@posiwise/shared-components 0.0.102 → 0.0.104

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.
@@ -2,14 +2,18 @@ import { Injector, OnInit } from '@angular/core';
2
2
  import { AdminService } from '@posiwise/admin-module-utils';
3
3
  import { AppBaseComponent } from '@posiwise/app-base-component';
4
4
  import { User } from '@posiwise/common-utilities';
5
+ import { DomSanitizer } from '@angular/platform-browser';
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class PrivacyAndTosComponent extends AppBaseComponent implements OnInit {
7
8
  private adminService;
8
9
  private document;
10
+ private sanitizer;
9
11
  productId: number;
10
12
  isPublic: boolean;
11
13
  id: string;
12
- data: object;
14
+ data: {
15
+ privacy: '';
16
+ };
13
17
  user: User;
14
18
  subscribedSubscriptions: {
15
19
  products: {
@@ -20,7 +24,8 @@ export declare class PrivacyAndTosComponent extends AppBaseComponent implements
20
24
  tabId: string;
21
25
  productName: string;
22
26
  private privacyAndTos;
23
- constructor(adminService: AdminService, injector: Injector, document: Document);
27
+ isLoaded: boolean;
28
+ constructor(adminService: AdminService, injector: Injector, document: Document, sanitizer: DomSanitizer);
24
29
  ngOnInit(): void;
25
30
  private getSubscribedProduct;
26
31
  private getTosDetails;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/shared-components",
3
- "version": "0.0.102",
3
+ "version": "0.0.104",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.3.11",
6
6
  "@angular/core": "17.3.11",