@syncfusion/ej2-angular-spreadsheet 20.2.43 → 20.2.44-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 +1212 -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 +13 -27
  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 +42 -40
  37. package/styles/bootstrap.css +42 -40
  38. package/styles/bootstrap4.css +42 -40
  39. package/styles/bootstrap5-dark.css +43 -44
  40. package/styles/bootstrap5.css +43 -44
  41. package/styles/fabric-dark.css +42 -40
  42. package/styles/fabric.css +42 -40
  43. package/styles/fluent-dark.css +47 -45
  44. package/styles/fluent.css +47 -45
  45. package/styles/highcontrast-light.css +42 -40
  46. package/styles/highcontrast.css +42 -40
  47. package/styles/material-dark.css +44 -40
  48. package/styles/material.css +43 -39
  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 +1 -1
  56. package/styles/ribbon/bootstrap5-dark.scss +1 -4
  57. package/styles/ribbon/bootstrap5.css +1 -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 +41 -39
  80. package/styles/spreadsheet/bootstrap-dark.scss +1 -23
  81. package/styles/spreadsheet/bootstrap.css +41 -39
  82. package/styles/spreadsheet/bootstrap.scss +1 -23
  83. package/styles/spreadsheet/bootstrap4.css +41 -39
  84. package/styles/spreadsheet/bootstrap4.scss +1 -23
  85. package/styles/spreadsheet/bootstrap5-dark.css +42 -43
  86. package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
  87. package/styles/spreadsheet/bootstrap5.css +42 -43
  88. package/styles/spreadsheet/bootstrap5.scss +1 -23
  89. package/styles/spreadsheet/fabric-dark.css +41 -39
  90. package/styles/spreadsheet/fabric-dark.scss +1 -23
  91. package/styles/spreadsheet/fabric.css +41 -39
  92. package/styles/spreadsheet/fabric.scss +1 -23
  93. package/styles/spreadsheet/fluent-dark.css +46 -44
  94. package/styles/spreadsheet/fluent-dark.scss +1 -22
  95. package/styles/spreadsheet/fluent.css +46 -44
  96. package/styles/spreadsheet/fluent.scss +1 -23
  97. package/styles/spreadsheet/highcontrast-light.css +41 -39
  98. package/styles/spreadsheet/highcontrast-light.scss +1 -22
  99. package/styles/spreadsheet/highcontrast.css +41 -39
  100. package/styles/spreadsheet/highcontrast.scss +1 -23
  101. package/styles/spreadsheet/material-dark.css +43 -39
  102. package/styles/spreadsheet/material-dark.scss +1 -23
  103. package/styles/spreadsheet/material.css +42 -38
  104. package/styles/spreadsheet/material.scss +1 -23
  105. package/styles/spreadsheet/tailwind-dark.css +42 -40
  106. package/styles/spreadsheet/tailwind-dark.scss +1 -22
  107. package/styles/spreadsheet/tailwind.css +42 -40
  108. package/styles/spreadsheet/tailwind.scss +1 -23
  109. package/styles/tailwind-dark.css +43 -41
  110. package/styles/tailwind.css +43 -41
  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,12 +1,8 @@
1
- /*! Toolbar's bootstrap5 theme wise override definitions and variables */
2
- /* stylelint-disable */
3
- /*! Tab's bootstrap5 theme wise override definitions and variables */
4
- /* stylelint-disable */
1
+ /*! Toolbar's bootstrap5 theme wise override definitions and variables */ /*! Tab's bootstrap5 theme wise override definitions and variables */
5
2
  /*! Horizontal Tab */
6
3
  /*! Bootstrap specific themes definition's */
7
4
  /*! Vertical Tab */
8
5
  /*! TreeView's bootstrap5 theme wise override definitions and variables */
9
- /* stylelint-disable */
10
6
  .e-popup.e-ddl {
11
7
  border-radius: 4px;
12
8
  box-shadow: none;
@@ -726,8 +722,8 @@
726
722
  margin-bottom: 4px;
727
723
  }
728
724
  .e-spreadsheet .e-custom-format-dlg.e-dialog {
729
- height: 510px !important; /* stylelint-disable-line declaration-no-important */
730
- width: 530px !important; /* stylelint-disable-line declaration-no-important */
725
+ height: 510px !important;
726
+ width: 530px !important;
731
727
  }
732
728
  .e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
733
729
  padding: 0;
@@ -740,7 +736,7 @@
740
736
  padding: 12px;
741
737
  }
742
738
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
743
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
739
+ left: 0 !important;
744
740
  }
745
741
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
746
742
  font-size: 18px;
