ep-lib-ts 0.1.14 → 0.1.16

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 (138) hide show
  1. package/dist/BgAudio-fdecbff9.js +5 -0
  2. package/dist/DisplayBox-65e9eca6.js +5 -0
  3. package/dist/EpAlert-a0be5833.js +5 -0
  4. package/dist/EpAudio-8b3e9bc6.js +5 -0
  5. package/dist/EpBadge-7c355f64.js +5 -0
  6. package/dist/EpBarChart-4f9cf4a5.js +5 -0
  7. package/dist/EpBtn-e272db29.js +5 -0
  8. package/dist/EpCard-84ed498b.js +5 -0
  9. package/dist/EpCheckbox-fe632df9.js +36 -0
  10. package/dist/EpChip-41ef9cda.js +5 -0
  11. package/dist/EpContentSlider-fa83c239.js +5 -0
  12. package/dist/EpDivider-782f1320.js +5 -0
  13. package/dist/EpEdu-254592e7.js +5 -0
  14. package/dist/EpFlex-3fd43ac8.js +5 -0
  15. package/dist/EpHeader-36c94e1d.js +5 -0
  16. package/dist/EpIcon-b1dab9c7.js +5 -0
  17. package/dist/EpIframe-0ef6462c.js +5 -0
  18. package/dist/EpImg-a67494ab.js +5 -0
  19. package/dist/EpInput-7d0ace96.js +1171 -0
  20. package/dist/EpLineChart-0875318d.js +5 -0
  21. package/dist/EpLink-ae14268f.js +5 -0
  22. package/dist/EpLinkVersion-d2a66536.js +5 -0
  23. package/dist/EpModal-e7752c3a.js +5 -0
  24. package/dist/EpNothing-89192a65.js +10 -0
  25. package/dist/EpPieChart-a5c2b324.js +5 -0
  26. package/dist/EpQuestion-978df44b.js +5 -0
  27. package/dist/EpQuote-cf643027.js +5 -0
  28. package/dist/EpRadio-68bd99f6.js +5 -0
  29. package/dist/EpReading-8d0cd235.js +5 -0
  30. package/dist/EpResource-c2bda168.js +5 -0
  31. package/dist/EpScope-c32ba4f3.js +5 -0
  32. package/dist/EpSection-f86df6e5.js +5 -0
  33. package/dist/EpSelect-20303cb9.js +31 -0
  34. package/dist/EpSoftware-8d7db7e7.js +5 -0
  35. package/dist/EpSpinner-1f81811b.js +5 -0
  36. package/dist/EpSvg-a5f79222.js +5 -0
  37. package/dist/EpSwitch-1eaf9d3f.js +44 -0
  38. package/dist/EpTable-22a1b1a2.js +5 -0
  39. package/dist/EpTerm-37c870cd.js +5 -0
  40. package/dist/EpText-5337f1b1.js +5 -0
  41. package/dist/EpTextarea-67f751e9.js +41 -0
  42. package/dist/EpTimeLine-c4d0e6f5.js +5 -0
  43. package/dist/EpToggle-9755056a.js +44 -0
  44. package/dist/EpVideo-7fe796f2.js +5 -0
  45. package/dist/EpVideoPanopto-d5bfe806.js +5 -0
  46. package/dist/components/basics/EpBadge.vue.d.ts +38 -0
  47. package/dist/components/basics/EpBtn.vue.d.ts +108 -0
  48. package/dist/components/basics/EpCard.vue.d.ts +95 -0
  49. package/dist/components/basics/EpChip.vue.d.ts +72 -0
  50. package/dist/components/basics/EpDivider.vue.d.ts +51 -0
  51. package/dist/components/basics/EpFlex.vue.d.ts +9 -0
  52. package/dist/components/basics/EpIcon.vue.d.ts +37 -0
  53. package/dist/components/basics/EpImg.vue.d.ts +79 -0
  54. package/dist/components/basics/EpSection.vue.d.ts +84 -0
  55. package/dist/components/basics/EpSpinner.vue.d.ts +41 -0
  56. package/dist/components/basics/EpTable.vue.d.ts +24 -0
  57. package/dist/components/basics/EpText.vue.d.ts +34 -0
  58. package/dist/components/charts/EpBarChart.vue.d.ts +82 -0
  59. package/dist/components/charts/EpLineChart.vue.d.ts +82 -0
  60. package/dist/components/charts/EpPieChart.vue.d.ts +76 -0
  61. package/dist/components/educationals/EpEdu.vue.d.ts +81 -0
  62. package/dist/components/educationals/EpReading.vue.d.ts +152 -0
  63. package/dist/components/educationals/EpResource.vue.d.ts +35 -0
  64. package/dist/components/educationals/EpScope.vue.d.ts +23 -0
  65. package/dist/components/forms/EpCheckbox.vue.d.ts +72 -0
  66. package/dist/components/forms/EpInput.vue.d.ts +98 -0
  67. package/dist/components/forms/EpRadio.vue.d.ts +69 -0
  68. package/dist/components/forms/EpSelect.vue.d.ts +83 -0
  69. package/dist/components/forms/EpSwitch.vue.d.ts +81 -0
  70. package/dist/components/forms/EpTextarea.vue.d.ts +90 -0
  71. package/dist/components/forms/EpToggle.vue.d.ts +81 -0
  72. package/dist/components/interactions/EpAccordeon.vue.d.ts +54 -0
  73. package/dist/components/interactions/EpContentSlider.vue.d.ts +13 -0
  74. package/dist/components/interactions/EpModal.vue.d.ts +70 -0
  75. package/dist/components/interactions/EpQuestion.vue.d.ts +91 -0
  76. package/dist/components/interactions/EpTabs.vue.d.ts +2 -0
  77. package/dist/components/medias/EpAudio.vue.d.ts +74 -0
  78. package/dist/components/medias/EpCarousel.vue.d.ts +41 -0
  79. package/dist/components/medias/EpIframe.vue.d.ts +58 -0
  80. package/dist/components/medias/EpKatex.vue.d.ts +52 -0
  81. package/dist/components/medias/EpLink.vue.d.ts +74 -0
  82. package/dist/components/medias/EpLinkVersion.vue.d.ts +37 -0
  83. package/dist/components/medias/EpSoftware.vue.d.ts +89 -0
  84. package/dist/components/medias/EpSvg.vue.d.ts +35 -0
  85. package/dist/components/medias/EpTerm.vue.d.ts +91 -0
  86. package/dist/components/medias/EpTimeLine.vue.d.ts +32 -0
  87. package/dist/components/medias/EpVideo.vue.d.ts +65 -0
  88. package/dist/components/medias/EpVideoPanopto.vue.d.ts +65 -0
  89. package/dist/components/signages/EpAlert.vue.d.ts +61 -0
  90. package/dist/components/signages/EpHeader.vue.d.ts +105 -0
  91. package/dist/components/signages/EpNothing.vue.d.ts +2 -0
  92. package/dist/components/signages/EpQuote.vue.d.ts +39 -0
  93. package/dist/components/tools/BgAudio.vue.d.ts +14 -0
  94. package/dist/components/tools/DisplayBox.vue.d.ts +17 -0
  95. package/dist/components/tools/SvgFilter.vue.d.ts +2 -0
  96. package/dist/components/tools/TimelineItem.vue.d.ts +29 -0
  97. package/dist/composables/isHtml.d.ts +1 -0
  98. package/dist/composables/useColors.d.ts +1 -0
  99. package/dist/composables/useComponent.d.ts +6 -0
  100. package/dist/composables/useIcons.d.ts +23 -0
  101. package/dist/composables/useMarkdown.d.ts +1 -0
  102. package/dist/composables/useRenderText.d.ts +1 -0
  103. package/dist/ep-lib-ts.js +43 -0
  104. package/dist/ep-lib-ts.umd.cjs +348 -0
  105. package/dist/index-c413caa3.js +19381 -0
  106. package/dist/index.d.ts +40 -0
  107. package/dist/main.d.ts +0 -0
  108. package/dist/router.d.ts +2 -0
  109. package/dist/style.css +1 -0
  110. package/dist/types/Accordeon.d.ts +43 -0
  111. package/dist/types/Alert.d.ts +31 -0
  112. package/dist/types/Answer.d.ts +15 -0
  113. package/dist/types/Border.d.ts +2 -0
  114. package/dist/types/Btn.d.ts +41 -0
  115. package/dist/types/Card.d.ts +6 -0
  116. package/dist/types/Chip.d.ts +41 -0
  117. package/dist/types/MandateLevel.d.ts +5 -0
  118. package/dist/types/MediaCarousel.d.ts +7 -0
  119. package/dist/types/Medias.d.ts +11 -0
  120. package/dist/types/Radio.d.ts +11 -0
  121. package/dist/types/Slides.d.ts +15 -0
  122. package/dist/types/TimeLine.d.ts +124 -0
  123. package/dist/vite.svg +1 -0
  124. package/package.json +3 -3
  125. package/src/components/basics/EpCard.vue +0 -1
  126. package/src/components/basics/EpText.vue +7 -4
  127. package/src/components/charts/EpPieChart.vue +72 -4
  128. package/src/components/interactions/EpAccordeon.vue +14 -12
  129. package/src/components/interactions/EpContentSlider.vue +108 -5
  130. package/src/components/interactions/EpModal.vue +1 -1
  131. package/src/components/medias/EpCarousel.vue +1 -1
  132. package/src/components/medias/EpLink.vue +12 -11
  133. package/src/components/medias/EpSvg.vue +42 -3
  134. package/src/components/medias/EpTerm.vue +29 -14
  135. package/src/components/medias/EpTimeLine.vue +19 -17
  136. package/src/components/signages/EpHeader.vue +44 -93
  137. package/src/components/tools/DisplayBox.vue +2 -2
  138. package/src/components/tools/SvgFilter.vue +220 -0
