@idsoftsource/initial-process 1.2.3 → 1.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
|
@@ -2619,16 +2619,21 @@ declare class SignaturePadModule {
|
|
|
2619
2619
|
static ɵinj: i0.ɵɵInjectorDeclaration<SignaturePadModule>;
|
|
2620
2620
|
}
|
|
2621
2621
|
|
|
2622
|
-
declare class
|
|
2623
|
-
|
|
2624
|
-
|
|
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
|
|
2631
|
+
declare class AssetUrlsPipe {
|
|
2628
2632
|
private asset;
|
|
2629
|
-
constructor(asset:
|
|
2630
|
-
|
|
2631
|
-
static
|
|
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
|
|
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
|
|