ng-pli-commons 1.0.124 → 1.0.128
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.
|
@@ -40,6 +40,7 @@ export declare class TokenComponent implements OnInit, OnChanges {
|
|
|
40
40
|
/** As the list of token are loaded dynamically, this manage that only replace the info once. */
|
|
41
41
|
alreadyCallReplaceTokens: boolean;
|
|
42
42
|
evaluation: Evaluation;
|
|
43
|
+
debtorInsurance: number;
|
|
43
44
|
constructor(currencyPipe: CurrencyPipe, tokenService: TokenService, toastrService: ToastrService, authenticationService: AuthenticationService, tokenTransformationService: TokenTransformationService, sesionService: SesionService);
|
|
44
45
|
ngOnInit(): void;
|
|
45
46
|
/** It manages the change of the every @Input */
|
|
@@ -249,6 +249,7 @@ export declare class TokenService {
|
|
|
249
249
|
* @param lObjectTokens List of tokens with the values to replace
|
|
250
250
|
*/
|
|
251
251
|
replaceTokensFromListObject(tokenName: string, formula: string, lObjectTokens: any): string;
|
|
252
|
+
getQuoteContext(src: any, idx: any): "double" | "single";
|
|
252
253
|
/**
|
|
253
254
|
* MEtodo que teniendo una expresion de la forma ['tag1', 'tag2']==tag3
|
|
254
255
|
* evalua si tag3 hace parte del array si tiene el operador ==.
|