ep-lib-ts 0.1.7 → 0.1.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/BgAudio-ca141b0f.js +5 -0
- package/dist/DisplayBox-38b3a1bd.js +5 -0
- package/dist/EpAlert-d5dcf3f1.js +5 -0
- package/dist/EpAudio-09920ab1.js +5 -0
- package/dist/EpBadge-d7da4b82.js +5 -0
- package/dist/EpBarChart-aa2d3bd3.js +5 -0
- package/dist/EpBtn-584a5fcb.js +5 -0
- package/dist/EpCard-522528d2.js +5 -0
- package/dist/EpCheckbox-fe632df9.js +36 -0
- package/dist/EpChip-524340fe.js +5 -0
- package/dist/EpDivider-88c6be66.js +5 -0
- package/dist/EpEdu-bfd8a980.js +5 -0
- package/dist/EpFlex-560567d3.js +5 -0
- package/dist/EpHeader-48f9a232.js +5 -0
- package/dist/EpIcon-2ba52cd4.js +5 -0
- package/dist/EpIframe-6c4453bb.js +5 -0
- package/dist/EpImg-99724654.js +5 -0
- package/dist/EpInput-f7992e3f.js +1171 -0
- package/dist/EpLineChart-655565a3.js +5 -0
- package/dist/EpLink-ab36acb1.js +5 -0
- package/dist/EpModal-d2df0421.js +5 -0
- package/dist/EpNothing-08f5601f.js +10 -0
- package/dist/EpQuestion-f9baa3e7.js +5 -0
- package/dist/EpQuote-8be6e8eb.js +5 -0
- package/dist/EpRadio-4f83a512.js +5 -0
- package/dist/EpReading-4b8eb5bf.js +5 -0
- package/dist/EpResource-42e0f1e3.js +5 -0
- package/dist/EpScope-609f5fbe.js +5 -0
- package/dist/EpSection-eaf62d9e.js +5 -0
- package/dist/EpSelect-ed79294a.js +31 -0
- package/dist/EpSoftware-0ca2b2d9.js +5 -0
- package/dist/EpSpinner-b50b86fd.js +5 -0
- package/dist/EpSwitch-1eaf9d3f.js +44 -0
- package/dist/EpTable-4eaf84c7.js +5 -0
- package/dist/EpTerm-dfd79f23.js +5 -0
- package/dist/EpText-deac2bec.js +5 -0
- package/dist/EpTextarea-67f751e9.js +41 -0
- package/dist/EpToggle-9755056a.js +44 -0
- package/dist/EpVideo-1d585085.js +5 -0
- package/dist/EpVideoPanopto-cb5441d9.js +5 -0
- package/dist/components/basics/EpText.vue.d.ts +13 -9
- package/dist/components/educationals/EpEdu.vue.d.ts +3 -2
- package/dist/components/educationals/EpReading.vue.d.ts +5 -4
- package/dist/components/educationals/EpResource.vue.d.ts +34 -1
- package/dist/components/educationals/EpScope.vue.d.ts +9 -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/EpQuestion.vue.d.ts +90 -1
- package/dist/components/medias/EpAudio.vue.d.ts +3 -8
- package/dist/components/medias/EpLink.vue.d.ts +3 -2
- package/dist/components/medias/EpSoftware.vue.d.ts +3 -2
- package/dist/components/medias/EpVideo.vue.d.ts +3 -2
- package/dist/components/medias/EpVideoPanopto.vue.d.ts +3 -2
- package/dist/components/signages/EpAlert.vue.d.ts +10 -12
- package/dist/components/signages/EpNothing.vue.d.ts +2 -0
- package/dist/components/signages/EpQuote.vue.d.ts +9 -9
- package/dist/composables/useComponent.d.ts +6 -0
- package/dist/ep-lib-ts.js +41 -18490
- package/dist/ep-lib-ts.umd.cjs +42 -38
- package/dist/index-41c8e591.js +18790 -0
- package/dist/types/Answer.d.ts +15 -0
- package/dist/types/MandateLevel.d.ts +5 -0
- package/package.json +3 -2
- package/src/components/basics/EpCard.vue +1 -1
- package/src/components/basics/EpImg.vue +70 -40
- package/src/components/basics/EpText.vue +19 -5
- package/src/components/educationals/EpEdu.vue +11 -3
- package/src/components/educationals/EpReading.vue +10 -7
- package/src/components/educationals/EpResource.vue +66 -3
- package/src/components/educationals/EpScope.vue +14 -2
- package/src/components/forms/EpRadio.vue +2 -1
- package/src/components/interactions/EpQuestion.vue +176 -4
- package/src/components/medias/EpAudio.vue +2 -2
- package/src/components/medias/EpLink.vue +2 -1
- package/src/components/medias/EpSoftware.vue +4 -4
- package/src/components/medias/EpVideo.vue +7 -3
- package/src/components/medias/EpVideoPanopto.vue +2 -1
- package/src/components/signages/EpAlert.vue +19 -9
- package/src/components/signages/EpNothing.vue +5 -0
- package/src/components/signages/EpQuote.vue +23 -19
|
@@ -1,10 +1,17 @@
|
|
|
1
|
+
import { TypeAlert } from "../../types/Alert";
|
|
2
|
+
interface OldType {
|
|
3
|
+
icon: string;
|
|
4
|
+
name: string;
|
|
5
|
+
type: TypeAlert;
|
|
6
|
+
color: string;
|
|
7
|
+
}
|
|
1
8
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
9
|
title: {
|
|
3
10
|
type: import("vue").PropType<string | null>;
|
|
4
11
|
default: null;
|
|
5
12
|
};
|
|
6
13
|
type: {
|
|
7
|
-
type: import("vue").PropType<"base" | "info" | "warning" | "success" | "error" | "question" | "tip">;
|
|
14
|
+
type: import("vue").PropType<"base" | "info" | "warning" | "success" | "error" | "question" | "tip" | OldType>;
|
|
8
15
|
default: string;
|
|
9
16
|
};
|
|
10
17
|
outlined: {
|
|
@@ -14,10 +21,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
14
21
|
compact: {
|
|
15
22
|
type: import("vue").PropType<boolean>;
|
|
16
23
|
};
|
|
17
|
-
icon: {
|
|
18
|
-
type: import("vue").PropType<string | null>;
|
|
19
|
-
default: null;
|
|
20
|
-
};
|
|
21
24
|
noIcon: {
|
|
22
25
|
type: import("vue").PropType<boolean>;
|
|
23
26
|
default: boolean;
|
|
@@ -28,7 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
28
31
|
default: null;
|
|
29
32
|
};
|
|
30
33
|
type: {
|
|
31
|
-
type: import("vue").PropType<"base" | "info" | "warning" | "success" | "error" | "question" | "tip">;
|
|
34
|
+
type: import("vue").PropType<"base" | "info" | "warning" | "success" | "error" | "question" | "tip" | OldType>;
|
|
32
35
|
default: string;
|
|
33
36
|
};
|
|
34
37
|
outlined: {
|
|
@@ -38,19 +41,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
38
41
|
compact: {
|
|
39
42
|
type: import("vue").PropType<boolean>;
|
|
40
43
|
};
|
|
41
|
-
icon: {
|
|
42
|
-
type: import("vue").PropType<string | null>;
|
|
43
|
-
default: null;
|
|
44
|
-
};
|
|
45
44
|
noIcon: {
|
|
46
45
|
type: import("vue").PropType<boolean>;
|
|
47
46
|
default: boolean;
|
|
48
47
|
};
|
|
49
48
|
}>>, {
|
|
50
49
|
title: string | null;
|
|
51
|
-
type: "base" | "info" | "warning" | "success" | "error" | "question" | "tip";
|
|
50
|
+
type: "base" | "info" | "warning" | "success" | "error" | "question" | "tip" | OldType;
|
|
52
51
|
outlined: boolean;
|
|
53
|
-
icon: string | null;
|
|
54
52
|
noIcon: boolean;
|
|
55
53
|
}, {}>, {
|
|
56
54
|
default?(_: {}): any;
|
|
@@ -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;
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
-
|
|
2
|
+
img: {
|
|
3
3
|
type: import("vue").PropType<string | null>;
|
|
4
4
|
default: null;
|
|
5
5
|
};
|
|
6
|
-
|
|
6
|
+
author: {
|
|
7
7
|
type: import("vue").PropType<string | null>;
|
|
8
8
|
default: null;
|
|
9
9
|
};
|
|
10
|
-
|
|
10
|
+
card: {
|
|
11
11
|
type: import("vue").PropType<boolean>;
|
|
12
12
|
default: boolean;
|
|
13
13
|
};
|
|
14
14
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
-
|
|
15
|
+
img: {
|
|
16
16
|
type: import("vue").PropType<string | null>;
|
|
17
17
|
default: null;
|
|
18
18
|
};
|
|
19
|
-
|
|
19
|
+
author: {
|
|
20
20
|
type: import("vue").PropType<string | null>;
|
|
21
21
|
default: null;
|
|
22
22
|
};
|
|
23
|
-
|
|
23
|
+
card: {
|
|
24
24
|
type: import("vue").PropType<boolean>;
|
|
25
25
|
default: boolean;
|
|
26
26
|
};
|
|
27
27
|
}>>, {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
img: string | null;
|
|
29
|
+
author: string | null;
|
|
30
|
+
card: boolean;
|
|
31
31
|
}, {}>, {
|
|
32
32
|
default?(_: {}): any;
|
|
33
33
|
}>;
|