@colijnit/transaction 300.1.9 → 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.
Files changed (16) hide show
  1. package/fesm2022/colijnit-transaction.mjs +2949 -2834
  2. package/fesm2022/colijnit-transaction.mjs.map +1 -1
  3. package/index.d.ts +53 -33
  4. 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
  5. package/lib/component/transaction-line-interbranch-receive-goods/style/_layout.scss +78 -78
  6. package/lib/component/transaction-line-interbranch-receive-goods/style/_material-definition.scss +2 -2
  7. package/lib/component/transaction-line-interbranch-receive-goods/style/_theme.scss +4 -4
  8. package/lib/component/transaction-line-interbranch-receive-goods/style/material.scss +4 -4
  9. package/lib/component/transaction-quick-access/transaction-quick-access-interbranch-order-purchase/style/_layout.scss +27 -27
  10. package/lib/component/transaction-quick-access/transaction-quick-access-interbranch-order-purchase/style/_material-definition.scss +1 -1
  11. package/lib/component/transaction-quick-access/transaction-quick-access-interbranch-order-purchase/style/_theme.scss +4 -4
  12. package/lib/component/transaction-quick-access/transaction-quick-access-interbranch-order-purchase/style/material.scss +4 -4
  13. package/lib/component/transaction-quick-access/transaction-quick-access-interrbranch-received-goods/style/_layout.scss +73 -73
  14. package/lib/component/transaction-quick-access/transaction-quick-access-interrbranch-received-goods/style/_theme.scss +6 -6
  15. package/lib/component/transaction-quick-access/transaction-quick-access-interrbranch-received-goods/style/material.scss +4 -4
  16. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -7950,9 +7950,26 @@ declare class TransactionHeaderTargetWarehouseModule {
7950
7950
  static ɵinj: i0.ɵɵInjectorDeclaration<TransactionHeaderTargetWarehouseModule>;
7951
7951
  }
7952
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
+
7953
7970
  declare class TransactionHeaderPopupModule {
7954
7971
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderPopupModule, never>;
7955
- 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]>;
7956
7973
  static ɵinj: i0.ɵɵInjectorDeclaration<TransactionHeaderPopupModule>;
7957
7974
  }
7958
7975
 
@@ -8725,6 +8742,11 @@ declare enum DeliveryPlanningTileModes {
8725
8742
  Calendar = "calendar"
8726
8743
  }
8727
8744
 
