@syncfusion/ej2-angular-grids 20.2.49 → 20.3.47
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/src/grid/grid.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +2 -2
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -1
- package/package.json +8 -8
- package/schematics/collection.json +20 -0
- package/schematics/generators/grid-default/index.d.ts +3 -0
- package/schematics/generators/grid-default/index.js +8 -0
- package/schematics/generators/grid-default/sample-details.d.ts +5 -0
- package/schematics/generators/grid-default/sample-details.js +7 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-default/schema.d.ts +3 -0
- package/schematics/generators/grid-default/schema.js +2 -0
- package/schematics/generators/grid-default/schema.json +125 -0
- package/schematics/generators/grid-feature/index.d.ts +3 -0
- package/schematics/generators/grid-feature/index.js +8 -0
- package/schematics/generators/grid-feature/sample-details.d.ts +5 -0
- package/schematics/generators/grid-feature/sample-details.js +7 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-feature/schema.d.ts +3 -0
- package/schematics/generators/grid-feature/schema.js +2 -0
- package/schematics/generators/grid-feature/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/grid.component.d.ts +1 -1
- package/styles/bootstrap-dark.css +54 -11
- package/styles/bootstrap.css +54 -11
- package/styles/bootstrap4.css +57 -11
- package/styles/bootstrap5-dark.css +55 -11
- package/styles/bootstrap5.css +55 -11
- package/styles/excel-filter/_all.scss +1 -1
- package/styles/excel-filter/_bootstrap-dark-definition.scss +0 -1
- package/styles/excel-filter/_bootstrap-definition.scss +0 -1
- package/styles/excel-filter/_bootstrap4-definition.scss +0 -1
- package/styles/excel-filter/_fabric-dark-definition.scss +0 -1
- package/styles/excel-filter/_fabric-definition.scss +0 -1
- package/styles/excel-filter/_highcontrast-definition.scss +0 -1
- package/styles/excel-filter/_highcontrast-light-definition.scss +0 -1
- package/styles/excel-filter/_layout.scss +14 -15
- package/styles/excel-filter/_material-dark-definition.scss +0 -1
- package/styles/excel-filter/_material-definition.scss +0 -1
- package/styles/excel-filter/_office-365-definition.scss +1 -1
- package/styles/excel-filter/_theme.scss +4 -3
- package/styles/excel-filter/bootstrap-dark.css +3 -1
- package/styles/excel-filter/bootstrap-dark.scss +1 -0
- package/styles/excel-filter/bootstrap.css +3 -1
- package/styles/excel-filter/bootstrap.scss +1 -0
- package/styles/excel-filter/bootstrap4.css +6 -1
- package/styles/excel-filter/bootstrap4.scss +1 -0
- package/styles/excel-filter/bootstrap5-dark.css +3 -1
- package/styles/excel-filter/bootstrap5-dark.scss +1 -0
- package/styles/excel-filter/bootstrap5.css +3 -1
- package/styles/excel-filter/bootstrap5.scss +1 -0
- package/styles/excel-filter/fabric-dark.css +4 -2
- package/styles/excel-filter/fabric-dark.scss +1 -0
- package/styles/excel-filter/fabric.css +4 -2
- package/styles/excel-filter/fabric.scss +1 -0
- package/styles/excel-filter/fluent-dark.css +3 -1
- package/styles/excel-filter/fluent-dark.scss +1 -0
- package/styles/excel-filter/fluent.css +3 -1
- package/styles/excel-filter/fluent.scss +1 -0
- package/styles/excel-filter/highcontrast-light.css +4 -2
- package/styles/excel-filter/highcontrast-light.scss +1 -0
- package/styles/excel-filter/highcontrast.css +4 -2
- package/styles/excel-filter/highcontrast.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap-dark.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap4.scss +5 -0
- package/styles/excel-filter/icons/_bootstrap5.scss +1 -0
- package/styles/excel-filter/icons/_fabric-dark.scss +2 -1
- package/styles/excel-filter/icons/_fabric.scss +2 -1
- package/styles/excel-filter/icons/_fluent.scss +1 -0
- package/styles/excel-filter/icons/_fusionnew.scss +1 -0
- package/styles/excel-filter/icons/_highcontrast-light.scss +2 -1
- package/styles/excel-filter/icons/_highcontrast.scss +2 -1
- package/styles/excel-filter/icons/_material-dark.scss +2 -1
- package/styles/excel-filter/icons/_material.scss +4 -4
- package/styles/excel-filter/icons/_material3.scss +1 -0
- package/styles/excel-filter/icons/_tailwind.scss +1 -0
- package/styles/excel-filter/material-dark.css +4 -2
- package/styles/excel-filter/material-dark.scss +1 -0
- package/styles/excel-filter/material.css +4 -2
- package/styles/excel-filter/material.scss +1 -0
- package/styles/excel-filter/tailwind-dark.css +3 -1
- package/styles/excel-filter/tailwind-dark.scss +1 -0
- package/styles/excel-filter/tailwind.css +3 -1
- package/styles/excel-filter/tailwind.scss +1 -0
- package/styles/fabric-dark.css +57 -14
- package/styles/fabric.css +56 -13
- package/styles/fluent-dark.css +54 -11
- package/styles/fluent.css +54 -11
- package/styles/grid/_all.scss +1 -1
- package/styles/grid/_bootstrap-dark-definition.scss +4 -4
- package/styles/grid/_bootstrap-definition.scss +4 -3
- package/styles/grid/_bootstrap4-definition.scss +4 -3
- package/styles/grid/_bootstrap5-definition.scss +3 -2
- package/styles/grid/_fabric-dark-definition.scss +5 -5
- package/styles/grid/_fabric-definition.scss +3 -3
- package/styles/grid/_fluent-definition.scss +5 -3
- package/styles/grid/_fusionnew-definition.scss +3 -2
- package/styles/grid/_highcontrast-definition.scss +3 -2
- package/styles/grid/_highcontrast-light-definition.scss +2 -2
- package/styles/grid/_layout.scss +80 -51
- package/styles/grid/_material-dark-definition.scss +5 -3
- package/styles/grid/_material-definition.scss +4 -4
- package/styles/grid/_material3-definition.scss +3 -2
- package/styles/grid/_office-365-definition.scss +1 -1
- package/styles/grid/_tailwind-definition.scss +3 -2
- package/styles/grid/_theme.scss +25 -25
- package/styles/grid/bootstrap-dark.css +51 -10
- package/styles/grid/bootstrap-dark.scss +1 -0
- package/styles/grid/bootstrap.css +51 -10
- package/styles/grid/bootstrap.scss +1 -0
- package/styles/grid/bootstrap4.css +51 -10
- package/styles/grid/bootstrap4.scss +1 -0
- package/styles/grid/bootstrap5-dark.css +52 -10
- package/styles/grid/bootstrap5-dark.scss +1 -0
- package/styles/grid/bootstrap5.css +52 -10
- package/styles/grid/bootstrap5.scss +1 -0
- package/styles/grid/fabric-dark.css +53 -12
- package/styles/grid/fabric-dark.scss +1 -0
- package/styles/grid/fabric.css +52 -11
- package/styles/grid/fabric.scss +1 -0
- package/styles/grid/fluent-dark.css +51 -10
- package/styles/grid/fluent-dark.scss +1 -0
- package/styles/grid/fluent.css +51 -10
- package/styles/grid/fluent.scss +1 -0
- package/styles/grid/highcontrast-light.css +52 -11
- package/styles/grid/highcontrast-light.scss +1 -0
- package/styles/grid/highcontrast.css +52 -11
- package/styles/grid/highcontrast.scss +1 -0
- package/styles/grid/icons/_bootstrap-dark.scss +4 -3
- package/styles/grid/icons/_bootstrap.scss +3 -2
- package/styles/grid/icons/_bootstrap4.scss +3 -3
- package/styles/grid/icons/_bootstrap5.scss +1 -0
- package/styles/grid/icons/_fabric-dark.scss +5 -4
- package/styles/grid/icons/_fabric.scss +4 -3
- package/styles/grid/icons/_fluent.scss +1 -0
- package/styles/grid/icons/_fusionnew.scss +1 -0
- package/styles/grid/icons/_highcontrast-light.scss +6 -5
- package/styles/grid/icons/_highcontrast.scss +6 -6
- package/styles/grid/icons/_material-dark.scss +6 -5
- package/styles/grid/icons/_material.scss +6 -5
- package/styles/grid/icons/_material3.scss +1 -0
- package/styles/grid/icons/_tailwind.scss +1 -0
- package/styles/grid/material-dark.css +52 -11
- package/styles/grid/material-dark.scss +1 -0
- package/styles/grid/material.css +52 -11
- package/styles/grid/material.scss +1 -0
- package/styles/grid/tailwind-dark.css +51 -10
- package/styles/grid/tailwind-dark.scss +1 -0
- package/styles/grid/tailwind.css +51 -10
- package/styles/grid/tailwind.scss +1 -0
- package/styles/highcontrast-light.css +56 -13
- package/styles/highcontrast.css +56 -13
- package/styles/material-dark.css +56 -13
- package/styles/material.css +56 -13
- package/styles/tailwind-dark.css +54 -11
- package/styles/tailwind.css +54 -11
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
@include export-module('grid-bootstrap-dark-icons') {
|
|
2
|
+
|
|
2
3
|
/*! component icons */
|
|
3
4
|
|
|
4
5
|
.e-icon-check::before {
|
|
5
|
-
content:
|
|
6
|
+
content: '\e7ff';
|
|
6
7
|
}
|
|
7
8
|
|
|
8
9
|
#{&}.e-grid,
|
|
@@ -183,7 +184,7 @@
|
|
|
183
184
|
&.e-rtl {
|
|
184
185
|
.e-icon-rowdragicon::before {
|
|
185
186
|
content: '\e330';
|
|
186
|
-
|
|
187
|
+
}
|
|
187
188
|
}
|
|
188
189
|
|
|
189
190
|
.e-ccsearch-icon.e-cc-cancel::before,
|
|
@@ -191,8 +192,8 @@
|
|
|
191
192
|
.e-input-group .e-clear-icon::before {
|
|
192
193
|
content: '\e7a7';
|
|
193
194
|
}
|
|
194
|
-
}
|
|
195
195
|
}
|
|
196
|
+
}
|
|
196
197
|
|
|
197
198
|
.e-responsive-dialog {
|
|
198
199
|
& .e-resfilterback::before {
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
@include export-module('grid-bootstrap-icons') {
|
|
2
|
+
|
|
2
3
|
/*! component icons */
|
|
3
4
|
|
|
4
5
|
.e-icon-check::before {
|
|
5
|
-
content:
|
|
6
|
+
content: '\e7ff';
|
|
6
7
|
}
|
|
7
8
|
|
|
8
9
|
#{&}.e-grid,
|
|
@@ -183,7 +184,7 @@
|
|
|
183
184
|
&.e-rtl {
|
|
184
185
|
.e-icon-rowdragicon::before {
|
|
185
186
|
content: '\e330';
|
|
186
|
-
|
|
187
|
+
}
|
|
187
188
|
}
|
|
188
189
|
|
|
189
190
|
.e-ccsearch-icon.e-cc-cancel::before,
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
@include export-module('grid-bootstrap4-icons') {
|
|
2
|
+
|
|
2
3
|
/*! component icons */
|
|
3
4
|
|
|
4
5
|
.e-icon-check::before {
|
|
5
|
-
content:
|
|
6
|
+
content: '\e718';
|
|
6
7
|
}
|
|
7
8
|
|
|
8
9
|
#{&}.e-grid,
|
|
@@ -183,7 +184,7 @@
|
|
|
183
184
|
&.e-rtl {
|
|
184
185
|
.e-icon-rowdragicon::before {
|
|
185
186
|
content: '\e7d6';
|
|
186
|
-
|
|
187
|
+
}
|
|
187
188
|
}
|
|
188
189
|
|
|
189
190
|
.e-ccsearch-icon.e-cc-cancel::before,
|
|
@@ -222,4 +223,3 @@
|
|
|
222
223
|
}
|
|
223
224
|
}
|
|
224
225
|
}
|
|
225
|
-
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@include export-module('grid-fabric-dark-icons') {
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
/* !componenticons */
|
|
3
4
|
|
|
4
5
|
.e-icon-check::before {
|
|
5
6
|
content: '\e7ff';
|
|
@@ -42,7 +43,7 @@
|
|
|
42
43
|
|
|
43
44
|
.e-icon-gdownarrow::before {
|
|
44
45
|
content: '\e85e';
|
|
45
|
-
|
|
46
|
+
}
|
|
46
47
|
|
|
47
48
|
.e-icon-grightarrow::before {
|
|
48
49
|
content: '\e84f';
|
|
@@ -183,7 +184,7 @@
|
|
|
183
184
|
&.e-rtl {
|
|
184
185
|
.e-icon-rowdragicon::before {
|
|
185
186
|
content: '\e330';
|
|
186
|
-
|
|
187
|
+
}
|
|
187
188
|
}
|
|
188
189
|
|
|
189
190
|
.e-ccsearch-icon.e-cc-cancel::before,
|
|
@@ -191,7 +192,7 @@
|
|
|
191
192
|
content: '\e7a7';
|
|
192
193
|
}
|
|
193
194
|
}
|
|
194
|
-
|
|
195
|
+
}
|
|
195
196
|
|
|
196
197
|
.e-responsive-dialog {
|
|
197
198
|
& .e-resfilterback::before {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@include export-module('grid-fabric-icons') {
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
/* !componenticons */
|
|
3
4
|
|
|
4
5
|
.e-icon-check::before {
|
|
5
6
|
content: '\e7ff';
|
|
@@ -42,7 +43,7 @@
|
|
|
42
43
|
|
|
43
44
|
.e-icon-gdownarrow::before {
|
|
44
45
|
content: '\e85e';
|
|
45
|
-
|
|
46
|
+
}
|
|
46
47
|
|
|
47
48
|
.e-icon-grightarrow::before {
|
|
48
49
|
content: '\e84f';
|
|
@@ -183,7 +184,7 @@
|
|
|
183
184
|
&.e-rtl {
|
|
184
185
|
.e-icon-rowdragicon::before {
|
|
185
186
|
content: '\e330';
|
|
186
|
-
|
|
187
|
+
}
|
|
187
188
|
}
|
|
188
189
|
|
|
189
190
|
.e-ccsearch-icon.e-cc-cancel::before,
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@include export-module('grid-highcontrast-light-icons') {
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
/* !componenticons */
|
|
3
4
|
|
|
4
5
|
.e-icon-check::before {
|
|
5
6
|
content: '\e7ff';
|
|
@@ -62,11 +63,11 @@
|
|
|
62
63
|
}
|
|
63
64
|
|
|
64
65
|
.e-excl-filter-icon::before {
|
|
65
|
-
content:
|
|
66
|
+
content: '\e250';
|
|
66
67
|
}
|
|
67
68
|
|
|
68
69
|
.e-excl-filter-icon.e-filtered::before {
|
|
69
|
-
content:
|
|
70
|
+
content: '\e247';
|
|
70
71
|
}
|
|
71
72
|
|
|
72
73
|
&.e-rtl {
|
|
@@ -183,15 +184,15 @@
|
|
|
183
184
|
&.e-rtl {
|
|
184
185
|
.e-icon-rowdragicon::before {
|
|
185
186
|
content: '\e330';
|
|
186
|
-
|
|
187
|
+
}
|
|
187
188
|
}
|
|
188
189
|
|
|
189
190
|
.e-ccsearch-icon.e-cc-cancel::before,
|
|
190
191
|
.e-chkcancel-icon::before {
|
|
191
192
|
content: '\e7a7';
|
|
192
193
|
}
|
|
193
|
-
}
|
|
194
194
|
}
|
|
195
|
+
}
|
|
195
196
|
|
|
196
197
|
.e-responsive-dialog {
|
|
197
198
|
& .e-resfilterback::before {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@include export-module('grid-highcontrast-icons') {
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
/* !componenticons */
|
|
3
4
|
|
|
4
5
|
.e-icon-check::before {
|
|
5
6
|
content: '\e7ff';
|
|
@@ -62,14 +63,13 @@
|
|
|
62
63
|
}
|
|
63
64
|
|
|
64
65
|
.e-excl-filter-icon::before {
|
|
65
|
-
content:
|
|
66
|
+
content: '\e250';
|
|
66
67
|
}
|
|
67
68
|
|
|
68
69
|
.e-excl-filter-icon.e-filtered::before {
|
|
69
|
-
content:
|
|
70
|
+
content: '\e247';
|
|
70
71
|
}
|
|
71
72
|
|
|
72
|
-
|
|
73
73
|
&.e-rtl {
|
|
74
74
|
.e-icon-grightarrow::before {
|
|
75
75
|
content: '\e84f';
|
|
@@ -184,14 +184,14 @@
|
|
|
184
184
|
&.e-rtl {
|
|
185
185
|
.e-icon-rowdragicon::before {
|
|
186
186
|
content: '\e330';
|
|
187
|
-
|
|
187
|
+
}
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
.e-ccsearch-icon.e-cc-cancel::before,
|
|
191
191
|
.e-chkcancel-icon::before {
|
|
192
192
|
content: '\e7a7';
|
|
193
193
|
}
|
|
194
|
-
|
|
194
|
+
}
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
.e-responsive-dialog {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@include export-module('grid-material-dark-icons') {
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
/* !componenticons */
|
|
3
4
|
|
|
4
5
|
.e-icon-check::before {
|
|
5
6
|
content: '\e7ff';
|
|
@@ -62,7 +63,7 @@
|
|
|
62
63
|
}
|
|
63
64
|
|
|
64
65
|
.e-excl-filter-icon::before {
|
|
65
|
-
content:
|
|
66
|
+
content: '\e251';
|
|
66
67
|
}
|
|
67
68
|
|
|
68
69
|
.e-excl-filter-icon.e-filtered::before {
|
|
@@ -72,7 +73,7 @@
|
|
|
72
73
|
&.e-rtl {
|
|
73
74
|
.e-icon-grightarrow::before {
|
|
74
75
|
content: '\e854';
|
|
75
|
-
|
|
76
|
+
}
|
|
76
77
|
}
|
|
77
78
|
|
|
78
79
|
.e-icon-group::before {
|
|
@@ -183,14 +184,14 @@
|
|
|
183
184
|
&.e-rtl {
|
|
184
185
|
.e-icon-rowdragicon::before {
|
|
185
186
|
content: '\e330';
|
|
186
|
-
|
|
187
|
+
}
|
|
187
188
|
}
|
|
188
189
|
|
|
189
190
|
.e-ccsearch-icon.e-cc-cancel::before,
|
|
190
191
|
.e-chkcancel-icon::before {
|
|
191
192
|
content: '\e7a7';
|
|
192
193
|
}
|
|
193
|
-
|
|
194
|
+
}
|
|
194
195
|
}
|
|
195
196
|
|
|
196
197
|
.e-responsive-dialog {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@include export-module('grid-material-icons') {
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
/* !componenticons */
|
|
3
4
|
|
|
4
5
|
.e-icon-check::before {
|
|
5
6
|
content: '\e7ff';
|
|
@@ -62,7 +63,7 @@
|
|
|
62
63
|
}
|
|
63
64
|
|
|
64
65
|
.e-excl-filter-icon::before {
|
|
65
|
-
content:
|
|
66
|
+
content: '\e251';
|
|
66
67
|
}
|
|
67
68
|
|
|
68
69
|
.e-excl-filter-icon.e-filtered::before {
|
|
@@ -72,7 +73,7 @@
|
|
|
72
73
|
&.e-rtl {
|
|
73
74
|
.e-icon-grightarrow::before {
|
|
74
75
|
content: '\e854';
|
|
75
|
-
|
|
76
|
+
}
|
|
76
77
|
}
|
|
77
78
|
|
|
78
79
|
.e-icon-group::before {
|
|
@@ -183,14 +184,14 @@
|
|
|
183
184
|
&.e-rtl {
|
|
184
185
|
.e-icon-rowdragicon::before {
|
|
185
186
|
content: '\e330';
|
|
186
|
-
|
|
187
|
+
}
|
|
187
188
|
}
|
|
188
189
|
|
|
189
190
|
.e-ccsearch-icon.e-cc-cancel::before,
|
|
190
191
|
.e-chkcancel-icon::before {
|
|
191
192
|
content: '\e7a7';
|
|
192
193
|
}
|
|
193
|
-
|
|
194
|
+
}
|
|
194
195
|
}
|
|
195
196
|
|
|
196
197
|
.e-responsive-dialog {
|
|
@@ -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
|
}
|
|
@@ -2982,9 +2993,39 @@
|
|
|
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
|
+
display: inline-block;
|
|
2998
|
+
height: 10px;
|
|
2999
|
+
width: 80%;
|
|
3000
|
+
}
|
|
3001
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3002
|
+
margin-left: 7px;
|
|
3003
|
+
width: 16px;
|
|
3004
|
+
}
|
|
3005
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3006
|
+
width: 16px;
|
|
3007
|
+
}
|
|
3008
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3009
|
+
margin-left: 3px;
|
|
3010
|
+
margin-right: 16px;
|
|
3011
|
+
width: 20px;
|
|
3012
|
+
}
|
|
3013
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3014
|
+
width: 13px;
|
|
3015
|
+
}
|
|
3016
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3017
|
+
margin-left: 8px;
|
|
3018
|
+
}
|
|
3019
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3020
|
+
margin-left: 12px;
|
|
3021
|
+
width: 12px;
|
|
3022
|
+
}
|
|
2985
3023
|
.e-grid.sf-grid .e-table {
|
|
2986
3024
|
border-spacing: 0.25px;
|
|
2987
3025
|
}
|
|
3026
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3027
|
+
margin-left: 6px;
|
|
3028
|
+
}
|
|
2988
3029
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
2989
3030
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
2990
3031
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3562,7 +3603,7 @@
|
|
|
3562
3603
|
}
|
|
3563
3604
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3564
3605
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3565
|
-
-moz-appearance: none;
|
|
3606
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3566
3607
|
height: 1px;
|
|
3567
3608
|
opacity: 0;
|
|
3568
3609
|
width: 1px;
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
@import 'ej2-calendars/styles/datetimepicker/material-dark-definition.scss';
|
|
16
16
|
@import 'ej2-navigations/styles/toolbar/material-dark-definition.scss';
|
|
17
17
|
@import 'ej2-navigations/styles/context-menu/material-dark-definition.scss';
|
|
18
|
+
@import 'ej2-notifications/styles/skeleton/material-dark-definition.scss';
|
|
18
19
|
@import 'material-dark-definition.scss';
|
|
19
20
|
@import 'icons/material-dark.scss';
|
|
20
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
|
}
|
|
@@ -3016,9 +3027,39 @@
|
|
|
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
|
+
display: inline-block;
|
|
3032
|
+
height: 10px;
|
|
3033
|
+
width: 80%;
|
|
3034
|
+
}
|
|
3035
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3036
|
+
margin-left: 7px;
|
|
3037
|
+
width: 16px;
|
|
3038
|
+
}
|
|
3039
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3040
|
+
width: 16px;
|
|
3041
|
+
}
|
|
3042
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3043
|
+
margin-left: 3px;
|
|
3044
|
+
margin-right: 16px;
|
|
3045
|
+
width: 20px;
|
|
3046
|
+
}
|
|
3047
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3048
|
+
width: 13px;
|
|
3049
|
+
}
|
|
3050
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3051
|
+
margin-left: 8px;
|
|
3052
|
+
}
|
|
3053
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3054
|
+
margin-left: 12px;
|
|
3055
|
+
width: 12px;
|
|
3056
|
+
}
|
|
3019
3057
|
.e-grid.sf-grid .e-table {
|
|
3020
3058
|
border-spacing: 0.25px;
|
|
3021
3059
|
}
|
|
3060
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3061
|
+
margin-left: 6px;
|
|
3062
|
+
}
|
|
3022
3063
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3023
3064
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3024
3065
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3596,7 +3637,7 @@
|
|
|
3596
3637
|
}
|
|
3597
3638
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3598
3639
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3599
|
-
-moz-appearance: none;
|
|
3640
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3600
3641
|
height: 1px;
|
|
3601
3642
|
opacity: 0;
|
|
3602
3643
|
width: 1px;
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
@import 'ej2-calendars/styles/datetimepicker/material-definition.scss';
|
|
16
16
|
@import 'ej2-navigations/styles/toolbar/material-definition.scss';
|
|
17
17
|
@import 'ej2-navigations/styles/context-menu/material-definition.scss';
|
|
18
|
+
@import 'ej2-notifications/styles/skeleton/material-definition.scss';
|
|
18
19
|
@import 'material-definition.scss';
|
|
19
20
|
@import 'icons/material.scss';
|
|
20
21
|
@import 'all.scss';
|