@syncfusion/ej2-angular-spreadsheet 20.2.46 → 20.2.49-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 (203) 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 +1254 -0
  6. package/dist/ej2-angular-spreadsheet.umd.js +1585 -0
  7. package/dist/ej2-angular-spreadsheet.umd.js.map +1 -0
  8. package/dist/ej2-angular-spreadsheet.umd.min.js +11 -0
  9. package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -0
  10. package/ej2-angular-spreadsheet.d.ts +5 -0
  11. package/ej2-angular-spreadsheet.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +10 -0
  15. package/schematics/ng-add/index.d.ts +3 -0
  16. package/schematics/ng-add/index.js +9 -0
  17. package/schematics/ng-add/schema.d.ts +13 -0
  18. package/schematics/ng-add/schema.js +2 -0
  19. package/schematics/ng-add/schema.json +34 -0
  20. package/schematics/tsconfig.json +25 -0
  21. package/schematics/utils/lib-details.d.ts +4 -0
  22. package/schematics/utils/lib-details.js +6 -0
  23. package/schematics/utils/lib-details.ts +2 -2
  24. package/src/spreadsheet/cells.directive.d.ts +0 -5
  25. package/src/spreadsheet/chart.directive.d.ts +0 -5
  26. package/src/spreadsheet/columns.directive.d.ts +0 -5
  27. package/src/spreadsheet/conditionalformats.directive.d.ts +0 -5
  28. package/src/spreadsheet/definednames.directive.d.ts +0 -5
  29. package/src/spreadsheet/image.directive.d.ts +0 -5
  30. package/src/spreadsheet/ranges.directive.d.ts +0 -5
  31. package/src/spreadsheet/rows.directive.d.ts +0 -5
  32. package/src/spreadsheet/sheets.directive.d.ts +0 -5
  33. package/src/spreadsheet/spreadsheet-all.module.d.ts +0 -6
  34. package/src/spreadsheet/spreadsheet.component.d.ts +0 -3
  35. package/src/spreadsheet/spreadsheet.module.d.ts +0 -15
  36. package/styles/bootstrap-dark.css +36 -34
  37. package/styles/bootstrap.css +36 -34
  38. package/styles/bootstrap4.css +36 -34
  39. package/styles/bootstrap5-dark.css +68 -38
  40. package/styles/bootstrap5.css +68 -38
  41. package/styles/fabric-dark.css +36 -34
  42. package/styles/fabric.css +36 -34
  43. package/styles/fluent-dark.css +41 -39
  44. package/styles/fluent.css +41 -39
  45. package/styles/highcontrast-light.css +36 -34
  46. package/styles/highcontrast.css +36 -34
  47. package/styles/material-dark.css +38 -34
  48. package/styles/material.css +37 -33
  49. package/styles/ribbon/bootstrap-dark.css +1 -1
  50. package/styles/ribbon/bootstrap-dark.scss +1 -4
  51. package/styles/ribbon/bootstrap.css +1 -1
  52. package/styles/ribbon/bootstrap.scss +1 -4
  53. package/styles/ribbon/bootstrap4.css +1 -1
  54. package/styles/ribbon/bootstrap4.scss +1 -4
  55. package/styles/ribbon/bootstrap5-dark.css +19 -1
  56. package/styles/ribbon/bootstrap5-dark.scss +1 -4
  57. package/styles/ribbon/bootstrap5.css +19 -1
  58. package/styles/ribbon/bootstrap5.scss +1 -4
  59. package/styles/ribbon/fabric-dark.css +1 -1
  60. package/styles/ribbon/fabric-dark.scss +1 -4
  61. package/styles/ribbon/fabric.css +1 -1
  62. package/styles/ribbon/fabric.scss +1 -4
  63. package/styles/ribbon/fluent-dark.css +1 -1
  64. package/styles/ribbon/fluent-dark.scss +1 -4
  65. package/styles/ribbon/fluent.css +1 -1
  66. package/styles/ribbon/fluent.scss +1 -4
  67. package/styles/ribbon/highcontrast-light.css +1 -1
  68. package/styles/ribbon/highcontrast-light.scss +1 -3
  69. package/styles/ribbon/highcontrast.css +1 -1
  70. package/styles/ribbon/highcontrast.scss +1 -4
  71. package/styles/ribbon/material-dark.css +1 -1
  72. package/styles/ribbon/material-dark.scss +1 -4
  73. package/styles/ribbon/material.css +1 -1
  74. package/styles/ribbon/material.scss +1 -4
  75. package/styles/ribbon/tailwind-dark.css +1 -1
  76. package/styles/ribbon/tailwind-dark.scss +1 -4
  77. package/styles/ribbon/tailwind.css +1 -1
  78. package/styles/ribbon/tailwind.scss +1 -4
  79. package/styles/spreadsheet/bootstrap-dark.css +35 -33
  80. package/styles/spreadsheet/bootstrap-dark.scss +1 -23
  81. package/styles/spreadsheet/bootstrap.css +35 -33
  82. package/styles/spreadsheet/bootstrap.scss +1 -23
  83. package/styles/spreadsheet/bootstrap4.css +35 -33
  84. package/styles/spreadsheet/bootstrap4.scss +1 -23
  85. package/styles/spreadsheet/bootstrap5-dark.css +49 -37
  86. package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
  87. package/styles/spreadsheet/bootstrap5.css +49 -37
  88. package/styles/spreadsheet/bootstrap5.scss +1 -23
  89. package/styles/spreadsheet/fabric-dark.css +35 -33
  90. package/styles/spreadsheet/fabric-dark.scss +1 -23
  91. package/styles/spreadsheet/fabric.css +35 -33
  92. package/styles/spreadsheet/fabric.scss +1 -23
  93. package/styles/spreadsheet/fluent-dark.css +40 -38
  94. package/styles/spreadsheet/fluent-dark.scss +1 -22
  95. package/styles/spreadsheet/fluent.css +40 -38
  96. package/styles/spreadsheet/fluent.scss +1 -23
  97. package/styles/spreadsheet/highcontrast-light.css +35 -33
  98. package/styles/spreadsheet/highcontrast-light.scss +1 -22
  99. package/styles/spreadsheet/highcontrast.css +35 -33
  100. package/styles/spreadsheet/highcontrast.scss +1 -23
  101. package/styles/spreadsheet/material-dark.css +37 -33
  102. package/styles/spreadsheet/material-dark.scss +1 -23
  103. package/styles/spreadsheet/material.css +36 -32
  104. package/styles/spreadsheet/material.scss +1 -23
  105. package/styles/spreadsheet/tailwind-dark.css +36 -34
  106. package/styles/spreadsheet/tailwind-dark.scss +1 -22
  107. package/styles/spreadsheet/tailwind.css +36 -34
  108. package/styles/spreadsheet/tailwind.scss +1 -23
  109. package/styles/tailwind-dark.css +37 -35
  110. package/styles/tailwind.css +37 -35
  111. package/esm2020/public_api.mjs +0 -3
  112. package/esm2020/src/index.mjs +0 -14
  113. package/esm2020/src/spreadsheet/cells.directive.mjs +0 -71
  114. package/esm2020/src/spreadsheet/chart.directive.mjs +0 -46
  115. package/esm2020/src/spreadsheet/columns.directive.mjs +0 -61
  116. package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +0 -61
  117. package/esm2020/src/spreadsheet/definednames.directive.mjs +0 -58
  118. package/esm2020/src/spreadsheet/image.directive.mjs +0 -46
  119. package/esm2020/src/spreadsheet/ranges.directive.mjs +0 -69
  120. package/esm2020/src/spreadsheet/rows.directive.mjs +0 -65
  121. package/esm2020/src/spreadsheet/sheets.directive.mjs +0 -68
  122. package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +0 -80
  123. package/esm2020/src/spreadsheet/spreadsheet.component.mjs +0 -202
  124. package/esm2020/src/spreadsheet/spreadsheet.module.mjs +0 -106
  125. package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -5
  126. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
  127. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
  128. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
  129. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
  130. package/styles/ribbon/_all.scss +0 -2
  131. package/styles/ribbon/_bootstrap-dark-definition.scss +0 -13
  132. package/styles/ribbon/_bootstrap-definition.scss +0 -12
  133. package/styles/ribbon/_bootstrap4-definition.scss +0 -13
  134. package/styles/ribbon/_bootstrap5-dark-definition.scss +0 -1
  135. package/styles/ribbon/_bootstrap5-definition.scss +0 -14
  136. package/styles/ribbon/_fabric-dark-definition.scss +0 -14
  137. package/styles/ribbon/_fabric-definition.scss +0 -14
  138. package/styles/ribbon/_fluent-dark-definition.scss +0 -1
  139. package/styles/ribbon/_fluent-definition.scss +0 -14
  140. package/styles/ribbon/_fusionnew-definition.scss +0 -14
  141. package/styles/ribbon/_highcontrast-definition.scss +0 -12
  142. package/styles/ribbon/_highcontrast-light-definition.scss +0 -12
  143. package/styles/ribbon/_layout.scss +0 -241
  144. package/styles/ribbon/_material-dark-definition.scss +0 -15
  145. package/styles/ribbon/_material-definition.scss +0 -12
  146. package/styles/ribbon/_material3-definition.scss +0 -15
  147. package/styles/ribbon/_mixin.scss +0 -89
  148. package/styles/ribbon/_tailwind-dark-definition.scss +0 -1
  149. package/styles/ribbon/_tailwind-definition.scss +0 -13
  150. package/styles/ribbon/_theme.scss +0 -115
  151. package/styles/ribbon/icons/_bootstrap-dark.scss +0 -15
  152. package/styles/ribbon/icons/_bootstrap.scss +0 -15
  153. package/styles/ribbon/icons/_bootstrap4.scss +0 -9
  154. package/styles/ribbon/icons/_bootstrap5-dark.scss +0 -1
  155. package/styles/ribbon/icons/_bootstrap5.scss +0 -15
  156. package/styles/ribbon/icons/_fabric-dark.scss +0 -9
  157. package/styles/ribbon/icons/_fabric.scss +0 -9
  158. package/styles/ribbon/icons/_fluent-dark.scss +0 -1
  159. package/styles/ribbon/icons/_fluent.scss +0 -15
  160. package/styles/ribbon/icons/_fusionnew.scss +0 -15
  161. package/styles/ribbon/icons/_highcontrast.scss +0 -9
  162. package/styles/ribbon/icons/_material-dark.scss +0 -15
  163. package/styles/ribbon/icons/_material.scss +0 -15
  164. package/styles/ribbon/icons/_material3.scss +0 -15
  165. package/styles/ribbon/icons/_tailwind-dark.scss +0 -15
  166. package/styles/ribbon/icons/_tailwind.scss +0 -15
  167. package/styles/spreadsheet/_all.scss +0 -2
  168. package/styles/spreadsheet/_bootstrap-dark-definition.scss +0 -149
  169. package/styles/spreadsheet/_bootstrap-definition.scss +0 -149
  170. package/styles/spreadsheet/_bootstrap4-definition.scss +0 -148
  171. package/styles/spreadsheet/_bootstrap5-dark-definition.scss +0 -1
  172. package/styles/spreadsheet/_bootstrap5-definition.scss +0 -151
  173. package/styles/spreadsheet/_fabric-dark-definition.scss +0 -146
  174. package/styles/spreadsheet/_fabric-definition.scss +0 -146
  175. package/styles/spreadsheet/_fluent-dark-definition.scss +0 -1
  176. package/styles/spreadsheet/_fluent-definition.scss +0 -151
  177. package/styles/spreadsheet/_fusionnew-definition.scss +0 -151
  178. package/styles/spreadsheet/_highcontrast-definition.scss +0 -146
  179. package/styles/spreadsheet/_highcontrast-light-definition.scss +0 -146
  180. package/styles/spreadsheet/_layout.scss +0 -2982
  181. package/styles/spreadsheet/_material-dark-definition.scss +0 -149
  182. package/styles/spreadsheet/_material-definition.scss +0 -147
  183. package/styles/spreadsheet/_material3-definition.scss +0 -151
  184. package/styles/spreadsheet/_tailwind-dark-definition.scss +0 -1
  185. package/styles/spreadsheet/_tailwind-definition.scss +0 -153
  186. package/styles/spreadsheet/_theme.scss +0 -1361
  187. package/styles/spreadsheet/icons/_bootstrap-dark.scss +0 -990
  188. package/styles/spreadsheet/icons/_bootstrap.scss +0 -990
  189. package/styles/spreadsheet/icons/_bootstrap4.scss +0 -994
  190. package/styles/spreadsheet/icons/_bootstrap5-dark.scss +0 -1
  191. package/styles/spreadsheet/icons/_bootstrap5.scss +0 -996
  192. package/styles/spreadsheet/icons/_fabric-dark.scss +0 -990
  193. package/styles/spreadsheet/icons/_fabric.scss +0 -994
  194. package/styles/spreadsheet/icons/_fluent-dark.scss +0 -1
  195. package/styles/spreadsheet/icons/_fluent.scss +0 -996
  196. package/styles/spreadsheet/icons/_fusionnew.scss +0 -996
  197. package/styles/spreadsheet/icons/_highcontrast.scss +0 -990
  198. package/styles/spreadsheet/icons/_material-dark.scss +0 -993
  199. package/styles/spreadsheet/icons/_material.scss +0 -995
  200. package/styles/spreadsheet/icons/_material3.scss +0 -996
  201. package/styles/spreadsheet/icons/_tailwind-dark.scss +0 -996
  202. package/styles/spreadsheet/icons/_tailwind.scss +0 -996
  203. package/syncfusion-ej2-angular-spreadsheet.d.ts +0 -5