@@ -759,7 +755,7 @@
759
755
  margin-top: 10px;
760
756
  }
761
757
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
762
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
758
+ left: 0 !important;
763
759
  }
764
760
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
765
761
  font-size: 18px;
@@ -777,10 +773,10 @@
777
773
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
778
774
  margin-top: 10px;
779
775
  }
780
- .e-spreadsheet .e-goto-dlg {
776
+ .e-spreadsheet .e-goto-dlg.e-dialog {
781
777
  height: auto;
782
778
  }
783
- .e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
779
+ .e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
784
780
  font-weight: bold;
785
781
  padding-top: 7px;
786
782
  }
@@ -924,7 +920,7 @@
924
920
  display: none;
925
921
  }
926
922
  .e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
927
- width: 100% !important; /* stylelint-disable-line declaration-no-important */
923
+ width: 100% !important;
928
924
  }
929
925
  .e-spreadsheet.e-hide-column-header .e-header-panel {
930
926
  display: none;
@@ -1159,8 +1155,8 @@
1159
1155
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1160
1156
  background-color: #0d6efd;
1161
1157
  cursor: ns-resize;
1158
+ left: 50%;
1162
1159
  position: absolute;
1163
- right: 50%;
1164
1160
  top: 0;
1165
1161
  transform: translate(-50%, -50%);
1166
1162
  }
@@ -1175,8 +1171,8 @@
1175
1171
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1176
1172
  background-color: #0d6efd;
1177
1173
  cursor: ns-resize;
1174
+ left: 50%;
1178
1175
  position: absolute;
1179
- right: 50%;
1180
1176
  top: 100%;
1181
1177
  transform: translate(-50%, -50%);
1182
1178
  }
@@ -1296,14 +1292,14 @@
1296
1292
  }
1297
1293
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
1298
1294
  height: 100%;
1299
- position: initial !important; /* stylelint-disable-line declaration-no-important */
1295
+ position: initial !important;
1300
1296
  width: 100%;
1301
1297
  }
1302
1298
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
1303
1299
  height: 100%;
1304
1300
  overflow: hidden;
1305
1301
  padding: 4px;
1306
- position: initial !important; /* stylelint-disable-line declaration-no-important */
1302
+ position: initial !important;
1307
1303
  width: 100%;
1308
1304
  }
1309
1305
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
@@ -1421,7 +1417,7 @@
1421
1417
  margin-right: 8px;
1422
1418
  }
1423
1419
  .e-spreadsheet .e-hide {
1424
- display: none !important; /* stylelint-disable-line declaration-no-important */
1420
+ display: none !important;
1425
1421
  }
1426
1422
  .e-spreadsheet .e-selection {
1427
1423
  border-style: solid;
@@ -1538,7 +1534,7 @@
1538
1534
  text-align: right;
1539
1535
  }
1540
1536
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
1541
- font-weight: normal;
1537
+ font-weight: 400;
1542
1538
  padding-bottom: 0;
1543
1539
  padding-top: 0;
1544
1540
  }
@@ -1562,17 +1558,17 @@
1562
1558
  font-size: 18px;
1563
1559
  }
1564
1560
  .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 {
1565
- font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
1561
+ font-size: 30px !important;
1566
1562
  margin-right: 5px;
1567
1563
  padding: 0 5px;
1568
1564
  width: 30px;
1569
1565
  }
1570
1566
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
1571
- font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1567
+ font-size: 18px !important;
1572
1568
  margin-right: 5px;
1573
1569
  }
1574
1570
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
1575
- font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1571
+ font-size: 18px !important;
1576
1572
  margin-right: -5px;
1577
1573
  }
1578
1574
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
@@ -1749,7 +1745,7 @@
1749
1745
  }
1750
1746
  .e-spreadsheet .e-validation-list .e-input-group {
1751
1747
  border: 0;
1752
- box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
1748
+ box-shadow: none !important;
1753
1749
  }
1754
1750
  .e-spreadsheet .e-validation-list .e-ddl-icon {
1755
1751
  bottom: 5px;
@@ -1905,7 +1901,7 @@
1905
1901
  }
1906
1902
  .e-spreadsheet .e-hyperlink-dlg.e-dialog,
1907
1903
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog {
1908
- max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
1904
+ max-height: 640px !important;
1909
1905
  }
1910
1906
  .e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
1911
1907
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
@@ -2014,7 +2010,7 @@
2014
2010
  text-align: left;
2015
2011
  }
2016
2012
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
2017
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2013
+ left: 0 !important;
2018
2014
  }
2019
2015
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2020
2016
  font-size: 18px;
@@ -2034,7 +2030,7 @@
2034
2030
  margin-bottom: 4px;
