@syncfusion/ej2-angular-spreadsheet 20.4.54 → 21.1.35

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 (190) hide show
  1. package/package.json +9 -9
  2. package/schematics/utils/lib-details.d.ts +2 -2
  3. package/schematics/utils/lib-details.js +2 -2
  4. package/schematics/utils/lib-details.ts +2 -2
  5. package/styles/bootstrap-dark.css +71 -73
  6. package/styles/bootstrap-dark.scss +1 -1
  7. package/styles/bootstrap.css +80 -82
  8. package/styles/bootstrap.scss +1 -1
  9. package/styles/bootstrap4.css +69 -71
  10. package/styles/bootstrap4.scss +1 -1
  11. package/styles/bootstrap5-dark.css +89 -91
  12. package/styles/bootstrap5-dark.scss +1 -1
  13. package/styles/bootstrap5.css +89 -91
  14. package/styles/bootstrap5.scss +1 -1
  15. package/styles/fabric-dark.css +70 -72
  16. package/styles/fabric-dark.scss +1 -1
  17. package/styles/fabric.css +74 -76
  18. package/styles/fabric.scss +1 -1
  19. package/styles/fluent-dark.css +82 -84
  20. package/styles/fluent-dark.scss +1 -1
  21. package/styles/fluent.css +82 -84
  22. package/styles/fluent.scss +1 -1
  23. package/styles/highcontrast-light.css +68 -70
  24. package/styles/highcontrast-light.scss +1 -1
  25. package/styles/highcontrast.css +75 -77
  26. package/styles/highcontrast.scss +1 -1
  27. package/styles/material-dark.css +71 -73
  28. package/styles/material-dark.scss +1 -1
  29. package/styles/material.css +76 -78
  30. package/styles/material.scss +1 -1
  31. package/styles/spreadsheet/_bootstrap-dark-definition.scss +69 -7
  32. package/styles/spreadsheet/_bootstrap-definition.scss +68 -7
  33. package/styles/spreadsheet/_bootstrap4-definition.scss +68 -7
  34. package/styles/spreadsheet/_bootstrap5-definition.scss +72 -9
  35. package/styles/spreadsheet/_fabric-dark-definition.scss +71 -7
  36. package/styles/spreadsheet/_fabric-definition.scss +72 -7
  37. package/styles/spreadsheet/_fluent-definition.scss +75 -9
  38. package/styles/spreadsheet/_fusionnew-definition.scss +27 -7
  39. package/styles/spreadsheet/_highcontrast-definition.scss +71 -7
  40. package/styles/spreadsheet/_highcontrast-light-definition.scss +74 -7
  41. package/styles/spreadsheet/_layout.scss +98 -109
  42. package/styles/spreadsheet/_material-dark-definition.scss +70 -7
  43. package/styles/spreadsheet/_material-definition.scss +70 -7
  44. package/styles/spreadsheet/_tailwind-definition.scss +76 -10
  45. package/styles/spreadsheet/_theme.scss +6 -6
  46. package/styles/spreadsheet/bootstrap-dark.css +13 -18
  47. package/styles/spreadsheet/bootstrap-dark.scss +1 -1
  48. package/styles/spreadsheet/bootstrap.css +13 -18
  49. package/styles/spreadsheet/bootstrap.scss +1 -1
  50. package/styles/spreadsheet/bootstrap4.css +13 -18
  51. package/styles/spreadsheet/bootstrap4.scss +1 -1
  52. package/styles/spreadsheet/bootstrap5-dark.css +18 -23
  53. package/styles/spreadsheet/bootstrap5.css +18 -23
  54. package/styles/spreadsheet/bootstrap5.scss +1 -1
  55. package/styles/spreadsheet/fabric-dark.css +13 -18
  56. package/styles/spreadsheet/fabric-dark.scss +1 -1
  57. package/styles/spreadsheet/fabric.css +13 -18
  58. package/styles/spreadsheet/fabric.scss +1 -1
  59. package/styles/spreadsheet/fluent-dark.css +21 -26
  60. package/styles/spreadsheet/fluent.css +21 -26
  61. package/styles/spreadsheet/fluent.scss +1 -1
  62. package/styles/spreadsheet/highcontrast-light.css +12 -17
  63. package/styles/spreadsheet/highcontrast-light.scss +1 -1
  64. package/styles/spreadsheet/highcontrast.css +13 -18
  65. package/styles/spreadsheet/highcontrast.scss +1 -1
  66. package/styles/spreadsheet/icons/_bootstrap-dark.scss +2 -2
  67. package/styles/spreadsheet/icons/_bootstrap.scss +2 -2
  68. package/styles/spreadsheet/icons/_bootstrap4.scss +3 -3
  69. package/styles/spreadsheet/icons/_bootstrap5.scss +3 -3
  70. package/styles/spreadsheet/icons/_fabric-dark.scss +2 -2
  71. package/styles/spreadsheet/icons/_fabric.scss +3 -3
  72. package/styles/spreadsheet/icons/_fluent.scss +3 -3
  73. package/styles/spreadsheet/icons/_fusionnew.scss +3 -3
  74. package/styles/spreadsheet/icons/_highcontrast.scss +2 -2
  75. package/styles/spreadsheet/icons/_material-dark.scss +3 -3
  76. package/styles/spreadsheet/icons/_material.scss +3 -3
  77. package/styles/spreadsheet/icons/_material3.scss +3 -3
  78. package/styles/spreadsheet/icons/_tailwind-dark.scss +3 -3
  79. package/styles/spreadsheet/icons/_tailwind.scss +3 -3
  80. package/styles/spreadsheet/material-dark.css +13 -18
  81. package/styles/spreadsheet/material-dark.scss +1 -1
  82. package/styles/spreadsheet/material.css +13 -18
  83. package/styles/spreadsheet/material.scss +1 -1
  84. package/styles/spreadsheet/tailwind-dark.css +18 -24
  85. package/styles/spreadsheet/tailwind.css +18 -24
  86. package/styles/spreadsheet/tailwind.scss +1 -1
  87. package/styles/spreadsheet-ribbon/_bootstrap-dark-definition.scss +15 -0
  88. package/styles/spreadsheet-ribbon/_bootstrap-definition.scss +14 -0
  89. package/styles/spreadsheet-ribbon/_bootstrap4-definition.scss +14 -0
  90. package/styles/spreadsheet-ribbon/_bootstrap5-definition.scss +16 -0
  91. package/styles/spreadsheet-ribbon/_fabric-dark-definition.scss +18 -0
  92. package/styles/spreadsheet-ribbon/_fabric-definition.scss +18 -0
  93. package/styles/spreadsheet-ribbon/_fluent-definition.scss +16 -0
  94. package/styles/spreadsheet-ribbon/_fusionnew-definition.scss +15 -0
  95. package/styles/spreadsheet-ribbon/_highcontrast-definition.scss +16 -0
  96. package/styles/spreadsheet-ribbon/_highcontrast-light-definition.scss +14 -0
  97. package/styles/{ribbon → spreadsheet-ribbon}/_layout.scss +13 -14
  98. package/styles/spreadsheet-ribbon/_material-dark-definition.scss +17 -0
  99. package/styles/spreadsheet-ribbon/_material-definition.scss +14 -0
  100. package/styles/spreadsheet-ribbon/_tailwind-definition.scss +15 -0
  101. package/styles/{ribbon → spreadsheet-ribbon}/_theme.scss +23 -23
  102. package/styles/spreadsheet-ribbon/bootstrap-dark.css +177 -0
  103. package/styles/spreadsheet-ribbon/bootstrap.css +207 -0
  104. package/styles/spreadsheet-ribbon/bootstrap4.css +166 -0
  105. package/styles/spreadsheet-ribbon/bootstrap5-dark.css +215 -0
  106. package/styles/spreadsheet-ribbon/bootstrap5.css +215 -0
  107. package/styles/spreadsheet-ribbon/fabric-dark.css +175 -0
  108. package/styles/spreadsheet-ribbon/fabric.css +186 -0
  109. package/styles/spreadsheet-ribbon/fluent-dark.css +187 -0
  110. package/styles/spreadsheet-ribbon/fluent.css +187 -0
  111. package/styles/spreadsheet-ribbon/highcontrast-light.css +172 -0
  112. package/styles/spreadsheet-ribbon/highcontrast.css +190 -0
  113. package/styles/{ribbon → spreadsheet-ribbon}/icons/_bootstrap-dark.scss +2 -2
  114. package/styles/{ribbon → spreadsheet-ribbon}/icons/_bootstrap.scss +2 -2
  115. package/styles/spreadsheet-ribbon/icons/_bootstrap4.scss +9 -0
  116. package/styles/{ribbon → spreadsheet-ribbon}/icons/_bootstrap5.scss +2 -2
  117. package/styles/spreadsheet-ribbon/icons/_fabric-dark.scss +9 -0
  118. package/styles/spreadsheet-ribbon/icons/_fabric.scss +9 -0
  119. package/styles/{ribbon → spreadsheet-ribbon}/icons/_fluent.scss +2 -2
  120. package/styles/{ribbon → spreadsheet-ribbon}/icons/_fusionnew.scss +2 -2
  121. package/styles/spreadsheet-ribbon/icons/_highcontrast.scss +9 -0
  122. package/styles/{ribbon → spreadsheet-ribbon}/icons/_material-dark.scss +2 -2
  123. package/styles/{ribbon → spreadsheet-ribbon}/icons/_material.scss +2 -2
  124. package/styles/{ribbon → spreadsheet-ribbon}/icons/_material3.scss +2 -2
  125. package/styles/{ribbon → spreadsheet-ribbon}/icons/_tailwind-dark.scss +2 -2
  126. package/styles/{ribbon → spreadsheet-ribbon}/icons/_tailwind.scss +2 -2
  127. package/styles/spreadsheet-ribbon/material-dark.css +178 -0
  128. package/styles/spreadsheet-ribbon/material.css +190 -0
  129. package/styles/spreadsheet-ribbon/tailwind-dark.css +191 -0
  130. package/styles/spreadsheet-ribbon/tailwind.css +191 -0
  131. package/styles/tailwind-dark.css +81 -86
  132. package/styles/tailwind-dark.scss +1 -1
  133. package/styles/tailwind.css +81 -86
  134. package/styles/tailwind.scss +1 -1
  135. package/styles/ribbon/_bootstrap-dark-definition.scss +0 -13
  136. package/styles/ribbon/_bootstrap-definition.scss +0 -12
  137. package/styles/ribbon/_bootstrap4-definition.scss +0 -13
  138. package/styles/ribbon/_bootstrap5-definition.scss +0 -14
  139. package/styles/ribbon/_fabric-dark-definition.scss +0 -14
  140. package/styles/ribbon/_fabric-definition.scss +0 -14
  141. package/styles/ribbon/_fluent-definition.scss +0 -14
  142. package/styles/ribbon/_fusionnew-definition.scss +0 -14
  143. package/styles/ribbon/_highcontrast-definition.scss +0 -12
  144. package/styles/ribbon/_highcontrast-light-definition.scss +0 -12
  145. package/styles/ribbon/_material-dark-definition.scss +0 -15
  146. package/styles/ribbon/_material-definition.scss +0 -12
  147. package/styles/ribbon/_material3-definition.scss +0 -15
  148. package/styles/ribbon/_tailwind-definition.scss +0 -13
  149. package/styles/ribbon/bootstrap-dark.css +0 -174
  150. package/styles/ribbon/bootstrap.css +0 -204
  151. package/styles/ribbon/bootstrap4.css +0 -163
  152. package/styles/ribbon/bootstrap5-dark.css +0 -212
  153. package/styles/ribbon/bootstrap5.css +0 -212
  154. package/styles/ribbon/fabric-dark.css +0 -172
  155. package/styles/ribbon/fabric.css +0 -183
  156. package/styles/ribbon/fluent-dark.css +0 -184
  157. package/styles/ribbon/fluent.css +0 -184
  158. package/styles/ribbon/highcontrast-light.css +0 -169
  159. package/styles/ribbon/highcontrast.css +0 -187
  160. package/styles/ribbon/icons/_bootstrap4.scss +0 -9
  161. package/styles/ribbon/icons/_fabric-dark.scss +0 -9
  162. package/styles/ribbon/icons/_fabric.scss +0 -9
  163. package/styles/ribbon/icons/_highcontrast.scss +0 -9
  164. package/styles/ribbon/material-dark.css +0 -175
  165. package/styles/ribbon/material.css +0 -187
  166. package/styles/ribbon/tailwind-dark.css +0 -190
  167. package/styles/ribbon/tailwind.css +0 -190
  168. package/styles/spreadsheet/_material3-definition.scss +0 -151
  169. /package/styles/{ribbon → spreadsheet-ribbon}/_all.scss +0 -0
  170. /package/styles/{ribbon → spreadsheet-ribbon}/_bootstrap5-dark-definition.scss +0 -0
  171. /package/styles/{ribbon → spreadsheet-ribbon}/_fluent-dark-definition.scss +0 -0
  172. /package/styles/{ribbon → spreadsheet-ribbon}/_mixin.scss +0 -0
  173. /package/styles/{ribbon → spreadsheet-ribbon}/_tailwind-dark-definition.scss +0 -0
  174. /package/styles/{ribbon → spreadsheet-ribbon}/bootstrap-dark.scss +0 -0
  175. /package/styles/{ribbon → spreadsheet-ribbon}/bootstrap.scss +0 -0
  176. /package/styles/{ribbon → spreadsheet-ribbon}/bootstrap4.scss +0 -0
  177. /package/styles/{ribbon → spreadsheet-ribbon}/bootstrap5-dark.scss +0 -0
  178. /package/styles/{ribbon → spreadsheet-ribbon}/bootstrap5.scss +0 -0
  179. /package/styles/{ribbon → spreadsheet-ribbon}/fabric-dark.scss +0 -0
  180. /package/styles/{ribbon → spreadsheet-ribbon}/fabric.scss +0 -0
  181. /package/styles/{ribbon → spreadsheet-ribbon}/fluent-dark.scss +0 -0
  182. /package/styles/{ribbon → spreadsheet-ribbon}/fluent.scss +0 -0
  183. /package/styles/{ribbon → spreadsheet-ribbon}/highcontrast-light.scss +0 -0
  184. /package/styles/{ribbon → spreadsheet-ribbon}/highcontrast.scss +0 -0
  185. /package/styles/{ribbon → spreadsheet-ribbon}/icons/_bootstrap5-dark.scss +0 -0
  186. /package/styles/{ribbon → spreadsheet-ribbon}/icons/_fluent-dark.scss +0 -0
  187. /package/styles/{ribbon → spreadsheet-ribbon}/material-dark.scss +0 -0
  188. /package/styles/{ribbon → spreadsheet-ribbon}/material.scss +0 -0
  189. /package/styles/{ribbon → spreadsheet-ribbon}/tailwind-dark.scss +0 -0
  190. /package/styles/{ribbon → spreadsheet-ribbon}/tailwind.scss +0 -0
