@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
@@ -17,6 +17,7 @@
17
17
  max-height: 480px !important;
18
18
  width: $format-dialog-width !important;
19
19
  /* stylelint-enable */
20
+
20
21
  .e-format-table tr:nth-child(odd) {
21
22
  td {
22
23
  padding-bottom: 4px;
@@ -43,12 +44,8 @@
43
44
  .e-format-table tr:nth-child(even) {
44
45
  td {
45
46
  padding-bottom: 14px;
46
- padding-right: 18px;
47
+ padding-right: $pivot-formatting-format-table-data-padding-right;
47
48
  white-space: nowrap;
48
-
49
- @if ($skin-name == 'bootstrap5') {
50
- padding-right: 8px;
51
- }
52
49
  }
53
50
  }
54
51
 
@@ -165,6 +162,12 @@
165
162
  }
166
163
 
167
164
  .e-format-color-picker {
165
+ @if ($skin-name == 'Material3') {
166
+ border: 1px solid $info-outline-border;
167
+ border-radius: 20px;
168
+ min-width: 64px;
169
+ }
170
+
168
171
  .e-split-btn-wrapper .e-split-btn {
169
172
  pointer-events: none;
170
173
 
@@ -193,6 +196,9 @@
193
196
  position: absolute;
194
197
  top: 16px;
195
198
  width: 150%;
199
+ @if ($skin-name == 'Material3') {
200
+ max-height: 4px;
201
+ }
196
202
  }
197
203
 
198
204
  &.e-device {
@@ -209,6 +215,7 @@
209
215
  margin-left: 0;
210
216
  }
211
217
  }
218
+
212
219
  .e-format-value1,
213
220
  .e-format-value2,
214
221
  .e-format-value-span {
@@ -272,6 +279,18 @@
272
279
  }
273
280
  }
274
281
 
282
+ .e-pivotfieldlist-container,
283
+ .e-pivot-formatting-dialog {
284
+ &.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
285
+ @if ($skin-name == 'FluentUI') {
286
+ margin-right: 6px;
287
+ }
288
+ @if ($skin-name == 'Material3') {
289
+ padding: 0;
290
+ }
291
+ }
292
+ }
293
+
275
294
  .e-bigger.e-pivot-formatting-dialog,
276
295
  .e-bigger .e-pivot-formatting-dialog {
277
296
  /* stylelint-disable */
@@ -364,6 +383,7 @@
364
383
 
365
384
  .e-dlg-content {
366
385
  padding-bottom: $pivot-dialog-content-padding;
386
+
367
387
  @if ($skin-name == 'FluentUI') {
368
388
  /* stylelint-disable */
369
389
  padding-top: 1px !important;
@@ -382,7 +402,7 @@
382
402
  .e-pivot-format-title,
383
403
  .e-olap-member-title {
384
404
  color: $field-list-default-header-font-color;
385
- font-size: $field-list-header-font-size;
405
+ font-size: $field-list-default-header-font-size;
386
406
  margin-bottom: 4px;
387
407
  margin-top: 12px;
388
408
  overflow: hidden;
@@ -436,11 +456,6 @@
436
456
  float: right !important;
437
457
  margin: 0 12px 0 0;
438
458
  /* stylelint-enable */
439
- &.e-edit,
440
- &.e-edited,
441
- &.e-remove-report {
442
- margin-top: $field-list-calc-list-icon;
443
- }
444
459
  }
445
460
  }
446
461
 
@@ -449,32 +464,31 @@
449
464
  }
450
465
 
451
466
  .e-list-item .e-text-content {
452
- height: 36px;
453
- margin-left: -10px;
454
- padding: 0;
467
+ align-items: center;
468
+ display: flex;
469
+ height: auto;
470
+ padding-left: 0;
471
+ padding-right: 0;
472
+ vertical-align: middle;
455
473
  }
456
474
  }
457
475
 