2035
2031
  }
2036
2032
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
2037
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2033
+ left: 0 !important;
2038
2034
  }
2039
2035
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2040
2036
  font-size: 18px;
@@ -2053,7 +2049,7 @@
2053
2049
  margin-top: 10px;
2054
2050
  }
2055
2051
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
2056
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2052
+ left: 0 !important;
2057
2053
  }
2058
2054
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2059
2055
  font-size: 18px;
@@ -2084,7 +2080,7 @@
2084
2080
  height: 18px;
2085
2081
  margin-right: -1px;
2086
2082
  padding: 0;
2087
- position: relative;
2083
+ position: absolute;
2088
2084
  right: 0;
2089
2085
  width: 20px;
2090
2086
  z-index: 2;
@@ -2095,7 +2091,7 @@
2095
2091
  }
2096
2092
  .e-colorpicker-wrapper.e-border-colorpicker .e-container {
2097
2093
  box-shadow: none;
2098
- width: 270px !important; /* stylelint-disable-line declaration-no-important */
2094
+ width: 270px !important;
2099
2095
  }
2100
2096
  .e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
2101
2097
  display: -ms-flexbox;
@@ -2164,33 +2160,36 @@
2164
2160
  font-family: "Calibri";
2165
2161
  }
2166
2162
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2167
- font-family: "Courier";
2163
+ font-family: "Comic Sans MS";
2168
2164
  }
2169
2165
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2170
- font-family: "Courier New";
2166
+ font-family: "Courier";
2171
2167
  }
2172
2168
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2173
- font-family: "Din Condensed";
2169
+ font-family: "Courier New";
2174
2170
  }
2175
2171
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2176
- font-family: "Georgia";
2172
+ font-family: "Din Condensed";
2177
2173
  }
2178
2174
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2179
- font-family: "Helvetica";
2175
+ font-family: "Georgia";
2180
2176
  }
2181
2177
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2182
- font-family: "Helvetica New";
2178
+ font-family: "Helvetica";
2183
2179
  }
2184
2180
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2185
- font-family: "Roboto";
2181
+ font-family: "Helvetica New";
2186
2182
  }
2187
2183
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2188
- font-family: "Tahoma";
2184
+ font-family: "Roboto";
2189
2185
  }
2190
2186
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2191
- font-family: "Times New Roman";
2187
+ font-family: "Tahoma";
2192
2188
  }
2193
2189
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2190
+ font-family: "Times New Roman";
2191
+ }
2192
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2194
2193
  font-family: "Verdana";
2195
2194
  }
2196
2195
  .e-dropdown-popup.e-aggregate-list {
@@ -2476,7 +2475,7 @@
2476
2475
  }
2477
2476
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2478
2477
  font-size: 16px;
2479
- font-weight: normal;
2478
+ font-weight: 400;
2480
2479
  }
2481
2480
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
2482
2481
  overflow: hidden;
@@ -2711,7 +2710,7 @@
2711
2710
  }
2712
2711
  .e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
2713
2712
  .e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
2714
- width: 590px !important; /* stylelint-disable-line declaration-no-important */
2713
+ width: 590px !important;
2715
2714
  }
2716
2715
  .e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
2717
2716
  .e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
@@ -2732,12 +2731,12 @@
2732
2731
  height: 50px;
2733
2732
  width: 419px;
2734
2733
  }
2735
- .e-bigger .e-spreadsheet .e-goto-dlg,
2736
- .e-bigger.e-spreadsheet .e-goto-dlg {
2734
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
2735
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
2737
2736
  height: auto;
2738
2737
  }
2739
- .e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
2740
- .e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
2738
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
2739
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
2741
2740
  font-size: 12px;
2742
2741
  }
2743
2742
  .e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
@@ -3998,7 +3997,7 @@
3998
3997
  min-height: 35px;
3999
3998
  }
4000
3999
  .e-ribbon .e-tab .e-tab-header .e-hscroll {
4001
- display: inline-block !important; /* stylelint-disable-line declaration-no-important */
4000
+ display: inline-block !important;
4002
4001
  width: calc(100% - 28px);
4003
4002
  }
4004
4003
  .e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap {
@@ -1,4 +1,3 @@
1
- /* stylelint-disable */
2
1
  .e-ddl.e-popup {
3
2
  border: 0;
4
3
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
@@ -649,8 +648,8 @@
649
648
  margin-bottom: 4px;
650
649
  }
651
650
  .e-spreadsheet .e-custom-format-dlg.e-dialog {
652
- height: 510px !important; /* stylelint-disable-line declaration-no-important */
653
- width: 530px !important; /* stylelint-disable-line declaration-no-important */
651
+ height: 510px !important;
652
+ width: 530px !important;
654
653
  }
655
654
  .e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
656
655
  padding: 0;
@@ -660,7 +659,7 @@
660
659
  padding-top: 3px;
661
660
  }
