@syncfusion/ej2-angular-documenteditor 20.2.50 → 20.3.47

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 (125) hide show
  1. package/package.json +8 -8
  2. package/schematics/collection.json +15 -0
  3. package/schematics/generators/documenteditorcontainer-default/index.d.ts +3 -0
  4. package/schematics/generators/documenteditorcontainer-default/index.js +8 -0
  5. package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +5 -0
  6. package/schematics/generators/documenteditorcontainer-default/sample-details.js +7 -0
  7. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  8. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  9. package/schematics/generators/documenteditorcontainer-default/schema.d.ts +3 -0
  10. package/schematics/generators/documenteditorcontainer-default/schema.js +2 -0
  11. package/schematics/generators/documenteditorcontainer-default/schema.json +125 -0
  12. package/schematics/ng-add/index.d.ts +3 -0
  13. package/schematics/ng-add/index.js +9 -0
  14. package/schematics/ng-add/schema.d.ts +13 -0
  15. package/schematics/ng-add/schema.js +2 -0
  16. package/schematics/ng-add/schema.json +34 -0
  17. package/schematics/tsconfig.json +25 -0
  18. package/schematics/utils/lib-details.d.ts +4 -0
  19. package/schematics/utils/lib-details.js +6 -0
  20. package/schematics/utils/lib-details.ts +2 -2
  21. package/styles/bootstrap-dark.css +18 -1
  22. package/styles/bootstrap.css +18 -1
  23. package/styles/bootstrap4.css +19 -2
  24. package/styles/bootstrap5-dark.css +19 -3
  25. package/styles/bootstrap5.css +19 -3
  26. package/styles/document-editor/_all.scss +1 -1
  27. package/styles/document-editor/_bootstrap-dark-definition.scss +5 -5
  28. package/styles/document-editor/_bootstrap-definition.scss +5 -5
  29. package/styles/document-editor/_bootstrap4-definition.scss +5 -5
  30. package/styles/document-editor/_bootstrap5-definition.scss +6 -5
  31. package/styles/document-editor/_fabric-dark-definition.scss +1 -1
  32. package/styles/document-editor/_fabric-definition.scss +5 -5
  33. package/styles/document-editor/_fluent-definition.scss +7 -5
  34. package/styles/document-editor/_fusionnew-definition.scss +6 -5
  35. package/styles/document-editor/_highcontrast-definition.scss +6 -6
  36. package/styles/document-editor/_highcontrast-light-definition.scss +29 -32
  37. package/styles/document-editor/_layout.scss +1 -2
  38. package/styles/document-editor/_material-dark-definition.scss +1 -0
  39. package/styles/document-editor/_material-definition.scss +0 -1
  40. package/styles/document-editor/_material3-definition.scss +6 -5
  41. package/styles/document-editor/_tailwind-definition.scss +5 -6
  42. package/styles/document-editor/_theme.scss +1 -5
  43. package/styles/document-editor/bootstrap-dark.css +5 -0
  44. package/styles/document-editor/bootstrap.css +5 -0
  45. package/styles/document-editor/bootstrap4.css +5 -0
  46. package/styles/document-editor/bootstrap5-dark.css +5 -0
  47. package/styles/document-editor/bootstrap5.css +5 -0
  48. package/styles/document-editor/fabric-dark.css +5 -0
  49. package/styles/document-editor/fabric.css +5 -0
  50. package/styles/document-editor/fluent-dark.css +5 -0
  51. package/styles/document-editor/fluent.css +5 -0
  52. package/styles/document-editor/highcontrast-light.css +18 -14
  53. package/styles/document-editor/highcontrast.css +5 -0
  54. package/styles/document-editor/icons/_bootstrap-dark.scss +1 -3
  55. package/styles/document-editor/icons/_bootstrap.scss +2 -4
  56. package/styles/document-editor/icons/_bootstrap4.scss +2 -2
  57. package/styles/document-editor/icons/_fabric-dark.scss +1 -2
  58. package/styles/document-editor/icons/_fabric.scss +1 -2
  59. package/styles/document-editor/icons/_highcontrast-light.scss +1 -1
  60. package/styles/document-editor/icons/_highcontrast.scss +2 -2
  61. package/styles/document-editor/icons/_material-dark.scss +2 -2
  62. package/styles/document-editor/icons/_material.scss +2 -2
  63. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +3 -3
  64. package/styles/document-editor/material-dark.css +5 -0
  65. package/styles/document-editor/material.css +5 -0
  66. package/styles/document-editor/tailwind-dark.css +5 -0
  67. package/styles/document-editor/tailwind.css +5 -0
  68. package/styles/document-editor-container/_all.scss +1 -1
  69. package/styles/document-editor-container/_bootstrap-dark-definition.scss +6 -4
  70. package/styles/document-editor-container/_bootstrap-definition.scss +6 -4
  71. package/styles/document-editor-container/_bootstrap4-definition.scss +6 -4
  72. package/styles/document-editor-container/_bootstrap5-definition.scss +5 -4
  73. package/styles/document-editor-container/_definition.scss +3 -2
  74. package/styles/document-editor-container/_fabric-dark-definition.scss +6 -4
  75. package/styles/document-editor-container/_fabric-definition.scss +6 -4
  76. package/styles/document-editor-container/_fluent-definition.scss +5 -4
  77. package/styles/document-editor-container/_fusionnew-definition.scss +5 -4
  78. package/styles/document-editor-container/_highcontrast-definition.scss +6 -4
  79. package/styles/document-editor-container/_highcontrast-light-definition.scss +6 -4
  80. package/styles/document-editor-container/_layout.scss +3 -4
  81. package/styles/document-editor-container/_material-dark-definition.scss +6 -4
  82. package/styles/document-editor-container/_material-definition.scss +6 -4
  83. package/styles/document-editor-container/_material3-definition.scss +5 -4
  84. package/styles/document-editor-container/_tailwind-definition.scss +5 -4
  85. package/styles/document-editor-container/_theme.scss +7 -6
  86. package/styles/document-editor-container/bootstrap-dark.css +13 -1
  87. package/styles/document-editor-container/bootstrap.css +13 -1
  88. package/styles/document-editor-container/bootstrap4.css +14 -2
  89. package/styles/document-editor-container/bootstrap5-dark.css +14 -3
  90. package/styles/document-editor-container/bootstrap5.css +14 -3
  91. package/styles/document-editor-container/fabric-dark.css +13 -1
  92. package/styles/document-editor-container/fabric.css +13 -1
  93. package/styles/document-editor-container/fluent-dark.css +14 -3
  94. package/styles/document-editor-container/fluent.css +14 -3
  95. package/styles/document-editor-container/highcontrast-light.css +27 -15
  96. package/styles/document-editor-container/highcontrast.css +13 -1
  97. package/styles/document-editor-container/icons/_bootstrap-dark.scss +5 -0
  98. package/styles/document-editor-container/icons/_bootstrap.scss +5 -0
  99. package/styles/document-editor-container/icons/_bootstrap4.scss +6 -1
  100. package/styles/document-editor-container/icons/_bootstrap5.scss +5 -0
  101. package/styles/document-editor-container/icons/_fabric-dark.scss +6 -1
  102. package/styles/document-editor-container/icons/_fabric.scss +6 -1
  103. package/styles/document-editor-container/icons/_fluent.scss +5 -0
  104. package/styles/document-editor-container/icons/_fusionnew.scss +5 -0
  105. package/styles/document-editor-container/icons/_highcontrast-light.scss +6 -1
  106. package/styles/document-editor-container/icons/_highcontrast.scss +6 -1
  107. package/styles/document-editor-container/icons/_material-dark.scss +6 -2
  108. package/styles/document-editor-container/icons/_material.scss +6 -2
  109. package/styles/document-editor-container/icons/_material3.scss +5 -0
  110. package/styles/document-editor-container/icons/_tailwind-dark.scss +5 -0
  111. package/styles/document-editor-container/icons/_tailwind.scss +5 -0
  112. package/styles/document-editor-container/material-dark.css +13 -1
  113. package/styles/document-editor-container/material.css +13 -1
  114. package/styles/document-editor-container/tailwind-dark.css +14 -3
  115. package/styles/document-editor-container/tailwind.css +14 -3
  116. package/styles/fabric-dark.css +18 -1
  117. package/styles/fabric.css +18 -1
  118. package/styles/fluent-dark.css +19 -3
  119. package/styles/fluent.css +19 -3
  120. package/styles/highcontrast-light.css +31 -15
  121. package/styles/highcontrast.css +18 -1
  122. package/styles/material-dark.css +18 -1
  123. package/styles/material.css +18 -1
  124. package/styles/tailwind-dark.css +19 -3
  125. package/styles/tailwind.css +19 -3
