ep-lib-ts 0.1.26 → 0.1.28

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 (118) hide show
  1. package/dist/BgAudio-820c0a39.js +5 -0
  2. package/dist/DisplayBox-05ba8755.js +5 -0
  3. package/dist/EpAlert-f32ad986.js +5 -0
  4. package/dist/EpAudio-80dbaf40.js +5 -0
  5. package/dist/EpBadge-cb67d4b1.js +5 -0
  6. package/dist/EpBarChart-710b4ff4.js +5 -0
  7. package/dist/EpBtn-5c939189.js +5 -0
  8. package/dist/EpCard-3c75fd57.js +5 -0
  9. package/dist/{EpChip-d95c000b.js → EpChip-75b64fd5.js} +1 -1
  10. package/dist/EpContentSlider-5f4ed454.js +5 -0
  11. package/dist/EpDivider-05f71886.js +5 -0
  12. package/dist/EpEdu-b7e92524.js +5 -0
  13. package/dist/EpFlex-f7103829.js +5 -0
  14. package/dist/EpHeader-564a55a0.js +5 -0
  15. package/dist/{EpIcon-f4b4bc40.js → EpIcon-5c184634.js} +1 -1
  16. package/dist/EpIframe-e47cdf06.js +5 -0
  17. package/dist/EpImg-4ac885e3.js +5 -0
  18. package/dist/{EpInput-52bd7c29.js → EpInput-81ae2a5e.js} +1 -1
  19. package/dist/EpLineChart-468b3ed7.js +5 -0
  20. package/dist/EpLink-9f599e06.js +5 -0
  21. package/dist/EpLinkVersion-9a5026a6.js +5 -0
  22. package/dist/EpModal-8208c45a.js +5 -0
  23. package/dist/{EpNothing-ee1a3764.js → EpNothing-2c04e40e.js} +1 -1
  24. package/dist/EpPieChart-0b7f0752.js +5 -0
  25. package/dist/EpQuestion-f5c0082f.js +5 -0
  26. package/dist/EpQuote-c51e2778.js +5 -0
  27. package/dist/EpRadio-edd52b6b.js +5 -0
  28. package/dist/EpReading-19d5e14b.js +5 -0
  29. package/dist/EpResource-d05a5a4a.js +5 -0
  30. package/dist/EpScope-e4c2d014.js +5 -0
  31. package/dist/EpSection-97392b3b.js +5 -0
  32. package/dist/{EpSelect-3bb3ebfb.js → EpSelect-0bc80667.js} +1 -1
  33. package/dist/EpSkeleton-9542d360.js +10 -0
  34. package/dist/EpSoftware-3c6dce6e.js +5 -0
  35. package/dist/EpSpinner-d47f52b4.js +5 -0
  36. package/dist/EpSvg-c08f08c7.js +5 -0
  37. package/dist/EpTable-15f79011.js +5 -0
  38. package/dist/EpTerm-892a5db3.js +5 -0
  39. package/dist/EpText-466d34a5.js +5 -0
  40. package/dist/EpTimeLine-7c0f2078.js +5 -0
  41. package/dist/EpVideo-ddedb1ac.js +5 -0
  42. package/dist/EpVideoPanopto-2d7bdf5f.js +5 -0
  43. package/dist/components/basics/EpBadge.vue.d.ts +9 -9
  44. package/dist/components/basics/EpBtn.vue.d.ts +11 -11
  45. package/dist/components/basics/EpDivider.vue.d.ts +9 -9
  46. package/dist/components/basics/EpImg.vue.d.ts +4 -4
  47. package/dist/components/basics/EpSection.vue.d.ts +6 -6
  48. package/dist/components/basics/EpSpinner.vue.d.ts +9 -9
  49. package/dist/components/charts/EpBarChart.vue.d.ts +6 -6
  50. package/dist/components/charts/EpLineChart.vue.d.ts +6 -6
  51. package/dist/components/charts/EpPieChart.vue.d.ts +6 -6
  52. package/dist/components/educationals/EpResource.vue.d.ts +5 -5
  53. package/dist/components/forms/EpCheckbox.vue.d.ts +9 -9
  54. package/dist/components/forms/EpInput.vue.d.ts +26 -26
  55. package/dist/components/forms/EpRadio.vue.d.ts +18 -18
  56. package/dist/components/forms/EpSelect.vue.d.ts +17 -17
  57. package/dist/components/forms/EpSwitch.vue.d.ts +18 -18
  58. package/dist/components/forms/EpTextarea.vue.d.ts +18 -18
  59. package/dist/components/forms/EpToggle.vue.d.ts +18 -18
  60. package/dist/components/interactions/EpAccordeon.vue.d.ts +3 -3
  61. package/dist/components/medias/EpSoftware.vue.d.ts +6 -6
  62. package/dist/components/medias/EpSvg.vue.d.ts +11 -1
  63. package/dist/components/medias/EpTerm.vue.d.ts +0 -9
  64. package/dist/components/signages/EpAlert.vue.d.ts +3 -3
  65. package/dist/components/signages/EpSkeleton.vue.d.ts +2 -0
  66. package/dist/components/tools/TimelineItem.vue.d.ts +9 -0
  67. package/dist/composables/useIcons.d.ts +3 -0
  68. package/dist/ep-lib-ts.js +1 -1
  69. package/dist/ep-lib-ts.umd.cjs +36 -32
  70. package/dist/{index-58100a64.js → index-78ac7d74.js} +4544 -4491
  71. package/dist/style.css +1 -1
  72. package/dist/types/Accordeon.d.ts +4 -0
  73. package/dist/types/Alert.d.ts +4 -0
  74. package/package.json +2 -2
  75. package/src/components/basics/EpImg.vue +1 -1
  76. package/src/components/basics/EpText.vue +23 -13
  77. package/src/components/interactions/EpContentSlider.vue +3 -2
  78. package/src/components/medias/EpSvg.vue +29 -6
  79. package/src/components/medias/EpTerm.vue +32 -24
  80. package/src/components/medias/EpTimeLine.vue +53 -46
  81. package/src/components/signages/EpSkeleton.vue +17 -0
  82. package/src/components/tools/TimelineItem.vue +3 -3
  83. package/dist/BgAudio-9c7c57a7.js +0 -5
  84. package/dist/DisplayBox-c282fff4.js +0 -5
  85. package/dist/EpAlert-a64aea08.js +0 -5
  86. package/dist/EpAudio-32aaf084.js +0 -5
  87. package/dist/EpBadge-8380fcc2.js +0 -5
  88. package/dist/EpBarChart-3f81608e.js +0 -5
  89. package/dist/EpBtn-0c842202.js +0 -5
  90. package/dist/EpCard-700fe5e3.js +0 -5
  91. package/dist/EpContentSlider-d8752e6e.js +0 -5
  92. package/dist/EpDivider-a32e0177.js +0 -5
  93. package/dist/EpEdu-9d26836d.js +0 -5
  94. package/dist/EpFlex-59716f0c.js +0 -5
  95. package/dist/EpHeader-f168320a.js +0 -5
  96. package/dist/EpIframe-27a236f3.js +0 -5
  97. package/dist/EpImg-00828689.js +0 -5
  98. package/dist/EpLineChart-67012b1e.js +0 -5
  99. package/dist/EpLink-fc45197a.js +0 -5
  100. package/dist/EpLinkVersion-13183ab8.js +0 -5
  101. package/dist/EpModal-5bff1fb8.js +0 -5
  102. package/dist/EpPieChart-5e1350b8.js +0 -5
  103. package/dist/EpQuestion-ca5ebab1.js +0 -5
  104. package/dist/EpQuote-51d82a92.js +0 -5
  105. package/dist/EpRadio-34d4b2f1.js +0 -5
  106. package/dist/EpReading-15024973.js +0 -5
  107. package/dist/EpResource-d4402841.js +0 -5
  108. package/dist/EpScope-e03422df.js +0 -5
  109. package/dist/EpSection-07e69719.js +0 -5
  110. package/dist/EpSoftware-bf127112.js +0 -5
  111. package/dist/EpSpinner-6675a594.js +0 -5
  112. package/dist/EpSvg-26494cb6.js +0 -5
  113. package/dist/EpTable-4a80c53e.js +0 -5
  114. package/dist/EpTerm-681f1cec.js +0 -5
  115. package/dist/EpText-7636f01e.js +0 -5
  116. package/dist/EpTimeLine-3c329159.js +0 -5
  117. package/dist/EpVideo-0f779d99.js +0 -5
  118. package/dist/EpVideoPanopto-ee435c19.js +0 -5