@@ -1,4 +1,4 @@
1
- @import '../ribbon/mixin.scss';
1
+ @import '../spreadsheet-ribbon/mixin.scss';
2
2
  @include export-module('spreadsheet-layout') {
3
3
 
4
4
  /*! spreadsheet layout */
@@ -17,7 +17,7 @@
17
17
  width: $protect-dlg-width;
18
18
 
19
19
  & .e-sheet-password-content .e-header {
20
- font-size: 14px;
20
+ font-size: $protect-sheet-dlg-password-header-font-size;
21
21
  line-height: 28px;
22
22
  margin-bottom: 4px;
23
23
  }
@@ -56,20 +56,20 @@
56
56
 
57
57
  & .e-unprotectworksheet-dlg.e-dialog {
58
58
  & .e-dlg-header-content .e-dlg-header {
59
- font-size: 18px;
59
+ font-size: $unprotect-sheet-dlg-header-font-size;
60
60
  line-height: 21px;
61
61
  }
62
62
 
63
63
  & .e-dlg-content {
64
64
  & .e-unprotectsheetpwd-alert-span {
65
65
  color: $dlg-error-color;
66
- font-size: 12px;
66
+ font-size: $unprotectsheet-alert-span-font-size;
67
67
  padding-top: 7px;
68
68
  }
69
69
 
70
70
  & .e-unprotectsheetpwd-content {
71
71
  & .e-header {
72
- font-size: 14px;
72
+ font-size: $unprotectsheet-content-header-font-size;
73
73
  line-height: 16px;
74
74
  }
75
75
 
@@ -82,20 +82,20 @@
82
82
 
83
83
  & .e-reenterpwd-dlg.e-dialog {
84
84
  & .e-dlg-header-content .e-dlg-header {
85
- font-size: 18px;
85
+ font-size: $reenterpwd-dlg-content-header-font-size;
86
86
  line-height: 21px;
87
87
  }
88
88
 
89
89
  & .e-dlg-content {
90
90
  & .e-reenterpwd-alert-span {
91
91
  color: $dlg-error-color;
92
- font-size: 12px;
92
+ font-size: $reenterpwd-dlg-alert-span-font-size;
93
93
  padding-top: 7px;
94
94
  }
95
95
 
96
96
  & .e-reenterpwd-content {
97
97
  & .e-header {
98
- font-size: 14px;
98
+ font-size: $reenterpwd-dlg-content-header-font-size;
99
99
  line-height: 16px;
100
100
  }
101
101
 
@@ -134,7 +134,7 @@
134
134
  border-radius: 5px;
135
135
  }
136
136
 
137
- @if $skin-name == 'FluentUI' or $skin-name == 'FluentUI-dark' {
137
+ @if $skin-name == 'FluentUI' {
138
138
  margin-bottom: $bigger-find-tool-margin-bottom;
139
139
  }
140
140
 
@@ -168,7 +168,7 @@
168
168
  padding-top: 20px;
169
169
 
170
170
  & .e-label {
171
- font-size: 14px;
171
+ font-size: $protect-checkbox-label-font-size;
172
172
  }
173
173
  }
174
174
 
@@ -197,7 +197,7 @@
197
197
  }
198
198
 
199
199
  & .e-protect-content {
200
- font-size: 13px;
200
+ font-size: $protect-content-font-size;
201
201
  height: 37px;
202
202
  padding-top: 20px;
203
203
  width: 100%;
@@ -218,7 +218,7 @@
218
218
  vertical-align: top;
219
219
 
220
220
  & .e-btn-icon {
221
- font-size: 16px;
221
+ font-size: $formula-submit-btn-icon-font-size;
222
222
  margin-top: 0;
223
223
  vertical-align: top;
224
224
  }
@@ -270,7 +270,7 @@
270
270
  min-height: 15px;
271
271
 
272
272
  @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
273
- font-size: 18px;
273
+ font-size: $name-box-icon-font-size;
274
274
  }
275
275
  }
276
276
  }
@@ -301,11 +301,11 @@
301
301
  width: 18px;
302
302
 
303
303
  @if $skin-name != 'bootstrap4' {
304
- font-size: 10px;
304
+ font-size: $formula-bar-drop-icon-font-size;
305
305
  }
306
306
 
307
307
  @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
308
- font-size: 18px;
308
+ font-size: $formula-bar-drop-icon-font-size;
309
309
  line-height: 25px;
310
310
  }
311
311
  }
@@ -539,8 +539,8 @@
539
539
  }
