@hmcts/ccd-case-ui-toolkit 6.16.1-rc2 → 6.16.1-st-cdam-docstore
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 +5 -14
- 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/app.config.js +1 -7
- package/esm2015/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.js +1 -2
- package/esm2015/lib/shared/components/palette/base-field/field-read-label.component.js +1 -1
- package/esm2015/lib/shared/components/palette/base-field/field-write.component.js +1 -1
- package/esm2015/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.js +3 -2
- package/esm2015/lib/shared/directives/conditional-show/conditional-show-form.directive.js +2 -2
- package/esm2015/lib/shared/directives/conditional-show/services/condition-parser.service.js +1 -4
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +5 -14
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/app.config.d.ts +2 -2
- package/lib/app.config.d.ts.map +1 -1
- package/lib/shared/components/case-editor/case-edit-page/case-edit-page.component.d.ts.map +1 -1
- package/lib/shared/components/palette/dynamic-radio-list/write-dynamic-radio-list-field.component.d.ts.map +1 -1
- package/lib/shared/directives/conditional-show/services/condition-parser.service.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1834,12 +1834,6 @@
|
|
|
1834
1834
|
var AbstractAppConfig = /** @class */ (function () {
|
|
1835
1835
|
function AbstractAppConfig() {
|
|
1836
1836
|
}
|
|
1837
|
-
AbstractAppConfig.prototype.getDocumentManagementUrlV2 = function () {
|
|
1838
|
-
return undefined;
|
|
1839
|
-
};
|
|
1840
|
-
AbstractAppConfig.prototype.getDocumentSecureMode = function () {
|
|
1841
|
-
return undefined;
|
|
1842
|
-
};
|
|
1843
1837
|
/**
|
|
1844
1838
|
* Dummy version replacing deprecated `getRemotePrintServiceUrl()`, to be removed in next major release
|
|
1845
1839
|
* @deprecated
|
|
@@ -4651,9 +4645,6 @@
|
|
|
4651
4645
|
var _a = __read(path.split(/[_]+/g)), _ = _a[0], pathTail = _a.slice(1);
|
|
4652
4646
|
return this.findValueForComplexCondition(fields[head], tail[0], tail.slice(1), pathTail.join('_'));
|
|
4653
4647
|
}
|
|
4654
|
-
else if (!fields[head]) {
|
|
4655
|
-
return this.findValueForComplexCondition(fields, tail[0], tail.slice(1), path);
|
|
4656
|
-
}
|
|
4657
4648
|
else {
|
|
4658
4649
|
return this.findValueForComplexCondition(fields[head], tail[0], tail.slice(1), path);
|
|
4659
4650
|
}
|
|
@@ -5209,7 +5200,7 @@
|
|
|
5209
5200
|
if (cf.hidden === true && !control.disabled) {
|
|
5210
5201
|
control.disable({ emitEvent: false });
|
|
5211
5202
|
}
|
|
5212
|
-
else if (cf.hidden !== true) {
|
|
5203
|
+
else if (cf.hidden !== true && control.disabled) {
|
|
5213
5204
|
control.enable({ emitEvent: false });
|
|
5214
5205
|
}
|
|
5215
5206
|
}
|
|
@@ -10906,7 +10897,6 @@
|
|
|
10906
10897
|
else {
|
|
10907
10898
|
this.caseEdit.cancelled.emit();
|
|
10908
10899
|
}
|
|
10909
|
-
this.caseEditDataService.clearFormValidationErrors();
|
|
10910
10900
|
};
|
|
10911
10901
|
CaseEditPageComponent.prototype.submitting = function () {
|
|
10912
10902
|
return this.caseEdit.isSubmitting;
|
|
@@ -15048,7 +15038,7 @@
|
|
|
15048
15038
|
var ctx_r4 = i0__namespace.ɵɵnextContext();
|
|
15049
15039
|
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(7, _c0$K, ctx_r4.dynamicRadioListControl.value === radioButton_r5.code));
|
|
15050
15040
|
i0__namespace.ɵɵadvance(1);
|
|
15051
|
-
i0__namespace.ɵɵproperty("id", ctx_r4.createElementId(radioButton_r5.code))("name", ctx_r4.
|
|
15041
|
+
i0__namespace.ɵɵproperty("id", ctx_r4.createElementId(radioButton_r5.code))("name", ctx_r4.createElementId(radioButton_r5.code))("formControl", ctx_r4.dynamicRadioListControl)("value", radioButton_r5.code);
|
|
15052
15042
|
i0__namespace.ɵɵadvance(1);
|
|
15053
15043
|
i0__namespace.ɵɵproperty("for", ctx_r4.createElementId(radioButton_r5.code));
|
|
15054
15044
|
i0__namespace.ɵɵadvance(1);
|
|
@@ -15063,6 +15053,7 @@
|
|
|
15063
15053
|
}
|
|
15064
15054
|
WriteDynamicRadioListFieldComponent.prototype.ngOnInit = function () {
|
|
15065
15055
|
/**
|
|
15056
|
+
*
|
|
15066
15057
|
* Reassigning list_items from formatted_list when list_items is empty
|
|
15067
15058
|
*/
|
|
15068
15059
|
if (!this.caseField.list_items && this.caseField.formatted_value && this.caseField.formatted_value.list_items) {
|
|
@@ -20602,7 +20593,7 @@
|
|
|
20602
20593
|
i0__namespace.ɵɵclassProp("grey-bar", ctx.canHaveGreyBar && !ctx.caseField.hiddenCannotChange);
|
|
20603
20594
|
i0__namespace.ɵɵproperty("hidden", ctx.caseField.hidden);
|
|
20604
20595
|
}
|
|
20605
|
-
}, styles: [".form [_nghost-%COMP%] .grey-bar
|
|
20596
|
+
}, styles: [".form [_nghost-%COMP%] .grey-bar>*>.form-group, .form [_nghost-%COMP%] .grey-bar>*>dl.case-field{margin-left:15px;padding-left:15px}.form [_nghost-%COMP%] .grey-bar>*>.form-group:not(.form-group-error), .form [_nghost-%COMP%] .grey-bar>*>dl.case-field:not(.form-group-error){border-left:5px solid #b1b4b6}.form [_nghost-%COMP%] .grey-bar>*>.form-group input:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>.form-group select:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>.form-group textarea:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>dl.case-field input:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>dl.case-field select:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>dl.case-field textarea:not(.inline-block){display:block}"] });
|
|
20606
20597
|
(function () {
|
|
20607
20598
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FieldWriteComponent, [{
|
|
20608
20599
|
type: i0.Component,
|
|
@@ -20702,7 +20693,7 @@
|
|
|
20702
20693
|
i0__namespace.ɵɵadvance(1);
|
|
20703
20694
|
i0__namespace.ɵɵproperty("ngIf", ctx.withLabel && !ctx.isLabel() && (!ctx.isComplex() || ctx.isCaseLink()))("ngIfElse", _r1);
|
|
20704
20695
|
}
|
|
20705
|
-
}, directives: [i1__namespace.NgIf, i1__namespace.NgTemplateOutlet], styles: [".case-field[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.case-field[_ngcontent-%COMP%]{box-sizing:border-box;margin-bottom:15px}@media (min-width:641px){.case-field[_ngcontent-%COMP%]{margin-bottom:30px}}.case-field[_ngcontent-%COMP%] .case-field__label[_ngcontent-%COMP%]{display:block;color:#0b0c0c;padding-bottom:2px;font-family:nta,Arial,sans-serif;font-weight:700;text-transform:none;font-size:16px;line-height:1.25}@media (min-width:641px){.case-field[_ngcontent-%COMP%] .case-field__label[_ngcontent-%COMP%]{font-size:19px;line-height:1.3157894737}}.case-field[_ngcontent-%COMP%] .case-field__value[_ngcontent-%COMP%]{font-family:nta,Arial,sans-serif;font-weight:400;text-transform:none;font-size:16px;line-height:1.25}@media (min-width:641px){.case-field[_ngcontent-%COMP%] .case-field__value[_ngcontent-%COMP%]{font-size:19px;line-height:1.3157894737}}.form [_nghost-%COMP%] .grey-bar
|
|
20696
|
+
}, directives: [i1__namespace.NgIf, i1__namespace.NgTemplateOutlet], styles: [".case-field[_ngcontent-%COMP%]:after{content:\"\";display:block;clear:both}.case-field[_ngcontent-%COMP%]{box-sizing:border-box;margin-bottom:15px}@media (min-width:641px){.case-field[_ngcontent-%COMP%]{margin-bottom:30px}}.case-field[_ngcontent-%COMP%] .case-field__label[_ngcontent-%COMP%]{display:block;color:#0b0c0c;padding-bottom:2px;font-family:nta,Arial,sans-serif;font-weight:700;text-transform:none;font-size:16px;line-height:1.25}@media (min-width:641px){.case-field[_ngcontent-%COMP%] .case-field__label[_ngcontent-%COMP%]{font-size:19px;line-height:1.3157894737}}.case-field[_ngcontent-%COMP%] .case-field__value[_ngcontent-%COMP%]{font-family:nta,Arial,sans-serif;font-weight:400;text-transform:none;font-size:16px;line-height:1.25}@media (min-width:641px){.case-field[_ngcontent-%COMP%] .case-field__value[_ngcontent-%COMP%]{font-size:19px;line-height:1.3157894737}}.form [_nghost-%COMP%] .grey-bar>*>.form-group, .form [_nghost-%COMP%] .grey-bar>*>dl.case-field{margin-left:15px;padding-left:15px}.form [_nghost-%COMP%] .grey-bar>*>.form-group:not(.form-group-error), .form [_nghost-%COMP%] .grey-bar>*>dl.case-field:not(.form-group-error){border-left:5px solid #b1b4b6}.form [_nghost-%COMP%] .grey-bar>*>.form-group input:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>.form-group select:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>.form-group textarea:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>dl.case-field input:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>dl.case-field select:not(.inline-block), .form [_nghost-%COMP%] .grey-bar>*>dl.case-field textarea:not(.inline-block){display:block}"] });
|
|
20706
20697
|
var ɵFieldReadLabelComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(FieldReadLabelComponent);
|
|
20707
20698
|
(function () {
|
|
20708
20699
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FieldReadLabelComponent, [{
|