@syncfusion/ej2-angular-spreadsheet 20.2.38 → 20.2.39-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 (188) 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 +1175 -0
  6. package/dist/ej2-angular-spreadsheet.umd.js +1585 -0
  7. package/dist/ej2-angular-spreadsheet.umd.js.map +1 -0
  8. package/dist/ej2-angular-spreadsheet.umd.min.js +11 -0
  9. package/dist/ej2-angular-spreadsheet.umd.min.js.map +1 -0
  10. package/ej2-angular-spreadsheet.d.ts +5 -0
  11. package/ej2-angular-spreadsheet.metadata.json +1 -0
  12. package/package.json +13 -27
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +10 -0
  15. package/schematics/ng-add/index.d.ts +3 -0
  16. package/schematics/ng-add/index.js +9 -0
  17. package/schematics/ng-add/schema.d.ts +13 -0
  18. package/schematics/ng-add/schema.js +2 -0
  19. package/schematics/ng-add/schema.json +34 -0
  20. package/schematics/tsconfig.json +25 -0
  21. package/schematics/utils/lib-details.d.ts +4 -0
  22. package/schematics/utils/lib-details.js +6 -0
  23. package/schematics/utils/lib-details.ts +2 -2
  24. package/src/spreadsheet/cells.directive.d.ts +0 -5
  25. package/src/spreadsheet/chart.directive.d.ts +0 -5
  26. package/src/spreadsheet/columns.directive.d.ts +0 -5
  27. package/src/spreadsheet/conditionalformats.directive.d.ts +0 -5
  28. package/src/spreadsheet/definednames.directive.d.ts +0 -5
  29. package/src/spreadsheet/image.directive.d.ts +0 -5
  30. package/src/spreadsheet/ranges.directive.d.ts +0 -5
  31. package/src/spreadsheet/rows.directive.d.ts +0 -5
  32. package/src/spreadsheet/sheets.directive.d.ts +0 -5
  33. package/src/spreadsheet/spreadsheet-all.module.d.ts +0 -6
  34. package/src/spreadsheet/spreadsheet.component.d.ts +0 -3
  35. package/src/spreadsheet/spreadsheet.module.d.ts +0 -15
  36. package/styles/bootstrap-dark.css +124 -100
  37. package/styles/bootstrap.css +124 -100
  38. package/styles/bootstrap4.css +125 -101
  39. package/styles/bootstrap5-dark.css +129 -101
  40. package/styles/bootstrap5.css +129 -101
  41. package/styles/fabric-dark.css +121 -100
  42. package/styles/fabric.css +121 -100
  43. package/styles/fluent-dark.css +137 -114
  44. package/styles/fluent.css +137 -114
  45. package/styles/highcontrast-light.css +121 -100
  46. package/styles/highcontrast.css +121 -100
  47. package/styles/material-dark.css +123 -100
  48. package/styles/material.css +123 -100
  49. package/styles/ribbon/bootstrap-dark.scss +1 -4
  50. package/styles/ribbon/bootstrap.scss +1 -4
  51. package/styles/ribbon/bootstrap4.scss +1 -4
  52. package/styles/ribbon/bootstrap5-dark.scss +1 -4
  53. package/styles/ribbon/bootstrap5.scss +1 -4
  54. package/styles/ribbon/fabric-dark.scss +1 -4
  55. package/styles/ribbon/fabric.scss +1 -4
  56. package/styles/ribbon/fluent-dark.scss +1 -4
  57. package/styles/ribbon/fluent.scss +1 -4
  58. package/styles/ribbon/highcontrast-light.scss +1 -3
  59. package/styles/ribbon/highcontrast.scss +1 -4
  60. package/styles/ribbon/material-dark.scss +1 -4
  61. package/styles/ribbon/material.scss +1 -4
  62. package/styles/ribbon/tailwind-dark.scss +1 -4
  63. package/styles/ribbon/tailwind.scss +1 -4
  64. package/styles/spreadsheet/bootstrap-dark.css +124 -100
  65. package/styles/spreadsheet/bootstrap-dark.scss +1 -23
  66. package/styles/spreadsheet/bootstrap.css +124 -100
  67. package/styles/spreadsheet/bootstrap.scss +1 -23
  68. package/styles/spreadsheet/bootstrap4.css +125 -101
  69. package/styles/spreadsheet/bootstrap4.scss +1 -23
  70. package/styles/spreadsheet/bootstrap5-dark.css +129 -101
  71. package/styles/spreadsheet/bootstrap5-dark.scss +1 -22
  72. package/styles/spreadsheet/bootstrap5.css +129 -101
  73. package/styles/spreadsheet/bootstrap5.scss +1 -23
  74. package/styles/spreadsheet/fabric-dark.css +121 -100
  75. package/styles/spreadsheet/fabric-dark.scss +1 -23
  76. package/styles/spreadsheet/fabric.css +121 -100
  77. package/styles/spreadsheet/fabric.scss +1 -23
  78. package/styles/spreadsheet/fluent-dark.css +137 -114
  79. package/styles/spreadsheet/fluent-dark.scss +1 -22
  80. package/styles/spreadsheet/fluent.css +137 -114
  81. package/styles/spreadsheet/fluent.scss +1 -23
  82. package/styles/spreadsheet/highcontrast-light.css +121 -100
  83. package/styles/spreadsheet/highcontrast-light.scss +1 -22
  84. package/styles/spreadsheet/highcontrast.css +121 -100
  85. package/styles/spreadsheet/highcontrast.scss +1 -23
  86. package/styles/spreadsheet/material-dark.css +123 -100
  87. package/styles/spreadsheet/material-dark.scss +1 -23
  88. package/styles/spreadsheet/material.css +123 -100
  89. package/styles/spreadsheet/material.scss +1 -23
  90. package/styles/spreadsheet/tailwind-dark.css +122 -102
  91. package/styles/spreadsheet/tailwind-dark.scss +1 -22
  92. package/styles/spreadsheet/tailwind.css +122 -102
  93. package/styles/spreadsheet/tailwind.scss +1 -23
  94. package/styles/tailwind-dark.css +122 -102
  95. package/styles/tailwind.css +122 -102
  96. package/esm2020/public_api.mjs +0 -3
  97. package/esm2020/src/index.mjs +0 -14
  98. package/esm2020/src/spreadsheet/cells.directive.mjs +0 -71
  99. package/esm2020/src/spreadsheet/chart.directive.mjs +0 -46
  100. package/esm2020/src/spreadsheet/columns.directive.mjs +0 -61
  101. package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +0 -61
  102. package/esm2020/src/spreadsheet/definednames.directive.mjs +0 -58
  103. package/esm2020/src/spreadsheet/image.directive.mjs +0 -46
  104. package/esm2020/src/spreadsheet/ranges.directive.mjs +0 -69
  105. package/esm2020/src/spreadsheet/rows.directive.mjs +0 -65
  106. package/esm2020/src/spreadsheet/sheets.directive.mjs +0 -68
  107. package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +0 -80
  108. package/esm2020/src/spreadsheet/spreadsheet.component.mjs +0 -202
  109. package/esm2020/src/spreadsheet/spreadsheet.module.mjs +0 -106
  110. package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -5
  111. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
  112. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
  113. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +0 -886
  114. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +0 -1
  115. package/styles/ribbon/_all.scss +0 -2
  116. package/styles/ribbon/_bootstrap-dark-definition.scss +0 -13
  117. package/styles/ribbon/_bootstrap-definition.scss +0 -12
  118. package/styles/ribbon/_bootstrap4-definition.scss +0 -13
  119. package/styles/ribbon/_bootstrap5-dark-definition.scss +0 -1
  120. package/styles/ribbon/_bootstrap5-definition.scss +0 -14
  121. package/styles/ribbon/_fabric-dark-definition.scss +0 -14
  122. package/styles/ribbon/_fabric-definition.scss +0 -14
  123. package/styles/ribbon/_fluent-dark-definition.scss +0 -1
  124. package/styles/ribbon/_fluent-definition.scss +0 -14
  125. package/styles/ribbon/_fusionnew-definition.scss +0 -14
  126. package/styles/ribbon/_highcontrast-definition.scss +0 -12
  127. package/styles/ribbon/_highcontrast-light-definition.scss +0 -12
  128. package/styles/ribbon/_layout.scss +0 -243
  129. package/styles/ribbon/_material-dark-definition.scss +0 -15
  130. package/styles/ribbon/_material-definition.scss +0 -13
  131. package/styles/ribbon/_material3-definition.scss +0 -15
  132. package/styles/ribbon/_mixin.scss +0 -89
  133. package/styles/ribbon/_tailwind-dark-definition.scss +0 -1
  134. package/styles/ribbon/_tailwind-definition.scss +0 -13
  135. package/styles/ribbon/_theme.scss +0 -115
  136. package/styles/ribbon/icons/_bootstrap-dark.scss +0 -15
  137. package/styles/ribbon/icons/_bootstrap.scss +0 -15
  138. package/styles/ribbon/icons/_bootstrap4.scss +0 -9
  139. package/styles/ribbon/icons/_bootstrap5-dark.scss +0 -1
  140. package/styles/ribbon/icons/_bootstrap5.scss +0 -15
  141. package/styles/ribbon/icons/_fabric-dark.scss +0 -9
  142. package/styles/ribbon/icons/_fabric.scss +0 -9
  143. package/styles/ribbon/icons/_fluent-dark.scss +0 -1
  144. package/styles/ribbon/icons/_fluent.scss +0 -15
  145. package/styles/ribbon/icons/_fusionnew.scss +0 -15
  146. package/styles/ribbon/icons/_highcontrast.scss +0 -9
  147. package/styles/ribbon/icons/_material-dark.scss +0 -15
  148. package/styles/ribbon/icons/_material.scss +0 -15
  149. package/styles/ribbon/icons/_material3.scss +0 -15
  150. package/styles/ribbon/icons/_tailwind-dark.scss +0 -15
  151. package/styles/ribbon/icons/_tailwind.scss +0 -15
  152. package/styles/spreadsheet/_all.scss +0 -2
  153. package/styles/spreadsheet/_bootstrap-dark-definition.scss +0 -133
  154. package/styles/spreadsheet/_bootstrap-definition.scss +0 -133
  155. package/styles/spreadsheet/_bootstrap4-definition.scss +0 -132
  156. package/styles/spreadsheet/_bootstrap5-dark-definition.scss +0 -1
  157. package/styles/spreadsheet/_bootstrap5-definition.scss +0 -134
  158. package/styles/spreadsheet/_fabric-dark-definition.scss +0 -130
  159. package/styles/spreadsheet/_fabric-definition.scss +0 -130
  160. package/styles/spreadsheet/_fluent-dark-definition.scss +0 -1
  161. package/styles/spreadsheet/_fluent-definition.scss +0 -134
  162. package/styles/spreadsheet/_fusionnew-definition.scss +0 -134
  163. package/styles/spreadsheet/_highcontrast-definition.scss +0 -130
  164. package/styles/spreadsheet/_highcontrast-light-definition.scss +0 -130
  165. package/styles/spreadsheet/_layout.scss +0 -2981
  166. package/styles/spreadsheet/_material-dark-definition.scss +0 -133
  167. package/styles/spreadsheet/_material-definition.scss +0 -131
  168. package/styles/spreadsheet/_material3-definition.scss +0 -134
  169. package/styles/spreadsheet/_tailwind-dark-definition.scss +0 -1
  170. package/styles/spreadsheet/_tailwind-definition.scss +0 -136
  171. package/styles/spreadsheet/_theme.scss +0 -1356
  172. package/styles/spreadsheet/icons/_bootstrap-dark.scss +0 -990
  173. package/styles/spreadsheet/icons/_bootstrap.scss +0 -990
  174. package/styles/spreadsheet/icons/_bootstrap4.scss +0 -994
  175. package/styles/spreadsheet/icons/_bootstrap5-dark.scss +0 -1
  176. package/styles/spreadsheet/icons/_bootstrap5.scss +0 -996
  177. package/styles/spreadsheet/icons/_fabric-dark.scss +0 -990
  178. package/styles/spreadsheet/icons/_fabric.scss +0 -995
  179. package/styles/spreadsheet/icons/_fluent-dark.scss +0 -1
  180. package/styles/spreadsheet/icons/_fluent.scss +0 -996
  181. package/styles/spreadsheet/icons/_fusionnew.scss +0 -996
  182. package/styles/spreadsheet/icons/_highcontrast.scss +0 -990
  183. package/styles/spreadsheet/icons/_material-dark.scss +0 -993
  184. package/styles/spreadsheet/icons/_material.scss +0 -995
  185. package/styles/spreadsheet/icons/_material3.scss +0 -996
  186. package/styles/spreadsheet/icons/_tailwind-dark.scss +0 -996
  187. package/styles/spreadsheet/icons/_tailwind.scss +0 -996
  188. package/syncfusion-ej2-angular-spreadsheet.d.ts +0 -5
