@syncfusion/ej2-angular-spreadsheet 20.2.43-ngcc → 20.2.44

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 (202) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +14 -0
  3. package/esm2020/src/spreadsheet/cells.directive.mjs +71 -0
  4. package/esm2020/src/spreadsheet/chart.directive.mjs +46 -0
  5. package/esm2020/src/spreadsheet/columns.directive.mjs +61 -0
  6. package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +61 -0
  7. package/esm2020/src/spreadsheet/definednames.directive.mjs +58 -0
  8. package/esm2020/src/spreadsheet/image.directive.mjs +46 -0
  9. package/esm2020/src/spreadsheet/ranges.directive.mjs +69 -0
  10. package/esm2020/src/spreadsheet/rows.directive.mjs +65 -0
  11. package/esm2020/src/spreadsheet/sheets.directive.mjs +68 -0
  12. package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +80 -0
  13. package/esm2020/src/spreadsheet/spreadsheet.component.mjs +202 -0
  14. package/esm2020/src/spreadsheet/spreadsheet.module.mjs +106 -0
  15. package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +5 -0
  16. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +886 -0
  17. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -0
  18. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +886 -0
  19. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -0
  20. package/package.json +27 -13
  21. package/src/spreadsheet/cells.directive.d.ts +5 -0
  22. package/src/spreadsheet/chart.directive.d.ts +5 -0
  23. package/src/spreadsheet/columns.directive.d.ts +5 -0
  24. package/src/spreadsheet/conditionalformats.directive.d.ts +5 -0
  25. package/src/spreadsheet/definednames.directive.d.ts +5 -0
  26. package/src/spreadsheet/image.directive.d.ts +5 -0
  27. package/src/spreadsheet/ranges.directive.d.ts +5 -0
  28. package/src/spreadsheet/rows.directive.d.ts +5 -0
  29. package/src/spreadsheet/sheets.directive.d.ts +5 -0
  30. package/src/spreadsheet/spreadsheet-all.module.d.ts +6 -0
  31. package/src/spreadsheet/spreadsheet.component.d.ts +3 -0
  32. package/src/spreadsheet/spreadsheet.module.d.ts +15 -0
  33. package/styles/bootstrap-dark.css +41 -43
  34. package/styles/bootstrap.css +41 -43
  35. package/styles/bootstrap4.css +41 -43
  36. package/styles/bootstrap5-dark.css +45 -44
  37. package/styles/bootstrap5.css +45 -44
  38. package/styles/fabric-dark.css +41 -43
  39. package/styles/fabric.css +41 -43
  40. package/styles/fluent-dark.css +46 -48
  41. package/styles/fluent.css +46 -48
  42. package/styles/highcontrast-light.css +41 -43
  43. package/styles/highcontrast.css +41 -43
  44. package/styles/material-dark.css +41 -45
  45. package/styles/material.css +40 -44
  46. package/styles/ribbon/_all.scss +2 -0
  47. package/styles/ribbon/_bootstrap-dark-definition.scss +13 -0
  48. package/styles/ribbon/_bootstrap-definition.scss +12 -0
  49. package/styles/ribbon/_bootstrap4-definition.scss +13 -0
  50. package/styles/ribbon/_bootstrap5-dark-definition.scss +1 -0
  51. package/styles/ribbon/_bootstrap5-definition.scss +14 -0
  52. package/styles/ribbon/_fabric-dark-definition.scss +14 -0
  53. package/styles/ribbon/_fabric-definition.scss +14 -0
  54. package/styles/ribbon/_fluent-dark-definition.scss +1 -0
  55. package/styles/ribbon/_fluent-definition.scss +14 -0
  56. package/styles/ribbon/_fusionnew-definition.scss +14 -0
  57. package/styles/ribbon/_highcontrast-definition.scss +12 -0
  58. package/styles/ribbon/_highcontrast-light-definition.scss +12 -0
  59. package/styles/ribbon/_layout.scss +241 -0
  60. package/styles/ribbon/_material-dark-definition.scss +15 -0
  61. package/styles/ribbon/_material-definition.scss +12 -0
  62. package/styles/ribbon/_material3-definition.scss +15 -0
  63. package/styles/ribbon/_mixin.scss +89 -0
  64. package/styles/ribbon/_tailwind-dark-definition.scss +1 -0
  65. package/styles/ribbon/_tailwind-definition.scss +13 -0
  66. package/styles/ribbon/_theme.scss +115 -0
  67. package/styles/ribbon/bootstrap-dark.css +1 -1
  68. package/styles/ribbon/bootstrap-dark.scss +4 -1
  69. package/styles/ribbon/bootstrap.css +1 -1
  70. package/styles/ribbon/bootstrap.scss +4 -1
  71. package/styles/ribbon/bootstrap4.css +1 -1
  72. package/styles/ribbon/bootstrap4.scss +4 -1
  73. package/styles/ribbon/bootstrap5-dark.css +1 -1
  74. package/styles/ribbon/bootstrap5-dark.scss +4 -1
  75. package/styles/ribbon/bootstrap5.css +1 -1
  76. package/styles/ribbon/bootstrap5.scss +4 -1
  77. package/styles/ribbon/fabric-dark.css +1 -1
  78. package/styles/ribbon/fabric-dark.scss +4 -1
  79. package/styles/ribbon/fabric.css +1 -1
  80. package/styles/ribbon/fabric.scss +4 -1
  81. package/styles/ribbon/fluent-dark.css +1 -1
  82. package/styles/ribbon/fluent-dark.scss +4 -1
  83. package/styles/ribbon/fluent.css +1 -1
  84. package/styles/ribbon/fluent.scss +4 -1
  85. package/styles/ribbon/highcontrast-light.css +1 -1
  86. package/styles/ribbon/highcontrast-light.scss +3 -1
  87. package/styles/ribbon/highcontrast.css +1 -1
  88. package/styles/ribbon/highcontrast.scss +4 -1
  89. package/styles/ribbon/icons/_bootstrap-dark.scss +15 -0
  90. package/styles/ribbon/icons/_bootstrap.scss +15 -0
  91. package/styles/ribbon/icons/_bootstrap4.scss +9 -0
  92. package/styles/ribbon/icons/_bootstrap5-dark.scss +1 -0
  93. package/styles/ribbon/icons/_bootstrap5.scss +15 -0
  94. package/styles/ribbon/icons/_fabric-dark.scss +9 -0
  95. package/styles/ribbon/icons/_fabric.scss +9 -0
  96. package/styles/ribbon/icons/_fluent-dark.scss +1 -0
  97. package/styles/ribbon/icons/_fluent.scss +15 -0
  98. package/styles/ribbon/icons/_fusionnew.scss +15 -0
  99. package/styles/ribbon/icons/_highcontrast.scss +9 -0
  100. package/styles/ribbon/icons/_material-dark.scss +15 -0
  101. package/styles/ribbon/icons/_material.scss +15 -0
  102. package/styles/ribbon/icons/_material3.scss +15 -0
  103. package/styles/ribbon/icons/_tailwind-dark.scss +15 -0
  104. package/styles/ribbon/icons/_tailwind.scss +15 -0
  105. package/styles/ribbon/material-dark.css +1 -1
  106. package/styles/ribbon/material-dark.scss +4 -1
  107. package/styles/ribbon/material.css +1 -1
  108. package/styles/ribbon/material.scss +4 -1
  109. package/styles/ribbon/tailwind-dark.css +1 -1
  110. package/styles/ribbon/tailwind-dark.scss +4 -1
  111. package/styles/ribbon/tailwind.css +1 -1
  112. package/styles/ribbon/tailwind.scss +4 -1
  113. package/styles/spreadsheet/_all.scss +2 -0
  114. package/styles/spreadsheet/_bootstrap-dark-definition.scss +149 -0
  115. package/styles/spreadsheet/_bootstrap-definition.scss +149 -0
  116. package/styles/spreadsheet/_bootstrap4-definition.scss +148 -0
  117. package/styles/spreadsheet/_bootstrap5-dark-definition.scss +1 -0
  118. package/styles/spreadsheet/_bootstrap5-definition.scss +151 -0
  119. package/styles/spreadsheet/_fabric-dark-definition.scss +146 -0
  120. package/styles/spreadsheet/_fabric-definition.scss +146 -0
  121. package/styles/spreadsheet/_fluent-dark-definition.scss +1 -0
  122. package/styles/spreadsheet/_fluent-definition.scss +151 -0
  123. package/styles/spreadsheet/_fusionnew-definition.scss +151 -0
  124. package/styles/spreadsheet/_highcontrast-definition.scss +146 -0
  125. package/styles/spreadsheet/_highcontrast-light-definition.scss +146 -0
  126. package/styles/spreadsheet/_layout.scss +2982 -0
  127. package/styles/spreadsheet/_material-dark-definition.scss +149 -0
  128. package/styles/spreadsheet/_material-definition.scss +147 -0
  129. package/styles/spreadsheet/_material3-definition.scss +151 -0
  130. package/styles/spreadsheet/_tailwind-dark-definition.scss +1 -0
  131. package/styles/spreadsheet/_tailwind-definition.scss +153 -0
  132. package/styles/spreadsheet/_theme.scss +1361 -0
  133. package/styles/spreadsheet/bootstrap-dark.css +40 -42
  134. package/styles/spreadsheet/bootstrap-dark.scss +23 -1
  135. package/styles/spreadsheet/bootstrap.css +40 -42
  136. package/styles/spreadsheet/bootstrap.scss +23 -1
  137. package/styles/spreadsheet/bootstrap4.css +40 -42
  138. package/styles/spreadsheet/bootstrap4.scss +23 -1
  139. package/styles/spreadsheet/bootstrap5-dark.css +44 -43
  140. package/styles/spreadsheet/bootstrap5-dark.scss +22 -1
  141. package/styles/spreadsheet/bootstrap5.css +44 -43
  142. package/styles/spreadsheet/bootstrap5.scss +23 -1
  143. package/styles/spreadsheet/fabric-dark.css +40 -42
  144. package/styles/spreadsheet/fabric-dark.scss +23 -1
  145. package/styles/spreadsheet/fabric.css +40 -42
  146. package/styles/spreadsheet/fabric.scss +23 -1
  147. package/styles/spreadsheet/fluent-dark.css +45 -47
  148. package/styles/spreadsheet/fluent-dark.scss +22 -1
  149. package/styles/spreadsheet/fluent.css +45 -47
  150. package/styles/spreadsheet/fluent.scss +23 -1
  151. package/styles/spreadsheet/highcontrast-light.css +40 -42
  152. package/styles/spreadsheet/highcontrast-light.scss +22 -1
  153. package/styles/spreadsheet/highcontrast.css +40 -42
  154. package/styles/spreadsheet/highcontrast.scss +23 -1
  155. package/styles/spreadsheet/icons/_bootstrap-dark.scss +990 -0
  156. package/styles/spreadsheet/icons/_bootstrap.scss +990 -0
  157. package/styles/spreadsheet/icons/_bootstrap4.scss +994 -0
  158. package/styles/spreadsheet/icons/_bootstrap5-dark.scss +1 -0
  159. package/styles/spreadsheet/icons/_bootstrap5.scss +996 -0
  160. package/styles/spreadsheet/icons/_fabric-dark.scss +990 -0
  161. package/styles/spreadsheet/icons/_fabric.scss +994 -0
  162. package/styles/spreadsheet/icons/_fluent-dark.scss +1 -0
  163. package/styles/spreadsheet/icons/_fluent.scss +996 -0
  164. package/styles/spreadsheet/icons/_fusionnew.scss +996 -0
  165. package/styles/spreadsheet/icons/_highcontrast.scss +990 -0
  166. package/styles/spreadsheet/icons/_material-dark.scss +993 -0
  167. package/styles/spreadsheet/icons/_material.scss +995 -0
  168. package/styles/spreadsheet/icons/_material3.scss +996 -0
  169. package/styles/spreadsheet/icons/_tailwind-dark.scss +996 -0
  170. package/styles/spreadsheet/icons/_tailwind.scss +996 -0
  171. package/styles/spreadsheet/material-dark.css +40 -44
  172. package/styles/spreadsheet/material-dark.scss +23 -1
  173. package/styles/spreadsheet/material.css +39 -43
  174. package/styles/spreadsheet/material.scss +23 -1
  175. package/styles/spreadsheet/tailwind-dark.css +41 -43
  176. package/styles/spreadsheet/tailwind-dark.scss +22 -1
  177. package/styles/spreadsheet/tailwind.css +41 -43
  178. package/styles/spreadsheet/tailwind.scss +23 -1
  179. package/styles/tailwind-dark.css +42 -44
  180. package/styles/tailwind.css +42 -44
  181. package/syncfusion-ej2-angular-spreadsheet.d.ts +5 -0
  182. package/@syncfusion/ej2-angular-spreadsheet.es5.js +0 -989
  183. package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +0 -1
  184. package/@syncfusion/ej2-angular-spreadsheet.js +0 -929
  185. package/@syncfusion/ej2-angular-spreadsheet.js.map +0 -1
  186. package/CHANGELOG.md +0 -1198
  187. package/dist/ej2-angular-spreadsheet.umd.js +0 -1585
  188. package/dist/ej2-angular-spreadsheet.umd.js.map +0 -1
  189. package/dist/ej2-angular-spreadsheet.umd.min.js +0 -11
  190. package/dist/ej2-angular-spreadsheet.umd.min.js.map +0 -1
  191. package/ej2-angular-spreadsheet.d.ts +0 -5
  192. package/ej2-angular-spreadsheet.metadata.json +0 -1
  193. package/postinstall/tagchange.js +0 -18
  194. package/schematics/collection.json +0 -10
  195. package/schematics/ng-add/index.d.ts +0 -3
  196. package/schematics/ng-add/index.js +0 -9
  197. package/schematics/ng-add/schema.d.ts +0 -13
  198. package/schematics/ng-add/schema.js +0 -2
  199. package/schematics/ng-add/schema.json +0 -34
  200. package/schematics/tsconfig.json +0 -25
  201. package/schematics/utils/lib-details.d.ts +0 -4
  202. package/schematics/utils/lib-details.js +0 -6
