ep-lib-ts 0.1.32 → 0.1.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (155) hide show
  1. package/dist/{BgAudio-6ae98417.js → BgAudio-a228cf2d.js} +1 -1
  2. package/dist/{DisplayBox-3033a4bd.js → DisplayBox-0b5dad43.js} +1 -1
  3. package/dist/{EpAlert-6e930863.js → EpAlert-6989df03.js} +1 -1
  4. package/dist/{EpAudio-84ef53c8.js → EpAudio-ebe996a9.js} +1 -1
  5. package/dist/EpAvatar-1e55fdc7.js +50 -0
  6. package/dist/EpBadge-de5e90c5.js +6 -0
  7. package/dist/EpBadge-f5faab43.js +55 -0
  8. package/dist/{EpBarChart-a1d0bce5.js → EpBarChart-52c346de.js} +1 -1
  9. package/dist/EpBtn-255af003.js +6 -0
  10. package/dist/EpCard-6dc99a29.js +6 -0
  11. package/dist/EpChip-ecaf5fdd.js +6 -0
  12. package/dist/EpContentSlider-67ee8ff1.js +6 -0
  13. package/dist/EpDivider-399403ef.js +6 -0
  14. package/dist/{EpEdu-a55c4620.js → EpEdu-ce928b82.js} +1 -1
  15. package/dist/EpFlex-ab0b2002.js +6 -0
  16. package/dist/EpHeader-c1f58215.js +6 -0
  17. package/dist/{EpIcon-3295a9ac.js → EpIcon-4f8bc342.js} +1 -1
  18. package/dist/EpIframe-c1451be2.js +6 -0
  19. package/dist/EpImg-6068534f.js +6 -0
  20. package/dist/{EpInput-18403969.js → EpInput-c8787b2d.js} +1 -1
  21. package/dist/EpLineChart-740ffcc2.js +6 -0
  22. package/dist/EpLink-2414e304.js +6 -0
  23. package/dist/EpLinkVersion-43c07ab6.js +6 -0
  24. package/dist/EpList-a99a3dd0.js +13 -0
  25. package/dist/EpListitem-457e39b7.js +37 -0
  26. package/dist/EpModal-ef8a63d2.js +6 -0
  27. package/dist/{EpNothing-6cab5dda.js → EpNothing-acde1df4.js} +1 -1
  28. package/dist/EpPieChart-9dcb459f.js +6 -0
  29. package/dist/EpQuestion-aaa1f8bb.js +6 -0
  30. package/dist/EpQuote-5b4015f4.js +6 -0
  31. package/dist/EpRadio-227b82c2.js +6 -0
  32. package/dist/EpReading-58b135fb.js +6 -0
  33. package/dist/EpResource-10cc639f.js +6 -0
  34. package/dist/{EpScope-14c4bba6.js → EpScope-3d80861f.js} +1 -1
  35. package/dist/EpSection-f6695955.js +6 -0
  36. package/dist/{EpSelect-1b84ad43.js → EpSelect-6089fdcb.js} +1 -1
  37. package/dist/EpSkeleton-0827c884.js +6 -0
  38. package/dist/EpSoftware-1f53d7fb.js +6 -0
  39. package/dist/EpSpinner-7f89aad2.js +6 -0
  40. package/dist/EpSvg-5d7df4f2.js +6 -0
  41. package/dist/{EpSwitch-1eaf9d3f.js → EpSwitch-005fe90a.js} +25 -22
  42. package/dist/EpTable-c8f1f97d.js +6 -0
  43. package/dist/EpTerm-3d4f8bd2.js +6 -0
  44. package/dist/EpText-9f05234d.js +6 -0
  45. package/dist/EpTimeLine-49b8ac13.js +6 -0
  46. package/dist/EpTooltip-05e1d8fe.js +99 -0
  47. package/dist/EpVideo-37c08690.js +6 -0
  48. package/dist/EpVideoPanopto-bd41e61d.js +6 -0
  49. package/dist/components/basics/EpAvatar.vue.d.ts +51 -0
  50. package/dist/components/basics/EpBadge.vue.d.ts +33 -34
  51. package/dist/components/basics/EpBtn.vue.d.ts +54 -94
  52. package/dist/components/basics/EpCard.vue.d.ts +51 -76
  53. package/dist/components/basics/EpChip.vue.d.ts +44 -59
  54. package/dist/components/basics/EpDivider.vue.d.ts +38 -44
  55. package/dist/components/basics/EpIcon.vue.d.ts +30 -33
  56. package/dist/components/basics/EpImg.vue.d.ts +40 -73
  57. package/dist/components/basics/EpList.vue.d.ts +9 -0
  58. package/dist/components/basics/EpListitem.vue.d.ts +43 -0
  59. package/dist/components/basics/EpSection.vue.d.ts +39 -73
  60. package/dist/components/basics/EpSpinner.vue.d.ts +34 -35
  61. package/dist/components/basics/EpTable.vue.d.ts +22 -22
  62. package/dist/components/basics/EpText.vue.d.ts +28 -31
  63. package/dist/components/charts/EpBarChart.vue.d.ts +35 -69
  64. package/dist/components/charts/EpLineChart.vue.d.ts +35 -69
  65. package/dist/components/charts/EpPieChart.vue.d.ts +37 -66
  66. package/dist/components/educationals/EpEdu.vue.d.ts +41 -66
  67. package/dist/components/educationals/EpReading.vue.d.ts +65 -140
  68. package/dist/components/educationals/EpResource.vue.d.ts +30 -32
  69. package/dist/components/educationals/EpScope.vue.d.ts +28 -19
  70. package/dist/components/forms/EpCheckbox.vue.d.ts +44 -60
  71. package/dist/components/forms/EpInput.vue.d.ts +51 -84
  72. package/dist/components/forms/EpRadio.vue.d.ts +46 -59
  73. package/dist/components/forms/EpSelect.vue.d.ts +47 -73
  74. package/dist/components/forms/EpSwitch.vue.d.ts +50 -71
  75. package/dist/components/forms/EpTextarea.vue.d.ts +50 -76
  76. package/dist/components/forms/EpToggle.vue.d.ts +47 -68
  77. package/dist/components/interactions/EpAccordeon.vue.d.ts +37 -42
  78. package/dist/components/interactions/EpContentSlider.vue.d.ts +20 -10
  79. package/dist/components/interactions/EpModal.vue.d.ts +47 -52
  80. package/dist/components/interactions/EpQuestion.vue.d.ts +45 -84
  81. package/dist/components/interactions/EpTooltip.vue.d.ts +48 -0
  82. package/dist/components/medias/EpAudio.vue.d.ts +41 -68
  83. package/dist/components/medias/EpCarousel.vue.d.ts +32 -35
  84. package/dist/components/medias/EpIframe.vue.d.ts +37 -54
  85. package/dist/components/medias/EpKatex.vue.d.ts +32 -49
  86. package/dist/components/medias/EpLink.vue.d.ts +41 -68
  87. package/dist/components/medias/EpLinkVersion.vue.d.ts +27 -27
  88. package/dist/components/medias/EpSoftware.vue.d.ts +47 -82
  89. package/dist/components/medias/EpSvg.vue.d.ts +31 -41
  90. package/dist/components/medias/EpTerm.vue.d.ts +41 -69
  91. package/dist/components/medias/EpTimeLine.vue.d.ts +22 -24
  92. package/dist/components/medias/EpVideo.vue.d.ts +38 -60
  93. package/dist/components/medias/EpVideoPanopto.vue.d.ts +38 -60
  94. package/dist/components/signages/EpAlert.vue.d.ts +36 -42
  95. package/dist/components/signages/EpBadge.vue.d.ts +56 -0
  96. package/dist/components/signages/EpHeader.vue.d.ts +53 -94
  97. package/dist/components/signages/EpQuote.vue.d.ts +31 -27
  98. package/dist/components/signages/EpSkeleton.vue.d.ts +40 -1
  99. package/dist/components/tools/BgAudio.vue.d.ts +26 -11
  100. package/dist/components/tools/TimelineItem.vue.d.ts +32 -33
  101. package/dist/ep-lib-ts.js +25 -24
  102. package/dist/ep-lib-ts.umd.cjs +31 -31
  103. package/dist/{index-20e915f7.js → index-90cd7bf2.js} +3355 -3317
  104. package/dist/index.d.ts +2 -1
  105. package/dist/style.css +1 -1
  106. package/dist/types/Avatar.d.ts +18 -0
  107. package/dist/types/Badge.d.ts +23 -0
  108. package/dist/types/Tooltip.d.ts +75 -0
  109. package/package.json +2 -2
  110. package/src/components/basics/EpAvatar.vue +72 -0
  111. package/src/components/basics/EpList.vue +10 -0
  112. package/src/components/basics/EpListitem.vue +70 -0
  113. package/src/components/basics/EpText.vue +1 -1
  114. package/src/components/educationals/EpEdu.vue +1 -0
  115. package/src/components/educationals/EpReading.vue +4 -4
  116. package/src/components/forms/EpSwitch.vue +9 -3
  117. package/src/components/interactions/EpQuestion.vue +1 -1
  118. package/src/components/interactions/EpTooltip.vue +164 -0
  119. package/src/components/medias/EpCarousel.vue +21 -18
  120. package/src/components/signages/EpBadge.vue +82 -0
  121. package/src/components/signages/EpHeader.vue +1 -1
  122. package/src/components/signages/EpQuote.vue +53 -37
  123. package/src/components/signages/EpSkeleton.vue +36 -9
  124. package/src/components/tools/TimelineItem.vue +1 -1
  125. package/dist/EpBadge-93f2b94c.js +0 -6
  126. package/dist/EpBtn-668f42ba.js +0 -6
  127. package/dist/EpCard-6093b0ee.js +0 -6
  128. package/dist/EpChip-caf0d258.js +0 -6
  129. package/dist/EpContentSlider-bad04488.js +0 -6
  130. package/dist/EpDivider-75d5d66c.js +0 -6
  131. package/dist/EpFlex-75a7f492.js +0 -6
  132. package/dist/EpHeader-a78fa103.js +0 -6
  133. package/dist/EpIframe-7454aac5.js +0 -6
  134. package/dist/EpImg-20520265.js +0 -6
  135. package/dist/EpLineChart-17f12586.js +0 -6
  136. package/dist/EpLink-880190ed.js +0 -6
  137. package/dist/EpLinkVersion-ed4fab24.js +0 -6
  138. package/dist/EpModal-d4218262.js +0 -6
  139. package/dist/EpPieChart-1a893e73.js +0 -6
  140. package/dist/EpQuestion-ab29713a.js +0 -6
  141. package/dist/EpQuote-ffe88c7e.js +0 -6
  142. package/dist/EpRadio-b3b1094a.js +0 -6
  143. package/dist/EpReading-e1f2913e.js +0 -6
  144. package/dist/EpResource-0ea2ee11.js +0 -6
  145. package/dist/EpSection-317337e3.js +0 -6
  146. package/dist/EpSkeleton-9542d360.js +0 -10
  147. package/dist/EpSoftware-f88dae21.js +0 -6
  148. package/dist/EpSpinner-de7aeb71.js +0 -6
  149. package/dist/EpSvg-0a1e63ad.js +0 -6
  150. package/dist/EpTable-dc6c3eff.js +0 -6
  151. package/dist/EpTerm-b0ebfe20.js +0 -6
  152. package/dist/EpText-5de02f6c.js +0 -6
  153. package/dist/EpTimeLine-7703e204.js +0 -6
  154. package/dist/EpVideo-df8c065a.js +0 -6
  155. package/dist/EpVideoPanopto-26dd2dd2.js +0 -6
