ep-lib-ts 0.1.42 → 0.1.44

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 (128) hide show
  1. package/dist/{BgAudio-12a94111.js → BgAudio-201834a5.js} +1 -1
  2. package/dist/{DisplayBox-458ccfee.js → DisplayBox-171d0236.js} +1 -1
  3. package/dist/{EpAlert-869e9a5a.js → EpAlert-b912c3ae.js} +1 -1
  4. package/dist/{EpAudio-7b06fb87.js → EpAudio-2101bf81.js} +1 -1
  5. package/dist/EpBadge-7247df23.js +6 -0
  6. package/dist/{EpBarChart-2756826c.js → EpBarChart-607f1d3a.js} +1 -1
  7. package/dist/EpBtn-c6ee3c06.js +6 -0
  8. package/dist/EpCard-17e2340f.js +6 -0
  9. package/dist/EpCheckbox-b4696548.js +41 -0
  10. package/dist/EpChip-fad19f38.js +6 -0
  11. package/dist/EpCodeblock-4ac683f6.js +1467 -0
  12. package/dist/EpContentSlider-8445422f.js +6 -0
  13. package/dist/EpDivider-4fa1a100.js +6 -0
  14. package/dist/{EpEdu-75241c80.js → EpEdu-b733e904.js} +1 -1
  15. package/dist/EpFlex-e6ffe678.js +6 -0
  16. package/dist/EpHeader-dcb977a2.js +6 -0
  17. package/dist/EpHotsPot-f4deb558.js +56 -0
  18. package/dist/EpHover-377ef256.js +32 -0
  19. package/dist/{EpIcon-c83cee4a.js → EpIcon-a64b1a32.js} +1 -1
  20. package/dist/EpIframe-d14d7039.js +6 -0
  21. package/dist/EpImg-37e8c6da.js +6 -0
  22. package/dist/{EpInput-bfe1f0a8.js → EpInput-c0096d40.js} +1 -1
  23. package/dist/EpLineChart-78c50047.js +6 -0
  24. package/dist/EpLink-7a03f094.js +6 -0
  25. package/dist/EpLinkVersion-55282f69.js +6 -0
  26. package/dist/{EpList-ca9a647d.js → EpList-5211df15.js} +1 -1
  27. package/dist/EpModal-d0e7bfe1.js +6 -0
  28. package/dist/{EpNothing-27aa18ae.js → EpNothing-c3bae89e.js} +1 -1
  29. package/dist/EpPieChart-ccc6e9ea.js +6 -0
  30. package/dist/EpQuestion-1b0e98d9.js +6 -0
  31. package/dist/EpQuote-a3d9641f.js +6 -0
  32. package/dist/EpRadio-33311a7c.js +6 -0
  33. package/dist/EpRadioSummative-25f2d598.js +6 -0
  34. package/dist/EpReading-11835aac.js +6 -0
  35. package/dist/EpResource-d2707861.js +6 -0
  36. package/dist/EpScope-60c80551.js +6 -0
  37. package/dist/EpSection-9c54221c.js +6 -0
  38. package/dist/{EpSelect-f2ec0108.js → EpSelect-78c9c0aa.js} +1 -1
  39. package/dist/EpSkeleton-a40c904b.js +6 -0
  40. package/dist/EpSoftware-887b35ab.js +6 -0
  41. package/dist/EpSpinner-f7b9988b.js +6 -0
  42. package/dist/EpSummativeTable-1e759db5.js +6 -0
  43. package/dist/EpSvg-2a82f199.js +6 -0
  44. package/dist/{EpSwitch-9feee893.js → EpSwitch-778610f4.js} +20 -20
  45. package/dist/EpTable-bc1744a8.js +6 -0
  46. package/dist/EpTerm-96482f48.js +6 -0
  47. package/dist/EpText-ab46371f.js +6 -0
  48. package/dist/EpTimeLine-67891a23.js +6 -0
  49. package/dist/{EpToggle-9755056a.js → EpToggle-79231e19.js} +2 -2
  50. package/dist/EpVideo-8d575ce2.js +6 -0
  51. package/dist/EpVideoPanopto-716e3877.js +6 -0
  52. package/dist/EpWordDef-89e45463.js +6 -0
  53. package/dist/components/basics/EpHover.vue.d.ts +49 -0
  54. package/dist/components/basics/EpImg.vue.d.ts +5 -0
  55. package/dist/components/charts/EpBarChart.vue.d.ts +1 -0
  56. package/dist/components/charts/EpLineChart.vue.d.ts +1 -0
  57. package/dist/components/charts/EpPieChart.vue.d.ts +1 -0
  58. package/dist/components/educationals/EpCodeblock.vue.d.ts +42 -0
  59. package/dist/components/forms/EpCheckbox.vue.d.ts +10 -14
  60. package/dist/components/forms/EpInput.vue.d.ts +1 -1
  61. package/dist/components/forms/EpRadioSummative.vue.d.ts +56 -0
  62. package/dist/components/forms/EpSelect.vue.d.ts +1 -1
  63. package/dist/components/forms/EpTextarea.vue.d.ts +1 -1
  64. package/dist/components/forms/EpToggle.vue.d.ts +1 -1
  65. package/dist/components/interactions/EpHotsPot.vue.d.ts +32 -0
  66. package/dist/components/interactions/EpSummativeTable.vue.d.ts +24 -0
  67. package/dist/components/medias/EpCarousel.vue.d.ts +5 -0
  68. package/dist/components/signages/EpQuote.vue.d.ts +4 -0
  69. package/dist/ep-lib-ts.js +28 -27
  70. package/dist/ep-lib-ts.umd.cjs +98 -42
  71. package/dist/{index-c3629e3f.js → index-03f58de2.js} +2428 -2333
  72. package/dist/index-36787516.js +47690 -0
  73. package/dist/index.d.ts +2 -1
  74. package/dist/prism-146a2db5.js +1182 -0
  75. package/dist/style.css +1 -1
  76. package/dist/types/Codeblock.d.ts +223 -0
  77. package/dist/types/Image.d.ts +6 -0
  78. package/dist/types/SummativeTable.d.ts +10 -0
  79. package/package.json +7 -2
  80. package/src/components/basics/EpHover.vue +57 -0
  81. package/src/components/basics/EpImg.vue +27 -20
  82. package/src/components/charts/EpBarChart.vue +3 -3
  83. package/src/components/charts/EpLineChart.vue +3 -3
  84. package/src/components/charts/EpPieChart.vue +1 -0
  85. package/src/components/educationals/EpCodeblock.vue +48 -0
  86. package/src/components/forms/EpCheckbox.vue +26 -28
  87. package/src/components/forms/EpRadioSummative.vue +53 -0
  88. package/src/components/forms/EpToggle.vue +3 -12
  89. package/src/components/interactions/EpHotsPot.vue +77 -0
  90. package/src/components/interactions/EpSummativeTable.vue +56 -0
  91. package/src/components/medias/EpCarousel.vue +5 -2
  92. package/src/components/medias/EpKatex.vue +1 -1
  93. package/src/components/medias/EpSvg.vue +4 -2
  94. package/src/components/signages/EpQuote.vue +19 -16
  95. package/dist/EpBadge-13bd272a.js +0 -6
  96. package/dist/EpBtn-bf4e1bb8.js +0 -6
  97. package/dist/EpCard-138f7849.js +0 -6
  98. package/dist/EpCheckbox-fe632df9.js +0 -36
  99. package/dist/EpChip-ce9ab539.js +0 -6
  100. package/dist/EpContentSlider-9f860b5e.js +0 -6
  101. package/dist/EpDivider-5161e1a3.js +0 -6
  102. package/dist/EpFlex-56c39d33.js +0 -6
  103. package/dist/EpHeader-b573621c.js +0 -6
  104. package/dist/EpIframe-1d774546.js +0 -6
  105. package/dist/EpImg-b8c89895.js +0 -6
  106. package/dist/EpLineChart-09eeadf9.js +0 -6
  107. package/dist/EpLink-f0451bc0.js +0 -6
  108. package/dist/EpLinkVersion-2974758a.js +0 -6
  109. package/dist/EpModal-7538ea52.js +0 -6
  110. package/dist/EpPieChart-d4e42024.js +0 -6
  111. package/dist/EpQuestion-ce045112.js +0 -6
  112. package/dist/EpQuote-f25965fb.js +0 -6
  113. package/dist/EpRadio-d7d089ac.js +0 -6
  114. package/dist/EpReading-cd6d9d42.js +0 -6
  115. package/dist/EpResource-e7b8e1d6.js +0 -6
  116. package/dist/EpScope-f857c493.js +0 -6
  117. package/dist/EpSection-a4260ae8.js +0 -6
  118. package/dist/EpSkeleton-07341c6f.js +0 -6
  119. package/dist/EpSoftware-8ff5b189.js +0 -6
  120. package/dist/EpSpinner-bca72b93.js +0 -6
  121. package/dist/EpSvg-c3ef1c16.js +0 -6
  122. package/dist/EpTable-6d34cf99.js +0 -6
  123. package/dist/EpTerm-5893b315.js +0 -6
  124. package/dist/EpText-bef0cd7e.js +0 -6
  125. package/dist/EpTimeLine-77889a4d.js +0 -6
  126. package/dist/EpVideo-3c188b92.js +0 -6
  127. package/dist/EpVideoPanopto-7bdb0a19.js +0 -6
  128. package/dist/EpWordDef-e6ebb0d2.js +0 -6
