@beterdichtbij/component-library 0.71.0-alpha.15 → 0.71.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bd-component-lib.cjs.js +19 -19
- package/dist/bd-component-lib.es.js +2192 -2312
- package/dist/bd-component-lib.umd.js +42 -42
- package/dist/components/templates/BDVideoCallTemplate/BDVideoCallTemplate.vue.d.ts +0 -10
- package/dist/locales/en.json +24 -61
- package/dist/locales/nl.json +30 -67
- package/dist/scss/templates/_video-call-template.scss +1 -16
- package/package.json +1 -1
|
@@ -1,32 +1,22 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
2
|
CallDeclined: typeof CallDeclined;
|
|
3
3
|
CallAnswered: typeof CallAnswered;
|
|
4
|
-
CallForDataReceived: typeof CallForDataReceived;
|
|
5
|
-
CallClosedWithStatusCode: typeof CallClosedWithStatusCode;
|
|
6
|
-
CallHeartbeatReceived: typeof CallHeartbeatReceived;
|
|
7
|
-
CallSignalHoldDetected: typeof CallSignalHoldDetected;
|
|
8
4
|
CallStartVideoCall: typeof CallStartVideoCall;
|
|
9
5
|
CallHangUp: typeof CallHangUp;
|
|
10
6
|
InitializeAcsConnection: typeof InitializeAcsConnection;
|
|
11
7
|
$emit: (event: "ready" | "start-call" | "end-call", ...args: any[]) => void;
|
|
12
8
|
videoTestUrl: string;
|
|
13
9
|
participant: Record<string, any>;
|
|
14
|
-
participantRole: string;
|
|
15
10
|
isCallee: boolean;
|
|
16
11
|
$props: {
|
|
17
12
|
readonly videoTestUrl?: string | undefined;
|
|
18
13
|
readonly participant?: Record<string, any> | undefined;
|
|
19
|
-
readonly participantRole?: string | undefined;
|
|
20
14
|
readonly isCallee?: boolean | undefined;
|
|
21
15
|
};
|
|
22
16
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
23
17
|
export default _default;
|
|
24
18
|
declare function CallDeclined(): void;
|
|
25
19
|
declare function CallAnswered(): void;
|
|
26
|
-
declare function CallForDataReceived(): void;
|
|
27
|
-
declare function CallClosedWithStatusCode(statusCode: any): void;
|
|
28
|
-
declare function CallHeartbeatReceived(): void;
|
|
29
|
-
declare function CallSignalHoldDetected(): void;
|
|
30
20
|
declare function CallStartVideoCall(): void;
|
|
31
21
|
declare function CallHangUp(): Promise<void>;
|
|
32
22
|
declare function InitializeAcsConnection(videoCallAccessToken: any): Promise<void>;
|
package/dist/locales/en.json
CHANGED
|
@@ -9,72 +9,35 @@
|
|
|
9
9
|
"menuItemAcademy": "Academie"
|
|
10
10
|
},
|
|
11
11
|
"videoCallTemplate": {
|
|
12
|
+
"fullScreen": "Full screen",
|
|
13
|
+
"miniPlayer": "Mini player",
|
|
14
|
+
"shareScreen": "Share screen",
|
|
15
|
+
"stopSharingScreen": "Stop sharing screen",
|
|
12
16
|
"signalStrength": {
|
|
13
17
|
"weak": "Weak signal",
|
|
14
18
|
"steady": "Moderate signal",
|
|
15
19
|
"strong": "Strong signal"
|
|
16
20
|
},
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
"
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"connected": "Connected",
|
|
38
|
-
"videoCallDeclined": "The call could not be answered right now.",
|
|
39
|
-
"videoCallHangedUp": "Call has ended.",
|
|
40
|
-
"devicePermissionDenied": "A call cannot be started",
|
|
41
|
-
"callNotDelivered": "The video call does not arrive on the {participantRole}'s mobile phone or tablet.",
|
|
42
|
-
"signalHold": "Video call connection with {participantRole}'s phone/tablet could not be established",
|
|
43
|
-
"connectionIssues": "Connection issues"
|
|
44
|
-
},
|
|
45
|
-
"statusDetailMessage": {
|
|
46
|
-
"notAnsweredDetail": "{participantRole} does not appear to answer.",
|
|
47
|
-
"noVideoHint": "No video? Run the video call test.",
|
|
48
|
-
"callNotDeliveredDetail": "Asking {participantRole} to log in again in the BeterDichtbij app often resolves this.",
|
|
49
|
-
"connectionIssuesMedium": "The connection is unstable.",
|
|
50
|
-
"connectionIssuesStrong": "The connection seems lost. Check internet connection and try again.",
|
|
51
|
-
"signalHoldDetail": "Run the video call test."
|
|
52
|
-
},
|
|
53
|
-
"permissions": {
|
|
54
|
-
"permissionDeniedForVideo": "No access to camera",
|
|
55
|
-
"permissionDeniedForAudio": "No access to microphone"
|
|
56
|
-
},
|
|
57
|
-
"cameraAvailability": {
|
|
58
|
-
"hasNoAvailableCamera": "No camera available.",
|
|
59
|
-
"hasOneAvailableCamera": "One camera is available.",
|
|
60
|
-
"hasMultipleAvailableCameras": "Multiple cameras are available."
|
|
61
|
-
},
|
|
62
|
-
"endReasons": {
|
|
63
|
-
"0": "{participantRole} ended the call.",
|
|
64
|
-
"4": "The app was closed.",
|
|
65
|
-
"5": "{participantRole} ended the call.",
|
|
66
|
-
"6": "BeterDichtbij call screen was closed.",
|
|
67
|
-
"10": "{participantRole} waited too long to answer.",
|
|
68
|
-
"12": "Network or camera issue on {participantRole} side. Check internet and camera permission.",
|
|
69
|
-
"20": "{participantRole} pressed Back while the phone was ringing.",
|
|
70
|
-
"21": "Call was hung up.",
|
|
71
|
-
"22": "{participantRole} pressed Home while the phone was ringing.",
|
|
72
|
-
"23": "{participantRole} waited too long to answer.",
|
|
73
|
-
"24": "{participantRole} clicked Yes in the popup.",
|
|
74
|
-
"25": "{participantRole} ended the call.",
|
|
75
|
-
"26": "The app moved to background on phone/tablet.",
|
|
76
|
-
"33": "Outdated app version. Ask {participantRole} to update the BeterDichtbij app."
|
|
77
|
-
},
|
|
21
|
+
"serviceDesk": "Service desk",
|
|
22
|
+
"testCall": "Run the video call test",
|
|
23
|
+
"endCall": "End call",
|
|
24
|
+
"placeholderSettingsHelpTitle": "Connection issues?",
|
|
25
|
+
"placeholderSettingsHelpMessage": "End the call and try again.",
|
|
26
|
+
"messageWhenDialing": "Calling...",
|
|
27
|
+
"messageWhenRinging": "Phone is ringing",
|
|
28
|
+
"initializing": "Initializing...",
|
|
29
|
+
"answered": "Call answered",
|
|
30
|
+
"messageWhenConnected": "Connected",
|
|
31
|
+
"messageWhenVideoCallHangedUp": "Call has ended.",
|
|
32
|
+
"messageWhenVideoCallDeclined": "The call could not be answered right now.",
|
|
33
|
+
"messageWhenDevicePermissionDenied": "A call cannot be started",
|
|
34
|
+
"permissionDeniedForVideo": "No access to camera",
|
|
35
|
+
"permissionDeniedForAudio": "No access to microphone",
|
|
36
|
+
"closeWindow": "Close window",
|
|
37
|
+
"switchCamera": "Switch camera",
|
|
38
|
+
"hasNoAvailableCamera": "No camera available.",
|
|
39
|
+
"hasOneAvailableCamera": "One camera is available.",
|
|
40
|
+
"hasMultipleAvailableCameras": "Multiple cameras are available.",
|
|
78
41
|
"unknown": "Unknown message"
|
|
79
42
|
}
|
|
80
43
|
}
|
package/dist/locales/nl.json
CHANGED
|
@@ -110,72 +110,35 @@
|
|
|
110
110
|
"helpMessage": "om te controleren of je camera en microfoon goed werken."
|
|
111
111
|
},
|
|
112
112
|
"videoCallTemplate": {
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
"
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"signalHold": "Beeldbel verbinding met {participantRole} zijn telefoon/tablet komt niet tot stand",
|
|
144
|
-
"connectionIssues": "Connectie problemen"
|
|
145
|
-
},
|
|
146
|
-
"statusDetailMessage": {
|
|
147
|
-
"notAnsweredDetail": "{participantRole} lijkt niet op te nemen.",
|
|
148
|
-
"noVideoHint": "Geen beeld? Doe de beeldbel kwaliteit test.",
|
|
149
|
-
"callNotDeliveredDetail": "De {participantRole} opnieuw laten inloggen in de BeterDichtbij app lost het probleem vaak op.",
|
|
150
|
-
"connectionIssuesMedium": "De verbinding is instabiel.",
|
|
151
|
-
"connectionIssuesStrong": "De verbinding lijkt verbroken. Controleer internetverbinding en probeer opnieuw.",
|
|
152
|
-
"signalHoldDetail": "Doe de beeldbel kwaliteit test."
|
|
153
|
-
},
|
|
154
|
-
"permissions": {
|
|
155
|
-
"permissionDeniedForVideo": "Geen toegang beschikbaar tot de camera",
|
|
156
|
-
"permissionDeniedForAudio": "Er is geen toegang beschikbaar tot uw microfoon"
|
|
157
|
-
},
|
|
158
|
-
"cameraAvailability": {
|
|
159
|
-
"hasNoAvailableCamera": "Er is geen camera beschikbaar.",
|
|
160
|
-
"hasOneAvailableCamera": "Er is één camera beschikbaar.",
|
|
161
|
-
"hasMultipleAvailableCameras": "Er zijn meerdere camera's beschikbaar."
|
|
162
|
-
},
|
|
163
|
-
"endReasons": {
|
|
164
|
-
"0": "{participantRole} heeft gesprek beëindigd.",
|
|
165
|
-
"4": "App is afgesloten.",
|
|
166
|
-
"5": "{participantRole} heeft gesprek beëindigd.",
|
|
167
|
-
"6": "BeterDichtbij gespreksscherm is afgesloten.",
|
|
168
|
-
"10": "{participantRole} heeft te lang gewacht met opnemen.",
|
|
169
|
-
"12": "Netwerk issue of camera issue bij de {participantRole}. Controleer internet en camera-toestemming bij de {participantRole}.",
|
|
170
|
-
"20": "{participantRole} heeft de Terug-knop ingedrukt terwijl de telefoon overging.",
|
|
171
|
-
"21": "Gesprek opgehangen.",
|
|
172
|
-
"22": "{participantRole} heeft Home ingedrukt terwijl de telefoon overging.",
|
|
173
|
-
"23": "{participantRole} heeft te lang gewacht met opnemen.",
|
|
174
|
-
"24": "{participantRole} heeft Ja geklikt in de pop-up.",
|
|
175
|
-
"25": "{participantRole} heeft gesprek beëindigd.",
|
|
176
|
-
"26": "App is naar de achtergrond gegaan op telefoon/tablet.",
|
|
177
|
-
"33": "Verouderde versie van de app. Vraag de {participantRole} om de BeterDichtbij app te updaten."
|
|
178
|
-
},
|
|
179
|
-
"unknown": "Onbekende melding"
|
|
113
|
+
"fullScreen": "Volledig scherm",
|
|
114
|
+
"miniPlayer": "Mini player",
|
|
115
|
+
"shareScreen": "Scherm delen",
|
|
116
|
+
"stopSharingScreen": "Stop scherm delen",
|
|
117
|
+
"signalStrength": {
|
|
118
|
+
"weak": "Zwak signaal",
|
|
119
|
+
"steady": "Matig signaal",
|
|
120
|
+
"strong": "Sterk signaal"
|
|
121
|
+
},
|
|
122
|
+
"serviceDesk": "Servicedesk",
|
|
123
|
+
"testCall": "Doe de beeldbeltest",
|
|
124
|
+
"endCall": "Gesprek beëindigen",
|
|
125
|
+
"placeholderSettingsHelpTitle": "Problemen met de verbinding?",
|
|
126
|
+
"placeholderSettingsHelpMessage": "Sluit het gesprek en probeer opnieuw te bellen.",
|
|
127
|
+
"messageWhenDialing": "Bellen...",
|
|
128
|
+
"messageWhenRinging": "Telefoon gaat over",
|
|
129
|
+
"initializing": "Bezig met opstarten...",
|
|
130
|
+
"answered": "Er is opgenomen",
|
|
131
|
+
"messageWhenConnected": "Verbonden",
|
|
132
|
+
"messageWhenVideoCallHangedUp": "Er is opgehangen.",
|
|
133
|
+
"messageWhenVideoCallDeclined": "Er kon op dit moment niet worden opgenomen.",
|
|
134
|
+
"messageWhenDevicePermissionDenied": "Er kan geen gesprek worden gestart",
|
|
135
|
+
"permissionDeniedForVideo":"Geen toegang beschikbaar tot de camera",
|
|
136
|
+
"permissionDeniedForAudio":"Er is geen toegang beschikbaar tot uw microfoon",
|
|
137
|
+
"closeWindow": "Venster sluiten",
|
|
138
|
+
"switchCamera": "Wissel camera",
|
|
139
|
+
"hasNoAvailableCamera": "Er is geen camera beschikbaar.",
|
|
140
|
+
"hasOneAvailableCamera": "Er is één camera beschikbaar.",
|
|
141
|
+
"hasMultipleAvailableCameras": "Er zijn meerdere camera's beschikbaar.",
|
|
142
|
+
"unknown": "Onbekende melding"
|
|
180
143
|
}
|
|
181
144
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.video-call-template {
|
|
2
|
-
$small-text:
|
|
2
|
+
$small-text: 14px;
|
|
3
3
|
|
|
4
4
|
.bd-conversation-card {
|
|
5
5
|
margin-bottom: 20px;
|
|
@@ -126,25 +126,10 @@
|
|
|
126
126
|
|
|
127
127
|
p {
|
|
128
128
|
color: $color-gray-secondary;
|
|
129
|
-
|
|
130
|
-
&:last-of-type {
|
|
131
|
-
margin-bottom: 0;
|
|
132
|
-
}
|
|
133
129
|
}
|
|
134
130
|
|
|
135
131
|
&__status {
|
|
136
132
|
border-bottom: 2px solid $color-border-light;
|
|
137
|
-
padding-bottom: 20px;
|
|
138
|
-
|
|
139
|
-
&-text {
|
|
140
|
-
margin-bottom: 8px;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
&-detail {
|
|
144
|
-
margin-bottom: 16px;
|
|
145
|
-
font-size: $small-text;
|
|
146
|
-
line-height: 21px;
|
|
147
|
-
}
|
|
148
133
|
}
|
|
149
134
|
|
|
150
135
|
&__signal {
|
package/package.json
CHANGED