@syncfusion/ej2-angular-grids 20.2.48-ngcc → 20.2.49

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 (174) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/grid/aggregate-columns.directive.mjs +84 -0
  3. package/esm2020/src/grid/aggregates.directive.mjs +69 -0
  4. package/esm2020/src/grid/columns.directive.mjs +100 -0
  5. package/esm2020/src/grid/grid-all.module.mjs +98 -0
  6. package/esm2020/src/grid/grid.component.mjs +274 -0
  7. package/esm2020/src/grid/grid.module.mjs +61 -0
  8. package/esm2020/src/grid/stacked-column.directive.mjs +100 -0
  9. package/esm2020/src/index.mjs +12 -0
  10. package/esm2020/src/pager/pager-all.module.mjs +23 -0
  11. package/esm2020/src/pager/pager.component.mjs +66 -0
  12. package/esm2020/src/pager/pager.module.mjs +25 -0
  13. package/esm2020/syncfusion-ej2-angular-grids.mjs +5 -0
  14. package/fesm2015/syncfusion-ej2-angular-grids.mjs +859 -0
  15. package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -0
  16. package/fesm2020/syncfusion-ej2-angular-grids.mjs +859 -0
  17. package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -0
  18. package/package.json +28 -14
  19. package/src/grid/aggregate-columns.directive.d.ts +5 -0
  20. package/src/grid/aggregates.directive.d.ts +5 -0
  21. package/src/grid/columns.directive.d.ts +5 -0
  22. package/src/grid/grid-all.module.d.ts +6 -0
  23. package/src/grid/grid.component.d.ts +3 -0
  24. package/src/grid/grid.module.d.ts +10 -0
  25. package/src/grid/stacked-column.directive.d.ts +5 -0
  26. package/src/pager/pager-all.module.d.ts +6 -0
  27. package/src/pager/pager.component.d.ts +3 -0
  28. package/src/pager/pager.module.d.ts +6 -0
  29. package/styles/excel-filter/_all.scss +2 -0
  30. package/styles/excel-filter/_bootstrap-dark-definition.scss +60 -0
  31. package/styles/excel-filter/_bootstrap-definition.scss +65 -0
  32. package/styles/excel-filter/_bootstrap4-definition.scss +70 -0
  33. package/styles/excel-filter/_bootstrap5-dark-definition.scss +1 -0
  34. package/styles/excel-filter/_bootstrap5-definition.scss +70 -0
  35. package/styles/excel-filter/_fabric-dark-definition.scss +60 -0
  36. package/styles/excel-filter/_fabric-definition.scss +65 -0
  37. package/styles/excel-filter/_fluent-dark-definition.scss +1 -0
  38. package/styles/excel-filter/_fluent-definition.scss +70 -0
  39. package/styles/excel-filter/_fusionnew-definition.scss +70 -0
  40. package/styles/excel-filter/_highcontrast-definition.scss +60 -0
  41. package/styles/excel-filter/_highcontrast-light-definition.scss +58 -0
  42. package/styles/excel-filter/_layout.scss +418 -0
  43. package/styles/excel-filter/_material-dark-definition.scss +62 -0
  44. package/styles/excel-filter/_material-definition.scss +63 -0
  45. package/styles/excel-filter/_material3-definition.scss +70 -0
  46. package/styles/excel-filter/_office-365-definition.scss +1 -0
  47. package/styles/excel-filter/_tailwind-dark-definition.scss +1 -0
  48. package/styles/excel-filter/_tailwind-definition.scss +69 -0
  49. package/styles/excel-filter/_theme.scss +27 -0
  50. package/styles/excel-filter/bootstrap-dark.scss +16 -1
  51. package/styles/excel-filter/bootstrap.scss +16 -1
  52. package/styles/excel-filter/bootstrap4.scss +16 -1
  53. package/styles/excel-filter/bootstrap5-dark.scss +16 -1
  54. package/styles/excel-filter/bootstrap5.scss +16 -1
  55. package/styles/excel-filter/fabric-dark.scss +16 -1
  56. package/styles/excel-filter/fabric.scss +16 -1
  57. package/styles/excel-filter/fluent-dark.scss +16 -1
  58. package/styles/excel-filter/fluent.scss +16 -1
  59. package/styles/excel-filter/highcontrast-light.scss +16 -1
  60. package/styles/excel-filter/highcontrast.scss +16 -1
  61. package/styles/excel-filter/icons/_bootstrap-dark.scss +37 -0
  62. package/styles/excel-filter/icons/_bootstrap.scss +37 -0
  63. package/styles/excel-filter/icons/_bootstrap4.scss +37 -0
  64. package/styles/excel-filter/icons/_bootstrap5-dark.scss +1 -0
  65. package/styles/excel-filter/icons/_bootstrap5.scss +41 -0
  66. package/styles/excel-filter/icons/_fabric-dark.scss +37 -0
  67. package/styles/excel-filter/icons/_fabric.scss +37 -0
  68. package/styles/excel-filter/icons/_fluent-dark.scss +1 -0
  69. package/styles/excel-filter/icons/_fluent.scss +41 -0
  70. package/styles/excel-filter/icons/_fusionnew.scss +41 -0
  71. package/styles/excel-filter/icons/_highcontrast-light.scss +37 -0
  72. package/styles/excel-filter/icons/_highcontrast.scss +37 -0
  73. package/styles/excel-filter/icons/_material-dark.scss +37 -0
  74. package/styles/excel-filter/icons/_material.scss +38 -0
  75. package/styles/excel-filter/icons/_material3.scss +41 -0
  76. package/styles/excel-filter/icons/_tailwind-dark.scss +1 -0
  77. package/styles/excel-filter/icons/_tailwind.scss +41 -0
  78. package/styles/excel-filter/material-dark.scss +16 -1
  79. package/styles/excel-filter/material.scss +16 -1
  80. package/styles/excel-filter/tailwind-dark.scss +16 -1
  81. package/styles/excel-filter/tailwind.scss +16 -1
  82. package/styles/grid/_all.scss +2 -0
  83. package/styles/grid/_bootstrap-dark-definition.scss +597 -0
  84. package/styles/grid/_bootstrap-definition.scss +598 -0
  85. package/styles/grid/_bootstrap4-definition.scss +602 -0
  86. package/styles/grid/_bootstrap5-dark-definition.scss +1 -0
  87. package/styles/grid/_bootstrap5-definition.scss +597 -0
  88. package/styles/grid/_fabric-dark-definition.scss +595 -0
  89. package/styles/grid/_fabric-definition.scss +595 -0
  90. package/styles/grid/_fluent-dark-definition.scss +1 -0
  91. package/styles/grid/_fluent-definition.scss +588 -0
  92. package/styles/grid/_fusionnew-definition.scss +574 -0
  93. package/styles/grid/_highcontrast-definition.scss +594 -0
  94. package/styles/grid/_highcontrast-light-definition.scss +591 -0
  95. package/styles/grid/_layout.scss +4323 -0
  96. package/styles/grid/_material-dark-definition.scss +593 -0
  97. package/styles/grid/_material-definition.scss +593 -0
  98. package/styles/grid/_material3-definition.scss +598 -0
  99. package/styles/grid/_office-365-definition.scss +1 -0
  100. package/styles/grid/_tailwind-dark-definition.scss +1 -0
  101. package/styles/grid/_tailwind-definition.scss +603 -0
  102. package/styles/grid/_theme.scss +603 -0
  103. package/styles/grid/bootstrap-dark.scss +20 -1
  104. package/styles/grid/bootstrap.scss +20 -1
  105. package/styles/grid/bootstrap4.scss +20 -1
  106. package/styles/grid/bootstrap5-dark.scss +20 -1
  107. package/styles/grid/bootstrap5.scss +20 -1
  108. package/styles/grid/fabric-dark.scss +20 -1
  109. package/styles/grid/fabric.scss +20 -1
  110. package/styles/grid/fluent-dark.scss +20 -1
  111. package/styles/grid/fluent.scss +20 -1
  112. package/styles/grid/highcontrast-light.scss +20 -1
  113. package/styles/grid/highcontrast.scss +20 -1
  114. package/styles/grid/icons/_bootstrap-dark.scss +225 -0
  115. package/styles/grid/icons/_bootstrap.scss +225 -0
  116. package/styles/grid/icons/_bootstrap4.scss +225 -0
  117. package/styles/grid/icons/_bootstrap5-dark.scss +1 -0
  118. package/styles/grid/icons/_bootstrap5.scss +245 -0
  119. package/styles/grid/icons/_fabric-dark.scss +224 -0
  120. package/styles/grid/icons/_fabric.scss +224 -0
  121. package/styles/grid/icons/_fluent-dark.scss +1 -0
  122. package/styles/grid/icons/_fluent.scss +245 -0
  123. package/styles/grid/icons/_fusionnew.scss +245 -0
  124. package/styles/grid/icons/_highcontrast-light.scss +224 -0
  125. package/styles/grid/icons/_highcontrast.scss +225 -0
  126. package/styles/grid/icons/_material-dark.scss +224 -0
  127. package/styles/grid/icons/_material.scss +224 -0
  128. package/styles/grid/icons/_material3.scss +245 -0
  129. package/styles/grid/icons/_tailwind-dark.scss +1 -0
  130. package/styles/grid/icons/_tailwind.scss +245 -0
  131. package/styles/grid/material-dark.scss +20 -1
  132. package/styles/grid/material.scss +20 -1
  133. package/styles/grid/tailwind-dark.scss +20 -1
  134. package/styles/grid/tailwind.scss +20 -1
  135. package/syncfusion-ej2-angular-grids.d.ts +5 -0
  136. package/@syncfusion/ej2-angular-grids.es5.js +0 -988
  137. package/@syncfusion/ej2-angular-grids.es5.js.map +0 -1
  138. package/@syncfusion/ej2-angular-grids.js +0 -927
  139. package/@syncfusion/ej2-angular-grids.js.map +0 -1
  140. package/CHANGELOG.md +0 -2726
  141. package/dist/ej2-angular-grids.umd.js +0 -1580
  142. package/dist/ej2-angular-grids.umd.js.map +0 -1
  143. package/dist/ej2-angular-grids.umd.min.js +0 -11
  144. package/dist/ej2-angular-grids.umd.min.js.map +0 -1
  145. package/ej2-angular-grids.d.ts +0 -6
  146. package/ej2-angular-grids.metadata.json +0 -1
  147. package/postinstall/tagchange.js +0 -18
  148. package/schematics/collection.json +0 -20
  149. package/schematics/generators/grid-default/index.d.ts +0 -3
  150. package/schematics/generators/grid-default/index.js +0 -8
  151. package/schematics/generators/grid-default/sample-details.d.ts +0 -5
  152. package/schematics/generators/grid-default/sample-details.js +0 -7
  153. package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  154. package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
  155. package/schematics/generators/grid-default/schema.d.ts +0 -3
  156. package/schematics/generators/grid-default/schema.js +0 -2
  157. package/schematics/generators/grid-default/schema.json +0 -125
  158. package/schematics/generators/grid-feature/index.d.ts +0 -3
  159. package/schematics/generators/grid-feature/index.js +0 -8
  160. package/schematics/generators/grid-feature/sample-details.d.ts +0 -5
  161. package/schematics/generators/grid-feature/sample-details.js +0 -7
  162. package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  163. package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
  164. package/schematics/generators/grid-feature/schema.d.ts +0 -3
  165. package/schematics/generators/grid-feature/schema.js +0 -2
  166. package/schematics/generators/grid-feature/schema.json +0 -125
  167. package/schematics/ng-add/index.d.ts +0 -3
  168. package/schematics/ng-add/index.js +0 -9
  169. package/schematics/ng-add/schema.d.ts +0 -13
  170. package/schematics/ng-add/schema.js +0 -2
  171. package/schematics/ng-add/schema.json +0 -34
  172. package/schematics/tsconfig.json +0 -25
  173. package/schematics/utils/lib-details.d.ts +0 -4
  174. package/schematics/utils/lib-details.js +0 -6
