@rangertechnologies/ngnxt 2.0.30 → 2.0.31
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/esm2022/lib/components/custom-input/custom-input.component.mjs +2 -2
- package/esm2022/lib/pages/booklet/booklet.component.mjs +3 -3
- package/esm2022/lib/pages/questionbook/questionbook.component.mjs +2 -2
- package/esm2022/lib/wrapper.mjs +8 -7
- package/fesm2022/rangertechnologies-ngnxt.mjs +12 -11
- package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
- package/lib/wrapper.d.ts +7 -6
- package/package.json +1 -1
- package/rangertechnologies-ngnxt-2.0.31.tgz +0 -0
- package/rangertechnologies-ngnxt-2.0.30.tgz +0 -0
package/lib/wrapper.d.ts
CHANGED
|
@@ -27,12 +27,15 @@ export declare class QuestionBook {
|
|
|
27
27
|
export declare class Question {
|
|
28
28
|
Id: string;
|
|
29
29
|
Name: string;
|
|
30
|
+
Reference_Field__c?: string;
|
|
30
31
|
Allowed_File_Extensions__c: string;
|
|
31
32
|
Question__c: string;
|
|
32
33
|
Question_Text__c: string;
|
|
33
34
|
Type__c: string;
|
|
34
35
|
Next_Question__c?: string;
|
|
35
36
|
Is_Optional__c: boolean;
|
|
37
|
+
Title__c: string;
|
|
38
|
+
SubTitle__c: string;
|
|
36
39
|
Is_Title__c: boolean;
|
|
37
40
|
X24_Hours__c: boolean;
|
|
38
41
|
Error_Message__c: string;
|
|
@@ -41,8 +44,12 @@ export declare class Question {
|
|
|
41
44
|
Group__c: string;
|
|
42
45
|
Question_No__c?: string;
|
|
43
46
|
Question_Options__r?: OptionR;
|
|
47
|
+
static X24_Hours__c: boolean;
|
|
44
48
|
Size__c: number;
|
|
49
|
+
Sub_Text__c: string;
|
|
45
50
|
Tracking_ID__c: string;
|
|
51
|
+
Time_Text__c: string;
|
|
52
|
+
Date_Text__c: string;
|
|
46
53
|
Additional_Rich__c?: string;
|
|
47
54
|
Questions__r?: QuestionR;
|
|
48
55
|
RecordType: {
|
|
@@ -50,12 +57,6 @@ export declare class Question {
|
|
|
50
57
|
};
|
|
51
58
|
input?: any;
|
|
52
59
|
error?: ErrorWrapper;
|
|
53
|
-
static X24_Hours__c: boolean;
|
|
54
|
-
Time_Text__c: string;
|
|
55
|
-
Title__c: string;
|
|
56
|
-
SubTitle__c: string;
|
|
57
|
-
Sub_Text__c: string;
|
|
58
|
-
Date_Text__c: string;
|
|
59
60
|
valueName?: string;
|
|
60
61
|
dropDownOnly?: boolean;
|
|
61
62
|
isDependentPicklist?: boolean;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|