@idsoftsource/initial-process 1.8.5 → 1.8.6

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
@@ -1621,6 +1621,7 @@ declare class CertificationComponent {
1621
1621
  userName: any;
1622
1622
  cloudfront: any;
1623
1623
  proposalLoader: boolean;
1624
+ manualTypeError: string;
1624
1625
  showpreview: i0.Signal<boolean>;
1625
1626
  userdata: any;
1626
1627
  maxDate: Date;
@@ -1644,6 +1645,7 @@ declare class CertificationComponent {
1644
1645
  nextStep(): void;
1645
1646
  handleLeftButton(): void;
1646
1647
  add(): void;
1648
+ addManualDocumentType(): void;
1647
1649
  cancelForm(): void;
1648
1650
  static ɵfac: i0.ɵɵFactoryDeclaration<CertificationComponent, never>;
1649
1651
  static ɵcmp: i0.ɵɵComponentDeclaration<CertificationComponent, "app-certification", never, { "states": { "alias": "states"; "required": false; }; "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "cloudfrontUrl": { "alias": "cloudfrontUrl"; "required": false; }; }, {}, never, never, false, never>;
@@ -1869,6 +1871,7 @@ declare class LicensesComponent {
1869
1871
  userName: any;
1870
1872
  cloudfront: any;
1871
1873
  proposalLoader: boolean;
1874
+ manualTypeError: string;
1872
1875
  showpreview: i0.Signal<boolean>;
1873
1876
  userdata: any;
1874
1877
  maxDate: Date;
@@ -1892,6 +1895,7 @@ declare class LicensesComponent {
1892
1895
  nextStep(): void;
1893
1896
  handleLeftButton(): void;
1894
1897
  add(): void;
1898
+ addManualDocumentType(): void;
1895
1899
  cancelForm(): void;
1896
1900
  static ɵfac: i0.ɵɵFactoryDeclaration<LicensesComponent, never>;
1897
1901
  static ɵcmp: i0.ɵɵComponentDeclaration<LicensesComponent, "app-licenses", never, { "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "cloudfrontUrl": { "alias": "cloudfrontUrl"; "required": false; }; "states": { "alias": "states"; "required": false; }; }, {}, never, never, false, never>;
@@ -1997,6 +2001,7 @@ declare class ToolsComponent {
1997
2001
  emailId: any;
1998
2002
  isEditMode: boolean;
1999
2003
  userToolsPreview: any[];
2004
+ showDashboardModal: boolean;
2000
2005
  userDetails: any;
2001
2006
  userdata: any;
2002
2007
  signatureUrl: any;
@@ -2046,6 +2051,8 @@ declare class ToolsComponent {
2046
2051
  onYearChange(group: any): void;
2047
2052
  setTabGroup(g: any): void;
2048
2053
  goBack(): void;
2054
+ openDashboardModal(): void;
2055
+ closeDashboardModal(): void;
2049
2056
  saveFinal(): void;
2050
2057
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolsComponent, never>;
2051
2058
  static ɵcmp: i0.ɵɵComponentDeclaration<ToolsComponent, "app-tools", never, { "roleData": { "alias": "roleData"; "required": false; }; "providerId": { "alias": "providerId"; "required": false; }; "providerName": { "alias": "providerName"; "required": false; }; "signatureUrl": { "alias": "signatureUrl"; "required": false; }; "signatureFileId": { "alias": "signatureFileId"; "required": false; }; }, {}, never, never, false, never>;
@@ -3355,7 +3362,9 @@ declare class PreviewComponent {
3355
3362
  private persistCertification;
3356
3363
  private persistLicense;
3357
3364
  private persistSkill;
3365
+ private batchPersistSkills;
3358
3366
  private persistTool;
3367
+ private batchPersistTools;
3359
3368
  private saveAWSFile;
3360
3369
  selectFile(event: any): void;
3361
3370
  private toAbsoluteFileUrl;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.8.5",
3
+ "version": "1.8.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",