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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +8 -0
  3. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
  4. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
  5. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
  6. package/esm2020/src/pivotview/pivotview-all.module.mjs +65 -0
  7. package/esm2020/src/pivotview/pivotview.component.mjs +163 -0
  8. package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
  9. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
  10. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +353 -0
  11. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  12. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +353 -0
  13. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  14. package/package.json +26 -12
  15. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
  16. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
  17. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
  18. package/src/pivotview/pivotview-all.module.d.ts +6 -0
  19. package/src/pivotview/pivotview.component.d.ts +3 -0
  20. package/src/pivotview/pivotview.module.d.ts +6 -0
  21. package/styles/material3-dark.css +0 -55
  22. package/styles/material3-dark.scss +1 -0
  23. package/styles/material3.css +0 -111
  24. package/styles/material3.scss +1 -0
  25. package/styles/pivotfieldlist/_all.scss +2 -0
  26. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +231 -0
  27. package/styles/pivotfieldlist/_bootstrap-definition.scss +213 -0
  28. package/styles/pivotfieldlist/_bootstrap4-definition.scss +213 -0
  29. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
  30. package/styles/pivotfieldlist/_bootstrap5-definition.scss +217 -0
  31. package/styles/pivotfieldlist/_fabric-dark-definition.scss +219 -0
  32. package/styles/pivotfieldlist/_fabric-definition.scss +213 -0
  33. package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
  34. package/styles/pivotfieldlist/_fluent-definition.scss +217 -0
  35. package/styles/pivotfieldlist/_fusionnew-definition.scss +216 -0
  36. package/styles/pivotfieldlist/_highcontrast-definition.scss +214 -0
  37. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +214 -0
  38. package/styles/pivotfieldlist/_layout.scss +1951 -0
  39. package/styles/pivotfieldlist/_material-dark-definition.scss +214 -0
  40. package/styles/pivotfieldlist/_material-definition.scss +214 -0
  41. package/styles/pivotfieldlist/_material3-dark-definition.scss +1 -0
  42. package/styles/pivotfieldlist/_material3-definition.scss +224 -0
  43. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
  44. package/styles/pivotfieldlist/_tailwind-definition.scss +217 -0
  45. package/styles/pivotfieldlist/_theme.scss +1972 -0
  46. package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
  47. package/styles/pivotfieldlist/bootstrap.scss +4 -1
  48. package/styles/pivotfieldlist/bootstrap4.scss +4 -1
  49. package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
  50. package/styles/pivotfieldlist/bootstrap5.scss +4 -1
  51. package/styles/pivotfieldlist/fabric-dark.scss +4 -1
  52. package/styles/pivotfieldlist/fabric.scss +4 -1
  53. package/styles/pivotfieldlist/fluent-dark.scss +4 -1
  54. package/styles/pivotfieldlist/fluent.scss +4 -1
  55. package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
  56. package/styles/pivotfieldlist/highcontrast.scss +4 -1
  57. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +359 -0
  58. package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
  59. package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
  60. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
  61. package/styles/pivotfieldlist/icons/_bootstrap5.scss +358 -0
  62. package/styles/pivotfieldlist/icons/_fabric-dark.scss +359 -0
  63. package/styles/pivotfieldlist/icons/_fabric.scss +359 -0
  64. package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
  65. package/styles/pivotfieldlist/icons/_fluent.scss +358 -0
  66. package/styles/pivotfieldlist/icons/_fusionnew.scss +353 -0
  67. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +358 -0
  68. package/styles/pivotfieldlist/icons/_highcontrast.scss +358 -0
  69. package/styles/pivotfieldlist/icons/_material-dark.scss +359 -0
  70. package/styles/pivotfieldlist/icons/_material.scss +358 -0
  71. package/styles/pivotfieldlist/icons/_material3-dark.scss +1 -0
  72. package/styles/pivotfieldlist/icons/_material3.scss +357 -0
  73. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +357 -0
  74. package/styles/pivotfieldlist/icons/_tailwind.scss +357 -0
  75. package/styles/pivotfieldlist/material-dark.scss +4 -1
  76. package/styles/pivotfieldlist/material.scss +4 -1
  77. package/styles/pivotfieldlist/material3-dark.scss +4 -1
  78. package/styles/pivotfieldlist/material3.scss +4 -1
  79. package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
  80. package/styles/pivotfieldlist/tailwind.scss +4 -1
  81. package/styles/pivotview/_all.scss +2 -0
  82. package/styles/pivotview/_bootstrap-dark-definition.scss +176 -0
  83. package/styles/pivotview/_bootstrap-definition.scss +173 -0
  84. package/styles/pivotview/_bootstrap4-definition.scss +173 -0
  85. package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
  86. package/styles/pivotview/_bootstrap5-definition.scss +178 -0
  87. package/styles/pivotview/_fabric-dark-definition.scss +175 -0
  88. package/styles/pivotview/_fabric-definition.scss +172 -0
  89. package/styles/pivotview/_fluent-dark-definition.scss +1 -0
  90. package/styles/pivotview/_fluent-definition.scss +178 -0
  91. package/styles/pivotview/_fusionnew-definition.scss +178 -0
  92. package/styles/pivotview/_highcontrast-definition.scss +171 -0
  93. package/styles/pivotview/_highcontrast-light-definition.scss +172 -0
  94. package/styles/pivotview/_layout.scss +1169 -0
  95. package/styles/pivotview/_material-dark-definition.scss +179 -0
  96. package/styles/pivotview/_material-definition.scss +175 -0
  97. package/styles/pivotview/_material3-dark-definition.scss +1 -0
  98. package/styles/pivotview/_material3-definition.scss +181 -0
  99. package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
  100. package/styles/pivotview/_tailwind-definition.scss +178 -0
  101. package/styles/pivotview/_theme.scss +2042 -0
  102. package/styles/pivotview/bootstrap-dark.scss +5 -1
  103. package/styles/pivotview/bootstrap.scss +5 -1
  104. package/styles/pivotview/bootstrap4.scss +5 -1
  105. package/styles/pivotview/bootstrap5-dark.scss +4 -1
  106. package/styles/pivotview/bootstrap5.scss +5 -1
  107. package/styles/pivotview/fabric-dark.scss +5 -1
  108. package/styles/pivotview/fabric.scss +5 -1
  109. package/styles/pivotview/fluent-dark.scss +4 -1
  110. package/styles/pivotview/fluent.scss +5 -1
  111. package/styles/pivotview/highcontrast-light.scss +5 -1
  112. package/styles/pivotview/highcontrast.scss +5 -1
  113. package/styles/pivotview/icons/_bootstrap-dark.scss +184 -0
  114. package/styles/pivotview/icons/_bootstrap.scss +184 -0
  115. package/styles/pivotview/icons/_bootstrap4.scss +184 -0
  116. package/styles/pivotview/icons/_bootstrap5-dark.scss +1 -0
  117. package/styles/pivotview/icons/_bootstrap5.scss +183 -0
  118. package/styles/pivotview/icons/_fabric-dark.scss +184 -0
  119. package/styles/pivotview/icons/_fabric.scss +184 -0
  120. package/styles/pivotview/icons/_fluent-dark.scss +1 -0
  121. package/styles/pivotview/icons/_fluent.scss +183 -0
  122. package/styles/pivotview/icons/_fusionnew.scss +183 -0
  123. package/styles/pivotview/icons/_highcontrast-light.scss +183 -0
  124. package/styles/pivotview/icons/_highcontrast.scss +183 -0
  125. package/styles/pivotview/icons/_material-dark.scss +184 -0
  126. package/styles/pivotview/icons/_material.scss +184 -0
  127. package/styles/pivotview/icons/_material3-dark.scss +1 -0
  128. package/styles/pivotview/icons/_material3.scss +183 -0
  129. package/styles/pivotview/icons/_tailwind-dark.scss +183 -0
  130. package/styles/pivotview/icons/_tailwind.scss +183 -0
  131. package/styles/pivotview/material-dark.scss +5 -1
  132. package/styles/pivotview/material.scss +5 -1
  133. package/styles/pivotview/material3-dark.scss +4 -1
  134. package/styles/pivotview/material3.scss +5 -1
  135. package/styles/pivotview/tailwind-dark.scss +4 -1
  136. package/styles/pivotview/tailwind.scss +5 -1
  137. package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
  138. package/@syncfusion/ej2-angular-pivotview.es5.js +0 -439
  139. package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
  140. package/@syncfusion/ej2-angular-pivotview.js +0 -409
  141. package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
  142. package/CHANGELOG.md +0 -884
  143. package/dist/ej2-angular-pivotview.umd.js +0 -725
  144. package/dist/ej2-angular-pivotview.umd.js.map +0 -1
  145. package/dist/ej2-angular-pivotview.umd.min.js +0 -11
  146. package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
  147. package/ej2-angular-pivotview.d.ts +0 -6
  148. package/ej2-angular-pivotview.metadata.json +0 -1
  149. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,1169 @@
