ep-lib-ts 1.0.58 → 1.0.59

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 (48) hide show
  1. package/dist/Glossary.d.ts +10 -0
  2. package/dist/components/basics/EpBadge.vue.js +2 -20
  3. package/dist/components/basics/EpBadge.vue2.js +20 -2
  4. package/dist/components/basics/EpText.vue.js +86 -60
  5. package/dist/components/educationals/EpResource.vue.js +1 -1
  6. package/dist/components/forms/EpCheckbox.vue.js +2 -39
  7. package/dist/components/forms/EpCheckbox.vue2.js +39 -2
  8. package/dist/components/forms/EpInput.vue.js +2 -60
  9. package/dist/components/forms/EpInput.vue2.js +60 -2
  10. package/dist/components/forms/EpRadio.vue.js +2 -39
  11. package/dist/components/forms/EpRadio.vue2.js +39 -2
  12. package/dist/components/forms/EpRadioSummative.vue.js +2 -35
  13. package/dist/components/forms/EpRadioSummative.vue2.js +35 -2
  14. package/dist/components/forms/EpSelect.vue.js +2 -31
  15. package/dist/components/forms/EpSelect.vue2.js +31 -2
  16. package/dist/components/forms/EpSwitch.vue.js +2 -46
  17. package/dist/components/forms/EpSwitch.vue2.js +46 -2
  18. package/dist/components/forms/EpTextarea.vue.js +2 -33
  19. package/dist/components/forms/EpTextarea.vue2.js +33 -2
  20. package/dist/components/forms/EpToggle.vue.js +2 -36
  21. package/dist/components/forms/EpToggle.vue2.js +36 -2
  22. package/dist/components/interactions/Ep360Image.vue.js +2 -8
  23. package/dist/components/interactions/Ep360Image.vue2.js +8 -2
  24. package/dist/components/interactions/Ep360Video.vue.js +2 -8
  25. package/dist/components/interactions/Ep360Video.vue2.js +8 -2
  26. package/dist/components/interactions/EpContentSlider.vue.js +1 -1
  27. package/dist/components/interactions/EpQuestion.vue.js +2 -2
  28. package/dist/components/interactions/EpSummativeTable.vue.js +1 -1
  29. package/dist/components/medias/EpHierarchy.vue2.js +1 -1
  30. package/dist/components/medias/EpSensibleImage.vue.js +1 -1
  31. package/dist/components/medias/EpSensibleImage.vue2.js +23 -21
  32. package/dist/components/tools/TextMedia.vue2.js +1 -1
  33. package/dist/components/tools/TwoColsMedia.vue2.js +2 -2
  34. package/dist/ep-lib-ts.css +1 -1
  35. package/dist/medias/EpSensibleImage.d.ts +2 -0
  36. package/package.json +1 -5
  37. package/dist/basics/EpAvatar.js +0 -4
  38. package/dist/basics/EpBadge.js +0 -4
  39. package/dist/forms/EpCheckbox.js +0 -4
  40. package/dist/forms/EpInput.js +0 -4
  41. package/dist/forms/EpRadio.js +0 -4
  42. package/dist/forms/EpRadioSummative.js +0 -4
  43. package/dist/forms/EpSelect.js +0 -4
  44. package/dist/forms/EpSwitch.js +0 -4
  45. package/dist/forms/EpTextarea.js +0 -4
  46. package/dist/forms/EpToggle.js +0 -4
  47. package/dist/interactions/Ep360Image.js +0 -4
  48. package/dist/interactions/Ep360Video.js +0 -4
@@ -1,4 +1,37 @@
1
- import f from "./EpRadioSummative.vue.js";
1
+ import { defineComponent as v, computed as y, toRefs as g, createElementBlock as h, openBlock as _, createElementVNode as l, unref as e, toDisplayString as x } from "vue";
2
+ const k = { class: "cursor-pointer hover:text-white dark:hover:text-black flex items-center rounded-md py-3 px-3 text-xs font-semibold uppercase sm:flex-1 hover:bg-base" }, V = ["id", "name", "disabled", "readonly", "value", "checked"], B = { class: "ml-2" }, E = /* @__PURE__ */ v({
3
+ __name: "EpRadioSummative",
4
+ props: {
5
+ id: { default: "01" },
6
+ label: {},
7
+ disabled: { type: Boolean, default: !1 },
8
+ readonly: { type: Boolean, default: !1 },
9
+ type: { default: "base" },
10
+ value: { default: void 0 },
11
+ modelValue: { default: null }
12
+ },
13
+ emits: ["update:modelValue"],
14
+ setup(s, { emit: d }) {
15
+ const t = s, r = y(() => t.modelValue === t.value), { label: n, disabled: u, readonly: c, value: i, id: a } = g(t), p = d, m = (o) => {
16
+ const b = +o.target.value || 0;
17
+ p("update:modelValue", b);
18
+ };
19
+ return (o, f) => (_(), h("label", k, [
20
+ l("input", {
21
+ type: "radio",
22
+ id: e(a),
23
+ name: e(a),
24
+ disabled: e(u),
25
+ readonly: e(c),
26
+ value: e(i),
27
+ checked: r.value,
28
+ onChange: m,
29
+ class: "rounded bg-base-dark border-gray-300 focus:border-transparent focus:bg-base text-primary focus:ring-1 focus:ring-offset-2 focus:ring-primary"
30
+ }, null, 40, V),
31
+ l("span", B, x(e(n)), 1)
32
+ ]));
33
+ }
34
+ });
2
35
  export {
3
- f as default
36
+ E as default
4
37
  };
@@ -1,33 +1,4 @@
1
- import { defineComponent as u, mergeModels as m, useModel as i, createElementBlock as l, openBlock as o, createElementVNode as a, withDirectives as c, toDisplayString as n, Fragment as p, renderList as f, vModelSelect as b } from "vue";
2
- const g = { class: "w-full max-w-xs" }, v = { class: "block text-sm font-medium text-gray-700 mb-1" }, _ = ["value"], h = /* @__PURE__ */ u({
3
- __name: "EpSelect",
4
- props: /* @__PURE__ */ m({
5
- options: {},
6
- modelValue: {},
7
- label: { default: "Select Theme:" }
8
- }, {
9
- modelValue: {},
10
- modelModifiers: {}
11
- }),
12
- emits: ["update:modelValue"],
13
- setup(r) {
14
- const t = i(r, "modelValue");
15
- return (s, d) => (o(), l("div", g, [
16
- a("label", v, n(s.label), 1),
17
- c(a("select", {
18
- "onUpdate:modelValue": d[0] || (d[0] = (e) => t.value = e),
19
- class: "block w-full bg-white border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm"
20
- }, [
21
- (o(!0), l(p, null, f(s.options, (e) => (o(), l("option", {
22
- key: e.value,
23
- value: e.value
24
- }, n(e.text), 9, _))), 128))
25
- ], 512), [
26
- [b, t.value]
27
- ])
28
- ]));
29
- }
30
- });
1
+ import f from "./EpSelect.vue2.js";
31
2
  export {
32
- h as default
3
+ f as default
33
4
  };
@@ -1,4 +1,33 @@
1
- import f from "./EpSelect.vue.js";
1
+ import { defineComponent as u, mergeModels as m, useModel as i, createElementBlock as l, openBlock as o, createElementVNode as a, withDirectives as c, toDisplayString as n, Fragment as p, renderList as f, vModelSelect as b } from "vue";
2
+ const g = { class: "w-full max-w-xs" }, v = { class: "block text-sm font-medium text-gray-700 mb-1" }, _ = ["value"], h = /* @__PURE__ */ u({
3
+ __name: "EpSelect",
4
+ props: /* @__PURE__ */ m({
5
+ options: {},
6
+ modelValue: {},
7
+ label: { default: "Select Theme:" }
8
+ }, {
9
+ modelValue: {},
10
+ modelModifiers: {}
11
+ }),
12
+ emits: ["update:modelValue"],
13
+ setup(r) {
14
+ const t = i(r, "modelValue");
15
+ return (s, d) => (o(), l("div", g, [
16
+ a("label", v, n(s.label), 1),
17
+ c(a("select", {
18
+ "onUpdate:modelValue": d[0] || (d[0] = (e) => t.value = e),
19
+ class: "block w-full bg-white border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm"
20
+ }, [
21
+ (o(!0), l(p, null, f(s.options, (e) => (o(), l("option", {
22
+ key: e.value,
23
+ value: e.value
24
+ }, n(e.text), 9, _))), 128))
25
+ ], 512), [
26
+ [b, t.value]
27
+ ])
28
+ ]));
29
+ }
30
+ });
2
31
  export {
3
- f as default
32
+ h as default
4
33
  };
