@touchpoll/tp-survey 0.0.10 → 0.0.12

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.
@@ -230,6 +230,10 @@ export interface IdbQuestionaryQuota2dObject {
230
230
  guid: number;
231
231
  value: number;
232
232
  }>;
233
+ cqv: Array<{
234
+ guid: number;
235
+ value: number;
236
+ }> | null;
233
237
  qvg: number;
234
238
  exp: string | null;
235
239
  }
@@ -11,3 +11,4 @@ export type AnswerSlType = {
11
11
  export type SurveyType = 'CATI' | 'ONLINE';
12
12
  export type TpSurveyTheme = 'cyan-orange-light' | 'cyan-orange-dark' | 'rose-red-light' | 'rose-red-dark' | 'azure-blue-light' | 'azure-blue-dark';
13
13
  export type LogicObject = Record<string, unknown>;
14
+ export type TTabletKeyboardVisibleStatus = 'show' | 'hide';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchpoll/tp-survey",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.0.0",
6
6
  "@angular/core": ">=17.0.0"