@idsoftsource/initial-process 0.1.1 → 0.1.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
@@ -1260,6 +1260,7 @@ declare class EducationComponent implements OnInit {
1260
1260
  educationForm: FormGroup;
1261
1261
  providerId: string;
1262
1262
  providerName: string;
1263
+ cloudfrontUrl: string;
1263
1264
  editingIndex: number;
1264
1265
  isEditing: i0.WritableSignal<boolean>;
1265
1266
  fileData: any;
@@ -1296,7 +1297,7 @@ declare class EducationComponent implements OnInit {
1296
1297
  back(): void;
1297
1298
  nextStep(): void;
1298
1299
  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>;
1300
+ 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
1301
  }
1301
1302
 
1302
1303
  declare class UserDocumentService {
@@ -1358,6 +1359,7 @@ declare class CertificationComponent {
1358
1359
  private readonly uploadToAws;
1359
1360
  providerId: string;
1360
1361
  providerName: string;
1362
+ cloudfrontUrl: string;
1361
1363
  editingIndex: number;
1362
1364
  selectedDocumentTypeId: string | null;
1363
1365
  selectedDocumentId: string | null;
@@ -1402,7 +1404,7 @@ declare class CertificationComponent {
1402
1404
  back(): void;
1403
1405
  nextStep(): void;
1404
1406
  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>;
1407
+ 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
1408
  }
1407
1409
 
1408
1410
  interface SkillSetModel extends MasterModel {
@@ -1619,6 +1621,7 @@ declare class LicensesComponent {
1619
1621
  private http;
1620
1622
  providerId: string;
1621
1623
  providerName: string;
1624
+ cloudfrontUrl: string;
1622
1625
  private readonly uploadToAws;
1623
1626
  editingIndex: number;
1624
1627
  selectedDocumentTypeId: string | null;
@@ -1662,7 +1665,7 @@ declare class LicensesComponent {
1662
1665
  back(): void;
1663
1666
  nextStep(): void;
1664
1667
  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>;
1668
+ 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
1669
  }
1667
1670
 
1668
1671
  interface ToolModel extends MasterModel {
@@ -2036,6 +2039,7 @@ declare class WorkexperienceComponent implements OnInit {
2036
2039
  private http;
2037
2040
  providerId: string;
2038
2041
  providerName: string;
2042
+ cloudfrontUrl: string;
2039
2043
  private readonly uploadToAws;
2040
2044
  editingIndex: number;
2041
2045
  workexperienceForm: FormGroup;
@@ -2073,7 +2077,7 @@ declare class WorkexperienceComponent implements OnInit {
2073
2077
  back(): void;
2074
2078
  nextStep(): void;
2075
2079
  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>;
2080
+ 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
2081
  }
2078
2082
 
2079
2083
  declare class UsMapComponent implements OnChanges, OnInit, AfterViewInit {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",