@idsoftsource/initial-process 3.3.0 → 3.3.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
|
@@ -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[];
|
|
@@ -3743,6 +3748,7 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
3743
3748
|
setProfessionRowStars(profession: any, stars: number): void;
|
|
3744
3749
|
createManualProfessionRow(): void;
|
|
3745
3750
|
private buildProfessionPayload;
|
|
3751
|
+
private buildNewProfessionCreatePayload;
|
|
3746
3752
|
submitProfessions(): Promise<void>;
|
|
3747
3753
|
private isBlank;
|
|
3748
3754
|
private isBlankOrNull;
|