@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.
- package/bundles/colijnit-transaction.umd.js +61 -24
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction-256.1.4.tgz +0 -0
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/lib/component/transaction/transaction.component.js +15 -1
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-date-button.component.js +37 -19
- package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier-delivery-date-button.component.js +13 -13
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +63 -32
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/transaction-line/transaction-line/style/_layout.scss +4 -2
- package/lib/component/transaction-line-fields/transaction-line-delivery-date-button.component.d.ts +1 -1
- package/lib/component/transaction-line-fields/transaction-line-supplier-delivery-date-button.component.d.ts +1 -2
- package/package.json +1 -1
- package/colijnit-transaction-256.1.3.tgz +0 -0
|
@@ -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 {
|
package/lib/component/transaction-line-fields/transaction-line-delivery-date-button.component.d.ts
CHANGED
|
@@ -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
|
|
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
|
Binary file
|