@truenas/ui-components 0.3.2 → 0.3.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
|
@@ -1697,7 +1697,7 @@ declare class TnInputComponent implements AfterViewInit, OnDestroy, ControlValue
|
|
|
1697
1697
|
*/
|
|
1698
1698
|
protected passwordToggleTestId: _angular_core.Signal<(string | number | null | undefined)[]>;
|
|
1699
1699
|
id: string;
|
|
1700
|
-
protected value: string
|
|
1700
|
+
protected value: _angular_core.WritableSignal<string>;
|
|
1701
1701
|
private formDisabled;
|
|
1702
1702
|
isDisabled: _angular_core.Signal<boolean>;
|
|
1703
1703
|
private onChange;
|