@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/lib/ar.i18n.d.ts CHANGED
@@ -9,7 +9,7 @@ declare const arI18n: {
9
9
  pickYourLocation: string;
10
10
  calibrated: string;
11
11
  enterValue: string;
12
- ptwDetails: string;
12
+ details: string;
13
13
  pleaseMakeChoice: string;
14
14
  attach: string;
15
15
  add: string;
@@ -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
- objName: any;
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"; "apiMeta": "apiMeta"; }, { "valueChange": "valueChange"; }, never, never, false>;
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
@@ -9,7 +9,7 @@ declare const enI18n: {
9
9
  pickYourLocation: string;
10
10
  calibrated: string;
11
11
  enterValue: string;
12
- ptwDetails: string;
12
+ details: string;
13
13
  pleaseMakeChoice: string;
14
14
  attach: string;
15
15
  add: string;
package/lib/tam.i18n.d.ts CHANGED
@@ -9,7 +9,7 @@ declare const tamI18n: {
9
9
  pickYourLocation: string;
10
10
  calibrated: string;
11
11
  enterValue: string;
12
- ptwDetails: string;
12
+ details: string;
13
13
  pleaseMakeChoice: string;
14
14
  attach: string;
15
15
  add: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rangertechnologies/ngnxt",
3
- "version": "2.1.13",
3
+ "version": "2.1.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.2.3",
6
6
  "@angular/core": "^14.2.3"
Binary file