ep-lib-ts 1.0.59 → 1.0.60

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 (786) hide show
  1. package/dist/_virtual/_plugin-vue_export-helper.js +8 -6
  2. package/dist/_virtual/_plugin-vue_export-helper.js.map +1 -0
  3. package/dist/_virtual/dynamic-import-helper.js +7 -5
  4. package/dist/_virtual/dynamic-import-helper.js.map +1 -0
  5. package/dist/assets/ep-lib-ts.css +235 -0
  6. package/dist/components/basics/EpAvatar.vue.js +45 -19
  7. package/dist/components/basics/EpAvatar.vue.js.map +1 -0
  8. package/dist/components/basics/EpAvatar.vue2.js +3 -2
  9. package/dist/components/basics/EpAvatar.vue2.js.map +1 -0
  10. package/dist/components/basics/EpBadge.vue.js +3 -2
  11. package/dist/components/basics/EpBadge.vue.js.map +1 -0
  12. package/dist/components/basics/EpBadge.vue2.js +21 -12
  13. package/dist/components/basics/EpBadge.vue2.js.map +1 -0
  14. package/dist/components/basics/EpBtn.vue.js +81 -55
  15. package/dist/components/basics/EpBtn.vue.js.map +1 -0
  16. package/dist/components/basics/EpBtn.vue2.js +3 -2
  17. package/dist/components/basics/EpBtn.vue2.js.map +1 -0
  18. package/dist/components/basics/EpCard.vue.js +107 -56
  19. package/dist/components/basics/EpCard.vue.js.map +1 -0
  20. package/dist/components/basics/EpCard.vue2.js +3 -2
  21. package/dist/components/basics/EpCard.vue2.js.map +1 -0
  22. package/dist/components/basics/EpChip.vue.js +55 -34
  23. package/dist/components/basics/EpChip.vue.js.map +1 -0
  24. package/dist/components/basics/EpChip.vue2.js +3 -2
  25. package/dist/components/basics/EpChip.vue2.js.map +1 -0
  26. package/dist/components/basics/EpDivider.vue.js +22 -10
  27. package/dist/components/basics/EpDivider.vue.js.map +1 -0
  28. package/dist/components/basics/EpDivider.vue2.js +3 -2
  29. package/dist/components/basics/EpDivider.vue2.js.map +1 -0
  30. package/dist/components/basics/EpFlex.vue.js +11 -7
  31. package/dist/components/basics/EpFlex.vue.js.map +1 -0
  32. package/dist/components/basics/EpFlex.vue2.js +3 -2
  33. package/dist/components/basics/EpFlex.vue2.js.map +1 -0
  34. package/dist/components/basics/EpHover.vue.js +38 -23
  35. package/dist/components/basics/EpHover.vue.js.map +1 -0
  36. package/dist/components/basics/EpHover.vue2.js +3 -2
  37. package/dist/components/basics/EpHover.vue2.js.map +1 -0
  38. package/dist/components/basics/EpHoverCard.vue.js +104 -60
  39. package/dist/components/basics/EpHoverCard.vue.js.map +1 -0
  40. package/dist/components/basics/EpHoverCard.vue2.js +3 -2
  41. package/dist/components/basics/EpHoverCard.vue2.js.map +1 -0
  42. package/dist/components/basics/EpIcon.vue.js +21 -15
  43. package/dist/components/basics/EpIcon.vue.js.map +1 -0
  44. package/dist/components/basics/EpIcon.vue2.js +3 -2
  45. package/dist/components/basics/EpIcon.vue2.js.map +1 -0
  46. package/dist/components/basics/EpImg.vue.js +184 -141
  47. package/dist/components/basics/EpImg.vue.js.map +1 -0
  48. package/dist/components/basics/EpImg.vue2.js +3 -2
  49. package/dist/components/basics/EpImg.vue2.js.map +1 -0
  50. package/dist/components/basics/EpImgCarousel.vue.js +135 -97
  51. package/dist/components/basics/EpImgCarousel.vue.js.map +1 -0
  52. package/dist/components/basics/EpImgCarousel.vue2.js +3 -2
  53. package/dist/components/basics/EpImgCarousel.vue2.js.map +1 -0
  54. package/dist/components/basics/EpList.vue.js +10 -8
  55. package/dist/components/basics/EpList.vue.js.map +1 -0
  56. package/dist/components/basics/EpListItem.vue.js +43 -22
  57. package/dist/components/basics/EpListItem.vue.js.map +1 -0
  58. package/dist/components/basics/EpListItem.vue2.js +3 -2
  59. package/dist/components/basics/EpListItem.vue2.js.map +1 -0
  60. package/dist/components/basics/EpSection.vue.js +75 -52
  61. package/dist/components/basics/EpSection.vue.js.map +1 -0
  62. package/dist/components/basics/EpSection.vue2.js +3 -2
  63. package/dist/components/basics/EpSection.vue2.js.map +1 -0
  64. package/dist/components/basics/EpSectionCols.vue.js +92 -67
  65. package/dist/components/basics/EpSectionCols.vue.js.map +1 -0
  66. package/dist/components/basics/EpSectionCols.vue2.js +3 -2
  67. package/dist/components/basics/EpSectionCols.vue2.js.map +1 -0
  68. package/dist/components/basics/EpSpinner.vue.js +120 -109
  69. package/dist/components/basics/EpSpinner.vue.js.map +1 -0
  70. package/dist/components/basics/EpSpinner.vue2.js +3 -2
  71. package/dist/components/basics/EpSpinner.vue2.js.map +1 -0
  72. package/dist/components/basics/EpStackedList.vue.js +71 -56
  73. package/dist/components/basics/EpStackedList.vue.js.map +1 -0
  74. package/dist/components/basics/EpStackedList.vue2.js +3 -2
  75. package/dist/components/basics/EpStackedList.vue2.js.map +1 -0
  76. package/dist/components/basics/EpTable.vue.js +49 -35
  77. package/dist/components/basics/EpTable.vue.js.map +1 -0
  78. package/dist/components/basics/EpTable.vue2.js +3 -2
  79. package/dist/components/basics/EpTable.vue2.js.map +1 -0
  80. package/dist/components/basics/EpText.vue.js +102 -76
  81. package/dist/components/basics/EpText.vue.js.map +1 -0
  82. package/dist/components/basics/EpText.vue2.js +3 -2
  83. package/dist/components/basics/EpText.vue2.js.map +1 -0
  84. package/dist/components/charts/EpBarChart.vue.js +78 -59
  85. package/dist/components/charts/EpBarChart.vue.js.map +1 -0
  86. package/dist/components/charts/EpBarChart.vue2.js +3 -2
  87. package/dist/components/charts/EpBarChart.vue2.js.map +1 -0
  88. package/dist/components/charts/EpFunnelChart.vue.js +103 -82
  89. package/dist/components/charts/EpFunnelChart.vue.js.map +1 -0
  90. package/dist/components/charts/EpFunnelChart.vue2.js +3 -2
  91. package/dist/components/charts/EpFunnelChart.vue2.js.map +1 -0
  92. package/dist/components/charts/EpLineChart.vue.js +91 -72
  93. package/dist/components/charts/EpLineChart.vue.js.map +1 -0
  94. package/dist/components/charts/EpLineChart.vue2.js +3 -2
  95. package/dist/components/charts/EpLineChart.vue2.js.map +1 -0
  96. package/dist/components/charts/EpPieChart.vue.js +75 -56
  97. package/dist/components/charts/EpPieChart.vue.js.map +1 -0
  98. package/dist/components/charts/EpPieChart.vue2.js +3 -2
  99. package/dist/components/charts/EpPieChart.vue2.js.map +1 -0
  100. package/dist/components/educationals/EpBranchingScenario.vue.js +5 -4
  101. package/dist/components/educationals/EpBranchingScenario.vue.js.map +1 -0
  102. package/dist/components/educationals/EpBranchingScenario.vue2.js +232 -178
  103. package/dist/components/educationals/EpBranchingScenario.vue2.js.map +1 -0
  104. package/dist/components/educationals/EpCodeblock.vue.js +54 -33
  105. package/dist/components/educationals/EpCodeblock.vue.js.map +1 -0
  106. package/dist/components/educationals/EpCodeblock.vue3.js +3 -2
  107. package/dist/components/educationals/EpCodeblock.vue3.js.map +1 -0
  108. package/dist/components/educationals/EpConclusion.vue.js +37 -26
  109. package/dist/components/educationals/EpConclusion.vue.js.map +1 -0
  110. package/dist/components/educationals/EpConclusion.vue2.js +3 -2
  111. package/dist/components/educationals/EpConclusion.vue2.js.map +1 -0
  112. package/dist/components/educationals/EpDescription.vue.js +37 -26
  113. package/dist/components/educationals/EpDescription.vue.js.map +1 -0
  114. package/dist/components/educationals/EpDescription.vue2.js +3 -2
  115. package/dist/components/educationals/EpDescription.vue2.js.map +1 -0
  116. package/dist/components/educationals/EpDocument.vue.js +94 -69
  117. package/dist/components/educationals/EpDocument.vue.js.map +1 -0
  118. package/dist/components/educationals/EpDocument.vue2.js +3 -2
  119. package/dist/components/educationals/EpDocument.vue2.js.map +1 -0
  120. package/dist/components/educationals/EpEdu.vue.js +100 -61
  121. package/dist/components/educationals/EpEdu.vue.js.map +1 -0
  122. package/dist/components/educationals/EpEdu.vue2.js +3 -2
  123. package/dist/components/educationals/EpEdu.vue2.js.map +1 -0
  124. package/dist/components/educationals/EpInstructions.vue.js +49 -37
  125. package/dist/components/educationals/EpInstructions.vue.js.map +1 -0
  126. package/dist/components/educationals/EpInstructions.vue2.js +3 -2
  127. package/dist/components/educationals/EpInstructions.vue2.js.map +1 -0
  128. package/dist/components/educationals/EpIntroduction.vue.js +35 -25
  129. package/dist/components/educationals/EpIntroduction.vue.js.map +1 -0
  130. package/dist/components/educationals/EpIntroduction.vue2.js +3 -2
  131. package/dist/components/educationals/EpIntroduction.vue2.js.map +1 -0
  132. package/dist/components/educationals/EpObjective.vue.js +22 -15
  133. package/dist/components/educationals/EpObjective.vue.js.map +1 -0
  134. package/dist/components/educationals/EpObjective.vue2.js +3 -2
  135. package/dist/components/educationals/EpObjective.vue2.js.map +1 -0
  136. package/dist/components/educationals/EpReading.vue.js +313 -248
  137. package/dist/components/educationals/EpReading.vue.js.map +1 -0
  138. package/dist/components/educationals/EpReading.vue2.js +3 -2
  139. package/dist/components/educationals/EpReading.vue2.js.map +1 -0
  140. package/dist/components/educationals/EpResource.vue.js +56 -20
  141. package/dist/components/educationals/EpResource.vue.js.map +1 -0
  142. package/dist/components/educationals/EpResource.vue2.js +3 -2
  143. package/dist/components/educationals/EpResource.vue2.js.map +1 -0
  144. package/dist/components/educationals/EpScope.vue.js +26 -17
  145. package/dist/components/educationals/EpScope.vue.js.map +1 -0
  146. package/dist/components/educationals/EpScope.vue2.js +3 -2
  147. package/dist/components/educationals/EpScope.vue2.js.map +1 -0
  148. package/dist/components/educationals/EpSpecificObjective.vue.js +30 -22
  149. package/dist/components/educationals/EpSpecificObjective.vue.js.map +1 -0
  150. package/dist/components/educationals/EpSpecificObjective.vue2.js +3 -2
  151. package/dist/components/educationals/EpSpecificObjective.vue2.js.map +1 -0
  152. package/dist/components/forms/EpCheckbox.vue.js +3 -2
  153. package/dist/components/forms/EpCheckbox.vue.js.map +1 -0
  154. package/dist/components/forms/EpCheckbox.vue2.js +35 -26
  155. package/dist/components/forms/EpCheckbox.vue2.js.map +1 -0
  156. package/dist/components/forms/EpInput.vue.js +3 -2
  157. package/dist/components/forms/EpInput.vue.js.map +1 -0
  158. package/dist/components/forms/EpInput.vue2.js +62 -44
  159. package/dist/components/forms/EpInput.vue2.js.map +1 -0
  160. package/dist/components/forms/EpRadio.vue.js +3 -2
  161. package/dist/components/forms/EpRadio.vue.js.map +1 -0
  162. package/dist/components/forms/EpRadio.vue2.js +48 -27
  163. package/dist/components/forms/EpRadio.vue2.js.map +1 -0
  164. package/dist/components/forms/EpRadioSummative.vue.js +3 -2
  165. package/dist/components/forms/EpRadioSummative.vue.js.map +1 -0
  166. package/dist/components/forms/EpRadioSummative.vue2.js +36 -23
  167. package/dist/components/forms/EpRadioSummative.vue2.js.map +1 -0
  168. package/dist/components/forms/EpSelect.vue.js +3 -2
  169. package/dist/components/forms/EpSelect.vue.js.map +1 -0
  170. package/dist/components/forms/EpSelect.vue2.js +30 -22
  171. package/dist/components/forms/EpSelect.vue2.js.map +1 -0
  172. package/dist/components/forms/EpSwitch.vue.js +3 -2
  173. package/dist/components/forms/EpSwitch.vue.js.map +1 -0
  174. package/dist/components/forms/EpSwitch.vue2.js +47 -35
  175. package/dist/components/forms/EpSwitch.vue2.js.map +1 -0
  176. package/dist/components/forms/EpTextarea.vue.js +3 -2
  177. package/dist/components/forms/EpTextarea.vue.js.map +1 -0
  178. package/dist/components/forms/EpTextarea.vue2.js +30 -20
  179. package/dist/components/forms/EpTextarea.vue2.js.map +1 -0
  180. package/dist/components/forms/EpToggle.vue.js +3 -2
  181. package/dist/components/forms/EpToggle.vue.js.map +1 -0
  182. package/dist/components/forms/EpToggle.vue2.js +33 -25
  183. package/dist/components/forms/EpToggle.vue2.js.map +1 -0
  184. package/dist/components/interactions/Ep360Image.vue.js +3 -2
  185. package/dist/components/interactions/Ep360Image.vue.js.map +1 -0
  186. package/dist/components/interactions/Ep360Image.vue2.js +8 -5
  187. package/dist/components/interactions/Ep360Image.vue2.js.map +1 -0
  188. package/dist/components/interactions/Ep360Video.vue.js +3 -2
  189. package/dist/components/interactions/Ep360Video.vue.js.map +1 -0
  190. package/dist/components/interactions/Ep360Video.vue2.js +8 -5
  191. package/dist/components/interactions/Ep360Video.vue2.js.map +1 -0
  192. package/dist/components/interactions/EpAccordeon.vue.js +5 -4
  193. package/dist/components/interactions/EpAccordeon.vue.js.map +1 -0
  194. package/dist/components/interactions/EpAccordeon.vue2.js +88 -60
  195. package/dist/components/interactions/EpAccordeon.vue2.js.map +1 -0
  196. package/dist/components/interactions/EpContentSlider.vue.js +208 -156
  197. package/dist/components/interactions/EpContentSlider.vue.js.map +1 -0
  198. package/dist/components/interactions/EpContentSlider.vue2.js +3 -2
  199. package/dist/components/interactions/EpContentSlider.vue2.js.map +1 -0
  200. package/dist/components/interactions/EpDarkMode.vue.js +54 -37
  201. package/dist/components/interactions/EpDarkMode.vue.js.map +1 -0
  202. package/dist/components/interactions/EpDarkMode.vue2.js +3 -2
  203. package/dist/components/interactions/EpDarkMode.vue2.js.map +1 -0
  204. package/dist/components/interactions/EpDraggable.vue.js +171 -119
  205. package/dist/components/interactions/EpDraggable.vue.js.map +1 -0
  206. package/dist/components/interactions/EpDraggable.vue2.js +3 -2
  207. package/dist/components/interactions/EpDraggable.vue2.js.map +1 -0
  208. package/dist/components/interactions/EpHotSpot.vue.js +78 -45
  209. package/dist/components/interactions/EpHotSpot.vue.js.map +1 -0
  210. package/dist/components/interactions/EpHotSpot.vue2.js +3 -2
  211. package/dist/components/interactions/EpHotSpot.vue2.js.map +1 -0
  212. package/dist/components/interactions/EpModal.vue.js +51 -39
  213. package/dist/components/interactions/EpModal.vue.js.map +1 -0
  214. package/dist/components/interactions/EpModal.vue3.js +3 -2
  215. package/dist/components/interactions/EpModal.vue3.js.map +1 -0
  216. package/dist/components/interactions/EpQuestion.vue.js +181 -134
  217. package/dist/components/interactions/EpQuestion.vue.js.map +1 -0
  218. package/dist/components/interactions/EpQuestion.vue2.js +3 -2
  219. package/dist/components/interactions/EpQuestion.vue2.js.map +1 -0
  220. package/dist/components/interactions/EpSummativeTable.vue.js +57 -36
  221. package/dist/components/interactions/EpSummativeTable.vue.js.map +1 -0
  222. package/dist/components/interactions/EpSummativeTable.vue2.js +3 -2
  223. package/dist/components/interactions/EpSummativeTable.vue2.js.map +1 -0
  224. package/dist/components/interactions/EpSvgShow.vue.js +64 -42
  225. package/dist/components/interactions/EpSvgShow.vue.js.map +1 -0
  226. package/dist/components/interactions/EpSvgShow.vue2.js +3 -2
  227. package/dist/components/interactions/EpSvgShow.vue2.js.map +1 -0
  228. package/dist/components/interactions/EpTabs.vue.js +10 -8
  229. package/dist/components/interactions/EpTabs.vue.js.map +1 -0
  230. package/dist/components/interactions/EpTooltip.vue.js +38 -12
  231. package/dist/components/interactions/EpTooltip.vue.js.map +1 -0
  232. package/dist/components/interactions/EpTooltip.vue3.js +3 -2
  233. package/dist/components/interactions/EpTooltip.vue3.js.map +1 -0
  234. package/dist/components/medias/EpAudio.vue.js +92 -60
  235. package/dist/components/medias/EpAudio.vue.js.map +1 -0
  236. package/dist/components/medias/EpAudio.vue2.js +3 -2
  237. package/dist/components/medias/EpAudio.vue2.js.map +1 -0
  238. package/dist/components/medias/EpCardLink.vue.js +60 -46
  239. package/dist/components/medias/EpCardLink.vue.js.map +1 -0
  240. package/dist/components/medias/EpCardLink.vue2.js +3 -2
  241. package/dist/components/medias/EpCardLink.vue2.js.map +1 -0
  242. package/dist/components/medias/EpCarousel.vue.js +5 -4
  243. package/dist/components/medias/EpCarousel.vue.js.map +1 -0
  244. package/dist/components/medias/EpCarousel.vue2.js +168 -130
  245. package/dist/components/medias/EpCarousel.vue2.js.map +1 -0
  246. package/dist/components/medias/EpHierarchy.vue.js +5 -4
  247. package/dist/components/medias/EpHierarchy.vue.js.map +1 -0
  248. package/dist/components/medias/EpHierarchy.vue2.js +186 -106
  249. package/dist/components/medias/EpHierarchy.vue2.js.map +1 -0
  250. package/dist/components/medias/EpIframe.vue.js +65 -38
  251. package/dist/components/medias/EpIframe.vue.js.map +1 -0
  252. package/dist/components/medias/EpIframe.vue2.js +3 -2
  253. package/dist/components/medias/EpIframe.vue2.js.map +1 -0
  254. package/dist/components/medias/EpKatex.vue.js +5 -4
  255. package/dist/components/medias/EpKatex.vue.js.map +1 -0
  256. package/dist/components/medias/EpKatex.vue2.js +59 -43
  257. package/dist/components/medias/EpKatex.vue2.js.map +1 -0
  258. package/dist/components/medias/EpLink.vue.js +73 -56
  259. package/dist/components/medias/EpLink.vue.js.map +1 -0
  260. package/dist/components/medias/EpLink.vue2.js +3 -2
  261. package/dist/components/medias/EpLink.vue2.js.map +1 -0
  262. package/dist/components/medias/EpLinkVersion.vue.js +33 -24
  263. package/dist/components/medias/EpLinkVersion.vue.js.map +1 -0
  264. package/dist/components/medias/EpLinkVersion.vue2.js +3 -2
  265. package/dist/components/medias/EpLinkVersion.vue2.js.map +1 -0
  266. package/dist/components/medias/EpLottieSvg.vue.js +54 -34
  267. package/dist/components/medias/EpLottieSvg.vue.js.map +1 -0
  268. package/dist/components/medias/EpLottieSvg.vue2.js +3 -2
  269. package/dist/components/medias/EpLottieSvg.vue2.js.map +1 -0
  270. package/dist/components/medias/EpSensibleImage.vue.js +5 -4
  271. package/dist/components/medias/EpSensibleImage.vue.js.map +1 -0
  272. package/dist/components/medias/EpSensibleImage.vue2.js +67 -50
  273. package/dist/components/medias/EpSensibleImage.vue2.js.map +1 -0
  274. package/dist/components/medias/EpSoftware.vue.js +104 -86
  275. package/dist/components/medias/EpSoftware.vue.js.map +1 -0
  276. package/dist/components/medias/EpSoftware.vue2.js +3 -2
  277. package/dist/components/medias/EpSoftware.vue2.js.map +1 -0
  278. package/dist/components/medias/EpSvg.vue.js +56 -40
  279. package/dist/components/medias/EpSvg.vue.js.map +1 -0
  280. package/dist/components/medias/EpSvg.vue2.js +3 -2
  281. package/dist/components/medias/EpSvg.vue2.js.map +1 -0
  282. package/dist/components/medias/EpTerm.vue.js +163 -111
  283. package/dist/components/medias/EpTerm.vue.js.map +1 -0
  284. package/dist/components/medias/EpTerm.vue2.js +3 -2
  285. package/dist/components/medias/EpTerm.vue2.js.map +1 -0
  286. package/dist/components/medias/EpTimeLine.vue.js +89 -52
  287. package/dist/components/medias/EpTimeLine.vue.js.map +1 -0
  288. package/dist/components/medias/EpTimeLine.vue3.js +3 -2
  289. package/dist/components/medias/EpTimeLine.vue3.js.map +1 -0
  290. package/dist/components/medias/EpVideo.vue.js +97 -63
  291. package/dist/components/medias/EpVideo.vue.js.map +1 -0
  292. package/dist/components/medias/EpVideo.vue2.js +3 -2
  293. package/dist/components/medias/EpVideo.vue2.js.map +1 -0
  294. package/dist/components/medias/EpVideoPanopto.vue.js +61 -40
  295. package/dist/components/medias/EpVideoPanopto.vue.js.map +1 -0
  296. package/dist/components/medias/EpVideoPanopto.vue2.js +3 -2
  297. package/dist/components/medias/EpVideoPanopto.vue2.js.map +1 -0
  298. package/dist/components/medias/EpWordDef.vue.js +123 -73
  299. package/dist/components/medias/EpWordDef.vue.js.map +1 -0
  300. package/dist/components/medias/EpWordDef.vue2.js +3 -2
  301. package/dist/components/medias/EpWordDef.vue2.js.map +1 -0
  302. package/dist/components/signages/EpAlert.vue.js +5 -4
  303. package/dist/components/signages/EpAlert.vue.js.map +1 -0
  304. package/dist/components/signages/EpAlert.vue2.js +87 -51
  305. package/dist/components/signages/EpAlert.vue2.js.map +1 -0
  306. package/dist/components/signages/EpBadge.vue.js +44 -17
  307. package/dist/components/signages/EpBadge.vue.js.map +1 -0
  308. package/dist/components/signages/EpBadge.vue2.js +3 -2
  309. package/dist/components/signages/EpBadge.vue2.js.map +1 -0
  310. package/dist/components/signages/EpHeader.vue.js +179 -143
  311. package/dist/components/signages/EpHeader.vue.js.map +1 -0
  312. package/dist/components/signages/EpHeader.vue2.js +3 -2
  313. package/dist/components/signages/EpHeader.vue2.js.map +1 -0
  314. package/dist/components/signages/EpNothing.vue.js +8 -7
  315. package/dist/components/signages/EpNothing.vue.js.map +1 -0
  316. package/dist/components/signages/EpQuote.vue.js +83 -61
  317. package/dist/components/signages/EpQuote.vue.js.map +1 -0
  318. package/dist/components/signages/EpQuote.vue2.js +3 -2
  319. package/dist/components/signages/EpQuote.vue2.js.map +1 -0
  320. package/dist/components/signages/EpSkeleton.vue.js +31 -22
  321. package/dist/components/signages/EpSkeleton.vue.js.map +1 -0
  322. package/dist/components/signages/EpSkeleton.vue3.js +3 -2
  323. package/dist/components/signages/EpSkeleton.vue3.js.map +1 -0
  324. package/dist/components/tools/BgAudio.vue.js +3 -2
  325. package/dist/components/tools/BgAudio.vue.js.map +1 -0
  326. package/dist/components/tools/BgAudio.vue2.js +39 -42
  327. package/dist/components/tools/BgAudio.vue2.js.map +1 -0
  328. package/dist/components/tools/Details.vue.js +3 -2
  329. package/dist/components/tools/Details.vue.js.map +1 -0
  330. package/dist/components/tools/Details.vue2.js +48 -43
  331. package/dist/components/tools/Details.vue2.js.map +1 -0
  332. package/dist/components/tools/DisplayBox.vue.js +41 -3
  333. package/dist/components/tools/DisplayBox.vue.js.map +1 -0
  334. package/dist/components/tools/DisplayBox.vue3.js +6 -0
  335. package/dist/components/tools/DisplayBox.vue3.js.map +1 -0
  336. package/dist/components/tools/SvgFilter.vue.js +10 -47
  337. package/dist/components/tools/SvgFilter.vue.js.map +1 -0
  338. package/dist/components/tools/TextMedia.vue.js +3 -2
  339. package/dist/components/tools/TextMedia.vue.js.map +1 -0
  340. package/dist/components/tools/TextMedia.vue2.js +37 -25
  341. package/dist/components/tools/TextMedia.vue2.js.map +1 -0
  342. package/dist/components/tools/TimelineItem.vue.js +5 -4
  343. package/dist/components/tools/TimelineItem.vue.js.map +1 -0
  344. package/dist/components/tools/TimelineItem.vue2.js +136 -84
  345. package/dist/components/tools/TimelineItem.vue2.js.map +1 -0
  346. package/dist/components/tools/TwoColsMedia.vue.js +3 -2
  347. package/dist/components/tools/TwoColsMedia.vue.js.map +1 -0
  348. package/dist/components/tools/TwoColsMedia.vue2.js +39 -29
  349. package/dist/components/tools/TwoColsMedia.vue2.js.map +1 -0
  350. package/dist/composables/isHtml.js +5 -3
  351. package/dist/composables/isHtml.js.map +1 -0
  352. package/dist/composables/useColors.js +131 -129
  353. package/dist/composables/useColors.js.map +1 -0
  354. package/dist/composables/useComponent.js +34 -7
  355. package/dist/composables/useComponent.js.map +1 -0
  356. package/dist/composables/useCreateUid.js +6 -4
  357. package/dist/composables/useCreateUid.js.map +1 -0
  358. package/dist/composables/useIcons.js +12 -11
  359. package/dist/composables/useIcons.js.map +1 -0
  360. package/dist/composables/useMarkdown.js +9 -8
  361. package/dist/composables/useMarkdown.js.map +1 -0
  362. package/dist/composables/useRenderText.js +9 -5
  363. package/dist/composables/useRenderText.js.map +1 -0
  364. package/dist/entry/basics/EpBtn.d.ts +5 -0
  365. package/dist/entry/basics/EpBtn.js +5 -0
  366. package/dist/entry/basics/EpBtn.js.map +1 -0
  367. package/dist/entry/basics/EpCard.d.ts +5 -0
  368. package/dist/entry/basics/EpCard.js +5 -0
  369. package/dist/entry/basics/EpCard.js.map +1 -0
  370. package/dist/entry/basics/EpChip.d.ts +5 -0
  371. package/dist/entry/basics/EpChip.js +5 -0
  372. package/dist/entry/basics/EpChip.js.map +1 -0
  373. package/dist/entry/basics/EpDivider.d.ts +5 -0
  374. package/dist/entry/basics/EpDivider.js +5 -0
  375. package/dist/entry/basics/EpDivider.js.map +1 -0
  376. package/dist/entry/basics/EpFlex.d.ts +5 -0
  377. package/dist/entry/basics/EpFlex.js +5 -0
  378. package/dist/entry/basics/EpFlex.js.map +1 -0
  379. package/dist/entry/basics/EpHover.d.ts +5 -0
  380. package/dist/entry/basics/EpHover.js +5 -0
  381. package/dist/entry/basics/EpHover.js.map +1 -0
  382. package/dist/entry/basics/EpHoverCard.d.ts +5 -0
  383. package/dist/entry/basics/EpHoverCard.js +5 -0
  384. package/dist/entry/basics/EpHoverCard.js.map +1 -0
  385. package/dist/entry/basics/EpIcon.d.ts +5 -0
  386. package/dist/entry/basics/EpIcon.js +5 -0
  387. package/dist/entry/basics/EpIcon.js.map +1 -0
  388. package/dist/entry/basics/EpImg.d.ts +5 -0
  389. package/dist/entry/basics/EpImg.js +5 -0
  390. package/dist/entry/basics/EpImg.js.map +1 -0
  391. package/dist/entry/basics/EpImgCarousel.d.ts +5 -0
  392. package/dist/entry/basics/EpImgCarousel.js +5 -0
  393. package/dist/entry/basics/EpImgCarousel.js.map +1 -0
  394. package/dist/entry/basics/EpList.d.ts +5 -0
  395. package/dist/entry/basics/EpList.js +5 -0
  396. package/dist/entry/basics/EpList.js.map +1 -0
  397. package/dist/entry/basics/EpListItem.d.ts +5 -0
  398. package/dist/entry/basics/EpListItem.js +5 -0
  399. package/dist/entry/basics/EpListItem.js.map +1 -0
  400. package/dist/entry/basics/EpSection.d.ts +5 -0
  401. package/dist/entry/basics/EpSection.js +5 -0
  402. package/dist/entry/basics/EpSection.js.map +1 -0
  403. package/dist/entry/basics/EpSectionCols.d.ts +5 -0
  404. package/dist/entry/basics/EpSectionCols.js +5 -0
  405. package/dist/entry/basics/EpSectionCols.js.map +1 -0
  406. package/dist/entry/basics/EpSpinner.d.ts +5 -0
  407. package/dist/entry/basics/EpSpinner.js +5 -0
  408. package/dist/entry/basics/EpSpinner.js.map +1 -0
  409. package/dist/entry/basics/EpStackedList.d.ts +5 -0
  410. package/dist/entry/basics/EpStackedList.js +5 -0
  411. package/dist/entry/basics/EpStackedList.js.map +1 -0
  412. package/dist/entry/basics/EpTable.d.ts +5 -0
  413. package/dist/entry/basics/EpTable.js +5 -0
  414. package/dist/entry/basics/EpTable.js.map +1 -0
  415. package/dist/entry/basics/EpText.d.ts +5 -0
  416. package/dist/entry/basics/EpText.js +5 -0
  417. package/dist/entry/basics/EpText.js.map +1 -0
  418. package/dist/entry/charts/EpBarChart.d.ts +5 -0
  419. package/dist/entry/charts/EpBarChart.js +5 -0
  420. package/dist/entry/charts/EpBarChart.js.map +1 -0
  421. package/dist/entry/charts/EpFunnelChart.d.ts +5 -0
  422. package/dist/entry/charts/EpFunnelChart.js +5 -0
  423. package/dist/entry/charts/EpFunnelChart.js.map +1 -0
  424. package/dist/entry/charts/EpLineChart.d.ts +5 -0
  425. package/dist/entry/charts/EpLineChart.js +5 -0
  426. package/dist/entry/charts/EpLineChart.js.map +1 -0
  427. package/dist/entry/charts/EpPieChart.d.ts +5 -0
  428. package/dist/entry/charts/EpPieChart.js +5 -0
  429. package/dist/entry/charts/EpPieChart.js.map +1 -0
  430. package/dist/entry/educationals/EpBranchingScenario.d.ts +5 -0
  431. package/dist/entry/educationals/EpBranchingScenario.js +5 -0
  432. package/dist/entry/educationals/EpBranchingScenario.js.map +1 -0
  433. package/dist/entry/educationals/EpCodeblock.d.ts +5 -0
  434. package/dist/entry/educationals/EpCodeblock.js +6 -0
  435. package/dist/entry/educationals/EpCodeblock.js.map +1 -0
  436. package/dist/entry/educationals/EpConclusion.d.ts +5 -0
  437. package/dist/entry/educationals/EpConclusion.js +5 -0
  438. package/dist/entry/educationals/EpConclusion.js.map +1 -0
  439. package/dist/entry/educationals/EpDescription.d.ts +5 -0
  440. package/dist/entry/educationals/EpDescription.js +5 -0
  441. package/dist/entry/educationals/EpDescription.js.map +1 -0
  442. package/dist/entry/educationals/EpDocument.d.ts +5 -0
  443. package/dist/entry/educationals/EpDocument.js +5 -0
  444. package/dist/entry/educationals/EpDocument.js.map +1 -0
  445. package/dist/entry/educationals/EpEdu.d.ts +5 -0
  446. package/dist/entry/educationals/EpEdu.js +5 -0
  447. package/dist/entry/educationals/EpEdu.js.map +1 -0
  448. package/dist/entry/educationals/EpInstructions.d.ts +5 -0
  449. package/dist/entry/educationals/EpInstructions.js +5 -0
  450. package/dist/entry/educationals/EpInstructions.js.map +1 -0
  451. package/dist/entry/educationals/EpIntroduction.d.ts +5 -0
  452. package/dist/entry/educationals/EpIntroduction.js +5 -0
  453. package/dist/entry/educationals/EpIntroduction.js.map +1 -0
  454. package/dist/entry/educationals/EpObjective.d.ts +5 -0
  455. package/dist/entry/educationals/EpObjective.js +5 -0
  456. package/dist/entry/educationals/EpObjective.js.map +1 -0
  457. package/dist/entry/educationals/EpReading.d.ts +5 -0
  458. package/dist/entry/educationals/EpReading.js +5 -0
  459. package/dist/entry/educationals/EpReading.js.map +1 -0
  460. package/dist/entry/educationals/EpResource.d.ts +5 -0
  461. package/dist/entry/educationals/EpResource.js +5 -0
  462. package/dist/entry/educationals/EpResource.js.map +1 -0
  463. package/dist/entry/educationals/EpScope.d.ts +5 -0
  464. package/dist/entry/educationals/EpScope.js +5 -0
  465. package/dist/entry/educationals/EpScope.js.map +1 -0
  466. package/dist/entry/educationals/EpSpecificObjective.d.ts +5 -0
  467. package/dist/entry/educationals/EpSpecificObjective.js +5 -0
  468. package/dist/entry/educationals/EpSpecificObjective.js.map +1 -0
  469. package/dist/entry/interactions/EpAccordeon.d.ts +5 -0
  470. package/dist/entry/interactions/EpAccordeon.js +5 -0
  471. package/dist/entry/interactions/EpAccordeon.js.map +1 -0
  472. package/dist/entry/interactions/EpContentSlider.d.ts +5 -0
  473. package/dist/entry/interactions/EpContentSlider.js +5 -0
  474. package/dist/entry/interactions/EpContentSlider.js.map +1 -0
  475. package/dist/entry/interactions/EpDarkMode.d.ts +5 -0
  476. package/dist/entry/interactions/EpDarkMode.js +5 -0
  477. package/dist/entry/interactions/EpDarkMode.js.map +1 -0
  478. package/dist/entry/interactions/EpDraggable.d.ts +5 -0
  479. package/dist/entry/interactions/EpDraggable.js +5 -0
  480. package/dist/entry/interactions/EpDraggable.js.map +1 -0
  481. package/dist/entry/interactions/EpHotSpot.d.ts +5 -0
  482. package/dist/entry/interactions/EpHotSpot.js +5 -0
  483. package/dist/entry/interactions/EpHotSpot.js.map +1 -0
  484. package/dist/entry/interactions/EpModal.d.ts +5 -0
  485. package/dist/entry/interactions/EpModal.js +6 -0
  486. package/dist/entry/interactions/EpModal.js.map +1 -0
  487. package/dist/entry/interactions/EpQuestion.d.ts +5 -0
  488. package/dist/entry/interactions/EpQuestion.js +5 -0
  489. package/dist/entry/interactions/EpQuestion.js.map +1 -0
  490. package/dist/entry/interactions/EpSummativeTable.d.ts +5 -0
  491. package/dist/entry/interactions/EpSummativeTable.js +5 -0
  492. package/dist/entry/interactions/EpSummativeTable.js.map +1 -0
  493. package/dist/entry/interactions/EpSvgShow.d.ts +5 -0
  494. package/dist/entry/interactions/EpSvgShow.js +5 -0
  495. package/dist/entry/interactions/EpSvgShow.js.map +1 -0
  496. package/dist/entry/interactions/EpTabs.d.ts +5 -0
  497. package/dist/entry/interactions/EpTabs.js +5 -0
  498. package/dist/entry/interactions/EpTabs.js.map +1 -0
  499. package/dist/entry/interactions/EpTooltip.d.ts +5 -0
  500. package/dist/entry/interactions/EpTooltip.js +6 -0
  501. package/dist/entry/interactions/EpTooltip.js.map +1 -0
  502. package/dist/entry/medias/EpAudio.d.ts +5 -0
  503. package/dist/entry/medias/EpAudio.js +5 -0
  504. package/dist/entry/medias/EpAudio.js.map +1 -0
  505. package/dist/entry/medias/EpCardLink.d.ts +5 -0
  506. package/dist/entry/medias/EpCardLink.js +5 -0
  507. package/dist/entry/medias/EpCardLink.js.map +1 -0
  508. package/dist/entry/medias/EpCarousel.d.ts +5 -0
  509. package/dist/entry/medias/EpCarousel.js +5 -0
  510. package/dist/entry/medias/EpCarousel.js.map +1 -0
  511. package/dist/entry/medias/EpHierarchy.d.ts +5 -0
  512. package/dist/entry/medias/EpHierarchy.js +5 -0
  513. package/dist/entry/medias/EpHierarchy.js.map +1 -0
  514. package/dist/entry/medias/EpIframe.d.ts +5 -0
  515. package/dist/entry/medias/EpIframe.js +5 -0
  516. package/dist/entry/medias/EpIframe.js.map +1 -0
  517. package/dist/entry/medias/EpKatex.d.ts +5 -0
  518. package/dist/entry/medias/EpKatex.js +5 -0
  519. package/dist/entry/medias/EpKatex.js.map +1 -0
  520. package/dist/entry/medias/EpLink.d.ts +5 -0
  521. package/dist/entry/medias/EpLink.js +5 -0
  522. package/dist/entry/medias/EpLink.js.map +1 -0
  523. package/dist/entry/medias/EpLinkVersion.d.ts +5 -0
  524. package/dist/entry/medias/EpLinkVersion.js +5 -0
  525. package/dist/entry/medias/EpLinkVersion.js.map +1 -0
  526. package/dist/entry/medias/EpLottieSvg.d.ts +5 -0
  527. package/dist/entry/medias/EpLottieSvg.js +5 -0
  528. package/dist/entry/medias/EpLottieSvg.js.map +1 -0
  529. package/dist/entry/medias/EpSoftware.d.ts +5 -0
  530. package/dist/entry/medias/EpSoftware.js +5 -0
  531. package/dist/entry/medias/EpSoftware.js.map +1 -0
  532. package/dist/entry/medias/EpSvg.d.ts +5 -0
  533. package/dist/entry/medias/EpSvg.js +5 -0
  534. package/dist/entry/medias/EpSvg.js.map +1 -0
  535. package/dist/entry/medias/EpTerm.d.ts +5 -0
  536. package/dist/entry/medias/EpTerm.js +5 -0
  537. package/dist/entry/medias/EpTerm.js.map +1 -0
  538. package/dist/entry/medias/EpTimeLine.d.ts +5 -0
  539. package/dist/entry/medias/EpTimeLine.js +6 -0
  540. package/dist/entry/medias/EpTimeLine.js.map +1 -0
  541. package/dist/entry/medias/EpVideo.d.ts +5 -0
  542. package/dist/entry/medias/EpVideo.js +5 -0
  543. package/dist/entry/medias/EpVideo.js.map +1 -0
  544. package/dist/entry/medias/EpVideoPanopto.d.ts +5 -0
  545. package/dist/entry/medias/EpVideoPanopto.js +5 -0
  546. package/dist/entry/medias/EpVideoPanopto.js.map +1 -0
  547. package/dist/entry/medias/EpWordDef.d.ts +5 -0
  548. package/dist/entry/medias/EpWordDef.js +5 -0
  549. package/dist/entry/medias/EpWordDef.js.map +1 -0
  550. package/dist/entry/signages/EpAlert.d.ts +5 -0
  551. package/dist/entry/signages/EpAlert.js +5 -0
  552. package/dist/entry/signages/EpAlert.js.map +1 -0
  553. package/dist/entry/signages/EpBadge.d.ts +5 -0
  554. package/dist/entry/signages/EpBadge.js +5 -0
  555. package/dist/entry/signages/EpBadge.js.map +1 -0
  556. package/dist/entry/signages/EpHeader.d.ts +5 -0
  557. package/dist/entry/signages/EpHeader.js +5 -0
  558. package/dist/entry/signages/EpHeader.js.map +1 -0
  559. package/dist/entry/signages/EpNothing.d.ts +5 -0
  560. package/dist/entry/signages/EpNothing.js +5 -0
  561. package/dist/entry/signages/EpNothing.js.map +1 -0
  562. package/dist/entry/signages/EpQuote.d.ts +5 -0
  563. package/dist/entry/signages/EpQuote.js +5 -0
  564. package/dist/entry/signages/EpQuote.js.map +1 -0
  565. package/dist/entry/signages/EpSkeleton.d.ts +5 -0
  566. package/dist/entry/signages/EpSkeleton.js +6 -0
  567. package/dist/entry/signages/EpSkeleton.js.map +1 -0
  568. package/dist/index.d.ts +63 -0
  569. package/dist/index.js +188 -0
  570. package/dist/index.js.map +1 -0
  571. package/dist/types/Accordeon.js +3 -2
  572. package/dist/types/Accordeon.js.map +1 -0
  573. package/dist/types/Alert.js +6 -4
  574. package/dist/types/Alert.js.map +1 -0
  575. package/dist/types/Avatar.js +3 -2
  576. package/dist/types/Avatar.js.map +1 -0
  577. package/dist/types/Badge.js +3 -2
  578. package/dist/types/Badge.js.map +1 -0
  579. package/dist/types/Btn.js +6 -4
  580. package/dist/types/Btn.js.map +1 -0
  581. package/dist/types/Card.js +3 -2
  582. package/dist/types/Card.js.map +1 -0
  583. package/dist/types/Chip.js +6 -4
  584. package/dist/types/Chip.js.map +1 -0
  585. package/dist/types/Codeblock.js +6 -4
  586. package/dist/types/Codeblock.js.map +1 -0
  587. package/dist/types/Cols.js +3 -2
  588. package/dist/types/Cols.js.map +1 -0
  589. package/dist/types/Image.js +6 -4
  590. package/dist/types/Image.js.map +1 -0
  591. package/dist/types/Medias.js +3 -2
  592. package/dist/types/Medias.js.map +1 -0
  593. package/dist/types/Radio.js +3 -2
  594. package/dist/types/Radio.js.map +1 -0
  595. package/dist/types/StackedList.js +3 -2
  596. package/dist/types/StackedList.js.map +1 -0
  597. package/dist/types/Switch.js +3 -2
  598. package/dist/types/Switch.js.map +1 -0
  599. package/dist/types/TimeLine.js +15 -14
  600. package/dist/types/TimeLine.js.map +1 -0
  601. package/dist/types/Tooltip.js +3 -2
  602. package/dist/types/Tooltip.js.map +1 -0
  603. package/package.json +1 -1
  604. package/dist/basics/EpBtn.js +0 -4
  605. package/dist/basics/EpCard.js +0 -4
  606. package/dist/basics/EpChip.js +0 -4
  607. package/dist/basics/EpDivider.js +0 -4
  608. package/dist/basics/EpFlex.js +0 -4
  609. package/dist/basics/EpHover.js +0 -4
  610. package/dist/basics/EpHoverCard.js +0 -4
  611. package/dist/basics/EpIcon.js +0 -4
  612. package/dist/basics/EpImg.js +0 -4
  613. package/dist/basics/EpImgCarousel.js +0 -4
  614. package/dist/basics/EpList.js +0 -4
  615. package/dist/basics/EpListItem.js +0 -4
  616. package/dist/basics/EpSection.js +0 -4
  617. package/dist/basics/EpSectionCols.js +0 -4
  618. package/dist/basics/EpSpinner.js +0 -4
  619. package/dist/basics/EpStackedList.js +0 -4
  620. package/dist/basics/EpTable.js +0 -4
  621. package/dist/basics/EpText.js +0 -4
  622. package/dist/charts/EpBarChart.js +0 -4
  623. package/dist/charts/EpFunnelChart.js +0 -4
  624. package/dist/charts/EpLineChart.js +0 -4
  625. package/dist/charts/EpPieChart.js +0 -4
  626. package/dist/components/tools/DisplayBox.vue2.js +0 -36
  627. package/dist/educationals/EpBranchingScenario.js +0 -4
  628. package/dist/educationals/EpCodeblock.js +0 -5
  629. package/dist/educationals/EpConclusion.js +0 -4
  630. package/dist/educationals/EpDescription.js +0 -4
  631. package/dist/educationals/EpDocument.js +0 -4
  632. package/dist/educationals/EpEdu.js +0 -4
  633. package/dist/educationals/EpInstructions.js +0 -4
  634. package/dist/educationals/EpIntroduction.js +0 -4
  635. package/dist/educationals/EpObjective.js +0 -4
  636. package/dist/educationals/EpReading.js +0 -4
  637. package/dist/educationals/EpResource.js +0 -4
  638. package/dist/educationals/EpScope.js +0 -4
  639. package/dist/educationals/EpSpecificObjective.js +0 -4
  640. package/dist/ep-lib-ts.css +0 -1
  641. package/dist/interactions/EpAccordeon.js +0 -4
  642. package/dist/interactions/EpContentSlider.js +0 -4
  643. package/dist/interactions/EpDarkMode.js +0 -4
  644. package/dist/interactions/EpDraggable.js +0 -4
  645. package/dist/interactions/EpHotSpot.js +0 -4
  646. package/dist/interactions/EpModal.js +0 -5
  647. package/dist/interactions/EpQuestion.js +0 -4
  648. package/dist/interactions/EpSummativeTable.js +0 -4
  649. package/dist/interactions/EpSvgShow.js +0 -4
  650. package/dist/interactions/EpTabs.js +0 -4
  651. package/dist/interactions/EpTooltip.js +0 -5
  652. package/dist/medias/EpAudio.js +0 -4
  653. package/dist/medias/EpCardLink.js +0 -4
  654. package/dist/medias/EpCarousel.js +0 -4
  655. package/dist/medias/EpHierarchy.js +0 -4
  656. package/dist/medias/EpIframe.js +0 -4
  657. package/dist/medias/EpKatex.js +0 -4
  658. package/dist/medias/EpLink.js +0 -4
  659. package/dist/medias/EpLinkVersion.js +0 -4
  660. package/dist/medias/EpLottieSvg.js +0 -4
  661. package/dist/medias/EpSoftware.js +0 -4
  662. package/dist/medias/EpSvg.js +0 -4
  663. package/dist/medias/EpTerm.js +0 -4
  664. package/dist/medias/EpTimeLine.js +0 -5
  665. package/dist/medias/EpVideo.js +0 -4
  666. package/dist/medias/EpVideoPanopto.js +0 -4
  667. package/dist/medias/EpWordDef.js +0 -4
  668. package/dist/signages/EpAlert.js +0 -4
  669. package/dist/signages/EpBadge.js +0 -4
  670. package/dist/signages/EpHeader.js +0 -4
  671. package/dist/signages/EpNothing.js +0 -4
  672. package/dist/signages/EpQuote.js +0 -4
  673. package/dist/signages/EpSkeleton.js +0 -5
  674. /package/dist/{Accordeon.d.ts → types/Accordeon.d.ts} +0 -0
  675. /package/dist/{Aframe.d.ts → types/Aframe.d.ts} +0 -0
  676. /package/dist/{Alert.d.ts → types/Alert.d.ts} +0 -0
  677. /package/dist/{Answer.d.ts → types/Answer.d.ts} +0 -0
  678. /package/dist/{Avatar.d.ts → types/Avatar.d.ts} +0 -0
  679. /package/dist/{Badge.d.ts → types/Badge.d.ts} +0 -0
  680. /package/dist/{Border.d.ts → types/Border.d.ts} +0 -0
  681. /package/dist/{Btn.d.ts → types/Btn.d.ts} +0 -0
  682. /package/dist/{Card.d.ts → types/Card.d.ts} +0 -0
  683. /package/dist/{Chip.d.ts → types/Chip.d.ts} +0 -0
  684. /package/dist/{Codeblock.d.ts → types/Codeblock.d.ts} +0 -0
  685. /package/dist/{Cols.d.ts → types/Cols.d.ts} +0 -0
  686. /package/dist/{Component.d.ts → types/Component.d.ts} +0 -0
  687. /package/dist/{Draggable.d.ts → types/Draggable.d.ts} +0 -0
  688. /package/dist/{Glossary.d.ts → types/Glossary.d.ts} +0 -0
  689. /package/dist/{GlossaryEntry.d.ts → types/GlossaryEntry.d.ts} +0 -0
  690. /package/dist/{Hierarchy.d.ts → types/Hierarchy.d.ts} +0 -0
  691. /package/dist/{Hover.d.ts → types/Hover.d.ts} +0 -0
  692. /package/dist/{Image.d.ts → types/Image.d.ts} +0 -0
  693. /package/dist/{MandateLevel.d.ts → types/MandateLevel.d.ts} +0 -0
  694. /package/dist/{MediaCarousel.d.ts → types/MediaCarousel.d.ts} +0 -0
  695. /package/dist/{Medias.d.ts → types/Medias.d.ts} +0 -0
  696. /package/dist/{Radio.d.ts → types/Radio.d.ts} +0 -0
  697. /package/dist/{Slides.d.ts → types/Slides.d.ts} +0 -0
  698. /package/dist/{StackedList.d.ts → types/StackedList.d.ts} +0 -0
  699. /package/dist/{SummativeTable.d.ts → types/SummativeTable.d.ts} +0 -0
  700. /package/dist/{Switch.d.ts → types/Switch.d.ts} +0 -0
  701. /package/dist/{Three.d.ts → types/Three.d.ts} +0 -0
  702. /package/dist/{TimeLine.d.ts → types/TimeLine.d.ts} +0 -0
  703. /package/dist/{Tooltip.d.ts → types/Tooltip.d.ts} +0 -0
  704. /package/dist/{basics → types/basics}/EpAvatar.d.ts +0 -0
  705. /package/dist/{basics → types/basics}/EpBadge.d.ts +0 -0
  706. /package/dist/{basics → types/basics}/EpBtn.d.ts +0 -0
  707. /package/dist/{basics → types/basics}/EpCard.d.ts +0 -0
  708. /package/dist/{basics → types/basics}/EpChip.d.ts +0 -0
  709. /package/dist/{basics → types/basics}/EpDivider.d.ts +0 -0
  710. /package/dist/{basics → types/basics}/EpFlex.d.ts +0 -0
  711. /package/dist/{basics → types/basics}/EpHover.d.ts +0 -0
  712. /package/dist/{basics → types/basics}/EpHoverCard.d.ts +0 -0
  713. /package/dist/{basics → types/basics}/EpIcon.d.ts +0 -0
  714. /package/dist/{basics → types/basics}/EpImg.d.ts +0 -0
  715. /package/dist/{basics → types/basics}/EpImgCarousel.d.ts +0 -0
  716. /package/dist/{basics → types/basics}/EpList.d.ts +0 -0
  717. /package/dist/{basics → types/basics}/EpListItem.d.ts +0 -0
  718. /package/dist/{basics → types/basics}/EpSection.d.ts +0 -0
  719. /package/dist/{basics → types/basics}/EpSectionCols.d.ts +0 -0
  720. /package/dist/{basics → types/basics}/EpSpinner.d.ts +0 -0
  721. /package/dist/{basics → types/basics}/EpStackedList.d.ts +0 -0
  722. /package/dist/{basics → types/basics}/EpTable.d.ts +0 -0
  723. /package/dist/{basics → types/basics}/EpText.d.ts +0 -0
  724. /package/dist/{charts → types/charts}/EpBarChart.d.ts +0 -0
  725. /package/dist/{charts → types/charts}/EpFunnelChart.d.ts +0 -0
  726. /package/dist/{charts → types/charts}/EpLineChart.d.ts +0 -0
  727. /package/dist/{charts → types/charts}/EpPieChart.d.ts +0 -0
  728. /package/dist/{educationals → types/educationals}/EpBranchingScenario.d.ts +0 -0
  729. /package/dist/{educationals → types/educationals}/EpCodeblock.d.ts +0 -0
  730. /package/dist/{educationals → types/educationals}/EpConclusion.d.ts +0 -0
  731. /package/dist/{educationals → types/educationals}/EpDescription.d.ts +0 -0
  732. /package/dist/{educationals → types/educationals}/EpDocument.d.ts +0 -0
  733. /package/dist/{educationals → types/educationals}/EpEdu.d.ts +0 -0
  734. /package/dist/{educationals → types/educationals}/EpInstructions.d.ts +0 -0
  735. /package/dist/{educationals → types/educationals}/EpIntroduction.d.ts +0 -0
  736. /package/dist/{educationals → types/educationals}/EpObjective.d.ts +0 -0
  737. /package/dist/{educationals → types/educationals}/EpReading.d.ts +0 -0
  738. /package/dist/{educationals → types/educationals}/EpResource.d.ts +0 -0
  739. /package/dist/{educationals → types/educationals}/EpScope.d.ts +0 -0
  740. /package/dist/{educationals → types/educationals}/EpSpecificObjective.d.ts +0 -0
  741. /package/dist/{forms → types/forms}/EpCheckbox.d.ts +0 -0
  742. /package/dist/{forms → types/forms}/EpInput.d.ts +0 -0
  743. /package/dist/{forms → types/forms}/EpRadio.d.ts +0 -0
  744. /package/dist/{forms → types/forms}/EpRadioSummative.d.ts +0 -0
  745. /package/dist/{forms → types/forms}/EpSelect.d.ts +0 -0
  746. /package/dist/{forms → types/forms}/EpSwitch.d.ts +0 -0
  747. /package/dist/{forms → types/forms}/EpTextarea.d.ts +0 -0
  748. /package/dist/{forms → types/forms}/EpToggle.d.ts +0 -0
  749. /package/dist/{image360.d.ts → types/image360.d.ts} +0 -0
  750. /package/dist/{interactions → types/interactions}/Ep360Image.d.ts +0 -0
  751. /package/dist/{interactions → types/interactions}/Ep360Video.d.ts +0 -0
  752. /package/dist/{interactions → types/interactions}/EpAccordeon.d.ts +0 -0
  753. /package/dist/{interactions → types/interactions}/EpContentSlider.d.ts +0 -0
  754. /package/dist/{interactions → types/interactions}/EpDarkMode.d.ts +0 -0
  755. /package/dist/{interactions → types/interactions}/EpDraggable.d.ts +0 -0
  756. /package/dist/{interactions → types/interactions}/EpHotSpot.d.ts +0 -0
  757. /package/dist/{interactions → types/interactions}/EpModal.d.ts +0 -0
  758. /package/dist/{interactions → types/interactions}/EpQuestion.d.ts +0 -0
  759. /package/dist/{interactions → types/interactions}/EpSummativeTable.d.ts +0 -0
  760. /package/dist/{interactions → types/interactions}/EpSvgShow.d.ts +0 -0
  761. /package/dist/{interactions → types/interactions}/EpTabs.d.ts +0 -0
  762. /package/dist/{interactions → types/interactions}/EpTooltip.d.ts +0 -0
  763. /package/dist/{medias → types/medias}/EpAudio.d.ts +0 -0
  764. /package/dist/{medias → types/medias}/EpCardLink.d.ts +0 -0
  765. /package/dist/{medias → types/medias}/EpCarousel.d.ts +0 -0
  766. /package/dist/{medias → types/medias}/EpHierarchy.d.ts +0 -0
  767. /package/dist/{medias → types/medias}/EpIframe.d.ts +0 -0
  768. /package/dist/{medias → types/medias}/EpKatex.d.ts +0 -0
  769. /package/dist/{medias → types/medias}/EpLink.d.ts +0 -0
  770. /package/dist/{medias → types/medias}/EpLinkVersion.d.ts +0 -0
  771. /package/dist/{medias → types/medias}/EpLottieSvg.d.ts +0 -0
  772. /package/dist/{medias → types/medias}/EpSensibleImage.d.ts +0 -0
  773. /package/dist/{medias → types/medias}/EpSoftware.d.ts +0 -0
  774. /package/dist/{medias → types/medias}/EpSvg.d.ts +0 -0
  775. /package/dist/{medias → types/medias}/EpTerm.d.ts +0 -0
  776. /package/dist/{medias → types/medias}/EpTimeLine.d.ts +0 -0
  777. /package/dist/{medias → types/medias}/EpVideo.d.ts +0 -0
  778. /package/dist/{medias → types/medias}/EpVideoPanopto.d.ts +0 -0
  779. /package/dist/{medias → types/medias}/EpWordDef.d.ts +0 -0
  780. /package/dist/{signages → types/signages}/EpAlert.d.ts +0 -0
  781. /package/dist/{signages → types/signages}/EpBadge.d.ts +0 -0
  782. /package/dist/{signages → types/signages}/EpHeader.d.ts +0 -0
  783. /package/dist/{signages → types/signages}/EpNothing.d.ts +0 -0
  784. /package/dist/{signages → types/signages}/EpQuote.d.ts +0 -0
  785. /package/dist/{signages → types/signages}/EpSkeleton.d.ts +0 -0
  786. /package/dist/{video360.d.ts → types/video360.d.ts} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimeLine.js","sources":["../../src/types/TimeLine.ts"],"sourcesContent":["export const typeTimeLineTag = {\n base:{\n default:'bg-gray-100 text-black dark:bg-gray-300 dark:text-white',\n outlined:'border-gray-100 border text-black dark:bg-gray-300 dark:text-white'\n }\n}\n\nexport interface HeadTimeLine {\n text:string;\n headline?:string;\n}\n\nexport interface TagTimeLine {\n id:number|string;\n color:ColorsTags;\n title:string;\n active?:boolean;\n}\n\nexport interface TimeLineDate {\n day?:string|number;\n hour?:string|number;\n year?:string|number;\n month?:string|number;\n minute?:string|number;\n}\n\nexport interface EventTimeLine {\n id:string;\n tag?:TagTimeLine|null;\n text:HeadTimeLine;\n end_date:TimeLineDate;\n start_date:TimeLineDate;\n media:{\n url:string;\n };\n background?:{\n color?:string;\n }\n}\n\nexport const colorsTimeLine = {\n \"noTag\":{bg:\"bg-white\", text:\"text-black dark:text-white\", border:\"border-grey-900 dark:border-grey-400\"},\n \"blue-grey\":{bg:\"bg-sky-600\", text:\"text-sky-600 dark:text-sky-500\", border:\"border-sky-600 dark:border-sky-500\"},\n \"red\":{bg:\"bg-red-600\", text:\"text-red-600 dark:text-red-500\", border:\"border-red-600 dark:border-red-500\"},\n \"pink\":{bg:\"bg-pink-600\", text:\"text-pink-600 dark:text-pink-500\", border:\"border-pink-600 dark:border-pink-500\"},\n \"purple\":{bg:\"bg-purple-600\", text:\"text-purple-600 dark:text-purple-500\", border:\"border-purple-600 dark:border-purple-500\"},\n \"deep-purple\":{bg:\"bg-violet-600\", text:\"text-violet-600 dark:text-violet-400\", border:\"border-violet-600 dark:border-violet-400\"}, \n \"indigo\":{bg:\"bg-indigo-600\", text:\"text-indigo-600 dark:text-indigo-400\", border:\"border-indigo-600 dark:border-indigo-400\"},\n \"blue\":{bg:\"bg-blue-600\", text:\"text-blue-600 dark:text-blue-400\", border:\"border-blue-600 dark:border-blue-400\"}, \n \"cyan\":{bg:\"bg-cyan-600\", text:\"text-cyan-600 dark:text-cyan-500\", border:\"border-cyan-600 dark:border-cyan-500\"}, \n \"teal\":{bg:\"bg-teal-600\", text:\"text-teal-600 dark:text-teal-500\", border:\"border-teal-600 dark:border-teal-500\"}, \n \"green\":{bg:\"bg-green-600\", text:\"text-green-600 dark:text-green-500\", border:\"border-green-600 dark:border-green-500\"}, \n \"light-green\":{bg:\"bg-emerald-400\", text:\"text-emerald-400 dark:text-emerald-400\", border:\"border-emerald-400 dark:border-emerald-500\"}, \n \"lime\":{bg:\"bg-lime-600\", text:\"text-lime-600 dark:text-lime-500\", border:\"border-lime-600 dark:border-lime-500\"}, \n \"light-blue\":{bg:\"bg-cyan-400\", text:\"text-cyan-400 dark:text-cyan-300\", border:\"border-cyan-400 dark:border-cyan-300\"}, \n \"deep-orange\":{bg:\"bg-amber-700\", text:\"text-amber-700 dark:text-amber-500\", border:\"border-amber-700 dark:border-amber-600\"}, \n \"orange\":{bg:\"bg-orange-600\", text:\"text-orange-600 dark:text-orange-400\", border:\"border-orange-600 dark:border-orange-500\"},\n \"brown\":{bg:\"bg-amber-900\", text:\"text-amber-900 dark:text-amber-500\", border:\"border-amber-900 dark:border-amber-700\"}, \n}\n\nexport type ColorsTags = keyof typeof colorsTimeLine\n/*\n <div class=\"bg-blue-grey\">\"blue-grey\" TO ADD!</div>\n <div class=\"\">\"red\"</div>\n <div class=\"\">\"pink\"</div>\n <div class=\"bg-purple-600\">\"purple\"</div>\n <div class=\"bg-deep-purple\">\"deep-purple\" TO ADD!</div>\n <div class=\"bg-indigo-600\">\"indigo\"</div>\n <div class=\"bg-blue-600\">\"blue\"</div>\n <div class=\"bg-cyan-600\">\"cyan\"</div>\n <div class=\"bg-teal-600\">\"teal\"</div>\n <div class=\"bg-green-600\">\"green\"</div>\n <div class=\"bg-light-green\">\"light-green\" TO ADD!</div>\n <div class=\"bg-lime-600\">\"lime\"</div>\n <div class=\"bg-light-blue\">\"light-blue\" TO ADD!</div>\n <div class=\"bg-deep-orange\">\"deep-orange\" TO ADD!</div>\n <div class=\"bg-orange-600\">\"orange\"</div>\n <div class=\"bg-brown\">\"brown\" TO ADD!</div>\n*/"],"names":[],"mappings":"AAyCO,MAAM,iBAAiB;AAAA,EAC1B,SAAQ,EAAC,IAAG,YAAY,MAAK,8BAA8B,QAAO,uCAAA;AAAA,EAClE,aAAY,EAAC,IAAG,cAAc,MAAK,kCAAkC,QAAO,qCAAA;AAAA,EAC5E,OAAM,EAAC,IAAG,cAAc,MAAK,kCAAkC,QAAO,qCAAA;AAAA,EACtE,QAAO,EAAC,IAAG,eAAe,MAAK,oCAAoC,QAAO,uCAAA;AAAA,EAC1E,UAAS,EAAC,IAAG,iBAAiB,MAAK,wCAAwC,QAAO,2CAAA;AAAA,EAClF,eAAc,EAAC,IAAG,iBAAiB,MAAK,wCAAwC,QAAO,2CAAA;AAAA,EACvF,UAAS,EAAC,IAAG,iBAAiB,MAAK,wCAAwC,QAAO,2CAAA;AAAA,EAClF,QAAO,EAAC,IAAG,eAAe,MAAK,oCAAoC,QAAO,uCAAA;AAAA,EAC1E,QAAO,EAAC,IAAG,eAAe,MAAK,oCAAoC,QAAO,uCAAA;AAAA,EAC1E,QAAO,EAAC,IAAG,eAAe,MAAK,oCAAoC,QAAO,uCAAA;AAAA,EAC1E,SAAQ,EAAC,IAAG,gBAAgB,MAAK,sCAAsC,QAAO,yCAAA;AAAA,EAC9E,eAAc,EAAC,IAAG,kBAAkB,MAAK,0CAA0C,QAAO,6CAAA;AAAA,EAC1F,QAAO,EAAC,IAAG,eAAe,MAAK,oCAAoC,QAAO,uCAAA;AAAA,EAC1E,cAAa,EAAC,IAAG,eAAe,MAAK,oCAAoC,QAAO,uCAAA;AAAA,EAChF,eAAc,EAAC,IAAG,gBAAgB,MAAK,sCAAsC,QAAO,yCAAA;AAAA,EACpF,UAAS,EAAC,IAAG,iBAAiB,MAAK,wCAAwC,QAAO,2CAAA;AAAA,EAClF,SAAQ,EAAC,IAAG,gBAAgB,MAAK,sCAAsC,QAAO,yCAAA;AAClF;"}
