ep-lib-ts 1.0.58 → 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 (798) 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 -20
  11. package/dist/components/basics/EpBadge.vue.js.map +1 -0
  12. package/dist/components/basics/EpBadge.vue2.js +29 -2
  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 +119 -67
  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 -39
  153. package/dist/components/forms/EpCheckbox.vue.js.map +1 -0
  154. package/dist/components/forms/EpCheckbox.vue2.js +48 -2
  155. package/dist/components/forms/EpCheckbox.vue2.js.map +1 -0
  156. package/dist/components/forms/EpInput.vue.js +3 -60
  157. package/dist/components/forms/EpInput.vue.js.map +1 -0
  158. package/dist/components/forms/EpInput.vue2.js +78 -2
  159. package/dist/components/forms/EpInput.vue2.js.map +1 -0
  160. package/dist/components/forms/EpRadio.vue.js +3 -39
  161. package/dist/components/forms/EpRadio.vue.js.map +1 -0
  162. package/dist/components/forms/EpRadio.vue2.js +60 -2
  163. package/dist/components/forms/EpRadio.vue2.js.map +1 -0
  164. package/dist/components/forms/EpRadioSummative.vue.js +3 -35
  165. package/dist/components/forms/EpRadioSummative.vue.js.map +1 -0
  166. package/dist/components/forms/EpRadioSummative.vue2.js +48 -2
  167. package/dist/components/forms/EpRadioSummative.vue2.js.map +1 -0
  168. package/dist/components/forms/EpSelect.vue.js +3 -31
  169. package/dist/components/forms/EpSelect.vue.js.map +1 -0
  170. package/dist/components/forms/EpSelect.vue2.js +39 -2
  171. package/dist/components/forms/EpSelect.vue2.js.map +1 -0
  172. package/dist/components/forms/EpSwitch.vue.js +3 -46
  173. package/dist/components/forms/EpSwitch.vue.js.map +1 -0
  174. package/dist/components/forms/EpSwitch.vue2.js +58 -2
  175. package/dist/components/forms/EpSwitch.vue2.js.map +1 -0
  176. package/dist/components/forms/EpTextarea.vue.js +3 -33
  177. package/dist/components/forms/EpTextarea.vue.js.map +1 -0
  178. package/dist/components/forms/EpTextarea.vue2.js +43 -2
  179. package/dist/components/forms/EpTextarea.vue2.js.map +1 -0
  180. package/dist/components/forms/EpToggle.vue.js +3 -36
  181. package/dist/components/forms/EpToggle.vue.js.map +1 -0
  182. package/dist/components/forms/EpToggle.vue2.js +44 -2
  183. package/dist/components/forms/EpToggle.vue2.js.map +1 -0
  184. package/dist/components/interactions/Ep360Image.vue.js +3 -8
  185. package/dist/components/interactions/Ep360Image.vue.js.map +1 -0
  186. package/dist/components/interactions/Ep360Image.vue2.js +11 -2
  187. package/dist/components/interactions/Ep360Image.vue2.js.map +1 -0
  188. package/dist/components/interactions/Ep360Video.vue.js +3 -8
  189. package/dist/components/interactions/Ep360Video.vue.js.map +1 -0
  190. package/dist/components/interactions/Ep360Video.vue2.js +11 -2
  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 +187 -107
  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 +69 -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/Glossary.d.ts +10 -0
  590. package/dist/types/Image.js +6 -4
  591. package/dist/types/Image.js.map +1 -0
  592. package/dist/types/Medias.js +3 -2
  593. package/dist/types/Medias.js.map +1 -0
  594. package/dist/types/Radio.js +3 -2
  595. package/dist/types/Radio.js.map +1 -0
  596. package/dist/types/StackedList.js +3 -2
  597. package/dist/types/StackedList.js.map +1 -0
  598. package/dist/types/Switch.js +3 -2
  599. package/dist/types/Switch.js.map +1 -0
  600. package/dist/types/TimeLine.js +15 -14
  601. package/dist/types/TimeLine.js.map +1 -0
  602. package/dist/types/Tooltip.js +3 -2
  603. package/dist/types/Tooltip.js.map +1 -0
  604. package/dist/{medias → types/medias}/EpSensibleImage.d.ts +2 -0
  605. package/package.json +1 -5
  606. package/dist/basics/EpAvatar.js +0 -4
  607. package/dist/basics/EpBadge.js +0 -4
  608. package/dist/basics/EpBtn.js +0 -4
  609. package/dist/basics/EpCard.js +0 -4
  610. package/dist/basics/EpChip.js +0 -4
  611. package/dist/basics/EpDivider.js +0 -4
  612. package/dist/basics/EpFlex.js +0 -4
  613. package/dist/basics/EpHover.js +0 -4
  614. package/dist/basics/EpHoverCard.js +0 -4
  615. package/dist/basics/EpIcon.js +0 -4
  616. package/dist/basics/EpImg.js +0 -4
  617. package/dist/basics/EpImgCarousel.js +0 -4
  618. package/dist/basics/EpList.js +0 -4
  619. package/dist/basics/EpListItem.js +0 -4
  620. package/dist/basics/EpSection.js +0 -4
  621. package/dist/basics/EpSectionCols.js +0 -4
  622. package/dist/basics/EpSpinner.js +0 -4
  623. package/dist/basics/EpStackedList.js +0 -4
  624. package/dist/basics/EpTable.js +0 -4
  625. package/dist/basics/EpText.js +0 -4
  626. package/dist/charts/EpBarChart.js +0 -4
  627. package/dist/charts/EpFunnelChart.js +0 -4
  628. package/dist/charts/EpLineChart.js +0 -4
  629. package/dist/charts/EpPieChart.js +0 -4
  630. package/dist/components/tools/DisplayBox.vue2.js +0 -36
  631. package/dist/educationals/EpBranchingScenario.js +0 -4
  632. package/dist/educationals/EpCodeblock.js +0 -5
  633. package/dist/educationals/EpConclusion.js +0 -4
  634. package/dist/educationals/EpDescription.js +0 -4
  635. package/dist/educationals/EpDocument.js +0 -4
  636. package/dist/educationals/EpEdu.js +0 -4
  637. package/dist/educationals/EpInstructions.js +0 -4
  638. package/dist/educationals/EpIntroduction.js +0 -4
  639. package/dist/educationals/EpObjective.js +0 -4
  640. package/dist/educationals/EpReading.js +0 -4
  641. package/dist/educationals/EpResource.js +0 -4
  642. package/dist/educationals/EpScope.js +0 -4
  643. package/dist/educationals/EpSpecificObjective.js +0 -4
  644. package/dist/ep-lib-ts.css +0 -1
  645. package/dist/forms/EpCheckbox.js +0 -4
  646. package/dist/forms/EpInput.js +0 -4
  647. package/dist/forms/EpRadio.js +0 -4
  648. package/dist/forms/EpRadioSummative.js +0 -4
  649. package/dist/forms/EpSelect.js +0 -4
  650. package/dist/forms/EpSwitch.js +0 -4
  651. package/dist/forms/EpTextarea.js +0 -4
  652. package/dist/forms/EpToggle.js +0 -4
  653. package/dist/interactions/Ep360Image.js +0 -4
  654. package/dist/interactions/Ep360Video.js +0 -4
  655. package/dist/interactions/EpAccordeon.js +0 -4
  656. package/dist/interactions/EpContentSlider.js +0 -4
  657. package/dist/interactions/EpDarkMode.js +0 -4
  658. package/dist/interactions/EpDraggable.js +0 -4
  659. package/dist/interactions/EpHotSpot.js +0 -4
  660. package/dist/interactions/EpModal.js +0 -5
  661. package/dist/interactions/EpQuestion.js +0 -4
  662. package/dist/interactions/EpSummativeTable.js +0 -4
  663. package/dist/interactions/EpSvgShow.js +0 -4
  664. package/dist/interactions/EpTabs.js +0 -4
  665. package/dist/interactions/EpTooltip.js +0 -5
  666. package/dist/medias/EpAudio.js +0 -4
  667. package/dist/medias/EpCardLink.js +0 -4
  668. package/dist/medias/EpCarousel.js +0 -4
  669. package/dist/medias/EpHierarchy.js +0 -4
  670. package/dist/medias/EpIframe.js +0 -4
  671. package/dist/medias/EpKatex.js +0 -4
  672. package/dist/medias/EpLink.js +0 -4
  673. package/dist/medias/EpLinkVersion.js +0 -4
  674. package/dist/medias/EpLottieSvg.js +0 -4
  675. package/dist/medias/EpSoftware.js +0 -4
  676. package/dist/medias/EpSvg.js +0 -4
  677. package/dist/medias/EpTerm.js +0 -4
  678. package/dist/medias/EpTimeLine.js +0 -5
  679. package/dist/medias/EpVideo.js +0 -4
  680. package/dist/medias/EpVideoPanopto.js +0 -4
  681. package/dist/medias/EpWordDef.js +0 -4
  682. package/dist/signages/EpAlert.js +0 -4
  683. package/dist/signages/EpBadge.js +0 -4
  684. package/dist/signages/EpHeader.js +0 -4
  685. package/dist/signages/EpNothing.js +0 -4
  686. package/dist/signages/EpQuote.js +0 -4
  687. package/dist/signages/EpSkeleton.js +0 -5
  688. /package/dist/{Accordeon.d.ts → types/Accordeon.d.ts} +0 -0
  689. /package/dist/{Aframe.d.ts → types/Aframe.d.ts} +0 -0
  690. /package/dist/{Alert.d.ts → types/Alert.d.ts} +0 -0
  691. /package/dist/{Answer.d.ts → types/Answer.d.ts} +0 -0
  692. /package/dist/{Avatar.d.ts → types/Avatar.d.ts} +0 -0
  693. /package/dist/{Badge.d.ts → types/Badge.d.ts} +0 -0
  694. /package/dist/{Border.d.ts → types/Border.d.ts} +0 -0
  695. /package/dist/{Btn.d.ts → types/Btn.d.ts} +0 -0
  696. /package/dist/{Card.d.ts → types/Card.d.ts} +0 -0
  697. /package/dist/{Chip.d.ts → types/Chip.d.ts} +0 -0
  698. /package/dist/{Codeblock.d.ts → types/Codeblock.d.ts} +0 -0
  699. /package/dist/{Cols.d.ts → types/Cols.d.ts} +0 -0
  700. /package/dist/{Component.d.ts → types/Component.d.ts} +0 -0
  701. /package/dist/{Draggable.d.ts → types/Draggable.d.ts} +0 -0
  702. /package/dist/{GlossaryEntry.d.ts → types/GlossaryEntry.d.ts} +0 -0
  703. /package/dist/{Hierarchy.d.ts → types/Hierarchy.d.ts} +0 -0
  704. /package/dist/{Hover.d.ts → types/Hover.d.ts} +0 -0
  705. /package/dist/{Image.d.ts → types/Image.d.ts} +0 -0
  706. /package/dist/{MandateLevel.d.ts → types/MandateLevel.d.ts} +0 -0
  707. /package/dist/{MediaCarousel.d.ts → types/MediaCarousel.d.ts} +0 -0
  708. /package/dist/{Medias.d.ts → types/Medias.d.ts} +0 -0
  709. /package/dist/{Radio.d.ts → types/Radio.d.ts} +0 -0
  710. /package/dist/{Slides.d.ts → types/Slides.d.ts} +0 -0
  711. /package/dist/{StackedList.d.ts → types/StackedList.d.ts} +0 -0
  712. /package/dist/{SummativeTable.d.ts → types/SummativeTable.d.ts} +0 -0
  713. /package/dist/{Switch.d.ts → types/Switch.d.ts} +0 -0
  714. /package/dist/{Three.d.ts → types/Three.d.ts} +0 -0
  715. /package/dist/{TimeLine.d.ts → types/TimeLine.d.ts} +0 -0
  716. /package/dist/{Tooltip.d.ts → types/Tooltip.d.ts} +0 -0
  717. /package/dist/{basics → types/basics}/EpAvatar.d.ts +0 -0
  718. /package/dist/{basics → types/basics}/EpBadge.d.ts +0 -0
  719. /package/dist/{basics → types/basics}/EpBtn.d.ts +0 -0
  720. /package/dist/{basics → types/basics}/EpCard.d.ts +0 -0
  721. /package/dist/{basics → types/basics}/EpChip.d.ts +0 -0
  722. /package/dist/{basics → types/basics}/EpDivider.d.ts +0 -0
  723. /package/dist/{basics → types/basics}/EpFlex.d.ts +0 -0
  724. /package/dist/{basics → types/basics}/EpHover.d.ts +0 -0
  725. /package/dist/{basics → types/basics}/EpHoverCard.d.ts +0 -0
  726. /package/dist/{basics → types/basics}/EpIcon.d.ts +0 -0
  727. /package/dist/{basics → types/basics}/EpImg.d.ts +0 -0
  728. /package/dist/{basics → types/basics}/EpImgCarousel.d.ts +0 -0
  729. /package/dist/{basics → types/basics}/EpList.d.ts +0 -0
  730. /package/dist/{basics → types/basics}/EpListItem.d.ts +0 -0
  731. /package/dist/{basics → types/basics}/EpSection.d.ts +0 -0
  732. /package/dist/{basics → types/basics}/EpSectionCols.d.ts +0 -0
  733. /package/dist/{basics → types/basics}/EpSpinner.d.ts +0 -0
  734. /package/dist/{basics → types/basics}/EpStackedList.d.ts +0 -0
  735. /package/dist/{basics → types/basics}/EpTable.d.ts +0 -0
  736. /package/dist/{basics → types/basics}/EpText.d.ts +0 -0
  737. /package/dist/{charts → types/charts}/EpBarChart.d.ts +0 -0
  738. /package/dist/{charts → types/charts}/EpFunnelChart.d.ts +0 -0
  739. /package/dist/{charts → types/charts}/EpLineChart.d.ts +0 -0
  740. /package/dist/{charts → types/charts}/EpPieChart.d.ts +0 -0
  741. /package/dist/{educationals → types/educationals}/EpBranchingScenario.d.ts +0 -0
  742. /package/dist/{educationals → types/educationals}/EpCodeblock.d.ts +0 -0
  743. /package/dist/{educationals → types/educationals}/EpConclusion.d.ts +0 -0
  744. /package/dist/{educationals → types/educationals}/EpDescription.d.ts +0 -0
  745. /package/dist/{educationals → types/educationals}/EpDocument.d.ts +0 -0
  746. /package/dist/{educationals → types/educationals}/EpEdu.d.ts +0 -0
  747. /package/dist/{educationals → types/educationals}/EpInstructions.d.ts +0 -0
  748. /package/dist/{educationals → types/educationals}/EpIntroduction.d.ts +0 -0
  749. /package/dist/{educationals → types/educationals}/EpObjective.d.ts +0 -0
  750. /package/dist/{educationals → types/educationals}/EpReading.d.ts +0 -0
  751. /package/dist/{educationals → types/educationals}/EpResource.d.ts +0 -0
  752. /package/dist/{educationals → types/educationals}/EpScope.d.ts +0 -0
  753. /package/dist/{educationals → types/educationals}/EpSpecificObjective.d.ts +0 -0
  754. /package/dist/{forms → types/forms}/EpCheckbox.d.ts +0 -0
  755. /package/dist/{forms → types/forms}/EpInput.d.ts +0 -0
  756. /package/dist/{forms → types/forms}/EpRadio.d.ts +0 -0
  757. /package/dist/{forms → types/forms}/EpRadioSummative.d.ts +0 -0
  758. /package/dist/{forms → types/forms}/EpSelect.d.ts +0 -0
  759. /package/dist/{forms → types/forms}/EpSwitch.d.ts +0 -0
  760. /package/dist/{forms → types/forms}/EpTextarea.d.ts +0 -0
  761. /package/dist/{forms → types/forms}/EpToggle.d.ts +0 -0
  762. /package/dist/{image360.d.ts → types/image360.d.ts} +0 -0
  763. /package/dist/{interactions → types/interactions}/Ep360Image.d.ts +0 -0
  764. /package/dist/{interactions → types/interactions}/Ep360Video.d.ts +0 -0
  765. /package/dist/{interactions → types/interactions}/EpAccordeon.d.ts +0 -0
  766. /package/dist/{interactions → types/interactions}/EpContentSlider.d.ts +0 -0
  767. /package/dist/{interactions → types/interactions}/EpDarkMode.d.ts +0 -0
  768. /package/dist/{interactions → types/interactions}/EpDraggable.d.ts +0 -0
  769. /package/dist/{interactions → types/interactions}/EpHotSpot.d.ts +0 -0
  770. /package/dist/{interactions → types/interactions}/EpModal.d.ts +0 -0
  771. /package/dist/{interactions → types/interactions}/EpQuestion.d.ts +0 -0
  772. /package/dist/{interactions → types/interactions}/EpSummativeTable.d.ts +0 -0
  773. /package/dist/{interactions → types/interactions}/EpSvgShow.d.ts +0 -0
  774. /package/dist/{interactions → types/interactions}/EpTabs.d.ts +0 -0
  775. /package/dist/{interactions → types/interactions}/EpTooltip.d.ts +0 -0
  776. /package/dist/{medias → types/medias}/EpAudio.d.ts +0 -0
  777. /package/dist/{medias → types/medias}/EpCardLink.d.ts +0 -0
  778. /package/dist/{medias → types/medias}/EpCarousel.d.ts +0 -0
  779. /package/dist/{medias → types/medias}/EpHierarchy.d.ts +0 -0
  780. /package/dist/{medias → types/medias}/EpIframe.d.ts +0 -0
  781. /package/dist/{medias → types/medias}/EpKatex.d.ts +0 -0
  782. /package/dist/{medias → types/medias}/EpLink.d.ts +0 -0
  783. /package/dist/{medias → types/medias}/EpLinkVersion.d.ts +0 -0
  784. /package/dist/{medias → types/medias}/EpLottieSvg.d.ts +0 -0
  785. /package/dist/{medias → types/medias}/EpSoftware.d.ts +0 -0
  786. /package/dist/{medias → types/medias}/EpSvg.d.ts +0 -0
  787. /package/dist/{medias → types/medias}/EpTerm.d.ts +0 -0
  788. /package/dist/{medias → types/medias}/EpTimeLine.d.ts +0 -0
  789. /package/dist/{medias → types/medias}/EpVideo.d.ts +0 -0
  790. /package/dist/{medias → types/medias}/EpVideoPanopto.d.ts +0 -0
  791. /package/dist/{medias → types/medias}/EpWordDef.d.ts +0 -0
  792. /package/dist/{signages → types/signages}/EpAlert.d.ts +0 -0
  793. /package/dist/{signages → types/signages}/EpBadge.d.ts +0 -0
  794. /package/dist/{signages → types/signages}/EpHeader.d.ts +0 -0
  795. /package/dist/{signages → types/signages}/EpNothing.d.ts +0 -0
  796. /package/dist/{signages → types/signages}/EpQuote.d.ts +0 -0
  797. /package/dist/{signages → types/signages}/EpSkeleton.d.ts +0 -0
  798. /package/dist/{video360.d.ts → types/video360.d.ts} +0 -0
