@hmcts/ccd-case-ui-toolkit 7.3.37 → 7.3.38-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
@@ -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,11 @@ 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 hasActivePotentiallyViolentPersonFlagInComplexField;
7054
+ private hasActivePotentiallyViolentPersonFlagInCollectionField;
7055
+ private hasActivePotentiallyViolentPersonFlagInFlagsValue;
7049
7056
  /**
7050
7057
  * Indicates that a CaseField is to be displayed without a label, as is expected for all ComponentLauncher-type
7051
7058
  * fields.