@posiwise/admin-module 0.0.120 → 0.0.122

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 (63) hide show
  1. package/esm2022/lib/admin-module.routing.mjs +6 -1
  2. package/esm2022/lib/admin.module.mjs +4 -1
  3. package/esm2022/lib/components/TOS/terms-of-service/terms-of-service.component.mjs +3 -3
  4. package/esm2022/lib/components/TOS/terms-of-service-details/terms-of-service-details.component.mjs +19 -4
  5. package/esm2022/lib/components/contact-us/contact-us-list/contact-us-list.component.mjs +3 -3
  6. package/esm2022/lib/components/faqs/add-faq/add-faq.component.mjs +12 -3
  7. package/esm2022/lib/components/faqs/edit-faq/edit-faq.component.mjs +12 -3
  8. package/esm2022/lib/components/faqs/faqs-list/faqs-list.component.mjs +3 -3
  9. package/esm2022/lib/components/incidents/add-edit-incident/add-edit-incident.component.mjs +12 -3
  10. package/esm2022/lib/components/incidents/incidents-list/incidents-list.component.mjs +3 -3
  11. package/esm2022/lib/components/newsletters/newsletter-item-details/newsletter-item-details.component.mjs +44 -23
  12. package/esm2022/lib/components/newsletters/newsletters-items/newsletters-items-view-details/newsletters-items-view-details.component.mjs +57 -0
  13. package/esm2022/lib/components/newsletters/newsletters-items/newsletters-items.component.mjs +3 -3
  14. package/esm2022/lib/components/products/product-details/product-details.component.mjs +27 -5
  15. package/esm2022/lib/components/products/products-list/products-list.component.mjs +3 -3
  16. package/esm2022/lib/components/subscriptions/subscription-users/subscription-users.component.mjs +3 -3
  17. package/esm2022/lib/components/subscriptions/subscriptions-list/subscriptions-list.component.mjs +3 -2
  18. package/esm2022/lib/shared/routers/routers.mjs +3 -1
  19. package/fesm2022/posiwise-admin-module.mjs +190 -60
  20. package/fesm2022/posiwise-admin-module.mjs.map +1 -1
  21. package/lib/admin.module.d.ts +84 -83
  22. package/lib/components/TOS/terms-of-service/terms-of-service.component.d.ts +2 -0
  23. package/lib/components/TOS/terms-of-service-details/terms-of-service-details.component.d.ts +4 -2
  24. package/lib/components/config/global-config-list/global-config-list.component.d.ts +2 -0
  25. package/lib/components/credentials/credentials/credentials.component.d.ts +3 -1
  26. package/lib/components/credentials/subscription-credentials/subscription-credentials.component.d.ts +2 -0
  27. package/lib/components/domain-config/domain-config-details/domain-config-build/domain-config-build.component.d.ts +2 -0
  28. package/lib/components/domain-config/domain-config-details/domain-config-core/domain-config-core.component.d.ts +2 -0
  29. package/lib/components/domain-config/domain-config-details/domain-config-details.component.d.ts +2 -0
  30. package/lib/components/domain-config/domain-config-details/domain-config-integrations/domain-config-integrations.component.d.ts +2 -0
  31. package/lib/components/domain-config/domain-config-details/domain-config-interface/domain-config-interface.component.d.ts +2 -0
  32. package/lib/components/domain-config/domain-config-details/domain-config-organization/domain-config-organization.component.d.ts +2 -0
  33. package/lib/components/domain-config/domain-config-details/domain-config-security/domain-config-security.component.d.ts +2 -0
  34. package/lib/components/domain-config/domain-config-details/domain-config-social/domain-config-social.component.d.ts +2 -0
  35. package/lib/components/domain-config/domain-config-list/domain-config-list.component.d.ts +2 -0
  36. package/lib/components/faqs/add-faq/add-faq.component.d.ts +5 -2
  37. package/lib/components/faqs/edit-faq/edit-faq.component.d.ts +5 -2
  38. package/lib/components/faqs/faqs-list/faqs-list.component.d.ts +2 -0
  39. package/lib/components/feedback-questions/feedback-questions-details/feedback-questions-details.component.d.ts +2 -0
  40. package/lib/components/feedback-questions/feedback-questions-list/feedback-questions-list.component.d.ts +2 -0
  41. package/lib/components/incidents/add-edit-incident/add-edit-incident.component.d.ts +5 -2
  42. package/lib/components/incidents/incidents-list/incidents-list.component.d.ts +2 -0
  43. package/lib/components/login-notifications/login-notification-details/login-notification-details.component.d.ts +2 -0
  44. package/lib/components/login-notifications/login-notifications-list/login-notifications-list.component.d.ts +2 -0
  45. package/lib/components/newsletters/newsletter-details/newsletter-details.component.d.ts +2 -0
  46. package/lib/components/newsletters/newsletter-item-details/newsletter-item-details.component.d.ts +9 -3
  47. package/lib/components/newsletters/newsletters-items/newsletters-items-view-details/newsletters-items-view-details.component.d.ts +55 -0
  48. package/lib/components/newsletters/newsletters-items/newsletters-items.component.d.ts +2 -0
  49. package/lib/components/newsletters/newsletters-list/newsletters-list.component.d.ts +2 -0
  50. package/lib/components/permissions/permissions-details/permissions-details.component.d.ts +2 -0
  51. package/lib/components/permissions/permissions-list/permissions-list.component.d.ts +2 -0
  52. package/lib/components/permissions/roles-list/roles-list.component.d.ts +2 -0
  53. package/lib/components/products/product-details/product-details.component.d.ts +4 -2
  54. package/lib/components/products/products-list/products-list.component.d.ts +2 -0
  55. package/lib/components/subscriptions/subscription-product-details/subscription-product-details.component.d.ts +2 -0
  56. package/lib/components/subscriptions/subscription-products/subscription-products.component.d.ts +2 -0
  57. package/lib/components/subscriptions/subscription-users/subscription-users.component.d.ts +2 -0
  58. package/lib/components/subscriptions/subscriptions-list/invite-users/invite-users.component.d.ts +2 -0
  59. package/lib/components/subscriptions/subscriptions-list/subscriptions-list.component.d.ts +2 -0
  60. package/lib/components/tips/tips-list/tips-list.component.d.ts +2 -0
  61. package/lib/components/users/users-list/users-list.component.d.ts +2 -0
  62. package/lib/shared/routers/routers.d.ts +2 -0
  63. package/package.json +1 -1
