@idsoftsource/initial-process 1.8.0 → 1.8.2

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/index.d.ts CHANGED
@@ -896,6 +896,7 @@ declare class TermsConditionsComponent {
896
896
  displayName: string;
897
897
  };
898
898
  PrivacyAndTerms: PrivacyAndTerms;
899
+ isFilteredBrand(): boolean;
899
900
  static ɵfac: i0.ɵɵFactoryDeclaration<TermsConditionsComponent, never>;
900
901
  static ɵcmp: i0.ɵɵComponentDeclaration<TermsConditionsComponent, "app-terms-conditions", never, { "title": { "alias": "title"; "required": false; }; "branding": { "alias": "branding"; "required": false; }; "PrivacyAndTerms": { "alias": "PrivacyAndTerms"; "required": false; }; }, {}, never, never, false, never>;
901
902
  }
@@ -903,10 +904,11 @@ declare class TermsConditionsComponent {
903
904
  declare class PrivacyPolicyComponent {
904
905
  title: string;
905
906
  branding: {
906
- logo?: string;
907
- displayName?: string;
907
+ logo: string;
908
+ displayName: string;
908
909
  };
909
910
  PrivacyAndTerms: PrivacyAndTerms;
911
+ isFilteredBrand(): boolean;
910
912
  static ɵfac: i0.ɵɵFactoryDeclaration<PrivacyPolicyComponent, never>;
911
913
  static ɵcmp: i0.ɵɵComponentDeclaration<PrivacyPolicyComponent, "app-privacy-policy", never, { "title": { "alias": "title"; "required": false; }; "branding": { "alias": "branding"; "required": false; }; "PrivacyAndTerms": { "alias": "PrivacyAndTerms"; "required": false; }; }, {}, never, never, false, never>;
912
914
  }
@@ -2496,6 +2498,7 @@ declare class FirstComponent implements OnInit {
2496
2498
  openFile(fileInput: HTMLInputElement, event: Event): void;
2497
2499
  handleAutoNavigation(): void;
2498
2500
  manual(): void;
2501
+ private getFileExtension;
2499
2502
  private saveAWSFile;
2500
2503
  uploadresume(): void;
2501
2504
  private isAllowedResumeFile;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.8.0",
3
+ "version": "1.8.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",