@hmcts/ccd-case-ui-toolkit 5.0.36-prl-integration-merge-into-angular-11 → 5.0.38-case-flags-table-alignment

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.
@@ -3047,10 +3047,22 @@
3047
3047
  return IsCompoundPipe;
3048
3048
  }());
3049
3049
  IsCompoundPipe.COMPOUND_TYPES = [
3050
- 'Complex', 'Label', 'AddressGlobal', 'AddressUK', 'AddressGlobalUK', 'CasePaymentHistoryViewer', 'CaseHistoryViewer', 'Organisation', 'WaysToPay', 'ComponentLauncher'
3050
+ 'Complex',
3051
+ 'Label',
3052
+ 'AddressGlobal',
3053
+ 'AddressUK',
3054
+ 'AddressGlobalUK',
3055
+ 'CasePaymentHistoryViewer',
3056
+ 'CaseHistoryViewer',
3057
+ 'Organisation',
3058
+ 'WaysToPay',
3059
+ 'ComponentLauncher',
3060
+ 'FlagLauncher',
3061
+ 'CaseFlag'
3051
3062
  ];
3052
3063
  IsCompoundPipe.EXCLUDE = [
3053
- 'CaseLink', 'JudicialUser'
3064
+ 'CaseLink',
3065
+ 'JudicialUser'
3054
3066
  ];
3055
3067
  IsCompoundPipe.ɵfac = function IsCompoundPipe_Factory(t) { return new (t || IsCompoundPipe)(); };
3056
3068
  IsCompoundPipe.ɵpipe = i0__namespace.ɵɵdefinePipe({ name: "ccdIsCompound", type: IsCompoundPipe, pure: true });