@colijnit/transaction 12.1.77 → 12.1.78
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/.browserslistrc +18 -0
- package/.editorconfig +16 -0
- package/.eslintrc.json +49 -0
- package/README.md +13 -10
- package/angular.json +165 -0
- package/custom_webpack.config.js +6 -0
- package/e2e/protractor.conf.js +32 -0
- package/e2e/src/app.e2e-spec.ts +23 -0
- package/e2e/src/app.po.ts +11 -0
- package/e2e/tsconfig.json +13 -0
- package/import.bat +8 -0
- package/karma.conf.js +32 -0
- package/move-assets.js +14 -0
- package/package.json +92 -45
- package/projects/transaction/README.md +24 -0
- package/projects/transaction/karma.conf.js +44 -0
- package/projects/transaction/ng-package.json +13 -0
- package/projects/transaction/package.json +44 -0
- package/{lib/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.scss → projects/transaction/src/lib/assets/.gitkeep} +0 -0
- package/projects/transaction/src/lib/assets/dictionary/text.properties.ts +748 -0
- package/projects/transaction/src/lib/assets/icons/arrow_point_down.svg +6 -0
- package/projects/transaction/src/lib/assets/icons/arrow_point_left.svg +8 -0
- package/projects/transaction/src/lib/assets/icons/arrow_point_right.svg +8 -0
- package/projects/transaction/src/lib/assets/icons/article.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/at_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/barcode_regular.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/barcode_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/bars_filter.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/calendar_day.svg +37 -0
- package/projects/transaction/src/lib/assets/icons/calendar_day_regular.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/cancel.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/cart_check.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/cart_flatbed_boxes_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/cart_shopping_solid.svg +5 -0
- package/projects/transaction/src/lib/assets/icons/cash_register.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/credit_card_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/delivery_truck.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/edit_pencil.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/ellipsis_light.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/ellipsis_vertical_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/expand_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/file_circle_info_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/file_export_regular.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/file_export_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/file_pdf_regular.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/file_pdf_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/gear_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/grip_dots_vertical_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/ideal_logo.svg +38 -0
- package/projects/transaction/src/lib/assets/icons/inbox_in_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/list_regular.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/list_view.svg +8 -0
- package/projects/transaction/src/lib/assets/icons/location_dot_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/lock.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/lock_keyhole_open_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/lock_keyhole_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/magnifier.svg +12 -0
- package/projects/transaction/src/lib/assets/icons/map_marker.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/master_detail.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/memo_circle_check_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/menu.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/message_sms_regular.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/message_sms_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/object_intersect_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/pallet_boxes_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/pdf.svg +15 -0
- package/projects/transaction/src/lib/assets/icons/percent_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/plus_round.svg +9 -0
- package/projects/transaction/src/lib/assets/icons/plus_simple.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/print_regular.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/print_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/purchase.svg +15 -0
- package/projects/transaction/src/lib/assets/icons/resize.svg +3 -0
- package/projects/transaction/src/lib/assets/icons/share_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/shelves_light.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/shelves_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/side_panel.svg +7 -0
- package/projects/transaction/src/lib/assets/icons/slide_in.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/square_full.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/square_full_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/sync_alt.svg +3 -0
- package/projects/transaction/src/lib/assets/icons/tag.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/text_size_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/text_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/thick_lines.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/thin_lines.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/trash_bin.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/trash_can_light.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/triangle_down.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/triangle_up.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/truck.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/truck_arrow_right_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/truck_container_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/truck_fast_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/truck_moving_solid.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/txt.svg +9 -0
- package/projects/transaction/src/lib/assets/icons/unlock.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/warehouse.svg +1 -0
- package/projects/transaction/src/lib/assets/icons/x_solid.svg +1 -0
- package/projects/transaction/src/lib/cache/cache-field.ts +91 -0
- package/projects/transaction/src/lib/cache/parameter-cache-field.ts +63 -0
- package/projects/transaction/src/lib/cache/service/business-object-cache-manager.service.ts +194 -0
- package/projects/transaction/src/lib/cache/service/select-multiple-cache.service.ts +36 -0
- package/projects/transaction/src/lib/cache/service/select-multiple-parameterized-cache.service.ts +46 -0
- package/projects/transaction/src/lib/cache/service/select-single-cache.service.ts +28 -0
- package/projects/transaction/src/lib/component/animated-checkbox/animated-checkbox.component.ts +26 -0
- package/projects/transaction/src/lib/component/animated-checkbox/animated-checkbox.module.ts +19 -0
- package/{lib → projects/transaction/src/lib}/component/animated-checkbox/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/animated-checkbox/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/animated-checkbox/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/animated-checkbox/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/avatar/avatar.component.ts +120 -0
- package/projects/transaction/src/lib/component/avatar/avatar.module.ts +20 -0
- package/{lib → projects/transaction/src/lib}/component/avatar/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/avatar/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/avatar/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/avatar/style/material.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/checkout/checkout-login/checkout-login.component.scss +0 -0
- package/projects/transaction/src/lib/component/checkout/checkout-login/checkout-login.component.ts +115 -0
- package/{lib/component/core/base/components/characteristic-answer/style/_material-definition.scss → projects/transaction/src/lib/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.scss} +0 -0
- package/projects/transaction/src/lib/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.ts +50 -0
- package/projects/transaction/src/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.ts +296 -0
- package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-delivery-edit/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-delivery-edit/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-delivery-edit/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-delivery-edit/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.ts +107 -0
- package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-payment/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-payment/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-payment/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-payment/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.ts +256 -0
- package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-relation-edit/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-relation-edit/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-relation-edit/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/checkout/checkout-overview-relation-edit/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/checkout/checkout.component.ts +205 -0
- package/projects/transaction/src/lib/component/checkout/checkout.module.ts +144 -0
- package/{lib → projects/transaction/src/lib}/component/checkout/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/checkout/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/checkout/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/checkout/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/confirmation-dialog/confirmation-dialog.component.ts +72 -0
- package/projects/transaction/src/lib/component/confirmation-dialog/confirmation-dialog.module.ts +23 -0
- package/{lib → projects/transaction/src/lib}/component/confirmation-dialog/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/confirmation-dialog/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/confirmation-dialog/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/confirmation-dialog/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/core/base/components/characteristic-answer/characteristic-answer.component.ts +87 -0
- package/projects/transaction/src/lib/component/core/base/components/characteristic-answer/characteristic-answer.module.ts +25 -0
- package/{lib → projects/transaction/src/lib}/component/core/base/components/characteristic-answer/style/_layout.scss +0 -0
- package/{lib/component/core/base/components/default-ok-cancel-buttons → projects/transaction/src/lib/component/core/base/components/characteristic-answer}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/core/base/components/characteristic-answer/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/core/base/components/characteristic-answer/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/core/base/components/default-ok-cancel-buttons/default-ok-cancel-buttons.component.ts +46 -0
- package/projects/transaction/src/lib/component/core/base/components/default-ok-cancel-buttons/default-ok-cancel-buttons.module.ts +20 -0
- package/{lib → projects/transaction/src/lib}/component/core/base/components/default-ok-cancel-buttons/style/_layout.scss +0 -0
- package/{lib/component/core/base/components/warehouse → projects/transaction/src/lib/component/core/base/components/default-ok-cancel-buttons}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/core/base/components/default-ok-cancel-buttons/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/core/base/components/default-ok-cancel-buttons/style/material.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/core/base/components/transaction-header-block/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/core/base/components/transaction-header-block/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/core/base/components/transaction-header-block/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/core/base/components/transaction-header-block/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/core/base/components/transaction-header-block/transaction-header-block.component.ts +51 -0
- package/projects/transaction/src/lib/component/core/base/components/transaction-header-block/transaction-header-block.module.ts +17 -0
- package/{lib → projects/transaction/src/lib}/component/core/base/components/warehouse/style/_layout.scss +0 -0
- package/{lib/component/dialog/catalog/dialog-catalog → projects/transaction/src/lib/component/core/base/components/warehouse}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/core/base/components/warehouse/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/core/base/components/warehouse/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/core/base/components/warehouse/warehouse.component.ts +65 -0
- package/projects/transaction/src/lib/component/core/base/components/warehouse/warehouse.module.ts +24 -0
- package/projects/transaction/src/lib/component/core/base/dialog-base.component.ts +8 -0
- package/projects/transaction/src/lib/component/core/base/dialog-transaction-base.component.ts +44 -0
- package/projects/transaction/src/lib/component/core/base/dynamic-base-component.ts +8 -0
- package/projects/transaction/src/lib/component/core/base/transaction-base.component.ts +188 -0
- package/projects/transaction/src/lib/component/core/base/transaction-filter-base.component.ts +70 -0
- package/projects/transaction/src/lib/component/core/base/transaction-filter-content-base.component.ts +49 -0
- package/projects/transaction/src/lib/component/core/base/transaction-filter-popup-base.component.ts +113 -0
- package/projects/transaction/src/lib/component/core/base/transaction-grid-base.component.ts +54 -0
- package/projects/transaction/src/lib/component/core/base/transaction-header-filter-popup-base.component.ts +124 -0
- package/projects/transaction/src/lib/component/core/base/transaction-input-field-base.component.ts +54 -0
- package/projects/transaction/src/lib/component/core/base/transaction-lines-grid-view-base.component.ts +6 -0
- package/projects/transaction/src/lib/component/core/base/transaction-lines-list-view-base.component.ts +6 -0
- package/projects/transaction/src/lib/component/core/base/transaction-search-grid-base.component.ts +24 -0
- package/projects/transaction/src/lib/component/core/base/transaction-search-tile-base.component.ts +30 -0
- package/projects/transaction/src/lib/component/core/characteristic-answer/characteristic-answer.component.ts +104 -0
- package/projects/transaction/src/lib/component/core/core.module.ts +47 -0
- package/projects/transaction/src/lib/component/core/directive/lazy-render-master.directive.ts +47 -0
- package/projects/transaction/src/lib/component/core/directive/lazy-render.directive.ts +37 -0
- package/projects/transaction/src/lib/component/core/directive/template-wrapper.directive.ts +72 -0
- package/projects/transaction/src/lib/component/core/enum/app-popup-button-type.enum.ts +9 -0
- package/projects/transaction/src/lib/component/core/enum/app-popup-type.enum.ts +6 -0
- package/{lib → projects/transaction/src/lib}/component/core/icon/icon.component.scss +0 -0
- package/projects/transaction/src/lib/component/core/icon/icon.component.ts +33 -0
- package/projects/transaction/src/lib/component/core/image-display/image-display.component.ts +27 -0
- package/{lib → projects/transaction/src/lib}/component/core/image-display/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/core/image-display/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/core/image-display/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/core/image-display/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/core/relation/customer-groups.component.ts +47 -0
- package/{lib → projects/transaction/src/lib}/component/core/relation/relation-customer-groups.component.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/core/stock-status-indicator/stock-status-indicator.component.scss +0 -0
- package/projects/transaction/src/lib/component/core/stock-status-indicator/stock-status-indicator.component.ts +25 -0
- package/projects/transaction/src/lib/component/delivery-type-tile/delivery-type-tile.component.ts +48 -0
- package/projects/transaction/src/lib/component/delivery-type-tile/delivery-type-tile.module.ts +25 -0
- package/{lib → projects/transaction/src/lib}/component/delivery-type-tile/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/delivery-type-tile/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/delivery-type-tile/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/delivery-type-tile/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.component.ts +53 -0
- package/projects/transaction/src/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.module.ts +21 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/catalog/dialog-catalog/style/_layout.scss +0 -0
- package/{lib/component/dialog/transaction-header/dialog-transaction-header-branch → projects/transaction/src/lib/component/dialog/catalog/dialog-catalog}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/catalog/dialog-catalog/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/catalog/dialog-catalog/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/dialog/dialog-header-search/dialog-header-search.component.ts +40 -0
- package/projects/transaction/src/lib/component/dialog/dialog-header-search/dialog-header-search.module.ts +21 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/dialog-header-search/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/dialog-header-search/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/dialog-header-search/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/dialog-header-search/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/dialog/transaction-header/dialog-transaction-header-branch/dialog-transaction-header-branch.component.ts +24 -0
- package/projects/transaction/src/lib/component/dialog/transaction-header/dialog-transaction-header-branch/dialog-transaction-header-branch.module.ts +23 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-branch/style/_layout.scss +0 -0
- package/{lib/component/discount → projects/transaction/src/lib/component/dialog/transaction-header/dialog-transaction-header-branch}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-branch/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-branch/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/dialog/transaction-header/dialog-transaction-header-delivery-method/dialog-transaction-header-delivery-method.component.ts +35 -0
- package/projects/transaction/src/lib/component/dialog/transaction-header/dialog-transaction-header-delivery-method/dialog-transaction-header-delivery-method.module.ts +26 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-delivery-method/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-delivery-method/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-delivery-method/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-delivery-method/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.component.ts +70 -0
- package/projects/transaction/src/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.module.ts +27 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-discount/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-discount/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-discount/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-header/dialog-transaction-header-discount/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/dialog-transaction-line-commission-code.component.ts +33 -0
- package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/dialog-transaction-line-commission-code.module.ts +26 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-commission-code/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-commission-code/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-commission-code/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-commission-code/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-delivery-method/dialog-transaction-line-delivery-method.component.ts +34 -0
- package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-delivery-method/dialog-transaction-line-delivery-method.module.ts +26 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-delivery-method/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-delivery-method/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-delivery-method/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-delivery-method/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-discount/dialog-transaction-line-discount.component.ts +93 -0
- package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-discount/dialog-transaction-line-discount.module.ts +34 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-discount/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-discount/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-discount/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-discount/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-price-list/dialog-transaction-line-price-list.component.ts +34 -0
- package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-price-list/dialog-transaction-line-price-list.module.ts +26 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-price-list/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-price-list/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-price-list/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-price-list/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/dialog-transaction-line-supplier.component.ts +34 -0
- package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/dialog-transaction-line-supplier.module.ts +26 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-supplier/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-supplier/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-supplier/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-supplier/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-vat/dialog-transaction-line-vat.component.ts +35 -0
- package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-vat/dialog-transaction-line-vat.module.ts +26 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-vat/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-vat/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-vat/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-vat/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse/dialog-transaction-line-warehouse.component.ts +33 -0
- package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse/dialog-transaction-line-warehouse.module.ts +26 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.component.ts +84 -0
- package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.module.ts +29 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.component.ts +42 -0
- package/projects/transaction/src/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.module.ts +26 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/discount/discount.component.ts +120 -0
- package/projects/transaction/src/lib/component/discount/discount.module.ts +26 -0
- package/{lib → projects/transaction/src/lib}/component/discount/style/_layout.scss +0 -0
- package/{lib/component/payment-qr-code → projects/transaction/src/lib/component/discount}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/discount/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/discount/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/down-payment/down-payment.component.ts +77 -0
- package/projects/transaction/src/lib/component/down-payment/down-payment.module.ts +25 -0
- package/{lib → projects/transaction/src/lib}/component/down-payment/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/down-payment/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/down-payment/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/down-payment/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/editable-label/editable-label.component.ts +74 -0
- package/projects/transaction/src/lib/component/editable-label/editable-label.module.ts +18 -0
- package/{lib → projects/transaction/src/lib}/component/editable-label/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/editable-label/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/editable-label/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/editable-label/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/loader/loader.component.ts +49 -0
- package/projects/transaction/src/lib/component/loader/loader.module.ts +17 -0
- package/{lib → projects/transaction/src/lib}/component/loader/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/loader/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/loader/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/loader/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/order-confirmation-create/order-confirmation-create.component.ts +42 -0
- package/projects/transaction/src/lib/component/order-confirmation-create/order-confirmation-create.module.ts +26 -0
- package/{lib → projects/transaction/src/lib}/component/order-confirmation-create/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/order-confirmation-create/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/order-confirmation-create/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/order-confirmation-create/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/payment/payment.component.ts +264 -0
- package/projects/transaction/src/lib/component/payment/payment.module.ts +36 -0
- package/{lib → projects/transaction/src/lib}/component/payment/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/payment/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/payment/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/payment/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/payment-qr-code/payment-qr-code.component.ts +24 -0
- package/projects/transaction/src/lib/component/payment-qr-code/payment-qr-code.module.ts +21 -0
- package/{lib → projects/transaction/src/lib}/component/payment-qr-code/style/_layout.scss +0 -0
- package/{lib/component/payment-tile → projects/transaction/src/lib/component/payment-qr-code}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/payment-qr-code/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/payment-qr-code/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/payment-tile/payment-tile.component.ts +38 -0
- package/projects/transaction/src/lib/component/payment-tile/payment-tile.module.ts +24 -0
- package/{lib → projects/transaction/src/lib}/component/payment-tile/style/_layout.scss +0 -0
- package/{lib/component/relation/relation-suggestions-list → projects/transaction/src/lib/component/payment-tile}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/payment-tile/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/payment-tile/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/quick-send-button/quick-send-button.component.ts +60 -0
- package/projects/transaction/src/lib/component/quick-send-button/quick-send-button.module.ts +25 -0
- package/{lib → projects/transaction/src/lib}/component/quick-send-button/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/quick-send-button/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/quick-send-button/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/quick-send-button/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/relation/relation-address/relation-address.component.ts +113 -0
- package/projects/transaction/src/lib/component/relation/relation-address/relation-address.module.ts +28 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-address/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-address/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-address/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-address/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/relation/relation-address-select/relation-address-select.component.ts +158 -0
- package/projects/transaction/src/lib/component/relation/relation-address-select/relation-address-select.module.ts +32 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-address-select/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-address-select/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-address-select/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-address-select/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/relation/relation-address-tile/relation-address-tile.component.ts +70 -0
- package/projects/transaction/src/lib/component/relation/relation-address-tile/relation-address-tile.module.ts +31 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-address-tile/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-address-tile/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-address-tile/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-address-tile/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/relation/relation-addresses/relation-addresses.component.ts +123 -0
- package/projects/transaction/src/lib/component/relation/relation-addresses/relation-addresses.module.ts +32 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-addresses/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-addresses/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-addresses/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-addresses/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/relation/relation-base.component.ts +33 -0
- package/projects/transaction/src/lib/component/relation/relation-contact-details/relation-contact-details.component.ts +65 -0
- package/projects/transaction/src/lib/component/relation/relation-contact-details/relation-contact-details.module.ts +22 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-contact-details/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-contact-details/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-contact-details/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-contact-details/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/relation/relation-general/relation-general.component.ts +237 -0
- package/projects/transaction/src/lib/component/relation/relation-general/relation-general.module.ts +25 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-general/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-general/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-general/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-general/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/relation/relation-preferences/relation-preferences.component.ts +64 -0
- package/projects/transaction/src/lib/component/relation/relation-preferences/relation-preferences.module.ts +19 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-preferences/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-preferences/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-preferences/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-preferences/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/relation/relation-suggestions-list/relation-suggestions-list.component.ts +28 -0
- package/projects/transaction/src/lib/component/relation/relation-suggestions-list/relation-suggestions-list.module.ts +19 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-suggestions-list/style/_layout.scss +0 -0
- package/{lib/component/relation/relation-type → projects/transaction/src/lib/component/relation/relation-suggestions-list}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-suggestions-list/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-suggestions-list/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/relation/relation-suggestions-list-item/relation-suggestions-list-item.component.ts +33 -0
- package/projects/transaction/src/lib/component/relation/relation-suggestions-list-item/relation-suggestions-list-item.module.ts +17 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-suggestions-list-item/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-suggestions-list-item/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-suggestions-list-item/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-suggestions-list-item/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/relation/relation-type/relation-type.component.ts +48 -0
- package/projects/transaction/src/lib/component/relation/relation-type/relation-type.module.ts +21 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-type/style/_layout.scss +0 -0
- package/{lib/component/transaction-allocate-goods-history → projects/transaction/src/lib/component/relation/relation-type}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-type/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/relation/relation-type/style/material.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/shared/transaction-article-text/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/shared/transaction-article-text/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/shared/transaction-article-text/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/shared/transaction-article-text/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/shared/transaction-article-text/transaction-article-text.component.ts +181 -0
- package/projects/transaction/src/lib/component/shared/transaction-article-text/transaction-article-text.module.ts +40 -0
- package/{lib → projects/transaction/src/lib}/component/shared/transaction-article-text-overview/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/shared/transaction-article-text-overview/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/shared/transaction-article-text-overview/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/shared/transaction-article-text-overview/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/shared/transaction-article-text-overview/transaction-article-text-overview.component.ts +145 -0
- package/projects/transaction/src/lib/component/shared/transaction-article-text-overview/transaction-article-text-overview.module.ts +27 -0
- package/projects/transaction/src/lib/component/shopping-cart/shopping-cart.component.ts +73 -0
- package/projects/transaction/src/lib/component/shopping-cart/shopping-cart.module.ts +25 -0
- package/{lib → projects/transaction/src/lib}/component/shopping-cart/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/shopping-cart/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/shopping-cart/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/shopping-cart/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/shopping-cart-OLD/ione-shopping-cart.component.ts +190 -0
- package/projects/transaction/src/lib/component/shopping-cart-OLD/ione-shopping-cart.module.ts +81 -0
- package/{lib → projects/transaction/src/lib}/component/shopping-cart-OLD/shopping-cart-manager/shopping-cart-manager.component.scss +0 -0
- package/projects/transaction/src/lib/component/shopping-cart-OLD/shopping-cart-manager/shopping-cart-manager.component.ts +508 -0
- package/projects/transaction/src/lib/component/shopping-cart-preview/shopping-cart-preview.component.ts +59 -0
- package/projects/transaction/src/lib/component/shopping-cart-preview/shopping-cart-preview.module.ts +27 -0
- package/{lib → projects/transaction/src/lib}/component/shopping-cart-preview/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/shopping-cart-preview/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/shopping-cart-preview/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/shopping-cart-preview/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/stepper/component/stepper-step.component.ts +45 -0
- package/projects/transaction/src/lib/component/stepper/stepper.component.ts +148 -0
- package/projects/transaction/src/lib/component/stepper/stepper.module.ts +28 -0
- package/{lib → projects/transaction/src/lib}/component/stepper/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/stepper/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/stepper/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/stepper/style/material.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/tile/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/tile/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/tile/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/tile/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/tile/tile.component.ts +31 -0
- package/projects/transaction/src/lib/component/tile/tile.module.ts +18 -0
- package/projects/transaction/src/lib/component/toast/style/_layout.scss +24 -0
- package/projects/transaction/src/lib/component/toast/style/_material-definition.scss +6 -0
- package/projects/transaction/src/lib/component/toast/style/_theme.scss +10 -0
- package/{lib/component/transaction-allocate-goods-history → projects/transaction/src/lib/component/toast}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/toast/toast.component.ts +35 -0
- package/projects/transaction/src/lib/component/toast/toast.module.ts +17 -0
- package/projects/transaction/src/lib/component/transaction/style/_layout.scss +56 -0
- package/{lib → projects/transaction/src/lib}/component/transaction/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction/style/_theme.scss +0 -0
- package/projects/transaction/src/lib/component/transaction/style/material.scss +14 -0
- package/projects/transaction/src/lib/component/transaction/transaction.component.ts +206 -0
- package/projects/transaction/src/lib/component/transaction/transaction.module.ts +68 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-allocate-goods-history/style/_layout.scss +0 -0
- package/{lib/component/transaction-grid/transaction-available-stock-grid → projects/transaction/src/lib/component/transaction-allocate-goods-history}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-allocate-goods-history/style/_theme.scss +0 -0
- package/{lib/component/transaction-line-checkbox-list → projects/transaction/src/lib/component/transaction-allocate-goods-history}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-allocate-goods-history/transaction-allocate-goods-history.component.ts +95 -0
- package/projects/transaction/src/lib/component/transaction-allocate-goods-history/transaction-allocate-goods-history.module.ts +26 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-button-bar/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-button-bar/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-button-bar/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-button-bar/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button-base.component.ts +45 -0
- package/projects/transaction/src/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button.component.ts +76 -0
- package/projects/transaction/src/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-purchase-button-bar-button.component.ts +40 -0
- package/projects/transaction/src/lib/component/transaction-button-bar/transaction-button-bar.component.ts +63 -0
- package/projects/transaction/src/lib/component/transaction-button-bar/transaction-button-bar.module.ts +33 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card/style/_layout.scss +12 -0
- package/{lib/component/transaction-line-side-panel-purchase → projects/transaction/src/lib/component/transaction-card/transaction-card}/style/_material-definition.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card/style/_theme.scss +4 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card/style/material.scss +7 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card/transaction-card.component.ts +125 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card/transaction-card.module.ts +28 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card-footer/style/_layout.scss +25 -0
- package/{lib/component/transaction-grid/transaction-grid → projects/transaction/src/lib/component/transaction-card/transaction-card-footer}/style/_material-definition.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card-footer/style/_theme.scss +4 -0
- package/{lib/component/transaction-grid/transaction-received-goods-grid → projects/transaction/src/lib/component/transaction-card/transaction-card-footer}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card-footer/transaction-card-footer.component.ts +59 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card-footer/transaction-card-footer.module.ts +24 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card-header/style/_layout.scss +66 -0
- package/{lib/component/transaction-grid/transaction-received-goods-grid → projects/transaction/src/lib/component/transaction-card/transaction-card-header}/style/_material-definition.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card-header/style/_theme.scss +4 -0
- package/{lib/component/transaction-header-fields/transaction-header-delivery-options → projects/transaction/src/lib/component/transaction-card/transaction-card-header}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card-header/transaction-card-header.component.ts +68 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card-header/transaction-card-header.module.ts +31 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card-purchase-overview/style/_layout.scss +67 -0
- package/{lib/component/transaction-line-fields/transaction-line-price → projects/transaction/src/lib/component/transaction-card/transaction-card-purchase-overview}/style/_material-definition.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card-purchase-overview/style/_theme.scss +4 -0
- package/{lib/component/transaction-line-fields/transaction-line-price → projects/transaction/src/lib/component/transaction-card/transaction-card-purchase-overview}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card-purchase-overview/transaction-card-purchase-overview.component.ts +64 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card-purchase-overview/transaction-card-purchase-overview.module.ts +44 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card-sales-overview/style/_layout.scss +4 -0
- package/{lib/component/transaction-line-grid → projects/transaction/src/lib/component/transaction-card/transaction-card-sales-overview}/style/_material-definition.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card-sales-overview/style/_theme.scss +4 -0
- package/{lib/component/transaction-line/transaction-base-line → projects/transaction/src/lib/component/transaction-card/transaction-card-sales-overview}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card-sales-overview/transaction-card-sales-overview.component.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-card/transaction-card-sales-overview/transaction-card-sales-overview.module.ts +18 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-confirmation-details/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-confirmation-details/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-confirmation-details/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-confirmation-details/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-confirmation-details/transaction-confirmation-details.component.ts +148 -0
- package/projects/transaction/src/lib/component/transaction-confirmation-details/transaction-confirmation-details.module.ts +40 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-confirmation-history/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-confirmation-history/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-confirmation-history/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-confirmation-history/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-confirmation-history/transaction-confirmation-history.component.ts +129 -0
- package/projects/transaction/src/lib/component/transaction-confirmation-history/transaction-confirmation-history.module.ts +38 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-available-stock-grid/style/_layout.scss +0 -0
- package/{lib/component/transaction-line-side-panel-sales → projects/transaction/src/lib/component/transaction-grid/transaction-available-stock-grid}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-available-stock-grid/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-available-stock-grid/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-grid/transaction-available-stock-grid/transaction-available-stock-grid.component.ts +107 -0
- package/projects/transaction/src/lib/component/transaction-grid/transaction-available-stock-grid/transaction-available-stock-grid.module.ts +23 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-base-grid/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-base-grid/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-base-grid/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-base-grid/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-grid/transaction-base-grid/transaction-base-grid.component.ts +49 -0
- package/projects/transaction/src/lib/component/transaction-grid/transaction-base-grid/transaction-base-grid.module.ts +31 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-grid/style/_layout.scss +0 -0
- package/{lib/component/transaction-line/transaction-goods-allocation-line → projects/transaction/src/lib/component/transaction-grid/transaction-grid}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-grid/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-grid/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-grid/transaction-grid/transaction-grid.component.ts +91 -0
- package/projects/transaction/src/lib/component/transaction-grid/transaction-grid/transaction-grid.module.ts +17 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-history-grid/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-history-grid/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-history-grid/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-history-grid/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-grid/transaction-history-grid/transaction-history-grid.component.ts +102 -0
- package/projects/transaction/src/lib/component/transaction-grid/transaction-history-grid/transaction-history-grid.module.ts +26 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-lines-grid/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-lines-grid/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-lines-grid/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-lines-grid/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.component.ts +119 -0
- package/projects/transaction/src/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.module.ts +48 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-order-confirmation-grid/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-order-confirmation-grid/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-order-confirmation-grid/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-order-confirmation-grid/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-grid/transaction-order-confirmation-grid/transaction-order-confirmation-grid.component.ts +48 -0
- package/projects/transaction/src/lib/component/transaction-grid/transaction-order-confirmation-grid/transaction-order-confirmation-grid.module.ts +28 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-received-goods-grid/style/_layout.scss +0 -0
- package/{lib/component/transaction-line/transaction-order-delivery-line → projects/transaction/src/lib/component/transaction-grid/transaction-received-goods-grid}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-grid/transaction-received-goods-grid/style/_theme.scss +0 -0
- package/{lib/component/transaction-line/transaction-goods-allocation-line → projects/transaction/src/lib/component/transaction-grid/transaction-received-goods-grid}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.component.ts +165 -0
- package/projects/transaction/src/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.module.ts +41 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/style/material.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-header/transaction-header/transaction-header.component.ts +51 -0
- package/projects/transaction/src/lib/component/transaction-header/transaction-header/transaction-header.module.ts +28 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-delivery/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-delivery/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-delivery/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-delivery/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.ts +128 -0
- package/projects/transaction/src/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.module.ts +45 -0
- package/projects/transaction/src/lib/component/transaction-header/transaction-header-order/style/_layout.scss +55 -0
- package/projects/transaction/src/lib/component/transaction-header/transaction-header-order/style/_material-definition.scss +13 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-order/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-order/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-header/transaction-header-order/transaction-header-order.component.ts +51 -0
- package/projects/transaction/src/lib/component/transaction-header/transaction-header-order/transaction-header-order.module.ts +30 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-payment/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-payment/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-payment/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-payment/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.ts +118 -0
- package/projects/transaction/src/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.module.ts +33 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-relation/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-relation/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-relation/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header/transaction-header-relation/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.ts +235 -0
- package/projects/transaction/src/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.module.ts +43 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.ts +60 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-administrative-relation.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-branch.component.ts +76 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-branch.module.ts +24 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-definitive.component.ts +41 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-definitive.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-delivery-date.component.ts +46 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-delivery-date.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-delivery-method.component.ts +94 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-delivery-method.module.ts +27 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header-fields/transaction-header-delivery-options/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header-fields/transaction-header-delivery-options/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-header-fields/transaction-header-delivery-options/style/_theme.scss +0 -0
- package/{lib/component/transaction-line/transaction-order-delivery-line → projects/transaction/src/lib/component/transaction-header-fields/transaction-header-delivery-options}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.component.ts +77 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-discount-amount.component.ts +50 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-discount-amount.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-discount-button.component.ts +51 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-discount-button.module.ts +24 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-discount-percentage.component.ts +50 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-discount-percentage.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-discount-transaction-total.component.ts +51 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-discount-transaction-total.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-downpayment-amount.component.ts +49 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-downpayment-amount.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-downpayment-percentage.component.ts +49 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-downpayment-percentage.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-marketing.component.ts +48 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-marketing.module.ts +24 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-partial-delivery.component.ts +47 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-partial-delivery.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.component.ts +51 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-reference.component.ts +48 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-reference.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-relation-reference.component.ts +48 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-relation-reference.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-remarks.component.ts +48 -0
- package/projects/transaction/src/lib/component/transaction-header-fields/transaction-header-remarks.module.ts +21 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-history-grid-status/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-history-grid-status/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-history-grid-status/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-history-grid-status/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-history-grid-status/transaction-history-grid-status.component.ts +51 -0
- package/projects/transaction/src/lib/component/transaction-history-grid-status/transaction-history-grid-status.module.ts +21 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-base-line/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-base-line/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-base-line/style/_theme.scss +0 -0
- package/{lib/component/transaction-line/transaction-receive-goods-line → projects/transaction/src/lib/component/transaction-line/transaction-base-line}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-line/transaction-base-line/transaction-base-line.component.ts +93 -0
- package/projects/transaction/src/lib/component/transaction-line/transaction-base-line/transaction-base-line.module.ts +28 -0
- package/projects/transaction/src/lib/component/transaction-line/transaction-goods-allocation-line/service/transaction-allocate-goods.service.ts +67 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-goods-allocation-line/style/_layout.scss +0 -0
- package/{lib/component/transaction-search/transaction-filter-historic-state → projects/transaction/src/lib/component/transaction-line/transaction-goods-allocation-line}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-goods-allocation-line/style/_theme.scss +0 -0
- package/{lib/component/transaction-quick-access/transaction-quick-access-goods-allocation → projects/transaction/src/lib/component/transaction-line/transaction-goods-allocation-line}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-line/transaction-goods-allocation-line/transaction-goods-allocation-line.component.ts +115 -0
- package/projects/transaction/src/lib/component/transaction-line/transaction-goods-allocation-line/transaction-goods-allocation-line.module.ts +35 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-line/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-line/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-line/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-line/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-line/transaction-line/transaction-line.component.ts +143 -0
- package/projects/transaction/src/lib/component/transaction-line/transaction-line/transaction-line.module.ts +20 -0
- package/projects/transaction/src/lib/component/transaction-line/transaction-order-delivery-line/service/transaction-order-delivery.service.ts +70 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-order-delivery-line/style/_layout.scss +0 -0
- package/{lib/component/transaction-search/transaction-filter-item → projects/transaction/src/lib/component/transaction-line/transaction-order-delivery-line}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-order-delivery-line/style/_theme.scss +0 -0
- package/{lib/component/transaction-quick-access/transaction-quick-access-order-confirmation → projects/transaction/src/lib/component/transaction-line/transaction-order-delivery-line}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.component.ts +178 -0
- package/projects/transaction/src/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.module.ts +41 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-overview-line/style/_layout.scss +0 -0
- package/{lib/component/transaction-search/transaction-filter/transaction-filter → projects/transaction/src/lib/component/transaction-line/transaction-overview-line}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-overview-line/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-overview-line/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.component.ts +95 -0
- package/projects/transaction/src/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.module.ts +60 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-purchase-line/style/_layout.scss +0 -0
- package/{lib/component/transaction-search/transaction-search-grid/transaction-search-grid → projects/transaction/src/lib/component/transaction-line/transaction-purchase-line}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-purchase-line/style/_theme.scss +0 -0
- package/{lib/component/transaction-quick-access/transaction-quick-access-order-delivery → projects/transaction/src/lib/component/transaction-line/transaction-purchase-line}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.ts +105 -0
- package/projects/transaction/src/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.module.ts +44 -0
- package/projects/transaction/src/lib/component/transaction-line/transaction-receive-goods-line/service/transaction-receive-goods.service.ts +73 -0
- package/projects/transaction/src/lib/component/transaction-line/transaction-receive-goods-line/style/_layout.scss +41 -0
- package/{lib/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid → projects/transaction/src/lib/component/transaction-line/transaction-receive-goods-line}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line/transaction-receive-goods-line/style/_theme.scss +0 -0
- package/{lib/component/transaction-quick-access/transaction-quick-access-order-purchase → projects/transaction/src/lib/component/transaction-line/transaction-receive-goods-line}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.component.ts +130 -0
- package/projects/transaction/src/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.module.ts +46 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-action-buttons/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-action-buttons/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-action-buttons/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-action-buttons/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-line-action-buttons/transaction-line-action-buttons.component.ts +224 -0
- package/projects/transaction/src/lib/component/transaction-line-action-buttons/transaction-line-action-buttons.module.ts +30 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-checkbox-list/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-checkbox-list/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-checkbox-list/style/_theme.scss +0 -0
- package/{lib/component/transaction-line-image-and-description → projects/transaction/src/lib/component/transaction-line-checkbox-list}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-line-checkbox-list/transaction-line-checkbox-list.component.ts +58 -0
- package/projects/transaction/src/lib/component/transaction-line-checkbox-list/transaction-line-checkbox-list.module.ts +23 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-amount.component.ts +46 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-amount.module.ts +19 -0
- package/{lib/component/transaction-line/transaction-overview-line/style/_material-definition.scss → projects/transaction/src/lib/component/transaction-line-fields/transaction-line-assembly-time.component.ts} +0 -0
- package/{lib/component/transaction-line/transaction-purchase-line/style/_material-definition.scss → projects/transaction/src/lib/component/transaction-line-fields/transaction-line-assembly-time.module.ts} +0 -0
- package/{lib/component/transaction-line/transaction-receive-goods-line/style/_material-definition.scss → projects/transaction/src/lib/component/transaction-line-fields/transaction-line-collection-code.component.ts} +0 -0
- package/{lib/component/transaction-quick-access/transaction-quick-access-goods-allocation/style/_material-definition.scss → projects/transaction/src/lib/component/transaction-line-fields/transaction-line-collection-code.module.ts} +0 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-commission-button.component.ts +51 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-commission-button.module.ts +22 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-commission-code.component.ts +55 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-commission-code.module.ts +24 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-delivery-button.component.ts +58 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-delivery-button.module.ts +22 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-delivery-date-button.component.ts +34 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-delivery-date-button.module.ts +22 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-delivery-date.component.ts +56 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-delivery-date.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-delivery-method.component.ts +51 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-delivery-method.module.ts +24 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-description.component.ts +61 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-description.module.ts +22 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-discount-amount.component.ts +49 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-discount-amount.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-discount-button.component.ts +53 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-discount-button.module.ts +24 -0
- package/{lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/style/_material-definition.scss → projects/transaction/src/lib/component/transaction-line-fields/transaction-line-edit-time.component.ts} +0 -0
- package/{lib/component/transaction-quick-access/transaction-quick-access-order-delivery/style/_material-definition.scss → projects/transaction/src/lib/component/transaction-line-fields/transaction-line-edit-time.module.ts} +0 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-line-discount.component.ts +49 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-line-discount.module.ts +21 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-fields/transaction-line-price/style/_layout.scss +0 -0
- package/{lib/component/transaction-quick-access/transaction-quick-access-order-purchase → projects/transaction/src/lib/component/transaction-line-fields/transaction-line-price}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-fields/transaction-line-price/style/_theme.scss +0 -0
- package/{lib/component/transaction-line/transaction-purchase-line → projects/transaction/src/lib/component/transaction-line-fields/transaction-line-price}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-price/transaction-line-price.component.ts +90 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-price/transaction-line-price.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-price-list.component.ts +49 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-price-list.module.ts +24 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-quantity.component.ts +35 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-quantity.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-quantum-discount.component.ts +49 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-quantum-discount.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-reference.component.ts +47 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-reference.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-special-discount.component.ts +49 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-special-discount.module.ts +21 -0
- package/{lib/component/transaction-quick-access/transaction-quick-access-received-goods/style/_material-definition.scss → projects/transaction/src/lib/component/transaction-line-fields/transaction-line-supplier-article-number.component.ts} +0 -0
- package/{lib/component/transaction-search/transaction-filter-categories/style/_material-definition.scss → projects/transaction/src/lib/component/transaction-line-fields/transaction-line-supplier-article-number.module.ts} +0 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-supplier-button.component.ts +56 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-supplier-button.module.ts +27 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-supplier.component.ts +56 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-supplier.module.ts +23 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-vat-button.component.ts +55 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-vat-button.module.ts +20 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-vat.component.ts +45 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-vat.module.ts +26 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-warehouse-button.component.ts +61 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-warehouse-button.module.ts +22 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.ts +57 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.module.ts +20 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-warehouse-location.component.ts +46 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-warehouse-location.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-warehouse.component.ts +48 -0
- package/projects/transaction/src/lib/component/transaction-line-fields/transaction-line-warehouse.module.ts +25 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-grid/style/_layout.scss +0 -0
- package/{lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics → projects/transaction/src/lib/component/transaction-line-grid}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-grid/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-grid/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-line-grid/transaction-line-grid.component.ts +20 -0
- package/projects/transaction/src/lib/component/transaction-line-grid/transaction-line-grid.module.ts +19 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-image-and-description/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-image-and-description/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-image-and-description/style/_theme.scss +0 -0
- package/{lib/component/transaction-line-side-panel-sales → projects/transaction/src/lib/component/transaction-line-image-and-description}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-line-image-and-description/transaction-line-image-and-description.component.ts +102 -0
- package/projects/transaction/src/lib/component/transaction-line-image-and-description/transaction-line-image-and-description.module.ts +26 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-line-side-panel/transaction-line-side-panel.component.ts +125 -0
- package/projects/transaction/src/lib/component/transaction-line-side-panel/transaction-line-side-panel.module.ts +43 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel-default/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel-default/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel-default/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel-default/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-line-side-panel-default/transaction-line-side-panel-default.component.ts +120 -0
- package/projects/transaction/src/lib/component/transaction-line-side-panel-default/transaction-line-side-panel-default.module.ts +58 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel-purchase/style/_layout.scss +0 -0
- package/{lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics → projects/transaction/src/lib/component/transaction-line-side-panel-purchase}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel-purchase/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel-purchase/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.component.ts +123 -0
- package/projects/transaction/src/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.module.ts +39 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel-sales/style/_layout.scss +0 -0
- package/{lib/component/transaction-search/transaction-filter-content → projects/transaction/src/lib/component/transaction-line-side-panel-sales}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-side-panel-sales/style/_theme.scss +0 -0
- package/{lib/component/transaction-line-statusbar → projects/transaction/src/lib/component/transaction-line-side-panel-sales}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.component.ts +85 -0
- package/projects/transaction/src/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.module.ts +30 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-statusbar/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-statusbar/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-line-statusbar/style/_theme.scss +0 -0
- package/{lib/component/transaction-side-panel-edit-request-details → projects/transaction/src/lib/component/transaction-line-statusbar}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-line-statusbar/transaction-line-statusbar.component.ts +110 -0
- package/projects/transaction/src/lib/component/transaction-line-statusbar/transaction-line-statusbar.module.ts +21 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-lines/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-lines/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-lines/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-lines/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-lines/transaction-lines.component.ts +180 -0
- package/projects/transaction/src/lib/component/transaction-lines/transaction-lines.module.ts +30 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.component.ts +107 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.module.ts +42 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-goods-allocation/style/_layout.scss +0 -0
- package/{lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile → projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-goods-allocation/style/_theme.scss +0 -0
- package/{lib/component/transaction-quick-access/transaction-quick-access-overview → projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation/transaction-quick-access-goods-allocation.component.ts +68 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation/transaction-quick-access-goods-allocation.module.ts +24 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-order-confirmation/style/_layout.scss +0 -0
- package/{lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile → projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-order-confirmation/style/_theme.scss +0 -0
- package/{lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview → projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.ts +41 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.module.ts +27 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-order-delivery/style/_layout.scss +0 -0
- package/{lib/component/transaction-search/transaction-search-tile/transaction-search-tile → projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-delivery}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-order-delivery/style/_theme.scss +0 -0
- package/{lib/component/transaction-quick-access/transaction-quick-access-received-goods → projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-delivery}/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.ts +120 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.module.ts +28 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-order-purchase/style/_layout.scss +0 -0
- package/{lib/component/transaction-tile → projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-purchase}/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-order-purchase/style/_theme.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/style/material.scss +4 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.component.ts +54 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.module.ts +26 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-overview/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-overview/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-overview/style/_theme.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-overview/style/material.scss +4 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.ts +139 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.module.ts +29 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/style/_theme.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/style/material.scss +4 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.component.ts +133 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.module.ts +27 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-received-goods/style/_layout.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-received-goods/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-quick-access/transaction-quick-access-received-goods/style/_theme.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-received-goods/style/material.scss +4 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.ts +96 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.module.ts +31 -0
- package/projects/transaction/src/lib/component/transaction-quick-access/transaction-quick-access-send-method-base.component.ts +132 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-receiving-goods-history/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-receiving-goods-history/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-receiving-goods-history/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-receiving-goods-history/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.component.ts +90 -0
- package/projects/transaction/src/lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.module.ts +28 -0
- package/projects/transaction/src/lib/component/transaction-search/service/filter-request.service.ts +194 -0
- package/projects/transaction/src/lib/component/transaction-search/service/transaction-search.service.ts +134 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/style/material.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-filter/style/_layout.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter/transaction-filter/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-filter/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-filter/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter/transaction-filter/transaction-filter.component.ts +119 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter/transaction-filter/transaction-filter.module.ts +17 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-purchase-order-filter/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-purchase-order-filter/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-purchase-order-filter/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-purchase-order-filter/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter/transaction-purchase-order-filter/transaction-purchase-order-filter.component.ts +51 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter/transaction-purchase-order-filter/transaction-purchase-order-filter.module.ts +40 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-sales-order-filter/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-sales-order-filter/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-sales-order-filter/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter/transaction-sales-order-filter/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter/transaction-sales-order-filter/transaction-sales-order-filter.component.ts +51 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter/transaction-sales-order-filter/transaction-sales-order-filter.module.ts +38 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-categories/style/_layout.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-categories/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-categories/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-categories/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-categories/transaction-filter-categories.component.ts +44 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-categories/transaction-filter-categories.module.ts +17 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/enum/search-placeholder.enum.ts +25 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-article/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-article/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-article/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-article/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-article/transaction-purchase-order-filter-content-article.component.ts +155 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-article/transaction-purchase-order-filter-content-article.module.ts +27 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/style/_layout.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/transaction-purchase-order-filter-content-logistics.component.ts +249 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/transaction-purchase-order-filter-content-logistics.module.ts +33 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/transaction-purchase-order-filter-content-order.component.ts +246 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/transaction-purchase-order-filter-content-order.module.ts +38 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-article/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-article/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-article/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-article/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-article/transaction-sales-order-filter-content-article.component.ts +145 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-article/transaction-sales-order-filter-content-article.module.ts +27 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/style/_layout.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/transaction-sales-order-filter-content-logistics.component.ts +248 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/transaction-sales-order-filter-content-logistics.module.ts +33 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/transaction-sales-order-filter-content-order.component.ts +274 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/transaction-sales-order-filter-content-order.module.ts +38 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/style/_layout.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-content/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-content/style/material.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-historic-state/style/_layout.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-historic-state/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-historic-state/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-historic-state/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-historic-state/transaction-filter-historic-state.component.ts +70 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-historic-state/transaction-filter-historic-state.module.ts +24 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-item/style/_layout.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-item/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-item/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-filter-item/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-item/transaction-filter-item.component.ts +71 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-filter-item/transaction-filter-item.module.ts +21 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-grid/transaction-search-grid/style/_layout.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-grid/transaction-search-grid/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-grid/transaction-search-grid/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-grid/transaction-search-grid/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-grid/transaction-search-grid/transaction-search-grid.component.ts +104 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-grid/transaction-search-grid/transaction-search-grid.module.ts +17 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid/style/_layout.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid/transaction-search-purchase-order-grid.component.ts +80 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid/transaction-search-purchase-order-grid.module.ts +23 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/transaction-search-sales-order-grid.component.ts +80 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/transaction-search-sales-order-grid.module.ts +25 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-header/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-header/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-header/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-header/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-header/transaction-search-header.component.ts +135 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-header/transaction-search-header.module.ts +25 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-result/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-result/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-result/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-result/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.ts +136 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-result/transaction-search-result.module.ts +42 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/style/_layout.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/transaction-search-purchase-order-tile.component.ts +65 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/transaction-search-purchase-order-tile.module.ts +27 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/style/_layout.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.ts +72 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.module.ts +30 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-search-tile/style/_layout.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-search-tile/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-search-tile/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/transaction-search-tile.component.ts +118 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/transaction-search-tile.module.ts +17 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-statusbar/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-statusbar/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-statusbar/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-search/transaction-search-tile/transaction-statusbar/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/transaction-statusbar.component.ts +90 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/transaction-statusbar.module.ts +21 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search.component.ts +166 -0
- package/projects/transaction/src/lib/component/transaction-search/transaction-search.module.ts +34 -0
- package/projects/transaction/src/lib/component/transaction-side-panel-edit-request-details/components/allocation-request.component.ts +143 -0
- package/projects/transaction/src/lib/component/transaction-side-panel-edit-request-details/components/confirm-request.component.ts +0 -0
- package/projects/transaction/src/lib/component/transaction-side-panel-edit-request-details/components/receive-goods-request.component.ts +207 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-side-panel-edit-request-details/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-side-panel-edit-request-details/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-side-panel-edit-request-details/style/_theme.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-side-panel-edit-request-details/style/material.scss +4 -0
- package/projects/transaction/src/lib/component/transaction-side-panel-edit-request-details/transaction-side-panel-edit-request-details.component.ts +63 -0
- package/projects/transaction/src/lib/component/transaction-side-panel-edit-request-details/transaction-side-panel-edit-request-details.module.ts +42 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-tile/style/_layout.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-tile/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-tile/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-tile/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-tile/transaction-tile.component.ts +117 -0
- package/projects/transaction/src/lib/component/transaction-tile/transaction-tile.module.ts +27 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-totals/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-totals/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-totals/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/transaction-totals/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/transaction-totals/transaction-totals.component.ts +55 -0
- package/projects/transaction/src/lib/component/transaction-totals/transaction-totals.module.ts +23 -0
- package/{lib → projects/transaction/src/lib}/component/view-mode-buttons/style/_layout.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/view-mode-buttons/style/_material-definition.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/view-mode-buttons/style/_theme.scss +0 -0
- package/{lib → projects/transaction/src/lib}/component/view-mode-buttons/style/material.scss +0 -0
- package/projects/transaction/src/lib/component/view-mode-buttons/view-mode-buttons.component.ts +63 -0
- package/projects/transaction/src/lib/component/view-mode-buttons/view-mode-buttons.module.ts +21 -0
- package/projects/transaction/src/lib/enum/content-view-mode.enum.ts +9 -0
- package/projects/transaction/src/lib/enum/direction.enum.ts +7 -0
- package/projects/transaction/src/lib/enum/icon.enum.ts +83 -0
- package/projects/transaction/src/lib/enum/language-code.enum.ts +6 -0
- package/projects/transaction/src/lib/enum/order-discount-type.enum.ts +5 -0
- package/projects/transaction/src/lib/enum/position-grid-row.enum.ts +4 -0
- package/projects/transaction/src/lib/enum/search-view-mode.enum.ts +5 -0
- package/projects/transaction/src/lib/enum/searchbar-view-mode.enum.ts +5 -0
- package/projects/transaction/src/lib/enum/status-type.enum.ts +5 -0
- package/projects/transaction/src/lib/enum/time-size.type.ts +8 -0
- package/projects/transaction/src/lib/enum/transaction-type-category.enum.ts +15 -0
- package/projects/transaction/src/lib/interface/dialog-response.interface.ts +6 -0
- package/projects/transaction/src/lib/model/Settings.ts +20 -0
- package/projects/transaction/src/lib/model/article-characteristic-text-question-answer.ts +8 -0
- package/projects/transaction/src/lib/model/delivery-type.ts +8 -0
- package/projects/transaction/src/lib/model/down-payment-view-model.ts +13 -0
- package/projects/transaction/src/lib/model/extended-transaction-line-view-model.ts +12 -0
- package/projects/transaction/src/lib/model/filter-item.viewmodel.ts +13 -0
- package/projects/transaction/src/lib/model/filter-viewmodel.ts +11 -0
- package/projects/transaction/src/lib/model/icon-svg.ts +83 -0
- package/projects/transaction/src/lib/model/payment.viewmodel.ts +10 -0
- package/projects/transaction/src/lib/model/received-goods-view-model.ts +17 -0
- package/projects/transaction/src/lib/model/relation-any-type.ts +5 -0
- package/projects/transaction/src/lib/model/standard-text.ts +5 -0
- package/projects/transaction/src/lib/model/text-value-container.ts +4 -0
- package/projects/transaction/src/lib/model/transaction-bar-button.ts +11 -0
- package/projects/transaction/src/lib/model/transaction-search-result.ts +6 -0
- package/projects/transaction/src/lib/pipe/append.pipe.ts +17 -0
- package/projects/transaction/src/lib/pipe/co-currency.pipe.ts +45 -0
- package/projects/transaction/src/lib/pipe/date-duration.pipe.ts +51 -0
- package/projects/transaction/src/lib/pipe/delivery-time.pipe.ts +34 -0
- package/projects/transaction/src/lib/pipe/localize.pipe.ts +23 -0
- package/projects/transaction/src/lib/pipe/pipe.module.ts +34 -0
- package/projects/transaction/src/lib/pipe/safe-html.pipe.ts +14 -0
- package/projects/transaction/src/lib/pipe/safe-style.pipe.ts +14 -0
- package/projects/transaction/src/lib/provider/token/all-icons.token.ts +4 -0
- package/projects/transaction/src/lib/service/article-connector.service.ts +93 -0
- package/projects/transaction/src/lib/service/article.service.ts +22 -0
- package/projects/transaction/src/lib/service/dialog.service.ts +143 -0
- package/projects/transaction/src/lib/service/dictionary.service.ts +86 -0
- package/projects/transaction/src/lib/service/dynamic-component.service.ts +101 -0
- package/projects/transaction/src/lib/service/error.service.ts +63 -0
- package/projects/transaction/src/lib/service/icon-cache.service.ts +51 -0
- package/projects/transaction/src/lib/service/options.service.ts +66 -0
- package/projects/transaction/src/lib/service/payment.service.ts +93 -0
- package/projects/transaction/src/lib/service/pending-reason.service.ts +323 -0
- package/projects/transaction/src/lib/service/relation-connector.service.ts +202 -0
- package/projects/transaction/src/lib/service/relation.service.ts +168 -0
- package/projects/transaction/src/lib/service/shared-connector.service.ts +47 -0
- package/projects/transaction/src/lib/service/shared.service.ts +40 -0
- package/projects/transaction/src/lib/service/transaction-connector-adapter.service.ts +1695 -0
- package/projects/transaction/src/lib/service/transaction-connector.service.ts +648 -0
- package/projects/transaction/src/lib/service/transaction-event.service.ts +35 -0
- package/projects/transaction/src/lib/service/transaction-image.service.ts +42 -0
- package/projects/transaction/src/lib/service/transaction-initializer.service.ts +29 -0
- package/projects/transaction/src/lib/service/transaction-mapping.service.ts +230 -0
- package/projects/transaction/src/lib/service/transaction.service.ts +848 -0
- package/{lib → projects/transaction/src/lib}/style/_mixin.scss +0 -0
- package/{lib → projects/transaction/src/lib}/style/_variables.scss +0 -0
- package/{lib → projects/transaction/src/lib}/style/transaction-globals.scss +0 -0
- package/projects/transaction/src/public_api.ts +50 -0
- package/projects/transaction/src/test.ts +25 -0
- package/projects/transaction/tsconfig.lib.json +20 -0
- package/projects/transaction/tsconfig.lib.prod.json +16 -0
- package/projects/transaction/tsconfig.spec.json +17 -0
- package/publish.bat +7 -0
- package/script/merge-icons.js +39 -0
- package/src/app/app-transaction.component.ts +18 -0
- package/src/app/app.component.scss +45 -0
- package/src/app/app.component.ts +327 -0
- package/src/app/app.module.ts +62 -0
- package/src/environments/environment.prod.ts +3 -0
- package/src/environments/environment.ts +16 -0
- package/src/favicon.ico +0 -0
- package/src/index.html +15 -0
- package/src/main.ts +14 -0
- package/src/polyfills.ts +63 -0
- package/src/styles.scss +93 -0
- package/src/test.ts +25 -0
- package/src/transaction.unit.test.ts +60 -0
- package/tsconfig.app.json +15 -0
- package/tsconfig.json +42 -0
- package/tsconfig.spec.json +18 -0
- package/webpack.config.js +18 -0
- package/bundles/colijnit-transaction.umd.js +0 -25632
- package/bundles/colijnit-transaction.umd.js.map +0 -1
- package/colijnit-transaction.d.ts +0 -346
- package/colijnit-transaction.metadata.json +0 -1
- package/esm2015/colijnit-transaction.js +0 -347
- package/esm2015/lib/assets/dictionary/text.properties.js +0 -749
- package/esm2015/lib/cache/cache-field.js +0 -75
- package/esm2015/lib/cache/parameter-cache-field.js +0 -54
- package/esm2015/lib/cache/service/business-object-cache-manager.service.js +0 -150
- package/esm2015/lib/cache/service/select-multiple-cache.service.js +0 -38
- package/esm2015/lib/cache/service/select-multiple-parameterized-cache.service.js +0 -47
- package/esm2015/lib/cache/service/select-single-cache.service.js +0 -30
- package/esm2015/lib/component/animated-checkbox/animated-checkbox.component.js +0 -27
- package/esm2015/lib/component/animated-checkbox/animated-checkbox.module.js +0 -21
- package/esm2015/lib/component/avatar/avatar.component.js +0 -106
- package/esm2015/lib/component/avatar/avatar.module.js +0 -21
- package/esm2015/lib/component/checkout/checkout-login/checkout-login.component.js +0 -106
- package/esm2015/lib/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.js +0 -47
- package/esm2015/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.js +0 -267
- package/esm2015/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.js +0 -101
- package/esm2015/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.js +0 -219
- package/esm2015/lib/component/checkout/checkout.component.js +0 -180
- package/esm2015/lib/component/checkout/checkout.module.js +0 -124
- package/esm2015/lib/component/confirmation-dialog/confirmation-dialog.component.js +0 -67
- package/esm2015/lib/component/confirmation-dialog/confirmation-dialog.module.js +0 -25
- package/esm2015/lib/component/core/base/components/characteristic-answer/characteristic-answer.component.js +0 -83
- package/esm2015/lib/component/core/base/components/characteristic-answer/characteristic-answer.module.js +0 -26
- package/esm2015/lib/component/core/base/components/default-ok-cancel-buttons/default-ok-cancel-buttons.component.js +0 -41
- package/esm2015/lib/component/core/base/components/default-ok-cancel-buttons/default-ok-cancel-buttons.module.js +0 -21
- package/esm2015/lib/component/core/base/components/transaction-header-block/transaction-header-block.component.js +0 -47
- package/esm2015/lib/component/core/base/components/transaction-header-block/transaction-header-block.module.js +0 -19
- package/esm2015/lib/component/core/base/components/warehouse/warehouse.component.js +0 -64
- package/esm2015/lib/component/core/base/components/warehouse/warehouse.module.js +0 -26
- package/esm2015/lib/component/core/base/dialog-base.component.js +0 -6
- package/esm2015/lib/component/core/base/dialog-transaction-header-base.component.js +0 -33
- package/esm2015/lib/component/core/base/dialog-transaction-line-base.component.js +0 -37
- package/esm2015/lib/component/core/base/dynamic-base-component.js +0 -8
- package/esm2015/lib/component/core/base/transaction-base.component.js +0 -103
- package/esm2015/lib/component/core/base/transaction-filter-base.component.js +0 -61
- package/esm2015/lib/component/core/base/transaction-filter-content-base.component.js +0 -44
- package/esm2015/lib/component/core/base/transaction-filter-popup-base.component.js +0 -110
- package/esm2015/lib/component/core/base/transaction-grid-base.component.js +0 -53
- package/esm2015/lib/component/core/base/transaction-header-base.component.js +0 -47
- package/esm2015/lib/component/core/base/transaction-header-filter-popup-base.component.js +0 -111
- package/esm2015/lib/component/core/base/transaction-line-base.component.js +0 -51
- package/esm2015/lib/component/core/base/transaction-lines-line-base.component.js +0 -44
- package/esm2015/lib/component/core/base/transaction-search-grid-base.component.js +0 -25
- package/esm2015/lib/component/core/base/transaction-search-tile-base.component.js +0 -28
- package/esm2015/lib/component/core/core.module.js +0 -48
- package/esm2015/lib/component/core/directive/lazy-render-master.directive.js +0 -43
- package/esm2015/lib/component/core/directive/lazy-render.directive.js +0 -29
- package/esm2015/lib/component/core/enum/app-popup-button-type.enum.js +0 -11
- package/esm2015/lib/component/core/enum/app-popup-type.enum.js +0 -8
- package/esm2015/lib/component/core/icon/icon.component.js +0 -31
- package/esm2015/lib/component/core/image-display/image-display.component.js +0 -29
- package/esm2015/lib/component/core/relation/customer-groups.component.js +0 -46
- package/esm2015/lib/component/core/stock-status-indicator/stock-status-indicator.component.js +0 -24
- package/esm2015/lib/component/delivery-type-tile/delivery-type-tile.component.js +0 -47
- package/esm2015/lib/component/delivery-type-tile/delivery-type-tile.module.js +0 -26
- package/esm2015/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.component.js +0 -47
- package/esm2015/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.module.js +0 -23
- package/esm2015/lib/component/dialog/dialog-header-search/dialog-header-search.component.js +0 -37
- package/esm2015/lib/component/dialog/dialog-header-search/dialog-header-search.module.js +0 -23
- package/esm2015/lib/component/dialog/transaction-header/dialog-transaction-header-delivery-method/dialog-transaction-header-delivery-method.component.js +0 -37
- package/esm2015/lib/component/dialog/transaction-header/dialog-transaction-header-delivery-method/dialog-transaction-header-delivery-method.module.js +0 -28
- package/esm2015/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.component.js +0 -78
- package/esm2015/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.module.js +0 -29
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/dialog-transaction-line-commission-code.component.js +0 -36
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/dialog-transaction-line-commission-code.module.js +0 -28
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-delivery-method/dialog-transaction-line-delivery-method.component.js +0 -37
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-delivery-method/dialog-transaction-line-delivery-method.module.js +0 -28
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-discount/dialog-transaction-line-discount.component.js +0 -95
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-discount/dialog-transaction-line-discount.module.js +0 -36
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-price-list/dialog-transaction-line-price-list.component.js +0 -36
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-price-list/dialog-transaction-line-price-list.module.js +0 -28
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/dialog-transaction-line-supplier.component.js +0 -37
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/dialog-transaction-line-supplier.module.js +0 -28
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-vat/dialog-transaction-line-vat.component.js +0 -37
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-vat/dialog-transaction-line-vat.module.js +0 -28
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse/dialog-transaction-line-warehouse.component.js +0 -37
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse/dialog-transaction-line-warehouse.module.js +0 -28
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.component.js +0 -80
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.module.js +0 -31
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.component.js +0 -44
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.module.js +0 -28
- package/esm2015/lib/component/discount/discount.component.js +0 -110
- package/esm2015/lib/component/discount/discount.module.js +0 -29
- package/esm2015/lib/component/down-payment/down-payment.component.js +0 -71
- package/esm2015/lib/component/down-payment/down-payment.module.js +0 -27
- package/esm2015/lib/component/editable-label/editable-label.component.js +0 -65
- package/esm2015/lib/component/editable-label/editable-label.module.js +0 -21
- package/esm2015/lib/component/loader/loader.component.js +0 -51
- package/esm2015/lib/component/loader/loader.module.js +0 -19
- package/esm2015/lib/component/payment/payment.component.js +0 -242
- package/esm2015/lib/component/payment/payment.module.js +0 -37
- package/esm2015/lib/component/payment-qr-code/payment-qr-code.component.js +0 -23
- package/esm2015/lib/component/payment-qr-code/payment-qr-code.module.js +0 -23
- package/esm2015/lib/component/payment-tile/payment-tile.component.js +0 -34
- package/esm2015/lib/component/payment-tile/payment-tile.module.js +0 -25
- package/esm2015/lib/component/quick-send-button/quick-send-button.component.js +0 -50
- package/esm2015/lib/component/quick-send-button/quick-send-button.module.js +0 -27
- package/esm2015/lib/component/relation/relation-address/relation-address.component.js +0 -111
- package/esm2015/lib/component/relation/relation-address/relation-address.module.js +0 -29
- package/esm2015/lib/component/relation/relation-address-select/relation-address-select.component.js +0 -145
- package/esm2015/lib/component/relation/relation-address-select/relation-address-select.module.js +0 -33
- package/esm2015/lib/component/relation/relation-address-tile/relation-address-tile.component.js +0 -65
- package/esm2015/lib/component/relation/relation-address-tile/relation-address-tile.module.js +0 -32
- package/esm2015/lib/component/relation/relation-addresses/relation-addresses.component.js +0 -112
- package/esm2015/lib/component/relation/relation-addresses/relation-addresses.module.js +0 -34
- package/esm2015/lib/component/relation/relation-base.component.js +0 -34
- package/esm2015/lib/component/relation/relation-contact-details/relation-contact-details.component.js +0 -65
- package/esm2015/lib/component/relation/relation-contact-details/relation-contact-details.module.js +0 -24
- package/esm2015/lib/component/relation/relation-general/relation-general.component.js +0 -225
- package/esm2015/lib/component/relation/relation-general/relation-general.module.js +0 -27
- package/esm2015/lib/component/relation/relation-preferences/relation-preferences.component.js +0 -68
- package/esm2015/lib/component/relation/relation-preferences/relation-preferences.module.js +0 -21
- package/esm2015/lib/component/relation/relation-suggestions-list/relation-suggestions-list.component.js +0 -30
- package/esm2015/lib/component/relation/relation-suggestions-list/relation-suggestions-list.module.js +0 -21
- package/esm2015/lib/component/relation/relation-suggestions-list-item/relation-suggestions-list-item.component.js +0 -33
- package/esm2015/lib/component/relation/relation-suggestions-list-item/relation-suggestions-list-item.module.js +0 -19
- package/esm2015/lib/component/relation/relation-type/relation-type.component.js +0 -47
- package/esm2015/lib/component/relation/relation-type/relation-type.module.js +0 -23
- package/esm2015/lib/component/shared/transaction-article-text/transaction-article-text.component.js +0 -165
- package/esm2015/lib/component/shared/transaction-article-text/transaction-article-text.module.js +0 -34
- package/esm2015/lib/component/shared/transaction-article-text-overview/transaction-article-text-overview.component.js +0 -126
- package/esm2015/lib/component/shared/transaction-article-text-overview/transaction-article-text-overview.module.js +0 -30
- package/esm2015/lib/component/shopping-cart/shopping-cart.component.js +0 -69
- package/esm2015/lib/component/shopping-cart/shopping-cart.module.js +0 -27
- package/esm2015/lib/component/shopping-cart-preview/shopping-cart-preview.component.js +0 -59
- package/esm2015/lib/component/shopping-cart-preview/shopping-cart-preview.module.js +0 -29
- package/esm2015/lib/component/stepper/component/stepper-step.component.js +0 -40
- package/esm2015/lib/component/stepper/stepper.component.js +0 -126
- package/esm2015/lib/component/stepper/stepper.module.js +0 -29
- package/esm2015/lib/component/tile/tile.component.js +0 -32
- package/esm2015/lib/component/tile/tile.module.js +0 -19
- package/esm2015/lib/component/transaction/transaction.component.js +0 -177
- package/esm2015/lib/component/transaction/transaction.module.js +0 -67
- package/esm2015/lib/component/transaction-allocate-goods-history/transaction-allocate-goods-history.component.js +0 -81
- package/esm2015/lib/component/transaction-allocate-goods-history/transaction-allocate-goods-history.module.js +0 -25
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button-base.component.js +0 -37
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button.component.js +0 -73
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-purchase-button-bar-button.component.js +0 -40
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar.component.js +0 -57
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar.module.js +0 -35
- package/esm2015/lib/component/transaction-confirmation-details/transaction-confirmation-details.component.js +0 -137
- package/esm2015/lib/component/transaction-confirmation-details/transaction-confirmation-details.module.js +0 -34
- package/esm2015/lib/component/transaction-confirmation-history/transaction-confirmation-history.component.js +0 -113
- package/esm2015/lib/component/transaction-confirmation-history/transaction-confirmation-history.module.js +0 -33
- package/esm2015/lib/component/transaction-grid/transaction-available-stock-grid/transaction-available-stock-grid.component.js +0 -94
- package/esm2015/lib/component/transaction-grid/transaction-available-stock-grid/transaction-available-stock-grid.module.js +0 -24
- package/esm2015/lib/component/transaction-grid/transaction-base-grid/transaction-base-grid.component.js +0 -55
- package/esm2015/lib/component/transaction-grid/transaction-base-grid/transaction-base-grid.module.js +0 -30
- package/esm2015/lib/component/transaction-grid/transaction-grid/transaction-grid.component.js +0 -85
- package/esm2015/lib/component/transaction-grid/transaction-grid/transaction-grid.module.js +0 -19
- package/esm2015/lib/component/transaction-grid/transaction-history-grid/transaction-history-grid.component.js +0 -90
- package/esm2015/lib/component/transaction-grid/transaction-history-grid/transaction-history-grid.module.js +0 -28
- package/esm2015/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.component.js +0 -117
- package/esm2015/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.module.js +0 -48
- package/esm2015/lib/component/transaction-grid/transaction-order-confirmation-grid/transaction-order-confirmation-grid.component.js +0 -51
- package/esm2015/lib/component/transaction-grid/transaction-order-confirmation-grid/transaction-order-confirmation-grid.module.js +0 -29
- 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-header/transaction-header/transaction-header.component.js +0 -50
- package/esm2015/lib/component/transaction-header/transaction-header/transaction-header.module.js +0 -31
- package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.js +0 -126
- package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.module.js +0 -48
- package/esm2015/lib/component/transaction-header/transaction-header-order/transaction-header-order.component.js +0 -71
- package/esm2015/lib/component/transaction-header/transaction-header-order/transaction-header-order.module.js +0 -31
- package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.js +0 -119
- package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.module.js +0 -35
- package/esm2015/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.js +0 -230
- package/esm2015/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.module.js +0 -46
- package/esm2015/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.js +0 -62
- package/esm2015/lib/component/transaction-header-fields/transaction-header-administrative-relation.module.js +0 -23
- package/esm2015/lib/component/transaction-header-fields/transaction-header-branch.component.js +0 -78
- package/esm2015/lib/component/transaction-header-fields/transaction-header-branch.module.js +0 -26
- package/esm2015/lib/component/transaction-header-fields/transaction-header-definitive.component.js +0 -48
- package/esm2015/lib/component/transaction-header-fields/transaction-header-definitive.module.js +0 -23
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-date.component.js +0 -86
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-date.module.js +0 -23
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-method.component.js +0 -97
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-method.module.js +0 -29
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.component.js +0 -74
- package/esm2015/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.module.js +0 -23
- package/esm2015/lib/component/transaction-header-fields/transaction-header-discount-amount.component.js +0 -84
- package/esm2015/lib/component/transaction-header-fields/transaction-header-discount-amount.module.js +0 -23
- package/esm2015/lib/component/transaction-header-fields/transaction-header-discount-percentage.component.js +0 -84
- package/esm2015/lib/component/transaction-header-fields/transaction-header-discount-percentage.module.js +0 -23
- package/esm2015/lib/component/transaction-header-fields/transaction-header-discount-transaction-total.component.js +0 -85
- package/esm2015/lib/component/transaction-header-fields/transaction-header-discount-transaction-total.module.js +0 -23
- package/esm2015/lib/component/transaction-header-fields/transaction-header-downpayment-amount.component.js +0 -83
- package/esm2015/lib/component/transaction-header-fields/transaction-header-downpayment-amount.module.js +0 -23
- package/esm2015/lib/component/transaction-header-fields/transaction-header-downpayment-percentage.component.js +0 -83
- package/esm2015/lib/component/transaction-header-fields/transaction-header-downpayment-percentage.module.js +0 -23
- package/esm2015/lib/component/transaction-header-fields/transaction-header-marketing.component.js +0 -51
- package/esm2015/lib/component/transaction-header-fields/transaction-header-marketing.module.js +0 -26
- package/esm2015/lib/component/transaction-header-fields/transaction-header-partial-delivery.component.js +0 -54
- package/esm2015/lib/component/transaction-header-fields/transaction-header-partial-delivery.module.js +0 -23
- package/esm2015/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.component.js +0 -86
- package/esm2015/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.module.js +0 -23
- package/esm2015/lib/component/transaction-header-fields/transaction-header-reference.component.js +0 -82
- package/esm2015/lib/component/transaction-header-fields/transaction-header-reference.module.js +0 -23
- package/esm2015/lib/component/transaction-header-fields/transaction-header-relation-reference.component.js +0 -82
- package/esm2015/lib/component/transaction-header-fields/transaction-header-relation-reference.module.js +0 -23
- package/esm2015/lib/component/transaction-header-fields/transaction-header-remarks.component.js +0 -82
- package/esm2015/lib/component/transaction-header-fields/transaction-header-remarks.module.js +0 -23
- package/esm2015/lib/component/transaction-history-grid-status/transaction-history-grid-status.component.js +0 -49
- package/esm2015/lib/component/transaction-history-grid-status/transaction-history-grid-status.module.js +0 -23
- package/esm2015/lib/component/transaction-line/transaction-base-line/transaction-base-line.component.js +0 -92
- package/esm2015/lib/component/transaction-line/transaction-base-line/transaction-base-line.module.js +0 -26
- 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-goods-allocation-line/transaction-goods-allocation-line.component.js +0 -109
- package/esm2015/lib/component/transaction-line/transaction-goods-allocation-line/transaction-goods-allocation-line.module.js +0 -33
- package/esm2015/lib/component/transaction-line/transaction-line/transaction-line.component.js +0 -100
- package/esm2015/lib/component/transaction-line/transaction-line/transaction-line.module.js +0 -21
- package/esm2015/lib/component/transaction-line/transaction-order-delivery-line/service/transaction-order-delivery.service.js +0 -15
- package/esm2015/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.component.js +0 -122
- package/esm2015/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.module.js +0 -36
- package/esm2015/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.component.js +0 -123
- package/esm2015/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.module.js +0 -59
- package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.js +0 -93
- package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.module.js +0 -46
- package/esm2015/lib/component/transaction-line/transaction-receive-goods-line/service/transaction-receive-goods.service.js +0 -68
- package/esm2015/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.component.js +0 -115
- package/esm2015/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.module.js +0 -34
- package/esm2015/lib/component/transaction-line-action-buttons/transaction-line-action-buttons.component.js +0 -192
- package/esm2015/lib/component/transaction-line-action-buttons/transaction-line-action-buttons.module.js +0 -30
- package/esm2015/lib/component/transaction-line-checkbox-list/transaction-line-checkbox-list.component.js +0 -53
- package/esm2015/lib/component/transaction-line-checkbox-list/transaction-line-checkbox-list.module.js +0 -25
- package/esm2015/lib/component/transaction-line-fields/transaction-line-amount.component.js +0 -47
- package/esm2015/lib/component/transaction-line-fields/transaction-line-amount.module.js +0 -21
- package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-button.component.js +0 -48
- package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-button.module.js +0 -23
- package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-code.component.js +0 -55
- package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-code.module.js +0 -26
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-button.component.js +0 -54
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-button.module.js +0 -23
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-date-button.component.js +0 -33
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-date-button.module.js +0 -23
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-date.component.js +0 -86
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-date.module.js +0 -23
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-method.component.js +0 -52
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-method.module.js +0 -26
- package/esm2015/lib/component/transaction-line-fields/transaction-line-description.component.js +0 -90
- package/esm2015/lib/component/transaction-line-fields/transaction-line-description.module.js +0 -24
- package/esm2015/lib/component/transaction-line-fields/transaction-line-discount-amount.component.js +0 -53
- package/esm2015/lib/component/transaction-line-fields/transaction-line-discount-amount.module.js +0 -23
- package/esm2015/lib/component/transaction-line-fields/transaction-line-line-discount.component.js +0 -53
- package/esm2015/lib/component/transaction-line-fields/transaction-line-line-discount.module.js +0 -23
- package/esm2015/lib/component/transaction-line-fields/transaction-line-price/transaction-line-price.component.js +0 -90
- package/esm2015/lib/component/transaction-line-fields/transaction-line-price/transaction-line-price.module.js +0 -23
- package/esm2015/lib/component/transaction-line-fields/transaction-line-price-list.component.js +0 -52
- package/esm2015/lib/component/transaction-line-fields/transaction-line-price-list.module.js +0 -26
- package/esm2015/lib/component/transaction-line-fields/transaction-line-quantity.component.js +0 -36
- package/esm2015/lib/component/transaction-line-fields/transaction-line-quantity.module.js +0 -23
- package/esm2015/lib/component/transaction-line-fields/transaction-line-quantum-discount.component.js +0 -53
- package/esm2015/lib/component/transaction-line-fields/transaction-line-quantum-discount.module.js +0 -23
- package/esm2015/lib/component/transaction-line-fields/transaction-line-reference.component.js +0 -51
- package/esm2015/lib/component/transaction-line-fields/transaction-line-reference.module.js +0 -23
- package/esm2015/lib/component/transaction-line-fields/transaction-line-special-discount.component.js +0 -53
- package/esm2015/lib/component/transaction-line-fields/transaction-line-special-discount.module.js +0 -23
- package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier-button.component.js +0 -60
- package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier-button.module.js +0 -28
- package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier.component.js +0 -57
- package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier.module.js +0 -25
- package/esm2015/lib/component/transaction-line-fields/transaction-line-vat.component.js +0 -49
- package/esm2015/lib/component/transaction-line-fields/transaction-line-vat.module.js +0 -28
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-button.component.js +0 -60
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-button.module.js +0 -23
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.js +0 -58
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.module.js +0 -21
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location.component.js +0 -45
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location.module.js +0 -23
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse.component.js +0 -52
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse.module.js +0 -27
- package/esm2015/lib/component/transaction-line-grid/transaction-line-grid.component.js +0 -23
- package/esm2015/lib/component/transaction-line-grid/transaction-line-grid.module.js +0 -21
- package/esm2015/lib/component/transaction-line-image-and-description/transaction-line-image-and-description.component.js +0 -99
- package/esm2015/lib/component/transaction-line-image-and-description/transaction-line-image-and-description.module.js +0 -27
- package/esm2015/lib/component/transaction-line-side-panel/transaction-line-side-panel.component.js +0 -118
- package/esm2015/lib/component/transaction-line-side-panel/transaction-line-side-panel.module.js +0 -41
- package/esm2015/lib/component/transaction-line-side-panel-default/transaction-line-side-panel-default.component.js +0 -114
- package/esm2015/lib/component/transaction-line-side-panel-default/transaction-line-side-panel-default.module.js +0 -60
- package/esm2015/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.component.js +0 -119
- package/esm2015/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.module.js +0 -35
- package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.component.js +0 -81
- package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.module.js +0 -25
- package/esm2015/lib/component/transaction-line-statusbar/transaction-line-statusbar.component.js +0 -111
- package/esm2015/lib/component/transaction-line-statusbar/transaction-line-statusbar.module.js +0 -23
- package/esm2015/lib/component/transaction-lines/transaction-lines.component.js +0 -177
- package/esm2015/lib/component/transaction-lines/transaction-lines.module.js +0 -32
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.component.js +0 -87
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.module.js +0 -41
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation/transaction-quick-access-goods-allocation.component.js +0 -69
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation/transaction-quick-access-goods-allocation.module.js +0 -25
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.js +0 -44
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.module.js +0 -29
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.js +0 -65
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.module.js +0 -28
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.component.js +0 -56
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.module.js +0 -28
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.js +0 -128
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.module.js +0 -31
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.component.js +0 -128
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.module.js +0 -29
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.js +0 -91
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.module.js +0 -27
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-send-method-base.component.js +0 -110
- package/esm2015/lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.component.js +0 -78
- package/esm2015/lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.module.js +0 -30
- package/esm2015/lib/component/transaction-search/service/filter-request.service.js +0 -172
- package/esm2015/lib/component/transaction-search/service/transaction-search.service.js +0 -114
- package/esm2015/lib/component/transaction-search/transaction-filter/transaction-filter/transaction-filter.component.js +0 -96
- package/esm2015/lib/component/transaction-search/transaction-filter/transaction-filter/transaction-filter.module.js +0 -19
- package/esm2015/lib/component/transaction-search/transaction-filter/transaction-purchase-order-filter/transaction-purchase-order-filter.component.js +0 -56
- package/esm2015/lib/component/transaction-search/transaction-filter/transaction-purchase-order-filter/transaction-purchase-order-filter.module.js +0 -34
- package/esm2015/lib/component/transaction-search/transaction-filter/transaction-sales-order-filter/transaction-sales-order-filter.component.js +0 -56
- package/esm2015/lib/component/transaction-search/transaction-filter/transaction-sales-order-filter/transaction-sales-order-filter.module.js +0 -34
- package/esm2015/lib/component/transaction-search/transaction-filter-categories/transaction-filter-categories.component.js +0 -42
- package/esm2015/lib/component/transaction-search/transaction-filter-categories/transaction-filter-categories.module.js +0 -19
- package/esm2015/lib/component/transaction-search/transaction-filter-content/enum/search-placeholder.enum.js +0 -27
- package/esm2015/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-article/transaction-purchase-order-filter-content-article.component.js +0 -143
- package/esm2015/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-article/transaction-purchase-order-filter-content-article.module.js +0 -29
- package/esm2015/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/transaction-purchase-order-filter-content-logistics.component.js +0 -236
- package/esm2015/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/transaction-purchase-order-filter-content-logistics.module.js +0 -35
- package/esm2015/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/transaction-purchase-order-filter-content-order.component.js +0 -225
- package/esm2015/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/transaction-purchase-order-filter-content-order.module.js +0 -34
- package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-article/transaction-sales-order-filter-content-article.component.js +0 -133
- package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-article/transaction-sales-order-filter-content-article.module.js +0 -29
- package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/transaction-sales-order-filter-content-logistics.component.js +0 -235
- package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/transaction-sales-order-filter-content-logistics.module.js +0 -35
- package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/transaction-sales-order-filter-content-order.component.js +0 -248
- package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/transaction-sales-order-filter-content-order.module.js +0 -34
- package/esm2015/lib/component/transaction-search/transaction-filter-historic-state/transaction-filter-historic-state.component.js +0 -55
- package/esm2015/lib/component/transaction-search/transaction-filter-historic-state/transaction-filter-historic-state.module.js +0 -26
- package/esm2015/lib/component/transaction-search/transaction-filter-item/transaction-filter-item.component.js +0 -64
- package/esm2015/lib/component/transaction-search/transaction-filter-item/transaction-filter-item.module.js +0 -23
- package/esm2015/lib/component/transaction-search/transaction-search-grid/transaction-search-grid/transaction-search-grid.component.js +0 -81
- package/esm2015/lib/component/transaction-search/transaction-search-grid/transaction-search-grid/transaction-search-grid.module.js +0 -19
- package/esm2015/lib/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid/transaction-search-purchase-order-grid.component.js +0 -84
- package/esm2015/lib/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid/transaction-search-purchase-order-grid.module.js +0 -25
- package/esm2015/lib/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/transaction-search-sales-order-grid.component.js +0 -84
- package/esm2015/lib/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/transaction-search-sales-order-grid.module.js +0 -27
- package/esm2015/lib/component/transaction-search/transaction-search-header/transaction-search-header.component.js +0 -126
- package/esm2015/lib/component/transaction-search/transaction-search-header/transaction-search-header.module.js +0 -27
- package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.js +0 -119
- package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.module.js +0 -44
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/transaction-search-purchase-order-tile.component.js +0 -67
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/transaction-search-purchase-order-tile.module.js +0 -29
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.js +0 -74
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.module.js +0 -32
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/transaction-search-tile.component.js +0 -89
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/transaction-search-tile.module.js +0 -19
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/transaction-statusbar.component.js +0 -79
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/transaction-statusbar.module.js +0 -23
- package/esm2015/lib/component/transaction-search/transaction-search.component.js +0 -146
- package/esm2015/lib/component/transaction-search/transaction-search.module.js +0 -32
- package/esm2015/lib/component/transaction-side-panel-edit-request-details/components/allocation-request.component.js +0 -144
- package/esm2015/lib/component/transaction-side-panel-edit-request-details/components/receive-goods-request.component.js +0 -201
- package/esm2015/lib/component/transaction-side-panel-edit-request-details/transaction-side-panel-edit-request-details.component.js +0 -50
- package/esm2015/lib/component/transaction-side-panel-edit-request-details/transaction-side-panel-edit-request-details.module.js +0 -35
- package/esm2015/lib/component/transaction-tile/transaction-tile.component.js +0 -121
- package/esm2015/lib/component/transaction-tile/transaction-tile.module.js +0 -30
- package/esm2015/lib/component/transaction-totals/transaction-totals.component.js +0 -51
- package/esm2015/lib/component/transaction-totals/transaction-totals.module.js +0 -25
- package/esm2015/lib/component/view-mode-buttons/view-mode-buttons.component.js +0 -61
- package/esm2015/lib/component/view-mode-buttons/view-mode-buttons.module.js +0 -23
- package/esm2015/lib/enum/content-view-mode.enum.js +0 -11
- package/esm2015/lib/enum/direction.enum.js +0 -9
- package/esm2015/lib/enum/icon.enum.js +0 -84
- package/esm2015/lib/enum/language-code.enum.js +0 -8
- package/esm2015/lib/enum/order-discount-type.enum.js +0 -7
- package/esm2015/lib/enum/position-grid-row.enum.js +0 -6
- package/esm2015/lib/enum/search-view-mode.enum.js +0 -7
- package/esm2015/lib/enum/searchbar-view-mode.enum.js +0 -7
- package/esm2015/lib/enum/status-type.enum.js +0 -7
- package/esm2015/lib/enum/time-size.type.js +0 -10
- package/esm2015/lib/enum/transaction-type-category.enum.js +0 -17
- package/esm2015/lib/interface/dialog-response.interface.js +0 -2
- package/esm2015/lib/model/down-payment-view-model.js +0 -7
- package/esm2015/lib/model/extended-transaction-line-view-model.js +0 -4
- package/esm2015/lib/model/filter-item.viewmodel.js +0 -9
- package/esm2015/lib/model/filter-viewmodel.js +0 -11
- package/esm2015/lib/model/icon-svg.js +0 -83
- package/esm2015/lib/model/payment.viewmodel.js +0 -6
- package/esm2015/lib/model/received-goods-view-model.js +0 -11
- package/esm2015/lib/model/relation-any-type.js +0 -3
- package/esm2015/lib/model/standard-text.js +0 -3
- package/esm2015/lib/model/text-value-container.js +0 -3
- package/esm2015/lib/model/transaction-bar-button.js +0 -2
- package/esm2015/lib/model/transaction-search-result.js +0 -3
- package/esm2015/lib/pipe/append.pipe.js +0 -17
- package/esm2015/lib/pipe/co-currency.pipe.js +0 -47
- package/esm2015/lib/pipe/date-duration.pipe.js +0 -57
- package/esm2015/lib/pipe/delivery-time.pipe.js +0 -36
- package/esm2015/lib/pipe/localize.pipe.js +0 -28
- package/esm2015/lib/pipe/pipe.module.js +0 -37
- package/esm2015/lib/pipe/safe-html.pipe.js +0 -19
- package/esm2015/lib/pipe/safe-style.pipe.js +0 -19
- package/esm2015/lib/service/article-connector.service.js +0 -106
- package/esm2015/lib/service/article.service.js +0 -33
- package/esm2015/lib/service/dialog.service.js +0 -116
- package/esm2015/lib/service/dictionary.service.js +0 -76
- package/esm2015/lib/service/dynamic-component.service.js +0 -71
- package/esm2015/lib/service/error.service.js +0 -68
- package/esm2015/lib/service/icon-cache.service.js +0 -51
- package/esm2015/lib/service/options.service.js +0 -71
- package/esm2015/lib/service/payment.service.js +0 -105
- package/esm2015/lib/service/pending-reason.service.js +0 -310
- package/esm2015/lib/service/relation-connector.service.js +0 -222
- package/esm2015/lib/service/relation.service.js +0 -158
- package/esm2015/lib/service/shared-connector.service.js +0 -53
- package/esm2015/lib/service/shared.service.js +0 -42
- package/esm2015/lib/service/transaction-connector-adapter.service.js +0 -1807
- package/esm2015/lib/service/transaction-connector.service.js +0 -667
- package/esm2015/lib/service/transaction-event.service.js +0 -35
- package/esm2015/lib/service/transaction-image.service.js +0 -53
- package/esm2015/lib/service/transaction-mapping.service.js +0 -178
- package/esm2015/lib/service/transaction.service.js +0 -845
- package/esm2015/public_api.js +0 -46
- package/fesm2015/colijnit-transaction.js +0 -25177
- package/fesm2015/colijnit-transaction.js.map +0 -1
- package/lib/assets/dictionary/text.properties.d.ts +0 -3
- package/lib/cache/cache-field.d.ts +0 -25
- package/lib/cache/parameter-cache-field.d.ts +0 -11
- package/lib/cache/service/business-object-cache-manager.service.d.ts +0 -58
- package/lib/cache/service/select-multiple-cache.service.d.ts +0 -15
- package/lib/cache/service/select-multiple-parameterized-cache.service.d.ts +0 -19
- package/lib/cache/service/select-single-cache.service.d.ts +0 -12
- package/lib/component/animated-checkbox/animated-checkbox.component.d.ts +0 -5
- package/lib/component/animated-checkbox/animated-checkbox.module.d.ts +0 -2
- package/lib/component/avatar/avatar.component.d.ts +0 -31
- package/lib/component/avatar/avatar.module.d.ts +0 -2
- package/lib/component/checkout/checkout-login/checkout-login.component.d.ts +0 -21
- package/lib/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.d.ts +0 -11
- package/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.d.ts +0 -65
- package/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.d.ts +0 -21
- package/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.d.ts +0 -38
- package/lib/component/checkout/checkout.component.d.ts +0 -48
- package/lib/component/checkout/checkout.module.d.ts +0 -2
- package/lib/component/confirmation-dialog/confirmation-dialog.component.d.ts +0 -18
- package/lib/component/confirmation-dialog/confirmation-dialog.module.d.ts +0 -2
- package/lib/component/core/base/components/characteristic-answer/characteristic-answer.component.d.ts +0 -21
- package/lib/component/core/base/components/characteristic-answer/characteristic-answer.module.d.ts +0 -2
- package/lib/component/core/base/components/default-ok-cancel-buttons/default-ok-cancel-buttons.component.d.ts +0 -13
- package/lib/component/core/base/components/default-ok-cancel-buttons/default-ok-cancel-buttons.module.d.ts +0 -2
- package/lib/component/core/base/components/transaction-header-block/transaction-header-block.component.d.ts +0 -10
- package/lib/component/core/base/components/transaction-header-block/transaction-header-block.module.d.ts +0 -2
- package/lib/component/core/base/components/warehouse/warehouse.component.d.ts +0 -20
- package/lib/component/core/base/components/warehouse/warehouse.module.d.ts +0 -2
- package/lib/component/core/base/dialog-base.component.d.ts +0 -4
- package/lib/component/core/base/dialog-transaction-header-base.component.d.ts +0 -13
- package/lib/component/core/base/dialog-transaction-line-base.component.d.ts +0 -16
- package/lib/component/core/base/dynamic-base-component.d.ts +0 -3
- package/lib/component/core/base/transaction-base.component.d.ts +0 -30
- package/lib/component/core/base/transaction-filter-base.component.d.ts +0 -26
- package/lib/component/core/base/transaction-filter-content-base.component.d.ts +0 -21
- package/lib/component/core/base/transaction-filter-popup-base.component.d.ts +0 -37
- package/lib/component/core/base/transaction-grid-base.component.d.ts +0 -25
- package/lib/component/core/base/transaction-header-base.component.d.ts +0 -16
- package/lib/component/core/base/transaction-header-filter-popup-base.component.d.ts +0 -38
- package/lib/component/core/base/transaction-line-base.component.d.ts +0 -16
- package/lib/component/core/base/transaction-lines-line-base.component.d.ts +0 -23
- package/lib/component/core/base/transaction-search-grid-base.component.d.ts +0 -11
- package/lib/component/core/base/transaction-search-tile-base.component.d.ts +0 -13
- package/lib/component/core/core.module.d.ts +0 -2
- package/lib/component/core/directive/lazy-render-master.directive.d.ts +0 -10
- package/lib/component/core/directive/lazy-render.directive.d.ts +0 -10
- package/lib/component/core/enum/app-popup-button-type.enum.d.ts +0 -9
- package/lib/component/core/enum/app-popup-type.enum.d.ts +0 -6
- package/lib/component/core/icon/icon.component.d.ts +0 -12
- package/lib/component/core/image-display/image-display.component.d.ts +0 -5
- package/lib/component/core/relation/customer-groups.component.d.ts +0 -14
- package/lib/component/core/stock-status-indicator/stock-status-indicator.component.d.ts +0 -5
- package/lib/component/delivery-type-tile/delivery-type-tile.component.d.ts +0 -10
- package/lib/component/delivery-type-tile/delivery-type-tile.module.d.ts +0 -2
- package/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.component.d.ts +0 -15
- package/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.module.d.ts +0 -2
- package/lib/component/dialog/dialog-header-search/dialog-header-search.component.d.ts +0 -10
- package/lib/component/dialog/dialog-header-search/dialog-header-search.module.d.ts +0 -2
- package/lib/component/dialog/transaction-header/dialog-transaction-header-delivery-method/dialog-transaction-header-delivery-method.component.d.ts +0 -4
- package/lib/component/dialog/transaction-header/dialog-transaction-header-delivery-method/dialog-transaction-header-delivery-method.module.d.ts +0 -2
- package/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.component.d.ts +0 -8
- package/lib/component/dialog/transaction-header/dialog-transaction-header-discount/dialog-transaction-header-discount.module.d.ts +0 -2
- package/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/dialog-transaction-line-commission-code.component.d.ts +0 -4
- package/lib/component/dialog/transaction-line/dialog-transaction-line-commission-code/dialog-transaction-line-commission-code.module.d.ts +0 -2
- package/lib/component/dialog/transaction-line/dialog-transaction-line-delivery-method/dialog-transaction-line-delivery-method.component.d.ts +0 -4
- package/lib/component/dialog/transaction-line/dialog-transaction-line-delivery-method/dialog-transaction-line-delivery-method.module.d.ts +0 -2
- package/lib/component/dialog/transaction-line/dialog-transaction-line-discount/dialog-transaction-line-discount.component.d.ts +0 -14
- package/lib/component/dialog/transaction-line/dialog-transaction-line-discount/dialog-transaction-line-discount.module.d.ts +0 -2
- package/lib/component/dialog/transaction-line/dialog-transaction-line-price-list/dialog-transaction-line-price-list.component.d.ts +0 -4
- package/lib/component/dialog/transaction-line/dialog-transaction-line-price-list/dialog-transaction-line-price-list.module.d.ts +0 -2
- package/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/dialog-transaction-line-supplier.component.d.ts +0 -4
- package/lib/component/dialog/transaction-line/dialog-transaction-line-supplier/dialog-transaction-line-supplier.module.d.ts +0 -2
- package/lib/component/dialog/transaction-line/dialog-transaction-line-vat/dialog-transaction-line-vat.component.d.ts +0 -4
- package/lib/component/dialog/transaction-line/dialog-transaction-line-vat/dialog-transaction-line-vat.module.d.ts +0 -2
- package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse/dialog-transaction-line-warehouse.component.d.ts +0 -4
- package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse/dialog-transaction-line-warehouse.module.d.ts +0 -2
- package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.component.d.ts +0 -12
- package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.module.d.ts +0 -2
- package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.component.d.ts +0 -6
- package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.module.d.ts +0 -2
- package/lib/component/discount/discount.component.d.ts +0 -19
- package/lib/component/discount/discount.module.d.ts +0 -2
- package/lib/component/down-payment/down-payment.component.d.ts +0 -16
- package/lib/component/down-payment/down-payment.module.d.ts +0 -2
- package/lib/component/editable-label/editable-label.component.d.ts +0 -16
- package/lib/component/editable-label/editable-label.module.d.ts +0 -2
- package/lib/component/loader/loader.component.d.ts +0 -3
- package/lib/component/loader/loader.module.d.ts +0 -2
- package/lib/component/payment/payment.component.d.ts +0 -58
- package/lib/component/payment/payment.module.d.ts +0 -2
- package/lib/component/payment-qr-code/payment-qr-code.component.d.ts +0 -4
- package/lib/component/payment-qr-code/payment-qr-code.module.d.ts +0 -2
- package/lib/component/payment-tile/payment-tile.component.d.ts +0 -10
- package/lib/component/payment-tile/payment-tile.module.d.ts +0 -2
- package/lib/component/quick-send-button/quick-send-button.component.d.ts +0 -15
- package/lib/component/quick-send-button/quick-send-button.module.d.ts +0 -2
- package/lib/component/relation/relation-address/relation-address.component.d.ts +0 -25
- package/lib/component/relation/relation-address/relation-address.module.d.ts +0 -2
- package/lib/component/relation/relation-address-select/relation-address-select.component.d.ts +0 -33
- package/lib/component/relation/relation-address-select/relation-address-select.module.d.ts +0 -2
- package/lib/component/relation/relation-address-tile/relation-address-tile.component.d.ts +0 -15
- package/lib/component/relation/relation-address-tile/relation-address-tile.module.d.ts +0 -2
- package/lib/component/relation/relation-addresses/relation-addresses.component.d.ts +0 -27
- package/lib/component/relation/relation-addresses/relation-addresses.module.d.ts +0 -2
- package/lib/component/relation/relation-base.component.d.ts +0 -13
- package/lib/component/relation/relation-contact-details/relation-contact-details.component.d.ts +0 -12
- package/lib/component/relation/relation-contact-details/relation-contact-details.module.d.ts +0 -2
- package/lib/component/relation/relation-general/relation-general.component.d.ts +0 -34
- package/lib/component/relation/relation-general/relation-general.module.d.ts +0 -2
- package/lib/component/relation/relation-preferences/relation-preferences.component.d.ts +0 -15
- package/lib/component/relation/relation-preferences/relation-preferences.module.d.ts +0 -2
- package/lib/component/relation/relation-suggestions-list/relation-suggestions-list.component.d.ts +0 -7
- package/lib/component/relation/relation-suggestions-list/relation-suggestions-list.module.d.ts +0 -2
- package/lib/component/relation/relation-suggestions-list-item/relation-suggestions-list-item.component.d.ts +0 -8
- package/lib/component/relation/relation-suggestions-list-item/relation-suggestions-list-item.module.d.ts +0 -2
- package/lib/component/relation/relation-type/relation-type.component.d.ts +0 -11
- package/lib/component/relation/relation-type/relation-type.module.d.ts +0 -2
- package/lib/component/shared/transaction-article-text/transaction-article-text.component.d.ts +0 -44
- package/lib/component/shared/transaction-article-text/transaction-article-text.module.d.ts +0 -2
- package/lib/component/shared/transaction-article-text-overview/transaction-article-text-overview.component.d.ts +0 -29
- package/lib/component/shared/transaction-article-text-overview/transaction-article-text-overview.module.d.ts +0 -2
- package/lib/component/shopping-cart/shopping-cart.component.d.ts +0 -17
- package/lib/component/shopping-cart/shopping-cart.module.d.ts +0 -2
- package/lib/component/shopping-cart-preview/shopping-cart-preview.component.d.ts +0 -13
- package/lib/component/shopping-cart-preview/shopping-cart-preview.module.d.ts +0 -2
- package/lib/component/stepper/component/stepper-step.component.d.ts +0 -12
- package/lib/component/stepper/stepper.component.d.ts +0 -36
- package/lib/component/stepper/stepper.module.d.ts +0 -2
- package/lib/component/tile/tile.component.d.ts +0 -6
- package/lib/component/tile/tile.module.d.ts +0 -2
- package/lib/component/transaction/style/_layout.scss +0 -56
- package/lib/component/transaction/style/material.scss +0 -13
- package/lib/component/transaction/transaction.component.d.ts +0 -45
- package/lib/component/transaction/transaction.module.d.ts +0 -2
- package/lib/component/transaction-allocate-goods-history/transaction-allocate-goods-history.component.d.ts +0 -18
- package/lib/component/transaction-allocate-goods-history/transaction-allocate-goods-history.module.d.ts +0 -2
- package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button-base.component.d.ts +0 -16
- package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-button-bar-button.component.d.ts +0 -18
- package/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-purchase-button-bar-button.component.d.ts +0 -12
- package/lib/component/transaction-button-bar/transaction-button-bar.component.d.ts +0 -19
- package/lib/component/transaction-button-bar/transaction-button-bar.module.d.ts +0 -2
- package/lib/component/transaction-confirmation-details/transaction-confirmation-details.component.d.ts +0 -24
- package/lib/component/transaction-confirmation-details/transaction-confirmation-details.module.d.ts +0 -2
- package/lib/component/transaction-confirmation-history/transaction-confirmation-history.component.d.ts +0 -30
- package/lib/component/transaction-confirmation-history/transaction-confirmation-history.module.d.ts +0 -2
- package/lib/component/transaction-grid/transaction-available-stock-grid/transaction-available-stock-grid.component.d.ts +0 -26
- package/lib/component/transaction-grid/transaction-available-stock-grid/transaction-available-stock-grid.module.d.ts +0 -2
- package/lib/component/transaction-grid/transaction-base-grid/transaction-base-grid.component.d.ts +0 -8
- package/lib/component/transaction-grid/transaction-base-grid/transaction-base-grid.module.d.ts +0 -2
- package/lib/component/transaction-grid/transaction-grid/transaction-grid.component.d.ts +0 -26
- package/lib/component/transaction-grid/transaction-grid/transaction-grid.module.d.ts +0 -2
- package/lib/component/transaction-grid/transaction-history-grid/transaction-history-grid.component.d.ts +0 -19
- package/lib/component/transaction-grid/transaction-history-grid/transaction-history-grid.module.d.ts +0 -2
- package/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.component.d.ts +0 -21
- package/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.module.d.ts +0 -2
- package/lib/component/transaction-grid/transaction-order-confirmation-grid/transaction-order-confirmation-grid.component.d.ts +0 -4
- package/lib/component/transaction-grid/transaction-order-confirmation-grid/transaction-order-confirmation-grid.module.d.ts +0 -2
- 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-header/transaction-header/transaction-header.component.d.ts +0 -12
- package/lib/component/transaction-header/transaction-header/transaction-header.module.d.ts +0 -2
- package/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.d.ts +0 -21
- package/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.module.d.ts +0 -2
- package/lib/component/transaction-header/transaction-header-order/style/_layout.scss +0 -51
- package/lib/component/transaction-header/transaction-header-order/style/_material-definition.scss +0 -12
- package/lib/component/transaction-header/transaction-header-order/transaction-header-order.component.d.ts +0 -13
- package/lib/component/transaction-header/transaction-header-order/transaction-header-order.module.d.ts +0 -2
- package/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.d.ts +0 -22
- package/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.module.d.ts +0 -2
- package/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.d.ts +0 -41
- package/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.module.d.ts +0 -2
- package/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.d.ts +0 -14
- package/lib/component/transaction-header-fields/transaction-header-administrative-relation.module.d.ts +0 -2
- package/lib/component/transaction-header-fields/transaction-header-branch.component.d.ts +0 -17
- package/lib/component/transaction-header-fields/transaction-header-branch.module.d.ts +0 -2
- package/lib/component/transaction-header-fields/transaction-header-definitive.component.d.ts +0 -9
- package/lib/component/transaction-header-fields/transaction-header-definitive.module.d.ts +0 -2
- package/lib/component/transaction-header-fields/transaction-header-delivery-date.component.d.ts +0 -17
- package/lib/component/transaction-header-fields/transaction-header-delivery-date.module.d.ts +0 -2
- package/lib/component/transaction-header-fields/transaction-header-delivery-method.component.d.ts +0 -20
- package/lib/component/transaction-header-fields/transaction-header-delivery-method.module.d.ts +0 -2
- package/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.component.d.ts +0 -21
- package/lib/component/transaction-header-fields/transaction-header-delivery-options/transaction-header-delivery-options.module.d.ts +0 -2
- package/lib/component/transaction-header-fields/transaction-header-discount-amount.component.d.ts +0 -17
- package/lib/component/transaction-header-fields/transaction-header-discount-amount.module.d.ts +0 -2
- package/lib/component/transaction-header-fields/transaction-header-discount-percentage.component.d.ts +0 -17
- package/lib/component/transaction-header-fields/transaction-header-discount-percentage.module.d.ts +0 -2
- package/lib/component/transaction-header-fields/transaction-header-discount-transaction-total.component.d.ts +0 -18
- package/lib/component/transaction-header-fields/transaction-header-discount-transaction-total.module.d.ts +0 -2
- package/lib/component/transaction-header-fields/transaction-header-downpayment-amount.component.d.ts +0 -17
- package/lib/component/transaction-header-fields/transaction-header-downpayment-amount.module.d.ts +0 -2
- package/lib/component/transaction-header-fields/transaction-header-downpayment-percentage.component.d.ts +0 -17
- package/lib/component/transaction-header-fields/transaction-header-downpayment-percentage.module.d.ts +0 -2
- package/lib/component/transaction-header-fields/transaction-header-marketing.component.d.ts +0 -14
- package/lib/component/transaction-header-fields/transaction-header-marketing.module.d.ts +0 -2
- package/lib/component/transaction-header-fields/transaction-header-partial-delivery.component.d.ts +0 -11
- package/lib/component/transaction-header-fields/transaction-header-partial-delivery.module.d.ts +0 -2
- package/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.component.d.ts +0 -17
- package/lib/component/transaction-header-fields/transaction-header-preferred-delivery-date.module.d.ts +0 -2
- package/lib/component/transaction-header-fields/transaction-header-reference.component.d.ts +0 -17
- package/lib/component/transaction-header-fields/transaction-header-reference.module.d.ts +0 -2
- package/lib/component/transaction-header-fields/transaction-header-relation-reference.component.d.ts +0 -17
- package/lib/component/transaction-header-fields/transaction-header-relation-reference.module.d.ts +0 -2
- package/lib/component/transaction-header-fields/transaction-header-remarks.component.d.ts +0 -17
- package/lib/component/transaction-header-fields/transaction-header-remarks.module.d.ts +0 -2
- package/lib/component/transaction-history-grid-status/transaction-history-grid-status.component.d.ts +0 -11
- package/lib/component/transaction-history-grid-status/transaction-history-grid-status.module.d.ts +0 -2
- package/lib/component/transaction-line/transaction-base-line/transaction-base-line.component.d.ts +0 -20
- package/lib/component/transaction-line/transaction-base-line/transaction-base-line.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-goods-allocation-line/transaction-goods-allocation-line.component.d.ts +0 -27
- package/lib/component/transaction-line/transaction-goods-allocation-line/transaction-goods-allocation-line.module.d.ts +0 -2
- package/lib/component/transaction-line/transaction-line/transaction-line.component.d.ts +0 -32
- package/lib/component/transaction-line/transaction-line/transaction-line.module.d.ts +0 -2
- package/lib/component/transaction-line/transaction-order-delivery-line/service/transaction-order-delivery.service.d.ts +0 -4
- package/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.component.d.ts +0 -25
- package/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.module.d.ts +0 -2
- package/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.component.d.ts +0 -28
- package/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.module.d.ts +0 -2
- package/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.d.ts +0 -19
- package/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.module.d.ts +0 -2
- package/lib/component/transaction-line/transaction-receive-goods-line/service/transaction-receive-goods.service.d.ts +0 -19
- package/lib/component/transaction-line/transaction-receive-goods-line/style/_layout.scss +0 -36
- package/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.component.d.ts +0 -27
- package/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.module.d.ts +0 -2
- package/lib/component/transaction-line-action-buttons/transaction-line-action-buttons.component.d.ts +0 -49
- package/lib/component/transaction-line-action-buttons/transaction-line-action-buttons.module.d.ts +0 -2
- package/lib/component/transaction-line-checkbox-list/transaction-line-checkbox-list.component.d.ts +0 -20
- package/lib/component/transaction-line-checkbox-list/transaction-line-checkbox-list.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-amount.component.d.ts +0 -10
- package/lib/component/transaction-line-fields/transaction-line-amount.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-commission-button.component.d.ts +0 -9
- package/lib/component/transaction-line-fields/transaction-line-commission-button.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-commission-code.component.d.ts +0 -15
- package/lib/component/transaction-line-fields/transaction-line-commission-code.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-delivery-button.component.d.ts +0 -13
- package/lib/component/transaction-line-fields/transaction-line-delivery-button.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-delivery-date-button.component.d.ts +0 -10
- package/lib/component/transaction-line-fields/transaction-line-delivery-date-button.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-delivery-date.component.d.ts +0 -17
- package/lib/component/transaction-line-fields/transaction-line-delivery-date.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-delivery-method.component.d.ts +0 -14
- package/lib/component/transaction-line-fields/transaction-line-delivery-method.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-description.component.d.ts +0 -21
- package/lib/component/transaction-line-fields/transaction-line-description.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-discount-amount.component.d.ts +0 -10
- package/lib/component/transaction-line-fields/transaction-line-discount-amount.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-line-discount.component.d.ts +0 -10
- package/lib/component/transaction-line-fields/transaction-line-line-discount.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-price/transaction-line-price.component.d.ts +0 -18
- package/lib/component/transaction-line-fields/transaction-line-price/transaction-line-price.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-price-list.component.d.ts +0 -14
- package/lib/component/transaction-line-fields/transaction-line-price-list.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-quantity.component.d.ts +0 -7
- package/lib/component/transaction-line-fields/transaction-line-quantity.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-quantum-discount.component.d.ts +0 -10
- package/lib/component/transaction-line-fields/transaction-line-quantum-discount.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-reference.component.d.ts +0 -10
- package/lib/component/transaction-line-fields/transaction-line-reference.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-special-discount.component.d.ts +0 -10
- package/lib/component/transaction-line-fields/transaction-line-special-discount.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-supplier-button.component.d.ts +0 -12
- package/lib/component/transaction-line-fields/transaction-line-supplier-button.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-supplier.component.d.ts +0 -16
- package/lib/component/transaction-line-fields/transaction-line-supplier.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-vat.component.d.ts +0 -13
- package/lib/component/transaction-line-fields/transaction-line-vat.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-warehouse-button.component.d.ts +0 -15
- package/lib/component/transaction-line-fields/transaction-line-warehouse-button.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.d.ts +0 -18
- package/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-warehouse-location.component.d.ts +0 -13
- package/lib/component/transaction-line-fields/transaction-line-warehouse-location.module.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-warehouse.component.d.ts +0 -14
- package/lib/component/transaction-line-fields/transaction-line-warehouse.module.d.ts +0 -2
- package/lib/component/transaction-line-grid/transaction-line-grid.component.d.ts +0 -5
- package/lib/component/transaction-line-grid/transaction-line-grid.module.d.ts +0 -2
- package/lib/component/transaction-line-image-and-description/transaction-line-image-and-description.component.d.ts +0 -29
- package/lib/component/transaction-line-image-and-description/transaction-line-image-and-description.module.d.ts +0 -2
- package/lib/component/transaction-line-side-panel/transaction-line-side-panel.component.d.ts +0 -27
- package/lib/component/transaction-line-side-panel/transaction-line-side-panel.module.d.ts +0 -2
- package/lib/component/transaction-line-side-panel-default/transaction-line-side-panel-default.component.d.ts +0 -21
- package/lib/component/transaction-line-side-panel-default/transaction-line-side-panel-default.module.d.ts +0 -2
- package/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.component.d.ts +0 -28
- package/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.module.d.ts +0 -2
- package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.component.d.ts +0 -20
- package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.module.d.ts +0 -2
- package/lib/component/transaction-line-statusbar/transaction-line-statusbar.component.d.ts +0 -30
- package/lib/component/transaction-line-statusbar/transaction-line-statusbar.module.d.ts +0 -2
- package/lib/component/transaction-lines/transaction-lines.component.d.ts +0 -48
- package/lib/component/transaction-lines/transaction-lines.module.d.ts +0 -2
- package/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.component.d.ts +0 -28
- package/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.module.d.ts +0 -2
- package/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation/transaction-quick-access-goods-allocation.component.d.ts +0 -20
- package/lib/component/transaction-quick-access/transaction-quick-access-goods-allocation/transaction-quick-access-goods-allocation.module.d.ts +0 -2
- package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.d.ts +0 -7
- package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.module.d.ts +0 -2
- package/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.d.ts +0 -19
- package/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.module.d.ts +0 -2
- package/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.component.d.ts +0 -14
- package/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.module.d.ts +0 -2
- package/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.d.ts +0 -33
- package/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.module.d.ts +0 -2
- package/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.component.d.ts +0 -33
- package/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.module.d.ts +0 -2
- package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.d.ts +0 -34
- package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.module.d.ts +0 -2
- package/lib/component/transaction-quick-access/transaction-quick-access-send-method-base.component.d.ts +0 -43
- package/lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.component.d.ts +0 -17
- package/lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.module.d.ts +0 -2
- package/lib/component/transaction-search/service/filter-request.service.d.ts +0 -87
- package/lib/component/transaction-search/service/transaction-search.service.d.ts +0 -37
- package/lib/component/transaction-search/transaction-filter/transaction-filter/transaction-filter.component.d.ts +0 -26
- package/lib/component/transaction-search/transaction-filter/transaction-filter/transaction-filter.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-filter/transaction-purchase-order-filter/transaction-purchase-order-filter.component.d.ts +0 -9
- package/lib/component/transaction-search/transaction-filter/transaction-purchase-order-filter/transaction-purchase-order-filter.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-filter/transaction-sales-order-filter/transaction-sales-order-filter.component.d.ts +0 -9
- package/lib/component/transaction-search/transaction-filter/transaction-sales-order-filter/transaction-sales-order-filter.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-filter-categories/transaction-filter-categories.component.d.ts +0 -10
- package/lib/component/transaction-search/transaction-filter-categories/transaction-filter-categories.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-filter-content/enum/search-placeholder.enum.d.ts +0 -25
- package/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-article/transaction-purchase-order-filter-content-article.component.d.ts +0 -40
- package/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-article/transaction-purchase-order-filter-content-article.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/transaction-purchase-order-filter-content-logistics.component.d.ts +0 -36
- package/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-logistics/transaction-purchase-order-filter-content-logistics.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/transaction-purchase-order-filter-content-order.component.d.ts +0 -50
- package/lib/component/transaction-search/transaction-filter-content/purchase-order-filter-content/transaction-purchase-order-filter-content-order/transaction-purchase-order-filter-content-order.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-article/transaction-sales-order-filter-content-article.component.d.ts +0 -40
- package/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-article/transaction-sales-order-filter-content-article.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/transaction-sales-order-filter-content-logistics.component.d.ts +0 -36
- package/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-logistics/transaction-sales-order-filter-content-logistics.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/transaction-sales-order-filter-content-order.component.d.ts +0 -57
- package/lib/component/transaction-search/transaction-filter-content/sales-order-filter-content/transaction-sales-order-filter-content-order/transaction-sales-order-filter-content-order.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-filter-historic-state/transaction-filter-historic-state.component.d.ts +0 -24
- package/lib/component/transaction-search/transaction-filter-historic-state/transaction-filter-historic-state.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-filter-item/transaction-filter-item.component.d.ts +0 -21
- package/lib/component/transaction-search/transaction-filter-item/transaction-filter-item.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-search-grid/transaction-search-grid/transaction-search-grid.component.d.ts +0 -22
- package/lib/component/transaction-search/transaction-search-grid/transaction-search-grid/transaction-search-grid.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid/transaction-search-purchase-order-grid.component.d.ts +0 -7
- package/lib/component/transaction-search/transaction-search-grid/transaction-search-purchase-order-grid/transaction-search-purchase-order-grid.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/transaction-search-sales-order-grid.component.d.ts +0 -7
- package/lib/component/transaction-search/transaction-search-grid/transaction-search-sales-order-grid/transaction-search-sales-order-grid.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-search-header/transaction-search-header.component.d.ts +0 -36
- package/lib/component/transaction-search/transaction-search-header/transaction-search-header.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.d.ts +0 -32
- package/lib/component/transaction-search/transaction-search-result/transaction-search-result.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/transaction-search-purchase-order-tile.component.d.ts +0 -3
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/transaction-search-purchase-order-tile.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.d.ts +0 -6
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/transaction-search-tile.component.d.ts +0 -25
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/transaction-search-tile.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/transaction-statusbar.component.d.ts +0 -22
- package/lib/component/transaction-search/transaction-search-tile/transaction-statusbar/transaction-statusbar.module.d.ts +0 -2
- package/lib/component/transaction-search/transaction-search.component.d.ts +0 -32
- package/lib/component/transaction-search/transaction-search.module.d.ts +0 -2
- package/lib/component/transaction-side-panel-edit-request-details/components/allocation-request.component.d.ts +0 -35
- package/lib/component/transaction-side-panel-edit-request-details/components/receive-goods-request.component.d.ts +0 -48
- 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/component/transaction-tile/transaction-tile.component.d.ts +0 -24
- package/lib/component/transaction-tile/transaction-tile.module.d.ts +0 -2
- package/lib/component/transaction-totals/transaction-totals.component.d.ts +0 -12
- package/lib/component/transaction-totals/transaction-totals.module.d.ts +0 -2
- package/lib/component/view-mode-buttons/view-mode-buttons.component.d.ts +0 -17
- package/lib/component/view-mode-buttons/view-mode-buttons.module.d.ts +0 -2
- package/lib/enum/content-view-mode.enum.d.ts +0 -8
- package/lib/enum/direction.enum.d.ts +0 -6
- package/lib/enum/icon.enum.d.ts +0 -82
- package/lib/enum/language-code.enum.d.ts +0 -6
- package/lib/enum/order-discount-type.enum.d.ts +0 -5
- package/lib/enum/position-grid-row.enum.d.ts +0 -4
- package/lib/enum/search-view-mode.enum.d.ts +0 -4
- package/lib/enum/searchbar-view-mode.enum.d.ts +0 -4
- package/lib/enum/status-type.enum.d.ts +0 -5
- package/lib/enum/time-size.type.d.ts +0 -7
- package/lib/enum/transaction-type-category.enum.d.ts +0 -15
- package/lib/interface/dialog-response.interface.d.ts +0 -5
- package/lib/model/down-payment-view-model.d.ts +0 -7
- package/lib/model/extended-transaction-line-view-model.d.ts +0 -10
- package/lib/model/filter-item.viewmodel.d.ts +0 -7
- package/lib/model/filter-viewmodel.d.ts +0 -8
- package/lib/model/icon-svg.d.ts +0 -4
- package/lib/model/payment.viewmodel.d.ts +0 -6
- package/lib/model/received-goods-view-model.d.ts +0 -10
- package/lib/model/relation-any-type.d.ts +0 -3
- package/lib/model/standard-text.d.ts +0 -5
- package/lib/model/text-value-container.d.ts +0 -4
- package/lib/model/transaction-bar-button.d.ts +0 -10
- package/lib/model/transaction-search-result.d.ts +0 -5
- package/lib/pipe/append.pipe.d.ts +0 -4
- package/lib/pipe/co-currency.pipe.d.ts +0 -10
- package/lib/pipe/date-duration.pipe.d.ts +0 -10
- package/lib/pipe/delivery-time.pipe.d.ts +0 -12
- package/lib/pipe/localize.pipe.d.ts +0 -7
- package/lib/pipe/pipe.module.d.ts +0 -2
- package/lib/pipe/safe-html.pipe.d.ts +0 -7
- package/lib/pipe/safe-style.pipe.d.ts +0 -7
- package/lib/service/article-connector.service.d.ts +0 -20
- package/lib/service/article.service.d.ts +0 -8
- package/lib/service/dialog.service.d.ts +0 -25
- package/lib/service/dictionary.service.d.ts +0 -21
- package/lib/service/dynamic-component.service.d.ts +0 -11
- package/lib/service/error.service.d.ts +0 -12
- package/lib/service/icon-cache.service.d.ts +0 -18
- package/lib/service/options.service.d.ts +0 -13
- package/lib/service/payment.service.d.ts +0 -23
- package/lib/service/pending-reason.service.d.ts +0 -59
- package/lib/service/relation-connector.service.d.ts +0 -36
- package/lib/service/relation.service.d.ts +0 -44
- package/lib/service/shared-connector.service.d.ts +0 -12
- package/lib/service/shared.service.d.ts +0 -15
- package/lib/service/transaction-connector-adapter.service.d.ts +0 -206
- package/lib/service/transaction-connector.service.d.ts +0 -197
- package/lib/service/transaction-event.service.d.ts +0 -67
- package/lib/service/transaction-image.service.d.ts +0 -10
- package/lib/service/transaction-mapping.service.d.ts +0 -26
- package/lib/service/transaction.service.d.ts +0 -175
- package/public_api.d.ts +0 -45
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { NgModule } from "@angular/core";
|
|
2
|
-
import { CommonModule } from "@angular/common";
|
|
3
|
-
import { TransactionReceiveGoodsLineComponent } from "./transaction-receive-goods-line.component";
|
|
4
|
-
import { TransactionBaseLineModule } from "../transaction-base-line/transaction-base-line.module";
|
|
5
|
-
import { TransactionLineWarehouseButtonModule } from "../../transaction-line-fields/transaction-line-warehouse-button.module";
|
|
6
|
-
import { TransactionLineWarehouseLocationModule } from "../../transaction-line-fields/transaction-line-warehouse-location.module";
|
|
7
|
-
import { EditableLabelModule } from "../../editable-label/editable-label.module";
|
|
8
|
-
import { IconModule, InputCheckboxModule, InputNumberPickerModule, ObserveVisibilityModule } from "@colijnit/corecomponents_v12";
|
|
9
|
-
import { TransactionLineWarehouseLocationButtonModule } from "../../transaction-line-fields/transaction-line-warehouse-location-button.module";
|
|
10
|
-
export class TransactionReceiveGoodsLineModule {
|
|
11
|
-
}
|
|
12
|
-
TransactionReceiveGoodsLineModule.decorators = [
|
|
13
|
-
{ type: NgModule, args: [{
|
|
14
|
-
imports: [
|
|
15
|
-
CommonModule,
|
|
16
|
-
TransactionBaseLineModule,
|
|
17
|
-
TransactionLineWarehouseButtonModule,
|
|
18
|
-
TransactionLineWarehouseLocationModule,
|
|
19
|
-
EditableLabelModule,
|
|
20
|
-
InputNumberPickerModule,
|
|
21
|
-
InputCheckboxModule,
|
|
22
|
-
IconModule,
|
|
23
|
-
TransactionLineWarehouseLocationButtonModule,
|
|
24
|
-
ObserveVisibilityModule
|
|
25
|
-
],
|
|
26
|
-
declarations: [
|
|
27
|
-
TransactionReceiveGoodsLineComponent
|
|
28
|
-
],
|
|
29
|
-
exports: [
|
|
30
|
-
TransactionReceiveGoodsLineComponent
|
|
31
|
-
]
|
|
32
|
-
},] }
|
|
33
|
-
];
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tcmVjZWl2ZS1nb29kcy1saW5lLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWxpbmUvdHJhbnNhY3Rpb24tcmVjZWl2ZS1nb29kcy1saW5lL3RyYW5zYWN0aW9uLXJlY2VpdmUtZ29vZHMtbGluZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLG9DQUFvQyxFQUFDLE1BQU0sNENBQTRDLENBQUM7QUFDaEcsT0FBTyxFQUFDLHlCQUF5QixFQUFDLE1BQU0sdURBQXVELENBQUM7QUFDaEcsT0FBTyxFQUNMLG9DQUFvQyxFQUNyQyxNQUFNLHdFQUF3RSxDQUFDO0FBQ2hGLE9BQU8sRUFDTCxzQ0FBc0MsRUFDdkMsTUFBTSwwRUFBMEUsQ0FBQztBQUNsRixPQUFPLEVBQUMsbUJBQW1CLEVBQUMsTUFBTSw0Q0FBNEMsQ0FBQztBQUMvRSxPQUFPLEVBQ0gsVUFBVSxFQUNWLG1CQUFtQixFQUNuQix1QkFBdUIsRUFDdkIsdUJBQXVCLEVBQzFCLE1BQU0sOEJBQThCLENBQUM7QUFDdEMsT0FBTyxFQUNMLDRDQUE0QyxFQUM3QyxNQUFNLGlGQUFpRixDQUFDO0FBdUJ6RixNQUFNLE9BQU8saUNBQWlDOzs7WUFwQjdDLFFBQVEsU0FBQztnQkFDTixPQUFPLEVBQUU7b0JBQ0wsWUFBWTtvQkFDWix5QkFBeUI7b0JBQ3pCLG9DQUFvQztvQkFDcEMsc0NBQXNDO29CQUN0QyxtQkFBbUI7b0JBQ25CLHVCQUF1QjtvQkFDdkIsbUJBQW1CO29CQUNuQixVQUFVO29CQUNWLDRDQUE0QztvQkFDNUMsdUJBQXVCO2lCQUMxQjtnQkFDSCxZQUFZLEVBQUU7b0JBQ1osb0NBQW9DO2lCQUNyQztnQkFDRCxPQUFPLEVBQUU7b0JBQ1Asb0NBQW9DO2lCQUNyQzthQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtOZ01vZHVsZX0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHtDb21tb25Nb2R1bGV9IGZyb20gXCJAYW5ndWxhci9jb21tb25cIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvblJlY2VpdmVHb29kc0xpbmVDb21wb25lbnR9IGZyb20gXCIuL3RyYW5zYWN0aW9uLXJlY2VpdmUtZ29vZHMtbGluZS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvbkJhc2VMaW5lTW9kdWxlfSBmcm9tIFwiLi4vdHJhbnNhY3Rpb24tYmFzZS1saW5lL3RyYW5zYWN0aW9uLWJhc2UtbGluZS5tb2R1bGVcIjtcclxuaW1wb3J0IHtcclxuICBUcmFuc2FjdGlvbkxpbmVXYXJlaG91c2VCdXR0b25Nb2R1bGVcclxufSBmcm9tIFwiLi4vLi4vdHJhbnNhY3Rpb24tbGluZS1maWVsZHMvdHJhbnNhY3Rpb24tbGluZS13YXJlaG91c2UtYnV0dG9uLm1vZHVsZVwiO1xyXG5pbXBvcnQge1xyXG4gIFRyYW5zYWN0aW9uTGluZVdhcmVob3VzZUxvY2F0aW9uTW9kdWxlXHJcbn0gZnJvbSBcIi4uLy4uL3RyYW5zYWN0aW9uLWxpbmUtZmllbGRzL3RyYW5zYWN0aW9uLWxpbmUtd2FyZWhvdXNlLWxvY2F0aW9uLm1vZHVsZVwiO1xyXG5pbXBvcnQge0VkaXRhYmxlTGFiZWxNb2R1bGV9IGZyb20gXCIuLi8uLi9lZGl0YWJsZS1sYWJlbC9lZGl0YWJsZS1sYWJlbC5tb2R1bGVcIjtcclxuaW1wb3J0IHtcclxuICAgIEljb25Nb2R1bGUsXHJcbiAgICBJbnB1dENoZWNrYm94TW9kdWxlLFxyXG4gICAgSW5wdXROdW1iZXJQaWNrZXJNb2R1bGUsXHJcbiAgICBPYnNlcnZlVmlzaWJpbGl0eU1vZHVsZVxyXG59IGZyb20gXCJAY29saWpuaXQvY29yZWNvbXBvbmVudHNfdjEyXCI7XHJcbmltcG9ydCB7XHJcbiAgVHJhbnNhY3Rpb25MaW5lV2FyZWhvdXNlTG9jYXRpb25CdXR0b25Nb2R1bGVcclxufSBmcm9tIFwiLi4vLi4vdHJhbnNhY3Rpb24tbGluZS1maWVsZHMvdHJhbnNhY3Rpb24tbGluZS13YXJlaG91c2UtbG9jYXRpb24tYnV0dG9uLm1vZHVsZVwiO1xyXG5cclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgICBpbXBvcnRzOiBbXHJcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxyXG4gICAgICAgIFRyYW5zYWN0aW9uQmFzZUxpbmVNb2R1bGUsXHJcbiAgICAgICAgVHJhbnNhY3Rpb25MaW5lV2FyZWhvdXNlQnV0dG9uTW9kdWxlLFxyXG4gICAgICAgIFRyYW5zYWN0aW9uTGluZVdhcmVob3VzZUxvY2F0aW9uTW9kdWxlLFxyXG4gICAgICAgIEVkaXRhYmxlTGFiZWxNb2R1bGUsXHJcbiAgICAgICAgSW5wdXROdW1iZXJQaWNrZXJNb2R1bGUsXHJcbiAgICAgICAgSW5wdXRDaGVja2JveE1vZHVsZSxcclxuICAgICAgICBJY29uTW9kdWxlLFxyXG4gICAgICAgIFRyYW5zYWN0aW9uTGluZVdhcmVob3VzZUxvY2F0aW9uQnV0dG9uTW9kdWxlLFxyXG4gICAgICAgIE9ic2VydmVWaXNpYmlsaXR5TW9kdWxlXHJcbiAgICBdLFxyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gICAgVHJhbnNhY3Rpb25SZWNlaXZlR29vZHNMaW5lQ29tcG9uZW50XHJcbiAgXSxcclxuICBleHBvcnRzOiBbXHJcbiAgICBUcmFuc2FjdGlvblJlY2VpdmVHb29kc0xpbmVDb21wb25lbnRcclxuICBdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBUcmFuc2FjdGlvblJlY2VpdmVHb29kc0xpbmVNb2R1bGUge1xyXG59XHJcbiJdfQ==
|
|
@@ -1,192 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, HostBinding, Input, Output, ViewEncapsulation } from "@angular/core";
|
|
2
|
-
import { TransactionService } from "../../service/transaction.service";
|
|
3
|
-
import { TransactionKind } from "@colijnit/transactionapi/build/enum/transaction-kind.enum";
|
|
4
|
-
import { Icon } from "../../enum/icon.enum";
|
|
5
|
-
import { DictionaryService } from "../../service/dictionary.service";
|
|
6
|
-
import { IconCacheService } from "../../service/icon-cache.service";
|
|
7
|
-
import { Direction } from "../../enum/direction.enum";
|
|
8
|
-
export class TransactionLineActionButtonsComponent {
|
|
9
|
-
constructor(iconCacheService, _transactionService, _dictionaryService) {
|
|
10
|
-
this.iconCacheService = iconCacheService;
|
|
11
|
-
this._transactionService = _transactionService;
|
|
12
|
-
this._dictionaryService = _dictionaryService;
|
|
13
|
-
this.icons = Icon;
|
|
14
|
-
this.alignDirection = Direction.Down;
|
|
15
|
-
this.waitingForUserAction = new EventEmitter();
|
|
16
|
-
this.sidePanelButtonClicked = new EventEmitter();
|
|
17
|
-
this.showActionButtonsDelayed = false;
|
|
18
|
-
this.showTransactionArticleText = false;
|
|
19
|
-
this.showTransactionArticleTextOverview = false;
|
|
20
|
-
this.readonly = false;
|
|
21
|
-
this._showActionButtons = false;
|
|
22
|
-
}
|
|
23
|
-
set transactionLine(value) {
|
|
24
|
-
this._transactionLine = value;
|
|
25
|
-
this.readonly = this._transactionLine.hasInvoices;
|
|
26
|
-
}
|
|
27
|
-
get transactionLine() {
|
|
28
|
-
return this._transactionLine;
|
|
29
|
-
}
|
|
30
|
-
set showActionButtons(value) {
|
|
31
|
-
this._showActionButtons = value;
|
|
32
|
-
setTimeout(() => {
|
|
33
|
-
this.showActionButtonsDelayed = this._showActionButtons;
|
|
34
|
-
});
|
|
35
|
-
}
|
|
36
|
-
get showActionButtons() {
|
|
37
|
-
return this._showActionButtons;
|
|
38
|
-
}
|
|
39
|
-
showClass() {
|
|
40
|
-
return true;
|
|
41
|
-
}
|
|
42
|
-
ngOnInit() {
|
|
43
|
-
this.transactionKind = this._transactionService.currentTransaction.transactionInfo.transactionKind;
|
|
44
|
-
}
|
|
45
|
-
handleShowHideClick() {
|
|
46
|
-
this.showActionButtons = !this.showActionButtons;
|
|
47
|
-
setTimeout(() => {
|
|
48
|
-
this.showActionButtonsDelayed = !this.showActionButtonsDelayed;
|
|
49
|
-
}, 1);
|
|
50
|
-
}
|
|
51
|
-
handleTransactionArticleTextOverview() {
|
|
52
|
-
this.articleTextHeader = this._dictionaryService.get("PRODUCT_DESCRIPTION_AND_TEXTS", true);
|
|
53
|
-
this.textToEdit = undefined;
|
|
54
|
-
this._showArticleTextOverviewDialog();
|
|
55
|
-
this.showActionButtons = false;
|
|
56
|
-
this.showActionButtonsDelayed = false;
|
|
57
|
-
}
|
|
58
|
-
handleTransactionArticleText() {
|
|
59
|
-
this.articleTextHeader = this._dictionaryService.get("PRODUCT_DESCRIPTION_AND_TEXTS", true);
|
|
60
|
-
this.textToEdit = undefined;
|
|
61
|
-
this.showArticleTextDialog();
|
|
62
|
-
this.showActionButtons = false;
|
|
63
|
-
this.showActionButtonsDelayed = false;
|
|
64
|
-
}
|
|
65
|
-
handleShowSidePanel() {
|
|
66
|
-
this.sidePanelButtonClicked.next(this.transactionLine);
|
|
67
|
-
this.waitingForUserAction.next(true);
|
|
68
|
-
this.showActionButtons = false;
|
|
69
|
-
this.showActionButtonsDelayed = false;
|
|
70
|
-
}
|
|
71
|
-
showOverviewButton() {
|
|
72
|
-
return (this.transactionKind === TransactionKind.PurchaseOrder ||
|
|
73
|
-
this.transactionKind === TransactionKind.SalesOrder) && !this.readonly;
|
|
74
|
-
}
|
|
75
|
-
showAddTextButton() {
|
|
76
|
-
return (this.transactionKind === TransactionKind.PurchaseOrder ||
|
|
77
|
-
this.transactionKind === TransactionKind.SalesOrder) && !this.readonly;
|
|
78
|
-
}
|
|
79
|
-
showSidebarButton() {
|
|
80
|
-
return this.transactionKind === TransactionKind.PurchaseOrder ||
|
|
81
|
-
this.transactionKind === TransactionKind.SalesOrder;
|
|
82
|
-
}
|
|
83
|
-
onSaveTransactionArticleTextOverview(request) {
|
|
84
|
-
this.saveTransactionArticleLineText(request);
|
|
85
|
-
this.closeTransactionArticleTextOverview();
|
|
86
|
-
}
|
|
87
|
-
saveTransactionArticleLineText(transactionAddTextLineRequest) {
|
|
88
|
-
if (transactionAddTextLineRequest) {
|
|
89
|
-
this._transactionService.addTextLine(transactionAddTextLineRequest.showOnDocuments, transactionAddTextLineRequest.text, 0, true, transactionAddTextLineRequest.refArticleLineNr).then(() => {
|
|
90
|
-
this._hideArticleTextDialog();
|
|
91
|
-
});
|
|
92
|
-
}
|
|
93
|
-
this._hideArticleTextDialog();
|
|
94
|
-
}
|
|
95
|
-
closeTransactionArticleText(event) {
|
|
96
|
-
this._hideArticleTextDialog();
|
|
97
|
-
}
|
|
98
|
-
closeTransactionArticleTextOverview() {
|
|
99
|
-
this._hideArticleTextOverviewDialog();
|
|
100
|
-
}
|
|
101
|
-
showArticleTextDialog() {
|
|
102
|
-
this.showTransactionArticleText = true;
|
|
103
|
-
this.waitingForUserAction.next(true);
|
|
104
|
-
}
|
|
105
|
-
_hideArticleTextDialog() {
|
|
106
|
-
this.showTransactionArticleText = false;
|
|
107
|
-
this.waitingForUserAction.next(false);
|
|
108
|
-
}
|
|
109
|
-
_showArticleTextOverviewDialog() {
|
|
110
|
-
this.showTransactionArticleTextOverview = true;
|
|
111
|
-
this.waitingForUserAction.next(true);
|
|
112
|
-
}
|
|
113
|
-
_hideArticleTextOverviewDialog() {
|
|
114
|
-
this.showTransactionArticleTextOverview = false;
|
|
115
|
-
this.waitingForUserAction.next(false);
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
TransactionLineActionButtonsComponent.decorators = [
|
|
119
|
-
{ type: Component, args: [{
|
|
120
|
-
selector: "co-transaction-line-action-buttons",
|
|
121
|
-
template: `
|
|
122
|
-
<div class="transaction-line-action-buttons-wrapper">
|
|
123
|
-
<!--
|
|
124
|
-
<div class="menu-button-container">
|
|
125
|
-
<co-button
|
|
126
|
-
class="action-menu-button circle"
|
|
127
|
-
[iconData]="iconCacheService.getIcon(icons.EllipsisLight)"
|
|
128
|
-
(click)="handleShowHideClick()">
|
|
129
|
-
</co-button>
|
|
130
|
-
</div>
|
|
131
|
-
-->
|
|
132
|
-
|
|
133
|
-
<div class="action-buttons-container"
|
|
134
|
-
*ngIf="showActionButtons"
|
|
135
|
-
[ngClass]="alignDirection">
|
|
136
|
-
|
|
137
|
-
<co-button
|
|
138
|
-
class="transaction-line-overview-button circle action-button"
|
|
139
|
-
[class.show]="showActionButtonsDelayed"
|
|
140
|
-
[iconData]="iconCacheService.getIcon(icons.TextSizeSolid)"
|
|
141
|
-
(click)="handleTransactionArticleTextOverview()"></co-button>
|
|
142
|
-
|
|
143
|
-
<co-button
|
|
144
|
-
class="transaction-line-add-text-button circle action-button"
|
|
145
|
-
[class.show]="showActionButtonsDelayed"
|
|
146
|
-
[iconData]="iconCacheService.getIcon(icons.TextSolid)"
|
|
147
|
-
(click)="handleTransactionArticleText()"></co-button>
|
|
148
|
-
|
|
149
|
-
<co-button
|
|
150
|
-
class="transaction-line-show-sidebar-button circle action-button"
|
|
151
|
-
[class.show]="showActionButtonsDelayed"
|
|
152
|
-
[iconData]="iconCacheService.getIcon(icons.ObjectIntersectSolid)"
|
|
153
|
-
(click)="handleShowSidePanel()"></co-button>
|
|
154
|
-
</div>
|
|
155
|
-
</div>
|
|
156
|
-
|
|
157
|
-
<co-transaction-article-text-overview *ngIf="showTransactionArticleTextOverview"
|
|
158
|
-
[header]="articleTextHeader | localize"
|
|
159
|
-
[transactionLine]="transactionLine"
|
|
160
|
-
(saveClick)="onSaveTransactionArticleTextOverview($event)"
|
|
161
|
-
(closeClick)="closeTransactionArticleTextOverview()"
|
|
162
|
-
(cancelClick)="closeTransactionArticleTextOverview()"
|
|
163
|
-
></co-transaction-article-text-overview>
|
|
164
|
-
|
|
165
|
-
<co-transaction-article-text *ngIf="showTransactionArticleText"
|
|
166
|
-
[header]="articleTextHeader | localize"
|
|
167
|
-
[articleLineNr]="transactionLine.lineNr"
|
|
168
|
-
[articleRef]="transactionLine.articleNumber"
|
|
169
|
-
[transactionLine]="transactionLine"
|
|
170
|
-
[editText]="textToEdit"
|
|
171
|
-
(saveClick)="saveTransactionArticleLineText($event)"
|
|
172
|
-
(closeClick)="closeTransactionArticleText($event)"
|
|
173
|
-
(cancelClick)="closeTransactionArticleText($event)"
|
|
174
|
-
></co-transaction-article-text>
|
|
175
|
-
`,
|
|
176
|
-
encapsulation: ViewEncapsulation.None
|
|
177
|
-
},] }
|
|
178
|
-
];
|
|
179
|
-
TransactionLineActionButtonsComponent.ctorParameters = () => [
|
|
180
|
-
{ type: IconCacheService },
|
|
181
|
-
{ type: TransactionService },
|
|
182
|
-
{ type: DictionaryService }
|
|
183
|
-
];
|
|
184
|
-
TransactionLineActionButtonsComponent.propDecorators = {
|
|
185
|
-
transactionLine: [{ type: Input }],
|
|
186
|
-
alignDirection: [{ type: Input }],
|
|
187
|
-
showActionButtons: [{ type: Input }],
|
|
188
|
-
waitingForUserAction: [{ type: Output }],
|
|
189
|
-
sidePanelButtonClicked: [{ type: Output }],
|
|
190
|
-
showClass: [{ type: HostBinding, args: ["class.co-transaction-line-action-buttons",] }]
|
|
191
|
-
};
|
|
192
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tbGluZS1hY3Rpb24tYnV0dG9ucy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1saW5lLWFjdGlvbi1idXR0b25zL3RyYW5zYWN0aW9uLWxpbmUtYWN0aW9uLWJ1dHRvbnMuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLFdBQVcsRUFBRSxLQUFLLEVBQVUsTUFBTSxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQy9HLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwyREFBMkQsQ0FBQztBQUM1RixPQUFPLEVBQUUsSUFBSSxFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDNUMsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFDckUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFDcEUsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBaUV0RCxNQUFNLE9BQU8scUNBQXFDO0lBa0RoRCxZQUNTLGdCQUFrQyxFQUNqQyxtQkFBdUMsRUFDdkMsa0JBQXFDO1FBRnRDLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBa0I7UUFDakMsd0JBQW1CLEdBQW5CLG1CQUFtQixDQUFvQjtRQUN2Qyx1QkFBa0IsR0FBbEIsa0JBQWtCLENBQW1CO1FBcEQvQixVQUFLLEdBQWdCLElBQUksQ0FBQztRQWFuQyxtQkFBYyxHQUFjLFNBQVMsQ0FBQyxJQUFJLENBQUM7UUFlM0MseUJBQW9CLEdBQTBCLElBQUksWUFBWSxFQUFXLENBQUM7UUFHMUUsMkJBQXNCLEdBQXNDLElBQUksWUFBWSxFQUF1QixDQUFDO1FBT3BHLDZCQUF3QixHQUFZLEtBQUssQ0FBQztRQUUxQywrQkFBMEIsR0FBWSxLQUFLLENBQUM7UUFDNUMsdUNBQWtDLEdBQVksS0FBSyxDQUFDO1FBR3BELGFBQVEsR0FBWSxLQUFLLENBQUM7UUFHekIsdUJBQWtCLEdBQVksS0FBSyxDQUFDO0lBTzVDLENBQUM7SUFwREQsSUFDVyxlQUFlLENBQUMsS0FBMEI7UUFDbkQsSUFBSSxDQUFDLGdCQUFnQixHQUFHLEtBQUssQ0FBQztRQUM5QixJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxXQUFXLENBQUM7SUFDcEQsQ0FBQztJQUVELElBQVcsZUFBZTtRQUN4QixPQUFPLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQztJQUMvQixDQUFDO0lBS0QsSUFDVyxpQkFBaUIsQ0FBQyxLQUFjO1FBQ3pDLElBQUksQ0FBQyxrQkFBa0IsR0FBRyxLQUFLLENBQUM7UUFDaEMsVUFBVSxDQUFDLEdBQUcsRUFBRTtZQUNkLElBQUksQ0FBQyx3QkFBd0IsR0FBRyxJQUFJLENBQUMsa0JBQWtCLENBQUM7UUFDMUQsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRUQsSUFBVyxpQkFBaUI7UUFDMUIsT0FBTyxJQUFJLENBQUMsa0JBQWtCLENBQUM7SUFDakMsQ0FBQztJQVNNLFNBQVM7UUFDZCxPQUFPLElBQUksQ0FBQztJQUNkLENBQUM7SUFvQk0sUUFBUTtRQUNiLElBQUksQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDLG1CQUFtQixDQUFDLGtCQUFrQixDQUFDLGVBQWUsQ0FBQyxlQUFlLENBQUM7SUFDckcsQ0FBQztJQUVNLG1CQUFtQjtRQUN4QixJQUFJLENBQUMsaUJBQWlCLEdBQUcsQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUM7UUFDakQsVUFBVSxDQUFDLEdBQUcsRUFBRTtZQUNkLElBQUksQ0FBQyx3QkFBd0IsR0FBRyxDQUFDLElBQUksQ0FBQyx3QkFBd0IsQ0FBQztRQUNqRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7SUFDUixDQUFDO0lBRU0sb0NBQW9DO1FBQ3pDLElBQUksQ0FBQyxpQkFBaUIsR0FBRyxJQUFJLENBQUMsa0JBQWtCLENBQUMsR0FBRyxDQUFDLCtCQUErQixFQUFFLElBQUksQ0FBQyxDQUFDO1FBQzVGLElBQUksQ0FBQyxVQUFVLEdBQUcsU0FBUyxDQUFDO1FBQzVCLElBQUksQ0FBQyw4QkFBOEIsRUFBRSxDQUFDO1FBQ3RDLElBQUksQ0FBQyxpQkFBaUIsR0FBRyxLQUFLLENBQUM7UUFDL0IsSUFBSSxDQUFDLHdCQUF3QixHQUFHLEtBQUssQ0FBQztJQUN4QyxDQUFDO0lBRU0sNEJBQTRCO1FBQ2pDLElBQUksQ0FBQyxpQkFBaUIsR0FBRyxJQUFJLENBQUMsa0JBQWtCLENBQUMsR0FBRyxDQUFDLCtCQUErQixFQUFFLElBQUksQ0FBQyxDQUFDO1FBQzVGLElBQUksQ0FBQyxVQUFVLEdBQUcsU0FBUyxDQUFDO1FBQzVCLElBQUksQ0FBQyxxQkFBcUIsRUFBRSxDQUFDO1FBQzdCLElBQUksQ0FBQyxpQkFBaUIsR0FBRyxLQUFLLENBQUM7UUFDL0IsSUFBSSxDQUFDLHdCQUF3QixHQUFHLEtBQUssQ0FBQztJQUN4QyxDQUFDO0lBRU0sbUJBQW1CO1FBQ3hCLElBQUksQ0FBQyxzQkFBc0IsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxDQUFDO1FBQ3ZELElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDckMsSUFBSSxDQUFDLGlCQUFpQixHQUFHLEtBQUssQ0FBQztRQUMvQixJQUFJLENBQUMsd0JBQXdCLEdBQUcsS0FBSyxDQUFDO0lBQ3hDLENBQUM7SUFFTSxrQkFBa0I7UUFDdkIsT0FBTyxDQUFDLElBQUksQ0FBQyxlQUFlLEtBQUssZUFBZSxDQUFDLGFBQWE7WUFDNUQsSUFBSSxDQUFDLGVBQWUsS0FBSyxlQUFlLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDO0lBQzNFLENBQUM7SUFFTSxpQkFBaUI7UUFDdEIsT0FBTyxDQUFDLElBQUksQ0FBQyxlQUFlLEtBQUssZUFBZSxDQUFDLGFBQWE7WUFDNUQsSUFBSSxDQUFDLGVBQWUsS0FBSyxlQUFlLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDO0lBQzNFLENBQUM7SUFFTSxpQkFBaUI7UUFDdEIsT0FBTyxJQUFJLENBQUMsZUFBZSxLQUFLLGVBQWUsQ0FBQyxhQUFhO1lBQzNELElBQUksQ0FBQyxlQUFlLEtBQUssZUFBZSxDQUFDLFVBQVUsQ0FBQztJQUN4RCxDQUFDO0lBRU0sb0NBQW9DLENBQUMsT0FBc0M7UUFDaEYsSUFBSSxDQUFDLDhCQUE4QixDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBQzdDLElBQUksQ0FBQyxtQ0FBbUMsRUFBRSxDQUFDO0lBQzdDLENBQUM7SUFFTSw4QkFBOEIsQ0FBQyw2QkFBNEQ7UUFDaEcsSUFBSSw2QkFBNkIsRUFBRTtZQUNqQyxJQUFJLENBQUMsbUJBQW1CLENBQUMsV0FBVyxDQUNsQyw2QkFBNkIsQ0FBQyxlQUFlLEVBQzdDLDZCQUE2QixDQUFDLElBQUksRUFDbEMsQ0FBQyxFQUNELElBQUksRUFDSiw2QkFBNkIsQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzFELElBQUksQ0FBQyxzQkFBc0IsRUFBRSxDQUFDO1lBQ2hDLENBQUMsQ0FBQyxDQUFDO1NBQ0o7UUFDRCxJQUFJLENBQUMsc0JBQXNCLEVBQUUsQ0FBQztJQUNoQyxDQUFDO0lBRU0sMkJBQTJCLENBQUMsS0FBaUI7UUFDbEQsSUFBSSxDQUFDLHNCQUFzQixFQUFFLENBQUM7SUFDaEMsQ0FBQztJQUVNLG1DQUFtQztRQUN4QyxJQUFJLENBQUMsOEJBQThCLEVBQUUsQ0FBQztJQUN4QyxDQUFDO0lBRU0scUJBQXFCO1FBQzFCLElBQUksQ0FBQywwQkFBMEIsR0FBRyxJQUFJLENBQUM7UUFDdkMsSUFBSSxDQUFDLG9CQUFvQixDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN2QyxDQUFDO0lBRU8sc0JBQXNCO1FBQzVCLElBQUksQ0FBQywwQkFBMEIsR0FBRyxLQUFLLENBQUM7UUFDeEMsSUFBSSxDQUFDLG9CQUFvQixDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUN4QyxDQUFDO0lBRU8sOEJBQThCO1FBQ3BDLElBQUksQ0FBQyxrQ0FBa0MsR0FBRyxJQUFJLENBQUM7UUFDL0MsSUFBSSxDQUFDLG9CQUFvQixDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN2QyxDQUFDO0lBRU8sOEJBQThCO1FBQ3BDLElBQUksQ0FBQyxrQ0FBa0MsR0FBRyxLQUFLLENBQUM7UUFDaEQsSUFBSSxDQUFDLG9CQUFvQixDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUN4QyxDQUFDOzs7WUFsTkYsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxvQ0FBb0M7Z0JBQzlDLFFBQVEsRUFBRTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBc0RUO2dCQUNELGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2FBQ3RDOzs7WUFqRVEsZ0JBQWdCO1lBSmhCLGtCQUFrQjtZQUdsQixpQkFBaUI7Ozs4QkFzRXZCLEtBQUs7NkJBVUwsS0FBSztnQ0FHTCxLQUFLO21DQVlMLE1BQU07cUNBR04sTUFBTTt3QkFHTixXQUFXLFNBQUMsMENBQTBDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIEhvc3RCaW5kaW5nLCBJbnB1dCwgT25Jbml0LCBPdXRwdXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgVHJhbnNhY3Rpb25TZXJ2aWNlIH0gZnJvbSBcIi4uLy4uL3NlcnZpY2UvdHJhbnNhY3Rpb24uc2VydmljZVwiO1xyXG5pbXBvcnQgeyBUcmFuc2FjdGlvbktpbmQgfSBmcm9tIFwiQGNvbGlqbml0L3RyYW5zYWN0aW9uYXBpL2J1aWxkL2VudW0vdHJhbnNhY3Rpb24ta2luZC5lbnVtXCI7XHJcbmltcG9ydCB7IEljb24gfSBmcm9tIFwiLi4vLi4vZW51bS9pY29uLmVudW1cIjtcclxuaW1wb3J0IHsgRGljdGlvbmFyeVNlcnZpY2UgfSBmcm9tIFwiLi4vLi4vc2VydmljZS9kaWN0aW9uYXJ5LnNlcnZpY2VcIjtcclxuaW1wb3J0IHsgSWNvbkNhY2hlU2VydmljZSB9IGZyb20gXCIuLi8uLi9zZXJ2aWNlL2ljb24tY2FjaGUuc2VydmljZVwiO1xyXG5pbXBvcnQgeyBEaXJlY3Rpb24gfSBmcm9tIFwiLi4vLi4vZW51bS9kaXJlY3Rpb24uZW51bVwiO1xyXG5pbXBvcnQgeyBUcmFuc2FjdGlvbkxpbmVJbmZvIH0gZnJvbSBcIkBjb2xpam5pdC90cmFuc2FjdGlvbmFwaS9idWlsZC9tb2RlbC90cmFuc2FjdGlvbi1saW5lLWluZm8uYm9cIjtcclxuaW1wb3J0IHtcclxuICBUcmFuc2FjdGlvbkFkZFRleHRMaW5lUmVxdWVzdFxyXG59IGZyb20gXCJAY29saWpuaXQvdHJhbnNhY3Rpb25hcGkvYnVpbGQvbW9kZWwvdHJhbnNhY3Rpb24tYWRkLXRleHQtbGluZS1yZXF1ZXN0LmJvXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogXCJjby10cmFuc2FjdGlvbi1saW5lLWFjdGlvbi1idXR0b25zXCIsXHJcbiAgdGVtcGxhdGU6IGBcclxuICAgIDxkaXYgY2xhc3M9XCJ0cmFuc2FjdGlvbi1saW5lLWFjdGlvbi1idXR0b25zLXdyYXBwZXJcIj5cclxuPCEtLVxyXG4gICAgICA8ZGl2IGNsYXNzPVwibWVudS1idXR0b24tY29udGFpbmVyXCI+XHJcbiAgICAgICAgPGNvLWJ1dHRvblxyXG4gICAgICAgICAgY2xhc3M9XCJhY3Rpb24tbWVudS1idXR0b24gY2lyY2xlXCJcclxuICAgICAgICAgIFtpY29uRGF0YV09XCJpY29uQ2FjaGVTZXJ2aWNlLmdldEljb24oaWNvbnMuRWxsaXBzaXNMaWdodClcIlxyXG4gICAgICAgICAgKGNsaWNrKT1cImhhbmRsZVNob3dIaWRlQ2xpY2soKVwiPlxyXG4gICAgICAgIDwvY28tYnV0dG9uPlxyXG4gICAgICA8L2Rpdj5cclxuLS0+XHJcblxyXG4gICAgICA8ZGl2IGNsYXNzPVwiYWN0aW9uLWJ1dHRvbnMtY29udGFpbmVyXCJcclxuICAgICAgICAgICAqbmdJZj1cInNob3dBY3Rpb25CdXR0b25zXCJcclxuICAgICAgICAgICBbbmdDbGFzc109XCJhbGlnbkRpcmVjdGlvblwiPlxyXG5cclxuICAgICAgICA8Y28tYnV0dG9uXHJcbiAgICAgICAgICBjbGFzcz1cInRyYW5zYWN0aW9uLWxpbmUtb3ZlcnZpZXctYnV0dG9uIGNpcmNsZSBhY3Rpb24tYnV0dG9uXCJcclxuICAgICAgICAgIFtjbGFzcy5zaG93XT1cInNob3dBY3Rpb25CdXR0b25zRGVsYXllZFwiXHJcbiAgICAgICAgICBbaWNvbkRhdGFdPVwiaWNvbkNhY2hlU2VydmljZS5nZXRJY29uKGljb25zLlRleHRTaXplU29saWQpXCJcclxuICAgICAgICAgIChjbGljayk9XCJoYW5kbGVUcmFuc2FjdGlvbkFydGljbGVUZXh0T3ZlcnZpZXcoKVwiPjwvY28tYnV0dG9uPlxyXG5cclxuICAgICAgICA8Y28tYnV0dG9uXHJcbiAgICAgICAgICBjbGFzcz1cInRyYW5zYWN0aW9uLWxpbmUtYWRkLXRleHQtYnV0dG9uIGNpcmNsZSBhY3Rpb24tYnV0dG9uXCJcclxuICAgICAgICAgIFtjbGFzcy5zaG93XT1cInNob3dBY3Rpb25CdXR0b25zRGVsYXllZFwiXHJcbiAgICAgICAgICBbaWNvbkRhdGFdPVwiaWNvbkNhY2hlU2VydmljZS5nZXRJY29uKGljb25zLlRleHRTb2xpZClcIlxyXG4gICAgICAgICAgKGNsaWNrKT1cImhhbmRsZVRyYW5zYWN0aW9uQXJ0aWNsZVRleHQoKVwiPjwvY28tYnV0dG9uPlxyXG5cclxuICAgICAgICA8Y28tYnV0dG9uXHJcbiAgICAgICAgICBjbGFzcz1cInRyYW5zYWN0aW9uLWxpbmUtc2hvdy1zaWRlYmFyLWJ1dHRvbiBjaXJjbGUgYWN0aW9uLWJ1dHRvblwiXHJcbiAgICAgICAgICBbY2xhc3Muc2hvd109XCJzaG93QWN0aW9uQnV0dG9uc0RlbGF5ZWRcIlxyXG4gICAgICAgICAgW2ljb25EYXRhXT1cImljb25DYWNoZVNlcnZpY2UuZ2V0SWNvbihpY29ucy5PYmplY3RJbnRlcnNlY3RTb2xpZClcIlxyXG4gICAgICAgICAgKGNsaWNrKT1cImhhbmRsZVNob3dTaWRlUGFuZWwoKVwiPjwvY28tYnV0dG9uPlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG5cclxuICAgIDxjby10cmFuc2FjdGlvbi1hcnRpY2xlLXRleHQtb3ZlcnZpZXcgKm5nSWY9XCJzaG93VHJhbnNhY3Rpb25BcnRpY2xlVGV4dE92ZXJ2aWV3XCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hlYWRlcl09XCJhcnRpY2xlVGV4dEhlYWRlciB8IGxvY2FsaXplXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3RyYW5zYWN0aW9uTGluZV09XCJ0cmFuc2FjdGlvbkxpbmVcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAoc2F2ZUNsaWNrKT1cIm9uU2F2ZVRyYW5zYWN0aW9uQXJ0aWNsZVRleHRPdmVydmlldygkZXZlbnQpXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKGNsb3NlQ2xpY2spPVwiY2xvc2VUcmFuc2FjdGlvbkFydGljbGVUZXh0T3ZlcnZpZXcoKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChjYW5jZWxDbGljayk9XCJjbG9zZVRyYW5zYWN0aW9uQXJ0aWNsZVRleHRPdmVydmlldygpXCJcclxuICAgID48L2NvLXRyYW5zYWN0aW9uLWFydGljbGUtdGV4dC1vdmVydmlldz5cclxuXHJcbiAgICA8Y28tdHJhbnNhY3Rpb24tYXJ0aWNsZS10ZXh0ICpuZ0lmPVwic2hvd1RyYW5zYWN0aW9uQXJ0aWNsZVRleHRcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaGVhZGVyXT1cImFydGljbGVUZXh0SGVhZGVyIHwgbG9jYWxpemVcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXJ0aWNsZUxpbmVOcl09XCJ0cmFuc2FjdGlvbkxpbmUubGluZU5yXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2FydGljbGVSZWZdPVwidHJhbnNhY3Rpb25MaW5lLmFydGljbGVOdW1iZXJcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbdHJhbnNhY3Rpb25MaW5lXT1cInRyYW5zYWN0aW9uTGluZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtlZGl0VGV4dF09XCJ0ZXh0VG9FZGl0XCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKHNhdmVDbGljayk9XCJzYXZlVHJhbnNhY3Rpb25BcnRpY2xlTGluZVRleHQoJGV2ZW50KVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChjbG9zZUNsaWNrKT1cImNsb3NlVHJhbnNhY3Rpb25BcnRpY2xlVGV4dCgkZXZlbnQpXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKGNhbmNlbENsaWNrKT1cImNsb3NlVHJhbnNhY3Rpb25BcnRpY2xlVGV4dCgkZXZlbnQpXCJcclxuICAgID48L2NvLXRyYW5zYWN0aW9uLWFydGljbGUtdGV4dD5cclxuICBgLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmVcclxufSlcclxuZXhwb3J0IGNsYXNzIFRyYW5zYWN0aW9uTGluZUFjdGlvbkJ1dHRvbnNDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG4gIHB1YmxpYyByZWFkb25seSBpY29uczogdHlwZW9mIEljb24gPSBJY29uO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBzZXQgdHJhbnNhY3Rpb25MaW5lKHZhbHVlOiBUcmFuc2FjdGlvbkxpbmVJbmZvKSB7XHJcbiAgICB0aGlzLl90cmFuc2FjdGlvbkxpbmUgPSB2YWx1ZTtcclxuICAgIHRoaXMucmVhZG9ubHkgPSB0aGlzLl90cmFuc2FjdGlvbkxpbmUuaGFzSW52b2ljZXM7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgZ2V0IHRyYW5zYWN0aW9uTGluZSgpOiBUcmFuc2FjdGlvbkxpbmVJbmZvIHtcclxuICAgIHJldHVybiB0aGlzLl90cmFuc2FjdGlvbkxpbmU7XHJcbiAgfVxyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBhbGlnbkRpcmVjdGlvbjogRGlyZWN0aW9uID0gRGlyZWN0aW9uLkRvd247XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgcHVibGljIHNldCBzaG93QWN0aW9uQnV0dG9ucyh2YWx1ZTogYm9vbGVhbikge1xyXG4gICAgdGhpcy5fc2hvd0FjdGlvbkJ1dHRvbnMgPSB2YWx1ZTtcclxuICAgIHNldFRpbWVvdXQoKCkgPT4ge1xyXG4gICAgICB0aGlzLnNob3dBY3Rpb25CdXR0b25zRGVsYXllZCA9IHRoaXMuX3Nob3dBY3Rpb25CdXR0b25zO1xyXG4gICAgfSk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgZ2V0IHNob3dBY3Rpb25CdXR0b25zKCk6IGJvb2xlYW4ge1xyXG4gICAgcmV0dXJuIHRoaXMuX3Nob3dBY3Rpb25CdXR0b25zO1xyXG4gIH1cclxuXHJcbiAgQE91dHB1dCgpXHJcbiAgcHVibGljIHdhaXRpbmdGb3JVc2VyQWN0aW9uOiBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4gPSBuZXcgRXZlbnRFbWl0dGVyPGJvb2xlYW4+KCk7XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIHB1YmxpYyBzaWRlUGFuZWxCdXR0b25DbGlja2VkOiBFdmVudEVtaXR0ZXI8VHJhbnNhY3Rpb25MaW5lSW5mbz4gPSBuZXcgRXZlbnRFbWl0dGVyPFRyYW5zYWN0aW9uTGluZUluZm8+KCk7XHJcblxyXG4gIEBIb3N0QmluZGluZyhcImNsYXNzLmNvLXRyYW5zYWN0aW9uLWxpbmUtYWN0aW9uLWJ1dHRvbnNcIilcclxuICBwdWJsaWMgc2hvd0NsYXNzKCk6IGJvb2xlYW4ge1xyXG4gICAgcmV0dXJuIHRydWU7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgc2hvd0FjdGlvbkJ1dHRvbnNEZWxheWVkOiBib29sZWFuID0gZmFsc2U7XHJcbiAgcHVibGljIHRyYW5zYWN0aW9uS2luZDogVHJhbnNhY3Rpb25LaW5kO1xyXG4gIHB1YmxpYyBzaG93VHJhbnNhY3Rpb25BcnRpY2xlVGV4dDogYm9vbGVhbiA9IGZhbHNlO1xyXG4gIHB1YmxpYyBzaG93VHJhbnNhY3Rpb25BcnRpY2xlVGV4dE92ZXJ2aWV3OiBib29sZWFuID0gZmFsc2U7XHJcbiAgcHVibGljIGFydGljbGVUZXh0SGVhZGVyOiBzdHJpbmc7XHJcbiAgcHVibGljIHRleHRUb0VkaXQ6IHN0cmluZztcclxuICBwdWJsaWMgcmVhZG9ubHk6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgcHJpdmF0ZSBfdHJhbnNhY3Rpb25MaW5lOiBUcmFuc2FjdGlvbkxpbmVJbmZvO1xyXG4gIHByaXZhdGUgX3Nob3dBY3Rpb25CdXR0b25zOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHVibGljIGljb25DYWNoZVNlcnZpY2U6IEljb25DYWNoZVNlcnZpY2UsXHJcbiAgICBwcml2YXRlIF90cmFuc2FjdGlvblNlcnZpY2U6IFRyYW5zYWN0aW9uU2VydmljZSxcclxuICAgIHByaXZhdGUgX2RpY3Rpb25hcnlTZXJ2aWNlOiBEaWN0aW9uYXJ5U2VydmljZVxyXG4gICkge1xyXG4gIH1cclxuXHJcbiAgcHVibGljIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgdGhpcy50cmFuc2FjdGlvbktpbmQgPSB0aGlzLl90cmFuc2FjdGlvblNlcnZpY2UuY3VycmVudFRyYW5zYWN0aW9uLnRyYW5zYWN0aW9uSW5mby50cmFuc2FjdGlvbktpbmQ7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgaGFuZGxlU2hvd0hpZGVDbGljaygpOiB2b2lkIHtcclxuICAgIHRoaXMuc2hvd0FjdGlvbkJ1dHRvbnMgPSAhdGhpcy5zaG93QWN0aW9uQnV0dG9ucztcclxuICAgIHNldFRpbWVvdXQoKCkgPT4ge1xyXG4gICAgICB0aGlzLnNob3dBY3Rpb25CdXR0b25zRGVsYXllZCA9ICF0aGlzLnNob3dBY3Rpb25CdXR0b25zRGVsYXllZDtcclxuICAgIH0sIDEpO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIGhhbmRsZVRyYW5zYWN0aW9uQXJ0aWNsZVRleHRPdmVydmlldygpOiB2b2lkIHtcclxuICAgIHRoaXMuYXJ0aWNsZVRleHRIZWFkZXIgPSB0aGlzLl9kaWN0aW9uYXJ5U2VydmljZS5nZXQoXCJQUk9EVUNUX0RFU0NSSVBUSU9OX0FORF9URVhUU1wiLCB0cnVlKTtcclxuICAgIHRoaXMudGV4dFRvRWRpdCA9IHVuZGVmaW5lZDtcclxuICAgIHRoaXMuX3Nob3dBcnRpY2xlVGV4dE92ZXJ2aWV3RGlhbG9nKCk7XHJcbiAgICB0aGlzLnNob3dBY3Rpb25CdXR0b25zID0gZmFsc2U7XHJcbiAgICB0aGlzLnNob3dBY3Rpb25CdXR0b25zRGVsYXllZCA9IGZhbHNlO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIGhhbmRsZVRyYW5zYWN0aW9uQXJ0aWNsZVRleHQoKTogdm9pZCB7XHJcbiAgICB0aGlzLmFydGljbGVUZXh0SGVhZGVyID0gdGhpcy5fZGljdGlvbmFyeVNlcnZpY2UuZ2V0KFwiUFJPRFVDVF9ERVNDUklQVElPTl9BTkRfVEVYVFNcIiwgdHJ1ZSk7XHJcbiAgICB0aGlzLnRleHRUb0VkaXQgPSB1bmRlZmluZWQ7XHJcbiAgICB0aGlzLnNob3dBcnRpY2xlVGV4dERpYWxvZygpO1xyXG4gICAgdGhpcy5zaG93QWN0aW9uQnV0dG9ucyA9IGZhbHNlO1xyXG4gICAgdGhpcy5zaG93QWN0aW9uQnV0dG9uc0RlbGF5ZWQgPSBmYWxzZTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBoYW5kbGVTaG93U2lkZVBhbmVsKCk6IHZvaWQge1xyXG4gICAgdGhpcy5zaWRlUGFuZWxCdXR0b25DbGlja2VkLm5leHQodGhpcy50cmFuc2FjdGlvbkxpbmUpO1xyXG4gICAgdGhpcy53YWl0aW5nRm9yVXNlckFjdGlvbi5uZXh0KHRydWUpO1xyXG4gICAgdGhpcy5zaG93QWN0aW9uQnV0dG9ucyA9IGZhbHNlO1xyXG4gICAgdGhpcy5zaG93QWN0aW9uQnV0dG9uc0RlbGF5ZWQgPSBmYWxzZTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBzaG93T3ZlcnZpZXdCdXR0b24oKTogYm9vbGVhbiB7XHJcbiAgICByZXR1cm4gKHRoaXMudHJhbnNhY3Rpb25LaW5kID09PSBUcmFuc2FjdGlvbktpbmQuUHVyY2hhc2VPcmRlciB8fFxyXG4gICAgICB0aGlzLnRyYW5zYWN0aW9uS2luZCA9PT0gVHJhbnNhY3Rpb25LaW5kLlNhbGVzT3JkZXIpICYmICF0aGlzLnJlYWRvbmx5O1xyXG4gIH1cclxuXHJcbiAgcHVibGljIHNob3dBZGRUZXh0QnV0dG9uKCk6IGJvb2xlYW4ge1xyXG4gICAgcmV0dXJuICh0aGlzLnRyYW5zYWN0aW9uS2luZCA9PT0gVHJhbnNhY3Rpb25LaW5kLlB1cmNoYXNlT3JkZXIgfHxcclxuICAgICAgdGhpcy50cmFuc2FjdGlvbktpbmQgPT09IFRyYW5zYWN0aW9uS2luZC5TYWxlc09yZGVyKSAmJiAhdGhpcy5yZWFkb25seTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBzaG93U2lkZWJhckJ1dHRvbigpOiBib29sZWFuIHtcclxuICAgIHJldHVybiB0aGlzLnRyYW5zYWN0aW9uS2luZCA9PT0gVHJhbnNhY3Rpb25LaW5kLlB1cmNoYXNlT3JkZXIgfHxcclxuICAgICAgdGhpcy50cmFuc2FjdGlvbktpbmQgPT09IFRyYW5zYWN0aW9uS2luZC5TYWxlc09yZGVyO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIG9uU2F2ZVRyYW5zYWN0aW9uQXJ0aWNsZVRleHRPdmVydmlldyhyZXF1ZXN0OiBUcmFuc2FjdGlvbkFkZFRleHRMaW5lUmVxdWVzdCkge1xyXG4gICAgdGhpcy5zYXZlVHJhbnNhY3Rpb25BcnRpY2xlTGluZVRleHQocmVxdWVzdCk7XHJcbiAgICB0aGlzLmNsb3NlVHJhbnNhY3Rpb25BcnRpY2xlVGV4dE92ZXJ2aWV3KCk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgc2F2ZVRyYW5zYWN0aW9uQXJ0aWNsZUxpbmVUZXh0KHRyYW5zYWN0aW9uQWRkVGV4dExpbmVSZXF1ZXN0OiBUcmFuc2FjdGlvbkFkZFRleHRMaW5lUmVxdWVzdCk6IHZvaWQge1xyXG4gICAgaWYgKHRyYW5zYWN0aW9uQWRkVGV4dExpbmVSZXF1ZXN0KSB7XHJcbiAgICAgIHRoaXMuX3RyYW5zYWN0aW9uU2VydmljZS5hZGRUZXh0TGluZShcclxuICAgICAgICB0cmFuc2FjdGlvbkFkZFRleHRMaW5lUmVxdWVzdC5zaG93T25Eb2N1bWVudHMsXHJcbiAgICAgICAgdHJhbnNhY3Rpb25BZGRUZXh0TGluZVJlcXVlc3QudGV4dCxcclxuICAgICAgICAwLFxyXG4gICAgICAgIHRydWUsXHJcbiAgICAgICAgdHJhbnNhY3Rpb25BZGRUZXh0TGluZVJlcXVlc3QucmVmQXJ0aWNsZUxpbmVOcikudGhlbigoKSA9PiB7XHJcbiAgICAgICAgdGhpcy5faGlkZUFydGljbGVUZXh0RGlhbG9nKCk7XHJcbiAgICAgIH0pO1xyXG4gICAgfVxyXG4gICAgdGhpcy5faGlkZUFydGljbGVUZXh0RGlhbG9nKCk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgY2xvc2VUcmFuc2FjdGlvbkFydGljbGVUZXh0KGV2ZW50OiBNb3VzZUV2ZW50KTogdm9pZCB7XHJcbiAgICB0aGlzLl9oaWRlQXJ0aWNsZVRleHREaWFsb2coKTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBjbG9zZVRyYW5zYWN0aW9uQXJ0aWNsZVRleHRPdmVydmlldygpOiB2b2lkIHtcclxuICAgIHRoaXMuX2hpZGVBcnRpY2xlVGV4dE92ZXJ2aWV3RGlhbG9nKCk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgc2hvd0FydGljbGVUZXh0RGlhbG9nKCk6IHZvaWQge1xyXG4gICAgdGhpcy5zaG93VHJhbnNhY3Rpb25BcnRpY2xlVGV4dCA9IHRydWU7XHJcbiAgICB0aGlzLndhaXRpbmdGb3JVc2VyQWN0aW9uLm5leHQodHJ1ZSk7XHJcbiAgfVxyXG5cclxuICBwcml2YXRlIF9oaWRlQXJ0aWNsZVRleHREaWFsb2coKTogdm9pZCB7XHJcbiAgICB0aGlzLnNob3dUcmFuc2FjdGlvbkFydGljbGVUZXh0ID0gZmFsc2U7XHJcbiAgICB0aGlzLndhaXRpbmdGb3JVc2VyQWN0aW9uLm5leHQoZmFsc2UpO1xyXG4gIH1cclxuXHJcbiAgcHJpdmF0ZSBfc2hvd0FydGljbGVUZXh0T3ZlcnZpZXdEaWFsb2coKTogdm9pZCB7XHJcbiAgICB0aGlzLnNob3dUcmFuc2FjdGlvbkFydGljbGVUZXh0T3ZlcnZpZXcgPSB0cnVlO1xyXG4gICAgdGhpcy53YWl0aW5nRm9yVXNlckFjdGlvbi5uZXh0KHRydWUpO1xyXG4gIH1cclxuXHJcbiAgcHJpdmF0ZSBfaGlkZUFydGljbGVUZXh0T3ZlcnZpZXdEaWFsb2coKTogdm9pZCB7XHJcbiAgICB0aGlzLnNob3dUcmFuc2FjdGlvbkFydGljbGVUZXh0T3ZlcnZpZXcgPSBmYWxzZTtcclxuICAgIHRoaXMud2FpdGluZ0ZvclVzZXJBY3Rpb24ubmV4dChmYWxzZSk7XHJcbiAgfVxyXG59XHJcbiJdfQ==
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { NgModule } from "@angular/core";
|
|
2
|
-
import { CommonModule } from "@angular/common";
|
|
3
|
-
import { CoreModule } from "../core/core.module";
|
|
4
|
-
import { TransactionLineActionButtonsComponent } from "./transaction-line-action-buttons.component";
|
|
5
|
-
import { ButtonModule, ClickoutsideModule } from "@colijnit/corecomponents_v12";
|
|
6
|
-
import { TransactionArticleTextOverviewModule } from "../shared/transaction-article-text-overview/transaction-article-text-overview.module";
|
|
7
|
-
import { TransactionArticleTextModule } from "../shared/transaction-article-text/transaction-article-text.module";
|
|
8
|
-
import { PipeModule } from "../../pipe/pipe.module";
|
|
9
|
-
export class TransactionLineActionButtonsModule {
|
|
10
|
-
}
|
|
11
|
-
TransactionLineActionButtonsModule.decorators = [
|
|
12
|
-
{ type: NgModule, args: [{
|
|
13
|
-
imports: [
|
|
14
|
-
CommonModule,
|
|
15
|
-
CoreModule,
|
|
16
|
-
ButtonModule,
|
|
17
|
-
ClickoutsideModule,
|
|
18
|
-
TransactionArticleTextOverviewModule,
|
|
19
|
-
TransactionArticleTextModule,
|
|
20
|
-
PipeModule
|
|
21
|
-
],
|
|
22
|
-
declarations: [
|
|
23
|
-
TransactionLineActionButtonsComponent
|
|
24
|
-
],
|
|
25
|
-
exports: [
|
|
26
|
-
TransactionLineActionButtonsComponent
|
|
27
|
-
]
|
|
28
|
-
},] }
|
|
29
|
-
];
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tbGluZS1hY3Rpb24tYnV0dG9ucy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1saW5lLWFjdGlvbi1idXR0b25zL3RyYW5zYWN0aW9uLWxpbmUtYWN0aW9uLWJ1dHRvbnMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxRQUFRLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDdkMsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQzdDLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSxxQkFBcUIsQ0FBQztBQUMvQyxPQUFPLEVBQUMscUNBQXFDLEVBQUMsTUFBTSw2Q0FBNkMsQ0FBQztBQUNsRyxPQUFPLEVBQUMsWUFBWSxFQUFFLGtCQUFrQixFQUFDLE1BQU0sOEJBQThCLENBQUM7QUFDOUUsT0FBTyxFQUNMLG9DQUFvQyxFQUNyQyxNQUFNLHNGQUFzRixDQUFDO0FBQzlGLE9BQU8sRUFBQyw0QkFBNEIsRUFBQyxNQUFNLG9FQUFvRSxDQUFDO0FBQ2hILE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSx3QkFBd0IsQ0FBQztBQW1CbEQsTUFBTSxPQUFPLGtDQUFrQzs7O1lBakI5QyxRQUFRLFNBQUM7Z0JBQ1IsT0FBTyxFQUFFO29CQUNQLFlBQVk7b0JBQ1osVUFBVTtvQkFDVixZQUFZO29CQUNaLGtCQUFrQjtvQkFDbEIsb0NBQW9DO29CQUNwQyw0QkFBNEI7b0JBQzVCLFVBQVU7aUJBQ1g7Z0JBQ0QsWUFBWSxFQUFFO29CQUNaLHFDQUFxQztpQkFDdEM7Z0JBQ0QsT0FBTyxFQUFFO29CQUNQLHFDQUFxQztpQkFDdEM7YUFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7TmdNb2R1bGV9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7Q29tbW9uTW9kdWxlfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XHJcbmltcG9ydCB7Q29yZU1vZHVsZX0gZnJvbSBcIi4uL2NvcmUvY29yZS5tb2R1bGVcIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvbkxpbmVBY3Rpb25CdXR0b25zQ29tcG9uZW50fSBmcm9tIFwiLi90cmFuc2FjdGlvbi1saW5lLWFjdGlvbi1idXR0b25zLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQge0J1dHRvbk1vZHVsZSwgQ2xpY2tvdXRzaWRlTW9kdWxlfSBmcm9tIFwiQGNvbGlqbml0L2NvcmVjb21wb25lbnRzX3YxMlwiO1xyXG5pbXBvcnQge1xyXG4gIFRyYW5zYWN0aW9uQXJ0aWNsZVRleHRPdmVydmlld01vZHVsZVxyXG59IGZyb20gXCIuLi9zaGFyZWQvdHJhbnNhY3Rpb24tYXJ0aWNsZS10ZXh0LW92ZXJ2aWV3L3RyYW5zYWN0aW9uLWFydGljbGUtdGV4dC1vdmVydmlldy5tb2R1bGVcIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvbkFydGljbGVUZXh0TW9kdWxlfSBmcm9tIFwiLi4vc2hhcmVkL3RyYW5zYWN0aW9uLWFydGljbGUtdGV4dC90cmFuc2FjdGlvbi1hcnRpY2xlLXRleHQubW9kdWxlXCI7XHJcbmltcG9ydCB7UGlwZU1vZHVsZX0gZnJvbSBcIi4uLy4uL3BpcGUvcGlwZS5tb2R1bGVcIjtcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgaW1wb3J0czogW1xyXG4gICAgQ29tbW9uTW9kdWxlLFxyXG4gICAgQ29yZU1vZHVsZSxcclxuICAgIEJ1dHRvbk1vZHVsZSxcclxuICAgIENsaWNrb3V0c2lkZU1vZHVsZSxcclxuICAgIFRyYW5zYWN0aW9uQXJ0aWNsZVRleHRPdmVydmlld01vZHVsZSxcclxuICAgIFRyYW5zYWN0aW9uQXJ0aWNsZVRleHRNb2R1bGUsXHJcbiAgICBQaXBlTW9kdWxlXHJcbiAgXSxcclxuICBkZWNsYXJhdGlvbnM6IFtcclxuICAgIFRyYW5zYWN0aW9uTGluZUFjdGlvbkJ1dHRvbnNDb21wb25lbnRcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIFRyYW5zYWN0aW9uTGluZUFjdGlvbkJ1dHRvbnNDb21wb25lbnRcclxuICBdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBUcmFuc2FjdGlvbkxpbmVBY3Rpb25CdXR0b25zTW9kdWxlIHtcclxufVxyXG4iXX0=
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, HostBinding, Input, Output, ViewChild, ViewEncapsulation } from "@angular/core";
|
|
2
|
-
export class TransactionLineCheckboxListComponent {
|
|
3
|
-
constructor() {
|
|
4
|
-
this.collection = [];
|
|
5
|
-
this.readonly = false;
|
|
6
|
-
this.checked = new EventEmitter();
|
|
7
|
-
this.showClass = true;
|
|
8
|
-
this.itemHeight = 1000;
|
|
9
|
-
}
|
|
10
|
-
ngAfterViewChecked() {
|
|
11
|
-
if (this.scrollingItem && this.itemHeight === 1000) {
|
|
12
|
-
this.itemHeight = this.scrollingItem.nativeElement.offsetHeight;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
handleCheckboxChecked(checked, row) {
|
|
16
|
-
this.checked.emit(row);
|
|
17
|
-
}
|
|
18
|
-
handleChecked(event, row) {
|
|
19
|
-
event.preventDefault();
|
|
20
|
-
event.stopPropagation();
|
|
21
|
-
this.checked.emit(row);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
TransactionLineCheckboxListComponent.decorators = [
|
|
25
|
-
{ type: Component, args: [{
|
|
26
|
-
selector: "co-transaction-line-checkbox-list",
|
|
27
|
-
template: `
|
|
28
|
-
<cdk-virtual-scroll-viewport [itemSize]="itemHeight" class="virtual-scroll-container co-small-toolbar">
|
|
29
|
-
<div *cdkVirtualFor="let row of collection" #scrollingItem class="virtual-scroll-item" (click)="handleChecked($event, row)">
|
|
30
|
-
<div class="checkbox-wrapper">
|
|
31
|
-
<co-input-checkbox
|
|
32
|
-
[model]="row.checked"
|
|
33
|
-
[readonly]="readonly"
|
|
34
|
-
(modelChange)="handleCheckboxChecked($event, row)"
|
|
35
|
-
></co-input-checkbox>
|
|
36
|
-
</div>
|
|
37
|
-
<div class="label-wrapper">
|
|
38
|
-
<span *ngFor="let label of row.propsForLabel; let index = index" [innerHTML]="label" [class.first]="index === 0" class="label"></span>
|
|
39
|
-
</div>
|
|
40
|
-
</div>
|
|
41
|
-
</cdk-virtual-scroll-viewport>
|
|
42
|
-
`,
|
|
43
|
-
encapsulation: ViewEncapsulation.None
|
|
44
|
-
},] }
|
|
45
|
-
];
|
|
46
|
-
TransactionLineCheckboxListComponent.propDecorators = {
|
|
47
|
-
scrollingItem: [{ type: ViewChild, args: ['scrollingItem',] }],
|
|
48
|
-
collection: [{ type: Input }],
|
|
49
|
-
readonly: [{ type: Input }],
|
|
50
|
-
checked: [{ type: Output }],
|
|
51
|
-
showClass: [{ type: HostBinding, args: ["class.co-transaction-line-checkbox-list",] }]
|
|
52
|
-
};
|
|
53
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tbGluZS1jaGVja2JveC1saXN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWxpbmUtY2hlY2tib3gtbGlzdC90cmFuc2FjdGlvbi1saW5lLWNoZWNrYm94LWxpc3QuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBbUIsU0FBUyxFQUFjLFlBQVksRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxTQUFTLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFzQjlJLE1BQU0sT0FBTyxvQ0FBb0M7SUFwQmpEO1FBeUJTLGVBQVUsR0FBVSxFQUFFLENBQUM7UUFHdkIsYUFBUSxHQUFZLEtBQUssQ0FBQztRQUcxQixZQUFPLEdBQXNCLElBQUksWUFBWSxFQUFPLENBQUM7UUFHckQsY0FBUyxHQUFZLElBQUksQ0FBQztRQUUxQixlQUFVLEdBQUcsSUFBSSxDQUFDO0lBaUIzQixDQUFDO0lBZlEsa0JBQWtCO1FBQ3ZCLElBQUksSUFBSSxDQUFDLGFBQWEsSUFBSSxJQUFJLENBQUMsVUFBVSxLQUFLLElBQUksRUFBRTtZQUNsRCxJQUFJLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQyxhQUFhLENBQUMsYUFBYSxDQUFDLFlBQVksQ0FBQztTQUNqRTtJQUNILENBQUM7SUFFTSxxQkFBcUIsQ0FBQyxPQUFnQixFQUFFLEdBQXNEO1FBQ25HLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQ3pCLENBQUM7SUFFTSxhQUFhLENBQUMsS0FBaUIsRUFBRSxHQUFzRDtRQUM1RixLQUFLLENBQUMsY0FBYyxFQUFFLENBQUM7UUFDdkIsS0FBSyxDQUFDLGVBQWUsRUFBRSxDQUFDO1FBQ3hCLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQ3pCLENBQUM7OztZQXBERixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLG1DQUFtQztnQkFDN0MsUUFBUSxFQUFFOzs7Ozs7Ozs7Ozs7Ozs7R0FlVDtnQkFDRCxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTthQUN0Qzs7OzRCQUVFLFNBQVMsU0FBQyxlQUFlO3lCQUd6QixLQUFLO3VCQUdMLEtBQUs7c0JBR0wsTUFBTTt3QkFHTixXQUFXLFNBQUMseUNBQXlDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtBZnRlclZpZXdDaGVja2VkLCBDb21wb25lbnQsIEVsZW1lbnRSZWYsIEV2ZW50RW1pdHRlciwgSG9zdEJpbmRpbmcsIElucHV0LCBPdXRwdXQsIFZpZXdDaGlsZCwgVmlld0VuY2Fwc3VsYXRpb259IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogXCJjby10cmFuc2FjdGlvbi1saW5lLWNoZWNrYm94LWxpc3RcIixcclxuICB0ZW1wbGF0ZTogYFxyXG4gICAgPGNkay12aXJ0dWFsLXNjcm9sbC12aWV3cG9ydCBbaXRlbVNpemVdPVwiaXRlbUhlaWdodFwiIGNsYXNzPVwidmlydHVhbC1zY3JvbGwtY29udGFpbmVyIGNvLXNtYWxsLXRvb2xiYXJcIj5cclxuICAgICAgPGRpdiAqY2RrVmlydHVhbEZvcj1cImxldCByb3cgb2YgY29sbGVjdGlvblwiICNzY3JvbGxpbmdJdGVtIGNsYXNzPVwidmlydHVhbC1zY3JvbGwtaXRlbVwiIChjbGljayk9XCJoYW5kbGVDaGVja2VkKCRldmVudCwgcm93KVwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjaGVja2JveC13cmFwcGVyXCI+XHJcbiAgICAgICAgICA8Y28taW5wdXQtY2hlY2tib3hcclxuICAgICAgICAgICAgW21vZGVsXT1cInJvdy5jaGVja2VkXCJcclxuICAgICAgICAgICAgW3JlYWRvbmx5XT1cInJlYWRvbmx5XCJcclxuICAgICAgICAgICAgKG1vZGVsQ2hhbmdlKT1cImhhbmRsZUNoZWNrYm94Q2hlY2tlZCgkZXZlbnQsIHJvdylcIlxyXG4gICAgICAgICAgPjwvY28taW5wdXQtY2hlY2tib3g+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImxhYmVsLXdyYXBwZXJcIj5cclxuICAgICAgICAgIDxzcGFuICpuZ0Zvcj1cImxldCBsYWJlbCBvZiByb3cucHJvcHNGb3JMYWJlbDsgbGV0IGluZGV4ID0gaW5kZXhcIiBbaW5uZXJIVE1MXT1cImxhYmVsXCIgW2NsYXNzLmZpcnN0XT1cImluZGV4ID09PSAwXCIgY2xhc3M9XCJsYWJlbFwiPjwvc3Bhbj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2Nkay12aXJ0dWFsLXNjcm9sbC12aWV3cG9ydD5cclxuICBgLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmVcclxufSlcclxuZXhwb3J0IGNsYXNzIFRyYW5zYWN0aW9uTGluZUNoZWNrYm94TGlzdENvbXBvbmVudCBpbXBsZW1lbnRzIEFmdGVyVmlld0NoZWNrZWQge1xyXG4gIEBWaWV3Q2hpbGQoJ3Njcm9sbGluZ0l0ZW0nKVxyXG4gIHB1YmxpYyBzY3JvbGxpbmdJdGVtOiBFbGVtZW50UmVmO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBjb2xsZWN0aW9uOiBhbnlbXSA9IFtdO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyByZWFkb25seTogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBAT3V0cHV0KClcclxuICBwdWJsaWMgY2hlY2tlZDogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcclxuXHJcbiAgQEhvc3RCaW5kaW5nKFwiY2xhc3MuY28tdHJhbnNhY3Rpb24tbGluZS1jaGVja2JveC1saXN0XCIpXHJcbiAgcHVibGljIHNob3dDbGFzczogYm9vbGVhbiA9IHRydWU7XHJcblxyXG4gIHB1YmxpYyBpdGVtSGVpZ2h0ID0gMTAwMDtcclxuXHJcbiAgcHVibGljIG5nQWZ0ZXJWaWV3Q2hlY2tlZCgpOiB2b2lkIHtcclxuICAgIGlmICh0aGlzLnNjcm9sbGluZ0l0ZW0gJiYgdGhpcy5pdGVtSGVpZ2h0ID09PSAxMDAwKSB7XHJcbiAgICAgIHRoaXMuaXRlbUhlaWdodCA9IHRoaXMuc2Nyb2xsaW5nSXRlbS5uYXRpdmVFbGVtZW50Lm9mZnNldEhlaWdodDtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIHB1YmxpYyBoYW5kbGVDaGVja2JveENoZWNrZWQoY2hlY2tlZDogYm9vbGVhbiwgcm93OiB7IHZhbHVlOiBzdHJpbmcsIHRleHQ6IHN0cmluZywgY2hlY2tlZDogYm9vbGVhbiB9KTogdm9pZCB7XHJcbiAgICB0aGlzLmNoZWNrZWQuZW1pdChyb3cpO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIGhhbmRsZUNoZWNrZWQoZXZlbnQ6IE1vdXNlRXZlbnQsIHJvdzogeyB2YWx1ZTogc3RyaW5nLCB0ZXh0OiBzdHJpbmcsIGNoZWNrZWQ6IGJvb2xlYW4gfSk6IHZvaWQge1xyXG4gICAgZXZlbnQucHJldmVudERlZmF1bHQoKTtcclxuICAgIGV2ZW50LnN0b3BQcm9wYWdhdGlvbigpO1xyXG4gICAgdGhpcy5jaGVja2VkLmVtaXQocm93KTtcclxuICB9XHJcbn1cclxuIl19
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { NgModule } from "@angular/core";
|
|
2
|
-
import { CommonModule } from "@angular/common";
|
|
3
|
-
import { TransactionLineCheckboxListComponent } from "./transaction-line-checkbox-list.component";
|
|
4
|
-
import { InputCheckboxModule } from "@colijnit/corecomponents_v12";
|
|
5
|
-
import { ScrollingModule } from "@angular/cdk/scrolling";
|
|
6
|
-
import { CoreModule } from "../core/core.module";
|
|
7
|
-
export class TransactionLineCheckboxModule {
|
|
8
|
-
}
|
|
9
|
-
TransactionLineCheckboxModule.decorators = [
|
|
10
|
-
{ type: NgModule, args: [{
|
|
11
|
-
imports: [
|
|
12
|
-
CommonModule,
|
|
13
|
-
InputCheckboxModule,
|
|
14
|
-
ScrollingModule,
|
|
15
|
-
CoreModule
|
|
16
|
-
],
|
|
17
|
-
declarations: [
|
|
18
|
-
TransactionLineCheckboxListComponent
|
|
19
|
-
],
|
|
20
|
-
exports: [
|
|
21
|
-
TransactionLineCheckboxListComponent
|
|
22
|
-
]
|
|
23
|
-
},] }
|
|
24
|
-
];
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tbGluZS1jaGVja2JveC1saXN0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L3RyYW5zYWN0aW9uLWxpbmUtY2hlY2tib3gtbGlzdC90cmFuc2FjdGlvbi1saW5lLWNoZWNrYm94LWxpc3QubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxRQUFRLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDdkMsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQzdDLE9BQU8sRUFBQyxvQ0FBb0MsRUFBQyxNQUFNLDRDQUE0QyxDQUFDO0FBQ2hHLE9BQU8sRUFBQyxtQkFBbUIsRUFBQyxNQUFNLDhCQUE4QixDQUFDO0FBQ2pFLE9BQU8sRUFBQyxlQUFlLEVBQUMsTUFBTSx3QkFBd0IsQ0FBQztBQUN2RCxPQUFPLEVBQUMsVUFBVSxFQUFDLE1BQU0scUJBQXFCLENBQUM7QUFnQi9DLE1BQU0sT0FBTyw2QkFBNkI7OztZQWR6QyxRQUFRLFNBQUM7Z0JBQ1IsT0FBTyxFQUFFO29CQUNQLFlBQVk7b0JBQ1osbUJBQW1CO29CQUNuQixlQUFlO29CQUNmLFVBQVU7aUJBQ1g7Z0JBQ0QsWUFBWSxFQUFFO29CQUNaLG9DQUFvQztpQkFDckM7Z0JBQ0QsT0FBTyxFQUFFO29CQUNQLG9DQUFvQztpQkFDckM7YUFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7TmdNb2R1bGV9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7Q29tbW9uTW9kdWxlfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XHJcbmltcG9ydCB7VHJhbnNhY3Rpb25MaW5lQ2hlY2tib3hMaXN0Q29tcG9uZW50fSBmcm9tIFwiLi90cmFuc2FjdGlvbi1saW5lLWNoZWNrYm94LWxpc3QuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7SW5wdXRDaGVja2JveE1vZHVsZX0gZnJvbSBcIkBjb2xpam5pdC9jb3JlY29tcG9uZW50c192MTJcIjtcclxuaW1wb3J0IHtTY3JvbGxpbmdNb2R1bGV9IGZyb20gXCJAYW5ndWxhci9jZGsvc2Nyb2xsaW5nXCI7XHJcbmltcG9ydCB7Q29yZU1vZHVsZX0gZnJvbSBcIi4uL2NvcmUvY29yZS5tb2R1bGVcIjtcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgaW1wb3J0czogW1xyXG4gICAgQ29tbW9uTW9kdWxlLFxyXG4gICAgSW5wdXRDaGVja2JveE1vZHVsZSxcclxuICAgIFNjcm9sbGluZ01vZHVsZSxcclxuICAgIENvcmVNb2R1bGVcclxuICBdLFxyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gICAgVHJhbnNhY3Rpb25MaW5lQ2hlY2tib3hMaXN0Q29tcG9uZW50XHJcbiAgXSxcclxuICBleHBvcnRzOiBbXHJcbiAgICBUcmFuc2FjdGlvbkxpbmVDaGVja2JveExpc3RDb21wb25lbnRcclxuICBdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBUcmFuc2FjdGlvbkxpbmVDaGVja2JveE1vZHVsZSB7XHJcbn1cclxuIl19
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { __awaiter } from "tslib";
|
|
2
|
-
import { Component, HostBinding, ViewEncapsulation } from "@angular/core";
|
|
3
|
-
import { TransactionService } from "../../service/transaction.service";
|
|
4
|
-
import { TransactionLineBaseComponent } from "../core/base/transaction-line-base.component";
|
|
5
|
-
export class TransactionLineAmountComponent extends TransactionLineBaseComponent {
|
|
6
|
-
constructor(_service) {
|
|
7
|
-
super();
|
|
8
|
-
this._service = _service;
|
|
9
|
-
}
|
|
10
|
-
showClass() {
|
|
11
|
-
return true;
|
|
12
|
-
}
|
|
13
|
-
changeLineAmount(amount) {
|
|
14
|
-
this._service.changeTransactionLineQuantity(this.transactionLine.uuid, amount).then((value) => {
|
|
15
|
-
if (!value || !value.isSuccess) {
|
|
16
|
-
this.localAmount = this.transactionLine.amount;
|
|
17
|
-
return;
|
|
18
|
-
}
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
transactionLineSet() {
|
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
-
if (this.transactionLine && this.transactionLine.isArticle) {
|
|
24
|
-
this.localAmount = this.transactionLine.amount;
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
TransactionLineAmountComponent.decorators = [
|
|
30
|
-
{ type: Component, args: [{
|
|
31
|
-
selector: "co-transaction-line-amount",
|
|
32
|
-
template: `
|
|
33
|
-
<co-input-number-picker class="amount-number-picker"
|
|
34
|
-
[(model)]="localAmount" [min]="0"
|
|
35
|
-
[readonly]="readonly"
|
|
36
|
-
(modelChange)="changeLineAmount($event)"></co-input-number-picker>
|
|
37
|
-
`,
|
|
38
|
-
encapsulation: ViewEncapsulation.None
|
|
39
|
-
},] }
|
|
40
|
-
];
|
|
41
|
-
TransactionLineAmountComponent.ctorParameters = () => [
|
|
42
|
-
{ type: TransactionService }
|
|
43
|
-
];
|
|
44
|
-
TransactionLineAmountComponent.propDecorators = {
|
|
45
|
-
showClass: [{ type: HostBinding, args: ["class.co-transaction-line-amount",] }]
|
|
46
|
-
};
|
|
47
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tbGluZS1hbW91bnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdHJhbnNhY3Rpb24vc3JjL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24tbGluZS1maWVsZHMvdHJhbnNhY3Rpb24tbGluZS1hbW91bnQuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUMsU0FBUyxFQUFFLFdBQVcsRUFBRSxpQkFBaUIsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN4RSxPQUFPLEVBQUMsa0JBQWtCLEVBQUMsTUFBTSxtQ0FBbUMsQ0FBQztBQUNyRSxPQUFPLEVBQUMsNEJBQTRCLEVBQUMsTUFBTSw4Q0FBOEMsQ0FBQztBQWMxRixNQUFNLE9BQU8sOEJBQStCLFNBQVEsNEJBQW9DO0lBU3RGLFlBQW9CLFFBQTRCO1FBQzlDLEtBQUssRUFBRSxDQUFDO1FBRFUsYUFBUSxHQUFSLFFBQVEsQ0FBb0I7SUFFaEQsQ0FBQztJQVJNLFNBQVM7UUFDZCxPQUFPLElBQUksQ0FBQztJQUNkLENBQUM7SUFRTSxnQkFBZ0IsQ0FBQyxNQUFjO1FBQ3BDLElBQUksQ0FBQyxRQUFRLENBQUMsNkJBQTZCLENBQUMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLEVBQUUsTUFBTSxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBNEIsRUFBRSxFQUFFO1lBQ25ILElBQUksQ0FBQyxLQUFLLElBQUksQ0FBQyxLQUFLLENBQUMsU0FBUyxFQUFFO2dCQUM5QixJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQyxlQUFlLENBQUMsTUFBTSxDQUFDO2dCQUMvQyxPQUFPO2FBQ1I7UUFDSCxDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFWSxrQkFBa0I7O1lBQzdCLElBQUksSUFBSSxDQUFDLGVBQWUsSUFBSSxJQUFJLENBQUMsZUFBZSxDQUFDLFNBQVMsRUFBRTtnQkFDMUQsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUMsZUFBZSxDQUFDLE1BQU0sQ0FBQzthQUNoRDtRQUNILENBQUM7S0FBQTs7O1lBcENGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsNEJBQTRCO2dCQUN0QyxRQUFRLEVBQUU7Ozs7O0dBS1Q7Z0JBQ0QsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7YUFDdEM7OztZQWRPLGtCQUFrQjs7O3dCQWlCdkIsV0FBVyxTQUFDLGtDQUFrQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q29tcG9uZW50LCBIb3N0QmluZGluZywgVmlld0VuY2Fwc3VsYXRpb259IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7VHJhbnNhY3Rpb25TZXJ2aWNlfSBmcm9tIFwiLi4vLi4vc2VydmljZS90cmFuc2FjdGlvbi5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7VHJhbnNhY3Rpb25MaW5lQmFzZUNvbXBvbmVudH0gZnJvbSBcIi4uL2NvcmUvYmFzZS90cmFuc2FjdGlvbi1saW5lLWJhc2UuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7TGluZU9wZXJhdGlvblJlc3BvbnNlfSBmcm9tIFwiQGNvbGlqbml0L3RyYW5zYWN0aW9uYXBpL2J1aWxkL21vZGVsL2xpbmUtb3BlcmF0aW9uLXJlc3BvbnNlLmJvXCI7XHJcblxyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6IFwiY28tdHJhbnNhY3Rpb24tbGluZS1hbW91bnRcIixcclxuICB0ZW1wbGF0ZTogYFxyXG4gICAgPGNvLWlucHV0LW51bWJlci1waWNrZXIgY2xhc3M9XCJhbW91bnQtbnVtYmVyLXBpY2tlclwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbKG1vZGVsKV09XCJsb2NhbEFtb3VudFwiIFttaW5dPVwiMFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbcmVhZG9ubHldPVwicmVhZG9ubHlcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgKG1vZGVsQ2hhbmdlKT1cImNoYW5nZUxpbmVBbW91bnQoJGV2ZW50KVwiPjwvY28taW5wdXQtbnVtYmVyLXBpY2tlcj5cclxuICBgLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmVcclxufSlcclxuZXhwb3J0IGNsYXNzIFRyYW5zYWN0aW9uTGluZUFtb3VudENvbXBvbmVudCBleHRlbmRzIFRyYW5zYWN0aW9uTGluZUJhc2VDb21wb25lbnQ8bnVtYmVyPiB7XHJcblxyXG4gIEBIb3N0QmluZGluZyhcImNsYXNzLmNvLXRyYW5zYWN0aW9uLWxpbmUtYW1vdW50XCIpXHJcbiAgcHVibGljIHNob3dDbGFzcygpIHtcclxuICAgIHJldHVybiB0cnVlO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIGxvY2FsQW1vdW50OiBudW1iZXI7XHJcblxyXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgX3NlcnZpY2U6IFRyYW5zYWN0aW9uU2VydmljZSkge1xyXG4gICAgc3VwZXIoKTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBjaGFuZ2VMaW5lQW1vdW50KGFtb3VudDogbnVtYmVyKTogdm9pZCB7XHJcbiAgICB0aGlzLl9zZXJ2aWNlLmNoYW5nZVRyYW5zYWN0aW9uTGluZVF1YW50aXR5KHRoaXMudHJhbnNhY3Rpb25MaW5lLnV1aWQsIGFtb3VudCkudGhlbigodmFsdWU6IExpbmVPcGVyYXRpb25SZXNwb25zZSkgPT4ge1xyXG4gICAgICBpZiAoIXZhbHVlIHx8ICF2YWx1ZS5pc1N1Y2Nlc3MpIHtcclxuICAgICAgICB0aGlzLmxvY2FsQW1vdW50ID0gdGhpcy50cmFuc2FjdGlvbkxpbmUuYW1vdW50O1xyXG4gICAgICAgIHJldHVybjtcclxuICAgICAgfVxyXG4gICAgfSk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgYXN5bmMgdHJhbnNhY3Rpb25MaW5lU2V0KCk6IFByb21pc2U8dm9pZD4ge1xyXG4gICAgaWYgKHRoaXMudHJhbnNhY3Rpb25MaW5lICYmIHRoaXMudHJhbnNhY3Rpb25MaW5lLmlzQXJ0aWNsZSkge1xyXG4gICAgICB0aGlzLmxvY2FsQW1vdW50ID0gdGhpcy50cmFuc2FjdGlvbkxpbmUuYW1vdW50O1xyXG4gICAgfVxyXG4gIH1cclxufVxyXG4iXX0=
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { NgModule } from "@angular/core";
|
|
2
|
-
import { CommonModule } from "@angular/common";
|
|
3
|
-
import { TransactionLineAmountComponent } from "./transaction-line-amount.component";
|
|
4
|
-
import { InputNumberPickerModule } from "@colijnit/corecomponents_v12";
|
|
5
|
-
export class TransactionLineAmountModule {
|
|
6
|
-
}
|
|
7
|
-
TransactionLineAmountModule.decorators = [
|
|
8
|
-
{ type: NgModule, args: [{
|
|
9
|
-
imports: [
|
|
10
|
-
CommonModule,
|
|
11
|
-
InputNumberPickerModule
|
|
12
|
-
],
|
|
13
|
-
declarations: [
|
|
14
|
-
TransactionLineAmountComponent
|
|
15
|
-
],
|
|
16
|
-
exports: [
|
|
17
|
-
TransactionLineAmountComponent
|
|
18
|
-
]
|
|
19
|
-
},] }
|
|
20
|
-
];
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tbGluZS1hbW91bnQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdHJhbnNhY3Rpb24vc3JjL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24tbGluZS1maWVsZHMvdHJhbnNhY3Rpb24tbGluZS1hbW91bnQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxRQUFRLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDdkMsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQzdDLE9BQU8sRUFBQyw4QkFBOEIsRUFBQyxNQUFNLHFDQUFxQyxDQUFDO0FBQ25GLE9BQU8sRUFBQyx1QkFBdUIsRUFBQyxNQUFNLDhCQUE4QixDQUFDO0FBY3JFLE1BQU0sT0FBTywyQkFBMkI7OztZQVp2QyxRQUFRLFNBQUM7Z0JBQ1IsT0FBTyxFQUFFO29CQUNQLFlBQVk7b0JBQ1osdUJBQXVCO2lCQUN4QjtnQkFDRCxZQUFZLEVBQUU7b0JBQ1osOEJBQThCO2lCQUMvQjtnQkFDRCxPQUFPLEVBQUU7b0JBQ1AsOEJBQThCO2lCQUMvQjthQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtOZ01vZHVsZX0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHtDb21tb25Nb2R1bGV9IGZyb20gXCJAYW5ndWxhci9jb21tb25cIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvbkxpbmVBbW91bnRDb21wb25lbnR9IGZyb20gXCIuL3RyYW5zYWN0aW9uLWxpbmUtYW1vdW50LmNvbXBvbmVudFwiO1xyXG5pbXBvcnQge0lucHV0TnVtYmVyUGlja2VyTW9kdWxlfSBmcm9tIFwiQGNvbGlqbml0L2NvcmVjb21wb25lbnRzX3YxMlwiO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGUsXHJcbiAgICBJbnB1dE51bWJlclBpY2tlck1vZHVsZVxyXG4gIF0sXHJcbiAgZGVjbGFyYXRpb25zOiBbXHJcbiAgICBUcmFuc2FjdGlvbkxpbmVBbW91bnRDb21wb25lbnRcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIFRyYW5zYWN0aW9uTGluZUFtb3VudENvbXBvbmVudFxyXG4gIF1cclxufSlcclxuZXhwb3J0IGNsYXNzIFRyYW5zYWN0aW9uTGluZUFtb3VudE1vZHVsZSB7XHJcbn1cclxuIl19
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { __awaiter } from "tslib";
|
|
2
|
-
import { Component, HostBinding, ViewEncapsulation } from "@angular/core";
|
|
3
|
-
import { TransactionService } from "../../service/transaction.service";
|
|
4
|
-
import { TransactionLineBaseComponent } from "../core/base/transaction-line-base.component";
|
|
5
|
-
export class TransactionLineCommissionButtonComponent extends TransactionLineBaseComponent {
|
|
6
|
-
constructor(_service) {
|
|
7
|
-
super();
|
|
8
|
-
this._service = _service;
|
|
9
|
-
this.showDialogCommissionCode = false;
|
|
10
|
-
}
|
|
11
|
-
showClass() {
|
|
12
|
-
return true;
|
|
13
|
-
}
|
|
14
|
-
transactionLineSet() {
|
|
15
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
16
|
-
if (this.transactionLine && this.transactionLine.isArticle) {
|
|
17
|
-
this._service.getCommissionCodes('NL').then((codes) => {
|
|
18
|
-
const commissionCode = codes.find(c => c.code === this.transactionLine.commissionCode);
|
|
19
|
-
this.transactionLine.commissionDescription = commissionCode ? commissionCode.description : "";
|
|
20
|
-
});
|
|
21
|
-
}
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
TransactionLineCommissionButtonComponent.decorators = [
|
|
26
|
-
{ type: Component, args: [{
|
|
27
|
-
selector: "co-transaction-line-commission-button",
|
|
28
|
-
template: `
|
|
29
|
-
<div class="transaction-line-button" (click)="showDialogCommissionCode = true">
|
|
30
|
-
<span class="co-transaction-overflow-ellipsis" [textContent]="transactionLine.commissionCode | append:' | ' | append:transactionLine.commissionDescription"></span>
|
|
31
|
-
</div>
|
|
32
|
-
<co-dialog-transaction-line-commission-code *ngIf="showDialogCommissionCode"
|
|
33
|
-
[autoClose]="true"
|
|
34
|
-
[transactionInfo]="transactionInfo"
|
|
35
|
-
[transactionLine]="transactionLine"
|
|
36
|
-
(close)="showDialogCommissionCode = false"
|
|
37
|
-
></co-dialog-transaction-line-commission-code>
|
|
38
|
-
`,
|
|
39
|
-
encapsulation: ViewEncapsulation.None
|
|
40
|
-
},] }
|
|
41
|
-
];
|
|
42
|
-
TransactionLineCommissionButtonComponent.ctorParameters = () => [
|
|
43
|
-
{ type: TransactionService }
|
|
44
|
-
];
|
|
45
|
-
TransactionLineCommissionButtonComponent.propDecorators = {
|
|
46
|
-
showClass: [{ type: HostBinding, args: ["class.co-transaction-line-commission-button",] }]
|
|
47
|
-
};
|
|
48
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tbGluZS1jb21taXNzaW9uLWJ1dHRvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1saW5lLWZpZWxkcy90cmFuc2FjdGlvbi1saW5lLWNvbW1pc3Npb24tYnV0dG9uLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFDLFNBQVMsRUFBRSxXQUFXLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDeEUsT0FBTyxFQUFDLGtCQUFrQixFQUFDLE1BQU0sbUNBQW1DLENBQUM7QUFDckUsT0FBTyxFQUFDLDRCQUE0QixFQUFDLE1BQU0sOENBQThDLENBQUM7QUFtQjFGLE1BQU0sT0FBTyx3Q0FBeUMsU0FBUSw0QkFBb0M7SUFTaEcsWUFBb0IsUUFBNEI7UUFDOUMsS0FBSyxFQUFFLENBQUM7UUFEVSxhQUFRLEdBQVIsUUFBUSxDQUFvQjtRQUZ6Qyw2QkFBd0IsR0FBWSxLQUFLLENBQUM7SUFJakQsQ0FBQztJQVJNLFNBQVM7UUFDZCxPQUFPLElBQUksQ0FBQztJQUNkLENBQUM7SUFRWSxrQkFBa0I7O1lBQzdCLElBQUksSUFBSSxDQUFDLGVBQWUsSUFBSSxJQUFJLENBQUMsZUFBZSxDQUFDLFNBQVMsRUFBRTtnQkFDMUQsSUFBSSxDQUFDLFFBQVEsQ0FBQyxrQkFBa0IsQ0FBQyxJQUFJLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFzQixFQUFFLEVBQUU7b0JBQ3JFLE1BQU0sY0FBYyxHQUFrQixLQUFLLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUksS0FBSyxJQUFJLENBQUMsZUFBZSxDQUFDLGNBQWMsQ0FBQyxDQUFDO29CQUN0RyxJQUFJLENBQUMsZUFBZSxDQUFDLHFCQUFxQixHQUFHLGNBQWMsQ0FBQyxDQUFDLENBQUMsY0FBYyxDQUFDLFdBQVcsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDO2dCQUNoRyxDQUFDLENBQUMsQ0FBQzthQUNKO1FBQ0gsQ0FBQztLQUFBOzs7WUFuQ0YsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSx1Q0FBdUM7Z0JBQ2pELFFBQVEsRUFBRTs7Ozs7Ozs7OztHQVVUO2dCQUNELGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2FBQ3RDOzs7WUFuQk8sa0JBQWtCOzs7d0JBc0J2QixXQUFXLFNBQUMsNkNBQTZDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDb21wb25lbnQsIEhvc3RCaW5kaW5nLCBWaWV3RW5jYXBzdWxhdGlvbn0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvblNlcnZpY2V9IGZyb20gXCIuLi8uLi9zZXJ2aWNlL3RyYW5zYWN0aW9uLnNlcnZpY2VcIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvbkxpbmVCYXNlQ29tcG9uZW50fSBmcm9tIFwiLi4vY29yZS9iYXNlL3RyYW5zYWN0aW9uLWxpbmUtYmFzZS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHtDb0RvbWFpblZhbHVlfSBmcm9tIFwiQGNvbGlqbml0L21haW5hcGkvYnVpbGQvbW9kZWwvY28tZG9tYWluLXZhbHVlLmJvXCI7XHJcblxyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6IFwiY28tdHJhbnNhY3Rpb24tbGluZS1jb21taXNzaW9uLWJ1dHRvblwiLFxyXG4gIHRlbXBsYXRlOiBgXHJcbiAgICA8ZGl2IGNsYXNzPVwidHJhbnNhY3Rpb24tbGluZS1idXR0b25cIiAoY2xpY2spPVwic2hvd0RpYWxvZ0NvbW1pc3Npb25Db2RlID0gdHJ1ZVwiPlxyXG4gICAgICA8c3BhbiBjbGFzcz1cImNvLXRyYW5zYWN0aW9uLW92ZXJmbG93LWVsbGlwc2lzXCIgW3RleHRDb250ZW50XT1cInRyYW5zYWN0aW9uTGluZS5jb21taXNzaW9uQ29kZSB8IGFwcGVuZDonIHwgJyB8IGFwcGVuZDp0cmFuc2FjdGlvbkxpbmUuY29tbWlzc2lvbkRlc2NyaXB0aW9uXCI+PC9zcGFuPlxyXG4gICAgPC9kaXY+XHJcbiAgICA8Y28tZGlhbG9nLXRyYW5zYWN0aW9uLWxpbmUtY29tbWlzc2lvbi1jb2RlICpuZ0lmPVwic2hvd0RpYWxvZ0NvbW1pc3Npb25Db2RlXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F1dG9DbG9zZV09XCJ0cnVlXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3RyYW5zYWN0aW9uSW5mb109XCJ0cmFuc2FjdGlvbkluZm9cIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbdHJhbnNhY3Rpb25MaW5lXT1cInRyYW5zYWN0aW9uTGluZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChjbG9zZSk9XCJzaG93RGlhbG9nQ29tbWlzc2lvbkNvZGUgPSBmYWxzZVwiXHJcbiAgICA+PC9jby1kaWFsb2ctdHJhbnNhY3Rpb24tbGluZS1jb21taXNzaW9uLWNvZGU+XHJcbiAgYCxcclxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBUcmFuc2FjdGlvbkxpbmVDb21taXNzaW9uQnV0dG9uQ29tcG9uZW50IGV4dGVuZHMgVHJhbnNhY3Rpb25MaW5lQmFzZUNvbXBvbmVudDxudW1iZXI+IHtcclxuXHJcbiAgQEhvc3RCaW5kaW5nKFwiY2xhc3MuY28tdHJhbnNhY3Rpb24tbGluZS1jb21taXNzaW9uLWJ1dHRvblwiKVxyXG4gIHB1YmxpYyBzaG93Q2xhc3MoKSB7XHJcbiAgICByZXR1cm4gdHJ1ZTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBzaG93RGlhbG9nQ29tbWlzc2lvbkNvZGU6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBfc2VydmljZTogVHJhbnNhY3Rpb25TZXJ2aWNlKSB7XHJcbiAgICBzdXBlcigpO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIGFzeW5jIHRyYW5zYWN0aW9uTGluZVNldCgpOiBQcm9taXNlPHZvaWQ+IHtcclxuICAgIGlmICh0aGlzLnRyYW5zYWN0aW9uTGluZSAmJiB0aGlzLnRyYW5zYWN0aW9uTGluZS5pc0FydGljbGUpIHtcclxuICAgICAgdGhpcy5fc2VydmljZS5nZXRDb21taXNzaW9uQ29kZXMoJ05MJykudGhlbigoY29kZXM6IENvRG9tYWluVmFsdWVbXSkgPT4ge1xyXG4gICAgICAgIGNvbnN0IGNvbW1pc3Npb25Db2RlOiBDb0RvbWFpblZhbHVlID0gY29kZXMuZmluZChjID0+IGMuY29kZSA9PT0gdGhpcy50cmFuc2FjdGlvbkxpbmUuY29tbWlzc2lvbkNvZGUpO1xyXG4gICAgICAgIHRoaXMudHJhbnNhY3Rpb25MaW5lLmNvbW1pc3Npb25EZXNjcmlwdGlvbiA9IGNvbW1pc3Npb25Db2RlID8gY29tbWlzc2lvbkNvZGUuZGVzY3JpcHRpb24gOiBcIlwiO1xyXG4gICAgICB9KTtcclxuICAgIH1cclxuICB9XHJcbn1cclxuIl19
|
package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-button.module.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { NgModule } from "@angular/core";
|
|
2
|
-
import { CommonModule } from "@angular/common";
|
|
3
|
-
import { TransactionLineCommissionButtonComponent } from "./transaction-line-commission-button.component";
|
|
4
|
-
import { PipeModule } from "../../pipe/pipe.module";
|
|
5
|
-
import { DialogTransactionLineCommissionCodeModule } from "../dialog/transaction-line/dialog-transaction-line-commission-code/dialog-transaction-line-commission-code.module";
|
|
6
|
-
export class TransactionLineCommissionButtonModule {
|
|
7
|
-
}
|
|
8
|
-
TransactionLineCommissionButtonModule.decorators = [
|
|
9
|
-
{ type: NgModule, args: [{
|
|
10
|
-
imports: [
|
|
11
|
-
CommonModule,
|
|
12
|
-
PipeModule,
|
|
13
|
-
DialogTransactionLineCommissionCodeModule
|
|
14
|
-
],
|
|
15
|
-
declarations: [
|
|
16
|
-
TransactionLineCommissionButtonComponent
|
|
17
|
-
],
|
|
18
|
-
exports: [
|
|
19
|
-
TransactionLineCommissionButtonComponent
|
|
20
|
-
]
|
|
21
|
-
},] }
|
|
22
|
-
];
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tbGluZS1jb21taXNzaW9uLWJ1dHRvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1saW5lLWZpZWxkcy90cmFuc2FjdGlvbi1saW5lLWNvbW1pc3Npb24tYnV0dG9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsUUFBUSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQ3ZDLE9BQU8sRUFBQyxZQUFZLEVBQUMsTUFBTSxpQkFBaUIsQ0FBQztBQUM3QyxPQUFPLEVBQUMsd0NBQXdDLEVBQUMsTUFBTSxnREFBZ0QsQ0FBQztBQUN4RyxPQUFPLEVBQUMsVUFBVSxFQUFDLE1BQU0sd0JBQXdCLENBQUM7QUFDbEQsT0FBTyxFQUFDLHlDQUF5QyxFQUFDLE1BQU0sbUhBQW1ILENBQUM7QUFnQjVLLE1BQU0sT0FBTyxxQ0FBcUM7OztZQWJqRCxRQUFRLFNBQUM7Z0JBQ04sT0FBTyxFQUFFO29CQUNMLFlBQVk7b0JBQ1osVUFBVTtvQkFDVix5Q0FBeUM7aUJBQzVDO2dCQUNILFlBQVksRUFBRTtvQkFDWix3Q0FBd0M7aUJBQ3pDO2dCQUNELE9BQU8sRUFBRTtvQkFDUCx3Q0FBd0M7aUJBQ3pDO2FBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge05nTW9kdWxlfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQge0NvbW1vbk1vZHVsZX0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xyXG5pbXBvcnQge1RyYW5zYWN0aW9uTGluZUNvbW1pc3Npb25CdXR0b25Db21wb25lbnR9IGZyb20gXCIuL3RyYW5zYWN0aW9uLWxpbmUtY29tbWlzc2lvbi1idXR0b24uY29tcG9uZW50XCI7XHJcbmltcG9ydCB7UGlwZU1vZHVsZX0gZnJvbSBcIi4uLy4uL3BpcGUvcGlwZS5tb2R1bGVcIjtcclxuaW1wb3J0IHtEaWFsb2dUcmFuc2FjdGlvbkxpbmVDb21taXNzaW9uQ29kZU1vZHVsZX0gZnJvbSBcIi4uL2RpYWxvZy90cmFuc2FjdGlvbi1saW5lL2RpYWxvZy10cmFuc2FjdGlvbi1saW5lLWNvbW1pc3Npb24tY29kZS9kaWFsb2ctdHJhbnNhY3Rpb24tbGluZS1jb21taXNzaW9uLWNvZGUubW9kdWxlXCI7XHJcblxyXG5cclxuQE5nTW9kdWxlKHtcclxuICAgIGltcG9ydHM6IFtcclxuICAgICAgICBDb21tb25Nb2R1bGUsXHJcbiAgICAgICAgUGlwZU1vZHVsZSxcclxuICAgICAgICBEaWFsb2dUcmFuc2FjdGlvbkxpbmVDb21taXNzaW9uQ29kZU1vZHVsZVxyXG4gICAgXSxcclxuICBkZWNsYXJhdGlvbnM6IFtcclxuICAgIFRyYW5zYWN0aW9uTGluZUNvbW1pc3Npb25CdXR0b25Db21wb25lbnRcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIFRyYW5zYWN0aW9uTGluZUNvbW1pc3Npb25CdXR0b25Db21wb25lbnRcclxuICBdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBUcmFuc2FjdGlvbkxpbmVDb21taXNzaW9uQnV0dG9uTW9kdWxlIHtcclxufVxyXG4iXX0=
|
package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-code.component.js
DELETED
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { __awaiter } from "tslib";
|
|
2
|
-
import { Component, ViewEncapsulation } from "@angular/core";
|
|
3
|
-
import { TransactionService } from "../../service/transaction.service";
|
|
4
|
-
import { TransactionFilterPopupBaseComponent } from "../core/base/transaction-filter-popup-base.component";
|
|
5
|
-
export class TransactionLineCommissionCodeComponent extends TransactionFilterPopupBaseComponent {
|
|
6
|
-
constructor(_transactionService) {
|
|
7
|
-
super();
|
|
8
|
-
this._transactionService = _transactionService;
|
|
9
|
-
this.codeField = 'code';
|
|
10
|
-
this.checkField = 'commissionCode';
|
|
11
|
-
this.propsForLabel = ['code', 'description'];
|
|
12
|
-
}
|
|
13
|
-
ngOnInit() {
|
|
14
|
-
this.viewModels.length = 0;
|
|
15
|
-
this._transactionService.getCommissionCodes("NL").then((codes) => {
|
|
16
|
-
this.collection = codes.slice();
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
commit(code) {
|
|
20
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
21
|
-
if (this.transactionLine.commissionCode !== code) {
|
|
22
|
-
const oldCode = this.transactionLine.commissionCode;
|
|
23
|
-
const success = yield this._transactionService.updateCommissionCodeTransactionLine(this._transactionService.currentTransaction.transactionInfo.uuid, this.transactionLine.uuid, code);
|
|
24
|
-
if (!success) {
|
|
25
|
-
// this.transactionLine.commissionCode = code;
|
|
26
|
-
}
|
|
27
|
-
return success;
|
|
28
|
-
}
|
|
29
|
-
return true;
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
transactionLineSet() {
|
|
33
|
-
this.readonly = this.readonly || !this.transactionLine.articleFreeCommissionCode;
|
|
34
|
-
}
|
|
35
|
-
transactionInfoSet() {
|
|
36
|
-
this.readonly = this.readonly || this.transactionInfo.transactionDefinitive;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
TransactionLineCommissionCodeComponent.decorators = [
|
|
40
|
-
{ type: Component, args: [{
|
|
41
|
-
selector: "co-transaction-line-commission-code",
|
|
42
|
-
template: `
|
|
43
|
-
<co-transaction-line-checkbox-list
|
|
44
|
-
[collection]="viewModelsFiltered"
|
|
45
|
-
[readonly]="readonly"
|
|
46
|
-
(checked)="handleChecked($event)"
|
|
47
|
-
></co-transaction-line-checkbox-list>
|
|
48
|
-
`,
|
|
49
|
-
encapsulation: ViewEncapsulation.None
|
|
50
|
-
},] }
|
|
51
|
-
];
|
|
52
|
-
TransactionLineCommissionCodeComponent.ctorParameters = () => [
|
|
53
|
-
{ type: TransactionService }
|
|
54
|
-
];
|
|
55
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tbGluZS1jb21taXNzaW9uLWNvZGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdHJhbnNhY3Rpb24vc3JjL2xpYi9jb21wb25lbnQvdHJhbnNhY3Rpb24tbGluZS1maWVsZHMvdHJhbnNhY3Rpb24tbGluZS1jb21taXNzaW9uLWNvZGUuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUMsU0FBUyxFQUFVLGlCQUFpQixFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQ25FLE9BQU8sRUFBQyxrQkFBa0IsRUFBQyxNQUFNLG1DQUFtQyxDQUFDO0FBRXJFLE9BQU8sRUFBQyxtQ0FBbUMsRUFBQyxNQUFNLHNEQUFzRCxDQUFDO0FBYXpHLE1BQU0sT0FBTyxzQ0FBdUMsU0FBUSxtQ0FBa0Q7SUFNNUcsWUFBb0IsbUJBQXVDO1FBQ3pELEtBQUssRUFBRSxDQUFDO1FBRFUsd0JBQW1CLEdBQW5CLG1CQUFtQixDQUFvQjtRQUpqRCxjQUFTLEdBQVcsTUFBTSxDQUFDO1FBQzNCLGVBQVUsR0FBVyxnQkFBZ0IsQ0FBQztRQUN0QyxrQkFBYSxHQUFhLENBQUMsTUFBTSxFQUFFLGFBQWEsQ0FBQyxDQUFDO0lBSTVELENBQUM7SUFFRCxRQUFRO1FBQ04sSUFBSSxDQUFDLFVBQVUsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDO1FBQzNCLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxrQkFBa0IsQ0FBQyxJQUFJLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFzQixFQUFFLEVBQUU7WUFDaEYsSUFBSSxDQUFDLFVBQVUsR0FBRyxLQUFLLENBQUMsS0FBSyxFQUFFLENBQUM7UUFDbEMsQ0FBQyxDQUFDLENBQUE7SUFDSixDQUFDO0lBRVksTUFBTSxDQUFDLElBQVk7O1lBQzlCLElBQUksSUFBSSxDQUFDLGVBQWUsQ0FBQyxjQUFjLEtBQUssSUFBSSxFQUFFO2dCQUNoRCxNQUFNLE9BQU8sR0FBRyxJQUFJLENBQUMsZUFBZSxDQUFDLGNBQWMsQ0FBQztnQkFDcEQsTUFBTSxPQUFPLEdBQUcsTUFBTSxJQUFJLENBQUMsbUJBQW1CLENBQUMsbUNBQW1DLENBQUMsSUFBSSxDQUFDLG1CQUFtQixDQUFDLGtCQUFrQixDQUFDLGVBQWUsQ0FBQyxJQUFJLEVBQUUsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFJLEVBQUUsSUFBSSxDQUFDLENBQUM7Z0JBQ3RMLElBQUksQ0FBQyxPQUFPLEVBQUU7b0JBQ1osOENBQThDO2lCQUMvQztnQkFDRCxPQUFPLE9BQU8sQ0FBQzthQUNoQjtZQUNELE9BQU8sSUFBSSxDQUFDO1FBQ2QsQ0FBQztLQUFBO0lBRVMsa0JBQWtCO1FBQzFCLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLFFBQVEsSUFBSSxDQUFDLElBQUksQ0FBQyxlQUFlLENBQUMseUJBQXlCLENBQUM7SUFDbkYsQ0FBQztJQUVTLGtCQUFrQjtRQUMxQixJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxRQUFRLElBQUksSUFBSSxDQUFDLGVBQWUsQ0FBQyxxQkFBcUIsQ0FBQztJQUM5RSxDQUFDOzs7WUE5Q0YsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxxQ0FBcUM7Z0JBQy9DLFFBQVEsRUFBRTs7Ozs7O0dBTVQ7Z0JBQ0QsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7YUFDdEM7OztZQWRPLGtCQUFrQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q29tcG9uZW50LCBPbkluaXQsIFZpZXdFbmNhcHN1bGF0aW9ufSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQge1RyYW5zYWN0aW9uU2VydmljZX0gZnJvbSBcIi4uLy4uL3NlcnZpY2UvdHJhbnNhY3Rpb24uc2VydmljZVwiO1xyXG5pbXBvcnQge0NvRG9tYWluVmFsdWV9IGZyb20gXCJAY29saWpuaXQvbWFpbmFwaS9idWlsZC9tb2RlbC9jby1kb21haW4tdmFsdWUuYm9cIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvbkZpbHRlclBvcHVwQmFzZUNvbXBvbmVudH0gZnJvbSBcIi4uL2NvcmUvYmFzZS90cmFuc2FjdGlvbi1maWx0ZXItcG9wdXAtYmFzZS5jb21wb25lbnRcIjtcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiBcImNvLXRyYW5zYWN0aW9uLWxpbmUtY29tbWlzc2lvbi1jb2RlXCIsXHJcbiAgdGVtcGxhdGU6IGBcclxuICAgIDxjby10cmFuc2FjdGlvbi1saW5lLWNoZWNrYm94LWxpc3RcclxuICAgICAgW2NvbGxlY3Rpb25dPVwidmlld01vZGVsc0ZpbHRlcmVkXCJcclxuICAgICAgW3JlYWRvbmx5XT1cInJlYWRvbmx5XCJcclxuICAgICAgKGNoZWNrZWQpPVwiaGFuZGxlQ2hlY2tlZCgkZXZlbnQpXCJcclxuICAgID48L2NvLXRyYW5zYWN0aW9uLWxpbmUtY2hlY2tib3gtbGlzdD5cclxuICBgLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmVcclxufSlcclxuZXhwb3J0IGNsYXNzIFRyYW5zYWN0aW9uTGluZUNvbW1pc3Npb25Db2RlQ29tcG9uZW50IGV4dGVuZHMgVHJhbnNhY3Rpb25GaWx0ZXJQb3B1cEJhc2VDb21wb25lbnQ8Q29Eb21haW5WYWx1ZT4gaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICBwcm90ZWN0ZWQgY29kZUZpZWxkOiBzdHJpbmcgPSAnY29kZSc7XHJcbiAgcHJvdGVjdGVkIGNoZWNrRmllbGQ6IHN0cmluZyA9ICdjb21taXNzaW9uQ29kZSc7XHJcbiAgcHJvdGVjdGVkIHByb3BzRm9yTGFiZWw6IHN0cmluZ1tdID0gWydjb2RlJywgJ2Rlc2NyaXB0aW9uJ107XHJcblxyXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgX3RyYW5zYWN0aW9uU2VydmljZTogVHJhbnNhY3Rpb25TZXJ2aWNlKSB7XHJcbiAgICBzdXBlcigpO1xyXG4gIH1cclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICB0aGlzLnZpZXdNb2RlbHMubGVuZ3RoID0gMDtcclxuICAgIHRoaXMuX3RyYW5zYWN0aW9uU2VydmljZS5nZXRDb21taXNzaW9uQ29kZXMoXCJOTFwiKS50aGVuKChjb2RlczogQ29Eb21haW5WYWx1ZVtdKSA9PiB7XHJcbiAgICAgIHRoaXMuY29sbGVjdGlvbiA9IGNvZGVzLnNsaWNlKCk7XHJcbiAgICB9KVxyXG4gIH1cclxuXHJcbiAgcHVibGljIGFzeW5jIGNvbW1pdChjb2RlOiBzdHJpbmcpOiBQcm9taXNlPGJvb2xlYW4+IHtcclxuICAgIGlmICh0aGlzLnRyYW5zYWN0aW9uTGluZS5jb21taXNzaW9uQ29kZSAhPT0gY29kZSkge1xyXG4gICAgICBjb25zdCBvbGRDb2RlID0gdGhpcy50cmFuc2FjdGlvbkxpbmUuY29tbWlzc2lvbkNvZGU7XHJcbiAgICAgIGNvbnN0IHN1Y2Nlc3MgPSBhd2FpdCB0aGlzLl90cmFuc2FjdGlvblNlcnZpY2UudXBkYXRlQ29tbWlzc2lvbkNvZGVUcmFuc2FjdGlvbkxpbmUodGhpcy5fdHJhbnNhY3Rpb25TZXJ2aWNlLmN1cnJlbnRUcmFuc2FjdGlvbi50cmFuc2FjdGlvbkluZm8udXVpZCwgdGhpcy50cmFuc2FjdGlvbkxpbmUudXVpZCwgY29kZSk7XHJcbiAgICAgIGlmICghc3VjY2Vzcykge1xyXG4gICAgICAgIC8vIHRoaXMudHJhbnNhY3Rpb25MaW5lLmNvbW1pc3Npb25Db2RlID0gY29kZTtcclxuICAgICAgfVxyXG4gICAgICByZXR1cm4gc3VjY2VzcztcclxuICAgIH1cclxuICAgIHJldHVybiB0cnVlO1xyXG4gIH1cclxuXHJcbiAgcHJvdGVjdGVkIHRyYW5zYWN0aW9uTGluZVNldCgpOiB2b2lkIHtcclxuICAgIHRoaXMucmVhZG9ubHkgPSB0aGlzLnJlYWRvbmx5IHx8ICF0aGlzLnRyYW5zYWN0aW9uTGluZS5hcnRpY2xlRnJlZUNvbW1pc3Npb25Db2RlO1xyXG4gIH1cclxuXHJcbiAgcHJvdGVjdGVkIHRyYW5zYWN0aW9uSW5mb1NldCgpOiB2b2lkIHtcclxuICAgIHRoaXMucmVhZG9ubHkgPSB0aGlzLnJlYWRvbmx5IHx8IHRoaXMudHJhbnNhY3Rpb25JbmZvLnRyYW5zYWN0aW9uRGVmaW5pdGl2ZTtcclxuICB9XHJcblxyXG59XHJcbiJdfQ==
|