@idsoftsource/initial-process 2.2.4 → 2.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
|
@@ -939,8 +939,8 @@ declare class TermsConditionsComponent implements OnChanges {
|
|
|
939
939
|
ngOnChanges(): void;
|
|
940
940
|
private buildSections;
|
|
941
941
|
/**
|
|
942
|
-
* Replaces
|
|
943
|
-
*
|
|
942
|
+
* Replaces {{PrivacyAndTerms?.fieldName}} and {{fieldName}} tokens,
|
|
943
|
+
* then converts literal \n sequences to <br> for HTML rendering.
|
|
944
944
|
*/
|
|
945
945
|
private interpolate;
|
|
946
946
|
isFilteredBrand(): boolean;
|