@open-rlb/ng-bootstrap 2.3.6 → 2.3.7

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/index.d.ts CHANGED
@@ -2049,6 +2049,7 @@ declare class SwitchComponent extends AbstractComponent<boolean> implements Cont
2049
2049
  update(ev: EventTarget | null): void;
2050
2050
  onWrite(data: boolean): void;
2051
2051
  ngAfterViewInit(): void;
2052
+ private updateInternalValue;
2052
2053
  static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, [null, { optional: true; self: true; }]>;
2053
2054
  static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "rlb-switch", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "size": { "alias": "size"; "required": false; }; "userDefinedId": { "alias": "id"; "required": false; }; }, {}, never, ["[before]", "[after]"], false, never>;
2054
2055
  static ngAcceptInputType_disabled: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-rlb/ng-bootstrap",
3
- "version": "2.3.6",
3
+ "version": "2.3.7",
4
4
  "peerDependencies": {
5
5
  "bootstrap": ">=5.3.0",
6
6
  "@types/bootstrap": ">5.2.0",