@abgov/jsonforms-components 1.24.5 → 1.24.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.
Files changed (2) hide show
  1. package/index.esm.js +1 -0
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -5066,6 +5066,7 @@ data, field, index, requiredFields) => {
5066
5066
  const fieldName = element.scope.split('/').pop() || '';
5067
5067
  const label = resolveLabelFromScope(element.scope);
5068
5068
  const value = (_a = elementData[fieldName]) !== null && _a !== void 0 ? _a : '';
5069
+ console.log('ListWithDetailValue', value);
5069
5070
  itemData.push([label, value]);
5070
5071
  });
5071
5072
  detailData.push([`${i}`, itemData]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "1.24.5",
3
+ "version": "1.24.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",