@matechat/ng 17.2.1 → 17.2.2-alpha.0
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/fesm2022/matechat-ng.mjs +0 -7
- package/fesm2022/matechat-ng.mjs.map +1 -1
- package/index.d.ts +0 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -783,7 +783,6 @@ declare class MDCardService {
|
|
|
783
783
|
private cssWhiteList;
|
|
784
784
|
constructor();
|
|
785
785
|
private setDefaultXss;
|
|
786
|
-
private onIgnoreTagAttr;
|
|
787
786
|
getXssWhiteList(): IWhiteList;
|
|
788
787
|
setXssWhiteList(list: IWhiteList): void;
|
|
789
788
|
setCustomXssRules(rules: CustomXssRule[]): void;
|