@@ -586,10 +586,10 @@ $de-icon-table-column-right-top: 127px !default;
586
586
  $de-icon-table-delete-top: 10px !default;
587
587
  $de-icon-table-row-delete-top: 49px !default;
588
588
  $de-icon-table-column-delete-top: 89px !default;
589
- $de-bullet-list-hover-color: rgba(0 , 0 , 0 , .12) !default;
590
- $de-number-list-hover-color: rgba(0 , 0 , 0 , .12) !default;
591
- $de-multilevel-list-hover-color: rgba(0 , 0 , 0 , .12) !default;
592
- $de-list-dialog-hover-color: rgba(0 , 0 , 0 , .12) !default;
589
+ $de-bullet-list-hover-color: rgba(0, 0, 0, .12) !default;
590
+ $de-number-list-hover-color: rgba(0, 0, 0, .12) !default;
591
+ $de-multilevel-list-hover-color: rgba(0, 0, 0, .12) !default;
592
+ $de-list-dialog-hover-color: rgba(0, 0, 0, .12) !default;
593
593
  $de-cell-options-left: 313px !default;
594
594
  $de-cell-options-top: 229px !default;
595
595
  $de-font-color-margin-bottom: 1px !default;
@@ -956,7 +956,7 @@ $de-row-height-bottom-margin: 8px;
956
956
  font-size: $de-table-alignment-font-size;
