mediasfu-angular 2.2.2 → 2.2.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.
- package/README.md +153 -54
- package/USAGE_COOKBOOK.md +202 -0
- package/dist/LICENSE +21 -0
- package/dist/README.md +153 -54
- package/dist/fesm2022/mediasfu-angular.mjs +21817 -12635
- package/dist/fesm2022/mediasfu-angular.mjs.map +1 -1
- package/dist/lib/@types/types.d.ts +22 -1
- package/dist/lib/@types/ui-overrides.types.d.ts +4 -0
- package/dist/lib/components/background-components/background-modal/background-modal.component.d.ts +1024 -997
- package/dist/lib/components/breakout-components/breakout-rooms-modal.component.d.ts +2052 -1001
- package/dist/lib/components/breakout-components/edit-room-modal/edit-room-modal.component.d.ts +1527 -997
- package/dist/lib/components/breakout-components/room-list/room-list.component.d.ts +5 -1
- package/dist/lib/components/co-host-components/co-host-modal/co-host-modal.component.d.ts +988 -988
- package/dist/lib/components/display-components/alert-component/alert.component.component.d.ts +20 -6
- package/dist/lib/components/display-components/audio-card/audio-card.component.d.ts +17 -7
- package/dist/lib/components/display-components/audio-grid/audio-grid.component.d.ts +509 -1
- package/dist/lib/components/display-components/card-video-display/card-video-display.component.d.ts +3 -0
- package/dist/lib/components/display-components/control-buttons-alt-component/control-buttons-alt-component.component.d.ts +1 -1
- package/dist/lib/components/display-components/control-buttons-component/control-buttons-component.component.d.ts +34 -2
- package/dist/lib/components/display-components/control-buttons-component-touch/control-buttons-component-touch.component.d.ts +19 -0
- package/dist/lib/components/display-components/control-widgets/control-icon-badge-widget.component.d.ts +13 -0
- package/dist/lib/components/display-components/control-widgets/menu-participants-widget.component.d.ts +1 -0
- package/dist/lib/components/display-components/control-widgets/menu-widget.component.d.ts +2 -2
- package/dist/lib/components/display-components/control-widgets/message-widget.component.d.ts +2 -2
- package/dist/lib/components/display-components/control-widgets/record-timer-widget.component.d.ts +2 -0
- package/dist/lib/components/display-components/control-widgets/screenshare-widget.component.d.ts +5 -3
- package/dist/lib/components/display-components/flexible-grid/flexible-grid.component.d.ts +530 -2
- package/dist/lib/components/display-components/flexible-video/flexible-video.component.d.ts +41 -1
- package/dist/lib/components/display-components/loading-modal/loading-modal.component.d.ts +2029 -5
- package/dist/lib/components/display-components/main-grid-component/main-grid-component.component.d.ts +506 -1
- package/dist/lib/components/display-components/main-screen-component/main-screen-component.component.d.ts +497 -497
- package/dist/lib/components/display-components/meeting-progress-timer/meeting-progress-timer.component.d.ts +18 -11
- package/dist/lib/components/display-components/mini-audio/mini-audio.component.d.ts +11 -3
- package/dist/lib/components/display-components/mini-card/mini-card.component.d.ts +1026 -999
- package/dist/lib/components/display-components/mini-card-audio/mini-card-audio.component.d.ts +9 -3
- package/dist/lib/components/display-components/other-grid-component/other-grid-component.component.d.ts +511 -1
- package/dist/lib/components/display-components/pagination/pagination.component.d.ts +34 -1
- package/dist/lib/components/display-components/sub-aspect-component/sub-aspect-component.component.d.ts +507 -1
- package/dist/lib/components/display-components/subtitle-overlay/subtitle-overlay.component.d.ts +6 -0
- package/dist/lib/components/display-components/video-card/video-card.component.d.ts +10 -6
- package/dist/lib/components/display-settings-components/display-settings-modal.component.d.ts +1010 -1009
- package/dist/lib/components/event-settings-components/event-settings-modal/event-settings-modal.component.d.ts +999 -999
- package/dist/lib/components/media-settings-components/media-settings-modal/media-settings-modal.component.d.ts +999 -999
- package/dist/lib/components/mediasfu-components/mediasfu-broadcast.component.d.ts +2296 -29308
- package/dist/lib/components/mediasfu-components/mediasfu-chat.component.d.ts +467 -4156
- package/dist/lib/components/mediasfu-components/mediasfu-conference.component.d.ts +553 -23371
- package/dist/lib/components/mediasfu-components/mediasfu-generic.component.d.ts +1269 -61673
- package/dist/lib/components/mediasfu-components/mediasfu-webinar.component.d.ts +501 -26250
- package/dist/lib/components/menu-components/custom-buttons/custom-buttons.component.d.ts +4 -1
- package/dist/lib/components/menu-components/meeting-id-component/meeting-id-component.component.d.ts +3 -1
- package/dist/lib/components/menu-components/meeting-passcode-component/meeting-passcode-component.component.d.ts +10 -1
- package/dist/lib/components/menu-components/menu-modal/menu-modal.component.d.ts +518 -507
- package/dist/lib/components/menu-components/share-buttons-component/share-buttons-component.component.d.ts +4 -1
- package/dist/lib/components/message-components/messages-modal/messages-modal.component.d.ts +3 -3
- package/dist/lib/components/misc-components/confirm-here-modal/confirm-here-modal.component.d.ts +1004 -1004
- package/dist/lib/components/misc-components/pre-join-page/pre-join-page.component.d.ts +4 -0
- package/dist/lib/components/misc-components/share-event-modal/share-event-modal.component.d.ts +989 -989
- package/dist/lib/components/panelists-components/panelists-modal/panelists-modal.component.d.ts +73 -0
- package/dist/lib/components/participants-components/participants-modal/participants-modal.component.d.ts +1004 -1004
- package/dist/lib/components/permissions-components/permissions-modal/permissions-modal.component.d.ts +89 -0
- package/dist/lib/components/polls-components/poll-modal/poll-modal.component.d.ts +989 -989
- package/dist/lib/components/recording-components/recording-modal/recording-modal.component.d.ts +990 -989
- package/dist/lib/components/requests-components/requests-modal/requests-modal.component.d.ts +1004 -1004
- package/dist/lib/components/screenboard-components/screenboard-modal/screenboard-modal.component.d.ts +987 -987
- package/dist/lib/components/translation-components/translation-settings-modal/translation-settings-modal.component.d.ts +124 -0
- package/dist/lib/components/waiting-components/waiting-room-modal.component.d.ts +989 -989
- package/dist/lib/components/whiteboard-components/configure-whiteboard-modal/configure-whiteboard-modal.component.d.ts +2062 -1000
- package/dist/lib/components/whiteboard-components/whiteboard/whiteboard.component.d.ts +3 -15
- package/dist/lib/consumers/auto-adjust.service.d.ts +0 -11
- package/dist/lib/consumers/calculate-rows-and-columns.service.d.ts +0 -7
- package/dist/lib/consumers/change-vids.service.d.ts +1 -1
- package/dist/lib/consumers/check-permission.service.d.ts +4 -1
- package/dist/lib/consumers/check-screen-share.service.d.ts +0 -18
- package/dist/lib/consumers/compare-active-names.service.d.ts +0 -16
- package/dist/lib/consumers/compare-screen-states.service.d.ts +0 -18
- package/dist/lib/consumers/connect-ips.service.d.ts +2 -25
- package/dist/lib/consumers/connect-local-ips.service.d.ts +1 -28
- package/dist/lib/consumers/disp-streams.service.d.ts +1 -110
- package/dist/lib/consumers/generate-page-content.service.d.ts +0 -17
- package/dist/lib/consumers/get-estimate.service.d.ts +0 -21
- package/dist/lib/consumers/mix-streams.service.d.ts +0 -19
- package/dist/lib/consumers/on-screen-changes.service.d.ts +1 -21
- package/dist/lib/consumers/process-consumer-transports-audio.service.d.ts +1 -14
- package/dist/lib/consumers/process-consumer-transports.service.d.ts +3 -57
- package/dist/lib/consumers/re-update-inter.service.d.ts +1 -39
- package/dist/lib/consumers/reorder-streams.service.d.ts +1 -35
- package/dist/lib/consumers/socket-receive-methods/join-consume-room.service.d.ts +2 -13
- package/dist/lib/consumers/socket-receive-methods/new-pipe-producer.service.d.ts +1 -13
- package/dist/lib/consumers/socket-receive-methods/producer-closed.service.d.ts +1 -8
- package/dist/lib/consumers/translation-consumer-switch.service.d.ts +68 -0
- package/dist/lib/consumers/trigger.service.d.ts +0 -79
- package/dist/lib/consumers/update-mini-cards-grid.service.d.ts +0 -24
- package/dist/lib/directives/with-override.directive.d.ts +2 -2
- package/dist/lib/methods/background-methods/launch-background.service.d.ts +2 -5
- package/dist/lib/methods/breakout-room-methods/launch-breakout-rooms.service.d.ts +2 -5
- package/dist/lib/methods/co-host-methods/launch-co-host.service.d.ts +2 -5
- package/dist/lib/methods/co-host-methods/modify-co-host-settings.service.d.ts +1 -1
- package/dist/lib/methods/display-settings-methods/launch-display-settings.service.d.ts +2 -5
- package/dist/lib/methods/display-settings-methods/modify-display-settings.service.d.ts +2 -0
- package/dist/lib/methods/exit-methods/launch-confirm-exit.service.d.ts +2 -5
- package/dist/lib/methods/menu-methods/launch-menu-modal.service.d.ts +2 -5
- package/dist/lib/methods/message-methods/launch-messages.service.d.ts +2 -5
- package/dist/lib/methods/panelists-methods/add-panelist.service.d.ts +19 -0
- package/dist/lib/methods/panelists-methods/focus-panelists.service.d.ts +19 -0
- package/dist/lib/methods/panelists-methods/remove-panelist.service.d.ts +17 -0
- package/dist/lib/methods/participants-methods/launch-participants.service.d.ts +2 -5
- package/dist/lib/methods/permissions-methods/bulk-update-participant-permissions.service.d.ts +20 -0
- package/dist/lib/methods/permissions-methods/update-participant-permission.service.d.ts +19 -0
- package/dist/lib/methods/permissions-methods/update-permission-config.service.d.ts +29 -0
- package/dist/lib/methods/polls-methods/handle-create-poll.service.d.ts +1 -1
- package/dist/lib/methods/polls-methods/handle-end-poll.service.d.ts +1 -1
- package/dist/lib/methods/polls-methods/handle-vote-poll.service.d.ts +1 -1
- package/dist/lib/methods/polls-methods/poll-updated.service.d.ts +1 -1
- package/dist/lib/methods/recording-methods/check-pause-state.service.d.ts +1 -12
- package/dist/lib/methods/recording-methods/check-resume-state.service.d.ts +1 -11
- package/dist/lib/methods/recording-methods/confirm-recording.service.d.ts +0 -94
- package/dist/lib/methods/recording-methods/launch-recording.service.d.ts +1 -20
- package/dist/lib/methods/recording-methods/record-pause-timer.service.d.ts +1 -12
- package/dist/lib/methods/recording-methods/record-resume-timer.service.d.ts +0 -66
- package/dist/lib/methods/recording-methods/record-start-timer.service.d.ts +1 -33
- package/dist/lib/methods/recording-methods/record-update-timer.service.d.ts +1 -17
- package/dist/lib/methods/recording-methods/start-recording.service.d.ts +1 -92
- package/dist/lib/methods/recording-methods/stop-recording.service.d.ts +1 -42
- package/dist/lib/methods/recording-methods/update-recording.service.d.ts +1 -94
- package/dist/lib/methods/requests-methods/launch-requests.service.d.ts +2 -5
- package/dist/lib/methods/settings-methods/launch-settings.service.d.ts +2 -5
- package/dist/lib/methods/settings-methods/modify-settings.service.d.ts +1 -1
- package/dist/lib/methods/stream-methods/click-chat.service.d.ts +1 -1
- package/dist/lib/methods/utils/get-modal-position.util.d.ts +0 -3
- package/dist/lib/methods/utils/initial-values.util.d.ts +18 -1
- package/dist/lib/methods/utils/mini-audio-player/mini-audio-player.component.d.ts +8 -0
- package/dist/lib/methods/utils/producer/a-params.service.d.ts +2 -8
- package/dist/lib/methods/utils/producer/h-params.service.d.ts +2 -8
- package/dist/lib/methods/utils/producer/screen-params.service.d.ts +2 -8
- package/dist/lib/methods/utils/producer/v-params.service.d.ts +2 -8
- package/dist/lib/methods/utils/sound-player.service.d.ts +1 -1
- package/dist/lib/methods/utils/translation-languages.util.d.ts +341 -0
- package/dist/lib/methods/waiting-methods/launch-waiting.service.d.ts +2 -5
- package/dist/lib/modern/display-components/modern-alert.component.d.ts +40 -0
- package/dist/lib/modern/display-components/modern-loading-modal.component.d.ts +37 -0
- package/dist/lib/modern/display-components/modern-meeting-progress-timer.component.d.ts +40 -0
- package/dist/lib/modern/display-components/modern-mini-card.component.d.ts +1064 -0
- package/dist/lib/modern/display-components/modern-pagination.component.d.ts +91 -0
- package/dist/lib/modern/display-components/modern-participants-counter-badge.component.d.ts +16 -0
- package/dist/lib/modern/modal-components/modern-co-host-modal.component.d.ts +63 -0
- package/dist/lib/modern/modal-components/modern-confirm-exit-modal.component.d.ts +42 -0
- package/dist/lib/modern/modal-components/modern-confirm-here-modal.component.d.ts +39 -0
- package/dist/lib/modern/modal-components/modern-display-settings-modal.component.d.ts +59 -0
- package/dist/lib/modern/modal-components/modern-event-settings-modal.component.d.ts +80 -0
- package/dist/lib/modern/modal-components/modern-media-settings-modal.component.d.ts +72 -0
- package/dist/lib/modern/modal-components/modern-menu-modal.component.d.ts +48 -0
- package/dist/lib/modern/modal-components/modern-messages-modal.component.d.ts +58 -0
- package/dist/lib/modern/modal-components/modern-participants-modal.component.d.ts +49 -0
- package/dist/lib/modern/modal-components/modern-poll-modal.component.d.ts +54 -0
- package/dist/lib/modern/modal-components/modern-recording-modal.component.d.ts +39 -0
- package/dist/lib/modern/modal-components/modern-requests-modal.component.d.ts +61 -0
- package/dist/lib/modern/modal-components/modern-share-event-modal.component.d.ts +39 -0
- package/dist/lib/modern/modal-components/modern-waiting-room-modal.component.d.ts +55 -0
- package/dist/lib/modern/primitives/modern-button.component.d.ts +10 -0
- package/dist/lib/modern/primitives/modern-entry-shell.component.d.ts +6 -0
- package/dist/lib/modern/primitives/modern-field.component.d.ts +32 -0
- package/dist/lib/modern/primitives/modern-sidebar-panel.component.d.ts +24 -0
- package/dist/lib/modern/primitives/modern-surface.component.d.ts +7 -0
- package/dist/lib/modern/utils/render-mode.utils.d.ts +3 -0
- package/dist/lib/producer-client/producer-client-emits/create-device-client.service.d.ts +0 -9
- package/dist/lib/producer-client/producer-client-emits/join-room-client.service.d.ts +0 -19
- package/dist/lib/producer-client/producer-client-emits/update-room-parameters-client.service.d.ts +5 -62
- package/dist/lib/producers/producer-emits/join-con-room.service.d.ts +0 -18
- package/dist/lib/producers/producer-emits/join-local-room.service.d.ts +3 -106
- package/dist/lib/producers/producer-emits/join-room.service.d.ts +0 -18
- package/dist/lib/producers/socket-receive-methods/added-as-panelist.service.d.ts +15 -0
- package/dist/lib/producers/socket-receive-methods/all-members-rest.service.d.ts +1 -90
- package/dist/lib/producers/socket-receive-methods/all-members.service.d.ts +1 -88
- package/dist/lib/producers/socket-receive-methods/control-media-host.service.d.ts +1 -66
- package/dist/lib/producers/socket-receive-methods/meeting-still-there.service.d.ts +1 -1
- package/dist/lib/producers/socket-receive-methods/panelist-focus-changed.service.d.ts +25 -0
- package/dist/lib/producers/socket-receive-methods/panelists-updated.service.d.ts +19 -0
- package/dist/lib/producers/socket-receive-methods/permission-config-updated.service.d.ts +15 -0
- package/dist/lib/producers/socket-receive-methods/permission-updated.service.d.ts +17 -0
- package/dist/lib/producers/socket-receive-methods/person-joined.service.d.ts +1 -1
- package/dist/lib/producers/socket-receive-methods/producer-media-paused.service.d.ts +0 -80
- package/dist/lib/producers/socket-receive-methods/producer-media-resumed.service.d.ts +1 -1
- package/dist/lib/producers/socket-receive-methods/receive-control-media.service.d.ts +21 -0
- package/dist/lib/producers/socket-receive-methods/recording-notice.service.d.ts +1 -5
- package/dist/lib/producers/socket-receive-methods/removed-from-panelists.service.d.ts +15 -0
- package/dist/lib/producers/socket-receive-methods/room-record-params.service.d.ts +1 -1
- package/dist/lib/producers/socket-receive-methods/translation-receive-methods.service.d.ts +20 -0
- package/dist/lib/services/live-subtitle.service.d.ts +15 -0
- package/dist/lib/sockets/socket-manager.service.d.ts +1 -2
- package/dist/public-api.d.ts +42 -1
- package/package.json +106 -95
- package/dist/lib/methods/utils/producer/video-capture-constraints.service.d.ts +0 -177
|
@@ -6,7 +6,9 @@ export interface CustomComponent {
|
|
|
6
6
|
injector: Injector;
|
|
7
7
|
}
|
|
8
8
|
export interface Button {
|
|
9
|
-
name?: string;
|
|
9
|
+
name?: string | (() => string);
|
|
10
|
+
tooltip?: string;
|
|
11
|
+
customName?: string;
|
|
10
12
|
icon?: IconDefinition;
|
|
11
13
|
alternateIcon?: IconDefinition;
|
|
12
14
|
onPress?: () => void;
|
|
@@ -16,6 +18,7 @@ export interface Button {
|
|
|
16
18
|
color?: string;
|
|
17
19
|
backgroundColor?: {
|
|
18
20
|
default?: string;
|
|
21
|
+
pressed?: string;
|
|
19
22
|
};
|
|
20
23
|
customComponent?: HTMLElement | CustomComponent | (() => HTMLElement | CustomComponent);
|
|
21
24
|
iconComponent?: HTMLElement | CustomComponent | (() => HTMLElement | CustomComponent);
|
|
@@ -36,17 +39,46 @@ export interface ControlButtonsComponentOptions {
|
|
|
36
39
|
alternateIconComponent?: HTMLElement | CustomComponent;
|
|
37
40
|
}
|
|
38
41
|
export type ControlButtonsComponentType = (options: ControlButtonsComponentOptions) => HTMLElement;
|
|
42
|
+
interface HoveredTooltipState {
|
|
43
|
+
id: string;
|
|
44
|
+
label: string;
|
|
45
|
+
left: number;
|
|
46
|
+
top: number;
|
|
47
|
+
}
|
|
39
48
|
export declare class ControlButtonsComponent {
|
|
40
49
|
buttons: Button[];
|
|
41
50
|
buttonColor: string;
|
|
42
51
|
buttonBackgroundColor: any;
|
|
52
|
+
isDarkMode?: boolean;
|
|
43
53
|
alignment: string;
|
|
44
54
|
vertical: boolean;
|
|
45
55
|
buttonsContainerStyle: any;
|
|
56
|
+
hoveredTooltip: HoveredTooltipState | null;
|
|
57
|
+
get resolvedIsDarkMode(): boolean;
|
|
46
58
|
getAlignmentStyle(): any;
|
|
59
|
+
getContainerStyle(): any;
|
|
60
|
+
getButtonStyle(button: Button): {
|
|
61
|
+
color: string;
|
|
62
|
+
backgroundColor: any;
|
|
63
|
+
borderColor: string;
|
|
64
|
+
boxShadow: string;
|
|
65
|
+
};
|
|
66
|
+
isButtonVisible(button: Button): boolean;
|
|
67
|
+
isButtonActive(button: Button): boolean;
|
|
68
|
+
isButtonDisabled(button: Button): boolean;
|
|
69
|
+
getButtonName(button: Button): string | null;
|
|
70
|
+
getButtonLabel(button: Button): string;
|
|
71
|
+
getButtonTextColor(button: Button): string;
|
|
72
|
+
showTooltip(button: Button, index: number, event: MouseEvent | FocusEvent): void;
|
|
73
|
+
hideTooltip(): void;
|
|
74
|
+
getTooltipId(index: number): string;
|
|
75
|
+
resolveColor(value: string | (() => string) | undefined, fallback: string): string;
|
|
76
|
+
private isTransparentColor;
|
|
77
|
+
private resolveBoolean;
|
|
47
78
|
mergeStyles(...styles: any[]): any;
|
|
48
79
|
isCustomComponent(comp: HTMLElement | CustomComponent | (() => HTMLElement | CustomComponent)): comp is CustomComponent;
|
|
49
80
|
isFunctionComponent(comp: HTMLElement | CustomComponent | (() => HTMLElement | CustomComponent)): comp is () => HTMLElement | CustomComponent;
|
|
50
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<ControlButtonsComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ControlButtonsComponent, "app-control-buttons-component", never, { "buttons": { "alias": "buttons"; "required": false; }; "buttonColor": { "alias": "buttonColor"; "required": false; }; "buttonBackgroundColor": { "alias": "buttonBackgroundColor"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "buttonsContainerStyle": { "alias": "buttonsContainerStyle"; "required": false; }; }, {}, never, never, true, never>;
|
|
82
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ControlButtonsComponent, "app-control-buttons-component", never, { "buttons": { "alias": "buttons"; "required": false; }; "buttonColor": { "alias": "buttonColor"; "required": false; }; "buttonBackgroundColor": { "alias": "buttonBackgroundColor"; "required": false; }; "isDarkMode": { "alias": "isDarkMode"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "buttonsContainerStyle": { "alias": "buttonsContainerStyle"; "required": false; }; }, {}, never, never, true, never>;
|
|
52
83
|
}
|
|
84
|
+
export {};
|
|
@@ -75,6 +75,25 @@ export declare class ControlButtonsComponentTouch {
|
|
|
75
75
|
direction: string;
|
|
76
76
|
buttonsContainerStyle: any;
|
|
77
77
|
showAspect: boolean;
|
|
78
|
+
getContainerStyle(): Record<string, string | number>;
|
|
79
|
+
getButtonStyle(button: ButtonTouch): {
|
|
80
|
+
width: string;
|
|
81
|
+
height: string;
|
|
82
|
+
padding: string;
|
|
83
|
+
margin: string;
|
|
84
|
+
display: string;
|
|
85
|
+
'align-items': string;
|
|
86
|
+
'justify-content': string;
|
|
87
|
+
border: string;
|
|
88
|
+
'border-radius': string;
|
|
89
|
+
cursor: string;
|
|
90
|
+
'background-color': string;
|
|
91
|
+
};
|
|
92
|
+
isButtonVisible(button: ButtonTouch): boolean;
|
|
93
|
+
isButtonActive(button: ButtonTouch): boolean;
|
|
94
|
+
isButtonDisabled(button: ButtonTouch): boolean;
|
|
95
|
+
resolveColor(value: string | (() => string) | undefined, fallback: string): string;
|
|
96
|
+
private resolveBoolean;
|
|
78
97
|
getAlignmentStyle(): any;
|
|
79
98
|
mergeStyles(...styles: any[]): any;
|
|
80
99
|
isCustomComponent(comp: HTMLElement | CustomComponent | (() => HTMLElement | CustomComponent)): comp is CustomComponent;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ControlIconBadgeWidgetComponent {
|
|
4
|
+
icon: IconDefinition;
|
|
5
|
+
iconColor: string;
|
|
6
|
+
badgeValue: number | string;
|
|
7
|
+
showBadge: boolean;
|
|
8
|
+
get normalizedBadgeValue(): string;
|
|
9
|
+
get isDotBadge(): boolean;
|
|
10
|
+
get shouldRenderBadge(): boolean;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ControlIconBadgeWidgetComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ControlIconBadgeWidgetComponent, "app-control-icon-badge-widget", never, { "icon": { "alias": "icon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "badgeValue": { "alias": "badgeValue"; "required": false; }; "showBadge": { "alias": "showBadge"; "required": false; }; }, {}, never, never, true, never>;
|
|
13
|
+
}
|
|
@@ -26,6 +26,7 @@ export declare class MenuParticipantsWidget {
|
|
|
26
26
|
iconColor: string;
|
|
27
27
|
participantsCounter: number;
|
|
28
28
|
constructor(icon: IconDefinition, iconColor: string, participantsCounter: number);
|
|
29
|
+
get normalizedCount(): string;
|
|
29
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuParticipantsWidget, never>;
|
|
30
31
|
static ɵcmp: i0.ɵɵComponentDeclaration<MenuParticipantsWidget, "app-menu-participants-widget", never, { "icon": { "alias": "icon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "participantsCounter": { "alias": "participantsCounter"; "required": false; }; }, {}, never, never, true, never>;
|
|
31
32
|
}
|
|
@@ -26,9 +26,9 @@ import * as i0 from "@angular/core";
|
|
|
26
26
|
export declare class MenuWidget {
|
|
27
27
|
icon: IconDefinition;
|
|
28
28
|
iconColor: string;
|
|
29
|
-
badgeValue: number;
|
|
29
|
+
badgeValue: number | string;
|
|
30
30
|
showBadge: boolean;
|
|
31
|
-
constructor(icon: IconDefinition, iconColor: string, badgeValue: number, showBadge: boolean);
|
|
31
|
+
constructor(icon: IconDefinition, iconColor: string, badgeValue: number | string, showBadge: boolean);
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuWidget, never>;
|
|
33
33
|
static ɵcmp: i0.ɵɵComponentDeclaration<MenuWidget, "app-menu-widget", never, { "icon": { "alias": "icon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "badgeValue": { "alias": "badgeValue"; "required": false; }; "showBadge": { "alias": "showBadge"; "required": false; }; }, {}, never, never, true, never>;
|
|
34
34
|
}
|
package/dist/lib/components/display-components/control-widgets/message-widget.component.d.ts
CHANGED
|
@@ -26,9 +26,9 @@ import * as i0 from "@angular/core";
|
|
|
26
26
|
export declare class MessageWidget {
|
|
27
27
|
icon: IconDefinition;
|
|
28
28
|
iconColor: string;
|
|
29
|
-
badgeValue: number;
|
|
29
|
+
badgeValue: number | string;
|
|
30
30
|
showBadge: boolean;
|
|
31
|
-
constructor(icon: IconDefinition, iconColor: string, badgeValue: number, showBadge: boolean);
|
|
31
|
+
constructor(icon: IconDefinition, iconColor: string, badgeValue: number | string, showBadge: boolean);
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageWidget, never>;
|
|
33
33
|
static ɵcmp: i0.ɵɵComponentDeclaration<MessageWidget, "app-message-widget", never, { "icon": { "alias": "icon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "badgeValue": { "alias": "badgeValue"; "required": false; }; "showBadge": { "alias": "showBadge"; "required": false; }; }, {}, never, never, true, never>;
|
|
34
34
|
}
|
package/dist/lib/components/display-components/control-widgets/record-timer-widget.component.d.ts
CHANGED
|
@@ -17,6 +17,8 @@ import * as i0 from "@angular/core";
|
|
|
17
17
|
export declare class RecordTimerWidget {
|
|
18
18
|
recordingProgressTime: string;
|
|
19
19
|
constructor(recordingProgressTime: string);
|
|
20
|
+
get displayTime(): string;
|
|
21
|
+
get ariaLabel(): string;
|
|
20
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<RecordTimerWidget, never>;
|
|
21
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<RecordTimerWidget, "app-record-timer-widget", never, {}, {}, never, never, true, never>;
|
|
22
24
|
}
|
package/dist/lib/components/display-components/control-widgets/screenshare-widget.component.d.ts
CHANGED
|
@@ -28,12 +28,14 @@ import * as i0 from "@angular/core";
|
|
|
28
28
|
*/
|
|
29
29
|
export declare class ScreenShareWidget {
|
|
30
30
|
private injectedDisabled;
|
|
31
|
+
private injectedIconColor;
|
|
31
32
|
disabled: boolean;
|
|
33
|
+
iconColor: string;
|
|
32
34
|
faDesktop: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
33
35
|
faBan: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
34
36
|
computedDisabled: boolean;
|
|
35
|
-
constructor(injectedDisabled: boolean);
|
|
37
|
+
constructor(injectedDisabled: boolean, injectedIconColor: string);
|
|
36
38
|
ngOnChanges(): void;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScreenShareWidget, [{ optional: true; }]>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScreenShareWidget, "app-screen-share-button", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScreenShareWidget, [{ optional: true; }, { optional: true; }]>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScreenShareWidget, "app-screen-share-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; }, {}, never, never, true, never>;
|
|
39
41
|
}
|