1
+ @include export-module('pivotview-layout') {
2
+
3
+ /*! PivotView layout */
4
+ .e-pivotview {
5
+ &.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
6
+ @if ($skin-name == 'Material3') {
7
+ padding: 0;
8
+ }
9
+ }
10
+
11
+ /* stylelint-disable */
12
+ .e-value-field-settings,
13
+ .e-member-editor-dialog,
14
+ .e-group-field-settings,
15
+ .e-pivot-format-dialog {
16
+ max-height: 450px !important;
17
+ border-radius: $pivotgrid-default-border-radius;
18
+ max-width: 400px !important;
19
+ }
20
+ /* stylelint-enable */
21
+
22
+ .e-value-field-settings {
23
+ .e-field-name-text-container {
24
+ display: flex;
25
+ }
26
+
27
+ .e-field-name-title {
28
+ flex: none;
29
+ font-size: 13px;
30
+ font-weight: 500;
31
+ }
32
+
33
+ .e-field-name-content {
34
+ flex: auto;
35
+ font-size: 13px;
36
+ font-weight: 500;
37
+ width: 100%;
38
+ }
39
+
40
+ .e-caption-input-container,
41
+ .e-type-option-container,
42
+ .e-base-field-option-container,
43
+ .e-base-item-option-container {
44
+ padding-top: $pivotgrid-editor-search-padding-size;
45
+ }
46
+
47
+ .e-base-field-option-text,
48
+ .e-base-item-option-text,
49
+ .e-type-option-text {
50
+ font-size: 13px;
51
+ font-weight: 500;
52
+ width: 100%;
53
+
54
+ @if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') {
55
+ padding-bottom: 4px;
56
+ }
57
+ }
58
+
59
+ .e-caption-input-text {
60
+ font-size: 13px;
61
+ }
62
+ }
63
+
64
+ .e-group-field-settings {
65
+ /* stylelint-disable */
66
+ width: auto !important;
67
+ /* stylelint-enable */
68
+
69
+ .e-caption-option-text,
70
+ .e-input-option-text,
71
+ .e-group-inerval-option-text,
72
+ .e-checkbox-wrapper {
73
+ padding-bottom: $pivotgrid-grouping-padding-bottom;
74
+ }
75
+
76
+ .e-group-start-option-container .e-checkbox-wrapper {
77
+ padding-top: $pivotgrid-grouping-padding-top;
78
+ }
79
+
80
+ .e-caption-option-text,
81
+ .e-input-option-text,
82
+ .e-group-inerval-option-text,
83
+ .e-checkbox-wrapper .e-label {
84
+ font-size: 13px;
85
+ font-weight: 500;
86
+ width: 100%;
87
+ }
88
+
89
+ .e-group-input-container,
90
+ .e-group-end-option-container,
91
+ .e-group-interval-option-container {
92
+ padding-top: $pivotgrid-editor-search-padding-size;
93
+ }
94
+
95
+ .e-group-field-div-content {
96
+ margin-bottom: 10px;
97
+ }
98
+ }
99
+
100
+ .e-member-editor-dialog {
101
+ min-width: 320px;
102
+
103
+ .e-editor-search-container {
104
+ display: flex;
105
+ padding: $pivotgrid-member-editor-search-padding;
106
+
107
+ .e-clear-icon-hide {
108
+ visibility: hidden;
109
+ }
110
+ }
111
+
112
+ @if ($pivotgrid-skin == 'bootstrap4') {
113
+ &:not(.e-excel-filter) {
114
+ .e-editor-search-container {
115
+ padding: 5px $pivotgrid-editor-search-padding-size 10px;
116
+ }
117
+ }
118
+ }
119
+
120
+ @if ($skin-name == 'bootstrap5') or ($skin-name == 'tailwind') {
121
+ &:not(.e-excel-filter) {
122
+ .e-editor-search-container {
123
+ padding: 5px $pivotgrid-editor-search-padding-size 10px;
124
+ }
125
+ }
126
+ }
127
+
128
+ @if ($skin-name == 'tailwind') {
129
+ &:not(.e-excel-filter) {
130
+ .e-editor-search-container {
131
+ padding: 5px $pivotgrid-editor-search-padding-size 10px;
132
+ }
133
+ }
134
+ }
135
+
136
+ .e-filter-sort {
137
+ box-shadow: none;
138
+ margin-left: $pivotgrid-sort-wrapper-padding-size;
139
+
140
+ .e-member-sort {
141
+ @if ($pivotgrid-skin == 'bootstrap4') {
142
+ background-color: $content-bg;
143
+ border-color: $gray-400;
144
+ color: $gray-700;
145
+ }
146
+
147
+ @if ($skin-name == 'Material3') {
148
+ border: 1px solid $pivotgrid-border;
149
+ border-radius: $pivotgrid-member-sort-border-radius;
150
+ min-width: 40px;
151
+ }
152
+
153
+ &:hover {
154
+ @if ($pivotgrid-skin == 'bootstrap4') {
155
+ /* stylelint-disable */
156
+ background-color: $gray-600 !important;
157
+ border-color: $gray-600 !important;
158
+ color: $white !important;
159
+ /* stylelint-enable */
160
+ }
161
+ }
162
+
163
+ &.e-active {
164
+ @if ($pivotgrid-skin == 'bootstrap4') {
165
+ background: $pivotgrid-sort-select-background-color;
166
+ border-color: $pivotgrid-sort-select-border-color;
167
+ color: $pivotgrid-sort-select-color;
168
+ outline: none;
169
+ }
170
+ }
171
+
172
+ .e-sort-ascend-icon,
173
+ .e-sort-descend-icon {
174
+ font-size: 16px;
175
+ }
176
+
177
+ &:focus {
178
+ @if ($pivotgrid-skin == 'bootstrap4') {
179
+ /* stylelint-disable */
180
+ background-color: $gray-600 !important;
181
+ border-color: $gray-600 !important;
182
+ color: $white !important;
183
+ /* stylelint-enable */
184
+ }
185
+
186
+ &.e-active {
187
+ @if ($skin-name == 'bootstrap4') {
188
+ background: $pivotgrid-sort-select-background-color;
189
+ border-color: $pivotgrid-sort-select-border-color;
190
+ color: $pivotgrid-sort-select-color;
191
+ outline: none;
192
+ }
193
+ }
194
+ }
195
+ }
196
+ }
197
+
198
+ .e-member-prompt {
199
+ padding: 15px $pivotgrid-editor-search-padding-size;
200
+ text-align: center;
201
+ width: 100%;
202
+ }
203
+
204
+ .e-select-all-container {
205
+ ul li .e-text-content > .e-icon-expandable {
206
+ display: none;
207
+ }
208
+ }
209
+
210
+ .e-member-editor-container-outer-div {
211
+ display: inline-block;
212
+ height: $pivotgrid-member-filter-list-height;
213
+ max-width: 400px;
214
+ overflow: auto;
215
+ width: 100%;
216
+ }
217
+
218
+ .e-member-editor-container {
219
+ display: inline-table;
220
+ width: 100%;
221
+
222
+ &.e-olap-field-list-tree {
223
+ overflow-x: auto;
224
+ }
225
+ }
226
+
227
+ ul li .e-text-content .e-checkbox-wrapper {
228
+ @if ($skin-name == 'Material3') {
229
+ /* stylelint-disable */
230
+ margin: 0 !important;
231
+ /* stylelint-enable */
232
+ }
233
+
234
+ .e-ripple-container {
235
+ @if ($skin-name == 'Material3') {
236
+ background: transparent;
237
+ }
238
+ }
239
+ }
240
+
241
+ .e-select-all-container ul,
242
+ .e-member-editor-container ul {
243
+ margin-left: $pivotgrid-member-filter-list-padding-size;
244
+ overflow: hidden;
245
+
246
+ li {
247
+ .e-list-text {
248
+ font-family: $field-list-font-family;
249
+ }
250
+
251
+ .e-list-icon {
252
+ margin: 0;
253
+ }
254
+ }
255
+ }
256
+
257
+ .e-select-all-container ul,
258
+ .e-member-editor-container ul {
259
+ margin-left: $pivotgrid-member-filter-list-padding-size;
260
+ overflow: hidden;
261
+
262
+ li {
263
+ .e-list-text {
264
+ font-family: $field-list-font-family;
265
+ }
266
+
267
+ .e-list-icon {
268
+ margin: 0;
269
+ }
270
+ }
271
+ }
272
+
273
+ .e-excelfilter {
274
+ padding-top: 20px;
275
+
276
+ @if ($skin-name == 'tailwind') {
277
+ padding-top: 12px;
278
+ }
279
+
280
+ .e-member-editor-container-outer-div {
281
+ height: $pivotgrid-excel-member-filter-height;
282
+ }
283
+ }
284
+
285
+ &.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
286
+ height: $pivotgrid-excel-member-filter-node-limit-height;
287
+ }
288
+
289
+ .e-label-filter,
290
+ .e-value-filter {
291
+ height: $pivotgrid-excel-filter-height;
292
+ overflow: auto;
293
+ padding: 20px;
294
+ padding-bottom: 0;
295
+
296
+ .e-filter-text-div {
297
+ /* stylelint-disable */
298
+ color: $pivotview-grid-header-font-color !important;
299
+ /* stylelint-enable */
300
+ font-size: 13px;
301
+ font-weight: 500;
302
+ }
303
+
304
+ .e-filter-option-container-1,
305
+ .e-filter-option-container-2,
306
+ .e-separator-div {
307
+ padding-top: 20px;
308
+ }
309
+
310
+ .e-between-text-div {
311
+ padding: 8px 0;
312
+ }
313
+
314
+ .e-disable {
315
+ display: none;
316
+ }
317
+
318
+ @if ($skin-name == 'tailwind') {
319
+ padding-top: 0;
320
+ }
321
+ }
322
+
323
+ .e-filter-tab-container {
324
+ border: none;
325
+
326
+ .e-tab-header {
327
+ .e-toolbar-item .e-icon-left + .e-tab-text {
328
+ margin: 0 0 0 6px;
329
+ }
330
+
331
+ .e-text-wrap {
332
+ .e-tab-icon {
333
+ height: fit-content;
334
+
335
+ &::before {
336
+ font-size: 14px;
337
+ /* stylelint-disable */
338
+ top: 0 !important;
339
+ /* stylelint-enable */
340
+ }
341
+ }
342
+ }
343
+ }
344
+
345
+ &.e-rtl {
346
+ .e-tab-header {
347
+ .e-toolbar-item .e-icon-left + .e-tab-text {
348
+ margin: 0 6px 0 0;
349
+ }
350
+ }
351
+ }
352
+ }
353
+
354
+ /* stylelint-disable */
355
+ .e-disable {
356
+ display: none !important;
357
+ }
358
+
359
+ .e-clear-filter-button {
360
+ float: left;
361
+ margin: 0 !important;
362
+
363
+ @if ($skin-name == 'FluentUI') {
364
+ margin-left: 0 !important;
365
+ margin-right: 0 !important;
366
+ }
367
+ &.e-disable {
368
+ display: none;
369
+ }
370
+ }
371
+
372
+ .e-editor-label-container {
373
+ align-items: center;
374
+ background: $pivotgrid-editor-label-fill;
375
+ display: flex !important;
376
+ /* stylelint-enable */
377
+ height: 40px;
378
+ justify-content: center;
379
+ opacity: $pivotgrid-editor-label-excel-opacity;
380
+ @if ($skin-name == 'Material3') {
381
+ border-top: $pivotpager-separator-border;
382
+ }
383
+
384
+ .e-editor-label {
385
+ color: $pivotgrid-editor-label-color;
386
+ font: $pivotgrid-editor-label-font;
387
+ margin-bottom: 0;
388
+ opacity: $pivotgrid-editor-label-opacity;
389
+ overflow: hidden;
390
+ text-overflow: ellipsis;
391
+ white-space: nowrap;
392
+ }
393
+ }
394
+
395
+ &.e-rtl {
396
+ .e-member-editor-outer-container {
397
+ .e-editor-search-container {
398
+ .e-filter-sort {
399
+ margin-left: 0;
400
+ margin-right: $pivotgrid-sort-wrapper-padding-size;
401
+ }
402
+ }
403
+
404
+ ul {
405
+ margin-left: 0;
406
+ margin-right: $pivotgrid-member-filter-list-padding-size;
407
+ }
408
+ }
409
+ .e-member-editor-outer-container {
410
+ .e-editor-search-container {
411
+ .e-filter-sort {
412
+ margin-left: 0;
413
+ margin-right: $pivotgrid-sort-wrapper-padding-size;
414
+ }
415
+ }
416
+
417
+ ul {
418
+ margin-left: 0;
419
+ margin-right: $pivotgrid-member-filter-list-padding-size;
420
+ }
421
+ }
422
+
423
+ .e-footer-content {
424
+ .e-clear-filter-button {
425
+ float: right;
426
+ margin: 0;
427
+ }
428
+ }
429
+ }
430
+
431
+ &.e-olap-editor-dialog {
432
+ .e-member-editor-outer-container {
433
+ .e-select-all-container ul,
434
+ .e-member-editor-container ul {
435
+ margin-left: 0;
436
+ }
437
+
438
+ .e-treeview ul:first-child {
439
+ padding-left: 10px;
440
+ padding-right: 10px;
441
+ }
442
+
443
+ .e-editor-search-container {
444
+ .e-level-drop {
445
+ margin: 0 5px;
446
+
447
+ .e-caret {
448
+ font-size: $pivotgrid-button-icon-size;
449
+ }
450
+
451
+ li .e-disabled {
452
+ opacity: .5;
453
+ pointer-events: none;
454
+ }
455
+ }
456
+ }
457
+ }
458
+ .e-member-editor-outer-container {
459
+ .e-select-all-container ul,
460
+ .e-member-editor-container ul {
461
+ margin-left: 0;
462
+ }
463
+
464
+ .e-treeview ul:first-child {
465
+ padding-left: 10px;
466
+ padding-right: 10px;
467
+ }
468
+
469
+ .e-editor-search-container {
470
+ .e-level-drop {
471
+ margin: 0 5px;
472
+
473
+ .e-caret {
474
+ font-size: $pivotgrid-button-icon-size;
475
+ }
476
+
477
+ li .e-disabled {
478
+ opacity: .5;
479
+ pointer-events: none;
480
+ }
481
+ }
482
+ }
483
+ }
484
+
485
+ &.e-rtl {
486
+ .e-member-editor-outer-container {
487
+ ul {
488
+ margin-right: 0;
489
+ }
490
+ }
491
+ }
492
+ }
493
+ /* stylelint-disable */
494
+ .e-member-editor-outer-container:not(.e-excelfilter) {
495
+ .e-editor-search-container {
496
+ padding-top: 4px !important;
497
+ }
498
+ }
499
+ }
500
+
501
+ .e-value-field-settings,
502
+ .e-member-editor-dialog,
503
+ .e-pivot-format-dialog,
504
+ .e-group-field-settings {
505
+
506
+ .e-dlg-header-content {
507
+ border: 0;
508
+ border-radius: $pivotgrid-default-border-radius;
509
+ font-weight: normal;
510
+ }
511
+
512
+ .e-footer-content {
513
+ border-top-left-radius: 0;
514
+ border-top-right-radius: 0;
515
+ @if ($skin-name != 'FluentUI') {
516
+ padding-top: $pivotgrid-editor-dialog-footer-padding;
517
+ padding-bottom: $pivotgrid-editor-dialog-footer-padding;
518
+ }
519
+ }
520
+
521
+ .e-dlg-content {
522
+ overflow: hidden;
523
+ @if ($skin-name == 'Material3') {
524
+ border-radius: 0;
525
+ }
526
+
527
+ .e-empty-field::-webkit-input-placeholder {
528
+ color: $error-font-color !important;
529
+ font-weight: 600 !important;
530
+ }
531
+
532
+ .e-empty-field:-moz-placeholder {
533
+ color: $error-font-color !important;
534
+ font-weight: 600 !important;
535
+ }
536
+
537
+ .e-empty-field::-moz-placeholder {
538
+ color: $error-font-color !important;
539
+ font-weight: 600 !important;
540
+ }
541
+
542
+ .e-empty-field:-ms-input-placeholder {
543
+ color: $error-font-color !important;
544
+ font-weight: 600 !important;
545
+ }
546
+ }
547
+ }
548
+
549
+ .e-member-editor-dialog,
550
+ .e-pivot-format-dialog {
551
+ .e-dlg-content {
552
+ @if ($skin-name != 'FluentUI') {
553
+ padding: 0;
554
+ }
555
+
556
+ @if ($skin-name == 'FluentUI') {
557
+ padding-left: 0 !important;
558
+ padding-right: 0 !important;
559
+ }
560
+ }
561
+ }
562
+ /* stylelint-enable */
563
+
564
+ .e-value-field-settings,
565
+ .e-member-editor-dialog {
566
+ .e-footer-content {
567
+ border-top: $pivotgrid-border-size $pivotgrid-border-type $pivotgrid-default-border-color;
568
+
569
+ @if ($skin-name == 'FluentUI') {
570
+ border-top: 0;
571
+ }
572
+ }
573
+ }
574
+
575
+ .e-value-field-settings,
576
+ .e-pivot-format-dialog {
577
+ min-width: 300px;
578
+
579
+ .e-dlg-content {
580
+ overflow: auto;
581
+
582
+ @if ($skin-name == 'tailwind') {
583
+ padding-top: 12px;
584
+ }
585
+ }
586
+ }
587
+
588
+ .e-pivotchart-type-dialog {
589
+ /* stylelint-disable */
590
+ max-width: 350px !important;
591
+ max-height: 380px !important;
592
+ /* stylelint-enable */
593
+
594
+ .e-chart-type-option-container,
595
+ .e-chart-type-option-text {
596
+ padding-bottom: 20px;
597
+
598
+ .e-chart-type-option-text {
599
+ padding-bottom: 5px;
600
+ }
601
+ }
602
+
603
+ .e-multiple-axes-mode-container {
604
+ padding-top: 20px;
605
+
606
+ .e-multiple-axes-mode-text {
607
+ padding-bottom: 5px;
608
+ }
609
+ }
610
+
611
+ .e-dialog-multiple-axis,
612
+ .e-dialog-show-legend {
613
+ width: 49%;
614
+ }
615
+ }
616
+
617
+ .e-pivot-format-dialog {
618
+ /* stylelint-disable */
619
+ max-height: 550px !important;
620
+ max-width: 350px !important;
621
+ /* stylelint-enable */
622
+
623
+ .e-pivot-format-dialog-outer {
624
+ padding: 0 $pivotgrid-editor-search-padding-size;
625
+
626
+ .e-pivot-format-value-lable,
627
+ .e-pivot-format-lable,
628
+ .e-pivot-format-custom-lable,
629
+ .e-pivot-format-grouping-lable,
630
+ .e-pivot-format-decimal-lable {
631
+ font-weight: 500;
632
+ @if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') {
633
+ padding-bottom: 4px;
634
+ }
635
+ }
636
+
637
+ .e-pivot-format-value-drop,
638
+ .e-pivot-format-drop,
639
+ .e-pivot-format-custom-text,
640
+ .e-pivot-format-grouping-drop,
641
+ .e-pivot-format-decimal-drop {
642
+ margin-bottom: 20px;
643
+ @if ($skin-name == 'tailwind') {
644
+ margin-bottom: 12px;
645
+ }
646
+ }
647
+ }
648
+ }
649
+
650
+ &.sf-pivotview {
651
+ .e-pivot-toolbar {
652
+ box-sizing: border-box;
653
+ }
654
+ }
655
+
656
+ .e-pivot-toolbar {
657
+ background: $pivotgrid-grp-bg-color;
658
+ border-bottom: 0;
659
+ border-style: solid;
660
+
661
+ @if ($skin-name == 'FluentUI') {
662
+ box-shadow: none;
663
+ }
664
+
665
+ @if ($skin-name == 'bootstrap5') or ($skin-name == 'tailwind') or ($skin-name == 'FluentUI') or ($skin-name == 'Material3') {
666
+ border-top: 1px solid $pivotgrid-border;
667
+ border-left: 1px solid $pivotgrid-border;
668
+ border-right: 1px solid $pivotgrid-border;
669
+ }
670
+
671
+ .e-toolbar-items {
672
+ background: $pivotgrid-grp-bg-color;
673
+ }
674
+
675
+ .e-toolbar-item .e-tbar-btn.e-btn {
676
+
677
+ .e-icons.e-btn-icon {
678
+ @if ($skin-name != 'bootstrap5') and ($skin-name != 'tailwind') and ($skin-name != 'FluentUI') and ($skin-name != 'Material3') {
679
+ font-size: 16px;
680
+ }
681
+ }
682
+ }
683
+
684
+ .e-pivot-toolbar-menu {
685
+ background-color: $pivotgrid-table-background-color;
686
+ border: none;
687
+ @if ($pivotgrid-skin == 'bootstrap4') {
688
+ background-color: $gray-100;
689
+ color: $gray-700;
690
+ }
691
+
692
+ ul .e-menu-item {
693
+ @if ($skin-name != 'tailwind') {
694
+ /* stylelint-disable */
695
+ height: $pivotgrid-menubar-height !important;
696
+ /* stylelint-enable */
697
+ }
698
+ overflow: hidden;
699
+ padding-left: 10px;
700
+
701
+ @if ($pivotgrid-skin == 'bootstrap4') {
702
+ background-color: $pivotgrid-grp-bg-color;
703
+ color: $gray-700;
704
+ }
705
+
706
+ @if ($pivotgrid-skin =='FluentUI') {
707
+ background-color: $pivotgrid-grp-bg-color;
708
+
709
+ &:hover {
710
+ background: $pivotgrid-grp-bg-hover-color;
711
+ }
712
+ }
713
+
714
+ .e-menu-icon {
715
+ margin-left: 0;
716
+ margin-right: 0;
717
+
718
+ @if ($skin-name != 'bootstrap5') and ($skin-name != 'tailwind') {
719
+ font-size: 16px;
720
+ }
721
+
722
+ @if ($pivotgrid-skin == 'bootstrap4') {
723
+ color: $gray-700;
724
+ }
725
+
726
+ @if ($pivotgrid-skin == 'FluentUI') {
727
+ color: $pivotgrid-active-color;
728
+ }
729
+
730
+ @if ($skin-name == 'bootstrap5') {
731
+ line-height: $pivotgrid-menubar-height;
732
+ }
733
+
734
+ @if ($skin-name == 'FluentUI') {
735
+ line-height: 28px;
736
+ }
737
+
738
+ @if ($skin-name == 'tailwind') {
739
+ line-height: 40px;
740
+ }
741
+ }
742
+
743
+ .e-caret {
744
+ @if ($pivotgrid-skin == 'bootstrap4') {
745
+ color: $gray-700;
746
+ }
747
+
748
+ @if ($pivotgrid-skin == 'FluentUI') {
749
+ color: $pivotgrid-active-color;
750
+ }
751
+
752
+ @if ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') {
753
+ line-height: $pivotgrid-menubar-height;
754
+ }
755
+
756
+ @if ($skin-name == 'tailwind') {
757
+ line-height: 40px;
758
+ }
759
+ }
760
+ }
761
+
762
+ ul .e-menu-item.e-focused {
763
+ @if ($pivotgrid-skin == 'bootstrap4') {
764
+ background-color: $gray-600;
765
+ border-radius: $pivotgrid-default-border-radius;
766
+ }
767
+
768
+ .e-menu-icon,
769
+ .e-icons{
770
+ @if ($pivotgrid-skin == 'bootstrap4') {
771
+ color: $white;
772
+ }
773
+
774
+ @if ($pivotgrid-skin == 'FluentUI') {
775
+ color: $pivotgrid-active-color;
776
+ }
777
+ }
778
+ }
779
+
780
+ /* stylelint-disable */
781
+ ul.e-menu {
782
+ @if ($pivotgrid-skin == 'fabric') or ($pivotgrid-skin == 'fabric-dark') or
783
+ ($pivotgrid-skin == 'highcontrast') or ($pivotgrid-skin == 'highcontrast-light') {
784
+ padding-left: 0 !important;
785
+ padding-right: 0 !important;
786
+ }
787
+ }
788
+ }
789
+
790
+ .e-tab .e-tab-header .e-toolbar-item.e-active {
791
+ margin-left: 18px !important;
792
+ }
793
+
794
+ .e-toolbar-item.e-template {
795
+ padding: 0 !important;
796
+ /* stylelint-enable */
797
+ }
798
+
799
+ .e-reportlist-label {
800
+ float: left;
801
+ font-weight: 500;
802
+ }
803
+
804
+ .e-reportlist-drop {
805
+ float: right;
806
+ margin: 0 8px;
807
+ @if ($skin-name == 'Material3') {
808
+ background: $pivotgrid-grp-bg-color;
809
+ }
810
+ }
811
+
812
+ &.e-rtl {
813
+ .e-reportlist-label {
814
+ float: right;
815
+ }
816
+
817
+ .e-reportlist-drop {
818
+ float: left;
819
+ }
820
+
821
+ .e-pivot-toolbar-menu {
822
+ ul .e-menu-item {
823
+ padding-left: 30px;
824
+ padding-right: 10px;
825
+ }
826
+ }
827
+ }
828
+ }
829
+
830
+ .e-frozenscrollbar {
831
+ background: $pivotgrid-grp-bg-color;
832
+ }
833
+
834
+ /* stylelint-disable */
835
+ & .e-headercontent {
836
+ & .e-columnheader {
837
+ & .e-headercell.e-leftfreeze {
838
+ // For safari browser only
839
+ -webkit-transform: translate3d(0, 0, 0);
840
+ }
841
+ }
842
+ }
843
+ /* stylelint-enable */
844
+ }
845
+
846
+ .e-pivotview-disable-icon {
847
+ visibility: hidden;
848
+ }
849
+
850
+ .e-pivotview-report-inner {
851
+ padding-top: 10px;
852
+ }
853
+
854
+ .e-pivotview-report-dialog {
855
+ /* stylelint-disable */
856
+ max-width: 350px !important;
857
+ }
858
+
859
+ .e-mdx-query-content {
860
+ background-color: $pivotgrid-table-background-color;
861
+ color: $pivotgrid-default-font-color;
862
+ font-size: 14px;
863
+ font-weight: 500;
864
+ height: 200px;
865
+ margin-top: 5px;
866
+ padding: 5px 10px;
867
+ resize: none;
868
+ width: 100%;
869
+ }
870
+
871
+ .e-pivotview-mdx-dialog {
872
+ max-width: 500px !important;
873
+ }
874
+ /* stylelint-enable */
875
+
876
+ .e-report-outer {
877
+ display: inline-block;
878
+ width: 100%;
879
+ @if ($skin-name == 'FluentUI') {
880
+ padding-top: 1px;
881
+ }
882
+ }
883
+
884
+ .e-pivotview-report-label {
885
+ float: left;
886
+ margin-top: $pivotgrid-report-label-margin-top;
887
+ width: 40%;
888
+ @if ($skin-name == 'bootstrap5') {
889
+ padding-left: 12px;
890
+ }
891
+ }
892
+
893
+ /* stylelint-disable */
894
+ .e-pivotview-report-input {
895
+ float: right;
896
+ width: 60% !important;
897
+ }
898
+
899
+ #{if(&, "&", "*")}.e-rtl {
900
+ .e-pivotview-report-input {
901
+ float: left;
902
+ }
903
+
904
+ .e-pivotview-report-label {
905
+ float: right;
906
+ }
907
+ }
908
+
909
+
910
+ .e-pivotview-pdf-export,
911
+ .e-pivotview-excel-export,
912
+ .e-pivotview-csv-export,
913
+ .e-pivotview-png-export,
914
+ .e-pivotview-jpeg-export,
915
+ .e-pivotview-svg-export {
916
+ font-size: 18px !important;
917
+ }
918
+ /* stylelint-enable */
919
+
920
+ .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul {
921
+ .e-dialog-multiple-axis .e-label,
922
+ .e-dialog-multiple-axis .e-label {
923
+ white-space: nowrap;
924
+ }
925
+ }
926
+
927
+ .e-drillthrough-dialog {
928
+ .e-drillthrough-body-header-container {
929
+ margin-bottom: 20px;
930
+
931
+ @if ($skin-name == 'bootstrap5') {
932
+ margin-bottom: 18px;
933
+ }
934
+ }
935
+
936
+ .e-drillthrough-body-header {
937
+ color: $pivotgrid-drillthrough-header-font-color;
938
+ font-weight: $pivotgrid-drillthrough-header-font-weight;
939
+ }
940
+
941
+ .e-drillthrough-body-header-value {
942
+ color: $pivotgrid-drillthrough-header-value-font-color;
943
+ margin-right: 20px;
944
+ }
945
+
946
+ /* stylelint-disable */
947
+ .e-drillthrough-body-header-common {
948
+ -webkit-flex-wrap: wrap;
949
+ -moz-flex-wrap: wrap;
950
+ -ms-flex-wrap: wrap;
951
+ display: inline-block;
952
+ flex-wrap: wrap;
953
+ }
954
+ /* stylelint-enable */
955
+ }
956
+
957
+ .e-bigger .e-pivotview,
958
+ .e-bigger.e-pivotview {
959
+ .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
960
+ @if ($skin-name != 'tailwind') and ($skin-name != 'bootstrap5') {
961
+ /* stylelint-disable */
962
+ height: $pivotgrid-bigger-menubar-height !important;
963
+ /* stylelint-enable */
964
+ }
965
+
966
+ .e-menu-icon {
967
+ @if ($skin-name == 'tailwind') {
968
+ line-height: 50px;
969
+ }
970
+ }
971
+
972
+ .e-caret {
973
+ @if ($skin-name == 'tailwind') {
974
+ line-height: 50px;
975
+ }
976
+ }
977
+ }
978
+
979
+ /* stylelint-disable */
980
+ .e-member-editor-dialog {
981
+ .e-editor-search-container {
982
+ .e-filter-sort {
983
+ .e-member-sort {
984
+ .e-sort-ascend-icon,
985
+ .e-sort-descend-icon {
986
+ font-size: 18px;
987
+ }
988
+ }
989
+ }
990
+
991
+ .e-level-drop {
992
+ .e-caret {
993
+ font-size: $pivotgrid-bigger-button-icon-size !important;
994
+ }
995
+ }
996
+ }
997
+
998
+ .e-member-editor-outer-container ul {
999
+ @if ($pivotgrid-skin == 'bootstrap4') {
1000
+ margin-left: -30px !important;
1001
+ }
1002
+ }
1003
+
1004
+ &.e-rtl {
1005
+ .e-member-editor-outer-container ul {
1006
+ @if ($pivotgrid-skin == 'bootstrap4') {
1007
+ margin-right: -30px !important;
1008
+ }
1009
+ }
1010
+ }
1011
+
1012
+ .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
1013
+ height: $pivotgrid-member-filter-list-bigger-height;
1014
+ }
1015
+ }
1016
+
1017
+ .e-member-editor-dialog {
1018
+ .e-filter-tab-container {
1019
+ .e-tab-header {
1020
+ .e-toolbar-item .e-icon-left + .e-tab-text {
1021
+ margin: 0 0 0 6px;
1022
+ }
1023
+ }
1024
+
1025
+ &.e-rtl {
1026
+ .e-tab-header {
1027
+ .e-toolbar-item .e-icon-left + .e-tab-text {
1028
+ margin: 0 6px 0 0;
1029
+ }
1030
+ }
1031
+ }
1032
+ }
1033
+
1034
+ &.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
1035
+ height: $pivotgrid-excelfilter-member-editor-node-limit-height !important;
1036
+ }
1037
+
1038
+ .e-excelfilter {
1039
+ .e-member-editor-container-outer-div {
1040
+ height: $pivotgrid-excel-member-filter-bigger-height !important;
1041
+ }
1042
+ @if ($skin-name == 'tailwind') {
1043
+ padding-top: 16px;
1044
+ }
1045
+ }
1046
+
1047
+ .e-label-filter,
1048
+ .e-value-filter {
1049
+ height: $pivotgrid-excel-filter-bigger-height;
1050
+
1051
+ .e-filter-text-div {
1052
+ font-size: 14px;
1053
+ }
1054
+
1055
+ .e-filter-option-container-1,
1056
+ .e-filter-option-container-2,
1057
+ .e-separator-div {
1058
+ padding-top: 24px;
1059
+ }
1060
+
1061
+ .e-between-text-div {
1062
+ padding: 10px 0;
1063
+ }
1064
+ }
1065
+
1066
+ &.e-excel-filter {
1067
+ min-width: $pivotgrid-bigger-excel-dialog-min-width !important;
1068
+ min-height: $pivotgrid-member-editor-bigger-height !important;
1069
+
1070
+ &.e-node-limit {
1071
+ min-height: $pivotgrid-member-editor-node-limit-bigger-height !important;
1072
+ }
1073
+ }
1074
+ }
1075
+
1076
+ .e-member-editor-dialog,
1077
+ .e-value-field-settings,
1078
+ .e-pivot-format-dialog {
1079
+ .e-dlg-header-content {
1080
+ .e-clear-filter-button.e-small {
1081
+ font-size: 14px;
1082
+ top: 0;
1083
+ }
1084
+ }
1085
+ }
1086
+
1087
+ .e-value-field-settings {
1088
+ max-height: 510px !important;
1089
+
1090
+ .e-dlg-content {
1091
+ padding: 0;
1092
+ }
1093
+ }
1094
+ /* stylelint-enable */
1095
+
1096
+ .e-pivot-format-dialog {
1097
+ .e-pivot-format-dialog-outer {
1098
+ padding: 0 20px 10px;
1099
+ }
1100
+ }
1101
+
1102
+ .e-group-field-settings {
1103
+ .e-caption-option-text,
1104
+ .e-checkbox-wrapper .e-label {
1105
+ font-size: 14px;
1106
+ }
1107
+
1108
+ .e-group-input-container,
1109
+ .e-group-end-option-container,
1110
+ .e-group-interval-option-container {
1111
+ padding-top: 24px;
1112
+ }
1113
+
1114
+ .e-caption-input-text,
1115
+ .e-input-option-text,
1116
+ .e-checkbox-wrapper .e-label,
1117
+ .e-group-inerval-option-text {
1118
+ font-size: 14px;
1119
+ }
1120
+
1121
+ .e-group-start-option-container .e-checkbox-wrapper {
1122
+ padding-top: $pivotgrid-grouping-bigger-padding-top;
1123
+ }
1124
+ }
1125
+
1126
+ .e-value-field-settings {
1127
+ .e-field-name-text-container {
1128
+ display: flex;
1129
+ }
1130
+
1131
+ .e-field-name-title,
1132
+ .e-field-name-content {
1133
+ font-size: 14px;
1134
+ // font-size: 13px;
1135
+ font-weight: 500;
1136
+ }
1137
+
1138
+ .e-caption-input-container,
1139
+ .e-type-option-container,
1140
+ .e-base-field-option-container,
1141
+ .e-base-item-option-container {
1142
+ padding-top: 24px;
1143
+ }
1144
+
1145
+ .e-base-field-option-text,
1146
+ .e-base-item-option-text,
1147
+ .e-type-option-text {
1148
+ font-size: 14px;
1149
+ }
1150
+ }
1151
+
1152
+ /* stylelint-disable */
1153
+ .e-value-field-settings,
1154
+ .e-group-field-settings {
1155
+ .e-value-field-div-content,
1156
+ .e-group-field-div-content {
1157
+ padding: 0 $pivotgrid-editor-search-padding-size 10px;
1158
+ }
1159
+ }
1160
+ /* stylelint-enable */
1161
+ }
1162
+
1163
+ .e-bigger .e-pivotview-report-dialog,
1164
+ .e-bigger.e-pivotview-report-dialog {
1165
+ .e-pivotview-report-label {
1166
+ margin-top: $pivotgrid-bigger-report-label-margin-top;
1167
+ }
1168
+ }
1169
+ }