@colijnit/transaction 12.1.37 → 12.1.39
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.
- package/bundles/colijnit-transaction.umd.js +132 -117
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +2 -2
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +3 -3
- package/esm2015/lib/assets/dictionary/text.properties.js +2 -2
- package/esm2015/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.js +2 -1
- package/esm2015/lib/component/checkout/checkout.module.js +2 -2
- package/esm2015/lib/component/core/base/transaction-filter-popup-base.component.js +4 -1
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.component.js +4 -2
- package/esm2015/lib/component/transaction/transaction.component.js +1 -1
- package/esm2015/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.component.js +2 -2
- package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.js +13 -13
- package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.module.js +2 -2
- package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.js +7 -5
- package/esm2015/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.js +3 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-method.component.js +7 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.component.js +74 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.module.js +23 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-downpayment-amount.component.js +2 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.component.js +3 -3
- package/esm2015/lib/component/transaction-line-checkbox-list/transaction-line-checkbox-list.component.js +22 -19
- package/esm2015/lib/component/transaction-lines/transaction-lines.component.js +3 -1
- package/esm2015/lib/component/transaction-receiving-goods-details/transaction-receiving-goods-details.component.js +7 -6
- package/esm2015/lib/service/article-connector.service.js +2 -2
- package/esm2015/lib/service/dialog.service.js +4 -3
- package/fesm2015/colijnit-transaction.js +157 -132
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/checkout/checkout-overview-delivery-edit/style/material.scss +1 -0
- package/lib/component/dialog/dialog-header-search/style/_material-definition.scss +1 -1
- package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.component.d.ts +1 -0
- package/lib/component/relation/relation-contact-details/style/_material-definition.scss +1 -1
- package/lib/component/relation/relation-general/style/_layout.scss +1 -1
- package/lib/component/transaction-header/transaction-header-delivery/style/_layout.scss +22 -5
- package/lib/component/transaction-header/transaction-header-delivery/style/_material-definition.scss +4 -1
- package/lib/component/transaction-header/transaction-header-delivery/style/_theme.scss +3 -3
- package/lib/component/transaction-header/transaction-header-delivery/style/material.scss +1 -0
- package/lib/component/transaction-header/transaction-header-payment/style/_layout.scss +29 -8
- package/lib/component/transaction-header/transaction-header-payment/style/_material-definition.scss +2 -1
- package/lib/component/transaction-header/transaction-header-relation/style/_layout.scss +19 -0
- package/lib/component/transaction-header/transaction-header-relation/style/_material-definition.scss +2 -2
- package/lib/component/transaction-header-fields/transaction-header-delivery-method.component.d.ts +1 -0
- package/lib/component/transaction-header-fields/transaction-header-delivery-options/style/_layout.scss +7 -0
- package/lib/component/transaction-header-fields/transaction-header-delivery-options/style/_material-definition.scss +1 -0
- package/lib/component/transaction-header-fields/transaction-header-delivery-options/style/_theme.scss +4 -0
- package/lib/component/transaction-header-fields/transaction-header-delivery-options/style/material.scss +4 -0
- package/lib/component/transaction-header-fields/{transaction-header-delivery-options.component.d.ts → transaction-header-delivery-options/transaction-header-delivery-options.component.d.ts} +4 -3
- package/lib/component/transaction-header-fields/{transaction-header-delivery-options.module.d.ts → transaction-header-delivery-options/transaction-header-delivery-options.module.d.ts} +0 -0
- package/lib/component/transaction-line/style/_material-definition.scss +1 -1
- package/lib/component/transaction-line-checkbox-list/style/_layout.scss +28 -33
- package/lib/component/transaction-line-checkbox-list/transaction-line-checkbox-list.component.d.ts +5 -6
- package/lib/component/transaction-lines/style/_material-definition.scss +1 -0
- package/lib/component/transaction-lines/style/_theme.scss +7 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-overview/style/_material-definition.scss +1 -1
- package/lib/component/transaction-search/style/_material-definition.scss +1 -1
- package/lib/service/dialog.service.d.ts +1 -1
- package/lib/style/_variables.scss +6 -0
- package/lib/style/transaction-globals.scss +4 -0
- package/package.json +2 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-options.component.js +0 -69
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-options.module.js +0 -23
|
@@ -4,3 +4,4 @@
|
|
|
4
4
|
@import "../../../relation/relation-address-select/style/material";
|
|
5
5
|
@import "../../../relation/relation-address-tile/style/material";
|
|
6
6
|
@import "../../../delivery-type-tile/style/material";
|
|
7
|
+
@import "../../../transaction-header-fields/transaction-header-delivery-options/style/material";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
$tp-dialog-header-search-title-font-family: $tp-font-family !default;
|
|
2
2
|
$tp-dialog-header-search-title-font-size: $tp-font-size-big !default;
|
|
3
3
|
$tp-dialog-header-search-title-font-weight: bold !default;
|
|
4
|
-
$tp-dialog-header-search-title-margin: 0 0
|
|
4
|
+
$tp-dialog-header-search-title-margin: 0 0 20px 0 !default;
|
|
5
5
|
$tp-dialog-header-search-input-height: 32px !default;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { DialogTransactionLineBaseComponent } from "../../../core/base/dialog-transaction-line-base.component";
|
|
2
2
|
export declare class DialogTransactionLineWarehouseLocationComponent extends DialogTransactionLineBaseComponent {
|
|
3
|
+
warehouseNr: number;
|
|
3
4
|
showClass(): boolean;
|
|
4
5
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
$tp-relation-contact-details-row-gap:
|
|
1
|
+
$tp-relation-contact-details-row-gap: 20px !default;
|
|
2
2
|
$tp-relation-contact-details-column-gap: 10px !default;
|
|
@@ -7,11 +7,18 @@
|
|
|
7
7
|
max-width: 100%;
|
|
8
8
|
height: 175px;
|
|
9
9
|
}
|
|
10
|
+
.co-transaction-header-block.in-dialog {
|
|
11
|
+
padding: 4px 0;
|
|
12
|
+
}
|
|
10
13
|
.transaction-header-block-header {
|
|
11
14
|
co-icon {
|
|
12
15
|
position: relative;
|
|
13
16
|
height: $tp-transaction-header-delivery-button-width;
|
|
14
17
|
width: $tp-transaction-header-delivery-button-width;
|
|
18
|
+
&.planning-request-button {
|
|
19
|
+
height: $tp-transaction-header-delivery-planning-request-button-size;
|
|
20
|
+
width: $tp-transaction-header-delivery-planning-request-button-size;
|
|
21
|
+
}
|
|
15
22
|
}
|
|
16
23
|
}
|
|
17
24
|
.header-delivery-method {
|
|
@@ -20,15 +27,17 @@
|
|
|
20
27
|
column-gap: 10px;
|
|
21
28
|
align-items: center;
|
|
22
29
|
width: 100%;
|
|
30
|
+
height: $tp-transaction-header-delivery-delivery-method-height;
|
|
31
|
+
font-size: $tp-transaction-header-delivery-delivery-method-font-size;
|
|
23
32
|
border: $tp-transaction-header-delivery-delivery-method-border;
|
|
24
33
|
border-radius: $tp-transaction-header-delivery-delivery-method-border-radius;
|
|
25
34
|
padding: $tp-transaction-header-delivery-delivery-method-padding;
|
|
26
35
|
}
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}
|
|
36
|
+
//.header-planning-request-button {
|
|
37
|
+
// border: $tp-transaction-header-delivery-planning-request-button-border;
|
|
38
|
+
// border-radius: $tp-transaction-header-delivery-planning-request-button-border-radius;
|
|
39
|
+
// padding: $tp-transaction-header-delivery-planning-request-button-padding;
|
|
40
|
+
//}
|
|
32
41
|
.header-delivery-deliverydate-wrapper {
|
|
33
42
|
display: flex;
|
|
34
43
|
column-gap: 10px;
|
|
@@ -52,7 +61,15 @@
|
|
|
52
61
|
.co-dialog:not(.is-mobile) {
|
|
53
62
|
.co-dialog-wrapper {
|
|
54
63
|
min-width: 500px;
|
|
64
|
+
.dialog-content {
|
|
65
|
+
overflow-x: hidden;
|
|
66
|
+
}
|
|
55
67
|
}
|
|
56
68
|
}
|
|
69
|
+
.co-transaction-header-delivery-wrapper {
|
|
70
|
+
display: flex;
|
|
71
|
+
flex-direction: column;
|
|
72
|
+
row-gap: 20px;
|
|
73
|
+
}
|
|
57
74
|
}
|
|
58
75
|
}
|
package/lib/component/transaction-header/transaction-header-delivery/style/_material-definition.scss
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
$tp-transaction-header-delivery-button-width:
|
|
1
|
+
$tp-transaction-header-delivery-button-width: 17px !default;
|
|
2
|
+
$tp-transaction-header-delivery-planning-request-button-size: $tp-default-button-height !default;
|
|
2
3
|
$tp-transaction-header-delivery-planning-request-button-color: $tp-color-active !default;
|
|
3
4
|
$tp-transaction-header-delivery-planning-request-button-border: 1px solid !default;
|
|
4
5
|
$tp-transaction-header-delivery-planning-request-button-border-color: $tp-color-border !default;
|
|
5
6
|
$tp-transaction-header-delivery-planning-request-button-border-radius: 10px !default;
|
|
6
7
|
$tp-transaction-header-delivery-planning-request-button-padding: 5px !default;
|
|
7
8
|
$tp-transaction-header-delivery-definitive-button-color: $tp-color-active-light !default;
|
|
9
|
+
$tp-transaction-header-delivery-delivery-method-font-size: $tp-font-size !default;
|
|
8
10
|
$tp-transaction-header-delivery-delivery-method-background-color: $tp-default-background-accent !default;
|
|
11
|
+
$tp-transaction-header-delivery-delivery-method-height: $tp-default-button-height !default;
|
|
9
12
|
$tp-transaction-header-delivery-delivery-method-border: 1px solid !default;
|
|
10
13
|
$tp-transaction-header-delivery-delivery-method-border-color: $tp-color-border !default;
|
|
11
14
|
$tp-transaction-header-delivery-delivery-method-border-radius: 10px !default;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
@include export-module('co-transaction-header-delivery-theme') {
|
|
4
4
|
.co-transaction-header-delivery {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
5
|
+
//.header-planning-request-button {
|
|
6
|
+
// border-color: $tp-transaction-header-delivery-planning-request-button-border-color;
|
|
7
|
+
//}
|
|
8
8
|
.planning-request-button {
|
|
9
9
|
& [fill] {
|
|
10
10
|
fill: $tp-transaction-header-delivery-planning-request-button-color;
|
|
@@ -3,18 +3,42 @@
|
|
|
3
3
|
@include export-module('cc-transaction-header-payment-layout') {
|
|
4
4
|
.co-transaction-header-payment {
|
|
5
5
|
display: flex;
|
|
6
|
+
.transaction-header-payment-dialog {
|
|
7
|
+
.co-transaction-header-block {
|
|
8
|
+
padding: 4px 0;
|
|
9
|
+
}
|
|
10
|
+
.header-block-balance {
|
|
11
|
+
flex-basis: 50%;
|
|
12
|
+
}
|
|
13
|
+
.payment-dialog-section {
|
|
14
|
+
height: 100px;
|
|
15
|
+
}
|
|
16
|
+
.transaction-header-block-content {
|
|
17
|
+
.transaction-header-block-content-first, .transaction-header-block-content-second {
|
|
18
|
+
flex-basis: 50%;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
6
22
|
.header-block-balance {
|
|
7
23
|
display: flex;
|
|
8
24
|
cursor: pointer;
|
|
9
25
|
column-gap: 10px;
|
|
26
|
+
align-items: center;
|
|
27
|
+
justify-content: space-between;
|
|
28
|
+
height: $tp-transaction-header-block-payment-balance-height;
|
|
29
|
+
font-size: 12px;
|
|
10
30
|
border-style: $tp-transaction-header-block-payment-balance-border-style;
|
|
11
31
|
border-width: $tp-transaction-header-block-payment-balance-border-width;
|
|
12
32
|
border-radius: $tp-transaction-header-block-payment-balance-border-radius;
|
|
13
33
|
padding: $tp-transaction-header-block-payment-balance-padding;
|
|
14
|
-
.payment-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
34
|
+
.payment-payed-wrapper {
|
|
35
|
+
display: flex;
|
|
36
|
+
column-gap: 10px;
|
|
37
|
+
.payment-icon {
|
|
38
|
+
margin-right: 10px;
|
|
39
|
+
height: $tp-transaction-header-block-payment-balance-icon-size;
|
|
40
|
+
width: $tp-transaction-header-block-payment-balance-icon-size;
|
|
41
|
+
}
|
|
18
42
|
}
|
|
19
43
|
}
|
|
20
44
|
.transaction-header-downpayment {
|
|
@@ -26,13 +50,10 @@
|
|
|
26
50
|
}
|
|
27
51
|
}
|
|
28
52
|
}
|
|
29
|
-
.dialog:not(.is-mobile) {
|
|
53
|
+
.transaction-header-payment-dialog:not(.is-mobile) {
|
|
30
54
|
.co-dialog-wrapper {
|
|
31
55
|
min-width: 500px;
|
|
32
56
|
}
|
|
33
|
-
.payment-dialog-section {
|
|
34
|
-
height: 100px;
|
|
35
|
-
}
|
|
36
57
|
}
|
|
37
58
|
}
|
|
38
59
|
}
|
package/lib/component/transaction-header/transaction-header-payment/style/_material-definition.scss
CHANGED
|
@@ -5,4 +5,5 @@ $tp-transaction-header-block-payment-balance-border-color: $tp-color-border !def
|
|
|
5
5
|
$tp-transaction-header-block-payment-balance-border-width: 1px !default;
|
|
6
6
|
$tp-transaction-header-block-payment-balance-border-radius: 10px !default;
|
|
7
7
|
$tp-transaction-header-block-payment-balance-to-pay-color: #FF4141 !default;
|
|
8
|
-
$tp-transaction-header-block-payment-balance-icon-size:
|
|
8
|
+
$tp-transaction-header-block-payment-balance-icon-size: 17px !default;
|
|
9
|
+
$tp-transaction-header-block-payment-balance-height: $tp-default-button-height !default;
|
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
@include export-module('co-transaction-header-relation-layout') {
|
|
4
4
|
.co-transaction-header-relation {
|
|
5
5
|
display: flex;
|
|
6
|
+
.transaction-header-relation-dialog {
|
|
7
|
+
.co-transaction-header-block {
|
|
8
|
+
padding: 4px 0;
|
|
9
|
+
.transaction-header-block-content {
|
|
10
|
+
.transaction-header-block-content-first, .transaction-header-block-content-second {
|
|
11
|
+
flex-basis: 50%;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
.dialog-header-caption {
|
|
16
|
+
padding: 0;
|
|
17
|
+
border-width: 0;
|
|
18
|
+
}
|
|
19
|
+
.co-transaction-filter-categories {
|
|
20
|
+
.transaction-filter-category {
|
|
21
|
+
flex-basis: 50%;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
6
25
|
.extended-block-wrapper {
|
|
7
26
|
display: grid;
|
|
8
27
|
grid-template-columns: 50% 50%;
|
package/lib/component/transaction-header/transaction-header-relation/style/_material-definition.scss
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
$tp-transaction-header-relation-section-row-gap:
|
|
1
|
+
$tp-transaction-header-relation-section-row-gap: 20px !default;
|
|
2
2
|
$tp-transaction-header-relation-section-margin: 0 0 20px 0 !default;
|
|
3
3
|
$tp-transaction-header-relation-section-padding: 0 0 10px 0 !default;
|
|
4
4
|
$tp-transaction-header-relation-section-border-style: solid !default;
|
|
5
|
-
$tp-transaction-header-relation-section-border-width: 0
|
|
5
|
+
$tp-transaction-header-relation-section-border-width: 0 !default;
|
|
6
6
|
$tp-transaction-header-relation-section-border-color: $tp-color-border !default;
|
|
7
7
|
$tp-transaction-header-relation-section-label-font-family: $tp-font-family !default;
|
|
8
8
|
$tp-transaction-header-relation-section-label-font-size: $tp-font-size !default;
|
package/lib/component/transaction-header-fields/transaction-header-delivery-method.component.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ import { TransactionHeaderBaseComponent } from "../core/base/transaction-header-
|
|
|
5
5
|
export declare class TransactionHeaderDeliveryMethodComponent extends TransactionHeaderBaseComponent<DeliveryMethod> implements OnInit {
|
|
6
6
|
private _transactionService;
|
|
7
7
|
showAsCarousel: boolean;
|
|
8
|
+
filterOnWizard: boolean;
|
|
8
9
|
deliveryMethodChange: EventEmitter<DeliveryMethod>;
|
|
9
10
|
selectedIdx: number;
|
|
10
11
|
protected codeField: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$tp-transaction-header-delivery-options-border: none !default;
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { OnInit } from "@angular/core";
|
|
2
|
-
import {
|
|
2
|
+
import { TransactionHeaderBaseComponent } from "../../core/base/transaction-header-base.component";
|
|
3
3
|
import { DeliveryMethod } from "@colijnit/transactionapi/build/model/delivery-method.bo";
|
|
4
|
-
import { TextValueContainer } from "../../model/text-value-container";
|
|
5
4
|
import { DeliveryOption } from "@colijnit/transactionapi/build/model/delivery-option.bo";
|
|
6
|
-
import {
|
|
5
|
+
import { TextValueContainer } from "../../../model/text-value-container";
|
|
6
|
+
import { TransactionService } from "../../../service/transaction.service";
|
|
7
7
|
export declare class TransactionHeaderDeliveryOptionsComponent extends TransactionHeaderBaseComponent<any> implements OnInit {
|
|
8
8
|
private _transactionService;
|
|
9
9
|
set deliveryMethod(value: DeliveryMethod);
|
|
10
10
|
get deliveryMethod(): DeliveryMethod;
|
|
11
|
+
showClass(): boolean;
|
|
11
12
|
deliveryOptionsFromMethod: DeliveryOption[];
|
|
12
13
|
deliveryOptions: DeliveryOption[];
|
|
13
14
|
deliveryOptionFields: TextValueContainer;
|
|
File without changes
|
|
@@ -4,7 +4,7 @@ $tp-transaction-line-background-color: white !default;
|
|
|
4
4
|
$tp-transaction-line-min-height: 100px !default;
|
|
5
5
|
$tp-transaction-line-article-text-min-height: 30px !default;
|
|
6
6
|
$tp-transaction-line-padding: 10px !default;
|
|
7
|
-
$tp-transaction-line-inner-padding:
|
|
7
|
+
$tp-transaction-line-inner-padding: 3px !default;
|
|
8
8
|
$tp-transaction-line-border: 1px solid !default;
|
|
9
9
|
$tp-transaction-line-border-width: 0 0 1px 0 !default;
|
|
10
10
|
$tp-transaction-line-border-color: $tp-color-border !default;
|
|
@@ -3,46 +3,41 @@
|
|
|
3
3
|
display: block;
|
|
4
4
|
height: 100%;
|
|
5
5
|
|
|
6
|
-
.
|
|
7
|
-
height:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
.test2 {
|
|
11
|
-
height: 50px;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.highlight {
|
|
15
|
-
font-weight: $tp-transaction-line-checkbox-list-item-hightlight-font-weight;
|
|
16
|
-
font-style: $tp-transaction-line-checkbox-list-item-hightlight-font-style;
|
|
17
|
-
text-decoration: $tp-transaction-line-checkbox-list-item-hightlight-text-decoration;
|
|
18
|
-
}
|
|
19
|
-
table {
|
|
6
|
+
.virtual-scroll-container {
|
|
7
|
+
max-height: $tp-dialog-transaction-line-warehouse-location-height;
|
|
8
|
+
height: $tp-dialog-transaction-line-warehouse-location-height;
|
|
9
|
+
min-width: $tp-dialog-transaction-line-warehouse-location-min-width;
|
|
20
10
|
width: 100%;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
tr {
|
|
11
|
+
|
|
12
|
+
.virtual-scroll-item {
|
|
24
13
|
height: $tp-transaction-line-checkbox-list-item-height;
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
td {
|
|
31
|
-
border-width: $tp-transaction-line-checkbox-list-item-border-width;
|
|
32
|
-
border-style: $tp-transaction-line-checkbox-list-item-border-style;
|
|
14
|
+
border-radius: $tp-transaction-line-checkbox-list-item-border-radius;
|
|
15
|
+
display: flex;
|
|
16
|
+
align-items: center;
|
|
17
|
+
background-color: $tp-transaction-line-checkbox-list-item-background-color;
|
|
18
|
+
margin-bottom: 3px;
|
|
33
19
|
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
border-top-left-radius: $tp-transaction-line-checkbox-list-item-border-radius;
|
|
37
|
-
border-bottom-left-radius: $tp-transaction-line-checkbox-list-item-border-radius;
|
|
20
|
+
|
|
21
|
+
.checkbox-wrapper {
|
|
38
22
|
padding-left: 10px;
|
|
39
23
|
width: 40px;
|
|
40
24
|
}
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
25
|
+
|
|
26
|
+
.label-wrapper {
|
|
27
|
+
display: flex;
|
|
28
|
+
width: 100%;
|
|
29
|
+
align-items: center;
|
|
45
30
|
}
|
|
31
|
+
|
|
32
|
+
.label {
|
|
33
|
+
width: 50%;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.highlight {
|
|
38
|
+
font-weight: $tp-transaction-line-checkbox-list-item-hightlight-font-weight;
|
|
39
|
+
font-style: $tp-transaction-line-checkbox-list-item-hightlight-font-style;
|
|
40
|
+
text-decoration: $tp-transaction-line-checkbox-list-item-hightlight-text-decoration;
|
|
46
41
|
}
|
|
47
42
|
}
|
|
48
43
|
}
|
package/lib/component/transaction-line-checkbox-list/transaction-line-checkbox-list.component.d.ts
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { EventEmitter } from "@angular/core";
|
|
2
|
-
export declare class TransactionLineCheckboxListComponent {
|
|
1
|
+
import { AfterViewChecked, ElementRef, EventEmitter } from "@angular/core";
|
|
2
|
+
export declare class TransactionLineCheckboxListComponent implements AfterViewChecked {
|
|
3
|
+
scrollingItem: ElementRef;
|
|
3
4
|
collection: any[];
|
|
4
5
|
readonly: boolean;
|
|
5
6
|
checked: EventEmitter<any>;
|
|
6
7
|
showClass: boolean;
|
|
7
|
-
|
|
8
|
-
|
|
8
|
+
itemHeight: number;
|
|
9
|
+
ngAfterViewChecked(): void;
|
|
9
10
|
handleChecked(event: MouseEvent, row: {
|
|
10
11
|
value: string;
|
|
11
12
|
text: string;
|
|
12
13
|
checked: boolean;
|
|
13
14
|
}): void;
|
|
14
|
-
private _initObserver;
|
|
15
|
-
private _handleVisibility;
|
|
16
15
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
$tp-transaction-lines-add-text-button-background-color: $tp-color-action !default;
|
|
2
2
|
$tp-transaction-lines-add-text-button-text-color: $tp-color-light !default;
|
|
3
3
|
$tp-transaction-lines-grid-amount-background-color: $tp-color-active-light !default;
|
|
4
|
+
$tp-transaction-lines-drag-handle-background-color: $tp-color-border !default;
|
|
@@ -8,6 +8,13 @@
|
|
|
8
8
|
fill: $tp-transaction-lines-add-text-button-text-color;
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
|
+
.draggable-transaction-line .transaction-line-drag-handle {
|
|
12
|
+
.co-icon {
|
|
13
|
+
svg { // for fontawesome icons
|
|
14
|
+
fill: $tp-transaction-lines-drag-handle-background-color;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
11
18
|
}
|
|
12
19
|
.co-input-number-picker.transaction-lines-grid-amount {
|
|
13
20
|
border: none;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
$tp-transaction-quick-access-search-width: 300px !default;
|
|
2
|
-
$tp-transaction-quick-access-search-height:
|
|
2
|
+
$tp-transaction-quick-access-search-height: 32px !default;
|
|
@@ -31,7 +31,7 @@ $cc-co-transaction-category-filter-wrapper-padding-top: 10px !default;
|
|
|
31
31
|
$cc-co-transaction-category-filter-content-width: 350px !default;
|
|
32
32
|
|
|
33
33
|
$tp-co-transaction-filter-categories-font-family: $tp-font-family !default;
|
|
34
|
-
$tp-co-transaction-filter-categories-font-size:
|
|
34
|
+
$tp-co-transaction-filter-categories-font-size: $tp-font-size !default;
|
|
35
35
|
$tp-co-transaction-filter-categories-font-weight: bold !default;
|
|
36
36
|
$tp-co-transaction-filter-categories-active-color: $tp-color-action !default;
|
|
37
37
|
$tp-co-transaction-filter-categories-inactive-color: $tp-color-grey !default;
|
|
@@ -19,5 +19,5 @@ export declare class DialogService {
|
|
|
19
19
|
showCharacteristics(title: string, choices: TransactionLineCharacteristicChoice[], value: string): Promise<string>;
|
|
20
20
|
showWarehouse(): Promise<number>;
|
|
21
21
|
showCommissionCode(): Promise<string>;
|
|
22
|
-
showWarehouseLocation(): Promise<string>;
|
|
22
|
+
showWarehouseLocation(warehouseNr: number): Promise<string>;
|
|
23
23
|
}
|
|
@@ -62,6 +62,7 @@ $tp-size-header-height: 60px !default;
|
|
|
62
62
|
|
|
63
63
|
$tp-default-background-accent: #f5f5fa !default;
|
|
64
64
|
$tp-default-border-radius: 5px !default;
|
|
65
|
+
$tp-default-button-height: 26px;
|
|
65
66
|
|
|
66
67
|
$tp-xs-width: 600px !default;
|
|
67
68
|
$tp-sm-width: 960px !default;
|
|
@@ -94,7 +95,12 @@ $cc-checkbox-border-radius: 7px;
|
|
|
94
95
|
$cc-checkbox-check-background-color: white;
|
|
95
96
|
$cc-checkbox-check-border-color: #5FDCB3;
|
|
96
97
|
$cc-checkbox-check-color: #5FDCB3;
|
|
98
|
+
$cc-radio-button-height: 32px;
|
|
99
|
+
|
|
97
100
|
$cc-co-dialog-header-text-color: $tp-color-font;
|
|
101
|
+
$cc-co-dialog-header-padding: 0 0 20px 0;
|
|
102
|
+
$cc-co-dialog-header-margin: 0 0 20px 0;
|
|
103
|
+
$cc-co-dialog-padding: 30px 30px 60px 30px;
|
|
98
104
|
|
|
99
105
|
$cc-collapsible-content-padding: 10px 0px 0px 0px;
|
|
100
106
|
|
|
@@ -101,6 +101,10 @@ $stopPoint: 10%;
|
|
|
101
101
|
height: $tp-transaction-line-button-height;
|
|
102
102
|
column-gap: $tp-transaction-line-button-column-gap;
|
|
103
103
|
padding: $tp-transaction-line-button-padding;
|
|
104
|
+
.co-icon {
|
|
105
|
+
height: 17px;
|
|
106
|
+
width: 17px;
|
|
107
|
+
}
|
|
104
108
|
&:not(.no-border) {
|
|
105
109
|
border: $tp-transaction-line-button-border;
|
|
106
110
|
border-color: $tp-transaction-line-button-border-color;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/transaction",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.39",
|
|
4
4
|
"description": "Colijn IT transaction module for Angular 12",
|
|
5
5
|
"private": false,
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": "^12.2.0",
|
|
8
8
|
"@angular/core": "^12.2.0",
|
|
9
|
-
"@colijnit/corecomponents_v12": ">=12.0.
|
|
9
|
+
"@colijnit/corecomponents_v12": ">=12.0.69",
|
|
10
10
|
"@colijnit/transactionapi": ">=1.1.38",
|
|
11
11
|
"@fortawesome/angular-fontawesome": "0.9.0",
|
|
12
12
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { __awaiter } from "tslib";
|
|
2
|
-
import { Component, Input, ViewEncapsulation } from "@angular/core";
|
|
3
|
-
import { TransactionService } from "../../service/transaction.service";
|
|
4
|
-
import { TransactionHeaderBaseComponent } from "../core/base/transaction-header-base.component";
|
|
5
|
-
export class TransactionHeaderDeliveryOptionsComponent extends TransactionHeaderBaseComponent {
|
|
6
|
-
constructor(_transactionService) {
|
|
7
|
-
super();
|
|
8
|
-
this._transactionService = _transactionService;
|
|
9
|
-
this.deliveryOptionsFromMethod = [];
|
|
10
|
-
this.deliveryOptions = [];
|
|
11
|
-
this.deliveryOptionFields = { text: "description", value: "code" };
|
|
12
|
-
}
|
|
13
|
-
set deliveryMethod(value) {
|
|
14
|
-
if (value) {
|
|
15
|
-
this._deliveryMethod = value;
|
|
16
|
-
this._getDeliveryOptionsForMethod();
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
get deliveryMethod() {
|
|
20
|
-
return this._deliveryMethod;
|
|
21
|
-
}
|
|
22
|
-
ngOnInit() {
|
|
23
|
-
this._transactionService.getDeliveryOptions().then((options) => {
|
|
24
|
-
this.deliveryOptions = options;
|
|
25
|
-
this._getDeliveryOptionsForMethod();
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
commitDeliveryOptions(options) {
|
|
29
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
30
|
-
if (this.transactionInfo.deliveryOptions !== options) {
|
|
31
|
-
const oldOptions = this.transactionInfo.deliveryOptions;
|
|
32
|
-
return yield this._transactionService.updateHeaderTransactionDeliveryOptions(this.transactionInfo.uuid, options);
|
|
33
|
-
}
|
|
34
|
-
return true;
|
|
35
|
-
});
|
|
36
|
-
}
|
|
37
|
-
transactionInfoSet() {
|
|
38
|
-
this.readonly = this.readonly || this.transactionInfo.deliveryDateDefinitive;
|
|
39
|
-
}
|
|
40
|
-
_getDeliveryOptionsForMethod() {
|
|
41
|
-
if (this.deliveryMethod) {
|
|
42
|
-
this.deliveryOptionsFromMethod =
|
|
43
|
-
this.deliveryOptions.filter(deliveryOption => this.deliveryMethod.deliveryOptions.indexOf(deliveryOption.code) !== -1);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
TransactionHeaderDeliveryOptionsComponent.decorators = [
|
|
48
|
-
{ type: Component, args: [{
|
|
49
|
-
selector: "co-transaction-header-delivery-options",
|
|
50
|
-
template: `
|
|
51
|
-
<co-input-listbox
|
|
52
|
-
[placeholder]="'DELIVERY_OPTIONS' | localize"
|
|
53
|
-
[readonly]="readonly"
|
|
54
|
-
[collection]="deliveryOptionsFromMethod"
|
|
55
|
-
[fields]="deliveryOptionFields"
|
|
56
|
-
[showCheckbox]="true"
|
|
57
|
-
(modelChange)="commitDeliveryOptions($event)"
|
|
58
|
-
></co-input-listbox>
|
|
59
|
-
`,
|
|
60
|
-
encapsulation: ViewEncapsulation.None
|
|
61
|
-
},] }
|
|
62
|
-
];
|
|
63
|
-
TransactionHeaderDeliveryOptionsComponent.ctorParameters = () => [
|
|
64
|
-
{ type: TransactionService }
|
|
65
|
-
];
|
|
66
|
-
TransactionHeaderDeliveryOptionsComponent.propDecorators = {
|
|
67
|
-
deliveryMethod: [{ type: Input }]
|
|
68
|
-
};
|
|
69
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24taGVhZGVyLWRlbGl2ZXJ5LW9wdGlvbnMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdHJhbnNhY3Rpb24vc3JjL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24taGVhZGVyLWZpZWxkcy90cmFuc2FjdGlvbi1oZWFkZXItZGVsaXZlcnktb3B0aW9ucy5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsS0FBSyxFQUFVLGlCQUFpQixFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQzFFLE9BQU8sRUFBQyxrQkFBa0IsRUFBQyxNQUFNLG1DQUFtQyxDQUFDO0FBSXJFLE9BQU8sRUFBQyw4QkFBOEIsRUFBQyxNQUFNLGdEQUFnRCxDQUFDO0FBZ0I5RixNQUFNLE9BQU8seUNBQTBDLFNBQVEsOEJBQW1DO0lBb0JoRyxZQUFvQixtQkFBdUM7UUFDekQsS0FBSyxFQUFFLENBQUM7UUFEVSx3QkFBbUIsR0FBbkIsbUJBQW1CLENBQW9CO1FBTnBELDhCQUF5QixHQUFxQixFQUFFLENBQUM7UUFDakQsb0JBQWUsR0FBcUIsRUFBRSxDQUFDO1FBQ3ZDLHlCQUFvQixHQUF1QixFQUFDLElBQUksRUFBRSxhQUFhLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBQyxDQUFDO0lBTXZGLENBQUM7SUFwQkQsSUFDVyxjQUFjLENBQUMsS0FBcUI7UUFDN0MsSUFBSSxLQUFLLEVBQUU7WUFDVCxJQUFJLENBQUMsZUFBZSxHQUFHLEtBQUssQ0FBQztZQUM3QixJQUFJLENBQUMsNEJBQTRCLEVBQUUsQ0FBQztTQUNyQztJQUNILENBQUM7SUFFRCxJQUFXLGNBQWM7UUFDdkIsT0FBTyxJQUFJLENBQUMsZUFBZSxDQUFDO0lBQzlCLENBQUM7SUFZRCxRQUFRO1FBQ04sSUFBSSxDQUFDLG1CQUFtQixDQUFDLGtCQUFrQixFQUFFLENBQUMsSUFBSSxDQUFDLENBQUMsT0FBeUIsRUFBRSxFQUFFO1lBQy9FLElBQUksQ0FBQyxlQUFlLEdBQUcsT0FBTyxDQUFDO1lBQy9CLElBQUksQ0FBQyw0QkFBNEIsRUFBRSxDQUFDO1FBQ3RDLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVZLHFCQUFxQixDQUFDLE9BQWlCOztZQUNsRCxJQUFJLElBQUksQ0FBQyxlQUFlLENBQUMsZUFBZSxLQUFLLE9BQU8sRUFBRTtnQkFDcEQsTUFBTSxVQUFVLEdBQWEsSUFBSSxDQUFDLGVBQWUsQ0FBQyxlQUFlLENBQUM7Z0JBQ2xFLE9BQU8sTUFBTSxJQUFJLENBQUMsbUJBQW1CLENBQUMsc0NBQXNDLENBQUMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUM7YUFDbEg7WUFDRCxPQUFPLElBQUksQ0FBQztRQUNkLENBQUM7S0FBQTtJQUVTLGtCQUFrQjtRQUMxQixJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxRQUFRLElBQUksSUFBSSxDQUFDLGVBQWUsQ0FBQyxzQkFBc0IsQ0FBQztJQUMvRSxDQUFDO0lBRU8sNEJBQTRCO1FBQ2xDLElBQUksSUFBSSxDQUFDLGNBQWMsRUFBRTtZQUN2QixJQUFJLENBQUMseUJBQXlCO2dCQUM1QixJQUFJLENBQUMsZUFBZSxDQUFDLE1BQU0sQ0FBQyxjQUFjLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxjQUFjLENBQUMsZUFBZSxDQUFDLE9BQU8sQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQztTQUMxSDtJQUNILENBQUM7OztZQTlERixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLHdDQUF3QztnQkFDbEQsUUFBUSxFQUFFOzs7Ozs7Ozs7R0FTVDtnQkFDRCxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTthQUN0Qzs7O1lBbkJPLGtCQUFrQjs7OzZCQXNCdkIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q29tcG9uZW50LCBJbnB1dCwgT25Jbml0LCBWaWV3RW5jYXBzdWxhdGlvbn0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvblNlcnZpY2V9IGZyb20gXCIuLi8uLi9zZXJ2aWNlL3RyYW5zYWN0aW9uLnNlcnZpY2VcIjtcclxuaW1wb3J0IHtEZWxpdmVyeU1ldGhvZH0gZnJvbSBcIkBjb2xpam5pdC90cmFuc2FjdGlvbmFwaS9idWlsZC9tb2RlbC9kZWxpdmVyeS1tZXRob2QuYm9cIjtcclxuaW1wb3J0IHtUZXh0VmFsdWVDb250YWluZXJ9IGZyb20gXCIuLi8uLi9tb2RlbC90ZXh0LXZhbHVlLWNvbnRhaW5lclwiO1xyXG5pbXBvcnQge0RlbGl2ZXJ5T3B0aW9ufSBmcm9tIFwiQGNvbGlqbml0L3RyYW5zYWN0aW9uYXBpL2J1aWxkL21vZGVsL2RlbGl2ZXJ5LW9wdGlvbi5ib1wiO1xyXG5pbXBvcnQge1RyYW5zYWN0aW9uSGVhZGVyQmFzZUNvbXBvbmVudH0gZnJvbSBcIi4uL2NvcmUvYmFzZS90cmFuc2FjdGlvbi1oZWFkZXItYmFzZS5jb21wb25lbnRcIjtcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiBcImNvLXRyYW5zYWN0aW9uLWhlYWRlci1kZWxpdmVyeS1vcHRpb25zXCIsXHJcbiAgdGVtcGxhdGU6IGBcclxuICAgIDxjby1pbnB1dC1saXN0Ym94XHJcbiAgICAgIFtwbGFjZWhvbGRlcl09XCInREVMSVZFUllfT1BUSU9OUycgfCBsb2NhbGl6ZVwiXHJcbiAgICAgIFtyZWFkb25seV09XCJyZWFkb25seVwiXHJcbiAgICAgIFtjb2xsZWN0aW9uXT1cImRlbGl2ZXJ5T3B0aW9uc0Zyb21NZXRob2RcIlxyXG4gICAgICBbZmllbGRzXT1cImRlbGl2ZXJ5T3B0aW9uRmllbGRzXCJcclxuICAgICAgW3Nob3dDaGVja2JveF09XCJ0cnVlXCJcclxuICAgICAgKG1vZGVsQ2hhbmdlKT1cImNvbW1pdERlbGl2ZXJ5T3B0aW9ucygkZXZlbnQpXCJcclxuICAgID48L2NvLWlucHV0LWxpc3Rib3g+XHJcbiAgYCxcclxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBUcmFuc2FjdGlvbkhlYWRlckRlbGl2ZXJ5T3B0aW9uc0NvbXBvbmVudCBleHRlbmRzIFRyYW5zYWN0aW9uSGVhZGVyQmFzZUNvbXBvbmVudDxhbnk+IGltcGxlbWVudHMgT25Jbml0IHtcclxuXHJcbiAgQElucHV0KClcclxuICBwdWJsaWMgc2V0IGRlbGl2ZXJ5TWV0aG9kKHZhbHVlOiBEZWxpdmVyeU1ldGhvZCkge1xyXG4gICAgaWYgKHZhbHVlKSB7XHJcbiAgICAgIHRoaXMuX2RlbGl2ZXJ5TWV0aG9kID0gdmFsdWU7XHJcbiAgICAgIHRoaXMuX2dldERlbGl2ZXJ5T3B0aW9uc0Zvck1ldGhvZCgpO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgcHVibGljIGdldCBkZWxpdmVyeU1ldGhvZCgpOiBEZWxpdmVyeU1ldGhvZCB7XHJcbiAgICByZXR1cm4gdGhpcy5fZGVsaXZlcnlNZXRob2Q7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgZGVsaXZlcnlPcHRpb25zRnJvbU1ldGhvZDogRGVsaXZlcnlPcHRpb25bXSA9IFtdO1xyXG4gIHB1YmxpYyBkZWxpdmVyeU9wdGlvbnM6IERlbGl2ZXJ5T3B0aW9uW10gPSBbXTtcclxuICBwdWJsaWMgZGVsaXZlcnlPcHRpb25GaWVsZHM6IFRleHRWYWx1ZUNvbnRhaW5lciA9IHt0ZXh0OiBcImRlc2NyaXB0aW9uXCIsIHZhbHVlOiBcImNvZGVcIn07XHJcblxyXG4gIHByaXZhdGUgX2RlbGl2ZXJ5TWV0aG9kOiBEZWxpdmVyeU1ldGhvZDtcclxuXHJcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBfdHJhbnNhY3Rpb25TZXJ2aWNlOiBUcmFuc2FjdGlvblNlcnZpY2UpIHtcclxuICAgIHN1cGVyKCk7XHJcbiAgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICAgIHRoaXMuX3RyYW5zYWN0aW9uU2VydmljZS5nZXREZWxpdmVyeU9wdGlvbnMoKS50aGVuKChvcHRpb25zOiBEZWxpdmVyeU9wdGlvbltdKSA9PiB7XHJcbiAgICAgIHRoaXMuZGVsaXZlcnlPcHRpb25zID0gb3B0aW9ucztcclxuICAgICAgdGhpcy5fZ2V0RGVsaXZlcnlPcHRpb25zRm9yTWV0aG9kKCk7XHJcbiAgICB9KTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBhc3luYyBjb21taXREZWxpdmVyeU9wdGlvbnMob3B0aW9uczogc3RyaW5nW10pOiBQcm9taXNlPGJvb2xlYW4+IHtcclxuICAgIGlmICh0aGlzLnRyYW5zYWN0aW9uSW5mby5kZWxpdmVyeU9wdGlvbnMgIT09IG9wdGlvbnMpIHtcclxuICAgICAgY29uc3Qgb2xkT3B0aW9uczogc3RyaW5nW10gPSB0aGlzLnRyYW5zYWN0aW9uSW5mby5kZWxpdmVyeU9wdGlvbnM7XHJcbiAgICAgIHJldHVybiBhd2FpdCB0aGlzLl90cmFuc2FjdGlvblNlcnZpY2UudXBkYXRlSGVhZGVyVHJhbnNhY3Rpb25EZWxpdmVyeU9wdGlvbnModGhpcy50cmFuc2FjdGlvbkluZm8udXVpZCwgb3B0aW9ucyk7XHJcbiAgICB9XHJcbiAgICByZXR1cm4gdHJ1ZTtcclxuICB9XHJcblxyXG4gIHByb3RlY3RlZCB0cmFuc2FjdGlvbkluZm9TZXQoKTogdm9pZCB7XHJcbiAgICB0aGlzLnJlYWRvbmx5ID0gdGhpcy5yZWFkb25seSB8fCB0aGlzLnRyYW5zYWN0aW9uSW5mby5kZWxpdmVyeURhdGVEZWZpbml0aXZlO1xyXG4gIH1cclxuXHJcbiAgcHJpdmF0ZSBfZ2V0RGVsaXZlcnlPcHRpb25zRm9yTWV0aG9kKCk6IHZvaWQge1xyXG4gICAgaWYgKHRoaXMuZGVsaXZlcnlNZXRob2QpIHtcclxuICAgICAgdGhpcy5kZWxpdmVyeU9wdGlvbnNGcm9tTWV0aG9kID1cclxuICAgICAgICB0aGlzLmRlbGl2ZXJ5T3B0aW9ucy5maWx0ZXIoZGVsaXZlcnlPcHRpb24gPT4gdGhpcy5kZWxpdmVyeU1ldGhvZC5kZWxpdmVyeU9wdGlvbnMuaW5kZXhPZihkZWxpdmVyeU9wdGlvbi5jb2RlKSAhPT0gLTEpO1xyXG4gICAgfVxyXG4gIH1cclxufVxyXG4iXX0=
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { NgModule } from "@angular/core";
|
|
2
|
-
import { CommonModule } from "@angular/common";
|
|
3
|
-
import { PipeModule } from "../../pipe/pipe.module";
|
|
4
|
-
import { TransactionHeaderDeliveryOptionsComponent } from "./transaction-header-delivery-options.component";
|
|
5
|
-
import { InputListboxModule } from "@colijnit/corecomponents_v12";
|
|
6
|
-
export class TransactionHeaderDeliveryOptionsModule {
|
|
7
|
-
}
|
|
8
|
-
TransactionHeaderDeliveryOptionsModule.decorators = [
|
|
9
|
-
{ type: NgModule, args: [{
|
|
10
|
-
imports: [
|
|
11
|
-
CommonModule,
|
|
12
|
-
PipeModule,
|
|
13
|
-
InputListboxModule
|
|
14
|
-
],
|
|
15
|
-
declarations: [
|
|
16
|
-
TransactionHeaderDeliveryOptionsComponent
|
|
17
|
-
],
|
|
18
|
-
exports: [
|
|
19
|
-
TransactionHeaderDeliveryOptionsComponent
|
|
20
|
-
]
|
|
21
|
-
},] }
|
|
22
|
-
];
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24taGVhZGVyLWRlbGl2ZXJ5LW9wdGlvbnMubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdHJhbnNhY3Rpb24vc3JjL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24taGVhZGVyLWZpZWxkcy90cmFuc2FjdGlvbi1oZWFkZXItZGVsaXZlcnktb3B0aW9ucy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLFVBQVUsRUFBQyxNQUFNLHdCQUF3QixDQUFDO0FBQ2xELE9BQU8sRUFBQyx5Q0FBeUMsRUFBQyxNQUFNLGlEQUFpRCxDQUFDO0FBQzFHLE9BQU8sRUFBQyxrQkFBa0IsRUFBQyxNQUFNLDhCQUE4QixDQUFDO0FBZWhFLE1BQU0sT0FBTyxzQ0FBc0M7OztZQWJsRCxRQUFRLFNBQUM7Z0JBQ1IsT0FBTyxFQUFFO29CQUNQLFlBQVk7b0JBQ1osVUFBVTtvQkFDVixrQkFBa0I7aUJBQ25CO2dCQUNELFlBQVksRUFBRTtvQkFDWix5Q0FBeUM7aUJBQzFDO2dCQUNELE9BQU8sRUFBRTtvQkFDUCx5Q0FBeUM7aUJBQzFDO2FBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge05nTW9kdWxlfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQge0NvbW1vbk1vZHVsZX0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xyXG5pbXBvcnQge1BpcGVNb2R1bGV9IGZyb20gXCIuLi8uLi9waXBlL3BpcGUubW9kdWxlXCI7XHJcbmltcG9ydCB7VHJhbnNhY3Rpb25IZWFkZXJEZWxpdmVyeU9wdGlvbnNDb21wb25lbnR9IGZyb20gXCIuL3RyYW5zYWN0aW9uLWhlYWRlci1kZWxpdmVyeS1vcHRpb25zLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQge0lucHV0TGlzdGJveE1vZHVsZX0gZnJvbSBcIkBjb2xpam5pdC9jb3JlY29tcG9uZW50c192MTJcIjtcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgaW1wb3J0czogW1xyXG4gICAgQ29tbW9uTW9kdWxlLFxyXG4gICAgUGlwZU1vZHVsZSxcclxuICAgIElucHV0TGlzdGJveE1vZHVsZVxyXG4gIF0sXHJcbiAgZGVjbGFyYXRpb25zOiBbXHJcbiAgICBUcmFuc2FjdGlvbkhlYWRlckRlbGl2ZXJ5T3B0aW9uc0NvbXBvbmVudFxyXG4gIF0sXHJcbiAgZXhwb3J0czogW1xyXG4gICAgVHJhbnNhY3Rpb25IZWFkZXJEZWxpdmVyeU9wdGlvbnNDb21wb25lbnRcclxuICBdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBUcmFuc2FjdGlvbkhlYWRlckRlbGl2ZXJ5T3B0aW9uc01vZHVsZSB7XHJcbn1cclxuIl19
|