@beterdichtbij/component-library 0.45.0 → 0.45.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- .bd-link-input-popover.bd-link-input-bottom[data-v-b7c2afab]{position:absolute;left:100px;bottom:50px;margin:auto;z-index:1050;min-width:300px;max-width:500px}.form-control[data-v-b7c2afab]{display:inline;margin:8px 0 16px}.form-control[data-v-b7c2afab]::placeholder{opacity:.5}.bd-markdown-editor[data-v-40a710e8]{position:relative}
1
+ .bd-link-input-popover.bd-link-input-bottom[data-v-534ff769]{position:absolute;left:100px;bottom:50px;margin:auto;z-index:1050;min-width:300px;max-width:500px}.form-control[data-v-534ff769]{display:inline;margin:8px 0 16px}.form-control[data-v-534ff769]::placeholder{opacity:.5}.bd-markdown-editor[data-v-40a710e8]{position:relative}
@@ -23518,7 +23518,7 @@ const zS = qn.create({
23518
23518
  "Shift-Enter": () => this.editor.commands.setHardBreak()
23519
23519
  };
23520
23520
  }
23521
- }), c_ = (n) => (gg("data-v-b7c2afab"), n = n(), vg(), n), u_ = { class: "popover bd-link-input-popover show bd-link-input-bottom" }, d_ = /* @__PURE__ */ c_(() => /* @__PURE__ */ z("div", { class: "popover-header" }, "Voeg een link toe", -1)), f_ = { class: "popover-body" }, h_ = { class: "form-label" }, p_ = /* @__PURE__ */ $e({
23521
+ }), c_ = (n) => (gg("data-v-534ff769"), n = n(), vg(), n), u_ = { class: "popover bd-link-input-popover show bd-link-input-bottom" }, d_ = /* @__PURE__ */ c_(() => /* @__PURE__ */ z("div", { class: "popover-header" }, "Voeg een link toe", -1)), f_ = { class: "popover-body" }, h_ = { class: "form-label" }, p_ = /* @__PURE__ */ $e({
23522
23522
  __name: "BDLinkInput",
23523
23523
  props: {
23524
23524
  previousUrl: {}
@@ -23556,7 +23556,7 @@ const zS = qn.create({
23556
23556
  ]));
23557
23557
  }
23558
23558
  });
23559
- const m_ = /* @__PURE__ */ we(p_, [["__scopeId", "data-v-b7c2afab"]]), dc = {
23559
+ const m_ = /* @__PURE__ */ we(p_, [["__scopeId", "data-v-534ff769"]]), dc = {
23560
23560
  BASIC: "basic",
23561
23561
  FULL: "full"
23562
23562
  }, g_ = { class: "attachment-list" }, v_ = { class: "attachment-link" }, y_ = {
@@ -26637,7 +26637,7 @@ const XO = /* @__PURE__ */ we(JO, [["__scopeId", "data-v-40a710e8"]]), qO = { cl
26637
26637
  ], 16)
26638
26638
  ]));
26639
26639
  }
26640
- }), Pk = { class: "row bd-header" }, Fk = { class: "col logo-mix" }, Bk = ["src", "alt"], $k = /* @__PURE__ */ z("div", null, "Menu", -1), Vk = {
26640
+ }), Pk = { class: "row bd-header" }, Fk = { class: "col logo-mix" }, Bk = ["src"], $k = /* @__PURE__ */ z("div", null, "Menu", -1), Vk = {
26641
26641
  key: 1,
26642
26642
  class: "col header-options"
26643
26643
  }, Uk = { class: "col bd-btn-settings" }, Hk = { key: 2 }, h2 = /* @__PURE__ */ $e({
@@ -26650,7 +26650,6 @@ const XO = /* @__PURE__ */ we(JO, [["__scopeId", "data-v-40a710e8"]]), qO = { cl
26650
26650
  profileImageSrc: {},
26651
26651
  profileImageAlt: {},
26652
26652
  organizationLogoSrc: {},
26653
- organizationLogoAlt: {},
26654
26653
  hasLogoutOption: { type: Boolean, default: !0 }
26655
26654
  },
26656
26655
  emits: ["click-logo", "signout"],
@@ -26673,7 +26672,7 @@ const XO = /* @__PURE__ */ we(JO, [["__scopeId", "data-v-40a710e8"]]), qO = { cl
26673
26672
  key: 0,
26674
26673
  class: "logo organization-logo",
26675
26674
  src: t.organizationLogoSrc,
26676
- alt: t.organizationLogoAlt
26675
+ alt: ""
26677
26676
  }, null, 8, Bk)) : Pe("", !0)
26678
26677
  ]),
