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
@@ -5,55 +5,49 @@ interface OldType {
5
5
  type: TypeAlert;
6
6
  color: string;
7
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" | "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" | "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
- }>>, {
8
+ interface Props {
9
+ type?: TypeAlert | OldType;
10
+ title?: string | null;
11
+ outlined?: boolean;
12
+ noIcon?: boolean;
13
+ compact?: boolean;
14
+ }
15
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
16
+ type: string;
17
+ title: null;
18
+ outlined: boolean;
19
+ noIcon: boolean;
20
+ }>, {}, 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>, {
21
+ type: string;
22
+ title: null;
23
+ outlined: boolean;
24
+ noIcon: boolean;
25
+ }>>>, {
49
26
  title: string | null;
50
- type: "base" | "info" | "warning" | "success" | "error" | "question" | "Question" | "tip" | OldType;
27
+ type: "base" | "error" | "warning" | "success" | "info" | "question" | "tip" | "Question" | OldType;
51
28
  outlined: boolean;
52
29
  noIcon: boolean;
53
30
  }, {}>, {
54
31
  default?(_: {}): any;
55
32
  }>;
56
33
  export default _default;
34
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
35
+ type __VLS_TypePropsToRuntimeProps<T> = {
36
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
37
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
38
+ } : {
39
+ type: import('vue').PropType<T[K]>;
40
+ required: true;
41
+ };
42
+ };
43
+ type __VLS_WithDefaults<P, D> = {
44
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
45
+ default: D[K];
46
+ }> : P[K];
47
+ };
48
+ type __VLS_Prettify<T> = {
49
+ [K in keyof T]: T[K];
50
+ } & {};
57
51
  type __VLS_WithTemplateSlots<T, S> = T & {
58
52
  new (): {
59
53
  $slots: S;
@@ -0,0 +1,56 @@
1
+ import { TypeBadge } from "../../types/Badge";
2
+ type Mode = "default" | "dot";
3
+ type Color = "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info" | "question" | "tip";
4
+ type Visibility = "true" | "false";
5
+ interface Props {
6
+ content: number;
7
+ mode?: Mode;
8
+ placement?: TypeBadge;
9
+ visibility: Visibility;
10
+ color: Color;
11
+ maxValue: number;
12
+ }
13
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
14
+ mode: string;
15
+ placement: string;
16
+ visibility: string;
17
+ color: string;
18
+ maxValue: number;
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
+ mode: string;
21
+ placement: string;
22
+ visibility: string;
23
+ color: string;
24
+ maxValue: number;
25
+ }>>>, {
26
+ color: Color;
27
+ mode: Mode;
28
+ placement: "top_left" | "top_right" | "bottom_left" | "bottom_right";
29
+ visibility: Visibility;
30
+ maxValue: number;
31
+ }, {}>, {
32
+ default?(_: {}): any;
33
+ }>;
34
+ export default _default;
35
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
+ type __VLS_TypePropsToRuntimeProps<T> = {
37
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
38
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
39
+ } : {
40
+ type: import('vue').PropType<T[K]>;
41
+ required: true;
42
+ };
43
+ };
44
+ type __VLS_WithDefaults<P, D> = {
45
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
46
+ default: D[K];
47
+ }> : P[K];
48
+ };
49
+ type __VLS_Prettify<T> = {
50
+ [K in keyof T]: T[K];
51
+ } & {};
52
+ type __VLS_WithTemplateSlots<T, S> = T & {
53
+ new (): {
54
+ $slots: S;
55
+ };
56
+ };
@@ -1,105 +1,64 @@
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
- big: {
11
- type: import("vue").PropType<boolean | null>;
12
- default: boolean;
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, {
1
+ interface Props {
2
+ title?: string | null;
3
+ subtitle?: string | null;
4
+ icon?: string | null;
5
+ color?: string | null;
6
+ courseCode?: string | null;
7
+ courseTitle?: string | null;
8
+ big?: boolean | null;
9
+ src?: string | null;
10
+ synchrone?: boolean;
11
+ duration?: string | null;
12
+ assessment?: string | null;
13
+ headerImgColor?: string | null;
14
+ }
15
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
16
+ title: null;
17
+ icon: null;
18
+ color: null;
19
+ src: null;
20
+ big: boolean;
21
+ synchrone: boolean;
22
+ duration: null;
23
+ assessment: null;
24
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
47
25
  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
- big: {
58
- type: import("vue").PropType<boolean | null>;
59
- default: boolean;
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
- }>> & {
26
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
27
+ title: null;
28
+ icon: null;
29
+ color: null;
30
+ src: null;
31
+ big: boolean;
32
+ synchrone: boolean;
33
+ duration: null;
34
+ assessment: null;
35
+ }>>> & {
94
36
  onClicked?: (() => any) | undefined;
95
37
  }, {
96
38
  title: string | null;
97
- color: string | null;
98
39
  big: boolean | null;
99
- icon: string | null;
100
40
  src: string | null;
41
+ color: string | null;
42
+ icon: string | null;
101
43
  synchrone: boolean;
102
44
  duration: string | null;
103
45
  assessment: string | null;
104
46
  }, {}>;
105
47
  export default _default;
48
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
49
+ type __VLS_TypePropsToRuntimeProps<T> = {
50
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
51
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
52
+ } : {
53
+ type: import('vue').PropType<T[K]>;
54
+ required: true;
55
+ };
56
+ };
57
+ type __VLS_WithDefaults<P, D> = {
58
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
59
+ default: D[K];
60
+ }> : P[K];
61
+ };
62
+ type __VLS_Prettify<T> = {
63
+ [K in keyof T]: T[K];
64
+ } & {};
@@ -1,30 +1,17 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
- img: {
3
- type: import("vue").PropType<string | null>;
4
- default: null;
5
- };
6
- author: {
7
- type: import("vue").PropType<string | null>;
8
- default: null;
9
- };
10
- card: {
11
- type: import("vue").PropType<boolean>;
12
- default: boolean;
13
- };
14
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
15
- img: {
16
- type: import("vue").PropType<string | null>;
17
- default: null;
18
- };
19
- author: {
20
- type: import("vue").PropType<string | null>;
21
- default: null;
22
- };
23
- card: {
24
- type: import("vue").PropType<boolean>;
25
- default: boolean;
26
- };
27
- }>>, {
1
+ interface Props {
2
+ author?: string | null;
3
+ img?: string | null;
4
+ card?: boolean;
5
+ }
6
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
7
+ author: null;
8
+ img: null;
9
+ card: boolean;
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
+ author: null;
12
+ img: null;
13
+ card: boolean;
14
+ }>>>, {
28
15
  img: string | null;
29
16
  author: string | null;
30
17
  card: boolean;
@@ -32,6 +19,23 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
32
19
  default?(_: {}): any;
33
20
  }>;
