ep-lib-ts 0.1.30 → 0.1.33
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-03ab87a2.js +6 -0
- package/dist/DisplayBox-2a24a5ba.js +6 -0
- package/dist/EpAlert-174fcb58.js +6 -0
- package/dist/EpAudio-3273480f.js +6 -0
- package/dist/EpAvatar-b8e6cc02.js +50 -0
- package/dist/EpBadge-1001b3f1.js +6 -0
- package/dist/EpBadge-f5faab43.js +55 -0
- package/dist/EpBarChart-9f7bfb0a.js +6 -0
- package/dist/EpBtn-d2ee85de.js +6 -0
- package/dist/EpCard-eb83211e.js +6 -0
- package/dist/EpChip-916932cb.js +6 -0
- package/dist/EpContentSlider-0cf1508d.js +6 -0
- package/dist/EpDivider-e7cb7f8a.js +6 -0
- package/dist/EpEdu-5a7baed7.js +6 -0
- package/dist/EpFlex-5a98c073.js +6 -0
- package/dist/EpHeader-6434c484.js +6 -0
- package/dist/EpIcon-ee0a43f7.js +6 -0
- package/dist/EpIframe-22b07140.js +6 -0
- package/dist/EpImg-a6041dc8.js +6 -0
- package/dist/{EpInput-81ae2a5e.js → EpInput-84694089.js} +4 -3
- package/dist/EpLineChart-2575d63d.js +6 -0
- package/dist/EpLink-973bc022.js +6 -0
- package/dist/EpLinkVersion-24002433.js +6 -0
- package/dist/EpModal-c85f0d51.js +6 -0
- package/dist/EpNothing-97d18b42.js +11 -0
- package/dist/EpPieChart-0eb59e41.js +6 -0
- package/dist/EpQuestion-9a2344da.js +6 -0
- package/dist/EpQuote-aaa938d0.js +6 -0
- package/dist/EpRadio-57e34517.js +6 -0
- package/dist/EpReading-e17c098f.js +6 -0
- package/dist/EpResource-2adf0ce4.js +6 -0
- package/dist/EpScope-2eceb2e9.js +6 -0
- package/dist/EpSection-d658f245.js +6 -0
- package/dist/{EpSelect-0bc80667.js → EpSelect-c508997b.js} +4 -3
- package/dist/EpSkeleton-fccbc6be.js +6 -0
- package/dist/EpSoftware-32ca0529.js +6 -0
- package/dist/EpSpinner-d8682586.js +6 -0
- package/dist/EpSvg-7d74c2b2.js +6 -0
- package/dist/EpTable-e5bd6c19.js +6 -0
- package/dist/EpTerm-427f5b86.js +6 -0
- package/dist/EpText-f96b3863.js +6 -0
- package/dist/EpTimeLine-54cbf65e.js +6 -0
- package/dist/EpTooltip-05e1d8fe.js +99 -0
- package/dist/EpVideo-9a9ce1e1.js +6 -0
- package/dist/EpVideoPanopto-f42c01cc.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/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 +47 -68
- 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 +35 -33
- package/dist/ep-lib-ts.umd.cjs +31 -35
- package/dist/{index-78ac7d74.js → index-a7b2a6d7.js} +3544 -3532
- 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/EpText.vue +1 -1
- package/src/components/educationals/EpEdu.vue +1 -0
- package/src/components/educationals/EpReading.vue +2 -2
- 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/EpQuote.vue +53 -37
- package/src/components/signages/EpSkeleton.vue +36 -9
- package/src/components/tools/TimelineItem.vue +1 -1
- package/dist/BgAudio-820c0a39.js +0 -5
- package/dist/DisplayBox-05ba8755.js +0 -5
- package/dist/EpAlert-f32ad986.js +0 -5
- package/dist/EpAudio-80dbaf40.js +0 -5
- package/dist/EpBadge-cb67d4b1.js +0 -5
- package/dist/EpBarChart-710b4ff4.js +0 -5
- package/dist/EpBtn-5c939189.js +0 -5
- package/dist/EpCard-3c75fd57.js +0 -5
- package/dist/EpChip-75b64fd5.js +0 -5
- package/dist/EpContentSlider-5f4ed454.js +0 -5
- package/dist/EpDivider-05f71886.js +0 -5
- package/dist/EpEdu-b7e92524.js +0 -5
- package/dist/EpFlex-f7103829.js +0 -5
- package/dist/EpHeader-564a55a0.js +0 -5
- package/dist/EpIcon-5c184634.js +0 -5
- package/dist/EpIframe-e47cdf06.js +0 -5
- package/dist/EpImg-4ac885e3.js +0 -5
- package/dist/EpLineChart-468b3ed7.js +0 -5
- package/dist/EpLink-9f599e06.js +0 -5
- package/dist/EpLinkVersion-9a5026a6.js +0 -5
- package/dist/EpModal-8208c45a.js +0 -5
- package/dist/EpNothing-2c04e40e.js +0 -10
- package/dist/EpPieChart-0b7f0752.js +0 -5
- package/dist/EpQuestion-f5c0082f.js +0 -5
- package/dist/EpQuote-c51e2778.js +0 -5
- package/dist/EpRadio-edd52b6b.js +0 -5
- package/dist/EpReading-19d5e14b.js +0 -5
- package/dist/EpResource-d05a5a4a.js +0 -5
- package/dist/EpScope-e4c2d014.js +0 -5
- package/dist/EpSection-97392b3b.js +0 -5
- package/dist/EpSkeleton-9542d360.js +0 -10
- package/dist/EpSoftware-3c6dce6e.js +0 -5
- package/dist/EpSpinner-d47f52b4.js +0 -5
- package/dist/EpSvg-c08f08c7.js +0 -5
- package/dist/EpTable-15f79011.js +0 -5
- package/dist/EpTerm-892a5db3.js +0 -5
- package/dist/EpText-466d34a5.js +0 -5
- package/dist/EpTimeLine-7c0f2078.js +0 -5
- package/dist/EpVideo-ddedb1ac.js +0 -5
- package/dist/EpVideoPanopto-2d7bdf5f.js +0 -5
|
@@ -1,72 +1,27 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
type: import("vue").PropType<string>;
|
|
26
|
-
};
|
|
27
|
-
relations: {
|
|
28
|
-
type: import("vue").PropType<string>;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
|
-
labelClose: {
|
|
32
|
-
type: import("vue").PropType<string>;
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
|
-
src: {
|
|
37
|
-
type: import("vue").PropType<string>;
|
|
38
|
-
};
|
|
39
|
-
term: {
|
|
40
|
-
type: import("vue").PropType<string>;
|
|
41
|
-
required: true;
|
|
42
|
-
default: string;
|
|
43
|
-
};
|
|
44
|
-
word: {
|
|
45
|
-
type: import("vue").PropType<string>;
|
|
46
|
-
required: true;
|
|
47
|
-
};
|
|
48
|
-
definition: {
|
|
49
|
-
type: import("vue").PropType<string>;
|
|
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
|
-
labelClose: {
|
|
66
|
-
type: import("vue").PropType<string>;
|
|
67
|
-
default: string;
|
|
68
|
-
};
|
|
69
|
-
}>>, {
|
|
1
|
+
interface Props {
|
|
2
|
+
term: string;
|
|
3
|
+
word: string;
|
|
4
|
+
definition?: string;
|
|
5
|
+
variations?: string;
|
|
6
|
+
domain?: string;
|
|
7
|
+
graminfo?: string;
|
|
8
|
+
relations?: string;
|
|
9
|
+
labelClose?: string;
|
|
10
|
+
src?: string;
|
|
11
|
+
}
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
|
+
term: string;
|
|
14
|
+
variations: string;
|
|
15
|
+
relations: string;
|
|
16
|
+
idrelation: string;
|
|
17
|
+
labelClose: string;
|
|
18
|
+
}>, {}, 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>, {
|
|
19
|
+
term: string;
|
|
20
|
+
variations: string;
|
|
21
|
+
relations: string;
|
|
22
|
+
idrelation: string;
|
|
23
|
+
labelClose: string;
|
|
24
|
+
}>>>, {
|
|
70
25
|
term: string;
|
|
71
26
|
variations: string;
|
|
72
27
|
relations: string;
|
|
@@ -75,6 +30,23 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
75
30
|
default?(_: {}): any;
|
|
76
31
|
}>;
|
|
77
32
|
export default _default;
|
|
33
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
35
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
36
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
37
|
+
} : {
|
|
38
|
+
type: import('vue').PropType<T[K]>;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
type __VLS_WithDefaults<P, D> = {
|
|
43
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
44
|
+
default: D[K];
|
|
45
|
+
}> : P[K];
|
|
46
|
+
};
|
|
47
|
+
type __VLS_Prettify<T> = {
|
|
48
|
+
[K in keyof T]: T[K];
|
|
49
|
+
} & {};
|
|
78
50
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
79
51
|
new (): {
|
|
80
52
|
$slots: S;
|
|
@@ -4,29 +4,27 @@ interface TimelineHeading {
|
|
|
4
4
|
text?: HeadTimeLine;
|
|
5
5
|
};
|
|
6
6
|
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
title: {
|
|
21
|
-
type: import("vue").PropType<TimelineHeading>;
|
|
22
|
-
};
|
|
23
|
-
tags: {
|
|
24
|
-
type: import("vue").PropType<TagTimeLine[]>;
|
|
25
|
-
required: true;
|
|
26
|
-
};
|
|
27
|
-
events: {
|
|
28
|
-
type: import("vue").PropType<EventTimeLine[]>;
|
|
7
|
+
interface Props {
|
|
8
|
+
tags: TagTimeLine[];
|
|
9
|
+
events: EventTimeLine[];
|
|
10
|
+
title?: TimelineHeading;
|
|
11
|
+
}
|
|
12
|
+
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>, {}>>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
16
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
17
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
18
|
+
} : {
|
|
19
|
+
type: import('vue').PropType<T[K]>;
|
|
29
20
|
required: true;
|
|
30
21
|
};
|
|
31
|
-
}
|
|
32
|
-
|
|
22
|
+
};
|
|
23
|
+
type __VLS_WithDefaults<P, D> = {
|
|
24
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
25
|
+
default: D[K];
|
|
26
|
+
}> : P[K];
|
|
27
|
+
};
|
|
28
|
+
type __VLS_Prettify<T> = {
|
|
29
|
+
[K in keyof T]: T[K];
|
|
30
|
+
} & {};
|
|
@@ -1,65 +1,43 @@
|
|
|
1
|
+
import { MediaVariants } from "../../types/Medias";
|
|
1
2
|
import { MandateLevel } from '../../types/MandateLevel';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
|
-
labelIntentions: {
|
|
25
|
-
type: import("vue").PropType<string>;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
credits: {
|
|
29
|
-
type: import("vue").PropType<string>;
|
|
30
|
-
};
|
|
31
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
-
title: {
|
|
33
|
-
type: import("vue").PropType<string>;
|
|
34
|
-
};
|
|
35
|
-
type: {
|
|
36
|
-
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
src: {
|
|
40
|
-
type: import("vue").PropType<string>;
|
|
41
|
-
required: true;
|
|
42
|
-
};
|
|
43
|
-
mandateLevel: {
|
|
44
|
-
type: import("vue").PropType<string | MandateLevel | null>;
|
|
45
|
-
};
|
|
46
|
-
intentions: {
|
|
47
|
-
type: import("vue").PropType<string>;
|
|
48
|
-
};
|
|
49
|
-
hideIcon: {
|
|
50
|
-
type: import("vue").PropType<boolean>;
|
|
51
|
-
default: boolean;
|
|
52
|
-
};
|
|
53
|
-
labelIntentions: {
|
|
54
|
-
type: import("vue").PropType<string>;
|
|
55
|
-
default: string;
|
|
56
|
-
};
|
|
57
|
-
credits: {
|
|
58
|
-
type: import("vue").PropType<string>;
|
|
59
|
-
};
|
|
60
|
-
}>>, {
|
|
61
|
-
type: "base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error";
|
|
3
|
+
interface Props {
|
|
4
|
+
src: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
intentions?: string;
|
|
7
|
+
credits?: string;
|
|
8
|
+
mandateLevel?: string | MandateLevel | null;
|
|
9
|
+
labelIntentions?: string;
|
|
10
|
+
type?: MediaVariants;
|
|
11
|
+
hideIcon?: boolean;
|
|
12
|
+
}
|
|
13
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
14
|
+
labelIntentions: string;
|
|
15
|
+
type: string;
|
|
16
|
+
hideIcon: boolean;
|
|
17
|
+
}>, {}, 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>, {
|
|
18
|
+
labelIntentions: string;
|
|
19
|
+
type: string;
|
|
20
|
+
hideIcon: boolean;
|
|
21
|
+
}>>>, {
|
|
22
|
+
type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
|
|
62
23
|
hideIcon: boolean;
|
|
63
24
|
labelIntentions: string;
|
|
64
25
|
}, {}>;
|
|
65
26
|
export default _default;
|
|
27
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
29
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
30
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
+
} : {
|
|
32
|
+
type: import('vue').PropType<T[K]>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
type __VLS_WithDefaults<P, D> = {
|
|
37
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
38
|
+
default: D[K];
|
|
39
|
+
}> : P[K];
|
|
40
|
+
};
|
|
41
|
+
type __VLS_Prettify<T> = {
|
|
42
|
+
[K in keyof T]: T[K];
|
|
43
|
+
} & {};
|
|
@@ -1,65 +1,43 @@
|
|
|
1
|
+
import { MediaVariants } from "../../types/Medias";
|
|
1
2
|
import { MandateLevel } from '../../types/MandateLevel';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
|
-
labelIntentions: {
|
|
25
|
-
type: import("vue").PropType<string>;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
credits: {
|
|
29
|
-
type: import("vue").PropType<string>;
|
|
30
|
-
};
|
|
31
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
-
title: {
|
|
33
|
-
type: import("vue").PropType<string>;
|
|
34
|
-
};
|
|
35
|
-
type: {
|
|
36
|
-
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
src: {
|
|
40
|
-
type: import("vue").PropType<string>;
|
|
41
|
-
required: true;
|
|
42
|
-
};
|
|
43
|
-
mandateLevel: {
|
|
44
|
-
type: import("vue").PropType<string | MandateLevel | null>;
|
|
45
|
-
};
|
|
46
|
-
intentions: {
|
|
47
|
-
type: import("vue").PropType<string>;
|
|
48
|
-
};
|
|
49
|
-
hideIcon: {
|
|
50
|
-
type: import("vue").PropType<boolean>;
|
|
51
|
-
default: boolean;
|
|
52
|
-
};
|
|
53
|
-
labelIntentions: {
|
|
54
|
-
type: import("vue").PropType<string>;
|
|
55
|
-
default: string;
|
|
56
|
-
};
|
|
57
|
-
credits: {
|
|
58
|
-
type: import("vue").PropType<string>;
|
|
59
|
-
};
|
|
60
|
-
}>>, {
|
|
61
|
-
type: "base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error";
|
|
3
|
+
interface Props {
|
|
4
|
+
src: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
intentions?: string;
|
|
7
|
+
credits?: string;
|
|
8
|
+
mandateLevel?: string | MandateLevel | null;
|
|
9
|
+
labelIntentions?: string;
|
|
10
|
+
type?: MediaVariants;
|
|
11
|
+
hideIcon?: boolean;
|
|
12
|
+
}
|
|
13
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
14
|
+
labelIntentions: string;
|
|
15
|
+
type: string;
|
|
16
|
+
hideIcon: boolean;
|
|
17
|
+
}>, {}, 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>, {
|
|
18
|
+
labelIntentions: string;
|
|
19
|
+
type: string;
|
|
20
|
+
hideIcon: boolean;
|
|
21
|
+
}>>>, {
|
|
22
|
+
type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
|
|
62
23
|
hideIcon: boolean;
|
|
63
24
|
labelIntentions: string;
|
|
64
25
|
}, {}>;
|
|
65
26
|
export default _default;
|
|
27
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
29
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
30
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
+
} : {
|
|
32
|
+
type: import('vue').PropType<T[K]>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
type __VLS_WithDefaults<P, D> = {
|
|
37
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
38
|
+
default: D[K];
|
|
39
|
+
}> : P[K];
|
|
40
|
+
};
|
|
41
|
+
type __VLS_Prettify<T> = {
|
|
42
|
+
[K in keyof T]: T[K];
|
|
43
|
+
} & {};
|
|
@@ -5,55 +5,49 @@ interface OldType {
|
|
|
5
5
|
type: TypeAlert;
|
|
6
6
|
color: string;
|
|
7
7
|
}
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
noIcon:
|
|
25
|
-
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
-
title: {
|
|
30
|
-
type: import("vue").PropType<string | null>;
|
|
31
|
-
default: null;
|
|
32
|
-
};
|
|
33
|
-
type: {
|
|
34
|
-
type: import("vue").PropType<"base" | "info" | "warning" | "success" | "error" | "question" | "Question" | "tip" | OldType>;
|
|
35
|
-
default: string;
|
|
36
|
-
};
|
|
37
|
-
outlined: {
|
|
38
|
-
type: import("vue").PropType<boolean>;
|
|
39
|
-
default: boolean;
|
|
40
|
-
};
|
|
41
|
-
compact: {
|
|
42
|
-
type: import("vue").PropType<boolean>;
|
|
43
|
-
};
|
|
44
|
-
noIcon: {
|
|
45
|
-
type: import("vue").PropType<boolean>;
|
|
46
|
-
default: boolean;
|
|
47
|
-
};
|
|
48
|
-
}>>, {
|
|
8
|
+
interface Props {
|
|
9
|
+
type?: TypeAlert | OldType;
|
|
10
|
+
title?: string | null;
|
|
11
|
+
outlined?: boolean;
|
|
12
|
+
noIcon?: boolean;
|
|
13
|
+
compact?: boolean;
|
|
14
|
+
}
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
|
+
type: string;
|
|
17
|
+
title: null;
|
|
18
|
+
outlined: boolean;
|
|
19
|
+
noIcon: boolean;
|
|
20
|
+
}>, {}, 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>, {
|
|
21
|
+
type: string;
|
|
22
|
+
title: null;
|
|
23
|
+
outlined: boolean;
|
|
24
|
+
noIcon: boolean;
|
|
25
|
+
}>>>, {
|
|
49
26
|
title: string | null;
|
|
50
|
-
type: "base" | "
|
|
27
|
+
type: "base" | "error" | "warning" | "success" | "info" | "question" | "tip" | "Question" | OldType;
|
|
51
28
|
outlined: boolean;
|
|
52
29
|
noIcon: boolean;
|
|
53
30
|
}, {}>, {
|
|
54
31
|
default?(_: {}): any;
|
|
55
32
|
}>;
|
|
56
33
|
export default _default;
|
|
34
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
35
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
36
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
37
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
38
|
+
} : {
|
|
39
|
+
type: import('vue').PropType<T[K]>;
|
|
40
|
+
required: true;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
type __VLS_WithDefaults<P, D> = {
|
|
44
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
45
|
+
default: D[K];
|
|
46
|
+
}> : P[K];
|
|
47
|
+
};
|
|
48
|
+
type __VLS_Prettify<T> = {
|
|
49
|
+
[K in keyof T]: T[K];
|
|
50
|
+
} & {};
|
|
57
51
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
58
52
|
new (): {
|
|
59
53
|
$slots: S;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { TypeBadge } from "../../types/Badge";
|
|
2
|
+
type Mode = "default" | "dot";
|
|
3
|
+
type Color = "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info" | "question" | "tip";
|
|
4
|
+
type Visibility = "true" | "false";
|
|
5
|
+
interface Props {
|
|
6
|
+
content: number;
|
|
7
|
+
mode?: Mode;
|
|
8
|
+
placement?: TypeBadge;
|
|
9
|
+
visibility: Visibility;
|
|
10
|
+
color: Color;
|
|
11
|
+
maxValue: number;
|
|
12
|
+
}
|
|
13
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
14
|
+
mode: string;
|
|
15
|
+
placement: string;
|
|
16
|
+
visibility: string;
|
|
17
|
+
color: string;
|
|
18
|
+
maxValue: number;
|
|
19
|
+
}>, {}, 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>, {
|
|
20
|
+
mode: string;
|
|
21
|
+
placement: string;
|
|
22
|
+
visibility: string;
|
|
23
|
+
color: string;
|
|
24
|
+
maxValue: number;
|
|
25
|
+
}>>>, {
|
|
26
|
+
color: Color;
|
|
27
|
+
mode: Mode;
|
|
28
|
+
placement: "top_left" | "top_right" | "bottom_left" | "bottom_right";
|
|
29
|
+
visibility: Visibility;
|
|
30
|
+
maxValue: number;
|
|
31
|
+
}, {}>, {
|
|
32
|
+
default?(_: {}): any;
|
|
33
|
+
}>;
|
|
34
|
+
export default _default;
|
|
35
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
37
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
+
} : {
|
|
40
|
+
type: import('vue').PropType<T[K]>;
|
|
41
|
+
required: true;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
type __VLS_WithDefaults<P, D> = {
|
|
45
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
46
|
+
default: D[K];
|
|
47
|
+
}> : P[K];
|
|
48
|
+
};
|
|
49
|
+
type __VLS_Prettify<T> = {
|
|
50
|
+
[K in keyof T]: T[K];
|
|
51
|
+
} & {};
|
|
52
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
53
|
+
new (): {
|
|
54
|
+
$slots: S;
|
|
55
|
+
};
|
|
56
|
+
};
|