@rtsee/ngx 0.0.78 → 0.0.80
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 +255 -16
- package/dist/ngx/fesm2022/rtsee-ngx.mjs.map +1 -1
- package/dist/ngx/index.d.ts +18 -11
- package/dist/ngx/src/lib/theme/messenger/index.scss +2 -1
- package/dist/ngx/src/lib/theme/messenger/messenger.scss +13 -3
- package/dist/ngx/src/lib/theme/messenger/payment-product-snippet.scss +36 -0
- package/dist/ngx/src/lib/theme/messenger/payments.scss +32 -0
- package/package.json +9 -8
package/dist/ngx/index.d.ts
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { OnInit, AfterViewInit, ElementRef, ViewContainerRef, ComponentFactoryResolver, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
2
|
+
import { OnInit, AfterViewInit, ElementRef, EventEmitter, ViewContainerRef, ComponentFactoryResolver, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
3
|
import { RTSeeConference, RTSeePeerConnection } from '@rtsee/conference';
|
|
4
4
|
import { RTSeeMessenger, RTSeeMessengerSearch, RTSeeMessage, RTSeeChat, RTSeeChatMember } from '@rtsee/messenger';
|
|
5
5
|
import { IPeer, RTSeeTextLabelKeys, IRTSeeCall } from '@rtsee/core';
|
|
6
6
|
import { HttpClient } from '@angular/common/http';
|
|
7
7
|
import { RTSeeAuth, RTSeeAuthConfiguration, IRtseeSignInRequestOptions, IRTSeeSignInResponse, IRtseeSignUpRequestOptions, IRTSeeSignUpResponse, AuthEndpointsKeys } from '@rtsee/auth';
|
|
8
8
|
import { Observable, Subscription } from 'rxjs';
|
|
9
|
-
import * as
|
|
9
|
+
import * as i47 from '@angular/router';
|
|
10
10
|
import { Router, ActivatedRoute } from '@angular/router';
|
|
11
|
+
import { IRTSeePaymentProduct, IRTSeePaymentPriceItem, IRTSeeChat, RTSeeChatTypes, IMessageThumbnail } from '@rtsee/common';
|
|
11
12
|
import { RTSeeEventsDashboard, RTSeeDashboardClientSession, RTSeeDashboardEvent, RTSeeDashboardClient } from '@rtsee/events-dashboard';
|
|
12
13
|
import { RTSee, INavigationConfig, IRouteConfig } from '@rtsee/factory';
|
|
13
14
|
import { RTSeePresentation, RTSeeStory, RTSeePresentationSettings, RTSeeStorySlide } from '@rtsee/presentation';
|
|
14
|
-
import * as
|
|
15
|
+
import * as i44 from '@angular/forms';
|
|
15
16
|
import { FormArray, FormGroup, FormControl, FormBuilder } from '@angular/forms';
|
|
16
|
-
import
|
|
17
|
-
import * as i42 from '@angular/common';
|
|
17
|
+
import * as i43 from '@angular/common';
|
|
18
18
|
import { ViewportScroller } from '@angular/common';
|
|
19
|
-
import * as
|
|
20
|
-
import * as
|
|
21
|
-
import * as
|
|
19
|
+
import * as i45 from 'ngx-autosize';
|
|
20
|
+
import * as i46 from 'ngx-infinite-scroll';
|
|
21
|
+
import * as i48 from 'ngx-captcha';
|
|
22
22
|
|
|
23
23
|
declare class NgxService {
|
|
24
24
|
lol: string;
|
|
@@ -119,12 +119,19 @@ declare class ProfileComponent {
|
|
|
119
119
|
|
|
120
120
|
declare class MessengerComponent {
|
|
121
121
|
messenger: RTSeeMessenger;
|
|
122
|
-
constructor();
|
|
123
122
|
onScroll(): void;
|
|
124
123
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessengerComponent, never>;
|
|
125
124
|
static ɵcmp: i0.ɵɵComponentDeclaration<MessengerComponent, "rtsee-messenger", never, { "messenger": { "alias": "messenger"; "required": false; }; }, {}, never, never, true, never>;
|
|
126
125
|
}
|
|
127
126
|
|
|
127
|
+
declare class PaymentProductSnippetComponent {
|
|
128
|
+
product: IRTSeePaymentProduct;
|
|
129
|
+
priceSelected: EventEmitter<IRTSeePaymentPriceItem>;
|
|
130
|
+
selectPrice(price: IRTSeePaymentPriceItem): void;
|
|
131
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PaymentProductSnippetComponent, never>;
|
|
132
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PaymentProductSnippetComponent, "rtsee-payment-product-snippet", never, { "product": { "alias": "product"; "required": false; }; }, { "priceSelected": "priceSelected"; }, never, never, true, never>;
|
|
133
|
+
}
|
|
134
|
+
|
|
128
135
|
declare class RtseeEventsDashboardComponent {
|
|
129
136
|
eventsDashboard: RTSeeEventsDashboard;
|
|
130
137
|
static ɵfac: i0.ɵɵFactoryDeclaration<RtseeEventsDashboardComponent, never>;
|
|
@@ -644,8 +651,8 @@ declare class PresentationHeaderComponent {
|
|
|
644
651
|
|
|
645
652
|
declare class RTSeeModule {
|
|
646
653
|
static ɵfac: i0.ɵɵFactoryDeclaration<RTSeeModule, never>;
|
|
647
|
-
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
|
|
654
|
+
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 PaymentProductSnippetComponent, typeof i43.CommonModule, typeof i44.ReactiveFormsModule, typeof i45.AutosizeModule, typeof i46.InfiniteScrollModule, typeof i44.FormsModule, typeof i43.NgOptimizedImage, typeof i47.RouterLink, typeof i47.RouterLinkActive, typeof i48.NgxCaptchaModule], [typeof RTSeeConferenceComponent, typeof MessengerComponent, typeof RtseeEventsDashboardComponent, typeof RTSeeContainerComponent, typeof PresentationComponent, typeof RTSeeAuthComponent, typeof PaymentProductSnippetComponent]>;
|
|
648
655
|
static ɵinj: i0.ɵɵInjectorDeclaration<RTSeeModule>;
|
|
649
656
|
}
|
|
650
657
|
|
|
651
|
-
export { MessengerComponent, NgxService, PresentationComponent, ProfileComponent, RTSeeAuthComponent, RTSeeConferenceComponent, RTSeeContainerComponent, RTSeeControlsComponent, RTSeeModule, RtseeEventsDashboardComponent, RtseePeerComponent, RtseeSettingsComponent };
|
|
658
|
+
export { MessengerComponent, NgxService, PaymentProductSnippetComponent, PresentationComponent, ProfileComponent, RTSeeAuthComponent, RTSeeConferenceComponent, RTSeeContainerComponent, RTSeeControlsComponent, RTSeeModule, RtseeEventsDashboardComponent, RtseePeerComponent, RtseeSettingsComponent };
|
|
@@ -14,9 +14,10 @@ $control-icon-size: 18px;
|
|
|
14
14
|
position: relative;
|
|
15
15
|
background-color: $rts-main-bg-color-light;
|
|
16
16
|
|
|
17
|
-
.rtsee-manage-profile {
|
|
17
|
+
.rtsee-manage-profile, .rtsee-payment-page-container {
|
|
18
18
|
position: fixed;
|
|
19
19
|
inset: 0;
|
|
20
|
+
bottom: $rts-bottom-nav-height;
|
|
20
21
|
overflow: auto;
|
|
21
22
|
z-index: 10;
|
|
22
23
|
background-color: #ffffff;
|
|
@@ -28,6 +29,15 @@ $control-icon-size: 18px;
|
|
|
28
29
|
}
|
|
29
30
|
}
|
|
30
31
|
|
|
32
|
+
&.rtsee-messenger-overlay-window {
|
|
33
|
+
.rtsee-messenger-header-container {
|
|
34
|
+
display: none;
|
|
35
|
+
}
|
|
36
|
+
.rtsee-messenger-body-container {
|
|
37
|
+
display: none;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
31
41
|
&.rtsee-messenger-header-expanded {
|
|
32
42
|
padding-top: 0;
|
|
33
43
|
|
|
@@ -42,7 +52,6 @@ $control-icon-size: 18px;
|
|
|
42
52
|
}
|
|
43
53
|
}
|
|
44
54
|
|
|
45
|
-
|
|
46
55
|
.rtsee-messenger-header-container {
|
|
47
56
|
position: absolute;
|
|
48
57
|
top: 0;
|
|
@@ -64,8 +73,9 @@ $control-icon-size: 18px;
|
|
|
64
73
|
overflow: auto;
|
|
65
74
|
}
|
|
66
75
|
|
|
67
|
-
.rtsee-manage-profile {
|
|
76
|
+
.rtsee-manage-profile, .rtsee-payment-page-container {
|
|
68
77
|
position: absolute;
|
|
78
|
+
bottom: 0;
|
|
69
79
|
}
|
|
70
80
|
|
|
71
81
|
.rtsee-messenger-body-container {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
@import "./variables";
|
|
2
|
+
|
|
3
|
+
.rtsee-payment-product-snippet {
|
|
4
|
+
.rtsee-payment-product-snippet-info {
|
|
5
|
+
.rtsee-payment-product-snippet-description {
|
|
6
|
+
margin: 0;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.rtsee-payment-product-prices {
|
|
11
|
+
padding-top: $rts-offset-md;
|
|
12
|
+
|
|
13
|
+
&:after {
|
|
14
|
+
content: '';
|
|
15
|
+
display: block;
|
|
16
|
+
clear: both;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.rtsee-payment-product-price {
|
|
20
|
+
float: left;
|
|
21
|
+
width: 50%;
|
|
22
|
+
|
|
23
|
+
&:nth-child(odd) {
|
|
24
|
+
padding-right: $rts-offset-sm / 2;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&:nth-child(even) {
|
|
28
|
+
padding-left: $rts-offset-sm / 2;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.p-card-body {
|
|
34
|
+
padding: 0 $rts-offset-sm $rts-offset-sm $rts-offset-sm;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
@import "./variables";
|
|
2
|
+
|
|
3
|
+
.rtsee-payment-page {
|
|
4
|
+
.rtsee-payment-page-products {
|
|
5
|
+
&:after {
|
|
6
|
+
content: '';
|
|
7
|
+
display: block;
|
|
8
|
+
clear: both;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.rtsee-payment-page-product {
|
|
12
|
+
float: left;
|
|
13
|
+
width: 50%;
|
|
14
|
+
|
|
15
|
+
.p-card-body {
|
|
16
|
+
padding: $rts-offset-sm;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
&:nth-child(odd) {
|
|
20
|
+
padding-right: $rts-offset-sm / 2;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&:nth-child(even) {
|
|
24
|
+
padding-left: $rts-offset-sm / 2;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.rtsee-payment-page-footer {
|
|
30
|
+
padding: $rts-offset-sm 0;
|
|
31
|
+
}
|
|
32
|
+
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.0.
|
|
2
|
+
"version": "0.0.80",
|
|
3
3
|
"name": "@rtsee/ngx",
|
|
4
4
|
"module": "./dist/ngx/fesm2022/rtsee-ngx.mjs",
|
|
5
5
|
"types": "./dist/ngx/index.d.ts",
|
|
@@ -34,13 +34,14 @@
|
|
|
34
34
|
"@angular/platform-browser-dynamic": "^20.1.2",
|
|
35
35
|
"@angular/router": "^20.1.2",
|
|
36
36
|
"@primeuix/themes": "^1.2.3",
|
|
37
|
-
"@rtsee/common": "^0.0.
|
|
38
|
-
"@rtsee/conference": "^0.0.
|
|
39
|
-
"@rtsee/core": "^0.0.
|
|
40
|
-
"@rtsee/events-dashboard": "^0.0.
|
|
41
|
-
"@rtsee/factory": "^0.0.
|
|
42
|
-
"@rtsee/messenger": "^0.0.
|
|
37
|
+
"@rtsee/common": "^0.0.51",
|
|
38
|
+
"@rtsee/conference": "^0.0.52",
|
|
39
|
+
"@rtsee/core": "^0.0.95",
|
|
40
|
+
"@rtsee/events-dashboard": "^0.0.85",
|
|
41
|
+
"@rtsee/factory": "^0.0.94",
|
|
42
|
+
"@rtsee/messenger": "^0.0.85",
|
|
43
43
|
"@rtsee/signaling-client": "^0.0.66",
|
|
44
|
+
"@stripe/stripe-js": "^8.6.1",
|
|
44
45
|
"dayjs": "^1.11.9",
|
|
45
46
|
"ngx-autosize": "^2.0.4",
|
|
46
47
|
"ngx-captcha": "^14.0.0",
|
|
@@ -66,5 +67,5 @@
|
|
|
66
67
|
"publishConfig": {
|
|
67
68
|
"access": "public"
|
|
68
69
|
},
|
|
69
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "987226a7d8a6036985835f65b78ce38b4601e495"
|
|
70
71
|
}
|