@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.
- package/bundles/energycap-components.umd.js +10 -5
- package/bundles/energycap-components.umd.js.map +1 -1
- package/bundles/energycap-components.umd.min.js +1 -1
- package/bundles/energycap-components.umd.min.js.map +1 -1
- package/energycap-components.metadata.json +1 -1
- package/esm2015/lib/controls/button/button.component.js +1 -1
- package/esm2015/lib/controls/select/select.component.js +1 -1
- package/esm2015/lib/controls/textbox/textbox.component.js +1 -1
- package/esm2015/lib/core/validation-message.service.js +4 -1
- package/esm2015/lib/display/app-bar/app-bar.component.js +5 -3
- package/fesm2015/energycap-components.js +10 -5
- package/fesm2015/energycap-components.js.map +1 -1
- package/lib/display/app-bar/app-bar.component.d.ts +1 -0
- package/package.json +1 -1
- package/src/assets/locales/en_US.json +2 -1
- package/src/styles/mixins/_form-control-base.scss +2 -1
package/package.json
CHANGED
|
@@ -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
|
}
|