@rtsee/ngx 0.0.48 → 0.0.51

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.
Files changed (80) hide show
  1. package/dist/ngx/esm2022/lib/common/components/preloader/preloader.component.mjs +6 -8
  2. package/dist/ngx/esm2022/lib/components/constans/common.const.mjs +9 -0
  3. package/dist/ngx/esm2022/lib/components/enums/form.enum.mjs +10 -0
  4. package/dist/ngx/esm2022/lib/components/rtsee/rtsee-conference.component.mjs +4 -6
  5. package/dist/ngx/esm2022/lib/components/rtsee/rtsee-controls/rtsee-controls.component.mjs +4 -6
  6. package/dist/ngx/esm2022/lib/components/rtsee-auth/auth/auth.component.mjs +19 -0
  7. package/dist/ngx/esm2022/lib/components/rtsee-auth/forgot-password/forgot-password.component.mjs +28 -0
  8. package/dist/ngx/esm2022/lib/components/rtsee-auth/reset-password/reset-password.component.mjs +70 -0
  9. package/dist/ngx/esm2022/lib/components/rtsee-auth/services/utils.service.mjs +24 -0
  10. package/dist/ngx/esm2022/lib/components/rtsee-auth/sign-in/sign-in.component.mjs +36 -0
  11. package/dist/ngx/esm2022/lib/components/rtsee-auth/sign-up/sign-up.component.mjs +43 -0
  12. package/dist/ngx/esm2022/lib/components/rtsee-auth/types/auth-form.type.mjs +2 -0
  13. package/dist/ngx/esm2022/lib/components/rtsee-auth/vendors/vendors.component.mjs +11 -0
  14. package/dist/ngx/esm2022/lib/components/rtsee-container/rtsee-bottom-nav/rtsee-bottom-nav.component.mjs +18 -0
  15. package/dist/ngx/esm2022/lib/components/rtsee-container/rtsee-container.component.mjs +24 -6
  16. package/dist/ngx/esm2022/lib/components/rtsee-container/rtsee-sidenav/rtsee-sidenav.component.mjs +25 -0
  17. package/dist/ngx/esm2022/lib/components/rtsee-events-dashboard/components/event-thumbnail/event-thumbnail.component.mjs +3 -10
  18. package/dist/ngx/esm2022/lib/components/rtsee-events-dashboard/components/rtsee-events-dashboard-client/rtsee-events-dashboard-client.component.mjs +3 -3
  19. package/dist/ngx/esm2022/lib/components/rtsee-events-dashboard/components/rtsee-events-dashboard-client-thumbnail/rtsee-events-dashboard-client-thumbnail.component.mjs +3 -7
  20. package/dist/ngx/esm2022/lib/components/rtsee-events-dashboard/components/rtsee-events-dashboard-session/rtsee-events-dashboard-session.component.mjs +3 -5
  21. package/dist/ngx/esm2022/lib/components/rtsee-events-dashboard/rtsee-events-dashboard.component.mjs +4 -5
  22. package/dist/ngx/esm2022/lib/components/rtsee-messenger/chat/chat.component.mjs +4 -6
  23. package/dist/ngx/esm2022/lib/components/rtsee-messenger/chat-input/chat-input.component.mjs +10 -10
  24. package/dist/ngx/esm2022/lib/components/rtsee-messenger/chat-thumbnail/chat-thumbnail.component.mjs +4 -7
  25. package/dist/ngx/esm2022/lib/components/rtsee-messenger/chats-list/chats-list.component.mjs +3 -5
  26. package/dist/ngx/esm2022/lib/components/rtsee-messenger/main-menu/components/contacts-multiselect/contacts-multiselect.component.mjs +3 -5
  27. package/dist/ngx/esm2022/lib/components/rtsee-messenger/main-menu/components/manage-chat/manage-chat.component.mjs +3 -5
  28. package/dist/ngx/esm2022/lib/components/rtsee-messenger/main-menu/components/search/search.component.mjs +6 -6
  29. package/dist/ngx/esm2022/lib/components/rtsee-messenger/main-menu/main-menu.component.mjs +9 -9
  30. package/dist/ngx/esm2022/lib/components/rtsee-messenger/message/components/message-time-and-status/message-time-and-status.component.mjs +3 -7
  31. package/dist/ngx/esm2022/lib/components/rtsee-messenger/message/message.component.mjs +3 -11
  32. package/dist/ngx/esm2022/lib/components/rtsee-messenger/message-widgets/call-widget/call-widget.component.mjs +3 -6
  33. package/dist/ngx/esm2022/lib/components/rtsee-messenger/messages-list/messages-list.component.mjs +3 -8
  34. package/dist/ngx/esm2022/lib/components/rtsee-messenger/messenger/messenger.component.mjs +3 -5
  35. package/dist/ngx/esm2022/lib/components/rtsee-messenger/messenger-header/messenger-header.component.mjs +4 -7
  36. package/dist/ngx/esm2022/lib/components/rtsee-messenger/profile/profile.component.mjs +3 -4
  37. package/dist/ngx/esm2022/lib/components/rtsee-peer/rtsee-peer.component.mjs +4 -9
  38. package/dist/ngx/esm2022/lib/components/rtsee-peers-list/rtsee-peers-list.component.mjs +3 -3
  39. package/dist/ngx/esm2022/lib/components/rtsee-presentation/presentation/presentation.component.mjs +18 -0
  40. package/dist/ngx/esm2022/lib/components/rtsee-presentation/presentation-header/presentation-header.component.mjs +14 -0
  41. package/dist/ngx/esm2022/lib/components/rtsee-presentation/slide/slide.component.mjs +25 -0
  42. package/dist/ngx/esm2022/lib/components/rtsee-presentation/story-player/story-player.component.mjs +18 -0
  43. package/dist/ngx/esm2022/lib/components/rtsee-presentation/story-thumbnail/story-thumbnail.component.mjs +17 -0
  44. package/dist/ngx/esm2022/lib/components/rtsee-settings/rtsee-settings.component.mjs +20 -16
  45. package/dist/ngx/esm2022/lib/components/rtsee-soundbar/rtsee-soundbar.component.mjs +3 -9
  46. package/dist/ngx/esm2022/lib/directives/shave.directive.mjs +3 -4
  47. package/dist/ngx/esm2022/lib/directives/widget.directive.mjs +3 -4
  48. package/dist/ngx/esm2022/lib/ngx.module.mjs +71 -11
  49. package/dist/ngx/esm2022/lib/ngx.service.mjs +3 -4
  50. package/dist/ngx/esm2022/lib/services/default-images.service.mjs +6 -4
  51. package/dist/ngx/esm2022/lib/services/events-widgets.service.mjs +6 -4
  52. package/dist/ngx/esm2022/lib/services/message-widgets.service.mjs +8 -6
  53. package/dist/ngx/esm2022/lib/services/time-format-helper.service.mjs +3 -3
  54. package/dist/ngx/esm2022/public-api.mjs +3 -1
  55. package/dist/ngx/fesm2022/rtsee-ngx.mjs +511 -197
  56. package/dist/ngx/fesm2022/rtsee-ngx.mjs.map +1 -1
  57. package/dist/ngx/lib/components/constans/common.const.d.ts +8 -0
  58. package/dist/ngx/lib/components/enums/form.enum.d.ts +8 -0
  59. package/dist/ngx/lib/components/rtsee-auth/auth/auth.component.d.ts +6 -0
  60. package/dist/ngx/lib/components/rtsee-auth/forgot-password/forgot-password.component.d.ts +13 -0
  61. package/dist/ngx/lib/components/rtsee-auth/reset-password/reset-password.component.d.ts +21 -0
  62. package/dist/ngx/lib/components/rtsee-auth/services/utils.service.d.ts +7 -0
  63. package/dist/ngx/lib/components/rtsee-auth/sign-in/sign-in.component.d.ts +14 -0
  64. package/dist/ngx/lib/components/rtsee-auth/sign-up/sign-up.component.d.ts +12 -0
  65. package/dist/ngx/lib/components/rtsee-auth/types/auth-form.type.d.ts +27 -0
  66. package/dist/ngx/lib/components/rtsee-auth/vendors/vendors.component.d.ts +5 -0
  67. package/dist/ngx/lib/components/rtsee-container/rtsee-bottom-nav/rtsee-bottom-nav.component.d.ts +9 -0
  68. package/dist/ngx/lib/components/rtsee-container/rtsee-container.component.d.ts +8 -1
  69. package/dist/ngx/lib/components/rtsee-container/rtsee-sidenav/rtsee-sidenav.component.d.ts +11 -0
  70. package/dist/ngx/lib/components/rtsee-events-dashboard/rtsee-events-dashboard.component.d.ts +1 -1
  71. package/dist/ngx/lib/components/rtsee-presentation/presentation/presentation.component.d.ts +8 -0
  72. package/dist/ngx/lib/components/rtsee-presentation/presentation-header/presentation-header.component.d.ts +7 -0
  73. package/dist/ngx/lib/components/rtsee-presentation/slide/slide.component.d.ts +9 -0
  74. package/dist/ngx/lib/components/rtsee-presentation/story-player/story-player.component.d.ts +9 -0
  75. package/dist/ngx/lib/components/rtsee-presentation/story-thumbnail/story-thumbnail.component.d.ts +8 -0
  76. package/dist/ngx/lib/components/rtsee-settings/rtsee-settings.component.d.ts +6 -3
  77. package/dist/ngx/lib/ngx.module.d.ts +25 -10
  78. package/dist/ngx/public-api.d.ts +2 -0
  79. package/dist/ngx/src/lib/common/compiled-scss/styles.scss +3262 -106
  80. package/package.json +9 -6
