@syncfusion/ej2-angular-spreadsheet 20.4.38 → 20.4.40-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 (180) 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 +1375 -0
  6. package/README.md +145 -68
  7. package/dist/ej2-angular-spreadsheet.umd.js +1574 -0
  8. package/dist/ej2-angular-spreadsheet.umd.js.map +1 -0
  9. package/dist/ej2-angular-spreadsheet.umd.min.js +2 -0
  10. package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -0
  11. package/ej2-angular-spreadsheet.d.ts +5 -0
  12. package/ej2-angular-spreadsheet.metadata.json +1 -0
  13. package/package.json +83 -85
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/src/spreadsheet/cells.directive.d.ts +0 -5
  17. package/src/spreadsheet/chart.directive.d.ts +0 -5
  18. package/src/spreadsheet/columns.directive.d.ts +0 -5
  19. package/src/spreadsheet/conditionalformats.directive.d.ts +0 -5
  20. package/src/spreadsheet/definednames.directive.d.ts +0 -5
  21. package/src/spreadsheet/image.directive.d.ts +0 -5
  22. package/src/spreadsheet/ranges.directive.d.ts +0 -5
  23. package/src/spreadsheet/rows.directive.d.ts +0 -5
  24. package/src/spreadsheet/sheets.directive.d.ts +0 -5
  25. package/src/spreadsheet/spreadsheet-all.module.d.ts +0 -6
  26. package/src/spreadsheet/spreadsheet.component.d.ts +0 -3
  27. package/src/spreadsheet/spreadsheet.module.d.ts +0 -15
  28. package/styles/bootstrap-dark.css +34 -24
  29. package/styles/bootstrap.css +34 -24
  30. package/styles/bootstrap4.css +34 -24
  31. package/styles/bootstrap5-dark.css +34 -24
  32. package/styles/bootstrap5.css +34 -24
  33. package/styles/fabric-dark.css +34 -24
  34. package/styles/fabric.css +34 -24
  35. package/styles/fluent-dark.css +34 -24
  36. package/styles/fluent.css +34 -24
  37. package/styles/highcontrast-light.css +34 -24
  38. package/styles/highcontrast.css +34 -24
  39. package/styles/material-dark.css +34 -24
  40. package/styles/material.css +34 -24
  41. package/styles/ribbon/bootstrap-dark.scss +1 -4
  42. package/styles/ribbon/bootstrap.scss +1 -4
  43. package/styles/ribbon/bootstrap4.scss +1 -4
  44. package/styles/ribbon/bootstrap5-dark.scss +1 -4
  45. package/styles/ribbon/bootstrap5.scss +1 -4
  46. package/styles/ribbon/fabric-dark.scss +1 -4
  47. package/styles/ribbon/fabric.scss +1 -4
  48. package/styles/ribbon/fluent-dark.scss +1 -4
  49. package/styles/ribbon/fluent.scss +1 -4
  50. package/styles/ribbon/highcontrast-light.scss +1 -3
  51. package/styles/ribbon/highcontrast.scss +1 -4
  52. package/styles/ribbon/material-dark.scss +1 -4
  53. package/styles/ribbon/material.scss +1 -4
  54. package/styles/ribbon/tailwind-dark.scss +1 -4
  55. package/styles/ribbon/tailwind.scss +1 -4
  56. package/styles/spreadsheet/bootstrap-dark.css +34 -24
  57. package/styles/spreadsheet/bootstrap-dark.scss +1 -23
  58. package/styles/spreadsheet/bootstrap.css +34 -24
  59. package/styles/spreadsheet/bootstrap.scss +1 -23
  60. package/styles/spreadsheet/bootstrap4.css +34 -24
  61. package/styles/spreadsheet/bootstrap4.scss +1 -23
  62. package/styles/spreadsheet/bootstrap5-dark.css +34 -24
  63. package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
  64. package/styles/spreadsheet/bootstrap5.css +34 -24
  65. package/styles/spreadsheet/bootstrap5.scss +1 -23
  66. package/styles/spreadsheet/fabric-dark.css +34 -24
  67. package/styles/spreadsheet/fabric-dark.scss +1 -23
  68. package/styles/spreadsheet/fabric.css +34 -24
  69. package/styles/spreadsheet/fabric.scss +1 -23
  70. package/styles/spreadsheet/fluent-dark.css +34 -24
  71. package/styles/spreadsheet/fluent-dark.scss +1 -22
  72. package/styles/spreadsheet/fluent.css +34 -24
  73. package/styles/spreadsheet/fluent.scss +1 -23
  74. package/styles/spreadsheet/highcontrast-light.css +34 -24
  75. package/styles/spreadsheet/highcontrast-light.scss +1 -22
  76. package/styles/spreadsheet/highcontrast.css +34 -24
  77. package/styles/spreadsheet/highcontrast.scss +1 -23
  78. package/styles/spreadsheet/material-dark.css +34 -24
  79. package/styles/spreadsheet/material-dark.scss +1 -23
  80. package/styles/spreadsheet/material.css +34 -24
  81. package/styles/spreadsheet/material.scss +1 -23
  82. package/styles/spreadsheet/tailwind-dark.css +34 -24
  83. package/styles/spreadsheet/tailwind-dark.scss +1 -22
  84. package/styles/spreadsheet/tailwind.css +34 -24
  85. package/styles/spreadsheet/tailwind.scss +1 -23
  86. package/styles/tailwind-dark.css +34 -24
  87. package/styles/tailwind.css +34 -24
  88. package/esm2020/public_api.mjs +0 -3
  89. package/esm2020/src/index.mjs +0 -14
  90. package/esm2020/src/spreadsheet/cells.directive.mjs +0 -71
  91. package/esm2020/src/spreadsheet/chart.directive.mjs +0 -46
  92. package/esm2020/src/spreadsheet/columns.directive.mjs +0 -61
  93. package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +0 -61
  94. package/esm2020/src/spreadsheet/definednames.directive.mjs +0 -58
  95. package/esm2020/src/spreadsheet/image.directive.mjs +0 -46
  96. package/esm2020/src/spreadsheet/ranges.directive.mjs +0 -69
  97. package/esm2020/src/spreadsheet/rows.directive.mjs +0 -65
  98. package/esm2020/src/spreadsheet/sheets.directive.mjs +0 -68
  99. package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +0 -80
  100. package/esm2020/src/spreadsheet/spreadsheet.component.mjs +0 -202
  101. package/esm2020/src/spreadsheet/spreadsheet.module.mjs +0 -106
  102. package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -5
  103. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
  104. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
  105. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
  106. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
  107. package/styles/ribbon/_all.scss +0 -2
  108. package/styles/ribbon/_bootstrap-dark-definition.scss +0 -13
  109. package/styles/ribbon/_bootstrap-definition.scss +0 -12
  110. package/styles/ribbon/_bootstrap4-definition.scss +0 -13
  111. package/styles/ribbon/_bootstrap5-dark-definition.scss +0 -1
  112. package/styles/ribbon/_bootstrap5-definition.scss +0 -14
  113. package/styles/ribbon/_fabric-dark-definition.scss +0 -14
  114. package/styles/ribbon/_fabric-definition.scss +0 -14
  115. package/styles/ribbon/_fluent-dark-definition.scss +0 -1
  116. package/styles/ribbon/_fluent-definition.scss +0 -14
  117. package/styles/ribbon/_fusionnew-definition.scss +0 -14
  118. package/styles/ribbon/_highcontrast-definition.scss +0 -12
  119. package/styles/ribbon/_highcontrast-light-definition.scss +0 -12
  120. package/styles/ribbon/_layout.scss +0 -241
  121. package/styles/ribbon/_material-dark-definition.scss +0 -15
  122. package/styles/ribbon/_material-definition.scss +0 -12
  123. package/styles/ribbon/_material3-definition.scss +0 -15
  124. package/styles/ribbon/_mixin.scss +0 -89
  125. package/styles/ribbon/_tailwind-dark-definition.scss +0 -1
  126. package/styles/ribbon/_tailwind-definition.scss +0 -13
  127. package/styles/ribbon/_theme.scss +0 -154
  128. package/styles/ribbon/icons/_bootstrap-dark.scss +0 -15
  129. package/styles/ribbon/icons/_bootstrap.scss +0 -15
  130. package/styles/ribbon/icons/_bootstrap4.scss +0 -9
  131. package/styles/ribbon/icons/_bootstrap5-dark.scss +0 -1
  132. package/styles/ribbon/icons/_bootstrap5.scss +0 -15
  133. package/styles/ribbon/icons/_fabric-dark.scss +0 -9
  134. package/styles/ribbon/icons/_fabric.scss +0 -9
  135. package/styles/ribbon/icons/_fluent-dark.scss +0 -1
  136. package/styles/ribbon/icons/_fluent.scss +0 -15
  137. package/styles/ribbon/icons/_fusionnew.scss +0 -15
  138. package/styles/ribbon/icons/_highcontrast.scss +0 -9
  139. package/styles/ribbon/icons/_material-dark.scss +0 -15
  140. package/styles/ribbon/icons/_material.scss +0 -15
  141. package/styles/ribbon/icons/_material3.scss +0 -15
  142. package/styles/ribbon/icons/_tailwind-dark.scss +0 -15
  143. package/styles/ribbon/icons/_tailwind.scss +0 -15
  144. package/styles/spreadsheet/_all.scss +0 -2
  145. package/styles/spreadsheet/_bootstrap-dark-definition.scss +0 -154
  146. package/styles/spreadsheet/_bootstrap-definition.scss +0 -154
  147. package/styles/spreadsheet/_bootstrap4-definition.scss +0 -153
  148. package/styles/spreadsheet/_bootstrap5-dark-definition.scss +0 -1
  149. package/styles/spreadsheet/_bootstrap5-definition.scss +0 -156
  150. package/styles/spreadsheet/_fabric-dark-definition.scss +0 -151
  151. package/styles/spreadsheet/_fabric-definition.scss +0 -151
  152. package/styles/spreadsheet/_fluent-dark-definition.scss +0 -1
  153. package/styles/spreadsheet/_fluent-definition.scss +0 -152
  154. package/styles/spreadsheet/_fusionnew-definition.scss +0 -151
  155. package/styles/spreadsheet/_highcontrast-definition.scss +0 -150
  156. package/styles/spreadsheet/_highcontrast-light-definition.scss +0 -146
  157. package/styles/spreadsheet/_layout.scss +0 -3025
  158. package/styles/spreadsheet/_material-dark-definition.scss +0 -153
  159. package/styles/spreadsheet/_material-definition.scss +0 -151
  160. package/styles/spreadsheet/_material3-definition.scss +0 -151
  161. package/styles/spreadsheet/_tailwind-dark-definition.scss +0 -1
  162. package/styles/spreadsheet/_tailwind-definition.scss +0 -158
  163. package/styles/spreadsheet/_theme.scss +0 -1365
  164. package/styles/spreadsheet/icons/_bootstrap-dark.scss +0 -990
  165. package/styles/spreadsheet/icons/_bootstrap.scss +0 -990
  166. package/styles/spreadsheet/icons/_bootstrap4.scss +0 -994
  167. package/styles/spreadsheet/icons/_bootstrap5-dark.scss +0 -1
  168. package/styles/spreadsheet/icons/_bootstrap5.scss +0 -996
  169. package/styles/spreadsheet/icons/_fabric-dark.scss +0 -990
  170. package/styles/spreadsheet/icons/_fabric.scss +0 -994
  171. package/styles/spreadsheet/icons/_fluent-dark.scss +0 -1
  172. package/styles/spreadsheet/icons/_fluent.scss +0 -996
  173. package/styles/spreadsheet/icons/_fusionnew.scss +0 -996
  174. package/styles/spreadsheet/icons/_highcontrast.scss +0 -990
  175. package/styles/spreadsheet/icons/_material-dark.scss +0 -993
  176. package/styles/spreadsheet/icons/_material.scss +0 -995
  177. package/styles/spreadsheet/icons/_material3.scss +0 -996
  178. package/styles/spreadsheet/icons/_tailwind-dark.scss +0 -996
  179. package/styles/spreadsheet/icons/_tailwind.scss +0 -996
  180. package/syncfusion-ej2-angular-spreadsheet.d.ts +0 -5
