@rededor/site-front-end-lib 0.0.42 → 0.0.43
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.
|
@@ -17,7 +17,6 @@ export declare class RdsiteLinkDirective {
|
|
|
17
17
|
private externalRegex;
|
|
18
18
|
private telRegex;
|
|
19
19
|
private mailRegex;
|
|
20
|
-
private whatsAppRegex;
|
|
21
20
|
private siteUrlList;
|
|
22
21
|
private allowedTags;
|
|
23
22
|
anchorAdjustment: number | null;
|
|
@@ -27,7 +26,6 @@ export declare class RdsiteLinkDirective {
|
|
|
27
26
|
onClick(event: Event): void;
|
|
28
27
|
private isPhone;
|
|
29
28
|
private isMail;
|
|
30
|
-
private isWhats;
|
|
31
29
|
private phoneClicked;
|
|
32
30
|
private setPhoneModal;
|
|
33
31
|
private isExternalUrl;
|