@syncfusion/ej2-angular-grids 20.2.39 → 20.2.40-ngcc
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/@syncfusion/ej2-angular-grids.es5.js +988 -0
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-grids.js +927 -0
- package/@syncfusion/ej2-angular-grids.js.map +1 -0
- package/CHANGELOG.md +2658 -0
- package/dist/ej2-angular-grids.umd.js +1580 -0
- package/dist/ej2-angular-grids.umd.js.map +1 -0
- package/dist/ej2-angular-grids.umd.min.js +11 -0
- package/dist/ej2-angular-grids.umd.min.js.map +1 -0
- package/ej2-angular-grids.d.ts +6 -0
- package/ej2-angular-grids.metadata.json +1 -0
- package/package.json +14 -28
- package/postinstall/tagchange.js +18 -0
- 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/aggregate-columns.directive.d.ts +0 -5
- package/src/grid/aggregates.directive.d.ts +0 -5
- package/src/grid/columns.directive.d.ts +0 -5
- package/src/grid/grid-all.module.d.ts +0 -6
- package/src/grid/grid.component.d.ts +0 -3
- package/src/grid/grid.module.d.ts +0 -10
- package/src/grid/stacked-column.directive.d.ts +0 -5
- package/src/pager/pager-all.module.d.ts +0 -6
- package/src/pager/pager.component.d.ts +0 -3
- package/src/pager/pager.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +16 -22
- package/styles/bootstrap.css +16 -22
- package/styles/bootstrap4.css +16 -22
- package/styles/bootstrap5-dark.css +16 -23
- package/styles/bootstrap5.css +16 -23
- package/styles/excel-filter/bootstrap-dark.css +5 -3
- package/styles/excel-filter/bootstrap-dark.scss +1 -16
- package/styles/excel-filter/bootstrap.css +5 -3
- package/styles/excel-filter/bootstrap.scss +1 -16
- package/styles/excel-filter/bootstrap4.css +5 -3
- package/styles/excel-filter/bootstrap4.scss +1 -16
- package/styles/excel-filter/bootstrap5-dark.css +5 -3
- package/styles/excel-filter/bootstrap5-dark.scss +1 -16
- package/styles/excel-filter/bootstrap5.css +5 -3
- package/styles/excel-filter/bootstrap5.scss +1 -16
- package/styles/excel-filter/fabric-dark.css +6 -4
- package/styles/excel-filter/fabric-dark.scss +1 -16
- package/styles/excel-filter/fabric.css +6 -4
- package/styles/excel-filter/fabric.scss +1 -16
- package/styles/excel-filter/fluent-dark.css +5 -3
- package/styles/excel-filter/fluent-dark.scss +1 -16
- package/styles/excel-filter/fluent.css +5 -3
- package/styles/excel-filter/fluent.scss +1 -16
- package/styles/excel-filter/highcontrast-light.css +6 -4
- package/styles/excel-filter/highcontrast-light.scss +1 -16
- package/styles/excel-filter/highcontrast.css +6 -4
- package/styles/excel-filter/highcontrast.scss +1 -16
- package/styles/excel-filter/material-dark.css +6 -4
- package/styles/excel-filter/material-dark.scss +1 -16
- package/styles/excel-filter/material.css +6 -4
- package/styles/excel-filter/material.scss +1 -16
- package/styles/excel-filter/tailwind-dark.css +5 -3
- package/styles/excel-filter/tailwind-dark.scss +1 -16
- package/styles/excel-filter/tailwind.css +5 -3
- package/styles/excel-filter/tailwind.scss +1 -16
- package/styles/fabric-dark.css +18 -24
- package/styles/fabric.css +18 -24
- package/styles/fluent-dark.css +16 -22
- package/styles/fluent.css +16 -22
- package/styles/grid/bootstrap-dark.css +11 -19
- package/styles/grid/bootstrap-dark.scss +1 -20
- package/styles/grid/bootstrap.css +11 -19
- package/styles/grid/bootstrap.scss +1 -20
- package/styles/grid/bootstrap4.css +11 -19
- package/styles/grid/bootstrap4.scss +1 -20
- package/styles/grid/bootstrap5-dark.css +11 -20
- package/styles/grid/bootstrap5-dark.scss +1 -20
- package/styles/grid/bootstrap5.css +11 -20
- package/styles/grid/bootstrap5.scss +1 -20
- package/styles/grid/fabric-dark.css +12 -20
- package/styles/grid/fabric-dark.scss +1 -20
- package/styles/grid/fabric.css +12 -20
- package/styles/grid/fabric.scss +1 -20
- package/styles/grid/fluent-dark.css +11 -19
- package/styles/grid/fluent-dark.scss +1 -20
- package/styles/grid/fluent.css +11 -19
- package/styles/grid/fluent.scss +1 -20
- package/styles/grid/highcontrast-light.css +12 -20
- package/styles/grid/highcontrast-light.scss +1 -20
- package/styles/grid/highcontrast.css +12 -20
- package/styles/grid/highcontrast.scss +1 -20
- package/styles/grid/material-dark.css +12 -20
- package/styles/grid/material-dark.scss +1 -20
- package/styles/grid/material.css +12 -20
- package/styles/grid/material.scss +1 -20
- package/styles/grid/tailwind-dark.css +11 -19
- package/styles/grid/tailwind-dark.scss +1 -20
- package/styles/grid/tailwind.css +11 -19
- package/styles/grid/tailwind.scss +1 -20
- package/styles/highcontrast-light.css +18 -24
- package/styles/highcontrast.css +18 -24
- package/styles/material-dark.css +18 -24
- package/styles/material.css +18 -24
- package/styles/tailwind-dark.css +16 -22
- package/styles/tailwind.css +16 -22
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/grid/aggregate-columns.directive.mjs +0 -84
- package/esm2020/src/grid/aggregates.directive.mjs +0 -69
- package/esm2020/src/grid/columns.directive.mjs +0 -100
- package/esm2020/src/grid/grid-all.module.mjs +0 -98
- package/esm2020/src/grid/grid.component.mjs +0 -274
- package/esm2020/src/grid/grid.module.mjs +0 -61
- package/esm2020/src/grid/stacked-column.directive.mjs +0 -100
- package/esm2020/src/index.mjs +0 -12
- package/esm2020/src/pager/pager-all.module.mjs +0 -23
- package/esm2020/src/pager/pager.component.mjs +0 -66
- package/esm2020/src/pager/pager.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-grids.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +0 -859
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +0 -859
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/styles/excel-filter/_all.scss +0 -2
- package/styles/excel-filter/_bootstrap-dark-definition.scss +0 -59
- package/styles/excel-filter/_bootstrap-definition.scss +0 -64
- package/styles/excel-filter/_bootstrap4-definition.scss +0 -69
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +0 -1
- package/styles/excel-filter/_bootstrap5-definition.scss +0 -70
- package/styles/excel-filter/_fabric-dark-definition.scss +0 -59
- package/styles/excel-filter/_fabric-definition.scss +0 -64
- package/styles/excel-filter/_fluent-dark-definition.scss +0 -1
- package/styles/excel-filter/_fluent-definition.scss +0 -70
- package/styles/excel-filter/_fusionnew-definition.scss +0 -70
- package/styles/excel-filter/_highcontrast-definition.scss +0 -59
- package/styles/excel-filter/_highcontrast-light-definition.scss +0 -57
- package/styles/excel-filter/_layout.scss +0 -412
- package/styles/excel-filter/_material-dark-definition.scss +0 -61
- package/styles/excel-filter/_material-definition.scss +0 -62
- package/styles/excel-filter/_material3-definition.scss +0 -70
- package/styles/excel-filter/_office-365-definition.scss +0 -1
- package/styles/excel-filter/_tailwind-dark-definition.scss +0 -1
- package/styles/excel-filter/_tailwind-definition.scss +0 -69
- package/styles/excel-filter/_theme.scss +0 -28
- package/styles/excel-filter/icons/_bootstrap-dark.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap4.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap5-dark.scss +0 -1
- package/styles/excel-filter/icons/_bootstrap5.scss +0 -42
- package/styles/excel-filter/icons/_fabric-dark.scss +0 -38
- package/styles/excel-filter/icons/_fabric.scss +0 -38
- package/styles/excel-filter/icons/_fluent-dark.scss +0 -1
- package/styles/excel-filter/icons/_fluent.scss +0 -42
- package/styles/excel-filter/icons/_fusionnew.scss +0 -42
- package/styles/excel-filter/icons/_highcontrast-light.scss +0 -38
- package/styles/excel-filter/icons/_highcontrast.scss +0 -38
- package/styles/excel-filter/icons/_material-dark.scss +0 -38
- package/styles/excel-filter/icons/_material.scss +0 -38
- package/styles/excel-filter/icons/_material3.scss +0 -42
- package/styles/excel-filter/icons/_tailwind-dark.scss +0 -1
- package/styles/excel-filter/icons/_tailwind.scss +0 -42
- package/styles/grid/_all.scss +0 -2
- package/styles/grid/_bootstrap-dark-definition.scss +0 -596
- package/styles/grid/_bootstrap-definition.scss +0 -598
- package/styles/grid/_bootstrap4-definition.scss +0 -602
- package/styles/grid/_bootstrap5-dark-definition.scss +0 -1
- package/styles/grid/_bootstrap5-definition.scss +0 -597
- package/styles/grid/_fabric-dark-definition.scss +0 -594
- package/styles/grid/_fabric-definition.scss +0 -594
- package/styles/grid/_fluent-dark-definition.scss +0 -1
- package/styles/grid/_fluent-definition.scss +0 -589
- package/styles/grid/_fusionnew-definition.scss +0 -574
- package/styles/grid/_highcontrast-definition.scss +0 -594
- package/styles/grid/_highcontrast-light-definition.scss +0 -590
- package/styles/grid/_layout.scss +0 -4315
- package/styles/grid/_material-dark-definition.scss +0 -594
- package/styles/grid/_material-definition.scss +0 -592
- package/styles/grid/_material3-definition.scss +0 -598
- package/styles/grid/_office-365-definition.scss +0 -1
- package/styles/grid/_tailwind-dark-definition.scss +0 -1
- package/styles/grid/_tailwind-definition.scss +0 -603
- package/styles/grid/_theme.scss +0 -603
- package/styles/grid/icons/_bootstrap-dark.scss +0 -226
- package/styles/grid/icons/_bootstrap.scss +0 -226
- package/styles/grid/icons/_bootstrap4.scss +0 -225
- package/styles/grid/icons/_bootstrap5-dark.scss +0 -1
- package/styles/grid/icons/_bootstrap5.scss +0 -246
- package/styles/grid/icons/_fabric-dark.scss +0 -225
- package/styles/grid/icons/_fabric.scss +0 -225
- package/styles/grid/icons/_fluent-dark.scss +0 -1
- package/styles/grid/icons/_fluent.scss +0 -246
- package/styles/grid/icons/_fusionnew.scss +0 -246
- package/styles/grid/icons/_highcontrast-light.scss +0 -225
- package/styles/grid/icons/_highcontrast.scss +0 -225
- package/styles/grid/icons/_material-dark.scss +0 -225
- package/styles/grid/icons/_material.scss +0 -225
- package/styles/grid/icons/_material3.scss +0 -246
- package/styles/grid/icons/_tailwind-dark.scss +0 -1
- package/styles/grid/icons/_tailwind.scss +0 -246
- package/syncfusion-ej2-angular-grids.d.ts +0 -5
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
3
2
|
height: 36px;
|
|
4
3
|
}
|
|
@@ -77,7 +76,6 @@
|
|
|
77
76
|
height: 34px;
|
|
78
77
|
}
|
|
79
78
|
|
|
80
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
81
79
|
@keyframes material-spinner-rotate {
|
|
82
80
|
0% {
|
|
83
81
|
transform: rotate(0);
|
|
@@ -94,7 +92,7 @@
|
|
|
94
92
|
transform: rotate(360deg);
|
|
95
93
|
}
|
|
96
94
|
}
|
|
97
|
-
|
|
95
|
+
/*!component icons*/
|
|
98
96
|
.e-icon-check::before {
|
|
99
97
|
content: "\e7ff";
|
|
100
98
|
}
|
|
@@ -130,6 +128,10 @@
|
|
|
130
128
|
padding: 28px 25px 10px;
|
|
131
129
|
padding-top: 4px;
|
|
132
130
|
}
|
|
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
|
+
}
|
|
133
135
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
134
136
|
height: 26px;
|
|
135
137
|
line-height: 26px;
|
|
@@ -340,7 +342,7 @@
|
|
|
340
342
|
word-break: normal;
|
|
341
343
|
}
|
|
342
344
|
.e-excelfilter .e-chk-hidden {
|
|
343
|
-
-moz-appearance: none;
|
|
345
|
+
-moz-appearance: none;
|
|
344
346
|
height: 1px;
|
|
345
347
|
opacity: 0;
|
|
346
348
|
width: 1px;
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
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
|
+
@import 'ej2-grids/styles/excel-filter/highcontrast-light.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
3
2
|
height: 36px;
|
|
4
3
|
}
|
|
@@ -77,7 +76,6 @@
|
|
|
77
76
|
height: 34px;
|
|
78
77
|
}
|
|
79
78
|
|
|
80
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
81
79
|
@keyframes material-spinner-rotate {
|
|
82
80
|
0% {
|
|
83
81
|
transform: rotate(0);
|
|
@@ -94,7 +92,7 @@
|
|
|
94
92
|
transform: rotate(360deg);
|
|
95
93
|
}
|
|
96
94
|
}
|
|
97
|
-
|
|
95
|
+
/*!component icons*/
|
|
98
96
|
.e-icon-check::before {
|
|
99
97
|
content: "\e7ff";
|
|
100
98
|
}
|
|
@@ -130,6 +128,10 @@
|
|
|
130
128
|
padding: 28px 25px 10px;
|
|
131
129
|
padding-top: 4px;
|
|
132
130
|
}
|
|
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
|
+
}
|
|
133
135
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
134
136
|
height: 26px;
|
|
135
137
|
line-height: 26px;
|
|
@@ -340,7 +342,7 @@
|
|
|
340
342
|
word-break: normal;
|
|
341
343
|
}
|
|
342
344
|
.e-excelfilter .e-chk-hidden {
|
|
343
|
-
-moz-appearance: none;
|
|
345
|
+
-moz-appearance: none;
|
|
344
346
|
height: 1px;
|
|
345
347
|
opacity: 0;
|
|
346
348
|
width: 1px;
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
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';
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/highcontrast.scss';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
@keyframes e-input-ripple {
|
|
4
3
|
100% {
|
|
5
4
|
opacity: 0;
|
|
@@ -112,7 +111,6 @@
|
|
|
112
111
|
padding: 5px 5px 5px 12px;
|
|
113
112
|
}
|
|
114
113
|
|
|
115
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
116
114
|
@keyframes material-spinner-rotate {
|
|
117
115
|
0% {
|
|
118
116
|
transform: rotate(0deg);
|
|
@@ -129,7 +127,7 @@
|
|
|
129
127
|
transform: rotate(360deg);
|
|
130
128
|
}
|
|
131
129
|
}
|
|
132
|
-
|
|
130
|
+
/*!componenticons*/
|
|
133
131
|
.e-icon-check::before {
|
|
134
132
|
content: "\e7ff";
|
|
135
133
|
}
|
|
@@ -165,6 +163,10 @@
|
|
|
165
163
|
padding: 18px;
|
|
166
164
|
padding-top: 4px;
|
|
167
165
|
}
|
|
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
|
+
}
|
|
168
170
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
169
171
|
height: 26px;
|
|
170
172
|
line-height: 26px;
|
|
@@ -375,7 +377,7 @@
|
|
|
375
377
|
word-break: normal;
|
|
376
378
|
}
|
|
377
379
|
.e-excelfilter .e-chk-hidden {
|
|
378
|
-
-moz-appearance: none;
|
|
380
|
+
-moz-appearance: none;
|
|
379
381
|
height: 1px;
|
|
380
382
|
opacity: 0;
|
|
381
383
|
width: 1px;
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
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
|
+
@import 'ej2-grids/styles/excel-filter/material-dark.scss';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
@keyframes e-input-ripple {
|
|
4
3
|
100% {
|
|
5
4
|
opacity: 0;
|
|
@@ -145,7 +144,6 @@
|
|
|
145
144
|
padding: 4px 8px;
|
|
146
145
|
}
|
|
147
146
|
|
|
148
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
149
147
|
@keyframes material-spinner-rotate {
|
|
150
148
|
0% {
|
|
151
149
|
transform: rotate(0deg);
|
|
@@ -162,7 +160,7 @@
|
|
|
162
160
|
transform: rotate(360deg);
|
|
163
161
|
}
|
|
164
162
|
}
|
|
165
|
-
|
|
163
|
+
/*!component icons*/
|
|
166
164
|
.e-icon-check::before {
|
|
167
165
|
content: "\e7ff";
|
|
168
166
|
}
|
|
@@ -198,6 +196,10 @@
|
|
|
198
196
|
padding: 18px;
|
|
199
197
|
padding-top: 4px;
|
|
200
198
|
}
|
|
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
|
+
}
|
|
201
203
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
202
204
|
height: 26px;
|
|
203
205
|
line-height: 26px;
|
|
@@ -408,7 +410,7 @@
|
|
|
408
410
|
word-break: normal;
|
|
409
411
|
}
|
|
410
412
|
.e-excelfilter .e-chk-hidden {
|
|
411
|
-
-moz-appearance: none;
|
|
413
|
+
-moz-appearance: none;
|
|
412
414
|
height: 1px;
|
|
413
415
|
opacity: 0;
|
|
414
416
|
width: 1px;
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
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
|
+
@import 'ej2-grids/styles/excel-filter/material.scss';
|
|
@@ -1,5 +1,4 @@
|
|
|
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 */
|
|
3
2
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
4
3
|
transform: rotate(0deg);
|
|
5
4
|
transition: transform 300ms ease;
|
|
@@ -94,7 +93,6 @@
|
|
|
94
93
|
padding: 4px 8px;
|
|
95
94
|
}
|
|
96
95
|
|
|
97
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
98
96
|
@keyframes material-spinner-rotate {
|
|
99
97
|
0% {
|
|
100
98
|
transform: rotate(0);
|
|
@@ -150,6 +148,10 @@
|
|
|
150
148
|
padding: 14px;
|
|
151
149
|
padding-top: 4px;
|
|
152
150
|
}
|
|
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
|
+
}
|
|
153
155
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
154
156
|
height: 26px;
|
|
155
157
|
line-height: 26px;
|
|
@@ -360,7 +362,7 @@
|
|
|
360
362
|
word-break: normal;
|
|
361
363
|
}
|
|
362
364
|
.e-excelfilter .e-chk-hidden {
|
|
363
|
-
-moz-appearance: none;
|
|
365
|
+
-moz-appearance: none;
|
|
364
366
|
height: 1px;
|
|
365
367
|
opacity: 0;
|
|
366
368
|
width: 1px;
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/tailwind-dark-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/numerictextbox/tailwind-dark-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/tailwind-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/check-box/tailwind-dark-definition.scss';
|
|
7
|
-
@import 'ej2-dropdowns/styles/auto-complete/tailwind-dark-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-dark-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/tailwind-dark-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/spinner/tailwind-dark-definition.scss';
|
|
11
|
-
@import 'ej2-calendars/styles/datepicker/tailwind-dark-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datetimepicker/tailwind-dark-definition.scss';
|
|
13
|
-
@import 'ej2-navigations/styles/context-menu/tailwind-dark-definition.scss';
|
|
14
|
-
@import 'tailwind-dark-definition.scss';
|
|
15
|
-
@import 'icons/tailwind-dark.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/tailwind-dark.scss';
|
|
@@ -1,5 +1,4 @@
|
|
|
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 */
|
|
3
2
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
4
3
|
transform: rotate(0deg);
|
|
5
4
|
transition: transform 300ms ease;
|
|
@@ -94,7 +93,6 @@
|
|
|
94
93
|
padding: 4px 8px;
|
|
95
94
|
}
|
|
96
95
|
|
|
97
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
98
96
|
@keyframes material-spinner-rotate {
|
|
99
97
|
0% {
|
|
100
98
|
transform: rotate(0);
|
|
@@ -150,6 +148,10 @@
|
|
|
150
148
|
padding: 14px;
|
|
151
149
|
padding-top: 4px;
|
|
152
150
|
}
|
|
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
|
+
}
|
|
153
155
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
154
156
|
height: 26px;
|
|
155
157
|
line-height: 26px;
|
|
@@ -360,7 +362,7 @@
|
|
|
360
362
|
word-break: normal;
|
|
361
363
|
}
|
|
362
364
|
.e-excelfilter .e-chk-hidden {
|
|
363
|
-
-moz-appearance: none;
|
|
365
|
+
-moz-appearance: none;
|
|
364
366
|
height: 1px;
|
|
365
367
|
opacity: 0;
|
|
366
368
|
width: 1px;
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/tailwind-definition.scss';
|
|
3
|
-
@import 'ej2-inputs/styles/numerictextbox/tailwind-definition.scss';
|
|
4
|
-
@import 'ej2-buttons/styles/button/tailwind-definition.scss';
|
|
5
|
-
@import 'ej2-buttons/styles/radio-button/tailwind-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/check-box/tailwind-definition.scss';
|
|
7
|
-
@import 'ej2-dropdowns/styles/auto-complete/tailwind-definition.scss';
|
|
8
|
-
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/tailwind-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/spinner/tailwind-definition.scss';
|
|
11
|
-
@import 'ej2-calendars/styles/datepicker/tailwind-definition.scss';
|
|
12
|
-
@import 'ej2-calendars/styles/datetimepicker/tailwind-definition.scss';
|
|
13
|
-
@import 'ej2-navigations/styles/context-menu/tailwind-definition.scss';
|
|
14
|
-
@import 'tailwind-definition.scss';
|
|
15
|
-
@import 'icons/tailwind.scss';
|
|
16
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/excel-filter/tailwind.scss';
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-ddl.e-popup {
|
|
3
2
|
border: 0;
|
|
4
3
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -80,7 +79,6 @@
|
|
|
80
79
|
height: 34px;
|
|
81
80
|
}
|
|
82
81
|
|
|
83
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
84
82
|
@keyframes material-spinner-rotate {
|
|
85
83
|
0% {
|
|
86
84
|
transform: rotate(0);
|
|
@@ -97,7 +95,7 @@
|
|
|
97
95
|
transform: rotate(360deg);
|
|
98
96
|
}
|
|
99
97
|
}
|
|
100
|
-
|
|
98
|
+
/*!component icons*/
|
|
101
99
|
.e-icon-check::before {
|
|
102
100
|
content: "\e7ff";
|
|
103
101
|
}
|
|
@@ -133,6 +131,10 @@
|
|
|
133
131
|
padding: 28px 25px 10px;
|
|
134
132
|
padding-top: 4px;
|
|
135
133
|
}
|
|
134
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
135
|
+
height: 26px;
|
|
136
|
+
line-height: 26px;
|
|
137
|
+
}
|
|
136
138
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
137
139
|
height: 26px;
|
|
138
140
|
line-height: 26px;
|
|
@@ -343,7 +345,7 @@
|
|
|
343
345
|
word-break: normal;
|
|
344
346
|
}
|
|
345
347
|
.e-excelfilter .e-chk-hidden {
|
|
346
|
-
-moz-appearance: none;
|
|
348
|
+
-moz-appearance: none;
|
|
347
349
|
height: 1px;
|
|
348
350
|
opacity: 0;
|
|
349
351
|
width: 1px;
|
|
@@ -487,8 +489,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
487
489
|
border-color: #0074cc;
|
|
488
490
|
}
|
|
489
491
|
|
|
490
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
491
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
492
492
|
@keyframes material-spinner-rotate {
|
|
493
493
|
0% {
|
|
494
494
|
transform: rotate(0);
|
|
@@ -505,7 +505,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
505
505
|
transform: rotate(360deg);
|
|
506
506
|
}
|
|
507
507
|
}
|
|
508
|
-
|
|
508
|
+
/*!componenticons*/
|
|
509
509
|
.e-icon-check::before {
|
|
510
510
|
content: "\e7ff";
|
|
511
511
|
}
|
|
@@ -736,7 +736,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
736
736
|
.e-bigger .e-grid,
|
|
737
737
|
.e-grid.e-bigger {
|
|
738
738
|
font-size: 14px;
|
|
739
|
-
/* stylelint-disable */
|
|
740
739
|
}
|
|
741
740
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
742
741
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1394,9 +1393,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1394
1393
|
font-size: 13px;
|
|
1395
1394
|
height: auto;
|
|
1396
1395
|
position: relative;
|
|
1397
|
-
/* stylelint-enable */
|
|
1398
|
-
/* stylelint-disable */
|
|
1399
|
-
/* stylelint-enable */
|
|
1400
1396
|
}
|
|
1401
1397
|
.e-grid .e-gridheader {
|
|
1402
1398
|
-webkit-user-select: none;
|
|
@@ -2304,7 +2300,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2304
2300
|
padding-left: 7px;
|
|
2305
2301
|
}
|
|
2306
2302
|
.e-grid .e-chk-hidden {
|
|
2307
|
-
-moz-appearance: none;
|
|
2303
|
+
-moz-appearance: none;
|
|
2308
2304
|
height: 1px;
|
|
2309
2305
|
opacity: 0;
|
|
2310
2306
|
width: 1px;
|
|
@@ -2318,7 +2314,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2318
2314
|
}
|
|
2319
2315
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2320
2316
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2321
|
-
-webkit-user-select: auto;
|
|
2317
|
+
-webkit-user-select: auto;
|
|
2322
2318
|
height: 20px;
|
|
2323
2319
|
line-height: 21px;
|
|
2324
2320
|
position: relative;
|
|
@@ -2514,7 +2510,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2514
2510
|
padding: 2px;
|
|
2515
2511
|
}
|
|
2516
2512
|
.e-grid .e-content {
|
|
2517
|
-
-webkit-overflow-scrolling: touch;
|
|
2513
|
+
-webkit-overflow-scrolling: touch;
|
|
2518
2514
|
overflow-x: auto;
|
|
2519
2515
|
overflow-y: scroll;
|
|
2520
2516
|
position: relative;
|
|
@@ -2865,8 +2861,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2865
2861
|
.e-grid .e-checkboxfiltertext {
|
|
2866
2862
|
width: 150px;
|
|
2867
2863
|
word-break: normal;
|
|
2868
|
-
/* stylelint-disable */
|
|
2869
|
-
/* stylelint-enable */
|
|
2870
2864
|
}
|
|
2871
2865
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2872
2866
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2926,10 +2920,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2926
2920
|
overflow: hidden;
|
|
2927
2921
|
}
|
|
2928
2922
|
.e-grid .e-frozenhdrcont {
|
|
2929
|
-
-ms-touch-action: none;
|
|
2923
|
+
-ms-touch-action: none;
|
|
2930
2924
|
}
|
|
2931
2925
|
.e-grid .e-frozencontent {
|
|
2932
|
-
-ms-touch-action: none;
|
|
2926
|
+
-ms-touch-action: none;
|
|
2933
2927
|
border-bottom-width: 1px;
|
|
2934
2928
|
float: left;
|
|
2935
2929
|
width: min-content;
|
|
@@ -2938,19 +2932,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2938
2932
|
float: right;
|
|
2939
2933
|
}
|
|
2940
2934
|
.e-grid .e-movablecontent {
|
|
2941
|
-
-ms-overflow-style: none;
|
|
2935
|
+
-ms-overflow-style: none;
|
|
2942
2936
|
-ms-flex: 1;
|
|
2943
2937
|
flex: 1;
|
|
2944
2938
|
overflow-x: auto;
|
|
2945
2939
|
overflow-y: hidden;
|
|
2946
2940
|
}
|
|
2947
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2941
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2948
2942
|
display: none;
|
|
2949
2943
|
}
|
|
2950
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2944
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2951
2945
|
width: 7px;
|
|
2952
2946
|
}
|
|
2953
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2947
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2954
2948
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2955
2949
|
border-radius: 4px;
|
|
2956
2950
|
}
|
|
@@ -3330,7 +3324,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3330
3324
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3331
3325
|
display: inline-block;
|
|
3332
3326
|
}
|
|
3333
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3327
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3334
3328
|
text-overflow: clip;
|
|
3335
3329
|
}
|
|
3336
3330
|
.e-grid .e-clipboard {
|
|
@@ -3940,7 +3934,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3940
3934
|
}
|
|
3941
3935
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3942
3936
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3943
|
-
-moz-appearance: none;
|
|
3937
|
+
-moz-appearance: none;
|
|
3944
3938
|
height: 1px;
|
|
3945
3939
|
opacity: 0;
|
|
3946
3940
|
width: 1px;
|
package/styles/fabric.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-ddl.e-popup {
|
|
3
2
|
border: 0;
|
|
4
3
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
@@ -73,7 +72,6 @@
|
|
|
73
72
|
height: 34px;
|
|
74
73
|
}
|
|
75
74
|
|
|
76
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
77
75
|
@keyframes material-spinner-rotate {
|
|
78
76
|
0% {
|
|
79
77
|
transform: rotate(0);
|
|
@@ -90,7 +88,7 @@
|
|
|
90
88
|
transform: rotate(360deg);
|
|
91
89
|
}
|
|
92
90
|
}
|
|
93
|
-
|
|
91
|
+
/*!component icons*/
|
|
94
92
|
.e-icon-check::before {
|
|
95
93
|
content: "\e7ff";
|
|
96
94
|
}
|
|
@@ -126,6 +124,10 @@
|
|
|
126
124
|
padding: 28px 25px 10px;
|
|
127
125
|
padding-top: 4px;
|
|
128
126
|
}
|
|
127
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
128
|
+
height: 26px;
|
|
129
|
+
line-height: 26px;
|
|
130
|
+
}
|
|
129
131
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
130
132
|
height: 26px;
|
|
131
133
|
line-height: 26px;
|
|
@@ -336,7 +338,7 @@
|
|
|
336
338
|
word-break: normal;
|
|
337
339
|
}
|
|
338
340
|
.e-excelfilter .e-chk-hidden {
|
|
339
|
-
-moz-appearance: none;
|
|
341
|
+
-moz-appearance: none;
|
|
340
342
|
height: 1px;
|
|
341
343
|
opacity: 0;
|
|
342
344
|
width: 1px;
|
|
@@ -480,8 +482,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
480
482
|
border-color: #0078d6;
|
|
481
483
|
}
|
|
482
484
|
|
|
483
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
484
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
485
485
|
@keyframes material-spinner-rotate {
|
|
486
486
|
0% {
|
|
487
487
|
transform: rotate(0);
|
|
@@ -498,7 +498,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
498
498
|
transform: rotate(360deg);
|
|
499
499
|
}
|
|
500
500
|
}
|
|
501
|
-
|
|
501
|
+
/*!componenticons*/
|
|
502
502
|
.e-icon-check::before {
|
|
503
503
|
content: "\e7ff";
|
|
504
504
|
}
|
|
@@ -729,7 +729,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
729
729
|
.e-bigger .e-grid,
|
|
730
730
|
.e-grid.e-bigger {
|
|
731
731
|
font-size: 14px;
|
|
732
|
-
/* stylelint-disable */
|
|
733
732
|
}
|
|
734
733
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
735
734
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1387,9 +1386,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1387
1386
|
font-size: 13px;
|
|
1388
1387
|
height: auto;
|
|
1389
1388
|
position: relative;
|
|
1390
|
-
/* stylelint-enable */
|
|
1391
|
-
/* stylelint-disable */
|
|
1392
|
-
/* stylelint-enable */
|
|
1393
1389
|
}
|
|
1394
1390
|
.e-grid .e-gridheader {
|
|
1395
1391
|
-webkit-user-select: none;
|
|
@@ -2297,7 +2293,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2297
2293
|
padding-left: 7px;
|
|
2298
2294
|
}
|
|
2299
2295
|
.e-grid .e-chk-hidden {
|
|
2300
|
-
-moz-appearance: none;
|
|
2296
|
+
-moz-appearance: none;
|
|
2301
2297
|
height: 1px;
|
|
2302
2298
|
opacity: 0;
|
|
2303
2299
|
width: 1px;
|
|
@@ -2311,7 +2307,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2311
2307
|
}
|
|
2312
2308
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2313
2309
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2314
|
-
-webkit-user-select: auto;
|
|
2310
|
+
-webkit-user-select: auto;
|
|
2315
2311
|
height: 20px;
|
|
2316
2312
|
line-height: 21px;
|
|
2317
2313
|
position: relative;
|
|
@@ -2507,7 +2503,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2507
2503
|
padding: 2px;
|
|
2508
2504
|
}
|
|
2509
2505
|
.e-grid .e-content {
|
|
2510
|
-
-webkit-overflow-scrolling: touch;
|
|
2506
|
+
-webkit-overflow-scrolling: touch;
|
|
2511
2507
|
overflow-x: auto;
|
|
2512
2508
|
overflow-y: scroll;
|
|
2513
2509
|
position: relative;
|
|
@@ -2858,8 +2854,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2858
2854
|
.e-grid .e-checkboxfiltertext {
|
|
2859
2855
|
width: 135px;
|
|
2860
2856
|
word-break: normal;
|
|
2861
|
-
/* stylelint-disable */
|
|
2862
|
-
/* stylelint-enable */
|
|
2863
2857
|
}
|
|
2864
2858
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2865
2859
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2919,10 +2913,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2919
2913
|
overflow: hidden;
|
|
2920
2914
|
}
|
|
2921
2915
|
.e-grid .e-frozenhdrcont {
|
|
2922
|
-
-ms-touch-action: none;
|
|
2916
|
+
-ms-touch-action: none;
|
|
2923
2917
|
}
|
|
2924
2918
|
.e-grid .e-frozencontent {
|
|
2925
|
-
-ms-touch-action: none;
|
|
2919
|
+
-ms-touch-action: none;
|
|
2926
2920
|
border-bottom-width: 1px;
|
|
2927
2921
|
float: left;
|
|
2928
2922
|
width: min-content;
|
|
@@ -2931,19 +2925,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2931
2925
|
float: right;
|
|
2932
2926
|
}
|
|
2933
2927
|
.e-grid .e-movablecontent {
|
|
2934
|
-
-ms-overflow-style: none;
|
|
2928
|
+
-ms-overflow-style: none;
|
|
2935
2929
|
-ms-flex: 1;
|
|
2936
2930
|
flex: 1;
|
|
2937
2931
|
overflow-x: auto;
|
|
2938
2932
|
overflow-y: hidden;
|
|
2939
2933
|
}
|
|
2940
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2934
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2941
2935
|
display: none;
|
|
2942
2936
|
}
|
|
2943
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2937
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2944
2938
|
width: 7px;
|
|
2945
2939
|
}
|
|
2946
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2940
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2947
2941
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2948
2942
|
border-radius: 4px;
|
|
2949
2943
|
}
|
|
@@ -3323,7 +3317,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3323
3317
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3324
3318
|
display: inline-block;
|
|
3325
3319
|
}
|
|
3326
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3320
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3327
3321
|
text-overflow: clip;
|
|
3328
3322
|
}
|
|
3329
3323
|
.e-grid .e-clipboard {
|
|
@@ -3933,7 +3927,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3933
3927
|
}
|
|
3934
3928
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3935
3929
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3936
|
-
-moz-appearance: none;
|
|
3930
|
+
-moz-appearance: none;
|
|
3937
3931
|
height: 1px;
|
|
3938
3932
|
opacity: 0;
|
|
3939
3933
|
width: 1px;
|