@myrmidon/auth-jwt-admin 8.0.3 → 8.0.4
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.
|
@@ -105,7 +105,7 @@ declare class PasswordChecklistComponent {
|
|
|
105
105
|
readonly isRuleSatisfied: _angular_core.Signal<(ruleId: string) => boolean>;
|
|
106
106
|
readonly isValid: _angular_core.Signal<boolean>;
|
|
107
107
|
readonly strength: _angular_core.Signal<number>;
|
|
108
|
-
readonly strengthLevel: _angular_core.Signal<
|
|
108
|
+
readonly strengthLevel: _angular_core.Signal<0 | 1 | 2 | 4 | 3>;
|
|
109
109
|
readonly strengthColor: _angular_core.Signal<string>;
|
|
110
110
|
readonly strengthPercent: _angular_core.Signal<number>;
|
|
111
111
|
constructor();
|