@idsoftsource/initial-process 2.9.0 → 2.9.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
@@ -1197,6 +1197,7 @@ declare class InitialProcessComponent implements OnInit {
1197
1197
  headshotUrl: any;
1198
1198
  userMobile: any;
1199
1199
  userEmailId: any;
1200
+ emailId: any;
1200
1201
  logoId: any;
1201
1202
  logoFileName: any;
1202
1203
  logoUrl: any;
@@ -2156,6 +2157,11 @@ declare class SkillsComponent {
2156
2157
  form: UntypedFormGroup;
2157
2158
  model: UserSkillSetModel | null;
2158
2159
  userToolSubmitted: boolean;
2160
+ hoveredSkill: SkillSetModel | null;
2161
+ chipPopoverTop: number;
2162
+ chipPopoverLeft: number;
2163
+ onSkillChipEnter(event: MouseEvent, skill: SkillSetModel): void;
2164
+ onSkillChipLeave(): void;
2159
2165
  errMsg: boolean;
2160
2166
  userSkillsPreview: any[];
2161
2167
  isEditMode: boolean;
@@ -2624,6 +2630,8 @@ declare class RoleSelectComponent implements OnInit {
2624
2630
  userCounty: string | null | undefined;
2625
2631
  userMobile: string | null | undefined;
2626
2632
  userEmailId: string | null | undefined;
2633
+ emailId: any;
2634
+ headshotUrl: any;
2627
2635
  logoId: any;
2628
2636
  logoFileName: any;
2629
2637
  logoUrl: any;
@@ -3928,6 +3936,8 @@ declare class PreviewComponent {
3928
3936
  userCountry: string | undefined;
3929
3937
  userMobile: string | undefined;
3930
3938
  userEmailId: string | undefined;
3939
+ emailId: string | undefined;
3940
+ headshotUrl: string | null;
3931
3941
  logoId: any;
3932
3942
  logoFileName: any;
3933
3943
  logoUrl: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "2.9.0",
3
+ "version": "2.9.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",