@touchpoll/tp-survey 0.0.54 → 0.0.56

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.
Files changed (56) hide show
  1. package/fesm2022/touchpoll-tp-survey.mjs +233 -260
  2. package/fesm2022/touchpoll-tp-survey.mjs.map +1 -1
  3. package/package.json +3 -3
  4. package/styles/platform/component/survey.checkbox.scss +1 -1
  5. package/styles/platform/survey.mixins.tablet.scss +1 -1
  6. package/styles/theme/theme-colors.touchpoll.scss +137 -137
  7. package/types/touchpoll-tp-survey.d.ts +506 -0
  8. package/index.d.ts +0 -5
  9. package/lib/component/answer/answer.additional/answer.additional.component.d.ts +0 -17
  10. package/lib/component/answer/answer.additional/directive/additional.answer.caption.position/additional.answer.caption.position.directive.d.ts +0 -16
  11. package/lib/component/answer/answer.end/answer.end.component.d.ts +0 -6
  12. package/lib/component/answer/answer.info/answer.info.component.d.ts +0 -6
  13. package/lib/component/answer/answer.lang/answer.lang.component.d.ts +0 -9
  14. package/lib/component/answer/answer.master/answer.master.component.d.ts +0 -24
  15. package/lib/component/answer/answer.ms/answer.ms.component.d.ts +0 -21
  16. package/lib/component/answer/answer.od/answer.od.component.d.ts +0 -8
  17. package/lib/component/answer/answer.ol/answer.ol.component.d.ts +0 -8
  18. package/lib/component/answer/answer.sl/answer.sl.component.d.ts +0 -22
  19. package/lib/component/answer/answer.sl/pipe/as.form.array/as.form.array.pipe.d.ts +0 -8
  20. package/lib/component/answer/answer.sl/pipe/as.form.control/as.form.control.pipe.d.ts +0 -8
  21. package/lib/component/answer/answer.ss/answer.ss.component.d.ts +0 -10
  22. package/lib/component/answer/container.answer/container.answer.component.d.ts +0 -38
  23. package/lib/component/answer/container.answer/container.answer.validator.d.ts +0 -10
  24. package/lib/component/navigation.button/navigation.button.component.d.ts +0 -9
  25. package/lib/component/question.caption/question.caption.component.d.ts +0 -8
  26. package/lib/component/survey.play/survey.play.component.d.ts +0 -38
  27. package/lib/component/survey.question.preview/survey.question.preview.component.d.ts +0 -19
  28. package/lib/core/tp.servey.quota/tp.survey.quota.d.ts +0 -12
  29. package/lib/core/tp.survey.answer/tp.survey.answer.d.ts +0 -16
  30. package/lib/core/tp.survey.core/tp.survey.core.service.d.ts +0 -30
  31. package/lib/core/tp.survey.interview/tp.survey.interview.service.d.ts +0 -14
  32. package/lib/core/tp.survey.logic/tp.survey.logic.service.d.ts +0 -12
  33. package/lib/directive/alternatives.container/alternatives.container.directive.d.ts +0 -17
  34. package/lib/directive/focus.and.select/focus.and.select.directive.d.ts +0 -9
  35. package/lib/directive/image.position/image.position.directive.d.ts +0 -8
  36. package/lib/directive/image.site/image.size.directive.d.ts +0 -9
  37. package/lib/directive/insert.question.css/insert.question.css.directive.d.ts +0 -8
  38. package/lib/directive/survey.theme/survey.theme.directive.d.ts +0 -14
  39. package/lib/directive/update.font.size/update.font.size.directive.d.ts +0 -10
  40. package/lib/icons/default.icons/default.icons.d.ts +0 -5
  41. package/lib/icons/default.icons/default.icons.module.d.ts +0 -12
  42. package/lib/pipe/generate.default.answer/generate.default.answer.pipe.d.ts +0 -8
  43. package/lib/pipe/get.active.language/get.active.language.pipe.d.ts +0 -8
  44. package/lib/pipe/get.additional.value.by.value/get.additional.value.by.value.pipe.d.ts +0 -8
  45. package/lib/pipe/get.question.image.background.size/get.question.image.background.css.size.pipe.d.ts +0 -12
  46. package/lib/pipe/is.video/is.video.pipe.d.ts +0 -7
  47. package/lib/pipe/key.values/key.values.pipe.d.ts +0 -14
  48. package/lib/pipe/multi.lang.object.to.html/multi.lang.object.to.html.pipe.d.ts +0 -14
  49. package/lib/tp.survey.config.d.ts +0 -11
  50. package/lib/tp.survey.const.d.ts +0 -5
  51. package/lib/tp.survey.enum.d.ts +0 -43
  52. package/lib/tp.survey.interface.d.ts +0 -346
  53. package/lib/tp.survey.method.d.ts +0 -1
  54. package/lib/tp.survey.module.d.ts +0 -10
  55. package/lib/tp.survey.type.d.ts +0 -17
  56. package/public-api.d.ts +0 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchpoll/tp-survey",
