@idsoftsource/initial-process 1.2.3 → 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
@@ -2619,16 +2619,21 @@ declare class SignaturePadModule {
2619
2619
  static ɵinj: i0.ɵɵInjectorDeclaration<SignaturePadModule>;
2620
2620
  }
2621
2621
 
2622
- declare class AssetUrlService {
2623
- static ɵfac: i0.ɵɵFactoryDeclaration<AssetUrlService, never>;
2624
- 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>;
2625
2629
  }
2626
2630
 
2627
- declare class AssetUrlPipe {
2631
+ declare class AssetUrlsPipe {
2628
2632
  private asset;
2629
- constructor(asset: AssetUrlService);
2630
- static ɵfac: i0.ɵɵFactoryDeclaration<AssetUrlPipe, never>;
2631
- 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>;
2632
2637
  }
2633
2638
 
2634
2639
  interface State {
@@ -2654,7 +2659,7 @@ declare class StateNamePipe implements PipeTransform {
2654
2659
 
2655
2660
  declare class CommonPipesModule {
2656
2661
  static ɵfac: i0.ɵɵFactoryDeclaration<CommonPipesModule, never>;
2657
- 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]>;
2658
2663
  static ɵinj: i0.ɵɵInjectorDeclaration<CommonPipesModule>;
2659
2664
  }
2660
2665
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",