@1024pix/epreuves-components 4.5.0 → 4.6.1
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/{Button.ce-DNrjLa1r.js → Button.ce-Ccv3OLk2.js} +1 -1
- package/dist/{ButtonTooltip.ce-DQ8QAvUM.js → ButtonTooltip.ce-Bo42SFAP.js} +1 -1
- package/dist/Cross.ce.vue_vue_type_script_setup_true_lang-CGq82iLD.js +83 -0
- package/dist/{FocusManager.ce-CwF5pnqR.js → FocusManager.ce-BG_n76ZF.js} +2 -2
- package/dist/Icon.ce-Be0LymfA.js +50 -0
- package/dist/{LLMMessage.ce-Duki08xd.js → LLMMessage.ce-y0WmEj7m.js} +24 -22
- package/dist/{Loading.ce-D7CUjrcI.js → Loading.ce-CG-e7tdE.js} +1 -1
- package/dist/Modal.ce-DCTwYJKJ.js +86 -0
- package/dist/{NavigationButton.ce-17UL0Mwu.js → NavigationButton.ce-B-c0m9H8.js} +14 -12
- package/dist/{PixMailMessage.ce-CNULZecQ.js → PixMailMessage.ce-CH6CVQ3H.js} +20 -20
- package/dist/{Popin.ce-VvQiVxjk.js → Popin.ce-CQtpIOkM.js} +3 -3
- package/dist/{Retry-CGkQcck5.js → Retry-DLOo5neI.js} +1 -1
- package/dist/{Stepper.ce-gx2YaVCo.js → Stepper.ce-MmSadTrx.js} +1 -1
- package/dist/{_plugin-vue_export-helper-DROOAHrz.js → _plugin-vue_export-helper-CD1RUA2y.js} +12 -12
- package/dist/components/analyse-mails-phishing.ce.js.js +104 -105
- package/dist/components/autocompletion-mdp.ce.js.js +256 -0
- package/dist/components/button.ce.js.js +2 -2
- package/dist/components/calcul-impact.ce.js.js +13 -13
- package/dist/components/capacity-calculation.ce.js.js +38 -35
- package/dist/components/clickable-image.ce.js.js +10 -10
- package/dist/components/complete-phrase.ce.js.js +12 -12
- package/dist/components/flip-cards.ce.js.js +10 -10
- package/dist/components/generate-mdp.ce.js.js +82 -151
- package/dist/components/image-quiz.ce.js.js +3 -3
- package/dist/components/image-quizzes.ce.js.js +3 -3
- 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 +7 -7
- package/dist/components/mdp-classement.ce.js.js +100 -108
- package/dist/components/message-conversation.ce.js.js +19 -19
- package/dist/components/mobile-shell.ce.js.js +1 -1
- package/dist/components/notification-antivirus.ce.js.js +139 -149
- package/dist/components/phishing-message.ce.js.js +23 -23
- package/dist/components/phishing-notification.ce.js.js +18 -18
- package/dist/components/pix-anonymisation.ce.js.js +9 -9
- package/dist/components/pix-article.ce.js.js +2 -2
- package/dist/components/pix-carousel.ce.js.js +10 -8
- package/dist/components/pix-combinaisons.ce.js.js +13 -13
- package/dist/components/pix-cursor.ce.js.js +13 -13
- package/dist/components/pix-mail-message.ce.js.js +3 -3
- package/dist/components/proteger-mail-spam.ce.js.js +70 -82
- package/dist/components/qcm-deepfake.ce.js.js +23 -23
- package/dist/components/quiz-stepper.ce.js.js +61 -68
- package/dist/components/select-conversation.ce.js.js +4 -4
- package/dist/components/template-mail.ce.js.js +3 -3
- package/dist/components/test-top-mdp.ce.js.js +4 -4
- package/dist/components/trouver-mdp-rs.ce.js.js +52 -66
- package/dist/components/usages-donnees.ce.js.js +7 -7
- package/dist/{i18n-BVfGnSnP.js → i18n-C-1Ne5JG.js} +1 -1
- package/dist/{i18n-lite-V7Z5qwB2.js → i18n-lite-WQsHAHqG.js} +1 -1
- package/dist/{image-quiz.ce-DLpB-rde.js → image-quiz.ce-DGVVVaQN.js} +8 -8
- package/dist/{index-BgVc_wZ5.js → index-C8-9QxHJ.js} +1 -1
- package/dist/index.js +2 -1
- package/dist/metadata.js +29 -25
- package/dist/props.examples.js +115 -113
- package/dist/schema.js +55 -53
- package/dist/{shadow-dom-4LHwwhYa.js → shadow-dom-DSLDIcsa.js} +1 -1
- package/package.json +1 -1
- package/dist/Cross.ce.vue_vue_type_script_setup_true_lang-CUc-5ZVt.js +0 -53
- package/dist/Feedback.ce-MqHV98f3.js +0 -26
- package/dist/Icon.ce-O_y_jvjK.js +0 -50
- package/dist/components/feedback.ce.js.js +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as r, h as c, o as d, c as i, t as u, q as l, _ as b } from "./_plugin-vue_export-helper-
|
|
1
|
+
import { b as r, h as c, o as d, c as i, t as u, q as l, _ as b } from "./_plugin-vue_export-helper-CD1RUA2y.js";
|
|
2
2
|
const p = ["aria-disabled"], f = /* @__PURE__ */ r({
|
|
3
3
|
__name: "Button.ce",
|
|
4
4
|
props: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as f, s as u, h as v, o as w, c as g, a as n, t as m, v as s, x, m as y, y as k, q as z, r as B, _ as $ } from "./_plugin-vue_export-helper-
|
|
1
|
+
import { b as f, s as u, h as v, o as w, c as g, a as n, t as m, v as s, x, m as y, y as k, q as z, r as B, _ as $ } from "./_plugin-vue_export-helper-CD1RUA2y.js";
|
|
2
2
|
const C = { class: "tooltip-container" }, S = ["id"], T = ["aria-labelledby", "aria-disabled"], Y = /* @__PURE__ */ f({
|
|
3
3
|
inheritAttrs: !1,
|
|
4
4
|
__name: "ButtonTooltip.ce",
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { b as c, o as t, c as o, F as d, q as a, l as i, a as r, t as l, _ } from "./_plugin-vue_export-helper-CD1RUA2y.js";
|
|
2
|
+
const f = {
|
|
3
|
+
"aria-live": "polite",
|
|
4
|
+
class: "feedback-container"
|
|
5
|
+
}, p = {
|
|
6
|
+
key: 0,
|
|
7
|
+
class: "feedback-container__title"
|
|
8
|
+
}, k = /* @__PURE__ */ c({
|
|
9
|
+
__name: "Feedback.ce",
|
|
10
|
+
props: {
|
|
11
|
+
displayFeedback: { type: Boolean },
|
|
12
|
+
contentOnly: { type: Boolean }
|
|
13
|
+
},
|
|
14
|
+
setup(e) {
|
|
15
|
+
return (n, s) => (t(), o("div", f, [
|
|
16
|
+
e.displayFeedback ? (t(), o(d, { key: 0 }, [
|
|
17
|
+
e.contentOnly ? i("", !0) : (t(), o("p", p, [
|
|
18
|
+
a(n.$slots, "icon"),
|
|
19
|
+
a(n.$slots, "title")
|
|
20
|
+
])),
|
|
21
|
+
r("p", {
|
|
22
|
+
class: l(["feedback-container__content", { "feedback-container__content--only": e.contentOnly }])
|
|
23
|
+
}, [
|
|
24
|
+
a(n.$slots, "content")
|
|
25
|
+
], 2)
|
|
26
|
+
], 64)) : i("", !0)
|
|
27
|
+
]));
|
|
28
|
+
}
|
|
29
|
+
}), u = ".feedback-container{font-size:.875em;width:100%}.feedback-container__title{display:flex;width:fit-content;padding:4px 8px;justify-content:center;align-items:center;gap:8px;border-radius:8px 8px 0 0;background:#155dfc;color:#fff;margin:0;font-weight:700}.feedback-container__title svg{width:16px;height:16px}.feedback-container__content{padding:8px;border-radius:0 8px 8px;background:#eaf1ff;margin:0}.feedback-container__content--only{border-radius:8px}", x = /* @__PURE__ */ _(k, [["styles", [u]]]), h = {
|
|
30
|
+
viewBox: "0 0 16 16",
|
|
31
|
+
fill: "none",
|
|
32
|
+
"aria-hidden": "true"
|
|
33
|
+
}, b = ["stroke"], $ = /* @__PURE__ */ c({
|
|
34
|
+
__name: "Check.ce",
|
|
35
|
+
props: {
|
|
36
|
+
color: { type: String }
|
|
37
|
+
},
|
|
38
|
+
setup(e) {
|
|
39
|
+
return (n, s) => (t(), o("svg", h, [
|
|
40
|
+
r("path", {
|
|
41
|
+
d: `
|
|
42
|
+
M 3, 8
|
|
43
|
+
L 7, 12
|
|
44
|
+
L 13, 4
|
|
45
|
+
`,
|
|
46
|
+
stroke: e.color ? e.color : "#fff",
|
|
47
|
+
"stroke-width": "1.5",
|
|
48
|
+
"stroke-linecap": "round",
|
|
49
|
+
"stroke-linejoin": "round"
|
|
50
|
+
}, null, 8, b)
|
|
51
|
+
]));
|
|
52
|
+
}
|
|
53
|
+
}), m = {
|
|
54
|
+
viewBox: "0 0 16 16",
|
|
55
|
+
fill: "none",
|
|
56
|
+
"aria-hidden": "true"
|
|
57
|
+
}, y = ["stroke"], w = /* @__PURE__ */ c({
|
|
58
|
+
__name: "Cross.ce",
|
|
59
|
+
props: {
|
|
60
|
+
color: { type: String }
|
|
61
|
+
},
|
|
62
|
+
setup(e) {
|
|
63
|
+
return (n, s) => (t(), o("svg", m, [
|
|
64
|
+
r("path", {
|
|
65
|
+
d: `
|
|
66
|
+
M 4, 4
|
|
67
|
+
L 12, 12
|
|
68
|
+
M 4, 12
|
|
69
|
+
L 12, 4
|
|
70
|
+
`,
|
|
71
|
+
stroke: e.color ? e.color : "#fff",
|
|
72
|
+
"stroke-width": "1.5",
|
|
73
|
+
"stroke-linecap": "round",
|
|
74
|
+
"stroke-linejoin": "round"
|
|
75
|
+
}, null, 8, y)
|
|
76
|
+
]));
|
|
77
|
+
}
|
|
78
|
+
});
|
|
79
|
+
export {
|
|
80
|
+
x as F,
|
|
81
|
+
$ as _,
|
|
82
|
+
w as a
|
|
83
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { u as P } from "./shadow-dom-
|
|
2
|
-
import { _ as C, h as M, j as R, k as H, n as N, o as l, c, l as d, a as j, q, r as F, g as I } from "./_plugin-vue_export-helper-
|
|
1
|
+
import { u as P } from "./shadow-dom-DSLDIcsa.js";
|
|
2
|
+
import { _ as C, h as M, j as R, k as H, n as N, o as l, c, l as d, a as j, q, r as F, g as I } from "./_plugin-vue_export-helper-CD1RUA2y.js";
|
|
3
3
|
const $ = ".sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}", Y = ["tabindex"], z = ["tabindex"], D = {
|
|
4
4
|
__name: "FocusManager.ce",
|
|
5
5
|
props: {
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { b as d, h as l, o as r, c as n, t as b, q as i, _ as s, A as f } from "./_plugin-vue_export-helper-CD1RUA2y.js";
|
|
2
|
+
const p = ["aria-disabled"], v = /* @__PURE__ */ d({
|
|
3
|
+
__name: "Button.ce",
|
|
4
|
+
props: {
|
|
5
|
+
isDisabled: { type: Boolean },
|
|
6
|
+
variant: { default: "primary", type: String }
|
|
7
|
+
},
|
|
8
|
+
setup(a, { expose: t }) {
|
|
9
|
+
const o = l("button");
|
|
10
|
+
function u(e) {
|
|
11
|
+
a.isDisabled && e.stopPropagation();
|
|
12
|
+
}
|
|
13
|
+
function c() {
|
|
14
|
+
o.value.focus();
|
|
15
|
+
}
|
|
16
|
+
return t({
|
|
17
|
+
buttonElement: o,
|
|
18
|
+
focus: c
|
|
19
|
+
}), (e, k) => (r(), n("button", {
|
|
20
|
+
ref: "button",
|
|
21
|
+
"aria-disabled": a.isDisabled,
|
|
22
|
+
class: b({
|
|
23
|
+
"is-disabled": a.isDisabled,
|
|
24
|
+
[a.variant]: !0
|
|
25
|
+
}),
|
|
26
|
+
type: "button",
|
|
27
|
+
onClickCapture: u
|
|
28
|
+
}, [
|
|
29
|
+
i(e.$slots, "default", {}, void 0, !0)
|
|
30
|
+
], 42, p));
|
|
31
|
+
}
|
|
32
|
+
}), y = "button[data-v-3d44e974]{padding:8px 24px;border-radius:12px;border:none;color:#fff;font-size:.875rem;font-weight:700}button.primary[data-v-3d44e974]{background:#155dfc;cursor:pointer}button.primary[aria-disabled=true][data-v-3d44e974]{opacity:.5;cursor:not-allowed}button.primary[data-v-3d44e974]:hover:not([aria-disabled=true]){background:#0d3897}button.primary[data-v-3d44e974]:focus:not([aria-disabled=true]){background:#0d3897;border-radius:12px;outline:1px solid #fafafa;outline-offset:-3px}button.primary[data-v-3d44e974]:active:not([aria-disabled=true]){background:#041332;outline:none}button.primary-bis[data-v-3d44e974]{cursor:pointer;background:#141514}button.primary-bis[aria-disabled=true][data-v-3d44e974]{opacity:.5;cursor:not-allowed}button.primary-bis[data-v-3d44e974]:hover:not([aria-disabled=true]){background:#3d3e3d}button.primary-bis[data-v-3d44e974]:focus:not([aria-disabled=true]){background:#3d3e3d;border-radius:12px;outline:1px solid #fafafa;outline-offset:-3px}button.primary-bis[data-v-3d44e974]:active:not([aria-disabled=true]){background:#dcdddc;outline:none}button.secondary[data-v-3d44e974]{background:#fff;color:#155dfc;border:2px solid #155dfc;cursor:pointer}button.secondary[aria-disabled=true][data-v-3d44e974]{opacity:.5;cursor:not-allowed}button.secondary[data-v-3d44e974]:hover:not([aria-disabled=true]){background:#d0dffe}button.secondary[data-v-3d44e974]:focus:not([aria-disabled=true]){background:#d0dffe;border-radius:12px;outline:1px solid #155dfc;outline-offset:-4px}button.secondary[data-v-3d44e974]:active:not([aria-disabled=true]){background:#155dfc;color:#fff;outline:none}", _ = /* @__PURE__ */ s(v, [["styles", [y]], ["__scopeId", "data-v-3d44e974"]]), m = /* @__PURE__ */ d({
|
|
33
|
+
__name: "Icon.ce",
|
|
34
|
+
props: {
|
|
35
|
+
backgroundColor: { type: String }
|
|
36
|
+
},
|
|
37
|
+
setup(a) {
|
|
38
|
+
return (t, o) => (r(), n("div", {
|
|
39
|
+
style: f({ "--background-color": a.backgroundColor }),
|
|
40
|
+
"aria-hidden": "true",
|
|
41
|
+
class: "rounded-icon"
|
|
42
|
+
}, [
|
|
43
|
+
i(t.$slots, "default", {}, void 0, !0)
|
|
44
|
+
], 4));
|
|
45
|
+
}
|
|
46
|
+
}), g = ".rounded-icon[data-v-27f5c215]{display:flex;align-items:center;background-color:var(--background-color);border-radius:50%;aspect-ratio:1;width:fit-content;padding:8px}", h = /* @__PURE__ */ s(m, [["styles", [g]], ["__scopeId", "data-v-27f5c215"]]);
|
|
47
|
+
export {
|
|
48
|
+
_ as B,
|
|
49
|
+
h as I
|
|
50
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as a, o as s, c as
|
|
2
|
-
import { L as p } from "./Loading.ce-
|
|
1
|
+
import { _ as a, o as s, c as t, a as b, b as i, t as d, f as n, l as o, x as u, C as h, g as l } from "./_plugin-vue_export-helper-CD1RUA2y.js";
|
|
2
|
+
import { L as p } from "./Loading.ce-CG-e7tdE.js";
|
|
3
3
|
const f = {}, C = {
|
|
4
4
|
height: "1rem",
|
|
5
5
|
width: "auto",
|
|
@@ -8,8 +8,8 @@ const f = {}, C = {
|
|
|
8
8
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
9
|
viewBox: "0 0 448 512"
|
|
10
10
|
};
|
|
11
|
-
function x(
|
|
12
|
-
return s(),
|
|
11
|
+
function x(r, e) {
|
|
12
|
+
return s(), t("svg", C, [...e[0] || (e[0] = [
|
|
13
13
|
b("path", {
|
|
14
14
|
fill: "currentColor",
|
|
15
15
|
d: "M364.2 83.8c-24.4-24.4-64-24.4-88.4 0l-184 184c-42.1 42.1-42.1 110.3 0 152.4s110.3 42.1 152.4 0l152-152c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-152 152c-64 64-167.6 64-231.6 0s-64-167.6 0-231.6l184-184c46.3-46.3 121.3-46.3 167.6 0s46.3 121.3 0 167.6l-176 176c-28.6 28.6-75 28.6-103.6 0s-28.6-75 0-103.6l144-144c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-144 144c-6.7 6.7-6.7 17.7 0 24.4s17.7 6.7 24.4 0l176-176c24.4-24.4 24.4-64 0-88.4z"
|
|
@@ -21,10 +21,11 @@ const y = /* @__PURE__ */ a(f, [["render", x]]), v = {}, k = {
|
|
|
21
21
|
height: "24",
|
|
22
22
|
viewBox: "0 0 24 24",
|
|
23
23
|
fill: "none",
|
|
24
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25
|
+
"aria-hidden": "true"
|
|
25
26
|
};
|
|
26
|
-
function w(
|
|
27
|
-
return s(),
|
|
27
|
+
function w(r, e) {
|
|
28
|
+
return s(), t("svg", k, [...e[0] || (e[0] = [
|
|
28
29
|
b("path", {
|
|
29
30
|
d: "M5.88 17.0103C6.73 16.3683 7.676 15.8638 8.718 15.4968C9.76 15.1298 10.8544 14.9463 12.0012 14.9463C13.1481 14.9463 14.2451 15.1328 15.2922 15.5058C16.3394 15.8788 17.282 16.3823 18.12 17.0163C18.6915 16.3289 19.1357 15.5629 19.4527 14.7183C19.7697 13.8734 19.9282 12.9673 19.9282 12C19.9282 9.80717 19.1551 7.93759 17.6087 6.39125C16.0624 4.84492 14.1928 4.07175 12 4.07175C9.80717 4.07175 7.93758 4.84492 6.39125 6.39125C4.84492 7.93759 4.07175 9.80717 4.07175 12C4.07175 12.9633 4.22925 13.8674 4.54425 14.7123C4.85925 15.5569 5.3045 16.3229 5.88 17.0103ZM12 13.0538C11.0007 13.0538 10.1596 12.7133 9.47675 12.0323C8.79375 11.3513 8.45225 10.5112 8.45225 9.512C8.45225 8.51267 8.79375 7.6715 9.47675 6.9885C10.1596 6.30567 11.0007 5.96425 12 5.96425C12.9993 5.96425 13.8404 6.30567 14.5232 6.9885C15.2062 7.6715 15.5477 8.51267 15.5477 9.512C15.5477 10.5112 15.2062 11.3513 14.5232 12.0323C13.8404 12.7133 12.9993 13.0538 12 13.0538ZM11.9995 22.2033C10.5887 22.2033 9.26292 21.9358 8.02225 21.4008C6.78175 20.8658 5.7015 20.1383 4.7815 19.2185C3.86167 18.2985 3.13425 17.2181 2.59925 15.9773C2.06425 14.7363 1.79675 13.4103 1.79675 11.9995C1.79675 10.5887 2.06425 9.26292 2.59925 8.02225C3.13425 6.78175 3.86167 5.7015 4.7815 4.7815C5.7015 3.86167 6.78192 3.13425 8.02275 2.59925C9.26375 2.06425 10.5897 1.79675 12.0005 1.79675C13.4113 1.79675 14.7371 2.06425 15.9777 2.59925C17.2182 3.13425 18.2985 3.86167 19.2185 4.7815C20.1383 5.7015 20.8657 6.78192 21.4008 8.02275C21.9358 9.26375 22.2032 10.5897 22.2032 12.0005C22.2032 13.4113 21.9358 14.7371 21.4008 15.9778C20.8657 17.2183 20.1383 18.2985 19.2185 19.2185C18.2985 20.1383 17.2181 20.8658 15.9773 21.4008C14.7362 21.9358 13.4103 22.2033 11.9995 22.2033ZM12 19.9283C12.8633 19.9283 13.6747 19.8041 14.4342 19.5558C15.1936 19.3074 15.8982 18.9495 16.5482 18.482C15.8904 18.0107 15.1867 17.6518 14.4372 17.4055C13.6877 17.159 12.8753 17.0358 12 17.0358C11.1247 17.0358 10.3132 17.159 9.56575 17.4055C8.81825 17.6518 8.1155 18.0107 7.4575 18.482C8.1075 18.9495 8.81125 19.3074 9.56875 19.5558C10.3262 19.8041 11.1367 19.9283 12 19.9283ZM12 10.9643C12.4173 10.9643 12.7637 10.8265 13.0392 10.551C13.3146 10.2757 13.4523 9.92934 13.4523 9.512C13.4523 9.0945 13.3146 8.74709 13.0392 8.46975C12.7637 8.19242 12.4173 8.05375 12 8.05375C11.5827 8.05375 11.2362 8.19242 10.9607 8.46975C10.6854 8.74709 10.5477 9.0945 10.5477 9.512C10.5477 9.92934 10.6854 10.2757 10.9607 10.551C11.2362 10.8265 11.5827 10.9643 12 10.9643Z",
|
|
30
31
|
fill: "white"
|
|
@@ -36,10 +37,11 @@ const _ = /* @__PURE__ */ a(v, [["render", w]]), M = {}, L = {
|
|
|
36
37
|
height: "18",
|
|
37
38
|
viewBox: "0 0 11 18",
|
|
38
39
|
fill: "none",
|
|
39
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
40
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
41
|
+
"aria-hidden": "true"
|
|
40
42
|
};
|
|
41
|
-
function q(
|
|
42
|
-
return s(),
|
|
43
|
+
function q(r, e) {
|
|
44
|
+
return s(), t("svg", L, [...e[0] || (e[0] = [
|
|
43
45
|
b("path", {
|
|
44
46
|
d: "M1.98601 18C0.447922 18 0.403919 17.7815 1.32681 16.602L6.60042 10.1796C6.99592 9.69905 7.21568 9.3058 7.21568 8.99997C7.21568 8.65046 6.99592 8.25727 6.60042 7.82039L1.32681 1.39804C0.403919 0.218468 0.447922 0 1.98601 0H2.5134C4.05149 0 4.62282 0.305829 5.54571 1.39804L9.58879 6.29125C11.3028 8.25727 11.3028 9.74273 9.58879 11.7088L5.54571 16.602C4.62282 17.6942 4.05149 18 2.5134 18H1.98601Z",
|
|
45
47
|
fill: "white"
|
|
@@ -59,38 +61,38 @@ const $ = /* @__PURE__ */ a(M, [["render", q]]), z = { class: "avatar" }, B = {
|
|
|
59
61
|
name: { type: String },
|
|
60
62
|
message: { type: Object }
|
|
61
63
|
},
|
|
62
|
-
setup(
|
|
63
|
-
const e =
|
|
64
|
+
setup(r) {
|
|
65
|
+
const e = r, m = l(() => e.message.direction === "outbound"), g = l(() => {
|
|
64
66
|
if (e.message.content)
|
|
65
67
|
return e.name ? `<strong>${e.name}</strong> : ${e.message.content}` : e.message.content;
|
|
66
68
|
}), c = l(() => e.message.hasError && e.message.errorMessage?.length > 0);
|
|
67
|
-
return (E, V) => (s(),
|
|
68
|
-
class: d(["message",
|
|
69
|
+
return (E, V) => (s(), t("div", {
|
|
70
|
+
class: d(["message", r.message.direction])
|
|
69
71
|
}, [
|
|
70
72
|
b("span", z, [
|
|
71
73
|
m.value ? (s(), n(_, { key: 0 })) : (s(), n($, { key: 1 }))
|
|
72
74
|
]),
|
|
73
|
-
|
|
75
|
+
r.message.isLoading && !c.value ? (s(), n(p, {
|
|
74
76
|
key: 0,
|
|
75
77
|
class: "loader"
|
|
76
78
|
})) : o("", !0),
|
|
77
79
|
b("div", B, [
|
|
78
|
-
g.value ? (s(),
|
|
80
|
+
g.value ? (s(), t("div", {
|
|
79
81
|
key: 0,
|
|
80
82
|
innerHTML: g.value,
|
|
81
83
|
class: "content"
|
|
82
84
|
}, null, 8, Z)) : o("", !0),
|
|
83
|
-
c.value ? (s(),
|
|
84
|
-
b("p", null, u(
|
|
85
|
+
c.value ? (s(), t("div", N, [
|
|
86
|
+
b("p", null, u(r.message.errorMessage), 1)
|
|
85
87
|
])) : o("", !0),
|
|
86
|
-
|
|
87
|
-
b("span", null, u(
|
|
88
|
+
r.message.attachmentName && m.value ? (s(), t("p", H, [
|
|
89
|
+
b("span", null, u(r.message.attachmentName), 1),
|
|
88
90
|
h(y)
|
|
89
91
|
])) : o("", !0)
|
|
90
92
|
])
|
|
91
93
|
], 2));
|
|
92
94
|
}
|
|
93
|
-
}), A = ".message{display:flex;width:90%;gap:12px;align-items:start}.message .avatar{align-items:center;aspect-ratio:1/1;background-color:#1c825d;border-radius:8px;display:flex;justify-content:center;margin-top:2px;padding:4px;width:32px;height:32px}.message .loader{margin-top:14px}.message .bubble .content,.message .bubble .error{--background: #efefef;--focus: #0096bfab;--border: #dbdbdb;box-sizing:border-box;font-size:14px;color:#253858;line-height:20px}.message .bubble .content p,.message .bubble .error p{margin:0;word-wrap:break-word}.message .bubble .content h1,.message .bubble .error h1{font-size:1.8em}.message .bubble .content h2,.message .bubble .error h2{font-size:1.4em}.message .bubble .content h3,.message .bubble .error h3{font-size:1.2em}.message .bubble .content h1,.message .bubble .content h2,.message .bubble .content h3,.message .bubble .content h4,.message .bubble .content h5,.message .bubble .content h6,.message .bubble .error h1,.message .bubble .error h2,.message .bubble .error h3,.message .bubble .error h4,.message .bubble .error h5,.message .bubble .error h6{margin-bottom:12px;color:#000}.message .bubble .content strong,.message .bubble .error strong{color:#000}.message .bubble .content h1,.message .bubble .content h2,.message .bubble .content h3,.message .bubble .content h4,.message .bubble .content h5,.message .bubble .content h6,.message .bubble .content b,.message .bubble .content strong,.message .bubble .content th,.message .bubble .error h1,.message .bubble .error h2,.message .bubble .error h3,.message .bubble .error h4,.message .bubble .error h5,.message .bubble .error h6,.message .bubble .error b,.message .bubble .error strong,.message .bubble .error th{font-weight:600}.message .bubble .content q:before,.message .bubble .error q:before{content:none}.message .bubble .content q:after,.message .bubble .error q:after{content:none}.message .bubble .content blockquote,.message .bubble .error blockquote,.message .bubble .content q,.message .bubble .error q{border-left:4px solid var(--focus);margin:1.5em 0;padding:.5em 1em;font-style:italic}.message .bubble .content blockquote>footer,.message .bubble .error blockquote>footer{font-style:normal;border:0}.message .bubble .content blockquote cite,.message .bubble .error blockquote cite{font-style:normal}.message .bubble .content mark,.message .bubble .error mark{background-color:#ff0;border-radius:2px;padding:0 2px;color:#000}.message .bubble .content code,.message .bubble .error code{background:var(--background);color:#000;padding:2.5px 5px;border-radius:6px;font-size:1em}.message .bubble .content hr,.message .bubble .error hr{border:none;border-top:1px solid var(--border)}.message .bubble .content table,.message .bubble .error table{border-collapse:collapse;margin-bottom:10px;width:100%;table-layout:fixed;border:1px solid #dbdbdb;border-radius:8px}.message .bubble .content table caption,.message .bubble .error table caption{text-align:left}.message .bubble .content td,.message .bubble .content th,.message .bubble .error td,.message .bubble .error th{padding:6px;text-align:left;vertical-align:top;word-wrap:break-word;border-right:1px solid var(--border)}.message .bubble .content thead,.message .bubble .error thead{border-bottom:1px solid var(--border)}.message .bubble .content tfoot,.message .bubble .error tfoot{border-top:1px solid var(--border)}.message .bubble .content tbody tr:nth-child(2n),.message .bubble .error tbody tr:nth-child(2n){background-color:#efefef}.message .bubble .content tbody tr:nth-child(2n) button,.message .bubble .error tbody tr:nth-child(2n) button{background-color:#f7f7f7}.message .bubble .content tbody tr:nth-child(2n) button:hover,.message .bubble .error tbody tr:nth-child(2n) button:hover{background-color:#fff}.message .bubble .content details,.message .bubble .error details{display:flex;flex-direction:column;align-items:flex-start;background-color:#f7f7f7;padding:10px 10px 0;margin:1em 0;border-radius:6px;overflow:hidden}.message .bubble .content details[open],.message .bubble .error details[open]{padding:10px}.message .bubble .content details>:last-child,.message .bubble .error details>:last-child{margin-bottom:0}.message .bubble .content details[open] summary,.message .bubble .error details[open] summary{margin-bottom:10px}.message .bubble .content summary,.message .bubble .error summary{display:list-item;background-color:#efefef;padding:10px;margin:-10px -10px 0;cursor:pointer;outline:none}.message .bubble .content summary:hover,.message .bubble .content summary:focus,.message .bubble .error summary:hover,.message .bubble .error summary:focus{text-decoration:underline}.message .bubble .content details>:not(summary),.message .bubble .error details>:not(summary){margin-top:0}.message .bubble .content summary::-webkit-details-marker,.message .bubble .error summary::-webkit-details-marker{color:#363636}.message .bubble .content ul,.message .bubble .error ul{list-style-type:disc;list-style-position:inside}.message .bubble .content ol,.message .bubble .error ol{list-style-type:decimal}.message .bubble .attachment-label{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-style:italic;justify-content:end;margin:1rem}.message .bubble .error{color:#952e2e;font-style:italic;font-weight:700}.message.outbound{align-self:end;flex-direction:row-reverse}.message.outbound .avatar{background-color:#957ee8}.message.outbound .bubble{background:#cec3f4;border-radius:16px;padding:8px 16px}",
|
|
95
|
+
}), A = ".message{display:flex;width:90%;gap:12px;align-items:start}.message .avatar{align-items:center;aspect-ratio:1/1;background-color:#1c825d;border-radius:8px;display:flex;justify-content:center;margin-top:2px;padding:4px;width:32px;height:32px}.message .loader{margin-top:14px}.message .bubble .content,.message .bubble .error{--background: #efefef;--focus: #0096bfab;--border: #dbdbdb;box-sizing:border-box;font-size:14px;color:#253858;line-height:20px}.message .bubble .content p,.message .bubble .error p{margin:0;word-wrap:break-word}.message .bubble .content h1,.message .bubble .error h1{font-size:1.8em}.message .bubble .content h2,.message .bubble .error h2{font-size:1.4em}.message .bubble .content h3,.message .bubble .error h3{font-size:1.2em}.message .bubble .content h1,.message .bubble .content h2,.message .bubble .content h3,.message .bubble .content h4,.message .bubble .content h5,.message .bubble .content h6,.message .bubble .error h1,.message .bubble .error h2,.message .bubble .error h3,.message .bubble .error h4,.message .bubble .error h5,.message .bubble .error h6{margin-bottom:12px;color:#000}.message .bubble .content strong,.message .bubble .error strong{color:#000}.message .bubble .content h1,.message .bubble .content h2,.message .bubble .content h3,.message .bubble .content h4,.message .bubble .content h5,.message .bubble .content h6,.message .bubble .content b,.message .bubble .content strong,.message .bubble .content th,.message .bubble .error h1,.message .bubble .error h2,.message .bubble .error h3,.message .bubble .error h4,.message .bubble .error h5,.message .bubble .error h6,.message .bubble .error b,.message .bubble .error strong,.message .bubble .error th{font-weight:600}.message .bubble .content q:before,.message .bubble .error q:before{content:none}.message .bubble .content q:after,.message .bubble .error q:after{content:none}.message .bubble .content blockquote,.message .bubble .error blockquote,.message .bubble .content q,.message .bubble .error q{border-left:4px solid var(--focus);margin:1.5em 0;padding:.5em 1em;font-style:italic}.message .bubble .content blockquote>footer,.message .bubble .error blockquote>footer{font-style:normal;border:0}.message .bubble .content blockquote cite,.message .bubble .error blockquote cite{font-style:normal}.message .bubble .content mark,.message .bubble .error mark{background-color:#ff0;border-radius:2px;padding:0 2px;color:#000}.message .bubble .content code,.message .bubble .error code{background:var(--background);color:#000;padding:2.5px 5px;border-radius:6px;font-size:1em}.message .bubble .content hr,.message .bubble .error hr{border:none;border-top:1px solid var(--border)}.message .bubble .content table,.message .bubble .error table{border-collapse:collapse;margin-bottom:10px;width:100%;table-layout:fixed;border:1px solid #dbdbdb;border-radius:8px}.message .bubble .content table caption,.message .bubble .error table caption{text-align:left}.message .bubble .content td,.message .bubble .content th,.message .bubble .error td,.message .bubble .error th{padding:6px;text-align:left;vertical-align:top;word-wrap:break-word;border-right:1px solid var(--border)}.message .bubble .content thead,.message .bubble .error thead{border-bottom:1px solid var(--border)}.message .bubble .content tfoot,.message .bubble .error tfoot{border-top:1px solid var(--border)}.message .bubble .content tbody tr:nth-child(2n),.message .bubble .error tbody tr:nth-child(2n){background-color:#efefef}.message .bubble .content tbody tr:nth-child(2n) button,.message .bubble .error tbody tr:nth-child(2n) button{background-color:#f7f7f7}.message .bubble .content tbody tr:nth-child(2n) button:hover,.message .bubble .error tbody tr:nth-child(2n) button:hover{background-color:#fff}.message .bubble .content details,.message .bubble .error details{display:flex;flex-direction:column;align-items:flex-start;background-color:#f7f7f7;padding:10px 10px 0;margin:1em 0;border-radius:6px;overflow:hidden}.message .bubble .content details[open],.message .bubble .error details[open]{padding:10px}.message .bubble .content details>:last-child,.message .bubble .error details>:last-child{margin-bottom:0}.message .bubble .content details[open] summary,.message .bubble .error details[open] summary{margin-bottom:10px}.message .bubble .content summary,.message .bubble .error summary{display:list-item;background-color:#efefef;padding:10px;margin:-10px -10px 0;cursor:pointer;outline:none}.message .bubble .content summary:hover,.message .bubble .content summary:focus,.message .bubble .error summary:hover,.message .bubble .error summary:focus{text-decoration:underline}.message .bubble .content details>:not(summary),.message .bubble .error details>:not(summary){margin-top:0}.message .bubble .content summary::-webkit-details-marker,.message .bubble .error summary::-webkit-details-marker{color:#363636}.message .bubble .content ul,.message .bubble .error ul{list-style-type:disc;list-style-position:inside}.message .bubble .content ol,.message .bubble .error ol{list-style-type:decimal}.message .bubble .attachment-label{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-style:italic;justify-content:end;margin:1rem}.message .bubble .error{color:#952e2e;font-style:italic;font-weight:700}.message.outbound{align-self:end;flex-direction:row-reverse}.message.outbound .avatar{background-color:#957ee8}.message.outbound .bubble{background:#cec3f4;border-radius:16px;padding:8px 16px}", U = /* @__PURE__ */ a(j, [["styles", [A]]]);
|
|
94
96
|
export {
|
|
95
|
-
|
|
97
|
+
U as L
|
|
96
98
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as o, o as a, c as r, a as s } from "./_plugin-vue_export-helper-
|
|
1
|
+
import { _ as o, o as a, c as r, a as s } from "./_plugin-vue_export-helper-CD1RUA2y.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"
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { b as m, h as u, N as h, s as y, o as n, c as i, F as x, a as o, v as p, x as r, H as v, O as k, m as w, P as M, _, l as V, C as $, D as F, q as d, E as f } from "./_plugin-vue_export-helper-CD1RUA2y.js";
|
|
2
|
+
import { F as B } from "./FocusManager.ce-BG_n76ZF.js";
|
|
3
|
+
const z = ["for"], I = ["id"], N = /* @__PURE__ */ m({
|
|
4
|
+
__name: "Input.ce",
|
|
5
|
+
props: /* @__PURE__ */ M({
|
|
6
|
+
label: { type: String }
|
|
7
|
+
}, {
|
|
8
|
+
modelValue: {},
|
|
9
|
+
modelModifiers: {}
|
|
10
|
+
}),
|
|
11
|
+
emits: ["update:modelValue"],
|
|
12
|
+
setup(e, { expose: s }) {
|
|
13
|
+
const a = u("inputField");
|
|
14
|
+
s({
|
|
15
|
+
inputField: a
|
|
16
|
+
});
|
|
17
|
+
const t = h(e, "modelValue"), l = y();
|
|
18
|
+
return (b, c) => (n(), i(x, null, [
|
|
19
|
+
o("label", { for: p(l) }, r(e.label), 9, z),
|
|
20
|
+
v(o("input", w({
|
|
21
|
+
id: p(l),
|
|
22
|
+
ref_key: "inputField",
|
|
23
|
+
ref: a,
|
|
24
|
+
"onUpdate:modelValue": c[0] || (c[0] = (g) => t.value = g)
|
|
25
|
+
}, b.$attrs), null, 16, I), [
|
|
26
|
+
[k, t.value]
|
|
27
|
+
])
|
|
28
|
+
], 64));
|
|
29
|
+
}
|
|
30
|
+
}), S = "label[data-v-c2454820]{display:block;margin-bottom:8px;font-size:.875rem;color:#5e6c84;line-height:20px}input[data-v-c2454820]{width:100%;display:block;padding:12px 16px;border-radius:10px;border:1px solid #cdd1d9;background:#f4f5f7}", U = /* @__PURE__ */ _(N, [["styles", [S]], ["__scopeId", "data-v-c2454820"]]), C = {
|
|
31
|
+
key: 0,
|
|
32
|
+
class: "overlay"
|
|
33
|
+
}, D = ["aria-label"], E = { class: "modal__header" }, P = { class: "modal__title" }, R = {
|
|
34
|
+
id: "content",
|
|
35
|
+
class: "modal__content"
|
|
36
|
+
}, T = { class: "modal__footer" }, j = /* @__PURE__ */ m({
|
|
37
|
+
__name: "Modal.ce",
|
|
38
|
+
props: {
|
|
39
|
+
title: { type: String },
|
|
40
|
+
content: { type: String },
|
|
41
|
+
show: { type: Boolean },
|
|
42
|
+
loop: { type: Boolean }
|
|
43
|
+
},
|
|
44
|
+
setup(e, { expose: s }) {
|
|
45
|
+
const a = u("modal");
|
|
46
|
+
return s({ dialogElement: a }), (t, l) => (n(), i(x, null, [
|
|
47
|
+
e.show ? (n(), i("div", C)) : V("", !0),
|
|
48
|
+
$(B, {
|
|
49
|
+
"is-visible": e.show,
|
|
50
|
+
loop: !!e.loop
|
|
51
|
+
}, {
|
|
52
|
+
default: F(() => [
|
|
53
|
+
o("div", {
|
|
54
|
+
ref: "modal",
|
|
55
|
+
"aria-label": e.title,
|
|
56
|
+
"aria-describedBy": "content",
|
|
57
|
+
class: "modal",
|
|
58
|
+
role: "dialog",
|
|
59
|
+
tabindex: "-1"
|
|
60
|
+
}, [
|
|
61
|
+
o("div", E, [
|
|
62
|
+
o("h1", P, [
|
|
63
|
+
d(t.$slots, "title", {}, () => [
|
|
64
|
+
f(r(e.title), 1)
|
|
65
|
+
])
|
|
66
|
+
])
|
|
67
|
+
]),
|
|
68
|
+
o("p", R, [
|
|
69
|
+
d(t.$slots, "content", {}, () => [
|
|
70
|
+
f(r(e.content), 1)
|
|
71
|
+
])
|
|
72
|
+
]),
|
|
73
|
+
o("div", T, [
|
|
74
|
+
d(t.$slots, "footer")
|
|
75
|
+
])
|
|
76
|
+
], 8, D)
|
|
77
|
+
]),
|
|
78
|
+
_: 3
|
|
79
|
+
}, 8, ["is-visible", "loop"])
|
|
80
|
+
], 64));
|
|
81
|
+
}
|
|
82
|
+
}), q = ".overlay{position:absolute;border-radius:8px;z-index:200;inset:0;background-color:#25385859}.modal{display:flex;flex-direction:column;width:min(560px,95%);gap:16px;position:absolute;z-index:300;border-radius:16px;top:40%;left:50%;transform:translate(-50%,-50%);background-color:#fff;box-shadow:0 2px 5px #4a3aff40,0 -2px 5px #4a3aff26 inset,0 1px 1px #ffffff1a inset,0 3px 4px #dfeeff1a inset}.modal__header{padding:24px 24px 0;border-radius:16px 16px 0 0;background:linear-gradient(180deg,#613fdd33,#613fdd1a 40%,#fff)}.modal__title{font-weight:700;font-size:1.25rem}.modal__content{font-family:Roboto,sans-serif;font-size:.875rem;padding:0 24px}.modal__footer{display:flex;justify-content:end;padding:0 24px 24px}", A = /* @__PURE__ */ _(j, [["styles", [q]]]);
|
|
83
|
+
export {
|
|
84
|
+
U as I,
|
|
85
|
+
A as M
|
|
86
|
+
};
|
|
@@ -1,36 +1,38 @@
|
|
|
1
|
-
import { B as
|
|
2
|
-
import { _ as o, o as i, c as
|
|
1
|
+
import { B as s } from "./ButtonTooltip.ce-Bo42SFAP.js";
|
|
2
|
+
import { _ as o, o as i, c as a, a as l, b as d, f as n, D as c } from "./_plugin-vue_export-helper-CD1RUA2y.js";
|
|
3
3
|
const C = {}, p = {
|
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
5
|
width: "16",
|
|
6
6
|
height: "16",
|
|
7
7
|
viewBox: "0 0 16 16",
|
|
8
|
-
fill: "inherit"
|
|
8
|
+
fill: "inherit",
|
|
9
|
+
"aria-hidden": "true"
|
|
9
10
|
};
|
|
10
11
|
function u(e, t) {
|
|
11
|
-
return i(),
|
|
12
|
-
|
|
12
|
+
return i(), a("svg", p, [...t[0] || (t[0] = [
|
|
13
|
+
l("path", {
|
|
13
14
|
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",
|
|
14
15
|
fill: "inherit"
|
|
15
16
|
}, null, -1)
|
|
16
17
|
])]);
|
|
17
18
|
}
|
|
18
|
-
const f = /* @__PURE__ */ o(C, [["render", u]]),
|
|
19
|
+
const f = /* @__PURE__ */ o(C, [["render", u]]), h = {}, g = {
|
|
19
20
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20
21
|
width: "16",
|
|
21
22
|
height: "16",
|
|
22
23
|
viewBox: "0 0 16 16",
|
|
23
|
-
fill: "inherit"
|
|
24
|
+
fill: "inherit",
|
|
25
|
+
"aria-hidden": "true"
|
|
24
26
|
};
|
|
25
27
|
function x(e, t) {
|
|
26
|
-
return i(),
|
|
27
|
-
|
|
28
|
+
return i(), a("svg", g, [...t[0] || (t[0] = [
|
|
29
|
+
l("path", {
|
|
28
30
|
d: "M5.4356 8.75868L8.54693 11.8698C8.69882 12.0218 8.77265 12.2 8.76843 12.4043C8.76421 12.6087 8.68615 12.7868 8.53426 12.9387C8.38226 13.0796 8.2041 13.1521 7.99976 13.1563C7.79543 13.1606 7.61726 13.0867 7.46526 12.9348L3.06526 8.53485C2.99071 8.46018 2.93621 8.37729 2.90176 8.28618C2.86732 8.19518 2.8501 8.0999 2.8501 8.00035C2.8501 7.90079 2.86732 7.80551 2.90176 7.71451C2.93621 7.6234 2.99071 7.54051 3.06526 7.46585L7.46926 3.06201C7.61282 2.91846 7.78821 2.84668 7.99543 2.84668C8.20265 2.84668 8.38226 2.91846 8.53426 3.06201C8.68615 3.2139 8.7621 3.39412 8.7621 3.60268C8.7621 3.81124 8.68615 3.99151 8.53426 4.14351L5.4356 7.24201H12.7103C12.923 7.24201 13.1027 7.31518 13.2491 7.46151C13.3954 7.60796 13.4686 7.78757 13.4686 8.00035C13.4686 8.21312 13.3954 8.39274 13.2491 8.53918C13.1027 8.68551 12.923 8.75868 12.7103 8.75868H5.4356Z",
|
|
29
31
|
fill: "inherit"
|
|
30
32
|
}, null, -1)
|
|
31
33
|
])]);
|
|
32
34
|
}
|
|
33
|
-
const b = /* @__PURE__ */ o(
|
|
35
|
+
const b = /* @__PURE__ */ o(h, [["render", x]]), w = /* @__PURE__ */ d({
|
|
34
36
|
__name: "NavigationButton.ce",
|
|
35
37
|
props: {
|
|
36
38
|
disabled: { type: Boolean },
|
|
@@ -40,14 +42,14 @@ const b = /* @__PURE__ */ o(g, [["render", x]]), w = /* @__PURE__ */ c({
|
|
|
40
42
|
},
|
|
41
43
|
emits: ["click"],
|
|
42
44
|
setup(e) {
|
|
43
|
-
return (t, r) => (i(), n(
|
|
45
|
+
return (t, r) => (i(), n(s, {
|
|
44
46
|
class: "button",
|
|
45
47
|
onClick: r[0] || (r[0] = (_) => t.$emit("click")),
|
|
46
48
|
"tooltip-position": e.tooltipPosition,
|
|
47
49
|
label: e.label,
|
|
48
50
|
disabled: e.disabled
|
|
49
51
|
}, {
|
|
50
|
-
default:
|
|
52
|
+
default: c(() => [
|
|
51
53
|
e.direction === "next" ? (i(), n(f, { key: 0 })) : (i(), n(b, { key: 1 }))
|
|
52
54
|
]),
|
|
53
55
|
_: 1
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { u as
|
|
1
|
+
import { u as A, i as D } from "./i18n-lite-WQsHAHqG.js";
|
|
2
2
|
import { r as T } from "./temporal.utils-DgmGPVba.js";
|
|
3
|
-
import { p as j } from "./shadow-dom-
|
|
4
|
-
import { b as k, k as _, G as z, o, c as s, a, y, q as M,
|
|
5
|
-
import { F as P } from "./FocusManager.ce-
|
|
6
|
-
const R = "data:image/svg+xml,%3csvg%20width='10'%20height='2'%20viewBox='0%200%2010%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='1'%20cy='1'%20r='1'%20fill='%23122647'/%3e%3ccircle%20cx='5'%20cy='1'%20r='1'%20fill='%23122647'/%3e%3ccircle%20cx='9'%20cy='1'%20r='1'%20fill='%23122647'/%3e%3c/svg%3e", U = "data:image/svg+xml,%3csvg%20width='18'%20height='16'%20viewBox='0%200%2018%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.75%206.28086H11.95C18.35%206.28086%2018.35%2014.9722%2011.95%2014.9722M0.75%206.28086L6.35%200.75M0.75%206.28086L6.35%2011.8117'%20stroke='%23122647'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", O = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.42885%202.85715L10.8574%206.28572L7.42885%209.71429'%20stroke='%23122647'%20stroke-width='1.14286'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M0.571569%2013.1429V10.8571C0.571569%209.64473%201.0532%208.48197%201.91051%207.62466C2.76782%206.76735%203.93058%206.28572%205.143%206.28572H10.8573M12.0001%202.85715L15.4287%206.28572L12.0001%209.71429'%20stroke='%23122647'%20stroke-width='1.14286'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", G = "data:image/svg+xml,%3csvg%20width='8'%20height='4'%20viewBox='0%200%208%204'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%200L3.53%203.38803L7.06%200H0Z'%20fill='black'/%3e%3c/svg%3e", K = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.5%207.5H13.5C13.6326%207.5%2013.7598%207.55268%2013.8536%207.64645C13.9473%207.74021%2014%207.86739%2014%208C14%208.13261%2013.9473%208.25979%2013.8536%208.35355C13.7598%208.44732%2013.6326%208.5%2013.5%208.5H3.5C3.36739%208.5%203.24021%208.44732%203.14645%208.35355C3.05268%208.25979%203%208.13261%203%208C3%207.86739%203.05268%207.74021%203.14645%207.64645C3.24021%207.55268%203.36739%207.5%203.5%207.5Z'%20fill='black'/%3e%3cpath%20d='M3.70704%208.00002L7.85404%2012.146C7.94793%2012.2399%208.00067%2012.3672%208.00067%2012.5C8.00067%2012.6328%207.94793%2012.7601%207.85404%2012.854C7.76015%2012.9479%207.63281%2013.0007%207.50004%2013.0007C7.36726%2013.0007%207.23993%2012.9479%207.14604%2012.854L2.64604%208.35402C2.59948%208.30758%202.56253%208.2524%202.53733%208.19165C2.51212%208.13091%202.49915%208.06579%202.49915%208.00002C2.49915%207.93425%202.51212%207.86913%202.53733%207.80839C2.56253%207.74764%202.59948%207.69247%202.64604%207.64602L7.14604%203.14602C7.23993%203.05213%207.36726%202.99939%207.50004%202.99939C7.63281%202.99939%207.76015%203.05213%207.85404%203.14602C7.94793%203.23991%208.00067%203.36725%208.00067%203.50002C8.00067%203.6328%207.94793%203.76013%207.85404%203.85402L3.70704%208.00002Z'%20fill='black'/%3e%3c/svg%3e",
|
|
3
|
+
import { p as j } from "./shadow-dom-DSLDIcsa.js";
|
|
4
|
+
import { b as k, k as _, G as z, o, c as s, a, y, q as M, C as L, D as $, F as E, e as S, Q as I, x as d, r as V, _ as B, h as Z, B as N, v as m, l as f, f as q, E as F, g as C } from "./_plugin-vue_export-helper-CD1RUA2y.js";
|
|
5
|
+
import { F as P } from "./FocusManager.ce-BG_n76ZF.js";
|
|
6
|
+
const R = "data:image/svg+xml,%3csvg%20width='10'%20height='2'%20viewBox='0%200%2010%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='1'%20cy='1'%20r='1'%20fill='%23122647'/%3e%3ccircle%20cx='5'%20cy='1'%20r='1'%20fill='%23122647'/%3e%3ccircle%20cx='9'%20cy='1'%20r='1'%20fill='%23122647'/%3e%3c/svg%3e", U = "data:image/svg+xml,%3csvg%20width='18'%20height='16'%20viewBox='0%200%2018%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.75%206.28086H11.95C18.35%206.28086%2018.35%2014.9722%2011.95%2014.9722M0.75%206.28086L6.35%200.75M0.75%206.28086L6.35%2011.8117'%20stroke='%23122647'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", O = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.42885%202.85715L10.8574%206.28572L7.42885%209.71429'%20stroke='%23122647'%20stroke-width='1.14286'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M0.571569%2013.1429V10.8571C0.571569%209.64473%201.0532%208.48197%201.91051%207.62466C2.76782%206.76735%203.93058%206.28572%205.143%206.28572H10.8573M12.0001%202.85715L15.4287%206.28572L12.0001%209.71429'%20stroke='%23122647'%20stroke-width='1.14286'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", G = "data:image/svg+xml,%3csvg%20width='8'%20height='4'%20viewBox='0%200%208%204'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%200L3.53%203.38803L7.06%200H0Z'%20fill='black'/%3e%3c/svg%3e", K = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.5%207.5H13.5C13.6326%207.5%2013.7598%207.55268%2013.8536%207.64645C13.9473%207.74021%2014%207.86739%2014%208C14%208.13261%2013.9473%208.25979%2013.8536%208.35355C13.7598%208.44732%2013.6326%208.5%2013.5%208.5H3.5C3.36739%208.5%203.24021%208.44732%203.14645%208.35355C3.05268%208.25979%203%208.13261%203%208C3%207.86739%203.05268%207.74021%203.14645%207.64645C3.24021%207.55268%203.36739%207.5%203.5%207.5Z'%20fill='black'/%3e%3cpath%20d='M3.70704%208.00002L7.85404%2012.146C7.94793%2012.2399%208.00067%2012.3672%208.00067%2012.5C8.00067%2012.6328%207.94793%2012.7601%207.85404%2012.854C7.76015%2012.9479%207.63281%2013.0007%207.50004%2013.0007C7.36726%2013.0007%207.23993%2012.9479%207.14604%2012.854L2.64604%208.35402C2.59948%208.30758%202.56253%208.2524%202.53733%208.19165C2.51212%208.13091%202.49915%208.06579%202.49915%208.00002C2.49915%207.93425%202.51212%207.86913%202.53733%207.80839C2.56253%207.74764%202.59948%207.69247%202.64604%207.64602L7.14604%203.14602C7.23993%203.05213%207.36726%202.99939%207.50004%202.99939C7.63281%202.99939%207.76015%203.05213%207.85404%203.14602C7.94793%203.23991%208.00067%203.36725%208.00067%203.50002C8.00067%203.6328%207.94793%203.76013%207.85404%203.85402L3.70704%208.00002Z'%20fill='black'/%3e%3c/svg%3e", Q = { class: "popup-menu" }, X = ["aria-expanded", "aria-disabled"], J = { class: "popup-menu__list" }, W = ["aria-disabled", "onClick"], Y = /* @__PURE__ */ k({
|
|
7
7
|
__name: "PopupMenu.ce",
|
|
8
8
|
props: {
|
|
9
9
|
actions: { type: Array },
|
|
@@ -11,7 +11,7 @@ const R = "data:image/svg+xml,%3csvg%20width='10'%20height='2'%20viewBox='0%200%
|
|
|
11
11
|
},
|
|
12
12
|
emits: ["select"],
|
|
13
13
|
setup(e, { emit: g }) {
|
|
14
|
-
const c = g, l =
|
|
14
|
+
const c = g, l = V(!1);
|
|
15
15
|
function b() {
|
|
16
16
|
e.disabled || (l.value = !l.value);
|
|
17
17
|
}
|
|
@@ -28,7 +28,7 @@ const R = "data:image/svg+xml,%3csvg%20width='10'%20height='2'%20viewBox='0%200%
|
|
|
28
28
|
document.addEventListener("click", p);
|
|
29
29
|
}), z(() => {
|
|
30
30
|
document.removeEventListener("click", p);
|
|
31
|
-
}), (r, h) => (o(), s("div",
|
|
31
|
+
}), (r, h) => (o(), s("div", Q, [
|
|
32
32
|
a("button", {
|
|
33
33
|
class: "popup-menu__button",
|
|
34
34
|
"aria-expanded": l.value,
|
|
@@ -37,10 +37,10 @@ const R = "data:image/svg+xml,%3csvg%20width='10'%20height='2'%20viewBox='0%200%
|
|
|
37
37
|
onClick: y(b, ["stop"])
|
|
38
38
|
}, [
|
|
39
39
|
M(r.$slots, "default", {}, void 0, !0)
|
|
40
|
-
], 8,
|
|
40
|
+
], 8, X),
|
|
41
41
|
L(P, { "is-visible": l.value }, {
|
|
42
42
|
default: $(() => [
|
|
43
|
-
a("ul",
|
|
43
|
+
a("ul", J, [
|
|
44
44
|
(o(!0), s(E, null, S(e.actions, (n) => (o(), s("li", {
|
|
45
45
|
class: "list-item",
|
|
46
46
|
key: n.name
|
|
@@ -58,7 +58,7 @@ const R = "data:image/svg+xml,%3csvg%20width='10'%20height='2'%20viewBox='0%200%
|
|
|
58
58
|
}, 8, ["is-visible"])
|
|
59
59
|
]));
|
|
60
60
|
}
|
|
61
|
-
}), ee = ".popup-menu[data-v-af96d1f1]{position:relative}.popup-menu__button[data-v-af96d1f1]{display:flex;align-items:center;cursor:pointer;height:100%;padding:4px 8px;border:1px solid #cdd1d9;background:#fff;border-radius:8px}.popup-menu__button[aria-disabled=true][data-v-af96d1f1]{cursor:not-allowed;background:#eae9e9}.popup-menu__button[aria-disabled=false][data-v-af96d1f1]:hover{background-color:#cdd1d9}.popup-menu__list[data-v-af96d1f1]{position:absolute;top:calc(100% + 8px);right:0;padding:0;margin:0;border-radius:8px;border:1px solid #cdd1d9}.popup-menu .list-item[data-v-af96d1f1]{list-style-type:none}.popup-menu .list-item:first-child .list-item__button[data-v-af96d1f1]{border-radius:8px 8px 0 0;padding-top:8px}.popup-menu .list-item:last-child .list-item__button[data-v-af96d1f1]{border-radius:0 0 8px 8px;padding-bottom:8px}.popup-menu .list-item__button[data-v-af96d1f1]{display:block;padding:4px 8px;color:#122647;width:100%;border:none;background-color:#fff;cursor:pointer;text-wrap:nowrap;text-align:left;font-family:Roboto,sans-serif;font-size:.875rem}.popup-menu .list-item__button[aria-disabled=true][data-v-af96d1f1]{cursor:not-allowed;background:#eae9e9}.popup-menu .list-item__button[aria-disabled=false][data-v-af96d1f1]:hover{background-color:#cdd1d9}", ae = /* @__PURE__ */
|
|
61
|
+
}), ee = ".popup-menu[data-v-af96d1f1]{position:relative}.popup-menu__button[data-v-af96d1f1]{display:flex;align-items:center;cursor:pointer;height:100%;padding:4px 8px;border:1px solid #cdd1d9;background:#fff;border-radius:8px}.popup-menu__button[aria-disabled=true][data-v-af96d1f1]{cursor:not-allowed;background:#eae9e9}.popup-menu__button[aria-disabled=false][data-v-af96d1f1]:hover{background-color:#cdd1d9}.popup-menu__list[data-v-af96d1f1]{position:absolute;top:calc(100% + 8px);right:0;padding:0;margin:0;border-radius:8px;border:1px solid #cdd1d9}.popup-menu .list-item[data-v-af96d1f1]{list-style-type:none}.popup-menu .list-item:first-child .list-item__button[data-v-af96d1f1]{border-radius:8px 8px 0 0;padding-top:8px}.popup-menu .list-item:last-child .list-item__button[data-v-af96d1f1]{border-radius:0 0 8px 8px;padding-bottom:8px}.popup-menu .list-item__button[data-v-af96d1f1]{display:block;padding:4px 8px;color:#122647;width:100%;border:none;background-color:#fff;cursor:pointer;text-wrap:nowrap;text-align:left;font-family:Roboto,sans-serif;font-size:.875rem}.popup-menu .list-item__button[aria-disabled=true][data-v-af96d1f1]{cursor:not-allowed;background:#eae9e9}.popup-menu .list-item__button[aria-disabled=false][data-v-af96d1f1]:hover{background-color:#cdd1d9}", ae = /* @__PURE__ */ B(Y, [["styles", [ee]], ["__scopeId", "data-v-af96d1f1"]]), te = {
|
|
62
62
|
width: "41",
|
|
63
63
|
height: "41",
|
|
64
64
|
viewBox: "0 0 41 41",
|
|
@@ -83,10 +83,10 @@ const R = "data:image/svg+xml,%3csvg%20width='10'%20height='2'%20viewBox='0%200%
|
|
|
83
83
|
}, null, 8, ie)
|
|
84
84
|
]));
|
|
85
85
|
}
|
|
86
|
-
}, oe = { class: "container" }, ne = { class: "nav" }, se = ["aria-disabled"], ce = ["src"], le = { class: "sr-only" }, re = ["aria-disabled"], ve = ["src"], ue = { class: "sr-only-mobile" }, pe = ["aria-disabled"], me = ["src"], fe = { class: "sr-only-mobile" }, ge = ["src"], be = { class: "sr-only" }, he = { class: "header" }, xe = ["aria-level"], Ce = { class: "date" }, we = { class: "expeditor" }, ye = ["aria-level"], ke = { class: "expeditor-mail" }, _e = { class: "recipient" }, Me = ["aria-label"], Le = ["src"], $e = ["innerHTML"],
|
|
86
|
+
}, oe = { class: "container" }, ne = { class: "nav" }, se = ["aria-disabled"], ce = ["src"], le = { class: "sr-only" }, re = ["aria-disabled"], ve = ["src"], ue = { class: "sr-only-mobile" }, pe = ["aria-disabled"], me = ["src"], fe = { class: "sr-only-mobile" }, ge = ["src"], be = { class: "sr-only" }, he = { class: "header" }, xe = ["aria-level"], Ce = { class: "date" }, we = { class: "expeditor" }, ye = ["aria-level"], ke = { class: "expeditor-mail" }, _e = { class: "recipient" }, Me = ["aria-label"], Le = ["src"], $e = ["innerHTML"], Be = {
|
|
87
87
|
key: 0,
|
|
88
88
|
class: "previous-message"
|
|
89
|
-
},
|
|
89
|
+
}, He = { class: "previous-message__header" }, Ae = ["innerHTML"], De = /* @__PURE__ */ k({
|
|
90
90
|
__name: "PixMailMessage.ce",
|
|
91
91
|
props: {
|
|
92
92
|
titleLevel: { default: 2, type: Number },
|
|
@@ -98,7 +98,7 @@ const R = "data:image/svg+xml,%3csvg%20width='10'%20height='2'%20viewBox='0%200%
|
|
|
98
98
|
setup(e, { emit: g }) {
|
|
99
99
|
const c = g;
|
|
100
100
|
j();
|
|
101
|
-
const { t: l } =
|
|
101
|
+
const { t: l } = A(), b = Z("content"), u = [
|
|
102
102
|
"reply",
|
|
103
103
|
"forward",
|
|
104
104
|
"delete",
|
|
@@ -122,7 +122,7 @@ const R = "data:image/svg+xml,%3csvg%20width='10'%20height='2'%20viewBox='0%200%
|
|
|
122
122
|
}
|
|
123
123
|
_(() => {
|
|
124
124
|
p();
|
|
125
|
-
}),
|
|
125
|
+
}), N(() => {
|
|
126
126
|
p();
|
|
127
127
|
});
|
|
128
128
|
function r(t) {
|
|
@@ -142,7 +142,7 @@ const R = "data:image/svg+xml,%3csvg%20width='10'%20height='2'%20viewBox='0%200%
|
|
|
142
142
|
year: "2-digit",
|
|
143
143
|
hour: "2-digit",
|
|
144
144
|
minute: "2-digit"
|
|
145
|
-
})),
|
|
145
|
+
})), H = C(() => {
|
|
146
146
|
const t = n(e.mail.previousMail.time, {
|
|
147
147
|
weekday: "short",
|
|
148
148
|
day: "numeric",
|
|
@@ -251,15 +251,15 @@ const R = "data:image/svg+xml,%3csvg%20width='10'%20height='2'%20viewBox='0%200%
|
|
|
251
251
|
innerHTML: e.mail.body
|
|
252
252
|
}, null, 8, $e)
|
|
253
253
|
], !0),
|
|
254
|
-
e.mail.previousMail ? (o(), s("div",
|
|
255
|
-
a("p",
|
|
254
|
+
e.mail.previousMail ? (o(), s("div", Be, [
|
|
255
|
+
a("p", He, d(H.value), 1),
|
|
256
256
|
a("blockquote", {
|
|
257
257
|
innerHTML: e.mail.previousMail.body
|
|
258
|
-
}, null, 8,
|
|
258
|
+
}, null, 8, Ae)
|
|
259
259
|
])) : f("", !0)
|
|
260
260
|
]));
|
|
261
261
|
}
|
|
262
|
-
}), Te = "html[data-v-449e261c],body[data-v-449e261c],div[data-v-449e261c],span[data-v-449e261c],applet[data-v-449e261c],object[data-v-449e261c],iframe[data-v-449e261c],h1[data-v-449e261c],h2[data-v-449e261c],h3[data-v-449e261c],h4[data-v-449e261c],h5[data-v-449e261c],h6[data-v-449e261c],p[data-v-449e261c],blockquote[data-v-449e261c],pre[data-v-449e261c],a[data-v-449e261c],abbr[data-v-449e261c],acronym[data-v-449e261c],address[data-v-449e261c],big[data-v-449e261c],cite[data-v-449e261c],code[data-v-449e261c],del[data-v-449e261c],dfn[data-v-449e261c],em[data-v-449e261c],img[data-v-449e261c],ins[data-v-449e261c],kbd[data-v-449e261c],q[data-v-449e261c],s[data-v-449e261c],samp[data-v-449e261c],small[data-v-449e261c],strike[data-v-449e261c],strong[data-v-449e261c],sub[data-v-449e261c],sup[data-v-449e261c],tt[data-v-449e261c],var[data-v-449e261c],b[data-v-449e261c],u[data-v-449e261c],i[data-v-449e261c],center[data-v-449e261c],dl[data-v-449e261c],dt[data-v-449e261c],dd[data-v-449e261c],ol[data-v-449e261c],ul[data-v-449e261c],li[data-v-449e261c],fieldset[data-v-449e261c],form[data-v-449e261c],label[data-v-449e261c],legend[data-v-449e261c],table[data-v-449e261c],caption[data-v-449e261c],tbody[data-v-449e261c],tfoot[data-v-449e261c],thead[data-v-449e261c],tr[data-v-449e261c],th[data-v-449e261c],td[data-v-449e261c],article[data-v-449e261c],aside[data-v-449e261c],canvas[data-v-449e261c],details[data-v-449e261c],embed[data-v-449e261c],figure[data-v-449e261c],figcaption[data-v-449e261c],footer[data-v-449e261c],header[data-v-449e261c],hgroup[data-v-449e261c],menu[data-v-449e261c],nav[data-v-449e261c],output[data-v-449e261c],ruby[data-v-449e261c],section[data-v-449e261c],summary[data-v-449e261c],time[data-v-449e261c],mark[data-v-449e261c],audio[data-v-449e261c],video[data-v-449e261c],dialog[data-v-449e261c]{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article[data-v-449e261c],aside[data-v-449e261c],details[data-v-449e261c],figcaption[data-v-449e261c],figure[data-v-449e261c],footer[data-v-449e261c],header[data-v-449e261c],hgroup[data-v-449e261c],menu[data-v-449e261c],nav[data-v-449e261c],section[data-v-449e261c]{display:block}body[data-v-449e261c]{line-height:1}ol[data-v-449e261c],ul[data-v-449e261c]{list-style:none}table[data-v-449e261c]{border-collapse:collapse;border-spacing:0}button[data-v-449e261c],p[data-v-449e261c],div[role=heading][data-v-449e261c]{font-family:Roboto,sans-serif;color:#253858}.container[data-v-449e261c]{background-color:#f4f5f7;border-radius:8px;border:1px solid #cdd1d9;display:flex;flex-direction:column;gap:12px;padding:16px}.nav[data-v-449e261c]{display:flex;gap:8px;justify-content:end;align-items:stretch}.nav button[data-v-449e261c]{display:flex;gap:8px;align-items:center;cursor:pointer;padding:4px 8px;border:1px solid #cdd1d9;background:#fff;border-radius:8px;color:#122647;font-size:.875rem;font-weight:700}.nav button[aria-disabled=true][data-v-449e261c]{cursor:not-allowed;background:#eae9e9}.nav button[aria-disabled=false][data-v-449e261c]:hover{background-color:#cdd1d9}.nav .back-button[data-v-449e261c]{border:none;background:transparent}.nav__spacer[data-v-449e261c]{flex:1}.flip-h[data-v-449e261c]{transform:scaleX(-1)}.header[data-v-449e261c]{display:flex;justify-content:space-between}.header div[role][data-v-449e261c]{font-family:open-sans,sans-serif;font-size:1.125rem}.header .date[data-v-449e261c]{color:#5e6c84;font-size:.75rem}.expeditor[data-v-449e261c]{display:grid;column-gap:4px;width:fit-content;grid-template-columns:repeat(2,auto);grid-template-rows:repeat(2,auto)}.expeditor div[role][data-v-449e261c]{font-weight:700}.expeditor-mail[data-v-449e261c],.expeditor .recipient p[data-v-449e261c]{align-self:end;font-size:.75rem;color:#5e6c84;font-weight:400;word-break:break-word}.expeditor .recipient[data-v-449e261c]{display:flex}.expeditor .recipient button[data-v-449e261c]{border:none;background:transparent;display:flex;align-items:center;cursor:not-allowed}.expeditor .avatar[data-v-449e261c]{grid-row:1/span 2;margin-right:12px}.content[data-v-449e261c]{color:#122647;font-size:.875rem}.previous-message[data-v-449e261c]{font-size:.875rem;margin-top:12px}.previous-message__header[data-v-449e261c]{font-style:italic;font-size:.875rem;color:#5e6c84;margin-bottom:8px}.previous-message blockquote[data-v-449e261c]{border-left:1px solid #cdd1d9;margin-left:8px;padding-left:8px}.sr-only[data-v-449e261c]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);border:0}@media screen and (max-width:576px){.sr-only-mobile[data-v-449e261c]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);border:0}.date[data-v-449e261c]{display:none}}",
|
|
262
|
+
}), Te = "html[data-v-449e261c],body[data-v-449e261c],div[data-v-449e261c],span[data-v-449e261c],applet[data-v-449e261c],object[data-v-449e261c],iframe[data-v-449e261c],h1[data-v-449e261c],h2[data-v-449e261c],h3[data-v-449e261c],h4[data-v-449e261c],h5[data-v-449e261c],h6[data-v-449e261c],p[data-v-449e261c],blockquote[data-v-449e261c],pre[data-v-449e261c],a[data-v-449e261c],abbr[data-v-449e261c],acronym[data-v-449e261c],address[data-v-449e261c],big[data-v-449e261c],cite[data-v-449e261c],code[data-v-449e261c],del[data-v-449e261c],dfn[data-v-449e261c],em[data-v-449e261c],img[data-v-449e261c],ins[data-v-449e261c],kbd[data-v-449e261c],q[data-v-449e261c],s[data-v-449e261c],samp[data-v-449e261c],small[data-v-449e261c],strike[data-v-449e261c],strong[data-v-449e261c],sub[data-v-449e261c],sup[data-v-449e261c],tt[data-v-449e261c],var[data-v-449e261c],b[data-v-449e261c],u[data-v-449e261c],i[data-v-449e261c],center[data-v-449e261c],dl[data-v-449e261c],dt[data-v-449e261c],dd[data-v-449e261c],ol[data-v-449e261c],ul[data-v-449e261c],li[data-v-449e261c],fieldset[data-v-449e261c],form[data-v-449e261c],label[data-v-449e261c],legend[data-v-449e261c],table[data-v-449e261c],caption[data-v-449e261c],tbody[data-v-449e261c],tfoot[data-v-449e261c],thead[data-v-449e261c],tr[data-v-449e261c],th[data-v-449e261c],td[data-v-449e261c],article[data-v-449e261c],aside[data-v-449e261c],canvas[data-v-449e261c],details[data-v-449e261c],embed[data-v-449e261c],figure[data-v-449e261c],figcaption[data-v-449e261c],footer[data-v-449e261c],header[data-v-449e261c],hgroup[data-v-449e261c],menu[data-v-449e261c],nav[data-v-449e261c],output[data-v-449e261c],ruby[data-v-449e261c],section[data-v-449e261c],summary[data-v-449e261c],time[data-v-449e261c],mark[data-v-449e261c],audio[data-v-449e261c],video[data-v-449e261c],dialog[data-v-449e261c]{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article[data-v-449e261c],aside[data-v-449e261c],details[data-v-449e261c],figcaption[data-v-449e261c],figure[data-v-449e261c],footer[data-v-449e261c],header[data-v-449e261c],hgroup[data-v-449e261c],menu[data-v-449e261c],nav[data-v-449e261c],section[data-v-449e261c]{display:block}body[data-v-449e261c]{line-height:1}ol[data-v-449e261c],ul[data-v-449e261c]{list-style:none}table[data-v-449e261c]{border-collapse:collapse;border-spacing:0}button[data-v-449e261c],p[data-v-449e261c],div[role=heading][data-v-449e261c]{font-family:Roboto,sans-serif;color:#253858}.container[data-v-449e261c]{background-color:#f4f5f7;border-radius:8px;border:1px solid #cdd1d9;display:flex;flex-direction:column;gap:12px;padding:16px}.nav[data-v-449e261c]{display:flex;gap:8px;justify-content:end;align-items:stretch}.nav button[data-v-449e261c]{display:flex;gap:8px;align-items:center;cursor:pointer;padding:4px 8px;border:1px solid #cdd1d9;background:#fff;border-radius:8px;color:#122647;font-size:.875rem;font-weight:700}.nav button[aria-disabled=true][data-v-449e261c]{cursor:not-allowed;background:#eae9e9}.nav button[aria-disabled=false][data-v-449e261c]:hover{background-color:#cdd1d9}.nav .back-button[data-v-449e261c]{border:none;background:transparent}.nav__spacer[data-v-449e261c]{flex:1}.flip-h[data-v-449e261c]{transform:scaleX(-1)}.header[data-v-449e261c]{display:flex;justify-content:space-between}.header div[role][data-v-449e261c]{font-family:open-sans,sans-serif;font-size:1.125rem}.header .date[data-v-449e261c]{color:#5e6c84;font-size:.75rem}.expeditor[data-v-449e261c]{display:grid;column-gap:4px;width:fit-content;grid-template-columns:repeat(2,auto);grid-template-rows:repeat(2,auto)}.expeditor div[role][data-v-449e261c]{font-weight:700}.expeditor-mail[data-v-449e261c],.expeditor .recipient p[data-v-449e261c]{align-self:end;font-size:.75rem;color:#5e6c84;font-weight:400;word-break:break-word}.expeditor .recipient[data-v-449e261c]{display:flex}.expeditor .recipient button[data-v-449e261c]{border:none;background:transparent;display:flex;align-items:center;cursor:not-allowed}.expeditor .avatar[data-v-449e261c]{grid-row:1/span 2;margin-right:12px}.content[data-v-449e261c]{color:#122647;font-size:.875rem}.previous-message[data-v-449e261c]{font-size:.875rem;margin-top:12px}.previous-message__header[data-v-449e261c]{font-style:italic;font-size:.875rem;color:#5e6c84;margin-bottom:8px}.previous-message blockquote[data-v-449e261c]{border-left:1px solid #cdd1d9;margin-left:8px;padding-left:8px}.sr-only[data-v-449e261c]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);border:0}@media screen and (max-width:576px){.sr-only-mobile[data-v-449e261c]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);border:0}.date[data-v-449e261c]{display:none}}", Ve = /* @__PURE__ */ B(De, [["styles", [Te]], ["__scopeId", "data-v-449e261c"]]);
|
|
263
263
|
export {
|
|
264
|
-
|
|
264
|
+
Ve as P
|
|
265
265
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { B as u } from "./Button.ce-
|
|
2
|
-
import { F as x } from "./FocusManager.ce-
|
|
3
|
-
import { b as m, h as b,
|
|
1
|
+
import { B as u } from "./Button.ce-Ccv3OLk2.js";
|
|
2
|
+
import { F as x } from "./FocusManager.ce-BG_n76ZF.js";
|
|
3
|
+
import { b as m, h as b, B as g, o as n, c as r, F as y, l, C as h, D as p, a as e, q as d, E as i, x as a, f as B, A as _, _ as v } from "./_plugin-vue_export-helper-CD1RUA2y.js";
|
|
4
4
|
const k = {
|
|
5
5
|
key: 0,
|
|
6
6
|
class: "overlay"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as i, o as d, c, a as e,
|
|
1
|
+
import { b as i, o as d, c, a as e, A as l, x as p, g as o, _ as u } from "./_plugin-vue_export-helper-CD1RUA2y.js";
|
|
2
2
|
const h = { class: "steps-wrapper" }, _ = { class: "steps-wrapper__stepper" }, f = { "aria-hidden": "true" }, w = {
|
|
3
3
|
class: "sr-only",
|
|
4
4
|
"aria-live": "polite"
|