@syncfusion/ej2-angular-spreadsheet 20.2.40 → 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 +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 +49 -47
  37. package/styles/bootstrap.css +49 -47
  38. package/styles/bootstrap4.css +49 -47
  39. package/styles/bootstrap5-dark.css +50 -51
  40. package/styles/bootstrap5.css +50 -51
  41. package/styles/fabric-dark.css +49 -47
  42. package/styles/fabric.css +49 -47
  43. package/styles/fluent-dark.css +54 -52
  44. package/styles/fluent.css +54 -52
  45. package/styles/highcontrast-light.css +49 -47
  46. package/styles/highcontrast.css +49 -47
  47. package/styles/material-dark.css +51 -47
  48. package/styles/material.css +50 -46
  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 +48 -46
  80. package/styles/spreadsheet/bootstrap-dark.scss +1 -23
  81. package/styles/spreadsheet/bootstrap.css +48 -46
  82. package/styles/spreadsheet/bootstrap.scss +1 -23
  83. package/styles/spreadsheet/bootstrap4.css +48 -46
  84. package/styles/spreadsheet/bootstrap4.scss +1 -23
  85. package/styles/spreadsheet/bootstrap5-dark.css +49 -50
  86. package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
  87. package/styles/spreadsheet/bootstrap5.css +49 -50
  88. package/styles/spreadsheet/bootstrap5.scss +1 -23
  89. package/styles/spreadsheet/fabric-dark.css +48 -46
  90. package/styles/spreadsheet/fabric-dark.scss +1 -23
  91. package/styles/spreadsheet/fabric.css +48 -46
  92. package/styles/spreadsheet/fabric.scss +1 -23
  93. package/styles/spreadsheet/fluent-dark.css +53 -51
  94. package/styles/spreadsheet/fluent-dark.scss +1 -22
  95. package/styles/spreadsheet/fluent.css +53 -51
  96. package/styles/spreadsheet/fluent.scss +1 -23
  97. package/styles/spreadsheet/highcontrast-light.css +48 -46
  98. package/styles/spreadsheet/highcontrast-light.scss +1 -22
  99. package/styles/spreadsheet/highcontrast.css +48 -46
  100. package/styles/spreadsheet/highcontrast.scss +1 -23
  101. package/styles/spreadsheet/material-dark.css +50 -46
  102. package/styles/spreadsheet/material-dark.scss +1 -23
  103. package/styles/spreadsheet/material.css +49 -45
  104. package/styles/spreadsheet/material.scss +1 -23
  105. package/styles/spreadsheet/tailwind-dark.css +49 -47
  106. package/styles/spreadsheet/tailwind-dark.scss +1 -22
  107. package/styles/spreadsheet/tailwind.css +49 -47
  108. package/styles/spreadsheet/tailwind.scss +1 -23
  109. package/styles/tailwind-dark.css +50 -48
  110. package/styles/tailwind.css +50 -48
  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,22 +1 @@
1
- @import 'ej2-base/styles/fluent-dark-definition.scss';
2
- @import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
3
- @import 'ej2-buttons/styles/check-box/fluent-dark-definition.scss';
4
- @import 'ej2-buttons/styles/radio-button/fluent-dark-definition.scss';
5
- @import 'ej2-buttons/styles/switch/fluent-dark-definition.scss';
6
- @import 'ej2-navigations/styles/toolbar/fluent-dark-definition.scss';
7
- @import 'ej2-navigations/styles/tab/fluent-dark-definition.scss';
8
- @import 'ej2-navigations/styles/context-menu/fluent-dark-definition.scss';
9
- @import 'ej2-navigations/styles/menu/fluent-dark-definition.scss';
10
- @import 'ej2-navigations/styles/treeview/fluent-dark-definition.scss';
11
- @import 'ej2-grids/styles/excel-filter/fluent-dark-definition.scss';
12
- @import 'ej2-calendars/styles/datepicker/fluent-dark-definition.scss';
13
- @import 'ej2-calendars/styles/datetimepicker/fluent-dark-definition.scss';
14
- @import 'ej2-inputs/styles/color-picker/fluent-dark-definition.scss';
15
- @import 'ej2-splitbuttons/styles/drop-down-button/fluent-dark-definition.scss';
16
- @import 'ej2-splitbuttons/styles/split-button/fluent-dark-definition.scss';
17
- @import 'ej2-dropdowns/styles/list-box/fluent-dark-definition.scss';
18
- @import 'ej2-dropdowns/styles/drop-down-list/fluent-dark-definition.scss';
19
- @import 'ej2-dropdowns/styles/combo-box/fluent-dark-definition.scss';
20
- @import 'fluent-dark-definition.scss';
21
- @import 'icons/fluent-dark.scss';
22
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/fluent-dark.scss';
@@ -2,7 +2,6 @@
2
2
  /*! Bootstrap specific themes definition's */
