@touchpoll/tp-survey 0.0.5 → 0.0.7

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.
@@ -41,11 +41,3 @@ export declare enum ValidStatus {
41
41
  vsValid = 1,
42
42
  vsDoubtful = 2
43
43
  }
44
- export declare enum EInterviewStatus {
45
- isUnFinished = -4,// не завершено
46
- isTested = -3,// тестовое
47
- isRefinement = -2,// не проверено
48
- isDefect = -1,// брак
49
- isNotChecked = 0,// не проверено
50
- isChecked = 1
51
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchpoll/tp-survey",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.0.0",
6
6
  "@angular/core": ">=17.0.0"
@@ -17,6 +17,12 @@
17
17
  }
18
18
  }
19
19
 
20
+ //quill generate new line symbol like empty p tag(<p></p>).By default this tag has zero height.
21
+ //this needs for non zero height in empty line
22
+ .survey-object-caption p:empty{
23
+ min-height: 1em;
24
+ }
25
+
20
26
  &.tp-view-desktop {
21
27
  width: 100%;
22
28
  height: 100%;