@o2s/modules.surveyjs 0.1.0
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/dist/api-harmonization/api-harmonization/index.d.ts +6 -0
- package/dist/api-harmonization/api-harmonization/index.d.ts.map +1 -0
- package/dist/api-harmonization/api-harmonization/index.js +44 -0
- package/dist/api-harmonization/api-harmonization/index.js.map +1 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.client.d.ts +4 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.client.d.ts.map +1 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.client.js +40 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.client.js.map +1 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.controller.d.ts +12 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.controller.d.ts.map +1 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.controller.js +54 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.controller.js.map +1 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.mapper.d.ts +4 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.mapper.d.ts.map +1 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.mapper.js +63 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.mapper.js.map +1 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.model.d.ts +1645 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.model.d.ts.map +1 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.model.js +91 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.model.js.map +1 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.module.d.ts +6 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.module.d.ts.map +1 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.module.js +39 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.module.js.map +1 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.request.d.ts +9 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.request.d.ts.map +1 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.request.js +13 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.request.js.map +1 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.service.d.ts +21 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.service.d.ts.map +1 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.service.js +127 -0
- package/dist/api-harmonization/api-harmonization/surveyjs.service.js.map +1 -0
- package/dist/frontend/api-harmonization/surveyjs.client.d.ts +4 -0
- package/dist/frontend/api-harmonization/surveyjs.client.d.ts.map +1 -0
- package/dist/frontend/api-harmonization/surveyjs.client.js +3 -0
- package/dist/frontend/api-harmonization/surveyjs.model.d.ts +1645 -0
- package/dist/frontend/api-harmonization/surveyjs.model.d.ts.map +1 -0
- package/dist/frontend/api-harmonization/surveyjs.model.js +83 -0
- package/dist/frontend/api-harmonization/surveyjs.request.d.ts +9 -0
- package/dist/frontend/api-harmonization/surveyjs.request.d.ts.map +1 -0
- package/dist/frontend/api-harmonization/surveyjs.request.js +7 -0
- package/dist/frontend/frontend/Components/Fieldset/Fieldset.d.ts +4 -0
- package/dist/frontend/frontend/Components/Fieldset/Fieldset.d.ts.map +1 -0
- package/dist/frontend/frontend/Components/Fieldset/Fieldset.jsx +11 -0
- package/dist/frontend/frontend/Components/Fieldset/Fieldset.types.d.ts +9 -0
- package/dist/frontend/frontend/Components/Fieldset/Fieldset.types.d.ts.map +1 -0
- package/dist/frontend/frontend/Components/Fieldset/Fieldset.types.js +1 -0
- package/dist/frontend/frontend/Elements/CustomSurveyNavigationButton.d.ts +2 -0
- package/dist/frontend/frontend/Elements/CustomSurveyNavigationButton.d.ts.map +1 -0
- package/dist/frontend/frontend/Elements/CustomSurveyNavigationButton.jsx +13 -0
- package/dist/frontend/frontend/Elements/CustomSurveyPanel.d.ts +2 -0
- package/dist/frontend/frontend/Elements/CustomSurveyPanel.d.ts.map +1 -0
- package/dist/frontend/frontend/Elements/CustomSurveyPanel.jsx +56 -0
- package/dist/frontend/frontend/Elements/CustomSurveyQuestion.d.ts +2 -0
- package/dist/frontend/frontend/Elements/CustomSurveyQuestion.d.ts.map +1 -0
- package/dist/frontend/frontend/Elements/CustomSurveyQuestion.jsx +48 -0
- package/dist/frontend/frontend/Questions/CustomSurveyQuestionBoolean.d.ts +2 -0
- package/dist/frontend/frontend/Questions/CustomSurveyQuestionBoolean.d.ts.map +1 -0
- package/dist/frontend/frontend/Questions/CustomSurveyQuestionBoolean.jsx +23 -0
- package/dist/frontend/frontend/Questions/CustomSurveyQuestionCheckbox.d.ts +2 -0
- package/dist/frontend/frontend/Questions/CustomSurveyQuestionCheckbox.d.ts.map +1 -0
- package/dist/frontend/frontend/Questions/CustomSurveyQuestionCheckbox.jsx +27 -0
- package/dist/frontend/frontend/Questions/CustomSurveyQuestionComment.d.ts +2 -0
- package/dist/frontend/frontend/Questions/CustomSurveyQuestionComment.d.ts.map +1 -0
- package/dist/frontend/frontend/Questions/CustomSurveyQuestionComment.jsx +16 -0
- package/dist/frontend/frontend/Questions/CustomSurveyQuestionDropdown.d.ts +2 -0
- package/dist/frontend/frontend/Questions/CustomSurveyQuestionDropdown.d.ts.map +1 -0
- package/dist/frontend/frontend/Questions/CustomSurveyQuestionDropdown.jsx +27 -0
- package/dist/frontend/frontend/Questions/CustomSurveyQuestionRadioGroup.d.ts +2 -0
- package/dist/frontend/frontend/Questions/CustomSurveyQuestionRadioGroup.d.ts.map +1 -0
- package/dist/frontend/frontend/Questions/CustomSurveyQuestionRadioGroup.jsx +28 -0
- package/dist/frontend/frontend/Questions/CustomSurveyQuestionText.d.ts +2 -0
- package/dist/frontend/frontend/Questions/CustomSurveyQuestionText.d.ts.map +1 -0
- package/dist/frontend/frontend/Questions/CustomSurveyQuestionText.jsx +63 -0
- package/dist/frontend/frontend/Survey.d.ts +13 -0
- package/dist/frontend/frontend/Survey.d.ts.map +1 -0
- package/dist/frontend/frontend/Survey.jsx +123 -0
- package/dist/frontend/frontend/Survey.types.d.ts +31 -0
- package/dist/frontend/frontend/Survey.types.d.ts.map +1 -0
- package/dist/frontend/frontend/Survey.types.js +1 -0
- package/dist/frontend/frontend/index.d.ts +3 -0
- package/dist/frontend/frontend/index.d.ts.map +1 -0
- package/dist/frontend/frontend/index.js +1 -0
- package/dist/frontend/sdk/index.d.ts +8 -0
- package/dist/frontend/sdk/index.d.ts.map +1 -0
- package/dist/frontend/sdk/index.js +20 -0
- package/dist/frontend/sdk/surveyjs.d.ts +10 -0
- package/dist/frontend/sdk/surveyjs.d.ts.map +1 -0
- package/dist/frontend/sdk/surveyjs.js +35 -0
- package/dist/sdk/api-harmonization/surveyjs.client.d.ts +4 -0
- package/dist/sdk/api-harmonization/surveyjs.client.d.ts.map +1 -0
- package/dist/sdk/api-harmonization/surveyjs.client.js +40 -0
- package/dist/sdk/api-harmonization/surveyjs.client.js.map +1 -0
- package/dist/sdk/api-harmonization/surveyjs.model.d.ts +1645 -0
- package/dist/sdk/api-harmonization/surveyjs.model.d.ts.map +1 -0
- package/dist/sdk/api-harmonization/surveyjs.model.js +91 -0
- package/dist/sdk/api-harmonization/surveyjs.model.js.map +1 -0
- package/dist/sdk/api-harmonization/surveyjs.request.d.ts +9 -0
- package/dist/sdk/api-harmonization/surveyjs.request.d.ts.map +1 -0
- package/dist/sdk/api-harmonization/surveyjs.request.js +13 -0
- package/dist/sdk/api-harmonization/surveyjs.request.js.map +1 -0
- package/dist/sdk/sdk/index.d.ts +8 -0
- package/dist/sdk/sdk/index.d.ts.map +1 -0
- package/dist/sdk/sdk/index.js +22 -0
- package/dist/sdk/sdk/index.js.map +1 -0
- package/dist/sdk/sdk/surveyjs.d.ts +10 -0
- package/dist/sdk/sdk/surveyjs.d.ts.map +1 -0
- package/dist/sdk/sdk/surveyjs.js +40 -0
- package/dist/sdk/sdk/surveyjs.js.map +1 -0
- package/dist/tsconfig.api.tsbuildinfo +1 -0
- package/dist/tsconfig.frontend.tsbuildinfo +1 -0
- package/dist/tsconfig.sdk.tsbuildinfo +1 -0
- package/package.json +55 -0
|
@@ -0,0 +1,1645 @@
|
|
|
1
|
+
export declare class SurveyJs {
|
|
2
|
+
schema: SurveyJSLibraryJsonSchema;
|
|
3
|
+
}
|
|
4
|
+
export declare class SurveyResult {
|
|
5
|
+
[question: string]: unknown;
|
|
6
|
+
}
|
|
7
|
+
export declare class SurveyJsRequest {
|
|
8
|
+
PostId: string;
|
|
9
|
+
SurveyResult: string;
|
|
10
|
+
IsPartialCompleted: boolean;
|
|
11
|
+
ClientId?: string;
|
|
12
|
+
}
|
|
13
|
+
export type Htmlconditionitem = Expressionitem & {
|
|
14
|
+
html?: string;
|
|
15
|
+
[k: string]: unknown;
|
|
16
|
+
};
|
|
17
|
+
export type Page = Panelbase & {
|
|
18
|
+
navigationButtonsVisibility?: 'inherit' | 'show' | 'hide';
|
|
19
|
+
maxTimeToFinish?: number;
|
|
20
|
+
navigationTitle?: string;
|
|
21
|
+
navigationDescription?: string;
|
|
22
|
+
title?: string;
|
|
23
|
+
description?: string;
|
|
24
|
+
[k: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
export type Checkbox = Checkboxbase & {
|
|
27
|
+
showSelectAllItem?: boolean;
|
|
28
|
+
separateSpecialChoices?: string;
|
|
29
|
+
maxSelectedChoices?: number;
|
|
30
|
+
selectAllText?: string;
|
|
31
|
+
valuePropertyName?: string;
|
|
32
|
+
itemComponent?: string;
|
|
33
|
+
[k: string]: unknown;
|
|
34
|
+
};
|
|
35
|
+
export type Checkboxbase = Selectbase & {
|
|
36
|
+
colCount?: 0 | 1 | 2 | 3 | 4 | 5;
|
|
37
|
+
[k: string]: unknown;
|
|
38
|
+
};
|
|
39
|
+
export type Selectbase = Question & {
|
|
40
|
+
showCommentArea?: string;
|
|
41
|
+
choicesFromQuestion?: string;
|
|
42
|
+
choices?: Itemvalue[];
|
|
43
|
+
choicesFromQuestionMode?: 'all' | 'selected' | 'unselected';
|
|
44
|
+
choicesOrder?: 'none' | 'asc' | 'desc' | 'random';
|
|
45
|
+
hideIfChoicesEmpty?: boolean;
|
|
46
|
+
choicesVisibleIf?: string;
|
|
47
|
+
choicesEnableIf?: string;
|
|
48
|
+
separateSpecialChoices?: boolean;
|
|
49
|
+
showOtherItem?: boolean;
|
|
50
|
+
showNoneItem?: boolean;
|
|
51
|
+
otherPlaceholder?: string;
|
|
52
|
+
noneText?: string;
|
|
53
|
+
otherText?: string;
|
|
54
|
+
otherErrorText?: string;
|
|
55
|
+
storeOthersAsComment?: 'default' | true | false;
|
|
56
|
+
[k: string]: unknown;
|
|
57
|
+
};
|
|
58
|
+
export type Numericvalidator = Surveyvalidator & {
|
|
59
|
+
minValue?: number;
|
|
60
|
+
maxValue?: number;
|
|
61
|
+
[k: string]: unknown;
|
|
62
|
+
};
|
|
63
|
+
export type Textvalidator = Surveyvalidator & {
|
|
64
|
+
minLength?: number;
|
|
65
|
+
maxLength?: number;
|
|
66
|
+
allowDigits?: boolean;
|
|
67
|
+
[k: string]: unknown;
|
|
68
|
+
};
|
|
69
|
+
export type Answercountvalidator = Surveyvalidator & {
|
|
70
|
+
minCount?: number;
|
|
71
|
+
maxCount?: number;
|
|
72
|
+
[k: string]: unknown;
|
|
73
|
+
};
|
|
74
|
+
export type Regexvalidator = Surveyvalidator & {
|
|
75
|
+
regex?: string;
|
|
76
|
+
[k: string]: unknown;
|
|
77
|
+
};
|
|
78
|
+
export type Emailvalidator = Surveyvalidator & {
|
|
79
|
+
[k: string]: unknown;
|
|
80
|
+
};
|
|
81
|
+
export type Expressionvalidator = Surveyvalidator & {
|
|
82
|
+
expression?: string;
|
|
83
|
+
[k: string]: unknown;
|
|
84
|
+
};
|
|
85
|
+
export type Tagbox = Checkbox & {
|
|
86
|
+
placeholder?: string;
|
|
87
|
+
allowClear?: boolean;
|
|
88
|
+
searchEnabled?: boolean;
|
|
89
|
+
choicesLazyLoadEnabled?: boolean;
|
|
90
|
+
choicesLazyLoadPageSize?: number;
|
|
91
|
+
hideSelectedItems?: boolean;
|
|
92
|
+
closeOnSelect?: boolean;
|
|
93
|
+
itemComponent?: string;
|
|
94
|
+
[k: string]: unknown;
|
|
95
|
+
};
|
|
96
|
+
export type Ranking = Checkbox & {
|
|
97
|
+
showOtherItem?: string;
|
|
98
|
+
otherText?: string;
|
|
99
|
+
otherErrorText?: string;
|
|
100
|
+
storeOthersAsComment?: string;
|
|
101
|
+
showNoneItem?: string;
|
|
102
|
+
noneText?: string;
|
|
103
|
+
showSelectAllItem?: string;
|
|
104
|
+
selectAllText?: string;
|
|
105
|
+
colCount?: number;
|
|
106
|
+
maxSelectedChoices?: string;
|
|
107
|
+
separateSpecialChoices?: string;
|
|
108
|
+
longTap?: string;
|
|
109
|
+
itemComponent?: string;
|
|
110
|
+
[k: string]: unknown;
|
|
111
|
+
};
|
|
112
|
+
export type Radiogroup = Checkboxbase & {
|
|
113
|
+
showClearButton?: boolean;
|
|
114
|
+
separateSpecialChoices?: string;
|
|
115
|
+
itemComponent?: string;
|
|
116
|
+
[k: string]: unknown;
|
|
117
|
+
};
|
|
118
|
+
export type Imagepicker = Checkboxbase & {
|
|
119
|
+
showOtherItem?: string;
|
|
120
|
+
otherText?: string;
|
|
121
|
+
showNoneItem?: string;
|
|
122
|
+
noneText?: string;
|
|
123
|
+
optionsCaption?: string;
|
|
124
|
+
otherErrorText?: string;
|
|
125
|
+
storeOthersAsComment?: string;
|
|
126
|
+
contentMode?: 'image' | 'video';
|
|
127
|
+
imageFit?: 'none' | 'contain' | 'cover' | 'fill';
|
|
128
|
+
imageHeight?: number;
|
|
129
|
+
imageWidth?: number;
|
|
130
|
+
minImageWidth?: string;
|
|
131
|
+
minImageHeight?: string;
|
|
132
|
+
maxImageWidth?: string;
|
|
133
|
+
maxImageHeight?: string;
|
|
134
|
+
showLabel?: boolean;
|
|
135
|
+
colCount?: 0 | 1 | 2 | 3 | 4 | 5;
|
|
136
|
+
multiSelect?: boolean;
|
|
137
|
+
choices?: Imageitemvalue[];
|
|
138
|
+
[k: string]: unknown;
|
|
139
|
+
};
|
|
140
|
+
export type Imageitemvalue = Itemvalue & {
|
|
141
|
+
imageLink?: string;
|
|
142
|
+
[k: string]: unknown;
|
|
143
|
+
};
|
|
144
|
+
export type Buttongroup = Checkboxbase & {
|
|
145
|
+
choices?: Buttongroupitemvalue[];
|
|
146
|
+
[k: string]: unknown;
|
|
147
|
+
};
|
|
148
|
+
export type Buttongroupitemvalue = Itemvalue & {
|
|
149
|
+
showCaption?: boolean;
|
|
150
|
+
iconName?: string;
|
|
151
|
+
iconSize?: number;
|
|
152
|
+
[k: string]: unknown;
|
|
153
|
+
};
|
|
154
|
+
export type Dropdown = Selectbase & {
|
|
155
|
+
placeholder?: string;
|
|
156
|
+
allowClear?: boolean;
|
|
157
|
+
choicesMin?: number;
|
|
158
|
+
choicesMax?: number;
|
|
159
|
+
choicesStep?: number;
|
|
160
|
+
autocomplete?: '' | 'name' | 'honorific-prefix' | 'given-name' | 'additional-name' | 'family-name' | 'honorific-suffix' | 'nickname' | 'organization-title' | 'username' | 'new-password' | 'current-password' | 'organization' | 'street-address' | 'address-line1' | 'address-line2' | 'address-line3' | 'address-level4' | 'address-level3' | 'address-level2' | 'address-level1' | 'country' | 'country-name' | 'postal-code' | 'cc-name' | 'cc-given-name' | 'cc-additional-name' | 'cc-family-name' | 'cc-number' | 'cc-exp' | 'cc-exp-month' | 'cc-exp-year' | 'cc-csc' | 'cc-type' | 'transaction-currency' | 'transaction-amount' | 'language' | 'bday' | 'bday-day' | 'bday-month' | 'bday-year' | 'sex' | 'url' | 'photo' | 'tel' | 'tel-country-code' | 'tel-national' | 'tel-area-code' | 'tel-local' | 'tel-local-prefix' | 'tel-local-suffix' | 'tel-extension' | 'email' | 'impp';
|
|
161
|
+
renderAs?: string;
|
|
162
|
+
searchEnabled?: boolean;
|
|
163
|
+
choicesLazyLoadEnabled?: boolean;
|
|
164
|
+
choicesLazyLoadPageSize?: number;
|
|
165
|
+
inputFieldComponent?: string;
|
|
166
|
+
itemComponent?: string;
|
|
167
|
+
[k: string]: unknown;
|
|
168
|
+
};
|
|
169
|
+
export type Matrixdropdownbase = Matrixbase & {
|
|
170
|
+
columns?: Matrixdropdowncolumn[];
|
|
171
|
+
columnLayout?: 'horizontal' | 'vertical';
|
|
172
|
+
detailElements?: string;
|
|
173
|
+
detailPanelMode?: 'none' | 'underRow' | 'underRowSingle';
|
|
174
|
+
horizontalScroll?: boolean;
|
|
175
|
+
choices?: Itemvalue[];
|
|
176
|
+
placeholder?: string;
|
|
177
|
+
keyDuplicationError?: string;
|
|
178
|
+
cellType?: 'dropdown' | 'checkbox' | 'radiogroup' | 'tagbox' | 'text' | 'comment' | 'boolean' | 'expression' | 'rating';
|
|
179
|
+
columnColCount?: 0 | 1 | 2 | 3 | 4;
|
|
180
|
+
columnMinWidth?: string;
|
|
181
|
+
allowAdaptiveActions?: boolean;
|
|
182
|
+
[k: string]: unknown;
|
|
183
|
+
};
|
|
184
|
+
export type Matrixbase = Question & {
|
|
185
|
+
showCommentArea?: string;
|
|
186
|
+
columnsVisibleIf?: string;
|
|
187
|
+
rowsVisibleIf?: string;
|
|
188
|
+
columnMinWidth?: string;
|
|
189
|
+
showHeader?: boolean;
|
|
190
|
+
verticalAlign?: 'top' | 'middle';
|
|
191
|
+
alternateRows?: boolean;
|
|
192
|
+
[k: string]: unknown;
|
|
193
|
+
};
|
|
194
|
+
export type Matrixdropdown = Matrixdropdownbase & {
|
|
195
|
+
rows?: Itemvalue[];
|
|
196
|
+
rowsVisibleIf?: string;
|
|
197
|
+
rowTitleWidth?: string;
|
|
198
|
+
totalText?: string;
|
|
199
|
+
hideIfRowsEmpty?: boolean;
|
|
200
|
+
[k: string]: unknown;
|
|
201
|
+
};
|
|
202
|
+
export type Matrixdynamic = Matrixdropdownbase & {
|
|
203
|
+
rowsVisibleIf?: string;
|
|
204
|
+
allowAddRows?: boolean;
|
|
205
|
+
allowRemoveRows?: boolean;
|
|
206
|
+
rowCount?: number;
|
|
207
|
+
minRowCount?: number;
|
|
208
|
+
maxRowCount?: number;
|
|
209
|
+
keyName?: string;
|
|
210
|
+
defaultRowValue?: string;
|
|
211
|
+
defaultValueFromLastRow?: boolean;
|
|
212
|
+
confirmDelete?: boolean;
|
|
213
|
+
confirmDeleteText?: string;
|
|
214
|
+
addRowLocation?: 'default' | 'top' | 'bottom' | 'topBottom';
|
|
215
|
+
addRowText?: string;
|
|
216
|
+
removeRowText?: string;
|
|
217
|
+
hideColumnsIfEmpty?: boolean;
|
|
218
|
+
emptyRowsText?: string;
|
|
219
|
+
detailPanelShowOnAdding?: boolean;
|
|
220
|
+
allowRowsDragAndDrop?: string;
|
|
221
|
+
[k: string]: unknown;
|
|
222
|
+
};
|
|
223
|
+
export type Matrix = Matrixbase & {
|
|
224
|
+
rowTitleWidth?: string;
|
|
225
|
+
columns?: Itemvalue[];
|
|
226
|
+
rows?: Itemvalue[];
|
|
227
|
+
cells?: string;
|
|
228
|
+
rowsOrder?: 'initial' | 'random';
|
|
229
|
+
isAllRowRequired?: boolean;
|
|
230
|
+
hideIfRowsEmpty?: boolean;
|
|
231
|
+
[k: string]: unknown;
|
|
232
|
+
};
|
|
233
|
+
export type Expression = Question & {
|
|
234
|
+
expression?: string;
|
|
235
|
+
format?: string;
|
|
236
|
+
displayStyle?: 'none' | 'decimal' | 'currency' | 'percent' | 'date';
|
|
237
|
+
currency?: 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BOV' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYN' | 'BZD' | 'CAD' | 'CDF' | 'CHE' | 'CHF' | 'CHW' | 'CLF' | 'CLP' | 'CNY' | 'COP' | 'COU' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MXV' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SRD' | 'SSP' | 'STD' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'USN' | 'UYI' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XAG' | 'XAU' | 'XBA' | 'XBB' | 'XBC' | 'XBD' | 'XCD' | 'XDR' | 'XOF' | 'XPD' | 'XPF' | 'XPT' | 'XSU' | 'XTS' | 'XUA' | 'XXX' | 'YER' | 'ZAR' | 'ZMW' | 'ZWL';
|
|
238
|
+
maximumFractionDigits?: number;
|
|
239
|
+
minimumFractionDigits?: number;
|
|
240
|
+
useGrouping?: boolean;
|
|
241
|
+
enableIf?: string;
|
|
242
|
+
isRequired?: string;
|
|
243
|
+
readOnly?: string;
|
|
244
|
+
requiredErrorText?: string;
|
|
245
|
+
defaultValueExpression?: string;
|
|
246
|
+
defaultValue?: string;
|
|
247
|
+
correctAnswer?: string;
|
|
248
|
+
requiredIf?: string;
|
|
249
|
+
[k: string]: unknown;
|
|
250
|
+
};
|
|
251
|
+
export type Textbase = Question & {
|
|
252
|
+
[k: string]: unknown;
|
|
253
|
+
};
|
|
254
|
+
export type Text = Textbase & {
|
|
255
|
+
inputType?: 'color' | 'date' | 'datetime' | 'datetime-local' | 'email' | 'month' | 'number' | 'password' | 'range' | 'tel' | 'text' | 'time' | 'url' | 'week';
|
|
256
|
+
size?: number;
|
|
257
|
+
textUpdateMode?: 'default' | 'onBlur' | 'onTyping';
|
|
258
|
+
autocomplete?: '' | 'name' | 'honorific-prefix' | 'given-name' | 'additional-name' | 'family-name' | 'honorific-suffix' | 'nickname' | 'organization-title' | 'username' | 'new-password' | 'current-password' | 'organization' | 'street-address' | 'address-line1' | 'address-line2' | 'address-line3' | 'address-level4' | 'address-level3' | 'address-level2' | 'address-level1' | 'country' | 'country-name' | 'postal-code' | 'cc-name' | 'cc-given-name' | 'cc-additional-name' | 'cc-family-name' | 'cc-number' | 'cc-exp' | 'cc-exp-month' | 'cc-exp-year' | 'cc-csc' | 'cc-type' | 'transaction-currency' | 'transaction-amount' | 'language' | 'bday' | 'bday-day' | 'bday-month' | 'bday-year' | 'sex' | 'url' | 'photo' | 'tel' | 'tel-country-code' | 'tel-national' | 'tel-area-code' | 'tel-local' | 'tel-local-prefix' | 'tel-local-suffix' | 'tel-extension' | 'email' | 'impp';
|
|
259
|
+
min?: string;
|
|
260
|
+
max?: string;
|
|
261
|
+
minValueExpression?: string;
|
|
262
|
+
maxValueExpression?: string;
|
|
263
|
+
minErrorText?: string;
|
|
264
|
+
maxErrorText?: string;
|
|
265
|
+
step?: number;
|
|
266
|
+
maxLength?: number;
|
|
267
|
+
placeholder?: string;
|
|
268
|
+
dataList?: string;
|
|
269
|
+
[k: string]: unknown;
|
|
270
|
+
};
|
|
271
|
+
export type Comment = Textbase & {
|
|
272
|
+
maxLength?: number;
|
|
273
|
+
cols?: number;
|
|
274
|
+
rows?: number;
|
|
275
|
+
placeholder?: string;
|
|
276
|
+
textUpdateMode?: 'default' | 'onBlur' | 'onTyping';
|
|
277
|
+
autoGrow?: boolean;
|
|
278
|
+
acceptCarriageReturn?: boolean;
|
|
279
|
+
[k: string]: unknown;
|
|
280
|
+
};
|
|
281
|
+
export type Multipletext = Question & {
|
|
282
|
+
items?: Multipletextitem[];
|
|
283
|
+
itemSize?: number;
|
|
284
|
+
colCount?: 1 | 2 | 3 | 4 | 5;
|
|
285
|
+
[k: string]: unknown;
|
|
286
|
+
};
|
|
287
|
+
export type Nonvalue = Question & {
|
|
288
|
+
title?: string;
|
|
289
|
+
description?: string;
|
|
290
|
+
valueName?: string;
|
|
291
|
+
enableIf?: string;
|
|
292
|
+
defaultValue?: string;
|
|
293
|
+
correctAnswer?: string;
|
|
294
|
+
clearIfInvisible?: string;
|
|
295
|
+
isRequired?: string;
|
|
296
|
+
requiredErrorText?: string;
|
|
297
|
+
readOnly?: string;
|
|
298
|
+
requiredIf?: string;
|
|
299
|
+
validators?: string;
|
|
300
|
+
titleLocation?: string;
|
|
301
|
+
showCommentArea?: string;
|
|
302
|
+
useDisplayValuesInDynamicTexts?: string;
|
|
303
|
+
[k: string]: unknown;
|
|
304
|
+
};
|
|
305
|
+
export type Html = Nonvalue & {
|
|
306
|
+
html?: string;
|
|
307
|
+
[k: string]: unknown;
|
|
308
|
+
};
|
|
309
|
+
export type Image = Nonvalue & {
|
|
310
|
+
imageLink?: string;
|
|
311
|
+
altText?: string;
|
|
312
|
+
contentMode?: 'auto' | 'image' | 'video' | 'youtube';
|
|
313
|
+
imageFit?: 'none' | 'contain' | 'cover' | 'fill';
|
|
314
|
+
imageHeight?: string;
|
|
315
|
+
imageWidth?: string;
|
|
316
|
+
[k: string]: unknown;
|
|
317
|
+
};
|
|
318
|
+
export type Empty = Question & {
|
|
319
|
+
[k: string]: unknown;
|
|
320
|
+
};
|
|
321
|
+
export type File = Question & {
|
|
322
|
+
showCommentArea?: string;
|
|
323
|
+
showPreview?: boolean;
|
|
324
|
+
allowMultiple?: boolean;
|
|
325
|
+
allowImagesPreview?: boolean;
|
|
326
|
+
imageHeight?: string;
|
|
327
|
+
imageWidth?: string;
|
|
328
|
+
acceptedTypes?: string;
|
|
329
|
+
storeDataAsText?: boolean;
|
|
330
|
+
waitForUpload?: boolean;
|
|
331
|
+
maxSize?: number;
|
|
332
|
+
defaultValue?: string;
|
|
333
|
+
correctAnswer?: string;
|
|
334
|
+
validators?: string;
|
|
335
|
+
needConfirmRemoveFile?: boolean;
|
|
336
|
+
[k: string]: unknown;
|
|
337
|
+
};
|
|
338
|
+
export type Rating = Question & {
|
|
339
|
+
showCommentArea?: string;
|
|
340
|
+
rateValues?: Itemvalue[];
|
|
341
|
+
rateMin?: number;
|
|
342
|
+
rateMax?: number;
|
|
343
|
+
rateStep?: number;
|
|
344
|
+
minRateDescription?: string;
|
|
345
|
+
maxRateDescription?: string;
|
|
346
|
+
displayRateDescriptionsAsExtremeItems?: boolean;
|
|
347
|
+
displayMode?: 'auto' | 'buttons' | 'dropdown';
|
|
348
|
+
rateType?: 'numbers' | 'labels' | 'stars' | 'smileys';
|
|
349
|
+
[k: string]: unknown;
|
|
350
|
+
};
|
|
351
|
+
export type Boolean2 = Question & {
|
|
352
|
+
showCommentArea?: string;
|
|
353
|
+
label?: string;
|
|
354
|
+
labelTrue?: string;
|
|
355
|
+
labelFalse?: string;
|
|
356
|
+
valueTrue?: string;
|
|
357
|
+
valueFalse?: string;
|
|
358
|
+
renderAs?: string;
|
|
359
|
+
[k: string]: unknown;
|
|
360
|
+
};
|
|
361
|
+
export type Signaturepad = Question & {
|
|
362
|
+
signatureWidth?: number;
|
|
363
|
+
signatureHeight?: number;
|
|
364
|
+
height?: number;
|
|
365
|
+
allowClear?: boolean;
|
|
366
|
+
penColor?: string;
|
|
367
|
+
backgroundColor?: string;
|
|
368
|
+
dataFormat?: {
|
|
369
|
+
[k: string]: unknown;
|
|
370
|
+
};
|
|
371
|
+
defaultValue?: string;
|
|
372
|
+
correctAnswer?: string;
|
|
373
|
+
[k: string]: unknown;
|
|
374
|
+
};
|
|
375
|
+
export type Paneldynamic = Question & {
|
|
376
|
+
showCommentArea?: string;
|
|
377
|
+
templateElements?: [] | [Checkbox] | [Checkbox, Tagbox] | [Checkbox, Tagbox, Ranking] | [Checkbox, Tagbox, Ranking, Radiogroup] | [Checkbox, Tagbox, Ranking, Radiogroup, Imagepicker] | [Checkbox, Tagbox, Ranking, Radiogroup, Imagepicker, Buttongroup] | [Checkbox, Tagbox, Ranking, Radiogroup, Imagepicker, Buttongroup, Dropdown] | [Checkbox, Tagbox, Ranking, Radiogroup, Imagepicker, Buttongroup, Dropdown, Matrixdropdownbase] | [
|
|
378
|
+
Checkbox,
|
|
379
|
+
Tagbox,
|
|
380
|
+
Ranking,
|
|
381
|
+
Radiogroup,
|
|
382
|
+
Imagepicker,
|
|
383
|
+
Buttongroup,
|
|
384
|
+
Dropdown,
|
|
385
|
+
Matrixdropdownbase,
|
|
386
|
+
Matrixdropdown
|
|
387
|
+
] | [
|
|
388
|
+
Checkbox,
|
|
389
|
+
Tagbox,
|
|
390
|
+
Ranking,
|
|
391
|
+
Radiogroup,
|
|
392
|
+
Imagepicker,
|
|
393
|
+
Buttongroup,
|
|
394
|
+
Dropdown,
|
|
395
|
+
Matrixdropdownbase,
|
|
396
|
+
Matrixdropdown,
|
|
397
|
+
Matrixdynamic
|
|
398
|
+
] | [
|
|
399
|
+
Checkbox,
|
|
400
|
+
Tagbox,
|
|
401
|
+
Ranking,
|
|
402
|
+
Radiogroup,
|
|
403
|
+
Imagepicker,
|
|
404
|
+
Buttongroup,
|
|
405
|
+
Dropdown,
|
|
406
|
+
Matrixdropdownbase,
|
|
407
|
+
Matrixdropdown,
|
|
408
|
+
Matrixdynamic,
|
|
409
|
+
Matrix
|
|
410
|
+
] | [
|
|
411
|
+
Checkbox,
|
|
412
|
+
Tagbox,
|
|
413
|
+
Ranking,
|
|
414
|
+
Radiogroup,
|
|
415
|
+
Imagepicker,
|
|
416
|
+
Buttongroup,
|
|
417
|
+
Dropdown,
|
|
418
|
+
Matrixdropdownbase,
|
|
419
|
+
Matrixdropdown,
|
|
420
|
+
Matrixdynamic,
|
|
421
|
+
Matrix,
|
|
422
|
+
Expression
|
|
423
|
+
] | [
|
|
424
|
+
Checkbox,
|
|
425
|
+
Tagbox,
|
|
426
|
+
Ranking,
|
|
427
|
+
Radiogroup,
|
|
428
|
+
Imagepicker,
|
|
429
|
+
Buttongroup,
|
|
430
|
+
Dropdown,
|
|
431
|
+
Matrixdropdownbase,
|
|
432
|
+
Matrixdropdown,
|
|
433
|
+
Matrixdynamic,
|
|
434
|
+
Matrix,
|
|
435
|
+
Expression,
|
|
436
|
+
Textbase
|
|
437
|
+
] | [
|
|
438
|
+
Checkbox,
|
|
439
|
+
Tagbox,
|
|
440
|
+
Ranking,
|
|
441
|
+
Radiogroup,
|
|
442
|
+
Imagepicker,
|
|
443
|
+
Buttongroup,
|
|
444
|
+
Dropdown,
|
|
445
|
+
Matrixdropdownbase,
|
|
446
|
+
Matrixdropdown,
|
|
447
|
+
Matrixdynamic,
|
|
448
|
+
Matrix,
|
|
449
|
+
Expression,
|
|
450
|
+
Textbase,
|
|
451
|
+
Text
|
|
452
|
+
] | [
|
|
453
|
+
Checkbox,
|
|
454
|
+
Tagbox,
|
|
455
|
+
Ranking,
|
|
456
|
+
Radiogroup,
|
|
457
|
+
Imagepicker,
|
|
458
|
+
Buttongroup,
|
|
459
|
+
Dropdown,
|
|
460
|
+
Matrixdropdownbase,
|
|
461
|
+
Matrixdropdown,
|
|
462
|
+
Matrixdynamic,
|
|
463
|
+
Matrix,
|
|
464
|
+
Expression,
|
|
465
|
+
Textbase,
|
|
466
|
+
Text,
|
|
467
|
+
Comment
|
|
468
|
+
] | [
|
|
469
|
+
Checkbox,
|
|
470
|
+
Tagbox,
|
|
471
|
+
Ranking,
|
|
472
|
+
Radiogroup,
|
|
473
|
+
Imagepicker,
|
|
474
|
+
Buttongroup,
|
|
475
|
+
Dropdown,
|
|
476
|
+
Matrixdropdownbase,
|
|
477
|
+
Matrixdropdown,
|
|
478
|
+
Matrixdynamic,
|
|
479
|
+
Matrix,
|
|
480
|
+
Expression,
|
|
481
|
+
Textbase,
|
|
482
|
+
Text,
|
|
483
|
+
Comment,
|
|
484
|
+
Multipletext
|
|
485
|
+
] | [
|
|
486
|
+
Checkbox,
|
|
487
|
+
Tagbox,
|
|
488
|
+
Ranking,
|
|
489
|
+
Radiogroup,
|
|
490
|
+
Imagepicker,
|
|
491
|
+
Buttongroup,
|
|
492
|
+
Dropdown,
|
|
493
|
+
Matrixdropdownbase,
|
|
494
|
+
Matrixdropdown,
|
|
495
|
+
Matrixdynamic,
|
|
496
|
+
Matrix,
|
|
497
|
+
Expression,
|
|
498
|
+
Textbase,
|
|
499
|
+
Text,
|
|
500
|
+
Comment,
|
|
501
|
+
Multipletext,
|
|
502
|
+
Nonvalue
|
|
503
|
+
] | [
|
|
504
|
+
Checkbox,
|
|
505
|
+
Tagbox,
|
|
506
|
+
Ranking,
|
|
507
|
+
Radiogroup,
|
|
508
|
+
Imagepicker,
|
|
509
|
+
Buttongroup,
|
|
510
|
+
Dropdown,
|
|
511
|
+
Matrixdropdownbase,
|
|
512
|
+
Matrixdropdown,
|
|
513
|
+
Matrixdynamic,
|
|
514
|
+
Matrix,
|
|
515
|
+
Expression,
|
|
516
|
+
Textbase,
|
|
517
|
+
Text,
|
|
518
|
+
Comment,
|
|
519
|
+
Multipletext,
|
|
520
|
+
Nonvalue,
|
|
521
|
+
Html
|
|
522
|
+
] | [
|
|
523
|
+
Checkbox,
|
|
524
|
+
Tagbox,
|
|
525
|
+
Ranking,
|
|
526
|
+
Radiogroup,
|
|
527
|
+
Imagepicker,
|
|
528
|
+
Buttongroup,
|
|
529
|
+
Dropdown,
|
|
530
|
+
Matrixdropdownbase,
|
|
531
|
+
Matrixdropdown,
|
|
532
|
+
Matrixdynamic,
|
|
533
|
+
Matrix,
|
|
534
|
+
Expression,
|
|
535
|
+
Textbase,
|
|
536
|
+
Text,
|
|
537
|
+
Comment,
|
|
538
|
+
Multipletext,
|
|
539
|
+
Nonvalue,
|
|
540
|
+
Html,
|
|
541
|
+
Image
|
|
542
|
+
] | [
|
|
543
|
+
Checkbox,
|
|
544
|
+
Tagbox,
|
|
545
|
+
Ranking,
|
|
546
|
+
Radiogroup,
|
|
547
|
+
Imagepicker,
|
|
548
|
+
Buttongroup,
|
|
549
|
+
Dropdown,
|
|
550
|
+
Matrixdropdownbase,
|
|
551
|
+
Matrixdropdown,
|
|
552
|
+
Matrixdynamic,
|
|
553
|
+
Matrix,
|
|
554
|
+
Expression,
|
|
555
|
+
Textbase,
|
|
556
|
+
Text,
|
|
557
|
+
Comment,
|
|
558
|
+
Multipletext,
|
|
559
|
+
Nonvalue,
|
|
560
|
+
Html,
|
|
561
|
+
Image,
|
|
562
|
+
Empty
|
|
563
|
+
] | [
|
|
564
|
+
Checkbox,
|
|
565
|
+
Tagbox,
|
|
566
|
+
Ranking,
|
|
567
|
+
Radiogroup,
|
|
568
|
+
Imagepicker,
|
|
569
|
+
Buttongroup,
|
|
570
|
+
Dropdown,
|
|
571
|
+
Matrixdropdownbase,
|
|
572
|
+
Matrixdropdown,
|
|
573
|
+
Matrixdynamic,
|
|
574
|
+
Matrix,
|
|
575
|
+
Expression,
|
|
576
|
+
Textbase,
|
|
577
|
+
Text,
|
|
578
|
+
Comment,
|
|
579
|
+
Multipletext,
|
|
580
|
+
Nonvalue,
|
|
581
|
+
Html,
|
|
582
|
+
Image,
|
|
583
|
+
Empty,
|
|
584
|
+
File
|
|
585
|
+
] | [
|
|
586
|
+
Checkbox,
|
|
587
|
+
Tagbox,
|
|
588
|
+
Ranking,
|
|
589
|
+
Radiogroup,
|
|
590
|
+
Imagepicker,
|
|
591
|
+
Buttongroup,
|
|
592
|
+
Dropdown,
|
|
593
|
+
Matrixdropdownbase,
|
|
594
|
+
Matrixdropdown,
|
|
595
|
+
Matrixdynamic,
|
|
596
|
+
Matrix,
|
|
597
|
+
Expression,
|
|
598
|
+
Textbase,
|
|
599
|
+
Text,
|
|
600
|
+
Comment,
|
|
601
|
+
Multipletext,
|
|
602
|
+
Nonvalue,
|
|
603
|
+
Html,
|
|
604
|
+
Image,
|
|
605
|
+
Empty,
|
|
606
|
+
File,
|
|
607
|
+
Rating
|
|
608
|
+
] | [
|
|
609
|
+
Checkbox,
|
|
610
|
+
Tagbox,
|
|
611
|
+
Ranking,
|
|
612
|
+
Radiogroup,
|
|
613
|
+
Imagepicker,
|
|
614
|
+
Buttongroup,
|
|
615
|
+
Dropdown,
|
|
616
|
+
Matrixdropdownbase,
|
|
617
|
+
Matrixdropdown,
|
|
618
|
+
Matrixdynamic,
|
|
619
|
+
Matrix,
|
|
620
|
+
Expression,
|
|
621
|
+
Textbase,
|
|
622
|
+
Text,
|
|
623
|
+
Comment,
|
|
624
|
+
Multipletext,
|
|
625
|
+
Nonvalue,
|
|
626
|
+
Html,
|
|
627
|
+
Image,
|
|
628
|
+
Empty,
|
|
629
|
+
File,
|
|
630
|
+
Rating,
|
|
631
|
+
Boolean2
|
|
632
|
+
] | [
|
|
633
|
+
Checkbox,
|
|
634
|
+
Tagbox,
|
|
635
|
+
Ranking,
|
|
636
|
+
Radiogroup,
|
|
637
|
+
Imagepicker,
|
|
638
|
+
Buttongroup,
|
|
639
|
+
Dropdown,
|
|
640
|
+
Matrixdropdownbase,
|
|
641
|
+
Matrixdropdown,
|
|
642
|
+
Matrixdynamic,
|
|
643
|
+
Matrix,
|
|
644
|
+
Expression,
|
|
645
|
+
Textbase,
|
|
646
|
+
Text,
|
|
647
|
+
Comment,
|
|
648
|
+
Multipletext,
|
|
649
|
+
Nonvalue,
|
|
650
|
+
Html,
|
|
651
|
+
Image,
|
|
652
|
+
Empty,
|
|
653
|
+
File,
|
|
654
|
+
Rating,
|
|
655
|
+
Boolean2,
|
|
656
|
+
Signaturepad
|
|
657
|
+
] | [
|
|
658
|
+
Checkbox,
|
|
659
|
+
Tagbox,
|
|
660
|
+
Ranking,
|
|
661
|
+
Radiogroup,
|
|
662
|
+
Imagepicker,
|
|
663
|
+
Buttongroup,
|
|
664
|
+
Dropdown,
|
|
665
|
+
Matrixdropdownbase,
|
|
666
|
+
Matrixdropdown,
|
|
667
|
+
Matrixdynamic,
|
|
668
|
+
Matrix,
|
|
669
|
+
Expression,
|
|
670
|
+
Textbase,
|
|
671
|
+
Text,
|
|
672
|
+
Comment,
|
|
673
|
+
Multipletext,
|
|
674
|
+
Nonvalue,
|
|
675
|
+
Html,
|
|
676
|
+
Image,
|
|
677
|
+
Empty,
|
|
678
|
+
File,
|
|
679
|
+
Rating,
|
|
680
|
+
Boolean2,
|
|
681
|
+
Signaturepad,
|
|
682
|
+
Paneldynamic
|
|
683
|
+
] | [
|
|
684
|
+
Checkbox,
|
|
685
|
+
Tagbox,
|
|
686
|
+
Ranking,
|
|
687
|
+
Radiogroup,
|
|
688
|
+
Imagepicker,
|
|
689
|
+
Buttongroup,
|
|
690
|
+
Dropdown,
|
|
691
|
+
Matrixdropdownbase,
|
|
692
|
+
Matrixdropdown,
|
|
693
|
+
Matrixdynamic,
|
|
694
|
+
Matrix,
|
|
695
|
+
Expression,
|
|
696
|
+
Textbase,
|
|
697
|
+
Text,
|
|
698
|
+
Comment,
|
|
699
|
+
Multipletext,
|
|
700
|
+
Nonvalue,
|
|
701
|
+
Html,
|
|
702
|
+
Image,
|
|
703
|
+
Empty,
|
|
704
|
+
File,
|
|
705
|
+
Rating,
|
|
706
|
+
Boolean2,
|
|
707
|
+
Signaturepad,
|
|
708
|
+
Paneldynamic,
|
|
709
|
+
Panel
|
|
710
|
+
];
|
|
711
|
+
templateTitle?: string;
|
|
712
|
+
templateDescription?: string;
|
|
713
|
+
minWidth?: string;
|
|
714
|
+
noEntriesText?: string;
|
|
715
|
+
allowAddPanel?: boolean;
|
|
716
|
+
allowRemovePanel?: boolean;
|
|
717
|
+
panelCount?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
|
|
718
|
+
minPanelCount?: number;
|
|
719
|
+
maxPanelCount?: number;
|
|
720
|
+
defaultPanelValue?: string;
|
|
721
|
+
defaultValueFromLastPanel?: boolean;
|
|
722
|
+
panelsState?: 'default' | 'collapsed' | 'expanded' | 'firstExpanded';
|
|
723
|
+
keyName?: string;
|
|
724
|
+
keyDuplicationError?: string;
|
|
725
|
+
confirmDelete?: boolean;
|
|
726
|
+
confirmDeleteText?: string;
|
|
727
|
+
panelAddText?: string;
|
|
728
|
+
panelRemoveText?: string;
|
|
729
|
+
panelPrevText?: string;
|
|
730
|
+
panelNextText?: string;
|
|
731
|
+
showQuestionNumbers?: 'off' | 'onPanel' | 'onSurvey';
|
|
732
|
+
showRangeInProgress?: boolean;
|
|
733
|
+
renderMode?: 'list' | 'progressTop' | 'progressBottom' | 'progressTopBottom';
|
|
734
|
+
templateTitleLocation?: 'default' | 'top' | 'bottom' | 'left';
|
|
735
|
+
panelRemoveButtonLocation?: 'bottom' | 'right';
|
|
736
|
+
[k: string]: unknown;
|
|
737
|
+
};
|
|
738
|
+
export type Panel = Panelbase & {
|
|
739
|
+
state?: 'default' | 'collapsed' | 'expanded';
|
|
740
|
+
isRequired?: string;
|
|
741
|
+
requiredErrorText?: string;
|
|
742
|
+
startWithNewLine?: boolean;
|
|
743
|
+
width?: string;
|
|
744
|
+
minWidth?: string;
|
|
745
|
+
maxWidth?: string;
|
|
746
|
+
innerIndent?: 0 | 1 | 2 | 3;
|
|
747
|
+
indent?: 0 | 1 | 2 | 3;
|
|
748
|
+
page?: '';
|
|
749
|
+
showNumber?: boolean;
|
|
750
|
+
showQuestionNumbers?: 'default' | 'onpanel' | 'off';
|
|
751
|
+
questionStartIndex?: string;
|
|
752
|
+
allowAdaptiveActions?: boolean;
|
|
753
|
+
[k: string]: unknown;
|
|
754
|
+
};
|
|
755
|
+
export type Visibletrigger = Surveytrigger & {
|
|
756
|
+
pages?: string;
|
|
757
|
+
questions?: string;
|
|
758
|
+
[k: string]: unknown;
|
|
759
|
+
};
|
|
760
|
+
export type Surveytrigger = Trigger & {
|
|
761
|
+
name?: string;
|
|
762
|
+
[k: string]: unknown;
|
|
763
|
+
};
|
|
764
|
+
export type Completetrigger = Surveytrigger & {
|
|
765
|
+
[k: string]: unknown;
|
|
766
|
+
};
|
|
767
|
+
export type Setvaluetrigger = Surveytrigger & {
|
|
768
|
+
setToName?: string;
|
|
769
|
+
setValue?: string;
|
|
770
|
+
isVariable?: boolean;
|
|
771
|
+
[k: string]: unknown;
|
|
772
|
+
};
|
|
773
|
+
export type Copyvaluetrigger = Surveytrigger & {
|
|
774
|
+
fromName?: string;
|
|
775
|
+
setToName?: string;
|
|
776
|
+
[k: string]: unknown;
|
|
777
|
+
};
|
|
778
|
+
export type Skiptrigger = Surveytrigger & {
|
|
779
|
+
gotoName?: string;
|
|
780
|
+
[k: string]: unknown;
|
|
781
|
+
};
|
|
782
|
+
export type Runexpressiontrigger = Surveytrigger & {
|
|
783
|
+
setToName?: string;
|
|
784
|
+
runExpression?: string;
|
|
785
|
+
[k: string]: unknown;
|
|
786
|
+
};
|
|
787
|
+
export type Urlconditionitem = Expressionitem & {
|
|
788
|
+
url?: string;
|
|
789
|
+
[k: string]: unknown;
|
|
790
|
+
};
|
|
791
|
+
export declare class SurveyJSLibraryJsonSchema {
|
|
792
|
+
locale?: '';
|
|
793
|
+
title?: string;
|
|
794
|
+
description?: string;
|
|
795
|
+
logo?: string;
|
|
796
|
+
logoWidth?: string;
|
|
797
|
+
logoHeight?: string;
|
|
798
|
+
logoFit?: 'none' | 'contain' | 'cover' | 'fill';
|
|
799
|
+
logoPosition?: 'none' | 'left' | 'right' | 'top' | 'bottom';
|
|
800
|
+
focusFirstQuestionAutomatic?: boolean;
|
|
801
|
+
focusOnFirstError?: boolean;
|
|
802
|
+
completedHtml?: string;
|
|
803
|
+
completedBeforeHtml?: string;
|
|
804
|
+
completedHtmlOnCondition?: Htmlconditionitem[];
|
|
805
|
+
loadingHtml?: string;
|
|
806
|
+
pages?: Page[];
|
|
807
|
+
questions?: [] | [Checkbox] | [Checkbox, Tagbox] | [Checkbox, Tagbox, Ranking] | [Checkbox, Tagbox, Ranking, Radiogroup] | [Checkbox, Tagbox, Ranking, Radiogroup, Imagepicker] | [Checkbox, Tagbox, Ranking, Radiogroup, Imagepicker, Buttongroup] | [Checkbox, Tagbox, Ranking, Radiogroup, Imagepicker, Buttongroup, Dropdown] | [Checkbox, Tagbox, Ranking, Radiogroup, Imagepicker, Buttongroup, Dropdown, Matrixdropdownbase] | [
|
|
808
|
+
Checkbox,
|
|
809
|
+
Tagbox,
|
|
810
|
+
Ranking,
|
|
811
|
+
Radiogroup,
|
|
812
|
+
Imagepicker,
|
|
813
|
+
Buttongroup,
|
|
814
|
+
Dropdown,
|
|
815
|
+
Matrixdropdownbase,
|
|
816
|
+
Matrixdropdown
|
|
817
|
+
] | [
|
|
818
|
+
Checkbox,
|
|
819
|
+
Tagbox,
|
|
820
|
+
Ranking,
|
|
821
|
+
Radiogroup,
|
|
822
|
+
Imagepicker,
|
|
823
|
+
Buttongroup,
|
|
824
|
+
Dropdown,
|
|
825
|
+
Matrixdropdownbase,
|
|
826
|
+
Matrixdropdown,
|
|
827
|
+
Matrixdynamic
|
|
828
|
+
] | [
|
|
829
|
+
Checkbox,
|
|
830
|
+
Tagbox,
|
|
831
|
+
Ranking,
|
|
832
|
+
Radiogroup,
|
|
833
|
+
Imagepicker,
|
|
834
|
+
Buttongroup,
|
|
835
|
+
Dropdown,
|
|
836
|
+
Matrixdropdownbase,
|
|
837
|
+
Matrixdropdown,
|
|
838
|
+
Matrixdynamic,
|
|
839
|
+
Matrix
|
|
840
|
+
] | [
|
|
841
|
+
Checkbox,
|
|
842
|
+
Tagbox,
|
|
843
|
+
Ranking,
|
|
844
|
+
Radiogroup,
|
|
845
|
+
Imagepicker,
|
|
846
|
+
Buttongroup,
|
|
847
|
+
Dropdown,
|
|
848
|
+
Matrixdropdownbase,
|
|
849
|
+
Matrixdropdown,
|
|
850
|
+
Matrixdynamic,
|
|
851
|
+
Matrix,
|
|
852
|
+
Expression
|
|
853
|
+
] | [
|
|
854
|
+
Checkbox,
|
|
855
|
+
Tagbox,
|
|
856
|
+
Ranking,
|
|
857
|
+
Radiogroup,
|
|
858
|
+
Imagepicker,
|
|
859
|
+
Buttongroup,
|
|
860
|
+
Dropdown,
|
|
861
|
+
Matrixdropdownbase,
|
|
862
|
+
Matrixdropdown,
|
|
863
|
+
Matrixdynamic,
|
|
864
|
+
Matrix,
|
|
865
|
+
Expression,
|
|
866
|
+
Textbase
|
|
867
|
+
] | [
|
|
868
|
+
Checkbox,
|
|
869
|
+
Tagbox,
|
|
870
|
+
Ranking,
|
|
871
|
+
Radiogroup,
|
|
872
|
+
Imagepicker,
|
|
873
|
+
Buttongroup,
|
|
874
|
+
Dropdown,
|
|
875
|
+
Matrixdropdownbase,
|
|
876
|
+
Matrixdropdown,
|
|
877
|
+
Matrixdynamic,
|
|
878
|
+
Matrix,
|
|
879
|
+
Expression,
|
|
880
|
+
Textbase,
|
|
881
|
+
Text
|
|
882
|
+
] | [
|
|
883
|
+
Checkbox,
|
|
884
|
+
Tagbox,
|
|
885
|
+
Ranking,
|
|
886
|
+
Radiogroup,
|
|
887
|
+
Imagepicker,
|
|
888
|
+
Buttongroup,
|
|
889
|
+
Dropdown,
|
|
890
|
+
Matrixdropdownbase,
|
|
891
|
+
Matrixdropdown,
|
|
892
|
+
Matrixdynamic,
|
|
893
|
+
Matrix,
|
|
894
|
+
Expression,
|
|
895
|
+
Textbase,
|
|
896
|
+
Text,
|
|
897
|
+
Comment
|
|
898
|
+
] | [
|
|
899
|
+
Checkbox,
|
|
900
|
+
Tagbox,
|
|
901
|
+
Ranking,
|
|
902
|
+
Radiogroup,
|
|
903
|
+
Imagepicker,
|
|
904
|
+
Buttongroup,
|
|
905
|
+
Dropdown,
|
|
906
|
+
Matrixdropdownbase,
|
|
907
|
+
Matrixdropdown,
|
|
908
|
+
Matrixdynamic,
|
|
909
|
+
Matrix,
|
|
910
|
+
Expression,
|
|
911
|
+
Textbase,
|
|
912
|
+
Text,
|
|
913
|
+
Comment,
|
|
914
|
+
Multipletext
|
|
915
|
+
] | [
|
|
916
|
+
Checkbox,
|
|
917
|
+
Tagbox,
|
|
918
|
+
Ranking,
|
|
919
|
+
Radiogroup,
|
|
920
|
+
Imagepicker,
|
|
921
|
+
Buttongroup,
|
|
922
|
+
Dropdown,
|
|
923
|
+
Matrixdropdownbase,
|
|
924
|
+
Matrixdropdown,
|
|
925
|
+
Matrixdynamic,
|
|
926
|
+
Matrix,
|
|
927
|
+
Expression,
|
|
928
|
+
Textbase,
|
|
929
|
+
Text,
|
|
930
|
+
Comment,
|
|
931
|
+
Multipletext,
|
|
932
|
+
Nonvalue
|
|
933
|
+
] | [
|
|
934
|
+
Checkbox,
|
|
935
|
+
Tagbox,
|
|
936
|
+
Ranking,
|
|
937
|
+
Radiogroup,
|
|
938
|
+
Imagepicker,
|
|
939
|
+
Buttongroup,
|
|
940
|
+
Dropdown,
|
|
941
|
+
Matrixdropdownbase,
|
|
942
|
+
Matrixdropdown,
|
|
943
|
+
Matrixdynamic,
|
|
944
|
+
Matrix,
|
|
945
|
+
Expression,
|
|
946
|
+
Textbase,
|
|
947
|
+
Text,
|
|
948
|
+
Comment,
|
|
949
|
+
Multipletext,
|
|
950
|
+
Nonvalue,
|
|
951
|
+
Html
|
|
952
|
+
] | [
|
|
953
|
+
Checkbox,
|
|
954
|
+
Tagbox,
|
|
955
|
+
Ranking,
|
|
956
|
+
Radiogroup,
|
|
957
|
+
Imagepicker,
|
|
958
|
+
Buttongroup,
|
|
959
|
+
Dropdown,
|
|
960
|
+
Matrixdropdownbase,
|
|
961
|
+
Matrixdropdown,
|
|
962
|
+
Matrixdynamic,
|
|
963
|
+
Matrix,
|
|
964
|
+
Expression,
|
|
965
|
+
Textbase,
|
|
966
|
+
Text,
|
|
967
|
+
Comment,
|
|
968
|
+
Multipletext,
|
|
969
|
+
Nonvalue,
|
|
970
|
+
Html,
|
|
971
|
+
Image
|
|
972
|
+
] | [
|
|
973
|
+
Checkbox,
|
|
974
|
+
Tagbox,
|
|
975
|
+
Ranking,
|
|
976
|
+
Radiogroup,
|
|
977
|
+
Imagepicker,
|
|
978
|
+
Buttongroup,
|
|
979
|
+
Dropdown,
|
|
980
|
+
Matrixdropdownbase,
|
|
981
|
+
Matrixdropdown,
|
|
982
|
+
Matrixdynamic,
|
|
983
|
+
Matrix,
|
|
984
|
+
Expression,
|
|
985
|
+
Textbase,
|
|
986
|
+
Text,
|
|
987
|
+
Comment,
|
|
988
|
+
Multipletext,
|
|
989
|
+
Nonvalue,
|
|
990
|
+
Html,
|
|
991
|
+
Image,
|
|
992
|
+
Empty
|
|
993
|
+
] | [
|
|
994
|
+
Checkbox,
|
|
995
|
+
Tagbox,
|
|
996
|
+
Ranking,
|
|
997
|
+
Radiogroup,
|
|
998
|
+
Imagepicker,
|
|
999
|
+
Buttongroup,
|
|
1000
|
+
Dropdown,
|
|
1001
|
+
Matrixdropdownbase,
|
|
1002
|
+
Matrixdropdown,
|
|
1003
|
+
Matrixdynamic,
|
|
1004
|
+
Matrix,
|
|
1005
|
+
Expression,
|
|
1006
|
+
Textbase,
|
|
1007
|
+
Text,
|
|
1008
|
+
Comment,
|
|
1009
|
+
Multipletext,
|
|
1010
|
+
Nonvalue,
|
|
1011
|
+
Html,
|
|
1012
|
+
Image,
|
|
1013
|
+
Empty,
|
|
1014
|
+
File
|
|
1015
|
+
] | [
|
|
1016
|
+
Checkbox,
|
|
1017
|
+
Tagbox,
|
|
1018
|
+
Ranking,
|
|
1019
|
+
Radiogroup,
|
|
1020
|
+
Imagepicker,
|
|
1021
|
+
Buttongroup,
|
|
1022
|
+
Dropdown,
|
|
1023
|
+
Matrixdropdownbase,
|
|
1024
|
+
Matrixdropdown,
|
|
1025
|
+
Matrixdynamic,
|
|
1026
|
+
Matrix,
|
|
1027
|
+
Expression,
|
|
1028
|
+
Textbase,
|
|
1029
|
+
Text,
|
|
1030
|
+
Comment,
|
|
1031
|
+
Multipletext,
|
|
1032
|
+
Nonvalue,
|
|
1033
|
+
Html,
|
|
1034
|
+
Image,
|
|
1035
|
+
Empty,
|
|
1036
|
+
File,
|
|
1037
|
+
Rating
|
|
1038
|
+
] | [
|
|
1039
|
+
Checkbox,
|
|
1040
|
+
Tagbox,
|
|
1041
|
+
Ranking,
|
|
1042
|
+
Radiogroup,
|
|
1043
|
+
Imagepicker,
|
|
1044
|
+
Buttongroup,
|
|
1045
|
+
Dropdown,
|
|
1046
|
+
Matrixdropdownbase,
|
|
1047
|
+
Matrixdropdown,
|
|
1048
|
+
Matrixdynamic,
|
|
1049
|
+
Matrix,
|
|
1050
|
+
Expression,
|
|
1051
|
+
Textbase,
|
|
1052
|
+
Text,
|
|
1053
|
+
Comment,
|
|
1054
|
+
Multipletext,
|
|
1055
|
+
Nonvalue,
|
|
1056
|
+
Html,
|
|
1057
|
+
Image,
|
|
1058
|
+
Empty,
|
|
1059
|
+
File,
|
|
1060
|
+
Rating,
|
|
1061
|
+
Boolean2
|
|
1062
|
+
] | [
|
|
1063
|
+
Checkbox,
|
|
1064
|
+
Tagbox,
|
|
1065
|
+
Ranking,
|
|
1066
|
+
Radiogroup,
|
|
1067
|
+
Imagepicker,
|
|
1068
|
+
Buttongroup,
|
|
1069
|
+
Dropdown,
|
|
1070
|
+
Matrixdropdownbase,
|
|
1071
|
+
Matrixdropdown,
|
|
1072
|
+
Matrixdynamic,
|
|
1073
|
+
Matrix,
|
|
1074
|
+
Expression,
|
|
1075
|
+
Textbase,
|
|
1076
|
+
Text,
|
|
1077
|
+
Comment,
|
|
1078
|
+
Multipletext,
|
|
1079
|
+
Nonvalue,
|
|
1080
|
+
Html,
|
|
1081
|
+
Image,
|
|
1082
|
+
Empty,
|
|
1083
|
+
File,
|
|
1084
|
+
Rating,
|
|
1085
|
+
Boolean2,
|
|
1086
|
+
Signaturepad
|
|
1087
|
+
] | [
|
|
1088
|
+
Checkbox,
|
|
1089
|
+
Tagbox,
|
|
1090
|
+
Ranking,
|
|
1091
|
+
Radiogroup,
|
|
1092
|
+
Imagepicker,
|
|
1093
|
+
Buttongroup,
|
|
1094
|
+
Dropdown,
|
|
1095
|
+
Matrixdropdownbase,
|
|
1096
|
+
Matrixdropdown,
|
|
1097
|
+
Matrixdynamic,
|
|
1098
|
+
Matrix,
|
|
1099
|
+
Expression,
|
|
1100
|
+
Textbase,
|
|
1101
|
+
Text,
|
|
1102
|
+
Comment,
|
|
1103
|
+
Multipletext,
|
|
1104
|
+
Nonvalue,
|
|
1105
|
+
Html,
|
|
1106
|
+
Image,
|
|
1107
|
+
Empty,
|
|
1108
|
+
File,
|
|
1109
|
+
Rating,
|
|
1110
|
+
Boolean2,
|
|
1111
|
+
Signaturepad,
|
|
1112
|
+
Paneldynamic
|
|
1113
|
+
] | [
|
|
1114
|
+
Checkbox,
|
|
1115
|
+
Tagbox,
|
|
1116
|
+
Ranking,
|
|
1117
|
+
Radiogroup,
|
|
1118
|
+
Imagepicker,
|
|
1119
|
+
Buttongroup,
|
|
1120
|
+
Dropdown,
|
|
1121
|
+
Matrixdropdownbase,
|
|
1122
|
+
Matrixdropdown,
|
|
1123
|
+
Matrixdynamic,
|
|
1124
|
+
Matrix,
|
|
1125
|
+
Expression,
|
|
1126
|
+
Textbase,
|
|
1127
|
+
Text,
|
|
1128
|
+
Comment,
|
|
1129
|
+
Multipletext,
|
|
1130
|
+
Nonvalue,
|
|
1131
|
+
Html,
|
|
1132
|
+
Image,
|
|
1133
|
+
Empty,
|
|
1134
|
+
File,
|
|
1135
|
+
Rating,
|
|
1136
|
+
Boolean2,
|
|
1137
|
+
Signaturepad,
|
|
1138
|
+
Paneldynamic,
|
|
1139
|
+
Panel
|
|
1140
|
+
];
|
|
1141
|
+
triggers?: [] | [Visibletrigger] | [Visibletrigger, Completetrigger] | [Visibletrigger, Completetrigger, Setvaluetrigger] | [Visibletrigger, Completetrigger, Setvaluetrigger, Copyvaluetrigger] | [Visibletrigger, Completetrigger, Setvaluetrigger, Copyvaluetrigger, Skiptrigger] | [Visibletrigger, Completetrigger, Setvaluetrigger, Copyvaluetrigger, Skiptrigger, Runexpressiontrigger];
|
|
1142
|
+
calculatedValues?: Calculatedvalue[];
|
|
1143
|
+
surveyId?: string;
|
|
1144
|
+
surveyPostId?: string;
|
|
1145
|
+
surveyShowDataSaving?: boolean;
|
|
1146
|
+
cookieName?: string;
|
|
1147
|
+
sendResultOnPageNext?: boolean;
|
|
1148
|
+
showNavigationButtons?: 'none' | 'top' | 'bottom' | 'both';
|
|
1149
|
+
showPrevButton?: boolean;
|
|
1150
|
+
showTitle?: boolean;
|
|
1151
|
+
showPageTitles?: boolean;
|
|
1152
|
+
showCompletedPage?: boolean;
|
|
1153
|
+
navigateToUrl?: string;
|
|
1154
|
+
navigateToUrlOnCondition?: Urlconditionitem[];
|
|
1155
|
+
questionsOrder?: 'initial' | 'random';
|
|
1156
|
+
showPageNumbers?: boolean;
|
|
1157
|
+
showQuestionNumbers?: 'on' | 'onPage' | 'off';
|
|
1158
|
+
questionTitleLocation?: 'top' | 'bottom' | 'left';
|
|
1159
|
+
questionDescriptionLocation?: 'underInput' | 'underTitle';
|
|
1160
|
+
questionErrorLocation?: 'top' | 'bottom';
|
|
1161
|
+
showProgressBar?: 'off' | 'top' | 'bottom' | 'both';
|
|
1162
|
+
progressBarType?: 'pages' | 'questions' | 'requiredQuestions' | 'correctQuestions' | 'buttons';
|
|
1163
|
+
showTOC?: string;
|
|
1164
|
+
tocLocation?: 'left' | 'right';
|
|
1165
|
+
mode?: 'edit' | 'display';
|
|
1166
|
+
storeOthersAsComment?: boolean;
|
|
1167
|
+
maxTextLength?: number;
|
|
1168
|
+
maxOthersLength?: number;
|
|
1169
|
+
goNextPageAutomatic?: boolean;
|
|
1170
|
+
clearInvisibleValues?: 'none' | 'onComplete' | 'onHidden' | 'onHiddenContainer';
|
|
1171
|
+
checkErrorsMode?: 'onNextPage' | 'onValueChanged' | 'onValueChanging' | 'onComplete';
|
|
1172
|
+
textUpdateMode?: 'onBlur' | 'onTyping';
|
|
1173
|
+
autoGrowComment?: boolean;
|
|
1174
|
+
startSurveyText?: string;
|
|
1175
|
+
pagePrevText?: string;
|
|
1176
|
+
pageNextText?: string;
|
|
1177
|
+
completeText?: string;
|
|
1178
|
+
previewText?: string;
|
|
1179
|
+
editText?: string;
|
|
1180
|
+
requiredText?: string;
|
|
1181
|
+
questionStartIndex?: string;
|
|
1182
|
+
questionTitlePattern?: '';
|
|
1183
|
+
questionTitleTemplate?: string;
|
|
1184
|
+
firstPageIsStarted?: boolean;
|
|
1185
|
+
isSinglePage?: boolean;
|
|
1186
|
+
questionsOnPageMode?: 'singlePage' | 'standard' | 'questionPerPage';
|
|
1187
|
+
showPreviewBeforeComplete?: 'noPreview' | 'showAllQuestions' | 'showAnsweredQuestions';
|
|
1188
|
+
maxTimeToFinish?: number;
|
|
1189
|
+
maxTimeToFinishPage?: number;
|
|
1190
|
+
showTimerPanel?: 'none' | 'top' | 'bottom';
|
|
1191
|
+
showTimerPanelMode?: 'all' | 'page' | 'survey';
|
|
1192
|
+
widthMode?: 'auto' | 'static' | 'responsive';
|
|
1193
|
+
width?: string;
|
|
1194
|
+
showBrandInfo?: boolean;
|
|
1195
|
+
[k: string]: unknown;
|
|
1196
|
+
}
|
|
1197
|
+
export interface Expressionitem {
|
|
1198
|
+
expression?: string;
|
|
1199
|
+
[k: string]: unknown;
|
|
1200
|
+
}
|
|
1201
|
+
export interface Panelbase {
|
|
1202
|
+
name?: string;
|
|
1203
|
+
elements?: [] | [Checkbox] | [Checkbox, Tagbox] | [Checkbox, Tagbox, Ranking] | [Checkbox, Tagbox, Ranking, Radiogroup] | [Checkbox, Tagbox, Ranking, Radiogroup, Imagepicker] | [Checkbox, Tagbox, Ranking, Radiogroup, Imagepicker, Buttongroup] | [Checkbox, Tagbox, Ranking, Radiogroup, Imagepicker, Buttongroup, Dropdown] | [Checkbox, Tagbox, Ranking, Radiogroup, Imagepicker, Buttongroup, Dropdown, Matrixdropdownbase] | [
|
|
1204
|
+
Checkbox,
|
|
1205
|
+
Tagbox,
|
|
1206
|
+
Ranking,
|
|
1207
|
+
Radiogroup,
|
|
1208
|
+
Imagepicker,
|
|
1209
|
+
Buttongroup,
|
|
1210
|
+
Dropdown,
|
|
1211
|
+
Matrixdropdownbase,
|
|
1212
|
+
Matrixdropdown
|
|
1213
|
+
] | [
|
|
1214
|
+
Checkbox,
|
|
1215
|
+
Tagbox,
|
|
1216
|
+
Ranking,
|
|
1217
|
+
Radiogroup,
|
|
1218
|
+
Imagepicker,
|
|
1219
|
+
Buttongroup,
|
|
1220
|
+
Dropdown,
|
|
1221
|
+
Matrixdropdownbase,
|
|
1222
|
+
Matrixdropdown,
|
|
1223
|
+
Matrixdynamic
|
|
1224
|
+
] | [
|
|
1225
|
+
Checkbox,
|
|
1226
|
+
Tagbox,
|
|
1227
|
+
Ranking,
|
|
1228
|
+
Radiogroup,
|
|
1229
|
+
Imagepicker,
|
|
1230
|
+
Buttongroup,
|
|
1231
|
+
Dropdown,
|
|
1232
|
+
Matrixdropdownbase,
|
|
1233
|
+
Matrixdropdown,
|
|
1234
|
+
Matrixdynamic,
|
|
1235
|
+
Matrix
|
|
1236
|
+
] | [
|
|
1237
|
+
Checkbox,
|
|
1238
|
+
Tagbox,
|
|
1239
|
+
Ranking,
|
|
1240
|
+
Radiogroup,
|
|
1241
|
+
Imagepicker,
|
|
1242
|
+
Buttongroup,
|
|
1243
|
+
Dropdown,
|
|
1244
|
+
Matrixdropdownbase,
|
|
1245
|
+
Matrixdropdown,
|
|
1246
|
+
Matrixdynamic,
|
|
1247
|
+
Matrix,
|
|
1248
|
+
Expression
|
|
1249
|
+
] | [
|
|
1250
|
+
Checkbox,
|
|
1251
|
+
Tagbox,
|
|
1252
|
+
Ranking,
|
|
1253
|
+
Radiogroup,
|
|
1254
|
+
Imagepicker,
|
|
1255
|
+
Buttongroup,
|
|
1256
|
+
Dropdown,
|
|
1257
|
+
Matrixdropdownbase,
|
|
1258
|
+
Matrixdropdown,
|
|
1259
|
+
Matrixdynamic,
|
|
1260
|
+
Matrix,
|
|
1261
|
+
Expression,
|
|
1262
|
+
Textbase
|
|
1263
|
+
] | [
|
|
1264
|
+
Checkbox,
|
|
1265
|
+
Tagbox,
|
|
1266
|
+
Ranking,
|
|
1267
|
+
Radiogroup,
|
|
1268
|
+
Imagepicker,
|
|
1269
|
+
Buttongroup,
|
|
1270
|
+
Dropdown,
|
|
1271
|
+
Matrixdropdownbase,
|
|
1272
|
+
Matrixdropdown,
|
|
1273
|
+
Matrixdynamic,
|
|
1274
|
+
Matrix,
|
|
1275
|
+
Expression,
|
|
1276
|
+
Textbase,
|
|
1277
|
+
Text
|
|
1278
|
+
] | [
|
|
1279
|
+
Checkbox,
|
|
1280
|
+
Tagbox,
|
|
1281
|
+
Ranking,
|
|
1282
|
+
Radiogroup,
|
|
1283
|
+
Imagepicker,
|
|
1284
|
+
Buttongroup,
|
|
1285
|
+
Dropdown,
|
|
1286
|
+
Matrixdropdownbase,
|
|
1287
|
+
Matrixdropdown,
|
|
1288
|
+
Matrixdynamic,
|
|
1289
|
+
Matrix,
|
|
1290
|
+
Expression,
|
|
1291
|
+
Textbase,
|
|
1292
|
+
Text,
|
|
1293
|
+
Comment
|
|
1294
|
+
] | [
|
|
1295
|
+
Checkbox,
|
|
1296
|
+
Tagbox,
|
|
1297
|
+
Ranking,
|
|
1298
|
+
Radiogroup,
|
|
1299
|
+
Imagepicker,
|
|
1300
|
+
Buttongroup,
|
|
1301
|
+
Dropdown,
|
|
1302
|
+
Matrixdropdownbase,
|
|
1303
|
+
Matrixdropdown,
|
|
1304
|
+
Matrixdynamic,
|
|
1305
|
+
Matrix,
|
|
1306
|
+
Expression,
|
|
1307
|
+
Textbase,
|
|
1308
|
+
Text,
|
|
1309
|
+
Comment,
|
|
1310
|
+
Multipletext
|
|
1311
|
+
] | [
|
|
1312
|
+
Checkbox,
|
|
1313
|
+
Tagbox,
|
|
1314
|
+
Ranking,
|
|
1315
|
+
Radiogroup,
|
|
1316
|
+
Imagepicker,
|
|
1317
|
+
Buttongroup,
|
|
1318
|
+
Dropdown,
|
|
1319
|
+
Matrixdropdownbase,
|
|
1320
|
+
Matrixdropdown,
|
|
1321
|
+
Matrixdynamic,
|
|
1322
|
+
Matrix,
|
|
1323
|
+
Expression,
|
|
1324
|
+
Textbase,
|
|
1325
|
+
Text,
|
|
1326
|
+
Comment,
|
|
1327
|
+
Multipletext,
|
|
1328
|
+
Nonvalue
|
|
1329
|
+
] | [
|
|
1330
|
+
Checkbox,
|
|
1331
|
+
Tagbox,
|
|
1332
|
+
Ranking,
|
|
1333
|
+
Radiogroup,
|
|
1334
|
+
Imagepicker,
|
|
1335
|
+
Buttongroup,
|
|
1336
|
+
Dropdown,
|
|
1337
|
+
Matrixdropdownbase,
|
|
1338
|
+
Matrixdropdown,
|
|
1339
|
+
Matrixdynamic,
|
|
1340
|
+
Matrix,
|
|
1341
|
+
Expression,
|
|
1342
|
+
Textbase,
|
|
1343
|
+
Text,
|
|
1344
|
+
Comment,
|
|
1345
|
+
Multipletext,
|
|
1346
|
+
Nonvalue,
|
|
1347
|
+
Html
|
|
1348
|
+
] | [
|
|
1349
|
+
Checkbox,
|
|
1350
|
+
Tagbox,
|
|
1351
|
+
Ranking,
|
|
1352
|
+
Radiogroup,
|
|
1353
|
+
Imagepicker,
|
|
1354
|
+
Buttongroup,
|
|
1355
|
+
Dropdown,
|
|
1356
|
+
Matrixdropdownbase,
|
|
1357
|
+
Matrixdropdown,
|
|
1358
|
+
Matrixdynamic,
|
|
1359
|
+
Matrix,
|
|
1360
|
+
Expression,
|
|
1361
|
+
Textbase,
|
|
1362
|
+
Text,
|
|
1363
|
+
Comment,
|
|
1364
|
+
Multipletext,
|
|
1365
|
+
Nonvalue,
|
|
1366
|
+
Html,
|
|
1367
|
+
Image
|
|
1368
|
+
] | [
|
|
1369
|
+
Checkbox,
|
|
1370
|
+
Tagbox,
|
|
1371
|
+
Ranking,
|
|
1372
|
+
Radiogroup,
|
|
1373
|
+
Imagepicker,
|
|
1374
|
+
Buttongroup,
|
|
1375
|
+
Dropdown,
|
|
1376
|
+
Matrixdropdownbase,
|
|
1377
|
+
Matrixdropdown,
|
|
1378
|
+
Matrixdynamic,
|
|
1379
|
+
Matrix,
|
|
1380
|
+
Expression,
|
|
1381
|
+
Textbase,
|
|
1382
|
+
Text,
|
|
1383
|
+
Comment,
|
|
1384
|
+
Multipletext,
|
|
1385
|
+
Nonvalue,
|
|
1386
|
+
Html,
|
|
1387
|
+
Image,
|
|
1388
|
+
Empty
|
|
1389
|
+
] | [
|
|
1390
|
+
Checkbox,
|
|
1391
|
+
Tagbox,
|
|
1392
|
+
Ranking,
|
|
1393
|
+
Radiogroup,
|
|
1394
|
+
Imagepicker,
|
|
1395
|
+
Buttongroup,
|
|
1396
|
+
Dropdown,
|
|
1397
|
+
Matrixdropdownbase,
|
|
1398
|
+
Matrixdropdown,
|
|
1399
|
+
Matrixdynamic,
|
|
1400
|
+
Matrix,
|
|
1401
|
+
Expression,
|
|
1402
|
+
Textbase,
|
|
1403
|
+
Text,
|
|
1404
|
+
Comment,
|
|
1405
|
+
Multipletext,
|
|
1406
|
+
Nonvalue,
|
|
1407
|
+
Html,
|
|
1408
|
+
Image,
|
|
1409
|
+
Empty,
|
|
1410
|
+
File
|
|
1411
|
+
] | [
|
|
1412
|
+
Checkbox,
|
|
1413
|
+
Tagbox,
|
|
1414
|
+
Ranking,
|
|
1415
|
+
Radiogroup,
|
|
1416
|
+
Imagepicker,
|
|
1417
|
+
Buttongroup,
|
|
1418
|
+
Dropdown,
|
|
1419
|
+
Matrixdropdownbase,
|
|
1420
|
+
Matrixdropdown,
|
|
1421
|
+
Matrixdynamic,
|
|
1422
|
+
Matrix,
|
|
1423
|
+
Expression,
|
|
1424
|
+
Textbase,
|
|
1425
|
+
Text,
|
|
1426
|
+
Comment,
|
|
1427
|
+
Multipletext,
|
|
1428
|
+
Nonvalue,
|
|
1429
|
+
Html,
|
|
1430
|
+
Image,
|
|
1431
|
+
Empty,
|
|
1432
|
+
File,
|
|
1433
|
+
Rating
|
|
1434
|
+
] | [
|
|
1435
|
+
Checkbox,
|
|
1436
|
+
Tagbox,
|
|
1437
|
+
Ranking,
|
|
1438
|
+
Radiogroup,
|
|
1439
|
+
Imagepicker,
|
|
1440
|
+
Buttongroup,
|
|
1441
|
+
Dropdown,
|
|
1442
|
+
Matrixdropdownbase,
|
|
1443
|
+
Matrixdropdown,
|
|
1444
|
+
Matrixdynamic,
|
|
1445
|
+
Matrix,
|
|
1446
|
+
Expression,
|
|
1447
|
+
Textbase,
|
|
1448
|
+
Text,
|
|
1449
|
+
Comment,
|
|
1450
|
+
Multipletext,
|
|
1451
|
+
Nonvalue,
|
|
1452
|
+
Html,
|
|
1453
|
+
Image,
|
|
1454
|
+
Empty,
|
|
1455
|
+
File,
|
|
1456
|
+
Rating,
|
|
1457
|
+
Boolean2
|
|
1458
|
+
] | [
|
|
1459
|
+
Checkbox,
|
|
1460
|
+
Tagbox,
|
|
1461
|
+
Ranking,
|
|
1462
|
+
Radiogroup,
|
|
1463
|
+
Imagepicker,
|
|
1464
|
+
Buttongroup,
|
|
1465
|
+
Dropdown,
|
|
1466
|
+
Matrixdropdownbase,
|
|
1467
|
+
Matrixdropdown,
|
|
1468
|
+
Matrixdynamic,
|
|
1469
|
+
Matrix,
|
|
1470
|
+
Expression,
|
|
1471
|
+
Textbase,
|
|
1472
|
+
Text,
|
|
1473
|
+
Comment,
|
|
1474
|
+
Multipletext,
|
|
1475
|
+
Nonvalue,
|
|
1476
|
+
Html,
|
|
1477
|
+
Image,
|
|
1478
|
+
Empty,
|
|
1479
|
+
File,
|
|
1480
|
+
Rating,
|
|
1481
|
+
Boolean2,
|
|
1482
|
+
Signaturepad
|
|
1483
|
+
] | [
|
|
1484
|
+
Checkbox,
|
|
1485
|
+
Tagbox,
|
|
1486
|
+
Ranking,
|
|
1487
|
+
Radiogroup,
|
|
1488
|
+
Imagepicker,
|
|
1489
|
+
Buttongroup,
|
|
1490
|
+
Dropdown,
|
|
1491
|
+
Matrixdropdownbase,
|
|
1492
|
+
Matrixdropdown,
|
|
1493
|
+
Matrixdynamic,
|
|
1494
|
+
Matrix,
|
|
1495
|
+
Expression,
|
|
1496
|
+
Textbase,
|
|
1497
|
+
Text,
|
|
1498
|
+
Comment,
|
|
1499
|
+
Multipletext,
|
|
1500
|
+
Nonvalue,
|
|
1501
|
+
Html,
|
|
1502
|
+
Image,
|
|
1503
|
+
Empty,
|
|
1504
|
+
File,
|
|
1505
|
+
Rating,
|
|
1506
|
+
Boolean2,
|
|
1507
|
+
Signaturepad,
|
|
1508
|
+
Paneldynamic
|
|
1509
|
+
] | [
|
|
1510
|
+
Checkbox,
|
|
1511
|
+
Tagbox,
|
|
1512
|
+
Ranking,
|
|
1513
|
+
Radiogroup,
|
|
1514
|
+
Imagepicker,
|
|
1515
|
+
Buttongroup,
|
|
1516
|
+
Dropdown,
|
|
1517
|
+
Matrixdropdownbase,
|
|
1518
|
+
Matrixdropdown,
|
|
1519
|
+
Matrixdynamic,
|
|
1520
|
+
Matrix,
|
|
1521
|
+
Expression,
|
|
1522
|
+
Textbase,
|
|
1523
|
+
Text,
|
|
1524
|
+
Comment,
|
|
1525
|
+
Multipletext,
|
|
1526
|
+
Nonvalue,
|
|
1527
|
+
Html,
|
|
1528
|
+
Image,
|
|
1529
|
+
Empty,
|
|
1530
|
+
File,
|
|
1531
|
+
Rating,
|
|
1532
|
+
Boolean2,
|
|
1533
|
+
Signaturepad,
|
|
1534
|
+
Paneldynamic,
|
|
1535
|
+
Panel
|
|
1536
|
+
];
|
|
1537
|
+
visible?: string;
|
|
1538
|
+
visibleIf?: string;
|
|
1539
|
+
enableIf?: string;
|
|
1540
|
+
requiredIf?: string;
|
|
1541
|
+
readOnly?: boolean;
|
|
1542
|
+
questionTitleLocation?: 'default' | 'top' | 'bottom' | 'left' | 'hidden';
|
|
1543
|
+
title?: string;
|
|
1544
|
+
description?: string;
|
|
1545
|
+
questionsOrder?: 'default' | 'initial' | 'random';
|
|
1546
|
+
[k: string]: unknown;
|
|
1547
|
+
}
|
|
1548
|
+
export interface Question {
|
|
1549
|
+
name?: string;
|
|
1550
|
+
state?: 'default' | 'collapsed' | 'expanded';
|
|
1551
|
+
visible?: string;
|
|
1552
|
+
useDisplayValuesInDynamicTexts?: boolean;
|
|
1553
|
+
visibleIf?: string;
|
|
1554
|
+
width?: string;
|
|
1555
|
+
minWidth?: string;
|
|
1556
|
+
maxWidth?: string;
|
|
1557
|
+
startWithNewLine?: boolean;
|
|
1558
|
+
indent?: 0 | 1 | 2 | 3;
|
|
1559
|
+
page?: '';
|
|
1560
|
+
title?: string;
|
|
1561
|
+
titleLocation?: 'default' | 'top' | 'bottom' | 'left' | 'hidden';
|
|
1562
|
+
description?: string;
|
|
1563
|
+
descriptionLocation?: 'default' | 'underInput' | 'underTitle';
|
|
1564
|
+
hideNumber?: boolean;
|
|
1565
|
+
valueName?: string;
|
|
1566
|
+
enableIf?: string;
|
|
1567
|
+
defaultValue?: string;
|
|
1568
|
+
defaultValueExpression?: string;
|
|
1569
|
+
correctAnswer?: string;
|
|
1570
|
+
clearIfInvisible?: 'default' | 'none' | 'onComplete' | 'onHidden';
|
|
1571
|
+
isRequired?: string;
|
|
1572
|
+
requiredIf?: string;
|
|
1573
|
+
requiredErrorText?: string;
|
|
1574
|
+
readOnly?: string;
|
|
1575
|
+
validators?: [] | [Numericvalidator] | [Numericvalidator, Textvalidator] | [Numericvalidator, Textvalidator, Answercountvalidator] | [Numericvalidator, Textvalidator, Answercountvalidator, Regexvalidator] | [Numericvalidator, Textvalidator, Answercountvalidator, Regexvalidator, Emailvalidator] | [Numericvalidator, Textvalidator, Answercountvalidator, Regexvalidator, Emailvalidator, Expressionvalidator];
|
|
1576
|
+
bindings?: string;
|
|
1577
|
+
renderAs?: string;
|
|
1578
|
+
showCommentArea?: string;
|
|
1579
|
+
commentText?: string;
|
|
1580
|
+
commentPlaceholder?: string;
|
|
1581
|
+
[k: string]: unknown;
|
|
1582
|
+
}
|
|
1583
|
+
export interface Surveyvalidator {
|
|
1584
|
+
text?: string;
|
|
1585
|
+
[k: string]: unknown;
|
|
1586
|
+
}
|
|
1587
|
+
export interface Itemvalue {
|
|
1588
|
+
value?: string;
|
|
1589
|
+
text?: string;
|
|
1590
|
+
visibleIf?: string;
|
|
1591
|
+
enableIf?: string;
|
|
1592
|
+
[k: string]: unknown;
|
|
1593
|
+
}
|
|
1594
|
+
export interface Matrixdropdowncolumn {
|
|
1595
|
+
name?: string;
|
|
1596
|
+
title?: string;
|
|
1597
|
+
cellHint?: string;
|
|
1598
|
+
cellType?: 'default' | 'dropdown' | 'checkbox' | 'radiogroup' | 'tagbox' | 'text' | 'comment' | 'boolean' | 'expression' | 'rating';
|
|
1599
|
+
colCount?: -1 | 0 | 1 | 2 | 3 | 4;
|
|
1600
|
+
isRequired?: boolean;
|
|
1601
|
+
isUnique?: boolean;
|
|
1602
|
+
requiredErrorText?: string;
|
|
1603
|
+
readOnly?: boolean;
|
|
1604
|
+
minWidth?: string;
|
|
1605
|
+
width?: string;
|
|
1606
|
+
visibleIf?: string;
|
|
1607
|
+
enableIf?: string;
|
|
1608
|
+
requiredIf?: string;
|
|
1609
|
+
showInMultipleColumns?: boolean;
|
|
1610
|
+
validators?: [] | [Numericvalidator] | [Numericvalidator, Textvalidator] | [Numericvalidator, Textvalidator, Answercountvalidator] | [Numericvalidator, Textvalidator, Answercountvalidator, Regexvalidator] | [Numericvalidator, Textvalidator, Answercountvalidator, Regexvalidator, Emailvalidator] | [Numericvalidator, Textvalidator, Answercountvalidator, Regexvalidator, Emailvalidator, Expressionvalidator];
|
|
1611
|
+
totalType?: 'none' | 'sum' | 'count' | 'min' | 'max' | 'avg';
|
|
1612
|
+
totalExpression?: string;
|
|
1613
|
+
totalFormat?: string;
|
|
1614
|
+
totalDisplayStyle?: 'none' | 'decimal' | 'currency' | 'percent';
|
|
1615
|
+
totalCurrency?: 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BOV' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYN' | 'BZD' | 'CAD' | 'CDF' | 'CHE' | 'CHF' | 'CHW' | 'CLF' | 'CLP' | 'CNY' | 'COP' | 'COU' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MXV' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SRD' | 'SSP' | 'STD' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'USN' | 'UYI' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XAG' | 'XAU' | 'XBA' | 'XBB' | 'XBC' | 'XBD' | 'XCD' | 'XDR' | 'XOF' | 'XPD' | 'XPF' | 'XPT' | 'XSU' | 'XTS' | 'XUA' | 'XXX' | 'YER' | 'ZAR' | 'ZMW' | 'ZWL';
|
|
1616
|
+
totalMaximumFractionDigits?: number;
|
|
1617
|
+
totalMinimumFractionDigits?: number;
|
|
1618
|
+
renderAs?: string;
|
|
1619
|
+
[k: string]: unknown;
|
|
1620
|
+
}
|
|
1621
|
+
export interface Multipletextitem {
|
|
1622
|
+
name?: string;
|
|
1623
|
+
isRequired?: boolean;
|
|
1624
|
+
placeholder?: string;
|
|
1625
|
+
inputType?: 'color' | 'date' | 'datetime' | 'datetime-local' | 'email' | 'month' | 'number' | 'password' | 'range' | 'tel' | 'text' | 'time' | 'url' | 'week';
|
|
1626
|
+
title?: string;
|
|
1627
|
+
maxLength?: number;
|
|
1628
|
+
size?: number;
|
|
1629
|
+
requiredErrorText?: string;
|
|
1630
|
+
validators?: [] | [Numericvalidator] | [Numericvalidator, Textvalidator] | [Numericvalidator, Textvalidator, Answercountvalidator] | [Numericvalidator, Textvalidator, Answercountvalidator, Regexvalidator] | [Numericvalidator, Textvalidator, Answercountvalidator, Regexvalidator, Emailvalidator] | [Numericvalidator, Textvalidator, Answercountvalidator, Regexvalidator, Emailvalidator, Expressionvalidator];
|
|
1631
|
+
[k: string]: unknown;
|
|
1632
|
+
}
|
|
1633
|
+
export interface Trigger {
|
|
1634
|
+
operator?: string;
|
|
1635
|
+
value?: string;
|
|
1636
|
+
expression?: string;
|
|
1637
|
+
[k: string]: unknown;
|
|
1638
|
+
}
|
|
1639
|
+
export interface Calculatedvalue {
|
|
1640
|
+
name?: string;
|
|
1641
|
+
expression?: string;
|
|
1642
|
+
includeIntoResult?: boolean;
|
|
1643
|
+
[k: string]: unknown;
|
|
1644
|
+
}
|
|
1645
|
+
//# sourceMappingURL=surveyjs.model.d.ts.map
|