@@ -0,0 +1,48 @@
1
+ import { TypeTooltip } from "../../types/Tooltip";
2
+ type Place = "top_start" | "top" | "top_end" | "bottom_start" | "bottom" | "bottom_end" | "left_start" | "left" | "left_end" | "right_start" | "right" | "right_end";
3
+ type Mode = "light" | "dark";
4
+ interface Props {
5
+ text: string;
6
+ styles?: Mode;
7
+ placement?: Place;
8
+ type: TypeTooltip;
9
+ arrow: string;
10
+ }
11
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
12
+ styles: string;
13
+ placement: string;
14
+ arrow: string;
15
+ }>, {}, 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>, {
16
+ styles: string;
17
+ placement: string;
18
+ arrow: string;
19
+ }>>>, {
20
+ styles: Mode;
21
+ placement: Place;
22
+ arrow: string;
23
+ }, {}>, {
24
+ default?(_: {}): any;
25
+ }>;
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
+ } & {};
44
+ type __VLS_WithTemplateSlots<T, S> = T & {
45
+ new (): {
46
+ $slots: S;
47
+ };
48
+ };
@@ -1,74 +1,47 @@
1
+ import { MediaVariants } from "../../types/Medias";
1
2
  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
- messageError: {
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
- title: {
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
- src: {
44
- type: import("vue").PropType<string>;
45
- required: true;
46
- };
47
- mandateLevel: {
48
- type: import("vue").PropType<string | MandateLevel | null>;
49
- };
50
- intentions: {
51
- type: import("vue").PropType<string>;
52
- };
53
- hideIcon: {
54
- type: import("vue").PropType<boolean>;
55
- default: boolean;
56
- };
57
- labelIntentions: {
58
- type: import("vue").PropType<string>;
59
- default: string;
60
- };
61
- credits: {
62
- type: import("vue").PropType<string>;
63
- };
64
- messageError: {
65
- type: import("vue").PropType<string>;
66
- default: string;
67
- };
68
- }>>, {
69
- 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
+ labelIntentions?: string;
9
+ type?: MediaVariants;
10
+ messageError?: string;
11
+ hideIcon?: boolean;
12
+ mandateLevel?: string | MandateLevel | null;
13
+ }
14
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
15
+ labelIntentions: string;
16
+ type: string;
17
+ messageError: string;
18
+ hideIcon: boolean;
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
+ labelIntentions: string;
21
+ type: string;
22
+ messageError: string;
23
+ hideIcon: boolean;
24
+ }>>>, {
25
+ type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
70
26
  hideIcon: boolean;
71
27
  labelIntentions: string;
72
28
  messageError: string;
73
29
  }, {}>;
