@syncfusion/ej2-angular-pivotview 20.3.59 → 20.4.38-ngcc

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