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

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