3
- "version": "0.0.54",
3
+ "version": "0.0.56",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.0.0",
6
6
  "@angular/core": ">=17.0.0"
@@ -10,13 +10,13 @@
10
10
  },
11
11
  "sideEffects": false,
12
12
  "module": "fesm2022/touchpoll-tp-survey.mjs",
13
- "typings": "index.d.ts",
13
+ "typings": "types/touchpoll-tp-survey.d.ts",
14
14
  "exports": {
15
15
  "./package.json": {
16
16
  "default": "./package.json"
17
17
  },
18
18
  ".": {
19
- "types": "./index.d.ts",
19
+ "types": "./types/touchpoll-tp-survey.d.ts",
20
20
  "default": "./fesm2022/touchpoll-tp-survey.mjs"
21
21
  }
22
22
  }
@@ -5,7 +5,7 @@
5
5
  $custom-colors: map.get($theme, custom-colors);
6
6
 
7
7
  .tp-survey-checkbox{
8
- --mdc-checkbox-selected-checkmark-color: #fff;
8
+ --mat-checkbox-selected-checkmark-color: #fff;
9
9
 
10
10
  &.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background{
11
11
  height: 30px;
@@ -32,7 +32,7 @@
32
32
  .alternative-ss-ms{
33
33
 
34
34
  &.mdc-checkbox--disabled{
35
- background-color: var(--mdc-checkbox-disabled-unselected-icon-color);
35
+ background-color: var(--mat-checkbox-disabled-unselected-icon-color);
36
36
  opacity: 0.5;
37
37
  }
38
38
 
@@ -1,137 +1,137 @@
1
- // This file was generated by running 'ng generate @angular/material:theme-color'.
2
- // Proceed with caution if making changes to this file.
3
-
4
- @use 'sass:map';
5
- @use '@angular/material' as mat;
6
-
7
- // Note: Color palettes are generated from primary: #cd1b22
8
- $_palettes: (
9
- primary: (
10
- 0: #000000,
11
- 10: #410003,
12
- 20: #680007,
13
- 25: #7d000b,
14
- 30: #93000f,
15
- 35: #a90013,
16
- 40: #ef3940, //#be0a19
17
- 50: #e32e2f,
18
- 60: #ff544d,
19
- 70: #ff897f,
20
- 80: #ffb4ac,
21
- 90: #ffdad6,
22
- 95: #ffedeb,
23
- 98: #fff8f7,
24
- 99: #fffbff,
25
- 100: #ffffff,
26
- ),
27
- secondary: (
28
- 0: #000000,
29
- 10: #410003,
30
- 20: #65080b,
31
- 25: #751615,
32
- 30: #85221f,
33
- 35: #952d29,
34
- 40: #a63934,
35
- 50: #c6514a,
36
- 60: #e76a61,
37
- 70: #ff897f,
38
- 80: #ffb4ac,
39
- 90: #ffdad6,
40
- 95: #ffedeb,
41
- 98: #fff8f7,
42
- 99: #fffbff,
43
- 100: #ffffff,
44
- ),
45
- tertiary: (
46
- 0: #000000,
47
- 10: #2b1700,
48
- 20: #482900,
49
- 25: #573300,
50
- 30: #673d00,
51
- 35: #774800,
52
- 40: #875200,
53
- 50: #a76914,
54
- 60: #c5832e,
55
- 70: #e39c46,
56
- 80: #ffb866,
57
- 90: #ffddba,
58
- 95: #ffeedf,
59
- 98: #fff8f4,
60
- 99: #fffbff,
61
- 100: #ffffff,
62
- ),
63
- neutral: (
64
- 0: #000000,
65
- 10: #281716,
66
- 20: #3f2c2a,
67
- 25: #4b3634,
68
- 30: #57423f,
69
- 35: #634d4b,
70
- 40: #705956,
71
- 50: #8a716e,
72
- 60: #a58a88,
73
- 70: #c1a5a2,
74
- 80: #dec0bc,
75
- 90: #fbdbd8,
76
- 95: #ffedeb,
77
- 98: #fff8f7,
78
- 99: #fffbff,
79
- 100: #ffffff,
80
- 4: #190a09,
81
- 6: #1f0f0e,
82
- 12: #2c1b19,
83
- 17: #382523,
84
- 22: #44302e,
85
- 24: #483432,
86
- 87: #f2d3d0,
87
- 92: #ffe2de,
88
- 94: #ffe9e6,
89
- 96: #fff0ef,
90
- ),
91
- neutral-variant: (
92
- 0: #000000,
93
- 10: #2c1513,
94
- 20: #432a27,
95
- 25: #503432,
96
- 30: #5c403d,
97
- 35: #694b48,
98
- 40: #765754,
99
- 50: #916f6b,
100
- 60: #ac8884,
101
- 70: #c8a29e,
102
- 80: #e5bdb9,
103
- 90: #ffdad6,
104
- 95: #ffedeb,
105
- 98: #fff8f7,
106
- 99: #fffbff,
107
- 100: #ffffff,
108
- ),
109
- error: (
110
- 0: #000000,
111
- 10: #410002,
112
- 20: #690005,
113
- 25: #7e0007,
114
- 30: #93000a,
115
- 35: #a80710,
116
- 40: #ba1a1a,
117
- 50: #de3730,
118
- 60: #ff5449,
119
- 70: #ff897d,
120
- 80: #ffb4ab,
121
- 90: #ffdad6,
122
- 95: #ffedea,
123
- 98: #fff8f7,
124
- 99: #fffbff,
125
- 100: #ffffff,
126
- ),
127
- );
128
-
129
- $_rest: (
130
- secondary: map.get($_palettes, secondary),
131
- neutral: map.get($_palettes, neutral),
132
- neutral-variant: map.get($_palettes, neutral-variant),
133
- error: map.get($_palettes, error),
134
- );
135
-
136
- $primary-palette: map.merge(map.get($_palettes, primary), $_rest);
137
- $tertiary-palette: map.merge(map.get($_palettes, tertiary), $_rest);
1
+ // This file was generated by running 'ng generate @angular/material:theme-color'.
2
+ // Proceed with caution if making changes to this file.
3
+
4
+ @use 'sass:map';
5
+ @use '@angular/material' as mat;
6
+
7
+ // Note: Color palettes are generated from primary: #cd1b22
8
+ $_palettes: (
9
+ primary: (
10
+ 0: #000000,
11
+ 10: #410003,
12
+ 20: #680007,
13
+ 25: #7d000b,
14
+ 30: #93000f,
15
+ 35: #a90013,
16
+ 40: #ef3940, //#be0a19
17
+ 50: #e32e2f,
18
+ 60: #ff544d,
19
+ 70: #ff897f,
20
+ 80: #ffb4ac,
21
+ 90: #ffdad6,
22
+ 95: #ffedeb,
23
+ 98: #fff8f7,
24
+ 99: #fffbff,
25
+ 100: #ffffff,
26
+ ),
27
+ secondary: (
28
+ 0: #000000,
29
+ 10: #410003,
30
+ 20: #65080b,
31
+ 25: #751615,
32
+ 30: #85221f,
33
+ 35: #952d29,
34
+ 40: #a63934,
35
+ 50: #c6514a,
36
+ 60: #e76a61,
37
+ 70: #ff897f,
38
+ 80: #ffb4ac,
39
+ 90: #ffdad6,
40
+ 95: #ffedeb,
41
+ 98: #fff8f7,
42
+ 99: #fffbff,
43
+ 100: #ffffff,
44
+ ),
45
+ tertiary: (
46
+ 0: #000000,
47
+ 10: #2b1700,
48
+ 20: #482900,
49
+ 25: #573300,
50
+ 30: #673d00,
51
+ 35: #774800,
52
+ 40: #875200,
53
+ 50: #a76914,
54
+ 60: #c5832e,
55
+ 70: #e39c46,
56
+ 80: #ffb866,
57
+ 90: #ffddba,
58
+ 95: #ffeedf,
59
+ 98: #fff8f4,
60
+ 99: #fffbff,
61
+ 100: #ffffff,
62
+ ),
63
+ neutral: (
64
+ 0: #000000,
65
+ 10: #281716,
66
+ 20: #3f2c2a,
67
+ 25: #4b3634,
68
+ 30: #57423f,
69
+ 35: #634d4b,
70
+ 40: #705956,
71
+ 50: #8a716e,
72
+ 60: #a58a88,
73
+ 70: #c1a5a2,
74
+ 80: #dec0bc,
75
+ 90: #fbdbd8,
76
+ 95: #ffedeb,
77
+ 98: #fff8f7,
78
+ 99: #fffbff,
79
+ 100: #ffffff,
80
+ 4: #190a09,
81
+ 6: #1f0f0e,
82
+ 12: #2c1b19,
83
+ 17: #382523,
84
+ 22: #44302e,
85
+ 24: #483432,
86
+ 87: #f2d3d0,
87
+ 92: #ffe2de,
88
+ 94: #ffe9e6,
89
+ 96: #fff0ef,
90
+ ),
91
+ neutral-variant: (
92
+ 0: #000000,
93
+ 10: #2c1513,
94
+ 20: #432a27,
95
+ 25: #503432,
96
+ 30: #5c403d,
97
+ 35: #694b48,
98
+ 40: #765754,
99
+ 50: #916f6b,
100
+ 60: #ac8884,
101
+ 70: #c8a29e,
102
+ 80: #e5bdb9,
103
+ 90: #ffdad6,
104
+ 95: #ffedeb,
105
+ 98: #fff8f7,
106
+ 99: #fffbff,
107
+ 100: #ffffff,
108
+ ),
109
+ error: (
110
+ 0: #000000,
111
+ 10: #410002,
112
+ 20: #690005,
113
+ 25: #7e0007,
114
+ 30: #93000a,
115
+ 35: #a80710,
116
+ 40: #ba1a1a,
117
+ 50: #de3730,
118
+ 60: #ff5449,
119
+ 70: #ff897d,
120
+ 80: #ffb4ab,
121
+ 90: #ffdad6,
122
+ 95: #ffedea,
123
+ 98: #fff8f7,
124
+ 99: #fffbff,
125
+ 100: #ffffff,
126
+ ),
127
+ );
128
+
129
+ $_rest: (
130
+ secondary: map.get($_palettes, secondary),
131
+ neutral: map.get($_palettes, neutral),
132
+ neutral-variant: map.get($_palettes, neutral-variant),
133
+ error: map.get($_palettes, error),
134
+ );
135
+
136
+ $primary-palette: map.merge(map.get($_palettes, primary), $_rest);
137
+ $tertiary-palette: map.merge(map.get($_palettes, tertiary), $_rest);