@@ -704,9 +704,6 @@
704
704
  .e-spreadsheet .e-dlg-header-content {
705
705
  padding: 18px;
706
706
  }
707
- .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
708
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
709
- }
710
707
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
711
708
  font-size: 18px;
712
709
  line-height: 21px;
@@ -723,9 +720,6 @@
723
720
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
724
721
  margin-top: 10px;
725
722
  }
726
- .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
727
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
728
- }
729
723
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
730
724
  font-size: 18px;
731
725
  line-height: 21px;
@@ -1689,6 +1683,19 @@
1689
1683
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1690
1684
  right: 0;
1691
1685
  }
1686
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1687
+ border-left-color: transparent;
1688
+ }
1689
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1690
+ border-left: 1px solid #4b5563;
1691
+ border-right: none;
1692
+ left: 0.5px;
1693
+ }
1694
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1695
+ border-left: none;
1696
+ border-right: 1px solid #4b5563;
1697
+ right: 0.5px;
1698
+ }
1692
1699
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1693
1700
  position: relative;
1694
1701
  }
@@ -1999,9 +2006,6 @@
1999
2006
  .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
2000
2007
  text-align: left;
2001
2008
  }
2002
- .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
2003
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2004
- }
2005
2009
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2006
2010
  font-size: 18px;
