@rangertechnologies/ngnxt 2.1.45 → 2.1.47

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.
@@ -3,10 +3,12 @@ import { Subscription } from 'rxjs';
3
3
  import { ChangeService } from '../../services/change.service';
4
4
  import { Question } from '../../wrapper';
5
5
  import { I18nService } from '../../i18n.service';
6
+ import { DataService } from '../../services/data.service';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class CustomInputComponent implements OnInit {
8
9
  private changeService;
9
10
  i18nService: I18nService;
11
+ private dataService;
10
12
  value: any | any[];
11
13
  question: Question;
12
14
  disabled: boolean;
@@ -19,7 +21,7 @@ export declare class CustomInputComponent implements OnInit {
19
21
  focusEvent: any;
20
22
  inputValue: EventEmitter<any>;
21
23
  subscription: Subscription;
22
- constructor(changeService: ChangeService, i18nService: I18nService);
24
+ constructor(changeService: ChangeService, i18nService: I18nService, dataService: DataService);
23
25
  ngOnInit(): void;
24
26
  ngOnChange(): void;
25
27
  ngOnDestroy(): void;
@@ -30,12 +30,11 @@ export declare class SearchBoxComponent implements OnInit {
30
30
  private serv;
31
31
  private tkn;
32
32
  constructor(sfService: SalesforceService, dataService: DataService, route: ActivatedRoute, el: ElementRef, i18nService: I18nService);
33
- z: any;
34
33
  ngOnInit(): void;
35
34
  clearList(): void;
36
35
  getSourceDataLocal(event: any): void;
37
36
  getSourceData: (keyword: string) => void;
38
37
  clickItem(event: any): void;
39
38
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchBoxComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchBoxComponent, "lib-search-box", never, { "placeHolderText": "placeHolderText"; "question": "question"; "apiMeta": "apiMeta"; "id": "id"; "readOnly": "readOnly"; }, { "searchValueChange": "searchValueChange"; }, never, never, false>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchBoxComponent, "lib-search-box", never, { "placeHolderText": "placeHolderText"; "question": "question"; "apiMeta": "apiMeta"; "id": "id"; "readOnly": "readOnly"; "filterName": "filterName"; }, { "searchValueChange": "searchValueChange"; }, never, never, false>;
41
40
  }
@@ -6,4 +6,5 @@ export declare class ChangeWrapper {
6
6
  valueObj: any;
7
7
  selectedObj: string;
8
8
  referenceField: string;
9
+ field: string;
9
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rangertechnologies/ngnxt",
3
- "version": "2.1.45",
3
+ "version": "2.1.47",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.2.3",
6
6
  "@angular/core": "^14.2.3"
Binary file