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
@@ -1,89 +1,54 @@
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
- required: true;
6
- };
7
- type: {
8
- type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
9
- default: string;
10
- };
11
- mandateLevel: {
12
- type: import("vue").PropType<string | MandateLevel | null>;
13
- };
14
- intentions: {
15
- type: import("vue").PropType<string>;
16
- default: string;
17
- };
18
- hideIcon: {
19
- type: import("vue").PropType<boolean>;
20
- default: boolean;
21
- };
22
- url: {
23
- type: import("vue").PropType<string>;
24
- };
25
- cover: {
26
- type: import("vue").PropType<string>;
27
- default: string;
28
- };
29
- version_link: {
30
- type: import("vue").PropType<null>;
31
- };
32
- hideCover: {
33
- type: import("vue").PropType<boolean>;
34
- default: boolean;
35
- };
36
- version: {
37
- type: import("vue").PropType<string>;
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
- mandateLevel: {
52
- type: import("vue").PropType<string | MandateLevel | null>;
53
- };
54
- intentions: {
55
- type: import("vue").PropType<string>;
56
- default: string;
57
- };
58
- hideIcon: {
59
- type: import("vue").PropType<boolean>;
60
- default: boolean;
61
- };
62
- url: {
63
- type: import("vue").PropType<string>;
64
- };
65
- cover: {
66
- type: import("vue").PropType<string>;
67
- default: string;
68
- };
69
- version_link: {
70
- type: import("vue").PropType<null>;
71
- };
72
- hideCover: {
73
- type: import("vue").PropType<boolean>;
74
- default: boolean;
75
- };
76
- version: {
77
- type: import("vue").PropType<string>;
78
- };
79
- labelCard: {
80
- type: import("vue").PropType<string>;
81
- };
82
- }>>, {
83
- type: "base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error";
3
+ interface Props {
4
+ url?: string;
5
+ cover?: string;
6
+ title: string;
7
+ mandateLevel?: string | MandateLevel | null;
8
+ intentions?: string;
9
+ version_link?: null;
10
+ hideCover?: boolean;
11
+ version?: string;
12
+ type?: MediaVariants;
13
+ hideIcon?: boolean;
14
+ labelCard?: string;
15
+ }
16
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
17
+ icon: string;
18
+ hideCover: boolean;
19
+ intentions: string;
20
+ cover: string;
21
+ type: string;
22
+ hideIcon: boolean;
23
+ }>, {}, 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>, {
24
+ icon: string;
25
+ hideCover: boolean;
26
+ intentions: string;
27
+ cover: string;
28
+ type: string;
29
+ hideIcon: boolean;
30
+ }>>>, {
31
+ type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
84
32
  intentions: string;
85
33
  hideIcon: boolean;
86
34
  cover: string;
87
35
  hideCover: boolean;
88
36
  }, {}>;
89
37
  export default _default;
38
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
39
+ type __VLS_TypePropsToRuntimeProps<T> = {
40
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
41
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
42
+ } : {
43
+ type: import('vue').PropType<T[K]>;
44
+ required: true;
45
+ };
46
+ };
47
+ type __VLS_WithDefaults<P, D> = {
48
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
49
+ default: D[K];
50
+ }> : P[K];
51
+ };
52
+ type __VLS_Prettify<T> = {
53
+ [K in keyof T]: T[K];
54
+ } & {};
@@ -1,45 +1,35 @@
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
- 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
- cols: {
13
- type: import("vue").PropType<string | number>;
14
- default: string;
15
- };
16
- content: {
17
- type: import("vue").PropType<string>;
18
- };
19
- mandateLevel: {
20
- type: import("vue").PropType<string | MandateLevel | null>;
21
- };
22
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
- title: {
24
- type: import("vue").PropType<string>;
25
- };
26
- desc: {
27
- type: import("vue").PropType<string>;
28
- };
29
- type: {
30
- type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
31
- };
32
- cols: {
33
- type: import("vue").PropType<string | number>;
34
- default: string;
35
- };
36
- content: {
37
- type: import("vue").PropType<string>;
38
- };
39
- mandateLevel: {
40
- type: import("vue").PropType<string | MandateLevel | null>;
41
- };
42
- }>>, {
3
+ interface Props {
4
+ desc?: string;
5
+ title?: string;
6
+ content?: string;
7
+ mandateLevel?: string | MandateLevel | null;
8
+ type?: MediaVariants;
9
+ cols?: string | number;
10
+ }
11
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
12
+ cols: string;
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
+ cols: string;
15
+ }>>>, {
43
16
  cols: string | number;
44
17
  }, {}>;