2007
2011
  line-height: 31px;
@@ -2019,9 +2023,6 @@
2019
2023
  line-height: 24px;
2020
2024
  margin-bottom: 4px;
2021
2025
  }
2022
- .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
2023
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2024
- }
2025
2026
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2026
2027
  font-size: 18px;
2027
2028
  line-height: 21px;
@@ -2038,9 +2039,6 @@
2038
2039
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
2039
2040
  margin-top: 10px;
2040
2041
  }
2041
- .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
2042
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2043
- }
2044
2042
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2045
2043
  font-size: 18px;
2046
2044
  line-height: 21px;
@@ -2152,33 +2150,36 @@
2152
2150
  font-family: "Calibri";
2153
2151
  }
2154
2152
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2155
- font-family: "Courier";
2153
+ font-family: "Comic Sans MS";
2156
2154
  }
2157
2155
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2158
- font-family: "Courier New";
2156
+ font-family: "Courier";
2159
2157
  }
2160
2158
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2161
- font-family: "Din Condensed";
2159
+ font-family: "Courier New";
2162
2160
  }
2163
2161
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2164
- font-family: "Georgia";
2162
+ font-family: "Din Condensed";
2165
2163
  }
2166
2164
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2167
- font-family: "Helvetica";
2165
+ font-family: "Georgia";
2168
2166
  }
2169
2167
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2170
- font-family: "Helvetica New";
2168
+ font-family: "Helvetica";
2171
2169
  }
2172
2170
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2173
- font-family: "Roboto";
2171
+ font-family: "Helvetica New";
2174
2172
  }
2175
2173
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2176
- font-family: "Tahoma";
2174
+ font-family: "Roboto";
2177
2175
  }
2178
2176
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2179
- font-family: "Times New Roman";
2177
+ font-family: "Tahoma";
2180
2178
  }
2181
2179
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2180
+ font-family: "Times New Roman";
2181
+ }
2182
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2182
2183
  font-family: "Verdana";
2183
2184
  }