@@ -0,0 +1,224 @@
1
+ @include export-module('grid-material-icons') {
2
+ /*!componenticons*/
3
+
4
+ .e-icon-check::before {
5
+ content: '\e7ff';
6
+ }
7
+
8
+ #{&}.e-grid,
9
+ .e-grid-menu {
10
+
11
+ .e-group-animate .e-drag.e-icon-drag::before {
12
+ content: '\e330';
13
+ }
14
+
15
+ .e-group-animate .e-nextgroup.e-icon-next::before {
16
+ content: '\ec07';
17
+ }
18
+
19
+ .e-icon-ascending::before {
20
+ content: '\e840';
21
+ }
22
+
23
+ .e-icon-descending::before {
24
+ content: '\e83f';
25
+ }
26
+
27
+ .e-icon-hide::before {
28
+ content: '\e825';
29
+ }
30
+
31
+ .e-ungroupbutton.e-icon-hide::before {
32
+ content: '\e917';
33
+ }
34
+
35
+ .e-icon-rowselect::before {
36
+ content: '\e930';
37
+ }
38
+
39
+ .e-icon-sortdirect::before {
40
+ content: '\e890';
41
+ }
42
+
43
+ .e-icon-gdownarrow::before {
44
+ content: '\e83d';
45
+ }
46
+
47
+ .e-icon-grightarrow::before {
48
+ content: '\e859';
49
+ }
50
+
51
+ .e-icon-filter::before,
52
+ .e-icon-filter.e-filtered::before {
53
+ content: '\e7ee';
54
+ }
55
+
56
+ .e-resfilter-icon::before {
57
+ content: '\e251';
58
+ }
59
+
60
+ .e-ressort-icon::before {
61
+ content: '\e612';
62
+ }
63
+
64
+ .e-excl-filter-icon::before {
65
+ content: '\e251';
66
+ }
67
+
68
+ .e-excl-filter-icon.e-filtered::before {
69
+ content: '\e248';
70
+ }
71
+
72
+ &.e-rtl {
73
+ .e-icon-grightarrow::before {
74
+ content: '\e854';
75
+ }
76
+ }
77
+
78
+ .e-icon-group::before {
79
+ content: '\e926';
80
+ }
81
+
82
+ .e-icon-ungroup::before {
83
+ content: '\e926';
84
+ }
85
+
86
+ .e-icon-reorderuparrow::before {
87
+ content: '\e918';
88
+ }
89
+
90
+ .e-icon-reorderdownarrow::before {
91
+ content: '\e919';
92
+ }
93
+
94
+ .e-print::before {
95
+ content: '\e813';
96
+ }
97
+
98
+ .e-add::before {
99
+ content: '\e7f9';
100
+ }
101
+
102
+ .e-resback-icon::before {
103
+ content: '\e977';
104
+ }
105
+
106
+ .e-wordexport::before {
107
+ content: '\e7b0';
108
+ }
109
+
110
+ .e-pdfexport::before {
111
+ content: '\e240';
112
+ }
113
+
114
+ .e-csvexport::before {
115
+ content: '\e241';
116
+ }
117
+
118
+ .e-excelexport::before {
119
+ content: '\e242';
120
+ }
121
+
122
+ .e-edit::before {
123
+ content: '\e81e';
124
+ }
125
+
126
+ .e-columnmenu::before,
127
+ .e-columnmenu.e-filtered::before {
128
+ content: '\e984';
129
+ }
130
+
131
+ .e-delete::before {
132
+ content: '\e84e';
133
+ }
134
+
135
+ .e-cancel::before {
136
+ content: '\e825';
137
+ }
138
+
139
+ .e-copy::before {
140
+ content: '\e70a';
141
+ }
142
+
143
+ .e-save::before {
144
+ content: '\e98e';
145
+ }
146
+
147
+ .e-update::before {
148
+ content: '\e735';
149
+ }
150
+
151
+ .e-search-icon::before {
152
+ content: '\e993';
153
+ }
154
+
155
+ .e-cancel-icon::before {
156
+ content: '\e825';
157
+ }
158
+
159
+ .e-columnchooserdiv::before {
160
+ content: '\e714';
161
+ }
162
+
163
+ .e-ccsearch-icon::before {
164
+ content: '\e993';
165
+ }
166
+
167
+ .e-columnchooser::before {
168
+ content: '\e21e';
169
+ }
170
+
171
+ .e-columnchooser-btn::before {
172
+ content: '\e969';
173
+ }
174
+
175
+ .e-cc-icon::before {
176
+ content: '\e82e';
177
+ }
178
+
179
+ .e-icon-rowdragicon::before {
180
+ content: '\e330';
181
+ }
182
+
183
+ &.e-rtl {
184
+ .e-icon-rowdragicon::before {
185
+ content: '\e330';
186
+ }
187
+ }
188
+
189
+ .e-ccsearch-icon.e-cc-cancel::before,
190
+ .e-chkcancel-icon::before {
191
+ content: '\e7a7';
192
+ }
193
+ }
194
+ }
195
+
196
+ .e-responsive-dialog {
197
+ & .e-resfilterback::before {
198
+ content: '\e977';
199
+ }
200
+
201
+ & .e-filterset::before {
202
+ content: '\e7ee';
203
+ }
204
+
205
+ & .e-search-icon::before {
206
+ content: '\e993';
207
+ }
208
+
209
+ & .e-chkcancel-icon::before {
210
+ content: '\e7a7';
211
+ }
212
+
213
+ & .e-icon-filter-clear::before {
214
+ content: '\e248';
215
+ }
216
+ }
217
+
218
+ .e-row-responsive-filter {
219
+ & .e-dlg-closeicon-btn {
220
+ & .e-icon-dlg-close::before {
221
+ content: '\e977';
222
+ }
223
+ }
224
+ }
@@ -0,0 +1,245 @@
1
+ @include export-module('grid-material3-icons') {
2
+ /*! component icons */
3
+
4
+ .e-icon-check::before {
5
+ content: '\e774';
6
+ }
7
+
8
+ #{&}.e-grid,
9
+ .e-grid-menu {
10
+
11
+ .e-group-animate .e-drag.e-icon-drag::before {
12
+ content: '\e726';
13
+ }
14
+
15
+ .e-group-animate .e-nextgroup.e-icon-next::before {
16
+ content: '\e748';
17
+ }
18
+
19
+ .e-icon-ascending::before {
20
+ content: '\e7df';
21
+ }
22
+
23
+ .e-icon-descending::before {
24
+ content: '\e7d8';
25
+ }
26
+
27
+ .e-icon-hide::before {
28
+ content: '\e7e7';
29
+ }
30
+
31
+ .e-ungroupbutton.e-icon-hide::before {
32
+ content: '\e7e7';
33
+ }
34
+
35
+ .e-icon-rowselect::before {
36
+ content: '\e7d4';
37
+ }
38
+
39
+ .e-icon-sortdirect::before {
40
+ content: '\e824';
41
+ }
42
+
43
+ .e-icon-gdownarrow::before {
44
+ content: '\e729';
45
+ }
46
+
47
+ .e-icon-grightarrow::before {
48
+ content: '\e748';
49
+ }
50
+
51
+ .e-icon-filter::before,
52
+ .e-icon-filter.e-filtered::before {
53
+ content: '\e7f7';
54
+ }
55
+
56
+ .e-resfilter-icon::before {
57
+ content: '\e7f7';
58
+ }
59
+
60
+ .e-ressort-icon::before {
61
+ content: '\e823';
62
+ }
63
+
64
+ .e-excl-filter-icon::before {
65
+ content: '\e7f7';
66
+ }
67
+
68
+ .e-excl-filter-icon.e-filtered::before {
69
+ content: '\e72c';
70
+ }
71
+
72
+ &.e-rtl {
73
+ .e-icon-grightarrow::before {
74
+ content: '\e765';
75
+ }
76
+ }
77
+
78
+ .e-icon-group::before {
79
+ content: '\e724';
80
+ }
81
+
82
+ .e-icon-ungroup::before {
83
+ content: '\e724';
84
+ }
85
+
86
+ .e-icon-reorderuparrow::before {
87
+ content: '\e87a';
88
+ }
89
+
90
+ .e-icon-reorderdownarrow::before {
91
+ content: '\e70d';
92
+ }
93
+
94
+ .e-print::before {
95
+ content: '\e75d';
96
+ }
97
+
98
+ .e-add::before {
99
+ content: '\e805';
100
+ }
101
+
102
+ .e-resback-icon::before {
103
+ content: '\e773';
104
+ }
105
+
106
+ .e-wordexport::before {
107
+ content: '\e7d0';
108
+ }
109
+
110
+ .e-pdfexport::before {
111
+ content: '\e700';
112
+ }
113
+
114
+ .e-csvexport::before {
115
+ content: '\e7ba';
116
+ }
117
+
118
+ .e-excelexport::before {
119
+ content: '\e7c1';
120
+ }
121
+
122
+ .e-edit::before {
123
+ content: '\e730';
124
+ }
125
+
126
+ .e-columnmenu::before,
127
+ .e-columnmenu.e-filtered::before {
128
+ content: '\e770';
129
+ }
130
+
131
+ .e-delete::before {
132
+ content: '\e820';
133
+ }
134
+
135
+ .e-cancel::before {
136
+ content: '\e7e7';
137
+ }
138
+
139
+ .e-copy::before {
140
+ content: '\e77c';
141
+ }
142
+
143
+ .e-save::before {
144
+ content: '\e7c8';
145
+ }
146
+
147
+ .e-update::before {
148
+ content: '\e7c8';
149
+ }
150
+
151
+ .e-search-icon::before {
152
+ content: '\e754';
153
+ }
154
+
155
+ .e-cancel-icon::before {
156
+ content: '\e7e7';
157
+ }
158
+
159
+ .e-columnchooserdiv::before {
160
+ content: '\e7f7';
161
+ }
162
+
163
+ .e-ccsearch-icon::before {
164
+ content: '\e754';
165
+ }
166
+
167
+ .e-columnchooser::before {
168
+ content: '\e21e'; // icon not found
169
+ }
170
+
171
+ .e-columnchooser-btn::before {
172
+ content: '\e70d';
173
+ }
174
+
175
+ .e-cc-icon::before {
176
+ content: '\e70d';
177
+ }
178
+
179
+ .e-icon-rowdragicon::before {
180
+ content: '\e726';
181
+ }
182
+
183
+ &.e-rtl {
184
+ .e-icon-rowdragicon::before {
185
+ content: '\e726';
186
+ }
187
+ }
188
+
189
+ .e-ccsearch-icon.e-cc-cancel::before,
190
+ .e-chkcancel-icon::before {
191
+ content: '\e7e7';
192
+ }
193
+ }
194
+ }
195
+
196
+ .e-responsive-dialog {
197
+
198
+ & .e-resfilterback::before {
199
+ content: '\e773';
200
+ }
201
+
202
+ &.e-rtl .e-resfilterback::before {
203
+ content: '\e7f9';
204
+ }
205
+
206
+ & .e-filterset::before {
207
+ content: '\e7f7';
208
+ }
209
+
210
+ & .e-search-icon::before {
211
+ content: '\e754';
212
+ }
213
+
214
+ & .e-chkcancel-icon::before {
215
+ content: '\e7e7';
216
+ }
217
+
218
+ & .e-icon-filter-clear::before {
219
+ content: '\e72c';
220
+ }
221
+ }
222
+
223
+ .e-row-responsive-filter {
224
+ & .e-dlg-closeicon-btn {
225
+ & .e-icon-dlg-close::before {
226
+ content: '\e773';
227
+ }
228
+ }
229
+
230
+ &.e-rtl .e-dlg-closeicon-btn {
231
+ & .e-icon-dlg-close::before {
232
+ content: '\e7f9';
233
+ }
234
+ }
235
+ }
236
+
237
+ .e-checkboxfilter {
238
+ .e-search-icon::before {
239
+ content: '\e754';
240
+ }
241
+
242
+ .e-chkcancel-icon::before {
243
+ content: '\e7e7';
244
+ }
245
+ }
@@ -0,0 +1 @@
1
+ @import './tailwind.scss';
@@ -0,0 +1,245 @@
1
+ @include export-module('grid-tailwind-icons') {
2
+ /*! component icons */
3
+
4
+ .e-icon-check::before {
5
+ content: '\e774';
6
+ }
7
+
8
+ #{&}.e-grid,
9
+ .e-grid-menu {
10
+
11
+ .e-group-animate .e-drag.e-icon-drag::before {
12
+ content: '\e726';
13
+ }
14
+
15
+ .e-group-animate .e-nextgroup.e-icon-next::before {
16
+ content: '\e748';
17
+ }
18
+
19
+ .e-icon-ascending::before {
20
+ content: '\e7df';
21
+ }
22
+
23
+ .e-icon-descending::before {
24
+ content: '\e7d8';
25
+ }
26
+
27
+ .e-icon-hide::before {
28
+ content: '\e7e7';
29
+ }
30
+
31
+ .e-ungroupbutton.e-icon-hide::before {
32
+ content: '\e7e7';
33
+ }
34
+
35
+ .e-icon-rowselect::before {
36
+ content: '\e7d4';
37
+ }
38
+
39
+ .e-icon-sortdirect::before {
40
+ content: '\e824';
41
+ }
42
+
43
+ .e-icon-gdownarrow::before {
44
+ content: '\e729';
45
+ }
46
+
47
+ .e-icon-grightarrow::before {
48
+ content: '\e748';
49
+ }
50
+
51
+ .e-icon-filter::before,
52
+ .e-icon-filter.e-filtered::before {
53
+ content: '\e7f7';
54
+ }
55
+
56
+ .e-resfilter-icon::before {
57
+ content: '\e7f7';
58
+ }
59
+
60
+ .e-ressort-icon::before {
61
+ content: '\e823';
62
+ }
63
+
64
+ .e-excl-filter-icon::before {
65
+ content: '\e7f7';
66
+ }
67
+
68
+ .e-excl-filter-icon.e-filtered::before {
69
+ content: '\e72c';
70
+ }
71
+
72
+ &.e-rtl {
73
+ .e-icon-grightarrow::before {
74
+ content: '\e765';
75
+ }
76
+ }
77
+
78
+ .e-icon-group::before {
79
+ content: '\e724';
80
+ }
81
+
82
+ .e-icon-ungroup::before {
83
+ content: '\e724';
84
+ }
85
+
86
+ .e-icon-reorderuparrow::before {
87
+ content: '\e87a';
88
+ }
89
+
90
+ .e-icon-reorderdownarrow::before {
91
+ content: '\e70d';
92
+ }
93
+
94
+ .e-print::before {
95
+ content: '\e75d';
96
+ }
97
+
98
+ .e-add::before {
99
+ content: '\e805';
100
+ }
101
+
102
+ .e-resback-icon::before {
103
+ content: '\e773';
104
+ }
105
+
106
+ .e-wordexport::before {
107
+ content: '\e7d0';
108
+ }
109
+
110
+ .e-pdfexport::before {
111
+ content: '\e700';
112
+ }
113
+
114
+ .e-csvexport::before {
115
+ content: '\e7ba';
116
+ }
117
+
118
+ .e-excelexport::before {
119
+ content: '\e7c1';
120
+ }
121
+
122
+ .e-edit::before {
123
+ content: '\e730';
124
+ }
125
+
126
+ .e-columnmenu::before,
127
+ .e-columnmenu.e-filtered::before {
128
+ content: '\e770';
129
+ }
130
+
131
+ .e-delete::before {
132
+ content: '\e820';
133
+ }
134
+
135
+ .e-cancel::before {
136
+ content: '\e7e7';
137
+ }
138
+
139
+ .e-copy::before {
140
+ content: '\e77c';
141
+ }
142
+
143
+ .e-save::before {
144
+ content: '\e7c8';
145
+ }
146
+
147
+ .e-update::before {
148
+ content: '\e7c8';
149
+ }
150
+
151
+ .e-search-icon::before {
152
+ content: '\e754';
153
+ }
154
+
155
+ .e-cancel-icon::before {
156
+ content: '\e7e7';
157
+ }
158
+
159
+ .e-columnchooserdiv::before {
160
+ content: '\e7f7';
161
+ }
162
+
163
+ .e-ccsearch-icon::before {
164
+ content: '\e754';
165
+ }
166
+
167
+ .e-columnchooser::before {
168
+ content: '\e21e'; // icon not found
169
+ }
170
+
171
+ .e-columnchooser-btn::before {
172
+ content: '\e70d';
173
+ }
174
+
175
+ .e-cc-icon::before {
176
+ content: '\e70d';
177
+ }
178
+
179
+ .e-icon-rowdragicon::before {
180
+ content: '\e726';
181
+ }
182
+
183
+ &.e-rtl {
184
+ .e-icon-rowdragicon::before {
185
+ content: '\e726';
186
+ }
187
+ }
188
+
189
+ .e-ccsearch-icon.e-cc-cancel::before,
190
+ .e-chkcancel-icon::before {
191
+ content: '\e7e7';
192
+ }
193
+ }
194
+ }
195
+
196
+ .e-responsive-dialog {
197
+
198
+ & .e-resfilterback::before {
199
+ content: '\e773';
200
+ }
201
+
202
+ &.e-rtl .e-resfilterback::before {
203
+ content: '\e7f9';
204
+ }
205
+
206
+ & .e-filterset::before {
207
+ content: '\e7f7';
208
+ }
209
+
210
+ & .e-search-icon::before {
211
+ content: '\e754';
212
+ }
213
+
214
+ & .e-chkcancel-icon::before {
215
+ content: '\e7e7';
216
+ }
217
+
218
+ & .e-icon-filter-clear::before {
219
+ content: '\e72c';
220
+ }
221
+ }
222
+
223
+ .e-row-responsive-filter {
224
+ & .e-dlg-closeicon-btn {
225
+ & .e-icon-dlg-close::before {
226
+ content: '\e773';
227
+ }
228
+ }
229
+
230
+ &.e-rtl .e-dlg-closeicon-btn {
231
+ & .e-icon-dlg-close::before {
232
+ content: '\e7f9';
233
+ }
234
+ }
235
+ }
236
+
237
+ .e-checkboxfilter {
238
+ .e-search-icon::before {
239
+ content: '\e754';
240
+ }
241
+
242
+ .e-chkcancel-icon::before {
243
+ content: '\e7e7';
244
+ }
245
+ }
@@ -1 +1,20 @@
1
- @import 'ej2-grids/styles/grid/material-dark.scss';
1
+ @import 'ej2-base/styles/material-dark-definition.scss';
2
+ @import 'ej2-navigations/styles/pager/material-dark-definition.scss';
3
+ @import '../excel-filter/material-dark-definition.scss';
4
+ @import 'ej2-inputs/styles/input/material-dark-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/material-dark-definition.scss';
6
+ @import 'ej2-buttons/styles/button/material-dark-definition.scss';
7
+ @import 'ej2-buttons/styles/radio-button/material-dark-definition.scss';
8
+ @import 'ej2-buttons/styles/check-box/material-dark-definition.scss';
9
+ @import 'ej2-dropdowns/styles/auto-complete/material-dark-definition.scss';
10
+ @import 'ej2-dropdowns/styles/drop-down-list/material-dark-definition.scss';
11
+ @import 'ej2-popups/styles/dialog/material-dark-definition.scss';
12
+ @import 'ej2-popups/styles/spinner/material-dark-definition.scss';
13
+ @import 'ej2-popups/styles/tooltip/material-dark-definition.scss';
14
+ @import 'ej2-calendars/styles/datepicker/material-dark-definition.scss';
15
+ @import 'ej2-calendars/styles/datetimepicker/material-dark-definition.scss';
16
+ @import 'ej2-navigations/styles/toolbar/material-dark-definition.scss';
17
+ @import 'ej2-navigations/styles/context-menu/material-dark-definition.scss';
18
+ @import 'material-dark-definition.scss';
19
+ @import 'icons/material-dark.scss';
20
+ @import 'all.scss';