@@ -4,6 +4,7 @@
4
4
  /*! HighContrast specific themes definition's */
5
5
  /*! Vertical Tab */
6
6
  /*! TreeView's high contrast theme wise override definitions and variables */
7
+ /* stylelint-disable */
7
8
  .e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
8
9
  height: 36px;
9
10
  }
@@ -651,8 +652,8 @@
651
652
  margin-bottom: 4px;
652
653
  }
653
654
  .e-spreadsheet .e-custom-format-dlg.e-dialog {
654
- height: 510px !important;
655
- width: 530px !important;
655
+ height: 510px !important; /* stylelint-disable-line declaration-no-important */
656
+ width: 530px !important; /* stylelint-disable-line declaration-no-important */
656
657
  }
657
658
  .e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
658
659
  padding: 0;
@@ -662,7 +663,7 @@
662
663
  padding-top: 3px;
663
664
  }
664
665
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
665
- left: 0 !important;
666
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
666
667
  }
667
668
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
668
669
  font-size: 18px;
@@ -681,7 +682,7 @@
681
682
  margin-top: 10px;
682
683
  }
683
684
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
684
- left: 0 !important;
685
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
685
686
  }
686
687
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
687
688
  font-size: 18px;
@@ -846,7 +847,7 @@
846
847
  display: none;
