@alauda/ui 9.1.2-beta.7 → 9.1.2-beta.9

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
@@ -2506,6 +2506,7 @@ declare class NotificationComponent extends MessageComponent implements AfterVie
2506
2506
  childComponentInstance: unknown;
2507
2507
  customClass: string;
2508
2508
  footerPortal: TemplatePortal<unknown>;
2509
+ private pendingTemplatePortal;
2509
2510
  private readonly portalOutlet;
2510
2511
  private readonly modalEl;
2511
2512
  onMouseEnter(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alauda/ui",
3
- "version": "9.1.2-beta.7",
3
+ "version": "9.1.2-beta.9",
4
4
  "description": "Angular UI components by Alauda Frontend Team.",
5
5
  "repository": {
6
6
  "type": "git",