@colijnit/transaction 300.1.0 → 300.1.1

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.
Files changed (20) hide show
  1. package/fesm2022/colijnit-transaction.mjs +2446 -2401
  2. package/fesm2022/colijnit-transaction.mjs.map +1 -1
  3. package/index.d.ts +12 -5
  4. package/lib/component/returns/return-wizard/form-response/style/_layout.scss +57 -0
  5. package/lib/component/returns/return-wizard/form-response/style/_material-definition.scss +1 -0
  6. package/lib/component/returns/return-wizard/form-response/style/_theme.scss +4 -0
  7. package/lib/component/returns/return-wizard/form-response/style/material.scss +3 -0
  8. package/lib/component/returns/return-wizard/return-lines-wizard/style/_layout.scss +4 -0
  9. package/lib/component/transaction-line-interbranch-receive-goods/style/_layout.scss +78 -78
  10. package/lib/component/transaction-line-interbranch-receive-goods/style/_material-definition.scss +2 -2
  11. package/lib/component/transaction-line-interbranch-receive-goods/style/_theme.scss +4 -4
  12. package/lib/component/transaction-line-interbranch-receive-goods/style/material.scss +4 -4
  13. package/lib/component/transaction-quick-access/transaction-quick-access-interbranch-order-purchase/style/_layout.scss +27 -27
  14. package/lib/component/transaction-quick-access/transaction-quick-access-interbranch-order-purchase/style/_material-definition.scss +1 -1
  15. package/lib/component/transaction-quick-access/transaction-quick-access-interbranch-order-purchase/style/_theme.scss +4 -4
  16. package/lib/component/transaction-quick-access/transaction-quick-access-interbranch-order-purchase/style/material.scss +4 -4
  17. package/lib/component/transaction-quick-access/transaction-quick-access-interrbranch-received-goods/style/_layout.scss +73 -73
  18. package/lib/component/transaction-quick-access/transaction-quick-access-interrbranch-received-goods/style/_theme.scss +6 -6
  19. package/lib/component/transaction-quick-access/transaction-quick-access-interrbranch-received-goods/style/material.scss +4 -4
  20. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -4575,6 +4575,8 @@ declare class TransactionLinesComponent extends TransactionLinesBaseComponent im
4575
4575
  showClass(): boolean;
4576
4576
  customerPortal: boolean;
4577
4577
  set planningLines(value: boolean);
4578
+ userActionRequired: boolean;
4579
+ userActionRequiredChange: EventEmitter<boolean>;
4578
4580
  get planningLines(): boolean;
4579
4581
  private _planningLines;
4580
4582
  showSidePanel: boolean;
@@ -4585,10 +4587,11 @@ declare class TransactionLinesComponent extends TransactionLinesBaseComponent im
4585
4587
  ngOnDestroy(): void;
4586
4588
  handleLineClick(line: TransactionLineInfo): void;
4587
4589
  getDisplayIndex(i: number, lines: TransactionLineInfo[]): number;
4590
+ handleWaitingForUserAction(required: boolean): void;
4588
4591
  protected transactionSet(): void;
4589
4592
  protected _checkActiveLine(): void;
4590
4593
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLinesComponent, never>;
4591
- static ɵcmp: i0.ɵɵComponentDeclaration<TransactionLinesComponent, "co-transaction-lines", never, { "customerPortal": { "alias": "customerPortal"; "required": false; }; "planningLines": { "alias": "planningLines"; "required": false; }; }, {}, never, never, false, never>;
4594
+ static ɵcmp: i0.ɵɵComponentDeclaration<TransactionLinesComponent, "co-transaction-lines", never, { "customerPortal": { "alias": "customerPortal"; "required": false; }; "planningLines": { "alias": "planningLines"; "required": false; }; "userActionRequired": { "alias": "userActionRequired"; "required": false; }; }, { "userActionRequiredChange": "userActionRequiredChange"; }, never, never, false, never>;
4592
4595
  }
