@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truenas/ui-components",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org",
6
6
  "access": "public"
@@ -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;