@open-rlb/ng-app 3.1.33 → 3.1.34

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-rlb/ng-app",
3
- "version": "3.1.33",
3
+ "version": "3.1.34",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -1009,21 +1009,22 @@ interface VerifyDeactivate {
1009
1009
  declare const verifyDeactivate: CanDeactivateFn<VerifyDeactivate>;
1010
1010
 
1011
1011
  declare class ErrorModalComponent implements IModal<string, void>, OnInit {
1012
- data: ModalData<string>;
1012
+ data: i0.InputSignal<ModalData<any>>;
1013
+ valid: i0.ModelSignal<boolean>;
1013
1014
  onEnter(): void;
1014
1015
  ngOnInit(): void;
1015
1016
  static ɵfac: i0.ɵɵFactoryDeclaration<ErrorModalComponent, never>;
1016
- static ɵcmp: i0.ɵɵComponentDeclaration<ErrorModalComponent, "ng-component", never, {}, {}, never, never, true, [{ directive: typeof _open_rlb_ng_bootstrap.ModalDirective; inputs: { "id": "id"; "data-instance": "data-instance"; "data-options": "data-options"; }; outputs: {}; }]>;
1017
+ static ɵcmp: i0.ɵɵComponentDeclaration<ErrorModalComponent, "ng-component", never, { "data": { "alias": "data"; "required": false; "isSignal": true; }; "valid": { "alias": "valid"; "required": false; "isSignal": true; }; }, { "valid": "validChange"; }, never, never, true, [{ directive: typeof _open_rlb_ng_bootstrap.ModalDirective; inputs: { "id": "id"; "data-instance": "data-instance"; "data-options": "data-options"; }; outputs: {}; }]>;
1017
1018
  }
1018
1019
 
1019
1020
  declare class ModalAppsComponent implements IModal<AppInfo[], AppInfo> {
1020
- data: ModalData<any>;
1021
- valid?: boolean;
1021
+ data: i0.InputSignal<ModalData<any>>;
1022
+ valid: i0.ModelSignal<boolean>;
1022
1023
  result?: any;
1023
1024
  apps: AppInfo[];
1024
1025
  appSelected(app: AppInfo): void;
1025
1026
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalAppsComponent, never>;
1026
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalAppsComponent, "ng-component", never, {}, {}, never, never, true, [{ directive: typeof _open_rlb_ng_bootstrap.ModalDirective; inputs: { "id": "id"; "data-instance": "data-instance"; "data-options": "data-options"; }; outputs: {}; }]>;
1027
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalAppsComponent, "ng-component", never, { "data": { "alias": "data"; "required": false; "isSignal": true; }; "valid": { "alias": "valid"; "required": false; "isSignal": true; }; }, { "valid": "validChange"; }, never, never, true, [{ directive: typeof _open_rlb_ng_bootstrap.ModalDirective; inputs: { "id": "id"; "data-instance": "data-instance"; "data-options": "data-options"; }; outputs: {}; }]>;
1027
1028
  }
1028
1029
 
1029
1030
  declare function getDefaultRoutes(config?: PagesConfiguration): Routes;
@@ -1181,11 +1182,11 @@ declare class ContentComponent {
1181
1182
  }
1182
1183
 
1183
1184
  declare class ToastComponent implements IToast<string, void> {
1184
- data: ToastData<string>;
1185
+ data: i0.InputSignal<ToastData<any>>;
1185
1186
  valid?: boolean;
1186
1187
  result?: any;
1187
1188
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>;
1188
- static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "ng-component", never, {}, {}, never, never, true, [{ directive: typeof _open_rlb_ng_bootstrap.ToastDirective; inputs: { "id": "id"; "data-instance": "data-instance"; "data-options": "data-options"; }; outputs: {}; }]>;
1189
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "ng-component", never, { "data": { "alias": "data"; "required": true; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof _open_rlb_ng_bootstrap.ToastDirective; inputs: { "id": "id"; "data-instance": "data-instance"; "data-options": "data-options"; }; outputs: {}; }]>;
1189
1190
  }
1190
1191
 
1191
1192
  declare class CmsContentComponent {