@syncfusion/ej2-angular-documenteditor 20.4.54 → 21.1.35

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 (94) hide show
  1. package/esm2020/src/document-editor/documenteditor.component.mjs +3 -3
  2. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +3 -3
  3. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +4 -4
  4. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  5. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +4 -4
  6. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  7. package/package.json +9 -9
  8. package/schematics/utils/lib-details.d.ts +2 -2
  9. package/schematics/utils/lib-details.js +2 -2
  10. package/schematics/utils/lib-details.ts +2 -2
  11. package/src/document-editor/documenteditor.component.d.ts +1 -1
  12. package/src/document-editor-container/documenteditorcontainer.component.d.ts +1 -1
  13. package/styles/bootstrap-dark.css +64 -21
  14. package/styles/bootstrap.css +60 -17
  15. package/styles/bootstrap4.css +74 -28
  16. package/styles/bootstrap5-dark.css +84 -37
  17. package/styles/bootstrap5.css +84 -37
  18. package/styles/document-editor/_bootstrap5-definition.scss +6 -6
  19. package/styles/document-editor/_fluent-definition.scss +6 -6
  20. package/styles/document-editor/_tailwind-definition.scss +6 -6
  21. package/styles/document-editor/_theme.scss +103 -33
  22. package/styles/document-editor/bootstrap-dark.css +6 -2
  23. package/styles/document-editor/bootstrap.css +6 -2
  24. package/styles/document-editor/bootstrap4.css +8 -4
  25. package/styles/document-editor/bootstrap5-dark.css +25 -17
  26. package/styles/document-editor/bootstrap5.css +25 -17
  27. package/styles/document-editor/fabric-dark.css +6 -2
  28. package/styles/document-editor/fabric.css +6 -2
  29. package/styles/document-editor/fluent-dark.css +40 -27
  30. package/styles/document-editor/fluent.css +40 -27
  31. package/styles/document-editor/highcontrast-light.css +4 -0
  32. package/styles/document-editor/highcontrast.css +6 -2
  33. package/styles/document-editor/icons/_bootstrap-dark.scss +5 -0
  34. package/styles/document-editor/icons/_bootstrap.scss +5 -0
  35. package/styles/document-editor/icons/_bootstrap4.scss +5 -0
  36. package/styles/document-editor/icons/_bootstrap5.scss +9 -0
  37. package/styles/document-editor/icons/_fabric-dark.scss +5 -0
  38. package/styles/document-editor/icons/_fabric.scss +5 -0
  39. package/styles/document-editor/icons/_fluent.scss +28 -14
  40. package/styles/document-editor/icons/_fusionnew.scss +6 -0
  41. package/styles/document-editor/icons/_highcontrast-light.scss +5 -0
  42. package/styles/document-editor/icons/_highcontrast.scss +5 -0
  43. package/styles/document-editor/icons/_material-dark.scss +5 -0
  44. package/styles/document-editor/icons/_material.scss +5 -0
  45. package/styles/document-editor/icons/_material3.scss +12 -6
  46. package/styles/document-editor/icons/_tailwind-dark.scss +6 -0
  47. package/styles/document-editor/icons/_tailwind.scss +9 -0
  48. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +3 -0
  49. package/styles/document-editor/material-dark.css +6 -2
  50. package/styles/document-editor/material.css +6 -2
  51. package/styles/document-editor/tailwind-dark.css +22 -17
  52. package/styles/document-editor/tailwind.css +25 -17
  53. package/styles/document-editor-container/_bootstrap-dark-definition.scss +7 -2
  54. package/styles/document-editor-container/_bootstrap-definition.scss +7 -2
  55. package/styles/document-editor-container/_bootstrap4-definition.scss +7 -2
  56. package/styles/document-editor-container/_bootstrap5-definition.scss +11 -6
  57. package/styles/document-editor-container/_definition.scss +1 -0
  58. package/styles/document-editor-container/_fabric-dark-definition.scss +7 -2
  59. package/styles/document-editor-container/_fabric-definition.scss +7 -2
  60. package/styles/document-editor-container/_fluent-definition.scss +11 -6
  61. package/styles/document-editor-container/_fusionnew-definition.scss +7 -2
  62. package/styles/document-editor-container/_highcontrast-definition.scss +7 -2
  63. package/styles/document-editor-container/_highcontrast-light-definition.scss +7 -2
  64. package/styles/document-editor-container/_material-dark-definition.scss +7 -2
  65. package/styles/document-editor-container/_material-definition.scss +7 -2
  66. package/styles/document-editor-container/_tailwind-definition.scss +12 -7
  67. package/styles/document-editor-container/_theme.scss +249 -67
  68. package/styles/document-editor-container/bootstrap-dark.css +58 -19
  69. package/styles/document-editor-container/bootstrap.css +54 -15
  70. package/styles/document-editor-container/bootstrap4.css +66 -24
  71. package/styles/document-editor-container/bootstrap5-dark.css +59 -20
  72. package/styles/document-editor-container/bootstrap5.css +59 -20
  73. package/styles/document-editor-container/fabric-dark.css +58 -19
  74. package/styles/document-editor-container/fabric.css +58 -19
  75. package/styles/document-editor-container/fluent-dark.css +63 -27
  76. package/styles/document-editor-container/fluent.css +63 -27
  77. package/styles/document-editor-container/highcontrast-light.css +58 -19
  78. package/styles/document-editor-container/highcontrast.css +58 -19
  79. package/styles/document-editor-container/material-dark.css +58 -19
  80. package/styles/document-editor-container/material.css +57 -18
  81. package/styles/document-editor-container/tailwind-dark.css +58 -19
  82. package/styles/document-editor-container/tailwind.css +58 -19
  83. package/styles/fabric-dark.css +64 -21
  84. package/styles/fabric.css +64 -21
  85. package/styles/fluent-dark.css +103 -54
  86. package/styles/fluent.css +103 -54
  87. package/styles/highcontrast-light.css +62 -19
  88. package/styles/highcontrast.css +64 -21
  89. package/styles/material-dark.css +64 -21
  90. package/styles/material.css +63 -20
  91. package/styles/tailwind-dark.css +80 -36
  92. package/styles/tailwind.css +83 -36
  93. package/styles/document-editor/_material3-definition.scss +0 -560
  94. package/styles/document-editor-container/_material3-definition.scss +0 -153
