@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,111 +0,0 @@
|
|
|
1
|
-
import { __awaiter } from "tslib";
|
|
2
|
-
import { Directive, EventEmitter, Input, Output } from "@angular/core";
|
|
3
|
-
export class TransactionHeaderFilterPopupBaseComponent {
|
|
4
|
-
constructor() {
|
|
5
|
-
this.autoClose = false;
|
|
6
|
-
this.useModel = true;
|
|
7
|
-
this.valueChange = new EventEmitter();
|
|
8
|
-
this.closeAfterCommit = new EventEmitter();
|
|
9
|
-
this.viewModels = [];
|
|
10
|
-
this.viewModelsFiltered = [];
|
|
11
|
-
this.propsForLabel = [];
|
|
12
|
-
this._collection = [];
|
|
13
|
-
}
|
|
14
|
-
set searchText(value) {
|
|
15
|
-
if (value !== undefined && value !== null) {
|
|
16
|
-
this._searchText = value;
|
|
17
|
-
this._doSearch();
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
get searchText() {
|
|
21
|
-
return this._searchText;
|
|
22
|
-
}
|
|
23
|
-
set collection(value) {
|
|
24
|
-
this._collection = value;
|
|
25
|
-
this.prepareViewModels();
|
|
26
|
-
}
|
|
27
|
-
get collection() {
|
|
28
|
-
return this._collection;
|
|
29
|
-
}
|
|
30
|
-
get model() {
|
|
31
|
-
return undefined;
|
|
32
|
-
}
|
|
33
|
-
commit(value) {
|
|
34
|
-
return Promise.resolve(true);
|
|
35
|
-
}
|
|
36
|
-
handleChecked(row) {
|
|
37
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
38
|
-
row.checked = true;
|
|
39
|
-
const currentModel = this.viewModels.find(v => v.value === row.value);
|
|
40
|
-
if (currentModel) {
|
|
41
|
-
currentModel.checked = true;
|
|
42
|
-
}
|
|
43
|
-
for (let i = 0; i < this.viewModels.length; i++) {
|
|
44
|
-
if (this.viewModels[i].value !== row.value) {
|
|
45
|
-
this.viewModels[i].checked = false;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
if (this.useModel) {
|
|
49
|
-
if (this.autoClose) {
|
|
50
|
-
if (yield this.commit(row.value)) {
|
|
51
|
-
this.closeAfterCommit.emit();
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
else {
|
|
55
|
-
this.commit(row.value);
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
else {
|
|
59
|
-
this.valueChange.emit(row.value);
|
|
60
|
-
}
|
|
61
|
-
});
|
|
62
|
-
}
|
|
63
|
-
prepareViewModels() {
|
|
64
|
-
this.collection.forEach((d, index) => {
|
|
65
|
-
const labels = this.propsForLabel.map(p => d[p]);
|
|
66
|
-
this.viewModels.push({
|
|
67
|
-
value: d[this.codeField],
|
|
68
|
-
propsForLabel: labels,
|
|
69
|
-
checked: (this.useModel && this.model && this.checkField) ?
|
|
70
|
-
this.model[this.checkField] === d[this.codeField] :
|
|
71
|
-
(this.value ? this.value === d[this.codeField] : index === 0)
|
|
72
|
-
});
|
|
73
|
-
});
|
|
74
|
-
this.viewModelsFiltered = this.viewModels.slice();
|
|
75
|
-
if (!this.useModel && this.viewModels.length > 0) {
|
|
76
|
-
this.valueChange.next(this.value ? this.value : this.viewModels[0].value);
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
_doSearch() {
|
|
80
|
-
this.viewModelsFiltered = JSON.parse(JSON.stringify(this.viewModels));
|
|
81
|
-
if (this.searchText) {
|
|
82
|
-
this.viewModelsFiltered = this.viewModelsFiltered.filter(vmf => {
|
|
83
|
-
return vmf.propsForLabel.find(p => p && p.toString().match(new RegExp(this.searchText, 'gi')));
|
|
84
|
-
});
|
|
85
|
-
// if (!this.searchText) {
|
|
86
|
-
// this.viewModelsFiltered = this.viewModels.slice();
|
|
87
|
-
// } else {
|
|
88
|
-
// this.viewModelsFiltered = JSON.parse(JSON.stringify(this.viewModels));
|
|
89
|
-
// for (let i = 0; i < this.viewModelsFiltered.length; i++) {
|
|
90
|
-
// const vmf = this.viewModelsFiltered[i];
|
|
91
|
-
// for (let j = 0; j < vmf.propsForLabel.length; j++) {
|
|
92
|
-
// if (vmf.propsForLabel[j]) {
|
|
93
|
-
// vmf.propsForLabel[j] = vmf.propsForLabel[j].replace(new RegExp(this.searchText, 'gi'), `<span class="highlight">${this.searchText}</span>`);
|
|
94
|
-
// }
|
|
95
|
-
// }
|
|
96
|
-
// }
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
TransactionHeaderFilterPopupBaseComponent.decorators = [
|
|
101
|
-
{ type: Directive }
|
|
102
|
-
];
|
|
103
|
-
TransactionHeaderFilterPopupBaseComponent.propDecorators = {
|
|
104
|
-
autoClose: [{ type: Input }],
|
|
105
|
-
useModel: [{ type: Input }],
|
|
106
|
-
searchText: [{ type: Input }],
|
|
107
|
-
value: [{ type: Input }],
|
|
108
|
-
valueChange: [{ type: Output }],
|
|
109
|
-
closeAfterCommit: [{ type: Output }]
|
|
110
|
-
};
|
|
111
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24taGVhZGVyLWZpbHRlci1wb3B1cC1iYXNlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L2NvcmUvYmFzZS90cmFuc2FjdGlvbi1oZWFkZXItZmlsdGVyLXBvcHVwLWJhc2UuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUMsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBS3JFLE1BQU0sT0FBZ0IseUNBQXlDO0lBRC9EO1FBSVMsY0FBUyxHQUFZLEtBQUssQ0FBQztRQUczQixhQUFRLEdBQVksSUFBSSxDQUFDO1FBa0J6QixnQkFBVyxHQUFzQixJQUFJLFlBQVksRUFBTyxDQUFDO1FBR3pELHFCQUFnQixHQUF1QixJQUFJLFlBQVksRUFBUSxDQUFDO1FBZWhFLGVBQVUsR0FBOEQsRUFBRSxDQUFDO1FBQzNFLHVCQUFrQixHQUE4RCxFQUFFLENBQUM7UUFJaEYsa0JBQWEsR0FBYSxFQUFFLENBQUM7UUFFL0IsZ0JBQVcsR0FBUSxFQUFFLENBQUM7SUFxRWhDLENBQUM7SUE5R0MsSUFDVyxVQUFVLENBQUMsS0FBYTtRQUNqQyxJQUFJLEtBQUssS0FBSyxTQUFTLElBQUksS0FBSyxLQUFLLElBQUksRUFBRTtZQUN6QyxJQUFJLENBQUMsV0FBVyxHQUFHLEtBQUssQ0FBQztZQUN6QixJQUFJLENBQUMsU0FBUyxFQUFFLENBQUM7U0FDbEI7SUFDSCxDQUFDO0lBRUQsSUFBVyxVQUFVO1FBQ25CLE9BQU8sSUFBSSxDQUFDLFdBQVcsQ0FBQztJQUMxQixDQUFDO0lBV0QsSUFBVyxVQUFVLENBQUMsS0FBVTtRQUM5QixJQUFJLENBQUMsV0FBVyxHQUFHLEtBQUssQ0FBQztRQUN6QixJQUFJLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztJQUMzQixDQUFDO0lBRUQsSUFBVyxVQUFVO1FBQ25CLE9BQU8sSUFBSSxDQUFDLFdBQVcsQ0FBQztJQUMxQixDQUFDO0lBRUQsSUFBVyxLQUFLO1FBQ2QsT0FBTyxTQUFTLENBQUM7SUFDbkIsQ0FBQztJQVlNLE1BQU0sQ0FBQyxLQUFVO1FBQ3RCLE9BQU8sT0FBTyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUMvQixDQUFDO0lBRVksYUFBYSxDQUFDLEdBQW9EOztZQUM3RSxHQUFHLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQztZQUNuQixNQUFNLFlBQVksR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxLQUFLLEtBQUssR0FBRyxDQUFDLEtBQUssQ0FBQyxDQUFDO1lBQ3RFLElBQUksWUFBWSxFQUFFO2dCQUNoQixZQUFZLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQzthQUM3QjtZQUNELEtBQUssSUFBSSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLE1BQU0sRUFBRSxDQUFDLEVBQUUsRUFBRTtnQkFDL0MsSUFBSSxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxDQUFDLEtBQUssS0FBSyxHQUFHLENBQUMsS0FBSyxFQUFFO29CQUMxQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxDQUFDLE9BQU8sR0FBRyxLQUFLLENBQUM7aUJBQ3BDO2FBQ0Y7WUFDRCxJQUFJLElBQUksQ0FBQyxRQUFRLEVBQUU7Z0JBQ2pCLElBQUksSUFBSSxDQUFDLFNBQVMsRUFBRTtvQkFDbEIsSUFBSSxNQUFNLElBQUksQ0FBQyxNQUFNLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQyxFQUFFO3dCQUNoQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxFQUFFLENBQUM7cUJBQzlCO2lCQUNGO3FCQUFNO29CQUNMLElBQUksQ0FBQyxNQUFNLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQyxDQUFDO2lCQUN4QjthQUNGO2lCQUFNO2dCQUNMLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUMsQ0FBQzthQUNsQztRQUNILENBQUM7S0FBQTtJQUVTLGlCQUFpQjtRQUN6QixJQUFJLENBQUMsVUFBVSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsRUFBRSxLQUFLLEVBQUUsRUFBRTtZQUNuQyxNQUFNLE1BQU0sR0FBVSxJQUFJLENBQUMsYUFBYSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO1lBQ3hELElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUNsQjtnQkFDRSxLQUFLLEVBQUUsQ0FBQyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUM7Z0JBQ3hCLGFBQWEsRUFBRSxNQUFNO2dCQUNyQixPQUFPLEVBQUUsQ0FBQyxJQUFJLENBQUMsUUFBUSxJQUFJLElBQUksQ0FBQyxLQUFLLElBQUksSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUM7b0JBQ3pELElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxLQUFLLENBQUMsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQztvQkFDbkQsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsS0FBSyxLQUFLLENBQUMsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxDQUFDLEtBQUssS0FBSyxDQUFDLENBQUM7YUFDaEUsQ0FBQyxDQUFDO1FBQ1AsQ0FBQyxDQUFDLENBQUM7UUFDSCxJQUFJLENBQUMsa0JBQWtCLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxLQUFLLEVBQUUsQ0FBQztRQUNsRCxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsSUFBSSxJQUFJLENBQUMsVUFBVSxDQUFDLE1BQU0sR0FBRyxDQUFDLEVBQUU7WUFDaEQsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQztTQUMzRTtJQUNILENBQUM7SUFFTyxTQUFTO1FBQ2YsSUFBSSxDQUFDLGtCQUFrQixHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQztRQUN0RSxJQUFJLElBQUksQ0FBQyxVQUFVLEVBQUU7WUFDbkIsSUFBSSxDQUFDLGtCQUFrQixHQUFHLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxNQUFNLENBQUMsR0FBRyxDQUFDLEVBQUU7Z0JBQzdELE9BQU8sR0FBRyxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLFFBQVEsRUFBRSxDQUFDLEtBQUssQ0FBQyxJQUFJLE1BQU0sQ0FBQyxJQUFJLENBQUMsVUFBVSxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQztZQUNqRyxDQUFDLENBQUMsQ0FBQztZQUNILDBCQUEwQjtZQUMxQix1REFBdUQ7WUFDdkQsV0FBVztZQUNYLHlFQUF5RTtZQUN6RSw2REFBNkQ7WUFDN0QsNENBQTRDO1lBQzVDLHlEQUF5RDtZQUN6RCxrQ0FBa0M7WUFDbEMscUpBQXFKO1lBQ3JKLFFBQVE7WUFDUixNQUFNO1lBQ04sSUFBSTtTQUNMO0lBQ0gsQ0FBQzs7O1lBdEhGLFNBQVM7Ozt3QkFHUCxLQUFLO3VCQUdMLEtBQUs7eUJBR0wsS0FBSztvQkFZTCxLQUFLOzBCQUdMLE1BQU07K0JBR04sTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7RGlyZWN0aXZlLCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXR9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7QnVzaW5lc3NPYmplY3R9IGZyb20gXCJAY29saWpuaXQvaW9uZWNvbm5lY3Rvci9idWlsZC9tb2RlbC9idXNpbmVzcy1vYmplY3RcIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvbkluZm99IGZyb20gXCJAY29saWpuaXQvdHJhbnNhY3Rpb25hcGkvYnVpbGQvbW9kZWwvdHJhbnNhY3Rpb24taW5mby5ib1wiO1xyXG5cclxuQERpcmVjdGl2ZSgpXHJcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBUcmFuc2FjdGlvbkhlYWRlckZpbHRlclBvcHVwQmFzZUNvbXBvbmVudDxUIGV4dGVuZHMgQnVzaW5lc3NPYmplY3QgfCBudW1iZXIgfCBzdHJpbmc+IHtcclxuXHJcbiAgQElucHV0KClcclxuICBwdWJsaWMgYXV0b0Nsb3NlOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgcHVibGljIHVzZU1vZGVsOiBib29sZWFuID0gdHJ1ZTtcclxuXHJcbiAgQElucHV0KClcclxuICBwdWJsaWMgc2V0IHNlYXJjaFRleHQodmFsdWU6IHN0cmluZykge1xyXG4gICAgaWYgKHZhbHVlICE9PSB1bmRlZmluZWQgJiYgdmFsdWUgIT09IG51bGwpIHtcclxuICAgICAgdGhpcy5fc2VhcmNoVGV4dCA9IHZhbHVlO1xyXG4gICAgICB0aGlzLl9kb1NlYXJjaCgpO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgcHVibGljIGdldCBzZWFyY2hUZXh0KCk6IHN0cmluZyB7XHJcbiAgICByZXR1cm4gdGhpcy5fc2VhcmNoVGV4dDtcclxuICB9XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgcHVibGljIHZhbHVlOiBhbnk7XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIHB1YmxpYyB2YWx1ZUNoYW5nZTogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcclxuXHJcbiAgQE91dHB1dCgpXHJcbiAgcHVibGljIGNsb3NlQWZ0ZXJDb21taXQ6IEV2ZW50RW1pdHRlcjx2b2lkPiA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcclxuXHJcbiAgcHVibGljIHNldCBjb2xsZWN0aW9uKHZhbHVlOiBUW10pIHtcclxuICAgIHRoaXMuX2NvbGxlY3Rpb24gPSB2YWx1ZTtcclxuICAgIHRoaXMucHJlcGFyZVZpZXdNb2RlbHMoKTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBnZXQgY29sbGVjdGlvbigpOiBUW10ge1xyXG4gICAgcmV0dXJuIHRoaXMuX2NvbGxlY3Rpb247XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgZ2V0IG1vZGVsKCk6IFRyYW5zYWN0aW9uSW5mbyB7XHJcbiAgICByZXR1cm4gdW5kZWZpbmVkO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIHZpZXdNb2RlbHM6IHt2YWx1ZTogYW55LCBwcm9wc0ZvckxhYmVsOiBzdHJpbmdbXSwgY2hlY2tlZDogYm9vbGVhbn1bXSA9IFtdO1xyXG4gIHB1YmxpYyB2aWV3TW9kZWxzRmlsdGVyZWQ6IHt2YWx1ZTogYW55LCBwcm9wc0ZvckxhYmVsOiBzdHJpbmdbXSwgY2hlY2tlZDogYm9vbGVhbn1bXSA9IFtdO1xyXG5cclxuICBwcm90ZWN0ZWQgY29kZUZpZWxkOiBzdHJpbmc7XHJcbiAgcHJvdGVjdGVkIGNoZWNrRmllbGQ6IHN0cmluZztcclxuICBwcm90ZWN0ZWQgcHJvcHNGb3JMYWJlbDogc3RyaW5nW10gPSBbXTtcclxuXHJcbiAgcHJpdmF0ZSBfY29sbGVjdGlvbjogVFtdID0gW107XHJcbiAgcHJpdmF0ZSBfc2VhcmNoVGV4dDogc3RyaW5nO1xyXG5cclxuICBwdWJsaWMgY29tbWl0KHZhbHVlOiBhbnkpOiBQcm9taXNlPGJvb2xlYW4+IHtcclxuICAgIHJldHVybiBQcm9taXNlLnJlc29sdmUodHJ1ZSk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgYXN5bmMgaGFuZGxlQ2hlY2tlZChyb3c6IHt2YWx1ZTogbnVtYmVyLCB0ZXh0OiBzdHJpbmcsIGNoZWNrZWQ6IGJvb2xlYW59KTogUHJvbWlzZTx2b2lkPiB7XHJcbiAgICByb3cuY2hlY2tlZCA9IHRydWU7XHJcbiAgICBjb25zdCBjdXJyZW50TW9kZWwgPSB0aGlzLnZpZXdNb2RlbHMuZmluZCh2ID0+IHYudmFsdWUgPT09IHJvdy52YWx1ZSk7XHJcbiAgICBpZiAoY3VycmVudE1vZGVsKSB7XHJcbiAgICAgIGN1cnJlbnRNb2RlbC5jaGVja2VkID0gdHJ1ZTtcclxuICAgIH1cclxuICAgIGZvciAobGV0IGkgPSAwOyBpIDwgdGhpcy52aWV3TW9kZWxzLmxlbmd0aDsgaSsrKSB7XHJcbiAgICAgIGlmICh0aGlzLnZpZXdNb2RlbHNbaV0udmFsdWUgIT09IHJvdy52YWx1ZSkge1xyXG4gICAgICAgIHRoaXMudmlld01vZGVsc1tpXS5jaGVja2VkID0gZmFsc2U7XHJcbiAgICAgIH1cclxuICAgIH1cclxuICAgIGlmICh0aGlzLnVzZU1vZGVsKSB7XHJcbiAgICAgIGlmICh0aGlzLmF1dG9DbG9zZSkge1xyXG4gICAgICAgIGlmIChhd2FpdCB0aGlzLmNvbW1pdChyb3cudmFsdWUpKSB7XHJcbiAgICAgICAgICB0aGlzLmNsb3NlQWZ0ZXJDb21taXQuZW1pdCgpO1xyXG4gICAgICAgIH1cclxuICAgICAgfSBlbHNlIHtcclxuICAgICAgICB0aGlzLmNvbW1pdChyb3cudmFsdWUpO1xyXG4gICAgICB9XHJcbiAgICB9IGVsc2Uge1xyXG4gICAgICB0aGlzLnZhbHVlQ2hhbmdlLmVtaXQocm93LnZhbHVlKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIHByb3RlY3RlZCBwcmVwYXJlVmlld01vZGVscygpOiB2b2lkIHtcclxuICAgIHRoaXMuY29sbGVjdGlvbi5mb3JFYWNoKChkLCBpbmRleCkgPT4ge1xyXG4gICAgICBjb25zdCBsYWJlbHM6IGFueVtdID0gdGhpcy5wcm9wc0ZvckxhYmVsLm1hcChwID0+IGRbcF0pO1xyXG4gICAgICB0aGlzLnZpZXdNb2RlbHMucHVzaChcclxuICAgICAgICB7XHJcbiAgICAgICAgICB2YWx1ZTogZFt0aGlzLmNvZGVGaWVsZF0sXHJcbiAgICAgICAgICBwcm9wc0ZvckxhYmVsOiBsYWJlbHMsXHJcbiAgICAgICAgICBjaGVja2VkOiAodGhpcy51c2VNb2RlbCAmJiB0aGlzLm1vZGVsICYmIHRoaXMuY2hlY2tGaWVsZCkgP1xyXG4gICAgICAgICAgICB0aGlzLm1vZGVsW3RoaXMuY2hlY2tGaWVsZF0gPT09IGRbdGhpcy5jb2RlRmllbGRdIDpcclxuICAgICAgICAgICAgKHRoaXMudmFsdWUgPyB0aGlzLnZhbHVlID09PSBkW3RoaXMuY29kZUZpZWxkXSA6IGluZGV4ID09PSAwKVxyXG4gICAgICAgIH0pO1xyXG4gICAgfSk7XHJcbiAgICB0aGlzLnZpZXdNb2RlbHNGaWx0ZXJlZCA9IHRoaXMudmlld01vZGVscy5zbGljZSgpO1xyXG4gICAgaWYgKCF0aGlzLnVzZU1vZGVsICYmIHRoaXMudmlld01vZGVscy5sZW5ndGggPiAwKSB7XHJcbiAgICAgIHRoaXMudmFsdWVDaGFuZ2UubmV4dCh0aGlzLnZhbHVlID8gdGhpcy52YWx1ZSA6IHRoaXMudmlld01vZGVsc1swXS52YWx1ZSk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBwcml2YXRlIF9kb1NlYXJjaCgpOiB2b2lkIHtcclxuICAgIHRoaXMudmlld01vZGVsc0ZpbHRlcmVkID0gSlNPTi5wYXJzZShKU09OLnN0cmluZ2lmeSh0aGlzLnZpZXdNb2RlbHMpKTtcclxuICAgIGlmICh0aGlzLnNlYXJjaFRleHQpIHtcclxuICAgICAgdGhpcy52aWV3TW9kZWxzRmlsdGVyZWQgPSB0aGlzLnZpZXdNb2RlbHNGaWx0ZXJlZC5maWx0ZXIodm1mID0+IHtcclxuICAgICAgICByZXR1cm4gdm1mLnByb3BzRm9yTGFiZWwuZmluZChwID0+IHAgJiYgcC50b1N0cmluZygpLm1hdGNoKG5ldyBSZWdFeHAodGhpcy5zZWFyY2hUZXh0LCAnZ2knKSkpO1xyXG4gICAgICB9KTtcclxuICAgICAgLy8gaWYgKCF0aGlzLnNlYXJjaFRleHQpIHtcclxuICAgICAgLy8gICB0aGlzLnZpZXdNb2RlbHNGaWx0ZXJlZCA9IHRoaXMudmlld01vZGVscy5zbGljZSgpO1xyXG4gICAgICAvLyB9IGVsc2Uge1xyXG4gICAgICAvLyB0aGlzLnZpZXdNb2RlbHNGaWx0ZXJlZCA9IEpTT04ucGFyc2UoSlNPTi5zdHJpbmdpZnkodGhpcy52aWV3TW9kZWxzKSk7XHJcbiAgICAgIC8vIGZvciAobGV0IGkgPSAwOyBpIDwgdGhpcy52aWV3TW9kZWxzRmlsdGVyZWQubGVuZ3RoOyBpKyspIHtcclxuICAgICAgLy8gICBjb25zdCB2bWYgPSB0aGlzLnZpZXdNb2RlbHNGaWx0ZXJlZFtpXTtcclxuICAgICAgLy8gICBmb3IgKGxldCBqID0gMDsgaiA8IHZtZi5wcm9wc0ZvckxhYmVsLmxlbmd0aDsgaisrKSB7XHJcbiAgICAgIC8vICAgICBpZiAodm1mLnByb3BzRm9yTGFiZWxbal0pIHtcclxuICAgICAgLy8gICAgICAgdm1mLnByb3BzRm9yTGFiZWxbal0gPSB2bWYucHJvcHNGb3JMYWJlbFtqXS5yZXBsYWNlKG5ldyBSZWdFeHAodGhpcy5zZWFyY2hUZXh0LCAnZ2knKSwgYDxzcGFuIGNsYXNzPVwiaGlnaGxpZ2h0XCI+JHt0aGlzLnNlYXJjaFRleHR9PC9zcGFuPmApO1xyXG4gICAgICAvLyAgICAgfVxyXG4gICAgICAvLyAgIH1cclxuICAgICAgLy8gfVxyXG4gICAgfVxyXG4gIH1cclxufVxyXG4iXX0=
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { Directive, HostBinding, Input } from "@angular/core";
|
|
2
|
-
import { TransactionLineInfo } from "@colijnit/transactionapi/build/model/transaction-line-info.bo";
|
|
3
|
-
import { TransactionInfo } from "@colijnit/transactionapi/build/model/transaction-info.bo";
|
|
4
|
-
export class TransactionLineBaseComponent {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.readonly = false;
|
|
7
|
-
this._transactionLine = new TransactionLineInfo();
|
|
8
|
-
this._transactionInfo = new TransactionInfo();
|
|
9
|
-
}
|
|
10
|
-
set transactionLine(value) {
|
|
11
|
-
if (value) {
|
|
12
|
-
this._transactionLine = value;
|
|
13
|
-
this.readonly = this._transactionLine.hasInvoices;
|
|
14
|
-
this.transactionLineSet();
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
get transactionLine() {
|
|
18
|
-
return this._transactionLine;
|
|
19
|
-
}
|
|
20
|
-
set transactionInfo(value) {
|
|
21
|
-
if (value) {
|
|
22
|
-
this._transactionInfo = value;
|
|
23
|
-
this.transactionInfoSet();
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
get transactionInfo() {
|
|
27
|
-
return this._transactionInfo;
|
|
28
|
-
}
|
|
29
|
-
get model() {
|
|
30
|
-
return this._transactionLine;
|
|
31
|
-
}
|
|
32
|
-
// overridden by descendents
|
|
33
|
-
transactionLineSet() {
|
|
34
|
-
}
|
|
35
|
-
// overridden by descendents
|
|
36
|
-
transactionInfoSet() {
|
|
37
|
-
}
|
|
38
|
-
stopPropagation(event) {
|
|
39
|
-
event.preventDefault();
|
|
40
|
-
event.stopPropagation();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
TransactionLineBaseComponent.decorators = [
|
|
44
|
-
{ type: Directive }
|
|
45
|
-
];
|
|
46
|
-
TransactionLineBaseComponent.propDecorators = {
|
|
47
|
-
transactionLine: [{ type: Input }],
|
|
48
|
-
transactionInfo: [{ type: Input }],
|
|
49
|
-
readonly: [{ type: HostBinding, args: ['class.read-only',] }]
|
|
50
|
-
};
|
|
51
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tbGluZS1iYXNlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L2NvcmUvYmFzZS90cmFuc2FjdGlvbi1saW5lLWJhc2UuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsV0FBVyxFQUFFLEtBQUssRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUM1RCxPQUFPLEVBQUMsbUJBQW1CLEVBQUMsTUFBTSwrREFBK0QsQ0FBQztBQUNsRyxPQUFPLEVBQUMsZUFBZSxFQUFDLE1BQU0sMERBQTBELENBQUM7QUFJekYsTUFBTSxPQUFnQiw0QkFBNEI7SUFEbEQ7UUFpQ1MsYUFBUSxHQUFZLEtBQUssQ0FBQztRQUN6QixxQkFBZ0IsR0FBd0IsSUFBSSxtQkFBbUIsRUFBRSxDQUFDO1FBQ2xFLHFCQUFnQixHQUFvQixJQUFJLGVBQWUsRUFBRSxDQUFDO0lBZ0JwRSxDQUFDO0lBaERDLElBQ1csZUFBZSxDQUFDLEtBQTBCO1FBQ25ELElBQUksS0FBSyxFQUFFO1lBQ1QsSUFBSSxDQUFDLGdCQUFnQixHQUFHLEtBQUssQ0FBQztZQUM5QixJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxXQUFXLENBQUM7WUFDbEQsSUFBSSxDQUFDLGtCQUFrQixFQUFFLENBQUM7U0FDM0I7SUFDSCxDQUFDO0lBRUQsSUFBVyxlQUFlO1FBQ3hCLE9BQU8sSUFBSSxDQUFDLGdCQUFnQixDQUFDO0lBQy9CLENBQUM7SUFFRCxJQUNXLGVBQWUsQ0FBQyxLQUFzQjtRQUMvQyxJQUFJLEtBQUssRUFBRTtZQUNULElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxLQUFLLENBQUM7WUFDOUIsSUFBSSxDQUFDLGtCQUFrQixFQUFFLENBQUM7U0FDM0I7SUFDSCxDQUFDO0lBRUQsSUFBVyxlQUFlO1FBQ3hCLE9BQU8sSUFBSSxDQUFDLGdCQUFnQixDQUFDO0lBQy9CLENBQUM7SUFFRCxJQUFXLEtBQUs7UUFDZCxPQUFPLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQztJQUMvQixDQUFDO0lBT0QsNEJBQTRCO0lBQ2xCLGtCQUFrQjtJQUU1QixDQUFDO0lBRUQsNEJBQTRCO0lBQ2xCLGtCQUFrQjtJQUU1QixDQUFDO0lBRU0sZUFBZSxDQUFDLEtBQW1CO1FBQ3hDLEtBQUssQ0FBQyxjQUFjLEVBQUUsQ0FBQztRQUN2QixLQUFLLENBQUMsZUFBZSxFQUFFLENBQUM7SUFDMUIsQ0FBQzs7O1lBbERGLFNBQVM7Ozs4QkFHUCxLQUFLOzhCQWFMLEtBQUs7dUJBZ0JMLFdBQVcsU0FBQyxpQkFBaUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0RpcmVjdGl2ZSwgSG9zdEJpbmRpbmcsIElucHV0fSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQge1RyYW5zYWN0aW9uTGluZUluZm99IGZyb20gXCJAY29saWpuaXQvdHJhbnNhY3Rpb25hcGkvYnVpbGQvbW9kZWwvdHJhbnNhY3Rpb24tbGluZS1pbmZvLmJvXCI7XHJcbmltcG9ydCB7VHJhbnNhY3Rpb25JbmZvfSBmcm9tIFwiQGNvbGlqbml0L3RyYW5zYWN0aW9uYXBpL2J1aWxkL21vZGVsL3RyYW5zYWN0aW9uLWluZm8uYm9cIjtcclxuaW1wb3J0IHtCdXNpbmVzc09iamVjdH0gZnJvbSBcIkBjb2xpam5pdC9pb25lY29ubmVjdG9yL2J1aWxkL21vZGVsL2J1c2luZXNzLW9iamVjdFwiO1xyXG5cclxuQERpcmVjdGl2ZSgpXHJcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBUcmFuc2FjdGlvbkxpbmVCYXNlQ29tcG9uZW50PFQgZXh0ZW5kcyBCdXNpbmVzc09iamVjdCB8IG51bWJlciB8IHN0cmluZz4ge1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBzZXQgdHJhbnNhY3Rpb25MaW5lKHZhbHVlOiBUcmFuc2FjdGlvbkxpbmVJbmZvKSB7XHJcbiAgICBpZiAodmFsdWUpIHtcclxuICAgICAgdGhpcy5fdHJhbnNhY3Rpb25MaW5lID0gdmFsdWU7XHJcbiAgICAgIHRoaXMucmVhZG9ubHkgPSB0aGlzLl90cmFuc2FjdGlvbkxpbmUuaGFzSW52b2ljZXM7XHJcbiAgICAgIHRoaXMudHJhbnNhY3Rpb25MaW5lU2V0KCk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgZ2V0IHRyYW5zYWN0aW9uTGluZSgpOiBUcmFuc2FjdGlvbkxpbmVJbmZvIHtcclxuICAgIHJldHVybiB0aGlzLl90cmFuc2FjdGlvbkxpbmU7XHJcbiAgfVxyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBzZXQgdHJhbnNhY3Rpb25JbmZvKHZhbHVlOiBUcmFuc2FjdGlvbkluZm8pIHtcclxuICAgIGlmICh2YWx1ZSkge1xyXG4gICAgICB0aGlzLl90cmFuc2FjdGlvbkluZm8gPSB2YWx1ZTtcclxuICAgICAgdGhpcy50cmFuc2FjdGlvbkluZm9TZXQoKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIHB1YmxpYyBnZXQgdHJhbnNhY3Rpb25JbmZvKCk6IFRyYW5zYWN0aW9uSW5mbyB7XHJcbiAgICByZXR1cm4gdGhpcy5fdHJhbnNhY3Rpb25JbmZvO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIGdldCBtb2RlbCgpOiBUcmFuc2FjdGlvbkxpbmVJbmZvIHwgVHJhbnNhY3Rpb25JbmZvIHtcclxuICAgIHJldHVybiB0aGlzLl90cmFuc2FjdGlvbkxpbmU7XHJcbiAgfVxyXG5cclxuICBASG9zdEJpbmRpbmcoJ2NsYXNzLnJlYWQtb25seScpXHJcbiAgcHVibGljIHJlYWRvbmx5OiBib29sZWFuID0gZmFsc2U7XHJcbiAgcHJpdmF0ZSBfdHJhbnNhY3Rpb25MaW5lOiBUcmFuc2FjdGlvbkxpbmVJbmZvID0gbmV3IFRyYW5zYWN0aW9uTGluZUluZm8oKTtcclxuICBwcml2YXRlIF90cmFuc2FjdGlvbkluZm86IFRyYW5zYWN0aW9uSW5mbyA9IG5ldyBUcmFuc2FjdGlvbkluZm8oKTtcclxuXHJcbiAgLy8gb3ZlcnJpZGRlbiBieSBkZXNjZW5kZW50c1xyXG4gIHByb3RlY3RlZCB0cmFuc2FjdGlvbkxpbmVTZXQoKTogdm9pZCB7XHJcblxyXG4gIH1cclxuXHJcbiAgLy8gb3ZlcnJpZGRlbiBieSBkZXNjZW5kZW50c1xyXG4gIHByb3RlY3RlZCB0cmFuc2FjdGlvbkluZm9TZXQoKTogdm9pZCB7XHJcblxyXG4gIH1cclxuXHJcbiAgcHVibGljIHN0b3BQcm9wYWdhdGlvbihldmVudDogUG9pbnRlckV2ZW50KTogdm9pZCB7XHJcbiAgICBldmVudC5wcmV2ZW50RGVmYXVsdCgpO1xyXG4gICAgZXZlbnQuc3RvcFByb3BhZ2F0aW9uKCk7XHJcbiAgfVxyXG59XHJcbiJdfQ==
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { Directive, EventEmitter, HostBinding, Input, Output } from "@angular/core";
|
|
2
|
-
import { BehaviorSubject } from "rxjs";
|
|
3
|
-
import { Icon } from "../../../enum/icon.enum";
|
|
4
|
-
export class TransactionLinesLineBaseComponent {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.icons = Icon;
|
|
7
|
-
this.lineChange = new EventEmitter();
|
|
8
|
-
this.waitingForUserAction = new EventEmitter();
|
|
9
|
-
this.preview = false;
|
|
10
|
-
this.readonly = false;
|
|
11
|
-
this.lineVisible = new BehaviorSubject(false);
|
|
12
|
-
}
|
|
13
|
-
set line(value) {
|
|
14
|
-
this._line = value;
|
|
15
|
-
this.isText = this._line.isText;
|
|
16
|
-
this.isArticle = this._line.isArticle;
|
|
17
|
-
this.readonly = this._line.hasInvoices;
|
|
18
|
-
this.transactionLineSet();
|
|
19
|
-
}
|
|
20
|
-
get line() {
|
|
21
|
-
return this._line;
|
|
22
|
-
}
|
|
23
|
-
showClass() {
|
|
24
|
-
return true;
|
|
25
|
-
}
|
|
26
|
-
// overridden by descendents
|
|
27
|
-
transactionLineSet() {
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
TransactionLinesLineBaseComponent.decorators = [
|
|
31
|
-
{ type: Directive }
|
|
32
|
-
];
|
|
33
|
-
TransactionLinesLineBaseComponent.propDecorators = {
|
|
34
|
-
line: [{ type: Input }],
|
|
35
|
-
transactionId: [{ type: Input }],
|
|
36
|
-
lineChange: [{ type: Output }],
|
|
37
|
-
waitingForUserAction: [{ type: Output }],
|
|
38
|
-
showClass: [{ type: HostBinding, args: ["class.co-transaction-base-line",] }],
|
|
39
|
-
preview: [{ type: HostBinding, args: ["class.preview",] }, { type: Input }],
|
|
40
|
-
selected: [{ type: HostBinding, args: ["class.is-selected",] }, { type: Input }],
|
|
41
|
-
isText: [{ type: HostBinding, args: ["class.is-text",] }],
|
|
42
|
-
isArticle: [{ type: HostBinding, args: ["class.is-article",] }]
|
|
43
|
-
};
|
|
44
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tbGluZXMtbGluZS1iYXNlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L2NvcmUvYmFzZS90cmFuc2FjdGlvbi1saW5lcy1saW5lLWJhc2UuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsWUFBWSxFQUFFLFdBQVcsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRWxGLE9BQU8sRUFBQyxlQUFlLEVBQUMsTUFBTSxNQUFNLENBQUM7QUFDckMsT0FBTyxFQUFDLElBQUksRUFBQyxNQUFNLHlCQUF5QixDQUFDO0FBSTdDLE1BQU0sT0FBZ0IsaUNBQWlDO0lBRHZEO1FBRWtCLFVBQUssR0FBZ0IsSUFBSSxDQUFDO1FBbUJuQyxlQUFVLEdBQXNDLElBQUksWUFBWSxFQUF1QixDQUFDO1FBR3hGLHlCQUFvQixHQUEwQixJQUFJLFlBQVksRUFBVyxDQUFDO1FBUzFFLFlBQU8sR0FBWSxLQUFLLENBQUM7UUFhekIsYUFBUSxHQUFZLEtBQUssQ0FBQztRQUUxQixnQkFBVyxHQUE2QixJQUFJLGVBQWUsQ0FBVSxLQUFLLENBQUMsQ0FBQztJQU9yRixDQUFDO0lBbkRDLElBQ1csSUFBSSxDQUFDLEtBQTBCO1FBQ3hDLElBQUksQ0FBQyxLQUFLLEdBQUcsS0FBSyxDQUFDO1FBQ25CLElBQUksQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUM7UUFDaEMsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsQ0FBQztRQUN0QyxJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsV0FBVyxDQUFDO1FBQ3ZDLElBQUksQ0FBQyxrQkFBa0IsRUFBRSxDQUFDO0lBQzVCLENBQUM7SUFFRCxJQUFXLElBQUk7UUFDYixPQUFPLElBQUksQ0FBQyxLQUFLLENBQUM7SUFDcEIsQ0FBQztJQVlNLFNBQVM7UUFDZCxPQUFPLElBQUksQ0FBQztJQUNkLENBQUM7SUFzQkQsNEJBQTRCO0lBQ2xCLGtCQUFrQjtJQUU1QixDQUFDOzs7WUF0REYsU0FBUzs7O21CQUlQLEtBQUs7NEJBYUwsS0FBSzt5QkFHTCxNQUFNO21DQUdOLE1BQU07d0JBR04sV0FBVyxTQUFDLGdDQUFnQztzQkFLNUMsV0FBVyxTQUFDLGVBQWUsY0FDM0IsS0FBSzt1QkFHTCxXQUFXLFNBQUMsbUJBQW1CLGNBQy9CLEtBQUs7cUJBR0wsV0FBVyxTQUFDLGVBQWU7d0JBRzNCLFdBQVcsU0FBQyxrQkFBa0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0RpcmVjdGl2ZSwgRXZlbnRFbWl0dGVyLCBIb3N0QmluZGluZywgSW5wdXQsIE91dHB1dH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvbkxpbmVJbmZvfSBmcm9tIFwiQGNvbGlqbml0L3RyYW5zYWN0aW9uYXBpL2J1aWxkL21vZGVsL3RyYW5zYWN0aW9uLWxpbmUtaW5mby5ib1wiO1xyXG5pbXBvcnQge0JlaGF2aW9yU3ViamVjdH0gZnJvbSBcInJ4anNcIjtcclxuaW1wb3J0IHtJY29ufSBmcm9tIFwiLi4vLi4vLi4vZW51bS9pY29uLmVudW1cIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvblR5cGVDYXRlZ29yeX0gZnJvbSBcIi4uLy4uLy4uL2VudW0vdHJhbnNhY3Rpb24tdHlwZS1jYXRlZ29yeS5lbnVtXCI7XHJcblxyXG5ARGlyZWN0aXZlKClcclxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIFRyYW5zYWN0aW9uTGluZXNMaW5lQmFzZUNvbXBvbmVudCB7XHJcbiAgcHVibGljIHJlYWRvbmx5IGljb25zOiB0eXBlb2YgSWNvbiA9IEljb247XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgcHVibGljIHNldCBsaW5lKHZhbHVlOiBUcmFuc2FjdGlvbkxpbmVJbmZvKSB7XHJcbiAgICB0aGlzLl9saW5lID0gdmFsdWU7XHJcbiAgICB0aGlzLmlzVGV4dCA9IHRoaXMuX2xpbmUuaXNUZXh0O1xyXG4gICAgdGhpcy5pc0FydGljbGUgPSB0aGlzLl9saW5lLmlzQXJ0aWNsZTtcclxuICAgIHRoaXMucmVhZG9ubHkgPSB0aGlzLl9saW5lLmhhc0ludm9pY2VzO1xyXG4gICAgdGhpcy50cmFuc2FjdGlvbkxpbmVTZXQoKTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBnZXQgbGluZSgpOiBUcmFuc2FjdGlvbkxpbmVJbmZvIHtcclxuICAgIHJldHVybiB0aGlzLl9saW5lO1xyXG4gIH1cclxuXHJcbiAgQElucHV0KClcclxuICBwdWJsaWMgdHJhbnNhY3Rpb25JZDogbnVtYmVyO1xyXG5cclxuICBAT3V0cHV0KClcclxuICBwdWJsaWMgbGluZUNoYW5nZTogRXZlbnRFbWl0dGVyPFRyYW5zYWN0aW9uTGluZUluZm8+ID0gbmV3IEV2ZW50RW1pdHRlcjxUcmFuc2FjdGlvbkxpbmVJbmZvPigpO1xyXG5cclxuICBAT3V0cHV0KClcclxuICBwdWJsaWMgd2FpdGluZ0ZvclVzZXJBY3Rpb246IEV2ZW50RW1pdHRlcjxib29sZWFuPiA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKTtcclxuXHJcbiAgQEhvc3RCaW5kaW5nKFwiY2xhc3MuY28tdHJhbnNhY3Rpb24tYmFzZS1saW5lXCIpXHJcbiAgcHVibGljIHNob3dDbGFzcygpIHtcclxuICAgIHJldHVybiB0cnVlO1xyXG4gIH1cclxuXHJcbiAgQEhvc3RCaW5kaW5nKFwiY2xhc3MucHJldmlld1wiKVxyXG4gIEBJbnB1dCgpXHJcbiAgcHVibGljIHByZXZpZXc6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQEhvc3RCaW5kaW5nKFwiY2xhc3MuaXMtc2VsZWN0ZWRcIilcclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBzZWxlY3RlZDogYm9vbGVhbjtcclxuXHJcbiAgQEhvc3RCaW5kaW5nKFwiY2xhc3MuaXMtdGV4dFwiKVxyXG4gIHB1YmxpYyBpc1RleHQ6IGJvb2xlYW47XHJcblxyXG4gIEBIb3N0QmluZGluZyhcImNsYXNzLmlzLWFydGljbGVcIilcclxuICBwdWJsaWMgaXNBcnRpY2xlOiBib29sZWFuO1xyXG5cclxuICBwdWJsaWMgX2xpbmU6IFRyYW5zYWN0aW9uTGluZUluZm87XHJcbiAgcHVibGljIHJlYWRvbmx5OiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIHB1YmxpYyBsaW5lVmlzaWJsZTogQmVoYXZpb3JTdWJqZWN0PGJvb2xlYW4+ID0gbmV3IEJlaGF2aW9yU3ViamVjdDxib29sZWFuPihmYWxzZSk7XHJcbiAgcHVibGljIGFjdGl2ZUNhdGVnb3J5OiBUcmFuc2FjdGlvblR5cGVDYXRlZ29yeTtcclxuXHJcbiAgLy8gb3ZlcnJpZGRlbiBieSBkZXNjZW5kZW50c1xyXG4gIHByb3RlY3RlZCB0cmFuc2FjdGlvbkxpbmVTZXQoKTogdm9pZCB7XHJcblxyXG4gIH1cclxufVxyXG4iXX0=
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { ContentChildren, Directive, EventEmitter, Input, Output } from "@angular/core";
|
|
2
|
-
import { ColumnAlign, SimpleGridColumnDirective } from "@colijnit/corecomponents_v12";
|
|
3
|
-
export class TransactionSearchGridBaseComponent {
|
|
4
|
-
constructor() {
|
|
5
|
-
this.align = ColumnAlign;
|
|
6
|
-
this.transactions = [];
|
|
7
|
-
this.transactionClick = new EventEmitter();
|
|
8
|
-
this.extraColumns = [];
|
|
9
|
-
}
|
|
10
|
-
set content(columnComponents) {
|
|
11
|
-
this.extraColumns = columnComponents.toArray();
|
|
12
|
-
}
|
|
13
|
-
onTransactionClick(transaction) {
|
|
14
|
-
this.transactionClick.emit(transaction);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
TransactionSearchGridBaseComponent.decorators = [
|
|
18
|
-
{ type: Directive }
|
|
19
|
-
];
|
|
20
|
-
TransactionSearchGridBaseComponent.propDecorators = {
|
|
21
|
-
content: [{ type: ContentChildren, args: [SimpleGridColumnDirective,] }],
|
|
22
|
-
transactions: [{ type: Input }],
|
|
23
|
-
transactionClick: [{ type: Output }]
|
|
24
|
-
};
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tc2VhcmNoLWdyaWQtYmFzZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC9jb3JlL2Jhc2UvdHJhbnNhY3Rpb24tc2VhcmNoLWdyaWQtYmFzZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGVBQWUsRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQWEsTUFBTSxlQUFlLENBQUM7QUFDbkcsT0FBTyxFQUFFLFdBQVcsRUFBRSx5QkFBeUIsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBSXRGLE1BQU0sT0FBZ0Isa0NBQWtDO0lBRHhEO1FBRWtCLFVBQUssR0FBdUIsV0FBVyxDQUFDO1FBT2pELGlCQUFZLEdBQTRCLEVBQUUsQ0FBQztRQUczQyxxQkFBZ0IsR0FBeUMsSUFBSSxZQUFZLEVBQXlCLENBQUM7UUFFbkcsaUJBQVksR0FBZ0MsRUFBRSxDQUFDO0lBS3hELENBQUM7SUFmQyxJQUFnRCxPQUFPLENBQUMsZ0JBQXNEO1FBQzVHLElBQUksQ0FBQyxZQUFZLEdBQUcsZ0JBQWdCLENBQUMsT0FBTyxFQUFFLENBQUM7SUFDakQsQ0FBQztJQVVNLGtCQUFrQixDQUFDLFdBQWdCO1FBQ3hDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsV0FBb0MsQ0FBQyxDQUFDO0lBQ25FLENBQUM7OztZQWxCRixTQUFTOzs7c0JBSVAsZUFBZSxTQUFDLHlCQUF5QjsyQkFJekMsS0FBSzsrQkFHTCxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29udGVudENoaWxkcmVuLCBEaXJlY3RpdmUsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCwgUXVlcnlMaXN0IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgQ29sdW1uQWxpZ24sIFNpbXBsZUdyaWRDb2x1bW5EaXJlY3RpdmUgfSBmcm9tIFwiQGNvbGlqbml0L2NvcmVjb21wb25lbnRzX3YxMlwiO1xyXG5pbXBvcnQgeyBUcmFuc2FjdGlvblNlYXJjaFZpZXcgfSBmcm9tIFwiQGNvbGlqbml0L3RyYW5zYWN0aW9uYXBpL2J1aWxkL21vZGVsL3RyYW5zYWN0aW9uLXNlYXJjaC12aWV3LmJvXCI7XHJcblxyXG5ARGlyZWN0aXZlKClcclxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIFRyYW5zYWN0aW9uU2VhcmNoR3JpZEJhc2VDb21wb25lbnQge1xyXG4gIHB1YmxpYyByZWFkb25seSBhbGlnbjogdHlwZW9mIENvbHVtbkFsaWduID0gQ29sdW1uQWxpZ247XHJcblxyXG4gIEBDb250ZW50Q2hpbGRyZW4oU2ltcGxlR3JpZENvbHVtbkRpcmVjdGl2ZSkgc2V0IGNvbnRlbnQoY29sdW1uQ29tcG9uZW50czogUXVlcnlMaXN0PFNpbXBsZUdyaWRDb2x1bW5EaXJlY3RpdmU+KSB7XHJcbiAgICB0aGlzLmV4dHJhQ29sdW1ucyA9IGNvbHVtbkNvbXBvbmVudHMudG9BcnJheSgpO1xyXG4gIH1cclxuXHJcbiAgQElucHV0KClcclxuICBwdWJsaWMgdHJhbnNhY3Rpb25zOiBUcmFuc2FjdGlvblNlYXJjaFZpZXdbXSA9IFtdO1xyXG5cclxuICBAT3V0cHV0KClcclxuICBwdWJsaWMgdHJhbnNhY3Rpb25DbGljazogIEV2ZW50RW1pdHRlcjxUcmFuc2FjdGlvblNlYXJjaFZpZXc+ID0gbmV3IEV2ZW50RW1pdHRlcjxUcmFuc2FjdGlvblNlYXJjaFZpZXc+KCk7XHJcblxyXG4gIHB1YmxpYyBleHRyYUNvbHVtbnM6IFNpbXBsZUdyaWRDb2x1bW5EaXJlY3RpdmVbXSA9IFtdO1xyXG5cclxuICBwdWJsaWMgb25UcmFuc2FjdGlvbkNsaWNrKHRyYW5zYWN0aW9uOiBhbnkpOiB2b2lkIHtcclxuICAgIHRoaXMudHJhbnNhY3Rpb25DbGljay5lbWl0KHRyYW5zYWN0aW9uIGFzIFRyYW5zYWN0aW9uU2VhcmNoVmlldyk7XHJcbiAgfVxyXG59XHJcbiJdfQ==
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { Directive, EventEmitter, HostBinding, Input, Output } from "@angular/core";
|
|
2
|
-
import { Icon } from "../../../enum/icon.enum";
|
|
3
|
-
import { IconCacheService } from "../../../service/icon-cache.service";
|
|
4
|
-
export class TransactionSearchTileBaseComponent {
|
|
5
|
-
constructor(iconCacheService) {
|
|
6
|
-
this.iconCacheService = iconCacheService;
|
|
7
|
-
this.icons = Icon;
|
|
8
|
-
this.transactionClick = new EventEmitter();
|
|
9
|
-
}
|
|
10
|
-
showClass() {
|
|
11
|
-
return true;
|
|
12
|
-
}
|
|
13
|
-
onTransactionClick(transaction) {
|
|
14
|
-
this.transactionClick.emit(transaction);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
TransactionSearchTileBaseComponent.decorators = [
|
|
18
|
-
{ type: Directive }
|
|
19
|
-
];
|
|
20
|
-
TransactionSearchTileBaseComponent.ctorParameters = () => [
|
|
21
|
-
{ type: IconCacheService }
|
|
22
|
-
];
|
|
23
|
-
TransactionSearchTileBaseComponent.propDecorators = {
|
|
24
|
-
transaction: [{ type: Input }],
|
|
25
|
-
transactionClick: [{ type: Output }],
|
|
26
|
-
showClass: [{ type: HostBinding, args: ["class.co-transaction-search-tile-content",] }]
|
|
27
|
-
};
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tc2VhcmNoLXRpbGUtYmFzZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC9jb3JlL2Jhc2UvdHJhbnNhY3Rpb24tc2VhcmNoLXRpbGUtYmFzZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsV0FBVyxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFcEYsT0FBTyxFQUFFLElBQUksRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQy9DLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHFDQUFxQyxDQUFDO0FBR3ZFLE1BQU0sT0FBZ0Isa0NBQWtDO0lBZXRELFlBQ1MsZ0JBQWtDO1FBQWxDLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBa0I7UUFmM0IsVUFBSyxHQUFnQixJQUFJLENBQUM7UUFNbkMscUJBQWdCLEdBQXdDLElBQUksWUFBWSxFQUF5QixDQUFDO0lBV3pHLENBQUM7SUFQTSxTQUFTO1FBQ2QsT0FBTyxJQUFJLENBQUM7SUFDZCxDQUFDO0lBT00sa0JBQWtCLENBQUMsV0FBa0M7UUFDMUQsSUFBSSxDQUFDLGdCQUFnQixDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsQ0FBQztJQUMxQyxDQUFDOzs7WUF2QkYsU0FBUzs7O1lBRkQsZ0JBQWdCOzs7MEJBTXRCLEtBQUs7K0JBR0wsTUFBTTt3QkFJTixXQUFXLFNBQUMsMENBQTBDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBFdmVudEVtaXR0ZXIsIEhvc3RCaW5kaW5nLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgVHJhbnNhY3Rpb25TZWFyY2hWaWV3IH0gZnJvbSBcIkBjb2xpam5pdC90cmFuc2FjdGlvbmFwaS9idWlsZC9tb2RlbC90cmFuc2FjdGlvbi1zZWFyY2gtdmlldy5ib1wiO1xyXG5pbXBvcnQgeyBJY29uIH0gZnJvbSBcIi4uLy4uLy4uL2VudW0vaWNvbi5lbnVtXCI7XHJcbmltcG9ydCB7IEljb25DYWNoZVNlcnZpY2UgfSBmcm9tIFwiLi4vLi4vLi4vc2VydmljZS9pY29uLWNhY2hlLnNlcnZpY2VcIjtcclxuXHJcbkBEaXJlY3RpdmUoKVxyXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgVHJhbnNhY3Rpb25TZWFyY2hUaWxlQmFzZUNvbXBvbmVudCB7XHJcbiAgcHVibGljIHJlYWRvbmx5IGljb25zOiB0eXBlb2YgSWNvbiA9IEljb247XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgcHVibGljIHRyYW5zYWN0aW9uOiBUcmFuc2FjdGlvblNlYXJjaFZpZXc7XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIHB1YmxpYyB0cmFuc2FjdGlvbkNsaWNrOiBFdmVudEVtaXR0ZXI8VHJhbnNhY3Rpb25TZWFyY2hWaWV3PiA9IG5ldyBFdmVudEVtaXR0ZXI8VHJhbnNhY3Rpb25TZWFyY2hWaWV3PigpO1xyXG5cclxuXHJcbiAgQEhvc3RCaW5kaW5nKFwiY2xhc3MuY28tdHJhbnNhY3Rpb24tc2VhcmNoLXRpbGUtY29udGVudFwiKVxyXG4gIHB1YmxpYyBzaG93Q2xhc3MoKTogYm9vbGVhbiB7XHJcbiAgICByZXR1cm4gdHJ1ZTtcclxuICB9XHJcblxyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHVibGljIGljb25DYWNoZVNlcnZpY2U6IEljb25DYWNoZVNlcnZpY2VcclxuICApIHtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBvblRyYW5zYWN0aW9uQ2xpY2sodHJhbnNhY3Rpb246IFRyYW5zYWN0aW9uU2VhcmNoVmlldyk6IHZvaWQge1xyXG4gICAgdGhpcy50cmFuc2FjdGlvbkNsaWNrLmVtaXQodHJhbnNhY3Rpb24pO1xyXG4gIH1cclxufVxyXG4iXX0=
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { NgModule } from "@angular/core";
|
|
2
|
-
import { CommonModule } from "@angular/common";
|
|
3
|
-
import { ImageDisplayComponent } from "./image-display/image-display.component";
|
|
4
|
-
import { IconComponent } from "./icon/icon.component";
|
|
5
|
-
import { CustomerGroupsComponent } from "./relation/customer-groups.component";
|
|
6
|
-
import { ButtonModule, CoDialogModule, InputCheckboxModule, InputComboBoxModule, InputTextModule } from "@colijnit/corecomponents_v12";
|
|
7
|
-
import { StockStatusIndicatorComponent } from "./stock-status-indicator/stock-status-indicator.component";
|
|
8
|
-
import { ConfirmationDialogModule } from "../confirmation-dialog/confirmation-dialog.module";
|
|
9
|
-
import { PipeModule } from "../../pipe/pipe.module";
|
|
10
|
-
import { CharacteristicAnswerModule } from "./base/components/characteristic-answer/characteristic-answer.module";
|
|
11
|
-
import { WarehouseModule } from "./base/components/warehouse/warehouse.module";
|
|
12
|
-
import { LazyRenderMasterDirective } from "./directive/lazy-render-master.directive";
|
|
13
|
-
import { LazyRenderDirective } from "./directive/lazy-render.directive";
|
|
14
|
-
export class CoreModule {
|
|
15
|
-
}
|
|
16
|
-
CoreModule.decorators = [
|
|
17
|
-
{ type: NgModule, args: [{
|
|
18
|
-
imports: [
|
|
19
|
-
CommonModule,
|
|
20
|
-
InputComboBoxModule,
|
|
21
|
-
CoDialogModule,
|
|
22
|
-
ButtonModule,
|
|
23
|
-
ConfirmationDialogModule,
|
|
24
|
-
PipeModule,
|
|
25
|
-
InputTextModule,
|
|
26
|
-
InputCheckboxModule,
|
|
27
|
-
CharacteristicAnswerModule,
|
|
28
|
-
WarehouseModule
|
|
29
|
-
],
|
|
30
|
-
declarations: [
|
|
31
|
-
ImageDisplayComponent,
|
|
32
|
-
IconComponent,
|
|
33
|
-
CustomerGroupsComponent,
|
|
34
|
-
StockStatusIndicatorComponent,
|
|
35
|
-
LazyRenderMasterDirective,
|
|
36
|
-
LazyRenderDirective
|
|
37
|
-
],
|
|
38
|
-
exports: [
|
|
39
|
-
ImageDisplayComponent,
|
|
40
|
-
IconComponent,
|
|
41
|
-
CustomerGroupsComponent,
|
|
42
|
-
StockStatusIndicatorComponent,
|
|
43
|
-
LazyRenderMasterDirective,
|
|
44
|
-
LazyRenderDirective
|
|
45
|
-
]
|
|
46
|
-
},] }
|
|
47
|
-
];
|
|
48
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29yZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC9jb3JlL2NvcmUubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxRQUFRLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDdkMsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQzdDLE9BQU8sRUFBQyxxQkFBcUIsRUFBQyxNQUFNLHlDQUF5QyxDQUFDO0FBQzlFLE9BQU8sRUFBQyxhQUFhLEVBQUMsTUFBTSx1QkFBdUIsQ0FBQztBQUNwRCxPQUFPLEVBQUMsdUJBQXVCLEVBQUMsTUFBTSxzQ0FBc0MsQ0FBQztBQUM3RSxPQUFPLEVBQUMsWUFBWSxFQUFFLGNBQWMsRUFBRSxtQkFBbUIsRUFBRSxtQkFBbUIsRUFBRSxlQUFlLEVBQUMsTUFBTSw4QkFBOEIsQ0FBQztBQUNySSxPQUFPLEVBQUMsNkJBQTZCLEVBQUMsTUFBTSwyREFBMkQsQ0FBQztBQUN4RyxPQUFPLEVBQUMsd0JBQXdCLEVBQUMsTUFBTSxtREFBbUQsQ0FBQztBQUMzRixPQUFPLEVBQUMsVUFBVSxFQUFDLE1BQU0sd0JBQXdCLENBQUM7QUFDbEQsT0FBTyxFQUFDLDBCQUEwQixFQUFDLE1BQU0sc0VBQXNFLENBQUM7QUFDaEgsT0FBTyxFQUFDLGVBQWUsRUFBQyxNQUFNLDhDQUE4QyxDQUFDO0FBQzdFLE9BQU8sRUFBQyx5QkFBeUIsRUFBQyxNQUFNLDBDQUEwQyxDQUFDO0FBQ25GLE9BQU8sRUFBQyxtQkFBbUIsRUFBQyxNQUFNLG1DQUFtQyxDQUFDO0FBZ0N0RSxNQUFNLE9BQU8sVUFBVTs7O1lBOUJ0QixRQUFRLFNBQUM7Z0JBQ1IsT0FBTyxFQUFFO29CQUNQLFlBQVk7b0JBQ1osbUJBQW1CO29CQUNuQixjQUFjO29CQUNkLFlBQVk7b0JBQ1osd0JBQXdCO29CQUN4QixVQUFVO29CQUNWLGVBQWU7b0JBQ2YsbUJBQW1CO29CQUNuQiwwQkFBMEI7b0JBQzFCLGVBQWU7aUJBQ2hCO2dCQUNELFlBQVksRUFBRTtvQkFDWixxQkFBcUI7b0JBQ3JCLGFBQWE7b0JBQ2IsdUJBQXVCO29CQUN2Qiw2QkFBNkI7b0JBQzdCLHlCQUF5QjtvQkFDekIsbUJBQW1CO2lCQUNwQjtnQkFDRCxPQUFPLEVBQUU7b0JBQ1AscUJBQXFCO29CQUNyQixhQUFhO29CQUNiLHVCQUF1QjtvQkFDdkIsNkJBQTZCO29CQUM3Qix5QkFBeUI7b0JBQ3pCLG1CQUFtQjtpQkFDcEI7YUFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7TmdNb2R1bGV9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQge0NvbW1vbk1vZHVsZX0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xuaW1wb3J0IHtJbWFnZURpc3BsYXlDb21wb25lbnR9IGZyb20gXCIuL2ltYWdlLWRpc3BsYXkvaW1hZ2UtZGlzcGxheS5jb21wb25lbnRcIjtcbmltcG9ydCB7SWNvbkNvbXBvbmVudH0gZnJvbSBcIi4vaWNvbi9pY29uLmNvbXBvbmVudFwiO1xuaW1wb3J0IHtDdXN0b21lckdyb3Vwc0NvbXBvbmVudH0gZnJvbSBcIi4vcmVsYXRpb24vY3VzdG9tZXItZ3JvdXBzLmNvbXBvbmVudFwiO1xuaW1wb3J0IHtCdXR0b25Nb2R1bGUsIENvRGlhbG9nTW9kdWxlLCBJbnB1dENoZWNrYm94TW9kdWxlLCBJbnB1dENvbWJvQm94TW9kdWxlLCBJbnB1dFRleHRNb2R1bGV9IGZyb20gXCJAY29saWpuaXQvY29yZWNvbXBvbmVudHNfdjEyXCI7XG5pbXBvcnQge1N0b2NrU3RhdHVzSW5kaWNhdG9yQ29tcG9uZW50fSBmcm9tIFwiLi9zdG9jay1zdGF0dXMtaW5kaWNhdG9yL3N0b2NrLXN0YXR1cy1pbmRpY2F0b3IuY29tcG9uZW50XCI7XG5pbXBvcnQge0NvbmZpcm1hdGlvbkRpYWxvZ01vZHVsZX0gZnJvbSBcIi4uL2NvbmZpcm1hdGlvbi1kaWFsb2cvY29uZmlybWF0aW9uLWRpYWxvZy5tb2R1bGVcIjtcbmltcG9ydCB7UGlwZU1vZHVsZX0gZnJvbSBcIi4uLy4uL3BpcGUvcGlwZS5tb2R1bGVcIjtcbmltcG9ydCB7Q2hhcmFjdGVyaXN0aWNBbnN3ZXJNb2R1bGV9IGZyb20gXCIuL2Jhc2UvY29tcG9uZW50cy9jaGFyYWN0ZXJpc3RpYy1hbnN3ZXIvY2hhcmFjdGVyaXN0aWMtYW5zd2VyLm1vZHVsZVwiO1xuaW1wb3J0IHtXYXJlaG91c2VNb2R1bGV9IGZyb20gXCIuL2Jhc2UvY29tcG9uZW50cy93YXJlaG91c2Uvd2FyZWhvdXNlLm1vZHVsZVwiO1xuaW1wb3J0IHtMYXp5UmVuZGVyTWFzdGVyRGlyZWN0aXZlfSBmcm9tIFwiLi9kaXJlY3RpdmUvbGF6eS1yZW5kZXItbWFzdGVyLmRpcmVjdGl2ZVwiO1xuaW1wb3J0IHtMYXp5UmVuZGVyRGlyZWN0aXZlfSBmcm9tIFwiLi9kaXJlY3RpdmUvbGF6eS1yZW5kZXIuZGlyZWN0aXZlXCI7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgSW5wdXRDb21ib0JveE1vZHVsZSxcbiAgICBDb0RpYWxvZ01vZHVsZSxcbiAgICBCdXR0b25Nb2R1bGUsXG4gICAgQ29uZmlybWF0aW9uRGlhbG9nTW9kdWxlLFxuICAgIFBpcGVNb2R1bGUsXG4gICAgSW5wdXRUZXh0TW9kdWxlLFxuICAgIElucHV0Q2hlY2tib3hNb2R1bGUsXG4gICAgQ2hhcmFjdGVyaXN0aWNBbnN3ZXJNb2R1bGUsXG4gICAgV2FyZWhvdXNlTW9kdWxlXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIEltYWdlRGlzcGxheUNvbXBvbmVudCxcbiAgICBJY29uQ29tcG9uZW50LFxuICAgIEN1c3RvbWVyR3JvdXBzQ29tcG9uZW50LFxuICAgIFN0b2NrU3RhdHVzSW5kaWNhdG9yQ29tcG9uZW50LFxuICAgIExhenlSZW5kZXJNYXN0ZXJEaXJlY3RpdmUsXG4gICAgTGF6eVJlbmRlckRpcmVjdGl2ZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgSW1hZ2VEaXNwbGF5Q29tcG9uZW50LFxuICAgIEljb25Db21wb25lbnQsXG4gICAgQ3VzdG9tZXJHcm91cHNDb21wb25lbnQsXG4gICAgU3RvY2tTdGF0dXNJbmRpY2F0b3JDb21wb25lbnQsXG4gICAgTGF6eVJlbmRlck1hc3RlckRpcmVjdGl2ZSxcbiAgICBMYXp5UmVuZGVyRGlyZWN0aXZlXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgQ29yZU1vZHVsZSB7IH1cbiJdfQ==
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
// Import the core angular services.
|
|
2
|
-
import { Directive, ElementRef } from "@angular/core";
|
|
3
|
-
export class LazyRenderMasterDirective {
|
|
4
|
-
constructor(_element) {
|
|
5
|
-
this._element = _element;
|
|
6
|
-
this._mapping = new Map();
|
|
7
|
-
this._observer = new IntersectionObserver((entries) => {
|
|
8
|
-
for (const entry of entries) {
|
|
9
|
-
const callback = this._mapping.get(entry.target);
|
|
10
|
-
if (callback) {
|
|
11
|
-
callback(entry.isIntersecting);
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}, {
|
|
15
|
-
// This classifies the "intersection" as being a bit outside the
|
|
16
|
-
// viewport. The intent here is give the elements a little time to react
|
|
17
|
-
// to the change before the element is actually visible to the user.
|
|
18
|
-
// root: this._element.nativeElement,
|
|
19
|
-
rootMargin: '700px 0px 700px 0px'
|
|
20
|
-
});
|
|
21
|
-
}
|
|
22
|
-
ngOnDestroy() {
|
|
23
|
-
this._mapping.clear();
|
|
24
|
-
this._observer.disconnect();
|
|
25
|
-
}
|
|
26
|
-
add(element, callback) {
|
|
27
|
-
this._mapping.set(element, callback);
|
|
28
|
-
this._observer.observe(element);
|
|
29
|
-
}
|
|
30
|
-
remove(element) {
|
|
31
|
-
this._mapping.delete(element);
|
|
32
|
-
this._observer.unobserve(element);
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
LazyRenderMasterDirective.decorators = [
|
|
36
|
-
{ type: Directive, args: [{
|
|
37
|
-
selector: '[lazyRenderMaster]'
|
|
38
|
-
},] }
|
|
39
|
-
];
|
|
40
|
-
LazyRenderMasterDirective.ctorParameters = () => [
|
|
41
|
-
{ type: ElementRef }
|
|
42
|
-
];
|
|
43
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF6eS1yZW5kZXItbWFzdGVyLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L2NvcmUvZGlyZWN0aXZlL2xhenktcmVuZGVyLW1hc3Rlci5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsb0NBQW9DO0FBQ3BDLE9BQU8sRUFBQyxTQUFTLEVBQUUsVUFBVSxFQUFZLE1BQU0sZUFBZSxDQUFDO0FBSy9ELE1BQU0sT0FBTyx5QkFBeUI7SUFLcEMsWUFBb0IsUUFBb0I7UUFBcEIsYUFBUSxHQUFSLFFBQVEsQ0FBWTtRQUN0QyxJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksR0FBRyxFQUFFLENBQUM7UUFDMUIsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLG9CQUFvQixDQUN2QyxDQUFDLE9BQW9DLEVBQUUsRUFBRTtZQUN2QyxLQUFLLE1BQU0sS0FBSyxJQUFJLE9BQU8sRUFBRTtnQkFDM0IsTUFBTSxRQUFRLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLE1BQU0sQ0FBQyxDQUFDO2dCQUNqRCxJQUFJLFFBQVEsRUFBRTtvQkFDWixRQUFRLENBQUMsS0FBSyxDQUFDLGNBQWMsQ0FBQyxDQUFDO2lCQUNoQzthQUNGO1FBQ0gsQ0FBQyxFQUNEO1lBQ0UsZ0VBQWdFO1lBQ2hFLHdFQUF3RTtZQUN4RSxvRUFBb0U7WUFDcEUscUNBQXFDO1lBQ3JDLFVBQVUsRUFBRSxxQkFBcUI7U0FDbEMsQ0FDRixDQUFDO0lBQ0osQ0FBQztJQUVNLFdBQVc7UUFDaEIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxLQUFLLEVBQUUsQ0FBQztRQUN0QixJQUFJLENBQUMsU0FBUyxDQUFDLFVBQVUsRUFBRSxDQUFDO0lBQzlCLENBQUM7SUFFTSxHQUFHLENBQUMsT0FBb0IsRUFBRSxRQUFrQjtRQUNqRCxJQUFJLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBQyxPQUFPLEVBQUUsUUFBUSxDQUFDLENBQUM7UUFDckMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDbEMsQ0FBQztJQUVNLE1BQU0sQ0FBQyxPQUFvQjtRQUNoQyxJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUM5QixJQUFJLENBQUMsU0FBUyxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUMsQ0FBQztJQUNwQyxDQUFDOzs7WUExQ0YsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxvQkFBb0I7YUFDL0I7OztZQUprQixVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiLy8gSW1wb3J0IHRoZSBjb3JlIGFuZ3VsYXIgc2VydmljZXMuXHJcbmltcG9ydCB7RGlyZWN0aXZlLCBFbGVtZW50UmVmLCBPbkRlc3Ryb3l9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcblxyXG5ARGlyZWN0aXZlKHtcclxuICBzZWxlY3RvcjogJ1tsYXp5UmVuZGVyTWFzdGVyXSdcclxufSlcclxuZXhwb3J0IGNsYXNzIExhenlSZW5kZXJNYXN0ZXJEaXJlY3RpdmUgaW1wbGVtZW50cyBPbkRlc3Ryb3kge1xyXG5cclxuICBwcml2YXRlIF9tYXBwaW5nOiBNYXA8RWxlbWVudCwgRnVuY3Rpb24+O1xyXG4gIHByaXZhdGUgX29ic2VydmVyOiBJbnRlcnNlY3Rpb25PYnNlcnZlcjtcclxuXHJcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBfZWxlbWVudDogRWxlbWVudFJlZikge1xyXG4gICAgdGhpcy5fbWFwcGluZyA9IG5ldyBNYXAoKTtcclxuICAgIHRoaXMuX29ic2VydmVyID0gbmV3IEludGVyc2VjdGlvbk9ic2VydmVyKFxyXG4gICAgICAoZW50cmllczogSW50ZXJzZWN0aW9uT2JzZXJ2ZXJFbnRyeVtdKSA9PiB7XHJcbiAgICAgICAgZm9yIChjb25zdCBlbnRyeSBvZiBlbnRyaWVzKSB7XHJcbiAgICAgICAgICBjb25zdCBjYWxsYmFjayA9IHRoaXMuX21hcHBpbmcuZ2V0KGVudHJ5LnRhcmdldCk7XHJcbiAgICAgICAgICBpZiAoY2FsbGJhY2spIHtcclxuICAgICAgICAgICAgY2FsbGJhY2soZW50cnkuaXNJbnRlcnNlY3RpbmcpO1xyXG4gICAgICAgICAgfVxyXG4gICAgICAgIH1cclxuICAgICAgfSxcclxuICAgICAge1xyXG4gICAgICAgIC8vIFRoaXMgY2xhc3NpZmllcyB0aGUgXCJpbnRlcnNlY3Rpb25cIiBhcyBiZWluZyBhIGJpdCBvdXRzaWRlIHRoZVxyXG4gICAgICAgIC8vIHZpZXdwb3J0LiBUaGUgaW50ZW50IGhlcmUgaXMgZ2l2ZSB0aGUgZWxlbWVudHMgYSBsaXR0bGUgdGltZSB0byByZWFjdFxyXG4gICAgICAgIC8vIHRvIHRoZSBjaGFuZ2UgYmVmb3JlIHRoZSBlbGVtZW50IGlzIGFjdHVhbGx5IHZpc2libGUgdG8gdGhlIHVzZXIuXHJcbiAgICAgICAgLy8gcm9vdDogdGhpcy5fZWxlbWVudC5uYXRpdmVFbGVtZW50LFxyXG4gICAgICAgIHJvb3RNYXJnaW46ICc3MDBweCAwcHggNzAwcHggMHB4J1xyXG4gICAgICB9XHJcbiAgICApO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIG5nT25EZXN0cm95KCk6IHZvaWQge1xyXG4gICAgdGhpcy5fbWFwcGluZy5jbGVhcigpO1xyXG4gICAgdGhpcy5fb2JzZXJ2ZXIuZGlzY29ubmVjdCgpO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIGFkZChlbGVtZW50OiBIVE1MRWxlbWVudCwgY2FsbGJhY2s6IEZ1bmN0aW9uKTogdm9pZCB7XHJcbiAgICB0aGlzLl9tYXBwaW5nLnNldChlbGVtZW50LCBjYWxsYmFjayk7XHJcbiAgICB0aGlzLl9vYnNlcnZlci5vYnNlcnZlKGVsZW1lbnQpO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIHJlbW92ZShlbGVtZW50OiBIVE1MRWxlbWVudCk6IHZvaWQge1xyXG4gICAgdGhpcy5fbWFwcGluZy5kZWxldGUoZWxlbWVudCk7XHJcbiAgICB0aGlzLl9vYnNlcnZlci51bm9ic2VydmUoZWxlbWVudCk7XHJcbiAgfVxyXG59XHJcbiJdfQ==
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { Directive, ElementRef } from "@angular/core";
|
|
2
|
-
import { LazyRenderMasterDirective } from "./lazy-render-master.directive";
|
|
3
|
-
export class LazyRenderDirective {
|
|
4
|
-
constructor(parent, elementRef) {
|
|
5
|
-
this._parent = parent;
|
|
6
|
-
this._elementRef = elementRef;
|
|
7
|
-
this.isShowing = false;
|
|
8
|
-
}
|
|
9
|
-
ngOnDestroy() {
|
|
10
|
-
this._parent.remove(this._elementRef.nativeElement);
|
|
11
|
-
this._elementRef = undefined;
|
|
12
|
-
}
|
|
13
|
-
ngOnInit() {
|
|
14
|
-
this._parent.add(this._elementRef.nativeElement, (isIntersecting) => {
|
|
15
|
-
this.isShowing = isIntersecting;
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
LazyRenderDirective.decorators = [
|
|
20
|
-
{ type: Directive, args: [{
|
|
21
|
-
selector: '[lazyRender]',
|
|
22
|
-
exportAs: 'lazyRender'
|
|
23
|
-
},] }
|
|
24
|
-
];
|
|
25
|
-
LazyRenderDirective.ctorParameters = () => [
|
|
26
|
-
{ type: LazyRenderMasterDirective },
|
|
27
|
-
{ type: ElementRef }
|
|
28
|
-
];
|
|
29
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF6eS1yZW5kZXIuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdHJhbnNhY3Rpb24vc3JjL2xpYi9jb21wb25lbnQvY29yZS9kaXJlY3RpdmUvbGF6eS1yZW5kZXIuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsVUFBVSxFQUFvQixNQUFNLGVBQWUsQ0FBQztBQUN2RSxPQUFPLEVBQUMseUJBQXlCLEVBQUMsTUFBTSxnQ0FBZ0MsQ0FBQztBQU16RSxNQUFNLE9BQU8sbUJBQW1CO0lBTzlCLFlBQ0UsTUFBaUMsRUFDakMsVUFBc0I7UUFFdEIsSUFBSSxDQUFDLE9BQU8sR0FBRyxNQUFNLENBQUM7UUFDdEIsSUFBSSxDQUFDLFdBQVcsR0FBRyxVQUFVLENBQUM7UUFDOUIsSUFBSSxDQUFDLFNBQVMsR0FBRyxLQUFLLENBQUM7SUFDekIsQ0FBQztJQUVNLFdBQVc7UUFDaEIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxhQUFhLENBQUMsQ0FBQztRQUNwRCxJQUFJLENBQUMsV0FBVyxHQUFHLFNBQVMsQ0FBQztJQUMvQixDQUFDO0lBRU0sUUFBUTtRQUNiLElBQUksQ0FBQyxPQUFPLENBQUMsR0FBRyxDQUNkLElBQUksQ0FBQyxXQUFXLENBQUMsYUFBYSxFQUM5QixDQUFDLGNBQXVCLEVBQUUsRUFBRTtZQUMxQixJQUFJLENBQUMsU0FBUyxHQUFHLGNBQWMsQ0FBQztRQUNsQyxDQUFDLENBQ0YsQ0FBQztJQUNKLENBQUM7OztZQWhDRixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLGNBQWM7Z0JBQ3hCLFFBQVEsRUFBRSxZQUFZO2FBQ3ZCOzs7WUFMTyx5QkFBeUI7WUFEZCxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtEaXJlY3RpdmUsIEVsZW1lbnRSZWYsIE9uRGVzdHJveSwgT25Jbml0fSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQge0xhenlSZW5kZXJNYXN0ZXJEaXJlY3RpdmV9IGZyb20gXCIuL2xhenktcmVuZGVyLW1hc3Rlci5kaXJlY3RpdmVcIjtcclxuXHJcbkBEaXJlY3RpdmUoe1xyXG4gIHNlbGVjdG9yOiAnW2xhenlSZW5kZXJdJyxcclxuICBleHBvcnRBczogJ2xhenlSZW5kZXInXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBMYXp5UmVuZGVyRGlyZWN0aXZlIGltcGxlbWVudHMgT25EZXN0cm95LCBPbkluaXQge1xyXG5cclxuICBwdWJsaWMgaXNTaG93aW5nOiBib29sZWFuO1xyXG5cclxuICBwcml2YXRlIF9lbGVtZW50UmVmOiBFbGVtZW50UmVmO1xyXG4gIHByaXZhdGUgX3BhcmVudDogTGF6eVJlbmRlck1hc3RlckRpcmVjdGl2ZTtcclxuXHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBwYXJlbnQ6IExhenlSZW5kZXJNYXN0ZXJEaXJlY3RpdmUsXHJcbiAgICBlbGVtZW50UmVmOiBFbGVtZW50UmVmXHJcbiAgKSB7XHJcbiAgICB0aGlzLl9wYXJlbnQgPSBwYXJlbnQ7XHJcbiAgICB0aGlzLl9lbGVtZW50UmVmID0gZWxlbWVudFJlZjtcclxuICAgIHRoaXMuaXNTaG93aW5nID0gZmFsc2U7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgbmdPbkRlc3Ryb3koKTogdm9pZCB7XHJcbiAgICB0aGlzLl9wYXJlbnQucmVtb3ZlKHRoaXMuX2VsZW1lbnRSZWYubmF0aXZlRWxlbWVudCk7XHJcbiAgICB0aGlzLl9lbGVtZW50UmVmID0gdW5kZWZpbmVkO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgdGhpcy5fcGFyZW50LmFkZChcclxuICAgICAgdGhpcy5fZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50LFxyXG4gICAgICAoaXNJbnRlcnNlY3Rpbmc6IGJvb2xlYW4pID0+IHtcclxuICAgICAgICB0aGlzLmlzU2hvd2luZyA9IGlzSW50ZXJzZWN0aW5nO1xyXG4gICAgICB9XHJcbiAgICApO1xyXG4gIH1cclxufVxyXG4iXX0=
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export var AppPopupButtonType;
|
|
2
|
-
(function (AppPopupButtonType) {
|
|
3
|
-
AppPopupButtonType[AppPopupButtonType["Ok"] = 0] = "Ok";
|
|
4
|
-
AppPopupButtonType[AppPopupButtonType["Open"] = 1] = "Open";
|
|
5
|
-
AppPopupButtonType[AppPopupButtonType["Save"] = 2] = "Save";
|
|
6
|
-
AppPopupButtonType[AppPopupButtonType["Cancel"] = 3] = "Cancel";
|
|
7
|
-
AppPopupButtonType[AppPopupButtonType["Yes"] = 4] = "Yes";
|
|
8
|
-
AppPopupButtonType[AppPopupButtonType["No"] = 5] = "No";
|
|
9
|
-
AppPopupButtonType[AppPopupButtonType["NoButton"] = 6] = "NoButton";
|
|
10
|
-
})(AppPopupButtonType || (AppPopupButtonType = {}));
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLXBvcHVwLWJ1dHRvbi10eXBlLmVudW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC9jb3JlL2VudW0vYXBwLXBvcHVwLWJ1dHRvbi10eXBlLmVudW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFOLElBQVksa0JBUVg7QUFSRCxXQUFZLGtCQUFrQjtJQUM1Qix1REFBRSxDQUFBO0lBQ0YsMkRBQUksQ0FBQTtJQUNKLDJEQUFJLENBQUE7SUFDSiwrREFBTSxDQUFBO0lBQ04seURBQUcsQ0FBQTtJQUNILHVEQUFFLENBQUE7SUFDRixtRUFBUSxDQUFBO0FBQ1YsQ0FBQyxFQVJXLGtCQUFrQixLQUFsQixrQkFBa0IsUUFRN0IiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZW51bSBBcHBQb3B1cEJ1dHRvblR5cGUge1xyXG4gIE9rLFxyXG4gIE9wZW4sXHJcbiAgU2F2ZSxcclxuICBDYW5jZWwsXHJcbiAgWWVzLFxyXG4gIE5vLFxyXG4gIE5vQnV0dG9uXHJcbn1cclxuIl19
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export var AppPopupType;
|
|
2
|
-
(function (AppPopupType) {
|
|
3
|
-
AppPopupType[AppPopupType["Error"] = 0] = "Error";
|
|
4
|
-
AppPopupType[AppPopupType["Warning"] = 1] = "Warning";
|
|
5
|
-
AppPopupType[AppPopupType["Information"] = 2] = "Information";
|
|
6
|
-
AppPopupType[AppPopupType["Confirmation"] = 3] = "Confirmation";
|
|
7
|
-
})(AppPopupType || (AppPopupType = {}));
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLXBvcHVwLXR5cGUuZW51bS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L2NvcmUvZW51bS9hcHAtcG9wdXAtdHlwZS5lbnVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBTixJQUFZLFlBS1g7QUFMRCxXQUFZLFlBQVk7SUFDdEIsaURBQUssQ0FBQTtJQUNMLHFEQUFPLENBQUE7SUFDUCw2REFBVyxDQUFBO0lBQ1gsK0RBQVksQ0FBQTtBQUNkLENBQUMsRUFMVyxZQUFZLEtBQVosWUFBWSxRQUt2QiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIEFwcFBvcHVwVHlwZSB7XHJcbiAgRXJyb3IsXHJcbiAgV2FybmluZyxcclxuICBJbmZvcm1hdGlvbixcclxuICBDb25maXJtYXRpb25cclxufVxyXG4iXX0=
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { Component, HostBinding, Input } from "@angular/core";
|
|
2
|
-
import { IconCacheService } from "../../../service/icon-cache.service";
|
|
3
|
-
export class IconComponent {
|
|
4
|
-
constructor(_iconCacheService) {
|
|
5
|
-
this._iconCacheService = _iconCacheService;
|
|
6
|
-
}
|
|
7
|
-
set icon(icon) {
|
|
8
|
-
this._setSvg(icon);
|
|
9
|
-
}
|
|
10
|
-
ngOnDestroy() {
|
|
11
|
-
this.svg = undefined;
|
|
12
|
-
}
|
|
13
|
-
_setSvg(icon) {
|
|
14
|
-
this.svg = this._iconCacheService.getIcon(icon);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
IconComponent.decorators = [
|
|
18
|
-
{ type: Component, args: [{
|
|
19
|
-
selector: "icon",
|
|
20
|
-
template: "",
|
|
21
|
-
styles: [""]
|
|
22
|
-
},] }
|
|
23
|
-
];
|
|
24
|
-
IconComponent.ctorParameters = () => [
|
|
25
|
-
{ type: IconCacheService }
|
|
26
|
-
];
|
|
27
|
-
IconComponent.propDecorators = {
|
|
28
|
-
icon: [{ type: Input }],
|
|
29
|
-
svg: [{ type: HostBinding, args: ["innerHtml",] }]
|
|
30
|
-
};
|
|
31
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC9jb3JlL2ljb24vaWNvbi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUFZLE1BQU0sZUFBZSxDQUFDO0FBRXZFLE9BQU8sRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLHFDQUFxQyxDQUFDO0FBVXJFLE1BQU0sT0FBTyxhQUFhO0lBVXhCLFlBQW9CLGlCQUFtQztRQUFuQyxzQkFBaUIsR0FBakIsaUJBQWlCLENBQWtCO0lBQ3ZELENBQUM7SUFURCxJQUNXLElBQUksQ0FBQyxJQUFVO1FBQ3hCLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDckIsQ0FBQztJQVFELFdBQVc7UUFDVCxJQUFJLENBQUMsR0FBRyxHQUFHLFNBQVMsQ0FBQztJQUN2QixDQUFDO0lBRU8sT0FBTyxDQUFDLElBQVU7UUFDeEIsSUFBSSxDQUFDLEdBQUcsR0FBRyxJQUFJLENBQUMsaUJBQWlCLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ2xELENBQUM7OztZQTFCRixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLE1BQU07Z0JBQ2hCLFFBQVEsRUFBRSxFQUFFOzthQUliOzs7WUFUTyxnQkFBZ0I7OzttQkFZckIsS0FBSztrQkFLTCxXQUFXLFNBQUMsV0FBVyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q29tcG9uZW50LCBIb3N0QmluZGluZywgSW5wdXQsIE9uRGVzdHJveX0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7U2FmZUh0bWx9IGZyb20gXCJAYW5ndWxhci9wbGF0Zm9ybS1icm93c2VyXCI7XG5pbXBvcnQge0ljb25DYWNoZVNlcnZpY2V9IGZyb20gXCIuLi8uLi8uLi9zZXJ2aWNlL2ljb24tY2FjaGUuc2VydmljZVwiO1xuaW1wb3J0IHtJY29ufSBmcm9tIFwiLi4vLi4vLi4vZW51bS9pY29uLmVudW1cIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImljb25cIixcbiAgdGVtcGxhdGU6IFwiXCIsXG4gIHN0eWxlVXJsczogW1xuICAgIFwiLi9pY29uLmNvbXBvbmVudC5zY3NzXCJcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBJY29uQ29tcG9uZW50IGltcGxlbWVudHMgT25EZXN0cm95IHtcblxuICBASW5wdXQoKVxuICBwdWJsaWMgc2V0IGljb24oaWNvbjogSWNvbikge1xuICAgIHRoaXMuX3NldFN2ZyhpY29uKTtcbiAgfVxuXG4gIEBIb3N0QmluZGluZyhcImlubmVySHRtbFwiKVxuICBwdWJsaWMgc3ZnPzogU2FmZUh0bWw7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBfaWNvbkNhY2hlU2VydmljZTogSWNvbkNhY2hlU2VydmljZSkge1xuICB9XG5cbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgdGhpcy5zdmcgPSB1bmRlZmluZWQ7XG4gIH1cblxuICBwcml2YXRlIF9zZXRTdmcoaWNvbjogSWNvbik6IHZvaWQge1xuICAgIHRoaXMuc3ZnID0gdGhpcy5faWNvbkNhY2hlU2VydmljZS5nZXRJY29uKGljb24pO1xuICB9XG59XG4iXX0=
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { Component, HostBinding, Input, ViewEncapsulation } from "@angular/core";
|
|
2
|
-
export class ImageDisplayComponent {
|
|
3
|
-
constructor() {
|
|
4
|
-
// The (localized) text to show when there is no image. Defaults to 'NO_IMAGE'.
|
|
5
|
-
this.label = "NO_IMAGE";
|
|
6
|
-
}
|
|
7
|
-
showClass() {
|
|
8
|
-
return true;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
ImageDisplayComponent.decorators = [
|
|
12
|
-
{ type: Component, args: [{
|
|
13
|
-
selector: "co-image-display",
|
|
14
|
-
template: `
|
|
15
|
-
<img class="image" *ngIf="!!model" [src]="model">
|
|
16
|
-
<div class="no-image" *ngIf="!model">
|
|
17
|
-
<div class="img"></div>
|
|
18
|
-
<div class="no-image-label" [textContent]="label | localize"></div>
|
|
19
|
-
</div>
|
|
20
|
-
`,
|
|
21
|
-
encapsulation: ViewEncapsulation.None
|
|
22
|
-
},] }
|
|
23
|
-
];
|
|
24
|
-
ImageDisplayComponent.propDecorators = {
|
|
25
|
-
model: [{ type: Input }],
|
|
26
|
-
label: [{ type: Input }],
|
|
27
|
-
showClass: [{ type: HostBinding, args: ['class.co-image-display',] }]
|
|
28
|
-
};
|
|
29
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW1hZ2UtZGlzcGxheS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC9jb3JlL2ltYWdlLWRpc3BsYXkvaW1hZ2UtZGlzcGxheS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUFFLGlCQUFpQixFQUFDLE1BQU0sZUFBZSxDQUFDO0FBYS9FLE1BQU0sT0FBTyxxQkFBcUI7SUFYbEM7UUFnQkUsK0VBQStFO1FBRXhFLFVBQUssR0FBVyxVQUFVLENBQUM7SUFNcEMsQ0FBQztJQUhRLFNBQVM7UUFDZCxPQUFPLElBQUksQ0FBQztJQUNkLENBQUM7OztZQXZCRixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLGtCQUFrQjtnQkFDNUIsUUFBUSxFQUFFOzs7Ozs7R0FNVDtnQkFDRCxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTthQUN0Qzs7O29CQUdFLEtBQUs7b0JBSUwsS0FBSzt3QkFHTCxXQUFXLFNBQUMsd0JBQXdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDb21wb25lbnQsIEhvc3RCaW5kaW5nLCBJbnB1dCwgVmlld0VuY2Fwc3VsYXRpb259IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJjby1pbWFnZS1kaXNwbGF5XCIsXG4gIHRlbXBsYXRlOiBgXG4gICAgPGltZyBjbGFzcz1cImltYWdlXCIgKm5nSWY9XCIhIW1vZGVsXCIgW3NyY109XCJtb2RlbFwiPlxuICAgIDxkaXYgY2xhc3M9XCJuby1pbWFnZVwiICpuZ0lmPVwiIW1vZGVsXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiaW1nXCI+PC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwibm8taW1hZ2UtbGFiZWxcIiBbdGV4dENvbnRlbnRdPVwibGFiZWwgfCBsb2NhbGl6ZVwiPjwvZGl2PlxuICAgIDwvZGl2PlxuICBgLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXG59KVxuZXhwb3J0IGNsYXNzIEltYWdlRGlzcGxheUNvbXBvbmVudCB7XG4gIC8vIEltYWdlIGRhdGEgVVJJIHN0cmluZy4gTWVhbnQgZm9yIGRpcmVjdCB1c2UgaW4gW3NyY10gYXR0cmlidXRlIG9mIGFuIDxpbWc+IHRhZy5cbiAgQElucHV0KClcbiAgcHVibGljIG1vZGVsOiBzdHJpbmc7XG5cbiAgLy8gVGhlIChsb2NhbGl6ZWQpIHRleHQgdG8gc2hvdyB3aGVuIHRoZXJlIGlzIG5vIGltYWdlLiBEZWZhdWx0cyB0byAnTk9fSU1BR0UnLlxuICBASW5wdXQoKVxuICBwdWJsaWMgbGFiZWw6IHN0cmluZyA9IFwiTk9fSU1BR0VcIjtcblxuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmNvLWltYWdlLWRpc3BsYXknKVxuICBwdWJsaWMgc2hvd0NsYXNzKCkge1xuICAgIHJldHVybiB0cnVlO1xuICB9XG59XG4iXX0=
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { __awaiter } from "tslib";
|
|
2
|
-
import { Component, EventEmitter, Input, Output } from "@angular/core";
|
|
3
|
-
import { TransactionConnectorService } from "../../../service/transaction-connector.service";
|
|
4
|
-
export class CustomerGroupsComponent {
|
|
5
|
-
constructor(_connector) {
|
|
6
|
-
this._connector = _connector;
|
|
7
|
-
this.readonly = false;
|
|
8
|
-
this.required = false;
|
|
9
|
-
this.modelChange = new EventEmitter();
|
|
10
|
-
this.customerGroups = [];
|
|
11
|
-
this.fields = { text: "naam", value: "groepsnummer" };
|
|
12
|
-
}
|
|
13
|
-
ngOnInit() {
|
|
14
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
15
|
-
this._connector.getCustomerGroups().then((groups) => {
|
|
16
|
-
this.customerGroups = groups;
|
|
17
|
-
});
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
CustomerGroupsComponent.decorators = [
|
|
22
|
-
{ type: Component, args: [{
|
|
23
|
-
selector: "relation-customer-groups",
|
|
24
|
-
template: `
|
|
25
|
-
<co-input-combo-box [model]="model"
|
|
26
|
-
[readonly]="readonly"
|
|
27
|
-
(modelChange)="modelChange.emit($event)"
|
|
28
|
-
[collection]="customerGroups"
|
|
29
|
-
[fields]="fields"
|
|
30
|
-
[placeholder]="'CUSTOMER_GROUP' | localize"
|
|
31
|
-
[required]="required"
|
|
32
|
-
></co-input-combo-box>
|
|
33
|
-
`,
|
|
34
|
-
styles: [":host{display:flex}:host .co-input-combo-box{width:100%}\n"]
|
|
35
|
-
},] }
|
|
36
|
-
];
|
|
37
|
-
CustomerGroupsComponent.ctorParameters = () => [
|
|
38
|
-
{ type: TransactionConnectorService }
|
|
39
|
-
];
|
|
40
|
-
CustomerGroupsComponent.propDecorators = {
|
|
41
|
-
readonly: [{ type: Input }],
|
|
42
|
-
required: [{ type: Input }],
|
|
43
|
-
model: [{ type: Input }],
|
|
44
|
-
modelChange: [{ type: Output }]
|
|
45
|
-
};
|
|
46
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tZXItZ3JvdXBzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvY29tcG9uZW50L2NvcmUvcmVsYXRpb24vY3VzdG9tZXItZ3JvdXBzLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFDLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFVLE1BQU0sRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUM3RSxPQUFPLEVBQUMsMkJBQTJCLEVBQUMsTUFBTSxnREFBZ0QsQ0FBQztBQW1CM0YsTUFBTSxPQUFPLHVCQUF1QjtJQWlCbEMsWUFDVSxVQUF1QztRQUF2QyxlQUFVLEdBQVYsVUFBVSxDQUE2QjtRQWYxQyxhQUFRLEdBQVksS0FBSyxDQUFDO1FBRzFCLGFBQVEsR0FBWSxLQUFLLENBQUM7UUFNMUIsZ0JBQVcsR0FBeUIsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQUUvRCxtQkFBYyxHQUFvQixFQUFFLENBQUM7UUFDckMsV0FBTSxHQUFXLEVBQUUsSUFBSSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUUsY0FBYyxFQUFFLENBQUM7SUFJN0QsQ0FBQztJQUVFLFFBQVE7O1lBQ1osSUFBSSxDQUFDLFVBQVUsQ0FBQyxpQkFBaUIsRUFBRSxDQUFDLElBQUksQ0FBQyxDQUFDLE1BQXVCLEVBQUUsRUFBRTtnQkFDbkUsSUFBSSxDQUFDLGNBQWMsR0FBRyxNQUFNLENBQUM7WUFDL0IsQ0FBQyxDQUFDLENBQUM7UUFDTCxDQUFDO0tBQUE7OztZQXpDRixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLDBCQUEwQjtnQkFDcEMsUUFBUSxFQUFFOzs7Ozs7Ozs7R0FTVDs7YUFJRjs7O1lBbEJPLDJCQUEyQjs7O3VCQXFCaEMsS0FBSzt1QkFHTCxLQUFLO29CQUdMLEtBQUs7MEJBR0wsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvbkNvbm5lY3RvclNlcnZpY2V9IGZyb20gXCIuLi8uLi8uLi9zZXJ2aWNlL3RyYW5zYWN0aW9uLWNvbm5lY3Rvci5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7Q3VzdG9tZXJHcm91cH0gZnJvbSBcIkBjb2xpam5pdC90cmFuc2FjdGlvbmFwaS9idWlsZC9tb2RlbC9jdXN0b21lci1ncm91cC5ib1wiO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6IFwicmVsYXRpb24tY3VzdG9tZXItZ3JvdXBzXCIsXHJcbiAgdGVtcGxhdGU6IGBcclxuICAgIDxjby1pbnB1dC1jb21iby1ib3ggW21vZGVsXT1cIm1vZGVsXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgW3JlYWRvbmx5XT1cInJlYWRvbmx5XCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgKG1vZGVsQ2hhbmdlKT1cIm1vZGVsQ2hhbmdlLmVtaXQoJGV2ZW50KVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtjb2xsZWN0aW9uXT1cImN1c3RvbWVyR3JvdXBzXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgW2ZpZWxkc109XCJmaWVsZHNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBbcGxhY2Vob2xkZXJdPVwiJ0NVU1RPTUVSX0dST1VQJyB8IGxvY2FsaXplXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgW3JlcXVpcmVkXT1cInJlcXVpcmVkXCJcclxuICAgID48L2NvLWlucHV0LWNvbWJvLWJveD5cclxuICBgLFxyXG4gIHN0eWxlVXJsczogW1xyXG4gICAgJy4vcmVsYXRpb24tY3VzdG9tZXItZ3JvdXBzLmNvbXBvbmVudC5zY3NzJ1xyXG4gIF1cclxufSlcclxuZXhwb3J0IGNsYXNzIEN1c3RvbWVyR3JvdXBzQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuXHJcbiAgQElucHV0KClcclxuICBwdWJsaWMgcmVhZG9ubHk6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KClcclxuICBwdWJsaWMgcmVxdWlyZWQ6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KClcclxuICBwdWJsaWMgbW9kZWw6IHN0cmluZztcclxuXHJcbiAgQE91dHB1dCgpXHJcbiAgcHVibGljIG1vZGVsQ2hhbmdlOiBFdmVudEVtaXR0ZXI8c3RyaW5nPiA9IG5ldyBFdmVudEVtaXR0ZXI8c3RyaW5nPigpO1xyXG5cclxuICBwdWJsaWMgY3VzdG9tZXJHcm91cHM6IEN1c3RvbWVyR3JvdXBbXSA9IFtdO1xyXG4gIHB1YmxpYyBmaWVsZHM6IE9iamVjdCA9IHsgdGV4dDogXCJuYWFtXCIsIHZhbHVlOiBcImdyb2Vwc251bW1lclwiIH07XHJcblxyXG4gIHB1YmxpYyBjb25zdHJ1Y3RvcihcclxuICAgIHByaXZhdGUgX2Nvbm5lY3RvcjogVHJhbnNhY3Rpb25Db25uZWN0b3JTZXJ2aWNlXHJcbiAgKSB7fVxyXG5cclxuICBhc3luYyBuZ09uSW5pdCgpOiBQcm9taXNlPHZvaWQ+IHtcclxuICAgIHRoaXMuX2Nvbm5lY3Rvci5nZXRDdXN0b21lckdyb3VwcygpLnRoZW4oKGdyb3VwczogQ3VzdG9tZXJHcm91cFtdKSA9PiB7XHJcbiAgICAgIHRoaXMuY3VzdG9tZXJHcm91cHMgPSBncm91cHM7XHJcbiAgICB9KTtcclxuICB9XHJcbn1cclxuIl19
|
package/esm2015/lib/component/core/stock-status-indicator/stock-status-indicator.component.js
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from "@angular/core";
|
|
2
|
-
// Component that visually shows a stock status with three colored boxes.
|
|
3
|
-
export class StockStatusIndicatorComponent {
|
|
4
|
-
get stockClass() {
|
|
5
|
-
return this.model;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
StockStatusIndicatorComponent.decorators = [
|
|
9
|
-
{ type: Component, args: [{
|
|
10
|
-
selector: "stock-status-indicator",
|
|
11
|
-
template: `
|
|
12
|
-
<div [class]="stockClass">
|
|
13
|
-
<div class="square-1"></div>
|
|
14
|
-
<div class="square-2"></div>
|
|
15
|
-
<div class="square-3"></div>
|
|
16
|
-
</div>
|
|
17
|
-
`,
|
|
18
|
-
styles: [""]
|
|
19
|
-
},] }
|
|
20
|
-
];
|
|
21
|
-
StockStatusIndicatorComponent.propDecorators = {
|
|
22
|
-
model: [{ type: Input }]
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RvY2stc3RhdHVzLWluZGljYXRvci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC9jb3JlL3N0b2NrLXN0YXR1cy1pbmRpY2F0b3Ivc3RvY2stc3RhdHVzLWluZGljYXRvci5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBRSxLQUFLLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFnQi9DLHlFQUF5RTtBQUN6RSxNQUFNLE9BQU8sNkJBQTZCO0lBSXhDLElBQVcsVUFBVTtRQUNuQixPQUFPLElBQUksQ0FBQyxLQUFLLENBQUM7SUFDcEIsQ0FBQzs7O1lBcEJGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsd0JBQXdCO2dCQUNsQyxRQUFRLEVBQUU7Ozs7OztLQU1QOzthQUlKOzs7b0JBR0UsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q29tcG9uZW50LCBJbnB1dH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7U3RvY2tTdGF0dXN9IGZyb20gXCJAY29saWpuaXQvdHJhbnNhY3Rpb25hcGkvYnVpbGQvZW51bS9yZWZjb2RlL3N0b2NrLXN0YXR1cy5lbnVtXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJzdG9jay1zdGF0dXMtaW5kaWNhdG9yXCIsXG4gIHRlbXBsYXRlOiBgXG4gICAgICAgIDxkaXYgW2NsYXNzXT1cInN0b2NrQ2xhc3NcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzcXVhcmUtMVwiPjwvZGl2PlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInNxdWFyZS0yXCI+PC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwic3F1YXJlLTNcIj48L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgYCxcbiAgc3R5bGVVcmxzOiBbXG4gICAgXCIuL3N0b2NrLXN0YXR1cy1pbmRpY2F0b3IuY29tcG9uZW50LnNjc3NcIlxuICBdXG59KVxuLy8gQ29tcG9uZW50IHRoYXQgdmlzdWFsbHkgc2hvd3MgYSBzdG9jayBzdGF0dXMgd2l0aCB0aHJlZSBjb2xvcmVkIGJveGVzLlxuZXhwb3J0IGNsYXNzIFN0b2NrU3RhdHVzSW5kaWNhdG9yQ29tcG9uZW50IHtcbiAgQElucHV0KClcbiAgcHVibGljIG1vZGVsOiBTdG9ja1N0YXR1cztcblxuICBwdWJsaWMgZ2V0IHN0b2NrQ2xhc3MoKTogc3RyaW5nIHtcbiAgICByZXR1cm4gdGhpcy5tb2RlbDtcbiAgfVxufVxuIl19
|