@idsoftsource/initial-process 0.1.1 → 0.1.3
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
|
@@ -662,6 +662,7 @@ interface LibraryConfig {
|
|
|
662
662
|
cloudfrontUrl: any;
|
|
663
663
|
providerId: any;
|
|
664
664
|
providerName: any;
|
|
665
|
+
isLogout: any;
|
|
665
666
|
}
|
|
666
667
|
declare const LIBRARY_CONFIG: InjectionToken<LibraryConfig>;
|
|
667
668
|
|
|
@@ -727,6 +728,7 @@ declare class InitialProcessComponent implements OnInit {
|
|
|
727
728
|
publicUrl: null;
|
|
728
729
|
};
|
|
729
730
|
points: never[];
|
|
731
|
+
showlogout: boolean;
|
|
730
732
|
pointsChange: EventEmitter<string>;
|
|
731
733
|
cleared: EventEmitter<any>;
|
|
732
734
|
companyForm: FormGroup;
|
|
@@ -1260,6 +1262,7 @@ declare class EducationComponent implements OnInit {
|
|
|
1260
1262
|
educationForm: FormGroup;
|
|
1261
1263
|
providerId: string;
|
|
1262
1264
|
providerName: string;
|
|
1265
|
+
cloudfrontUrl: string;
|
|
1263
1266
|
editingIndex: number;
|
|
1264
1267
|
isEditing: i0.WritableSignal<boolean>;
|
|
1265
1268
|
fileData: any;
|
|
@@ -1296,7 +1299,7 @@ declare class EducationComponent implements OnInit {
|
|
|
1296
1299
|
back(): void;
|
|
1297
1300
|
nextStep(): void;
|
|
1298
1301
|
static ɵfac: i0.ɵɵFactoryDeclaration<EducationComponent, never>;
|
|
1299
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EducationComponent, "app-education", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; }, {}, never, never, false, never>;
|
|
1302
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EducationComponent, "app-education", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "cloudfrontUrl": { "alias": "cloudfrontUrl"; "required": false; }; }, {}, never, never, false, never>;
|
|
1300
1303
|
}
|
|
1301
1304
|
|
|
1302
1305
|
declare class UserDocumentService {
|
|
@@ -1358,6 +1361,7 @@ declare class CertificationComponent {
|
|
|
1358
1361
|
private readonly uploadToAws;
|
|
1359
1362
|
providerId: string;
|
|
1360
1363
|
providerName: string;
|
|
1364
|
+
cloudfrontUrl: string;
|
|
1361
1365
|
editingIndex: number;
|
|
1362
1366
|
selectedDocumentTypeId: string | null;
|
|
1363
1367
|
selectedDocumentId: string | null;
|
|
@@ -1402,7 +1406,7 @@ declare class CertificationComponent {
|
|
|
1402
1406
|
back(): void;
|
|
1403
1407
|
nextStep(): void;
|
|
1404
1408
|
static ɵfac: i0.ɵɵFactoryDeclaration<CertificationComponent, never>;
|
|
1405
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CertificationComponent, "app-certification", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; }, {}, never, never, false, never>;
|
|
1409
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CertificationComponent, "app-certification", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "cloudfrontUrl": { "alias": "cloudfrontUrl"; "required": false; }; }, {}, never, never, false, never>;
|
|
1406
1410
|
}
|
|
1407
1411
|
|
|
1408
1412
|
interface SkillSetModel extends MasterModel {
|
|
@@ -1619,6 +1623,7 @@ declare class LicensesComponent {
|
|
|
1619
1623
|
private http;
|
|
1620
1624
|
providerId: string;
|
|
1621
1625
|
providerName: string;
|
|
1626
|
+
cloudfrontUrl: string;
|
|
1622
1627
|
private readonly uploadToAws;
|
|
1623
1628
|
editingIndex: number;
|
|
1624
1629
|
selectedDocumentTypeId: string | null;
|
|
@@ -1662,7 +1667,7 @@ declare class LicensesComponent {
|
|
|
1662
1667
|
back(): void;
|
|
1663
1668
|
nextStep(): void;
|
|
1664
1669
|
static ɵfac: i0.ɵɵFactoryDeclaration<LicensesComponent, never>;
|
|
1665
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LicensesComponent, "app-licenses", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; }, {}, never, never, false, never>;
|
|
1670
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LicensesComponent, "app-licenses", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "cloudfrontUrl": { "alias": "cloudfrontUrl"; "required": false; }; }, {}, never, never, false, never>;
|
|
1666
1671
|
}
|
|
1667
1672
|
|
|
1668
1673
|
interface ToolModel extends MasterModel {
|
|
@@ -2036,6 +2041,7 @@ declare class WorkexperienceComponent implements OnInit {
|
|
|
2036
2041
|
private http;
|
|
2037
2042
|
providerId: string;
|
|
2038
2043
|
providerName: string;
|
|
2044
|
+
cloudfrontUrl: string;
|
|
2039
2045
|
private readonly uploadToAws;
|
|
2040
2046
|
editingIndex: number;
|
|
2041
2047
|
workexperienceForm: FormGroup;
|
|
@@ -2073,7 +2079,7 @@ declare class WorkexperienceComponent implements OnInit {
|
|
|
2073
2079
|
back(): void;
|
|
2074
2080
|
nextStep(): void;
|
|
2075
2081
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkexperienceComponent, never>;
|
|
2076
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WorkexperienceComponent, "app-workexperience", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; }, {}, never, never, false, never>;
|
|
2082
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkexperienceComponent, "app-workexperience", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "cloudfrontUrl": { "alias": "cloudfrontUrl"; "required": false; }; }, {}, never, never, false, never>;
|
|
2077
2083
|
}
|
|
2078
2084
|
|
|
2079
2085
|
declare class UsMapComponent implements OnChanges, OnInit, AfterViewInit {
|