458
476
  .e-treeview .e-list-item div.e-icons {
459
477
  cursor: pointer;
460
478
  font-size: $field-list-icon-size;
461
- height: 24px;
479
+ height: auto;
462
480
  opacity: $pivot-calculated-icon-opacity;
463
- padding: 2px 4px 4px;
481
+ padding: 0 4px;
464
482
  pointer-events: auto;
465
- width: 24px;
466
-
467
- @if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') {
468
- height: 20px;
469
- width: 20px;
470
- }
483
+ width: auto;
471
484
  }
472
485
 
473
486
  .e-treeview .e-list-item div.e-icons.e-format {
474
487
  float: right;
475
488
  font-size: 20px;
489
+ height: auto;
476
490
  margin-right: 12px;
477
- padding-top: $field-list-calc-expand-icon-padding;
491
+ padding: 0;
478
492
  }
479
493
 
480
494
  .e-treeview .e-list-item div.e-iconspace {
@@ -482,14 +496,11 @@
482
496
  display: inline-block;
483
497
  font-size: 12px;
484
498
  height: 24px;
499
+ margin-right: $field-list-calc-dialog-iconspace-margin-right;
485
500
  opacity: $pivot-calculated-icon-opacity;
486
- padding: 2px 4px 4px;
501
+ padding: 0 4px;
487
502
  pointer-events: auto;
488
503
  width: 24px;
489
- @if ($skin-name == 'tailwind') {
490
- height: 20px;
491
- width: 20px;
492
- }
493
504
  }
494
505
 
495
506
  .e-treeview .e-list-item {
@@ -506,32 +517,9 @@
506
517
  cursor: move;
507
518
  display: inline-block;
508
519
  font-size: $field-list-icon-size;
509
- height: 24px;
510
520
  margin-right: 4px;
511
521
  pointer-events: auto;
512
- width: 24px;
513
- @if ($skin-name == 'bootstrap5') {
514
- height: 20px;
515
- padding: 5px 8px 12px 5px;
516
- width: 20px;
517
- }
518
- @if ($skin-name != 'tailwind') {
519
- padding: 8px 8px 8px 12px;
520
- }
521
- @if ($skin-name == 'tailwind') {
522
- /* stylelint-disable */
523
- height: 20px;
524
- margin-top: 0;
525
- padding: 0 5px;
526
- position: relative;
527
- bottom:1px;
528
- width: 20px;
529
- /* stylelint-enable */
530
- }
531
- @if ($skin-name == 'FluentUI') {
532
- position: relative;
533
- top: .65px;
534
- }
522
+ width: 20px;
535
523
  }
536
524
  @if ($skin-name == 'tailwind') {
537
525
  &.e-active {
@@ -566,18 +554,8 @@
566
554
 
567
555
  &.e-rtl {
568
556
  .e-treeview .e-list-item div.e-icons {
569
- font-size: 14px;
570
557
  height: 24px;
571
- margin-bottom: 10px;
572
- padding: 5px;
573
558
  width: 24px;
574
-
575
- @if ($skin-name == 'tailwind') {
576
- float: left;
577
- margin-left: 12px;
578
- margin-right: 0;
579
- padding-top: 0;
580
- }
581
559
  }
582
560
 
583
561
  .e-treeview .e-list-item div.e-edit.e-icons,
@@ -642,12 +620,11 @@
642
620
  }
643
621
 
644
622
  .e-list-parent .e-list-text {
645
- margin-bottom: 8px;
646
623
  min-width: 100px;
647
624
  overflow: hidden;
648
625
  text-overflow: ellipsis;
649
626
  white-space: nowrap;
650
- width: 65%;
627
+ width: 100%;
651
628
  }
652
629
 
653
630
  .e-pivot-treeview-outer {
@@ -705,7 +682,6 @@
705
682
  }
706
683
 
707
684
  .e-list-item .e-text-content {
708
- height: 30px;
709
685
  margin: 0;
710
686
  padding: 0 0 0 24px;
711
687
  }
@@ -763,7 +739,7 @@
763
739
  margin-left: 0;
764
740
  margin-right: 0;
765
741
  }
766
- }
742
+ }
767
743
  }
768
744
  }
