@hmcts/ccd-case-ui-toolkit 7.3.44-cve-fix → 7.3.44
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
|
@@ -4371,7 +4371,10 @@ declare class CaseFlagTableComponent {
|
|
|
4371
4371
|
flagData: FlagsWithFormGroupPath;
|
|
4372
4372
|
firstColumnHeader: string;
|
|
4373
4373
|
caseFlagsExternalUser: boolean;
|
|
4374
|
+
readonly pvpDisplayText = "POTENTIALLY VIOLENT PERSON";
|
|
4374
4375
|
get caseFlagStatus(): typeof CaseFlagStatus;
|
|
4376
|
+
isPvpFlag(flagDetail: FlagDetail): boolean;
|
|
4377
|
+
isActivePvpFlag(flagDetail: FlagDetail): boolean;
|
|
4375
4378
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseFlagTableComponent, never>;
|
|
4376
4379
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaseFlagTableComponent, "ccd-case-flag-table", never, { "tableCaption": { "alias": "tableCaption"; "required": false; }; "flagData": { "alias": "flagData"; "required": false; }; "firstColumnHeader": { "alias": "firstColumnHeader"; "required": false; }; "caseFlagsExternalUser": { "alias": "caseFlagsExternalUser"; "required": false; }; }, {}, never, never, false, never>;
|
|
4377
4380
|
}
|
|
@@ -7026,6 +7029,7 @@ declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, OnChange
|
|
|
7026
7029
|
activeCaseFlags: boolean;
|
|
7027
7030
|
caseFlagsExternalUser: boolean;
|
|
7028
7031
|
private readonly caseFlagsReadExternalMode;
|
|
7032
|
+
private readonly potentiallyViolentPersonFlagPrefix;
|
|
7029
7033
|
private subs;
|
|
7030
7034
|
eventId: string;
|
|
7031
7035
|
isEventButtonClicked: boolean;
|
|
@@ -7053,6 +7057,7 @@ declare class CaseFullAccessViewComponent implements OnInit, OnDestroy, OnChange
|
|
|
7053
7057
|
tabChanged(tabIndexChanged: number): void;
|
|
7054
7058
|
onLinkClicked(triggerOutputEventText: string): void;
|
|
7055
7059
|
hasActiveCaseFlags(): boolean;
|
|
7060
|
+
private hasActivePotentiallyViolentPersonFlag;
|
|
7056
7061
|
/**
|
|
7057
7062
|
* Indicates that a CaseField is to be displayed without a label, as is expected for all ComponentLauncher-type
|
|
7058
7063
|
* fields.
|