@colijnit/transaction 300.1.8 → 300.1.10
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/fesm2022/colijnit-transaction.mjs +1222 -876
- package/fesm2022/colijnit-transaction.mjs.map +1 -1
- package/index.d.ts +99 -33
- package/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-tile/component/delivery-planning-overview-tile-dropdown/style/_layout.scss +37 -29
- package/package.json +2 -2
- package/colijnit-transaction-300.1.7.tgz +0 -0
package/index.d.ts
CHANGED
|
@@ -4818,6 +4818,7 @@ declare class TransactionLineComponent implements OnChanges, OnInit, OnDestroy {
|
|
|
4818
4818
|
|
|
4819
4819
|
declare class OrderLineSetService {
|
|
4820
4820
|
currentOrderLineSetCode: string;
|
|
4821
|
+
currentCompositionId: number;
|
|
4821
4822
|
static ɵfac: i0.ɵɵFactoryDeclaration<OrderLineSetService, never>;
|
|
4822
4823
|
static ɵprov: i0.ɵɵInjectableDeclaration<OrderLineSetService>;
|
|
4823
4824
|
}
|
|
@@ -5030,10 +5031,13 @@ declare class TransactionOverviewLineComponent extends TransactionLineBaseCompon
|
|
|
5030
5031
|
constructor(orderLineSetService: OrderLineSetService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, transactionConnectorService: TransactionConnectorService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, transactionService: TransactionService, imageService: TransactionImageService, dictionaryService: DictionaryService, changeDetector: ChangeDetectorRef);
|
|
5031
5032
|
ngOnInit(): void;
|
|
5032
5033
|
ngOnDestroy(): void;
|
|
5034
|
+
canShowCheckbox(): boolean;
|
|
5035
|
+
checkboxValue(): boolean;
|
|
5033
5036
|
handleCheckBoxValueChanged(value: boolean): void;
|
|
5034
5037
|
handleServiceExistingOrderNavigation(ref: TransactionRefTransaction): void;
|
|
5035
5038
|
onDescriptionDblClick(): void;
|
|
5036
5039
|
openForm(): Promise<void>;
|
|
5040
|
+
protected readonly isNaN: typeof isNaN;
|
|
5037
5041
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionOverviewLineComponent, never>;
|
|
5038
5042
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionOverviewLineComponent, "co-transaction-overview-line", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; }, { "descriptionDblClick": "descriptionDblClick"; }, never, never, false, never>;
|
|
5039
5043
|
}
|
|
@@ -6487,6 +6491,8 @@ declare class RelationAddressesModule {
|
|
|
6487
6491
|
declare class DropShipmentComponent implements OnInit {
|
|
6488
6492
|
iconCacheService: IconCacheService;
|
|
6489
6493
|
transactionService: TransactionService;
|
|
6494
|
+
transactionEventService: TransactionEventService;
|
|
6495
|
+
changeDetection: ChangeDetectorRef;
|
|
6490
6496
|
private _dialogService;
|
|
6491
6497
|
showClass(): boolean;
|
|
6492
6498
|
transUuid: string;
|
|
@@ -6498,15 +6504,18 @@ declare class DropShipmentComponent implements OnInit {
|
|
|
6498
6504
|
showDisconnectButton: boolean;
|
|
6499
6505
|
editMode: boolean;
|
|
6500
6506
|
readonly icons: typeof Icon;
|
|
6501
|
-
constructor(iconCacheService: IconCacheService, transactionService: TransactionService, _dialogService: TransactionDialogService);
|
|
6507
|
+
constructor(iconCacheService: IconCacheService, transactionService: TransactionService, transactionEventService: TransactionEventService, changeDetection: ChangeDetectorRef, _dialogService: TransactionDialogService);
|
|
6502
6508
|
ngOnInit(): void;
|
|
6509
|
+
handleShowDropShipmentDialog(): void;
|
|
6503
6510
|
saveDropShipment(): void;
|
|
6504
6511
|
closeDropShipment(): void;
|
|
6505
6512
|
handleSearch(searchTerm: string): void;
|
|
6513
|
+
setExistingAddressIfExists(): void;
|
|
6506
6514
|
selectAddress(selectedAddress: DropshipmentInfo): void;
|
|
6507
6515
|
removeDropShipment(): void;
|
|
6508
6516
|
addNewAddress(): void;
|
|
6509
6517
|
cancelAddingNewAddress(): void;
|
|
6518
|
+
protected detectChanges(): void;
|
|
6510
6519
|
private _objectContainsTerm;
|
|
6511
6520
|
private _getAddresses;
|
|
6512
6521
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropShipmentComponent, never>;
|
|
@@ -7941,9 +7950,26 @@ declare class TransactionHeaderTargetWarehouseModule {
|
|
|
7941
7950
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionHeaderTargetWarehouseModule>;
|
|
7942
7951
|
}
|
|
7943
7952
|
|
|
7953
|
+
declare class TransactionHeaderReleaseComponent extends TransactionHeaderBaseComponent {
|
|
7954
|
+
checkbox: InputCheckboxComponent;
|
|
7955
|
+
showClass: boolean;
|
|
7956
|
+
onlyIcon: boolean;
|
|
7957
|
+
readonly icons: typeof Icon;
|
|
7958
|
+
commit(release: boolean): Promise<boolean>;
|
|
7959
|
+
toggleTransactionRelease(): void;
|
|
7960
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderReleaseComponent, never>;
|
|
7961
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionHeaderReleaseComponent, "co-transaction-header-release", never, { "onlyIcon": { "alias": "onlyIcon"; "required": false; }; }, {}, never, never, false, never>;
|
|
7962
|
+
}
|
|
7963
|
+
|
|
7964
|
+
declare class TransactionHeaderReleaseModule {
|
|
7965
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderReleaseModule, never>;
|
|
7966
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionHeaderReleaseModule, [typeof TransactionHeaderReleaseComponent], [typeof i2.CommonModule, typeof PipeModule, typeof i3.InputCheckboxModule, typeof i3.TooltipDirectiveModule, typeof i3.ScreenConfigurationModule, typeof i3.IconModule], [typeof TransactionHeaderReleaseComponent]>;
|
|
7967
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionHeaderReleaseModule>;
|
|
7968
|
+
}
|
|
7969
|
+
|
|
7944
7970
|
declare class TransactionHeaderPopupModule {
|
|
7945
7971
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderPopupModule, never>;
|
|
7946
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionHeaderPopupModule, [typeof TransactionHeaderPopupComponent, typeof TransactionHeaderPopupRelationComponent, typeof TransactionHeaderPopupOrderComponent, typeof TransactionHeaderPopupDeliveryComponent, typeof TransactionHeaderPopupPaymentComponent, typeof CashOnDeliveryModalComponent, typeof ProjectCodeyModalComponent, typeof DiscountCodesPopupComponent], [typeof i2.CommonModule, typeof i3.CoDialogModule, typeof PipeModule, typeof TransactionFilterCategoriesModule, typeof i3.FormModule, typeof RelationTypeModule, typeof CoreModule, typeof RelationGeneralModule, typeof RelationAddressesModule, typeof DropShipmentModule, typeof i3.InputCheckboxModule, typeof RelationPreferencesModule, typeof TransactionHeaderBranchModule, typeof TransactionHeaderSalesPersonModule, typeof TransactionHeaderAdministrativeRelationModule, typeof TransactionHeaderPriceKindModule, typeof TransactionHeaderCurrencyModule, typeof TransactionHeaderTypeModule, typeof TransactionHeaderPaymentConditionModule, typeof TransactionHeaderHoldCodesModule, typeof TransactionHeaderMarketingModule, typeof TransactionHeaderMontrieursFurnitureTypeModule, typeof DepositPaymentModule, typeof TransactionHeaderDeliveryOptionsModule, typeof TransactionHeaderRemarksModule, typeof TransactionHeaderReferenceModule, typeof TransactionHeaderRelationReferenceModule, typeof TransactionHeaderDeliveryMethodButtonModule, typeof i3.ButtonModule, typeof TransactionHeaderDefinitiveModule, typeof TransactionHeaderDeliveryDateModule, typeof TransactionHeaderPreferredDeliveryDateModule, typeof TransactionHeaderDeliverydateDefinitiveButtonModule, typeof TransactionHeaderDepositPercentageModule, typeof TransactionHeaderDepositAmountModule, typeof TransactionHeaderPaymentButtonModule, typeof i3.IconModule, typeof i3.TooltipDirectiveModule, typeof LoaderModule, typeof TransactionHeaderDivideEvenlyModule, typeof TransactionHeaderAmountToSettleModule, typeof i3.InputTextModule, typeof TransactionHeaderScoringChanceModule, typeof TransactionHeaderRetailStadiumModule, typeof TransactionHeaderScoringDateModule, typeof TransactionHeaderPartialDeliveryModule, typeof i3.ScreenConfigurationModule, typeof TransactionHeaderAutoRecalculateDepositModule, typeof TransactionHeaderUseDepositRuleModule, typeof TransactionHeaderPriceKindModule, typeof TransactionHeaderProjectCodeModule, typeof RelationContactDetailsModule, typeof i3.InputTextareaModule, typeof DialogCatalogModule, typeof i3.InputSearchModule, typeof ServiceWizardQaModule, typeof DialogHeaderSearchModule, typeof DialogTransactionSearchModule, typeof i6.FilesUploadModule, typeof i3.InputDatePickerModule, typeof TransactionHeaderPreferredDeliveryTimeModule, typeof i3.ImageModule, typeof PaymentModule, typeof i3.InputRadioButtonModule, typeof TransactionHeaderAssemblyDateModule, typeof TransactionHeaderTotalAssemblyTimeModule, typeof TransactionHeaderDistrictModule, typeof TransactionHeaderRelationDateModule, typeof TransactionHeaderTargetWarehouseModule, typeof i3.ListOfValuesModule], [typeof TransactionHeaderPopupComponent, typeof TransactionHeaderPopupRelationComponent, typeof DiscountCodesPopupComponent]>;
|
|
7972
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionHeaderPopupModule, [typeof TransactionHeaderPopupComponent, typeof TransactionHeaderPopupRelationComponent, typeof TransactionHeaderPopupOrderComponent, typeof TransactionHeaderPopupDeliveryComponent, typeof TransactionHeaderPopupPaymentComponent, typeof CashOnDeliveryModalComponent, typeof ProjectCodeyModalComponent, typeof DiscountCodesPopupComponent], [typeof i2.CommonModule, typeof i3.CoDialogModule, typeof PipeModule, typeof TransactionFilterCategoriesModule, typeof i3.FormModule, typeof RelationTypeModule, typeof CoreModule, typeof RelationGeneralModule, typeof RelationAddressesModule, typeof DropShipmentModule, typeof i3.InputCheckboxModule, typeof RelationPreferencesModule, typeof TransactionHeaderBranchModule, typeof TransactionHeaderSalesPersonModule, typeof TransactionHeaderAdministrativeRelationModule, typeof TransactionHeaderPriceKindModule, typeof TransactionHeaderCurrencyModule, typeof TransactionHeaderTypeModule, typeof TransactionHeaderPaymentConditionModule, typeof TransactionHeaderHoldCodesModule, typeof TransactionHeaderMarketingModule, typeof TransactionHeaderMontrieursFurnitureTypeModule, typeof DepositPaymentModule, typeof TransactionHeaderDeliveryOptionsModule, typeof TransactionHeaderRemarksModule, typeof TransactionHeaderReferenceModule, typeof TransactionHeaderRelationReferenceModule, typeof TransactionHeaderDeliveryMethodButtonModule, typeof i3.ButtonModule, typeof TransactionHeaderDefinitiveModule, typeof TransactionHeaderDeliveryDateModule, typeof TransactionHeaderPreferredDeliveryDateModule, typeof TransactionHeaderDeliverydateDefinitiveButtonModule, typeof TransactionHeaderDepositPercentageModule, typeof TransactionHeaderDepositAmountModule, typeof TransactionHeaderPaymentButtonModule, typeof i3.IconModule, typeof i3.TooltipDirectiveModule, typeof LoaderModule, typeof TransactionHeaderDivideEvenlyModule, typeof TransactionHeaderAmountToSettleModule, typeof i3.InputTextModule, typeof TransactionHeaderScoringChanceModule, typeof TransactionHeaderRetailStadiumModule, typeof TransactionHeaderScoringDateModule, typeof TransactionHeaderPartialDeliveryModule, typeof i3.ScreenConfigurationModule, typeof TransactionHeaderAutoRecalculateDepositModule, typeof TransactionHeaderUseDepositRuleModule, typeof TransactionHeaderPriceKindModule, typeof TransactionHeaderProjectCodeModule, typeof RelationContactDetailsModule, typeof i3.InputTextareaModule, typeof DialogCatalogModule, typeof i3.InputSearchModule, typeof ServiceWizardQaModule, typeof DialogHeaderSearchModule, typeof DialogTransactionSearchModule, typeof i6.FilesUploadModule, typeof i3.InputDatePickerModule, typeof TransactionHeaderPreferredDeliveryTimeModule, typeof i3.ImageModule, typeof PaymentModule, typeof i3.InputRadioButtonModule, typeof TransactionHeaderAssemblyDateModule, typeof TransactionHeaderTotalAssemblyTimeModule, typeof TransactionHeaderDistrictModule, typeof TransactionHeaderRelationDateModule, typeof TransactionHeaderTargetWarehouseModule, typeof i3.ListOfValuesModule, typeof TransactionHeaderReleaseModule], [typeof TransactionHeaderPopupComponent, typeof TransactionHeaderPopupRelationComponent, typeof DiscountCodesPopupComponent]>;
|
|
7947
7973
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionHeaderPopupModule>;
|
|
7948
7974
|
}
|
|
7949
7975
|
|
|
@@ -8056,7 +8082,6 @@ declare class TransactionMarginInfoLineComponent extends TransactionLineBaseComp
|
|
|
8056
8082
|
statusBarConfigNames: StatusBarCfgNames;
|
|
8057
8083
|
discountConfigNames: LineDiscountCfgNames;
|
|
8058
8084
|
constructor(orderLineSetService: OrderLineSetService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, imageService: TransactionImageService, dictionaryService: DictionaryService, transactionService: TransactionService, changeDetector: ChangeDetectorRef);
|
|
8059
|
-
handleCheckBoxValueChanged(value: boolean): void;
|
|
8060
8085
|
onDescriptionDblClick(): void;
|
|
8061
8086
|
protected transactionInfoSet(): void;
|
|
8062
8087
|
protected visibilitySet(): void;
|
|
@@ -8690,7 +8715,6 @@ declare class TransactionCustomerPortalLineComponent extends TransactionLineBase
|
|
|
8690
8715
|
statusBarConfigNames: StatusBarCfgNames;
|
|
8691
8716
|
discountConfigNames: LineDiscountCfgNames;
|
|
8692
8717
|
constructor(orderLineSetService: OrderLineSetService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, imageService: TransactionImageService, dictionaryService: DictionaryService, transactionService: TransactionService, changeDetector: ChangeDetectorRef);
|
|
8693
|
-
handleCheckBoxValueChanged(value: boolean): void;
|
|
8694
8718
|
onDescriptionDblClick(): void;
|
|
8695
8719
|
getWeekNumber(dateInput: Date | string | null | undefined): string;
|
|
8696
8720
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionCustomerPortalLineComponent, never>;
|
|
@@ -8718,6 +8742,11 @@ declare enum DeliveryPlanningTileModes {
|
|
|
8718
8742
|
Calendar = "calendar"
|
|
8719
8743
|
}
|
|
8720
8744
|
|
|
8745
|
+
declare enum DeliveryPlanningTileDropdownActions {
|
|
8746
|
+
OrderPicking = "ORDER_PICKING",
|
|
8747
|
+
DeliveryNote = "DELIVERY_NOTE"
|
|
8748
|
+
}
|
|
8749
|
+
|
|
8721
8750
|
declare class DeliveryPlanningService {
|
|
8722
8751
|
private _transactionConnectorService;
|
|
8723
8752
|
private _dragging;
|
|
@@ -8743,7 +8772,12 @@ declare class DeliveryPlanningService {
|
|
|
8743
8772
|
linesPlanOrder: PlanOrder;
|
|
8744
8773
|
planningTask: Task;
|
|
8745
8774
|
availabilityCheckEvent: EventEmitter<PlanOrder>;
|
|
8775
|
+
transactionPlanEvent: EventEmitter<[PlanOrder, PlanningTransportWeekDay, PlanningTransportWeekDay[]]>;
|
|
8746
8776
|
availabilityResetEvent: EventEmitter<void>;
|
|
8777
|
+
tileDropActionEvent: EventEmitter<{
|
|
8778
|
+
action: DeliveryPlanningTileDropdownActions;
|
|
8779
|
+
transport: PlanningTransportWeekDay;
|
|
8780
|
+
}>;
|
|
8747
8781
|
showPlanningPopup: EventEmitter<void>;
|
|
8748
8782
|
readonly transactionNavigation: Subject<{
|
|
8749
8783
|
transactionNr: string;
|
|
@@ -9499,9 +9533,12 @@ declare class TransactionSalesOrderQuotationLineComponent extends TransactionLin
|
|
|
9499
9533
|
showClass(): boolean;
|
|
9500
9534
|
constructor(orderLineSetService: OrderLineSetService, transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, iconCacheService: IconCacheService, screenConfigService: TransactionScreenConfigurationService, imageService: TransactionImageService, dictionaryService: DictionaryService, transactionService: TransactionService, changeDetector: ChangeDetectorRef);
|
|
9501
9535
|
ngOnInit(): Promise<void>;
|
|
9536
|
+
canShowCheckbox(): boolean;
|
|
9537
|
+
checkboxValue(): boolean;
|
|
9502
9538
|
handleCheckBoxValueChanged(value: boolean): void;
|
|
9503
9539
|
discountConfigNames: LineDiscountCfgNames;
|
|
9504
9540
|
protected readonly TransactionTypeCategory: typeof TransactionTypeCategory;
|
|
9541
|
+
protected readonly isNaN: typeof isNaN;
|
|
9505
9542
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionSalesOrderQuotationLineComponent, never>;
|
|
9506
9543
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionSalesOrderQuotationLineComponent, "co-transaction-sales-order-quotation-line", never, { "lineIndex": { "alias": "lineIndex"; "required": false; }; }, {}, never, never, false, never>;
|
|
9507
9544
|
}
|
|
@@ -10868,7 +10905,12 @@ declare class DeliveryPlanningOverviewPopupComponent implements OnDestroy {
|
|
|
10868
10905
|
districtsForOrder(planOrder: PlanOrder): string[];
|
|
10869
10906
|
handlePlanRemarkChange(remarks: string): string;
|
|
10870
10907
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeliveryPlanningOverviewPopupComponent, never>;
|
|
10871
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DeliveryPlanningOverviewPopupComponent, "co-delivery-planning-overview-popup", never, {}, { "closeEvent": "closeEvent"; "onSucceededPlanAction": "onSucceededPlanAction"; }, never, never, false, never>;
|
|
10908
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DeliveryPlanningOverviewPopupComponent, "co-delivery-planning-overview-popup", never, { "planOrder": { "alias": "planOrder"; "required": false; }; "setPlanOrder": { "alias": "setPlanOrder"; "required": false; }; "transportDay": { "alias": "transportDay"; "required": false; }; "week": { "alias": "week"; "required": false; }; }, { "closeEvent": "closeEvent"; "onSucceededPlanAction": "onSucceededPlanAction"; }, never, never, false, never>;
|
|
10909
|
+
}
|
|
10910
|
+
|
|
10911
|
+
interface DeliveryPlanningAvailability {
|
|
10912
|
+
available: boolean;
|
|
10913
|
+
errorMessage?: string;
|
|
10872
10914
|
}
|
|
10873
10915
|
|
|
10874
10916
|
declare class DeliveryPlanningOverviewTileComponent implements OnInit, OnDestroy {
|
|
@@ -10905,7 +10947,7 @@ declare class DeliveryPlanningOverviewTileComponent implements OnInit, OnDestroy
|
|
|
10905
10947
|
openSettingsDialogEvent: EventEmitter<PlanningTransportWeekDay>;
|
|
10906
10948
|
availabilityChecked: EventEmitter<{
|
|
10907
10949
|
transportDay: PlanningTransportWeekDay;
|
|
10908
|
-
|
|
10950
|
+
availability: DeliveryPlanningAvailability;
|
|
10909
10951
|
}>;
|
|
10910
10952
|
calendarPlanEvent: EventEmitter<{
|
|
10911
10953
|
currentHour: string;
|
|
@@ -10958,8 +11000,8 @@ declare class DeliveryPlanningOverviewTileComponent implements OnInit, OnDestroy
|
|
|
10958
11000
|
}): Promise<void>;
|
|
10959
11001
|
handleAvailabilityChecked(planOrder: PlanOrder): Promise<void>;
|
|
10960
11002
|
getOrderLinesPlanned(planOrder: PlanOrder): Promise<void>;
|
|
10961
|
-
deliveryMethodAvailabilityCheck(planOrder: PlanOrder): Promise<
|
|
10962
|
-
districtAvailabilityCheck(planOrder: PlanOrder): Promise<
|
|
11003
|
+
deliveryMethodAvailabilityCheck(planOrder: PlanOrder, availability: DeliveryPlanningAvailability): Promise<DeliveryPlanningAvailability>;
|
|
11004
|
+
districtAvailabilityCheck(planOrder: PlanOrder, availability: DeliveryPlanningAvailability): Promise<DeliveryPlanningAvailability>;
|
|
10963
11005
|
handleOrderSameTimeDrop(event: DragEvent, order: {
|
|
10964
11006
|
start: Date;
|
|
10965
11007
|
end: Date;
|
|
@@ -10967,6 +11009,7 @@ declare class DeliveryPlanningOverviewTileComponent implements OnInit, OnDestroy
|
|
|
10967
11009
|
}): void;
|
|
10968
11010
|
handleMapClicked(mouseEvent: MouseEvent, transport: PlanningTransportWeekDay): void;
|
|
10969
11011
|
handleDropdownClicked(event: MouseEvent): void;
|
|
11012
|
+
handleDropdownActionClicked(clickAction: DeliveryPlanningTileDropdownActions): void;
|
|
10970
11013
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeliveryPlanningOverviewTileComponent, never>;
|
|
10971
11014
|
static ɵcmp: i0.ɵɵComponentDeclaration<DeliveryPlanningOverviewTileComponent, "co-delivery-planning-overview-tile", never, { "disabled": { "alias": "disabled"; "required": false; }; "transportDay": { "alias": "transportDay"; "required": false; }; }, { "transportSelected": "transportSelected"; "expandedEvent": "expandedEvent"; "deleteOrderEvent": "deleteOrderEvent"; "planOrderOnSameTimeEvent": "planOrderOnSameTimeEvent"; "deleteOrderLineEvent": "deleteOrderLineEvent"; "editOrderEvent": "editOrderEvent"; "getTransportOrdersEvent": "getTransportOrdersEvent"; "timeChangeEvent": "timeChangeEvent"; "openSettingsDialogEvent": "openSettingsDialogEvent"; "availabilityChecked": "availabilityChecked"; "calendarPlanEvent": "calendarPlanEvent"; "moveEvent": "moveEvent"; "reorderOrderEvent": "reorderOrderEvent"; "moveOrderUpEvent": "moveOrderUpEvent"; "moveOrderDownEvent": "moveOrderDownEvent"; }, never, never, false, never>;
|
|
10972
11015
|
}
|
|
@@ -10987,7 +11030,7 @@ declare class DeliveryPlanningOverviewComponent implements OnInit, OnDestroy {
|
|
|
10987
11030
|
weekStart: typeof WeekStart;
|
|
10988
11031
|
availability: {
|
|
10989
11032
|
transportDay: PlanningTransportWeekDay;
|
|
10990
|
-
|
|
11033
|
+
availability: DeliveryPlanningAvailability;
|
|
10991
11034
|
}[];
|
|
10992
11035
|
planningPopupRef: DeliveryPlanningOverviewPopupComponent;
|
|
10993
11036
|
available: boolean;
|
|
@@ -11041,6 +11084,7 @@ declare class DeliveryPlanningOverviewComponent implements OnInit, OnDestroy {
|
|
|
11041
11084
|
line: PlanOrderLine;
|
|
11042
11085
|
}, weekDay: PlanningTransportWeekDay, transportWeekRow: PlanningTransportWeekDay[]): void;
|
|
11043
11086
|
getOrderLinesPlanned(order: PlanOrder): Promise<void>;
|
|
11087
|
+
getOrderLinesNotPlanned(order: PlanOrder): Promise<void>;
|
|
11044
11088
|
getTransportOrders(transportDay: PlanningTransportWeekDay): Promise<void>;
|
|
11045
11089
|
planOrderLines(order: PlanOrder, transportDay: PlanningTransportWeekDay, week: PlanningTransportWeekDay[], withTasks?: boolean): Promise<void>;
|
|
11046
11090
|
planSelectedLines(transportDay: PlanningTransportWeekDay, week: PlanningTransportWeekDay[]): Promise<void>;
|
|
@@ -11058,7 +11102,7 @@ declare class DeliveryPlanningOverviewComponent implements OnInit, OnDestroy {
|
|
|
11058
11102
|
openPlanningPopup(planOrder: PlanOrder, transportDay: PlanningTransportWeekDay, week: PlanningTransportWeekDay[]): void;
|
|
11059
11103
|
handleAvailabilityChecked(value: {
|
|
11060
11104
|
transportDay: PlanningTransportWeekDay;
|
|
11061
|
-
|
|
11105
|
+
availability: DeliveryPlanningAvailability;
|
|
11062
11106
|
}): void;
|
|
11063
11107
|
checkAvailable(transportDay: PlanningTransportWeekDay): boolean;
|
|
11064
11108
|
handleTimeChangeEvent(transportDay: PlanningTransportWeekDay, week: PlanningTransportWeekDay[], obj: PlanOrder): void;
|
|
@@ -11215,11 +11259,14 @@ declare class DeliveryPlanningOverviewShortLineModule {
|
|
|
11215
11259
|
static ɵinj: i0.ɵɵInjectorDeclaration<DeliveryPlanningOverviewShortLineModule>;
|
|
11216
11260
|
}
|
|
11217
11261
|
|
|
11218
|
-
type DeliveryPlanningOverviewTileDropdownAction = "ORDER_PICKING" | "DELIVERY_SLIP";
|
|
11219
11262
|
declare class DeliveryPlanningOverviewTileDropdownComponent {
|
|
11220
|
-
|
|
11263
|
+
private readonly _elementRef;
|
|
11264
|
+
readonly actions: typeof DeliveryPlanningTileDropdownActions;
|
|
11265
|
+
actionClicked: EventEmitter<DeliveryPlanningTileDropdownActions>;
|
|
11266
|
+
constructor(_elementRef: ElementRef<HTMLElement>);
|
|
11221
11267
|
showClass(): boolean;
|
|
11222
|
-
|
|
11268
|
+
onDocumentClick(event: MouseEvent): void;
|
|
11269
|
+
onActionClicked(action: DeliveryPlanningTileDropdownActions): void;
|
|
11223
11270
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeliveryPlanningOverviewTileDropdownComponent, never>;
|
|
11224
11271
|
static ɵcmp: i0.ɵɵComponentDeclaration<DeliveryPlanningOverviewTileDropdownComponent, "co-delivery-planning-overview-tile-dropdown", never, {}, { "actionClicked": "actionClicked"; }, never, never, false, never>;
|
|
11225
11272
|
}
|
|
@@ -12112,6 +12159,11 @@ declare class TransactionSalesOrderFilterContentOrderComponent extends Transacti
|
|
|
12112
12159
|
text: any;
|
|
12113
12160
|
value: any;
|
|
12114
12161
|
};
|
|
12162
|
+
searchTypes: FilterItemViewmodel[];
|
|
12163
|
+
searchTypeFields: {
|
|
12164
|
+
text: any;
|
|
12165
|
+
value: any;
|
|
12166
|
+
};
|
|
12115
12167
|
handleCollectionChange(): void;
|
|
12116
12168
|
constructor(searchService: TransactionSearchService, filterRequestService: FilterRequestService, transactionService: TransactionService, changeDetector: ChangeDetectorRef, relationService: TransactionRelationService, transationConnectorService: TransactionConnectorService, transactionFilterContentService: TransactionFilterContentService);
|
|
12117
12169
|
loadCustomers: (nameFilter: string) => Promise<FilterItemViewmodel[]>;
|
|
@@ -12132,6 +12184,7 @@ declare class TransactionSalesOrderFilterContentOrderComponent extends Transacti
|
|
|
12132
12184
|
private _setWorkFlowStatusNames;
|
|
12133
12185
|
private _setAllProjectCodes;
|
|
12134
12186
|
private _setWithOrWithoutLines;
|
|
12187
|
+
private _setSearchTypes;
|
|
12135
12188
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionSalesOrderFilterContentOrderComponent, never>;
|
|
12136
12189
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionSalesOrderFilterContentOrderComponent, "co-transaction-sales-order-filter-content-order", never, {}, {}, never, never, false, never>;
|
|
12137
12190
|
}
|
|
@@ -12388,6 +12441,11 @@ declare class TransactionInterBranchOrderFilterContentOrderComponent extends Tra
|
|
|
12388
12441
|
text: any;
|
|
12389
12442
|
value: any;
|
|
12390
12443
|
};
|
|
12444
|
+
searchTypes: FilterItemViewmodel[];
|
|
12445
|
+
searchTypeFields: {
|
|
12446
|
+
text: any;
|
|
12447
|
+
value: any;
|
|
12448
|
+
};
|
|
12391
12449
|
handleCollectionChange(): void;
|
|
12392
12450
|
loadCustomers: (nameFilter: string) => Promise<FilterItemViewmodel[]>;
|
|
12393
12451
|
protected loadCollections(): void;
|
|
@@ -12406,6 +12464,7 @@ declare class TransactionInterBranchOrderFilterContentOrderComponent extends Tra
|
|
|
12406
12464
|
private _setTransactionKinds;
|
|
12407
12465
|
private _setWorkFlowStatusNames;
|
|
12408
12466
|
private _setAllProjectCodes;
|
|
12467
|
+
private _setSearchTypes;
|
|
12409
12468
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionInterBranchOrderFilterContentOrderComponent, never>;
|
|
12410
12469
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionInterBranchOrderFilterContentOrderComponent, "co-transaction-inter-branch-order-filter-content-order", never, {}, {}, never, never, false, never>;
|
|
12411
12470
|
}
|
|
@@ -12603,6 +12662,11 @@ declare class TransactionPurchaseOrderFilterContentOrderComponent extends Transa
|
|
|
12603
12662
|
text: any;
|
|
12604
12663
|
value: any;
|
|
12605
12664
|
};
|
|
12665
|
+
searchTypes: FilterItemViewmodel[];
|
|
12666
|
+
searchTypeFields: {
|
|
12667
|
+
text: any;
|
|
12668
|
+
value: any;
|
|
12669
|
+
};
|
|
12606
12670
|
transStartDate: Date;
|
|
12607
12671
|
transEndDate: Date;
|
|
12608
12672
|
deliveryStartDate: Date;
|
|
@@ -12621,6 +12685,7 @@ declare class TransactionPurchaseOrderFilterContentOrderComponent extends Transa
|
|
|
12621
12685
|
private _setAllProjectCodes;
|
|
12622
12686
|
private _setSuppliers;
|
|
12623
12687
|
private _setWithOrWithoutLines;
|
|
12688
|
+
private _setSearchTypes;
|
|
12624
12689
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionPurchaseOrderFilterContentOrderComponent, never>;
|
|
12625
12690
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionPurchaseOrderFilterContentOrderComponent, "co-transaction-purchase-order-filter-content-order", never, {}, {}, never, never, false, never>;
|
|
12626
12691
|
}
|
|
@@ -12790,6 +12855,11 @@ declare class TransactionSalesQuotationFilterContentOrderComponent extends Trans
|
|
|
12790
12855
|
text: any;
|
|
12791
12856
|
value: any;
|
|
12792
12857
|
};
|
|
12858
|
+
searchTypes: FilterItemViewmodel[];
|
|
12859
|
+
searchTypeFields: {
|
|
12860
|
+
text: any;
|
|
12861
|
+
value: any;
|
|
12862
|
+
};
|
|
12793
12863
|
loadCustomers: (nameFilter: string) => Promise<FilterItemViewmodel[]>;
|
|
12794
12864
|
protected loadCollections(): void;
|
|
12795
12865
|
private _setSalesPersons;
|
|
@@ -12804,6 +12874,7 @@ declare class TransactionSalesQuotationFilterContentOrderComponent extends Trans
|
|
|
12804
12874
|
private _setRetailStadiums;
|
|
12805
12875
|
private _setIsQuotationProcessedToSales;
|
|
12806
12876
|
private _setAllProjectCodes;
|
|
12877
|
+
private _setSearchTypes;
|
|
12807
12878
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionSalesQuotationFilterContentOrderComponent, never>;
|
|
12808
12879
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionSalesQuotationFilterContentOrderComponent, "co-transaction-sales-quotation-filter-content-order", never, {}, {}, never, never, false, never>;
|
|
12809
12880
|
}
|
|
@@ -13064,6 +13135,11 @@ declare class TransactionCashDeskFilterContentOrderComponent extends Transaction
|
|
|
13064
13135
|
text: any;
|
|
13065
13136
|
value: any;
|
|
13066
13137
|
};
|
|
13138
|
+
searchTypes: FilterItemViewmodel[];
|
|
13139
|
+
searchTypeFields: {
|
|
13140
|
+
text: any;
|
|
13141
|
+
value: any;
|
|
13142
|
+
};
|
|
13067
13143
|
handleCollectionChange(): void;
|
|
13068
13144
|
loadCustomers: (nameFilter: string) => Promise<FilterItemViewmodel[]>;
|
|
13069
13145
|
protected loadCollections(): void;
|
|
@@ -13079,6 +13155,7 @@ declare class TransactionCashDeskFilterContentOrderComponent extends Transaction
|
|
|
13079
13155
|
private _setOrderActive;
|
|
13080
13156
|
private _setCustomerGroups;
|
|
13081
13157
|
private _setWorkFlowStatusNames;
|
|
13158
|
+
private _setSearchTypes;
|
|
13082
13159
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionCashDeskFilterContentOrderComponent, never>;
|
|
13083
13160
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionCashDeskFilterContentOrderComponent, "co-transaction-cash-desk-filter-content-order", never, {}, {}, never, never, false, never>;
|
|
13084
13161
|
}
|
|
@@ -13177,6 +13254,11 @@ declare class TransactionServiceOrderFilterContentOrderComponent extends Transac
|
|
|
13177
13254
|
text: any;
|
|
13178
13255
|
value: any;
|
|
13179
13256
|
};
|
|
13257
|
+
searchTypes: FilterItemViewmodel[];
|
|
13258
|
+
searchTypeFields: {
|
|
13259
|
+
text: any;
|
|
13260
|
+
value: any;
|
|
13261
|
+
};
|
|
13180
13262
|
handleCollectionChange(): void;
|
|
13181
13263
|
loadCustomers: (nameFilter: string) => Promise<FilterItemViewmodel[]>;
|
|
13182
13264
|
protected loadCollections(): void;
|
|
@@ -13194,6 +13276,7 @@ declare class TransactionServiceOrderFilterContentOrderComponent extends Transac
|
|
|
13194
13276
|
private _setWorkFlowStatusNames;
|
|
13195
13277
|
private _setSLAProducts;
|
|
13196
13278
|
private _setAllProjectCodes;
|
|
13279
|
+
private _setSearchTypes;
|
|
13197
13280
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionServiceOrderFilterContentOrderComponent, never>;
|
|
13198
13281
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionServiceOrderFilterContentOrderComponent, "co-transaction-service-order-filter-content-order", never, {}, {}, never, never, false, never>;
|
|
13199
13282
|
}
|
|
@@ -13891,23 +13974,6 @@ declare class DialogTransactionHeaderPlanningRequest {
|
|
|
13891
13974
|
static ɵinj: i0.ɵɵInjectorDeclaration<DialogTransactionHeaderPlanningRequest>;
|
|
13892
13975
|
}
|
|
13893
13976
|
|
|
13894
|
-
declare class TransactionHeaderReleaseComponent extends TransactionHeaderBaseComponent {
|
|
13895
|
-
checkbox: InputCheckboxComponent;
|
|
13896
|
-
showClass: boolean;
|
|
13897
|
-
onlyIcon: boolean;
|
|
13898
|
-
readonly icons: typeof Icon;
|
|
13899
|
-
commit(release: boolean): Promise<boolean>;
|
|
13900
|
-
toggleTransactionRelease(): void;
|
|
13901
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderReleaseComponent, never>;
|
|
13902
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionHeaderReleaseComponent, "co-transaction-header-release", never, { "onlyIcon": { "alias": "onlyIcon"; "required": false; }; }, {}, never, never, false, never>;
|
|
13903
|
-
}
|
|
13904
|
-
|
|
13905
|
-
declare class TransactionHeaderReleaseModule {
|
|
13906
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderReleaseModule, never>;
|
|
13907
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionHeaderReleaseModule, [typeof TransactionHeaderReleaseComponent], [typeof i2.CommonModule, typeof PipeModule, typeof i3.InputCheckboxModule, typeof i3.TooltipDirectiveModule, typeof i3.ScreenConfigurationModule, typeof i3.IconModule], [typeof TransactionHeaderReleaseComponent]>;
|
|
13908
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionHeaderReleaseModule>;
|
|
13909
|
-
}
|
|
13910
|
-
|
|
13911
13977
|
declare class TransactionHeaderDeliveryModule {
|
|
13912
13978
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderDeliveryModule, never>;
|
|
13913
13979
|
static ɵmod: i0.ɵɵNgModuleDeclaration<TransactionHeaderDeliveryModule, [typeof TransactionHeaderDeliveryComponent], [typeof i2.CommonModule, typeof CoreModule, typeof TransactionHeaderBlockModule, typeof i3.InputCheckboxModule, typeof i3.IconModule, typeof PipeModule, typeof i3.InputDatePickerModule, typeof TransactionHeaderDeliveryDateModule, typeof i3.CoDialogModule, typeof TransactionHeaderDeliveryOptionsModule, typeof TransactionHeaderRemarksModule, typeof TransactionHeaderReferenceModule, typeof TransactionHeaderRelationReferenceModule, typeof TransactionHeaderDeliveryMethodModule, typeof TransactionHeaderPreferredDeliveryDateModule, typeof DialogTransactionHeaderDeliveryMethodModule, typeof TransactionHeaderPopupModule, typeof TransactionHeaderDeliveryMethodButtonModule, typeof TransactionHeaderDeliverydateDefinitiveButtonModule, typeof TransactionHeaderPartialDeliveryModule, typeof i3.ScreenConfigurationModule, typeof i6.DatePlanningModule, typeof DialogTransactionHeaderPlanningRequest, typeof TransactionHeaderPreferredDeliveryTimeModule, typeof TransactionHeaderDefinitiveModule, typeof TransactionHeaderReleaseModule], [typeof TransactionHeaderDeliveryComponent]>;
|
|
@@ -14059,8 +14125,6 @@ declare class TransactionInternalComponent implements OnInit, OnDestroy {
|
|
|
14059
14125
|
readonly category: typeof TransactionTypeCategory;
|
|
14060
14126
|
screenWidth: number;
|
|
14061
14127
|
set child(content: ElementRef);
|
|
14062
|
-
private _planningPopupCompRef;
|
|
14063
|
-
set planningPopup(component: DeliveryPlanningOverviewPopupComponent);
|
|
14064
14128
|
userFormComponent: FormBuilderUserFormComponent;
|
|
14065
14129
|
sidePanelComponents: QueryList<TransactionLineSidePanelComponent>;
|
|
14066
14130
|
set confirmationAnalysisId(value: number);
|
|
@@ -14165,6 +14229,8 @@ declare class TransactionInternalComponent implements OnInit, OnDestroy {
|
|
|
14165
14229
|
closeConversionAssistantDialog(): void;
|
|
14166
14230
|
shouldShowTiles(): boolean;
|
|
14167
14231
|
fullyInvoiced(): boolean;
|
|
14232
|
+
handleSucceedPlanPopup(planEvent: [PlanOrder, PlanningTransportWeekDay, PlanningTransportWeekDay[]]): void;
|
|
14233
|
+
closePlanPopup(): void;
|
|
14168
14234
|
private _getOrderLineSetIfExists;
|
|
14169
14235
|
private _hideArticleTextDialog;
|
|
14170
14236
|
private _hideTransactionTextDialog;
|
|
@@ -17573,5 +17639,5 @@ declare class SharedConnectorService {
|
|
|
17573
17639
|
static ɵprov: i0.ɵɵInjectableDeclaration<SharedConnectorService>;
|
|
17574
17640
|
}
|
|
17575
17641
|
|
|
17576
|
-
export { AddProductComponent, AddProductModule, ArticleConnectorService, ArticleService, BatchProcessDialogComponent, BatchProcessDialogModule, CharacteristicAnswerComponent, CharacteristicAnswerModule, CheckoutComponent, CheckoutModule, CheckoutOverviewDeliveryEditComponent, CheckoutOverviewRelationEditComponent, DatePeriod, DeliveryPlanningCalendarModes, DeliveryPlanningComponent, DeliveryPlanningModes, DeliveryPlanningModule, DeliveryPlanningService, DeliveryPlanningViewModes, DialogBranchComponent, DialogBranchModule, DialogTransactionLineWarehouseCcComponent, DialogTransactionLineWarehouseCcModule, DialogTransactionLineWarehouseLocationComponent, DialogTransactionLineWarehouseLocationModule, FastDateRangePickerComponent, FastDateRangePickerModule, FilterRequestService, LineSelectionService, LoaderComponent, LoaderModule, LspDialogType, PosOrderData, PurchaseConfirmationService, QuickSendButtonComponent, QuickSendButtonModule, SearchViewMode, SearchbarViewMode, SharedConnectorService, ShippingMethodDialogComponent, ShippingMethodDialogModule, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, StepperComponent, StepperModule, StepperStepComponent, StepperStepModule, TRANSACTION_BUTTON_BAR_MAPPING_CONFIG, TRANSACTION_CARD_MAPPING_CONFIG, TRANSACTION_DIALOG_MAPPING_CONFIG, TRANSACTION_FILTER_MAPPING_CONFIG, TRANSACTION_LINE_MAPPING_CONFIG, TRANSACTION_QUICK_ACCESS_MAPPING_CONFIG, TRANSACTION_SEARCH_MAPPING_CONFIG, TRANSACTION_SIDE_PANEL_MAPPING_CONFIG, TransactionBusinessObjectCacheManagerService, TransactionCashRegisterDialogComponent, TransactionCashRegisterDialogModule, TransactionCashRegisterOrderReceiptDialogComponent, TransactionCashRegisterOrderReceiptDialogModule, TransactionCfgName, TransactionComponent, TransactionConfirmTotalsComponent, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionConnectorAdapterService, TransactionConnectorService, TransactionCreateDateLabelComponent, TransactionCreateDateLabelModule, TransactionCreateWizardComponent, TransactionCreateWizardModule, TransactionDatePickDialogComponent, TransactionDatePickDialogModule, TransactionDialogService, TransactionEventService, TransactionFilterComponent, TransactionFilterContentService, TransactionFilterModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionInvoiceCheckOrder, TransactionInvoiceCheckOrderTileComponent, TransactionInvoiceCheckOrderTileModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineSidePanelArticleDetailsComponent, TransactionLineSidePanelArticleDetailsModule, TransactionLineSidePanelReplenishmentArticleDetailsComponent, TransactionLineSidePanelReplenishmentArticleDetailsModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionMappingService, TransactionMarginComponent, TransactionMarginModule, TransactionModule, TransactionNotificationLineSelectionService, TransactionNumberLabelComponent, TransactionNumberLabelModule, TransactionPaymentConnectorService, TransactionPaymentService, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessPlanningComponent, TransactionQuickAccessPlanningModule, TransactionQuickAccessPlanningPopupComponent, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionRelationConnectorService, TransactionRelationService, TransactionScreenConfigurationService, TransactionSearchComponent, TransactionSearchModule, TransactionSearchResultComponent, TransactionSearchResultModule, TransactionSearchService, TransactionSelectMultipleCacheService, TransactionSelectMultipleParameterizedCacheService, TransactionSelectSingleCacheService, TransactionSelectSingleParameterizedCacheService, TransactionService, TransactionSettings, TransactionSettingsOptions, TransactionSettingsService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTagComponent, TransactionTagsComponent, TransactionTagsModule, TransactionTotalsComponent, TransactionTotalsModule, Version, VoucherCodePendingReasonDialogComponent, VoucherCodePendingReasonDialogModule, WarehouseCCTab };
|
|
17642
|
+
export { AddProductComponent, AddProductModule, ArticleConnectorService, ArticleService, BatchProcessDialogComponent, BatchProcessDialogModule, CharacteristicAnswerComponent, CharacteristicAnswerModule, CheckoutComponent, CheckoutModule, CheckoutOverviewDeliveryEditComponent, CheckoutOverviewRelationEditComponent, DatePeriod, DeliveryPlanningCalendarModes, DeliveryPlanningComponent, DeliveryPlanningModes, DeliveryPlanningModule, DeliveryPlanningService, DeliveryPlanningTileDropdownActions, DeliveryPlanningViewModes, DialogBranchComponent, DialogBranchModule, DialogTransactionLineWarehouseCcComponent, DialogTransactionLineWarehouseCcModule, DialogTransactionLineWarehouseLocationComponent, DialogTransactionLineWarehouseLocationModule, FastDateRangePickerComponent, FastDateRangePickerModule, FilterRequestService, LineSelectionService, LoaderComponent, LoaderModule, LspDialogType, PosOrderData, PurchaseConfirmationService, QuickSendButtonComponent, QuickSendButtonModule, SearchViewMode, SearchbarViewMode, SharedConnectorService, ShippingMethodDialogComponent, ShippingMethodDialogModule, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, StepperComponent, StepperModule, StepperStepComponent, StepperStepModule, TRANSACTION_BUTTON_BAR_MAPPING_CONFIG, TRANSACTION_CARD_MAPPING_CONFIG, TRANSACTION_DIALOG_MAPPING_CONFIG, TRANSACTION_FILTER_MAPPING_CONFIG, TRANSACTION_LINE_MAPPING_CONFIG, TRANSACTION_QUICK_ACCESS_MAPPING_CONFIG, TRANSACTION_SEARCH_MAPPING_CONFIG, TRANSACTION_SIDE_PANEL_MAPPING_CONFIG, TransactionBusinessObjectCacheManagerService, TransactionCashRegisterDialogComponent, TransactionCashRegisterDialogModule, TransactionCashRegisterOrderReceiptDialogComponent, TransactionCashRegisterOrderReceiptDialogModule, TransactionCfgName, TransactionComponent, TransactionConfirmTotalsComponent, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionConnectorAdapterService, TransactionConnectorService, TransactionCreateDateLabelComponent, TransactionCreateDateLabelModule, TransactionCreateWizardComponent, TransactionCreateWizardModule, TransactionDatePickDialogComponent, TransactionDatePickDialogModule, TransactionDialogService, TransactionEventService, TransactionFilterComponent, TransactionFilterContentService, TransactionFilterModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionInvoiceCheckOrder, TransactionInvoiceCheckOrderTileComponent, TransactionInvoiceCheckOrderTileModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineSidePanelArticleDetailsComponent, TransactionLineSidePanelArticleDetailsModule, TransactionLineSidePanelReplenishmentArticleDetailsComponent, TransactionLineSidePanelReplenishmentArticleDetailsModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionMappingService, TransactionMarginComponent, TransactionMarginModule, TransactionModule, TransactionNotificationLineSelectionService, TransactionNumberLabelComponent, TransactionNumberLabelModule, TransactionPaymentConnectorService, TransactionPaymentService, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessPlanningComponent, TransactionQuickAccessPlanningModule, TransactionQuickAccessPlanningPopupComponent, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionRelationConnectorService, TransactionRelationService, TransactionScreenConfigurationService, TransactionSearchComponent, TransactionSearchModule, TransactionSearchResultComponent, TransactionSearchResultModule, TransactionSearchService, TransactionSelectMultipleCacheService, TransactionSelectMultipleParameterizedCacheService, TransactionSelectSingleCacheService, TransactionSelectSingleParameterizedCacheService, TransactionService, TransactionSettings, TransactionSettingsOptions, TransactionSettingsService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTagComponent, TransactionTagsComponent, TransactionTagsModule, TransactionTotalsComponent, TransactionTotalsModule, Version, VoucherCodePendingReasonDialogComponent, VoucherCodePendingReasonDialogModule, WarehouseCCTab };
|
|
17577
17643
|
export type { AddArticleInterface, DeliveryMethod, InvoiceCheckOrderInterface, InvoiceCheckOrderLineInterface, TransactionButtonBarMappingConfig, TransactionCardMappingConfig, TransactionDialogMappingConfig, TransactionFilterMappingConfig, TransactionLineMappingConfig, TransactionQuickAccessMappingConfig, TransactionSearchMappingConfig, TransactionSidePanelMappingConfig, steps };
|
|
@@ -1,53 +1,61 @@
|
|
|
1
1
|
@include export-module('cc-delivery-planning-overview-tile-dropdown-layout') {
|
|
2
2
|
.co-delivery-planning-overview-tile-dropdown {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
z-index: 100;
|
|
7
|
-
|
|
3
|
+
display: block;
|
|
4
|
+
background: white;
|
|
5
|
+
z-index: 100;
|
|
8
6
|
|
|
9
7
|
.dropdown-panel {
|
|
10
8
|
display: flex;
|
|
11
9
|
flex-direction: column;
|
|
12
|
-
gap: 0.
|
|
13
|
-
padding: 0.
|
|
14
|
-
border: 1px solid #
|
|
15
|
-
border-radius: 0.
|
|
10
|
+
gap: 0.25rem;
|
|
11
|
+
padding: 0.5rem;
|
|
12
|
+
border: 1px solid #dce3eb;
|
|
13
|
+
border-radius: 0.375rem;
|
|
16
14
|
background: white;
|
|
17
|
-
box-shadow: 0 0.
|
|
15
|
+
box-shadow: 0 0.25rem 0.75rem rgba(15, 23, 42, 0.08);
|
|
18
16
|
}
|
|
19
17
|
|
|
20
18
|
.dropdown-action {
|
|
21
19
|
display: flex;
|
|
22
20
|
align-items: center;
|
|
23
21
|
width: 100%;
|
|
24
|
-
padding: 0.
|
|
22
|
+
padding: 0.625rem 0.75rem;
|
|
25
23
|
border: 1px solid transparent;
|
|
26
|
-
border-radius: 0.
|
|
27
|
-
background:
|
|
24
|
+
border-radius: 0.25rem;
|
|
25
|
+
background: transparent;
|
|
26
|
+
color: #202938;
|
|
28
27
|
cursor: pointer;
|
|
29
|
-
transition: background-color 120ms ease, border-color 120ms ease, transform 120ms ease;
|
|
30
28
|
font: inherit;
|
|
31
29
|
text-align: left;
|
|
32
|
-
|
|
33
|
-
|
|
30
|
+
transition:
|
|
31
|
+
background-color 120ms ease,
|
|
32
|
+
border-color 120ms ease;
|
|
34
33
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
34
|
+
&:hover {
|
|
35
|
+
background: #f3f7fc;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&:focus-visible {
|
|
39
|
+
border-color: #8fb8ea;
|
|
40
|
+
background: #f3f7fc;
|
|
41
|
+
outline: none;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
&:active {
|
|
45
|
+
background: #e7f0fb;
|
|
46
|
+
}
|
|
42
47
|
|
|
43
|
-
|
|
44
|
-
|
|
48
|
+
span {
|
|
49
|
+
font-size: 0.875rem;
|
|
50
|
+
font-weight: 600;
|
|
51
|
+
line-height: 1.25rem;
|
|
52
|
+
}
|
|
45
53
|
}
|
|
46
54
|
|
|
47
|
-
.dropdown-action
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
55
|
+
.dropdown-action--selected {
|
|
56
|
+
border-color: #a8c8ee;
|
|
57
|
+
background: #eaf3ff;
|
|
58
|
+
color: #172b4d;
|
|
51
59
|
}
|
|
52
60
|
}
|
|
53
61
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/transaction",
|
|
3
|
-
"version": "300.1.
|
|
3
|
+
"version": "300.1.10",
|
|
4
4
|
"description": "Colijn IT transaction module for Angular 20",
|
|
5
5
|
"repository": "npm/npm",
|
|
6
6
|
"author": "Colijn IT",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@colijnit/relationapi": ">=300.1.0",
|
|
20
20
|
"@colijnit/sharedapi": ">=1.0.20",
|
|
21
21
|
"@colijnit/sharedcomponents": ">=300.1.4",
|
|
22
|
-
"@colijnit/transactionapi": ">=300.1.
|
|
22
|
+
"@colijnit/transactionapi": ">=300.1.8"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"tslib": "^2.8.1"
|
|
Binary file
|