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.
Files changed (138) hide show
  1. package/dist/BgAudio-fdecbff9.js +5 -0
  2. package/dist/DisplayBox-65e9eca6.js +5 -0
  3. package/dist/EpAlert-a0be5833.js +5 -0
  4. package/dist/EpAudio-8b3e9bc6.js +5 -0
  5. package/dist/EpBadge-7c355f64.js +5 -0
  6. package/dist/EpBarChart-4f9cf4a5.js +5 -0
  7. package/dist/EpBtn-e272db29.js +5 -0
  8. package/dist/EpCard-84ed498b.js +5 -0
  9. package/dist/EpCheckbox-fe632df9.js +36 -0
  10. package/dist/EpChip-41ef9cda.js +5 -0
  11. package/dist/EpContentSlider-fa83c239.js +5 -0
  12. package/dist/EpDivider-782f1320.js +5 -0
  13. package/dist/EpEdu-254592e7.js +5 -0
  14. package/dist/EpFlex-3fd43ac8.js +5 -0
  15. package/dist/EpHeader-36c94e1d.js +5 -0
  16. package/dist/EpIcon-b1dab9c7.js +5 -0
  17. package/dist/EpIframe-0ef6462c.js +5 -0
  18. package/dist/EpImg-a67494ab.js +5 -0
  19. package/dist/EpInput-7d0ace96.js +1171 -0
  20. package/dist/EpLineChart-0875318d.js +5 -0
  21. package/dist/EpLink-ae14268f.js +5 -0
  22. package/dist/EpLinkVersion-d2a66536.js +5 -0
  23. package/dist/EpModal-e7752c3a.js +5 -0
  24. package/dist/EpNothing-89192a65.js +10 -0
  25. package/dist/EpPieChart-a5c2b324.js +5 -0
  26. package/dist/EpQuestion-978df44b.js +5 -0
  27. package/dist/EpQuote-cf643027.js +5 -0
  28. package/dist/EpRadio-68bd99f6.js +5 -0
  29. package/dist/EpReading-8d0cd235.js +5 -0
  30. package/dist/EpResource-c2bda168.js +5 -0
  31. package/dist/EpScope-c32ba4f3.js +5 -0
  32. package/dist/EpSection-f86df6e5.js +5 -0
  33. package/dist/EpSelect-20303cb9.js +31 -0
  34. package/dist/EpSoftware-8d7db7e7.js +5 -0
  35. package/dist/EpSpinner-1f81811b.js +5 -0
  36. package/dist/EpSvg-a5f79222.js +5 -0
  37. package/dist/EpSwitch-1eaf9d3f.js +44 -0
  38. package/dist/EpTable-22a1b1a2.js +5 -0
  39. package/dist/EpTerm-37c870cd.js +5 -0
  40. package/dist/EpText-5337f1b1.js +5 -0
  41. package/dist/EpTextarea-67f751e9.js +41 -0
  42. package/dist/EpTimeLine-c4d0e6f5.js +5 -0
  43. package/dist/EpToggle-9755056a.js +44 -0
  44. package/dist/EpVideo-7fe796f2.js +5 -0
  45. package/dist/EpVideoPanopto-d5bfe806.js +5 -0
  46. package/dist/components/basics/EpBadge.vue.d.ts +38 -0
  47. package/dist/components/basics/EpBtn.vue.d.ts +108 -0
  48. package/dist/components/basics/EpCard.vue.d.ts +95 -0
  49. package/dist/components/basics/EpChip.vue.d.ts +72 -0
  50. package/dist/components/basics/EpDivider.vue.d.ts +51 -0
  51. package/dist/components/basics/EpFlex.vue.d.ts +9 -0
  52. package/dist/components/basics/EpIcon.vue.d.ts +37 -0
  53. package/dist/components/basics/EpImg.vue.d.ts +79 -0
  54. package/dist/components/basics/EpSection.vue.d.ts +84 -0
  55. package/dist/components/basics/EpSpinner.vue.d.ts +41 -0
  56. package/dist/components/basics/EpTable.vue.d.ts +24 -0
  57. package/dist/components/basics/EpText.vue.d.ts +34 -0
  58. package/dist/components/charts/EpBarChart.vue.d.ts +82 -0
  59. package/dist/components/charts/EpLineChart.vue.d.ts +82 -0
  60. package/dist/components/charts/EpPieChart.vue.d.ts +76 -0
  61. package/dist/components/educationals/EpEdu.vue.d.ts +81 -0
  62. package/dist/components/educationals/EpReading.vue.d.ts +152 -0
  63. package/dist/components/educationals/EpResource.vue.d.ts +35 -0
  64. package/dist/components/educationals/EpScope.vue.d.ts +23 -0
  65. package/dist/components/forms/EpCheckbox.vue.d.ts +72 -0
  66. package/dist/components/forms/EpInput.vue.d.ts +98 -0
  67. package/dist/components/forms/EpRadio.vue.d.ts +69 -0
  68. package/dist/components/forms/EpSelect.vue.d.ts +83 -0
  69. package/dist/components/forms/EpSwitch.vue.d.ts +81 -0
  70. package/dist/components/forms/EpTextarea.vue.d.ts +90 -0
  71. package/dist/components/forms/EpToggle.vue.d.ts +81 -0
  72. package/dist/components/interactions/EpAccordeon.vue.d.ts +54 -0
  73. package/dist/components/interactions/EpContentSlider.vue.d.ts +13 -0
  74. package/dist/components/interactions/EpModal.vue.d.ts +70 -0
  75. package/dist/components/interactions/EpQuestion.vue.d.ts +91 -0
  76. package/dist/components/interactions/EpTabs.vue.d.ts +2 -0
  77. package/dist/components/medias/EpAudio.vue.d.ts +74 -0
  78. package/dist/components/medias/EpCarousel.vue.d.ts +41 -0
  79. package/dist/components/medias/EpIframe.vue.d.ts +58 -0
  80. package/dist/components/medias/EpKatex.vue.d.ts +52 -0
  81. package/dist/components/medias/EpLink.vue.d.ts +74 -0
  82. package/dist/components/medias/EpLinkVersion.vue.d.ts +37 -0
  83. package/dist/components/medias/EpSoftware.vue.d.ts +89 -0
  84. package/dist/components/medias/EpSvg.vue.d.ts +35 -0
  85. package/dist/components/medias/EpTerm.vue.d.ts +91 -0
  86. package/dist/components/medias/EpTimeLine.vue.d.ts +32 -0
  87. package/dist/components/medias/EpVideo.vue.d.ts +65 -0
  88. package/dist/components/medias/EpVideoPanopto.vue.d.ts +65 -0
  89. package/dist/components/signages/EpAlert.vue.d.ts +61 -0
  90. package/dist/components/signages/EpHeader.vue.d.ts +105 -0
  91. package/dist/components/signages/EpNothing.vue.d.ts +2 -0
  92. package/dist/components/signages/EpQuote.vue.d.ts +39 -0
  93. package/dist/components/tools/BgAudio.vue.d.ts +14 -0
  94. package/dist/components/tools/DisplayBox.vue.d.ts +17 -0
  95. package/dist/components/tools/SvgFilter.vue.d.ts +2 -0
  96. package/dist/components/tools/TimelineItem.vue.d.ts +29 -0
  97. package/dist/composables/isHtml.d.ts +1 -0
  98. package/dist/composables/useColors.d.ts +1 -0
  99. package/dist/composables/useComponent.d.ts +6 -0
  100. package/dist/composables/useIcons.d.ts +23 -0
  101. package/dist/composables/useMarkdown.d.ts +1 -0
  102. package/dist/composables/useRenderText.d.ts +1 -0
  103. package/dist/ep-lib-ts.js +43 -0
  104. package/dist/ep-lib-ts.umd.cjs +348 -0
  105. package/dist/index-c413caa3.js +19381 -0
  106. package/dist/index.d.ts +40 -0
  107. package/dist/main.d.ts +0 -0
  108. package/dist/router.d.ts +2 -0
  109. package/dist/style.css +1 -0
  110. package/dist/types/Accordeon.d.ts +43 -0
  111. package/dist/types/Alert.d.ts +31 -0
  112. package/dist/types/Answer.d.ts +15 -0
  113. package/dist/types/Border.d.ts +2 -0
  114. package/dist/types/Btn.d.ts +41 -0
  115. package/dist/types/Card.d.ts +6 -0
  116. package/dist/types/Chip.d.ts +41 -0
  117. package/dist/types/MandateLevel.d.ts +5 -0
  118. package/dist/types/MediaCarousel.d.ts +7 -0
  119. package/dist/types/Medias.d.ts +11 -0
  120. package/dist/types/Radio.d.ts +11 -0
  121. package/dist/types/Slides.d.ts +15 -0
  122. package/dist/types/TimeLine.d.ts +124 -0
  123. package/dist/vite.svg +1 -0
  124. package/package.json +3 -3
  125. package/src/components/basics/EpCard.vue +0 -1
  126. package/src/components/basics/EpText.vue +7 -4
  127. package/src/components/charts/EpPieChart.vue +72 -4
  128. package/src/components/interactions/EpAccordeon.vue +14 -12
  129. package/src/components/interactions/EpContentSlider.vue +108 -5
  130. package/src/components/interactions/EpModal.vue +1 -1
  131. package/src/components/medias/EpCarousel.vue +1 -1
  132. package/src/components/medias/EpLink.vue +12 -11
  133. package/src/components/medias/EpSvg.vue +42 -3
  134. package/src/components/medias/EpTerm.vue +29 -14
  135. package/src/components/medias/EpTimeLine.vue +19 -17
  136. package/src/components/signages/EpHeader.vue +44 -93
  137. package/src/components/tools/DisplayBox.vue +2 -2
  138. package/src/components/tools/SvgFilter.vue +220 -0
