@syncfusion/ej2-angular-spreadsheet 20.4.38 → 20.4.40-ngcc

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 (180) hide show
  1. package/@syncfusion/ej2-angular-spreadsheet.es5.js +989 -0
  2. package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-spreadsheet.js +929 -0
  4. package/@syncfusion/ej2-angular-spreadsheet.js.map +1 -0
  5. package/CHANGELOG.md +1375 -0
  6. package/README.md +145 -68
  7. package/dist/ej2-angular-spreadsheet.umd.js +1574 -0
  8. package/dist/ej2-angular-spreadsheet.umd.js.map +1 -0
  9. package/dist/ej2-angular-spreadsheet.umd.min.js +2 -0
  10. package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -0
  11. package/ej2-angular-spreadsheet.d.ts +5 -0
  12. package/ej2-angular-spreadsheet.metadata.json +1 -0
  13. package/package.json +83 -85
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/src/spreadsheet/cells.directive.d.ts +0 -5
  17. package/src/spreadsheet/chart.directive.d.ts +0 -5
  18. package/src/spreadsheet/columns.directive.d.ts +0 -5
  19. package/src/spreadsheet/conditionalformats.directive.d.ts +0 -5
  20. package/src/spreadsheet/definednames.directive.d.ts +0 -5
  21. package/src/spreadsheet/image.directive.d.ts +0 -5
  22. package/src/spreadsheet/ranges.directive.d.ts +0 -5
  23. package/src/spreadsheet/rows.directive.d.ts +0 -5
  24. package/src/spreadsheet/sheets.directive.d.ts +0 -5
  25. package/src/spreadsheet/spreadsheet-all.module.d.ts +0 -6
  26. package/src/spreadsheet/spreadsheet.component.d.ts +0 -3
  27. package/src/spreadsheet/spreadsheet.module.d.ts +0 -15
  28. package/styles/bootstrap-dark.css +34 -24
  29. package/styles/bootstrap.css +34 -24
  30. package/styles/bootstrap4.css +34 -24
  31. package/styles/bootstrap5-dark.css +34 -24
  32. package/styles/bootstrap5.css +34 -24
  33. package/styles/fabric-dark.css +34 -24
  34. package/styles/fabric.css +34 -24
  35. package/styles/fluent-dark.css +34 -24
  36. package/styles/fluent.css +34 -24
  37. package/styles/highcontrast-light.css +34 -24
  38. package/styles/highcontrast.css +34 -24
  39. package/styles/material-dark.css +34 -24
  40. package/styles/material.css +34 -24
  41. package/styles/ribbon/bootstrap-dark.scss +1 -4
  42. package/styles/ribbon/bootstrap.scss +1 -4
  43. package/styles/ribbon/bootstrap4.scss +1 -4
  44. package/styles/ribbon/bootstrap5-dark.scss +1 -4
  45. package/styles/ribbon/bootstrap5.scss +1 -4
  46. package/styles/ribbon/fabric-dark.scss +1 -4
  47. package/styles/ribbon/fabric.scss +1 -4
  48. package/styles/ribbon/fluent-dark.scss +1 -4
  49. package/styles/ribbon/fluent.scss +1 -4
  50. package/styles/ribbon/highcontrast-light.scss +1 -3
  51. package/styles/ribbon/highcontrast.scss +1 -4
  52. package/styles/ribbon/material-dark.scss +1 -4
  53. package/styles/ribbon/material.scss +1 -4
  54. package/styles/ribbon/tailwind-dark.scss +1 -4
  55. package/styles/ribbon/tailwind.scss +1 -4
  56. package/styles/spreadsheet/bootstrap-dark.css +34 -24
  57. package/styles/spreadsheet/bootstrap-dark.scss +1 -23
  58. package/styles/spreadsheet/bootstrap.css +34 -24
  59. package/styles/spreadsheet/bootstrap.scss +1 -23
  60. package/styles/spreadsheet/bootstrap4.css +34 -24
  61. package/styles/spreadsheet/bootstrap4.scss +1 -23
  62. package/styles/spreadsheet/bootstrap5-dark.css +34 -24
  63. package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
  64. package/styles/spreadsheet/bootstrap5.css +34 -24
  65. package/styles/spreadsheet/bootstrap5.scss +1 -23
  66. package/styles/spreadsheet/fabric-dark.css +34 -24
  67. package/styles/spreadsheet/fabric-dark.scss +1 -23
  68. package/styles/spreadsheet/fabric.css +34 -24
  69. package/styles/spreadsheet/fabric.scss +1 -23
  70. package/styles/spreadsheet/fluent-dark.css +34 -24
  71. package/styles/spreadsheet/fluent-dark.scss +1 -22
  72. package/styles/spreadsheet/fluent.css +34 -24
  73. package/styles/spreadsheet/fluent.scss +1 -23
  74. package/styles/spreadsheet/highcontrast-light.css +34 -24
  75. package/styles/spreadsheet/highcontrast-light.scss +1 -22
  76. package/styles/spreadsheet/highcontrast.css +34 -24
  77. package/styles/spreadsheet/highcontrast.scss +1 -23
  78. package/styles/spreadsheet/material-dark.css +34 -24
  79. package/styles/spreadsheet/material-dark.scss +1 -23
  80. package/styles/spreadsheet/material.css +34 -24
  81. package/styles/spreadsheet/material.scss +1 -23
  82. package/styles/spreadsheet/tailwind-dark.css +34 -24
  83. package/styles/spreadsheet/tailwind-dark.scss +1 -22
  84. package/styles/spreadsheet/tailwind.css +34 -24
  85. package/styles/spreadsheet/tailwind.scss +1 -23
  86. package/styles/tailwind-dark.css +34 -24
  87. package/styles/tailwind.css +34 -24
  88. package/esm2020/public_api.mjs +0 -3
  89. package/esm2020/src/index.mjs +0 -14
  90. package/esm2020/src/spreadsheet/cells.directive.mjs +0 -71
  91. package/esm2020/src/spreadsheet/chart.directive.mjs +0 -46
  92. package/esm2020/src/spreadsheet/columns.directive.mjs +0 -61
  93. package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +0 -61
  94. package/esm2020/src/spreadsheet/definednames.directive.mjs +0 -58
  95. package/esm2020/src/spreadsheet/image.directive.mjs +0 -46
  96. package/esm2020/src/spreadsheet/ranges.directive.mjs +0 -69
  97. package/esm2020/src/spreadsheet/rows.directive.mjs +0 -65
  98. package/esm2020/src/spreadsheet/sheets.directive.mjs +0 -68
  99. package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +0 -80
  100. package/esm2020/src/spreadsheet/spreadsheet.component.mjs +0 -202
  101. package/esm2020/src/spreadsheet/spreadsheet.module.mjs +0 -106
  102. package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -5
  103. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
  104. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
  105. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
  106. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
  107. package/styles/ribbon/_all.scss +0 -2
  108. package/styles/ribbon/_bootstrap-dark-definition.scss +0 -13
  109. package/styles/ribbon/_bootstrap-definition.scss +0 -12
  110. package/styles/ribbon/_bootstrap4-definition.scss +0 -13
  111. package/styles/ribbon/_bootstrap5-dark-definition.scss +0 -1
  112. package/styles/ribbon/_bootstrap5-definition.scss +0 -14
  113. package/styles/ribbon/_fabric-dark-definition.scss +0 -14
  114. package/styles/ribbon/_fabric-definition.scss +0 -14
  115. package/styles/ribbon/_fluent-dark-definition.scss +0 -1
  116. package/styles/ribbon/_fluent-definition.scss +0 -14
  117. package/styles/ribbon/_fusionnew-definition.scss +0 -14
  118. package/styles/ribbon/_highcontrast-definition.scss +0 -12
  119. package/styles/ribbon/_highcontrast-light-definition.scss +0 -12
  120. package/styles/ribbon/_layout.scss +0 -241
  121. package/styles/ribbon/_material-dark-definition.scss +0 -15
  122. package/styles/ribbon/_material-definition.scss +0 -12
  123. package/styles/ribbon/_material3-definition.scss +0 -15
  124. package/styles/ribbon/_mixin.scss +0 -89
  125. package/styles/ribbon/_tailwind-dark-definition.scss +0 -1
  126. package/styles/ribbon/_tailwind-definition.scss +0 -13
  127. package/styles/ribbon/_theme.scss +0 -154
  128. package/styles/ribbon/icons/_bootstrap-dark.scss +0 -15
  129. package/styles/ribbon/icons/_bootstrap.scss +0 -15
  130. package/styles/ribbon/icons/_bootstrap4.scss +0 -9
  131. package/styles/ribbon/icons/_bootstrap5-dark.scss +0 -1
  132. package/styles/ribbon/icons/_bootstrap5.scss +0 -15
  133. package/styles/ribbon/icons/_fabric-dark.scss +0 -9
  134. package/styles/ribbon/icons/_fabric.scss +0 -9
  135. package/styles/ribbon/icons/_fluent-dark.scss +0 -1
  136. package/styles/ribbon/icons/_fluent.scss +0 -15
  137. package/styles/ribbon/icons/_fusionnew.scss +0 -15
  138. package/styles/ribbon/icons/_highcontrast.scss +0 -9
  139. package/styles/ribbon/icons/_material-dark.scss +0 -15
  140. package/styles/ribbon/icons/_material.scss +0 -15
  141. package/styles/ribbon/icons/_material3.scss +0 -15
  142. package/styles/ribbon/icons/_tailwind-dark.scss +0 -15
  143. package/styles/ribbon/icons/_tailwind.scss +0 -15
  144. package/styles/spreadsheet/_all.scss +0 -2
  145. package/styles/spreadsheet/_bootstrap-dark-definition.scss +0 -154
  146. package/styles/spreadsheet/_bootstrap-definition.scss +0 -154
  147. package/styles/spreadsheet/_bootstrap4-definition.scss +0 -153
  148. package/styles/spreadsheet/_bootstrap5-dark-definition.scss +0 -1
  149. package/styles/spreadsheet/_bootstrap5-definition.scss +0 -156
  150. package/styles/spreadsheet/_fabric-dark-definition.scss +0 -151
  151. package/styles/spreadsheet/_fabric-definition.scss +0 -151
  152. package/styles/spreadsheet/_fluent-dark-definition.scss +0 -1
  153. package/styles/spreadsheet/_fluent-definition.scss +0 -152
  154. package/styles/spreadsheet/_fusionnew-definition.scss +0 -151
  155. package/styles/spreadsheet/_highcontrast-definition.scss +0 -150
  156. package/styles/spreadsheet/_highcontrast-light-definition.scss +0 -146
  157. package/styles/spreadsheet/_layout.scss +0 -3025
  158. package/styles/spreadsheet/_material-dark-definition.scss +0 -153
  159. package/styles/spreadsheet/_material-definition.scss +0 -151
  160. package/styles/spreadsheet/_material3-definition.scss +0 -151
  161. package/styles/spreadsheet/_tailwind-dark-definition.scss +0 -1
  162. package/styles/spreadsheet/_tailwind-definition.scss +0 -158
  163. package/styles/spreadsheet/_theme.scss +0 -1365
  164. package/styles/spreadsheet/icons/_bootstrap-dark.scss +0 -990
  165. package/styles/spreadsheet/icons/_bootstrap.scss +0 -990
  166. package/styles/spreadsheet/icons/_bootstrap4.scss +0 -994
  167. package/styles/spreadsheet/icons/_bootstrap5-dark.scss +0 -1
  168. package/styles/spreadsheet/icons/_bootstrap5.scss +0 -996
  169. package/styles/spreadsheet/icons/_fabric-dark.scss +0 -990
  170. package/styles/spreadsheet/icons/_fabric.scss +0 -994
  171. package/styles/spreadsheet/icons/_fluent-dark.scss +0 -1
  172. package/styles/spreadsheet/icons/_fluent.scss +0 -996
  173. package/styles/spreadsheet/icons/_fusionnew.scss +0 -996
  174. package/styles/spreadsheet/icons/_highcontrast.scss +0 -990
  175. package/styles/spreadsheet/icons/_material-dark.scss +0 -993
  176. package/styles/spreadsheet/icons/_material.scss +0 -995
  177. package/styles/spreadsheet/icons/_material3.scss +0 -996
  178. package/styles/spreadsheet/icons/_tailwind-dark.scss +0 -996
  179. package/styles/spreadsheet/icons/_tailwind.scss +0 -996
  180. package/syncfusion-ej2-angular-spreadsheet.d.ts +0 -5