@@ -4,7 +4,7 @@
4
4
  height: 100%;
5
5
  }
6
6
  .e-de-statusbar-pageweb {
7
- background-color: $de-ctnr-bg-clr;
7
+ background: $de-ctnr-bg-clr;
8
8
  border: 0;
9
9
  box-shadow: none;
10
10
  float: right;
@@ -50,11 +50,19 @@
50
50
  }
51
51
  }
52
52
  }
53
+ .e-listview .e-list-icon {
54
+ height: 24px;
55
+ width: 16px;
56
+ margin-right: $e-de-ctnr-break-listview-margin-right;
57
+ }
58
+ .e-de-listview-icon {
59
+ line-height: 22px;
60
+ }
53
61
  .e-de-linespacing {
54
62
  margin-top: $e-de-ctnr-linespacing-tick-icon;
55
63
  }
56
64
  .e-de-statusbar-zoom {
57
- background-color: $de-ctnr-bg-clr;
65
+ background: $de-ctnr-bg-clr;
58
66
  border: 0;
59
67
  color: $de-font-color;
60
68
  float: right;
@@ -64,13 +72,47 @@
64
72
  box-shadow: none;
65
73
  }
66
74
  }
67
-
68
75
  .e-de-pagenumber-text {
69
76
  border: none !important;
70
77
  // height: 22px !important;
71
78
  // margin-top: $de-pagenumber-text-margin-top !important;
72
79
  }
73
80
 
