@colijnit/transaction 12.1.25 → 12.1.27
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 +7718 -5048
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +207 -166
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +208 -167
- package/esm2015/lib/assets/dictionary/text.properties.js +13 -7
- package/esm2015/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.js +33 -37
- package/esm2015/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.js +92 -0
- package/esm2015/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.js +170 -396
- package/esm2015/lib/component/checkout/checkout.component.js +25 -16
- package/esm2015/lib/component/checkout/checkout.module.js +47 -9
- package/esm2015/lib/component/confirmation-dialog/confirmation-dialog.component.js +16 -12
- package/esm2015/lib/component/core/base/components/transaction-header-block/transaction-header-block.component.js +24 -15
- package/esm2015/lib/component/core/base/transaction-base.component.js +15 -27
- package/esm2015/lib/component/core/base/transaction-filter-content-base.component.js +5 -1
- package/esm2015/lib/component/delivery-type-tile/delivery-type-tile.component.js +15 -6
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-base.component.js +30 -0
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/dialog-transaction-line-commission-code.component.js +30 -0
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/dialog-transaction-line-commission-code.module.js +25 -0
- package/esm2015/lib/component/discount/discount.component.js +31 -28
- package/esm2015/lib/component/payment/payment.component.js +61 -13
- package/esm2015/lib/component/payment-qr-code/payment-qr-code.component.js +2 -21
- package/esm2015/lib/component/relation/relation-address/relation-address.component.js +129 -0
- package/esm2015/lib/component/relation/relation-address/relation-address.module.js +29 -0
- package/esm2015/lib/component/relation/relation-address-select/relation-address-select.component.js +148 -0
- package/esm2015/lib/component/relation/relation-address-select/relation-address-select.module.js +33 -0
- package/esm2015/lib/component/relation/relation-address-tile/relation-address-tile.component.js +61 -0
- package/esm2015/lib/component/relation/relation-address-tile/relation-address-tile.module.js +32 -0
- package/esm2015/lib/component/relation/relation-addresses/relation-addresses.component.js +95 -0
- package/esm2015/lib/component/relation/relation-addresses/relation-addresses.module.js +30 -0
- package/esm2015/lib/component/relation/relation-base.component.js +31 -0
- package/esm2015/lib/component/relation/relation-contact-details/relation-contact-details.component.js +63 -0
- package/esm2015/lib/component/relation/relation-contact-details/relation-contact-details.module.js +24 -0
- package/esm2015/lib/component/relation/relation-general/relation-general.component.js +195 -0
- package/esm2015/lib/component/relation/relation-general/relation-general.module.js +27 -0
- package/esm2015/lib/component/relation/relation-preferences/relation-preferences.component.js +65 -0
- package/esm2015/lib/component/relation/relation-preferences/relation-preferences.module.js +21 -0
- package/esm2015/lib/component/relation/relation-suggestions-list/relation-suggestions-list.component.js +30 -0
- package/esm2015/lib/component/relation/relation-suggestions-list/relation-suggestions-list.module.js +21 -0
- package/esm2015/lib/component/relation/relation-suggestions-list-item/relation-suggestions-list-item.component.js +31 -0
- package/esm2015/lib/component/relation/relation-suggestions-list-item/relation-suggestions-list-item.module.js +19 -0
- package/esm2015/lib/component/relation/relation-type/relation-type.component.js +48 -0
- package/esm2015/lib/component/relation/relation-type/relation-type.module.js +23 -0
- package/esm2015/lib/component/shared/transaction-article-text/transaction-article-text.component.js +31 -32
- package/esm2015/lib/component/shared/transaction-article-text-overview/transaction-article-text-overview.component.js +20 -22
- package/esm2015/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.component.js +18 -3
- package/esm2015/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.module.js +4 -2
- package/esm2015/lib/component/transaction-header/transaction-header/transaction-header.component.js +2 -2
- package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.js +25 -3
- package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.module.js +19 -6
- package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.js +22 -3
- package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.module.js +6 -2
- package/esm2015/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.js +110 -8
- package/esm2015/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.module.js +25 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.js +58 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-administrative-relation.module.js +23 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-branch.component.js +60 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-branch.module.js +23 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-definitive.component.js +44 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-definitive.module.js +23 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-date.component.js +3 -3
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-date.module.js +23 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-method.component.js +69 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-method.module.js +25 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-options.component.js +69 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-options.module.js +23 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-downpayment-amount.component.js +81 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-downpayment-amount.module.js +23 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-downpayment-percentage.component.js +81 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-downpayment-percentage.module.js +23 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-marketing.component.js +54 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-marketing.module.js +23 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-partial-delivery.component.js +44 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-partial-delivery.module.js +23 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.component.js +80 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.module.js +23 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-reference.component.js +80 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-reference.module.js +23 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-relation-reference.component.js +80 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-relation-reference.module.js +23 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-remarks.component.js +80 -0
- package/esm2015/lib/component/transaction-header-fields/transaction-header-remarks.module.js +23 -0
- package/esm2015/lib/component/transaction-line/transaction-line.component.js +2 -2
- package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-code.component.js +32 -9
- package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-code.module.js +4 -3
- package/esm2015/lib/component/transaction-line-fields/transaction-line-fields-base.component.js +3 -1
- package/esm2015/lib/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/transaction-search-sales-order-grid.component.js +1 -4
- package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.js +4 -1
- package/esm2015/lib/component/transaction-search/transaction-search.component.js +86 -25
- package/esm2015/lib/component/transaction-search/transaction-search.module.js +4 -3
- package/esm2015/lib/service/collection-cache.service.js +14 -12
- package/esm2015/lib/service/dialog.service.js +7 -1
- package/esm2015/lib/service/payment.service.js +23 -7
- package/esm2015/lib/service/pending-reason.service.js +22 -20
- package/esm2015/lib/service/transaction-connector.service.js +240 -2
- package/esm2015/lib/service/transaction.service.js +240 -37
- package/esm2015/public_api.js +4 -3
- package/fesm2015/colijnit-transaction.js +3781 -1418
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.d.ts +1 -0
- package/lib/component/checkout/checkout-overview-delivery-edit/style/material.scss +2 -2
- package/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.d.ts +17 -0
- package/lib/component/checkout/checkout-overview-payment/style/_layout.scss +47 -0
- package/lib/component/checkout/checkout-overview-payment/style/_material-definition.scss +18 -0
- package/lib/component/checkout/checkout-overview-payment/style/_theme.scss +21 -0
- package/lib/component/checkout/checkout-overview-payment/style/material.scss +4 -0
- package/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.d.ts +12 -56
- package/lib/component/checkout/checkout-overview-relation-edit/style/_layout.scss +9 -42
- package/lib/component/checkout/checkout-overview-relation-edit/style/material.scss +1 -2
- package/lib/component/checkout/checkout.component.d.ts +4 -2
- package/lib/component/checkout/style/_layout.scss +3 -0
- package/lib/component/checkout/style/material.scss +1 -1
- package/lib/component/confirmation-dialog/style/_layout.scss +0 -1
- package/lib/component/core/base/components/transaction-header-block/style/_layout.scss +25 -0
- package/lib/component/core/base/components/transaction-header-block/style/_material-definition.scss +2 -1
- package/lib/component/core/base/components/transaction-header-block/style/_theme.scss +6 -0
- package/lib/component/core/base/components/transaction-header-block/transaction-header-block.component.d.ts +3 -1
- package/lib/component/core/base/transaction-base.component.d.ts +0 -6
- package/lib/component/core/base/transaction-filter-content-base.component.d.ts +1 -0
- package/lib/component/delivery-type-tile/delivery-type-tile.component.d.ts +3 -1
- package/lib/component/dialog/transaction-line/dialog-transaction-line-base.component.d.ts +9 -0
- package/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/dialog-transaction-line-commission-code.component.d.ts +6 -0
- package/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/dialog-transaction-line-commission-code.module.d.ts +2 -0
- package/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/style/_layout.scss +15 -0
- package/lib/component/{checkout/checkout-relation-suggestions-list → dialog/transaction-line/dialog-transaction-line-commission-code}/style/_material-definition.scss +0 -0
- package/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/style/_theme.scss +4 -0
- package/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/style/material.scss +4 -0
- package/lib/component/payment/payment.component.d.ts +14 -2
- package/lib/component/payment/style/_layout.scss +1 -1
- package/lib/component/payment-qr-code/payment-qr-code.component.d.ts +2 -11
- package/lib/component/{relation-address → relation/relation-address}/relation-address.component.d.ts +6 -6
- package/lib/component/{relation-address → relation/relation-address}/relation-address.module.d.ts +0 -0
- package/lib/component/{relation-address → relation/relation-address}/style/_layout.scss +0 -2
- package/lib/component/{relation-address → relation/relation-address}/style/_material-definition.scss +0 -0
- package/lib/component/{relation-address → relation/relation-address}/style/_theme.scss +0 -3
- package/lib/component/relation/relation-address/style/material.scss +5 -0
- package/lib/component/{relation-address-select → relation/relation-address-select}/relation-address-select.component.d.ts +4 -3
- package/lib/component/{relation-address-select → relation/relation-address-select}/relation-address-select.module.d.ts +0 -0
- package/lib/component/{relation-address-select → relation/relation-address-select}/style/_layout.scss +0 -2
- package/lib/component/{relation-address-select → relation/relation-address-select}/style/_material-definition.scss +0 -0
- package/lib/component/{relation-address-select → relation/relation-address-select}/style/_theme.scss +0 -2
- package/lib/component/{relation-address-select → relation/relation-address-select}/style/material.scss +1 -0
- package/lib/component/{relation-address-tile → relation/relation-address-tile}/relation-address-tile.component.d.ts +1 -1
- package/lib/component/{relation-address-tile → relation/relation-address-tile}/relation-address-tile.module.d.ts +0 -0
- package/lib/component/{relation-address-tile → relation/relation-address-tile}/style/_layout.scss +0 -2
- package/lib/component/{relation-address-tile → relation/relation-address-tile}/style/_material-definition.scss +0 -0
- package/lib/component/{relation-address-tile → relation/relation-address-tile}/style/_theme.scss +0 -2
- package/lib/component/relation/relation-address-tile/style/material.scss +5 -0
- package/lib/component/relation/relation-addresses/relation-addresses.component.d.ts +23 -0
- package/lib/component/relation/relation-addresses/relation-addresses.module.d.ts +2 -0
- package/lib/component/relation/relation-addresses/style/_layout.scss +19 -0
- package/lib/component/relation/relation-addresses/style/_material-definition.scss +0 -0
- package/lib/component/relation/relation-addresses/style/_theme.scss +4 -0
- package/lib/component/relation/relation-addresses/style/material.scss +4 -0
- package/lib/component/relation/relation-base.component.d.ts +11 -0
- package/lib/component/relation/relation-contact-details/relation-contact-details.component.d.ts +11 -0
- package/lib/component/relation/relation-contact-details/relation-contact-details.module.d.ts +2 -0
- package/lib/component/relation/relation-contact-details/style/_layout.scss +6 -0
- package/lib/component/relation/relation-contact-details/style/_material-definition.scss +0 -0
- package/lib/component/relation/relation-contact-details/style/_theme.scss +6 -0
- package/lib/component/relation/relation-contact-details/style/material.scss +4 -0
- package/lib/component/relation/relation-general/relation-general.component.d.ts +25 -0
- package/lib/component/relation/relation-general/relation-general.module.d.ts +2 -0
- package/lib/component/relation/relation-general/style/_layout.scss +37 -0
- package/lib/component/relation/relation-general/style/_material-definition.scss +2 -0
- package/lib/component/relation/relation-general/style/_theme.scss +4 -0
- package/lib/component/relation/relation-general/style/material.scss +5 -0
- package/lib/component/relation/relation-preferences/relation-preferences.component.d.ts +14 -0
- package/lib/component/relation/relation-preferences/relation-preferences.module.d.ts +2 -0
- package/lib/component/relation/relation-preferences/style/_layout.scss +17 -0
- package/lib/component/relation/relation-preferences/style/_material-definition.scss +0 -0
- package/lib/component/relation/relation-preferences/style/_theme.scss +4 -0
- package/lib/component/relation/relation-preferences/style/material.scss +4 -0
- package/lib/component/{checkout/checkout-relation-suggestions-list/checkout-relation-suggestions-list.component.d.ts → relation/relation-suggestions-list/relation-suggestions-list.component.d.ts} +1 -1
- package/lib/component/relation/relation-suggestions-list/relation-suggestions-list.module.d.ts +2 -0
- package/lib/component/relation/relation-suggestions-list/style/_layout.scss +6 -0
- package/lib/component/relation/relation-suggestions-list/style/_material-definition.scss +0 -0
- package/lib/component/relation/relation-suggestions-list/style/_theme.scss +4 -0
- package/lib/component/relation/relation-suggestions-list/style/material.scss +5 -0
- package/lib/component/{checkout/checkout-relation-suggestions-list-item/checkout-relation-suggestions-list-item.component.d.ts → relation/relation-suggestions-list-item/relation-suggestions-list-item.component.d.ts} +1 -1
- package/lib/component/relation/relation-suggestions-list-item/relation-suggestions-list-item.module.d.ts +2 -0
- package/lib/component/relation/relation-suggestions-list-item/style/_layout.scss +32 -0
- package/lib/component/relation/relation-suggestions-list-item/style/_material-definition.scss +8 -0
- package/lib/component/relation/relation-suggestions-list-item/style/_theme.scss +4 -0
- package/lib/component/relation/relation-suggestions-list-item/style/material.scss +4 -0
- package/lib/component/relation/relation-type/relation-type.component.d.ts +10 -0
- package/lib/component/relation/relation-type/relation-type.module.d.ts +2 -0
- package/lib/component/relation/relation-type/style/_layout.scss +11 -0
- package/lib/component/relation/relation-type/style/_material-definition.scss +0 -0
- package/lib/component/relation/relation-type/style/_theme.scss +4 -0
- package/lib/component/relation/relation-type/style/material.scss +4 -0
- package/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.component.d.ts +4 -1
- package/lib/component/transaction-header/style/material.scss +3 -3
- package/lib/component/transaction-header/transaction-header-delivery/style/_layout.scss +13 -0
- package/lib/component/transaction-header/transaction-header-delivery/style/_material-definition.scss +4 -0
- package/lib/component/transaction-header/transaction-header-delivery/style/_theme.scss +4 -0
- package/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.d.ts +2 -0
- package/lib/component/transaction-header/transaction-header-payment/style/_layout.scss +17 -0
- package/lib/component/transaction-header/transaction-header-payment/style/_material-definition.scss +2 -2
- package/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.d.ts +1 -0
- package/lib/component/transaction-header/transaction-header-relation/style/_layout.scss +43 -0
- package/lib/component/transaction-header/transaction-header-relation/style/_material-definition.scss +10 -0
- package/lib/component/transaction-header/transaction-header-relation/style/_theme.scss +7 -0
- package/lib/component/transaction-header/transaction-header-relation/style/material.scss +11 -0
- package/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.d.ts +22 -0
- package/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.d.ts +13 -0
- package/lib/component/transaction-header-fields/transaction-header-administrative-relation.module.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-branch.component.d.ts +13 -0
- package/lib/component/transaction-header-fields/transaction-header-branch.module.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-definitive.component.d.ts +8 -0
- package/lib/component/transaction-header-fields/transaction-header-definitive.module.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-delivery-date.module.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-delivery-method.component.d.ts +15 -0
- package/lib/component/transaction-header-fields/transaction-header-delivery-method.module.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-delivery-options.component.d.ts +20 -0
- package/lib/component/transaction-header-fields/transaction-header-delivery-options.module.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-downpayment-amount.component.d.ts +17 -0
- package/lib/component/transaction-header-fields/transaction-header-downpayment-amount.module.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-downpayment-percentage.component.d.ts +17 -0
- package/lib/component/transaction-header-fields/transaction-header-downpayment-percentage.module.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-marketing.component.d.ts +13 -0
- package/lib/component/transaction-header-fields/transaction-header-marketing.module.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-partial-delivery.component.d.ts +8 -0
- package/lib/component/transaction-header-fields/transaction-header-partial-delivery.module.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.component.d.ts +17 -0
- package/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.module.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-reference.component.d.ts +17 -0
- package/lib/component/transaction-header-fields/transaction-header-reference.module.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-relation-reference.component.d.ts +17 -0
- package/lib/component/transaction-header-fields/transaction-header-relation-reference.module.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-remarks.component.d.ts +17 -0
- package/lib/component/transaction-header-fields/transaction-header-remarks.module.d.ts +2 -0
- package/lib/component/transaction-line/style/_layout.scss +12 -28
- package/lib/component/transaction-line/style/material.scss +1 -0
- package/lib/component/transaction-line-fields/transaction-line-commission-code.component.d.ts +10 -0
- package/lib/component/transaction-line-fields/transaction-line-fields-base.component.d.ts +1 -0
- package/lib/component/transaction-search/style/_layout.scss +56 -11
- package/lib/component/transaction-search/style/_material-definition.scss +1 -2
- package/lib/component/transaction-search/style/_theme.scss +4 -1
- package/lib/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/transaction-search-sales-order-grid.component.d.ts +0 -1
- package/lib/component/transaction-search/transaction-search-result/style/_layout.scss +4 -0
- package/lib/component/transaction-search/transaction-search.component.d.ts +18 -4
- package/lib/service/dialog.service.d.ts +4 -1
- package/lib/service/payment.service.d.ts +6 -2
- package/lib/service/pending-reason.service.d.ts +3 -2
- package/lib/service/transaction-connector.service.d.ts +17 -0
- package/lib/service/transaction.service.d.ts +14 -3
- package/package.json +3 -3
- package/public_api.d.ts +3 -2
- package/colijnit-transaction-12.1.25.tgz +0 -0
- package/esm2015/lib/component/checkout/checkout-relation-suggestions-list/checkout-relation-suggestions-list.component.js +0 -30
- package/esm2015/lib/component/checkout/checkout-relation-suggestions-list-item/checkout-relation-suggestions-list-item.component.js +0 -31
- package/esm2015/lib/component/relation-address/relation-address.component.js +0 -125
- package/esm2015/lib/component/relation-address/relation-address.module.js +0 -28
- package/esm2015/lib/component/relation-address-select/relation-address-select.component.js +0 -146
- package/esm2015/lib/component/relation-address-select/relation-address-select.module.js +0 -33
- package/esm2015/lib/component/relation-address-tile/relation-address-tile.component.js +0 -61
- package/esm2015/lib/component/relation-address-tile/relation-address-tile.module.js +0 -32
- package/esm2015/lib/component/transaction-header/transaction-header.component.js +0 -41
- package/esm2015/lib/component/transaction-header/transaction-header.module.js +0 -29
- package/lib/component/checkout/checkout-relation-suggestions-list/style/_layout.scss +0 -8
- package/lib/component/checkout/checkout-relation-suggestions-list/style/_theme.scss +0 -6
- package/lib/component/checkout/checkout-relation-suggestions-list/style/material.scss +0 -4
- package/lib/component/checkout/checkout-relation-suggestions-list-item/style/_layout.scss +0 -34
- package/lib/component/checkout/checkout-relation-suggestions-list-item/style/_material-definition.scss +0 -8
- package/lib/component/checkout/checkout-relation-suggestions-list-item/style/_theme.scss +0 -6
- package/lib/component/checkout/checkout-relation-suggestions-list-item/style/material.scss +0 -3
- package/lib/component/relation-address/style/material.scss +0 -4
- package/lib/component/relation-address-tile/style/material.scss +0 -4
- package/lib/component/transaction-header/transaction-header.component.d.ts +0 -10
- package/lib/component/transaction-header/transaction-header.module.d.ts +0 -2
|
@@ -8,9 +8,6 @@
|
|
|
8
8
|
|
|
9
9
|
.transaction-search-wrapper {
|
|
10
10
|
display: flex;
|
|
11
|
-
//border-right: $cc-co-transaction-search-border-style;
|
|
12
|
-
//height: $cc-co-transaction-search-screen-height;
|
|
13
|
-
//overflow: hidden;
|
|
14
11
|
|
|
15
12
|
&.fullscreen {
|
|
16
13
|
width: 100%;
|
|
@@ -18,18 +15,22 @@
|
|
|
18
15
|
}
|
|
19
16
|
|
|
20
17
|
&.sidebar {
|
|
21
|
-
width
|
|
22
|
-
transition:
|
|
18
|
+
width: $cc-co-transaction-searchbar-width;
|
|
19
|
+
transition: all 0.2s ease-in-out;
|
|
20
|
+
|
|
21
|
+
&.collapsed {
|
|
22
|
+
transform: translate(-$cc-co-transaction-searchbar-width);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&.expanded {
|
|
26
|
+
transform: translate(0);
|
|
27
|
+
}
|
|
23
28
|
}
|
|
24
29
|
}
|
|
25
30
|
|
|
26
31
|
.transaction-filter-wrapper {
|
|
27
32
|
display: flex;
|
|
28
|
-
//flex-basis: 350px;
|
|
29
|
-
//overflow-y: auto;
|
|
30
|
-
//overflow-x: hidden;
|
|
31
33
|
min-width: $tp-co-transaction-filter-wrapper-min-width;
|
|
32
|
-
//height: $cc-co-transaction-search-screen-height;
|
|
33
34
|
|
|
34
35
|
&.sidebar {
|
|
35
36
|
position: absolute;
|
|
@@ -37,7 +38,7 @@
|
|
|
37
38
|
transition: left 0.2s ease-in-out;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
|
-
&.fullscreen{
|
|
41
|
+
&.fullscreen {
|
|
41
42
|
position: relative;
|
|
42
43
|
left: 0;
|
|
43
44
|
transition: left 0.2s ease-in-out;
|
|
@@ -46,11 +47,55 @@
|
|
|
46
47
|
|
|
47
48
|
.transaction-search-result-wrapper {
|
|
48
49
|
display: flex;
|
|
49
|
-
//height: $cc-co-transaction-search-screen-height;
|
|
50
50
|
overflow-y: auto;
|
|
51
51
|
flex-basis: 100%;
|
|
52
52
|
justify-content: flex-start;
|
|
53
53
|
padding: $tp-co-transaction-search-result-wrapper-padding;
|
|
54
54
|
}
|
|
55
|
+
|
|
56
|
+
.transaction-search-content-wrapper {
|
|
57
|
+
&.fullscreen {
|
|
58
|
+
display: none;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
&.sidebar {
|
|
62
|
+
transition: all 0.2s ease-in-out;
|
|
63
|
+
|
|
64
|
+
&.expanded {
|
|
65
|
+
min-height: 100vh;
|
|
66
|
+
transform: translate(10px);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
&.collapsed {
|
|
70
|
+
transform: translate(-$cc-co-transaction-searchbar-width + 10px);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
& > co-icon-collapse-handle {
|
|
76
|
+
position: absolute !important;
|
|
77
|
+
flex-shrink: 0;
|
|
78
|
+
top: 50vh;
|
|
79
|
+
|
|
80
|
+
&.fullscreen {
|
|
81
|
+
opacity: 0;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
&.sidebar {
|
|
85
|
+
transition: all 0.2s ease-in-out;
|
|
86
|
+
|
|
87
|
+
&.collapsed {
|
|
88
|
+
opacity: 0;
|
|
89
|
+
transform: translate(0) rotate(90deg);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
&.expanded {
|
|
93
|
+
opacity: 1;
|
|
94
|
+
transition-delay: 0.2s;
|
|
95
|
+
transition-property: opacity;
|
|
96
|
+
transform: translate($cc-co-transaction-searchbar-width - 17px) rotate(90deg);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
55
100
|
}
|
|
56
101
|
}
|
|
@@ -3,9 +3,8 @@ $tp-co-transaction-search-font-size: $tp-font-size !default;
|
|
|
3
3
|
$cc-co-transaction-search-background-color: $cc-color-light !default;
|
|
4
4
|
$cc-co-transaction-search-border-color: $tp-color-border !default;
|
|
5
5
|
$cc-co-transaction-search-border-style: solid 1px !default;
|
|
6
|
-
//$cc-co-transaction-search-screen-height: 95vh !default;
|
|
7
6
|
|
|
8
|
-
$cc-co-transaction-searchbar-width:370px !default;
|
|
7
|
+
$cc-co-transaction-searchbar-width: 370px !default;
|
|
9
8
|
|
|
10
9
|
$tp-co-transaction-filter-wrapper-min-width: 360px !default;
|
|
11
10
|
$tp-co-transaction-filter-button-color: $cc-color-light !default;
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
.co-transaction-search {
|
|
5
5
|
.transaction-search-wrapper {
|
|
6
6
|
background-color: $cc-co-transaction-search-background-color;
|
|
7
|
-
|
|
7
|
+
|
|
8
|
+
.transaction-search-result-wrapper.sidebar.expanded {
|
|
9
|
+
border-right: 1px solid $cc-co-transaction-search-border-color;
|
|
10
|
+
}
|
|
8
11
|
}
|
|
9
12
|
}
|
|
10
13
|
}
|
|
@@ -1,25 +1,39 @@
|
|
|
1
1
|
import { EventEmitter } from "@angular/core";
|
|
2
|
+
import { CoDirection, CoOrientation } from "@colijnit/corecomponents_v12";
|
|
2
3
|
import { TransactionKind } from "@colijnit/transactionapi/build/enum/transaction-kind.enum";
|
|
3
4
|
import { TransactionSearchView } from "@colijnit/transactionapi/build/model/transaction-search-view.bo";
|
|
4
5
|
import { SearchViewMode } from "../../enum/search-view-mode.enum";
|
|
5
6
|
import { TransactionSearchService } from "./service/transaction-search.service";
|
|
7
|
+
export declare enum SearchBarViewMode {
|
|
8
|
+
Expanded = 0,
|
|
9
|
+
Collapsed = 1
|
|
10
|
+
}
|
|
6
11
|
export declare class TransactionSearchComponent {
|
|
7
12
|
private _transactionSearchService;
|
|
8
13
|
readonly searchViewModes: typeof SearchViewMode;
|
|
14
|
+
readonly orientations: typeof CoOrientation;
|
|
15
|
+
readonly directionRight: CoDirection;
|
|
9
16
|
activeSearchViewMode: SearchViewMode;
|
|
10
|
-
|
|
17
|
+
activeSearchBarViewMode: SearchBarViewMode;
|
|
18
|
+
showFilterSidebar: boolean;
|
|
19
|
+
private _transactionType;
|
|
11
20
|
set transactionType(value: TransactionKind);
|
|
12
21
|
get transactionType(): TransactionKind;
|
|
13
22
|
transactionClick: EventEmitter<TransactionSearchView>;
|
|
14
23
|
searchViewModeChange: EventEmitter<SearchViewMode>;
|
|
15
24
|
showClass(): boolean;
|
|
16
|
-
showFilterSidebar: boolean;
|
|
17
|
-
private _transactionType;
|
|
18
25
|
constructor(_transactionSearchService: TransactionSearchService);
|
|
19
26
|
get fullscreen(): boolean;
|
|
27
|
+
get collapsed(): boolean;
|
|
20
28
|
toggleFilter(): void;
|
|
21
29
|
handleHideFilter(): void;
|
|
22
30
|
handleResetFilter(): void;
|
|
23
31
|
onTransactionClick(transaction: TransactionSearchView): void;
|
|
24
|
-
|
|
32
|
+
onSearchViewResizeClick(): void;
|
|
33
|
+
onSideCollapseHandleClick(): void;
|
|
34
|
+
toggleSearchBar(): void;
|
|
35
|
+
collapseSearchBar(): void;
|
|
36
|
+
expandSearchBar(): void;
|
|
37
|
+
calculateClasses(): any;
|
|
38
|
+
private _scrollToTop;
|
|
25
39
|
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import { ApplicationRef, ComponentFactoryResolver, Injector } from "@angular/core";
|
|
1
|
+
import { ApplicationRef, ComponentFactoryResolver, Injector, Type } from "@angular/core";
|
|
2
|
+
import { DialogBaseComponent } from "../component/core/base/dialog-base.component";
|
|
3
|
+
import { TransactionLineInfo } from "@colijnit/transactionapi/build/model/transaction-line-info.bo";
|
|
2
4
|
export declare class DialogService {
|
|
3
5
|
private _compFactoryResolver;
|
|
4
6
|
private appRef;
|
|
@@ -8,5 +10,6 @@ export declare class DialogService {
|
|
|
8
10
|
showYesNo(title: string, text: string): Promise<any>;
|
|
9
11
|
showError(message: string): Promise<any>;
|
|
10
12
|
showInformation(message: string): Promise<any>;
|
|
13
|
+
showTransactionLineComponent(comp: Type<DialogBaseComponent>, transLine: TransactionLineInfo): Promise<any>;
|
|
11
14
|
private _createComponent;
|
|
12
15
|
}
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
import { PaymentMethod } from "@colijnit/transactionapi/build/model/payment-method.bo";
|
|
2
2
|
import { TransactionConnectorService } from "./transaction-connector.service";
|
|
3
3
|
import { CreatePaymentLinkResult } from "@colijnit/transactionapi/build/model/create-payment-link-result.bo";
|
|
4
|
+
import { TransactionService } from "./transaction.service";
|
|
5
|
+
import { PaymentLinkStatus } from "@colijnit/transactionapi/build/model/payment-link-status.bo";
|
|
4
6
|
export declare class PaymentService {
|
|
5
7
|
private _connector;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
+
private _transactionService;
|
|
9
|
+
constructor(_connector: TransactionConnectorService, _transactionService: TransactionService);
|
|
10
|
+
updateHeaderTransactionToDownPay(uuid: string, downPayment: number): Promise<boolean>;
|
|
8
11
|
registerSalesOrderPayment(uuid: string, amount: number, currencyId: number, paymentMethod: string, cashRegisterGroupId: number): Promise<boolean>;
|
|
9
12
|
createIonePaymentLinkAndQRCode(uuid: string, amount: number, paymentMethodCode: string): Promise<CreatePaymentLinkResult>;
|
|
13
|
+
getPaymentLinkStatus(paymentLinkUUID: string): Promise<PaymentLinkStatus>;
|
|
10
14
|
getPaymentMethods(): Promise<PaymentMethod[]>;
|
|
11
15
|
}
|
|
@@ -14,15 +14,16 @@ export declare class PendingReasonService {
|
|
|
14
14
|
protected articleConnector: ArticleConnectorService;
|
|
15
15
|
transactionUpdated: BehaviorSubject<TransactionInfoResponse>;
|
|
16
16
|
applicationUser: boolean;
|
|
17
|
+
invoiceAddressSameAsDelivery: boolean;
|
|
17
18
|
currentTransaction: TransactionInfoResponse;
|
|
18
19
|
relation: CustomerFullObject;
|
|
19
20
|
articleAmount: number;
|
|
20
21
|
constructor(dialogService: DialogService, options: OptionsService, connector: TransactionConnectorService, articleConnector: ArticleConnectorService);
|
|
21
22
|
init(options: any): Promise<void>;
|
|
22
23
|
cancelAddTransactionLine(lineUuid: string, remember?: boolean): Promise<TransactionInfoResponse>;
|
|
24
|
+
handleHeaderOperationStatuses(response: TransactionInfoResponse): Promise<boolean>;
|
|
25
|
+
rememberCurrentTransaction(value: TransactionInfoResponse): Promise<void>;
|
|
23
26
|
protected handleLineOperationStatuses(response: TransactionInfoResponse): Promise<boolean>;
|
|
24
|
-
protected handleHeaderOperationStatuses(response: TransactionInfoResponse): Promise<boolean>;
|
|
25
|
-
protected _rememberCurrentTransaction(value: TransactionInfoResponse): Promise<void>;
|
|
26
27
|
private _handleLineOperationStatus;
|
|
27
28
|
private _handleHeaderOperationStatus;
|
|
28
29
|
resolvePendingLineReason(pendingLineValues: ResolveLinePendingReasonRequest): Promise<void>;
|
|
@@ -45,6 +45,7 @@ import { PurchasePortalLine } from "@colijnit/transactionapi/build/model/purchas
|
|
|
45
45
|
import { CreatePaymentLinkResult } from "@colijnit/transactionapi/build/model/create-payment-link-result.bo";
|
|
46
46
|
import { TransactionSearchResult } from "../model/transaction-search-result";
|
|
47
47
|
import { ResolveHeaderPendingReasonRequest } from "@colijnit/transactionapi/build/model/resolve-header-pending-reason-request.bo";
|
|
48
|
+
import { PaymentLinkStatus } from "@colijnit/transactionapi/build/model/payment-link-status.bo";
|
|
48
49
|
export declare class TransactionConnectorService {
|
|
49
50
|
private _optionsService;
|
|
50
51
|
private _collectionService;
|
|
@@ -117,11 +118,27 @@ export declare class TransactionConnectorService {
|
|
|
117
118
|
changeTransactionLineSupplierArticleNumber(uuid: string, lineUuid: string, articleNumber: string): Promise<TransactionInfoResponse>;
|
|
118
119
|
changeTransactionLineReference(uuid: string, lineUuid: string, reference: string): Promise<TransactionInfoResponse>;
|
|
119
120
|
changeHeaderTransactionDefinitive(uuid: string, definitive: boolean): Promise<TransactionInfoResponse>;
|
|
121
|
+
changeHeaderDeliveryAddress(uuid: string, newNawNr: number): Promise<TransactionInfoResponse>;
|
|
122
|
+
changeHeaderInvoiceAddress(uuid: string, newNawNr: number): Promise<TransactionInfoResponse>;
|
|
120
123
|
changeHeaderTransactionDeliveryDate(uuid: string, date: Date): Promise<TransactionInfoResponse>;
|
|
124
|
+
changeHeaderTransactionRemark(uuid: string, remark: string): Promise<TransactionInfoResponse>;
|
|
125
|
+
changeHeaderTransactionReference(uuid: string, reference: string): Promise<TransactionInfoResponse>;
|
|
126
|
+
changeHeaderTransactionRelationReference(uuid: string, reference: string): Promise<TransactionInfoResponse>;
|
|
127
|
+
changeHeaderToDownPayPercentage(uuid: string, amount: number): Promise<TransactionInfoResponse>;
|
|
128
|
+
changeHeaderToDownPayAmount(uuid: string, amount: number): Promise<TransactionInfoResponse>;
|
|
129
|
+
changeHeaderTransactionPreferredDeliveryDate(uuid: string, date: Date): Promise<TransactionInfoResponse>;
|
|
130
|
+
changeHeaderTransactionDeliveryMethod(uuid: string, method: string): Promise<TransactionInfoResponse>;
|
|
131
|
+
changeHeaderTransactionDeliveryOptions(uuid: string, options: string[]): Promise<TransactionInfoResponse>;
|
|
132
|
+
changeHeaderTransactionPartialDelivery(uuid: string, allowPartial: boolean): Promise<TransactionInfoResponse>;
|
|
133
|
+
changeHeaderTransactionBranch(uuid: string, branch: number): Promise<TransactionInfoResponse>;
|
|
134
|
+
updateHeaderTransactionAdmCoordinator(uuid: string, relation: number): Promise<TransactionInfoResponse>;
|
|
135
|
+
updateHeaderTransactionMarketing(uuid: string, code: string): Promise<TransactionInfoResponse>;
|
|
136
|
+
changeHeaderTransactionToDownPay(uuid: string, downPayment: number): Promise<TransactionInfoResponse>;
|
|
121
137
|
changeTransactionLineCollectionCode(uuid: string, lineUuid: string, code: string): Promise<TransactionInfoResponse>;
|
|
122
138
|
createOutstandingEntry(uuid: string, amount: number): Promise<TransactionInfoResponse>;
|
|
123
139
|
registerSalesOrderPayment(uuid: string, amount: number, currencyId: number, paymentMethod: string, cashRegisterGroupId: number): Promise<TransactionInfoResponse>;
|
|
124
140
|
createIonePaymentLinkAndQRCode(uuid: string, amount: number, paymentMethodCode: string): Promise<CreatePaymentLinkResult>;
|
|
141
|
+
getPaymentLinkStatus(paymentLinkUUID: string): Promise<PaymentLinkStatus>;
|
|
125
142
|
getGoodsReceiptStatus(transId: number, lineNr: number): Promise<GoodsReceiptStatusWithHistory>;
|
|
126
143
|
getGoodsReceiptStatusWithHistory(transId: number, lineNr: number): Promise<GoodsReceiptStatusWithHistory>;
|
|
127
144
|
receiveGoodsForPurchaseOrder(request: ReceiveGoodsForPurchaseOrderRequest): Promise<TransactionInfoResponse>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { DiscountType } from "@colijnit/transactionapi/build/enum/discount-type.enum";
|
|
2
2
|
import { TransactionKind } from "@colijnit/transactionapi/build/enum/transaction-kind.enum";
|
|
3
3
|
import { TransactionLineType } from "@colijnit/transactionapi/build/enum/transaction-line-type.enum";
|
|
4
|
-
import { Address } from "@colijnit/transactionapi/build/model/address.bo";
|
|
5
4
|
import { ArticleFullObject } from "@colijnit/transactionapi/build/model/article-full-object";
|
|
6
5
|
import { BranchLov } from "@colijnit/transactionapi/build/model/branch-lov.bo";
|
|
7
6
|
import { CashRegister } from "@colijnit/transactionapi/build/model/cash-register";
|
|
@@ -17,7 +16,6 @@ import { LineOperationStatus } from "@colijnit/transactionapi/build/model/line-o
|
|
|
17
16
|
import { Marketing } from "@colijnit/transactionapi/build/model/marketing.bo";
|
|
18
17
|
import { OnHoldCode } from "@colijnit/transactionapi/build/model/on-hold-code.bo";
|
|
19
18
|
import { PriceList } from "@colijnit/transactionapi/build/model/price-list";
|
|
20
|
-
import { RelationAnyType } from "@colijnit/transactionapi/build/model/relation-any-type";
|
|
21
19
|
import { RelationListObject } from "@colijnit/transactionapi/build/model/relation-list-object.bo";
|
|
22
20
|
import { RelationPrivacySetting } from "@colijnit/transactionapi/build/model/relation-privacy-setting.bo";
|
|
23
21
|
import { RelationRequest } from "@colijnit/transactionapi/build/model/relation-request";
|
|
@@ -46,7 +44,21 @@ export declare class TransactionService extends PendingReasonService {
|
|
|
46
44
|
updatePriceTransactionLine(uuid: string, lineUuid: string, price: number): Promise<boolean>;
|
|
47
45
|
updateReferenceTransactionLine(uuid: string, lineUuid: string, reference: string): Promise<boolean>;
|
|
48
46
|
updateHeaderTransactionDefinitive(uuid: string, definitive: boolean): Promise<boolean>;
|
|
47
|
+
updateHeaderDeliveryAddress(uuid: string, newNawNr: number): Promise<boolean>;
|
|
48
|
+
updateHeaderInvoiceAddress(uuid: string, newNawNr: number): Promise<boolean>;
|
|
49
49
|
updateHeaderTransactionDeliveryDate(uuid: string, date: Date): Promise<boolean>;
|
|
50
|
+
updateHeaderTransactionRemark(uuid: string, remark: string): Promise<boolean>;
|
|
51
|
+
updateHeaderTransactionReference(uuid: string, reference: string): Promise<boolean>;
|
|
52
|
+
updateHeaderTransactionRelationReference(uuid: string, reference: string): Promise<boolean>;
|
|
53
|
+
updateHeaderTransactionDownpaymentAmount(uuid: string, amount: number): Promise<boolean>;
|
|
54
|
+
updateHeaderTransactionDownpaymentPercentage(uuid: string, amount: number): Promise<boolean>;
|
|
55
|
+
updateHeaderTransactionPreferredDeliveryDate(uuid: string, date: Date): Promise<boolean>;
|
|
56
|
+
updateHeaderTransactionDeliveryMethod(uuid: string, method: string): Promise<boolean>;
|
|
57
|
+
updateHeaderTransactionDeliveryOptions(uuid: string, options: string[]): Promise<boolean>;
|
|
58
|
+
updateHeaderTransactionPartialDelivery(uuid: string, allowPartial: boolean): Promise<boolean>;
|
|
59
|
+
updateHeaderTransactionBranch(uuid: string, branch: number): Promise<boolean>;
|
|
60
|
+
updateHeaderTransactionAdmCoordinator(uuid: string, relation: number): Promise<boolean>;
|
|
61
|
+
updateHeaderTransactionMarketing(uuid: string, code: string): Promise<boolean>;
|
|
50
62
|
updateQuantityTransactionLine(uuid: string, lineUuid: string, quantity: number): Promise<boolean>;
|
|
51
63
|
updateDeliveryDateTransactionLine(uuid: string, lineUuid: string, date: Date): Promise<boolean>;
|
|
52
64
|
updatePriceListTransactionLine(uuid: string, lineUuid: string, priceList: string): Promise<boolean>;
|
|
@@ -109,7 +121,6 @@ export declare class TransactionService extends PendingReasonService {
|
|
|
109
121
|
getWarehouses(branchNr?: string): Promise<Warehouse[]>;
|
|
110
122
|
getHistoricStateValues(): Promise<CodeDescription[]>;
|
|
111
123
|
getCustomerGroups(): Promise<CustomerGroup[]>;
|
|
112
|
-
getFirstAddress(relation: RelationAnyType): Address;
|
|
113
124
|
getPurchasePortalLines(request: GetPurchasePortalLine): Promise<PurchasePortalLine>;
|
|
114
125
|
updatePurchasePortalLines(purchasePortalLine: PurchasePortalLine): Promise<boolean>;
|
|
115
126
|
private _checkAndCreateTransaction;
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/transaction",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.27",
|
|
4
4
|
"description": "Colijn IT transaction module for Angular 12",
|
|
5
5
|
"private": false,
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": "^12.2.0",
|
|
8
8
|
"@angular/core": "^12.2.0",
|
|
9
|
-
"@colijnit/corecomponents_v12": ">=12.0.
|
|
10
|
-
"@colijnit/transactionapi": ">=1.1.
|
|
9
|
+
"@colijnit/corecomponents_v12": ">=12.0.61",
|
|
10
|
+
"@colijnit/transactionapi": ">=1.1.32",
|
|
11
11
|
"@fortawesome/angular-fontawesome": "0.9.0",
|
|
12
12
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
13
13
|
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
package/public_api.d.ts
CHANGED
|
@@ -8,8 +8,8 @@ export * from "./lib/component/transaction/transaction.component";
|
|
|
8
8
|
export * from "./lib/component/transaction/transaction.module";
|
|
9
9
|
export * from "./lib/component/transaction-search/transaction-search.component";
|
|
10
10
|
export * from "./lib/component/transaction-search/transaction-search.module";
|
|
11
|
-
export * from "./lib/component/transaction-header/transaction-header.component";
|
|
12
|
-
export * from "./lib/component/transaction-header/transaction-header.module";
|
|
11
|
+
export * from "./lib/component/transaction-header/transaction-header/transaction-header.component";
|
|
12
|
+
export * from "./lib/component/transaction-header/transaction-header/transaction-header.module";
|
|
13
13
|
export * from "./lib/component/transaction-header/transaction-header-order/transaction-header-order.component";
|
|
14
14
|
export * from "./lib/component/transaction-header/transaction-header-order/transaction-header-order.module";
|
|
15
15
|
export * from "./lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component";
|
|
@@ -35,3 +35,4 @@ export * from "./lib/component/transaction-confirmation-details/transaction-conf
|
|
|
35
35
|
export * from "./lib/component/transaction-confirmation-history/transaction-confirmation-history.component";
|
|
36
36
|
export * from "./lib/component/transaction-confirmation-history/transaction-confirmation-history.module";
|
|
37
37
|
export * from "./lib/service/transaction.service";
|
|
38
|
+
export * from "./lib/component/transaction-search/service/transaction-search.service";
|
|
Binary file
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, HostBinding, Input, Output, ViewEncapsulation } from "@angular/core";
|
|
2
|
-
export class CheckOutRelationSuggestionsListComponent {
|
|
3
|
-
constructor() {
|
|
4
|
-
this.suggestions = [];
|
|
5
|
-
// Emits the clicked relation list object.
|
|
6
|
-
this.suggestionSelected = new EventEmitter();
|
|
7
|
-
}
|
|
8
|
-
showClass() {
|
|
9
|
-
return true;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
CheckOutRelationSuggestionsListComponent.decorators = [
|
|
13
|
-
{ type: Component, args: [{
|
|
14
|
-
selector: "co-checkout-relation-suggestions-list",
|
|
15
|
-
template: `
|
|
16
|
-
<div class="flex-column items-wrapper">
|
|
17
|
-
<co-checkout-relation-suggestions-list-item *ngFor="let suggestion of suggestions" [suggestion]="suggestion"
|
|
18
|
-
(selectionSelected)="suggestionSelected.emit($event)"></co-checkout-relation-suggestions-list-item>
|
|
19
|
-
<span *ngIf="suggestions?.length === 0" class="no-results" localize="NO_RESULTS_FOUND"></span>
|
|
20
|
-
</div>
|
|
21
|
-
`,
|
|
22
|
-
encapsulation: ViewEncapsulation.None
|
|
23
|
-
},] }
|
|
24
|
-
];
|
|
25
|
-
CheckOutRelationSuggestionsListComponent.propDecorators = {
|
|
26
|
-
suggestions: [{ type: Input }],
|
|
27
|
-
suggestionSelected: [{ type: Output }],
|
|
28
|
-
showClass: [{ type: HostBinding, args: ['class.co-checkout-relation-suggestions-list',] }]
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tvdXQtcmVsYXRpb24tc3VnZ2VzdGlvbnMtbGlzdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC9jaGVja291dC9jaGVja291dC1yZWxhdGlvbi1zdWdnZXN0aW9ucy1saXN0L2NoZWNrb3V0LXJlbGF0aW9uLXN1Z2dlc3Rpb25zLWxpc3QuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsWUFBWSxFQUFFLFdBQVcsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLGlCQUFpQixFQUFDLE1BQU0sZUFBZSxDQUFDO0FBY3JHLE1BQU0sT0FBTyx3Q0FBd0M7SUFYckQ7UUFhUyxnQkFBVyxHQUF5QixFQUFFLENBQUM7UUFFOUMsMENBQTBDO1FBRW5DLHVCQUFrQixHQUFxQyxJQUFJLFlBQVksRUFBc0IsQ0FBQztJQU12RyxDQUFDO0lBSFEsU0FBUztRQUNkLE9BQU8sSUFBSSxDQUFDO0lBQ2QsQ0FBQzs7O1lBdEJGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsdUNBQXVDO2dCQUNqRCxRQUFRLEVBQUU7Ozs7OztHQU1UO2dCQUNELGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2FBQ3RDOzs7MEJBRUUsS0FBSztpQ0FJTCxNQUFNO3dCQUdOLFdBQVcsU0FBQyw2Q0FBNkMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0NvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBIb3N0QmluZGluZywgSW5wdXQsIE91dHB1dCwgVmlld0VuY2Fwc3VsYXRpb259IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQge1JlbGF0aW9uTGlzdE9iamVjdH0gZnJvbSBcIkBjb2xpam5pdC90cmFuc2FjdGlvbmFwaS9idWlsZC9tb2RlbC9yZWxhdGlvbi1saXN0LW9iamVjdC5ib1wiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwiY28tY2hlY2tvdXQtcmVsYXRpb24tc3VnZ2VzdGlvbnMtbGlzdFwiLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxkaXYgY2xhc3M9XCJmbGV4LWNvbHVtbiBpdGVtcy13cmFwcGVyXCI+XG4gICAgICA8Y28tY2hlY2tvdXQtcmVsYXRpb24tc3VnZ2VzdGlvbnMtbGlzdC1pdGVtICpuZ0Zvcj1cImxldCBzdWdnZXN0aW9uIG9mIHN1Z2dlc3Rpb25zXCIgW3N1Z2dlc3Rpb25dPVwic3VnZ2VzdGlvblwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChzZWxlY3Rpb25TZWxlY3RlZCk9XCJzdWdnZXN0aW9uU2VsZWN0ZWQuZW1pdCgkZXZlbnQpXCI+PC9jby1jaGVja291dC1yZWxhdGlvbi1zdWdnZXN0aW9ucy1saXN0LWl0ZW0+XG4gICAgICA8c3BhbiAqbmdJZj1cInN1Z2dlc3Rpb25zPy5sZW5ndGggPT09IDBcIiBjbGFzcz1cIm5vLXJlc3VsdHNcIiBsb2NhbGl6ZT1cIk5PX1JFU1VMVFNfRk9VTkRcIj48L3NwYW4+XG4gICAgPC9kaXY+XG4gIGAsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmVcbn0pXG5leHBvcnQgY2xhc3MgQ2hlY2tPdXRSZWxhdGlvblN1Z2dlc3Rpb25zTGlzdENvbXBvbmVudCB7XG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBzdWdnZXN0aW9uczogUmVsYXRpb25MaXN0T2JqZWN0W10gPSBbXTtcblxuICAvLyBFbWl0cyB0aGUgY2xpY2tlZCByZWxhdGlvbiBsaXN0IG9iamVjdC5cbiAgQE91dHB1dCgpXG4gIHB1YmxpYyBzdWdnZXN0aW9uU2VsZWN0ZWQ6IEV2ZW50RW1pdHRlcjxSZWxhdGlvbkxpc3RPYmplY3Q+ID0gbmV3IEV2ZW50RW1pdHRlcjxSZWxhdGlvbkxpc3RPYmplY3Q+KCk7XG5cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcy5jby1jaGVja291dC1yZWxhdGlvbi1zdWdnZXN0aW9ucy1saXN0JylcbiAgcHVibGljIHNob3dDbGFzcygpIHtcbiAgICByZXR1cm4gdHJ1ZTtcbiAgfVxufVxuIl19
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, HostBinding, HostListener, Input, Output, ViewEncapsulation } from "@angular/core";
|
|
2
|
-
export class CheckOutRelationSuggestionsListItemComponent {
|
|
3
|
-
constructor() {
|
|
4
|
-
this.selectionSelected = new EventEmitter();
|
|
5
|
-
}
|
|
6
|
-
showClass() {
|
|
7
|
-
return true;
|
|
8
|
-
}
|
|
9
|
-
handleClick(event) {
|
|
10
|
-
this.selectionSelected.next(this.suggestion);
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
CheckOutRelationSuggestionsListItemComponent.decorators = [
|
|
14
|
-
{ type: Component, args: [{
|
|
15
|
-
selector: "co-checkout-relation-suggestions-list-item",
|
|
16
|
-
template: `
|
|
17
|
-
<div class="name medium-big-font" *ngIf="suggestion.displayName as displayName" [textContent]="displayName"></div>
|
|
18
|
-
<div class="email" *ngIf="suggestion.email" [textContent]="suggestion.email"></div>
|
|
19
|
-
<div class="address" *ngIf="suggestion.displayAddress as address" [textContent]="address"></div>
|
|
20
|
-
<div class="phone" *ngIf="suggestion.tel1" [textContent]="suggestion.tel1"></div>
|
|
21
|
-
`,
|
|
22
|
-
encapsulation: ViewEncapsulation.None
|
|
23
|
-
},] }
|
|
24
|
-
];
|
|
25
|
-
CheckOutRelationSuggestionsListItemComponent.propDecorators = {
|
|
26
|
-
suggestion: [{ type: Input }],
|
|
27
|
-
selectionSelected: [{ type: Output }],
|
|
28
|
-
showClass: [{ type: HostBinding, args: ["class.co-checkout-relation-suggestions-list-item",] }],
|
|
29
|
-
handleClick: [{ type: HostListener, args: ["click", ["$event"],] }]
|
|
30
|
-
};
|
|
31
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tvdXQtcmVsYXRpb24tc3VnZ2VzdGlvbnMtbGlzdC1pdGVtLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L2NoZWNrb3V0L2NoZWNrb3V0LXJlbGF0aW9uLXN1Z2dlc3Rpb25zLWxpc3QtaXRlbS9jaGVja291dC1yZWxhdGlvbi1zdWdnZXN0aW9ucy1saXN0LWl0ZW0uY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsWUFBWSxFQUFFLFdBQVcsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxpQkFBaUIsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQWFuSCxNQUFNLE9BQU8sNENBQTRDO0lBVnpEO1FBZVMsc0JBQWlCLEdBQXFDLElBQUksWUFBWSxFQUFzQixDQUFDO0lBV3RHLENBQUM7SUFSUSxTQUFTO1FBQ2QsT0FBTyxJQUFJLENBQUM7SUFDZCxDQUFDO0lBR00sV0FBVyxDQUFDLEtBQWlCO1FBQ2xDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDO0lBQy9DLENBQUM7OztZQXpCRixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLDRDQUE0QztnQkFDdEQsUUFBUSxFQUFFOzs7OztHQUtUO2dCQUNELGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2FBQ3RDOzs7eUJBRUUsS0FBSztnQ0FHTCxNQUFNO3dCQUdOLFdBQVcsU0FBQyxrREFBa0Q7MEJBSzlELFlBQVksU0FBQyxPQUFPLEVBQUUsQ0FBQyxRQUFRLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0NvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBIb3N0QmluZGluZywgSG9zdExpc3RlbmVyLCBJbnB1dCwgT3V0cHV0LCBWaWV3RW5jYXBzdWxhdGlvbn0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7UmVsYXRpb25MaXN0T2JqZWN0fSBmcm9tIFwiQGNvbGlqbml0L3RyYW5zYWN0aW9uYXBpL2J1aWxkL21vZGVsL3JlbGF0aW9uLWxpc3Qtb2JqZWN0LmJvXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJjby1jaGVja291dC1yZWxhdGlvbi1zdWdnZXN0aW9ucy1saXN0LWl0ZW1cIixcbiAgdGVtcGxhdGU6IGBcbiAgICA8ZGl2IGNsYXNzPVwibmFtZSBtZWRpdW0tYmlnLWZvbnRcIiAqbmdJZj1cInN1Z2dlc3Rpb24uZGlzcGxheU5hbWUgYXMgZGlzcGxheU5hbWVcIiBbdGV4dENvbnRlbnRdPVwiZGlzcGxheU5hbWVcIj48L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwiZW1haWxcIiAqbmdJZj1cInN1Z2dlc3Rpb24uZW1haWxcIiBbdGV4dENvbnRlbnRdPVwic3VnZ2VzdGlvbi5lbWFpbFwiPjwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJhZGRyZXNzXCIgKm5nSWY9XCJzdWdnZXN0aW9uLmRpc3BsYXlBZGRyZXNzIGFzIGFkZHJlc3NcIiBbdGV4dENvbnRlbnRdPVwiYWRkcmVzc1wiPjwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJwaG9uZVwiICpuZ0lmPVwic3VnZ2VzdGlvbi50ZWwxXCIgW3RleHRDb250ZW50XT1cInN1Z2dlc3Rpb24udGVsMVwiPjwvZGl2PlxuICBgLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXG59KVxuZXhwb3J0IGNsYXNzIENoZWNrT3V0UmVsYXRpb25TdWdnZXN0aW9uc0xpc3RJdGVtQ29tcG9uZW50IHtcbiAgQElucHV0KClcbiAgcHVibGljIHN1Z2dlc3Rpb246IFJlbGF0aW9uTGlzdE9iamVjdDtcblxuICBAT3V0cHV0KClcbiAgcHVibGljIHNlbGVjdGlvblNlbGVjdGVkOiBFdmVudEVtaXR0ZXI8UmVsYXRpb25MaXN0T2JqZWN0PiA9IG5ldyBFdmVudEVtaXR0ZXI8UmVsYXRpb25MaXN0T2JqZWN0PigpO1xuXG4gIEBIb3N0QmluZGluZyhcImNsYXNzLmNvLWNoZWNrb3V0LXJlbGF0aW9uLXN1Z2dlc3Rpb25zLWxpc3QtaXRlbVwiKVxuICBwdWJsaWMgc2hvd0NsYXNzKCkge1xuICAgIHJldHVybiB0cnVlO1xuICB9XG5cbiAgQEhvc3RMaXN0ZW5lcihcImNsaWNrXCIsIFtcIiRldmVudFwiXSlcbiAgcHVibGljIGhhbmRsZUNsaWNrKGV2ZW50OiBNb3VzZUV2ZW50KSB7XG4gICAgdGhpcy5zZWxlY3Rpb25TZWxlY3RlZC5uZXh0KHRoaXMuc3VnZ2VzdGlvbik7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
import { __awaiter } from "tslib";
|
|
2
|
-
import { Component, EventEmitter, HostBinding, Input, Output, ViewEncapsulation } from "@angular/core";
|
|
3
|
-
import { Address } from "@colijnit/transactionapi/build/model/address.bo";
|
|
4
|
-
import { isNill } from "@colijnit/transactionapi/build/utils/function/is-nill.function";
|
|
5
|
-
import { TransactionConnectorService } from "../../service/transaction-connector.service";
|
|
6
|
-
import { StringUtils } from "../../utils/string-utils";
|
|
7
|
-
import { DictionaryService } from "../../service/dictionary.service";
|
|
8
|
-
import { FormMasterService } from "@colijnit/corecomponents_v12";
|
|
9
|
-
export class RelationAddressComponent {
|
|
10
|
-
constructor(_dictionary, _connector, _formMasterService) {
|
|
11
|
-
this._dictionary = _dictionary;
|
|
12
|
-
this._connector = _connector;
|
|
13
|
-
this._formMasterService = _formMasterService;
|
|
14
|
-
this.address = new Address();
|
|
15
|
-
this.showButtons = true;
|
|
16
|
-
this.saveClick = new EventEmitter();
|
|
17
|
-
this.cancelClick = new EventEmitter();
|
|
18
|
-
this.countries = [];
|
|
19
|
-
this.fields = { text: "description", value: "code" };
|
|
20
|
-
this.postalCodeCheckErrorMessage = "";
|
|
21
|
-
this._prevPostalCodeForCheck = "";
|
|
22
|
-
}
|
|
23
|
-
showClass() {
|
|
24
|
-
return true;
|
|
25
|
-
}
|
|
26
|
-
ngOnInit() {
|
|
27
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
28
|
-
this.countries = yield this._connector.getCountries();
|
|
29
|
-
});
|
|
30
|
-
}
|
|
31
|
-
submitForm() {
|
|
32
|
-
if (this._formMasterService.submitSlaves()) {
|
|
33
|
-
this.saveClick.next(this.address);
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
checkForPostalCodeCheckError() {
|
|
37
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
38
|
-
if (!this.address.postalCode || isNill(this.address.houseNo)) {
|
|
39
|
-
this.postalCodeCheckErrorMessage = "";
|
|
40
|
-
return;
|
|
41
|
-
}
|
|
42
|
-
if (this._prevPostalCodeForCheck !== this.address.postalCode || this._prevHouseNoForCheck !== this.address.houseNo) {
|
|
43
|
-
this._prevPostalCodeForCheck = this.address.postalCode;
|
|
44
|
-
this._prevHouseNoForCheck = this.address.houseNo;
|
|
45
|
-
const postalCodeResponse = yield this._connector.getPostalCodeRetrieval((this.address.postalCode ? this.address.postalCode : ""), StringUtils.ParseString(this.address.houseNo));
|
|
46
|
-
if (postalCodeResponse && postalCodeResponse.isBadAddress) {
|
|
47
|
-
this.postalCodeCheckErrorMessage = this._dictionary.get("UNKNOWN_ADDRESS_CHECK_IT");
|
|
48
|
-
}
|
|
49
|
-
else {
|
|
50
|
-
this.postalCodeCheckErrorMessage = "";
|
|
51
|
-
this.address.streetName = postalCodeResponse.street;
|
|
52
|
-
this.address.city = postalCodeResponse.city;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
});
|
|
56
|
-
}
|
|
57
|
-
changeHouseNo() {
|
|
58
|
-
this.address.houseNo = Number(this.address.houseNo);
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
RelationAddressComponent.decorators = [
|
|
62
|
-
{ type: Component, args: [{
|
|
63
|
-
selector: "co-relation-address",
|
|
64
|
-
template: `
|
|
65
|
-
<label *ngIf=label [textContent]="label | localize"
|
|
66
|
-
class="checkout-label-h3"
|
|
67
|
-
></label>
|
|
68
|
-
<co-form>
|
|
69
|
-
<div class="relation-address-data-row default">
|
|
70
|
-
<co-input-combo-box [(model)]="address.countryId"
|
|
71
|
-
[collection]="countries"
|
|
72
|
-
[fields]="fields"
|
|
73
|
-
[placeholder]="'COUNTRY'| localize"
|
|
74
|
-
[required]="true"
|
|
75
|
-
></co-input-combo-box>
|
|
76
|
-
</div>
|
|
77
|
-
<div class="relation-address-data-row default">
|
|
78
|
-
<co-input-text [(model)]="address.postalCode"
|
|
79
|
-
[placeholder]="'POSTAL_CODE' | localize"
|
|
80
|
-
(blur)="checkForPostalCodeCheckError()"
|
|
81
|
-
required
|
|
82
|
-
></co-input-text>
|
|
83
|
-
<co-input-text class="default-width"
|
|
84
|
-
[(model)]="address.houseNo"
|
|
85
|
-
[placeholder]="'HOUSE_NO' | localize"
|
|
86
|
-
(blur)="checkForPostalCodeCheckError()"
|
|
87
|
-
(modelChange)="changeHouseNo()"
|
|
88
|
-
required
|
|
89
|
-
></co-input-text>
|
|
90
|
-
<co-input-text [(model)]="address.houseNoAddition"
|
|
91
|
-
[placeholder]="'HOUSE_NO_ADDITION' | localize"
|
|
92
|
-
></co-input-text>
|
|
93
|
-
</div>
|
|
94
|
-
<div class="relation-address-data-row default">
|
|
95
|
-
<co-input-text [(model)]="address.streetName" [placeholder]="'STREET' | localize" required></co-input-text>
|
|
96
|
-
</div>
|
|
97
|
-
<div class="relation-address-data-row default">
|
|
98
|
-
<co-input-text [(model)]="address.city" [placeholder]="'CITY' | localize" required></co-input-text>
|
|
99
|
-
</div>
|
|
100
|
-
<div class="relation-address-button-wrapper" *ngIf="showButtons">
|
|
101
|
-
<co-button [label]="'SAVE' | localize" (click)="submitForm()"></co-button>
|
|
102
|
-
<co-button [label]="'CANCEL' | localize" (click)="cancelClick.emit()"></co-button>
|
|
103
|
-
</div>
|
|
104
|
-
</co-form>
|
|
105
|
-
`,
|
|
106
|
-
providers: [
|
|
107
|
-
FormMasterService
|
|
108
|
-
],
|
|
109
|
-
encapsulation: ViewEncapsulation.None
|
|
110
|
-
},] }
|
|
111
|
-
];
|
|
112
|
-
RelationAddressComponent.ctorParameters = () => [
|
|
113
|
-
{ type: DictionaryService },
|
|
114
|
-
{ type: TransactionConnectorService },
|
|
115
|
-
{ type: FormMasterService }
|
|
116
|
-
];
|
|
117
|
-
RelationAddressComponent.propDecorators = {
|
|
118
|
-
label: [{ type: Input }],
|
|
119
|
-
address: [{ type: Input }],
|
|
120
|
-
showButtons: [{ type: Input }],
|
|
121
|
-
saveClick: [{ type: Output }],
|
|
122
|
-
cancelClick: [{ type: Output }],
|
|
123
|
-
showClass: [{ type: HostBinding, args: ["class.co-relation-address",] }]
|
|
124
|
-
};
|
|
125
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVsYXRpb24tYWRkcmVzcy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC9yZWxhdGlvbi1hZGRyZXNzL3JlbGF0aW9uLWFkZHJlc3MuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUMsU0FBUyxFQUFFLFlBQVksRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUFVLE1BQU0sRUFBRSxpQkFBaUIsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUM3RyxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0saURBQWlELENBQUM7QUFFeEUsT0FBTyxFQUFDLE1BQU0sRUFBQyxNQUFNLGdFQUFnRSxDQUFDO0FBQ3RGLE9BQU8sRUFBQywyQkFBMkIsRUFBQyxNQUFNLDZDQUE2QyxDQUFDO0FBRXhGLE9BQU8sRUFBQyxXQUFXLEVBQUMsTUFBTSwwQkFBMEIsQ0FBQztBQUNyRCxPQUFPLEVBQUMsaUJBQWlCLEVBQUMsTUFBTSxrQ0FBa0MsQ0FBQztBQUNuRSxPQUFPLEVBQUMsaUJBQWlCLEVBQUMsTUFBTSw4QkFBOEIsQ0FBQztBQW1EL0QsTUFBTSxPQUFPLHdCQUF3QjtJQXlCbkMsWUFDVSxXQUE4QixFQUM5QixVQUF1QyxFQUN2QyxrQkFBcUM7UUFGckMsZ0JBQVcsR0FBWCxXQUFXLENBQW1CO1FBQzlCLGVBQVUsR0FBVixVQUFVLENBQTZCO1FBQ3ZDLHVCQUFrQixHQUFsQixrQkFBa0IsQ0FBbUI7UUF0QnhDLFlBQU8sR0FBWSxJQUFJLE9BQU8sRUFBRSxDQUFDO1FBR2pDLGdCQUFXLEdBQVksSUFBSSxDQUFDO1FBRzVCLGNBQVMsR0FBMEIsSUFBSSxZQUFZLEVBQVcsQ0FBQztRQUcvRCxnQkFBVyxHQUF1QixJQUFJLFlBQVksRUFBUSxDQUFDO1FBTzNELGNBQVMsR0FBYyxFQUFFLENBQUM7UUFDMUIsV0FBTSxHQUFXLEVBQUMsSUFBSSxFQUFFLGFBQWEsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFDLENBQUM7UUFTdEQsZ0NBQTJCLEdBQVcsRUFBRSxDQUFDO1FBRXhDLDRCQUF1QixHQUFXLEVBQUUsQ0FBQztJQUo3QyxDQUFDO0lBWk0sU0FBUztRQUNkLE9BQU8sSUFBSSxDQUFDO0lBQ2QsQ0FBQztJQWtCSyxRQUFROztZQUNaLElBQUksQ0FBQyxTQUFTLEdBQUcsTUFBTSxJQUFJLENBQUMsVUFBVSxDQUFDLFlBQVksRUFBRSxDQUFDO1FBQ3hELENBQUM7S0FBQTtJQUVNLFVBQVU7UUFDZixJQUFJLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxZQUFZLEVBQUUsRUFBRTtZQUMxQyxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7U0FDbkM7SUFDSCxDQUFDO0lBRVksNEJBQTRCOztZQUN2QyxJQUFJLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxVQUFVLElBQUksTUFBTSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsT0FBTyxDQUFDLEVBQUU7Z0JBQzVELElBQUksQ0FBQywyQkFBMkIsR0FBRyxFQUFFLENBQUM7Z0JBQ3RDLE9BQU87YUFDUjtZQUVELElBQUksSUFBSSxDQUFDLHVCQUF1QixLQUFLLElBQUksQ0FBQyxPQUFPLENBQUMsVUFBVSxJQUFJLElBQUksQ0FBQyxvQkFBb0IsS0FBSyxJQUFJLENBQUMsT0FBTyxDQUFDLE9BQU8sRUFBRTtnQkFDbEgsSUFBSSxDQUFDLHVCQUF1QixHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsVUFBVSxDQUFDO2dCQUN2RCxJQUFJLENBQUMsb0JBQW9CLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxPQUFPLENBQUM7Z0JBQ2pELE1BQU0sa0JBQWtCLEdBQXVDLE1BQU0sSUFBSSxDQUFDLFVBQVUsQ0FBQyxzQkFBc0IsQ0FBQyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLEVBQ3BLLFdBQVcsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDO2dCQUMvQyxJQUFJLGtCQUFrQixJQUFJLGtCQUFrQixDQUFDLFlBQVksRUFBRTtvQkFDekQsSUFBSSxDQUFDLDJCQUEyQixHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsR0FBRyxDQUFDLDBCQUEwQixDQUFDLENBQUM7aUJBQ3JGO3FCQUFNO29CQUNMLElBQUksQ0FBQywyQkFBMkIsR0FBRyxFQUFFLENBQUM7b0JBQ3RDLElBQUksQ0FBQyxPQUFPLENBQUMsVUFBVSxHQUFHLGtCQUFrQixDQUFDLE1BQU0sQ0FBQztvQkFDcEQsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLEdBQUcsa0JBQWtCLENBQUMsSUFBSSxDQUFDO2lCQUM3QzthQUNGO1FBQ0gsQ0FBQztLQUFBO0lBRU0sYUFBYTtRQUNsQixJQUFJLENBQUMsT0FBTyxDQUFDLE9BQU8sR0FBRyxNQUFNLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxPQUFPLENBQUMsQ0FBQztJQUN0RCxDQUFDOzs7WUF4SEYsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxxQkFBcUI7Z0JBQy9CLFFBQVEsRUFBRTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0F5Q1Q7Z0JBQ0QsU0FBUyxFQUFFO29CQUNULGlCQUFpQjtpQkFDbEI7Z0JBQ0QsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7YUFDdEM7OztZQW5ETyxpQkFBaUI7WUFIakIsMkJBQTJCO1lBSTNCLGlCQUFpQjs7O29CQXFEdEIsS0FBSztzQkFHTCxLQUFLOzBCQUdMLEtBQUs7d0JBR0wsTUFBTTswQkFHTixNQUFNO3dCQUdOLFdBQVcsU0FBQywyQkFBMkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0NvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBIb3N0QmluZGluZywgSW5wdXQsIE9uSW5pdCwgT3V0cHV0LCBWaWV3RW5jYXBzdWxhdGlvbn0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7QWRkcmVzc30gZnJvbSBcIkBjb2xpam5pdC90cmFuc2FjdGlvbmFwaS9idWlsZC9tb2RlbC9hZGRyZXNzLmJvXCI7XG5pbXBvcnQge0NvdW50cnl9IGZyb20gXCJAY29saWpuaXQvdHJhbnNhY3Rpb25hcGkvYnVpbGQvbW9kZWwvY291bnRyeS5ib1wiO1xuaW1wb3J0IHtpc05pbGx9IGZyb20gXCJAY29saWpuaXQvdHJhbnNhY3Rpb25hcGkvYnVpbGQvdXRpbHMvZnVuY3Rpb24vaXMtbmlsbC5mdW5jdGlvblwiO1xuaW1wb3J0IHtUcmFuc2FjdGlvbkNvbm5lY3RvclNlcnZpY2V9IGZyb20gXCIuLi8uLi9zZXJ2aWNlL3RyYW5zYWN0aW9uLWNvbm5lY3Rvci5zZXJ2aWNlXCI7XG5pbXBvcnQge0dldFBvc3RhbENvZGVSZXRyaWV2YWxPdXRwdXRQYXJhbXN9IGZyb20gXCJAY29saWpuaXQvdHJhbnNhY3Rpb25hcGkvYnVpbGQvbW9kZWwvZ2V0LXBvc3RhbC1jb2RlLXJldHJpZXZhbC1vdXRwdXQtcGFyYW1zXCI7XG5pbXBvcnQge1N0cmluZ1V0aWxzfSBmcm9tIFwiLi4vLi4vdXRpbHMvc3RyaW5nLXV0aWxzXCI7XG5pbXBvcnQge0RpY3Rpb25hcnlTZXJ2aWNlfSBmcm9tIFwiLi4vLi4vc2VydmljZS9kaWN0aW9uYXJ5LnNlcnZpY2VcIjtcbmltcG9ydCB7Rm9ybU1hc3RlclNlcnZpY2V9IGZyb20gXCJAY29saWpuaXQvY29yZWNvbXBvbmVudHNfdjEyXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJjby1yZWxhdGlvbi1hZGRyZXNzXCIsXG4gIHRlbXBsYXRlOiBgXG4gICAgPGxhYmVsICpuZ0lmPWxhYmVsIFt0ZXh0Q29udGVudF09XCJsYWJlbCB8IGxvY2FsaXplXCJcbiAgICAgICAgICAgY2xhc3M9XCJjaGVja291dC1sYWJlbC1oM1wiXG4gICAgPjwvbGFiZWw+XG4gICAgPGNvLWZvcm0+XG4gICAgICA8ZGl2IGNsYXNzPVwicmVsYXRpb24tYWRkcmVzcy1kYXRhLXJvdyBkZWZhdWx0XCI+XG4gICAgICAgIDxjby1pbnB1dC1jb21iby1ib3ggWyhtb2RlbCldPVwiYWRkcmVzcy5jb3VudHJ5SWRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtjb2xsZWN0aW9uXT1cImNvdW50cmllc1wiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2ZpZWxkc109XCJmaWVsZHNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtwbGFjZWhvbGRlcl09XCInQ09VTlRSWSd8IGxvY2FsaXplXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbcmVxdWlyZWRdPVwidHJ1ZVwiXG4gICAgICAgID48L2NvLWlucHV0LWNvbWJvLWJveD5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cInJlbGF0aW9uLWFkZHJlc3MtZGF0YS1yb3cgZGVmYXVsdFwiPlxuICAgICAgICA8Y28taW5wdXQtdGV4dCBbKG1vZGVsKV09XCJhZGRyZXNzLnBvc3RhbENvZGVcIlxuICAgICAgICAgICAgICAgICAgICAgICBbcGxhY2Vob2xkZXJdPVwiJ1BPU1RBTF9DT0RFJyB8IGxvY2FsaXplXCJcbiAgICAgICAgICAgICAgICAgICAgICAgKGJsdXIpPVwiY2hlY2tGb3JQb3N0YWxDb2RlQ2hlY2tFcnJvcigpXCJcbiAgICAgICAgICAgICAgICAgICAgICAgcmVxdWlyZWRcbiAgICAgICAgPjwvY28taW5wdXQtdGV4dD5cbiAgICAgICAgPGNvLWlucHV0LXRleHQgY2xhc3M9XCJkZWZhdWx0LXdpZHRoXCJcbiAgICAgICAgICAgICAgICAgICAgICAgWyhtb2RlbCldPVwiYWRkcmVzcy5ob3VzZU5vXCJcbiAgICAgICAgICAgICAgICAgICAgICAgW3BsYWNlaG9sZGVyXT1cIidIT1VTRV9OTycgfCBsb2NhbGl6ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgIChibHVyKT1cImNoZWNrRm9yUG9zdGFsQ29kZUNoZWNrRXJyb3IoKVwiXG4gICAgICAgICAgICAgICAgICAgICAgIChtb2RlbENoYW5nZSk9XCJjaGFuZ2VIb3VzZU5vKClcIlxuICAgICAgICAgICAgICAgICAgICAgICByZXF1aXJlZFxuICAgICAgICA+PC9jby1pbnB1dC10ZXh0PlxuICAgICAgICA8Y28taW5wdXQtdGV4dCBbKG1vZGVsKV09XCJhZGRyZXNzLmhvdXNlTm9BZGRpdGlvblwiXG4gICAgICAgICAgICAgICAgICAgICAgIFtwbGFjZWhvbGRlcl09XCInSE9VU0VfTk9fQURESVRJT04nIHwgbG9jYWxpemVcIlxuICAgICAgICA+PC9jby1pbnB1dC10ZXh0PlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwicmVsYXRpb24tYWRkcmVzcy1kYXRhLXJvdyBkZWZhdWx0XCI+XG4gICAgICAgIDxjby1pbnB1dC10ZXh0IFsobW9kZWwpXT1cImFkZHJlc3Muc3RyZWV0TmFtZVwiIFtwbGFjZWhvbGRlcl09XCInU1RSRUVUJyB8IGxvY2FsaXplXCIgcmVxdWlyZWQ+PC9jby1pbnB1dC10ZXh0PlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwicmVsYXRpb24tYWRkcmVzcy1kYXRhLXJvdyBkZWZhdWx0XCI+XG4gICAgICAgIDxjby1pbnB1dC10ZXh0IFsobW9kZWwpXT1cImFkZHJlc3MuY2l0eVwiIFtwbGFjZWhvbGRlcl09XCInQ0lUWScgfCBsb2NhbGl6ZVwiIHJlcXVpcmVkPjwvY28taW5wdXQtdGV4dD5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cInJlbGF0aW9uLWFkZHJlc3MtYnV0dG9uLXdyYXBwZXJcIiAqbmdJZj1cInNob3dCdXR0b25zXCI+XG4gICAgICAgIDxjby1idXR0b24gW2xhYmVsXT1cIidTQVZFJyB8IGxvY2FsaXplXCIgKGNsaWNrKT1cInN1Ym1pdEZvcm0oKVwiPjwvY28tYnV0dG9uPlxuICAgICAgICA8Y28tYnV0dG9uIFtsYWJlbF09XCInQ0FOQ0VMJyB8IGxvY2FsaXplXCIgKGNsaWNrKT1cImNhbmNlbENsaWNrLmVtaXQoKVwiPjwvY28tYnV0dG9uPlxuICAgICAgPC9kaXY+XG4gICAgPC9jby1mb3JtPlxuICBgLFxuICBwcm92aWRlcnM6IFtcbiAgICBGb3JtTWFzdGVyU2VydmljZVxuICBdLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXG59KVxuZXhwb3J0IGNsYXNzIFJlbGF0aW9uQWRkcmVzc0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgQElucHV0KClcbiAgcHVibGljIGxhYmVsOiBzdHJpbmc7XG5cbiAgQElucHV0KClcbiAgcHVibGljIGFkZHJlc3M6IEFkZHJlc3MgPSBuZXcgQWRkcmVzcygpO1xuXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBzaG93QnV0dG9uczogYm9vbGVhbiA9IHRydWU7XG5cbiAgQE91dHB1dCgpXG4gIHB1YmxpYyBzYXZlQ2xpY2s6IEV2ZW50RW1pdHRlcjxBZGRyZXNzPiA9IG5ldyBFdmVudEVtaXR0ZXI8QWRkcmVzcz4oKTtcblxuICBAT3V0cHV0KClcbiAgcHVibGljIGNhbmNlbENsaWNrOiBFdmVudEVtaXR0ZXI8dm9pZD4gPSBuZXcgRXZlbnRFbWl0dGVyPHZvaWQ+KCk7XG5cbiAgQEhvc3RCaW5kaW5nKFwiY2xhc3MuY28tcmVsYXRpb24tYWRkcmVzc1wiKVxuICBwdWJsaWMgc2hvd0NsYXNzKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0cnVlO1xuICB9XG5cbiAgcHVibGljIGNvdW50cmllczogQ291bnRyeVtdID0gW107XG4gIHB1YmxpYyBmaWVsZHM6IE9iamVjdCA9IHt0ZXh0OiBcImRlc2NyaXB0aW9uXCIsIHZhbHVlOiBcImNvZGVcIn07XG5cbiAgcHVibGljIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgX2RpY3Rpb25hcnk6IERpY3Rpb25hcnlTZXJ2aWNlLFxuICAgIHByaXZhdGUgX2Nvbm5lY3RvcjogVHJhbnNhY3Rpb25Db25uZWN0b3JTZXJ2aWNlLFxuICAgIHByaXZhdGUgX2Zvcm1NYXN0ZXJTZXJ2aWNlOiBGb3JtTWFzdGVyU2VydmljZVxuICApIHtcbiAgfVxuXG4gIHB1YmxpYyBwb3N0YWxDb2RlQ2hlY2tFcnJvck1lc3NhZ2U6IHN0cmluZyA9IFwiXCI7XG5cbiAgcHJpdmF0ZSBfcHJldlBvc3RhbENvZGVGb3JDaGVjazogc3RyaW5nID0gXCJcIjtcbiAgcHJpdmF0ZSBfcHJldkhvdXNlTm9Gb3JDaGVjazogbnVtYmVyO1xuICBwcml2YXRlIF9hZGRyZXNzOiBBZGRyZXNzO1xuXG4gIGFzeW5jIG5nT25Jbml0KCk6IFByb21pc2U8dm9pZD4ge1xuICAgIHRoaXMuY291bnRyaWVzID0gYXdhaXQgdGhpcy5fY29ubmVjdG9yLmdldENvdW50cmllcygpO1xuICB9XG5cbiAgcHVibGljIHN1Ym1pdEZvcm0oKTogdm9pZCB7XG4gICAgaWYgKHRoaXMuX2Zvcm1NYXN0ZXJTZXJ2aWNlLnN1Ym1pdFNsYXZlcygpKSB7XG4gICAgICB0aGlzLnNhdmVDbGljay5uZXh0KHRoaXMuYWRkcmVzcyk7XG4gICAgfVxuICB9XG5cbiAgcHVibGljIGFzeW5jIGNoZWNrRm9yUG9zdGFsQ29kZUNoZWNrRXJyb3IoKTogUHJvbWlzZTx2b2lkPiB7XG4gICAgaWYgKCF0aGlzLmFkZHJlc3MucG9zdGFsQ29kZSB8fCBpc05pbGwodGhpcy5hZGRyZXNzLmhvdXNlTm8pKSB7XG4gICAgICB0aGlzLnBvc3RhbENvZGVDaGVja0Vycm9yTWVzc2FnZSA9IFwiXCI7XG4gICAgICByZXR1cm47XG4gICAgfVxuXG4gICAgaWYgKHRoaXMuX3ByZXZQb3N0YWxDb2RlRm9yQ2hlY2sgIT09IHRoaXMuYWRkcmVzcy5wb3N0YWxDb2RlIHx8IHRoaXMuX3ByZXZIb3VzZU5vRm9yQ2hlY2sgIT09IHRoaXMuYWRkcmVzcy5ob3VzZU5vKSB7XG4gICAgICB0aGlzLl9wcmV2UG9zdGFsQ29kZUZvckNoZWNrID0gdGhpcy5hZGRyZXNzLnBvc3RhbENvZGU7XG4gICAgICB0aGlzLl9wcmV2SG91c2VOb0ZvckNoZWNrID0gdGhpcy5hZGRyZXNzLmhvdXNlTm87XG4gICAgICBjb25zdCBwb3N0YWxDb2RlUmVzcG9uc2U6IEdldFBvc3RhbENvZGVSZXRyaWV2YWxPdXRwdXRQYXJhbXMgPSBhd2FpdCB0aGlzLl9jb25uZWN0b3IuZ2V0UG9zdGFsQ29kZVJldHJpZXZhbCgodGhpcy5hZGRyZXNzLnBvc3RhbENvZGUgPyB0aGlzLmFkZHJlc3MucG9zdGFsQ29kZSA6IFwiXCIpLFxuICAgICAgU3RyaW5nVXRpbHMuUGFyc2VTdHJpbmcodGhpcy5hZGRyZXNzLmhvdXNlTm8pKTtcbiAgICAgIGlmIChwb3N0YWxDb2RlUmVzcG9uc2UgJiYgcG9zdGFsQ29kZVJlc3BvbnNlLmlzQmFkQWRkcmVzcykge1xuICAgICAgICB0aGlzLnBvc3RhbENvZGVDaGVja0Vycm9yTWVzc2FnZSA9IHRoaXMuX2RpY3Rpb25hcnkuZ2V0KFwiVU5LTk9XTl9BRERSRVNTX0NIRUNLX0lUXCIpO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgdGhpcy5wb3N0YWxDb2RlQ2hlY2tFcnJvck1lc3NhZ2UgPSBcIlwiO1xuICAgICAgICB0aGlzLmFkZHJlc3Muc3RyZWV0TmFtZSA9IHBvc3RhbENvZGVSZXNwb25zZS5zdHJlZXQ7XG4gICAgICAgIHRoaXMuYWRkcmVzcy5jaXR5ID0gcG9zdGFsQ29kZVJlc3BvbnNlLmNpdHk7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgcHVibGljIGNoYW5nZUhvdXNlTm8oKTogdm9pZCB7XG4gICAgdGhpcy5hZGRyZXNzLmhvdXNlTm8gPSBOdW1iZXIodGhpcy5hZGRyZXNzLmhvdXNlTm8pO1xuICB9XG59XG4iXX0=
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { NgModule } from "@angular/core";
|
|
2
|
-
import { CommonModule } from "@angular/common";
|
|
3
|
-
import { RelationAddressComponent } from "./relation-address.component";
|
|
4
|
-
import { ButtonModule, FormModule, InputComboBoxModule, InputTextModule } from "@colijnit/corecomponents_v12";
|
|
5
|
-
import { CoreModule } from "../core/core.module";
|
|
6
|
-
import { PipeModule } from "../../pipe/pipe.module";
|
|
7
|
-
export class RelationAddressModule {
|
|
8
|
-
}
|
|
9
|
-
RelationAddressModule.decorators = [
|
|
10
|
-
{ type: NgModule, args: [{
|
|
11
|
-
imports: [
|
|
12
|
-
CommonModule,
|
|
13
|
-
InputComboBoxModule,
|
|
14
|
-
InputTextModule,
|
|
15
|
-
CoreModule,
|
|
16
|
-
FormModule,
|
|
17
|
-
ButtonModule,
|
|
18
|
-
PipeModule
|
|
19
|
-
],
|
|
20
|
-
declarations: [
|
|
21
|
-
RelationAddressComponent
|
|
22
|
-
],
|
|
23
|
-
exports: [
|
|
24
|
-
RelationAddressComponent
|
|
25
|
-
]
|
|
26
|
-
},] }
|
|
27
|
-
];
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVsYXRpb24tYWRkcmVzcy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC9yZWxhdGlvbi1hZGRyZXNzL3JlbGF0aW9uLWFkZHJlc3MubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxRQUFRLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDdkMsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQzdDLE9BQU8sRUFBQyx3QkFBd0IsRUFBQyxNQUFNLDhCQUE4QixDQUFDO0FBQ3RFLE9BQU8sRUFBQyxZQUFZLEVBQUUsVUFBVSxFQUFFLG1CQUFtQixFQUFFLGVBQWUsRUFBQyxNQUFNLDhCQUE4QixDQUFDO0FBQzVHLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSxxQkFBcUIsQ0FBQztBQUMvQyxPQUFPLEVBQUMsVUFBVSxFQUFDLE1BQU0sd0JBQXdCLENBQUM7QUFtQmxELE1BQU0sT0FBTyxxQkFBcUI7OztZQWpCakMsUUFBUSxTQUFDO2dCQUNOLE9BQU8sRUFBRTtvQkFDTCxZQUFZO29CQUNaLG1CQUFtQjtvQkFDbkIsZUFBZTtvQkFDZixVQUFVO29CQUNWLFVBQVU7b0JBQ1YsWUFBWTtvQkFDWixVQUFVO2lCQUNiO2dCQUNILFlBQVksRUFBRTtvQkFDWix3QkFBd0I7aUJBQ3pCO2dCQUNELE9BQU8sRUFBRTtvQkFDUCx3QkFBd0I7aUJBQ3pCO2FBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge05nTW9kdWxlfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQge0NvbW1vbk1vZHVsZX0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xyXG5pbXBvcnQge1JlbGF0aW9uQWRkcmVzc0NvbXBvbmVudH0gZnJvbSBcIi4vcmVsYXRpb24tYWRkcmVzcy5jb21wb25lbnRcIjtcclxuaW1wb3J0IHtCdXR0b25Nb2R1bGUsIEZvcm1Nb2R1bGUsIElucHV0Q29tYm9Cb3hNb2R1bGUsIElucHV0VGV4dE1vZHVsZX0gZnJvbSBcIkBjb2xpam5pdC9jb3JlY29tcG9uZW50c192MTJcIjtcclxuaW1wb3J0IHtDb3JlTW9kdWxlfSBmcm9tIFwiLi4vY29yZS9jb3JlLm1vZHVsZVwiO1xyXG5pbXBvcnQge1BpcGVNb2R1bGV9IGZyb20gXCIuLi8uLi9waXBlL3BpcGUubW9kdWxlXCI7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gICAgaW1wb3J0czogW1xyXG4gICAgICAgIENvbW1vbk1vZHVsZSxcclxuICAgICAgICBJbnB1dENvbWJvQm94TW9kdWxlLFxyXG4gICAgICAgIElucHV0VGV4dE1vZHVsZSxcclxuICAgICAgICBDb3JlTW9kdWxlLFxyXG4gICAgICAgIEZvcm1Nb2R1bGUsXHJcbiAgICAgICAgQnV0dG9uTW9kdWxlLFxyXG4gICAgICAgIFBpcGVNb2R1bGVcclxuICAgIF0sXHJcbiAgZGVjbGFyYXRpb25zOiBbXHJcbiAgICBSZWxhdGlvbkFkZHJlc3NDb21wb25lbnRcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIFJlbGF0aW9uQWRkcmVzc0NvbXBvbmVudFxyXG4gIF1cclxufSlcclxuZXhwb3J0IGNsYXNzIFJlbGF0aW9uQWRkcmVzc01vZHVsZSB7XHJcblxyXG59XHJcbiJdfQ==
|