fw-webbuilder 1.1.159 → 1.1.161
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/fw-webbuilder.mjs +1 -1
- package/index.d.ts +2 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -509,8 +509,9 @@ declare class FunctionService {
|
|
|
509
509
|
|
|
510
510
|
declare class DrawerService {
|
|
511
511
|
private overlay;
|
|
512
|
+
private webBuilderService;
|
|
512
513
|
private overlayRef?;
|
|
513
|
-
constructor(overlay: Overlay);
|
|
514
|
+
constructor(overlay: Overlay, webBuilderService: webBuilderService);
|
|
514
515
|
open(config: any): void;
|
|
515
516
|
close(): void;
|
|
516
517
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrawerService, never>;
|