@dynamatix/cat-shared 0.0.78 → 0.0.80

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.
@@ -52,7 +52,7 @@ function applyAuditMiddleware(schema, collectionName) {
52
52
  contextId
53
53
  };
54
54
  if (auditConfig.descriptionResolutorForExternalData) {
55
- log.externalData.description = await resolveExternalData(auditConfig.descriptionResolutorForExternalData, doc[descriptionResolutorForExternalData])
55
+ log.externalData.description = await resolveExternalData(auditConfig.descriptionResolutorForExternalData, doc[auditConfig.descriptionResolutorForExternalData])
56
56
  log.externalData.contextId = contextId;
57
57
  }
58
58
  await AuditLog.create(log);
@@ -59,6 +59,10 @@ const formfieldSchema = new mongoose.Schema({
59
59
  type: Boolean,
60
60
  default: false
61
61
  },
62
+ isShowClearIcon: {
63
+ type: Boolean,
64
+ default: true
65
+ },
62
66
  requiredErrorMessage: {
63
67
  type: String,
64
68
  default: 'Field is required'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamatix/cat-shared",
3
- "version": "0.0.78",
3
+ "version": "0.0.80",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"