@syncfusion/ej2-angular-grids 20.2.44-ngcc → 20.2.44
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.
- package/esm2020/public_api.mjs +3 -0
- package/esm2020/src/grid/aggregate-columns.directive.mjs +84 -0
- package/esm2020/src/grid/aggregates.directive.mjs +69 -0
- package/esm2020/src/grid/columns.directive.mjs +100 -0
- package/esm2020/src/grid/grid-all.module.mjs +98 -0
- package/esm2020/src/grid/grid.component.mjs +274 -0
- package/esm2020/src/grid/grid.module.mjs +61 -0
- package/esm2020/src/grid/stacked-column.directive.mjs +100 -0
- package/esm2020/src/index.mjs +12 -0
- package/esm2020/src/pager/pager-all.module.mjs +23 -0
- package/esm2020/src/pager/pager.component.mjs +66 -0
- package/esm2020/src/pager/pager.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-grids.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +859 -0
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +859 -0
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -0
- package/package.json +26 -12
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/aggregate-columns.directive.d.ts +5 -0
- package/src/grid/aggregates.directive.d.ts +5 -0
- package/src/grid/columns.directive.d.ts +5 -0
- package/src/grid/grid-all.module.d.ts +6 -0
- package/src/grid/grid.component.d.ts +3 -0
- package/src/grid/grid.module.d.ts +10 -0
- package/src/grid/stacked-column.directive.d.ts +5 -0
- package/src/pager/pager-all.module.d.ts +6 -0
- package/src/pager/pager.component.d.ts +3 -0
- package/src/pager/pager.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +23 -17
- package/styles/bootstrap.css +23 -17
- package/styles/bootstrap4.css +25 -19
- package/styles/bootstrap5-dark.css +28 -21
- package/styles/bootstrap5.css +28 -21
- package/styles/excel-filter/_all.scss +2 -0
- package/styles/excel-filter/_bootstrap-dark-definition.scss +59 -0
- package/styles/excel-filter/_bootstrap-definition.scss +64 -0
- package/styles/excel-filter/_bootstrap4-definition.scss +69 -0
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +1 -0
- package/styles/excel-filter/_bootstrap5-definition.scss +70 -0
- package/styles/excel-filter/_fabric-dark-definition.scss +59 -0
- package/styles/excel-filter/_fabric-definition.scss +64 -0
- package/styles/excel-filter/_fluent-dark-definition.scss +1 -0
- package/styles/excel-filter/_fluent-definition.scss +70 -0
- package/styles/excel-filter/_fusionnew-definition.scss +70 -0
- package/styles/excel-filter/_highcontrast-definition.scss +59 -0
- package/styles/excel-filter/_highcontrast-light-definition.scss +57 -0
- package/styles/excel-filter/_layout.scss +412 -0
- package/styles/excel-filter/_material-dark-definition.scss +61 -0
- package/styles/excel-filter/_material-definition.scss +62 -0
- package/styles/excel-filter/_material3-definition.scss +70 -0
- package/styles/excel-filter/_office-365-definition.scss +1 -0
- package/styles/excel-filter/_tailwind-dark-definition.scss +1 -0
- package/styles/excel-filter/_tailwind-definition.scss +69 -0
- package/styles/excel-filter/_theme.scss +28 -0
- package/styles/excel-filter/bootstrap-dark.css +3 -5
- package/styles/excel-filter/bootstrap-dark.scss +16 -1
- package/styles/excel-filter/bootstrap.css +3 -5
- package/styles/excel-filter/bootstrap.scss +16 -1
- package/styles/excel-filter/bootstrap4.css +3 -5
- package/styles/excel-filter/bootstrap4.scss +16 -1
- package/styles/excel-filter/bootstrap5-dark.css +3 -5
- package/styles/excel-filter/bootstrap5-dark.scss +16 -1
- package/styles/excel-filter/bootstrap5.css +3 -5
- package/styles/excel-filter/bootstrap5.scss +16 -1
- package/styles/excel-filter/fabric-dark.css +4 -6
- package/styles/excel-filter/fabric-dark.scss +16 -1
- package/styles/excel-filter/fabric.css +4 -6
- package/styles/excel-filter/fabric.scss +16 -1
- package/styles/excel-filter/fluent-dark.css +3 -5
- package/styles/excel-filter/fluent-dark.scss +16 -1
- package/styles/excel-filter/fluent.css +3 -5
- package/styles/excel-filter/fluent.scss +16 -1
- package/styles/excel-filter/highcontrast-light.css +4 -6
- package/styles/excel-filter/highcontrast-light.scss +16 -1
- package/styles/excel-filter/highcontrast.css +4 -6
- package/styles/excel-filter/highcontrast.scss +16 -1
- package/styles/excel-filter/icons/_bootstrap-dark.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap4.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap5-dark.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap5.scss +42 -0
- package/styles/excel-filter/icons/_fabric-dark.scss +38 -0
- package/styles/excel-filter/icons/_fabric.scss +38 -0
- package/styles/excel-filter/icons/_fluent-dark.scss +1 -0
- package/styles/excel-filter/icons/_fluent.scss +42 -0
- package/styles/excel-filter/icons/_fusionnew.scss +42 -0
- package/styles/excel-filter/icons/_highcontrast-light.scss +38 -0
- package/styles/excel-filter/icons/_highcontrast.scss +38 -0
- package/styles/excel-filter/icons/_material-dark.scss +38 -0
- package/styles/excel-filter/icons/_material.scss +38 -0
- package/styles/excel-filter/icons/_material3.scss +42 -0
- package/styles/excel-filter/icons/_tailwind-dark.scss +1 -0
- package/styles/excel-filter/icons/_tailwind.scss +42 -0
- package/styles/excel-filter/material-dark.css +4 -6
- package/styles/excel-filter/material-dark.scss +16 -1
- package/styles/excel-filter/material.css +4 -6
- package/styles/excel-filter/material.scss +16 -1
- package/styles/excel-filter/tailwind-dark.css +3 -5
- package/styles/excel-filter/tailwind-dark.scss +16 -1
- package/styles/excel-filter/tailwind.css +3 -5
- package/styles/excel-filter/tailwind.scss +16 -1
- package/styles/fabric-dark.css +25 -19
- package/styles/fabric.css +25 -19
- package/styles/fluent-dark.css +25 -19
- package/styles/fluent.css +25 -19
- package/styles/grid/_all.scss +2 -0
- package/styles/grid/_bootstrap-dark-definition.scss +596 -0
- package/styles/grid/_bootstrap-definition.scss +598 -0
- package/styles/grid/_bootstrap4-definition.scss +602 -0
- package/styles/grid/_bootstrap5-dark-definition.scss +1 -0
- package/styles/grid/_bootstrap5-definition.scss +597 -0
- package/styles/grid/_fabric-dark-definition.scss +594 -0
- package/styles/grid/_fabric-definition.scss +594 -0
- package/styles/grid/_fluent-dark-definition.scss +1 -0
- package/styles/grid/_fluent-definition.scss +589 -0
- package/styles/grid/_fusionnew-definition.scss +574 -0
- package/styles/grid/_highcontrast-definition.scss +594 -0
- package/styles/grid/_highcontrast-light-definition.scss +590 -0
- package/styles/grid/_layout.scss +4310 -0
- package/styles/grid/_material-dark-definition.scss +594 -0
- package/styles/grid/_material-definition.scss +592 -0
- package/styles/grid/_material3-definition.scss +598 -0
- package/styles/grid/_office-365-definition.scss +1 -0
- package/styles/grid/_tailwind-dark-definition.scss +1 -0
- package/styles/grid/_tailwind-definition.scss +603 -0
- package/styles/grid/_theme.scss +603 -0
- package/styles/grid/bootstrap-dark.css +20 -12
- package/styles/grid/bootstrap-dark.scss +20 -1
- package/styles/grid/bootstrap.css +20 -12
- package/styles/grid/bootstrap.scss +20 -1
- package/styles/grid/bootstrap4.css +22 -14
- package/styles/grid/bootstrap4.scss +20 -1
- package/styles/grid/bootstrap5-dark.css +25 -16
- package/styles/grid/bootstrap5-dark.scss +20 -1
- package/styles/grid/bootstrap5.css +25 -16
- package/styles/grid/bootstrap5.scss +20 -1
- package/styles/grid/fabric-dark.css +21 -13
- package/styles/grid/fabric-dark.scss +20 -1
- package/styles/grid/fabric.css +21 -13
- package/styles/grid/fabric.scss +20 -1
- package/styles/grid/fluent-dark.css +22 -14
- package/styles/grid/fluent-dark.scss +20 -1
- package/styles/grid/fluent.css +22 -14
- package/styles/grid/fluent.scss +20 -1
- package/styles/grid/highcontrast-light.css +21 -13
- package/styles/grid/highcontrast-light.scss +20 -1
- package/styles/grid/highcontrast.css +21 -13
- package/styles/grid/highcontrast.scss +20 -1
- package/styles/grid/icons/_bootstrap-dark.scss +226 -0
- package/styles/grid/icons/_bootstrap.scss +226 -0
- package/styles/grid/icons/_bootstrap4.scss +225 -0
- package/styles/grid/icons/_bootstrap5-dark.scss +1 -0
- package/styles/grid/icons/_bootstrap5.scss +246 -0
- package/styles/grid/icons/_fabric-dark.scss +225 -0
- package/styles/grid/icons/_fabric.scss +225 -0
- package/styles/grid/icons/_fluent-dark.scss +1 -0
- package/styles/grid/icons/_fluent.scss +246 -0
- package/styles/grid/icons/_fusionnew.scss +246 -0
- package/styles/grid/icons/_highcontrast-light.scss +225 -0
- package/styles/grid/icons/_highcontrast.scss +225 -0
- package/styles/grid/icons/_material-dark.scss +225 -0
- package/styles/grid/icons/_material.scss +225 -0
- package/styles/grid/icons/_material3.scss +246 -0
- package/styles/grid/icons/_tailwind-dark.scss +1 -0
- package/styles/grid/icons/_tailwind.scss +246 -0
- package/styles/grid/material-dark.css +21 -13
- package/styles/grid/material-dark.scss +20 -1
- package/styles/grid/material.css +21 -13
- package/styles/grid/material.scss +20 -1
- package/styles/grid/tailwind-dark.css +24 -16
- package/styles/grid/tailwind-dark.scss +20 -1
- package/styles/grid/tailwind.css +24 -16
- package/styles/grid/tailwind.scss +20 -1
- package/styles/highcontrast-light.css +25 -19
- package/styles/highcontrast.css +25 -19
- package/styles/material-dark.css +25 -19
- package/styles/material.css +25 -19
- package/styles/tailwind-dark.css +27 -21
- package/styles/tailwind.css +27 -21
- package/syncfusion-ej2-angular-grids.d.ts +5 -0
- package/@syncfusion/ej2-angular-grids.es5.js +0 -988
- package/@syncfusion/ej2-angular-grids.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-grids.js +0 -927
- package/@syncfusion/ej2-angular-grids.js.map +0 -1
- package/CHANGELOG.md +0 -2692
- package/dist/ej2-angular-grids.umd.js +0 -1580
- package/dist/ej2-angular-grids.umd.js.map +0 -1
- package/dist/ej2-angular-grids.umd.min.js +0 -11
- package/dist/ej2-angular-grids.umd.min.js.map +0 -1
- package/ej2-angular-grids.d.ts +0 -6
- package/ej2-angular-grids.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -20
- package/schematics/generators/grid-default/index.d.ts +0 -3
- package/schematics/generators/grid-default/index.js +0 -8
- package/schematics/generators/grid-default/sample-details.d.ts +0 -5
- package/schematics/generators/grid-default/sample-details.js +0 -7
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/grid-default/schema.d.ts +0 -3
- package/schematics/generators/grid-default/schema.js +0 -2
- package/schematics/generators/grid-default/schema.json +0 -125
- package/schematics/generators/grid-feature/index.d.ts +0 -3
- package/schematics/generators/grid-feature/index.js +0 -8
- package/schematics/generators/grid-feature/sample-details.d.ts +0 -5
- package/schematics/generators/grid-feature/sample-details.js +0 -7
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/grid-feature/schema.d.ts +0 -3
- package/schematics/generators/grid-feature/schema.js +0 -2
- package/schematics/generators/grid-feature/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
@include export-module('grid-material3-icons') {
|
|
2
|
+
|
|
3
|
+
/*! component icons */
|
|
4
|
+
|
|
5
|
+
.e-icon-check::before {
|
|
6
|
+
content: '\e774';
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
#{&}.e-grid,
|
|
10
|
+
.e-grid-menu {
|
|
11
|
+
|
|
12
|
+
.e-group-animate .e-drag.e-icon-drag::before {
|
|
13
|
+
content: '\e726';
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.e-group-animate .e-nextgroup.e-icon-next::before {
|
|
17
|
+
content: '\e748';
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.e-icon-ascending::before {
|
|
21
|
+
content: '\e7df';
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.e-icon-descending::before {
|
|
25
|
+
content: '\e7d8';
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.e-icon-hide::before {
|
|
29
|
+
content: '\e7e7';
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.e-ungroupbutton.e-icon-hide::before {
|
|
33
|
+
content: '\e7e7';
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.e-icon-rowselect::before {
|
|
37
|
+
content: '\e7d4';
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.e-icon-sortdirect::before {
|
|
41
|
+
content: '\e824';
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.e-icon-gdownarrow::before {
|
|
45
|
+
content: '\e729';
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.e-icon-grightarrow::before {
|
|
49
|
+
content: '\e748';
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.e-icon-filter::before,
|
|
53
|
+
.e-icon-filter.e-filtered::before {
|
|
54
|
+
content: '\e7f7';
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.e-resfilter-icon::before {
|
|
58
|
+
content: '\e7f7';
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.e-ressort-icon::before {
|
|
62
|
+
content: '\e823';
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.e-excl-filter-icon::before {
|
|
66
|
+
content: '\e7f7';
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.e-excl-filter-icon.e-filtered::before {
|
|
70
|
+
content: '\e72c';
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
&.e-rtl {
|
|
74
|
+
.e-icon-grightarrow::before {
|
|
75
|
+
content: '\e765';
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.e-icon-group::before {
|
|
80
|
+
content: '\e724';
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.e-icon-ungroup::before {
|
|
84
|
+
content: '\e724';
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.e-icon-reorderuparrow::before {
|
|
88
|
+
content: '\e87a';
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.e-icon-reorderdownarrow::before {
|
|
92
|
+
content: '\e70d';
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.e-print::before {
|
|
96
|
+
content: '\e75d';
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.e-add::before {
|
|
100
|
+
content: '\e805';
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.e-resback-icon::before {
|
|
104
|
+
content: '\e773';
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.e-wordexport::before {
|
|
108
|
+
content: '\e7d0';
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.e-pdfexport::before {
|
|
112
|
+
content: '\e700';
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.e-csvexport::before {
|
|
116
|
+
content: '\e7ba';
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.e-excelexport::before {
|
|
120
|
+
content: '\e7c1';
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.e-edit::before {
|
|
124
|
+
content: '\e730';
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.e-columnmenu::before,
|
|
128
|
+
.e-columnmenu.e-filtered::before {
|
|
129
|
+
content: '\e770';
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.e-delete::before {
|
|
133
|
+
content: '\e820';
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.e-cancel::before {
|
|
137
|
+
content: '\e7e7';
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.e-copy::before {
|
|
141
|
+
content: '\e77c';
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.e-save::before {
|
|
145
|
+
content: '\e7c8';
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.e-update::before {
|
|
149
|
+
content: '\e7c8';
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.e-search-icon::before {
|
|
153
|
+
content: '\e754';
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.e-cancel-icon::before {
|
|
157
|
+
content: '\e7e7';
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.e-columnchooserdiv::before {
|
|
161
|
+
content: '\e7f7';
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.e-ccsearch-icon::before {
|
|
165
|
+
content: '\e754';
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.e-columnchooser::before {
|
|
169
|
+
content: '\e21e'; // icon not found
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.e-columnchooser-btn::before {
|
|
173
|
+
content: '\e70d';
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.e-cc-icon::before {
|
|
177
|
+
content: '\e70d';
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.e-icon-rowdragicon::before {
|
|
181
|
+
content: '\e726';
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
&.e-rtl {
|
|
185
|
+
.e-icon-rowdragicon::before {
|
|
186
|
+
content: '\e726';
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.e-ccsearch-icon.e-cc-cancel::before,
|
|
191
|
+
.e-chkcancel-icon::before {
|
|
192
|
+
content: '\e7e7';
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.e-responsive-dialog {
|
|
198
|
+
|
|
199
|
+
& .e-resfilterback::before {
|
|
200
|
+
content: '\e773';
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
&.e-rtl .e-resfilterback::before {
|
|
204
|
+
content: '\e7f9';
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
& .e-filterset::before {
|
|
208
|
+
content: '\e7f7';
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
& .e-search-icon::before {
|
|
212
|
+
content: '\e754';
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
& .e-chkcancel-icon::before {
|
|
216
|
+
content: '\e7e7';
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
& .e-icon-filter-clear::before {
|
|
220
|
+
content: '\e72c';
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.e-row-responsive-filter {
|
|
225
|
+
& .e-dlg-closeicon-btn {
|
|
226
|
+
& .e-icon-dlg-close::before {
|
|
227
|
+
content: '\e773';
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
&.e-rtl .e-dlg-closeicon-btn {
|
|
232
|
+
& .e-icon-dlg-close::before {
|
|
233
|
+
content: '\e7f9';
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.e-checkboxfilter {
|
|
239
|
+
.e-search-icon::before {
|
|
240
|
+
content: '\e754';
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.e-chkcancel-icon::before {
|
|
244
|
+
content: '\e7e7';
|
|
245
|
+
}
|
|
246
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './tailwind.scss';
|
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
@include export-module('grid-tailwind-icons') {
|
|
2
|
+
|
|
3
|
+
/*! component icons */
|
|
4
|
+
|
|
5
|
+
.e-icon-check::before {
|
|
6
|
+
content: '\e774';
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
#{&}.e-grid,
|
|
10
|
+
.e-grid-menu {
|
|
11
|
+
|
|
12
|
+
.e-group-animate .e-drag.e-icon-drag::before {
|
|
13
|
+
content: '\e726';
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.e-group-animate .e-nextgroup.e-icon-next::before {
|
|
17
|
+
content: '\e748';
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.e-icon-ascending::before {
|
|
21
|
+
content: '\e7df';
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.e-icon-descending::before {
|
|
25
|
+
content: '\e7d8';
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.e-icon-hide::before {
|
|
29
|
+
content: '\e7e7';
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.e-ungroupbutton.e-icon-hide::before {
|
|
33
|
+
content: '\e7e7';
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.e-icon-rowselect::before {
|
|
37
|
+
content: '\e7d4';
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.e-icon-sortdirect::before {
|
|
41
|
+
content: '\e824';
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.e-icon-gdownarrow::before {
|
|
45
|
+
content: '\e729';
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.e-icon-grightarrow::before {
|
|
49
|
+
content: '\e748';
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.e-icon-filter::before,
|
|
53
|
+
.e-icon-filter.e-filtered::before {
|
|
54
|
+
content: '\e7f7';
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.e-resfilter-icon::before {
|
|
58
|
+
content: '\e7f7';
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.e-ressort-icon::before {
|
|
62
|
+
content: '\e823';
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.e-excl-filter-icon::before {
|
|
66
|
+
content: '\e7f7';
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.e-excl-filter-icon.e-filtered::before {
|
|
70
|
+
content: '\e72c';
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
&.e-rtl {
|
|
74
|
+
.e-icon-grightarrow::before {
|
|
75
|
+
content: '\e765';
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.e-icon-group::before {
|
|
80
|
+
content: '\e724';
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.e-icon-ungroup::before {
|
|
84
|
+
content: '\e724';
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.e-icon-reorderuparrow::before {
|
|
88
|
+
content: '\e87a';
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.e-icon-reorderdownarrow::before {
|
|
92
|
+
content: '\e70d';
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.e-print::before {
|
|
96
|
+
content: '\e75d';
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.e-add::before {
|
|
100
|
+
content: '\e805';
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.e-resback-icon::before {
|
|
104
|
+
content: '\e773';
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.e-wordexport::before {
|
|
108
|
+
content: '\e7d0';
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.e-pdfexport::before {
|
|
112
|
+
content: '\e700';
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.e-csvexport::before {
|
|
116
|
+
content: '\e7ba';
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.e-excelexport::before {
|
|
120
|
+
content: '\e7c1';
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.e-edit::before {
|
|
124
|
+
content: '\e730';
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.e-columnmenu::before,
|
|
128
|
+
.e-columnmenu.e-filtered::before {
|
|
129
|
+
content: '\e770';
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.e-delete::before {
|
|
133
|
+
content: '\e820';
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.e-cancel::before {
|
|
137
|
+
content: '\e7e7';
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.e-copy::before {
|
|
141
|
+
content: '\e77c';
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.e-save::before {
|
|
145
|
+
content: '\e7c8';
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.e-update::before {
|
|
149
|
+
content: '\e7c8';
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.e-search-icon::before {
|
|
153
|
+
content: '\e754';
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.e-cancel-icon::before {
|
|
157
|
+
content: '\e7e7';
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.e-columnchooserdiv::before {
|
|
161
|
+
content: '\e7f7';
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.e-ccsearch-icon::before {
|
|
165
|
+
content: '\e754';
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.e-columnchooser::before {
|
|
169
|
+
content: '\e21e'; // icon not found
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.e-columnchooser-btn::before {
|
|
173
|
+
content: '\e70d';
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.e-cc-icon::before {
|
|
177
|
+
content: '\e70d';
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.e-icon-rowdragicon::before {
|
|
181
|
+
content: '\e726';
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
&.e-rtl {
|
|
185
|
+
.e-icon-rowdragicon::before {
|
|
186
|
+
content: '\e726';
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.e-ccsearch-icon.e-cc-cancel::before,
|
|
191
|
+
.e-chkcancel-icon::before {
|
|
192
|
+
content: '\e7e7';
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.e-responsive-dialog {
|
|
198
|
+
|
|
199
|
+
& .e-resfilterback::before {
|
|
200
|
+
content: '\e773';
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
&.e-rtl .e-resfilterback::before {
|
|
204
|
+
content: '\e7f9';
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
& .e-filterset::before {
|
|
208
|
+
content: '\e7f7';
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
& .e-search-icon::before {
|
|
212
|
+
content: '\e754';
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
& .e-chkcancel-icon::before {
|
|
216
|
+
content: '\e7e7';
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
& .e-icon-filter-clear::before {
|
|
220
|
+
content: '\e72c';
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.e-row-responsive-filter {
|
|
225
|
+
& .e-dlg-closeicon-btn {
|
|
226
|
+
& .e-icon-dlg-close::before {
|
|
227
|
+
content: '\e773';
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
&.e-rtl .e-dlg-closeicon-btn {
|
|
232
|
+
& .e-icon-dlg-close::before {
|
|
233
|
+
content: '\e7f9';
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.e-checkboxfilter {
|
|
239
|
+
.e-search-icon::before {
|
|
240
|
+
content: '\e754';
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.e-chkcancel-icon::before {
|
|
244
|
+
content: '\e7e7';
|
|
245
|
+
}
|
|
246
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
@@ -111,6 +112,7 @@
|
|
|
111
112
|
padding: 5px 5px 5px 12px;
|
|
112
113
|
}
|
|
113
114
|
|
|
115
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
114
116
|
@keyframes material-spinner-rotate {
|
|
115
117
|
0% {
|
|
116
118
|
transform: rotate(0deg);
|
|
@@ -136,7 +138,7 @@
|
|
|
136
138
|
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
137
139
|
}
|
|
138
140
|
}
|
|
139
|
-
|
|
141
|
+
/* !componenticons */
|
|
140
142
|
.e-icon-check::before {
|
|
141
143
|
content: "\e7ff";
|
|
142
144
|
}
|
|
@@ -367,6 +369,7 @@
|
|
|
367
369
|
.e-bigger .e-grid,
|
|
368
370
|
.e-grid.e-bigger {
|
|
369
371
|
font-size: 13px;
|
|
372
|
+
/* stylelint-disable */
|
|
370
373
|
}
|
|
371
374
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
372
375
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1024,6 +1027,9 @@
|
|
|
1024
1027
|
font-size: 13px;
|
|
1025
1028
|
height: auto;
|
|
1026
1029
|
position: relative;
|
|
1030
|
+
/* stylelint-enable */
|
|
1031
|
+
/* stylelint-disable */
|
|
1032
|
+
/* stylelint-enable */
|
|
1027
1033
|
}
|
|
1028
1034
|
.e-grid .e-gridheader {
|
|
1029
1035
|
-webkit-user-select: none;
|
|
@@ -1931,7 +1937,7 @@
|
|
|
1931
1937
|
padding-left: 9px;
|
|
1932
1938
|
}
|
|
1933
1939
|
.e-grid .e-chk-hidden {
|
|
1934
|
-
-moz-appearance: none;
|
|
1940
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1935
1941
|
height: 1px;
|
|
1936
1942
|
opacity: 0;
|
|
1937
1943
|
width: 1px;
|
|
@@ -1945,7 +1951,7 @@
|
|
|
1945
1951
|
}
|
|
1946
1952
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1947
1953
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1948
|
-
-webkit-user-select: auto;
|
|
1954
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1949
1955
|
height: 20px;
|
|
1950
1956
|
line-height: 20px;
|
|
1951
1957
|
position: relative;
|
|
@@ -2141,7 +2147,7 @@
|
|
|
2141
2147
|
padding: 2px;
|
|
2142
2148
|
}
|
|
2143
2149
|
.e-grid .e-content {
|
|
2144
|
-
-webkit-overflow-scrolling: touch;
|
|
2150
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2145
2151
|
overflow-x: auto;
|
|
2146
2152
|
overflow-y: scroll;
|
|
2147
2153
|
position: relative;
|
|
@@ -2492,6 +2498,8 @@
|
|
|
2492
2498
|
.e-grid .e-checkboxfiltertext {
|
|
2493
2499
|
width: 150px;
|
|
2494
2500
|
word-break: normal;
|
|
2501
|
+
/* stylelint-disable */
|
|
2502
|
+
/* stylelint-enable */
|
|
2495
2503
|
}
|
|
2496
2504
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2497
2505
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2551,10 +2559,10 @@
|
|
|
2551
2559
|
overflow: hidden;
|
|
2552
2560
|
}
|
|
2553
2561
|
.e-grid .e-frozenhdrcont {
|
|
2554
|
-
-ms-touch-action: none;
|
|
2562
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2555
2563
|
}
|
|
2556
2564
|
.e-grid .e-frozencontent {
|
|
2557
|
-
-ms-touch-action: none;
|
|
2565
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2558
2566
|
border-bottom-width: 1px;
|
|
2559
2567
|
float: left;
|
|
2560
2568
|
width: min-content;
|
|
@@ -2563,19 +2571,19 @@
|
|
|
2563
2571
|
float: right;
|
|
2564
2572
|
}
|
|
2565
2573
|
.e-grid .e-movablecontent {
|
|
2566
|
-
-ms-overflow-style: none;
|
|
2574
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2567
2575
|
-ms-flex: 1;
|
|
2568
2576
|
flex: 1;
|
|
2569
2577
|
overflow-x: auto;
|
|
2570
2578
|
overflow-y: hidden;
|
|
2571
2579
|
}
|
|
2572
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2580
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2573
2581
|
display: none;
|
|
2574
2582
|
}
|
|
2575
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2583
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2576
2584
|
width: 7px;
|
|
2577
2585
|
}
|
|
2578
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2586
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2579
2587
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2580
2588
|
border-radius: 4px;
|
|
2581
2589
|
}
|
|
@@ -2952,7 +2960,7 @@
|
|
|
2952
2960
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2953
2961
|
display: inline-block;
|
|
2954
2962
|
}
|
|
2955
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2963
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
2956
2964
|
text-overflow: clip;
|
|
2957
2965
|
}
|
|
2958
2966
|
.e-grid .e-clipboard {
|
|
@@ -3562,7 +3570,7 @@
|
|
|
3562
3570
|
}
|
|
3563
3571
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3564
3572
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3565
|
-
-moz-appearance: none;
|
|
3573
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3566
3574
|
height: 1px;
|
|
3567
3575
|
opacity: 0;
|
|
3568
3576
|
width: 1px;
|
|
@@ -3834,7 +3842,7 @@
|
|
|
3834
3842
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3835
3843
|
border-right-color: rgba(255, 255, 255, 0.8);
|
|
3836
3844
|
}
|
|
3837
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
3845
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3838
3846
|
background-color: rgba(255, 255, 255, 0.18);
|
|
3839
3847
|
color: #fff;
|
|
3840
3848
|
}
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
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';
|