847
848
  }
848
849
  .e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
849
- width: 100% !important;
850
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
850
851
  }
851
852
  .e-spreadsheet.e-hide-column-header .e-header-panel {
852
853
  display: none;
@@ -1081,8 +1082,8 @@
1081
1082
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1082
1083
  background-color: #685708;
1083
1084
  cursor: ns-resize;
1084
- left: 50%;
1085
1085
  position: absolute;
1086
+ right: 50%;
1086
1087
  top: 0;
1087
1088
  transform: translate(-50%, -50%);
1088
1089
  }
@@ -1097,8 +1098,8 @@
1097
1098
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1098
1099
  background-color: #685708;
1099
1100
  cursor: ns-resize;
1100
- left: 50%;
1101
1101
  position: absolute;
1102
+ right: 50%;
1102
1103
  top: 100%;
1103
1104
  transform: translate(-50%, -50%);
1104
1105
  }
@@ -1218,14 +1219,14 @@
1218
1219
  }
1219
1220
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
1220
1221
  height: 100%;
1221
- position: initial !important;
1222
+ position: initial !important; /* stylelint-disable-line declaration-no-important */
1222
1223
  width: 100%;
1223
1224
  }
1224
1225
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
1225
1226
  height: 100%;
1226
1227
  overflow: hidden;