540
540
 
541
541
  & .e-header-cell {
542
- font-size: 12px;
543
- font-weight: 500;
542
+ font-size: $header-cell-font-size;
543
+ font-weight: $header-cell-font-weight;
544
544
  letter-spacing: 0;
545
545
  text-align: center;
546
546
  }
@@ -1136,15 +1136,15 @@
1136
1136
  }
1137
1137
 
1138
1138
  &:not(.e-split-colorpicker) {
1139
- line-height: $ribbon-btn-height;
1139
+ line-height: $spreadsheet-ribbon-btn-height;
1140
1140
  }
1141
1141
 
1142
1142
  &:not(.e-dropdown-btn):not(.e-split-btn) {
1143
- padding-left: $ribbon-btn-padding;
1144
- padding-right: $ribbon-btn-padding;
1143
+ padding-left: $spreadsheet-ribbon-btn-padding;
1144
+ padding-right: $spreadsheet-ribbon-btn-padding;
1145
1145
 
1146
1146
  & .e-btn-icon {
1147
- min-width: $ribbon-btn-width;
1147
+ min-width: $spreadsheet-ribbon-btn-width;
1148
1148
  }
1149
1149
  }
1150
1150
 
@@ -1154,23 +1154,18 @@
1154
1154
 
1155
1155
  &:not(.e-split-colorpicker) .e-btn-icon {
1156
1156
  @if $skin-name != 'bootstrap5' {
1157
- line-height: $ribbon-btn-height;
1158
- min-height: $ribbon-btn-height;
1157
+ line-height: $spreadsheet-ribbon-btn-height;
1158
+ min-height: $spreadsheet-ribbon-btn-height;
1159
1159
  vertical-align: bottom;
1160
1160
  }
1161
1161
 
1162
1162
  &:not(.e-caret) {
1163
- @if $skin-name == 'bootstrap5' {
1164
- font-size: 18px;
1165
- }
1166
- @else {
1167
- font-size: 16px;
1168
- }
1163
+ font-size: $spreadsheet-tbar-btn-icon-font-size;
1169
1164
  }
1170
1165
 
1171
1166
  @if $skin-name == 'fabric' or $skin-name == 'highcontrast' or $skin-name == 'fabric-dark' {
1172
1167
  &.e-wrap-icon {
1173
- font-size: 19px;
1168
+ font-size: $toolbar-wrap-icon-font-size;
1174
1169
  }
1175
1170
  }
1176
1171
  }
