@syncfusion/ej2-angular-grids 20.2.46-ngcc → 20.2.48
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 +29 -15
- 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 +54 -17
- package/styles/bootstrap.css +54 -17
- package/styles/bootstrap4.css +56 -19
- package/styles/bootstrap5-dark.css +59 -21
- package/styles/bootstrap5.css +59 -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 +17 -1
- package/styles/excel-filter/bootstrap.css +3 -5
- package/styles/excel-filter/bootstrap.scss +17 -1
- package/styles/excel-filter/bootstrap4.css +3 -5
- package/styles/excel-filter/bootstrap4.scss +17 -1
- package/styles/excel-filter/bootstrap5-dark.css +3 -5
- package/styles/excel-filter/bootstrap5-dark.scss +17 -1
- package/styles/excel-filter/bootstrap5.css +3 -5
- package/styles/excel-filter/bootstrap5.scss +17 -1
- package/styles/excel-filter/fabric-dark.css +4 -6
- package/styles/excel-filter/fabric-dark.scss +17 -1
- package/styles/excel-filter/fabric.css +4 -6
- package/styles/excel-filter/fabric.scss +17 -1
- package/styles/excel-filter/fluent-dark.css +3 -5
- package/styles/excel-filter/fluent-dark.scss +17 -1
- package/styles/excel-filter/fluent.css +3 -5
- package/styles/excel-filter/fluent.scss +17 -1
- package/styles/excel-filter/highcontrast-light.css +4 -6
- package/styles/excel-filter/highcontrast-light.scss +17 -1
- package/styles/excel-filter/highcontrast.css +4 -6
- package/styles/excel-filter/highcontrast.scss +17 -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 +17 -1
- package/styles/excel-filter/material.css +4 -6
- package/styles/excel-filter/material.scss +17 -1
- package/styles/excel-filter/tailwind-dark.css +3 -5
- package/styles/excel-filter/tailwind-dark.scss +17 -1
- package/styles/excel-filter/tailwind.css +3 -5
- package/styles/excel-filter/tailwind.scss +17 -1
- package/styles/fabric-dark.css +56 -19
- package/styles/fabric.css +56 -19
- package/styles/fluent-dark.css +56 -19
- package/styles/fluent.css +56 -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 +4349 -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 +51 -12
- package/styles/grid/bootstrap-dark.scss +21 -1
- package/styles/grid/bootstrap.css +51 -12
- package/styles/grid/bootstrap.scss +21 -1
- package/styles/grid/bootstrap4.css +53 -14
- package/styles/grid/bootstrap4.scss +21 -1
- package/styles/grid/bootstrap5-dark.css +56 -16
- package/styles/grid/bootstrap5-dark.scss +21 -1
- package/styles/grid/bootstrap5.css +56 -16
- package/styles/grid/bootstrap5.scss +21 -1
- package/styles/grid/fabric-dark.css +52 -13
- package/styles/grid/fabric-dark.scss +21 -1
- package/styles/grid/fabric.css +52 -13
- package/styles/grid/fabric.scss +21 -1
- package/styles/grid/fluent-dark.css +53 -14
- package/styles/grid/fluent-dark.scss +21 -1
- package/styles/grid/fluent.css +53 -14
- package/styles/grid/fluent.scss +21 -1
- package/styles/grid/highcontrast-light.css +52 -13
- package/styles/grid/highcontrast-light.scss +21 -1
- package/styles/grid/highcontrast.css +52 -13
- package/styles/grid/highcontrast.scss +21 -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 +52 -13
- package/styles/grid/material-dark.scss +21 -1
- package/styles/grid/material.css +52 -13
- package/styles/grid/material.scss +21 -1
- package/styles/grid/tailwind-dark.css +55 -16
- package/styles/grid/tailwind-dark.scss +21 -1
- package/styles/grid/tailwind.css +55 -16
- package/styles/grid/tailwind.scss +21 -1
- package/styles/highcontrast-light.css +56 -19
- package/styles/highcontrast.css +56 -19
- package/styles/material-dark.css +56 -19
- package/styles/material.css +56 -19
- package/styles/tailwind-dark.css +58 -21
- package/styles/tailwind.css +58 -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 -2703
- 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-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;
|
|
@@ -2271,6 +2277,9 @@
|
|
|
2271
2277
|
border-width: 1px 0 0;
|
|
2272
2278
|
cursor: pointer;
|
|
2273
2279
|
}
|
|
2280
|
+
.e-grid .e-disablepointer {
|
|
2281
|
+
cursor: default;
|
|
2282
|
+
}
|
|
2274
2283
|
.e-grid .e-groupcaption {
|
|
2275
2284
|
border-style: solid;
|
|
2276
2285
|
border-width: 1px 0 0;
|
|
@@ -2492,6 +2501,8 @@
|
|
|
2492
2501
|
.e-grid .e-checkboxfiltertext {
|
|
2493
2502
|
width: 150px;
|
|
2494
2503
|
word-break: normal;
|
|
2504
|
+
/* stylelint-disable */
|
|
2505
|
+
/* stylelint-enable */
|
|
2495
2506
|
}
|
|
2496
2507
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2497
2508
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2551,10 +2562,10 @@
|
|
|
2551
2562
|
overflow: hidden;
|
|
2552
2563
|
}
|
|
2553
2564
|
.e-grid .e-frozenhdrcont {
|
|
2554
|
-
-ms-touch-action: none;
|
|
2565
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2555
2566
|
}
|
|
2556
2567
|
.e-grid .e-frozencontent {
|
|
2557
|
-
-ms-touch-action: none;
|
|
2568
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2558
2569
|
border-bottom-width: 1px;
|
|
2559
2570
|
float: left;
|
|
2560
2571
|
width: min-content;
|
|
@@ -2563,19 +2574,19 @@
|
|
|
2563
2574
|
float: right;
|
|
2564
2575
|
}
|
|
2565
2576
|
.e-grid .e-movablecontent {
|
|
2566
|
-
-ms-overflow-style: none;
|
|
2577
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2567
2578
|
-ms-flex: 1;
|
|
2568
2579
|
flex: 1;
|
|
2569
2580
|
overflow-x: auto;
|
|
2570
2581
|
overflow-y: hidden;
|
|
2571
2582
|
}
|
|
2572
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2583
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2573
2584
|
display: none;
|
|
2574
2585
|
}
|
|
2575
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2586
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2576
2587
|
width: 7px;
|
|
2577
2588
|
}
|
|
2578
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2589
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2579
2590
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2580
2591
|
border-radius: 4px;
|
|
2581
2592
|
}
|
|
@@ -2952,7 +2963,7 @@
|
|
|
2952
2963
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2953
2964
|
display: inline-block;
|
|
2954
2965
|
}
|
|
2955
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2966
|
+
.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
2967
|
text-overflow: clip;
|
|
2957
2968
|
}
|
|
2958
2969
|
.e-grid .e-clipboard {
|
|
@@ -2982,6 +2993,34 @@
|
|
|
2982
2993
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
2983
2994
|
border-right: 0;
|
|
2984
2995
|
}
|
|
2996
|
+
.e-grid .e-mask {
|
|
2997
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
2998
|
+
display: inline-block;
|
|
2999
|
+
height: 10px;
|
|
3000
|
+
width: 80%;
|
|
3001
|
+
}
|
|
3002
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3003
|
+
margin-left: 7px;
|
|
3004
|
+
width: 16px;
|
|
3005
|
+
}
|
|
3006
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3007
|
+
width: 16px;
|
|
3008
|
+
}
|
|
3009
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3010
|
+
margin-left: 3px;
|
|
3011
|
+
margin-right: 16px;
|
|
3012
|
+
width: 20px;
|
|
3013
|
+
}
|
|
3014
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3015
|
+
width: 13px;
|
|
3016
|
+
}
|
|
3017
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3018
|
+
margin-left: 8px;
|
|
3019
|
+
}
|
|
3020
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3021
|
+
margin-left: 12px;
|
|
3022
|
+
width: 12px;
|
|
3023
|
+
}
|
|
2985
3024
|
.e-grid.sf-grid .e-table {
|
|
2986
3025
|
border-spacing: 0.25px;
|
|
2987
3026
|
}
|
|
@@ -3562,7 +3601,7 @@
|
|
|
3562
3601
|
}
|
|
3563
3602
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3564
3603
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3565
|
-
-moz-appearance: none;
|
|
3604
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3566
3605
|
height: 1px;
|
|
3567
3606
|
opacity: 0;
|
|
3568
3607
|
width: 1px;
|
|
@@ -3834,7 +3873,7 @@
|
|
|
3834
3873
|
.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
3874
|
border-right-color: rgba(255, 255, 255, 0.8);
|
|
3836
3875
|
}
|
|
3837
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
3876
|
+
.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
3877
|
background-color: rgba(255, 255, 255, 0.18);
|
|
3839
3878
|
color: #fff;
|
|
3840
3879
|
}
|
|
@@ -1 +1,21 @@
|
|
|
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 'ej2-notifications/styles/skeleton/material-dark-definition.scss';
|
|
19
|
+
@import 'material-dark-definition.scss';
|
|
20
|
+
@import 'icons/material-dark.scss';
|
|
21
|
+
@import 'all.scss';
|
package/styles/grid/material.css
CHANGED
|
@@ -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;
|
|
@@ -144,6 +145,7 @@
|
|
|
144
145
|
padding: 4px 8px;
|
|
145
146
|
}
|
|
146
147
|
|
|
148
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
147
149
|
@keyframes material-spinner-rotate {
|
|
148
150
|
0% {
|
|
149
151
|
transform: rotate(0deg);
|
|
@@ -170,7 +172,7 @@
|
|
|
170
172
|
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
171
173
|
}
|
|
172
174
|
}
|
|
173
|
-
|
|
175
|
+
/* !componenticons */
|
|
174
176
|
.e-icon-check::before {
|
|
175
177
|
content: "\e7ff";
|
|
176
178
|
}
|
|
@@ -401,6 +403,7 @@
|
|
|
401
403
|
.e-bigger .e-grid,
|
|
402
404
|
.e-grid.e-bigger {
|
|
403
405
|
font-size: 13px;
|
|
406
|
+
/* stylelint-disable */
|
|
404
407
|
}
|
|
405
408
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
406
409
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1058,6 +1061,9 @@
|
|
|
1058
1061
|
font-size: 13px;
|
|
1059
1062
|
height: auto;
|
|
1060
1063
|
position: relative;
|
|
1064
|
+
/* stylelint-enable */
|
|
1065
|
+
/* stylelint-disable */
|
|
1066
|
+
/* stylelint-enable */
|
|
1061
1067
|
}
|
|
1062
1068
|
.e-grid .e-gridheader {
|
|
1063
1069
|
-webkit-user-select: none;
|
|
@@ -1965,7 +1971,7 @@
|
|
|
1965
1971
|
padding-left: 9px;
|
|
1966
1972
|
}
|
|
1967
1973
|
.e-grid .e-chk-hidden {
|
|
1968
|
-
-moz-appearance: none;
|
|
1974
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1969
1975
|
height: 1px;
|
|
1970
1976
|
opacity: 0;
|
|
1971
1977
|
width: 1px;
|
|
@@ -1979,7 +1985,7 @@
|
|
|
1979
1985
|
}
|
|
1980
1986
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1981
1987
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1982
|
-
-webkit-user-select: auto;
|
|
1988
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1983
1989
|
height: 20px;
|
|
1984
1990
|
line-height: 20px;
|
|
1985
1991
|
position: relative;
|
|
@@ -2175,7 +2181,7 @@
|
|
|
2175
2181
|
padding: 2px;
|
|
2176
2182
|
}
|
|
2177
2183
|
.e-grid .e-content {
|
|
2178
|
-
-webkit-overflow-scrolling: touch;
|
|
2184
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2179
2185
|
overflow-x: auto;
|
|
2180
2186
|
overflow-y: scroll;
|
|
2181
2187
|
position: relative;
|
|
@@ -2305,6 +2311,9 @@
|
|
|
2305
2311
|
border-width: 1px 0 0;
|
|
2306
2312
|
cursor: pointer;
|
|
2307
2313
|
}
|
|
2314
|
+
.e-grid .e-disablepointer {
|
|
2315
|
+
cursor: default;
|
|
2316
|
+
}
|
|
2308
2317
|
.e-grid .e-groupcaption {
|
|
2309
2318
|
border-style: solid;
|
|
2310
2319
|
border-width: 1px 0 0;
|
|
@@ -2526,6 +2535,8 @@
|
|
|
2526
2535
|
.e-grid .e-checkboxfiltertext {
|
|
2527
2536
|
width: 150px;
|
|
2528
2537
|
word-break: normal;
|
|
2538
|
+
/* stylelint-disable */
|
|
2539
|
+
/* stylelint-enable */
|
|
2529
2540
|
}
|
|
2530
2541
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2531
2542
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2585,10 +2596,10 @@
|
|
|
2585
2596
|
overflow: hidden;
|
|
2586
2597
|
}
|
|
2587
2598
|
.e-grid .e-frozenhdrcont {
|
|
2588
|
-
-ms-touch-action: none;
|
|
2599
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2589
2600
|
}
|
|
2590
2601
|
.e-grid .e-frozencontent {
|
|
2591
|
-
-ms-touch-action: none;
|
|
2602
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2592
2603
|
border-bottom-width: 1px;
|
|
2593
2604
|
float: left;
|
|
2594
2605
|
width: min-content;
|
|
@@ -2597,19 +2608,19 @@
|
|
|
2597
2608
|
float: right;
|
|
2598
2609
|
}
|
|
2599
2610
|
.e-grid .e-movablecontent {
|
|
2600
|
-
-ms-overflow-style: none;
|
|
2611
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2601
2612
|
-ms-flex: 1;
|
|
2602
2613
|
flex: 1;
|
|
2603
2614
|
overflow-x: auto;
|
|
2604
2615
|
overflow-y: hidden;
|
|
2605
2616
|
}
|
|
2606
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2617
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2607
2618
|
display: none;
|
|
2608
2619
|
}
|
|
2609
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2620
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2610
2621
|
width: 7px;
|
|
2611
2622
|
}
|
|
2612
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2623
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2613
2624
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2614
2625
|
border-radius: 4px;
|
|
2615
2626
|
}
|
|
@@ -2986,7 +2997,7 @@
|
|
|
2986
2997
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2987
2998
|
display: inline-block;
|
|
2988
2999
|
}
|
|
2989
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3000
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
2990
3001
|
text-overflow: clip;
|
|
2991
3002
|
}
|
|
2992
3003
|
.e-grid .e-clipboard {
|
|
@@ -3016,6 +3027,34 @@
|
|
|
3016
3027
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3017
3028
|
border-right: 0;
|
|
3018
3029
|
}
|
|
3030
|
+
.e-grid .e-mask {
|
|
3031
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
3032
|
+
display: inline-block;
|
|
3033
|
+
height: 10px;
|
|
3034
|
+
width: 80%;
|
|
3035
|
+
}
|
|
3036
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3037
|
+
margin-left: 7px;
|
|
3038
|
+
width: 16px;
|
|
3039
|
+
}
|
|
3040
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3041
|
+
width: 16px;
|
|
3042
|
+
}
|
|
3043
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3044
|
+
margin-left: 3px;
|
|
3045
|
+
margin-right: 16px;
|
|
3046
|
+
width: 20px;
|
|
3047
|
+
}
|
|
3048
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3049
|
+
width: 13px;
|
|
3050
|
+
}
|
|
3051
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3052
|
+
margin-left: 8px;
|
|
3053
|
+
}
|
|
3054
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3055
|
+
margin-left: 12px;
|
|
3056
|
+
width: 12px;
|
|
3057
|
+
}
|
|
3019
3058
|
.e-grid.sf-grid .e-table {
|
|
3020
3059
|
border-spacing: 0.25px;
|
|
3021
3060
|
}
|
|
@@ -3596,7 +3635,7 @@
|
|
|
3596
3635
|
}
|
|
3597
3636
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3598
3637
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3599
|
-
-moz-appearance: none;
|
|
3638
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3600
3639
|
height: 1px;
|
|
3601
3640
|
opacity: 0;
|
|
3602
3641
|
width: 1px;
|
|
@@ -3868,7 +3907,7 @@
|
|
|
3868
3907
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3869
3908
|
border-right-color: #e3165b;
|
|
3870
3909
|
}
|
|
3871
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
3910
|
+
.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) {
|
|
3872
3911
|
background-color: #eee;
|
|
3873
3912
|
color: #000;
|
|
3874
3913
|
}
|
|
@@ -1 +1,21 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/material-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/material-definition.scss';
|
|
3
|
+
@import '../excel-filter/material-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/material-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/material-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/material-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/material-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/material-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/material-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/material-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/material-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/material-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/material-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/material-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/material-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/material-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/material-definition.scss';
|
|
18
|
+
@import 'ej2-notifications/styles/skeleton/material-definition.scss';
|
|
19
|
+
@import 'material-definition.scss';
|
|
20
|
+
@import 'icons/material.scss';
|
|
21
|
+
@import 'all.scss';
|