957
957
  position: absolute;
958
958
  top: $de-table-alignment-top;
959
- }
959
+ }
960
960
 
961
961
  .e-de-table-center-alignment::before {
962
962
  content: '\e518';
@@ -1225,63 +1225,63 @@ $de-row-height-bottom-margin: 8px;
1225
1225
  content: '\e339';
1226
1226
  font-family: 'e-icons';
1227
1227
  font-size: 16px;
1228
- font-weight: 400;
1228
+ font-weight: normal;
1229
1229
  }
1230
1230
 
1231
1231
  .e-de-italic::before {
1232
1232
  content: '\e35a';
1233
1233
  font-family: 'e-icons';
1234
1234
  font-size: 16px;
1235
- font-weight: 400;
1235
+ font-weight: normal;
1236
1236
  }
1237
1237
 
1238
1238
  .e-de-underline::before {
1239
1239
  content: '\e343';
1240
1240
  font-family: 'e-icons';
1241
1241
  font-size: 16px;
1242
- font-weight: 400;
1242
+ font-weight: normal;
1243
1243
  }
1244
1244
 
1245
1245
  .e-de-indent::before {
1246
1246
  content: '\e35d';
1247
1247
  font-family: 'e-icons';
1248
1248
  font-size: 16px;
1249
- font-weight: 400;
1249
+ font-weight: normal;
1250
1250
  }
1251
1251
 
1252
1252
  .e-de-outdent::before {
1253
1253
  content: '\e33f';
1254
1254
  font-family: 'e-icons';
1255
1255
  font-size: 16px;
1256
- font-weight: 400;
1256
+ font-weight: normal;
1257
1257
  }
1258
1258
 
1259
1259
  .e-de-align-left::before {
1260
1260
  content: '\e33a';
1261
1261
  font-family: 'e-icons';
1262
1262
  font-size: 16px;
1263
- font-weight: 400;
1263
+ font-weight: normal;
1264
1264
  }
1265
1265
 
1266
1266
  .e-de-align-center::before {
1267
1267
  content: '\e35e';
1268
1268
  font-family: 'e-icons';
1269
1269
  font-size: 16px;
1270
- font-weight: 400;
1270
+ font-weight: normal;
1271
1271
  }
1272
1272
 
1273
1273
  .e-de-align-right::before {
1274
1274
  content: '\e34d';
1275
1275
  font-family: 'e-icons';
1276
1276
  font-size: 16px;
1277
- font-weight: 400;
1277
+ font-weight: normal;
1278
1278
  }
1279
1279
 
1280
1280
  .e-de-justify::before {
1281
1281
  content: '\e334';
1282
1282
  font-family: 'e-icons';
1283
1283
  font-size: 16px;
1284
- font-weight: 400;
1284
+ font-weight: normal;
1285
1285
  }
1286
1286
 
1287
1287
  .e-de-single-spacing::before {
@@ -1355,8 +1355,8 @@ $de-row-height-bottom-margin: 8px;
1355
1355
  font-family: 'e-icons';
1356
1356
  font-size: 42px;
1357
1357
  }
1358
-
1359
1358
  }
1359
+
1360
1360
  @include export-module('documenteditor-layout') {
1361
1361
  .e-de-blink-cursor {
1362
1362
  border-left: 1px solid;
@@ -1411,6 +1411,7 @@ $de-row-height-bottom-margin: 8px;
1411
1411
  }
1412
1412
  }
1413
1413
  }
1414
+
1414
1415
  @include export-module('documenteditor-theme') {
1415
1416
  .e-de-background {
1416
1417
  background-color: $de-background;
@@ -1443,7 +1444,6 @@ $de-row-height-bottom-margin: 8px;
1443
1444
  padding: $search-result-item-padding-top 1px $search-result-item-padding-bottom 5px;
1444
1445
  }
1445
1446
 
1446
-
1447
1447
  .e-de-search-tab-content .e-input-group .e-de-op-search-icon:focus {
1448
1448
  border: 1px solid $search-icon-bdr-clr;
1449
1449
  }
@@ -1452,7 +1452,6 @@ $de-row-height-bottom-margin: 8px;
1452
1452
  background: $search-icon-hvr;
1453
1453
  }
