@hmcts/ccd-case-ui-toolkit 7.3.65 → 7.3.67-exui-3740-rc-1

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/index.d.ts CHANGED
@@ -2290,6 +2290,7 @@ declare class FieldsUtils {
2290
2290
  private static getFixedListLabelByCodeOrEmpty;
2291
2291
  private static textForInvalidField;
2292
2292
  private static setDynamicListDefinition;
2293
+ private static setDynamicMultiSelectListDefinition;
2293
2294
  private static getDynamicListValue;
2294
2295
  private static getNestedFieldValues;
2295
2296
  static isFlagsCaseField(caseField: CaseField): boolean;
@@ -2453,6 +2454,7 @@ declare class FieldTypeSanitiser {
2453
2454
  sanitiseLists(caseFields: CaseField[], data: any): void;
2454
2455
  ensureDynamicMultiSelectListPopulated(caseFields: CaseField[]): CaseField[];
2455
2456
  private checkNestedDynamicList;
2457
+ private copyCaseFieldsWithCollectionData;
2456
2458
  private isDynamicList;
2457
2459
  private convertArrayToDynamicListOutput;
2458
2460
  private convertStringToDynamicListOutput;