@colijnit/transaction 12.1.145 → 12.1.147

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 (111) hide show
  1. package/bundles/colijnit-transaction.umd.js +698 -397
  2. package/bundles/colijnit-transaction.umd.js.map +1 -1
  3. package/colijnit-transaction.d.ts +125 -123
  4. package/colijnit-transaction.metadata.json +1 -1
  5. package/esm2015/colijnit-transaction.js +126 -124
  6. package/esm2015/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.js +2 -2
  7. package/esm2015/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.js +7 -1
  8. package/esm2015/lib/component/checkout/checkout.component.js +10 -2
  9. package/esm2015/lib/component/core/base/transaction-base.component.js +11 -3
  10. package/esm2015/lib/component/deposit-payment/deposit-payment.component.js +2 -1
  11. package/esm2015/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.component.js +1 -3
  12. package/esm2015/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.module.js +6 -3
  13. package/esm2015/lib/component/payment/payment.component.js +149 -66
  14. package/esm2015/lib/component/transaction-card/transaction-card-invoice/transaction-card-invoice.component.js +50 -48
  15. package/esm2015/lib/component/transaction-cash-register-order/transaction-cash-register-order.component.js +3 -1
  16. package/esm2015/lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/transaction-cash-register-payment-dialog.component.js +3 -2
  17. package/esm2015/lib/component/transaction-confirmation-history/transaction-confirmation-history.component.js +3 -1
  18. package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.js +2 -1
  19. package/esm2015/lib/component/transaction-header-fields/transaction-header-remaining-amount.component.js +2 -2
  20. package/esm2015/lib/component/transaction-line/transaction-invoice-line/transaction-invoice-line-base.component.js +13 -3
  21. package/esm2015/lib/component/transaction-line/transaction-invoice-line/transaction-invoice-line.component.js +15 -11
  22. package/esm2015/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line-base.component.js +20 -7
  23. package/esm2015/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.component.js +3 -2
  24. package/esm2015/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.component.js +8 -4
  25. package/esm2015/lib/component/transaction-line/transaction-picked-line/transaction-picked-line.component.js +4 -2
  26. package/esm2015/lib/component/transaction-line/transaction-picked-line/transaction-picked-line.module.js +4 -3
  27. package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line-base.component.js +3 -2
  28. package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.js +2 -1
  29. package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.module.js +4 -2
  30. package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line-base.component.js +3 -3
  31. package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.component.js +20 -13
  32. package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.module.js +6 -5
  33. package/esm2015/lib/component/transaction-line/transaction-to-be-picked-line/transaction-to-be-picked-line.component.js +4 -2
  34. package/esm2015/lib/component/transaction-line/transaction-to-be-picked-line/transaction-to-be-picked-line.module.js +4 -3
  35. package/esm2015/lib/component/transaction-line-action-buttons/transaction-line-action-buttons-popup.component.js +2 -2
  36. package/esm2015/lib/component/transaction-line-fields/transaction-line-confirmed-delivery-date-button.component.js +108 -0
  37. package/esm2015/lib/component/transaction-line-fields/transaction-line-confirmed-delivery-date-button.module.js +21 -0
  38. package/esm2015/lib/component/transaction-line-fields/transaction-line-confirmed-price/transaction-line-confirmed-price.component.js +72 -0
  39. package/esm2015/lib/component/transaction-line-fields/transaction-line-confirmed-price/transaction-line-confirmed-price.module.js +24 -0
  40. package/esm2015/lib/component/transaction-line-fields/transaction-line-price/transaction-line-price.component.js +3 -3
  41. package/esm2015/lib/component/transaction-line-fields/transaction-line-price/transaction-line-price.module.js +4 -3
  42. package/esm2015/lib/component/transaction-line-fields/transaction-line-quantity.component.js +2 -1
  43. package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier-button.component.js +4 -2
  44. package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier.component.js +1 -1
  45. package/esm2015/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.component.js +4 -4
  46. package/esm2015/lib/component/transaction-line-sales-allocation/transaction-line-sales-allocation.component.js +14 -12
  47. package/esm2015/lib/component/transaction-line-sales-allocation/transaction-line-sales-allocation.module.js +7 -3
  48. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-invoice/transaction-quick-access-invoice.component.js +14 -14
  49. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.js +45 -43
  50. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.js +2 -2
  51. package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/transaction-statusbar.component.js +2 -2
  52. package/esm2015/lib/enum/icon.enum.js +2 -1
  53. package/esm2015/lib/model/icon-svg.js +2 -1
  54. package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
  55. package/esm2015/lib/service/payment.service.js +18 -18
  56. package/esm2015/lib/service/relation.service.js +18 -10
  57. package/esm2015/lib/service/transaction-base.service.js +3 -4
  58. package/esm2015/lib/service/transaction-connector-adapter.service.js +16 -4
  59. package/esm2015/lib/service/transaction-connector.service.js +6 -1
  60. package/esm2015/lib/service/transaction-event.service.js +2 -1
  61. package/esm2015/lib/service/transaction.service.js +5 -22
  62. package/esm2015/lib/transaction-version.js +3 -3
  63. package/fesm2015/colijnit-transaction.js +680 -381
  64. package/fesm2015/colijnit-transaction.js.map +1 -1
  65. package/lib/component/checkout/checkout.component.d.ts +6 -3
  66. package/lib/component/core/base/transaction-base.component.d.ts +2 -0
  67. package/lib/component/dialog/dialog-header-search/style/_layout.scss +1 -0
  68. package/lib/component/dialog/dialog-header-search/style/_material-definition.scss +2 -1
  69. package/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/style/_material-definition.scss +1 -1
  70. package/lib/component/payment/payment.component.d.ts +22 -14
  71. package/lib/component/payment/style/_layout.scss +1 -0
  72. package/lib/component/payment/style/_material-definition.scss +1 -0
  73. package/lib/component/transaction-cash-register-order/transaction-cash-register-order.component.d.ts +1 -0
  74. package/lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/transaction-cash-register-payment-dialog.component.d.ts +1 -0
  75. package/lib/component/transaction-header/transaction-header-popup/style/_layout.scss +11 -0
  76. package/lib/component/transaction-header/transaction-header-popup/style/_material-definition.scss +3 -0
  77. package/lib/component/transaction-header-fields/transaction-header-remaining-amount.component.d.ts +0 -1
  78. package/lib/component/transaction-line/transaction-invoice-line/transaction-invoice-line-base.component.d.ts +2 -1
  79. package/lib/component/transaction-line/transaction-line/style/_layout.scss +1 -1
  80. package/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line-base.component.d.ts +3 -1
  81. package/lib/component/transaction-line/transaction-purchase-order-line/style/_layout.scss +9 -3
  82. package/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.component.d.ts +0 -1
  83. package/lib/component/transaction-line-fields/transaction-line-confirmed-delivery-date-button.component.d.ts +34 -0
  84. package/lib/component/transaction-line-fields/transaction-line-confirmed-delivery-date-button.module.d.ts +2 -0
  85. package/lib/component/transaction-line-fields/transaction-line-confirmed-price/style/_layout.scss +17 -0
  86. package/lib/component/transaction-line-fields/transaction-line-confirmed-price/style/_material-definition.scss +1 -0
  87. package/lib/component/transaction-line-fields/transaction-line-confirmed-price/style/_theme.scss +4 -0
  88. package/lib/component/transaction-line-fields/transaction-line-confirmed-price/style/material.scss +4 -0
  89. package/lib/component/transaction-line-fields/transaction-line-confirmed-price/transaction-line-confirmed-price.component.d.ts +17 -0
  90. package/lib/component/transaction-line-fields/transaction-line-confirmed-price/transaction-line-confirmed-price.module.d.ts +2 -0
  91. package/lib/component/transaction-line-purchase-confirmation/style/_layout.scss +2 -2
  92. package/lib/component/transaction-line-sales-allocation/style/_layout.scss +4 -15
  93. package/lib/component/transaction-line-side-panel/style/_layout.scss +18 -0
  94. package/lib/component/transaction-lines/style/material.scss +1 -0
  95. package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.d.ts +3 -3
  96. package/lib/enum/icon.enum.d.ts +1 -0
  97. package/lib/res/dictionary/dictionaries.d.ts +31 -2
  98. package/lib/service/payment.service.d.ts +2 -2
  99. package/lib/service/relation.service.d.ts +1 -0
  100. package/lib/service/transaction-base.service.d.ts +0 -1
  101. package/lib/service/transaction-connector-adapter.service.d.ts +1 -0
  102. package/lib/service/transaction-connector.service.d.ts +1 -0
  103. package/lib/service/transaction-event.service.d.ts +1 -0
  104. package/lib/service/transaction.service.d.ts +2 -3
  105. package/lib/style/_variables.scss +5 -3
  106. package/lib/style/transaction-globals.scss +4 -0
  107. package/package.json +3 -3
  108. package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-price.component.js +0 -72
  109. package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-price.module.js +0 -23
  110. package/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-price.component.d.ts +0 -15
  111. package/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-price.module.d.ts +0 -2
