@syncfusion/ej2-angular-grids 20.2.39-ngcc → 20.2.39
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 +27 -13
- 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 +22 -16
- package/styles/bootstrap.css +22 -16
- package/styles/bootstrap4.css +22 -16
- package/styles/bootstrap5-dark.css +23 -16
- package/styles/bootstrap5.css +23 -16
- 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 +24 -18
- package/styles/fabric.css +24 -18
- package/styles/fluent-dark.css +22 -16
- package/styles/fluent.css +22 -16
- 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 +4315 -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 +19 -11
- package/styles/grid/bootstrap-dark.scss +20 -1
- package/styles/grid/bootstrap.css +19 -11
- package/styles/grid/bootstrap.scss +20 -1
- package/styles/grid/bootstrap4.css +19 -11
- package/styles/grid/bootstrap4.scss +20 -1
- package/styles/grid/bootstrap5-dark.css +20 -11
- package/styles/grid/bootstrap5-dark.scss +20 -1
- package/styles/grid/bootstrap5.css +20 -11
- package/styles/grid/bootstrap5.scss +20 -1
- package/styles/grid/fabric-dark.css +20 -12
- package/styles/grid/fabric-dark.scss +20 -1
- package/styles/grid/fabric.css +20 -12
- package/styles/grid/fabric.scss +20 -1
- package/styles/grid/fluent-dark.css +19 -11
- package/styles/grid/fluent-dark.scss +20 -1
- package/styles/grid/fluent.css +19 -11
- package/styles/grid/fluent.scss +20 -1
- package/styles/grid/highcontrast-light.css +20 -12
- package/styles/grid/highcontrast-light.scss +20 -1
- package/styles/grid/highcontrast.css +20 -12
- 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 +20 -12
- package/styles/grid/material-dark.scss +20 -1
- package/styles/grid/material.css +20 -12
- package/styles/grid/material.scss +20 -1
- package/styles/grid/tailwind-dark.css +19 -11
- package/styles/grid/tailwind-dark.scss +20 -1
- package/styles/grid/tailwind.css +19 -11
- package/styles/grid/tailwind.scss +20 -1
- package/styles/highcontrast-light.css +24 -18
- package/styles/highcontrast.css +24 -18
- package/styles/material-dark.css +24 -18
- package/styles/material.css +24 -18
- package/styles/tailwind-dark.css +22 -16
- package/styles/tailwind.css +22 -16
- 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 -2649
- package/dist/ej2-angular-grids.umd.js +0 -1578
- 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;
|
|
@@ -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
|
}
|
|
@@ -2955,7 +2963,7 @@
|
|
|
2955
2963
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2956
2964
|
display: inline-block;
|
|
2957
2965
|
}
|
|
2958
|
-
.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 {
|
|
2959
2967
|
text-overflow: clip;
|
|
2960
2968
|
}
|
|
2961
2969
|
.e-grid .e-clipboard {
|
|
@@ -3565,7 +3573,7 @@
|
|
|
3565
3573
|
}
|
|
3566
3574
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3567
3575
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3568
|
-
-moz-appearance: none;
|
|
3576
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3569
3577
|
height: 1px;
|
|
3570
3578
|
opacity: 0;
|
|
3571
3579
|
width: 1px;
|
|
@@ -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';
|
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;
|
|
@@ -2526,6 +2532,8 @@
|
|
|
2526
2532
|
.e-grid .e-checkboxfiltertext {
|
|
2527
2533
|
width: 150px;
|
|
2528
2534
|
word-break: normal;
|
|
2535
|
+
/* stylelint-disable */
|
|
2536
|
+
/* stylelint-enable */
|
|
2529
2537
|
}
|
|
2530
2538
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2531
2539
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2585,10 +2593,10 @@
|
|
|
2585
2593
|
overflow: hidden;
|
|
2586
2594
|
}
|
|
2587
2595
|
.e-grid .e-frozenhdrcont {
|
|
2588
|
-
-ms-touch-action: none;
|
|
2596
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2589
2597
|
}
|
|
2590
2598
|
.e-grid .e-frozencontent {
|
|
2591
|
-
-ms-touch-action: none;
|
|
2599
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2592
2600
|
border-bottom-width: 1px;
|
|
2593
2601
|
float: left;
|
|
2594
2602
|
width: min-content;
|
|
@@ -2597,19 +2605,19 @@
|
|
|
2597
2605
|
float: right;
|
|
2598
2606
|
}
|
|
2599
2607
|
.e-grid .e-movablecontent {
|
|
2600
|
-
-ms-overflow-style: none;
|
|
2608
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2601
2609
|
-ms-flex: 1;
|
|
2602
2610
|
flex: 1;
|
|
2603
2611
|
overflow-x: auto;
|
|
2604
2612
|
overflow-y: hidden;
|
|
2605
2613
|
}
|
|
2606
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2614
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2607
2615
|
display: none;
|
|
2608
2616
|
}
|
|
2609
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2617
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2610
2618
|
width: 7px;
|
|
2611
2619
|
}
|
|
2612
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2620
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2613
2621
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2614
2622
|
border-radius: 4px;
|
|
2615
2623
|
}
|
|
@@ -2989,7 +2997,7 @@
|
|
|
2989
2997
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2990
2998
|
display: inline-block;
|
|
2991
2999
|
}
|
|
2992
|
-
.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 {
|
|
2993
3001
|
text-overflow: clip;
|
|
2994
3002
|
}
|
|
2995
3003
|
.e-grid .e-clipboard {
|
|
@@ -3599,7 +3607,7 @@
|
|
|
3599
3607
|
}
|
|
3600
3608
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3601
3609
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3602
|
-
-moz-appearance: none;
|
|
3610
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3603
3611
|
height: 1px;
|
|
3604
3612
|
opacity: 0;
|
|
3605
3613
|
width: 1px;
|
|
@@ -1 +1,20 @@
|
|
|
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 'material-definition.scss';
|
|
19
|
+
@import 'icons/material.scss';
|
|
20
|
+
@import 'all.scss';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
3
4
|
transform: rotate(0deg);
|
|
4
5
|
transition: transform 300ms ease;
|
|
@@ -93,6 +94,7 @@
|
|
|
93
94
|
padding: 4px 8px;
|
|
94
95
|
}
|
|
95
96
|
|
|
97
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
96
98
|
@keyframes material-spinner-rotate {
|
|
97
99
|
0% {
|
|
98
100
|
transform: rotate(0);
|
|
@@ -353,6 +355,7 @@
|
|
|
353
355
|
.e-bigger .e-grid,
|
|
354
356
|
.e-grid.e-bigger {
|
|
355
357
|
font-size: 16px;
|
|
358
|
+
/* stylelint-disable */
|
|
356
359
|
}
|
|
357
360
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
358
361
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1059,6 +1062,9 @@
|
|
|
1059
1062
|
font-size: 14px;
|
|
1060
1063
|
height: auto;
|
|
1061
1064
|
position: relative;
|
|
1065
|
+
/* stylelint-enable */
|
|
1066
|
+
/* stylelint-disable */
|
|
1067
|
+
/* stylelint-enable */
|
|
1062
1068
|
}
|
|
1063
1069
|
.e-grid .e-gridheader {
|
|
1064
1070
|
-webkit-user-select: none;
|
|
@@ -1988,7 +1994,7 @@
|
|
|
1988
1994
|
padding-left: 8px;
|
|
1989
1995
|
}
|
|
1990
1996
|
.e-grid .e-chk-hidden {
|
|
1991
|
-
-moz-appearance: none;
|
|
1997
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1992
1998
|
height: 1px;
|
|
1993
1999
|
opacity: 0;
|
|
1994
2000
|
width: 1px;
|
|
@@ -2002,7 +2008,7 @@
|
|
|
2002
2008
|
}
|
|
2003
2009
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2004
2010
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2005
|
-
-webkit-user-select: auto;
|
|
2011
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2006
2012
|
height: 20px;
|
|
2007
2013
|
line-height: 20px;
|
|
2008
2014
|
position: relative;
|
|
@@ -2199,7 +2205,7 @@
|
|
|
2199
2205
|
padding: 2px;
|
|
2200
2206
|
}
|
|
2201
2207
|
.e-grid .e-content {
|
|
2202
|
-
-webkit-overflow-scrolling: touch;
|
|
2208
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2203
2209
|
overflow-x: auto;
|
|
2204
2210
|
overflow-y: scroll;
|
|
2205
2211
|
position: relative;
|
|
@@ -2557,6 +2563,8 @@
|
|
|
2557
2563
|
.e-grid .e-checkboxfiltertext {
|
|
2558
2564
|
width: 150px;
|
|
2559
2565
|
word-break: normal;
|
|
2566
|
+
/* stylelint-disable */
|
|
2567
|
+
/* stylelint-enable */
|
|
2560
2568
|
}
|
|
2561
2569
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2562
2570
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2616,10 +2624,10 @@
|
|
|
2616
2624
|
overflow: hidden;
|
|
2617
2625
|
}
|
|
2618
2626
|
.e-grid .e-frozenhdrcont {
|
|
2619
|
-
-ms-touch-action: none;
|
|
2627
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2620
2628
|
}
|
|
2621
2629
|
.e-grid .e-frozencontent {
|
|
2622
|
-
-ms-touch-action: none;
|
|
2630
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2623
2631
|
border-bottom-width: 1px;
|
|
2624
2632
|
float: left;
|
|
2625
2633
|
width: min-content;
|
|
@@ -2628,19 +2636,19 @@
|
|
|
2628
2636
|
float: right;
|
|
2629
2637
|
}
|
|
2630
2638
|
.e-grid .e-movablecontent {
|
|
2631
|
-
-ms-overflow-style: none;
|
|
2639
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2632
2640
|
-ms-flex: 1;
|
|
2633
2641
|
flex: 1;
|
|
2634
2642
|
overflow-x: auto;
|
|
2635
2643
|
overflow-y: hidden;
|
|
2636
2644
|
}
|
|
2637
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2645
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2638
2646
|
display: none;
|
|
2639
2647
|
}
|
|
2640
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2648
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2641
2649
|
width: 7px;
|
|
2642
2650
|
}
|
|
2643
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2651
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2644
2652
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2645
2653
|
border-radius: 4px;
|
|
2646
2654
|
}
|
|
@@ -3025,7 +3033,7 @@
|
|
|
3025
3033
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3026
3034
|
display: inline-block;
|
|
3027
3035
|
}
|
|
3028
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3036
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3029
3037
|
text-overflow: clip;
|
|
3030
3038
|
}
|
|
3031
3039
|
.e-grid .e-clipboard {
|
|
@@ -3647,7 +3655,7 @@
|
|
|
3647
3655
|
}
|
|
3648
3656
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3649
3657
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3650
|
-
-moz-appearance: none;
|
|
3658
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3651
3659
|
height: 1px;
|
|
3652
3660
|
opacity: 0;
|
|
3653
3661
|
width: 1px;
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/tailwind-dark-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/tailwind-dark-definition.scss';
|
|
3
|
+
@import '../excel-filter/tailwind-dark-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/tailwind-dark-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/tailwind-dark-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/tailwind-dark-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/tailwind-dark-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/tailwind-dark-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-dark-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/tailwind-dark-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/tailwind-dark-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/tailwind-dark-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/tailwind-dark-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/tailwind-dark-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/tailwind-dark-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/tailwind-dark-definition.scss';
|
|
18
|
+
@import 'tailwind-dark-definition.scss';
|
|
19
|
+
@import 'icons/tailwind-dark.scss';
|
|
20
|
+
@import 'all.scss';
|