81
+ @if $skin-name=='Material3' {
82
+ .e-de-ctnr-segment button,
83
+ .e-de-char-fmt-btn-right button,
84
+ .e-de-border-size-button,
85
+ .e-de-cell-div button,
86
+ .e-de-insert-del-cell button,
87
+ .e-de-align-text button {
88
+ border-radius: 4px;
89
+ //background: $de-prop-btn-bg-color;
90
+ }
91
+ .e-de-char-fmt-btn-right button:not(:first-child),
92
+ .e-de-char-fmt-btn-left button:not(:first-child),
93
+ .e-de-insert-del-cell button:not(:first-child),
94
+ .e-de-align-text button:not(:first-child) {
95
+ border-left: 1.7px solid $border-light;
96
+ }
97
+
98
+ .e-rtl {
99
+ .e-de-char-fmt-btn-right button:not(:last-child),
100
+ .e-de-char-fmt-btn-left button:not(:last-child),
101
+ .e-de-insert-del-cell button:not(:last-child),
102
+ .e-de-align-text button:not(:last-child) {
103
+ border-right: 1.7px solid $border-light;
104
+ }
105
+ }
106
+ .e-de-grp-btn-ctnr button {
107
+ //background: $de-prop-btn-bg-color;
108
+ border: 1px solid $border-light;
109
+ }
110
+ .e-de-font-clr-picker > *,
111
+ .de-split-button>div:first-child {
112
+ margin-right: 8px;
113
+ }
114
+ }
115
+
74
116
  .e-de-pagenumber-input {
75
117
  background: $e-de-pagenumber-bg;
76
118
  border: 1px solid $de-panel-border;
@@ -168,6 +210,9 @@
168
210
  border-radius: 2px;
169
211
  font-weight: 400;
170
212
  margin-left: $de-spellcheck-tlbr-margin-left;
213
+ @if $skin-name == 'Material3' {
214
+ background: $de-ctnr-bg-clr;
215
+ }
171
216
  }
172
217
  .e-de-ctn {
173
218
  background-color: $de-ctnr-bg-clr;
@@ -203,7 +248,7 @@
203
248
  }
204
249
  .e-de-tool-ctnr-properties-pane,
205
250
  .e-de-ctnr-properties-pane {
206
- background-color: $de-ctnr-prop-bg-clr;
251
+ background: $de-ctnr-prop-bg-clr;
207
252
  border-bottom: 1px solid $de-panel-border;
208
253
  border-top: 1px solid $de-panel-border;
209
254
  }
@@ -297,7 +342,12 @@
297
342
  display: inline-block;
298
343
  font-size: $de-panel-header-size;
299
344
  font-weight: 500;
300
- letter-spacing: 0.05px;
345
+ @if $skin-name=='Material3' {
346
+ letter-spacing: 0.3px;
347
+ }
348
+ @else {
349
+ letter-spacing: 0.05px;
350
+ }
301
351
  @if $skin-name=='tailwind' {
302
352
  line-height: 1.5;
303
353
  }
@@ -360,7 +410,7 @@
360
410
  margin: $de-ctrnr-tblr-separator-margin;
361
411
  }
362
412
  .e-toolbar-item.e-de-toolbar-btn-start {
363
- margin-left: $de-tlbr-margin-first;
413
+ margin-left: $de-tlbr-margin-first !important;
364
414
  margin-right: $de-tlbr-margin-right;
365
415
  }
366
416
  .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -377,24 +427,28 @@
377
427
  }
378
428
  @if $skin-name=='bootstrap' {
379
429
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
430
+ flex-direction: column;
431
+ height: $de-tlbr-btn-height;
380
432
  padding: 0 1px;
381
- padding-bottom: 6px;
433
+ padding-bottom: 5px;
382
434
  #{if(&, '&', '*')}:focus {
383
435
  padding: 0;
384
- padding-bottom: 6px;
436
+ padding-bottom: 5px;
385
437
  }
386
438
  #{if(&, '&', '*')}:active {
387
439
  padding: 0;
388
- padding-bottom: 6px;
440
+ padding-bottom: 5px;
389
441
  }
390
442
  #{if(&, '&', '*')}:hover {
391
443
  padding: 0;
