@syncfusion/ej2-angular-pivotview 23.1.36 → 23.1.38-ngcc

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