@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.
- package/fesm2022/touchpoll-tp-survey.mjs +233 -260
- package/fesm2022/touchpoll-tp-survey.mjs.map +1 -1
- package/package.json +3 -3
- package/styles/platform/component/survey.checkbox.scss +1 -1
- package/styles/platform/survey.mixins.tablet.scss +1 -1
- package/styles/theme/theme-colors.touchpoll.scss +137 -137
- package/types/touchpoll-tp-survey.d.ts +506 -0
- package/index.d.ts +0 -5
- package/lib/component/answer/answer.additional/answer.additional.component.d.ts +0 -17
- package/lib/component/answer/answer.additional/directive/additional.answer.caption.position/additional.answer.caption.position.directive.d.ts +0 -16
- package/lib/component/answer/answer.end/answer.end.component.d.ts +0 -6
- package/lib/component/answer/answer.info/answer.info.component.d.ts +0 -6
- package/lib/component/answer/answer.lang/answer.lang.component.d.ts +0 -9
- package/lib/component/answer/answer.master/answer.master.component.d.ts +0 -24
- package/lib/component/answer/answer.ms/answer.ms.component.d.ts +0 -21
- package/lib/component/answer/answer.od/answer.od.component.d.ts +0 -8
- package/lib/component/answer/answer.ol/answer.ol.component.d.ts +0 -8
- package/lib/component/answer/answer.sl/answer.sl.component.d.ts +0 -22
- package/lib/component/answer/answer.sl/pipe/as.form.array/as.form.array.pipe.d.ts +0 -8
- package/lib/component/answer/answer.sl/pipe/as.form.control/as.form.control.pipe.d.ts +0 -8
- package/lib/component/answer/answer.ss/answer.ss.component.d.ts +0 -10
- package/lib/component/answer/container.answer/container.answer.component.d.ts +0 -38
- package/lib/component/answer/container.answer/container.answer.validator.d.ts +0 -10
- package/lib/component/navigation.button/navigation.button.component.d.ts +0 -9
- package/lib/component/question.caption/question.caption.component.d.ts +0 -8
- package/lib/component/survey.play/survey.play.component.d.ts +0 -38
- package/lib/component/survey.question.preview/survey.question.preview.component.d.ts +0 -19
- package/lib/core/tp.servey.quota/tp.survey.quota.d.ts +0 -12
- package/lib/core/tp.survey.answer/tp.survey.answer.d.ts +0 -16
- package/lib/core/tp.survey.core/tp.survey.core.service.d.ts +0 -30
- package/lib/core/tp.survey.interview/tp.survey.interview.service.d.ts +0 -14
- package/lib/core/tp.survey.logic/tp.survey.logic.service.d.ts +0 -12
- package/lib/directive/alternatives.container/alternatives.container.directive.d.ts +0 -17
- package/lib/directive/focus.and.select/focus.and.select.directive.d.ts +0 -9
- package/lib/directive/image.position/image.position.directive.d.ts +0 -8
- package/lib/directive/image.site/image.size.directive.d.ts +0 -9
- package/lib/directive/insert.question.css/insert.question.css.directive.d.ts +0 -8
- package/lib/directive/survey.theme/survey.theme.directive.d.ts +0 -14
- package/lib/directive/update.font.size/update.font.size.directive.d.ts +0 -10
- package/lib/icons/default.icons/default.icons.d.ts +0 -5
- package/lib/icons/default.icons/default.icons.module.d.ts +0 -12
- package/lib/pipe/generate.default.answer/generate.default.answer.pipe.d.ts +0 -8
- package/lib/pipe/get.active.language/get.active.language.pipe.d.ts +0 -8
- package/lib/pipe/get.additional.value.by.value/get.additional.value.by.value.pipe.d.ts +0 -8
- package/lib/pipe/get.question.image.background.size/get.question.image.background.css.size.pipe.d.ts +0 -12
- package/lib/pipe/is.video/is.video.pipe.d.ts +0 -7
- package/lib/pipe/key.values/key.values.pipe.d.ts +0 -14
- package/lib/pipe/multi.lang.object.to.html/multi.lang.object.to.html.pipe.d.ts +0 -14
- package/lib/tp.survey.config.d.ts +0 -11
- package/lib/tp.survey.const.d.ts +0 -5
- package/lib/tp.survey.enum.d.ts +0 -43
- package/lib/tp.survey.interface.d.ts +0 -346
- package/lib/tp.survey.method.d.ts +0 -1
- package/lib/tp.survey.module.d.ts +0 -10
- package/lib/tp.survey.type.d.ts +0 -17
- 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.
|
|
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": "
|
|
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": "./
|
|
19
|
+
"types": "./types/touchpoll-tp-survey.d.ts",
|
|
20
20
|
"default": "./fesm2022/touchpoll-tp-survey.mjs"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -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);
|