@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,7 +1,6 @@
1
1
  /*! Horizontal Tab */
2
2
  /*! Bootstrap specific themes definition's */
3
3
  /*! Vertical Tab */
4
- /* stylelint-disable */
5
4
  .e-popup.e-ddl {
6
5
  border-radius: 4px;
7
6
  box-shadow: none;
@@ -722,8 +721,8 @@
722
721
  margin-bottom: 4px;
723
722
  }
724
723
  .e-spreadsheet .e-custom-format-dlg.e-dialog {
725
- height: 510px !important; /* stylelint-disable-line declaration-no-important */
726
- width: 530px !important; /* stylelint-disable-line declaration-no-important */
724
+ height: 510px !important;
725
+ width: 530px !important;
727
726
  }
728
727
  .e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
729
728
  padding: 0;
@@ -733,7 +732,7 @@
733
732
  padding-top: 3px;
734
733
  }
735
734
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
736
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
735
+ left: 0 !important;
737
736
  }
738
737
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
739
738
  font-size: 18px;
@@ -752,7 +751,7 @@
752
751
  margin-top: 10px;
753
752
  }
754
753
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
755
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
754
+ left: 0 !important;
756
755
  }
757
756
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
758
757
  font-size: 18px;
@@ -913,7 +912,7 @@
913
912
  display: none;
914
913
  }
915
914
  .e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
916
- width: 100% !important; /* stylelint-disable-line declaration-no-important */
915
+ width: 100% !important;
917
916
  }
918
917
  .e-spreadsheet.e-hide-column-header .e-header-panel {
919
918
  display: none;
@@ -1148,8 +1147,8 @@
1148
1147
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1149
1148
  background-color: #007bff;
1150
1149
  cursor: ns-resize;
1150
+ left: 50%;
1151
1151
  position: absolute;
1152
- right: 50%;
1153
1152
  top: 0;
1154
1153
  transform: translate(-50%, -50%);
1155
1154
  }
@@ -1164,8 +1163,8 @@
1164
1163
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1165
1164
  background-color: #007bff;
1166
1165
  cursor: ns-resize;
1166
+ left: 50%;
1167
1167
  position: absolute;
1168
- right: 50%;
1169
1168
  top: 100%;
1170
1169
  transform: translate(-50%, -50%);
1171
1170
  }
@@ -1285,14 +1284,14 @@
1285
1284
  }
1286
1285
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
1287
1286
  height: 100%;
1288
- position: initial !important; /* stylelint-disable-line declaration-no-important */
1287
+ position: initial !important;
1289
1288
  width: 100%;
1290
1289
  }
1291
1290
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
1292
1291
  height: 100%;
1293
1292
  overflow: hidden;
1294
1293
  padding: 4px;
1295
- position: initial !important; /* stylelint-disable-line declaration-no-important */
1294
+ position: initial !important;
1296
1295
  width: 100%;
1297
1296
  }
1298
1297
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
@@ -1423,7 +1422,7 @@
1423
1422
  margin-right: 8px;
1424
1423
  }
1425
1424
  .e-spreadsheet .e-hide {
1426
- display: none !important; /* stylelint-disable-line declaration-no-important */
1425
+ display: none !important;
1427
1426
  }
1428
1427
  .e-spreadsheet .e-selection {
1429
1428
  border-style: solid;
@@ -1540,7 +1539,7 @@
1540
1539
  text-align: right;
1541
1540
  }
1542
1541
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
1543
- font-weight: normal;
1542
+ font-weight: 400;
1544
1543
  padding-bottom: 0;
1545
1544
  padding-top: 0;
1546
1545
  }
@@ -1572,17 +1571,17 @@
1572
1571
  font-size: 16px;
1573
1572
  }
1574
1573
  .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 {
1575
- font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
1574
+ font-size: 30px !important;
1576
1575
  margin-right: 5px;
1577
1576
  padding: 0 5px;
1578
1577
  width: 30px;
1579
1578
  }
1580
1579
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
1581
- font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1580
+ font-size: 18px !important;
1582
1581
  margin-right: 5px;
1583
1582
  }
1584
1583
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
1585
- font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1584
+ font-size: 18px !important;
1586
1585
  margin-right: -5px;
