@open-rlb/ng-bootstrap 3.1.30 → 3.1.31

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-bootstrap",
3
- "version": "3.1.30",
3
+ "version": "3.1.31",
4
4
  "peerDependencies": {
5
5
  "bootstrap": ">=5.3.0",
6
6
  "@types/bootstrap": ">5.2.0",
@@ -1108,7 +1108,7 @@ interface ComponentCreationOptions {
1108
1108
  }
1109
1109
 
1110
1110
  interface ComponentData<T = any> {
1111
- data: T | InputSignal<T> | ModelSignal<T>;
1111
+ data: Signal<T>;
1112
1112
  }
1113
1113
 
1114
1114
  interface ComponentInfo<name = string, T = any> extends ComponentData<T> {
@@ -2235,11 +2235,11 @@ declare class CalendarOverflowEventsContainerComponent implements IModal<Calenda
2235
2235
  }
2236
2236
 
2237
2237
  declare class CalendarToastComponent implements IToast<string, void> {
2238
- data: _angular_core.InputSignal<ToastData<string>>;
2238
+ data: Signal<ToastData<string>>;
2239
2239
  valid: _angular_core.WritableSignal<boolean>;
2240
2240
  result?: any;
2241
2241
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalendarToastComponent, never>;
2242
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarToastComponent, "ng-component", never, { "data": { "alias": "data"; "required": true; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof ToastDirective; inputs: { "id": "id"; "data-instance": "data-instance"; "data-options": "data-options"; }; outputs: {}; }]>;
2242
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarToastComponent, "ng-component", never, {}, {}, never, never, true, [{ directive: typeof ToastDirective; inputs: { "id": "id"; "data-instance": "data-instance"; "data-options": "data-options"; }; outputs: {}; }]>;
2243
2243
  }
2244
2244
 
2245
2245
  declare function provideRlbBootstrap(): (EnvironmentProviders | Provider)[];