@rangertechnologies/ngnxt 2.1.73 → 2.1.75

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.
Files changed (47) hide show
  1. package/esm2022/lib/components/custom-button/custom-button.component.mjs +4 -4
  2. package/esm2022/lib/components/custom-calendar/custom-calendar.component.mjs +20 -18
  3. package/esm2022/lib/components/custom-date/custom-date.component.mjs +4 -4
  4. package/esm2022/lib/components/custom-date-picker/custom-date-picker.component.mjs +4 -4
  5. package/esm2022/lib/components/custom-dropdown/custom-dropdown.component.mjs +105 -97
  6. package/esm2022/lib/components/custom-image/custom-image.component.mjs +8 -7
  7. package/esm2022/lib/components/custom-input/custom-input.component.mjs +8 -7
  8. package/esm2022/lib/components/custom-label/custom-label.component.mjs +4 -4
  9. package/esm2022/lib/components/custom-model/custom-model.component.mjs +4 -4
  10. package/esm2022/lib/components/custom-radio/custom-radio.component.mjs +7 -6
  11. package/esm2022/lib/components/custom-table/custom-table.component.mjs +6 -5
  12. package/esm2022/lib/components/custom-text-area/custom-text-area.component.mjs +8 -7
  13. package/esm2022/lib/components/custom-time/custom-time.component.mjs +4 -4
  14. package/esm2022/lib/components/dependent-table/dependent-table.component.mjs +4 -4
  15. package/esm2022/lib/components/dropdown-with-flag/dropdown-with-flag.component.mjs +5 -5
  16. package/esm2022/lib/components/file-upload/file-upload.component.mjs +8 -7
  17. package/esm2022/lib/components/file-view/file-view.component.mjs +5 -5
  18. package/esm2022/lib/components/loader/loader.component.mjs +5 -5
  19. package/esm2022/lib/components/pick-location/pick-location.component.mjs +8 -6
  20. package/esm2022/lib/components/search-box/search-box.component.mjs +6 -5
  21. package/esm2022/lib/components/table-appendix/table-appendix.component.mjs +9 -8
  22. package/esm2022/lib/directives/componenthost/componenthost.directive.mjs +4 -4
  23. package/esm2022/lib/i18n.component.mjs +4 -4
  24. package/esm2022/lib/i18n.module.mjs +5 -5
  25. package/esm2022/lib/i18n.pipe.mjs +4 -4
  26. package/esm2022/lib/i18n.service.mjs +4 -4
  27. package/esm2022/lib/nxt-app.component.mjs +4 -4
  28. package/esm2022/lib/nxt-app.module.mjs +5 -5
  29. package/esm2022/lib/nxt-app.service.mjs +4 -4
  30. package/esm2022/lib/pages/booklet/booklet.component.mjs +71 -66
  31. package/esm2022/lib/pages/questionbook/questionbook.component.mjs +85 -93
  32. package/esm2022/lib/pages/questionnaire/questionnaire.component.mjs +323 -259
  33. package/esm2022/lib/pages/summary-page/summary-page.component.mjs +13 -12
  34. package/esm2022/lib/pipe/get-value.pipe.mjs +4 -4
  35. package/esm2022/lib/sample.mjs +3157 -327
  36. package/esm2022/lib/services/change.service.mjs +4 -4
  37. package/esm2022/lib/services/data.service.mjs +4 -4
  38. package/esm2022/lib/services/salesforce.service.mjs +4 -4
  39. package/esm2022/lib/services/shared.service.mjs +4 -4
  40. package/esm2022/lib/services/storage.service.mjs +10 -8
  41. package/esm2022/lib/wrapper.mjs +96 -92
  42. package/fesm2022/rangertechnologies-ngnxt.mjs +4004 -1086
  43. package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
  44. package/lib/wrapper.d.ts +93 -90
  45. package/package.json +1 -1
  46. package/rangertechnologies-ngnxt-2.1.75.tgz +0 -0
  47. package/rangertechnologies-ngnxt-2.1.73.tgz +0 -0
package/lib/wrapper.d.ts CHANGED
@@ -1,29 +1,29 @@
1
1
  import { ErrorWrapper } from "./model/errorWrapper";