3
3
  /*! Vertical Tab */
4
4
  /*! TreeView's bootstrap5 theme wise override definitions and variables */
5
- /* stylelint-disable */
6
5
  .e-popup.e-ddl {
7
6
  border-radius: 4px;
8
7
  box-shadow: none;
@@ -693,7 +692,7 @@
693
692
  user-select: none;
694
693
  }
695
694
  .e-spreadsheet .e-delete-sheet-dlg.e-dialog {
696
- height: 211px !important; /* stylelint-disable-line declaration-no-important */
695
+ height: 211px !important;
697
696
  }
698
697
  .e-spreadsheet .e-protect-dlg.e-dialog {
699
698
  height: 470px;
@@ -705,8 +704,8 @@
705
704
  margin-bottom: 4px;
706
705
  }
707
706
  .e-spreadsheet .e-custom-format-dlg.e-dialog {
708
- height: 510px !important; /* stylelint-disable-line declaration-no-important */
709
- width: 530px !important; /* stylelint-disable-line declaration-no-important */
707
+ height: 510px !important;
708
+ width: 530px !important;
710
709
  }
711
710
  .e-spreadsheet .e-custom-format-dlg.e-dialog .e-footer-content {
712
711
  padding: 0;
@@ -716,7 +715,7 @@
716
715
  padding-top: 3px;
717
716
  }
718
717
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
719
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
718
+ left: 0 !important;
720
719
  }
721
720
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
722
721
  font-size: 18px;
@@ -735,7 +734,7 @@
735
734
  margin-top: 10px;
736
735
  }
737
736
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
738
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
737
+ left: 0 !important;
739
738
  }
740
739
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
741
740
  font-size: 18px;
@@ -753,10 +752,10 @@
753
752
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
754
753
  margin-top: 10px;
755
754
  }
756
- .e-spreadsheet .e-goto-dlg {
755
+ .e-spreadsheet .e-goto-dlg.e-dialog {
757
756
  height: auto;
758
757
  }
759
- .e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
758
+ .e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
760
759
  font-weight: bold;
761
760
  padding-top: 7px;
762
761
  }
@@ -900,7 +899,7 @@
900
899
  display: none;
901
900
  }
902
901
  .e-spreadsheet.e-hide-row-header .e-column-header, .e-spreadsheet.e-hide-row-header .e-sheet-content {
903
- width: 100% !important; /* stylelint-disable-line declaration-no-important */
902
+ width: 100% !important;
904
903
  }
905
904
  .e-spreadsheet.e-hide-column-header .e-header-panel {
906
905
  display: none;
@@ -1135,8 +1134,8 @@
1135
1134
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
1136
1135
  background-color: #0078d4;
1137
1136
  cursor: ns-resize;
1137
+ left: 50%;
1138
1138
  position: absolute;
1139
- right: 50%;
1140
1139
  top: 0;
1141
1140
  transform: translate(-50%, -50%);
1142
1141
  }
@@ -1151,8 +1150,8 @@
1151
1150
  .e-spreadsheet .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
1152
1151
  background-color: #0078d4;
1153
1152
  cursor: ns-resize;
1153
+ left: 50%;
1154
1154
  position: absolute;
1155
- right: 50%;
1156
1155
  top: 100%;
