@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.
- package/app/component/checkout/{retail-transaction-checkout/retail-transaction-checkout.component.d.ts → checkout-transaction/checkout-transaction.component.d.ts} +1 -1
- package/app/component/checkout/ione-checkout.component.d.ts +0 -2
- package/app/component/{common → core}/icon/icon.component.d.ts +0 -0
- package/app/component/{common → core}/image-display/image-display.component.d.ts +0 -0
- package/app/component/{common → core}/no-image-display/no-image-display.component.d.ts +0 -0
- package/app/component/service-order/transaction-manager/transaction-manager.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-manager/shopping-cart-manager.component.d.ts +1 -1
- package/{enum → app/enum}/position-grid-row.enum.d.ts +0 -0
- package/app/service/transaction-event.service.d.ts +1 -1
- package/bundles/colijnit-transaction.umd.js +283 -284
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +23 -23
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/app/component/checkout/checkout-transaction/checkout-transaction.component.js +53 -0
- package/esm2015/app/component/checkout/ione-checkout.component.js +2 -4
- package/esm2015/app/component/checkout/ione-checkout.module.js +3 -3
- package/esm2015/app/component/core/core.module.js +4 -4
- package/esm2015/app/component/{common → core}/icon/icon.component.js +1 -1
- package/esm2015/app/component/core/image-display/image-display.component.js +41 -0
- package/esm2015/app/component/core/no-image-display/no-image-display.component.js +26 -0
- package/esm2015/app/component/service-order/service-order.component.js +2 -2
- package/esm2015/app/component/service-order/transaction-manager/transaction-manager.component.js +2 -2
- package/esm2015/app/component/shopping-cart/ione-shopping-cart.component.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-manager/shopping-cart-manager.component.js +2 -2
- package/esm2015/app/enum/position-grid-row.enum.js +6 -0
- package/esm2015/app/service/transaction-event.service.js +1 -1
- package/esm2015/colijnit-transaction.js +24 -24
- package/fesm2015/colijnit-transaction.js +301 -302
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/package.json +1 -1
- package/esm2015/app/component/checkout/retail-transaction-checkout/retail-transaction-checkout.component.js +0 -53
- package/esm2015/app/component/common/image-display/image-display.component.js +0 -41
- package/esm2015/app/component/common/no-image-display/no-image-display.component.js +0 -26
- package/esm2015/enum/position-grid-row.enum.js +0 -6
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CheckoutComponent } from "../checkout/checkout.component";
|
|
2
2
|
import { TransactionService } from "../../../service/transaction.service";
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class CheckoutTransactionComponent {
|
|
4
4
|
service: TransactionService;
|
|
5
5
|
checkout: CheckoutComponent;
|
|
6
6
|
get canPrevious(): boolean;
|
|
@@ -4,7 +4,6 @@ import { TransactionService } from "../../service/transaction.service";
|
|
|
4
4
|
import { DictionaryService } from "../../service/dictionary.service";
|
|
5
5
|
import { IOneConnectorAdapterService } from "../../service/ione-connector-adapter.service";
|
|
6
6
|
import { TransactionEventService } from "../../service/transaction-event.service";
|
|
7
|
-
import { RetailTransactionCheckoutComponent } from "./../checkout/retail-transaction-checkout/retail-transaction-checkout.component";
|
|
8
7
|
import { PromptService } from "@colijnit/corecomponents_v12";
|
|
9
8
|
import { CheckoutLoginComponent } from "./checkout-login/checkout-login.component";
|
|
10
9
|
export declare class IoneCheckoutComponent implements OnInit, OnDestroy {
|
|
@@ -16,7 +15,6 @@ export declare class IoneCheckoutComponent implements OnInit, OnDestroy {
|
|
|
16
15
|
transactionEvents: TransactionEventService;
|
|
17
16
|
_promptService: PromptService;
|
|
18
17
|
globalEvents: TransactionEventService;
|
|
19
|
-
retailCheckout: RetailTransactionCheckoutComponent;
|
|
20
18
|
checkoutLogin: CheckoutLoginComponent;
|
|
21
19
|
set options(value: any);
|
|
22
20
|
set applicationUser(value: boolean);
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -7,7 +7,7 @@ import { LineOperationStatus } from "@colijnit/transactionapi/build/model/line-o
|
|
|
7
7
|
import { ArticleFullObject } from "@colijnit/transactionapi/build/model/article-full-object";
|
|
8
8
|
import { DictionaryService } from "../../../service/dictionary.service";
|
|
9
9
|
import { LineOperationResponse } from "@colijnit/transactionapi/build/model/line-operation-response.bo";
|
|
10
|
-
import { PositionGridRow } from "
|
|
10
|
+
import { PositionGridRow } from "../../../enum/position-grid-row.enum";
|
|
11
11
|
import { CharacteristicAnswerComponent } from "../../core/characteristic-answer/characteristic-answer.component";
|
|
12
12
|
import { TransactionBaseComponent } from "../../core/base/transaction-base.component";
|
|
13
13
|
import { TransactionInfoResponse } from "@colijnit/transactionapi/build/model/transaction-info-response.bo";
|
|
@@ -7,7 +7,7 @@ import { DictionaryService } from "../../service/dictionary.service";
|
|
|
7
7
|
import { IOneConnectorAdapterService } from "../../service/ione-connector-adapter.service";
|
|
8
8
|
import { TransactionEventService } from "../../service/transaction-event.service";
|
|
9
9
|
import { PromptService } from "@colijnit/corecomponents_v12";
|
|
10
|
-
import { PositionGridRow } from "
|
|
10
|
+
import { PositionGridRow } from "../../enum/position-grid-row.enum";
|
|
11
11
|
export declare class IoneShoppingCartComponent implements OnInit, OnDestroy {
|
|
12
12
|
_changeDetector: ChangeDetectorRef;
|
|
13
13
|
_optionsService: OptionsService;
|
package/app/component/shopping-cart/shopping-cart-manager/shopping-cart-manager.component.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import { CoDialogComponent, CoGridComponent, PromptService } from "@colijnit/cor
|
|
|
10
10
|
import { ArticleFullObject } from "@colijnit/transactionapi/build/model/article-full-object";
|
|
11
11
|
import { DictionaryService } from "../../../service/dictionary.service";
|
|
12
12
|
import { CharacteristicAnswerComponent } from "../../core/characteristic-answer/characteristic-answer.component";
|
|
13
|
-
import { PositionGridRow } from "
|
|
13
|
+
import { PositionGridRow } from "../../../enum/position-grid-row.enum";
|
|
14
14
|
export declare class ShoppingCartManagerComponent implements OnInit, OnDestroy {
|
|
15
15
|
service: TransactionService;
|
|
16
16
|
transactionEvents: TransactionEventService;
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Subject } from "rxjs";
|
|
2
2
|
import { BusinessObject } from "@colijnit/transactionapi/build/model/business-object";
|
|
3
|
-
import { PositionGridRow } from "
|
|
3
|
+
import { PositionGridRow } from "../enum/position-grid-row.enum";
|
|
4
4
|
import { Scroll } from "@angular/router";
|
|
5
5
|
export declare class TransactionEventService {
|
|
6
6
|
readonly addToCartBySku: Subject<{
|