survey-analytics 2.0.0-rc.4 → 2.0.0-rc.6
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/fesm/survey.analytics.js +2426 -3040
- package/fesm/survey.analytics.js.map +1 -1
- package/fesm/survey.analytics.tabulator.js +703 -1038
- package/fesm/survey.analytics.tabulator.js.map +1 -1
- package/package.json +6 -4
- package/survey-analytics-tabulator.types/tables/tabulator.d.ts +12 -6
- package/survey-analytics.types/visualizationManager.d.ts +1 -1
- package/survey-analytics.types/visualizationPanel.d.ts +4 -1
- package/survey-analytics.types/visualizerBase.d.ts +2 -2
- package/survey.analytics.css +1 -1
- package/survey.analytics.js +5 -5
- package/survey.analytics.js.map +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 +106 -72
- package/survey.analytics.tabulator.js.map +1 -1
- package/survey.analytics.tabulator.min.css +1 -1
- package/survey.analytics.tabulator.min.js +1 -1
- package/survey.analytics.tabulator.min.js.LICENSE.txt +1 -1
- package/survey-analytics-datatables.types/analytics-localization/arabic.d.ts +0 -66
- package/survey-analytics-datatables.types/analytics-localization/dutch.d.ts +0 -66
- package/survey-analytics-datatables.types/analytics-localization/english.d.ts +0 -75
- package/survey-analytics-datatables.types/analytics-localization/farsi.d.ts +0 -66
- package/survey-analytics-datatables.types/analytics-localization/french.d.ts +0 -66
- package/survey-analytics-datatables.types/analytics-localization/german.d.ts +0 -66
- package/survey-analytics-datatables.types/analytics-localization/italian.d.ts +0 -66
- package/survey-analytics-datatables.types/analytics-localization/japanese.d.ts +0 -66
- package/survey-analytics-datatables.types/analytics-localization/norwegian.d.ts +0 -66
- package/survey-analytics-datatables.types/analytics-localization/polish.d.ts +0 -67
- package/survey-analytics-datatables.types/analytics-localization/portuguese.d.ts +0 -66
- package/survey-analytics-datatables.types/analytics-localization/russian.d.ts +0 -67
- package/survey-analytics-datatables.types/analytics-localization/spanish.d.ts +0 -66
- package/survey-analytics-datatables.types/entries/datatables.d.ts +0 -21
- package/survey-analytics-datatables.types/localizationManager.d.ts +0 -90
- package/survey-analytics-datatables.types/tables/columnbuilder.d.ts +0 -38
- package/survey-analytics-datatables.types/tables/columns.d.ts +0 -74
- package/survey-analytics-datatables.types/tables/config.d.ts +0 -39
- package/survey-analytics-datatables.types/tables/datatables.d.ts +0 -51
- package/survey-analytics-datatables.types/tables/extensions/columnextensions.d.ts +0 -1
- package/survey-analytics-datatables.types/tables/extensions/detailsextensions.d.ts +0 -13
- package/survey-analytics-datatables.types/tables/extensions/headerextensions.d.ts +0 -1
- package/survey-analytics-datatables.types/tables/extensions/rowextensions.d.ts +0 -1
- package/survey-analytics-datatables.types/tables/extensions/tableextensions.d.ts +0 -21
- package/survey-analytics-datatables.types/tables/table.d.ts +0 -191
- package/survey-analytics-datatables.types/utils/index.d.ts +0 -39
- package/survey-analytics.types/choices-table.d.ts +0 -17
- package/survey.analytics.datatables/index.d.ts.d.ts +0 -891
- package/survey.analytics.datatables/survey.analytics.datatables.css +0 -325
- package/survey.analytics.datatables/survey.analytics.datatables.js +0 -38982
- package/survey.analytics.datatables/survey.analytics.datatables.min.css +0 -7
- package/survey.analytics.datatables/survey.analytics.datatables.min.js +0 -29
- package/survey.analytics.datatables.css +0 -401
- package/survey.analytics.datatables.css.map +0 -1
- package/survey.analytics.datatables.d.ts +0 -1
- package/survey.analytics.datatables.js +0 -3683
- package/survey.analytics.datatables.js.map +0 -1
- package/survey.analytics.datatables.min.css +0 -6
- package/survey.analytics.datatables.min.js +0 -2
- package/survey.analytics.datatables.min.js.LICENSE.txt +0 -5
|
@@ -1,401 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* surveyjs - SurveyJS Dashboard library v1.12.21
|
|
3
|
-
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
|
-
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
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/tables/datatables.scss ***!
|
|
8
|
-
\*****************************************************************************************************************************************************************************/
|
|
9
|
-
.sa-table {
|
|
10
|
-
font-size: var(--root-font-size, 14px);
|
|
11
|
-
font-family: var(--font-family, "Segoe UI", SegoeUI, Arial, sans-serif);
|
|
12
|
-
}
|
|
13
|
-
.sa-table button {
|
|
14
|
-
cursor: pointer;
|
|
15
|
-
background-color: inherit;
|
|
16
|
-
outline: none;
|
|
17
|
-
}
|
|
18
|
-
.sa-table select {
|
|
19
|
-
line-height: initial;
|
|
20
|
-
appearance: none;
|
|
21
|
-
-webkit-appearance: none;
|
|
22
|
-
-moz-appearance: none;
|
|
23
|
-
background: transparent;
|
|
24
|
-
background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E%0A");
|
|
25
|
-
background-repeat: no-repeat, repeat;
|
|
26
|
-
background-position: right 0.7em top 50%, 0 0;
|
|
27
|
-
background-size: 0.57em 100%;
|
|
28
|
-
height: 34px;
|
|
29
|
-
border-radius: 2px;
|
|
30
|
-
border: solid 1px var(--border-color, #d4d4d4);
|
|
31
|
-
box-sizing: border-box;
|
|
32
|
-
font-family: inherit;
|
|
33
|
-
font-size: inherit;
|
|
34
|
-
padding: 0.25em 2em 0.25em 0.87em;
|
|
35
|
-
}
|
|
36
|
-
.sa-table select:focus {
|
|
37
|
-
background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E");
|
|
38
|
-
border-color: var(--border-color, #d4d4d4);
|
|
39
|
-
outline: none;
|
|
40
|
-
}
|
|
41
|
-
.sa-table select::-ms-expand {
|
|
42
|
-
display: none;
|
|
43
|
-
}
|
|
44
|
-
.sa-table input {
|
|
45
|
-
height: 34px;
|
|
46
|
-
border: none;
|
|
47
|
-
border-bottom: 0.06em solid var(--border-color, #d4d4d4);
|
|
48
|
-
box-sizing: border-box;
|
|
49
|
-
font-family: inherit;
|
|
50
|
-
font-size: inherit;
|
|
51
|
-
padding: 0.25em 1.5em 0.25em 0.87em;
|
|
52
|
-
background: transparent;
|
|
53
|
-
}
|
|
54
|
-
.sa-table input:focus {
|
|
55
|
-
border-color: var(--main-color, #1ab394);
|
|
56
|
-
outline: none;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.sa-table__detail-row.sa-table__detail-row.sa-table__detail-row.sa-table__detail-row {
|
|
60
|
-
background-color: var(--text-color-inverse, #fff);
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.sa-table__detail-table.sa-table__detail-table {
|
|
64
|
-
width: 100%;
|
|
65
|
-
border-collapse: collapse;
|
|
66
|
-
border-right: 1px solid var(--border-color, #d4d4d4);
|
|
67
|
-
border-bottom: none;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.sa-table__detail {
|
|
71
|
-
border-top: 1px solid var(--border-color, #d4d4d4);
|
|
72
|
-
}
|
|
73
|
-
.sa-table__detail td {
|
|
74
|
-
box-sizing: border-box;
|
|
75
|
-
padding: 20px;
|
|
76
|
-
border-left: none;
|
|
77
|
-
border-right: none;
|
|
78
|
-
white-space: initial;
|
|
79
|
-
}
|
|
80
|
-
.sa-table__detail td:first-child {
|
|
81
|
-
width: 267px;
|
|
82
|
-
border-left: none;
|
|
83
|
-
font-weight: bold;
|
|
84
|
-
}
|
|
85
|
-
.sa-table__detail td:nth-child(2) {
|
|
86
|
-
width: 208px;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.sa-table__btn {
|
|
90
|
-
height: 34px;
|
|
91
|
-
width: 154px;
|
|
92
|
-
font-size: var(--root-font-size, 14px);
|
|
93
|
-
font-weight: bold;
|
|
94
|
-
background-color: transparent;
|
|
95
|
-
box-sizing: border-box;
|
|
96
|
-
border: solid 2px;
|
|
97
|
-
border-radius: 17px;
|
|
98
|
-
padding: 0;
|
|
99
|
-
outline: none;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
a.sa-table__btn {
|
|
103
|
-
display: inline-block;
|
|
104
|
-
text-align: center;
|
|
105
|
-
padding-top: 5px;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.sa-table__btn--small {
|
|
109
|
-
width: 99px;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.sa-table__btn--gray {
|
|
113
|
-
border-color: var(--text-gray, #a0a0a0);
|
|
114
|
-
color: var(--text-gray, #a0a0a0);
|
|
115
|
-
}
|
|
116
|
-
.sa-table__btn--gray:hover {
|
|
117
|
-
background-color: var(--dark-gray, #9b9b9b);
|
|
118
|
-
color: var(--text-color-inverse, #fff);
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.sa-table__btn--green {
|
|
122
|
-
border-color: var(--main-color, #1ab394);
|
|
123
|
-
color: var(--main-color, #1ab394);
|
|
124
|
-
}
|
|
125
|
-
.sa-table__btn--green:hover {
|
|
126
|
-
background-color: var(--main-color, #1ab394);
|
|
127
|
-
color: var(--text-color-inverse, #fff);
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.sa-table__svg-button {
|
|
131
|
-
width: 15px;
|
|
132
|
-
height: 15px;
|
|
133
|
-
padding: 0;
|
|
134
|
-
border: none;
|
|
135
|
-
}
|
|
136
|
-
.sa-table__svg-button use {
|
|
137
|
-
fill: var(--svg-color, rgba(159, 159, 159, 0.4));
|
|
138
|
-
}
|
|
139
|
-
.sa-table__svg-button:hover use {
|
|
140
|
-
fill: var(--svg-hover-color, #9f9f9f);
|
|
141
|
-
}
|
|
142
|
-
.sa-table__svg-button svg {
|
|
143
|
-
width: 15px;
|
|
144
|
-
height: 15px;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.sa-table__action-container {
|
|
148
|
-
margin-bottom: 10px;
|
|
149
|
-
white-space: normal;
|
|
150
|
-
}
|
|
151
|
-
.sa-table__action-container .sa-table__svg-button {
|
|
152
|
-
float: right;
|
|
153
|
-
margin: 0 0 13px 13px;
|
|
154
|
-
pointer-events: all;
|
|
155
|
-
}
|
|
156
|
-
.sa-table__action-container:after {
|
|
157
|
-
content: "";
|
|
158
|
-
display: table;
|
|
159
|
-
clear: both;
|
|
160
|
-
}
|
|
161
|
-
.sa-table__action-container .sa-table__drag-button {
|
|
162
|
-
float: left;
|
|
163
|
-
cursor: move;
|
|
164
|
-
}
|
|
165
|
-
.sa-table__action-container .sa-table__drag-button use {
|
|
166
|
-
fill: var(--main-color, #1ab394);
|
|
167
|
-
}
|
|
168
|
-
.sa-table__action-container .sa-table__drag-button:hover use {
|
|
169
|
-
fill: var(--main-color, #1ab394);
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
.sa-table__global-filter.sa-table__global-filter,
|
|
173
|
-
.sa-table__filter.sa-table__filter {
|
|
174
|
-
background: transparent;
|
|
175
|
-
background-image: url("data:image/svg+xml;charset=utf8,%3C?xml%20version=%271.0%27%20encoding=%27utf-8%27?%3E%3C%21--%20Generator:%20Adobe%20Illustrator%2024.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200%29%20--%3E%3Csvg%20version=%271.1%27%20id=%27Layer_1%27%20xmlns=%27http://www.w3.org/2000/svg%27%20xmlns:xlink=%27http://www.w3.org/1999/xlink%27%20x=%270px%27%20y=%270px%27%20viewBox=%270%200%2016%2016%27%20style=%27enable-background:new%200%200%2016%2016;%27%20xml:space=%27preserve%27%3E%3Cstyle%20type=%27text/css%27%3E%20.st0{fill:%239F9E9E;}%20%3C/style%3E%3Cpath%20class=%27st0%27%20d=%27M13.56,11.44L11.3,9.18C11.74,8.38,12,7.47,12,6.5C12,3.47,9.53,1,6.5,1S1,3.47,1,6.5C1,9.53,3.47,12,6.5,12%20c0.97,0,1.88-0.26,2.68-0.7l2.26,2.26c0.29,0.29,0.66,0.43,1.04,0.44c0.39,0.01,0.78-0.14,1.08-0.44c0.3-0.3,0.44-0.69,0.44-1.08%20C13.99,12.1,13.85,11.72,13.56,11.44z%20M4,6.5C4,5.12,5.12,4,6.5,4S9,5.12,9,6.5S7.88,9,6.5,9S4,7.88,4,6.5z%27/%3E%3C/svg%3E");
|
|
176
|
-
background-repeat: no-repeat, repeat;
|
|
177
|
-
background-position: left 0.7em top 50%, 0 0;
|
|
178
|
-
background-size: 1em 100%;
|
|
179
|
-
padding-left: 35px;
|
|
180
|
-
border: solid 1px var(--border-color, #d4d4d4);
|
|
181
|
-
pointer-events: all;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.sa-table__filter.sa-table__filter {
|
|
185
|
-
width: 100%;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
.sa-table__show-column.sa-table__show-column {
|
|
189
|
-
background: transparent;
|
|
190
|
-
background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 16 16%27 style=%27enable-background:new 0 0 16 16;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:rgba%28159, 159, 159, 0.5%29;%7D .st1%7Bfill:rgba%28159, 159, 159, 0.5%29;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class=%27st1%27 d=%27M8,2.03C3.63,2.03,0,8,0,8s3.63,6.03,8,6.03s8-6,8-6S12.37,2.03,8,2.03z M8,12c-2.58,0-5.13-2.81-6-4 c1.07-1.47,3.61-4,6-4c2.58,0,5.13,2.81,6,4C12.93,9.47,10.39,12,8,12z%27/%3E%3Ccircle class=%27st1%27 cx=%278%27 cy=%278%27 r=%273%27/%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E%0A");
|
|
191
|
-
background-repeat: no-repeat, no-repeat;
|
|
192
|
-
background-position: left 0.7em top 50%, right 0.7em top 50%;
|
|
193
|
-
background-size: 1em 100%, 0.57em 100%;
|
|
194
|
-
padding-left: 35px;
|
|
195
|
-
border: solid 1px var(--border-color, #d4d4d4);
|
|
196
|
-
pointer-events: all;
|
|
197
|
-
margin-left: 20px;
|
|
198
|
-
}
|
|
199
|
-
.sa-table__show-column.sa-table__show-column:focus {
|
|
200
|
-
background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 16 16%27 style=%27enable-background:new 0 0 16 16;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:rgba%28159, 159, 159, 0.5%29;%7D .st1%7Bfill:rgba%28159, 159, 159, 0.5%29;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class=%27st1%27 d=%27M8,2.03C3.63,2.03,0,8,0,8s3.63,6.03,8,6.03s8-6,8-6S12.37,2.03,8,2.03z M8,12c-2.58,0-5.13-2.81-6-4 c1.07-1.47,3.61-4,6-4c2.58,0,5.13,2.81,6,4C12.93,9.47,10.39,12,8,12z%27/%3E%3Ccircle class=%27st1%27 cx=%278%27 cy=%278%27 r=%273%27/%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E") !important;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.sa-table__entries {
|
|
204
|
-
float: right;
|
|
205
|
-
white-space: nowrap;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
.sa-table__entries-label {
|
|
209
|
-
font-weight: bold;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.sa-table__entries-label--right {
|
|
213
|
-
margin-right: 5px;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.sa-table__entries-label--left {
|
|
217
|
-
margin-left: 5px;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
.sa-table__detail-row {
|
|
221
|
-
background-color: var(--text-color-inverse, #fff);
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
.sa-table__detail-table {
|
|
225
|
-
background-color: var(--text-color-inverse, #fff);
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
.sa-table input.sa-table__row-extension {
|
|
229
|
-
height: auto;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
.sa-table__row-extension + .sa-table__row-extension {
|
|
233
|
-
margin-left: 10px;
|
|
234
|
-
vertical-align: middle;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.sa-table__header-extensions {
|
|
238
|
-
float: left;
|
|
239
|
-
margin-left: 10px;
|
|
240
|
-
width: calc(100% - 540px);
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
.sa-table__header-extension + .sa-table__header-extension {
|
|
244
|
-
margin-left: 10px;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.sa-commercial {
|
|
248
|
-
font-size: 12px;
|
|
249
|
-
padding: 1em 0 0.5em 2em;
|
|
250
|
-
}
|
|
251
|
-
.sa-commercial svg {
|
|
252
|
-
width: 20px;
|
|
253
|
-
height: 20px;
|
|
254
|
-
fill: var(--main-color, #1ab394);
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
.sa-commercial__text {
|
|
258
|
-
font-weight: bold;
|
|
259
|
-
text-decoration: none;
|
|
260
|
-
color: var(--main-color, #1ab394);
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
.sa-commercial__product {
|
|
264
|
-
padding-left: 0.5em;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
.sa-datatables__table {
|
|
268
|
-
width: 100%;
|
|
269
|
-
background: var(--text-color-inverse, #fff);
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
.sa-datatables__details-container.sa-datatables__details-container.sa-datatables__details-container {
|
|
273
|
-
padding: 0;
|
|
274
|
-
border: none;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
.sa-table__header-extensions {
|
|
278
|
-
width: calc(100% - 590px);
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
.sa-table__svg-button svg {
|
|
282
|
-
background-color: var(--text-color-inverse, #fff);
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
.sa-table__detail-row .sa-table__svg-button svg {
|
|
286
|
-
background-color: var(--text-color-inverse, #fff);
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
.sa-datatables .dt-buttons {
|
|
290
|
-
margin-left: 20px;
|
|
291
|
-
float: left;
|
|
292
|
-
margin-bottom: 10px;
|
|
293
|
-
}
|
|
294
|
-
.sa-datatables .dataTables_wrapper {
|
|
295
|
-
background-color: var(--text-color-inverse, #fff);
|
|
296
|
-
padding-top: 30px;
|
|
297
|
-
padding-bottom: 50px;
|
|
298
|
-
}
|
|
299
|
-
.sa-datatables .dataTables_paginate {
|
|
300
|
-
float: right;
|
|
301
|
-
margin-right: 20px;
|
|
302
|
-
padding-top: 10px;
|
|
303
|
-
}
|
|
304
|
-
.sa-datatables .dataTables_paginate:last-child {
|
|
305
|
-
margin-top: 15px;
|
|
306
|
-
}
|
|
307
|
-
.sa-datatables .dataTables_paginate .ellipsis {
|
|
308
|
-
color: var(--text-gray, #a0a0a0);
|
|
309
|
-
margin-right: 15px;
|
|
310
|
-
}
|
|
311
|
-
.sa-datatables .paginate_button {
|
|
312
|
-
color: var(--text-gray, #a0a0a0);
|
|
313
|
-
margin-right: 15px;
|
|
314
|
-
cursor: pointer;
|
|
315
|
-
outline: none;
|
|
316
|
-
}
|
|
317
|
-
.sa-datatables .paginate_button:last-child {
|
|
318
|
-
margin-right: 0;
|
|
319
|
-
}
|
|
320
|
-
.sa-datatables .paginate_button.previous {
|
|
321
|
-
display: inline-block;
|
|
322
|
-
background: transparent;
|
|
323
|
-
background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E%0A");
|
|
324
|
-
background-repeat: no-repeat, repeat;
|
|
325
|
-
background-size: 9px 100%;
|
|
326
|
-
height: 10px;
|
|
327
|
-
width: 10px;
|
|
328
|
-
white-space: nowrap;
|
|
329
|
-
overflow: hidden;
|
|
330
|
-
text-indent: -9999px;
|
|
331
|
-
transform: rotate(90deg);
|
|
332
|
-
margin-right: 20px;
|
|
333
|
-
}
|
|
334
|
-
.sa-datatables .paginate_button.next {
|
|
335
|
-
display: inline-block;
|
|
336
|
-
background: transparent;
|
|
337
|
-
background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27utf-8%27%3F%3E%3C%21-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 10 10%27 style=%27enable-background:new 0 0 10 10;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class=%27st0%27 points=%272,2 0,4 5,9 10,4 8,2 5,5 %27/%3E%3C/svg%3E%0A");
|
|
338
|
-
background-repeat: no-repeat, repeat;
|
|
339
|
-
background-size: 9px 100%;
|
|
340
|
-
height: 10px;
|
|
341
|
-
width: 10px;
|
|
342
|
-
white-space: nowrap;
|
|
343
|
-
overflow: hidden;
|
|
344
|
-
text-indent: -9999px;
|
|
345
|
-
transform: rotate(270deg);
|
|
346
|
-
margin-left: 20px;
|
|
347
|
-
}
|
|
348
|
-
.sa-datatables .paginate_button.current {
|
|
349
|
-
font-weight: bold;
|
|
350
|
-
border-bottom: 1px solid var(--text-gray, #a0a0a0);
|
|
351
|
-
}
|
|
352
|
-
.sa-datatables .dataTables_info {
|
|
353
|
-
color: var(--text-gray, #a0a0a0);
|
|
354
|
-
float: left;
|
|
355
|
-
margin-left: 20px;
|
|
356
|
-
margin-top: 15px;
|
|
357
|
-
}
|
|
358
|
-
.sa-datatables table {
|
|
359
|
-
border-spacing: 0;
|
|
360
|
-
border-bottom: 1px solid #ddd;
|
|
361
|
-
overflow: auto;
|
|
362
|
-
}
|
|
363
|
-
.sa-datatables table.dataTable > thead > tr > th {
|
|
364
|
-
border: 1px solid var(--border-color, #d4d4d4);
|
|
365
|
-
border-left: none;
|
|
366
|
-
border-bottom: none;
|
|
367
|
-
padding: 13px 20px;
|
|
368
|
-
position: relative;
|
|
369
|
-
vertical-align: top;
|
|
370
|
-
pointer-events: none;
|
|
371
|
-
}
|
|
372
|
-
.sa-datatables table.dataTable > thead > tr > th:first-child {
|
|
373
|
-
border-right: none;
|
|
374
|
-
border-left: 1px solid var(--border-color, #d4d4d4);
|
|
375
|
-
}
|
|
376
|
-
.sa-datatables table.dataTable > thead > tr > th, .sa-datatables table.dataTable > tbody > tr > td {
|
|
377
|
-
min-width: 208px;
|
|
378
|
-
}
|
|
379
|
-
.sa-datatables table.dataTable > thead > tr > th:first-child, .sa-datatables table.dataTable > tbody > tr > td:first-child {
|
|
380
|
-
min-width: auto;
|
|
381
|
-
border-left: 1px solid #ddd;
|
|
382
|
-
border-right: none;
|
|
383
|
-
}
|
|
384
|
-
.sa-datatables table.dataTable > tbody > tr > td {
|
|
385
|
-
padding: 20px;
|
|
386
|
-
border-top: 1px solid #ddd;
|
|
387
|
-
border-right: 1px solid #ddd;
|
|
388
|
-
}
|
|
389
|
-
.sa-datatables .dataTables_scrollHead table {
|
|
390
|
-
border-bottom: none;
|
|
391
|
-
}
|
|
392
|
-
.sa-datatables .dataTables_scrollBody::-webkit-scrollbar {
|
|
393
|
-
height: 10px;
|
|
394
|
-
width: 6px;
|
|
395
|
-
background-color: var(--scroll-color, #e2e2e2);
|
|
396
|
-
}
|
|
397
|
-
.sa-datatables .dataTables_scrollBody::-webkit-scrollbar-thumb {
|
|
398
|
-
background: var(--main-color, #1ab394);
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
/*# sourceMappingURL=survey.analytics.datatables.css.map*/
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"survey.analytics.datatables.css","mappings":";;;;;;;;AAwDA;EACE,sCC5Be;ED6Bf,uEC/BY;ACxBd;AFyDE;EACE;EACA;EACA;AEvDJ;AF0DE;EACE;EArDF;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AEFF;AFIE;EACE;EACA,0CExBW;EFyBX;AEFJ;AFIE;EACE;AEFJ;AFqCE;EA9BA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AEJF;AFME;EACE,wCCnDS;EDoDT;AEJJ;;AF4BA;EACE,iDClEmB;ACyCrB;;AF4BA;EACE;EACA;EACA;EACA;AEzBF;;AF4BA;EACE;AEzBF;AF0BE;EACE;EACA;EACA;EACA;EACA;AExBJ;AF2BE;EACE;EACA;EACA;AEzBJ;AF4BE;EACE;AE1BJ;;AF8BA;EACE;EACA;EACA,sCClFe;EDmFf;EACA;EACA;EACA;EACA;EACA;EACA;AE3BF;;AF8BA;EACE;EACA;EACA;AE3BF;;AF8BA;EACE;AE3BF;;AF8BA;EACE,uCE9HU;EF+HV,gCE/HU;AAoGZ;AF4BE;EACE,2CEhIQ;EFiIR,sCC7HiB;ACmGrB;;AF8BA;EACE,wCC7IW;ED8IX,iCC9IW;ACmHb;AF4BE;EACE,4CChJS;EDiJT,sCCtIiB;AC4GrB;;AF8BA;EACE;EACA;EACA;EACA;AE3BF;AF4BE;EACE,gDCnIQ;ACyGZ;AF6BI;EACE,qCCtIY;AC2GlB;AF8BE;EACE;EACA;AE5BJ;;AFgCA;EACE;EACA;AE7BF;AF8BE;EACE;EACA;EACA;AE5BJ;AF8BE;EACE;EACA;EACA;AE5BJ;AF8BE;EACE;EACA;AE5BJ;AF6BI;EACE,gCCzLO;AC8Jb;AF6BI;EACE,gCC5LO;ACiKb;;AFgCA;;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AE7BF;;AFgCA;EACE;AE7BF;;AFgCA;EACE;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;AE9BF;AF+BE;EACE;AE7BJ;;AFkCA;EACE;EACA;AE/BF;;AFkCA;EACE;AE/BF;;AFkCA;EACE;AE/BF;;AFkCA;EACE;AE/BF;;AFkCA;EACE,iDCzOmB;AC0MrB;;AFkCA;EACE,iDC7OmB;AC8MrB;;AFkCA;EACE;AE/BF;;AFkCA;EACE;EACA;AE/BF;;AFkCA;EACE;EACA;EACA;AE/BF;;AFkCA;EACE;AE/BF;;AFkCA;EACE;EACA;AE/BF;AFgCE;EACE;EACA;EACA,gCCpRS;ACsPb;;AFiCA;EACE;EACA;EACA,iCC1RW;AC4Pb;;AFgCA;EACE;AE7BF;;AAlPA;EACE;EACA,2CDLmB;AC0PrB;;AAlPA;EACE;EACA;AAqPF;;AAlPA;EACE;AAqPF;;AAlPA;EACE,iDDlBmB;ACuQrB;;AAlPA;EACE,iDDtBmB;AC2QrB;;AAhPE;EACE;EACA;EACA;AAmPJ;AAhPE;EACE,iDDlCiB;ECmCjB;EACA;AAkPJ;AA/OE;EACE;EACA;EACA;AAiPJ;AAhPI;EACE;AAkPN;AA/OI;EACE,gCArDM;EAsDN;AAiPN;AA7OE;EACE,gCA3DQ;EA4DR;EACA;EACA;AA+OJ;AA7OI;EACE;AA+ON;AA3OE;EF1EA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EEmEE;EACA;AAsPJ;AAnPE;EFhFA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EEyEE;EACA;AA8PJ;AA3PE;EACE;EACA;AA6PJ;AA1PE;EACE,gCAvFQ;EAwFR;EACA;EACA;AA4PJ;AAzPE;EACE;EACA;EACA;AA2PJ;AAvPI;EACE;EACA;EACA;EACA;EACA;EACA;EACA;AAyPN;AAvPM;EACE;EACA;AAyPR;AArPI;EAEE;AAsPN;AAnPI;EAEE;EACA;EACA;AAoPN;AAjPI;EACE;EACA;EACA;AAmPN;AA/OE;EACE;AAiPJ;AA9OE;EACE;EACA;EACA,8CA1IW;AA0Xf;AA7OE;EACE,sCDvJS;ACsYb","sources":["webpack://[pc-name]/./src/tables/table.scss","webpack://[pc-name]/./src/_globals.scss","webpack://[pc-name]/./src/tables/datatables.scss"],"sourcesContent":["@mixin arrow() {\n display: inline-block;\n background: transparent;\n background-image: url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a0a0a0;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A\");\n background-repeat: no-repeat, repeat;\n background-size: 9px 100%;\n height: 10px;\n width: 10px;\n white-space: nowrap;\n overflow: hidden;\n text-indent: -9999px;\n}\n\n@mixin dropdown() {\n appearance: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n background: transparent;\n background-image: url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A\");\n background-repeat: no-repeat, repeat;\n background-position: right 0.7em top 50%, 0 0;\n background-size: 0.57em 100%;\n height: 34px;\n border-radius: 2px;\n border: solid 1px $border-color;\n box-sizing: border-box;\n font-family: inherit;\n font-size: inherit;\n padding: 0.25em 2em 0.25em 0.87em;\n\n &:focus {\n background-image: url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E \");\n border-color: $border-color;\n outline: none;\n }\n &::-ms-expand {\n display: none;\n }\n}\n\n@mixin input() {\n height: 34px;\n border: none;\n border-bottom: 0.06em solid $border-color;\n box-sizing: border-box;\n font-family: inherit;\n font-size: inherit;\n padding: 0.25em 1.5em 0.25em 0.87em;\n background: transparent;\n\n &:focus {\n border-color: $main-color;\n outline: none;\n }\n}\n\n.sa-table {\n font-size: $root-font-size;\n font-family: $font-family;\n\n button {\n cursor: pointer;\n background-color: inherit;\n outline: none;\n }\n\n select {\n line-height: initial;\n @include dropdown();\n }\n\n input {\n @include input();\n }\n}\n\n.sa-table__detail-row.sa-table__detail-row.sa-table__detail-row.sa-table__detail-row {\n background-color: $detail-color;\n}\n\n.sa-table__detail-table.sa-table__detail-table {\n width: 100%;\n border-collapse: collapse;\n border-right: 1px solid $border-color;\n border-bottom: none;\n}\n\n.sa-table__detail {\n border-top: 1px solid $border-color;\n td {\n box-sizing: border-box;\n padding: 20px;\n border-left: none;\n border-right: none;\n white-space: initial;\n }\n\n td:first-child {\n width: 267px;\n border-left: none;\n font-weight: bold;\n }\n\n td:nth-child(2) {\n width: 208px;\n }\n}\n\n.sa-table__btn {\n height: 34px;\n width: 154px;\n font-size: $root-font-size;\n font-weight: bold;\n background-color: transparent;\n box-sizing: border-box;\n border: solid 2px;\n border-radius: 17px;\n padding: 0;\n outline: none;\n}\n\na.sa-table__btn {\n display: inline-block;\n text-align: center;\n padding-top: 5px;\n}\n\n.sa-table__btn--small {\n width: 99px;\n}\n\n.sa-table__btn--gray {\n border-color: $text-gray;\n color: $text-gray;\n &:hover {\n background-color: $dark-gray;\n color: $text-color-inverse;\n }\n}\n\n.sa-table__btn--green {\n border-color: $main-color;\n color: $main-color;\n &:hover {\n background-color: $main-color;\n color: $text-color-inverse;\n }\n}\n\n.sa-table__svg-button {\n width: 15px;\n height: 15px;\n padding: 0;\n border: none;\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-table__action-container {\n margin-bottom: 10px;\n white-space: normal;\n .sa-table__svg-button {\n float: right;\n margin: 0 0 13px 13px;\n pointer-events: all;\n }\n &:after {\n content: \"\";\n display: table;\n clear: both;\n }\n .sa-table__drag-button {\n float: left;\n cursor: move;\n use {\n fill: $main-color;\n }\n &:hover use {\n fill: $main-color;\n }\n }\n}\n\n.sa-table__global-filter.sa-table__global-filter,\n.sa-table__filter.sa-table__filter {\n background: transparent;\n background-image: url(\"data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%239F9E9E;} %3C/style%3E%3Cpath class='st0' d='M13.56,11.44L11.3,9.18C11.74,8.38,12,7.47,12,6.5C12,3.47,9.53,1,6.5,1S1,3.47,1,6.5C1,9.53,3.47,12,6.5,12 c0.97,0,1.88-0.26,2.68-0.7l2.26,2.26c0.29,0.29,0.66,0.43,1.04,0.44c0.39,0.01,0.78-0.14,1.08-0.44c0.3-0.3,0.44-0.69,0.44-1.08 C13.99,12.1,13.85,11.72,13.56,11.44z M4,6.5C4,5.12,5.12,4,6.5,4S9,5.12,9,6.5S7.88,9,6.5,9S4,7.88,4,6.5z'/%3E%3C/svg%3E\");\n background-repeat: no-repeat, repeat;\n background-position: left 0.7em top 50%, 0 0;\n background-size: 1em 100%;\n padding-left: 35px;\n border: solid 1px $border-color;\n pointer-events: all;\n}\n\n.sa-table__filter.sa-table__filter {\n width: 100%;\n}\n\n.sa-table__show-column.sa-table__show-column {\n background: transparent;\n background-image: url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:rgba(159, 159, 159, 0.5);%7D .st1%7Bfill:rgba(159, 159, 159, 0.5);%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st1' d='M8,2.03C3.63,2.03,0,8,0,8s3.63,6.03,8,6.03s8-6,8-6S12.37,2.03,8,2.03z M8,12c-2.58,0-5.13-2.81-6-4 c1.07-1.47,3.61-4,6-4c2.58,0,5.13,2.81,6,4C12.93,9.47,10.39,12,8,12z'/%3E%3Ccircle class='st1' cx='8' cy='8' r='3'/%3E%3C/g%3E%3C/svg%3E\"),\n url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E%0A\");\n background-repeat: no-repeat, no-repeat;\n background-position: left 0.7em top 50%, right 0.7em top 50%;\n background-size: 1em 100%, 0.57em 100%;\n padding-left: 35px;\n border: solid 1px $border-color;\n pointer-events: all;\n margin-left: 20px;\n &:focus {\n background-image: url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:rgba(159, 159, 159, 0.5);%7D .st1%7Bfill:rgba(159, 159, 159, 0.5);%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st1' d='M8,2.03C3.63,2.03,0,8,0,8s3.63,6.03,8,6.03s8-6,8-6S12.37,2.03,8,2.03z M8,12c-2.58,0-5.13-2.81-6-4 c1.07-1.47,3.61-4,6-4c2.58,0,5.13,2.81,6,4C12.93,9.47,10.39,12,8,12z'/%3E%3Ccircle class='st1' cx='8' cy='8' r='3'/%3E%3C/g%3E%3C/svg%3E\"),\n url(\"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231AB394;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2,2 0,4 5,9 10,4 8,2 5,5 '/%3E%3C/svg%3E \") !important;\n }\n}\n\n.sa-table__entries {\n float: right;\n white-space: nowrap;\n}\n\n.sa-table__entries-label {\n font-weight: bold;\n}\n\n.sa-table__entries-label--right {\n margin-right: 5px;\n}\n\n.sa-table__entries-label--left {\n margin-left: 5px;\n}\n\n.sa-table__detail-row {\n background-color: $detail-color;\n}\n\n.sa-table__detail-table {\n background-color: $detail-color;\n}\n\n.sa-table input.sa-table__row-extension {\n height: auto;\n}\n\n.sa-table__row-extension + .sa-table__row-extension {\n margin-left: 10px;\n vertical-align: middle;\n}\n\n.sa-table__header-extensions {\n float: left;\n margin-left: 10px;\n width: calc(100% - 540px);\n}\n\n.sa-table__header-extension + .sa-table__header-extension {\n margin-left: 10px;\n}\n\n.sa-commercial {\n font-size: 12px;\n padding: 1em 0 0.5em 2em;\n svg {\n width: 20px;\n height: 20px;\n fill: $main-color;\n }\n}\n.sa-commercial__text {\n font-weight: bold;\n text-decoration: none;\n color: $main-color;\n}\n.sa-commercial__product {\n padding-left: 0.5em;\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);","@import \"../globals\";\n\n$background-color: $text-color-inverse;\n$background-gray: $background-color;\n$detail-color: $background-color;\n\n$text-gray: var(--text-gray, #a0a0a0);\n$dark-gray: var(--dark-gray, #9b9b9b);\n$border-color: var(--border-color, #d4d4d4);\n$scroll-color: var(--scroll-color, #e2e2e2);\n\n\n@import \"./table.scss\";\n\n.sa-datatables__table {\n width: 100%;\n background: $text-color-inverse;\n}\n\n.sa-datatables__details-container.sa-datatables__details-container.sa-datatables__details-container {\n padding: 0;\n border: none;\n}\n\n.sa-table__header-extensions {\n width: calc(100% - 590px);\n}\n\n.sa-table__svg-button svg {\n background-color: $background-color;\n}\n\n.sa-table__detail-row .sa-table__svg-button svg {\n background-color: $detail-color;\n}\n\n//redifine datatables' styles\n.sa-datatables {\n .dt-buttons {\n margin-left: 20px;\n float: left;\n margin-bottom: 10px;\n }\n\n .dataTables_wrapper {\n background-color: $background-gray;\n padding-top: 30px;\n padding-bottom: 50px;\n }\n\n .dataTables_paginate {\n float: right;\n margin-right: 20px;\n padding-top: 10px;\n &:last-child {\n margin-top: 15px;\n }\n\n .ellipsis {\n color: $text-gray;\n margin-right: 15px;\n }\n }\n\n .paginate_button {\n color: $text-gray;\n margin-right: 15px;\n cursor: pointer;\n outline: none;\n\n &:last-child {\n margin-right: 0;\n }\n }\n\n .paginate_button.previous {\n @include arrow();\n transform: rotate(90deg);\n margin-right: 20px;\n }\n\n .paginate_button.next {\n @include arrow();\n transform: rotate(270deg);\n margin-left: 20px;\n }\n\n .paginate_button.current {\n font-weight: bold;\n border-bottom: 1px solid $text-gray;\n }\n\n .dataTables_info {\n color: $text-gray;\n float: left;\n margin-left: 20px;\n margin-top: 15px;\n }\n\n table {\n border-spacing: 0;\n border-bottom: 1px solid #ddd;\n overflow: auto;\n }\n\n table.dataTable {\n & > thead > tr > th {\n border: 1px solid $border-color;\n border-left: none;\n border-bottom: none;\n padding: 13px 20px;\n position: relative;\n vertical-align: top;\n pointer-events: none;\n\n &:first-child {\n border-right: none;\n border-left: 1px solid $border-color;\n }\n }\n\n & > thead > tr > th,\n & > tbody > tr > td {\n min-width: 208px;\n }\n\n & > thead > tr > th:first-child,\n & > tbody > tr > td:first-child {\n min-width: auto;\n border-left: 1px solid #ddd;\n border-right: none;\n }\n\n & > tbody > tr > td {\n padding: 20px;\n border-top: 1px solid #ddd;\n border-right: 1px solid #ddd;\n }\n }\n\n .dataTables_scrollHead table {\n border-bottom: none;\n }\n\n .dataTables_scrollBody::-webkit-scrollbar {\n height: 10px;\n width: 6px;\n background-color: $scroll-color;\n }\n\n .dataTables_scrollBody::-webkit-scrollbar-thumb {\n background: $main-color;\n }\n}\n"],"names":[],"sourceRoot":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './survey-analytics-datatables.types/entries/datatables';
|