@colijnit/transaction 12.1.19 → 12.1.20
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 +488 -252
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +115 -111
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +116 -112
- package/esm2015/lib/assets/dictionary/text.properties.js +9 -1
- package/esm2015/lib/component/transaction-grid/transaction-base-grid/transaction-base-grid.component.js +5 -2
- package/esm2015/lib/component/transaction-grid/transaction-base-grid/transaction-base-grid.module.js +3 -1
- package/esm2015/lib/component/transaction-line/transaction-line.component.js +16 -112
- package/esm2015/lib/component/transaction-line/transaction-line.module.js +4 -2
- package/esm2015/lib/component/transaction-line-action-buttons/transaction-line-action-buttons.component.js +162 -0
- package/esm2015/lib/component/transaction-line-action-buttons/transaction-line-action-buttons.module.js +30 -0
- package/esm2015/lib/component/transaction-search/service/filter-request.service.js +1 -1
- package/esm2015/lib/component/transaction-search/service/transaction-search.service.js +11 -1
- package/esm2015/lib/component/transaction-search/transaction-filter/transaction-filter.component.js +6 -2
- package/esm2015/lib/component/transaction-search/transaction-filter-content-article/transaction-filter-content-article.component.js +1 -1
- package/esm2015/lib/component/transaction-search/transaction-filter-content-logistics/transaction-filter-content-logistics.component.js +1 -1
- package/esm2015/lib/component/transaction-search/transaction-filter-content-logistics/transaction-filter-content-logistics.module.js +1 -1
- package/esm2015/lib/component/transaction-search/transaction-filter-content-order/transaction-filter-content-order.component.js +1 -1
- package/esm2015/lib/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/transaction-search-sales-order-grid.component.js +86 -0
- package/esm2015/lib/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/transaction-search-sales-order-grid.module.js +26 -0
- package/esm2015/lib/component/transaction-search/transaction-search-header/transaction-search-header.component.js +120 -0
- package/esm2015/lib/component/transaction-search/transaction-search-header/transaction-search-header.module.js +26 -0
- package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.js +49 -25
- package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.module.js +9 -5
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.js +77 -0
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.module.js +28 -0
- package/esm2015/lib/component/transaction-search/transaction-search.component.js +37 -9
- package/esm2015/lib/enum/direction.enum.js +9 -0
- package/esm2015/lib/enum/icon.enum.js +3 -1
- package/esm2015/lib/enum/search-view-mode.enum.js +7 -0
- package/esm2015/lib/model/icon-svg.js +3 -1
- package/fesm2015/colijnit-transaction.js +478 -167
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/core/base/{style → components/default-ok-cancel-buttons/style}/_layout.scss +0 -0
- package/lib/component/core/base/{style → components/default-ok-cancel-buttons/style}/_material-definition.scss +0 -0
- package/lib/component/core/base/{style → components/default-ok-cancel-buttons/style}/_theme.scss +0 -0
- package/lib/component/core/base/{style → components/default-ok-cancel-buttons/style}/material.scss +0 -0
- package/lib/component/tile/style/_material-definition.scss +2 -1
- package/lib/component/transaction-grid/transaction-base-grid/style/_layout.scss +4 -0
- package/lib/component/transaction-line/style/_layout.scss +0 -47
- package/lib/component/transaction-line/style/_theme.scss +0 -17
- package/lib/component/transaction-line/transaction-line.component.d.ts +3 -17
- package/lib/component/transaction-line-action-buttons/style/_layout.scss +106 -0
- package/lib/component/transaction-line-action-buttons/style/_material-definition.scss +7 -0
- package/lib/component/transaction-line-action-buttons/style/_theme.scss +7 -0
- package/lib/component/transaction-line-action-buttons/style/material.scss +3 -0
- package/lib/component/transaction-line-action-buttons/transaction-line-action-buttons.component.d.ts +43 -0
- package/lib/component/transaction-line-action-buttons/transaction-line-action-buttons.module.d.ts +2 -0
- package/lib/component/transaction-search/service/transaction-search.service.d.ts +2 -0
- package/lib/component/transaction-search/style/_layout.scss +36 -18
- package/lib/component/transaction-search/style/_material-definition.scss +31 -14
- package/lib/component/transaction-search/style/_theme.scss +4 -0
- package/lib/component/transaction-search/style/material.scss +2 -1
- package/lib/component/transaction-search/transaction-filter/transaction-filter.component.d.ts +3 -0
- package/lib/component/transaction-search/transaction-filter-categories/style/_layout.scss +8 -8
- package/lib/component/transaction-search/transaction-filter-categories/style/_theme.scss +3 -3
- package/lib/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/style/_layout.scss +6 -0
- package/lib/component/{transaction-search-grid → transaction-search/transaction-search-grid/transaction-search-sales-order-grid}/style/_material-definition.scss +0 -0
- package/lib/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/style/_theme.scss +6 -0
- package/lib/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/style/material.scss +7 -0
- package/lib/component/{transaction-search-grid/transaction-search-grid.component.d.ts → transaction-search/transaction-search-grid/transaction-search-sales-order-grid/transaction-search-sales-order-grid.component.d.ts} +1 -1
- package/lib/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/transaction-search-sales-order-grid.module.d.ts +2 -0
- package/lib/component/transaction-search/transaction-search-header/style/_layout.scss +8 -0
- package/lib/component/transaction-search/{transaction-tile → transaction-search-header}/style/_material-definition.scss +0 -0
- package/lib/component/transaction-search/transaction-search-header/style/_theme.scss +4 -0
- package/lib/component/transaction-search/transaction-search-header/style/material.scss +3 -0
- package/lib/component/transaction-search/transaction-search-header/transaction-search-header.component.d.ts +32 -0
- package/lib/component/transaction-search/transaction-search-header/transaction-search-header.module.d.ts +2 -0
- package/lib/component/transaction-search/transaction-search-result/style/_layout.scss +84 -13
- package/lib/component/transaction-search/transaction-search-result/style/_theme.scss +1 -1
- package/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.d.ts +14 -6
- package/lib/component/transaction-search/{transaction-tile → transaction-search-tile/transaction-search-sales-order-tile}/style/_layout.scss +2 -4
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/style/_material-definition.scss +0 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/style/_theme.scss +48 -0
- package/lib/component/transaction-search/{transaction-tile → transaction-search-tile/transaction-search-sales-order-tile}/style/material.scss +0 -0
- package/lib/component/transaction-search/{transaction-tile/transaction-tile.component.d.ts → transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.d.ts} +3 -3
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.module.d.ts +2 -0
- package/lib/component/transaction-search/transaction-search.component.d.ts +8 -1
- package/lib/enum/direction.enum.d.ts +6 -0
- package/lib/enum/icon.enum.d.ts +2 -0
- package/lib/enum/search-view-mode.enum.d.ts +4 -0
- package/package.json +1 -1
- package/esm2015/lib/component/transaction-search/transaction-tile/transaction-tile.component.js +0 -77
- package/esm2015/lib/component/transaction-search/transaction-tile/transaction-tile.module.js +0 -28
- package/esm2015/lib/component/transaction-search-grid/transaction-search-grid.component.js +0 -86
- package/esm2015/lib/component/transaction-search-grid/transaction-search-grid.module.js +0 -26
- package/lib/component/transaction-search/transaction-tile/style/_theme.scss +0 -46
- package/lib/component/transaction-search/transaction-tile/transaction-tile.module.d.ts +0 -2
- package/lib/component/transaction-search-grid/style/_layout.scss +0 -6
- package/lib/component/transaction-search-grid/style/_theme.scss +0 -6
- package/lib/component/transaction-search-grid/style/material.scss +0 -7
- package/lib/component/transaction-search-grid/transaction-search-grid.module.d.ts +0 -2
|
@@ -550,8 +550,10 @@
|
|
|
550
550
|
"HANDLED_BY": "Verkoper",
|
|
551
551
|
"HOUSE_NO": "Huisnummer",
|
|
552
552
|
"HOUSE_NO_ADDITION": "Huisnummer toevoeging",
|
|
553
|
+
"IN": "In",
|
|
553
554
|
"INACTIVE_TRANSACTIONS": "Inactieve transacties",
|
|
554
555
|
"INCLUDING_RETURNS": "Inclusief retouren",
|
|
556
|
+
"IN_SEARCHORDERS": "In verkooporders",
|
|
555
557
|
"IN_ORDER": "In bestelling",
|
|
556
558
|
"IN_OUT_COLLECTION": "In-uit-collectie",
|
|
557
559
|
"INVITE_TO_ACCOUNT": "Uitnodigen voor account",
|
|
@@ -656,8 +658,10 @@
|
|
|
656
658
|
"RELATION_NUMBER": "Relatienummer",
|
|
657
659
|
"REMARKS": "Opmerkingen",
|
|
658
660
|
"SALUTATION": "Aanhef",
|
|
661
|
+
"SALESORDERS": "Verkooporders",
|
|
659
662
|
"SAME_AS_DELIVERY": "Hetzelfde als bezorgadres",
|
|
660
663
|
"SAVE": "Opslaan",
|
|
664
|
+
"SEARCH": "Zoeken",
|
|
661
665
|
"SEARCH_IN_COLLECTION": "Zoek binnen collectie...",
|
|
662
666
|
"SEARCH_ADD_ARTICLE": "Zoeken en toevoegen artikel",
|
|
663
667
|
"SELECT": "Selecteren",
|
|
@@ -836,8 +840,10 @@
|
|
|
836
840
|
"HANDLED_BY": "Handled by",
|
|
837
841
|
"HOUSE_NO": "Housenumber",
|
|
838
842
|
"HOUSE_NO_ADDITION": "Housenumber addition",
|
|
843
|
+
"IN": "In",
|
|
839
844
|
"INACTIVE_TRANSACTIONS": "Inactieve transacties",
|
|
840
845
|
"INCLUDING_RETURNS": "Including returns",
|
|
846
|
+
"IN_SEARCHORDERS": "In sales orders",
|
|
841
847
|
"IN_ORDER": "In order",
|
|
842
848
|
"IN_OUT_COLLECTION": "In-out-collection",
|
|
843
849
|
"INVITE_TO_ACCOUNT": "Invite account",
|
|
@@ -922,9 +928,11 @@
|
|
|
922
928
|
"REFERENCE_RELATION": "Ref. relation",
|
|
923
929
|
"RELATION_NUMBER": "Relation number",
|
|
924
930
|
"REMARKS": "Remarks",
|
|
931
|
+
"SALESORDERS": "Sales orders",
|
|
925
932
|
"SALUTATION": "Salutation",
|
|
926
933
|
"SAME_AS_DELIVERY": "Same as delivery address",
|
|
927
934
|
"SAVE": "Save",
|
|
935
|
+
"SEARCH": "Search",
|
|
928
936
|
"SEARCH_ADD_ARTICLE": "Search and add article",
|
|
929
937
|
"SEARCH_IN_COLLECTION": "Search in collection...",
|
|
930
938
|
"SELECT": "Select",
|
|
@@ -4748,8 +4756,10 @@
|
|
|
4748
4756
|
Icon["PalletBoxesSolid"] = "pallet_boxes_solid";
|
|
4749
4757
|
Icon["PlusRound"] = "plus_round";
|
|
4750
4758
|
Icon["Purchase"] = "purchase";
|
|
4759
|
+
Icon["Resize"] = "resize";
|
|
4751
4760
|
Icon["ShelvesSolid"] = "shelves_solid";
|
|
4752
4761
|
Icon["SidePanel"] = "side_panel";
|
|
4762
|
+
Icon["SlideIn"] = "slide_in";
|
|
4753
4763
|
Icon["SyncAlt"] = "sync_alt";
|
|
4754
4764
|
Icon["Tag"] = "tag";
|
|
4755
4765
|
Icon["ThickLines"] = "thick_lines";
|
|
@@ -5187,8 +5197,10 @@
|
|
|
5187
5197
|
"pallet_boxes_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M96 255.1L288 256c17.6 0 32-14.4 32-32V31.1c0-17.6-14.4-31.1-32-31.1L96 0c-17.6 0-32 14.4-32 32V224C64 241.6 78.4 255.1 96 255.1zM416 255.1h128c17.6 0 32-14.4 32-31.1v-128c0-17.6-14.4-32-32-32h-128c-17.6 0-32 14.4-32 32v128C384 241.6 398.4 255.1 416 255.1zM624 384c8.75 0 16-7.25 16-16v-32c0-8.75-7.25-16-16-16h-608C7.25 320 0 327.3 0 336v32C0 376.8 7.25 384 16 384H64v64H16C7.25 448 0 455.3 0 464v32C0 504.8 7.25 512 16 512h608c8.75 0 16-7.25 16-16v-32c0-8.75-7.25-16-16-16H576v-64H624zM288 448H128v-64h160V448zM512 448h-160v-64h160V448z\"/></svg>",
|
|
5188
5198
|
"plus_round": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"-288 379 35 35\" enable-background=\"new -288 379 35 35\" ><path fill=\"#29363E\" d=\"M-270.5,381.5c-8.3,0-15,6.7-15,15c0,8.3,6.7,15,15,15s15-6.7,15-15C-255.5,388.2-262.2,381.5-270.5,381.5z M-261.1,397.3c0,0.9-0.7,1.6-1.6,1.6h-5.5v5.5c0,0.9-0.7,1.6-1.6,1.6h-1.6c-0.9,0-1.6-0.7-1.6-1.6v-5.5h-5.5c-0.9,0-1.6-0.7-1.6-1.6v-1.6c0-0.9,0.7-1.6,1.6-1.6h5.5v-5.5c0-0.9,0.7-1.6,1.6-1.6h1.6c0.9,0,1.6,0.7,1.6,1.6v5.5h5.5c0.9,0,1.6,0.7,1.6,1.6V397.3z\"/></svg>",
|
|
5189
5199
|
"purchase": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><g opacity=\"0.75\"><polygon points=\"33.34 25.04 27.34 28.52 33.35 31.97 39.34 28.49 33.34 25.04\" fill=\"#484f60\"/><polygon points=\"33.99 33.08 39.99 29.6 40 36.53 34.01 40.01 33.99 33.08\" fill=\"#484f60\" opacity=\"0.5\"/><polygon points=\"26.72 36.55 26.71 29.63 32.71 33.08 32.72 40.01 26.72 36.55\" fill=\"#484f60\" opacity=\"0.25\"/><polygon points=\"12.78 28.54 18.79 32 24.78 28.52 18.77 25.07 12.78 28.54\" fill=\"#484f60\"/><polygon points=\"19.43 33.1 25.42 29.63 25.44 36.56 19.44 40.03 19.43 33.1\" fill=\"#484f60\" opacity=\"0.5\"/><polygon points=\"12.15 36.58 12.14 29.65 18.15 33.11 18.16 40.04 12.15 36.58\" fill=\"#484f60\" opacity=\"0.25\"/><polygon points=\"32.04 15.89 26.03 12.44 22.09 14.73 27.52 14.73 24.03 18.21 26.05 19.37 32.04 15.89\" fill=\"#484f60\"/><polygon points=\"32.68 17 26.69 20.48 26.7 27.41 32.7 23.93 32.68 17\" fill=\"#484f60\" opacity=\"0.5\"/><polygon points=\"23.1 19.15 19.41 22.83 19.41 23.95 25.42 27.41 25.41 20.48 23.1 19.15\" fill=\"#484f60\" opacity=\"0.25\"/></g><polygon points=\"19.03 16.34 19.03 10.3 14.61 10.3 14.61 16.34 14.61 16.34 10 16.34 16.82 23.16 23.64 16.34 19.03 16.34\" fill=\"#484f60\"/></svg>",
|
|
5200
|
+
"resize": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 51 51\"><polygon points=\"1.1 49.9 1.1 30.6 7.8 37.3 37.3 8 30.6 1.3 49.9 1.3 49.9 20.6 43.2 13.9 13.7 43.2 20.5 49.9 1.1 49.9\" fill=\"#4d5050\"/></svg>",
|
|
5190
5201
|
"shelves_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M608 0c-17.6 0-32 14.4-32 31.1V160H64V31.1C64 14.4 49.6 0 32 0S0 14.4 0 31.1v480h64v-32h512v32h64v-480C640 14.4 625.6 0 608 0zM576 416H64V224h512V416zM368 128h96C472.8 128 480 120.8 480 112v-96C480 7.25 472.8 0 464 0h-96C359.2 0 352 7.25 352 16v96C352 120.8 359.2 128 368 128zM112 384h96C216.8 384 224 376.8 224 368v-96C224 263.2 216.8 256 208 256h-96C103.2 256 96 263.2 96 272v96C96 376.8 103.2 384 112 384zM272 384h96c8.75 0 16-7.25 16-16v-96C384 263.2 376.8 256 368 256h-96C263.2 256 256 263.2 256 272v96C256 376.8 263.2 384 272 384z\"/></svg>",
|
|
5191
5202
|
"side_panel": "<svg width=\"47px\" height=\"43px\" viewBox=\"0 0 47 43\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\"><defs><image width=\"47\" height=\"43\" xlink:href=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAArCAYAAADottG6AAAABHNCSVQICAgIfAhkiAAAAHtJREFUWIXt18EJwCAQAEENKSNv60gVgVQYSBWpw3f6OHvQx3Kw8xcX0QNrRERJaqMDVhhPMZ5iPMV4ivEU4ynGU/bZhb3/5Xm/pc3v6yytHdPrq58RiPEUHywl9bUxnuKDpaS+NsZTUsennjapT95RSTGeYjzFeErq+AEBrixGEVJ5mAAAAABJRU5ErkJggg==\" /></defs><use xlink:href=\"#img_1\" fill=\"#FFFFFF\" stroke=\"none\" /></svg>",
|
|
5203
|
+
"slide_in": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M12,12.17H38v26H12ZM36.76,13.4H13.24V36.93H36.76Z\" fill=\"#484f60\"/><polygon points=\"33.71 23.42 28.41 23.42 28.41 20.43 24.13 24.72 28.41 29.01 28.41 26.02 33.71 26.02 33.71 23.42\" fill=\"#484f60\"/><rect x=\"12\" y=\"12.17\" width=\"9\" height=\"26\" fill=\"#484f60\"/></svg>",
|
|
5192
5204
|
"sync_alt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z\"/></svg>",
|
|
5193
5205
|
"tag": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M40,29.15v-.68a5.28,5.28,0,0,0-1.34-3.25L24.78,11.34A5.34,5.34,0,0,0,21.53,10H11.9A1.91,1.91,0,0,0,10,11.9v9.63a5.28,5.28,0,0,0,1.34,3.25L25.22,38.66A5.28,5.28,0,0,0,28.47,40h.68a5.28,5.28,0,0,0,3.24-1.34l6.27-6.27A5.28,5.28,0,0,0,40,29.15ZM13.13,16.72a2.54,2.54,0,1,1,3.59,0A2.55,2.55,0,0,1,13.13,16.72Zm15.9,19L17.84,24.55l1.34-1.34L30.37,34.4Zm2.69-2.69L20.52,21.87l1.35-1.35,11.19,11.2Zm2.68-2.69L23.21,19.18l1.34-1.34L35.75,29Z\" fill=\"#484f60\"/></svg>",
|
|
5194
5206
|
"thick_lines": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><rect x=\"10\" y=\"12.67\" width=\"30\" height=\"7\" fill=\"#484f60\"/><rect x=\"10\" y=\"21.67\" width=\"30\" height=\"7\" fill=\"#484f60\"/><rect x=\"10\" y=\"30.67\" width=\"30\" height=\"7\" fill=\"#484f60\"/></svg>",
|
|
@@ -6812,6 +6824,124 @@
|
|
|
6812
6824
|
{ type: TransactionConnectorService }
|
|
6813
6825
|
]; };
|
|
6814
6826
|
|
|
6827
|
+
// Direction type for regular straight directions.
|
|
6828
|
+
var Direction;
|
|
6829
|
+
(function (Direction) {
|
|
6830
|
+
Direction["Right"] = "right";
|
|
6831
|
+
Direction["Left"] = "left";
|
|
6832
|
+
Direction["Up"] = "top";
|
|
6833
|
+
Direction["Down"] = "bottom";
|
|
6834
|
+
})(Direction || (Direction = {}));
|
|
6835
|
+
|
|
6836
|
+
var TransactionLineActionButtonsComponent = /** @class */ (function () {
|
|
6837
|
+
function TransactionLineActionButtonsComponent(iconCacheService, _transactionService, _dictionaryService) {
|
|
6838
|
+
this.iconCacheService = iconCacheService;
|
|
6839
|
+
this._transactionService = _transactionService;
|
|
6840
|
+
this._dictionaryService = _dictionaryService;
|
|
6841
|
+
this.icons = Icon;
|
|
6842
|
+
this.alignDirection = Direction.Down;
|
|
6843
|
+
this.waitingForUserAction = new i0.EventEmitter();
|
|
6844
|
+
this.sidePanelButtonClicked = new i0.EventEmitter();
|
|
6845
|
+
this.showActionButtons = false;
|
|
6846
|
+
this.showActionButtonsDelayed = false;
|
|
6847
|
+
this.showTransactionArticleText = false;
|
|
6848
|
+
this.showTransactionArticleTextOverview = false;
|
|
6849
|
+
}
|
|
6850
|
+
TransactionLineActionButtonsComponent.prototype.showClass = function () {
|
|
6851
|
+
return true;
|
|
6852
|
+
};
|
|
6853
|
+
TransactionLineActionButtonsComponent.prototype.ngOnInit = function () {
|
|
6854
|
+
this.transactionKind = this._transactionService.currentTransaction.transactionInfo.transactionKind;
|
|
6855
|
+
};
|
|
6856
|
+
TransactionLineActionButtonsComponent.prototype.handleShowHideClick = function () {
|
|
6857
|
+
var _this = this;
|
|
6858
|
+
this.showActionButtons = !this.showActionButtons;
|
|
6859
|
+
setTimeout(function () {
|
|
6860
|
+
_this.showActionButtonsDelayed = !_this.showActionButtonsDelayed;
|
|
6861
|
+
}, 1);
|
|
6862
|
+
};
|
|
6863
|
+
TransactionLineActionButtonsComponent.prototype.handleTransactionArticleTextOverview = function () {
|
|
6864
|
+
this.articleTextHeader = this._dictionaryService.get("TEXT_ARTICLE_BOUND", true, this.transactionLine.articleNumber);
|
|
6865
|
+
this.textToEdit = undefined;
|
|
6866
|
+
this._showArticleTextOverviewDialog();
|
|
6867
|
+
this.showActionButtons = false;
|
|
6868
|
+
this.showActionButtonsDelayed = false;
|
|
6869
|
+
};
|
|
6870
|
+
TransactionLineActionButtonsComponent.prototype.handleTransactionArticleText = function () {
|
|
6871
|
+
this.articleTextHeader = this._dictionaryService.get("TEXT_ARTICLE_BOUND", true, this.transactionLine.articleNumber);
|
|
6872
|
+
this.textToEdit = undefined;
|
|
6873
|
+
this.showArticleTextDialog();
|
|
6874
|
+
this.showActionButtons = false;
|
|
6875
|
+
this.showActionButtonsDelayed = false;
|
|
6876
|
+
};
|
|
6877
|
+
TransactionLineActionButtonsComponent.prototype.handleShowSidePanel = function () {
|
|
6878
|
+
this.sidePanelButtonClicked.next(this.transactionLine);
|
|
6879
|
+
this.waitingForUserAction.next(true);
|
|
6880
|
+
this.showActionButtons = false;
|
|
6881
|
+
this.showActionButtonsDelayed = false;
|
|
6882
|
+
};
|
|
6883
|
+
TransactionLineActionButtonsComponent.prototype.showOverviewButton = function () {
|
|
6884
|
+
return this.transactionKind === transactionKind_enum.TransactionKind.PurchaseOrder ||
|
|
6885
|
+
this.transactionKind === transactionKind_enum.TransactionKind.SalesOrder;
|
|
6886
|
+
};
|
|
6887
|
+
TransactionLineActionButtonsComponent.prototype.showAddTextButton = function () {
|
|
6888
|
+
return this.transactionKind === transactionKind_enum.TransactionKind.PurchaseOrder ||
|
|
6889
|
+
this.transactionKind === transactionKind_enum.TransactionKind.SalesOrder;
|
|
6890
|
+
};
|
|
6891
|
+
TransactionLineActionButtonsComponent.prototype.showSidebarButton = function () {
|
|
6892
|
+
return this.transactionKind === transactionKind_enum.TransactionKind.PurchaseOrder ||
|
|
6893
|
+
this.transactionKind === transactionKind_enum.TransactionKind.SalesOrder;
|
|
6894
|
+
};
|
|
6895
|
+
TransactionLineActionButtonsComponent.prototype.saveTransactionArticleLineText = function (transactionAddTextLineRequest) {
|
|
6896
|
+
var _this = this;
|
|
6897
|
+
this._transactionService.addTextLine(transactionAddTextLineRequest.showOnDocuments, transactionAddTextLineRequest.text, 0, true, transactionAddTextLineRequest.refArticleLineNr).then(function () {
|
|
6898
|
+
_this._hideArticleTextDialog();
|
|
6899
|
+
});
|
|
6900
|
+
};
|
|
6901
|
+
TransactionLineActionButtonsComponent.prototype.closeTransactionArticleText = function (event) {
|
|
6902
|
+
this._hideArticleTextDialog();
|
|
6903
|
+
};
|
|
6904
|
+
TransactionLineActionButtonsComponent.prototype.closeTransactionArticleTextOverview = function (event) {
|
|
6905
|
+
this._hideArticleTextOverviewDialog();
|
|
6906
|
+
};
|
|
6907
|
+
TransactionLineActionButtonsComponent.prototype.showArticleTextDialog = function () {
|
|
6908
|
+
this.showTransactionArticleText = true;
|
|
6909
|
+
this.waitingForUserAction.next(true);
|
|
6910
|
+
};
|
|
6911
|
+
TransactionLineActionButtonsComponent.prototype._hideArticleTextDialog = function () {
|
|
6912
|
+
this.showTransactionArticleText = false;
|
|
6913
|
+
this.waitingForUserAction.next(false);
|
|
6914
|
+
};
|
|
6915
|
+
TransactionLineActionButtonsComponent.prototype._showArticleTextOverviewDialog = function () {
|
|
6916
|
+
this.showTransactionArticleTextOverview = true;
|
|
6917
|
+
this.waitingForUserAction.next(true);
|
|
6918
|
+
};
|
|
6919
|
+
TransactionLineActionButtonsComponent.prototype._hideArticleTextOverviewDialog = function () {
|
|
6920
|
+
this.showTransactionArticleTextOverview = false;
|
|
6921
|
+
this.waitingForUserAction.next(false);
|
|
6922
|
+
};
|
|
6923
|
+
return TransactionLineActionButtonsComponent;
|
|
6924
|
+
}());
|
|
6925
|
+
TransactionLineActionButtonsComponent.decorators = [
|
|
6926
|
+
{ type: i0.Component, args: [{
|
|
6927
|
+
selector: "co-transaction-line-action-buttons",
|
|
6928
|
+
template: "\n <div class=\"transaction-line-action-buttons-wrapper\">\n <div class=\"show-hide-button\">\n <icon [icon]=\"icons.ThickLines\" (click)=\"handleShowHideClick()\"></icon>\n </div>\n\n <div class=\"action-buttons-container\" clickOutside\n *ngIf=\"showActionButtons\"\n [ngClass]=\"alignDirection\"\n (clickOutside)=\"handleShowHideClick()\">\n\n <co-button *ngIf=\"showOverviewButton()\"\n class=\"transaction-line-overview-button circle\"\n [class.show]=\"showActionButtonsDelayed\"\n [iconData]=\"iconCacheService.getIcon(icons.Txt)\"\n (click)=\"handleTransactionArticleTextOverview()\"></co-button>\n\n <co-button *ngIf=\"showAddTextButton()\"\n class=\"transaction-line-add-text-button circle\"\n [class.show]=\"showActionButtonsDelayed\"\n [iconData]=\"iconCacheService.getIcon(icons.Txt)\"\n (click)=\"handleTransactionArticleText()\"></co-button>\n\n <co-button *ngIf=\"showSidebarButton()\"\n class=\"transaction-line-show-sidebar-button circle\"\n [class.show]=\"showActionButtonsDelayed\"\n [iconData]=\"iconCacheService.getIcon(icons.MasterDetail)\"\n (click)=\"handleShowSidePanel()\"></co-button>\n </div>\n </div>\n\n <co-transaction-article-text-overview *ngIf=\"showTransactionArticleTextOverview\"\n [header]=\"articleTextHeader | localize\"\n [transactionLine]=\"transactionLine\"\n (saveClick)=\"saveTransactionArticleLineText($event)\"\n (closeClick)=\"closeTransactionArticleTextOverview($event)\"\n (cancelClick)=\"closeTransactionArticleTextOverview($event)\"\n ></co-transaction-article-text-overview>\n\n <co-transaction-article-text *ngIf=\"showTransactionArticleText\"\n [header]=\"articleTextHeader | localize\"\n [articleLineNr]=\"transactionLine.lineNr\"\n [articleRef]=\"transactionLine.articleNumber\"\n [transactionLine]=\"transactionLine\"\n [editText]=\"textToEdit\"\n (saveClick)=\"saveTransactionArticleLineText($event)\"\n (closeClick)=\"closeTransactionArticleText($event)\"\n (cancelClick)=\"closeTransactionArticleText($event)\"\n ></co-transaction-article-text>\n ",
|
|
6929
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
6930
|
+
},] }
|
|
6931
|
+
];
|
|
6932
|
+
TransactionLineActionButtonsComponent.ctorParameters = function () { return [
|
|
6933
|
+
{ type: IconCacheService },
|
|
6934
|
+
{ type: TransactionService },
|
|
6935
|
+
{ type: DictionaryService }
|
|
6936
|
+
]; };
|
|
6937
|
+
TransactionLineActionButtonsComponent.propDecorators = {
|
|
6938
|
+
transactionLine: [{ type: i0.Input }],
|
|
6939
|
+
alignDirection: [{ type: i0.Input }],
|
|
6940
|
+
waitingForUserAction: [{ type: i0.Output }],
|
|
6941
|
+
sidePanelButtonClicked: [{ type: i0.Output }],
|
|
6942
|
+
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-line-action-buttons",] }]
|
|
6943
|
+
};
|
|
6944
|
+
|
|
6815
6945
|
var TransactionLineComponent = /** @class */ (function () {
|
|
6816
6946
|
function TransactionLineComponent(service, iconCacheService, _dialogService, _dictionaryService, _imageService) {
|
|
6817
6947
|
this.service = service;
|
|
@@ -6824,8 +6954,6 @@
|
|
|
6824
6954
|
this.waitingForUserAction = new i0.EventEmitter();
|
|
6825
6955
|
this.sidePanelButtonClicked = new i0.EventEmitter();
|
|
6826
6956
|
this.stock = stockStatus_enum.StockStatus.Low;
|
|
6827
|
-
this.showTransactionArticleText = false;
|
|
6828
|
-
this.showTransactionArticleTextOverview = false;
|
|
6829
6957
|
this.mouseOver = false;
|
|
6830
6958
|
}
|
|
6831
6959
|
Object.defineProperty(TransactionLineComponent.prototype, "line", {
|
|
@@ -6880,31 +7008,13 @@
|
|
|
6880
7008
|
});
|
|
6881
7009
|
});
|
|
6882
7010
|
};
|
|
6883
|
-
TransactionLineComponent.prototype.handleTransactionArticleText = function (event) {
|
|
6884
|
-
this.articleTextHeader = this._dictionaryService.get("TEXT_ARTICLE_BOUND", true, this.line.articleNumber);
|
|
6885
|
-
this.textToEdit = undefined;
|
|
6886
|
-
this._showArticleTextDialog();
|
|
6887
|
-
};
|
|
6888
|
-
TransactionLineComponent.prototype.handleTransactionArticleTextOverview = function (event) {
|
|
6889
|
-
this.articleTextHeader = this._dictionaryService.get("TEXT_ARTICLE_BOUND", true, this.line.articleNumber);
|
|
6890
|
-
this.textToEdit = undefined;
|
|
6891
|
-
this._showArticleTextOverviewDialog();
|
|
6892
|
-
};
|
|
6893
|
-
TransactionLineComponent.prototype.saveTransactionArticleLineText = function (transactionAddTextLineRequest) {
|
|
6894
|
-
var _this = this;
|
|
6895
|
-
this.service.addTextLine(transactionAddTextLineRequest.showOnDocuments, transactionAddTextLineRequest.text, 0, true, transactionAddTextLineRequest.refArticleLineNr).then(function () {
|
|
6896
|
-
_this._hideArticleTextDialog();
|
|
6897
|
-
});
|
|
6898
|
-
};
|
|
6899
|
-
TransactionLineComponent.prototype.closeTransactionArticleText = function (event) {
|
|
6900
|
-
this._hideArticleTextDialog();
|
|
6901
|
-
};
|
|
6902
|
-
TransactionLineComponent.prototype.closeTransactionArticleTextOverview = function (event) {
|
|
6903
|
-
this._hideArticleTextOverviewDialog();
|
|
6904
|
-
};
|
|
6905
7011
|
TransactionLineComponent.prototype.handleOpenArticleText = function (text) {
|
|
6906
|
-
this.textToEdit = text;
|
|
6907
|
-
this.
|
|
7012
|
+
this.transactionLineActionButtons.textToEdit = text;
|
|
7013
|
+
this.transactionLineActionButtons.showArticleTextDialog();
|
|
7014
|
+
};
|
|
7015
|
+
TransactionLineComponent.prototype.handleShowSidePanel = function () {
|
|
7016
|
+
this.sidePanelButtonClicked.next();
|
|
7017
|
+
this.waitingForUserAction.next(true);
|
|
6908
7018
|
};
|
|
6909
7019
|
TransactionLineComponent.prototype._loadLineImage = function () {
|
|
6910
7020
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -6919,76 +7029,12 @@
|
|
|
6919
7029
|
});
|
|
6920
7030
|
});
|
|
6921
7031
|
};
|
|
6922
|
-
// private async _confirmAction(lineOperationResponse: LineOperationResponse): Promise<void> {
|
|
6923
|
-
// this.currentReason.confirmation = await this._promptService.showYesNo(lineOperationResponse.pendingReason, " ");
|
|
6924
|
-
// this.service.resolvePendingLineReason(this.currentReason)
|
|
6925
|
-
// .then((value: LineOperationResponse) => {
|
|
6926
|
-
// this._handleLine(value);
|
|
6927
|
-
// });
|
|
6928
|
-
// }
|
|
6929
|
-
// private async _showInformation(lineOperationResponse: LineOperationResponse): Promise<void> {
|
|
6930
|
-
// await this._promptService.showOkModal(lineOperationResponse.pendingReason, " ");
|
|
6931
|
-
// this.service.resolvePendingLineReason(this.currentReason)
|
|
6932
|
-
// .then((value: LineOperationResponse) => {
|
|
6933
|
-
// this._handleLine(value);
|
|
6934
|
-
// });
|
|
6935
|
-
// }
|
|
6936
|
-
// private async _handleLine(lineOperationResponse: LineOperationResponse): Promise<void> {
|
|
6937
|
-
// if (lineOperationResponse === undefined) {
|
|
6938
|
-
// return;
|
|
6939
|
-
// }
|
|
6940
|
-
// this.currentReason = new ResolvePendingLineReasonRequest(lineOperationResponse.lineUuid,
|
|
6941
|
-
// lineOperationResponse.pendingReason, lineOperationResponse.pendingReasonType);
|
|
6942
|
-
//
|
|
6943
|
-
// switch (lineOperationResponse.pendingReasonType) {
|
|
6944
|
-
// case PendingReasonType.ABORTED:
|
|
6945
|
-
// case PendingReasonType.CANCELLED:
|
|
6946
|
-
// this.localAmount = this._line.amount;
|
|
6947
|
-
// if (lineOperationResponse.pendingReason !== "USER_DECISION") {
|
|
6948
|
-
// await this._promptService.showNotification(this._dictionaryService.get(lineOperationResponse.pendingReason), " ");
|
|
6949
|
-
// }
|
|
6950
|
-
// break;
|
|
6951
|
-
// case PendingReasonType.CONFIRMATION_NEEDED:
|
|
6952
|
-
// await this._confirmAction(lineOperationResponse);
|
|
6953
|
-
// break;
|
|
6954
|
-
// case PendingReasonType.NON_CRITICAL_DISCONTINUATION:
|
|
6955
|
-
// await this._showInformation(lineOperationResponse);
|
|
6956
|
-
// break;
|
|
6957
|
-
// case PendingReasonType.INVALID_LOGISTICS:
|
|
6958
|
-
// this.localAmount = this._line.amount;
|
|
6959
|
-
// await this._promptService.showError(this._dictionaryService.get(lineOperationResponse.pendingReason), " ");
|
|
6960
|
-
// break;
|
|
6961
|
-
// case PendingReasonType.NONE:
|
|
6962
|
-
// default:
|
|
6963
|
-
// break;
|
|
6964
|
-
// }
|
|
6965
|
-
// }
|
|
6966
|
-
TransactionLineComponent.prototype._showArticleTextDialog = function () {
|
|
6967
|
-
this.showTransactionArticleText = true;
|
|
6968
|
-
this.waitingForUserAction.next(true);
|
|
6969
|
-
};
|
|
6970
|
-
TransactionLineComponent.prototype._hideArticleTextDialog = function () {
|
|
6971
|
-
this.showTransactionArticleText = false;
|
|
6972
|
-
this.waitingForUserAction.next(false);
|
|
6973
|
-
};
|
|
6974
|
-
TransactionLineComponent.prototype._showArticleTextOverviewDialog = function () {
|
|
6975
|
-
this.showTransactionArticleTextOverview = true;
|
|
6976
|
-
this.waitingForUserAction.next(true);
|
|
6977
|
-
};
|
|
6978
|
-
TransactionLineComponent.prototype._hideArticleTextOverviewDialog = function () {
|
|
6979
|
-
this.showTransactionArticleTextOverview = false;
|
|
6980
|
-
this.waitingForUserAction.next(false);
|
|
6981
|
-
};
|
|
6982
|
-
TransactionLineComponent.prototype.handleShowSidePanel = function (event) {
|
|
6983
|
-
this.sidePanelButtonClicked.next();
|
|
6984
|
-
this.waitingForUserAction.next(true);
|
|
6985
|
-
};
|
|
6986
7032
|
return TransactionLineComponent;
|
|
6987
7033
|
}());
|
|
6988
7034
|
TransactionLineComponent.decorators = [
|
|
6989
7035
|
{ type: i0.Component, args: [{
|
|
6990
7036
|
selector: "co-transaction-line",
|
|
6991
|
-
template: "\n <div class=\"transaction-line\">\n <ng-container *ngIf=\"line.isArticle\">\n <div class=\"transaction-line-wrapper\">\n <div class=\"transaction-line-image\" [class.preview]=\"preview\">\n <co-image-display [model]=\"image\"></co-image-display>\n </div>\n <div class=\"transaction-line-description\">\n <div class=\"description-wrapper\">\n <span [textContent]=\"line.goodDescription\" class=\"transaction-line-description-description\"></span>\n <span *ngIf=\"line.goodDescription && line.articleNumber\" class=\"transaction-line-description-divider\">|</span>\n <span [textContent]=\"line.articleNumber\" class=\"transaction-line-description-sku\"></span>\n </div>\n <div *ngIf=!preview class=\"article-text-wrapper\">\n <div class=\"article-text\" *ngFor=\"let text of line.articleTestAsArray\">\n <span [innerHTML]=\"text | safeHtml\" (dblclick)=\"handleOpenArticleText(text)\"></span>\n </div>\n </div>\n <div *ngIf=!preview class=\"configuration-text-wrapper\">\n <span [innerHTML]=\"line.configurationReadable\"></span>\n </div>\n </div>\n <div *ngIf=!preview class=\"transaction-line-stock\">\n <span [textContent]=\"'STOCK' | localize\" class=\"small-font\"></span>\n <stock-status-indicator [model]=\"stock\"></stock-status-indicator>\n <span [textContent]=\"'DELIVERY_TIME_PERIOD' | localize\" class=\"small-font\"></span>\n<!-- <span [textContent]=\"line.deliveryDate | deliveryTime\"></span>-->\n </div>\n <div *ngIf=!preview class=\"transaction-line-amount\">\n <co-input-number-picker class=\"amount-number-picker\"\n [(model)]=\"localAmount\" [min]=\"0\"\n [readonly]=\"true\"\n (modelChange)=\"changeLineAmount($event)\"></co-input-number-picker>\n </div>\n <div class=\"transaction-line-delete\" *ngIf=\"preview\">\n <div class=\"delete-wrapper\" (click)=\"deleteTransactionLineClick()\">\n <icon class=\"delete-icon\" [icon]=\"icons.Cancel\"></icon>\n <div class=\"delete-link\"\n [textContent]=\"'DELETE_TRANSACTION_LINE' | localize:false\">\n </div>\n </div>\n </div>\n <div class=\"transaction-line-totals\">\n <span [textContent]=\"line.displayNetLineTotal | coCurrency: true\"></span>\n </div>\n <div *ngIf=\"!preview\" class=\"transaction-line-buttons\">\n <co-
|
|
7037
|
+
template: "\n <div class=\"transaction-line\">\n <ng-container *ngIf=\"line.isArticle\">\n <div class=\"transaction-line-wrapper\">\n <div class=\"transaction-line-image\" [class.preview]=\"preview\">\n <co-image-display [model]=\"image\"></co-image-display>\n </div>\n <div class=\"transaction-line-description\">\n <div class=\"description-wrapper\">\n <span [textContent]=\"line.goodDescription\" class=\"transaction-line-description-description\"></span>\n <span *ngIf=\"line.goodDescription && line.articleNumber\" class=\"transaction-line-description-divider\">|</span>\n <span [textContent]=\"line.articleNumber\" class=\"transaction-line-description-sku\"></span>\n </div>\n <div *ngIf=!preview class=\"article-text-wrapper\">\n <div class=\"article-text\" *ngFor=\"let text of line.articleTestAsArray\">\n <span [innerHTML]=\"text | safeHtml\" (dblclick)=\"handleOpenArticleText(text)\"></span>\n </div>\n </div>\n <div *ngIf=!preview class=\"configuration-text-wrapper\">\n <span [innerHTML]=\"line.configurationReadable\"></span>\n </div>\n </div>\n <div *ngIf=!preview class=\"transaction-line-stock\">\n <span [textContent]=\"'STOCK' | localize\" class=\"small-font\"></span>\n <stock-status-indicator [model]=\"stock\"></stock-status-indicator>\n <span [textContent]=\"'DELIVERY_TIME_PERIOD' | localize\" class=\"small-font\"></span>\n <!-- <span [textContent]=\"line.deliveryDate | deliveryTime\"></span>-->\n </div>\n <div *ngIf=!preview class=\"transaction-line-amount\">\n <co-input-number-picker class=\"amount-number-picker\"\n [(model)]=\"localAmount\" [min]=\"0\"\n [readonly]=\"true\"\n (modelChange)=\"changeLineAmount($event)\"></co-input-number-picker>\n </div>\n <div class=\"transaction-line-delete\" *ngIf=\"preview\">\n <div class=\"delete-wrapper\" (click)=\"deleteTransactionLineClick()\">\n <icon class=\"delete-icon\" [icon]=\"icons.Cancel\"></icon>\n <div class=\"delete-link\"\n [textContent]=\"'DELETE_TRANSACTION_LINE' | localize:false\">\n </div>\n </div>\n </div>\n <div class=\"transaction-line-totals\">\n <span [textContent]=\"line.displayNetLineTotal | coCurrency: true\"></span>\n </div>\n <div *ngIf=\"!preview\" class=\"transaction-line-buttons\">\n <co-transaction-line-action-buttons\n [transactionLine]=\"line\"\n (waitingForUserAction)=\"waitingForUserAction.next($event)\"\n (sidePanelButtonClicked)=\"handleShowSidePanel()\"\n ></co-transaction-line-action-buttons>\n </div>\n </div>\n <div class=\"transaction-line-delete\" *ngIf=\"!preview\">\n <div class=\"delete-wrapper\" (click)=\"deleteTransactionLineClick()\">\n <icon class=\"delete-icon\" [icon]=\"icons.Cancel\"></icon>\n <div class=\"delete-link\"\n [textContent]=\"'DELETE_TRANSACTION_LINE' | localize:false\">\n </div>\n </div>\n </div>\n </ng-container>\n <ng-container *ngIf=\"line.isText\">\n <div [textContent]=\"line.text\"></div>\n <div class=\"transaction-line-delete\" *ngIf=\"!preview\">\n <div class=\"delete-wrapper\" (click)=\"deleteTransactionLineClick()\">\n <icon class=\"delete-icon\" [icon]=\"icons.Cancel\"></icon>\n <div class=\"delete-link\"\n [textContent]=\"'DELETE_TRANSACTION_LINE' | localize:false\">\n </div>\n </div>\n </div>\n </ng-container>\n </div>\n ",
|
|
6992
7038
|
encapsulation: i0.ViewEncapsulation.None
|
|
6993
7039
|
},] }
|
|
6994
7040
|
];
|
|
@@ -7004,6 +7050,7 @@
|
|
|
7004
7050
|
line: [{ type: i0.Input }],
|
|
7005
7051
|
waitingForUserAction: [{ type: i0.Output }],
|
|
7006
7052
|
sidePanelButtonClicked: [{ type: i0.Output }],
|
|
7053
|
+
transactionLineActionButtons: [{ type: i0.ViewChild, args: [TransactionLineActionButtonsComponent,] }],
|
|
7007
7054
|
isText: [{ type: i0.HostBinding, args: ["class.is-text",] }],
|
|
7008
7055
|
isArticle: [{ type: i0.HostBinding, args: ["class.is-article",] }],
|
|
7009
7056
|
isSelected: [{ type: i0.HostBinding, args: ["class.is-selected",] }, { type: i0.Input, args: ['selected',] }],
|
|
@@ -7136,6 +7183,31 @@
|
|
|
7136
7183
|
},] }
|
|
7137
7184
|
];
|
|
7138
7185
|
|
|
7186
|
+
var TransactionLineActionButtonsModule = /** @class */ (function () {
|
|
7187
|
+
function TransactionLineActionButtonsModule() {
|
|
7188
|
+
}
|
|
7189
|
+
return TransactionLineActionButtonsModule;
|
|
7190
|
+
}());
|
|
7191
|
+
TransactionLineActionButtonsModule.decorators = [
|
|
7192
|
+
{ type: i0.NgModule, args: [{
|
|
7193
|
+
imports: [
|
|
7194
|
+
common.CommonModule,
|
|
7195
|
+
CoreModule,
|
|
7196
|
+
corecomponents_v12.ButtonModule,
|
|
7197
|
+
corecomponents_v12.ClickoutsideModule,
|
|
7198
|
+
TransactionArticleTextOverviewModule,
|
|
7199
|
+
TransactionArticleTextModule,
|
|
7200
|
+
PipeModule
|
|
7201
|
+
],
|
|
7202
|
+
declarations: [
|
|
7203
|
+
TransactionLineActionButtonsComponent
|
|
7204
|
+
],
|
|
7205
|
+
exports: [
|
|
7206
|
+
TransactionLineActionButtonsComponent
|
|
7207
|
+
]
|
|
7208
|
+
},] }
|
|
7209
|
+
];
|
|
7210
|
+
|
|
7139
7211
|
var TransactionLineModule = /** @class */ (function () {
|
|
7140
7212
|
function TransactionLineModule() {
|
|
7141
7213
|
}
|
|
@@ -7150,7 +7222,8 @@
|
|
|
7150
7222
|
corecomponents_v12.InputNumberPickerModule,
|
|
7151
7223
|
TransactionArticleTextModule,
|
|
7152
7224
|
TransactionArticleTextOverviewModule,
|
|
7153
|
-
PipeModule
|
|
7225
|
+
PipeModule,
|
|
7226
|
+
TransactionLineActionButtonsModule
|
|
7154
7227
|
],
|
|
7155
7228
|
declarations: [
|
|
7156
7229
|
TransactionLineComponent
|
|
@@ -8564,7 +8637,7 @@
|
|
|
8564
8637
|
TransactionBaseGridComponent.decorators = [
|
|
8565
8638
|
{ type: i0.Component, args: [{
|
|
8566
8639
|
selector: "co-transaction-base-grid",
|
|
8567
|
-
template: "\n <co-simple-grid [data]=\"transactionLines\"\n [extraColumns]=\"extraColumns\"\n [dragDropEnabled]=\"true\"\n [emitDragDrop]=\"true\"\n (onDrop)=\"handleDrop($event)\"\n (rowVisible)=\"rowVisible.next($event)\">\n <co-simple-grid-column [headerText]=\"'DESCRIPTION' | localize\" [width]=\"300\" [order]=\"10\">\n <ng-template #template let-row = \"row\">\n <div class=\"transaction-grid-article-description\" [textContent]=\"row.goodDescription\"></div>\n <div class=\"transaction-grid-article-text\" [textContent]=\"row.articleBoundConcatenatedText\"></div>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [width]=\"150\" [order]=\"20\">\n <ng-template #template let-row = \"row\">\n <co-image-display class=\"transaction-grid-article-image\" [model]=\"row.articleImageData\"></co-image-display>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [field]=\"'articleNumber'\" [width]=\"70\" [order]=\"30\" [textAlign]=\"align.Center\">\n <ng-template #headerTemplate>\n <icon class=\"transaction-grid-header-icon\" [icon]=\"icon.BarcodeSolid\"></icon>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"''\" [width]=\"40\" [field]=\"'sideMenuButton'\" [order]=\"400\">\n <ng-template #template let-row = \"row\">\n <
|
|
8640
|
+
template: "\n <co-simple-grid [data]=\"transactionLines\"\n [extraColumns]=\"extraColumns\"\n [dragDropEnabled]=\"true\"\n [emitDragDrop]=\"true\"\n (onDrop)=\"handleDrop($event)\"\n (rowVisible)=\"rowVisible.next($event)\">\n <co-simple-grid-column [headerText]=\"'DESCRIPTION' | localize\" [width]=\"300\" [order]=\"10\">\n <ng-template #template let-row = \"row\">\n <div class=\"transaction-grid-article-description\" [textContent]=\"row.goodDescription\"></div>\n <div class=\"transaction-grid-article-text\" [textContent]=\"row.articleBoundConcatenatedText\"></div>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [width]=\"150\" [order]=\"20\">\n <ng-template #template let-row = \"row\">\n <co-image-display class=\"transaction-grid-article-image\" [model]=\"row.articleImageData\"></co-image-display>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [field]=\"'articleNumber'\" [width]=\"70\" [order]=\"30\" [textAlign]=\"align.Center\">\n <ng-template #headerTemplate>\n <icon class=\"transaction-grid-header-icon\" [icon]=\"icon.BarcodeSolid\"></icon>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"''\" [width]=\"40\" [field]=\"'sideMenuButton'\" [order]=\"400\">\n <ng-template #template let-row = \"row\">\n <co-transaction-line-action-buttons class=\"transaction-line-action-buttons\"\n [transactionLine]=\"row\"\n (sidePanelButtonClicked)=\"openSidePanel(row)\"\n ></co-transaction-line-action-buttons>\n </ng-template>\n </co-simple-grid-column>\n </co-simple-grid>\n ",
|
|
8568
8641
|
encapsulation: i0.ViewEncapsulation.None
|
|
8569
8642
|
},] }
|
|
8570
8643
|
];
|
|
@@ -10675,6 +10748,7 @@
|
|
|
10675
10748
|
corecomponents_v12.SimpleGridModule,
|
|
10676
10749
|
corecomponents_v12.ButtonModule,
|
|
10677
10750
|
TransactionLineSidePanelModule,
|
|
10751
|
+
TransactionLineActionButtonsModule,
|
|
10678
10752
|
],
|
|
10679
10753
|
declarations: [
|
|
10680
10754
|
TransactionBaseGridComponent
|
|
@@ -11269,11 +11343,24 @@
|
|
|
11269
11343
|
},] }
|
|
11270
11344
|
];
|
|
11271
11345
|
|
|
11346
|
+
// The different view modes for search
|
|
11347
|
+
var SearchViewMode;
|
|
11348
|
+
(function (SearchViewMode) {
|
|
11349
|
+
SearchViewMode[SearchViewMode["FullScreen"] = 0] = "FullScreen";
|
|
11350
|
+
SearchViewMode[SearchViewMode["SideBar"] = 1] = "SideBar";
|
|
11351
|
+
})(SearchViewMode || (SearchViewMode = {}));
|
|
11352
|
+
|
|
11272
11353
|
var TransactionSearchService = /** @class */ (function () {
|
|
11273
11354
|
function TransactionSearchService(_transactionService) {
|
|
11274
11355
|
this._transactionService = _transactionService;
|
|
11275
11356
|
this.searchRequest = new transactionSearchViewRequest.TransactionSearchViewRequest();
|
|
11276
11357
|
this.transactions = [];
|
|
11358
|
+
this.labelBasedOnTransactionType = new Map([
|
|
11359
|
+
[transactionKind_enum.TransactionKind.SalesOrder, "SALESORDERS"],
|
|
11360
|
+
[transactionKind_enum.TransactionKind.PurchaseOrder, "PURCHASEORDERS"],
|
|
11361
|
+
[transactionKind_enum.TransactionKind.ServiceOrder, "SERVICEORDERS"]
|
|
11362
|
+
]);
|
|
11363
|
+
this._transactionType = transactionKind_enum.TransactionKind.SalesOrder;
|
|
11277
11364
|
}
|
|
11278
11365
|
Object.defineProperty(TransactionSearchService.prototype, "transactionType", {
|
|
11279
11366
|
get: function () {
|
|
@@ -11294,6 +11381,9 @@
|
|
|
11294
11381
|
_this.transactions = transactions;
|
|
11295
11382
|
});
|
|
11296
11383
|
};
|
|
11384
|
+
TransactionSearchService.prototype.getLabelBasedOnTransactionType = function () {
|
|
11385
|
+
return this.labelBasedOnTransactionType.get(this._transactionType);
|
|
11386
|
+
};
|
|
11297
11387
|
TransactionSearchService.prototype.resetFilters = function () {
|
|
11298
11388
|
var oldSearchRequest = Object.assign({}, this.searchRequest);
|
|
11299
11389
|
this._resetRequest();
|
|
@@ -11318,7 +11408,11 @@
|
|
|
11318
11408
|
var TransactionSearchComponent = /** @class */ (function () {
|
|
11319
11409
|
function TransactionSearchComponent(_transactionSearchService) {
|
|
11320
11410
|
this._transactionSearchService = _transactionSearchService;
|
|
11411
|
+
this.searchViewModes = SearchViewMode;
|
|
11412
|
+
this.activeSearchViewMode = SearchViewMode.FullScreen;
|
|
11413
|
+
this.closeClick = new i0.EventEmitter();
|
|
11321
11414
|
this.transactionClick = new i0.EventEmitter();
|
|
11415
|
+
this.searchViewModeChange = new i0.EventEmitter();
|
|
11322
11416
|
this.showFilterSidebar = false;
|
|
11323
11417
|
}
|
|
11324
11418
|
Object.defineProperty(TransactionSearchComponent.prototype, "transactionType", {
|
|
@@ -11335,8 +11429,15 @@
|
|
|
11335
11429
|
TransactionSearchComponent.prototype.showClass = function () {
|
|
11336
11430
|
return true;
|
|
11337
11431
|
};
|
|
11338
|
-
TransactionSearchComponent.prototype
|
|
11339
|
-
|
|
11432
|
+
Object.defineProperty(TransactionSearchComponent.prototype, "fullscreen", {
|
|
11433
|
+
get: function () {
|
|
11434
|
+
return this.activeSearchViewMode === SearchViewMode.FullScreen;
|
|
11435
|
+
},
|
|
11436
|
+
enumerable: false,
|
|
11437
|
+
configurable: true
|
|
11438
|
+
});
|
|
11439
|
+
TransactionSearchComponent.prototype.toggleFilter = function () {
|
|
11440
|
+
this.showFilterSidebar = !this.showFilterSidebar;
|
|
11340
11441
|
};
|
|
11341
11442
|
TransactionSearchComponent.prototype.handleHideFilter = function () {
|
|
11342
11443
|
this.showFilterSidebar = false;
|
|
@@ -11349,12 +11450,21 @@
|
|
|
11349
11450
|
TransactionSearchComponent.prototype.onTransactionClick = function (transaction) {
|
|
11350
11451
|
this.transactionClick.emit(transaction);
|
|
11351
11452
|
};
|
|
11453
|
+
TransactionSearchComponent.prototype.onResizeClick = function () {
|
|
11454
|
+
if (this.activeSearchViewMode === this.searchViewModes.SideBar) {
|
|
11455
|
+
this.activeSearchViewMode = this.searchViewModes.FullScreen;
|
|
11456
|
+
}
|
|
11457
|
+
else {
|
|
11458
|
+
this.activeSearchViewMode = this.searchViewModes.SideBar;
|
|
11459
|
+
}
|
|
11460
|
+
this.searchViewModeChange.emit(this.activeSearchViewMode);
|
|
11461
|
+
};
|
|
11352
11462
|
return TransactionSearchComponent;
|
|
11353
11463
|
}());
|
|
11354
11464
|
TransactionSearchComponent.decorators = [
|
|
11355
11465
|
{ type: i0.Component, args: [{
|
|
11356
11466
|
selector: 'co-transaction-search',
|
|
11357
|
-
template: "\n <div class=\"transaction-search-wrapper\">\n <div class=\"transaction-filter-wrapper narrow-scrollbar\" *ngIf=\"showFilterSidebar\" @showHideFilterSidebar>\n <co-transaction-filter
|
|
11467
|
+
template: "\n <div class=\"transaction-search-wrapper\" [ngClass]=\"fullscreen ? 'fullscreen' : 'sidebar'\">\n <div class=\"transaction-filter-wrapper narrow-scrollbar\" [ngClass]=\"fullscreen ? 'fullscreen' : 'sidebar'\"\n *ngIf=\"showFilterSidebar\" @showHideFilterSidebar>\n <co-transaction-filter\n [activeSearchViewMode]=\"activeSearchViewMode\"\n (closeButtonClick)=\"handleHideFilter()\"\n (resetFilterClick)=\"handleResetFilter()\"></co-transaction-filter>\n </div>\n <div class=\"transaction-search-result-wrapper\">\n <co-transaction-search-result\n [transactionType]=\"transactionType\"\n [activeSearchViewMode]=\"activeSearchViewMode\"\n (filterClick)=\"toggleFilter()\"\n (transactionClick)=\"onTransactionClick($event)\"\n (resizeClick)=\"onResizeClick()\"\n (closeClick)=\"closeClick.emit()\"\n ></co-transaction-search-result>\n </div>\n </div>\n ",
|
|
11358
11468
|
animations: [
|
|
11359
11469
|
animations.trigger("showHideFilterSidebar", [
|
|
11360
11470
|
animations.state("void", animations.style({ transform: 'translateX(-100%)' })),
|
|
@@ -11369,54 +11479,56 @@
|
|
|
11369
11479
|
{ type: TransactionSearchService }
|
|
11370
11480
|
]; };
|
|
11371
11481
|
TransactionSearchComponent.propDecorators = {
|
|
11482
|
+
closeClick: [{ type: i0.Output }],
|
|
11372
11483
|
transactionType: [{ type: i0.Input }],
|
|
11373
11484
|
transactionClick: [{ type: i0.Output }],
|
|
11485
|
+
searchViewModeChange: [{ type: i0.Output }],
|
|
11374
11486
|
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-search",] }]
|
|
11375
11487
|
};
|
|
11376
11488
|
|
|
11377
|
-
var
|
|
11378
|
-
function
|
|
11489
|
+
var TransactionSearchSalesOrderGridComponent = /** @class */ (function () {
|
|
11490
|
+
function TransactionSearchSalesOrderGridComponent() {
|
|
11379
11491
|
this.align = corecomponents_v12.ColumnAlign;
|
|
11380
11492
|
this.transactions = [];
|
|
11381
11493
|
this.transactionClick = new i0.EventEmitter();
|
|
11382
11494
|
this.extraColumns = [];
|
|
11383
11495
|
}
|
|
11384
|
-
Object.defineProperty(
|
|
11496
|
+
Object.defineProperty(TransactionSearchSalesOrderGridComponent.prototype, "content", {
|
|
11385
11497
|
set: function (columnComponents) {
|
|
11386
11498
|
this.extraColumns = columnComponents.toArray();
|
|
11387
11499
|
},
|
|
11388
11500
|
enumerable: false,
|
|
11389
11501
|
configurable: true
|
|
11390
11502
|
});
|
|
11391
|
-
|
|
11503
|
+
TransactionSearchSalesOrderGridComponent.prototype.showClass = function () {
|
|
11392
11504
|
return true;
|
|
11393
11505
|
};
|
|
11394
|
-
|
|
11506
|
+
TransactionSearchSalesOrderGridComponent.prototype.onTransactionClick = function (transaction) {
|
|
11395
11507
|
this.transactionClick.emit(transaction);
|
|
11396
11508
|
};
|
|
11397
|
-
return
|
|
11509
|
+
return TransactionSearchSalesOrderGridComponent;
|
|
11398
11510
|
}());
|
|
11399
|
-
|
|
11511
|
+
TransactionSearchSalesOrderGridComponent.decorators = [
|
|
11400
11512
|
{ type: i0.Component, args: [{
|
|
11401
|
-
selector: "co-transaction-search-grid",
|
|
11513
|
+
selector: "co-transaction-search-sales-order-grid",
|
|
11402
11514
|
template: "\n <div>\n <co-simple-grid [data]=\"transactions\" [extraColumns]=\"extraColumns\" [dragDropEnabled]=\"true\" [emitDragDrop]=\"false\"\n (selectRow)=\"onTransactionClick($event)\">\n <co-simple-grid-column [headerText]=\"'ACTIVE' | localize\"\n [order]=\"10\" [textAlign]=\"align.Center\">\n <ng-template #template let-row= \"row\">\n <co-input-checkbox [model]=\"row.active\" readonly></co-input-checkbox>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'NR' | localize\" [field]=\"'transNr'\" [order]=\"20\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'NAME' | localize\" [field]=\"'relationName'\"\n [order]=\"30\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'RELATION_NUMBER' | localize\" [field]=\"'relationNr'\"\n [order]=\"40\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'BRANCH' | localize\" [field]=\"'brancheName'\"\n [order]=\"50\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'ADDRESS' | localize\" [field]=\"'adres'\"\n [order]=\"70\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'REFERENCE_RELATION' | localize\" [field]=\"'relationReference'\" [order]=\"80\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'PREFERRED_DATE' | localize\"\n [order]=\"90\" [textAlign]=\"align.Right\" [resizable]=\"false\">\n <ng-template #template let-row = \"row\">\n <div [textContent]=\"\"></div> <!--todo: wachten op aanpassing api-->\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'TRANSACTION_DATE' | localize\"\n [order]=\"100\" [textAlign]=\"align.Right\" [resizable]=\"false\">\n <ng-template #template let-row = \"row\">\n <div [textContent]=\"row.transDate | date:'dd MMM yyyy'\"></div>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'ORDER_DEFINITIVE' | localize\"\n [order]=\"105\" [textAlign]=\"align.Center\">\n <ng-template #template let-row= \"row\">\n <co-input-checkbox [model]=\"row.transactionDefinitive\" readonly></co-input-checkbox>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DELIVERY_DATE' | localize\"\n [order]=\"110\" [textAlign]=\"align.Right\" [resizable]=\"false\" >\n <ng-template #template let-row = \"row\">\n <div [textContent]=\"row.deliveryDate | date:'dd MMM yyyy'\"></div>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DELIVERY_DATE_DEFINITIVE' | localize\"\n [order]=\"115\" [textAlign]=\"align.Center\">\n <ng-template #template let-row= \"row\">\n <co-input-checkbox [model]=\"row.deliveryDateDefinitive\" readonly></co-input-checkbox>\n </ng-template>\n </co-simple-grid-column>\n </co-simple-grid>\n </div>\n ",
|
|
11403
11515
|
encapsulation: i0.ViewEncapsulation.None
|
|
11404
11516
|
},] }
|
|
11405
11517
|
];
|
|
11406
|
-
|
|
11407
|
-
|
|
11518
|
+
TransactionSearchSalesOrderGridComponent.ctorParameters = function () { return []; };
|
|
11519
|
+
TransactionSearchSalesOrderGridComponent.propDecorators = {
|
|
11408
11520
|
content: [{ type: i0.ContentChildren, args: [corecomponents_v12.SimpleGridColumnDirective,] }],
|
|
11409
|
-
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-search-grid",] }],
|
|
11521
|
+
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-search-sales-order-grid",] }],
|
|
11410
11522
|
transactions: [{ type: i0.Input }],
|
|
11411
11523
|
transactionClick: [{ type: i0.Output }]
|
|
11412
11524
|
};
|
|
11413
11525
|
|
|
11414
|
-
var
|
|
11415
|
-
function
|
|
11526
|
+
var TransactionSearchSalesOrderGridModule = /** @class */ (function () {
|
|
11527
|
+
function TransactionSearchSalesOrderGridModule() {
|
|
11416
11528
|
}
|
|
11417
|
-
return
|
|
11529
|
+
return TransactionSearchSalesOrderGridModule;
|
|
11418
11530
|
}());
|
|
11419
|
-
|
|
11531
|
+
TransactionSearchSalesOrderGridModule.decorators = [
|
|
11420
11532
|
{ type: i0.NgModule, args: [{
|
|
11421
11533
|
imports: [
|
|
11422
11534
|
common.CommonModule,
|
|
@@ -11426,50 +11538,142 @@
|
|
|
11426
11538
|
corecomponents_v12.InputCheckboxModule
|
|
11427
11539
|
],
|
|
11428
11540
|
declarations: [
|
|
11429
|
-
|
|
11541
|
+
TransactionSearchSalesOrderGridComponent
|
|
11430
11542
|
],
|
|
11431
11543
|
exports: [
|
|
11432
|
-
|
|
11544
|
+
TransactionSearchSalesOrderGridComponent
|
|
11433
11545
|
]
|
|
11434
11546
|
},] }
|
|
11435
11547
|
];
|
|
11436
11548
|
|
|
11437
|
-
var
|
|
11438
|
-
function
|
|
11549
|
+
var TransactionSearchHeaderComponent = /** @class */ (function () {
|
|
11550
|
+
function TransactionSearchHeaderComponent(searchService, iconCacheService, _dictionary) {
|
|
11551
|
+
this.searchService = searchService;
|
|
11552
|
+
this.iconCacheService = iconCacheService;
|
|
11553
|
+
this._dictionary = _dictionary;
|
|
11554
|
+
this.icon = Icon;
|
|
11555
|
+
this.contentViewModes = ContentViewMode;
|
|
11556
|
+
this.searchViewModes = SearchViewMode;
|
|
11557
|
+
this.iconSlideIn = this.iconCacheService.getIcon(this.icon.SlideIn);
|
|
11558
|
+
this.iconResize = this.iconCacheService.getIcon(this.icon.Resize);
|
|
11559
|
+
this.iconCancel = this.iconCacheService.getIcon(this.icon.Cancel);
|
|
11560
|
+
this.activeSearchViewMode = this.searchViewModes.FullScreen;
|
|
11561
|
+
this.activeContentViewMode = this.contentViewModes.Tiles;
|
|
11562
|
+
this.viewModeChange = new i0.EventEmitter();
|
|
11563
|
+
this.filterButtonClick = new i0.EventEmitter();
|
|
11564
|
+
this.resizeClick = new i0.EventEmitter();
|
|
11565
|
+
this.closeClick = new i0.EventEmitter();
|
|
11566
|
+
}
|
|
11567
|
+
Object.defineProperty(TransactionSearchHeaderComponent.prototype, "transactionType", {
|
|
11568
|
+
set: function (value) {
|
|
11569
|
+
this.label = this._dictionary.get(this.searchService.getLabelBasedOnTransactionType());
|
|
11570
|
+
},
|
|
11571
|
+
enumerable: false,
|
|
11572
|
+
configurable: true
|
|
11573
|
+
});
|
|
11574
|
+
TransactionSearchHeaderComponent.prototype.showClass = function () {
|
|
11575
|
+
return true;
|
|
11576
|
+
};
|
|
11577
|
+
Object.defineProperty(TransactionSearchHeaderComponent.prototype, "fullscreen", {
|
|
11578
|
+
get: function () {
|
|
11579
|
+
return this.activeSearchViewMode === SearchViewMode.FullScreen;
|
|
11580
|
+
},
|
|
11581
|
+
enumerable: false,
|
|
11582
|
+
configurable: true
|
|
11583
|
+
});
|
|
11584
|
+
TransactionSearchHeaderComponent.prototype.onResizeClick = function () {
|
|
11585
|
+
this.resizeClick.emit();
|
|
11586
|
+
};
|
|
11587
|
+
TransactionSearchHeaderComponent.prototype.onCloseClick = function () {
|
|
11588
|
+
this.closeClick.emit();
|
|
11589
|
+
};
|
|
11590
|
+
TransactionSearchHeaderComponent.prototype.onViewModeChange = function (viewMode) {
|
|
11591
|
+
this.viewModeChange.emit(viewMode);
|
|
11592
|
+
};
|
|
11593
|
+
return TransactionSearchHeaderComponent;
|
|
11594
|
+
}());
|
|
11595
|
+
TransactionSearchHeaderComponent.decorators = [
|
|
11596
|
+
{ type: i0.Component, args: [{
|
|
11597
|
+
selector: "co-transaction-search-header",
|
|
11598
|
+
template: "\n <div class=\"transaction-search-header-wrapper\">\n <div class=\"upper-header\">\n <div class=\"header-title-wrapper\" [ngClass]=\"fullscreen ? 'fullscreen' : 'sidebar'\">\n <div class=\"title\" *ngIf=\"fullscreen; else sidebar\">\n <h1 [textContent]=\"label\"></h1>\n </div>\n <ng-template #sidebar>\n <h2 [textContent]=\"'SEARCH' | localize\"></h2>\n <span class=\"whitespace\" [textContent]=\"'IN' | localize | append: ' ' + label.toLowerCase()\"></span>\n </ng-template>\n </div>\n\n <div class=\"header-buttons-wrapper\">\n <div class=\"toggle-sidebar-button-wrapper button-wrapper\" [ngClass]=\"fullscreen ? 'fullscreen' : 'sidebar'\">\n <co-button [iconData]=\"fullscreen ? iconSlideIn : iconResize\"\n [ngClass]=\"!fullscreen ? 'small' : ''\"\n class=\"toggle-sidebar-button circle transparent\"\n (click)=\"onResizeClick()\"></co-button>\n </div>\n <div class=\"close-search-button-wrapper button-wrapper\" *ngIf=\"!fullscreen\">\n <co-button [iconData]=\"iconCancel\"\n class=\"toggle-sidebar-button circle small transparent\"\n (click)=\"onCloseClick()\">\n </co-button>\n </div>\n </div>\n\n </div>\n <div class=\"header-searchbar-wrapper\">\n <div>\n <co-input-search class=\"transaction-search-general\"\n [ngClass]=\"fullscreen ? 'fullscreen' : 'sidebar'\"\n [(model)]=\"searchService.searchRequest.general\"\n [placeholder]=\"'Waar ben je naar op zoek?'\"\n (search)=\"searchService.searchTransactions()\"></co-input-search>\n </div>\n <div>\n <co-button class=\"transaction-search-filter-button\"\n *ngIf=\"fullscreen\"\n [iconData]=\"iconCacheService.getIcon(icon.BarsFilter)\"\n (click)=\"filterButtonClick.emit()\">\n </co-button>\n </div>\n </div>\n </div>\n <div class=\"view-mode-buttons-wrapper\">\n <co-view-mode-buttons\n *ngIf=\"fullscreen\"\n [showViewModes]=\"[contentViewModes.Tiles, contentViewModes.Grid]\"\n (viewModeChange)=\"onViewModeChange($event)\">\n </co-view-mode-buttons>\n </div>\n ",
|
|
11599
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
11600
|
+
},] }
|
|
11601
|
+
];
|
|
11602
|
+
TransactionSearchHeaderComponent.ctorParameters = function () { return [
|
|
11603
|
+
{ type: TransactionSearchService },
|
|
11604
|
+
{ type: IconCacheService },
|
|
11605
|
+
{ type: DictionaryService }
|
|
11606
|
+
]; };
|
|
11607
|
+
TransactionSearchHeaderComponent.propDecorators = {
|
|
11608
|
+
transactionType: [{ type: i0.Input }],
|
|
11609
|
+
activeSearchViewMode: [{ type: i0.Input }],
|
|
11610
|
+
activeContentViewMode: [{ type: i0.Input }],
|
|
11611
|
+
viewModeChange: [{ type: i0.Output }],
|
|
11612
|
+
filterButtonClick: [{ type: i0.Output }],
|
|
11613
|
+
resizeClick: [{ type: i0.Output }],
|
|
11614
|
+
closeClick: [{ type: i0.Output }],
|
|
11615
|
+
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-search-header",] }]
|
|
11616
|
+
};
|
|
11617
|
+
|
|
11618
|
+
var TransactionSearchHeaderModule = /** @class */ (function () {
|
|
11619
|
+
function TransactionSearchHeaderModule() {
|
|
11620
|
+
}
|
|
11621
|
+
return TransactionSearchHeaderModule;
|
|
11622
|
+
}());
|
|
11623
|
+
TransactionSearchHeaderModule.decorators = [
|
|
11624
|
+
{ type: i0.NgModule, args: [{
|
|
11625
|
+
imports: [
|
|
11626
|
+
common.CommonModule,
|
|
11627
|
+
PipeModule,
|
|
11628
|
+
corecomponents_v12.ButtonModule,
|
|
11629
|
+
corecomponents_v12.InputSearchModule,
|
|
11630
|
+
ViewModeButtonsModule
|
|
11631
|
+
],
|
|
11632
|
+
declarations: [
|
|
11633
|
+
TransactionSearchHeaderComponent
|
|
11634
|
+
],
|
|
11635
|
+
exports: [
|
|
11636
|
+
TransactionSearchHeaderComponent
|
|
11637
|
+
]
|
|
11638
|
+
},] }
|
|
11639
|
+
];
|
|
11640
|
+
|
|
11641
|
+
var TransactionSearchSalesOrderTileComponent = /** @class */ (function () {
|
|
11642
|
+
function TransactionSearchSalesOrderTileComponent(iconCacheService) {
|
|
11439
11643
|
this.iconCacheService = iconCacheService;
|
|
11440
11644
|
this.icons = Icon;
|
|
11441
11645
|
this.tileClick = new i0.EventEmitter();
|
|
11442
11646
|
}
|
|
11443
|
-
|
|
11647
|
+
TransactionSearchSalesOrderTileComponent.prototype.showClass = function () {
|
|
11444
11648
|
return true;
|
|
11445
11649
|
};
|
|
11446
|
-
|
|
11650
|
+
TransactionSearchSalesOrderTileComponent.prototype.onTileClick = function (event) {
|
|
11447
11651
|
this.tileClick.emit(event);
|
|
11448
11652
|
};
|
|
11449
|
-
return
|
|
11653
|
+
return TransactionSearchSalesOrderTileComponent;
|
|
11450
11654
|
}());
|
|
11451
|
-
|
|
11655
|
+
TransactionSearchSalesOrderTileComponent.decorators = [
|
|
11452
11656
|
{ type: i0.Component, args: [{
|
|
11453
|
-
selector: "co-transaction-tile",
|
|
11454
|
-
template: "\n <div class=\"transaction-tile-wrapper\" (click)=\"onTileClick($event)\">\n <div class=\"transaction-tile-body\">\n <div class=\"transaction-tile-avatar\">\n <co-avatar [relationId]=\"transaction.handledBy\"></co-avatar>\n </div>\n <div class=\"transaction-tile-seller-info\">\n <div>\n <div class=\"header\"><span [textContent]=\"transaction.transNr\"></span></div>\n <div class=\"text\"><span [textContent]=\"transaction.brancheName\"></span></div>\n </div>\n <div>\n <div class=\"text\"><span [textContent]=\"transaction.getAdres()\"></span></div>\n </div>\n </div>\n <div class=\"transaction-tile-order-summary\">\n <div class=\"header\"><span [textContent]=\"
|
|
11657
|
+
selector: "co-transaction-search-sales-order-tile",
|
|
11658
|
+
template: "\n <div class=\"transaction-tile-wrapper\" (click)=\"onTileClick($event)\">\n <div class=\"transaction-tile-body\">\n <div class=\"transaction-tile-avatar\">\n <co-avatar [relationId]=\"transaction.handledBy\"></co-avatar>\n </div>\n <div class=\"transaction-tile-seller-info\">\n <div>\n <div class=\"header\"><span [textContent]=\"transaction.transNr\"></span></div>\n <div class=\"text\"><span [textContent]=\"transaction.brancheName\"></span></div>\n </div>\n <div>\n <div class=\"text\"><span [textContent]=\"transaction.getAdres()\"></span></div>\n </div>\n </div>\n <div class=\"transaction-tile-order-summary\">\n <div class=\"header\"><span [textContent]=\"transaction.totalPriceVat | currency:'EUR'\"></span></div> <!--todo: vullen als api aanpassing gedaan is-->\n </div>\n </div>\n <div class=\"transaction-tile-footer\">\n <div class=\"order-info-section\">\n <div class=\"label\"><span [textContent]=\"'ORDER_DATE' | localize\"></span></div>\n <div class=\"value\">\n <span [textContent]=\"transaction.getTransDate() | date:'dd MMM yyyy'\"></span></div>\n </div>\n <div class=\"order-info-section\">\n <div class=\"label\"><span [textContent]=\"'DELIVERY_DATE' | localize\"></span></div>\n <div class=\"value\">\n <span [textContent]=\"transaction.getDeliveryDate() | date:'dd MMM yyyy'\"></span>\n <div *ngIf=\"transaction.getDeliveryDate()\">\n <co-icon *ngIf=\"transaction.deliveryDateDefinitive; else indefinite\"\n [iconData]=\"this.iconCacheService.getIcon(this.icons.Lock)\" class=\"lock-icon\"></co-icon>\n <ng-template #indefinite>\n <co-icon [iconData]=\"this.iconCacheService.getIcon(this.icons.Unlock)\" class=\"unlock-icon\"></co-icon>\n </ng-template>\n </div>\n </div>\n </div>\n <div class=\"order-info-section\">\n <div class=\"label\"><span [textContent]=\"'ORDER_RULE' | localize\"></span></div>\n <div class=\"value\">\n <span [textContent]=\"'68/00'\"></span></div>\n </div>\n </div>\n\n </div>",
|
|
11455
11659
|
encapsulation: i0.ViewEncapsulation.None
|
|
11456
11660
|
},] }
|
|
11457
11661
|
];
|
|
11458
|
-
|
|
11662
|
+
TransactionSearchSalesOrderTileComponent.ctorParameters = function () { return [
|
|
11459
11663
|
{ type: IconCacheService }
|
|
11460
11664
|
]; };
|
|
11461
|
-
|
|
11665
|
+
TransactionSearchSalesOrderTileComponent.propDecorators = {
|
|
11462
11666
|
transaction: [{ type: i0.Input }],
|
|
11463
11667
|
tileClick: [{ type: i0.Output }],
|
|
11464
|
-
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-tile",] }]
|
|
11668
|
+
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-search-sales-order-tile",] }]
|
|
11465
11669
|
};
|
|
11466
11670
|
|
|
11467
|
-
var
|
|
11468
|
-
function
|
|
11671
|
+
var TransactionSearchSalesOrderTileModule = /** @class */ (function () {
|
|
11672
|
+
function TransactionSearchSalesOrderTileModule() {
|
|
11469
11673
|
}
|
|
11470
|
-
return
|
|
11674
|
+
return TransactionSearchSalesOrderTileModule;
|
|
11471
11675
|
}());
|
|
11472
|
-
|
|
11676
|
+
TransactionSearchSalesOrderTileModule.decorators = [
|
|
11473
11677
|
{ type: i0.NgModule, args: [{
|
|
11474
11678
|
imports: [
|
|
11475
11679
|
common.CommonModule,
|
|
@@ -11480,48 +11684,71 @@
|
|
|
11480
11684
|
corecomponents_v12.IconModule,
|
|
11481
11685
|
],
|
|
11482
11686
|
declarations: [
|
|
11483
|
-
|
|
11687
|
+
TransactionSearchSalesOrderTileComponent
|
|
11484
11688
|
],
|
|
11485
11689
|
exports: [
|
|
11486
|
-
|
|
11690
|
+
TransactionSearchSalesOrderTileComponent
|
|
11487
11691
|
]
|
|
11488
11692
|
},] }
|
|
11489
11693
|
];
|
|
11490
11694
|
|
|
11491
11695
|
var TransactionSearchResultComponent = /** @class */ (function () {
|
|
11492
|
-
function TransactionSearchResultComponent(searchService
|
|
11696
|
+
function TransactionSearchResultComponent(searchService) {
|
|
11493
11697
|
this.searchService = searchService;
|
|
11494
|
-
this.iconCacheService = iconCacheService;
|
|
11495
11698
|
this.icon = Icon;
|
|
11496
|
-
this.
|
|
11497
|
-
this.
|
|
11699
|
+
this.contentViewModes = ContentViewMode;
|
|
11700
|
+
this.searchViewModes = SearchViewMode;
|
|
11701
|
+
this.activeSearchViewMode = this.searchViewModes.FullScreen;
|
|
11702
|
+
this.filterClick = new i0.EventEmitter();
|
|
11498
11703
|
this.transactionClick = new i0.EventEmitter();
|
|
11499
|
-
this.
|
|
11704
|
+
this.resizeClick = new i0.EventEmitter();
|
|
11705
|
+
this.closeClick = new i0.EventEmitter();
|
|
11706
|
+
this.activeContentViewMode = ContentViewMode.Tiles;
|
|
11500
11707
|
}
|
|
11501
11708
|
TransactionSearchResultComponent.prototype.showClass = function () {
|
|
11502
11709
|
return true;
|
|
11503
11710
|
};
|
|
11504
11711
|
TransactionSearchResultComponent.prototype.ngOnInit = function () {
|
|
11505
11712
|
};
|
|
11713
|
+
Object.defineProperty(TransactionSearchResultComponent.prototype, "fullscreen", {
|
|
11714
|
+
get: function () {
|
|
11715
|
+
return this.activeSearchViewMode === SearchViewMode.FullScreen;
|
|
11716
|
+
},
|
|
11717
|
+
enumerable: false,
|
|
11718
|
+
configurable: true
|
|
11719
|
+
});
|
|
11506
11720
|
TransactionSearchResultComponent.prototype.onTransactionClick = function (transaction) {
|
|
11507
11721
|
this.transactionClick.emit(transaction);
|
|
11508
11722
|
};
|
|
11723
|
+
TransactionSearchResultComponent.prototype.onResizeClick = function () {
|
|
11724
|
+
this.activeContentViewMode = this.contentViewModes.Tiles;
|
|
11725
|
+
this.resizeClick.emit();
|
|
11726
|
+
};
|
|
11727
|
+
TransactionSearchResultComponent.prototype.onCloseClick = function () {
|
|
11728
|
+
this.closeClick.emit();
|
|
11729
|
+
};
|
|
11730
|
+
TransactionSearchResultComponent.prototype.onFilterClick = function () {
|
|
11731
|
+
this.filterClick.emit();
|
|
11732
|
+
};
|
|
11509
11733
|
return TransactionSearchResultComponent;
|
|
11510
11734
|
}());
|
|
11511
11735
|
TransactionSearchResultComponent.decorators = [
|
|
11512
11736
|
{ type: i0.Component, args: [{
|
|
11513
11737
|
selector: 'co-transaction-search-result',
|
|
11514
|
-
template: "\n <div class=\"transaction-search-header-wrapper\">\n <co-
|
|
11738
|
+
template: "\n <div class=\"transaction-search-header-wrapper\">\n <co-transaction-search-header\n [transactionType]=\"transactionType\"\n [activeSearchViewMode]=\"activeSearchViewMode\"\n [activeContentViewMode]=\"activeContentViewMode\"\n (viewModeChange)=\"activeContentViewMode = $event\"\n (resizeClick)=\"onResizeClick()\"\n (filterButtonClick)=\"onFilterClick()\"\n (closeClick)=\"onCloseClick()\">\n </co-transaction-search-header>\n </div>\n\n <div class=\"transaction-search-result-content-tiles-wrapper\" [ngClass]=\"fullscreen ? 'fullscreen' : 'sidebar'\"\n *ngIf=\"activeContentViewMode === contentViewModes.Tiles\">\n <div class=\"transaction-tile\" *ngFor=\"let transaction of searchService.transactions\">\n <co-transaction-search-sales-order-tile\n [transaction]=\"transaction\"\n (tileClick)=\"onTransactionClick(transaction)\"></co-transaction-search-sales-order-tile>\n </div>\n </div>\n <div class=\"transaction-search-result-content-grid-wrapper\" *ngIf=\"activeContentViewMode === contentViewModes.Grid\">\n <co-transaction-search-sales-order-grid\n [transactions]=\"searchService.transactions\"\n (transactionClick)=\"onTransactionClick($event)\"></co-transaction-search-sales-order-grid>\n </div>\n ",
|
|
11515
11739
|
encapsulation: i0.ViewEncapsulation.None
|
|
11516
11740
|
},] }
|
|
11517
11741
|
];
|
|
11518
11742
|
TransactionSearchResultComponent.ctorParameters = function () { return [
|
|
11519
|
-
{ type: TransactionSearchService }
|
|
11520
|
-
{ type: IconCacheService }
|
|
11743
|
+
{ type: TransactionSearchService }
|
|
11521
11744
|
]; };
|
|
11522
11745
|
TransactionSearchResultComponent.propDecorators = {
|
|
11523
|
-
|
|
11746
|
+
transactionType: [{ type: i0.Input }],
|
|
11747
|
+
activeSearchViewMode: [{ type: i0.Input }],
|
|
11748
|
+
filterClick: [{ type: i0.Output }],
|
|
11524
11749
|
transactionClick: [{ type: i0.Output }],
|
|
11750
|
+
resizeClick: [{ type: i0.Output }],
|
|
11751
|
+
closeClick: [{ type: i0.Output }],
|
|
11525
11752
|
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-search-result",] }]
|
|
11526
11753
|
};
|
|
11527
11754
|
|
|
@@ -11538,8 +11765,10 @@
|
|
|
11538
11765
|
corecomponents_v12.ButtonModule,
|
|
11539
11766
|
ViewModeButtonsModule,
|
|
11540
11767
|
AvatarModule,
|
|
11541
|
-
|
|
11542
|
-
|
|
11768
|
+
TransactionSearchSalesOrderTileModule,
|
|
11769
|
+
TransactionSearchSalesOrderGridModule,
|
|
11770
|
+
PipeModule,
|
|
11771
|
+
TransactionSearchHeaderModule
|
|
11543
11772
|
],
|
|
11544
11773
|
declarations: [
|
|
11545
11774
|
TransactionSearchResultComponent
|
|
@@ -12082,6 +12311,8 @@
|
|
|
12082
12311
|
this.iconCacheService = iconCacheService;
|
|
12083
12312
|
this.searchService = searchService;
|
|
12084
12313
|
this.icon = Icon;
|
|
12314
|
+
this.searchViewModes = SearchViewMode;
|
|
12315
|
+
this.activeSearchViewMode = this.searchViewModes.FullScreen;
|
|
12085
12316
|
this.closeButtonClick = new i0.EventEmitter();
|
|
12086
12317
|
this.resetFilterClick = new i0.EventEmitter();
|
|
12087
12318
|
this.filterCategories = [
|
|
@@ -12129,6 +12360,7 @@
|
|
|
12129
12360
|
orderFilter: [{ type: i0.ViewChild, args: ['orderFilter', { read: i0.ElementRef },] }],
|
|
12130
12361
|
logisticsFilter: [{ type: i0.ViewChild, args: ['logisticsFilter', { read: i0.ElementRef },] }],
|
|
12131
12362
|
articleFilter: [{ type: i0.ViewChild, args: ['articleFilter', { read: i0.ElementRef },] }],
|
|
12363
|
+
activeSearchViewMode: [{ type: i0.Input }],
|
|
12132
12364
|
closeButtonClick: [{ type: i0.Output }],
|
|
12133
12365
|
resetFilterClick: [{ type: i0.Output }],
|
|
12134
12366
|
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-filter",] }]
|
|
@@ -12395,121 +12627,125 @@
|
|
|
12395
12627
|
exports["ɵbl"] = TransactionArticleTextComponent;
|
|
12396
12628
|
exports["ɵbm"] = TransactionArticleTextOverviewModule;
|
|
12397
12629
|
exports["ɵbn"] = TransactionArticleTextOverviewComponent;
|
|
12398
|
-
exports["ɵbo"] =
|
|
12399
|
-
exports["ɵbp"] =
|
|
12400
|
-
exports["ɵbq"] =
|
|
12401
|
-
exports["ɵbr"] =
|
|
12402
|
-
exports["ɵbs"] =
|
|
12403
|
-
exports["ɵbt"] =
|
|
12404
|
-
exports["ɵbu"] =
|
|
12405
|
-
exports["ɵbv"] =
|
|
12406
|
-
exports["ɵbw"] =
|
|
12407
|
-
exports["ɵbx"] =
|
|
12408
|
-
exports["ɵby"] =
|
|
12409
|
-
exports["ɵbz"] =
|
|
12630
|
+
exports["ɵbo"] = TransactionLineActionButtonsModule;
|
|
12631
|
+
exports["ɵbp"] = TransactionLineActionButtonsComponent;
|
|
12632
|
+
exports["ɵbq"] = TransactionImageService;
|
|
12633
|
+
exports["ɵbr"] = AvatarModule;
|
|
12634
|
+
exports["ɵbs"] = AvatarComponent;
|
|
12635
|
+
exports["ɵbt"] = SharedService;
|
|
12636
|
+
exports["ɵbu"] = SharedConnectorService;
|
|
12637
|
+
exports["ɵbv"] = DeliveryTypeTileModule;
|
|
12638
|
+
exports["ɵbw"] = DeliveryTypeTileComponent;
|
|
12639
|
+
exports["ɵbx"] = PaymentModule;
|
|
12640
|
+
exports["ɵby"] = PaymentTileModule;
|
|
12641
|
+
exports["ɵbz"] = PaymentTileComponent;
|
|
12410
12642
|
exports["ɵc"] = OptionsService;
|
|
12411
|
-
exports["ɵca"] =
|
|
12412
|
-
exports["ɵcb"] =
|
|
12413
|
-
exports["ɵcc"] =
|
|
12414
|
-
exports["ɵcd"] =
|
|
12415
|
-
exports["ɵce"] =
|
|
12416
|
-
exports["ɵcf"] =
|
|
12417
|
-
exports["ɵcg"] =
|
|
12418
|
-
exports["ɵch"] =
|
|
12419
|
-
exports["ɵci"] =
|
|
12420
|
-
exports["ɵcj"] =
|
|
12421
|
-
exports["ɵck"] =
|
|
12422
|
-
exports["ɵcl"] =
|
|
12423
|
-
exports["ɵcm"] =
|
|
12424
|
-
exports["ɵcn"] =
|
|
12425
|
-
exports["ɵco"] =
|
|
12426
|
-
exports["ɵcp"] =
|
|
12427
|
-
exports["ɵcq"] =
|
|
12428
|
-
exports["ɵcr"] =
|
|
12429
|
-
exports["ɵcs"] =
|
|
12430
|
-
exports["ɵct"] =
|
|
12431
|
-
exports["ɵcu"] =
|
|
12432
|
-
exports["ɵcv"] =
|
|
12433
|
-
exports["ɵcw"] =
|
|
12434
|
-
exports["ɵcx"] =
|
|
12435
|
-
exports["ɵcy"] =
|
|
12436
|
-
exports["ɵcz"] =
|
|
12643
|
+
exports["ɵca"] = PaymentComponent;
|
|
12644
|
+
exports["ɵcb"] = PaymentService;
|
|
12645
|
+
exports["ɵcc"] = CheckoutOverviewRelationEditComponent;
|
|
12646
|
+
exports["ɵcd"] = CheckoutOverviewDeliveryEditComponent;
|
|
12647
|
+
exports["ɵce"] = CheckoutOverviewDeliveryAddressComponent;
|
|
12648
|
+
exports["ɵcf"] = CheckOutRelationSuggestionsListComponent;
|
|
12649
|
+
exports["ɵcg"] = CheckOutRelationSuggestionsListItemComponent;
|
|
12650
|
+
exports["ɵch"] = CheckoutLoginComponent;
|
|
12651
|
+
exports["ɵci"] = TransactionHeaderModule$1;
|
|
12652
|
+
exports["ɵcj"] = TransactionHeaderBlockModule;
|
|
12653
|
+
exports["ɵck"] = TransactionHeaderBlockComponent;
|
|
12654
|
+
exports["ɵcl"] = TransactionBaseComponent;
|
|
12655
|
+
exports["ɵcm"] = TransactionHeaderPaymentModule;
|
|
12656
|
+
exports["ɵcn"] = TransactionHeaderPaymentComponent;
|
|
12657
|
+
exports["ɵco"] = TransactionHeaderComponent$1;
|
|
12658
|
+
exports["ɵcp"] = TransactionLinesGridModule;
|
|
12659
|
+
exports["ɵcq"] = TransactionBaseGridModule;
|
|
12660
|
+
exports["ɵcr"] = TransactionLineSidePanelModule;
|
|
12661
|
+
exports["ɵcs"] = TransactionLineSidePanelDefaultModule;
|
|
12662
|
+
exports["ɵct"] = TransactionLinePriceModule;
|
|
12663
|
+
exports["ɵcu"] = TransactionLinePriceComponent;
|
|
12664
|
+
exports["ɵcv"] = TransactionLineFieldsBaseComponent;
|
|
12665
|
+
exports["ɵcw"] = TransactionLinePriceListModule;
|
|
12666
|
+
exports["ɵcx"] = TransactionLinePriceListComponent;
|
|
12667
|
+
exports["ɵcy"] = TransactionLineVatModule;
|
|
12668
|
+
exports["ɵcz"] = TransactionLineVatComponent;
|
|
12437
12669
|
exports["ɵd"] = DictionaryService;
|
|
12438
|
-
exports["ɵda"] =
|
|
12439
|
-
exports["ɵdb"] =
|
|
12440
|
-
exports["ɵdc"] =
|
|
12441
|
-
exports["ɵdd"] =
|
|
12442
|
-
exports["ɵde"] =
|
|
12443
|
-
exports["ɵdf"] =
|
|
12444
|
-
exports["ɵdg"] =
|
|
12445
|
-
exports["ɵdh"] =
|
|
12446
|
-
exports["ɵdi"] =
|
|
12447
|
-
exports["ɵdj"] =
|
|
12448
|
-
exports["ɵdk"] =
|
|
12449
|
-
exports["ɵdl"] =
|
|
12450
|
-
exports["ɵdm"] =
|
|
12451
|
-
exports["ɵdn"] =
|
|
12452
|
-
exports["ɵdo"] =
|
|
12453
|
-
exports["ɵdp"] =
|
|
12454
|
-
exports["ɵdq"] =
|
|
12455
|
-
exports["ɵdr"] =
|
|
12456
|
-
exports["ɵds"] =
|
|
12457
|
-
exports["ɵdt"] =
|
|
12458
|
-
exports["ɵdu"] =
|
|
12459
|
-
exports["ɵdv"] =
|
|
12460
|
-
exports["ɵdw"] =
|
|
12461
|
-
exports["ɵdx"] =
|
|
12462
|
-
exports["ɵdy"] =
|
|
12463
|
-
exports["ɵdz"] =
|
|
12670
|
+
exports["ɵda"] = TransactionLineQuantityModule;
|
|
12671
|
+
exports["ɵdb"] = TransactionLineQuantityComponent;
|
|
12672
|
+
exports["ɵdc"] = TransactionLineLineDiscountModule;
|
|
12673
|
+
exports["ɵdd"] = TransactionLineLineDiscountComponent;
|
|
12674
|
+
exports["ɵde"] = TransactionLineDeliveryMethodModule;
|
|
12675
|
+
exports["ɵdf"] = TransactionLineDeliveryMethodComponent;
|
|
12676
|
+
exports["ɵdg"] = TransactionLineDeliveryDateModule;
|
|
12677
|
+
exports["ɵdh"] = TransactionLineDeliveryDateComponent;
|
|
12678
|
+
exports["ɵdi"] = TransactionLineReferenceModule;
|
|
12679
|
+
exports["ɵdj"] = TransactionLineReferenceComponent;
|
|
12680
|
+
exports["ɵdk"] = TransactionLineCommissionCodeModule;
|
|
12681
|
+
exports["ɵdl"] = TransactionLineCommissionCodeComponent;
|
|
12682
|
+
exports["ɵdm"] = TransactionLineWarehouseModule;
|
|
12683
|
+
exports["ɵdn"] = TransactionLineWarehouseComponent;
|
|
12684
|
+
exports["ɵdo"] = TransactionLineDiscountAmountModule;
|
|
12685
|
+
exports["ɵdp"] = TransactionLineDiscountAmountComponent;
|
|
12686
|
+
exports["ɵdq"] = TransactionLineQuantumDiscountModule;
|
|
12687
|
+
exports["ɵdr"] = TransactionLineQuantumDiscountComponent;
|
|
12688
|
+
exports["ɵds"] = TransactionLineSpecialDiscountModule;
|
|
12689
|
+
exports["ɵdt"] = TransactionLineSpecialDiscountComponent;
|
|
12690
|
+
exports["ɵdu"] = TransactionLineSidePanelDefaultComponent;
|
|
12691
|
+
exports["ɵdv"] = TransactionReceivingGoodsHistoryModule;
|
|
12692
|
+
exports["ɵdw"] = TransactionHistoryGridModule;
|
|
12693
|
+
exports["ɵdx"] = TransactionHistoryGridStatusModule;
|
|
12694
|
+
exports["ɵdy"] = TransactionHistoryGridStatusComponent;
|
|
12695
|
+
exports["ɵdz"] = TransactionHistoryGridComponent;
|
|
12464
12696
|
exports["ɵe"] = TransactionConnectorService;
|
|
12465
|
-
exports["ɵea"] =
|
|
12466
|
-
exports["ɵeb"] =
|
|
12467
|
-
exports["ɵec"] =
|
|
12468
|
-
exports["ɵed"] =
|
|
12469
|
-
exports["ɵee"] =
|
|
12470
|
-
exports["ɵef"] =
|
|
12471
|
-
exports["ɵeg"] =
|
|
12472
|
-
exports["ɵeh"] =
|
|
12473
|
-
exports["ɵei"] =
|
|
12474
|
-
exports["ɵej"] =
|
|
12475
|
-
exports["ɵek"] =
|
|
12476
|
-
exports["ɵel"] =
|
|
12477
|
-
exports["ɵem"] =
|
|
12478
|
-
exports["ɵen"] =
|
|
12479
|
-
exports["ɵeo"] =
|
|
12480
|
-
exports["ɵep"] =
|
|
12481
|
-
exports["ɵeq"] =
|
|
12482
|
-
exports["ɵer"] =
|
|
12483
|
-
exports["ɵes"] =
|
|
12484
|
-
exports["ɵet"] =
|
|
12485
|
-
exports["ɵeu"] =
|
|
12486
|
-
exports["ɵev"] =
|
|
12487
|
-
exports["ɵew"] =
|
|
12488
|
-
exports["ɵex"] =
|
|
12489
|
-
exports["ɵey"] =
|
|
12490
|
-
exports["ɵez"] =
|
|
12697
|
+
exports["ɵea"] = TransactionReceivingGoodsHistoryComponent;
|
|
12698
|
+
exports["ɵeb"] = TransactionReceivingGoodsDetailsModule;
|
|
12699
|
+
exports["ɵec"] = TransactionReceivingGoodsDetailsComponent;
|
|
12700
|
+
exports["ɵed"] = ArticleService;
|
|
12701
|
+
exports["ɵee"] = TransactionButtonBarModule;
|
|
12702
|
+
exports["ɵef"] = TransactionButtonBarComponent;
|
|
12703
|
+
exports["ɵeg"] = TransactionMappingService;
|
|
12704
|
+
exports["ɵeh"] = TransactionButtonBarButtonComponent;
|
|
12705
|
+
exports["ɵei"] = TransactionConfirmationHistoryModule;
|
|
12706
|
+
exports["ɵej"] = TransactionConfirmationHistoryComponent;
|
|
12707
|
+
exports["ɵek"] = TransactionLineSidePanelPurchaseModule;
|
|
12708
|
+
exports["ɵel"] = TransactionLineSidePanelPurchaseComponent;
|
|
12709
|
+
exports["ɵem"] = TransactionEventService;
|
|
12710
|
+
exports["ɵen"] = TransactionLineSidePanelComponent;
|
|
12711
|
+
exports["ɵeo"] = TransactionBaseGridComponent;
|
|
12712
|
+
exports["ɵep"] = TransactionGridBaseComponent;
|
|
12713
|
+
exports["ɵeq"] = TransactionLinesGridComponent;
|
|
12714
|
+
exports["ɵer"] = DiscountModule;
|
|
12715
|
+
exports["ɵes"] = DiscountComponent;
|
|
12716
|
+
exports["ɵet"] = TransactionQuickAccessOverviewModule;
|
|
12717
|
+
exports["ɵeu"] = TransactionQuickAccessOverviewComponent;
|
|
12718
|
+
exports["ɵev"] = TransactionOrderConfirmationGridModule;
|
|
12719
|
+
exports["ɵew"] = TransactionOrderConfirmationGridComponent;
|
|
12720
|
+
exports["ɵex"] = TransactionReceivedGoodsGridModule;
|
|
12721
|
+
exports["ɵey"] = TransactionReceivedGoodsGridComponent;
|
|
12722
|
+
exports["ɵez"] = ViewModeButtonsModule;
|
|
12491
12723
|
exports["ɵf"] = CollectionCacheService;
|
|
12492
|
-
exports["ɵfa"] =
|
|
12493
|
-
exports["ɵfb"] =
|
|
12494
|
-
exports["ɵfc"] =
|
|
12495
|
-
exports["ɵfd"] =
|
|
12496
|
-
exports["ɵfe"] =
|
|
12497
|
-
exports["ɵff"] =
|
|
12498
|
-
exports["ɵfg"] =
|
|
12499
|
-
exports["ɵfh"] =
|
|
12500
|
-
exports["ɵfi"] =
|
|
12501
|
-
exports["ɵfj"] =
|
|
12502
|
-
exports["ɵfk"] =
|
|
12503
|
-
exports["ɵfl"] =
|
|
12504
|
-
exports["ɵfm"] =
|
|
12505
|
-
exports["ɵfn"] =
|
|
12506
|
-
exports["ɵfo"] =
|
|
12507
|
-
exports["ɵfp"] =
|
|
12508
|
-
exports["ɵfq"] =
|
|
12509
|
-
exports["ɵfr"] =
|
|
12510
|
-
exports["ɵfs"] =
|
|
12511
|
-
exports["ɵft"] =
|
|
12512
|
-
exports["ɵfu"] =
|
|
12724
|
+
exports["ɵfa"] = ViewModeButtonsComponent;
|
|
12725
|
+
exports["ɵfb"] = TransactionGridModule;
|
|
12726
|
+
exports["ɵfc"] = TransactionGridComponent;
|
|
12727
|
+
exports["ɵfd"] = TransactionSearchService;
|
|
12728
|
+
exports["ɵfe"] = TransactionSearchResultModule;
|
|
12729
|
+
exports["ɵff"] = TransactionSearchSalesOrderTileModule;
|
|
12730
|
+
exports["ɵfg"] = TransactionSearchSalesOrderTileComponent;
|
|
12731
|
+
exports["ɵfh"] = TransactionSearchSalesOrderGridModule;
|
|
12732
|
+
exports["ɵfi"] = TransactionSearchSalesOrderGridComponent;
|
|
12733
|
+
exports["ɵfj"] = TransactionSearchHeaderModule;
|
|
12734
|
+
exports["ɵfk"] = TransactionSearchHeaderComponent;
|
|
12735
|
+
exports["ɵfl"] = TransactionSearchResultComponent;
|
|
12736
|
+
exports["ɵfm"] = TransactionFilterModule;
|
|
12737
|
+
exports["ɵfn"] = TransactionFilterCategoriesModule;
|
|
12738
|
+
exports["ɵfo"] = TransactionFilterCategoriesComponent;
|
|
12739
|
+
exports["ɵfp"] = TransactionFilterContentOrderModule;
|
|
12740
|
+
exports["ɵfq"] = TransactionFilterContentOrderComponent;
|
|
12741
|
+
exports["ɵfr"] = FilterRequestService;
|
|
12742
|
+
exports["ɵfs"] = TransactionFilterContentLogisticsModule;
|
|
12743
|
+
exports["ɵft"] = TransactionFilterHistoricStateModule;
|
|
12744
|
+
exports["ɵfu"] = TransactionFilterHistoricStateComponent;
|
|
12745
|
+
exports["ɵfv"] = TransactionFilterContentLogisticsComponent;
|
|
12746
|
+
exports["ɵfw"] = TransactionFilterContentArticleModule;
|
|
12747
|
+
exports["ɵfx"] = TransactionFilterContentArticleComponent;
|
|
12748
|
+
exports["ɵfy"] = TransactionFilterComponent;
|
|
12513
12749
|
exports["ɵg"] = ArticleConnectorService;
|
|
12514
12750
|
exports["ɵh"] = CoreModule;
|
|
12515
12751
|
exports["ɵi"] = ConfirmationDialogModule;
|