2184
2185
  .e-dropdown-popup.e-aggregate-list {
@@ -3081,6 +3082,15 @@
3081
3082
  .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
3082
3083
  border-left-color: #39414c;
3083
3084
  }
3085
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
3086
+ border-left-color: transparent;
3087
+ }
3088
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
3089
+ border-left-color: #39414c;
3090
+ }
3091
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
3092
+ border-right-color: #39414c;
3093
+ }
3084
3094
  .e-spreadsheet .e-copy-indicator div.e-top,
3085
3095
  .e-spreadsheet .e-range-indicator div.e-top,
3086
3096
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -1,22 +1 @@
1
- @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
- @import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
3
- @import 'ej2-buttons/styles/check-box/tailwind-dark-definition.scss';
4
- @import 'ej2-buttons/styles/radio-button/tailwind-dark-definition.scss';
5
- @import 'ej2-buttons/styles/switch/tailwind-dark-definition.scss';
6
- @import 'ej2-navigations/styles/toolbar/tailwind-dark-definition.scss';
7
- @import 'ej2-navigations/styles/tab/tailwind-dark-definition.scss';
8
- @import 'ej2-navigations/styles/context-menu/tailwind-dark-definition.scss';
9
- @import 'ej2-navigations/styles/menu/tailwind-dark-definition.scss';
10
- @import 'ej2-navigations/styles/treeview/tailwind-dark-definition.scss';
11
- @import 'ej2-grids/styles/excel-filter/tailwind-dark-definition.scss';
12
- @import 'ej2-calendars/styles/datepicker/tailwind-dark-definition.scss';
13
- @import 'ej2-calendars/styles/datetimepicker/tailwind-dark-definition.scss';
14
- @import 'ej2-inputs/styles/color-picker/tailwind-dark-definition.scss';
15
- @import 'ej2-splitbuttons/styles/drop-down-button/tailwind-dark-definition.scss';
16
- @import 'ej2-splitbuttons/styles/split-button/tailwind-dark-definition.scss';
17
- @import 'ej2-dropdowns/styles/list-box/tailwind-dark-definition.scss';
18
- @import 'ej2-dropdowns/styles/drop-down-list/tailwind-dark-definition.scss';
19
- @import 'ej2-dropdowns/styles/combo-box/tailwind-dark-definition.scss';
20
- @import 'tailwind-dark-definition.scss';
21
- @import 'icons/tailwind-dark.scss';
22
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/tailwind-dark.scss';
@@ -704,9 +704,6 @@
704
704
  .e-spreadsheet .e-dlg-header-content {
705
705
  padding: 18px;
706
706
  }
707
- .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
708
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
709
- }
710
707
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
711
708
  font-size: 18px;
712
709
  line-height: 21px;
@@ -723,9 +720,6 @@
723
720
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
724
721
  margin-top: 10px;
725
722
  }
726
- .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
727
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
728
- }
729
723
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
730
724
  font-size: 18px;
731
725
  line-height: 21px;
@@ -1689,6 +1683,19 @@
1689
1683
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1690
1684
  right: 0;
1691
1685
  }
1686
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1687
+ border-left-color: transparent;
1688
+ }
1689
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1690
+ border-left: 1px solid #e5e7eb;
1691
+ border-right: none;
1692
+ left: 0.5px;
1693
+ }
1694
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1695
+ border-left: none;
1696
+ border-right: 1px solid #e5e7eb;
1697
+ right: 0.5px;
1698
+ }
1692
1699
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1693
1700
  position: relative;
1694
1701
  }
@@ -1999,9 +2006,6 @@
1999
2006
  .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
2000
2007
  text-align: left;
2001
2008
  }
2002
- .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
2003
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2004
- }
2005
2009
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2006
2010
  font-size: 18px;
2007
2011
  line-height: 31px;
@@ -2019,9 +2023,6 @@
2019
2023
  line-height: 24px;
2020
2024
  margin-bottom: 4px;
2021
2025
  }
2022
- .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
2023
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2024
- }
2025
2026
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2026
2027
  font-size: 18px;
2027
2028
  line-height: 21px;
@@ -2038,9 +2039,6 @@
2038
2039
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
2039
2040
  margin-top: 10px;
2040
2041
  }
2041
- .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
2042
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2043
- }
2044
2042
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2045
2043
  font-size: 18px;
2046
2044
  line-height: 21px;
@@ -2152,33 +2150,36 @@
2152
2150
  font-family: "Calibri";
2153
2151
  }
2154
2152
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2155
- font-family: "Courier";
2153
+ font-family: "Comic Sans MS";
2156
2154
  }
2157
2155
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2158
- font-family: "Courier New";
2156
+ font-family: "Courier";
2159
2157
  }
2160
2158
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2161
- font-family: "Din Condensed";
2159
+ font-family: "Courier New";
2162
2160
  }
2163
2161
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2164
- font-family: "Georgia";
2162
+ font-family: "Din Condensed";
2165
2163
  }
2166
2164
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2167
- font-family: "Helvetica";
2165
+ font-family: "Georgia";
2168
2166
  }
2169
2167
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2170
- font-family: "Helvetica New";
2168
+ font-family: "Helvetica";
2171
2169
  }