@@ -13,6 +13,7 @@ export declare class IncidentListComponent extends AppBaseComponent implements O
13
13
  subscriptionCredentialDetails: string;
14
14
  newsletter: string;
15
15
  newsletterItemDetails: string;
16
+ newsletterItemView: string;
16
17
  newslettersUserList: string;
17
18
  newsletterDetails: string;
18
19
  permissionsList: string;
@@ -26,6 +27,7 @@ export declare class IncidentListComponent extends AppBaseComponent implements O
26
27
  subscriptionProductDetails: string;
27
28
  tipsDetails: string;
28
29
  tosAndPrivacyDetails: string;
30
+ tosAndPrivacyView: string;
29
31
  usersDetails: string;
30
32
  domainConfig: string;
31
33
  domainConfigDetails: string;
@@ -18,6 +18,7 @@ export declare class LoginNotificationDetailsComponent extends AppBaseComponent
18
18
  subscriptionCredentialDetails: string;
19
19
  newsletter: string;
20
20
  newsletterItemDetails: string;
21
+ newsletterItemView: string;
21
22
  newslettersUserList: string;
22
23
  newsletterDetails: string;
23
24
  permissionsList: string;
@@ -31,6 +32,7 @@ export declare class LoginNotificationDetailsComponent extends AppBaseComponent
31
32
  subscriptionProductDetails: string;
32
33
  tipsDetails: string;
33
34
  tosAndPrivacyDetails: string;
