@colijnit/transaction 261.20.24 → 261.20.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.
Files changed (21) hide show
  1. package/fesm2022/colijnit-transaction.mjs +946 -808
  2. package/fesm2022/colijnit-transaction.mjs.map +1 -1
  3. package/index.d.ts +25 -11
  4. package/lib/component/checkout/checkout-overview-relation-edit/style/material.scss +0 -2
  5. package/lib/component/co-transaction-article-stock/style/material.scss +0 -1
  6. package/lib/component/confirmation-dialog/style/material.scss +0 -1
  7. package/lib/component/transaction-header/transaction-header/style/material.scss +0 -1
  8. package/lib/component/transaction-header/transaction-header-customer-portal/style/material.scss +0 -1
  9. package/lib/component/transaction-header/transaction-header-relation/style/material.scss +0 -2
  10. package/lib/component/transaction-line-interbranch-receive-goods/style/_layout.scss +78 -78
  11. package/lib/component/transaction-line-interbranch-receive-goods/style/_material-definition.scss +2 -2
  12. package/lib/component/transaction-line-interbranch-receive-goods/style/_theme.scss +4 -4
  13. package/lib/component/transaction-line-interbranch-receive-goods/style/material.scss +4 -4
  14. package/lib/component/transaction-quick-access/transaction-quick-access-interbranch-order-purchase/style/_layout.scss +27 -27
  15. package/lib/component/transaction-quick-access/transaction-quick-access-interbranch-order-purchase/style/_material-definition.scss +1 -1
  16. package/lib/component/transaction-quick-access/transaction-quick-access-interbranch-order-purchase/style/_theme.scss +4 -4
  17. package/lib/component/transaction-quick-access/transaction-quick-access-interbranch-order-purchase/style/material.scss +4 -4
  18. package/lib/component/transaction-quick-access/transaction-quick-access-interrbranch-received-goods/style/_layout.scss +73 -73
  19. package/lib/component/transaction-quick-access/transaction-quick-access-interrbranch-received-goods/style/_theme.scss +6 -6
  20. package/lib/component/transaction-quick-access/transaction-quick-access-interrbranch-received-goods/style/material.scss +4 -4
  21. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -4991,6 +4991,8 @@ declare class TransactionLineImageAndDescriptionComponent extends TransactionLin
4991
4991
  articleTextExpandRef: ElementRef<HTMLDivElement>;
4992
4992
  popUpView: boolean;
4993
4993
  showPurchaseDesc: boolean;
4994
+ showArticleNr: boolean;
4995
+ showPriceAmount: boolean;
4994
4996
  customerPortal: boolean;
4995
4997
  showClass(): boolean;
4996
4998
  openArticleTextClicked: EventEmitter<void>;
@@ -5014,7 +5016,7 @@ declare class TransactionLineImageAndDescriptionComponent extends TransactionLin
5014
5016
  private _loadLineImage;
5015
5017
  private _checkIfExpandable;
5016
5018
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineImageAndDescriptionComponent, never>;
5017
- static ɵcmp: i0.ɵɵComponentDeclaration<TransactionLineImageAndDescriptionComponent, "co-transaction-line-image-and-description", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; "popUpView": { "alias": "popUpView"; "required": false; }; "showPurchaseDesc": { "alias": "showPurchaseDesc"; "required": false; }; "customerPortal": { "alias": "customerPortal"; "required": false; }; }, { "openArticleTextClicked": "openArticleTextClicked"; "handleDeleteLine": "handleDeleteLine"; }, never, never, false, never>;
5019
+ static ɵcmp: i0.ɵɵComponentDeclaration<TransactionLineImageAndDescriptionComponent, "co-transaction-line-image-and-description", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; "popUpView": { "alias": "popUpView"; "required": false; }; "showPurchaseDesc": { "alias": "showPurchaseDesc"; "required": false; }; "showArticleNr": { "alias": "showArticleNr"; "required": false; }; "showPriceAmount": { "alias": "showPriceAmount"; "required": false; }; "customerPortal": { "alias": "customerPortal"; "required": false; }; }, { "openArticleTextClicked": "openArticleTextClicked"; "handleDeleteLine": "handleDeleteLine"; }, never, never, false, never>;
5018
5020
  }
5019
5021
 
5020
5022
  declare abstract class TransactionInputLineFieldBaseComponent extends TransactionLineBaseComponent {
@@ -5038,6 +5040,7 @@ declare class TransactionLineDescriptionComponent extends TransactionInputLineFi
5038
5040
  configNames: ImageAndDescriptionCfgNames;
5039
5041
  customHeight: boolean;
5040
5042
  customerPortal: boolean;
5043
+ showPriceAmount: boolean;
5041
5044
  inputLabel: boolean;
5042
5045
  input: InputTextComponent;
5043
5046
  description: string;
@@ -5050,7 +5053,7 @@ declare class TransactionLineDescriptionComponent extends TransactionInputLineFi
5050
5053
  protected updatePurchaseDescription(description: string): Promise<boolean>;
5051
5054
  protected transactionLineSet(): void;
5052
5055
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineDescriptionComponent, never>;
5053
- static ɵcmp: i0.ɵɵComponentDeclaration<TransactionLineDescriptionComponent, "co-transaction-line-description", never, { "showPurchaseDesc": { "alias": "showPurchaseDesc"; "required": false; }; "configNames": { "alias": "configNames"; "required": false; }; "customHeight": { "alias": "customHeight"; "required": false; }; "customerPortal": { "alias": "customerPortal"; "required": false; }; "inputLabel": { "alias": "inputLabel"; "required": false; }; }, {}, never, never, false, never>;
5056
+ static ɵcmp: i0.ɵɵComponentDeclaration<TransactionLineDescriptionComponent, "co-transaction-line-description", never, { "showPurchaseDesc": { "alias": "showPurchaseDesc"; "required": false; }; "configNames": { "alias": "configNames"; "required": false; }; "customHeight": { "alias": "customHeight"; "required": false; }; "customerPortal": { "alias": "customerPortal"; "required": false; }; "showPriceAmount": { "alias": "showPriceAmount"; "required": false; }; "inputLabel": { "alias": "inputLabel"; "required": false; }; }, {}, never, never, false, never>;
5054
5057
  }
5055
5058
 
5056
5059
  declare class TransactionLineLabelComponent {
@@ -5252,7 +5255,9 @@ declare class TransactionBaseLineComponent implements OnInit, OnDestroy {
5252
5255
  checkbox: boolean;
5253
5256
  actionButtons: boolean;
5254
5257
  showPurchaseDescAndPrice: boolean;
5258
+ showArticleNr: boolean;
5255
5259
  customerPortal: boolean;
5260
+ showPriceAmount: boolean;
5256
5261
  checkboxValueChanged: EventEmitter<boolean>;
5257
5262
  waitingForUserAction: EventEmitter<boolean>;
5258
5263
  showClass(): boolean;
@@ -5270,7 +5275,7 @@ declare class TransactionBaseLineComponent implements OnInit, OnDestroy {
5270
5275
  deleteTransactionLineClick(event: MouseEvent): Promise<void>;
5271
5276
  handleOpenArticleText(): void;
5272
5277
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionBaseLineComponent, never>;
5273
- static ɵcmp: i0.ɵɵComponentDeclaration<TransactionBaseLineComponent, "co-transaction-base-line", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; "transaction": { "alias": "transaction"; "required": false; }; "transactionInfo": { "alias": "transactionInfo"; "required": false; }; "transactionLine": { "alias": "transactionLine"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "preview": { "alias": "preview"; "required": false; }; "isFirst": { "alias": "isFirst"; "required": false; }; "checkboxValue": { "alias": "checkboxValue"; "required": false; }; "showColorIndicator": { "alias": "showColorIndicator"; "required": false; }; "colorIndicatorColor": { "alias": "colorIndicatorColor"; "required": false; }; "checkboxReadonly": { "alias": "checkboxReadonly"; "required": false; }; "checkbox": { "alias": "checkbox"; "required": false; }; "actionButtons": { "alias": "actionButtons"; "required": false; }; "showPurchaseDescAndPrice": { "alias": "showPurchaseDescAndPrice"; "required": false; }; "customerPortal": { "alias": "customerPortal"; "required": false; }; }, { "checkboxValueChanged": "checkboxValueChanged"; "waitingForUserAction": "waitingForUserAction"; }, never, ["*"], false, never>;
5278
+ static ɵcmp: i0.ɵɵComponentDeclaration<TransactionBaseLineComponent, "co-transaction-base-line", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; "transaction": { "alias": "transaction"; "required": false; }; "transactionInfo": { "alias": "transactionInfo"; "required": false; }; "transactionLine": { "alias": "transactionLine"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "preview": { "alias": "preview"; "required": false; }; "isFirst": { "alias": "isFirst"; "required": false; }; "checkboxValue": { "alias": "checkboxValue"; "required": false; }; "showColorIndicator": { "alias": "showColorIndicator"; "required": false; }; "colorIndicatorColor": { "alias": "colorIndicatorColor"; "required": false; }; "checkboxReadonly": { "alias": "checkboxReadonly"; "required": false; }; "checkbox": { "alias": "checkbox"; "required": false; }; "actionButtons": { "alias": "actionButtons"; "required": false; }; "showPurchaseDescAndPrice": { "alias": "showPurchaseDescAndPrice"; "required": false; }; "showArticleNr": { "alias": "showArticleNr"; "required": false; }; "customerPortal": { "alias": "customerPortal"; "required": false; }; "showPriceAmount": { "alias": "showPriceAmount"; "required": false; }; }, { "checkboxValueChanged": "checkboxValueChanged"; "waitingForUserAction": "waitingForUserAction"; }, never, ["*"], false, never>;
5274
5279
  }
5275
5280
 
5276
5281
  declare class TransactionBaseLineModule {
@@ -7902,7 +7907,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
7902
7907
  showCategories: boolean;
7903
7908
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
7904
7909
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
7905
- currentTitle(): "OVERVIEW" | "MARGINS";
7910
+ currentTitle(): "MARGINS" | "OVERVIEW";
7906
7911
  ngOnDestroy(): void;
7907
7912
  handleClickWrapper(event: MouseEvent): void;
7908
7913
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -7928,7 +7933,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
7928
7933
  constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
7929
7934
  ngOnDestroy(): void;
7930
7935
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
7931
- currentTitle(): "OVERVIEW" | "MARGINS";
7936
+ currentTitle(): "MARGINS" | "OVERVIEW";
7932
7937
  handleClickWrapper(event: MouseEvent): void;
7933
7938
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
7934
7939
  private handleDocumentClick;
@@ -7980,7 +7985,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
7980
7985
  showCategories: boolean;
7981
7986
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
7982
7987
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
7983
- currentTitle(): "OVERVIEW" | "MARGINS";
7988
+ currentTitle(): "MARGINS" | "OVERVIEW";
7984
7989
  ngOnDestroy(): void;
7985
7990
  handleClickWrapper(event: MouseEvent): void;
7986
7991
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -9113,11 +9118,13 @@ declare class TransactionSearchComponent implements OnDestroy {
9113
9118
  searchPlaceholder: string;
9114
9119
  draggableTransactions: boolean;
9115
9120
  extendedTransactionSearch: boolean;
9121
+ returnWizardLayout: boolean;
9116
9122
  showSearchInput: boolean;
9117
9123
  showFilterButton: boolean;
9118
9124
  showAddTransactionButton: boolean;
9119
9125
  showCollapseButton: boolean;
9120
9126
  set overrideSearchType(kind: TransactionKind);
9127
+ set returnSearch(rs: boolean);
9121
9128
  transactionClick: EventEmitter<TransactionSearchView>;
9122
9129
  addTransactionClick: EventEmitter<void>;
9123
9130
  showClass(): boolean;
@@ -9128,7 +9135,7 @@ declare class TransactionSearchComponent implements OnDestroy {
9128
9135
  private _scrollToTop;
9129
9136
  onAddClick(): void;
9130
9137
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionSearchComponent, never>;
9131
- static ɵcmp: i0.ɵɵComponentDeclaration<TransactionSearchComponent, "co-transaction-search", never, { "draggableTransactions": { "alias": "draggableTransactions"; "required": false; }; "extendedTransactionSearch": { "alias": "extendedTransactionSearch"; "required": false; }; "showSearchInput": { "alias": "showSearchInput"; "required": false; }; "showFilterButton": { "alias": "showFilterButton"; "required": false; }; "showAddTransactionButton": { "alias": "showAddTransactionButton"; "required": false; }; "showCollapseButton": { "alias": "showCollapseButton"; "required": false; }; "overrideSearchType": { "alias": "overrideSearchType"; "required": false; }; }, { "transactionClick": "transactionClick"; "addTransactionClick": "addTransactionClick"; }, never, ["*"], false, never>;
9138
+ static ɵcmp: i0.ɵɵComponentDeclaration<TransactionSearchComponent, "co-transaction-search", never, { "draggableTransactions": { "alias": "draggableTransactions"; "required": false; }; "extendedTransactionSearch": { "alias": "extendedTransactionSearch"; "required": false; }; "returnWizardLayout": { "alias": "returnWizardLayout"; "required": false; }; "showSearchInput": { "alias": "showSearchInput"; "required": false; }; "showFilterButton": { "alias": "showFilterButton"; "required": false; }; "showAddTransactionButton": { "alias": "showAddTransactionButton"; "required": false; }; "showCollapseButton": { "alias": "showCollapseButton"; "required": false; }; "overrideSearchType": { "alias": "overrideSearchType"; "required": false; }; "returnSearch": { "alias": "returnSearch"; "required": false; }; }, { "transactionClick": "transactionClick"; "addTransactionClick": "addTransactionClick"; }, never, ["*"], false, never>;
9132
9139
  }
9133
9140
 
9134
9141
  declare enum BatchDeliveryCategory {
@@ -9700,6 +9707,7 @@ declare class TransactionSearchSalesLineSelectTileComponent extends TransactionS
9700
9707
  changeDetector: ChangeDetectorRef;
9701
9708
  showClass(): boolean;
9702
9709
  extendedTransactionSearch: boolean;
9710
+ returnWizardLayout: boolean;
9703
9711
  lineClicked: EventEmitter<TransactionLineSearchIndex>;
9704
9712
  transactionClick: EventEmitter<TransactionSearchView>;
9705
9713
  lines: TransactionLineSearchIndex[];
@@ -9709,24 +9717,30 @@ declare class TransactionSearchSalesLineSelectTileComponent extends TransactionS
9709
9717
  tileClicked(line: TransactionLineSearchIndex): void;
9710
9718
  onTransactionClick(transaction: TransactionSearchView): void;
9711
9719
  getPriorityLabel(priority?: PriorityType): string;
9720
+ showOrderLabel(): string;
9712
9721
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionSearchSalesLineSelectTileComponent, never>;
9713
- static ɵcmp: i0.ɵɵComponentDeclaration<TransactionSearchSalesLineSelectTileComponent, "co-transaction-search-sales-line-select-tile", never, { "extendedTransactionSearch": { "alias": "extendedTransactionSearch"; "required": false; }; }, { "lineClicked": "lineClicked"; "transactionClick": "transactionClick"; }, never, never, false, never>;
9722
+ static ɵcmp: i0.ɵɵComponentDeclaration<TransactionSearchSalesLineSelectTileComponent, "co-transaction-search-sales-line-select-tile", never, { "extendedTransactionSearch": { "alias": "extendedTransactionSearch"; "required": false; }; "returnWizardLayout": { "alias": "returnWizardLayout"; "required": false; }; }, { "lineClicked": "lineClicked"; "transactionClick": "transactionClick"; }, never, never, false, never>;
9714
9723
  }
9715
9724
 
9716
9725
  declare class TransactionLineTileComponent {
9717
9726
  transactionService: TransactionService;
9727
+ private _changeDetector;
9718
9728
  private imageService;
9719
9729
  line: TransactionLineSearchIndex;
9730
+ set showPriceAmount(value: boolean);
9731
+ get showPriceAmount(): boolean;
9720
9732
  showClass(): boolean;
9721
- constructor(transactionService: TransactionService, imageService: TransactionImageService);
9733
+ private _showPriceAmount;
9734
+ constructor(transactionService: TransactionService, _changeDetector: ChangeDetectorRef, imageService: TransactionImageService);
9722
9735
  handleVisibilityChange(visible: boolean): void;
9736
+ private _detectChanges;
9723
9737
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineTileComponent, never>;
9724
- static ɵcmp: i0.ɵɵComponentDeclaration<TransactionLineTileComponent, "co-transaction-line-tile", never, { "line": { "alias": "line"; "required": false; }; }, {}, never, never, false, never>;
9738
+ static ɵcmp: i0.ɵɵComponentDeclaration<TransactionLineTileComponent, "co-transaction-line-tile", never, { "line": { "alias": "line"; "required": false; }; "showPriceAmount": { "alias": "showPriceAmount"; "required": false; }; }, {}, never, never, false, never>;
9725
9739
  }
9726
9740
 
9727
9741
  declare class TransactionLineTileModule {
9728
9742
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionLineTileModule, never>;
9729
- static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionLineTileModule, [typeof TransactionLineTileComponent], [typeof CoreModule, typeof i3.ObserveVisibilityModule], [typeof TransactionLineTileComponent]>;
9743
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionLineTileModule, [typeof TransactionLineTileComponent], [typeof CoreModule, typeof i3.ObserveVisibilityModule, typeof i3.CoCurrencyPipeModule, typeof TransactionLineDescriptionModule], [typeof TransactionLineTileComponent]>;
9730
9744
  static ɵinj: i0.ɵɵInjectorDeclaration<TransactionLineTileModule>;
9731
9745
  }
9732
9746
 
@@ -4,5 +4,3 @@
4
4
  @import "./theme";
5
5
  $cc-co-carousel-3d-navigate-button-width: 40px;
6
6
  @import "../../../relation/relation-address/style/material";
7
- @import "@colijnit/corecomponents_v12/lib/components/carousel-3d/style/material";
8
- @import "@colijnit/corecomponents_v12/lib/components/input-checkbox/style/material";
@@ -1,4 +1,3 @@
1
1
  @import "./material-definition";
2
2
  @import "./layout";
3
3
  @import "./theme";
4
- @import "@colijnit/corecomponents_v12/lib/components/co-dialog/style/material";
@@ -1,4 +1,3 @@
1
1
  @import "./material-definition";
2
2
  @import "./layout";
3
3
  @import "./theme";
4
- @import "@colijnit/corecomponents_v12/lib/components/co-dialog/style/material";
@@ -6,4 +6,3 @@
6
6
  @import "../../transaction-header-order/style/material";
7
7
  @import "../../transaction-header-delivery/style/material";
8
8
  @import "../../transaction-header-payment/style/material";
9
- @import "@colijnit/corecomponents_v12/lib/components/carousel/style/material";
@@ -6,4 +6,3 @@
6
6
  @import "../../transaction-header-order/style/material";
7
7
  @import "../../transaction-header-delivery/style/material";
8
8
  @import "../../transaction-header-payment/style/material";
9
- @import "@colijnit/corecomponents_v12/lib/components/carousel/style/material";
@@ -11,5 +11,3 @@ $cc-co-carousel-3d-navigate-button-width: 40px;
11
11
  @import "../../../relation/relation-general/style/material";
12
12
  @import "../../../relation/relation-contact-details/style/material";
13
13
  @import "../../../relation/relation-preferences/style/material";
14
- @import "@colijnit/corecomponents_v12/lib/components/carousel-3d/style/material";
15
- @import "@colijnit/corecomponents_v12/lib/components/input-checkbox/style/material";
@@ -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": "261.20.24",
3
+ "version": "261.20.25",
4
4
  "description": "Colijn IT transaction module for Angular 20",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",