662
661
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
663
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
662
+ left: 0 !important;
664
663
  }
665
664
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
666
665
  font-size: 18px;
@@ -679,7 +678,7 @@
679
678
  margin-top: 10px;
680
679
  }
681
680
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
682
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
681
+ left: 0 !important;
683
682
  }
684
683
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
685
684
  font-size: 18px;
@@ -697,10 +696,10 @@
697
696
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
698
697
  margin-top: 10px;
699
698
  }
700
- .e-spreadsheet .e-goto-dlg {
699
+ .e-spreadsheet .e-goto-dlg.e-dialog {
701
700
  height: auto;
702
701
  }
703
- .e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
702
+ .e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
704
703
  font-weight: bold;
705
704
  padding-top: 7px;
706
705
  }
@@ -844,7 +843,7 @@
844
843
  display: none;
845
844
  }
846
845
  .e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
847
- width: 100% !important; /* stylelint-disable-line declaration-no-important */
846
+ width: 100% !important;
848
847
  }
849
848
  .e-spreadsheet.e-hide-column-header .e-header-panel {
850
849
  display: none;
@@ -1079,8 +1078,8 @@
1079
1078
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1080
1079
  background-color: #0074cc;
1081
1080
  cursor: ns-resize;
1081
+ left: 50%;
1082
1082
  position: absolute;
1083
- right: 50%;
1084
1083
  top: 0;
1085
1084
  transform: translate(-50%, -50%);
1086
1085
  }
@@ -1095,8 +1094,8 @@
1095
1094
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1096
1095
  background-color: #0074cc;
1097
1096
  cursor: ns-resize;
1097
+ left: 50%;
1098
1098
  position: absolute;
1099
- right: 50%;
1100
1099
  top: 100%;
1101
1100
  transform: translate(-50%, -50%);
1102
1101
  }
@@ -1216,14 +1215,14 @@
1216
1215
  }
1217
1216
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
1218
1217
  height: 100%;
1219
- position: initial !important; /* stylelint-disable-line declaration-no-important */
1218
+ position: initial !important;
1220
1219
  width: 100%;
1221
1220
  }
1222
1221
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
1223
1222
  height: 100%;
1224
1223
  overflow: hidden;
1225
1224
  padding: 4px;
1226
- position: initial !important; /* stylelint-disable-line declaration-no-important */
1225
+ position: initial !important;
1227
1226
  width: 100%;
1228
1227
  }
1229
1228
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
@@ -1341,7 +1340,7 @@
1341
1340
  margin-right: 8px;
1342
1341
  }
1343
1342
  .e-spreadsheet .e-hide {
1344
- display: none !important; /* stylelint-disable-line declaration-no-important */
1343
+ display: none !important;
1345
1344
  }
1346
1345
  .e-spreadsheet .e-selection {
1347
1346
  border-style: solid;
@@ -1458,7 +1457,7 @@
1458
1457
  text-align: right;
1459
1458
  }
1460
1459
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
1461
- font-weight: normal;
1460
+ font-weight: 400;
1462
1461
  padding-bottom: 0;
1463
1462
  padding-top: 0;
1464
1463
  }
@@ -1490,17 +1489,17 @@
1490
1489
  font-size: 19px;
1491
1490
  }
1492
1491
  .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 {
1493
- font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
1492
+ font-size: 30px !important;
1494
1493
  margin-right: 5px;
1495
1494
  padding: 0 5px;
1496
1495
  width: 30px;
1497
1496
  }
1498
1497
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
1499
- font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1498
+ font-size: 18px !important;
1500
1499
  margin-right: 5px;
1501
1500
  }
1502
1501
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
1503
- font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1502
+ font-size: 18px !important;
1504
1503
  margin-right: -5px;
1505
1504
  }
1506
1505
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
@@ -1677,7 +1676,7 @@
1677
1676
  }
1678
1677
  .e-spreadsheet .e-validation-list .e-input-group {
1679
1678
  border: 0;
1680
- box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
1679
+ box-shadow: none !important;
1681
1680
  }
1682
1681
  .e-spreadsheet .e-validation-list .e-ddl-icon {
1683
1682
  bottom: 5px;
@@ -1827,7 +1826,7 @@
1827
1826
  }
1828
1827
  .e-spreadsheet .e-hyperlink-dlg.e-dialog,
