@idsoftsource/initial-process 2.2.3 → 2.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
|
@@ -938,7 +938,10 @@ declare class TermsConditionsComponent implements OnChanges {
|
|
|
938
938
|
constructor(sanitizer: DomSanitizer);
|
|
939
939
|
ngOnChanges(): void;
|
|
940
940
|
private buildSections;
|
|
941
|
-
/**
|
|
941
|
+
/**
|
|
942
|
+
* Replaces both {{PrivacyAndTerms?.fieldName}} (stored format) and
|
|
943
|
+
* plain {{fieldName}} tokens with live values from PrivacyAndTerms.
|
|
944
|
+
*/
|
|
942
945
|
private interpolate;
|
|
943
946
|
isFilteredBrand(): boolean;
|
|
944
947
|
static ɵfac: i0.ɵɵFactoryDeclaration<TermsConditionsComponent, never>;
|