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,37 +1,34 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- size: {
3
- type: import("vue").PropType<string | number>;
4
- default: number;
5
- };
6
- viewBox: {
7
- type: import("vue").PropType<string>;
8
- default: string;
9
- };
10
- iconPath: {
11
- type: import("vue").PropType<string>;
12
- required: true;
13
- };
14
- extraClass: {
15
- type: import("vue").PropType<string>;
16
- };
17
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
18
- size: {
19
- type: import("vue").PropType<string | number>;
20
- default: number;
21
- };
22
- viewBox: {
23
- type: import("vue").PropType<string>;
24
- default: string;
25
- };
26
- iconPath: {
27
- type: import("vue").PropType<string>;
28
- required: true;
29
- };
30
- extraClass: {
31
- type: import("vue").PropType<string>;
32
- };
33
- }>>, {
1
+ interface Props {
2
+ size?: string | number;
3
+ viewBox?: string;
4
+ iconPath: string;
5
+ extraClass?: string;
6
+ }
7
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
8
+ size: number;
9
+ viewBox: string;
10
+ }>, {}, 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>, {
11
+ size: number;
12
+ viewBox: string;
13
+ }>>>, {
34
14
  size: string | number;
35
15
  viewBox: string;
36
16
  }, {}>;
37
17
  export default _default;
18
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
+ type __VLS_TypePropsToRuntimeProps<T> = {
20
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
21
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
22
+ } : {
23
+ type: import('vue').PropType<T[K]>;
24
+ required: true;
25
+ };
26
+ };
27
+ type __VLS_WithDefaults<P, D> = {
28
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
29
+ default: D[K];
30
+ }> : P[K];
31
+ };
32
+ type __VLS_Prettify<T> = {
33
+ [K in keyof T]: T[K];
34
+ } & {};
@@ -1,79 +1,46 @@
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
- width: {
9
- type: import("vue").PropType<string | number>;
10
- };
11
- height: {
12
- type: import("vue").PropType<string | number>;
13
- };
14
- src: {
15
- type: import("vue").PropType<string>;
16
- required: true;
17
- };
18
- alt: {
19
- type: import("vue").PropType<string>;
20
- default: string;
21
- };
22
- thumbnail: {
23
- type: import("vue").PropType<boolean>;
24
- default: boolean;
25
- };
26
- bib: {
27
- type: import("vue").PropType<string>;
28
- };
29
- noModal: {
30
- type: import("vue").PropType<boolean>;
31
- default: boolean;
32
- };
33
- cols: {
34
- type: import("vue").PropType<string | number>;
35
- default: string;
36
- };
37
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
38
- caption: {
39
- type: import("vue").PropType<string>;
40
- };
41
- title: {
42
- type: import("vue").PropType<string>;
43
- };
44
- width: {
45
- type: import("vue").PropType<string | number>;
46
- };
47
- height: {
48
- type: import("vue").PropType<string | number>;
49
- };
50
- src: {
51
- type: import("vue").PropType<string>;
52
- required: true;
53
- };
54
- alt: {
55
- type: import("vue").PropType<string>;
56
- default: string;
57
- };
58
- thumbnail: {
59
- type: import("vue").PropType<boolean>;
60
- default: boolean;
61
- };
62
- bib: {
63
- type: import("vue").PropType<string>;
64
- };
65
- noModal: {
66
- type: import("vue").PropType<boolean>;
67
- default: boolean;
68
- };
69
- cols: {
70
- type: import("vue").PropType<string | number>;
71
- default: string;
72
- };
73
- }>>, {
1
+ interface Props {
2
+ src: string;
3
+ alt?: string;
4
+ height?: string | number;
5
+ width?: string | number;
6
+ thumbnail?: boolean;
7
+ caption?: string;
8
+ bib?: string;
9
+ title?: string;
10
+ noModal?: boolean;
11
+ cols?: string | number;
12
+ }
13
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
14
+ alt: string;
15
+ cols: string;
16
+ thumbnail: boolean;
17
+ noModal: boolean;
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
+ alt: string;
20
+ cols: string;
21
+ thumbnail: boolean;
22
+ noModal: boolean;
23
+ }>>>, {
74
24
  alt: string;
75
25
  thumbnail: boolean;
76
26
  noModal: boolean;
77
27
  cols: string | number;
78
28
  }, {}>;
79
29
  export default _default;
