ep-lib-ts 0.1.0 → 0.1.2

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.
Files changed (41) hide show
  1. package/dist/ep-lib-ts.js +78 -27139
  2. package/dist/ep-lib-ts.umd.cjs +13 -1004
  3. package/dist/index.d.ts +1 -36
  4. package/package.json +1 -1
  5. package/dist/components/basics/EpBadge.vue.d.ts +0 -38
  6. package/dist/components/basics/EpCard.vue.d.ts +0 -95
  7. package/dist/components/basics/EpDivider.vue.d.ts +0 -51
  8. package/dist/components/basics/EpFlex.vue.d.ts +0 -9
  9. package/dist/components/basics/EpImg.vue.d.ts +0 -76
  10. package/dist/components/basics/EpSection.vue.d.ts +0 -84
  11. package/dist/components/basics/EpSpinner.vue.d.ts +0 -32
  12. package/dist/components/basics/EpTable.vue.d.ts +0 -24
  13. package/dist/components/basics/EpText.vue.d.ts +0 -30
  14. package/dist/components/charts/EpBarChart.vue.d.ts +0 -82
  15. package/dist/components/charts/EpLineChart.vue.d.ts +0 -82
  16. package/dist/components/charts/EpPieChart.vue.d.ts +0 -2
  17. package/dist/components/educationals/EpEdu.vue.d.ts +0 -80
  18. package/dist/components/educationals/EpReading.vue.d.ts +0 -151
  19. package/dist/components/educationals/EpScope.vue.d.ts +0 -14
  20. package/dist/components/interactions/EpAccordeon.vue.d.ts +0 -54
  21. package/dist/components/interactions/EpContentSlider.vue.d.ts +0 -2
  22. package/dist/components/interactions/EpModal.vue.d.ts +0 -70
  23. package/dist/components/interactions/EpQuestion.vue.d.ts +0 -2
  24. package/dist/components/interactions/EpTabs.vue.d.ts +0 -2
  25. package/dist/components/medias/EpAudio.vue.d.ts +0 -79
  26. package/dist/components/medias/EpCarousel.vue.d.ts +0 -32
  27. package/dist/components/medias/EpIframe.vue.d.ts +0 -58
  28. package/dist/components/medias/EpKatex.vue.d.ts +0 -52
  29. package/dist/components/medias/EpLink.vue.d.ts +0 -73
  30. package/dist/components/medias/EpSoftware.vue.d.ts +0 -88
  31. package/dist/components/medias/EpSvg.vue.d.ts +0 -2
  32. package/dist/components/medias/EpTerm.vue.d.ts +0 -80
  33. package/dist/components/medias/EpTimeLine.vue.d.ts +0 -2
  34. package/dist/components/medias/EpVideo.vue.d.ts +0 -64
  35. package/dist/components/medias/EpVideoPanopto.vue.d.ts +0 -64
  36. package/dist/components/signages/EpAlert.vue.d.ts +0 -63
  37. package/dist/components/signages/EpHeader.vue.d.ts +0 -101
  38. package/dist/components/signages/EpQuote.vue.d.ts +0 -39
  39. package/dist/components/tools/BgAudio.vue.d.ts +0 -14
  40. package/dist/components/tools/DisplayBox.vue.d.ts +0 -17
  41. package/dist/style.css +0 -1
package/dist/index.d.ts CHANGED
@@ -1,38 +1,3 @@
1
- import EpText from './components/basics/EpText.vue';
2
- import EpImg from './components/basics/EpImg.vue';
3
- import EpCard from './components/basics/EpCard.vue';
4
- import EpBadge from './components/basics/EpBadge.vue';
5
1
  import EpBtn from './components/basics/EpBtn.vue';
6
2
  import EpChip from './components/basics/EpChip.vue';