8745
+ declare enum DeliveryPlanningTileDropdownActions {
8746
+ OrderPicking = "ORDER_PICKING",
8747
+ DeliveryNote = "DELIVERY_NOTE"
8748
+ }
8749
+
8728
8750
  declare class DeliveryPlanningService {
8729
8751
  private _transactionConnectorService;
8730
8752
  private _dragging;
@@ -8750,7 +8772,12 @@ declare class DeliveryPlanningService {
8750
8772
  linesPlanOrder: PlanOrder;
8751
8773
  planningTask: Task;
8752
8774
  availabilityCheckEvent: EventEmitter<PlanOrder>;
8775
+ transactionPlanEvent: EventEmitter<[PlanOrder, PlanningTransportWeekDay, PlanningTransportWeekDay[]]>;
8753
8776
  availabilityResetEvent: EventEmitter<void>;
8777
+ tileDropActionEvent: EventEmitter<{
8778
+ action: DeliveryPlanningTileDropdownActions;
8779
+ transport: PlanningTransportWeekDay;
8780
+ }>;
8754
8781
  showPlanningPopup: EventEmitter<void>;
8755
8782
  readonly transactionNavigation: Subject<{
8756
8783
  transactionNr: string;
@@ -10039,7 +10066,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
10039
10066
  showCategories: boolean;
10040
10067
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
10041
10068
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
10042
- currentTitle(): "MARGINS" | "OVERVIEW";
10069
+ currentTitle(): "OVERVIEW" | "MARGINS";
10043
10070
  ngOnDestroy(): void;
10044
10071
  handleClickWrapper(event: MouseEvent): void;
10045
10072
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -10065,7 +10092,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
10065
10092
  constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
10066
10093
  ngOnDestroy(): void;
10067
10094
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
10068
- currentTitle(): "MARGINS" | "OVERVIEW";
10095
+ currentTitle(): "OVERVIEW" | "MARGINS";
10069
10096
  handleClickWrapper(event: MouseEvent): void;
10070
10097
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
10071
10098
  private handleDocumentClick;
@@ -10117,7 +10144,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
10117
10144
  showCategories: boolean;
10118
10145
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
10119
10146
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
10120
- currentTitle(): "MARGINS" | "OVERVIEW";
10147
+ currentTitle(): "OVERVIEW" | "MARGINS";
10121
10148
  ngOnDestroy(): void;
10122
10149
  handleClickWrapper(event: MouseEvent): void;
10123
10150
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -10878,7 +10905,12 @@ declare class DeliveryPlanningOverviewPopupComponent implements OnDestroy {
10878
10905
  districtsForOrder(planOrder: PlanOrder): string[];
10879
10906
  handlePlanRemarkChange(remarks: string): string;
10880
10907
  static ɵfac: i0.ɵɵFactoryDeclaration<DeliveryPlanningOverviewPopupComponent, never>;
10881
- 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;
10882
10914
  }
10883
10915
 
10884
10916
  declare class DeliveryPlanningOverviewTileComponent implements OnInit, OnDestroy {
@@ -10915,7 +10947,7 @@ declare class DeliveryPlanningOverviewTileComponent implements OnInit, OnDestroy
10915
10947
  openSettingsDialogEvent: EventEmitter<PlanningTransportWeekDay>;
10916
10948
  availabilityChecked: EventEmitter<{
10917
10949
  transportDay: PlanningTransportWeekDay;
10918
- available: boolean;
10950
+ availability: DeliveryPlanningAvailability;
10919
10951
  }>;
10920
10952
  calendarPlanEvent: EventEmitter<{
10921
10953
  currentHour: string;
@@ -10968,8 +11000,8 @@ declare class DeliveryPlanningOverviewTileComponent implements OnInit, OnDestroy
10968
11000
  }): Promise<void>;
10969
11001
  handleAvailabilityChecked(planOrder: PlanOrder): Promise<void>;
10970
11002
  getOrderLinesPlanned(planOrder: PlanOrder): Promise<void>;
10971
- deliveryMethodAvailabilityCheck(planOrder: PlanOrder): Promise<boolean>;
10972
- districtAvailabilityCheck(planOrder: PlanOrder): Promise<boolean>;
11003
+ deliveryMethodAvailabilityCheck(planOrder: PlanOrder, availability: DeliveryPlanningAvailability): Promise<DeliveryPlanningAvailability>;
11004
+ districtAvailabilityCheck(planOrder: PlanOrder, availability: DeliveryPlanningAvailability): Promise<DeliveryPlanningAvailability>;
10973
11005
  handleOrderSameTimeDrop(event: DragEvent, order: {
10974
11006
  start: Date;
10975
11007
  end: Date;
@@ -10977,6 +11009,7 @@ declare class DeliveryPlanningOverviewTileComponent implements OnInit, OnDestroy
10977
11009
  }): void;
10978
11010
  handleMapClicked(mouseEvent: MouseEvent, transport: PlanningTransportWeekDay): void;
10979
11011
  handleDropdownClicked(event: MouseEvent): void;
11012
+ handleDropdownActionClicked(clickAction: DeliveryPlanningTileDropdownActions): void;
10980
11013
  static ɵfac: i0.ɵɵFactoryDeclaration<DeliveryPlanningOverviewTileComponent, never>;
10981
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>;
10982
11015
  }
@@ -10997,7 +11030,7 @@ declare class DeliveryPlanningOverviewComponent implements OnInit, OnDestroy {
10997
11030
  weekStart: typeof WeekStart;
10998
11031
  availability: {
10999
11032
  transportDay: PlanningTransportWeekDay;
11000
- available: boolean;
11033
+ availability: DeliveryPlanningAvailability;
11001
11034
  }[];
11002
11035
  planningPopupRef: DeliveryPlanningOverviewPopupComponent;
11003
11036
  available: boolean;
@@ -11051,6 +11084,7 @@ declare class DeliveryPlanningOverviewComponent implements OnInit, OnDestroy {
11051
11084
  line: PlanOrderLine;
11052
11085
  }, weekDay: PlanningTransportWeekDay, transportWeekRow: PlanningTransportWeekDay[]): void;
11053
11086
  getOrderLinesPlanned(order: PlanOrder): Promise<void>;
11087
+ getOrderLinesNotPlanned(order: PlanOrder): Promise<void>;
11054
11088
  getTransportOrders(transportDay: PlanningTransportWeekDay): Promise<void>;
11055
11089
  planOrderLines(order: PlanOrder, transportDay: PlanningTransportWeekDay, week: PlanningTransportWeekDay[], withTasks?: boolean): Promise<void>;
11056
11090
  planSelectedLines(transportDay: PlanningTransportWeekDay, week: PlanningTransportWeekDay[]): Promise<void>;
@@ -11068,7 +11102,7 @@ declare class DeliveryPlanningOverviewComponent implements OnInit, OnDestroy {
11068
11102
  openPlanningPopup(planOrder: PlanOrder, transportDay: PlanningTransportWeekDay, week: PlanningTransportWeekDay[]): void;
11069
11103
  handleAvailabilityChecked(value: {
11070
11104
  transportDay: PlanningTransportWeekDay;
11071
- available: boolean;
11105
+ availability: DeliveryPlanningAvailability;
11072
11106
  }): void;
11073
11107
  checkAvailable(transportDay: PlanningTransportWeekDay): boolean;
11074
11108
  handleTimeChangeEvent(transportDay: PlanningTransportWeekDay, week: PlanningTransportWeekDay[], obj: PlanOrder): void;
@@ -11225,11 +11259,14 @@ declare class DeliveryPlanningOverviewShortLineModule {
11225
11259
  static ɵinj: i0.ɵɵInjectorDeclaration<DeliveryPlanningOverviewShortLineModule>;
11226
11260
  }
11227
11261
 
11228
- type DeliveryPlanningOverviewTileDropdownAction = "ORDER_PICKING" | "DELIVERY_SLIP";
11229
11262
  declare class DeliveryPlanningOverviewTileDropdownComponent {
11230
- actionClicked: EventEmitter<DeliveryPlanningOverviewTileDropdownAction>;
11263
+ private readonly _elementRef;
11264
+ readonly actions: typeof DeliveryPlanningTileDropdownActions;
11265
+ actionClicked: EventEmitter<DeliveryPlanningTileDropdownActions>;
11266
+ constructor(_elementRef: ElementRef<HTMLElement>);
11231
11267
  showClass(): boolean;
11232
- onActionClicked(action: DeliveryPlanningOverviewTileDropdownAction): void;
11268
+ onDocumentClick(event: MouseEvent): void;
11269
+ onActionClicked(action: DeliveryPlanningTileDropdownActions): void;
11233
11270
  static ɵfac: i0.ɵɵFactoryDeclaration<DeliveryPlanningOverviewTileDropdownComponent, never>;
11234
11271
  static ɵcmp: i0.ɵɵComponentDeclaration<DeliveryPlanningOverviewTileDropdownComponent, "co-delivery-planning-overview-tile-dropdown", never, {}, { "actionClicked": "actionClicked"; }, never, never, false, never>;
11235
11272
  }
@@ -13937,23 +13974,6 @@ declare class DialogTransactionHeaderPlanningRequest {
13937
13974
  static ɵinj: i0.ɵɵInjectorDeclaration<DialogTransactionHeaderPlanningRequest>;
13938
13975
  }
13939
13976
 
13940
- declare class TransactionHeaderReleaseComponent extends TransactionHeaderBaseComponent {
13941
- checkbox: InputCheckboxComponent;
13942
- showClass: boolean;
13943
- onlyIcon: boolean;
13944
- readonly icons: typeof Icon;
13945
- commit(release: boolean): Promise<boolean>;
13946
- toggleTransactionRelease(): void;
13947
- static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderReleaseComponent, never>;
13948
- static ɵcmp: i0.ɵɵComponentDeclaration<TransactionHeaderReleaseComponent, "co-transaction-header-release", never, { "onlyIcon": { "alias": "onlyIcon"; "required": false; }; }, {}, never, never, false, never>;
13949
- }
13950
-
13951
- declare class TransactionHeaderReleaseModule {
13952
- static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderReleaseModule, never>;
13953
- 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]>;
13954
- static ɵinj: i0.ɵɵInjectorDeclaration<TransactionHeaderReleaseModule>;
13955
- }
13956
-
13957
13977
  declare class TransactionHeaderDeliveryModule {
13958
13978
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderDeliveryModule, never>;
13959
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]>;
@@ -14105,8 +14125,6 @@ declare class TransactionInternalComponent implements OnInit, OnDestroy {
14105
14125
  readonly category: typeof TransactionTypeCategory;
14106
14126
  screenWidth: number;
14107
14127
  set child(content: ElementRef);
14108
- private _planningPopupCompRef;
14109
- set planningPopup(component: DeliveryPlanningOverviewPopupComponent);
14110
14128
  userFormComponent: FormBuilderUserFormComponent;
14111
14129
  sidePanelComponents: QueryList<TransactionLineSidePanelComponent>;
14112
14130
  set confirmationAnalysisId(value: number);
@@ -14211,6 +14229,8 @@ declare class TransactionInternalComponent implements OnInit, OnDestroy {
14211
14229
  closeConversionAssistantDialog(): void;
14212
14230
  shouldShowTiles(): boolean;
14213
14231
  fullyInvoiced(): boolean;
14232
+ handleSucceedPlanPopup(planEvent: [PlanOrder, PlanningTransportWeekDay, PlanningTransportWeekDay[]]): void;
14233
+ closePlanPopup(): void;
14214
14234
  private _getOrderLineSetIfExists;
14215
14235
  private _hideArticleTextDialog;
14216
14236
  private _hideTransactionTextDialog;
@@ -17619,5 +17639,5 @@ declare class SharedConnectorService {
17619
17639
  static ɵprov: i0.ɵɵInjectableDeclaration<SharedConnectorService>;
17620
17640
  }
17621
17641
 
17622
- 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 };
17623
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
- display: block;
5
- background: white;
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.5rem;
13
- padding: 0.75rem;
14
- border: 1px solid #d9dee7;
15
- border-radius: 0.5rem;
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.5rem 1.5rem rgba(15, 23, 42, 0.12);
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.875rem 1rem;
22
+ padding: 0.625rem 0.75rem;
25
23
  border: 1px solid transparent;
26
- border-radius: 0.625rem;
27
- background: #f8fafc;
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
- color: #1e293b;
33
- }
30
+ transition:
31
+ background-color 120ms ease,
32
+ border-color 120ms ease;
34
33
 
35
- .dropdown-action:hover,
36
- .dropdown-action:focus-visible {
37
- background: #eef4ff;
38
- border-color: #bfd2ff;
39
- outline: none;
40
- transform: translateY(-1px);
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
- .dropdown-action:active {
44
- transform: translateY(0);
48
+ span {
49
+ font-size: 0.875rem;
50
+ font-weight: 600;
51
+ line-height: 1.25rem;
52
+ }
45
53
  }
46
54
 
47
- .dropdown-action span {
48
- font-size: 0.95rem;
49
- font-weight: 600;
50
- line-height: 1.2rem;
55
+ .dropdown-action--selected {
56
+ border-color: #a8c8ee;
57
+ background: #eaf3ff;
58
+ color: #172b4d;
51
59
  }
52
60
  }
53
61
  }
@@ -1,78 +1,78 @@
1
- @include export-module('co-transaction-line-interbranch-receive-goods-layout') {
2
- .co-transaction-line-interbranch-receive-goods {
3
- .columns-wrapper {
4
- display: flex;
5
- }
6
-
7
- .co-input-number-picker {
8
- width: 140px;
9
- }
10
-
11
- .details-column {
12
- width: 45%;
13
- display: flex;
14
- flex-direction: column;
15
-
16
- .transaction-line-totals-amount {
17
- margin: 5px;
18
- }
19
-
20
- //.amount-number-picker {
21
- // height: 40px;
22
- // margin: 5px;
23
- //}
24
- }
25
-
26
- .header-wrapper {
27
- display: flex;
28
- align-items: center;
29
- justify-content: space-between;
30
- margin: $tp-co-transaction-line-receive-goods-title-margin;
31
-
32
- .details-header {
33
- font-size: $tp-co-transaction-line-receive-goods-title-font-size;
34
- font-weight: bold;
35
- }
36
- }
37
-
38
- .divider-wrapper {
39
- display: flex;
40
- width: 10%;
41
- justify-content: center;
42
- visibility: hidden;
43
-
44
- .divider {
45
- border-left: 1px solid;
46
- border-color: $tp-color-border;
47
- margin: 5px; // $tp-co-transaction-request-details-input-margin;
48
- }
49
- }
50
-
51
- .details-input {
52
- margin: 5px; // $tp-co-transaction-request-details-input-margin;
53
- }
54
-
55
- .location-wrapper {
56
- position: relative;
57
-
58
- .co-transaction-button {
59
- width: auto;
60
- margin: 5px;
61
- }
62
- }
63
- .disabled {
64
- cursor: default;
65
- opacity: 0.6;
66
- }
67
- .clickable {
68
- cursor: pointer;
69
- }
70
-
71
- .warehouse-buttons {
72
- width: 100%;
73
- .co-transaction-button {
74
- width: 100%;
75
- }
76
- }
77
- }
78
- }
1
+ @include export-module('co-transaction-line-interbranch-receive-goods-layout') {
2
+ .co-transaction-line-interbranch-receive-goods {
3
+ .columns-wrapper {
4
+ display: flex;
5
+ }
6
+
7
+ .co-input-number-picker {
8
+ width: 140px;
9
+ }
10
+
11
+ .details-column {
12
+ width: 45%;
13
+ display: flex;
14
+ flex-direction: column;
15
+
16
+ .transaction-line-totals-amount {
17
+ margin: 5px;
18
+ }
19
+
20
+ //.amount-number-picker {
21
+ // height: 40px;
22
+ // margin: 5px;
23
+ //}
24
+ }
25
+
26
+ .header-wrapper {
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ margin: $tp-co-transaction-line-receive-goods-title-margin;
31
+
32
+ .details-header {
33
+ font-size: $tp-co-transaction-line-receive-goods-title-font-size;
34
+ font-weight: bold;
35
+ }
36
+ }
37
+
38
+ .divider-wrapper {
39
+ display: flex;
40
+ width: 10%;
41
+ justify-content: center;
42
+ visibility: hidden;
43
+
44
+ .divider {
45
+ border-left: 1px solid;
46
+ border-color: $tp-color-border;
47
+ margin: 5px; // $tp-co-transaction-request-details-input-margin;
48
+ }
49
+ }
50
+
51
+ .details-input {
52
+ margin: 5px; // $tp-co-transaction-request-details-input-margin;
53
+ }
54
+
55
+ .location-wrapper {
56
+ position: relative;
57
+
58
+ .co-transaction-button {
59
+ width: auto;
60
+ margin: 5px;
61
+ }
62
+ }
63
+ .disabled {
64
+ cursor: default;
65
+ opacity: 0.6;
66
+ }
67
+ .clickable {
68
+ cursor: pointer;
69
+ }
70
+
71
+ .warehouse-buttons {
72
+ width: 100%;
73
+ .co-transaction-button {
74
+ width: 100%;
75
+ }
76
+ }
77
+ }
78
+ }
@@ -1,2 +1,2 @@
1
- $tp-co-transaction-line-receive-goods-title-font-size: 12px !default;
2
- $tp-co-transaction-line-receive-goods-title-margin: 0 0 10px 5px !default;
1
+ $tp-co-transaction-line-receive-goods-title-font-size: 12px !default;
2
+ $tp-co-transaction-line-receive-goods-title-margin: 0 0 10px 5px !default;
@@ -1,4 +1,4 @@
1
- @include export-module('co-transaction-line-interbranch-receive-goods-theme') {
2
- .co-transaction-line-interbranch-receive-goods {
3
- }
4
- }
1
+ @include export-module('co-transaction-line-interbranch-receive-goods-theme') {
2
+ .co-transaction-line-interbranch-receive-goods {
3
+ }
4
+ }
@@ -1,4 +1,4 @@
1
- @import "../../../style/mixin";
2
- @import "./_material-definition";
3
- @import "./_layout";
4
- @import "./_theme";
1
+ @import "../../../style/mixin";
2
+ @import "./_material-definition";
3
+ @import "./_layout";
4
+ @import "./_theme";
@@ -1,27 +1,27 @@
1
- @use "sass:math";
2
- @import "../../../../style/mixin";
3
-
4
- @include export-module('co-transaction-quick-access-interbranch-order-purchase-layout') {
5
- .co-transaction-quick-access-interbranch-order-purchase {
6
- .select-all-wrapper {
7
- display: flex;
8
- align-items: center;
9
- }
10
- .button {
11
- padding: 0.25em;
12
- background-color: white;
13
- border: 1px solid $tp-transaction-quick-access-planning-lsp-mode-button;
14
- cursor: pointer;
15
- co-icon {
16
- fill: $tp-transaction-quick-access-planning-lsp-mode-button;
17
- }
18
- &.selected {
19
- background-color: $tp-transaction-quick-access-planning-lsp-mode-button;
20
- co-icon {
21
- fill: white;
22
- }
23
- }
24
- }
25
-
26
- }
27
- }
1
+ @use "sass:math";
2
+ @import "../../../../style/mixin";
3
+
4
+ @include export-module('co-transaction-quick-access-interbranch-order-purchase-layout') {
5
+ .co-transaction-quick-access-interbranch-order-purchase {
6
+ .select-all-wrapper {
7
+ display: flex;
8
+ align-items: center;
9
+ }
10
+ .button {
11
+ padding: 0.25em;
12
+ background-color: white;
13
+ border: 1px solid $tp-transaction-quick-access-planning-lsp-mode-button;
14
+ cursor: pointer;
15
+ co-icon {
16
+ fill: $tp-transaction-quick-access-planning-lsp-mode-button;
17
+ }
18
+ &.selected {
19
+ background-color: $tp-transaction-quick-access-planning-lsp-mode-button;
20
+ co-icon {
21
+ fill: white;
22
+ }
23
+ }
24
+ }
25
+
26
+ }
27
+ }
@@ -1 +1 @@
1
- $tp-transaction-quick-access-planning-lsp-mode-button: #1A73E8;
1
+ $tp-transaction-quick-access-planning-lsp-mode-button: #1A73E8;
@@ -1,4 +1,4 @@
1
- @include export-module('co-transaction-quick-access-interbranch-order-purchase-theme') {
2
- .co-transaction-quick-access-interbranch-order-purchase {
3
- }
4
- }
1
+ @include export-module('co-transaction-quick-access-interbranch-order-purchase-theme') {
2
+ .co-transaction-quick-access-interbranch-order-purchase {
3
+ }
4
+ }
@@ -1,4 +1,4 @@
1
- @import "../../../../style/mixin";
2
- @import "./_material-definition";
3
- @import "./_layout";
4
- @import "./_theme";
1
+ @import "../../../../style/mixin";
2
+ @import "./_material-definition";
3
+ @import "./_layout";
4
+ @import "./_theme";