@@ -1,4 +1,3 @@
1
- /* stylelint-disable */
2
1
  .e-popup.e-ddl {
3
2
  border-radius: 4px;
4
3
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
@@ -673,8 +672,8 @@
673
672
  margin-bottom: 4px;
674
673
  }
675
674
  .e-spreadsheet .e-custom-format-dlg.e-dialog {
676
- height: 510px !important; /* stylelint-disable-line declaration-no-important */
677
- width: 530px !important; /* stylelint-disable-line declaration-no-important */
675
+ height: 510px !important;
676
+ width: 530px !important;
678
677
  }
679
678
  .e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
680
679
  padding: 0;
@@ -684,7 +683,7 @@
684
683
  padding-top: 3px;
685
684
  }
686
685
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
687
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
686
+ left: 0 !important;
688
687
  }
689
688
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
690
689
  font-size: 18px;
@@ -703,7 +702,7 @@
703
702
  margin-top: 10px;
704
703
  }
705
704
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
706
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
705
+ left: 0 !important;
707
706
  }
708
707
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
709
708
  font-size: 18px;
@@ -868,7 +867,7 @@
868
867
  display: none;
869
868
  }
870
869
  .e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
871
- width: 100% !important; /* stylelint-disable-line declaration-no-important */
870
+ width: 100% !important;
872
871
  }
