@beterdichtbij/component-library 0.67.1 → 0.68.0
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/bd-component-lib.cjs.js +3 -3
- package/dist/bd-component-lib.es.js +50 -28
- package/dist/bd-component-lib.umd.js +3 -3
- package/dist/scss/_alert.scss +2 -3
- package/dist/scss/_article.scss +7 -5
- package/dist/scss/_base.scss +0 -1
- package/dist/scss/_button.scss +3 -0
- package/dist/scss/_card.scss +1 -1
- package/dist/scss/_pagination.scss +1 -0
- package/dist/scss/_templates.scss +3 -9
- package/dist/scss/_user.scss +9 -1
- package/dist/scss/templates/_not-found-template.scss +4 -0
- package/package.json +1 -1
- package/dist/scss/base/typography.scss +0 -16
|
@@ -9499,7 +9499,11 @@ function sv(e, t) {
|
|
|
9499
9499
|
var cv = /*#__PURE__*/ L(ov, [["render", sv]]), lv = {
|
|
9500
9500
|
"aria-label": "Page navigation",
|
|
9501
9501
|
class: "bd-pagination"
|
|
9502
|
-
}, uv = { class: "page-item" }, dv = ["data-page"], fv = [
|
|
9502
|
+
}, uv = { class: "page-item" }, dv = ["data-page"], fv = [
|
|
9503
|
+
"data-page",
|
|
9504
|
+
"disabled",
|
|
9505
|
+
"aria-current"
|
|
9506
|
+
], pv = { class: "page-item" }, mv = ["data-page"], hv = /* @__PURE__ */ g({
|
|
9503
9507
|
__name: "BDPagination",
|
|
9504
9508
|
props: {
|
|
9505
9509
|
modelValue: { default: 1 },
|
|
@@ -9533,7 +9537,8 @@ var cv = /*#__PURE__*/ L(ov, [["render", sv]]), lv = {
|
|
|
9533
9537
|
return t;
|
|
9534
9538
|
};
|
|
9535
9539
|
return (e, n) => (A(), l("div", lv, [u("ul", { class: O(["pagination", d.value]) }, [
|
|
9536
|
-
Se(u("li", uv, [u("
|
|
9540
|
+
Se(u("li", uv, [u("button", {
|
|
9541
|
+
type: "button",
|
|
9537
9542
|
class: "page-link d-flex justify-content-center align-items-center",
|
|
9538
9543
|
"aria-label": "Previous",
|
|
9539
9544
|
onClick: f,
|
|
@@ -9545,12 +9550,16 @@ var cv = /*#__PURE__*/ L(ov, [["render", sv]]), lv = {
|
|
|
9545
9550
|
disabled: typeof e == "string"
|
|
9546
9551
|
}]),
|
|
9547
9552
|
key: e
|
|
9548
|
-
}, [u("
|
|
9553
|
+
}, [u("button", {
|
|
9554
|
+
type: "button",
|
|
9549
9555
|
class: "page-link d-flex justify-content-center align-items-center",
|
|
9550
9556
|
onClick: f,
|
|
9551
|
-
"data-page": e
|
|
9557
|
+
"data-page": e,
|
|
9558
|
+
disabled: typeof e == "string",
|
|
9559
|
+
"aria-current": F(o) === e ? "page" : void 0
|
|
9552
9560
|
}, P(e), 9, fv)], 2))), 128)),
|
|
9553
|
-
Se(u("li", pv, [u("
|
|
9561
|
+
Se(u("li", pv, [u("button", {
|
|
9562
|
+
type: "button",
|
|
9554
9563
|
class: "page-link d-flex justify-content-center align-items-center",
|
|
9555
9564
|
"aria-label": "Next",
|
|
9556
9565
|
onClick: f,
|
|
@@ -28366,6 +28375,12 @@ var kK = {
|
|
|
28366
28375
|
let h = BV({
|
|
28367
28376
|
content: f.value,
|
|
28368
28377
|
extensions: p,
|
|
28378
|
+
editorProps: { attributes: {
|
|
28379
|
+
role: "textbox",
|
|
28380
|
+
"aria-multiline": "true",
|
|
28381
|
+
"aria-label": "Typ een bericht",
|
|
28382
|
+
title: "Typ een bericht"
|
|
28383
|
+
} },
|
|
28369
28384
|
onUpdate: ({ editor: e }) => {
|
|
28370
28385
|
let { view: t, state: n } = e, { from: r, to: a } = t.state.selection;
|
|
28371
28386
|
if (n.doc.textBetween(r - 1, a, "") == " " && e.getAttributes("link").href != null && e.chain().setTextSelection({
|
|
@@ -28398,15 +28413,15 @@ var kK = {
|
|
|
28398
28413
|
if (!h.value) return !1;
|
|
28399
28414
|
let { from: e, to: t } = h.value.state.selection;
|
|
28400
28415
|
return e !== t;
|
|
28401
|
-
}), ie = a(() => re.value ? "Voeg een link toe" : "Selecteer eerst tekst"), ae = j(!1), oe = j(""), se =
|
|
28416
|
+
}), ie = a(() => re.value ? "Voeg een link toe" : "Selecteer eerst tekst"), ae = j(!1), oe = j(""), se = () => {
|
|
28402
28417
|
oe.value = h.value.getAttributes("link").href || "", ae.value = !0;
|
|
28403
|
-
},
|
|
28418
|
+
}, ce = (e) => {
|
|
28404
28419
|
if (ae.value = !1, !e) {
|
|
28405
28420
|
h.value.chain().focus().unsetLink().run();
|
|
28406
28421
|
return;
|
|
28407
28422
|
}
|
|
28408
28423
|
/^www\./i.test(e) && (e = `https://${e}`), h.value.chain().focus().toggleLink({ href: e }).run();
|
|
28409
|
-
},
|
|
28424
|
+
}, le = () => {
|
|
28410
28425
|
ae.value = !1;
|
|
28411
28426
|
};
|
|
28412
28427
|
return (n, i) => (A(), l(t, null, [u("div", {
|
|
@@ -28441,6 +28456,7 @@ var kK = {
|
|
|
28441
28456
|
key: 0,
|
|
28442
28457
|
variant: "light",
|
|
28443
28458
|
type: "button",
|
|
28459
|
+
"aria-label": "Upload attachment",
|
|
28444
28460
|
onClick: o
|
|
28445
28461
|
}, {
|
|
28446
28462
|
default: I(() => [m(F(nt))]),
|
|
@@ -28451,6 +28467,7 @@ var kK = {
|
|
|
28451
28467
|
key: 2,
|
|
28452
28468
|
variant: "light",
|
|
28453
28469
|
type: "button",
|
|
28470
|
+
"aria-label": "Bold",
|
|
28454
28471
|
class: O(_.value),
|
|
28455
28472
|
onClick: i[0] ||= (e) => F(h).chain().focus().toggleBold().run()
|
|
28456
28473
|
}, {
|
|
@@ -28461,6 +28478,7 @@ var kK = {
|
|
|
28461
28478
|
key: 3,
|
|
28462
28479
|
variant: "light",
|
|
28463
28480
|
type: "button",
|
|
28481
|
+
"aria-label": "Italic",
|
|
28464
28482
|
class: O(v.value),
|
|
28465
28483
|
onClick: i[1] ||= (e) => F(h).chain().focus().toggleItalic().run()
|
|
28466
28484
|
}, {
|
|
@@ -28471,6 +28489,7 @@ var kK = {
|
|
|
28471
28489
|
key: 4,
|
|
28472
28490
|
variant: "light",
|
|
28473
28491
|
type: "button",
|
|
28492
|
+
"aria-label": "Underline",
|
|
28474
28493
|
class: O(y.value),
|
|
28475
28494
|
onClick: i[2] ||= (e) => F(h).chain().focus().toggleUnderline().run()
|
|
28476
28495
|
}, {
|
|
@@ -28481,6 +28500,7 @@ var kK = {
|
|
|
28481
28500
|
key: 5,
|
|
28482
28501
|
variant: "light",
|
|
28483
28502
|
type: "button",
|
|
28503
|
+
"aria-label": "Bullet list",
|
|
28484
28504
|
class: O(b.value),
|
|
28485
28505
|
onClick: i[3] ||= (e) => F(h).chain().focus().toggleBulletList().run()
|
|
28486
28506
|
}, {
|
|
@@ -28491,31 +28511,31 @@ var kK = {
|
|
|
28491
28511
|
key: 6,
|
|
28492
28512
|
variant: "light",
|
|
28493
28513
|
type: "button",
|
|
28514
|
+
"aria-label": "Ordered list",
|
|
28494
28515
|
class: O(x.value),
|
|
28495
28516
|
onClick: i[4] ||= (e) => F(h).chain().focus().toggleOrderedList().run()
|
|
28496
28517
|
}, {
|
|
28497
28518
|
default: I(() => [m(F(na))]),
|
|
28498
28519
|
_: 1
|
|
28499
28520
|
}, 8, ["class"])) : c("", !0),
|
|
28500
|
-
|
|
28501
|
-
key:
|
|
28502
|
-
ref_key: "linkButton",
|
|
28503
|
-
ref: se,
|
|
28521
|
+
C.value ? Se((A(), s(R, {
|
|
28522
|
+
key: 7,
|
|
28504
28523
|
variant: "light",
|
|
28505
28524
|
type: "button",
|
|
28525
|
+
"aria-label": "Add link",
|
|
28506
28526
|
class: O(S.value),
|
|
28507
|
-
onClick:
|
|
28527
|
+
onClick: se,
|
|
28508
28528
|
disabled: !re.value
|
|
28509
28529
|
}, {
|
|
28510
28530
|
default: I(() => [m(F(Dr))]),
|
|
28511
28531
|
_: 1
|
|
28512
|
-
}, 8, ["class", "disabled"]))
|
|
28532
|
+
}, 8, ["class", "disabled"])), [[F(kK), ie.value]]) : c("", !0)
|
|
28513
28533
|
]),
|
|
28514
28534
|
ae.value ? (A(), s(EK, {
|
|
28515
28535
|
key: 3,
|
|
28516
28536
|
previousUrl: oe.value,
|
|
28517
|
-
onSubmit:
|
|
28518
|
-
onCancel:
|
|
28537
|
+
onSubmit: ce,
|
|
28538
|
+
onCancel: le
|
|
28519
28539
|
}, null, 8, ["previousUrl"])) : c("", !0)
|
|
28520
28540
|
], 2), m(T_, {
|
|
28521
28541
|
text: r.errorText,
|
|
@@ -28699,7 +28719,7 @@ var kK = {
|
|
|
28699
28719
|
value: r[e.key]
|
|
28700
28720
|
}) : (A(), l(t, { key: 1 }, [p(P(r[e.key]), 1)], 64))]))], 64))), 256))], 10, ZK))), 256))])])) : (A(), l("p", $K, P(i.emptyText), 1))]));
|
|
28701
28721
|
}
|
|
28702
|
-
}), tq = { class: "bd-user" }, nq = { class: "bd-user__information" }, rq = { class: "text-break" }, iq = { class: "
|
|
28722
|
+
}), tq = { class: "bd-user" }, nq = { class: "bd-user__information" }, rq = { class: "header-main text-break" }, iq = { class: "subtitle" }, aq = /* @__PURE__ */ g({
|
|
28703
28723
|
__name: "BDUser",
|
|
28704
28724
|
props: {
|
|
28705
28725
|
name: { default: "" },
|
|
@@ -28712,7 +28732,7 @@ var kK = {
|
|
|
28712
28732
|
},
|
|
28713
28733
|
setup(e) {
|
|
28714
28734
|
let t = e, n = a(() => typeof t.details == "string" ? t.details : t.details?.join(" • "));
|
|
28715
|
-
return (e, r) => (A(), l("div", tq, [t.hideImage ? c("", !0) : (A(), s(Tv, E({ key: 0 }, t.img, { size: "sm" }), null, 16)), u("div", nq, [u("header", null, [u("
|
|
28735
|
+
return (e, r) => (A(), l("div", tq, [t.hideImage ? c("", !0) : (A(), s(Tv, E({ key: 0 }, t.img, { size: "sm" }), null, 16)), u("div", nq, [u("header", null, [u("span", rq, P(t.name), 1), N(e.$slots, "header-extra")]), u("span", iq, P(n.value), 1)])]));
|
|
28716
28736
|
}
|
|
28717
28737
|
}), oq = ["id"], sq = {
|
|
28718
28738
|
key: 0,
|
|
@@ -32489,7 +32509,7 @@ var vZ = { class: "video-call-template" }, yZ = {
|
|
|
32489
32509
|
})]);
|
|
32490
32510
|
};
|
|
32491
32511
|
}
|
|
32492
|
-
}, WZ = { class: "template not-found-template" }, GZ = { class: "center-screen" }, KZ = { class: "container-warning" }, qZ =
|
|
32512
|
+
}, WZ = { class: "template not-found-template" }, GZ = { class: "center-screen" }, KZ = { class: "container-warning" }, qZ = /* @__PURE__ */ g({
|
|
32493
32513
|
__name: "BDNotFoundTemplate",
|
|
32494
32514
|
props: { buttonText: { type: String } },
|
|
32495
32515
|
emits: ["navigate"],
|
|
@@ -32498,27 +32518,29 @@ var vZ = { class: "video-call-template" }, yZ = {
|
|
|
32498
32518
|
return (e, t) => (A(), l("main", WZ, [m(rJ, { class: "container-xl" }, {
|
|
32499
32519
|
default: I(() => [u("div", GZ, [u("div", KZ, [
|
|
32500
32520
|
m(to),
|
|
32501
|
-
u("
|
|
32502
|
-
u("p",
|
|
32521
|
+
u("h1", null, P(s.value), 1),
|
|
32522
|
+
u("p", null, P(c.value), 1),
|
|
32503
32523
|
m(R, {
|
|
32504
32524
|
onClick: d,
|
|
32505
32525
|
variant: "primary",
|
|
32506
|
-
type: "button"
|
|
32507
|
-
|
|
32508
|
-
|
|
32526
|
+
type: "button"
|
|
32527
|
+
}, {
|
|
32528
|
+
default: I(() => [p(P(o.value), 1)]),
|
|
32529
|
+
_: 1
|
|
32530
|
+
})
|
|
32509
32531
|
])])]),
|
|
32510
32532
|
_: 1
|
|
32511
32533
|
})]));
|
|
32512
32534
|
}
|
|
32513
|
-
}),
|
|
32535
|
+
}), JZ = (e) => {
|
|
32514
32536
|
let t = /<a\b[^>]*>.*?<\/a>/gi, n = [], r;
|
|
32515
32537
|
for (; (r = t.exec(e)) !== null;) n.push({
|
|
32516
32538
|
start: r.index,
|
|
32517
32539
|
end: r.index + r[0].length
|
|
32518
32540
|
});
|
|
32519
32541
|
return e.replace(/(https?:\/\/[^\s<>"',]+|www\.[^\s<>"',]+)/g, (e, t, r) => n.some((e) => r >= e.start && r < e.end) ? e : `<a href="${e.startsWith("www.") ? `http://${e}` : e}" target="_blank" rel="noopener noreferrer">${e}</a>`);
|
|
32520
|
-
},
|
|
32521
|
-
e.component("BDAlert", wo), e.component("BDArticle", Do), e.component("BDAssignConversationModal", sJ), e.component("BDAttachmentPreviewList", Uv), e.component("BDAttachmentUploadModal", cJ), e.component("BDBadge", Ao), e.component("BDButton", R), e.component("BDCard", Vo), e.component("BDChangePasswordTemplate", JX), e.component("BDChatCloud", py), e.component("BDCol", nJ), e.component("BDCollapsableCard", Go), e.component("BDConfirmationModal", lJ), e.component("BDContainer", rJ), e.component("BDContentLibraryModal", QY), e.component("BDContentLibrarySplitButton", zg), e.component("BDContentLibraryTemplate", ZY), e.component("BDConversationToTextModal", yX), e.component("BDDate", i_), e.component("BDDropdown", _q), e.component("BDDropdownItem", my), e.component("BDFileUpload", vk), e.component("BDForm", a_), e.component("BDFormCheckbox", C_), e.component("BDFormInput", G_), e.component("BDFormInvalidFeedback", T_), e.component("BDFormMultipleCheckbox", Sk), e.component("BDFormSelect", X_), e.component("BDHeader", wq), e.component("BDImageAttachmentModal", EX), e.component("BDImageAttachmentPreviewList", Qv), e.component("BDInputGroup", $_), e.component("BDLink", Mo), e.component("BDLoader", av), e.component("BDLogo", cv), e.component("BDMarkdownEditor", PK), e.component("BDMessageTemplateFormModal", AX), e.component("BDMobileMenu", VK), e.component("BDModal", Nq), e.component("BDNotFoundTemplate",
|
|
32542
|
+
}, YZ = (e, t) => `<p><a href="${e}" title="${t}" target="_blank" rel="noopener noreferrer">${t}</a></p>`, XZ = (e) => e.startsWith("http://") || e.startsWith("https://"), ZZ = { install: (e) => {
|
|
32543
|
+
e.component("BDAlert", wo), e.component("BDArticle", Do), e.component("BDAssignConversationModal", sJ), e.component("BDAttachmentPreviewList", Uv), e.component("BDAttachmentUploadModal", cJ), e.component("BDBadge", Ao), e.component("BDButton", R), e.component("BDCard", Vo), e.component("BDChangePasswordTemplate", JX), e.component("BDChatCloud", py), e.component("BDCol", nJ), e.component("BDCollapsableCard", Go), e.component("BDConfirmationModal", lJ), e.component("BDContainer", rJ), e.component("BDContentLibraryModal", QY), e.component("BDContentLibrarySplitButton", zg), e.component("BDContentLibraryTemplate", ZY), e.component("BDConversationToTextModal", yX), e.component("BDDate", i_), e.component("BDDropdown", _q), e.component("BDDropdownItem", my), e.component("BDFileUpload", vk), e.component("BDForm", a_), e.component("BDFormCheckbox", C_), e.component("BDFormInput", G_), e.component("BDFormInvalidFeedback", T_), e.component("BDFormMultipleCheckbox", Sk), e.component("BDFormSelect", X_), e.component("BDHeader", wq), e.component("BDImageAttachmentModal", EX), e.component("BDImageAttachmentPreviewList", Qv), e.component("BDInputGroup", $_), e.component("BDLink", Mo), e.component("BDLoader", av), e.component("BDLogo", cv), e.component("BDMarkdownEditor", PK), e.component("BDMessageTemplateFormModal", AX), e.component("BDMobileMenu", VK), e.component("BDModal", Nq), e.component("BDNotFoundTemplate", qZ), e.component("BDPagination", hv), e.component("BDPhoneNumberEditModal", Vq), e.component("BDPill", Sv), e.component("BDPractitionerHeader", tJ), e.component("BDProfileImage", Tv), e.component("BDRow", iJ), e.component("BDSessionTimeOutModal", oJ), e.component("BDSmallConversationCard", GK), e.component("BDTable", eq), e.component("BDToast", Av), e.component("BDUser", aq), e.component("BDUserInformation", Fv), e.component("BDVideoCallConfirmationModal", RX), e.component("BDVideoCallTemplate", UZ), e.component("BDVideoCallToast", gq), e.component("BDZoomslider", Rv), e.component("IconAcademy", We), e.component("IconArrowDown", Je), e.component("IconArrowUp", Qe), e.component("IconAttachment", nt), e.component("IconBold", ot), e.component("IconBulletList", ut), e.component("IconCalendar", mt), e.component("IconCall", vt), e.component("IconCallReject", St), e.component("IconCardView", Et), e.component("IconCaretDown", At), e.component("IconCaretLeft", Pt), e.component("IconCaretRight", Rt), e.component("IconCheck", Ht), e.component("IconClipboard", Kt), e.component("IconClose", Xt), e.component("IconComment", en), e.component("IconCommentActive", an), e.component("IconCommentStatic", ln), e.component("IconCommonFileEmpty", pn), e.component("IconCommonFileWarning", _n), e.component("IconContactPerson", xn), e.component("IconCopy", Tn), e.component("IconDelete", kn), e.component("IconDoubleCheck", Nn), e.component("IconDownloadImage", Ln), e.component("IconEdit", Vn), e.component("IconEndCall", Gn), e.component("IconError", Yn), e.component("IconExternal", $n), e.component("IconEyeShow", rr), e.component("IconEyeSlash", sr), e.component("IconFile", dr), e.component("IconFileAdded", hr), e.component("IconForward", yr), e.component("IconHix", Cr), e.component("IconHyperlink", Dr), e.component("IconImageFileLandscape", jr), e.component("IconImageFileWarning", Fr), e.component("IconInbox", zr), e.component("IconInfo", Ur), e.component("IconInformationCircle", qr), e.component("IconItalic", Zr), e.component("IconListView", ti), e.component("IconLock", ai), e.component("IconLusciiEscalated", li), e.component("IconLusciiLogo", pi), e.component("IconLusciiOpen", _i), e.component("IconLusciiPriorityHigh", xi), e.component("IconLusciiPriorityLow", Ti), e.component("IconLusciiPriorityMedium", ki), e.component("IconMenu", Ni), e.component("IconMessage", Li), e.component("IconMessageForward", Vi), e.component("IconMicrophoneSlash", Wi), e.component("IconMicrosoftTeams", Ji), e.component("IconMin", Qi), e.component("IconOrderedList", na), e.component("IconPlus", oa), e.component("IconRefresh", ua), e.component("IconRemove", ma), e.component("IconSananetLogo", ya), e.component("IconService", Ca), e.component("IconShareScreen", Da), e.component("IconSingleNeutral", ja), e.component("IconSort", Fa), e.component("IconSortAsc", za), e.component("IconSortDesc", Ua), e.component("IconSortNone", qa), e.component("IconTriangleDown", Za), e.component("IconTriangleExclamation", to), e.component("IconUnderline", ao), e.component("IconVideoDisabled", po), e.component("IconVideocall", lo), e.component("IconWarning", _o), e.component("IconZorgkaart", xo), e.directive("bd-tooltip", kK);
|
|
32522
32544
|
} };
|
|
32523
32545
|
//#endregion
|
|
32524
|
-
export { wo as BDAlert, Do as BDArticle, sJ as BDAssignConversationModal, Uv as BDAttachmentPreviewList, cJ as BDAttachmentUploadModal, Ao as BDBadge, R as BDButton, Vo as BDCard, JX as BDChangePasswordTemplate, py as BDChatCloud, nJ as BDCol, Go as BDCollapsableCard, lJ as BDConfirmationModal, rJ as BDContainer, QY as BDContentLibraryModal, zg as BDContentLibrarySplitButton, ZY as BDContentLibraryTemplate, yX as BDConversationToTextModal, i_ as BDDate, _q as BDDropdown, my as BDDropdownItem, vk as BDFileUpload, a_ as BDForm, C_ as BDFormCheckbox, G_ as BDFormInput, T_ as BDFormInvalidFeedback, Sk as BDFormMultipleCheckbox, X_ as BDFormSelect, wq as BDHeader, EX as BDImageAttachmentModal, Qv as BDImageAttachmentPreviewList, $_ as BDInputGroup, Mo as BDLink, av as BDLoader, cv as BDLogo, PK as BDMarkdownEditor, AX as BDMessageTemplateFormModal, VK as BDMobileMenu, Nq as BDModal,
|
|
32546
|
+
export { wo as BDAlert, Do as BDArticle, sJ as BDAssignConversationModal, Uv as BDAttachmentPreviewList, cJ as BDAttachmentUploadModal, Ao as BDBadge, R as BDButton, Vo as BDCard, JX as BDChangePasswordTemplate, py as BDChatCloud, nJ as BDCol, Go as BDCollapsableCard, lJ as BDConfirmationModal, rJ as BDContainer, QY as BDContentLibraryModal, zg as BDContentLibrarySplitButton, ZY as BDContentLibraryTemplate, yX as BDConversationToTextModal, i_ as BDDate, _q as BDDropdown, my as BDDropdownItem, vk as BDFileUpload, a_ as BDForm, C_ as BDFormCheckbox, G_ as BDFormInput, T_ as BDFormInvalidFeedback, Sk as BDFormMultipleCheckbox, X_ as BDFormSelect, wq as BDHeader, EX as BDImageAttachmentModal, Qv as BDImageAttachmentPreviewList, $_ as BDInputGroup, Mo as BDLink, av as BDLoader, cv as BDLogo, PK as BDMarkdownEditor, AX as BDMessageTemplateFormModal, VK as BDMobileMenu, Nq as BDModal, qZ as BDNotFoundTemplate, hv as BDPagination, Vq as BDPhoneNumberEditModal, Sv as BDPill, tJ as BDPractitionerHeader, Tv as BDProfileImage, iJ as BDRow, oJ as BDSessionTimeOutModal, GK as BDSmallConversationCard, eq as BDTable, Av as BDToast, aq as BDUser, Fv as BDUserInformation, RX as BDVideoCallConfirmationModal, UZ as BDVideoCallTemplate, gq as BDVideoCallToast, Rv as BDZoomslider, lX as CopyChatMessageToClipboard, uX as CopyChatMessagesToClipboard, dX as CopyHl7MessagesToClipboard, YZ as CreateHyperlinkParagraph, ny as CreateThumbnailUri, We as IconAcademy, Je as IconArrowDown, Qe as IconArrowUp, nt as IconAttachment, ot as IconBold, ut as IconBulletList, mt as IconCalendar, vt as IconCall, St as IconCallReject, Et as IconCardView, At as IconCaretDown, Pt as IconCaretLeft, Rt as IconCaretRight, Ht as IconCheck, Kt as IconClipboard, Xt as IconClose, en as IconComment, an as IconCommentActive, ln as IconCommentStatic, pn as IconCommonFileEmpty, _n as IconCommonFileWarning, xn as IconContactPerson, Tn as IconCopy, kn as IconDelete, Nn as IconDoubleCheck, Ln as IconDownloadImage, Vn as IconEdit, Gn as IconEndCall, Yn as IconError, $n as IconExternal, rr as IconEyeShow, sr as IconEyeSlash, dr as IconFile, hr as IconFileAdded, yr as IconForward, Cr as IconHix, Dr as IconHyperlink, jr as IconImageFileLandscape, Fr as IconImageFileWarning, zr as IconInbox, Ur as IconInfo, qr as IconInformationCircle, Zr as IconItalic, ti as IconListView, ai as IconLock, li as IconLusciiEscalated, pi as IconLusciiLogo, _i as IconLusciiOpen, xi as IconLusciiPriorityHigh, Ti as IconLusciiPriorityLow, ki as IconLusciiPriorityMedium, Ni as IconMenu, Li as IconMessage, Vi as IconMessageForward, Wi as IconMicrophoneSlash, Ji as IconMicrosoftTeams, Qi as IconMin, na as IconOrderedList, oa as IconPlus, ua as IconRefresh, ma as IconRemove, ya as IconSananetLogo, Ca as IconService, Da as IconShareScreen, ja as IconSingleNeutral, Fa as IconSort, za as IconSortAsc, Ua as IconSortDesc, qa as IconSortNone, Za as IconTriangleDown, to as IconTriangleExclamation, ao as IconUnderline, po as IconVideoDisabled, lo as IconVideocall, _o as IconWarning, xo as IconZorgkaart, $v as MapAttachmentsForApi, ay as MapToAttachmentObjects, JZ as TransformHyperlinks, XZ as ValidateUrl, ZZ as default, n_ as getDisplayDateNumeric, $g as getDisplayDateTextual, t_ as getDisplayDateTimeNumeric, e_ as getDisplayDateTimeTextual, Pq as useModal, Kq as usePopover, Iq as useServerErrors, aJ as useSessionTimeOut, mk as useToaster, zX as useValidation, Wq as useWindow, bX as useZoom, kK as vBdTooltip };
|