30
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
31
+ type __VLS_TypePropsToRuntimeProps<T> = {
32
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
33
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
34
+ } : {
35
+ type: import('vue').PropType<T[K]>;
36
+ required: true;
37
+ };
38
+ };
39
+ type __VLS_WithDefaults<P, D> = {
40
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
41
+ default: D[K];
42
+ }> : P[K];
43
+ };
44
+ type __VLS_Prettify<T> = {
45
+ [K in keyof T]: T[K];
46
+ } & {};
@@ -0,0 +1,9 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
2
+ default?(_: {}): any;
3
+ }>;
4
+ export default _default;
5
+ type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };
@@ -0,0 +1,43 @@
1
+ type Type = "default" | "nested";
2
+ type Disabled = "false" | "true";
3
+ interface Props {
4
+ type?: Type;
5
+ disabled?: Disabled;
6
+ }
7
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
8
+ type: string;
9
+ disabled: string;
10
+ }>, {}, 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>, {
11
+ type: string;
12
+ disabled: string;
13
+ }>>>, {
14
+ type: Type;
15
+ disabled: Disabled;
16
+ }, {}>, {
17
+ leftContent?(_: {}): any;
18
+ default?(_: {}): any;
19
+ rightContent?(_: {}): any;
20
+ }>;
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
+ } & {};
39
+ type __VLS_WithTemplateSlots<T, S> = T & {
40
+ new (): {
41
+ $slots: S;
42
+ };
43
+ };
@@ -1,82 +1,48 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
- title: {
3
- type: import("vue").PropType<string | null>;
4
- default: null;
5
- };
6
- height: {
7
- type: import("vue").PropType<string | null>;
8
- };
9
- color: {
10
- type: import("vue").PropType<string | null>;
11
- default: 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
- height: {
43
- type: import("vue").PropType<string | null>;
44
- };
45
- color: {
46
- type: import("vue").PropType<string | null>;
47
- default: 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
- }>>, {
1
+ interface Props {
2
+ title?: string | null;
3
+ subtitle?: string | null;
4
+ prependIcon?: string | null;
5
+ iconSize?: string | number;
6
+ color?: string | null;
7
+ taxonomyLevel?: string | null;
8
+ courseCode?: string | null;
9
+ courseTitle?: string | null;
10
+ height?: string | null;
11
+ src?: string | null;
12
+ synchrone?: boolean;
13
+ }
14
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
15
+ title: null;
16
+ icon: null;
17
+ color: null;
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
+ title: null;
20
+ icon: null;
21
+ color: null;
22
+ }>>>, {
74
23
  title: string | null;
75
24
  color: string | null;
76
25
  }, {}>, {
77
26
  default?(_: {}): any;
78
27
  }>;
79
28
  export default _default;
29
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
+ type __VLS_TypePropsToRuntimeProps<T> = {
31
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
32
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
+ } : {
34
+ type: import('vue').PropType<T[K]>;
35
+ required: true;
36
+ };
37
+ };
38
+ type __VLS_WithDefaults<P, D> = {
39
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
40
+ default: D[K];
41
+ }> : P[K];
42
+ };
43
+ type __VLS_Prettify<T> = {
44
+ [K in keyof T]: T[K];
45
+ } & {};
80
46
  type __VLS_WithTemplateSlots<T, S> = T & {
81
47
  new (): {
82
48
  $slots: S;
@@ -1,41 +1,40 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- size: {
3
- type: import("vue").PropType<number>;
4
- default: number;
5
- };
6
- color: {
7
- type: import("vue").PropType<string>;
8
- default: string;
9
- };
10
- dots: {
11
- type: import("vue").PropType<boolean>;
12
- default: boolean;
13
- };
14
- inline: {
15
- type: import("vue").PropType<boolean>;
16
- default: boolean;
17
- };
18
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
19
- size: {
20
- type: import("vue").PropType<number>;
21
- default: number;
22
- };
23
- color: {
24
- type: import("vue").PropType<string>;
25
- default: string;
26
- };
27
- dots: {
28
- type: import("vue").PropType<boolean>;
29
- default: boolean;
30
- };
31
- inline: {
32
- type: import("vue").PropType<boolean>;
33
- default: boolean;
34
- };
35
- }>>, {
1
+ interface Props {
2
+ color?: string;
3
+ dots?: boolean;
4
+ size?: number;
5
+ inline?: boolean;
6
+ }
7
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
8
+ color: string;
9
+ dots: boolean;
10
+ size: number;
11
+ inline: 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
+ color: string;
14
+ dots: boolean;
36
15
  size: number;
16
+ inline: boolean;
17
+ }>>>, {
37
18
  color: string;
19
+ size: number;
38
20
  dots: boolean;
39
21
  inline: boolean;
40
22
  }, {}>;
41
23
  export default _default;
24
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
+ type __VLS_TypePropsToRuntimeProps<T> = {
26
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
27
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
+ } : {
29
+ type: import('vue').PropType<T[K]>;
30
+ required: true;
31
+ };
32
+ };
33
+ type __VLS_WithDefaults<P, D> = {
34
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
35
+ default: D[K];
36
+ }> : P[K];
37
+ };
38
+ type __VLS_Prettify<T> = {
39
+ [K in keyof T]: T[K];
40
+ } & {};
@@ -1,24 +1,24 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- title: {
3
- type: import("vue").PropType<string>;
4
- };
5
- arrayContent: {
6
- type: import("vue").PropType<string[][]>;
7
- required: true;
8
- };
9
- headers: {
10
- type: import("vue").PropType<string[] | null>;
11
- };
12
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
- title: {
14
- type: import("vue").PropType<string>;
15
- };
16
- arrayContent: {
17
- type: import("vue").PropType<string[][]>;
1
+ interface Props {
2
+ arrayContent: string[][];
3
+ headers?: string[] | null;
4
+ title?: string;
5
+ }
6
+ 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>, {}>>>, {}, {}>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
18
14
  required: true;
19
15
  };