1587
1586
  }
1588
1587
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
@@ -1767,7 +1766,7 @@
1767
1766
  }
1768
1767
  .e-spreadsheet .e-validation-list .e-input-group {
1769
1768
  border: 0;
1770
- box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
1769
+ box-shadow: none !important;
1771
1770
  }
1772
1771
  .e-spreadsheet .e-validation-list .e-ddl-icon {
1773
1772
  bottom: 5px;
@@ -1917,7 +1916,7 @@
1917
1916
  }
1918
1917
  .e-spreadsheet .e-hyperlink-dlg.e-dialog,
1919
1918
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog {
1920
- max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
1919
+ max-height: 640px !important;
1921
1920
  }
1922
1921
  .e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
1923
1922
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
@@ -2030,7 +2029,7 @@
2030
2029
  text-align: left;
2031
2030
  }
2032
2031
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
2033
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2032
+ left: 0 !important;
2034
2033
  }
2035
2034
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2036
2035
  font-size: 18px;
@@ -2050,7 +2049,7 @@
2050
2049
  margin-bottom: 4px;
2051
2050
  }
2052
2051
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
2053
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2052
+ left: 0 !important;
2054
2053
  }
2055
2054
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2056
2055
  font-size: 18px;
@@ -2069,7 +2068,7 @@
2069
2068
  margin-top: 10px;
2070
2069
  }
2071
2070
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
2072
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2071
+ left: 0 !important;
2073
2072
  }
2074
2073
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2075
2074
  font-size: 18px;
@@ -2100,7 +2099,7 @@
2100
2099
  height: 18px;
2101
2100
  margin-right: -1px;
2102
2101
  padding: 0;
2103
- position: relative;
2102
+ position: absolute;
2104
2103
  right: 0;
2105
2104
  width: 20px;
2106
2105
  z-index: 2;
@@ -2111,7 +2110,7 @@
2111
2110
  }
2112
2111
  .e-colorpicker-wrapper.e-border-colorpicker .e-container {
2113
2112
  box-shadow: none;
2114
- width: 270px !important; /* stylelint-disable-line declaration-no-important */
2113
+ width: 270px !important;
2115
2114
  }
2116
2115
  .e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
2117
2116
  display: -ms-flexbox;
@@ -2180,33 +2179,36 @@
2180
2179
  font-family: "Calibri";
2181
2180
  }
2182
2181
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2183
- font-family: "Courier";
2182
+ font-family: "Comic Sans MS";
2184
2183
  }
2185
2184
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2186
- font-family: "Courier New";
2185
+ font-family: "Courier";
2187
2186
  }
2188
2187
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2189
- font-family: "Din Condensed";
2188
+ font-family: "Courier New";
2190
2189
  }
2191
2190
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2192
- font-family: "Georgia";
2191
+ font-family: "Din Condensed";
2193
2192
  }
2194
2193
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2195
- font-family: "Helvetica";
2194
+ font-family: "Georgia";
2196
2195
  }
2197
2196
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2198
- font-family: "Helvetica New";
2197
+ font-family: "Helvetica";
2199
2198
  }
2200
2199
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2201
- font-family: "Roboto";
2200
+ font-family: "Helvetica New";
2202
2201
  }
2203
2202
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2204
- font-family: "Tahoma";
2203
+ font-family: "Roboto";
2205
2204
  }
2206
2205
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2207
- font-family: "Times New Roman";
2206
+ font-family: "Tahoma";
2208
2207
  }
2209
2208
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2209
+ font-family: "Times New Roman";
2210
+ }
2211
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2210
2212
  font-family: "Verdana";
2211
2213
  }
2212
2214
  .e-dropdown-popup.e-aggregate-list {
@@ -2492,7 +2494,7 @@
2492
2494
  }
2493
2495
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2494
2496
  font-size: 16px;
2495
- font-weight: normal;
2497
+ font-weight: 400;
2496
2498
  }
2497
2499
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
2498
2500
  overflow: hidden;
@@ -2722,7 +2724,7 @@
2722
2724
  }
2723
2725
  .e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
2724
2726
  .e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
2725
- width: 590px !important; /* stylelint-disable-line declaration-no-important */
2727
+ width: 590px !important;
2726
2728
  }