34
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
+ } & {};
35
39
  type __VLS_WithTemplateSlots<T, S> = T & {
36
40
  new (): {
37
41
  $slots: S;
@@ -1,2 +1,41 @@
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<{}>>, {}, {}>;
1
+ type Shape = "circle" | "rectangle";
2
+ interface Props {
3
+ type?: Shape;
4
+ height?: number;
5
+ width?: number;
6
+ animation?: string;
7
+ }
8
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
9
+ type: string;
10
+ width: number;
11
+ height: number;
12
+ animation: 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
+ type: string;
15
+ width: number;
16
+ height: number;
17
+ animation: string;
18
+ }>>>, {
19
+ type: Shape;
20
+ width: number;
21
+ height: number;
22
+ animation: string;
23
+ }, {}>;
2
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,14 +1,29 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- fill: {
3
- type: import("vue").PropType<string>;
4
- default: string;
5
- };
6
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7
- fill: {
8
- type: import("vue").PropType<string>;
9
- default: string;
10
- };
11
- }>>, {
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ fill?: string | undefined;
3
+ }>, {
4
+ fill: string;
5
+ }>, {}, 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<{
6
+ fill?: string | undefined;
7
+ }>, {
8
+ fill: string;
9
+ }>>>, {
12
10
  fill: string;
13
11
  }, {}>;
14
12
  export default _default;
13
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
+ type __VLS_TypePropsToRuntimeProps<T> = {
15
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
16
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
17
+ } : {
18
+ type: import('vue').PropType<T[K]>;
19
+ required: true;
20
+ };
21
+ };
22
+ type __VLS_WithDefaults<P, D> = {
23
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
24
+ default: D[K];
25
+ }> : P[K];
26
+ };
27
+ type __VLS_Prettify<T> = {
28
+ [K in keyof T]: T[K];
29
+ } & {};
@@ -1,38 +1,37 @@
1
1
  import { EventTimeLine } from "../../types/TimeLine";