26679
26678
  t.isEmbedded ? Pe("", !0) : (H(), Z("div", {
@@ -31158,8 +31157,11 @@ function JD(n, e = go().startOf("day")) {
31158
31157
  }
31159
31158
  const XD = (n) => {
31160
31159
  const e = new RegExp("(?<=^|a>)(((?!<a).)*)"), t = /((https?:\/\/|www\.)[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-zA-Z0-9()]{2,24}\b([-a-zA-Z0-9()!@:%_+.~#?&/=]*))/;
31161
- let r = new RegExp(e.source + t.source, "g"), s = '$1<a href="$3" target="_blank" rel="noopener noreferrer">$3</a>';
31162
- return n.replace(r, s);
31160
+ let r = new RegExp(e.source + t.source, "g");
31161
+ return n.replace(r, (s, o, i, l) => {
31162
+ const a = l.startsWith("www.") ? `http://${l}` : l;
31163
+ return `${o}<a href="${a}" target="_blank" rel="noopener noreferrer">${l}</a>`;
31164
+ });
31163
31165
  }, qD = (n, e) => `<p><a href="${n}" title="${e}" target="_blank" rel="noopener noreferrer">${e}</a></p>`, eR = (n) => n.startsWith("http://") || n.startsWith("https://"), tR = {
31164
31166
  install: (n) => {
31165
31167
  n.component("BDAlert", Qi), n.component("BDArticle", _9), n.component("BDAttachmentPreviewList", Ad), n.component("BDBadge", a9), n.component("BDButton", ht), n.component("BDCard", Nu), n.component("BDChangePasswordTemplate", $D), n.component("BDChatCloud", yk), n.component("BDCol", Ls), n.component("BDCollapsableCard", Ky), n.component("BDContainer", Gi), n.component("BDDropdown", f2), n.component("BDDropdownItem", Lc), n.component("BDDropzone", eC), n.component("BDForm", c9), n.component("BDFormCheckbox", T9), n.component("BDFormInput", Gs), n.component("BDFormInvalidFeedback", Lu), n.component("BDFormSelect", b9), n.component("BDHeader", h2), n.component("BDImageAttachmentModal", ED), n.component("BDImageAttachmentPreviewList", Td), n.component("BDInputGroup", s9), n.component("BDLink", qs), n.component("BDLogo", tp), n.component("BDMarkdownEditor", XO), n.component("BDMobileMenu", d2), n.component("BDModal", kl), n.component("BDNotFoundTemplate", WD), n.component("BDPagination", g9), n.component("BDPhoneNumberEditModal", _D), n.component("BDPill", Du), n.component("BDPractitionerHeader", sD), n.component("BDProfileImage", rl), n.component("BDRow", Ds), n.component("BDSessionTimeOutModal", ID), n.component("BDTable", _k), n.component("BDToast", Tp), n.component("BDUser", uk), n.component("BDUserInformation", wp), n.component("BDVideoCallToast", Rk), n.component("BDZoomslider", Cp), n.component("IconAcademy", Mc), n.component("IconArrowDown", Bg), n.component("IconArrowUp", jg), n.component("IconAttachment", eo), n.component("IconBold", np), n.component("IconBulletList", rp), n.component("IconCalendar", d5), n.component("IconCall", Oc), n.component("IconCallReject", sp), n.component("IconCardView", x5), n.component("IconCaretDown", op), n.component("IconCaretLeft", ip), n.component("IconCaretRight", ap), n.component("IconCheck", ui), n.component("IconClipboard", q5), n.component("IconClose", Mu), n.component("IconComment", uv), n.component("IconCommentActive", gv), n.component("IconCommonFileEmpty", Mv), n.component("IconCommonFileWarning", Pv), n.component("IconCommentStatic", Av), n.component("IconContactPerson", Hv), n.component("IconCopy", Gv), n.component("IconDelete", e3), n.component("IconDoubleCheck", i3), n.component("IconDownloadImage", lp), n.component("IconEdit", v3), n.component("IconEndCall", T3), n.component("IconError", Ou), n.component("IconExternal", D3), n.component("IconEyeShow", V3), n.component("IconEyeSlash", K3), n.component("IconFile", cp), n.component("IconFileAdded", s7), n.component("IconForward", u7), n.component("IconHix", v7), n.component("IconHyperlink", ku), n.component("IconImageFileLandscape", M7), n.component("IconImageFileWarning", R7), n.component("IconInfo", vo), n.component("IconInformationCircle", K7), n.component("IconItalic", up), n.component("IconListView", r4), n.component("IconLock", c4), n.component("IconLusciiEscalated", m4), n.component("IconLusciiLogo", b4), n.component("IconLusciiOpen", x4), n.component("IconLusciiPriorityHigh", D4), n.component("IconLusciiPriorityLow", U4), n.component("IconLusciiPriorityMedium", G4), n.component("IconMenu", dp), n.component("IconMessage", o6), n.component("IconMessageForward", d6), n.component("IconMicrophoneSlash", g6), n.component("IconMicrosoftTeams", A6), n.component("IconMin", I6), n.component("IconOrderedList", fp), n.component("IconPlus", $6), n.component("IconRefresh", W6), n.component("IconRemove", tl), n.component("IconSananetLogo", n8), n.component("IconService", l8), n.component("IconShareScreen", p8), n.component("IconSingleNeutral", E8), n.component("IconSort", _8), n.component("IconSortAsc", hp), n.component("IconSortDesc", pp), n.component("IconSortNone", mp), n.component("IconTriangleDown", Y8), n.component("IconTriangleExclamation", gp), n.component("IconUnderline", vp), n.component("IconVideoDisabled", py), n.component("IconVideocall", cy), n.component("IconZorgkaart", Ey), n.directive("vBDTooltip", Sl);