@syncfusion/ej2-angular-grids 20.2.38-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 +30 -21
- package/styles/bootstrap.css +30 -21
- package/styles/bootstrap4.css +30 -21
- package/styles/bootstrap5-dark.css +31 -17
- package/styles/bootstrap5.css +31 -17
- 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 +32 -23
- package/styles/fabric.css +32 -23
- package/styles/fluent-dark.css +34 -21
- package/styles/fluent.css +34 -21
- 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 +27 -16
- package/styles/grid/bootstrap-dark.scss +20 -1
- package/styles/grid/bootstrap.css +27 -16
- package/styles/grid/bootstrap.scss +20 -1
- package/styles/grid/bootstrap4.css +27 -16
- package/styles/grid/bootstrap4.scss +20 -1
- package/styles/grid/bootstrap5-dark.css +28 -12
- package/styles/grid/bootstrap5-dark.scss +20 -1
- package/styles/grid/bootstrap5.css +28 -12
- package/styles/grid/bootstrap5.scss +20 -1
- package/styles/grid/fabric-dark.css +28 -17
- package/styles/grid/fabric-dark.scss +20 -1
- package/styles/grid/fabric.css +28 -17
- package/styles/grid/fabric.scss +20 -1
- package/styles/grid/fluent-dark.css +31 -16
- package/styles/grid/fluent-dark.scss +20 -1
- package/styles/grid/fluent.css +31 -16
- package/styles/grid/fluent.scss +20 -1
- package/styles/grid/highcontrast-light.css +24 -13
- package/styles/grid/highcontrast-light.scss +20 -1
- package/styles/grid/highcontrast.css +28 -17
- 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 +28 -17
- package/styles/grid/material-dark.scss +20 -1
- package/styles/grid/material.css +28 -17
- package/styles/grid/material.scss +20 -1
- package/styles/grid/tailwind-dark.css +23 -12
- package/styles/grid/tailwind-dark.scss +20 -1
- package/styles/grid/tailwind.css +23 -12
- package/styles/grid/tailwind.scss +20 -1
- package/styles/highcontrast-light.css +28 -19
- package/styles/highcontrast.css +32 -23
- package/styles/material-dark.css +32 -23
- package/styles/material.css +32 -23
- package/styles/tailwind-dark.css +26 -17
- package/styles/tailwind.css +26 -17
- 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 -2632
- package/dist/ej2-angular-grids.umd.js +0 -1577
- 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 -124
- 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 -124
- 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;
|
|
@@ -2109,16 +2115,16 @@
|
|
|
2109
2115
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2110
2116
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2111
2117
|
font-size: 8px;
|
|
2112
|
-
margin-left:
|
|
2113
|
-
margin-top:
|
|
2118
|
+
margin-left: -1px;
|
|
2119
|
+
margin-top: -4.5px;
|
|
2114
2120
|
position: absolute;
|
|
2115
2121
|
z-index: 10;
|
|
2116
2122
|
}
|
|
2117
2123
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2118
|
-
margin-top:
|
|
2124
|
+
margin-top: -4.5px;
|
|
2119
2125
|
}
|
|
2120
2126
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2121
|
-
margin-top:
|
|
2127
|
+
margin-top: 4.5px;
|
|
2122
2128
|
}
|
|
2123
2129
|
.e-grid td.e-active {
|
|
2124
2130
|
font-weight: normal;
|
|
@@ -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;
|
|
@@ -2245,10 +2251,14 @@
|
|
|
2245
2251
|
}
|
|
2246
2252
|
.e-grid .e-icon-gdownarrow {
|
|
2247
2253
|
font-size: 11px;
|
|
2254
|
+
padding: 14px 9px 12px 9px;
|
|
2255
|
+
text-decoration: none;
|
|
2248
2256
|
text-indent: 12px;
|
|
2249
2257
|
}
|
|
2250
2258
|
.e-grid .e-icon-grightarrow {
|
|
2251
2259
|
font-size: 10px;
|
|
2260
|
+
padding: 14px 9px 14px 10px;
|
|
2261
|
+
text-decoration: none;
|
|
2252
2262
|
text-indent: 12px;
|
|
2253
2263
|
}
|
|
2254
2264
|
.e-grid .e-recordplusexpand {
|
|
@@ -2488,6 +2498,8 @@
|
|
|
2488
2498
|
.e-grid .e-checkboxfiltertext {
|
|
2489
2499
|
width: 150px;
|
|
2490
2500
|
word-break: normal;
|
|
2501
|
+
/* stylelint-disable */
|
|
2502
|
+
/* stylelint-enable */
|
|
2491
2503
|
}
|
|
2492
2504
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2493
2505
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2547,10 +2559,10 @@
|
|
|
2547
2559
|
overflow: hidden;
|
|
2548
2560
|
}
|
|
2549
2561
|
.e-grid .e-frozenhdrcont {
|
|
2550
|
-
-ms-touch-action: none;
|
|
2562
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2551
2563
|
}
|
|
2552
2564
|
.e-grid .e-frozencontent {
|
|
2553
|
-
-ms-touch-action: none;
|
|
2565
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2554
2566
|
border-bottom-width: 1px;
|
|
2555
2567
|
float: left;
|
|
2556
2568
|
width: min-content;
|
|
@@ -2559,19 +2571,19 @@
|
|
|
2559
2571
|
float: right;
|
|
2560
2572
|
}
|
|
2561
2573
|
.e-grid .e-movablecontent {
|
|
2562
|
-
-ms-overflow-style: none;
|
|
2574
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2563
2575
|
-ms-flex: 1;
|
|
2564
2576
|
flex: 1;
|
|
2565
2577
|
overflow-x: auto;
|
|
2566
2578
|
overflow-y: hidden;
|
|
2567
2579
|
}
|
|
2568
|
-
.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 */
|
|
2569
2581
|
display: none;
|
|
2570
2582
|
}
|
|
2571
|
-
.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 */
|
|
2572
2584
|
width: 7px;
|
|
2573
2585
|
}
|
|
2574
|
-
.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 */
|
|
2575
2587
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2576
2588
|
border-radius: 4px;
|
|
2577
2589
|
}
|
|
@@ -2951,7 +2963,7 @@
|
|
|
2951
2963
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2952
2964
|
display: inline-block;
|
|
2953
2965
|
}
|
|
2954
|
-
.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 {
|
|
2955
2967
|
text-overflow: clip;
|
|
2956
2968
|
}
|
|
2957
2969
|
.e-grid .e-clipboard {
|
|
@@ -3089,7 +3101,6 @@
|
|
|
3089
3101
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3090
3102
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3091
3103
|
font-size: 8px;
|
|
3092
|
-
margin-top: 0;
|
|
3093
3104
|
}
|
|
3094
3105
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3095
3106
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -3562,7 +3573,7 @@
|
|
|
3562
3573
|
}
|
|
3563
3574
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3564
3575
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3565
|
-
-moz-appearance: none;
|
|
3576
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3566
3577
|
height: 1px;
|
|
3567
3578
|
opacity: 0;
|
|
3568
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;
|
|
@@ -2143,16 +2149,16 @@
|
|
|
2143
2149
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2144
2150
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2145
2151
|
font-size: 8px;
|
|
2146
|
-
margin-left:
|
|
2147
|
-
margin-top:
|
|
2152
|
+
margin-left: -1px;
|
|
2153
|
+
margin-top: -4.5px;
|
|
2148
2154
|
position: absolute;
|
|
2149
2155
|
z-index: 10;
|
|
2150
2156
|
}
|
|
2151
2157
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2152
|
-
margin-top:
|
|
2158
|
+
margin-top: -4.5px;
|
|
2153
2159
|
}
|
|
2154
2160
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2155
|
-
margin-top:
|
|
2161
|
+
margin-top: 4.5px;
|
|
2156
2162
|
}
|
|
2157
2163
|
.e-grid td.e-active {
|
|
2158
2164
|
font-weight: normal;
|
|
@@ -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;
|
|
@@ -2279,10 +2285,14 @@
|
|
|
2279
2285
|
}
|
|
2280
2286
|
.e-grid .e-icon-gdownarrow {
|
|
2281
2287
|
font-size: 11px;
|
|
2288
|
+
padding: 14px 9px 12px 9px;
|
|
2289
|
+
text-decoration: none;
|
|
2282
2290
|
text-indent: 12px;
|
|
2283
2291
|
}
|
|
2284
2292
|
.e-grid .e-icon-grightarrow {
|
|
2285
2293
|
font-size: 10px;
|
|
2294
|
+
padding: 14px 9px 14px 10px;
|
|
2295
|
+
text-decoration: none;
|
|
2286
2296
|
text-indent: 12px;
|
|
2287
2297
|
}
|
|
2288
2298
|
.e-grid .e-recordplusexpand {
|
|
@@ -2522,6 +2532,8 @@
|
|
|
2522
2532
|
.e-grid .e-checkboxfiltertext {
|
|
2523
2533
|
width: 150px;
|
|
2524
2534
|
word-break: normal;
|
|
2535
|
+
/* stylelint-disable */
|
|
2536
|
+
/* stylelint-enable */
|
|
2525
2537
|
}
|
|
2526
2538
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2527
2539
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2581,10 +2593,10 @@
|
|
|
2581
2593
|
overflow: hidden;
|
|
2582
2594
|
}
|
|
2583
2595
|
.e-grid .e-frozenhdrcont {
|
|
2584
|
-
-ms-touch-action: none;
|
|
2596
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2585
2597
|
}
|
|
2586
2598
|
.e-grid .e-frozencontent {
|
|
2587
|
-
-ms-touch-action: none;
|
|
2599
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2588
2600
|
border-bottom-width: 1px;
|
|
2589
2601
|
float: left;
|
|
2590
2602
|
width: min-content;
|
|
@@ -2593,19 +2605,19 @@
|
|
|
2593
2605
|
float: right;
|
|
2594
2606
|
}
|
|
2595
2607
|
.e-grid .e-movablecontent {
|
|
2596
|
-
-ms-overflow-style: none;
|
|
2608
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2597
2609
|
-ms-flex: 1;
|
|
2598
2610
|
flex: 1;
|
|
2599
2611
|
overflow-x: auto;
|
|
2600
2612
|
overflow-y: hidden;
|
|
2601
2613
|
}
|
|
2602
|
-
.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 */
|
|
2603
2615
|
display: none;
|
|
2604
2616
|
}
|
|
2605
|
-
.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 */
|
|
2606
2618
|
width: 7px;
|
|
2607
2619
|
}
|
|
2608
|
-
.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 */
|
|
2609
2621
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2610
2622
|
border-radius: 4px;
|
|
2611
2623
|
}
|
|
@@ -2985,7 +2997,7 @@
|
|
|
2985
2997
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2986
2998
|
display: inline-block;
|
|
2987
2999
|
}
|
|
2988
|
-
.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 {
|
|
2989
3001
|
text-overflow: clip;
|
|
2990
3002
|
}
|
|
2991
3003
|
.e-grid .e-clipboard {
|
|
@@ -3123,7 +3135,6 @@
|
|
|
3123
3135
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3124
3136
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3125
3137
|
font-size: 8px;
|
|
3126
|
-
margin-top: 0;
|
|
3127
3138
|
}
|
|
3128
3139
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3129
3140
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -3596,7 +3607,7 @@
|
|
|
3596
3607
|
}
|
|
3597
3608
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3598
3609
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3599
|
-
-moz-appearance: none;
|
|
3610
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3600
3611
|
height: 1px;
|
|
3601
3612
|
opacity: 0;
|
|
3602
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';
|