@@ -1179,30 +1174,30 @@
1179
1174
  & .e-toolbar .e-toolbar-item .e-btn {
1180
1175
  @if $skin-name == 'material' or $skin-name == 'bootstrap4' {
1181
1176
  &.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
1182
- font-size: 16px;
1177
+ font-size: $spreadsheet-tbar-btn-icon-font-size;
1183
1178
  }
1184
1179
  }
1185
1180
 
1186
1181
  & .e-chart-icon,
1187
1182
  & .e-chart-type-icon {
1188
- font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
1183
+ font-size: $spreadsheet-chart-icon-font-size !important; /* stylelint-disable-line declaration-no-important */
1189
1184
  margin-right: 5px;
1190
1185
  padding: 0 5px;
1191
1186
  width: 30px;
1192
1187
  }
1193
1188
 
1194
1189
  & .e-switch-row-column-icon {
1195
- font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1190
+ font-size: $spreadsheet-switch-row-column-icon-font-size !important; /* stylelint-disable-line declaration-no-important */
1196
1191
  margin-right: 5px;
1197
1192
  }
1198
1193
 
1199
1194
  & .e-addchart-icon {
1200
- font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1195
+ font-size: $spreadsheet-addchart-icon-font-size !important; /* stylelint-disable-line declaration-no-important */
1201
1196
  margin-right: -5px;
1202
1197
  }