1227
1228
  padding: 4px;
1228
- position: initial !important;
1229
+ position: initial !important; /* stylelint-disable-line declaration-no-important */
1229
1230
  width: 100%;
1230
1231
  }
1231
1232
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
@@ -1346,7 +1347,7 @@
1346
1347
  margin-right: 8px;
1347
1348
  }
1348
1349
  .e-spreadsheet .e-hide {
1349
- display: none !important;
1350
+ display: none !important; /* stylelint-disable-line declaration-no-important */
1350
1351
  }
1351
1352
  .e-spreadsheet .e-selection {
1352
1353
  border-style: solid;
@@ -1463,7 +1464,7 @@
1463
1464
  text-align: right;
1464
1465
  }
1465
1466
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
1466
- font-weight: 400;
1467
+ font-weight: normal;
1467
1468
  padding-bottom: 0;
1468
1469
  padding-top: 0;
1469
1470
  border-width: 2px;
@@ -1496,17 +1497,17 @@
1496
1497
  font-size: 19px;
1497
1498
  }
1498
1499
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-chart-icon, .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-chart-type-icon {
1499
- font-size: 30px !important;
1500
+ font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
1500
1501
  margin-right: 5px;
1501
1502
  padding: 0 5px;
1502
1503
  width: 30px;
1503
1504
  }
