@colijnit/transaction 1.9.28 → 12.0.1

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 (53) hide show
  1. package/app/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.d.ts +4 -0
  2. package/app/component/common/icon/icon.component.d.ts +1 -2
  3. package/app/service/ione-connector-adapter.service.d.ts +1 -1
  4. package/bundles/colijnit-transaction.umd.js +762 -809
  5. package/bundles/colijnit-transaction.umd.js.map +1 -1
  6. package/colijnit-transaction.d.ts +14 -14
  7. package/colijnit-transaction.metadata.json +1 -1
  8. package/esm2015/app/component/checkout/checkout/checkout.component.js +23 -25
  9. package/esm2015/app/component/checkout/checkout-login/checkout-login.component.js +18 -27
  10. package/esm2015/app/component/checkout/checkout-overview/checkout-overview.component.js +26 -49
  11. package/esm2015/app/component/checkout/checkout-overview-block/checkout-overview-block.component.js +17 -24
  12. package/esm2015/app/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.js +19 -23
  13. package/esm2015/app/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.js +48 -42
  14. package/esm2015/app/component/checkout/checkout-overview-relation-address/checkout-overview-relation-address.component.js +20 -21
  15. package/esm2015/app/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.js +26 -35
  16. package/esm2015/app/component/checkout/checkout-relation-suggestions-list/checkout-relation-suggestions-list.component.js +18 -24
  17. package/esm2015/app/component/checkout/checkout-relation-suggestions-list-item/checkout-relation-suggestions-list-item.component.js +16 -21
  18. package/esm2015/app/component/checkout/ione-checkout.component.js +27 -32
  19. package/esm2015/app/component/checkout/ione-checkout.module.js +55 -58
  20. package/esm2015/app/component/checkout/retail-transaction-checkout/retail-transaction-checkout.component.js +17 -17
  21. package/esm2015/app/component/common/icon/icon.component.js +17 -19
  22. package/esm2015/app/component/common/image-display/image-display.component.js +19 -36
  23. package/esm2015/app/component/common/no-image-display/no-image-display.component.js +14 -20
  24. package/esm2015/app/component/core/core.module.js +32 -34
  25. package/esm2015/app/component/shopping-cart/characteristic-answer/characteristic-answer.component.js +21 -26
  26. package/esm2015/app/component/shopping-cart/ione-shopping-cart.component.js +31 -46
  27. package/esm2015/app/component/shopping-cart/ione-shopping-cart.module.js +51 -52
  28. package/esm2015/app/component/shopping-cart/shopping-cart/shopping-cart.component.js +29 -47
  29. package/esm2015/app/component/shopping-cart/shopping-cart-line/shopping-cart-line.component.js +26 -37
  30. package/esm2015/app/component/shopping-cart/shopping-cart-manager/shopping-cart-manager.component.js +28 -37
  31. package/esm2015/app/component/shopping-cart/stock-status-indicator/stock-status-indicator.component.js +13 -17
  32. package/esm2015/app/model/business-object.js +6 -6
  33. package/esm2015/app/pipe/append.pipe.js +6 -8
  34. package/esm2015/app/pipe/co-currency.pipe.js +8 -11
  35. package/esm2015/app/pipe/date-duration.pipe.js +10 -10
  36. package/esm2015/app/pipe/delivery-time.pipe.js +10 -10
  37. package/esm2015/app/pipe/localize.pipe.js +13 -16
  38. package/esm2015/app/pipe/safe-style-pipe.js +12 -12
  39. package/esm2015/app/service/dictionary.service.js +10 -10
  40. package/esm2015/app/service/ione-connector-adapter.service.js +11 -11
  41. package/esm2015/app/service/options.service.js +8 -8
  42. package/esm2015/app/service/transaction-event.service.js +6 -8
  43. package/esm2015/app/service/transaction.service.js +17 -16
  44. package/esm2015/assets/dictionary/text.properties.js +13 -5
  45. package/esm2015/colijnit-transaction.js +15 -15
  46. package/esm2015/factory/decorators/complex-field.decorator.js +2 -2
  47. package/fesm2015/colijnit-transaction.js +677 -775
  48. package/fesm2015/colijnit-transaction.js.map +1 -1
  49. package/package.json +32 -20
  50. package/bundles/colijnit-transaction.umd.min.js +0 -16
  51. package/bundles/colijnit-transaction.umd.min.js.map +0 -1
  52. package/enum/icon.enum.d.ts +0 -281
  53. package/esm2015/enum/icon.enum.js +0 -283
@@ -4,30 +4,30 @@
4
4
  export * from './public_api';
5
5
  export { CheckoutLoginComponent as ɵj } from './app/component/checkout/checkout-login/checkout-login.component';
