@syncfusion/ej2-angular-grids 25.2.7 → 26.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 (72) hide show
  1. package/CHANGELOG.md +2788 -0
  2. package/esm2020/public_api.mjs +1 -2
  3. package/esm2020/src/grid/columns.directive.mjs +1 -1
  4. package/esm2020/src/grid/stacked-column.directive.mjs +1 -1
  5. package/fesm2015/syncfusion-ej2-angular-grids.mjs +0 -2
  6. package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -1
  7. package/fesm2020/syncfusion-ej2-angular-grids.mjs +0 -2
  8. package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -1
  9. package/package.json +9 -9
  10. package/schematics/utils/lib-details.js +2 -2
  11. package/schematics/utils/lib-details.ts +2 -2
  12. package/src/grid/columns.directive.d.ts +1 -3
  13. package/src/grid/stacked-column.directive.d.ts +1 -3
  14. package/styles/bootstrap-dark.css +5208 -1
  15. package/styles/bootstrap.css +5208 -1
  16. package/styles/bootstrap4.css +5353 -1
  17. package/styles/bootstrap5-dark.css +5273 -1
  18. package/styles/bootstrap5.css +5273 -1
  19. package/styles/excel-filter/bootstrap-dark.css +552 -1
  20. package/styles/excel-filter/bootstrap.css +552 -1
  21. package/styles/excel-filter/bootstrap4.css +605 -1
  22. package/styles/excel-filter/bootstrap5-dark.css +593 -1
  23. package/styles/excel-filter/bootstrap5.css +593 -1
  24. package/styles/excel-filter/fabric-dark.css +527 -1
  25. package/styles/excel-filter/fabric.css +520 -1
  26. package/styles/excel-filter/fluent-dark.css +573 -1
  27. package/styles/excel-filter/fluent.css +573 -1
  28. package/styles/excel-filter/fluent2.css +1810 -0
  29. package/styles/excel-filter/fluent2.scss +1 -0
  30. package/styles/excel-filter/highcontrast-light.css +524 -1
  31. package/styles/excel-filter/highcontrast.css +524 -1
  32. package/styles/excel-filter/material-dark.css +575 -1
  33. package/styles/excel-filter/material.css +620 -1
  34. package/styles/excel-filter/material3-dark.css +772 -1
  35. package/styles/excel-filter/material3.css +884 -1
  36. package/styles/excel-filter/tailwind-dark.css +548 -1
  37. package/styles/excel-filter/tailwind.css +548 -1
  38. package/styles/fabric-dark.css +5179 -1
  39. package/styles/fabric.css +5178 -1
  40. package/styles/fluent-dark.css +5312 -1
  41. package/styles/fluent.css +5312 -1
  42. package/styles/fluent2.css +7815 -0
  43. package/styles/fluent2.scss +2 -0
  44. package/styles/grid/bootstrap-dark.css +4783 -1
  45. package/styles/grid/bootstrap.css +4783 -1
  46. package/styles/grid/bootstrap4.css +4921 -1
  47. package/styles/grid/bootstrap5-dark.css +4849 -1
  48. package/styles/grid/bootstrap5.css +4849 -1
  49. package/styles/grid/fabric-dark.css +4754 -1
  50. package/styles/grid/fabric.css +4753 -1
  51. package/styles/grid/fluent-dark.css +4888 -1
  52. package/styles/grid/fluent.css +4888 -1
  53. package/styles/grid/fluent2.css +6146 -0
  54. package/styles/grid/fluent2.scss +1 -0
  55. package/styles/grid/highcontrast-light.css +4751 -1
  56. package/styles/grid/highcontrast.css +4751 -1
  57. package/styles/grid/material-dark.css +4835 -1
  58. package/styles/grid/material.css +4880 -1
  59. package/styles/grid/material3-dark.css +5266 -1
  60. package/styles/grid/material3.css +5378 -1
  61. package/styles/grid/tailwind-dark.css +4871 -1
  62. package/styles/grid/tailwind.css +4871 -1
  63. package/styles/highcontrast-light.css +5176 -1
  64. package/styles/highcontrast.css +5176 -1
  65. package/styles/material-dark.css +5267 -1
  66. package/styles/material.css +5322 -1
  67. package/styles/material3-dark.css +5850 -1
  68. package/styles/material3.css +6074 -1
  69. package/styles/tailwind-dark.css +5295 -1
  70. package/styles/tailwind.css +5295 -1
  71. package/license +0 -10
  72. package/postinstall/tagchange.js +0 -18