1203
1198
 
1204
1199
  &.e-split-colorpicker {
1205
- line-height: $ribbon-btn-height - 1;
1200
+ line-height: $spreadsheet-ribbon-btn-height - 1;
1206
1201
  padding-bottom: 1px;
1207
1202
  padding-left: 0;
1208
1203
  padding-right: 0;
@@ -1210,11 +1205,11 @@
1210
1205
 
1211
1206
  & .e-icons.e-btn-icon:not(.e-caret) {
1212
1207
  &.e-font-color {
1213
- font-size: 13px;
1208
+ font-size: $spreadsheet-cpicker-font-color-font-size;
1214
1209
  }
1215
1210
 
1216
1211
  &.e-fill-color {
1217
- font-size: 14px;
1212
+ font-size: $spreadsheet-cpicker-fill-color-font-size;
1218
1213
  }
1219
1214
  }
1220
1215
  }
@@ -1283,7 +1278,7 @@
1283
1278
  padding-right: 9px;
1284
1279
 
1285
1280
  & .e-btn-icon {
1286
- font-size: 18px;
1281
+ font-size: $formula-bar-btn-icon-font-size;
1287
1282
  line-height: $mformula-bar-height;
1288
1283
  }
1289
1284
  }
@@ -1590,7 +1585,7 @@
1590
1585
  }
1591
1586
 
1592
1587
  & .e-top-header {
1593
- font-weight: 500;
1588
+ font-weight: $cf-dlg-content-font-weight;
1594
1589
  }
1595
1590
 
1596
1591
  @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
@@ -1603,11 +1598,11 @@
1603
1598
  & .e-title-dlg {
1604
1599
  & .e-title-dlg-content {
1605
1600
  & .e-top-header {
1606
- font-size: 16px;
1601
+ font-size: $title-dlg-content-header-font-size;
1607
1602
  }
1608
1603
 
1609
1604
  & .e-input {
1610
- font-size: 14px;
1605
+ font-size: $title-dlg-content-input-font-size;
1611
1606
  line-height: 30px;
1612
1607
  }
1613
1608
  }
@@ -1632,12 +1627,12 @@
1632
1627
  margin-bottom: 24px;
1633
1628
 
1634
1629
  & .e-header {
1635
- font-size: 14px;
1630
+ font-size: $validation-dlg-content-header-font-size;
1636
1631
  line-height: 16px;
1637
1632
  }
1638
1633
 
1639
1634
  & .e-input {
1640
- font-size: 14px;
1635
+ font-size: $validation-dlg-content-input-font-size;
1641
1636
  height: 32px;
1642
1637
  margin-top: 5px;
1643
1638
  }
@@ -1652,7 +1647,7 @@
1652
1647
  width: 50%;
1653
1648
 
1654
1649
  & .e-header {
1655
- font-size: 14px;
1650
+ font-size: $validation-dlg-content-header-font-size;
1656
1651
  line-height: 16px;
1657
1652
  }
1658
1653
 
@@ -1668,7 +1663,7 @@
1668
1663
  width: 50%;
1669
1664
 
1670
1665
  & .e-header {
1671
- font-size: 14px;
1666
+ font-size: $validation-dlg-content-header-font-size;
1672
1667
  line-height: 16px;
1673
1668
  }
1674
1669
 
@@ -1688,12 +1683,12 @@
1688
1683
  width: 50%;
1689
1684
 
1690
1685
  & .e-header {
1691
- font-size: 14px;
1686
+ font-size: $validation-dlg-content-header-font-size;
1692
1687
  line-height: 16px;
1693
1688
  }
1694
1689
 
1695
1690
  & .e-input {
1696
- font-size: 14px;
1691
+ font-size: $validation-dlg-content-input-font-size;
1697
1692
  height: 32px;
1698
1693
  margin-top: 5px;
1699
1694
  }
@@ -1705,29 +1700,29 @@
1705
1700
  width: 50%;
1706
1701
 
1707
1702
  & .e-header {
1708
- font-size: 14px;
1703
+ font-size: $validation-dlg-content-header-font-size;
1709
1704
  line-height: 16px;
1710
1705
  }
1711
1706
 
1712
1707
  & .e-input {
1713
- font-size: 14px;
1708
+ font-size: $validation-dlg-content-input-font-size;
1714
1709
  height: 32px;
1715
1710
  margin-top: 5px;
1716
1711
  }
1717
1712
  }
1718
1713
 
1719
1714
  & .e-dlg-error {
1720
- font-size: 12px;
1715
+ font-size: $validation-dlg-error-font-size;
1721
1716
  padding-top: 10px;
1722
1717
  }
1723
1718
 
1724
1719
  & .e-header {
1725
- font-size: 14px;
1720
+ font-size: $validation-dlg-content-header-font-size;
1726
1721
  line-height: 16px;
1727
1722
  }