74
30
  export default _default;
31
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
32
+ type __VLS_TypePropsToRuntimeProps<T> = {
33
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
34
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
35
+ } : {
36
+ type: import('vue').PropType<T[K]>;
37
+ required: true;
38
+ };
39
+ };
40
+ type __VLS_WithDefaults<P, D> = {
41
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
42
+ default: D[K];
43
+ }> : P[K];
44
+ };
45
+ type __VLS_Prettify<T> = {
46
+ [K in keyof T]: T[K];
47
+ } & {};
@@ -1,41 +1,38 @@
1
1
  import { MediaCarousel } from "../../types/MediaCarousel";
2
- declare const _default: import("vue").DefineComponent<{
3
- labelClose: {
4
- type: import("vue").PropType<string | null>;
5
- default: string;
6
- };
7
- carrouselImg: {
8
- type: import("vue").PropType<MediaCarousel[]>;
9
- required: true;
10
- };
11
- gallery: {
12
- type: import("vue").PropType<boolean>;
13
- default: boolean;
14
- };
15
- labelRef: {
16
- type: import("vue").PropType<string | null>;
17
- default: string;
18
- };
19
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
20
- labelClose: {
21
- type: import("vue").PropType<string | null>;
22
- default: string;
23
- };
24
- carrouselImg: {
25
- type: import("vue").PropType<MediaCarousel[]>;
26
- required: true;
27
- };
28
- gallery: {
29
- type: import("vue").PropType<boolean>;
30
- default: boolean;
31
- };
32
- labelRef: {
33
- type: import("vue").PropType<string | null>;
34
- default: string;
35
- };
36
- }>>, {
2
+ interface Props {
3
+ carrouselImg: MediaCarousel[];
4
+ gallery?: boolean;
5
+ labelRef?: string | null;
6
+ labelClose?: string | null;
7
+ }
8
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
9
+ labelClose: string;
10
+ labelRef: string;
11
+ gallery: boolean;
12
+ }>, {}, 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
+ labelClose: string;
14
+ labelRef: string;
15
+ gallery: boolean;
16
+ }>>>, {
37
17
  labelClose: string | null;
38
18
  gallery: boolean;
39
19
  labelRef: string | null;
40
20
  }, {}>;