6
6
  export { CheckoutOverviewBlockComponent as ɵd } from './app/component/checkout/checkout-overview-block/checkout-overview-block.component';
7
- export { CheckoutOverviewDeliveryAddressComponent as ɵn } from './app/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component';
7
+ export { CheckoutOverviewDeliveryAddressComponent as ɵx } from './app/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component';
8
8
  export { CheckoutOverviewDeliveryEditComponent as ɵh } from './app/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component';
9
- export { CheckoutOverviewRelationAddressComponent as ɵm } from './app/component/checkout/checkout-overview-relation-address/checkout-overview-relation-address.component';
9
+ export { CheckoutOverviewRelationAddressComponent as ɵw } from './app/component/checkout/checkout-overview-relation-address/checkout-overview-relation-address.component';
10
10
  export { CheckoutOverviewRelationEditComponent as ɵe } from './app/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component';
11
11
  export { CheckoutOverviewComponent as ɵc } from './app/component/checkout/checkout-overview/checkout-overview.component';
12
- export { CheckOutRelationSuggestionsListItemComponent as ɵp } from './app/component/checkout/checkout-relation-suggestions-list-item/checkout-relation-suggestions-list-item.component';
13
- export { CheckOutRelationSuggestionsListComponent as ɵo } from './app/component/checkout/checkout-relation-suggestions-list/checkout-relation-suggestions-list.component';
12
+ export { CheckOutRelationSuggestionsListItemComponent as ɵz } from './app/component/checkout/checkout-relation-suggestions-list-item/checkout-relation-suggestions-list-item.component';
13
+ export { CheckOutRelationSuggestionsListComponent as ɵy } from './app/component/checkout/checkout-relation-suggestions-list/checkout-relation-suggestions-list.component';
14
14
  export { CheckoutComponent as ɵb } from './app/component/checkout/checkout/checkout.component';
15
15
  export { RetailTransactionCheckoutComponent as ɵa } from './app/component/checkout/retail-transaction-checkout/retail-transaction-checkout.component';
16
- export { IconComponent as ɵz } from './app/component/common/icon/icon.component';
17
- export { ImageDisplayComponent as ɵx } from './app/component/common/image-display/image-display.component';
18
- export { NoImageDisplayComponent as ɵy } from './app/component/common/no-image-display/no-image-display.component';
19
- export { CoreModule as ɵq } from './app/component/core/core.module';
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';
19
+ export { CoreModule as ɵm } from './app/component/core/core.module';
20
20
  export { CharacteristicAnswerComponent as ɵbe } from './app/component/shopping-cart/characteristic-answer/characteristic-answer.component';
21
21
  export { ShoppingCartLineComponent as ɵbc } from './app/component/shopping-cart/shopping-cart-line/shopping-cart-line.component';
22
22
  export { ShoppingCartManagerComponent as ɵba } from './app/component/shopping-cart/shopping-cart-manager/shopping-cart-manager.component';
23
23
  export { ShoppingCartComponent as ɵbb } from './app/component/shopping-cart/shopping-cart/shopping-cart.component';
24
24
  export { StockStatusIndicatorComponent as ɵbd } from './app/component/shopping-cart/stock-status-indicator/stock-status-indicator.component';
25
- export { AppendPipe as ɵr } from './app/pipe/append.pipe';
26
- export { CoCurrencyPipe as ɵv } from './app/pipe/co-currency.pipe';
27
- export { DateDurationPipe as ɵt } from './app/pipe/date-duration.pipe';
28
- export { DeliveryTimePipe as ɵs } from './app/pipe/delivery-time.pipe';
29
- export { LocalizePipe as ɵu } from './app/pipe/localize.pipe';
30
- export { SafeStylePipe as ɵw } from './app/pipe/safe-style-pipe';
25
+ export { AppendPipe as ɵn } from './app/pipe/append.pipe';
26
+ export { CoCurrencyPipe as ɵr } from './app/pipe/co-currency.pipe';
27
+ export { DateDurationPipe as ɵp } from './app/pipe/date-duration.pipe';
28
+ export { DeliveryTimePipe as ɵo } from './app/pipe/delivery-time.pipe';
29
+ export { LocalizePipe as ɵq } from './app/pipe/localize.pipe';
30
+ export { SafeStylePipe as ɵs } from './app/pipe/safe-style-pipe';
31
31
  export { DictionaryService as ɵi } from './app/service/dictionary.service';
32
32
  export { IOneConnectorAdapterService as ɵg } from './app/service/ione-connector-adapter.service';
33
33
  export { OptionsService as ɵk } from './app/service/options.service';