@colijnit/transaction 12.0.1 → 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 -1
- 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 +53 -53
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/app/component/checkout/checkout/checkout.component.js +2 -2
- package/esm2015/app/component/checkout/checkout-login/checkout-login.component.js +1 -1
- package/esm2015/app/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.js +2 -2
- package/esm2015/app/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.js +3 -3
- package/esm2015/app/component/checkout/ione-checkout.component.js +2 -2
- package/esm2015/app/component/checkout/ione-checkout.module.js +2 -2
- package/esm2015/app/component/common/icon/icon.component.js +2 -2
- package/esm2015/app/component/common/no-image-display/no-image-display.component.js +2 -2
- package/esm2015/app/component/shopping-cart/characteristic-answer/characteristic-answer.component.js +1 -1
- package/esm2015/app/component/shopping-cart/ione-shopping-cart.component.js +2 -2
- package/esm2015/app/component/shopping-cart/ione-shopping-cart.module.js +2 -2
- package/esm2015/app/component/shopping-cart/shopping-cart/shopping-cart.component.js +3 -3
- package/esm2015/app/component/shopping-cart/shopping-cart-line/shopping-cart-line.component.js +2 -2
- package/esm2015/app/component/shopping-cart/shopping-cart-manager/shopping-cart-manager.component.js +2 -2
- package/fesm2015/colijnit-transaction.js +1 -1
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/transaction",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@angular/animations": "^12.2.7",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@angular/platform-browser": "^12.2.7",
|
|
15
15
|
"@angular/platform-browser-dynamic": "^12.2.7",
|
|
16
16
|
"@angular/router": "^12.2.7",
|
|
17
|
-
"@colijnit/
|
|
17
|
+
"@colijnit/corecomponents_v12": "12.0.1",
|
|
18
18
|
"@colijnit/transactionapi": "1.1.4",
|
|
19
19
|
"@syncfusion/ej2-angular-buttons": "^18.4.46",
|
|
20
20
|
"@syncfusion/ej2-angular-calendars": "^18.3.48",
|