41
21
  export default _default;
22
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
+ type __VLS_TypePropsToRuntimeProps<T> = {
24
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
25
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
+ } : {
27
+ type: import('vue').PropType<T[K]>;
28
+ required: true;
29
+ };
30
+ };
31
+ type __VLS_WithDefaults<P, D> = {
32
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
33
+ default: D[K];
34
+ }> : P[K];
35
+ };
36
+ type __VLS_Prettify<T> = {
37
+ [K in keyof T]: T[K];
38
+ } & {};
@@ -1,58 +1,41 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- title: {
3
- type: import("vue").PropType<string>;
4
- };
5
- type: {
6
- type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
7
- default: string;
8
- };
9
- big: {
10
- type: import("vue").PropType<boolean>;
11
- default: boolean;
12
- };
13
- src: {
14
- type: import("vue").PropType<string>;
15
- required: true;
16
- };
17
- mandateLevel: {
18
- type: import("vue").PropType<string | null>;
19
- };
20
- intentions: {
21
- type: import("vue").PropType<string>;
22
- };
23
- hideIcon: {
24
- type: import("vue").PropType<boolean>;
25
- default: boolean;
26
- };
27
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
28
- title: {
29
- type: import("vue").PropType<string>;
30
- };
31
- type: {
32
- type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
33
- default: string;
34
- };
35
- big: {
36
- type: import("vue").PropType<boolean>;
37
- default: boolean;
38
- };
39
- src: {
40
- type: import("vue").PropType<string>;
41
- required: true;
42
- };
43
- mandateLevel: {
44
- type: import("vue").PropType<string | null>;
45
- };
46
- intentions: {
47
- type: import("vue").PropType<string>;
48
- };
49
- hideIcon: {
50
- type: import("vue").PropType<boolean>;
51
- default: boolean;
52
- };
53
- }>>, {
54
- type: "base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error";
1
+ import { MediaVariants } from "../../types/Medias";
2
+ interface Props {
3
+ src: string;
4
+ big?: boolean;
5
+ title?: string;
6
+ intentions?: string;
7
+ hideIcon?: boolean;
8
+ type?: MediaVariants;
9
+ mandateLevel?: string | null;
10
+ }
11
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
12
+ type: string;
13
+ big: boolean;
14
+ hideIcon: boolean;
15
+ }>, {}, 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>, {
16
+ type: string;
17
+ big: boolean;
18
+ hideIcon: boolean;
19
+ }>>>, {
20
+ type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
55
21
  big: boolean;
56
22
  hideIcon: boolean;
57
23
  }, {}>;
