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