@beterdichtbij/component-library 0.71.0-alpha.0 → 0.71.0-alpha.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/bd-component-lib.cjs.js +2 -2
- package/dist/bd-component-lib.es.js +95 -39
- package/dist/bd-component-lib.umd.js +42 -42
- package/dist/components/templates/BDVideoCallTemplate/BDVideoCallTemplate.vue.d.ts +0 -2
- package/dist/locales/en.json +32 -0
- package/dist/locales/nl.json +7 -1
- package/dist/scss/templates/_video-call-template.scss +6 -1
- package/package.json +1 -1
|
@@ -11359,6 +11359,38 @@ var Fb = {
|
|
|
11359
11359
|
practitionerHeader: {
|
|
11360
11360
|
tooltipAcademy: "BeterDichtbij Academie",
|
|
11361
11361
|
menuItemAcademy: "Academie"
|
|
11362
|
+
},
|
|
11363
|
+
videoCallTemplate: {
|
|
11364
|
+
fullScreen: "Full screen",
|
|
11365
|
+
miniPlayer: "Mini player",
|
|
11366
|
+
shareScreen: "Share screen",
|
|
11367
|
+
stopSharingScreen: "Stop sharing screen",
|
|
11368
|
+
signalStrength: {
|
|
11369
|
+
weak: "Weak signal",
|
|
11370
|
+
steady: "Moderate signal",
|
|
11371
|
+
strong: "Strong signal"
|
|
11372
|
+
},
|
|
11373
|
+
serviceDesk: "Service desk",
|
|
11374
|
+
testCall: "Run the video call test",
|
|
11375
|
+
endCall: "End call",
|
|
11376
|
+
placeholderSettingsHelpTitle: "Connection issues?",
|
|
11377
|
+
placeholderSettingsHelpMessage: "End the call and try again.",
|
|
11378
|
+
messageWhenDialing: "Calling...",
|
|
11379
|
+
messageWhenRinging: "Phone is ringing",
|
|
11380
|
+
initializing: "Initializing...",
|
|
11381
|
+
answered: "Call answered",
|
|
11382
|
+
messageWhenConnected: "Connected",
|
|
11383
|
+
messageWhenVideoCallHangedUp: "Call has ended.",
|
|
11384
|
+
messageWhenVideoCallDeclined: "The call could not be answered right now.",
|
|
11385
|
+
messageWhenDevicePermissionDenied: "A call cannot be started",
|
|
11386
|
+
permissionDeniedForVideo: "No access to camera",
|
|
11387
|
+
permissionDeniedForAudio: "No access to microphone",
|
|
11388
|
+
closeWindow: "Close window",
|
|
11389
|
+
switchCamera: "Switch camera",
|
|
11390
|
+
hasNoAvailableCamera: "No camera available.",
|
|
11391
|
+
hasOneAvailableCamera: "One camera is available.",
|
|
11392
|
+
hasMultipleAvailableCameras: "Multiple cameras are available.",
|
|
11393
|
+
unknown: "Unknown message"
|
|
11362
11394
|
}
|
|
11363
11395
|
}, Ib = {
|
|
11364
11396
|
activeFilters: {
|
|
@@ -11474,6 +11506,11 @@ var Fb = {
|
|
|
11474
11506
|
endCall: "Gesprek beëindigen",
|
|
11475
11507
|
placeholderSettingsHelpTitle: "Problemen met de verbinding?",
|
|
11476
11508
|
placeholderSettingsHelpMessage: "Sluit het gesprek en probeer opnieuw te bellen.",
|
|
11509
|
+
messageWhenDialing: "Bellen...",
|
|
11510
|
+
messageWhenRinging: "Telefoon gaat over",
|
|
11511
|
+
initializing: "Bezig met opstarten...",
|
|
11512
|
+
answered: "Er is opgenomen",
|
|
11513
|
+
messageWhenConnected: "Verbonden",
|
|
11477
11514
|
messageWhenVideoCallHangedUp: "Er is opgehangen.",
|
|
11478
11515
|
messageWhenVideoCallDeclined: "Er kon op dit moment niet worden opgenomen.",
|
|
11479
11516
|
messageWhenDevicePermissionDenied: "Er kan geen gesprek worden gestart",
|
|
@@ -11483,7 +11520,8 @@ var Fb = {
|
|
|
11483
11520
|
switchCamera: "Wissel camera",
|
|
11484
11521
|
hasNoAvailableCamera: "Er is geen camera beschikbaar.",
|
|
11485
11522
|
hasOneAvailableCamera: "Er is één camera beschikbaar.",
|
|
11486
|
-
hasMultipleAvailableCameras: "Er zijn meerdere camera's beschikbaar."
|
|
11523
|
+
hasMultipleAvailableCameras: "Er zijn meerdere camera's beschikbaar.",
|
|
11524
|
+
unknown: "Onbekende melding"
|
|
11487
11525
|
}
|
|
11488
11526
|
}, Lb = Zd({
|
|
11489
11527
|
legacy: !1,
|
|
@@ -32138,14 +32176,13 @@ var hZ = { class: "video-call-template" }, gZ = {
|
|
|
32138
32176
|
}, DZ = { class: "outgoing__available-cameras-count text-center" }, OZ = {
|
|
32139
32177
|
key: 3,
|
|
32140
32178
|
class: "permissions-denied__video"
|
|
32141
|
-
}, kZ = { class: "permissions-denied__video-disabled" }, AZ = { class: "settings" }, jZ = { class: "
|
|
32179
|
+
}, kZ = { class: "permissions-denied__video-disabled" }, AZ = { class: "settings" }, jZ = { class: "settings__status" }, MZ = { id: "infoText" }, NZ = { class: "settings__help" }, PZ = ["href"], FZ = {
|
|
32142
32180
|
href: "https://www.beterdichtbij.nl/service-contact/",
|
|
32143
32181
|
target: "blank",
|
|
32144
32182
|
rel: "noopener noreferrer"
|
|
32145
|
-
},
|
|
32183
|
+
}, IZ = "answered", LZ = "hangedUp", RZ = "declined", zZ = "connected", BZ = "loading", VZ = "dialing", HZ = "ringing", UZ = "devicePermissionDenied", WZ = 2e3, GZ = {
|
|
32146
32184
|
__name: "BDVideoCallTemplate",
|
|
32147
32185
|
props: {
|
|
32148
|
-
messageWhenLoading: String,
|
|
32149
32186
|
participant: {
|
|
32150
32187
|
type: Object,
|
|
32151
32188
|
default: null
|
|
@@ -32165,7 +32202,7 @@ var hZ = { class: "video-call-template" }, gZ = {
|
|
|
32165
32202
|
"end-call"
|
|
32166
32203
|
],
|
|
32167
32204
|
setup(e, { expose: n, emit: r }) {
|
|
32168
|
-
let i = e, o = r, { tm: d } = Qd(), f = A([]), h = navigator.userAgent.indexOf("Firefox") > -1, g = a(() => d("videoCallTemplate")), _ = A(!1), v = A(!1), y = A(!1), b = A(2), x = A({}), S = A(
|
|
32205
|
+
let i = e, o = r, { tm: d } = Qd(), f = A([]), h = navigator.userAgent.indexOf("Firefox") > -1, g = a(() => d("videoCallTemplate")), _ = A(!1), v = A(!1), y = A(!1), b = A(2), x = A({}), S = A(BZ), C = A(null), T = ae({
|
|
32169
32206
|
client: null,
|
|
32170
32207
|
agent: null,
|
|
32171
32208
|
deviceManager: null,
|
|
@@ -32183,7 +32220,7 @@ var hZ = { class: "video-call-template" }, gZ = {
|
|
|
32183
32220
|
}), ue = a(() => {
|
|
32184
32221
|
let e = navigator.userAgent, t = e.indexOf("Android") !== -1, n = /Mobi/.test(e), r = /iPad|iPhone|iPod/.test(e) && !window.MSStream;
|
|
32185
32222
|
return !(t && n || r);
|
|
32186
|
-
}), de = a(() => !x.value?.video && Se.value), fe = a(() => !x.value?.audio && Se.value), pe = a(() => S.value ===
|
|
32223
|
+
}), de = a(() => !x.value?.video && Se.value), fe = a(() => !x.value?.audio && Se.value), pe = a(() => S.value === RZ ? "incoming--declined" : "incoming--loading"), P = a(() => {
|
|
32187
32224
|
switch (b.value) {
|
|
32188
32225
|
case 0: return "weak";
|
|
32189
32226
|
case 1: return "steady";
|
|
@@ -32197,21 +32234,35 @@ var hZ = { class: "video-call-template" }, gZ = {
|
|
|
32197
32234
|
case 2: return g.value.signalStrength.strong;
|
|
32198
32235
|
default: return null;
|
|
32199
32236
|
}
|
|
32200
|
-
}), he = a(() => _.value ? g.value.stopSharingScreen : g.value.shareScreen), ge = a(() => g.value.placeholderSettingsHelpTitle), _e = a(() => g.value.placeholderSettingsHelpMessage), ve = a(() => S.value ===
|
|
32237
|
+
}), he = a(() => _.value ? g.value.stopSharingScreen : g.value.shareScreen), ge = a(() => g.value.placeholderSettingsHelpTitle), _e = a(() => g.value.placeholderSettingsHelpMessage), ve = a(() => S.value === RZ), ye = a(() => S.value === LZ), be = a(() => S.value === zZ), xe = a(() => !be.value), Se = a(() => S.value === UZ), Ce = a(() => {
|
|
32238
|
+
switch (S.value) {
|
|
32239
|
+
case BZ: return g.value.initializing;
|
|
32240
|
+
case VZ: return g.value.messageWhenDialing;
|
|
32241
|
+
case HZ: return g.value.messageWhenRinging;
|
|
32242
|
+
case IZ: return g.value.answered;
|
|
32243
|
+
case zZ: return g.value.messageWhenConnected;
|
|
32244
|
+
case RZ: return g.value.messageWhenVideoCallDeclined;
|
|
32245
|
+
case LZ: return g.value.messageWhenVideoCallHangedUp;
|
|
32246
|
+
case UZ: return g.value.messageWhenDevicePermissionDenied;
|
|
32247
|
+
}
|
|
32248
|
+
return g.value.unknown;
|
|
32249
|
+
}), we = a(() => y.value ? ".incoming__screenshare" : ".incoming__video");
|
|
32201
32250
|
ne(() => {
|
|
32202
32251
|
rt();
|
|
32203
32252
|
}), ie(() => {
|
|
32204
32253
|
se.value && window.clearInterval(se.value), tt();
|
|
32205
32254
|
});
|
|
32206
32255
|
function Te() {
|
|
32207
|
-
S.value =
|
|
32256
|
+
S.value = RZ;
|
|
32257
|
+
}
|
|
32258
|
+
function Me() {
|
|
32259
|
+
S.value = IZ;
|
|
32208
32260
|
}
|
|
32209
|
-
function Me() {}
|
|
32210
32261
|
function Ne() {
|
|
32211
|
-
S.value !==
|
|
32262
|
+
S.value !== UZ && !i.isCallee && Re();
|
|
32212
32263
|
}
|
|
32213
32264
|
async function Pe() {
|
|
32214
|
-
S.value =
|
|
32265
|
+
S.value = LZ, x.value.video && $e();
|
|
32215
32266
|
}
|
|
32216
32267
|
async function Fe(e) {
|
|
32217
32268
|
T.client = w(new Ee());
|
|
@@ -32219,7 +32270,7 @@ var hZ = { class: "video-call-template" }, gZ = {
|
|
|
32219
32270
|
T.agent = w(await T.client.createCallAgent(t)), T.deviceManager = await T.client.getDeviceManager(), x.value = await T.deviceManager.askDevicePermission({
|
|
32220
32271
|
video: !0,
|
|
32221
32272
|
audio: !0
|
|
32222
|
-
}), se.value = window.setInterval($e, 5e3), (!x.value.audio || !x.value.video) && (S.value =
|
|
32273
|
+
}), se.value = window.setInterval($e, 5e3), (!x.value.audio || !x.value.video) && (S.value = UZ), T.agent.on("incomingCall", Ie), i.isCallee ? o("ready") : o("start-call");
|
|
32223
32274
|
}
|
|
32224
32275
|
async function Ie(e) {
|
|
32225
32276
|
if (!j.value) try {
|
|
@@ -32236,6 +32287,7 @@ var hZ = { class: "video-call-template" }, gZ = {
|
|
|
32236
32287
|
}
|
|
32237
32288
|
async function Re() {
|
|
32238
32289
|
try {
|
|
32290
|
+
S.value = VZ;
|
|
32239
32291
|
let e = { videoOptions: await Le() }, t = [{ communicationUserId: i.participant.videoCallIdentityId }];
|
|
32240
32292
|
T.call = T.agent.startCall(t, e), I(), Ve();
|
|
32241
32293
|
} catch (e) {
|
|
@@ -32274,13 +32326,13 @@ var hZ = { class: "video-call-template" }, gZ = {
|
|
|
32274
32326
|
function Ue() {
|
|
32275
32327
|
switch (T.call.state) {
|
|
32276
32328
|
case "EarlyMedia":
|
|
32277
|
-
S.value =
|
|
32329
|
+
S.value = VZ;
|
|
32278
32330
|
break;
|
|
32279
32331
|
case "Ringing":
|
|
32280
|
-
S.value =
|
|
32332
|
+
S.value = HZ;
|
|
32281
32333
|
break;
|
|
32282
32334
|
case "Connected":
|
|
32283
|
-
S.value =
|
|
32335
|
+
S.value = zZ;
|
|
32284
32336
|
break;
|
|
32285
32337
|
case "Disconnected":
|
|
32286
32338
|
let e = T.call.callEndReason;
|
|
@@ -32371,7 +32423,7 @@ var hZ = { class: "video-call-template" }, gZ = {
|
|
|
32371
32423
|
function rt() {
|
|
32372
32424
|
pZ.log = (...e) => console.log(...e), mZ("verbose"), pZ.log = (...e) => {
|
|
32373
32425
|
let t = [...e];
|
|
32374
|
-
f.value = f.value.splice(1 -
|
|
32426
|
+
f.value = f.value.splice(1 - WZ).concat(t);
|
|
32375
32427
|
};
|
|
32376
32428
|
}
|
|
32377
32429
|
function it() {
|
|
@@ -32470,23 +32522,27 @@ var hZ = { class: "video-call-template" }, gZ = {
|
|
|
32470
32522
|
_: 1
|
|
32471
32523
|
}), u("p", DZ, N(M.value), 1)], 64)) : c("", !0),
|
|
32472
32524
|
de.value ? (k(), l("div", OZ, [u("div", kZ, [m(mo, { class: "icon-xxl icon-state-error" })]), u("span", null, N(g.value.permissionDeniedForVideo), 1)])) : c("", !0)
|
|
32473
|
-
])]), u("div", AZ, [
|
|
32474
|
-
u("
|
|
32475
|
-
u("
|
|
32476
|
-
|
|
32477
|
-
|
|
32478
|
-
|
|
32479
|
-
u("p", null, N(
|
|
32480
|
-
u("
|
|
32481
|
-
u("
|
|
32482
|
-
|
|
32483
|
-
|
|
32484
|
-
|
|
32485
|
-
|
|
32486
|
-
|
|
32487
|
-
|
|
32525
|
+
])]), u("div", AZ, [
|
|
32526
|
+
u("div", jZ, [u("p", MZ, N(Ce.value), 1)]),
|
|
32527
|
+
u("div", { class: D(["settings__signal", P.value]) }, [n[3] ||= u("ul", { class: "indicator" }, [
|
|
32528
|
+
u("li"),
|
|
32529
|
+
u("li"),
|
|
32530
|
+
u("li")
|
|
32531
|
+
], -1), u("p", null, N(me.value), 1)], 2),
|
|
32532
|
+
u("div", NZ, [
|
|
32533
|
+
u("p", null, [u("b", null, N(ge.value), 1)]),
|
|
32534
|
+
u("p", null, N(_e.value), 1),
|
|
32535
|
+
u("p", null, [
|
|
32536
|
+
u("a", {
|
|
32537
|
+
href: i.videoTestUrl,
|
|
32538
|
+
target: "blank",
|
|
32539
|
+
rel: "noopener noreferrer"
|
|
32540
|
+
}, N(g.value.testCall), 9, PZ),
|
|
32541
|
+
n[4] ||= p(" • ", -1),
|
|
32542
|
+
u("a", FZ, N(g.value.serviceDesk), 1)
|
|
32543
|
+
])
|
|
32488
32544
|
])
|
|
32489
|
-
])])
|
|
32545
|
+
])]), !ye.value && !Se.value ? (k(), s(L, {
|
|
32490
32546
|
key: 0,
|
|
32491
32547
|
variant: "danger",
|
|
32492
32548
|
class: "text-center w-100",
|
|
@@ -32503,14 +32559,14 @@ var hZ = { class: "video-call-template" }, gZ = {
|
|
|
32503
32559
|
})]);
|
|
32504
32560
|
};
|
|
32505
32561
|
}
|
|
32506
|
-
},
|
|
32562
|
+
}, KZ = { class: "template not-found-template" }, qZ = { class: "center-screen" }, JZ = { class: "container-warning" }, YZ = /* @__PURE__ */ g({
|
|
32507
32563
|
__name: "BDNotFoundTemplate",
|
|
32508
32564
|
props: { buttonText: { type: String } },
|
|
32509
32565
|
emits: ["navigate"],
|
|
32510
32566
|
setup(e, { emit: t }) {
|
|
32511
32567
|
let { t: n } = Qd(), r = e, i = t, o = a(() => r.buttonText || n("notFoundTemplate.buttonDefault")), s = a(() => n("notFoundTemplate.title")), c = a(() => n("notFoundTemplate.description")), d = () => i("navigate");
|
|
32512
|
-
return (e, t) => (k(), l("main",
|
|
32513
|
-
default: F(() => [u("div",
|
|
32568
|
+
return (e, t) => (k(), l("main", KZ, [m(nJ, { class: "container-xl" }, {
|
|
32569
|
+
default: F(() => [u("div", qZ, [u("div", JZ, [
|
|
32514
32570
|
m(no),
|
|
32515
32571
|
u("h1", null, N(s.value), 1),
|
|
32516
32572
|
u("p", null, N(c.value), 1),
|
|
@@ -32526,15 +32582,15 @@ var hZ = { class: "video-call-template" }, gZ = {
|
|
|
32526
32582
|
_: 1
|
|
32527
32583
|
})]));
|
|
32528
32584
|
}
|
|
32529
|
-
}),
|
|
32585
|
+
}), XZ = (e) => {
|
|
32530
32586
|
let t = /<a\b[^>]*>.*?<\/a>/gi, n = [], r;
|
|
32531
32587
|
for (; (r = t.exec(e)) !== null;) n.push({
|
|
32532
32588
|
start: r.index,
|
|
32533
32589
|
end: r.index + r[0].length
|
|
32534
32590
|
});
|
|
32535
32591
|
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>`);
|
|
32536
|
-
},
|
|
32537
|
-
e.component("BDAlert", To), e.component("BDArticle", Oo), e.component("BDAssignConversationModal", oJ), e.component("BDAttachmentPreviewList", Kv), e.component("BDAttachmentUploadModal", sJ), e.component("BDBadge", jo), e.component("BDButton", L), e.component("BDCard", Ho), e.component("BDChangePasswordTemplate", GX), e.component("BDChatCloud", my), e.component("BDCol", tJ), e.component("BDCollapsableCard", Ko), e.component("BDConfirmationModal", cJ), e.component("BDContainer", nJ), e.component("BDContentLibraryModal", ZY), e.component("BDContentLibrarySplitButton", zg), e.component("BDContentLibraryTemplate", XY), e.component("BDConversationToTextModal", vX), e.component("BDDate", i_), e.component("BDDropdown", gq), e.component("BDDropdownItem", hy), e.component("BDFileUpload", yk), e.component("BDForm", a_), e.component("BDFormCheckbox", C_), e.component("BDFormInput", G_), e.component("BDFormInvalidFeedback", T_), e.component("BDFormMultipleCheckbox", Ck), e.component("BDFormSelect", X_), e.component("BDHeader", Cq), e.component("BDImageAttachmentModal", TX), e.component("BDImageAttachmentPreviewList", ty), e.component("BDInputGroup", $_), e.component("BDLink", No), e.component("BDLoader", av), e.component("BDLogo", cv), e.component("BDMarkdownEditor", NK), e.component("BDMessageTemplateFormModal", DX), e.component("BDMobileMenu", BK), e.component("BDModal", Mq), e.component("BDNotFoundTemplate",
|
|
32592
|
+
}, ZZ = (e, t) => `<p><a href="${e}" title="${t}" target="_blank" rel="noopener noreferrer">${t}</a></p>`, QZ = (e) => e.startsWith("http://") || e.startsWith("https://"), $Z = { install: (e) => {
|
|
32593
|
+
e.component("BDAlert", To), e.component("BDArticle", Oo), e.component("BDAssignConversationModal", oJ), e.component("BDAttachmentPreviewList", Kv), e.component("BDAttachmentUploadModal", sJ), e.component("BDBadge", jo), e.component("BDButton", L), e.component("BDCard", Ho), e.component("BDChangePasswordTemplate", GX), e.component("BDChatCloud", my), e.component("BDCol", tJ), e.component("BDCollapsableCard", Ko), e.component("BDConfirmationModal", cJ), e.component("BDContainer", nJ), e.component("BDContentLibraryModal", ZY), e.component("BDContentLibrarySplitButton", zg), e.component("BDContentLibraryTemplate", XY), e.component("BDConversationToTextModal", vX), e.component("BDDate", i_), e.component("BDDropdown", gq), e.component("BDDropdownItem", hy), e.component("BDFileUpload", yk), e.component("BDForm", a_), e.component("BDFormCheckbox", C_), e.component("BDFormInput", G_), e.component("BDFormInvalidFeedback", T_), e.component("BDFormMultipleCheckbox", Ck), e.component("BDFormSelect", X_), e.component("BDHeader", Cq), e.component("BDImageAttachmentModal", TX), e.component("BDImageAttachmentPreviewList", ty), e.component("BDInputGroup", $_), e.component("BDLink", No), e.component("BDLoader", av), e.component("BDLogo", cv), e.component("BDMarkdownEditor", NK), e.component("BDMessageTemplateFormModal", DX), e.component("BDMobileMenu", BK), e.component("BDModal", Mq), e.component("BDNotFoundTemplate", YZ), e.component("BDPagination", hv), e.component("BDPhoneNumberEditModal", Bq), e.component("BDPill", Sv), e.component("BDPillContainer", Tv), e.component("BDPractitionerHeader", eJ), e.component("BDProfileImage", Ov), e.component("BDRow", rJ), e.component("BDSessionTimeOutModal", aJ), e.component("BDSmallConversationCard", WK), e.component("BDTable", $K), e.component("BDToast", Nv), e.component("BDUser", iq), e.component("BDUserInformation", Rv), e.component("BDVideoCallConfirmationModal", FX), e.component("BDVideoCallTemplate", GZ), e.component("BDVideoCallToast", hq), e.component("BDZoomslider", Vv), e.component("IconAcademy", Ge), e.component("IconArrowDown", Ye), e.component("IconArrowUp", $e), e.component("IconAttachment", rt), e.component("IconBold", st), e.component("IconBulletList", dt), e.component("IconCalendar", ht), e.component("IconCall", yt), e.component("IconCallReject", Ct), e.component("IconCardView", Dt), e.component("IconCaretDown", jt), e.component("IconCaretLeft", Ft), e.component("IconCaretRight", zt), e.component("IconCheck", Ut), e.component("IconClipboard", qt), e.component("IconClose", Zt), e.component("IconComment", tn), e.component("IconCommentActive", on), e.component("IconCommentStatic", un), e.component("IconCommonFileEmpty", mn), e.component("IconCommonFileWarning", vn), e.component("IconContactPerson", Sn), e.component("IconCopy", En), e.component("IconDelete", An), e.component("IconDoubleCheck", Pn), e.component("IconDownloadImage", Rn), e.component("IconEdit", Hn), e.component("IconEndCall", Kn), e.component("IconError", Xn), e.component("IconExternal", er), e.component("IconEyeShow", ir), e.component("IconEyeSlash", cr), e.component("IconFile", fr), e.component("IconFileAdded", gr), e.component("IconForward", br), e.component("IconHix", wr), e.component("IconHyperlink", Or), e.component("IconImageFileLandscape", Mr), e.component("IconImageFileWarning", Ir), e.component("IconInbox", Br), e.component("IconInfo", Wr), e.component("IconInformationCircle", Jr), e.component("IconItalic", Qr), e.component("IconListView", ni), e.component("IconLock", oi), e.component("IconLusciiEscalated", ui), e.component("IconLusciiLogo", mi), e.component("IconLusciiOpen", vi), e.component("IconLusciiPriorityHigh", Si), e.component("IconLusciiPriorityLow", Ei), e.component("IconLusciiPriorityMedium", Ai), e.component("IconMenu", Pi), e.component("IconMessage", Ri), e.component("IconMessageForward", Hi), e.component("IconMicrophoneSlash", Gi), e.component("IconMicrosoftTeams", Yi), e.component("IconMin", $i), e.component("IconOrderedList", ra), e.component("IconPlus", sa), e.component("IconRefresh", da), e.component("IconRemove", ha), e.component("IconSananetLogo", ba), e.component("IconService", wa), e.component("IconShareScreen", Oa), e.component("IconSingleNeutral", Ma), e.component("IconSort", Ia), e.component("IconSortAsc", Ba), e.component("IconSortDesc", Wa), e.component("IconSortNone", Ja), e.component("IconTriangleDown", Qa), e.component("IconTriangleExclamation", no), e.component("IconUnderline", oo), e.component("IconVideoDisabled", mo), e.component("IconVideocall", uo), e.component("IconWarning", vo), e.component("IconZorgkaart", So), e.directive("bd-tooltip", AK);
|
|
32538
32594
|
} };
|
|
32539
32595
|
//#endregion
|
|
32540
|
-
export { To as BDAlert, Oo as BDArticle, oJ as BDAssignConversationModal, Kv as BDAttachmentPreviewList, sJ as BDAttachmentUploadModal, jo as BDBadge, L as BDButton, Ho as BDCard, GX as BDChangePasswordTemplate, my as BDChatCloud, tJ as BDCol, Ko as BDCollapsableCard, cJ as BDConfirmationModal, nJ as BDContainer, ZY as BDContentLibraryModal, zg as BDContentLibrarySplitButton, XY as BDContentLibraryTemplate, vX as BDConversationToTextModal, i_ as BDDate, gq as BDDropdown, hy as BDDropdownItem, yk as BDFileUpload, a_ as BDForm, C_ as BDFormCheckbox, G_ as BDFormInput, T_ as BDFormInvalidFeedback, Ck as BDFormMultipleCheckbox, X_ as BDFormSelect, Cq as BDHeader, TX as BDImageAttachmentModal, ty as BDImageAttachmentPreviewList, $_ as BDInputGroup, No as BDLink, av as BDLoader, cv as BDLogo, NK as BDMarkdownEditor, DX as BDMessageTemplateFormModal, BK as BDMobileMenu, Mq as BDModal,
|
|
32596
|
+
export { To as BDAlert, Oo as BDArticle, oJ as BDAssignConversationModal, Kv as BDAttachmentPreviewList, sJ as BDAttachmentUploadModal, jo as BDBadge, L as BDButton, Ho as BDCard, GX as BDChangePasswordTemplate, my as BDChatCloud, tJ as BDCol, Ko as BDCollapsableCard, cJ as BDConfirmationModal, nJ as BDContainer, ZY as BDContentLibraryModal, zg as BDContentLibrarySplitButton, XY as BDContentLibraryTemplate, vX as BDConversationToTextModal, i_ as BDDate, gq as BDDropdown, hy as BDDropdownItem, yk as BDFileUpload, a_ as BDForm, C_ as BDFormCheckbox, G_ as BDFormInput, T_ as BDFormInvalidFeedback, Ck as BDFormMultipleCheckbox, X_ as BDFormSelect, Cq as BDHeader, TX as BDImageAttachmentModal, ty as BDImageAttachmentPreviewList, $_ as BDInputGroup, No as BDLink, av as BDLoader, cv as BDLogo, NK as BDMarkdownEditor, DX as BDMessageTemplateFormModal, BK as BDMobileMenu, Mq as BDModal, YZ as BDNotFoundTemplate, hv as BDPagination, Bq as BDPhoneNumberEditModal, Sv as BDPill, Tv as BDPillContainer, eJ as BDPractitionerHeader, Ov as BDProfileImage, rJ as BDRow, aJ as BDSessionTimeOutModal, WK as BDSmallConversationCard, $K as BDTable, Nv as BDToast, iq as BDUser, Rv as BDUserInformation, FX as BDVideoCallConfirmationModal, GZ as BDVideoCallTemplate, hq as BDVideoCallToast, Vv as BDZoomslider, cX as CopyChatMessageToClipboard, lX as CopyChatMessagesToClipboard, uX as CopyHl7MessagesToClipboard, ZZ as CreateHyperlinkParagraph, ay as CreateThumbnailUri, Ge as IconAcademy, Ye as IconArrowDown, $e as IconArrowUp, rt as IconAttachment, st as IconBold, dt as IconBulletList, ht as IconCalendar, yt as IconCall, Ct as IconCallReject, Dt as IconCardView, jt as IconCaretDown, Ft as IconCaretLeft, zt as IconCaretRight, Ut as IconCheck, qt as IconClipboard, Zt as IconClose, tn as IconComment, on as IconCommentActive, un as IconCommentStatic, mn as IconCommonFileEmpty, vn as IconCommonFileWarning, Sn as IconContactPerson, En as IconCopy, An as IconDelete, Pn as IconDoubleCheck, Rn as IconDownloadImage, Hn as IconEdit, Kn as IconEndCall, Xn as IconError, er as IconExternal, ir as IconEyeShow, cr as IconEyeSlash, fr as IconFile, gr as IconFileAdded, br as IconForward, wr as IconHix, Or as IconHyperlink, Mr as IconImageFileLandscape, Ir as IconImageFileWarning, Br as IconInbox, Wr as IconInfo, Jr as IconInformationCircle, Qr as IconItalic, ni as IconListView, oi as IconLock, ui as IconLusciiEscalated, mi as IconLusciiLogo, vi as IconLusciiOpen, Si as IconLusciiPriorityHigh, Ei as IconLusciiPriorityLow, Ai as IconLusciiPriorityMedium, Pi as IconMenu, Ri as IconMessage, Hi as IconMessageForward, Gi as IconMicrophoneSlash, Yi as IconMicrosoftTeams, $i as IconMin, ra as IconOrderedList, sa as IconPlus, da as IconRefresh, ha as IconRemove, ba as IconSananetLogo, wa as IconService, Oa as IconShareScreen, Ma as IconSingleNeutral, Ia as IconSort, Ba as IconSortAsc, Wa as IconSortDesc, Ja as IconSortNone, Qa as IconTriangleDown, no as IconTriangleExclamation, oo as IconUnderline, mo as IconVideoDisabled, uo as IconVideocall, vo as IconWarning, So as IconZorgkaart, ny as MapAttachmentsForApi, cy as MapToAttachmentObjects, XZ as TransformHyperlinks, QZ as ValidateUrl, $Z as default, n_ as getDisplayDateNumeric, $g as getDisplayDateTextual, t_ as getDisplayDateTimeNumeric, e_ as getDisplayDateTimeTextual, Nq as useModal, Gq as usePopover, Fq as useServerErrors, iJ as useSessionTimeOut, hk as useToaster, IX as useValidation, Uq as useWindow, yX as useZoom, AK as vBdTooltip };
|