@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/fesm2022/alauda-ui.mjs +23 -6
- package/fesm2022/alauda-ui.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
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;
|