@@ -2113,6 +2113,7 @@ export declare class Dictionaries {
2113
2113
  ALLOCATED_NOT_INVOICED: string;
2114
2114
  ALLOCATE_ALL: string;
2115
2115
  ALLOCATE_ALL_SELECTED_ORDERS: string;
2116
+ ALLOCATE_DETAILS: string;
2116
2117
  ALLOCATE_FIFO: string;
2117
2118
  ALLOCATE_ORDERS: string;
2118
2119
  ALLOCATE_STD_LOCATION: string;
@@ -2152,6 +2153,7 @@ export declare class Dictionaries {
2152
2153
  ALREADY_DELIVERED: string;
2153
2154
  ALREADY_EXISTS: string;
2154
2155
  ALREADY_INVOICED: string;
2156
+ ALREADY_IN_ORDER: string;
2155
2157
  ALREADY_PICKED: string;
2156
2158
  ALREADY_TO_PICK: string;
2157
2159
  ALSO_COPY: string;
@@ -2524,7 +2526,8 @@ export declare class Dictionaries {
2524
2526
  BOOKINGS_UNCAPITALIZED: string;
2525
2527
  BOOKING_LINE: string;
2526
2528
  BOOKING_LINES: string;
2527
- BOOKING_SEARCH_GENERAL_INFO: string;
2529
+ BOOKING_SEARCH_GENERAL_INFO_SUPPLIER: string;
2530
+ BOOKING_SEARCH_GENERAL_INFO_CUSTOMER: string;
2528
2531
  BOOK_DATE: string;
2529
2532
  BOOK_INVOICE: string;
2530
2533
  BOOK_PRICE: string;
@@ -3298,6 +3301,7 @@ export declare class Dictionaries {
3298
3301
  DATE_COLLECTED: string;
3299
3302
  DATE_CONDITION: string;
3300
3303
  DATE_DEFINATE: string;
3304
+ DATE_DELIVERED: string;
3301
3305
  DATE_END_ABSENCE: string;
3302
3306
  DATE_FAMILY_EXPANSION: string;
3303
3307
  DATE_FILTER: string;
@@ -4773,6 +4777,7 @@ export declare class Dictionaries {
4773
4777
  LONG_43_366_DAYS: string;
4774
4778
  LONG_ANSWER: string;
4775
4779
  LOOKAT: string;
4780
+ LOOK_AT: string;
4776
4781
  LYING_COLUMN: string;
4777
4782
  M: string;
4778
4783
  MAILING_ADDRESS: string;
@@ -5405,6 +5410,7 @@ export declare class Dictionaries {
5405
5410
  NOT_AVAILABLE: string;
5406
5411
  NOT_AVAILABLE_ON: string;
5407
5412
  NOT_BEFORE: string;
5413
+ NOT_BLOCKED: string;
5408
5414
  NOT_COMPLETE: string;
5409
5415
  NOT_COMPLETELY_ALLOCATED: string;
5410
5416
  NOT_COMPLETELY_ASSIGNED: string;
@@ -5993,6 +5999,7 @@ export declare class Dictionaries {
5993
5999
  PHOTO_DIMENSION_TOOL: string;
5994
6000
  PHYSICAL: string;
5995
6001
  PICKED: string;
6002
+ PICKED_DETAILS: string;
5996
6003
  PICKING_BY_STORAGE: string;
5997
6004
  PICKING_BY_STORAGE_FOR_TRANSFER: string;
5998
6005
  PICKING_CONTROLE: string;
@@ -6964,6 +6971,7 @@ export declare class Dictionaries {
6964
6971
  SEARCH_EMPLOYEES: string;
6965
6972
  SEARCH_EMPLOYERS: string;
6966
6973
  SEARCH_EXCEEDENCE_CODE: string;
6974
+ SEARCH_FILTER: string;
6967
6975
  SEARCH_FOR: string;
6968
6976
  SEARCH_FULL_VERB: string;
6969
6977
  SEARCH_IMPERATIVE: string;
@@ -7077,6 +7085,8 @@ export declare class Dictionaries {
7077
7085
  SELECT_COMPANY: string;
7078
7086
  SELECT_CUSTOMER: string;
7079
7087
  SELECT_DATE: string;
7088
+ SELECT_END_DATE: string;
7089
+ SELECT_START_DATE: string;
7080
7090
  SELECT_DATE_RANGE: string;
7081
7091
  SELECT_DESELECT_ALL: string;
7082
7092
  SELECT_EMAIL_ADDRESS: string;
@@ -7700,6 +7710,7 @@ export declare class Dictionaries {
7700
7710
  TO_BE_CONFIRMED: string;
7701
7711
  TO_BE_INVOICED: string;
7702
7712
  TO_BE_PICKED: string;
7713
+ TO_BE_PICKED_DETAILS: string;
7703
7714
  TO_BE_PLANNED: string;
7704
7715
  TO_BE_TRANSPORTED: string;
7705
7716
  TO_BE_USED: string;
@@ -8171,6 +8182,9 @@ export declare class Dictionaries {
8171
8182
  AMOUNT_IN: string;
8172
8183
  AMOUNT_OUT: string;
8173
8184
  BOOK_AMOUNT: string;
8185
+ ">_30_DAYS": string;
8186
+ "30_60_DAYS": string;
8187
+ ">_60_DAYS": string;
8174
8188
  };
8175
8189
  text_fr: {
8176
8190
  CHARACTERISTIC: string;
@@ -10143,6 +10157,7 @@ export declare class Dictionaries {
10143
10157
  ALLOCATED_NOT_DELIVERED: string;
10144
10158
  ALLOCATED_NOT_INVOICED: string;
10145
10159
  ALLOCATE_ALL: string;
10160
+ ALLOCATE_DETAILS: string;
10146
10161
  ALLOCATE_ALL_SELECTED_ORDERS: string;
10147
10162
  ALLOCATE_FIFO: string;
10148
10163
  ALLOCATE_ORDERS: string;
@@ -10187,6 +10202,7 @@ export declare class Dictionaries {
10187
10202
  ALREADY_DELIVERED: string;
10188
10203
  ALREADY_EXISTS: string;
10189
10204
  ALREADY_INVOICED: string;
10205
+ ALREADY_IN_ORDER: string;
10190
10206
  ALREADY_PICKED: string;
10191
10207
  ALREADY_SENT: string;
10192
10208
  ALREADY_TO_PICK: string;
@@ -10585,7 +10601,8 @@ export declare class Dictionaries {
10585
10601
  BOOKING_LINES: string;
10586
10602
  BOOKING_LINE_DESCRIPTION: string;
10587
10603
  BOOKING_REPORT: string;
10588
- BOOKING_SEARCH_GENERAL_INFO: string;
10604
+ BOOKING_SEARCH_GENERAL_INFO_SUPPLIER: string;
10605
+ BOOKING_SEARCH_GENERAL_INFO_CUSTOMER: string;
10589
10606
  BOOKING_SELECTION: string;
10590
10607
  BOOK_AMOUNT: string;
10591
10608
  BOOK_DATA: string;
@@ -11507,6 +11524,7 @@ export declare class Dictionaries {
11507
11524
  DATE_COLLECTED: string;
11508
11525
  DATE_CONDITION: string;
11509
11526
  DATE_DEFINATE: string;
11527
+ DATE_DELIVERED: string;
11510
11528
  DATE_END_ABSENCE: string;
11511
11529
  DATE_END_LEAVE: string;
11512
11530
  DATE_FAMILY_EXPANSION: string;
@@ -13184,6 +13202,7 @@ export declare class Dictionaries {
13184
13202
  LONG_43_366_DAYS: string;
13185
13203
  LONG_ANSWER: string;
13186
13204
  LOOKAT: string;
13205
+ LOOK_AT: string;
13187
13206
  LOYALTY: string;
13188
13207
  LYING_COLUMN: string;
13189
13208
  M: string;
@@ -13879,6 +13898,7 @@ export declare class Dictionaries {
13879
13898
  NOT_AVAILABLE: string;
13880
13899
  NOT_AVAILABLE_ON: string;
13881
13900
  NOT_BEFORE: string;
13901
+ NOT_BLOCKED: string;
13882
13902
  NOT_COMPLETE: string;
13883
13903
  NOT_COMPLETELY_ALLOCATED: string;
13884
13904
  NOT_COMPLETE_ORDERS: string;
@@ -14206,6 +14226,7 @@ export declare class Dictionaries {
14206
14226
  OPV_TREE_MAINTENANCE: string;
14207
14227
  OR: string;
14208
14228
  ORDER: string;
14229
+ ORDER_LINE_HAS_LOGISTICAL_STATE: string;
14209
14230
  ORDERAMOUNT: string;
14210
14231
  ORDERCONFIRMATION_ACCEPTANCE: string;
14211
14232
  ORDERED: string;
@@ -14527,6 +14548,7 @@ export declare class Dictionaries {
14527
14548
  PHYSICAL: string;
14528
14549
  PHYSICAL_STOCK: string;
14529
14550
  PICKED: string;
14551
+ PICKED_DETAILS: string;
14530
14552
  PICKING_BY_STORAGE: string;
14531
14553
  PICKING_BY_STORAGE_FOR_TRANSFER: string;
14532
14554
  PICKING_CONTROLE: string;
@@ -15617,6 +15639,7 @@ export declare class Dictionaries {
15617
15639
  SEARCH_BUYORDERS: string;
15618
15640
  SEARCH_BY_ARTICLENUMBER_NAME_OR_DESCRIPTION: string;
15619
15641
  SEARCH_BY_ARTICLENUMBER_OR_DESCRIPTION: string;
15642
+ SEARCH_FILTER: string;
15620
15643
  SEARCH_CATALOGUE: string;
15621
15644
  SEARCH_CODE: string;
15622
15645
  SEARCH_COMMISSION_CODE: string;
@@ -15758,6 +15781,8 @@ export declare class Dictionaries {
15758
15781
  SELECT_COMPANY: string;
15759
15782
  SELECT_CUSTOMER: string;
15760
15783
  SELECT_DATE: string;
15784
+ SELECT_END_DATE: string;
15785
+ SELECT_START_DATE: string;
15761
15786
  SELECT_DATE_RANGE: string;
15762
15787
  SELECT_DESELECT_ALL: string;
15763
15788
  SELECT_DRAWER: string;
@@ -16474,6 +16499,7 @@ export declare class Dictionaries {
16474
16499
  TO_BE_CONFIRMED: string;
16475
16500
  TO_BE_INVOICED: string;
16476
16501
  TO_BE_PICKED: string;
16502
+ TO_BE_PICKED_DETAILS: string;
16477
16503
  TO_BE_PLANNED: string;
16478
16504
  TO_BE_TRANSPORTED: string;
16479
16505
  TO_BE_USED: string;
@@ -17016,5 +17042,8 @@ export declare class Dictionaries {
17016
17042
  ZERO_VALUES: string;
17017
17043
  ZMF: string;
17018
17044
  ZVP: string;
17045
+ ">_30_DAYS": string;
17046
+ "30_60_DAYS": string;
17047
+ ">_60_DAYS": string;
17019
17048
  };
17020
17049
  }
@@ -54,8 +54,8 @@ export declare class PaymentService {
54
54
  getPaymentMethodsForSalesOrder(branchNr: string): Promise<PaymentMethod[]>;
55
55
  getPaymentMethodsForCashRegister(branchNr: string): Promise<PaymentMethod[]>;
56
56
  processPosTransactionByUuid(uuid: string): Promise<boolean>;
57
- getPaymentMethodsViewModels(branchNr: string, transactionKind: TransactionKind): Promise<PaymentViewmodel[]>;
58
- handlePayment(paymentMethod: PaymentMethod, transId: number, currencyId: number, cashRegister?: CashRegister, amountToPay?: number): void;
57
+ getPaymentMethodsViewModels(branchNr: string, transactionKind?: TransactionKind): Promise<PaymentViewmodel[]>;
58
+ handlePayment(paymentMethod: PaymentMethod, transactionUuid: string, transId: number, currencyId: number, cashRegister?: CashRegister, amountToPay?: number): void;
59
59
  private _handlePayment;
60
60
  private _doPayment;
61
61
  private _getDepositPaymentInfo;
@@ -21,6 +21,7 @@ export declare class RelationService {
21
21
  private readonly _getMethods;
22
22
  private readonly _updateMethods;
23
23
  private readonly _insertMethods;
24
+ relationLocked: boolean;
24
25
  private _boFactory;
25
26
  constructor(_adapterService: RelationConnectorService, _selectMultipleCacheService: SelectMultipleCacheService, _selectSingleCacheService: SelectSingleCacheService, _selectMultipleParameterizedCacheService: SelectMultipleParameterizedCacheService);
26
27
  getCustomerFullObject(relationNo: number): Promise<CustomerFullObject>;
@@ -73,7 +73,6 @@ export declare class TransactionBaseService {
73
73
  purchasePortalLine: PurchasePortalLine[];
74
74
  docDeliveryBatch: DocDeliveryBatch;
75
75
  internalParameterAllowsDropShipment: boolean;
76
- internalParameterPartialInvoice: boolean;
77
76
  internalParameterReceiveGoodsWithDataTerminal: boolean;
78
77
  internalParameterPakBinnen: boolean;
79
78
  articleAmount: number;
@@ -177,6 +177,7 @@ export declare class TransactionConnectorAdapterService {
177
177
  getHistoricStateValues(): Promise<CodeDescription[]>;
178
178
  getPaymentMethodsForSalesOrder(branchNr: string): Promise<PaymentMethod[]>;
179
179
  getPaymentMethodsForCashRegister(branchNr: string): Promise<PaymentMethod[]>;
180
+ getMaxConfirmedDeliveryDateForPurchaseOrder(transId: number): Promise<Date>;
180
181
  commit(): Promise<boolean>;
181
182
  rollback(): Promise<boolean>;
182
183
  createTransaction(kind: TransactionKind, branchNr: string): Promise<TransactionInfoResponse>;
@@ -185,6 +185,7 @@ export declare class TransactionConnectorService {
185
185
  getWarehouses(branchNr?: string): Promise<Warehouse[]>;
186
186
  getWarehouseStockInfoByGoodAndBranch(goodId: number, branchNr: string): Promise<WarehouseStockInfo[]>;
187
187
  getHistoricStateValues(): Promise<CodeDescription[]>;
188
+ getMaxConfirmedDeliveryDateForPurchaseOrder(transId: number): Promise<Date>;
188
189
  changeTransactionLineCommissionCode(uuid: string, lineUuid: string, code: string): Promise<TransactionInfoResponse>;
189
190
  changeTransactionLineSupplier(uuid: string, lineUuid: string, id: number): Promise<TransactionInfoResponse>;
190
191
  changeTransactionLineWarehouse(uuid: string, lineUuid: string, warehouseNumber: number): Promise<TransactionInfoResponse>;
@@ -56,6 +56,7 @@ export declare class TransactionEventService {
56
56
  readonly selectAllLines: Subject<boolean>;
57
57
  readonly transactionHeaderDirty: Subject<boolean>;
58
58
  readonly transactionLineChanged: Subject<TransactionLineInfo>;
59
+ readonly transactionLineRefTransactionsChanged: BehaviorSubject<TransactionLineInfo>;
59
60
  readonly transactionLineAdded: BehaviorSubject<number>;
60
61
  readonly openArticleTextOverview: Subject<TransactionLineInfo>;
61
62
  readonly addArticleText: Subject<TransactionLineInfo>;
@@ -100,7 +100,7 @@ import { ChangeHeaderRetailStadiumRequest } from '@colijnit/transactionapi/build
100
100
  import { RetailStadium } from '@colijnit/transactionapi/build/model/retail-stadium.bo';
101
101
  import { WorkFlowStatus } from '@colijnit/transactionapi/build/model/workflow-status.bo';
102
102
  import { ChangeLineQuantitySelectedLineRequest } from '@colijnit/transactionapi/build/model/change-line-quantity-selected-line-request';
103
- import { IFrameArticleRequest } from "@colijnit/transactionapi/build/model/iFrame-article-request";
103
+ import { IFrameArticleRequest } from '@colijnit/transactionapi/build/model/iFrame-article-request';
104
104
  export declare class TransactionService extends PendingReasonService {
105
105
  remainingAmount: number;
106
106
  private readonly _createTransactionMethods;
@@ -112,7 +112,6 @@ export declare class TransactionService extends PendingReasonService {
112
112
  logOut(): Promise<void>;
113
113
  preparePakBinnenInternalParam(): void;
114
114
  prepareDropShipmentInternalParam(): void;
115
- preparePartialInvoiceInternalParam(): void;
116
115
  prepareReceiveGoodsWithDataTerminalInternalParam(): void;
117
116
  getFocusStatusIndex(category: TransactionTypeCategory): number;
118
117
  getRelationKindFromTransactionKind(): RelationKind;
@@ -194,7 +193,6 @@ export declare class TransactionService extends PendingReasonService {
194
193
  changeLineSequence(lineUuid: string, aboveLineNr?: number, belowLineNr?: number): Promise<boolean>;
195
194
  deleteTransactionLine(transactionUuid: string, TransactionLineUuid: string): Promise<boolean>;
196
195
  changeTransactionLineQuantity(transactionUuid: string, lineUuid: string, newQuantity: number): Promise<boolean>;
197
- setRelationByUser(username: string, password: string): Promise<boolean>;
198
196
  getGoodsReceiptHistory(transId: number, lineNr: number): Promise<GoodsReceiptHistory>;
199
197
  receiveGoodsForPurchaseOrder(transactionId: number, version: number, request: ReceiveGoodsForPurchaseOrderRequest): Promise<boolean>;
200
198
  receiveGoodsForPurchaseOrderCorrection(transactionId: number, version: number, request: ReceiveGoodsForPurchaseOrderCorrectionRequest): Promise<boolean>;
@@ -220,6 +218,7 @@ export declare class TransactionService extends PendingReasonService {
220
218
  getOnHoldCodes(): Promise<OnHoldCode[]>;
221
219
  getWarehouses(): Promise<Warehouse[]>;
222
220
  getWarehouseStockInfoByGoodAndBranch(goodId: number): Promise<WarehouseStockInfo[]>;
221
+ getMaxConfirmedDeliveryDateForPurchaseOrder(transId: number): Promise<Date>;
223
222
  getHistoricStateValues(): Promise<CodeDescription[]>;
224
223
  getCustomerGroups(): Promise<CustomerGroup[]>;
225
224
  getWorkFlowStatuses(transactionKind: TransactionKind): Promise<WorkFlowStatus[]>;
@@ -12,14 +12,14 @@ $tp-color-select: #f0f5ff !default;
12
12
  $tp-color-hover: #e8eceb !default;
13
13
  $tp-color-active: #429777 !default;
14
14
  $tp-color-grey: #DAD9D9 !default;
15
- $tp-color-error: #C1002A !default;
15
+ $tp-color-error: #FF4141 !default;
16
16
  $tp-color-warning: #DF7C2A !default;
17
17
  $tp-color-label: #8083A3 !default;
18
18
  $tp-color-font: #171721 !default;
19
19
  $tp-color-text-grey: #747b87 !default;
20
20
  $tp-color-negative-value: #C1002A !default;
21
21
  $tp-color-discount-value: #FF4141 !default;
22
- $tp-color-payed-value: #FF4141 !default;
22
+ $tp-color-payed-value: #37c949 !default;
23
23
 
24
24
  $tp-color-border: #DCE4EA !default;
25
25
  $tp-color-background-selected: #f1fcff !default;
@@ -92,9 +92,11 @@ $tp-transaction-header-font-family: $tp-font-family !default;
92
92
  $tp-transaction-header-font-size: 14px !default;
93
93
  $tp-transaction-header-font-color: $tp-color-dark !default;
94
94
  $tp-transaction-lines-drag-handle-size: 30px !default;
95
- $tp-transaction-quick-access-column-gap: 10px;
95
+ $tp-transaction-quick-access-column-gap: 10px !default;
96
96
 
97
97
 
98
+ $tp-transaction-input-right-align: end !default;
99
+
98
100
  // payment num pad globals
99
101
  $tp-payment-amount-color: rgba(0, 0, 0, 0.5) !default;
100
102
  $tp-payment-amount-background-color: white !default;
@@ -74,6 +74,10 @@
74
74
  color: $tp-color-negative-value;
75
75
  }
76
76
 
77
+ .transaction-red-label {
78
+ color: $tp-color-error;
79
+ }
80
+
77
81
  .payment-to-pay-keypad {
78
82
  .key-pad-wrapper {
79
83
  background: transparent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "12.1.145",
3
+ "version": "12.1.147",
4
4
  "description": "Colijn IT transaction module for Angular 12",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",
@@ -14,12 +14,12 @@
14
14
  "@colijnit/corecomponents": ">=1.12.0",
15
15
  "@colijnit/corecomponents_v12": ">=12.1.8",
16
16
  "@colijnit/ioneconnector": ">=3.1.6",
17
- "@colijnit/mainapi": ">=1.0.23",
17
+ "@colijnit/mainapi": ">=1.0.24",
18
18
  "@colijnit/product": ">=12.0.0",
19
19
  "@colijnit/relationapi": ">=1.0.8",
20
20
  "@colijnit/sharedapi": ">=1.0.16",
21
21
  "@colijnit/sharedcomponents": ">=1.0.46",
22
- "@colijnit/transactionapi": ">=1.1.102",
22
+ "@colijnit/transactionapi": ">=1.1.103",
23
23
  "@types/three": ">=0.125.0",
24
24
  "@tweenjs/tween.js": ">=17.2.0",
25
25
  "three": ">=0.125.0"
@@ -1,72 +0,0 @@
1
- import { Component, HostBinding, HostListener, Input, ViewChild, ViewEncapsulation } from "@angular/core";
2
- import { InputTextComponent } from "@colijnit/corecomponents_v12";
3
- import { PurchasePortalLine } from "@colijnit/transactionapi/build/model/purchase-portal-line.bo";
4
- export class TransactionPurchasePortalLineConfirmedPriceComponent {
5
- constructor() {
6
- this.defaultEditMode = false;
7
- this.readonly = false;
8
- this.purchasePortalLine = new PurchasePortalLine();
9
- this.showClass = true;
10
- this._editMode = false;
11
- }
12
- set child(content) {
13
- if (content) {
14
- this.input = content;
15
- if (this._editMode) {
16
- this.input.requestFocus();
17
- setTimeout(() => {
18
- this.input.input.select();
19
- });
20
- }
21
- }
22
- }
23
- set editMode(value) {
24
- this._editMode = value;
25
- if (this._editMode && this.input) {
26
- this.input.doFocus();
27
- }
28
- }
29
- get editMode() {
30
- return this._editMode;
31
- }
32
- handleClick(event) {
33
- event.preventDefault();
34
- event.stopPropagation();
35
- if (!this.readonly) {
36
- this.editMode = true;
37
- }
38
- }
39
- }
40
- TransactionPurchasePortalLineConfirmedPriceComponent.decorators = [
41
- { type: Component, args: [{
42
- selector: "co-transaction-purchase-portal-line-confirmed-price",
43
- template: `
44
- <co-input-text *ngIf="(!editMode || readonly) && !defaultEditMode"
45
- [model]="purchasePortalLine.confirmedPrice | coCurrency"
46
- [readonly]="true"
47
- [customHeight]="true"
48
- (click)="handleClick($event)"
49
- ></co-input-text>
50
- <co-input-text #input *ngIf="editMode || defaultEditMode"
51
- [hideArrowButtons]="true"
52
- [type]="'number'"
53
- [min]="0"
54
- [(model)]="purchasePortalLine.confirmedPrice"
55
- (blur)="editMode = false"
56
- [customHeight]="true"
57
- ></co-input-text>
58
- `,
59
- encapsulation: ViewEncapsulation.None
60
- },] }
61
- ];
62
- TransactionPurchasePortalLineConfirmedPriceComponent.ctorParameters = () => [];
63
- TransactionPurchasePortalLineConfirmedPriceComponent.propDecorators = {
64
- child: [{ type: ViewChild, args: ['input', { read: InputTextComponent },] }],
65
- defaultEditMode: [{ type: Input }],
66
- readonly: [{ type: Input }],
67
- editMode: [{ type: Input }],
68
- purchasePortalLine: [{ type: Input }],
69
- showClass: [{ type: HostBinding, args: ["class.co-transaction-purchase-portal-line-confirmed-price",] }],
70
- handleClick: [{ type: HostListener, args: ["click", ["$event"],] }]
71
- };
72
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tcHVyY2hhc2UtcG9ydGFsLWxpbmUtY29uZmlybWVkLXByaWNlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWxpbmUtZmllbGRzL3RyYW5zYWN0aW9uLXB1cmNoYXNlLXBvcnRhbC1saW5lLWNvbmZpcm1lZC1wcmljZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBRSxXQUFXLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDeEcsT0FBTyxFQUFDLGtCQUFrQixFQUFDLE1BQU0sOEJBQThCLENBQUM7QUFDaEUsT0FBTyxFQUFDLGtCQUFrQixFQUFDLE1BQU0sOERBQThELENBQUM7QUFzQmhHLE1BQU0sT0FBTyxvREFBb0Q7SUFtRC9EO1FBcENPLG9CQUFlLEdBQVksS0FBSyxDQUFDO1FBR2pDLGFBQVEsR0FBWSxLQUFLLENBQUM7UUFXMUIsdUJBQWtCLEdBQXVCLElBQUksa0JBQWtCLEVBQUUsQ0FBQztRQU9sRSxjQUFTLEdBQVksSUFBSSxDQUFDO1FBYXpCLGNBQVMsR0FBWSxLQUFLLENBQUM7SUFJbkMsQ0FBQztJQW5ERCxJQUFzRCxLQUFLLENBQUMsT0FBTztRQUNqRSxJQUFJLE9BQU8sRUFBRTtZQUNYLElBQUksQ0FBQyxLQUFLLEdBQUcsT0FBTyxDQUFDO1lBQ3JCLElBQUksSUFBSSxDQUFDLFNBQVMsRUFBRTtnQkFDbEIsSUFBSSxDQUFDLEtBQUssQ0FBQyxZQUFZLEVBQUUsQ0FBQztnQkFDMUIsVUFBVSxDQUFDLEdBQUcsRUFBRTtvQkFDZCxJQUFJLENBQUMsS0FBSyxDQUFDLEtBQUssQ0FBQyxNQUFNLEVBQUUsQ0FBQztnQkFDNUIsQ0FBQyxDQUFDLENBQUE7YUFDSDtTQUNGO0lBQ0gsQ0FBQztJQVFELElBQ1csUUFBUSxDQUFDLEtBQWM7UUFDaEMsSUFBSSxDQUFDLFNBQVMsR0FBRyxLQUFLLENBQUM7UUFDdkIsSUFBSSxJQUFJLENBQUMsU0FBUyxJQUFJLElBQUksQ0FBQyxLQUFLLEVBQUU7WUFDaEMsSUFBSSxDQUFDLEtBQUssQ0FBQyxPQUFPLEVBQUUsQ0FBQztTQUN0QjtJQUNILENBQUM7SUFLRCxJQUFXLFFBQVE7UUFDakIsT0FBTyxJQUFJLENBQUMsU0FBUyxDQUFDO0lBQ3hCLENBQUM7SUFNTSxXQUFXLENBQUMsS0FBaUI7UUFDbEMsS0FBSyxDQUFDLGNBQWMsRUFBRSxDQUFDO1FBQ3ZCLEtBQUssQ0FBQyxlQUFlLEVBQUUsQ0FBQztRQUN4QixJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsRUFBRTtZQUNsQixJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQztTQUN0QjtJQUNILENBQUM7OztZQWpFRixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLHFEQUFxRDtnQkFDL0QsUUFBUSxFQUFFOzs7Ozs7Ozs7Ozs7Ozs7R0FlVDtnQkFDRCxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTthQUN0Qzs7OztvQkFHRSxTQUFTLFNBQUMsT0FBTyxFQUFFLEVBQUUsSUFBSSxFQUFFLGtCQUFrQixFQUFFOzhCQVkvQyxLQUFLO3VCQUdMLEtBQUs7dUJBR0wsS0FBSztpQ0FRTCxLQUFLO3dCQU9MLFdBQVcsU0FBQywyREFBMkQ7MEJBR3ZFLFlBQVksU0FBQyxPQUFPLEVBQUUsQ0FBQyxRQUFRLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0NvbXBvbmVudCwgSG9zdEJpbmRpbmcsIEhvc3RMaXN0ZW5lciwgSW5wdXQsIFZpZXdDaGlsZCwgVmlld0VuY2Fwc3VsYXRpb259IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7SW5wdXRUZXh0Q29tcG9uZW50fSBmcm9tIFwiQGNvbGlqbml0L2NvcmVjb21wb25lbnRzX3YxMlwiO1xyXG5pbXBvcnQge1B1cmNoYXNlUG9ydGFsTGluZX0gZnJvbSBcIkBjb2xpam5pdC90cmFuc2FjdGlvbmFwaS9idWlsZC9tb2RlbC9wdXJjaGFzZS1wb3J0YWwtbGluZS5ib1wiO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6IFwiY28tdHJhbnNhY3Rpb24tcHVyY2hhc2UtcG9ydGFsLWxpbmUtY29uZmlybWVkLXByaWNlXCIsXHJcbiAgdGVtcGxhdGU6IGBcclxuICAgIDxjby1pbnB1dC10ZXh0ICpuZ0lmPVwiKCFlZGl0TW9kZSAgfHwgcmVhZG9ubHkpICYmICFkZWZhdWx0RWRpdE1vZGVcIlxyXG4gICAgICAgICAgICAgICAgICAgW21vZGVsXT1cInB1cmNoYXNlUG9ydGFsTGluZS5jb25maXJtZWRQcmljZSB8IGNvQ3VycmVuY3lcIlxyXG4gICAgICAgICAgICAgICAgICAgW3JlYWRvbmx5XT1cInRydWVcIlxyXG4gICAgICAgICAgICAgICAgICAgW2N1c3RvbUhlaWdodF09XCJ0cnVlXCJcclxuICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJoYW5kbGVDbGljaygkZXZlbnQpXCJcclxuICAgID48L2NvLWlucHV0LXRleHQ+XHJcbiAgICA8Y28taW5wdXQtdGV4dCAjaW5wdXQgKm5nSWY9XCJlZGl0TW9kZSB8fCBkZWZhdWx0RWRpdE1vZGVcIlxyXG4gICAgICAgICAgICAgICAgICAgW2hpZGVBcnJvd0J1dHRvbnNdPVwidHJ1ZVwiXHJcbiAgICAgICAgICAgICAgICAgICBbdHlwZV09XCInbnVtYmVyJ1wiXHJcbiAgICAgICAgICAgICAgICAgICBbbWluXT1cIjBcIlxyXG4gICAgICAgICAgICAgICAgICAgWyhtb2RlbCldPVwicHVyY2hhc2VQb3J0YWxMaW5lLmNvbmZpcm1lZFByaWNlXCJcclxuICAgICAgICAgICAgICAgICAgIChibHVyKT1cImVkaXRNb2RlID0gZmFsc2VcIlxyXG4gICAgICAgICAgICAgICAgICAgW2N1c3RvbUhlaWdodF09XCJ0cnVlXCJcclxuICAgID48L2NvLWlucHV0LXRleHQ+XHJcbiAgYCxcclxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBUcmFuc2FjdGlvblB1cmNoYXNlUG9ydGFsTGluZUNvbmZpcm1lZFByaWNlQ29tcG9uZW50IHtcclxuXHJcbiAgQFZpZXdDaGlsZCgnaW5wdXQnLCB7IHJlYWQ6IElucHV0VGV4dENvbXBvbmVudCB9KSBzZXQgY2hpbGQoY29udGVudCkge1xyXG4gICAgaWYgKGNvbnRlbnQpIHtcclxuICAgICAgdGhpcy5pbnB1dCA9IGNvbnRlbnQ7XHJcbiAgICAgIGlmICh0aGlzLl9lZGl0TW9kZSkge1xyXG4gICAgICAgIHRoaXMuaW5wdXQucmVxdWVzdEZvY3VzKCk7XHJcbiAgICAgICAgc2V0VGltZW91dCgoKSA9PiB7XHJcbiAgICAgICAgICB0aGlzLmlucHV0LmlucHV0LnNlbGVjdCgpO1xyXG4gICAgICAgIH0pXHJcbiAgICAgIH1cclxuICAgIH1cclxuICB9XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgcHVibGljIGRlZmF1bHRFZGl0TW9kZTogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyByZWFkb25seTogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBzZXQgZWRpdE1vZGUodmFsdWU6IGJvb2xlYW4pIHtcclxuICAgIHRoaXMuX2VkaXRNb2RlID0gdmFsdWU7XHJcbiAgICBpZiAodGhpcy5fZWRpdE1vZGUgJiYgdGhpcy5pbnB1dCkge1xyXG4gICAgICB0aGlzLmlucHV0LmRvRm9jdXMoKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgcHVibGljIHB1cmNoYXNlUG9ydGFsTGluZTogUHVyY2hhc2VQb3J0YWxMaW5lID0gbmV3IFB1cmNoYXNlUG9ydGFsTGluZSgpO1xyXG5cclxuICBwdWJsaWMgZ2V0IGVkaXRNb2RlKCk6IGJvb2xlYW4ge1xyXG4gICAgcmV0dXJuIHRoaXMuX2VkaXRNb2RlO1xyXG4gIH1cclxuXHJcbiAgQEhvc3RCaW5kaW5nKFwiY2xhc3MuY28tdHJhbnNhY3Rpb24tcHVyY2hhc2UtcG9ydGFsLWxpbmUtY29uZmlybWVkLXByaWNlXCIpXHJcbiAgcHVibGljIHNob3dDbGFzczogYm9vbGVhbiA9IHRydWU7XHJcblxyXG4gIEBIb3N0TGlzdGVuZXIoXCJjbGlja1wiLCBbXCIkZXZlbnRcIl0pXHJcbiAgcHVibGljIGhhbmRsZUNsaWNrKGV2ZW50OiBNb3VzZUV2ZW50KSB7XHJcbiAgICBldmVudC5wcmV2ZW50RGVmYXVsdCgpO1xyXG4gICAgZXZlbnQuc3RvcFByb3BhZ2F0aW9uKCk7XHJcbiAgICBpZiAoIXRoaXMucmVhZG9ubHkpIHtcclxuICAgICAgdGhpcy5lZGl0TW9kZSA9IHRydWU7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgaW5wdXQ6IElucHV0VGV4dENvbXBvbmVudDtcclxuXHJcbiAgcHJpdmF0ZSBfZWRpdE1vZGU6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgY29uc3RydWN0b3IoXHJcbiAgKSB7XHJcbiAgfVxyXG5cclxufVxyXG4iXX0=
@@ -1,23 +0,0 @@
1
- import { NgModule } from "@angular/core";
2
- import { CommonModule } from "@angular/common";
3
- import { InputTextModule } from "@colijnit/corecomponents_v12";
4
- import { PipeModule } from "../../pipe/pipe.module";
5
- import { TransactionPurchasePortalLineConfirmedPriceComponent } from "./transaction-purchase-portal-line-confirmed-price.component";
6
- export class TransactionPurchasePortalLineConfirmedPriceModule {
7
- }
8
- TransactionPurchasePortalLineConfirmedPriceModule.decorators = [
9
- { type: NgModule, args: [{
10
- imports: [
11
- CommonModule,
12
- InputTextModule,
13
- PipeModule
14
- ],
15
- declarations: [
16
- TransactionPurchasePortalLineConfirmedPriceComponent
17
- ],
18
- exports: [
19
- TransactionPurchasePortalLineConfirmedPriceComponent
20
- ]
21
- },] }
22
- ];
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tcHVyY2hhc2UtcG9ydGFsLWxpbmUtY29uZmlybWVkLXByaWNlLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWxpbmUtZmllbGRzL3RyYW5zYWN0aW9uLXB1cmNoYXNlLXBvcnRhbC1saW5lLWNvbmZpcm1lZC1wcmljZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLGVBQWUsRUFBQyxNQUFNLDhCQUE4QixDQUFDO0FBQzdELE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSx3QkFBd0IsQ0FBQztBQUNsRCxPQUFPLEVBQ0wsb0RBQW9ELEVBQ3JELE1BQU0sOERBQThELENBQUM7QUFldEUsTUFBTSxPQUFPLGlEQUFpRDs7O1lBYjdELFFBQVEsU0FBQztnQkFDUixPQUFPLEVBQUU7b0JBQ1AsWUFBWTtvQkFDWixlQUFlO29CQUNmLFVBQVU7aUJBQ1g7Z0JBQ0QsWUFBWSxFQUFFO29CQUNaLG9EQUFvRDtpQkFDckQ7Z0JBQ0QsT0FBTyxFQUFFO29CQUNQLG9EQUFvRDtpQkFDckQ7YUFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7TmdNb2R1bGV9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7Q29tbW9uTW9kdWxlfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XHJcbmltcG9ydCB7SW5wdXRUZXh0TW9kdWxlfSBmcm9tIFwiQGNvbGlqbml0L2NvcmVjb21wb25lbnRzX3YxMlwiO1xyXG5pbXBvcnQge1BpcGVNb2R1bGV9IGZyb20gXCIuLi8uLi9waXBlL3BpcGUubW9kdWxlXCI7XHJcbmltcG9ydCB7XHJcbiAgVHJhbnNhY3Rpb25QdXJjaGFzZVBvcnRhbExpbmVDb25maXJtZWRQcmljZUNvbXBvbmVudFxyXG59IGZyb20gXCIuL3RyYW5zYWN0aW9uLXB1cmNoYXNlLXBvcnRhbC1saW5lLWNvbmZpcm1lZC1wcmljZS5jb21wb25lbnRcIjtcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgaW1wb3J0czogW1xyXG4gICAgQ29tbW9uTW9kdWxlLFxyXG4gICAgSW5wdXRUZXh0TW9kdWxlLFxyXG4gICAgUGlwZU1vZHVsZVxyXG4gIF0sXHJcbiAgZGVjbGFyYXRpb25zOiBbXHJcbiAgICBUcmFuc2FjdGlvblB1cmNoYXNlUG9ydGFsTGluZUNvbmZpcm1lZFByaWNlQ29tcG9uZW50XHJcbiAgXSxcclxuICBleHBvcnRzOiBbXHJcbiAgICBUcmFuc2FjdGlvblB1cmNoYXNlUG9ydGFsTGluZUNvbmZpcm1lZFByaWNlQ29tcG9uZW50XHJcbiAgXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgVHJhbnNhY3Rpb25QdXJjaGFzZVBvcnRhbExpbmVDb25maXJtZWRQcmljZU1vZHVsZSB7XHJcbn1cclxuIl19
@@ -1,15 +0,0 @@
1
- import { InputTextComponent } from "@colijnit/corecomponents_v12";
2
- import { PurchasePortalLine } from "@colijnit/transactionapi/build/model/purchase-portal-line.bo";
3
- export declare class TransactionPurchasePortalLineConfirmedPriceComponent {
4
- set child(content: any);
5
- defaultEditMode: boolean;
6
- readonly: boolean;
7
- set editMode(value: boolean);
8
- purchasePortalLine: PurchasePortalLine;
9
- get editMode(): boolean;
10
- showClass: boolean;
11
- handleClick(event: MouseEvent): void;
12
- input: InputTextComponent;
13
- private _editMode;
14
- constructor();
15
- }
@@ -1,2 +0,0 @@
1
- export declare class TransactionPurchasePortalLineConfirmedPriceModule {
2
- }