1454
1454
 
1455
-
1456
1455
  .e-de-search-tab-content .e-input-group .e-de-op-search-close-icon:focus {
1457
1456
  border: 1px solid $search-icon-bdr-clr;
1458
1457
  border-right-width: 0;
@@ -1668,7 +1667,7 @@ $de-row-height-bottom-margin: 8px;
1668
1667
 
1669
1668
  .e-de-hyperlink-dlg-title {
1670
1669
  font-size: 12px;
1671
- font-weight: 400;
1670
+ font-weight: normal;
1672
1671
  margin-bottom: $de-hyperlink-dlg-margin-bottom;
1673
1672
  margin-top: $de-hyperlink-dlg-margin-top;
1674
1673
  }
@@ -1770,14 +1769,14 @@ $de-row-height-bottom-margin: 8px;
1770
1769
  margin-top: 15px;
1771
1770
  }
1772
1771
 
1773
- label[for='container_wholeWord'] {
1772
+ label[for = 'container_wholeWord'] {
1774
1773
  left: 35px;
1775
1774
  }
1776
1775
 
1777
1776
  .e-de-cell-dia-label-common {
1778
1777
  display: inline-block;
1779
1778
  font-size: $de-cell-margin-dia-common-font;
1780
- font-weight: 400;
1779
+ font-weight: normal;
1781
1780
  margin-bottom: $de-cell-margin-dia-common-margin-bottom;
1782
1781
  margin-top: $de-cell-margin-dia-common-margin-top;
1783
1782
  width: $de-cell-margin-dia-common-width;
@@ -1893,7 +1892,7 @@ $de-row-height-bottom-margin: 8px;
1893
1892
  .e-de-tbl-dlg-op-btn {
1894
1893
  left: $de-tbl-opt-btn-left;
1895
1894
  position: absolute;
1896
- top: $de-tbl-opt-btn-top;
1895
+ top: $de-tbl-opt-btn-top;
1897
1896
  }
1898
1897
 
1899
1898
  .e-de-insert-table-dlg-sub-header {
@@ -2046,7 +2045,7 @@ $de-row-height-bottom-margin: 8px;
2046
2045
  .e-dlg-clr-pkr-top {
2047
2046
  top: $de-dlg-clr-pkr-top;
2048
2047
  }
2049
- }
2048
+ }
2050
2049
 
2051
2050
  .e-de-op-result-container {
2052
2051
  margin-top: $de-op-result-container-margin-top;
@@ -2061,7 +2060,7 @@ $de-row-height-bottom-margin: 8px;
2061
2060
  margin-bottom: $de-op-tab-header-margin-bottom;
2062
2061
  margin-top: $de-op-tab-header-margin-top;
2063
2062
  }
2064
- }
2063
+ }
2065
2064
 
2066
2065
  .e-de-font-dlg-color {
2067
2066
  border: $de-font-color-border;
@@ -2282,7 +2281,6 @@ $de-row-height-bottom-margin: 8px;
2282
2281
  width: $de-tbl-btn-separator;
2283
2282
  }
2284
2283
 
2285
-
2286
2284
  .e-de-op-msg {
2287
2285
  color: $de-op-container-messagediv-color;
2288
2286
  top: 79px;
@@ -2511,7 +2509,6 @@ $de-row-height-bottom-margin: 8px;
2511
2509
  line-height: 27px;
2512
2510
  }
2513
2511
 
2514
-
2515
2512
  .e-bookmark-common {
2516
2513
  display: flex;
2517
2514
  }
@@ -2581,7 +2578,7 @@ $de-row-height-bottom-margin: 8px;
2581
2578
  .e-de-style-style-based-on,
2582
2579
  .e-de-style-style-paragraph {
2583
2580
  font-size: 13px;
2584
- font-weight: 400;
2581
+ font-weight: normal;
2585
2582
  margin-bottom: $de-style-dialog-label-bottom-margin;
2586
2583
  width: 180px;
2587
2584
  }
@@ -2668,13 +2665,13 @@ $de-row-height-bottom-margin: 8px;
2668
2665
 
2669
2666
  .e-de-font-content-label .e-label,
2670
2667
  .e-de-font-dlg-cb-right .e-label,
