@syncfusion/ej2-angular-pivotview 21.2.10 → 22.1.34

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 (139) hide show
  1. package/README.md +36 -121
  2. package/esm2020/src/index.mjs +2 -2
  3. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +3 -3
  4. package/esm2020/src/pivotview/pivotview-all.module.mjs +4 -7
  5. package/esm2020/src/pivotview/pivotview.component.mjs +5 -18
  6. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +10 -26
  7. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
  8. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +10 -26
  9. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
  10. package/license +10 -0
  11. package/package.json +17 -9
  12. package/schematics/utils/lib-details.ts +2 -2
  13. package/src/index.d.ts +1 -1
  14. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +1 -1
  15. package/src/pivotview/pivotview-all.module.d.ts +0 -1
  16. package/src/pivotview/pivotview.component.d.ts +2 -9
  17. package/styles/bootstrap-dark.css +274 -226
  18. package/styles/bootstrap.css +273 -226
  19. package/styles/bootstrap4.css +284 -285
  20. package/styles/bootstrap5-dark.css +272 -270
  21. package/styles/bootstrap5.css +272 -270
  22. package/styles/fabric-dark.css +264 -230
  23. package/styles/fabric.css +262 -233
  24. package/styles/fluent-dark.css +276 -263
  25. package/styles/fluent.css +276 -263
  26. package/styles/highcontrast-light.css +264 -227
  27. package/styles/highcontrast.css +264 -227
  28. package/styles/material-dark.css +271 -227
  29. package/styles/material.css +270 -226
  30. package/styles/material3-dark.css +6610 -0
  31. package/styles/material3-dark.scss +4 -0
  32. package/styles/material3.css +6666 -0
  33. package/styles/material3.scss +4 -0
  34. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +25 -32
  35. package/styles/pivotfieldlist/_bootstrap-definition.scss +27 -8
  36. package/styles/pivotfieldlist/_bootstrap4-definition.scss +28 -9
  37. package/styles/pivotfieldlist/_bootstrap5-definition.scss +29 -10
  38. package/styles/pivotfieldlist/_fabric-dark-definition.scss +25 -6
  39. package/styles/pivotfieldlist/_fabric-definition.scss +26 -7
  40. package/styles/pivotfieldlist/_fluent-definition.scss +29 -10
  41. package/styles/pivotfieldlist/_fusionnew-definition.scss +25 -6
  42. package/styles/pivotfieldlist/_highcontrast-definition.scss +24 -5
  43. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +23 -4
  44. package/styles/pivotfieldlist/_layout.scss +144 -172
  45. package/styles/pivotfieldlist/_material-dark-definition.scss +28 -9
  46. package/styles/pivotfieldlist/_material-definition.scss +28 -9
  47. package/styles/pivotfieldlist/_material3-dark-definition.scss +1 -0
  48. package/styles/pivotfieldlist/_material3-definition.scss +224 -0
  49. package/styles/pivotfieldlist/_tailwind-definition.scss +29 -10
  50. package/styles/pivotfieldlist/_theme.scss +169 -186
  51. package/styles/pivotfieldlist/bootstrap-dark.css +149 -139
  52. package/styles/pivotfieldlist/bootstrap.css +148 -138
  53. package/styles/pivotfieldlist/bootstrap4.css +153 -146
  54. package/styles/pivotfieldlist/bootstrap5-dark.css +149 -150
  55. package/styles/pivotfieldlist/bootstrap5.css +149 -150
  56. package/styles/pivotfieldlist/fabric-dark.css +140 -139
  57. package/styles/pivotfieldlist/fabric.css +141 -140
  58. package/styles/pivotfieldlist/fluent-dark.css +159 -170
  59. package/styles/pivotfieldlist/fluent.css +159 -170
  60. package/styles/pivotfieldlist/highcontrast-light.css +139 -138
  61. package/styles/pivotfieldlist/highcontrast.css +139 -138
  62. package/styles/pivotfieldlist/icons/_fluent.scss +1 -1
  63. package/styles/pivotfieldlist/icons/_material3-dark.scss +1 -0
  64. package/styles/pivotfieldlist/icons/_material3.scss +7 -3
  65. package/styles/pivotfieldlist/material-dark.css +148 -142
  66. package/styles/pivotfieldlist/material.css +147 -141
  67. package/styles/pivotfieldlist/material3-dark.css +3811 -0
  68. package/styles/pivotfieldlist/material3-dark.scss +5 -0
  69. package/styles/pivotfieldlist/material3.css +3865 -0
  70. package/styles/pivotfieldlist/material3.scss +5 -0
  71. package/styles/pivotfieldlist/tailwind-dark.css +152 -163
  72. package/styles/pivotfieldlist/tailwind.css +152 -163
  73. package/styles/pivotview/_bootstrap-dark-definition.scss +18 -8
  74. package/styles/pivotview/_bootstrap-definition.scss +18 -8
  75. package/styles/pivotview/_bootstrap4-definition.scss +18 -8
  76. package/styles/pivotview/_bootstrap5-definition.scss +16 -6
  77. package/styles/pivotview/_fabric-dark-definition.scss +18 -8
  78. package/styles/pivotview/_fabric-definition.scss +18 -8
  79. package/styles/pivotview/_fluent-definition.scss +16 -6
  80. package/styles/pivotview/_fusionnew-definition.scss +13 -3
  81. package/styles/pivotview/_highcontrast-definition.scss +17 -7
  82. package/styles/pivotview/_highcontrast-light-definition.scss +17 -7
  83. package/styles/pivotview/_layout.scss +103 -69
  84. package/styles/pivotview/_material-dark-definition.scss +16 -6
  85. package/styles/pivotview/_material-definition.scss +16 -6
  86. package/styles/pivotview/_material3-dark-definition.scss +1 -0
  87. package/styles/pivotview/_material3-definition.scss +179 -0
  88. package/styles/pivotview/_tailwind-definition.scss +16 -6
  89. package/styles/pivotview/_theme.scss +126 -173
  90. package/styles/pivotview/bootstrap-dark.css +125 -87
  91. package/styles/pivotview/bootstrap.css +125 -88
  92. package/styles/pivotview/bootstrap4.css +131 -139
  93. package/styles/pivotview/bootstrap5-dark.css +123 -120
  94. package/styles/pivotview/bootstrap5.css +123 -120
  95. package/styles/pivotview/fabric-dark.css +124 -91
  96. package/styles/pivotview/fabric.css +121 -93
  97. package/styles/pivotview/fluent-dark.css +117 -93
  98. package/styles/pivotview/fluent.css +117 -93
  99. package/styles/pivotview/highcontrast-light.css +125 -89
  100. package/styles/pivotview/highcontrast.css +125 -89
  101. package/styles/pivotview/icons/_material3-dark.scss +1 -0
  102. package/styles/pivotview/icons/_material3.scss +4 -4
  103. package/styles/pivotview/material-dark.css +123 -85
  104. package/styles/pivotview/material.css +123 -85
  105. package/styles/pivotview/material3-dark.css +2854 -0
  106. package/styles/pivotview/material3-dark.scss +5 -0
  107. package/styles/pivotview/material3.css +2912 -0
  108. package/styles/pivotview/material3.scss +6 -0
  109. package/styles/pivotview/tailwind-dark.css +123 -91
  110. package/styles/pivotview/tailwind.css +123 -91
  111. package/styles/tailwind-dark.css +275 -254
  112. package/styles/tailwind.css +275 -254
  113. package/schematics/collection.json +0 -20
  114. package/schematics/generators/pivotview-default/index.d.ts +0 -3
  115. package/schematics/generators/pivotview-default/index.js +0 -8
  116. package/schematics/generators/pivotview-default/sample-details.d.ts +0 -5
  117. package/schematics/generators/pivotview-default/sample-details.js +0 -7
  118. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  119. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  120. package/schematics/generators/pivotview-default/schema.d.ts +0 -3
  121. package/schematics/generators/pivotview-default/schema.js +0 -2
  122. package/schematics/generators/pivotview-default/schema.json +0 -125
  123. package/schematics/generators/pivotview-fieldlist/index.d.ts +0 -3
  124. package/schematics/generators/pivotview-fieldlist/index.js +0 -8
  125. package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +0 -5
  126. package/schematics/generators/pivotview-fieldlist/sample-details.js +0 -7
  127. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  128. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  129. package/schematics/generators/pivotview-fieldlist/schema.d.ts +0 -3
  130. package/schematics/generators/pivotview-fieldlist/schema.js +0 -2
  131. package/schematics/generators/pivotview-fieldlist/schema.json +0 -125
  132. package/schematics/ng-add/index.d.ts +0 -3
  133. package/schematics/ng-add/index.js +0 -9
  134. package/schematics/ng-add/schema.d.ts +0 -13
  135. package/schematics/ng-add/schema.js +0 -2
  136. package/schematics/ng-add/schema.json +0 -34
  137. package/schematics/tsconfig.json +0 -25
  138. package/schematics/utils/lib-details.d.ts +0 -4
  139. package/schematics/utils/lib-details.js +0 -6
