@colijnit/transaction 262.1.24 → 262.1.25
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.
|
@@ -355,8 +355,8 @@ import { DateField } from '@colijnit/ioneconnector/build/factory/decorators/date
|
|
|
355
355
|
class Version {
|
|
356
356
|
name = "@colijnit/transaction";
|
|
357
357
|
description = "Colijn IT transaction package";
|
|
358
|
-
symVer = "262.1.
|
|
359
|
-
publishDate = "
|
|
358
|
+
symVer = "262.1.25";
|
|
359
|
+
publishDate = "25-6-2026, 16:03:13";
|
|
360
360
|
}
|
|
361
361
|
|
|
362
362
|
class CheckoutModuleService extends BaseModuleService {
|
|
@@ -47806,7 +47806,9 @@ class TransactionLineStatusbarComponent extends TransactionLineBaseComponent {
|
|
|
47806
47806
|
}
|
|
47807
47807
|
handleStatusClicked(label) {
|
|
47808
47808
|
if (label) {
|
|
47809
|
-
this.
|
|
47809
|
+
const sidePanel = (this.screenConfigService.getObjectConfigurationFor(this.cfgNames?.SidePanelBtn) &&
|
|
47810
|
+
this.screenConfigService.getObjectConfigurationFor(this.cfgNames?.SidePanelBtn).immediatelyVisible());
|
|
47811
|
+
this.transactionEventService.activeRubricChange.next({ category: label, sidepanel: sidePanel });
|
|
47810
47812
|
}
|
|
47811
47813
|
}
|
|
47812
47814
|
// protected transactionKindChanged() {
|