@colijnit/transaction 12.1.126 → 12.1.128

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 (221) hide show
  1. package/bundles/colijnit-transaction.umd.js +1517 -763
  2. package/bundles/colijnit-transaction.umd.js.map +1 -1
  3. package/colijnit-transaction.d.ts +286 -274
  4. package/colijnit-transaction.metadata.json +1 -1
  5. package/esm2015/colijnit-transaction.js +287 -275
  6. package/esm2015/lib/component/add-product/add-product.component.js +12 -14
  7. package/esm2015/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.js +4 -51
  8. package/esm2015/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.js +2 -2
  9. package/esm2015/lib/component/checkout/checkout.component.js +2 -2
  10. package/esm2015/lib/component/checkout/checkout.module.js +44 -49
  11. package/esm2015/lib/component/core/base/transaction-search-tile-base.component.js +2 -1
  12. package/esm2015/lib/component/core/core.module.js +1 -1
  13. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.component.js +2 -1
  14. package/esm2015/lib/component/transaction/transaction.component.js +4 -1
  15. package/esm2015/lib/component/transaction/transaction.module.js +10 -2
  16. package/esm2015/lib/component/transaction-batch-order-picking/fast-date-range-picker/fast-date-range-picker.component.js +68 -0
  17. package/esm2015/lib/component/transaction-batch-order-picking/fast-date-range-picker/fast-date-range-picker.module.js +21 -0
  18. package/esm2015/lib/component/transaction-batch-order-picking/transaction-batch-order-picking.component.js +25 -0
  19. package/esm2015/lib/component/transaction-batch-order-picking/transaction-batch-order-picking.module.js +21 -0
  20. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button-base.component.js +5 -3
  21. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button.component.js +5 -2
  22. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-picking-button-bar-button.component.js +78 -0
  23. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar.component.js +10 -2
  24. package/esm2015/lib/component/transaction-button-bar/transaction-button-bar.module.js +6 -3
  25. package/esm2015/lib/component/transaction-card/transaction-card-footer/transaction-card-footer.component.js +3 -3
  26. package/esm2015/lib/component/transaction-grid/transaction-history-grid/transaction-history-grid.component.js +3 -3
  27. package/esm2015/lib/component/transaction-line/transaction-base-line/transaction-base-line.component.js +3 -4
  28. package/esm2015/lib/component/transaction-line/transaction-invoice-line/transaction-invoice-line-base.component.js +1 -4
  29. package/esm2015/lib/component/transaction-line/transaction-line/transaction-line.component.js +14 -3
  30. package/esm2015/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.component.js +3 -3
  31. package/esm2015/lib/component/transaction-line/transaction-picked-line/transaction-picked-line.component.js +84 -0
  32. package/esm2015/lib/component/transaction-line/transaction-picked-line/transaction-picked-line.module.js +31 -0
  33. package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line-base.component.js +9 -7
  34. package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.js +7 -6
  35. package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.module.js +22 -20
  36. package/esm2015/lib/component/transaction-line/transaction-to-be-picked-line/transaction-to-be-picked-line.component.js +86 -0
  37. package/esm2015/lib/component/transaction-line/transaction-to-be-picked-line/transaction-to-be-picked-line.module.js +31 -0
  38. package/esm2015/lib/component/transaction-line-checkbox-list/transaction-line-checkbox-list.component.js +2 -2
  39. package/esm2015/lib/component/transaction-line-fields/transaction-line-drop-shipment-button.component.js +6 -4
  40. package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-picked/transaction-line-side-panel-picked.component.js +54 -0
  41. package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-picked/transaction-line-side-panel-picked.module.js +23 -0
  42. package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.component.js +13 -1
  43. package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.module.js +6 -2
  44. package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-to-be-picked/transaction-line-side-panel-to-be-picked.component.js +54 -0
  45. package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-to-be-picked/transaction-line-side-panel-to-be-picked.module.js +23 -0
  46. package/esm2015/lib/component/transaction-navigation-button-list/transaction-navigation-button-list.component.js +9 -5
  47. package/esm2015/lib/component/transaction-picking-history/transaction-picking-history.component.js +48 -0
  48. package/esm2015/lib/component/transaction-picking-history/transaction-picking-history.module.js +26 -0
  49. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.module.js +6 -2
  50. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation/transaction-quick-access-goods-allocation.component.js +1 -6
  51. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-invoice/transaction-quick-access-invoice.component.js +2 -2
  52. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.component.js +4 -3
  53. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.js +2 -11
  54. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.module.js +2 -4
  55. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-picked/transaction-quick-access-picked.component.js +54 -0
  56. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-picked/transaction-quick-access-picked.module.js +25 -0
  57. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.component.js +1 -10
  58. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.module.js +2 -4
  59. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-to-be-picked/transaction-quick-access-to-be-picked.component.js +54 -0
  60. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-to-be-picked/transaction-quick-access-to-be-picked.module.js +25 -0
  61. package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.js +4 -1
  62. package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.js +10 -3
  63. package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.module.js +3 -2
  64. package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/transaction-search-tile.component.js +4 -1
  65. package/esm2015/lib/enum/date-period.enum.js +11 -0
  66. package/esm2015/lib/enum/icon.enum.js +3 -1
  67. package/esm2015/lib/enum/transaction-type-category.enum.js +4 -1
  68. package/esm2015/lib/model/icon-svg.js +3 -1
  69. package/esm2015/lib/model/transaction-bar-button.js +1 -1
  70. package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
  71. package/esm2015/lib/service/pending-reason.service.js +9 -1
  72. package/esm2015/lib/service/transaction-base.service.js +19 -3
  73. package/esm2015/lib/service/transaction-connector-adapter.service.js +39 -1
  74. package/esm2015/lib/service/transaction-connector.service.js +16 -1
  75. package/esm2015/lib/service/transaction-event.service.js +6 -1
  76. package/esm2015/lib/service/transaction-mapping.service.js +12 -3
  77. package/esm2015/lib/service/transaction.service.js +49 -3
  78. package/esm2015/lib/transaction-version.js +3 -3
  79. package/esm2015/public_api.js +7 -1
  80. package/fesm2015/colijnit-transaction.js +1342 -602
  81. package/fesm2015/colijnit-transaction.js.map +1 -1
  82. package/lib/component/add-product/add-product.component.d.ts +5 -8
  83. package/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.d.ts +0 -10
  84. package/lib/component/checkout/checkout-overview-delivery-edit/style/_layout.scss +0 -2
  85. package/lib/component/checkout/checkout-overview-delivery-edit/style/_theme.scss +0 -3
  86. package/lib/component/checkout/checkout-overview-delivery-edit/style/material.scss +1 -0
  87. package/lib/component/checkout/checkout-overview-relation-edit/style/_layout.scss +0 -2
  88. package/lib/component/checkout/checkout-overview-relation-edit/style/_theme.scss +0 -3
  89. package/lib/component/checkout/checkout-overview-relation-edit/style/material.scss +1 -0
  90. package/lib/component/checkout/style/_layout.scss +0 -2
  91. package/lib/component/checkout/style/_theme.scss +0 -3
  92. package/lib/component/checkout/style/material.scss +1 -0
  93. package/lib/component/checkout-simple/checkout-simple-overview-delivery-edit/style/_layout.scss +6 -0
  94. package/lib/component/checkout-simple/checkout-simple-overview-delivery-edit/style/_material-definition.scss +2 -0
  95. package/lib/component/checkout-simple/checkout-simple-overview-delivery-edit/style/_theme.scss +6 -0
  96. package/lib/component/checkout-simple/checkout-simple-overview-delivery-edit/style/material.scss +8 -0
  97. package/lib/component/checkout-simple/checkout-simple-overview-payment/style/_layout.scss +47 -0
  98. package/lib/component/checkout-simple/checkout-simple-overview-payment/style/_material-definition.scss +18 -0
  99. package/lib/component/checkout-simple/checkout-simple-overview-payment/style/_theme.scss +21 -0
  100. package/lib/component/checkout-simple/checkout-simple-overview-payment/style/material.scss +4 -0
  101. package/lib/component/checkout-simple/checkout-simple-overview-relation-edit/style/_layout.scss +15 -0
  102. package/lib/component/checkout-simple/checkout-simple-overview-relation-edit/style/_material-definition.scss +7 -0
  103. package/lib/component/checkout-simple/checkout-simple-overview-relation-edit/style/_theme.scss +10 -0
  104. package/lib/component/checkout-simple/checkout-simple-overview-relation-edit/style/material.scss +9 -0
  105. package/lib/component/checkout-simple/style/_layout.scss +115 -0
  106. package/lib/component/checkout-simple/style/_material-definition.scss +13 -0
  107. package/lib/component/checkout-simple/style/_theme.scss +7 -0
  108. package/lib/component/checkout-simple/style/material.scss +10 -0
  109. package/lib/component/core/base/transaction-search-tile-base.component.d.ts +1 -0
  110. package/lib/component/dialog/dialog-header-search/style/_layout.scss +2 -0
  111. package/lib/component/dialog/dialog-header-search/style/_material-definition.scss +1 -0
  112. package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/style/_layout.scss +3 -3
  113. package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/style/_material-definition.scss +2 -1
  114. package/lib/component/transaction/style/_layout.scss +10 -3
  115. package/lib/component/transaction/transaction.component.d.ts +1 -0
  116. package/lib/component/transaction-batch-order-picking/fast-date-range-picker/fast-date-range-picker.component.d.ts +13 -0
  117. package/lib/component/transaction-batch-order-picking/fast-date-range-picker/fast-date-range-picker.module.d.ts +2 -0
  118. package/lib/component/transaction-batch-order-picking/fast-date-range-picker/style/_layout.scss +28 -0
  119. package/lib/component/transaction-batch-order-picking/fast-date-range-picker/style/_theme.scss +4 -0
  120. package/lib/component/transaction-batch-order-picking/fast-date-range-picker/style/material.scss +4 -0
  121. package/lib/component/transaction-batch-order-picking/style/_layout.scss +5 -0
  122. package/lib/component/transaction-batch-order-picking/style/_material-definition.scss +0 -0
  123. package/lib/component/transaction-batch-order-picking/style/_theme.scss +4 -0
  124. package/lib/component/transaction-batch-order-picking/style/material.scss +5 -0
  125. package/lib/component/transaction-batch-order-picking/transaction-batch-order-picking.component.d.ts +5 -0
  126. package/lib/component/transaction-batch-order-picking/transaction-batch-order-picking.module.d.ts +2 -0
  127. package/lib/component/transaction-button-bar/style/_layout.scss +21 -0
  128. package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button-base.component.d.ts +3 -0
  129. package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button.component.d.ts +3 -1
  130. package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-picking-button-bar-button.component.d.ts +22 -0
  131. package/lib/component/transaction-button-bar/transaction-button-bar.component.d.ts +2 -0
  132. package/lib/component/transaction-header-simple/style/_layout.scss +4 -0
  133. package/lib/component/transaction-header-simple/style/_material-definition.scss +0 -0
  134. package/lib/component/transaction-header-simple/style/_theme.scss +4 -0
  135. package/lib/component/transaction-header-simple/style/material.scss +4 -0
  136. package/lib/component/transaction-line/transaction-base-line/transaction-base-line.component.d.ts +0 -1
  137. package/lib/component/transaction-line/transaction-goods-allocation-line/style/_layout.scss +1 -1
  138. package/lib/component/transaction-line/transaction-invoice-line/transaction-invoice-line-base.component.d.ts +0 -1
  139. package/lib/component/transaction-line/transaction-line/style/_material-definition.scss +1 -0
  140. package/lib/component/transaction-line/transaction-line/style/_theme.scss +16 -0
  141. package/lib/component/transaction-line/transaction-line/transaction-line.component.d.ts +5 -2
  142. package/lib/component/transaction-line/transaction-picked-line/style/_layout.scss +27 -0
  143. package/lib/component/transaction-line/transaction-picked-line/style/_material-definition.scss +0 -0
  144. package/lib/component/transaction-line/transaction-picked-line/style/_theme.scss +4 -0
  145. package/lib/component/transaction-line/transaction-picked-line/style/material.scss +4 -0
  146. package/lib/component/transaction-line/transaction-picked-line/transaction-picked-line.component.d.ts +11 -0
  147. package/lib/component/transaction-line/transaction-picked-line/transaction-picked-line.module.d.ts +2 -0
  148. package/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line-base.component.d.ts +1 -1
  149. package/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.d.ts +1 -1
  150. package/lib/component/transaction-line/transaction-to-be-picked-line/style/_layout.scss +27 -0
  151. package/lib/component/transaction-line/transaction-to-be-picked-line/style/_material-definition.scss +0 -0
  152. package/lib/component/transaction-line/transaction-to-be-picked-line/style/_theme.scss +4 -0
  153. package/lib/component/transaction-line/transaction-to-be-picked-line/style/material.scss +4 -0
  154. package/lib/component/transaction-line/transaction-to-be-picked-line/transaction-to-be-picked-line.component.d.ts +11 -0
  155. package/lib/component/transaction-line/transaction-to-be-picked-line/transaction-to-be-picked-line.module.d.ts +2 -0
  156. package/lib/component/transaction-line-checkbox-list/style/_layout.scss +5 -10
  157. package/lib/component/transaction-line-checkbox-list/style/_material-definition.scss +5 -6
  158. package/lib/component/transaction-line-checkbox-list/style/_theme.scss +6 -6
  159. package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-picked/style/_layout.scss +4 -0
  160. package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-picked/style/_material-definition.scss +0 -0
  161. package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-picked/style/_theme.scss +4 -0
  162. package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-picked/style/material.scss +4 -0
  163. package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-picked/transaction-line-side-panel-picked.component.d.ts +9 -0
  164. package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-picked/transaction-line-side-panel-picked.module.d.ts +2 -0
  165. package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-to-be-picked/style/_layout.scss +4 -0
  166. package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-to-be-picked/style/_material-definition.scss +0 -0
  167. package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-to-be-picked/style/_theme.scss +4 -0
  168. package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-to-be-picked/style/material.scss +4 -0
  169. package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-to-be-picked/transaction-line-side-panel-to-be-picked.component.d.ts +10 -0
  170. package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-to-be-picked/transaction-line-side-panel-to-be-picked.module.d.ts +2 -0
  171. package/lib/component/transaction-lines/style/material.scss +2 -0
  172. package/lib/component/transaction-navigation-button-list/transaction-navigation-button-list.component.d.ts +3 -2
  173. package/lib/component/transaction-picking-history/style/_layout.scss +4 -0
  174. package/lib/component/transaction-picking-history/style/_material-definition.scss +0 -0
  175. package/lib/component/transaction-picking-history/style/_theme.scss +4 -0
  176. package/lib/component/transaction-picking-history/style/material.scss +4 -0
  177. package/lib/component/transaction-picking-history/transaction-picking-history.component.d.ts +7 -0
  178. package/lib/component/transaction-picking-history/transaction-picking-history.module.d.ts +2 -0
  179. package/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation/transaction-quick-access-goods-allocation.component.d.ts +0 -1
  180. package/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.component.d.ts +1 -1
  181. package/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.d.ts +0 -1
  182. package/lib/component/transaction-quick-access/transaction-quick-access-picked/style/_layout.component.ts.child.3.scss +4 -0
  183. package/lib/component/transaction-quick-access/transaction-quick-access-picked/style/_material-definition.component.ts.child.0.scss +0 -0
  184. package/lib/component/transaction-quick-access/transaction-quick-access-picked/style/_theme.component.ts.child.2.scss +4 -0
  185. package/lib/component/transaction-quick-access/transaction-quick-access-picked/style/material.component.ts.child.1.scss +4 -0
  186. package/lib/component/transaction-quick-access/transaction-quick-access-picked/transaction-quick-access-picked.component.d.ts +9 -0
  187. package/lib/component/transaction-quick-access/transaction-quick-access-picked/transaction-quick-access-picked.module.d.ts +2 -0
  188. package/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.component.d.ts +0 -1
  189. package/lib/component/transaction-quick-access/transaction-quick-access-to-be-picked/style/_layout.scss +4 -0
  190. package/lib/component/transaction-quick-access/transaction-quick-access-to-be-picked/style/_material-definition.scss +0 -0
  191. package/lib/component/transaction-quick-access/transaction-quick-access-to-be-picked/style/_theme.scss +4 -0
  192. package/lib/component/transaction-quick-access/transaction-quick-access-to-be-picked/style/material.scss +4 -0
  193. package/lib/component/transaction-quick-access/transaction-quick-access-to-be-picked/transaction-quick-access-to-be-picked.component.d.ts +9 -0
  194. package/lib/component/transaction-quick-access/transaction-quick-access-to-be-picked/transaction-quick-access-to-be-picked.module.d.ts +2 -0
  195. package/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.d.ts +1 -0
  196. package/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/style/_layout.scss +16 -0
  197. package/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/transaction-search-tile.component.d.ts +1 -0
  198. package/lib/component/transaction-simple/style/_layout.scss +4 -0
  199. package/lib/component/transaction-simple/style/_material-definition.scss +0 -0
  200. package/lib/component/transaction-simple/style/_theme.scss +4 -0
  201. package/lib/component/transaction-simple/style/material.scss +16 -0
  202. package/lib/enum/date-period.enum.d.ts +9 -0
  203. package/lib/enum/icon.enum.d.ts +2 -0
  204. package/lib/enum/transaction-type-category.enum.d.ts +3 -0
  205. package/lib/model/transaction-bar-button.d.ts +1 -0
  206. package/lib/res/dictionary/dictionaries.d.ts +16 -0
  207. package/lib/service/transaction-base.service.d.ts +3 -1
  208. package/lib/service/transaction-connector-adapter.service.d.ts +6 -0
  209. package/lib/service/transaction-connector.service.d.ts +6 -0
  210. package/lib/service/transaction-event.service.d.ts +6 -1
  211. package/lib/service/transaction.service.d.ts +7 -0
  212. package/lib/style/_variables.scss +8 -2
  213. package/lib/style/transaction-globals.scss +3 -0
  214. package/package.json +2 -2
  215. package/public_api.d.ts +6 -0
  216. package/esm2015/lib/component/checkout/checkout-login/checkout-login.component.js +0 -106
  217. package/esm2015/lib/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.js +0 -47
  218. package/lib/component/checkout/checkout-login/checkout-login.component.d.ts +0 -21
  219. package/lib/component/checkout/checkout-login/checkout-login.component.scss +0 -35
  220. package/lib/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.d.ts +0 -11
  221. /package/lib/component/{checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.scss → transaction-batch-order-picking/fast-date-range-picker/style/_material-definition.scss} +0 -0
