@idsoftsource/initial-process 3.3.1 → 3.3.3

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
@@ -3718,6 +3718,11 @@ declare class PreviewComponent implements OnDestroy {
3718
3718
  profileVisibility: boolean;
3719
3719
  notes: string;
3720
3720
  }>;
3721
+ private normalizeProfessionTypeId;
3722
+ private resolveProfessionTypeIdFromSavedItem;
3723
+ private isProfessionTypeSaved;
3724
+ private markProfessionSelectionSaved;
3725
+ private markProfessionsCreated;
3721
3726
  private applySavedProfessionsToTable;
3722
3727
  private hasProfessionRowChanged;
3723
3728
  get filteredProfessionTypes(): any[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "3.3.1",
3
+ "version": "3.3.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",