@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
|
@@ -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();
|