@idsoftsource/initial-process 3.3.4 → 3.3.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
@@ -3695,8 +3695,11 @@ declare class PreviewComponent implements OnDestroy {
3695
3695
  customProfessionName: string;
3696
3696
  customProfessionGroup: string | null;
3697
3697
  customProfessionType: string | null;
3698
+ customProfessionStars: number;
3699
+ customProfessionYear: number | null;
3698
3700
  isSavingCustomProfession: boolean;
3699
3701
  openCustomProfessionForm(context: 'skill' | 'tool' | 'certificate'): void;
3702
+ setTempCustomProfessionStars(stars: number): void;
3700
3703
  cancelCustomProfessionForm(): void;
3701
3704
  get canSaveCustomProfession(): boolean;
3702
3705
  saveCustomProfession(): Promise<void>;
@@ -3727,6 +3730,7 @@ declare class PreviewComponent implements OnDestroy {
3727
3730
  private hasProfessionRowChanged;
3728
3731
  get filteredProfessionTypes(): any[];
3729
3732
  get hasNoProfessionMatches(): boolean;
3733
+ trackByProfessionId(_index: number, p: any): string;
3730
3734
  professionGroupOptions: string[];
3731
3735
  professionTypeOptions: string[];
3732
3736
  private recomputeProfessionGroupAndTypeOptions;
@@ -3745,6 +3749,7 @@ declare class PreviewComponent implements OnDestroy {
3745
3749
  notes: string;
3746
3750
  };
3747
3751
  onProfessionRowCheck(profession: any, event: Event): void;
3752
+ toggleProfessionRow(profession: any, event?: Event): void;
3748
3753
  setProfessionRowStars(profession: any, stars: number): void;
3749
3754
  createManualProfessionRow(): void;
3750
3755
  private buildProfessionPayload;
@@ -3765,6 +3770,8 @@ declare class PreviewComponent implements OnDestroy {
3765
3770
  private licenseItemIssues;
3766
3771
  private skillItemIssues;
3767
3772
  private toolItemIssues;
3773
+ private skillsMissingRatingOrYear;
3774
+ private toolsMissingRatingOrYear;
3768
3775
  private professionItemIssues;
3769
3776
  basicIssues: i0.Signal<string[]>;
3770
3777
  basicSectionHasIssues: i0.Signal<boolean>;
@@ -3815,6 +3822,7 @@ declare class PreviewComponent implements OnDestroy {
3815
3822
  private buildSectionForUserQuery;
3816
3823
  private buildUserName;
3817
3824
  private getCreatedId;
3825
+ private extractBatchCreatedId;
3818
3826
  private getEntityId;
3819
3827
  private reindexServerIdsAfterDelete;
3820
3828
  private reindexSavedFlagsAfterDelete;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "3.3.4",
3
+ "version": "3.3.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",