@1024pix/epreuves-components 2.2.1 → 2.2.2
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.
- package/dist/{LLMMessage.ce-D_SYQOna.js → LLMMessage.ce-DSYjzT9g.js} +8 -8
- package/dist/{Loading.ce-CjAv1WaY.js → Loading.ce-DmUVuFq5.js} +1 -1
- package/dist/{NavigationButton.ce-DlErTyfv.js → NavigationButton.ce-COLdN-XJ.js} +5 -5
- package/dist/{Retry--whpA3a8.js → Retry-Df6WpF65.js} +1 -1
- package/dist/{_plugin-vue_export-helper-CP5OpzZH.js → _plugin-vue_export-helper-b0PKqEbd.js} +1579 -1559
- package/dist/components/calcul-impact.ce.js.js +8 -8
- package/dist/components/capacity-calculation.ce.js.js +29 -29
- package/dist/components/clickable-image.ce.js.js +72 -71
- package/dist/components/complete-phrase.ce.js.js +50 -50
- package/dist/components/flip-cards.ce.js.js +10 -10
- package/dist/components/image-quiz.ce.js.js +2 -2
- package/dist/components/image-quizzes.ce.js.js +2 -2
- package/dist/components/llm-compare-messages.ce.js.js +3 -3
- package/dist/components/llm-messages.ce.js.js +3 -3
- package/dist/components/llm-prompt-select.ce.js.js +6 -6
- package/dist/components/message-conversation.ce.js.js +12 -12
- package/dist/components/pix-article.ce.js.js +4 -4
- package/dist/components/pix-carousel.ce.js.js +7 -7
- package/dist/components/pix-cursor.ce.js.js +11 -11
- package/dist/components/qcm-deepfake.ce.js.js +15 -15
- package/dist/{i18n-BB4WILwM.js → i18n-DwNjk2PP.js} +1 -1
- package/dist/{image-quiz.ce-UlVFo5Sr.js → image-quiz.ce-DbLH3Dkt.js} +15 -15
- package/dist/index.js +1 -1
- package/dist/schema.js +5 -5
- package/dist/{shadow-dom-D3DtD_VO.js → shadow-dom-CG-UQz_W.js} +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as a, c as r, o as s, a as b, d as u, k as n,
|
|
2
|
-
import { L as p } from "./Loading.ce-
|
|
1
|
+
import { _ as a, c as r, o as s, a as b, d as u, k as n, y as d, e as l, v as o, A as g, B as h } from "./_plugin-vue_export-helper-b0PKqEbd.js";
|
|
2
|
+
import { L as p } from "./Loading.ce-DmUVuFq5.js";
|
|
3
3
|
const f = {}, x = {
|
|
4
4
|
height: "1rem",
|
|
5
5
|
width: "auto",
|
|
@@ -46,11 +46,11 @@ function q(t, e) {
|
|
|
46
46
|
}, null, -1)
|
|
47
47
|
])]);
|
|
48
48
|
}
|
|
49
|
-
const
|
|
49
|
+
const $ = /* @__PURE__ */ a(M, [["render", q]]), z = { class: "avatar" }, B = { class: "bubble" }, Z = ["innerHTML"], N = {
|
|
50
50
|
key: 1,
|
|
51
51
|
role: "alert",
|
|
52
52
|
class: "error"
|
|
53
|
-
},
|
|
53
|
+
}, A = {
|
|
54
54
|
key: 2,
|
|
55
55
|
class: "attachment-label"
|
|
56
56
|
}, H = /* @__PURE__ */ u({
|
|
@@ -64,11 +64,11 @@ const z = /* @__PURE__ */ a(M, [["render", q]]), $ = { class: "avatar" }, B = {
|
|
|
64
64
|
if (e.message.content)
|
|
65
65
|
return e.name ? `<strong>${e.name}</strong> : ${e.message.content}` : e.message.content;
|
|
66
66
|
}), i = n(() => e.message.hasError && e.message.errorMessage?.length > 0);
|
|
67
|
-
return (
|
|
67
|
+
return (E, V) => (s(), r("div", {
|
|
68
68
|
class: d(["message", t.message.direction])
|
|
69
69
|
}, [
|
|
70
|
-
b("span",
|
|
71
|
-
m.value ? (s(), l(_, { key: 0 })) : (s(), l(
|
|
70
|
+
b("span", z, [
|
|
71
|
+
m.value ? (s(), l(_, { key: 0 })) : (s(), l($, { key: 1 }))
|
|
72
72
|
]),
|
|
73
73
|
t.message.isLoading ? (s(), l(p, {
|
|
74
74
|
key: 0,
|
|
@@ -83,7 +83,7 @@ const z = /* @__PURE__ */ a(M, [["render", q]]), $ = { class: "avatar" }, B = {
|
|
|
83
83
|
i.value ? (s(), r("div", N, [
|
|
84
84
|
b("p", null, g(t.message.errorMessage), 1)
|
|
85
85
|
])) : o("", !0),
|
|
86
|
-
t.message.attachmentName && m.value ? (s(), r("p",
|
|
86
|
+
t.message.attachmentName && m.value ? (s(), r("p", A, [
|
|
87
87
|
b("span", null, g(t.message.attachmentName), 1),
|
|
88
88
|
h(y)
|
|
89
89
|
])) : o("", !0)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as o, c as a, o as r, a as s } from "./_plugin-vue_export-helper-
|
|
1
|
+
import { _ as o, c as a, o as r, a as s } from "./_plugin-vue_export-helper-b0PKqEbd.js";
|
|
2
2
|
const n = ".loader{width:8px;aspect-ratio:1;border-radius:50%;animation:l5 1s infinite linear alternate;transform:translate(100%)}.sr-only{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@keyframes l5{0%{box-shadow:13px 0 #000,-13px 0 #0002;background:#000}33%{box-shadow:13px 0 #000,-13px 0 #0002;background:#0002}66%{box-shadow:13px 0 #0002,-13px 0 #000;background:#0002}to{box-shadow:13px 0 #0002,-13px 0 #000;background:#000}}@media(prefers-reduced-motion:reduce){.loader{display:none}}", t = {}, d = {
|
|
3
3
|
class: "loader",
|
|
4
4
|
role: "alert"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as f, r as g, J as w, c as h, o as i, a as l,
|
|
1
|
+
import { d as f, r as g, J as w, c as h, o as i, a as l, y as C, x as b, A as m, m as x, q as y, L as k, _ as s, e as c, M as $ } from "./_plugin-vue_export-helper-b0PKqEbd.js";
|
|
2
2
|
const B = { class: "tooltip-container" }, L = ["id"], _ = ["aria-labelledby", "aria-disabled"], z = /* @__PURE__ */ f({
|
|
3
3
|
inheritAttrs: !1,
|
|
4
4
|
__name: "ButtonTooltip.ce",
|
|
@@ -45,7 +45,7 @@ const B = { class: "tooltip-container" }, L = ["id"], _ = ["aria-labelledby", "a
|
|
|
45
45
|
viewBox: "0 0 16 16",
|
|
46
46
|
fill: "inherit"
|
|
47
47
|
};
|
|
48
|
-
function
|
|
48
|
+
function A(t, o) {
|
|
49
49
|
return i(), h("svg", P, [...o[0] || (o[0] = [
|
|
50
50
|
l("path", {
|
|
51
51
|
d: "M10.5642 8.75826H3.28958C3.07681 8.75826 2.89719 8.68509 2.75075 8.53875C2.60442 8.39231 2.53125 8.2127 2.53125 7.99992C2.53125 7.78714 2.60442 7.60753 2.75075 7.46109C2.89719 7.31475 3.07681 7.24159 3.28958 7.24159H10.5642L7.45292 4.13042C7.30103 3.97842 7.22719 3.80025 7.23142 3.59592C7.23564 3.39159 7.31369 3.21348 7.46558 3.06159C7.61758 2.9207 7.79575 2.84814 8.00008 2.84392C8.20442 2.8397 8.38258 2.91353 8.53458 3.06542L12.9346 7.46542C13.0091 7.54009 13.0636 7.62298 13.0981 7.71409C13.1325 7.80509 13.1498 7.90037 13.1498 7.99992C13.1498 8.09948 13.1325 8.19475 13.0981 8.28575C13.0636 8.37687 13.0091 8.45975 12.9346 8.53442L8.53058 12.9383C8.38703 13.0818 8.21164 13.1536 8.00442 13.1536C7.79719 13.1536 7.61758 13.0818 7.46558 12.9383C7.31369 12.7864 7.23775 12.6061 7.23775 12.3976C7.23775 12.189 7.31369 12.0088 7.46558 11.8568L10.5642 8.75826Z",
|
|
@@ -53,7 +53,7 @@ function N(t, o) {
|
|
|
53
53
|
}, null, -1)
|
|
54
54
|
])]);
|
|
55
55
|
}
|
|
56
|
-
const
|
|
56
|
+
const N = /* @__PURE__ */ s(H, [["render", A]]), Y = {}, T = {
|
|
57
57
|
xmlns: "http://www.w3.org/2000/svg",
|
|
58
58
|
width: "16",
|
|
59
59
|
height: "16",
|
|
@@ -68,7 +68,7 @@ function F(t, o) {
|
|
|
68
68
|
}, null, -1)
|
|
69
69
|
])]);
|
|
70
70
|
}
|
|
71
|
-
const Z = /* @__PURE__ */ s(
|
|
71
|
+
const Z = /* @__PURE__ */ s(Y, [["render", F]]), j = /* @__PURE__ */ f({
|
|
72
72
|
__name: "NavigationButton.ce",
|
|
73
73
|
props: {
|
|
74
74
|
disabled: { type: Boolean },
|
|
@@ -86,7 +86,7 @@ const Z = /* @__PURE__ */ s(A, [["render", F]]), j = /* @__PURE__ */ f({
|
|
|
86
86
|
disabled: t.disabled
|
|
87
87
|
}, {
|
|
88
88
|
default: $(() => [
|
|
89
|
-
t.direction === "next" ? (i(), c(
|
|
89
|
+
t.direction === "next" ? (i(), c(N, { key: 0 })) : (i(), c(Z, { key: 1 }))
|
|
90
90
|
]),
|
|
91
91
|
_: 1
|
|
92
92
|
}, 8, ["tooltip-position", "label", "disabled"]));
|