2671
- .e-de-font-checkbox .e-label {
2668
+ .e-de-font-checkbox .e-label {
2672
2669
  font-size: $de-font-checkbox-label-font-size;
2673
2670
  }
2674
2671
 
2675
2672
  .e-de-font-content-label .e-frame,
2676
2673
  .e-de-font-dlg-cb-right .e-frame,
2677
- .e-de-font-checkbox .e-frame {
2674
+ .e-de-font-checkbox .e-frame {
2678
2675
  height: $de-checkbox-height;
2679
2676
  line-height: $de-checkbox-line-height;
2680
2677
  width: $de-checkbox-width;
@@ -2705,7 +2702,7 @@ $de-row-height-bottom-margin: 8px;
2705
2702
  .e-de-table-container-div .e-checkbox-wrapper .e-label,
2706
2703
  .e-de-table-header-div .e-checkbox-wrapper .e-label,
2707
2704
  .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label,
2708
- .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label ,
2705
+ .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label,
2709
2706
  .e-de-table-cell-header-div .e-checkbox-wrapper .e-label,
2710
2707
  .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label,
2711
2708
  .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label,
@@ -2850,7 +2847,7 @@ $de-row-height-bottom-margin: 8px;
2850
2847
  }
2851
2848
 
2852
2849
  .e-styles-dlgfields {
2853
- font-weight: 400;
2850
+ font-weight: normal;
2854
2851
  margin-bottom: 6px;
2855
2852
  }
2856
2853
 
@@ -2869,7 +2866,7 @@ $de-row-height-bottom-margin: 8px;
2869
2866
  }
2870
2867
 
2871
2868
  .e-bookmark-dlgfields {
2872
- font-weight: 400;
2869
+ font-weight: normal;
2873
2870
  margin-bottom: $de-bookmark-dlgfields-margin-bottom;
2874
2871
  }
2875
2872
 
@@ -2925,7 +2922,7 @@ $de-row-height-bottom-margin: 8px;
2925
2922
  margin: 0 5px 5px 0;
2926
2923
  padding: 0;
2927
2924
  width: 70px;
2928
- }
2925
+ }
2929
2926
 
2930
2927
  .e-de-ui-wfloating-menu {
2931
2928
  padding: 10px 4px 5px 10px;
@@ -1,4 +1,4 @@
1
- @include export-module('documenteditor-layout') {
1
+ @include export-module('documenteditor-layout') {
2
2
  .e-de-dlg-container {
3
3
  padding-bottom: $de-padding-full;
4
4
  }
@@ -214,4 +214,3 @@
214
214
  }
215
215
  }
216
216
  }
217
-
@@ -557,5 +557,6 @@ $de-para-dlg-rtl-btn-width: 200px;
557
557
  $de-de-rtl-btn-div-e-de-rtl-margin-right: 24px;
558
558
  $de-de-rtl-btn-div-e-de-rtl-margin-left: 12px;
559
559
  $de-para-dlg-spacing-div-mrgn-left: 40px;
560
+
560
561
  // Table properties
561
562
  $de-row-height-bottom-margin: 8px;
@@ -542,7 +542,6 @@ $de-rp-nav-btn-mrgn: 0 12px;
542
542
  $de-rp-btn-enforce-bx-shadow: 0 2px 2px 0 $de-rp-btn-nav-box-shadow, 0 2px 4px 0 $de-rp-btn-nav-box-shadow-next;
543
543
  $de-para-dlg-right-sub-container-top-margin: 0;
544
544
 
545
-
546
545
  //New Implemenatation
547
546
 
548
547
  $de-par-dlg-hdr-weight: 700 !default;
@@ -466,7 +466,7 @@ $de-de-rtl-btn-div-e-de-rtl-margin-left: 12px !default;
466
466
  $de-para-dlg-spacing-div-mrgn-left: 40px !default;
467
467
 
468
468
  // Color variable
469
- $de-background: $content-bg-color-alt1 !default;
469
+ $de-background: $content-bg-color-alt1 !default;
470
470
  $search-result-highlight-bg-color: $transparent !default;
471
471
  $search-result-hightlight-bdr-clr-hvr: $primary !default;
472
472
  $search-result-hightlight-bdr-clr: $primary !default;
@@ -496,10 +496,10 @@ $de-input-color: $content-text-color !default;
496
496
  $de-op-bg-color: $content-bg-color-alt1 !default;
497
497
  $de-font-color-border: 1px $content-bg-color-alt1 !default;
498
498
  $de-font-color-border-radius: 4px !default;
499
- $de-bullet-list-hover-color: rgba(0 , 0 , 0 , .12) !default;
500
- $de-number-list-hover-color: rgba(0 , 0 , 0 , .12) !default;
501
- $de-multilevel-list-hover-color: rgba(0 , 0 , 0 , .12) !default;
502
- $de-list-dialog-hover-color: rgba(0 , 0 , 0 , .12) !default;
499
+ $de-bullet-list-hover-color: rgba(0, 0, 0, .12) !default;
500
+ $de-number-list-hover-color: rgba(0, 0, 0, .12) !default;
501
+ $de-multilevel-list-hover-color: rgba(0, 0, 0, .12) !default;
502
+ $de-list-dialog-hover-color: rgba(0, 0, 0, .12) !default;
503
503
  $de-op-container-messagediv-color: $content-text-color !default;
