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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +8 -0
  3. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
  4. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
  5. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
  6. package/esm2020/src/pivotview/pivotview-all.module.mjs +65 -0
  7. package/esm2020/src/pivotview/pivotview.component.mjs +163 -0
  8. package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
  9. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
  10. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +353 -0
  11. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  12. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +353 -0
  13. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  14. package/package.json +26 -12
  15. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
  16. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
  17. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
  18. package/src/pivotview/pivotview-all.module.d.ts +6 -0
  19. package/src/pivotview/pivotview.component.d.ts +3 -0
  20. package/src/pivotview/pivotview.module.d.ts +6 -0
  21. package/styles/material3-dark.css +0 -56
  22. package/styles/material3-dark.scss +1 -0
  23. package/styles/material3.css +0 -111
  24. package/styles/material3.scss +1 -0
  25. package/styles/pivotfieldlist/_all.scss +2 -0
  26. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +231 -0
  27. package/styles/pivotfieldlist/_bootstrap-definition.scss +213 -0
  28. package/styles/pivotfieldlist/_bootstrap4-definition.scss +213 -0
  29. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
  30. package/styles/pivotfieldlist/_bootstrap5-definition.scss +217 -0
  31. package/styles/pivotfieldlist/_fabric-dark-definition.scss +219 -0
  32. package/styles/pivotfieldlist/_fabric-definition.scss +213 -0
  33. package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
  34. package/styles/pivotfieldlist/_fluent-definition.scss +217 -0
  35. package/styles/pivotfieldlist/_fusionnew-definition.scss +216 -0
  36. package/styles/pivotfieldlist/_highcontrast-definition.scss +214 -0
  37. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +214 -0
  38. package/styles/pivotfieldlist/_layout.scss +1958 -0
  39. package/styles/pivotfieldlist/_material-dark-definition.scss +214 -0
  40. package/styles/pivotfieldlist/_material-definition.scss +214 -0
  41. package/styles/pivotfieldlist/_material3-dark-definition.scss +1 -0
  42. package/styles/pivotfieldlist/_material3-definition.scss +224 -0
  43. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
  44. package/styles/pivotfieldlist/_tailwind-definition.scss +217 -0
  45. package/styles/pivotfieldlist/_theme.scss +1973 -0
  46. package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
  47. package/styles/pivotfieldlist/bootstrap.scss +4 -1
  48. package/styles/pivotfieldlist/bootstrap4.scss +4 -1
  49. package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
  50. package/styles/pivotfieldlist/bootstrap5.scss +4 -1
  51. package/styles/pivotfieldlist/fabric-dark.scss +4 -1
  52. package/styles/pivotfieldlist/fabric.scss +4 -1
  53. package/styles/pivotfieldlist/fluent-dark.scss +4 -1
  54. package/styles/pivotfieldlist/fluent.scss +4 -1
  55. package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
  56. package/styles/pivotfieldlist/highcontrast.scss +4 -1
  57. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +359 -0
  58. package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
  59. package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
  60. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
  61. package/styles/pivotfieldlist/icons/_bootstrap5.scss +358 -0
  62. package/styles/pivotfieldlist/icons/_fabric-dark.scss +359 -0
  63. package/styles/pivotfieldlist/icons/_fabric.scss +359 -0
  64. package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
  65. package/styles/pivotfieldlist/icons/_fluent.scss +358 -0
  66. package/styles/pivotfieldlist/icons/_fusionnew.scss +353 -0
  67. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +358 -0
  68. package/styles/pivotfieldlist/icons/_highcontrast.scss +358 -0
  69. package/styles/pivotfieldlist/icons/_material-dark.scss +359 -0
  70. package/styles/pivotfieldlist/icons/_material.scss +358 -0
  71. package/styles/pivotfieldlist/icons/_material3-dark.scss +1 -0
  72. package/styles/pivotfieldlist/icons/_material3.scss +357 -0
  73. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +357 -0
  74. package/styles/pivotfieldlist/icons/_tailwind.scss +357 -0
  75. package/styles/pivotfieldlist/material-dark.scss +4 -1
  76. package/styles/pivotfieldlist/material.scss +4 -1
  77. package/styles/pivotfieldlist/material3-dark.scss +4 -1
  78. package/styles/pivotfieldlist/material3.scss +4 -1
  79. package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
  80. package/styles/pivotfieldlist/tailwind.scss +4 -1
  81. package/styles/pivotview/_all.scss +2 -0
  82. package/styles/pivotview/_bootstrap-dark-definition.scss +175 -0
  83. package/styles/pivotview/_bootstrap-definition.scss +172 -0
  84. package/styles/pivotview/_bootstrap4-definition.scss +172 -0
  85. package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
  86. package/styles/pivotview/_bootstrap5-definition.scss +177 -0
  87. package/styles/pivotview/_fabric-dark-definition.scss +174 -0
  88. package/styles/pivotview/_fabric-definition.scss +171 -0
  89. package/styles/pivotview/_fluent-dark-definition.scss +1 -0
  90. package/styles/pivotview/_fluent-definition.scss +177 -0
  91. package/styles/pivotview/_fusionnew-definition.scss +177 -0
  92. package/styles/pivotview/_highcontrast-definition.scss +170 -0
  93. package/styles/pivotview/_highcontrast-light-definition.scss +171 -0
  94. package/styles/pivotview/_layout.scss +1158 -0
  95. package/styles/pivotview/_material-dark-definition.scss +178 -0
  96. package/styles/pivotview/_material-definition.scss +174 -0
  97. package/styles/pivotview/_material3-dark-definition.scss +1 -0
  98. package/styles/pivotview/_material3-definition.scss +180 -0
  99. package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
  100. package/styles/pivotview/_tailwind-definition.scss +177 -0
  101. package/styles/pivotview/_theme.scss +1992 -0
  102. package/styles/pivotview/bootstrap-dark.scss +5 -1
  103. package/styles/pivotview/bootstrap.scss +5 -1
  104. package/styles/pivotview/bootstrap4.scss +5 -1
  105. package/styles/pivotview/bootstrap5-dark.scss +4 -1
  106. package/styles/pivotview/bootstrap5.scss +5 -1
  107. package/styles/pivotview/fabric-dark.scss +5 -1
  108. package/styles/pivotview/fabric.scss +5 -1
  109. package/styles/pivotview/fluent-dark.scss +4 -1
  110. package/styles/pivotview/fluent.scss +5 -1
  111. package/styles/pivotview/highcontrast-light.scss +5 -1
  112. package/styles/pivotview/highcontrast.scss +5 -1
  113. package/styles/pivotview/icons/_bootstrap-dark.scss +184 -0
  114. package/styles/pivotview/icons/_bootstrap.scss +184 -0
  115. package/styles/pivotview/icons/_bootstrap4.scss +184 -0
  116. package/styles/pivotview/icons/_bootstrap5-dark.scss +1 -0
  117. package/styles/pivotview/icons/_bootstrap5.scss +183 -0
  118. package/styles/pivotview/icons/_fabric-dark.scss +184 -0
  119. package/styles/pivotview/icons/_fabric.scss +184 -0
  120. package/styles/pivotview/icons/_fluent-dark.scss +1 -0
  121. package/styles/pivotview/icons/_fluent.scss +183 -0
  122. package/styles/pivotview/icons/_fusionnew.scss +183 -0
  123. package/styles/pivotview/icons/_highcontrast-light.scss +183 -0
  124. package/styles/pivotview/icons/_highcontrast.scss +183 -0
  125. package/styles/pivotview/icons/_material-dark.scss +184 -0
  126. package/styles/pivotview/icons/_material.scss +184 -0
  127. package/styles/pivotview/icons/_material3-dark.scss +1 -0
  128. package/styles/pivotview/icons/_material3.scss +183 -0
  129. package/styles/pivotview/icons/_tailwind-dark.scss +183 -0
  130. package/styles/pivotview/icons/_tailwind.scss +183 -0
  131. package/styles/pivotview/material-dark.scss +5 -1
  132. package/styles/pivotview/material.scss +5 -1
  133. package/styles/pivotview/material3-dark.scss +4 -1
  134. package/styles/pivotview/material3.scss +5 -1
  135. package/styles/pivotview/tailwind-dark.scss +4 -1
  136. package/styles/pivotview/tailwind.scss +5 -1
  137. package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
  138. package/@syncfusion/ej2-angular-pivotview.es5.js +0 -439
  139. package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
  140. package/@syncfusion/ej2-angular-pivotview.js +0 -409
  141. package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
  142. package/CHANGELOG.md +0 -903
  143. package/dist/ej2-angular-pivotview.umd.js +0 -708
  144. package/dist/ej2-angular-pivotview.umd.js.map +0 -1
  145. package/dist/ej2-angular-pivotview.umd.min.js +0 -11
  146. package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
  147. package/ej2-angular-pivotview.d.ts +0 -6
  148. package/ej2-angular-pivotview.metadata.json +0 -1
  149. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,1158 @@
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
+
835
+ .e-pivotview-disable-icon {
836
+ visibility: hidden;
837
+ }
838
+
839
+ .e-pivotview-report-inner {
840
+ padding-top: 10px;
841
+ }
842
+
843
+ .e-pivotview-report-dialog {
844
+ /* stylelint-disable */
845
+ max-width: 350px !important;
846
+ }
847
+
848
+ .e-mdx-query-content {
849
+ background-color: $pivotgrid-table-background-color;
850
+ color: $pivotgrid-default-font-color;
851
+ font-size: 14px;
852
+ font-weight: 500;
853
+ height: 200px;
854
+ margin-top: 5px;
855
+ padding: 5px 10px;
856
+ resize: none;
857
+ width: 100%;
858
+ }
859
+
860
+ .e-pivotview-mdx-dialog {
861
+ max-width: 500px !important;
862
+ }
863
+ /* stylelint-enable */
864
+
865
+ .e-report-outer {
866
+ display: inline-block;
867
+ width: 100%;
868
+ @if ($skin-name == 'FluentUI') {
869
+ padding-top: 1px;
870
+ }
871
+ }
872
+
873
+ .e-pivotview-report-label {
874
+ float: left;
875
+ margin-top: $pivotgrid-report-label-margin-top;
876
+ width: 40%;
877
+ @if ($skin-name == 'bootstrap5') {
878
+ padding-left: 12px;
879
+ }
880
+ }
881
+
882
+ /* stylelint-disable */
883
+ .e-pivotview-report-input {
884
+ float: right;
885
+ width: 60% !important;
886
+ }
887
+
888
+ #{if(&, "&", "*")}.e-rtl {
889
+ .e-pivotview-report-input {
890
+ float: left;
891
+ }
892
+
893
+ .e-pivotview-report-label {
894
+ float: right;
895
+ }
896
+ }
897
+
898
+
899
+ .e-pivotview-pdf-export,
900
+ .e-pivotview-excel-export,
901
+ .e-pivotview-csv-export,
902
+ .e-pivotview-png-export,
903
+ .e-pivotview-jpeg-export,
904
+ .e-pivotview-svg-export {
905
+ font-size: 18px !important;
906
+ }
907
+ /* stylelint-enable */
908
+
909
+ .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul {
910
+ .e-dialog-multiple-axis .e-label,
911
+ .e-dialog-multiple-axis .e-label {
912
+ white-space: nowrap;
913
+ }
914
+ }
915
+
916
+ .e-drillthrough-dialog {
917
+ .e-drillthrough-body-header-container {
918
+ margin-bottom: 20px;
919
+
920
+ @if ($skin-name == 'bootstrap5') {
921
+ margin-bottom: 18px;
922
+ }
923
+ }
924
+
925
+ .e-drillthrough-body-header {
926
+ color: $pivotgrid-drillthrough-header-font-color;
927
+ font-weight: $pivotgrid-drillthrough-header-font-weight;
928
+ }
929
+
930
+ .e-drillthrough-body-header-value {
931
+ color: $pivotgrid-drillthrough-header-value-font-color;
932
+ margin-right: 20px;
933
+ }
934
+
935
+ /* stylelint-disable */
936
+ .e-drillthrough-body-header-common {
937
+ -webkit-flex-wrap: wrap;
938
+ -moz-flex-wrap: wrap;
939
+ -ms-flex-wrap: wrap;
940
+ display: inline-block;
941
+ flex-wrap: wrap;
942
+ }
943
+ /* stylelint-enable */
944
+ }
945
+
946
+ .e-bigger .e-pivotview,
947
+ .e-bigger.e-pivotview {
948
+ .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
949
+ @if ($skin-name != 'tailwind') and ($skin-name != 'bootstrap5') {
950
+ /* stylelint-disable */
951
+ height: $pivotgrid-bigger-menubar-height !important;
952
+ /* stylelint-enable */
953
+ }
954
+
955
+ .e-menu-icon {
956
+ @if ($skin-name == 'tailwind') {
957
+ line-height: 50px;
958
+ }
959
+ }
960
+
961
+ .e-caret {
962
+ @if ($skin-name == 'tailwind') {
963
+ line-height: 50px;
964
+ }
965
+ }
966
+ }
967
+
968
+ /* stylelint-disable */
969
+ .e-member-editor-dialog {
970
+ .e-editor-search-container {
971
+ .e-filter-sort {
972
+ .e-member-sort {
973
+ .e-sort-ascend-icon,
974
+ .e-sort-descend-icon {
975
+ font-size: 18px;
976
+ }
977
+ }
978
+ }
979
+
980
+ .e-level-drop {
981
+ .e-caret {
982
+ font-size: $pivotgrid-bigger-button-icon-size !important;
983
+ }
984
+ }
985
+ }
986
+
987
+ .e-member-editor-outer-container ul {
988
+ @if ($pivotgrid-skin == 'bootstrap4') {
989
+ margin-left: -30px !important;
990
+ }
991
+ }
992
+
993
+ &.e-rtl {
994
+ .e-member-editor-outer-container ul {
995
+ @if ($pivotgrid-skin == 'bootstrap4') {
996
+ margin-right: -30px !important;
997
+ }
998
+ }
999
+ }
1000
+
1001
+ .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
1002
+ height: $pivotgrid-member-filter-list-bigger-height;
1003
+ }
1004
+ }
1005
+
1006
+ .e-member-editor-dialog {
1007
+ .e-filter-tab-container {
1008
+ .e-tab-header {
1009
+ .e-toolbar-item .e-icon-left + .e-tab-text {
1010
+ margin: 0 0 0 6px;
1011
+ }
1012
+ }
1013
+
1014
+ &.e-rtl {
1015
+ .e-tab-header {
1016
+ .e-toolbar-item .e-icon-left + .e-tab-text {
1017
+ margin: 0 6px 0 0;
1018
+ }
1019
+ }
1020
+ }
1021
+ }
1022
+
1023
+ &.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
1024
+ height: $pivotgrid-excelfilter-member-editor-node-limit-height !important;
1025
+ }
1026
+
1027
+ .e-excelfilter {
1028
+ .e-member-editor-container-outer-div {
1029
+ height: $pivotgrid-excel-member-filter-bigger-height !important;
1030
+ }
1031
+ @if ($skin-name == 'tailwind') {
1032
+ padding-top: 16px;
1033
+ }
1034
+ }
1035
+
1036
+ .e-label-filter,
1037
+ .e-value-filter {
1038
+ height: $pivotgrid-excel-filter-bigger-height;
1039
+
1040
+ .e-filter-text-div {
1041
+ font-size: 14px;
1042
+ }
1043
+
1044
+ .e-filter-option-container-1,
1045
+ .e-filter-option-container-2,
1046
+ .e-separator-div {
1047
+ padding-top: 24px;
1048
+ }
1049
+
1050
+ .e-between-text-div {
1051
+ padding: 10px 0;
1052
+ }
1053
+ }
1054
+
1055
+ &.e-excel-filter {
1056
+ min-width: $pivotgrid-bigger-excel-dialog-min-width !important;
1057
+ min-height: $pivotgrid-member-editor-bigger-height !important;
1058
+
1059
+ &.e-node-limit {
1060
+ min-height: $pivotgrid-member-editor-node-limit-bigger-height !important;
1061
+ }
1062
+ }
1063
+ }
1064
+
1065
+ .e-member-editor-dialog,
1066
+ .e-value-field-settings,
1067
+ .e-pivot-format-dialog {
1068
+ .e-dlg-header-content {
1069
+ .e-clear-filter-button.e-small {
1070
+ font-size: 14px;
1071
+ top: 0;
1072
+ }
1073
+ }
1074
+ }
1075
+
1076
+ .e-value-field-settings {
1077
+ max-height: 510px !important;
1078
+
1079
+ .e-dlg-content {
1080
+ padding: 0;
1081
+ }
1082
+ }
1083
+ /* stylelint-enable */
1084
+
1085
+ .e-pivot-format-dialog {
1086
+ .e-pivot-format-dialog-outer {
1087
+ padding: 0 20px 10px;
1088
+ }
1089
+ }
1090
+
1091
+ .e-group-field-settings {
1092
+ .e-caption-option-text,
1093
+ .e-checkbox-wrapper .e-label {
1094
+ font-size: 14px;
1095
+ }
1096
+
1097
+ .e-group-input-container,
1098
+ .e-group-end-option-container,
1099
+ .e-group-interval-option-container {
1100
+ padding-top: 24px;
1101
+ }
1102
+
1103
+ .e-caption-input-text,
1104
+ .e-input-option-text,
1105
+ .e-checkbox-wrapper .e-label,
1106
+ .e-group-inerval-option-text {
1107
+ font-size: 14px;
1108
+ }
1109
+
1110
+ .e-group-start-option-container .e-checkbox-wrapper {
1111
+ padding-top: $pivotgrid-grouping-bigger-padding-top;
1112
+ }
1113
+ }
1114
+
1115
+ .e-value-field-settings {
1116
+ .e-field-name-text-container {
1117
+ display: flex;
1118
+ }
1119
+
1120
+ .e-field-name-title,
1121
+ .e-field-name-content {
1122
+ font-size: 14px;
1123
+ // font-size: 13px;
1124
+ font-weight: 500;
1125
+ }
1126
+
1127
+ .e-caption-input-container,
1128
+ .e-type-option-container,
1129
+ .e-base-field-option-container,
1130
+ .e-base-item-option-container {
1131
+ padding-top: 24px;
1132
+ }
1133
+
1134
+ .e-base-field-option-text,
1135
+ .e-base-item-option-text,
1136
+ .e-type-option-text {
1137
+ font-size: 14px;
1138
+ }
1139
+ }
1140
+
1141
+ /* stylelint-disable */
1142
+ .e-value-field-settings,
1143
+ .e-group-field-settings {
1144
+ .e-value-field-div-content,
1145
+ .e-group-field-div-content {
1146
+ padding: 0 $pivotgrid-editor-search-padding-size 10px;
1147
+ }
1148
+ }
1149
+ /* stylelint-enable */
1150
+ }
1151
+
1152
+ .e-bigger .e-pivotview-report-dialog,
1153
+ .e-bigger.e-pivotview-report-dialog {
1154
+ .e-pivotview-report-label {
1155
+ margin-top: $pivotgrid-bigger-report-label-margin-top;
1156
+ }
1157
+ }
1158
+ }