@sebgroup/green-angular 4.4.0 → 4.4.1
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/esm2022/lib/modal/modal.component.mjs +5 -3
- package/esm2022/src/lib/modal/modal.component.mjs +5 -3
- package/fesm2022/sebgroup-green-angular-src-lib-modal.mjs +4 -2
- package/fesm2022/sebgroup-green-angular-src-lib-modal.mjs.map +1 -1
- package/fesm2022/sebgroup-green-angular.mjs +4 -2
- package/fesm2022/sebgroup-green-angular.mjs.map +1 -1
- package/lib/modal/modal.component.d.ts +1 -0
- package/package.json +1 -1
- package/src/lib/modal/modal.component.d.ts +1 -0
|
@@ -27,6 +27,7 @@ export declare class NggModalComponent implements OnDestroy, OnInit {
|
|
|
27
27
|
private backdropRef?;
|
|
28
28
|
modalHeaderContent?: NggModalHeaderDirective;
|
|
29
29
|
modalFooterContent?: NggModalFooterDirective;
|
|
30
|
+
guid: string;
|
|
30
31
|
private _isOpen?;
|
|
31
32
|
private _trapFocus?;
|
|
32
33
|
private configurableFocusTrap;
|
package/package.json
CHANGED
|
@@ -27,6 +27,7 @@ export declare class NggModalComponent implements OnDestroy, OnInit {
|
|
|
27
27
|
private backdropRef?;
|
|
28
28
|
modalHeaderContent?: NggModalHeaderDirective;
|
|
29
29
|
modalFooterContent?: NggModalFooterDirective;
|
|
30
|
+
guid: string;
|
|
30
31
|
private _isOpen?;
|
|
31
32
|
private _trapFocus?;
|
|
32
33
|
private configurableFocusTrap;
|