@touchpoll/tp-survey 0.0.1 → 0.0.2
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.
|
@@ -68,6 +68,11 @@ export interface IdbMultilangObject {
|
|
|
68
68
|
_SYS_CaptionRTF: string;
|
|
69
69
|
_SYS_htmlPlanText?: string;
|
|
70
70
|
}
|
|
71
|
+
export interface IdbLogicCaptionObject {
|
|
72
|
+
MultiLangCaptions: Array<IdbMultilangObject>;
|
|
73
|
+
Expression: string;
|
|
74
|
+
ExpressionUser: string;
|
|
75
|
+
}
|
|
71
76
|
export interface IdbTpBackGround {
|
|
72
77
|
CSSstyle: string;
|
|
73
78
|
Color: string;
|
|
@@ -164,6 +169,7 @@ export interface IdbQuestion {
|
|
|
164
169
|
QuestionGuid: number;
|
|
165
170
|
MultiLangCaptions: Array<IdbMultilangObject>;
|
|
166
171
|
MultiLangCaptionsHelper: Array<IdbMultilangObject>;
|
|
172
|
+
LogicCaptionsList: Array<IdbLogicCaptionObject>;
|
|
167
173
|
QuestionType: string;
|
|
168
174
|
Alternativelist: Array<IdbAlternative>;
|
|
169
175
|
Sectionlist: Array<IdbSection>;
|