@@ -0,0 +1,220 @@
1
+ <template>
2
+ <svg class="duotone-filters" xmlns="http://www.w3.org/2000/svg">
3
+ <filter id="duotone-bluered">
4
+ <feColorMatrix type="matrix" result="grayscale"
5
+ values="1 0 0 0 0
6
+ 1 0 0 0 0
7
+ 1 0 0 0 0
8
+ 0 0 0 1 0" >
9
+ </feColorMatrix>
10
+ <feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
11
+ <feFuncR type="table" tableValues="0.0 0.9608"></feFuncR>
12
+ <feFuncG type="table" tableValues="0.2784 0.2627"></feFuncG>
13
+ <feFuncB type="table" tableValues="0.5255 0.2118"></feFuncB>
14
+ <feFuncA type="table" tableValues="0 1"></feFuncA>
15
+ </feComponentTransfer>
16
+ </filter>
17
+
18
+ <filter id="duotone-dark-blue">
19
+ <feColorMatrix type="matrix" result="gray"
20
+ values="0.2126 0.7152 0.0722 0 0
21
+ 0.2126 0.7152 0.0722 0 0
22
+ 0.2126 0.7152 0.0722 0 0
23
+ 0 0 0 1 0" >
24
+ </feColorMatrix>
25
+
26
+ <feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
27
+ <feFuncR type="table" tableValues="0.003921568627 0.007843137255"></feFuncR>
28
+ <feFuncG type="table" tableValues="0.1568627451 0.3803921569"></feFuncG>
29
+ <feFuncB type="table" tableValues="0.2352941176 0.5725490196"></feFuncB>
30
+ <feFuncA type="table" tableValues="0 1"></feFuncA>
31
+ </feComponentTransfer>
32
+ </filter>
33
+
34
+ <filter id="duotone-blue">
35
+ <feColorMatrix type="matrix" result="gray"
36
+ values="1 0 0 0 0
37
+ 1 0 0 0 0
38
+ 1 0 0 0 0
39
+ 0 0 0 1 0" >
40
+ </feColorMatrix>
41
+
42
+ <feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
43
+ <feFuncR type="table" tableValues="0 0.9411764706"></feFuncR>
44
+ <feFuncG type="table" tableValues="0.1411764706 0.937254902"></feFuncG>
45
+ <feFuncB type="table" tableValues="0.2117647059 0.8823529412"></feFuncB>
46
+ <feFuncA type="table" tableValues="0 1"></feFuncA>
47
+ </feComponentTransfer>
48
+ </filter>
49
+
50
+ <filter id="duotone-dark-blue">
51
+ <feColorMatrix type="matrix" result="gray"
52
+ values="0.35 0 0 0 0
53
+ 0.35 0 0 0 0
54
+ 0.35 0 0 0 0
55
+ 0 0 0 0 1" >
56
+ </feColorMatrix>
57
+
58
+ <!-- <feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
59
+ <feFuncR type="table" tableValues="0.049 0.906"></feFuncR>
60
+ <feFuncG type="table" tableValues="0.357 0.978"></feFuncG>
61
+ <feFuncB type="table" tableValues="0.945 1"></feFuncB>
62
+ <feFuncA type="table" tableValues="0 1"></feFuncA>
63
+ </feComponentTransfer> -->
64
+ <feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
65
+ <feFuncR type="table" tableValues="0.0 1"></feFuncR>
66
+ <feFuncG type="table" tableValues="0.2784 1"></feFuncG>
67
+ <feFuncB type="table" tableValues="0.5255 1"></feFuncB>
68
+ <feFuncA type="table" tableValues="0 1"></feFuncA>
69
+ </feComponentTransfer>
70
+ </filter>
71
+
72
+ <filter id="duotone-blue-invert">
73
+ <feColorMatrix type="matrix" result="gray"
74
+ values="0.95 0 0 0 0
75
+ 0.95 0 0 0 0
76
+ 0.95 0 0 0 0
77
+ 0 0 0 0 1" >
78
+ </feColorMatrix>
79
+
80
+ <feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
81
+ <feFuncR type="table" tableValues="1 0"></feFuncR>
82
+ <feFuncG type="table" tableValues="1 0.2784"></feFuncG>
83
+ <feFuncB type="table" tableValues="1 0.5255"></feFuncB>
84
+ <feFuncA type="table" tableValues="0 1"></feFuncA>
85
+ </feComponentTransfer>
86
+ </filter>
87
+
88
+ <filter id="duotone-green">
89
+ <feColorMatrix type="matrix" result="gray"
90
+ values="0.35 0 0 0 0
91
+ 0.35 0 0 0 0
92
+ 0.35 0 0 0 0
93
+ 0 0 0 1 0" >
94
+ </feColorMatrix>
95
+
96
+ <feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
97
+ <feFuncR type="table" tableValues="0.1843 1"></feFuncR>
98
+ <feFuncG type="table" tableValues="0.4902 1"></feFuncG>
99
+ <feFuncB type="table" tableValues="0.1961 1"></feFuncB>
100
+ <feFuncA type="table" tableValues="0 1"></feFuncA>
101
+ </feComponentTransfer>
102
+ </filter>
103
+
104
+ <filter id="duotone-dark-green">
105
+ <feColorMatrix type="matrix" result="gray"
106
+ values="0.15 0 0 0 0
107
+ 0.35 0 0 0 0
108
+ 0.15 0 0 0 0
109
+ 0 0 0 1 0" >
110
+ </feColorMatrix>
111
+
112
+ <feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
113
+ <feFuncR type="table" tableValues="0.2000 1"></feFuncR>
114
+ <feFuncG type="table" tableValues="0.4902 1"></feFuncG>
115
+ <feFuncB type="table" tableValues="0.2000 1"></feFuncB>
116
+ <feFuncA type="table" tableValues="0 1"></feFuncA>
117
+ </feComponentTransfer>
118
+ </filter>
119
+
120
+ <filter id="duotone-yellow">
121
+ <feColorMatrix type="matrix" result="gray"
122
+ values="1 0 0 0 0
123
+ 1 0 0 0 0
124
+ 1 0 0 0 0
125
+ 0 0 0 1 0" >
126
+ </feColorMatrix>
127
+
128
+ <feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
129
+ <feFuncR type="table" tableValues="0.9765 0.996"></feFuncR>
130
+ <feFuncG type="table" tableValues="0.6588 0.918"></feFuncG>
131
+ <feFuncB type="table" tableValues="0.1451 0.624"></feFuncB>
132
+ <feFuncA type="table" tableValues="0 1"></feFuncA>
133
+ </feComponentTransfer>
134
+ </filter>
135
+
136
+ <filter id="duotone-red">
137
+ <feColorMatrix type="matrix" result="gray"
138
+ values="0.25 0 0 0 0
139
+ 0.25 0 0 0 0
140
+ 0.25 0 0 0 0
141
+ 0 0 0 1 0" >
142
+ </feColorMatrix>
143
+
144
+ <feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
145
+ <feFuncR type="table" tableValues="0.7765 1"></feFuncR>
146
+ <feFuncG type="table" tableValues="0.1569 1"></feFuncG>
147
+ <feFuncB type="table" tableValues="0.1569 1"></feFuncB>
148
+ <feFuncA type="table" tableValues="0 1"></feFuncA>
149
+ </feComponentTransfer>
150
+ </filter>
151
+
152
+ <filter id="duotone-blue-red">
153
+ <feColorMatrix type="matrix" result="grayscale"
154
+ values="1 0 0 0 0
155
+ 1 0 0 0 0
156
+ 1 0 0 0 0
157
+ 0 0 0 1 0" >
158
+ </feColorMatrix>
159
+ <feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
160
+ <feFuncR type="table" tableValues="0.9608 0.0"></feFuncR>
161
+ <feFuncG type="table" tableValues="0.2627 0.2784"></feFuncG>
162
+ <feFuncB type="table" tableValues="0.2118 0.5255"></feFuncB>
163
+ <feFuncA type="table" tableValues="0 1"></feFuncA>
164
+ </feComponentTransfer>
165
+ </filter>
166
+
167
+ <filter id="duotone-blue-green">
168
+ <feColorMatrix type="matrix" result="grayscale"
169
+ values="1 0 0 0 0
170
+ 1 0 0 0 0
171
+ 1 0 0 0 0
172
+ 0 0 0 1 0" >
173
+ </feColorMatrix>
174
+ <!-- <feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
175
+ <feFuncR type="table" tableValues="0.049 0.396"></feFuncR>
176
+ <feFuncG type="table" tableValues="0.357 0.669"></feFuncG>
177
+ <feFuncB type="table" tableValues="0.945 0"></feFuncB>
178
+ <feFuncA type="table" tableValues="0 1"></feFuncA>
179
+ </feComponentTransfer> -->
180
+ <feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
181
+ <feFuncR type="table" tableValues="0.1020 0.2980"></feFuncR>
182
+ <feFuncG type="table" tableValues="0.4627 0.6863"></feFuncG>
183
+ <feFuncB type="table" tableValues="0.8235 0.3137"></feFuncB>
184
+ <feFuncA type="table" tableValues="0 1"></feFuncA>
185
+ </feComponentTransfer>
186
+ </filter>
187
+
188
+ <filter id="duotone-green-yellow">
189
+ <feColorMatrix type="matrix" result="grayscale"
190
+ values="0.75 0 0 0 0
191
+ 0.75 0 0 0 0
192
+ 0.75 0 0 0 0
193
+ 0 0 0 1 0" >
194
+ </feColorMatrix>
195
+ <feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
196
+ <feFuncR type="table" tableValues="0.1059 0.9843 "></feFuncR>
197
+ <feFuncG type="table" tableValues="0.3686 0.7529 "></feFuncG>
198
+ <feFuncB type="table" tableValues="0.1255 0.1804"></feFuncB>
199
+ <feFuncA type="table" tableValues="0 1"></feFuncA>
200
+ </feComponentTransfer>
201
+ </filter>
202
+
203
+ <filter id="duotone-yellow-red">
204
+ <feColorMatrix type="matrix" result="grayscale"
205
+ values="1 0 0 0 0
206
+ 1 0 0 0 0
207
+ 1 0 0 0 0
208
+ 0 0 0 1 0" >
209
+ </feColorMatrix>
210
+ <feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
211
+ <feFuncR type="table" tableValues="0.7765 0.9765"></feFuncR>
212
+ <feFuncG type="table" tableValues="0.1569 0.6588"></feFuncG>
213
+ <feFuncB type="table" tableValues="0.1569 0.1451"></feFuncB>
214
+ <feFuncA type="table" tableValues="0 1"></feFuncA>
215
+ </feComponentTransfer>
216
+ </filter>
217
+
218
+ </svg>
219
+ </template>
220
+