@beterdichtbij/component-library 0.58.5 → 0.59.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/README.md +12 -12
- package/dist/bd-component-lib.cjs.js +129 -130
- package/dist/bd-component-lib.css +1 -1
- package/dist/bd-component-lib.es.js +32752 -39957
- package/dist/bd-component-lib.umd.js +130 -131
- package/dist/components/atoms/BDAlert/BDAlert.vue.d.ts +21 -4
- package/dist/components/atoms/BDArticle/BDArticle.vue.d.ts +29 -4
- package/dist/components/atoms/BDBadge/BDBadge.vue.d.ts +20 -4
- package/dist/components/atoms/BDButton/BDButton.vue.d.ts +27 -4
- package/dist/components/atoms/BDCard/BDCard.vue.d.ts +28 -4
- package/dist/components/atoms/BDCollapsableCard/BDCollapsableCard.vue.d.ts +25 -4
- package/dist/components/atoms/BDContentLibrarySplitButton/BDContentLibrarySplitButton.vue.d.ts +9 -20
- package/dist/components/atoms/BDDate/BDDate.vue.d.ts +6 -4
- package/dist/components/atoms/BDForm/BDForm.vue.d.ts +23 -4
- package/dist/components/atoms/BDFormCheckbox/BDFormCheckbox.vue.d.ts +33 -4
- package/dist/components/atoms/BDFormInput/BDFormInput.vue.d.ts +48 -4
- package/dist/components/atoms/BDFormInvalidFeedback/BDFormInvalidFeedback.vue.d.ts +6 -4
- package/dist/components/atoms/BDFormSelect/BDFormSelect.vue.d.ts +36 -4
- package/dist/components/atoms/BDInputGroup/BDInputGroup.vue.d.ts +21 -4
- package/dist/components/atoms/BDLink/BDLink.vue.d.ts +23 -4
- package/dist/components/atoms/BDLinkInput/BDLinkInput.vue.d.ts +11 -4
- package/dist/components/atoms/BDLogo/BDLogo.vue.d.ts +1 -2
- package/dist/components/atoms/BDNotificationButton/BDNotificationButton.vue.d.ts +8 -4
- package/dist/components/atoms/BDPagination/BDPagination.vue.d.ts +14 -4
- package/dist/components/atoms/BDPill/BDPill.vue.d.ts +14 -4
- package/dist/components/atoms/BDPlaceholderList/BDPlaceholderList.vue.d.ts +11 -13
- package/dist/components/atoms/BDProfileImage/BDProfileImage.vue.d.ts +12 -4
- package/dist/components/atoms/BDTableSortHeader/BDTableSortHeader.vue.d.ts +16 -4
- package/dist/components/atoms/BDToast/BDToast.vue.d.ts +7 -4
- package/dist/components/atoms/BDUserInformation/BDUserInformation.vue.d.ts +18 -14
- package/dist/components/atoms/BDZoomslider/BDZoomslider.vue.d.ts +9 -4
- package/dist/components/atoms/icons/IconAcademy.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconArrowDown.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconArrowUp.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconAttachment.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconBold.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconBulletList.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconCalendar.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconCall.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconCallReject.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconCardView.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconCaretDown.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconCaretLeft.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconCaretRight.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconCheck.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconClipboard.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconClose.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconComment.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconCommentActive.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconCommentStatic.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconCommonFileEmpty.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconCommonFileWarning.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconContactPerson.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconCopy.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconDelete.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconDoubleCheck.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconDownloadImage.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconEdit.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconEndCall.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconError.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconExternal.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconEyeShow.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconEyeSlash.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconFile.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconFileAdded.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconForward.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconHix.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconHyperlink.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconImageFileLandscape.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconImageFileWarning.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconInbox.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconInfo.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconInformationCircle.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconItalic.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconListView.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconLock.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconLusciiEscalated.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconLusciiLogo.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconLusciiOpen.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconLusciiPriorityHigh.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconLusciiPriorityLow.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconLusciiPriorityMedium.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconMenu.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconMessage.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconMessageForward.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconMicrophoneSlash.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconMicrosoftTeams.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconMin.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconOrderedList.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconPlus.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconRefresh.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconRemove.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconSananetLogo.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconService.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconShareScreen.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconSingleNeutral.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconSort.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconSortAsc.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconSortDesc.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconSortNone.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconTriangleDown.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconTriangleExclamation.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconUnderline.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconVideoDisabled.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconVideocall.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconWarning.vue.d.ts +1 -2
- package/dist/components/atoms/icons/IconZorgkaart.vue.d.ts +1 -2
- package/dist/components/modals/BDAssignConversationModal/BDAssignConversationModal.vue.d.ts +16 -10
- package/dist/components/modals/BDAttachmentUploadModal/BDAttachmentUploadModal.vue.d.ts +27 -4
- package/dist/components/modals/BDConfirmationModal/BDConfirmationModal.vue.d.ts +16 -11
- package/dist/components/modals/BDContentLibraryModal/BDContentLibraryModal.vue.d.ts +15 -30
- package/dist/components/modals/BDConversationToTextModal/BDConversationToTextModal.vue.d.ts +6 -4
- package/dist/components/modals/BDImageAttachmentModal/BDImageAttachmentModal.vue.d.ts +6 -4
- package/dist/components/modals/BDVideoCallConfirmationModal/BDVideoCallConfirmationModal.vue.d.ts +20 -4
- package/dist/components/molecules/BDAttachmentPreviewList/BDAttachmentPreviewList.vue.d.ts +12 -4
- package/dist/components/molecules/BDChatCloud/BDChatCloud.vue.d.ts +35 -4
- package/dist/components/molecules/BDContentLibraryCard/BDContentLibraryCard.vue.d.ts +88 -4
- package/dist/components/molecules/BDContentLibraryCardBasic/BDContentLibraryCardBasic.vue.d.ts +12 -4
- package/dist/components/molecules/BDContentLibraryCardImage/BDContentLibraryCardImage.vue.d.ts +12 -4
- package/dist/components/molecules/BDContentLibraryCardMessageTemplate/BDContentLibraryCardMessageTemplate.vue.d.ts +45 -4
- package/dist/components/molecules/BDContentLibraryCardTitle/BDContentLibraryCardTitle.vue.d.ts +12 -4
- package/dist/components/molecules/BDDropdownItem/BDDropdownItem.vue.d.ts +27 -4
- package/dist/components/molecules/BDDropzone/BDDropzone.vue.d.ts +17 -4
- package/dist/components/molecules/BDImageAttachmentPreviewList/BDImageAttachmentPreviewList.vue.d.ts +15 -4
- package/dist/components/molecules/BDMarkdownEditor/BDMarkdownEditor.vue.d.ts +173 -4
- package/dist/components/molecules/BDMobileMenu/BDMobileMenu.vue.d.ts +30 -4
- package/dist/components/molecules/BDTable/BDTable.vue.d.ts +41 -4
- package/dist/components/molecules/BDUser/BDUser.vue.d.ts +23 -4
- package/dist/components/molecules/BDVideoCallToast/BDVideoCallToast.vue.d.ts +18 -4
- package/dist/components/organisms/BDContentLibraryOverview/BDContentLibraryOverview.vue.d.ts +9 -3
- package/dist/components/organisms/BDDropdown/BDDropdown.vue.d.ts +33 -4
- package/dist/components/organisms/BDHeader/BDHeader.vue.d.ts +37 -4
- package/dist/components/organisms/BDModal/BDModal.vue.d.ts +37 -4
- package/dist/components/organisms/BDPhoneNumberEditModal/BDPhoneNumberEditModal.vue.d.ts +38 -4
- package/dist/components/organisms/BDPractitionerHeader/BDPractitionerHeader.vue.d.ts +7 -4
- package/dist/components/organisms/BDSessionTimeOutModal/BDSessionTimeOutModal.vue.d.ts +32 -4
- package/dist/components/templates/BDChangePasswordTemplate/BDChangePasswordTemplate.vue.d.ts +17 -4
- package/dist/components/templates/BDContentLibraryTemplate/BDContentLibraryTemplate.vue.d.ts +33 -4
- package/dist/components/templates/BDNotFoundTemplate/BDNotFoundTemplate.vue.d.ts +14 -4
- package/dist/index.d.ts +69 -70
- package/dist/locales/en.json +10 -10
- package/dist/locales/nl.json +85 -85
- package/dist/scss/_alert.scss +11 -11
- package/dist/scss/_article.scss +23 -23
- package/dist/scss/_assign-conversation-modal.scss +13 -13
- package/dist/scss/_attachments.scss +107 -107
- package/dist/scss/_badge.scss +18 -18
- package/dist/scss/_base.scss +1 -1
- package/dist/scss/_button.scss +74 -74
- package/dist/scss/_card.scss +56 -56
- package/dist/scss/_chatcloud.scss +93 -93
- package/dist/scss/_collapsable-card.scss +107 -107
- package/dist/scss/_content-library-card-message-template.scss +128 -0
- package/dist/scss/_content-library-card.scss +135 -253
- package/dist/scss/_content-library-modal.scss +47 -47
- package/dist/scss/_content-library-overview.scss +4 -4
- package/dist/scss/_content-library-split-button.scss +19 -19
- package/dist/scss/_conversation-to-text-modal.scss +32 -32
- package/dist/scss/_dropdown.scss +113 -113
- package/dist/scss/_dropzone.scss +77 -77
- package/dist/scss/_extern.scss +1 -1
- package/dist/scss/_form-field.scss +12 -12
- package/dist/scss/_forms.scss +2 -2
- package/dist/scss/_header.scss +170 -170
- package/dist/scss/_icon-luscii-logo.scss +31 -31
- package/dist/scss/_icons.scss +57 -57
- package/dist/scss/_image-attachment-modal.scss +91 -91
- package/dist/scss/_input-group.scss +2 -2
- package/dist/scss/_markdown-editor.scss +98 -98
- package/dist/scss/_mobile-menu.scss +91 -91
- package/dist/scss/_modal.scss +173 -173
- package/dist/scss/_notification-button.scss +29 -29
- package/dist/scss/_pagination.scss +40 -40
- package/dist/scss/_phone-number-edit-modal.scss +35 -35
- package/dist/scss/_pill.scss +89 -89
- package/dist/scss/_profile-image.scss +34 -34
- package/dist/scss/_table-sort-header.scss +13 -13
- package/dist/scss/_table.scss +16 -16
- package/dist/scss/_templates.scss +323 -323
- package/dist/scss/_toast.scss +69 -69
- package/dist/scss/_user-information.scss +34 -34
- package/dist/scss/_video-call-toast.scss +100 -100
- package/dist/scss/_zoomslider.scss +77 -77
- package/dist/scss/base/variables.scss +210 -210
- package/dist/scss/component-library-styling.scss +44 -43
- package/dist/scss/extern/_bootstrap.scss +19 -14
- package/dist/scss/extern/_prime-vue.scss +550 -550
- package/dist/scss/forms/_form-check.scss +15 -15
- package/dist/scss/forms/_form-input.scss +9 -9
- package/dist/scss/mixins.scss +78 -78
- package/dist/scss/templates/_change-password-template.scss +8 -8
- package/dist/scss/templates/_content-library-template.scss +139 -105
- package/dist/scss/templates/_not-found-template.scss +5 -5
- package/dist/stores/SessionTimeOutStore.ts +46 -46
- package/package.json +129 -129
- package/dist/components/atoms/BDAlert/BDAlert.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDArticle/BDArticle.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDBadge/BDBadge.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDButton/BDButton.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDCard/BDCard.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDCollapsableCard/BDCollapsableCard.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDContentLibrarySplitButton/BDContentLibrarySplitButton.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDDate/BDDate.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDForm/BDForm.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDFormCheckbox/BDFormCheckbox.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDFormInput/BDFormInput.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDFormInvalidFeedback/BDFormInvalidFeedback.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDFormSelect/BDFormSelect.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDInputGroup/BDInputGroup.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDLink/BDLink.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDLinkInput/BDLinkInput.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDLogo/BDLogo.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDNotificationButton/BDNotificationButton.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDPagination/BDPagination.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDPill/BDPill.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDPlaceholderList/BDPlaceholderList.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDProfileImage/BDProfileImage.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDTableSortHeader/BDTableSortHeader.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDToast/BDToast.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDUserInformation/BDUserInformation.vue.d.ts.map +0 -1
- package/dist/components/atoms/BDZoomslider/BDZoomslider.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconAcademy.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconArrowDown.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconArrowUp.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconAttachment.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconBold.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconBulletList.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconCalendar.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconCall.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconCallReject.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconCardView.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconCaretDown.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconCaretLeft.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconCaretRight.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconCheck.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconClipboard.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconClose.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconComment.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconCommentActive.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconCommentStatic.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconCommonFileEmpty.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconCommonFileWarning.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconContactPerson.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconCopy.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconDelete.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconDoubleCheck.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconDownloadImage.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconEdit.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconEndCall.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconError.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconExternal.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconEyeShow.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconEyeSlash.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconFile.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconFileAdded.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconForward.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconHix.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconHyperlink.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconImageFileLandscape.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconImageFileWarning.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconInbox.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconInfo.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconInformationCircle.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconItalic.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconListView.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconLock.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconLusciiEscalated.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconLusciiLogo.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconLusciiOpen.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconLusciiPriorityHigh.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconLusciiPriorityLow.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconLusciiPriorityMedium.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconMenu.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconMessage.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconMessageForward.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconMicrophoneSlash.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconMicrosoftTeams.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconMin.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconOrderedList.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconPlus.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconRefresh.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconRemove.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconSananetLogo.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconService.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconShareScreen.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconSingleNeutral.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconSort.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconSortAsc.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconSortDesc.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconSortNone.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconTriangleDown.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconTriangleExclamation.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconUnderline.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconVideoDisabled.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconVideocall.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconWarning.vue.d.ts.map +0 -1
- package/dist/components/atoms/icons/IconZorgkaart.vue.d.ts.map +0 -1
- package/dist/components/modals/BDAssignConversationModal/BDAssignConversationModal.vue.d.ts.map +0 -1
- package/dist/components/modals/BDAttachmentUploadModal/BDAttachmentUploadModal.vue.d.ts.map +0 -1
- package/dist/components/modals/BDConfirmationModal/BDConfirmationModal.vue.d.ts.map +0 -1
- package/dist/components/modals/BDContentLibraryModal/BDContentLibraryModal.vue.d.ts.map +0 -1
- package/dist/components/modals/BDConversationToTextModal/BDConversationToTextModal.vue.d.ts.map +0 -1
- package/dist/components/modals/BDImageAttachmentModal/BDImageAttachmentModal.vue.d.ts.map +0 -1
- package/dist/components/modals/BDVideoCallConfirmationModal/BDVideoCallConfirmationModal.vue.d.ts.map +0 -1
- package/dist/components/molecules/BDAttachmentPreviewList/BDAttachmentPreviewList.vue.d.ts.map +0 -1
- package/dist/components/molecules/BDChatCloud/BDChatCloud.vue.d.ts.map +0 -1
- package/dist/components/molecules/BDContentLibraryCard/BDContentLibraryCard.vue.d.ts.map +0 -1
- package/dist/components/molecules/BDContentLibraryCardBasic/BDContentLibraryCardBasic.vue.d.ts.map +0 -1
- package/dist/components/molecules/BDContentLibraryCardImage/BDContentLibraryCardImage.vue.d.ts.map +0 -1
- package/dist/components/molecules/BDContentLibraryCardMessageTemplate/BDContentLibraryCardMessageTemplate.vue.d.ts.map +0 -1
- package/dist/components/molecules/BDContentLibraryCardTitle/BDContentLibraryCardTitle.vue.d.ts.map +0 -1
- package/dist/components/molecules/BDDropdownItem/BDDropdownItem.vue.d.ts.map +0 -1
- package/dist/components/molecules/BDDropzone/BDDropzone.vue.d.ts.map +0 -1
- package/dist/components/molecules/BDImageAttachmentPreviewList/BDImageAttachmentPreviewList.vue.d.ts.map +0 -1
- package/dist/components/molecules/BDMarkdownEditor/BDMarkdownEditor.vue.d.ts.map +0 -1
- package/dist/components/molecules/BDMobileMenu/BDMobileMenu.vue.d.ts.map +0 -1
- package/dist/components/molecules/BDTable/BDTable.vue.d.ts.map +0 -1
- package/dist/components/molecules/BDUser/BDUser.vue.d.ts.map +0 -1
- package/dist/components/molecules/BDVideoCallToast/BDVideoCallToast.vue.d.ts.map +0 -1
- package/dist/components/organisms/BDContentLibraryOverview/BDContentLibraryOverview.vue.d.ts.map +0 -1
- package/dist/components/organisms/BDDropdown/BDDropdown.vue.d.ts.map +0 -1
- package/dist/components/organisms/BDHeader/BDHeader.vue.d.ts.map +0 -1
- package/dist/components/organisms/BDModal/BDModal.vue.d.ts.map +0 -1
- package/dist/components/organisms/BDPhoneNumberEditModal/BDPhoneNumberEditModal.vue.d.ts.map +0 -1
- package/dist/components/organisms/BDPractitionerHeader/BDPractitionerHeader.vue.d.ts.map +0 -1
- package/dist/components/organisms/BDSessionTimeOutModal/BDSessionTimeOutModal.vue.d.ts.map +0 -1
- package/dist/components/templates/BDChangePasswordTemplate/BDChangePasswordTemplate.vue.d.ts.map +0 -1
- package/dist/components/templates/BDContentLibraryTemplate/BDContentLibraryTemplate.vue.d.ts.map +0 -1
- package/dist/components/templates/BDNotFoundTemplate/BDNotFoundTemplate.vue.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,71 +1,70 @@
|
|
|
1
|
-
import BDCol from
|
|
2
|
-
import BDContainer from
|
|
3
|
-
import BDRow from
|
|
4
|
-
import { IconAcademy, IconArrowDown, IconArrowUp, IconAttachment, IconBold, IconBulletList, IconCalendar, IconCall, IconCallReject, IconCardView, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClipboard, IconClose, IconComment, IconCommentActive, IconCommentStatic, IconCommonFileEmpty, IconCommonFileWarning, IconContactPerson, IconCopy, IconDelete, IconDoubleCheck, IconDownloadImage, IconEdit, IconEndCall, IconError, IconExternal, IconEyeShow, IconEyeSlash, IconFile, IconFileAdded, IconForward, IconHix, IconHyperlink, IconImageFileLandscape, IconImageFileWarning, IconInbox, IconInfo, IconInformationCircle, IconItalic, IconListView, IconLock, IconLusciiEscalated, IconLusciiLogo, IconLusciiOpen, IconLusciiPriorityHigh, IconLusciiPriorityLow, IconLusciiPriorityMedium, IconMenu, IconMessage, IconMessageForward, IconMicrophoneSlash, IconMicrosoftTeams, IconMin, IconOrderedList, IconPlus, IconRefresh, IconRemove, IconSananetLogo, IconService, IconShareScreen, IconSingleNeutral, IconSort, IconSortAsc, IconSortDesc, IconSortNone, IconTriangleDown, IconTriangleExclamation, IconUnderline, IconVideocall, IconVideoDisabled, IconWarning, IconZorgkaart } from
|
|
5
|
-
import BDButton from
|
|
6
|
-
import BDLogo from
|
|
7
|
-
import BDLink from
|
|
8
|
-
import BDAlert from
|
|
9
|
-
import BDProfileImage from
|
|
10
|
-
import BDZoomslider from
|
|
11
|
-
import BDCard from
|
|
12
|
-
import BDCollapsableCard from
|
|
13
|
-
import BDContentLibrarySplitButton from
|
|
14
|
-
import BDFormInput from
|
|
15
|
-
import BDInputGroup from
|
|
16
|
-
import BDFormInvalidFeedback from
|
|
17
|
-
import BDBadge from
|
|
18
|
-
import BDForm from
|
|
19
|
-
import BDPagination from
|
|
20
|
-
import BDFormSelect from
|
|
21
|
-
import BDFormCheckbox from
|
|
22
|
-
import BDArticle from
|
|
23
|
-
import BDToast from
|
|
24
|
-
import BDPill from
|
|
25
|
-
import BDUserInformation from
|
|
26
|
-
import BDDate from
|
|
27
|
-
import BDDropdownItem from
|
|
28
|
-
import BDDropzone from
|
|
29
|
-
import BDMarkdownEditor from
|
|
30
|
-
import BDMobileMenu from
|
|
31
|
-
import BDUser from
|
|
32
|
-
import BDAttachmentPreviewList from
|
|
33
|
-
import BDImageAttachmentPreviewList from
|
|
34
|
-
import BDChatCloud from
|
|
35
|
-
import BDTable from
|
|
36
|
-
import BDVideoCallToast from
|
|
37
|
-
import BDDropdown from
|
|
38
|
-
import BDHeader from
|
|
39
|
-
import BDPractitionerHeader from
|
|
40
|
-
import BDPhoneNumberEditModal from
|
|
41
|
-
import BDModal from
|
|
42
|
-
import BDSessionTimeOutModal from
|
|
43
|
-
import BDAssignConversationModal from
|
|
44
|
-
import BDAttachmentUploadModal from
|
|
45
|
-
import BDConfirmationModal from
|
|
46
|
-
import BDContentLibraryModal from
|
|
47
|
-
import BDConversationToTextModal from
|
|
48
|
-
import BDImageAttachmentModal from
|
|
49
|
-
import BDVideoCallConfirmationModal from
|
|
50
|
-
import BDChangePasswordTemplate from
|
|
51
|
-
import BDContentLibraryTemplate from
|
|
52
|
-
import BDNotFoundTemplate from
|
|
53
|
-
import { useModal } from
|
|
54
|
-
import usePopover from
|
|
55
|
-
import { useServerErrors } from
|
|
56
|
-
import { useSessionTimeOut } from
|
|
57
|
-
import { useToaster } from
|
|
58
|
-
import { useValidation } from
|
|
59
|
-
import useWindow from
|
|
60
|
-
import useZoom from
|
|
61
|
-
import { vBdTooltip } from
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import { CopyChatMessagesToClipboard, CopyChatMessageToClipboard, CopyHl7MessagesToClipboard } from
|
|
67
|
-
import { getDisplayDateNumeric, getDisplayDateTimeNumeric, getDisplayDateTimeTextual, getDisplayDateTextual } from
|
|
68
|
-
import { TransformHyperlinks, CreateHyperlinkParagraph, ValidateUrl } from
|
|
69
|
-
import { CreateThumbnailUri, MapAttachmentsForApi, MapToAttachmentObjects } from
|
|
1
|
+
import { default as BDCol } from './layout/BDCol.vue';
|
|
2
|
+
import { default as BDContainer } from './layout/BDContainer.vue';
|
|
3
|
+
import { default as BDRow } from './layout/BDRow.vue';
|
|
4
|
+
import { IconAcademy, IconArrowDown, IconArrowUp, IconAttachment, IconBold, IconBulletList, IconCalendar, IconCall, IconCallReject, IconCardView, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClipboard, IconClose, IconComment, IconCommentActive, IconCommentStatic, IconCommonFileEmpty, IconCommonFileWarning, IconContactPerson, IconCopy, IconDelete, IconDoubleCheck, IconDownloadImage, IconEdit, IconEndCall, IconError, IconExternal, IconEyeShow, IconEyeSlash, IconFile, IconFileAdded, IconForward, IconHix, IconHyperlink, IconImageFileLandscape, IconImageFileWarning, IconInbox, IconInfo, IconInformationCircle, IconItalic, IconListView, IconLock, IconLusciiEscalated, IconLusciiLogo, IconLusciiOpen, IconLusciiPriorityHigh, IconLusciiPriorityLow, IconLusciiPriorityMedium, IconMenu, IconMessage, IconMessageForward, IconMicrophoneSlash, IconMicrosoftTeams, IconMin, IconOrderedList, IconPlus, IconRefresh, IconRemove, IconSananetLogo, IconService, IconShareScreen, IconSingleNeutral, IconSort, IconSortAsc, IconSortDesc, IconSortNone, IconTriangleDown, IconTriangleExclamation, IconUnderline, IconVideocall, IconVideoDisabled, IconWarning, IconZorgkaart } from './components/atoms/icons/index';
|
|
5
|
+
import { default as BDButton } from './components/atoms/BDButton/BDButton.vue';
|
|
6
|
+
import { default as BDLogo } from './components/atoms/BDLogo/BDLogo.vue';
|
|
7
|
+
import { default as BDLink } from './components/atoms/BDLink/BDLink.vue';
|
|
8
|
+
import { default as BDAlert } from './components/atoms/BDAlert/BDAlert.vue';
|
|
9
|
+
import { default as BDProfileImage } from './components/atoms/BDProfileImage/BDProfileImage.vue';
|
|
10
|
+
import { default as BDZoomslider } from './components/atoms/BDZoomslider/BDZoomslider.vue';
|
|
11
|
+
import { default as BDCard } from './components/atoms/BDCard/BDCard.vue';
|
|
12
|
+
import { default as BDCollapsableCard } from './components/atoms/BDCollapsableCard/BDCollapsableCard.vue';
|
|
13
|
+
import { default as BDContentLibrarySplitButton } from './components/atoms/BDContentLibrarySplitButton/BDContentLibrarySplitButton.vue';
|
|
14
|
+
import { default as BDFormInput } from './components/atoms/BDFormInput/BDFormInput.vue';
|
|
15
|
+
import { default as BDInputGroup } from './components/atoms/BDInputGroup/BDInputGroup.vue';
|
|
16
|
+
import { default as BDFormInvalidFeedback } from './components/atoms/BDFormInvalidFeedback/BDFormInvalidFeedback.vue';
|
|
17
|
+
import { default as BDBadge } from './components/atoms/BDBadge/BDBadge.vue';
|
|
18
|
+
import { default as BDForm } from './components/atoms/BDForm/BDForm.vue';
|
|
19
|
+
import { default as BDPagination } from './components/atoms/BDPagination/BDPagination.vue';
|
|
20
|
+
import { default as BDFormSelect } from './components/atoms/BDFormSelect/BDFormSelect.vue';
|
|
21
|
+
import { default as BDFormCheckbox } from './components/atoms/BDFormCheckbox/BDFormCheckbox.vue';
|
|
22
|
+
import { default as BDArticle } from './components/atoms/BDArticle/BDArticle.vue';
|
|
23
|
+
import { default as BDToast } from './components/atoms/BDToast/BDToast.vue';
|
|
24
|
+
import { default as BDPill } from './components/atoms/BDPill/BDPill.vue';
|
|
25
|
+
import { default as BDUserInformation } from './components/atoms/BDUserInformation/BDUserInformation.vue';
|
|
26
|
+
import { default as BDDate } from './components/atoms/BDDate/BDDate.vue';
|
|
27
|
+
import { default as BDDropdownItem } from './components/molecules/BDDropdownItem/BDDropdownItem.vue';
|
|
28
|
+
import { default as BDDropzone } from './components/molecules/BDDropzone/BDDropzone.vue';
|
|
29
|
+
import { default as BDMarkdownEditor } from './components/molecules/BDMarkdownEditor/BDMarkdownEditor.vue';
|
|
30
|
+
import { default as BDMobileMenu } from './components/molecules/BDMobileMenu/BDMobileMenu.vue';
|
|
31
|
+
import { default as BDUser } from './components/molecules/BDUser/BDUser.vue';
|
|
32
|
+
import { default as BDAttachmentPreviewList } from './components/molecules/BDAttachmentPreviewList/BDAttachmentPreviewList.vue';
|
|
33
|
+
import { default as BDImageAttachmentPreviewList } from './components/molecules/BDImageAttachmentPreviewList/BDImageAttachmentPreviewList.vue';
|
|
34
|
+
import { default as BDChatCloud } from './components/molecules/BDChatCloud/BDChatCloud.vue';
|
|
35
|
+
import { default as BDTable } from './components/molecules/BDTable/BDTable.vue';
|
|
36
|
+
import { default as BDVideoCallToast } from './components/molecules/BDVideoCallToast/BDVideoCallToast.vue';
|
|
37
|
+
import { default as BDDropdown } from './components/organisms/BDDropdown/BDDropdown.vue';
|
|
38
|
+
import { default as BDHeader } from './components/organisms/BDHeader/BDHeader.vue';
|
|
39
|
+
import { default as BDPractitionerHeader } from './components/organisms/BDPractitionerHeader/BDPractitionerHeader.vue';
|
|
40
|
+
import { default as BDPhoneNumberEditModal } from './components/organisms/BDPhoneNumberEditModal/BDPhoneNumberEditModal.vue';
|
|
41
|
+
import { default as BDModal } from './components/organisms/BDModal/BDModal.vue';
|
|
42
|
+
import { default as BDSessionTimeOutModal } from './components/organisms/BDSessionTimeOutModal/BDSessionTimeOutModal.vue';
|
|
43
|
+
import { default as BDAssignConversationModal } from './components/modals/BDAssignConversationModal/BDAssignConversationModal.vue';
|
|
44
|
+
import { default as BDAttachmentUploadModal } from './components/modals/BDAttachmentUploadModal/BDAttachmentUploadModal.vue';
|
|
45
|
+
import { default as BDConfirmationModal } from './components/modals/BDConfirmationModal/BDConfirmationModal.vue';
|
|
46
|
+
import { default as BDContentLibraryModal } from './components/modals/BDContentLibraryModal/BDContentLibraryModal.vue';
|
|
47
|
+
import { default as BDConversationToTextModal } from './components/modals/BDConversationToTextModal/BDConversationToTextModal.vue';
|
|
48
|
+
import { default as BDImageAttachmentModal } from './components/modals/BDImageAttachmentModal/BDImageAttachmentModal.vue';
|
|
49
|
+
import { default as BDVideoCallConfirmationModal } from './components/modals/BDVideoCallConfirmationModal/BDVideoCallConfirmationModal.vue';
|
|
50
|
+
import { default as BDChangePasswordTemplate } from './components/templates/BDChangePasswordTemplate/BDChangePasswordTemplate.vue';
|
|
51
|
+
import { default as BDContentLibraryTemplate } from './components/templates/BDContentLibraryTemplate/BDContentLibraryTemplate.vue';
|
|
52
|
+
import { default as BDNotFoundTemplate } from './components/templates/BDNotFoundTemplate/BDNotFoundTemplate.vue';
|
|
53
|
+
import { useModal } from './composables/useModal';
|
|
54
|
+
import { default as usePopover } from './composables/usePopover';
|
|
55
|
+
import { useServerErrors } from './composables/useServerErrors';
|
|
56
|
+
import { useSessionTimeOut } from './composables/useSessionTimeOut';
|
|
57
|
+
import { useToaster } from './composables/useToaster';
|
|
58
|
+
import { useValidation } from './composables/useValidation';
|
|
59
|
+
import { default as useWindow } from './composables/useWindow';
|
|
60
|
+
import { default as useZoom } from './composables/useZoom';
|
|
61
|
+
import { vBdTooltip } from './directives/BDTooltip';
|
|
62
|
+
import { ChangePasswordData } from './types/ChangePasswordData';
|
|
63
|
+
import { ConfirmPhoneNumberUpdateData } from './types/ConfirmPhoneNumberUpdateData';
|
|
64
|
+
import { StartPhoneNumberUpdateData } from './types/StartPhoneNumberUpdateData';
|
|
65
|
+
import { ValidationChangePasswordData } from './types/ValidationChangePasswordData';
|
|
66
|
+
import { CopyChatMessagesToClipboard, CopyChatMessageToClipboard, CopyHl7MessagesToClipboard } from './utils/clipboard';
|
|
67
|
+
import { getDisplayDateNumeric, getDisplayDateTimeNumeric, getDisplayDateTimeTextual, getDisplayDateTextual } from './utils/display-date';
|
|
68
|
+
import { TransformHyperlinks, CreateHyperlinkParagraph, ValidateUrl } from './utils/hyperlink';
|
|
69
|
+
import { CreateThumbnailUri, MapAttachmentsForApi, MapToAttachmentObjects } from './utils/attachment';
|
|
70
70
|
export { BDAlert, BDArticle, BDAttachmentPreviewList, BDAttachmentUploadModal, BDBadge, BDAssignConversationModal, BDButton, BDCard, BDChangePasswordTemplate, BDChatCloud, BDCol, BDCollapsableCard, BDConfirmationModal, BDContentLibraryModal, BDConversationToTextModal, BDContentLibrarySplitButton, BDContentLibraryTemplate, BDContainer, BDDropdown, BDDropdownItem, BDDropzone, BDForm, BDFormCheckbox, BDFormInput, BDFormInvalidFeedback, BDFormSelect, BDHeader, BDImageAttachmentModal, BDImageAttachmentPreviewList, BDInputGroup, BDLink, BDLogo, BDMarkdownEditor, BDMobileMenu, BDModal, BDNotFoundTemplate, BDPagination, BDPhoneNumberEditModal, BDPill, BDPractitionerHeader, BDProfileImage, BDRow, BDSessionTimeOutModal, BDTable, BDToast, BDUser, BDUserInformation, BDVideoCallConfirmationModal, BDVideoCallToast, BDZoomslider, BDDate, IconAcademy, IconArrowDown, IconArrowUp, IconAttachment, IconBold, IconBulletList, IconCalendar, IconCall, IconCallReject, IconCardView, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClipboard, IconClose, IconComment, IconCommentActive, IconCommentStatic, IconCommonFileEmpty, IconCommonFileWarning, IconContactPerson, IconCopy, IconDelete, IconDoubleCheck, IconDownloadImage, IconEdit, IconEndCall, IconError, IconExternal, IconEyeShow, IconEyeSlash, IconFile, IconFileAdded, IconForward, IconHix, IconHyperlink, IconImageFileLandscape, IconImageFileWarning, IconInbox, IconInfo, IconInformationCircle, IconItalic, IconListView, IconLock, IconLusciiEscalated, IconLusciiLogo, IconLusciiOpen, IconLusciiPriorityHigh, IconLusciiPriorityLow, IconLusciiPriorityMedium, IconMenu, IconMessage, IconMessageForward, IconMicrophoneSlash, IconMicrosoftTeams, IconMin, IconOrderedList, IconPlus, IconRefresh, IconRemove, IconSananetLogo, IconService, IconShareScreen, IconSingleNeutral, IconSort, IconSortAsc, IconSortDesc, IconSortNone, IconTriangleDown, IconTriangleExclamation, IconUnderline, IconVideocall, IconVideoDisabled, IconWarning, IconZorgkaart, ChangePasswordData, ConfirmPhoneNumberUpdateData, StartPhoneNumberUpdateData, ValidationChangePasswordData, useModal, usePopover, useServerErrors, useSessionTimeOut, useToaster, useValidation, useWindow, useZoom, vBdTooltip, CopyChatMessagesToClipboard, CopyChatMessageToClipboard, CopyHl7MessagesToClipboard, getDisplayDateNumeric, getDisplayDateTimeNumeric, getDisplayDateTimeTextual, getDisplayDateTextual, TransformHyperlinks, CreateHyperlinkParagraph, ValidateUrl, CreateThumbnailUri, MapAttachmentsForApi, MapToAttachmentObjects, };
|
|
71
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/locales/en.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
{
|
|
2
|
-
"notFoundTemplate": {
|
|
3
|
-
"title": "Page not found",
|
|
4
|
-
"description": "The page you're looking for couldn't be found. Check the URL or go back to the mainpage.",
|
|
5
|
-
"buttonDefault": "Back to mainpage"
|
|
6
|
-
},
|
|
7
|
-
"practitionerHeader": {
|
|
8
|
-
"tooltipAcademy": "BeterDichtbij Academie",
|
|
9
|
-
"menuItemAcademy": "Academie"
|
|
10
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"notFoundTemplate": {
|
|
3
|
+
"title": "Page not found",
|
|
4
|
+
"description": "The page you're looking for couldn't be found. Check the URL or go back to the mainpage.",
|
|
5
|
+
"buttonDefault": "Back to mainpage"
|
|
6
|
+
},
|
|
7
|
+
"practitionerHeader": {
|
|
8
|
+
"tooltipAcademy": "BeterDichtbij Academie",
|
|
9
|
+
"menuItemAcademy": "Academie"
|
|
10
|
+
}
|
|
11
11
|
}
|
package/dist/locales/nl.json
CHANGED
|
@@ -1,86 +1,86 @@
|
|
|
1
|
-
{
|
|
2
|
-
"assignConversationModal": {
|
|
3
|
-
"title": "Gesprek overdragen",
|
|
4
|
-
"submitButton": "Gesprek overdragen",
|
|
5
|
-
"conclude": "Afhandelen bij de overdracht",
|
|
6
|
-
"concludeTooltip": "Het gesprek blijft beschikbaar, deze wordt getoond als het filter \"afgehandeld\" is geselecteerd. Je patiënt kan ook nog gewoon reageren.",
|
|
7
|
-
"makeUnread": "Gesprek op ongelezen zetten"
|
|
8
|
-
},
|
|
9
|
-
"attachmentUploadModal": {
|
|
10
|
-
"title": "Bijlage toevoegen",
|
|
11
|
-
"submitButton": "Toevoegen",
|
|
12
|
-
"infoMessage": "Kies je bestand.",
|
|
13
|
-
"addAttachmentButton": "Bijlage toevoegen",
|
|
14
|
-
"errorMessage": "Fout opgetreden",
|
|
15
|
-
"fileTooBigErrorMessage": "Bestand is te groot.",
|
|
16
|
-
"fileSizeExceededMessage": "Bestanden mogen maximaal 10 MB groot zijn."
|
|
17
|
-
},
|
|
18
|
-
"changePasswordTemplate": {
|
|
19
|
-
"toasters": {
|
|
20
|
-
"reset": "De velden zijn geleegd."
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
"contentLibraryCard": {
|
|
24
|
-
"insert": "Invoegen"
|
|
25
|
-
},
|
|
26
|
-
"contentLibraryCardMessageTemplate": {
|
|
27
|
-
"insert": "Invoegen",
|
|
28
|
-
"collapseOpen": "Inklappen",
|
|
29
|
-
"collapseClosed": "Lees meer",
|
|
30
|
-
"popoverIsSharedByOtherUser": "Dit bericht kan alleen door de eigenaar of beheerder aangepast worden",
|
|
31
|
-
"delete": "Verwijderen",
|
|
32
|
-
"edit": "Wijzigen"
|
|
33
|
-
},
|
|
34
|
-
"contentLibraryOverview": {
|
|
35
|
-
"noResults": "Er zijn geen resultaten gevonden"
|
|
36
|
-
},
|
|
37
|
-
"contentLibrarySplitButton": {
|
|
38
|
-
"messageTemplatesTitle": "Standaardberichten"
|
|
39
|
-
},
|
|
40
|
-
"contentLibraryTemplate": {
|
|
41
|
-
"changeCategoryButtonLabel": "Mijn categorieën aanpassen",
|
|
42
|
-
"newMessageText": "Nieuw bericht",
|
|
43
|
-
"message": "Bericht",
|
|
44
|
-
"messages": "Berichten",
|
|
45
|
-
"more": "Meer",
|
|
46
|
-
"less": "Minder",
|
|
47
|
-
"searchPlaceholder": "Zoek een bericht",
|
|
48
|
-
"searchPlaceholderSearch": "Vul een zoekterm in om resultaten te tonen"
|
|
49
|
-
},
|
|
50
|
-
"conversationToTextModal": {
|
|
51
|
-
"copyButton": "Kopieer selectie naar klembord",
|
|
52
|
-
"copySuccess": "Het gesprek is gekopieerd naar het klembord.",
|
|
53
|
-
"onBehalfOf": "namens",
|
|
54
|
-
"prefix": "Communicatie vanuit BeterDichtbij",
|
|
55
|
-
"selectAll": "Alles selecteren",
|
|
56
|
-
"systemMessage": "Tussentijdse mededeling"
|
|
57
|
-
},
|
|
58
|
-
"imageAttachmentModal": {
|
|
59
|
-
"download": "Download afbeelding",
|
|
60
|
-
"loading": "Afbeelding aan het laden"
|
|
61
|
-
},
|
|
62
|
-
"notFoundTemplate": {
|
|
63
|
-
"title": "Pagina niet gevonden",
|
|
64
|
-
"description": "De pagina die je zoekt kon niet gevonden worden. Controleer de URL of ga terug naar de hoofdpagina.",
|
|
65
|
-
"buttonDefault": "Terug naar hoofdpagina"
|
|
66
|
-
},
|
|
67
|
-
"practitionerHeader": {
|
|
68
|
-
"academyTooltip": "BeterDichtbij Academie",
|
|
69
|
-
"academyMenuItem": "Academie"
|
|
70
|
-
},
|
|
71
|
-
"videoCallConfirmationModal": {
|
|
72
|
-
"title": "Beeldbellen",
|
|
73
|
-
"cancel": "Nee",
|
|
74
|
-
"close": "Sluiten",
|
|
75
|
-
"ok": "Ja",
|
|
76
|
-
"message": "Weet je zeker dat je wilt beeldbellen?",
|
|
77
|
-
"participantMessage": "Weet je zeker dat je wilt beeldbellen met",
|
|
78
|
-
"testMessage": "Doe de beeldbeltest",
|
|
79
|
-
"noMobileActivationMessage": "gebruikt BeterDichtbij via de web applicatie waardoor beeldbellen niet mogelijk is. Vraag de patiënt om de app te installeren op een mobiele telefoon of tablet.",
|
|
80
|
-
"noCompatibleDevices": "gebruikt mogelijk een mobiele telefoon of tablet die beeldbellen niet ondersteunt. Het is daarom momenteel niet mogelijk om te beeldbellen met deze patiënt.",
|
|
81
|
-
"generalWarning": "Beeldbellen is niet mogelijk om de volgende redenen:",
|
|
82
|
-
"cameraPermissionMissing": "Je hebt geen toestemming gegeven voor gebruik van de camera door BeterDichtbij.",
|
|
83
|
-
"microphonePermissionMissing": "Je hebt geen toestemming gegeven voor gebruik van de microfoon door BeterDichtbij.",
|
|
84
|
-
"helpMessage": "om te controleren of je camera en microfoon goed werken."
|
|
85
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"assignConversationModal": {
|
|
3
|
+
"title": "Gesprek overdragen",
|
|
4
|
+
"submitButton": "Gesprek overdragen",
|
|
5
|
+
"conclude": "Afhandelen bij de overdracht",
|
|
6
|
+
"concludeTooltip": "Het gesprek blijft beschikbaar, deze wordt getoond als het filter \"afgehandeld\" is geselecteerd. Je patiënt kan ook nog gewoon reageren.",
|
|
7
|
+
"makeUnread": "Gesprek op ongelezen zetten"
|
|
8
|
+
},
|
|
9
|
+
"attachmentUploadModal": {
|
|
10
|
+
"title": "Bijlage toevoegen",
|
|
11
|
+
"submitButton": "Toevoegen",
|
|
12
|
+
"infoMessage": "Kies je bestand.",
|
|
13
|
+
"addAttachmentButton": "Bijlage toevoegen",
|
|
14
|
+
"errorMessage": "Fout opgetreden",
|
|
15
|
+
"fileTooBigErrorMessage": "Bestand is te groot.",
|
|
16
|
+
"fileSizeExceededMessage": "Bestanden mogen maximaal 10 MB groot zijn."
|
|
17
|
+
},
|
|
18
|
+
"changePasswordTemplate": {
|
|
19
|
+
"toasters": {
|
|
20
|
+
"reset": "De velden zijn geleegd."
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"contentLibraryCard": {
|
|
24
|
+
"insert": "Invoegen"
|
|
25
|
+
},
|
|
26
|
+
"contentLibraryCardMessageTemplate": {
|
|
27
|
+
"insert": "Invoegen",
|
|
28
|
+
"collapseOpen": "Inklappen",
|
|
29
|
+
"collapseClosed": "Lees meer",
|
|
30
|
+
"popoverIsSharedByOtherUser": "Dit bericht kan alleen door de eigenaar of beheerder aangepast worden",
|
|
31
|
+
"delete": "Verwijderen",
|
|
32
|
+
"edit": "Wijzigen"
|
|
33
|
+
},
|
|
34
|
+
"contentLibraryOverview": {
|
|
35
|
+
"noResults": "Er zijn geen resultaten gevonden"
|
|
36
|
+
},
|
|
37
|
+
"contentLibrarySplitButton": {
|
|
38
|
+
"messageTemplatesTitle": "Standaardberichten"
|
|
39
|
+
},
|
|
40
|
+
"contentLibraryTemplate": {
|
|
41
|
+
"changeCategoryButtonLabel": "Mijn categorieën aanpassen",
|
|
42
|
+
"newMessageText": "Nieuw bericht",
|
|
43
|
+
"message": "Bericht",
|
|
44
|
+
"messages": "Berichten",
|
|
45
|
+
"more": "Meer",
|
|
46
|
+
"less": "Minder",
|
|
47
|
+
"searchPlaceholder": "Zoek een bericht",
|
|
48
|
+
"searchPlaceholderSearch": "Vul een zoekterm in om resultaten te tonen"
|
|
49
|
+
},
|
|
50
|
+
"conversationToTextModal": {
|
|
51
|
+
"copyButton": "Kopieer selectie naar klembord",
|
|
52
|
+
"copySuccess": "Het gesprek is gekopieerd naar het klembord.",
|
|
53
|
+
"onBehalfOf": "namens",
|
|
54
|
+
"prefix": "Communicatie vanuit BeterDichtbij",
|
|
55
|
+
"selectAll": "Alles selecteren",
|
|
56
|
+
"systemMessage": "Tussentijdse mededeling"
|
|
57
|
+
},
|
|
58
|
+
"imageAttachmentModal": {
|
|
59
|
+
"download": "Download afbeelding",
|
|
60
|
+
"loading": "Afbeelding aan het laden"
|
|
61
|
+
},
|
|
62
|
+
"notFoundTemplate": {
|
|
63
|
+
"title": "Pagina niet gevonden",
|
|
64
|
+
"description": "De pagina die je zoekt kon niet gevonden worden. Controleer de URL of ga terug naar de hoofdpagina.",
|
|
65
|
+
"buttonDefault": "Terug naar hoofdpagina"
|
|
66
|
+
},
|
|
67
|
+
"practitionerHeader": {
|
|
68
|
+
"academyTooltip": "BeterDichtbij Academie",
|
|
69
|
+
"academyMenuItem": "Academie"
|
|
70
|
+
},
|
|
71
|
+
"videoCallConfirmationModal": {
|
|
72
|
+
"title": "Beeldbellen",
|
|
73
|
+
"cancel": "Nee",
|
|
74
|
+
"close": "Sluiten",
|
|
75
|
+
"ok": "Ja",
|
|
76
|
+
"message": "Weet je zeker dat je wilt beeldbellen?",
|
|
77
|
+
"participantMessage": "Weet je zeker dat je wilt beeldbellen met",
|
|
78
|
+
"testMessage": "Doe de beeldbeltest",
|
|
79
|
+
"noMobileActivationMessage": "gebruikt BeterDichtbij via de web applicatie waardoor beeldbellen niet mogelijk is. Vraag de patiënt om de app te installeren op een mobiele telefoon of tablet.",
|
|
80
|
+
"noCompatibleDevices": "gebruikt mogelijk een mobiele telefoon of tablet die beeldbellen niet ondersteunt. Het is daarom momenteel niet mogelijk om te beeldbellen met deze patiënt.",
|
|
81
|
+
"generalWarning": "Beeldbellen is niet mogelijk om de volgende redenen:",
|
|
82
|
+
"cameraPermissionMissing": "Je hebt geen toestemming gegeven voor gebruik van de camera door BeterDichtbij.",
|
|
83
|
+
"microphonePermissionMissing": "Je hebt geen toestemming gegeven voor gebruik van de microfoon door BeterDichtbij.",
|
|
84
|
+
"helpMessage": "om te controleren of je camera en microfoon goed werken."
|
|
85
|
+
}
|
|
86
86
|
}
|
package/dist/scss/_alert.scss
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
@each $variant, $color in $theme-colors {
|
|
2
|
-
$bg-color: tint-color($color, 90%);
|
|
3
|
-
.alert-#{$variant} {
|
|
4
|
-
@include alert($color, $bg-color);
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.alert-warning {
|
|
9
|
-
color: $color-darkblue;
|
|
10
|
-
}
|
|
11
|
-
|
|
1
|
+
@each $variant, $color in $theme-colors {
|
|
2
|
+
$bg-color: tint-color($color, 90%);
|
|
3
|
+
.alert-#{$variant} {
|
|
4
|
+
@include alert($color, $bg-color);
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.alert-warning {
|
|
9
|
+
color: $color-darkblue;
|
|
10
|
+
}
|
|
11
|
+
|
package/dist/scss/_article.scss
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
article{
|
|
3
|
-
|
|
4
|
-
&.bd-article{
|
|
5
|
-
display:flex;
|
|
6
|
-
flex-direction: column;
|
|
7
|
-
padding: 1.125rem;
|
|
8
|
-
width:100%;
|
|
9
|
-
gap: 1rem;
|
|
10
|
-
background-color: $white;
|
|
11
|
-
border-radius: 8px;
|
|
12
|
-
|
|
13
|
-
header{
|
|
14
|
-
display: flex;
|
|
15
|
-
justify-content: space-between;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
footer {
|
|
19
|
-
display:flex;
|
|
20
|
-
justify-content: space-between;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
1
|
+
|
|
2
|
+
article{
|
|
3
|
+
|
|
4
|
+
&.bd-article{
|
|
5
|
+
display:flex;
|
|
6
|
+
flex-direction: column;
|
|
7
|
+
padding: 1.125rem;
|
|
8
|
+
width:100%;
|
|
9
|
+
gap: 1rem;
|
|
10
|
+
background-color: $white;
|
|
11
|
+
border-radius: 8px;
|
|
12
|
+
|
|
13
|
+
header{
|
|
14
|
+
display: flex;
|
|
15
|
+
justify-content: space-between;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
footer {
|
|
19
|
+
display:flex;
|
|
20
|
+
justify-content: space-between;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
24
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
#assign-conversation-modal {
|
|
2
|
-
.invalid-feedback-text {
|
|
3
|
-
color: #e0462e;
|
|
4
|
-
margin-top: 0.25rem;
|
|
5
|
-
font-size: 0.875em;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.form-control:disabled {
|
|
9
|
-
color: black;
|
|
10
|
-
background-color: green;
|
|
11
|
-
border-color: #dee2e6;
|
|
12
|
-
opacity: 1;
|
|
13
|
-
}
|
|
1
|
+
#assign-conversation-modal {
|
|
2
|
+
.invalid-feedback-text {
|
|
3
|
+
color: #e0462e;
|
|
4
|
+
margin-top: 0.25rem;
|
|
5
|
+
font-size: 0.875em;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.form-control:disabled {
|
|
9
|
+
color: black;
|
|
10
|
+
background-color: green;
|
|
11
|
+
border-color: #dee2e6;
|
|
12
|
+
opacity: 1;
|
|
13
|
+
}
|
|
14
14
|
}
|