@@ -659,9 +659,6 @@
659
659
  display: inline-table;
660
660
  padding-top: 3px;
661
661
  }
662
- .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
663
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
664
- }
665
662
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
666
663
  font-size: 18px;
667
664
  line-height: 21px;
@@ -678,9 +675,6 @@
678
675
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
679
676
  margin-top: 10px;
680
677
  }
681
- .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
682
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
683
- }
684
678
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
685
679
  font-size: 18px;
686
680
  line-height: 21px;
@@ -1638,6 +1632,19 @@
1638
1632
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1639
1633
  right: 0;
1640
1634
  }
1635
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1636
+ border-left-color: transparent;
1637
+ }
1638
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1639
+ border-left: 1px solid #514f4f;
1640
+ border-right: none;
1641
+ left: 0.5px;
1642
+ }
1643
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1644
+ border-left: none;
1645
+ border-right: 1px solid #514f4f;
1646
+ right: 0.5px;
1647
+ }
1641
1648
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1642
1649
  position: relative;
1643
1650
  }
@@ -1935,9 +1942,6 @@
1935
1942
  .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
1936
1943
  text-align: left;
1937
1944
  }
1938
- .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
1939
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
1940
- }
1941
1945
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1942
1946
  font-size: 18px;
1943
1947
  line-height: 31px;
