@colijnit/transaction 256.1.4 → 256.1.5

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.
@@ -8,13 +8,15 @@
8
8
  flex-direction: column;
9
9
  border: $tp-transaction-line-border;
10
10
  justify-content: space-between;
11
- padding: $tp-transaction-line-padding;
11
+ //padding: $tp-transaction-line-padding;
12
+ padding: 10px 10px 10px 30px;
12
13
  row-gap: $tp-transaction-line-row-gap;
13
14
  border-width: $tp-transaction-line-border-width;
14
15
  position: relative;
15
16
  &.first {
16
17
  margin: $tp-transaction-line-margin-first;
17
- padding: $tp-transaction-line-padding-first;
18
+ //padding: $tp-transaction-line-padding-first;
19
+ padding: 20px 10px 10px 30px;
18
20
  border-width: $tp-transaction-line-border-width-first;
19
21
  }
20
22
  .transaction-base-line-wrapper {
@@ -22,8 +22,8 @@ export declare class TransactionLineDeliveryDateButtonComponent extends Transact
22
22
  showClass(): boolean;
23
23
  commitWhenDateSelected: boolean;
24
24
  showCalender: boolean;
25
- constructor(transactionEventService: TransactionEventService, service: TransactionService, iconCacheService: IconCacheService, transactionScreenConfigurationService: TransactionScreenConfigurationService, dictionaryService: DictionaryService, imageService: TransactionImageService, changeDetector: ChangeDetectorRef, _overlayService: OverlayService);
26
25
  private _calendarPopupComponentRef;
26
+ constructor(transactionEventService: TransactionEventService, service: TransactionService, iconCacheService: IconCacheService, transactionScreenConfigurationService: TransactionScreenConfigurationService, dictionaryService: DictionaryService, imageService: TransactionImageService, changeDetector: ChangeDetectorRef, _overlayService: OverlayService);
27
27
  handleShowHideClick(): void;
28
28
  private _showPopup;
29
29
  private _handleDateChanged;
@@ -17,13 +17,12 @@ export declare class TransactionLineSupplierDeliveryDateButtonComponent extends
17
17
  protected imageService: TransactionImageService;
18
18
  protected changeDetector: ChangeDetectorRef;
19
19
  private _overlayService;
20
- private _elementRef;
21
20
  readonly icons: typeof Icon;
22
21
  parentComponent: ElementRef;
23
22
  showClass(): boolean;
24
23
  showCalender: boolean;
25
24
  private _calendarPopupComponentRef;
26
- constructor(transactionEventService: TransactionEventService, service: TransactionService, iconCacheService: IconCacheService, transactionScreenConfigurationService: TransactionScreenConfigurationService, dictionaryService: DictionaryService, imageService: TransactionImageService, changeDetector: ChangeDetectorRef, _overlayService: OverlayService, _elementRef: ElementRef);
25
+ constructor(transactionEventService: TransactionEventService, service: TransactionService, iconCacheService: IconCacheService, transactionScreenConfigurationService: TransactionScreenConfigurationService, dictionaryService: DictionaryService, imageService: TransactionImageService, changeDetector: ChangeDetectorRef, _overlayService: OverlayService);
27
26
  handleShowHideClick(): void;
28
27
  private _showPopup;
29
28
  private _handleDateChanged;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "256.1.4",
3
+ "version": "256.1.5",
4
4
  "description": "Colijn IT transaction module for Angular 12",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",
Binary file