1157
1156
  transform: translate(-50%, -50%);
1158
1157
  }
@@ -1273,14 +1272,14 @@
1273
1272
  }
1274
1273
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-chart {
1275
1274
  height: 100%;
1276
- position: initial !important; /* stylelint-disable-line declaration-no-important */
1275
+ position: initial !important;
1277
1276
  width: 100%;
1278
1277
  }
1279
1278
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
1280
1279
  height: 100%;
1281
1280
  overflow: hidden;
1282
1281
  padding: 4px;
1283
- position: initial !important; /* stylelint-disable-line declaration-no-important */
1282
+ position: initial !important;
1284
1283
  width: 100%;
1285
1284
  }
1286
1285
  .e-spreadsheet .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
@@ -1398,7 +1397,7 @@
1398
1397
  margin-right: 8px;
1399
1398
  }
1400
1399
  .e-spreadsheet .e-hide {
1401
- display: none !important; /* stylelint-disable-line declaration-no-important */
1400
+ display: none !important;
1402
1401
  }
1403
1402
  .e-spreadsheet .e-selection {
1404
1403
  border-style: solid;
@@ -1515,7 +1514,7 @@
1515
1514
  text-align: right;
1516
1515
  }
1517
1516
  .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) {
1518
- font-weight: normal;
1517
+ font-weight: 400;
1519
1518
  padding-bottom: 0;
1520
1519
  padding-top: 0;
1521
1520
  }
@@ -1544,17 +1543,17 @@
1544
1543
  font-size: 16px;
1545
1544
  }
1546
1545
  .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 {
1547
- font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
1546
+ font-size: 30px !important;
1548
1547
  margin-right: 5px;
1549
1548
  padding: 0 5px;
1550
1549
  width: 30px;
1551
1550
  }
1552
1551
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-switch-row-column-icon {
1553
- font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1552
+ font-size: 18px !important;
1554
1553
  margin-right: 5px;
1555
1554
  }
1556
1555
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn .e-addchart-icon {
1557
- font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1556
+ font-size: 18px !important;
1558
1557
  margin-right: -5px;
1559
1558
  }
1560
1559
  .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker {
@@ -1731,7 +1730,7 @@
1731
1730
  }
1732
1731
  .e-spreadsheet .e-validation-list .e-input-group {
1733
1732
  border: 0;
1734
- box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
1733
+ box-shadow: none !important;
1735
1734
  }
1736
1735
  .e-spreadsheet .e-validation-list .e-ddl-icon {
1737
1736
  bottom: 5px;
@@ -1881,7 +1880,7 @@
1881
1880
  }
1882
1881
  .e-spreadsheet .e-hyperlink-dlg.e-dialog,
1883
1882
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog {
1884
- max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
1883
+ max-height: 640px !important;
1885
1884
  }
1886
1885
  .e-spreadsheet .e-hyperlink-dlg.e-dialog .e-dlg-header-content,
1887
1886
  .e-spreadsheet .e-edithyperlink-dlg.e-dialog .e-dlg-header-content {
@@ -1962,36 +1961,36 @@
1962
1961
  font-size: 12px;
1963
1962
  padding-top: 7px;
1964
1963
  }
1965
- .e-spreadsheet .e-find-dlg {
1964
+ .e-spreadsheet .e-find-dlg.e-dialog {
1966
1965
  height: auto;
1967
1966
  width: 443px;
1968
1967
  }
1969
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
1968
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span {
1970
1969
  color: #d13438;
1971
1970
  font-size: 12px;
1972
1971
  padding-top: 7px;
1973
1972
  }
1974
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
1973
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span {
1975
1974
  color: #d13438;
1976
1975
  font-size: 12px;
1977
1976
  padding-top: 7px;
1978
1977
  }
1979
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
1978
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox {
1980
1979
  padding-right: 12px;
1981
1980
  }
1982
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
1981
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox {
1983
1982
  padding: 12px 0;
1984
1983
  }
1985
- .e-spreadsheet .e-find-dlg p.e-header {
1984
+ .e-spreadsheet .e-find-dlg.e-dialog p.e-header {
1986
1985
  margin: 0;
1987
1986
  padding-bottom: 8px;
1988
1987
  padding-top: 12px;
1989
1988
  }
1990
- .e-spreadsheet .e-find-dlg .e-footer-content {
1989
+ .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
1991
1990
  text-align: left;
1992
1991
  }
1993
1992
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
1994
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
1993
+ left: 0 !important;
1995
1994
  }
1996
1995
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
1997
1996
  font-size: 18px;
@@ -2011,7 +2010,7 @@
2011
2010
  margin-bottom: 4px;
2012
2011
  }
2013
2012
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
2014
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2013
+ left: 0 !important;
2015
2014
  }
2016
2015
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2017
2016
  font-size: 18px;
@@ -2030,7 +2029,7 @@
2030
2029
  margin-top: 10px;
2031
2030
  }
2032
2031
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
2033
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2032
+ left: 0 !important;
2034
2033
  }
2035
2034
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2036
2035
  font-size: 18px;
@@ -2062,7 +2061,7 @@
2062
2061
  height: 18px;
2063
2062
  margin-right: -1px;
2064
2063
  padding: 0;
2065
- position: relative;
2064
+ position: absolute;
2066
2065
  right: 0;
2067
2066
  width: 20px;
2068
2067
  z-index: 2;
@@ -2073,7 +2072,7 @@
2073
2072
  }
2074
2073
  .e-colorpicker-wrapper.e-border-colorpicker .e-container {
2075
2074
  box-shadow: none;
2076
- width: 270px !important; /* stylelint-disable-line declaration-no-important */
2075
+ width: 270px !important;
2077
2076
  }
2078
2077
  .e-colorpicker-wrapper.e-border-colorpicker .e-container .e-selected-value {
2079
2078
  display: -ms-flexbox;
@@ -2142,33 +2141,36 @@
2142
2141
  font-family: "Calibri";
2143
2142
  }
2144
2143
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2145
- font-family: "Courier";
2144
+ font-family: "Comic Sans MS";
2146
2145
  }
2147
2146
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2148
- font-family: "Courier New";
2147
+ font-family: "Courier";
2149
2148
  }
2150
2149
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2151
- font-family: "Din Condensed";
2150
+ font-family: "Courier New";
2152
2151
  }
2153
2152
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2154
- font-family: "Georgia";
2153
+ font-family: "Din Condensed";
2155
2154
  }
2156
2155
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2157
- font-family: "Helvetica";
2156
+ font-family: "Georgia";
2158
2157
  }
2159
2158
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2160
- font-family: "Helvetica New";
2159
+ font-family: "Helvetica";
2161
2160
  }
2162
2161
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2163
- font-family: "Roboto";
2162
+ font-family: "Helvetica New";
2164
2163
  }
2165
2164
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2166
- font-family: "Tahoma";
2165
+ font-family: "Roboto";
2167
2166
  }
2168
2167
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2169
- font-family: "Times New Roman";
2168
+ font-family: "Tahoma";
2170
2169
  }
2171
2170
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2171
+ font-family: "Times New Roman";
2172
+ }
2173
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2172
2174
  font-family: "Verdana";
2173
2175
  }
2174
2176
  .e-dropdown-popup.e-aggregate-list {
@@ -2454,7 +2456,7 @@
2454
2456
  }
2455
2457
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2456
2458
  font-size: 16px;
2457
- font-weight: normal;
2459
+ font-weight: 400;
2458
2460
  }
2459
2461
  .e-spreadsheet-function-dlg.e-dialog .e-dlg-content {
2460
2462
  overflow: hidden;
@@ -2546,11 +2548,11 @@
2546
2548
 
2547
2549
  .e-bigger .e-spreadsheet .e-protect-dlg.e-dialog,
2548
2550
  .e-bigger.e-spreadsheet .e-protect-dlg.e-dialog {
2549
- height: 790px !important; /* stylelint-disable-line declaration-no-important */
2551
+ height: 790px !important;
2550
2552
  }
2551
2553
  .e-bigger .e-spreadsheet .e-delete-sheet-dlg.e-dialog,
2552
2554
  .e-bigger.e-spreadsheet .e-delete-sheet-dlg.e-dialog {
2553
- height: 240px !important; /* stylelint-disable-line declaration-no-important */
2555
+ height: 240px !important;
2554
2556
  }
2555
2557
  .e-bigger .e-spreadsheet .e-merge-alert-dlg.e-dialog,
2556
2558
  .e-bigger.e-spreadsheet .e-merge-alert-dlg.e-dialog {
@@ -2566,7 +2568,7 @@
2566
2568
  }
2567
2569
  .e-bigger .e-spreadsheet .e-spreadsheet-function-dlg.e-dialog,
2568
2570
  .e-bigger.e-spreadsheet .e-spreadsheet-function-dlg.e-dialog {
2569
- height: 515px !important; /* stylelint-disable-line declaration-no-important */
2571
+ height: 515px !important;
2570
2572
  }
2571
2573
  .e-bigger .e-spreadsheet .e-validation-list .e-ddl-icon,
2572
2574
  .e-bigger.e-spreadsheet .e-validation-list .e-ddl-icon {
@@ -2724,8 +2726,8 @@
2724
2726
  }
2725
2727
  .e-bigger .e-spreadsheet .e-customsort-dlg.e-dialog,
2726
2728
  .e-bigger.e-spreadsheet .e-customsort-dlg.e-dialog {
2727
- width: 590px !important; /* stylelint-disable-line declaration-no-important */
2728
- width: 630px !important; /* stylelint-disable-line declaration-no-important */
2729
+ width: 590px !important;
2730
+ width: 630px !important;
2729
2731
  }
2730
2732
  .e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item,
2731
2733
  .e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item {
@@ -2746,12 +2748,12 @@
2746
2748
  height: 50px;
2747
2749
  width: 419px;
2748
2750
  }
2749
- .e-bigger .e-spreadsheet .e-goto-dlg,
2750
- .e-bigger.e-spreadsheet .e-goto-dlg {
2751
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
2752
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
2751
2753
  height: auto;
2752
2754
  }
2753
- .e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
2754
- .e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
2755
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
2756
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
2755
2757
  font-size: 12px;
2756
2758
  }
2757
2759
  .e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
@@ -1,23 +1 @@
1
- @import 'ej2-base/styles/fluent-definition.scss';
2
- @import '../ribbon/fluent-definition.scss';
3
- @import 'ej2-buttons/styles/button/fluent-definition.scss';
4
- @import 'ej2-buttons/styles/check-box/fluent-definition.scss';
5
- @import 'ej2-buttons/styles/radio-button/fluent-definition.scss';
6
- @import 'ej2-buttons/styles/switch/fluent-definition.scss';
7
- @import 'ej2-navigations/styles/toolbar/fluent-definition.scss';
8
- @import 'ej2-navigations/styles/tab/fluent-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/fluent-definition.scss';
10
- @import 'ej2-navigations/styles/menu/fluent-definition.scss';
11
- @import 'ej2-navigations/styles/treeview/fluent-definition.scss';
12
- @import 'ej2-grids/styles/excel-filter/fluent-definition.scss';
13
- @import 'ej2-calendars/styles/datepicker/fluent-definition.scss';
14
- @import 'ej2-calendars/styles/datetimepicker/fluent-definition.scss';
15
- @import 'ej2-inputs/styles/color-picker/fluent-definition.scss';
16
- @import 'ej2-splitbuttons/styles/drop-down-button/fluent-definition.scss';
17
- @import 'ej2-splitbuttons/styles/split-button/fluent-definition.scss';
18
- @import 'ej2-dropdowns/styles/list-box/fluent-definition.scss';
19
- @import 'ej2-dropdowns/styles/drop-down-list/fluent-definition.scss';
20
- @import 'ej2-dropdowns/styles/combo-box/fluent-definition.scss';
21
- @import 'fluent-definition.scss';
22
- @import 'icons/fluent.scss';
23
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/fluent.scss';