504
504
  $de-checkbox-wrapper-color: $content-text-color !default;
505
505
  $bookmark-listview-border-color: $border !default;
@@ -552,5 +552,6 @@ $de-style-btn-color: $icon-color;
552
552
  $de-style-btn-hover-color: $white;
553
553
  $de-style-dlg-btn-border-color: $border-light;
554
554
  $de-style-dlg-btn-bg-color: $content-bg-color;
555
+
555
556
  // Table properties
556
557
  $de-row-height-bottom-margin: 4px;
@@ -469,9 +469,8 @@ $de-para-dlg-spacing-div-mrgn-left: 40px !default;
469
469
  // Table properties
470
470
  $de-row-height-bottom-margin: 0;
471
471
 
472
-
473
472
  // Color variable
474
- $de-background: $content-bg-color-alt3 !default;
473
+ $de-background: $content-bg-color-alt3 !default;
475
474
  $search-result-highlight-bg-color: $transparent !default;
476
475
  $search-result-hightlight-bdr-clr-hvr: $primary !default;
477
476
  $search-result-hightlight-bdr-clr: $primary !default;
@@ -501,10 +500,10 @@ $de-input-color: $content-text-color !default;
501
500
  $de-op-bg-color: $content-bg-color-alt1 !default;
502
501
  $de-font-color-border: 1px $content-bg-color-alt1 !default;
503
502
  $de-font-color-border-radius: 4px !default;
504
- $de-bullet-list-hover-color: rgba(0 , 0 , 0 , .12) !default;
505
- $de-number-list-hover-color: rgba(0 , 0 , 0 , .12) !default;
506
- $de-multilevel-list-hover-color: rgba(0 , 0 , 0 , .12) !default;
507
- $de-list-dialog-hover-color: rgba(0 , 0 , 0 , .12) !default;
503
+ $de-bullet-list-hover-color: rgba(0, 0, 0, .12) !default;
504
+ $de-number-list-hover-color: rgba(0, 0, 0, .12) !default;
505
+ $de-multilevel-list-hover-color: rgba(0, 0, 0, .12) !default;
506
+ $de-list-dialog-hover-color: rgba(0, 0, 0, .12) !default;
508
507
  $de-op-container-messagediv-color: $content-text-color !default;
509
508
  $de-checkbox-wrapper-color: $content-text-color !default;
510
509
  $bookmark-listview-border-color: $border !default;
@@ -1,5 +1,5 @@
1
1
  @include export-module('documenteditor-theme') {
2
- // sass-lint:disable-all
2
+ /* stylelint-disable */
3
3
  .e-de-background {
4
4
  background-color: $de-background;
5
5
  }
@@ -847,7 +847,6 @@
847
847
  }
848
848
 
849
849
  @if $skin-name != 'bootstrap5' {
850
- // sass-lint:disable-all
851
850
  .e-de-style-font-color-picker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
852
851
  .e-de-style-font-color-picker .e-btn.e-icon-btn,
853
852
  .e-de-dlg-clr-picker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
@@ -867,7 +866,6 @@
867
866
  .e-de-toc-dlg-style-input {
868
867
  margin-top: 18px;
869
868
  }
870
- // sass-lint:disable-all
871
869
  .e-de-list-container {
872
870
  background: $de-style-btn-color !important;
873
871
  }
@@ -1736,7 +1734,6 @@
1736
1734
  width: $de-insert-big-spellchecker-width;
1737
1735
  }
1738
1736
  }
1739
- // sass-lint:disable-all
1740
1737
  .e-de-dlg-spellcheck-listview {
1741
1738
  @if $skin-name !='tailwind' {
1742
1739
  border: 1px solid $de-spellcheck-listview-border-color;
@@ -1763,7 +1760,6 @@
1763
1760
  margin-bottom: $de-spellcheck-container-gap;
1764
1761
  display: flex;
1765
1762
  }
1766
- // sass-lint:disable-all
1767
1763
  .e-dlg-spellcheck-listitem {
1768
1764
  font-size: 15px !important;
1769
1765
  }
@@ -747,6 +747,7 @@
747
747
  left: 14px;
748
748
  }
749
749
 
750
+ /* stylelint-disable */
750
751
  .e-de-background {
751
752
  background-color: #232323;
752
753
  }
@@ -3620,6 +3621,10 @@ label[for*=_wholeWord_e-de-rtl] {
3620
3621
  right: 10px;
3621
3622
  }
3622
3623
 