@@ -1,48 +1,4 @@
1
- import { defineComponent as p, computed as h, toRefs as m, createElementBlock as b, openBlock as y, createElementVNode as t, unref as e, normalizeClass as k, toDisplayString as g } from "vue";
2
- import { ColorVariants as _ } from "../../types/Switch.js";
3
- const x = { class: "relative inline-flex items-center cursor-pointer" }, v = ["id", "checked", "value", "disabled"], V = ["for"], z = /* @__PURE__ */ p({
4
- __name: "EpSwitch",
5
- props: {
6
- id: { default: "toggle" },
7
- type: { default: "base" },
8
- label: { default: "" },
9
- modelValue: { type: Boolean, default: !1 },
10
- disabled: { type: Boolean, default: !1 },
11
- readonly: { type: Boolean, default: !1 },
12
- checked: { type: Boolean, default: !1 }
13
- },
14
- emits: ["update:modelValue"],
15
- setup(s, { emit: d }) {
16
- const l = s, c = d, a = (n) => {
17
- c("update:modelValue", n.target.checked);
18
- }, i = h(() => `${_[l.type]}`), { id: r, label: f, type: w, modelValue: o, disabled: u, readonly: B, checked: C } = m(l);
19
- return (n, E) => (y(), b("div", null, [
20
- t("label", x, [
21
- t("input", {
22
- id: e(r),
23
- type: "checkbox",
24
- checked: e(o),
25
- value: e(o),
26
- onInput: a,
27
- class: "sr-only peer",
28
- role: "switch",
29
- disabled: e(u),
30
- onChange: a
31
- }, null, 40, v),
32
- t("div", {
33
- class: k(`w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4
34
- ${i.value} dark:bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full
35
- peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px]
36
- after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all `)
37
- }, null, 2)
38
- ]),
39
- t("label", {
40
- class: "inline-block pl-[0.15rem] hover:cursor-pointer",
41
- for: e(r)
42
- }, g(e(f)), 9, V)
43
- ]));
44
- }
45
- });
1
+ import f from "./EpSwitch.vue2.js";
46
2
  export {
47
- z as default
3
+ f as default
48
4
  };
@@ -1,4 +1,48 @@
1
- import f from "./EpSwitch.vue.js";
1
+ import { defineComponent as p, computed as h, toRefs as m, createElementBlock as b, openBlock as y, createElementVNode as t, unref as e, normalizeClass as k, toDisplayString as g } from "vue";
2
+ import { ColorVariants as _ } from "../../types/Switch.js";
3
+ const x = { class: "relative inline-flex items-center cursor-pointer" }, v = ["id", "checked", "value", "disabled"], V = ["for"], z = /* @__PURE__ */ p({
4
+ __name: "EpSwitch",
5
+ props: {
6
+ id: { default: "toggle" },
7
+ type: { default: "base" },
8
+ label: { default: "" },
9
+ modelValue: { type: Boolean, default: !1 },
10
+ disabled: { type: Boolean, default: !1 },
11
+ readonly: { type: Boolean, default: !1 },
12
+ checked: { type: Boolean, default: !1 }
13
+ },
14
+ emits: ["update:modelValue"],
15
+ setup(s, { emit: d }) {
16
+ const l = s, c = d, a = (n) => {
17
+ c("update:modelValue", n.target.checked);
18
+ }, i = h(() => `${_[l.type]}`), { id: r, label: f, type: w, modelValue: o, disabled: u, readonly: B, checked: C } = m(l);
19
+ return (n, E) => (y(), b("div", null, [
20
+ t("label", x, [
21
+ t("input", {
22
+ id: e(r),
23
+ type: "checkbox",
24
+ checked: e(o),
25
+ value: e(o),
26
+ onInput: a,
27
+ class: "sr-only peer",
28
+ role: "switch",
29
+ disabled: e(u),
30
+ onChange: a
31
+ }, null, 40, v),
32
+ t("div", {
33
+ class: k(`w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4
34
+ ${i.value} dark:bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full
35
+ peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px]
36
+ after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all `)
37
+ }, null, 2)
38
+ ]),
39
+ t("label", {
40
+ class: "inline-block pl-[0.15rem] hover:cursor-pointer",
41
+ for: e(r)
42
+ }, g(e(f)), 9, V)
43
+ ]));
44
+ }
45
+ });
2
46
  export {
3
- f as default
47
+ z as default
4
48
  };
@@ -1,35 +1,4 @@
1
- import { defineComponent as a, toRefs as n, createElementBlock as d, openBlock as s, createElementVNode as e, unref as f, toDisplayString as b } from "vue";
2
- const p = { class: "w-96" }, u = { class: "relative w-full min-w-[200px]" }, i = ["disabled"], c = { class: "before:content[' '] after:content[' '] pointer-events-none absolute left-0 -top-1.5 flex h-full w-full select-none text-[11px] font-normal leading-tight text-blue-400 transition-all before:pointer-events-none before:mt-[6.5px] before:mr-1 before:box-border before:block before:h-1.5 before:w-2.5 before:rounded-tl-md before:border-t before:border-l before:border-neutral-300 before:transition-all after:pointer-events-none after:mt-[6.5px] after:ml-1 after:box-border after:block after:h-1.5 after:w-2.5 after:flex-grow after:rounded-tr-md after:border-t after:border-r after:border-neutral-300 after:transition-all peer-placeholder-shown:text-sm peer-placeholder-shown:leading-[3.75] peer-placeholder-shown:text-blue-500 peer-placeholder-shown:before:border-transparent peer-placeholder-shown:after:border-transparent peer-focus:text-[11px] peer-focus:leading-tight peer-focus:text-blue-500 peer-focus:before:border-t-2 peer-focus:before:border-l-2 peer-focus:before:border-blue-500 peer-focus:after:border-t-2 peer-focus:after:border-r-2 peer-focus:after:border-blue-500 peer-disabled:text-transparent peer-disabled:before:border-transparent peer-disabled:after:border-transparent peer-disabled:peer-placeholder-shown:text-blue-500" }, m = /* @__PURE__ */ a({
3
- __name: "EpTextarea",
4
- props: {
5
- id: { default: "0" },
6
- label: { default: "label" },
7
- modelValue: { default: "" },
8
- type: { default: "text" },
9
- placeholder: { default: "" },
10
- iconPath: { default: "" },
11
- iconSize: { default: "" },
12
- disabled: { type: Boolean, default: !1 },
13
- readonly: { type: Boolean, default: !1 },
14
- labels: { default: () => ({
15
- message: "Message"
16
- }) }
17
- },
18
- emits: ["update:modelValue"],
19
- setup(r) {
20
- const t = r, { disabled: o } = n(t);
21
- return (l, h) => (s(), d("div", p, [
22
- e("div", u, [
23
- e("textarea", {
24
- disabled: f(o),
25
- class: "peer h-full min-h-[100px] w-full resize-none rounded-[7px] border border-neutral-300 bg-transparent px-3 py-2.5 font-sans text-sm font-normal text-neutral-700 outline outline-0 transition-all placeholder-shown:border placeholder-shown:border-neutral-300 placeholder-shown:border-t-neutral-200 focus:border-2 focus:border-blue-500 focus:border-t-transparent focus:outline-0 disabled:resize-none disabled:border-0 disabled:cursor-not-allowed disabled:bg-neutral-200 focus:ring-0",
26
- placeholder: " "
27
- }, null, 8, i),
28
- e("label", c, b(l.labels.message), 1)
29
- ])
30
- ]));
31
- }
32
- });
1
+ import f from "./EpTextarea.vue2.js";
33
2
  export {
34
- m as default
3
+ f as default
35
4
  };
