@colijnit/transaction 12.1.5 → 12.1.6

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.
Files changed (36) hide show
  1. package/app/component/checkout/{retail-transaction-checkout/retail-transaction-checkout.component.d.ts → checkout-transaction/checkout-transaction.component.d.ts} +1 -1
  2. package/app/component/checkout/ione-checkout.component.d.ts +0 -2
  3. package/app/component/{common → core}/icon/icon.component.d.ts +0 -0
  4. package/app/component/{common → core}/image-display/image-display.component.d.ts +0 -0
  5. package/app/component/{common → core}/no-image-display/no-image-display.component.d.ts +0 -0
  6. package/app/component/service-order/transaction-manager/transaction-manager.component.d.ts +1 -1
  7. package/app/component/shopping-cart/ione-shopping-cart.component.d.ts +1 -1
  8. package/app/component/shopping-cart/shopping-cart-manager/shopping-cart-manager.component.d.ts +1 -1
  9. package/{enum → app/enum}/position-grid-row.enum.d.ts +0 -0
  10. package/app/service/transaction-event.service.d.ts +1 -1
  11. package/bundles/colijnit-transaction.umd.js +283 -284
  12. package/bundles/colijnit-transaction.umd.js.map +1 -1
  13. package/colijnit-transaction.d.ts +23 -23
  14. package/colijnit-transaction.metadata.json +1 -1
  15. package/esm2015/app/component/checkout/checkout-transaction/checkout-transaction.component.js +53 -0
  16. package/esm2015/app/component/checkout/ione-checkout.component.js +2 -4
  17. package/esm2015/app/component/checkout/ione-checkout.module.js +3 -3
  18. package/esm2015/app/component/core/core.module.js +4 -4
  19. package/esm2015/app/component/{common → core}/icon/icon.component.js +1 -1
  20. package/esm2015/app/component/core/image-display/image-display.component.js +41 -0
  21. package/esm2015/app/component/core/no-image-display/no-image-display.component.js +26 -0
  22. package/esm2015/app/component/service-order/service-order.component.js +2 -2
  23. package/esm2015/app/component/service-order/transaction-manager/transaction-manager.component.js +2 -2
  24. package/esm2015/app/component/shopping-cart/ione-shopping-cart.component.js +2 -2
  25. package/esm2015/app/component/shopping-cart/shopping-cart/shopping-cart.component.js +3 -3
  26. package/esm2015/app/component/shopping-cart/shopping-cart-manager/shopping-cart-manager.component.js +2 -2
  27. package/esm2015/app/enum/position-grid-row.enum.js +6 -0
  28. package/esm2015/app/service/transaction-event.service.js +1 -1
  29. package/esm2015/colijnit-transaction.js +24 -24
  30. package/fesm2015/colijnit-transaction.js +301 -302
  31. package/fesm2015/colijnit-transaction.js.map +1 -1
  32. package/package.json +1 -1
  33. package/esm2015/app/component/checkout/retail-transaction-checkout/retail-transaction-checkout.component.js +0 -53
  34. package/esm2015/app/component/common/image-display/image-display.component.js +0 -41
  35. package/esm2015/app/component/common/no-image-display/no-image-display.component.js +0 -26
  36. package/esm2015/enum/position-grid-row.enum.js +0 -6
@@ -2,25 +2,25 @@
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
4
  export * from './public_api';
5
- export { CheckoutLoginComponent as ɵj } from './app/component/checkout/checkout-login/checkout-login.component';
6
- export { CheckoutOverviewBlockComponent as ɵd } from './app/component/checkout/checkout-overview-block/checkout-overview-block.component';
5
+ export { CheckoutLoginComponent as ɵa } from './app/component/checkout/checkout-login/checkout-login.component';
6
+ export { CheckoutOverviewBlockComponent as ɵs } from './app/component/checkout/checkout-overview-block/checkout-overview-block.component';
7
7
  export { CheckoutOverviewDeliveryAddressComponent as ɵx } from './app/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component';
8
- export { CheckoutOverviewDeliveryEditComponent as ɵh } from './app/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component';
9
- export { CheckoutOverviewRelationAddressComponent as ɵw } from './app/component/checkout/checkout-overview-relation-address/checkout-overview-relation-address.component';
10
- export { CheckoutOverviewRelationEditComponent as ɵe } from './app/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component';
11
- export { CheckoutOverviewComponent as ɵc } from './app/component/checkout/checkout-overview/checkout-overview.component';
8
+ export { CheckoutOverviewDeliveryEditComponent as ɵu } from './app/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component';
9
+ export { CheckoutOverviewRelationAddressComponent as ɵv } from './app/component/checkout/checkout-overview-relation-address/checkout-overview-relation-address.component';
10
+ export { CheckoutOverviewRelationEditComponent as ɵt } from './app/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component';
11
+ export { CheckoutOverviewComponent as ɵr } from './app/component/checkout/checkout-overview/checkout-overview.component';
12
12
  export { CheckOutRelationSuggestionsListItemComponent as ɵz } from './app/component/checkout/checkout-relation-suggestions-list-item/checkout-relation-suggestions-list-item.component';