1728
1723
 
1729
1724
  & .e-input {
1730
- font-size: 14px;
1725
+ font-size: $validation-dlg-content-input-font-size;
1731
1726
  height: 32px;
1732
1727
  }
1733
1728
  }
@@ -1742,8 +1737,8 @@
1742
1737
  }
1743
1738
  }
1744
1739
 
1745
- & .e-validationerror-dlg .e-dlg-content {
1746
- font-size: 14px;
1740
+ & .e-validation-error-dlg .e-dlg-content {
1741
+ font-size: $validationerror-dlg-content-font-size;
1747
1742
  line-height: 28px;
1748
1743
  }
1749
1744
 
@@ -1760,7 +1755,7 @@
1760
1755
  }
1761
1756
 
1762
1757
  & .e-dlg-header {
1763
- font-size: 18px;
1758
+ font-size: $hyperlink-dlg-header-content-font-size;
1764
1759
  line-height: 21px;
1765
1760
  }
1766
1761
  }
@@ -1786,11 +1781,6 @@
1786
1781
  & .e-toolbar-item {
1787
1782
  text-align: center;
1788
1783
  width: 136px;
1789
-
1790
- & .e-tab-text {
1791
- font-size: 13px;
1792
- line-height: 15px;
1793
- }
1794
1784
  }
1795
1785
  }
1796
1786
 
@@ -1814,7 +1804,7 @@
1814
1804
  }
1815
1805
 
1816
1806
  & .e-header {
1817
- font-size: 14px;
1807
+ font-size: $hyperlink-dlg-content-header-font-size;
1818
1808
  line-height: 16px;
1819
1809
  }
1820
1810
 
@@ -1822,7 +1812,7 @@
1822
1812
  @if $skin-name != 'material' and $skin-name != 'material-dark' {
1823
1813
  margin-top: 8px;
1824
1814
  }
1825
- font-size: 14px;
1815
+ font-size: $hyperlink-dlg-content-text-font-size;
1826
1816
  height: 32px;
1827
1817
  line-height: 16px;
1828
1818
  width: 275px;
@@ -1865,7 +1855,7 @@
1865
1855
 
1866
1856
  & .e-file-alert-span {
1867
1857
  color: $dlg-error-color;
1868
- font-size: 12px;
1858
+ font-size: $open-dlg-file-alert-span-font-size;
1869
1859
  padding-top: 7px;
1870
1860
  }
1871
1861
  }