58
24
  export default _default;
25
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
+ type __VLS_TypePropsToRuntimeProps<T> = {
27
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
28
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
29
+ } : {
30
+ type: import('vue').PropType<T[K]>;
31
+ required: true;
32
+ };
33
+ };
34
+ type __VLS_WithDefaults<P, D> = {
35
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
36
+ default: D[K];
37
+ }> : P[K];
38
+ };
39
+ type __VLS_Prettify<T> = {
40
+ [K in keyof T]: T[K];
41
+ } & {};
@@ -1,52 +1,35 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- title: {
3
- type: import("vue").PropType<string>;
4
- };
5
- type: {
6
- type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
7
- };
8
- content: {
9
- type: import("vue").PropType<string>;
10
- required: true;
11
- };
12
- center: {
13
- type: import("vue").PropType<boolean>;
14
- default: boolean;
15
- };
16
- mandateLevel: {
17
- type: import("vue").PropType<string | null>;
18
- };
19
- intentions: {
20
- type: import("vue").PropType<string>;
21
- };
22
- hideIcon: {
23
- type: import("vue").PropType<boolean>;
24
- };
25
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
26
- title: {
27
- type: import("vue").PropType<string>;
28
- };
29
- type: {
30
- type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
31
- };
32
- content: {
33
- type: import("vue").PropType<string>;
34
- required: true;
35
- };
36
- center: {
37
- type: import("vue").PropType<boolean>;
38
- default: boolean;
39
- };
40
- mandateLevel: {
41
- type: import("vue").PropType<string | null>;
42
- };
43
- intentions: {
44
- type: import("vue").PropType<string>;
45
- };
46
- hideIcon: {
47
- type: import("vue").PropType<boolean>;
48
- };
49
- }>>, {
1
+ import { MediaVariants } from "../../types/Medias";
2
+ interface Props {
3
+ content: string;
4
+ center?: boolean;
5
+ title?: string;
6
+ intentions?: string;
7
+ hideIcon?: boolean;
8
+ type?: MediaVariants;
9
+ mandateLevel?: string | null;
10
+ }
11
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
12
+ center: boolean;
13
+ }>, {}, 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>, {
14
+ center: boolean;
15
+ }>>>, {
50
16
  center: boolean;
51
17
  }, {}>;
