lib-portal-angular 0.0.70 → 0.0.71

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,7 @@ export declare class ModalComponent {
5
5
  activeModal: NgbActiveModal;
6
6
  title: string;
7
7
  component: any;
8
+ componentInputs?: any;
8
9
  closeButtonLabel: string;
9
10
  buttonLabel?: string;
10
11
  onButtonClick: EventEmitter<void>;
@@ -14,5 +15,5 @@ export declare class ModalComponent {
14
15
  closeModal(): void;
15
16
  buttonClicked(): void;
16
17
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "argenta-modal", never, { "title": { "alias": "title"; "required": false; }; "component": { "alias": "component"; "required": false; }; "closeButtonLabel": { "alias": "closeButtonLabel"; "required": false; }; "buttonLabel": { "alias": "buttonLabel"; "required": false; }; }, { "onButtonClick": "onButtonClick"; }, never, never, false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "argenta-modal", never, { "title": { "alias": "title"; "required": false; }; "component": { "alias": "component"; "required": false; }; "componentInputs": { "alias": "componentInputs"; "required": false; }; "closeButtonLabel": { "alias": "closeButtonLabel"; "required": false; }; "buttonLabel": { "alias": "buttonLabel"; "required": false; }; }, { "onButtonClick": "onButtonClick"; }, never, never, false, never>;
18
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lib-portal-angular",
3
- "version": "0.0.70",
3
+ "version": "0.0.71",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.0",
6
6
  "@angular/core": "^16.2.0"