20
- headers: {
21
- type: import("vue").PropType<string[] | null>;
22
- };
23
- }>>, {}, {}>;
24
- export default _default;
16
+ };
17
+ type __VLS_WithDefaults<P, D> = {
18
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
19
+ default: D[K];
20
+ }> : P[K];
21
+ };
22
+ type __VLS_Prettify<T> = {
23
+ [K in keyof T]: T[K];
24
+ } & {};
@@ -1,34 +1,31 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- title: {
3
- type: import("vue").PropType<string | null>;
4
- };
5
- compact: {
6
- type: import("vue").PropType<boolean>;
7
- default: boolean;
8
- };
9
- content: {
10
- type: import("vue").PropType<string>;
11
- required: true;
12
- };
13
- glossary: {
14
- type: import("vue").PropType<any[]>;
15
- };
16
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
17
- title: {
18
- type: import("vue").PropType<string | null>;
19
- };
20
- compact: {
21
- type: import("vue").PropType<boolean>;
22
- default: boolean;
23
- };
24
- content: {
25
- type: import("vue").PropType<string>;
26
- required: true;
27
- };
28
- glossary: {
29
- type: import("vue").PropType<any[]>;
30
- };
31
- }>>, {
1
+ interface Props {
2
+ glossary?: any[];
3
+ content: string;
4
+ title?: string | null;
5
+ compact?: boolean;
6
+ }
7
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
8
+ compact: boolean;
9
+ }>, {}, 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>, {
10
+ compact: boolean;
11
+ }>>>, {
32
12
  compact: boolean;
33
13
  }, {}>;
34
14
  export default _default;
15
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
+ type __VLS_TypePropsToRuntimeProps<T> = {
17
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
18
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
19
+ } : {
20
+ type: import('vue').PropType<T[K]>;
21
+ required: true;
22
+ };
23
+ };
24
+ type __VLS_WithDefaults<P, D> = {
25
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
26
+ default: D[K];
27
+ }> : P[K];
28
+ };
29
+ type __VLS_Prettify<T> = {
30
+ [K in keyof T]: T[K];
31
+ } & {};
@@ -1,3 +1,4 @@
1
+ import { MediaVariants } from "../../types/Medias";
1
2
  interface Serie {
2
3
  name: string;
3
4
  data: (string | number)[];
@@ -8,75 +9,40 @@ interface Options {
8
9
  convertedCatToNumeric?: boolean;
9
10
  };
10
11
  }
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
- type: {
19
- type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
20
- };
21
- center: {
22
- type: import("vue").PropType<boolean>;
23
- default: boolean;
24
- };
25
- mandateLevel: {
26
- type: import("vue").PropType<string | null>;
27
- };
28
- intentions: {
29
- type: import("vue").PropType<string>;
30
- };
31
- hideIcon: {
32
- type: import("vue").PropType<boolean>;
33
- };
34
- series: {
35
- type: import("vue").PropType<Serie[]>;
36
- required: true;
37
- };
38
- options: {
39
- type: import("vue").PropType<Options>;
40
- required: true;
41
- };
42
- id: {
43
- type: import("vue").PropType<string>;
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
- type: {
53
- type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
54
- };
55
- center: {
56
- type: import("vue").PropType<boolean>;
57
- default: boolean;
58
- };
59
- mandateLevel: {
60
- type: import("vue").PropType<string | null>;
61
- };
62
- intentions: {
63
- type: import("vue").PropType<string>;
64
- };
65
- hideIcon: {
66
- type: import("vue").PropType<boolean>;
67
- };
68
- series: {
69
- type: import("vue").PropType<Serie[]>;
70
- required: true;
71
- };
72
- options: {
73
- type: import("vue").PropType<Options>;
74
- required: true;
75
- };
76
- id: {
77
- type: import("vue").PropType<string>;
78
- };
79
- }>>, {
12
+ interface Props {
13
+ series: Serie[];
14
+ options: Options;
15
+ id?: string;
16
+ center?: boolean;
17
+ title?: string;
18
+ intentions?: string;
19
+ hideIcon?: boolean;
20
+ type?: MediaVariants;
21
+ mandateLevel?: string | null;
22
+ source?: string;
23
+ }
24
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
25
+ center: boolean;
26
+ }>, {}, 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>, {
27
+ center: boolean;
28
+ }>>>, {
80
29
  center: boolean;
81
30
  }, {}>;
82
31
  export default _default;
32
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
+ type __VLS_TypePropsToRuntimeProps<T> = {
34
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
35
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
36
+ } : {
37
+ type: import('vue').PropType<T[K]>;
38
+ required: true;
39
+ };
40
+ };
41
+ type __VLS_WithDefaults<P, D> = {
42
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
43
+ default: D[K];
44
+ }> : P[K];
45
+ };
46
+ type __VLS_Prettify<T> = {
47
+ [K in keyof T]: T[K];
48
+ } & {};