52
18
  export default _default;
19
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
+ type __VLS_TypePropsToRuntimeProps<T> = {
21
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
22
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
23
+ } : {
24
+ type: import('vue').PropType<T[K]>;
25
+ required: true;
26
+ };
27
+ };
28
+ type __VLS_WithDefaults<P, D> = {
29
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
30
+ default: D[K];
31
+ }> : P[K];
32
+ };
33
+ type __VLS_Prettify<T> = {
34
+ [K in keyof T]: T[K];
35
+ } & {};
@@ -1,74 +1,47 @@
1
+ import { MediaVariants } from "../../types/Medias";
1
2
  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
- icon: {
11
- type: import("vue").PropType<string>;
12
- };
13
- mandateLevel: {
14
- type: import("vue").PropType<string | MandateLevel | null>;
15
- };
16
- intentions: {
17
- type: import("vue").PropType<string>;
18
- default: string;
19
- };
20
- hideIcon: {
21
- type: import("vue").PropType<boolean>;
22
- default: boolean;
23
- };
24
- url: {
25
- type: import("vue").PropType<string>;
26
- required: true;
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
- title: {
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
- icon: {
44
- type: import("vue").PropType<string>;
45
- };
46
- mandateLevel: {
47
- type: import("vue").PropType<string | MandateLevel | null>;
48
- };
49
- intentions: {
50
- type: import("vue").PropType<string>;
51
- default: string;
52
- };
53
- hideIcon: {
54
- type: import("vue").PropType<boolean>;
55
- default: boolean;
56
- };
57
- url: {
58
- type: import("vue").PropType<string>;
59
- required: true;
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";
3
+ interface Props {
4
+ url: string;
5
+ title?: string;
6
+ intentions?: string;
7
+ mandateLevel?: string | MandateLevel | null;
8
+ labelIntentions?: string;
9
+ type?: MediaVariants;
10
+ hideIcon?: boolean;
11
+ labelCard?: string;
12
+ icon?: string;
13
+ }
14
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
15
+ labelIntentions: string;
16
+ type: string;
17
+ hideIcon: boolean;
18
+ intentions: string;
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
+ labelIntentions: string;
21
+ type: string;
22
+ hideIcon: boolean;
23
+ intentions: string;
24
+ }>>>, {
25
+ type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
70
26
  intentions: string;
71
27
  hideIcon: boolean;
72
28
  labelIntentions: string;
73
29
  }, {}>;
74
30
  export default _default;
31
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
32
+ type __VLS_TypePropsToRuntimeProps<T> = {
33
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
34
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
35
+ } : {
36
+ type: import('vue').PropType<T[K]>;
37
+ required: true;
38
+ };
39
+ };
40
+ type __VLS_WithDefaults<P, D> = {
41
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
42
+ default: D[K];
43
+ }> : P[K];
44
+ };
45
+ type __VLS_Prettify<T> = {
46
+ [K in keyof T]: T[K];
47
+ } & {};
@@ -5,33 +5,33 @@ interface Link {
5
5
  title: string;
6
6
  disabled: boolean;
7
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
- }>>, {
8
+ interface Props {
9
+ type: TypeLink;
10
+ link: Link;
11
+ big?: boolean;
12
+ }
13
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
14
+ big: boolean;
15
+ }>, {}, 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>, {
16
+ big: boolean;
17
+ }>>>, {
35
18
  big: boolean;
36
19
  }, {}>;
37
20
  export default _default;
21
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
+ type __VLS_TypePropsToRuntimeProps<T> = {
23
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
24
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
+ } : {
26
+ type: import('vue').PropType<T[K]>;
27
+ required: true;
28
+ };
29
+ };
30
+ type __VLS_WithDefaults<P, D> = {
31
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
32
+ default: D[K];
33
+ }> : P[K];
34
+ };
35
+ type __VLS_Prettify<T> = {
36
+ [K in keyof T]: T[K];
37
+ } & {};