@posiwise/user-module 0.0.141 → 0.0.143

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 (34) hide show
  1. package/fesm2022/posiwise-user-module.mjs +334 -177
  2. package/fesm2022/posiwise-user-module.mjs.map +1 -1
  3. package/package.json +6 -6
  4. package/types/posiwise-user-module.d.ts +992 -0
  5. package/index.d.ts +0 -28
  6. package/lib/account/account-details/account-details.component.d.ts +0 -75
  7. package/lib/account/account.component.d.ts +0 -14
  8. package/lib/account/subscriptions/add-subscription/add-subscription.component.d.ts +0 -36
  9. package/lib/account/subscriptions/saved-card-details/saved-card-details.component.d.ts +0 -32
  10. package/lib/account/subscriptions/subscription-credential/subscription-credential.component.d.ts +0 -59
  11. package/lib/account/subscriptions/update-payment-details/update-payment-details.component.d.ts +0 -33
  12. package/lib/account/subscriptions/upgrade-subscription/upgrade-subscription.component.d.ts +0 -58
  13. package/lib/account/subscriptions/user-subscription-details/user-subscription-details.component.d.ts +0 -67
  14. package/lib/account/subscriptions/user-subscriptions-list/user-subscriptions-list.component.d.ts +0 -81
  15. package/lib/account/user-invoice/user-invoice.component.d.ts +0 -25
  16. package/lib/settings-tabs/communication-tab/communication-tab.component.d.ts +0 -23
  17. package/lib/settings-tabs/others-tab/others-tab.component.d.ts +0 -19
  18. package/lib/settings-tabs/security-tab/security-tab.component.d.ts +0 -32
  19. package/lib/settings-tabs/settings-tabs.component.d.ts +0 -15
  20. package/lib/shared/interface/user-module.interface.d.ts +0 -144
  21. package/lib/support/support-details/support-details.component.d.ts +0 -32
  22. package/lib/support/support.component.d.ts +0 -16
  23. package/lib/user-module.module.d.ts +0 -53
  24. package/lib/user-profile/edit-portfolios/edit-portfolios.component.d.ts +0 -37
  25. package/lib/user-profile/edit-project-modal/edit-project-modal.component.d.ts +0 -38
  26. package/lib/user-profile/edit-qualifications-modal/edit-qualifications-modal.component.d.ts +0 -31
  27. package/lib/user-profile/edit-recommendation-modal/edit-recommendation-modal.component.d.ts +0 -23
  28. package/lib/user-profile/edit-skills-modal/edit-skills-modal.component.d.ts +0 -36
  29. package/lib/user-profile/edit-social-links/edit-social-links.component.d.ts +0 -26
  30. package/lib/user-profile/edit-user-profile-modal/edit-user-profile-modal.component.d.ts +0 -35
  31. package/lib/user-profile/user-about/user-about.component.d.ts +0 -55
  32. package/lib/user-profile/user-portfolios/user-portfolios.component.d.ts +0 -24
  33. package/lib/user-profile/user-profile-page.component.d.ts +0 -47
  34. package/lib/user-profile/user-projects/user-projects.component.d.ts +0 -35
