@colijnit/transaction 261.20.50 → 261.20.51

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/index.d.ts CHANGED
@@ -9848,7 +9848,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
9848
9848
  showCategories: boolean;
9849
9849
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9850
9850
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9851
- currentTitle(): "MARGINS" | "OVERVIEW";
9851
+ currentTitle(): "OVERVIEW" | "MARGINS";
9852
9852
  ngOnDestroy(): void;
9853
9853
  handleClickWrapper(event: MouseEvent): void;
9854
9854
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -9874,7 +9874,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
9874
9874
  constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
9875
9875
  ngOnDestroy(): void;
9876
9876
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9877
- currentTitle(): "MARGINS" | "OVERVIEW";
9877
+ currentTitle(): "OVERVIEW" | "MARGINS";
9878
9878
  handleClickWrapper(event: MouseEvent): void;
9879
9879
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
9880
9880
  private handleDocumentClick;
@@ -9926,7 +9926,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
9926
9926
  showCategories: boolean;
9927
9927
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9928
9928
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9929
- currentTitle(): "MARGINS" | "OVERVIEW";
9929
+ currentTitle(): "OVERVIEW" | "MARGINS";
9930
9930
  ngOnDestroy(): void;
9931
9931
  handleClickWrapper(event: MouseEvent): void;
9932
9932
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -14,7 +14,7 @@
14
14
  transform: translateX(0);
15
15
  width: calc(#{$tp-dialog-catalog-min-width} * 2);
16
16
  > * {
17
- width: $tp-dialog-catalog-min-width;
17
+ width: $tp-dialog-catalog-sub-min-width;
18
18
  }
19
19
  height: 100%;
20
20
  .back-button-product {
@@ -1,3 +1,4 @@
1
1
  $tp-dialog-catalog-min-height: 90vh !default;
2
2
  $tp-dialog-catalog-min-width: 100% !default;
3
+ $tp-dialog-catalog-sub-min-width: 50% !default;
3
4
  $tp-dialog-catalog-view-modes-margin-bottom: 0 !default;
@@ -1,2 +1,3 @@
1
1
  $tp-dialog-catalog-min-height: 90vh !default;
2
2
  $tp-dialog-catalog-min-width: 100% !default;
3
+ $tp-dialog-catalog-sub-min-width: 50% !default;
@@ -1,2 +1,3 @@
1
1
  $tp-dialog-catalog-min-height: 90vh !default;
2
2
  $tp-dialog-catalog-min-width: 100% !default;
3
+ $tp-dialog-catalog-sub-min-width: 50% !default;
@@ -4,7 +4,7 @@
4
4
  display: flex;
5
5
  flex-direction: column;
6
6
  position: fixed;
7
- z-index: 2;
7
+ z-index: 3;
8
8
  row-gap: $tp-co-transaction-navigation-button-list-row-gap;
9
9
  padding: $tp-co-transaction-navigation-button-list-overlay-padding;
10
10
  overflow: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "261.20.50",
3
+ "version": "261.20.51",
4
4
  "description": "Colijn IT transaction module for Angular 20",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",