@beterdichtbij/component-library 0.71.0-alpha.0 → 0.71.0-alpha.1

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,12 +8,10 @@ declare const _default: import('vue').DefineComponent<{}, {
8
8
  videoTestUrl: string;
9
9
  participant: Record<string, any>;
10
10
  isCallee: boolean;
11
- messageWhenLoading?: string | undefined;
12
11
  $props: {
13
12
  readonly videoTestUrl?: string | undefined;
14
13
  readonly participant?: Record<string, any> | undefined;
15
14
  readonly isCallee?: boolean | undefined;
16
- readonly messageWhenLoading?: string | undefined;
17
15
  };
18
16
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
19
17
  export default _default;
@@ -7,5 +7,37 @@
7
7
  "practitionerHeader": {
8
8
  "tooltipAcademy": "BeterDichtbij Academie",
9
9
  "menuItemAcademy": "Academie"
10
+ },
11
+ "videoCallTemplate": {
12
+ "fullScreen": "Full screen",
13
+ "miniPlayer": "Mini player",
14
+ "shareScreen": "Share screen",
15
+ "stopSharingScreen": "Stop sharing screen",
16
+ "signalStrength": {
17
+ "weak": "Weak signal",
18
+ "steady": "Moderate signal",
19
+ "strong": "Strong signal"
20
+ },
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.",
41
+ "unknown": "Unknown message"
10
42
  }
11
43
  }
@@ -124,6 +124,11 @@
124
124
  "endCall": "Gesprek beëindigen",
125
125
  "placeholderSettingsHelpTitle": "Problemen met de verbinding?",
126
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",
127
132
  "messageWhenVideoCallHangedUp": "Er is opgehangen.",
128
133
  "messageWhenVideoCallDeclined": "Er kon op dit moment niet worden opgenomen.",
129
134
  "messageWhenDevicePermissionDenied": "Er kan geen gesprek worden gestart",
@@ -133,6 +138,7 @@
133
138
  "switchCamera": "Wissel camera",
134
139
  "hasNoAvailableCamera": "Er is geen camera beschikbaar.",
135
140
  "hasOneAvailableCamera": "Er is één camera beschikbaar.",
136
- "hasMultipleAvailableCameras": "Er zijn meerdere camera's beschikbaar."
141
+ "hasMultipleAvailableCameras": "Er zijn meerdere camera's beschikbaar.",
142
+ "unknown": "Onbekende melding"
137
143
  }
138
144
  }
@@ -128,10 +128,14 @@
128
128
  color: $color-gray-secondary;
129
129
  }
130
130
 
131
+ &__status {
132
+ border-bottom: 1px solid $color-border-light;
133
+ }
134
+
131
135
  &__signal {
132
136
  display: flex;
133
137
  align-items: center;
134
- padding-bottom: 20px;
138
+ padding: 20px 0;
135
139
  gap: 12px;
136
140
  border-bottom: 1px solid $color-border-light;
137
141
 
@@ -189,6 +193,7 @@
189
193
 
190
194
  &__help {
191
195
  padding-top: 20px;
196
+ border-top: 1px solid $color-border-light;
192
197
 
193
198
  p {
194
199
  font-size: $small-text;
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.71.0-alpha.0",
5
+ "version": "0.71.0-alpha.1",
6
6
  "engines": {
7
7
  "node": "24.x",
8
8
  "npm": "11.x"