@@ -1 +1,884 @@
1
- @import '@syncfusion/ej2-grids/styles/excel-filter/material3.css';
1
+ :root {
2
+ --color-sf-black: 0, 0, 0;
3
+ --color-sf-white: 255, 255, 255;
4
+ --color-sf-primary: 103, 80, 164;
5
+ --color-sf-primary-container: 234, 221, 255;
6
+ --color-sf-secondary: 98, 91, 113;
7
+ --color-sf-secondary-container: 232, 222, 248;
8
+ --color-sf-tertiary: 125, 82, 96;
9
+ --color-sf-tertiary-container: 255, 216, 228;
10
+ --color-sf-surface: 255, 255, 255;
11
+ --color-sf-surface-variant: 231, 224, 236;
12
+ --color-sf-background: var(--color-sf-surface);
13
+ --color-sf-on-primary: 255, 255, 255;
14
+ --color-sf-on-primary-container: 33, 0, 94;
15
+ --color-sf-on-secondary: 255, 255, 255;
16
+ --color-sf-on-secondary-container: 30, 25, 43;
17
+ --color-sf-on-tertiary: 255, 255, 255;
18
+ --color-sf-on-tertiary-containe: 55, 11, 30;
19
+ --color-sf-on-surface: 28, 27, 31;
20
+ --color-sf-on-surface-variant: 73, 69, 78;
21
+ --color-sf-on-background: 28, 27, 31;
22
+ --color-sf-outline: 121, 116, 126;
23
+ --color-sf-outline-variant: 196, 199, 197;
24
+ --color-sf-shadow: 0, 0, 0;
25
+ --color-sf-surface-tint-color: 103, 80, 164;
26
+ --color-sf-inverse-surface: 49, 48, 51;
27
+ --color-sf-inverse-on-surface: 244, 239, 244;
28
+ --color-sf-inverse-primary: 208, 188, 255;
29
+ --color-sf-scrim: 0, 0, 0;
30
+ --color-sf-error: 179, 38, 30;
31
+ --color-sf-error-container: 249, 222, 220;
32
+ --color-sf-on-error: 255, 250, 250;
33
+ --color-sf-on-error-container: 65, 14, 11;
34
+ --color-sf-success: 32, 81, 7;
35
+ --color-sf-success-container: 209, 255, 186;
36
+ --color-sf-on-success: 244, 255, 239;
37
+ --color-sf-on-success-container: 13, 39, 0;
38
+ --color-sf-info: 1, 87, 155;
39
+ --color-sf-info-container: 233, 245, 255;
40
+ --color-sf-on-info: 250, 253, 255;
41
+ --color-sf-on-info-container: 0, 51, 91;
42
+ --color-sf-warning: 145, 76, 0;
43
+ --color-sf-warning-container: 254, 236, 222;
44
+ --color-sf-on-warning: 255, 255, 255;
45
+ --color-sf-on-warning-container: 47, 21, 0;
46
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
47
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
48
+ --color-sf-diagram-palette-background: --color-sf-white;
49
+ --color-sf-success-text: 255, 255, 255;
50
+ --color-sf-warning-text: 255, 255, 255;
51
+ --color-sf-danger-text: 255, 255, 255;
52
+ --color-sf-info-text: 255, 255, 255;
53
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
54
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
55
+ }
56
+
57
+ .e-dark-mode {
58
+ --color-sf-black: 0, 0, 0;
59
+ --color-sf-white: 255, 255, 255;
60
+ --color-sf-primary: 208, 188, 255;
61
+ --color-sf-primary-container: 79, 55, 139;
62
+ --color-sf-secondary: 204, 194, 220;
63
+ --color-sf-secondary-container: 74, 68, 88;
64
+ --color-sf-tertiary: 239, 184, 200;
65
+ --color-sf-tertiary-container: 99, 59, 72;
66
+ --color-sf-surface: 28, 27, 31;
67
+ --color-sf-surface-variant: 28, 27, 31;
68
+ --color-sf-background: var(--color-sf-surface);
69
+ --color-sf-on-primary: 55, 30, 115;
70
+ --color-sf-on-primary-container: 234, 221, 255;
71
+ --color-sf-on-secondary: 51, 45, 65;
72
+ --color-sf-on-secondary-container: 232, 222, 248;
73
+ --color-sf-on-tertiary: 73, 37, 50;
74
+ --color-sf-on-tertiary-containe: 255, 216, 228;
75
+ --color-sf-on-surface: 230, 225, 229;
76
+ --color-sf-on-surface-variant: 202, 196, 208;
77
+ --color-sf-on-background: 230, 225, 229;
78
+ --color-sf-outline: 147, 143, 153;
79
+ --color-sf-outline-variant: 68, 71, 70;
80
+ --color-sf-shadow: 0, 0, 0;
81
+ --color-sf-surface-tint-color: 208, 188, 255;
82
+ --color-sf-inverse-surface: 230, 225, 229;
83
+ --color-sf-inverse-on-surface: 49, 48, 51;
84
+ --color-sf-inverse-primary: 103, 80, 164;
85
+ --color-sf-scrim: 0, 0, 0;
86
+ --color-sf-error: 242, 184, 181;
87
+ --color-sf-error-container: 140, 29, 24;
88
+ --color-sf-on-error: 96, 20, 16;
89
+ --color-sf-on-error-container: 249, 222, 220;
90
+ --color-sf-success: 83, 202, 23;
91
+ --color-sf-success-container: 22, 62, 2;
92
+ --color-sf-on-success: 13, 39, 0;
93
+ --color-sf-on-success-container: 183, 250, 150;
94
+ --color-sf-info: 71, 172, 251;
95
+ --color-sf-info-container: 0, 67, 120;
96
+ --color-sf-on-info: 0, 51, 91;
97
+ --color-sf-on-info-container: 173, 219, 255;
98
+ --color-sf-warning: 245, 180, 130;
99
+ --color-sf-warning-container: 123, 65, 0;
100
+ --color-sf-on-warning: 99, 52, 0;
101
+ --color-sf-on-warning-container: 255, 220, 193;
102
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
103
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
104
+ --color-sf-success-text: 0, 0, 0;
105
+ --color-sf-warning-text: 0, 0, 0;
106
+ --color-sf-info-text: 0, 0, 0;
107
+ --color-sf-danger-text: 0, 0, 0;
108
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
109
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
110
+ }
111
+
112
+ :root {
113
+ --color-sf-black: 0, 0, 0;
114
+ --color-sf-white: 255, 255, 255;
115
+ --color-sf-primary: 103, 80, 164;
116
+ --color-sf-primary-container: 234, 221, 255;
117
+ --color-sf-secondary: 98, 91, 113;
118
+ --color-sf-secondary-container: 232, 222, 248;
119
+ --color-sf-tertiary: 125, 82, 96;
120
+ --color-sf-tertiary-container: 255, 216, 228;
121
+ --color-sf-surface: 255, 255, 255;
122
+ --color-sf-surface-variant: 231, 224, 236;
123
+ --color-sf-background: var(--color-sf-surface);
124
+ --color-sf-on-primary: 255, 255, 255;
125
+ --color-sf-on-primary-container: 33, 0, 94;
126
+ --color-sf-on-secondary: 255, 255, 255;
127
+ --color-sf-on-secondary-container: 30, 25, 43;
128
+ --color-sf-on-tertiary: 255, 255, 255;
129
+ --color-sf-on-tertiary-containe: 55, 11, 30;
130
+ --color-sf-on-surface: 28, 27, 31;
131
+ --color-sf-on-surface-variant: 73, 69, 78;
132
+ --color-sf-on-background: 28, 27, 31;
133
+ --color-sf-outline: 121, 116, 126;
134
+ --color-sf-outline-variant: 196, 199, 197;
135
+ --color-sf-shadow: 0, 0, 0;
136
+ --color-sf-surface-tint-color: 103, 80, 164;
137
+ --color-sf-inverse-surface: 49, 48, 51;
138
+ --color-sf-inverse-on-surface: 244, 239, 244;
139
+ --color-sf-inverse-primary: 208, 188, 255;
140
+ --color-sf-scrim: 0, 0, 0;
141
+ --color-sf-error: 179, 38, 30;
142
+ --color-sf-error-container: 249, 222, 220;
143
+ --color-sf-on-error: 255, 250, 250;
144
+ --color-sf-on-error-container: 65, 14, 11;
145
+ --color-sf-success: 32, 81, 7;
146
+ --color-sf-success-container: 209, 255, 186;
147
+ --color-sf-on-success: 244, 255, 239;
148
+ --color-sf-on-success-container: 13, 39, 0;
149
+ --color-sf-info: 1, 87, 155;
150
+ --color-sf-info-container: 233, 245, 255;
151
+ --color-sf-on-info: 250, 253, 255;
152
+ --color-sf-on-info-container: 0, 51, 91;
153
+ --color-sf-warning: 145, 76, 0;
154
+ --color-sf-warning-container: 254, 236, 222;
155
+ --color-sf-on-warning: 255, 255, 255;
156
+ --color-sf-on-warning-container: 47, 21, 0;
157
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
158
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
159
+ --color-sf-diagram-palette-background: --color-sf-white;
160
+ --color-sf-success-text: 255, 255, 255;
161
+ --color-sf-warning-text: 255, 255, 255;
162
+ --color-sf-danger-text: 255, 255, 255;
163
+ --color-sf-info-text: 255, 255, 255;
164
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
165
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
166
+ }
167
+
168
+ .e-dark-mode {
169
+ --color-sf-black: 0, 0, 0;
170
+ --color-sf-white: 255, 255, 255;
171
+ --color-sf-primary: 208, 188, 255;
172
+ --color-sf-primary-container: 79, 55, 139;
173
+ --color-sf-secondary: 204, 194, 220;
174
+ --color-sf-secondary-container: 74, 68, 88;
175
+ --color-sf-tertiary: 239, 184, 200;
176
+ --color-sf-tertiary-container: 99, 59, 72;
177
+ --color-sf-surface: 28, 27, 31;
178
+ --color-sf-surface-variant: 28, 27, 31;
179
+ --color-sf-background: var(--color-sf-surface);
180
+ --color-sf-on-primary: 55, 30, 115;
181
+ --color-sf-on-primary-container: 234, 221, 255;
182
+ --color-sf-on-secondary: 51, 45, 65;
183
+ --color-sf-on-secondary-container: 232, 222, 248;
184
+ --color-sf-on-tertiary: 73, 37, 50;
185
+ --color-sf-on-tertiary-containe: 255, 216, 228;
186
+ --color-sf-on-surface: 230, 225, 229;
187
+ --color-sf-on-surface-variant: 202, 196, 208;
188
+ --color-sf-on-background: 230, 225, 229;
189
+ --color-sf-outline: 147, 143, 153;
190
+ --color-sf-outline-variant: 68, 71, 70;
191
+ --color-sf-shadow: 0, 0, 0;
192
+ --color-sf-surface-tint-color: 208, 188, 255;
193
+ --color-sf-inverse-surface: 230, 225, 229;
194
+ --color-sf-inverse-on-surface: 49, 48, 51;
195
+ --color-sf-inverse-primary: 103, 80, 164;
196
+ --color-sf-scrim: 0, 0, 0;
197
+ --color-sf-error: 242, 184, 181;
198
+ --color-sf-error-container: 140, 29, 24;
199
+ --color-sf-on-error: 96, 20, 16;
200
+ --color-sf-on-error-container: 249, 222, 220;
201
+ --color-sf-success: 83, 202, 23;
202
+ --color-sf-success-container: 22, 62, 2;
203
+ --color-sf-on-success: 13, 39, 0;
204
+ --color-sf-on-success-container: 183, 250, 150;
205
+ --color-sf-info: 71, 172, 251;
206
+ --color-sf-info-container: 0, 67, 120;
207
+ --color-sf-on-info: 0, 51, 91;
208
+ --color-sf-on-info-container: 173, 219, 255;
209
+ --color-sf-warning: 245, 180, 130;
210
+ --color-sf-warning-container: 123, 65, 0;
211
+ --color-sf-on-warning: 99, 52, 0;
212
+ --color-sf-on-warning-container: 255, 220, 193;
213
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
214
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
215
+ --color-sf-success-text: 0, 0, 0;
216
+ --color-sf-warning-text: 0, 0, 0;
217
+ --color-sf-info-text: 0, 0, 0;
218
+ --color-sf-danger-text: 0, 0, 0;
219
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
220
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
221
+ }
222
+
223
+ /* stylelint-disable property-no-vendor-prefix */
224
+ @-webkit-keyframes e-input-ripple {
225
+ 100% {
226
+ opacity: 0;
227
+ -webkit-transform: scale(4);
228
+ transform: scale(4);
229
+ }
230
+ }
231
+ @keyframes e-input-ripple {
232
+ 100% {
233
+ opacity: 0;
234
+ -webkit-transform: scale(4);
235
+ transform: scale(4);
236
+ }
237
+ }
238
+ @-webkit-keyframes slideTopUp {
239
+ from {
240
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
241
+ transform: translate3d(0, 0, 0) scale(1);
242
+ }
243
+ to {
244
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
245
+ transform: translate3d(0, 0, 0) scale(1);
246
+ }
247
+ }
248
+ @keyframes slideTopUp {
249
+ from {
250
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
251
+ transform: translate3d(0, 0, 0) scale(1);
252
+ }
253
+ to {
254
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
255
+ transform: translate3d(0, 0, 0) scale(1);
256
+ }
257
+ }
258
+ .e-ddl.e-control-wrapper .e-ddl-icon::before {
259
+ -webkit-transform: rotate(0deg);
260
+ transform: rotate(0deg);
261
+ -webkit-transition: -webkit-transform 300ms ease;
262
+ transition: -webkit-transform 300ms ease;
263
+ transition: transform 300ms ease;
264
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
265
+ }
266
+
267
+ .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
268
+ -webkit-transform: rotate(180deg);
269
+ transform: rotate(180deg);
270
+ -webkit-transition: -webkit-transform 300ms ease;
271
+ transition: -webkit-transform 300ms ease;
272
+ transition: transform 300ms ease;
273
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
274
+ }
275
+
276
+ .e-dropdownbase .e-list-item.e-active.e-hover {
277
+ color: rgba(var(--color-sf-on-surface));
278
+ }
279
+
280
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
281
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
282
+ .e-input-group:not(.e-disabled) .e-back-icon:active,
283
+ .e-input-group:not(.e-disabled) .e-back-icon:hover,
284
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
285
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
286
+ background: rgba(var(--color-sf-on-surface), 0.08);
287
+ }
288
+
289
+ .e-input-group .e-ddl-icon:not(:active)::after {
290
+ -webkit-animation: none;
291
+ animation: none;
292
+ }
293
+
294
+ .e-ddl.e-popup {
295
+ border: 0;
296
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
297
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
298
+ margin-top: 2px;
299
+ }
300
+
301
+ .e-popup.e-ddl .e-dropdownbase {
302
+ min-height: 26px;
303
+ border-radius: 4px;
304
+ }
305
+
306
+ .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
307
+ border-color: rgba(var(--color-sf-primary));
308
+ }
309
+
310
+ .e-bigger .e-popup.e-ddl-device-filter {
311
+ margin-top: 0;
312
+ }
313
+
314
+ .e-bigger .e-ddl-device .e-input-group,
315
+ .e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
316
+ background: rgba(0, 0, 0, 0.0001);
317
+ border-width: 0;
318
+ -webkit-box-shadow: none;
319
+ box-shadow: none;
320
+ margin-bottom: 0;
321
+ }
322
+
323
+ .e-bigger .e-ddl-device .e-input-group .e-back-icon,
324
+ .e-bigger .e-ddl-device .e-input-group input.e-input,
325
+ .e-bigger .e-ddl-device .e-input-group .e-clear-icon {
326
+ background: rgba(0, 0, 0, 0.0001);
327
+ }
328
+
329
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
330
+ margin: 0 6px;
331
+ min-height: 30px;
332
+ min-width: 30px;
333
+ }
334
+
335
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
336
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
337
+ min-height: 38px;
338
+ min-width: 38px;
339
+ }
340
+
341
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
342
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
343
+ min-height: 22px;
344
+ min-width: 22px;
345
+ }
346
+
347
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
348
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
349
+ padding: 4px 16px 4px 0;
350
+ }
351
+
352
+ .e-input-group.e-ddl,
353
+ .e-input-group.e-ddl .e-input,
354
+ .e-input-group.e-ddl .e-ddl-icon {
355
+ background: transparent;
356
+ }
357
+
358
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
359
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
360
+ border-bottom-width: 0;
361
+ }
362
+
363
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
364
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
365
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
366
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
367
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
368
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
369
+ margin: 4px;
370
+ }
371
+
372
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
373
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
374
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
375
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
376
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
377
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
378
+ padding: 4px 5px 4px 12px;
379
+ }
380
+
381
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
382
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
383
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
384
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
385
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
386
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
387
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
388
+ min-height: 34px;
389
+ min-width: 34px;
390
+ }
391
+
392
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
393
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
394
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
395
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
396
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
397
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
398
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
399
+ padding: 8px 16px;
400
+ }
401
+
402
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
403
+ margin: 0 4px;
404
+ }
405
+
406
+ .e-ddl.e-popup.e-outline .e-filter-parent {
407
+ padding: 4px 8px;
408
+ }
409
+
410
+ /* stylelint-disable property-no-vendor-prefix */
411
+ @-webkit-keyframes material-spinner-rotate {
412
+ 0% {
413
+ -webkit-transform: rotate(0deg);
414
+ transform: rotate(0deg);
415
+ }
416
+ 100% {
417
+ -webkit-transform: rotate(360deg);
418
+ transform: rotate(360deg);
419
+ }
420
+ }
421
+ @keyframes material-spinner-rotate {
422
+ 0% {
423
+ -webkit-transform: rotate(0deg);
424
+ transform: rotate(0deg);
425
+ }
426
+ 100% {
427
+ -webkit-transform: rotate(360deg);
428
+ transform: rotate(360deg);
429
+ }
430
+ }
431
+ @-webkit-keyframes fabric-spinner-rotate {
432
+ 0% {
433
+ -webkit-transform: rotate(0deg);
434
+ transform: rotate(0deg);
435
+ }
436
+ 100% {
437
+ -webkit-transform: rotate(360deg);
438
+ transform: rotate(360deg);
439
+ }
440
+ }
441
+ @keyframes fabric-spinner-rotate {
442
+ 0% {
443
+ -webkit-transform: rotate(0deg);
444
+ transform: rotate(0deg);
445
+ }
446
+ 100% {
447
+ -webkit-transform: rotate(360deg);
448
+ transform: rotate(360deg);
449
+ }
450
+ }
451
+ .e-icon-check::before {
452
+ content: "\e774";
453
+ }
454
+
455
+ .e-excelfilter .e-icon-filter::before,
456
+ .e-excelfilter .e-excl-filter-icon::before {
457
+ content: "\e7f7";
458
+ }
459
+ .e-excelfilter .e-excl-filter-icon.e-filtered::before {
460
+ content: "\e72c";
461
+ }
462
+ .e-excelfilter .e-search-icon::before,
463
+ .e-excelfilter .e-ccsearch-icon::before {
464
+ content: "\e754";
465
+ }
466
+ .e-excelfilter .e-chkcancel-icon::before {
467
+ content: "\e7e7";
468
+ }
469
+ .e-excelfilter .e-sortascending::before {
470
+ content: "\e7a3";
471
+ }
472
+ .e-excelfilter .e-sortdescending::before {
473
+ content: "\e7b6";
474
+ }
475
+
476
+ /*! Excel-Filter layout */
477
+ .sf-grid .e-excelfilter.e-dialog .e-dlg-content {
478
+ padding-left: 0;
479
+ padding-right: 0;
480
+ }
481
+ .sf-grid .e-excelfilter .e-dlg-content {
482
+ overflow: visible;
483
+ padding: 0;
484
+ }
485
+ .sf-grid .e-excelfilter .e-searchcontainer {
486
+ padding: 14px;
487
+ padding-top: 4px;
488
+ padding-left: 8px;
489
+ padding-right: 24px;
490
+ }
491
+ .sf-grid .e-excelfilter.e-rtl .e-searchcontainer {
492
+ padding: 14px;
493
+ padding-top: 4px;
494
+ padding-left: 14px;
495
+ padding-right: 0;
496
+ }
497
+ .sf-grid .e-excelfilter.e-rtl .e-checkbox-wrapper .e-frame + .e-label {
498
+ margin-left: 0;
499
+ margin-right: 8px;
500
+ }
501
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu {
502
+ display: inline-block;
503
+ position: relative;
504
+ width: 100%;
505
+ }
506
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul {
507
+ position: absolute;
508
+ }
509
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
510
+ height: 26px;
511
+ line-height: 26px;
512
+ }
513
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
514
+ height: 36px;
515
+ line-height: 36px;
516
+ }
517
+ .sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-separator {
518
+ height: auto;
519
+ }
520
+ .sf-grid .e-excelfilter .e-contextmenu-container ul .e-menu-item .e-caret {
521
+ margin-right: 24px;
522
+ }
523
+ .sf-grid .e-excelfilter .e-searchbox {
524
+ padding-left: 8px;
525
+ }
526
+ .sf-grid-dlg.e-xlflmenu .e-xlfl-radiodiv {
527
+ width: unset;
528
+ }
529
+
530
+ .e-xlflmenu {
531
+ min-height: 318px;
532
+ }
533
+ .e-xlflmenu .e-xlfl-dlgfields {
534
+ font-size: 14px;
535
+ padding-top: 12px;
536
+ }
537
+ .e-xlflmenu .e-xlfl-fieldset {
538
+ font-size: 11px;
539
+ padding-top: 12px;
540
+ }
541
+ .e-responsive-dialog .e-xlflmenu table.e-xlfl-table tr.e-xlfl-fields:nth-child(2) td.e-xlfl-optr, .e-responsive-dialog .e-xlflmenu table.e-xlfl-table tr.e-xlfl-fields:nth-child(2) td.e-xlfl-value {
542
+ padding-top: 16px;
543
+ }
544
+ .e-xlflmenu table.e-xlfl-table tr.e-xlfl-fields:nth-child(2) td.e-xlfl-optr,
545
+ .e-xlflmenu table.e-xlfl-table tr.e-xlfl-fields:nth-child(2) td.e-xlfl-value {
546
+ padding-top: 0;
547
+ }
548
+ .e-xlflmenu .e-xlfl-optr,
549
+ .e-xlflmenu .e-xlfl-value {
550
+ padding-top: 26px;
551
+ }
552
+ .e-xlflmenu .e-xlfl-radio,
553
+ .e-xlflmenu .e-xlfl-mtcase {
554
+ padding-top: 20px;
555
+ }
556
+ .e-xlflmenu .e-xlfl-optr:first-child {
557
+ padding-right: 11.25px;
558
+ }
559
+ .e-xlflmenu .e-xlfl-table {
560
+ border-spacing: 0;
561
+ table-layout: fixed;
562
+ width: 100%;
563
+ }
564
+ .e-xlflmenu .e-radio + label .e-label {
565
+ margin-top: 0;
566
+ padding-left: 25px;
567
+ padding-right: 9px;
568
+ }
569
+ .e-xlflmenu .e-xlfl-matchcasediv .e-checkbox-wrapper .e-frame + .e-label {
570
+ max-width: none;
571
+ }
572
+ .e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label {
573
+ margin-bottom: 1px;
574
+ margin-left: 6px;
575
+ }
576
+ .e-xlflmenu .e-checkbox-wrapper .e-frame {
577
+ margin-bottom: 1px;
578
+ }
579
+ .e-xlflmenu .e-dlg-content {
580
+ padding-bottom: 5px;
581
+ }
582
+ .e-xlflmenu .e-xlfl-radiodiv {
583
+ width: 120px;
584
+ }
585
+ .e-xlflmenu .e-xlfl-matchcasediv {
586
+ margin-left: 0;
587
+ margin-right: 13px;
588
+ }
589
+
590
+ .e-xlfl-radio-or,
591
+ .e-xlfl-matchcasediv {
592
+ margin-left: 2px;
593
+ }
594
+
595
+ .e-emptyicon {
596
+ opacity: 0;
597
+ }
598
+
599
+ .e-xlflmenu.e-rtl .e-xlfl-optr {
600
+ padding-left: 11.25px;
601
+ padding-right: 0;
602
+ }
603
+ .e-xlflmenu.e-rtl .e-radio + label .e-label {
604
+ padding-left: 0;
605
+ padding-right: 25px;
606
+ }
607
+ .e-xlflmenu.e-rtl .e-xlfl-radio-or {
608
+ margin-left: 0;
609
+ margin-right: 13px;
610
+ }
611
+
612
+ .e-bigger .e-xlflmenu.e-rtl .e-radio + label .e-label {
613
+ padding-left: 0;
614
+ padding-right: 25px;
615
+ }
616
+
617
+ .e-bigger.e-responsive-dialog .e-xlflmenu .e-xlfl-dlgfields,
618
+ .e-bigger.e-responsive-dialog .e-xlflmenu .e-xlfl-fieldset {
619
+ font-weight: 500;
620
+ padding-top: 8px;
621
+ }
622
+ .e-bigger.e-responsive-dialog .e-xlflmenu .e-xlfl-optr:first-child {
623
+ width: 70%;
624
+ }
625
+ .e-bigger.e-responsive-dialog .e-xlflmenu .e-xlfl-radio,
626
+ .e-bigger.e-responsive-dialog .e-xlflmenu .e-xlfl-mtcase,
627
+ .e-bigger.e-responsive-dialog .e-xlflmenu .e-xlfl-optr,
628
+ .e-bigger.e-responsive-dialog .e-xlflmenu .e-xlfl-value {
629
+ padding-top: 24px;
630
+ }
631
+
632
+ .e-bigger .e-xlflmenu {
633
+ min-height: 362px;
634
+ }
635
+ .e-bigger .e-xlflmenu .e-xlfl-table {
636
+ border-spacing: 0;
637
+ width: 100%;
638
+ }
639
+ .e-bigger .e-xlflmenu .e-dlg-content {
640
+ padding-bottom: 10px;
641
+ }
642
+ .e-bigger .e-xlflmenu .e-radio + label .e-label {
643
+ padding-left: 27px;
644
+ padding-right: 6px;
645
+ }
646
+ .e-bigger .e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label {
647
+ margin-left: 8px;
648
+ }
649
+ .e-bigger .e-xlflmenu .e-xlfl-radiodiv {
650
+ width: 141px;
651
+ }
652
+ .e-bigger .e-xlflmenu .e-xlfl-radio-or,
653
+ .e-bigger .e-xlflmenu .e-xlfl-matchcasediv {
654
+ margin-left: 18px;
655
+ }
656
+ .e-bigger .e-xlflmenu .e-xlfl-optr:first-child {
657
+ padding-right: 10px;
658
+ }
659
+ .e-bigger .e-xlflmenu.e-rtl .e-xlfl-optr {
660
+ padding-right: 0;
661
+ }
662
+ .e-bigger .e-xlflmenu .e-xlfl-dlgfields {
663
+ font-size: 16px;
664
+ }
665
+ .e-bigger .e-xlflmenu .e-xlfl-fieldset {
666
+ font-size: 12px;
667
+ padding-top: 22px;
668
+ }
669
+ .e-bigger .e-xlflmenu .e-xlfl-optr,
670
+ .e-bigger .e-xlflmenu .e-xlfl-value {
671
+ padding-top: 32px;
672
+ }
673
+ .e-bigger .e-xlflmenu .e-xlfl-radio,
674
+ .e-bigger .e-xlflmenu .e-xlfl-mtcase {
675
+ padding-top: 18px;
676
+ }
677
+
678
+ .e-bigger .e-excelfilter .e-xlflmenu,
679
+ .e-excelfilter.e-bigger .e-xlflmenu {
680
+ min-height: 362px;
681
+ }
682
+ .e-bigger .e-excelfilter .e-ftrchk,
683
+ .e-excelfilter.e-bigger .e-ftrchk {
684
+ padding-bottom: 9px;
685
+ padding-top: 9px;
686
+ }
687
+ .e-bigger .e-excelfilter .e-contextmenu-wrapper ul li,
688
+ .e-bigger .e-excelfilter .e-contextmenu-container ul li,
689
+ .e-excelfilter.e-bigger .e-contextmenu-wrapper ul li,
690
+ .e-excelfilter.e-bigger .e-contextmenu-container ul li {
691
+ height: 40px;
692
+ line-height: 40px;
693
+ }
694
+ .e-bigger .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,
695
+ .e-bigger .e-excelfilter .e-contextmenu-container ul li .e-menu-icon,
696
+ .e-excelfilter.e-bigger .e-contextmenu-wrapper ul li .e-menu-icon,
697
+ .e-excelfilter.e-bigger .e-contextmenu-container ul li .e-menu-icon {
698
+ height: 40px;
699
+ line-height: 40px;
700
+ margin-right: 13px;
701
+ }
702
+ .e-bigger .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret,
703
+ .e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
704
+ height: 40px;
705
+ line-height: 40px;
706
+ font-size: 20px;
707
+ margin-right: 19px;
708
+ }
709
+ .e-bigger .e-excelfilter.e-dialog .e-dlg-content,
710
+ .e-excelfilter.e-bigger.e-dialog .e-dlg-content {
711
+ padding-left: 7px;
712
+ }
713
+ .e-bigger .e-excelfilter .e-ftrchk,
714
+ .e-bigger .e-excelfilter .e-searchbox,
715
+ .e-excelfilter.e-bigger .e-ftrchk,
716
+ .e-excelfilter.e-bigger .e-searchbox {
717
+ padding-left: 9px;
718
+ }
719
+ .e-bigger .e-excelfilter.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret,
720
+ .e-excelfilter.e-bigger.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret {
721
+ margin-left: 17px;
722
+ }
723
+ .e-bigger .e-excelfilter.e-rtl .e-dlg-content,
724
+ .e-excelfilter.e-bigger.e-rtl .e-dlg-content {
725
+ padding-left: 16px;
726
+ padding-right: 7px;
727
+ }
728
+ .e-bigger .e-excelfilter.e-rtl .e-ftrchk,
729
+ .e-bigger .e-excelfilter.e-rtl .e-searchbox,
730
+ .e-excelfilter.e-bigger.e-rtl .e-ftrchk,
731
+ .e-excelfilter.e-bigger.e-rtl .e-searchbox {
732
+ padding-left: 0;
733
+ padding-right: 9px;
734
+ }
735
+
736
+ .e-excelfilter .e-checkboxlist {
737
+ height: 200px;
738
+ margin-top: 5px;
739
+ min-height: 160px;
740
+ overflow-y: auto;
741
+ }
742
+ .e-excelfilter .e-checkboxfiltertext {
743
+ width: 150px;
744
+ word-break: normal;
745
+ }
746
+ .e-responsive-dialog .e-excelfilter .e-checkboxfiltertext {
747
+ width: 180px;
748
+ }
749
+ .e-excelfilter .e-chk-hidden {
750
+ -moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
751
+ height: 1px;
752
+ opacity: 0;
753
+ width: 1px;
754
+ }
755
+ .e-excelfilter .e-contextmenu-wrapper ul li,
756
+ .e-excelfilter .e-contextmenu-container ul li {
757
+ height: 36px;
758
+ line-height: 36px;
759
+ }
760
+ .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,
761
+ .e-excelfilter .e-contextmenu-container ul li .e-menu-icon {
762
+ height: 36px;
763
+ line-height: 36px;
764
+ margin-right: 10px;
765
+ }
766
+ .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
767
+ height: 36px;
768
+ line-height: 36px;
769
+ }
770
+ .e-excelfilter .e-contextmenu-wrapper ul,
771
+ .e-excelfilter .e-contextmenu-container ul:not(.e-ul) {
772
+ border: 0;
773
+ border-radius: 5px 5px 0 0;
774
+ -webkit-box-shadow: none;
775
+ box-shadow: none;
776
+ max-width: 300px;
777
+ padding-bottom: 4px;
778
+ position: static;
779
+ }
780
+ .e-excelfilter .e-dlg-content {
781
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
782
+ background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
783
+ padding-top: 0;
784
+ padding-top: 12px;
785
+ }
786
+ .e-excelfilter .e-searchbox,
787
+ .e-excelfilter .e-contextmenu-wrapper,
788
+ .e-excelfilter .e-contextmenu-wrapper ul {
789
+ display: block;
790
+ }
791
+ .e-excelfilter .e-contextmenu-wrapper ul {
792
+ padding-bottom: 4px;
793
+ position: static;
794
+ }
795
+ .e-excelfilter .e-contextmenu-wrapper ul li .e-contextmenu-container ul li {
796
+ height: 36px;
797
+ line-height: 36px;
798
+ }
799
+ .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
800
+ height: 36px;
801
+ line-height: 36px;
802
+ margin-right: 17px;
803
+ }
804
+ .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,
805
+ .e-excelfilter .e-contextmenu-container ul li .e-menu-icon {
806
+ height: 36px;
807
+ line-height: 36px;
808
+ margin-right: 10px;
809
+ }
810
+ .e-excelfilter.e-rtl .e-contextmenu-wrapper ul li .e-menu-icon {
811
+ margin-right: 0;
812
+ }
813
+ .e-excelfilter.e-rtl .e-contextmenu-wrapper ul .e-menu-item .e-caret {
814
+ margin-left: 14px;
815
+ }
816
+ .e-excelfilter .e-footer-content {
817
+ border-style: solid;
818
+ border-width: 1px 0 0;
819
+ }
820
+ .e-excelfilter .e-excel-menu {
821
+ z-index: 1000;
822
+ }
823
+ .e-excelfilter .e-xlsel {
824
+ border: 0 solid;
825
+ position: absolute;
826
+ -webkit-user-select: none;
827
+ -moz-user-select: none;
828
+ -ms-user-select: none;
829
+ user-select: none;
830
+ }
831
+ .e-excelfilter.e-dialog .e-dlg-content {
832
+ padding-left: 8px;
833
+ padding-right: 16px;
834
+ }
835
+ .e-excelfilter .e-ftrchk,
836
+ .e-excelfilter .e-searchbox {
837
+ padding-left: 8px;
838
+ }
839
+ .e-excelfilter.e-rtl .e-dlg-content {
840
+ padding-left: 14px;
841
+ padding-right: 8px;
842
+ }
843
+ .e-excelfilter.e-rtl .e-ftrchk,
844
+ .e-excelfilter.e-rtl .e-searchbox {
845
+ padding-left: 0;
846
+ padding-right: 8px;
847
+ }
848
+
849
+ .e-ftrchk {
850
+ padding-bottom: 8px;
851
+ padding-top: 8px;
852
+ }
853
+
854
+ .e-excel-menu.e-contextmenu.e-menu-parent {
855
+ max-height: 298px;
856
+ overflow-y: auto;
857
+ }
858
+
859
+ .e-bigger .e-excel-menu.e-contextmenu.e-menu-parent {
860
+ max-height: 355px;
861
+ }
862
+
863
+ /*! Excel-Filter theme */
864
+ .e-excelfilter .e-footer-content {
865
+ border-color: rgba(var(--color-sf-on-surface-variant), 0.12);
866
+ opacity: 1;
867
+ }
868
+ .e-excelfilter .e-filtered::before {
869
+ color: rgba(var(--color-sf-primary));
870
+ }
871
+ .e-excelfilter .e-dlg-content {
872
+ padding-bottom: 10px;
873
+ border-radius: 0;
874
+ }
875
+
876
+ li.e-separator.e-menu-item.e-excel-separator {
877
+ margin-bottom: 0;
878
+ margin-top: 0;
879
+ }
880
+
881
+ .e-xlsel {
882
+ background-color: rgba(var(--color-sf-primary));
883
+ border-color: rgba(var(--color-sf-primary));
884
+ }