@abgov/jsonforms-components 2.66.0 → 2.66.1
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 +3 -5
- package/package.json +1 -1
- package/renderer-catalog.json +2 -2
package/index.esm.js
CHANGED
|
@@ -7403,12 +7403,10 @@ const InnerGoAInputText = props => {
|
|
|
7403
7403
|
useEffect(() => {
|
|
7404
7404
|
if (!user || data || manualInput || hasDefault) return;
|
|
7405
7405
|
const autoPopulatedValue = autoPopulateValue(user, props);
|
|
7406
|
+
// clean-code-ignore: 2.18
|
|
7406
7407
|
if (shouldAutoPopulateValue(autoPopulatedValue, data)) {
|
|
7407
|
-
|
|
7408
|
-
|
|
7409
|
-
setLocalValue(autoPopulatedValue);
|
|
7410
|
-
}, 1000);
|
|
7411
|
-
return () => clearTimeout(timeout);
|
|
7408
|
+
handleChange(props.path, autoPopulatedValue);
|
|
7409
|
+
setLocalValue(autoPopulatedValue);
|
|
7412
7410
|
}
|
|
7413
7411
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
7414
7412
|
}, [user]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abgov/jsonforms-components",
|
|
3
|
-
"version": "2.66.
|
|
3
|
+
"version": "2.66.1",
|
|
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",
|
package/renderer-catalog.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-06-
|
|
4
|
-
"sourceCommit": "
|
|
3
|
+
"generatedAt": "2026-06-09T15:33:01.950Z",
|
|
4
|
+
"sourceCommit": "77099bc119cd4af5ff0ef3020ca33354a35b3bd5",
|
|
5
5
|
"sourcePath": "libs/jsonforms-components/src/index.ts",
|
|
6
6
|
"rendererCount": 33,
|
|
7
7
|
"renderers": [
|