392
- padding-bottom: 6px;
444
+ padding-bottom: 5px;
393
445
  }
394
446
  }
395
447
  }
396
448
  @if $skin-name !='bootstrap' {
397
449
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
450
+ flex-direction: column;
451
+ height: $de-tlbr-btn-height;
398
452
  padding: 0;
399
453
  padding-bottom: $de-toolbar-padding-bottom;
400
454
  #{if(&, '&', '*')}:focus {
@@ -413,19 +467,21 @@
413
467
  }
414
468
  @if $skin-name=='bootstrap4' {
415
469
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
470
+ flex-direction: column;
471
+ height: $de-tlbr-btn-height;
416
472
  padding: 0 1px;
417
- padding-bottom: 6px;
473
+ padding-bottom: 5px;
418
474
  #{if(&, '&', '*')}:focus {
419
475
  padding: 0;
420
- padding-bottom: 6px;
476
+ padding-bottom: 5px;
421
477
  }
422
478
  #{if(&, '&', '*')}:active {
423
479
  padding: 0;
424
- padding-bottom: 6px;
480
+ padding-bottom: 5px;
425
481
  }
426
482
  #{if(&, '&', '*')}:hover {
427
483
  padding: 0;
428
- padding-bottom: 6px;
484
+ padding-bottom: 5px;
429
485
  }
430
486
  }
431
487
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-btn-icon {
@@ -501,7 +557,7 @@
501
557
  }