@@ -8,9 +8,6 @@ declare const _default: import("vue").DefineComponent<{
8
8
  type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
9
9
  default: string;
10
10
  };
11
- version: {
12
- type: import("vue").PropType<string>;
13
- };
14
11
  mandateLevel: {
15
12
  type: import("vue").PropType<string | MandateLevel | null>;
16
13
  };
@@ -36,6 +33,9 @@ declare const _default: import("vue").DefineComponent<{
36
33
  type: import("vue").PropType<boolean>;
37
34
  default: boolean;
38
35
  };
36
+ version: {
37
+ type: import("vue").PropType<string>;
38
+ };
39
39
  labelCard: {
40
40
  type: import("vue").PropType<string>;
41
41
  };
@@ -48,9 +48,6 @@ declare const _default: import("vue").DefineComponent<{
48
48
  type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
49
49
  default: string;
50
50
  };
51
- version: {
52
- type: import("vue").PropType<string>;
53
- };
54
51
  mandateLevel: {
55
52
  type: import("vue").PropType<string | MandateLevel | null>;
56
53
  };
@@ -76,6 +73,9 @@ declare const _default: import("vue").DefineComponent<{
76
73
  type: import("vue").PropType<boolean>;
77
74
  default: boolean;
78
75
  };
76
+ version: {
77
+ type: import("vue").PropType<string>;
78
+ };
79
79
  labelCard: {
80
80
  type: import("vue").PropType<string>;
81
81
  };