45
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,72 +1,27 @@
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
- labelClose: {
32
- type: import("vue").PropType<string>;
33
- default: string;
34
- };
35
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
36
- src: {
37
- type: import("vue").PropType<string>;
38
- };
39
- term: {
40
- type: import("vue").PropType<string>;
41
- required: true;
42
- default: string;
43
- };
44
- word: {
45
- type: import("vue").PropType<string>;
46
- required: true;
47
- };
48
- definition: {
49
- type: import("vue").PropType<string>;
50
- };
51
- variations: {
52
- type: import("vue").PropType<string>;
53
- default: string;
54
- };
55
- domain: {
56
- type: import("vue").PropType<string>;
57
- };
58
- graminfo: {
59
- type: import("vue").PropType<string>;
60
- };
61
- relations: {
62
- type: import("vue").PropType<string>;
63
- default: string;
64
- };
65
- labelClose: {
66
- type: import("vue").PropType<string>;
67
- default: string;
68
- };
69
- }>>, {
1
+ interface Props {
2
+ term: string;
3
+ word: string;
4
+ definition?: string;
5
+ variations?: string;
6
+ domain?: string;
7
+ graminfo?: string;
8
+ relations?: string;
9
+ labelClose?: string;
10
+ src?: string;
11
+ }
12
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13
+ term: string;
14
+ variations: string;
15
+ relations: string;
16
+ idrelation: string;
17
+ labelClose: string;
18
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
19
+ term: string;
20
+ variations: string;
21
+ relations: string;
22
+ idrelation: string;
23
+ labelClose: string;
24
+ }>>>, {
70
25
  term: string;
71
26
  variations: string;
72
27
  relations: string;
@@ -75,6 +30,23 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
75
30
  default?(_: {}): any;
76
31
  }>;
77
32
  export default _default;
33
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
34
+ type __VLS_TypePropsToRuntimeProps<T> = {
35
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
36
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
37
+ } : {
38
+ type: import('vue').PropType<T[K]>;
39
+ required: true;
40
+ };
41
+ };
42
+ type __VLS_WithDefaults<P, D> = {
43
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
44
+ default: D[K];
45
+ }> : P[K];
46
+ };
47
+ type __VLS_Prettify<T> = {
48
+ [K in keyof T]: T[K];
49
+ } & {};
78
50
  type __VLS_WithTemplateSlots<T, S> = T & {
79
51
  new (): {
80
52
  $slots: S;
@@ -4,29 +4,27 @@ interface TimelineHeading {
4
4
  text?: HeadTimeLine;
5
5
  };
6
6
  }
7
- 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[]>;
7
+ interface Props {
8
+ tags: TagTimeLine[];
9
+ events: EventTimeLine[];
10
+ title?: TimelineHeading;
11
+ }
12
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>>>, {}, {}>;
13
+ export default _default;
14
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
+ type __VLS_TypePropsToRuntimeProps<T> = {
16
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
17
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
+ } : {
19
+ type: import('vue').PropType<T[K]>;
29
20
  required: true;
30
21
  };
31
- }>>, {}, {}>;
32
- export default _default;
22
+ };
23
+ type __VLS_WithDefaults<P, D> = {
24
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
25
+ default: D[K];
26
+ }> : P[K];
27
+ };
28
+ type __VLS_Prettify<T> = {
29
+ [K in keyof T]: T[K];
30
+ } & {};
@@ -1,65 +1,43 @@
1
+ import { MediaVariants } from "../../types/Medias";
1
2
  import { MandateLevel } from '../../types/MandateLevel';
2
- 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";
3
+ interface Props {
4
+ src: string;
5
+ title?: string;
6
+ intentions?: string;
7
+ credits?: string;
8
+ mandateLevel?: string | MandateLevel | null;
9
+ labelIntentions?: string;
10
+ type?: MediaVariants;
11
+ hideIcon?: boolean;
12
+ }
13
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
14
+ labelIntentions: string;
15
+ type: string;
16
+ hideIcon: boolean;
17
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
18
+ labelIntentions: string;
19
+ type: string;
20
+ hideIcon: boolean;
21
+ }>>>, {
22
+ type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
62
23
  hideIcon: boolean;
63
24
  labelIntentions: string;
64
25
  }, {}>;
65
26
  export default _default;
27
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
+ type __VLS_TypePropsToRuntimeProps<T> = {
29
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
30
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
+ } : {
32
+ type: import('vue').PropType<T[K]>;
33
+ required: true;
34
+ };
35
+ };
36
+ type __VLS_WithDefaults<P, D> = {
37
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
38
+ default: D[K];
39
+ }> : P[K];
40
+ };
41
+ type __VLS_Prettify<T> = {
42
+ [K in keyof T]: T[K];
43
+ } & {};
@@ -1,65 +1,43 @@
1
+ import { MediaVariants } from "../../types/Medias";
1
2
  import { MandateLevel } from '../../types/MandateLevel';
2
- 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";
3
+ interface Props {
4
+ src: string;
5
+ title?: string;
6
+ intentions?: string;
7
+ credits?: string;
8
+ mandateLevel?: string | MandateLevel | null;
9
+ labelIntentions?: string;
10
+ type?: MediaVariants;
11
+ hideIcon?: boolean;
12
+ }
13
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
14
+ labelIntentions: string;
15
+ type: string;
16
+ hideIcon: boolean;
17
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
18
+ labelIntentions: string;
19
+ type: string;
20
+ hideIcon: boolean;
21
+ }>>>, {
22
+ type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
62
23
  hideIcon: boolean;
63
24
  labelIntentions: string;
64
25
  }, {}>;
65
26
  export default _default;
27
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
+ type __VLS_TypePropsToRuntimeProps<T> = {
29
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
30
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
+ } : {
32
+ type: import('vue').PropType<T[K]>;
33
+ required: true;
34
+ };
35
+ };
36
+ type __VLS_WithDefaults<P, D> = {
37
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
38
+ default: D[K];
39
+ }> : P[K];
40
+ };
41
+ type __VLS_Prettify<T> = {
42
+ [K in keyof T]: T[K];
43
+ } & {};