@@ -1,15 +1,12 @@
1
- import { EventEmitter } from "@angular/core";
2
- import { ArticleExtended } from "@colijnit/articleapi/build/model/article-extended.bo";
3
- import { Icon } from "../../enum/icon.enum";
4
- import { IconCacheService } from "../../service/icon-cache.service";
5
- import { TransactionService } from "../../service/transaction.service";
1
+ import { ArticleExtended } from '@colijnit/articleapi/build/model/article-extended.bo';
2
+ import { Icon } from '../../enum/icon.enum';
3
+ import { IconCacheService } from '../../service/icon-cache.service';
4
+ import { TransactionService } from '../../service/transaction.service';
6
5
  import { SafeHtml } from '@angular/platform-browser';
7
6
  export declare class AddProductComponent {
8
7
  iconService: IconCacheService;
9
8
  private _transactionService;
10
9
  readonly icons: typeof Icon;
11
- addArticle: EventEmitter<string>;
12
- returnArticle: EventEmitter<string>;
13
10
  showClass(): boolean;
14
11
  return: boolean;
15
12
  catalogOptions: any;
@@ -20,10 +17,10 @@ export declare class AddProductComponent {
20
17
  cartMinIcon: SafeHtml;
21
18
  constructor(iconService: IconCacheService, _transactionService: TransactionService);
22
19
  handleSearch(text: string): Promise<void>;
20
+ handleAddArticle(sku: string): Promise<boolean>;
23
21
  handleCatalogArticleClick(article: ArticleExtended): Promise<void>;
24
22
  showCatalogDialog(): void;
25
23
  handleCartIconClick(event: MouseEvent): void;
26
24
  handleSearchIconClick(event: MouseEvent): void;
27
25
  private _prepareCatalogRequest;
28
- private _handleAddArticle;
29
26
  }
@@ -46,20 +46,10 @@ export declare class CheckoutOverviewDeliveryEditComponent implements OnInit {
46
46
  dropshipment: boolean;
47
47
  get deliveryDate(): Date;
48
48
  set deliveryDate(value: Date);
49
- get preferredDeliveryDate(): Date;
50
- set preferredDeliveryDate(value: Date);
51
49
  constructor(_dictionaryService: DictionaryService, _formMasterService: FormMasterService, service: TransactionService, iconService: IconCacheService);
52
50
  ngOnInit(): Promise<void>;
53
51
  submit(): boolean;
54
- handleDeliveryMethodChange(deliveryMethod: DeliveryMethod): Promise<void>;
55
- setIndexDeliveryType(idx: number): void;
56
52
  selectDeliveryOptionsByDeliveryMethod(deliveryMethod: DeliveryMethod): DeliveryOption[];
57
- selectDeliveryMethodById(deliveryMethodId: string): DeliveryMethod;
58
- isDeliveryOptionChecked(deliveryOptionItem: DeliveryOption): boolean;
59
- changePreferredDeliveryDate2(preferredDateOption: string): void;
60
- onMarketingCodeChange(marketingCode: string): void;
61
- onChangeLocationCancelClick(): void;
62
- handleTransactionDefinitive(definitive: boolean): Promise<void>;
63
53
  private calculateDeliveryCosts;
64
54
  private calculateAssemblyCosts;
65
55
  }
@@ -1,5 +1,3 @@
1
- @import "../../../../style/mixin";
2
-
3
1
  @include export-module('co-checkout-overview-delivery-edit-layout') {
4
2
  .co-checkout-overview-delivery-edit {
5
3
  font-family: $tp-checkout-delivery-font-family;
@@ -1,6 +1,3 @@
1
- @import "../../../../style/mixin";
2
- @import "./material-definition";
3
-
4
1
  @include export-module('co-checkout-overview-delivery-edit-theme') {
5
2
  .co-checkout-overview-delivery-edit {
6
3
  .checkout-label-column {
@@ -1,3 +1,4 @@
1
+ @import "../../../../style/mixin";
1
2
  @import "./material-definition";
2
3
  @import "./layout";
3
4
  @import "./theme";
@@ -1,5 +1,3 @@
1
- @import "../../../../style/mixin";
2
-
3
1
  @include export-module('co-checkout-overview-relation-edit-layout') {
4
2
  .co-checkout-overview-relation-edit {
5
3
  display: block;
@@ -1,6 +1,3 @@
1
- @import "../../../../style/mixin";
2
- @import "./material-definition";
3
-
4
1
  @include export-module('co-checkout-overview-relation-edit-theme') {
5
2
  .co-checkout-overview-relation-edit {
6
3
  .checkout-label-column {
@@ -1,3 +1,4 @@
1
+ @import "../../../../style/mixin";
1
2
  @import "./material-definition";
2
3
  @import "./layout";
3
4
  @import "./theme";
@@ -1,5 +1,3 @@
1
- @import "../../../style/mixin";
2
-
3
1
  @include export-module('co-checkout-layout') {
4
2
  .co-checkout {
5
3
  .co-stepper-content-wrapper {
@@ -1,6 +1,3 @@
1
- @import "../../../style/mixin";
2
- @import "./material-definition";
3
-
4
1
  @include export-module('co-checkout-theme') {
5
2
  .co-checkout {
6
3
 
@@ -1,3 +1,4 @@
1
+ @import "../../../style/mixin";
1
2
  @import "./material-definition";
2
3
  @import "./layout";
3
4
  @import "./theme";
@@ -0,0 +1,6 @@
1
+ @include export-module('co-checkout-simple-overview-delivery-edit-layout') {
2
+ .co-checkout-simple-overview-delivery-edit {
3
+ font-family: $tp-checkout-simple-delivery-font-family;
4
+ font-size: $tp-checkout-simple-delivery-font-size;
5
+ }
6
+ }
@@ -0,0 +1,2 @@
1
+ $tp-checkout-simple-delivery-font-family: $tp-font-family !default;
2
+ $tp-checkout-simple-delivery-font-size: $tp-font-size !default;
@@ -0,0 +1,6 @@
1
+ @include export-module('co-checkout-simple-overview-delivery-edit-theme') {
2
+ .co-checkout-simple-overview-delivery-edit {
3
+ .checkout-label-column {
4
+ }
5
+ }
6
+ }
@@ -0,0 +1,8 @@
1
+ @import "../../../../style/mixin";
2
+ @import "./material-definition";
3
+ @import "./layout";
4
+ @import "./theme";
5
+ @import "../../../relation/relation-address-select/style/material";
6
+ @import "../../../relation/relation-address-tile/style/material";
7
+ @import "../../../delivery-type-tile/style/material";
8
+ @import "../../../transaction-header-fields/transaction-header-delivery-options/style/material";
@@ -0,0 +1,47 @@
1
+ @include export-module('co-checkout-overview-payment-layout') {
2
+ .co-checkout-simple-overview-payment {
3
+ font-family: $tp-checkout-simple-overview-payment-font-family;
4
+ font-size: $tp-checkout-simple-overview-payment-font-size;
5
+ .checkout-overview-section {
6
+ display: flex;
7
+ flex-direction: column;
8
+ border-style: $tp-checkout-simple-overview-payment-section-border-style;
9
+ border-width: $tp-checkout-simple-overview-payment-section-border-width;
10
+ margin: $tp-checkout-simple-overview-payment-section-margin;
11
+ padding: $tp-checkout-simple-overview-payment-section-padding;
12
+ }
13
+ .two-column-grid {
14
+ display: grid;
15
+ grid-template-columns: 50% 50%;
16
+ }
17
+ .overview-address {
18
+ display: flex;
19
+ flex-direction: column;
20
+ margin: $tp-checkout-simple-overview-payment-address-margin;
21
+ .overview-address-title {
22
+ font-family: $tp-checkout-simple-overview-payment-address-title-font-family;
23
+ font-size: $tp-checkout-simple-overview-payment-address-title-font-size;
24
+ font-weight: $tp-checkout-simple-overview-payment-address-title-font-weight;
25
+ margin: $tp-checkout-simple-overview-payment-address-title-margin;
26
+ }
27
+ }
28
+ .overview-section-change-link {
29
+ font-family: $tp-checkout-simple-overview-payment-change-link-font-family;
30
+ font-size: $tp-checkout-simple-overview-payment-change-link-font-size;
31
+ font-weight: $tp-checkout-simple-overview-payment-change-link-font-weight;
32
+ cursor: pointer;
33
+ display: flex;
34
+ flex-direction: row;
35
+ align-items: center;
36
+ .overview-section-change-icon {
37
+ height: 20px;
38
+ width: 20px;
39
+ }
40
+ }
41
+ .overview-row {
42
+ display: flex;
43
+ flex-direction: row;
44
+ column-gap: 5px;
45
+ }
46
+ }
47
+ }
@@ -0,0 +1,18 @@
1
+ $tp-checkout-simple-overview-payment-font-family: $tp-font-family !default;
2
+ $tp-checkout-simple-overview-payment-font-size: $tp-font-size !default;
3
+ $tp-checkout-simple-overview-payment-font-color: $tp-color-font !default;
4
+ $tp-checkout-simple-overview-payment-section-border-style: solid !default;
5
+ $tp-checkout-simple-overview-payment-section-border-color: $tp-color-border !default;
6
+ $tp-checkout-simple-overview-payment-section-border-width: 0 0 1px 0 !default;
7
+ $tp-checkout-simple-overview-payment-section-margin: 0 0 20px 0 !default;
8
+ $tp-checkout-simple-overview-payment-section-padding: 0 0 10px 0 !default;
9
+ $tp-checkout-simple-overview-payment-address-margin: 10px 0 !default;
10
+ $tp-checkout-simple-overview-payment-address-title-font-family: $tp-font-family !default;
11
+ $tp-checkout-simple-overview-payment-address-title-font-size: $tp-font-size !default;
12
+ $tp-checkout-simple-overview-payment-address-title-font-weight: bold !default;
13
+ $tp-checkout-simple-overview-payment-address-title-font-color: $tp-color-font !default;
14
+ $tp-checkout-simple-overview-payment-address-title-margin: 5px 0 !default;
15
+ $tp-checkout-simple-overview-payment-change-link-font-family: $tp-font-family !default;
16
+ $tp-checkout-simple-overview-payment-change-link-font-size: $tp-font-size !default;
17
+ $tp-checkout-simple-overview-payment-change-link-font-weight: bold !default;
18
+ $tp-checkout-simple-overview-payment-change-link-font-color: $tp-color-action !default;
@@ -0,0 +1,21 @@
1
+ @include export-module('co-checkout-simple-overview-payment-theme') {
2
+ .co-checkout-simple-overview-payment {
3
+ color: $tp-checkout-simple-overview-payment-address-title-font-color;
4
+ .checkout-overview-section {
5
+ border-color: $tp-checkout-simple-overview-payment-section-border-color;
6
+ }
7
+ .overview-address {
8
+ .overview-address-title {
9
+ color: $tp-checkout-simple-overview-payment-address-title-font-color;
10
+ }
11
+ }
12
+ .overview-section-change-link {
13
+ color: $tp-checkout-simple-overview-payment-change-link-font-color;
14
+ .overview-section-change-icon {
15
+ [fill] {
16
+ fill: $tp-checkout-simple-overview-payment-change-link-font-color;
17
+ }
18
+ }
19
+ }
20
+ }
21
+ }
@@ -0,0 +1,4 @@
1
+ @import "../../../../style/mixin";
2
+ @import "./_material-definition";
3
+ @import "./_layout";
4
+ @import "./_theme";
@@ -0,0 +1,15 @@
1
+ @include export-module('co-checkout-simple-overview-relation-edit-layout') {
2
+ .co-checkout-simple-overview-relation-edit {
3
+ display: block;
4
+ width: 100%;
5
+ font-family: $tp-checkout-simple-relation-font-family;
6
+ font-size: $tp-checkout-simple-relation-font-size;
7
+ .empty-relation-button {
8
+ cursor: pointer;
9
+ width: auto;
10
+ border-style: $tp-checkout-simple-relation-empty-button-border-style;
11
+ border-width: $tp-checkout-simple-relation-empty-button-border-width;
12
+ border-radius: $tp-checkout-simple-relation-empty-button-border-radius;
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,7 @@
1
+ $tp-checkout-simple-relation-font-family: $tp-font-family !default;
2
+ $tp-checkout-simple-relation-font-size: $tp-font-size !default;
3
+ $tp-checkout-simple-relation-empty-button-background-color: transparent !default;
4
+ $tp-checkout-simple-relation-empty-button-border-style: solid !default;
5
+ $tp-checkout-simple-relation-empty-button-border-width: 1px !default;
6
+ $tp-checkout-simple-relation-empty-button-border-radius: $tp-default-border-radius !default;
7
+ $tp-checkout-simple-relation-empty-button-border-color: $tp-color-font !default;
@@ -0,0 +1,10 @@
1
+ @include export-module('co-checkout-simple-overview-relation-edit-theme') {
2
+ .co-checkout-simple-overview-relation-edit {
3
+ .checkout-label-column {
4
+ }
5
+ .empty-relation-button {
6
+ background-color: $tp-checkout-simple-relation-empty-button-background-color;
7
+ border-color: $tp-checkout-simple-relation-empty-button-border-color;
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,9 @@
1
+ @import "../../../../style/mixin";
2
+ @import "./material-definition";
3
+ @import "./layout";
4
+ @import "./theme";
5
+ $cc-co-carousel-3d-navigate-button-width: 40px;
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/drop-down-list/style/material";
9
+ @import "~@colijnit/corecomponents_v12/lib/components/input-checkbox/style/material";
@@ -0,0 +1,115 @@
1
+ @include export-module('co-checkout-simple-layout') {
2
+ .co-checkout-simple {
3
+ .co-stepper-content-wrapper {
4
+ display: flex;
5
+ flex-direction: row;
6
+ flex-wrap: wrap;
7
+ column-gap: $tp-checkout-simple-column-gap;
8
+ padding: $tp-checkout-simple-padding;
9
+ }
10
+ .co-stepper-step {
11
+ flex-basis: $tp-checkout-simple-default-width;
12
+ flex-grow: 1;
13
+ flex-shrink: 1;
14
+ max-width: $tp-checkout-simple-max-width;
15
+ }
16
+ .co-checkout-right-panel {
17
+ display: flex;
18
+ flex-direction: column;
19
+ row-gap: $tp-checkout-simple-right-panel-row-gap;
20
+ flex-basis: $tp-checkout-simple-right-panel-width;
21
+ flex-grow: 1;
22
+ flex-shrink: 1;
23
+ max-width: $tp-checkout-simple-max-width;
24
+ }
25
+ .co-checkout-right-panel-relation {
26
+ display: flex;
27
+ justify-content: flex-end;
28
+ }
29
+ .co-checkout-overview-payment {
30
+ width: 100%;
31
+ }
32
+ co-form {
33
+ flex: 1;
34
+ }
35
+ .co-shopping-cart-preview {
36
+ min-width: 35%;
37
+ }
38
+ .checkout-form-wrapper {
39
+ display: grid;
40
+ grid-template-columns: minmax(170px, 250px) auto;
41
+ grid-template-areas: "columnlabel columndata";
42
+ grid-row-gap: 50px;
43
+ //display: flex;
44
+ //flex-direction: column;
45
+ //row-gap: 50px;
46
+ }
47
+ .checkout-section-wrapper {
48
+ display: flex;
49
+ flex-direction: row;
50
+ }
51
+ .checkout-label-column {
52
+ font-family: $tp-checkout-simple-label-column-font-family;
53
+ font-size: $tp-checkout-simple-label-fontsize;
54
+ display: flex;
55
+ flex-direction: column;
56
+ grid-area: columnlabel;
57
+ grid-column-start: 1;
58
+ grid-row: auto;
59
+ align-self: baseline;
60
+ width: 170px;
61
+ .label-description {
62
+ font-size: $tp-checkout-simple-label-description-fontsize;
63
+ font-weight: $tp-checkout-simple-label-description-fontweight;
64
+ }
65
+ }
66
+ .checkout-data-column {
67
+ grid-area: columndata;
68
+ grid-column-start: 2;
69
+ grid-row: auto;
70
+ width: 100%;
71
+ overflow: hidden;
72
+ }
73
+ .checkout-data-row {
74
+ display: flex;
75
+ flex-direction: row;
76
+ flex-wrap: wrap;
77
+ column-gap: $tp-checkout-default-padding;
78
+ margin-bottom: $tp-checkout-simple-row-gap;
79
+ > :not(.default-width) {
80
+ flex: 1;
81
+ width: 100%;
82
+ }
83
+ }
84
+ .collapseable {
85
+ overflow: hidden;
86
+ }
87
+ .two-column-grid {
88
+ display: grid;
89
+ grid-template-areas: "firstcolumn secondcolumn";
90
+ .first-column {
91
+ grid-area: firstcolumn;
92
+ grid-row: auto;
93
+ }
94
+ .second-column {
95
+ grid-area: secondcolumn;
96
+ grid-row: auto;
97
+ }
98
+ }
99
+ .relation-address-new {
100
+ cursor: pointer;
101
+ display: flex;
102
+ flex-direction: row;
103
+ align-items: center;
104
+ font-weight: bold;
105
+ .relation-address-icon {
106
+ height: 20px;
107
+ width: 20px;
108
+ }
109
+ }
110
+ .overview-delivery-invoice-address {
111
+ overflow: hidden;
112
+ }
113
+
114
+ }
115
+ }
@@ -0,0 +1,13 @@
1
+ $tp-checkout-simple-font-family: $tp-font-family !default;
2
+ $tp-checkout-simple-padding: 30px !default;
3
+ $tp-checkout-simple-column-gap: 10px !default;
4
+ $tp-checkout-simple-row-gap: 10px !default;
5
+ $tp-checkout-simple-default-width: 55% !default;
6
+ $tp-checkout-simple-max-width: 80% !default;
7
+ $tp-checkout-simple-right-panel-row-gap: 10px !default;
8
+ $tp-checkout-simple-right-panel-width: 400px !default;
9
+ $tp-checkout-simple-right-panel-width: 50% !default;
10
+ $tp-checkout-simple-label-column-font-family: $tp-font-family;
11
+ $tp-checkout-simple-label-fontsize: 12px !default;
12
+ $tp-checkout-simple-label-description-fontsize: 16px !default;
13
+ $tp-checkout-simple-label-description-fontweight: bold !default;
@@ -0,0 +1,7 @@
1
+ @include export-module('co-checkout-simple-theme') {
2
+ .co-checkout-simple {
3
+ .co-stepper-content-wrapper {
4
+ background: var(--stepper-color);
5
+ }
6
+ }
7
+ }
@@ -0,0 +1,10 @@
1
+ @import "../../../style/mixin";
2
+ @import "./material-definition";
3
+ @import "./layout";
4
+ @import "./theme";
5
+ @import "../checkout-simple-overview-relation-edit/style/material";
6
+ @import "../checkout-simple-overview-delivery-edit/style/material";
7
+ @import "../checkout-simple-overview-payment/style/material";
8
+ @import "../../stepper/style/material";
9
+ @import "../../avatar/style/material";
10
+ @import "../../payment/style/material";
@@ -5,6 +5,7 @@ import { IconCacheService } from "../../../service/icon-cache.service";
5
5
  export declare abstract class TransactionSearchTileBaseComponent {
6
6
  iconCacheService: IconCacheService;
7
7
  readonly icons: typeof Icon;
8
+ showCheckbox: boolean;
8
9
  transaction: TransactionSearchView;
9
10
  transactionClick: EventEmitter<TransactionSearchView>;
10
11
  showClass(): boolean;
@@ -2,6 +2,8 @@
2
2
 
3
3
  @include export-module('co-dialog-header-search-layout') {
4
4
  .co-dialog-header-search {
5
+ display: block;
6
+ margin: $tp-dialog-header-search-margin;
5
7
  .dialog-header-search-title {
6
8
  font-family: $tp-dialog-header-search-title-font-family;
7
9
  font-size: $tp-dialog-header-search-title-font-size;
@@ -3,3 +3,4 @@ $tp-dialog-header-search-title-font-size: $tp-font-size-big !default;
3
3
  $tp-dialog-header-search-title-font-weight: bold !default;
4
4
  $tp-dialog-header-search-title-margin: 0 0 20px 0 !default;
5
5
  $tp-dialog-header-search-input-height: $cc-co-input-search-height !default;
6
+ $tp-dialog-header-search-margin: 0 0 20px 0 !default;
@@ -5,11 +5,11 @@
5
5
  .co-dialog:not(.is-mobile) .co-dialog-wrapper {
6
6
  min-width: $tp-dialog-transaction-line-warehouse-cc-min-width;
7
7
  }
8
- //.co-transaction-line-checkbox-list .virtual-scroll-container {
9
- // height: $tp-dialog-transaction-line-warehouse-cc-commission-code-height;
10
- //}
11
8
  .transaction-line-warehouse-cc-section {
12
9
  margin: $tp-dialog-transaction-line-warehouse-cc-section-margin;
10
+ .checkbox-list-wrapper {
11
+ max-height: $tp-dialog-transaction-line-warehouse-cc-section-max-height;
12
+ }
13
13
  }
14
14
  .quantity-number-picker {
15
15
  width: $tp-dialog-transaction-line-warehouse-cc-quantity-width;
@@ -3,8 +3,9 @@ $tp-dialog-transaction-line-warehouse-cc-font-size: $tp-font-size !default;
3
3
  $tp-dialog-transaction-line-warehouse-cc-font-color: $tp-color-font !default;
4
4
  $tp-dialog-transaction-line-warehouse-cc-min-width: 500px !default;
5
5
  $tp-dialog-transaction-line-warehouse-cc-commission-code-height: 100px !default;
6
- $tp-dialog-transaction-line-warehouse-cc-quantity-width: 100px !default;
6
+ $tp-dialog-transaction-line-warehouse-cc-quantity-width: 200px !default;
7
7
  $tp-dialog-transaction-line-warehouse-cc-section-margin: 20px 0 !default;
8
+ $tp-dialog-transaction-line-warehouse-cc-section-max-height: 150px !default;
8
9
  $tp-dialog-transaction-line-warehouse-cc-section-label-margin: 10px 0 !default;
9
10
  $tp-dialog-transaction-line-warehouse-cc-section-label-font-size: $tp-font-size !default;
10
11
  $tp-dialog-transaction-line-warehouse-cc-section-label-font-color: $tp-color-font !default;
@@ -6,11 +6,18 @@
6
6
  display: block;
7
7
  padding: $tp-transaction-padding;
8
8
  .transaction-footer-wrapper {
9
- display: flex;
9
+ display: grid;
10
+ grid-template-columns: repeat(2, minmax(50%, 1fr));
10
11
  flex-direction: row;
11
- justify-content: flex-end;
12
+ //grid-template-areas: 'column1 column2';
12
13
  margin: $tp-transaction-totals-margin;
13
- .transaction-totals-wrapper {
14
+ .co-add-product {
15
+ grid-column: 1/1;
16
+ justify-self: flex-start;
17
+ }
18
+ .co-transaction-totals {
19
+ grid-column: 2/2;
20
+ justify-self: flex-end;
14
21
  width: 300px;
15
22
  }
16
23
  }
@@ -19,6 +19,7 @@ export declare class TransactionComponent implements OnDestroy {
19
19
  private _appRef;
20
20
  private _dynamicComponentService;
21
21
  private _transactionEventService;
22
+ readonly categories: typeof TransactionTypeCategory;
22
23
  readonly viewModes: typeof ContentViewMode;
23
24
  readonly icons: typeof Icon;
24
25
  sidePanelComponents: QueryList<TransactionLineSidePanelComponent>;
@@ -0,0 +1,13 @@
1
+ import { EventEmitter, OnInit } from "@angular/core";
2
+ import { DatePeriod } from "../../../enum/date-period.enum";
3
+ export declare class FastDateRangePickerComponent implements OnInit {
4
+ datePeriods: DatePeriod[];
5
+ dateRangeSelected: EventEmitter<Date[]>;
6
+ dateRangeMap: Map<DatePeriod, [Date, Date]>;
7
+ activeDateRange: [Date, Date];
8
+ showClass(): boolean;
9
+ ngOnInit(): void;
10
+ private _initDateMap;
11
+ dateRangeClicked(range: [Date, Date]): void;
12
+ asIsOrder(): number;
13
+ }
@@ -0,0 +1,2 @@
1
+ export declare class FastDateRangePickerModule {
2
+ }
@@ -0,0 +1,28 @@
1
+ @include export-module('cc-fast-date-range-picker-layout') {
2
+ .co-fast-date-range-picker {
3
+
4
+ .fast-date-range-wrapper {
5
+ display: flex;
6
+ flex-direction: row;
7
+
8
+ .date-selection-button {
9
+ padding: 3px 8px;
10
+ background: white;
11
+ border-radius: 19px;
12
+ margin: 3px;
13
+ cursor: pointer;
14
+ display: none;
15
+
16
+ &.selected {
17
+ background-color: #ff4141;
18
+ color: white;
19
+ font-weight: bold;
20
+ }
21
+
22
+ &.visible {
23
+ display: block;
24
+ }
25
+ }
26
+ }
27
+ }
28
+ }
@@ -0,0 +1,4 @@
1
+ @include export-module('cc-fast-date-range-picker-theme') {
2
+ .co-fast-date-range-picker {
3
+ }
4
+ }
@@ -0,0 +1,4 @@
1
+ @import "../../../../style/mixin";
2
+ @import "./_material-definition";
3
+ @import "./_layout";
4
+ @import "./_theme";
@@ -0,0 +1,5 @@
1
+ @include export-module('cc-transaction-batch-order-picking-layout') {
2
+ .co-transaction-batch-order-picking {
3
+
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ @include export-module('cc-transaction-batch-order-picking-theme') {
2
+ .co-transaction-batch-order-picking {
3
+ }
4
+ }
@@ -0,0 +1,5 @@
1
+ @import "../../../style/mixin";
2
+ @import "./_material-definition";
3
+ @import "./_layout";
4
+ @import "./_theme";
5
+ @import "../fast-date-range-picker/style/material";
@@ -0,0 +1,5 @@
1
+ import { DatePeriod } from "../../enum/date-period.enum";
2
+ export declare class TransactionBatchOrderPickingComponent {
3
+ readonly datePeriod: typeof DatePeriod;
4
+ showClass(): boolean;
5
+ }
@@ -0,0 +1,2 @@
1
+ export declare class TransactionBatchOrderPickingModule {
2
+ }