@@ -9,6 +9,10 @@ declare const _default: import("vue").DefineComponent<{
9
9
  type: {
10
10
  type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
11
11
  };
12
+ cols: {
13
+ type: import("vue").PropType<string | number>;
14
+ default: string;
15
+ };
12
16
  content: {
13
17
  type: import("vue").PropType<string>;
14
18
  };
@@ -25,11 +29,17 @@ declare const _default: import("vue").DefineComponent<{
25
29
  type: {
26
30
  type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
27
31
  };
32
+ cols: {
33
+ type: import("vue").PropType<string | number>;
34
+ default: string;
35
+ };
28
36
  content: {
29
37
  type: import("vue").PropType<string>;
30
38
  };
31
39
  mandateLevel: {
32
40
  type: import("vue").PropType<string | MandateLevel | null>;
33
41
  };
34
- }>>, {}, {}>;
42
+ }>>, {
43
+ cols: string | number;
44
+ }, {}>;
35
45
  export default _default;
@@ -28,10 +28,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
28
28
  type: import("vue").PropType<string>;
29
29
  default: string;
30
30
  };
31
- idrelation: {
32
- type: import("vue").PropType<string>;
33
- default: string;
34
- };
35
31
  labelClose: {
36
32
  type: import("vue").PropType<string>;
37
33
  default: string;
@@ -66,10 +62,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
66
62
  type: import("vue").PropType<string>;
67
63
  default: string;
68
64
  };
