@idsoftsource/initial-process 3.2.3 → 3.2.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
|
@@ -1281,6 +1281,7 @@ declare class InitialProcessComponent implements OnInit {
|
|
|
1281
1281
|
getContractorSubCategories(): void;
|
|
1282
1282
|
saveContractorSubCategory(id: any): void;
|
|
1283
1283
|
private get STORAGE_KEY();
|
|
1284
|
+
private resolveAssetUrl;
|
|
1284
1285
|
private saveState;
|
|
1285
1286
|
private restoreState;
|
|
1286
1287
|
private clearState;
|