ep-lib-ts 0.1.32 → 0.1.34
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-6ae98417.js → BgAudio-a228cf2d.js} +1 -1
- package/dist/{DisplayBox-3033a4bd.js → DisplayBox-0b5dad43.js} +1 -1
- package/dist/{EpAlert-6e930863.js → EpAlert-6989df03.js} +1 -1
- package/dist/{EpAudio-84ef53c8.js → EpAudio-ebe996a9.js} +1 -1
- package/dist/EpAvatar-1e55fdc7.js +50 -0
- package/dist/EpBadge-de5e90c5.js +6 -0
- package/dist/EpBadge-f5faab43.js +55 -0
- package/dist/{EpBarChart-a1d0bce5.js → EpBarChart-52c346de.js} +1 -1
- package/dist/EpBtn-255af003.js +6 -0
- package/dist/EpCard-6dc99a29.js +6 -0
- package/dist/EpChip-ecaf5fdd.js +6 -0
- package/dist/EpContentSlider-67ee8ff1.js +6 -0
- package/dist/EpDivider-399403ef.js +6 -0
- package/dist/{EpEdu-a55c4620.js → EpEdu-ce928b82.js} +1 -1
- package/dist/EpFlex-ab0b2002.js +6 -0
- package/dist/EpHeader-c1f58215.js +6 -0
- package/dist/{EpIcon-3295a9ac.js → EpIcon-4f8bc342.js} +1 -1
- package/dist/EpIframe-c1451be2.js +6 -0
- package/dist/EpImg-6068534f.js +6 -0
- package/dist/{EpInput-18403969.js → EpInput-c8787b2d.js} +1 -1
- package/dist/EpLineChart-740ffcc2.js +6 -0
- package/dist/EpLink-2414e304.js +6 -0
- package/dist/EpLinkVersion-43c07ab6.js +6 -0
- package/dist/EpList-a99a3dd0.js +13 -0
- package/dist/EpListitem-457e39b7.js +37 -0
- package/dist/EpModal-ef8a63d2.js +6 -0
- package/dist/{EpNothing-6cab5dda.js → EpNothing-acde1df4.js} +1 -1
- package/dist/EpPieChart-9dcb459f.js +6 -0
- package/dist/EpQuestion-aaa1f8bb.js +6 -0
- package/dist/EpQuote-5b4015f4.js +6 -0
- package/dist/EpRadio-227b82c2.js +6 -0
- package/dist/EpReading-58b135fb.js +6 -0
- package/dist/EpResource-10cc639f.js +6 -0
- package/dist/{EpScope-14c4bba6.js → EpScope-3d80861f.js} +1 -1
- package/dist/EpSection-f6695955.js +6 -0
- package/dist/{EpSelect-1b84ad43.js → EpSelect-6089fdcb.js} +1 -1
- package/dist/EpSkeleton-0827c884.js +6 -0
- package/dist/EpSoftware-1f53d7fb.js +6 -0
- package/dist/EpSpinner-7f89aad2.js +6 -0
- package/dist/EpSvg-5d7df4f2.js +6 -0
- package/dist/{EpSwitch-1eaf9d3f.js → EpSwitch-005fe90a.js} +25 -22
- package/dist/EpTable-c8f1f97d.js +6 -0
- package/dist/EpTerm-3d4f8bd2.js +6 -0
- package/dist/EpText-9f05234d.js +6 -0
- package/dist/EpTimeLine-49b8ac13.js +6 -0
- package/dist/EpTooltip-05e1d8fe.js +99 -0
- package/dist/EpVideo-37c08690.js +6 -0
- package/dist/EpVideoPanopto-bd41e61d.js +6 -0
- package/dist/components/basics/EpAvatar.vue.d.ts +51 -0
- package/dist/components/basics/EpBadge.vue.d.ts +33 -34
- package/dist/components/basics/EpBtn.vue.d.ts +54 -94
- package/dist/components/basics/EpCard.vue.d.ts +51 -76
- package/dist/components/basics/EpChip.vue.d.ts +44 -59
- package/dist/components/basics/EpDivider.vue.d.ts +38 -44
- package/dist/components/basics/EpIcon.vue.d.ts +30 -33
- package/dist/components/basics/EpImg.vue.d.ts +40 -73
- package/dist/components/basics/EpList.vue.d.ts +9 -0
- package/dist/components/basics/EpListitem.vue.d.ts +43 -0
- package/dist/components/basics/EpSection.vue.d.ts +39 -73
- package/dist/components/basics/EpSpinner.vue.d.ts +34 -35
- package/dist/components/basics/EpTable.vue.d.ts +22 -22
- package/dist/components/basics/EpText.vue.d.ts +28 -31
- package/dist/components/charts/EpBarChart.vue.d.ts +35 -69
- package/dist/components/charts/EpLineChart.vue.d.ts +35 -69
- package/dist/components/charts/EpPieChart.vue.d.ts +37 -66
- package/dist/components/educationals/EpEdu.vue.d.ts +41 -66
- package/dist/components/educationals/EpReading.vue.d.ts +65 -140
- package/dist/components/educationals/EpResource.vue.d.ts +30 -32
- package/dist/components/educationals/EpScope.vue.d.ts +28 -19
- package/dist/components/forms/EpCheckbox.vue.d.ts +44 -60
- package/dist/components/forms/EpInput.vue.d.ts +51 -84
- package/dist/components/forms/EpRadio.vue.d.ts +46 -59
- package/dist/components/forms/EpSelect.vue.d.ts +47 -73
- package/dist/components/forms/EpSwitch.vue.d.ts +50 -71
- package/dist/components/forms/EpTextarea.vue.d.ts +50 -76
- package/dist/components/forms/EpToggle.vue.d.ts +47 -68
- package/dist/components/interactions/EpAccordeon.vue.d.ts +37 -42
- package/dist/components/interactions/EpContentSlider.vue.d.ts +20 -10
- package/dist/components/interactions/EpModal.vue.d.ts +47 -52
- package/dist/components/interactions/EpQuestion.vue.d.ts +45 -84
- package/dist/components/interactions/EpTooltip.vue.d.ts +48 -0
- package/dist/components/medias/EpAudio.vue.d.ts +41 -68
- package/dist/components/medias/EpCarousel.vue.d.ts +32 -35
- package/dist/components/medias/EpIframe.vue.d.ts +37 -54
- package/dist/components/medias/EpKatex.vue.d.ts +32 -49
- package/dist/components/medias/EpLink.vue.d.ts +41 -68
- package/dist/components/medias/EpLinkVersion.vue.d.ts +27 -27
- package/dist/components/medias/EpSoftware.vue.d.ts +47 -82
- package/dist/components/medias/EpSvg.vue.d.ts +31 -41
- package/dist/components/medias/EpTerm.vue.d.ts +41 -69
- package/dist/components/medias/EpTimeLine.vue.d.ts +22 -24
- package/dist/components/medias/EpVideo.vue.d.ts +38 -60
- package/dist/components/medias/EpVideoPanopto.vue.d.ts +38 -60
- package/dist/components/signages/EpAlert.vue.d.ts +36 -42
- package/dist/components/signages/EpBadge.vue.d.ts +56 -0
- package/dist/components/signages/EpHeader.vue.d.ts +53 -94
- package/dist/components/signages/EpQuote.vue.d.ts +31 -27
- package/dist/components/signages/EpSkeleton.vue.d.ts +40 -1
- package/dist/components/tools/BgAudio.vue.d.ts +26 -11
- package/dist/components/tools/TimelineItem.vue.d.ts +32 -33
- package/dist/ep-lib-ts.js +25 -24
- package/dist/ep-lib-ts.umd.cjs +31 -31
- package/dist/{index-20e915f7.js → index-90cd7bf2.js} +3355 -3317
- package/dist/index.d.ts +2 -1
- package/dist/style.css +1 -1
- package/dist/types/Avatar.d.ts +18 -0
- package/dist/types/Badge.d.ts +23 -0
- package/dist/types/Tooltip.d.ts +75 -0
- package/package.json +2 -2
- package/src/components/basics/EpAvatar.vue +72 -0
- package/src/components/basics/EpList.vue +10 -0
- package/src/components/basics/EpListitem.vue +70 -0
- package/src/components/basics/EpText.vue +1 -1
- package/src/components/educationals/EpEdu.vue +1 -0
- package/src/components/educationals/EpReading.vue +4 -4
- package/src/components/forms/EpSwitch.vue +9 -3
- package/src/components/interactions/EpQuestion.vue +1 -1
- package/src/components/interactions/EpTooltip.vue +164 -0
- package/src/components/medias/EpCarousel.vue +21 -18
- package/src/components/signages/EpBadge.vue +82 -0
- package/src/components/signages/EpHeader.vue +1 -1
- package/src/components/signages/EpQuote.vue +53 -37
- package/src/components/signages/EpSkeleton.vue +36 -9
- package/src/components/tools/TimelineItem.vue +1 -1
- package/dist/EpBadge-93f2b94c.js +0 -6
- package/dist/EpBtn-668f42ba.js +0 -6
- package/dist/EpCard-6093b0ee.js +0 -6
- package/dist/EpChip-caf0d258.js +0 -6
- package/dist/EpContentSlider-bad04488.js +0 -6
- package/dist/EpDivider-75d5d66c.js +0 -6
- package/dist/EpFlex-75a7f492.js +0 -6
- package/dist/EpHeader-a78fa103.js +0 -6
- package/dist/EpIframe-7454aac5.js +0 -6
- package/dist/EpImg-20520265.js +0 -6
- package/dist/EpLineChart-17f12586.js +0 -6
- package/dist/EpLink-880190ed.js +0 -6
- package/dist/EpLinkVersion-ed4fab24.js +0 -6
- package/dist/EpModal-d4218262.js +0 -6
- package/dist/EpPieChart-1a893e73.js +0 -6
- package/dist/EpQuestion-ab29713a.js +0 -6
- package/dist/EpQuote-ffe88c7e.js +0 -6
- package/dist/EpRadio-b3b1094a.js +0 -6
- package/dist/EpReading-e1f2913e.js +0 -6
- package/dist/EpResource-0ea2ee11.js +0 -6
- package/dist/EpSection-317337e3.js +0 -6
- package/dist/EpSkeleton-9542d360.js +0 -10
- package/dist/EpSoftware-f88dae21.js +0 -6
- package/dist/EpSpinner-de7aeb71.js +0 -6
- package/dist/EpSvg-0a1e63ad.js +0 -6
- package/dist/EpTable-dc6c3eff.js +0 -6
- package/dist/EpTerm-b0ebfe20.js +0 -6
- package/dist/EpText-5de02f6c.js +0 -6
- package/dist/EpTimeLine-7703e204.js +0 -6
- package/dist/EpVideo-df8c065a.js +0 -6
- package/dist/EpVideoPanopto-26dd2dd2.js +0 -6
|
@@ -1,80 +1,37 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
type: import("vue").PropType<string>;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
id: {
|
|
27
|
-
type: import("vue").PropType<string>;
|
|
28
|
-
default: string;
|
|
29
|
-
};
|
|
30
|
-
readonly: {
|
|
31
|
-
type: import("vue").PropType<boolean>;
|
|
32
|
-
default: boolean;
|
|
33
|
-
};
|
|
34
|
-
placeholder: {
|
|
35
|
-
type: import("vue").PropType<string>;
|
|
36
|
-
default: string;
|
|
37
|
-
};
|
|
38
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1
|
+
interface Props {
|
|
2
|
+
id?: string;
|
|
3
|
+
label?: string;
|
|
4
|
+
modelValue?: string;
|
|
5
|
+
type?: "text" | "email" | "url" | "password" | "number" | "date" | "search" | "tel" | "time";
|
|
6
|
+
placeholder?: string;
|
|
7
|
+
iconPath?: string;
|
|
8
|
+
iconSize?: string;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
readonly?: boolean;
|
|
11
|
+
}
|
|
12
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
|
+
id: string;
|
|
14
|
+
label: string;
|
|
15
|
+
modelValue: string;
|
|
16
|
+
type: string;
|
|
17
|
+
placeholder: string;
|
|
18
|
+
iconPath: string;
|
|
19
|
+
iconSize: string;
|
|
20
|
+
disabled: boolean;
|
|
21
|
+
readonly: boolean;
|
|
22
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
39
23
|
"update:modelValue": (modelValue: string) => void;
|
|
40
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
default: string;
|
|
52
|
-
};
|
|
53
|
-
disabled: {
|
|
54
|
-
type: import("vue").PropType<boolean>;
|
|
55
|
-
default: boolean;
|
|
56
|
-
};
|
|
57
|
-
modelValue: {
|
|
58
|
-
type: import("vue").PropType<string>;
|
|
59
|
-
default: string;
|
|
60
|
-
};
|
|
61
|
-
iconSize: {
|
|
62
|
-
type: import("vue").PropType<string>;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
id: {
|
|
66
|
-
type: import("vue").PropType<string>;
|
|
67
|
-
default: string;
|
|
68
|
-
};
|
|
69
|
-
readonly: {
|
|
70
|
-
type: import("vue").PropType<boolean>;
|
|
71
|
-
default: boolean;
|
|
72
|
-
};
|
|
73
|
-
placeholder: {
|
|
74
|
-
type: import("vue").PropType<string>;
|
|
75
|
-
default: string;
|
|
76
|
-
};
|
|
77
|
-
}>> & {
|
|
24
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
25
|
+
id: string;
|
|
26
|
+
label: string;
|
|
27
|
+
modelValue: string;
|
|
28
|
+
type: string;
|
|
29
|
+
placeholder: string;
|
|
30
|
+
iconPath: string;
|
|
31
|
+
iconSize: string;
|
|
32
|
+
disabled: boolean;
|
|
33
|
+
readonly: boolean;
|
|
34
|
+
}>>> & {
|
|
78
35
|
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
79
36
|
}, {
|
|
80
37
|
label: string;
|
|
@@ -88,3 +45,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
88
45
|
placeholder: string;
|
|
89
46
|
}, {}>;
|
|
90
47
|
export default _default;
|
|
48
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
49
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
50
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
51
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
52
|
+
} : {
|
|
53
|
+
type: import('vue').PropType<T[K]>;
|
|
54
|
+
required: true;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
type __VLS_WithDefaults<P, D> = {
|
|
58
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
59
|
+
default: D[K];
|
|
60
|
+
}> : P[K];
|
|
61
|
+
};
|
|
62
|
+
type __VLS_Prettify<T> = {
|
|
63
|
+
[K in keyof T]: T[K];
|
|
64
|
+
} & {};
|
|
@@ -1,72 +1,34 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
modelValue:
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
};
|
|
22
|
-
readonly: {
|
|
23
|
-
type: import("vue").PropType<boolean>;
|
|
24
|
-
default: boolean;
|
|
25
|
-
};
|
|
26
|
-
checked: {
|
|
27
|
-
type: import("vue").PropType<boolean>;
|
|
28
|
-
default: boolean;
|
|
29
|
-
};
|
|
30
|
-
placeholder: {
|
|
31
|
-
type: import("vue").PropType<string>;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1
|
+
interface Props {
|
|
2
|
+
id?: string;
|
|
3
|
+
label?: string;
|
|
4
|
+
modelValue?: string;
|
|
5
|
+
type?: string;
|
|
6
|
+
placeholder?: string;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
readonly?: boolean;
|
|
9
|
+
checked?: boolean;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
12
|
+
id: string;
|
|
13
|
+
label: string;
|
|
14
|
+
modelValue: string;
|
|
15
|
+
type: string;
|
|
16
|
+
placeholder: string;
|
|
17
|
+
disabled: boolean;
|
|
18
|
+
readonly: boolean;
|
|
19
|
+
checked: boolean;
|
|
20
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
35
21
|
"update:modelValue": (modelValue: string) => void;
|
|
36
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
type: import("vue").PropType<boolean>;
|
|
47
|
-
default: boolean;
|
|
48
|
-
};
|
|
49
|
-
modelValue: {
|
|
50
|
-
type: import("vue").PropType<string>;
|
|
51
|
-
default: string;
|
|
52
|
-
};
|
|
53
|
-
id: {
|
|
54
|
-
type: import("vue").PropType<string>;
|
|
55
|
-
default: string;
|
|
56
|
-
};
|
|
57
|
-
readonly: {
|
|
58
|
-
type: import("vue").PropType<boolean>;
|
|
59
|
-
default: boolean;
|
|
60
|
-
};
|
|
61
|
-
checked: {
|
|
62
|
-
type: import("vue").PropType<boolean>;
|
|
63
|
-
default: boolean;
|
|
64
|
-
};
|
|
65
|
-
placeholder: {
|
|
66
|
-
type: import("vue").PropType<string>;
|
|
67
|
-
default: string;
|
|
68
|
-
};
|
|
69
|
-
}>> & {
|
|
22
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
23
|
+
id: string;
|
|
24
|
+
label: string;
|
|
25
|
+
modelValue: string;
|
|
26
|
+
type: string;
|
|
27
|
+
placeholder: string;
|
|
28
|
+
disabled: boolean;
|
|
29
|
+
readonly: boolean;
|
|
30
|
+
checked: boolean;
|
|
31
|
+
}>>> & {
|
|
70
32
|
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
71
33
|
}, {
|
|
72
34
|
label: string;
|
|
@@ -79,3 +41,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
79
41
|
placeholder: string;
|
|
80
42
|
}, {}>;
|
|
81
43
|
export default _default;
|
|
44
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
45
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
46
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
47
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
48
|
+
} : {
|
|
49
|
+
type: import('vue').PropType<T[K]>;
|
|
50
|
+
required: true;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
type __VLS_WithDefaults<P, D> = {
|
|
54
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
55
|
+
default: D[K];
|
|
56
|
+
}> : P[K];
|
|
57
|
+
};
|
|
58
|
+
type __VLS_Prettify<T> = {
|
|
59
|
+
[K in keyof T]: T[K];
|
|
60
|
+
} & {};
|
|
@@ -1,52 +1,47 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
};
|
|
21
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
-
title: {
|
|
23
|
-
type: import("vue").PropType<string | null>;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
type: {
|
|
27
|
-
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error" | "question" | "Question" | "tip">;
|
|
28
|
-
default: string;
|
|
29
|
-
};
|
|
30
|
-
outlined: {
|
|
31
|
-
type: import("vue").PropType<boolean>;
|
|
32
|
-
default: boolean;
|
|
33
|
-
};
|
|
34
|
-
icon: {
|
|
35
|
-
type: import("vue").PropType<string | null>;
|
|
36
|
-
};
|
|
37
|
-
open: {
|
|
38
|
-
type: import("vue").PropType<boolean>;
|
|
39
|
-
default: boolean;
|
|
40
|
-
};
|
|
41
|
-
}>>, {
|
|
1
|
+
import { TypeAccordeon } from "../../types/Accordeon";
|
|
2
|
+
interface Props {
|
|
3
|
+
title?: string | null;
|
|
4
|
+
type?: TypeAccordeon;
|
|
5
|
+
icon?: string | null;
|
|
6
|
+
open?: boolean;
|
|
7
|
+
outlined?: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
10
|
+
title: string;
|
|
11
|
+
open: boolean;
|
|
12
|
+
type: string;
|
|
13
|
+
outlined: boolean;
|
|
14
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
15
|
+
title: string;
|
|
16
|
+
open: boolean;
|
|
17
|
+
type: string;
|
|
18
|
+
outlined: boolean;
|
|
19
|
+
}>>>, {
|
|
42
20
|
title: string | null;
|
|
43
|
-
type: "base" | "primary" | "secondary" | "accent" | "
|
|
21
|
+
type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info" | "question" | "tip" | "Question";
|
|
44
22
|
outlined: boolean;
|
|
45
23
|
open: boolean;
|
|
46
24
|
}, {}>, {
|
|
47
25
|
default?(_: {}): any;
|
|
48
26
|
}>;
|
|
49
27
|
export default _default;
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
type __VLS_WithDefaults<P, D> = {
|
|
38
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
39
|
+
default: D[K];
|
|
40
|
+
}> : P[K];
|
|
41
|
+
};
|
|
42
|
+
type __VLS_Prettify<T> = {
|
|
43
|
+
[K in keyof T]: T[K];
|
|
44
|
+
} & {};
|
|
50
45
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
51
46
|
new (): {
|
|
52
47
|
$slots: S;
|
|
@@ -1,13 +1,23 @@
|
|
|
1
1
|
import { SlidesType } from "../../types/Slides";
|
|
2
|
-
|
|
3
|
-
slides:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
interface Props {
|
|
3
|
+
slides: SlidesType[];
|
|
4
|
+
}
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>>>, {}, {}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
9
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
10
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
11
|
+
} : {
|
|
12
|
+
type: import('vue').PropType<T[K]>;
|
|
10
13
|
required: true;
|
|
11
14
|
};
|
|
12
|
-
}
|
|
13
|
-
|
|
15
|
+
};
|
|
16
|
+
type __VLS_WithDefaults<P, D> = {
|
|
17
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
18
|
+
default: D[K];
|
|
19
|
+
}> : P[K];
|
|
20
|
+
};
|
|
21
|
+
type __VLS_Prettify<T> = {
|
|
22
|
+
[K in keyof T]: T[K];
|
|
23
|
+
} & {};
|
|
@@ -1,56 +1,34 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
subtitle
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
type: import("vue").PropType<boolean>;
|
|
24
|
-
default: boolean;
|
|
25
|
-
};
|
|
26
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1
|
+
declare const size: {
|
|
2
|
+
compact: string;
|
|
3
|
+
default: string;
|
|
4
|
+
comfortable: string;
|
|
5
|
+
};
|
|
6
|
+
type Size = keyof typeof size;
|
|
7
|
+
interface Props {
|
|
8
|
+
modelValue?: boolean;
|
|
9
|
+
title?: string | null;
|
|
10
|
+
subtitle?: string | null;
|
|
11
|
+
icon?: string | null;
|
|
12
|
+
persistent?: boolean;
|
|
13
|
+
size?: Size;
|
|
14
|
+
}
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
|
+
modelValue: boolean;
|
|
17
|
+
title: null;
|
|
18
|
+
subtitle: null;
|
|
19
|
+
icon: null;
|
|
20
|
+
persistent: boolean;
|
|
21
|
+
size: string;
|
|
22
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
27
23
|
"update:modelValue": (modelValue: boolean) => void;
|
|
28
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
};
|
|
37
|
-
subtitle: {
|
|
38
|
-
type: import("vue").PropType<string | null>;
|
|
39
|
-
default: null;
|
|
40
|
-
};
|
|
41
|
-
icon: {
|
|
42
|
-
type: import("vue").PropType<string | null>;
|
|
43
|
-
default: null;
|
|
44
|
-
};
|
|
45
|
-
modelValue: {
|
|
46
|
-
type: import("vue").PropType<boolean>;
|
|
47
|
-
default: boolean;
|
|
48
|
-
};
|
|
49
|
-
persistent: {
|
|
50
|
-
type: import("vue").PropType<boolean>;
|
|
51
|
-
default: boolean;
|
|
52
|
-
};
|
|
53
|
-
}>> & {
|
|
24
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
25
|
+
modelValue: boolean;
|
|
26
|
+
title: null;
|
|
27
|
+
subtitle: null;
|
|
28
|
+
icon: null;
|
|
29
|
+
persistent: boolean;
|
|
30
|
+
size: string;
|
|
31
|
+
}>>> & {
|
|
54
32
|
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
55
33
|
}, {
|
|
56
34
|
title: string | null;
|
|
@@ -63,6 +41,23 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
63
41
|
default?(_: {}): any;
|
|
64
42
|
}>;
|
|
65
43
|
export default _default;
|
|
44
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
45
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
46
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
47
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
48
|
+
} : {
|
|
49
|
+
type: import('vue').PropType<T[K]>;
|
|
50
|
+
required: true;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
type __VLS_WithDefaults<P, D> = {
|
|
54
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
55
|
+
default: D[K];
|
|
56
|
+
}> : P[K];
|
|
57
|
+
};
|
|
58
|
+
type __VLS_Prettify<T> = {
|
|
59
|
+
[K in keyof T]: T[K];
|
|
60
|
+
} & {};
|
|
66
61
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
67
62
|
new (): {
|
|
68
63
|
$slots: S;
|
|
@@ -1,91 +1,52 @@
|
|
|
1
|
+
import { MediaVariants } from "../../types/Medias";
|
|
1
2
|
import { Answer } from "../../types/Answer";
|
|
2
|
-
|
|
3
|
-
title
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
type
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
hideIcon:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
required: true;
|
|
30
|
-
};
|
|
31
|
-
shuffle: {
|
|
32
|
-
type: import("vue").PropType<boolean>;
|
|
33
|
-
default: boolean;
|
|
34
|
-
};
|
|
35
|
-
before: {
|
|
36
|
-
type: import("vue").PropType<boolean>;
|
|
37
|
-
default: boolean;
|
|
38
|
-
};
|
|
39
|
-
numeration: {
|
|
40
|
-
type: import("vue").PropType<boolean>;
|
|
41
|
-
default: boolean;
|
|
42
|
-
};
|
|
43
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
|
-
title: {
|
|
45
|
-
type: import("vue").PropType<string>;
|
|
46
|
-
};
|
|
47
|
-
type: {
|
|
48
|
-
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
src: {
|
|
52
|
-
type: import("vue").PropType<string | null>;
|
|
53
|
-
};
|
|
54
|
-
question: {
|
|
55
|
-
type: import("vue").PropType<string>;
|
|
56
|
-
required: true;
|
|
57
|
-
};
|
|
58
|
-
mandateLevel: {
|
|
59
|
-
type: import("vue").PropType<string | null>;
|
|
60
|
-
};
|
|
61
|
-
intentions: {
|
|
62
|
-
type: import("vue").PropType<string>;
|
|
63
|
-
};
|
|
64
|
-
hideIcon: {
|
|
65
|
-
type: import("vue").PropType<boolean>;
|
|
66
|
-
default: boolean;
|
|
67
|
-
};
|
|
68
|
-
answers: {
|
|
69
|
-
type: import("vue").PropType<Answer[]>;
|
|
70
|
-
required: true;
|
|
71
|
-
};
|
|
72
|
-
shuffle: {
|
|
73
|
-
type: import("vue").PropType<boolean>;
|
|
74
|
-
default: boolean;
|
|
75
|
-
};
|
|
76
|
-
before: {
|
|
77
|
-
type: import("vue").PropType<boolean>;
|
|
78
|
-
default: boolean;
|
|
79
|
-
};
|
|
80
|
-
numeration: {
|
|
81
|
-
type: import("vue").PropType<boolean>;
|
|
82
|
-
default: boolean;
|
|
83
|
-
};
|
|
84
|
-
}>>, {
|
|
85
|
-
type: "base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error";
|
|
3
|
+
interface Props {
|
|
4
|
+
title?: string;
|
|
5
|
+
intentions?: string;
|
|
6
|
+
hideIcon?: boolean;
|
|
7
|
+
type?: MediaVariants;
|
|
8
|
+
mandateLevel?: string | null;
|
|
9
|
+
question: string;
|
|
10
|
+
answers: Answer[];
|
|
11
|
+
shuffle?: boolean;
|
|
12
|
+
before?: boolean;
|
|
13
|
+
numeration?: boolean;
|
|
14
|
+
src?: string | null;
|
|
15
|
+
}
|
|
16
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
17
|
+
type: string;
|
|
18
|
+
hideIcon: boolean;
|
|
19
|
+
shuffle: boolean;
|
|
20
|
+
before: boolean;
|
|
21
|
+
numeration: boolean;
|
|
22
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
23
|
+
type: string;
|
|
24
|
+
hideIcon: boolean;
|
|
25
|
+
shuffle: boolean;
|
|
26
|
+
before: boolean;
|
|
27
|
+
numeration: boolean;
|
|
28
|
+
}>>>, {
|
|
29
|
+
type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
|
|
86
30
|
hideIcon: boolean;
|
|
87
31
|
shuffle: boolean;
|
|
88
32
|
before: boolean;
|
|
89
33
|
numeration: boolean;
|
|
90
34
|
}, {}>;
|
|
91
35
|
export default _default;
|
|
36
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
37
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
38
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
39
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
40
|
+
} : {
|
|
41
|
+
type: import('vue').PropType<T[K]>;
|
|
42
|
+
required: true;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
type __VLS_WithDefaults<P, D> = {
|
|
46
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
47
|
+
default: D[K];
|
|
48
|
+
}> : P[K];
|
|
49
|
+
};
|
|
50
|
+
type __VLS_Prettify<T> = {
|
|
51
|
+
[K in keyof T]: T[K];
|
|
52
|
+
} & {};
|