@beterdichtbij/component-library 0.66.0-alpha.1 → 0.66.0-alpha.11

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,7 +8,7 @@ type __VLS_Slots = {} & {
8
8
  };
9
9
  declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
10
10
  itemId: {
11
- type: (NumberConstructor | StringConstructor)[];
11
+ type: (StringConstructor | NumberConstructor)[];
12
12
  required: true;
13
13
  };
14
14
  title: {
@@ -41,7 +41,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
41
41
  "on-insert": (...args: any[]) => void;
42
42
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
43
43
  itemId: {
44
- type: (NumberConstructor | StringConstructor)[];
44
+ type: (StringConstructor | NumberConstructor)[];
45
45
  required: true;
46
46
  };
47
47
  title: {
@@ -1,381 +1,24 @@
1
- import { LocalVideoStream } from '@azure/communication-calling';
2
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
- messageWhenLoading: StringConstructor;
4
- participant: {
5
- type: ObjectConstructor;
6
- default: null;
7
- };
8
- isCallee: {
9
- type: BooleanConstructor;
10
- default: boolean;
11
- };
12
- videoTestUrl: {
13
- type: StringConstructor;
14
- default: null;
15
- };
16
- }>, {}, {
17
- azureLogs: never[];
18
- l: any;
19
- isScreenShared: boolean;
20
- screenshareAvailable: boolean;
21
- signalStrength: number;
22
- devicePermissions: {};
23
- videoCallState: string;
24
- userFacingDiagnostics: null;
25
- acsConfig: {
26
- client: null;
27
- agent: null;
28
- deviceManager: null;
29
- incomingCall: null;
30
- call: null;
31
- };
32
- localVideoStream: null;
33
- screenShareView: null;
34
- availableCamerasCount: number;
35
- cameraIndex: number;
36
- isBrowserFirefox: boolean;
37
- }, {
38
- AvailableCamerasCountMessage(): any;
39
- IsLocalVideoStreamSwitchAvailable(): boolean;
40
- DeviceSupportsScreenShare(): boolean;
41
- IsVideoDisabled(): boolean;
42
- IsAudioDisabled(): boolean;
43
- CallStateClass(): "incoming--declined" | "incoming--loading";
44
- PermissionMissingToStartCall(): any;
45
- signalStrengthClass(): "weak" | "steady" | "strong" | null;
46
- signalStrengthLabel(): any;
47
- ShareScreenLabel(): any;
48
- settingsHelpTitleLabel(): any;
49
- settingsHelpMessageLabel(): any;
50
- IsLoading(): boolean;
51
- IsDeclined(): boolean;
52
- IsHangedUp(): boolean;
53
- IsConnected(): boolean;
54
- ShowLoader(): boolean;
55
- DevicePermissionsDenied(): boolean;
56
- LoaderMessage(): any;
57
- VideoStreamClassToSelect(): ".incoming__screenshare" | ".incoming__video";
58
- }, {
59
- CallDeclined(): void;
60
- CallAnswered(): void;
61
- CallStartVideoCall(): void;
62
- CallHangUp(): Promise<void>;
63
- InitializeAcsConnection(videoCallAccessToken: any): Promise<void>;
64
- SetIncomingCall(eventArgs: any): Promise<void>;
65
- CreateNewVideoOptions(): Promise<{
66
- localVideoStreams: LocalVideoStream[];
67
- } | undefined>;
68
- StartCall(): Promise<void>;
69
- AcceptCall(): Promise<void>;
70
- CreateLocalVideoStream(): Promise<LocalVideoStream | undefined>;
71
- SubscribeToCall(): void;
72
- SubscribeToDiagnostics(): void;
73
- DiagnosticChangedListener(info: any): void;
74
- CallStateIsChanged(): void;
75
- RemoveLocalScreenShareStream(localVideoStream: any): Promise<void>;
76
- DisplayLocalScreenShareStream(localVideoStream: any): Promise<void>;
77
- DisplayLocalVideoStream(newLocalVideoStream: any): Promise<boolean>;
78
- SubscribeToRemoteParticipant(remoteParticipant: any): Promise<void>;
79
- DisplayRemoteVideoStream(remoteVideoStream: any): Promise<void>;
80
- RenderVideo(remoteVideoStream: any): Promise<void>;
81
- HideCameraStream(hide: any): void;
82
- ScreenSharingAvailabilityChanged(): void;
83
- SwitchLocalVideoStream(): Promise<void>;
84
- DisplayAvailableLocalVideoStream(isSwitching?: boolean): Promise<void>;
85
- EnableMiniPlayerOnVideoElement(className: any): void;
86
- EndVideoCall(): Promise<void>;
87
- CloseWindow(): void;
88
- InitAzureLogger(): void;
89
- ChangeToFullscreen(): void;
90
- ChangeToMiniPlayer(): void;
91
- OnShareScreen(): Promise<void>;
92
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
93
- messageWhenLoading: StringConstructor;
94
- participant: {
95
- type: ObjectConstructor;
96
- default: null;
97
- };
98
- isCallee: {
99
- type: BooleanConstructor;
100
- default: boolean;
101
- };
102
- videoTestUrl: {
103
- type: StringConstructor;
104
- default: null;
105
- };
106
- }>> & Readonly<{}>, {
1
+ declare const _default: import('vue').DefineComponent<{}, {
2
+ CallDeclined: typeof CallDeclined;
3
+ CallAnswered: typeof CallAnswered;
4
+ CallStartVideoCall: typeof CallStartVideoCall;
5
+ CallHangUp: typeof CallHangUp;
6
+ InitializeAcsConnection: typeof InitializeAcsConnection;
7
+ $emit: (event: "ready" | "end-video-call", ...args: any[]) => void;
107
8
  videoTestUrl: string;
108
9
  participant: Record<string, any>;
109
10
  isCallee: boolean;
110
- }, {}, {
111
- BDSmallConversationCard: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
112
- perspectiveIdentifier: {
113
- type: StringConstructor;
114
- };
115
- smallStateActionLabel: StringConstructor;
116
- contactInfo: {
117
- type: ObjectConstructor;
118
- };
119
- status: {
120
- type: ArrayConstructor;
121
- };
122
- showProfilePicture: {
123
- type: BooleanConstructor;
124
- default: boolean;
125
- };
126
- }>, {}, {}, {
127
- ContactInfo(): {
128
- [x: string]: any;
129
- };
130
- }, {
131
- OnActionSmall(): void;
132
- OnClick(): void;
133
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
134
- perspectiveIdentifier: {
135
- type: StringConstructor;
136
- };
137
- smallStateActionLabel: StringConstructor;
138
- contactInfo: {
139
- type: ObjectConstructor;
140
- };
141
- status: {
142
- type: ArrayConstructor;
143
- };
144
- showProfilePicture: {
145
- type: BooleanConstructor;
146
- default: boolean;
147
- };
148
- }>> & Readonly<{}>, {
149
- showProfilePicture: boolean;
150
- }, {}, {
151
- BDBadge: {
152
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../interfaces/BDBadgeProps').BDBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
153
- variant: import('../../../types/BootstrapVariants').bootstrapVariants;
154
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
155
- P: {};
156
- B: {};
157
- D: {};
158
- C: {};
159
- M: {};
160
- Defaults: {};
161
- }, Readonly<import('../../../interfaces/BDBadgeProps').BDBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
162
- variant: import('../../../types/BootstrapVariants').bootstrapVariants;
163
- }>;
164
- __isFragment?: never;
165
- __isTeleport?: never;
166
- __isSuspense?: never;
167
- } & import('vue').ComponentOptionsBase<Readonly<import('../../../interfaces/BDBadgeProps').BDBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
168
- variant: import('../../../types/BootstrapVariants').bootstrapVariants;
169
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
170
- $slots: {
171
- default?: (props: {}) => any;
172
- };
173
- });
174
- BDUserInformation: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
175
- value: {
176
- type: ObjectConstructor;
177
- };
178
- showProfilePicture: {
179
- type: BooleanConstructor;
180
- };
181
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
182
- value: {
183
- type: ObjectConstructor;
184
- };
185
- showProfilePicture: {
186
- type: BooleanConstructor;
187
- };
188
- }>> & Readonly<{}>, {
189
- showProfilePicture: boolean;
190
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
191
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
192
- BDLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
193
- message: StringConstructor;
194
- size: {
195
- type: StringConstructor;
196
- default: string;
197
- };
198
- stopAnimation: {
199
- type: BooleanConstructor;
200
- default: boolean;
201
- };
202
- isColleague: {
203
- type: BooleanConstructor;
204
- default: boolean;
205
- };
206
- }>, {}, {}, {
207
- StopAnimation(): string;
208
- GetExtraClasses(): string;
209
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
210
- message: StringConstructor;
211
- size: {
212
- type: StringConstructor;
213
- default: string;
214
- };
215
- stopAnimation: {
216
- type: BooleanConstructor;
217
- default: boolean;
218
- };
219
- isColleague: {
220
- type: BooleanConstructor;
221
- default: boolean;
222
- };
223
- }>> & Readonly<{}>, {
224
- size: string;
225
- stopAnimation: boolean;
226
- isColleague: boolean;
227
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
228
- BDButton: {
229
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../interfaces/BDButtonProps').BDButtonProps> & Readonly<{
230
- onClick?: ((...args: any[]) => any) | undefined;
231
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
232
- click: (...args: any[]) => void;
233
- }, import('vue').PublicProps, {
234
- variant: import('../../../types/ButtonColorVariants').btnColorVariants;
235
- size: import('../../../types/BootstrapSizes').bootstrapSizes;
236
- blockElement: boolean;
237
- disabled: boolean;
238
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
239
- P: {};
240
- B: {};
241
- D: {};
242
- C: {};
243
- M: {};
244
- Defaults: {};
245
- }, Readonly<import('../../../interfaces/BDButtonProps').BDButtonProps> & Readonly<{
246
- onClick?: ((...args: any[]) => any) | undefined;
247
- }>, {}, {}, {}, {}, {
248
- variant: import('../../../types/ButtonColorVariants').btnColorVariants;
249
- size: import('../../../types/BootstrapSizes').bootstrapSizes;
250
- blockElement: boolean;
251
- disabled: boolean;
252
- }>;
253
- __isFragment?: never;
254
- __isTeleport?: never;
255
- __isSuspense?: never;
256
- } & import('vue').ComponentOptionsBase<Readonly<import('../../../interfaces/BDButtonProps').BDButtonProps> & Readonly<{
257
- onClick?: ((...args: any[]) => any) | undefined;
258
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
259
- click: (...args: any[]) => void;
260
- }, string, {
261
- variant: import('../../../types/ButtonColorVariants').btnColorVariants;
262
- size: import('../../../types/BootstrapSizes').bootstrapSizes;
263
- blockElement: boolean;
264
- disabled: boolean;
265
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
266
- $slots: {
267
- default?: (props: {}) => any;
268
- };
269
- });
270
- BDCol: {
271
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
272
- class?: string;
273
- cols?: number;
274
- xs?: number;
275
- sm?: number;
276
- md?: number;
277
- lg?: number;
278
- xl?: number;
279
- xxl?: number;
280
- orderClass?: string;
281
- offsetClass?: string;
282
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
283
- P: {};
284
- B: {};
285
- D: {};
286
- C: {};
287
- M: {};
288
- Defaults: {};
289
- }, Readonly<{
290
- class?: string;
291
- cols?: number;
292
- xs?: number;
293
- sm?: number;
294
- md?: number;
295
- lg?: number;
296
- xl?: number;
297
- xxl?: number;
298
- orderClass?: string;
299
- offsetClass?: string;
300
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
301
- __isFragment?: never;
302
- __isTeleport?: never;
303
- __isSuspense?: never;
304
- } & import('vue').ComponentOptionsBase<Readonly<{
305
- class?: string;
306
- cols?: number;
307
- xs?: number;
308
- sm?: number;
309
- md?: number;
310
- lg?: number;
311
- xl?: number;
312
- xxl?: number;
313
- orderClass?: string;
314
- offsetClass?: string;
315
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
316
- $slots: {
317
- default?: (props: {}) => any;
318
- };
319
- });
320
- BDContainer: {
321
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
322
- class?: string;
323
- fluid?: boolean | import('../../../types/BootstrapSizes').bootstrapSizes;
324
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
325
- class: string;
326
- fluid: boolean | import('../../../types/BootstrapSizes').bootstrapSizes;
327
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
328
- P: {};
329
- B: {};
330
- D: {};
331
- C: {};
332
- M: {};
333
- Defaults: {};
334
- }, Readonly<{
335
- class?: string;
336
- fluid?: boolean | import('../../../types/BootstrapSizes').bootstrapSizes;
337
- }> & Readonly<{}>, {}, {}, {}, {}, {
338
- class: string;
339
- fluid: boolean | import('../../../types/BootstrapSizes').bootstrapSizes;
340
- }>;
341
- __isFragment?: never;
342
- __isTeleport?: never;
343
- __isSuspense?: never;
344
- } & import('vue').ComponentOptionsBase<Readonly<{
345
- class?: string;
346
- fluid?: boolean | import('../../../types/BootstrapSizes').bootstrapSizes;
347
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
348
- class: string;
349
- fluid: boolean | import('../../../types/BootstrapSizes').bootstrapSizes;
350
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
351
- $slots: {
352
- default?: (props: {}) => any;
353
- };
354
- });
355
- BDRow: {
356
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
357
- class?: string;
358
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
359
- P: {};
360
- B: {};
361
- D: {};
362
- C: {};
363
- M: {};
364
- Defaults: {};
365
- }, Readonly<{
366
- class?: string;
367
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
368
- __isFragment?: never;
369
- __isTeleport?: never;
370
- __isSuspense?: never;
371
- } & import('vue').ComponentOptionsBase<Readonly<{
372
- class?: string;
373
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
374
- $slots: {
375
- default?: (props: {}) => any;
376
- };
377
- });
378
- IconEndCall: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
379
- IconShareScreen: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
380
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
+ messageWhenLoading?: string | undefined;
12
+ $props: {
13
+ readonly videoTestUrl?: string | undefined;
14
+ readonly participant?: Record<string, any> | undefined;
15
+ readonly isCallee?: boolean | undefined;
16
+ readonly messageWhenLoading?: string | undefined;
17
+ };
18
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
381
19
  export default _default;