@@ -0,0 +1,992 @@
1
+ import * as i0 from '@angular/core';
2
+ import { OnInit, ElementRef, Injector, ChangeDetectorRef, OnDestroy, EventEmitter, TemplateRef, AfterViewInit, Renderer2 } from '@angular/core';
3
+ import * as i31 from '@angular/router';
4
+ import { Router } from '@angular/router';
5
+ import { MenuItem, LazyLoadEvent } from 'primeng/api';
6
+ import * as _angular_forms from '@angular/forms';
7
+ import { UntypedFormGroup, UntypedFormBuilder, UntypedFormArray } from '@angular/forms';
8
+ import * as i34 from '@angular-magic/ngx-gp-autocomplete';
9
+ import { NgxGpAutocompleteDirective } from '@angular-magic/ngx-gp-autocomplete';
10
+ import { AppBaseComponent } from '@posiwise/app-base-component';
11
+ import { AuthService, GeoService, ProfileService, ProductService, SubscriptionService, ScriptLoaderService, CommonService, PermissionService, QualificationService, TagService } from '@posiwise/common-services';
12
+ import { Country, User, Product, PRODUCT_CATEGORY, Subscription, Project, TAG_TYPE, TAG_ENTITY } from '@posiwise/common-utilities';
13
+ import * as rxjs from 'rxjs';
14
+ import { Observable, Subscription as Subscription$1 } from 'rxjs';
15
+ import * as i47 from '@ng-bootstrap/ng-bootstrap';
16
+ import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
17
+ import * as i35 from '@posiwise/shared-components';
18
+ import { PasswordValidationComponent } from '@posiwise/shared-components';
19
+ import { AppState } from '@posiwise/app-store';
20
+ import { Store } from '@ngrx/store';
21
+ import { Clipboard } from '@angular/cdk/clipboard';
22
+ import { AdminService } from '@posiwise/admin-module-utils';
23
+ import * as i43 from 'primeng/fileupload';
24
+ import { FileUpload } from 'primeng/fileupload';
25
+ import * as i28 from 'primeng/inputtext';
26
+ import * as i29 from '@posiwise/directives';
27
+ import * as i30 from '@angular/common';
28
+ import * as i33 from '@posiwise/core-transloco';
29
+ import * as i36 from '@posiwise/pipes';
30
+ import * as i37 from 'ngx-ui-switch';
31
+ import * as i38 from 'ngx-captcha';
32
+ import * as i39 from 'primeng/datepicker';
33
+ import * as i40 from 'primeng/multiselect';
34
+ import * as i41 from 'primeng/progressspinner';
35
+ import * as i42 from 'primeng/accordion';
36
+ import * as i44 from 'primeng/select';
37
+ import * as i45 from 'primeng/rating';
38
+ import * as i46 from 'primeng/selectbutton';
39
+
40
+ declare class AccountComponent {
41
+ private readonly router;
42
+ menu: MenuItem[];
43
+ items: MenuItem[];
44
+ activeItem: MenuItem;
45
+ path: string;
46
+ constructor(router: Router);
47
+ activateMenu(): void;
48
+ static ɵfac: i0.ɵɵFactoryDeclaration<AccountComponent, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<AccountComponent, "pw-user-account", never, {}, {}, never, never, false, never>;
50
+ }
51
+
52
+ declare class AccountDetailsComponent extends AppBaseComponent implements OnInit {
53
+ private readonly fb;
54
+ private readonly modalService;
55
+ private readonly authService;
56
+ private readonly geoService;
57
+ private readonly profileService;
58
+ private readonly cdr;
59
+ placesRef: NgxGpAutocompleteDirective;
60
+ passwordRef: ElementRef;
61
+ emailForm: UntypedFormGroup;
62
+ passwordForm: UntypedFormGroup;
63
+ profileForm: UntypedFormGroup;
64
+ image: string;
65
+ countries$: Observable<Country[]>;
66
+ states: Country[];
67
+ validatedEmail: string;
68
+ toggleEmail: boolean;
69
+ togglePassword: boolean;
70
+ toggleNickName: boolean;
71
+ passwordVerified: boolean;
72
+ isCurrentPasswordValid: boolean;
73
+ selectedState: any;
74
+ user: User;
75
+ slug: string;
76
+ isLoaded: boolean;
77
+ passwordBusyButton: boolean;
78
+ slugBusyButton: boolean;
79
+ emailBusyButton: boolean;
80
+ validatePasswordBusyButton: boolean;
81
+ profileBusyButton: boolean;
82
+ showApiToken: boolean;
83
+ showApiClientId: boolean;
84
+ refreshingTokens: boolean;
85
+ constructor(fb: UntypedFormBuilder, modalService: NgbModal, authService: AuthService, geoService: GeoService, profileService: ProfileService, injector: Injector, cdr: ChangeDetectorRef);
86
+ ngOnInit(): void;
87
+ handleAddressChange(_event: any): void;
88
+ private getUserProfile;
89
+ /**
90
+ * Updates Email Address
91
+ * this needs to be separate and requires the email to be validated from email before it's actually changed
92
+ */
93
+ onEmailFormSubmit(): void;
94
+ validatePassword(): void;
95
+ handleImageError(event: Event, fallbackPath: any): void;
96
+ checkValidity(): void;
97
+ onPasswordFormSubmit(): void;
98
+ onProfileFormSubmit(): void;
99
+ onAvatarSave(): void;
100
+ openModal(content: any): void;
101
+ onUpdateSlug(): void;
102
+ onImageSelection(event: any): void;
103
+ sendMailToResetPassword(): void;
104
+ getRegion(countryId: number | string): void;
105
+ private getForms;
106
+ private passwordMatcher;
107
+ dataURLtoBlob(dataUrl: string): Blob;
108
+ onToggleEmail(): void;
109
+ onTogglePassword(): void;
110
+ onClose(): void;
111
+ shouldUserChangeEmail(): void;
112
+ toggleApiTokenVisibility(): void;
113
+ toggleApiClientIdVisibility(): void;
114
+ refreshApiTokens(): void;
115
+ private performTokenRefresh;
116
+ static ɵfac: i0.ɵɵFactoryDeclaration<AccountDetailsComponent, never>;
117
+ static ɵcmp: i0.ɵɵComponentDeclaration<AccountDetailsComponent, "pw-account-details", never, {}, {}, never, never, false, never>;
118
+ }
119
+
120
+ declare class AddSubscriptionComponent extends AppBaseComponent implements OnInit, OnDestroy {
121
+ private readonly productService;
122
+ private readonly cdr;
123
+ private readonly singleProducts;
124
+ private readonly enterpriseProducts;
125
+ form: UntypedFormGroup;
126
+ busy: boolean;
127
+ isLoaded: boolean;
128
+ selectedProduct: boolean;
129
+ isPurchaseAttempted: boolean;
130
+ userLoggedIn: boolean;
131
+ availableProducts: Product[];
132
+ products: Product[];
133
+ user: User;
134
+ unitError: string;
135
+ category: typeof PRODUCT_CATEGORY;
136
+ units: number;
137
+ subscribedPermissionKeys: any[];
138
+ currentSubscription: Subscription;
139
+ subscriptionId: number;
140
+ constructor(productService: ProductService, injector: Injector, cdr: ChangeDetectorRef);
141
+ ngOnInit(): void;
142
+ private getProducts;
143
+ private getSingleCategoryProducts;
144
+ onChangeCategory(category: any): void;
145
+ onSelection(product: any): void;
146
+ trackByProduct(_index: number, item: Product): number;
147
+ ngOnDestroy(): void;
148
+ static ɵfac: i0.ɵɵFactoryDeclaration<AddSubscriptionComponent, never>;
149
+ static ɵcmp: i0.ɵɵComponentDeclaration<AddSubscriptionComponent, "pw-add-subscription", never, {}, {}, never, never, false, never>;
150
+ }
151
+
152
+ /**
153
+ * @summary Shows the saved credit card details of the user
154
+ * @author anikets43
155
+ *
156
+ * Created at : 2020-02-08 16:56:18
157
+ * Last modified : 2020-02-08 17:06:29
158
+ */
159
+
160
+ declare class SavedCardDetailsComponent {
161
+ /**
162
+ * Credit Card details like brand, exp_month, exp_year, card_number
163
+ */
164
+ data: {
165
+ brand?: string;
166
+ exp_month?: string;
167
+ exp_year?: string;
168
+ card_number?: string;
169
+ };
170
+ /**
171
+ * boolean: change payment option
172
+ */
173
+ isChangePayment: boolean;
174
+ showNewCard: boolean;
175
+ /**
176
+ * Emitter: on payment change request
177
+ */
178
+ changeEvent: EventEmitter<boolean>;
179
+ OnPaymentChange(value: any): void;
180
+ static ɵfac: i0.ɵɵFactoryDeclaration<SavedCardDetailsComponent, never>;
181
+ static ɵcmp: i0.ɵɵComponentDeclaration<SavedCardDetailsComponent, "pw-saved-card-details", never, { "data": { "alias": "data"; "required": false; }; "isChangePayment": { "alias": "isChangePayment"; "required": false; }; "showNewCard": { "alias": "showNewCard"; "required": false; }; }, { "changeEvent": "changeEvent"; }, never, never, false, never>;
182
+ }
183
+
184
+ interface CredentialData {
185
+ name: string;
186
+ field: string;
187
+ description?: string;
188
+ id?: number;
189
+ is_required?: boolean;
190
+ value?: string;
191
+ subscription_credential_id?: number;
192
+ credential_id?: number;
193
+ }
194
+ interface CardDetails {
195
+ card_number?: string;
196
+ cvc: string;
197
+ exp_month: string;
198
+ exp_year: string;
199
+ }
200
+ interface UserProfile {
201
+ slug: string;
202
+ headline: string;
203
+ }
204
+ interface AboutUserProfile {
205
+ description: string;
206
+ dob: string;
207
+ country: string;
208
+ website_url: string;
209
+ gender: string;
210
+ phone_number: string;
211
+ }
212
+ interface Qualification {
213
+ id: number;
214
+ degree: string;
215
+ course: string;
216
+ school: string;
217
+ started_on: string;
218
+ ended_on: string;
219
+ }
220
+ interface Skill {
221
+ category_name: string;
222
+ tags: {
223
+ name: string;
224
+ }[];
225
+ }
226
+ interface ModalContext {
227
+ modal: {
228
+ dismiss: () => void;
229
+ close: () => void;
230
+ };
231
+ }
232
+ interface EditUser {
233
+ id: number;
234
+ slug: string;
235
+ email: string;
236
+ joined_at: string;
237
+ first_name: string;
238
+ last_name: string;
239
+ profile?: EditUserProfile;
240
+ }
241
+ interface EditUserProfile {
242
+ description: string;
243
+ dob: string;
244
+ country: string;
245
+ website_url: string;
246
+ gender: string;
247
+ phone_number: string;
248
+ postcode: string;
249
+ location?: string;
250
+ state: string;
251
+ province: string;
252
+ }
253
+ interface CurrentItem {
254
+ id: number;
255
+ api_access_token?: string;
256
+ masked?: string;
257
+ }
258
+
259
+ declare class SubscriptionCredentialComponent extends AppBaseComponent implements OnInit, OnDestroy {
260
+ private readonly fb;
261
+ private readonly subscriptionService;
262
+ private readonly cdr;
263
+ private credentialToEdit;
264
+ passwordValidationModalForRevealCredential: PasswordValidationComponent;
265
+ passwordValidationModalForEditCredential: PasswordValidationComponent;
266
+ passwordValidationModalForAddCredential: PasswordValidationComponent;
267
+ form: UntypedFormGroup;
268
+ data: any[];
269
+ subscriptionId: number;
270
+ totalRecords: number;
271
+ allSubscriptionCredentials: CredentialData[];
272
+ availableCredentials: CredentialData[];
273
+ credentialsSelect: CredentialData[];
274
+ updatedCredential: CredentialData;
275
+ uniqueCredential: any[];
276
+ isEdit: boolean;
277
+ submitted: boolean;
278
+ buttonBusy: boolean;
279
+ isLoaded: boolean;
280
+ credentials: any[];
281
+ showForm: boolean;
282
+ credentialSaved: string;
283
+ credentialName: string;
284
+ credentialToReveal: any;
285
+ constructor(fb: UntypedFormBuilder, subscriptionService: SubscriptionService, injector: Injector, cdr: ChangeDetectorRef);
286
+ ngOnInit(): void;
287
+ get credentialsGroup(): UntypedFormArray;
288
+ /** Function to get all credentials */
289
+ private getAllCredentials;
290
+ /** Function to get available Credentials */
291
+ private getAllAvailableCredentials;
292
+ /** Function to get credential on select */
293
+ selectedOption(event: any): void;
294
+ /** Function to post credentials */
295
+ saveCredentials(): void;
296
+ revealCredentials(credential: any): void;
297
+ hideCredentials(): void;
298
+ showCredentials(): void;
299
+ /** Function to get form controls */
300
+ get f(): {
301
+ [key: string]: _angular_forms.AbstractControl<any, any, any>;
302
+ };
303
+ onCancel(): void;
304
+ openCredentialsForAdd(): void;
305
+ openCredentialsForEdit(credential: any): void;
306
+ editCredentials(): void;
307
+ showEditForm(): void;
308
+ ngOnDestroy(): void;
309
+ static ɵfac: i0.ɵɵFactoryDeclaration<SubscriptionCredentialComponent, never>;
310
+ static ɵcmp: i0.ɵɵComponentDeclaration<SubscriptionCredentialComponent, "pw-subscription-credential", never, {}, {}, never, never, false, never>;
311
+ }
312
+
313
+ declare class UpdatePaymentDetailsComponent extends AppBaseComponent implements OnInit {
314
+ private readonly fb;
315
+ private readonly scriptLoader;
316
+ private readonly productService;
317
+ private readonly subscriptionService;
318
+ private readonly cdr;
319
+ form: UntypedFormGroup;
320
+ years: any[];
321
+ months: any[];
322
+ busy: boolean;
323
+ isChangePayment: boolean;
324
+ cardDetails: CardDetails[];
325
+ loading: boolean;
326
+ errorMessage: string;
327
+ stripePublishKey: string;
328
+ errorMsg: string;
329
+ subscriptionId: number;
330
+ productId: number;
331
+ constructor(fb: UntypedFormBuilder, scriptLoader: ScriptLoaderService, productService: ProductService, subscriptionService: SubscriptionService, injector: Injector, cdr: ChangeDetectorRef);
332
+ ngOnInit(): void;
333
+ private getCardDetails;
334
+ onUpdatePaymentDetailsCancel(): void;
335
+ onSave(): void;
336
+ cancel(): void;
337
+ onChange(value: any): void;
338
+ static ɵfac: i0.ɵɵFactoryDeclaration<UpdatePaymentDetailsComponent, never>;
339
+ static ɵcmp: i0.ɵɵComponentDeclaration<UpdatePaymentDetailsComponent, "pw-update-payment-details", never, {}, {}, never, never, false, never>;
340
+ }
341
+
342
+ declare class UpgradeSubscriptionComponent extends AppBaseComponent implements OnInit, OnDestroy {
343
+ private readonly productService;
344
+ private readonly fb;
345
+ private readonly modalService;
346
+ private readonly subscriptionService;
347
+ private readonly store;
348
+ private readonly scriptLoader;
349
+ private readonly cdr;
350
+ passwordValidationModal: PasswordValidationComponent;
351
+ form: UntypedFormGroup;
352
+ product: Product;
353
+ subscription: Subscription;
354
+ user: User;
355
+ cardDetails: CardDetails;
356
+ units: number;
357
+ subscriptionId: number;
358
+ productId: number;
359
+ unitError: string;
360
+ password: string;
361
+ stripePublishKey: string;
362
+ busy: boolean;
363
+ isPurchaseAttempted: boolean;
364
+ months: any[];
365
+ years: any[];
366
+ showNewCard: boolean;
367
+ passwordModalVisible: boolean;
368
+ errorMsg: any;
369
+ get totalAmount(): number;
370
+ constructor(injector: Injector, productService: ProductService, fb: UntypedFormBuilder, modalService: NgbModal, subscriptionService: SubscriptionService, store: Store<AppState>, scriptLoader: ScriptLoaderService, cdr: ChangeDetectorRef);
371
+ ngOnInit(): void;
372
+ getSubscriptionDetails(): void;
373
+ getProductDetails(): void;
374
+ onMaxReached(event: any): void;
375
+ onMinReached(event: any): void;
376
+ onUnitChange(event: any): void;
377
+ onValidatePassword(isSuccess: boolean): void;
378
+ private postCreateToken;
379
+ attemptPurchase(): void;
380
+ private onPurchaseSubmit;
381
+ private enrollUserToSubscription;
382
+ private noPasswordModal;
383
+ private getCardDetails;
384
+ onDiscardToggle(): void;
385
+ updateCardDetails(): void;
386
+ ngOnDestroy(): void;
387
+ static ɵfac: i0.ɵɵFactoryDeclaration<UpgradeSubscriptionComponent, never>;
388
+ static ɵcmp: i0.ɵɵComponentDeclaration<UpgradeSubscriptionComponent, "pw-upgrade-subscription", never, {}, {}, never, never, false, never>;
389
+ }
390
+
391
+ declare class UserSubscriptionDetailsComponent extends AppBaseComponent implements OnInit, OnDestroy {
392
+ private readonly fb;
393
+ private readonly geoService;
394
+ private readonly modalService;
395
+ private readonly subscriptionService;
396
+ private readonly store;
397
+ private readonly cdr;
398
+ modal: PasswordValidationComponent;
399
+ allowUpdate: boolean;
400
+ hasUnitChanged: boolean;
401
+ busyButton: boolean;
402
+ form: UntypedFormGroup;
403
+ unitError: string;
404
+ subscription: Subscription;
405
+ units: number;
406
+ countries$: Observable<Country[]>;
407
+ squaredLogo: string;
408
+ fullLogo: string;
409
+ slug: string;
410
+ userId: number;
411
+ subscriptionId: number;
412
+ user: User;
413
+ showApiToken: boolean;
414
+ showApiClientId: boolean;
415
+ refreshingTokens: boolean;
416
+ totalAmount(): number;
417
+ constructor(fb: UntypedFormBuilder, geoService: GeoService, modalService: NgbModal, subscriptionService: SubscriptionService, store: Store<AppState>, injector: Injector, cdr: ChangeDetectorRef);
418
+ ngOnInit(): void;
419
+ private fetchData;
420
+ private getForm;
421
+ private commaSeparatedEmailsValidator;
422
+ /** *
423
+ * Update seats for all the products of subscription
424
+ */
425
+ updateUnits(): void;
426
+ openModal(content: any): void;
427
+ onImgError(event: Event, fallbackSrc: string): void;
428
+ onImageSelection(event: any): void;
429
+ uploadSquaredLogo(event: any): void;
430
+ onClose(): void;
431
+ dataURLtoBlob(dataUrl: any): Blob;
432
+ onSaveDetails(): void;
433
+ onPasswordValidation(_event: any): void;
434
+ onMaxReached(event: any): void;
435
+ onMinReached(event: any): void;
436
+ onUnitChange(event: any): void;
437
+ /** Function to execute on location select */
438
+ handleAddressChange(event: any): void;
439
+ toggleApiTokenVisibility(): void;
440
+ toggleApiClientIdVisibility(): void;
441
+ refreshApiTokens(): void;
442
+ private performTokenRefresh;
443
+ trackByProduct(_index: number, item: Product): number;
444
+ ngOnDestroy(): void;
445
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserSubscriptionDetailsComponent, never>;
446
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserSubscriptionDetailsComponent, "ng-component", never, {}, {}, never, never, false, never>;
447
+ }
448
+
449
+ declare class UserSubscriptionListComponent extends AppBaseComponent implements OnInit, OnDestroy {
450
+ private readonly subscriptionService;
451
+ private readonly adminService;
452
+ private readonly modalService;
453
+ private readonly store;
454
+ private readonly clipboard;
455
+ private readonly cdr;
456
+ menu: MenuItem[];
457
+ changeSubscriptionRef: AddSubscriptionComponent;
458
+ passwordValidationModalForAccountDelete: PasswordValidationComponent;
459
+ passwordValidationModalForKey: PasswordValidationComponent;
460
+ passwordValidationForUnsubscribe: PasswordValidationComponent;
461
+ cancelSubscriptionModal: TemplateRef<unknown>;
462
+ showApiKey: boolean;
463
+ password: string;
464
+ productName: string;
465
+ subscribedSubscriptions: any[];
466
+ activeItem: MenuItem;
467
+ isAddNew: boolean;
468
+ user: User;
469
+ isUpdatePayment: false;
470
+ selectedSubscription: {
471
+ id: number;
472
+ productId: number;
473
+ };
474
+ editing: boolean;
475
+ isLoaded: boolean;
476
+ reasonToCancel: string;
477
+ currentItem: CurrentItem;
478
+ showTos: boolean;
479
+ objectKeys: {
480
+ (o: object): string[];
481
+ (o: {}): string[];
482
+ };
483
+ items: MenuItem[];
484
+ productId: number;
485
+ constructor(subscriptionService: SubscriptionService, adminService: AdminService, modalService: NgbModal, store: Store<AppState>, clipboard: Clipboard, injector: Injector, cdr: ChangeDetectorRef);
486
+ ngOnInit(): void;
487
+ onClipboardCopy(accessCode: string): void;
488
+ attemptUnsubscribe(item: any, productId: number): void;
489
+ openCancelSubscriptionModal(): void;
490
+ private getSubscribedProduct;
491
+ updateApiKey(item: any): void;
492
+ showKey(item: any): void;
493
+ displayApiKey(): void;
494
+ activateMenu(): void;
495
+ onUnsubscribe(item: any, reasonToCancel: string): void;
496
+ onValidatePassword(isSuccess: boolean): void;
497
+ onConfirmCancel(): void;
498
+ discardEdit(): void;
499
+ onSaveDetails(): void;
500
+ onUpdatePaymentDetailsCancel(): void;
501
+ attemptUpgrade(subscription: Subscription, product: Product): void;
502
+ private noPasswordModal;
503
+ showModalForAccountDeletion(): void;
504
+ deleteUser(_event: any): void;
505
+ showPrivacyAndTos(product: Product): void;
506
+ onCancel(): void;
507
+ trackBySubscription(_index: number, item: {
508
+ id: number;
509
+ }): number;
510
+ trackByProduct(_index: number, item: {
511
+ id: number;
512
+ }): number;
513
+ ngOnDestroy(): void;
514
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserSubscriptionListComponent, never>;
515
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserSubscriptionListComponent, "pw-user-subscriptions-list", never, {}, {}, never, never, false, never>;
516
+ }
517
+
518
+ declare class UserInvoiceComponent extends AppBaseComponent implements OnDestroy {
519
+ private readonly cdr;
520
+ invoices: any[];
521
+ buttonBusy: boolean;
522
+ userId: number;
523
+ totalRecordsUnFiltered: number;
524
+ searchText: string;
525
+ subscription: Subscription$1;
526
+ intervalTimer: rxjs.Observable<number>;
527
+ isLoaded: boolean;
528
+ page: number;
529
+ totalRecords: number;
530
+ invoiceFrequency: string[];
531
+ constructor(injector: Injector, cdr: ChangeDetectorRef);
532
+ onLazyLoad(event: LazyLoadEvent): void;
533
+ private fetchInvoices;
534
+ private pollForInvoices;
535
+ ngOnDestroy(): void;
536
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserInvoiceComponent, never>;
537
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserInvoiceComponent, "pw-user-invoice", never, {}, {}, never, never, false, never>;
538
+ }
539
+
540
+ declare class CommunicationTabComponent extends AppBaseComponent implements OnInit {
541
+ private readonly commonService;
542
+ private readonly profileService;
543
+ private readonly store;
544
+ private readonly cdr;
545
+ subscriptions: any[];
546
+ userSubscription: any[];
547
+ isLoaded: boolean;
548
+ user: User;
549
+ constructor(commonService: CommonService, profileService: ProfileService, store: Store<AppState>, injector: Injector, cdr: ChangeDetectorRef);
550
+ ngOnInit(): void;
551
+ private getAllSubscription;
552
+ onValueChange(item: any, value: any): void;
553
+ updateUser(): void;
554
+ static ɵfac: i0.ɵɵFactoryDeclaration<CommunicationTabComponent, never>;
555
+ static ɵcmp: i0.ɵɵComponentDeclaration<CommunicationTabComponent, "pw-communication-tab", never, {}, {}, never, never, false, never>;
556
+ }
557
+
558
+ declare class OthersTabComponent extends AppBaseComponent implements OnInit, OnDestroy {
559
+ private readonly commonService;
560
+ private readonly cdr;
561
+ subscriptionConfigs: any[];
562
+ globalConfigs: any[];
563
+ userId: number;
564
+ isLoaded: boolean;
565
+ constructor(commonService: CommonService, injector: Injector, cdr: ChangeDetectorRef);
566
+ ngOnInit(): void;
567
+ private getGlobalSubscriptionConfig;
568
+ private getGlobalConfigs;
569
+ onValueChange(item: any, value: any): void;
570
+ ngOnDestroy(): void;
571
+ static ɵfac: i0.ɵɵFactoryDeclaration<OthersTabComponent, never>;
572
+ static ɵcmp: i0.ɵɵComponentDeclaration<OthersTabComponent, "pw-others-tab", never, {}, {}, never, never, false, never>;
573
+ }
574
+
575
+ declare class SecurityTabComponent extends AppBaseComponent implements OnInit {
576
+ private readonly cdr;
577
+ passwordRef: ElementRef;
578
+ verificationCode: ElementRef;
579
+ ssoPasswordRef: ElementRef;
580
+ showSSOSection: boolean;
581
+ ssoPasswordVerified: boolean;
582
+ isSSOPasswordInvalid: boolean;
583
+ user: any;
584
+ isCurrentPasswordValid: boolean;
585
+ passwordVerified: boolean;
586
+ show2FA: boolean;
587
+ created2faDetails: object;
588
+ constructor(injector: Injector, cdr: ChangeDetectorRef);
589
+ ngOnInit(): void;
590
+ private getUser;
591
+ validatePassword(): void;
592
+ checkValidity(): void;
593
+ private create2FA;
594
+ verify2FA(): void;
595
+ private enable2FA;
596
+ private disable2FA;
597
+ reset(): void;
598
+ checkSSOPasswordValidity(): void;
599
+ validateSSOPassword(): void;
600
+ triggerSSO(): void;
601
+ resetSSO(): void;
602
+ static ɵfac: i0.ɵɵFactoryDeclaration<SecurityTabComponent, never>;
603
+ static ɵcmp: i0.ɵɵComponentDeclaration<SecurityTabComponent, "pw-security-tab", never, {}, {}, never, never, false, never>;
604
+ }
605
+
606
+ declare class SettingsComponent {
607
+ private readonly router;
608
+ private readonly permissionService;
609
+ menu: MenuItem[];
610
+ items: MenuItem[];
611
+ activeItem: MenuItem;
612
+ constructor(router: Router, permissionService: PermissionService);
613
+ activateMenu(): void;
614
+ static ɵfac: i0.ɵɵFactoryDeclaration<SettingsComponent, never>;
615
+ static ɵcmp: i0.ɵɵComponentDeclaration<SettingsComponent, "pw-settings", never, {}, {}, never, never, false, never>;
616
+ }
617
+
618
+ declare class SupportComponent extends AppBaseComponent implements OnInit {
619
+ private readonly commonService;
620
+ private readonly cdr;
621
+ supports: any[];
622
+ subscriptionId: number;
623
+ isLoading: boolean;
624
+ isLoaded: boolean;
625
+ constructor(injector: Injector, commonService: CommonService, cdr: ChangeDetectorRef);
626
+ ngOnInit(): void;
627
+ private getAllSupport;
628
+ static ɵfac: i0.ɵɵFactoryDeclaration<SupportComponent, never>;
629
+ static ɵcmp: i0.ɵɵComponentDeclaration<SupportComponent, "pw-support", never, {}, {}, never, never, false, never>;
630
+ }
631
+
632
+ declare class EditPortfoliosComponent {
633
+ private readonly modalService;
634
+ private readonly profileService;
635
+ private readonly cdr;
636
+ content: TemplateRef<ModalContext>;
637
+ uploader: FileUpload;
638
+ successEvent: EventEmitter<boolean>;
639
+ id: number;
640
+ slug: string;
641
+ uploadedFiles: any[];
642
+ project: any[];
643
+ projectPictures: any[];
644
+ busy: boolean;
645
+ filesUploaded: boolean;
646
+ constructor(modalService: NgbModal, profileService: ProfileService, cdr: ChangeDetectorRef);
647
+ openModal(id: number): void;
648
+ onSelect(event?: any): void;
649
+ getProjectPictures(): void;
650
+ /**
651
+ * Uploads multiple images for the project
652
+ * @param form
653
+ */
654
+ onSave(form: any): void;
655
+ deleteProjectPicture(id: number): void;
656
+ trackByImage(_index: number, item: {
657
+ id: number;
658
+ }): number;
659
+ onRemove(event: any): void;
660
+ onUploadError(event: any): void;
661
+ static ɵfac: i0.ɵɵFactoryDeclaration<EditPortfoliosComponent, never>;
662
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditPortfoliosComponent, "pw-edit-portfolios", never, { "id": { "alias": "id"; "required": false; }; "slug": { "alias": "slug"; "required": false; }; }, { "successEvent": "successEvent"; }, never, never, false, never>;
663
+ }
664
+
665
+ declare class EditProjectModalComponent extends AppBaseComponent implements OnInit, OnDestroy {
666
+ modalService: NgbModal;
667
+ private readonly fb;
668
+ private readonly profileService;
669
+ private readonly cdr;
670
+ content: TemplateRef<ModalContext>;
671
+ cancelEvent: EventEmitter<void>;
672
+ saveEvent: EventEmitter<boolean>;
673
+ form: UntypedFormGroup;
674
+ weeks: number[];
675
+ startYears: number[];
676
+ endYears: number[];
677
+ title: string;
678
+ submitted: boolean;
679
+ buttonBusy: boolean;
680
+ private currentProject;
681
+ userId: number;
682
+ constructor(modalService: NgbModal, fb: UntypedFormBuilder, profileService: ProfileService, injector: Injector, cdr: ChangeDetectorRef);
683
+ get f(): {
684
+ [key: string]: _angular_forms.AbstractControl<any, any, any>;
685
+ };
686
+ ngOnInit(): void;
687
+ ngOnDestroy(): void;
688
+ getStartYear(): void;
689
+ getEndYears(start_year: any): void;
690
+ private getWeeks;
691
+ onOpen(item?: any): void;
692
+ onSaveDetail(): void;
693
+ private getForm;
694
+ static ɵfac: i0.ɵɵFactoryDeclaration<EditProjectModalComponent, never>;
695
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditProjectModalComponent, "pw-edit-project-modal", never, {}, { "cancelEvent": "cancelEvent"; "saveEvent": "saveEvent"; }, never, never, false, never>;
696
+ }
697
+
698
+ declare class EditQualificationsModalComponent extends AppBaseComponent implements OnInit {
699
+ modalService: NgbModal;
700
+ private readonly fb;
701
+ private readonly qualificationService;
702
+ private readonly cdr;
703
+ saveEvent: EventEmitter<void>;
704
+ content: TemplateRef<ModalContext>;
705
+ title: string;
706
+ form: UntypedFormGroup;
707
+ userId: number;
708
+ now: Date;
709
+ minToDate: Date;
710
+ qualifications: {
711
+ value: number;
712
+ label: string;
713
+ }[];
714
+ buttonBusy: boolean;
715
+ constructor(modalService: NgbModal, fb: UntypedFormBuilder, qualificationService: QualificationService, injector: Injector, cdr: ChangeDetectorRef);
716
+ ngOnInit(): void;
717
+ onOpen(value?: any): void;
718
+ onDateChange(): void;
719
+ onSaveDetail(): void;
720
+ static ɵfac: i0.ɵɵFactoryDeclaration<EditQualificationsModalComponent, never>;
721
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditQualificationsModalComponent, "pw-edit-qualifications-modal", never, {}, { "saveEvent": "saveEvent"; }, never, never, false, never>;
722
+ }
723
+
724
+ declare class EditRecommendationModalComponent {
725
+ modalService: NgbModal;
726
+ private readonly fb;
727
+ private readonly profileService;
728
+ private readonly cdr;
729
+ content: TemplateRef<ModalContext>;
730
+ user: User;
731
+ form: UntypedFormGroup;
732
+ title: string;
733
+ buttonBusy: boolean;
734
+ project: Project;
735
+ constructor(modalService: NgbModal, fb: UntypedFormBuilder, profileService: ProfileService, cdr: ChangeDetectorRef);
736
+ onOpen(value?: any): void;
737
+ onSaveDetail(): void;
738
+ static ɵfac: i0.ɵɵFactoryDeclaration<EditRecommendationModalComponent, never>;
739
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditRecommendationModalComponent, "pw-edit-recommendation-modal", never, { "user": { "alias": "user"; "required": false; }; }, {}, never, never, false, never>;
740
+ }
741
+
742
+ declare class EditSkillsModalComponent extends AppBaseComponent {
743
+ private readonly modalService;
744
+ private readonly tagService;
745
+ private readonly cdr;
746
+ content: TemplateRef<ModalContext>;
747
+ userId: number;
748
+ slug: string;
749
+ entityType: TAG_TYPE;
750
+ entityEntity: TAG_ENTITY;
751
+ saveEvent: EventEmitter<boolean>;
752
+ allSkills: any[];
753
+ searchSkills: any[];
754
+ selectedSkills: any[];
755
+ constructor(modalService: NgbModal, tagService: TagService, injector: Injector, cdr: ChangeDetectorRef);
756
+ open(): void;
757
+ /**
758
+ * Populate all the skills for the dropdown
759
+ */
760
+ private getSkills;
761
+ /**
762
+ * Skills Search
763
+ * @param event: keyword to search
764
+ */
765
+ search(event: any): void;
766
+ close(modal: any): void;
767
+ private getEntitySkills;
768
+ saveUserSkills(): void;
769
+ static ɵfac: i0.ɵɵFactoryDeclaration<EditSkillsModalComponent, never>;
770
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditSkillsModalComponent, "pw-edit-skills-modal", never, { "userId": { "alias": "userId"; "required": false; }; "slug": { "alias": "slug"; "required": false; }; "entityType": { "alias": "entityType"; "required": false; }; "entityEntity": { "alias": "entityEntity"; "required": false; }; }, { "saveEvent": "saveEvent"; }, never, never, false, never>;
771
+ }
772
+
773
+ declare class EditSocialLinksComponent extends AppBaseComponent implements OnInit {
774
+ private readonly modalService;
775
+ private readonly fb;
776
+ private readonly profileService;
777
+ private readonly cdr;
778
+ content: TemplateRef<ModalContext>;
779
+ links: Record<string, string>;
780
+ userId: number;
781
+ saveEvent: EventEmitter<void>;
782
+ form: UntypedFormGroup;
783
+ buttonBusy: boolean;
784
+ constructor(injector: Injector, modalService: NgbModal, fb: UntypedFormBuilder, profileService: ProfileService, cdr: ChangeDetectorRef);
785
+ private urlValidator;
786
+ ngOnInit(): void;
787
+ onOpen(links: any): void;
788
+ onSaveDetail(): void;
789
+ static ɵfac: i0.ɵɵFactoryDeclaration<EditSocialLinksComponent, never>;
790
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditSocialLinksComponent, "pw-edit-social-links", never, { "links": { "alias": "links"; "required": false; }; "userId": { "alias": "userId"; "required": false; }; }, { "saveEvent": "saveEvent"; }, never, never, false, never>;
791
+ }
792
+
793
+ declare class EditUserProfileModalComponent extends AppBaseComponent implements OnInit {
794
+ modalService: NgbModal;
795
+ private readonly fb;
796
+ private readonly profileService;
797
+ private readonly geoService;
798
+ private readonly cdr;
799
+ content: TemplateRef<ModalContext>;
800
+ slug: string;
801
+ user: EditUser;
802
+ saveEvent: EventEmitter<UserProfile>;
803
+ placesRef: NgxGpAutocompleteDirective;
804
+ form: UntypedFormGroup;
805
+ countries$: Observable<Country[]>;
806
+ states: Country[];
807
+ buttonBusy: boolean;
808
+ constructor(modalService: NgbModal, fb: UntypedFormBuilder, profileService: ProfileService, geoService: GeoService, injector: Injector, cdr: ChangeDetectorRef);
809
+ ngOnInit(): void;
810
+ getValues(): void;
811
+ handleAddressChange(_event: any): void;
812
+ onOpen(): void;
813
+ getRegion(countryId: any): void;
814
+ onSaveDetail(): void;
815
+ save(): void;
816
+ static ɵfac: i0.ɵɵFactoryDeclaration<EditUserProfileModalComponent, never>;
817
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditUserProfileModalComponent, "pw-edit-user-profile-modal", never, { "slug": { "alias": "slug"; "required": false; }; "user": { "alias": "user"; "required": false; }; }, { "saveEvent": "saveEvent"; }, never, never, false, never>;
818
+ }
819
+
820
+ declare class UserAboutComponent extends AppBaseComponent implements OnInit, OnDestroy {
821
+ private readonly profileService;
822
+ private readonly qualificationService;
823
+ private readonly tagService;
824
+ private readonly cdr;
825
+ user: User;
826
+ isEdit: boolean;
827
+ saveEvent: EventEmitter<boolean>;
828
+ modal: EditUserProfileModalComponent;
829
+ qualificationModal: EditQualificationsModalComponent;
830
+ skillsModal: EditSkillsModalComponent;
831
+ socialModal: EditSocialLinksComponent;
832
+ private readonly navigationSubscription;
833
+ allSkills: any[];
834
+ searchSkills: any[];
835
+ selectedSkills: Skill[];
836
+ objectKeys: {
837
+ (o: object): string[];
838
+ (o: {}): string[];
839
+ };
840
+ user_profile: AboutUserProfile;
841
+ qualifications: Qualification[];
842
+ userLinks: Record<string, string>;
843
+ noUserLinks: boolean;
844
+ loading: boolean;
845
+ constructor(profileService: ProfileService, qualificationService: QualificationService, tagService: TagService, injector: Injector, cdr: ChangeDetectorRef);
846
+ ngOnInit(): void;
847
+ getUserDetails(): void;
848
+ /**
849
+ * Populate all the skills for the dropdown
850
+ */
851
+ private getSkills;
852
+ onProfileOpen(): void;
853
+ openSkills(): void;
854
+ onProfileSaved(_event: any): void;
855
+ onOpenSocial(): void;
856
+ editQualification(item: any): void;
857
+ deleteQualification(item: any): void;
858
+ onSaveUserLinks(): void;
859
+ trackByQualification(_index: number, item: {
860
+ id: number;
861
+ }): number;
862
+ ngOnDestroy(): void;
863
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserAboutComponent, never>;
864
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserAboutComponent, "pw-user-about", never, { "user": { "alias": "user"; "required": false; }; "isEdit": { "alias": "isEdit"; "required": false; }; }, { "saveEvent": "saveEvent"; }, never, never, false, never>;
865
+ }
866
+
867
+ declare class PortfoliosComponent implements OnInit {
868
+ private readonly service;
869
+ private readonly modalService;
870
+ private readonly cdr;
871
+ user: User;
872
+ isEdit: boolean;
873
+ projectPictures: any[];
874
+ selectedPicURL: string;
875
+ isLoaded: boolean;
876
+ constructor(service: ProfileService, modalService: NgbModal, cdr: ChangeDetectorRef);
877
+ ngOnInit(): void;
878
+ private getProjectPictures;
879
+ deletePicture(id: any): void;
880
+ trackByImage(_index: number, item: {
881
+ id: number;
882
+ }): number;
883
+ showFullImage(picture: any, content: any, evt: any): void;
884
+ static ɵfac: i0.ɵɵFactoryDeclaration<PortfoliosComponent, never>;
885
+ static ɵcmp: i0.ɵɵComponentDeclaration<PortfoliosComponent, "pw-portfolios", never, { "user": { "alias": "user"; "required": false; }; "isEdit": { "alias": "isEdit"; "required": false; }; }, {}, never, never, false, never>;
886
+ }
887
+
888
+ declare class UserProfilePageComponent extends AppBaseComponent implements OnInit, OnDestroy {
889
+ private readonly profileService;
890
+ private readonly modalService;
891
+ private readonly scriptLoader;
892
+ private readonly cdr;
893
+ private loggedInUserDetails;
894
+ user: User;
895
+ slug: string;
896
+ objectKeys: {
897
+ (o: object): string[];
898
+ (o: {}): string[];
899
+ };
900
+ image: string;
901
+ isFollowing: boolean;
902
+ isLoaded: boolean;
903
+ userProfile: UserProfile;
904
+ items: MenuItem[];
905
+ activeItem: MenuItem;
906
+ /** Current tab value for p-tabs */
907
+ activeTabValue: string;
908
+ onTabChange(value: string): void;
909
+ constructor(injector: Injector, profileService: ProfileService, modalService: NgbModal, scriptLoader: ScriptLoaderService, cdr: ChangeDetectorRef);
910
+ get allowEdit(): boolean;
911
+ ngOnInit(): void;
912
+ handleImageError(event: Event, fallbackPath: any): void;
913
+ private dataURLtoBlob;
914
+ openModal(content: any): void;
915
+ onImageSelection(event: any): void;
916
+ getUserBySlug(): void;
917
+ onClose(): void;
918
+ private getCurrentUserDetails;
919
+ sendMessageSlug(): void;
920
+ followUser(): void;
921
+ private waitForJQuery;
922
+ private loadJQueryForUserProfile;
923
+ ngOnDestroy(): void;
924
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserProfilePageComponent, never>;
925
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserProfilePageComponent, "pw-user-profile-page", never, {}, {}, never, never, false, never>;
926
+ }
927
+
928
+ declare class UserProjectsComponent extends AppBaseComponent implements OnInit {
929
+ private readonly service;
930
+ private readonly cdr;
931
+ user: User;
932
+ isEdit: boolean;
933
+ slug: string;
934
+ projectModal: EditProjectModalComponent;
935
+ skillModal: EditSkillsModalComponent;
936
+ recommendationModal: EditRecommendationModalComponent;
937
+ portfolios: EditPortfoliosComponent;
938
+ projects: Project[];
939
+ submitted: boolean;
940
+ isLoaded: boolean;
941
+ constructor(service: ProfileService, injector: Injector, cdr: ChangeDetectorRef);
942
+ ngOnInit(): void;
943
+ onEditProject(item: any): void;
944
+ editRecommendation(item: any): void;
945
+ openSkills(project: any): void;
946
+ getProjects(): void;
947
+ onSkillsSave(): void;
948
+ onSaveProject(_event: any): void;
949
+ openPortfolios(id: number): void;
950
+ onDeleteProject(project: any): void;
951
+ trackByProject(_index: number, item: Project): number;
952
+ deletePicture(project: any): void;
953
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserProjectsComponent, never>;
954
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserProjectsComponent, "pw-user-projects", never, { "user": { "alias": "user"; "required": false; }; "isEdit": { "alias": "isEdit"; "required": false; }; "slug": { "alias": "slug"; "required": false; }; }, {}, never, never, false, never>;
955
+ }
956
+
957
+ declare class SupportDetailsComponent extends AppBaseComponent implements AfterViewInit, OnInit {
958
+ private readonly commonService;
959
+ private readonly authService;
960
+ private readonly renderer;
961
+ private readonly el;
962
+ private readonly cdr;
963
+ form: UntypedFormGroup;
964
+ uploadedFiles: any[];
965
+ invalidFile: boolean;
966
+ isSubmitClicked: boolean;
967
+ siteKey: string;
968
+ recaptcha: any;
969
+ isLoading: boolean;
970
+ filesUploaded: boolean;
971
+ subscriptionId: any;
972
+ constructor(injector: Injector, commonService: CommonService, authService: AuthService, renderer: Renderer2, el: ElementRef, cdr: ChangeDetectorRef);
973
+ ngOnInit(): void;
974
+ ngAfterViewInit(): void;
975
+ onSave(): void;
976
+ handleSuccess(token: string): void;
977
+ onSelect(event?: any): void;
978
+ onRemove(event: any): void;
979
+ attachCloseButtonListener(): void;
980
+ handleCloseButtonClick(): void;
981
+ onUploadError(event: any): void;
982
+ static ɵfac: i0.ɵɵFactoryDeclaration<SupportDetailsComponent, never>;
983
+ static ɵcmp: i0.ɵɵComponentDeclaration<SupportDetailsComponent, "pw-support-details", never, {}, {}, never, never, false, never>;
984
+ }
985
+
986
+ declare class UserModuleModule {
987
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserModuleModule, never>;
988
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UserModuleModule, [typeof AccountComponent, typeof AccountDetailsComponent, typeof AddSubscriptionComponent, typeof SavedCardDetailsComponent, typeof SubscriptionCredentialComponent, typeof UpdatePaymentDetailsComponent, typeof UpgradeSubscriptionComponent, typeof UserSubscriptionDetailsComponent, typeof UserSubscriptionListComponent, typeof UserInvoiceComponent, typeof CommunicationTabComponent, typeof OthersTabComponent, typeof SecurityTabComponent, typeof SettingsComponent, typeof SupportComponent, typeof EditPortfoliosComponent, typeof EditProjectModalComponent, typeof EditQualificationsModalComponent, typeof EditRecommendationModalComponent, typeof EditSkillsModalComponent, typeof EditSocialLinksComponent, typeof EditUserProfileModalComponent, typeof UserAboutComponent, typeof PortfoliosComponent, typeof UserProfilePageComponent, typeof UserProjectsComponent, typeof SupportDetailsComponent], [typeof i28.InputTextModule, typeof i29.DirectivesModule, typeof i30.CommonModule, typeof i31.RouterModule, typeof _angular_forms.ReactiveFormsModule, typeof i33.CoreTranslocoModule, typeof i34.NgxGpAutocompleteModule, typeof i35.SharedComponentsModule, typeof i36.PipesModule, typeof i37.UiSwitchModule, typeof i38.NgxCaptchaModule, typeof _angular_forms.FormsModule, typeof i39.DatePickerModule, typeof i40.MultiSelectModule, typeof i41.ProgressSpinnerModule, typeof i42.AccordionModule, typeof i43.FileUploadModule, typeof i44.SelectModule, typeof i45.RatingModule, typeof i46.SelectButtonModule, typeof i47.NgbModalModule, typeof i47.NgbDatepickerModule], [typeof AccountComponent, typeof AccountDetailsComponent, typeof AddSubscriptionComponent, typeof SavedCardDetailsComponent, typeof SubscriptionCredentialComponent, typeof UpdatePaymentDetailsComponent, typeof UpgradeSubscriptionComponent, typeof UserSubscriptionDetailsComponent, typeof UserSubscriptionListComponent, typeof UserInvoiceComponent, typeof CommunicationTabComponent, typeof OthersTabComponent, typeof SecurityTabComponent, typeof SettingsComponent, typeof SupportComponent, typeof EditPortfoliosComponent, typeof EditProjectModalComponent, typeof EditQualificationsModalComponent, typeof EditRecommendationModalComponent, typeof EditSkillsModalComponent, typeof EditSocialLinksComponent, typeof EditUserProfileModalComponent, typeof UserAboutComponent, typeof PortfoliosComponent, typeof UserProfilePageComponent, typeof UserProjectsComponent, typeof SupportDetailsComponent]>;
989
+ static ɵinj: i0.ɵɵInjectorDeclaration<UserModuleModule>;
990
+ }
991
+
992
+ export { AccountComponent, AccountDetailsComponent, AddSubscriptionComponent, CommunicationTabComponent, EditPortfoliosComponent, EditProjectModalComponent, EditQualificationsModalComponent, EditRecommendationModalComponent, EditSkillsModalComponent, EditSocialLinksComponent, EditUserProfileModalComponent, OthersTabComponent, PortfoliosComponent, SavedCardDetailsComponent, SecurityTabComponent, SettingsComponent, SubscriptionCredentialComponent, SupportComponent, SupportDetailsComponent, UpdatePaymentDetailsComponent, UpgradeSubscriptionComponent, UserAboutComponent, UserInvoiceComponent, UserModuleModule, UserProfilePageComponent, UserProjectsComponent, UserSubscriptionDetailsComponent, UserSubscriptionListComponent };