ca-components 1.8.26 → 1.8.27
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.
|
@@ -140,6 +140,7 @@ var eLoadStatus;
|
|
|
140
140
|
eLoadStatus[eLoadStatus["RepairDispatched"] = 52] = "RepairDispatched";
|
|
141
141
|
eLoadStatus[eLoadStatus["RepairLoaded"] = 53] = "RepairLoaded";
|
|
142
142
|
eLoadStatus[eLoadStatus["RepairOffloaded"] = 54] = "RepairOffloaded";
|
|
143
|
+
eLoadStatus[eLoadStatus["InvoicedHoldFactoring"] = 55] = "InvoicedHoldFactoring";
|
|
143
144
|
})(eLoadStatus || (eLoadStatus = {}));
|
|
144
145
|
|
|
145
146
|
var eTrailerName;
|
|
@@ -1826,6 +1827,7 @@ class LoadStatusColorsPipe {
|
|
|
1826
1827
|
case eLoadStatus.InvoicedHold:
|
|
1827
1828
|
case eLoadStatus.Revised:
|
|
1828
1829
|
case eLoadStatus.RevisedFactoring:
|
|
1830
|
+
case eLoadStatus.InvoicedHoldFactoring:
|
|
1829
1831
|
colorClass = iconColor
|
|
1830
1832
|
? eLoadStatusIconColors.MUTED
|
|
1831
1833
|
: eLoadStatusSvgColors.BLACK_200;
|
|
@@ -1964,6 +1966,7 @@ class LoadStatusBackgroundColorPipe {
|
|
|
1964
1966
|
case eLoadStatus.InvoicedHold:
|
|
1965
1967
|
case eLoadStatus.Revised:
|
|
1966
1968
|
case eLoadStatus.RevisedFactoring:
|
|
1969
|
+
case eLoadStatus.InvoicedHoldFactoring:
|
|
1967
1970
|
colorClass = eLoadStatusBackgroundColors.GREY;
|
|
1968
1971
|
break;
|
|
1969
1972
|
case eLoadStatus.Tonu:
|