873
872
  .e-spreadsheet.e-hide-column-header .e-header-panel {
874
873
  display: none;
@@ -1103,8 +1102,8 @@
1103
1102
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1104
1103
  background-color: #0070f0;
1105
1104
  cursor: ns-resize;
1105
+ left: 50%;
1106
1106
  position: absolute;
1107
- right: 50%;
1108
1107
  top: 0;
1109
1108
  transform: translate(-50%, -50%);
1110
1109
  }
@@ -1119,8 +1118,8 @@
1119
1118
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1120
1119
  background-color: #0070f0;
1121
1120
  cursor: ns-resize;
1121
+ left: 50%;
1122
1122
  position: absolute;
1123
- right: 50%;
1124
1123
  top: 100%;
1125
1124
  transform: translate(-50%, -50%);
1126
1125
  }
@@ -1240,14 +1239,14 @@
1240
1239
  }
1241
1240
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
1242
1241
  height: 100%;
1243
- position: initial !important; /* stylelint-disable-line declaration-no-important */
1242
+ position: initial !important;
1244
1243
  width: 100%;
1245
1244
  }
1246
1245
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
1247
1246
  height: 100%;
1248
1247
  overflow: hidden;
1249
1248
  padding: 4px;
1250
- position: initial !important; /* stylelint-disable-line declaration-no-important */
1249
+ position: initial !important;
1251
1250
  width: 100%;