69
- idrelation: {
70
- type: import("vue").PropType<string>;
71
- default: string;
72
- };
73
65
  labelClose: {
74
66
  type: import("vue").PropType<string>;
75
67
  default: string;
@@ -78,7 +70,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
78
70
  term: string;
79
71
  variations: string;
80
72
  relations: string;
81
- idrelation: string;
82
73
  labelClose: string;
83
74
  }, {}>, {
84
75
  default?(_: {}): any;
@@ -11,7 +11,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
11
11
  default: null;
12
12
  };
13
13
  type: {
14
- type: import("vue").PropType<"base" | "info" | "warning" | "success" | "error" | "question" | "tip" | OldType>;
14
+ type: import("vue").PropType<"base" | "info" | "warning" | "success" | "error" | "question" | "Question" | "tip" | OldType>;
15
15
  default: string;
16
16
  };
17
17
  outlined: {
@@ -31,7 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
31
31
  default: null;
32
32
  };
33
33
  type: {
34
- type: import("vue").PropType<"base" | "info" | "warning" | "success" | "error" | "question" | "tip" | OldType>;
34
+ type: import("vue").PropType<"base" | "info" | "warning" | "success" | "error" | "question" | "Question" | "tip" | OldType>;
35
35
  default: string;
36
36
  };
37
37
  outlined: {
@@ -47,7 +47,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
47
47
  };
48
48
  }>>, {
49
49
  title: string | null;
50
- type: "base" | "info" | "warning" | "success" | "error" | "question" | "tip" | OldType;
50
+ type: "base" | "info" | "warning" | "success" | "error" | "question" | "Question" | "tip" | OldType;
51
51
  outlined: boolean;
52
52
  noIcon: boolean;
53
53
  }, {}>, {
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -11,6 +11,10 @@ declare const _default: import("vue").DefineComponent<{
11
11
  type: import("vue").PropType<EventTimeLine>;
12
12
  required: true;
13
13
  };
14
+ collapse: {
15
+ type: import("vue").PropType<boolean>;
16
+ default: boolean;
17
+ };
14
18
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
15
19
  title: {
16
20
  type: import("vue").PropType<string | null>;
@@ -23,7 +27,12 @@ declare const _default: import("vue").DefineComponent<{
23
27
  type: import("vue").PropType<EventTimeLine>;
24
28
  required: true;
25
29
  };
30
+ collapse: {
31
+ type: import("vue").PropType<boolean>;
32
+ default: boolean;
33
+ };
26
34
  }>>, {
27
35
  title: string | null;
36
+ collapse: boolean;
28
37
  }, {}>;
29
38
  export default _default;
@@ -17,6 +17,9 @@ export declare const useIcons: {
17
17
  question: {
18
18
  icon: string;
19
19
  };
20
+ Question: {
21
+ icon: string;
22
+ };
20
23
  tip: {
21
24
  icon: string;
22
25
  };
package/dist/ep-lib-ts.js CHANGED
@@ -1,4 +1,4 @@
1
- import { N as E, I as e, z as o, c as r, o as i, d as n, e as t, P as d, f as C, w as c, g as l, r as m, h as u, J as S, i as g, A as h, j as x, Q as T, p as f, B as A, C as B, x as I, q as L, y as b, K as k, b as P, s as Q, t as V, k as v, D as w, l as D, E as F, m as H, O as K, _ as R, n as j, F as q, G as y, H as z } from "./index-58100a64.js";
1
+ import { N as E, I as e, z as o, c as r, o as i, d as n, e as t, P as d, f as C, w as c, g as l, r as m, h as u, J as S, i as g, A as h, j as x, Q as T, p as f, B as A, C as B, x as I, q as L, y as b, K as k, b as P, s as Q, t as V, k as v, D as w, l as D, E as F, m as H, O as K, _ as R, n as j, F as q, G as y, H as z } from "./index-78ac7d74.js";
2
2
  import "vue";
3
3
  export {
4
4
  E as EpAccordeon,