@abgov/jsonforms-components 1.19.1 → 1.19.2
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 +4 -0
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -5356,6 +5356,10 @@ const extractScopesFromUISchema = uischema => {
|
|
|
5356
5356
|
scopes.push(internalElement === null || internalElement === void 0 ? void 0 : internalElement.scope);
|
|
5357
5357
|
}
|
|
5358
5358
|
});
|
|
5359
|
+
} else {
|
|
5360
|
+
if (element === null || element === void 0 ? void 0 : element.scope) {
|
|
5361
|
+
scopes.push(element === null || element === void 0 ? void 0 : element.scope);
|
|
5362
|
+
}
|
|
5359
5363
|
}
|
|
5360
5364
|
});
|
|
5361
5365
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abgov/jsonforms-components",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.2",
|
|
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",
|