1252
1251
  }
1253
1252
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
@@ -1365,7 +1364,7 @@
1365
1364
  margin-right: 8px;
1366
1365
  }
1367
1366
  .e-spreadsheet .e-hide {
1368
- display: none !important; /* stylelint-disable-line declaration-no-important */
1367
+ display: none !important;
1369
1368
  }
1370
1369
  .e-spreadsheet .e-selection {
1371
1370
  border-style: solid;
@@ -1482,7 +1481,7 @@
1482
1481
  text-align: right;
1483
1482
  }
1484
1483
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
1485
- font-weight: normal;
1484
+ font-weight: 400;
1486
1485
  padding-bottom: 0;
1487
1486
  padding-top: 0;
1488
1487
  }
@@ -1511,17 +1510,17 @@
1511
1510
  font-size: 16px;
1512
1511
  }
1513
1512
  .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 {
1514
- font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
1513
+ font-size: 30px !important;
1515
1514
  margin-right: 5px;
1516
1515
  padding: 0 5px;
1517
1516
  width: 30px;
1518
1517
  }
1519
1518
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
1520
- font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1519
+ font-size: 18px !important;
1521
1520
  margin-right: 5px;
1522
1521
  }
1523
1522
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
1524
- font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1523
+ font-size: 18px !important;
1525
1524
  margin-right: -5px;