3624
+ .e-bigger {
3625
+ /* stylelint-disable */
3626
+ /* stylelint-enable */
3627
+ }
3623
3628
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3624
3629
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3625
3630
  font-size: 14px;
@@ -747,6 +747,7 @@
747
747
  left: 14px;
748
748
  }
749
749
 
750
+ /* stylelint-disable */
750
751
  .e-de-background {
751
752
  background-color: #fff;
752
753
  }
@@ -3617,6 +3618,10 @@ label[for*=_wholeWord_e-de-rtl] {
3617
3618
  right: 10px;
3618
3619
  }
3619
3620
 
3621
+ .e-bigger {
3622
+ /* stylelint-disable */
3623
+ /* stylelint-enable */
3624
+ }
3620
3625
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3621
3626
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3622
3627
  font-size: 14px;
@@ -744,6 +744,7 @@
744
744
  left: 14px;
745
745
  }
746
746
 
747
+ /* stylelint-disable */
747
748
  .e-de-background {
748
749
  background-color: #e9ecef;
749
750
  }
@@ -3768,6 +3769,10 @@ textarea.e-de-cmt-textarea {
3768
3769
  right: 10px;
3769
3770
  }
3770
3771
 
3772
+ .e-bigger {
3773
+ /* stylelint-disable */
3774
+ /* stylelint-enable */
3775
+ }
3771
3776
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3772
3777
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3773
3778
  font-size: 14px;
@@ -782,6 +782,7 @@
782
782
  left: 14px;
783
783
  }
784
784
 
785
+ /* stylelint-disable */
785
786
  .e-de-background {
786
787
  background-color: #282d31;
787
788
  }
@@ -3714,6 +3715,10 @@ label[for*=_wholeWord_e-de-rtl] {
3714
3715
  right: 17px;
3715
3716
  }
3716
3717
 
3718
+ .e-bigger {
3719
+ /* stylelint-disable */
3720
+ /* stylelint-enable */
3721
+ }
3717
3722
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3718
3723
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3719
3724
  font-size: 14px;
@@ -782,6 +782,7 @@
782
782
  left: 14px;
783
783
  }
784
784
 
785
+ /* stylelint-disable */
785
786
  .e-de-background {
786
787
  background-color: #f8f9fa;
787
788
  }
@@ -3714,6 +3715,10 @@ label[for*=_wholeWord_e-de-rtl] {
3714
3715
  right: 17px;
3715
3716
  }
3716
3717
 
3718
+ .e-bigger {
3719
+ /* stylelint-disable */
3720
+ /* stylelint-enable */
3721
+ }
3717
3722
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3718
3723
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3719
3724
  font-size: 14px;
@@ -747,6 +747,7 @@
747
747
  left: 14px;
748
748
  }
749
749
 
750
+ /* stylelint-disable */
750
751
  .e-de-background {
751
752
  background-color: #201f1f;
752
753
  }
@@ -3620,6 +3621,10 @@ label[for*=_wholeWord_e-de-rtl] {
3620
3621
  right: 11px;
3621
3622
  }
3622
3623
 
3624
+ .e-bigger {
3625
+ /* stylelint-disable */
3626
+ /* stylelint-enable */
3627
+ }
3623
3628
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3624
3629
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3625
3630
  font-size: 14px;
@@ -747,6 +747,7 @@
747
747
  left: 14px;
748
748
  }
749
749
 
750
+ /* stylelint-disable */
750
751
  .e-de-background {
751
752
  background-color: #fff;
752
753
  }
@@ -3620,6 +3621,10 @@ label[for*=_wholeWord_e-de-rtl] {
3620
3621
  right: 11px;
3621
3622
  }
3622
3623
 
3624
+ .e-bigger {
3625
+ /* stylelint-disable */
3626
+ /* stylelint-enable */
3627
+ }
3623
3628
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3624
3629
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3625
3630
  font-size: 14px;
@@ -780,6 +780,7 @@
780
780
  left: 14px;
781
781
  }
782
782
 
783
+ /* stylelint-disable */
783
784
  .e-de-background {
784
785
  background-color: #323130;
785
786
  }
@@ -3652,6 +3653,10 @@ label[for*=_wholeWord_e-de-rtl] {
3652
3653
  right: 15px;
3653
3654
  }
3654
3655
 
3656
+ .e-bigger {
3657
+ /* stylelint-disable */
3658
+ /* stylelint-enable */
3659
+ }
3655
3660
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3656
3661
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3657
3662
  font-size: 14px;
@@ -780,6 +780,7 @@
780
780
  left: 14px;
781
781
  }
782
782
 
783
+ /* stylelint-disable */
783
784
  .e-de-background {
784
785
  background-color: #e1dfdd;
785
786
  }
