@energycap/components 0.26.4 → 0.26.5

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.
@@ -4,6 +4,7 @@ export declare class AppBarComponent {
4
4
  user: AvatarUser;
5
5
  userMenuItems: MenuItem[];
6
6
  userMenuWidth: number;
7
+ userMenuMinWidth: number;
7
8
  userMenuTabindex: number;
8
9
  iconPath: string;
9
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/components",
3
- "version": "0.26.4",
3
+ "version": "0.26.5",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
@@ -33,5 +33,6 @@
33
33
  "MessageTooLong_Truncated_SC": "...message truncated due to length",
34
34
  "JsonValidationMessage_SC": "is not valid JSON",
35
35
  "PleaseCorrectForm_SC": "Please correct invalid values before submitting this form.",
36
- "PageBaseUnknownSaveError_SC": "An unknown error occurred while saving your changes. Please try again later."
36
+ "PageBaseUnknownSaveError_SC": "An unknown error occurred while saving your changes. Please try again later.",
37
+ "PasswordInvalidValidationMessage_LC": "does not meet all requirements"
37
38
  }
@@ -137,7 +137,8 @@ $checkbox-indicator-size: $form-control-icon-size;
137
137
 
138
138
  &.is-pending {
139
139
  &.ng-valid,
140
- &.ng-invalid {
140
+ &.ng-invalid,
141
+ &.ng-pending {
141
142
  @include form-control-state(pending, $selector);
142
143
  }
143
144
  }