1526
1525
  }
1527
1526
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
@@ -1698,7 +1697,7 @@
1698
1697
  }
1699
1698
  .e-spreadsheet .e-validation-list .e-input-group {
1700
1699
  border: 0;
1701
- box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
1700
+ box-shadow: none !important;
1702
1701
  }
1703
1702
  .e-spreadsheet .e-validation-list .e-ddl-icon {
1704
1703
  bottom: 5px;
@@ -1848,7 +1847,7 @@
1848
1847
  }
1849
1848
  .e-spreadsheet .e-hyperlink-dlg.e-dialog,
1850
1849
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog {
1851
- max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
1850
+ max-height: 640px !important;
1852
1851
  }
1853
1852
  .e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
1854
1853
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
@@ -1957,7 +1956,7 @@
1957
1956
  text-align: left;
1958
1957
  }
1959
1958
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
1960
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
1959
+ left: 0 !important;
1961
1960
  }
1962
1961
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1963
1962
  font-size: 18px;
@@ -1977,7 +1976,7 @@
1977
1976
  margin-bottom: 4px;
1978
1977
  }
1979
1978
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
1980
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
1979
+ left: 0 !important;
1981
1980
  }
1982
1981
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1983
1982
  font-size: 18px;
@@ -1996,7 +1995,7 @@
1996
1995
  margin-top: 10px;
1997
1996
  }
1998
1997
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
1999
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
1998
+ left: 0 !important;
2000
1999
  }
2001
2000
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2002
2001
  font-size: 18px;
@@ -2027,7 +2026,7 @@
2027
2026
  height: 18px;
2028
2027
  margin-right: -1px;
2029
2028
  padding: 0;
2030
- position: relative;
2029
+ position: absolute;
2031
2030
  right: 0;
2032
2031
  width: 20px;
2033
2032
  z-index: 2;
@@ -2038,7 +2037,7 @@
2038
2037
  }
2039
2038
  .e-colorpicker-wrapper.e-border-colorpicker .e-container {
2040
2039
  box-shadow: none;
2041
- width: 270px !important; /* stylelint-disable-line declaration-no-important */
2040
+ width: 270px !important;
2042
2041
  }
2043
2042
  .e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
2044
2043
  display: -ms-flexbox;
@@ -2107,33 +2106,36 @@
2107
2106
  font-family: "Calibri";
2108
2107
  }
2109
2108
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2110
- font-family: "Courier";
2109
+ font-family: "Comic Sans MS";
2111
2110
  }
2112
2111
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2113
- font-family: "Courier New";
2112
+ font-family: "Courier";
2114
2113
  }
2115
2114
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2116
- font-family: "Din Condensed";
2115
+ font-family: "Courier New";
2117
2116
  }
2118
2117
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2119
- font-family: "Georgia";
2118
+ font-family: "Din Condensed";
2120
2119
  }
2121
2120
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2122
- font-family: "Helvetica";
2121
+ font-family: "Georgia";
2123
2122
  }
2124
2123
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2125
- font-family: "Helvetica New";
2124
+ font-family: "Helvetica";
2126
2125
  }
2127
2126
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2128
- font-family: "Roboto";
2127
+ font-family: "Helvetica New";
2129
2128
  }