502
558
  .e-de-ctnr-group-btn {
503
559
  .e-btn {
504
- background-color: $de-prop-btn-bg-color;
560
+ background: $de-prop-btn-bg-color;
505
561
  border-color: $de-prop-btn-border-color;
506
562
  #{if(&, '&', '*')}:focus {
507
563
  background-color: $de-toggle-border-hover-color;
@@ -548,7 +604,7 @@
548
604
  .e-de-ctnr-group-btn .e-btn:active,
549
605
  .e-de-ctnr-group-btn .e-btn:disabled {
550
606
  .e-btn-icon {
551
- @if $skin-name=='bootstrap5' {
607
+ @if $skin-name == 'bootstrap5' {
552
608
  color: $de-white-color;
553
609
  }
554
610
  @else {
@@ -606,7 +662,12 @@
606
662
  // margin-right: $de-list-button-margin-right;
607
663
  // }
608
664
  .e-de-ctnr-properties-pane-btn {
609
- width: 75px;
665
+ @if $skin-name == 'Material3' {
666
+ width: 78px;
667
+ }
668
+ @else {
669
+ width: 75px;
670
+ }
610
671
  }
611
672
  .e-de-pane-enable-clr.e-de-ctnr-properties-pane-btn {
612
673
  .e-btn {
@@ -620,7 +681,7 @@
620
681
  }
621
682
  .e-de-ctnr-properties-pane-btn {
622
683
  .e-btn {
623
- background-color: $de-prpty-btn-bg-clr;
684
+ background: $de-prpty-btn-bg-clr;
624
685
  border-radius: 0;
625
686
  box-shadow: none;
626
687
  color: $de-pane-color-border;
@@ -658,6 +719,7 @@
658
719
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
659
720
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
660
721
  padding: 0 !important;
722
+ min-height: 16px;
661
723
  }
662
724
  .e-de-hdr-ftr-frst-div {
663
725
  margin-bottom: $de-hdr-ftr-frst-div-mrgn-btm;
@@ -746,7 +808,12 @@
746
808
  }
747
809
  }
748
810
  .e-de-property-div-padding {
749
- border-bottom: 0.5px solid $de-pane-separator;
811
+ @if $skin-name=='Material3' {
812
+ border-bottom: 1px solid $de-pane-separator;
813
+ }
814
+ @else {
815
+ border-bottom: 0.5px solid $de-pane-separator;
816
+ }
750
817
  //padding-bottom: $de-prop-div-padding-bottom;
751
818
  padding: $de-prop-div-padding-top;
752
819
  }
@@ -905,6 +972,9 @@
905
972
  }
906
973
  .e-de-list-thumbnail .e-de-list-items {
907
974
  border: 1px solid $de-list-thmbnail-border-clr;
975
+ @if $skin-name =='Material3' {
976
+ border-radius: 4px;
977
+ }
908
978
  clear: initial;
909
979
  display: inline-block;
910
980
  height: auto;
@@ -934,16 +1004,23 @@
934
1004
  }
935
1005
  @if $skin-name !='tailwind' {
936
1006
  .e-de-list-container {
937
- background: $de-ctnr-bg-clr;
938
- border: 1px solid #ccc;
939
- border-radius: 2px;
940
- box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
1007
+ @if $skin-name !='Material3' {
1008
+ background: $de-ctnr-bg-clr;
1009
+ border: 1px solid #ccc;
1010
+ border-radius: 2px;
1011
+ box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
1012
+ }
941
1013
  box-sizing: border-box;
942
1014
  display: inline-block;
943
1015
  line-height: normal;
944
1016
  margin: 0;
945
1017
  outline: 0;
946
- padding: 5px 0;
1018
+ @if $skin-name =='Material3' {
1019
+ padding: 10px 0;
1020
+ }
1021
+ @else {
1022
+ padding: 5px 0;
1023
+ }
947
1024
  position: absolute;
948
1025
  width: auto;
949
1026
  z-index: 10020;
@@ -1038,9 +1115,18 @@
1038
1115
  }
1039
1116
  border: 1px solid $de-panel-border;
1040
1117
  color: $de-panel-header-color;
1041
- height: 129px;
1042
- margin-left: 78px;
1043
- width: 94px;
1118
+ @if $skin-name=='Material3' {
1119
+ height: 130px;
1120
+ width: 95px;
1121
+ margin-left: 80px;
1122
+ }
1123
+ @else {
1124
+ height: 129px;
1125
+ width: 94px;
1126
+ margin-left: 78px;
1127
+ }
1128
+
1129
+
1044
1130
  }
1045
1131
  .e-de-toc-template1.e-de-rtl {
1046
1132
  margin-left: 0;
@@ -1049,23 +1135,42 @@
1049
1135
 
1050
1136
  .e-de-toc-template1-content1 {
1051
1137
  font-size: 10px;
1052
- height: 11px;
1053
- margin-left: 5.4px;
1054
- margin-top: 6.7px;
1138
+ @if $skin-name=='Material3' {
1139
+ height: 16px;
1140
+ margin-left: 8px;
1141
+ margin-top: 6px;
1142
+ }
1143
+ @else {
1144
+ height: 11px;
1145
+ margin-left: 5.4px;
1146
+ margin-top: 6.7px;
1147
+ }
1055
1148
  width: $de-toc-template-content1;
1056
1149
  }
1057
1150
  .e-de-toc-template1-content2 {
1058
1151
  font-size: 8px;
1059
1152
  height: 9px;
1060
- margin-left: 20.4px;
1061
- margin-top: 5.7px;
1153
+ @if $skin-name=='Material3' {
1154
+ margin-left: 23px;
1155
+ margin-top: 6px;
1156
+ }
1157
+ @else {
1158
+ margin-left: 20.4px;
1159
+ margin-top: 5.7px;
1160
+ }
1062
1161
  width: $de-toc-template-content2;
1063
1162
  }
1064
1163
  .e-de-toc-template1-content3 {
1065
1164
  font-size: 7px;
1066
1165
  height: 8px;
1067
- margin-left: 28.4px;
1068
- margin-top: 6.7px;
1166
+ @if $skin-name=='Material3' {
1167
+ margin-left: 30px;
1168
+ margin-top: 6px;
1169
+ }
1170
+ @else {
1171
+ margin-left: 28.4px;
1172
+ margin-top: 6.7px;
1173
+ }
1069
1174
  width: $de-toc-template-content3;
1070
1175
  }
1071
1176
  .e-de-prop-sub-label {
@@ -1074,6 +1179,9 @@
1074
1179
  font-size: 12px;
1075
1180
  line-height: 18px;
1076
1181
  }
1182
+ @else if $skin-name=='Material3' {
1183
+ font-size: $de-toolbar-font-size;
1184
+ }
1077
1185
  @else {
1078
1186
  font-size: 13px;
1079
1187
  }
@@ -1093,7 +1201,7 @@
1093
1201
  margin-top: $de-prop-pane-margin;
1094
1202
  }
1095
1203
  .e-de-status-bar {
1096
- background-color: $de-ctnr-bg-clr;
1204
+ background: $de-ctnr-bg-clr;
1097
1205
  //border-bottom: 1px solid $de-panel-border;
1098
1206
  display: flex;
1099
1207
  padding-top: $e-de-status-bar-padding-top;
@@ -1159,6 +1267,9 @@
1159
1267
  @if $skin-name =='tailwind' or $skin-name =='bootstrap5' or $skin-name =='FluentUI' {
1160
1268
  font-size: $de-panel-header-size;
1161
1269
  }
1270
+ @else if $skin-name == 'Material3' {
1271
+ font-size: $de-toolbar-font-size;
1272
+ }
1162
1273
  @else {
1163
1274
  font-size: 13px;
1164
1275
  }
@@ -1230,10 +1341,20 @@
1230
1341
  }
1231
1342
  .e-de-prop-fill-label {
1232
1343
  //margin-left: 10.3px;
1233
- margin-right: 8px;
1344
+ @if $skin-name =='Material3' {
1345
+ margin-right: 16px;
1346
+ }
1347
+ @else {
1348
+ margin-right: 8px;
1349
+ }
1234
1350
  }
1235
1351
  .e-de-prop-fill-label.e-de-rtl {
1236
- margin-left: 8px;
1352
+ @if $skin-name =='Material3' {
1353
+ margin-left: 16px;
1354
+ }
1355
+ @else {
1356
+ margin-left: 8px;
1357
+ }
1237
1358
  margin-right: 0;
1238
1359
  }
1239
1360
 
@@ -1245,12 +1366,17 @@
1245
1366
  }
1246
1367
 
1247
1368
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn>button {
1248
- height: 38px;
1249
1369
  @if $skin-name =='bootstrap5' {
1250
1370
  width: 39px;
1371
+ height: 38px;
1372
+ }
1373
+ @else if $skin-name == 'Material3' {
1374
+ width: 36px;
1375
+ height: 36px;
1251
1376
  }
1252
1377
  @else {
1253
1378
  width: 38px;
1379
+ height: 38px;
1254
1380
  }
1255
1381
  }
1256
1382
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn>button {
@@ -1258,7 +1384,12 @@
1258
1384
  width: $de-border-btn-width-big;
1259
1385
  }
1260
1386
  .e-de-border-clr-picker .e-split-btn-wrapper>button:first-child {
1261
- width: 70px;
1387
+ @if $skin-name=='Material3' {
1388
+ width: 64px;
1389
+ }
1390
+ @else {
1391
+ width: 70px;
1392
+ }
1262
1393
  }
1263
1394
  @if $skin-name=='tailwind' {
1264
1395
  .e-de-prop-fill-label {
@@ -1272,6 +1403,16 @@
1272
1403
  }
1273
1404
  }
1274
1405
  }
1406
+ .e-rtl {
1407
+ .e-listview .e-list-icon {
1408
+ height: 24px;
1409
+ width: 16px;
1410
+ margin-left: $e-de-ctnr-break-listview-margin-left;
1411
+ }
1412
+ .e-de-listview-icon {
1413
+ line-height: 22px;
1414
+ }
1415
+ }
1275
1416
  .e-bigger {
1276
1417
  @if $skin-name =='tailwind' or $skin-name =='bootstrap5' or $skin-name =='FluentUI' or $skin-name =='bootstrap4' {
1277
1418
  .de-split-button>div:first-child {
@@ -1284,7 +1425,12 @@
1284
1425
  }
1285
1426
  }
1286
1427
  .e-de-border-clr-picker .e-split-btn-wrapper>button:first-child {
1287
- width: 66px;
1428
+ @if $skin-name=='Material3' {
1429
+ width: 60px;
1430
+ }
1431
+ @else {
1432
+ width: 66px;
1433
+ }
1288
1434
  }
1289
1435
  .e-de-prop-fill-label {
1290
1436
  margin-left: 0;
@@ -1441,7 +1587,7 @@
1441
1587
  margin: $de-ctrnr-tblr-separator-margin-big;
1442
1588
  }
1443
1589
  .e-toolbar-item.e-de-toolbar-btn-start {
1444
- margin-left: $de-tlbr-margin-first-big;
1590
+ margin-left: $de-tlbr-margin-first-big !important;
1445
1591
  margin-right: $de-tlbr-margin-right-big;
1446
1592
  }
1447
1593
  .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -1523,11 +1669,16 @@
1523
1669
  touch-action: none;
1524
1670
  }
1525
1671
  .e-de-ctnr-properties-pane-btn {
1526
- width: 75px;
1672
+ @if $skin-name=='Material3' {
1673
+ width: 78px;
1674
+ }
1675
+ @else {
1676
+ width: 75px;
1677
+ }
1527
1678
  }
1528
1679
  .e-de-ctnr-properties-pane-btn {
1529
1680
  .e-btn {
1530
- background-color: $de-prpty-btn-bg-clr;
1681
+ background: $de-prpty-btn-bg-clr;
1531
1682
  border-radius: 0;
1532
1683
  box-shadow: none;
1533
1684
  min-height: 100%;
@@ -1567,7 +1718,7 @@
1567
1718
  font-size: 16px;
1568
1719
  }
1569
1720
  @else {
1570
- font-size: 12px;
1721
+ font-size: 12px !important;
1571
1722
  }
1572
1723
  margin: $de-ctrnr-tblr-item-margin-big;
1573
1724
  padding: 0;
@@ -1754,7 +1905,12 @@
1754
1905
  border: 0;
1755
1906
  color: $de-font-color;
1756
1907
  float: right;
1757
- height: 34px;
1908
+ @if $skin-name =='Material3' {
1909
+ height: 40px;
1910
+ }
1911
+ @else {
1912
+ height: 34px;
1913
+ }
1758
1914
  }
1759
1915
  @if $skin-name !='tailwind' {
1760
1916
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
@@ -1778,24 +1934,43 @@
1778
1934
  }
1779
1935
  }
1780
1936
  }
1781
-
1937
+ .e-listview .e-list-icon {
1938
+ height: 24px;
1939
+ width: 16px;
1940
+ margin-right: $e-de-ctnr-break-listview-margin-right-big;
1941
+ }
1942
+ .e-de-listview-icon {
1943
+ line-height: 22px;
1944
+ }
1945
+ .e-rtl {
1946
+ .e-listview .e-list-icon {
1947
+ height: 24px;
1948
+ width: 16px;
1949
+ margin-left: $e-de-ctnr-break-listview-margin-left-big;
1950
+ }
1951
+ .e-de-listview-icon {
1952
+ line-height: 22px;
1953
+ }
1954
+ }
1782
1955
  }
1783
1956
  }