@@ -1955,9 +1959,6 @@
1955
1959
  line-height: 24px;
1956
1960
  margin-bottom: 4px;
1957
1961
  }
1958
- .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
1959
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
1960
- }
1961
1962
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1962
1963
  font-size: 18px;
1963
1964
  line-height: 21px;
@@ -1974,9 +1975,6 @@
1974
1975
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
1975
1976
  margin-top: 10px;
1976
1977
  }
1977
- .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
1978
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
1979
- }
1980
1978
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1981
1979
  font-size: 18px;
1982
1980
  line-height: 21px;
@@ -2086,33 +2084,36 @@
2086
2084
  font-family: "Calibri";
2087
2085
  }
2088
2086
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2089
- font-family: "Courier";
2087
+ font-family: "Comic Sans MS";
2090
2088
  }
2091
2089
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2092
- font-family: "Courier New";
2090
+ font-family: "Courier";
2093
2091
  }
2094
2092
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2095
- font-family: "Din Condensed";
2093
+ font-family: "Courier New";
2096
2094
  }
2097
2095
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2098
- font-family: "Georgia";
2096
+ font-family: "Din Condensed";
2099
2097
  }
2100
2098
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2101
- font-family: "Helvetica";
2099
+ font-family: "Georgia";
2102
2100
  }
