@open-rlb/ng-bootstrap 3.1.2 → 3.1.3

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.2",
3
+ "version": "3.1.3",
4
4
  "peerDependencies": {
5
5
  "bootstrap": ">=5.3.0",
6
6
  "@types/bootstrap": ">5.2.0",
@@ -1861,7 +1861,7 @@ declare class InputGroupComponent {
1861
1861
  }
1862
1862
 
1863
1863
  declare class OptionComponent {
1864
- value: _angular_core.InputSignal<string | number | null>;
1864
+ value: _angular_core.InputSignal<string | number | null | undefined>;
1865
1865
  disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
1866
1866
  template: _angular_core.Signal<TemplateRef<any>>;
1867
1867
  contentTemplate: _angular_core.Signal<TemplateRef<any>>;