@hmcts/ccd-case-ui-toolkit 6.16.1-rc1 → 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 -11
- 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/fesm2015/hmcts-ccd-case-ui-toolkit.js +5 -11
- 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/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
|
|
@@ -5206,7 +5200,7 @@
|
|
|
5206
5200
|
if (cf.hidden === true && !control.disabled) {
|
|
5207
5201
|
control.disable({ emitEvent: false });
|
|
5208
5202
|
}
|
|
5209
|
-
else if (cf.hidden !== true) {
|
|
5203
|
+
else if (cf.hidden !== true && control.disabled) {
|
|
5210
5204
|
control.enable({ emitEvent: false });
|
|
5211
5205
|
}
|
|
5212
5206
|
}
|
|
@@ -10903,7 +10897,6 @@
|
|
|
10903
10897
|
else {
|
|
10904
10898
|
this.caseEdit.cancelled.emit();
|
|
10905
10899
|
}
|
|
10906
|
-
this.caseEditDataService.clearFormValidationErrors();
|
|
10907
10900
|
};
|
|
10908
10901
|
CaseEditPageComponent.prototype.submitting = function () {
|
|
10909
10902
|
return this.caseEdit.isSubmitting;
|
|
@@ -15045,7 +15038,7 @@
|
|
|
15045
15038
|
var ctx_r4 = i0__namespace.ɵɵnextContext();
|
|
15046
15039
|
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(7, _c0$K, ctx_r4.dynamicRadioListControl.value === radioButton_r5.code));
|
|
15047
15040
|
i0__namespace.ɵɵadvance(1);
|
|
15048
|
-
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);
|
|
15049
15042
|
i0__namespace.ɵɵadvance(1);
|
|
15050
15043
|
i0__namespace.ɵɵproperty("for", ctx_r4.createElementId(radioButton_r5.code));
|
|
15051
15044
|
i0__namespace.ɵɵadvance(1);
|
|
@@ -15060,6 +15053,7 @@
|
|
|
15060
15053
|
}
|
|
15061
15054
|
WriteDynamicRadioListFieldComponent.prototype.ngOnInit = function () {
|
|
15062
15055
|
/**
|
|
15056
|
+
*
|
|
15063
15057
|
* Reassigning list_items from formatted_list when list_items is empty
|
|
15064
15058
|
*/
|
|
15065
15059
|
if (!this.caseField.list_items && this.caseField.formatted_value && this.caseField.formatted_value.list_items) {
|
|
@@ -20599,7 +20593,7 @@
|
|
|
20599
20593
|
i0__namespace.ɵɵclassProp("grey-bar", ctx.canHaveGreyBar && !ctx.caseField.hiddenCannotChange);
|
|
20600
20594
|
i0__namespace.ɵɵproperty("hidden", ctx.caseField.hidden);
|
|
20601
20595
|
}
|
|
20602
|
-
}, 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}"] });
|
|
20603
20597
|
(function () {
|
|
20604
20598
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FieldWriteComponent, [{
|
|
20605
20599
|
type: i0.Component,
|
|
@@ -20699,7 +20693,7 @@
|
|
|
20699
20693
|
i0__namespace.ɵɵadvance(1);
|
|
20700
20694
|
i0__namespace.ɵɵproperty("ngIf", ctx.withLabel && !ctx.isLabel() && (!ctx.isComplex() || ctx.isCaseLink()))("ngIfElse", _r1);
|
|
20701
20695
|
}
|
|
20702
|
-
}, 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}"] });
|
|
20703
20697
|
var ɵFieldReadLabelComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(FieldReadLabelComponent);
|
|
20704
20698
|
(function () {
|
|
20705
20699
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FieldReadLabelComponent, [{
|