2103
2101
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2104
- font-family: "Helvetica New";
2102
+ font-family: "Helvetica";
2105
2103
  }
2106
2104
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2107
- font-family: "Roboto";
2105
+ font-family: "Helvetica New";
2108
2106
  }
2109
2107
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2110
- font-family: "Tahoma";
2108
+ font-family: "Roboto";
2111
2109
  }
2112
2110
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2113
- font-family: "Times New Roman";
2111
+ font-family: "Tahoma";
2114
2112
  }
2115
2113
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2114
+ font-family: "Times New Roman";
2115
+ }
2116
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2116
2117
  font-family: "Verdana";
2117
2118
  }
2118
2119
  .e-dropdown-popup.e-aggregate-list {
@@ -2987,6 +2988,15 @@
2987
2988
  .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
2988
2989
  border-left-color: #6f6c6c;
2989
2990
  }
2991
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
2992
+ border-left-color: transparent;
2993
+ }
2994
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
2995
+ border-left-color: #6f6c6c;
2996
+ }
2997
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
2998
+ border-right-color: #6f6c6c;
2999
+ }
2990
3000
  .e-spreadsheet .e-copy-indicator div.e-top,
2991
3001
  .e-spreadsheet .e-range-indicator div.e-top,
2992
3002
  .e-spreadsheet .e-formularef-indicator div.e-top {
package/styles/fabric.css CHANGED
@@ -662,9 +662,6 @@
662
662
  display: inline-table;
663
663
  padding-top: 3px;
664
664
  }
