@rangertechnologies/ngnxt 2.1.13 → 2.1.14
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/README.md +29 -1
- package/esm2022/lib/ar.i18n.mjs +2 -2
- package/esm2022/lib/components/custom-table/custom-table.component.mjs +9 -97
- package/esm2022/lib/en.i18n.mjs +2 -2
- package/esm2022/lib/pages/questionbook/questionbook.component.mjs +2 -2
- package/esm2022/lib/pages/questionnaire/questionnaire.component.mjs +7 -3
- package/esm2022/lib/pages/summary-page/summary-page.component.mjs +3 -3
- package/esm2022/lib/tam.i18n.mjs +2 -2
- package/fesm2022/rangertechnologies-ngnxt.mjs +17 -99
- package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
- package/lib/ar.i18n.d.ts +1 -1
- package/lib/components/custom-table/custom-table.component.d.ts +2 -16
- package/lib/en.i18n.d.ts +1 -1
- package/lib/tam.i18n.d.ts +1 -1
- package/package.json +1 -1
- package/rangertechnologies-ngnxt-2.1.14.tgz +0 -0
- package/rangertechnologies-ngnxt-2.1.13.tgz +0 -0
package/lib/ar.i18n.d.ts
CHANGED
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { I18nService } from '../../i18n.service';
|
|
3
3
|
import { TableWrapper } from '../../model/tableWrapper';
|
|
4
|
-
import { SalesforceService } from '../../services/salesforce.service';
|
|
5
4
|
import { Question } from '../../wrapper';
|
|
6
|
-
import { DataService } from '../../services/data.service';
|
|
7
5
|
import * as i0 from "@angular/core";
|
|
8
6
|
export declare class CustomTableComponent implements OnInit {
|
|
9
7
|
i18nService: I18nService;
|
|
10
|
-
private sfService;
|
|
11
|
-
private dataService;
|
|
12
8
|
question: Question;
|
|
13
9
|
valueChange: EventEmitter<any>;
|
|
14
10
|
tableInfo: TableWrapper;
|
|
@@ -16,23 +12,13 @@ export declare class CustomTableComponent implements OnInit {
|
|
|
16
12
|
tableData: any;
|
|
17
13
|
addRowColSpan: number;
|
|
18
14
|
tableSize: number;
|
|
19
|
-
|
|
20
|
-
filterLogic: any;
|
|
21
|
-
fieldMeta: string;
|
|
22
|
-
firStr: string;
|
|
23
|
-
searchBox: boolean;
|
|
24
|
-
apiMeta: string;
|
|
25
|
-
options: string[];
|
|
26
|
-
labelField: string;
|
|
27
|
-
constructor(i18nService: I18nService, sfService: SalesforceService, dataService: DataService);
|
|
15
|
+
constructor(i18nService: I18nService);
|
|
28
16
|
ngOnInit(): void;
|
|
29
|
-
private successupdateAB;
|
|
30
|
-
private failureupdateAB;
|
|
31
17
|
addRow(): void;
|
|
32
18
|
updateRadio(item: any, value: string): void;
|
|
33
19
|
updateLabel(rowIndex: number, label: string, value: string): void;
|
|
34
20
|
updateNumber(item: any, label: string, value: string): void;
|
|
35
21
|
emitTableDataValue(updatedTableData: any[]): void;
|
|
36
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomTableComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CustomTableComponent, "app-custom-table", never, { "question": "question";
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomTableComponent, "app-custom-table", never, { "question": "question"; }, { "valueChange": "valueChange"; }, never, never, false>;
|
|
38
24
|
}
|
package/lib/en.i18n.d.ts
CHANGED
package/lib/tam.i18n.d.ts
CHANGED
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|