@abgov/jsonforms-components 1.43.5 → 1.43.6
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/index.esm.js +0 -2
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -8550,7 +8550,6 @@ const FullNameDobControl = props => {
|
|
|
8550
8550
|
setFormData(updatedData);
|
|
8551
8551
|
updateFormData(updatedData);
|
|
8552
8552
|
};
|
|
8553
|
-
/* istanbul ignore next */
|
|
8554
8553
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
8555
8554
|
const handleRequiredFieldBlur = (name, updatedData) => {
|
|
8556
8555
|
const err = Object.assign({}, errors);
|
|
@@ -8581,7 +8580,6 @@ const FullNameDobControl = props => {
|
|
|
8581
8580
|
handleInputChange(name, value);
|
|
8582
8581
|
},
|
|
8583
8582
|
onBlur: name => {
|
|
8584
|
-
/* istanbul ignore next */
|
|
8585
8583
|
handleRequiredFieldBlur(name);
|
|
8586
8584
|
},
|
|
8587
8585
|
width: "100%"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abgov/jsonforms-components",
|
|
3
|
-
"version": "1.43.
|
|
3
|
+
"version": "1.43.6",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Government of Alberta - React renderers for JSON Forms based on the design system.",
|
|
6
6
|
"repository": "https://github.com/GovAlta/adsp-monorepo",
|