@colijnit/transaction 261.20.36 → 261.20.37
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
|
@@ -6556,7 +6556,6 @@ declare class TransactionHeaderTypeModule {
|
|
|
6556
6556
|
declare class TransactionHeaderPaymentConditionComponent extends TransactionFilterPopupHeaderBaseComponent<PaymentCondition> implements OnInit {
|
|
6557
6557
|
fields: Object;
|
|
6558
6558
|
paymentConditionModel: PaymentCondition;
|
|
6559
|
-
defaultValue: ObjectConfigurationDefaultValueType;
|
|
6560
6559
|
ngOnInit(): void;
|
|
6561
6560
|
commitTransactionPaymentCondition(condition: PaymentCondition): Promise<boolean>;
|
|
6562
6561
|
private _setPaymentConditionModel;
|