@colijnit/transaction 12.1.138 → 12.1.140
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 +2860 -483
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +267 -240
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +268 -241
- package/esm2015/lib/component/checkout/checkout.component.js +2 -2
- package/esm2015/lib/component/core/base/components/default-confirm-cancel-buttons/default-confirm-cancel-buttons.component.js +48 -0
- package/esm2015/lib/component/core/base/components/default-confirm-cancel-buttons/default-confirm-cancel-buttons.module.js +21 -0
- package/esm2015/lib/component/core/base/components/default-ok-cancel-buttons/default-ok-cancel-buttons.component.js +2 -2
- package/esm2015/lib/component/core/base/transaction-filter-content-base.component.js +3 -1
- package/esm2015/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.component.js +2 -2
- package/esm2015/lib/component/transaction/transaction.component.js +16 -10
- package/esm2015/lib/component/transaction/transaction.module.js +6 -2
- package/esm2015/lib/component/transaction-cash-register-order/transaction-cash-register-order-receipt-dialog/transaction-cash-register-order-receipt-dialog.component.js +16 -2
- package/esm2015/lib/component/transaction-copy-order/transaction-copy-order.component.js +186 -0
- package/esm2015/lib/component/transaction-copy-order/transaction-copy-order.module.js +29 -0
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-order.component.js +30 -22
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.module.js +8 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-discount-percentage.component.js +5 -5
- package/esm2015/lib/component/transaction-header-fields/transaction-header-retail-stadium.component.js +58 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-retail-stadium.module.js +23 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-scoring-chance.component.js +62 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-scoring-chance.module.js +23 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-scoring-date.component.js +61 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-scoring-date.module.js +23 -0
- package/esm2015/lib/component/transaction-line/transaction-sales-order-quotation-line/transaction-sales-order-quotation-line.component.js +70 -0
- package/esm2015/lib/component/transaction-line/transaction-sales-order-quotation-line/transaction-sales-order-quotation-line.module.js +35 -0
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-button.component.js +2 -2
- package/esm2015/lib/component/transaction-navigation-button-list/transaction-navigation-button-list.component.js +4 -2
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.module.js +4 -2
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.js +1 -2
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-sales-quotation/transaction-quick-access-sales-quotation.component.js +212 -0
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-sales-quotation/transaction-quick-access-sales-quotation.module.js +33 -0
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-send-method-base.component.js +4 -2
- package/esm2015/lib/component/transaction-search/service/filter-request.service.js +2 -2
- package/esm2015/lib/component/transaction-search/service/transaction-search.service.js +5 -3
- package/esm2015/lib/component/transaction-search/transaction-filter/transaction-sales-order-filter/transaction-sales-order-filter.component.js +3 -4
- package/esm2015/lib/component/transaction-search/transaction-filter/transaction-sales-quotation-filter/transaction-sales-quotation-filter.component.js +37 -0
- package/esm2015/lib/component/transaction-search/transaction-filter/transaction-sales-quotation-filter/transaction-sales-quotation-filter.module.js +27 -0
- package/esm2015/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/transaction-purchase-order-filter-content-logistics.component.js +1 -8
- package/esm2015/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/transaction-purchase-order-filter-content-order.component.js +14 -13
- package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/transaction-sales-order-filter-content-logistics.component.js +4 -11
- package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/transaction-sales-order-filter-content-order.component.js +32 -12
- package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-article/transaction-sales-quotation-filter-content-article.component.js +128 -0
- package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-article/transaction-sales-quotation-filter-content-article.module.js +21 -0
- package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-logistics/transaction-sales-quotation-filter-content-logistics.component.js +101 -0
- package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-logistics/transaction-sales-quotation-filter-content-logistics.module.js +23 -0
- package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-order/transaction-sales-quotation-filter-content-order.component.js +219 -0
- package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-order/transaction-sales-quotation-filter-content-order.module.js +21 -0
- package/esm2015/lib/component/transaction-search/transaction-search-grid/transaction-search-grid-sales-quotation-grid/transaction-search-sales-quotation-grid.component.js +72 -0
- package/esm2015/lib/component/transaction-search/transaction-search-grid/transaction-search-grid-sales-quotation-grid/transaction-search-sales-quotation-grid.module.js +24 -0
- package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.module.js +5 -1
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-quotation-tile/transaction-search-sales-quotation-tile.component.js +78 -0
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-quotation-tile/transaction-search-sales-quotation-tile.module.js +26 -0
- package/esm2015/lib/component/transaction-search/transaction-search.module.js +3 -1
- package/esm2015/lib/component/transaction-tags/transaction-tags.component.js +3 -1
- package/esm2015/lib/component/transaction-totals/transaction-totals.component.js +3 -3
- package/esm2015/lib/enum/icon.enum.js +2 -1
- package/esm2015/lib/enum/transaction-type-category.enum.js +2 -1
- package/esm2015/lib/model/icon-svg.js +2 -1
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/esm2015/lib/service/pending-reason.service.js +1 -1
- package/esm2015/lib/service/transaction-base.service.js +22 -8
- package/esm2015/lib/service/transaction-connector-adapter.service.js +259 -1
- package/esm2015/lib/service/transaction-connector.service.js +106 -8
- package/esm2015/lib/service/transaction-creation.service.js +130 -0
- package/esm2015/lib/service/transaction-event.service.js +5 -1
- package/esm2015/lib/service/transaction-mapping.service.js +15 -2
- package/esm2015/lib/service/transaction.service.js +160 -19
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +2475 -276
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/core/base/components/default-confirm-cancel-buttons/default-confirm-cancel-buttons.component.d.ts +13 -0
- package/lib/component/core/base/components/default-confirm-cancel-buttons/default-confirm-cancel-buttons.module.d.ts +2 -0
- package/lib/component/core/base/components/default-confirm-cancel-buttons/style/_layout.scss +51 -0
- package/lib/component/core/base/components/default-confirm-cancel-buttons/style/_material-definition.scss +0 -0
- package/lib/component/core/base/components/default-confirm-cancel-buttons/style/_theme.scss +4 -0
- package/lib/component/core/base/components/default-confirm-cancel-buttons/style/material.scss +4 -0
- package/lib/component/core/base/transaction-filter-content-base.component.d.ts +3 -2
- package/lib/component/transaction/transaction.component.d.ts +1 -0
- package/lib/component/transaction-cash-register-order/transaction-cash-register-order-receipt-dialog/transaction-cash-register-order-receipt-dialog.component.d.ts +5 -2
- package/lib/component/transaction-copy-order/style/_layout.scss +28 -0
- package/lib/component/transaction-copy-order/style/_material-definition.scss +0 -0
- package/lib/component/transaction-copy-order/style/_theme.scss +4 -0
- package/lib/component/transaction-copy-order/style/material.scss +5 -0
- package/lib/component/transaction-copy-order/transaction-copy-order.component.d.ts +42 -0
- package/lib/component/transaction-copy-order/transaction-copy-order.module.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-retail-stadium.component.d.ts +10 -0
- package/lib/component/transaction-header-fields/transaction-header-retail-stadium.module.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-scoring-chance.component.d.ts +8 -0
- package/lib/component/transaction-header-fields/transaction-header-scoring-chance.module.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-scoring-date.component.d.ts +8 -0
- package/lib/component/transaction-header-fields/transaction-header-scoring-date.module.d.ts +2 -0
- package/lib/component/transaction-line/transaction-sales-order-quotation-line/style/_layout.scss +19 -0
- package/lib/component/transaction-line/transaction-sales-order-quotation-line/style/_material-definition.scss +0 -0
- package/lib/component/transaction-line/transaction-sales-order-quotation-line/style/_theme.scss +4 -0
- package/lib/component/transaction-line/transaction-sales-order-quotation-line/style/material.scss +4 -0
- package/lib/component/transaction-line/transaction-sales-order-quotation-line/transaction-sales-order-quotation-line.component.d.ts +4 -0
- package/lib/component/transaction-line/transaction-sales-order-quotation-line/transaction-sales-order-quotation-line.module.d.ts +2 -0
- package/lib/component/transaction-lines/style/material.scss +1 -0
- package/lib/component/transaction-navigation-button-list/transaction-navigation-button-list.component.d.ts +1 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-sales-quotation/style/_layout.scss +4 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-sales-quotation/style/_material-definition.scss +0 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-sales-quotation/style/_theme.scss +4 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-sales-quotation/style/material.scss +4 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-sales-quotation/transaction-quick-access-sales-quotation.component.d.ts +47 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-sales-quotation/transaction-quick-access-sales-quotation.module.d.ts +2 -0
- package/lib/component/transaction-search/transaction-filter/transaction-filter/style/_layout.scss +1 -1
- package/lib/component/transaction-search/transaction-filter/transaction-sales-quotation-filter/style/_layout.scss +4 -0
- package/lib/component/transaction-search/transaction-filter/transaction-sales-quotation-filter/style/_material-definition.scss +0 -0
- package/lib/component/transaction-search/transaction-filter/transaction-sales-quotation-filter/style/_theme.scss +4 -0
- package/lib/component/transaction-search/transaction-filter/transaction-sales-quotation-filter/transaction-sales-quotation-filter.component.d.ts +4 -0
- package/lib/component/transaction-search/transaction-filter/transaction-sales-quotation-filter/transaction-sales-quotation-filter.module.d.ts +2 -0
- package/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/transaction-purchase-order-filter-content-logistics.component.d.ts +0 -5
- package/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/transaction-purchase-order-filter-content-order.component.d.ts +6 -1
- package/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/transaction-sales-order-filter-content-logistics.component.d.ts +0 -5
- package/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/transaction-sales-order-filter-content-order.component.d.ts +15 -6
- package/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-article/style/_layout.scss +4 -0
- package/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-article/style/_material-definition.scss +0 -0
- package/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-article/style/_theme.scss +4 -0
- package/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-article/style/material.scss +4 -0
- package/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-article/transaction-sales-quotation-filter-content-article.component.d.ts +41 -0
- package/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-article/transaction-sales-quotation-filter-content-article.module.d.ts +2 -0
- package/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-logistics/style/_layout.scss +4 -0
- package/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-logistics/style/_material-definition.scss +0 -0
- package/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-logistics/style/_theme.scss +4 -0
- package/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-logistics/style/material.scss +4 -0
- package/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-logistics/transaction-sales-quotation-filter-content-logistics.component.d.ts +26 -0
- package/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-logistics/transaction-sales-quotation-filter-content-logistics.module.d.ts +2 -0
- package/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-order/style/_layout.scss +4 -0
- package/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-order/style/_material-definition.scss +0 -0
- package/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-order/style/_theme.scss +4 -0
- package/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-order/style/material.scss +4 -0
- package/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-order/transaction-sales-quotation-filter-content-order.component.d.ts +53 -0
- package/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-order/transaction-sales-quotation-filter-content-order.module.d.ts +2 -0
- package/lib/component/transaction-search/transaction-search-grid/transaction-search-grid-sales-quotation-grid/style/_layout.scss +4 -0
- package/lib/component/transaction-search/transaction-search-grid/transaction-search-grid-sales-quotation-grid/style/_material-definition.scss +0 -0
- package/lib/component/transaction-search/transaction-search-grid/transaction-search-grid-sales-quotation-grid/style/_theme.scss +4 -0
- package/lib/component/transaction-search/transaction-search-grid/transaction-search-grid-sales-quotation-grid/style/material.scss +4 -0
- package/lib/component/transaction-search/transaction-search-grid/transaction-search-grid-sales-quotation-grid/transaction-search-sales-quotation-grid.component.d.ts +7 -0
- package/lib/component/transaction-search/transaction-search-grid/transaction-search-grid-sales-quotation-grid/transaction-search-sales-quotation-grid.module.d.ts +2 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-quotation-tile/style/_layout.scss +4 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-quotation-tile/style/_material-definition.scss +0 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-quotation-tile/style/_theme.scss +4 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-quotation-tile/style/material.scss +4 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-quotation-tile/transaction-search-sales-quotation-tile.component.d.ts +7 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-quotation-tile/transaction-search-sales-quotation-tile.module.d.ts +2 -0
- package/lib/enum/icon.enum.d.ts +1 -0
- package/lib/enum/transaction-type-category.enum.d.ts +2 -1
- package/lib/res/dictionary/dictionaries.d.ts +20 -0
- package/lib/service/pending-reason.service.d.ts +6 -2
- package/lib/service/transaction-base.service.d.ts +3 -1
- package/lib/service/transaction-connector-adapter.service.d.ts +33 -0
- package/lib/service/transaction-connector.service.d.ts +31 -0
- package/lib/service/transaction-creation.service.d.ts +16 -0
- package/lib/service/transaction-event.service.d.ts +4 -0
- package/lib/service/transaction.service.d.ts +27 -1
- package/package.json +2 -2
|
@@ -3,8 +3,8 @@ export class Version {
|
|
|
3
3
|
constructor() {
|
|
4
4
|
this.name = "@colijnit/transaction";
|
|
5
5
|
this.description = "Colijn IT transaction package";
|
|
6
|
-
this.symVer = "12.1.
|
|
7
|
-
this.publishDate = "
|
|
6
|
+
this.symVer = "12.1.140";
|
|
7
|
+
this.publishDate = "28-8-2023 18:02:33";
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tdmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvdHJhbnNhY3Rpb24tdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSx1REFBdUQ7QUFDdkQsTUFBTSxPQUFPLE9BQU87SUFBcEI7UUFDUyxTQUFJLEdBQUcsdUJBQXVCLENBQUM7UUFDL0IsZ0JBQVcsR0FBRywrQkFBK0IsQ0FBQztRQUM5QyxXQUFNLEdBQUcsVUFBVSxDQUFDO1FBQ3BCLGdCQUFXLEdBQUcsb0JBQW9CLENBQUM7SUFDNUMsQ0FBQztDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiLy8gdGhpcyBmaWxlIGlzIGR5bmFtaWNhbGx5IGNyZWF0ZWQsIGRvIG5vdCBjaGFuZ2UgdGhpc1xuZXhwb3J0IGNsYXNzIFZlcnNpb24ge1xuICBwdWJsaWMgbmFtZSA9IFwiQGNvbGlqbml0L3RyYW5zYWN0aW9uXCI7XG4gIHB1YmxpYyBkZXNjcmlwdGlvbiA9IFwiQ29saWpuIElUIHRyYW5zYWN0aW9uIHBhY2thZ2VcIjtcbiAgcHVibGljIHN5bVZlciA9IFwiMTIuMS4xNDBcIjtcbiAgcHVibGljIHB1Ymxpc2hEYXRlID0gXCIyOC04LTIwMjMgMTg6MDI6MzNcIjtcbn0iXX0=
|