@hmcts/ccd-case-ui-toolkit 7.3.36-remove-flag-icp-enabled → 7.3.37-exui-4089

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
@@ -2452,7 +2452,7 @@ declare class FormValueService {
2452
2452
  */
2453
2453
  private static clearOptionalEmpty;
2454
2454
  constructor(fieldTypeSanitiser: FieldTypeSanitiser);
2455
- sanitise(rawValue: object): object;
2455
+ sanitise(rawValue: object, isCaseFlagJourney?: boolean): object;
2456
2456
  sanitiseCaseReference(reference: string): string;
2457
2457
  filterCurrentPageFields(caseFields: CaseField[], editForm: any): any;
2458
2458
  sanitiseDynamicLists(caseFields: CaseField[], editForm: any): any;
@@ -7019,6 +7019,8 @@ declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, OnChange
7019
7019
  activeCaseFlags: boolean;
7020
7020
  caseFlagsExternalUser: boolean;
7021
7021
  private readonly caseFlagsReadExternalMode;
7022
+ private readonly potentiallyViolentPersonFlagCode;
7023
+ private readonly potentiallyViolentPersonFlagPrefix;
7022
7024
  private subs;
7023
7025
  eventId: string;
7024
7026
  isEventButtonClicked: boolean;
@@ -7046,6 +7048,9 @@ declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, OnChange
7046
7048
  tabChanged(tabIndexChanged: number): void;
7047
7049
  onLinkClicked(triggerOutputEventText: string): void;
7048
7050
  hasActiveCaseFlags(): boolean;
7051
+ private hasActivePotentiallyViolentPersonFlag;
7052
+ private hasActivePotentiallyViolentPersonFlagInCaseField;
7053
+ private hasActivePotentiallyViolentPersonFlagInFlagsValue;
7049
7054
  /**
7050
7055
  * Indicates that a CaseField is to be displayed without a label, as is expected for all ComponentLauncher-type
7051
7056
  * fields.