665
- .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
666
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
667
- }
668
665
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
669
666
  font-size: 18px;
670
667
  line-height: 21px;
@@ -681,9 +678,6 @@
681
678
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
682
679
  margin-top: 10px;
683
680
  }
684
- .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
685
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
686
- }
687
681
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
688
682
  font-size: 18px;
689
683
  line-height: 21px;
@@ -1646,6 +1640,19 @@
1646
1640
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1647
1641
  right: 0;
1648
1642
  }
1643
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1644
+ border-left-color: transparent;
1645
+ }
1646
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1647
+ border-left: 1px solid #eaeaea;
1648
+ border-right: none;
1649
+ left: 0.5px;
1650
+ }
1651
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1652
+ border-left: none;
1653
+ border-right: 1px solid #eaeaea;
1654
+ right: 0.5px;
1655
+ }
1649
1656
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1650
1657
  position: relative;
1651
1658
  }
@@ -1943,9 +1950,6 @@
1943
1950
  .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
1944
1951
  text-align: left;
1945
1952
  }
1946
- .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
1947
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
1948
- }
1949
1953
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1950
1954
  font-size: 18px;
1951
1955
  line-height: 31px;
@@ -1963,9 +1967,6 @@
1963
1967
  line-height: 24px;
1964
1968
  margin-bottom: 4px;
1965
1969
  }
1966
- .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
1967
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
1968
- }
1969
1970
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1970
1971
  font-size: 18px;
1971
1972
  line-height: 21px;
@@ -1982,9 +1983,6 @@
1982
1983
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
1983
1984
  margin-top: 10px;
1984
1985
  }
1985
- .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
1986
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
1987
- }
1988
1986
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1989
1987
  font-size: 18px;
1990
1988
  line-height: 21px;
@@ -2094,33 +2092,36 @@
2094
2092
  font-family: "Calibri";
2095
2093
  }
2096
2094
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2097
- font-family: "Courier";
2095
+ font-family: "Comic Sans MS";
2098
2096
  }
2099
2097
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2100
- font-family: "Courier New";
2098
+ font-family: "Courier";
2101
2099
  }
2102
2100
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2103
- font-family: "Din Condensed";
2101
+ font-family: "Courier New";
2104
2102
  }
2105
2103
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2106
- font-family: "Georgia";
2104
+ font-family: "Din Condensed";
2107
2105
  }
2108
2106
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2109
- font-family: "Helvetica";
2107
+ font-family: "Georgia";
2110
2108
  }
2111
2109
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2112
- font-family: "Helvetica New";
2110
+ font-family: "Helvetica";
2113
2111
  }
2114
2112
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2115
- font-family: "Roboto";
2113
+ font-family: "Helvetica New";
2116
2114
  }
2117
2115
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2118
- font-family: "Tahoma";
2116
+ font-family: "Roboto";
2119
2117
  }
2120
2118
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2121
- font-family: "Times New Roman";
2119
+ font-family: "Tahoma";
2122
2120
  }
2123
2121
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2122
+ font-family: "Times New Roman";
2123
+ }
2124
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2124
2125
  font-family: "Verdana";
2125
2126
  }
2126
2127
  .e-dropdown-popup.e-aggregate-list {
@@ -2999,6 +3000,15 @@
2999
3000
  .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
3000
3001
  border-left-color: #d0d0d0;
3001
3002
  }