@@ -1878,13 +1868,13 @@
1878
1868
  & .e-dlg-content {
1879
1869
  & .e-find-alert-span {
1880
1870
  color: $dlg-error-color;
1881
- font-size: 12px;
1871
+ font-size: $find-dlg-alert-span-font-size;
1882
1872
  padding-top: 7px;
1883
1873
  }
1884
1874
 
1885
1875
  & .e-replace-alert-span {
1886
1876
  color: $dlg-error-color;
1887
- font-size: 12px;
1877
+ font-size: $find-dlg-alert-span-font-size;
1888
1878
  padding-top: 7px;
1889
1879
  }
1890
1880
 
@@ -1910,14 +1900,14 @@
1910
1900
 
1911
1901
  & .e-protectworkbook-dlg.e-dialog {
1912
1902
  & .e-dlg-header-content .e-dlg-header {
1913
- font-size: 18px;
1903
+ font-size: $protectworkbook-dlg-header-font-size;
1914
1904
  line-height: 31px;
1915
1905
  }
1916
1906
 
1917
1907
  & .e-dlg-content {
1918
1908
  & .e-pwd-alert-span {
1919
1909
  color: $dlg-error-color;
1920
- font-size: 12px;
1910
+ font-size: $protectworkbook-dlg-alert-span-font-size;
1921
1911
  padding-top: 12px;
1922
1912
  }
1923
1913
 
@@ -1925,7 +1915,7 @@
1925
1915
  padding-top: 12px;
1926
1916
 
1927
1917
  & .e-header {
1928
- font-size: 12px;
1918
+ font-size: $protectworkbook-dlg-content-header-font-size;
1929
1919
  line-height: 24px;
1930
1920
  margin-bottom: 4px;
1931
1921
  }
@@ -1935,20 +1925,20 @@
1935
1925
 
1936
1926
  & .e-unprotectworkbook-dlg.e-dialog {
1937
1927
  & .e-dlg-header-content .e-dlg-header {
1938
- font-size: 18px;
1928
+ font-size: $protectworkbook-dlg-header-font-size;
1939
1929
  line-height: 21px;
1940
1930
  }
1941
1931
 
1942
1932
  & .e-dlg-content {
1943
1933
  & .e-unprotectpwd-alert-span {
1944
1934
  color: $dlg-error-color;
1945
- font-size: 12px;
1935
+ font-size: $protectworkbook-dlg-alert-span-font-size;
1946
1936
  padding-top: 7px;
1947
1937
  }
1948
1938
 
1949
1939
  & .e-unprotectpwd-content {
1950
1940
  & .e-header {
1951
- font-size: 14px;
1941
+ font-size: $unprotectworkbook-dlg-content-header-font-size;
1952
1942
  line-height: 16px;
1953
1943
  }
1954
1944
 
@@ -1961,20 +1951,20 @@
1961
1951
 
1962
1952
  & .e-importprotectworkbook-dlg.e-dialog {
1963
1953
  & .e-dlg-header-content .e-dlg-header {
1964
- font-size: 18px;
1954
+ font-size: $protectworkbook-dlg-header-font-size;
1965
1955
  line-height: 21px;
1966
1956
  }
1967
1957
 
1968
1958
  & .e-dlg-content {
1969
1959
  & .e-importprotectpwd-alert-span {
1970
1960
  color: $dlg-error-color;
1971
- font-size: 12px;
1961
+ font-size: $protectworkbook-dlg-alert-span-font-size;
1972
1962
  padding-top: 7px;
1973
1963
  }
1974
1964
 
1975
1965
  & .e-importprotectpwd-content {
1976
1966
  & .e-header {
1977
- font-size: 14px;
1967
+ font-size: $importprotectworkbook-dlg-content-header-font-size;
1978
1968
  line-height: 16px;
1979
1969
  }
1980
1970
 
@@ -1991,11 +1981,11 @@
1991
1981
  margin-top: -9px;
1992
1982
  }
1993
1983
  @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1994
- font-size: 14px;
1984
+ font-size: $filter-icon-font-size;
1995
1985
  }
1996
1986
 
1997
1987
  &::before {
1998
- font-size: 20px;
1988
+ font-size: $filter-icon-before-font-size;
1999
1989
  margin-left: -3px;
2000
1990
  }
2001
1991
  }
@@ -2042,7 +2032,7 @@
2042
2032
  max-width: initial;
2043
2033
 
2044
2034
  & .e-numformat-preview-text {
2045
- font-size: 13px;
2035
+ font-size: $numformat-ddb-preview-font-size;
2046
2036
  max-width: 200px;
2047
2037
  overflow: hidden;
2048
2038
  text-align: right;
@@ -2093,7 +2083,7 @@
2093
2083
  }
2094
2084
 
2095
2085
  &.e-aggregate-list {
2096
- font-size: 13px;
2086
+ font-size: $aggregate-list-font-size;
2097
2087
  margin-left: auto;
2098
2088
  }
2099
2089
 
@@ -2101,12 +2091,12 @@
2101
2091
  border: 0;
2102
2092
 
2103
2093
  & ul .e-menu-item .e-menu-icon {
2104
- font-size: 16px;
2094
+ font-size: $aggregate-list-font-size;
2105
2095
  }
2106
2096
  }
2107
2097
 
2108
2098
  &.e-popup.e-aggregate-list ul {
2109
- font-size: 13px;
2099
+ font-size: $aggregate-list-font-size;
2110
2100
  }
2111
2101
  }
2112
2102
 
@@ -2116,7 +2106,7 @@
2116
2106
  width: 100%;
2117
2107
 
2118
2108
  & .e-extension {
2119
- font-size: 13px;
2109
+ font-size: $file-menu-extension-font-size;
2120
2110
  margin-left: auto;
2121
2111
  opacity: .7;
2122
2112
  padding-left: $menu-extension-padding;
@@ -2475,7 +2465,7 @@
2475
2465
  }
2476
2466
 
2477
2467
  & .e-dlg-header {
2478
- font-size: 16px;
2468
+ font-size: $function-dlg-header-content-font-size;
2479
2469
  font-weight: normal;
2480
2470
  }
2481
2471
  }
@@ -2486,12 +2476,11 @@
2486
2476
  padding-right: $dlg-content-padding;
2487
2477
 
2488
2478
  & .e-category-content {
2489
- font-size: 12px;
2490
- font-weight: 500;
2479
+ font-size: $dlg-category-content-font-size;
2480
+ font-weight: $dlg-category-content-font-weight;
2491
2481
  margin-bottom: $dlg-category-margin-bottom;
2492
2482
 
2493
2483
  @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
2494
- font-weight: 600;
2495
2484
  padding: 10px 0;
2496
2485
  }
2497
2486
  }
@@ -2503,7 +2492,7 @@
2503
2492
  }
2504
2493
 
2505
2494
  & .e-description-content {
2506
- font-size: 14px;
2495
+ font-size: $dlg-description-content-font-size;
2507
2496
  font-weight: $dlg-description-font-weight;
2508
2497
  padding-top: 10px;
2509
2498
  }
@@ -2598,7 +2587,7 @@
2598
2587
  }
2599
2588
 
2600
2589
  & .e-aggregate-list {
2601
- font-size: 13px;
2590
+ font-size: $aggregate-list-font-size;
2602
2591
  margin-left: auto;
2603
2592
  }
2604
2593
 
@@ -2626,7 +2615,7 @@
2626
2615
  }
2627
2616
  }
2628
2617
 