@@ -1,36 +1,82 @@
1
- import { defineComponent as U, computed as R, toRefs as W, createElementBlock as s, createBlock as B, openBlock as o, createCommentVNode as n, createElementVNode as t, unref as e, Fragment as D, createVNode as a, createSlots as H, withCtx as i, createTextVNode as v, toDisplayString as l, normalizeClass as g, withModifiers as O } from "vue";
2
- import r from "../basics/EpIcon.vue.js";
3
- import x from "../basics/EpBtn.vue.js";
4
- import X from "../tools/DisplayBox.vue2.js";
1
+ import { defineComponent, computed, toRefs, createElementBlock, createBlock, openBlock, createCommentVNode, createElementVNode, unref, Fragment, createVNode, createSlots, withCtx, createTextVNode, toDisplayString, normalizeClass, withModifiers } from "vue";
2
+ import _sfc_main$1 from "../basics/EpIcon.vue.js";
3
+ import _sfc_main$3 from "../basics/EpBtn.vue.js";
4
+ import _sfc_main$4 from "../tools/DisplayBox.vue.js";
5
5
  /* empty css */
6
- import q from "./EpEdu.vue.js";
7
- import { useRenderText as F } from "../../composables/useRenderText.js";
8
- import { mdiBookOpenPageVariant as S, mdiBookOpenVariant as L, mdiOpenInNew as P, mdiBookmarkBox as A } from "@mdi/js";
9
- const Y = {
6
+ import _sfc_main$2 from "./EpEdu.vue.js";
7
+ import { useRenderText } from "../../composables/useRenderText.js";
8
+ import { mdiBookOpenPageVariant, mdiBookOpenVariant, mdiOpenInNew, mdiBookmarkBox } from "@mdi/js";
9
+ const _hoisted_1 = {
10
10
  key: 0,
11
11
  class: "flex shadow-sm rounded-lg overflow-hidden bg-white dark:bg-dark md:flex-row"
12
- }, Z = {
12
+ };
13
+ const _hoisted_2 = {
13
14
  key: 0,
14
15
  class: "h-96 mr-2 w-full rounded-t-lg md:h-auto md:w-56 md:rounded-none md:rounded-l-lg flex justify-center items-center text-gray-300"
15
- }, ee = ["src", "alt"], te = {
16
+ };
17
+ const _hoisted_3 = ["src", "alt"];
18
+ const _hoisted_4 = {
16
19
  key: 1,
17
20
  class: "h-96 w-full rounded-t-lg md:h-auto md:w-56 md:rounded-none md:rounded-l-lg flex justify-center items-center text-gray-300 dark:bg-dark"
18
- }, oe = { class: "flex py-3 flex-col w-full" }, se = ["innerHTML"], le = { class: "w-full" }, ne = { class: "flex" }, ae = {
21
+ };
22
+ const _hoisted_5 = { class: "flex py-3 flex-col w-full" };
23
+ const _hoisted_6 = ["innerHTML"];
24
+ const _hoisted_7 = { class: "w-full" };
25
+ const _hoisted_8 = { class: "flex" };
26
+ const _hoisted_9 = {
19
27
  key: 0,
20
28
  class: "flex-1 py-2"
21
- }, ie = { class: "font-medium" }, de = {
29
+ };
30
+ const _hoisted_10 = { class: "font-medium" };
31
+ const _hoisted_11 = {
22
32
  key: 0,
23
33
  class: "font-bold mr-1"
24
- }, re = { key: 1 }, ce = { key: 2 }, ue = { key: 3 }, _e = { key: 0 }, pe = { class: "text-sm italic pr-1" }, fe = { class: "" }, me = { class: "pl-2 align-middle" }, he = ["innerHTML"], ye = { class: "flex flex-row justify-between" }, be = { class: "p-5" }, ke = { class: "text-lg leading-6 font-semibold font-sans" }, ve = { class: "flex" }, ge = { class: "p-5" }, xe = { class: "w-[32rem]" }, we = { class: "flex flex-col rounded-lg bg-white dark:bg-dark dark:border-r md:flex-row" }, Ie = ["src", "alt"], Ce = {
34
+ };
35
+ const _hoisted_12 = { key: 1 };
36
+ const _hoisted_13 = { key: 2 };
37
+ const _hoisted_14 = { key: 3 };
38
+ const _hoisted_15 = { key: 0 };
39
+ const _hoisted_16 = { class: "text-sm italic pr-1" };
40
+ const _hoisted_17 = { class: "" };
41
+ const _hoisted_18 = { class: "pl-2 align-middle" };
42
+ const _hoisted_19 = ["innerHTML"];
43
+ const _hoisted_20 = { class: "flex flex-row justify-between" };
44
+ const _hoisted_21 = { class: "p-5" };
45
+ const _hoisted_22 = { class: "text-lg leading-6 font-semibold font-sans" };
46
+ const _hoisted_23 = { class: "flex" };
47
+ const _hoisted_24 = { class: "p-5" };
48
+ const _hoisted_25 = { class: "w-[32rem]" };
49
+ const _hoisted_26 = { class: "flex flex-col rounded-lg bg-white dark:bg-dark dark:border-r md:flex-row" };
50
+ const _hoisted_27 = ["src", "alt"];
51
+ const _hoisted_28 = {
25
52
  key: 1,
26
53
  class: "h-96 border-l border-t border-b w-full rounded-t-lg md:h-auto md:w-56 md:rounded-none md:rounded-l-lg flex justify-center items-center text-gray-300"
27
- }, Be = { class: "flex flex-col justify-between w-full" }, Le = { class: "text-left px-5 py-2 bg-gray-100 text-black dark:rounded-tr-lg" }, $e = { class: "pl-2 align-middle" }, je = { class: "w-full px-5" }, ze = { class: "flex" }, Ee = {
54
+ };
55
+ const _hoisted_29 = { class: "flex flex-col justify-between w-full" };
56
+ const _hoisted_30 = { class: "text-left px-5 py-2 bg-gray-100 text-black dark:rounded-tr-lg" };
57
+ const _hoisted_31 = { class: "pl-2 align-middle" };
58
+ const _hoisted_32 = { class: "w-full px-5" };
59
+ const _hoisted_33 = { class: "flex" };
60
+ const _hoisted_34 = {
28
61
  key: 0,
29
62
  class: "flex-1 py-2"
30
- }, Te = { class: "font-medium" }, Ve = {
63
+ };
64
+ const _hoisted_35 = { class: "font-medium" };
65
+ const _hoisted_36 = {
31
66
  key: 0,
32
67
  class: "font-bold mr-2"
33
- }, Me = { key: 1 }, Ne = { key: 2 }, Re = { key: 3 }, De = { key: 0 }, He = { class: "text-sm italic pr-1" }, Oe = { class: "pl-2 align-middle" }, qe = { class: "bg-gray-100 dark:bg-transparent dark:border-b dark:rounded-br text-right pr-5" }, Fe = { class: "border-l p-5" }, Se = "https://live.staticflickr.com/4868/45940268562_c5f7fdd06b_q.jpg", Pe = "https://farm5.staticflickr.com/4868/45940268562_9452f09a61_o.png", Ye = /* @__PURE__ */ U({
68
+ };
69
+ const _hoisted_37 = { key: 1 };
70
+ const _hoisted_38 = { key: 2 };
71
+ const _hoisted_39 = { key: 3 };
72
+ const _hoisted_40 = { key: 0 };
73
+ const _hoisted_41 = { class: "text-sm italic pr-1" };
74
+ const _hoisted_42 = { class: "pl-2 align-middle" };
75
+ const _hoisted_43 = { class: "bg-gray-100 dark:bg-transparent dark:border-b dark:rounded-br text-right pr-5" };
76
+ const _hoisted_44 = { class: "border-l p-5" };
77
+ const old_image = "https://live.staticflickr.com/4868/45940268562_c5f7fdd06b_q.jpg";
78
+ const bad_image = "https://farm5.staticflickr.com/4868/45940268562_9452f09a61_o.png";
79
+ const _sfc_main = /* @__PURE__ */ defineComponent({
34
80
  __name: "EpReading",
35
81
  props: {
36
82
  url: {},
@@ -43,12 +89,12 @@ const Y = {
43
89
  pages: {},
44
90
  mandateLevel: {},
45
91
  intentions: {},
46
- compact: { type: Boolean, default: !1 },
92
+ compact: { type: Boolean, default: false },
47
93
  more: { type: Boolean },
48
94
  version_link: {},
49
- hideCover: { type: Boolean, default: !1 },
95
+ hideCover: { type: Boolean, default: false },
50
96
  type: { default: "neutral" },
51
- hideIcon: { type: Boolean, default: !1 },
97
+ hideIcon: { type: Boolean, default: false },
52
98
  labelIn: { default: "dans" },
53
99
  labelRead: { default: "Lire" },
54
100
  labelClose: { default: "Fermer" },
@@ -56,252 +102,271 @@ const Y = {
56
102
  labelCard: { default: "Lecture" },
57
103
  labelIntentions: { default: "Intentions de lecture" }
58
104
  },
59
- setup(G) {
60
- const d = G, $ = R(() => !(d.cover === Se || d.cover.trim().length === 0 || d.cover === Pe)), c = R(() => !!(d.author || d.editor || d.container || d.year)), {
61
- title: f,
62
- intentions: h,
63
- cover: j,
64
- hideCover: z,
65
- year: u,
66
- author: y,
67
- container: b,
68
- editor: _,
69
- pages: p,
70
- type: E,
71
- mandateLevel: J,
72
- url: k,
73
- labelIn: T,
74
- labelRead: V,
75
- labelClose: K,
76
- labelDetails: Q,
77
- labelCard: w,
78
- labelIntentions: M
79
- } = W(d), N = (m) => {
80
- const I = m.target;
81
- I.src && (I.src = "https://live.staticflickr.com/4868/45940268562_c5f7fdd06b_q.jpg");
105
+ setup(__props) {
106
+ const props = __props;
107
+ const hasCover = computed(() => {
108
+ if (props.cover === old_image || props.cover.trim().length === 0 || props.cover === bad_image) {
109
+ return false;
110
+ }
111
+ return true;
112
+ });
113
+ const hasDetails = computed(() => {
114
+ if (props.author || props.editor || props.container || props.year) {
115
+ return true;
116
+ }
117
+ return false;
118
+ });
119
+ const {
120
+ title,
121
+ intentions,
122
+ cover,
123
+ hideCover,
124
+ year,
125
+ author,
126
+ container,
127
+ editor,
128
+ pages,
129
+ type,
130
+ mandateLevel,
131
+ url,
132
+ labelIn,
133
+ labelRead,
134
+ labelClose,
135
+ labelDetails,
136
+ labelCard,
137
+ labelIntentions
138
+ } = toRefs(props);
139
+ const errorImg = (event) => {
140
+ const imgElement = event.target;
141
+ if (imgElement.src) {
142
+ imgElement.src = "https://live.staticflickr.com/4868/45940268562_c5f7fdd06b_q.jpg";
143
+ }
82
144
  };
83
- return (m, I) => m.compact ? (o(), B(q, {
84
- key: 1,
85
- title: e(w),
86
- labelIntentions: e(M),
87
- icon: e(L),
88
- flat: "",
89
- type: e(E),
90
- hideIcon: m.hideIcon
91
- }, H({
92
- content: i(() => [
93
- t("div", ye, [
94
- t("div", be, [
95
- t("span", ke, l(e(f)), 1)
96
- ]),
97
- t("div", ve, [
98
- t("div", ge, [
99
- a(X, null, {
100
- default: i(({ open: C }) => [
101
- a(x, {
102
- text: "",
103
- onClick: O(C, ["stop"]),
104
- type: "primary"
105
- }, {
106
- default: i(() => [
107
- v(l(e(Q)), 1)
145
+ return (_ctx, _cache) => {
146
+ return !_ctx.compact ? (openBlock(), createElementBlock("div", _hoisted_1, [
147
+ !unref(hideCover) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
148
+ hasCover.value ? (openBlock(), createElementBlock("div", _hoisted_2, [
149
+ createElementVNode("img", {
150
+ src: unref(cover),
151
+ alt: `image de la lecture ${unref(title)}`,
152
+ onError: errorImg
153
+ }, null, 40, _hoisted_3)
154
+ ])) : (openBlock(), createElementBlock("div", _hoisted_4, [
155
+ createVNode(_sfc_main$1, {
156
+ "icon-path": unref(mdiBookOpenPageVariant),
157
+ size: "95"
158
+ }, null, 8, ["icon-path"])
159
+ ]))
160
+ ], 64)) : createCommentVNode("", true),
161
+ createElementVNode("div", _hoisted_5, [
162
+ createVNode(_sfc_main$2, {
163
+ title: unref(labelCard),
164
+ labelIntentions: unref(labelIntentions),
165
+ icon: unref(mdiBookOpenVariant),
166
+ flat: "",
167
+ type: unref(type),
168
+ hideIcon: _ctx.hideIcon,
169
+ mandateLevel: unref(mandateLevel)
170
+ }, createSlots({
171
+ content: withCtx(() => [
172
+ createElementVNode("div", _hoisted_7, [
173
+ createElementVNode("h4", {
174
+ class: normalizeClass(`text-xl font-semibold ${hasDetails.value || unref(pages) ? "border-b" : ""}`)
175
+ }, toDisplayString(unref(title)), 3),
176
+ createElementVNode("div", _hoisted_8, [
177
+ hasDetails.value ? (openBlock(), createElementBlock("div", _hoisted_9, [
178
+ createElementVNode("p", _hoisted_10, [
179
+ unref(author) ? (openBlock(), createElementBlock("span", _hoisted_11, toDisplayString(unref(author)), 1)) : createCommentVNode("", true),
180
+ unref(year) ? (openBlock(), createElementBlock("span", _hoisted_12, "(" + toDisplayString(unref(year)) + ")", 1)) : createCommentVNode("", true),
181
+ unref(year) && unref(editor) ? (openBlock(), createElementBlock("span", _hoisted_13, ", ")) : createCommentVNode("", true),
182
+ unref(editor) ? (openBlock(), createElementBlock("span", _hoisted_14, toDisplayString(unref(editor)), 1)) : createCommentVNode("", true)
108
183
  ]),
109
- _: 2
110
- }, 1032, ["onClick"])
111
- ]),
112
- menu: i(({ close: C }) => [
113
- t("div", xe, [
114
- t("div", we, [
115
- e(z) ? n("", !0) : (o(), s(D, { key: 0 }, [
116
- $.value ? (o(), s("img", {
117
- key: 0,
118
- class: "object-cover h-96 w-full rounded-t-lg md:h-auto md:w-56 md:rounded-none md:rounded-l-lg",
119
- src: e(j),
120
- alt: `image de la lecture ${e(f)}`,
121
- onError: N
122
- }, null, 40, Ie)) : (o(), s("div", Ce, [
123
- a(r, {
124
- "icon-path": e(S),
125
- size: "95"
126
- }, null, 8, ["icon-path"])
127
- ]))
128
- ], 64)),
129
- t("div", Be, [
130
- t("div", Le, [
131
- a(r, {
132
- size: 24,
133
- "icon-path": e(L)
134
- }, null, 8, ["icon-path"]),
135
- t("span", $e, l(e(w)), 1)
136
- ]),
137
- t("div", je, [
138
- t("h4", {
139
- class: g(`text-xl font-semibold py-4 ${c.value || e(p) ? "border-b" : ""}`)
140
- }, l(e(f)), 3),
141
- t("div", ze, [
142
- c.value ? (o(), s("div", Ee, [
143
- t("p", Te, [
144
- e(y) ? (o(), s("span", Ve, l(e(y)), 1)) : n("", !0),
145
- e(u) ? (o(), s("span", Me, " (" + l(e(u)) + ")", 1)) : n("", !0),
146
- e(u) && e(_) ? (o(), s("span", Ne, ", ")) : n("", !0),
147
- e(_) ? (o(), s("span", Re, l(e(_)), 1)) : n("", !0)
148
- ]),
149
- e(b) ? (o(), s("p", De, [
150
- t("span", He, l(e(T)), 1),
151
- t("span", null, l(e(b)), 1)
152
- ])) : n("", !0)
153
- ])) : n("", !0),
154
- e(p) ? (o(), s("div", {
155
- key: 1,
156
- class: g(`flex-1 pt-2 pb-2 ${c.value ? "border-l pl-2" : ""}`)
157
- }, [
158
- a(r, {
159
- size: 24,
160
- "icon-path": e(A)
161
- }, null, 8, ["icon-path"]),
162
- t("span", Oe, l(e(p)), 1)
163
- ], 2)) : n("", !0)
164
- ])
165
- ]),
166
- t("div", qe, [
167
- a(x, {
168
- text: "",
169
- onClick: O(C, ["stop"]),
170
- type: "error"
171
- }, {
172
- default: i(() => [
173
- v(l(e(K)), 1)
174
- ]),
175
- _: 2
176
- }, 1032, ["onClick"])
177
- ])
178
- ])
179
- ])
180
- ])
181
- ]),
182
- _: 1
183
- })
184
+ unref(container) ? (openBlock(), createElementBlock("p", _hoisted_15, [
185
+ createElementVNode("span", _hoisted_16, toDisplayString(unref(labelIn)), 1),
186
+ createElementVNode("span", _hoisted_17, toDisplayString(unref(container)), 1)
187
+ ])) : createCommentVNode("", true)
188
+ ])) : createCommentVNode("", true),
189
+ unref(pages) ? (openBlock(), createElementBlock("div", {
190
+ key: 1,
191
+ class: normalizeClass(`flex-1 pt-2 pb-2 ${hasDetails.value ? "border-l pl-2" : ""}`)
192
+ }, [
193
+ createVNode(_sfc_main$1, {
194
+ size: 24,
195
+ "icon-path": unref(mdiBookmarkBox)
196
+ }, null, 8, ["icon-path"]),
197
+ createElementVNode("span", _hoisted_18, toDisplayString(unref(pages)), 1)
198
+ ], 2)) : createCommentVNode("", true)
199
+ ])
200
+ ])
184
201
  ]),
185
- t("div", Fe, [
186
- e(k) ? (o(), B(x, {
202
+ actions: withCtx(() => [
203
+ unref(url) ? (openBlock(), createBlock(_sfc_main$3, {
187
204
  key: 0,
188
205
  text: "",
189
- href: e(k),
206
+ href: unref(url),
190
207
  type: "primary"
191
208
  }, {
192
- default: i(() => [
193
- a(r, {
209
+ default: withCtx(() => [
210
+ createVNode(_sfc_main$1, {
194
211
  size: 20,
195
- "icon-path": e(P)
212
+ "icon-path": unref(mdiOpenInNew)
196
213
  }, null, 8, ["icon-path"]),
197
- v(" " + l(e(V)), 1)
214
+ createTextVNode(" " + toDisplayString(unref(labelRead)), 1)
198
215
  ]),
199
216
  _: 1
200
- }, 8, ["href"])) : n("", !0)
201
- ])
202
- ])
217
+ }, 8, ["href"])) : createCommentVNode("", true)
218
+ ]),
219
+ _: 2
220
+ }, [
221
+ unref(intentions) ? {
222
+ name: "intentions",
223
+ fn: withCtx(() => [
224
+ createElementVNode("div", {
225
+ innerHTML: unref(useRenderText)(unref(intentions))
226
+ }, null, 8, _hoisted_6)
227
+ ]),
228
+ key: "0"
229
+ } : void 0
230
+ ]), 1032, ["title", "labelIntentions", "icon", "type", "hideIcon", "mandateLevel"])
203
231
  ])
204
- ]),
205
- _: 2
206
- }, [
207
- e(h) ? {
208
- name: "intentions",
209
- fn: i(() => [
210
- t("div", {
211
- innerHTML: e(F)(e(h))
212
- }, null, 8, he)
213
- ]),
214
- key: "0"
215
- } : void 0
216
- ]), 1032, ["title", "labelIntentions", "icon", "type", "hideIcon"])) : (o(), s("div", Y, [
217
- e(z) ? n("", !0) : (o(), s(D, { key: 0 }, [
218
- $.value ? (o(), s("div", Z, [
219
- t("img", {
220
- src: e(j),
221
- alt: `image de la lecture ${e(f)}`,
222
- onError: N
223
- }, null, 40, ee)
224
- ])) : (o(), s("div", te, [
225
- a(r, {
226
- "icon-path": e(S),
227
- size: "95"
228
- }, null, 8, ["icon-path"])
229
- ]))
230
- ], 64)),
231
- t("div", oe, [
232
- a(q, {
233
- title: e(w),
234
- labelIntentions: e(M),
235
- icon: e(L),
236
- flat: "",
237
- type: e(E),
238
- hideIcon: m.hideIcon,
239
- mandateLevel: e(J)
240
- }, H({
241
- content: i(() => [
242
- t("div", le, [
243
- t("h4", {
244
- class: g(`text-xl font-semibold ${c.value || e(p) ? "border-b" : ""}`)
245
- }, l(e(f)), 3),
246
- t("div", ne, [
247
- c.value ? (o(), s("div", ae, [
248
- t("p", ie, [
249
- e(y) ? (o(), s("span", de, l(e(y)), 1)) : n("", !0),
250
- e(u) ? (o(), s("span", re, "(" + l(e(u)) + ")", 1)) : n("", !0),
251
- e(u) && e(_) ? (o(), s("span", ce, ", ")) : n("", !0),
252
- e(_) ? (o(), s("span", ue, l(e(_)), 1)) : n("", !0)
232
+ ])) : (openBlock(), createBlock(_sfc_main$2, {
233
+ key: 1,
234
+ title: unref(labelCard),
235
+ labelIntentions: unref(labelIntentions),
236
+ icon: unref(mdiBookOpenVariant),
237
+ flat: "",
238
+ type: unref(type),
239
+ hideIcon: _ctx.hideIcon
240
+ }, createSlots({
241
+ content: withCtx(() => [
242
+ createElementVNode("div", _hoisted_20, [
243
+ createElementVNode("div", _hoisted_21, [
244
+ createElementVNode("span", _hoisted_22, toDisplayString(unref(title)), 1)
245
+ ]),
246
+ createElementVNode("div", _hoisted_23, [
247
+ createElementVNode("div", _hoisted_24, [
248
+ createVNode(_sfc_main$4, null, {
249
+ default: withCtx(({ open }) => [
250
+ createVNode(_sfc_main$3, {
251
+ text: "",
252
+ onClick: withModifiers(open, ["stop"]),
253
+ type: "primary"
254
+ }, {
255
+ default: withCtx(() => [
256
+ createTextVNode(toDisplayString(unref(labelDetails)), 1)
257
+ ]),
258
+ _: 2
259
+ }, 1032, ["onClick"])
253
260
  ]),
254
- e(b) ? (o(), s("p", _e, [
255
- t("span", pe, l(e(T)), 1),
256
- t("span", fe, l(e(b)), 1)
257
- ])) : n("", !0)
258
- ])) : n("", !0),
259
- e(p) ? (o(), s("div", {
260
- key: 1,
261
- class: g(`flex-1 pt-2 pb-2 ${c.value ? "border-l pl-2" : ""}`)
262
- }, [
263
- a(r, {
264
- size: 24,
265
- "icon-path": e(A)
266
- }, null, 8, ["icon-path"]),
267
- t("span", me, l(e(p)), 1)
268
- ], 2)) : n("", !0)
261
+ menu: withCtx(({ close }) => [
262
+ createElementVNode("div", _hoisted_25, [
263
+ createElementVNode("div", _hoisted_26, [
264
+ !unref(hideCover) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
265
+ hasCover.value ? (openBlock(), createElementBlock("img", {
266
+ key: 0,
267
+ class: "object-cover h-96 w-full rounded-t-lg md:h-auto md:w-56 md:rounded-none md:rounded-l-lg",
268
+ src: unref(cover),
269
+ alt: `image de la lecture ${unref(title)}`,
270
+ onError: errorImg
271
+ }, null, 40, _hoisted_27)) : (openBlock(), createElementBlock("div", _hoisted_28, [
272
+ createVNode(_sfc_main$1, {
273
+ "icon-path": unref(mdiBookOpenPageVariant),
274
+ size: "95"
275
+ }, null, 8, ["icon-path"])
276
+ ]))
277
+ ], 64)) : createCommentVNode("", true),
278
+ createElementVNode("div", _hoisted_29, [
279
+ createElementVNode("div", _hoisted_30, [
280
+ createVNode(_sfc_main$1, {
281
+ size: 24,
282
+ "icon-path": unref(mdiBookOpenVariant)
283
+ }, null, 8, ["icon-path"]),
284
+ createElementVNode("span", _hoisted_31, toDisplayString(unref(labelCard)), 1)
285
+ ]),
286
+ createElementVNode("div", _hoisted_32, [
287
+ createElementVNode("h4", {
288
+ class: normalizeClass(`text-xl font-semibold py-4 ${hasDetails.value || unref(pages) ? "border-b" : ""}`)
289
+ }, toDisplayString(unref(title)), 3),
290
+ createElementVNode("div", _hoisted_33, [
291
+ hasDetails.value ? (openBlock(), createElementBlock("div", _hoisted_34, [
292
+ createElementVNode("p", _hoisted_35, [
293
+ unref(author) ? (openBlock(), createElementBlock("span", _hoisted_36, toDisplayString(unref(author)), 1)) : createCommentVNode("", true),
294
+ unref(year) ? (openBlock(), createElementBlock("span", _hoisted_37, " (" + toDisplayString(unref(year)) + ")", 1)) : createCommentVNode("", true),
295
+ unref(year) && unref(editor) ? (openBlock(), createElementBlock("span", _hoisted_38, ", ")) : createCommentVNode("", true),
296
+ unref(editor) ? (openBlock(), createElementBlock("span", _hoisted_39, toDisplayString(unref(editor)), 1)) : createCommentVNode("", true)
297
+ ]),
298
+ unref(container) ? (openBlock(), createElementBlock("p", _hoisted_40, [
299
+ createElementVNode("span", _hoisted_41, toDisplayString(unref(labelIn)), 1),
300
+ createElementVNode("span", null, toDisplayString(unref(container)), 1)
301
+ ])) : createCommentVNode("", true)
302
+ ])) : createCommentVNode("", true),
303
+ unref(pages) ? (openBlock(), createElementBlock("div", {
304
+ key: 1,
305
+ class: normalizeClass(`flex-1 pt-2 pb-2 ${hasDetails.value ? "border-l pl-2" : ""}`)
306
+ }, [
307
+ createVNode(_sfc_main$1, {
308
+ size: 24,
309
+ "icon-path": unref(mdiBookmarkBox)
310
+ }, null, 8, ["icon-path"]),
311
+ createElementVNode("span", _hoisted_42, toDisplayString(unref(pages)), 1)
312
+ ], 2)) : createCommentVNode("", true)
313
+ ])
314
+ ]),
315
+ createElementVNode("div", _hoisted_43, [
316
+ createVNode(_sfc_main$3, {
317
+ text: "",
318
+ onClick: withModifiers(close, ["stop"]),
319
+ type: "error"
320
+ }, {
321
+ default: withCtx(() => [
322
+ createTextVNode(toDisplayString(unref(labelClose)), 1)
323
+ ]),
324
+ _: 2
325
+ }, 1032, ["onClick"])
326
+ ])
327
+ ])
328
+ ])
329
+ ])
330
+ ]),
331
+ _: 1
332
+ })
333
+ ]),
334
+ createElementVNode("div", _hoisted_44, [
335
+ unref(url) ? (openBlock(), createBlock(_sfc_main$3, {
336
+ key: 0,
337
+ text: "",
338
+ href: unref(url),
339
+ type: "primary"
340
+ }, {
341
+ default: withCtx(() => [
342
+ createVNode(_sfc_main$1, {
343
+ size: 20,
344
+ "icon-path": unref(mdiOpenInNew)
345
+ }, null, 8, ["icon-path"]),
346
+ createTextVNode(" " + toDisplayString(unref(labelRead)), 1)
347
+ ]),
348
+ _: 1
349
+ }, 8, ["href"])) : createCommentVNode("", true)
269
350
  ])
270
351
  ])
352
+ ])
353
+ ]),
354
+ _: 2
355
+ }, [
356
+ unref(intentions) ? {
357
+ name: "intentions",
358
+ fn: withCtx(() => [
359
+ createElementVNode("div", {
360
+ innerHTML: unref(useRenderText)(unref(intentions))
361
+ }, null, 8, _hoisted_19)
271
362
  ]),
272
- actions: i(() => [
273
- e(k) ? (o(), B(x, {
274
- key: 0,
275
- text: "",
276
- href: e(k),
277
- type: "primary"
278
- }, {
279
- default: i(() => [
280
- a(r, {
281
- size: 20,
282
- "icon-path": e(P)
283
- }, null, 8, ["icon-path"]),
284
- v(" " + l(e(V)), 1)
285
- ]),
286
- _: 1
287
- }, 8, ["href"])) : n("", !0)
288
- ]),
289
- _: 2
290
- }, [
291
- e(h) ? {
292
- name: "intentions",
293
- fn: i(() => [
294
- t("div", {
295
- innerHTML: e(F)(e(h))
296
- }, null, 8, se)
297
- ]),
298
- key: "0"
299
- } : void 0
300
- ]), 1032, ["title", "labelIntentions", "icon", "type", "hideIcon", "mandateLevel"])
301
- ])
302
- ]));
363
+ key: "0"
364
+ } : void 0
365
+ ]), 1032, ["title", "labelIntentions", "icon", "type", "hideIcon"]));
366
+ };
303
367
  }
304
368
  });
305
369
  export {
306
- Ye as default
370
+ _sfc_main as default
307
371
  };
372
+ //# sourceMappingURL=EpReading.vue.js.map