2
2
  export declare class QuestionBook {
3
- Id: number;
3
+ id: number;
4
4
  Name: string;
5
- Category__c: string;
6
- Next__c: string;
7
- Cancel__c: string;
8
- Back__c: string;
9
- Submit__c: string;
10
- Edit__c: string;
11
- First_Question__c: string;
12
- Title__c: string;
13
- Next_Tracking_ID__c: string;
14
- Back_Tracking_ID__c: string;
15
- Cancel_Tracking_ID__c: string;
16
- Submit_Tracking_ID__c: string;
17
- Total_Questions__c: number;
18
- Summary_Text__c?: string;
5
+ category: string;
6
+ next: string;
7
+ cancel: string;
8
+ back: string;
9
+ submit: string;
10
+ edit: string;
11
+ firstQuestion: string;
12
+ title: string;
13
+ nextTrackingId: string;
14
+ backTrackingId: string;
15
+ cancelTrackingId: string;
16
+ submitTrackingId: string;
17
+ totalQuestions: number;
18
+ summaryText?: string;
19
19
  Questions__r?: QuestionR;
20
- Progress_Bar__c: boolean;
21
- SubTitle__c: string;
22
- Question_Type__c: string;
23
- Possibilities__c: string;
24
- Summary_Sub_Text__c: string;
25
- isShengel__c?: boolean;
26
- Style__c: {
20
+ progressBar: boolean;
21
+ subTitle: string;
22
+ qTyp: string;
23
+ possibilities: string;
24
+ summarySubText: string;
25
+ isShengel?: boolean;
26
+ style: {
27
27
  labelClass: any;
28
28
  labelStyle: any;
29
29
  labelValueStyle: any;
@@ -36,38 +36,40 @@ export declare class QuestionBook {
36
36
  };
37
37
  }
38
38
  export declare class Question {
39
- Id: string;
39
+ id: string;
40
40
  Name: string;
41
- Reference_Field__c?: string;
41
+ referenceField?: string;
42
42
  dependentRef?: string;
43
- Allowed_File_Extensions__c: string;
44
- Question__c: string;
45
- Question_Text__c: string;
46
- Type__c: string;
47
- Next_Question__c?: string;
48
- Is_Optional__c: boolean;
49
- Title__c: string;
50
- SubTitle__c: string;
51
- Is_Title__c: boolean;
52
- X24_Hours__c: boolean;
53
- Error_Message__c: string;
54
- Is_Date_Backward__c: boolean;
55
- Is_Date_Forward__c: boolean;
56
- Is_Hide__c: boolean;
57
- Group__c: string;
58
- Question_No__c?: string;
43
+ allowedFileExtensions: string;
44
+ question: string;
45
+ questionText: any;
46
+ type: string;
47
+ nextQuestion?: string;
48
+ isOptional: boolean;
49
+ title: string;
50
+ subTitle: string;
51
+ isTitle: boolean;
52
+ x24Hours: boolean;
53
+ errorMessage: string;
54
+ isDateBackward: boolean;
55
+ isDateForward: boolean;
56
+ isHidden: boolean;
57
+ groupName: string;
58
+ questionNumber?: string;
59
59
  Question_Options__r?: OptionR;
60
- static X24_Hours__c: boolean;
61
- Size__c: number;
62
- Sub_Text__c: string;
63
- Tracking_ID__c: string;
64
- Time_Text__c: string;
65
- Date_Text__c: string;
66
- Additional_Rich__c?: string;
60
+ static x24Hours: boolean;
61
+ options: any;
62
+ size: number;
63
+ subText: string;
64
+ trackingId: string;
65
+ timeText: string;
66
+ dateText: string;
67
+ additionalRichContent?: string;
67
68
  Questions__r?: QuestionR;
68
69
  RecordType: {
69
70
  Name: string;
70
71
  };
72
+ subQuestions: any;
71
73
  input?: any;
72
74
  error?: ErrorWrapper;
73
75
  valueName?: string;
@@ -78,8 +80,8 @@ export declare class Question {
78
80
  startDate?: any;
79
81
  selectedValue?: string;
80
82
  minDate?: any;
81
- isShengel__c?: boolean;
82
- Style__c: {
83
+ isShengel?: boolean;
84
+ style: {
83
85
  labelClass: any;
84
86
  labelStyle: any;
85
87
  labelValueStyle: any;
@@ -92,31 +94,31 @@ export declare class Question {
92
94
  };
93
95
  }
94
96
  export declare class LocalQuestion {
95
- Id: string;
97
+ id: string;
96
98
  Name: string;
97
- Allowed_File_Extensions__c: string;
98
- Question__c: string;
99
- Question_Text__c: string;
100
- Type__c: string;
101
- Title__c: string;
102
- SubTitle__c: string;
103
- Next_Question__c?: string;
104
- Is_Optional__c: boolean;
105
- Is_Title__c: boolean;
106
- Is_Hide__c: boolean;
107
- X24_Hours__c: boolean;
108
- Error_Message__c: string;
109
- Is_Date_Backward__c: boolean;
110
- Is_Date_Forward__c: boolean;
111
- Time_Text__c: string;
112
- Date_Text__c: string;
113
- Group__c: string;
114
- Question_No__c?: string;
99
+ allowedFileExtensions: string;
100
+ question: string;
101
+ questionText: string;
102
+ type: string;
103
+ title: string;
104
+ subTitle: string;
105
+ nextQuestion?: string;
106
+ isOptional: boolean;
107
+ isTitle: boolean;
108
+ isHidden: boolean;
109
+ x24Hours: boolean;
110
+ errorMessage: string;
111
+ isDateBackward: boolean;
112
+ isDateForward: boolean;
113
+ timeText: string;
114
+ dateText: string;
115
+ groupName: string;
116
+ questionNumber?: string;
115
117
  Question_Options__r?: OptionR;
116
- Sub_Text__c: string;
117
- Size__c: number;
118
- Tracking_ID__c: string;
119
- Additional_Rich__c?: string;
118
+ subText: string;
119
+ size: number;
120
+ trackingId: string;
121
+ additionalRichContent?: string;
120
122
  selectedValue: string;
121
123
  Questions__r?: QuestionR;
122
124
  RecordType: {
@@ -124,9 +126,9 @@ export declare class LocalQuestion {
124
126
  };
125
127
  input?: string;
126
128
  error?: ErrorWrapper;
127
- static X24_Hours__c: boolean;
129
+ static x24Hours: boolean;
128
130
  uniqueSubQId: string;
129
- Style__c: {
131
+ style: {
130
132
  labelClass: any;
131
133
  labelStyle: any;
132
134
  labelValueStyle: any;
@@ -145,32 +147,33 @@ export declare class OptionR {
145
147
  records?: Option[];
146
148
  }
147
149
  export declare class Option {
148
- Id: string;
150
+ id: string;
149
151
  Name: string;
150
- Value__c: string;
151
- Tracking_ID__c: string;
152
- Next_Question__c?: string;
152
+ value: string;
153
+ trackingId: string;
154
+ nextQuestion?: string;
153
155
  }
154
156
  export declare class OptionValue {
155
- Id: string;
157
+ id: string;
156
158
  Name: string;
157
- Value__c: string;
158
- Next_Question__c?: string;
159
+ value: string;
160
+ nextQuestion?: string;
159
161
  checked: boolean;
160
162
  }
161
163
  export declare class AnswerBook {
162
- Id: string;
163
- Question_Book__c: string;
164
- Status__c: string;
164
+ id: string;
165
+ questionBookId: string;
166
+ status: string;
165
167
  Answers__r?: AnswerR;
168
+ answers: any;
166
169
  }
167
170
  export declare class Answer {
168
- Id: string;
169
- Question_Rich_Text__c: string;
170
- Answer_Long__c: string;
171
- Question_Type__c: string;
172
- Question_Ref__c: string;
173
- Question_Group_Text__c: string;
171
+ id: string;
172
+ quesValue: string;
173
+ ansValue: string;
174
+ qTyp: string;
175
+ quesId: string;
176
+ groupText: string;
174
177
  }
175
178
  export declare class AnswerR {
176
179
  records?: Answer[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rangertechnologies/ngnxt",
3
- "version": "2.1.73",
3
+ "version": "2.1.75",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.2.3",
6
6
  "@angular/core": "^14.2.3"
Binary file