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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +8 -0
  3. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
  4. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
  5. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
  6. package/esm2020/src/pivotview/pivotview-all.module.mjs +65 -0
  7. package/esm2020/src/pivotview/pivotview.component.mjs +163 -0
  8. package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
  9. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
  10. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +353 -0
  11. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  12. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +353 -0
  13. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  14. package/package.json +26 -12
  15. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
  16. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
  17. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
  18. package/src/pivotview/pivotview-all.module.d.ts +6 -0
  19. package/src/pivotview/pivotview.component.d.ts +3 -0
  20. package/src/pivotview/pivotview.module.d.ts +6 -0
  21. package/styles/material3-dark.css +0 -56
  22. package/styles/material3-dark.scss +1 -0
  23. package/styles/material3.css +0 -111
  24. package/styles/material3.scss +1 -0
  25. package/styles/pivotfieldlist/_all.scss +2 -0
  26. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +231 -0
  27. package/styles/pivotfieldlist/_bootstrap-definition.scss +213 -0
  28. package/styles/pivotfieldlist/_bootstrap4-definition.scss +213 -0
  29. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
  30. package/styles/pivotfieldlist/_bootstrap5-definition.scss +217 -0
  31. package/styles/pivotfieldlist/_fabric-dark-definition.scss +219 -0
  32. package/styles/pivotfieldlist/_fabric-definition.scss +213 -0
  33. package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
  34. package/styles/pivotfieldlist/_fluent-definition.scss +217 -0
  35. package/styles/pivotfieldlist/_fusionnew-definition.scss +216 -0
  36. package/styles/pivotfieldlist/_highcontrast-definition.scss +214 -0
  37. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +214 -0
  38. package/styles/pivotfieldlist/_layout.scss +1958 -0
  39. package/styles/pivotfieldlist/_material-dark-definition.scss +214 -0
  40. package/styles/pivotfieldlist/_material-definition.scss +214 -0
  41. package/styles/pivotfieldlist/_material3-dark-definition.scss +1 -0
  42. package/styles/pivotfieldlist/_material3-definition.scss +224 -0
  43. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
  44. package/styles/pivotfieldlist/_tailwind-definition.scss +217 -0
  45. package/styles/pivotfieldlist/_theme.scss +1973 -0
  46. package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
  47. package/styles/pivotfieldlist/bootstrap.scss +4 -1
  48. package/styles/pivotfieldlist/bootstrap4.scss +4 -1
  49. package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
  50. package/styles/pivotfieldlist/bootstrap5.scss +4 -1
  51. package/styles/pivotfieldlist/fabric-dark.scss +4 -1
  52. package/styles/pivotfieldlist/fabric.scss +4 -1
  53. package/styles/pivotfieldlist/fluent-dark.scss +4 -1
  54. package/styles/pivotfieldlist/fluent.scss +4 -1
  55. package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
  56. package/styles/pivotfieldlist/highcontrast.scss +4 -1
  57. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +359 -0
  58. package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
  59. package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
  60. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
  61. package/styles/pivotfieldlist/icons/_bootstrap5.scss +358 -0
  62. package/styles/pivotfieldlist/icons/_fabric-dark.scss +359 -0
  63. package/styles/pivotfieldlist/icons/_fabric.scss +359 -0
  64. package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
  65. package/styles/pivotfieldlist/icons/_fluent.scss +358 -0
  66. package/styles/pivotfieldlist/icons/_fusionnew.scss +353 -0
  67. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +358 -0
  68. package/styles/pivotfieldlist/icons/_highcontrast.scss +358 -0
  69. package/styles/pivotfieldlist/icons/_material-dark.scss +359 -0
  70. package/styles/pivotfieldlist/icons/_material.scss +358 -0
  71. package/styles/pivotfieldlist/icons/_material3-dark.scss +1 -0
  72. package/styles/pivotfieldlist/icons/_material3.scss +357 -0
  73. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +357 -0
  74. package/styles/pivotfieldlist/icons/_tailwind.scss +357 -0
  75. package/styles/pivotfieldlist/material-dark.scss +4 -1
  76. package/styles/pivotfieldlist/material.scss +4 -1
  77. package/styles/pivotfieldlist/material3-dark.scss +4 -1
  78. package/styles/pivotfieldlist/material3.scss +4 -1
  79. package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
  80. package/styles/pivotfieldlist/tailwind.scss +4 -1
  81. package/styles/pivotview/_all.scss +2 -0
  82. package/styles/pivotview/_bootstrap-dark-definition.scss +174 -0
  83. package/styles/pivotview/_bootstrap-definition.scss +171 -0
  84. package/styles/pivotview/_bootstrap4-definition.scss +171 -0
  85. package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
  86. package/styles/pivotview/_bootstrap5-definition.scss +176 -0
  87. package/styles/pivotview/_fabric-dark-definition.scss +173 -0
  88. package/styles/pivotview/_fabric-definition.scss +170 -0
  89. package/styles/pivotview/_fluent-dark-definition.scss +1 -0
  90. package/styles/pivotview/_fluent-definition.scss +176 -0
  91. package/styles/pivotview/_fusionnew-definition.scss +176 -0
  92. package/styles/pivotview/_highcontrast-definition.scss +169 -0
  93. package/styles/pivotview/_highcontrast-light-definition.scss +170 -0
  94. package/styles/pivotview/_layout.scss +1152 -0
  95. package/styles/pivotview/_material-dark-definition.scss +177 -0
  96. package/styles/pivotview/_material-definition.scss +173 -0
  97. package/styles/pivotview/_material3-dark-definition.scss +1 -0
  98. package/styles/pivotview/_material3-definition.scss +179 -0
  99. package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
  100. package/styles/pivotview/_tailwind-definition.scss +176 -0
  101. package/styles/pivotview/_theme.scss +1978 -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 -838
  143. package/dist/ej2-angular-pivotview.umd.js +0 -707
  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,1152 @@
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
+ .e-pivot-toolbar {
651
+ background: $pivotgrid-grp-bg-color;
652
+ border-bottom: 0;
653
+ border-style: solid;
654
+
655
+ @if ($skin-name == 'FluentUI') {
656
+ box-shadow: none;
657
+ }
658
+
659
+ @if ($skin-name == 'bootstrap5') or ($skin-name == 'tailwind') or ($skin-name == 'FluentUI') or ($skin-name == 'Material3') {
660
+ border-top: 1px solid $pivotgrid-border;
661
+ border-left: 1px solid $pivotgrid-border;
662
+ border-right: 1px solid $pivotgrid-border;
663
+ }
664
+
665
+ .e-toolbar-items {
666
+ background: $pivotgrid-grp-bg-color;
667
+ }
668
+
669
+ .e-toolbar-item .e-tbar-btn.e-btn {
670
+
671
+ .e-icons.e-btn-icon {
672
+ @if ($skin-name != 'bootstrap5') and ($skin-name != 'tailwind') and ($skin-name != 'FluentUI') and ($skin-name != 'Material3') {
673
+ font-size: 16px;
674
+ }
675
+ }
676
+ }
677
+
678
+ .e-pivot-toolbar-menu {
679
+ background-color: $pivotgrid-table-background-color;
680
+ border: none;
681
+ @if ($pivotgrid-skin == 'bootstrap4') {
682
+ background-color: $gray-100;
683
+ color: $gray-700;
684
+ }
685
+
686
+ ul .e-menu-item {
687
+ @if ($skin-name != 'tailwind') {
688
+ /* stylelint-disable */
689
+ height: $pivotgrid-menubar-height !important;
690
+ /* stylelint-enable */
691
+ }
692
+ overflow: hidden;
693
+ padding-left: 10px;
694
+
695
+ @if ($pivotgrid-skin == 'bootstrap4') {
696
+ background-color: $pivotgrid-grp-bg-color;
697
+ color: $gray-700;
698
+ }
699
+
700
+ @if ($pivotgrid-skin =='FluentUI') {
701
+ background-color: $pivotgrid-grp-bg-color;
702
+
703
+ &:hover {
704
+ background: $pivotgrid-grp-bg-hover-color;
705
+ }
706
+ }
707
+
708
+ .e-menu-icon {
709
+ margin-left: 0;
710
+ margin-right: 0;
711
+
712
+ @if ($skin-name != 'bootstrap5') and ($skin-name != 'tailwind') {
713
+ font-size: 16px;
714
+ }
715
+
716
+ @if ($pivotgrid-skin == 'bootstrap4') {
717
+ color: $gray-700;
718
+ }
719
+
720
+ @if ($pivotgrid-skin == 'FluentUI') {
721
+ color: $pivotgrid-active-color;
722
+ }
723
+
724
+ @if ($skin-name == 'bootstrap5') {
725
+ line-height: $pivotgrid-menubar-height;
726
+ }
727
+
728
+ @if ($skin-name == 'FluentUI') {
729
+ line-height: 28px;
730
+ }
731
+
732
+ @if ($skin-name == 'tailwind') {
733
+ line-height: 40px;
734
+ }
735
+ }
736
+
737
+ .e-caret {
738
+ @if ($pivotgrid-skin == 'bootstrap4') {
739
+ color: $gray-700;
740
+ }
741
+
742
+ @if ($pivotgrid-skin == 'FluentUI') {
743
+ color: $pivotgrid-active-color;
744
+ }
745
+
746
+ @if ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') {
747
+ line-height: $pivotgrid-menubar-height;
748
+ }
749
+
750
+ @if ($skin-name == 'tailwind') {
751
+ line-height: 40px;
752
+ }
753
+ }
754
+ }
755
+
756
+ ul .e-menu-item.e-focused {
757
+ @if ($pivotgrid-skin == 'bootstrap4') {
758
+ background-color: $gray-600;
759
+ border-radius: $pivotgrid-default-border-radius;
760
+ }
761
+
762
+ .e-menu-icon,
763
+ .e-icons{
764
+ @if ($pivotgrid-skin == 'bootstrap4') {
765
+ color: $white;
766
+ }
767
+
768
+ @if ($pivotgrid-skin == 'FluentUI') {
769
+ color: $pivotgrid-active-color;
770
+ }
771
+ }
772
+ }
773
+
774
+ /* stylelint-disable */
775
+ ul.e-menu {
776
+ @if ($pivotgrid-skin == 'fabric') or ($pivotgrid-skin == 'fabric-dark') or
777
+ ($pivotgrid-skin == 'highcontrast') or ($pivotgrid-skin == 'highcontrast-light') {
778
+ padding-left: 0 !important;
779
+ padding-right: 0 !important;
780
+ }
781
+ }
782
+ }
783
+
784
+ .e-tab .e-tab-header .e-toolbar-item.e-active {
785
+ margin-left: 18px !important;
786
+ }
787
+
788
+ .e-toolbar-item.e-template {
789
+ padding: 0 !important;
790
+ /* stylelint-enable */
791
+ }
792
+
793
+ .e-reportlist-label {
794
+ float: left;
795
+ font-weight: 500;
796
+ }
797
+
798
+ .e-reportlist-drop {
799
+ float: right;
800
+ margin: 0 8px;
801
+ @if ($skin-name == 'Material3') {
802
+ background: $pivotgrid-grp-bg-color;
803
+ }
804
+ }
805
+
806
+ &.e-rtl {
807
+ .e-reportlist-label {
808
+ float: right;
809
+ }
810
+
811
+ .e-reportlist-drop {
812
+ float: left;
813
+ }
814
+
815
+ .e-pivot-toolbar-menu {
816
+ ul .e-menu-item {
817
+ padding-left: 30px;
818
+ padding-right: 10px;
819
+ }
820
+ }
821
+ }
822
+ }
823
+
824
+ .e-frozenscrollbar {
825
+ background: $pivotgrid-grp-bg-color;
826
+ }
827
+ }
828
+
829
+ .e-pivotview-disable-icon {
830
+ visibility: hidden;
831
+ }
832
+
833
+ .e-pivotview-report-inner {
834
+ padding-top: 10px;
835
+ }
836
+
837
+ .e-pivotview-report-dialog {
838
+ /* stylelint-disable */
839
+ max-width: 350px !important;
840
+ }
841
+
842
+ .e-mdx-query-content {
843
+ background-color: $pivotgrid-table-background-color;
844
+ color: $pivotgrid-default-font-color;
845
+ font-size: 14px;
846
+ font-weight: 500;
847
+ height: 200px;
848
+ margin-top: 5px;
849
+ padding: 5px 10px;
850
+ resize: none;
851
+ width: 100%;
852
+ }
853
+
854
+ .e-pivotview-mdx-dialog {
855
+ max-width: 500px !important;
856
+ }
857
+ /* stylelint-enable */
858
+
859
+ .e-report-outer {
860
+ display: inline-block;
861
+ width: 100%;
862
+ @if ($skin-name == 'FluentUI') {
863
+ padding-top: 1px;
864
+ }
865
+ }
866
+
867
+ .e-pivotview-report-label {
868
+ float: left;
869
+ margin-top: $pivotgrid-report-label-margin-top;
870
+ width: 40%;
871
+ @if ($skin-name == 'bootstrap5') {
872
+ padding-left: 12px;
873
+ }
874
+ }
875
+
876
+ /* stylelint-disable */
877
+ .e-pivotview-report-input {
878
+ float: right;
879
+ width: 60% !important;
880
+ }
881
+
882
+ #{if(&, "&", "*")}.e-rtl {
883
+ .e-pivotview-report-input {
884
+ float: left;
885
+ }
886
+
887
+ .e-pivotview-report-label {
888
+ float: right;
889
+ }
890
+ }
891
+
892
+
893
+ .e-pivotview-pdf-export,
894
+ .e-pivotview-excel-export,
895
+ .e-pivotview-csv-export,
896
+ .e-pivotview-png-export,
897
+ .e-pivotview-jpeg-export,
898
+ .e-pivotview-svg-export {
899
+ font-size: 18px !important;
900
+ }
901
+ /* stylelint-enable */
902
+
903
+ .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul {
904
+ .e-dialog-multiple-axis .e-label,
905
+ .e-dialog-multiple-axis .e-label {
906
+ white-space: nowrap;
907
+ }
908
+ }
909
+
910
+ .e-drillthrough-dialog {
911
+ .e-drillthrough-body-header-container {
912
+ margin-bottom: 20px;
913
+
914
+ @if ($skin-name == 'bootstrap5') {
915
+ margin-bottom: 18px;
916
+ }
917
+ }
918
+
919
+ .e-drillthrough-body-header {
920
+ color: $pivotgrid-drillthrough-header-font-color;
921
+ font-weight: $pivotgrid-drillthrough-header-font-weight;
922
+ }
923
+
924
+ .e-drillthrough-body-header-value {
925
+ color: $pivotgrid-drillthrough-header-value-font-color;
926
+ margin-right: 20px;
927
+ }
928
+
929
+ /* stylelint-disable */
930
+ .e-drillthrough-body-header-common {
931
+ -webkit-flex-wrap: wrap;
932
+ -moz-flex-wrap: wrap;
933
+ -ms-flex-wrap: wrap;
934
+ display: inline-block;
935
+ flex-wrap: wrap;
936
+ }
937
+ /* stylelint-enable */
938
+ }
939
+
940
+ .e-bigger .e-pivotview,
941
+ .e-bigger.e-pivotview {
942
+ .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
943
+ @if ($skin-name != 'tailwind') and ($skin-name != 'bootstrap5') {
944
+ /* stylelint-disable */
945
+ height: $pivotgrid-bigger-menubar-height !important;
946
+ /* stylelint-enable */
947
+ }
948
+
949
+ .e-menu-icon {
950
+ @if ($skin-name == 'tailwind') {
951
+ line-height: 50px;
952
+ }
953
+ }
954
+
955
+ .e-caret {
956
+ @if ($skin-name == 'tailwind') {
957
+ line-height: 50px;
958
+ }
959
+ }
960
+ }
961
+
962
+ /* stylelint-disable */
963
+ .e-member-editor-dialog {
964
+ .e-editor-search-container {
965
+ .e-filter-sort {
966
+ .e-member-sort {
967
+ .e-sort-ascend-icon,
968
+ .e-sort-descend-icon {
969
+ font-size: 18px;
970
+ }
971
+ }
972
+ }
973
+
974
+ .e-level-drop {
975
+ .e-caret {
976
+ font-size: $pivotgrid-bigger-button-icon-size !important;
977
+ }
978
+ }
979
+ }
980
+
981
+ .e-member-editor-outer-container ul {
982
+ @if ($pivotgrid-skin == 'bootstrap4') {
983
+ margin-left: -30px !important;
984
+ }
985
+ }
986
+
987
+ &.e-rtl {
988
+ .e-member-editor-outer-container ul {
989
+ @if ($pivotgrid-skin == 'bootstrap4') {
990
+ margin-right: -30px !important;
991
+ }
992
+ }
993
+ }
994
+
995
+ .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
996
+ height: $pivotgrid-member-filter-list-bigger-height;
997
+ }
998
+ }
999
+
1000
+ .e-member-editor-dialog {
1001
+ .e-filter-tab-container {
1002
+ .e-tab-header {
1003
+ .e-toolbar-item .e-icon-left + .e-tab-text {
1004
+ margin: 0 0 0 6px;
1005
+ }
1006
+ }
1007
+
1008
+ &.e-rtl {
1009
+ .e-tab-header {
1010
+ .e-toolbar-item .e-icon-left + .e-tab-text {
1011
+ margin: 0 6px 0 0;
1012
+ }
1013
+ }
1014
+ }
1015
+ }
1016
+
1017
+ &.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
1018
+ height: $pivotgrid-excelfilter-member-editor-node-limit-height !important;
1019
+ }
1020
+
1021
+ .e-excelfilter {
1022
+ .e-member-editor-container-outer-div {
1023
+ height: $pivotgrid-excel-member-filter-bigger-height !important;
1024
+ }
1025
+ @if ($skin-name == 'tailwind') {
1026
+ padding-top: 16px;
1027
+ }
1028
+ }
1029
+
1030
+ .e-label-filter,
1031
+ .e-value-filter {
1032
+ height: $pivotgrid-excel-filter-bigger-height;
1033
+
1034
+ .e-filter-text-div {
1035
+ font-size: 14px;
1036
+ }
1037
+
1038
+ .e-filter-option-container-1,
1039
+ .e-filter-option-container-2,
1040
+ .e-separator-div {
1041
+ padding-top: 24px;
1042
+ }
1043
+
1044
+ .e-between-text-div {
1045
+ padding: 10px 0;
1046
+ }
1047
+ }
1048
+
1049
+ &.e-excel-filter {
1050
+ min-width: $pivotgrid-bigger-excel-dialog-min-width !important;
1051
+ min-height: $pivotgrid-member-editor-bigger-height !important;
1052
+
1053
+ &.e-node-limit {
1054
+ min-height: $pivotgrid-member-editor-node-limit-bigger-height !important;
1055
+ }
1056
+ }
1057
+ }
1058
+
1059
+ .e-member-editor-dialog,
1060
+ .e-value-field-settings,
1061
+ .e-pivot-format-dialog {
1062
+ .e-dlg-header-content {
1063
+ .e-clear-filter-button.e-small {
1064
+ font-size: 14px;
1065
+ top: 0;
1066
+ }
1067
+ }
1068
+ }
1069
+
1070
+ .e-value-field-settings {
1071
+ max-height: 510px !important;
1072
+
1073
+ .e-dlg-content {
1074
+ padding: 0;
1075
+ }
1076
+ }
1077
+ /* stylelint-enable */
1078
+
1079
+ .e-pivot-format-dialog {
1080
+ .e-pivot-format-dialog-outer {
1081
+ padding: 0 20px 10px;
1082
+ }
1083
+ }
1084
+
1085
+ .e-group-field-settings {
1086
+ .e-caption-option-text,
1087
+ .e-checkbox-wrapper .e-label {
1088
+ font-size: 14px;
1089
+ }
1090
+
1091
+ .e-group-input-container,
1092
+ .e-group-end-option-container,
1093
+ .e-group-interval-option-container {
1094
+ padding-top: 24px;
1095
+ }
1096
+
1097
+ .e-caption-input-text,
1098
+ .e-input-option-text,
1099
+ .e-checkbox-wrapper .e-label,
1100
+ .e-group-inerval-option-text {
1101
+ font-size: 14px;
1102
+ }
1103
+
1104
+ .e-group-start-option-container .e-checkbox-wrapper {
1105
+ padding-top: $pivotgrid-grouping-bigger-padding-top;
1106
+ }
1107
+ }
1108
+
1109
+ .e-value-field-settings {
1110
+ .e-field-name-text-container {
1111
+ display: flex;
1112
+ }
1113
+
1114
+ .e-field-name-title,
1115
+ .e-field-name-content {
1116
+ font-size: 14px;
1117
+ // font-size: 13px;
1118
+ font-weight: 500;
1119
+ }
1120
+
1121
+ .e-caption-input-container,
1122
+ .e-type-option-container,
1123
+ .e-base-field-option-container,
1124
+ .e-base-item-option-container {
1125
+ padding-top: 24px;
1126
+ }
1127
+
1128
+ .e-base-field-option-text,
1129
+ .e-base-item-option-text,
1130
+ .e-type-option-text {
1131
+ font-size: 14px;
1132
+ }
1133
+ }
1134
+
1135
+ /* stylelint-disable */
1136
+ .e-value-field-settings,
1137
+ .e-group-field-settings {
1138
+ .e-value-field-div-content,
1139
+ .e-group-field-div-content {
1140
+ padding: 0 $pivotgrid-editor-search-padding-size 10px;
1141
+ }
1142
+ }
1143
+ /* stylelint-enable */
1144
+ }
1145
+
1146
+ .e-bigger .e-pivotview-report-dialog,
1147
+ .e-bigger.e-pivotview-report-dialog {
1148
+ .e-pivotview-report-label {
1149
+ margin-top: $pivotgrid-bigger-report-label-margin-top;
1150
+ }
1151
+ }
1152
+ }