@sebgroup/green-angular 7.1.0 → 7.2.0-rc.20260112142904472
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/sebgroup-green-angular-src-v-angular-dropdown.mjs +5 -5
- package/fesm2022/sebgroup-green-angular-src-v-angular-dropdown.mjs.map +1 -1
- package/fesm2022/sebgroup-green-angular-src-v-angular-modal.mjs +13 -3
- package/fesm2022/sebgroup-green-angular-src-v-angular-modal.mjs.map +1 -1
- package/fesm2022/sebgroup-green-angular-v-angular.mjs +18 -8
- package/fesm2022/sebgroup-green-angular-v-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/src/v-angular/modal/slide-out/slide-out.component.d.ts +3 -1
- package/v-angular/modal/slide-out/slide-out.component.d.ts +3 -1
package/package.json
CHANGED
|
@@ -37,6 +37,8 @@ export declare class NggvSlideOutComponent implements OnInit {
|
|
|
37
37
|
content?: string;
|
|
38
38
|
/** Sets whether it is possible to close the modal from the top right corner. */
|
|
39
39
|
closable: boolean;
|
|
40
|
+
/** Sets whether it is possible to close the modal by clicking outside the modal area (on the backdrop). */
|
|
41
|
+
closableOutside: boolean;
|
|
40
42
|
/** Allows the modal content to decide the width of the modal. */
|
|
41
43
|
autoWidth: boolean;
|
|
42
44
|
/** Special property used for selecting DOM elements during automated UI testing. */
|
|
@@ -79,5 +81,5 @@ export declare class NggvSlideOutComponent implements OnInit {
|
|
|
79
81
|
private hideOverflow;
|
|
80
82
|
private resetOverflow;
|
|
81
83
|
static ɵfac: i0.ɵɵFactoryDeclaration<NggvSlideOutComponent, never>;
|
|
82
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NggvSlideOutComponent, "nggv-slideout-modal", never, { "side": { "alias": "side"; "required": false; }; "shown": { "alias": "shown"; "required": false; }; "initiallyShown": { "alias": "initiallyShown"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "autoWidth": { "alias": "autoWidth"; "required": false; }; "thook": { "alias": "thook"; "required": false; }; "closeButtonAriaLabel": { "alias": "closeButtonAriaLabel"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; }, { "nggvCloseEvent": "nggvCloseEvent"; "nggvPositiveEvent": "nggvPositiveEvent"; "nggvNeutralEvent": "nggvNeutralEvent"; "nggvNegativeEvent": "nggvNegativeEvent"; }, never, ["*", "[slot='outside-content']"], false, never>;
|
|
84
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NggvSlideOutComponent, "nggv-slideout-modal", never, { "side": { "alias": "side"; "required": false; }; "shown": { "alias": "shown"; "required": false; }; "initiallyShown": { "alias": "initiallyShown"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "closableOutside": { "alias": "closableOutside"; "required": false; }; "autoWidth": { "alias": "autoWidth"; "required": false; }; "thook": { "alias": "thook"; "required": false; }; "closeButtonAriaLabel": { "alias": "closeButtonAriaLabel"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; }, { "nggvCloseEvent": "nggvCloseEvent"; "nggvPositiveEvent": "nggvPositiveEvent"; "nggvNeutralEvent": "nggvNeutralEvent"; "nggvNegativeEvent": "nggvNegativeEvent"; }, never, ["*", "[slot='outside-content']"], false, never>;
|
|
83
85
|
}
|
|
@@ -37,6 +37,8 @@ export declare class NggvSlideOutComponent implements OnInit {
|
|
|
37
37
|
content?: string;
|
|
38
38
|
/** Sets whether it is possible to close the modal from the top right corner. */
|
|
39
39
|
closable: boolean;
|
|
40
|
+
/** Sets whether it is possible to close the modal by clicking outside the modal area (on the backdrop). */
|
|
41
|
+
closableOutside: boolean;
|
|
40
42
|
/** Allows the modal content to decide the width of the modal. */
|
|
41
43
|
autoWidth: boolean;
|
|
42
44
|
/** Special property used for selecting DOM elements during automated UI testing. */
|
|
@@ -79,5 +81,5 @@ export declare class NggvSlideOutComponent implements OnInit {
|
|
|
79
81
|
private hideOverflow;
|
|
80
82
|
private resetOverflow;
|
|
81
83
|
static ɵfac: i0.ɵɵFactoryDeclaration<NggvSlideOutComponent, never>;
|
|
82
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NggvSlideOutComponent, "nggv-slideout-modal", never, { "side": { "alias": "side"; "required": false; }; "shown": { "alias": "shown"; "required": false; }; "initiallyShown": { "alias": "initiallyShown"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "autoWidth": { "alias": "autoWidth"; "required": false; }; "thook": { "alias": "thook"; "required": false; }; "closeButtonAriaLabel": { "alias": "closeButtonAriaLabel"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; }, { "nggvCloseEvent": "nggvCloseEvent"; "nggvPositiveEvent": "nggvPositiveEvent"; "nggvNeutralEvent": "nggvNeutralEvent"; "nggvNegativeEvent": "nggvNegativeEvent"; }, never, ["*", "[slot='outside-content']"], false, never>;
|
|
84
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NggvSlideOutComponent, "nggv-slideout-modal", never, { "side": { "alias": "side"; "required": false; }; "shown": { "alias": "shown"; "required": false; }; "initiallyShown": { "alias": "initiallyShown"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "closableOutside": { "alias": "closableOutside"; "required": false; }; "autoWidth": { "alias": "autoWidth"; "required": false; }; "thook": { "alias": "thook"; "required": false; }; "closeButtonAriaLabel": { "alias": "closeButtonAriaLabel"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; }, { "nggvCloseEvent": "nggvCloseEvent"; "nggvPositiveEvent": "nggvPositiveEvent"; "nggvNeutralEvent": "nggvNeutralEvent"; "nggvNegativeEvent": "nggvNegativeEvent"; }, never, ["*", "[slot='outside-content']"], false, never>;
|
|
83
85
|
}
|