@idsoftsource/initial-process 1.3.4 → 1.3.5

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
@@ -1587,12 +1587,14 @@ declare class SkillsComponent {
1587
1587
  private ctxProviderName;
1588
1588
  private ctxProviderId;
1589
1589
  private markTabPristine;
1590
+ goToAddSkillsMode(): void;
1590
1591
  createGroup(skillSetId?: any, skillName?: any): UntypedFormGroup;
1591
1592
  AddGroup(skillSetId: null, skillName: string): UntypedFormGroup;
1592
1593
  initialData(): void;
1593
1594
  getYears(): void;
1594
1595
  ngOnInit(): Promise<void>;
1595
1596
  getuserSkillsData(): void;
1597
+ cancel(): void;
1596
1598
  backToSkill(accGroup: any): void;
1597
1599
  onSkillAccordionChange(skill: any, isOpen: boolean): void;
1598
1600
  getSkillKey(skill: any): string;
@@ -1857,6 +1859,8 @@ declare class ToolsComponent {
1857
1859
  }): void;
1858
1860
  reset(): void;
1859
1861
  createNewTools(): void;
1862
+ cancel(): void;
1863
+ goToAddSkillsMode(): void;
1860
1864
  getTools(): void;
1861
1865
  onToolContinue(): void;
1862
1866
  saveUserTools(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",