@@ -1,4 +1,4 @@
1
- const t = {
1
+ const typeTooltip = {
2
2
  top: {
3
3
  default: "text-gray-600 bg-gray-300 -top-7 inset-x-0",
4
4
  dark: "text-white bg-black -top-7 inset-x-0",
@@ -73,5 +73,6 @@ const t = {
73
73
  }
74
74
  };
75
75
  export {
76
- t as typeTooltip
76
+ typeTooltip
77
77
  };
78
+ //# sourceMappingURL=Tooltip.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tooltip.js","sources":["../../src/types/Tooltip.ts"],"sourcesContent":["export const typeTooltip = {\n top: {\n default: 'text-gray-600 bg-gray-300 -top-7 inset-x-0',\n dark: 'text-white bg-black -top-7 inset-x-0' ,\n arrow: 'text-gray-600 bg-gray-300 -top-7 inset-x-0 arrow-light-top' ,\n arrowdark: 'text-white bg-black -top-7 inset-x-0 arrow-dark-top ' \n },\n top_start: {\n default: 'text-gray-600 bg-gray-300 -top-7 left-0',\n dark: 'text-white bg-black -top-7 left-0' ,\n arrow: 'text-gray-600 bg-gray-300 -top-7 left-0 arrow-light-top ' ,\n arrowdark: 'text-white bg-black -top-7 inset-x-0 arrow-dark-top ' \n },\n top_end: {\n default: 'text-gray-600 bg-gray-300 -top-7 right-0',\n dark: 'text-white bg-black -top-7 right-0' ,\n arrow: 'text-gray-600 bg-gray-300 -top-7 right-0 arrow-light-top ' ,\n arrowdark: 'text-white bg-black -top-7 right-0 arrow-dark-top ' \n },\n bottom: {\n default: 'text-gray-600 bg-gray-300 -bottom-7 inset-x-0 ',\n dark: 'text-white bg-black -bottom-7 inset-x-0 ' ,\n arrow: 'text-gray-600 bg-gray-300 -bottom-7 inset-x-0 arrow-light-bottom ' ,\n arrowdark: 'text-white bg-black -bottom-7 inset-x-0 arrow-dark-bottom ' \n },\n bottom_start: {\n default: 'text-gray-600 bg-gray-300 -bottom-7 left-0',\n dark: 'text-white bg-black -bottom-7 left-0' ,\n arrow: 'text-gray-600 bg-gray-300 -bottom-7 left-0 arrow-light-bottom' ,\n arrowdark: 'text-white bg-black -bottom-7 left-0 arrow-dark-bottom ' \n },\n bottom_end: {\n default: 'text-gray-600 bg-gray-300 -bottom-7 right-0',\n dark: 'text-white bg-black -bottom-7 right-0' ,\n arrow: 'text-gray-600 bg-gray-300 -bottom-7 right-0 arrow-light-bottom ' ,\n arrowdark: 'text-white bg-black -bottom-7 right-0 arrow-dark-bottom ' \n },\n left: {\n default: 'text-gray-600 bg-gray-300 inset-y-0 -left-12',\n dark: 'text-white bg-black inset-y-0 -left-12' ,\n arrow: 'arrow-light-left text-gray-600 bg-gray-300 inset-y-0 -left-12' ,\n arrowdark: 'text-white bg-black inset-y-0 -left-12 arrow-dark-left ' \n },\n left_start: {\n default: 'text-gray-600 bg-gray-300 top-0 -left-12',\n dark: 'text-white bg-black top-0 -left-12' ,\n arrow: 'text-gray-600 bg-gray-300 top-0 -left-12 arrow-light-left' ,\n arrowdark: 'text-white bg-black top-0 -left-12 arrow-dark-left ' \n },\n left_end: {\n default: 'text-gray-600 bg-gray-300 bottom-0 -left-12',\n dark: 'text-white bg-black bottom-0 -left-12' ,\n arrow: 'text-gray-600 bg-gray-300 bottom-0 -left-12 arrow-light-left ' ,\n arrowdark: 'text-white bg-black arrow-dark-left bottom-0 -left-12' \n },\n right: {\n default: 'text-gray-600 bg-gray-300 inset-y-0 -right-12',\n dark: 'text-white bg-black inset-y-0 -right-12' ,\n arrow: 'text-gray-600 bg-gray-300 inset-y-0 -right-12 arrow-light-right ' ,\n arrowdark: 'text-white bg-black inset-y-0 -right-12 arrow-dark-right' \n },\n right_start: {\n default: 'text-gray-600 bg-gray-300 top-0 -right-12',\n dark: 'text-white bg-black top-0 -right-12' ,\n arrow: 'text-gray-600 bg-gray-300 top-0 -right-12 arrow-light-right' ,\n arrowdark: 'text-white bg-black arrow-dark-right top-0 -right-12' \n },\n right_end: {\n default: 'text-gray-600 bg-gray-300 bottom-0 -right-12',\n dark: 'text-white bg-black bottom-0 -right-12' ,\n arrow: 'text-gray-600 bg-gray-300 bottom-0 -right-12 arrow-light-right' ,\n arrowdark: 'text-white bg-black bottom-0 -right-12 arrow-dark-right ' \n }\n\n}\n\n\nexport type TypeTooltip = keyof typeof typeTooltip\n\n"],"names":[],"mappings":"AAAO,MAAM,cAAc;AAAA,EACvB,KAAK;AAAA,IACD,SAAS;AAAA,IACT,MAAM;AAAA,IACN,OAAQ;AAAA,IACR,WAAW;AAAA,EAAA;AAAA,EAEf,WAAW;AAAA,IACP,SAAS;AAAA,IACT,MAAM;AAAA,IACN,OAAO;AAAA,IACP,WAAW;AAAA,EAAA;AAAA,EAEf,SAAS;AAAA,IACL,SAAS;AAAA,IACT,MAAM;AAAA,IACN,OAAO;AAAA,IACP,WAAW;AAAA,EAAA;AAAA,EAEf,QAAQ;AAAA,IACJ,SAAS;AAAA,IACT,MAAM;AAAA,IACN,OAAO;AAAA,IACP,WAAW;AAAA,EAAA;AAAA,EAEf,cAAc;AAAA,IACV,SAAS;AAAA,IACT,MAAM;AAAA,IACN,OAAO;AAAA,IACP,WAAW;AAAA,EAAA;AAAA,EAEf,YAAY;AAAA,IACR,SAAS;AAAA,IACT,MAAM;AAAA,IACN,OAAO;AAAA,IACP,WAAW;AAAA,EAAA;AAAA,EAEf,MAAM;AAAA,IACF,SAAS;AAAA,IACT,MAAM;AAAA,IACN,OAAO;AAAA,IACP,WAAW;AAAA,EAAA;AAAA,EAEf,YAAY;AAAA,IACR,SAAS;AAAA,IACT,MAAM;AAAA,IACN,OAAO;AAAA,IACP,WAAW;AAAA,EAAA;AAAA,EAEf,UAAU;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,OAAO;AAAA,IACP,WAAW;AAAA,EAAA;AAAA,EAEf,OAAO;AAAA,IACH,SAAS;AAAA,IACT,MAAM;AAAA,IACN,OAAO;AAAA,IACP,WAAW;AAAA,EAAA;AAAA,EAEf,aAAa;AAAA,IACT,SAAS;AAAA,IACT,MAAM;AAAA,IACN,OAAO;AAAA,IACP,WAAW;AAAA,EAAA;AAAA,EAEf,WAAW;AAAA,IACP,SAAS;AAAA,IACT,MAAM;AAAA,IACN,OAAO;AAAA,IACP,WAAW;AAAA,EAAA;AAGnB;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ep-lib-ts",
3
- "version": "1.0.59",
3
+ "version": "1.0.60",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -1,4 +0,0 @@
1
- import f from "../components/basics/EpBtn.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/basics/EpCard.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/basics/EpChip.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/basics/EpDivider.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/basics/EpFlex.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/basics/EpHover.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/basics/EpHoverCard.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/basics/EpIcon.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/basics/EpImg.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/basics/EpImgCarousel.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import m from "../components/basics/EpList.vue.js";
2
- export {
3
- m as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/basics/EpListItem.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/basics/EpSection.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/basics/EpSectionCols.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/basics/EpSpinner.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/basics/EpStackedList.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/basics/EpTable.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/basics/EpText.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/charts/EpBarChart.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/charts/EpFunnelChart.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/charts/EpLineChart.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/charts/EpPieChart.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,36 +0,0 @@
1
- import { defineComponent as a, ref as s, computed as c, createElementBlock as i, openBlock as m, renderSlot as o, createElementVNode as f, normalizeClass as p } from "vue";
2
- import { onClickOutside as d, useEventListener as v } from "@vueuse/core";
3
- const O = /* @__PURE__ */ a({
4
- __name: "DisplayBox",
5
- setup(_) {
6
- const t = s(), e = s();
7
- d(t, (n) => {
8
- e.value = !1;
9
- }), v("keydown", (n) => {
10
- n.key === "Escape" && e && (e.value = !1);
11
- });
12
- function l() {
13
- return e.value = !0;
14
- }
15
- function r() {
16
- return e.value = !1;
17
- }
18
- const u = c(() => e.value ? "w-[32rem]" : "hidden");
19
- return (n, k) => (m(), i("div", null, [
20
- o(n.$slots, "default", { open: l }),
21
- f("div", {
22
- ref_key: "menu",
23
- ref: t,
24
- class: p(`${u.value} custom_index`)
25
- }, [
26
- o(n.$slots, "menu", {
27
- isOpen: e.value,
28
- close: r
29
- })
30
- ], 2)
31
- ]));
32
- }
33
- });
34
- export {
35
- O as default
36
- };
@@ -1,4 +0,0 @@
1
- import m from "../components/educationals/EpBranchingScenario.vue.js";
2
- export {
3
- m as default
4
- };
@@ -1,5 +0,0 @@
1
- import o from "../components/educationals/EpCodeblock.vue.js";
2
- /* empty css */
3
- export {
4
- o as default
5
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/educationals/EpConclusion.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/educationals/EpDescription.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/educationals/EpDocument.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/educationals/EpEdu.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/educationals/EpInstructions.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/educationals/EpIntroduction.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/educationals/EpObjective.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/educationals/EpReading.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/educationals/EpResource.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/educationals/EpScope.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/educationals/EpSpecificObjective.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1 +0,0 @@
1
- .modal-mask{position:fixed;z-index:6998;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;transition:opacity .3s ease}.modal-container{margin:auto;max-height:95%;transition:all .3s ease;z-index:7000}.modal-header h3{margin-top:0;color:#42b983}.modal-body{margin:20px 0}.modal-default-button{float:right}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-from .modal-container,.modal-leave-to .modal-container{transform:scale(1.1)}.content[data-v-f7c467a7]{max-height:0;overflow:hidden}.tree-wrapper[data-v-74d1794a]{overflow:auto;border:1px solid #ddd}.tree-container[data-v-74d1794a]{width:100%;overflow-x:auto}@keyframes fade-2a6d792e{0%{opacity:0}to{opacity:1}}@keyframes scale-2a6d792e{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes slideY-2a6d792e{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.fade[data-v-2a6d792e]{animation:fade-2a6d792e 1s}.scale[data-v-2a6d792e]{animation:scale-2a6d792e 1s}.slideY[data-v-2a6d792e]{animation:slideY-2a6d792e 1s}pre{white-space:break-spaces}.custom_index{z-index:9999;position:absolute;right:12rem}.shape{height:var(--e74a7594);width:var(--68e48852)}.ep-info-box[data-v-82c73734] a{text-decoration:underline;font-weight:500}.arrow-light-top:before{content:" ";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:rgba(0,0,0,.2) transparent transparent transparent}.arrow-dark-top:before{content:" ";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:black transparent transparent transparent}.arrow-light-bottom:before{content:"";position:absolute;display:inline-block;left:50%;bottom:100%;border-right:7px solid transparent;border-bottom:7px solid #eee;border-left:7px solid transparent;border-bottom-color:#0003}.arrow-dark-bottom:before{content:"";position:absolute;display:inline-block;left:50%;bottom:100%;border-right:7px solid transparent;border-bottom:7px solid black;border-left:7px solid transparent;border-bottom-color:black transparent transparent transparent}.arrow-light-left:before{position:absolute;display:inline-block;left:100%;top:50%;content:"";margin-right:0;border-top:5px solid transparent;border-left:5px solid #eee;border-bottom:5px solid transparent;border-left-color:#0003}.arrow-dark-left:before{position:absolute;display:inline-block;left:100%;top:50%;content:"";margin-right:0;border-top:5px solid transparent;border-left:5px solid black;border-bottom:5px solid transparent;border-left-color:black transparent transparent transparent}.arrow-light-right:before{position:absolute;display:inline-block;right:100%;top:50%;content:"";margin-right:0;border-top:5px solid transparent;border-right:5px solid #eee;border-bottom:5px solid transparent;border-right-color:#0003}.arrow-dark-right:before{position:absolute;display:inline-block;right:100%;top:50%;content:"";margin-right:0;border-top:5px solid transparent;border-right:5px solid black;border-bottom:5px solid transparent;border-right-color:black transparent transparent transparent}.v-enter-active[data-v-91694b55],.v-leave-active[data-v-91694b55]{transition:opacity .5s ease}.v-enter-from[data-v-91694b55],.v-leave-to[data-v-91694b55]{opacity:0}.katex[data-v-c2d47687]{font-size:1.6em}.content[data-v-30db13fc]{max-height:0;overflow:hidden}.list-enter-active,.list-leave-active{transition:all .5s ease}.list-enter-from,.list-leave-to{opacity:0;transform:translate(30px)}.sensible-content[data-v-6d05cf69]{position:relative}
@@ -1,4 +0,0 @@
1
- import r from "../components/interactions/EpAccordeon.vue.js";
2
- export {
3
- r as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/interactions/EpContentSlider.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/interactions/EpDarkMode.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/interactions/EpDraggable.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/interactions/EpHotSpot.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,5 +0,0 @@
1
- import o from "../components/interactions/EpModal.vue.js";
2
- /* empty css */
3
- export {
4
- o as default
5
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/interactions/EpQuestion.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/interactions/EpSummativeTable.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/interactions/EpSvgShow.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import m from "../components/interactions/EpTabs.vue.js";
2
- export {
3
- m as default
4
- };
@@ -1,5 +0,0 @@
1
- import o from "../components/interactions/EpTooltip.vue.js";
2
- /* empty css */
3
- export {
4
- o as default
5
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/medias/EpAudio.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/medias/EpCardLink.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import m from "../components/medias/EpCarousel.vue.js";
2
- export {
3
- m as default
4
- };
@@ -1,4 +0,0 @@
1
- import m from "../components/medias/EpHierarchy.vue.js";
2
- export {
3
- m as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/medias/EpIframe.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import m from "../components/medias/EpKatex.vue.js";
2
- export {
3
- m as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/medias/EpLink.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/medias/EpLinkVersion.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/medias/EpLottieSvg.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/medias/EpSoftware.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/medias/EpSvg.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/medias/EpTerm.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,5 +0,0 @@
1
- import o from "../components/medias/EpTimeLine.vue.js";
2
- /* empty css */
3
- export {
4
- o as default
5
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/medias/EpVideo.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/medias/EpVideoPanopto.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/medias/EpWordDef.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import m from "../components/signages/EpAlert.vue.js";
2
- export {
3
- m as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/signages/EpBadge.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/signages/EpHeader.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,4 +0,0 @@
1
- import m from "../components/signages/EpNothing.vue.js";
2
- export {
3
- m as default
4
- };
@@ -1,4 +0,0 @@
1
- import f from "../components/signages/EpQuote.vue.js";
2
- export {
3
- f as default
4
- };
@@ -1,5 +0,0 @@
1
- import o from "../components/signages/EpSkeleton.vue.js";
2
- /* empty css */
3
- export {
4
- o as default
5
- };
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes