@syncfusion/ej2-angular-pivotview 20.2.36-ngcc → 20.2.36

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 (210) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +8 -0
  3. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
  4. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
  5. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
  6. package/esm2020/src/pivotview/pivotview-all.module.mjs +62 -0
  7. package/esm2020/src/pivotview/pivotview.component.mjs +150 -0
  8. package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
  9. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
  10. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +337 -0
  11. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  12. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +337 -0
  13. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  14. package/package.json +27 -13
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
  17. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
  18. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
  19. package/src/pivotview/pivotview-all.module.d.ts +6 -0
  20. package/src/pivotview/pivotview.component.d.ts +3 -0
  21. package/src/pivotview/pivotview.module.d.ts +6 -0
  22. package/styles/bootstrap-dark.css +13 -29
  23. package/styles/bootstrap.css +13 -29
  24. package/styles/bootstrap4.css +13 -29
  25. package/styles/bootstrap5-dark.css +17 -67
  26. package/styles/bootstrap5.css +17 -67
  27. package/styles/fabric-dark.css +13 -29
  28. package/styles/fabric.css +13 -29
  29. package/styles/fluent-dark.css +15 -33
  30. package/styles/fluent.css +15 -33
  31. package/styles/highcontrast-light.css +13 -29
  32. package/styles/highcontrast.css +13 -29
  33. package/styles/material-dark.css +13 -29
  34. package/styles/material.css +13 -29
  35. package/styles/pivotfieldlist/_all.scss +2 -0
  36. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +232 -0
  37. package/styles/pivotfieldlist/_bootstrap-definition.scss +185 -0
  38. package/styles/pivotfieldlist/_bootstrap4-definition.scss +185 -0
  39. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
  40. package/styles/pivotfieldlist/_bootstrap5-definition.scss +189 -0
  41. package/styles/pivotfieldlist/_fabric-dark-definition.scss +192 -0
  42. package/styles/pivotfieldlist/_fabric-definition.scss +185 -0
  43. package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
  44. package/styles/pivotfieldlist/_fluent-definition.scss +190 -0
  45. package/styles/pivotfieldlist/_fusionnew-definition.scss +189 -0
  46. package/styles/pivotfieldlist/_highcontrast-definition.scss +186 -0
  47. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +186 -0
  48. package/styles/pivotfieldlist/_layout.scss +1855 -0
  49. package/styles/pivotfieldlist/_material-dark-definition.scss +186 -0
  50. package/styles/pivotfieldlist/_material-definition.scss +186 -0
  51. package/styles/pivotfieldlist/_material3-definition.scss +188 -0
  52. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
  53. package/styles/pivotfieldlist/_tailwind-definition.scss +189 -0
  54. package/styles/pivotfieldlist/_theme.scss +1855 -0
  55. package/styles/pivotfieldlist/bootstrap-dark.css +6 -17
  56. package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
  57. package/styles/pivotfieldlist/bootstrap.css +6 -17
  58. package/styles/pivotfieldlist/bootstrap.scss +4 -1
  59. package/styles/pivotfieldlist/bootstrap4.css +6 -17
  60. package/styles/pivotfieldlist/bootstrap4.scss +4 -1
  61. package/styles/pivotfieldlist/bootstrap5-dark.css +6 -17
  62. package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
  63. package/styles/pivotfieldlist/bootstrap5.css +6 -17
  64. package/styles/pivotfieldlist/bootstrap5.scss +4 -1
  65. package/styles/pivotfieldlist/fabric-dark.css +6 -17
  66. package/styles/pivotfieldlist/fabric-dark.scss +4 -1
  67. package/styles/pivotfieldlist/fabric.css +6 -17
  68. package/styles/pivotfieldlist/fabric.scss +4 -1
  69. package/styles/pivotfieldlist/fluent-dark.css +6 -17
  70. package/styles/pivotfieldlist/fluent-dark.scss +4 -1
  71. package/styles/pivotfieldlist/fluent.css +6 -17
  72. package/styles/pivotfieldlist/fluent.scss +4 -1
  73. package/styles/pivotfieldlist/highcontrast-light.css +6 -17
  74. package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
  75. package/styles/pivotfieldlist/highcontrast.css +6 -17
  76. package/styles/pivotfieldlist/highcontrast.scss +4 -1
  77. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +358 -0
  78. package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
  79. package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
  80. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
  81. package/styles/pivotfieldlist/icons/_bootstrap5.scss +357 -0
  82. package/styles/pivotfieldlist/icons/_fabric-dark.scss +358 -0
  83. package/styles/pivotfieldlist/icons/_fabric.scss +358 -0
  84. package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
  85. package/styles/pivotfieldlist/icons/_fluent.scss +357 -0
  86. package/styles/pivotfieldlist/icons/_fusionnew.scss +352 -0
  87. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +357 -0
  88. package/styles/pivotfieldlist/icons/_highcontrast.scss +357 -0
  89. package/styles/pivotfieldlist/icons/_material-dark.scss +358 -0
  90. package/styles/pivotfieldlist/icons/_material.scss +357 -0
  91. package/styles/pivotfieldlist/icons/_material3.scss +352 -0
  92. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +356 -0
  93. package/styles/pivotfieldlist/icons/_tailwind.scss +356 -0
  94. package/styles/pivotfieldlist/material-dark.css +6 -17
  95. package/styles/pivotfieldlist/material-dark.scss +4 -1
  96. package/styles/pivotfieldlist/material.css +6 -17
  97. package/styles/pivotfieldlist/material.scss +4 -1
  98. package/styles/pivotfieldlist/tailwind-dark.css +8 -19
  99. package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
  100. package/styles/pivotfieldlist/tailwind.css +8 -19
  101. package/styles/pivotfieldlist/tailwind.scss +4 -1
  102. package/styles/pivotview/_all.scss +2 -0
  103. package/styles/pivotview/_bootstrap-dark-definition.scss +130 -0
  104. package/styles/pivotview/_bootstrap-definition.scss +127 -0
  105. package/styles/pivotview/_bootstrap4-definition.scss +127 -0
  106. package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
  107. package/styles/pivotview/_bootstrap5-definition.scss +130 -0
  108. package/styles/pivotview/_fabric-dark-definition.scss +129 -0
  109. package/styles/pivotview/_fabric-definition.scss +126 -0
  110. package/styles/pivotview/_fluent-dark-definition.scss +1 -0
  111. package/styles/pivotview/_fluent-definition.scss +130 -0
  112. package/styles/pivotview/_fusionnew-definition.scss +130 -0
  113. package/styles/pivotview/_highcontrast-definition.scss +125 -0
  114. package/styles/pivotview/_highcontrast-light-definition.scss +126 -0
  115. package/styles/pivotview/_layout.scss +1073 -0
  116. package/styles/pivotview/_material-dark-definition.scss +131 -0
  117. package/styles/pivotview/_material-definition.scss +128 -0
  118. package/styles/pivotview/_material3-definition.scss +130 -0
  119. package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
  120. package/styles/pivotview/_tailwind-definition.scss +129 -0
  121. package/styles/pivotview/_theme.scss +1556 -0
  122. package/styles/pivotview/bootstrap-dark.css +7 -12
  123. package/styles/pivotview/bootstrap-dark.scss +5 -1
  124. package/styles/pivotview/bootstrap.css +7 -12
  125. package/styles/pivotview/bootstrap.scss +5 -1
  126. package/styles/pivotview/bootstrap4.css +7 -12
  127. package/styles/pivotview/bootstrap4.scss +5 -1
  128. package/styles/pivotview/bootstrap5-dark.css +11 -50
  129. package/styles/pivotview/bootstrap5-dark.scss +4 -1
  130. package/styles/pivotview/bootstrap5.css +11 -50
  131. package/styles/pivotview/bootstrap5.scss +5 -1
  132. package/styles/pivotview/fabric-dark.css +7 -12
  133. package/styles/pivotview/fabric-dark.scss +5 -1
  134. package/styles/pivotview/fabric.css +7 -12
  135. package/styles/pivotview/fabric.scss +5 -1
  136. package/styles/pivotview/fluent-dark.css +9 -16
  137. package/styles/pivotview/fluent-dark.scss +4 -1
  138. package/styles/pivotview/fluent.css +9 -16
  139. package/styles/pivotview/fluent.scss +5 -1
  140. package/styles/pivotview/highcontrast-light.css +7 -12
  141. package/styles/pivotview/highcontrast-light.scss +5 -1
  142. package/styles/pivotview/highcontrast.css +7 -12
  143. package/styles/pivotview/highcontrast.scss +5 -1
  144. package/styles/pivotview/icons/_bootstrap-dark.scss +184 -0
  145. package/styles/pivotview/icons/_bootstrap.scss +184 -0
  146. package/styles/pivotview/icons/_bootstrap4.scss +184 -0
  147. package/styles/pivotview/icons/_bootstrap5-dark.scss +1 -0
  148. package/styles/pivotview/icons/_bootstrap5.scss +183 -0
  149. package/styles/pivotview/icons/_fabric-dark.scss +184 -0
  150. package/styles/pivotview/icons/_fabric.scss +184 -0
  151. package/styles/pivotview/icons/_fluent-dark.scss +1 -0
  152. package/styles/pivotview/icons/_fluent.scss +183 -0
  153. package/styles/pivotview/icons/_fusionnew.scss +183 -0
  154. package/styles/pivotview/icons/_highcontrast-light.scss +183 -0
  155. package/styles/pivotview/icons/_highcontrast.scss +183 -0
  156. package/styles/pivotview/icons/_material-dark.scss +184 -0
  157. package/styles/pivotview/icons/_material.scss +184 -0
  158. package/styles/pivotview/icons/_material3.scss +183 -0
  159. package/styles/pivotview/icons/_tailwind-dark.scss +183 -0
  160. package/styles/pivotview/icons/_tailwind.scss +183 -0
  161. package/styles/pivotview/material-dark.css +7 -12
  162. package/styles/pivotview/material-dark.scss +5 -1
  163. package/styles/pivotview/material.css +7 -12
  164. package/styles/pivotview/material.scss +5 -1
  165. package/styles/pivotview/tailwind-dark.css +11 -18
  166. package/styles/pivotview/tailwind-dark.scss +4 -1
  167. package/styles/pivotview/tailwind.css +11 -18
  168. package/styles/pivotview/tailwind.scss +5 -1
  169. package/styles/tailwind-dark.css +19 -37
  170. package/styles/tailwind.css +19 -37
  171. package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
  172. package/@syncfusion/ej2-angular-pivotview.es5.js +0 -425
  173. package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
  174. package/@syncfusion/ej2-angular-pivotview.js +0 -395
  175. package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
  176. package/CHANGELOG.md +0 -665
  177. package/dist/ej2-angular-pivotview.umd.js +0 -662
  178. package/dist/ej2-angular-pivotview.umd.js.map +0 -1
  179. package/dist/ej2-angular-pivotview.umd.min.js +0 -11
  180. package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
  181. package/ej2-angular-pivotview.d.ts +0 -6
  182. package/ej2-angular-pivotview.metadata.json +0 -1
  183. package/postinstall/tagchange.js +0 -18
  184. package/schematics/collection.json +0 -20
  185. package/schematics/generators/pivotview-default/index.d.ts +0 -3
  186. package/schematics/generators/pivotview-default/index.js +0 -8
  187. package/schematics/generators/pivotview-default/sample-details.d.ts +0 -5
  188. package/schematics/generators/pivotview-default/sample-details.js +0 -7
  189. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  190. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  191. package/schematics/generators/pivotview-default/schema.d.ts +0 -3
  192. package/schematics/generators/pivotview-default/schema.js +0 -2
  193. package/schematics/generators/pivotview-default/schema.json +0 -125
  194. package/schematics/generators/pivotview-fieldlist/index.d.ts +0 -3
  195. package/schematics/generators/pivotview-fieldlist/index.js +0 -8
  196. package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +0 -5
  197. package/schematics/generators/pivotview-fieldlist/sample-details.js +0 -7
  198. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  199. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  200. package/schematics/generators/pivotview-fieldlist/schema.d.ts +0 -3
  201. package/schematics/generators/pivotview-fieldlist/schema.js +0 -2
  202. package/schematics/generators/pivotview-fieldlist/schema.json +0 -125
  203. package/schematics/ng-add/index.d.ts +0 -3
  204. package/schematics/ng-add/index.js +0 -9
  205. package/schematics/ng-add/schema.d.ts +0 -13
  206. package/schematics/ng-add/schema.js +0 -2
  207. package/schematics/ng-add/schema.json +0 -34
  208. package/schematics/tsconfig.json +0 -25
  209. package/schematics/utils/lib-details.d.ts +0 -4
  210. package/schematics/utils/lib-details.js +0 -6
@@ -0,0 +1,1855 @@
1
+ @include export-module('field-list-theme') {
2
+
3
+ /*! field-list theme */
4
+
5
+ .e-pivotfieldlist {
6
+
7
+ .e-member-editor-dialog,
8
+ .e-olap-editor-dialog {
9
+ visibility: hidden;
10
+ }
11
+
12
+ .e-select-table {
13
+ background-color: $field-list-toggle-bg-color;
14
+ border: .5px $field-list-border-type $field-list-toggle-border-color;
15
+ box-shadow: $field-list-toggle-shadow-color;
16
+ color: $field-list-toggle-font-color;
17
+ font-size: $field-list-toggle-icon-size;
18
+ height: $field-list-toggle-size;
19
+ max-height: $field-list-toggle-size;
20
+ max-width: $field-list-toggle-size;
21
+ min-height: $field-list-toggle-size;
22
+ min-width: $field-list-toggle-size;
23
+ padding: $field-list-toggle-padding-size;
24
+ position: relative;
25
+ width: $field-list-toggle-size;
26
+ z-index: 1000;
27
+
28
+ &.e-fieldlist-left {
29
+ box-shadow: $field-list-toggle-left-shadow-color;
30
+ }
31
+
32
+ &:focus,
33
+ &:active {
34
+ background-color: $field-list-toggle-hover-color;
35
+ }
36
+
37
+ &:hover {
38
+ background-color: $field-list-toggle-hover-color;
39
+ }
40
+ }
41
+ }
42
+
43
+ // sass-lint:disable-all
44
+ #{if(&, "&", "*")}.e-rtl {
45
+
46
+ .e-select-table {
47
+ padding: 8px 5px;
48
+ }
49
+ }
50
+
51
+ .e-bigger .e-pivotfieldlist,
52
+ .e-bigger.e-pivotfieldlist {
53
+ .e-select-table {
54
+ font-size: $field-list-toggle-icon-bigger-size;
55
+ height: $field-list-toggle-bigger-size;
56
+ max-height: $field-list-toggle-bigger-size;
57
+ max-width: $field-list-toggle-bigger-size;
58
+ min-height: $field-list-toggle-bigger-size;
59
+ min-width: $field-list-toggle-bigger-size;
60
+ }
61
+
62
+ .e-member-editor-dialog,
63
+ .e-olap-editor-dialog {
64
+ max-height: 400px !important;
65
+ min-width: 370px !important;
66
+
67
+ .e-member-editor-container-outer-div {
68
+ min-height: 113px !important;
69
+
70
+ .e-list-parent .e-ul {
71
+ height: auto;
72
+ }
73
+ }
74
+ }
75
+ }
76
+
77
+ .e-pivotfieldlist-container {
78
+ font-family: $field-list-font-family;
79
+ font-size: $field-list-content-font-size;
80
+ max-width: 700px;
81
+ min-width: 300px;
82
+
83
+ .e-layout-footer {
84
+ display: flex;
85
+ padding: 10px 2px 2px;
86
+
87
+ .e-button-layout {
88
+ flex: auto;
89
+ text-align: end;
90
+
91
+ .e-defer-apply-button {
92
+ margin-right: 10px;
93
+ }
94
+
95
+ .e-cancel-btn,
96
+ .e-defer-apply-button {
97
+ min-width: fit-content;
98
+ }
99
+ }
100
+
101
+ .e-cancel-btn,
102
+ .e-defer-apply-button,
103
+ .e-checkbox-layout {
104
+ max-width: 25%;
105
+ overflow: hidden;
106
+ text-overflow: ellipsis;
107
+ white-space: nowrap;
108
+ }
109
+
110
+ .e-checkbox-layout .e-label {
111
+ padding-right: 10px;
112
+ }
113
+
114
+ .e-checkbox-layout {
115
+ max-width: 45%;
116
+ }
117
+
118
+ }
119
+
120
+ // sass-lint:disable-all
121
+ .e-checkbox-layout {
122
+ float: left;
123
+ margin-top: 6px;
124
+
125
+ @if ($skin-name == 'tailwind') or ($skin-name == 'FluentUI') {
126
+ margin-left: 0 !important;
127
+ margin-right: 0 !important;
128
+ }
129
+ }
130
+
131
+ &.e-rtl {
132
+ .e-layout-footer {
133
+ .e-defer-apply-button {
134
+ margin-left: 10px;
135
+ }
136
+ }
137
+
138
+ .e-checkbox-layout {
139
+ float: right;
140
+ }
141
+ }
142
+
143
+ &.e-dialog {
144
+ max-height: 550px !important;
145
+
146
+ .e-layout-footer {
147
+ padding: 0;
148
+ }
149
+
150
+ .e-checkbox-layout {
151
+ margin-left: 10px;
152
+ }
153
+
154
+ .e-button-layout {
155
+ margin-right: 10px;
156
+ }
157
+ }
158
+
159
+ // sass-lint:enable-all
160
+
161
+ .e-dlg-header-content,
162
+ .e-footer-content {
163
+ border: 0;
164
+ }
165
+
166
+ .e-dlg-header-content {
167
+ @if ($skin-name == 'bootstrap5') {
168
+ border-bottom: 1px solid $field-list-border;
169
+ }
170
+ }
171
+
172
+ .e-footer-content {
173
+ @if ($skin-name == 'bootstrap5') {
174
+ border-top: 1px solid $field-list-border;
175
+ }
176
+
177
+ }
178
+
179
+ .e-field-list-title {
180
+ display: flex;
181
+ font-size: $field-list-title-font-size;
182
+ min-height: 25px;
183
+ padding: 0 2px $field-list-title-padding-size;
184
+ width: 100%;
185
+
186
+ .e-title-content {
187
+ flex: auto;
188
+ }
189
+ }
190
+
191
+ .e-title-header {
192
+ display: flex;
193
+ padding: 2px;
194
+ width: 100%;
195
+
196
+ .e-title-content {
197
+ flex: auto;
198
+ }
199
+ }
200
+
201
+ .e-field-list-container {
202
+ display: flex;
203
+ height: 342px;
204
+ padding: 1px;
205
+ position: relative;
206
+
207
+ .e-field-table {
208
+ border: $field-list-border-size $field-list-border-type $field-list-default-border-color;
209
+ border-radius: $field-list-default-border-radius;
210
+ display: inline-block;
211
+ overflow: hidden;
212
+ width: 30%;
213
+
214
+ .e-field-list-tree {
215
+ .e-sibling {
216
+ display: none;
217
+ }
218
+ }
219
+
220
+ .e-field-header,
221
+ .e-field-list {
222
+ width: 100%;
223
+ }
224
+
225
+ .e-field-header {
226
+ background-color: $field-list-header-background-color;
227
+ color: $field-list-default-header-font-color;
228
+ font-size: $field-list-header-font-size;
229
+ font-weight: normal;
230
+ height: $field-list-header-height;
231
+ overflow: hidden;
232
+ padding: $field-list-tree-header-padding 0 0 $field-list-header-padding;
233
+ text-align: left;
234
+ text-overflow: ellipsis;
235
+ word-break: break-all;
236
+ @if ($field-list-skin == 'tailwind') {
237
+ text-transform: uppercase;
238
+ }
239
+
240
+ @if ($field-list-skin == 'bootstrap4') {
241
+ padding-left: 12px;
242
+ }
243
+
244
+ @if ($skin-name == 'FluentUI') {
245
+ font-weight: 600;
246
+ }
247
+ }
248
+
249
+ .e-field-header-container {
250
+ background-color: $field-list-header-background-color;
251
+ color: $field-list-default-header-font-color;
252
+ display: flex;
253
+ padding-right: $field-list-header-padding;
254
+
255
+ .e-field-header {
256
+ flex: auto;
257
+ }
258
+
259
+ .e-sort-none,
260
+ .e-sort-ascend,
261
+ .e-sort-descend {
262
+ color: $field-list-default-header-icon-font-color;
263
+ cursor: pointer;
264
+ font-size: $field-list-header-icon-size;
265
+ // sass-lint:disable-all
266
+ height: 20px !important;
267
+ // sass-lint:enable-all
268
+ padding: $field-list-tree-header-padding 0 0 $field-list-icon-to-icon-padding;
269
+ width: 20px;
270
+
271
+ &.e-selected::before {
272
+ color: $field-list-active-color;
273
+ }
274
+
275
+ &:hover {
276
+ font-weight: bold;
277
+ }
278
+
279
+ &:focus {
280
+ font-weight: bold;
281
+ }
282
+ }
283
+
284
+ // sass-lint:disable-all
285
+ @if ($skin-name == 'FluentUI') {
286
+ .e-sort-none {
287
+ padding: 0 0 $field-list-icon-to-icon-padding $field-list-tree-header-padding !important;
288
+ transform: rotate(180deg);
289
+ }
290
+ }
291
+ // sass-lint:enable-all
292
+ }
293
+
294
+ .e-field-list-tree-outer-div {
295
+ display: inline-block;
296
+ height: 310px;
297
+ overflow: auto;
298
+ width: 100%;
299
+ }
300
+
301
+ .e-field-list {
302
+ display: inline-table;
303
+ height: 100%;
304
+ padding-left: 2px;
305
+ width: 100%;
306
+
307
+ ul {
308
+ overflow: hidden;
309
+
310
+ li {
311
+ margin-left: $field-list-treeview-padding-size;
312
+
313
+ .e-fullrow {
314
+ cursor: default;
315
+ }
316
+
317
+ .e-drag {
318
+ color: $field-list-drag-icon-color;
319
+ cursor: move;
320
+ display: inline-block;
321
+ font-size: $field-list-icon-size;
322
+ height: 20px;
323
+ margin-bottom: $field-list-treeview-drag-margin;
324
+ margin-right: 6px;
325
+ pointer-events: all;
326
+ text-align: center;
327
+ vertical-align: bottom;
328
+ width: 20px;
329
+
330
+ @if ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') {
331
+ margin-right: 4px;
332
+ padding-left: 12px;
333
+ }
334
+
335
+ @if ($skin-name == 'tailwind') {
336
+ margin-bottom: 0;
337
+ vertical-align: middle;
338
+ }
339
+
340
+ &.e-disable-drag {
341
+ cursor: not-allowed;
342
+ opacity: .4;
343
+ visibility: hidden;
344
+ }
345
+ }
346
+
347
+ .e-list-icon {
348
+ color: $field-list-tree-icon-color;
349
+ margin: 0;
350
+ }
351
+
352
+ // sass-lint:disable-all
353
+ .e-calc-measure-icon,
354
+ .e-calc-dimension-icon,
355
+ .e-attributeCDB-icon,
356
+ .e-hierarchyCDB-icon,
357
+ .e-level-members,
358
+ .e-namedSetCDB-icon,
359
+ .e-measure-icon,
360
+ .e-kpiGoal-icon,
361
+ .e-kpiStatus-icon,
362
+ .e-kpiTrend-icon,
363
+ .e-kpiValue-icon {
364
+ margin-left: 10px;
365
+ }
366
+
367
+ // sass-lint:enable-all
368
+
369
+ .e-list-selected {
370
+ opacity: .5;
371
+ }
372
+
373
+ .e-selected-node {
374
+ font-weight: $field-list-treeview-font-weight;
375
+ }
376
+
377
+ .e-list-text {
378
+ font-family: $field-list-font-family;
379
+ }
380
+ }
381
+
382
+ // sass-lint:disable-all
383
+ li.e-disable {
384
+ display: none !important;
385
+ }
386
+ // sass-lint:enable-all
387
+ }
388
+
389
+ &.e-olap-field-list-tree {
390
+ ul {
391
+ li {
392
+ margin-left: 0;
393
+ margin-right: 0;
394
+ }
395
+
396
+ .e-list-icon {
397
+ font-size: $field-list-icon-size;
398
+ height: auto;
399
+ width: auto;
400
+ }
401
+ }
402
+
403
+ &.e-treeview ul:first-child {
404
+ padding-left: 10px;
405
+ padding-right: 10px;
406
+ }
407
+
408
+ &.e-rtl {
409
+ ul {
410
+ .e-list-icon {
411
+ transform: rotateX(0deg) rotateY(180deg);
412
+ }
413
+ }
414
+ }
415
+ }
416
+ }
417
+
418
+ &.e-olap-field-table {
419
+ width: 40%;
420
+ }
421
+ }
422
+
423
+ .e-axis-table {
424
+ display: flex;
425
+ overflow: hidden;
426
+ width: 70%;
427
+
428
+ .e-left-axis-fields,
429
+ .e-right-axis-fields {
430
+ padding-left: $field-list-default-padding-size;
431
+ width: 50%;
432
+ }
433
+
434
+ .e-left-axis-fields .e-field-list-filters,
435
+ .e-left-axis-fields .e-field-list-rows,
436
+ .e-right-axis-fields .e-field-list-columns,
437
+ .e-right-axis-fields .e-field-list-values {
438
+ background-color: $field-list-table-background-color;
439
+ border: $field-list-border-size $field-list-border-type $field-list-default-border-color;
440
+ border-radius: $field-list-default-border-radius;
441
+ fill: $field-list-default-fill-color;
442
+ font-weight: normal;
443
+ min-height: 165px;
444
+ position: relative;
445
+ width: 100%;
446
+
447
+ .e-axis-container {
448
+ background-color: $field-list-header-background-color;
449
+ border-bottom: $field-list-border-size $field-list-border-type $field-list-default-border-color;
450
+ color: $field-list-default-header-font-color;
451
+ display: flex;
452
+ height: $field-list-header-height;
453
+ padding: 2px $field-list-header-padding 5px;
454
+
455
+ @if ($skin-name == 'tailwind') {
456
+ padding: 5px $field-list-header-padding;
457
+ }
458
+
459
+ .e-axis-icon-container {
460
+ height: 20px;
461
+ padding-top: $field-list-header-icon-wrapper-padding;
462
+ width: 20px;
463
+
464
+ .e-axis-rows,
465
+ .e-axis-columns,
466
+ .e-axis-values,
467
+ .e-axis-filters {
468
+ color: $field-list-default-header-icon-font-color;
469
+ font-size: $field-list-header-icon-size;
470
+ }
471
+ }
472
+ }
473
+
474
+ .e-axis-header {
475
+ flex: auto;
476
+ font-size: $field-list-header-font-size;
477
+ line-height: $field-list-header-content-line-height;
478
+ margin-top: 2px;
479
+ overflow: hidden;
480
+ padding: 0 8px;
481
+ text-overflow: ellipsis;
482
+ text-transform: $field-list-text-transform;
483
+ width: 100%;
484
+
485
+ @if ($field-list-skin == 'bootstrap4') {
486
+ margin-top: 3px;
487
+ }
488
+
489
+ @if ($skin-name == 'bootstrap5') {
490
+ margin-top: 4px;
491
+ }
492
+ }
493
+
494
+ .e-axis-content {
495
+ cursor: default;
496
+ width: 100%;
497
+
498
+ &.e-drag-restrict {
499
+ cursor: no-drop;
500
+ }
501
+
502
+ .e-pvt-btn-div {
503
+
504
+ .e-drop-indicator-last,
505
+ .e-drop-indicator {
506
+ display: block;
507
+ pointer-events: none;
508
+ width: 100%;
509
+
510
+ &.e-drop-hover {
511
+ border-top: 2px dashed $field-list-drop-hover-color;
512
+ margin-top: -2px;
513
+ @if ($skin-name == 'tailwind') {
514
+ border-top: 2px solid $field-list-drop-hover-color;
515
+ }
516
+
517
+ @if ($skin-name == 'bootstrap5') {
518
+ border-top: 2px solid $field-list-drop-hover-color;
519
+ }
520
+ }
521
+ }
522
+
523
+ &.e-first-btn {
524
+ .e-drop-indicator {
525
+ &.e-drop-hover {
526
+ position: absolute;
527
+ }
528
+ }
529
+ }
530
+
531
+ .e-pivot-button {
532
+ background-color: $field-list-button-color;
533
+ border-bottom: $field-list-border-size $field-list-border-type $field-list-button-border-color;
534
+ border-left: 0;
535
+ border-radius: 0;
536
+ border-right: 0;
537
+ border-top: 0;
538
+ box-shadow: none;
539
+ cursor: default;
540
+ display: flex;
541
+ font-weight: normal;
542
+ height: $field-list-button-height;
543
+ line-height: 1em;
544
+ padding: $field-list-button-padding;
545
+ text-transform: none;
546
+ width: 100%;
547
+
548
+ @if ($field-list-skin == 'bootstrap4') {
549
+ color: $field-list-button-font-color;
550
+ }
551
+
552
+ @if ($skin-name == 'bootstrap5') {
553
+ color: $field-list-button-font-color;
554
+ }
555
+
556
+ &.e-list-selected {
557
+ color: $field-list-button-font-color;
558
+ opacity: .5;
559
+ }
560
+
561
+ &:hover {
562
+ background-color: $field-list-button-hover-color;
563
+
564
+ .e-content {
565
+ background-color: transparent;
566
+ }
567
+ }
568
+
569
+ &:focus,
570
+ &:active {
571
+ background-color: $field-list-button-focus-color;
572
+ color: $field-list-button-active-color;
573
+
574
+ .e-content {
575
+ background-color: transparent;
576
+ }
577
+
578
+ .e-sort,
579
+ .e-pv-filter,
580
+ .e-pv-filtered,
581
+ .e-dropdown-icon,
582
+ .e-edit {
583
+ color: $field-list-button-active-color;
584
+ }
585
+
586
+ .e-drag {
587
+ @if ($skin-name == 'tailwind') {
588
+ color: $field-list-button-active-color;
589
+ }
590
+ }
591
+ }
592
+
593
+
594
+ .e-content {
595
+ background-color: transparent;
596
+ flex: auto;
597
+ font-size: $field-list-button-font-size;
598
+ height: 16px;
599
+ line-height: 1em;
600
+ overflow: hidden;
601
+ padding: 0 8px;
602
+ text-align: left;
603
+ text-overflow: ellipsis;
604
+ width: 70%;
605
+ @if($skin-name == 'tailwind') {
606
+ line-height: 1.2em;
607
+ }
608
+ }
609
+
610
+ .e-draggable {
611
+ height: 20px;
612
+ width: 20px;
613
+ }
614
+
615
+ .e-drag {
616
+ color: $field-list-drag-icon-color;
617
+ cursor: move;
618
+ font-size: $field-list-icon-size;
619
+ height: 20px;
620
+ width: 20px;
621
+
622
+ &.e-disable-drag {
623
+ cursor: not-allowed;
624
+ opacity: .4;
625
+ visibility: hidden;
626
+ }
627
+ }
628
+
629
+ .e-sort,
630
+ .e-pv-filter,
631
+ .e-pv-filtered,
632
+ .e-dropdown-icon,
633
+ .e-edit {
634
+ color: $field-list-button-icon-color;
635
+ cursor: pointer;
636
+ display: inline-block;
637
+ font-size: $field-list-icon-size;
638
+ height: 20px;
639
+ padding-left: $field-list-icon-to-icon-padding;
640
+ width: 20px;
641
+
642
+ &:hover {
643
+ color: $field-list-icon-hover-color;
644
+ }
645
+
646
+ &.e-disable {
647
+ display: none;
648
+ }
649
+ }
650
+
651
+ .e-sort {
652
+ height: $field-list-icon-size;
653
+ }
654
+
655
+ .e-remove {
656
+ display: none;
657
+ }
658
+
659
+ &.e-rtl {
660
+ .e-content {
661
+ text-align: right;
662
+ }
663
+
664
+ .e-sort,
665
+ .e-pv-filter,
666
+ .e-pv-filtered,
667
+ .e-remove,
668
+ .e-dropdown-icon,
669
+ .e-edit {
670
+ padding-left: 0;
671
+ padding-right: $field-list-icon-to-icon-padding;
672
+ }
673
+ }
674
+ }
675
+ }
676
+ }
677
+
678
+ .e-sort {
679
+ height: fit-content;
680
+ transform: rotateX(0deg);
681
+ transition: transform 200ms ease-in-out;
682
+
683
+ &.e-descend {
684
+ transform: rotateX(180deg);
685
+ }
686
+ }
687
+
688
+ .e-axis-content {
689
+ height: $field-list-axis-content-height;
690
+ overflow: auto;
691
+ scroll-behavior: smooth;
692
+ }
693
+
694
+ .e-draggable-prompt {
695
+ bottom: 32%;
696
+ color: $field-list-default-prompt-color;
697
+ font-size: $field-list-content-font-size;
698
+ height: 25px;
699
+ pointer-events: none;
700
+ position: absolute;
701
+ text-align: center;
702
+ width: 100%;
703
+
704
+ &.e-disable {
705
+ display: none;
706
+ }
707
+ }
708
+ }
709
+
710
+ .e-left-axis-fields .e-field-list-rows,
711
+ .e-right-axis-fields .e-field-list-values {
712
+ margin-top: $field-list-default-padding-size;
713
+ }
714
+
715
+ &.e-olap-axis-table {
716
+ width: 60%;
717
+ }
718
+ }
719
+ }
720
+
721
+ &.e-search-mode {
722
+ &.e-static {
723
+ max-height: 750px;
724
+
725
+ .e-field-list-container .e-field-table {
726
+ height: 261px;
727
+ }
728
+ }
729
+
730
+ &.e-popup {
731
+ height: 540px;
732
+
733
+ .e-field-list-container {
734
+ height: 369px;
735
+
736
+ // sass-lint:disable-all
737
+ .e-field-table {
738
+ height: $field-list-search-popup-table-height !important;
739
+ }
740
+
741
+ .e-axis-table {
742
+ height: 392px;
743
+
744
+ .e-axis-content {
745
+ height: $field-list-search-popup-axis-content-height !important;
746
+ }
747
+ }
748
+ // sass-lint:enable-all
749
+ }
750
+ }
751
+
752
+ .e-member-prompt {
753
+ color: $field-list-drag-icon-color;
754
+ padding: $field-list-member-prompt-padding-size;
755
+ text-align: center;
756
+ width: 100%;
757
+
758
+ &.e-disable {
759
+ display: none;
760
+ }
761
+ }
762
+
763
+ .e-field-table {
764
+ .e-field-list-search {
765
+ display: flex;
766
+ padding: $field-list-search-padding-size;
767
+
768
+ .e-field-list-search-input .e-field-list-search-icon {
769
+ float: right;
770
+ font-size: $field-list-header-icon-size;
771
+ }
772
+
773
+ // sass-lint:disable-all
774
+ .e-input-group .e-input-group-icon,
775
+ .e-input-group.e-control-wrapper .e-input-group-icon {
776
+ border-width: 0 !important;
777
+ cursor: text !important;
778
+ }
779
+
780
+ .e-input-group-icon:hover {
781
+ background-color: transparent !important;
782
+ border: transparent !important;
783
+ color: currentColor !important;
784
+ }
785
+ }
786
+
787
+ .e-field-list-tree-outer-div .e-disable,
788
+ .e-disable {
789
+ display: none !important;
790
+ }
791
+ // sass-lint:disable-all
792
+ }
793
+ }
794
+
795
+ // sass-lint:disable-all
796
+ .e-calculated-field {
797
+ color: $field-list-cal-button-text-color;
798
+ font-size: $field-list-button-font-size;
799
+ font-weight: $field-list-button-font-weight;
800
+ max-width: 160px;
801
+ min-width: 145px;
802
+
803
+ &.e-disable {
804
+ display: none;
805
+ }
806
+ }
807
+
808
+ // sass-lint:enable-all
809
+
810
+ &.e-rtl {
811
+ .e-field-table {
812
+ .e-field-list {
813
+ padding-left: 0;
814
+ padding-right: 2px;
815
+
816
+ ul li {
817
+ margin-left: 0;
818
+ margin-right: $field-list-treeview-padding-size;
819
+
820
+ // sass-lint:disable-all
821
+ .e-list-text {
822
+ font-family: $field-list-font-family;
823
+ }
824
+
825
+ .e-drag {
826
+ margin-left: 6px !important;
827
+ margin-right: 0 !important;
828
+ }
829
+
830
+ .e-calc-measure-icon,
831
+ .e-calc-dimension-icon,
832
+ .e-attributeCDB-icon,
833
+ .e-hierarchyCDB-icon,
834
+ .e-level-members,
835
+ .e-namedSetCDB-icon,
836
+ .e-measure-icon,
837
+ .e-kpiGoal-icon,
838
+ .e-kpiStatus-icon,
839
+ .e-kpiTrend-icon,
840
+ .e-kpiValue-icon {
841
+ margin-left: 0;
842
+ margin-right: 10px;
843
+ }
844
+
845
+ // sass-lint:enable-all
846
+ }
847
+ }
848
+
849
+ .e-field-header {
850
+ padding-left: 0;
851
+ padding-right: $field-list-header-padding;
852
+ text-align: right;
853
+
854
+ @if ($field-list-skin == 'bootstrap4') {
855
+ padding-right: 12px;
856
+ }
857
+ }
858
+
859
+ .e-field-header-container {
860
+ padding-left: $field-list-header-padding;
861
+ padding-right: 0;
862
+
863
+ .e-sort-none,
864
+ .e-sort-ascend,
865
+ .e-sort-descend {
866
+ padding: $field-list-tree-header-padding $field-list-icon-to-icon-padding 0 0;
867
+ }
868
+
869
+ // sass-lint:disable-all
870
+ @if ($skin-name == 'FluentUI') {
871
+ .e-sort-none {
872
+ padding: $field-list-icon-to-icon-padding 0 0 $field-list-tree-header-padding !important;
873
+ transform: rotate(180deg);
874
+ }
875
+ }
876
+ // sass-lint:enable-all
877
+ }
878
+ }
879
+
880
+ .e-axis-table {
881
+
882
+ .e-left-axis-fields,
883
+ .e-right-axis-fields {
884
+ padding-left: 0;
885
+ padding-right: $field-list-default-padding-size;
886
+ }
887
+
888
+ .e-left-axis-fields .e-field-list-filters,
889
+ .e-left-axis-fields .e-field-list-rows,
890
+ .e-right-axis-fields .e-field-list-columns,
891
+ .e-right-axis-fields .e-field-list-values {
892
+ .e-axis-header {
893
+ float: right;
894
+ }
895
+ }
896
+ }
897
+ }
898
+
899
+ &.e-static {
900
+ background-color: $field-list-default-bg-color;
901
+ border: $field-list-border-size $field-list-border-type $field-list-default-border-color;
902
+ max-height: 700px;
903
+ padding: $field-list-static-padding-size;
904
+ position: relative;
905
+
906
+ .e-title-content {
907
+ color: $field-list-default-font-color;
908
+ }
909
+
910
+ .e-field-list-container {
911
+ display: inline-block;
912
+ height: 100%;
913
+ width: 100%;
914
+
915
+ .e-field-table {
916
+ height: 210px;
917
+ width: 100%;
918
+
919
+ .e-field-list-tree-outer-div {
920
+ height: 180px;
921
+ }
922
+ }
923
+
924
+ .e-center-div {
925
+ display: none;
926
+ }
927
+
928
+ .e-center-title {
929
+ color: $field-list-default-header-font-color;
930
+ font-size: $field-list-header-font-size;
931
+ height: 25px;
932
+ margin-top: 5px;
933
+ overflow: hidden;
934
+ text-align: left;
935
+ text-overflow: ellipsis;
936
+ }
937
+
938
+ .e-axis-table {
939
+ width: 100%;
940
+
941
+ .e-left-axis-fields {
942
+ padding: 0;
943
+ }
944
+
945
+ .e-right-axis-fields {
946
+ padding-left: $field-list-default-padding-size;
947
+ }
948
+
949
+ .e-left-axis-fields .e-field-list-rows,
950
+ .e-right-axis-fields .e-field-list-values {
951
+ margin-top: $field-list-default-padding-size;
952
+ }
953
+
954
+ .e-left-axis-fields .e-field-list-filters,
955
+ .e-left-axis-fields .e-field-list-rows,
956
+ .e-right-axis-fields .e-field-list-columns,
957
+ .e-right-axis-fields .e-field-list-values {
958
+ .e-axis-container {
959
+ .e-axis-icon-container {
960
+ padding-top: $field-list-static-header-icon-wrapper-padding;
961
+ }
962
+ }
963
+ }
964
+ }
965
+ }
966
+
967
+ &.e-rtl {
968
+ .e-center-title {
969
+ text-align: right;
970
+ }
971
+
972
+ .e-axis-table {
973
+ .e-left-axis-fields {
974
+ padding-left: $field-list-static-padding-size;
975
+ }
976
+
977
+ .e-right-axis-fields {
978
+ padding: 0;
979
+ }
980
+ }
981
+ }
982
+ }
983
+
984
+ &.e-device {
985
+ height: 100%;
986
+ // sass-lint:disable-all
987
+ max-height: 100% !important;
988
+ max-width: 100% !important;
989
+ // sass-lint:enable-all
990
+ min-height: 500px;
991
+ width: 100%;
992
+
993
+ .e-dlg-header-content {
994
+ background-color: $field-list-mobile-header-color;
995
+ color: $field-list-mobile-header-font-color;
996
+ font-size: 14px;
997
+ height: 48px;
998
+ padding-bottom: 9px;
999
+ padding-top: 9px;
1000
+ @if ($skin-name == 'tailwind') {
1001
+ padding-left: 16px;
1002
+ padding-right: 16px;
1003
+ }
1004
+ }
1005
+
1006
+ .e-adaptive-field-list-dialog,
1007
+ .e-member-editor-dialog {
1008
+ .e-dlg-header-content {
1009
+ background-color: transparent;
1010
+ color: $field-list-mobile-header-font-color;
1011
+ }
1012
+ }
1013
+
1014
+ .e-title-mobile-header {
1015
+ display: flex;
1016
+ }
1017
+
1018
+ .e-title-mobile-content {
1019
+ margin-top: $field-list-back-margin;
1020
+ }
1021
+
1022
+ .e-field-list-back-icon {
1023
+ color: $field-list-back-font-color;
1024
+ font-size: 16px;
1025
+ height: 24px;
1026
+ margin-left: 0;
1027
+ margin-right: 12px;
1028
+ padding-top: 7px;
1029
+ text-align: center;
1030
+ width: 24px;
1031
+ }
1032
+
1033
+ .e-disable {
1034
+ display: none;
1035
+ }
1036
+
1037
+ .e-adaptive-container {
1038
+ height: 100%;
1039
+ position: relative;
1040
+
1041
+ .e-tab-header {
1042
+ background-color: $field-list-header-background-color;
1043
+
1044
+ .e-toolbar-item {
1045
+ .e-tab-wrap {
1046
+ border: 0;
1047
+ }
1048
+ }
1049
+ }
1050
+
1051
+ .e-content {
1052
+ display: initial;
1053
+
1054
+ .e-field-list-filters,
1055
+ .e-field-list-rows,
1056
+ .e-field-list-columns,
1057
+ .e-field-list-values {
1058
+ display: inline-block;
1059
+ height: 100%;
1060
+ min-height: 250px;
1061
+ padding-top: $field-list-adaptive-content-padding-size;
1062
+ position: relative;
1063
+ width: 100%;
1064
+
1065
+ .e-axis-content {
1066
+ overflow: auto;
1067
+ }
1068
+
1069
+ .e-pvt-btn-div {
1070
+ display: grid;
1071
+
1072
+ .e-drop-indicator {
1073
+ display: none;
1074
+ }
1075
+
1076
+ .e-pivot-button {
1077
+ border: $field-list-border-size $field-list-border-type $field-list-button-border-color;
1078
+ border-left: 0;
1079
+ border-radius: 0;
1080
+ border-right: 0;
1081
+ border-top: 0;
1082
+ border-width: 1px 0;
1083
+ box-shadow: none;
1084
+ display: flex;
1085
+ font-size: $field-list-bigger-button-font-size;
1086
+ font-weight: normal;
1087
+ height: $field-list-adaptive-pivot-button-height;
1088
+ line-height: normal;
1089
+ padding: $field-list-adaptive-pivot-button-padding;
1090
+ text-transform: none;
1091
+ width: 100%;
1092
+
1093
+ @if ($skin-name == 'bootstrap5') {
1094
+ background-color: $field-list-default-bg-color;
1095
+ color: $field-list-default-font-color;
1096
+ }
1097
+
1098
+ &.e-list-selected {
1099
+ opacity: .5;
1100
+ }
1101
+
1102
+ .e-content {
1103
+ flex: auto;
1104
+ font-size: $field-list-bigger-button-font-size;
1105
+ height: 100%;
1106
+ margin-top: -2px;
1107
+ overflow: hidden;
1108
+ text-align: left;
1109
+ text-overflow: ellipsis;
1110
+ width: 70%;
1111
+ }
1112
+
1113
+ .e-drag {
1114
+ display: none;
1115
+ }
1116
+
1117
+ // sass-lint:disable-all
1118
+ .e-sort,
1119
+ .e-pv-filter,
1120
+ .e-pv-filtered,
1121
+ .e-remove,
1122
+ .e-dropdown-icon,
1123
+ .e-edit {
1124
+ color: $field-list-button-icon-color;
1125
+ cursor: pointer;
1126
+ display: inline-block;
1127
+ font-size: $field-list-bigger-icon-size;
1128
+ height: 24px;
1129
+ padding-left: 10px;
1130
+ width: 24px;
1131
+ font-size: 14px !important;
1132
+
1133
+ @if ($field-list-skin == 'bootstrap4') {
1134
+ color: $white;
1135
+ }
1136
+
1137
+ @if ($skin-name == 'bootstrap5') {
1138
+ color: $field-list-button-icon-color;
1139
+ padding-left: 8px;
1140
+ }
1141
+
1142
+ &:hover {
1143
+ color: $field-list-icon-hover-color;
1144
+ }
1145
+
1146
+ &.e-disable {
1147
+ display: none;
1148
+ }
1149
+ }
1150
+
1151
+ // sass-lint:enable-all
1152
+
1153
+ .e-sort {
1154
+ height: fit-content;
1155
+ transform: rotateX(0deg);
1156
+ transition: transform 200ms ease-in-out;
1157
+
1158
+ &.e-descend {
1159
+ transform: rotateX(180deg);
1160
+ }
1161
+ }
1162
+
1163
+ .e-remove {
1164
+ display: inline-block;
1165
+ }
1166
+
1167
+ &.e-rtl {
1168
+ .e-content {
1169
+ text-align: right;
1170
+ }
1171
+
1172
+ .e-sort,
1173
+ .e-pv-filter,
1174
+ .e-pv-filtered,
1175
+ .e-remove,
1176
+ .e-dropdown-icon,
1177
+ .e-edit {
1178
+ padding-left: 0;
1179
+ padding-right: 10px;
1180
+
1181
+ @if ($skin-name == 'tailwind') {
1182
+ margin-right: 8px;
1183
+ padding-right: 0;
1184
+ }
1185
+ @if ($skin-name == 'bootstrap5') {
1186
+ padding-right: 8px;
1187
+ }
1188
+ }
1189
+ }
1190
+ }
1191
+ }
1192
+
1193
+ .e-axis-content {
1194
+ height: 100%;
1195
+ width: 100%;
1196
+ }
1197
+
1198
+ .e-draggable-prompt {
1199
+ border: 1px dashed $field-list-header-background-color;
1200
+ color: $field-list-header-background-color;
1201
+ font-size: $field-list-drag-clone-font-size;
1202
+ height: $field-list-adaptive-drag-prompt-height;
1203
+ left: 15%;
1204
+ line-height: $field-list-adaptive-drag-prompt-height;
1205
+ pointer-events: none;
1206
+ position: absolute;
1207
+ text-align: center;
1208
+ top: 25%;
1209
+ vertical-align: middle;
1210
+ width: 70%;
1211
+
1212
+ @if ($skin-name == 'bootstrap5') {
1213
+ color: $field-list-default-font-color;
1214
+ }
1215
+
1216
+ }
1217
+ }
1218
+
1219
+ .e-pivot-calc-outer-div {
1220
+ .e-pivot-formula {
1221
+ background-color: $pivot-formula-background;
1222
+ border: 1px solid $pivot-formula-border;
1223
+ border-radius: $field-list-default-border-radius;
1224
+ color: $field-list-default-font-color;
1225
+ height: 200px;
1226
+ margin-left: 20px;
1227
+ margin-right: 20px;
1228
+ margin-top: 25px;
1229
+ padding: 2px 3px;
1230
+ resize: none;
1231
+ width: 90%;
1232
+ }
1233
+
1234
+ // sass-lint:disable-all
1235
+ .e-pivot-calc-input-div,
1236
+ .e-member-options,
1237
+ .e-pivot-calc-custom-format-div,
1238
+ .e-olap-calc-custom-format-div {
1239
+ margin-left: 20px;
1240
+ margin-right: 20px;
1241
+ margin-top: 20px;
1242
+ width: 90% !important;
1243
+ }
1244
+
1245
+ // sass-lint:enable-all
1246
+
1247
+ .e-accordion {
1248
+ margin-top: 20px;
1249
+ overflow: auto;
1250
+
1251
+ .e-acrdn-header-icon {
1252
+ display: table;
1253
+ font-size: 12px;
1254
+ height: 36px;
1255
+ min-height: 36px;
1256
+ min-width: 28px;
1257
+ padding: 0;
1258
+ position: absolute;
1259
+ right: 16px;
1260
+ top: 0;
1261
+
1262
+ .e-list-icon {
1263
+ cursor: pointer;
1264
+ display: table-cell;
1265
+ padding-right: 6px;
1266
+ text-align: center;
1267
+ vertical-align: middle;
1268
+ }
1269
+ }
1270
+
1271
+ .e-icons.e-frame {
1272
+ margin-right: 12px;
1273
+ }
1274
+
1275
+ &.e-rtl {
1276
+ .e-acrdn-header-icon {
1277
+ left: 16px;
1278
+ right: auto;
1279
+ }
1280
+
1281
+ // sass-lint:disable-all
1282
+ .e-icons.e-frame {
1283
+ margin-left: 12px !important;
1284
+ margin-right: 0 !important;
1285
+ }
1286
+
1287
+ // sass-lint:enable-all
1288
+ }
1289
+ }
1290
+
1291
+ .e-radio-wrapper {
1292
+ margin-bottom: 24px;
1293
+ margin-right: 20px;
1294
+
1295
+ .e-label {
1296
+ color: $pivot-text-area-background;
1297
+ font-family: $field-list-font-family;
1298
+ font-size: 14px;
1299
+ opacity: .87;
1300
+ }
1301
+ }
1302
+
1303
+ .e-pivot-ok-button,
1304
+ .e-pivot-add-button,
1305
+ .e-pivot-cancel-button {
1306
+ float: right;
1307
+ margin-right: 20px;
1308
+ margin-top: 32px;
1309
+ }
1310
+
1311
+ .e-pivot-ok-button {
1312
+ bottom: 0;
1313
+ position: sticky;
1314
+ }
1315
+
1316
+ .e-pivot-accord {
1317
+ max-height: 290px;
1318
+ overflow: auto;
1319
+
1320
+ ul {
1321
+
1322
+ .e-list-icon {
1323
+ color: $field-list-tree-icon-color;
1324
+
1325
+ @if($skin-name == 'bootstrap5') {
1326
+ color: $field-list-default-fill-color;
1327
+ }
1328
+
1329
+ }
1330
+
1331
+ .e-calcfieldmember .e-list-text {
1332
+ overflow: hidden;
1333
+ text-overflow: ellipsis;
1334
+ width: 53%;
1335
+ }
1336
+
1337
+ .e-list-header-icon {
1338
+ display: table;
1339
+ height: 30px;
1340
+ min-height: 30px;
1341
+ min-width: 24px;
1342
+ padding: 0;
1343
+ position: absolute;
1344
+ right: 16px;
1345
+ top: 0;
1346
+
1347
+ .e-list-edit-icon,
1348
+ .e-remove-report.e-icons {
1349
+ color: $field-list-tree-icon-color;
1350
+ display: table-cell;
1351
+ padding: 5px;
1352
+ pointer-events: all;
1353
+ text-align: center;
1354
+ vertical-align: middle;
1355
+ }
1356
+ }
1357
+ }
1358
+
1359
+ &.e-rtl {
1360
+ ul {
1361
+ .e-list-header-icon {
1362
+ left: 16px;
1363
+ right: auto;
1364
+ }
1365
+
1366
+ .e-list-icon {
1367
+ transform: rotateX(0deg) rotateY(180deg);
1368
+ }
1369
+ }
1370
+ }
1371
+ }
1372
+
1373
+ &.e-olap-calc-outer-div {
1374
+ max-height: 350px;
1375
+ overflow: hidden;
1376
+ overflow-y: auto;
1377
+ }
1378
+ }
1379
+ }
1380
+
1381
+ .e-field-list-footer {
1382
+ bottom: 20px;
1383
+ display: inline-block;
1384
+ position: absolute;
1385
+ vertical-align: bottom;
1386
+ width: 100%;
1387
+
1388
+ .e-field-list-footer-content {
1389
+ display: inline-block;
1390
+ padding: $field-list-adaptive-footer-padding-size;
1391
+ width: 100%;
1392
+
1393
+ .e-field-list-btn,
1394
+ .e-calculated-field-btn {
1395
+ float: right;
1396
+ height: $field-list-adaptive-btn-size;
1397
+ pointer-events: all;
1398
+ width: $field-list-adaptive-btn-size;
1399
+ z-index: 1000;
1400
+
1401
+ .e-add-icon {
1402
+ font-size: $field-list-adaptive-btn-icon-size;
1403
+ line-height: $field-list-adaptive-icon-height;
1404
+ }
1405
+ }
1406
+ }
1407
+ }
1408
+ }
1409
+
1410
+ .e-footer-content.e-field-list-footer {
1411
+ background-color: transparent;
1412
+ bottom: 0;
1413
+ display: inline-block;
1414
+ padding: $field-list-adaptive-footer-padding-size;
1415
+ pointer-events: none;
1416
+ position: absolute;
1417
+ vertical-align: bottom;
1418
+ width: 100%;
1419
+
1420
+ .e-field-list-btn,
1421
+ .e-calculated-field-btn,
1422
+ .e-cancel-btn,
1423
+ .e-defer-apply-button {
1424
+ float: right;
1425
+ height: $field-list-adaptive-btn-size;
1426
+ pointer-events: all;
1427
+ width: $field-list-adaptive-btn-size;
1428
+ z-index: 1000;
1429
+
1430
+ .e-add-icon {
1431
+ font-size: $field-list-adaptive-btn-icon-size;
1432
+ line-height: $field-list-adaptive-icon-height;
1433
+ }
1434
+ }
1435
+
1436
+ .e-cancel-btn,
1437
+ .e-defer-apply-button {
1438
+ float: left;
1439
+ }
1440
+
1441
+ .e-cancel-btn,
1442
+ .e-defer-apply-button,
1443
+ .e-checkbox-layout {
1444
+ max-width: 20%;
1445
+ overflow: hidden;
1446
+ text-overflow: ellipsis;
1447
+ white-space: nowrap;
1448
+ }
1449
+
1450
+ .e-checkbox-layout {
1451
+ max-width: 45%;
1452
+ }
1453
+ }
1454
+
1455
+ &.e-static {
1456
+ border: 0;
1457
+ padding: 0;
1458
+
1459
+ .e-field-list-filters,
1460
+ .e-field-list-rows,
1461
+ .e-field-list-columns,
1462
+ .e-field-list-values {
1463
+ .e-axis-content {
1464
+ max-height: 600px;
1465
+ }
1466
+ }
1467
+ }
1468
+
1469
+ &.e-rtl {
1470
+ .e-field-list-back-icon {
1471
+ margin-left: 12px;
1472
+ margin-right: 0;
1473
+ transform: rotateY(180deg);
1474
+ }
1475
+
1476
+ .e-field-list-footer {
1477
+
1478
+ .e-field-list-btn,
1479
+ .e-calculated-field-btn {
1480
+ float: left;
1481
+ }
1482
+
1483
+ .e-cancel-btn,
1484
+ .e-defer-apply-button {
1485
+ float: right;
1486
+ }
1487
+ }
1488
+
1489
+ // sass-lint:disable-all
1490
+ .e-pivot-calc-outer-div {
1491
+
1492
+ .e-pivot-ok-button,
1493
+ .e-pivot-add-button,
1494
+ .e-pivot-cancel-button {
1495
+ float: left !important;
1496
+ margin-left: 20px;
1497
+ }
1498
+ }
1499
+
1500
+ // sass-lint:enable-all
1501
+ }
1502
+ }
1503
+ }
1504
+
1505
+ // sass-lint:disable-all
1506
+ .e-bigger .e-pivotfieldlist-container,
1507
+ .e-bigger.e-pivotfieldlist-container {
1508
+ .e-field-table {
1509
+
1510
+ .e-left-axis-fields,
1511
+ .e-right-axis-fields {
1512
+ padding-left: $field-list-default-bigger-padding-size;
1513
+ }
1514
+
1515
+ .e-field-header {
1516
+ background-color: $field-list-header-background-color;
1517
+ color: $field-list-default-header-font-color;
1518
+ font-size: $field-list-bigger-header-font-size;
1519
+ font-weight: normal;
1520
+ height: $field-list-bigger-header-height;
1521
+ overflow: hidden;
1522
+ padding: $field-list-tree-header-padding 0 0 $field-list-bigger-header-padding;
1523
+
1524
+ @if ($field-list-skin == 'bootstrap4') {
1525
+ height: 40px;
1526
+ padding-left: 16px;
1527
+ padding-top: $field-list-bigger-tree-header-padding;
1528
+ }
1529
+ }
1530
+
1531
+ .e-field-header-container {
1532
+ padding-right: $field-list-bigger-header-padding;
1533
+
1534
+ .e-sort-none,
1535
+ .e-sort-ascend,
1536
+ .e-sort-descend {
1537
+ font-size: $field-list-bigger-header-icon-size;
1538
+ height: 24px !important;
1539
+ padding: $field-list-tree-header-padding 0 0 $field-list-bigger-icon-to-icon-padding;
1540
+ width: 24px;
1541
+ }
1542
+
1543
+ // sass-lint:disable-all
1544
+ @if ($skin-name == 'FluentUI') {
1545
+ .e-sort-none {
1546
+ padding: 0 0 $field-list-bigger-icon-to-icon-padding $field-list-tree-header-padding !important;
1547
+ }
1548
+ }
1549
+ }
1550
+
1551
+ .e-field-list {
1552
+ padding-left: 5px;
1553
+
1554
+ ul {
1555
+ li {
1556
+ padding: 0;
1557
+ }
1558
+ }
1559
+
1560
+ .e-drag {
1561
+ font-size: $field-list-bigger-icon-size !important;
1562
+ height: 24px !important;
1563
+ margin-bottom: $field-list-treeview-drag-bigger-padding !important;
1564
+ margin-right: 4px !important;
1565
+ width: 24px !important;
1566
+ }
1567
+
1568
+ .e-calc-measure-icon,
1569
+ .e-calc-dimension-icon,
1570
+ .e-attributeCDB-icon,
1571
+ .e-hierarchyCDB-icon,
1572
+ .e-level-members,
1573
+ .e-namedSetCDB-icon,
1574
+ .e-measure-icon,
1575
+ .e-kpiGoal-icon,
1576
+ .e-kpiStatus-icon,
1577
+ .e-kpiTrend-icon,
1578
+ .e-kpiValue-icon {
1579
+ margin-left: 10px;
1580
+ }
1581
+
1582
+ &.e-olap-field-list-tree {
1583
+ ul {
1584
+ .e-list-icon {
1585
+ font-size: $field-list-bigger-icon-size;
1586
+ }
1587
+ }
1588
+ }
1589
+ }
1590
+ // sass-lint:enable-all
1591
+
1592
+ .e-left-axis-fields .e-field-list-rows,
1593
+ .e-right-axis-fields .e-field-list-values {
1594
+ margin-top: $field-list-default-bigger-padding-size;
1595
+ }
1596
+ }
1597
+
1598
+ .e-axis-table {
1599
+ .e-left-axis-fields .e-field-list-filters,
1600
+ .e-left-axis-fields .e-field-list-rows,
1601
+ .e-right-axis-fields .e-field-list-columns,
1602
+ .e-right-axis-fields .e-field-list-values {
1603
+ .e-axis-container {
1604
+ height: $field-list-bigger-header-height;
1605
+ padding: 0 $field-list-bigger-header-padding 5px;
1606
+
1607
+ .e-axis-icon-container {
1608
+ height: 24px;
1609
+ padding-top: $field-list-bigger-header-icon-wrapper-padding;
1610
+ width: 24px;
1611
+
1612
+ .e-axis-rows,
1613
+ .e-axis-columns,
1614
+ .e-axis-values,
1615
+ .e-axis-filters {
1616
+ font-size: $field-list-bigger-header-icon-size;
1617
+ }
1618
+ }
1619
+
1620
+ .e-axis-header {
1621
+ font-size: $field-list-bigger-header-font-size;
1622
+ line-height: $field-list-bigger-header-content-line-height;
1623
+ margin-top: 4px;
1624
+ padding: 0 12px;
1625
+
1626
+ @if ($field-list-skin == 'bootstrap4') {
1627
+ margin-top: 7px;
1628
+ }
1629
+ }
1630
+ }
1631
+
1632
+ .e-axis-content {
1633
+ @if ($field-list-skin == 'bootstrap4') {
1634
+ height: 126px;
1635
+ }
1636
+
1637
+ // sass-lint:disable-all
1638
+ .e-pvt-btn-div {
1639
+ .e-pivot-button {
1640
+ font-size: $field-list-bigger-button-font-size;
1641
+ height: $field-list-bigger-button-height !important;
1642
+ padding: $field-list-bigger-button-padding !important;
1643
+
1644
+ // sass-lint:enable-all
1645
+ .e-content {
1646
+ font-size: $field-list-bigger-button-font-size;
1647
+ line-height: $field-list-bigger-button-line-height;
1648
+ padding: 0 10px;
1649
+ }
1650
+
1651
+ .e-draggable {
1652
+ height: 24px;
1653
+ width: 24px;
1654
+ }
1655
+
1656
+ .e-sort,
1657
+ .e-pv-filter,
1658
+ .e-pv-filtered,
1659
+ .e-dropdown-icon,
1660
+ .e-edit {
1661
+ cursor: pointer;
1662
+ display: inline-block;
1663
+ font-size: $field-list-bigger-icon-size;
1664
+ height: 24px;
1665
+ width: 24px;
1666
+ }
1667
+
1668
+ .e-sort {
1669
+ height: $field-list-bigger-icon-size;
1670
+ }
1671
+
1672
+ .e-drag {
1673
+ font-size: $field-list-bigger-icon-size;
1674
+ width: 24px;
1675
+ }
1676
+ }
1677
+ }
1678
+ }
1679
+
1680
+ .e-draggable-prompt {
1681
+ @if ($field-list-skin == 'bootstrap4') {
1682
+ font-size: 16px;
1683
+ }
1684
+ }
1685
+ }
1686
+ }
1687
+
1688
+ .e-calculated-field {
1689
+ font-size: $field-list-bigger-button-font-size;
1690
+ }
1691
+
1692
+ &.e-static {
1693
+ max-height: 720px;
1694
+
1695
+ .e-field-list-container {
1696
+ .e-center-title {
1697
+ color: $field-list-default-header-font-color;
1698
+ font-size: $field-list-bigger-header-font-size;
1699
+ }
1700
+
1701
+ .e-axis-table {
1702
+ .e-right-axis-fields {
1703
+ padding-left: $field-list-default-bigger-padding-size;
1704
+ }
1705
+
1706
+ .e-left-axis-fields .e-field-list-rows,
1707
+ .e-right-axis-fields .e-field-list-values {
1708
+ margin-top: $field-list-default-bigger-padding-size;
1709
+ }
1710
+
1711
+ .e-left-axis-fields .e-field-list-filters,
1712
+ .e-left-axis-fields .e-field-list-rows,
1713
+ .e-right-axis-fields .e-field-list-columns,
1714
+ .e-right-axis-fields .e-field-list-values {
1715
+ .e-axis-container {
1716
+ .e-axis-icon-container {
1717
+ padding-top: $field-list-static-bigger-header-icon-wrapper-padding;
1718
+ }
1719
+ }
1720
+ }
1721
+ }
1722
+ }
1723
+
1724
+ &.e-rtl {
1725
+ .e-axis-table {
1726
+ .e-left-axis-fields {
1727
+ padding-left: $field-list-default-bigger-padding-size;
1728
+ }
1729
+
1730
+ // sass-lint:disable-all
1731
+ .e-right-axis-fields {
1732
+ padding: 0 !important;
1733
+ }
1734
+ }
1735
+ }
1736
+ }
1737
+
1738
+ &.e-rtl {
1739
+ .e-field-table {
1740
+ .e-field-list {
1741
+ padding-left: 0;
1742
+ padding-right: 5px;
1743
+
1744
+ .e-drag {
1745
+ margin-left: 4px !important;
1746
+ margin-right: 0 !important;
1747
+ }
1748
+
1749
+ .e-calc-measure-icon,
1750
+ .e-calc-dimension-icon,
1751
+ .e-attributeCDB-icon,
1752
+ .e-hierarchyCDB-icon,
1753
+ .e-level-members,
1754
+ .e-namedSetCDB-icon,
1755
+ .e-measure-icon,
1756
+ .e-kpiGoal-icon,
1757
+ .e-kpiStatus-icon,
1758
+ .e-kpiTrend-icon,
1759
+ .e-kpiValue-icon {
1760
+ margin-left: 0;
1761
+ margin-right: 10px;
1762
+ }
1763
+
1764
+ // sass-lint:enable-all
1765
+ }
1766
+
1767
+ .e-field-header {
1768
+ padding-right: $field-list-bigger-header-padding;
1769
+ }
1770
+
1771
+ .e-field-header-container {
1772
+ padding-left: $field-list-bigger-header-padding;
1773
+
1774
+ .e-sort-none,
1775
+ .e-sort-ascend,
1776
+ .e-sort-descend {
1777
+ padding: $field-list-tree-header-padding $field-list-bigger-icon-to-icon-padding 0 0;
1778
+ }
1779
+
1780
+ // sass-lint:disable-all
1781
+ @if ($skin-name == 'FluentUI') {
1782
+ .e-sort-none {
1783
+ padding: $field-list-bigger-icon-to-icon-padding 0 0 $field-list-tree-header-padding !important;
1784
+ }
1785
+ }
1786
+ // sass-lint:enable-all
1787
+ }
1788
+ }
1789
+
1790
+ .e-axis-table {
1791
+
1792
+ .e-left-axis-fields,
1793
+ .e-right-axis-fields {
1794
+ padding-left: 0;
1795
+ padding-right: $field-list-default-padding-size;
1796
+ }
1797
+
1798
+ .e-left-axis-fields .e-field-list-filters,
1799
+ .e-left-axis-fields .e-field-list-rows,
1800
+ .e-right-axis-fields .e-field-list-columns,
1801
+ .e-right-axis-fields .e-field-list-values {
1802
+ .e-pivot-button {
1803
+
1804
+ .e-sort,
1805
+ .e-pv-filter,
1806
+ .e-pv-filtered,
1807
+ .e-remove,
1808
+ .e-dropdown-icon,
1809
+ .e-edit {
1810
+ padding-left: 0;
1811
+ padding-right: $field-list-bigger-icon-to-icon-padding;
1812
+ }
1813
+ }
1814
+ }
1815
+ }
1816
+ }
1817
+
1818
+ &.e-search-mode {
1819
+ &.e-static {
1820
+ max-height: 750px;
1821
+
1822
+ .e-field-list-container {
1823
+ max-height: 800px;
1824
+
1825
+ .e-field-table {
1826
+ height: 270px;
1827
+ }
1828
+ }
1829
+ }
1830
+
1831
+ // sass-lint:disable-all
1832
+ &.e-popup {
1833
+ height: $field-list-search-popup-container-bigger-height !important;
1834
+ max-height: 600px !important;
1835
+
1836
+ .e-field-list-container {
1837
+ height: 387px;
1838
+
1839
+ .e-field-table {
1840
+ height: $field-list-search-popup-table-bigger-height !important;
1841
+ }
1842
+
1843
+ .e-axis-table {
1844
+ height: $field-list-search-popup-axis-table-bigger-height;
1845
+
1846
+ .e-axis-content {
1847
+ height: $field-list-search-popup-axis-content-bigger-height !important;
1848
+ }
1849
+ }
1850
+ }
1851
+ }
1852
+ }
1853
+ }
1854
+ // sass-lint:enable-all
1855
+ }