@colijnit/transaction 12.1.88 → 12.1.90
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 +3069 -1948
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +236 -225
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +237 -226
- package/esm2015/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.js +11 -9
- package/esm2015/lib/component/confirmation-dialog/confirmation-dialog.component.js +2 -2
- package/esm2015/lib/component/core/base/transaction-base.component.js +11 -1
- package/esm2015/lib/component/core/base/transaction-filter-base.component.js +1 -8
- package/esm2015/lib/component/core/core.module.js +9 -3
- package/esm2015/lib/component/core/directive/overlay-parent.directive.js +19 -0
- package/esm2015/lib/component/core/directive/overlay.directive.js +67 -0
- package/esm2015/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.component.js +7 -3
- package/esm2015/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.module.js +4 -3
- package/esm2015/lib/component/search/search-header-buttons/search-header-buttons.component.js +6 -3
- package/esm2015/lib/component/search/search.component.js +5 -2
- package/esm2015/lib/component/transaction/transaction.component.js +10 -28
- package/esm2015/lib/component/transaction/transaction.module.js +5 -3
- package/esm2015/lib/component/transaction-allocate-goods-history/transaction-allocate-goods-history.component.js +8 -34
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-purchase-confirmation-button-bar-button.component.js +39 -0
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-purchase-receive-goods-button-bar-button.component.js +39 -0
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-allocation-button-bar-button.component.js +39 -0
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-delivery-button-bar-button.component.js +39 -0
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-invoice-button-bar-button.component.js +39 -0
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-purchase-button-bar-button.component.js +3 -3
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar.module.js +18 -3
- package/esm2015/lib/component/transaction-card/transaction-card/transaction-card.component.js +1 -2
- package/esm2015/lib/component/transaction-card/transaction-card-purchase-overview/transaction-card-purchase-overview.component.js +1 -2
- package/esm2015/lib/component/transaction-confirmation-details/transaction-confirmation-details.component.js +14 -19
- package/esm2015/lib/component/transaction-confirmation-history/transaction-confirmation-history.component.js +20 -49
- package/esm2015/lib/component/transaction-create-date-label/transaction-create-date-label.component.js +38 -0
- package/esm2015/lib/component/transaction-create-date-label/transaction-create-date-label.module.js +19 -0
- package/esm2015/lib/component/transaction-grid/transaction-available-stock-grid/transaction-available-stock-grid.component.js +8 -33
- package/esm2015/lib/component/transaction-line/transaction-goods-allocation-line/transaction-goods-allocation-line.component.js +24 -42
- package/esm2015/lib/component/transaction-line/transaction-invoice-line/transaction-invoice-line.component.js +87 -0
- package/esm2015/lib/component/transaction-line/transaction-invoice-line/transaction-invoice-line.module.js +36 -0
- package/esm2015/lib/component/transaction-line/transaction-line/transaction-line.component.js +2 -16
- package/esm2015/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.component.js +23 -59
- package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.js +1 -2
- package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.component.js +24 -32
- package/esm2015/lib/component/transaction-line/transaction-purchase-overview-line/transaction-purchase-overview-line.component.js +105 -0
- package/esm2015/lib/component/transaction-line/transaction-purchase-overview-line/transaction-purchase-overview-line.module.js +45 -0
- package/esm2015/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.component.js +41 -53
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.js +5 -12
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.module.js +4 -2
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location.component.js +1 -1
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-delivery-date.component.js +3 -1
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-price.component.js +7 -3
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-gross-order-price.component.js +7 -3
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-net-order-price.component.js +7 -3
- package/esm2015/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.component.js +173 -0
- package/esm2015/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.module.js +30 -0
- package/esm2015/lib/component/transaction-line-purchase-receive-goods/transaction-line-purchase-receive-goods.component.js +223 -0
- package/esm2015/lib/component/transaction-line-purchase-receive-goods/transaction-line-purchase-receive-goods.module.js +34 -0
- package/esm2015/lib/component/transaction-line-sales-allocation/transaction-line-sales-allocation.component.js +175 -0
- package/esm2015/lib/component/transaction-line-sales-allocation/transaction-line-sales-allocation.module.js +27 -0
- package/esm2015/lib/component/transaction-line-side-panel/transaction-line-side-panel.component.js +6 -22
- package/esm2015/lib/component/transaction-line-side-panel/transaction-line-side-panel.module.js +1 -1
- package/esm2015/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.component.js +7 -50
- package/esm2015/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.module.js +5 -3
- package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.component.js +7 -48
- package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.module.js +4 -4
- package/esm2015/lib/component/transaction-line-statusbar/transaction-line-statusbar.component.js +11 -9
- package/esm2015/lib/component/transaction-lines/transaction-lines.component.js +12 -38
- package/esm2015/lib/component/transaction-navigation-button-list/transaction-navigation-button-list.component.js +69 -0
- package/esm2015/lib/component/transaction-navigation-button-list/transaction-navigation-button-list.module.js +27 -0
- package/esm2015/lib/component/transaction-number-label/transaction-number-label.component.js +38 -0
- package/esm2015/lib/component/transaction-number-label/transaction-number-label.module.js +19 -0
- 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-goods-allocation/transaction-quick-access-goods-allocation.component.js +5 -7
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-invoice/transaction-quick-access-invoice.component.js +128 -0
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-invoice/transaction-quick-access-invoice.module.js +27 -0
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.js +3 -9
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.js +30 -22
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.js +35 -45
- package/esm2015/lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.component.js +8 -35
- package/esm2015/lib/component/transaction-search/service/transaction-search.service.js +1 -1
- package/esm2015/lib/component/transaction-search/transaction-filter/transaction-filter/transaction-filter.component.js +7 -12
- package/esm2015/lib/component/transaction-search/transaction-search-grid/transaction-search-grid/transaction-search-grid.component.js +4 -12
- package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.js +1 -4
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/transaction-search-tile.component.js +3 -11
- package/esm2015/lib/component/transaction-search/transaction-search.component.js +5 -16
- package/esm2015/lib/component/transaction-tags/transaction-tag.component.js +44 -0
- package/esm2015/lib/component/transaction-tags/transaction-tags.component.js +48 -0
- package/esm2015/lib/component/transaction-tags/transaction-tags.module.js +22 -0
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/esm2015/lib/service/pending-reason.service.js +232 -10
- package/esm2015/lib/service/transaction-connector-adapter.service.js +124 -2
- package/esm2015/lib/service/transaction-connector.service.js +47 -1
- package/esm2015/lib/service/transaction-event.service.js +22 -4
- package/esm2015/lib/service/transaction-mapping.service.js +16 -10
- package/esm2015/lib/service/transaction.service.js +252 -86
- package/esm2015/public_api.js +9 -2
- package/fesm2015/colijnit-transaction.js +2782 -1750
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/core/base/transaction-base.component.d.ts +3 -1
- package/lib/component/core/base/transaction-filter-base.component.d.ts +0 -3
- package/lib/component/core/directive/overlay-parent.directive.d.ts +6 -0
- package/lib/component/core/directive/overlay.directive.d.ts +14 -0
- package/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.component.d.ts +1 -0
- package/lib/component/dialog/transaction-header/dialog-transaction-header-discount/style/_layout.scss +2 -0
- package/lib/component/dialog/transaction-header/dialog-transaction-header-discount/style/_material-definition.scss +1 -0
- package/lib/component/search/search-header-buttons/search-header-buttons.component.d.ts +1 -1
- package/lib/component/search/search.component.d.ts +1 -0
- package/lib/component/transaction/transaction.component.d.ts +1 -1
- package/lib/component/transaction-allocate-goods-history/transaction-allocate-goods-history.component.d.ts +4 -12
- package/lib/component/transaction-button-bar/style/_layout.scss +6 -1
- package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-purchase-confirmation-button-bar-button.component.d.ts +12 -0
- package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-purchase-receive-goods-button-bar-button.component.d.ts +12 -0
- package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-allocation-button-bar-button.component.d.ts +12 -0
- package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-delivery-button-bar-button.component.d.ts +12 -0
- package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-invoice-button-bar-button.component.d.ts +12 -0
- package/lib/component/transaction-card/transaction-card/transaction-card.component.d.ts +0 -1
- package/lib/component/transaction-card/transaction-card-purchase-overview/transaction-card-purchase-overview.component.d.ts +0 -1
- package/lib/component/transaction-confirmation-details/transaction-confirmation-details.component.d.ts +4 -10
- package/lib/component/transaction-confirmation-history/transaction-confirmation-history.component.d.ts +5 -16
- package/lib/component/transaction-create-date-label/style/_layout.scss +7 -0
- package/lib/component/transaction-create-date-label/style/_material-definition.scss +4 -0
- package/lib/component/transaction-create-date-label/style/_theme.scss +5 -0
- package/lib/component/{transaction-side-panel-edit-request-details → transaction-create-date-label}/style/material.scss +0 -0
- package/lib/component/transaction-create-date-label/transaction-create-date-label.component.d.ts +11 -0
- package/lib/component/transaction-create-date-label/transaction-create-date-label.module.d.ts +2 -0
- package/lib/component/transaction-grid/transaction-available-stock-grid/transaction-available-stock-grid.component.d.ts +4 -20
- package/lib/component/transaction-line/transaction-goods-allocation-line/transaction-goods-allocation-line.component.d.ts +1 -8
- package/lib/component/transaction-line/transaction-invoice-line/style/_layout.scss +44 -0
- package/lib/component/transaction-line/transaction-invoice-line/style/_material-definition.scss +0 -0
- package/lib/component/transaction-line/transaction-invoice-line/style/_theme.scss +4 -0
- package/lib/component/{transaction-grid/transaction-received-goods-grid → transaction-line/transaction-invoice-line}/style/material.scss +0 -0
- package/lib/component/transaction-line/transaction-invoice-line/transaction-invoice-line.component.d.ts +16 -0
- package/lib/component/transaction-line/transaction-invoice-line/transaction-invoice-line.module.d.ts +2 -0
- package/lib/component/transaction-line/transaction-line/transaction-line.component.d.ts +0 -1
- package/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.component.d.ts +1 -8
- package/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.d.ts +0 -1
- package/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.component.d.ts +1 -11
- package/lib/component/transaction-line/transaction-purchase-overview-line/style/_layout.scss +7 -0
- package/lib/component/transaction-line/transaction-purchase-overview-line/style/_material-definition.scss +0 -0
- package/lib/component/transaction-line/transaction-purchase-overview-line/style/_theme.scss +4 -0
- package/lib/component/transaction-line/transaction-purchase-overview-line/style/material.scss +5 -0
- package/lib/component/transaction-line/transaction-purchase-overview-line/transaction-purchase-overview-line.component.d.ts +21 -0
- package/lib/component/transaction-line/transaction-purchase-overview-line/transaction-purchase-overview-line.module.d.ts +2 -0
- package/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.component.d.ts +8 -11
- package/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.d.ts +1 -4
- package/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-price.component.d.ts +1 -0
- package/lib/component/transaction-line-fields/transaction-purchase-portal-line-gross-order-price.component.d.ts +1 -0
- package/lib/component/transaction-line-fields/transaction-purchase-portal-line-net-order-price.component.d.ts +1 -0
- package/lib/component/transaction-line-purchase-confirmation/style/_layout.scss +88 -0
- package/lib/component/transaction-line-purchase-confirmation/style/_material-definition.scss +4 -0
- package/lib/component/transaction-line-purchase-confirmation/style/_theme.scss +4 -0
- package/lib/component/transaction-line-purchase-confirmation/style/material.scss +5 -0
- package/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.component.d.ts +32 -0
- package/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.module.d.ts +2 -0
- package/lib/component/transaction-line-purchase-receive-goods/style/_layout.scss +71 -0
- package/lib/component/{transaction-grid/transaction-received-goods-grid → transaction-line-purchase-receive-goods}/style/_material-definition.scss +0 -0
- package/lib/component/transaction-line-purchase-receive-goods/style/_theme.scss +4 -0
- package/lib/component/transaction-line-purchase-receive-goods/style/material.scss +4 -0
- package/lib/component/transaction-line-purchase-receive-goods/transaction-line-purchase-receive-goods.component.d.ts +39 -0
- package/lib/component/transaction-line-purchase-receive-goods/transaction-line-purchase-receive-goods.module.d.ts +2 -0
- package/lib/component/transaction-line-sales-allocation/style/_layout.scss +71 -0
- package/lib/component/transaction-line-sales-allocation/style/_material-definition.scss +0 -0
- package/lib/component/transaction-line-sales-allocation/style/_theme.scss +4 -0
- package/lib/component/transaction-line-sales-allocation/style/material.scss +4 -0
- package/lib/component/transaction-line-sales-allocation/transaction-line-sales-allocation.component.d.ts +31 -0
- package/lib/component/transaction-line-sales-allocation/transaction-line-sales-allocation.module.d.ts +2 -0
- package/lib/component/transaction-line-side-panel/style/material.scss +3 -1
- package/lib/component/transaction-line-side-panel/transaction-line-side-panel.component.d.ts +1 -5
- package/lib/component/transaction-line-side-panel-purchase/style/material.scss +2 -1
- package/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.component.d.ts +0 -1
- package/lib/component/transaction-line-side-panel-sales/style/material.scss +1 -0
- package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.component.d.ts +2 -15
- package/lib/component/transaction-lines/style/material.scss +2 -0
- package/lib/component/transaction-lines/transaction-lines.component.d.ts +1 -8
- package/lib/component/transaction-navigation-button/style/_layout.scss +1 -1
- package/lib/component/transaction-navigation-button/style/_theme.scss +1 -1
- package/lib/component/transaction-navigation-button-list/style/_layout.scss +25 -0
- package/lib/component/transaction-navigation-button-list/style/_material-definition.scss +10 -0
- package/lib/component/transaction-navigation-button-list/style/_theme.scss +8 -0
- package/lib/component/transaction-navigation-button-list/style/material.scss +4 -0
- package/lib/component/transaction-navigation-button-list/transaction-navigation-button-list.component.d.ts +11 -0
- package/lib/component/transaction-navigation-button-list/transaction-navigation-button-list.module.d.ts +2 -0
- package/lib/component/transaction-number-label/style/_layout.scss +7 -0
- package/lib/component/transaction-number-label/style/_material-definition.scss +4 -0
- package/lib/component/transaction-number-label/style/_theme.scss +5 -0
- package/lib/component/transaction-number-label/style/material.scss +4 -0
- package/lib/component/transaction-number-label/transaction-number-label.component.d.ts +12 -0
- package/lib/component/transaction-number-label/transaction-number-label.module.d.ts +2 -0
- package/lib/component/transaction-quick-access/transaction-quick-access/style/material.scss +1 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation/transaction-quick-access-goods-allocation.component.d.ts +1 -3
- package/lib/component/transaction-quick-access/transaction-quick-access-invoice/style/_layout.scss +12 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-invoice/style/_material-definition.scss +0 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-invoice/style/_theme.scss +4 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-invoice/style/material.scss +4 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-invoice/transaction-quick-access-invoice.component.d.ts +33 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-invoice/transaction-quick-access-invoice.module.d.ts +2 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.d.ts +0 -1
- package/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.d.ts +5 -8
- package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.d.ts +6 -19
- package/lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.component.d.ts +3 -10
- package/lib/component/transaction-search/service/transaction-search.service.d.ts +4 -2
- package/lib/component/transaction-search/transaction-filter/transaction-filter/transaction-filter.component.d.ts +3 -6
- package/lib/component/transaction-search/transaction-search-grid/transaction-search-grid/transaction-search-grid.component.d.ts +0 -4
- package/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.d.ts +0 -2
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/transaction-search-tile.component.d.ts +0 -4
- package/lib/component/transaction-search/transaction-search.component.d.ts +0 -4
- package/lib/component/transaction-tags/style/_layout.scss +19 -0
- package/lib/component/transaction-tags/style/_material-definition.scss +11 -0
- package/lib/component/transaction-tags/style/_theme.scss +11 -0
- package/lib/component/transaction-tags/style/material.scss +4 -0
- package/lib/component/transaction-tags/transaction-tag.component.d.ts +12 -0
- package/lib/component/transaction-tags/transaction-tags.component.d.ts +15 -0
- package/lib/component/transaction-tags/transaction-tags.module.d.ts +2 -0
- package/lib/res/dictionary/dictionaries.d.ts +8 -0
- package/lib/service/pending-reason.service.d.ts +34 -0
- package/lib/service/transaction-connector-adapter.service.d.ts +17 -0
- package/lib/service/transaction-connector.service.d.ts +15 -0
- package/lib/service/transaction-event.service.d.ts +22 -8
- package/lib/service/transaction.service.d.ts +21 -16
- package/package.json +3 -3
- package/public_api.d.ts +8 -1
- package/esm2015/lib/component/core/base/dynamic-base-component.js +0 -8
- package/esm2015/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.component.js +0 -155
- package/esm2015/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.module.js +0 -34
- package/esm2015/lib/component/transaction-line/transaction-goods-allocation-line/service/transaction-allocate-goods.service.js +0 -63
- package/esm2015/lib/component/transaction-line/transaction-order-delivery-line/service/transaction-order-delivery.service.js +0 -72
- package/esm2015/lib/component/transaction-line/transaction-receive-goods-line/service/transaction-receive-goods.service.js +0 -68
- package/esm2015/lib/component/transaction-side-panel-edit-request-details/components/allocation-request.component.js +0 -139
- package/esm2015/lib/component/transaction-side-panel-edit-request-details/components/receive-goods-request.component.js +0 -194
- package/esm2015/lib/component/transaction-side-panel-edit-request-details/transaction-side-panel-edit-request-details.component.js +0 -51
- package/esm2015/lib/component/transaction-side-panel-edit-request-details/transaction-side-panel-edit-request-details.module.js +0 -35
- package/esm2015/lib/model/extended-transaction-line-view-model.js +0 -4
- package/esm2015/lib/model/received-goods-view-model.js +0 -11
- package/lib/component/core/base/dynamic-base-component.d.ts +0 -3
- package/lib/component/transaction-grid/transaction-received-goods-grid/style/_layout.scss +0 -17
- package/lib/component/transaction-grid/transaction-received-goods-grid/style/_theme.scss +0 -6
- package/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.component.d.ts +0 -37
- package/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.module.d.ts +0 -2
- package/lib/component/transaction-line/transaction-goods-allocation-line/service/transaction-allocate-goods.service.d.ts +0 -12
- package/lib/component/transaction-line/transaction-order-delivery-line/service/transaction-order-delivery.service.d.ts +0 -17
- package/lib/component/transaction-line/transaction-receive-goods-line/service/transaction-receive-goods.service.d.ts +0 -19
- package/lib/component/transaction-side-panel-edit-request-details/components/allocation-request.component.d.ts +0 -28
- package/lib/component/transaction-side-panel-edit-request-details/components/receive-goods-request.component.d.ts +0 -43
- package/lib/component/transaction-side-panel-edit-request-details/style/_layout.scss +0 -133
- package/lib/component/transaction-side-panel-edit-request-details/style/_material-definition.scss +0 -2
- package/lib/component/transaction-side-panel-edit-request-details/style/_theme.scss +0 -4
- package/lib/component/transaction-side-panel-edit-request-details/transaction-side-panel-edit-request-details.component.d.ts +0 -15
- package/lib/component/transaction-side-panel-edit-request-details/transaction-side-panel-edit-request-details.module.d.ts +0 -2
- package/lib/model/extended-transaction-line-view-model.d.ts +0 -11
- package/lib/model/received-goods-view-model.d.ts +0 -10
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, EventEmitter, HostBinding,
|
|
1
|
+
import { Component, EventEmitter, HostBinding, Output, ViewEncapsulation } from "@angular/core";
|
|
2
2
|
import { SearchViewMode } from "../../enum/search-view-mode.enum";
|
|
3
3
|
import { DictionaryService } from "../../service/dictionary.service";
|
|
4
4
|
import { TransactionEventService } from "../../service/transaction-event.service";
|
|
@@ -19,14 +19,6 @@ export class TransactionSearchComponent {
|
|
|
19
19
|
this._subs = [];
|
|
20
20
|
this._subs.push(this._transactionEventService.createTransaction.subscribe(() => this.addTransactionClick.emit()));
|
|
21
21
|
}
|
|
22
|
-
set transactionType(value) {
|
|
23
|
-
this._transactionType = value;
|
|
24
|
-
this.transactionSearchService.transactionType = this._transactionType;
|
|
25
|
-
this.searchPlaceholder = this._dictionary.get(this.transactionSearchService.getSearchPlaceholderBasedOnTransactionType());
|
|
26
|
-
}
|
|
27
|
-
get transactionType() {
|
|
28
|
-
return this._transactionType;
|
|
29
|
-
}
|
|
30
22
|
showClass() {
|
|
31
23
|
return true;
|
|
32
24
|
}
|
|
@@ -53,20 +45,19 @@ TransactionSearchComponent.decorators = [
|
|
|
53
45
|
selector: 'co-transaction-search',
|
|
54
46
|
template: `
|
|
55
47
|
<co-search
|
|
48
|
+
[headerLabel]="transactionSearchService.getLabelBasedOnTransactionType()"
|
|
56
49
|
(addClick)="onAddClick()"
|
|
57
50
|
(resetFilterClick)="transactionSearchService.handleResetFilter()"
|
|
58
51
|
>
|
|
59
52
|
<div search-filter-panel>
|
|
60
|
-
<co-transaction-filter
|
|
61
|
-
[transactionType]="transactionType">
|
|
62
|
-
</co-transaction-filter>
|
|
53
|
+
<co-transaction-filter></co-transaction-filter>
|
|
63
54
|
</div>
|
|
64
55
|
|
|
65
56
|
<div search-header>
|
|
66
57
|
<co-input-search class="transaction-search-general"
|
|
67
58
|
[centerLabel]="true"
|
|
68
59
|
[(model)]="transactionSearchService.searchRequest.general"
|
|
69
|
-
[placeholder]="
|
|
60
|
+
[placeholder]="transactionSearchService.getSearchPlaceholderBasedOnTransactionType() | localize"
|
|
70
61
|
[initFocus]="true"
|
|
71
62
|
(search)="transactionSearchService.searchTransactions()">
|
|
72
63
|
</co-input-search>
|
|
@@ -74,7 +65,6 @@ TransactionSearchComponent.decorators = [
|
|
|
74
65
|
|
|
75
66
|
<div search-result>
|
|
76
67
|
<co-transaction-search-result
|
|
77
|
-
[transactionType]="transactionType"
|
|
78
68
|
[activeContentViewMode]="searchViewModeService.activeContentViewMode"
|
|
79
69
|
[fullscreen]="searchViewModeService.fullscreen"
|
|
80
70
|
(transactionClick)="onTransactionClick($event)"
|
|
@@ -94,9 +84,8 @@ TransactionSearchComponent.ctorParameters = () => [
|
|
|
94
84
|
{ type: DictionaryService }
|
|
95
85
|
];
|
|
96
86
|
TransactionSearchComponent.propDecorators = {
|
|
97
|
-
transactionType: [{ type: Input }],
|
|
98
87
|
transactionClick: [{ type: Output }],
|
|
99
88
|
addTransactionClick: [{ type: Output }],
|
|
100
89
|
showClass: [{ type: HostBinding, args: ["class.co-transaction-search",] }]
|
|
101
90
|
};
|
|
102
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
91
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tc2VhcmNoLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLXNlYXJjaC90cmFuc2FjdGlvbi1zZWFyY2guY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLFdBQVcsRUFBb0IsTUFBTSxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBSWxILE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUNsRSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUNyRSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUNsRixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUMzRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUVoRjs7R0FFRztBQW9DSCxNQUFNLE9BQU8sMEJBQTBCO0lBa0JyQyxZQUNTLHdCQUFrRCxFQUNsRCxxQkFBNEMsRUFDM0Msd0JBQWlELEVBQ2pELFdBQThCO1FBSC9CLDZCQUF3QixHQUF4Qix3QkFBd0IsQ0FBMEI7UUFDbEQsMEJBQXFCLEdBQXJCLHFCQUFxQixDQUF1QjtRQUMzQyw2QkFBd0IsR0FBeEIsd0JBQXdCLENBQXlCO1FBQ2pELGdCQUFXLEdBQVgsV0FBVyxDQUFtQjtRQXBCeEIsb0JBQWUsR0FBMEIsY0FBYyxDQUFDO1FBSWpFLHFCQUFnQixHQUF3QyxJQUFJLFlBQVksRUFBeUIsQ0FBQztRQUdsRyx3QkFBbUIsR0FBdUIsSUFBSSxZQUFZLEVBQVEsQ0FBQztRQU9sRSxVQUFLLEdBQW1CLEVBQUUsQ0FBQztRQVFqQyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FDYixJQUFJLENBQUMsd0JBQXdCLENBQUMsaUJBQWlCLENBQUMsU0FBUyxDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUNqRyxDQUFBO0lBQ0gsQ0FBQztJQWZNLFNBQVM7UUFDZCxPQUFPLElBQUksQ0FBQztJQUNkLENBQUM7SUFlRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLEtBQUssQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsV0FBVyxFQUFFLENBQUMsQ0FBQztJQUMzQyxDQUFDO0lBRU0sa0JBQWtCLENBQUMsV0FBa0M7UUFDMUQsSUFBSSxJQUFJLENBQUMscUJBQXFCLENBQUMsb0JBQW9CLEtBQUssSUFBSSxDQUFDLGVBQWUsQ0FBQyxVQUFVLEVBQUU7WUFDdkYsSUFBSSxDQUFDLHFCQUFxQixDQUFDLGlCQUFpQixFQUFFLENBQUM7U0FDaEQ7UUFDRCxJQUFJLENBQUMscUJBQXFCLENBQUMscUJBQXFCLEdBQUcsSUFBSSxDQUFDLHFCQUFxQixDQUFDLGdCQUFnQixDQUFDLEtBQUssQ0FBQztRQUVyRyxJQUFJLENBQUMsWUFBWSxFQUFFLENBQUM7UUFDcEIsSUFBSSxDQUFDLGdCQUFnQixDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsQ0FBQztJQUMxQyxDQUFDO0lBRU8sWUFBWTtRQUNsQixNQUFNLENBQUMsUUFBUSxDQUFDLEVBQUMsR0FBRyxFQUFFLENBQUMsRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFDLENBQUMsQ0FBQztJQUNoRCxDQUFDO0lBRU0sVUFBVTtRQUNmLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUNsQyxDQUFDOzs7WUFwRkYsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSx1QkFBdUI7Z0JBQ2pDLFFBQVEsRUFBRTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBOEJUO2dCQUNELGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2FBQ3RDOzs7WUF2Q1Esd0JBQXdCO1lBRHhCLHFCQUFxQjtZQURyQix1QkFBdUI7WUFEdkIsaUJBQWlCOzs7K0JBZ0R2QixNQUFNO2tDQUdOLE1BQU07d0JBR04sV0FBVyxTQUFDLDZCQUE2QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBIb3N0QmluZGluZywgSW5wdXQsIE9uRGVzdHJveSwgT3V0cHV0LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IFRyYW5zYWN0aW9uS2luZCB9IGZyb20gXCJAY29saWpuaXQvdHJhbnNhY3Rpb25hcGkvYnVpbGQvZW51bS90cmFuc2FjdGlvbi1raW5kLmVudW1cIjtcclxuaW1wb3J0IHsgVHJhbnNhY3Rpb25TZWFyY2hWaWV3IH0gZnJvbSBcIkBjb2xpam5pdC90cmFuc2FjdGlvbmFwaS9idWlsZC9tb2RlbC90cmFuc2FjdGlvbi1zZWFyY2gtdmlldy5ib1wiO1xyXG5pbXBvcnQgeyBTdWJzY3JpcHRpb24gfSBmcm9tIFwicnhqc1wiO1xyXG5pbXBvcnQgeyBTZWFyY2hWaWV3TW9kZSB9IGZyb20gXCIuLi8uLi9lbnVtL3NlYXJjaC12aWV3LW1vZGUuZW51bVwiO1xyXG5pbXBvcnQgeyBEaWN0aW9uYXJ5U2VydmljZSB9IGZyb20gXCIuLi8uLi9zZXJ2aWNlL2RpY3Rpb25hcnkuc2VydmljZVwiO1xyXG5pbXBvcnQgeyBUcmFuc2FjdGlvbkV2ZW50U2VydmljZSB9IGZyb20gXCIuLi8uLi9zZXJ2aWNlL3RyYW5zYWN0aW9uLWV2ZW50LnNlcnZpY2VcIjtcclxuaW1wb3J0IHsgU2VhcmNoVmlld01vZGVTZXJ2aWNlIH0gZnJvbSBcIi4uL3NlYXJjaC9zZWFyY2gtdmlldy1tb2RlLnNlcnZpY2VcIjtcclxuaW1wb3J0IHsgVHJhbnNhY3Rpb25TZWFyY2hTZXJ2aWNlIH0gZnJvbSBcIi4vc2VydmljZS90cmFuc2FjdGlvbi1zZWFyY2guc2VydmljZVwiO1xyXG5cclxuLyoqXHJcbiAqIEBkZXByZWNhdGVkIFVzZSBmb3IgSU9ORSB0aGUgSU9ORSBjby1zZWFyY2ggY29tcG9uZW50IHdpdGggY28tdHJhbnNhY3Rpb24tZmlsdGVyLCBjby1pbnB1dC1zZWFyY2ggYW5kIGNvLXRyYW5zYWN0aW9uLXNlYXJjaC1yZXN1bHRcclxuICovXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnY28tdHJhbnNhY3Rpb24tc2VhcmNoJyxcclxuICB0ZW1wbGF0ZTogYFxyXG4gICAgPGNvLXNlYXJjaFxyXG4gICAgICBbaGVhZGVyTGFiZWxdPVwidHJhbnNhY3Rpb25TZWFyY2hTZXJ2aWNlLmdldExhYmVsQmFzZWRPblRyYW5zYWN0aW9uVHlwZSgpXCJcclxuICAgICAgKGFkZENsaWNrKT1cIm9uQWRkQ2xpY2soKVwiXHJcbiAgICAgIChyZXNldEZpbHRlckNsaWNrKT1cInRyYW5zYWN0aW9uU2VhcmNoU2VydmljZS5oYW5kbGVSZXNldEZpbHRlcigpXCJcclxuICAgID5cclxuICAgICAgPGRpdiBzZWFyY2gtZmlsdGVyLXBhbmVsPlxyXG4gICAgICAgIDxjby10cmFuc2FjdGlvbi1maWx0ZXI+PC9jby10cmFuc2FjdGlvbi1maWx0ZXI+XHJcbiAgICAgIDwvZGl2PlxyXG5cclxuICAgICAgPGRpdiBzZWFyY2gtaGVhZGVyPlxyXG4gICAgICAgIDxjby1pbnB1dC1zZWFyY2ggY2xhc3M9XCJ0cmFuc2FjdGlvbi1zZWFyY2gtZ2VuZXJhbFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICBbY2VudGVyTGFiZWxdPVwidHJ1ZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICBbKG1vZGVsKV09XCJ0cmFuc2FjdGlvblNlYXJjaFNlcnZpY2Uuc2VhcmNoUmVxdWVzdC5nZW5lcmFsXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgIFtwbGFjZWhvbGRlcl09XCJ0cmFuc2FjdGlvblNlYXJjaFNlcnZpY2UuZ2V0U2VhcmNoUGxhY2Vob2xkZXJCYXNlZE9uVHJhbnNhY3Rpb25UeXBlKCkgfCBsb2NhbGl6ZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICBbaW5pdEZvY3VzXT1cInRydWVcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgKHNlYXJjaCk9XCJ0cmFuc2FjdGlvblNlYXJjaFNlcnZpY2Uuc2VhcmNoVHJhbnNhY3Rpb25zKClcIj5cclxuICAgICAgICA8L2NvLWlucHV0LXNlYXJjaD5cclxuICAgICAgPC9kaXY+XHJcblxyXG4gICAgICA8ZGl2IHNlYXJjaC1yZXN1bHQ+XHJcbiAgICAgICAgPGNvLXRyYW5zYWN0aW9uLXNlYXJjaC1yZXN1bHRcclxuICAgICAgICAgIFthY3RpdmVDb250ZW50Vmlld01vZGVdPVwic2VhcmNoVmlld01vZGVTZXJ2aWNlLmFjdGl2ZUNvbnRlbnRWaWV3TW9kZVwiXHJcbiAgICAgICAgICBbZnVsbHNjcmVlbl09XCJzZWFyY2hWaWV3TW9kZVNlcnZpY2UuZnVsbHNjcmVlblwiXHJcbiAgICAgICAgICAodHJhbnNhY3Rpb25DbGljayk9XCJvblRyYW5zYWN0aW9uQ2xpY2soJGV2ZW50KVwiXHJcbiAgICAgICAgPjwvY28tdHJhbnNhY3Rpb24tc2VhcmNoLXJlc3VsdD5cclxuICAgICAgPC9kaXY+XHJcblxyXG4gICAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbiAgICA8L2NvLXNlYXJjaD5cclxuICBgLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmVcclxufSlcclxuZXhwb3J0IGNsYXNzIFRyYW5zYWN0aW9uU2VhcmNoQ29tcG9uZW50IGltcGxlbWVudHMgT25EZXN0cm95IHtcclxuXHJcbiAgcHVibGljIHJlYWRvbmx5IHNlYXJjaFZpZXdNb2RlczogdHlwZW9mIFNlYXJjaFZpZXdNb2RlID0gU2VhcmNoVmlld01vZGU7XHJcbiAgcHVibGljIHNlYXJjaFBsYWNlaG9sZGVyOiBzdHJpbmc7XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIHB1YmxpYyB0cmFuc2FjdGlvbkNsaWNrOiBFdmVudEVtaXR0ZXI8VHJhbnNhY3Rpb25TZWFyY2hWaWV3PiA9IG5ldyBFdmVudEVtaXR0ZXI8VHJhbnNhY3Rpb25TZWFyY2hWaWV3PigpO1xyXG5cclxuICBAT3V0cHV0KClcclxuICBwdWJsaWMgYWRkVHJhbnNhY3Rpb25DbGljazogRXZlbnRFbWl0dGVyPHZvaWQ+ID0gbmV3IEV2ZW50RW1pdHRlcjx2b2lkPigpO1xyXG5cclxuICBASG9zdEJpbmRpbmcoXCJjbGFzcy5jby10cmFuc2FjdGlvbi1zZWFyY2hcIilcclxuICBwdWJsaWMgc2hvd0NsYXNzKCk6IGJvb2xlYW4ge1xyXG4gICAgcmV0dXJuIHRydWU7XHJcbiAgfVxyXG5cclxuICBwcml2YXRlIF9zdWJzOiBTdWJzY3JpcHRpb25bXSA9IFtdO1xyXG5cclxuICBjb25zdHJ1Y3RvcihcclxuICAgIHB1YmxpYyB0cmFuc2FjdGlvblNlYXJjaFNlcnZpY2U6IFRyYW5zYWN0aW9uU2VhcmNoU2VydmljZSxcclxuICAgIHB1YmxpYyBzZWFyY2hWaWV3TW9kZVNlcnZpY2U6IFNlYXJjaFZpZXdNb2RlU2VydmljZSxcclxuICAgIHByaXZhdGUgX3RyYW5zYWN0aW9uRXZlbnRTZXJ2aWNlOiBUcmFuc2FjdGlvbkV2ZW50U2VydmljZSxcclxuICAgIHByaXZhdGUgX2RpY3Rpb25hcnk6IERpY3Rpb25hcnlTZXJ2aWNlLFxyXG4gICkge1xyXG4gICAgdGhpcy5fc3Vicy5wdXNoKFxyXG4gICAgICB0aGlzLl90cmFuc2FjdGlvbkV2ZW50U2VydmljZS5jcmVhdGVUcmFuc2FjdGlvbi5zdWJzY3JpYmUoKCkgPT4gdGhpcy5hZGRUcmFuc2FjdGlvbkNsaWNrLmVtaXQoKSlcclxuICAgIClcclxuICB9XHJcblxyXG4gIG5nT25EZXN0cm95KCk6IHZvaWQge1xyXG4gICAgdGhpcy5fc3Vicy5mb3JFYWNoKHMgPT4gcy51bnN1YnNjcmliZSgpKTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBvblRyYW5zYWN0aW9uQ2xpY2sodHJhbnNhY3Rpb246IFRyYW5zYWN0aW9uU2VhcmNoVmlldyk6IHZvaWQge1xyXG4gICAgaWYgKHRoaXMuc2VhcmNoVmlld01vZGVTZXJ2aWNlLmFjdGl2ZVNlYXJjaFZpZXdNb2RlID09PSB0aGlzLnNlYXJjaFZpZXdNb2Rlcy5GdWxsU2NyZWVuKSB7XHJcbiAgICAgIHRoaXMuc2VhcmNoVmlld01vZGVTZXJ2aWNlLmNvbGxhcHNlU2VhcmNoQmFyKCk7XHJcbiAgICB9XHJcbiAgICB0aGlzLnNlYXJjaFZpZXdNb2RlU2VydmljZS5hY3RpdmVDb250ZW50Vmlld01vZGUgPSB0aGlzLnNlYXJjaFZpZXdNb2RlU2VydmljZS5jb250ZW50Vmlld01vZGVzLlRpbGVzO1xyXG5cclxuICAgIHRoaXMuX3Njcm9sbFRvVG9wKCk7XHJcbiAgICB0aGlzLnRyYW5zYWN0aW9uQ2xpY2suZW1pdCh0cmFuc2FjdGlvbik7XHJcbiAgfVxyXG5cclxuICBwcml2YXRlIF9zY3JvbGxUb1RvcCgpOiB2b2lkIHtcclxuICAgIHdpbmRvdy5zY3JvbGxUbyh7dG9wOiAwLCBiZWhhdmlvcjogJ3Ntb290aCd9KTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBvbkFkZENsaWNrKCkge1xyXG4gICAgdGhpcy5hZGRUcmFuc2FjdGlvbkNsaWNrLmVtaXQoKTtcclxuICB9XHJcbn1cclxuIl19
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { Component, HostBinding, Input, ViewEncapsulation } from "@angular/core";
|
|
2
|
+
import { ColorSequenceService } from "@colijnit/corecomponents_v12";
|
|
3
|
+
import { TagTreeItem } from "@colijnit/mainapi/build/model/tag-tree-item.bo";
|
|
4
|
+
import { CssUtils } from "@colijnit/mainapi/build/utils/css-utils";
|
|
5
|
+
export class TransactionTagComponent {
|
|
6
|
+
constructor(_colorService) {
|
|
7
|
+
this._colorService = _colorService;
|
|
8
|
+
this.tag = new TagTreeItem();
|
|
9
|
+
}
|
|
10
|
+
showClass() {
|
|
11
|
+
return true;
|
|
12
|
+
}
|
|
13
|
+
get hasOwnColor() {
|
|
14
|
+
return this.tag && this.tag.color !== undefined && this.tag.color !== null;
|
|
15
|
+
}
|
|
16
|
+
ngOnInit() {
|
|
17
|
+
if (this.tag) {
|
|
18
|
+
if (this.tag.color) {
|
|
19
|
+
this.backgroundColor = CssUtils.DbRgbColorStringToCssRgbColor(this.tag.color);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
TransactionTagComponent.decorators = [
|
|
25
|
+
{ type: Component, args: [{
|
|
26
|
+
selector: "co-transaction-tag",
|
|
27
|
+
template: `
|
|
28
|
+
<div class="transaction-tag-wrapper">
|
|
29
|
+
<div class="tag" [textContent]="tag.description"></div>
|
|
30
|
+
</div>
|
|
31
|
+
`,
|
|
32
|
+
encapsulation: ViewEncapsulation.None
|
|
33
|
+
},] }
|
|
34
|
+
];
|
|
35
|
+
TransactionTagComponent.ctorParameters = () => [
|
|
36
|
+
{ type: ColorSequenceService }
|
|
37
|
+
];
|
|
38
|
+
TransactionTagComponent.propDecorators = {
|
|
39
|
+
tag: [{ type: Input }],
|
|
40
|
+
showClass: [{ type: HostBinding, args: ["class.co-transaction-tag",] }],
|
|
41
|
+
hasOwnColor: [{ type: HostBinding, args: ["class.custom-color",] }],
|
|
42
|
+
backgroundColor: [{ type: HostBinding, args: ["style.background-color",] }]
|
|
43
|
+
};
|
|
44
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tdGFnLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLXRhZ3MvdHJhbnNhY3Rpb24tdGFnLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsU0FBUyxFQUFFLFdBQVcsRUFBRSxLQUFLLEVBQVUsaUJBQWlCLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDdkYsT0FBTyxFQUFDLG9CQUFvQixFQUFDLE1BQU0sOEJBQThCLENBQUM7QUFDbEUsT0FBTyxFQUFDLFdBQVcsRUFBQyxNQUFNLGdEQUFnRCxDQUFDO0FBQzNFLE9BQU8sRUFBQyxRQUFRLEVBQUMsTUFBTSx5Q0FBeUMsQ0FBQztBQVdqRSxNQUFNLE9BQU8sdUJBQXVCO0lBa0JsQyxZQUFvQixhQUFtQztRQUFuQyxrQkFBYSxHQUFiLGFBQWEsQ0FBc0I7UUFmaEQsUUFBRyxHQUFnQixJQUFJLFdBQVcsRUFBRSxDQUFDO0lBZ0I1QyxDQUFDO0lBYk0sU0FBUztRQUNkLE9BQU8sSUFBSSxDQUFDO0lBQ2QsQ0FBQztJQUVELElBQ1csV0FBVztRQUNwQixPQUFPLElBQUksQ0FBQyxHQUFHLElBQUksSUFBSSxDQUFDLEdBQUcsQ0FBQyxLQUFLLEtBQUssU0FBUyxJQUFJLElBQUksQ0FBQyxHQUFHLENBQUMsS0FBSyxLQUFLLElBQUksQ0FBQztJQUM3RSxDQUFDO0lBUUQsUUFBUTtRQUNOLElBQUksSUFBSSxDQUFDLEdBQUcsRUFBRTtZQUNaLElBQUksSUFBSSxDQUFDLEdBQUcsQ0FBQyxLQUFLLEVBQUU7Z0JBQ2xCLElBQUksQ0FBQyxlQUFlLEdBQUcsUUFBUSxDQUFDLDZCQUE2QixDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLENBQUM7YUFDL0U7U0FDRjtJQUNILENBQUM7OztZQXBDRixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLG9CQUFvQjtnQkFDOUIsUUFBUSxFQUFFOzs7O0tBSVA7Z0JBQ0gsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7YUFDdEM7OztZQVpPLG9CQUFvQjs7O2tCQWV6QixLQUFLO3dCQUdMLFdBQVcsU0FBQywwQkFBMEI7MEJBS3RDLFdBQVcsU0FBQyxvQkFBb0I7OEJBS2hDLFdBQVcsU0FBQyx3QkFBd0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0NvbXBvbmVudCwgSG9zdEJpbmRpbmcsIElucHV0LCBPbkluaXQsIFZpZXdFbmNhcHN1bGF0aW9ufSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQge0NvbG9yU2VxdWVuY2VTZXJ2aWNlfSBmcm9tIFwiQGNvbGlqbml0L2NvcmVjb21wb25lbnRzX3YxMlwiO1xyXG5pbXBvcnQge1RhZ1RyZWVJdGVtfSBmcm9tIFwiQGNvbGlqbml0L21haW5hcGkvYnVpbGQvbW9kZWwvdGFnLXRyZWUtaXRlbS5ib1wiO1xyXG5pbXBvcnQge0Nzc1V0aWxzfSBmcm9tIFwiQGNvbGlqbml0L21haW5hcGkvYnVpbGQvdXRpbHMvY3NzLXV0aWxzXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogXCJjby10cmFuc2FjdGlvbi10YWdcIixcclxuICB0ZW1wbGF0ZTogYFxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJ0cmFuc2FjdGlvbi10YWctd3JhcHBlclwiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cInRhZ1wiIFt0ZXh0Q29udGVudF09XCJ0YWcuZGVzY3JpcHRpb25cIj48L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIGAsXHJcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZVxyXG59KVxyXG5leHBvcnQgY2xhc3MgVHJhbnNhY3Rpb25UYWdDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyB0YWc6IFRhZ1RyZWVJdGVtID0gbmV3IFRhZ1RyZWVJdGVtKCk7XHJcblxyXG4gIEBIb3N0QmluZGluZyhcImNsYXNzLmNvLXRyYW5zYWN0aW9uLXRhZ1wiKVxyXG4gIHB1YmxpYyBzaG93Q2xhc3MoKSB7XHJcbiAgICByZXR1cm4gdHJ1ZTtcclxuICB9XHJcblxyXG4gIEBIb3N0QmluZGluZyhcImNsYXNzLmN1c3RvbS1jb2xvclwiKVxyXG4gIHB1YmxpYyBnZXQgaGFzT3duQ29sb3IoKTogYm9vbGVhbiB7XHJcbiAgICByZXR1cm4gdGhpcy50YWcgJiYgdGhpcy50YWcuY29sb3IgIT09IHVuZGVmaW5lZCAmJiB0aGlzLnRhZy5jb2xvciAhPT0gbnVsbDtcclxuICB9XHJcblxyXG4gIEBIb3N0QmluZGluZyhcInN0eWxlLmJhY2tncm91bmQtY29sb3JcIilcclxuICBwdWJsaWMgYmFja2dyb3VuZENvbG9yOiBzdHJpbmc7XHJcblxyXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgX2NvbG9yU2VydmljZTogQ29sb3JTZXF1ZW5jZVNlcnZpY2UpIHtcclxuICB9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgaWYgKHRoaXMudGFnKSB7XHJcbiAgICAgIGlmICh0aGlzLnRhZy5jb2xvcikge1xyXG4gICAgICAgIHRoaXMuYmFja2dyb3VuZENvbG9yID0gQ3NzVXRpbHMuRGJSZ2JDb2xvclN0cmluZ1RvQ3NzUmdiQ29sb3IodGhpcy50YWcuY29sb3IpO1xyXG4gICAgICB9XHJcbiAgICB9XHJcbiAgfVxyXG59XHJcbiJdfQ==
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { Component, HostBinding, ViewEncapsulation } from "@angular/core";
|
|
2
|
+
import { TableName } from "@colijnit/mainapi/build/enum/table-name.enum";
|
|
3
|
+
import { TransactionService } from "../../service/transaction.service";
|
|
4
|
+
import { TransactionEventService } from "../../service/transaction-event.service";
|
|
5
|
+
export class TransactionTagsComponent {
|
|
6
|
+
constructor(_transactionService, _transactionEventService) {
|
|
7
|
+
this._transactionService = _transactionService;
|
|
8
|
+
this._transactionEventService = _transactionEventService;
|
|
9
|
+
this.tags = [];
|
|
10
|
+
this._table = TableName.Transactions;
|
|
11
|
+
this._subs = [];
|
|
12
|
+
this._subs.push(this._transactionEventService.transactionSet.subscribe((transaction) => {
|
|
13
|
+
if (transaction && transaction.transactionInfo.id) {
|
|
14
|
+
this._getJoinedTags(transaction.transactionInfo.transactionNr.toString());
|
|
15
|
+
}
|
|
16
|
+
}));
|
|
17
|
+
}
|
|
18
|
+
showClass() {
|
|
19
|
+
return true;
|
|
20
|
+
}
|
|
21
|
+
ngOnDestroy() {
|
|
22
|
+
this._subs.forEach(s => s.unsubscribe());
|
|
23
|
+
}
|
|
24
|
+
_getJoinedTags(key) {
|
|
25
|
+
this._transactionService.getJoinedTags(this._table, key).then((tags) => {
|
|
26
|
+
this.tags = tags;
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
TransactionTagsComponent.decorators = [
|
|
31
|
+
{ type: Component, args: [{
|
|
32
|
+
selector: "co-transaction-tags",
|
|
33
|
+
template: `
|
|
34
|
+
<div class="transaction-tags-wrapper">
|
|
35
|
+
<co-transaction-tag *ngFor="let tag of tags" [tag]="tag"></co-transaction-tag>
|
|
36
|
+
</div>
|
|
37
|
+
`,
|
|
38
|
+
encapsulation: ViewEncapsulation.None
|
|
39
|
+
},] }
|
|
40
|
+
];
|
|
41
|
+
TransactionTagsComponent.ctorParameters = () => [
|
|
42
|
+
{ type: TransactionService },
|
|
43
|
+
{ type: TransactionEventService }
|
|
44
|
+
];
|
|
45
|
+
TransactionTagsComponent.propDecorators = {
|
|
46
|
+
showClass: [{ type: HostBinding, args: ["class.co-transaction-tags",] }]
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tdGFncy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi10YWdzL3RyYW5zYWN0aW9uLXRhZ3MuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsV0FBVyxFQUE0QixpQkFBaUIsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUNsRyxPQUFPLEVBQUMsU0FBUyxFQUFDLE1BQU0sOENBQThDLENBQUM7QUFDdkUsT0FBTyxFQUFDLGtCQUFrQixFQUFDLE1BQU0sbUNBQW1DLENBQUM7QUFJckUsT0FBTyxFQUFDLHVCQUF1QixFQUFDLE1BQU0seUNBQXlDLENBQUM7QUFZaEYsTUFBTSxPQUFPLHdCQUF3QjtJQVluQyxZQUNVLG1CQUF1QyxFQUN2Qyx3QkFBaUQ7UUFEakQsd0JBQW1CLEdBQW5CLG1CQUFtQixDQUFvQjtRQUN2Qyw2QkFBd0IsR0FBeEIsd0JBQXdCLENBQXlCO1FBUHBELFNBQUksR0FBa0IsRUFBRSxDQUFDO1FBRXhCLFdBQU0sR0FBVyxTQUFTLENBQUMsWUFBWSxDQUFDO1FBQ3hDLFVBQUssR0FBbUIsRUFBRSxDQUFDO1FBTWpDLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUNiLElBQUksQ0FBQyx3QkFBd0IsQ0FBQyxjQUFjLENBQUMsU0FBUyxDQUFDLENBQUMsV0FBb0MsRUFBRSxFQUFFO1lBQzlGLElBQUksV0FBVyxJQUFJLFdBQVcsQ0FBQyxlQUFlLENBQUMsRUFBRSxFQUFFO2dCQUNqRCxJQUFJLENBQUMsY0FBYyxDQUFDLFdBQVcsQ0FBQyxlQUFlLENBQUMsYUFBYSxDQUFDLFFBQVEsRUFBRSxDQUFDLENBQUM7YUFDM0U7UUFDSCxDQUFDLENBQUMsQ0FDSCxDQUFBO0lBQ0gsQ0FBQztJQXBCTSxTQUFTO1FBQ2QsT0FBTyxJQUFJLENBQUM7SUFDZCxDQUFDO0lBb0JELFdBQVc7UUFDVCxJQUFJLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxXQUFXLEVBQUUsQ0FBQyxDQUFDO0lBQzNDLENBQUM7SUFFTyxjQUFjLENBQUMsR0FBVztRQUNoQyxJQUFJLENBQUMsbUJBQW1CLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxNQUFNLEVBQUUsR0FBRyxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsSUFBbUIsRUFBRSxFQUFFO1lBQ3BGLElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDO1FBQ25CLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzs7O1lBMUNGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUscUJBQXFCO2dCQUMvQixRQUFRLEVBQUU7Ozs7S0FJUDtnQkFDSCxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTthQUN0Qzs7O1lBZk8sa0JBQWtCO1lBSWxCLHVCQUF1Qjs7O3dCQWM1QixXQUFXLFNBQUMsMkJBQTJCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDb21wb25lbnQsIEhvc3RCaW5kaW5nLCBJbnB1dCwgT25EZXN0cm95LCBPbkluaXQsIFZpZXdFbmNhcHN1bGF0aW9ufSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQge1RhYmxlTmFtZX0gZnJvbSBcIkBjb2xpam5pdC9tYWluYXBpL2J1aWxkL2VudW0vdGFibGUtbmFtZS5lbnVtXCI7XHJcbmltcG9ydCB7VHJhbnNhY3Rpb25TZXJ2aWNlfSBmcm9tIFwiLi4vLi4vc2VydmljZS90cmFuc2FjdGlvbi5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7U3Vic2NyaXB0aW9ufSBmcm9tIFwicnhqc1wiO1xyXG5pbXBvcnQge1RyYW5zYWN0aW9uSW5mb1Jlc3BvbnNlfSBmcm9tIFwiQGNvbGlqbml0L3RyYW5zYWN0aW9uYXBpL2J1aWxkL21vZGVsL3RyYW5zYWN0aW9uLWluZm8tcmVzcG9uc2UuYm9cIjtcclxuaW1wb3J0IHtUYWd9IGZyb20gXCJAY29saWpuaXQvbWFpbmFwaS9idWlsZC9tb2RlbC90YWdcIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvbkV2ZW50U2VydmljZX0gZnJvbSBcIi4uLy4uL3NlcnZpY2UvdHJhbnNhY3Rpb24tZXZlbnQuc2VydmljZVwiO1xyXG5pbXBvcnQge1RhZ1RyZWVJdGVtfSBmcm9tIFwiQGNvbGlqbml0L21haW5hcGkvYnVpbGQvbW9kZWwvdGFnLXRyZWUtaXRlbS5ib1wiO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6IFwiY28tdHJhbnNhY3Rpb24tdGFnc1wiLFxyXG4gIHRlbXBsYXRlOiBgXHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInRyYW5zYWN0aW9uLXRhZ3Mtd3JhcHBlclwiPlxyXG4gICAgICAgICAgPGNvLXRyYW5zYWN0aW9uLXRhZyAqbmdGb3I9XCJsZXQgdGFnIG9mIHRhZ3NcIiBbdGFnXT1cInRhZ1wiPjwvY28tdHJhbnNhY3Rpb24tdGFnPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgYCxcclxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBUcmFuc2FjdGlvblRhZ3NDb21wb25lbnQgaW1wbGVtZW50cyBPbkRlc3Ryb3kge1xyXG5cclxuICBASG9zdEJpbmRpbmcoXCJjbGFzcy5jby10cmFuc2FjdGlvbi10YWdzXCIpXHJcbiAgcHVibGljIHNob3dDbGFzcygpIHtcclxuICAgIHJldHVybiB0cnVlO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIHRhZ3M6IFRhZ1RyZWVJdGVtW10gPSBbXTtcclxuXHJcbiAgcHJpdmF0ZSBfdGFibGU6IHN0cmluZyA9IFRhYmxlTmFtZS5UcmFuc2FjdGlvbnM7XHJcbiAgcHJpdmF0ZSBfc3ViczogU3Vic2NyaXB0aW9uW10gPSBbXTtcclxuXHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBwcml2YXRlIF90cmFuc2FjdGlvblNlcnZpY2U6IFRyYW5zYWN0aW9uU2VydmljZSxcclxuICAgIHByaXZhdGUgX3RyYW5zYWN0aW9uRXZlbnRTZXJ2aWNlOiBUcmFuc2FjdGlvbkV2ZW50U2VydmljZVxyXG4gICkge1xyXG4gICAgdGhpcy5fc3Vicy5wdXNoKFxyXG4gICAgICB0aGlzLl90cmFuc2FjdGlvbkV2ZW50U2VydmljZS50cmFuc2FjdGlvblNldC5zdWJzY3JpYmUoKHRyYW5zYWN0aW9uOiBUcmFuc2FjdGlvbkluZm9SZXNwb25zZSkgPT4ge1xyXG4gICAgICAgIGlmICh0cmFuc2FjdGlvbiAmJiB0cmFuc2FjdGlvbi50cmFuc2FjdGlvbkluZm8uaWQpIHtcclxuICAgICAgICAgIHRoaXMuX2dldEpvaW5lZFRhZ3ModHJhbnNhY3Rpb24udHJhbnNhY3Rpb25JbmZvLnRyYW5zYWN0aW9uTnIudG9TdHJpbmcoKSk7XHJcbiAgICAgICAgfVxyXG4gICAgICB9KVxyXG4gICAgKVxyXG4gIH1cclxuXHJcbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XHJcbiAgICB0aGlzLl9zdWJzLmZvckVhY2gocyA9PiBzLnVuc3Vic2NyaWJlKCkpO1xyXG4gIH1cclxuXHJcbiAgcHJpdmF0ZSBfZ2V0Sm9pbmVkVGFncyhrZXk6IHN0cmluZyk6IHZvaWQge1xyXG4gICAgdGhpcy5fdHJhbnNhY3Rpb25TZXJ2aWNlLmdldEpvaW5lZFRhZ3ModGhpcy5fdGFibGUsIGtleSkudGhlbigodGFnczogVGFnVHJlZUl0ZW1bXSkgPT4ge1xyXG4gICAgICB0aGlzLnRhZ3MgPSB0YWdzO1xyXG4gICAgfSk7XHJcbiAgfVxyXG5cclxufVxyXG4iXX0=
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { NgModule } from "@angular/core";
|
|
2
|
+
import { CommonModule } from "@angular/common";
|
|
3
|
+
import { TransactionTagsComponent } from "./transaction-tags.component";
|
|
4
|
+
import { TransactionTagComponent } from "./transaction-tag.component";
|
|
5
|
+
export class TransactionTagsModule {
|
|
6
|
+
}
|
|
7
|
+
TransactionTagsModule.decorators = [
|
|
8
|
+
{ type: NgModule, args: [{
|
|
9
|
+
imports: [
|
|
10
|
+
CommonModule
|
|
11
|
+
],
|
|
12
|
+
declarations: [
|
|
13
|
+
TransactionTagsComponent,
|
|
14
|
+
TransactionTagComponent
|
|
15
|
+
],
|
|
16
|
+
exports: [
|
|
17
|
+
TransactionTagsComponent,
|
|
18
|
+
TransactionTagComponent
|
|
19
|
+
]
|
|
20
|
+
},] }
|
|
21
|
+
];
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tdGFncy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi10YWdzL3RyYW5zYWN0aW9uLXRhZ3MubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxRQUFRLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDdkMsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQzdDLE9BQU8sRUFBQyx3QkFBd0IsRUFBQyxNQUFNLDhCQUE4QixDQUFDO0FBQ3RFLE9BQU8sRUFBQyx1QkFBdUIsRUFBQyxNQUFNLDZCQUE2QixDQUFDO0FBZXBFLE1BQU0sT0FBTyxxQkFBcUI7OztZQWJqQyxRQUFRLFNBQUM7Z0JBQ1IsT0FBTyxFQUFFO29CQUNQLFlBQVk7aUJBQ2I7Z0JBQ0QsWUFBWSxFQUFFO29CQUNaLHdCQUF3QjtvQkFDeEIsdUJBQXVCO2lCQUN4QjtnQkFDRCxPQUFPLEVBQUU7b0JBQ1Asd0JBQXdCO29CQUN4Qix1QkFBdUI7aUJBQ3hCO2FBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge05nTW9kdWxlfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQge0NvbW1vbk1vZHVsZX0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xyXG5pbXBvcnQge1RyYW5zYWN0aW9uVGFnc0NvbXBvbmVudH0gZnJvbSBcIi4vdHJhbnNhY3Rpb24tdGFncy5jb21wb25lbnRcIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvblRhZ0NvbXBvbmVudH0gZnJvbSBcIi4vdHJhbnNhY3Rpb24tdGFnLmNvbXBvbmVudFwiO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGVcclxuICBdLFxyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gICAgVHJhbnNhY3Rpb25UYWdzQ29tcG9uZW50LFxyXG4gICAgVHJhbnNhY3Rpb25UYWdDb21wb25lbnRcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIFRyYW5zYWN0aW9uVGFnc0NvbXBvbmVudCxcclxuICAgIFRyYW5zYWN0aW9uVGFnQ29tcG9uZW50XHJcbiAgXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgVHJhbnNhY3Rpb25UYWdzTW9kdWxlIHtcclxufVxyXG4iXX0=
|