@rangertechnologies/ngnxt 2.1.35 → 2.1.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/esm2022/lib/pages/questionnaire/questionnaire.component.mjs +12 -9
- package/esm2022/lib/services/data.service.mjs +3 -3
- package/fesm2022/rangertechnologies-ngnxt.mjs +13 -10
- package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
- package/lib/pages/questionnaire/questionnaire.component.d.ts +2 -1
- package/lib/services/data.service.d.ts +1 -1
- package/package.json +1 -1
- package/rangertechnologies-ngnxt-2.1.37.tgz +0 -0
- package/rangertechnologies-ngnxt-2.1.35.tgz +0 -0
|
@@ -27,6 +27,7 @@ export declare class QuestionnaireComponent implements OnInit {
|
|
|
27
27
|
insuranceStartDate: string;
|
|
28
28
|
serv: string;
|
|
29
29
|
tkn: string;
|
|
30
|
+
api: string;
|
|
30
31
|
handleEvent: EventEmitter<any>;
|
|
31
32
|
handlePage: EventEmitter<any>;
|
|
32
33
|
handleQuestion: EventEmitter<any>;
|
|
@@ -208,5 +209,5 @@ export declare class QuestionnaireComponent implements OnInit {
|
|
|
208
209
|
getKey(item: any): any;
|
|
209
210
|
getValue(item: any): any;
|
|
210
211
|
static ɵfac: i0.ɵɵFactoryDeclaration<QuestionnaireComponent, never>;
|
|
211
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QuestionnaireComponent, "lib-questionnaire", never, { "qbId": "qbId"; "insuranceStartDate": "insuranceStartDate"; "serv": "serv"; "tkn": "tkn"; }, { "handleEvent": "handleEvent"; "handlePage": "handlePage"; "handleQuestion": "handleQuestion"; }, never, never, false>;
|
|
212
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QuestionnaireComponent, "lib-questionnaire", never, { "qbId": "qbId"; "insuranceStartDate": "insuranceStartDate"; "serv": "serv"; "tkn": "tkn"; "api": "api"; }, { "handleEvent": "handleEvent"; "handlePage": "handlePage"; "handleQuestion": "handleQuestion"; }, never, never, false>;
|
|
212
213
|
}
|
|
@@ -5,7 +5,7 @@ export declare class DataService {
|
|
|
5
5
|
private http;
|
|
6
6
|
constructor(http: HttpClient);
|
|
7
7
|
getAPIData(tkn: string, params: string[], resolve: any, reject: any, config?: any): void;
|
|
8
|
-
getAPIFromNode(dataType: string, operation: string, param1: string, param2: string): Observable<any>;
|
|
8
|
+
getAPIFromNode(dataType: string, operation: string, param1: string, param2: string, api: string): Observable<any>;
|
|
9
9
|
getValue(element: any, column: string): any;
|
|
10
10
|
apiResponse(endpoint: string): Observable<any>;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataService, [{ optional: true; }]>;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|