@@ -1,4 +1,35 @@
1
- import f from "./EpTextarea.vue.js";
1
+ import { defineComponent as a, toRefs as n, createElementBlock as d, openBlock as s, createElementVNode as e, unref as f, toDisplayString as b } from "vue";
2
+ const p = { class: "w-96" }, u = { class: "relative w-full min-w-[200px]" }, i = ["disabled"], c = { class: "before:content[' '] after:content[' '] pointer-events-none absolute left-0 -top-1.5 flex h-full w-full select-none text-[11px] font-normal leading-tight text-blue-400 transition-all before:pointer-events-none before:mt-[6.5px] before:mr-1 before:box-border before:block before:h-1.5 before:w-2.5 before:rounded-tl-md before:border-t before:border-l before:border-neutral-300 before:transition-all after:pointer-events-none after:mt-[6.5px] after:ml-1 after:box-border after:block after:h-1.5 after:w-2.5 after:flex-grow after:rounded-tr-md after:border-t after:border-r after:border-neutral-300 after:transition-all peer-placeholder-shown:text-sm peer-placeholder-shown:leading-[3.75] peer-placeholder-shown:text-blue-500 peer-placeholder-shown:before:border-transparent peer-placeholder-shown:after:border-transparent peer-focus:text-[11px] peer-focus:leading-tight peer-focus:text-blue-500 peer-focus:before:border-t-2 peer-focus:before:border-l-2 peer-focus:before:border-blue-500 peer-focus:after:border-t-2 peer-focus:after:border-r-2 peer-focus:after:border-blue-500 peer-disabled:text-transparent peer-disabled:before:border-transparent peer-disabled:after:border-transparent peer-disabled:peer-placeholder-shown:text-blue-500" }, m = /* @__PURE__ */ a({
3
+ __name: "EpTextarea",
4
+ props: {
5
+ id: { default: "0" },
6
+ label: { default: "label" },
7
+ modelValue: { default: "" },
8
+ type: { default: "text" },
9
+ placeholder: { default: "" },
10
+ iconPath: { default: "" },
11
+ iconSize: { default: "" },
12
+ disabled: { type: Boolean, default: !1 },
13
+ readonly: { type: Boolean, default: !1 },
14
+ labels: { default: () => ({
15
+ message: "Message"
16
+ }) }
17
+ },
18
+ emits: ["update:modelValue"],
19
+ setup(r) {
20
+ const t = r, { disabled: o } = n(t);
21
+ return (l, h) => (s(), d("div", p, [
22
+ e("div", u, [
23
+ e("textarea", {
24
+ disabled: f(o),
25
+ class: "peer h-full min-h-[100px] w-full resize-none rounded-[7px] border border-neutral-300 bg-transparent px-3 py-2.5 font-sans text-sm font-normal text-neutral-700 outline outline-0 transition-all placeholder-shown:border placeholder-shown:border-neutral-300 placeholder-shown:border-t-neutral-200 focus:border-2 focus:border-blue-500 focus:border-t-transparent focus:outline-0 disabled:resize-none disabled:border-0 disabled:cursor-not-allowed disabled:bg-neutral-200 focus:ring-0",
26
+ placeholder: " "
27
+ }, null, 8, i),
28
+ e("label", c, b(l.labels.message), 1)
29
+ ])
30
+ ]));
31
+ }
32
+ });
2
33
  export {
3
- f as default
34
+ m as default
4
35
  };
@@ -1,38 +1,4 @@
1
- import { defineComponent as s, toRefs as n, createElementBlock as u, openBlock as b, createElementVNode as o, unref as e, toDisplayString as _ } from "vue";
2
- const p = ["id", "type", "checked", "disabled"], h = ["for"], x = /* @__PURE__ */ s({
3
- __name: "EpToggle",
4
- props: {
5
- id: { default: "toggle" },
6
- label: { default: "label" },
7
- modelValue: { default: "" },
8
- type: { default: "checkbox" },
9
- placeholder: { default: "" },
10
- disabled: { type: Boolean, default: !1 },
11
- readonly: { type: Boolean, default: !1 },
12
- checked: { type: Boolean, default: !1 },
13
- labels: { default: () => ({
14
- defaultSwitch: "Default switch checkbox input"
15
- }) }
16
- },
17
- emits: ["update:modelValue"],
18
- setup(t) {
19
- const a = t, { id: r, type: c, disabled: f, checked: d } = n(a);
20
- return (l, k) => (b(), u("div", null, [
21
- o("input", {
22
- id: e(r),
23
- type: e(c),
24
- checked: e(d),
25
- class: "form-checkbox mr-2 mt-[0rem] h-4 w-8 appearance-none rounded-full bg-neutral-200 border-neutral-300 before:pointer-events-none before:absolute before:h-3.5 before:w-3.5 before:rounded-full before:bg-transparent before:content-[''] after:absolute after:z-[2] after:-mt-[0rem] after:h-3.5 after:w-3.5 after:rounded-full after:border-none after:bg-neutral-50 after:shadow-[0_0px_3px_0_rgb(0_0_0_/_7%),_0_2px_2px_0_rgb(0_0_0_/_4%)] after:transition-[background-color_0.2s,transform_0.2s] after:content-[''] checked:bg-none checked:bg-blue-600 checked:after:absolute checked:after:z-[2] checked:after:-mt-[0px] checked:after:ml-[1.0625rem] checked:after:h-3.5 checked:after:w-3.5 checked:after:rounded-full checked:after:border-none checked:after:bg-neutral-100 checked:after:shadow-[0_3px_1px_-2px_rgba(0,0,0,0.2),_0_2px_2px_0_rgba(0,0,0,0.14),_0_1px_5px_0_rgba(0,0,0,0.12)] checked:after:transition-[background-color_0.2s,transform_0.2s] checked:after:content-[''] hover:cursor-pointer focus:outline-none focus:ring-0 focus:before:scale-75 focus:before:opacity-[0.12] focus:before:mt-[0.1rem] focus:before:shadow-[3px_-1px_0px_13px_rgba(0,0,0,0.6)] focus:before:transition-[box-shadow_0.2s,transform_0.2s] focus:after:absolute focus:after:z-[1] focus:after:block focus:after:h-3.5 focus:after:w-3.5 focus:after:-mt-[0rem] focus:after:rounded-full focus:after:content-[''] checked:focus:border-neutral-200 checked:focus:bg-blue-600 checked:focus:before:ml-[1rem] checked:focus:before:mt-[0.1rem] checked:focus:before:scale-75 checked:focus:before:shadow-[3px_-1px_0px_13px_#3b71ca] checked:focus:before:transition-[box-shadow_0.2s,transform_0.2s] dark:bg-neutral-600 dark:after:bg-neutral-400 dark:checked:bg-blue-600 dark:checked:after:bg-blue-600 dark:focus:before:shadow-[3px_-1px_0px_13px_rgba(255,255,255,0.4)] dark:checked:focus:before:shadow-[3px_-1px_0px_13px_#3b71ca] disabled:opacity-40 disabled:cursor-not-allowed",
26
- role: "switch",
27
- disabled: e(f)
28
- }, null, 8, p),
29
- o("label", {
30
- class: "inline-block pl-[0.15rem] hover:cursor-pointer",
31
- for: e(r)
32
- }, _(l.labels.defaultSwitch), 9, h)
33
- ]));
34
- }
35
- });
1
+ import f from "./EpToggle.vue2.js";
36
2
  export {
37
- x as default
3
+ f as default
38
4
  };
