@open-rlb/ng-bootstrap 3.1.1 → 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
|
@@ -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>>;
|
|
@@ -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;
|