@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,38 @@
|
|
|
1
|
+
@include export-module('excel-filter-bootstrap-icons') {
|
|
2
|
+
|
|
3
|
+
/*! component icons */
|
|
4
|
+
|
|
5
|
+
.e-icon-check::before {
|
|
6
|
+
content: '\e7ff';
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
#{&}.e-excelfilter {
|
|
10
|
+
.e-excl-filter-icon::before {
|
|
11
|
+
content: '\e249';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-excl-filter-icon.e-filtered::before {
|
|
15
|
+
content: '\e246';
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-icon-filter::before {
|
|
19
|
+
content: '\e946';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-search-icon::before {
|
|
23
|
+
content: '\e961';
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.e-chkcancel-icon::before {
|
|
27
|
+
content: '\e7a7';
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.e-sortascending::before {
|
|
31
|
+
content: '\e734';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-sortdescending::before {
|
|
35
|
+
content: '\e733';
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
@include export-module('excel-filter-bootstrap4-icons') {
|
|
2
|
+
|
|
3
|
+
/*! component icons */
|
|
4
|
+
|
|
5
|
+
.e-icon-check::before {
|
|
6
|
+
content: '\e718';
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
#{&}.e-excelfilter {
|
|
10
|
+
.e-icon-filter::before {
|
|
11
|
+
content: '\e714';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-excl-filter-icon::before {
|
|
15
|
+
content: '\e714';
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-excl-filter-icon.e-filtered::before {
|
|
19
|
+
content: '\e748';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-ccsearch-icon::before {
|
|
23
|
+
content: '\e724';
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.e-chkcancel-icon::before {
|
|
27
|
+
content: '\e745';
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.e-sortascending::before {
|
|
31
|
+
content: '\e812';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-sortdescending::before {
|
|
35
|
+
content: '\e811';
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './bootstrap5.scss';
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
@include export-module('excel-filter-bootstrap5-icons') {
|
|
2
|
+
|
|
3
|
+
/*! component icons */
|
|
4
|
+
|
|
5
|
+
.e-icon-check::before {
|
|
6
|
+
content: '\e774';
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
#{&}.e-excelfilter {
|
|
10
|
+
.e-icon-filter::before {
|
|
11
|
+
content: '\e7f7';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-excl-filter-icon::before {
|
|
15
|
+
content: '\e7f7';
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-excl-filter-icon.e-filtered::before {
|
|
19
|
+
content: '\e72c';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-search-icon::before {
|
|
23
|
+
content: '\e754';
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.e-ccsearch-icon::before {
|
|
27
|
+
content: '\e754';
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.e-chkcancel-icon::before {
|
|
31
|
+
content: '\e7e7';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-sortascending::before {
|
|
35
|
+
content: '\e7a3';
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.e-sortdescending::before {
|
|
39
|
+
content: '\e7b6';
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
@include export-module('excel-filter-fabric-dark-icons') {
|
|
2
|
+
|
|
3
|
+
/* !component icons */
|
|
4
|
+
|
|
5
|
+
.e-icon-check::before {
|
|
6
|
+
content: '\e7ff';
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
#{&}.e-excelfilter {
|
|
10
|
+
.e-icon-filter::before {
|
|
11
|
+
content: '\e21c';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-excl-filter-icon::before {
|
|
15
|
+
content: '\e250';
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-excl-filter-icon.e-filtered::before {
|
|
19
|
+
content: '\e247';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-search-icon::before {
|
|
23
|
+
content: '\e97d';
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.e-chkcancel-icon::before {
|
|
27
|
+
content: '\e7a7';
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.e-sortascending::before {
|
|
31
|
+
content: '\e734';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-sortdescending::before {
|
|
35
|
+
content: '\e733';
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
@include export-module('excel-filter-fabric-icons') {
|
|
2
|
+
|
|
3
|
+
/* !component icons */
|
|
4
|
+
|
|
5
|
+
.e-icon-check::before {
|
|
6
|
+
content: '\e7ff';
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
#{&}.e-excelfilter {
|
|
10
|
+
.e-icon-filter::before {
|
|
11
|
+
content: '\e21c';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-excl-filter-icon::before {
|
|
15
|
+
content: '\e250';
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-excl-filter-icon.e-filtered::before {
|
|
19
|
+
content: '\e247';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-search-icon::before {
|
|
23
|
+
content: '\e97d';
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.e-chkcancel-icon::before {
|
|
27
|
+
content: '\e7a7';
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.e-sortascending::before {
|
|
31
|
+
content: '\e734';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-sortdescending::before {
|
|
35
|
+
content: '\e733';
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './fluent.scss';
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
@include export-module('excel-filter-fluent-icons') {
|
|
2
|
+
|
|
3
|
+
/*! component icons */
|
|
4
|
+
|
|
5
|
+
.e-icon-check::before {
|
|
6
|
+
content: '\e774';
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
#{&}.e-excelfilter {
|
|
10
|
+
.e-icon-filter::before {
|
|
11
|
+
content: '\e7f7';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-excl-filter-icon::before {
|
|
15
|
+
content: '\e7f7';
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-excl-filter-icon.e-filtered::before {
|
|
19
|
+
content: '\e72c';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-search-icon::before {
|
|
23
|
+
content: '\e754';
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.e-ccsearch-icon::before {
|
|
27
|
+
content: '\e754';
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.e-chkcancel-icon::before {
|
|
31
|
+
content: '\e7e7';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-sortascending::before {
|
|
35
|
+
content: '\e7a3';
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.e-sortdescending::before {
|
|
39
|
+
content: '\e7b6';
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
@include export-module('excel-filter-fusionnew-icons') {
|
|
2
|
+
|
|
3
|
+
/*! component icons */
|
|
4
|
+
|
|
5
|
+
.e-icon-check::before {
|
|
6
|
+
content: '\e774';
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
#{&}.e-excelfilter {
|
|
10
|
+
.e-icon-filter::before {
|
|
11
|
+
content: '\e7f7';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-excl-filter-icon::before {
|
|
15
|
+
content: '\e7f7';
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-excl-filter-icon.e-filtered::before {
|
|
19
|
+
content: '\e72c';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-search-icon::before {
|
|
23
|
+
content: '\e754';
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.e-ccsearch-icon::before {
|
|
27
|
+
content: '\e754';
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.e-chkcancel-icon::before {
|
|
31
|
+
content: '\e7e7';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-sortascending::before {
|
|
35
|
+
content: '\e7a3';
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.e-sortdescending::before {
|
|
39
|
+
content: '\e7b6';
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
@include export-module('excel-filter-highcontrast-light-icons') {
|
|
2
|
+
|
|
3
|
+
/* !component icons */
|
|
4
|
+
|
|
5
|
+
.e-icon-check::before {
|
|
6
|
+
content: '\e7ff';
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
#{&}.e-excelfilter {
|
|
10
|
+
.e-icon-filter::before {
|
|
11
|
+
content: '\e21c';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-excl-filter-icon::before {
|
|
15
|
+
content: '\e250';
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-excl-filter-icon.e-filtered::before {
|
|
19
|
+
content: '\e247';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-search-icon::before {
|
|
23
|
+
content: '\e97d';
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.e-chkcancel-icon::before {
|
|
27
|
+
content: '\e7a7';
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.e-sortascending::before {
|
|
31
|
+
content: '\e734';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-sortdescending::before {
|
|
35
|
+
content: '\e733';
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
@include export-module('excel-filter-highcontrast-icons') {
|
|
2
|
+
|
|
3
|
+
/* !component icons */
|
|
4
|
+
|
|
5
|
+
.e-icon-check::before {
|
|
6
|
+
content: '\e7ff';
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
#{&}.e-excelfilter {
|
|
10
|
+
.e-icon-filter::before {
|
|
11
|
+
content: '\e21c';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-excl-filter-icon::before {
|
|
15
|
+
content: '\e250';
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-excl-filter-icon.e-filtered::before {
|
|
19
|
+
content: '\e247';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-search-icon::before {
|
|
23
|
+
content: '\e97d';
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.e-chkcancel-icon::before {
|
|
27
|
+
content: '\e7a7';
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.e-sortascending::before {
|
|
31
|
+
content: '\e734';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-sortdescending::before {
|
|
35
|
+
content: '\e733';
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
@include export-module('excel-filter-material-dark-icons') {
|
|
2
|
+
|
|
3
|
+
/* !componenticons */
|
|
4
|
+
|
|
5
|
+
.e-icon-check::before {
|
|
6
|
+
content: '\e7ff';
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
#{&}.e-excelfilter {
|
|
10
|
+
.e-icon-filter::before {
|
|
11
|
+
content: '\e7ee';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-excl-filter-icon::before {
|
|
15
|
+
content: '\e251';
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-excl-filter-icon.e-filtered::before {
|
|
19
|
+
content: '\e248';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-search-icon::before {
|
|
23
|
+
content: '\e993';
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.e-chkcancel-icon::before {
|
|
27
|
+
content: '\e7a7';
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.e-sortascending::before {
|
|
31
|
+
content: '\e734';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-sortdescending::before {
|
|
35
|
+
content: '\e733';
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
@include export-module('excel-filter-material-icons') {
|
|
2
|
+
|
|
3
|
+
/* !component icons */
|
|
4
|
+
|
|
5
|
+
.e-icon-check::before {
|
|
6
|
+
content: '\e7ff';
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
#{&}.e-excelfilter {
|
|
10
|
+
.e-icon-filter::before {
|
|
11
|
+
content: '\e7ee';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-excl-filter-icon::before {
|
|
15
|
+
content: '\e251';
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-excl-filter-icon.e-filtered::before {
|
|
19
|
+
content: '\e248';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-search-icon::before {
|
|
23
|
+
content: '\e993';
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.e-chkcancel-icon::before {
|
|
27
|
+
content: '\e7a7';
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.e-sortascending::before {
|
|
31
|
+
content: '\e734';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-sortdescending::before {
|
|
35
|
+
content: '\e733';
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
@include export-module('excel-filter-material3-icons') {
|
|
2
|
+
|
|
3
|
+
/*! component icons */
|
|
4
|
+
|
|
5
|
+
.e-icon-check::before {
|
|
6
|
+
content: '\e774';
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
#{&}.e-excelfilter {
|
|
10
|
+
.e-icon-filter::before {
|
|
11
|
+
content: '\e7f7';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-excl-filter-icon::before {
|
|
15
|
+
content: '\e7f7';
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-excl-filter-icon.e-filtered::before {
|
|
19
|
+
content: '\e72c';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-search-icon::before {
|
|
23
|
+
content: '\e754';
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.e-ccsearch-icon::before {
|
|
27
|
+
content: '\e754';
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.e-chkcancel-icon::before {
|
|
31
|
+
content: '\e7e7';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-sortascending::before {
|
|
35
|
+
content: '\e7a3';
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.e-sortdescending::before {
|
|
39
|
+
content: '\e7b6';
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './tailwind.scss';
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
@include export-module('excel-filter-tailwind-icons') {
|
|
2
|
+
|
|
3
|
+
/*! component icons */
|
|
4
|
+
|
|
5
|
+
.e-icon-check::before {
|
|
6
|
+
content: '\e774';
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
#{&}.e-excelfilter {
|
|
10
|
+
.e-icon-filter::before {
|
|
11
|
+
content: '\e7f7';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-excl-filter-icon::before {
|
|
15
|
+
content: '\e7f7';
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-excl-filter-icon.e-filtered::before {
|
|
19
|
+
content: '\e72c';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-search-icon::before {
|
|
23
|
+
content: '\e754';
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.e-ccsearch-icon::before {
|
|
27
|
+
content: '\e754';
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.e-chkcancel-icon::before {
|
|
31
|
+
content: '\e7e7';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-sortascending::before {
|
|
35
|
+
content: '\e7a3';
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.e-sortdescending::before {
|
|
39
|
+
content: '\e7b6';
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -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);
|
|
@@ -127,7 +129,7 @@
|
|
|
127
129
|
transform: rotate(360deg);
|
|
128
130
|
}
|
|
129
131
|
}
|
|
130
|
-
|
|
132
|
+
/* !componenticons */
|
|
131
133
|
.e-icon-check::before {
|
|
132
134
|
content: "\e7ff";
|
|
133
135
|
}
|
|
@@ -163,10 +165,6 @@
|
|
|
163
165
|
padding: 18px;
|
|
164
166
|
padding-top: 4px;
|
|
165
167
|
}
|
|
166
|
-
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
167
|
-
height: 26px;
|
|
168
|
-
line-height: 26px;
|
|
169
|
-
}
|
|
170
168
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
171
169
|
height: 26px;
|
|
172
170
|
line-height: 26px;
|
|
@@ -377,7 +375,7 @@
|
|
|
377
375
|
word-break: normal;
|
|
378
376
|
}
|
|
379
377
|
.e-excelfilter .e-chk-hidden {
|
|
380
|
-
-moz-appearance: none;
|
|
378
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
381
379
|
height: 1px;
|
|
382
380
|
opacity: 0;
|
|
383
381
|
width: 1px;
|
|
@@ -1 +1,16 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/material-dark-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/material-dark-definition.scss';
|
|
3
|
+
@import 'ej2-inputs/styles/numerictextbox/material-dark-definition.scss';
|
|
4
|
+
@import 'ej2-buttons/styles/button/material-dark-definition.scss';
|
|
5
|
+
@import 'ej2-buttons/styles/radio-button/material-dark-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/check-box/material-dark-definition.scss';
|
|
7
|
+
@import 'ej2-dropdowns/styles/auto-complete/material-dark-definition.scss';
|
|
8
|
+
@import 'ej2-dropdowns/styles/drop-down-list/material-dark-definition.scss';
|
|
9
|
+
@import 'ej2-popups/styles/dialog/material-dark-definition.scss';
|
|
10
|
+
@import 'ej2-popups/styles/spinner/material-dark-definition.scss';
|
|
11
|
+
@import 'ej2-calendars/styles/datepicker/material-dark-definition.scss';
|
|
12
|
+
@import 'ej2-calendars/styles/datetimepicker/material-dark-definition.scss';
|
|
13
|
+
@import 'ej2-navigations/styles/context-menu/material-dark-definition.scss';
|
|
14
|
+
@import 'material-dark-definition.scss';
|
|
15
|
+
@import 'icons/material-dark.scss';
|
|
16
|
+
@import 'all.scss';
|
|
@@ -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);
|
|
@@ -160,7 +162,7 @@
|
|
|
160
162
|
transform: rotate(360deg);
|
|
161
163
|
}
|
|
162
164
|
}
|
|
163
|
-
|
|
165
|
+
/* !component icons */
|
|
164
166
|
.e-icon-check::before {
|
|
165
167
|
content: "\e7ff";
|
|
166
168
|
}
|
|
@@ -196,10 +198,6 @@
|
|
|
196
198
|
padding: 18px;
|
|
197
199
|
padding-top: 4px;
|
|
198
200
|
}
|
|
199
|
-
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
200
|
-
height: 26px;
|
|
201
|
-
line-height: 26px;
|
|
202
|
-
}
|
|
203
201
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
204
202
|
height: 26px;
|
|
205
203
|
line-height: 26px;
|
|
@@ -410,7 +408,7 @@
|
|
|
410
408
|
word-break: normal;
|
|
411
409
|
}
|
|
412
410
|
.e-excelfilter .e-chk-hidden {
|
|
413
|
-
-moz-appearance: none;
|
|
411
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
414
412
|
height: 1px;
|
|
415
413
|
opacity: 0;
|
|
416
414
|
width: 1px;
|
|
@@ -1 +1,16 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/material-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/material-definition.scss';
|
|
3
|
+
@import 'ej2-inputs/styles/numerictextbox/material-definition.scss';
|
|
4
|
+
@import 'ej2-buttons/styles/button/material-definition.scss';
|
|
5
|
+
@import 'ej2-buttons/styles/radio-button/material-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/check-box/material-definition.scss';
|
|
7
|
+
@import 'ej2-dropdowns/styles/auto-complete/material-definition.scss';
|
|
8
|
+
@import 'ej2-dropdowns/styles/drop-down-list/material-definition.scss';
|
|
9
|
+
@import 'ej2-popups/styles/dialog/material-definition.scss';
|
|
10
|
+
@import 'ej2-popups/styles/spinner/material-definition.scss';
|
|
11
|
+
@import 'ej2-calendars/styles/datepicker/material-definition.scss';
|
|
12
|
+
@import 'ej2-calendars/styles/datetimepicker/material-definition.scss';
|
|
13
|
+
@import 'ej2-navigations/styles/context-menu/material-definition.scss';
|
|
14
|
+
@import 'material-definition.scss';
|
|
15
|
+
@import 'icons/material.scss';
|
|
16
|
+
@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);
|
|
@@ -148,10 +150,6 @@
|
|
|
148
150
|
padding: 14px;
|
|
149
151
|
padding-top: 4px;
|
|
150
152
|
}
|
|
151
|
-
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
152
|
-
height: 26px;
|
|
153
|
-
line-height: 26px;
|
|
154
|
-
}
|
|
155
153
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
156
154
|
height: 26px;
|
|
157
155
|
line-height: 26px;
|
|
@@ -362,7 +360,7 @@
|
|
|
362
360
|
word-break: normal;
|
|
363
361
|
}
|
|
364
362
|
.e-excelfilter .e-chk-hidden {
|
|
365
|
-
-moz-appearance: none;
|
|
363
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
366
364
|
height: 1px;
|
|
367
365
|
opacity: 0;
|
|
368
366
|
width: 1px;
|