@syncfusion/ej2-angular-grids 20.2.39-ngcc → 20.2.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/public_api.mjs +3 -0
- package/esm2020/src/grid/aggregate-columns.directive.mjs +84 -0
- package/esm2020/src/grid/aggregates.directive.mjs +69 -0
- package/esm2020/src/grid/columns.directive.mjs +100 -0
- package/esm2020/src/grid/grid-all.module.mjs +98 -0
- package/esm2020/src/grid/grid.component.mjs +274 -0
- package/esm2020/src/grid/grid.module.mjs +61 -0
- package/esm2020/src/grid/stacked-column.directive.mjs +100 -0
- package/esm2020/src/index.mjs +12 -0
- package/esm2020/src/pager/pager-all.module.mjs +23 -0
- package/esm2020/src/pager/pager.component.mjs +66 -0
- package/esm2020/src/pager/pager.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-grids.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +859 -0
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +859 -0
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -0
- package/package.json +27 -13
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/aggregate-columns.directive.d.ts +5 -0
- package/src/grid/aggregates.directive.d.ts +5 -0
- package/src/grid/columns.directive.d.ts +5 -0
- package/src/grid/grid-all.module.d.ts +6 -0
- package/src/grid/grid.component.d.ts +3 -0
- package/src/grid/grid.module.d.ts +10 -0
- package/src/grid/stacked-column.directive.d.ts +5 -0
- package/src/pager/pager-all.module.d.ts +6 -0
- package/src/pager/pager.component.d.ts +3 -0
- package/src/pager/pager.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +22 -16
- package/styles/bootstrap.css +22 -16
- package/styles/bootstrap4.css +22 -16
- package/styles/bootstrap5-dark.css +23 -16
- package/styles/bootstrap5.css +23 -16
- package/styles/excel-filter/_all.scss +2 -0
- package/styles/excel-filter/_bootstrap-dark-definition.scss +59 -0
- package/styles/excel-filter/_bootstrap-definition.scss +64 -0
- package/styles/excel-filter/_bootstrap4-definition.scss +69 -0
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +1 -0
- package/styles/excel-filter/_bootstrap5-definition.scss +70 -0
- package/styles/excel-filter/_fabric-dark-definition.scss +59 -0
- package/styles/excel-filter/_fabric-definition.scss +64 -0
- package/styles/excel-filter/_fluent-dark-definition.scss +1 -0
- package/styles/excel-filter/_fluent-definition.scss +70 -0
- package/styles/excel-filter/_fusionnew-definition.scss +70 -0
- package/styles/excel-filter/_highcontrast-definition.scss +59 -0
- package/styles/excel-filter/_highcontrast-light-definition.scss +57 -0
- package/styles/excel-filter/_layout.scss +412 -0
- package/styles/excel-filter/_material-dark-definition.scss +61 -0
- package/styles/excel-filter/_material-definition.scss +62 -0
- package/styles/excel-filter/_material3-definition.scss +70 -0
- package/styles/excel-filter/_office-365-definition.scss +1 -0
- package/styles/excel-filter/_tailwind-dark-definition.scss +1 -0
- package/styles/excel-filter/_tailwind-definition.scss +69 -0
- package/styles/excel-filter/_theme.scss +28 -0
- package/styles/excel-filter/bootstrap-dark.css +3 -5
- package/styles/excel-filter/bootstrap-dark.scss +16 -1
- package/styles/excel-filter/bootstrap.css +3 -5
- package/styles/excel-filter/bootstrap.scss +16 -1
- package/styles/excel-filter/bootstrap4.css +3 -5
- package/styles/excel-filter/bootstrap4.scss +16 -1
- package/styles/excel-filter/bootstrap5-dark.css +3 -5
- package/styles/excel-filter/bootstrap5-dark.scss +16 -1
- package/styles/excel-filter/bootstrap5.css +3 -5
- package/styles/excel-filter/bootstrap5.scss +16 -1
- package/styles/excel-filter/fabric-dark.css +4 -6
- package/styles/excel-filter/fabric-dark.scss +16 -1
- package/styles/excel-filter/fabric.css +4 -6
- package/styles/excel-filter/fabric.scss +16 -1
- package/styles/excel-filter/fluent-dark.css +3 -5
- package/styles/excel-filter/fluent-dark.scss +16 -1
- package/styles/excel-filter/fluent.css +3 -5
- package/styles/excel-filter/fluent.scss +16 -1
- package/styles/excel-filter/highcontrast-light.css +4 -6
- package/styles/excel-filter/highcontrast-light.scss +16 -1
- package/styles/excel-filter/highcontrast.css +4 -6
- package/styles/excel-filter/highcontrast.scss +16 -1
- package/styles/excel-filter/icons/_bootstrap-dark.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap4.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap5-dark.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap5.scss +42 -0
- package/styles/excel-filter/icons/_fabric-dark.scss +38 -0
- package/styles/excel-filter/icons/_fabric.scss +38 -0
- package/styles/excel-filter/icons/_fluent-dark.scss +1 -0
- package/styles/excel-filter/icons/_fluent.scss +42 -0
- package/styles/excel-filter/icons/_fusionnew.scss +42 -0
- package/styles/excel-filter/icons/_highcontrast-light.scss +38 -0
- package/styles/excel-filter/icons/_highcontrast.scss +38 -0
- package/styles/excel-filter/icons/_material-dark.scss +38 -0
- package/styles/excel-filter/icons/_material.scss +38 -0
- package/styles/excel-filter/icons/_material3.scss +42 -0
- package/styles/excel-filter/icons/_tailwind-dark.scss +1 -0
- package/styles/excel-filter/icons/_tailwind.scss +42 -0
- package/styles/excel-filter/material-dark.css +4 -6
- package/styles/excel-filter/material-dark.scss +16 -1
- package/styles/excel-filter/material.css +4 -6
- package/styles/excel-filter/material.scss +16 -1
- package/styles/excel-filter/tailwind-dark.css +3 -5
- package/styles/excel-filter/tailwind-dark.scss +16 -1
- package/styles/excel-filter/tailwind.css +3 -5
- package/styles/excel-filter/tailwind.scss +16 -1
- package/styles/fabric-dark.css +24 -18
- package/styles/fabric.css +24 -18
- package/styles/fluent-dark.css +22 -16
- package/styles/fluent.css +22 -16
- package/styles/grid/_all.scss +2 -0
- package/styles/grid/_bootstrap-dark-definition.scss +596 -0
- package/styles/grid/_bootstrap-definition.scss +598 -0
- package/styles/grid/_bootstrap4-definition.scss +602 -0
- package/styles/grid/_bootstrap5-dark-definition.scss +1 -0
- package/styles/grid/_bootstrap5-definition.scss +597 -0
- package/styles/grid/_fabric-dark-definition.scss +594 -0
- package/styles/grid/_fabric-definition.scss +594 -0
- package/styles/grid/_fluent-dark-definition.scss +1 -0
- package/styles/grid/_fluent-definition.scss +589 -0
- package/styles/grid/_fusionnew-definition.scss +574 -0
- package/styles/grid/_highcontrast-definition.scss +594 -0
- package/styles/grid/_highcontrast-light-definition.scss +590 -0
- package/styles/grid/_layout.scss +4315 -0
- package/styles/grid/_material-dark-definition.scss +594 -0
- package/styles/grid/_material-definition.scss +592 -0
- package/styles/grid/_material3-definition.scss +598 -0
- package/styles/grid/_office-365-definition.scss +1 -0
- package/styles/grid/_tailwind-dark-definition.scss +1 -0
- package/styles/grid/_tailwind-definition.scss +603 -0
- package/styles/grid/_theme.scss +603 -0
- package/styles/grid/bootstrap-dark.css +19 -11
- package/styles/grid/bootstrap-dark.scss +20 -1
- package/styles/grid/bootstrap.css +19 -11
- package/styles/grid/bootstrap.scss +20 -1
- package/styles/grid/bootstrap4.css +19 -11
- package/styles/grid/bootstrap4.scss +20 -1
- package/styles/grid/bootstrap5-dark.css +20 -11
- package/styles/grid/bootstrap5-dark.scss +20 -1
- package/styles/grid/bootstrap5.css +20 -11
- package/styles/grid/bootstrap5.scss +20 -1
- package/styles/grid/fabric-dark.css +20 -12
- package/styles/grid/fabric-dark.scss +20 -1
- package/styles/grid/fabric.css +20 -12
- package/styles/grid/fabric.scss +20 -1
- package/styles/grid/fluent-dark.css +19 -11
- package/styles/grid/fluent-dark.scss +20 -1
- package/styles/grid/fluent.css +19 -11
- package/styles/grid/fluent.scss +20 -1
- package/styles/grid/highcontrast-light.css +20 -12
- package/styles/grid/highcontrast-light.scss +20 -1
- package/styles/grid/highcontrast.css +20 -12
- package/styles/grid/highcontrast.scss +20 -1
- package/styles/grid/icons/_bootstrap-dark.scss +226 -0
- package/styles/grid/icons/_bootstrap.scss +226 -0
- package/styles/grid/icons/_bootstrap4.scss +225 -0
- package/styles/grid/icons/_bootstrap5-dark.scss +1 -0
- package/styles/grid/icons/_bootstrap5.scss +246 -0
- package/styles/grid/icons/_fabric-dark.scss +225 -0
- package/styles/grid/icons/_fabric.scss +225 -0
- package/styles/grid/icons/_fluent-dark.scss +1 -0
- package/styles/grid/icons/_fluent.scss +246 -0
- package/styles/grid/icons/_fusionnew.scss +246 -0
- package/styles/grid/icons/_highcontrast-light.scss +225 -0
- package/styles/grid/icons/_highcontrast.scss +225 -0
- package/styles/grid/icons/_material-dark.scss +225 -0
- package/styles/grid/icons/_material.scss +225 -0
- package/styles/grid/icons/_material3.scss +246 -0
- package/styles/grid/icons/_tailwind-dark.scss +1 -0
- package/styles/grid/icons/_tailwind.scss +246 -0
- package/styles/grid/material-dark.css +20 -12
- package/styles/grid/material-dark.scss +20 -1
- package/styles/grid/material.css +20 -12
- package/styles/grid/material.scss +20 -1
- package/styles/grid/tailwind-dark.css +19 -11
- package/styles/grid/tailwind-dark.scss +20 -1
- package/styles/grid/tailwind.css +19 -11
- package/styles/grid/tailwind.scss +20 -1
- package/styles/highcontrast-light.css +24 -18
- package/styles/highcontrast.css +24 -18
- package/styles/material-dark.css +24 -18
- package/styles/material.css +24 -18
- package/styles/tailwind-dark.css +22 -16
- package/styles/tailwind.css +22 -16
- package/syncfusion-ej2-angular-grids.d.ts +5 -0
- package/@syncfusion/ej2-angular-grids.es5.js +0 -988
- package/@syncfusion/ej2-angular-grids.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-grids.js +0 -927
- package/@syncfusion/ej2-angular-grids.js.map +0 -1
- package/CHANGELOG.md +0 -2649
- package/dist/ej2-angular-grids.umd.js +0 -1578
- package/dist/ej2-angular-grids.umd.js.map +0 -1
- package/dist/ej2-angular-grids.umd.min.js +0 -11
- package/dist/ej2-angular-grids.umd.min.js.map +0 -1
- package/ej2-angular-grids.d.ts +0 -6
- package/ej2-angular-grids.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -20
- package/schematics/generators/grid-default/index.d.ts +0 -3
- package/schematics/generators/grid-default/index.js +0 -8
- package/schematics/generators/grid-default/sample-details.d.ts +0 -5
- package/schematics/generators/grid-default/sample-details.js +0 -7
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/grid-default/schema.d.ts +0 -3
- package/schematics/generators/grid-default/schema.js +0 -2
- package/schematics/generators/grid-default/schema.json +0 -125
- package/schematics/generators/grid-feature/index.d.ts +0 -3
- package/schematics/generators/grid-feature/index.js +0 -8
- package/schematics/generators/grid-feature/sample-details.d.ts +0 -5
- package/schematics/generators/grid-feature/sample-details.js +0 -7
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/grid-feature/schema.d.ts +0 -3
- package/schematics/generators/grid-feature/schema.js +0 -2
- package/schematics/generators/grid-feature/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -1 +1,16 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fluent-dark-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/fluent-dark-definition.scss';
|
|
3
|
+
@import 'ej2-inputs/styles/numerictextbox/fluent-dark-definition.scss';
|
|
4
|
+
@import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
|
|
5
|
+
@import 'ej2-buttons/styles/radio-button/fluent-dark-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/check-box/fluent-dark-definition.scss';
|
|
7
|
+
@import 'ej2-dropdowns/styles/auto-complete/fluent-dark-definition.scss';
|
|
8
|
+
@import 'ej2-dropdowns/styles/drop-down-list/fluent-dark-definition.scss';
|
|
9
|
+
@import 'ej2-popups/styles/dialog/fluent-dark-definition.scss';
|
|
10
|
+
@import 'ej2-popups/styles/spinner/fluent-dark-definition.scss';
|
|
11
|
+
@import 'ej2-calendars/styles/datepicker/fluent-dark-definition.scss';
|
|
12
|
+
@import 'ej2-calendars/styles/datetimepicker/fluent-dark-definition.scss';
|
|
13
|
+
@import 'ej2-navigations/styles/context-menu/fluent-dark-definition.scss';
|
|
14
|
+
@import 'fluent-dark-definition.scss';
|
|
15
|
+
@import 'icons/fluent-dark.scss';
|
|
16
|
+
@import 'all.scss';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: none;
|
|
@@ -124,6 +125,7 @@
|
|
|
124
125
|
min-height: 34px;
|
|
125
126
|
}
|
|
126
127
|
|
|
128
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
127
129
|
@keyframes material-spinner-rotate {
|
|
128
130
|
0% {
|
|
129
131
|
transform: rotate(0);
|
|
@@ -179,10 +181,6 @@
|
|
|
179
181
|
padding: 14px;
|
|
180
182
|
padding-top: 4px;
|
|
181
183
|
}
|
|
182
|
-
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
183
|
-
height: 26px;
|
|
184
|
-
line-height: 26px;
|
|
185
|
-
}
|
|
186
184
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
187
185
|
height: 26px;
|
|
188
186
|
line-height: 26px;
|
|
@@ -393,7 +391,7 @@
|
|
|
393
391
|
word-break: normal;
|
|
394
392
|
}
|
|
395
393
|
.e-excelfilter .e-chk-hidden {
|
|
396
|
-
-moz-appearance: none;
|
|
394
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
397
395
|
height: 1px;
|
|
398
396
|
opacity: 0;
|
|
399
397
|
width: 1px;
|
|
@@ -1 +1,16 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fluent-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/fluent-definition.scss';
|
|
3
|
+
@import 'ej2-inputs/styles/numerictextbox/fluent-definition.scss';
|
|
4
|
+
@import 'ej2-buttons/styles/button/fluent-definition.scss';
|
|
5
|
+
@import 'ej2-buttons/styles/radio-button/fluent-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/check-box/fluent-definition.scss';
|
|
7
|
+
@import 'ej2-dropdowns/styles/auto-complete/fluent-definition.scss';
|
|
8
|
+
@import 'ej2-dropdowns/styles/drop-down-list/fluent-definition.scss';
|
|
9
|
+
@import 'ej2-popups/styles/dialog/fluent-definition.scss';
|
|
10
|
+
@import 'ej2-popups/styles/spinner/fluent-definition.scss';
|
|
11
|
+
@import 'ej2-calendars/styles/datepicker/fluent-definition.scss';
|
|
12
|
+
@import 'ej2-calendars/styles/datetimepicker/fluent-definition.scss';
|
|
13
|
+
@import 'ej2-navigations/styles/context-menu/fluent-definition.scss';
|
|
14
|
+
@import 'fluent-definition.scss';
|
|
15
|
+
@import 'icons/fluent.scss';
|
|
16
|
+
@import 'all.scss';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
2
3
|
height: 36px;
|
|
3
4
|
}
|
|
@@ -76,6 +77,7 @@
|
|
|
76
77
|
height: 34px;
|
|
77
78
|
}
|
|
78
79
|
|
|
80
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
79
81
|
@keyframes material-spinner-rotate {
|
|
80
82
|
0% {
|
|
81
83
|
transform: rotate(0);
|
|
@@ -92,7 +94,7 @@
|
|
|
92
94
|
transform: rotate(360deg);
|
|
93
95
|
}
|
|
94
96
|
}
|
|
95
|
-
|
|
97
|
+
/* !component icons */
|
|
96
98
|
.e-icon-check::before {
|
|
97
99
|
content: "\e7ff";
|
|
98
100
|
}
|
|
@@ -128,10 +130,6 @@
|
|
|
128
130
|
padding: 28px 25px 10px;
|
|
129
131
|
padding-top: 4px;
|
|
130
132
|
}
|
|
131
|
-
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
132
|
-
height: 26px;
|
|
133
|
-
line-height: 26px;
|
|
134
|
-
}
|
|
135
133
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
136
134
|
height: 26px;
|
|
137
135
|
line-height: 26px;
|
|
@@ -342,7 +340,7 @@
|
|
|
342
340
|
word-break: normal;
|
|
343
341
|
}
|
|
344
342
|
.e-excelfilter .e-chk-hidden {
|
|
345
|
-
-moz-appearance: none;
|
|
343
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
346
344
|
height: 1px;
|
|
347
345
|
opacity: 0;
|
|
348
346
|
width: 1px;
|
|
@@ -1 +1,16 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/highcontrast-light-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/highcontrast-light-definition.scss';
|
|
3
|
+
@import 'ej2-inputs/styles/numerictextbox/highcontrast-light-definition.scss';
|
|
4
|
+
@import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
|
|
5
|
+
@import 'ej2-buttons/styles/radio-button/highcontrast-light-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/check-box/highcontrast-light-definition.scss';
|
|
7
|
+
@import 'ej2-dropdowns/styles/auto-complete/highcontrast-light-definition.scss';
|
|
8
|
+
@import 'ej2-dropdowns/styles/drop-down-list/highcontrast-light-definition.scss';
|
|
9
|
+
@import 'ej2-popups/styles/dialog/highcontrast-light-definition.scss';
|
|
10
|
+
@import 'ej2-popups/styles/spinner/highcontrast-light-definition.scss';
|
|
11
|
+
@import 'ej2-calendars/styles/datepicker/highcontrast-light-definition.scss';
|
|
12
|
+
@import 'ej2-calendars/styles/datetimepicker/highcontrast-light-definition.scss';
|
|
13
|
+
@import 'ej2-navigations/styles/context-menu/highcontrast-light-definition.scss';
|
|
14
|
+
@import 'highcontrast-light-definition.scss';
|
|
15
|
+
@import 'icons/highcontrast-light.scss';
|
|
16
|
+
@import 'all.scss';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
2
3
|
height: 36px;
|
|
3
4
|
}
|
|
@@ -76,6 +77,7 @@
|
|
|
76
77
|
height: 34px;
|
|
77
78
|
}
|
|
78
79
|
|
|
80
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
79
81
|
@keyframes material-spinner-rotate {
|
|
80
82
|
0% {
|
|
81
83
|
transform: rotate(0);
|
|
@@ -92,7 +94,7 @@
|
|
|
92
94
|
transform: rotate(360deg);
|
|
93
95
|
}
|
|
94
96
|
}
|
|
95
|
-
|
|
97
|
+
/* !component icons */
|
|
96
98
|
.e-icon-check::before {
|
|
97
99
|
content: "\e7ff";
|
|
98
100
|
}
|
|
@@ -128,10 +130,6 @@
|
|
|
128
130
|
padding: 28px 25px 10px;
|
|
129
131
|
padding-top: 4px;
|
|
130
132
|
}
|
|
131
|
-
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
132
|
-
height: 26px;
|
|
133
|
-
line-height: 26px;
|
|
134
|
-
}
|
|
135
133
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
136
134
|
height: 26px;
|
|
137
135
|
line-height: 26px;
|
|
@@ -342,7 +340,7 @@
|
|
|
342
340
|
word-break: normal;
|
|
343
341
|
}
|
|
344
342
|
.e-excelfilter .e-chk-hidden {
|
|
345
|
-
-moz-appearance: none;
|
|
343
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
346
344
|
height: 1px;
|
|
347
345
|
opacity: 0;
|
|
348
346
|
width: 1px;
|
|
@@ -1 +1,16 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/highcontrast-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/highcontrast-definition.scss';
|
|
3
|
+
@import 'ej2-inputs/styles/numerictextbox/highcontrast-definition.scss';
|
|
4
|
+
@import 'ej2-buttons/styles/button/highcontrast-definition.scss';
|
|
5
|
+
@import 'ej2-buttons/styles/radio-button/highcontrast-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/check-box/highcontrast-definition.scss';
|
|
7
|
+
@import 'ej2-dropdowns/styles/auto-complete/highcontrast-definition.scss';
|
|
8
|
+
@import 'ej2-dropdowns/styles/drop-down-list/highcontrast-definition.scss';
|
|
9
|
+
@import 'ej2-popups/styles/dialog/highcontrast-definition.scss';
|
|
10
|
+
@import 'ej2-popups/styles/spinner/highcontrast-definition.scss';
|
|
11
|
+
@import 'ej2-calendars/styles/datepicker/highcontrast-definition.scss';
|
|
12
|
+
@import 'ej2-calendars/styles/datetimepicker/highcontrast-definition.scss';
|
|
13
|
+
@import 'ej2-navigations/styles/context-menu/highcontrast-definition.scss';
|
|
14
|
+
@import 'highcontrast-definition.scss';
|
|
15
|
+
@import 'icons/highcontrast.scss';
|
|
16
|
+
@import 'all.scss';
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
@include export-module('excel-filter-bootstrap-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: '\e946';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-excl-filter-icon::before {
|
|
15
|
+
content: '\e249';
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-excl-filter-icon.e-filtered::before {
|
|
19
|
+
content: '\e246';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-chkcancel-icon::before {
|
|
23
|
+
content: '\e7a7';
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.e-search-icon::before {
|
|
27
|
+
content: '\e961';
|
|
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-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
|
+
}
|