@beterdichtbij/component-library 0.66.0-alpha.3 → 0.66.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,387 +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
- cameraPollingIntervalId: null;
35
- availableCamerasCount: number;
36
- cameraIndex: number;
37
- isBrowserFirefox: boolean;
38
- }, {
39
- AvailableCamerasCountMessage(): any;
40
- IsLocalVideoStreamSwitchAvailable(): boolean;
41
- DeviceSupportsScreenShare(): boolean;
42
- IsVideoDisabled(): boolean;
43
- IsAudioDisabled(): boolean;
44
- CallStateClass(): "incoming--declined" | "incoming--loading";
45
- PermissionMissingToStartCall(): any;
46
- signalStrengthClass(): "weak" | "steady" | "strong" | null;
47
- signalStrengthLabel(): any;
48
- ShareScreenLabel(): any;
49
- settingsHelpTitleLabel(): any;
50
- settingsHelpMessageLabel(): any;
51
- IsLoading(): boolean;
52
- IsDeclined(): boolean;
53
- IsHangedUp(): boolean;
54
- IsConnected(): boolean;
55
- ShowLoader(): boolean;
56
- DevicePermissionsDenied(): boolean;
57
- LoaderMessage(): any;
58
- VideoStreamClassToSelect(): ".incoming__screenshare" | ".incoming__video";
59
- }, {
60
- CallDeclined(): void;
61
- CallAnswered(): void;
62
- CallStartVideoCall(): void;
63
- CallHangUp(): Promise<void>;
64
- InitializeAcsConnection(videoCallAccessToken: any): Promise<void>;
65
- SetIncomingCall(eventArgs: any): Promise<void>;
66
- CreateNewVideoOptions(): Promise<{
67
- localVideoStreams: LocalVideoStream[];
68
- } | undefined>;
69
- StartCall(): Promise<void>;
70
- AcceptCall(): Promise<void>;
71
- CreateLocalVideoStream(): Promise<LocalVideoStream | undefined>;
72
- SubscribeToCall(): void;
73
- SubscribeToDiagnostics(): void;
74
- DiagnosticChangedListener(info: any): void;
75
- CallStateIsChanged(): void;
76
- HandleDisconnectedCall(): void;
77
- IsDeclinedEndReason(callEndReason: any): boolean;
78
- LogCallEndReason(callEndReason: any): void;
79
- RemoveLocalScreenShareStream(localVideoStream: any): Promise<void>;
80
- DisplayLocalScreenShareStream(localVideoStream: any): Promise<void>;
81
- DisplayLocalVideoStream(newLocalVideoStream: any): Promise<boolean>;
82
- SubscribeToRemoteParticipant(remoteParticipant: any): Promise<void>;
83
- DisplayRemoteVideoStream(remoteVideoStream: any): Promise<void>;
84
- RenderVideo(remoteVideoStream: any): Promise<void>;
85
- HideCameraStream(hide: any): void;
86
- ScreenSharingAvailabilityChanged(): void;
87
- SwitchLocalVideoStream(): Promise<void>;
88
- DisplayAvailableLocalVideoStream(isSwitching?: boolean): Promise<void>;
89
- EnableMiniPlayerOnVideoElement(className: any): void;
90
- EndVideoCall(): Promise<void>;
91
- CleanupOnUnmount(): Promise<void>;
92
- ClearCameraPollingInterval(): void;
93
- CloseWindow(): void;
94
- InitAzureLogger(): void;
95
- ChangeToFullscreen(): void;
96
- ChangeToMiniPlayer(): void;
97
- OnShareScreen(): Promise<void>;
98
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
99
- messageWhenLoading: StringConstructor;
100
- participant: {
101
- type: ObjectConstructor;
102
- default: null;
103
- };
104
- isCallee: {
105
- type: BooleanConstructor;
106
- default: boolean;
107
- };
108
- videoTestUrl: {
109
- type: StringConstructor;
110
- default: null;
111
- };
112
- }>> & 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;
113
8
  videoTestUrl: string;
114
9
  participant: Record<string, any>;
115
10
  isCallee: boolean;
