@colijnit/transaction 12.1.86 → 12.1.88
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/bundles/colijnit-transaction.umd.js +1840 -1111
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +71 -54
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +72 -55
- package/esm2015/lib/component/avatar/avatar.component.js +85 -48
- package/esm2015/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.js +2 -2
- package/esm2015/lib/component/checkout/checkout.component.js +5 -1
- package/esm2015/lib/component/core/base/transaction-base.component.js +1 -12
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-discount/dialog-transaction-line-discount.component.js +5 -5
- package/esm2015/lib/component/relation/relation-preferences/relation-preferences.component.js +27 -23
- package/esm2015/lib/component/search/search-feature.module.js +26 -0
- package/esm2015/lib/component/search/search-filter-panel/search-filter-panel.component.js +65 -0
- package/esm2015/lib/component/search/search-filter-panel/search-filter-panel.module.js +26 -0
- package/esm2015/lib/component/search/search-header-buttons/search-header-buttons.component.js +112 -0
- package/esm2015/lib/component/search/search-header-buttons/search-header-buttons.module.js +25 -0
- package/esm2015/lib/component/search/search-view-mode.service.js +77 -0
- package/esm2015/lib/component/search/search.component.js +87 -0
- package/esm2015/lib/component/transaction/transaction.component.js +5 -4
- package/esm2015/lib/component/transaction/transaction.module.js +4 -2
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-purchase-button-bar-button.component.js +4 -5
- package/esm2015/lib/component/transaction-confirmation-details/transaction-confirmation-details.component.js +6 -6
- package/esm2015/lib/component/transaction-confirmation-history/transaction-confirmation-history.component.js +5 -3
- package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.js +13 -15
- package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.module.js +6 -2
- package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.component.js +20 -22
- package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.module.js +12 -2
- package/esm2015/lib/component/transaction-line/transaction-receive-goods-line/service/transaction-receive-goods.service.js +4 -4
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-date-button.component.js +1 -3
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-method.component.js +2 -2
- package/esm2015/lib/component/transaction-line-fields/transaction-line-discount-button.component.js +1 -11
- package/esm2015/lib/component/transaction-line-fields/transaction-line-price/transaction-line-price.component.js +3 -3
- package/esm2015/lib/component/transaction-line-fields/transaction-line-price-list.component.js +2 -2
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-delivery-date.component.js +33 -0
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-delivery-date.module.js +23 -0
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-price.component.js +44 -0
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-price.module.js +23 -0
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-delivery-date.component.js +33 -0
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-delivery-date.module.js +23 -0
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-gross-order-price.component.js +44 -0
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-gross-order-price.module.js +23 -0
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-net-order-price.component.js +44 -0
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-net-order-price.module.js +23 -0
- package/esm2015/lib/component/transaction-navigation-button/transaction-navigation-button.component.js +40 -0
- package/esm2015/lib/component/transaction-navigation-button/transaction-navigation-button.module.js +23 -0
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.js +4 -5
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.component.js +5 -3
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.module.js +3 -4
- package/esm2015/lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.component.js +19 -15
- package/esm2015/lib/component/transaction-search/transaction-filter/transaction-filter/transaction-filter.component.js +2 -25
- package/esm2015/lib/component/transaction-search/transaction-filter/transaction-purchase-order-filter/transaction-purchase-order-filter.component.js +2 -13
- package/esm2015/lib/component/transaction-search/transaction-filter/transaction-sales-order-filter/transaction-sales-order-filter.component.js +1 -12
- package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.js +15 -38
- package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.module.js +1 -3
- package/esm2015/lib/component/transaction-search/transaction-search.component.js +52 -96
- package/esm2015/lib/component/transaction-search/transaction-search.module.js +11 -5
- package/esm2015/lib/enum/icon.enum.js +2 -1
- package/esm2015/lib/model/icon-svg.js +2 -1
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/esm2015/lib/service/pending-reason.service.js +53 -1
- package/esm2015/lib/service/transaction-connector-adapter.service.js +34 -15
- package/esm2015/lib/service/transaction-connector.service.js +6 -1
- package/esm2015/lib/service/transaction-event.service.js +4 -2
- package/esm2015/lib/service/transaction.service.js +79 -17
- package/esm2015/public_api.js +3 -3
- package/fesm2015/colijnit-transaction.js +3327 -2686
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/avatar/avatar.component.d.ts +21 -12
- package/lib/component/core/base/transaction-base.component.d.ts +0 -4
- package/lib/component/relation/relation-preferences/relation-preferences.component.d.ts +7 -5
- package/lib/component/search/search-feature.module.d.ts +2 -0
- package/lib/component/search/search-filter-panel/search-filter-panel.component.d.ts +16 -0
- package/lib/component/search/search-filter-panel/search-filter-panel.module.d.ts +2 -0
- package/lib/component/search/search-filter-panel/style/_layout.scss +62 -0
- package/lib/component/search/search-filter-panel/style/_material-definition.scss +17 -0
- package/lib/component/search/search-filter-panel/style/_theme.scss +4 -0
- package/lib/component/search/search-filter-panel/style/material.scss +3 -0
- package/lib/component/search/search-header-buttons/search-header-buttons.component.d.ts +29 -0
- package/lib/component/search/search-header-buttons/search-header-buttons.module.d.ts +2 -0
- package/lib/component/search/search-header-buttons/style/_layout.scss +151 -0
- package/lib/component/search/search-header-buttons/style/_material-definition.scss +1 -0
- package/lib/component/search/search-header-buttons/style/_theme.scss +21 -0
- package/lib/component/{transaction-search/transaction-search-header → search/search-header-buttons}/style/material.scss +0 -1
- package/lib/component/search/search-view-mode.service.d.ts +23 -0
- package/lib/component/search/search.component.d.ts +17 -0
- package/lib/component/search/style/_layout.scss +94 -0
- package/lib/component/search/style/_material-definition.scss +61 -0
- package/lib/component/search/style/_theme.scss +27 -0
- package/lib/component/search/style/material.scss +3 -0
- package/lib/component/transaction/style/_layout.scss +10 -0
- package/lib/component/transaction/style/_material-definition.scss +1 -0
- package/lib/component/transaction-line/transaction-purchase-line/style/_layout.scss +3 -0
- package/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.d.ts +1 -1
- package/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.component.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-delivery-date-button.component.d.ts +0 -2
- package/lib/component/transaction-line-fields/transaction-line-discount-button.component.d.ts +0 -1
- package/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-delivery-date.component.d.ts +10 -0
- package/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-delivery-date.module.d.ts +2 -0
- package/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-price.component.d.ts +13 -0
- package/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-price.module.d.ts +2 -0
- package/lib/component/transaction-line-fields/transaction-purchase-portal-line-delivery-date.component.d.ts +10 -0
- package/lib/component/transaction-line-fields/transaction-purchase-portal-line-delivery-date.module.d.ts +2 -0
- package/lib/component/transaction-line-fields/transaction-purchase-portal-line-gross-order-price.component.d.ts +13 -0
- package/lib/component/transaction-line-fields/transaction-purchase-portal-line-gross-order-price.module.d.ts +2 -0
- package/lib/component/transaction-line-fields/transaction-purchase-portal-line-net-order-price.component.d.ts +13 -0
- package/lib/component/transaction-line-fields/transaction-purchase-portal-line-net-order-price.module.d.ts +2 -0
- package/lib/component/transaction-navigation-button/style/_layout.scss +4 -0
- package/lib/component/transaction-navigation-button/style/_material-definition.scss +0 -0
- package/lib/component/transaction-navigation-button/style/_theme.scss +4 -0
- package/lib/component/transaction-navigation-button/style/material.scss +4 -0
- package/lib/component/transaction-navigation-button/transaction-navigation-button.component.d.ts +13 -0
- package/lib/component/transaction-navigation-button/transaction-navigation-button.module.d.ts +2 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/style/_layout.scss +18 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.component.d.ts +1 -1
- package/lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.component.d.ts +1 -1
- package/lib/component/transaction-search/style/_layout.scss +0 -76
- package/lib/component/transaction-search/style/_material-definition.scss +0 -24
- package/lib/component/transaction-search/style/material.scss +0 -2
- package/lib/component/transaction-search/transaction-filter/transaction-filter/style/_layout.scss +0 -23
- package/lib/component/transaction-search/transaction-filter/transaction-filter/style/_material-definition.scss +1 -18
- package/lib/component/transaction-search/transaction-filter/transaction-filter/style/_theme.scss +0 -4
- package/lib/component/transaction-search/transaction-filter/transaction-filter/transaction-filter.component.d.ts +1 -7
- package/lib/component/transaction-search/transaction-search-result/style/_material-definition.scss +2 -3
- package/lib/component/transaction-search/transaction-search-result/style/_theme.scss +0 -4
- package/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.d.ts +6 -11
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/style/_material-definition.scss +3 -0
- package/lib/component/transaction-search/transaction-search.component.d.ts +12 -13
- package/lib/enum/icon.enum.d.ts +1 -0
- package/lib/res/dictionary/dictionaries.d.ts +8 -0
- package/lib/service/pending-reason.service.d.ts +9 -0
- package/lib/service/transaction-connector-adapter.service.d.ts +7 -5
- package/lib/service/transaction-connector.service.d.ts +7 -6
- package/lib/service/transaction-event.service.d.ts +3 -1
- package/lib/service/transaction.service.d.ts +6 -7
- package/package.json +2 -2
- package/public_api.d.ts +2 -2
- package/esm2015/lib/component/transaction-search/transaction-search-header/transaction-search-header.component.js +0 -126
- package/esm2015/lib/component/transaction-search/transaction-search-header/transaction-search-header.module.js +0 -27
- package/lib/component/transaction-search/transaction-search-header/style/_layout.scss +0 -147
- package/lib/component/transaction-search/transaction-search-header/style/_material-definition.scss +0 -26
- package/lib/component/transaction-search/transaction-search-header/style/_theme.scss +0 -17
- package/lib/component/transaction-search/transaction-search-header/transaction-search-header.component.d.ts +0 -36
- package/lib/component/transaction-search/transaction-search-header/transaction-search-header.module.d.ts +0 -2
|
@@ -10561,6 +10561,7 @@ export declare class Dictionaries {
|
|
|
10561
10561
|
CANCEL_TASK_CONFIRMATION_MESSAGE: string;
|
|
10562
10562
|
CANNOT_BE_LOWER_THAN_GENERATED_COUPONS: string;
|
|
10563
10563
|
CANNOT_CASCADE_TO_CHILD_BASE_ARTICLES: string;
|
|
10564
|
+
CANNOT_CASCADE_TO_CHILD_BASE_ARTICLES2: string;
|
|
10564
10565
|
CANNOT_CHANGE_AMOUNT_EXTERNAL_CATALOG_LINES: string;
|
|
10565
10566
|
CANNOT_CHANGE_AS_OTHER_DIRECT_SELL_LINES_HAVE_DROP_SHIPMENT: string;
|
|
10566
10567
|
CANNOT_CHANGE_NEGATIVE_AMOUNT: string;
|
|
@@ -11284,6 +11285,7 @@ export declare class Dictionaries {
|
|
|
11284
11285
|
CUSTOMER_VALUE: string;
|
|
11285
11286
|
CUSTOMS_COST: string;
|
|
11286
11287
|
CUSTOM_RANGE: string;
|
|
11288
|
+
CUT_OFF_TIME: string;
|
|
11287
11289
|
CVO_CODE: string;
|
|
11288
11290
|
CVO_CODES: string;
|
|
11289
11291
|
CVZ_CODE: string;
|
|
@@ -11527,6 +11529,9 @@ export declare class Dictionaries {
|
|
|
11527
11529
|
DELIVERY_DATE_PREGNANT: string;
|
|
11528
11530
|
DELIVERY_DATE_PURCHASE: string;
|
|
11529
11531
|
DELIVERY_DATE_SALES: string;
|
|
11532
|
+
DELIVERY_DAYS: string;
|
|
11533
|
+
DELIVERY_DELAY: string;
|
|
11534
|
+
DELIVERY_DELAY_UNIT: string;
|
|
11530
11535
|
DELIVERY_DETAILS: string;
|
|
11531
11536
|
DELIVERY_DIRECT: string;
|
|
11532
11537
|
DELIVERY_DIRECT_EXPLAIN: string;
|
|
@@ -13483,6 +13488,7 @@ export declare class Dictionaries {
|
|
|
13483
13488
|
NATIONAL_PERFORMANCE: string;
|
|
13484
13489
|
NATIONAL_REVERSE_CHARGE: string;
|
|
13485
13490
|
NAVIGATION: string;
|
|
13491
|
+
NEED_WAREHOUSE_WITH_STOCK_DATE: string;
|
|
13486
13492
|
NEEDS_AUTHORISATION: string;
|
|
13487
13493
|
NEEDS_FIELDNAME: string;
|
|
13488
13494
|
NEEDS_PLANNING: string;
|
|
@@ -13751,6 +13757,7 @@ export declare class Dictionaries {
|
|
|
13751
13757
|
NO_PRICE_OR_VOLUME_DISTRIBUTE_ON_AMOUNT: string;
|
|
13752
13758
|
NO_PRINTER_SELECTED: string;
|
|
13753
13759
|
NO_PRODUCT_ON_SLA_SERVICE: string;
|
|
13760
|
+
NO_PURCHASE_ORDER: string;
|
|
13754
13761
|
NO_PURCHASE_ORDERS_CREATED: string;
|
|
13755
13762
|
NO_RELATION_OR_TRANSACTION_FOUND: string;
|
|
13756
13763
|
NO_REMAINING_PAYMENT_NEEDED: string;
|
|
@@ -13876,6 +13883,7 @@ export declare class Dictionaries {
|
|
|
13876
13883
|
ONLY_FUTURE_WORKFLOWS_CAN_BE_DELETED: string;
|
|
13877
13884
|
ONLY_INVENTORISED: string;
|
|
13878
13885
|
ONLY_IN_CONTAINER: string;
|
|
13886
|
+
ONLY_LINES_WITH_REVERSABLE_STATUS: string;
|
|
13879
13887
|
ONLY_MULTIPLE_A_ARTICLES_ALLOWED: string;
|
|
13880
13888
|
ONLY_NEGATIVE_LINES: string;
|
|
13881
13889
|
ONLY_ONE_FILE_ALLOWED: string;
|
|
@@ -14,6 +14,7 @@ import { TransactionEventService } from "./transaction-event.service";
|
|
|
14
14
|
import { TransactionKind } from "@colijnit/transactionapi/build/enum/transaction-kind.enum";
|
|
15
15
|
import { RelationService } from "./relation.service";
|
|
16
16
|
import { Relation } from "@colijnit/relationapi/build/model/relation.bo";
|
|
17
|
+
import { TransactionInfoHistory } from "@colijnit/transactionapi/build/model/transaction-info-history.bo";
|
|
17
18
|
export declare class PendingReasonService {
|
|
18
19
|
options: OptionsService;
|
|
19
20
|
protected dialogService: DialogService;
|
|
@@ -23,6 +24,7 @@ export declare class PendingReasonService {
|
|
|
23
24
|
protected dictionaryService: DictionaryService;
|
|
24
25
|
protected transactionEventService: TransactionEventService;
|
|
25
26
|
protected relationService: RelationService;
|
|
27
|
+
private readonly _relationClassFromTransactionKind;
|
|
26
28
|
logout: Subject<void>;
|
|
27
29
|
transactionUpdated: BehaviorSubject<TransactionInfoResponse>;
|
|
28
30
|
relationUpdated: BehaviorSubject<Relation>;
|
|
@@ -31,14 +33,18 @@ export declare class PendingReasonService {
|
|
|
31
33
|
invoiceAddressSameAsDelivery: boolean;
|
|
32
34
|
transactionKind: TransactionKind;
|
|
33
35
|
currentTransaction: TransactionInfoResponse;
|
|
36
|
+
set purchaseOrdersCompleted(value: boolean);
|
|
37
|
+
get purchaseOrdersCompleted(): boolean;
|
|
34
38
|
set relation(value: Relation);
|
|
35
39
|
get relation(): Relation;
|
|
36
40
|
purchasePortalLine: PurchasePortalLine[];
|
|
37
41
|
docDeliveryBatch: DocDeliveryBatch;
|
|
38
42
|
articleAmount: number;
|
|
39
43
|
private _relation;
|
|
44
|
+
private _purchaseOrdersCompleted;
|
|
40
45
|
constructor(options: OptionsService, dialogService: DialogService, connector: TransactionConnectorService, sharedService: SharedService, articleConnector: ArticleConnectorService, dictionaryService: DictionaryService, transactionEventService: TransactionEventService, relationService: RelationService);
|
|
41
46
|
init(options: any): Promise<void>;
|
|
47
|
+
createNewRelation(): void;
|
|
42
48
|
resetCurrentTransaction(): void;
|
|
43
49
|
commit(): Promise<boolean>;
|
|
44
50
|
rollback(): Promise<boolean>;
|
|
@@ -54,6 +60,8 @@ export declare class PendingReasonService {
|
|
|
54
60
|
private _handleHeaderOperationStatus;
|
|
55
61
|
resolvePendingLineReason(pendingLineValues: ResolveLinePendingReasonRequest): Promise<void>;
|
|
56
62
|
resolvePendingHeaderReason(pendingHeaderValues: ResolveHeaderPendingReasonRequest): Promise<boolean>;
|
|
63
|
+
getTransactionInfo(transId: number, lineId: number): Promise<TransactionInfoHistory[]>;
|
|
64
|
+
protected _checkPurchaseOrders(): Promise<void>;
|
|
57
65
|
private _confirmAction;
|
|
58
66
|
private _showCharacteristicDialog;
|
|
59
67
|
private _showWarehouseCcDialog;
|
|
@@ -61,5 +69,6 @@ export declare class PendingReasonService {
|
|
|
61
69
|
private _showReasonDialog;
|
|
62
70
|
private _setAmount;
|
|
63
71
|
private _cancelArticle;
|
|
72
|
+
private _getRelationClass;
|
|
64
73
|
private _getRelation;
|
|
65
74
|
}
|
|
@@ -71,6 +71,7 @@ import { EmailDeliveryNoteRequest } from "@colijnit/transactionapi/build/model/e
|
|
|
71
71
|
import { PdfDeliveryNoteRequest } from "@colijnit/transactionapi/build/model/pdf-delivery-note-request";
|
|
72
72
|
import { PrintDeliveryNoteRequest } from "@colijnit/transactionapi/build/model/print-delivery-note-request";
|
|
73
73
|
import { TransactionDepositPaymentInfo } from "@colijnit/transactionapi/build/model/transaction-deposit-payment-info.bo";
|
|
74
|
+
import { TransactionInfoHistory } from "@colijnit/transactionapi/build/model/transaction-info-history.bo";
|
|
74
75
|
export declare class TransactionConnectorAdapterService {
|
|
75
76
|
private _optionsService;
|
|
76
77
|
private _selectMultipleCacheService;
|
|
@@ -173,11 +174,11 @@ export declare class TransactionConnectorAdapterService {
|
|
|
173
174
|
getDepositPaymentInfo(uuid: string): Promise<TransactionDepositPaymentInfo>;
|
|
174
175
|
getGoodsReceiptStatus(transId: number, lineNr: number): Promise<GoodsReceiptStatusWithHistory>;
|
|
175
176
|
getGoodsReceiptStatusWithHistory(transId: number, lineNr: number): Promise<GoodsReceiptStatusWithHistory>;
|
|
176
|
-
receiveGoodsForPurchaseOrder(request: ReceiveGoodsForPurchaseOrderRequest): Promise<
|
|
177
|
-
receiveGoodsForPurchaseOrderCorrection(request: ReceiveGoodsForPurchaseOrderCorrectionRequest): Promise<
|
|
177
|
+
receiveGoodsForPurchaseOrder(request: ReceiveGoodsForPurchaseOrderRequest): Promise<boolean>;
|
|
178
|
+
receiveGoodsForPurchaseOrderCorrection(request: ReceiveGoodsForPurchaseOrderCorrectionRequest): Promise<boolean>;
|
|
178
179
|
getPurchasePortalLines(request: GetPurchasePortalLine): Promise<PurchasePortalLine[]>;
|
|
179
|
-
updatePurchasePortalLines(purchasePortalLine: PurchasePortalLine): Promise<
|
|
180
|
-
purchaseOrderConfirmation(purchaseOrderConfirmation: GetPurchaseOrderConfirmation): Promise<
|
|
180
|
+
updatePurchasePortalLines(purchasePortalLine: PurchasePortalLine): Promise<boolean>;
|
|
181
|
+
purchaseOrderConfirmation(purchaseOrderConfirmation: GetPurchaseOrderConfirmation): Promise<boolean>;
|
|
181
182
|
lockPurchasePortalLines(transIdPurchase: number, lineId: number): Promise<boolean>;
|
|
182
183
|
getStockStickerTemplates(data: StockStickersPrintLayouts): Promise<StockStickersPrintLayouts[]>;
|
|
183
184
|
generateCommissionOrders(transId: number, onlyGenerateForDirectSellSuppliers: boolean): Promise<boolean>;
|
|
@@ -200,7 +201,7 @@ export declare class TransactionConnectorAdapterService {
|
|
|
200
201
|
getPurchaseOrderPrintLayouts(transactionUUID: string): Promise<ReportLayoutSelectionPrint[]>;
|
|
201
202
|
getDefaultEmailAddressListForOrderConfirmation(transactionUUID: any): Promise<string[]>;
|
|
202
203
|
getPurchaseOrderDefaultSendMethod(relationId: number): Promise<number>;
|
|
203
|
-
generateAndSendPurchaseOrdersForSalesOrder(transactionId: number): Promise<
|
|
204
|
+
generateAndSendPurchaseOrdersForSalesOrder(transactionId: number): Promise<boolean>;
|
|
204
205
|
getPurchaseAdviceLines(filters: PurchaseAdviceFilters, goodId?: number): Promise<PurchaseAdviceLine[]>;
|
|
205
206
|
generateAndSendPurchaseOrders(purchaseAdviceLines: PurchaseAdviceLine[]): Promise<boolean>;
|
|
206
207
|
emailDeliveryNote(emailDeliveryNoteRequest: EmailDeliveryNoteRequest): Promise<boolean>;
|
|
@@ -209,5 +210,6 @@ export declare class TransactionConnectorAdapterService {
|
|
|
209
210
|
getDeliveryNoteDefaultSendMethod(relationId: number): Promise<number>;
|
|
210
211
|
getDeliveryNoteEmailLayouts(transactionUUID: string): Promise<ReportLayoutSelectionEmail[]>;
|
|
211
212
|
getDeliveryNotePrintLayouts(transactionUUID: string): Promise<ReportLayoutSelectionPrint[]>;
|
|
213
|
+
getTransactionInfo(transId: number, lineNr: number): Promise<TransactionInfoHistory[]>;
|
|
212
214
|
private _handleExceptionFromResponse;
|
|
213
215
|
}
|
|
@@ -39,7 +39,6 @@ import { GetPurchaseOrderConfirmation } from "@colijnit/transactionapi/build/mod
|
|
|
39
39
|
import { TransactionLockResult } from "@colijnit/transactionapi/build/model/transaction-lock-result.bo";
|
|
40
40
|
import { PrivacySetting } from "@colijnit/mainapi/build/model/privacy-setting.bo";
|
|
41
41
|
import { RelationPrivacySetting } from "@colijnit/relationapi/build/model/relation-privacy-setting.bo";
|
|
42
|
-
import { DataServiceResponseData } from "@colijnit/ioneconnector/build/model/data-service-response-data";
|
|
43
42
|
import { CoDomainValue } from "@colijnit/mainapi/build/model/co-domain-value.bo";
|
|
44
43
|
import { SalesPerson } from "@colijnit/relationapi/build/model/sales-person.bo";
|
|
45
44
|
import { Tag } from "@colijnit/mainapi/build/model/tag";
|
|
@@ -68,6 +67,7 @@ import { PurchaseAdviceLine } from "@colijnit/transactionapi/build/model/purchas
|
|
|
68
67
|
import { EmailDeliveryNoteRequest } from "@colijnit/transactionapi/build/model/email-delivery-note-request";
|
|
69
68
|
import { PdfDeliveryNoteRequest } from "@colijnit/transactionapi/build/model/pdf-delivery-note-request";
|
|
70
69
|
import { PrintDeliveryNoteRequest } from "@colijnit/transactionapi/build/model/print-delivery-note-request";
|
|
70
|
+
import { TransactionInfoHistory } from "@colijnit/transactionapi/build/model/transaction-info-history.bo";
|
|
71
71
|
export declare class TransactionConnectorService {
|
|
72
72
|
private _adapterService;
|
|
73
73
|
private _selectSingleCacheService;
|
|
@@ -164,11 +164,11 @@ export declare class TransactionConnectorService {
|
|
|
164
164
|
getPaymentLinkStatus(paymentLinkUUID: string): Promise<PaymentLinkStatus>;
|
|
165
165
|
getGoodsReceiptStatus(transId: number, lineNr: number): Promise<GoodsReceiptStatusWithHistory>;
|
|
166
166
|
getGoodsReceiptStatusWithHistory(transId: number, lineNr: number): Promise<GoodsReceiptStatusWithHistory>;
|
|
167
|
-
receiveGoodsForPurchaseOrder(request: ReceiveGoodsForPurchaseOrderRequest): Promise<
|
|
168
|
-
receiveGoodsForPurchaseOrderCorrection(request: ReceiveGoodsForPurchaseOrderCorrectionRequest): Promise<
|
|
167
|
+
receiveGoodsForPurchaseOrder(request: ReceiveGoodsForPurchaseOrderRequest): Promise<boolean>;
|
|
168
|
+
receiveGoodsForPurchaseOrderCorrection(request: ReceiveGoodsForPurchaseOrderCorrectionRequest): Promise<boolean>;
|
|
169
169
|
getPurchasePortalLines(request: GetPurchasePortalLine): Promise<PurchasePortalLine[]>;
|
|
170
|
-
updatePurchasePortalLines(purchasePortalLine: PurchasePortalLine): Promise<
|
|
171
|
-
purchaseOrderConfirmation(purchaseOrderConfirmation: GetPurchaseOrderConfirmation): Promise<
|
|
170
|
+
updatePurchasePortalLines(purchasePortalLine: PurchasePortalLine): Promise<boolean>;
|
|
171
|
+
purchaseOrderConfirmation(purchaseOrderConfirmation: GetPurchaseOrderConfirmation): Promise<boolean>;
|
|
172
172
|
lockPurchasePortalLines(transIdPurchase: number, lineId: number): Promise<boolean>;
|
|
173
173
|
generateCommissionOrders(transId: number, onlyGenerateForDirectSellSuppliers: boolean): Promise<boolean>;
|
|
174
174
|
getDeliveryOrderStatus(transId: number, lineId: number): Promise<DeliveryOrderStatus>;
|
|
@@ -191,7 +191,7 @@ export declare class TransactionConnectorService {
|
|
|
191
191
|
getPurchaseOrderEmailLayouts(transactionUUID: string): Promise<ReportLayoutSelectionEmail[]>;
|
|
192
192
|
getPurchaseOrderPrintLayouts(transactionUUID: string): Promise<ReportLayoutSelectionPrint[]>;
|
|
193
193
|
getPurchaseOrderDefaultSendMethod(relationId: number): Promise<number>;
|
|
194
|
-
generateAndSendPurchaseOrdersForSalesOrder(transactionId: number): Promise<
|
|
194
|
+
generateAndSendPurchaseOrdersForSalesOrder(transactionId: number): Promise<boolean>;
|
|
195
195
|
getPurchaseAdviceLines(filters: PurchaseAdviceFilters, goodId?: number): Promise<PurchaseAdviceLine[]>;
|
|
196
196
|
generateAndSendPurchaseOrders(purchaseAdviceLines: PurchaseAdviceLine[]): Promise<boolean>;
|
|
197
197
|
emailDeliveryNote(emailDeliveryNoteRequest: EmailDeliveryNoteRequest): Promise<boolean>;
|
|
@@ -200,4 +200,5 @@ export declare class TransactionConnectorService {
|
|
|
200
200
|
getDeliveryNoteDefaultSendMethod(relationId: number): Promise<number>;
|
|
201
201
|
getDeliveryNoteEmailLayouts(transactionUUID: string): Promise<ReportLayoutSelectionEmail[]>;
|
|
202
202
|
getDeliveryNotePrintLayouts(transactionUUID: string): Promise<ReportLayoutSelectionPrint[]>;
|
|
203
|
+
getTransactionInfo(transId: number, lineNr: number): Promise<TransactionInfoHistory[]>;
|
|
203
204
|
}
|
|
@@ -60,8 +60,10 @@ export declare class TransactionEventService {
|
|
|
60
60
|
readonly transactionLineChanged: Subject<ExtendedTransactionLineViewModel>;
|
|
61
61
|
readonly openSidePanel: Subject<TransactionLineInfo>;
|
|
62
62
|
readonly selectAllSalesOrderLinesForPurchase: Subject<boolean>;
|
|
63
|
-
readonly
|
|
63
|
+
readonly generatePurchaseOrders: Subject<boolean>;
|
|
64
64
|
readonly allowPartialDeliveryChanged: Subject<boolean>;
|
|
65
65
|
readonly connectionInitialized: BehaviorSubject<boolean>;
|
|
66
|
+
readonly purchaseOrdersCompletedChanged: BehaviorSubject<boolean>;
|
|
66
67
|
readonly createTransaction: Subject<void>;
|
|
68
|
+
readonly purchaseOrderNavigation: Subject<number>;
|
|
67
69
|
}
|
|
@@ -30,7 +30,6 @@ import { GetPurchasePortalLine } from "@colijnit/transactionapi/build/model/get-
|
|
|
30
30
|
import { PurchasePortalLine } from "@colijnit/transactionapi/build/model/purchase-portal-line.bo";
|
|
31
31
|
import { TransactionSearchResult } from "../model/transaction-search-result";
|
|
32
32
|
import { GetPurchaseOrderConfirmation } from "@colijnit/transactionapi/build/model/get-purchase-order-confirmation";
|
|
33
|
-
import { DataServiceResponseData } from "@colijnit/ioneconnector/build/model/data-service-response-data";
|
|
34
33
|
import { Tag } from "@colijnit/mainapi/build/model/tag";
|
|
35
34
|
import { CoDomainValue } from "@colijnit/mainapi/build/model/co-domain-value.bo";
|
|
36
35
|
import { RelationPrivacySetting } from "@colijnit/relationapi/build/model/relation-privacy-setting.bo";
|
|
@@ -131,8 +130,8 @@ export declare class TransactionService extends PendingReasonService {
|
|
|
131
130
|
setRelationByUser(username: string, password: string): Promise<boolean>;
|
|
132
131
|
getGoodsReceiptStatus(transId: number, lineNr: number): Promise<GoodsReceiptStatusWithHistory>;
|
|
133
132
|
getGoodsReceiptStatusWithHistory(transId: number, lineNr: number): Promise<GoodsReceiptStatusWithHistory>;
|
|
134
|
-
receiveGoodsForPurchaseOrder(request: ReceiveGoodsForPurchaseOrderRequest): Promise<
|
|
135
|
-
receiveGoodsForPurchaseOrderCorrection(request: ReceiveGoodsForPurchaseOrderCorrectionRequest): Promise<
|
|
133
|
+
receiveGoodsForPurchaseOrder(request: ReceiveGoodsForPurchaseOrderRequest): Promise<boolean>;
|
|
134
|
+
receiveGoodsForPurchaseOrderCorrection(request: ReceiveGoodsForPurchaseOrderCorrectionRequest): Promise<boolean>;
|
|
136
135
|
getTextTypes(languageCode: string): Promise<CoDomainValue[]>;
|
|
137
136
|
getStandardTexts(languageCode: string): Promise<StandardText[]>;
|
|
138
137
|
getArticleFullObject(goodId: number): Promise<ArticleFullObject>;
|
|
@@ -147,8 +146,8 @@ export declare class TransactionService extends PendingReasonService {
|
|
|
147
146
|
getHistoricStateValues(): Promise<CodeDescription[]>;
|
|
148
147
|
getCustomerGroups(): Promise<CustomerGroup[]>;
|
|
149
148
|
getPurchasePortalLines(request: GetPurchasePortalLine): Promise<PurchasePortalLine[]>;
|
|
150
|
-
purchaseOrderConfirmation(purchaseOrderConfirmation: GetPurchaseOrderConfirmation): Promise<
|
|
151
|
-
updatePurchasePortalLines(purchasePortalLine: PurchasePortalLine): Promise<
|
|
149
|
+
purchaseOrderConfirmation(purchaseOrderConfirmation: GetPurchaseOrderConfirmation): Promise<boolean>;
|
|
150
|
+
updatePurchasePortalLines(purchasePortalLine: PurchasePortalLine): Promise<boolean>;
|
|
152
151
|
lockPurchasePortalLines(transIdPurchase: number, lineId: number): Promise<boolean>;
|
|
153
152
|
getDeliveryOrderStatus(transId: number, lineId: number): Promise<DeliveryOrderStatus>;
|
|
154
153
|
getAvailableStockGroupedByWLBSByTransIdLineNr(transId: number, lineNr: number): Promise<AvailableStock[]>;
|
|
@@ -169,15 +168,15 @@ export declare class TransactionService extends PendingReasonService {
|
|
|
169
168
|
getPurchaseOrderEmailLayouts(transactionUUID: string): Promise<ReportLayoutSelectionEmail[]>;
|
|
170
169
|
getPurchaseOrderPrintLayouts(transactionUUID: string): Promise<ReportLayoutSelectionPrint[]>;
|
|
171
170
|
getPurchaseOrderDefaultSendMethod(relationId: number): Promise<number>;
|
|
172
|
-
generateAndSendPurchaseOrdersForSalesOrder(transactionId: number): Promise<
|
|
171
|
+
generateAndSendPurchaseOrdersForSalesOrder(transactionId: number, version: number): Promise<boolean>;
|
|
173
172
|
getPurchaseAdviceLines(filters: PurchaseAdviceFilters, goodId?: number): Promise<PurchaseAdviceLine[]>;
|
|
174
173
|
generateAndSendPurchaseOrders(purchaseAdviceLines: PurchaseAdviceLine[]): Promise<boolean>;
|
|
175
|
-
private _lockTransaction;
|
|
176
174
|
emailDeliveryNote(emailDeliveryNoteRequest: EmailDeliveryNoteRequest): Promise<boolean>;
|
|
177
175
|
pdfDeliveryNote(pdfDeliveryNoteRequest: PdfDeliveryNoteRequest): Promise<boolean>;
|
|
178
176
|
printDeliveryNote(printDeliveryNoteRequest: PrintDeliveryNoteRequest): Promise<boolean>;
|
|
179
177
|
getDeliveryNoteDefaultSendMethod(relationId: number): Promise<number>;
|
|
180
178
|
getDeliveryNoteEmailLayouts(transactionUUID: string): Promise<ReportLayoutSelectionEmail[]>;
|
|
181
179
|
getDeliveryNotePrintLayouts(transactionUUID: string): Promise<ReportLayoutSelectionPrint[]>;
|
|
180
|
+
private _lockTransaction;
|
|
182
181
|
private _checkAndCreateTransaction;
|
|
183
182
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/transaction",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.88",
|
|
4
4
|
"description": "Colijn IT transaction module for Angular 12",
|
|
5
5
|
"repository": "npm/npm",
|
|
6
6
|
"author": "Colijn IT",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@colijnit/relationapi": ">=1.0.4",
|
|
19
19
|
"@colijnit/sharedapi": ">=1.0.10",
|
|
20
20
|
"@colijnit/sharedcomponents": ">=1.0.32",
|
|
21
|
-
"@colijnit/transactionapi": ">=1.1.
|
|
21
|
+
"@colijnit/transactionapi": ">=1.1.67",
|
|
22
22
|
"@syncfusion/ej2-angular-buttons": ">=19.3.44",
|
|
23
23
|
"@syncfusion/ej2-angular-calendars": ">=19.3.44",
|
|
24
24
|
"@syncfusion/ej2-angular-dropdowns": ">=19.3.45",
|
package/public_api.d.ts
CHANGED
|
@@ -14,8 +14,8 @@ export * from "./lib/component/transaction-search/transaction-search-tile/transa
|
|
|
14
14
|
export * from "./lib/component/transaction-search/transaction-search-tile/transaction-statusbar/transaction-statusbar.module";
|
|
15
15
|
export * from "./lib/component/transaction-search/transaction-filter/transaction-filter/transaction-filter.module";
|
|
16
16
|
export * from "./lib/component/transaction-search/transaction-filter/transaction-filter/transaction-filter.component";
|
|
17
|
-
export * from "./lib/component/transaction-search/transaction-search-
|
|
18
|
-
export * from "./lib/component/transaction-search/transaction-search-
|
|
17
|
+
export * from "./lib/component/transaction-search/transaction-search-result/transaction-search-result.module";
|
|
18
|
+
export * from "./lib/component/transaction-search/transaction-search-result/transaction-search-result.component";
|
|
19
19
|
export * from "./lib/component/transaction-header/transaction-header/transaction-header.component";
|
|
20
20
|
export * from "./lib/component/transaction-header/transaction-header/transaction-header.module";
|
|
21
21
|
export * from "./lib/component/transaction-header/transaction-header-order/transaction-header-order.component";
|
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, HostBinding, Input, Output, ViewEncapsulation } from "@angular/core";
|
|
2
|
-
import { ContentViewMode } from "../../../enum/content-view-mode.enum";
|
|
3
|
-
import { Icon } from "../../../enum/icon.enum";
|
|
4
|
-
import { SearchViewMode } from "../../../enum/search-view-mode.enum";
|
|
5
|
-
import { DictionaryService } from "../../../service/dictionary.service";
|
|
6
|
-
import { IconCacheService } from "../../../service/icon-cache.service";
|
|
7
|
-
import { TransactionSearchService } from "../service/transaction-search.service";
|
|
8
|
-
import { animate, state, style, transition, trigger } from "@angular/animations";
|
|
9
|
-
import { TransactionEventService } from "../../../service/transaction-event.service";
|
|
10
|
-
export class TransactionSearchHeaderComponent {
|
|
11
|
-
constructor(searchService, iconCacheService, _dictionary, _transactionEventService) {
|
|
12
|
-
this.searchService = searchService;
|
|
13
|
-
this.iconCacheService = iconCacheService;
|
|
14
|
-
this._dictionary = _dictionary;
|
|
15
|
-
this._transactionEventService = _transactionEventService;
|
|
16
|
-
this.icon = Icon;
|
|
17
|
-
this.contentViewModes = ContentViewMode;
|
|
18
|
-
this.searchViewModes = SearchViewMode;
|
|
19
|
-
this.iconSlideIn = this.iconCacheService.getIcon(this.icon.SlideIn);
|
|
20
|
-
this.iconResize = this.iconCacheService.getIcon(this.icon.ExpandSolid);
|
|
21
|
-
this.iconCancel = this.iconCacheService.getIcon(this.icon.XSolid);
|
|
22
|
-
this.activeSearchViewMode = this.searchViewModes.FullScreen;
|
|
23
|
-
this.activeContentViewMode = this.contentViewModes.Tiles;
|
|
24
|
-
this.viewModeChange = new EventEmitter();
|
|
25
|
-
this.filterButtonClick = new EventEmitter();
|
|
26
|
-
this.resizeClick = new EventEmitter();
|
|
27
|
-
this.closeClick = new EventEmitter();
|
|
28
|
-
}
|
|
29
|
-
set transactionType(value) {
|
|
30
|
-
this.label = this._dictionary.get(this.searchService.getLabelBasedOnTransactionType());
|
|
31
|
-
this.searchPlaceholder = this._dictionary.get(this.searchService.getSearchPlaceholderBasedOnTransactionType());
|
|
32
|
-
}
|
|
33
|
-
showClass() {
|
|
34
|
-
return true;
|
|
35
|
-
}
|
|
36
|
-
get fullscreen() {
|
|
37
|
-
return this.activeSearchViewMode === SearchViewMode.FullScreen;
|
|
38
|
-
}
|
|
39
|
-
onResizeClick() {
|
|
40
|
-
this.resizeClick.emit();
|
|
41
|
-
}
|
|
42
|
-
onCloseClick() {
|
|
43
|
-
this.closeClick.emit();
|
|
44
|
-
}
|
|
45
|
-
onViewModeChange(viewMode) {
|
|
46
|
-
this.viewModeChange.emit(viewMode);
|
|
47
|
-
}
|
|
48
|
-
handleAddTransactionClick() {
|
|
49
|
-
this._transactionEventService.createTransaction.next();
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
TransactionSearchHeaderComponent.decorators = [
|
|
53
|
-
{ type: Component, args: [{
|
|
54
|
-
selector: "co-transaction-search-header",
|
|
55
|
-
template: `
|
|
56
|
-
<div class="transaction-search-header-wrapper">
|
|
57
|
-
<div class="upper-header">
|
|
58
|
-
<div class="header-buttons-wrapper">
|
|
59
|
-
<div class="close-search-button-wrapper button-wrapper" *ngIf="!fullscreen" [ngClass]="fullscreen ? 'fullscreen' : 'sidebar'" >
|
|
60
|
-
<co-button [iconData]="iconResize"
|
|
61
|
-
class="toggle-sidebar-button transparent"
|
|
62
|
-
(click)="onResizeClick()"></co-button>
|
|
63
|
-
<co-button [iconData]="iconCancel"
|
|
64
|
-
class="toggle-sidebar-button transparent"
|
|
65
|
-
(click)="onCloseClick()">
|
|
66
|
-
</co-button>
|
|
67
|
-
</div>
|
|
68
|
-
</div>
|
|
69
|
-
</div>
|
|
70
|
-
<div class="header-searchbar-wrapper">
|
|
71
|
-
<div class="header-searchbar-title" [textContent]="label | localize" *ngIf="fullscreen" @showHideLabel></div>
|
|
72
|
-
<co-button class="transaction-add-button transparent" [iconData]="iconCacheService.getIcon(icon.PlusSimple)"
|
|
73
|
-
(click)="handleAddTransactionClick()"></co-button>
|
|
74
|
-
<co-input-search class="transaction-search-general"
|
|
75
|
-
[ngClass]="fullscreen ? 'fullscreen' : 'sidebar'"
|
|
76
|
-
[centerLabel]="true"
|
|
77
|
-
[(model)]="searchService.searchRequest.general"
|
|
78
|
-
[placeholder]="searchPlaceholder | localize"
|
|
79
|
-
[initFocus]="true"
|
|
80
|
-
(search)="searchService.searchTransactions()"></co-input-search>
|
|
81
|
-
<div class="header-search-bar-button-wrapper button-wrapper">
|
|
82
|
-
<co-button class="transaction-search-filter-button"
|
|
83
|
-
[iconData]="iconCacheService.getIcon(icon.BarsFilter)"
|
|
84
|
-
(click)="filterButtonClick.emit()">
|
|
85
|
-
</co-button>
|
|
86
|
-
<co-button *ngIf="fullscreen" [iconData]="iconSlideIn"
|
|
87
|
-
class="toggle-sidebar-button transparent fullscreen"
|
|
88
|
-
(click)="onResizeClick()"></co-button>
|
|
89
|
-
</div>
|
|
90
|
-
</div>
|
|
91
|
-
<div class="view-mode-buttons-wrapper">
|
|
92
|
-
<co-view-mode-buttons
|
|
93
|
-
*ngIf="fullscreen"
|
|
94
|
-
[showViewModes]="[contentViewModes.Tiles, contentViewModes.Grid]"
|
|
95
|
-
(viewModeChange)="onViewModeChange($event)">
|
|
96
|
-
</co-view-mode-buttons>
|
|
97
|
-
</div>
|
|
98
|
-
</div>
|
|
99
|
-
`,
|
|
100
|
-
animations: [
|
|
101
|
-
trigger("showHideLabel", [
|
|
102
|
-
state("void", style({ opacity: 0 })),
|
|
103
|
-
state("*", style({ opacity: 1 })),
|
|
104
|
-
transition("void <=> *", animate("200ms ease-in-out"))
|
|
105
|
-
])
|
|
106
|
-
],
|
|
107
|
-
encapsulation: ViewEncapsulation.None
|
|
108
|
-
},] }
|
|
109
|
-
];
|
|
110
|
-
TransactionSearchHeaderComponent.ctorParameters = () => [
|
|
111
|
-
{ type: TransactionSearchService },
|
|
112
|
-
{ type: IconCacheService },
|
|
113
|
-
{ type: DictionaryService },
|
|
114
|
-
{ type: TransactionEventService }
|
|
115
|
-
];
|
|
116
|
-
TransactionSearchHeaderComponent.propDecorators = {
|
|
117
|
-
transactionType: [{ type: Input }],
|
|
118
|
-
activeSearchViewMode: [{ type: Input }],
|
|
119
|
-
activeContentViewMode: [{ type: Input }],
|
|
120
|
-
viewModeChange: [{ type: Output }],
|
|
121
|
-
filterButtonClick: [{ type: Output }],
|
|
122
|
-
resizeClick: [{ type: Output }],
|
|
123
|
-
closeClick: [{ type: Output }],
|
|
124
|
-
showClass: [{ type: HostBinding, args: ["class.co-transaction-search-header",] }]
|
|
125
|
-
};
|
|
126
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tc2VhcmNoLWhlYWRlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1zZWFyY2gvdHJhbnNhY3Rpb24tc2VhcmNoLWhlYWRlci90cmFuc2FjdGlvbi1zZWFyY2gtaGVhZGVyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsU0FBUyxFQUFFLFlBQVksRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxpQkFBaUIsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUNyRyxPQUFPLEVBQUMsZUFBZSxFQUFDLE1BQU0sc0NBQXNDLENBQUM7QUFDckUsT0FBTyxFQUFDLElBQUksRUFBQyxNQUFNLHlCQUF5QixDQUFDO0FBQzdDLE9BQU8sRUFBQyxjQUFjLEVBQUMsTUFBTSxxQ0FBcUMsQ0FBQztBQUNuRSxPQUFPLEVBQUMsaUJBQWlCLEVBQUMsTUFBTSxxQ0FBcUMsQ0FBQztBQUN0RSxPQUFPLEVBQUMsZ0JBQWdCLEVBQUMsTUFBTSxxQ0FBcUMsQ0FBQztBQUNyRSxPQUFPLEVBQUMsd0JBQXdCLEVBQUMsTUFBTSx1Q0FBdUMsQ0FBQztBQUMvRSxPQUFPLEVBQUMsT0FBTyxFQUFFLEtBQUssRUFBRSxLQUFLLEVBQUUsVUFBVSxFQUFFLE9BQU8sRUFBQyxNQUFNLHFCQUFxQixDQUFDO0FBQy9FLE9BQU8sRUFBQyx1QkFBdUIsRUFBQyxNQUFNLDRDQUE0QyxDQUFDO0FBMERuRixNQUFNLE9BQU8sZ0NBQWdDO0lBeUMzQyxZQUNTLGFBQXVDLEVBQ3ZDLGdCQUFrQyxFQUNqQyxXQUE4QixFQUM5Qix3QkFBaUQ7UUFIbEQsa0JBQWEsR0FBYixhQUFhLENBQTBCO1FBQ3ZDLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBa0I7UUFDakMsZ0JBQVcsR0FBWCxXQUFXLENBQW1CO1FBQzlCLDZCQUF3QixHQUF4Qix3QkFBd0IsQ0FBeUI7UUE1QzNDLFNBQUksR0FBZ0IsSUFBSSxDQUFDO1FBQ3pCLHFCQUFnQixHQUEyQixlQUFlLENBQUM7UUFDM0Qsb0JBQWUsR0FBMEIsY0FBYyxDQUFDO1FBRWpFLGdCQUFXLEdBQUcsSUFBSSxDQUFDLGdCQUFnQixDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBQy9ELGVBQVUsR0FBRyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUM7UUFDbEUsZUFBVSxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQztRQVM3RCx5QkFBb0IsR0FBbUIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxVQUFVLENBQUM7UUFHdkUsMEJBQXFCLEdBQW9CLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxLQUFLLENBQUM7UUFHckUsbUJBQWMsR0FBa0MsSUFBSSxZQUFZLEVBQW1CLENBQUM7UUFHcEYsc0JBQWlCLEdBQXVCLElBQUksWUFBWSxFQUFRLENBQUM7UUFHakUsZ0JBQVcsR0FBdUIsSUFBSSxZQUFZLEVBQVEsQ0FBQztRQUczRCxlQUFVLEdBQXVCLElBQUksWUFBWSxFQUFRLENBQUM7SUFnQmpFLENBQUM7SUF0Q0QsSUFDVyxlQUFlLENBQUMsS0FBYTtRQUN0QyxJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsOEJBQThCLEVBQUUsQ0FBQyxDQUFDO1FBQ3ZGLElBQUksQ0FBQyxpQkFBaUIsR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLDBDQUEwQyxFQUFFLENBQUMsQ0FBQztJQUNqSCxDQUFDO0lBcUJNLFNBQVM7UUFDZCxPQUFPLElBQUksQ0FBQztJQUNkLENBQUM7SUFhRCxJQUFXLFVBQVU7UUFDbkIsT0FBTyxJQUFJLENBQUMsb0JBQW9CLEtBQUssY0FBYyxDQUFDLFVBQVUsQ0FBQztJQUNqRSxDQUFDO0lBRU0sYUFBYTtRQUNsQixJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQzFCLENBQUM7SUFFTSxZQUFZO1FBQ2pCLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDekIsQ0FBQztJQUVNLGdCQUFnQixDQUFDLFFBQVE7UUFDOUIsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUE7SUFDcEMsQ0FBQztJQUVNLHlCQUF5QjtRQUM5QixJQUFJLENBQUMsd0JBQXdCLENBQUMsaUJBQWlCLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDekQsQ0FBQzs7O1lBM0hGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsOEJBQThCO2dCQUN4QyxRQUFRLEVBQUU7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBNENUO2dCQUNELFVBQVUsRUFBRTtvQkFDVixPQUFPLENBQUMsZUFBZSxFQUFFO3dCQUN2QixLQUFLLENBQUMsTUFBTSxFQUFFLEtBQUssQ0FBQyxFQUFDLE9BQU8sRUFBRSxDQUFDLEVBQUMsQ0FBQyxDQUFDO3dCQUNsQyxLQUFLLENBQUMsR0FBRyxFQUFFLEtBQUssQ0FBQyxFQUFDLE9BQU8sRUFBRSxDQUFDLEVBQUMsQ0FBQyxDQUFDO3dCQUMvQixVQUFVLENBQUMsWUFBWSxFQUFFLE9BQU8sQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDO3FCQUN2RCxDQUFDO2lCQUNIO2dCQUNELGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2FBQ3RDOzs7WUEzRE8sd0JBQXdCO1lBRHhCLGdCQUFnQjtZQURoQixpQkFBaUI7WUFJakIsdUJBQXVCOzs7OEJBbUU1QixLQUFLO21DQU1MLEtBQUs7b0NBR0wsS0FBSzs2QkFHTCxNQUFNO2dDQUdOLE1BQU07MEJBR04sTUFBTTt5QkFHTixNQUFNO3dCQUdOLFdBQVcsU0FBQyxvQ0FBb0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0NvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBIb3N0QmluZGluZywgSW5wdXQsIE91dHB1dCwgVmlld0VuY2Fwc3VsYXRpb259IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7Q29udGVudFZpZXdNb2RlfSBmcm9tIFwiLi4vLi4vLi4vZW51bS9jb250ZW50LXZpZXctbW9kZS5lbnVtXCI7XHJcbmltcG9ydCB7SWNvbn0gZnJvbSBcIi4uLy4uLy4uL2VudW0vaWNvbi5lbnVtXCI7XHJcbmltcG9ydCB7U2VhcmNoVmlld01vZGV9IGZyb20gXCIuLi8uLi8uLi9lbnVtL3NlYXJjaC12aWV3LW1vZGUuZW51bVwiO1xyXG5pbXBvcnQge0RpY3Rpb25hcnlTZXJ2aWNlfSBmcm9tIFwiLi4vLi4vLi4vc2VydmljZS9kaWN0aW9uYXJ5LnNlcnZpY2VcIjtcclxuaW1wb3J0IHtJY29uQ2FjaGVTZXJ2aWNlfSBmcm9tIFwiLi4vLi4vLi4vc2VydmljZS9pY29uLWNhY2hlLnNlcnZpY2VcIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvblNlYXJjaFNlcnZpY2V9IGZyb20gXCIuLi9zZXJ2aWNlL3RyYW5zYWN0aW9uLXNlYXJjaC5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7YW5pbWF0ZSwgc3RhdGUsIHN0eWxlLCB0cmFuc2l0aW9uLCB0cmlnZ2VyfSBmcm9tIFwiQGFuZ3VsYXIvYW5pbWF0aW9uc1wiO1xyXG5pbXBvcnQge1RyYW5zYWN0aW9uRXZlbnRTZXJ2aWNlfSBmcm9tIFwiLi4vLi4vLi4vc2VydmljZS90cmFuc2FjdGlvbi1ldmVudC5zZXJ2aWNlXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogXCJjby10cmFuc2FjdGlvbi1zZWFyY2gtaGVhZGVyXCIsXHJcbiAgdGVtcGxhdGU6IGBcclxuICAgIDxkaXYgY2xhc3M9XCJ0cmFuc2FjdGlvbi1zZWFyY2gtaGVhZGVyLXdyYXBwZXJcIj5cclxuICAgICAgPGRpdiBjbGFzcz1cInVwcGVyLWhlYWRlclwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJoZWFkZXItYnV0dG9ucy13cmFwcGVyXCI+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2xvc2Utc2VhcmNoLWJ1dHRvbi13cmFwcGVyIGJ1dHRvbi13cmFwcGVyXCIgKm5nSWY9XCIhZnVsbHNjcmVlblwiIFtuZ0NsYXNzXT1cImZ1bGxzY3JlZW4gPyAnZnVsbHNjcmVlbicgOiAnc2lkZWJhcidcIiA+XHJcbiAgICAgICAgICAgIDxjby1idXR0b24gW2ljb25EYXRhXT1cImljb25SZXNpemVcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidG9nZ2xlLXNpZGViYXItYnV0dG9uIHRyYW5zcGFyZW50XCJcclxuICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwib25SZXNpemVDbGljaygpXCI+PC9jby1idXR0b24+XHJcbiAgICAgICAgICAgIDxjby1idXR0b24gW2ljb25EYXRhXT1cImljb25DYW5jZWxcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidG9nZ2xlLXNpZGViYXItYnV0dG9uIHRyYW5zcGFyZW50XCJcclxuICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwib25DbG9zZUNsaWNrKClcIj5cclxuICAgICAgICAgICAgPC9jby1idXR0b24+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJoZWFkZXItc2VhcmNoYmFyLXdyYXBwZXJcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiaGVhZGVyLXNlYXJjaGJhci10aXRsZVwiIFt0ZXh0Q29udGVudF09XCJsYWJlbCB8IGxvY2FsaXplXCIgKm5nSWY9XCJmdWxsc2NyZWVuXCIgQHNob3dIaWRlTGFiZWw+PC9kaXY+XHJcbiAgICAgICAgPGNvLWJ1dHRvbiBjbGFzcz1cInRyYW5zYWN0aW9uLWFkZC1idXR0b24gdHJhbnNwYXJlbnRcIiBbaWNvbkRhdGFdPVwiaWNvbkNhY2hlU2VydmljZS5nZXRJY29uKGljb24uUGx1c1NpbXBsZSlcIlxyXG4gICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cImhhbmRsZUFkZFRyYW5zYWN0aW9uQ2xpY2soKVwiPjwvY28tYnV0dG9uPlxyXG4gICAgICAgIDxjby1pbnB1dC1zZWFyY2ggY2xhc3M9XCJ0cmFuc2FjdGlvbi1zZWFyY2gtZ2VuZXJhbFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJmdWxsc2NyZWVuID8gJ2Z1bGxzY3JlZW4nIDogJ3NpZGViYXInXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgIFtjZW50ZXJMYWJlbF09XCJ0cnVlXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgIFsobW9kZWwpXT1cInNlYXJjaFNlcnZpY2Uuc2VhcmNoUmVxdWVzdC5nZW5lcmFsXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgIFtwbGFjZWhvbGRlcl09XCJzZWFyY2hQbGFjZWhvbGRlciB8IGxvY2FsaXplXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgIFtpbml0Rm9jdXNdPVwidHJ1ZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAoc2VhcmNoKT1cInNlYXJjaFNlcnZpY2Uuc2VhcmNoVHJhbnNhY3Rpb25zKClcIj48L2NvLWlucHV0LXNlYXJjaD5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiaGVhZGVyLXNlYXJjaC1iYXItYnV0dG9uLXdyYXBwZXIgYnV0dG9uLXdyYXBwZXJcIj5cclxuICAgICAgICAgIDxjby1idXR0b24gY2xhc3M9XCJ0cmFuc2FjdGlvbi1zZWFyY2gtZmlsdGVyLWJ1dHRvblwiXHJcbiAgICAgICAgICAgICAgICAgICAgIFtpY29uRGF0YV09XCJpY29uQ2FjaGVTZXJ2aWNlLmdldEljb24oaWNvbi5CYXJzRmlsdGVyKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJmaWx0ZXJCdXR0b25DbGljay5lbWl0KClcIj5cclxuICAgICAgICAgIDwvY28tYnV0dG9uPlxyXG4gICAgICAgICAgPGNvLWJ1dHRvbiAqbmdJZj1cImZ1bGxzY3JlZW5cIiBbaWNvbkRhdGFdPVwiaWNvblNsaWRlSW5cIlxyXG4gICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRvZ2dsZS1zaWRlYmFyLWJ1dHRvbiB0cmFuc3BhcmVudCBmdWxsc2NyZWVuXCJcclxuICAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cIm9uUmVzaXplQ2xpY2soKVwiPjwvY28tYnV0dG9uPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgICAgPGRpdiBjbGFzcz1cInZpZXctbW9kZS1idXR0b25zLXdyYXBwZXJcIj5cclxuICAgICAgICA8Y28tdmlldy1tb2RlLWJ1dHRvbnNcclxuICAgICAgICAgICpuZ0lmPVwiZnVsbHNjcmVlblwiXHJcbiAgICAgICAgICBbc2hvd1ZpZXdNb2Rlc109XCJbY29udGVudFZpZXdNb2Rlcy5UaWxlcywgY29udGVudFZpZXdNb2Rlcy5HcmlkXVwiXHJcbiAgICAgICAgICAodmlld01vZGVDaGFuZ2UpPVwib25WaWV3TW9kZUNoYW5nZSgkZXZlbnQpXCI+XHJcbiAgICAgICAgPC9jby12aWV3LW1vZGUtYnV0dG9ucz5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICBgLFxyXG4gIGFuaW1hdGlvbnM6IFtcclxuICAgIHRyaWdnZXIoXCJzaG93SGlkZUxhYmVsXCIsIFtcclxuICAgICAgc3RhdGUoXCJ2b2lkXCIsIHN0eWxlKHtvcGFjaXR5OiAwfSkpLFxyXG4gICAgICBzdGF0ZShcIipcIiwgc3R5bGUoe29wYWNpdHk6IDF9KSksXHJcbiAgICAgIHRyYW5zaXRpb24oXCJ2b2lkIDw9PiAqXCIsIGFuaW1hdGUoXCIyMDBtcyBlYXNlLWluLW91dFwiKSlcclxuICAgIF0pXHJcbiAgXSxcclxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBUcmFuc2FjdGlvblNlYXJjaEhlYWRlckNvbXBvbmVudCB7XHJcbiAgcHVibGljIHJlYWRvbmx5IGljb246IHR5cGVvZiBJY29uID0gSWNvbjtcclxuICBwdWJsaWMgcmVhZG9ubHkgY29udGVudFZpZXdNb2RlczogdHlwZW9mIENvbnRlbnRWaWV3TW9kZSA9IENvbnRlbnRWaWV3TW9kZTtcclxuICBwdWJsaWMgcmVhZG9ubHkgc2VhcmNoVmlld01vZGVzOiB0eXBlb2YgU2VhcmNoVmlld01vZGUgPSBTZWFyY2hWaWV3TW9kZTtcclxuXHJcbiAgcHVibGljIGljb25TbGlkZUluID0gdGhpcy5pY29uQ2FjaGVTZXJ2aWNlLmdldEljb24odGhpcy5pY29uLlNsaWRlSW4pO1xyXG4gIHB1YmxpYyBpY29uUmVzaXplID0gdGhpcy5pY29uQ2FjaGVTZXJ2aWNlLmdldEljb24odGhpcy5pY29uLkV4cGFuZFNvbGlkKTtcclxuICBwdWJsaWMgaWNvbkNhbmNlbCA9IHRoaXMuaWNvbkNhY2hlU2VydmljZS5nZXRJY29uKHRoaXMuaWNvbi5YU29saWQpO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBzZXQgdHJhbnNhY3Rpb25UeXBlKHZhbHVlOiBzdHJpbmcpIHtcclxuICAgIHRoaXMubGFiZWwgPSB0aGlzLl9kaWN0aW9uYXJ5LmdldCh0aGlzLnNlYXJjaFNlcnZpY2UuZ2V0TGFiZWxCYXNlZE9uVHJhbnNhY3Rpb25UeXBlKCkpO1xyXG4gICAgdGhpcy5zZWFyY2hQbGFjZWhvbGRlciA9IHRoaXMuX2RpY3Rpb25hcnkuZ2V0KHRoaXMuc2VhcmNoU2VydmljZS5nZXRTZWFyY2hQbGFjZWhvbGRlckJhc2VkT25UcmFuc2FjdGlvblR5cGUoKSk7XHJcbiAgfVxyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBhY3RpdmVTZWFyY2hWaWV3TW9kZTogU2VhcmNoVmlld01vZGUgPSB0aGlzLnNlYXJjaFZpZXdNb2Rlcy5GdWxsU2NyZWVuO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBhY3RpdmVDb250ZW50Vmlld01vZGU6IENvbnRlbnRWaWV3TW9kZSA9IHRoaXMuY29udGVudFZpZXdNb2Rlcy5UaWxlcztcclxuXHJcbiAgQE91dHB1dCgpXHJcbiAgcHVibGljIHZpZXdNb2RlQ2hhbmdlOiBFdmVudEVtaXR0ZXI8Q29udGVudFZpZXdNb2RlPiA9IG5ldyBFdmVudEVtaXR0ZXI8Q29udGVudFZpZXdNb2RlPigpO1xyXG5cclxuICBAT3V0cHV0KClcclxuICBwdWJsaWMgZmlsdGVyQnV0dG9uQ2xpY2s6IEV2ZW50RW1pdHRlcjx2b2lkPiA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcclxuXHJcbiAgQE91dHB1dCgpXHJcbiAgcHVibGljIHJlc2l6ZUNsaWNrOiBFdmVudEVtaXR0ZXI8dm9pZD4gPSBuZXcgRXZlbnRFbWl0dGVyPHZvaWQ+KCk7XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIHB1YmxpYyBjbG9zZUNsaWNrOiBFdmVudEVtaXR0ZXI8dm9pZD4gPSBuZXcgRXZlbnRFbWl0dGVyPHZvaWQ+KCk7XHJcblxyXG4gIEBIb3N0QmluZGluZyhcImNsYXNzLmNvLXRyYW5zYWN0aW9uLXNlYXJjaC1oZWFkZXJcIilcclxuICBwdWJsaWMgc2hvd0NsYXNzKCkge1xyXG4gICAgcmV0dXJuIHRydWU7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgbGFiZWw6IHN0cmluZztcclxuICBwdWJsaWMgc2VhcmNoUGxhY2Vob2xkZXI6IHN0cmluZztcclxuXHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBwdWJsaWMgc2VhcmNoU2VydmljZTogVHJhbnNhY3Rpb25TZWFyY2hTZXJ2aWNlLFxyXG4gICAgcHVibGljIGljb25DYWNoZVNlcnZpY2U6IEljb25DYWNoZVNlcnZpY2UsXHJcbiAgICBwcml2YXRlIF9kaWN0aW9uYXJ5OiBEaWN0aW9uYXJ5U2VydmljZSxcclxuICAgIHByaXZhdGUgX3RyYW5zYWN0aW9uRXZlbnRTZXJ2aWNlOiBUcmFuc2FjdGlvbkV2ZW50U2VydmljZVxyXG4gICkge1xyXG4gIH1cclxuXHJcbiAgcHVibGljIGdldCBmdWxsc2NyZWVuKCk6IGJvb2xlYW4ge1xyXG4gICAgcmV0dXJuIHRoaXMuYWN0aXZlU2VhcmNoVmlld01vZGUgPT09IFNlYXJjaFZpZXdNb2RlLkZ1bGxTY3JlZW47XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgb25SZXNpemVDbGljaygpOiB2b2lkIHtcclxuICAgIHRoaXMucmVzaXplQ2xpY2suZW1pdCgpO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIG9uQ2xvc2VDbGljaygpOiB2b2lkIHtcclxuICAgIHRoaXMuY2xvc2VDbGljay5lbWl0KCk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgb25WaWV3TW9kZUNoYW5nZSh2aWV3TW9kZSk6IHZvaWQge1xyXG4gICAgdGhpcy52aWV3TW9kZUNoYW5nZS5lbWl0KHZpZXdNb2RlKVxyXG4gIH1cclxuXHJcbiAgcHVibGljIGhhbmRsZUFkZFRyYW5zYWN0aW9uQ2xpY2soKTogdm9pZCB7XHJcbiAgICB0aGlzLl90cmFuc2FjdGlvbkV2ZW50U2VydmljZS5jcmVhdGVUcmFuc2FjdGlvbi5uZXh0KCk7XHJcbiAgfVxyXG59XHJcbiJdfQ==
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { NgModule } from "@angular/core";
|
|
2
|
-
import { CommonModule } from "@angular/common";
|
|
3
|
-
import { ButtonModule, IconModule, InputSearchModule } from "@colijnit/corecomponents_v12";
|
|
4
|
-
import { PipeModule } from "../../../pipe/pipe.module";
|
|
5
|
-
import { ViewModeButtonsModule } from "../../view-mode-buttons/view-mode-buttons.module";
|
|
6
|
-
import { TransactionSearchHeaderComponent } from "./transaction-search-header.component";
|
|
7
|
-
export class TransactionSearchHeaderModule {
|
|
8
|
-
}
|
|
9
|
-
TransactionSearchHeaderModule.decorators = [
|
|
10
|
-
{ type: NgModule, args: [{
|
|
11
|
-
imports: [
|
|
12
|
-
CommonModule,
|
|
13
|
-
PipeModule,
|
|
14
|
-
ButtonModule,
|
|
15
|
-
InputSearchModule,
|
|
16
|
-
ViewModeButtonsModule,
|
|
17
|
-
IconModule
|
|
18
|
-
],
|
|
19
|
-
declarations: [
|
|
20
|
-
TransactionSearchHeaderComponent
|
|
21
|
-
],
|
|
22
|
-
exports: [
|
|
23
|
-
TransactionSearchHeaderComponent
|
|
24
|
-
]
|
|
25
|
-
},] }
|
|
26
|
-
];
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tc2VhcmNoLWhlYWRlci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90cmFuc2FjdGlvbi9zcmMvbGliL2NvbXBvbmVudC90cmFuc2FjdGlvbi1zZWFyY2gvdHJhbnNhY3Rpb24tc2VhcmNoLWhlYWRlci90cmFuc2FjdGlvbi1zZWFyY2gtaGVhZGVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsUUFBUSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQ3ZDLE9BQU8sRUFBQyxZQUFZLEVBQUMsTUFBTSxpQkFBaUIsQ0FBQztBQUM3QyxPQUFPLEVBQUMsWUFBWSxFQUFFLFVBQVUsRUFBRSxpQkFBaUIsRUFBQyxNQUFNLDhCQUE4QixDQUFDO0FBQ3pGLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSwyQkFBMkIsQ0FBQztBQUNyRCxPQUFPLEVBQUMscUJBQXFCLEVBQUMsTUFBTSxrREFBa0QsQ0FBQztBQUN2RixPQUFPLEVBQUMsZ0NBQWdDLEVBQUMsTUFBTSx1Q0FBdUMsQ0FBQztBQWtCdkYsTUFBTSxPQUFPLDZCQUE2Qjs7O1lBaEJ6QyxRQUFRLFNBQUM7Z0JBQ04sT0FBTyxFQUFFO29CQUNMLFlBQVk7b0JBQ1osVUFBVTtvQkFDVixZQUFZO29CQUNaLGlCQUFpQjtvQkFDakIscUJBQXFCO29CQUNyQixVQUFVO2lCQUNiO2dCQUNILFlBQVksRUFBRTtvQkFDWixnQ0FBZ0M7aUJBQ2pDO2dCQUNELE9BQU8sRUFBRTtvQkFDUCxnQ0FBZ0M7aUJBQ2pDO2FBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge05nTW9kdWxlfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQge0NvbW1vbk1vZHVsZX0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xyXG5pbXBvcnQge0J1dHRvbk1vZHVsZSwgSWNvbk1vZHVsZSwgSW5wdXRTZWFyY2hNb2R1bGV9IGZyb20gXCJAY29saWpuaXQvY29yZWNvbXBvbmVudHNfdjEyXCI7XHJcbmltcG9ydCB7UGlwZU1vZHVsZX0gZnJvbSBcIi4uLy4uLy4uL3BpcGUvcGlwZS5tb2R1bGVcIjtcclxuaW1wb3J0IHtWaWV3TW9kZUJ1dHRvbnNNb2R1bGV9IGZyb20gXCIuLi8uLi92aWV3LW1vZGUtYnV0dG9ucy92aWV3LW1vZGUtYnV0dG9ucy5tb2R1bGVcIjtcclxuaW1wb3J0IHtUcmFuc2FjdGlvblNlYXJjaEhlYWRlckNvbXBvbmVudH0gZnJvbSBcIi4vdHJhbnNhY3Rpb24tc2VhcmNoLWhlYWRlci5jb21wb25lbnRcIjtcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgICBpbXBvcnRzOiBbXHJcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxyXG4gICAgICAgIFBpcGVNb2R1bGUsXHJcbiAgICAgICAgQnV0dG9uTW9kdWxlLFxyXG4gICAgICAgIElucHV0U2VhcmNoTW9kdWxlLFxyXG4gICAgICAgIFZpZXdNb2RlQnV0dG9uc01vZHVsZSxcclxuICAgICAgICBJY29uTW9kdWxlXHJcbiAgICBdLFxyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gICAgVHJhbnNhY3Rpb25TZWFyY2hIZWFkZXJDb21wb25lbnRcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIFRyYW5zYWN0aW9uU2VhcmNoSGVhZGVyQ29tcG9uZW50XHJcbiAgXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgVHJhbnNhY3Rpb25TZWFyY2hIZWFkZXJNb2R1bGUge1xyXG59XHJcbiJdfQ==
|
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
@include export-module('co-transaction-search-header-layout') {
|
|
2
|
-
.co-transaction-search-header {
|
|
3
|
-
.transaction-search-header-wrapper {
|
|
4
|
-
display: flex;
|
|
5
|
-
justify-content: center;
|
|
6
|
-
flex-direction: column;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.upper-header {
|
|
10
|
-
display: flex;
|
|
11
|
-
justify-content: flex-end;
|
|
12
|
-
height: $tp-co-transaction-search-result-upper-header-height;
|
|
13
|
-
padding-left: $tp-co-transaction-search-result-upper-header-padding-left;
|
|
14
|
-
|
|
15
|
-
.header-buttons-wrapper {
|
|
16
|
-
display: flex;
|
|
17
|
-
padding: $tp-co-transaction-search-result-header-buttons-wrapper-padding;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
.button-wrapper {
|
|
21
|
-
cursor: pointer;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.toggle-sidebar-button {
|
|
25
|
-
height: $tp-co-transaction-search-result-header-sidebar-button-size;
|
|
26
|
-
width: $tp-co-transaction-search-result-header-sidebar-button-size;
|
|
27
|
-
padding: 0;
|
|
28
|
-
&:not(.circle).has-icon {
|
|
29
|
-
padding-left: 0;
|
|
30
|
-
}
|
|
31
|
-
.co-icon {
|
|
32
|
-
width: $tp-co-transaction-search-result-header-sidebar-icon-size;
|
|
33
|
-
height: $tp-co-transaction-search-result-header-sidebar-icon-size;
|
|
34
|
-
}
|
|
35
|
-
&.fullscreen {
|
|
36
|
-
height: $tp-co-transaction-search-filter-button-icon-size;
|
|
37
|
-
width: $tp-co-transaction-search-filter-button-icon-size;
|
|
38
|
-
.co-icon {
|
|
39
|
-
width: $tp-co-transaction-search-filter-button-icon-size;
|
|
40
|
-
height: $tp-co-transaction-search-filter-button-icon-size;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
.transaction-search-filter-button {
|
|
45
|
-
height: $tp-co-transaction-search-filter-button-size;
|
|
46
|
-
width: $tp-co-transaction-search-filter-button-size;
|
|
47
|
-
border-radius: $tp-co-transaction-search-filter-button-border-radius;
|
|
48
|
-
//padding: $tp-co-transaction-search-filter-button-padding;
|
|
49
|
-
justify-content: center;
|
|
50
|
-
.co-icon {
|
|
51
|
-
width: $tp-co-transaction-search-filter-button-icon-size;
|
|
52
|
-
height: $tp-co-transaction-search-filter-button-icon-size;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
.toggle-sidebar-button-wrapper {
|
|
56
|
-
&.sidebar {
|
|
57
|
-
.toggle-sidebar-button {
|
|
58
|
-
//justify-content: center;
|
|
59
|
-
//width: $tp-co-transaction-search-result-header-sidebar-button-size;
|
|
60
|
-
//co-icon {
|
|
61
|
-
// width: $tp-co-transaction-search-result-header-sidebar-button-size;
|
|
62
|
-
// height: $tp-co-transaction-search-result-header-sidebar-button-size;
|
|
63
|
-
//}
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.transparent {
|
|
68
|
-
background-color: transparent;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
.close-search-button-wrapper {
|
|
72
|
-
display: flex;
|
|
73
|
-
column-gap: $tp-co-transaction-search-result-header-search-button-wrapper-column-gap;
|
|
74
|
-
&.sidebar {
|
|
75
|
-
margin-bottom: 5px;
|
|
76
|
-
.toggle-sidebar-button {
|
|
77
|
-
justify-content: center;
|
|
78
|
-
width: $tp-co-transaction-search-result-header-sidebar-button-size;
|
|
79
|
-
height: $tp-co-transaction-search-result-header-sidebar-button-size;
|
|
80
|
-
co-icon {
|
|
81
|
-
height: $tp-co-transaction-search-result-header-sidebar-close-button-size;
|
|
82
|
-
width: $tp-co-transaction-search-result-header-sidebar-close-button-size;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
.header-searchbar-wrapper {
|
|
90
|
-
display: flex;
|
|
91
|
-
justify-content: center;
|
|
92
|
-
flex-direction: row;
|
|
93
|
-
align-items: center;
|
|
94
|
-
column-gap: $tp-co-transaction-search-header-column-gap;
|
|
95
|
-
.header-searchbar-title {
|
|
96
|
-
font-size: $tp-co-transaction-search-header-label-font-size;
|
|
97
|
-
font-weight: $tp-co-transaction-search-header-label-font-weight;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
.header-search-bar-button-wrapper {
|
|
101
|
-
display: flex;
|
|
102
|
-
align-items: center;
|
|
103
|
-
column-gap: $tp-co-transaction-search-header-button-wrapper-column-gap;
|
|
104
|
-
}
|
|
105
|
-
.transaction-search-general {
|
|
106
|
-
&.fullscreen {
|
|
107
|
-
co-input-text {
|
|
108
|
-
width: $tp-co-transaction-search-input-text-fullscreen-width;
|
|
109
|
-
transition: width 0.2s ease-in-out;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
&.sidebar {
|
|
114
|
-
co-input-text {
|
|
115
|
-
width: $tp-co-transaction-search-input-text-sidebar-width;
|
|
116
|
-
transition: width 0.2s ease-in-out;
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
.view-mode-buttons-wrapper {
|
|
121
|
-
padding: $tp-co-transaction-search-view-modes-wrapper-padding;
|
|
122
|
-
}
|
|
123
|
-
.transaction-add-button {
|
|
124
|
-
cursor: pointer;
|
|
125
|
-
height: $tp-co-transaction-search-header-plus-button-size;
|
|
126
|
-
width: $tp-co-transaction-search-header-plus-button-size;
|
|
127
|
-
padding: 0;
|
|
128
|
-
display: flex;
|
|
129
|
-
align-items: center;
|
|
130
|
-
justify-content: center;
|
|
131
|
-
border-style: $tp-co-transaction-search-header-plus-button-border-style;
|
|
132
|
-
border-width: $tp-co-transaction-search-header-plus-button-border-width;
|
|
133
|
-
border-radius: $tp-co-transaction-search-header-plus-button-border-radius;
|
|
134
|
-
.co-icon {
|
|
135
|
-
width: $tp-co-transaction-search-header-plus-button-icon-size;
|
|
136
|
-
height: $tp-co-transaction-search-header-plus-button-icon-size;
|
|
137
|
-
}
|
|
138
|
-
svg {
|
|
139
|
-
width: 90%;
|
|
140
|
-
height: 90%;
|
|
141
|
-
}
|
|
142
|
-
&:not(.circle).has-icon {
|
|
143
|
-
padding-left: 0;
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
}
|
package/lib/component/transaction-search/transaction-search-header/style/_material-definition.scss
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
$tp-co-transaction-search-header-input-text-width: 300px !default;
|
|
2
|
-
$tp-co-transaction-search-header-label-color: $tp-color-font !default;
|
|
3
|
-
$tp-co-transaction-search-header-label-font-size: 18px !default;
|
|
4
|
-
$tp-co-transaction-search-header-label-font-weight: bold !default;
|
|
5
|
-
$tp-co-transaction-search-header-column-gap: 20px !default;
|
|
6
|
-
$tp-co-transaction-search-header-button-wrapper-column-gap: 0 !default;
|
|
7
|
-
$tp-co-transaction-search-header-plus-button-size: 26px !default;
|
|
8
|
-
$tp-co-transaction-search-header-plus-button-icon-size: 20px !default;
|
|
9
|
-
$tp-co-transaction-search-header-plus-button-color: $tp-color-label !default;
|
|
10
|
-
$tp-co-transaction-search-header-plus-button-border-style: solid !default;
|
|
11
|
-
$tp-co-transaction-search-header-plus-button-border-width: 0 !default;
|
|
12
|
-
$tp-co-transaction-search-header-plus-button-border-color: $tp-color-font !default;
|
|
13
|
-
$tp-co-transaction-search-header-plus-button-border-radius: 5px !default;
|
|
14
|
-
$tp-co-transaction-search-header-plus-button-background-color: $tp-default-background-accent !default;
|
|
15
|
-
|
|
16
|
-
$tp-co-transaction-search-input-text-fullscreen-width: 440px !default;
|
|
17
|
-
$tp-co-transaction-search-input-text-sidebar-width: 250px !default;
|
|
18
|
-
$tp-co-transaction-search-input-text-sidebar-height: 40px !default;
|
|
19
|
-
$tp-co-transaction-search-input-text-label-margin-left: 5% !default;
|
|
20
|
-
|
|
21
|
-
$cc-co-transaction-searchbar-width: 370px !default;
|
|
22
|
-
$tp-co-transaction-filter-button-color: $cc-color-light !default;
|
|
23
|
-
$tp-co-transaction-search-filter-button-padding: 20px 0 !default;
|
|
24
|
-
$tp-co-transaction-search-filter-button-width: 90% !default;
|
|
25
|
-
$tp-co-transaction-search-filter-button-size: 32px !default;
|
|
26
|
-
$tp-co-transaction-search-filter-button-border-radius: 5px !default;
|