2130
2129
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2131
- font-family: "Tahoma";
2130
+ font-family: "Roboto";
2132
2131
  }
2133
2132
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2134
- font-family: "Times New Roman";
2133
+ font-family: "Tahoma";
2135
2134
  }
2136
2135
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2136
+ font-family: "Times New Roman";
2137
+ }
2138
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2137
2139
  font-family: "Verdana";
2138
2140
  }
2139
2141
  .e-dropdown-popup.e-aggregate-list {
@@ -2419,7 +2421,7 @@
2419
2421
  }
2420
2422
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2421
2423
  font-size: 16px;
2422
- font-weight: normal;
2424
+ font-weight: 400;
2423
2425
  }
2424
2426
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
2425
2427
  overflow: hidden;
@@ -2654,7 +2656,7 @@
2654
2656
  }
2655
2657
  .e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
2656
2658
  .e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
2657
- width: 590px !important; /* stylelint-disable-line declaration-no-important */
2659
+ width: 590px !important;
2658
2660
  }
2659
2661
  .e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
2660
2662
  .e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
@@ -1,23 +1 @@
1
- @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
- @import '../ribbon/bootstrap-dark-definition.scss';
3
- @import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
4
- @import 'ej2-buttons/styles/check-box/bootstrap-dark-definition.scss';
5
- @import 'ej2-buttons/styles/radio-button/bootstrap-dark-definition.scss';
6
- @import 'ej2-buttons/styles/switch/bootstrap-dark-definition.scss';
7
- @import 'ej2-navigations/styles/toolbar/bootstrap-dark-definition.scss';
8
- @import 'ej2-navigations/styles/tab/bootstrap-dark-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/bootstrap-dark-definition.scss';
10
- @import 'ej2-navigations/styles/menu/bootstrap-dark-definition.scss';
11
- @import 'ej2-navigations/styles/treeview/bootstrap-dark-definition.scss';
12
- @import 'ej2-grids/styles/excel-filter/bootstrap-dark-definition.scss';
13
- @import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
14
- @import 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition.scss';
15
- @import 'ej2-inputs/styles/color-picker/bootstrap-dark-definition.scss';
16
- @import 'ej2-splitbuttons/styles/drop-down-button/bootstrap-dark-definition.scss';
17
- @import 'ej2-splitbuttons/styles/split-button/bootstrap-dark-definition.scss';
18
- @import 'ej2-dropdowns/styles/list-box/bootstrap-dark-definition.scss';
19
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
20
- @import 'ej2-dropdowns/styles/combo-box/bootstrap-dark-definition.scss';
21
- @import 'bootstrap-dark-definition.scss';
22
- @import 'icons/bootstrap-dark.scss';
23
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/bootstrap-dark.scss';
@@ -4,7 +4,6 @@
4
4
  /*! Bootstrap specific themes definition's */
5
5
  /*! Vertical Tab */
6
6
  /*! TreeView's bootstrap theme wise override definitions and variables */
7
- /* stylelint-disable */
8
7
  .e-popup.e-ddl {
9
8
  border-radius: 4px;
10
9
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
@@ -679,8 +678,8 @@
679
678
  margin-bottom: 4px;
680
679
  }
681
680
  .e-spreadsheet .e-custom-format-dlg.e-dialog {
682
- height: 510px !important; /* stylelint-disable-line declaration-no-important */
683
- width: 530px !important; /* stylelint-disable-line declaration-no-important */
681
+ height: 510px !important;
682
+ width: 530px !important;
684
683
  }
685
684
  .e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
686
685
  padding: 0;
@@ -690,7 +689,7 @@
690
689
  padding-top: 3px;
691
690
  }
692
691
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
693
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
692
+ left: 0 !important;
694
693
  }
695
694
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
696
695
  font-size: 18px;
@@ -709,7 +708,7 @@
709
708
  margin-top: 10px;
710
709
  }
711
710
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
712
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
711
+ left: 0 !important;
713
712
  }
714
713
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
715
714
  font-size: 18px;
@@ -874,7 +873,7 @@
874
873
  display: none;
875
874
  }
876
875
  .e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
877
- width: 100% !important; /* stylelint-disable-line declaration-no-important */
876
+ width: 100% !important;
878
877
  }
