survey-analytics 1.12.61 → 1.12.63
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 +2 -2
- package/survey.analytics.css +1 -1
- package/survey.analytics.datatables.css +1 -1
- package/survey.analytics.datatables.js +1 -1
- package/survey.analytics.datatables.min.css +1 -1
- package/survey.analytics.datatables.min.js.LICENSE.txt +1 -1
- package/survey.analytics.js +1 -1
- package/survey.analytics.min.css +1 -1
- package/survey.analytics.min.js.LICENSE.txt +1 -1
- package/survey.analytics.tabulator.css +1 -1
- package/survey.analytics.tabulator.js +1 -1
- package/survey.analytics.tabulator.min.css +1 -1
- package/survey.analytics.tabulator.min.js.LICENSE.txt +1 -1
- package/fesm/shared.mjs +0 -3225
- package/fesm/shared.mjs.map +0 -1
- package/fesm/shared2.mjs +0 -13175
- package/fesm/shared2.mjs.map +0 -1
- package/fesm/survey.analytics.core.mjs +0 -10
- package/fesm/survey.analytics.core.mjs.map +0 -1
- package/fesm/survey.analytics.mjs +0 -761
- package/fesm/survey.analytics.mjs.map +0 -1
- package/fesm/survey.analytics.mongo.mjs +0 -221
- package/fesm/survey.analytics.mongo.mjs.map +0 -1
- package/fesm/survey.analytics.tabulator.mjs +0 -1685
- package/fesm/survey.analytics.tabulator.mjs.map +0 -1
- package/survey-analytics-tabulator.types/analytics-localization/finnish.d.ts +0 -100
- package/survey-analytics-tabulator.types/analytics-localization/swedish.d.ts +0 -100
- package/survey-analytics-tabulator.types/svgbundle.d.ts +0 -2
- package/survey-analytics.types/analytics-localization/finnish.d.ts +0 -100
- package/survey-analytics.types/analytics-localization/swedish.d.ts +0 -100
- package/survey-analytics.types/entries/mongo.d.ts +0 -1
- package/survey-analytics.types/entries/summary.core.d.ts +0 -38
- package/survey-analytics.types/mongo/index.d.ts +0 -16
- package/survey-analytics.types/mongo/pipelines.d.ts +0 -1
- package/survey-analytics.types/mongo/result-transformers.d.ts +0 -35
- package/survey-analytics.types/pivot.d.ts +0 -69
- package/survey-analytics.types/plotly/chart-adapter.d.ts +0 -16
- package/survey-analytics.types/plotly/legacy.d.ts +0 -33
- package/survey-analytics.types/ranking.d.ts +0 -11
- package/survey-analytics.types/statisticCalculators.d.ts +0 -14
- package/survey-analytics.types/svgbundle.d.ts +0 -2
- package/survey-analytics.types/visualizationComposite.d.ts +0 -8
- package/survey.analytics.core.css +0 -460
- package/survey.analytics.core.css.map +0 -1
- package/survey.analytics.core.d.ts +0 -1
- package/survey.analytics.core.js +0 -18550
- package/survey.analytics.core.js.map +0 -1
- package/survey.analytics.core.min.css +0 -10
- package/survey.analytics.core.min.js +0 -2
- package/survey.analytics.core.min.js.LICENSE.txt +0 -22
- package/survey.analytics.mongo.d.ts +0 -1
- package/survey.analytics.mongo.js +0 -359
- package/survey.analytics.mongo.js.map +0 -1
- package/survey.analytics.mongo.min.js +0 -2
- package/survey.analytics.mongo.min.js.LICENSE.txt +0 -5
|
@@ -1,460 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* surveyjs - SurveyJS Dashboard library v2.5.15
|
|
3
|
-
* Copyright (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
|
-
* License: SEE LICENSE IN LICENSE
|
|
5
|
-
*/
|
|
6
|
-
/*!**************************************************************************************************************************************************************************!*\
|
|
7
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/visualizerBase.scss ***!
|
|
8
|
-
\**************************************************************************************************************************************************************************/
|
|
9
|
-
.sa-visualizer__header {
|
|
10
|
-
font-family: var(--font-family-secondary, Raleway, Arial, sans-serif);
|
|
11
|
-
font-size: var(--root-font-size, 14px);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.sa-visualizer__content {
|
|
15
|
-
font-family: var(--font-family, "Segoe UI", SegoeUI, Arial, sans-serif);
|
|
16
|
-
display: inline-block;
|
|
17
|
-
overflow: hidden;
|
|
18
|
-
width: 100%;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.sa-visualizer__footer {
|
|
22
|
-
margin-top: 10px;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.sa-visualizer__footer-title {
|
|
26
|
-
display: inline-block;
|
|
27
|
-
font-family: var(--font-family-secondary, Raleway, Arial, sans-serif);
|
|
28
|
-
font-size: var(--root-font-size, 14px);
|
|
29
|
-
color: #404040;
|
|
30
|
-
line-height: 34px;
|
|
31
|
-
vertical-align: middle;
|
|
32
|
-
margin: 0;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.sa-visualizer__footer-content {
|
|
36
|
-
margin-top: 10px;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.sa-data-loading-indicator-panel {
|
|
40
|
-
width: 100%;
|
|
41
|
-
min-height: 200px;
|
|
42
|
-
position: relative;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.sa-data-loading-indicator {
|
|
46
|
-
position: absolute;
|
|
47
|
-
width: 64px;
|
|
48
|
-
height: 64px;
|
|
49
|
-
left: calc((100% - 64px) / 2);
|
|
50
|
-
top: calc((100% - 64px) / 2);
|
|
51
|
-
animation: sa-data-loading-indicator-spinner 1s infinite linear;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
@keyframes sa-data-loading-indicator-spinner {
|
|
55
|
-
from {
|
|
56
|
-
transform: rotate(0deg);
|
|
57
|
-
}
|
|
58
|
-
to {
|
|
59
|
-
transform: rotate(359deg);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
/*!******************************************************************************************************************************************************************************!*\
|
|
63
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/visualizationPanel.scss ***!
|
|
64
|
-
\******************************************************************************************************************************************************************************/
|
|
65
|
-
.sa-commercial {
|
|
66
|
-
box-sizing: border-box;
|
|
67
|
-
padding: var(--sjs2-spacing-static-x150, 12px) var(--sjs2-spacing-static-x600, 48px);
|
|
68
|
-
justify-content: center;
|
|
69
|
-
width: 100%;
|
|
70
|
-
background: var(--sjs2-color-bg-brand-primary, #19B394);
|
|
71
|
-
}
|
|
72
|
-
@media screen and (max-width: 600px) {
|
|
73
|
-
.sa-commercial {
|
|
74
|
-
padding: var(--sjs2-spacing-static-x100, 8px) var(--sjs2-spacing-static-x300, 24px);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.sa-commercial__text {
|
|
79
|
-
text-decoration: none;
|
|
80
|
-
color: var(--sjs2-color-fg-static-main-primary, #FFF);
|
|
81
|
-
text-align: center;
|
|
82
|
-
font-family: var(--sjs2-font-family-semantic-default, "Segoe UI", SegoeUI, Arial, sans-serif);
|
|
83
|
-
font-size: var(--sjs2-font-size-semantic-default, 16px);
|
|
84
|
-
font-style: normal;
|
|
85
|
-
font-weight: 600;
|
|
86
|
-
line-height: var(--sjs2-line-height-semantic-default, 24px);
|
|
87
|
-
}
|
|
88
|
-
@media screen and (max-width: 600px) {
|
|
89
|
-
.sa-commercial__text {
|
|
90
|
-
font-size: var(--sjs2-font-size-semantic-small, 12px);
|
|
91
|
-
line-height: var(--sjs2-line-height-semantic-small, 16px);
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
.sa-commercial__text a {
|
|
95
|
-
color: var(--sjs2-color-fg-static-main-primary, #FFF);
|
|
96
|
-
text-align: center;
|
|
97
|
-
font-family: var(--sjs2-font-family-semantic-default, "Segoe UI", SegoeUI, Arial, sans-serif);
|
|
98
|
-
font-size: var(--sjs2-font-size-semantic-default, 16px);
|
|
99
|
-
font-style: normal;
|
|
100
|
-
font-weight: 600;
|
|
101
|
-
line-height: var(--sjs2-line-height-semantic-default, 24px);
|
|
102
|
-
text-decoration-line: underline;
|
|
103
|
-
text-decoration-style: solid;
|
|
104
|
-
text-decoration-skip-ink: auto;
|
|
105
|
-
text-decoration-thickness: 5%;
|
|
106
|
-
text-underline-offset: 10%;
|
|
107
|
-
text-underline-position: from-font;
|
|
108
|
-
}
|
|
109
|
-
@media screen and (max-width: 600px) {
|
|
110
|
-
.sa-commercial__text a {
|
|
111
|
-
font-size: var(--sjs2-font-size-semantic-small, 12px);
|
|
112
|
-
line-height: var(--sjs2-line-height-semantic-small, 16px);
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.sa-panel__header {
|
|
117
|
-
margin: 0 1em;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.sa-grid {
|
|
121
|
-
position: relative;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.sa-grid__grid-sizer {
|
|
125
|
-
width: 100%;
|
|
126
|
-
box-sizing: border-box;
|
|
127
|
-
}
|
|
128
|
-
@media screen and (min-width: 1400px) {
|
|
129
|
-
.sa-grid__grid-sizer {
|
|
130
|
-
width: 50%;
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.sa-question {
|
|
135
|
-
display: inline-block;
|
|
136
|
-
width: 100%;
|
|
137
|
-
vertical-align: top;
|
|
138
|
-
box-sizing: border-box;
|
|
139
|
-
overflow: hidden;
|
|
140
|
-
padding: 1em;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.sa-question-layouted {
|
|
144
|
-
position: absolute;
|
|
145
|
-
}
|
|
146
|
-
@media screen and (min-width: 1400px) {
|
|
147
|
-
.sa-question-layouted {
|
|
148
|
-
width: calc(50% - 1px);
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.sa-question__content {
|
|
153
|
-
background-color: var(--background-color, #f7f7f7);
|
|
154
|
-
padding: 20px;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.sa-question__title {
|
|
158
|
-
margin-left: 30px;
|
|
159
|
-
font-family: var(--font-family-secondary, Raleway, Arial, sans-serif);
|
|
160
|
-
font-size: 18px;
|
|
161
|
-
font-weight: bold;
|
|
162
|
-
color: var(--text-color, #404040);
|
|
163
|
-
margin: 0;
|
|
164
|
-
margin-bottom: 1em;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.sa-question__title--draggable {
|
|
168
|
-
cursor: move;
|
|
169
|
-
}
|
|
170
|
-
.sa-question__title--draggable:after {
|
|
171
|
-
content: " ";
|
|
172
|
-
display: block;
|
|
173
|
-
float: right;
|
|
174
|
-
width: 15px;
|
|
175
|
-
height: 15px;
|
|
176
|
-
background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cg%3E%3Cpolygon style=%27fill: %231ab394%27 points=%2713,5 12,6 13,7 9,7 9,3 10,4 11,3 8,0 5,3 6,4 7,3 7,7 3,7 4,6 3,5 0,8 3,11 4,10 3,9 7,9 7,13 6,12 5,13 8,16 11,13 10,12 9,13 9,9 13,9 12,10 13,11 16,8 %27/%3E%3C/g%3E%3C/svg%3E");
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
[dir=rtl] .sa-question__title--draggable:after, [style*="direction: rtl"] .sa-question__title--draggable:after, [style*="direction:rtl"] .sa-question__title--draggable:after {
|
|
180
|
-
float: left;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.sa-toolbar {
|
|
184
|
-
font-family: var(--font-family, "Segoe UI", SegoeUI, Arial, sans-serif);
|
|
185
|
-
font-size: var(--root-font-size, 14px);
|
|
186
|
-
color: var(--text-color, #404040);
|
|
187
|
-
line-height: 34px;
|
|
188
|
-
margin-bottom: 25px;
|
|
189
|
-
display: flex;
|
|
190
|
-
flex-direction: row;
|
|
191
|
-
flex-wrap: wrap;
|
|
192
|
-
gap: 10px;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.sa-toolbar.sa-toolbar > * {
|
|
196
|
-
display: inline-flex;
|
|
197
|
-
line-height: 1em;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.sa-toolbar__button {
|
|
201
|
-
font-family: var(--font-family, "Segoe UI", SegoeUI, Arial, sans-serif);
|
|
202
|
-
font-size: var(--root-font-size, 14px);
|
|
203
|
-
padding: 8px;
|
|
204
|
-
vertical-align: middle;
|
|
205
|
-
cursor: pointer;
|
|
206
|
-
border: 1px solid transparent;
|
|
207
|
-
white-space: nowrap;
|
|
208
|
-
margin: 0 10px;
|
|
209
|
-
}
|
|
210
|
-
.sa-toolbar__button:hover {
|
|
211
|
-
border-color: var(--border-color, #e7e7e7);
|
|
212
|
-
background-blend-mode: darken;
|
|
213
|
-
}
|
|
214
|
-
.sa-toolbar__button:first-child {
|
|
215
|
-
margin-left: 0;
|
|
216
|
-
}
|
|
217
|
-
.sa-toolbar__button:last-child {
|
|
218
|
-
margin-right: 0;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
.sa-toolbar__svg-button {
|
|
222
|
-
width: 15px;
|
|
223
|
-
height: 15px;
|
|
224
|
-
padding: 0;
|
|
225
|
-
border: none;
|
|
226
|
-
outline: none;
|
|
227
|
-
background-color: inherit;
|
|
228
|
-
cursor: pointer;
|
|
229
|
-
}
|
|
230
|
-
.sa-toolbar__svg-button use {
|
|
231
|
-
fill: var(--svg-color, rgba(159, 159, 159, 0.4));
|
|
232
|
-
}
|
|
233
|
-
.sa-toolbar__svg-button:hover use {
|
|
234
|
-
fill: var(--svg-hover-color, #9f9f9f);
|
|
235
|
-
}
|
|
236
|
-
.sa-toolbar__svg-button svg {
|
|
237
|
-
width: 15px;
|
|
238
|
-
height: 15px;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.sa-toolbar__button--right {
|
|
242
|
-
float: right;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
.sa-question__select-wrapper {
|
|
246
|
-
position: relative;
|
|
247
|
-
display: inline-block;
|
|
248
|
-
min-width: 100px;
|
|
249
|
-
max-width: 300px;
|
|
250
|
-
}
|
|
251
|
-
.sa-question__select-wrapper .sa-question__select-title {
|
|
252
|
-
white-space: nowrap;
|
|
253
|
-
display: inline-block;
|
|
254
|
-
line-height: 34px;
|
|
255
|
-
padding-right: 8px;
|
|
256
|
-
}
|
|
257
|
-
.sa-question__select-wrapper .sa-question__select {
|
|
258
|
-
width: 100%;
|
|
259
|
-
display: block;
|
|
260
|
-
position: relative;
|
|
261
|
-
appearance: none;
|
|
262
|
-
-webkit-appearance: none;
|
|
263
|
-
-moz-appearance: none;
|
|
264
|
-
border-radius: 2px;
|
|
265
|
-
background: var(--text-color-inverse, #fff);
|
|
266
|
-
border-color: var(--border-color, #e7e7e7);
|
|
267
|
-
height: 34px;
|
|
268
|
-
padding: 5px 23px 5px 15px;
|
|
269
|
-
line-height: initial;
|
|
270
|
-
}
|
|
271
|
-
.sa-question__select-wrapper .sa-question__select::-ms-expand {
|
|
272
|
-
display: none;
|
|
273
|
-
}
|
|
274
|
-
.sa-question__select-wrapper .sa-question__select:focus {
|
|
275
|
-
outline: 0;
|
|
276
|
-
box-shadow: none;
|
|
277
|
-
}
|
|
278
|
-
.sa-question__select-wrapper .sa-question__select:disabled {
|
|
279
|
-
color: var(--disabled-color, #b0b0b0);
|
|
280
|
-
}
|
|
281
|
-
.sa-question__select-wrapper:before {
|
|
282
|
-
margin-top: -4px;
|
|
283
|
-
top: 50%;
|
|
284
|
-
right: 10px;
|
|
285
|
-
z-index: 1;
|
|
286
|
-
content: "";
|
|
287
|
-
position: absolute;
|
|
288
|
-
width: 4px;
|
|
289
|
-
height: 4px;
|
|
290
|
-
border-right: 2px solid var(--text-color, #404040);
|
|
291
|
-
border-bottom: 2px solid var(--text-color, #404040);
|
|
292
|
-
transform: rotate(45deg);
|
|
293
|
-
box-sizing: content-box;
|
|
294
|
-
pointer-events: none;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
.sa-question__filter {
|
|
298
|
-
display: inline-block;
|
|
299
|
-
padding: 0 1em;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
.sa-question__filter-text {
|
|
303
|
-
vertical-align: middle;
|
|
304
|
-
margin-top: 1px;
|
|
305
|
-
line-height: 32px;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
/* latin-ext */
|
|
309
|
-
@font-face {
|
|
310
|
-
font-family: "Raleway";
|
|
311
|
-
font-style: normal;
|
|
312
|
-
font-weight: 400;
|
|
313
|
-
src: local("Raleway"), local("Raleway-Regular"), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format("woff2");
|
|
314
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
315
|
-
}
|
|
316
|
-
/* latin */
|
|
317
|
-
@font-face {
|
|
318
|
-
font-family: "Raleway";
|
|
319
|
-
font-style: normal;
|
|
320
|
-
font-weight: 400;
|
|
321
|
-
src: local("Raleway"), local("Raleway-Regular"), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
|
|
322
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
323
|
-
}
|
|
324
|
-
/* latin-ext */
|
|
325
|
-
@font-face {
|
|
326
|
-
font-family: "Raleway";
|
|
327
|
-
font-style: normal;
|
|
328
|
-
font-weight: 700;
|
|
329
|
-
src: local("Raleway Bold"), local("Raleway-Bold"), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqhPAMif.woff2) format("woff2");
|
|
330
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
331
|
-
}
|
|
332
|
-
/* latin */
|
|
333
|
-
@font-face {
|
|
334
|
-
font-family: "Raleway";
|
|
335
|
-
font-style: normal;
|
|
336
|
-
font-weight: 700;
|
|
337
|
-
src: local("Raleway Bold"), local("Raleway-Bold"), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqZPAA.woff2) format("woff2");
|
|
338
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
339
|
-
}
|
|
340
|
-
/*!****************************************************************************************************************************************************************!*\
|
|
341
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/text.scss ***!
|
|
342
|
-
\****************************************************************************************************************************************************************/
|
|
343
|
-
.sa-text-table__container {
|
|
344
|
-
width: 100%;
|
|
345
|
-
min-height: 200px;
|
|
346
|
-
max-height: 500px;
|
|
347
|
-
overflow: auto;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.sa-text-table {
|
|
351
|
-
width: 100%;
|
|
352
|
-
font-family: var(--font-family, "Segoe UI", SegoeUI, Arial, sans-serif);
|
|
353
|
-
font-size: var(--root-font-size, 14px);
|
|
354
|
-
color: var(--text-color, #404040);
|
|
355
|
-
border-width: 1px;
|
|
356
|
-
border-collapse: collapse;
|
|
357
|
-
background-color: var(--background-color, #f7f7f7);
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
.sa-text-table__cell {
|
|
361
|
-
border-width: 1px;
|
|
362
|
-
padding: 8px;
|
|
363
|
-
border-style: solid;
|
|
364
|
-
border-color: var(--border-color, #e7e7e7);
|
|
365
|
-
background-color: var(--background-color, #f7f7f7);
|
|
366
|
-
min-height: 34px;
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
.sa-text-table__cell--number {
|
|
370
|
-
text-align: end;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
th.sa-text-table__cell {
|
|
374
|
-
font-weight: 600;
|
|
375
|
-
}
|
|
376
|
-
/*!****************************************************************************************************************************************************************************!*\
|
|
377
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/statistics-table.scss ***!
|
|
378
|
-
\****************************************************************************************************************************************************************************/
|
|
379
|
-
.sa-statistics-table__container {
|
|
380
|
-
width: 100%;
|
|
381
|
-
min-height: 200px;
|
|
382
|
-
max-height: 500px;
|
|
383
|
-
overflow: auto;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
.sa-statistics-table {
|
|
387
|
-
width: 100%;
|
|
388
|
-
font-family: var(--font-family, "Segoe UI", SegoeUI, Arial, sans-serif);
|
|
389
|
-
font-size: var(--root-font-size, 14px);
|
|
390
|
-
color: var(--text-color, #404040);
|
|
391
|
-
background-color: var(--background-color, #f7f7f7);
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
.sa-statistics-table__cell {
|
|
395
|
-
border-width: 1px;
|
|
396
|
-
padding: 8px;
|
|
397
|
-
border-style: solid;
|
|
398
|
-
border-color: var(--border-color, #e7e7e7);
|
|
399
|
-
background-color: var(--background-color, #f7f7f7);
|
|
400
|
-
min-height: 34px;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
.sa-statistics-table__cell-value {
|
|
404
|
-
text-align: right;
|
|
405
|
-
min-width: 30px;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.sa-statistics-table__cell-header {
|
|
409
|
-
font-weight: bold;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
.sa-choices-sparkline {
|
|
413
|
-
min-width: 100px;
|
|
414
|
-
height: 24px;
|
|
415
|
-
border: 1px solid var(--main-color, #1ab394);
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
.sa-choices-sparkline-value {
|
|
419
|
-
height: 100%;
|
|
420
|
-
background-color: var(--main-color, #1ab394);
|
|
421
|
-
}
|
|
422
|
-
/*!***************************************************************************************************************************************************************!*\
|
|
423
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/nps.scss ***!
|
|
424
|
-
\***************************************************************************************************************************************************************/
|
|
425
|
-
.sa-visualizer-nps {
|
|
426
|
-
display: flex;
|
|
427
|
-
flex-direction: row;
|
|
428
|
-
gap: 16px;
|
|
429
|
-
overflow-x: auto;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
.sa-visualizer-nps__score-part {
|
|
433
|
-
display: flex;
|
|
434
|
-
flex-direction: column;
|
|
435
|
-
padding: 0 16px;
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
.sa-visualizer-nps__score-part-title {
|
|
439
|
-
font-size: 32px;
|
|
440
|
-
text-align: center;
|
|
441
|
-
color: #909090;
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
.sa-visualizer-nps__score-part-values {
|
|
445
|
-
display: flex;
|
|
446
|
-
flex-direction: row;
|
|
447
|
-
gap: 16px;
|
|
448
|
-
align-items: baseline;
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
.sa-visualizer-nps__score-part-value {
|
|
452
|
-
font-size: 48px;
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
.sa-visualizer-nps__score-part-percent {
|
|
456
|
-
font-size: 24px;
|
|
457
|
-
color: #606060;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
/*# sourceMappingURL=survey.analytics.core.css.map*/
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"survey.analytics.core.css","mappings":";;;;;;;;AAKA;EACE,qECsBsB;EDrBtB,sCCsBe;AD1BjB;;AAOA;EACE,uECgBY;EDfZ;EACA;EACA;AAJF;;AAOA;EACE;AAJF;;AAOA;EACE;EACA,qECKsB;EDJtB,sCCKe;EDJf;EACA;EACA;EACA;AAJF;;AAOA;EACE;AAJF;;AAOA;EACE;EACA;EACA;AAJF;;AAOA;EACE;EACA;EACA;EACA;EACA;EACA;AAJF;;AAOA;EACE;IACE;EAJF;EAMA;IACE;EAJF;AACF;;;;AEpDA;EACE;EACA;EACA;EACA;EACA;ACCF;ADAE;EANF;IAOI;ECGF;AACF;;ADDA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ACIF;ADHE;EATF;IAUI;IACA;ECMF;AACF;ADJE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ACMJ;ADJI;EAfF;IAgBI;IACA;ECOJ;AACF;;AA9CA;EACE;AAiDF;;AA9CA;EACE;AAiDF;;AA9CA;EACE;EACA;AAiDF;AAhDE;EAHF;IAII;EAmDF;AACF;;AAhDA;EACE;EACA;EACA;EACA;EACA;EACA;AAmDF;;AAhDA;EACE;AAmDF;AAjDE;EAHF;IAII;EAoDF;AACF;;AAjDA;EACE,kDFrBiB;EEsBjB;AAoDF;;AAjDA;EACE;EACA,qEFfsB;EEgBtB;EACA;EACA,iCFlCW;EEmCX;EACA;AAoDF;;AAjDA;EACE;AAoDF;AAnDE;EACE;EACA;EACA;EACA;EACA;EACA;AAqDJ;;AAhDE;EACE;AAmDJ;;AA/CA;EACE,uEF3CY;EE4CZ,sCF1Ce;EE2Cf,iCF5DW;EE6DX;EACA;EACA;EACA;EACA;EACA;AAkDF;;AAhDA;EACE;EACA;AAmDF;;AAhDA;EACE,uEF3DY;EE4DZ,sCF1De;EE2Df;EACA;EACA;EACA;EACA;EACA;AAmDF;AAjDE;EACE,0CF5EW;EE6EX;AAmDJ;AAjDE;EACE;AAmDJ;AAjDE;EACE;AAmDJ;;AA/CA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;AAkDF;AAjDE;EACE,gDF5FQ;AE+IZ;AAhDI;EACE,qCF/FY;AEiJlB;AA/CE;EACE;EACA;AAiDJ;;AA7CA;EACE;AAgDF;;AA5CA;EACE;EACA;EACA;EACA;AA+CF;AA7CE;EACE;EACA;EACA;EACA;AA+CJ;AA5CE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,2CFhJiB;EEiJjB,0CFxIW;EEyIX,YFvIkB;EEwIlB;EACA;AA8CJ;AA5CI;EACE;AA8CN;AA3CI;EACE;EACA;AA6CN;AA1CI;EACE,qCFtKW;AEkNjB;AAxCE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AA0CJ;;AArCA;EACE;EACA;AAwCF;;AArCA;EACE;EACA;EACA;AAwCF;;AArCA;AACA;EACE;EACA;EACA;EACA,4IACE;EAGF;AAqCF;AAnCA;AACA;EACE;EACA;EACA;EACA,0IACE;EAGF;AAkCF;AA/BA;AACA;EACE;EACA;EACA;EACA,kJACE;EAGF;AA8BF;AA5BA;AACA;EACE;EACA;EACA;EACA,gJACE;EAGF;AA2BF;;;;AChRA;EACE;EACA;EACA;EACA;AADF;;AAIA;EACE;EACA,uEHgBY;EGfZ,sCHiBe;EGhBf,iCHDW;EGEX;EACA;EACA;AADF;;AAIA;EACE;EACA;EACA;EACA,0CHHa;EGIb,kDHRiB;EGSjB,gBHHoB;AGEtB;;AAIA;EACE;AADF;;AAIA;EACE;AADF;;;;AC9BA;EACE;EACA;EACA;EACA;AADF;;AAIA;EACE;EACA,uEJgBY;EIfZ,sCJiBe;EIhBf,iCJDW;EIGX,kDJCiB;AIHnB;;AAKA;EACE;EACA;EACA;EACA,0CJFa;EIGb,kDJPiB;EIQjB,gBJFoB;AIAtB;;AAKA;EACE;EACA;AAFF;;AAKA;EACE;AAFF;;AAKA;EACE;EACA;EACA;AAFF;;AAIA;EACE;EACA,4CJ3CW;AI0Cb;;;;AC1CA;EACE;EACA;EACA;EACA;AACF;;AAEA;EACE;EACA;EACA;AACF;;AAEA;EACE;EACA;EACA;AACF;;AAEA;EACE;EACA;EACA;EACA;AACF;;AAEA;EACE;AACF;;AAEA;EACE;EACA;AACF","sources":["webpack://SurveyAnalytics/./src/visualizerBase.scss","webpack://SurveyAnalytics/./src/_globals.scss","webpack://SurveyAnalyticsTabulator/./src/utils/utils.scss","webpack://SurveyAnalytics/./src/visualizationPanel.scss","webpack://SurveyAnalytics/./src/text.scss","webpack://SurveyAnalytics/./src/statistics-table.scss","webpack://SurveyAnalytics/./src/nps.scss"],"sourcesContent":["@use \"globals\" as *;\n\n.sa-visualizer__toolbar {\n}\n\n.sa-visualizer__header {\n font-family: $font-family-secondary;\n font-size: $root-font-size;\n}\n\n.sa-visualizer__content {\n font-family: $font-family;\n display: inline-block;\n overflow: hidden;\n width: 100%;\n}\n\n.sa-visualizer__footer {\n margin-top: 10px;\n}\n\n.sa-visualizer__footer-title {\n display: inline-block;\n font-family: $font-family-secondary;\n font-size: $root-font-size;\n color: #404040;\n line-height: 34px;\n vertical-align: middle;\n margin: 0;\n}\n\n.sa-visualizer__footer-content {\n margin-top: 10px;\n}\n\n.sa-data-loading-indicator-panel {\n width: 100%;\n min-height: 200px;\n position: relative;\n}\n\n.sa-data-loading-indicator {\n position: absolute;\n width: 64px;\n height: 64px;\n left: calc((100% - 64px) / 2);\n top: calc((100% - 64px) / 2);\n animation: sa-data-loading-indicator-spinner 1s infinite linear;\n}\n\n@keyframes sa-data-loading-indicator-spinner {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(359deg);\n }\n}\n","$main-color: var(--main-color, #1ab394);\n$auxiliary-color: var(--auxiliary-color, #ff9814);\n$auxiliary-color-1: var(--auxiliary-color-1, #666666);\n$auxiliary-color-2: var(--auxiliary-color-2, #1948b3);\n$danger-color: var(--danger-color, #d9534f);\n$disabled-color: var(--disabled-color, #b0b0b0);\n\n$blue-color: var(--blue-color, #394cff);\n$purple-color: var(--purple-color, #aa42d0);\n$green-color: var(--green-color, #41c02c);\n\n$text-color-inverse: var(--text-color-inverse, #fff);\n$text-color: var(--text-color, #404040);\n\n$content-max-width: 1170px;\n\n$background-color: var(--background-color, #f7f7f7);\n$background-color-dark: var(--background-color-dark, #eeeeee);\n$background-disabled-color: var(--background-disabled-color, #b7b7b7);\n\n$border-color: var(--border-color, #e7e7e7);\n\n$form-element-height: 34px;\n\n$svg-color: var(--svg-color, rgba(#9f9f9f, 0.4));\n$svg-hover-color: var(--svg-hover-color, #9f9f9f);\n\n$font-family: var(--font-family, \"Segoe UI\", SegoeUI, Arial, sans-serif);\n$font-family-secondary: var(--font-family-secondary, Raleway, Arial, sans-serif);\n$root-font-size: var(--root-font-size, 14px);",".sa-commercial {\n box-sizing: border-box;\n padding: var(--sjs2-spacing-static-x150, 12px) var(--sjs2-spacing-static-x600, 48px);\n justify-content: center;\n width: 100%;\n background: var(--sjs2-color-bg-brand-primary, #19B394);\n @media screen and (max-width: 600px) {\n padding: var(--sjs2-spacing-static-x100, 8px) var(--sjs2-spacing-static-x300, 24px);\n }\n}\n.sa-commercial__text {\n text-decoration: none;\n color: var(--sjs2-color-fg-static-main-primary, #FFF);\n text-align: center;\n font-family: var(--sjs2-font-family-semantic-default, \"Segoe UI\", SegoeUI, Arial, sans-serif);\n font-size: var(--sjs2-font-size-semantic-default, 16px);\n font-style: normal;\n font-weight: 600;\n line-height: var(--sjs2-line-height-semantic-default, 24px);\n @media screen and (max-width: 600px) {\n font-size: var(--sjs2-font-size-semantic-small, 12px);\n line-height: var(--sjs2-line-height-semantic-small, 16px);\n }\n\n a {\n color: var(--sjs2-color-fg-static-main-primary, #FFF);\n text-align: center;\n font-family: var(--sjs2-font-family-semantic-default, \"Segoe UI\", SegoeUI, Arial, sans-serif);\n font-size: var(--sjs2-font-size-semantic-default, 16px);\n font-style: normal;\n font-weight: 600;\n line-height: var(--sjs2-line-height-semantic-default, 24px);\n text-decoration-line: underline;\n text-decoration-style: solid;\n text-decoration-skip-ink: auto;\n text-decoration-thickness: 5%;\n text-underline-offset: 10%;\n text-underline-position: from-font;\n\n @media screen and (max-width: 600px) {\n font-size: var(--sjs2-font-size-semantic-small, 12px);\n line-height: var(--sjs2-line-height-semantic-small, 16px);\n }\n }\n}","@use \"globals\" as *;\n@use \"./utils/utils.scss\" as *;\n\n.sa-panel__header {\n margin: 0 1em;\n}\n\n.sa-grid {\n position: relative;\n}\n\n.sa-grid__grid-sizer {\n width: 100%;\n box-sizing: border-box;\n @media screen and (min-width: 1400px) {\n width: 50%;\n }\n}\n\n.sa-question {\n display: inline-block;\n width: 100%;\n vertical-align: top;\n box-sizing: border-box;\n overflow: hidden;\n padding: 1em;\n}\n\n.sa-question-layouted {\n position: absolute;\n\n @media screen and (min-width: 1400px) {\n width: calc(50% - 1px);\n }\n}\n\n.sa-question__content {\n background-color: $background-color;\n padding: 20px;\n}\n\n.sa-question__title {\n margin-left: 30px;\n font-family: $font-family-secondary;\n font-size: 18px;\n font-weight: bold;\n color: $text-color;\n margin: 0;\n margin-bottom: 1em;\n}\n\n.sa-question__title--draggable {\n cursor: move;\n &:after {\n content: \" \";\n display: block;\n float: right;\n width: 15px;\n height: 15px;\n background-image: url(\"data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg%3E%3Cpolygon style='fill: %231ab394' points='13,5 12,6 13,7 9,7 9,3 10,4 11,3 8,0 5,3 6,4 7,3 7,7 3,7 4,6 3,5 0,8 3,11 4,10 3,9 7,9 7,13 6,12 5,13 8,16 11,13 10,12 9,13 9,9 13,9 12,10 13,11 16,8 '/%3E%3C/g%3E%3C/svg%3E \");\n }\n}\n\n[dir=\"rtl\"] .sa-question__title--draggable, [style*=\"direction: rtl\"] .sa-question__title--draggable, [style*=\"direction:rtl\"] .sa-question__title--draggable {\n &:after {\n float: left;\n }\n}\n\n.sa-toolbar {\n font-family: $font-family;\n font-size: $root-font-size;\n color: $text-color;\n line-height: 34px;\n margin-bottom: 25px;\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n gap: 10px;\n}\n.sa-toolbar.sa-toolbar > * {\n display: inline-flex;\n line-height: 1em;\n}\n\n.sa-toolbar__button {\n font-family: $font-family;\n font-size: $root-font-size;\n padding: 8px;\n vertical-align: middle;\n cursor: pointer;\n border: 1px solid transparent;\n white-space: nowrap;\n margin: 0 10px;\n\n &:hover {\n border-color: $border-color;\n background-blend-mode: darken;\n }\n &:first-child {\n margin-left: 0;\n }\n &:last-child {\n margin-right: 0;\n }\n}\n\n.sa-toolbar__svg-button {\n width: 15px;\n height: 15px;\n padding: 0;\n border: none;\n outline: none;\n background-color: inherit;\n cursor: pointer;\n use {\n fill: $svg-color;\n }\n &:hover {\n use {\n fill: $svg-hover-color;\n }\n }\n svg {\n width: 15px;\n height: 15px;\n }\n}\n\n.sa-toolbar__button--right {\n float: right;\n}\n\n// custom select\n.sa-question__select-wrapper {\n position: relative;\n display: inline-block;\n min-width: 100px;\n max-width: 300px;\n\n .sa-question__select-title {\n white-space: nowrap;\n display: inline-block;\n line-height: 34px;\n padding-right: 8px;\n }\n\n .sa-question__select {\n width: 100%;\n display: block;\n position: relative;\n appearance: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n border-radius: 2px;\n background: $text-color-inverse;\n border-color: $border-color;\n height: $form-element-height;\n padding: 5px 23px 5px 15px;\n line-height: initial;\n\n &::-ms-expand {\n display: none;\n }\n\n &:focus {\n outline: 0;\n box-shadow: none;\n }\n\n &:disabled {\n color: $disabled-color;\n }\n }\n\n &:before {\n margin-top: -4px;\n top: 50%;\n right: 10px;\n z-index: 1;\n content: \"\";\n position: absolute;\n width: 4px;\n height: 4px;\n border-right: 2px solid $text-color;\n border-bottom: 2px solid $text-color;\n transform: rotate(45deg);\n box-sizing: content-box;\n pointer-events: none;\n }\n}\n// EO custom select\n\n.sa-question__filter {\n display: inline-block;\n padding: 0 1em;\n}\n\n.sa-question__filter-text {\n vertical-align: middle;\n margin-top: 1px;\n line-height: 32px;\n}\n\n/* latin-ext */\n@font-face {\n font-family: \"Raleway\";\n font-style: normal;\n font-weight: 400;\n src:\n local(\"Raleway\"),\n local(\"Raleway-Regular\"),\n url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format(\"woff2\");\n unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \"Raleway\";\n font-style: normal;\n font-weight: 400;\n src:\n local(\"Raleway\"),\n local(\"Raleway-Regular\"),\n url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ITw.woff2) format(\"woff2\");\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,\n U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n/* latin-ext */\n@font-face {\n font-family: \"Raleway\";\n font-style: normal;\n font-weight: 700;\n src:\n local(\"Raleway Bold\"),\n local(\"Raleway-Bold\"),\n url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqhPAMif.woff2) format(\"woff2\");\n unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \"Raleway\";\n font-style: normal;\n font-weight: 700;\n src:\n local(\"Raleway Bold\"),\n local(\"Raleway-Bold\"),\n url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqZPAA.woff2) format(\"woff2\");\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,\n U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n","@use \"globals\" as *;\n\n.sa-text-table__container {\n width: 100%;\n min-height: 200px;\n max-height: 500px;\n overflow: auto;\n}\n\n.sa-text-table {\n width: 100%;\n font-family: $font-family;\n font-size: $root-font-size;\n color: $text-color;\n border-width: 1px;\n border-collapse: collapse;\n background-color: $background-color;\n}\n\n.sa-text-table__cell {\n border-width: 1px;\n padding: 8px;\n border-style: solid;\n border-color: $border-color;\n background-color: $background-color;\n min-height: $form-element-height;\n}\n\n.sa-text-table__cell--number {\n text-align: end;\n}\n\nth.sa-text-table__cell {\n font-weight: 600;\n}\n","@use \"globals\" as *;\n\n.sa-statistics-table__container {\n width: 100%;\n min-height: 200px;\n max-height: 500px;\n overflow: auto;\n}\n\n.sa-statistics-table {\n width: 100%;\n font-family: $font-family;\n font-size: $root-font-size;\n color: $text-color;\n // border-collapse: collapse;\n background-color: $background-color;\n}\n\n.sa-statistics-table__cell {\n border-width: 1px;\n padding: 8px;\n border-style: solid;\n border-color: $border-color;\n background-color: $background-color;\n min-height: $form-element-height;\n}\n\n.sa-statistics-table__cell-value {\n text-align: right;\n min-width: 30px;\n}\n\n.sa-statistics-table__cell-header {\n font-weight: bold;\n}\n\n.sa-choices-sparkline {\n min-width: 100px;\n height: 24px;\n border: 1px solid $main-color;\n}\n.sa-choices-sparkline-value {\n height: 100%;\n background-color: $main-color;\n}\n",".sa-visualizer-nps {\n display: flex;\n flex-direction: row;\n gap: 16px;\n overflow-x: auto;\n}\n\n.sa-visualizer-nps__score-part {\n display: flex;\n flex-direction: column;\n padding: 0 16px;\n}\n\n.sa-visualizer-nps__score-part-title {\n font-size: 32px;\n text-align: center;\n color: #909090;\n}\n\n.sa-visualizer-nps__score-part-values {\n display: flex;\n flex-direction: row;\n gap: 16px;\n align-items: baseline;\n}\n\n.sa-visualizer-nps__score-part-value {\n font-size: 48px;\n}\n\n.sa-visualizer-nps__score-part-percent {\n font-size: 24px;\n color: #606060;\n}"],"names":[],"sourceRoot":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './survey-analytics.types/entries/summary.core';
|