35
+ tosAndPrivacyView: string;
34
36
  usersDetails: string;
35
37
  domainConfig: string;
36
38
  domainConfigDetails: string;
@@ -18,6 +18,7 @@ export declare class LoginNotificationsListComponent extends AppBaseComponent im
18
18
  subscriptionCredentialDetails: string;
19
19
  newsletter: string;
20
20
  newsletterItemDetails: string;
21
+ newsletterItemView: string;
21
22
  newslettersUserList: string;
22
23
  newsletterDetails: string;
23
24
  permissionsList: string;
@@ -31,6 +32,7 @@ export declare class LoginNotificationsListComponent extends AppBaseComponent im
31
32
  subscriptionProductDetails: string;
32
33
  tipsDetails: string;
33
34
  tosAndPrivacyDetails: string;
35
+ tosAndPrivacyView: string;
34
36
  usersDetails: string;
35
37
  domainConfig: string;
36
38
  domainConfigDetails: string;
@@ -17,6 +17,7 @@ export declare class NewsletterDetailsComponent extends AppBaseComponent impleme
17
17
  subscriptionCredentialDetails: string;
18
18
  newsletter: string;
19
19
  newsletterItemDetails: string;
20
+ newsletterItemView: string;
20
21
  newslettersUserList: string;
21
22
  newsletterDetails: string;
22
23
  permissionsList: string;
@@ -30,6 +31,7 @@ export declare class NewsletterDetailsComponent extends AppBaseComponent impleme
30
31
  subscriptionProductDetails: string;
31
32
  tipsDetails: string;
32
33
  tosAndPrivacyDetails: string;
34
+ tosAndPrivacyView: string;
33
35
  usersDetails: string;
34
36
  domainConfig: string;
35
37
  domainConfigDetails: string;
@@ -1,4 +1,4 @@
1
- import { Injector, OnDestroy, OnInit } from '@angular/core';
1
+ import { AfterViewInit, Injector, OnDestroy, OnInit } from '@angular/core';
2
2
  import { UntypedFormGroup } from '@angular/forms';
3
3
  import { NgxGpAutocompleteDirective } from '@angular-magic/ngx-gp-autocomplete';
4
4
  import { AdminService } from '@posiwise/admin-module-utils';
@@ -6,11 +6,13 @@ import { NewsLetterItem, Tag } from '../../../shared/interface/newsletter.interf
6
6
  import { AppBaseComponent } from '@posiwise/app-base-component';
7
7
  import { ProductService } from '@posiwise/common-services';
8
8
  import { TagService } from '@posiwise/common-services';
9
+ import { DomSanitizer } from '@angular/platform-browser';
9
10
  import * as i0 from "@angular/core";