879
878
  .e-spreadsheet.e-hide-column-header .e-header-panel {
880
879
  display: none;
@@ -1109,8 +1108,8 @@
1109
1108
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1110
1109
  background-color: #317ab9;
1111
1110
  cursor: ns-resize;
1111
+ left: 50%;
1112
1112
  position: absolute;
1113
- right: 50%;
1114
1113
  top: 0;
1115
1114
  transform: translate(-50%, -50%);
1116
1115
  }
@@ -1125,8 +1124,8 @@
1125
1124
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1126
1125
  background-color: #317ab9;
1127
1126
  cursor: ns-resize;
1127
+ left: 50%;
1128
1128
  position: absolute;
1129
- right: 50%;
1130
1129
  top: 100%;
1131
1130
  transform: translate(-50%, -50%);
1132
1131
  }
@@ -1246,14 +1245,14 @@
1246
1245
  }
1247
1246
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
1248
1247
  height: 100%;
1249
- position: initial !important; /* stylelint-disable-line declaration-no-important */
1248
+ position: initial !important;
1250
1249
  width: 100%;
1251
1250
  }
1252
1251
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
1253
1252
  height: 100%;
1254
1253
  overflow: hidden;
1255
1254
  padding: 4px;
1256
- position: initial !important; /* stylelint-disable-line declaration-no-important */
1255
+ position: initial !important;
1257
1256
  width: 100%;
1258
1257
  }
1259
1258
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
@@ -1384,7 +1383,7 @@
1384
1383
  margin-right: 8px;
1385
1384
  }
1386
1385
  .e-spreadsheet .e-hide {
1387
- display: none !important; /* stylelint-disable-line declaration-no-important */
1386
+ display: none !important;
1388
1387
  }
1389
1388
  .e-spreadsheet .e-selection {
1390
1389
  border-style: solid;
@@ -1501,7 +1500,7 @@
1501
1500
  text-align: right;
1502
1501
  }
1503
1502
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
1504
- font-weight: normal;
1503
+ font-weight: 400;
1505
1504
  padding-bottom: 0;
1506
1505
  padding-top: 0;
1507
1506
  }
@@ -1530,17 +1529,17 @@
1530
1529
  font-size: 16px;
1531
1530
  }
1532
1531
  .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 {
1533
- font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
1532
+ font-size: 30px !important;
1534
1533
  margin-right: 5px;
1535
1534
  padding: 0 5px;
1536
1535
  width: 30px;
1537
1536
  }
1538
1537
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
1539
- font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1538
+ font-size: 18px !important;
1540
1539
  margin-right: 5px;
1541
1540
  }
1542
1541
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
1543
- font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1542
+ font-size: 18px !important;
1544
1543
  margin-right: -5px;
1545
1544
  }
1546
1545
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
@@ -1723,7 +1722,7 @@
1723
1722
  }
1724
1723
  .e-spreadsheet .e-validation-list .e-input-group {
1725
1724
  border: 0;
1726
- box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
1725
+ box-shadow: none !important;
1727
1726
  }
1728
1727
  .e-spreadsheet .e-validation-list .e-ddl-icon {
1729
1728
  bottom: 5px;
@@ -1873,7 +1872,7 @@
1873
1872
  }
1874
1873
  .e-spreadsheet .e-hyperlink-dlg.e-dialog,
1875
1874
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog {
1876
- max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
1875
+ max-height: 640px !important;
1877
1876
  }
1878
1877
  .e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
1879
1878
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
@@ -1982,7 +1981,7 @@
1982
1981
  text-align: left;
1983
1982
  }
1984
1983
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
1985
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
1984
+ left: 0 !important;
1986
1985
  }
1987
1986
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1988
1987
  font-size: 18px;
@@ -2002,7 +2001,7 @@
2002
2001
  margin-bottom: 4px;
2003
2002
  }
2004
2003
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
2005
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2004
+ left: 0 !important;
2006
2005
  }
2007
2006
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2008
2007
  font-size: 18px;
@@ -2021,7 +2020,7 @@
2021
2020
  margin-top: 10px;
2022
2021
  }
2023
2022
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
2024
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2023
+ left: 0 !important;
2025
2024
  }
2026
2025
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2027
2026
  font-size: 18px;
@@ -2052,7 +2051,7 @@
2052
2051
  height: 18px;