7
- import EpDivider from './components/basics/EpDivider.vue';
8
- import EpSection from './components/basics/EpSection.vue';
9
- import EpSpinner from './components/basics/EpSpinner.vue';
10
- import EpFlex from './components/basics/EpFlex.vue';
11
- import EpIcon from './components/basics/EpIcon.vue';
12
- import EpTable from './components/basics/EpTable.vue';
13
- import EpBarChart from './components/charts/EpBarChart.vue';
14
- import EpLineChart from './components/charts/EpLineChart.vue';
15
- import EpPieChart from './components/charts/EpPieChart.vue';
16
- import EpEdu from './components/educationals/EpEdu.vue';
17
- import EpReading from './components/educationals/EpReading.vue';
18
- import EpScope from './components/educationals/EpScope.vue';
19
- import EpAccordeon from './components/interactions/EpAccordeon.vue';
20
- import EpContentSlider from './components/interactions/EpContentSlider.vue';
21
- import EpModal from './components/interactions/EpModal.vue';
22
- import EpQuestion from './components/interactions/EpQuestion.vue';
23
- import EpTabs from './components/interactions/EpTabs.vue';
24
- import EpAudio from './components/medias/EpAudio.vue';
25
- import EpCarousel from './components/medias/EpCarousel.vue';
26
- import EpIframe from './components/medias/EpIframe.vue';
27
- import EpKatex from './components/medias/EpKatex.vue';
28
- import EpLink from './components/medias/EpLink.vue';
29
- import EpSoftware from './components/medias/EpSoftware.vue';
30
- import EpSvg from './components/medias/EpSvg.vue';
31
- import EpTerm from './components/medias/EpTerm.vue';
32
- import EpTimeLine from './components/medias/EpTimeLine.vue';
33
- import EpVideo from './components/medias/EpVideo.vue';
34
- import EpVideoPanopto from './components/medias/EpVideoPanopto.vue';
35
- import EpAlert from './components/signages/EpAlert.vue';
36
- import EpHeader from './components/signages/EpHeader.vue';
37
- import EpQuote from './components/signages/EpQuote.vue';
38
- export { EpBadge, EpBtn, EpCard, EpChip, EpDivider, EpFlex, EpIcon, EpImg, EpSection, EpSpinner, EpTable, EpText, EpBarChart, EpLineChart, EpPieChart, EpEdu, EpReading, EpScope, EpAccordeon, EpContentSlider, EpModal, EpQuestion, EpTabs, EpAudio, EpCarousel, EpIframe, EpKatex, EpLink, EpSoftware, EpSvg, EpTerm, EpTimeLine, EpVideo, EpVideoPanopto, EpAlert, EpHeader, EpQuote };
3
+ export { EpChip, EpBtn, };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ep-lib-ts",
3
3
  "private": false,