2629
- .e-validationerror-dlg .e-dlg-content {
2618
+ .e-validation-error-dlg .e-dlg-content {
2630
2619
  padding-bottom: 0;
2631
2620
  }
2632
2621
 
@@ -2650,31 +2639,31 @@
2650
2639
  & .e-ribbon {
2651
2640
  & .e-toolbar .e-btn:not(.e-tbar-btn) {
2652
2641
  &:not(.e-split-colorpicker) {
2653
- line-height: $bigger-ribbon-btn-height;
2642
+ line-height: $bigger-spreadsheet-ribbon-btn-height;
2654
2643
  }
2655
2644
 
2656
2645
  &.e-split-colorpicker {
2657
- line-height: $bigger-ribbon-btn-height - 2;
2646
+ line-height: $bigger-spreadsheet-ribbon-btn-height - 2;
2658
2647
  padding-bottom: 2px;
2659
2648
  width: $bigger-cpicker-btn-width;
2660
2649
  }
2661
2650
 
2662
2651
  &:not(.e-dropdown-btn):not(.e-split-btn) {
2663
- padding-left: $bigger-ribbon-btn-padding;
2664
- padding-right: $bigger-ribbon-btn-padding;
2652
+ padding-left: $bigger-spreadsheet-ribbon-btn-padding;
2653
+ padding-right: $bigger-spreadsheet-ribbon-btn-padding;
2665
2654
  }
2666
2655
 
2667
2656
  &:not(.e-split-colorpicker) .e-btn-icon {
2668
- line-height: $bigger-ribbon-btn-height;
2669
- min-height: $bigger-ribbon-btn-height;
2657
+ line-height: $bigger-spreadsheet-ribbon-btn-height;
2658
+ min-height: $bigger-spreadsheet-ribbon-btn-height;
2670
2659
 
2671
2660
  &:not(.e-caret) {
2672
- font-size: 18px;
2661
+ font-size: $bigger-spreadsheet-tbar-btn-icon-font-size;
2673
2662
  }
2674
2663
 
2675
2664
  @if $skin-name == 'fabric' or $skin-name == 'highcontrast' or $skin-name == 'fabric-dark' {
2676
2665
  &.e-wrap-icon {
2677
- font-size: 21px;
2666
+ font-size: $bigger-toolbar-wrap-icon-font-size;
2678
2667
  }
2679
2668
  }
2680
2669
  }
@@ -2682,7 +2671,7 @@
2682
2671
 
2683
2672
  & .e-toolbar .e-toolbar-item .e-btn {
2684
2673
  &.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
2685
- font-size: 18px;
2674
+ font-size: $bigger-spreadsheet-tbar-btn-icon-font-size;
2686
2675
  }
2687
2676
  }
2688
2677
 
@@ -2703,7 +2692,7 @@
2703
2692
 
2704
2693
  & .e-formula-bar-panel {
2705
2694
  & .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon {
2706
- font-size: 20px;
2695
+ font-size: $bigger-name-box-ddl-icon-font-size;
2707
2696
  margin: 0;
2708
2697
  }
2709
2698
 
@@ -2736,7 +2725,7 @@
2736
2725
 
2737
2726
  @if $skin-name != 'bootstrap' and $skin-name != 'bootstrap4' {
2738
2727
  & .e-drop-icon {
2739
- font-size: 12px;
2728
+ font-size: $spreadsheet-drop-icon-font-size;
2740
2729
  margin-right: 5px;
2741
2730
  }
2742
2731
  }
@@ -2746,7 +2735,7 @@
2746
2735
  height: 29px;
2747
2736
 
2748
2737
  & .e-btn-icon {
2749
- font-size: 18px;
2738
+ font-size: $bigger-insert-function-btn-icon-font-size;
2750
2739
  line-height: 30px;
2751
2740
  }
2752
2741
  }
@@ -2759,7 +2748,7 @@
2759
2748
  line-height: 29px;
2760
2749
 
2761
2750
  @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
2762
- font-size: 18px;
2751
+ font-size: $bigger-formula-bar-drop-icon-font-size;
2763
2752
  line-height: 38px;
2764
2753
  }
2765
2754
  }
@@ -2811,13 +2800,13 @@
2811
2800
  & .e-filter-icon {
2812
2801
  margin-bottom: $filter-icon-bigger-margin-bottom;
2813
2802
  @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
2814
- font-size: 21px;
2803
+ font-size: $bigger-filter-icon-font-size;
2815
2804
  margin-top: -3px;
2816
2805
  }
2817
2806
  }
2818
2807
 
2819
2808
  & .e-find-dlg .e-footer-content .e-btn {
2820
- font-size: 11px;
2809
+ font-size: $bigger-find-dlg-btn-font-size;
2821
2810
  margin-top: 6px;
2822
2811
  }
2823
2812
 
@@ -2830,14 +2819,14 @@
2830
2819
  height: auto;
2831
2820
 
2832
2821
  & .e-btn {
2833
- font-size: 12px;
2822
+ font-size: $goto-dlg-btn-font-size;
2834
2823
  }
2835
2824
  }
2836
2825
 
2837
2826
  & .e-protectworkbook-dlg.e-dialog .e-dlg-content {
2838
2827
  & .e-pwd-alert-span {
2839
2828
  color: $dlg-error-color;
2840
- font-size: 14px;
2829
+ font-size: $protectworkbook-dlg-pwd-alert-span-font-size;
2841
2830
  padding-top: 16px;
2842
2831
  }
2843
2832
 
@@ -2845,7 +2834,7 @@
2845
2834
  padding-top: 16px;
2846
2835
 
2847
2836
  & .e-header {
2848
- font-size: 14px;
2837
+ font-size: $protectworkbook-dlg-pwd-content-font-size;
2849
2838
  line-height: 28px;
2850
2839
  margin-bottom: 4px;
2851
2840
  }
@@ -2937,7 +2926,7 @@
2937
2926
  }
2938
2927
 
2939
2928
  & .e-sort-listwrapper .text {
2940
- font-size: 12px;
2929
+ font-size: $sort-dlg-listwrapper-text-font-size;
2941
2930
  padding: 10px 0 5px;
2942
2931
  }
2943
2932
 
@@ -2962,7 +2951,7 @@
2962
2951
  & .e-sort-error {
2963
2952
  bottom: 0;
2964
2953
  display: none;
2965
- font-size: 12px;
2954
+ font-size: $sort-dlg-error-font-size;
2966
2955
  height: 20px;
2967
2956
  line-height: 20px;
2968
2957
  position: absolute;
@@ -3019,7 +3008,7 @@
3019
3008
  }
3020
3009
 
3021
3010
  @if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' {
3022
- .e-ribbon .e-tab .e-tab-header .e-toolbar-item {
3011
+ .e-spreadsheet .e-ribbon .e-tab .e-tab-header .e-toolbar-item {
3023
3012
  & .e-tab-wrap:focus .e-text-wrap {
3024
3013
  height: 32px;
3025
3014
  }