3003
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
3004
+ border-left-color: transparent;
3005
+ }
3006
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
3007
+ border-left-color: #d0d0d0;
3008
+ }
3009
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
3010
+ border-right-color: #d0d0d0;
3011
+ }
3002
3012
  .e-spreadsheet .e-copy-indicator div.e-top,
3003
3013
  .e-spreadsheet .e-range-indicator div.e-top,
3004
3014
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -715,9 +715,6 @@
715
715
  display: inline-table;
716
716
  padding-top: 3px;
717
717
  }
718
- .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
719
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
720
- }
721
718
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
722
719
  font-size: 18px;
723
720
  line-height: 21px;
@@ -734,9 +731,6 @@
734
731
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
735
732
  margin-top: 10px;
736
733
  }
737
- .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
738
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
739
- }
740
734
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
741
735
  font-size: 18px;
742
736
  line-height: 21px;
@@ -1693,6 +1687,19 @@
1693
1687
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1694
1688
  right: 0;
1695
1689
  }
1690
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1691
+ border-left-color: transparent;
1692
+ }
1693
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1694
+ border-left: 1px solid #292827;
1695
+ border-right: none;
1696
+ left: 0.5px;
1697
+ }
1698
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1699
+ border-left: none;
1700
+ border-right: 1px solid #292827;
1701
+ right: 0.5px;
1702
+ }
1696
1703
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1697
1704
  position: relative;
1698
1705
  }
@@ -1991,9 +1998,6 @@
1991
1998
  .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
1992
1999
  text-align: left;
1993
2000
  }
1994
- .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
1995
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
1996
- }
1997
2001
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1998
2002
  font-size: 18px;
1999
2003
  line-height: 31px;
@@ -2011,9 +2015,6 @@
2011
2015
  line-height: 24px;
2012
2016
  margin-bottom: 4px;
2013
2017
  }
2014
- .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
2015
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2016
- }
2017
2018
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2018
2019
  font-size: 18px;
2019
2020
  line-height: 21px;
@@ -2030,9 +2031,6 @@
2030
2031
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
2031
2032
  margin-top: 10px;
2032
2033
  }
2033
- .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
2034
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2035
- }
2036
2034
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2037
2035
  font-size: 18px;
2038
2036
  line-height: 21px;
@@ -2143,33 +2141,36 @@
2143
2141
  font-family: "Calibri";
2144
2142
  }
2145
2143
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2146
- font-family: "Courier";
2144
+ font-family: "Comic Sans MS";
2147
2145
  }
2148
2146
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2149
- font-family: "Courier New";
2147
+ font-family: "Courier";
2150
2148
  }
2151
2149
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2152
- font-family: "Din Condensed";
2150
+ font-family: "Courier New";
2153
2151
  }
2154
2152
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2155
- font-family: "Georgia";
2153
+ font-family: "Din Condensed";
2156
2154
  }
2157
2155
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2158
- font-family: "Helvetica";
2156
+ font-family: "Georgia";
2159
2157
  }
2160
2158
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2161
- font-family: "Helvetica New";
2159
+ font-family: "Helvetica";
2162
2160
  }
2163
2161
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2164
- font-family: "Roboto";
2162
+ font-family: "Helvetica New";
2165
2163
  }
2166
2164
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2167
- font-family: "Tahoma";
2165
+ font-family: "Roboto";
2168
2166
  }
2169
2167
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2170
- font-family: "Times New Roman";
2168
+ font-family: "Tahoma";
2171
2169
  }
2172
2170
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2171
+ font-family: "Times New Roman";
2172
+ }
2173
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2173
2174
  font-family: "Verdana";
2174
2175
  }
2175
2176
  .e-dropdown-popup.e-aggregate-list {
@@ -3100,6 +3101,15 @@
3100
3101
  .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
3101
3102
  border-left-color: #1f1e1d;
3102
3103
  }
3104
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
3105
+ border-left-color: transparent;
3106
+ }
3107
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
3108
+ border-left-color: #1f1e1d;
3109
+ }
3110
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
3111
+ border-right-color: #1f1e1d;
3112
+ }
3103
3113
  .e-spreadsheet .e-copy-indicator div.e-top,
