@open-rlb/ng-bootstrap 3.3.33 → 3.3.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-bootstrap",
3
- "version": "3.3.33",
3
+ "version": "3.3.34",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": ">=21.0.0 <22.0.0",
6
6
  "@angular/common": ">=21.0.0 <22.0.0",
@@ -942,7 +942,6 @@ declare class LanguageChipsComponent extends AbstractComponent<string[]> {
942
942
  userDefinedId: _angular_core.InputSignal<string>;
943
943
  readonly selectKey: _angular_core.WritableSignal<number>;
944
944
  readonly chips: _angular_core.Signal<string[]>;
945
- readonly available: _angular_core.Signal<string[]>;
946
945
  readonly isDisabled: _angular_core.Signal<boolean>;
947
946
  readonly addControl: FormControl<string | null>;
948
947
  constructor();