@rtsee/ngx 0.0.59 → 0.0.60
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/ngx/fesm2022/rtsee-ngx.mjs +1689 -0
- package/dist/ngx/fesm2022/rtsee-ngx.mjs.map +1 -0
- package/dist/ngx/index.d.ts +538 -0
- package/package.json +10 -7
- package/.editorconfig +0 -16
- package/CHANGELOG.md +0 -120
- package/angular.json +0 -67
- package/jest.config.ts +0 -9
- package/projects/ngx/ng-package.json +0 -8
- package/projects/ngx/package.json +0 -20
- package/projects/ngx/src/lib/common/components/preloader/preloader.component.html +0 -5
- package/projects/ngx/src/lib/common/components/preloader/preloader.component.ts +0 -30
- package/projects/ngx/src/lib/common/interfaces/index.ts +0 -1
- package/projects/ngx/src/lib/common/interfaces/server-errors.ts +0 -5
- package/projects/ngx/src/lib/components/constans/common.const.ts +0 -8
- package/projects/ngx/src/lib/components/enums/form.enum.ts +0 -8
- package/projects/ngx/src/lib/components/rtsee/rtsee-conference.component.html +0 -70
- package/projects/ngx/src/lib/components/rtsee/rtsee-conference.component.ts +0 -35
- package/projects/ngx/src/lib/components/rtsee/rtsee-controls/rtsee-controls.component.html +0 -54
- package/projects/ngx/src/lib/components/rtsee/rtsee-controls/rtsee-controls.component.scss +0 -70
- package/projects/ngx/src/lib/components/rtsee/rtsee-controls/rtsee-controls.component.ts +0 -24
- package/projects/ngx/src/lib/components/rtsee-auth/auth/auth.component.html +0 -16
- package/projects/ngx/src/lib/components/rtsee-auth/auth/auth.component.ts +0 -48
- package/projects/ngx/src/lib/components/rtsee-auth/forgot-password/forgot-password.component.html +0 -35
- package/projects/ngx/src/lib/components/rtsee-auth/forgot-password/forgot-password.component.ts +0 -42
- package/projects/ngx/src/lib/components/rtsee-auth/reset-password/reset-password.component.html +0 -43
- package/projects/ngx/src/lib/components/rtsee-auth/reset-password/reset-password.component.ts +0 -83
- package/projects/ngx/src/lib/components/rtsee-auth/services/auth.service.ts +0 -40
- package/projects/ngx/src/lib/components/rtsee-auth/services/utils.service.ts +0 -20
- package/projects/ngx/src/lib/components/rtsee-auth/sign-in/sign-in.component.html +0 -84
- package/projects/ngx/src/lib/components/rtsee-auth/sign-in/sign-in.component.ts +0 -120
- package/projects/ngx/src/lib/components/rtsee-auth/sign-up/sign-up.component.html +0 -51
- package/projects/ngx/src/lib/components/rtsee-auth/sign-up/sign-up.component.ts +0 -67
- package/projects/ngx/src/lib/components/rtsee-auth/types/auth-form.type.ts +0 -36
- package/projects/ngx/src/lib/components/rtsee-auth/validators/form-fields-validators.ts +0 -27
- package/projects/ngx/src/lib/components/rtsee-auth/vendors/vendors.component.html +0 -1
- package/projects/ngx/src/lib/components/rtsee-auth/vendors/vendors.component.ts +0 -10
- package/projects/ngx/src/lib/components/rtsee-container/rtsee-container.component.html +0 -46
- package/projects/ngx/src/lib/components/rtsee-container/rtsee-container.component.ts +0 -34
- package/projects/ngx/src/lib/components/rtsee-container/rtsee-nav/rtsee-nav.component.html +0 -25
- package/projects/ngx/src/lib/components/rtsee-container/rtsee-nav/rtsee-nav.component.ts +0 -26
- package/projects/ngx/src/lib/components/rtsee-events-dashboard/components/event-thumbnail/event-thumbnail.component.html +0 -20
- package/projects/ngx/src/lib/components/rtsee-events-dashboard/components/event-thumbnail/event-thumbnail.component.ts +0 -89
- package/projects/ngx/src/lib/components/rtsee-events-dashboard/components/rtsee-events-dashboard-client/rtsee-events-dashboard-client.component.html +0 -1
- package/projects/ngx/src/lib/components/rtsee-events-dashboard/components/rtsee-events-dashboard-client/rtsee-events-dashboard-client.component.ts +0 -8
- package/projects/ngx/src/lib/components/rtsee-events-dashboard/components/rtsee-events-dashboard-client-thumbnail/rtsee-events-dashboard-client-thumbnail.component.html +0 -25
- package/projects/ngx/src/lib/components/rtsee-events-dashboard/components/rtsee-events-dashboard-client-thumbnail/rtsee-events-dashboard-client-thumbnail.component.ts +0 -40
- package/projects/ngx/src/lib/components/rtsee-events-dashboard/components/rtsee-events-dashboard-session/rtsee-events-dashboard-session.component.html +0 -32
- package/projects/ngx/src/lib/components/rtsee-events-dashboard/components/rtsee-events-dashboard-session/rtsee-events-dashboard-session.component.ts +0 -21
- package/projects/ngx/src/lib/components/rtsee-events-dashboard/rtsee-events-dashboard.component.html +0 -12
- package/projects/ngx/src/lib/components/rtsee-events-dashboard/rtsee-events-dashboard.component.ts +0 -19
- package/projects/ngx/src/lib/components/rtsee-messenger/chat/chat.component.html +0 -10
- package/projects/ngx/src/lib/components/rtsee-messenger/chat/chat.component.ts +0 -18
- package/projects/ngx/src/lib/components/rtsee-messenger/chat-input/chat-input.component.html +0 -20
- package/projects/ngx/src/lib/components/rtsee-messenger/chat-input/chat-input.component.ts +0 -31
- package/projects/ngx/src/lib/components/rtsee-messenger/chat-thumbnail/chat-thumbnail.component.html +0 -28
- package/projects/ngx/src/lib/components/rtsee-messenger/chat-thumbnail/chat-thumbnail.component.ts +0 -27
- package/projects/ngx/src/lib/components/rtsee-messenger/chats-list/chats-list.component.html +0 -6
- package/projects/ngx/src/lib/components/rtsee-messenger/chats-list/chats-list.component.ts +0 -22
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/components/contacts-multiselect/contacts-multiselect.component.html +0 -3
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/components/contacts-multiselect/contacts-multiselect.component.scss +0 -0
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/components/contacts-multiselect/contacts-multiselect.component.ts +0 -18
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/components/manage-chat/manage-chat.component.html +0 -4
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/components/manage-chat/manage-chat.component.scss +0 -0
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/components/manage-chat/manage-chat.component.ts +0 -18
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/components/models/MainMenuState.ts +0 -11
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/components/search/search.component.html +0 -25
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/components/search/search.component.ts +0 -36
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/main-menu.component.html +0 -32
- package/projects/ngx/src/lib/components/rtsee-messenger/main-menu/main-menu.component.ts +0 -41
- package/projects/ngx/src/lib/components/rtsee-messenger/message/components/message-time-and-status/message-time-and-status.component.html +0 -9
- package/projects/ngx/src/lib/components/rtsee-messenger/message/components/message-time-and-status/message-time-and-status.component.ts +0 -23
- package/projects/ngx/src/lib/components/rtsee-messenger/message/message.component.html +0 -17
- package/projects/ngx/src/lib/components/rtsee-messenger/message/message.component.ts +0 -64
- package/projects/ngx/src/lib/components/rtsee-messenger/message-widgets/call-widget/call-widget.component.html +0 -10
- package/projects/ngx/src/lib/components/rtsee-messenger/message-widgets/call-widget/call-widget.component.scss +0 -1
- package/projects/ngx/src/lib/components/rtsee-messenger/message-widgets/call-widget/call-widget.component.ts +0 -36
- package/projects/ngx/src/lib/components/rtsee-messenger/messages-list/messages-list.component.html +0 -18
- package/projects/ngx/src/lib/components/rtsee-messenger/messages-list/messages-list.component.ts +0 -91
- package/projects/ngx/src/lib/components/rtsee-messenger/messenger/messenger.component.html +0 -31
- package/projects/ngx/src/lib/components/rtsee-messenger/messenger/messenger.component.ts +0 -45
- package/projects/ngx/src/lib/components/rtsee-messenger/messenger-header/messenger-header.component.html +0 -57
- package/projects/ngx/src/lib/components/rtsee-messenger/messenger-header/messenger-header.component.ts +0 -30
- package/projects/ngx/src/lib/components/rtsee-messenger/profile/profile.component.html +0 -20
- package/projects/ngx/src/lib/components/rtsee-messenger/profile/profile.component.ts +0 -25
- package/projects/ngx/src/lib/components/rtsee-peer/rtsee-peer.component.html +0 -28
- package/projects/ngx/src/lib/components/rtsee-peer/rtsee-peer.component.ts +0 -43
- package/projects/ngx/src/lib/components/rtsee-peers-list/rtsee-peers-list.component.html +0 -1
- package/projects/ngx/src/lib/components/rtsee-peers-list/rtsee-peers-list.component.scss +0 -0
- package/projects/ngx/src/lib/components/rtsee-peers-list/rtsee-peers-list.component.ts +0 -9
- package/projects/ngx/src/lib/components/rtsee-presentation/presentation/presentation.component.html +0 -25
- package/projects/ngx/src/lib/components/rtsee-presentation/presentation/presentation.component.ts +0 -24
- package/projects/ngx/src/lib/components/rtsee-presentation/presentation-header/presentation-header.component.html +0 -14
- package/projects/ngx/src/lib/components/rtsee-presentation/presentation-header/presentation-header.component.ts +0 -15
- package/projects/ngx/src/lib/components/rtsee-presentation/slide/slide.component.html +0 -33
- package/projects/ngx/src/lib/components/rtsee-presentation/slide/slide.component.ts +0 -26
- package/projects/ngx/src/lib/components/rtsee-presentation/story-player/story-player.component.html +0 -10
- package/projects/ngx/src/lib/components/rtsee-presentation/story-player/story-player.component.ts +0 -22
- package/projects/ngx/src/lib/components/rtsee-presentation/story-thumbnail/story-thumbnail.component.html +0 -15
- package/projects/ngx/src/lib/components/rtsee-presentation/story-thumbnail/story-thumbnail.component.scss +0 -0
- package/projects/ngx/src/lib/components/rtsee-presentation/story-thumbnail/story-thumbnail.component.ts +0 -19
- package/projects/ngx/src/lib/components/rtsee-settings/rtsee-settings.component.html +0 -44
- package/projects/ngx/src/lib/components/rtsee-settings/rtsee-settings.component.scss +0 -30
- package/projects/ngx/src/lib/components/rtsee-settings/rtsee-settings.component.ts +0 -57
- package/projects/ngx/src/lib/components/rtsee-soundbar/rtsee-soundbar.component.html +0 -19
- package/projects/ngx/src/lib/components/rtsee-soundbar/rtsee-soundbar.component.scss +0 -56
- package/projects/ngx/src/lib/components/rtsee-soundbar/rtsee-soundbar.component.ts +0 -66
- package/projects/ngx/src/lib/directives/shave.directive.ts +0 -15
- package/projects/ngx/src/lib/directives/widget.directive.ts +0 -9
- package/projects/ngx/src/lib/ngx.module.ts +0 -127
- package/projects/ngx/src/lib/ngx.service.spec.ts +0 -16
- package/projects/ngx/src/lib/ngx.service.ts +0 -11
- package/projects/ngx/src/lib/services/default-images.service.ts +0 -8
- package/projects/ngx/src/lib/services/events-widgets.service.ts +0 -19
- package/projects/ngx/src/lib/services/message-widgets.service.ts +0 -26
- package/projects/ngx/src/lib/services/time-format-helper.service.ts +0 -111
- package/projects/ngx/src/public-api.ts +0 -16
- package/projects/ngx/tsconfig.lib.json +0 -14
- package/projects/ngx/tsconfig.lib.prod.json +0 -10
- package/projects/ngx/tsconfig.spec.json +0 -10
- package/projects/ngx/yarn.lock +0 -8
- package/scss-bundle.config.json +0 -6
- package/setup-jest.ts +0 -1
- package/tsconfig.eslint.json +0 -4
- package/tsconfig.json +0 -35
- package/tsconfig.spec.json +0 -8
- /package/{projects → dist}/ngx/README.md +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/auth/auth-container.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/auth/index.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/auth/variables.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/common-components/preloader.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/common-variables.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/common.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/containers/index.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/containers/nav-item.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/containers/nav.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/containers/shell.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/containers/variables.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/events-manager/client-thumbnail.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/events-manager/event-thumbnail.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/events-manager/events-dashboard-session.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/events-manager/events-dashboard.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/events-manager/events-manager.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/events-manager/index.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/events-manager.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/forms/common.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/forms/index.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/forms/variables.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/general.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/call-widget.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/chat-input.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/chat-thumbnail.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/chat.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/chats-list.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/index.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/message-time-and-status.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/message.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/messages-list.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/messenger-header.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/messenger-search.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/messenger.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/messenger/variables.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/presentation/index.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/presentation/slide.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/presentation/story-player.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/presentation/story-thumbnail.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/presentation/variables.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/styles.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/video-chat/index.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/video-chat/video-chat.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/video-chat/video-peer.scss +0 -0
- /package/{projects → dist}/ngx/src/lib/theme/video-chat.scss +0 -0
|
@@ -0,0 +1,538 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnInit, AfterViewInit, ElementRef, ViewContainerRef, ComponentFactoryResolver, ChangeDetectorRef, OnDestroy, EventEmitter } from '@angular/core';
|
|
3
|
+
import { RTSeeConference, RTSeePeerConnection } from '@rtsee/conference';
|
|
4
|
+
import { RTSeeMessenger, RTSeeMessengerSearch, RTSeeMessage, RTSeeChat, RTSeeChatMember } from '@rtsee/messenger';
|
|
5
|
+
import { RTSeeEventsDashboard, RTSeeDashboardClientSession, RTSeeDashboardEvent, RTSeeDashboardClient } from '@rtsee/events-dashboard';
|
|
6
|
+
import { RTSee, INavigationConfig, IRouteConfig } from '@rtsee/factory';
|
|
7
|
+
import { RTSeePresentation, RTSeeStory, RTSeeStorySlide } from '@rtsee/presentation';
|
|
8
|
+
import { HttpClient } from '@angular/common/http';
|
|
9
|
+
import { RTSeeAuth, RTSeeAuthConfiguration, IRtseeSignInRequestOptions, IRTSeeSignInResponse, IRtseeSignUpRequestOptions, IRTSeeSignUpResponse, AuthEndpointsKeys } from '@rtsee/auth';
|
|
10
|
+
import { Observable, Subscription } from 'rxjs';
|
|
11
|
+
import * as i43 from '@angular/forms';
|
|
12
|
+
import { FormArray, FormGroup, FormControl, FormBuilder } from '@angular/forms';
|
|
13
|
+
import * as i46 from '@angular/router';
|
|
14
|
+
import { Router, ActivatedRoute } from '@angular/router';
|
|
15
|
+
import { IRTSeeCall } from '@rtsee/core';
|
|
16
|
+
import { IMessageThumbnail, RTSeeChatTypes } from '@rtsee/common';
|
|
17
|
+
import * as i42 from '@angular/common';
|
|
18
|
+
import * as i44 from 'ngx-autosize';
|
|
19
|
+
import * as i45 from 'ngx-infinite-scroll';
|
|
20
|
+
import * as i47 from 'ngx-captcha';
|
|
21
|
+
|
|
22
|
+
declare class NgxService {
|
|
23
|
+
lol: string;
|
|
24
|
+
constructor();
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgxService, never>;
|
|
26
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NgxService>;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
declare class RTSeeControlsComponent {
|
|
30
|
+
rtsee: RTSeeConference;
|
|
31
|
+
fullScreenMode?: boolean;
|
|
32
|
+
onPresentClicked(): void;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RTSeeControlsComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RTSeeControlsComponent, "ngx-rtsee-controls", never, { "rtsee": { "alias": "rtsee"; "required": false; }; "fullScreenMode": { "alias": "fullScreenMode"; "required": false; }; }, {}, never, never, true, never>;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
declare class RtseeSettingsComponent implements OnInit {
|
|
38
|
+
availableAudioInputDevices: MediaDeviceInfo[];
|
|
39
|
+
availableVideoInputDevices: MediaDeviceInfo[];
|
|
40
|
+
availableAudioOutputDevices: MediaDeviceInfo[];
|
|
41
|
+
audioOutputDeviceId?: string;
|
|
42
|
+
videoInputDeviceId?: string;
|
|
43
|
+
audioInputDeviceId?: string;
|
|
44
|
+
rtSee: RTSeeConference;
|
|
45
|
+
fullScreenMode: boolean;
|
|
46
|
+
constructor();
|
|
47
|
+
ngOnInit(): void;
|
|
48
|
+
refreshSelectOptions(): void;
|
|
49
|
+
audioInputChanged(): void;
|
|
50
|
+
audioOutputChanged(): void;
|
|
51
|
+
videoInputChanged(): void;
|
|
52
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RtseeSettingsComponent, never>;
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RtseeSettingsComponent, "ngx-rtsee-settings", never, { "rtSee": { "alias": "rtSee"; "required": false; }; "fullScreenMode": { "alias": "fullScreenMode"; "required": false; }; }, {}, never, never, true, never>;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
declare class RTSeeConferenceComponent {
|
|
57
|
+
settingsViewEnabled: boolean;
|
|
58
|
+
rtSee: RTSeeConference;
|
|
59
|
+
constructor();
|
|
60
|
+
toggleSettings(): void;
|
|
61
|
+
toggleFullScreenMode(): void;
|
|
62
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RTSeeConferenceComponent, never>;
|
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RTSeeConferenceComponent, "rtsee-conference", never, { "rtSee": { "alias": "rtSee"; "required": false; }; }, {}, never, never, true, never>;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
declare class RtseePeerComponent implements AfterViewInit {
|
|
67
|
+
intervalLength: number;
|
|
68
|
+
noiceLevel: number;
|
|
69
|
+
audioOutput?: ElementRef;
|
|
70
|
+
videoOutput?: ElementRef;
|
|
71
|
+
peer: RTSeePeerConnection;
|
|
72
|
+
constructor();
|
|
73
|
+
ngAfterViewInit(): void;
|
|
74
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RtseePeerComponent, never>;
|
|
75
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RtseePeerComponent, "ngx-rtsee-peer", never, { "peer": { "alias": "peer"; "required": false; }; }, {}, never, never, true, never>;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
declare class ProfileComponent {
|
|
79
|
+
messenger: RTSeeMessenger;
|
|
80
|
+
call(): void;
|
|
81
|
+
videoCall(): void;
|
|
82
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileComponent, never>;
|
|
83
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileComponent, "rtsee-profile", never, { "messenger": { "alias": "messenger"; "required": false; }; }, {}, never, never, true, never>;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
declare class MessengerComponent {
|
|
87
|
+
isHeaderExpanded: boolean;
|
|
88
|
+
messenger: RTSeeMessenger;
|
|
89
|
+
constructor();
|
|
90
|
+
onScroll(): void;
|
|
91
|
+
onHeaderExpandToggled(value: boolean): void;
|
|
92
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MessengerComponent, never>;
|
|
93
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MessengerComponent, "rtsee-messenger", never, { "messenger": { "alias": "messenger"; "required": false; }; }, {}, never, never, true, never>;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
declare class RtseeEventsDashboardComponent {
|
|
97
|
+
eventsDashboard: RTSeeEventsDashboard;
|
|
98
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RtseeEventsDashboardComponent, never>;
|
|
99
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RtseeEventsDashboardComponent, "rtsee-events-dashboard", never, { "eventsDashboard": { "alias": "eventsDashboard"; "required": false; }; }, {}, never, never, true, never>;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
declare class RTSeeContainerComponent {
|
|
103
|
+
rtsee: RTSee;
|
|
104
|
+
navigationConfig: INavigationConfig<IRouteConfig>;
|
|
105
|
+
isSidenavExpanded: boolean;
|
|
106
|
+
isSidenavExpandededed: boolean;
|
|
107
|
+
onSidenavToggleClicked(): void;
|
|
108
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RTSeeContainerComponent, never>;
|
|
109
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RTSeeContainerComponent, "rtsee-container", never, { "rtsee": { "alias": "rtsee"; "required": false; }; "navigationConfig": { "alias": "navigationConfig"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
declare class PresentationComponent {
|
|
113
|
+
presentation: RTSeePresentation;
|
|
114
|
+
constructor();
|
|
115
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PresentationComponent, never>;
|
|
116
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PresentationComponent, "rtsee-presentation", never, { "presentation": { "alias": "presentation"; "required": false; }; }, {}, never, never, true, never>;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
declare class RTSeeAuthService {
|
|
120
|
+
private http;
|
|
121
|
+
rtseeAuth: RTSeeAuth<any>;
|
|
122
|
+
authConfiguration: RTSeeAuthConfiguration;
|
|
123
|
+
constructor(http: HttpClient);
|
|
124
|
+
init(auth: RTSeeAuth<any>): void;
|
|
125
|
+
signIn(credentials: IRtseeSignInRequestOptions): Observable<IRTSeeSignInResponse>;
|
|
126
|
+
signUp(credentials: IRtseeSignUpRequestOptions): Observable<IRTSeeSignUpResponse>;
|
|
127
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RTSeeAuthService, never>;
|
|
128
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<RTSeeAuthService>;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
declare class RTSeeAuthComponent implements OnInit {
|
|
132
|
+
authService: RTSeeAuthService;
|
|
133
|
+
auth: RTSeeAuth<any>;
|
|
134
|
+
activeComponent: 'reset-password' | 'sign-up' | 'sign-in' | 'forgot-password';
|
|
135
|
+
constructor(authService: RTSeeAuthService);
|
|
136
|
+
ngOnInit(): void;
|
|
137
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RTSeeAuthComponent, never>;
|
|
138
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RTSeeAuthComponent, "rtsee-auth", never, { "auth": { "alias": "auth"; "required": false; }; }, {}, never, never, true, never>;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
declare class VendorsComponent {
|
|
142
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<VendorsComponent, never>;
|
|
143
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VendorsComponent, "rtsee-vendors", never, {}, {}, never, never, true, never>;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
type SignUpForm = {
|
|
147
|
+
email: string | null;
|
|
148
|
+
password: string | null;
|
|
149
|
+
passwordConfirmation: string | null;
|
|
150
|
+
terms: boolean;
|
|
151
|
+
};
|
|
152
|
+
type TypedReactiveForm<T> = {
|
|
153
|
+
[Key in keyof T]: T[Key] extends Array<infer Item> ? Item extends object ? FormArray<FormGroup<TypedReactiveForm<Item>>> : FormControl<T[Key]> : FormControl<T[Key]>;
|
|
154
|
+
};
|
|
155
|
+
type ResetPasswordForm = {
|
|
156
|
+
password: string;
|
|
157
|
+
passwordConfirm: string;
|
|
158
|
+
};
|
|
159
|
+
type ForgotPasswordForm = {
|
|
160
|
+
email: string;
|
|
161
|
+
};
|
|
162
|
+
type SignInForm = {
|
|
163
|
+
username: string;
|
|
164
|
+
password: string;
|
|
165
|
+
remember: boolean;
|
|
166
|
+
};
|
|
167
|
+
|
|
168
|
+
declare class ForgotPasswordComponent {
|
|
169
|
+
private readonly formBuilder;
|
|
170
|
+
private authService;
|
|
171
|
+
isLoading: boolean;
|
|
172
|
+
readonly emailForm: FormGroup<TypedReactiveForm<ForgotPasswordForm>>;
|
|
173
|
+
readonly forgotPasswordFormKeys: Record<keyof ForgotPasswordForm, string>;
|
|
174
|
+
authConfiguration: RTSeeAuthConfiguration;
|
|
175
|
+
constructor(formBuilder: FormBuilder, authService: RTSeeAuthService);
|
|
176
|
+
submitEmail(): void;
|
|
177
|
+
protected readonly AuthEndpointsKeys: typeof AuthEndpointsKeys;
|
|
178
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ForgotPasswordComponent, never>;
|
|
179
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ForgotPasswordComponent, "rtsee-forgot-password", never, {}, {}, never, never, true, never>;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
declare class SignInComponent {
|
|
183
|
+
private readonly formBuilder;
|
|
184
|
+
private readonly router;
|
|
185
|
+
authService: RTSeeAuthService;
|
|
186
|
+
readonly signInForm: FormGroup<TypedReactiveForm<SignInForm>>;
|
|
187
|
+
readonly authConfiguration: RTSeeAuthConfiguration;
|
|
188
|
+
protected readonly AuthEndpointsKeys: typeof AuthEndpointsKeys;
|
|
189
|
+
loadInProgress: boolean;
|
|
190
|
+
serverSideError: string;
|
|
191
|
+
constructor(formBuilder: FormBuilder, router: Router, authService: RTSeeAuthService);
|
|
192
|
+
get usernameField(): FormControl<string>;
|
|
193
|
+
get passwordField(): FormControl<string>;
|
|
194
|
+
get rememberField(): FormControl<boolean>;
|
|
195
|
+
login(): void;
|
|
196
|
+
private showServerSideErrorForXSeconds;
|
|
197
|
+
private disableFormFields;
|
|
198
|
+
private enableFormFields;
|
|
199
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SignInComponent, never>;
|
|
200
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SignInComponent, "rtsee-sign-in", never, {}, {}, never, never, true, never>;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
declare class SignUpComponent {
|
|
204
|
+
private readonly formBuilder;
|
|
205
|
+
private authService;
|
|
206
|
+
readonly signUpForm: FormGroup<TypedReactiveForm<SignUpForm>>;
|
|
207
|
+
readonly signUpFormKeys: Record<keyof SignUpForm, string>;
|
|
208
|
+
readonly authConfiguration: RTSeeAuthConfiguration;
|
|
209
|
+
constructor(formBuilder: FormBuilder, authService: RTSeeAuthService);
|
|
210
|
+
signUp(): void;
|
|
211
|
+
protected readonly AuthEndpointsKeys: typeof AuthEndpointsKeys;
|
|
212
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SignUpComponent, never>;
|
|
213
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SignUpComponent, "rtsee-sign-up", never, {}, {}, never, never, true, never>;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
declare class TimeFormatHelperService {
|
|
217
|
+
toAgo(time: Date): string;
|
|
218
|
+
toDayOfWeek(time: Date): string;
|
|
219
|
+
toTime(time: Date): string;
|
|
220
|
+
toDate(time: Date): string;
|
|
221
|
+
toDateNumeral(time: Date): string;
|
|
222
|
+
toDateNumeralWithYear(time: Date): string;
|
|
223
|
+
toDateWithYear(time: Date): string;
|
|
224
|
+
formatDate(time: Date): string;
|
|
225
|
+
formatTimeOrDate(time: Date): string;
|
|
226
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimeFormatHelperService, never>;
|
|
227
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TimeFormatHelperService>;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
declare class RtseeEventsDashboardSessionComponent {
|
|
231
|
+
timeFormatService: TimeFormatHelperService;
|
|
232
|
+
session: RTSeeDashboardClientSession;
|
|
233
|
+
constructor(timeFormatService: TimeFormatHelperService);
|
|
234
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RtseeEventsDashboardSessionComponent, never>;
|
|
235
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RtseeEventsDashboardSessionComponent, "rtsee-rtsee-events-dashboard-session", never, { "session": { "alias": "session"; "required": false; }; }, {}, never, never, true, never>;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
declare class WidgetDirective {
|
|
239
|
+
viewContainerRef: ViewContainerRef;
|
|
240
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
241
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetDirective, never>;
|
|
242
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<WidgetDirective, "[widgetHost]", never, {}, {}, never, never, true, never>;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
interface IMessageWidget {
|
|
246
|
+
name: string;
|
|
247
|
+
component: any;
|
|
248
|
+
}
|
|
249
|
+
declare class MessageWidgetsService {
|
|
250
|
+
widgetsMap: IMessageWidget[];
|
|
251
|
+
getWidgetComponentByName(name: string): any;
|
|
252
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MessageWidgetsService, never>;
|
|
253
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MessageWidgetsService>;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
declare class EventsWidgetsService {
|
|
257
|
+
widgetsMap: IMessageWidget[];
|
|
258
|
+
getWidgetComponentByName(name: string): any;
|
|
259
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EventsWidgetsService, never>;
|
|
260
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<EventsWidgetsService>;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
declare class EventThumbnailComponent implements OnInit, AfterViewInit {
|
|
264
|
+
private widgetsService;
|
|
265
|
+
private componentFactoryResolver;
|
|
266
|
+
timeFormatService: TimeFormatHelperService;
|
|
267
|
+
private cd;
|
|
268
|
+
tooltip?: string;
|
|
269
|
+
event: RTSeeDashboardEvent;
|
|
270
|
+
widgetHost: WidgetDirective;
|
|
271
|
+
constructor(widgetsService: EventsWidgetsService, componentFactoryResolver: ComponentFactoryResolver, timeFormatService: TimeFormatHelperService, cd: ChangeDetectorRef);
|
|
272
|
+
ngOnInit(): void;
|
|
273
|
+
generateTooltip(): void;
|
|
274
|
+
ngAfterViewInit(): void;
|
|
275
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EventThumbnailComponent, never>;
|
|
276
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EventThumbnailComponent, "rtsee-event-thumbnail", never, { "event": { "alias": "event"; "required": false; }; }, {}, never, never, true, never>;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
declare class ShaveDirective implements AfterViewInit {
|
|
280
|
+
private elem;
|
|
281
|
+
constructor(elem: ElementRef<HTMLDivElement>);
|
|
282
|
+
ngAfterViewInit(): void;
|
|
283
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ShaveDirective, never>;
|
|
284
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ShaveDirective, "[rtseeShave]", never, {}, {}, never, never, true, never>;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
declare enum MainMenuPanels {
|
|
288
|
+
HOME = "home",
|
|
289
|
+
CONTACTS_SELECT = "contacts-select",
|
|
290
|
+
MANAGE_CHAT = "manage-chat"
|
|
291
|
+
}
|
|
292
|
+
interface IMainMenuState {
|
|
293
|
+
activePanel: MainMenuPanels;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
declare class ContactsMultiselectComponent {
|
|
297
|
+
menuState: IMainMenuState;
|
|
298
|
+
search: RTSeeMessengerSearch;
|
|
299
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContactsMultiselectComponent, never>;
|
|
300
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContactsMultiselectComponent, "rtsee-contacts-multiselect", never, { "menuState": { "alias": "menuState"; "required": false; }; "search": { "alias": "search"; "required": false; }; }, {}, never, never, true, never>;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
declare class ManageChatComponent {
|
|
304
|
+
messenger: RTSeeMessenger;
|
|
305
|
+
menuState: IMainMenuState;
|
|
306
|
+
onInviteContactsClicked(): void;
|
|
307
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ManageChatComponent, never>;
|
|
308
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ManageChatComponent, "rtsee-manage-chat", never, { "messenger": { "alias": "messenger"; "required": false; }; "menuState": { "alias": "menuState"; "required": false; }; }, {}, never, never, true, never>;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
declare class CallWidgetComponent implements OnInit {
|
|
312
|
+
message: RTSeeMessage<IRTSeeCall>;
|
|
313
|
+
messenger: RTSeeMessenger;
|
|
314
|
+
callerName?: string;
|
|
315
|
+
ngOnInit(): void;
|
|
316
|
+
joinCall(): void;
|
|
317
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CallWidgetComponent, never>;
|
|
318
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CallWidgetComponent, "ngx-call-widget", never, { "message": { "alias": "message"; "required": false; }; "messenger": { "alias": "messenger"; "required": false; }; }, {}, never, never, true, never>;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
declare class RtseeEventsDashboardClientComponent {
|
|
322
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RtseeEventsDashboardClientComponent, never>;
|
|
323
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RtseeEventsDashboardClientComponent, "ngx-rtsee-events-dashboard-client", never, {}, {}, never, never, true, never>;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
declare class ResetPasswordComponent implements OnInit {
|
|
327
|
+
private formBuilder;
|
|
328
|
+
private route;
|
|
329
|
+
private authService;
|
|
330
|
+
isLoading: boolean;
|
|
331
|
+
resetPasswordForm: FormGroup<TypedReactiveForm<ResetPasswordForm>>;
|
|
332
|
+
passwordFormKeys: Record<keyof ResetPasswordForm, string>;
|
|
333
|
+
hidePassword: Record<keyof ResetPasswordForm, boolean>;
|
|
334
|
+
private token;
|
|
335
|
+
authConfiguration: RTSeeAuthConfiguration;
|
|
336
|
+
constructor(formBuilder: FormBuilder, route: ActivatedRoute, authService: RTSeeAuthService);
|
|
337
|
+
ngOnInit(): void;
|
|
338
|
+
resetPassword(): void;
|
|
339
|
+
private passwordMatchValidator;
|
|
340
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResetPasswordComponent, never>;
|
|
341
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ResetPasswordComponent, "rtsee-reset-password", never, {}, {}, never, never, true, never>;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
declare class DefaultImagesService {
|
|
345
|
+
PROFILE: string;
|
|
346
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultImagesService, never>;
|
|
347
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DefaultImagesService>;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
declare class RtseeEventsDashboardClientThumbnailComponent implements OnInit {
|
|
351
|
+
timeFormatService: TimeFormatHelperService;
|
|
352
|
+
defaultImagesService: DefaultImagesService;
|
|
353
|
+
dashboard: RTSeeEventsDashboard;
|
|
354
|
+
client: RTSeeDashboardClient;
|
|
355
|
+
constructor(timeFormatService: TimeFormatHelperService, defaultImagesService: DefaultImagesService);
|
|
356
|
+
ngOnInit(): void;
|
|
357
|
+
openChat(): void;
|
|
358
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RtseeEventsDashboardClientThumbnailComponent, never>;
|
|
359
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RtseeEventsDashboardClientThumbnailComponent, "ngx-rtsee-events-dashboard-client-thumbnail", never, { "dashboard": { "alias": "dashboard"; "required": false; }; "client": { "alias": "client"; "required": false; }; }, {}, never, never, true, never>;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
declare class RtseePeersListComponent {
|
|
363
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RtseePeersListComponent, never>;
|
|
364
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RtseePeersListComponent, "ngx-rtsee-peers-list", never, {}, {}, never, never, true, never>;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
declare class ChatComponent {
|
|
368
|
+
chat: RTSeeChat;
|
|
369
|
+
messenger: RTSeeMessenger;
|
|
370
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChatComponent, never>;
|
|
371
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChatComponent, "rtsee-chat", never, { "chat": { "alias": "chat"; "required": false; }; "messenger": { "alias": "messenger"; "required": false; }; }, {}, never, never, true, never>;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
declare class MessageComponent implements AfterViewInit {
|
|
375
|
+
private widgetsService;
|
|
376
|
+
private componentFactoryResolver;
|
|
377
|
+
timeFormatService: TimeFormatHelperService;
|
|
378
|
+
chat: RTSeeChat;
|
|
379
|
+
message: RTSeeMessage;
|
|
380
|
+
member: RTSeeChatMember<any>;
|
|
381
|
+
messenger: RTSeeMessenger;
|
|
382
|
+
widgetHost: WidgetDirective;
|
|
383
|
+
constructor(widgetsService: MessageWidgetsService, componentFactoryResolver: ComponentFactoryResolver, timeFormatService: TimeFormatHelperService);
|
|
384
|
+
ngAfterViewInit(): void;
|
|
385
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MessageComponent, never>;
|
|
386
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MessageComponent, "rtsee-message", never, { "chat": { "alias": "chat"; "required": false; }; "message": { "alias": "message"; "required": false; }; "member": { "alias": "member"; "required": false; }; "messenger": { "alias": "messenger"; "required": false; }; }, {}, never, never, true, never>;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
declare class MessagesListComponent implements AfterViewInit, OnDestroy, OnInit {
|
|
390
|
+
private timeFormatService;
|
|
391
|
+
bindScrollFunction: () => void;
|
|
392
|
+
chat: RTSeeChat;
|
|
393
|
+
messenger: RTSeeMessenger;
|
|
394
|
+
scrollContainer: ElementRef<HTMLDivElement>;
|
|
395
|
+
constructor(timeFormatService: TimeFormatHelperService);
|
|
396
|
+
ngOnInit(): void;
|
|
397
|
+
ngAfterViewInit(): void;
|
|
398
|
+
onMessageSent(): void;
|
|
399
|
+
ngOnDestroy(): void;
|
|
400
|
+
onScrolledToTop(): void;
|
|
401
|
+
onScroll(): void;
|
|
402
|
+
scrollToBottom(): void;
|
|
403
|
+
formatDate(message: RTSeeMessage): string;
|
|
404
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MessagesListComponent, never>;
|
|
405
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MessagesListComponent, "rtsee-messages-list", never, { "chat": { "alias": "chat"; "required": false; }; "messenger": { "alias": "messenger"; "required": false; }; }, {}, never, never, true, never>;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
declare class ChatThumbnailComponent {
|
|
409
|
+
timeFormatService: TimeFormatHelperService;
|
|
410
|
+
chat: IMessageThumbnail;
|
|
411
|
+
messenger: RTSeeMessenger;
|
|
412
|
+
readonly RTSeeChatTypes: typeof RTSeeChatTypes;
|
|
413
|
+
constructor(timeFormatService: TimeFormatHelperService);
|
|
414
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChatThumbnailComponent, never>;
|
|
415
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChatThumbnailComponent, "rtsee-chat-thumbnail", never, { "chat": { "alias": "chat"; "required": false; }; "messenger": { "alias": "messenger"; "required": false; }; }, {}, never, never, true, never>;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
declare class ChatInputComponent {
|
|
419
|
+
sendMessageForm: FormGroup;
|
|
420
|
+
messenger: RTSeeMessenger;
|
|
421
|
+
chat: RTSeeChat;
|
|
422
|
+
sendMessage(): void;
|
|
423
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChatInputComponent, never>;
|
|
424
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChatInputComponent, "rtsee-chat-input", never, { "messenger": { "alias": "messenger"; "required": false; }; "chat": { "alias": "chat"; "required": false; }; }, {}, never, never, true, never>;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
declare class RtseeSoundbarComponent implements OnInit {
|
|
428
|
+
intervalLength: number;
|
|
429
|
+
noiceLevel: number;
|
|
430
|
+
scaleOneLevel: number;
|
|
431
|
+
scaleTwoLevel: number;
|
|
432
|
+
scaleThreeLevel: number;
|
|
433
|
+
peer: RTSeePeerConnection;
|
|
434
|
+
constructor();
|
|
435
|
+
ngOnInit(): void;
|
|
436
|
+
startSoundMeterListening(): void;
|
|
437
|
+
setSoundMeterHeights(): void;
|
|
438
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RtseeSoundbarComponent, never>;
|
|
439
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RtseeSoundbarComponent, "ngx-rtsee-soundbar", never, { "peer": { "alias": "peer"; "required": false; }; }, {}, never, never, true, never>;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
declare class MessengerHeaderComponent {
|
|
443
|
+
defaultImagesService: DefaultImagesService;
|
|
444
|
+
expandToggled: EventEmitter<any>;
|
|
445
|
+
isExpanded?: boolean;
|
|
446
|
+
messenger: RTSeeMessenger;
|
|
447
|
+
constructor(defaultImagesService: DefaultImagesService);
|
|
448
|
+
toggleExpand(): void;
|
|
449
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MessengerHeaderComponent, never>;
|
|
450
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MessengerHeaderComponent, "rtsee-messenger-header", never, { "isExpanded": { "alias": "isExpanded"; "required": false; }; "messenger": { "alias": "messenger"; "required": false; }; }, { "expandToggled": "expandToggled"; }, never, never, true, never>;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
declare class ChatsListComponent implements OnInit {
|
|
454
|
+
messenger: RTSeeMessenger;
|
|
455
|
+
chats: RTSeeChat[];
|
|
456
|
+
ngOnInit(): void;
|
|
457
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChatsListComponent, never>;
|
|
458
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChatsListComponent, "rtsee-chats-list", never, { "messenger": { "alias": "messenger"; "required": false; }; "chats": { "alias": "chats"; "required": false; }; }, {}, never, never, true, never>;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
declare class MainMenuComponent {
|
|
462
|
+
search: RTSeeMessengerSearch;
|
|
463
|
+
messenger: RTSeeMessenger;
|
|
464
|
+
readonly MainMenuPanels: typeof MainMenuPanels;
|
|
465
|
+
state: IMainMenuState;
|
|
466
|
+
onNewGroupClicked(): void;
|
|
467
|
+
onNewChannelClicked(): void;
|
|
468
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MainMenuComponent, never>;
|
|
469
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MainMenuComponent, "rtsee-main-menu", never, { "search": { "alias": "search"; "required": false; }; "messenger": { "alias": "messenger"; "required": false; }; }, {}, never, never, true, never>;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
declare class MessageTimeAndStatusComponent {
|
|
473
|
+
timeFormatService: TimeFormatHelperService;
|
|
474
|
+
message: RTSeeMessage | IMessageThumbnail;
|
|
475
|
+
hideStatus?: boolean;
|
|
476
|
+
inChat?: boolean;
|
|
477
|
+
constructor(timeFormatService: TimeFormatHelperService);
|
|
478
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MessageTimeAndStatusComponent, never>;
|
|
479
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MessageTimeAndStatusComponent, "rtsee-message-time-and-status", never, { "message": { "alias": "message"; "required": false; }; "hideStatus": { "alias": "hideStatus"; "required": false; }; "inChat": { "alias": "inChat"; "required": false; }; }, {}, never, never, true, never>;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
declare class PreloaderComponent implements OnInit {
|
|
483
|
+
viewBox: string;
|
|
484
|
+
d: string;
|
|
485
|
+
canvas?: ElementRef<SVGElement>;
|
|
486
|
+
diameter?: number;
|
|
487
|
+
color?: string;
|
|
488
|
+
constructor();
|
|
489
|
+
ngOnInit(): void;
|
|
490
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PreloaderComponent, never>;
|
|
491
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PreloaderComponent, "rtsee-preloader", never, { "diameter": { "alias": "diameter"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
declare class SearchComponent implements OnInit, OnDestroy {
|
|
495
|
+
queryControl: FormControl<any>;
|
|
496
|
+
queryCtrlSub?: Subscription;
|
|
497
|
+
search: RTSeeMessengerSearch;
|
|
498
|
+
ngOnInit(): void;
|
|
499
|
+
ngOnDestroy(): void;
|
|
500
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchComponent, never>;
|
|
501
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchComponent, "rtsee-search", never, { "search": { "alias": "search"; "required": false; }; }, {}, never, never, true, never>;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
declare class StoryPlayerComponent implements OnInit {
|
|
505
|
+
story: RTSeeStory;
|
|
506
|
+
ngOnInit(): void;
|
|
507
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StoryPlayerComponent, never>;
|
|
508
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StoryPlayerComponent, "rtsee-story-player", never, { "story": { "alias": "story"; "required": false; }; }, {}, never, never, true, never>;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
declare class SlideComponent {
|
|
512
|
+
story: RTSeeStory;
|
|
513
|
+
slide: RTSeeStorySlide;
|
|
514
|
+
slideRewindClicked(forward: boolean): void;
|
|
515
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlideComponent, never>;
|
|
516
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SlideComponent, "rtsee-slide", never, { "story": { "alias": "story"; "required": false; }; "slide": { "alias": "slide"; "required": false; }; }, {}, never, never, true, never>;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
declare class StoryThumbnailComponent {
|
|
520
|
+
story: RTSeeStory;
|
|
521
|
+
protected readonly Math: Math;
|
|
522
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StoryThumbnailComponent, never>;
|
|
523
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StoryThumbnailComponent, "rtsee-story-thumbnail", never, { "story": { "alias": "story"; "required": false; }; }, {}, never, never, true, never>;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
declare class PresentationHeaderComponent {
|
|
527
|
+
presentation: RTSeePresentation;
|
|
528
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PresentationHeaderComponent, never>;
|
|
529
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PresentationHeaderComponent, "rtsee-presentation-header", never, { "presentation": { "alias": "presentation"; "required": false; }; }, {}, never, never, true, never>;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
declare class RTSeeModule {
|
|
533
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RTSeeModule, never>;
|
|
534
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RTSeeModule, never, [typeof RTSeeAuthComponent, typeof VendorsComponent, typeof ForgotPasswordComponent, typeof SignInComponent, typeof SignUpComponent, typeof RtseeEventsDashboardSessionComponent, typeof EventThumbnailComponent, typeof ShaveDirective, typeof ContactsMultiselectComponent, typeof ManageChatComponent, typeof CallWidgetComponent, typeof WidgetDirective, typeof RtseeEventsDashboardClientComponent, typeof ResetPasswordComponent, typeof RtseeEventsDashboardClientThumbnailComponent, typeof RtseePeersListComponent, typeof ChatComponent, typeof MessageComponent, typeof MessagesListComponent, typeof ChatThumbnailComponent, typeof ChatInputComponent, typeof RtseeEventsDashboardComponent, typeof MessengerComponent, typeof RTSeeControlsComponent, typeof RTSeeContainerComponent, typeof RTSeeConferenceComponent, typeof RtseePeerComponent, typeof RtseeSoundbarComponent, typeof RtseeSettingsComponent, typeof MessengerHeaderComponent, typeof ChatsListComponent, typeof ProfileComponent, typeof MainMenuComponent, typeof MessageTimeAndStatusComponent, typeof PreloaderComponent, typeof SearchComponent, typeof PresentationComponent, typeof StoryPlayerComponent, typeof SlideComponent, typeof StoryThumbnailComponent, typeof PresentationHeaderComponent, typeof i42.CommonModule, typeof i43.ReactiveFormsModule, typeof i44.AutosizeModule, typeof i45.InfiniteScrollModule, typeof i43.FormsModule, typeof i42.NgOptimizedImage, typeof i46.RouterLink, typeof i46.RouterLinkActive, typeof i47.NgxCaptchaModule], [typeof RTSeeConferenceComponent, typeof MessengerComponent, typeof RtseeEventsDashboardComponent, typeof RTSeeContainerComponent, typeof PresentationComponent, typeof RTSeeAuthComponent]>;
|
|
535
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<RTSeeModule>;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
export { MessengerComponent, NgxService, PresentationComponent, ProfileComponent, RTSeeAuthComponent, RTSeeConferenceComponent, RTSeeContainerComponent, RTSeeControlsComponent, RTSeeModule, RtseeEventsDashboardComponent, RtseePeerComponent, RtseeSettingsComponent };
|
package/package.json
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.0.
|
|
2
|
+
"version": "0.0.60",
|
|
3
3
|
"name": "@rtsee/ngx",
|
|
4
4
|
"module": "./dist/ngx/fesm2022/rtsee-ngx.mjs",
|
|
5
5
|
"types": "./dist/ngx/index.d.ts",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist"
|
|
8
|
+
],
|
|
6
9
|
"license": "ISC",
|
|
7
10
|
"scripts": {
|
|
8
11
|
"ng": "ng",
|
|
@@ -31,11 +34,11 @@
|
|
|
31
34
|
"@angular/platform-browser-dynamic": "~20.1.2",
|
|
32
35
|
"@angular/router": "~20.1.2",
|
|
33
36
|
"@primeuix/themes": "^1.2.3",
|
|
34
|
-
"@rtsee/common": "^0.0.
|
|
35
|
-
"@rtsee/conference": "^0.0.
|
|
36
|
-
"@rtsee/events-dashboard": "^0.0.
|
|
37
|
-
"@rtsee/factory": "^0.0.
|
|
38
|
-
"@rtsee/messenger": "^0.0.
|
|
37
|
+
"@rtsee/common": "^0.0.30",
|
|
38
|
+
"@rtsee/conference": "^0.0.31",
|
|
39
|
+
"@rtsee/events-dashboard": "^0.0.64",
|
|
40
|
+
"@rtsee/factory": "^0.0.73",
|
|
41
|
+
"@rtsee/messenger": "^0.0.64",
|
|
39
42
|
"@rtsee/signaling-client": "^0.0.66",
|
|
40
43
|
"dayjs": "^1.11.9",
|
|
41
44
|
"ngx-autosize": "^2.0.4",
|
|
@@ -61,5 +64,5 @@
|
|
|
61
64
|
"publishConfig": {
|
|
62
65
|
"access": "public"
|
|
63
66
|
},
|
|
64
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "1f1c018295e886d0ec55099fbb8a7cb008195a93"
|
|
65
68
|
}
|
package/.editorconfig
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
# Editor configuration, see https://editorconfig.org
|
|
2
|
-
root = true
|
|
3
|
-
|
|
4
|
-
[*]
|
|
5
|
-
charset = utf-8
|
|
6
|
-
indent_style = space
|
|
7
|
-
indent_size = 2
|
|
8
|
-
insert_final_newline = true
|
|
9
|
-
trim_trailing_whitespace = true
|
|
10
|
-
|
|
11
|
-
[*.ts]
|
|
12
|
-
quote_type = single
|
|
13
|
-
|
|
14
|
-
[*.md]
|
|
15
|
-
max_line_length = off
|
|
16
|
-
trim_trailing_whitespace = false
|