3104
3114
  .e-spreadsheet .e-range-indicator div.e-top,
3105
3115
  .e-spreadsheet .e-formularef-indicator div.e-top {
package/styles/fluent.css CHANGED
@@ -715,9 +715,6 @@
715
715
  display: inline-table;
716
716
  padding-top: 3px;
717
717
  }
718
- .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
719
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
720
- }
721
718
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
722
719
  font-size: 18px;
723
720
  line-height: 21px;
@@ -734,9 +731,6 @@
734
731
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
735
732
  margin-top: 10px;
736
733
  }
737
- .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
738
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
739
- }
740
734
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
741
735
  font-size: 18px;
742
736
  line-height: 21px;
@@ -1693,6 +1687,19 @@
1693
1687
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1694
1688
  right: 0;
1695
1689
  }
1690
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1691
+ border-left-color: transparent;
1692
+ }
1693
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1694
+ border-left: 1px solid #edebe9;
1695
+ border-right: none;
1696
+ left: 0.5px;
1697
+ }
1698
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1699
+ border-left: none;
1700
+ border-right: 1px solid #edebe9;
1701
+ right: 0.5px;
1702
+ }
1696
1703
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1697
1704
  position: relative;
1698
1705
  }
@@ -1991,9 +1998,6 @@
1991
1998
  .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
1992
1999
  text-align: left;
1993
2000
  }
1994
- .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
1995
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
1996
- }
1997
2001
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1998
2002
  font-size: 18px;
1999
2003
  line-height: 31px;
@@ -2011,9 +2015,6 @@
2011
2015
  line-height: 24px;
2012
2016
  margin-bottom: 4px;
2013
2017
  }
2014
- .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
2015
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2016
- }
2017
2018
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2018
2019
  font-size: 18px;
2019
2020
  line-height: 21px;
@@ -2030,9 +2031,6 @@
2030
2031
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
2031
2032
  margin-top: 10px;
2032
2033
  }
2033
- .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
2034
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2035
- }
2036
2034
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2037
2035
  font-size: 18px;
2038
2036
  line-height: 21px;
@@ -2143,33 +2141,36 @@
2143
2141
  font-family: "Calibri";
2144
2142
  }
2145
2143
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2146
- font-family: "Courier";
2144
+ font-family: "Comic Sans MS";
2147
2145
  }
2148
2146
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2149
- font-family: "Courier New";
2147
+ font-family: "Courier";
2150
2148
  }
2151
2149
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2152
- font-family: "Din Condensed";
2150
+ font-family: "Courier New";
2153
2151
  }
2154
2152
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2155
- font-family: "Georgia";
2153
+ font-family: "Din Condensed";
2156
2154
  }
2157
2155
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2158
- font-family: "Helvetica";
2156
+ font-family: "Georgia";
2159
2157
  }
2160
2158
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2161
- font-family: "Helvetica New";
2159
+ font-family: "Helvetica";
2162
2160
  }
2163
2161
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2164
- font-family: "Roboto";
2162
+ font-family: "Helvetica New";
2165
2163
  }
2166
2164
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2167
- font-family: "Tahoma";
2165
+ font-family: "Roboto";
2168
2166
  }
2169
2167
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2170
- font-family: "Times New Roman";
2168
+ font-family: "Tahoma";
2171
2169
  }
2172
2170
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2171
+ font-family: "Times New Roman";
2172
+ }
2173
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2173
2174
  font-family: "Verdana";
2174
2175
  }
2175
2176
  .e-dropdown-popup.e-aggregate-list {
@@ -3100,6 +3101,15 @@
3100
3101
  .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
3101
3102
  border-left-color: #e4e1de;
3102
3103
  }
3104
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
3105
+ border-left-color: transparent;
3106
+ }
3107
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
3108
+ border-left-color: #e4e1de;
3109
+ }
3110
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
3111
+ border-right-color: #e4e1de;
3112
+ }
3103
3113
  .e-spreadsheet .e-copy-indicator div.e-top,
