@abgov/jsonforms-components 2.4.7 → 2.5.0
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 +2 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -8535,7 +8535,8 @@ const FileUploader = _ref => {
|
|
|
8535
8535
|
deleteTrigger(fileInList, propertyId);
|
|
8536
8536
|
}
|
|
8537
8537
|
}
|
|
8538
|
-
|
|
8538
|
+
// To support multipleFileUploader, the propertyId (path) is in propertyId.index format
|
|
8539
|
+
uploadTrigger(file, `${propertyId}.${fileListLength}`);
|
|
8539
8540
|
setDeleteHide(false);
|
|
8540
8541
|
}
|
|
8541
8542
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abgov/jsonforms-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
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",
|