116
- }, {}, {
117
- BDSmallConversationCard: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
118
- perspectiveIdentifier: {
119
- type: StringConstructor;
120
- };
121
- smallStateActionLabel: StringConstructor;
122
- contactInfo: {
123
- type: ObjectConstructor;
124
- };
125
- status: {
126
- type: ArrayConstructor;
127
- };
128
- showProfilePicture: {
129
- type: BooleanConstructor;
130
- default: boolean;
131
- };
132
- }>, {}, {}, {
133
- ContactInfo(): {
134
- [x: string]: any;
135
- };
136
- }, {
137
- OnActionSmall(): void;
138
- OnClick(): void;
139
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
140
- perspectiveIdentifier: {
141
- type: StringConstructor;
142
- };
143
- smallStateActionLabel: StringConstructor;
144
- contactInfo: {
145
- type: ObjectConstructor;
146
- };
147
- status: {
148
- type: ArrayConstructor;
149
- };
150
- showProfilePicture: {
151
- type: BooleanConstructor;
152
- default: boolean;
153
- };
154
- }>> & Readonly<{}>, {
155
- showProfilePicture: boolean;
156
- }, {}, {
157
- BDBadge: {
158
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../interfaces/BDBadgeProps').BDBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
159
- variant: import('../../../types/BootstrapVariants').bootstrapVariants;
160
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
161
- P: {};
162
- B: {};
163
- D: {};
164
- C: {};
165
- M: {};
166
- Defaults: {};
167
- }, Readonly<import('../../../interfaces/BDBadgeProps').BDBadgeProps> & Readonly<{}>, {}, {}, {}, {}, {
168
- variant: import('../../../types/BootstrapVariants').bootstrapVariants;
169
- }>;
170
- __isFragment?: never;
171
- __isTeleport?: never;
172
- __isSuspense?: never;
173
- } & import('vue').ComponentOptionsBase<Readonly<import('../../../interfaces/BDBadgeProps').BDBadgeProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
174
- variant: import('../../../types/BootstrapVariants').bootstrapVariants;
175
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
176
- $slots: {
177
- default?: (props: {}) => any;
178
- };
179
- });
180
- BDUserInformation: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
181
- value: {
182
- type: ObjectConstructor;
183
- };
184
- showProfilePicture: {
185
- type: BooleanConstructor;
186
- };
187
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
188
- value: {
189
- type: ObjectConstructor;
190
- };
191
- showProfilePicture: {
192
- type: BooleanConstructor;
193
- };
194
- }>> & Readonly<{}>, {
195
- showProfilePicture: boolean;
196
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
197
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
198
- BDLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
199
- message: StringConstructor;
200
- size: {
201
- type: StringConstructor;
202
- default: string;
203
- };
204
- stopAnimation: {
205
- type: BooleanConstructor;
206
- default: boolean;
207
- };
208
- isColleague: {
209
- type: BooleanConstructor;
210
- default: boolean;
211
- };
212
- }>, {}, {}, {
213
- StopAnimation(): string;
214
- GetExtraClasses(): string;
215
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
216
- message: StringConstructor;
217
- size: {
218
- type: StringConstructor;
219
- default: string;
220
- };
221
- stopAnimation: {
222
- type: BooleanConstructor;
223
- default: boolean;
224
- };
225
- isColleague: {
226
- type: BooleanConstructor;
227
- default: boolean;
228
- };
229
- }>> & Readonly<{}>, {
230
- size: string;
231
- stopAnimation: boolean;
232
- isColleague: boolean;
233
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
234
- BDButton: {
235
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../interfaces/BDButtonProps').BDButtonProps> & Readonly<{
236
- onClick?: ((...args: any[]) => any) | undefined;
237
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
238
- click: (...args: any[]) => void;
239
- }, import('vue').PublicProps, {
240
- variant: import('../../../types/ButtonColorVariants').btnColorVariants;
241
- size: import('../../../types/BootstrapSizes').bootstrapSizes;
242
- blockElement: boolean;
243
- disabled: boolean;
244
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
245
- P: {};
246
- B: {};
247
- D: {};
248
- C: {};
249
- M: {};
250
- Defaults: {};
251
- }, Readonly<import('../../../interfaces/BDButtonProps').BDButtonProps> & Readonly<{
252
- onClick?: ((...args: any[]) => any) | undefined;
253
- }>, {}, {}, {}, {}, {
254
- variant: import('../../../types/ButtonColorVariants').btnColorVariants;
255
- size: import('../../../types/BootstrapSizes').bootstrapSizes;
256
- blockElement: boolean;
257
- disabled: boolean;
258
- }>;
259
- __isFragment?: never;
260
- __isTeleport?: never;
261
- __isSuspense?: never;
262
- } & import('vue').ComponentOptionsBase<Readonly<import('../../../interfaces/BDButtonProps').BDButtonProps> & Readonly<{
263
- onClick?: ((...args: any[]) => any) | undefined;
264
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
265
- click: (...args: any[]) => void;
266
- }, string, {
267
- variant: import('../../../types/ButtonColorVariants').btnColorVariants;
268
- size: import('../../../types/BootstrapSizes').bootstrapSizes;
269
- blockElement: boolean;
270
- disabled: boolean;
271
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
272
- $slots: {
273
- default?: (props: {}) => any;
274
- };
275
- });
276
- BDCol: {
277
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
278
- class?: string;
279
- cols?: number;
280
- xs?: number;
281
- sm?: number;
282
- md?: number;
283
- lg?: number;
284
- xl?: number;
285
- xxl?: number;
286
- orderClass?: string;
287
- offsetClass?: string;
288
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
289
- P: {};
290
- B: {};
291
- D: {};
292
- C: {};
293
- M: {};
294
- Defaults: {};
295
- }, Readonly<{
296
- class?: string;
297
- cols?: number;
298
- xs?: number;
299
- sm?: number;
300
- md?: number;
301
- lg?: number;
302
- xl?: number;
303
- xxl?: number;
304
- orderClass?: string;
305
- offsetClass?: string;
306
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
307
- __isFragment?: never;
308
- __isTeleport?: never;
309
- __isSuspense?: never;
310
- } & import('vue').ComponentOptionsBase<Readonly<{
311
- class?: string;
312
- cols?: number;
313
- xs?: number;
314
- sm?: number;
315
- md?: number;
316
- lg?: number;
317
- xl?: number;
318
- xxl?: number;
319
- orderClass?: string;
320
- offsetClass?: string;
321
- }> & 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 () => {
322
- $slots: {
323
- default?: (props: {}) => any;
324
- };
325
- });
326
- BDContainer: {
327
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
328
- class?: string;
329
- fluid?: boolean | import('../../../types/BootstrapSizes').bootstrapSizes;
330
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
331
- class: string;
332
- fluid: boolean | import('../../../types/BootstrapSizes').bootstrapSizes;
333
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
334
- P: {};
335
- B: {};
336
- D: {};
337
- C: {};
338
- M: {};
339
- Defaults: {};
340
- }, Readonly<{
341
- class?: string;
342
- fluid?: boolean | import('../../../types/BootstrapSizes').bootstrapSizes;
343
- }> & Readonly<{}>, {}, {}, {}, {}, {
344
- class: string;
345
- fluid: boolean | import('../../../types/BootstrapSizes').bootstrapSizes;
346
- }>;
347
- __isFragment?: never;
348
- __isTeleport?: never;
349
- __isSuspense?: never;
350
- } & import('vue').ComponentOptionsBase<Readonly<{
351
- class?: string;
352
- fluid?: boolean | import('../../../types/BootstrapSizes').bootstrapSizes;
353
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
354
- class: string;
355
- fluid: boolean | import('../../../types/BootstrapSizes').bootstrapSizes;
356
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
357
- $slots: {
358
- default?: (props: {}) => any;
359
- };
360
- });
361
- BDRow: {
362
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
363
- class?: string;
364
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
365
- P: {};
366
- B: {};
367
- D: {};
368
- C: {};
369
- M: {};
370
- Defaults: {};
371
- }, Readonly<{
372
- class?: string;
373
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
374
- __isFragment?: never;
375
- __isTeleport?: never;
376
- __isSuspense?: never;
377
- } & import('vue').ComponentOptionsBase<Readonly<{
378
- class?: string;
379
- }> & 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 () => {
380
- $slots: {
381
- default?: (props: {}) => any;
382
- };
383
- });
384
- IconEndCall: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
385
- IconShareScreen: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
386
- }, {}, 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>;
387
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/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.3",
5
+ "version": "0.66.0-alpha.4",
6
6
  "engines": {
7
7
  "node": "24.x",
8
8
  "npm": "11.x"