1504
1505
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
1505
- font-size: 18px !important;
1506
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1506
1507
  margin-right: 5px;
1507
1508
  }
1508
1509
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
1509
- font-size: 18px !important;
1510
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1510
1511
  margin-right: -5px;
1511
1512
  }
1512
1513
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
@@ -1685,7 +1686,7 @@
1685
1686
  }
1686
1687
  .e-spreadsheet .e-validation-list .e-input-group {
1687
1688
  border: 0;
1688
- box-shadow: none !important;
1689
+ box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
1689
1690
  }
1690
1691
  .e-spreadsheet .e-validation-list .e-ddl-icon {
1691
1692
  bottom: 5px;
@@ -1835,7 +1836,7 @@
1835
1836
  }
1836
1837
  .e-spreadsheet .e-hyperlink-dlg.e-dialog,
1837
1838
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog {
1838
- max-height: 640px !important;
1839
+ max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
1839
1840
  }
1840
1841
  .e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
1841
1842
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
@@ -1915,36 +1916,36 @@
1915
1916
  font-size: 12px;
1916
1917
  padding-top: 7px;
1917
1918
  }
1918
- .e-spreadsheet .e-find-dlg {
1919
+ .e-spreadsheet .e-find-dlg.e-dialog {
1919
1920
  height: auto;
1920
1921
  width: 518px;
1921
1922
  }
1922
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
1923
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span {
1923
1924
  color: #dd2c2c;
1924
1925
  font-size: 12px;
1925
1926
  padding-top: 7px;
1926
1927
  }
1927
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
1928
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span {
1928
1929
  color: #dd2c2c;
1929
1930
  font-size: 12px;
1930
1931
  padding-top: 7px;
1931
1932
  }
1932
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
1933
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox {
1933
1934
  padding-right: 12px;
1934
1935
  }
1935
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
1936
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox {
1936
1937
  padding: 12px 0;
1937
1938
  }
1938
- .e-spreadsheet .e-find-dlg p.e-header {
1939
+ .e-spreadsheet .e-find-dlg.e-dialog p.e-header {
1939
1940
  margin: 0;
1940
1941
  padding-bottom: 8px;
1941
1942
  padding-top: 12px;
1942
1943
  }
1943
- .e-spreadsheet .e-find-dlg .e-footer-content {
1944
+ .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
1944
1945
  text-align: left;
1945
1946
  }
1946
1947
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
1947
- left: 0 !important;
1948
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1948
1949
  }
1949
1950
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1950
1951
  font-size: 18px;
@@ -1964,7 +1965,7 @@
1964
1965
  margin-bottom: 4px;
1965
1966
  }
1966
1967
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
1967
- left: 0 !important;
1968
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1968
1969
  }
1969
1970
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1970
1971
  font-size: 18px;
@@ -1983,7 +1984,7 @@
1983
1984
  margin-top: 10px;
1984
1985
  }
1985
1986
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
1986
- left: 0 !important;
1987
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1987
1988
  }
1988
1989
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1989
1990
  font-size: 18px;
@@ -2014,7 +2015,7 @@
2014
2015
  height: 18px;
2015
2016
  margin-right: -1px;
2016
2017
  padding: 0;
2017
- position: absolute;
2018
+ position: relative;
2018
2019
  right: 0;