10
- export declare class NewsletterItemDetailsComponent extends AppBaseComponent implements OnInit, OnDestroy {
11
+ export declare class NewsletterItemDetailsComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewInit {
11
12
  private adminService;
12
13
  private tagService;
13
14
  private productService;
15
+ private sanitizer;
14
16
  form: UntypedFormGroup;
15
17
  submitted: boolean;
16
18
  buttonBusy: boolean;
@@ -31,6 +33,7 @@ export declare class NewsletterItemDetailsComponent extends AppBaseComponent imp
31
33
  subscriptionCredentialDetails: string;
32
34
  newsletter: string;
33
35
  newsletterItemDetails: string;
36
+ newsletterItemView: string;
34
37
  newslettersUserList: string;
35
38
  newsletterDetails: string;
36
39
  permissionsList: string;
@@ -44,6 +47,7 @@ export declare class NewsletterItemDetailsComponent extends AppBaseComponent imp
44
47
  subscriptionProductDetails: string;
45
48
  tipsDetails: string;
46
49
  tosAndPrivacyDetails: string;
50
+ tosAndPrivacyView: string;
47
51
  usersDetails: string;
48
52
  domainConfig: string;
49
53
  domainConfigDetails: string;
@@ -61,7 +65,9 @@ export declare class NewsletterItemDetailsComponent extends AppBaseComponent imp
61
65
  featureKeys: any[];
62
66
  userNameSyntax: string;
63
67
  newsletterId: number;
64
- constructor(adminService: AdminService, tagService: TagService, productService: ProductService, injector: Injector);
68
+ editorConfig: any;
69
+ constructor(adminService: AdminService, tagService: TagService, productService: ProductService, injector: Injector, sanitizer: DomSanitizer);
70
+ ngAfterViewInit(): void;
65
71
  ngOnInit(): void;
66
72
  get f(): {
67
73
  [key: string]: import("@angular/forms").AbstractControl<any, any>;
@@ -0,0 +1,55 @@
1
+ import { Injector, OnDestroy, OnInit } from '@angular/core';
2
+ import { AppBaseComponent } from '@posiwise/app-base-component';
3
+ import { DomSanitizer } from '@angular/platform-browser';
4
+ import { AdminService } from '@posiwise/admin-module-utils';
5
+ import * as i0 from "@angular/core";
6
+ export declare class NewsLetterItemViewComponent extends AppBaseComponent implements OnInit, OnDestroy {
7
+ private sanitizer;
8
+ private adminService;
9
+ id: number;
10
+ routers: {
11
+ globalConfigDetails: string;
12
+ adminCredentialsDetails: string;
13
+ subscriptionCredentialDetails: string;
14
+ newsletter: string;
15
+ newsletterItemDetails: string;
16
+ newsletterItemView: string;
17
+ newslettersUserList: string;
18
+ newsletterDetails: string;
19
+ permissionsList: string;
20
+ permissionsDetails: string;
21
+ rolesDetails: string;
22
+ productDetails: string;
23
+ productsUserList: string;
24
+ feedbackQuestions: string;
25
+ feedbackQuestionsDetails: string;
26
+ subscriptionDetails: string;
27
+ subscriptionProductDetails: string;
28
+ tipsDetails: string;
29
+ tosAndPrivacyDetails: string;
30
+ tosAndPrivacyView: string;
31
+ usersDetails: string;
32
+ domainConfig: string;
33
+ domainConfigDetails: string;
34
+ loginNotifications: string;
35
+ incidentConfig: string;
36
+ incidentDetails: string;
37
+ faqConfig: string;
38
+ faqDetails: string;
39
+ inviteUsers: string;
40
+ subscriptionList: string;
41
+ };
42
+ isLoaded: boolean;
43
+ communicationDetails: any;
44
+ subscriptionId: number;
45
+ data: any;
46
+ isLoading: boolean;
47
+ constructor(injector: Injector, sanitizer: DomSanitizer, adminService: AdminService);
48
+ ngOnInit(): void;
49
+ /**subscriptionId */
50
+ private getNewsLetterDetails;
51
+ onBackNavigation(): void;
52
+ ngOnDestroy(): void;
53
+ static ɵfac: i0.ɵɵFactoryDeclaration<NewsLetterItemViewComponent, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<NewsLetterItemViewComponent, "newsletters-items-view-detail", never, {}, {}, never, never, false, never>;
55
+ }
@@ -29,6 +29,7 @@ export declare class NewslettersItemsComponent extends AppBaseComponent implemen
29
29
  subscriptionCredentialDetails: string;
30
30
  newsletter: string;
31
31
  newsletterItemDetails: string;
32
+ newsletterItemView: string;
32
33
  newslettersUserList: string;
33
34
  newsletterDetails: string;
34
35
  permissionsList: string;
@@ -42,6 +43,7 @@ export declare class NewslettersItemsComponent extends AppBaseComponent implemen
42
43
  subscriptionProductDetails: string;
43
44
  tipsDetails: string;
44
45
  tosAndPrivacyDetails: string;
46
+ tosAndPrivacyView: string;
45
47
  usersDetails: string;
46
48
  domainConfig: string;
47
49
  domainConfigDetails: string;
@@ -18,6 +18,7 @@ export declare class NewslettersListComponent extends AppBaseComponent implement
18
18
  subscriptionCredentialDetails: string;
19
19
  newsletter: string;
20
20
  newsletterItemDetails: string;
21
+ newsletterItemView: string;
21
22
  newslettersUserList: string;
22
23
  newsletterDetails: string;
23
24
  permissionsList: string;
@@ -31,6 +32,7 @@ export declare class NewslettersListComponent extends AppBaseComponent implement
31
32
  subscriptionProductDetails: string;
32
33
  tipsDetails: string;
33
34
  tosAndPrivacyDetails: string;
35
+ tosAndPrivacyView: string;
34
36
  usersDetails: string;
35
37
  domainConfig: string;
36
38
  domainConfigDetails: string;
@@ -23,6 +23,7 @@ export declare class PermissionsDetailsComponent extends AppBaseComponent implem
23
23
  subscriptionCredentialDetails: string;
24
24
  newsletter: string;
25
25
  newsletterItemDetails: string;
26
+ newsletterItemView: string;
26
27
  newslettersUserList: string;
27
28
  newsletterDetails: string;
28
29
  permissionsList: string;
@@ -36,6 +37,7 @@ export declare class PermissionsDetailsComponent extends AppBaseComponent implem
36
37
  subscriptionProductDetails: string;
37
38
  tipsDetails: string;
38
39
  tosAndPrivacyDetails: string;
40
+ tosAndPrivacyView: string;
39
41
  usersDetails: string;
40
42
  domainConfig: string;
41
43
  domainConfigDetails: string;
@@ -19,6 +19,7 @@ export declare class PermissionsListComponent extends AppBaseComponent implement
19
19
  subscriptionCredentialDetails: string;
20
20
  newsletter: string;
21
21
  newsletterItemDetails: string;
22
+ newsletterItemView: string;
22
23
  newslettersUserList: string;
23
24
  newsletterDetails: string;
24
25
  permissionsList: string;
@@ -32,6 +33,7 @@ export declare class PermissionsListComponent extends AppBaseComponent implement
32
33
  subscriptionProductDetails: string;
33
34
  tipsDetails: string;
34
35
  tosAndPrivacyDetails: string;
36
+ tosAndPrivacyView: string;
35
37
  usersDetails: string;
36
38
  domainConfig: string;
37
39
  domainConfigDetails: string;
@@ -20,6 +20,7 @@ export declare class RolesListComponent extends AppBaseComponent implements OnIn
20
20
  subscriptionCredentialDetails: string;
21
21
  newsletter: string;
22
22
  newsletterItemDetails: string;
23
+ newsletterItemView: string;
23
24
  newslettersUserList: string;
24
25
  newsletterDetails: string;
25
26
  permissionsList: string;
@@ -33,6 +34,7 @@ export declare class RolesListComponent extends AppBaseComponent implements OnIn
33
34
  subscriptionProductDetails: string;
34
35
  tipsDetails: string;
35
36
  tosAndPrivacyDetails: string;
37
+ tosAndPrivacyView: string;
36
38
  usersDetails: string;
37
39
  domainConfig: string;
38
40
  domainConfigDetails: string;
@@ -1,4 +1,4 @@
1
- import { Injector, OnDestroy, OnInit } from '@angular/core';
1
+ import { AfterViewInit, Injector, OnDestroy, OnInit } from '@angular/core';
2
2
  import { UntypedFormGroup } from '@angular/forms';
3
3
  import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
4
4
  import { SelectItem } from 'primeng/api';
@@ -10,7 +10,7 @@ import { ProductService } from '@posiwise/common-services';
10
10
  import { Product } from '@posiwise/common-utilities';
11
11
  import { SubscriptionRole, SubscriptionsRolesData } from '../../../shared/interface/admin-module-shared.interface';
12
12
  import * as i0 from "@angular/core";
13
- export declare class ProductDetailsComponent extends AppBaseComponent implements OnInit, OnDestroy {
13
+ export declare class ProductDetailsComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewInit {
14
14
  private productService;
15
15
  private modalService;
16
16
  private adminService;
@@ -40,7 +40,9 @@ export declare class ProductDetailsComponent extends AppBaseComponent implements
40
40
  masterProductId: number;
41
41
  supportedCurrency$: Observable<string>;
42
42
  supportedRegions$: Observable<string>;
43
+ editorConfig: any;
43
44
  constructor(injector: Injector, productService: ProductService, modalService: NgbModal, adminService: AdminService);
45
+ ngAfterViewInit(): void;
44
46
  ngOnInit(): void;
45
47
  get f(): {
46
48
  [key: string]: import("@angular/forms").AbstractControl<any, any>;
@@ -23,6 +23,7 @@ export declare class ProductsListComponent extends AppBaseComponent implements O
23
23
  subscriptionCredentialDetails: string;
24
24
  newsletter: string;
25
25
  newsletterItemDetails: string;
26
+ newsletterItemView: string;
26
27
  newslettersUserList: string;
27
28
  newsletterDetails: string;
28
29
  permissionsList: string;
@@ -36,6 +37,7 @@ export declare class ProductsListComponent extends AppBaseComponent implements O
36
37
  subscriptionProductDetails: string;
37
38
  tipsDetails: string;
38
39
  tosAndPrivacyDetails: string;
40
+ tosAndPrivacyView: string;
39
41
  usersDetails: string;
40
42
  domainConfig: string;
41
43
  domainConfigDetails: string;
@@ -23,6 +23,7 @@ export declare class SubscriptionProductDetailsComponent extends AppBaseComponen
23
23
  subscriptionCredentialDetails: string;
24
24
  newsletter: string;
25
25
  newsletterItemDetails: string;
26
+ newsletterItemView: string;
26
27
  newslettersUserList: string;
27
28
  newsletterDetails: string;
28
29
  permissionsList: string;
@@ -36,6 +37,7 @@ export declare class SubscriptionProductDetailsComponent extends AppBaseComponen
36
37
  subscriptionProductDetails: string;
37
38
  tipsDetails: string;
38
39
  tosAndPrivacyDetails: string;
40
+ tosAndPrivacyView: string;
39
41
  usersDetails: string;
40
42
  domainConfig: string;
41
43
  domainConfigDetails: string;
@@ -17,6 +17,7 @@ export declare class SubscriptionProductsComponent extends AppBaseComponent impl
17
17
  subscriptionCredentialDetails: string;
18
18
  newsletter: string;
19
19
  newsletterItemDetails: string;
20
+ newsletterItemView: string;
20
21
  newslettersUserList: string;
21
22
  newsletterDetails: string;
22
23
  permissionsList: string;
@@ -30,6 +31,7 @@ export declare class SubscriptionProductsComponent extends AppBaseComponent impl
30
31
  subscriptionProductDetails: string;
31
32
  tipsDetails: string;
32
33
  tosAndPrivacyDetails: string;
34
+ tosAndPrivacyView: string;
33
35
  usersDetails: string;
34
36
  domainConfig: string;
35
37
  domainConfigDetails: string;
@@ -32,6 +32,7 @@ export declare class SubscriptionUsersComponent extends AppBaseComponent impleme
32
32
  subscriptionCredentialDetails: string;
33
33
  newsletter: string;
34
34
  newsletterItemDetails: string;
35
+ newsletterItemView: string;
35
36
  newslettersUserList: string;
36
37
  newsletterDetails: string;
37
38
  permissionsList: string;
@@ -45,6 +46,7 @@ export declare class SubscriptionUsersComponent extends AppBaseComponent impleme
45
46
  subscriptionProductDetails: string;
46
47
  tipsDetails: string;
47
48
  tosAndPrivacyDetails: string;
49
+ tosAndPrivacyView: string;
48
50
  usersDetails: string;
49
51
  domainConfig: string;
50
52
  domainConfigDetails: string;
@@ -38,6 +38,7 @@ export declare class InviteUsersComponent extends AppBaseComponent implements On
38
38
  subscriptionCredentialDetails: string;
39
39
  newsletter: string;
40
40
  newsletterItemDetails: string;
41
+ newsletterItemView: string;
41
42
  newslettersUserList: string;
42
43
  newsletterDetails: string;
43
44
  permissionsList: string;
@@ -51,6 +52,7 @@ export declare class InviteUsersComponent extends AppBaseComponent implements On
51
52
  subscriptionProductDetails: string;
52
53
  tipsDetails: string;
53
54
  tosAndPrivacyDetails: string;
55
+ tosAndPrivacyView: string;
54
56
  usersDetails: string;
55
57
  domainConfig: string;
56
58
  domainConfigDetails: string;
@@ -39,6 +39,7 @@ export declare class SubscriptionsListComponent extends AppBaseComponent impleme
39
39
  subscriptionCredentialDetails: string;
40
40
  newsletter: string;
41
41
  newsletterItemDetails: string;
42
+ newsletterItemView: string;
42
43
  newslettersUserList: string;
43
44
  newsletterDetails: string;
44
45
  permissionsList: string;
@@ -52,6 +53,7 @@ export declare class SubscriptionsListComponent extends AppBaseComponent impleme
52
53
  subscriptionProductDetails: string;
53
54
  tipsDetails: string;
54
55
  tosAndPrivacyDetails: string;
56
+ tosAndPrivacyView: string;
55
57
  usersDetails: string;
56
58
  domainConfig: string;
57
59
  domainConfigDetails: string;
@@ -13,6 +13,7 @@ export declare class TipsComponent extends AppBaseComponent implements OnInit, O
13
13
  subscriptionCredentialDetails: string;
14
14
  newsletter: string;
15
15
  newsletterItemDetails: string;
16
+ newsletterItemView: string;
16
17
  newslettersUserList: string;
17
18
  newsletterDetails: string;
18
19
  permissionsList: string;
@@ -26,6 +27,7 @@ export declare class TipsComponent extends AppBaseComponent implements OnInit, O
26
27
  subscriptionProductDetails: string;
27
28
  tipsDetails: string;
28
29
  tosAndPrivacyDetails: string;
30
+ tosAndPrivacyView: string;
29
31
  usersDetails: string;
30
32
  domainConfig: string;
31
33
  domainConfigDetails: string;
@@ -38,6 +38,7 @@ export declare class UserListComponent extends AppBaseComponent implements OnIni
38
38
  subscriptionCredentialDetails: string;
39
39
  newsletter: string;
40
40
  newsletterItemDetails: string;
41
+ newsletterItemView: string;
41
42
  newslettersUserList: string;
42
43
  newsletterDetails: string;
43
44
  permissionsList: string;
@@ -51,6 +52,7 @@ export declare class UserListComponent extends AppBaseComponent implements OnIni
51
52
  subscriptionProductDetails: string;
52
53
  tipsDetails: string;
53
54
  tosAndPrivacyDetails: string;
55
+ tosAndPrivacyView: string;
54
56
  usersDetails: string;
55
57
  domainConfig: string;
56
58
  domainConfigDetails: string;
@@ -4,6 +4,7 @@ export declare const ROUTERS: {
4
4
  subscriptionCredentialDetails: string;
5
5
  newsletter: string;
6
6
  newsletterItemDetails: string;
7
+ newsletterItemView: string;
7
8
  newslettersUserList: string;
8
9
  newsletterDetails: string;
9
10
  permissionsList: string;
@@ -17,6 +18,7 @@ export declare const ROUTERS: {
17
18
  subscriptionProductDetails: string;
18
19
  tipsDetails: string;
19
20
  tosAndPrivacyDetails: string;
21
+ tosAndPrivacyView: string;
20
22
  usersDetails: string;
21
23
  domainConfig: string;
22
24
  domainConfigDetails: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/admin-module",
3
- "version": "0.0.120",
3
+ "version": "0.0.122",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.3.11",
6
6
  "@angular/core": "17.3.11",