@colijnit/transaction 1.9.29 → 12.0.2
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/app/component/checkout/checkout/checkout.component.d.ts +1 -1
- package/app/component/checkout/checkout-login/checkout-login.component.d.ts +1 -1
- package/app/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.d.ts +1 -1
- package/app/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.d.ts +2 -2
- package/app/component/checkout/ione-checkout.component.d.ts +1 -1
- package/app/component/common/icon/icon.component.d.ts +1 -2
- package/app/component/common/no-image-display/no-image-display.component.d.ts +1 -1
- package/app/component/shopping-cart/characteristic-answer/characteristic-answer.component.d.ts +1 -1
- package/app/component/shopping-cart/ione-shopping-cart.component.d.ts +1 -1
- package/app/component/shopping-cart/shopping-cart/shopping-cart.component.d.ts +2 -2
- package/app/component/shopping-cart/shopping-cart-line/shopping-cart-line.component.d.ts +1 -1
- package/app/component/shopping-cart/shopping-cart-manager/shopping-cart-manager.component.d.ts +1 -1
- package/bundles/colijnit-transaction.umd.js +747 -807
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +14 -14
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/app/component/checkout/checkout/checkout.component.js +24 -26
- package/esm2015/app/component/checkout/checkout-login/checkout-login.component.js +18 -27
- package/esm2015/app/component/checkout/checkout-overview/checkout-overview.component.js +26 -49
- package/esm2015/app/component/checkout/checkout-overview-block/checkout-overview-block.component.js +17 -24
- package/esm2015/app/component/checkout/checkout-overview-delivery-address/checkout-overview-delivery-address.component.js +19 -23
- package/esm2015/app/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.js +28 -41
- package/esm2015/app/component/checkout/checkout-overview-relation-address/checkout-overview-relation-address.component.js +20 -21
- package/esm2015/app/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.js +27 -36
- package/esm2015/app/component/checkout/checkout-relation-suggestions-list/checkout-relation-suggestions-list.component.js +18 -24
- package/esm2015/app/component/checkout/checkout-relation-suggestions-list-item/checkout-relation-suggestions-list-item.component.js +16 -21
- package/esm2015/app/component/checkout/ione-checkout.component.js +28 -33
- package/esm2015/app/component/checkout/ione-checkout.module.js +55 -58
- package/esm2015/app/component/checkout/retail-transaction-checkout/retail-transaction-checkout.component.js +17 -17
- package/esm2015/app/component/common/icon/icon.component.js +18 -20
- package/esm2015/app/component/common/image-display/image-display.component.js +19 -36
- package/esm2015/app/component/common/no-image-display/no-image-display.component.js +15 -21
- package/esm2015/app/component/core/core.module.js +32 -34
- package/esm2015/app/component/shopping-cart/characteristic-answer/characteristic-answer.component.js +21 -26
- package/esm2015/app/component/shopping-cart/ione-shopping-cart.component.js +32 -47
- package/esm2015/app/component/shopping-cart/ione-shopping-cart.module.js +51 -52
- package/esm2015/app/component/shopping-cart/shopping-cart/shopping-cart.component.js +31 -49
- package/esm2015/app/component/shopping-cart/shopping-cart-line/shopping-cart-line.component.js +27 -38
- package/esm2015/app/component/shopping-cart/shopping-cart-manager/shopping-cart-manager.component.js +28 -37
- package/esm2015/app/component/shopping-cart/stock-status-indicator/stock-status-indicator.component.js +13 -17
- package/esm2015/app/model/business-object.js +6 -6
- package/esm2015/app/pipe/append.pipe.js +6 -8
- package/esm2015/app/pipe/co-currency.pipe.js +8 -11
- package/esm2015/app/pipe/date-duration.pipe.js +10 -10
- package/esm2015/app/pipe/delivery-time.pipe.js +10 -10
- package/esm2015/app/pipe/localize.pipe.js +13 -16
- package/esm2015/app/pipe/safe-style-pipe.js +12 -12
- package/esm2015/app/service/dictionary.service.js +10 -10
- package/esm2015/app/service/ione-connector-adapter.service.js +8 -8
- package/esm2015/app/service/options.service.js +8 -8
- package/esm2015/app/service/transaction-event.service.js +6 -8
- package/esm2015/app/service/transaction.service.js +15 -14
- package/esm2015/colijnit-transaction.js +15 -15
- package/esm2015/factory/decorators/complex-field.decorator.js +2 -2
- package/fesm2015/colijnit-transaction.js +638 -763
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/package.json +31 -19
- package/bundles/colijnit-transaction.umd.min.js +0 -16
- package/bundles/colijnit-transaction.umd.min.js.map +0 -1
- package/enum/icon.enum.d.ts +0 -281
- 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
|
|
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
|
|
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
|
|
13
|
-
export { CheckOutRelationSuggestionsListComponent as
|
|
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
|
|
17
|
-
export { ImageDisplayComponent as
|
|
18
|
-
export { NoImageDisplayComponent as
|
|
19
|
-
export { CoreModule as
|
|
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
|
|
26
|
-
export { CoCurrencyPipe as
|
|
27
|
-
export { DateDurationPipe as
|
|
28
|
-
export { DeliveryTimePipe as
|
|
29
|
-
export { LocalizePipe as
|
|
30
|
-
export { SafeStylePipe as
|
|
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';
|