@idsoftsource/initial-process 1.7.9 → 1.8.1
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
|
|
907
|
-
displayName
|
|
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;
|