@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.
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js +14 -2
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
- package/esm2015/lib/shared/components/palette/utils/is-compound.pipe.js +15 -3
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +14 -2
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/components/palette/utils/is-compound.pipe.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -3047,10 +3047,22 @@
|
|
|
3047
3047
|
return IsCompoundPipe;
|
|
3048
3048
|
}());
|
|
3049
3049
|
IsCompoundPipe.COMPOUND_TYPES = [
|
|
3050
|
-
'Complex',
|
|
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',
|
|
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 });
|