2
- declare const _default: import("vue").DefineComponent<{
3
- title: {
4
- type: import("vue").PropType<string | null>;
5
- default: string;
6
- };
7
- date: {
8
- type: import("vue").PropType<string>;
9
- };
10
- event: {
11
- type: import("vue").PropType<EventTimeLine>;
12
- required: true;
13
- };
14
- collapse: {
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
- title: {
20
- type: import("vue").PropType<string | null>;
21
- default: string;
22
- };
23
- date: {
24
- type: import("vue").PropType<string>;
25
- };
26
- event: {
27
- type: import("vue").PropType<EventTimeLine>;
28
- required: true;
29
- };
30
- collapse: {
31
- type: import("vue").PropType<boolean>;
32
- default: boolean;
33
- };
34
- }>>, {
2
+ interface Props {
3
+ title?: string | null;
4
+ date?: string;
5
+ event: EventTimeLine;
6
+ collapse?: boolean;
7
+ }
8
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
9
+ title: string;
10
+ type: string;
11
+ collapse: 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
+ title: string;
14
+ type: string;
15
+ collapse: boolean;
16
+ }>>>, {
35
17
  title: string | null;
36
18
  collapse: boolean;
37
19
  }, {}>;
38
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
+ } & {};
package/dist/ep-lib-ts.js CHANGED
@@ -1,4 +1,4 @@
1
- import { N as e, I as o, z as r, c as i, o as t, d as n, e as d, P as m, f as C, w as c, g as l, r as u, h as S, J as g, i as h, A as x, j as T, Q as f, p as A, B, C as I, x as L, q as b, y as k, K as P, b as Q, s as V, t as v, k as w, D, l as F, E as H, m as K, O as R, _ as j, n as q, F as y, G as z, H as G } from "./index-20e915f7.js";
1
+ import { O as e, I as o, z as r, c as i, o as t, d as n, e as d, Q as l, f as m, w as C, g as c, r as S, h as u, J as g, i as h, A as x, j as L, R as T, p as f, B as k, C as A, x as B, q as I, y as b, K as P, b as Q, s as R, t as V, k as v, L as w, D, l as F, E as H, m as K, P as j, _ as q, n as y, F as z, G, H as J } from "./index-90cd7bf2.js";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  export {
@@ -9,36 +9,37 @@ export {
9
9
  t as EpBarChart,
10
10
  n as EpBtn,
11
11
  d as EpCard,
12
- m as EpCarousel,
13
- C as EpChip,
14
- c as EpContentSlider,
15
- l as EpDivider,
16
- u as EpEdu,
17
- S as EpFlex,
12
+ l as EpCarousel,
13
+ m as EpChip,
14
+ C as EpContentSlider,
15
+ c as EpDivider,
16
+ S as EpEdu,
17
+ u as EpFlex,
18
18
  g as EpHeader,
19
19
  h as EpIcon,
20
20
  x as EpIframe,
21
- T as EpImg,
22
- f as EpKatex,
23
- A as EpLineChart,
24
- B as EpLink,
25
- I as EpLinkVersion,
26
- L as EpModal,
27
- b as EpPieChart,
28
- k as EpQuestion,
21
+ L as EpImg,
22
+ T as EpKatex,
23
+ f as EpLineChart,
24
+ k as EpLink,
25
+ A as EpLinkVersion,
26
+ B as EpModal,
27
+ I as EpPieChart,
28
+ b as EpQuestion,
29
29
  P as EpQuote,
30
30
  Q as EpReading,
31
- V as EpResource,
32
- v as EpScope,
33
- w as EpSection,
31
+ R as EpResource,
32
+ V as EpScope,
33
+ v as EpSection,
34
+ w as EpSkeleton,
34
35
  D as EpSoftware,
35
36
  F as EpSpinner,
36
37
  H as EpSvg,
37
38
  K as EpTable,
38
- R as EpTabs,
39
- j as EpTerm,
40
- q as EpText,
41
- y as EpTimeLine,
42
- z as EpVideo,
43
- G as EpVideoPanopto
39
+ j as EpTabs,
40
+ q as EpTerm,
41
+ y as EpText,
42
+ z as EpTimeLine,
43
+ G as EpVideo,
44
+ J as EpVideoPanopto
44
45
  };