@hmcts/ccd-case-ui-toolkit 6.16.1-rc1 → 6.16.1-rc2a
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/bundles/hmcts-ccd-case-ui-toolkit.umd.js +3 -0
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
- package/esm2015/lib/shared/directives/conditional-show/services/condition-parser.service.js +4 -1
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +3 -0
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/directives/conditional-show/services/condition-parser.service.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -4651,6 +4651,9 @@
|
|
|
4651
4651
|
var _a = __read(path.split(/[_]+/g)), _ = _a[0], pathTail = _a.slice(1);
|
|
4652
4652
|
return this.findValueForComplexCondition(fields[head], tail[0], tail.slice(1), pathTail.join('_'));
|
|
4653
4653
|
}
|
|
4654
|
+
else if (!fields[head]) {
|
|
4655
|
+
return this.findValueForComplexCondition(fields, tail[0], tail.slice(1), path);
|
|
4656
|
+
}
|
|
4654
4657
|
else {
|
|
4655
4658
|
return this.findValueForComplexCondition(fields[head], tail[0], tail.slice(1), path);
|
|
4656
4659
|
}
|