@rangertechnologies/ngnxt 2.1.37 → 2.1.39

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.
@@ -1,5 +1,6 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
2
  import { Subscription } from 'rxjs';
3
+ import { APIMeta } from '../../interfaces/apimeta';
3
4
  import { ChangeWrapper } from '../../model/changeWrapper';
4
5
  import { ChangeService } from '../../services/change.service';
5
6
  import { I18nService } from '../../i18n.service';
@@ -27,6 +28,7 @@ export declare class CustomDropdownComponent implements OnInit {
27
28
  labelField: string;
28
29
  valueField: string;
29
30
  subscription: Subscription;
31
+ apiObj: APIMeta;
30
32
  ngOnInit(): void;
31
33
  selectChange(event: any): void;
32
34
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomDropdownComponent, never>;
@@ -5,4 +5,6 @@ export interface APIMeta {
5
5
  endpoint: string;
6
6
  variable: string;
7
7
  field: string;
8
+ isDependentField: boolean;
9
+ dependentValue: string;
8
10
  }
@@ -35,6 +35,7 @@ export declare class QuestionbookComponent implements OnInit {
35
35
  bookQuestionsMap: any;
36
36
  constructor(sfService: SalesforceService, dataService: DataService, changeService: ChangeService, storageService: StorageService, i18nService: I18nService, document: Document);
37
37
  ngOnInit(): void;
38
+ hideDependentElements(elementId: any): void;
38
39
  clearSQError(quesId: any): void;
39
40
  processTranslatedQuestions(): void;
40
41
  setSubQuestions(records: any): void;
package/lib/wrapper.d.ts CHANGED
@@ -39,6 +39,7 @@ export declare class Question {
39
39
  Id: string;
40
40
  Name: string;
41
41
  Reference_Field__c?: string;
42
+ dependentRef?: string;
42
43
  Allowed_File_Extensions__c: string;
43
44
  Question__c: string;
44
45
  Question_Text__c: string;
@@ -75,6 +76,7 @@ export declare class Question {
75
76
  tableDataValue?: any[];
76
77
  tableHeader?: string;
77
78
  startDate?: any;
79
+ selectedValue?: string;
78
80
  minDate?: any;
79
81
  isShengel__c?: boolean;
80
82
  Style__c: {
@@ -115,6 +117,7 @@ export declare class LocalQuestion {
115
117
  Size__c: number;
116
118
  Tracking_ID__c: string;
117
119
  Additional_Rich__c?: string;
120
+ selectedValue: string;
118
121
  Questions__r?: QuestionR;
119
122
  RecordType: {
120
123
  Name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rangertechnologies/ngnxt",
3
- "version": "2.1.37",
3
+ "version": "2.1.39",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.2.3",
6
6
  "@angular/core": "^14.2.3"
Binary file