@open-rlb/ng-bootstrap 3.1.1 → 3.1.2
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
|
@@ -1923,10 +1923,10 @@ declare class SelectComponent extends AbstractComponent<string | string[]> imple
|
|
|
1923
1923
|
|
|
1924
1924
|
declare class SwitchComponent extends AbstractComponent<boolean> implements ControlValueAccessor, AfterViewInit {
|
|
1925
1925
|
control?: NgControl | undefined;
|
|
1926
|
-
disabled:
|
|
1926
|
+
disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1927
1927
|
readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
1928
|
-
size: InputSignal<"small" | "large" | undefined>;
|
|
1929
|
-
userDefinedId: InputSignal<string>;
|
|
1928
|
+
size: _angular_core.InputSignal<"small" | "large" | undefined>;
|
|
1929
|
+
userDefinedId: _angular_core.InputSignal<string>;
|
|
1930
1930
|
el: _angular_core.Signal<ElementRef<HTMLInputElement>>;
|
|
1931
1931
|
isDisabled: _angular_core.Signal<boolean>;
|
|
1932
1932
|
private data;
|