1829
1828
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog {
1830
- max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
1829
+ max-height: 640px !important;
1831
1830
  }
1832
1831
  .e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
1833
1832
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
@@ -1936,7 +1935,7 @@
1936
1935
  text-align: left;
1937
1936
  }
1938
1937
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
1939
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
1938
+ left: 0 !important;
1940
1939
  }
1941
1940
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1942
1941
  font-size: 18px;
@@ -1956,7 +1955,7 @@
1956
1955
  margin-bottom: 4px;
1957
1956
  }
1958
1957
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
1959
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
1958
+ left: 0 !important;
1960
1959
  }
1961
1960
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1962
1961
  font-size: 18px;
@@ -1975,7 +1974,7 @@
1975
1974
  margin-top: 10px;
1976
1975
  }
1977
1976
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
1978
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
1977
+ left: 0 !important;
1979
1978
  }
1980
1979
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1981
1980
  font-size: 18px;
@@ -2006,7 +2005,7 @@
2006
2005
  height: 18px;
2007
2006
  margin-right: -1px;
2008
2007
  padding: 0;
2009
- position: relative;
2008
+ position: absolute;
2010
2009
  right: 0;
2011
2010
  width: 20px;
2012
2011
  z-index: 2;
@@ -2017,7 +2016,7 @@
2017
2016
  }
2018
2017
  .e-colorpicker-wrapper.e-border-colorpicker .e-container {
2019
2018
  box-shadow: none;
2020
- width: 270px !important; /* stylelint-disable-line declaration-no-important */
2019
+ width: 270px !important;
2021
2020
  }
2022
2021
  .e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
2023
2022
  display: -ms-flexbox;
@@ -2086,33 +2085,36 @@
2086
2085
  font-family: "Calibri";
2087
2086
  }
2088
2087
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2089
- font-family: "Courier";
2088
+ font-family: "Comic Sans MS";
2090
2089
  }
2091
2090
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2092
- font-family: "Courier New";
2091
+ font-family: "Courier";
2093
2092
  }
2094
2093
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2095
- font-family: "Din Condensed";
2094
+ font-family: "Courier New";
2096
2095
  }
2097
2096
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2098
- font-family: "Georgia";
2097
+ font-family: "Din Condensed";
2099
2098
  }
2100
2099
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2101
- font-family: "Helvetica";
2100
+ font-family: "Georgia";
2102
2101
  }
2103
2102
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2104
- font-family: "Helvetica New";
2103
+ font-family: "Helvetica";
2105
2104
  }
2106
2105
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2107
- font-family: "Roboto";
2106
+ font-family: "Helvetica New";
2108
2107
  }
2109
2108
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2110
- font-family: "Tahoma";
2109
+ font-family: "Roboto";
2111
2110
  }
2112
2111
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2113
- font-family: "Times New Roman";
2112
+ font-family: "Tahoma";
2114
2113
  }
2115
2114
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2115
+ font-family: "Times New Roman";
2116
+ }
2117
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2116
2118
  font-family: "Verdana";
2117
2119
  }
2118
2120
  .e-dropdown-popup.e-aggregate-list {
@@ -2395,7 +2397,7 @@
2395
2397
  }
2396
2398
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2397
2399
  font-size: 16px;
2398
- font-weight: normal;
2400
+ font-weight: 400;
2399
2401
  }
2400
2402
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
2401
2403
  overflow: hidden;
@@ -2634,7 +2636,7 @@
2634
2636
  }
2635
2637
  .e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
2636
2638
  .e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
2637
- width: 590px !important; /* stylelint-disable-line declaration-no-important */
2639
+ width: 590px !important;
2638
2640
  }
2639
2641
  .e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
2640
2642
  .e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
@@ -2655,12 +2657,12 @@
2655
2657
  height: 55px;
2656
2658
  width: 419px;
2657
2659
  }
2658
- .e-bigger .e-spreadsheet .e-goto-dlg,
2659
- .e-bigger.e-spreadsheet .e-goto-dlg {
2660
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
2661
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
2660
2662
  height: auto;
2661
2663
  }
2662
- .e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
2663
- .e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
2664
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
2665
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
2664
2666
  font-size: 12px;
2665
2667
  }
2666
2668
  .e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
@@ -3877,7 +3879,7 @@
3877
3879
  min-height: 35px;
3878
3880
  }
3879
3881
  .e-ribbon .e-tab .e-tab-header .e-hscroll {
3880
- display: inline-block !important; /* stylelint-disable-line declaration-no-important */
3882
+ display: inline-block !important;
3881
3883
  width: calc(100% - 28px);
3882
3884
  }
3883
3885
  .e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap {