@colijnit/transaction 300.1.21 → 300.1.22
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
|
@@ -10326,7 +10326,9 @@ declare class TransactionLinePurchaseReceiveGoodsComponent extends TransactionLi
|
|
|
10326
10326
|
quantityToReceive: number;
|
|
10327
10327
|
calculatedStickerAmount: number;
|
|
10328
10328
|
showLocation: boolean;
|
|
10329
|
-
deleting: boolean;
|
|
10329
|
+
set deleting(value: boolean);
|
|
10330
|
+
get deleting(): boolean;
|
|
10331
|
+
private _deleting;
|
|
10330
10332
|
private _subs;
|
|
10331
10333
|
private _defaultReportId;
|
|
10332
10334
|
constructor(transactionHeaderService: TransactionHeaderService, transactionLineService: TransactionLineService, transactionEventService: TransactionEventService, service: TransactionService, iconCacheService: IconCacheService, transactionScreenConfigurationService: TransactionScreenConfigurationService, dictionaryService: DictionaryService, imageService: TransactionImageService, changeDetector: ChangeDetectorRef, _formMaster: FormMasterService);
|
|
@@ -16841,10 +16843,11 @@ declare class TransactionSalesPersonInputModule {
|
|
|
16841
16843
|
static ɵinj: i0.ɵɵInjectorDeclaration<TransactionSalesPersonInputModule>;
|
|
16842
16844
|
}
|
|
16843
16845
|
|
|
16844
|
-
declare class TransactionHeaderHandledByComponent implements ScreenConfigAdapterComponent
|
|
16846
|
+
declare class TransactionHeaderHandledByComponent implements ScreenConfigAdapterComponent {
|
|
16845
16847
|
private _mappingService;
|
|
16846
16848
|
private _dictionary;
|
|
16847
|
-
transaction: TransactionInfoResponse;
|
|
16849
|
+
set transaction(value: TransactionInfoResponse);
|
|
16850
|
+
get transaction(): TransactionInfoResponse;
|
|
16848
16851
|
showClass(): boolean;
|
|
16849
16852
|
objectConfigName: string;
|
|
16850
16853
|
hidden: boolean;
|
|
@@ -16857,8 +16860,9 @@ declare class TransactionHeaderHandledByComponent implements ScreenConfigAdapter
|
|
|
16857
16860
|
relationName: string;
|
|
16858
16861
|
handledByDescription: string;
|
|
16859
16862
|
tooltip: string;
|
|
16863
|
+
private _transaction;
|
|
16860
16864
|
constructor(_mappingService: TransactionMappingService, _dictionary: DictionaryService);
|
|
16861
|
-
|
|
16865
|
+
private _setHandledByDescription;
|
|
16862
16866
|
static ɵfac: i0.ɵɵFactoryDeclaration<TransactionHeaderHandledByComponent, never>;
|
|
16863
16867
|
static ɵcmp: i0.ɵɵComponentDeclaration<TransactionHeaderHandledByComponent, "co-transaction-header-handled-by", never, { "transaction": { "alias": "transaction"; "required": false; }; }, {}, never, never, false, never>;
|
|
16864
16868
|
}
|