@@ -0,0 +1,74 @@
1
+ import { MandateLevel } from '../../types/MandateLevel';
2
+ declare const _default: import("vue").DefineComponent<{
3
+ label: {
4
+ type: import("vue").PropType<string>;
5
+ };
6
+ type: {
7
+ type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
8
+ default: string;
9
+ };
10
+ href: {
11
+ type: import("vue").PropType<string>;
12
+ required: true;
13
+ };
14
+ icon: {
15
+ type: import("vue").PropType<string>;
16
+ };
17
+ mandateLevel: {
18
+ type: import("vue").PropType<string | MandateLevel | null>;
19
+ };
20
+ intentions: {
21
+ type: import("vue").PropType<string>;
22
+ default: string;
23
+ };
24
+ hideIcon: {
25
+ type: import("vue").PropType<boolean>;
26
+ default: boolean;
27
+ };
28
+ labelIntentions: {
29
+ type: import("vue").PropType<string>;
30
+ default: string;
31
+ };
32
+ labelCard: {
33
+ type: import("vue").PropType<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
+ label: {
37
+ type: import("vue").PropType<string>;
38
+ };
39
+ type: {
40
+ type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
41
+ default: string;
42
+ };
43
+ href: {
44
+ type: import("vue").PropType<string>;
45
+ required: true;
46
+ };
47
+ icon: {
48
+ type: import("vue").PropType<string>;
49
+ };
50
+ mandateLevel: {
51
+ type: import("vue").PropType<string | MandateLevel | null>;
52
+ };
53
+ intentions: {
54
+ type: import("vue").PropType<string>;
55
+ default: string;
56
+ };
57
+ hideIcon: {
58
+ type: import("vue").PropType<boolean>;
59
+ default: boolean;
60
+ };
61
+ labelIntentions: {
62
+ type: import("vue").PropType<string>;
63
+ default: string;
64
+ };
65
+ labelCard: {
66
+ type: import("vue").PropType<string>;
67
+ };
68
+ }>>, {
69
+ type: "base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error";
70
+ intentions: string;
71
+ hideIcon: boolean;
72
+ labelIntentions: string;
73
+ }, {}>;
74
+ export default _default;
@@ -0,0 +1,37 @@
1
+ type TypeLink = "iframe" | "button";
2
+ interface Link {
3
+ id: string;
4
+ url: string;
5
+ title: string;
6
+ disabled: boolean;
7
+ }
8
+ declare const _default: import("vue").DefineComponent<{
9
+ link: {
10
+ type: import("vue").PropType<Link>;
11
+ required: true;
12
+ };
13
+ type: {
14
+ type: import("vue").PropType<TypeLink>;
15
+ required: true;
16
+ };
17
+ big: {
18
+ type: import("vue").PropType<boolean>;
19
+ default: boolean;
20
+ };
21
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22
+ link: {
23
+ type: import("vue").PropType<Link>;
24
+ required: true;
25
+ };
26
+ type: {
27
+ type: import("vue").PropType<TypeLink>;
28
+ required: true;
29
+ };
30
+ big: {
31
+ type: import("vue").PropType<boolean>;
32
+ default: boolean;
33
+ };
34
+ }>>, {
35
+ big: boolean;
36
+ }, {}>;
37
+ export default _default;
@@ -0,0 +1,89 @@
1
+ import { MandateLevel } from '../../types/MandateLevel';
2
+ declare const _default: import("vue").DefineComponent<{
3
+ title: {
4
+ type: import("vue").PropType<string>;
5
+ required: true;
6
+ };
7
+ type: {
8
+ type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
9
+ default: string;
10
+ };
11
+ version: {
12
+ type: import("vue").PropType<string>;
13
+ };
14
+ mandateLevel: {
15
+ type: import("vue").PropType<string | MandateLevel | null>;
16
+ };
17
+ intentions: {
18
+ type: import("vue").PropType<string>;
19
+ default: string;
20
+ };
21
+ hideIcon: {
22
+ type: import("vue").PropType<boolean>;
23
+ default: boolean;
24
+ };
25
+ url: {
26
+ type: import("vue").PropType<string>;
27
+ };
28
+ cover: {
29
+ type: import("vue").PropType<string>;
30
+ default: string;
31
+ };
32
+ version_link: {
33
+ type: import("vue").PropType<null>;
34
+ };
35
+ hideCover: {
36
+ type: import("vue").PropType<boolean>;
37
+ default: boolean;
38
+ };
39
+ labelCard: {
40
+ type: import("vue").PropType<string>;
41
+ };
42
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
43
+ title: {
44
+ type: import("vue").PropType<string>;
45
+ required: true;
46
+ };
47
+ type: {
48
+ type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
49
+ default: string;
50
+ };
51
+ version: {
52
+ type: import("vue").PropType<string>;
53
+ };
54
+ mandateLevel: {
55
+ type: import("vue").PropType<string | MandateLevel | null>;
56
+ };
57
+ intentions: {
58
+ type: import("vue").PropType<string>;
59
+ default: string;
60
+ };
61
+ hideIcon: {
62
+ type: import("vue").PropType<boolean>;
63
+ default: boolean;
64
+ };
65
+ url: {
66
+ type: import("vue").PropType<string>;
67
+ };
68
+ cover: {
69
+ type: import("vue").PropType<string>;
70
+ default: string;
71
+ };
72
+ version_link: {
73
+ type: import("vue").PropType<null>;
74
+ };
75
+ hideCover: {
76
+ type: import("vue").PropType<boolean>;
77
+ default: boolean;
78
+ };
79
+ labelCard: {
80
+ type: import("vue").PropType<string>;
81
+ };
82
+ }>>, {
83
+ type: "base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error";
84
+ intentions: string;
85
+ hideIcon: boolean;
86
+ cover: string;
87
+ hideCover: boolean;
88
+ }, {}>;
89
+ export default _default;
@@ -0,0 +1,35 @@
1
+ import { MandateLevel } from '../../types/MandateLevel';
2
+ declare const _default: import("vue").DefineComponent<{
3
+ title: {
4
+ type: import("vue").PropType<string>;
5
+ };
6
+ desc: {
7
+ type: import("vue").PropType<string>;
8
+ };
9
+ type: {
10
+ type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
11
+ };
12
+ content: {
13
+ type: import("vue").PropType<string>;
14
+ };
15
+ mandateLevel: {
16
+ type: import("vue").PropType<string | MandateLevel | null>;
17
+ };
18
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
19
+ title: {
20
+ type: import("vue").PropType<string>;
21
+ };
22
+ desc: {
23
+ type: import("vue").PropType<string>;
24
+ };
25
+ type: {
26
+ type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
27
+ };
28
+ content: {
29
+ type: import("vue").PropType<string>;
30
+ };
31
+ mandateLevel: {
32
+ type: import("vue").PropType<string | MandateLevel | null>;
33
+ };
34
+ }>>, {}, {}>;
35
+ export default _default;
@@ -0,0 +1,91 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ src: {
3
+ type: import("vue").PropType<string>;
4
+ };
5
+ term: {
6
+ type: import("vue").PropType<string>;
7
+ required: true;
8
+ default: string;
9
+ };
10
+ word: {
11
+ type: import("vue").PropType<string>;
12
+ required: true;
13
+ };
14
+ definition: {
15
+ type: import("vue").PropType<string>;
16
+ };
17
+ variations: {
18
+ type: import("vue").PropType<string>;
19
+ default: string;
20
+ };
21
+ domain: {
22
+ type: import("vue").PropType<string>;
23
+ };
24
+ graminfo: {
25
+ type: import("vue").PropType<string>;
26
+ };
27
+ relations: {
28
+ type: import("vue").PropType<string>;
29
+ default: string;
30
+ };
31
+ idrelation: {
32
+ type: import("vue").PropType<string>;
33
+ default: string;
34
+ };
35
+ labelClose: {
36
+ type: import("vue").PropType<string>;
37
+ default: string;
38
+ };
39
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
40
+ src: {
41
+ type: import("vue").PropType<string>;
42
+ };
43
+ term: {
44
+ type: import("vue").PropType<string>;
45
+ required: true;
46
+ default: string;
47
+ };
48
+ word: {
49
+ type: import("vue").PropType<string>;
50
+ required: true;
51
+ };
52
+ definition: {
53
+ type: import("vue").PropType<string>;
54
+ };
55
+ variations: {
56
+ type: import("vue").PropType<string>;
57
+ default: string;
58
+ };
59
+ domain: {
60
+ type: import("vue").PropType<string>;
61
+ };
62
+ graminfo: {
63
+ type: import("vue").PropType<string>;
64
+ };
65
+ relations: {
66
+ type: import("vue").PropType<string>;
67
+ default: string;
68
+ };
69
+ idrelation: {
70
+ type: import("vue").PropType<string>;
71
+ default: string;
72
+ };
73
+ labelClose: {
74
+ type: import("vue").PropType<string>;
75
+ default: string;
76
+ };
77
+ }>>, {
78
+ term: string;
79
+ variations: string;
80
+ relations: string;
81
+ idrelation: string;
82
+ labelClose: string;
83
+ }, {}>, {
84
+ default?(_: {}): any;
85
+ }>;
86
+ export default _default;
87
+ type __VLS_WithTemplateSlots<T, S> = T & {
88
+ new (): {
89
+ $slots: S;
90
+ };
91
+ };
@@ -0,0 +1,32 @@
1
+ import { TagTimeLine, HeadTimeLine, EventTimeLine } from '../../types/TimeLine';
2
+ interface TimelineHeading {
3
+ title?: {
4
+ text?: HeadTimeLine;
5
+ };
6
+ }
7
+ declare const _default: import("vue").DefineComponent<{
8
+ title: {
9
+ type: import("vue").PropType<TimelineHeading>;
10
+ };
11
+ tags: {
12
+ type: import("vue").PropType<TagTimeLine[]>;
13
+ required: true;
14
+ };
15
+ events: {
16
+ type: import("vue").PropType<EventTimeLine[]>;
17
+ required: true;
18
+ };
19
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
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[]>;
29
+ required: true;
30
+ };
31
+ }>>, {}, {}>;
32
+ export default _default;
@@ -0,0 +1,65 @@
1
+ import { MandateLevel } from '../../types/MandateLevel';
2
+ declare const _default: import("vue").DefineComponent<{
3
+ title: {
4
+ type: import("vue").PropType<string>;
5
+ };
6
+ type: {
7
+ type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
8
+ default: string;
9
+ };
10
+ src: {
11
+ type: import("vue").PropType<string>;
12
+ required: true;
13
+ };
14
+ mandateLevel: {
15
+ type: import("vue").PropType<string | MandateLevel | null>;
16
+ };
17
+ intentions: {
18
+ type: import("vue").PropType<string>;
19
+ };
20
+ hideIcon: {
21
+ type: import("vue").PropType<boolean>;
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";
62
+ hideIcon: boolean;
63
+ labelIntentions: string;
64
+ }, {}>;
65
+ export default _default;
@@ -0,0 +1,65 @@
1
+ import { MandateLevel } from '../../types/MandateLevel';
2
+ declare const _default: import("vue").DefineComponent<{
3
+ title: {
4
+ type: import("vue").PropType<string>;
5
+ };
6
+ type: {
7
+ type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
8
+ default: string;
9
+ };
10
+ src: {
11
+ type: import("vue").PropType<string>;
12
+ required: true;
13
+ };
14
+ mandateLevel: {
15
+ type: import("vue").PropType<string | MandateLevel | null>;
16
+ };
17
+ intentions: {
18
+ type: import("vue").PropType<string>;
19
+ };
20
+ hideIcon: {
21
+ type: import("vue").PropType<boolean>;
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";
62
+ hideIcon: boolean;
63
+ labelIntentions: string;
64
+ }, {}>;
65
+ export default _default;
@@ -0,0 +1,61 @@
1
+ import { TypeAlert } from "../../types/Alert";
2
+ interface OldType {
3
+ icon: string;
4
+ name: string;
5
+ type: TypeAlert;
6
+ color: string;
7
+ }
8
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
9
+ title: {
10
+ type: import("vue").PropType<string | null>;
11
+ default: null;
12
+ };
13
+ type: {
14
+ type: import("vue").PropType<"base" | "info" | "warning" | "success" | "error" | "question" | "tip" | OldType>;
15
+ default: string;
16
+ };
17
+ outlined: {
18
+ type: import("vue").PropType<boolean>;
19
+ default: boolean;
20
+ };
21
+ compact: {
22
+ type: import("vue").PropType<boolean>;
23
+ };
24
+ noIcon: {
25
+ type: import("vue").PropType<boolean>;
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" | "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
+ }>>, {
49
+ title: string | null;
50
+ type: "base" | "info" | "warning" | "success" | "error" | "question" | "tip" | OldType;
51
+ outlined: boolean;
52
+ noIcon: boolean;
53
+ }, {}>, {
54
+ default?(_: {}): any;
55
+ }>;
56
+ export default _default;
57
+ type __VLS_WithTemplateSlots<T, S> = T & {
58
+ new (): {
59
+ $slots: S;
60
+ };
61
+ };
@@ -0,0 +1,105 @@
1
+ declare const _default: 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
+ default: null;
13
+ };
14
+ subtitle: {
15
+ type: import("vue").PropType<string | null>;
16
+ };
17
+ icon: {
18
+ type: import("vue").PropType<string | null>;
19
+ default: null;
20
+ };
21
+ src: {
22
+ type: import("vue").PropType<string | null>;
23
+ default: null;
24
+ };
25
+ courseCode: {
26
+ type: import("vue").PropType<string | null>;
27
+ };
28
+ courseTitle: {
29
+ type: import("vue").PropType<string | null>;
30
+ };
31
+ synchrone: {
32
+ type: import("vue").PropType<boolean>;
33
+ default: boolean;
34
+ };
35
+ duration: {
36
+ type: import("vue").PropType<string | null>;
37
+ default: null;
38
+ };
39
+ assessment: {
40
+ type: import("vue").PropType<string | null>;
41
+ default: null;
42
+ };
43
+ headerImgColor: {
44
+ type: import("vue").PropType<string | null>;
45
+ };
46
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
47
+ clicked: () => void;
48
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
49
+ title: {
50
+ type: import("vue").PropType<string | null>;
51
+ default: null;
52
+ };
53
+ color: {
54
+ type: import("vue").PropType<string | null>;
55
+ default: null;
56
+ };
57
+ height: {
58
+ type: import("vue").PropType<string | null>;
59
+ default: null;
60
+ };
61
+ subtitle: {
62
+ type: import("vue").PropType<string | null>;
63
+ };
64
+ icon: {
65
+ type: import("vue").PropType<string | null>;
66
+ default: null;
67
+ };
68
+ src: {
69
+ type: import("vue").PropType<string | null>;
70
+ default: null;
71
+ };
72
+ courseCode: {
73
+ type: import("vue").PropType<string | null>;
74
+ };
75
+ courseTitle: {
76
+ type: import("vue").PropType<string | null>;
77
+ };
78
+ synchrone: {
79
+ type: import("vue").PropType<boolean>;
80
+ default: boolean;
81
+ };
82
+ duration: {
83
+ type: import("vue").PropType<string | null>;
84
+ default: null;
85
+ };
86
+ assessment: {
87
+ type: import("vue").PropType<string | null>;
88
+ default: null;
89
+ };
90
+ headerImgColor: {
91
+ type: import("vue").PropType<string | null>;
92
+ };
93
+ }>> & {
94
+ onClicked?: (() => any) | undefined;
95
+ }, {
96
+ title: string | null;
97
+ color: string | null;
98
+ height: string | null;
99
+ icon: string | null;
100
+ src: string | null;
101
+ synchrone: boolean;
102
+ duration: string | null;
103
+ assessment: string | null;
104
+ }, {}>;
105
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;