4593
4596
 
4594
4597
  declare abstract class TransactionButtonBarButtonBaseComponent {
@@ -5065,7 +5068,8 @@ declare class TransactionArticleTextComponent implements OnInit, AfterViewInit,
5065
5068
  handleDocumentsChange(checked: boolean, document: FilterItemViewmodel): void;
5066
5069
  handleSelectAll(select: boolean): void;
5067
5070
  onRawChange(rawHtml: string): void;
5068
- onWysiwygInput(event: any): void;
5071
+ onWysiwygInput(): void;
5072
+ private _syncWysiwygContent;
5069
5073
  updateWysiwyg(): void;
5070
5074
  changeEditorMode(): void;
5071
5075
  private _htmlToPlainText;
@@ -9971,7 +9975,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
9971
9975
  showCategories: boolean;
9972
9976
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9973
9977
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9974
- currentTitle(): "MARGINS" | "OVERVIEW";
9978
+ currentTitle(): "OVERVIEW" | "MARGINS";
9975
9979
  ngOnDestroy(): void;
9976
9980
  handleClickWrapper(event: MouseEvent): void;
9977
9981
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -9997,7 +10001,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
9997
10001
  constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
9998
10002
  ngOnDestroy(): void;
9999
10003
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
10000
- currentTitle(): "MARGINS" | "OVERVIEW";
10004
+ currentTitle(): "OVERVIEW" | "MARGINS";
10001
10005
  handleClickWrapper(event: MouseEvent): void;
10002
10006
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
10003
10007
  private handleDocumentClick;
@@ -10049,7 +10053,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
10049
10053
  showCategories: boolean;
10050
10054
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
10051
10055
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
10052
- currentTitle(): "MARGINS" | "OVERVIEW";
10056
+ currentTitle(): "OVERVIEW" | "MARGINS";
10053
10057
  ngOnDestroy(): void;
10054
10058
  handleClickWrapper(event: MouseEvent): void;
10055
10059
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -14005,6 +14009,7 @@ declare class TransactionInternalComponent implements OnInit, OnDestroy {
14005
14009
  stockGoodId: number;
14006
14010
  salesPeople: SalesPerson[];
14007
14011
  showSalesPersonInput: boolean;
14012
+ userActionRequired: boolean;
14008
14013
  loaded: boolean;
14009
14014
  textToEdit: string;
14010
14015
  relation: Relation;
@@ -14077,7 +14082,9 @@ declare class TransactionInternalComponent implements OnInit, OnDestroy {
14077
14082
  handleUserFormError(error: string): Promise<void>;
14078
14083
  handleSaveForm(formResponse: FormResponse): Promise<void>;
14079
14084
  private _handleCloseSalesPersonInput;
14085
+ private _updateUserActionRequired;
14080
14086
  private _commitTransactionSalesPerson;
14087
+ private _fetchPlanOrderIfNeeded;
14081
14088
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionInternalComponent, never>;
14082
14089
  static ɵcmp: i0.ɵɵComponentDeclaration<TransactionInternalComponent, "co-transaction-internal", never, { "confirmationAnalysisId": { "alias": "confirmationAnalysisId"; "required": false; }; "posOrderData": { "alias": "posOrderData"; "required": false; }; "transaction": { "alias": "transaction"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "showViewModeButtons": { "alias": "showViewModeButtons"; "required": false; }; "transactionPlanning": { "alias": "transactionPlanning"; "required": false; }; "customerPortal": { "alias": "customerPortal"; "required": false; }; "resetActiveRubric": { "alias": "resetActiveRubric"; "required": false; }; "showQuickAccess": { "alias": "showQuickAccess"; "required": false; }; "showButtonBar": { "alias": "showButtonBar"; "required": false; }; }, { "serviceRequested": "serviceRequested"; }, never, never, false, never>;
14083
14090
  }
@@ -0,0 +1,57 @@
1
+ @include export-module('co-form-response-layout') {
2
+ .co-form-response {
3
+ font-family: $tp-co-transaction-search-font-family;
4
+ font-size: $tp-co-transaction-search-font-size;
5
+
6
+ .form-response-contents {
7
+ display: flex;
8
+ flex-direction: column;
9
+ row-gap: 20px;
10
+
11
+ .answered-questions {
12
+ display: flex;
13
+ flex-direction: column;
14
+ row-gap: 20px;
15
+
16
+ .answered-question-container {
17
+ display: flex;
18
+ flex-direction: column;
19
+ row-gap: 10px;
20
+
21
+ .answered-question {
22
+ font-weight: bold;
23
+ }
24
+
25
+ .given-answer-container {
26
+ display: flex;
27
+ flex-direction: row;
28
+ column-gap: 20px;
29
+ padding: 20px;
30
+ border: 1px solid $tp-color-border;
31
+
32
+ .change-answer {
33
+ font-style: italic;
34
+ color: #1A73E8;
35
+ }
36
+ }
37
+ }
38
+ }
39
+
40
+ .current-question-container {
41
+ display: flex;
42
+ flex-direction: column;
43
+ row-gap: 20px;
44
+
45
+ .current-question {
46
+ font-weight: bold;
47
+ }
48
+
49
+ .current-answers-container {
50
+ display: flex;
51
+ flex-direction: column;
52
+ row-gap: 10px;
53
+ }
54
+ }
55
+ }
56
+ }
57
+ }
@@ -0,0 +1,4 @@
1
+ @include export-module('co-form-response-theme') {
2
+ .co-form-response {
3
+ }
4
+ }
@@ -0,0 +1,3 @@
1
+ @import "./material-definition";
2
+ @import "./layout";
3
+ @import "./theme";
@@ -5,6 +5,10 @@
5
5
  flex-direction: column;
6
6
  row-gap: 10px;
7
7
 
8
+ .form-repsonse-component {
9
+ padding-left: 5px;
10
+ }
11
+
8
12
  .lines-wizard-sub-title {
9
13
  margin-top: 30px;
10
14
  font-weight: bold;
@@ -1,78 +1,78 @@
1
- @include export-module('co-transaction-line-interbranch-receive-goods-layout') {
2
- .co-transaction-line-interbranch-receive-goods {
3
- .columns-wrapper {
4
- display: flex;
5
- }
6
-
7
- .co-input-number-picker {
8
- width: 140px;
9
- }
10
-
11
- .details-column {
12
- width: 45%;
13
- display: flex;
14
- flex-direction: column;
15
-
16
- .transaction-line-totals-amount {
17
- margin: 5px;
18
- }
19
-
20
- //.amount-number-picker {
21
- // height: 40px;
22
- // margin: 5px;
23
- //}
24
- }
25
-
26
- .header-wrapper {
27
- display: flex;
28
- align-items: center;
29
- justify-content: space-between;
30
- margin: $tp-co-transaction-line-receive-goods-title-margin;
31
-
32
- .details-header {
33
- font-size: $tp-co-transaction-line-receive-goods-title-font-size;
34
- font-weight: bold;
35
- }
36
- }
37
-
38
- .divider-wrapper {
39
- display: flex;
40
- width: 10%;
41
- justify-content: center;
42
- visibility: hidden;
43
-
44
- .divider {
45
- border-left: 1px solid;
46
- border-color: $tp-color-border;
47
- margin: 5px; // $tp-co-transaction-request-details-input-margin;
48
- }
49
- }
50
-
51
- .details-input {
52
- margin: 5px; // $tp-co-transaction-request-details-input-margin;
53
- }
54
-
55
- .location-wrapper {
56
- position: relative;
57
-
58
- .co-transaction-button {
59
- width: auto;
60
- margin: 5px;
61
- }
62
- }
63
- .disabled {
64
- cursor: default;
65
- opacity: 0.6;
66
- }
67
- .clickable {
68
- cursor: pointer;
69
- }
70
-
71
- .warehouse-buttons {
72
- width: 100%;
73
- .co-transaction-button {
74
- width: 100%;
75
- }
76
- }
77
- }
78
- }
1
+ @include export-module('co-transaction-line-interbranch-receive-goods-layout') {
2
+ .co-transaction-line-interbranch-receive-goods {
3
+ .columns-wrapper {
4
+ display: flex;
5
+ }
6
+
7
+ .co-input-number-picker {
8
+ width: 140px;
9
+ }
10
+
11
+ .details-column {
12
+ width: 45%;
13
+ display: flex;
14
+ flex-direction: column;
15
+
16
+ .transaction-line-totals-amount {
17
+ margin: 5px;
18
+ }
19
+
20
+ //.amount-number-picker {
21
+ // height: 40px;
22
+ // margin: 5px;
23
+ //}
24
+ }
25
+
26
+ .header-wrapper {
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ margin: $tp-co-transaction-line-receive-goods-title-margin;
31
+
32
+ .details-header {
33
+ font-size: $tp-co-transaction-line-receive-goods-title-font-size;
34
+ font-weight: bold;
35
+ }
36
+ }
37
+
38
+ .divider-wrapper {
39
+ display: flex;
40
+ width: 10%;
41
+ justify-content: center;
42
+ visibility: hidden;
43
+
44
+ .divider {
45
+ border-left: 1px solid;
46
+ border-color: $tp-color-border;
47
+ margin: 5px; // $tp-co-transaction-request-details-input-margin;
48
+ }
49
+ }
50
+
51
+ .details-input {
52
+ margin: 5px; // $tp-co-transaction-request-details-input-margin;
53
+ }
54
+
55
+ .location-wrapper {
56
+ position: relative;
57
+
58
+ .co-transaction-button {
59
+ width: auto;
60
+ margin: 5px;
61
+ }
62
+ }
63
+ .disabled {
64
+ cursor: default;
65
+ opacity: 0.6;
66
+ }
67
+ .clickable {
68
+ cursor: pointer;
69
+ }
70
+
71
+ .warehouse-buttons {
72
+ width: 100%;
73
+ .co-transaction-button {
74
+ width: 100%;
75
+ }
76
+ }
77
+ }
78
+ }
@@ -1,2 +1,2 @@
1
- $tp-co-transaction-line-receive-goods-title-font-size: 12px !default;
2
- $tp-co-transaction-line-receive-goods-title-margin: 0 0 10px 5px !default;
1
+ $tp-co-transaction-line-receive-goods-title-font-size: 12px !default;
2
+ $tp-co-transaction-line-receive-goods-title-margin: 0 0 10px 5px !default;
@@ -1,4 +1,4 @@
1
- @include export-module('co-transaction-line-interbranch-receive-goods-theme') {
2
- .co-transaction-line-interbranch-receive-goods {
3
- }
4
- }
1
+ @include export-module('co-transaction-line-interbranch-receive-goods-theme') {
2
+ .co-transaction-line-interbranch-receive-goods {
3
+ }
4
+ }
@@ -1,4 +1,4 @@
1
- @import "../../../style/mixin";
2
- @import "./_material-definition";
3
- @import "./_layout";
4
- @import "./_theme";
1
+ @import "../../../style/mixin";
2
+ @import "./_material-definition";
3
+ @import "./_layout";
4
+ @import "./_theme";
@@ -1,27 +1,27 @@
1
- @use "sass:math";
2
- @import "../../../../style/mixin";
3
-
4
- @include export-module('co-transaction-quick-access-interbranch-order-purchase-layout') {
5
- .co-transaction-quick-access-interbranch-order-purchase {
6
- .select-all-wrapper {
7
- display: flex;
8
- align-items: center;
9
- }
10
- .button {
11
- padding: 0.25em;
12
- background-color: white;
13
- border: 1px solid $tp-transaction-quick-access-planning-lsp-mode-button;
14
- cursor: pointer;
15
- co-icon {
16
- fill: $tp-transaction-quick-access-planning-lsp-mode-button;
17
- }
18
- &.selected {
19
- background-color: $tp-transaction-quick-access-planning-lsp-mode-button;
20
- co-icon {
21
- fill: white;
22
- }
23
- }
24
- }
25
-
26
- }
27
- }
1
+ @use "sass:math";
2
+ @import "../../../../style/mixin";
3
+
4
+ @include export-module('co-transaction-quick-access-interbranch-order-purchase-layout') {
5
+ .co-transaction-quick-access-interbranch-order-purchase {
6
+ .select-all-wrapper {
7
+ display: flex;
8
+ align-items: center;
9
+ }
10
+ .button {
11
+ padding: 0.25em;
12
+ background-color: white;
13
+ border: 1px solid $tp-transaction-quick-access-planning-lsp-mode-button;
14
+ cursor: pointer;
15
+ co-icon {
16
+ fill: $tp-transaction-quick-access-planning-lsp-mode-button;
17
+ }
18
+ &.selected {
19
+ background-color: $tp-transaction-quick-access-planning-lsp-mode-button;
20
+ co-icon {
21
+ fill: white;
22
+ }
23
+ }
24
+ }
25
+
26
+ }
27
+ }
@@ -1 +1 @@
1
- $tp-transaction-quick-access-planning-lsp-mode-button: #1A73E8;
1
+ $tp-transaction-quick-access-planning-lsp-mode-button: #1A73E8;
@@ -1,4 +1,4 @@
1
- @include export-module('co-transaction-quick-access-interbranch-order-purchase-theme') {
2
- .co-transaction-quick-access-interbranch-order-purchase {
3
- }
4
- }
1
+ @include export-module('co-transaction-quick-access-interbranch-order-purchase-theme') {
2
+ .co-transaction-quick-access-interbranch-order-purchase {
3
+ }
4
+ }
@@ -1,4 +1,4 @@
1
- @import "../../../../style/mixin";
2
- @import "./_material-definition";
3
- @import "./_layout";
4
- @import "./_theme";
1
+ @import "../../../../style/mixin";
2
+ @import "./_material-definition";
3
+ @import "./_layout";
4
+ @import "./_theme";
@@ -1,73 +1,73 @@
1
- @import "../../../../style/mixin";
2
-
3
- @include export-module('cc-transaction-quick-access-received-goods-layout') {
4
- .co-transaction-quick-access-received-goods {
5
-
6
- .quick-access-wrapper {
7
- display: flex;
8
- flex-direction: row;
9
- column-gap: 10px;
10
- align-items: start;
11
-
12
- .sub-section-input {
13
- display: flex;
14
- flex-direction: column;
15
- gap: 10px;
16
- }
17
-
18
- .sub-section {
19
- display: flex;
20
- flex-direction: row;
21
- column-gap: 10px;
22
- .checkbox-wrapper {
23
- display: flex;
24
- flex-direction: row;
25
- }
26
-
27
- .dots-wrapper {
28
- display: flex;
29
- transform: scale(0.7);
30
-
31
- .dot {
32
- width: 8px;
33
- height: 8px;
34
- background-color: black;
35
- border-radius: 16px;
36
- transform: scale(0.3);
37
- }
38
- }
39
-
40
- .co-input-date {
41
- min-width: 170px;
42
- }
43
-
44
- .co-input-text {
45
- min-width: 100px;
46
- }
47
-
48
- .button-wrapper {
49
- background: $tp-default-background-accent;
50
- border-radius: $tp-default-border-radius;
51
- padding: 5px;
52
- display: flex;
53
- flex-direction: column;
54
- align-items: center;
55
- justify-content: center;
56
- cursor: pointer;
57
- width: 68px;
58
- height: 46px;
59
-
60
- .button-icon {
61
- height: 20px;
62
- width: 20px;
63
- }
64
-
65
- span {
66
- font-size: 10px;
67
- margin-top: 3px;
68
- }
69
- }
70
- }
71
- }
72
- }
73
- }
1
+ @import "../../../../style/mixin";
2
+
3
+ @include export-module('cc-transaction-quick-access-received-goods-layout') {
4
+ .co-transaction-quick-access-received-goods {
5
+
6
+ .quick-access-wrapper {
7
+ display: flex;
8
+ flex-direction: row;
9
+ column-gap: 10px;
10
+ align-items: start;
11
+
12
+ .sub-section-input {
13
+ display: flex;
14
+ flex-direction: column;
15
+ gap: 10px;
16
+ }
17
+
18
+ .sub-section {
19
+ display: flex;
20
+ flex-direction: row;
21
+ column-gap: 10px;
22
+ .checkbox-wrapper {
23
+ display: flex;
24
+ flex-direction: row;
25
+ }
26
+
27
+ .dots-wrapper {
28
+ display: flex;
29
+ transform: scale(0.7);
30
+
31
+ .dot {
32
+ width: 8px;
33
+ height: 8px;
34
+ background-color: black;
35
+ border-radius: 16px;
36
+ transform: scale(0.3);
37
+ }
38
+ }
39
+
40
+ .co-input-date {
41
+ min-width: 170px;
42
+ }
43
+
44
+ .co-input-text {
45
+ min-width: 100px;
46
+ }
47
+
48
+ .button-wrapper {
49
+ background: $tp-default-background-accent;
50
+ border-radius: $tp-default-border-radius;
51
+ padding: 5px;
52
+ display: flex;
53
+ flex-direction: column;
54
+ align-items: center;
55
+ justify-content: center;
56
+ cursor: pointer;
57
+ width: 68px;
58
+ height: 46px;
59
+
60
+ .button-icon {
61
+ height: 20px;
62
+ width: 20px;
63
+ }
64
+
65
+ span {
66
+ font-size: 10px;
67
+ margin-top: 3px;
68
+ }
69
+ }
70
+ }
71
+ }
72
+ }
73
+ }
@@ -1,6 +1,6 @@
1
- @import "../../../../style/mixin";
2
-
3
- @include export-module('cc-transaction-quick-access-received-goods-theme') {
4
- .co-transaction-quick-access-received-goods {
5
- }
6
- }
1
+ @import "../../../../style/mixin";
2
+
3
+ @include export-module('cc-transaction-quick-access-received-goods-theme') {
4
+ .co-transaction-quick-access-received-goods {
5
+ }
6
+ }
@@ -1,4 +1,4 @@
1
- @import "../../../../style/mixin";
2
- @import "./_material-definition";
3
- @import "./_layout";
4
- @import "./_theme";
1
+ @import "../../../../style/mixin";
2
+ @import "./_material-definition";
3
+ @import "./_layout";
4
+ @import "./_theme";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "300.1.0",
3
+ "version": "300.1.1",
4
4
  "description": "Colijn IT transaction module for Angular 20",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",
@@ -13,13 +13,13 @@
13
13
  "@colijnit/catalog": ">=300.1.0",
14
14
  "@colijnit/corecomponents_v12": ">=300.1.0",
15
15
  "@colijnit/ioneconnector": ">=300.1.0",
16
- "@colijnit/mainapi": ">=300.1.0",
16
+ "@colijnit/mainapi": ">=300.1.1",
17
17
  "@colijnit/product": ">=300.1.0",
18
18
  "@colijnit/relation": ">=300.1.0",
19
19
  "@colijnit/relationapi": ">=300.1.0",
20
20
  "@colijnit/sharedapi": ">=1.0.20",
21
21
  "@colijnit/sharedcomponents": ">=300.1.0",
22
- "@colijnit/transactionapi": ">=300.1.0"
22
+ "@colijnit/transactionapi": ">=300.1.1"
23
23
  },
24
24
  "dependencies": {
25
25
  "tslib": "^2.8.1"