769
745
 
@@ -779,10 +755,13 @@
779
755
  padding-bottom: $pivot-calculated-header-padding;
780
756
  padding-left: $field-list-header-padding;
781
757
  padding-right: $field-list-header-padding;
758
+ @if ($skin-name == 'Material3') {
759
+ font-size: $field-list-header-font-size !important;
760
+ }
782
761
  }
783
762
 
784
763
  .e-pivot-all-field-title-container {
785
- background-color: $field-list-header-background-color;
764
+ background: $field-list-header-background-color;
786
765
  color: $field-list-default-header-font-color;
787
766
  display: flex;
788
767
  font-size: $field-list-header-font-size;
@@ -856,12 +835,6 @@
856
835
  /* stylelint-enable */
857
836
  }
858
837
 
859
- .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
860
- @if ($skin-name == 'FluentUI') {
861
- margin-right: 6px;
862
- }
863
- }
864
-
865
838
  .e-bigger.e-pivot-calc-dialog-div,
866
839
  .e-bigger .e-pivot-calc-dialog-div {
867
840
  /* stylelint-disable */
@@ -909,6 +882,8 @@
909
882
  .e-edit,
910
883
  .e-edited {
911
884
  /* stylelint-disable */
885
+ margin: 0 12px 0 0 !important;
886
+
912
887
  @if ($skin-name =='FluentUI') or ($skin-name =='bootstrap5') {
913
888
  font-size: $field-list-bigger-header-icon-size !important;
914
889
  }
@@ -917,24 +892,21 @@
917
892
  }
918
893
 
919
894
  ul {
920
- li {
921
- .e-list-icon {
922
-
923
- &.e-edit,
924
- &.e-edited,
925
- &.e-remove-report {
895
+ li .e-list-icon {
896
+ &.e-edit,
897
+ &.e-edited,
898
+ &.e-remove-report {
926
899
 
927
- @if ($skin-name =='FluentUI') {
928
- padding-top: 0;
929
- }
900
+ @if ($skin-name =='FluentUI') {
901
+ padding-top: 0;
902
+ }
930
903
 
931
- @if ($skin-name =='bootstrap5') {
932
- padding-top: 3px;
933
- }
904
+ @if ($skin-name =='bootstrap5') {
905
+ padding-top: 3px;
906
+ }
934
907
 
935
- @if ($skin-name =='tailwind') {
936
- padding-top: 4px;
937
- }
908
+ @if ($skin-name =='tailwind') {
909
+ padding-top: 4px;
938
910
  }
939
911
  }
940
912
  }
@@ -963,20 +935,21 @@
963
935
  padding-top: $pivot-dialog-footer-padding;
964
936
  }
965
937
 
966
- /* stylelint-disable */
967
938
  &.e-olap-calc-dialog-div {
939
+ /* stylelint-disable */
968
940
  max-height: 750px !important;
969
941
  min-width: 580px !important;
942
+ /* stylelint-enable */
970
943
 
971
944
  .e-pivot-calc-outer-div {
972
945
  .e-olap-field-tree-div {
973
946
  height: $olap-bigger-tree-wrapper-height;
974
- width : $olap-bigger-tree-width;
947
+ width: $olap-bigger-tree-width;
975
948
 
976
949
  .e-pivot-treeview-outer {
977
950
  .e-pivot-treeview-outer-div {
978
951
  height: $olap-bigger-tree-outer-div-height;
979
- width:$olap-bigger-tree-outer-div-width;
952
+ width: $olap-bigger-tree-outer-div-width;
980
953
  }
981
954
 
982
955
  .e-pivot-all-field-title {
@@ -1005,7 +978,7 @@
1005
978
 
1006
979
  &.e-rtl {
1007
980
  .e-pivot-calc-outer-div {
1008
- .e-pivot-calculated-div {
981
+ .e-pivot-calculated-div {
1009
982
  margin-left: 0;
1010
983
  margin-right: 24px;
1011
984
  }
@@ -1017,25 +990,25 @@
1017
990
  .e-pivotfieldlist-container {
1018
991
  .e-adaptive-field-list-dialog,
1019
992
  .e-member-editor-dialog {
993
+ /* stylelint-disable */
1020
994
  max-width: 400px !important;
1021
995
  min-width: 320px !important;
1022
- @if ($skin-name == 'FluentUI') {
1023
- min-height: 350px;
996
+ &.e-node-limit {
997
+ max-height: 450px !important;
1024
998
  }
999
+ /* stylelint-enable */
1025
1000
 
1026
1001
  .e-member-prompt {
1027
1002
  padding: 25px $field-list-editor-search-padding-size;
1028
1003
  text-align: center;
1029
1004
  width: 100%;
1030
1005
  }
1031
- /* stylelint-enable */
1032
1006
 
1033
1007
  .e-editor-search-container {
1034
1008
  display: flex;
1035
- padding: 0 $field-list-editor-search-padding-size 10px;
1009
+ padding: $field-list-member-editor-search-padding;
1036
1010
 
1037
1011
  .e-clear-icon-hide {
1038
- display: inline-block;
1039
1012
  visibility: hidden;
1040
1013
  }
1041
1014
  }
@@ -1048,6 +1021,12 @@
1048
1021
  }
1049
1022
  }
1050
1023
 
1024
+ .e-select-all-container {
1025
+ ul li .e-text-content > .e-icon-expandable {
1026
+ display: none;
1027
+ }
1028
+ }
1029
+
1051
1030
  .e-member-editor-container-outer-div {
1052
1031
  display: inline-block;
1053
1032
  height: $field-list-member-filter-list-height;
@@ -1162,7 +1141,6 @@
1162
1141
  }
1163
1142
  }
1164
1143
 
1165
- /* stylelint-disable */
1166
1144
  &.e-rtl {
1167
1145
  .e-member-editor-outer-container {
1168
1146
  ul {
@@ -1174,19 +1152,15 @@
1174
1152
  }
1175
1153
 
1176
1154
  .e-member-editor-dialog {
1177
- .e-member-editor-container-outer-div {
1178
- @if ($skin-name == 'FluentUI') {
1179
- height: $field-list-excel-member-filter-height !important;
1180
- }
1181
- }
1182
-
1183
1155
  .e-toolbar .e-toolbar-items {
1184
1156
  margin-left: $field-list-filter-toolbar-items-margin;
1185
1157
  }
1186
1158
 
1187
1159
  .e-clear-filter-button {
1188
1160
  float: left;
1189
- margin: 0;
1161
+ /* stylelint-disable */
1162
+ margin: 0 !important;
1163
+ /* stylelint-enable */
1190
1164
 
1191
1165
  @if ($skin-name == 'FluentUI') {
1192
1166
  margin-left: 0;
@@ -1199,13 +1173,22 @@
1199
1173
  }
1200
1174
 
1201
1175
  .e-editor-label-container {
1202
- background-color: $field-list-editor-label-fill;
1176
+ align-items: center;
1177
+ background: $field-list-editor-label-fill;
1178
+ /* stylelint-disable */
1179
+ display: flex !important;
1180
+ /* stylelint-enable */
1181
+ height: 40px;
1182
+ justify-content: center;
1203
1183
  opacity: $field-list-editor-label-excel-opacity;
1204
- padding: $field-list-editor-label-padding-size;
1184
+ @if ($skin-name == 'Material3') {
1185
+ border-top: $field-list-separator-border;
1186
+ }
1205
1187
 
1206
1188
  .e-editor-label {
1207
1189
  color: $field-list-editor-label-color;
1208
1190
  font: $field-list-editor-label-font;
1191
+ margin-bottom: 0;
1209
1192
  opacity: $field-list-editor-label-opacity;
1210
1193
  overflow: hidden;
1211
1194
  text-overflow: ellipsis;
@@ -1221,14 +1204,22 @@
1221
1204
  @if ($field-list-skin == 'bootstrap4') {
1222
1205
  background-color: $content-bg;
1223
1206
  border-color: $gray-400;
1224
- color: $gray-700;
1207
+ color: $gray-700;
1208
+ }
1209
+
1210
+ @if ($skin-name == 'Material3') {
1211
+ border: 1px solid $format-outer-border-color;
1212
+ border-radius: $field-list-member-sort-border-radius;
1213
+ min-width: 40px;
1225
1214
  }
1226
1215
 
1227
1216
  &:hover {
1228
1217
  @if ($field-list-skin == 'bootstrap4') {
1218
+ /* stylelint-disable */
1229
1219
  background-color: $gray-600 !important;
1230
1220
  border-color: $gray-600 !important;
1231
1221
  color: $white !important;
1222
+ /* stylelint-enable */
1232
1223
  }
1233
1224
  }
1234
1225
 
@@ -1248,9 +1239,11 @@
1248
1239
 
1249
1240
  &:focus {
1250
1241
  @if ($field-list-skin == 'bootstrap4') {
1242
+ /* stylelint-disable */
1251
1243
  background-color: $gray-600 !important;
1252
1244
  border-color: $gray-600 !important;
1253
1245
  color: $white !important;
1246
+ /* stylelint-enable */
1254
1247
  }
1255
1248
 
1256
1249
  &.e-active {
@@ -1282,7 +1275,6 @@
1282
1275
 
1283
1276
  .e-filter-tab-container {
1284
1277
  border: 0;
1285
- /* stylelint-enable */
1286
1278
 
1287
1279
  .e-tab-header {
1288
1280
  .e-toolbar-item .e-icon-left + .e-tab-text {
@@ -1291,15 +1283,13 @@
1291
1283
 
1292
1284
  .e-text-wrap {
1293
1285
  .e-tab-icon {
1294
- height: 14px;
1295
- min-width: 14px;
1296
- width: 14px;
1297
- @if ($field-list-skin == 'bootstrap4') or ($skin-name == 'bootstrap5') or ($skin-name == 'tailwind') {
1298
- height: auto;
1299
- }
1286
+ height: fit-content;
1300
1287
 
1301
1288
  &::before {
1302
1289
  font-size: 14px;
1290
+ /* stylelint-disable */
1291
+ top: 0 !important;
1292
+ /* stylelint-enable */
1303
1293
  }
1304
1294
  }
1305
1295
  }
@@ -1326,6 +1316,11 @@
1326
1316
  }
1327
1317
  }
1328
1318
 
1319
+ &.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
1320
+ height: $field-list-excel-member-filter-node-limit-height !important;
1321
+ /* stylelint-enable */
1322
+ }
1323
+
1329
1324
  .e-label-filter,
1330
1325
  .e-value-filter {
1331
1326
  height: $field-list-excel-filter-height;
@@ -1333,16 +1328,16 @@
1333
1328
  padding: 20px;
1334
1329
  padding-bottom: 0;
1335
1330
 
1331
+ /* stylelint-disable */
1336
1332
  .e-filter-text-div {
1337
1333
  color: $field-list-button-icon-color !important;
1334
+ /* stylelint-enable */
1338
1335
  font-size: 13px;
1339
1336
  font-weight: 500;
1340
1337
  @if ($skin-name == 'tailwind') {
1341
1338
  padding: 4px;
1342
1339
  }
1343
-
1344
1340
  }
1345
- /* stylelint-enable */
1346
1341
 
1347
1342
  .e-filter-option-container-1,
1348
1343
  .e-filter-option-container-2,
@@ -1363,13 +1358,6 @@
1363
1358
  }
1364
1359
  }
1365
1360
 
1366
- &.e-excel-filter {
1367
- .e-editor-label-container {
1368
- opacity: $field-list-editor-label-excel-opacity;
1369
- padding: $field-list-editor-label-excel-padding-size;
1370
- }
1371
- }
1372
-
1373
1361
  &.e-rtl {
1374
1362
  .e-toolbar .e-toolbar-items {
1375
1363
  margin-left: 0;
@@ -1439,6 +1427,7 @@
1439
1427
  min-height: 170px;
1440
1428
  overflow: auto;
1441
1429
  }
1430
+
1442
1431
  .e-member-editor-container ul {
1443
1432
  li {
1444
1433
  .e-calc-measure-icon,
@@ -1486,7 +1475,7 @@
1486
1475
  min-width: 300px !important;
1487
1476
 
1488
1477
  .e-dlg-content {
1489
- overflow: auto;
1478
+ overflow: auto !important;
1490
1479
  }
1491
1480
 
1492
1481
  .e-value-field-div-content {
@@ -1522,18 +1511,17 @@
1522
1511
  .e-base-field-option-text,
1523
1512
  .e-base-item-option-text,
1524
1513
  .e-type-option-text {
1525
- font-size: 13px;
1514
+ font-size: $field-list-value-field-option-text-font-size;
1526
1515
  font-weight: 500;
1527
1516
  width: 100%;
1528
1517
 
1529
1518
  @if ($skin-name == 'tailwind') {
1530
1519
  padding-bottom: 4px;
1531
1520
  }
1532
-
1533
1521
  }
1534
1522
 
1535
1523
  .e-caption-input-text {
1536
- font-size: 13px;
1524
+ font-size: $field-list-value-field-caption-font-size;
1537
1525
  }
1538
1526
  }
1539
1527
  }
@@ -1543,8 +1531,7 @@
1543
1531
  .e-adaptive-field-list-dialog,
1544
1532
  .e-member-editor-dialog,
1545
1533
  .e-value-field-settings {
1546
- border-radius: $field-list-default-border-radius;
1547
- width: auto !important;
1534
+ border-radius: $field-list-dialog-radius;
1548
1535
 
1549
1536
  .e-dlg-header-content,
1550
1537
  .e-footer-content {
@@ -1560,11 +1547,10 @@
1560
1547
  border-top: $field-list-border-size $field-list-border-type $field-list-default-border-color;
1561
1548
  border-top-left-radius: 0;
1562
1549
  border-top-right-radius: 0;
1563
-
1564
1550
  @if ($skin-name != 'FluentUI') {
1565
1551
  padding-top: $field-list-editor-dialog-footer-padding;
1552
+ padding-bottom: $field-list-editor-dialog-footer-padding;
1566
1553
  }
1567
-
1568
1554
  @if ($skin-name == 'FluentUI') {
1569
1555
  border-top: 0;
1570
1556
  }
@@ -1573,15 +1559,16 @@
1573
1559
  .e-dlg-content {
1574
1560
  overflow: hidden;
1575
1561
  padding: 0 !important;
1576
- @if ($skin-name == 'FluentUI') {
1577
- padding-top: 1px;
1562
+ @if ($skin-name == 'Material3') {
1563
+ border-radius: 0;
1578
1564
  }
1579
1565
 
1580
- @if ($skin-name == 'tailwind') {
1581
- padding: 12px 0 0 0 !important;
1566
+ .e-member-editor-outer-container ul li .e-text-content .e-checkbox-wrapper {
1567
+ @if ($skin-name == 'Material3') {
1568
+ margin: 0 !important;
1569
+ }
1582
1570
  }
1583
1571
 
1584
-
1585
1572
  .e-empty-field::-webkit-input-placeholder {
1586
1573
  color: $error-font-color !important;
1587
1574
  font-weight: 600 !important;
@@ -1618,7 +1605,7 @@
1618
1605
 
1619
1606
  .e-field-list-tree.e-drag-item.e-treeview,
1620
1607
  .e-pivot-calc.e-drag-item.e-treeview {
1621
- background-color: $field-list-drag-clone-bg-color;
1608
+ background: $field-list-drag-clone-bg-color;
1622
1609
  border: $field-list-border-size $field-list-border-type $field-list-default-border-color;
1623
1610
  border-radius: $field-list-drag-clone-border-radius;
1624
1611
  box-shadow: $field-list-drag-clone-shadow-color;
@@ -1636,6 +1623,8 @@
1636
1623
  }
1637
1624
 
1638
1625
  .e-text-content {
1626
+ align-items: center;
1627
+ display: flex;
1639
1628
  height: 100%;
1640
1629
  padding: 0;
1641
1630
  text-align: center;
@@ -1647,16 +1636,8 @@
1647
1636
  .e-list-text {
1648
1637
  color: $field-list-drag-clone-text-color;
1649
1638
  font-size: $field-list-drag-clone-font-size;
1650
- line-height: 1em;
1639
+ padding: 0;
1651
1640
  width: 100%;
1652
- // @if ($field-list-skin == 'bootstrap4') {
1653
- // line-height: 0;
1654
- // }
1655
- @if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5') {
1656
- display: inline;
1657
- line-height: normal;
1658
- vertical-align: sub;
1659
- }
1660
1641
  }
1661
1642
  }
1662
1643
 
@@ -1741,7 +1722,7 @@
1741
1722
 
1742
1723
  /* stylelint-disable */
1743
1724
  .e-button-drag-clone {
1744
- background-color: $field-list-drag-clone-bg-color !important;
1725
+ background: $field-list-drag-clone-bg-color !important;
1745
1726
  border: $field-list-border-size $field-list-border-type $field-list-drag-default-border-color;
1746
1727
  border-radius: $field-list-drag-clone-border-radius;
1747
1728
  box-shadow: $field-list-drag-clone-shadow-color;
@@ -1798,10 +1779,6 @@
1798
1779
  .e-bigger .e-pivotfieldlist-container,
1799
1780
  .e-bigger.e-pivotfieldlist-container {
1800
1781
 
1801
- .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
1802
- height: $field-list-member-filter-list-bigger-height;
1803
- }
1804
-
1805
1782
  /* stylelint-disable */
1806
1783
  .e-member-editor-dialog {
1807
1784
  .e-editor-search-container {
@@ -1862,6 +1839,10 @@
1862
1839
  }
1863
1840
  }
1864
1841
  }
1842
+
1843
+ .e-dlg-content .e-member-editor-outer-container:not(.e-excelfilter) .e-member-editor-container-outer-div {
1844
+ height: $field-list-member-filter-list-bigger-height;
1845
+ }
1865
1846
  }
1866
1847
  /* stylelint-enable */
1867
1848
 
@@ -1883,23 +1864,11 @@
1883
1864
  }
1884
1865
 
1885
1866
  /* stylelint-disable */
1886
- &.e-node-limit.e-excel-filter {
1887
- .e-excelfilter {
1888
- .e-member-editor-container-outer-div {
1889
-
1890
- @if ($skin-name =='fabric') or ($skin-name =='fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1891
- height: 75px !important;
1892
- }
1893
-
1894
- @if ($skin-name =='material') or ($skin-name =='material-dark') {
1895
- height: 65px !important;
1896
- }
1897
- }
1898
- }
1867
+ &.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
1868
+ height: $field-list-member-editor-node-limit-outer-div-bigger-height !important;
1899
1869
  }
1900
1870
 
1901
1871
  .e-excelfilter {
1902
-
1903
1872
  @if ($skin-name == 'tailwind') {
1904
1873
  padding-top: 16px;
1905
1874
  }
@@ -1930,13 +1899,16 @@
1930
1899
 
1931
1900
  &.e-excel-filter {
1932
1901
  min-width: $field-list-bigger-excel-dialog-min-width !important;
1933
-
1934
- @if ($skin-name =='fluent') or ($skin-name =='fabric') or ($skin-name =='fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
1935
- height: 427px !important;
1902
+ min-height: $field-list-member-editor-bigger-height !important;
1936
1903
 
1937
- &.e-node-limit {
1938
- height: 440px !important;
1939
- }
1904
+ &.e-node-limit {
1905
+ min-height: $field-list-member-editor-node-limit-bigger-height !important;
1906
+ }
1907
+ }
1908
+
1909
+ @if ($skin-name == 'Material3') {
1910
+ .e-filter-tab-container {
1911
+ max-width: 350px;
1940
1912
  }
1941
1913
  }
1942
1914
  }