2019
2020
  width: 20px;
2020
2021
  z-index: 2;
@@ -2025,7 +2026,7 @@
2025
2026
  }
2026
2027
  .e-colorpicker-wrapper.e-border-colorpicker .e-container {
2027
2028
  box-shadow: none;
2028
- width: 270px !important;
2029
+ width: 270px !important; /* stylelint-disable-line declaration-no-important */
2029
2030
  }
2030
2031
  .e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
2031
2032
  display: -ms-flexbox;
@@ -2094,36 +2095,33 @@
2094
2095
  font-family: "Calibri";
2095
2096
  }
2096
2097
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2097
- font-family: "Comic Sans MS";
2098
- }
2099
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2100
2098
  font-family: "Courier";
2101
2099
  }
2102
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2100
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2103
2101
  font-family: "Courier New";
2104
2102
  }
2105
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2103
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2106
2104
  font-family: "Din Condensed";
2107
2105
  }
2108
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2106
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2109
2107
  font-family: "Georgia";
2110
2108
  }
2111
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2109
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2112
2110
  font-family: "Helvetica";
2113
2111
  }
2114
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2112
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2115
2113
  font-family: "Helvetica New";
2116
2114
  }
2117
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2115
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2118
2116
  font-family: "Roboto";
2119
2117
  }
2120
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2118
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2121
2119
  font-family: "Tahoma";
2122
2120
  }
2123
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2121
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2124
2122
  font-family: "Times New Roman";
2125
2123
  }
2126
- .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2124
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2127
2125
  font-family: "Verdana";
2128
2126
  }
2129
2127
  .e-dropdown-popup.e-aggregate-list {
@@ -2406,7 +2404,7 @@
2406
2404
  }
2407
2405
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2408
2406
  font-size: 16px;
2409
- font-weight: 400;
2407
+ font-weight: normal;
2410
2408
  }
2411
2409
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
2412
2410
  overflow: hidden;
@@ -2646,7 +2644,7 @@
2646
2644
  }
2647
2645
  .e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
2648
2646
  .e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
2649
- width: 590px !important;
2647
+ width: 590px !important; /* stylelint-disable-line declaration-no-important */
2650
2648
  }
2651
2649
  .e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
2652
2650
  .e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
@@ -1 +1,23 @@
1
- @import 'ej2-spreadsheet/styles/spreadsheet/highcontrast.scss';
1
+ @import 'ej2-base/styles/highcontrast-definition.scss';
2
+ @import '../ribbon/highcontrast-definition.scss';
3
+ @import 'ej2-buttons/styles/button/highcontrast-definition.scss';
4
+ @import 'ej2-buttons/styles/check-box/highcontrast-definition.scss';
5
+ @import 'ej2-buttons/styles/radio-button/highcontrast-definition.scss';
6
+ @import 'ej2-buttons/styles/switch/highcontrast-definition.scss';
7
+ @import 'ej2-navigations/styles/toolbar/highcontrast-definition.scss';
8
+ @import 'ej2-navigations/styles/tab/highcontrast-definition.scss';
9
+ @import 'ej2-navigations/styles/context-menu/highcontrast-definition.scss';
10
+ @import 'ej2-navigations/styles/menu/highcontrast-definition.scss';
11
+ @import 'ej2-navigations/styles/treeview/highcontrast-definition.scss';
12
+ @import 'ej2-grids/styles/excel-filter/highcontrast-definition.scss';
13
+ @import 'ej2-calendars/styles/datepicker/highcontrast-definition.scss';
14
+ @import 'ej2-calendars/styles/datetimepicker/highcontrast-definition.scss';
15
+ @import 'ej2-inputs/styles/color-picker/highcontrast-definition.scss';
16
+ @import 'ej2-splitbuttons/styles/drop-down-button/highcontrast-definition.scss';
17
+ @import 'ej2-splitbuttons/styles/split-button/highcontrast-definition.scss';
18
+ @import 'ej2-dropdowns/styles/list-box/highcontrast-definition.scss';
19
+ @import 'ej2-dropdowns/styles/drop-down-list/highcontrast-definition.scss';
20
+ @import 'ej2-dropdowns/styles/combo-box/highcontrast-definition.scss';
21
+ @import 'highcontrast-definition.scss';
22
+ @import 'icons/highcontrast.scss';
23
+ @import 'all.scss';