@@ -1,2981 +0,0 @@
1
- @import '../ribbon/mixin.scss';
2
- @include export-module('spreadsheet-layout') {
3
- /*! spreadsheet layout */
4
- .e-spreadsheet {
5
- display: block;
6
- user-select: none;
7
-
8
- & .e-delete-sheet-dlg {
9
- @if $skin-name == 'FluentUI' {
10
- height: 211px !important; // sass-lint:disable-line no-important
11
- }
12
- }
13
-
14
- & .e-protect-dlg {
15
- height: $protect-dlg-height;
16
- width: $protect-dlg-width;
17
-
18
- & .e-sheet-password-content {
19
- & .e-header {
20
- font-size: 14px;
21
- line-height: 28px;
22
- margin-bottom: 4px;
23
- }
24
- }
25
- }
26
-
27
- & .e-custom-format-dlg {
28
-
29
- @if $sheet-skin != 'material' {
30
- height: 510px !important; // sass-lint:disable-line no-important
31
- width: 530px !important; // sass-lint:disable-line no-important
32
- }
33
- }
34
-
35
- @if $sheet-skin == 'FluentUI' {
36
- display: inline;
37
- }
38
-
39
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
40
- & .e-dlg-header-content {
41
- padding: 18px;
42
- }
43
- }
44
- @if $skin-name == 'bootstrap5' {
45
- & .e-dlg-header-content {
46
- padding: 12px;
47
- }
48
- }
49
-
50
- & .e-unprotectworksheet-dlg {
51
- left: 0 !important; // sass-lint:disable-line no-important
52
-
53
- & .e-dlg-header-content {
54
- & .e-dlg-header {
55
- font-size: 18px;
56
- line-height: 21px;
57
- }
58
- }
59
-
60
- & .e-dlg-content {
61
- & .e-unprotectsheetpwd-alert-span {
62
- color: $dlg-error-color;
63
- font-size: 12px;
64
- padding-top: 7px;
65
- }
66
-
67
- & .e-unprotectsheetpwd-content {
68
- & .e-header {
69
- font-size: 14px;
70
- line-height: 16px;
71
- }
72
-
73
- & .e-input {
74
- margin-top: 10px;
75
- }
76
- }
77
- }
78
- }
79
-
80
- & .e-reenterpwd-dlg {
81
- left: 0 !important; // sass-lint:disable-line no-important
82
-
83
- & .e-dlg-header-content {
84
- & .e-dlg-header {
85
- font-size: 18px;
86
- line-height: 21px;
87
- }
88
- }
89
-
90
- & .e-dlg-content {
91
- & .e-reenterpwd-alert-span {
92
- color: $dlg-error-color;
93
- font-size: 12px;
94
- padding-top: 7px;
95
- }
96
-
97
- & .e-reenterpwd-content {
98
- & .e-header {
99
- font-size: 14px;
100
- line-height: 16px;
101
- }
102
-
103
- & .e-input {
104
- margin-top: 10px;
105
- }
106
- }
107
- }
108
- }
109
-
110
- & .e-goto-dlg {
111
- height: auto;
112
-
113
- & .e-dlg-content {
114
- & .e-goto-alert-span {
115
- font-weight: bold;
116
- padding-top: 7px;
117
- }
118
- }
119
- }
120
-
121
- & .e-findnreplace-exactmatchcheckbox {
122
- padding: 12px;
123
- }
124
-
125
- &.e-filter-open {
126
- position: relative;
127
- }
128
-
129
- & .e-findtool-dlg {
130
- border: 1px solid;
131
- height: $find-tool-dlg-height;
132
- width: $find-tool-dlg-width;
133
-
134
- & .e-dlg-content {
135
- padding: 0%;
136
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
137
- border-radius: 5px;
138
- }
139
-
140
- & .e-input-group {
141
- width: 170px;
142
-
143
- & .e-input-group-icon {
144
- width: 70px;
145
- }
146
- }
147
- }
148
- }
149
-
150
- & .e-center-align {
151
- text-align: center;
152
- }
153
-
154
- & .e-protect-option-list {
155
- border: $dlg-list-border;
156
- cursor: default;
157
- margin-top: 20px;
158
- overflow-y: auto;
159
-
160
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
161
- margin-top: 10px;
162
- }
163
- }
164
-
165
- & .e-protect-checkbox {
166
- height: 30px;
167
- padding-top: 20px;
168
-
169
- & .e-label {
170
- font-size: 14px;
171
- }
172
- }
173
-
174
- & .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
175
- float: left;
176
- @if $sheet-skin == 'bootstrap5' {
177
- margin-right: 4.8%;
178
- }
179
- @else if $sheet-skin == 'FluentUI' {
180
- margin-right: 6.8%;
181
- }
182
- @else {
183
- margin-right: 2.8%;
184
- }
185
- width: 80%;
186
- }
187
-
188
- & .e-custom-format-dlg .e-footer-content {
189
- padding: 0;
190
- }
191
-
192
- & .e-custom-format-dlg .e-dlg-content {
193
- display: inline-table;
194
- padding-top: 3px;
195
- }
196
-
197
- & .e-dlg-content .e-custom-dialog .e-custom-sample {
198
- margin: 10px 10px 10px 0;
199
- }
200
-
201
- & .e-dlg-content .e-custom-dialog .e-custom-listview {
202
- border: 1px solid $custom-listview-color;
203
- border-radius: 3px;
204
- height: 300px;
205
- }
206
-
207
- & .e-protect-content {
208
- font-size: 13px;
209
- height: 37px;
210
- padding-top: 20px;
211
- width: 100%;
212
- }
213
-
214
- & .e-formula-bar-panel {
215
- align-items: center;
216
- border: $spreadsheet-border;
217
- display: flex;
218
- width: 100%;
219
-
220
- & .e-btn.e-css.e-insert-function,
221
- & .e-btn.e-css.e-formula-submit {
222
- border: 0;
223
- border-radius: 0;
224
- padding-bottom: 0;
225
- padding-top: 0;
226
- vertical-align: top;
227
-
228
- & .e-btn-icon {
229
- font-size: 16px;
230
- margin-top: 0;
231
- vertical-align: top;
232
- }
233
-
234
- &.e-btn:focus {
235
- box-shadow: none;
236
- outline: 0;
237
- }
238
- }
239
-
240
- & .e-name-box {
241
- align-self: flex-start;
242
- border: 0;
243
- margin-bottom: 0;
244
- vertical-align: top;
245
-
246
- & .e-clear-icon {
247
- display: none;
248
- }
249
-
250
- &.e-input-group.e-input-focus.e-control-wrapper.e-ddl {
251
- border: 0;
252
- z-index: 1;
253
-
254
- &::after,
255
- &::before {
256
- height: 0;
257
- }
258
- }
259
-
260
- &.e-input-group.e-control-wrapper.e-ddl.e-name-box {
261
- width: $name-box-width;
262
-
263
- & input.e-input {
264
- height: 23px;
265
- min-height: 15px;
266
- padding: 0 0 0 8px;
267
- }
268
-
269
- @if $skin-name != 'bootstrap4' {
270
- & .e-input-group-icon {
271
- font-size: $namebox-icon-size;
272
- }
273
- }
274
- }
275
-
276
- &.e-input-group.e-control-wrapper.e-name-box .e-input-group-icon {
277
- border-left-width: 0;
278
- min-height: 15px;
279
-
280
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
281
- font-size: 18px;
282
- }
283
- }
284
- }
285
-
286
- & .e-separator {
287
- border-left-style: solid;
288
- border-left-width: 1px;
289
- height: 12px;
290
- width: 1px;
291
- }
292
-
293
- & .e-formula-bar {
294
- border: 0;
295
- font-size: $formula-bar-font-size;
296
- overflow: auto;
297
- padding: 0 4px;
298
- resize: none;
299
- }
300
-
301
- & .e-drop-icon {
302
- align-self: flex-start;
303
- cursor: pointer;
304
- float: right;
305
- line-height: 23px;
306
- margin-right: $expand-icon-margin;
307
- text-align: center;
308
- transition: transform 300ms ease;
309
- width: 18px;
310
-
311
- @if $skin-name != 'bootstrap4' {
312
- font-size: 10px;
313
- }
314
-
315
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
316
- font-size: 18px;
317
- line-height: 25px;
318
- }
319
- }
320
- }
321
-
322
- &.e-hide-row-header {
323
- & .e-row-header,
324
- & .e-selectall-container {
325
- display: none;
326
- }
327
-
328
- & .e-column-header,
329
- & .e-sheet-content {
330
- width: 100% !important; // sass-lint:disable-line no-important
331
- }
332
- }
333
-
334
- &.e-hide-column-header {
335
- & .e-header-panel {
336
- display: none;
337
- }
338
-
339
- & .e-main-panel {
340
- height: 100%;
341
- }
342
- }
343
-
344
- & .e-sheet {
345
- height: 100%;
346
- overflow: hidden;
347
- position: relative;
348
-
349
- &:not(.e-frozen-rows) {
350
- display: flex;
351
- flex-direction: column;
352
- }
353
-
354
- & .e-virtualable {
355
- will-change: transform;
356
- z-index: 1;
357
- }
358
-
359
- & .e-spreadsheet-edit {
360
- border: 0;
361
- cursor: text;
362
- display: none;
363
- font-family: 'Calibri';
364
- font-size: 11pt;
365
- height: auto;
366
- line-height: normal;
367
- outline: none;
368
- overflow-wrap: break-word;
369
- padding: 0 1px;
370
- position: absolute;
371
- user-select: text;
372
- vertical-align: bottom;
373
- white-space: pre-wrap;
374
- z-index: 2;
375
-
376
- &.e-right-align {
377
- text-align: right;
378
- }
379
- }
380
-
381
- & .e-scrollbar {
382
- border-top: $spreadsheet-border;
383
- position: relative;
384
- z-index: 4;
385
-
386
- & .e-scroller {
387
- height: 100%;
388
- overflow-x: scroll;
389
- position: absolute;
390
-
391
- & .e-virtualtrack {
392
- height: 1px;
393
- }
394
- }
395
- }
396
- }
397
-
398
- & .e-ss-atc {
399
- display: none;
400
- }
401
-
402
- & .e-main-panel {
403
- height: calc(100% - 31px);
404
- overflow: hidden;
405
- position: relative;
406
-
407
- & .e-ss-chart-overlay {
408
- border: 1px solid $ele-color;
409
- }
410
-
411
- & .e-virtualable {
412
- position: absolute;
413
- }
414
-
415
- & .e-virtualtrack {
416
- position: relative;
417
- }
418
- }
419
-
420
- & .e-excelfilter {
421
- & .e-spreadsheet-ftrchk {
422
- padding-left: $filter-selectall-padding;
423
-
424
- & .e-chk-hidden {
425
- margin: 3px 3px 3px 4px;
426
- }
427
-
428
- & .e-checkboxfiltertext {
429
- width: auto;
430
- }
431
- }
432
-
433
- &.e-rtl .e-spreadsheet-ftrchk {
434
- padding-left: 0;
435
- padding-right: $filter-selectall-padding;
436
- }
437
- }
438
-
439
- & .e-checkboxtree {
440
- ul {
441
- padding-left: 0;
442
- }
443
-
444
- &.e-rtl ul {
445
- padding-right: 0;
446
- }
447
- }
448
-
449
- & .e-table {
450
- border: 0 none;
451
- border-collapse: separate;
452
- border-spacing: 0;
453
- cursor: cell;
454
- table-layout: fixed;
455
- width: 100%;
456
-
457
- & tr {
458
- line-height: normal;
459
-
460
- & .e-cell,
461
- & .e-header-cell,
462
- & .e-select-all-cell {
463
- border-style: solid;
464
- border-width: 0 1px 1px 0;
465
- line-height: inherit;
466
- overflow: hidden;
467
- }
468
-
469
- & .e-cell {
470
- font-family: 'Calibri';
471
- font-size: 11pt;
472
- padding: 0 2px;
473
- position: relative;
474
- text-align: left;
475
- vertical-align: bottom;
476
- white-space: pre;
477
-
478
- &.e-right-align {
479
- text-align: right;
480
- }
481
-
482
- & .e-hyperlink {
483
- cursor: pointer;
484
- }
485
-
486
- & .e-hyperlink-style {
487
- color: $hyper-link-color;
488
- text-decoration: underline;
489
- }
490
-
491
- &.e-alt-unwrap {
492
- white-space: nowrap;
493
- }
494
-
495
- &.e-ie-wrap {
496
- word-break: break-all;
497
- }
498
-
499
- &.e-wraptext {
500
- overflow-wrap: break-word;
501
- white-space: pre-wrap;
502
-
503
- .e-wrap-content {
504
- bottom: 0;
505
- left: 0;
506
- line-height: initial;
507
- padding-left: 2px;
508
- padding-right: 2px;
509
- position: absolute;
510
- text-decoration: inherit;
511
- width: 100%;
512
- }
513
-
514
- &[style*='vertical-align: top;'] {
515
- .e-wrap-content {
516
- top: 0;
517
- }
518
- }
519
-
520
- &[style*='vertical-align: middle;'] {
521
- .e-wrap-content {
522
- bottom: initial;
523
- transform: translateY(-50%);
524
- }
525
- }
526
- }
527
-
528
- & .e-cf-databar {
529
- position: relative;
530
- z-index: 1;
531
-
532
- .e-databar {
533
- margin-top: 1px;
534
- position: absolute;
535
- z-index: -1;
536
- }
537
- }
538
-
539
- .e-iconsetspan {
540
- float: left;
541
- height: 15px;
542
- position: relative;
543
- vertical-align: bottom;
544
- width: 15px;
545
- z-index: 2;
546
- }
547
- }
548
-
549
- & .e-header-cell {
550
- font-size: 12px;
551
- font-weight: 500;
552
- letter-spacing: 0;
553
- text-align: center;
554
- }
555
- }
556
- }
557
-
558
- & .e-select-all-cell {
559
- border-style: solid;
560
- border-width: 0 1px 1px 0;
561
- padding: 1px;
562
-
563
- & .e-selectall {
564
- border-style: solid;
565
- border-width: $select-all-size * .5;
566
- cursor: cell;
567
- float: right;
568
- height: $select-all-size;
569
- padding: 0;
570
- width: $select-all-size;
571
- }
572
- }
573
-
574
- & .e-row-header .e-table .e-header-cell {
575
- padding-bottom: 2px;
576
- vertical-align: bottom;
577
- }
578
-
579
- & .e-column-header .e-table .e-header-cell {
580
- padding: 1px 0 0 1px;
581
- vertical-align: middle;
582
- }
583
-
584
- & .e-row-header .e-table {
585
- .e-zero .e-header-cell,
586
- .e-zero-start .e-header-cell,
587
- .e-zero-end .e-header-cell {
588
- border-bottom-width: 0;
589
- padding-bottom: 0;
590
- padding-top: 0;
591
- vertical-align: bottom;
592
- }
593
- }
594
-
595
- & .e-row-header .e-table {
596
- .e-reach-fntsize .e-header-cell {
597
- padding-bottom: 0;
598
- padding-top: 0;
599
- vertical-align: bottom;
600
- }
601
- }
602
-
603
- & .e-row-header .e-table .e-zero-last .e-header-cell {
604
- border-bottom-width: 1px;
605
- }
606
-
607
- & .e-sheet-content .e-table {
608
- .e-zero .e-cell,
609
- .e-zero-start .e-cell ,
610
- .e-zero-end .e-cell {
611
- border-bottom-width: 0;
612
- }
613
- }
614
-
615
- & .e-sheet .e-ss-overlay {
616
- background-position: 0 0;
617
- background-repeat: no-repeat;
618
- background-size: 100% 100%;
619
- left: 0;
620
- position: absolute;
621
- top: 0;
622
- z-index: 3;
623
- }
624
-
625
- & .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
626
- background-color: $selection-border-color;
627
- cursor: ns-resize;
628
- position: absolute;
629
- right: 50%;
630
- top: 0;
631
- transform: translate(-50%, -50%);
632
- }
633
-
634
- & .e-sheet .e-ss-overlay-active .e-ss-overlay-r {
635
- background-color: $selection-border-color;
636
- cursor: ew-resize;
637
- position: absolute;
638
- right: -8px;
639
- top: 50%;
640
- transform: translate(-50%, -50%);
641
- }
642
-
643
- & .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
644
- background-color: $selection-border-color;
645
- cursor: ns-resize;
646
- position: absolute;
647
- right: 50%;
648
- top: 100%;
649
- transform: translate(-50%, -50%);
650
- }
651
-
652
- & .e-sheet .e-datavisualization-chart.e-ss-overlay {
653
- border: 1px solid $find-popup-border-color;
654
- @if $skin-name == 'FluentUI' or $skin-name == 'tailwind' {
655
- background-color: $white;
656
- }
657
- }
658
-
659
- & .e-sheet .e-ss-overlay.e-ss-overlay-active {
660
- border: 1px solid $selection-border-color;
661
- cursor: move;
662
- }
663
-
664
- & .e-sheet .e-ss-overlay-active .e-ss-overlay-l {
665
- background-color: $selection-border-color;
666
- cursor: ew-resize;
667
- position: absolute;
668
- top: 50%;
669
- transform: translate(-50%, -50%);
670
- }
671
-
672
- & .e-header-panel .e-table tr .e-header-cell.e-colresize {
673
- cursor: col-resize;
674
- }
675
-
676
- & .e-row-header .e-table tr .e-header-cell.e-rowresize,
677
- & .e-selectall-container .e-table .e-row .e-header-cell.e-rowresize {
678
- cursor: row-resize;
679
- }
680
-
681
- & .e-sheet {
682
- border: $spreadsheet-border;
683
-
684
- &.e-hide-headers {
685
- &:not(.e-frozen-rows) .e-main-panel {
686
- height: 100%;
687
- }
688
-
689
- &.e-frozen-rows:not(.e-frozen-columns) {
690
- & .e-selectall-container,
691
- & .e-row-header {
692
- display: none;
693
- }
694
- }
695
-
696
- &.e-frozen-columns:not(.e-frozen-rows) {
697
- & .e-selectall-container,
698
- & .e-column-header {
699
- display: none;
700
- }
701
- }
702
-
703
- &:not(.e-frozen-rows):not(.e-frozen-columns) {
704
- & .e-selectall-container,
705
- & .e-column-header,
706
- & .e-row-header {
707
- display: none;
708
- }
709
- }
710
-
711
- & .e-select-all-cell,
712
- & .e-header-cell,
713
- & .e-header-row,
714
- & .e-row-header colgroup col:first-child,
715
- & .e-selectall-container colgroup col:first-child {
716
- display: none;
717
- }
718
-
719
- & .e-sheet-content {
720
- width: 100%;
721
- }
722
- }
723
-
724
- &.e-mac-safari {
725
- & .e-main-panel::-webkit-scrollbar { // sass-lint:disable-line no-vendor-prefixes
726
- width: 7px;
727
- }
728
-
729
- & .e-scroller::-webkit-scrollbar { // sass-lint:disable-line no-vendor-prefixes
730
- height: 7px;
731
- }
732
-
733
- // Safari with Mac OS
734
- & .e-main-panel::-webkit-scrollbar-thumb, // sass-lint:disable-line no-vendor-prefixes
735
- & .e-scroller::-webkit-scrollbar-thumb { // sass-lint:disable-line no-vendor-prefixes
736
- background-color: $mac-scrollbar-background;
737
- border-radius: 4px;
738
- }
739
- }
740
- }
741
-
742
- & .e-header-panel {
743
- position: relative;
744
- }
745
-
746
- .e-sheet-content {
747
- overflow: hidden;
748
- position: absolute;
749
- top: 0;
750
- }
751
-
752
- & .e-row-header {
753
- position: relative;
754
-
755
- & .e-table tr {
756
- &.e-hide-start .e-header-cell::after,
757
- &.e-hide-end .e-header-cell::before {
758
- content: '';
759
- left: 0;
760
- position: absolute;
761
- width: 100%;
762
- }
763
-
764
- &.e-hide-start .e-header-cell {
765
- border-bottom-color: transparent;
766
- position: relative;
767
-
768
- &::after {
769
- border-top: $spreadsheet-border;
770
- bottom: .5px;
771
- }
772
- }
773
-
774
- &.e-hide-end .e-header-cell {
775
- position: relative;
776
-
777
- &::before {
778
- border-bottom: $spreadsheet-border;
779
- top: .5px;
780
- }
781
- }
782
- }
783
- }
784
-
785
- & .e-column-header {
786
- border-style: solid;
787
- border-width: 0;
788
- overflow: hidden;
789
- position: absolute;
790
- top: 0;
791
-
792
- & .e-table th {
793
- &.e-header-cell.e-hide-start::after,
794
- &.e-header-cell.e-hide-end::before {
795
- bottom: 0;
796
- content: '';
797
- height: inherit;
798
- position: absolute;
799
- top: 0;
800
- }
801
-
802
- &.e-header-cell.e-hide-start {
803
- border-right-color: transparent;
804
- height: inherit;
805
- position: relative;
806
-
807
- &::after {
808
- border-right: $spreadsheet-border;
809
- right: .5px;
810
- }
811
- }
812
-
813
- &.e-hide-end.e-header-cell {
814
- height: inherit;
815
- position: relative;
816
-
817
- &::before {
818
- border-left: $spreadsheet-border;
819
- left: .5px;
820
- }
821
- }
822
- }
823
- }
824
-
825
- & .e-sheet .e-datavisualization-chart .e-control.e-chart {
826
- height: 100%;
827
- position: initial !important; // sass-lint:disable-line no-important
828
- width: 100%;
829
- }
830
-
831
- & .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
832
- height: 100%;
833
- overflow: hidden;
834
- padding: 4px;
835
- position: initial !important; // sass-lint:disable-line no-important
836
- width: 100%;
837
- }
838
-
839
- .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
840
- .e-sheet .e-datavisualization-chart .e-ss-overlay-r,
841
- .e-sheet .e-datavisualization-chart .e-ss-overlay-t,
842
- .e-sheet .e-datavisualization-chart .e-ss-overlay-b {
843
- position: absolute;
844
- }
845
-
846
- & .e-header-panel {
847
- & .e-header-row,
848
- & .e-select-all-cell {
849
- height: 30px;
850
- }
851
-
852
- & .e-virtualtrack {
853
- height: 1px;
854
- }
855
- }
856
-
857
- & .e-frozen-row,
858
- & .e-frozen-column {
859
- pointer-events: none;
860
- position: absolute;
861
- z-index: 3;
862
- }
863
-
864
- & .e-frozen-row {
865
- height: 1px;
866
- width: 100%;
867
- }
868
-
869
- & .e-frozen-column {
870
- height: 100%;
871
- top: 0;
872
- width: 1px;
873
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
874
- width: 3px;
875
- }
876
- }
877
-
878
- & .e-sheet-tab-panel {
879
- align-items: center;
880
- border: $spreadsheet-border;
881
- border-top-width: 0;
882
- display: flex;
883
- padding: 0 8px;
884
- }
885
-
886
- & .e-sheet-tab {
887
- display: inline-block;
888
- line-height: 0;
889
-
890
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
891
- background-color: $content-bg-color-alt2;
892
- }
893
-
894
- &> div {
895
- display: inline-block;
896
- }
897
-
898
- &.e-tab {
899
- border: 0;
900
-
901
- & .e-hscroll .e-scroll-nav.e-scroll-left-nav {
902
- left: auto;
903
- right: 40px;
904
- }
905
-
906
- & .e-tab-header {
907
- @include tab-header-layout;
908
-
909
- & .e-indicator {
910
- display: block;
911
- transition: none;
912
- }
913
-
914
- @if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap' {
915
- &::before {
916
- border-bottom-width: 0;
917
- }
918
-
919
- & .e-toolbar-item {
920
- border-bottom-width: 0;
921
- border-left-width: 0;
922
- border-top-width: 0;
923
-
924
- &.e-active {
925
- border-bottom-width: 0;
926
- border-radius: 0;
927
- border-top-width: 0;
928
- }
929
- }
930
-
931
- & .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
932
- margin: 0;
933
- }
934
- }
935
- @else {
936
- & .e-toolbar-items .e-toolbar-item {
937
- border-right: $spreadsheet-border;
938
-
939
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
940
- padding: 0;
941
- }
942
- }
943
- }
944
-
945
- & .e-toolbar-item {
946
- margin: 0;
947
-
948
- & input.e-input.e-sheet-rename {
949
- background: transparent;
950
- border: 0;
951
- box-shadow: none;
952
- min-width: 20px;
953
- padding: 0;
954
- }
955
-
956
- & .e-tab-wrap {
957
- padding: 0 12px;
958
- }
959
-
960
- @if $skin-name == 'material' {
961
- &.e-active {
962
- border-left-width: 0;
963
- border-top-width: 0;
964
- }
965
-
966
- & input.e-input.e-sheet-rename {
967
- margin-bottom: 0;
968
- }
969
- }
970
-
971
- @if $skin-name == 'fabric' or $skin-name == 'highcontrast' {
972
- &.e-active .e-text-wrap::before {
973
- border-width: 0;
974
- }
975
- }
976
- }
977
-
978
- & .e-indicator {
979
- z-index: 1;
980
- }
981
-
982
- & .e-toolbar-items {
983
- border-left: $spreadsheet-border;
984
- }
985
- }
986
-
987
- & .e-content {
988
- display: none;
989
- }
990
- }
991
- }
992
-
993
- @include default-props;
994
-
995
- & .e-sheets-list {
996
- margin-right: 8px;
997
- }
998
-
999
- .e-hide {
1000
- display: none !important; // sass-lint:disable-line no-important
1001
- }
1002
-
1003
- .e-selection {
1004
- border-style: solid;
1005
- cursor: cell;
1006
- pointer-events: none;
1007
- position: absolute;
1008
- z-index: 1;
1009
-
1010
- @if $skin-name == 'highcontrast' {
1011
- border-width: 2px;
1012
- }
1013
- @else {
1014
- border-width: 1px;
1015
- }
1016
- }
1017
-
1018
- .e-active-cell,
1019
- .e-copy-indicator,
1020
- .e-range-indicator {
1021
- cursor: cell;
1022
- pointer-events: none;
1023
- position: absolute;
1024
- z-index: 1;
1025
- }
1026
-
1027
- .e-formularef-indicator {
1028
- cursor: cell;
1029
- pointer-events: none;
1030
- position: absolute;
1031
- z-index: 1;
1032
- }
1033
-
1034
- .e-autofill {
1035
- background-clip: content-box;
1036
- background-color: $selection-border-color;
1037
- border: 1px solid $cell-background;
1038
- cursor: crosshair;
1039
- height: 8px;
1040
- position: absolute;
1041
- width: 8px;
1042
- z-index: 3;
1043
- }
1044
-
1045
- .e-filloption {
1046
- position: absolute;
1047
- z-index: 3;
1048
-
1049
- @if $skin-name == 'material' {
1050
- background-color: $cell-border-color;
1051
- }
1052
- }
1053
-
1054
- .e-active-cell {
1055
- border: 2px solid $selection-border-color;
1056
- pointer-events: none;
1057
-
1058
- &[style*='height: 1px;'],
1059
- &[style*='width: 1px;'],
1060
- &[style*='height: 0px;'],
1061
- &[style*='width: 0px;'] {
1062
- border-width: 1px;
1063
- }
1064
- }
1065
-
1066
- .e-copy-indicator div,
1067
- .e-range-indicator div,
1068
- .e-formularef-indicator div {
1069
- position: absolute;
1070
-
1071
- &.e-top,
1072
- &.e-bottom {
1073
- height: 2px;
1074
- width: 100%;
1075
- }
1076
-
1077
- &.e-left,
1078
- &.e-right {
1079
- height: 100%;
1080
- width: 2px;
1081
- }
1082
-
1083
- &.e-top {
1084
- top: 0;
1085
- }
1086
-
1087
- &.e-bottom {
1088
- bottom: 0;
1089
- }
1090
-
1091
- &.e-left {
1092
- left: 0;
1093
- }
1094
-
1095
- &.e-right {
1096
- right: 0;
1097
- }
1098
- }
1099
-
1100
- .e-clipboard {
1101
- height: 1px;
1102
- opacity: 0;
1103
- overflow: hidden;
1104
- position: absolute;
1105
- width: 1px;
1106
- }
1107
-
1108
- & .e-ribbon {
1109
- & .e-dropdown-btn {
1110
- & .e-tbar-btn-text {
1111
- float: left;
1112
- overflow: hidden;
1113
- padding: 0;
1114
- text-align: left;
1115
- text-overflow: ellipsis;
1116
- white-space: nowrap;
1117
- width: 80px;
1118
- }
1119
-
1120
- &.e-font-size-ddb {
1121
- align-items: center;
1122
- display: inline-flex;
1123
- justify-content: left;
1124
- width: $fontsize-btn-width;
1125
-
1126
- & .e-caret {
1127
- flex: 1;
1128
- text-align: right;
1129
- }
1130
- }
1131
- }
1132
-
1133
- & .e-toolbar .e-btn:not(.e-tbar-btn) {
1134
- font-weight: 400;
1135
- padding-bottom: 0;
1136
- padding-top: 0;
1137
-
1138
- @if $skin-name == 'highcontrast' {
1139
- border-width: 2px;
1140
- }
1141
-
1142
- &.e-dropdown-btn {
1143
- text-overflow: initial;
1144
- }
1145
-
1146
- &:not(.e-split-colorpicker) {
1147
- line-height: $ribbon-btn-height;
1148
- }
1149
-
1150
- &:not(.e-dropdown-btn):not(.e-split-btn) {
1151
- padding-left: $ribbon-btn-padding;
1152
- padding-right: $ribbon-btn-padding;
1153
-
1154
- & .e-btn-icon {
1155
- min-width: $ribbon-btn-width;
1156
- }
1157
- }
1158
-
1159
- & .e-btn-icon {
1160
- margin-top: 0;
1161
- }
1162
-
1163
- &:not(.e-split-colorpicker) .e-btn-icon {
1164
- @if $skin-name != 'bootstrap5' {
1165
- line-height: $ribbon-btn-height;
1166
- min-height: $ribbon-btn-height;
1167
- vertical-align: bottom;
1168
- }
1169
-
1170
- &:not(.e-caret) {
1171
- @if $skin-name == 'bootstrap5' {
1172
- font-size: 18px;
1173
- }
1174
- @else {
1175
- font-size: 16px;
1176
- }
1177
- }
1178
-
1179
- @if $skin-name == 'fabric' or $skin-name == 'highcontrast' or $skin-name == 'fabric-dark' {
1180
- &.e-wrap-icon {
1181
- font-size: 19px;
1182
- }
1183
- }
1184
- }
1185
-
1186
- }
1187
-
1188
- & .e-toolbar .e-toolbar-item .e-btn {
1189
- @if $skin-name == 'material' or $skin-name == 'bootstrap4' {
1190
- &.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
1191
- font-size: 16px;
1192
- }
1193
- }
1194
-
1195
- & .e-chart-icon,
1196
- & .e-chart-type-icon {
1197
- font-size: 30px !important; // sass-lint:disable-line no-important
1198
- margin-right: 5px;
1199
- padding: 0 5px;
1200
- width: 30px;
1201
- }
1202
-
1203
- & .e-switch-row-column-icon {
1204
- font-size: 18px !important; // sass-lint:disable-line no-important
1205
- margin-right: 5px;
1206
- }
1207
-
1208
- & .e-addchart-icon {
1209
- font-size: 18px !important; // sass-lint:disable-line no-important
1210
- margin-right: -5px;
1211
- }
1212
-
1213
- &.e-split-colorpicker {
1214
- line-height: $ribbon-btn-height - 1;
1215
- padding-bottom: 1px;
1216
- padding-left: 0;
1217
- padding-right: 0;
1218
- width: $cpicker-btn-width;
1219
-
1220
- & .e-icons.e-btn-icon:not(.e-caret) {
1221
- &.e-font-color {
1222
- font-size: 13px;
1223
- }
1224
-
1225
- &.e-fill-color {
1226
- font-size: 14px;
1227
- }
1228
- }
1229
- }
1230
- }
1231
-
1232
- & .e-colorpicker-wrapper {
1233
- & .e-split-btn .e-selected-color {
1234
- background: none;
1235
- border-bottom-style: solid;
1236
- border-bottom-width: 3px;
1237
- border-radius: 0;
1238
- height: auto;
1239
- padding-bottom: 1px;
1240
- width: auto;
1241
-
1242
- & .e-split-preview {
1243
- display: none;
1244
- }
1245
- }
1246
-
1247
- & .e-dropdown-btn {
1248
- margin-left: 0;
1249
-
1250
- @if $skin-name == 'bootstrap4' {
1251
- padding-left: 4px;
1252
- padding-right: 4px;
1253
- }
1254
-
1255
- @if $skin-name == 'fabric' or $skin-name == 'highcontrast' {
1256
- padding-left: 3px;
1257
- padding-right: 3px;
1258
- }
1259
- }
1260
- }
1261
- }
1262
-
1263
- &.e-mobile-view {
1264
- & .e-header-toolbar {
1265
- border: $spreadsheet-border;
1266
- border-bottom-width: 0;
1267
-
1268
- &.e-toolbar .e-toolbar-items .e-toolbar-item:last-child {
1269
- min-width: auto;
1270
- padding: 0;
1271
-
1272
- @if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap' {
1273
- min-height: $right-tbar-height;
1274
- }
1275
- }
1276
- }
1277
-
1278
- & .e-add-sheet-tab,
1279
- & .e-sheets-list {
1280
- height: $msheets-btn-height;
1281
- width: 40px;
1282
- }
1283
-
1284
- & .e-formula-bar-panel {
1285
- border-top-width: 0;
1286
-
1287
- & .e-btn.e-css.e-insert-function,
1288
- & .e-btn.e-css.e-formula-submit {
1289
- height: $mformula-bar-height - $spreadsheet-border-width;
1290
- line-height: $mformula-bar-height - $spreadsheet-border-width - 1;
1291
- padding-left: 9px;
1292
- padding-right: 9px;
1293
-
1294
- & .e-btn-icon {
1295
- font-size: 18px;
1296
- line-height: $mformula-bar-height;
1297
- }
1298
- }
1299
-
1300
- & .e-formula-bar {
1301
- height: $mformula-bar-height - $spreadsheet-border-width;
1302
- line-height: $mformula-bar-height - $spreadsheet-border-width;
1303
- white-space: nowrap;
1304
- width: calc(100% - 36px);
1305
-
1306
- &::placeholder {
1307
- font-style: italic;
1308
- }
1309
- }
1310
-
1311
- &.e-focused {
1312
- & .e-formula-bar {
1313
- border-right: $spreadsheet-border;
1314
- width: calc(100% - 72px);
1315
- }
1316
- }
1317
- }
1318
-
1319
- & .e-menu-wrapper.e-mobile.e-file-menu {
1320
- height: 100%;
1321
-
1322
- & ul {
1323
- height: 100%;
1324
- padding: 0;
1325
-
1326
- & .e-menu-item.e-menu-caret-icon {
1327
- height: 100%;
1328
- line-height: 1;
1329
- padding: 0 6px;
1330
-
1331
- & .e-menu-icon.e-file-menu-icon {
1332
- align-items: center;
1333
- display: inline-flex;
1334
- height: 100%;
1335
- line-height: 1;
1336
- margin: 0;
1337
- width: auto;
1338
- }
1339
-
1340
- & .e-caret {
1341
- display: none;
1342
- }
1343
- }
1344
- }
1345
-
1346
- &.e-rtl {
1347
- direction: ltr;
1348
- }
1349
- }
1350
-
1351
- & .e-toolbar-panel {
1352
- border-top-width: 0;
1353
- display: none;
1354
-
1355
- @if $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' {
1356
- & .e-toolbar {
1357
- border-color: $spreadsheet-border-color;
1358
- border-radius: 0;
1359
- border-top-width: 0;
1360
- }
1361
-
1362
- & .e-dropdown-btn.e-btn {
1363
- border-left-width: 0;
1364
- border-radius: 0;
1365
- border-top-width: 0;
1366
- }
1367
- }
1368
- @else {
1369
- & .e-dropdown-btn.e-btn {
1370
- border-bottom-width: 0;
1371
- border-right-width: 0;
1372
- border-top-width: 0;
1373
- }
1374
- }
1375
-
1376
- & .e-toolbar {
1377
- & .e-toolbar-items.e-hscroll.e-scroll-device {
1378
- padding: 0;
1379
- width: 100%;
1380
- }
1381
-
1382
- & .e-scroll-nav {
1383
- display: none;
1384
- }
1385
- }
1386
- }
1387
-
1388
- & .e-sheet-tab {
1389
- max-width: calc(100% - 104px);
1390
- }
1391
-
1392
- &.e-mobile-focused {
1393
- & .e-toolbar-panel {
1394
- display: flex;
1395
- }
1396
-
1397
- & .e-sheet-tab-panel {
1398
- display: none;
1399
- }
1400
- }
1401
- }
1402
-
1403
- &.e-mobile-view:not(.e-mobile-focused) {
1404
- & .e-active-cell,
1405
- & .e-focused-tick,
1406
- & .e-formula-bar-panel {
1407
- display: none;
1408
- }
1409
- }
1410
-
1411
- & .e-sheet-panel.e-rtl {
1412
- & .e-sheet {
1413
- & .e-table tr {
1414
- & .e-cell,
1415
- & .e-header-cell {
1416
- border-width: 0 0 1px 1px;
1417
- }
1418
- }
1419
- }
1420
-
1421
- & .e-select-all-cell {
1422
- border-width: 0 0 1px 1px;
1423
- }
1424
-
1425
- & .e-frozen-row {
1426
- right: 0;
1427
- }
1428
- }
1429
-
1430
- .e-sheet-panel {
1431
- & .e-frozen-columns {
1432
- & .e-selectall-container {
1433
- position: relative;
1434
- }
1435
- }
1436
-
1437
- & .e-frozen-rows {
1438
- & .e-selectall-container {
1439
- position: relative;
1440
- }
1441
- }
1442
-
1443
- &:not(.e-rtl) .e-frozen-row {
1444
- left: 0;
1445
- }
1446
-
1447
- &.e-protected {
1448
- .e-selection,
1449
- .e-active-cell {
1450
- display: none;
1451
- }
1452
- }
1453
- }
1454
-
1455
- & .e-colresize-handler {
1456
- border-right: 1px solid;
1457
- cursor: col-resize;
1458
- pointer-events: none;
1459
- position: absolute;
1460
- z-index: 1;
1461
- }
1462
-
1463
- & .e-rowresize-handler {
1464
- border-top: 1px solid;
1465
- cursor: row-resize;
1466
- pointer-events: none;
1467
- position: absolute;
1468
- z-index: 1;
1469
- }
1470
-
1471
- & .e-validation-list {
1472
- float: right;
1473
- height: 18px;
1474
- padding: 0;
1475
- position: relative;
1476
- right: 0;
1477
- text-align: initial;
1478
- width: 20px;
1479
- z-index: 2;
1480
-
1481
- .e-input-group {
1482
- border: 0;
1483
- box-shadow: none !important; // sass-lint:disable-line no-important
1484
- }
1485
-
1486
- & .e-ddl-icon {
1487
- bottom: 5px;
1488
-
1489
- @if $skin-name != 'material' {
1490
- height: 18px;
1491
- min-height: 0;
1492
- min-width: 0;
1493
- width: 20px;
1494
- }
1495
-
1496
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1497
- padding: 0;
1498
- }
1499
- }
1500
- }
1501
-
1502
- .e-rtl {
1503
- .e-spreadsheet-edit {
1504
- direction: ltr;
1505
- text-align: left;
1506
- }
1507
- }
1508
-
1509
- & .e-customsort-dlg {
1510
- @if $skin-name == 'material' {
1511
- height: 360px !important; // sass-lint:disable-line no-important
1512
- }
1513
-
1514
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1515
- & .e-dlg-header-content {
1516
- padding: 18px;
1517
- }
1518
- }
1519
-
1520
- @if $skin-name == 'bootstrap5' {
1521
- & .e-dlg-header-content {
1522
- padding: 12px;
1523
- }
1524
- }
1525
-
1526
- & .e-dlg-content {
1527
- padding-bottom: 0;
1528
- padding-left: 0;
1529
- padding-right: 0;
1530
-
1531
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1532
- & .e-sort-dialog {
1533
- padding-top: 15px;
1534
- }
1535
- }
1536
-
1537
- & .e-sort-listsection {
1538
- padding-top: $dlg-content-padding;
1539
-
1540
- & .e-input-group {
1541
- min-width: 220px;
1542
- }
1543
- }
1544
- }
1545
-
1546
- & .e-footer-content {
1547
- & .e-sort-addbtn {
1548
- float: left;
1549
- margin-left: 0;
1550
- }
1551
- }
1552
- }
1553
-
1554
- & .e-conditionalformatting-dlg {
1555
- & .e-input,
1556
- & .e-input-group {
1557
- height: 34px;
1558
- @if $skin-name == 'FlunetUI' {
1559
- height: 40px;
1560
- }
1561
- }
1562
-
1563
- & .e-cfmain {
1564
- margin-bottom: 22px;
1565
- }
1566
-
1567
- & .e-header {
1568
- display: block;
1569
- margin-bottom: 6px;
1570
- }
1571
-
1572
- & .e-header-2 {
1573
- margin-top: 10px;
1574
- }
1575
-
1576
- & .e-top-header {
1577
- font-weight: 500;
1578
- }
1579
-
1580
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1581
- & .e-cf-dlg {
1582
- padding-top: 10px;
1583
- }
1584
- }
1585
- }
1586
-
1587
- & .e-title-dlg {
1588
- & .e-title-dlg-content {
1589
- & .e-top-header {
1590
- font-size: 16px;
1591
- }
1592
-
1593
- & .e-input {
1594
- font-size: 14px;
1595
- line-height: 30px;
1596
- }
1597
- }
1598
- }
1599
-
1600
-
1601
- & .e-datavalidation-dlg {
1602
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1603
- & .e-dlg-header-content {
1604
- padding: 18px;
1605
- }
1606
- }
1607
- @if $skin-name == 'bootstrap5' {
1608
- & .e-dlg-header-content {
1609
- padding: 12px;
1610
- }
1611
- }
1612
-
1613
- & .e-validation-dlg {
1614
- margin-top: 14px;
1615
-
1616
- & .e-cellrange {
1617
- margin-bottom: 24px;
1618
-
1619
- & .e-header {
1620
- font-size: 14px;
1621
- line-height: 16px;
1622
- }
1623
-
1624
- & .e-input {
1625
- font-size: 14px;
1626
- height: 32px;
1627
- margin-top: 5px;
1628
- }
1629
- }
1630
-
1631
- & .e-allowdata {
1632
- margin-bottom: 24px;
1633
-
1634
- & .e-allow {
1635
- display: inline-block;
1636
- padding-right: 12px;
1637
- width: 50%;
1638
-
1639
- & .e-header {
1640
- font-size: 14px;
1641
- line-height: 16px;
1642
- }
1643
-
1644
- & .e-valid-input {
1645
- height: 34px;
1646
- margin-top: 5px;
1647
- }
1648
- }
1649
-
1650
- & .e-data {
1651
- display: inline-block;
1652
- padding-left: 12px;
1653
- width: 50%;
1654
-
1655
- & .e-header {
1656
- font-size: 14px;
1657
- line-height: 16px;
1658
- }
1659
-
1660
- & .e-valid-input {
1661
- height: 34px;
1662
- margin-top: 5px;
1663
- }
1664
- }
1665
- }
1666
-
1667
- & .e-values {
1668
- margin-bottom: 24px;
1669
-
1670
- & .e-minimum {
1671
- display: inline-block;
1672
- padding-right: 12px;
1673
- width: 50%;
1674
-
1675
- & .e-header {
1676
- font-size: 14px;
1677
- line-height: 16px;
1678
- }
1679
-
1680
- & .e-input {
1681
- font-size: 14px;
1682
- height: 32px;
1683
- margin-top: 5px;
1684
- }
1685
- }
1686
-
1687
- & .e-maximum {
1688
- display: inline-block;
1689
- padding-left: 12px;
1690
- width: 50%;
1691
-
1692
- & .e-header {
1693
- font-size: 14px;
1694
- line-height: 16px;
1695
- }
1696
-
1697
- & .e-input {
1698
- font-size: 14px;
1699
- height: 32px;
1700
- margin-top: 5px;
1701
- }
1702
- }
1703
-
1704
- & .e-dlg-error {
1705
- font-size: 12px;
1706
- padding-top: 10px;
1707
- }
1708
-
1709
- & .e-header {
1710
- font-size: 14px;
1711
- line-height: 16px;
1712
- }
1713
-
1714
- & .e-input {
1715
- font-size: 14px;
1716
- height: 32px;
1717
- }
1718
- }
1719
-
1720
- & .e-ignoreblank {
1721
- margin-bottom: 5px;
1722
- }
1723
- }
1724
-
1725
- & .e-footer-content {
1726
-
1727
- & .e-clearall-btn {
1728
- float: left;
1729
- }
1730
- }
1731
- }
1732
-
1733
- & .e-validationerror-dlg {
1734
- & .e-dlg-content {
1735
- font-size: 14px;
1736
- line-height: 28px;
1737
- }
1738
- }
1739
-
1740
- & .e-hyperlink-dlg,
1741
- .e-edithyperlink-dlg {
1742
- max-height: 640px !important; // sass-lint:disable-line no-important
1743
-
1744
- & .e-dlg-header-content {
1745
- @if $skin-name == 'FluentUI' {
1746
- padding: 14px 24px;
1747
- }
1748
- @else {
1749
- padding: 24px 24px 16px;
1750
- }
1751
-
1752
- & .e-dlg-header {
1753
- font-size: 18px;
1754
- line-height: 21px;
1755
- }
1756
- }
1757
-
1758
- & .e-dlg-content {
1759
- padding-bottom: 0;
1760
- padding-left: 0;
1761
- padding-right: 0;
1762
-
1763
- & .e-link-dialog {
1764
- & .e-tab-header {
1765
- @if $skin-name == 'bootstrap5' {
1766
- padding: 0 12px;
1767
- }
1768
- @else {
1769
- padding: 0 24px 0 25px;
1770
- }
1771
-
1772
- & .e-toolbar-items {
1773
- height: 100%;
1774
- }
1775
-
1776
- & .e-toolbar-item {
1777
- text-align: center;
1778
- width: 136px;
1779
-
1780
- & .e-tab-text {
1781
- font-size: 13px;
1782
- line-height: 15px;
1783
- }
1784
- }
1785
- }
1786
-
1787
- & .e-content {
1788
- @if $skin-name == 'bootstrap5' {
1789
- padding-top: 12px;
1790
- }
1791
- @else {
1792
- padding-top: 24px;
1793
- }
1794
-
1795
- & .e-cont {
1796
- @if $skin-name == 'bootstrap5' {
1797
- margin: 12px 12px 15.5px;
1798
- }
1799
- @else if $skin-name == 'FluentUI' {
1800
- margin: 0 0 12px 24px;
1801
- }
1802
- @else {
1803
- margin: 0 0 15.5px 24px;
1804
- }
1805
-
1806
- & .e-header {
1807
- font-size: 14px;
1808
- line-height: 16px;
1809
- }
1810
-
1811
- & .e-text {
1812
- @if $skin-name != 'material' and $skin-name != 'material-dark' {
1813
- margin-top: 8px;
1814
- }
1815
- font-size: 14px;
1816
- height: 32px;
1817
- line-height: 16px;
1818
- width: 275px;
1819
- @if $skin-name == 'FluentUI' {
1820
- padding-bottom: 4px;
1821
- }
1822
- }
1823
-
1824
- & .e-text.e-disabled {
1825
- border-bottom-width: 2px;
1826
- }
1827
-
1828
- & .e-refcont {
1829
- border: 1px solid $hyper-doc-border-color;
1830
- height: 165px;
1831
- margin: 8px 24px 0 0;
1832
- overflow: auto;
1833
- width: 273px;
1834
- }
1835
- }
1836
- }
1837
- }
1838
- }
1839
-
1840
- & .e-footer-content {
1841
- margin: 4px 0;
1842
- }
1843
- }
1844
-
1845
- & .e-open-dlg {
1846
- width: $open-dlg-width;
1847
-
1848
- & .e-dlg-content {
1849
- @if $skin-name == 'bootstrap4' {
1850
- & .e-input-group-icon {
1851
- padding-left: 4px;
1852
- padding-right: 4px;
1853
- }
1854
- }
1855
-
1856
- & .e-file-alert-span {
1857
- color: $dlg-error-color;
1858
- font-size: 12px;
1859
- padding-top: 7px;
1860
- }
1861
- }
1862
- }
1863
-
1864
- & .e-find-dlg {
1865
- height: auto;
1866
- width: $find-dlg-width;
1867
-
1868
- & .e-dlg-content {
1869
- & .e-find-alert-span {
1870
- color: $dlg-error-color;
1871
- font-size: 12px;
1872
- padding-top: 7px;
1873
- }
1874
-
1875
- & .e-replace-alert-span {
1876
- color: $dlg-error-color;
1877
- font-size: 12px;
1878
- padding-top: 7px;
1879
- }
1880
- }
1881
-
1882
- & p.e-header {
1883
- margin: 0;
1884
- padding-bottom: 8px;
1885
- padding-top: 12px;
1886
- }
1887
-
1888
- & .e-footer-content {
1889
- text-align: left;
1890
- }
1891
- }
1892
-
1893
- & .e-protectworkbook-dlg {
1894
- left: 0 !important; // sass-lint:disable-line no-important
1895
-
1896
- & .e-dlg-header-content {
1897
- & .e-dlg-header {
1898
- font-size: 18px;
1899
- line-height: 31px;
1900
- }
1901
- }
1902
-
1903
- & .e-dlg-content {
1904
- & .e-pwd-alert-span {
1905
- color: $dlg-error-color;
1906
- font-size: 12px;
1907
- padding-top: 12px;
1908
- }
1909
-
1910
- & .e-password-content {
1911
- padding-top: 12px;
1912
-
1913
- & .e-header {
1914
- font-size: 12px;
1915
- line-height: 24px;
1916
- margin-bottom: 4px;
1917
- }
1918
- }
1919
- }
1920
- }
1921
-
1922
- & .e-unprotectworkbook-dlg {
1923
- left: 0 !important; // sass-lint:disable-line no-important
1924
-
1925
- & .e-dlg-header-content {
1926
- & .e-dlg-header {
1927
- font-size: 18px;
1928
- line-height: 21px;
1929
- }
1930
- }
1931
-
1932
- & .e-dlg-content {
1933
- & .e-unprotectpwd-alert-span {
1934
- color: $dlg-error-color;
1935
- font-size: 12px;
1936
- padding-top: 7px;
1937
- }
1938
-
1939
- & .e-unprotectpwd-content {
1940
- & .e-header {
1941
- font-size: 14px;
1942
- line-height: 16px;
1943
- }
1944
-
1945
- & .e-input {
1946
- margin-top: 10px;
1947
- }
1948
- }
1949
- }
1950
- }
1951
-
1952
- & .e-importprotectworkbook-dlg {
1953
- left: 0 !important; // sass-lint:disable-line no-important
1954
-
1955
- & .e-dlg-header-content {
1956
- & .e-dlg-header {
1957
- font-size: 18px;
1958
- line-height: 21px;
1959
- }
1960
- }
1961
-
1962
- & .e-dlg-content {
1963
- & .e-importprotectpwd-alert-span {
1964
- color: $dlg-error-color;
1965
- font-size: 12px;
1966
- padding-top: 7px;
1967
- }
1968
-
1969
- & .e-importprotectpwd-content {
1970
- & .e-header {
1971
- font-size: 14px;
1972
- line-height: 16px;
1973
- }
1974
-
1975
- & .e-input {
1976
- margin-top: 10px;
1977
- }
1978
- }
1979
- }
1980
- }
1981
-
1982
- & .e-filter-icon {
1983
- margin-bottom: $filter-icon-margin-bottom;
1984
- @if $skin-name == 'FluentUI' {
1985
- margin-top: -9px;
1986
- }
1987
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1988
- font-size: 14px;
1989
- }
1990
-
1991
- &::before {
1992
- font-size: 20px;
1993
- margin-left: -3px;
1994
- }
1995
- }
1996
-
1997
- & .e-btn.e-icon-btn.e-filter-btn {
1998
- bottom: 0;
1999
- float: right;
2000
- height: 18px;
2001
- margin-right: -1px;
2002
- padding: 0;
2003
- position: relative;
2004
- right: 0;
2005
- width: 20px;
2006
- z-index: 2;
2007
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
2008
- bottom: 1px;
2009
- }
2010
- }
2011
- }
2012
-
2013
- .e-colorpicker-wrapper.e-border-colorpicker {
2014
- display: none;
2015
-
2016
- & .e-container {
2017
- box-shadow: none;
2018
- width: 270px !important; // sass-lint:disable-line no-important
2019
-
2020
- & .e-selected-value {
2021
- display: flex;
2022
- }
2023
- }
2024
- }
2025
-
2026
- .e-spreadsheet.e-col-resizing {
2027
- cursor: col-resize;
2028
- }
2029
-
2030
- .e-spreadsheet.e-row-resizing {
2031
- cursor: row-resize;
2032
- }
2033
-
2034
- .e-dropdown-popup {
2035
- &.e-numformat-ddb ul .e-numformat-preview-text {
2036
- font-size: 13px;
2037
- max-width: 200px;
2038
- overflow: hidden;
2039
- text-align: right;
2040
- text-overflow: ellipsis;
2041
- }
2042
-
2043
- &.e-font-size-ddb ul {
2044
- min-width: 60px;
2045
- }
2046
-
2047
- &.e-align-ddb ul {
2048
- min-width: auto;
2049
- padding: $align-ddb-ul-padding;
2050
-
2051
- & .e-item {
2052
- display: inline-flex;
2053
- height: $align-ddb-item-height;
2054
- line-height: $align-ddb-item-height;
2055
- margin: $align-ddb-item-margin;
2056
- padding: $align-ddb-item-padding;
2057
-
2058
- & .e-menu-icon {
2059
- line-height: $align-ddb-item-height;
2060
- margin-right: 0;
2061
- }
2062
- }
2063
- }
2064
-
2065
- &.e-colorpicker-popup {
2066
- & .e-container {
2067
- & .e-custom-palette .e-palette {
2068
- padding: 0;
2069
- }
2070
-
2071
- & .e-switch-ctrl-btn {
2072
- padding-top: $ctrl-btn-padding;
2073
- }
2074
- }
2075
- }
2076
-
2077
- &.e-font-family ul .e-item {
2078
- @for $i from 0 to length($font-family-collection) {
2079
- &:nth-child(#{$i+1}) {
2080
- font-family: nth($font-family-collection, $i+1);
2081
- }
2082
- }
2083
- }
2084
-
2085
- &.e-aggregate-list {
2086
- font-size: 13px;
2087
- margin-left: auto;
2088
- }
2089
-
2090
- &.e-borders-ddb .e-menu-wrapper {
2091
- border: 0;
2092
-
2093
- & ul .e-menu-item .e-menu-icon {
2094
- font-size: 16px;
2095
- }
2096
- }
2097
-
2098
- &.e-popup.e-aggregate-list ul {
2099
- font-size: 13px;
2100
- }
2101
- }
2102
-
2103
- .e-menu-wrapper {
2104
- &.e-file-menu ul .e-menu-item div {
2105
- display: flex;
2106
- width: 100%;
2107
-
2108
- & .e-extension {
2109
- font-size: 13px;
2110
- margin-left: auto;
2111
- opacity: .7;
2112
- padding-left: $menu-extension-padding;
2113
- }
2114
- }
2115
-
2116
- & .e-border-style {
2117
- & .e-menu-item {
2118
- align-items: center;
2119
- display: flex;
2120
-
2121
- &::after {
2122
- content: '';
2123
- width: 135px;
2124
- }
2125
-
2126
- $border-style-collection: solid solid solid dashed dotted double;
2127
- $border-width-collection: thin medium thick thin thin medium;
2128
- @for $i from 0 to length($border-style-collection) {
2129
- &:nth-child(#{$i+1})::after {
2130
- border-bottom-style: nth($border-style-collection, $i+1);
2131
- border-bottom-width: nth($border-width-collection, $i+1);
2132
- }
2133
- }
2134
- }
2135
- }
2136
-
2137
- &.e-databars .e-ul,
2138
- &.e-colorscales .e-ul {
2139
- overflow: visible;
2140
- padding: 0;
2141
-
2142
- & .e-menu-item {
2143
- height: auto;
2144
- line-height: 0;
2145
- padding: 0;
2146
-
2147
- & .e-cf-icon {
2148
- display: inline-block;
2149
- height: 40px;
2150
- width: 40px;
2151
- }
2152
- }
2153
- }
2154
-
2155
- &.e-databars .e-ul {
2156
- min-width: 110px;
2157
- }
2158
-
2159
- &.e-colorscales .e-ul {
2160
- min-width: 150px;
2161
- }
2162
-
2163
- &.e-popup.e-menu-popup.e-iconsets ul {
2164
- min-width: 250px;
2165
- overflow: visible;
2166
- padding: 0;
2167
-
2168
- & .e-menu-item {
2169
- height: auto;
2170
- line-height: 0;
2171
- padding: 0;
2172
-
2173
- & .e-is {
2174
- height: 550px;
2175
- width: auto;
2176
-
2177
- & .e-is1,
2178
- & .e-is3,
2179
- & .e-is5,
2180
- & .e-is7 {
2181
- height: 6%;
2182
- padding: 18px 16px;
2183
- }
2184
-
2185
- & .e-iconsetspan {
2186
- display: inline-block;
2187
- height: 100%;
2188
- width: 20%;
2189
- }
2190
-
2191
- & .e-is2 {
2192
- height: 25.3%;
2193
-
2194
- & .e-3arrows,
2195
- & .e-3arrowsgray,
2196
- & .e-3triangles,
2197
- & .e-4arrowsgray,
2198
- & .e-4arrows,
2199
- & .e-5arrowsgray,
2200
- & .e-5arrows {
2201
- float: left;
2202
- height: 25%;
2203
- padding: 2px 12px;
2204
- width: 50%;
2205
- }
2206
- }
2207
-
2208
-
2209
- & .e-is4 {
2210
- height: 19%;
2211
-
2212
- & .e-3trafficlights,
2213
- & .e-3rafficlights2,
2214
- & .e-3signs,
2215
- & .e-4trafficlights,
2216
- & .e-4redtoblack {
2217
- float: left;
2218
- height: 33%;
2219
- padding: 2px 12px;
2220
- width: 50%;
2221
- }
2222
- }
2223
-
2224
- & .e-is6 {
2225
- height: 12.6%;
2226
-
2227
- & .e-3symbols,
2228
- & .e-3symbols2,
2229
- & .e-3flags {
2230
- float: left;
2231
- height: 50%;
2232
- padding: 2px 12px;
2233
- width: 50%;
2234
- }
2235
- }
2236
-
2237
- & .e-is8 {
2238
- height: 19%;
2239
-
2240
- & .e-3stars,
2241
- & .e-4rating,
2242
- & .e-5quarters,
2243
- & .e-5rating,
2244
- & .e-5boxes {
2245
- float: left;
2246
- height: 33%;
2247
- width: 50%;
2248
- }
2249
- }
2250
- }
2251
- }
2252
- }
2253
-
2254
- &.e-popup.e-menu-popup.e-border-color ul {
2255
- min-width: 270px;
2256
- overflow: visible;
2257
- padding: 0;
2258
-
2259
- & .e-menu-item {
2260
- height: auto;
2261
- line-height: 0;
2262
- padding: 0;
2263
-
2264
- &.e-ripple,
2265
- &.e-ripple-style {
2266
- overflow: visible;
2267
-
2268
- & .e-ripple-element {
2269
- display: none;
2270
- }
2271
- }
2272
-
2273
- & .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
2274
- display: block;
2275
- }
2276
- }
2277
- }
2278
-
2279
- &.e-popup.e-menu-popup.e-chart-menu ul,
2280
- &.e-popup.e-menu-popup.e-chart-type-menu ul {
2281
- min-width: 165px;
2282
- overflow: visible;
2283
- padding: 0;
2284
-
2285
- & .e-menu-item {
2286
- height: auto;
2287
- line-height: 0;
2288
- padding: 0;
2289
-
2290
- & .e-column-main,
2291
- & .e-bar-main {
2292
- height: 90px;
2293
-
2294
- & .e-column1-text,
2295
- & .e-bar1-text {
2296
- height: 40%;
2297
- padding: 18px 16px;
2298
- }
2299
-
2300
- & .e-column1-cont,
2301
- & .e-bar1-cont {
2302
- height: 60%;
2303
-
2304
- & .e-clusteredcolumn,
2305
- & .e-stackedcolumn,
2306
- & .e-stackedcolumn100,
2307
- & .e-clusteredcolumn3d,
2308
- & .e-stackedcolumn3d,
2309
- & .e-stackedcolumn1003d,
2310
- & .e-clusteredbar,
2311
- & .e-stackedbar,
2312
- & .e-stackedbar100,
2313
- & .e-clusteredbar3d,
2314
- & .e-stackedbar3d,
2315
- & .e-stackedbar1003d {
2316
- display: inline-block;
2317
- font-size: 40px;
2318
- height: 100%;
2319
- margin: 0;
2320
- padding: 10px;
2321
- width: 55px;
2322
- }
2323
- }
2324
- }
2325
- }
2326
- }
2327
-
2328
- &.e-popup.e-menu-popup.e-chart-menu ul,
2329
- &.e-popup.e-menu-popup.e-chart-type-menu ul {
2330
- min-width: 110px;
2331
- overflow: visible;
2332
- padding: 0;
2333
-
2334
- & .e-menu-item {
2335
- height: auto;
2336
- line-height: 0;
2337
- padding: 0;
2338
-
2339
- & .e-pie-main,
2340
- & .e-radar-main {
2341
- height: 90px;
2342
-
2343
- & .e-pie-text,
2344
- & .e-radar-text {
2345
- height: 40%;
2346
- padding: 18px 16px;
2347
- }
2348
-
2349
- & .e-pie-cont,
2350
- & .e-radar-cont {
2351
- height: 60%;
2352
-
2353
- & .e-pie,
2354
- & .e-doughnut,
2355
- & .e-radar,
2356
- & .e-radar-markers {
2357
- display: inline-block;
2358
- font-size: 40px;
2359
- height: 60px;
2360
- margin: 0;
2361
- padding: 10px;
2362
- width: 55px;
2363
- }
2364
- }
2365
- }
2366
- }
2367
- }
2368
-
2369
- &.e-popup.e-menu-popup.e-chart-menu ul,
2370
- &.e-popup.e-menu-popup.e-chart-type-menu ul {
2371
- min-width: 165px;
2372
- overflow: visible;
2373
- padding: 0;
2374
-
2375
- & .e-menu-item {
2376
- height: auto;
2377
- line-height: 0;
2378
- padding: 0;
2379
-
2380
- & .e-line-main,
2381
- & .e-area-main {
2382
- height: 90px;
2383
-
2384
- & .e-line-text,
2385
- & .e-area-text {
2386
- height: 40%;
2387
- padding: 18px 16px;
2388
- }
2389
-
2390
- & .e-line-cont,
2391
- & .e-area-cont {
2392
- height: 60%;
2393
-
2394
- & .e-area,
2395
- & .e-stackedarea,
2396
- & .e-stackedarea100,
2397
- & .e-line,
2398
- & .e-stackedline,
2399
- & .e-stackedline100 {
2400
- display: inline-block;
2401
- font-size: 40px;
2402
- height: 60px;
2403
- margin: 0;
2404
- padding: 10px;
2405
- width: 55px;
2406
- }
2407
- }
2408
- }
2409
- }
2410
- }
2411
-
2412
- &.e-popup.e-menu-popup.e-chart-menu ul,
2413
- &.e-popup.e-menu-popup.e-chart-type-menu ul {
2414
- min-width: 60px;
2415
- overflow: visible;
2416
- padding: 0;
2417
-
2418
- & .e-menu-item {
2419
- height: auto;
2420
- line-height: 0;
2421
- padding: 0;
2422
-
2423
- & .e-scatter-main {
2424
- height: 90px;
2425
-
2426
- & .e-scatter-text {
2427
- height: 40%;
2428
- padding: 18px 16px;
2429
- }
2430
-
2431
- & .e-scatter-cont {
2432
- height: 60%;
2433
-
2434
- & .e-scatter {
2435
- display: inline-block;
2436
- font-size: 60px;
2437
- height: 60px;
2438
- margin: 0;
2439
- padding: 10px;
2440
- width: 100%;
2441
- }
2442
- }
2443
- }
2444
- }
2445
- }
2446
- }
2447
-
2448
- .e-spreadsheet-function-dlg {
2449
- min-height: $dlg-min-height;
2450
- user-select: none;
2451
-
2452
- & .e-dlg-header-content {
2453
- @if $skin-name == 'bootstrap5' {
2454
- padding: 12px;
2455
- }
2456
- @else {
2457
- padding: 18px;
2458
- }
2459
-
2460
- & .e-dlg-header {
2461
- font-size: 16px;
2462
- font-weight: 400;
2463
- }
2464
- }
2465
-
2466
- & .e-dlg-content {
2467
- overflow: hidden;
2468
- padding-left: $dlg-content-padding;
2469
- padding-right: $dlg-content-padding;
2470
-
2471
- & .e-category-content {
2472
- font-size: 12px;
2473
- font-weight: 500;
2474
- margin-bottom: $dlg-category-margin-bottom;
2475
-
2476
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
2477
- font-weight: 600;
2478
- padding: 10px 0;
2479
- }
2480
- }
2481
-
2482
- & .e-formula-description {
2483
- margin-left: -4px;
2484
- margin-top: 5px;
2485
- padding: 4px;
2486
- }
2487
-
2488
- & .e-description-content {
2489
- font-size: 14px;
2490
- font-weight: $dlg-description-font-weight;
2491
- padding-top: 10px;
2492
- }
2493
-
2494
- & .e-formula-list {
2495
- border: $dlg-list-border;
2496
- cursor: default;
2497
- margin-top: 6px;
2498
- overflow-y: auto;
2499
- }
2500
- }
2501
- }
2502
-
2503
- .e-xlflmenu {
2504
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
2505
- & .e-xlfl-maindiv {
2506
- padding-top: 10px;
2507
- }
2508
- }
2509
- }
2510
-
2511
- .e-name-box {
2512
- & .e-dropdownbase .e-list-item {
2513
- line-height: 25px;
2514
- min-height: 25px;
2515
- text-indent: 10px;
2516
- }
2517
- }
2518
-
2519
- .e-spreadsheet:not(.e-mobile-view) {
2520
- & .e-formula-bar-panel {
2521
- border-bottom-width: 0;
2522
-
2523
- & .e-btn.e-css.e-insert-function {
2524
- border-left: $spreadsheet-border;
2525
- height: 23px;
2526
-
2527
- & .e-btn-icon {
2528
- line-height: 24px;
2529
- }
2530
- }
2531
-
2532
- & .e-formula-bar {
2533
- height: 23px;
2534
- line-height: 23px;
2535
- width: $formula-textarea-width;
2536
- }
2537
-
2538
- &.e-expanded {
2539
- & .e-formula-bar,
2540
- & .e-btn.e-css.e-insert-function {
2541
- height: 71px;
2542
- }
2543
-
2544
- & .e-btn.e-css.e-insert-function {
2545
- line-height: 71px;
2546
- }
2547
-
2548
- & .e-drop-icon {
2549
- transform: rotate(180deg);
2550
- }
2551
-
2552
- & .e-separator {
2553
- height: 60px;
2554
- }
2555
- }
2556
- }
2557
-
2558
- & .e-sheet-tab {
2559
- max-width: 60%;
2560
-
2561
- & .e-hscroll-bar {
2562
- margin-left: -40px;
2563
- margin-right: 40px;
2564
- }
2565
- }
2566
-
2567
- & .e-add-sheet-tab.e-btn.e-icon-btn.e-css,
2568
- & .e-sheets-list.e-dropdown-btn {
2569
- height: 32px;
2570
- padding: 0;
2571
- width: 32px;
2572
-
2573
- & .e-btn-icon {
2574
- line-height: 33px;
2575
- margin-top: 0;
2576
- }
2577
- }
2578
-
2579
- & .e-aggregate-list {
2580
- font-size: 13px;
2581
- margin-left: auto;
2582
- }
2583
-
2584
- & .e-ribbon {
2585
- border-bottom-width: 0;
2586
- }
2587
- }
2588
-
2589
- .e-bigger .e-spreadsheet,
2590
- .e-bigger.e-spreadsheet {
2591
- @if $skin-name == 'FluentUI' {
2592
- & .e-protect-dlg {
2593
- height: 790px !important; // sass-lint:disable-line no-important
2594
- }
2595
-
2596
- & .e-delete-sheet-dlg {
2597
- height: 240px !important; // sass-lint:disable-line no-important
2598
- }
2599
-
2600
- & .e-merge-alert-dlg {
2601
- height: 215px;
2602
-
2603
- .e-dlg-content {
2604
- padding-bottom: 0;
2605
- }
2606
- }
2607
-
2608
- .e-validationerror-dlg .e-dlg-content {
2609
- padding-bottom: 0;
2610
- }
2611
-
2612
- .e-spreadsheet-function-dlg {
2613
- height: 515px !important; // sass-lint:disable-line no-important
2614
- }
2615
- }
2616
-
2617
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' or $skin-name == 'FluentUI' {
2618
- & .e-validation-list .e-ddl-icon {
2619
- min-height: 0;
2620
- min-width: 0;
2621
- padding: 0;
2622
- }
2623
-
2624
- & .e-findtool-dlg .e-dlg-content .e-find-toolbar .e-input {
2625
- width: calc(100% - 70px);
2626
- }
2627
- }
2628
-
2629
- & .e-ribbon {
2630
- & .e-toolbar .e-btn:not(.e-tbar-btn) {
2631
- &:not(.e-split-colorpicker) {
2632
- line-height: $bigger-ribbon-btn-height;
2633
- }
2634
-
2635
- &.e-split-colorpicker {
2636
- line-height: $bigger-ribbon-btn-height - 2;
2637
- padding-bottom: 2px;
2638
- width: $bigger-cpicker-btn-width;
2639
- }
2640
-
2641
- &:not(.e-dropdown-btn):not(.e-split-btn) {
2642
- padding-left: $bigger-ribbon-btn-padding;
2643
- padding-right: $bigger-ribbon-btn-padding;
2644
- }
2645
-
2646
- &:not(.e-split-colorpicker) .e-btn-icon {
2647
- line-height: $bigger-ribbon-btn-height;
2648
- min-height: $bigger-ribbon-btn-height;
2649
-
2650
- &:not(.e-caret) {
2651
- font-size: 18px;
2652
- }
2653
-
2654
- @if $skin-name == 'fabric' or $skin-name == 'highcontrast' or $skin-name == 'fabric-dark' {
2655
- &.e-wrap-icon {
2656
- font-size: 21px;
2657
- }
2658
- }
2659
- }
2660
- }
2661
-
2662
- & .e-toolbar .e-toolbar-item .e-btn {
2663
- &.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
2664
- font-size: 18px;
2665
- }
2666
- }
2667
-
2668
- & .e-dropdown-btn.e-font-size-ddb {
2669
- width: $bigger-fontsize-btn-width;
2670
- }
2671
-
2672
- & .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
2673
- height: auto;
2674
- width: auto;
2675
- }
2676
- }
2677
-
2678
- & .e-formula-bar-panel {
2679
- & .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon {
2680
- font-size: 20px;
2681
- margin: 0;
2682
- }
2683
-
2684
- // Need to remove the below properties & its variable once touch support provided by UX team
2685
- & .e-css.e-btn.e-icon-btn {
2686
- padding-left: $normal-btn-padding;
2687
- padding-right: $normal-btn-padding;
2688
- }
2689
- }
2690
-
2691
- & .e-add-sheet-tab.e-btn.e-icon-btn.e-css,
2692
- & .e-sheets-list.e-dropdown-btn {
2693
- height: 39px;
2694
- width: 39px;
2695
-
2696
- & .e-btn-icon {
2697
- line-height: 39px;
2698
- }
2699
- }
2700
-
2701
- & .e-sheet-tab-panel {
2702
- @include bigger-tab-header-layout;
2703
- }
2704
-
2705
- & .e-sheet-tab .e-tab-header .e-toolbar-item {
2706
- & .e-tab-wrap {
2707
- padding: 0 16px;
2708
- }
2709
- }
2710
-
2711
- @if $skin-name != 'bootstrap' and $skin-name != 'bootstrap4' {
2712
- & .e-drop-icon {
2713
- font-size: 12px;
2714
- margin-right: 5px;
2715
- }
2716
- }
2717
-
2718
- &:not(.e-mobile-view) .e-formula-bar-panel {
2719
- & .e-btn.e-css.e-insert-function {
2720
- height: 29px;
2721
-
2722
- & .e-btn-icon {
2723
- font-size: 18px;
2724
- line-height: 30px;
2725
- }
2726
- }
2727
-
2728
- & .e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input {
2729
- height: 29px;
2730
- }
2731
-
2732
- & .e-drop-icon {
2733
- line-height: 29px;
2734
-
2735
- @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
2736
- font-size: 18px;
2737
- line-height: 38px;
2738
- }
2739
- }
2740
-
2741
- & .e-separator {
2742
- height: 15px;
2743
- }
2744
-
2745
- & .e-formula-bar {
2746
- font-size: $bigger-formula-bar-font-size;
2747
- height: 29px;
2748
- line-height: 29px;
2749
- }
2750
-
2751
- &.e-expanded {
2752
- & .e-formula-bar,
2753
- & .e-btn.e-css.e-insert-function {
2754
- height: 89px;
2755
- line-height: 89px;
2756
- }
2757
-
2758
- & .e-separator {
2759
- height: 78px;
2760
- }
2761
- }
2762
- }
2763
-
2764
- & .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
2765
- float: left;
2766
- margin-right: 2.8%;
2767
- width: 77%;
2768
- @if $skin-name == 'FluentUI' {
2769
- height: 40px;
2770
- }
2771
- }
2772
-
2773
- & .e-customsort-dlg {
2774
- width: 590px !important; // sass-lint:disable-line no-important
2775
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' or $skin-name == 'FluentUI' {
2776
- width: 630px !important; // sass-lint:disable-line no-important
2777
- }
2778
- }
2779
-
2780
- .e-sort-dialog .e-sort-template .e-list-item {
2781
- height: auto;
2782
- line-height: 1;
2783
- }
2784
-
2785
- & .e-filter-icon {
2786
- margin-bottom: $filter-icon-bigger-margin-bottom;
2787
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
2788
- font-size: 21px;
2789
- margin-top: -3px;
2790
- }
2791
- }
2792
-
2793
- & .e-find-dlg {
2794
- & .e-footer-content {
2795
- & .e-btn {
2796
- font-size: 11px;
2797
- margin-top: 6px;
2798
- }
2799
- }
2800
- }
2801
-
2802
- & .e-findtool-dlg {
2803
- height: $bigger-find-tool-dlg-height;
2804
- width: $bigger-find-tool-dlg-width;
2805
- }
2806
-
2807
- & .e-goto-dlg {
2808
- height: auto;
2809
-
2810
- & .e-btn {
2811
- font-size: 12px;
2812
- }
2813
- }
2814
-
2815
- & .e-protectworkbook-dlg {
2816
- & .e-dlg-content {
2817
- & .e-pwd-alert-span {
2818
- color: $dlg-error-color;
2819
- font-size: 14px;
2820
- padding-top: 16px;
2821
- }
2822
-
2823
- & .e-password-content {
2824
- padding-top: 16px;
2825
-
2826
- & .e-header {
2827
- font-size: 14px;
2828
- line-height: 28px;
2829
- margin-bottom: 4px;
2830
- }
2831
- }
2832
- }
2833
- }
2834
-
2835
- & .e-excelfilter {
2836
- & .e-spreadsheet-ftrchk {
2837
- padding-left: $filter-selectall-bigger-padding;
2838
- }
2839
-
2840
- &.e-rtl .e-spreadsheet-ftrchk {
2841
- padding-left: 0;
2842
- padding-right: $filter-selectall-bigger-padding;
2843
- }
2844
- }
2845
-
2846
- & .e-checkboxtree {
2847
- ul {
2848
- padding-left: 0;
2849
- }
2850
-
2851
- &.e-rtl ul {
2852
- padding-right: 0;
2853
- }
2854
- }
2855
- }
2856
-
2857
- .e-bigger.e-dropdown-popup,
2858
- .e-bigger .e-dropdown-popup {
2859
- &.e-font-size-ddb ul {
2860
- min-width: 70px;
2861
- }
2862
-
2863
- @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' or $skin-name == 'FluentUI' {
2864
- &.e-dragfill-ddb ul,
2865
- &.e-numformat-ddb ul {
2866
- max-width: initial;
2867
- }
2868
- }
2869
- }
2870
-
2871
- .e-bigger .e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont {
2872
- @if $skin-name == 'FluentUI' {
2873
- margin: 0 0 16px 24px;
2874
- }
2875
- }
2876
-
2877
- .e-bigger .e-spreadsheet .e-hyperlink-dlg .e-dlg-header-content {
2878
- @if $skin-name == 'FluentUI' {
2879
- padding: 24px 24px 16px;
2880
- }
2881
- }
2882
-
2883
- .e-sort-dialog {
2884
- height: 100%;
2885
- position: relative;
2886
-
2887
- & .e-sort-listsection {
2888
- @if $skin-name != 'FluentUI' {
2889
- height: calc(100% - 28px);
2890
- }
2891
- margin: 0 auto;
2892
- overflow: auto;
2893
- width: 100%;
2894
- }
2895
-
2896
- & .e-sort-listwrapper {
2897
- padding-left: 2px;
2898
- }
2899
-
2900
- & .e-sort-listwrapper .text {
2901
- font-size: 12px;
2902
- padding: 10px 0 5px;
2903
- }
2904
-
2905
- & .e-list-sort {
2906
- height: 100%;
2907
- }
2908
-
2909
- & .e-sort-row {
2910
- align-items: center;
2911
- display: flex;
2912
- padding: 5px 0 10px;
2913
- }
2914
-
2915
- & .e-sort-error,
2916
- & .e-sort-header,
2917
- & .e-sort-casecheckbox,
2918
- & .e-sort-listsection {
2919
- padding-left: $dlg-content-padding;
2920
- padding-right: $dlg-content-padding;
2921
- }
2922
-
2923
- & .e-sort-error {
2924
- bottom: 0;
2925
- display: none;
2926
- font-size: 12px;
2927
- height: 20px;
2928
- line-height: 20px;
2929
- position: absolute;
2930
- width: 100%;
2931
- }
2932
-
2933
- & .e-sort-template {
2934
- border: 0;
2935
-
2936
- & .e-list-item {
2937
- height: auto;
2938
- line-height: unset;
2939
-
2940
- &:not(:first-child) {
2941
- padding: 5px 0 0;
2942
- }
2943
-
2944
- &:first-child {
2945
- padding: 0;
2946
- }
2947
- }
2948
-
2949
- & .e-content {
2950
- height: 100%;
2951
- overflow: auto;
2952
- }
2953
- }
2954
-
2955
- & .e-sort-field {
2956
- width: auto;
2957
- }
2958
-
2959
- & .e-radio-wrapper {
2960
- margin-left: 16px;
2961
- }
2962
-
2963
- & li:first-of-type .e-sort-delete {
2964
- display: none;
2965
- }
2966
-
2967
- & .e-sort-delete {
2968
- border-left-style: solid;
2969
- border-left-width: 1px;
2970
- line-height: 32px;
2971
- margin-left: auto;
2972
- margin-right: 5px;
2973
- padding-left: 22px;
2974
- vertical-align: middle;
2975
-
2976
- &::before {
2977
- cursor: pointer;
2978
- }
2979
- }
2980
- }
2981
- }