@@ -1,4 +1,38 @@
1
- import f from "./EpToggle.vue.js";
1
+ import { defineComponent as s, toRefs as n, createElementBlock as u, openBlock as b, createElementVNode as o, unref as e, toDisplayString as _ } from "vue";
2
+ const p = ["id", "type", "checked", "disabled"], h = ["for"], x = /* @__PURE__ */ s({
3
+ __name: "EpToggle",
4
+ props: {
5
+ id: { default: "toggle" },
6
+ label: { default: "label" },
7
+ modelValue: { default: "" },
8
+ type: { default: "checkbox" },
9
+ placeholder: { default: "" },
10
+ disabled: { type: Boolean, default: !1 },
11
+ readonly: { type: Boolean, default: !1 },
12
+ checked: { type: Boolean, default: !1 },
13
+ labels: { default: () => ({
14
+ defaultSwitch: "Default switch checkbox input"
15
+ }) }
16
+ },
17
+ emits: ["update:modelValue"],
18
+ setup(t) {
19
+ const a = t, { id: r, type: c, disabled: f, checked: d } = n(a);
20
+ return (l, k) => (b(), u("div", null, [
21
+ o("input", {
22
+ id: e(r),
23
+ type: e(c),
24
+ checked: e(d),
25
+ class: "form-checkbox mr-2 mt-[0rem] h-4 w-8 appearance-none rounded-full bg-neutral-200 border-neutral-300 before:pointer-events-none before:absolute before:h-3.5 before:w-3.5 before:rounded-full before:bg-transparent before:content-[''] after:absolute after:z-[2] after:-mt-[0rem] after:h-3.5 after:w-3.5 after:rounded-full after:border-none after:bg-neutral-50 after:shadow-[0_0px_3px_0_rgb(0_0_0_/_7%),_0_2px_2px_0_rgb(0_0_0_/_4%)] after:transition-[background-color_0.2s,transform_0.2s] after:content-[''] checked:bg-none checked:bg-blue-600 checked:after:absolute checked:after:z-[2] checked:after:-mt-[0px] checked:after:ml-[1.0625rem] checked:after:h-3.5 checked:after:w-3.5 checked:after:rounded-full checked:after:border-none checked:after:bg-neutral-100 checked:after:shadow-[0_3px_1px_-2px_rgba(0,0,0,0.2),_0_2px_2px_0_rgba(0,0,0,0.14),_0_1px_5px_0_rgba(0,0,0,0.12)] checked:after:transition-[background-color_0.2s,transform_0.2s] checked:after:content-[''] hover:cursor-pointer focus:outline-none focus:ring-0 focus:before:scale-75 focus:before:opacity-[0.12] focus:before:mt-[0.1rem] focus:before:shadow-[3px_-1px_0px_13px_rgba(0,0,0,0.6)] focus:before:transition-[box-shadow_0.2s,transform_0.2s] focus:after:absolute focus:after:z-[1] focus:after:block focus:after:h-3.5 focus:after:w-3.5 focus:after:-mt-[0rem] focus:after:rounded-full focus:after:content-[''] checked:focus:border-neutral-200 checked:focus:bg-blue-600 checked:focus:before:ml-[1rem] checked:focus:before:mt-[0.1rem] checked:focus:before:scale-75 checked:focus:before:shadow-[3px_-1px_0px_13px_#3b71ca] checked:focus:before:transition-[box-shadow_0.2s,transform_0.2s] dark:bg-neutral-600 dark:after:bg-neutral-400 dark:checked:bg-blue-600 dark:checked:after:bg-blue-600 dark:focus:before:shadow-[3px_-1px_0px_13px_rgba(255,255,255,0.4)] dark:checked:focus:before:shadow-[3px_-1px_0px_13px_#3b71ca] disabled:opacity-40 disabled:cursor-not-allowed",
26
+ role: "switch",
27
+ disabled: e(f)
28
+ }, null, 8, p),
29
+ o("label", {
30
+ class: "inline-block pl-[0.15rem] hover:cursor-pointer",
31
+ for: e(r)
32
+ }, _(l.labels.defaultSwitch), 9, h)
33
+ ]));
34
+ }
35
+ });
2
36
  export {
3
- f as default
37
+ x as default
4
38
  };
@@ -1,10 +1,4 @@
1
- import { defineComponent as e, createElementBlock as r, openBlock as t } from "vue";
2
- const m = /* @__PURE__ */ e({
3
- __name: "Ep360Image",
4
- setup(n) {
5
- return (o, a) => (t(), r("div", null, "La lib aframe et three.js à revoir"));
6
- }
7
- });
1
+ import f from "./Ep360Image.vue2.js";
8
2
  export {
9
- m as default
3
+ f as default
10
4
  };
@@ -1,4 +1,10 @@
1
- import f from "./Ep360Image.vue.js";
1
+ import { defineComponent as e, createElementBlock as r, openBlock as t } from "vue";
2
+ const m = /* @__PURE__ */ e({
3
+ __name: "Ep360Image",
4
+ setup(n) {
5
+ return (o, a) => (t(), r("div", null, "La lib aframe et three.js à revoir"));
6
+ }
7
+ });
2
8
  export {
3
- f as default
9
+ m as default
4
10
  };
@@ -1,10 +1,4 @@
1
- import { defineComponent as e, createElementBlock as r, openBlock as t } from "vue";
2
- const p = /* @__PURE__ */ e({
3
- __name: "Ep360Video",
4
- setup(o) {
5
- return (n, a) => (t(), r("div", null, "La lib aframe et three.js à revoir"));
6
- }
7
- });
1
+ import f from "./Ep360Video.vue2.js";
8
2
  export {
9
- p as default
3
+ f as default
10
4
  };
@@ -1,4 +1,10 @@
1
- import f from "./Ep360Video.vue.js";
1
+ import { defineComponent as e, createElementBlock as r, openBlock as t } from "vue";
2
+ const p = /* @__PURE__ */ e({
3
+ __name: "Ep360Video",
4
+ setup(o) {
5
+ return (n, a) => (t(), r("div", null, "La lib aframe et three.js à revoir"));
6
+ }
7
+ });
2
8
  export {
3
- f as default
9
+ p as default
4
10
  };
