@touchpoll/tp-survey 0.0.56 → 0.0.57

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchpoll/tp-survey",
3
- "version": "0.0.56",
3
+ "version": "0.0.57",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.0.0",
6
6
  "@angular/core": ">=17.0.0"
@@ -334,6 +334,17 @@ interface IdbQuestion {
334
334
  RequireAllAnswers: boolean;
335
335
  SLSectionMinAnswersCount: number;
336
336
  SLSectionMaxAnswersCount: number;
337
+ PenAlfa: number;
338
+ PenColor: string | null;
339
+ TestImage: string | null;
340
+ TestImageX: number;
341
+ TestImageY: number;
342
+ TestImageWidth: number;
343
+ TestImageHeight: number;
344
+ MinimumClickCount: number;
345
+ ShowBtnNoInterest: boolean;
346
+ ShowRegionsOnPlay: boolean;
347
+ ShowBtnClearClicks: boolean;
337
348
  }
338
349
  interface IdbQuestionaryQuota {
339
350
  quota_guid: number;