@beterdichtbij/component-library 0.65.1 → 0.65.3

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.
@@ -8,8 +8,8 @@ declare const __VLS_component: import('vue').DefineComponent<BDButtonProps, {},
8
8
  }, string, import('vue').PublicProps, Readonly<BDButtonProps> & Readonly<{
9
9
  onClick?: ((...args: any[]) => any) | undefined;
10
10
  }>, {
11
- size: import('../../../types/BootstrapSizes').bootstrapSizes;
12
11
  variant: import('../../../types/ButtonColorVariants').btnColorVariants;
12
+ size: import('../../../types/BootstrapSizes').bootstrapSizes;
13
13
  blockElement: boolean;
14
14
  disabled: boolean;
15
15
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -7,18 +7,18 @@ type __VLS_Slots = {} & {
7
7
  };
8
8
  declare const __VLS_component: import('vue').DefineComponent<bdFormCheckboxProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
9
  input: (...args: any[]) => void;
10
- "update:modelValue": (...args: any[]) => void;
11
10
  change: (...args: any[]) => void;
11
+ "update:modelValue": (...args: any[]) => void;
12
12
  }, string, import('vue').PublicProps, Readonly<bdFormCheckboxProps> & Readonly<{
13
13
  onInput?: ((...args: any[]) => any) | undefined;
14
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
15
14
  onChange?: ((...args: any[]) => any) | undefined;
15
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
16
16
  }>, {
17
17
  disabled: boolean;
18
18
  modelValue: boolean | string | string[];
19
19
  value: boolean | string;
20
- state: import('../../../types/ValidationState').ValidationStateType;
21
20
  uncheckedValue: boolean | string;
21
+ state: import('../../../types/ValidationState').ValidationStateType;
22
22
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
23
23
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
24
24
  export default _default;
@@ -7,13 +7,13 @@ type __VLS_Slots = {} & {
7
7
  };
8
8
  declare const __VLS_component: import('vue').DefineComponent<BDFormInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
9
  click: (...args: any[]) => void;
10
- "update:modelValue": (...args: any[]) => void;
11
10
  blur: (...args: any[]) => void;
11
+ "update:modelValue": (...args: any[]) => void;
12
12
  enter: (...args: any[]) => void;
13
13
  }, string, import('vue').PublicProps, Readonly<BDFormInputProps> & Readonly<{
14
14
  onClick?: ((...args: any[]) => any) | undefined;
15
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
16
15
  onBlur?: ((...args: any[]) => any) | undefined;
16
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
17
17
  onEnter?: ((...args: any[]) => any) | undefined;
18
18
  }>, {
19
19
  label: string;
@@ -5,12 +5,12 @@ type __VLS_Slots = {} & {
5
5
  };
6
6
  declare const __VLS_component: import('vue').DefineComponent<BDFormSelectProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
7
  input: (...args: any[]) => void;
8
- "update:modelValue": (...args: any[]) => void;
9
8
  change: (...args: any[]) => void;
9
+ "update:modelValue": (...args: any[]) => void;
10
10
  }, string, import('vue').PublicProps, Readonly<BDFormSelectProps> & Readonly<{
11
11
  onInput?: ((...args: any[]) => any) | undefined;
12
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
13
12
  onChange?: ((...args: any[]) => any) | undefined;
13
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
14
14
  }>, {
15
15
  size: import('../../../types/BootstrapSizes').bootstrapSizes;
16
16
  modelValue: string | number;
@@ -4,9 +4,9 @@ type __VLS_WithSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
6
  declare const __VLS_component: import('vue').DefineComponent<{}, {
7
- $emit: (event: "close" | "on-input" | "change-department" | "action" | "show-attachment" | "on-submit", ...args: any[]) => void;
8
- modelValue: Record<string, any>;
7
+ $emit: (event: "close" | "show-attachment" | "action" | "on-input" | "change-department" | "on-submit", ...args: any[]) => void;
9
8
  visible: boolean;
9
+ modelValue: Record<string, any>;
10
10
  validation: Record<string, any>;
11
11
  editable: boolean;
12
12
  serverErrors: unknown[];
@@ -16,8 +16,8 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
16
16
  departmentOptions?: unknown[] | undefined;
17
17
  categoryOptions?: unknown[] | undefined;
18
18
  $props: {
19
- readonly modelValue?: Record<string, any> | undefined;
20
19
  readonly visible?: boolean | undefined;
20
+ readonly modelValue?: Record<string, any> | undefined;
21
21
  readonly validation?: Record<string, any> | undefined;
22
22
  readonly editable?: boolean | undefined;
23
23
  readonly serverErrors?: unknown[] | undefined;
@@ -8,20 +8,20 @@ type __VLS_Slots = {} & {
8
8
  footer?: (props: typeof __VLS_15) => any;
9
9
  };
10
10
  declare const __VLS_component: import('vue').DefineComponent<BDChatCloudProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
- action: (...args: any[]) => void;
12
11
  "show-attachment": (...args: any[]) => void;
12
+ action: (...args: any[]) => void;
13
13
  }, string, import('vue').PublicProps, Readonly<BDChatCloudProps> & Readonly<{
14
- onAction?: ((...args: any[]) => any) | undefined;
15
14
  "onShow-attachment"?: ((...args: any[]) => any) | undefined;
15
+ onAction?: ((...args: any[]) => any) | undefined;
16
16
  }>, {
17
+ message: string;
17
18
  src: string;
18
19
  username: string | null;
19
- message: string;
20
20
  files: import('../../../types/ApiAttachment').ApiAttachment[];
21
- pills: Object[];
22
- apiUrl: string;
23
21
  headerTitle: string;
24
22
  isSender: boolean;
23
+ pills: Object[];
24
+ apiUrl: string;
25
25
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
26
26
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
27
27
  export default _default;
@@ -5,20 +5,20 @@ type __VLS_Slots = {} & {
5
5
  };
6
6
  declare const __VLS_component: import('vue').DefineComponent<BDMarkdownEditorProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
7
  "update:modelValue": (...args: any[]) => void;
8
- upload: (...args: any[]) => void;
9
8
  action: (...args: any[]) => void;
9
+ upload: (...args: any[]) => void;
10
10
  }, string, import('vue').PublicProps, Readonly<BDMarkdownEditorProps> & Readonly<{
11
11
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
12
- onUpload?: ((...args: any[]) => any) | undefined;
13
12
  onAction?: ((...args: any[]) => any) | undefined;
13
+ onUpload?: ((...args: any[]) => any) | undefined;
14
14
  }>, {
15
15
  variant: import('../../../types/tiptapVariants').TiptapVariants;
16
16
  placeholder: string;
17
17
  state: boolean | null;
18
18
  files: import('../../../types/ApiAttachment').ApiAttachment[];
19
- errorText: string;
20
19
  pills: Object[];
21
20
  apiUrl: string;
21
+ errorText: string;
22
22
  tokens: Token[];
23
23
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
24
24
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -6,8 +6,8 @@ type __VLS_Slots = {} & {
6
6
  declare const __VLS_component: import('vue').DefineComponent<BDDropdownProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BDDropdownProps> & Readonly<{}>, {
7
7
  text: string;
8
8
  offset: [number?, number?] | string;
9
- size: import('../../../types/BootstrapSizes').bootstrapSizes;
10
9
  variant: import('../../../types/BootstrapVariants').bootstrapVariants;
10
+ size: import('../../../types/BootstrapSizes').bootstrapSizes;
11
11
  right: boolean;
12
12
  noFlip: boolean;
13
13
  toggleTag: string;
@@ -4,7 +4,7 @@ type __VLS_WithSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
6
  declare const __VLS_component: import('vue').DefineComponent<{}, {
7
- $emit: (event: "update:modelValue" | "on-input" | "change-department" | "action" | "show-attachment" | "change-text" | "change-title", ...args: any[]) => void;
7
+ $emit: (event: "update:modelValue" | "show-attachment" | "action" | "on-input" | "change-department" | "change-text" | "change-title", ...args: any[]) => void;
8
8
  modelValue: Record<string, any>;
9
9
  validation: Record<string, any>;
10
10
  practitionerOptions: unknown[];
@@ -15,8 +15,8 @@ declare const __VLS_component: import('vue').DefineComponent<BDModalProps, {}, {
15
15
  onCancel?: ((...args: any[]) => any) | undefined;
16
16
  }>, {
17
17
  title: string;
18
- size: string;
19
18
  hideFooter: boolean;
19
+ size: string;
20
20
  titleImage: string;
21
21
  submitButtonTitle: string;
22
22
  closeButtonTitle: string;
@@ -8,19 +8,19 @@ type __VLS_Props = {
8
8
  };
9
9
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
10
  delete: (id: any) => any;
11
+ "show-attachment": (attachment: any) => any;
11
12
  "on-input": (form: any) => any;
12
13
  create: () => any;
13
14
  update: (category: string) => any;
14
- "show-attachment": (attachment: any) => any;
15
15
  "on-insert": (id: any) => any;
16
16
  "on-change": (id: any) => any;
17
17
  "provider-changed": (value: any) => any;
18
18
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
19
19
  onDelete?: ((id: any) => any) | undefined;
20
+ "onShow-attachment"?: ((attachment: any) => any) | undefined;
20
21
  "onOn-input"?: ((form: any) => any) | undefined;
21
22
  onCreate?: (() => any) | undefined;
22
23
  onUpdate?: ((category: string) => any) | undefined;
23
- "onShow-attachment"?: ((attachment: any) => any) | undefined;
24
24
  "onOn-insert"?: ((id: any) => any) | undefined;
25
25
  "onOn-change"?: ((id: any) => any) | undefined;
26
26
  "onProvider-changed"?: ((value: any) => any) | undefined;
package/dist/index.d.ts CHANGED
@@ -1,45 +1,46 @@
1
+ import { App } from 'vue';
1
2
  import { default as BDCol } from './layout/BDCol.vue';
2
3
  import { default as BDContainer } from './layout/BDContainer.vue';
3
4
  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';
5
+ 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, IconVideoDisabled, IconVideocall, IconWarning, IconZorgkaart } from './components/atoms/icons/index';
8
6
  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';
7
+ import { default as BDArticle } from './components/atoms/BDArticle/BDArticle.vue';
8
+ import { default as BDBadge } from './components/atoms/BDBadge/BDBadge.vue';
9
+ import { default as BDButton } from './components/atoms/BDButton/BDButton.vue';
11
10
  import { default as BDCard } from './components/atoms/BDCard/BDCard.vue';
12
11
  import { default as BDCollapsableCard } from './components/atoms/BDCollapsableCard/BDCollapsableCard.vue';
13
12
  import { default as BDContentLibrarySplitButton } from './components/atoms/BDContentLibrarySplitButton/BDContentLibrarySplitButton.vue';
13
+ import { default as BDDate } from './components/atoms/BDDate/BDDate.vue';
14
+ import { default as BDForm } from './components/atoms/BDForm/BDForm.vue';
15
+ import { default as BDFormCheckbox } from './components/atoms/BDFormCheckbox/BDFormCheckbox.vue';
14
16
  import { default as BDFormInput } from './components/atoms/BDFormInput/BDFormInput.vue';
15
- import { default as BDInputGroup } from './components/atoms/BDInputGroup/BDInputGroup.vue';
16
17
  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
18
  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';
19
+ import { default as BDInputGroup } from './components/atoms/BDInputGroup/BDInputGroup.vue';
20
+ import { default as BDLink } from './components/atoms/BDLink/BDLink.vue';
21
+ import { default as BDLogo } from './components/atoms/BDLogo/BDLogo.vue';
22
+ import { default as BDPagination } from './components/atoms/BDPagination/BDPagination.vue';
24
23
  import { default as BDPill } from './components/atoms/BDPill/BDPill.vue';
24
+ import { default as BDProfileImage } from './components/atoms/BDProfileImage/BDProfileImage.vue';
25
+ import { default as BDToast } from './components/atoms/BDToast/BDToast.vue';
25
26
  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 BDZoomslider } from './components/atoms/BDZoomslider/BDZoomslider.vue';
28
+ import { default as BDAttachmentPreviewList } from './components/molecules/BDAttachmentPreviewList/BDAttachmentPreviewList.vue';
29
+ import { default as BDChatCloud } from './components/molecules/BDChatCloud/BDChatCloud.vue';
27
30
  import { default as BDDropdownItem } from './components/molecules/BDDropdownItem/BDDropdownItem.vue';
28
31
  import { default as BDFileUpload } from './components/molecules/BDFileUpload/BDFileUpload.vue';
29
32
  import { default as BDFormMultipleCheckbox } from './components/molecules/BDFormMultipleCheckbox/BDFormMultipleCheckbox.vue';
33
+ import { default as BDImageAttachmentPreviewList } from './components/molecules/BDImageAttachmentPreviewList/BDImageAttachmentPreviewList.vue';
30
34
  import { default as BDMarkdownEditor } from './components/molecules/BDMarkdownEditor/BDMarkdownEditor.vue';
31
35
  import { default as BDMobileMenu } from './components/molecules/BDMobileMenu/BDMobileMenu.vue';
32
- import { default as BDUser } from './components/molecules/BDUser/BDUser.vue';
33
- import { default as BDAttachmentPreviewList } from './components/molecules/BDAttachmentPreviewList/BDAttachmentPreviewList.vue';
34
- import { default as BDImageAttachmentPreviewList } from './components/molecules/BDImageAttachmentPreviewList/BDImageAttachmentPreviewList.vue';
35
- import { default as BDChatCloud } from './components/molecules/BDChatCloud/BDChatCloud.vue';
36
36
  import { default as BDTable } from './components/molecules/BDTable/BDTable.vue';
37
+ import { default as BDUser } from './components/molecules/BDUser/BDUser.vue';
37
38
  import { default as BDVideoCallToast } from './components/molecules/BDVideoCallToast/BDVideoCallToast.vue';
38
39
  import { default as BDDropdown } from './components/organisms/BDDropdown/BDDropdown.vue';
39
40
  import { default as BDHeader } from './components/organisms/BDHeader/BDHeader.vue';
40
- import { default as BDPractitionerHeader } from './components/organisms/BDPractitionerHeader/BDPractitionerHeader.vue';
41
- import { default as BDPhoneNumberEditModal } from './components/organisms/BDPhoneNumberEditModal/BDPhoneNumberEditModal.vue';
42
41
  import { default as BDModal } from './components/organisms/BDModal/BDModal.vue';
42
+ import { default as BDPhoneNumberEditModal } from './components/organisms/BDPhoneNumberEditModal/BDPhoneNumberEditModal.vue';
43
+ import { default as BDPractitionerHeader } from './components/organisms/BDPractitionerHeader/BDPractitionerHeader.vue';
43
44
  import { default as BDSessionTimeOutModal } from './components/organisms/BDSessionTimeOutModal/BDSessionTimeOutModal.vue';
44
45
  import { default as BDAssignConversationModal } from './components/modals/BDAssignConversationModal/BDAssignConversationModal.vue';
45
46
  import { default as BDAttachmentUploadModal } from './components/modals/BDAttachmentUploadModal/BDAttachmentUploadModal.vue';
@@ -52,14 +53,14 @@ import { default as BDVideoCallConfirmationModal } from './components/modals/BDV
52
53
  import { default as BDChangePasswordTemplate } from './components/templates/BDChangePasswordTemplate/BDChangePasswordTemplate.vue';
53
54
  import { default as BDContentLibraryTemplate } from './components/templates/BDContentLibraryTemplate/BDContentLibraryTemplate.vue';
54
55
  import { default as BDNotFoundTemplate } from './components/templates/BDNotFoundTemplate/BDNotFoundTemplate.vue';
55
- import { useModal } from './composables/useModal';
56
56
  import { default as usePopover } from './composables/usePopover';
57
+ import { default as useWindow } from './composables/useWindow';
58
+ import { default as useZoom } from './composables/useZoom';
59
+ import { useModal } from './composables/useModal';
57
60
  import { useServerErrors } from './composables/useServerErrors';
58
61
  import { useSessionTimeOut } from './composables/useSessionTimeOut';
59
62
  import { useToaster } from './composables/useToaster';
60
63
  import { useValidation } from './composables/useValidation';
61
- import { default as useWindow } from './composables/useWindow';
62
- import { default as useZoom } from './composables/useZoom';
63
64
  import { vBdTooltip } from './directives/BDTooltip';
64
65
  import { ChangePasswordData } from './types/ChangePasswordData';
65
66
  import { ConfirmPhoneNumberUpdateData } from './types/ConfirmPhoneNumberUpdateData';
@@ -70,4 +71,8 @@ import { getDisplayDateNumeric, getDisplayDateTimeNumeric, getDisplayDateTimeTex
70
71
  import { TransformHyperlinks, CreateHyperlinkParagraph, ValidateUrl } from './utils/hyperlink';
71
72
  import { CreateThumbnailUri, MapAttachmentsForApi, MapToAttachmentObjects } from './utils/attachment';
72
73
  import { AttachedFiles, AttachedFile } from './interfaces/BDFileUploadProps';
73
- export { BDAlert, BDArticle, BDAttachmentPreviewList, BDAttachmentUploadModal, BDBadge, BDAssignConversationModal, BDButton, BDCard, BDChangePasswordTemplate, BDChatCloud, BDCol, BDCollapsableCard, BDConfirmationModal, BDContentLibraryModal, BDConversationToTextModal, BDContentLibrarySplitButton, BDContentLibraryTemplate, BDContainer, BDDropdown, BDDropdownItem, BDFileUpload, BDForm, BDFormCheckbox, BDFormInput, BDFormInvalidFeedback, BDFormMultipleCheckbox, BDFormSelect, BDHeader, BDImageAttachmentModal, BDImageAttachmentPreviewList, BDInputGroup, BDLink, BDLogo, BDMarkdownEditor, BDMessageTemplateFormModal, 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, type AttachedFiles, type AttachedFile, };
74
+ declare const _default: {
75
+ install: (app: App) => void;
76
+ };
77
+ export default _default;
78
+ export { BDAlert, BDArticle, BDAssignConversationModal, BDAttachmentPreviewList, BDAttachmentUploadModal, BDBadge, BDButton, BDCard, BDChangePasswordTemplate, BDChatCloud, BDCol, BDCollapsableCard, BDConfirmationModal, BDContainer, BDContentLibraryModal, BDContentLibrarySplitButton, BDContentLibraryTemplate, BDConversationToTextModal, BDDate, BDDropdown, BDDropdownItem, BDFileUpload, BDForm, BDFormCheckbox, BDFormInput, BDFormInvalidFeedback, BDFormMultipleCheckbox, BDFormSelect, BDHeader, BDImageAttachmentModal, BDImageAttachmentPreviewList, BDInputGroup, BDLink, BDLogo, BDMarkdownEditor, BDMessageTemplateFormModal, BDMobileMenu, BDModal, BDNotFoundTemplate, BDPagination, BDPhoneNumberEditModal, BDPill, BDPractitionerHeader, BDProfileImage, BDRow, BDSessionTimeOutModal, BDTable, BDToast, BDUser, BDUserInformation, BDVideoCallConfirmationModal, BDVideoCallToast, BDZoomslider, 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, IconVideoDisabled, IconVideocall, IconWarning, IconZorgkaart, ChangePasswordData, ConfirmPhoneNumberUpdateData, StartPhoneNumberUpdateData, ValidationChangePasswordData, useModal, usePopover, useServerErrors, useSessionTimeOut, useToaster, useValidation, useWindow, useZoom, vBdTooltip, CopyChatMessageToClipboard, CopyChatMessagesToClipboard, CopyHl7MessagesToClipboard, CreateHyperlinkParagraph, CreateThumbnailUri, MapAttachmentsForApi, MapToAttachmentObjects, TransformHyperlinks, ValidateUrl, getDisplayDateNumeric, getDisplayDateTextual, getDisplayDateTimeNumeric, getDisplayDateTimeTextual, AttachedFile, AttachedFiles, };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@beterdichtbij/component-library",
3
3
  "description": "Component library voor BeterDichtbij design system",
4
4
  "private": false,
5
- "version": "0.65.1",
5
+ "version": "0.65.3",
6
6
  "engines": {
7
7
  "node": "24.x",
8
8
  "npm": "11.x"
@@ -29,7 +29,7 @@
29
29
  "require": "./dist/scss/component-library-styling.scss"
30
30
  }
31
31
  },
32
- "types": "./dist/main.d.ts",
32
+ "types": "./dist/index.d.ts",
33
33
  "scripts": {
34
34
  "dev": "vite",
35
35
  "build": "vite build",
package/dist/main.d.ts DELETED
@@ -1 +0,0 @@
1
- export {}