@idsoftsource/initial-process 2.2.4 → 2.2.6
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,9 @@ declare class TermsConditionsComponent implements OnChanges {
|
|
|
939
939
|
ngOnChanges(): void;
|
|
940
940
|
private buildSections;
|
|
941
941
|
/**
|
|
942
|
-
*
|
|
943
|
-
*
|
|
942
|
+
* 1. Unescape backslash-escaped quotes left over from JSON string storage (\" → ")
|
|
943
|
+
* 2. Replace {{PrivacyAndTerms?.field}} and {{field}} tokens with live values
|
|
944
|
+
* 3. Convert literal \n sequences to <br> for HTML line breaks
|
|
944
945
|
*/
|
|
945
946
|
private interpolate;
|
|
946
947
|
isFilteredBrand(): boolean;
|