13
13
  export { CheckOutRelationSuggestionsListComponent as ɵy } from './app/component/checkout/checkout-relation-suggestions-list/checkout-relation-suggestions-list.component';
14
- export { CheckoutComponent as ɵb } from './app/component/checkout/checkout/checkout.component';
15
- export { RetailTransactionCheckoutComponent as ɵa } from './app/component/checkout/retail-transaction-checkout/retail-transaction-checkout.component';
16
- export { IconComponent as ɵv } from './app/component/common/icon/icon.component';
17
- export { ImageDisplayComponent as ɵt } from './app/component/common/image-display/image-display.component';
18
- export { NoImageDisplayComponent as ɵu } from './app/component/common/no-image-display/no-image-display.component';
14
+ export { CheckoutTransactionComponent as ɵw } from './app/component/checkout/checkout-transaction/checkout-transaction.component';
15
+ export { CheckoutComponent as ɵq } from './app/component/checkout/checkout/checkout.component';
19
16
  export { DefaultOkCancelButtonsComponent as ɵbg } from './app/component/core/base/default-ok-cancel-buttons.component';
20
17
  export { TransactionBaseComponent as ɵbi } from './app/component/core/base/transaction-base.component';
21
18
  export { CharacteristicAnswerComponent as ɵbe } from './app/component/core/characteristic-answer/characteristic-answer.component';
22
- export { CoreModule as ɵm } from './app/component/core/core.module';
19
+ export { CoreModule as ɵg } from './app/component/core/core.module';
23
20
  export { TemplateWrapperDirective as ɵbf } from './app/component/core/directive/template-wrapper.directive';
21
+ export { IconComponent as ɵp } from './app/component/core/icon/icon.component';
22
+ export { ImageDisplayComponent as ɵn } from './app/component/core/image-display/image-display.component';
23
+ export { NoImageDisplayComponent as ɵo } from './app/component/core/no-image-display/no-image-display.component';
24
24
  export { StockStatusIndicatorComponent as ɵbd } from './app/component/core/stock-status-indicator/stock-status-indicator.component';
25
25
  export { ServiceOrderComponent as ɵbh } from './app/component/service-order/service-order.component';
26
26
  export { TransactionArticleSummaryComponent as ɵca } from './app/component/service-order/summary/transaction-article-summary.component';
@@ -48,14 +48,14 @@ export { WarehouseComponent as ɵce } from './app/component/service-order/wareho
48
48
  export { ShoppingCartLineComponent as ɵbc } from './app/component/shopping-cart/shopping-cart-line/shopping-cart-line.component';
49
49
  export { ShoppingCartManagerComponent as ɵba } from './app/component/shopping-cart/shopping-cart-manager/shopping-cart-manager.component';
50
50
  export { ShoppingCartComponent as ɵbb } from './app/component/shopping-cart/shopping-cart/shopping-cart.component';
51
- export { AppendPipe as ɵn } from './app/pipe/append.pipe';
52
- export { CoCurrencyPipe as ɵr } from './app/pipe/co-currency.pipe';
53
- export { DateDurationPipe as ɵp } from './app/pipe/date-duration.pipe';
54
- export { DeliveryTimePipe as ɵo } from './app/pipe/delivery-time.pipe';
55
- export { LocalizePipe as ɵq } from './app/pipe/localize.pipe';
56
- export { SafeStylePipe as ɵs } from './app/pipe/safe-style-pipe';
57
- export { DictionaryService as ɵi } from './app/service/dictionary.service';
58
- export { IOneConnectorAdapterService as ɵg } from './app/service/ione-connector-adapter.service';
59
- export { OptionsService as ɵk } from './app/service/options.service';
60
- export { TransactionEventService as ɵl } from './app/service/transaction-event.service';
61
- export { TransactionService as ɵf } from './app/service/transaction.service';
51
+ export { AppendPipe as ɵh } from './app/pipe/append.pipe';
52
+ export { CoCurrencyPipe as ɵl } from './app/pipe/co-currency.pipe';
53
+ export { DateDurationPipe as ɵj } from './app/pipe/date-duration.pipe';
54
+ export { DeliveryTimePipe as ɵi } from './app/pipe/delivery-time.pipe';
55
+ export { LocalizePipe as ɵk } from './app/pipe/localize.pipe';
56
+ export { SafeStylePipe as ɵm } from './app/pipe/safe-style-pipe';
57
+ export { DictionaryService as ɵd } from './app/service/dictionary.service';
58
+ export { IOneConnectorAdapterService as ɵc } from './app/service/ione-connector-adapter.service';
59
+ export { OptionsService as ɵb } from './app/service/options.service';
60
+ export { TransactionEventService as ɵf } from './app/service/transaction-event.service';
61
+ export { TransactionService as ɵe } from './app/service/transaction.service';