@@ -0,0 +1,8 @@
1
+ export declare const COMMON_CONSTANTS: {
2
+ minPasswordLength: number;
3
+ requestItemLimit: number;
4
+ customTimeFormat: string;
5
+ customDateFormat: string;
6
+ customDateFormatDaysJs: string;
7
+ customDateTimeFormat: string;
8
+ };
@@ -0,0 +1,8 @@
1
+ export declare enum FormErrorKey {
2
+ required = "required",
3
+ email = "email",
4
+ minLength = "minlength",
5
+ maxLength = "maxlength",
6
+ requiredLength = "requiredLength",
7
+ passwordsMismatch = "passwordsMismatch"
8
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class AuthComponent {
3
+ activeComponent: 'reset-password' | 'sign-up' | 'sign-in' | 'forgot-password';
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<AuthComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<AuthComponent, "rtsee-auth", never, {}, {}, never, never, false, never>;
6
+ }
@@ -0,0 +1,13 @@
1
+ import { FormBuilder, FormGroup } from '@angular/forms';
2
+ import { ForgotPasswordForm, TypedReactiveForm } from '../types/auth-form.type';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ForgotPasswordComponent {
5
+ private readonly formBuilder;
6
+ isLoading: boolean;
7
+ readonly emailForm: FormGroup<TypedReactiveForm<ForgotPasswordForm>>;
8
+ readonly forgotPasswordFormKeys: Record<keyof ForgotPasswordForm, string>;
9
+ constructor(formBuilder: FormBuilder);
10
+ submitEmail(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<ForgotPasswordComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<ForgotPasswordComponent, "rtsee-forgot-password", never, {}, {}, never, never, false, never>;
13
+ }
@@ -0,0 +1,21 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { FormBuilder, FormGroup } from '@angular/forms';
3
+ import { ResetPasswordForm, TypedReactiveForm } from '../types/auth-form.type';
4
+ import { ActivatedRoute, Router } from '@angular/router';
5
+ import * as i0 from "@angular/core";
6
+ export declare class ResetPasswordComponent implements OnInit {
7
+ private formBuilder;
8
+ private route;
9
+ private router;
10
+ isLoading: boolean;
11
+ resetPasswordForm: FormGroup<TypedReactiveForm<ResetPasswordForm>>;
12
+ passwordFormKeys: Record<keyof ResetPasswordForm, string>;
13
+ hidePassword: Record<keyof ResetPasswordForm, boolean>;
14
+ private token;
15
+ constructor(formBuilder: FormBuilder, route: ActivatedRoute, router: Router);
16
+ ngOnInit(): void;
17
+ resetPassword(): void;
18
+ private passwordMatchValidator;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<ResetPasswordComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<ResetPasswordComponent, "rtsee-reset-password", never, {}, {}, never, never, false, never>;
21
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class UtilsService {
3
+ constructor();
4
+ static getKeysAsValueObject<T extends object>(obj: T): Record<string, string>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<UtilsService, never>;
6
+ static ɵprov: i0.ɵɵInjectableDeclaration<UtilsService>;
7
+ }
@@ -0,0 +1,14 @@
1
+ import { Router } from '@angular/router';
2
+ import { FormBuilder, FormGroup } from '@angular/forms';
3
+ import { SignInForm, TypedReactiveForm } from '../types/auth-form.type';
4
+ import * as i0 from "@angular/core";
5
+ export declare class SignInComponent {
6
+ private readonly formBuilder;
7
+ private readonly router;
8
+ readonly signInForm: FormGroup<TypedReactiveForm<SignInForm>>;
9
+ readonly signInFormKeys: Record<keyof SignInForm, string>;
10
+ constructor(formBuilder: FormBuilder, router: Router);
11
+ login(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<SignInComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SignInComponent, "rtsee-sign-in", never, {}, {}, never, never, false, never>;
14
+ }
@@ -0,0 +1,12 @@
1
+ import { FormBuilder, FormGroup } from '@angular/forms';
2
+ import { SignUpForm, TypedReactiveForm } from '../types/auth-form.type';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SignUpComponent {
5
+ private readonly formBuilder;
6
+ readonly signUpForm: FormGroup<TypedReactiveForm<SignUpForm>>;
7
+ readonly signUpFormKeys: Record<keyof SignUpForm, string>;
8
+ constructor(formBuilder: FormBuilder);
9
+ signUp(): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<SignUpComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SignUpComponent, "rtsee-sign-up", never, {}, {}, never, never, false, never>;
12
+ }
@@ -0,0 +1,27 @@
1
+ import { FormArray, FormControl, FormGroup } from '@angular/forms';
2
+ export type SignUpForm = {
3
+ email: string | null;
4
+ password: string | null;
5
+ newPassword: string | null;
6
+ terms: boolean;
7
+ roleId: string | null;
8
+ };
9
+ export type TypedReactiveForm<T> = {
10
+ [Key in keyof T]: T[Key] extends Array<infer Item> ? Item extends object ? FormArray<FormGroup<TypedReactiveForm<Item>>> : FormControl<T[Key]> : FormControl<T[Key]>;
11
+ };
12
+ export type ResetPasswordForm = {
13
+ password: string;
14
+ passwordConfirm: string;
15
+ };
16
+ export type ConfirmPasswordForm = {
17
+ password: string;
18
+ newPassword: string;
19
+ };
20
+ export type ForgotPasswordForm = {
21
+ email: string | null;
22
+ };
23
+ export type SignInForm = {
24
+ username: string | null;
25
+ password: string | null;
26
+ remember: boolean;
27
+ };
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class VendorsComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<VendorsComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<VendorsComponent, "rtsee-vendors", never, {}, {}, never, never, false, never>;
5
+ }
@@ -0,0 +1,9 @@
1
+ import { INavigationConfig } from "@rtsee/factory/dist/factory/src/interfaces/NavigationConfig";
2
+ import { MatTabNavPanel } from "@angular/material/tabs";
3
+ import * as i0 from "@angular/core";
4
+ export declare class RtseeBottomNavComponent {
5
+ config: INavigationConfig;
6
+ tabPanel: MatTabNavPanel;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<RtseeBottomNavComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<RtseeBottomNavComponent, "rtsee-bottom-nav", never, { "config": { "alias": "config"; "required": false; }; "tabPanel": { "alias": "tabPanel"; "required": false; }; }, {}, never, never, false, never>;
9
+ }
@@ -1,5 +1,12 @@
1
+ import { RTSee, INavigationConfig } from "@rtsee/factory";
2
+ import { MatTabNavPanel } from "@angular/material/tabs";
1
3
  import * as i0 from "@angular/core";
2
4
  export declare class RTSeeContainerComponent {
5
+ rtsee: RTSee;
6
+ navigationConfig: INavigationConfig;
7
+ tabPanel?: MatTabNavPanel;
8
+ isSidenavExpanded: boolean;
9
+ onSidenavToggleClicked(): void;
3
10
  static ɵfac: i0.ɵɵFactoryDeclaration<RTSeeContainerComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<RTSeeContainerComponent, "rtsee-container", never, {}, {}, never, ["*"], false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<RTSeeContainerComponent, "rtsee-container", never, { "rtsee": { "alias": "rtsee"; "required": false; }; "navigationConfig": { "alias": "navigationConfig"; "required": false; }; }, {}, never, ["*"], false, never>;
5
12
  }
@@ -0,0 +1,11 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { INavigationConfig } from "@rtsee/factory";
3
+ import * as i0 from "@angular/core";
4
+ export declare class RtseeSidenavComponent {
5
+ config: INavigationConfig;
6
+ isExpanded: boolean;
7
+ toggleClicked: EventEmitter<boolean>;
8
+ toggleButtonClicked(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<RtseeSidenavComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<RtseeSidenavComponent, "rtsee-sidenav", never, { "config": { "alias": "config"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; }, { "toggleClicked": "toggleClicked"; }, never, never, false, never>;
11
+ }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class RtseeEventsDashboardComponent {
4
4
  eventsDashboard: RTSeeEventsDashboard;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<RtseeEventsDashboardComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<RtseeEventsDashboardComponent, "ngx-rtsee-events-dashboard", never, { "eventsDashboard": { "alias": "eventsDashboard"; "required": false; }; }, {}, never, never, false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<RtseeEventsDashboardComponent, "rtsee-events-dashboard", never, { "eventsDashboard": { "alias": "eventsDashboard"; "required": false; }; }, {}, never, never, false, never>;
7
7
  }
@@ -0,0 +1,8 @@
1
+ import { RTSeePresentation } from "@rtsee/presentation";
2
+ import * as i0 from "@angular/core";
3
+ export declare class PresentationComponent {
4
+ presentation: RTSeePresentation;
5
+ constructor();
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<PresentationComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<PresentationComponent, "rtsee-presentation", never, { "presentation": { "alias": "presentation"; "required": false; }; }, {}, never, never, false, never>;
8
+ }
@@ -0,0 +1,7 @@
1
+ import { RTSeePresentation } from "@rtsee/presentation";
2
+ import * as i0 from "@angular/core";
3
+ export declare class PresentationHeaderComponent {
4
+ presentation: RTSeePresentation;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<PresentationHeaderComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<PresentationHeaderComponent, "rtsee-presentation-header", never, { "presentation": { "alias": "presentation"; "required": false; }; }, {}, never, never, false, never>;
7
+ }
@@ -0,0 +1,9 @@
1
+ import { RTSeeStory, RTSeeStorySlide } from "@rtsee/presentation";
2
+ import * as i0 from "@angular/core";
3
+ export declare class SlideComponent {
4
+ story: RTSeeStory;
5
+ slide: RTSeeStorySlide;
6
+ slideRewindClicked(forward: boolean): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<SlideComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<SlideComponent, "rtsee-slide", never, { "story": { "alias": "story"; "required": false; }; "slide": { "alias": "slide"; "required": false; }; }, {}, never, never, false, never>;
9
+ }
@@ -0,0 +1,9 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { RTSeeStory } from "@rtsee/presentation";
3
+ import * as i0 from "@angular/core";
4
+ export declare class StoryPlayerComponent implements OnInit {
5
+ story: RTSeeStory;
6
+ ngOnInit(): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<StoryPlayerComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<StoryPlayerComponent, "rtsee-story-player", never, { "story": { "alias": "story"; "required": false; }; }, {}, never, never, false, never>;
9
+ }
@@ -0,0 +1,8 @@
1
+ import { RTSeeStory } from "@rtsee/presentation";
2
+ import * as i0 from "@angular/core";
3
+ export declare class StoryThumbnailComponent {
4
+ story: RTSeeStory;
5
+ protected readonly Math: Math;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<StoryThumbnailComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<StoryThumbnailComponent, "rtsee-story-thumbnail", never, { "story": { "alias": "story"; "required": false; }; }, {}, never, never, false, never>;
8
+ }
@@ -5,14 +5,17 @@ export declare class RtseeSettingsComponent implements OnInit {
5
5
  availableAudioInputDevices: MediaDeviceInfo[];
6
6
  availableVideoInputDevices: MediaDeviceInfo[];
7
7
  availableAudioOutputDevices: MediaDeviceInfo[];
8
+ audioOutputDeviceId?: string;
9
+ videoInputDeviceId?: string;
10
+ audioInputDeviceId?: string;
8
11
  rtSee: RTSeeConference;
9
12
  fullScreenMode: boolean;
10
13
  constructor();
11
14
  ngOnInit(): void;
12
15
  refreshSelectOptions(): void;
13
- setAudioInput(deviceId: string): void;
14
- setAudioOutput(deviceId: string): void;
15
- setVideoInput(deviceId: string): void;
16
+ audioInputChanged(): void;
17
+ audioOutputChanged(): void;
18
+ videoInputChanged(): void;
16
19
  static ɵfac: i0.ɵɵFactoryDeclaration<RtseeSettingsComponent, never>;
17
20
  static ɵcmp: i0.ɵɵComponentDeclaration<RtseeSettingsComponent, "ngx-rtsee-settings", never, { "rtSee": { "alias": "rtSee"; "required": false; }; "fullScreenMode": { "alias": "fullScreenMode"; "required": false; }; }, {}, never, never, false, never>;
18
21
  }
@@ -29,17 +29,32 @@ import * as i27 from "./components/rtsee-messenger/profile/profile.component";
29
29
  import * as i28 from "./components/rtsee-events-dashboard/components/event-thumbnail/event-thumbnail.component";
30
30
  import * as i29 from "./components/rtsee-events-dashboard/components/rtsee-events-dashboard-session/rtsee-events-dashboard-session.component";
31
31
  import * as i30 from "./components/rtsee-container/rtsee-container.component";
32
- import * as i31 from "@angular/common";
33
- import * as i32 from "@angular/material/icon";
34
- import * as i33 from "@angular/material/button";
35
- import * as i34 from "@angular/material/select";
36
- import * as i35 from "@angular/platform-browser/animations";
37
- import * as i36 from "@angular/material/form-field";
38
- import * as i37 from "@angular/forms";
39
- import * as i38 from "ngx-autosize";
40
- import * as i39 from "ngx-infinite-scroll";
32
+ import * as i31 from "./components/rtsee-presentation/presentation/presentation.component";
33
+ import * as i32 from "./components/rtsee-presentation/story-player/story-player.component";
34
+ import * as i33 from "./components/rtsee-presentation/slide/slide.component";
35
+ import * as i34 from "./components/rtsee-presentation/story-thumbnail/story-thumbnail.component";
36
+ import * as i35 from "./components/rtsee-auth/sign-up/sign-up.component";
37
+ import * as i36 from "./components/rtsee-auth/sign-in/sign-in.component";
38
+ import * as i37 from "./components/rtsee-auth/forgot-password/forgot-password.component";
39
+ import * as i38 from "./components/rtsee-auth/vendors/vendors.component";
40
+ import * as i39 from "./components/rtsee-auth/auth/auth.component";
41
+ import * as i40 from "./components/rtsee-auth/reset-password/reset-password.component";
42
+ import * as i41 from "./components/rtsee-container/rtsee-sidenav/rtsee-sidenav.component";
43
+ import * as i42 from "./components/rtsee-container/rtsee-bottom-nav/rtsee-bottom-nav.component";
44
+ import * as i43 from "./components/rtsee-presentation/presentation-header/presentation-header.component";
45
+ import * as i44 from "@angular/common";
46
+ import * as i45 from "@angular/material/icon";
47
+ import * as i46 from "@angular/material/button";
48
+ import * as i47 from "@angular/material/select";
49
+ import * as i48 from "@angular/platform-browser/animations";
50
+ import * as i49 from "@angular/material/form-field";
51
+ import * as i50 from "@angular/forms";
52
+ import * as i51 from "ngx-autosize";
53
+ import * as i52 from "ngx-infinite-scroll";
54
+ import * as i53 from "@angular/router";
55
+ import * as i54 from "@angular/material/tabs";
41
56
  export declare class RTSeeModule {
42
57
  static ɵfac: i0.ɵɵFactoryDeclaration<RTSeeModule, never>;
43
- static ɵmod: i0.ɵɵNgModuleDeclaration<RTSeeModule, [typeof i1.RTSeeConferenceComponent, typeof i2.RTSeeControlsComponent, typeof i3.RtseePeerComponent, typeof i4.RtseeSoundbarComponent, typeof i5.RtseePeersListComponent, typeof i6.RtseeSettingsComponent, typeof i7.MessengerComponent, typeof i8.ChatComponent, typeof i9.MessageComponent, typeof i10.ChatsListComponent, typeof i11.MessagesListComponent, typeof i12.ChatThumbnailComponent, typeof i13.ChatInputComponent, typeof i14.MessengerHeaderComponent, typeof i15.RtseeEventsDashboardComponent, typeof i16.RtseeEventsDashboardClientComponent, typeof i17.RtseeEventsDashboardClientThumbnailComponent, typeof i18.WidgetDirective, typeof i19.CallWidgetComponent, typeof i20.MainMenuComponent, typeof i21.MessageTimeAndStatusComponent, typeof i22.PreloaderComponent, typeof i23.SearchComponent, typeof i24.ManageChatComponent, typeof i25.ContactsMultiselectComponent, typeof i26.ShaveDirective, typeof i27.ProfileComponent, typeof i28.EventThumbnailComponent, typeof i29.RtseeEventsDashboardSessionComponent, typeof i30.RTSeeContainerComponent], [typeof i31.CommonModule, typeof i32.MatIconModule, typeof i33.MatButtonModule, typeof i34.MatSelectModule, typeof i35.BrowserAnimationsModule, typeof i36.MatFormFieldModule, typeof i37.ReactiveFormsModule, typeof i38.AutosizeModule, typeof i39.InfiniteScrollModule], [typeof i1.RTSeeConferenceComponent, typeof i7.MessengerComponent, typeof i15.RtseeEventsDashboardComponent, typeof i30.RTSeeContainerComponent]>;
58
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RTSeeModule, [typeof i1.RTSeeConferenceComponent, typeof i2.RTSeeControlsComponent, typeof i3.RtseePeerComponent, typeof i4.RtseeSoundbarComponent, typeof i5.RtseePeersListComponent, typeof i6.RtseeSettingsComponent, typeof i7.MessengerComponent, typeof i8.ChatComponent, typeof i9.MessageComponent, typeof i10.ChatsListComponent, typeof i11.MessagesListComponent, typeof i12.ChatThumbnailComponent, typeof i13.ChatInputComponent, typeof i14.MessengerHeaderComponent, typeof i15.RtseeEventsDashboardComponent, typeof i16.RtseeEventsDashboardClientComponent, typeof i17.RtseeEventsDashboardClientThumbnailComponent, typeof i18.WidgetDirective, typeof i19.CallWidgetComponent, typeof i20.MainMenuComponent, typeof i21.MessageTimeAndStatusComponent, typeof i22.PreloaderComponent, typeof i23.SearchComponent, typeof i24.ManageChatComponent, typeof i25.ContactsMultiselectComponent, typeof i26.ShaveDirective, typeof i27.ProfileComponent, typeof i28.EventThumbnailComponent, typeof i29.RtseeEventsDashboardSessionComponent, typeof i30.RTSeeContainerComponent, typeof i31.PresentationComponent, typeof i32.StoryPlayerComponent, typeof i33.SlideComponent, typeof i34.StoryThumbnailComponent, typeof i35.SignUpComponent, typeof i36.SignInComponent, typeof i37.ForgotPasswordComponent, typeof i38.VendorsComponent, typeof i39.AuthComponent, typeof i40.ResetPasswordComponent, typeof i41.RtseeSidenavComponent, typeof i42.RtseeBottomNavComponent, typeof i43.PresentationHeaderComponent], [typeof i44.CommonModule, typeof i45.MatIconModule, typeof i46.MatButtonModule, typeof i47.MatSelectModule, typeof i48.BrowserAnimationsModule, typeof i49.MatFormFieldModule, typeof i50.ReactiveFormsModule, typeof i51.AutosizeModule, typeof i52.InfiniteScrollModule, typeof i50.FormsModule, typeof i44.NgOptimizedImage, typeof i53.RouterLink, typeof i53.RouterLinkActive, typeof i54.MatTabsModule], [typeof i1.RTSeeConferenceComponent, typeof i7.MessengerComponent, typeof i15.RtseeEventsDashboardComponent, typeof i30.RTSeeContainerComponent, typeof i31.PresentationComponent, typeof i39.AuthComponent]>;
44
59
  static ɵinj: i0.ɵɵInjectorDeclaration<RTSeeModule>;
45
60
  }
@@ -4,4 +4,6 @@ export * from './lib/components/rtsee/rtsee-conference.component';
4
4
  export * from './lib/components/rtsee-messenger/messenger/messenger.component';
5
5
  export * from './lib/components/rtsee-events-dashboard/rtsee-events-dashboard.component';
6
6
  export * from './lib/components/rtsee-container/rtsee-container.component';
7
+ export * from './lib/components/rtsee-presentation/presentation/presentation.component';
8
+ export * from './lib/components/rtsee-auth/auth/auth.component';
7
9
  export * from './lib/ngx.module';