4
- "version": "0.1.0",
4
+ "version": "0.1.2",
5
5
  "files": [
6
6
  "dist",
7
7
  "src/components/"
@@ -1,38 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- color: {
3
- type: import("vue").PropType<string>;
4
- default: string;
5
- };
6
- iconPath: {
7
- type: import("vue").PropType<string | null>;
8
- default: null;
9
- };
10
- outlined: {
11
- type: import("vue").PropType<boolean>;
12
- };
13
- square: {
14
- type: import("vue").PropType<boolean>;
15
- default: boolean;
16
- };
17
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
18
- color: {
19
- type: import("vue").PropType<string>;
20
- default: string;
21
- };
22
- iconPath: {
23
- type: import("vue").PropType<string | null>;
24
- default: null;
25
- };
26
- outlined: {
27
- type: import("vue").PropType<boolean>;
28
- };
29
- square: {
30
- type: import("vue").PropType<boolean>;
31
- default: boolean;
32
- };
33
- }>>, {
34
- color: string;
35
- iconPath: string | null;
36
- square: boolean;
37
- }, {}>;
38
- export default _default;
@@ -1,95 +0,0 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
- flat: {
3
- type: import("vue").PropType<boolean>;
4
- default: boolean;
5
- };
6
- title: {
7
- type: import("vue").PropType<string | null>;
8
- default: null;
9
- };
10
- color: {
11
- type: import("vue").PropType<string | null>;
12
- default: null;
13
- };
14
- outlined: {
15
- type: import("vue").PropType<boolean>;
16
- default: boolean;
17
- };
18
- subtitle: {
19
- type: import("vue").PropType<string | null>;
20
- default: null;
21
- };
22
- icon: {
23
- type: import("vue").PropType<string | null>;
24
- default: null;
25
- };
26
- src: {
27
- type: import("vue").PropType<string | null>;
28
- default: null;
29
- };
30
- maxWidth: {
31
- type: import("vue").PropType<string>;
32
- default: string;
33
- };
34
- density: {
35
- type: import("vue").PropType<"default" | "compact" | "comfortable">;
36
- default: string;
37
- };
38
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
39
- flat: {
40
- type: import("vue").PropType<boolean>;
41
- default: boolean;
42
- };
43
- title: {
44
- type: import("vue").PropType<string | null>;
45
- default: null;
46
- };
47
- color: {
48
- type: import("vue").PropType<string | null>;
49
- default: null;
50
- };
51
- outlined: {
52
- type: import("vue").PropType<boolean>;
53
- default: boolean;
54
- };
55
- subtitle: {
56
- type: import("vue").PropType<string | null>;
57
- default: null;
58
- };
59
- icon: {
60
- type: import("vue").PropType<string | null>;
61
- default: null;
62
- };
63
- src: {
64
- type: import("vue").PropType<string | null>;
65
- default: null;
66
- };
67
- maxWidth: {
68
- type: import("vue").PropType<string>;
69
- default: string;
70
- };
71
- density: {
72
- type: import("vue").PropType<"default" | "compact" | "comfortable">;
73
- default: string;
74
- };
75
- }>>, {
76
- flat: boolean;
77
- title: string | null;
78
- color: string | null;
79
- outlined: boolean;
80
- subtitle: string | null;
81
- icon: string | null;
82
- src: string | null;
83
- maxWidth: string;
84
- density: "default" | "compact" | "comfortable";
85
- }, {}>, {
86
- "card-header"?(_: {}): any;
87
- default?(_: {}): any;
88
- "card-actions"?(_: {}): any;
89
- }>;
90
- export default _default;
91
- type __VLS_WithTemplateSlots<T, S> = T & {
92
- new (): {
93
- $slots: S;
94
- };
95
- };
@@ -1,51 +0,0 @@
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;
@@ -1,9 +0,0 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
- default?(_: {}): any;
3
- }>;
4
- export default _default;
5
- type __VLS_WithTemplateSlots<T, S> = T & {
6
- new (): {
7
- $slots: S;
8
- };
9
- };
@@ -1,76 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- caption: {
3
- type: import("vue").PropType<string>;
4
- };
5
- title: {
6
- type: import("vue").PropType<string>;
7
- };
8
- height: {
9
- type: import("vue").PropType<string | number>;
10
- };
11
- width: {
12
- type: import("vue").PropType<string | number>;
13
- };
14
- src: {
15
- type: import("vue").PropType<string>;
16
- required: true;
17
- };
18
- alt: {
19
- type: import("vue").PropType<string>;
20
- default: string;
21
- };
22
- thumbnail: {
23
- type: import("vue").PropType<boolean>;
24
- default: boolean;
25
- };
26
- bib: {
27
- type: import("vue").PropType<string>;
28
- };
29
- gallery: {
30
- type: import("vue").PropType<boolean>;
31
- };
32
- cols: {
33
- type: import("vue").PropType<string | number>;
34
- default: string;
35
- };
36
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
37
- caption: {
38
- type: import("vue").PropType<string>;
39
- };
40
- title: {
41
- type: import("vue").PropType<string>;
42
- };
43
- height: {
44
- type: import("vue").PropType<string | number>;
45
- };
46
- width: {
47
- type: import("vue").PropType<string | number>;
48
- };
49
- src: {
50
- type: import("vue").PropType<string>;
51
- required: true;
52
- };
53
- alt: {
54
- type: import("vue").PropType<string>;
55
- default: string;
56
- };
57
- thumbnail: {
58
- type: import("vue").PropType<boolean>;
59
- default: boolean;
60
- };
61
- bib: {
62
- type: import("vue").PropType<string>;
63
- };
64
- gallery: {
65
- type: import("vue").PropType<boolean>;
66
- };
67
- cols: {
68
- type: import("vue").PropType<string | number>;
69
- default: string;
70
- };
71
- }>>, {
72
- alt: string;
73
- thumbnail: boolean;
74
- cols: string | number;
75
- }, {}>;
76
- export default _default;
@@ -1,84 +0,0 @@
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
- };
@@ -1,32 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- color: {
3
- type: import("vue").PropType<string>;
4
- default: string;
5
- };
6
- size: {
7
- type: import("vue").PropType<number>;
8
- default: number;
9
- };
10
- dots: {
11
- type: import("vue").PropType<boolean>;
12
- default: boolean;
13
- };
14
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
15
- color: {
16
- type: import("vue").PropType<string>;
17
- default: string;
18
- };
19
- size: {
20
- type: import("vue").PropType<number>;
21
- default: number;
22
- };
23
- dots: {
24
- type: import("vue").PropType<boolean>;
25
- default: boolean;
26
- };
27
- }>>, {
28
- color: string;
29
- size: number;
30
- dots: boolean;
31
- }, {}>;
32
- export default _default;
@@ -1,24 +0,0 @@
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;
@@ -1,30 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- title: {
3
- type: import("vue").PropType<string>;
4
- };
5
- compact: {
6
- type: import("vue").PropType<boolean>;
7
- };
8
- glossary: {
9
- type: import("vue").PropType<any[]>;
10
- };
11
- content: {
12
- type: import("vue").PropType<string>;
13
- required: true;
14
- };
15
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
- title: {
17
- type: import("vue").PropType<string>;
18
- };
19
- compact: {
20
- type: import("vue").PropType<boolean>;
21
- };
22
- glossary: {
23
- type: import("vue").PropType<any[]>;
24
- };
25
- content: {
26
- type: import("vue").PropType<string>;
27
- required: true;
28
- };
29
- }>>, {}, {}>;
30
- export default _default;
@@ -1,82 +0,0 @@
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;
@@ -1,82 +0,0 @@
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;
@@ -1,2 +0,0 @@
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;