ep-lib-ts 0.1.14 → 0.1.16
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-fdecbff9.js +5 -0
- package/dist/DisplayBox-65e9eca6.js +5 -0
- package/dist/EpAlert-a0be5833.js +5 -0
- package/dist/EpAudio-8b3e9bc6.js +5 -0
- package/dist/EpBadge-7c355f64.js +5 -0
- package/dist/EpBarChart-4f9cf4a5.js +5 -0
- package/dist/EpBtn-e272db29.js +5 -0
- package/dist/EpCard-84ed498b.js +5 -0
- package/dist/EpCheckbox-fe632df9.js +36 -0
- package/dist/EpChip-41ef9cda.js +5 -0
- package/dist/EpContentSlider-fa83c239.js +5 -0
- package/dist/EpDivider-782f1320.js +5 -0
- package/dist/EpEdu-254592e7.js +5 -0
- package/dist/EpFlex-3fd43ac8.js +5 -0
- package/dist/EpHeader-36c94e1d.js +5 -0
- package/dist/EpIcon-b1dab9c7.js +5 -0
- package/dist/EpIframe-0ef6462c.js +5 -0
- package/dist/EpImg-a67494ab.js +5 -0
- package/dist/EpInput-7d0ace96.js +1171 -0
- package/dist/EpLineChart-0875318d.js +5 -0
- package/dist/EpLink-ae14268f.js +5 -0
- package/dist/EpLinkVersion-d2a66536.js +5 -0
- package/dist/EpModal-e7752c3a.js +5 -0
- package/dist/EpNothing-89192a65.js +10 -0
- package/dist/EpPieChart-a5c2b324.js +5 -0
- package/dist/EpQuestion-978df44b.js +5 -0
- package/dist/EpQuote-cf643027.js +5 -0
- package/dist/EpRadio-68bd99f6.js +5 -0
- package/dist/EpReading-8d0cd235.js +5 -0
- package/dist/EpResource-c2bda168.js +5 -0
- package/dist/EpScope-c32ba4f3.js +5 -0
- package/dist/EpSection-f86df6e5.js +5 -0
- package/dist/EpSelect-20303cb9.js +31 -0
- package/dist/EpSoftware-8d7db7e7.js +5 -0
- package/dist/EpSpinner-1f81811b.js +5 -0
- package/dist/EpSvg-a5f79222.js +5 -0
- package/dist/EpSwitch-1eaf9d3f.js +44 -0
- package/dist/EpTable-22a1b1a2.js +5 -0
- package/dist/EpTerm-37c870cd.js +5 -0
- package/dist/EpText-5337f1b1.js +5 -0
- package/dist/EpTextarea-67f751e9.js +41 -0
- package/dist/EpTimeLine-c4d0e6f5.js +5 -0
- package/dist/EpToggle-9755056a.js +44 -0
- package/dist/EpVideo-7fe796f2.js +5 -0
- package/dist/EpVideoPanopto-d5bfe806.js +5 -0
- 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 -0
- package/dist/components/basics/EpFlex.vue.d.ts +9 -0
- package/dist/components/basics/EpIcon.vue.d.ts +37 -0
- package/dist/components/basics/EpImg.vue.d.ts +79 -0
- package/dist/components/basics/EpSection.vue.d.ts +84 -0
- package/dist/components/basics/EpSpinner.vue.d.ts +41 -0
- package/dist/components/basics/EpTable.vue.d.ts +24 -0
- package/dist/components/basics/EpText.vue.d.ts +34 -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 +76 -0
- package/dist/components/educationals/EpEdu.vue.d.ts +81 -0
- package/dist/components/educationals/EpReading.vue.d.ts +152 -0
- package/dist/components/educationals/EpResource.vue.d.ts +35 -0
- package/dist/components/educationals/EpScope.vue.d.ts +23 -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/EpAccordeon.vue.d.ts +54 -0
- package/dist/components/interactions/EpContentSlider.vue.d.ts +13 -0
- package/dist/components/interactions/EpModal.vue.d.ts +70 -0
- package/dist/components/interactions/EpQuestion.vue.d.ts +91 -0
- package/dist/components/interactions/EpTabs.vue.d.ts +2 -0
- package/dist/components/medias/EpAudio.vue.d.ts +74 -0
- package/dist/components/medias/EpCarousel.vue.d.ts +41 -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 +74 -0
- package/dist/components/medias/EpLinkVersion.vue.d.ts +37 -0
- package/dist/components/medias/EpSoftware.vue.d.ts +89 -0
- package/dist/components/medias/EpSvg.vue.d.ts +35 -0
- package/dist/components/medias/EpTerm.vue.d.ts +91 -0
- package/dist/components/medias/EpTimeLine.vue.d.ts +32 -0
- package/dist/components/medias/EpVideo.vue.d.ts +65 -0
- package/dist/components/medias/EpVideoPanopto.vue.d.ts +65 -0
- package/dist/components/signages/EpAlert.vue.d.ts +61 -0
- package/dist/components/signages/EpHeader.vue.d.ts +105 -0
- package/dist/components/signages/EpNothing.vue.d.ts +2 -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/components/tools/SvgFilter.vue.d.ts +2 -0
- package/dist/components/tools/TimelineItem.vue.d.ts +29 -0
- package/dist/composables/isHtml.d.ts +1 -0
- package/dist/composables/useColors.d.ts +1 -0
- package/dist/composables/useComponent.d.ts +6 -0
- package/dist/composables/useIcons.d.ts +23 -0
- package/dist/composables/useMarkdown.d.ts +1 -0
- package/dist/composables/useRenderText.d.ts +1 -0
- package/dist/ep-lib-ts.js +43 -0
- package/dist/ep-lib-ts.umd.cjs +348 -0
- package/dist/index-c413caa3.js +19381 -0
- package/dist/index.d.ts +40 -0
- package/dist/main.d.ts +0 -0
- package/dist/router.d.ts +2 -0
- package/dist/style.css +1 -0
- package/dist/types/Accordeon.d.ts +43 -0
- package/dist/types/Alert.d.ts +31 -0
- package/dist/types/Answer.d.ts +15 -0
- package/dist/types/Border.d.ts +2 -0
- package/dist/types/Btn.d.ts +41 -0
- package/dist/types/Card.d.ts +6 -0
- package/dist/types/Chip.d.ts +41 -0
- package/dist/types/MandateLevel.d.ts +5 -0
- package/dist/types/MediaCarousel.d.ts +7 -0
- package/dist/types/Medias.d.ts +11 -0
- package/dist/types/Radio.d.ts +11 -0
- package/dist/types/Slides.d.ts +15 -0
- package/dist/types/TimeLine.d.ts +124 -0
- package/dist/vite.svg +1 -0
- package/package.json +3 -3
- package/src/components/basics/EpCard.vue +0 -1
- package/src/components/basics/EpText.vue +7 -4
- package/src/components/charts/EpPieChart.vue +72 -4
- package/src/components/interactions/EpAccordeon.vue +14 -12
- package/src/components/interactions/EpContentSlider.vue +108 -5
- package/src/components/interactions/EpModal.vue +1 -1
- package/src/components/medias/EpCarousel.vue +1 -1
- package/src/components/medias/EpLink.vue +12 -11
- package/src/components/medias/EpSvg.vue +42 -3
- package/src/components/medias/EpTerm.vue +29 -14
- package/src/components/medias/EpTimeLine.vue +19 -17
- package/src/components/signages/EpHeader.vue +44 -93
- package/src/components/tools/DisplayBox.vue +2 -2
- package/src/components/tools/SvgFilter.vue +220 -0
|
@@ -0,0 +1,51 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
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,79 @@
|
|
|
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
|
+
noModal: {
|
|
30
|
+
type: import("vue").PropType<boolean>;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
cols: {
|
|
34
|
+
type: import("vue").PropType<string | number>;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
|
+
caption: {
|
|
39
|
+
type: import("vue").PropType<string>;
|
|
40
|
+
};
|
|
41
|
+
title: {
|
|
42
|
+
type: import("vue").PropType<string>;
|
|
43
|
+
};
|
|
44
|
+
height: {
|
|
45
|
+
type: import("vue").PropType<string | number>;
|
|
46
|
+
};
|
|
47
|
+
width: {
|
|
48
|
+
type: import("vue").PropType<string | number>;
|
|
49
|
+
};
|
|
50
|
+
src: {
|
|
51
|
+
type: import("vue").PropType<string>;
|
|
52
|
+
required: true;
|
|
53
|
+
};
|
|
54
|
+
alt: {
|
|
55
|
+
type: import("vue").PropType<string>;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
thumbnail: {
|
|
59
|
+
type: import("vue").PropType<boolean>;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
62
|
+
bib: {
|
|
63
|
+
type: import("vue").PropType<string>;
|
|
64
|
+
};
|
|
65
|
+
noModal: {
|
|
66
|
+
type: import("vue").PropType<boolean>;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
69
|
+
cols: {
|
|
70
|
+
type: import("vue").PropType<string | number>;
|
|
71
|
+
default: string;
|
|
72
|
+
};
|
|
73
|
+
}>>, {
|
|
74
|
+
alt: string;
|
|
75
|
+
thumbnail: boolean;
|
|
76
|
+
noModal: boolean;
|
|
77
|
+
cols: string | number;
|
|
78
|
+
}, {}>;
|
|
79
|
+
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,41 @@
|
|
|
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
|
+
inline: {
|
|
15
|
+
type: import("vue").PropType<boolean>;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
color: {
|
|
20
|
+
type: import("vue").PropType<string>;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
size: {
|
|
24
|
+
type: import("vue").PropType<number>;
|
|
25
|
+
default: number;
|
|
26
|
+
};
|
|
27
|
+
dots: {
|
|
28
|
+
type: import("vue").PropType<boolean>;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
inline: {
|
|
32
|
+
type: import("vue").PropType<boolean>;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
36
|
+
color: string;
|
|
37
|
+
size: number;
|
|
38
|
+
dots: boolean;
|
|
39
|
+
inline: boolean;
|
|
40
|
+
}, {}>;
|
|
41
|
+
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,34 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
title: {
|
|
3
|
+
type: import("vue").PropType<string | null>;
|
|
4
|
+
};
|
|
5
|
+
compact: {
|
|
6
|
+
type: import("vue").PropType<boolean>;
|
|
7
|
+
default: boolean;
|
|
8
|
+
};
|
|
9
|
+
content: {
|
|
10
|
+
type: import("vue").PropType<string>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
glossary: {
|
|
14
|
+
type: import("vue").PropType<any[]>;
|
|
15
|
+
};
|
|
16
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
title: {
|
|
18
|
+
type: import("vue").PropType<string | null>;
|
|
19
|
+
};
|
|
20
|
+
compact: {
|
|
21
|
+
type: import("vue").PropType<boolean>;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
24
|
+
content: {
|
|
25
|
+
type: import("vue").PropType<string>;
|
|
26
|
+
required: true;
|
|
27
|
+
};
|
|
28
|
+
glossary: {
|
|
29
|
+
type: import("vue").PropType<any[]>;
|
|
30
|
+
};
|
|
31
|
+
}>>, {
|
|
32
|
+
compact: boolean;
|
|
33
|
+
}, {}>;
|
|
34
|
+
export default _default;
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
interface Serie {
|
|
2
|
+
name: string;
|
|
3
|
+
data: (string | number)[];
|
|
4
|
+
}
|
|
5
|
+
interface Options {
|
|
6
|
+
xaxis: {
|
|
7
|
+
categories: (number | string)[];
|
|
8
|
+
convertedCatToNumeric?: boolean;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import("vue").DefineComponent<{
|
|
12
|
+
source: {
|
|
13
|
+
type: import("vue").PropType<string>;
|
|
14
|
+
};
|
|
15
|
+
title: {
|
|
16
|
+
type: import("vue").PropType<string>;
|
|
17
|
+
};
|
|
18
|
+
id: {
|
|
19
|
+
type: import("vue").PropType<string>;
|
|
20
|
+
};
|
|
21
|
+
type: {
|
|
22
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
23
|
+
};
|
|
24
|
+
center: {
|
|
25
|
+
type: import("vue").PropType<boolean>;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
mandateLevel: {
|
|
29
|
+
type: import("vue").PropType<string | null>;
|
|
30
|
+
};
|
|
31
|
+
intentions: {
|
|
32
|
+
type: import("vue").PropType<string>;
|
|
33
|
+
};
|
|
34
|
+
hideIcon: {
|
|
35
|
+
type: import("vue").PropType<boolean>;
|
|
36
|
+
};
|
|
37
|
+
series: {
|
|
38
|
+
type: import("vue").PropType<Serie[]>;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
options: {
|
|
42
|
+
type: import("vue").PropType<Options>;
|
|
43
|
+
required: true;
|
|
44
|
+
};
|
|
45
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
+
source: {
|
|
47
|
+
type: import("vue").PropType<string>;
|
|
48
|
+
};
|
|
49
|
+
title: {
|
|
50
|
+
type: import("vue").PropType<string>;
|
|
51
|
+
};
|
|
52
|
+
id: {
|
|
53
|
+
type: import("vue").PropType<string>;
|
|
54
|
+
};
|
|
55
|
+
type: {
|
|
56
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
57
|
+
};
|
|
58
|
+
center: {
|
|
59
|
+
type: import("vue").PropType<boolean>;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
62
|
+
mandateLevel: {
|
|
63
|
+
type: import("vue").PropType<string | null>;
|
|
64
|
+
};
|
|
65
|
+
intentions: {
|
|
66
|
+
type: import("vue").PropType<string>;
|
|
67
|
+
};
|
|
68
|
+
hideIcon: {
|
|
69
|
+
type: import("vue").PropType<boolean>;
|
|
70
|
+
};
|
|
71
|
+
series: {
|
|
72
|
+
type: import("vue").PropType<Serie[]>;
|
|
73
|
+
required: true;
|
|
74
|
+
};
|
|
75
|
+
options: {
|
|
76
|
+
type: import("vue").PropType<Options>;
|
|
77
|
+
required: true;
|
|
78
|
+
};
|
|
79
|
+
}>>, {
|
|
80
|
+
center: boolean;
|
|
81
|
+
}, {}>;
|
|
82
|
+
export default _default;
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
interface Serie {
|
|
2
|
+
name: string;
|
|
3
|
+
data: (string | number)[];
|
|
4
|
+
}
|
|
5
|
+
interface Options {
|
|
6
|
+
xaxis: {
|
|
7
|
+
categories: (number | string)[];
|
|
8
|
+
convertedCatToNumeric?: boolean;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import("vue").DefineComponent<{
|
|
12
|
+
source: {
|
|
13
|
+
type: import("vue").PropType<string>;
|
|
14
|
+
};
|
|
15
|
+
title: {
|
|
16
|
+
type: import("vue").PropType<string>;
|
|
17
|
+
};
|
|
18
|
+
id: {
|
|
19
|
+
type: import("vue").PropType<string>;
|
|
20
|
+
};
|
|
21
|
+
type: {
|
|
22
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
23
|
+
};
|
|
24
|
+
center: {
|
|
25
|
+
type: import("vue").PropType<boolean>;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
mandateLevel: {
|
|
29
|
+
type: import("vue").PropType<string | null>;
|
|
30
|
+
};
|
|
31
|
+
intentions: {
|
|
32
|
+
type: import("vue").PropType<string>;
|
|
33
|
+
};
|
|
34
|
+
hideIcon: {
|
|
35
|
+
type: import("vue").PropType<boolean>;
|
|
36
|
+
};
|
|
37
|
+
series: {
|
|
38
|
+
type: import("vue").PropType<Serie[]>;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
options: {
|
|
42
|
+
type: import("vue").PropType<Options>;
|
|
43
|
+
required: true;
|
|
44
|
+
};
|
|
45
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
+
source: {
|
|
47
|
+
type: import("vue").PropType<string>;
|
|
48
|
+
};
|
|
49
|
+
title: {
|
|
50
|
+
type: import("vue").PropType<string>;
|
|
51
|
+
};
|
|
52
|
+
id: {
|
|
53
|
+
type: import("vue").PropType<string>;
|
|
54
|
+
};
|
|
55
|
+
type: {
|
|
56
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
57
|
+
};
|
|
58
|
+
center: {
|
|
59
|
+
type: import("vue").PropType<boolean>;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
62
|
+
mandateLevel: {
|
|
63
|
+
type: import("vue").PropType<string | null>;
|
|
64
|
+
};
|
|
65
|
+
intentions: {
|
|
66
|
+
type: import("vue").PropType<string>;
|
|
67
|
+
};
|
|
68
|
+
hideIcon: {
|
|
69
|
+
type: import("vue").PropType<boolean>;
|
|
70
|
+
};
|
|
71
|
+
series: {
|
|
72
|
+
type: import("vue").PropType<Serie[]>;
|
|
73
|
+
required: true;
|
|
74
|
+
};
|
|
75
|
+
options: {
|
|
76
|
+
type: import("vue").PropType<Options>;
|
|
77
|
+
required: true;
|
|
78
|
+
};
|
|
79
|
+
}>>, {
|
|
80
|
+
center: boolean;
|
|
81
|
+
}, {}>;
|
|
82
|
+
export default _default;
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
interface TitlePie {
|
|
2
|
+
text: string;
|
|
3
|
+
align?: string;
|
|
4
|
+
}
|
|
5
|
+
declare const _default: import("vue").DefineComponent<{
|
|
6
|
+
source: {
|
|
7
|
+
type: import("vue").PropType<string>;
|
|
8
|
+
};
|
|
9
|
+
title: {
|
|
10
|
+
type: import("vue").PropType<TitlePie>;
|
|
11
|
+
};
|
|
12
|
+
id: {
|
|
13
|
+
type: import("vue").PropType<string>;
|
|
14
|
+
};
|
|
15
|
+
type: {
|
|
16
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
17
|
+
};
|
|
18
|
+
center: {
|
|
19
|
+
type: import("vue").PropType<boolean>;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
mandateLevel: {
|
|
23
|
+
type: import("vue").PropType<string | null>;
|
|
24
|
+
};
|
|
25
|
+
intentions: {
|
|
26
|
+
type: import("vue").PropType<string>;
|
|
27
|
+
};
|
|
28
|
+
hideIcon: {
|
|
29
|
+
type: import("vue").PropType<boolean>;
|
|
30
|
+
};
|
|
31
|
+
series: {
|
|
32
|
+
type: import("vue").PropType<number[]>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
labels: {
|
|
36
|
+
type: import("vue").PropType<string[]>;
|
|
37
|
+
required: true;
|
|
38
|
+
};
|
|
39
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
+
source: {
|
|
41
|
+
type: import("vue").PropType<string>;
|
|
42
|
+
};
|
|
43
|
+
title: {
|
|
44
|
+
type: import("vue").PropType<TitlePie>;
|
|
45
|
+
};
|
|
46
|
+
id: {
|
|
47
|
+
type: import("vue").PropType<string>;
|
|
48
|
+
};
|
|
49
|
+
type: {
|
|
50
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
51
|
+
};
|
|
52
|
+
center: {
|
|
53
|
+
type: import("vue").PropType<boolean>;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
mandateLevel: {
|
|
57
|
+
type: import("vue").PropType<string | null>;
|
|
58
|
+
};
|
|
59
|
+
intentions: {
|
|
60
|
+
type: import("vue").PropType<string>;
|
|
61
|
+
};
|
|
62
|
+
hideIcon: {
|
|
63
|
+
type: import("vue").PropType<boolean>;
|
|
64
|
+
};
|
|
65
|
+
series: {
|
|
66
|
+
type: import("vue").PropType<number[]>;
|
|
67
|
+
required: true;
|
|
68
|
+
};
|
|
69
|
+
labels: {
|
|
70
|
+
type: import("vue").PropType<string[]>;
|
|
71
|
+
required: true;
|
|
72
|
+
};
|
|
73
|
+
}>>, {
|
|
74
|
+
center: boolean;
|
|
75
|
+
}, {}>;
|
|
76
|
+
export default _default;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { MandateLevel } from "../../types/MandateLevel";
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
flat: {
|
|
4
|
+
type: import("vue").PropType<boolean>;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
title: {
|
|
8
|
+
type: import("vue").PropType<string | null>;
|
|
9
|
+
default: null;
|
|
10
|
+
};
|
|
11
|
+
type: {
|
|
12
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
subtitle: {
|
|
16
|
+
type: import("vue").PropType<string | null>;
|
|
17
|
+
};
|
|
18
|
+
icon: {
|
|
19
|
+
type: import("vue").PropType<string>;
|
|
20
|
+
};
|
|
21
|
+
synchrone: {
|
|
22
|
+
type: import("vue").PropType<boolean>;
|
|
23
|
+
};
|
|
24
|
+
mandateLevel: {
|
|
25
|
+
type: import("vue").PropType<string | MandateLevel | null>;
|
|
26
|
+
};
|
|
27
|
+
intentions: {
|
|
28
|
+
type: import("vue").PropType<string>;
|
|
29
|
+
};
|
|
30
|
+
hideIcon: {
|
|
31
|
+
type: import("vue").PropType<boolean>;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35
|
+
flat: {
|
|
36
|
+
type: import("vue").PropType<boolean>;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
title: {
|
|
40
|
+
type: import("vue").PropType<string | null>;
|
|
41
|
+
default: null;
|
|
42
|
+
};
|
|
43
|
+
type: {
|
|
44
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
subtitle: {
|
|
48
|
+
type: import("vue").PropType<string | null>;
|
|
49
|
+
};
|
|
50
|
+
icon: {
|
|
51
|
+
type: import("vue").PropType<string>;
|
|
52
|
+
};
|
|
53
|
+
synchrone: {
|
|
54
|
+
type: import("vue").PropType<boolean>;
|
|
55
|
+
};
|
|
56
|
+
mandateLevel: {
|
|
57
|
+
type: import("vue").PropType<string | MandateLevel | null>;
|
|
58
|
+
};
|
|
59
|
+
intentions: {
|
|
60
|
+
type: import("vue").PropType<string>;
|
|
61
|
+
};
|
|
62
|
+
hideIcon: {
|
|
63
|
+
type: import("vue").PropType<boolean>;
|
|
64
|
+
default: boolean;
|
|
65
|
+
};
|
|
66
|
+
}>>, {
|
|
67
|
+
flat: boolean;
|
|
68
|
+
title: string | null;
|
|
69
|
+
type: "base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error";
|
|
70
|
+
hideIcon: boolean;
|
|
71
|
+
}, {}>, {
|
|
72
|
+
intentions?(_: {}): any;
|
|
73
|
+
content?(_: {}): any;
|
|
74
|
+
actions?(_: {}): any;
|
|
75
|
+
}>;
|
|
76
|
+
export default _default;
|
|
77
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
78
|
+
new (): {
|
|
79
|
+
$slots: S;
|
|
80
|
+
};
|
|
81
|
+
};
|