1784
1957
 
1785
1958
  .e-de-ctn .e-de-bzr-button {
1786
- @if $skin-name!='tailwind' and $skin-name!='tailwind-dark' and $skin-name !='bootstrap5' {
1787
- font-size: 12px;
1788
- }
1789
- @if $skin-name !='bootstrap4' and $skin-name !='bootstrap5' {
1790
- font-weight: 400;
1791
- }
1792
-
1793
- background: $e-de-bzr-button-bg-color;
1794
- @if $skin-name!='tailwind' and $skin-name!='tailwind-dark' and $skin-name !='material' and $skin-name !='material-dark' {
1795
- height: 100%;
1796
- }
1797
- @if $skin-name !='fabric'and $skin-name !='material' and $skin-name !='material-dark' {
1798
- color: $e-de-bzr-button-font-color;
1959
+ @if $skin-name !='Material3' {
1960
+ @if $skin-name!='tailwind' and $skin-name!='tailwind-dark' and $skin-name !='bootstrap5' {
1961
+ font-size: 12px;
1962
+ }
1963
+ @if $skin-name !='bootstrap4' and $skin-name !='bootstrap5' {
1964
+ font-weight: 400;
1965
+ }
1966
+
1967
+ background: $e-de-bzr-button-bg-color;
1968
+ @if $skin-name!='tailwind' and $skin-name!='tailwind-dark' and $skin-name !='material' and $skin-name !='material-dark' {
1969
+ height: 100%;
1970
+ }
1971
+ @if $skin-name !='fabric'and $skin-name !='material' and $skin-name !='material-dark' {
1972
+ color: $e-de-bzr-button-font-color;
1973
+ }
1799
1974
  }
1800
1975
 
1801
1976
  @if $skin-name=='bootstrap4' or $skin-name=='bootstrap' or $skin-name=='bootstrap-dark' {
@@ -1861,24 +2036,31 @@
1861
2036
  }
1862
2037
 
1863
2038
 
1864
- @if $skin-name=='material' or $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='fabric' or $skin-name=='highcontrast' or $skin-name=='bootstrap5' or $skin-name=='FluentUI' {
2039
+ @if $skin-name=='material' or $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='fabric' or $skin-name=='highcontrast' or $skin-name=='bootstrap5' or $skin-name=='FluentUI' or $skin-name=='Material3' {
1865
2040
  .e-de-ctn .e-de-bzr-button {
1866
- @if $skin-name!='bootstrap5' and $skin-name!='FluentUI' {
2041
+ @if $skin-name!='bootstrap5' and $skin-name!='FluentUI' and $skin-name != 'Material3' {
1867
2042
  font-size: 12px;
1868
2043
  }
1869
2044
  @if $skin-name !='bootstrap4' {
1870
2045
  font-weight: 400;
1871
- }@if $skin-name=='FluentUI' {
2046
+ }
2047
+ @if $skin-name=='FluentUI' or $skin-name == 'Material3' {
1872
2048
  font-size: 14px;
1873
2049
  border: none;
1874
2050
  }
1875
2051
  @if $skin-name !='material' {
1876
2052
  background: $e-de-bzr-button-bg-color;
1877
- height: 100%;
1878
- @if $skin-name !='fabric' {
1879
- color: $e-de-bzr-button-font-color;
2053
+ @if $skin-name !='Material3' {
2054
+ height: 100%;
2055
+ @if $skin-name !='fabric' {
2056
+ color: $e-de-bzr-button-font-color;
2057
+ }
1880
2058
  }
1881
2059
  }
2060
+ @if $skin-name =='Material3' {
2061
+ height: calc(100% - 10px);
2062
+ line-height: 23px;
2063
+ }
1882
2064
  @if $skin-name=='bootstrap4' or $skin-name=='bootstrap' {
1883
2065
  border: 1px solid $e-de-bzr-button-border-color;
1884
2066
  }
@@ -1981,7 +2163,7 @@
1981
2163
  .e-de-ctn {
1982
2164
  .e-de-ctnr-toolbar {
1983
2165
  .e-de-bzr-button {
1984
- @if $skin-name == 'FluentUI' {
2166
+ @if $skin-name == 'FluentUI' and $skin-name == 'Material3' {
1985
2167
  font-size: 16px;
1986
2168
  }
1987
2169
  .e-btn-icon {
@@ -1993,7 +2175,7 @@
1993
2175
  }
1994
2176
 
1995
2177
  .e-de-bzr-break.e-de-bzr-button {
1996
- @if $skin-name == 'material' or $skin-name == 'material-dark' {
2178
+ @if $skin-name == 'material' or $skin-name == 'material-dark' or $skin-name == 'Material3'{
1997
2179
  padding-top: 11px !important;
1998
2180
  }
1999
2181
  @if $skin-name == 'FluentUI' {