2053
2052
  margin-right: -1px;
2054
2053
  padding: 0;
2055
- position: relative;
2054
+ position: absolute;
2056
2055
  right: 0;
2057
2056
  width: 20px;
2058
2057
  z-index: 2;
@@ -2063,7 +2062,7 @@
2063
2062
  }
2064
2063
  .e-colorpicker-wrapper.e-border-colorpicker .e-container {
2065
2064
  box-shadow: none;
2066
- width: 270px !important; /* stylelint-disable-line declaration-no-important */
2065
+ width: 270px !important;
2067
2066
  }
2068
2067
  .e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
2069
2068
  display: -ms-flexbox;
@@ -2132,33 +2131,36 @@
2132
2131
  font-family: "Calibri";
2133
2132
  }
2134
2133
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2135
- font-family: "Courier";
2134
+ font-family: "Comic Sans MS";
2136
2135
  }
2137
2136
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2138
- font-family: "Courier New";
2137
+ font-family: "Courier";
2139
2138
  }
2140
2139
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2141
- font-family: "Din Condensed";
2140
+ font-family: "Courier New";
2142
2141
  }
2143
2142
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2144
- font-family: "Georgia";
2143
+ font-family: "Din Condensed";
2145
2144
  }
2146
2145
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2147
- font-family: "Helvetica";
2146
+ font-family: "Georgia";
2148
2147
  }
2149
2148
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2150
- font-family: "Helvetica New";
2149
+ font-family: "Helvetica";
2151
2150
  }
2152
2151
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2153
- font-family: "Roboto";
2152
+ font-family: "Helvetica New";
2154
2153
  }
2155
2154
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2156
- font-family: "Tahoma";
2155
+ font-family: "Roboto";
2157
2156
  }
2158
2157
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2159
- font-family: "Times New Roman";
2158
+ font-family: "Tahoma";
2160
2159
  }
2161
2160
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2161
+ font-family: "Times New Roman";
2162
+ }
2163
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2162
2164
  font-family: "Verdana";
2163
2165
  }
2164
2166
  .e-dropdown-popup.e-aggregate-list {
@@ -2444,7 +2446,7 @@
2444
2446
  }
2445
2447
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2446
2448
  font-size: 16px;
2447
- font-weight: normal;
2449
+ font-weight: 400;
2448
2450
  }
2449
2451
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
2450
2452
  overflow: hidden;
@@ -2674,7 +2676,7 @@
2674
2676
  }
2675
2677
  .e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
2676
2678
  .e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
2677
- width: 590px !important; /* stylelint-disable-line declaration-no-important */
2679
+ width: 590px !important;
2678
2680
  }
2679
2681
  .e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
2680
2682
  .e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
@@ -1,23 +1 @@
1
- @import 'ej2-base/styles/bootstrap-definition.scss';
2
- @import '../ribbon/bootstrap-definition.scss';
3
- @import 'ej2-buttons/styles/button/bootstrap-definition.scss';
4
- @import 'ej2-buttons/styles/check-box/bootstrap-definition.scss';
5
- @import 'ej2-buttons/styles/radio-button/bootstrap-definition.scss';
6
- @import 'ej2-buttons/styles/switch/bootstrap-definition.scss';
7
- @import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
8
- @import 'ej2-navigations/styles/tab/bootstrap-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/bootstrap-definition.scss';
10
- @import 'ej2-navigations/styles/menu/bootstrap-definition.scss';
11
- @import 'ej2-navigations/styles/treeview/bootstrap-definition.scss';
12
- @import 'ej2-grids/styles/excel-filter/bootstrap-definition.scss';
13
- @import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
14
- @import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
15
- @import 'ej2-inputs/styles/color-picker/bootstrap-definition.scss';
16
- @import 'ej2-splitbuttons/styles/drop-down-button/bootstrap-definition.scss';
17
- @import 'ej2-splitbuttons/styles/split-button/bootstrap-definition.scss';
18
- @import 'ej2-dropdowns/styles/list-box/bootstrap-definition.scss';
19
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
20
- @import 'ej2-dropdowns/styles/combo-box/bootstrap-definition.scss';
21
- @import 'bootstrap-definition.scss';
22
- @import 'icons/bootstrap.scss';
23
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/bootstrap.scss';