ep-lib-ts 0.0.7 → 0.0.9
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/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 -4
- package/dist/components/basics/EpFlex.vue.d.ts +9 -0
- package/dist/components/basics/EpIcon.vue.d.ts +37 -4
- 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/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 +2 -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 +53 -4
- 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/EpKatex.vue.d.ts +52 -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 -4
- 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 +27411 -0
- package/dist/ep-lib-ts.umd.cjs +1005 -0
- package/dist/index.d.ts +37 -1
- package/dist/style.css +1 -0
- package/package.json +25 -23
- package/src/components/basics/EpBadge.vue +48 -0
- package/src/components/basics/EpBtn.vue +100 -0
- package/src/components/basics/EpCard.vue +95 -0
- package/src/components/basics/EpChip.vue +81 -0
- package/src/components/basics/EpDivider.vue +40 -0
- package/src/components/basics/EpFlex.vue +42 -0
- package/src/components/basics/EpIcon.vue +25 -0
- package/src/components/basics/EpImg.vue +59 -0
- package/src/components/basics/EpSection.vue +238 -0
- package/src/components/basics/EpSpinner.vue +47 -0
- package/src/components/basics/EpTable.vue +33 -0
- package/src/components/basics/EpText.vue +85 -0
- package/src/components/charts/EpBarChart.vue +82 -0
- package/src/components/charts/EpLineChart.vue +92 -0
- package/src/components/charts/EpPieChart.vue +8 -0
- package/src/components/educationals/EpEdu.vue +93 -0
- package/src/components/educationals/EpReading.vue +234 -0
- package/src/components/educationals/EpScope.vue +25 -0
- package/src/components/forms/EpCheckbox.vue +49 -0
- package/src/components/forms/EpInput.vue +178 -0
- package/src/components/forms/EpRadio.vue +72 -0
- package/src/components/forms/EpSelect.vue +145 -0
- package/src/components/forms/EpSwitch.vue +58 -0
- package/src/components/forms/EpTextarea.vue +79 -0
- package/src/components/forms/EpToggle.vue +97 -0
- package/src/components/interactions/EpAccordeon.vue +88 -0
- package/src/components/interactions/EpContentSlider.vue +12 -0
- package/src/components/interactions/EpModal.vue +117 -0
- package/src/components/interactions/EpQuestion.vue +8 -0
- package/src/components/interactions/EpTabs.vue +10 -0
- package/src/components/medias/EpAudio.vue +83 -0
- package/src/components/medias/EpCarousel.vue +84 -0
- package/src/components/medias/EpIframe.vue +57 -0
- package/src/components/medias/EpKatex.vue +75 -0
- package/src/components/medias/EpLink.vue +62 -0
- package/src/components/medias/EpSoftware.vue +89 -0
- package/src/components/medias/EpSvg.vue +8 -0
- package/src/components/medias/EpTerm.vue +145 -0
- package/src/components/medias/EpTimeLine.vue +8 -0
- package/src/components/medias/EpVideo.vue +77 -0
- package/src/components/medias/EpVideoPanopto.vue +62 -0
- package/src/components/signages/EpAlert.vue +70 -0
- package/src/components/signages/EpHeader.vue +223 -0
- package/src/components/signages/EpQuote.vue +48 -0
- package/src/components/tools/BgAudio.vue +51 -0
- package/src/components/tools/DisplayBox.vue +37 -0
- package/dist/components/basics/EpDivider.vue.d.ts.map +0 -1
- package/dist/components/basics/EpIcon.vue.d.ts.map +0 -1
- package/dist/components/index.d.ts +0 -38
- package/dist/components/interactions/EpAccordeon.vue.d.ts.map +0 -1
- package/dist/components/main.d.ts +0 -7
- package/dist/components/signages/EpAlert.vue.d.ts.map +0 -1
- package/dist/ep-lib-ts.cjs.js +0 -1
- package/dist/ep-lib-ts.es.js +0 -392
- package/dist/ep-lib-ts.umd.js +0 -2
- package/dist/index.css +0 -1
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
color: {
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
iconPath: {
|
|
7
|
+
type: import("vue").PropType<string | null>;
|
|
8
|
+
default: null;
|
|
9
|
+
};
|
|
10
|
+
outlined: {
|
|
11
|
+
type: import("vue").PropType<boolean>;
|
|
12
|
+
};
|
|
13
|
+
square: {
|
|
14
|
+
type: import("vue").PropType<boolean>;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
color: {
|
|
19
|
+
type: import("vue").PropType<string>;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
iconPath: {
|
|
23
|
+
type: import("vue").PropType<string | null>;
|
|
24
|
+
default: null;
|
|
25
|
+
};
|
|
26
|
+
outlined: {
|
|
27
|
+
type: import("vue").PropType<boolean>;
|
|
28
|
+
};
|
|
29
|
+
square: {
|
|
30
|
+
type: import("vue").PropType<boolean>;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
}>>, {
|
|
34
|
+
color: string;
|
|
35
|
+
iconPath: string | null;
|
|
36
|
+
square: boolean;
|
|
37
|
+
}, {}>;
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
text: {
|
|
3
|
+
type: import("vue").PropType<boolean>;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
color: {
|
|
7
|
+
type: import("vue").PropType<string>;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
type: {
|
|
11
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
size: {
|
|
15
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
extraClass: {
|
|
19
|
+
type: import("vue").PropType<string | null>;
|
|
20
|
+
default: null;
|
|
21
|
+
};
|
|
22
|
+
href: {
|
|
23
|
+
type: import("vue").PropType<string>;
|
|
24
|
+
};
|
|
25
|
+
outlined: {
|
|
26
|
+
type: import("vue").PropType<boolean>;
|
|
27
|
+
};
|
|
28
|
+
disabled: {
|
|
29
|
+
type: import("vue").PropType<boolean>;
|
|
30
|
+
};
|
|
31
|
+
block: {
|
|
32
|
+
type: import("vue").PropType<boolean>;
|
|
33
|
+
};
|
|
34
|
+
rounded: {
|
|
35
|
+
type: import("vue").PropType<boolean>;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
appendIcon: {
|
|
39
|
+
type: import("vue").PropType<string | null>;
|
|
40
|
+
default: null;
|
|
41
|
+
};
|
|
42
|
+
prependIcon: {
|
|
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
|
+
text: {
|
|
48
|
+
type: import("vue").PropType<boolean>;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
51
|
+
color: {
|
|
52
|
+
type: import("vue").PropType<string>;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
type: {
|
|
56
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
size: {
|
|
60
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
extraClass: {
|
|
64
|
+
type: import("vue").PropType<string | null>;
|
|
65
|
+
default: null;
|
|
66
|
+
};
|
|
67
|
+
href: {
|
|
68
|
+
type: import("vue").PropType<string>;
|
|
69
|
+
};
|
|
70
|
+
outlined: {
|
|
71
|
+
type: import("vue").PropType<boolean>;
|
|
72
|
+
};
|
|
73
|
+
disabled: {
|
|
74
|
+
type: import("vue").PropType<boolean>;
|
|
75
|
+
};
|
|
76
|
+
block: {
|
|
77
|
+
type: import("vue").PropType<boolean>;
|
|
78
|
+
};
|
|
79
|
+
rounded: {
|
|
80
|
+
type: import("vue").PropType<boolean>;
|
|
81
|
+
default: boolean;
|
|
82
|
+
};
|
|
83
|
+
appendIcon: {
|
|
84
|
+
type: import("vue").PropType<string | null>;
|
|
85
|
+
default: null;
|
|
86
|
+
};
|
|
87
|
+
prependIcon: {
|
|
88
|
+
type: import("vue").PropType<string | null>;
|
|
89
|
+
default: null;
|
|
90
|
+
};
|
|
91
|
+
}>>, {
|
|
92
|
+
text: boolean;
|
|
93
|
+
color: string;
|
|
94
|
+
type: "base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error";
|
|
95
|
+
size: "small" | "medium" | "large";
|
|
96
|
+
extraClass: string | null;
|
|
97
|
+
rounded: boolean;
|
|
98
|
+
appendIcon: string | null;
|
|
99
|
+
prependIcon: string | null;
|
|
100
|
+
}, {}>, {
|
|
101
|
+
default?(_: {}): any;
|
|
102
|
+
}>;
|
|
103
|
+
export default _default;
|
|
104
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
105
|
+
new (): {
|
|
106
|
+
$slots: S;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
flat: {
|
|
3
|
+
type: import("vue").PropType<boolean>;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
title: {
|
|
7
|
+
type: import("vue").PropType<string | null>;
|
|
8
|
+
default: null;
|
|
9
|
+
};
|
|
10
|
+
color: {
|
|
11
|
+
type: import("vue").PropType<string | null>;
|
|
12
|
+
default: null;
|
|
13
|
+
};
|
|
14
|
+
outlined: {
|
|
15
|
+
type: import("vue").PropType<boolean>;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
subtitle: {
|
|
19
|
+
type: import("vue").PropType<string | null>;
|
|
20
|
+
default: null;
|
|
21
|
+
};
|
|
22
|
+
icon: {
|
|
23
|
+
type: import("vue").PropType<string | null>;
|
|
24
|
+
default: null;
|
|
25
|
+
};
|
|
26
|
+
src: {
|
|
27
|
+
type: import("vue").PropType<string | null>;
|
|
28
|
+
default: null;
|
|
29
|
+
};
|
|
30
|
+
maxWidth: {
|
|
31
|
+
type: import("vue").PropType<string>;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
density: {
|
|
35
|
+
type: import("vue").PropType<"default" | "compact" | "comfortable">;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
39
|
+
flat: {
|
|
40
|
+
type: import("vue").PropType<boolean>;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
title: {
|
|
44
|
+
type: import("vue").PropType<string | null>;
|
|
45
|
+
default: null;
|
|
46
|
+
};
|
|
47
|
+
color: {
|
|
48
|
+
type: import("vue").PropType<string | null>;
|
|
49
|
+
default: null;
|
|
50
|
+
};
|
|
51
|
+
outlined: {
|
|
52
|
+
type: import("vue").PropType<boolean>;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
subtitle: {
|
|
56
|
+
type: import("vue").PropType<string | null>;
|
|
57
|
+
default: null;
|
|
58
|
+
};
|
|
59
|
+
icon: {
|
|
60
|
+
type: import("vue").PropType<string | null>;
|
|
61
|
+
default: null;
|
|
62
|
+
};
|
|
63
|
+
src: {
|
|
64
|
+
type: import("vue").PropType<string | null>;
|
|
65
|
+
default: null;
|
|
66
|
+
};
|
|
67
|
+
maxWidth: {
|
|
68
|
+
type: import("vue").PropType<string>;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
71
|
+
density: {
|
|
72
|
+
type: import("vue").PropType<"default" | "compact" | "comfortable">;
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
}>>, {
|
|
76
|
+
flat: boolean;
|
|
77
|
+
title: string | null;
|
|
78
|
+
color: string | null;
|
|
79
|
+
outlined: boolean;
|
|
80
|
+
subtitle: string | null;
|
|
81
|
+
icon: string | null;
|
|
82
|
+
src: string | null;
|
|
83
|
+
maxWidth: string;
|
|
84
|
+
density: "default" | "compact" | "comfortable";
|
|
85
|
+
}, {}>, {
|
|
86
|
+
"card-header"?(_: {}): any;
|
|
87
|
+
default?(_: {}): any;
|
|
88
|
+
"card-actions"?(_: {}): any;
|
|
89
|
+
}>;
|
|
90
|
+
export default _default;
|
|
91
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
92
|
+
new (): {
|
|
93
|
+
$slots: S;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
type: {
|
|
3
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
size: {
|
|
7
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
outlined: {
|
|
11
|
+
type: import("vue").PropType<boolean>;
|
|
12
|
+
};
|
|
13
|
+
square: {
|
|
14
|
+
type: import("vue").PropType<boolean>;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
appendIcon: {
|
|
18
|
+
type: import("vue").PropType<string | null>;
|
|
19
|
+
default: null;
|
|
20
|
+
};
|
|
21
|
+
prependIcon: {
|
|
22
|
+
type: import("vue").PropType<string | null>;
|
|
23
|
+
default: null;
|
|
24
|
+
};
|
|
25
|
+
dark: {
|
|
26
|
+
type: import("vue").PropType<boolean>;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
|
+
type: {
|
|
31
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
size: {
|
|
35
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
outlined: {
|
|
39
|
+
type: import("vue").PropType<boolean>;
|
|
40
|
+
};
|
|
41
|
+
square: {
|
|
42
|
+
type: import("vue").PropType<boolean>;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
appendIcon: {
|
|
46
|
+
type: import("vue").PropType<string | null>;
|
|
47
|
+
default: null;
|
|
48
|
+
};
|
|
49
|
+
prependIcon: {
|
|
50
|
+
type: import("vue").PropType<string | null>;
|
|
51
|
+
default: null;
|
|
52
|
+
};
|
|
53
|
+
dark: {
|
|
54
|
+
type: import("vue").PropType<boolean>;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
57
|
+
}>>, {
|
|
58
|
+
type: "base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error";
|
|
59
|
+
size: "small" | "medium" | "large";
|
|
60
|
+
square: boolean;
|
|
61
|
+
appendIcon: string | null;
|
|
62
|
+
prependIcon: string | null;
|
|
63
|
+
dark: boolean;
|
|
64
|
+
}, {}>, {
|
|
65
|
+
default?(_: {}): any;
|
|
66
|
+
}>;
|
|
67
|
+
export default _default;
|
|
68
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
69
|
+
new (): {
|
|
70
|
+
$slots: S;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
@@ -1,4 +1,51 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import type Border from '../../types/Border';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
color: {
|
|
4
|
+
type: import("vue").PropType<string | null>;
|
|
5
|
+
default: null;
|
|
6
|
+
};
|
|
7
|
+
size: {
|
|
8
|
+
type: import("vue").PropType<Border>;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
icon: {
|
|
12
|
+
type: import("vue").PropType<string | null>;
|
|
13
|
+
default: null;
|
|
14
|
+
};
|
|
15
|
+
inset: {
|
|
16
|
+
type: import("vue").PropType<boolean>;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
margin: {
|
|
20
|
+
type: import("vue").PropType<string>;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
+
color: {
|
|
25
|
+
type: import("vue").PropType<string | null>;
|
|
26
|
+
default: null;
|
|
27
|
+
};
|
|
28
|
+
size: {
|
|
29
|
+
type: import("vue").PropType<Border>;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
icon: {
|
|
33
|
+
type: import("vue").PropType<string | null>;
|
|
34
|
+
default: null;
|
|
35
|
+
};
|
|
36
|
+
inset: {
|
|
37
|
+
type: import("vue").PropType<boolean>;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
margin: {
|
|
41
|
+
type: import("vue").PropType<string>;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
}>>, {
|
|
45
|
+
color: string | null;
|
|
46
|
+
size: Border;
|
|
47
|
+
icon: string | null;
|
|
48
|
+
inset: boolean;
|
|
49
|
+
margin: string;
|
|
50
|
+
}, {}>;
|
|
51
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
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<{}>>, {}, {}>, {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
+
new (): {
|
|
7
|
+
$slots: S;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
@@ -1,4 +1,37 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
size: {
|
|
3
|
+
type: import("vue").PropType<string | number>;
|
|
4
|
+
default: number;
|
|
5
|
+
};
|
|
6
|
+
viewBox: {
|
|
7
|
+
type: import("vue").PropType<string>;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
iconPath: {
|
|
11
|
+
type: import("vue").PropType<string>;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
extraClass: {
|
|
15
|
+
type: import("vue").PropType<string>;
|
|
16
|
+
};
|
|
17
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
size: {
|
|
19
|
+
type: import("vue").PropType<string | number>;
|
|
20
|
+
default: number;
|
|
21
|
+
};
|
|
22
|
+
viewBox: {
|
|
23
|
+
type: import("vue").PropType<string>;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
iconPath: {
|
|
27
|
+
type: import("vue").PropType<string>;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
extraClass: {
|
|
31
|
+
type: import("vue").PropType<string>;
|
|
32
|
+
};
|
|
33
|
+
}>>, {
|
|
34
|
+
size: string | number;
|
|
35
|
+
viewBox: string;
|
|
36
|
+
}, {}>;
|
|
37
|
+
export default _default;
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
caption: {
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
|
+
};
|
|
5
|
+
title: {
|
|
6
|
+
type: import("vue").PropType<string>;
|
|
7
|
+
};
|
|
8
|
+
height: {
|
|
9
|
+
type: import("vue").PropType<string | number>;
|
|
10
|
+
};
|
|
11
|
+
width: {
|
|
12
|
+
type: import("vue").PropType<string | number>;
|
|
13
|
+
};
|
|
14
|
+
src: {
|
|
15
|
+
type: import("vue").PropType<string>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
alt: {
|
|
19
|
+
type: import("vue").PropType<string>;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
thumbnail: {
|
|
23
|
+
type: import("vue").PropType<boolean>;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
bib: {
|
|
27
|
+
type: import("vue").PropType<string>;
|
|
28
|
+
};
|
|
29
|
+
gallery: {
|
|
30
|
+
type: import("vue").PropType<boolean>;
|
|
31
|
+
};
|
|
32
|
+
cols: {
|
|
33
|
+
type: import("vue").PropType<string | number>;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
|
+
caption: {
|
|
38
|
+
type: import("vue").PropType<string>;
|
|
39
|
+
};
|
|
40
|
+
title: {
|
|
41
|
+
type: import("vue").PropType<string>;
|
|
42
|
+
};
|
|
43
|
+
height: {
|
|
44
|
+
type: import("vue").PropType<string | number>;
|
|
45
|
+
};
|
|
46
|
+
width: {
|
|
47
|
+
type: import("vue").PropType<string | number>;
|
|
48
|
+
};
|
|
49
|
+
src: {
|
|
50
|
+
type: import("vue").PropType<string>;
|
|
51
|
+
required: true;
|
|
52
|
+
};
|
|
53
|
+
alt: {
|
|
54
|
+
type: import("vue").PropType<string>;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
thumbnail: {
|
|
58
|
+
type: import("vue").PropType<boolean>;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
61
|
+
bib: {
|
|
62
|
+
type: import("vue").PropType<string>;
|
|
63
|
+
};
|
|
64
|
+
gallery: {
|
|
65
|
+
type: import("vue").PropType<boolean>;
|
|
66
|
+
};
|
|
67
|
+
cols: {
|
|
68
|
+
type: import("vue").PropType<string | number>;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
71
|
+
}>>, {
|
|
72
|
+
alt: string;
|
|
73
|
+
thumbnail: boolean;
|
|
74
|
+
cols: string | number;
|
|
75
|
+
}, {}>;
|
|
76
|
+
export default _default;
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<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
|
+
};
|
|
13
|
+
prependIcon: {
|
|
14
|
+
type: import("vue").PropType<string | null>;
|
|
15
|
+
};
|
|
16
|
+
subtitle: {
|
|
17
|
+
type: import("vue").PropType<string | null>;
|
|
18
|
+
};
|
|
19
|
+
src: {
|
|
20
|
+
type: import("vue").PropType<string | null>;
|
|
21
|
+
};
|
|
22
|
+
iconSize: {
|
|
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
|
+
color: {
|
|
43
|
+
type: import("vue").PropType<string | null>;
|
|
44
|
+
default: null;
|
|
45
|
+
};
|
|
46
|
+
height: {
|
|
47
|
+
type: import("vue").PropType<string | 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
|
+
}>>, {
|
|
74
|
+
title: string | null;
|
|
75
|
+
color: string | null;
|
|
76
|
+
}, {}>, {
|
|
77
|
+
default?(_: {}): any;
|
|
78
|
+
}>;
|
|
79
|
+
export default _default;
|
|
80
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
81
|
+
new (): {
|
|
82
|
+
$slots: S;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
color: {
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
size: {
|
|
7
|
+
type: import("vue").PropType<number>;
|
|
8
|
+
default: number;
|
|
9
|
+
};
|
|
10
|
+
dots: {
|
|
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
|
+
color: {
|
|
16
|
+
type: import("vue").PropType<string>;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
size: {
|
|
20
|
+
type: import("vue").PropType<number>;
|
|
21
|
+
default: number;
|
|
22
|
+
};
|
|
23
|
+
dots: {
|
|
24
|
+
type: import("vue").PropType<boolean>;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
}>>, {
|
|
28
|
+
color: string;
|
|
29
|
+
size: number;
|
|
30
|
+
dots: boolean;
|
|
31
|
+
}, {}>;
|
|
32
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
title: {
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
|
+
};
|
|
5
|
+
arrayContent: {
|
|
6
|
+
type: import("vue").PropType<string[][]>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
headers: {
|
|
10
|
+
type: import("vue").PropType<string[] | null>;
|
|
11
|
+
};
|
|
12
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
title: {
|
|
14
|
+
type: import("vue").PropType<string>;
|
|
15
|
+
};
|
|
16
|
+
arrayContent: {
|
|
17
|
+
type: import("vue").PropType<string[][]>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
headers: {
|
|
21
|
+
type: import("vue").PropType<string[] | null>;
|
|
22
|
+
};
|
|
23
|
+
}>>, {}, {}>;
|
|
24
|
+
export default _default;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
title: {
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
|
+
};
|
|
5
|
+
compact: {
|
|
6
|
+
type: import("vue").PropType<boolean>;
|
|
7
|
+
};
|
|
8
|
+
glossary: {
|
|
9
|
+
type: import("vue").PropType<any[]>;
|
|
10
|
+
};
|
|
11
|
+
content: {
|
|
12
|
+
type: import("vue").PropType<string>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
title: {
|
|
17
|
+
type: import("vue").PropType<string>;
|
|
18
|
+
};
|
|
19
|
+
compact: {
|
|
20
|
+
type: import("vue").PropType<boolean>;
|
|
21
|
+
};
|
|
22
|
+
glossary: {
|
|
23
|
+
type: import("vue").PropType<any[]>;
|
|
24
|
+
};
|
|
25
|
+
content: {
|
|
26
|
+
type: import("vue").PropType<string>;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
}>>, {}, {}>;
|
|
30
|
+
export default _default;
|