@@ -3652,6 +3653,10 @@ label[for*=_wholeWord_e-de-rtl] {
3652
3653
  right: 15px;
3653
3654
  }
3654
3655
 
3656
+ .e-bigger {
3657
+ /* stylelint-disable */
3658
+ /* stylelint-enable */
3659
+ }
3655
3660
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3656
3661
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3657
3662
  font-size: 14px;
@@ -308,63 +308,63 @@
308
308
  content: "\e339";
309
309
  font-family: "e-icons";
310
310
  font-size: 16px;
311
- font-weight: 400;
311
+ font-weight: normal;
312
312
  }
313
313
 
314
314
  .e-de-italic::before {
315
315
  content: "\e35a";
316
316
  font-family: "e-icons";
317
317
  font-size: 16px;
318
- font-weight: 400;
318
+ font-weight: normal;
319
319
  }
320
320
 
321
321
  .e-de-underline::before {
322
322
  content: "\e343";
323
323
  font-family: "e-icons";
324
324
  font-size: 16px;
325
- font-weight: 400;
325
+ font-weight: normal;
326
326
  }
327
327
 
328
328
  .e-de-indent::before {
329
329
  content: "\e35d";
330
330
  font-family: "e-icons";
331
331
  font-size: 16px;
332
- font-weight: 400;
332
+ font-weight: normal;
333
333
  }
334
334
 
335
335
  .e-de-outdent::before {
336
336
  content: "\e33f";
337
337
  font-family: "e-icons";
338
338
  font-size: 16px;
339
- font-weight: 400;
339
+ font-weight: normal;
340
340
  }
341
341
 
342
342
  .e-de-align-left::before {
343
343
  content: "\e33a";
344
344
  font-family: "e-icons";
345
345
  font-size: 16px;
346
- font-weight: 400;
346
+ font-weight: normal;
347
347
  }
348
348
 
349
349
  .e-de-align-center::before {
350
350
  content: "\e35e";
351
351
  font-family: "e-icons";
352
352
  font-size: 16px;
353
- font-weight: 400;
353
+ font-weight: normal;
354
354
  }
355
355
 
356
356
  .e-de-align-right::before {
357
357
  content: "\e34d";
358
358
  font-family: "e-icons";
359
359
  font-size: 16px;
360
- font-weight: 400;
360
+ font-weight: normal;
361
361
  }
362
362
 
363
363
  .e-de-justify::before {
364
364
  content: "\e334";
365
365
  font-family: "e-icons";
366
366
  font-size: 16px;
367
- font-weight: 400;
367
+ font-weight: normal;
368
368
  }
369
369
 
370
370
  .e-de-single-spacing::before {
@@ -737,7 +737,7 @@
737
737
 
738
738
  .e-de-hyperlink-dlg-title {
739
739
  font-size: 12px;
740
- font-weight: 400;
740
+ font-weight: normal;
741
741
  margin-bottom: 8px;
742
742
  margin-top: 8px;
743
743
  }
@@ -848,7 +848,7 @@ label[for=container_wholeWord] {
848
848
  .e-de-cell-dia-label-common {
849
849
  display: inline-block;
850
850
  font-size: 12px;
851
- font-weight: 400;
851
+ font-weight: normal;
852
852
  margin-bottom: 8px;
853
853
  margin-top: 8px;
854
854
  width: 150px;
@@ -1631,7 +1631,7 @@ label[for=container_wholeWord] {
1631
1631
  .e-de-style-style-based-on,
1632
1632
  .e-de-style-style-paragraph {
1633
1633
  font-size: 13px;
1634
- font-weight: 400;
1634
+ font-weight: normal;
1635
1635
  margin-bottom: 8px;
1636
1636
  width: 180px;
1637
1637
  }
@@ -1900,7 +1900,7 @@ label[for=container_wholeWord] {
1900
1900
  }
1901
1901
 
1902
1902
  .e-styles-dlgfields {
1903
- font-weight: 400;
1903
+ font-weight: normal;
1904
1904
  margin-bottom: 6px;
1905
1905
  }
1906
1906
 
@@ -1919,7 +1919,7 @@ label[for=container_wholeWord] {
1919
1919
  }
1920
1920
 
1921
1921
  .e-bookmark-dlgfields {
1922
- font-weight: 400;
1922
+ font-weight: normal;
1923
1923
  margin-bottom: 0;
1924
1924
  }
1925
1925
 
@@ -2612,6 +2612,10 @@ label[for=container_wholeWord] {
2612
2612
  content: "\e68a";
2613
2613
  }
2614
2614
 
2615
+ .e-bigger {
2616
+ /* stylelint-disable */
2617
+ /* stylelint-enable */
2618
+ }
2615
2619
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
2616
2620
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
2617
2621
  font-size: 14px;