codexly-ui 0.0.67 → 0.0.69
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/package.json
CHANGED
package/types/codexly-ui.d.ts
CHANGED
|
@@ -2720,6 +2720,7 @@ declare class ClxModalService {
|
|
|
2720
2720
|
private readonly _overlay;
|
|
2721
2721
|
private readonly _injector;
|
|
2722
2722
|
private readonly _focusTrapFactory;
|
|
2723
|
+
private readonly _overlayContainer;
|
|
2723
2724
|
constructor();
|
|
2724
2725
|
open<R = unknown, D = unknown>(component: new (...args: any[]) => any, config?: ClxModalConfig<D>): ClxModalRef<R>;
|
|
2725
2726
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClxModalService, never>;
|