@idsoftsource/initial-process 1.2.2 → 1.2.4

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
@@ -1935,6 +1935,7 @@ declare class RoleSelectComponent implements OnInit {
1935
1935
  cloudfrontUrl: string;
1936
1936
  providerId: string;
1937
1937
  providerName: string;
1938
+ randomId: string;
1938
1939
  ngOnInit(): Promise<void>;
1939
1940
  private mappingKey;
1940
1941
  getYears(): void;
@@ -2618,16 +2619,21 @@ declare class SignaturePadModule {
2618
2619
  static ɵinj: i0.ɵɵInjectorDeclaration<SignaturePadModule>;
2619
2620
  }
2620
2621
 
2621
- declare class AssetUrlService {
2622
- static ɵfac: i0.ɵɵFactoryDeclaration<AssetUrlService, never>;
2623
- static ɵprov: i0.ɵɵInjectableDeclaration<AssetUrlService>;
2622
+ declare class AssetUrlsService {
2623
+ private roleContextService;
2624
+ private readonly base;
2625
+ constructor(roleContextService: RoleContextService);
2626
+ resolve(path?: string | null): string;
2627
+ static ɵfac: i0.ɵɵFactoryDeclaration<AssetUrlsService, never>;
2628
+ static ɵprov: i0.ɵɵInjectableDeclaration<AssetUrlsService>;
2624
2629
  }
2625
2630
 
2626
- declare class AssetUrlPipe {
2631
+ declare class AssetUrlsPipe {
2627
2632
  private asset;
2628
- constructor(asset: AssetUrlService);
2629
- static ɵfac: i0.ɵɵFactoryDeclaration<AssetUrlPipe, never>;
2630
- static ɵpipe: i0.ɵɵPipeDeclaration<AssetUrlPipe, "assetUrl", false>;
2633
+ constructor(asset: AssetUrlsService);
2634
+ transform(value: string | null | undefined): string;
2635
+ static ɵfac: i0.ɵɵFactoryDeclaration<AssetUrlsPipe, never>;
2636
+ static ɵpipe: i0.ɵɵPipeDeclaration<AssetUrlsPipe, "assetUrls", false>;
2631
2637
  }
2632
2638
 
2633
2639
  interface State {
@@ -2653,7 +2659,7 @@ declare class StateNamePipe implements PipeTransform {
2653
2659
 
2654
2660
  declare class CommonPipesModule {
2655
2661
  static ɵfac: i0.ɵɵFactoryDeclaration<CommonPipesModule, never>;
2656
- static ɵmod: i0.ɵɵNgModuleDeclaration<CommonPipesModule, [typeof AssetUrlPipe, typeof StateNamePipe], [typeof i2.CommonModule], [typeof i2.CommonModule, typeof AssetUrlPipe, typeof StateNamePipe]>;
2662
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CommonPipesModule, [typeof AssetUrlsPipe, typeof StateNamePipe], [typeof i2.CommonModule], [typeof i2.CommonModule, typeof AssetUrlsPipe, typeof StateNamePipe]>;
2657
2663
  static ɵinj: i0.ɵɵInjectorDeclaration<CommonPipesModule>;
2658
2664
  }
2659
2665
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",