@hmcts/ccd-case-ui-toolkit 6.14.5-ccpay-upgrade → 6.14.5-testing
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 +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +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 +2 -2
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +1 -1
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/package.json +1 -1
|
@@ -4631,7 +4631,7 @@
|
|
|
4631
4631
|
}
|
|
4632
4632
|
};
|
|
4633
4633
|
ConditionParser.unquoted = function (str) {
|
|
4634
|
-
var res = str.replace(/^"|"$/g, '');
|
|
4634
|
+
var res = str.replace(/^"|"$/g, ''); // NOSONAR
|
|
4635
4635
|
return res;
|
|
4636
4636
|
};
|
|
4637
4637
|
ConditionParser.findValueForComplexCondition = function (fields, head, tail, path) {
|