@colijnit/transaction 262.1.19 → 262.1.20

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
@@ -9897,7 +9897,7 @@ declare class TransactionSalesOverviewButtonBarButtonComponent extends Transacti
9897
9897
  showCategories: boolean;
9898
9898
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9899
9899
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9900
- currentTitle(): "MARGINS" | "OVERVIEW";
9900
+ currentTitle(): "OVERVIEW" | "MARGINS";
9901
9901
  ngOnDestroy(): void;
9902
9902
  handleClickWrapper(event: MouseEvent): void;
9903
9903
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): void;
@@ -9923,7 +9923,7 @@ declare class TransactionPurchaseOverviewButtonBarButtonComponent extends Transa
9923
9923
  constructor(iconCacheService: IconCacheService, transactionHeaderService: TransactionHeaderService, transactionEventService: TransactionEventService, changeDetector: ChangeDetectorRef, _mappingService: TransactionMappingService, _transactionService: TransactionService, _elementRef: ElementRef);
9924
9924
  ngOnDestroy(): void;
9925
9925
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9926
- currentTitle(): "MARGINS" | "OVERVIEW";
9926
+ currentTitle(): "OVERVIEW" | "MARGINS";
9927
9927
  handleClickWrapper(event: MouseEvent): void;
9928
9928
  handleMarginClicked(event: MouseEvent, category: TransactionTypeCategory): Promise<void>;
9929
9929
  private handleDocumentClick;
@@ -9975,7 +9975,7 @@ declare class TransactionSalesQuotationButtonBarButtonComponent extends Transact
9975
9975
  showCategories: boolean;
9976
9976
  constructor(iconCacheService: IconCacheService, changeDetector: ChangeDetectorRef, _transactionEventService: TransactionEventService, _mappingService: TransactionMappingService, _dictionaryService: DictionaryService, _screenConfigService: TransactionScreenConfigurationService, _transactionService: TransactionService, _elementRef: ElementRef, _renderer: Renderer2, _transactionBaseService: TransactionService);
9977
9977
  currentIcon(): Icon.CartShoppingRegular | Icon.ChartPieSimpleRegular;
9978
- currentTitle(): "MARGINS" | "OVERVIEW";
9978
+ currentTitle(): "OVERVIEW" | "MARGINS";
9979
9979
  ngOnDestroy(): void;
9980
9980
  handleClickWrapper(event: MouseEvent): void;
9981
9981
  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": "262.1.19",
3
+ "version": "262.1.20",
4
4
  "description": "Colijn IT transaction module for Angular 20",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",