2172
2170
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2173
- font-family: "Roboto";
2171
+ font-family: "Helvetica New";
2174
2172
  }
2175
2173
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2176
- font-family: "Tahoma";
2174
+ font-family: "Roboto";
2177
2175
  }
2178
2176
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2179
- font-family: "Times New Roman";
2177
+ font-family: "Tahoma";
2180
2178
  }
2181
2179
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2180
+ font-family: "Times New Roman";
2181
+ }
2182
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2182
2183
  font-family: "Verdana";
2183
2184
  }
2184
2185
  .e-dropdown-popup.e-aggregate-list {
@@ -3081,6 +3082,15 @@
3081
3082
  .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
3082
3083
  border-left-color: #ced2d9;
3083
3084
  }
3085
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
3086
+ border-left-color: transparent;
3087
+ }
3088
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
3089
+ border-left-color: #ced2d9;
3090
+ }
3091
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
3092
+ border-right-color: #ced2d9;
3093
+ }
3084
3094
  .e-spreadsheet .e-copy-indicator div.e-top,
3085
3095
  .e-spreadsheet .e-range-indicator div.e-top,
3086
3096
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -1,23 +1 @@
1
- @import 'ej2-base/styles/tailwind-definition.scss';
2
- @import '../ribbon/tailwind-definition.scss';
3
- @import 'ej2-buttons/styles/button/tailwind-definition.scss';
4
- @import 'ej2-buttons/styles/check-box/tailwind-definition.scss';
5
- @import 'ej2-buttons/styles/radio-button/tailwind-definition.scss';
6
- @import 'ej2-buttons/styles/switch/tailwind-definition.scss';
7
- @import 'ej2-navigations/styles/toolbar/tailwind-definition.scss';
8
- @import 'ej2-navigations/styles/tab/tailwind-definition.scss';
9
- @import 'ej2-navigations/styles/context-menu/tailwind-definition.scss';
10
- @import 'ej2-navigations/styles/menu/tailwind-definition.scss';
11
- @import 'ej2-navigations/styles/treeview/tailwind-definition.scss';
12
- @import 'ej2-grids/styles/excel-filter/tailwind-definition.scss';
13
- @import 'ej2-calendars/styles/datepicker/tailwind-definition.scss';
14
- @import 'ej2-calendars/styles/datetimepicker/tailwind-definition.scss';
15
- @import 'ej2-inputs/styles/color-picker/tailwind-definition.scss';
16
- @import 'ej2-splitbuttons/styles/drop-down-button/tailwind-definition.scss';
17
- @import 'ej2-splitbuttons/styles/split-button/tailwind-definition.scss';
18
- @import 'ej2-dropdowns/styles/list-box/tailwind-definition.scss';
19
- @import 'ej2-dropdowns/styles/drop-down-list/tailwind-definition.scss';
20
- @import 'ej2-dropdowns/styles/combo-box/tailwind-definition.scss';
21
- @import 'tailwind-definition.scss';
22
- @import 'icons/tailwind.scss';
23
- @import 'all.scss';
1
+ @import 'ej2-spreadsheet/styles/spreadsheet/tailwind.scss';
@@ -705,9 +705,6 @@
705
705
  .e-spreadsheet .e-dlg-header-content {
706
706
  padding: 18px;
707
707
  }
708
- .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
709
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
710
- }
711
708
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
712
709
  font-size: 18px;
713
710
  line-height: 21px;
@@ -724,9 +721,6 @@
724
721
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
725
722
  margin-top: 10px;
726
723
  }
727
- .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
728
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
729
- }
730
724
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
731
725
  font-size: 18px;
732
726
  line-height: 21px;
@@ -1690,6 +1684,19 @@
1690
1684
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1691
1685
  right: 0;
1692
1686
  }
1687
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1688
+ border-left-color: transparent;
1689
+ }
1690
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1691
+ border-left: 1px solid #4b5563;
1692
+ border-right: none;
1693
+ left: 0.5px;
1694
+ }
1695
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1696
+ border-left: none;
1697
+ border-right: 1px solid #4b5563;
1698
+ right: 0.5px;
1699
+ }
1693
1700
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1694
1701
  position: relative;
1695
1702
  }
@@ -2000,9 +2007,6 @@
2000
2007
  .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
2001
2008
  text-align: left;
2002
2009
  }
2003
- .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
2004
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2005
- }
2006
2010
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2007
2011
  font-size: 18px;
2008
2012
  line-height: 31px;
@@ -2020,9 +2024,6 @@
2020
2024
  line-height: 24px;
2021
2025
  margin-bottom: 4px;
2022
2026
  }
2023
- .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
2024
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2025
- }
2026
2027
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2027
2028
  font-size: 18px;
2028
2029
  line-height: 21px;
@@ -2039,9 +2040,6 @@
2039
2040
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
2040
2041
  margin-top: 10px;
2041
2042
  }
2042
- .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
2043
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2044
- }
2045
2043
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2046
2044
  font-size: 18px;
2047
2045
  line-height: 21px;
@@ -2153,33 +2151,36 @@
2153
2151
  font-family: "Calibri";
2154
2152
  }
2155
2153
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2156
- font-family: "Courier";
2154
+ font-family: "Comic Sans MS";
2157
2155
  }
2158
2156
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2159
- font-family: "Courier New";
2157
+ font-family: "Courier";
2160
2158
  }
2161
2159
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2162
- font-family: "Din Condensed";
2160
+ font-family: "Courier New";
2163
2161
  }
2164
2162
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2165
- font-family: "Georgia";
2163
+ font-family: "Din Condensed";
2166
2164
  }
2167
2165
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2168
- font-family: "Helvetica";
2166
+ font-family: "Georgia";
2169
2167
  }
2170
2168
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2171
- font-family: "Helvetica New";
2169
+ font-family: "Helvetica";
2172
2170
  }
2173
2171
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2174
- font-family: "Roboto";
2172
+ font-family: "Helvetica New";
2175
2173
  }
2176
2174
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2177
- font-family: "Tahoma";
2175
+ font-family: "Roboto";
2178
2176
  }
2179
2177
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2180
- font-family: "Times New Roman";
2178
+ font-family: "Tahoma";
2181
2179
  }
2182
2180
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2181
+ font-family: "Times New Roman";
2182
+ }
2183
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2183
2184
  font-family: "Verdana";
2184
2185
  }
2185
2186
  .e-dropdown-popup.e-aggregate-list {
@@ -3082,6 +3083,15 @@
3082
3083
  .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
3083
3084
  border-left-color: #39414c;
3084
3085
  }
3086
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
3087
+ border-left-color: transparent;
3088
+ }
3089
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
3090
+ border-left-color: #39414c;
3091
+ }
3092
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
3093
+ border-right-color: #39414c;
3094
+ }
3085
3095
  .e-spreadsheet .e-copy-indicator div.e-top,
3086
3096
  .e-spreadsheet .e-range-indicator div.e-top,
3087
3097
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -705,9 +705,6 @@
705
705
  .e-spreadsheet .e-dlg-header-content {
706
706
  padding: 18px;
707
707
  }
708
- .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog {
709
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
710
- }
711
708
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
712
709
  font-size: 18px;
713
710
  line-height: 21px;
@@ -724,9 +721,6 @@
724
721
  .e-spreadsheet .e-unprotectworksheet-dlg.e-dialog .e-dlg-content .e-unprotectsheetpwd-content .e-input {
725
722
  margin-top: 10px;
726
723
  }
727
- .e-spreadsheet .e-reenterpwd-dlg.e-dialog {
728
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
729
- }
730
724
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
731
725
  font-size: 18px;
732
726
  line-height: 21px;
@@ -1690,6 +1684,19 @@
1690
1684
  .e-spreadsheet .e-sheet-panel.e-rtl .e-frozen-row {
1691
1685
  right: 0;
1692
1686
  }
1687
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start {
1688
+ border-left-color: transparent;
1689
+ }
1690
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-header-cell.e-hide-start::after {
1691
+ border-left: 1px solid #e5e7eb;
1692
+ border-right: none;
1693
+ left: 0.5px;
1694
+ }
1695
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-table th.e-hide-end.e-header-cell::before {
1696
+ border-left: none;
1697
+ border-right: 1px solid #e5e7eb;
1698
+ right: 0.5px;
1699
+ }
1693
1700
  .e-spreadsheet .e-sheet-panel .e-frozen-columns .e-selectall-container {
1694
1701
  position: relative;
1695
1702
  }
@@ -2000,9 +2007,6 @@
2000
2007
  .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
2001
2008
  text-align: left;
2002
2009
  }
2003
- .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
2004
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2005
- }
2006
2010
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2007
2011
  font-size: 18px;
2008
2012
  line-height: 31px;
@@ -2020,9 +2024,6 @@
2020
2024
  line-height: 24px;
2021
2025
  margin-bottom: 4px;
2022
2026
  }
2023
- .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog {
2024
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2025
- }
2026
2027
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2027
2028
  font-size: 18px;
2028
2029
  line-height: 21px;
@@ -2039,9 +2040,6 @@
2039
2040
  .e-spreadsheet .e-unprotectworkbook-dlg.e-dialog .e-dlg-content .e-unprotectpwd-content .e-input {
2040
2041
  margin-top: 10px;
2041
2042
  }
2042
- .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog {
2043
- left: 0 !important; /* stylelint-disable-line declaration-no-important */
2044
- }
2045
2043
  .e-spreadsheet .e-importprotectworkbook-dlg.e-dialog .e-dlg-header-content .e-dlg-header {
2046
2044
  font-size: 18px;
2047
2045
  line-height: 21px;
@@ -2153,33 +2151,36 @@
2153
2151
  font-family: "Calibri";
2154
2152
  }
2155
2153
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(7) {
2156
- font-family: "Courier";
2154
+ font-family: "Comic Sans MS";
2157
2155
  }
2158
2156
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(8) {
2159
- font-family: "Courier New";
2157
+ font-family: "Courier";
2160
2158
  }
2161
2159
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(9) {
2162
- font-family: "Din Condensed";
2160
+ font-family: "Courier New";
2163
2161
  }
2164
2162
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(10) {
2165
- font-family: "Georgia";
2163
+ font-family: "Din Condensed";
2166
2164
  }
2167
2165
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(11) {
2168
- font-family: "Helvetica";
2166
+ font-family: "Georgia";
2169
2167
  }
2170
2168
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(12) {
2171
- font-family: "Helvetica New";
2169
+ font-family: "Helvetica";
2172
2170
  }
2173
2171
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(13) {
2174
- font-family: "Roboto";
2172
+ font-family: "Helvetica New";
2175
2173
  }
2176
2174
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(14) {
2177
- font-family: "Tahoma";
2175
+ font-family: "Roboto";
2178
2176
  }
2179
2177
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(15) {
2180
- font-family: "Times New Roman";
2178
+ font-family: "Tahoma";
2181
2179
  }
2182
2180
  .e-dropdown-popup.e-font-family ul .e-item:nth-child(16) {
2181
+ font-family: "Times New Roman";
2182
+ }
2183
+ .e-dropdown-popup.e-font-family ul .e-item:nth-child(17) {
2183
2184
  font-family: "Verdana";
2184
2185
  }
2185
2186
  .e-dropdown-popup.e-aggregate-list {
@@ -3082,6 +3083,15 @@
3082
3083
  .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right {
3083
3084
  border-left-color: #ced2d9;
3084
3085
  }
3086
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight {
3087
+ border-left-color: transparent;
3088
+ }
3089
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-prev-highlight::after, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-start.e-highlight::after {
3090
+ border-left-color: #ced2d9;
3091
+ }
3092
+ .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-hide-end.e-highlight::before, .e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight + th.e-header-cell.e-hide-end::before {
3093
+ border-right-color: #ced2d9;
3094
+ }
3085
3095
  .e-spreadsheet .e-copy-indicator div.e-top,
3086
3096
  .e-spreadsheet .e-range-indicator div.e-top,
3087
3097
  .e-spreadsheet .e-formularef-indicator div.e-top {
@@ -1,3 +0,0 @@
1
- // Mapping root file for package generation
2
- export * from './src/index';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMkNBQTJDO0FBQzNDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTWFwcGluZyByb290IGZpbGUgZm9yIHBhY2thZ2UgZ2VuZXJhdGlvblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaW5kZXgnOyJdfQ==
@@ -1,14 +0,0 @@
1
- export { ImageDirective, ImagesDirective } from './spreadsheet/image.directive';
2
- export { ChartDirective, ChartsDirective } from './spreadsheet/chart.directive';
3
- export { CellDirective, CellsDirective } from './spreadsheet/cells.directive';
4
- export { RowDirective, RowsDirective } from './spreadsheet/rows.directive';
5
- export { ColumnDirective, ColumnsDirective } from './spreadsheet/columns.directive';
6
- export { RangeDirective, RangesDirective } from './spreadsheet/ranges.directive';
7
- export { ConditionalFormatDirective, ConditionalFormatsDirective } from './spreadsheet/conditionalformats.directive';
8
- export { SheetDirective, SheetsDirective } from './spreadsheet/sheets.directive';
9
- export { DefinedNameDirective, DefinedNamesDirective } from './spreadsheet/definednames.directive';
10
- export { SpreadsheetComponent } from './spreadsheet/spreadsheet.component';
11
- export { SpreadsheetModule } from './spreadsheet/spreadsheet.module';
12
- export { SpreadsheetAllModule, ClipboardService, EditService, KeyboardNavigationService, KeyboardShortcutService, CollaborativeEditingService, SelectionService, ContextMenuService, FormulaBarService, RibbonService, SaveService, OpenService, SheetTabsService, DataBindService, AllModuleService, BasicModuleService, CellFormatService, NumberFormatService, FormulaService } from './spreadsheet/spreadsheet-all.module';
13
- export * from '@syncfusion/ej2-spreadsheet';
14
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLGNBQWMsRUFBQyxlQUFlLEVBQUMsTUFBTSwrQkFBK0IsQ0FBQztBQUM3RSxPQUFPLEVBQUMsY0FBYyxFQUFDLGVBQWUsRUFBQyxNQUFNLCtCQUErQixDQUFDO0FBQzdFLE9BQU8sRUFBQyxhQUFhLEVBQUMsY0FBYyxFQUFDLE1BQU0sK0JBQStCLENBQUM7QUFDM0UsT0FBTyxFQUFDLFlBQVksRUFBQyxhQUFhLEVBQUMsTUFBTSw4QkFBOEIsQ0FBQztBQUN4RSxPQUFPLEVBQUMsZUFBZSxFQUFDLGdCQUFnQixFQUFDLE1BQU0saUNBQWlDLENBQUM7QUFDakYsT0FBTyxFQUFDLGNBQWMsRUFBQyxlQUFlLEVBQUMsTUFBTSxnQ0FBZ0MsQ0FBQztBQUM5RSxPQUFPLEVBQUMsMEJBQTBCLEVBQUMsMkJBQTJCLEVBQUMsTUFBTSw0Q0FBNEMsQ0FBQztBQUNsSCxPQUFPLEVBQUMsY0FBYyxFQUFDLGVBQWUsRUFBQyxNQUFNLGdDQUFnQyxDQUFDO0FBQzlFLE9BQU8sRUFBQyxvQkFBb0IsRUFBQyxxQkFBcUIsRUFBQyxNQUFNLHNDQUFzQyxDQUFDO0FBQ2hHLE9BQU8sRUFBRSxvQkFBb0IsRUFBQyxNQUFNLHFDQUFxQyxDQUFDO0FBQzFFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQ3JFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxnQkFBZ0IsRUFBRSxXQUFXLEVBQUUseUJBQXlCLEVBQUUsdUJBQXVCLEVBQUUsMkJBQTJCLEVBQUUsZ0JBQWdCLEVBQUUsa0JBQWtCLEVBQUUsaUJBQWlCLEVBQUUsYUFBYSxFQUFFLFdBQVcsRUFBRSxXQUFXLEVBQUUsZ0JBQWdCLEVBQUUsZUFBZSxFQUFFLGdCQUFnQixFQUFFLGtCQUFrQixFQUFFLGlCQUFpQixFQUFFLG1CQUFtQixFQUFFLGNBQWMsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQy9aLGNBQWMsNkJBQTZCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQge0ltYWdlRGlyZWN0aXZlLEltYWdlc0RpcmVjdGl2ZX0gZnJvbSAnLi9zcHJlYWRzaGVldC9pbWFnZS5kaXJlY3RpdmUnO1xuZXhwb3J0IHtDaGFydERpcmVjdGl2ZSxDaGFydHNEaXJlY3RpdmV9IGZyb20gJy4vc3ByZWFkc2hlZXQvY2hhcnQuZGlyZWN0aXZlJztcbmV4cG9ydCB7Q2VsbERpcmVjdGl2ZSxDZWxsc0RpcmVjdGl2ZX0gZnJvbSAnLi9zcHJlYWRzaGVldC9jZWxscy5kaXJlY3RpdmUnO1xuZXhwb3J0IHtSb3dEaXJlY3RpdmUsUm93c0RpcmVjdGl2ZX0gZnJvbSAnLi9zcHJlYWRzaGVldC9yb3dzLmRpcmVjdGl2ZSc7XG5leHBvcnQge0NvbHVtbkRpcmVjdGl2ZSxDb2x1bW5zRGlyZWN0aXZlfSBmcm9tICcuL3NwcmVhZHNoZWV0L2NvbHVtbnMuZGlyZWN0aXZlJztcbmV4cG9ydCB7UmFuZ2VEaXJlY3RpdmUsUmFuZ2VzRGlyZWN0aXZlfSBmcm9tICcuL3NwcmVhZHNoZWV0L3Jhbmdlcy5kaXJlY3RpdmUnO1xuZXhwb3J0IHtDb25kaXRpb25hbEZvcm1hdERpcmVjdGl2ZSxDb25kaXRpb25hbEZvcm1hdHNEaXJlY3RpdmV9IGZyb20gJy4vc3ByZWFkc2hlZXQvY29uZGl0aW9uYWxmb3JtYXRzLmRpcmVjdGl2ZSc7XG5leHBvcnQge1NoZWV0RGlyZWN0aXZlLFNoZWV0c0RpcmVjdGl2ZX0gZnJvbSAnLi9zcHJlYWRzaGVldC9zaGVldHMuZGlyZWN0aXZlJztcbmV4cG9ydCB7RGVmaW5lZE5hbWVEaXJlY3RpdmUsRGVmaW5lZE5hbWVzRGlyZWN0aXZlfSBmcm9tICcuL3NwcmVhZHNoZWV0L2RlZmluZWRuYW1lcy5kaXJlY3RpdmUnO1xuZXhwb3J0IHsgU3ByZWFkc2hlZXRDb21wb25lbnR9IGZyb20gJy4vc3ByZWFkc2hlZXQvc3ByZWFkc2hlZXQuY29tcG9uZW50JztcbmV4cG9ydCB7IFNwcmVhZHNoZWV0TW9kdWxlIH0gZnJvbSAnLi9zcHJlYWRzaGVldC9zcHJlYWRzaGVldC5tb2R1bGUnO1xuZXhwb3J0IHsgU3ByZWFkc2hlZXRBbGxNb2R1bGUsIENsaXBib2FyZFNlcnZpY2UsIEVkaXRTZXJ2aWNlLCBLZXlib2FyZE5hdmlnYXRpb25TZXJ2aWNlLCBLZXlib2FyZFNob3J0Y3V0U2VydmljZSwgQ29sbGFib3JhdGl2ZUVkaXRpbmdTZXJ2aWNlLCBTZWxlY3Rpb25TZXJ2aWNlLCBDb250ZXh0TWVudVNlcnZpY2UsIEZvcm11bGFCYXJTZXJ2aWNlLCBSaWJib25TZXJ2aWNlLCBTYXZlU2VydmljZSwgT3BlblNlcnZpY2UsIFNoZWV0VGFic1NlcnZpY2UsIERhdGFCaW5kU2VydmljZSwgQWxsTW9kdWxlU2VydmljZSwgQmFzaWNNb2R1bGVTZXJ2aWNlLCBDZWxsRm9ybWF0U2VydmljZSwgTnVtYmVyRm9ybWF0U2VydmljZSwgRm9ybXVsYVNlcnZpY2UgfSBmcm9tICcuL3NwcmVhZHNoZWV0L3NwcmVhZHNoZWV0LWFsbC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnQHN5bmNmdXNpb24vZWoyLXNwcmVhZHNoZWV0JzsiXX0=