3104
3114
  .e-spreadsheet .e-range-indicator div.e-top,
3105
3115
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -104,9 +104,6 @@
104
104
  display: inline-table;
105
105
  padding-top: 3px;
106
106
  }
107
- .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
108
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
109
- }
110
107
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
111
108
  font-size: 18px;
112
109
  line-height: 21px;
@@ -123,9 +120,6 @@
123
120
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
124
121
  margin-top: 10px;
125
122
  }
126
- .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
127
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
128
- }
129
123
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
130
124
  font-size: 18px;
131
125
  line-height: 21px;
@@ -1080,6 +1074,19 @@
1080
1074
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1081
1075
  right: 0;
1082
1076
  }
1077
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1078
+ border-left-color: transparent;
1079
+ }
1080
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1081
+ border-left: none;
1082
+ border-right: none;
1083
+ left: 0.5px;
1084
+ }
1085
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1086
+ border-left: none;
1087
+ border-right: none;
1088
+ right: 0.5px;
1089
+ }
1083
1090
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1084
1091
  position: relative;
1085
1092
  }
@@ -1377,9 +1384,6 @@
1377
1384
  .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
1378
1385
  text-align: left;
1379
1386
  }
1380
- .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
1381
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
1382
- }
1383
1387
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1384
1388
  font-size: 18px;
1385
1389
  line-height: 31px;
@@ -1397,9 +1401,6 @@
1397
1401
  line-height: 24px;
1398
1402
  margin-bottom: 4px;
1399
1403
  }
1400
- .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
1401
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
1402
- }
1403
1404
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1404
1405
  font-size: 18px;
1405
1406
  line-height: 21px;
@@ -1416,9 +1417,6 @@
1416
1417
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
1417
1418
  margin-top: 10px;
1418
1419
  }
1419
- .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
1420
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
1421
- }
1422
1420
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1423
1421
  font-size: 18px;
1424
1422
  line-height: 21px;
@@ -1528,33 +1526,36 @@
1528
1526
  font-family: "Calibri";
1529
1527
  }
1530
1528
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
1531
- font-family: "Courier";
1529
+ font-family: "Comic Sans MS";
1532
1530
  }
1533
1531
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
1534
- font-family: "Courier New";
1532
+ font-family: "Courier";
1535
1533
  }
1536
1534
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
1537
- font-family: "Din Condensed";
1535
+ font-family: "Courier New";
1538
1536
  }
1539
1537
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
1540
- font-family: "Georgia";
1538
+ font-family: "Din Condensed";
1541
1539
  }
1542
1540
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
1543
- font-family: "Helvetica";
1541
+ font-family: "Georgia";
1544
1542
  }
1545
1543
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
1546
- font-family: "Helvetica New";
1544
+ font-family: "Helvetica";
1547
1545
  }
1548
1546
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
1549
- font-family: "Roboto";
1547
+ font-family: "Helvetica New";
1550
1548
  }
1551
1549
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
1552
- font-family: "Tahoma";
1550
+ font-family: "Roboto";
1553
1551
  }
1554
1552
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
1555
- font-family: "Times New Roman";
1553
+ font-family: "Tahoma";
1556
1554
  }
1557
1555
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
1556
+ font-family: "Times New Roman";
1557
+ }
1558
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
1558
1559
  font-family: "Verdana";
1559
1560
  }
1560
1561
  .e-dropdown-popup.e-aggregate-list {
@@ -2415,6 +2416,15 @@
2415
2416
  .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
2416
2417
  border-left-color: #000;
2417
2418
  }
2419
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
2420
+ border-left-color: transparent;
2421
+ }
2422
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
2423
+ border-left-color: #000;
2424
+ }
2425
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
2426
+ border-right-color: #000;
2427
+ }
2418
2428
  .e-spreadsheet .e-copy-indicator div.e-top,
2419
2429
  .e-spreadsheet .e-range-indicator div.e-top,
2420
2430
  .e-spreadsheet .e-formularef-indicator div.e-top {