2727
2729
  .e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
2728
2730
  .e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
@@ -1,23 +1 @@
1
- @import 'ej2-base/styles/bootstrap4-definition.scss';
2
- @import '../ribbon/bootstrap4-definition.scss';
3
- @import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
4
- @import 'ej2-buttons/styles/check-box/bootstrap4-definition.scss';
5
- @import 'ej2-buttons/styles/radio-button/bootstrap4-definition.scss';
6
- @import 'ej2-buttons/styles/switch/bootstrap4-definition.scss';
7
- @import 'ej2-navigations/styles/toolbar/bootstrap4-definition.scss';
8
- @import 'ej2-navigations/styles/tab/bootstrap4-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/bootstrap4-definition.scss';
10
- @import 'ej2-navigations/styles/menu/bootstrap4-definition.scss';
11
- @import 'ej2-navigations/styles/treeview/bootstrap4-definition.scss';
12
- @import 'ej2-grids/styles/excel-filter/bootstrap4-definition.scss';
13
- @import 'ej2-calendars/styles/datepicker/bootstrap4-definition.scss';
14
- @import 'ej2-calendars/styles/datetimepicker/bootstrap4-definition.scss';
15
- @import 'ej2-inputs/styles/color-picker/bootstrap4-definition.scss';
16
- @import 'ej2-splitbuttons/styles/drop-down-button/bootstrap4-definition.scss';
17
- @import 'ej2-splitbuttons/styles/split-button/bootstrap4-definition.scss';
18
- @import 'ej2-dropdowns/styles/list-box/bootstrap4-definition.scss';
19
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
20
- @import 'ej2-dropdowns/styles/combo-box/bootstrap4-definition.scss';
21
- @import 'bootstrap4-definition.scss';
22
- @import 'icons/bootstrap4.scss';
23
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/bootstrap4.scss';
@@ -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;
@@ -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 {
@@ -2858,6 +2857,19 @@
2858
2857
  cursor: pointer;
2859
2858
  }
2860
2859
 
2860
+ .e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
2861
+ height: 32px;
2862
+ }
2863
+ .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap {
2864
+ height: 32px;
2865
+ }
2866
+ .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap {
2867
+ height: 35px;
2868
+ }
2869
+ .e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active {
2870
+ margin: 0;
2871
+ }
2872
+
2861
2873
  /*! spreadsheet theme */
2862
2874
  .e-spreadsheet .e-findtool-dlg {
2863
2875
  border-bottom-color: #444c54;
@@ -1,22 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
- @import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
3
- @import 'ej2-buttons/styles/check-box/bootstrap5-dark-definition.scss';
4
- @import 'ej2-buttons/styles/radio-button/bootstrap5-dark-definition.scss';
5
- @import 'ej2-buttons/styles/switch/bootstrap5-dark-definition.scss';
6
- @import 'ej2-navigations/styles/toolbar/bootstrap5-dark-definition.scss';
7
- @import 'ej2-navigations/styles/tab/bootstrap5-dark-definition.scss';
8
- @import 'ej2-navigations/styles/context-menu/bootstrap5-dark-definition.scss';
9
- @import 'ej2-navigations/styles/menu/bootstrap5-dark-definition.scss';
10
- @import 'ej2-navigations/styles/treeview/bootstrap5-dark-definition.scss';
11
- @import 'ej2-grids/styles/excel-filter/bootstrap5-dark-definition.scss';
12
- @import 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition.scss';
13
- @import 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition.scss';
14
- @import 'ej2-inputs/styles/color-picker/bootstrap5-dark-definition.scss';
15
- @import 'ej2-splitbuttons/styles/drop-down-button/bootstrap5-dark-definition.scss';
16
- @import 'ej2-splitbuttons/styles/split-button/bootstrap5-dark-definition.scss';
17
- @import 'ej2-dropdowns/styles/list-box/bootstrap5-dark-definition.scss';
18
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition.scss';
19
- @import 'ej2-dropdowns/styles/combo-box/bootstrap5-dark-definition.scss';
20
- @import 'bootstrap5-dark-definition.scss';
21
- @import 'icons/bootstrap5-dark.scss';
22
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/bootstrap5-dark.scss';