@colijnit/transaction 256.1.20 → 256.1.21

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/bundles/colijnit-transaction.umd.js +15 -10
  2. package/bundles/colijnit-transaction.umd.js.map +1 -1
  3. package/colijnit-transaction.metadata.json +1 -1
  4. package/esm2015/lib/component/transaction-card/transaction-card-margin/transaction-card-margin.component.js +90 -31
  5. package/esm2015/lib/component/transaction-card/transaction-card-margin/transaction-card-margin.module.js +6 -2
  6. package/esm2015/lib/component/transaction-card/transaction-card-purchase/transaction-card-purchase.component.js +2 -2
  7. package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.js +12 -2
  8. package/esm2015/lib/component/transaction-line-fields/transaction-line-drop-shipment-button.component.js +6 -2
  9. package/esm2015/lib/component/transaction-line-fields/transaction-line-drop-shipment-button.module.js +4 -2
  10. package/esm2015/lib/component/transaction-navigation-button-list/transaction-navigation-button-list.component.js +6 -6
  11. package/esm2015/lib/component/transaction-search/service/transaction-search.service.js +2 -2
  12. package/esm2015/lib/transaction-version.js +3 -3
  13. package/fesm2015/colijnit-transaction.js +118 -42
  14. package/fesm2015/colijnit-transaction.js.map +1 -1
  15. package/lib/component/transaction-button-bar/style/_layout.scss +1 -1
  16. package/lib/component/transaction-card/transaction-card/style/_layout.scss +3 -2
  17. package/lib/component/transaction-card/transaction-card/style/_material-definition.scss +3 -1
  18. package/lib/component/transaction-card/transaction-card-sales-overview/style/_layout.scss +4 -4
  19. package/lib/component/transaction-line-fields/transaction-line-drop-shipment-button.component.d.ts +1 -0
  20. package/package.json +1 -1
@@ -105,7 +105,7 @@
105
105
  position: absolute;
106
106
  display: flex;
107
107
  top: 45px;
108
- z-index: 1;
108
+ z-index: 3;
109
109
  box-shadow: -3px 0px 16px 1px rgba(0, 0, 0, 0.2);
110
110
  border-radius: 5px;
111
111
  background: #FFF;
@@ -32,9 +32,10 @@
32
32
  max-width: 130px;
33
33
  }
34
34
  .transaction-card-wrapper, .co-transaction-text-line {
35
- background: white;
35
+ background: #FFF;
36
36
  border-radius: $tp-transaction-card-border-radius;
37
- border: 1px solid $tp-color-border;
37
+ border: 1px solid $tp-transaction-card-border-color;
38
+ box-shadow: $tp-transaction-card-box-shadow;
38
39
  padding: 12px;
39
40
  width: 100%;
40
41
  height: 100%;
@@ -1,2 +1,4 @@
1
1
  $tp-transaction-card-drag-over-border-color: grey !default;
2
- $tp-transaction-card-border-radius: 11px !default;
2
+ $tp-transaction-card-border-radius: 5px !default;
3
+ $tp-transaction-card-border-color: #F4F4F9 !default;
4
+ $tp-transaction-card-box-shadow: 1px 1px 3px 1px rgba(157, 157, 157, 0.1) !default;
@@ -1,11 +1,11 @@
1
1
  @include export-module('cc-transaction-card-sales-overview-layout') {
2
2
  .co-transaction-card-sales-overview {
3
-
4
3
  .transaction-card-sales-overview-wrapper {
5
- background: white;
6
- border-radius: 11px;
7
- border: 1px solid $tp-color-border;
4
+ background: #FFF;
5
+ border-radius: 5px;
6
+ border: 1px solid #F4F4F9;
8
7
  padding: 12px;
8
+ box-shadow: 1px 1px 3px 1px rgba(157, 157, 157, 0.1);
9
9
  .transaction-card-content-wrapper {
10
10
  display: flex;
11
11
  width: 100%;
@@ -19,6 +19,7 @@ export declare class TransactionLineDropShipmentButtonComponent extends Transact
19
19
  supplierAllowsDropShipment: boolean;
20
20
  buttonDisabled: boolean;
21
21
  showDialogWarehouse: boolean;
22
+ showLabel: boolean;
22
23
  showClass(): boolean;
23
24
  constructor(transactionEventService: TransactionEventService, transactionService: TransactionService, iconCacheService: IconCacheService, transactionScreenConfigurationService: TransactionScreenConfigurationService, dictionaryService: DictionaryService, imageService: TransactionImageService, changeDetector: ChangeDetectorRef, _relationService: TransactionRelationService);
24
25
  handleToggleDropShipment(event: MouseEvent): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "256.1.20",
3
+ "version": "256.1.21",
4
4
  "description": "Colijn IT transaction module for Angular 12",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",