@@ -0,0 +1,6 @@
1
+ import { A as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { g as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -1,4 +1,4 @@
1
- import { r as m } from "./index-c3629e3f.js";
1
+ import { t as m } from "./index-03f58de2.js";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  export {
@@ -0,0 +1,6 @@
1
+ import { h as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { P as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,56 @@
1
+ import { defineComponent as y, toRefs as g, computed as k, ref as c, openBlock as n, createElementBlock as i, createElementVNode as o, toDisplayString as p, unref as m, Fragment as C, renderList as P, normalizeClass as $, normalizeStyle as b, createCommentVNode as w } from "vue";
2
+ const z = { class: "text-xl font-bold" }, B = { class: "relative" }, L = ["src", "alt"], M = ["onClick"], E = {
3
+ key: 0,
4
+ class: "absolute inset-0 flex items-center justify-center bg-black bg-opacity-5 px-2"
5
+ }, H = { class: "mx-2 bg-white p-2 shadow-md" }, R = ["innerHTML"], N = /* @__PURE__ */ y({
6
+ __name: "EpHotsPot",
7
+ props: {
8
+ id: {},
9
+ imageURL: {},
10
+ title: {},
11
+ infoButtons: {}
12
+ },
13
+ setup(f) {
14
+ const l = f, { title: d, imageURL: _ } = g(l), h = k(() => l.infoButtons ? l.infoButtons.map((t) => {
15
+ let e = "translateX(-50%)";
16
+ t.horizontalPosition === 0 ? e = "" : t.horizontalPosition === 100 && (e = "translateX(-100%)"), t.verticalPosition === 100 && (e = `translateY(-100%) ${e}`);
17
+ const s = `transform: ${e}; top: ${t.verticalPosition}%; left: ${t.horizontalPosition}%;`;
18
+ return { ...t, position: s };
19
+ }) : []), a = c(!1), r = c(""), u = c(""), v = (t, e) => {
20
+ a.value = !0, r.value = e, u.value = t;
21
+ }, x = () => {
22
+ a.value = !1, r.value = "";
23
+ };
24
+ return (t, e) => (n(), i("div", null, [
25
+ o("h2", z, p(m(d)), 1),
26
+ o("div", B, [
27
+ o("img", {
28
+ src: m(_),
29
+ alt: `l'image de ${m(d)}`
30
+ }, null, 8, L),
31
+ (n(!0), i(C, null, P(h.value, (s) => (n(), i("button", {
32
+ key: s.id,
33
+ onClick: (D) => v(s.title, s.content),
34
+ class: $("absolute text-white px-4 py-2 shadow-md bg-primary"),
35
+ style: b(`${s.position}`)
36
+ }, "+", 12, M))), 128)),
37
+ a.value ? (n(), i("div", E, [
38
+ o("div", H, [
39
+ o("h4", null, p(u.value), 1),
40
+ o("div", {
41
+ innerHTML: r.value,
42
+ class: "text-sm"
43
+ }, null, 8, R),
44
+ o("button", {
45
+ onClick: x,
46
+ class: "mt-4 bg-primary text-white px-2 py-1 text-sm"
47
+ }, " Fermer ")
48
+ ])
49
+ ])) : w("", !0)
50
+ ])
51
+ ]));
52
+ }
53
+ });
54
+ export {
55
+ N as default
56
+ };
@@ -0,0 +1,32 @@
1
+ import { defineComponent as c, computed as t, openBlock as i, createElementBlock as u, renderSlot as f, createElementVNode as d, normalizeClass as p, toDisplayString as m } from "vue";
2
+ import { u as o } from "./index-03f58de2.js";
3
+ import "vue-router";
4
+ const v = { class: "relative max-w-xs overflow-hidden bg-cover bg-no-repeat" }, g = /* @__PURE__ */ c({
5
+ __name: "EpHover",
6
+ props: {
7
+ bg_color: { default: "black" },
8
+ text_color: { default: "white" },
9
+ text: { default: "" },
10
+ animation: { default: "" }
11
+ },
12
+ setup(r) {
13
+ const e = r, l = t(() => {
14
+ if (e.bg_color)
15
+ return `${o("bg", e.bg_color)}`;
16
+ }), a = t(() => {
17
+ if (e.text_color)
18
+ return `${o("text", e.text_color)}`;
19
+ }), n = t(() => e.animation == "scale" ? "hover:scale-110 hover:opacity-100 " : "hover:opacity-100");
20
+ return (s, x) => (i(), u("div", v, [
21
+ f(s.$slots, "default"),
22
+ d("div", {
23
+ class: p(`absolute bottom-0 left-0 right-0 top-0 h-full w-full overflow-hidden ${l.value}
24
+ font-bold flex justify-center items-center bg-fixed opacity-0 transition duration-300 ease-in-out
25
+ text-4xl ${n.value} ${a.value}`)
26
+ }, m(e.text), 3)
27
+ ]));
28
+ }
29
+ });
30
+ export {
31
+ g as default
32
+ };
@@ -1,4 +1,4 @@
1
- import { i as m } from "./index-c3629e3f.js";
1
+ import { i as m } from "./index-03f58de2.js";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  export {
@@ -0,0 +1,6 @@
1
+ import { F as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { j as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -1,5 +1,5 @@
1
1
  import { computed as N, toValue as V, unref as f, onMounted as qe, getCurrentInstance as z, watch as I, warn as Ye, provide as Xe, isRef as ue, onBeforeUnmount as Ze, inject as et, ref as re, reactive as tt, onUnmounted as rt, nextTick as nt, defineComponent as ot, toRefs as it, toRef as lt, openBlock as be, createElementBlock as ge, Fragment as at, createTextVNode as ye, toDisplayString as J, createElementVNode as P, createVNode as ut, withDirectives as st, vModelText as ct, createCommentVNode as dt } from "vue";
2
- import { c as ft, u as vt } from "./index-c3629e3f.js";
2
+ import { c as ft, x as vt } from "./index-03f58de2.js";
3
3
  import "vue-router";
4
4
  function pt() {
5
5
  return Ee().__VUE_DEVTOOLS_GLOBAL_HOOK__;
@@ -0,0 +1,6 @@
1
+ import { p as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { G as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { H as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -1,5 +1,5 @@
1
1
  import { openBlock as t, createElementBlock as o, renderSlot as r } from "vue";
2
- import { a as s } from "./index-c3629e3f.js";
2
+ import { a as s } from "./index-03f58de2.js";
3
3
  import "vue-router";
4
4
  const c = {}, n = { class: "py-6 px-3 w-1/4 min-w-[180px]" };
5
5
  function p(e, a) {
@@ -0,0 +1,6 @@
1
+ import { B as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -1,5 +1,5 @@
1
1
  import { openBlock as o, createElementBlock as t } from "vue";
2
- import { a as e } from "./index-c3629e3f.js";
2
+ import { a as e } from "./index-03f58de2.js";
3
3
  import "vue-router";
4
4
  const r = {};
5
5
  function n(c, a) {
@@ -0,0 +1,6 @@
1
+ import { q as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { C as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { Q as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { y as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { z as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { b as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { v as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { w as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { k as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as o, openBlock as t, createElementBlock as a, createElementVNode as e, createVNode as l, unref as n, createStaticVNode as d } from "vue";
2
- import { c as s, u as p } from "./index-c3629e3f.js";
2
+ import { c as s, x as p } from "./index-03f58de2.js";
3
3
  import "vue-router";
4
4
  const b = { class: "relative h-10 w-72 min-w-[200px]" }, f = ["disabled"], i = /* @__PURE__ */ d('<option value="option">Choisissez une option</option><option value="vanderpoel">Van Der Poel</option><option value="vanaert">Van Aert</option><option value="pogacar">Pogacar</option><option value="evenepoel">Evenepoel</option>', 5), u = [
5
5
  i
@@ -0,0 +1,6 @@
1
+ import { R as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { I as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { l as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { D as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { J as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -1,5 +1,5 @@
1
- import { defineComponent as p, computed as g, toRefs as f, openBlock as b, createElementBlock as k, createElementVNode as r, unref as e, normalizeClass as h, toDisplayString as y } from "vue";
2
- const m = {
1
+ import { defineComponent as g, computed as f, toRefs as b, openBlock as k, createElementBlock as h, createElementVNode as r, unref as e, normalizeClass as y, toDisplayString as m } from "vue";
2
+ const _ = {
3
3
  base: "peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:border-gray-600 peer-checked:bg-blue-600 ",
4
4
  primary: "peer-focus:ring-bg-primary-light dark:peer-focus:ring-bg-primary-dark rounded-full peer dark:border-gray-600 peer-checked:bg-primary",
5
5
  secondary: "peer-focus:ring-bg-secondary-light dark:peer-focus:ring-bg-secondary-dark rounded-full peer dark:border-gray-600 peer-checked:bg-secondary",
@@ -8,7 +8,7 @@ const m = {
8
8
  warning: "peer-focus:ring-bg-warning-light dark:peer-focus:ring-bg-warning-dark rounded-full peer dark:border-gray-600 peer-checked:bg-warning",
9
9
  success: "peer-focus:ring-bg-success-light dark:peer-focus:ring-bg-success-dark rounded-full peer dark:border-gray-600 peer-checked:bg-success",
10
10
  error: "peer-focus:ring-bg-error-light dark:peer-focus:ring-bg-error-dark rounded-full peer dark:border-gray-600 peer-checked:bg-error"
11
- }, _ = { class: "relative inline-flex items-center cursor-pointer" }, w = ["id", "checked", "value", "disabled"], x = ["for"], S = /* @__PURE__ */ p({
11
+ }, w = { class: "relative inline-flex items-center cursor-pointer" }, x = ["id", "checked", "value", "disabled"], v = ["for"], $ = /* @__PURE__ */ g({
12
12
  __name: "EpSwitch",
13
13
  props: {
14
14
  id: { default: "toggle" },
@@ -21,19 +21,19 @@ const m = {
21
21
  },
22
22
  emits: ["update:modelValue"],
23
23
  setup(c, { emit: n }) {
24
- const a = c, o = (t) => {
25
- n("update:modelValue", t.target.checked);
26
- }, s = g(() => `${m[a.type]}`), {
24
+ const a = c, s = n, o = (t) => {
25
+ s("update:modelValue", t.target.checked);
26
+ }, u = f(() => `${_[a.type]}`), {
27
27
  id: d,
28
- label: u,
29
- type: v,
28
+ label: i,
29
+ type: V,
30
30
  modelValue: l,
31
- disabled: i,
32
- readonly: V,
33
- checked: B
34
- } = f(a);
35
- return (t, C) => (b(), k("div", null, [
36
- r("label", _, [
31
+ disabled: p,
32
+ readonly: B,
33
+ checked: C
34
+ } = b(a);
35
+ return (t, E) => (k(), h("div", null, [
36
+ r("label", w, [
37
37
  r("input", {
38
38
  id: e(d),
39
39
  type: "checkbox",
@@ -42,12 +42,12 @@ const m = {
42
42
  onInput: o,
43
43
  class: "sr-only peer",
44
44
  role: "switch",
45
- disabled: e(i),
45
+ disabled: e(p),
46
46
  onChange: o
47
- }, null, 40, w),
47
+ }, null, 40, x),
48
48
  r("div", {
49
- class: h(`w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4
50
- ${s.value} dark:bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full
49
+ class: y(`w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4
50
+ ${u.value} dark:bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full
51
51
  peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px]
52
52
  after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all `)
53
53
  }, null, 2)
@@ -55,10 +55,10 @@ const m = {
55
55
  r("label", {
56
56
  class: "inline-block pl-[0.15rem] hover:cursor-pointer",
57
57
  for: e(d)
58
- }, y(e(u)), 9, x)
58
+ }, m(e(i)), 9, v)
59
59
  ]));
60
60
  }
61
61
  });
62
62
  export {
63
- S as default
63
+ $ as default
64
64
  };
@@ -0,0 +1,6 @@
1
+ import { m as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { _ as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { n as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { K as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -20,10 +20,10 @@ const b = ["id", "type", "checked", "disabled"], _ = ["for"], y = /* @__PURE__ *
20
20
  modelValue: k,
21
21
  placeholder: i,
22
22
  disabled: f,
23
- readonly: x,
23
+ readonly: m,
24
24
  checked: d
25
25
  } = s(c);
26
- return (m, g) => (n(), u("div", null, [
26
+ return (x, g) => (n(), u("div", null, [
27
27
  r("input", {
28
28
  id: e(o),
29
29
  type: e(t),
@@ -0,0 +1,6 @@
1
+ import { L as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { M as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,6 @@
1
+ import { N as o } from "./index-03f58de2.js";
2
+ import "vue";
3
+ import "vue-router";
4
+ export {
5
+ o as default
6
+ };
@@ -0,0 +1,49 @@
1
+ type Animation = "" | "scale";
2
+ type Color = "" | "white" | "black" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info" | "question" | "tip" | "primarydark" | "secondarydark" | "accentdark" | "errordark" | "warningdark" | "successdark" | "infodark" | "questiondark" | "tipdark" | "primarylight" | "secondarylight" | "accentlight" | "errorlight" | "warninglight" | "successlight" | "infolight" | "questionlight" | "tiplight";
3
+ interface Props {
4
+ bg_color?: Color;
5
+ text_color?: Color;
6
+ text?: string;
7
+ animation?: Animation;
8
+ }
9
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
+ bg_color: string;
11
+ text_color: string;
12
+ text: string;
13
+ animation: string;
14
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
15
+ bg_color: string;
16
+ text_color: string;
17
+ text: string;
18
+ animation: string;
19
+ }>>>, {
20
+ text: string;
21
+ bg_color: Color;
22
+ text_color: Color;
23
+ animation: Animation;
24
+ }, {}>, {
25
+ default?(_: {}): any;
26
+ }>;
27
+ export default _default;
28
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
+ type __VLS_TypePropsToRuntimeProps<T> = {
30
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
31
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
32
+ } : {
33
+ type: import('vue').PropType<T[K]>;
34
+ required: true;
35
+ };
36
+ };
37
+ type __VLS_WithDefaults<P, D> = {
38
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
39
+ default: D[K];
40
+ }> : P[K];
41
+ };
42
+ type __VLS_Prettify<T> = {
43
+ [K in keyof T]: T[K];
44
+ } & {};
45
+ type __VLS_WithTemplateSlots<T, S> = T & {
46
+ new (): {
47
+ $slots: S;
48
+ };
49
+ };
@@ -1,9 +1,11 @@
1
+ import { SizeThumbnail } from '../../types/Image';
1
2
  interface Props {
2
3
  src: string;
3
4
  alt?: string;
4
5
  height?: string | number;
5
6
  width?: string | number;
6
7
  thumbnail?: boolean;
8
+ sizeThumbnail?: SizeThumbnail;
7
9
  caption?: string;
8
10
  bib?: string;
9
11
  title?: string;
@@ -15,14 +17,17 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
15
17
  cols: string;
16
18
  thumbnail: boolean;
17
19
  noModal: boolean;
20
+ sizeThumbnail: string;
18
21
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
19
22
  alt: string;
20
23
  cols: string;
21
24
  thumbnail: boolean;
22
25
  noModal: boolean;
26
+ sizeThumbnail: string;
23
27
  }>>>, {
24
28
  alt: string;
25
29
  thumbnail: boolean;
30
+ sizeThumbnail: "small" | "medium" | "large";
26
31
  noModal: boolean;
27
32
  cols: string | number;
28
33
  }, {}>;
@@ -8,6 +8,7 @@ interface Options {
8
8
  categories: (number | string)[];
9
9
  convertedCatToNumeric?: boolean;
10
10
  };
11
+ colors?: string[];
11
12
  }
12
13
  interface Props {
13
14
  series: Serie[];
@@ -8,6 +8,7 @@ interface Options {
8
8
  categories: (number | string)[];
9
9
  convertedCatToNumeric?: boolean;
10
10
  };
11
+ colors?: string[];
11
12
  }
12
13
  interface Props {
13
14
  series: Serie[];
@@ -10,6 +10,7 @@ interface OptionsPieChart {
10
10
  };
11
11
  title: TitlePie;
12
12
  labels: string[];
13
+ colors?: string[];
13
14
  }
14
15
  interface Props {
15
16
  series: number[];
@@ -0,0 +1,42 @@
1
+ import Theme from "../../types/Codeblock";
2
+ type Langue = "javascript" | "css" | "html" | "php" | "json" | "typescript";
3
+ interface Props {
4
+ code?: string;
5
+ label?: string;
6
+ lang?: Langue;
7
+ theme?: Theme;
8
+ }
9
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
+ code: string;
11
+ label: string;
12
+ lang: string;
13
+ theme: "neon-bunny";
14
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
15
+ code: string;
16
+ label: string;
17
+ lang: string;
18
+ theme: "neon-bunny";
19
+ }>>>, {
20
+ code: string;
21
+ label: string;
22
+ lang: Langue;
23
+ theme: Theme;
24
+ }, {}>;
25
+ export default _default;
26
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
+ type __VLS_TypePropsToRuntimeProps<T> = {
28
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
29
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
30
+ } : {
31
+ type: import('vue').PropType<T[K]>;
32
+ required: true;
33
+ };
34
+ };
35
+ type __VLS_WithDefaults<P, D> = {
36
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
37
+ default: D[K];
38
+ }> : P[K];
39
+ };
40
+ type __VLS_Prettify<T> = {
41
+ [K in keyof T]: T[K];
42
+ } & {};