openchs-models 1.33.26 → 1.33.27

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.
@@ -257,6 +257,10 @@ class FormElement extends _BaseEntity.default {
257
257
  const unique = this.recordByKey("unique");
258
258
  return _lodash.default.isNil(unique) ? false : unique.getValue();
259
259
  }
260
+ get restrictGalleryUpload() {
261
+ const restrictGalleryUpload = this.recordByKey("restrictGalleryUpload");
262
+ return _lodash.default.isNil(restrictGalleryUpload) ? false : restrictGalleryUpload.getValue();
263
+ }
260
264
  get styles() {
261
265
  const style = {};
262
266
  const backgroundColour = this.recordValueByKey("backgroundColour");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "openchs-models",
3
3
  "description": "OpenCHS data model to be used by front end clients",
4
- "version": "1.33.26",
4
+ "version": "1.33.27",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",