@colijnit/transaction 12.1.138 → 12.1.139
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 +2405 -443
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +263 -240
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +264 -241
- package/esm2015/lib/component/checkout/checkout.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 +9 -9
- package/esm2015/lib/component/transaction/transaction.module.js +4 -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-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 +213 -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/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-order/transaction-purchase-order-filter-content-order.component.js +2 -2
- 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 +28 -7
- 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 +108 -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 +218 -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 +21 -8
- package/esm2015/lib/service/transaction-connector-adapter.service.js +210 -1
- package/esm2015/lib/service/transaction-connector.service.js +84 -1
- package/esm2015/lib/service/transaction-event.service.js +3 -1
- package/esm2015/lib/service/transaction-mapping.service.js +15 -2
- package/esm2015/lib/service/transaction-quotation.service.js +88 -0
- package/esm2015/lib/service/transaction.service.js +157 -19
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +2076 -234
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/core/base/transaction-filter-content-base.component.d.ts +3 -2
- 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-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/sales-order-filter-content/transaction-sales-order-filter-content-order/transaction-sales-order-filter-content-order.component.d.ts +9 -1
- 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 +31 -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 +52 -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 +13 -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 +29 -0
- package/lib/service/transaction-connector.service.d.ts +27 -0
- package/lib/service/transaction-event.service.d.ts +2 -0
- package/lib/service/transaction-quotation.service.d.ts +13 -0
- package/lib/service/transaction.service.d.ts +26 -1
- package/package.json +2 -2
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.