20
+ declare function CallDeclined(): void;
21
+ declare function CallAnswered(): void;
22
+ declare function CallStartVideoCall(): void;
23
+ declare function CallHangUp(): Promise<void>;
24
+ declare function InitializeAcsConnection(videoCallAccessToken: any): Promise<void>;
package/dist/index.d.ts CHANGED
@@ -18,6 +18,7 @@ import { default as BDFormInvalidFeedback } from './components/atoms/BDFormInval
18
18
  import { default as BDFormSelect } from './components/atoms/BDFormSelect/BDFormSelect.vue';
19
19
  import { default as BDInputGroup } from './components/atoms/BDInputGroup/BDInputGroup.vue';
20
20
  import { default as BDLink } from './components/atoms/BDLink/BDLink.vue';
21
+ import { default as BDLoader } from './components/atoms/BDLoader/BDLoader.vue';
21
22
  import { default as BDLogo } from './components/atoms/BDLogo/BDLogo.vue';
22
23
  import { default as BDPagination } from './components/atoms/BDPagination/BDPagination.vue';
23
24
  import { default as BDPill } from './components/atoms/BDPill/BDPill.vue';
@@ -77,4 +78,4 @@ declare const _default: {
77
78
  install: (app: App) => void;
78
79
  };
79
80
  export default _default;
80
- 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, BDSmallConversationCard, BDTable, BDToast, BDUser, BDUserInformation, BDVideoCallConfirmationModal, BDVideoCallTemplate, 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, };
81
+ 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, BDLoader, BDLogo, BDMarkdownEditor, BDMessageTemplateFormModal, BDMobileMenu, BDModal, BDNotFoundTemplate, BDPagination, BDPhoneNumberEditModal, BDPill, BDPractitionerHeader, BDProfileImage, BDRow, BDSessionTimeOutModal, BDSmallConversationCard, BDTable, BDToast, BDUser, BDUserInformation, BDVideoCallConfirmationModal, BDVideoCallTemplate, 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.66.0-alpha.1",
5
+ "version": "0.66.0-alpha.11",
6
6
  "engines": {
7
7
  "node": "24.x",
8
8
  "npm": "11.x"