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

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