@@ -10,7 +10,7 @@
10
10
  }
11
11
 
12
12
  .e-select-table {
13
- background-color: $field-list-toggle-bg-color;
13
+ background: $field-list-toggle-bg-color;
14
14
  border: .5px $field-list-border-type $field-list-toggle-border-color;
15
15
  box-shadow: $field-list-toggle-shadow-color;
16
16
  color: $field-list-toggle-font-color;
@@ -24,6 +24,21 @@
24
24
  position: relative;
25
25
  width: $field-list-toggle-size;
26
26
  z-index: 1000;
27
+ @if ($skin-name == 'Material3') {
28
+ border: none;
29
+ border-radius: 4px;
30
+ top: 1px;
31
+ }
32
+ @if ($theme-name == 'Material3-dark') {
33
+ /* stylelint-disable */
34
+ background: $field-list-toggle-bg-color-dark !important;
35
+ }
36
+ &.e-fieldlist-left {
37
+ @if ($skin-name == 'Material3') {
38
+ left: 2px !important;
39
+ /* stylelint-enable */
40
+ }
41
+ }
27
42
 
28
43
  &.e-fieldlist-left {
29
44
  box-shadow: $field-list-toggle-left-shadow-color;
@@ -81,69 +96,77 @@
81
96
  min-width: 300px;
82
97
 
83
98
  &.sf-pivotfieldlist-container {
84
- .e-field-list-container .e-field-table .e-field-list
85
- {
86
- display: block;
87
- overflow-y: auto;
88
- &.e-olap-field-list-tree.e-treeview {
89
- ul:first-child {
90
- padding-right: 0;
91
- }
92
- li {
93
- &.e-no-checkbox > .e-text-content > .e-checkbox-wrapper, .e-measure-icon {
94
- display: none;
95
- }
96
- &.e-rtl {
97
- ul:first-child {
98
- padding-left: 0;
99
- padding-right: 10px;
100
- }
99
+ .e-field-list-container .e-field-table .e-field-list {
100
+ display: block;
101
+ overflow-y: auto;
102
+
103
+ &.e-olap-field-list-tree.e-treeview {
104
+ ul:first-child {
105
+ padding-right: 0;
106
+ }
107
+
108
+ li {
109
+ &.e-no-checkbox > .e-text-content > .e-checkbox-wrapper, .e-measure-icon {
110
+ display: none;
111
+ }
112
+
113
+ &.e-rtl {
114
+ ul:first-child {
115
+ padding-left: 0;
116
+ padding-right: 10px;
117
+ }
118
+ }
119
+ }
101
120
  }
102
- }
103
- }
104
121
 
105
- li {
106
- .e-drag {
107
- padding: revert;
108
- margin: revert;
109
- width: auto;
110
- height: auto;
111
- }
112
- .e-draggable {
113
- display: contents;
114
- }
115
- .e-text-content {
122
+ li {
123
+ .e-drag {
124
+ padding: revert !important;
125
+ margin: revert !important;
126
+ width: auto !important;
127
+ height: auto !important;
128
+ }
129
+
130
+ .e-draggable {
131
+ display: contents;
132
+ }
133
+
134
+ .e-text-content {
116
135
  display: flex;
117
136
  align-items: center;
137
+ @if ($skin-name == 'FluentUI') {
138
+ padding-right: revert;
139
+ }
118
140
  }
119
- .e-list-text {
141
+
142
+ .e-list-text {
120
143
  text-overflow: ellipsis;
121
144
  overflow-x: hidden;
122
145
  width: 100%;
123
146
  white-space: nowrap;
124
- }
125
- }
126
- }
127
- .e-field-list-container .e-field-table .e-field-list.e-treeview:not(.e-rtl) {
128
- .e-list-text {
129
- padding-right: revert;
130
- }
131
- }
132
-
133
- .e-field-list-container .e-field-table .e-field-list.e-treeview.e-rtl {
134
- .e-list-text {
135
- padding-left: revert;
136
- }
137
- }
138
- .e-adaptive-field-list-dialog .e-member-editor-container
139
- {
140
- li {
141
- &.e-no-checkbox > .e-text-content > .e-checkbox-wrapper, .e-measure-icon {
142
- display: none;
143
- }
144
- }
147
+ }
148
+ }
149
+ }
150
+ .e-field-list-container .e-field-table .e-field-list.e-treeview:not(.e-rtl) {
151
+ .e-list-text {
152
+ padding-right: revert;
153
+ }
154
+ }
155
+
156
+ .e-field-list-container .e-field-table .e-field-list.e-treeview.e-rtl {
157
+ .e-list-text {
158
+ padding-left: revert;
159
+ }
160
+ }
161
+ .e-adaptive-field-list-dialog .e-member-editor-container {
162
+ li {
163
+ &.e-no-checkbox > .e-text-content > .e-checkbox-wrapper, .e-measure-icon {
164
+ display: none;
165
+ }
166
+ }
167
+ }
145
168
  }
146
- }
169
+
147
170
  .e-layout-footer {
148
171
  display: flex;
149
172
  padding: 10px 2px 2px;
@@ -218,9 +241,20 @@
218
241
  .e-button-layout {
219
242
  margin-right: 10px;
220
243
  }
221
- }
222
244
 
223
- /* stylelint-enable */
245
+ .e-dlg-content ul li .e-text-content .e-checkbox-wrapper {
246
+ @if ($skin-name == 'Material3') {
247
+ margin: 0 !important;
248
+ /* stylelint-enable */
249
+ }
250
+
251
+ .e-ripple-container {
252
+ @if ($skin-name == 'Material3') {
253
+ background: transparent;
254
+ }
255
+ }
256
+ }
257
+ }
224
258
 
225
259
  .e-dlg-header-content,
226
260
  .e-footer-content {
@@ -258,6 +292,10 @@
258
292
 
259
293
  .e-title-content {
260
294
  flex: auto;
295
+ @if ($skin-name == 'Material3') {
296
+ font-size: 22px;
297
+ font-weight: $field-list-button-font-weight;
298
+ }
261
299
  }
262
300
  }
263
301
 
@@ -286,33 +324,26 @@
286
324
  }
287
325
 
288
326
  .e-field-header {
289
- background-color: $field-list-header-background-color;
327
+ background: $field-list-header-background-color;
290
328
  color: $field-list-default-header-font-color;
291
329
  font-size: $field-list-header-font-size;
292
- font-weight: normal;
293
- height: $field-list-header-height;
330
+ font-weight: $field-list-table-header-font-weight;
294
331
  overflow: hidden;
295
- padding: $field-list-tree-header-padding 0 0 $field-list-header-padding;
332
+ padding: $field-list-table-header-padding;
296
333
  text-align: left;
297
334
  text-overflow: ellipsis;
298
335
  word-break: break-all;
299
336
  @if ($field-list-skin == 'tailwind') {
300
337
  text-transform: uppercase;
301
338
  }
302
-
303
- @if ($field-list-skin == 'bootstrap4') {
304
- padding-left: 12px;
305
- }
306
-
307
- @if ($skin-name == 'FluentUI') {
308
- font-weight: 600;
309
- }
310
339
  }
311
340
 
312
341
  .e-field-header-container {
313
- background-color: $field-list-header-background-color;
342
+ align-items: center;
343
+ background: $field-list-header-background-color;
314
344
  color: $field-list-default-header-font-color;
315
345
  display: flex;
346
+ height: $field-list-header-height;
316
347
  padding-right: $field-list-header-padding;
317
348
 
318
349
  .e-field-header {
@@ -325,10 +356,7 @@
325
356
  color: $field-list-default-header-icon-font-color;
326
357
  cursor: pointer;
327
358
  font-size: $field-list-header-icon-size;
328
- /* stylelint-disable */
329
- height: 20px !important;
330
- /* stylelint-enable */
331
- padding: $field-list-tree-header-padding 0 0 $field-list-icon-to-icon-padding;
359
+ padding: 0 0 0 $field-list-icon-to-icon-padding;
332
360
  width: 20px;
333
361
 
334
362
  &.e-selected::before {
@@ -347,8 +375,8 @@
347
375
  /* stylelint-disable */
348
376
  @if ($skin-name == 'FluentUI') {
349
377
  .e-sort-none {
350
- padding: 0 0 $field-list-icon-to-icon-padding $field-list-tree-header-padding !important;
351
- transform: rotate(180deg);
378
+ padding-right: 2px !important;
379
+ transform: rotate(90deg);
352
380
  }
353
381
  }
354
382
  /* stylelint-enable */
@@ -356,7 +384,7 @@
356
384
 
357
385
  .e-field-list-tree-outer-div {
358
386
  display: inline-block;
359
- height: 310px;
387
+ height: $field-list-tree-outer-div-height;
360
388
  overflow: auto;
361
389
  width: 100%;
362
390
  }
@@ -523,20 +551,21 @@
523
551
  width: 100%;
524
552
 
525
553
  .e-axis-container {
526
- background-color: $field-list-header-background-color;
554
+ align-items: center;
555
+ background: $field-list-header-background-color;
527
556
  border-bottom: $field-list-border-size $field-list-border-type $field-list-default-border-color;
528
557
  color: $field-list-default-header-font-color;
529
558
  display: flex;
530
559
  height: $field-list-header-height;
531
- padding: 2px $field-list-header-padding 5px;
560
+ padding: 0 $field-list-header-padding 0;
532
561
 
533
- @if ($skin-name == 'tailwind') {
534
- padding: 5px $field-list-header-padding;
562
+ @if ($skin-name == 'Material3') {
563
+ border-bottom: none;
535
564
  }
536
565
 
537
566
  .e-axis-icon-container {
538
- height: 20px;
539
- padding-top: $field-list-header-icon-wrapper-padding;
567
+ display: flex;
568
+ height: $field-list-header-icon-size;
540
569
  width: 20px;
541
570
 
542
571
  .e-axis-rows,
@@ -553,19 +582,13 @@
553
582
  flex: auto;
554
583
  font-size: $field-list-header-font-size;
555
584
  line-height: $field-list-header-content-line-height;
556
- margin-top: 2px;
557
585
  overflow: hidden;
558
586
  padding: 0 8px;
559
587
  text-overflow: ellipsis;
560
588
  text-transform: $field-list-text-transform;
561
589
  width: 100%;
562
-
563
- @if ($field-list-skin == 'bootstrap4') {
564
- margin-top: 3px;
565
- }
566
-
567
- @if ($skin-name == 'bootstrap5') {
568
- margin-top: 4px;
590
+ @if ($skin-name == 'Material3') {
591
+ font-weight: $field-list-table-header-font-weight;
569
592
  }
570
593
  }
571
594
 
@@ -588,7 +611,7 @@
588
611
  &.e-drop-hover {
589
612
  border-top: 2px dashed $field-list-drop-hover-color;
590
613
  margin-top: -2px;
591
- @if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5'){
614
+ @if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5') {
592
615
  border-top: 2px solid $field-list-drop-hover-color;
593
616
  }
594
617
  }
@@ -603,7 +626,7 @@
603
626
  }
604
627
 
605
628
  .e-pivot-button {
606
- background-color: $field-list-button-color;
629
+ background: $field-list-button-color;
607
630
  border-bottom: $field-list-border-size $field-list-border-type $field-list-button-border-color;
608
631
  border-left: 0;
609
632
  border-radius: 0;
@@ -635,7 +658,7 @@
635
658
  &:hover {
636
659
  background-color: $field-list-button-hover-color;
637
660
 
638
- .e-content {
661
+ .e-pvt-btn-content {
639
662
  background-color: transparent;
640
663
  }
641
664
  }
@@ -645,7 +668,7 @@
645
668
  background-color: $field-list-button-focus-color;
646
669
  color: $field-list-button-active-color;
647
670
 
648
- .e-content {
671
+ .e-pvt-btn-content {
649
672
  background-color: transparent;
650
673
  }
651
674
 
@@ -664,8 +687,8 @@
664
687
  }
665
688
  }
666
689
 
667
- .e-content {
668
- background-color: transparent;
690
+ .e-pvt-btn-content {
691
+ background: transparent;
669
692
  flex: auto;
670
693
  font-size: $field-list-button-font-size;
671
694
  height: 16px;
@@ -730,7 +753,7 @@
730
753
  }
731
754
 
732
755
  &.e-rtl {
733
- .e-content {
756
+ .e-pvt-btn-content {
734
757
  text-align: right;
735
758
  }
736
759
 
@@ -796,12 +819,12 @@
796
819
  max-height: 750px;
797
820
 
798
821
  .e-field-list-container .e-field-table {
799
- height: 261px;
822
+ height: $field-list-search-static-field-table-height;
800
823
  }
801
824
  }
802
825
 
803
826
  &.e-popup {
804
- min-height: 540px;
827
+ min-height: $field-list-search-popup-min-height;
805
828
 
806
829
  .e-field-list-container {
807
830
  height: 369px;
@@ -809,9 +832,15 @@
809
832
  /* stylelint-disable */
810
833
  .e-field-table {
811
834
  height: $field-list-search-popup-table-height !important;
835
+
836
+ .e-field-list-tree-outer-div {
837
+ @if ($skin-name == 'Material3') {
838
+ height: $field-list-search-popup-table-outer-div-height !important;
839
+ }
840
+ }
812
841
  }
813
842
 
814
- .e-axis-table {
843
+ .e-axis-table {
815
844
  height: 392px;
816
845
 
817
846
  .e-axis-content {
@@ -870,6 +899,10 @@
870
899
  font-weight: $field-list-button-font-weight;
871
900
  max-width: 160px;
872
901
  min-width: 145px;
902
+ @if ($skin-name == 'Material3') {
903
+ border: $field-list-calculated-field-border;
904
+ box-shadow: none;
905
+ }
873
906
 
874
907
  &.e-disable {
875
908
  display: none;
@@ -956,17 +989,8 @@
956
989
  .e-sort-none,
957
990
  .e-sort-ascend,
958
991
  .e-sort-descend {
959
- padding: $field-list-tree-header-padding $field-list-icon-to-icon-padding 0 0;
992
+ padding: 0 $field-list-icon-to-icon-padding 0 0;
960
993
  }
961
-
962
- /* stylelint-disable */
963
- @if ($skin-name == 'FluentUI') {
964
- .e-sort-none {
965
- padding: $field-list-icon-to-icon-padding 0 0 $field-list-tree-header-padding !important;
966
- transform: rotate(180deg);
967
- }
968
- }
969
- /* stylelint-enable */
970
994
  }
971
995
  }
972
996
 
@@ -1006,11 +1030,11 @@
1006
1030
  width: 100%;
1007
1031
 
1008
1032
  .e-field-table {
1009
- height: 210px;
1033
+ height: $field-list-static-field-table-height;
1010
1034
  width: 100%;
1011
1035
 
1012
1036
  .e-field-list-tree-outer-div {
1013
- height: 180px;
1037
+ height: $field-list-static-field-table-outer-div-height;
1014
1038
  }
1015
1039
  }
1016
1040
 
@@ -1043,17 +1067,6 @@
1043
1067
  .e-right-axis-fields .e-field-list-values {
1044
1068
  margin-top: $field-list-default-padding-size;
1045
1069
  }
1046
-
1047
- .e-left-axis-fields .e-field-list-filters,
1048
- .e-left-axis-fields .e-field-list-rows,
1049
- .e-right-axis-fields .e-field-list-columns,
1050
- .e-right-axis-fields .e-field-list-values {
1051
- .e-axis-container {
1052
- .e-axis-icon-container {
1053
- padding-top: $field-list-static-header-icon-wrapper-padding;
1054
- }
1055
- }
1056
- }
1057
1070
  }
1058
1071
  }
1059
1072
 
@@ -1087,6 +1100,7 @@
1087
1100
  background-color: $field-list-mobile-header-color;
1088
1101
  color: $field-list-mobile-header-font-color;
1089
1102
  font-size: 14px;
1103
+
1090
1104
  @if ($skin-name == 'tailwind') {
1091
1105
  padding-left: 16px;
1092
1106
  padding-right: 16px;
@@ -1130,13 +1144,7 @@
1130
1144
  position: relative;
1131
1145
 
1132
1146
  .e-tab-header {
1133
- background-color: $field-list-header-background-color;
1134
-
1135
- .e-toolbar-item {
1136
- .e-tab-wrap {
1137
- border: 0;
1138
- }
1139
- }
1147
+ background: $field-list-header-background-color;
1140
1148
  }
1141
1149
 
1142
1150
  .e-content {
@@ -1165,6 +1173,7 @@
1165
1173
  }
1166
1174
 
1167
1175
  .e-pivot-button {
1176
+ align-items: center;
1168
1177
  border: $field-list-border-size $field-list-border-type $field-list-button-border-color;
1169
1178
  border-left: 0;
1170
1179
  border-radius: 0;
@@ -1190,11 +1199,9 @@
1190
1199
  opacity: .5;
1191
1200
  }
1192
1201
 
1193
- .e-content {
1202
+ .e-pvt-btn-content {
1194
1203
  flex: auto;
1195
1204
  font-size: $field-list-bigger-button-font-size;
1196
- height: 100%;
1197
- margin-top: -2px;
1198
1205
  overflow: hidden;
1199
1206
  text-align: left;
1200
1207
  text-overflow: ellipsis;
@@ -1216,7 +1223,6 @@
1216
1223
  cursor: pointer;
1217
1224
  display: inline-block;
1218
1225
  font-size: $field-list-bigger-icon-size;
1219
- height: 24px;
1220
1226
  padding-left: 10px;
1221
1227
  width: 24px;
1222
1228
  font-size: 14px !important;
@@ -1256,7 +1262,7 @@
1256
1262
  }
1257
1263
 
1258
1264
  &.e-rtl {
1259
- .e-content {
1265
+ .e-pvt-btn-content {
1260
1266
  text-align: right;
1261
1267
  }
1262
1268
 
@@ -1340,22 +1346,22 @@
1340
1346
  .e-acrdn-header {
1341
1347
  align-items: center;
1342
1348
  display: flex;
1343
- }
1344
1349
 
1345
- .e-acrdn-header-icon {
1346
- display: table;
1347
- font-size: 12px;
1348
- min-width: 28px;
1349
- padding: 0;
1350
- position: absolute;
1351
- right: 16px;
1352
-
1353
- .e-list-icon {
1354
- cursor: pointer;
1355
- display: table-cell;
1356
- padding-right: 6px;
1357
- text-align: center;
1358
- vertical-align: middle;
1350
+ .e-acrdn-header-icon {
1351
+ display: table;
1352
+ font-size: 12px;
1353
+ min-width: 28px;
1354
+ padding: 0;
1355
+ position: absolute;
1356
+ right: 16px;
1357
+
1358
+ .e-list-icon {
1359
+ cursor: pointer;
1360
+ display: table-cell;
1361
+ padding-right: 6px;
1362
+ text-align: center;
1363
+ vertical-align: middle;
1364
+ }
1359
1365
  }
1360
1366
  }
1361
1367
 
@@ -1513,6 +1519,11 @@
1513
1519
  width: $field-list-adaptive-btn-size;
1514
1520
  z-index: 1000;
1515
1521
 
1522
+ @if ($skin-name == 'Material3') {
1523
+ border-radius: $field-list-device-footer-button-border-radius;
1524
+ box-shadow: $field-list-device-footer-button-box-shadow;
1525
+ }
1526
+
1516
1527
  .e-add-icon {
1517
1528
  font-size: $field-list-adaptive-btn-icon-size;
1518
1529
  line-height: $field-list-adaptive-icon-height;
@@ -1582,7 +1593,6 @@
1582
1593
  margin-left: 20px;
1583
1594
  }
1584
1595
  }
1585
-
1586
1596
  /* stylelint-enable */
1587
1597
  }
1588
1598
  }
@@ -1599,18 +1609,14 @@
1599
1609
  }
1600
1610
 
1601
1611
  .e-field-header {
1602
- background-color: $field-list-header-background-color;
1612
+ background: $field-list-header-background-color;
1603
1613
  color: $field-list-default-header-font-color;
1604
1614
  font-size: $field-list-bigger-header-font-size;
1605
1615
  font-weight: normal;
1606
- height: $field-list-bigger-header-height;
1607
1616
  overflow: hidden;
1608
- padding: $field-list-tree-header-padding 0 0 $field-list-bigger-header-padding;
1609
1617
 
1610
1618
  @if ($field-list-skin == 'bootstrap4') {
1611
- height: 40px;
1612
1619
  padding-left: 16px;
1613
- padding-top: $field-list-bigger-tree-header-padding;
1614
1620
  }
1615
1621
  }
1616
1622
 
@@ -1621,16 +1627,9 @@
1621
1627
  .e-sort-ascend,
1622
1628
  .e-sort-descend {
1623
1629
  font-size: $field-list-bigger-header-icon-size;
1624
- height: 24px !important;
1625
- padding: $field-list-tree-header-padding 0 0 $field-list-bigger-icon-to-icon-padding;
1630
+ padding: 0 0 0 $field-list-bigger-icon-to-icon-padding;
1626
1631
  width: 24px;
1627
1632
  }
1628
-
1629
- @if ($skin-name == 'FluentUI') {
1630
- .e-sort-none {
1631
- padding: 0 0 $field-list-bigger-icon-to-icon-padding $field-list-tree-header-padding !important;
1632
- }
1633
- }
1634
1633
  }
1635
1634
 
1636
1635
  .e-field-list {
@@ -1709,11 +1708,10 @@
1709
1708
  .e-right-axis-fields .e-field-list-values {
1710
1709
  .e-axis-container {
1711
1710
  height: $field-list-bigger-header-height;
1712
- padding: 0 $field-list-bigger-header-padding 5px;
1711
+ padding: 0 $field-list-bigger-header-padding 0;
1713
1712
 
1714
1713
  .e-axis-icon-container {
1715
- height: 24px;
1716
- padding-top: $field-list-bigger-header-icon-wrapper-padding;
1714
+ height: $field-list-bigger-header-icon-size;
1717
1715
  width: 24px;
1718
1716
 
1719
1717
  .e-axis-rows,
@@ -1727,29 +1725,22 @@
1727
1725
  .e-axis-header {
1728
1726
  font-size: $field-list-bigger-header-font-size;
1729
1727
  line-height: $field-list-bigger-header-content-line-height;
1730
- margin-top: 4px;
1731
1728
  padding: 0 12px;
1732
-
1733
- @if ($field-list-skin == 'bootstrap4') {
1734
- margin-top: 7px;
1735
- }
1736
1729
  }
1737
1730
  }
1738
1731
 
1739
1732
  .e-axis-content {
1740
- @if ($field-list-skin == 'bootstrap4') {
1741
- height: 126px;
1742
- }
1733
+ height: $field-list-popup-axis-content-bigger-height;
1743
1734
 
1744
- /* stylelint-disable */
1745
1735
  .e-pvt-btn-div {
1746
1736
  .e-pivot-button {
1737
+ /* stylelint-disable */
1747
1738
  font-size: $field-list-bigger-button-font-size;
1748
1739
  height: $field-list-bigger-button-height !important;
1749
1740
  padding: $field-list-bigger-button-padding !important;
1750
1741
 
1751
1742
  /* stylelint-enable */
1752
- .e-content {
1743
+ .e-pvt-btn-content {
1753
1744
  font-size: $field-list-bigger-button-font-size;
1754
1745
  line-height: $field-list-bigger-button-line-height;
1755
1746
  padding: 0 10px;
@@ -1903,16 +1894,8 @@
1903
1894
  .e-sort-none,
1904
1895
  .e-sort-ascend,
1905
1896
  .e-sort-descend {
1906
- padding: $field-list-tree-header-padding $field-list-bigger-icon-to-icon-padding 0 0;
1907
- }
1908
-
1909
- /* stylelint-disable */
1910
- @if ($skin-name == 'FluentUI') {
1911
- .e-sort-none {
1912
- padding: $field-list-bigger-icon-to-icon-padding 0 0 $field-list-tree-header-padding !important;
1913
- }
1897
+ padding: 0 $field-list-bigger-icon-to-icon-padding 0 0;
1914
1898
  }
1915
- /* stylelint-enable */
1916
1899
  }
1917
1900
  }
1918
1901