@@ -46,7 +46,7 @@ const W = { class: "relative h-[600px] flex flex-col p-6 bg-zinc-100 dark:bg-dar
46
46
  if (s.value.component) {
47
47
  const e = P(s.value.component?.type);
48
48
  return w(
49
- () => B(/* @__PURE__ */ Object.assign({ "../basics/EpAvatar.vue": () => import("../basics/EpAvatar.vue2.js"), "../basics/EpBadge.vue": () => import("../basics/EpBadge.vue2.js"), "../basics/EpBtn.vue": () => import("../basics/EpBtn.vue2.js"), "../basics/EpCard.vue": () => import("../basics/EpCard.vue2.js"), "../basics/EpChip.vue": () => import("../basics/EpChip.vue2.js"), "../basics/EpDivider.vue": () => import("../basics/EpDivider.vue2.js"), "../basics/EpFlex.vue": () => import("../basics/EpFlex.vue2.js"), "../basics/EpHover.vue": () => import("../basics/EpHover.vue2.js"), "../basics/EpHoverCard.vue": () => import("../basics/EpHoverCard.vue2.js"), "../basics/EpIcon.vue": () => import("../basics/EpIcon.vue2.js"), "../basics/EpImg.vue": () => import("../basics/EpImg.vue2.js"), "../basics/EpImgCarousel.vue": () => import("../basics/EpImgCarousel.vue2.js"), "../basics/EpList.vue": () => import("../basics/EpList.vue.js"), "../basics/EpListItem.vue": () => import("../basics/EpListItem.vue2.js"), "../basics/EpSection.vue": () => import("../basics/EpSection.vue2.js"), "../basics/EpSectionCols.vue": () => import("../basics/EpSectionCols.vue2.js"), "../basics/EpSpinner.vue": () => import("../basics/EpSpinner.vue2.js"), "../basics/EpStackedList.vue": () => import("../basics/EpStackedList.vue2.js"), "../basics/EpTable.vue": () => import("../basics/EpTable.vue2.js"), "../basics/EpText.vue": () => import("../basics/EpText.vue2.js"), "../charts/EpBarChart.vue": () => import("../charts/EpBarChart.vue2.js"), "../charts/EpFunnelChart.vue": () => import("../charts/EpFunnelChart.vue2.js"), "../charts/EpLineChart.vue": () => import("../charts/EpLineChart.vue2.js"), "../charts/EpPieChart.vue": () => import("../charts/EpPieChart.vue2.js"), "../educationals/EpBranchingScenario.vue": () => import("../educationals/EpBranchingScenario.vue.js"), "../educationals/EpCodeblock.vue": () => import("../educationals/EpCodeblock.vue3.js"), "../educationals/EpConclusion.vue": () => import("../educationals/EpConclusion.vue2.js"), "../educationals/EpDescription.vue": () => import("../educationals/EpDescription.vue2.js"), "../educationals/EpDocument.vue": () => import("../educationals/EpDocument.vue2.js"), "../educationals/EpEdu.vue": () => import("../educationals/EpEdu.vue2.js"), "../educationals/EpInstructions.vue": () => import("../educationals/EpInstructions.vue2.js"), "../educationals/EpIntroduction.vue": () => import("../educationals/EpIntroduction.vue2.js"), "../educationals/EpObjective.vue": () => import("../educationals/EpObjective.vue2.js"), "../educationals/EpReading.vue": () => import("../educationals/EpReading.vue2.js"), "../educationals/EpResource.vue": () => import("../educationals/EpResource.vue2.js"), "../educationals/EpScope.vue": () => import("../educationals/EpScope.vue2.js"), "../educationals/EpSpecificObjective.vue": () => import("../educationals/EpSpecificObjective.vue2.js"), "../forms/EpCheckbox.vue": () => import("../forms/EpCheckbox.vue2.js"), "../forms/EpInput.vue": () => import("../forms/EpInput.vue2.js"), "../forms/EpRadio.vue": () => import("../forms/EpRadio.vue2.js"), "../forms/EpRadioSummative.vue": () => import("../forms/EpRadioSummative.vue2.js"), "../forms/EpSelect.vue": () => import("../forms/EpSelect.vue2.js"), "../forms/EpSwitch.vue": () => import("../forms/EpSwitch.vue2.js"), "../forms/EpTextarea.vue": () => import("../forms/EpTextarea.vue2.js"), "../forms/EpToggle.vue": () => import("../forms/EpToggle.vue2.js"), "./Ep360Image.vue": () => import("./Ep360Image.vue2.js"), "./Ep360Video.vue": () => import("./Ep360Video.vue2.js"), "./EpAccordeon.vue": () => import("./EpAccordeon.vue.js"), "./EpContentSlider.vue": () => import("./EpContentSlider.vue2.js"), "./EpDarkMode.vue": () => import("./EpDarkMode.vue2.js"), "./EpDraggable.vue": () => import("./EpDraggable.vue2.js"), "./EpHotSpot.vue": () => import("./EpHotSpot.vue2.js"), "./EpModal.vue": () => import("./EpModal.vue3.js"), "./EpQuestion.vue": () => import("./EpQuestion.vue2.js"), "./EpSummativeTable.vue": () => import("./EpSummativeTable.vue2.js"), "./EpSvgShow.vue": () => import("./EpSvgShow.vue2.js"), "./EpTabs.vue": () => import("./EpTabs.vue.js"), "./EpTooltip.vue": () => import("./EpTooltip.vue3.js"), "../medias/EpAudio.vue": () => import("../medias/EpAudio.vue2.js"), "../medias/EpCardLink.vue": () => import("../medias/EpCardLink.vue2.js"), "../medias/EpCarousel.vue": () => import("../medias/EpCarousel.vue.js"), "../medias/EpHierarchy.vue": () => import("../medias/EpHierarchy.vue.js"), "../medias/EpIframe.vue": () => import("../medias/EpIframe.vue2.js"), "../medias/EpKatex.vue": () => import("../medias/EpKatex.vue.js"), "../medias/EpLink.vue": () => import("../medias/EpLink.vue2.js"), "../medias/EpLinkVersion.vue": () => import("../medias/EpLinkVersion.vue2.js"), "../medias/EpLottieSvg.vue": () => import("../medias/EpLottieSvg.vue2.js"), "../medias/EpSensibleImage.vue": () => import("../medias/EpSensibleImage.vue.js"), "../medias/EpSoftware.vue": () => import("../medias/EpSoftware.vue2.js"), "../medias/EpSvg.vue": () => import("../medias/EpSvg.vue2.js"), "../medias/EpTerm.vue": () => import("../medias/EpTerm.vue2.js"), "../medias/EpTimeLine.vue": () => import("../medias/EpTimeLine.vue3.js"), "../medias/EpVideo.vue": () => import("../medias/EpVideo.vue2.js"), "../medias/EpVideoPanopto.vue": () => import("../medias/EpVideoPanopto.vue2.js"), "../medias/EpWordDef.vue": () => import("../medias/EpWordDef.vue2.js"), "../signages/EpAlert.vue": () => import("../signages/EpAlert.vue.js"), "../signages/EpBadge.vue": () => import("../signages/EpBadge.vue2.js"), "../signages/EpHeader.vue": () => import("../signages/EpHeader.vue2.js"), "../signages/EpNothing.vue": () => import("../signages/EpNothing.vue.js"), "../signages/EpQuote.vue": () => import("../signages/EpQuote.vue2.js"), "../signages/EpSkeleton.vue": () => import("../signages/EpSkeleton.vue3.js"), "../tools/BgAudio.vue": () => import("../tools/BgAudio.vue.js"), "../tools/Details.vue": () => import("../tools/Details.vue.js"), "../tools/DisplayBox.vue": () => import("../tools/DisplayBox.vue.js"), "../tools/SvgFilter.vue": () => import("../tools/SvgFilter.vue.js"), "../tools/TextMedia.vue": () => import("../tools/TextMedia.vue.js"), "../tools/TimelineItem.vue": () => import("../tools/TimelineItem.vue.js"), "../tools/TwoColsMedia.vue": () => import("../tools/TwoColsMedia.vue.js") }), `../${e.path}/${e.name}.vue`, 3)
49
+ () => B(/* @__PURE__ */ Object.assign({ "../basics/EpAvatar.vue": () => import("../basics/EpAvatar.vue2.js"), "../basics/EpBadge.vue": () => import("../basics/EpBadge.vue.js"), "../basics/EpBtn.vue": () => import("../basics/EpBtn.vue2.js"), "../basics/EpCard.vue": () => import("../basics/EpCard.vue2.js"), "../basics/EpChip.vue": () => import("../basics/EpChip.vue2.js"), "../basics/EpDivider.vue": () => import("../basics/EpDivider.vue2.js"), "../basics/EpFlex.vue": () => import("../basics/EpFlex.vue2.js"), "../basics/EpHover.vue": () => import("../basics/EpHover.vue2.js"), "../basics/EpHoverCard.vue": () => import("../basics/EpHoverCard.vue2.js"), "../basics/EpIcon.vue": () => import("../basics/EpIcon.vue2.js"), "../basics/EpImg.vue": () => import("../basics/EpImg.vue2.js"), "../basics/EpImgCarousel.vue": () => import("../basics/EpImgCarousel.vue2.js"), "../basics/EpList.vue": () => import("../basics/EpList.vue.js"), "../basics/EpListItem.vue": () => import("../basics/EpListItem.vue2.js"), "../basics/EpSection.vue": () => import("../basics/EpSection.vue2.js"), "../basics/EpSectionCols.vue": () => import("../basics/EpSectionCols.vue2.js"), "../basics/EpSpinner.vue": () => import("../basics/EpSpinner.vue2.js"), "../basics/EpStackedList.vue": () => import("../basics/EpStackedList.vue2.js"), "../basics/EpTable.vue": () => import("../basics/EpTable.vue2.js"), "../basics/EpText.vue": () => import("../basics/EpText.vue2.js"), "../charts/EpBarChart.vue": () => import("../charts/EpBarChart.vue2.js"), "../charts/EpFunnelChart.vue": () => import("../charts/EpFunnelChart.vue2.js"), "../charts/EpLineChart.vue": () => import("../charts/EpLineChart.vue2.js"), "../charts/EpPieChart.vue": () => import("../charts/EpPieChart.vue2.js"), "../educationals/EpBranchingScenario.vue": () => import("../educationals/EpBranchingScenario.vue.js"), "../educationals/EpCodeblock.vue": () => import("../educationals/EpCodeblock.vue3.js"), "../educationals/EpConclusion.vue": () => import("../educationals/EpConclusion.vue2.js"), "../educationals/EpDescription.vue": () => import("../educationals/EpDescription.vue2.js"), "../educationals/EpDocument.vue": () => import("../educationals/EpDocument.vue2.js"), "../educationals/EpEdu.vue": () => import("../educationals/EpEdu.vue2.js"), "../educationals/EpInstructions.vue": () => import("../educationals/EpInstructions.vue2.js"), "../educationals/EpIntroduction.vue": () => import("../educationals/EpIntroduction.vue2.js"), "../educationals/EpObjective.vue": () => import("../educationals/EpObjective.vue2.js"), "../educationals/EpReading.vue": () => import("../educationals/EpReading.vue2.js"), "../educationals/EpResource.vue": () => import("../educationals/EpResource.vue2.js"), "../educationals/EpScope.vue": () => import("../educationals/EpScope.vue2.js"), "../educationals/EpSpecificObjective.vue": () => import("../educationals/EpSpecificObjective.vue2.js"), "../forms/EpCheckbox.vue": () => import("../forms/EpCheckbox.vue.js"), "../forms/EpInput.vue": () => import("../forms/EpInput.vue.js"), "../forms/EpRadio.vue": () => import("../forms/EpRadio.vue.js"), "../forms/EpRadioSummative.vue": () => import("../forms/EpRadioSummative.vue.js"), "../forms/EpSelect.vue": () => import("../forms/EpSelect.vue.js"), "../forms/EpSwitch.vue": () => import("../forms/EpSwitch.vue.js"), "../forms/EpTextarea.vue": () => import("../forms/EpTextarea.vue.js"), "../forms/EpToggle.vue": () => import("../forms/EpToggle.vue.js"), "./Ep360Image.vue": () => import("./Ep360Image.vue.js"), "./Ep360Video.vue": () => import("./Ep360Video.vue.js"), "./EpAccordeon.vue": () => import("./EpAccordeon.vue.js"), "./EpContentSlider.vue": () => import("./EpContentSlider.vue2.js"), "./EpDarkMode.vue": () => import("./EpDarkMode.vue2.js"), "./EpDraggable.vue": () => import("./EpDraggable.vue2.js"), "./EpHotSpot.vue": () => import("./EpHotSpot.vue2.js"), "./EpModal.vue": () => import("./EpModal.vue3.js"), "./EpQuestion.vue": () => import("./EpQuestion.vue2.js"), "./EpSummativeTable.vue": () => import("./EpSummativeTable.vue2.js"), "./EpSvgShow.vue": () => import("./EpSvgShow.vue2.js"), "./EpTabs.vue": () => import("./EpTabs.vue.js"), "./EpTooltip.vue": () => import("./EpTooltip.vue3.js"), "../medias/EpAudio.vue": () => import("../medias/EpAudio.vue2.js"), "../medias/EpCardLink.vue": () => import("../medias/EpCardLink.vue2.js"), "../medias/EpCarousel.vue": () => import("../medias/EpCarousel.vue.js"), "../medias/EpHierarchy.vue": () => import("../medias/EpHierarchy.vue.js"), "../medias/EpIframe.vue": () => import("../medias/EpIframe.vue2.js"), "../medias/EpKatex.vue": () => import("../medias/EpKatex.vue.js"), "../medias/EpLink.vue": () => import("../medias/EpLink.vue2.js"), "../medias/EpLinkVersion.vue": () => import("../medias/EpLinkVersion.vue2.js"), "../medias/EpLottieSvg.vue": () => import("../medias/EpLottieSvg.vue2.js"), "../medias/EpSensibleImage.vue": () => import("../medias/EpSensibleImage.vue.js"), "../medias/EpSoftware.vue": () => import("../medias/EpSoftware.vue2.js"), "../medias/EpSvg.vue": () => import("../medias/EpSvg.vue2.js"), "../medias/EpTerm.vue": () => import("../medias/EpTerm.vue2.js"), "../medias/EpTimeLine.vue": () => import("../medias/EpTimeLine.vue3.js"), "../medias/EpVideo.vue": () => import("../medias/EpVideo.vue2.js"), "../medias/EpVideoPanopto.vue": () => import("../medias/EpVideoPanopto.vue2.js"), "../medias/EpWordDef.vue": () => import("../medias/EpWordDef.vue2.js"), "../signages/EpAlert.vue": () => import("../signages/EpAlert.vue.js"), "../signages/EpBadge.vue": () => import("../signages/EpBadge.vue2.js"), "../signages/EpHeader.vue": () => import("../signages/EpHeader.vue2.js"), "../signages/EpNothing.vue": () => import("../signages/EpNothing.vue.js"), "../signages/EpQuote.vue": () => import("../signages/EpQuote.vue2.js"), "../signages/EpSkeleton.vue": () => import("../signages/EpSkeleton.vue3.js"), "../tools/BgAudio.vue": () => import("../tools/BgAudio.vue.js"), "../tools/Details.vue": () => import("../tools/Details.vue.js"), "../tools/DisplayBox.vue": () => import("../tools/DisplayBox.vue.js"), "../tools/SvgFilter.vue": () => import("../tools/SvgFilter.vue.js"), "../tools/TextMedia.vue": () => import("../tools/TextMedia.vue.js"), "../tools/TimelineItem.vue": () => import("../tools/TimelineItem.vue.js"), "../tools/TwoColsMedia.vue": () => import("../tools/TwoColsMedia.vue.js") }), `../${e.path}/${e.name}.vue`, 3)
50
50
  );
51
51
  }
52
52
  return null;
@@ -5,7 +5,7 @@ import { useRenderText as C } from "../../composables/useRenderText.js";
5
5
  import { useComponent as W } from "../../composables/useComponent.js";
6
6
  import { mdiHelpCircle as X } from "@mdi/js";
7
7
  import S from "../basics/EpImg.vue.js";
8
- import Y from "../forms/EpRadio.vue.js";
8
+ import Y from "../forms/EpRadio.vue2.js";
9
9
  import I from "../basics/EpBtn.vue.js";
10
10
  import B from "../signages/EpAlert.vue.js";
11
11
  const Z = ["innerHTML"], ee = { class: "mt-5" }, te = ["innerHTML"], oe = { class: "mb-6" }, ie = { class: "no-list" }, re = {
@@ -62,7 +62,7 @@ const Z = ["innerHTML"], ee = { class: "mt-5" }, te = ["innerHTML"], oe = { clas
62
62
  const M = (e) => {
63
63
  const t = W(e);
64
64
  return t.name === "EpNothing" ? T(() => import("../signages/EpNothing.vue.js")) : T(
65
- () => F(/* @__PURE__ */ Object.assign({ "../basics/EpAvatar.vue": () => import("../basics/EpAvatar.vue2.js"), "../basics/EpBadge.vue": () => import("../basics/EpBadge.vue2.js"), "../basics/EpBtn.vue": () => import("../basics/EpBtn.vue2.js"), "../basics/EpCard.vue": () => import("../basics/EpCard.vue2.js"), "../basics/EpChip.vue": () => import("../basics/EpChip.vue2.js"), "../basics/EpDivider.vue": () => import("../basics/EpDivider.vue2.js"), "../basics/EpFlex.vue": () => import("../basics/EpFlex.vue2.js"), "../basics/EpHover.vue": () => import("../basics/EpHover.vue2.js"), "../basics/EpHoverCard.vue": () => import("../basics/EpHoverCard.vue2.js"), "../basics/EpIcon.vue": () => import("../basics/EpIcon.vue2.js"), "../basics/EpImg.vue": () => import("../basics/EpImg.vue2.js"), "../basics/EpImgCarousel.vue": () => import("../basics/EpImgCarousel.vue2.js"), "../basics/EpList.vue": () => import("../basics/EpList.vue.js"), "../basics/EpListItem.vue": () => import("../basics/EpListItem.vue2.js"), "../basics/EpSection.vue": () => import("../basics/EpSection.vue2.js"), "../basics/EpSectionCols.vue": () => import("../basics/EpSectionCols.vue2.js"), "../basics/EpSpinner.vue": () => import("../basics/EpSpinner.vue2.js"), "../basics/EpStackedList.vue": () => import("../basics/EpStackedList.vue2.js"), "../basics/EpTable.vue": () => import("../basics/EpTable.vue2.js"), "../basics/EpText.vue": () => import("../basics/EpText.vue2.js"), "../charts/EpBarChart.vue": () => import("../charts/EpBarChart.vue2.js"), "../charts/EpFunnelChart.vue": () => import("../charts/EpFunnelChart.vue2.js"), "../charts/EpLineChart.vue": () => import("../charts/EpLineChart.vue2.js"), "../charts/EpPieChart.vue": () => import("../charts/EpPieChart.vue2.js"), "../educationals/EpBranchingScenario.vue": () => import("../educationals/EpBranchingScenario.vue.js"), "../educationals/EpCodeblock.vue": () => import("../educationals/EpCodeblock.vue3.js"), "../educationals/EpConclusion.vue": () => import("../educationals/EpConclusion.vue2.js"), "../educationals/EpDescription.vue": () => import("../educationals/EpDescription.vue2.js"), "../educationals/EpDocument.vue": () => import("../educationals/EpDocument.vue2.js"), "../educationals/EpEdu.vue": () => import("../educationals/EpEdu.vue2.js"), "../educationals/EpInstructions.vue": () => import("../educationals/EpInstructions.vue2.js"), "../educationals/EpIntroduction.vue": () => import("../educationals/EpIntroduction.vue2.js"), "../educationals/EpObjective.vue": () => import("../educationals/EpObjective.vue2.js"), "../educationals/EpReading.vue": () => import("../educationals/EpReading.vue2.js"), "../educationals/EpResource.vue": () => import("../educationals/EpResource.vue2.js"), "../educationals/EpScope.vue": () => import("../educationals/EpScope.vue2.js"), "../educationals/EpSpecificObjective.vue": () => import("../educationals/EpSpecificObjective.vue2.js"), "../forms/EpCheckbox.vue": () => import("../forms/EpCheckbox.vue2.js"), "../forms/EpInput.vue": () => import("../forms/EpInput.vue2.js"), "../forms/EpRadio.vue": () => import("../forms/EpRadio.vue2.js"), "../forms/EpRadioSummative.vue": () => import("../forms/EpRadioSummative.vue2.js"), "../forms/EpSelect.vue": () => import("../forms/EpSelect.vue2.js"), "../forms/EpSwitch.vue": () => import("../forms/EpSwitch.vue2.js"), "../forms/EpTextarea.vue": () => import("../forms/EpTextarea.vue2.js"), "../forms/EpToggle.vue": () => import("../forms/EpToggle.vue2.js"), "./Ep360Image.vue": () => import("./Ep360Image.vue2.js"), "./Ep360Video.vue": () => import("./Ep360Video.vue2.js"), "./EpAccordeon.vue": () => import("./EpAccordeon.vue.js"), "./EpContentSlider.vue": () => import("./EpContentSlider.vue2.js"), "./EpDarkMode.vue": () => import("./EpDarkMode.vue2.js"), "./EpDraggable.vue": () => import("./EpDraggable.vue2.js"), "./EpHotSpot.vue": () => import("./EpHotSpot.vue2.js"), "./EpModal.vue": () => import("./EpModal.vue3.js"), "./EpQuestion.vue": () => import("./EpQuestion.vue2.js"), "./EpSummativeTable.vue": () => import("./EpSummativeTable.vue2.js"), "./EpSvgShow.vue": () => import("./EpSvgShow.vue2.js"), "./EpTabs.vue": () => import("./EpTabs.vue.js"), "./EpTooltip.vue": () => import("./EpTooltip.vue3.js"), "../medias/EpAudio.vue": () => import("../medias/EpAudio.vue2.js"), "../medias/EpCardLink.vue": () => import("../medias/EpCardLink.vue2.js"), "../medias/EpCarousel.vue": () => import("../medias/EpCarousel.vue.js"), "../medias/EpHierarchy.vue": () => import("../medias/EpHierarchy.vue.js"), "../medias/EpIframe.vue": () => import("../medias/EpIframe.vue2.js"), "../medias/EpKatex.vue": () => import("../medias/EpKatex.vue.js"), "../medias/EpLink.vue": () => import("../medias/EpLink.vue2.js"), "../medias/EpLinkVersion.vue": () => import("../medias/EpLinkVersion.vue2.js"), "../medias/EpLottieSvg.vue": () => import("../medias/EpLottieSvg.vue2.js"), "../medias/EpSensibleImage.vue": () => import("../medias/EpSensibleImage.vue.js"), "../medias/EpSoftware.vue": () => import("../medias/EpSoftware.vue2.js"), "../medias/EpSvg.vue": () => import("../medias/EpSvg.vue2.js"), "../medias/EpTerm.vue": () => import("../medias/EpTerm.vue2.js"), "../medias/EpTimeLine.vue": () => import("../medias/EpTimeLine.vue3.js"), "../medias/EpVideo.vue": () => import("../medias/EpVideo.vue2.js"), "../medias/EpVideoPanopto.vue": () => import("../medias/EpVideoPanopto.vue2.js"), "../medias/EpWordDef.vue": () => import("../medias/EpWordDef.vue2.js"), "../signages/EpAlert.vue": () => import("../signages/EpAlert.vue.js"), "../signages/EpBadge.vue": () => import("../signages/EpBadge.vue2.js"), "../signages/EpHeader.vue": () => import("../signages/EpHeader.vue2.js"), "../signages/EpNothing.vue": () => import("../signages/EpNothing.vue.js"), "../signages/EpQuote.vue": () => import("../signages/EpQuote.vue2.js"), "../signages/EpSkeleton.vue": () => import("../signages/EpSkeleton.vue3.js"), "../tools/BgAudio.vue": () => import("../tools/BgAudio.vue.js"), "../tools/Details.vue": () => import("../tools/Details.vue.js"), "../tools/DisplayBox.vue": () => import("../tools/DisplayBox.vue.js"), "../tools/SvgFilter.vue": () => import("../tools/SvgFilter.vue.js"), "../tools/TextMedia.vue": () => import("../tools/TextMedia.vue.js"), "../tools/TimelineItem.vue": () => import("../tools/TimelineItem.vue.js"), "../tools/TwoColsMedia.vue": () => import("../tools/TwoColsMedia.vue.js") }), `../${t.path}/${t.name}.vue`, 3)
65
+ () => F(/* @__PURE__ */ Object.assign({ "../basics/EpAvatar.vue": () => import("../basics/EpAvatar.vue2.js"), "../basics/EpBadge.vue": () => import("../basics/EpBadge.vue.js"), "../basics/EpBtn.vue": () => import("../basics/EpBtn.vue2.js"), "../basics/EpCard.vue": () => import("../basics/EpCard.vue2.js"), "../basics/EpChip.vue": () => import("../basics/EpChip.vue2.js"), "../basics/EpDivider.vue": () => import("../basics/EpDivider.vue2.js"), "../basics/EpFlex.vue": () => import("../basics/EpFlex.vue2.js"), "../basics/EpHover.vue": () => import("../basics/EpHover.vue2.js"), "../basics/EpHoverCard.vue": () => import("../basics/EpHoverCard.vue2.js"), "../basics/EpIcon.vue": () => import("../basics/EpIcon.vue2.js"), "../basics/EpImg.vue": () => import("../basics/EpImg.vue2.js"), "../basics/EpImgCarousel.vue": () => import("../basics/EpImgCarousel.vue2.js"), "../basics/EpList.vue": () => import("../basics/EpList.vue.js"), "../basics/EpListItem.vue": () => import("../basics/EpListItem.vue2.js"), "../basics/EpSection.vue": () => import("../basics/EpSection.vue2.js"), "../basics/EpSectionCols.vue": () => import("../basics/EpSectionCols.vue2.js"), "../basics/EpSpinner.vue": () => import("../basics/EpSpinner.vue2.js"), "../basics/EpStackedList.vue": () => import("../basics/EpStackedList.vue2.js"), "../basics/EpTable.vue": () => import("../basics/EpTable.vue2.js"), "../basics/EpText.vue": () => import("../basics/EpText.vue2.js"), "../charts/EpBarChart.vue": () => import("../charts/EpBarChart.vue2.js"), "../charts/EpFunnelChart.vue": () => import("../charts/EpFunnelChart.vue2.js"), "../charts/EpLineChart.vue": () => import("../charts/EpLineChart.vue2.js"), "../charts/EpPieChart.vue": () => import("../charts/EpPieChart.vue2.js"), "../educationals/EpBranchingScenario.vue": () => import("../educationals/EpBranchingScenario.vue.js"), "../educationals/EpCodeblock.vue": () => import("../educationals/EpCodeblock.vue3.js"), "../educationals/EpConclusion.vue": () => import("../educationals/EpConclusion.vue2.js"), "../educationals/EpDescription.vue": () => import("../educationals/EpDescription.vue2.js"), "../educationals/EpDocument.vue": () => import("../educationals/EpDocument.vue2.js"), "../educationals/EpEdu.vue": () => import("../educationals/EpEdu.vue2.js"), "../educationals/EpInstructions.vue": () => import("../educationals/EpInstructions.vue2.js"), "../educationals/EpIntroduction.vue": () => import("../educationals/EpIntroduction.vue2.js"), "../educationals/EpObjective.vue": () => import("../educationals/EpObjective.vue2.js"), "../educationals/EpReading.vue": () => import("../educationals/EpReading.vue2.js"), "../educationals/EpResource.vue": () => import("../educationals/EpResource.vue2.js"), "../educationals/EpScope.vue": () => import("../educationals/EpScope.vue2.js"), "../educationals/EpSpecificObjective.vue": () => import("../educationals/EpSpecificObjective.vue2.js"), "../forms/EpCheckbox.vue": () => import("../forms/EpCheckbox.vue.js"), "../forms/EpInput.vue": () => import("../forms/EpInput.vue.js"), "../forms/EpRadio.vue": () => import("../forms/EpRadio.vue.js"), "../forms/EpRadioSummative.vue": () => import("../forms/EpRadioSummative.vue.js"), "../forms/EpSelect.vue": () => import("../forms/EpSelect.vue.js"), "../forms/EpSwitch.vue": () => import("../forms/EpSwitch.vue.js"), "../forms/EpTextarea.vue": () => import("../forms/EpTextarea.vue.js"), "../forms/EpToggle.vue": () => import("../forms/EpToggle.vue.js"), "./Ep360Image.vue": () => import("./Ep360Image.vue.js"), "./Ep360Video.vue": () => import("./Ep360Video.vue.js"), "./EpAccordeon.vue": () => import("./EpAccordeon.vue.js"), "./EpContentSlider.vue": () => import("./EpContentSlider.vue2.js"), "./EpDarkMode.vue": () => import("./EpDarkMode.vue2.js"), "./EpDraggable.vue": () => import("./EpDraggable.vue2.js"), "./EpHotSpot.vue": () => import("./EpHotSpot.vue2.js"), "./EpModal.vue": () => import("./EpModal.vue3.js"), "./EpQuestion.vue": () => import("./EpQuestion.vue2.js"), "./EpSummativeTable.vue": () => import("./EpSummativeTable.vue2.js"), "./EpSvgShow.vue": () => import("./EpSvgShow.vue2.js"), "./EpTabs.vue": () => import("./EpTabs.vue.js"), "./EpTooltip.vue": () => import("./EpTooltip.vue3.js"), "../medias/EpAudio.vue": () => import("../medias/EpAudio.vue2.js"), "../medias/EpCardLink.vue": () => import("../medias/EpCardLink.vue2.js"), "../medias/EpCarousel.vue": () => import("../medias/EpCarousel.vue.js"), "../medias/EpHierarchy.vue": () => import("../medias/EpHierarchy.vue.js"), "../medias/EpIframe.vue": () => import("../medias/EpIframe.vue2.js"), "../medias/EpKatex.vue": () => import("../medias/EpKatex.vue.js"), "../medias/EpLink.vue": () => import("../medias/EpLink.vue2.js"), "../medias/EpLinkVersion.vue": () => import("../medias/EpLinkVersion.vue2.js"), "../medias/EpLottieSvg.vue": () => import("../medias/EpLottieSvg.vue2.js"), "../medias/EpSensibleImage.vue": () => import("../medias/EpSensibleImage.vue.js"), "../medias/EpSoftware.vue": () => import("../medias/EpSoftware.vue2.js"), "../medias/EpSvg.vue": () => import("../medias/EpSvg.vue2.js"), "../medias/EpTerm.vue": () => import("../medias/EpTerm.vue2.js"), "../medias/EpTimeLine.vue": () => import("../medias/EpTimeLine.vue3.js"), "../medias/EpVideo.vue": () => import("../medias/EpVideo.vue2.js"), "../medias/EpVideoPanopto.vue": () => import("../medias/EpVideoPanopto.vue2.js"), "../medias/EpWordDef.vue": () => import("../medias/EpWordDef.vue2.js"), "../signages/EpAlert.vue": () => import("../signages/EpAlert.vue.js"), "../signages/EpBadge.vue": () => import("../signages/EpBadge.vue2.js"), "../signages/EpHeader.vue": () => import("../signages/EpHeader.vue2.js"), "../signages/EpNothing.vue": () => import("../signages/EpNothing.vue.js"), "../signages/EpQuote.vue": () => import("../signages/EpQuote.vue2.js"), "../signages/EpSkeleton.vue": () => import("../signages/EpSkeleton.vue3.js"), "../tools/BgAudio.vue": () => import("../tools/BgAudio.vue.js"), "../tools/Details.vue": () => import("../tools/Details.vue.js"), "../tools/DisplayBox.vue": () => import("../tools/DisplayBox.vue.js"), "../tools/SvgFilter.vue": () => import("../tools/SvgFilter.vue.js"), "../tools/TextMedia.vue": () => import("../tools/TextMedia.vue.js"), "../tools/TimelineItem.vue": () => import("../tools/TimelineItem.vue.js"), "../tools/TwoColsMedia.vue": () => import("../tools/TwoColsMedia.vue.js") }), `../${t.path}/${t.name}.vue`, 3)
66
66
  );
67
67
  }, { title: R, intentions: ne, hideIcon: x, question: N, src: c } = P(r);
68
68
  return (e, t) => (o(), u(U, {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as _, ref as v, computed as h, createElementBlock as o, openBlock as t, createCommentVNode as k, createElementVNode as r, toDisplayString as n, Fragment as d, renderList as c, createVNode as $, createBlock as g } from "vue";
2
2
  import x from "../basics/EpDivider.vue.js";
3
- import V from "../forms/EpRadioSummative.vue.js";
3
+ import V from "../forms/EpRadioSummative.vue2.js";
4
4
  const y = { class: "mt-4 bg-base-light p-4 dark:bg-dark dark:border-y-2" }, N = {
5
5
  key: 0,
6
6
  class: "text-xl font-semibold mb-6"
@@ -30,7 +30,7 @@ const dt = ["innerHTML"], ut = { class: "flex justify-end" }, bt = /* @__PURE__
30
30
  g.value = !1, a.value = null;
31
31
  }, D = /* @__PURE__ */ Object.assign({
32
32
  "../basics/EpAvatar.vue": () => import("../basics/EpAvatar.vue2.js"),
33
- "../basics/EpBadge.vue": () => import("../basics/EpBadge.vue2.js"),
33
+ "../basics/EpBadge.vue": () => import("../basics/EpBadge.vue.js"),
34
34
  "../basics/EpBtn.vue": () => import("../basics/EpBtn.vue2.js"),
35
35
  "../basics/EpCard.vue": () => import("../basics/EpCard.vue2.js"),
36
36
  "../basics/EpChip.vue": () => import("../basics/EpChip.vue2.js"),
@@ -1,7 +1,7 @@
1
1
  import o from "./EpSensibleImage.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../_virtual/_plugin-vue_export-helper.js";
4
- const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-8753c65c"]]);
4
+ const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-6d05cf69"]]);
5
5
  export {
6
6
  r as default
7
7
  };