@syncfusion/ej2-angular-grids 20.2.49 → 20.3.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/src/grid/grid.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +2 -2
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -1
- package/package.json +8 -8
- package/schematics/collection.json +20 -0
- package/schematics/generators/grid-default/index.d.ts +3 -0
- package/schematics/generators/grid-default/index.js +8 -0
- package/schematics/generators/grid-default/sample-details.d.ts +5 -0
- package/schematics/generators/grid-default/sample-details.js +7 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-default/schema.d.ts +3 -0
- package/schematics/generators/grid-default/schema.js +2 -0
- package/schematics/generators/grid-default/schema.json +125 -0
- package/schematics/generators/grid-feature/index.d.ts +3 -0
- package/schematics/generators/grid-feature/index.js +8 -0
- package/schematics/generators/grid-feature/sample-details.d.ts +5 -0
- package/schematics/generators/grid-feature/sample-details.js +7 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-feature/schema.d.ts +3 -0
- package/schematics/generators/grid-feature/schema.js +2 -0
- package/schematics/generators/grid-feature/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/grid.component.d.ts +1 -1
- package/styles/bootstrap-dark.css +54 -11
- package/styles/bootstrap.css +54 -11
- package/styles/bootstrap4.css +57 -11
- package/styles/bootstrap5-dark.css +55 -11
- package/styles/bootstrap5.css +55 -11
- package/styles/excel-filter/_all.scss +1 -1
- package/styles/excel-filter/_bootstrap-dark-definition.scss +0 -1
- package/styles/excel-filter/_bootstrap-definition.scss +0 -1
- package/styles/excel-filter/_bootstrap4-definition.scss +0 -1
- package/styles/excel-filter/_fabric-dark-definition.scss +0 -1
- package/styles/excel-filter/_fabric-definition.scss +0 -1
- package/styles/excel-filter/_highcontrast-definition.scss +0 -1
- package/styles/excel-filter/_highcontrast-light-definition.scss +0 -1
- package/styles/excel-filter/_layout.scss +14 -15
- package/styles/excel-filter/_material-dark-definition.scss +0 -1
- package/styles/excel-filter/_material-definition.scss +0 -1
- package/styles/excel-filter/_office-365-definition.scss +1 -1
- package/styles/excel-filter/_theme.scss +4 -3
- package/styles/excel-filter/bootstrap-dark.css +3 -1
- package/styles/excel-filter/bootstrap-dark.scss +1 -0
- package/styles/excel-filter/bootstrap.css +3 -1
- package/styles/excel-filter/bootstrap.scss +1 -0
- package/styles/excel-filter/bootstrap4.css +6 -1
- package/styles/excel-filter/bootstrap4.scss +1 -0
- package/styles/excel-filter/bootstrap5-dark.css +3 -1
- package/styles/excel-filter/bootstrap5-dark.scss +1 -0
- package/styles/excel-filter/bootstrap5.css +3 -1
- package/styles/excel-filter/bootstrap5.scss +1 -0
- package/styles/excel-filter/fabric-dark.css +4 -2
- package/styles/excel-filter/fabric-dark.scss +1 -0
- package/styles/excel-filter/fabric.css +4 -2
- package/styles/excel-filter/fabric.scss +1 -0
- package/styles/excel-filter/fluent-dark.css +3 -1
- package/styles/excel-filter/fluent-dark.scss +1 -0
- package/styles/excel-filter/fluent.css +3 -1
- package/styles/excel-filter/fluent.scss +1 -0
- package/styles/excel-filter/highcontrast-light.css +4 -2
- package/styles/excel-filter/highcontrast-light.scss +1 -0
- package/styles/excel-filter/highcontrast.css +4 -2
- package/styles/excel-filter/highcontrast.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap-dark.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap4.scss +5 -0
- package/styles/excel-filter/icons/_bootstrap5.scss +1 -0
- package/styles/excel-filter/icons/_fabric-dark.scss +2 -1
- package/styles/excel-filter/icons/_fabric.scss +2 -1
- package/styles/excel-filter/icons/_fluent.scss +1 -0
- package/styles/excel-filter/icons/_fusionnew.scss +1 -0
- package/styles/excel-filter/icons/_highcontrast-light.scss +2 -1
- package/styles/excel-filter/icons/_highcontrast.scss +2 -1
- package/styles/excel-filter/icons/_material-dark.scss +2 -1
- package/styles/excel-filter/icons/_material.scss +4 -4
- package/styles/excel-filter/icons/_material3.scss +1 -0
- package/styles/excel-filter/icons/_tailwind.scss +1 -0
- package/styles/excel-filter/material-dark.css +4 -2
- package/styles/excel-filter/material-dark.scss +1 -0
- package/styles/excel-filter/material.css +4 -2
- package/styles/excel-filter/material.scss +1 -0
- package/styles/excel-filter/tailwind-dark.css +3 -1
- package/styles/excel-filter/tailwind-dark.scss +1 -0
- package/styles/excel-filter/tailwind.css +3 -1
- package/styles/excel-filter/tailwind.scss +1 -0
- package/styles/fabric-dark.css +57 -14
- package/styles/fabric.css +56 -13
- package/styles/fluent-dark.css +54 -11
- package/styles/fluent.css +54 -11
- package/styles/grid/_all.scss +1 -1
- package/styles/grid/_bootstrap-dark-definition.scss +4 -4
- package/styles/grid/_bootstrap-definition.scss +4 -3
- package/styles/grid/_bootstrap4-definition.scss +4 -3
- package/styles/grid/_bootstrap5-definition.scss +3 -2
- package/styles/grid/_fabric-dark-definition.scss +5 -5
- package/styles/grid/_fabric-definition.scss +3 -3
- package/styles/grid/_fluent-definition.scss +5 -3
- package/styles/grid/_fusionnew-definition.scss +3 -2
- package/styles/grid/_highcontrast-definition.scss +3 -2
- package/styles/grid/_highcontrast-light-definition.scss +2 -2
- package/styles/grid/_layout.scss +80 -51
- package/styles/grid/_material-dark-definition.scss +5 -3
- package/styles/grid/_material-definition.scss +4 -4
- package/styles/grid/_material3-definition.scss +3 -2
- package/styles/grid/_office-365-definition.scss +1 -1
- package/styles/grid/_tailwind-definition.scss +3 -2
- package/styles/grid/_theme.scss +25 -25
- package/styles/grid/bootstrap-dark.css +51 -10
- package/styles/grid/bootstrap-dark.scss +1 -0
- package/styles/grid/bootstrap.css +51 -10
- package/styles/grid/bootstrap.scss +1 -0
- package/styles/grid/bootstrap4.css +51 -10
- package/styles/grid/bootstrap4.scss +1 -0
- package/styles/grid/bootstrap5-dark.css +52 -10
- package/styles/grid/bootstrap5-dark.scss +1 -0
- package/styles/grid/bootstrap5.css +52 -10
- package/styles/grid/bootstrap5.scss +1 -0
- package/styles/grid/fabric-dark.css +53 -12
- package/styles/grid/fabric-dark.scss +1 -0
- package/styles/grid/fabric.css +52 -11
- package/styles/grid/fabric.scss +1 -0
- package/styles/grid/fluent-dark.css +51 -10
- package/styles/grid/fluent-dark.scss +1 -0
- package/styles/grid/fluent.css +51 -10
- package/styles/grid/fluent.scss +1 -0
- package/styles/grid/highcontrast-light.css +52 -11
- package/styles/grid/highcontrast-light.scss +1 -0
- package/styles/grid/highcontrast.css +52 -11
- package/styles/grid/highcontrast.scss +1 -0
- package/styles/grid/icons/_bootstrap-dark.scss +4 -3
- package/styles/grid/icons/_bootstrap.scss +3 -2
- package/styles/grid/icons/_bootstrap4.scss +3 -3
- package/styles/grid/icons/_bootstrap5.scss +1 -0
- package/styles/grid/icons/_fabric-dark.scss +5 -4
- package/styles/grid/icons/_fabric.scss +4 -3
- package/styles/grid/icons/_fluent.scss +1 -0
- package/styles/grid/icons/_fusionnew.scss +1 -0
- package/styles/grid/icons/_highcontrast-light.scss +6 -5
- package/styles/grid/icons/_highcontrast.scss +6 -6
- package/styles/grid/icons/_material-dark.scss +6 -5
- package/styles/grid/icons/_material.scss +6 -5
- package/styles/grid/icons/_material3.scss +1 -0
- package/styles/grid/icons/_tailwind.scss +1 -0
- package/styles/grid/material-dark.css +52 -11
- package/styles/grid/material-dark.scss +1 -0
- package/styles/grid/material.css +52 -11
- package/styles/grid/material.scss +1 -0
- package/styles/grid/tailwind-dark.css +51 -10
- package/styles/grid/tailwind-dark.scss +1 -0
- package/styles/grid/tailwind.css +51 -10
- package/styles/grid/tailwind.scss +1 -0
- package/styles/highcontrast-light.css +56 -13
- package/styles/highcontrast.css +56 -13
- package/styles/material-dark.css +56 -13
- package/styles/material.css +56 -13
- package/styles/tailwind-dark.css +54 -11
- package/styles/tailwind.css +54 -11
package/styles/grid/_theme.scss
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
@include export-module('grid-theme') {
|
|
2
|
+
|
|
2
3
|
/*! Grid theme */
|
|
3
4
|
#{&}.e-grid {
|
|
4
5
|
border-color: $grid-header-border-color;
|
|
@@ -71,7 +72,7 @@
|
|
|
71
72
|
|
|
72
73
|
.e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,
|
|
73
74
|
.e-gridcontent .e-rowcell.e-dragborder,
|
|
74
|
-
.e-gridcontent .e-rowdragdrop.e-dragborder
|
|
75
|
+
.e-gridcontent .e-rowdragdrop.e-dragborder,
|
|
75
76
|
& .e-gridheader thead tr th.e-firstrowdragborder,
|
|
76
77
|
&.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,
|
|
77
78
|
&.e-rtl .e-gridcontent .e-rowcell.e-dragborder,
|
|
@@ -94,10 +95,10 @@
|
|
|
94
95
|
}
|
|
95
96
|
}
|
|
96
97
|
|
|
97
|
-
th.e-headercell[aria-sort='ascending'] .e-headertext,
|
|
98
|
-
th.e-headercell[aria-sort='descending'] .e-headertext,
|
|
99
|
-
th.e-headercell[aria-sort='ascending'] .e-sortfilterdiv,
|
|
100
|
-
th.e-headercell[aria-sort='descending'] .e-sortfilterdiv {
|
|
98
|
+
th.e-headercell[aria-sort = 'ascending'] .e-headertext,
|
|
99
|
+
th.e-headercell[aria-sort = 'descending'] .e-headertext,
|
|
100
|
+
th.e-headercell[aria-sort = 'ascending'] .e-sortfilterdiv,
|
|
101
|
+
th.e-headercell[aria-sort = 'descending'] .e-sortfilterdiv {
|
|
101
102
|
color: $grid-sorted-header-color;
|
|
102
103
|
opacity: 1;
|
|
103
104
|
}
|
|
@@ -152,7 +153,7 @@
|
|
|
152
153
|
border-color: $grid-header-border-color;
|
|
153
154
|
}
|
|
154
155
|
|
|
155
|
-
tr
|
|
156
|
+
tr th.e-firstcell {
|
|
156
157
|
border-left-color: $grid-header-border-color;
|
|
157
158
|
border-right-color: $grid-header-border-color;
|
|
158
159
|
}
|
|
@@ -198,7 +199,7 @@
|
|
|
198
199
|
|
|
199
200
|
&.e-default .e-grouptopleftcell {
|
|
200
201
|
border-color: $grid-header-border-color;
|
|
201
|
-
|
|
202
|
+
}
|
|
202
203
|
|
|
203
204
|
.e-frozenhdrcont .e-headercontent > .e-table,
|
|
204
205
|
.e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -216,7 +217,7 @@
|
|
|
216
217
|
.e-frozencontent .e-virtualtable > .e-table,
|
|
217
218
|
.e-frozenheader .e-virtualtable > .e-table {
|
|
218
219
|
border-right-color: $frozen-border-color;
|
|
219
|
-
|
|
220
|
+
}
|
|
220
221
|
|
|
221
222
|
.e-frozenheader.e-frozenborderdisabled > .e-table,
|
|
222
223
|
.e-frozencontent.e-frozenborderdisabled > .e-table,
|
|
@@ -231,7 +232,7 @@
|
|
|
231
232
|
.e-gridheader .e-headercell .e-frozen-default-cursor,
|
|
232
233
|
.e-gridheader .e-filterbarcell .e-frozen-default-cursor {
|
|
233
234
|
border-left-color: $frozen-border-color;
|
|
234
|
-
|
|
235
|
+
}
|
|
235
236
|
|
|
236
237
|
.e-frozenheader.e-frozen-right-header.e-frozenborderdisabled > .e-table,
|
|
237
238
|
.e-frozencontent.e-frozen-right-content.e-frozenborderdisabled > .e-table {
|
|
@@ -243,25 +244,25 @@
|
|
|
243
244
|
&.e-rtl .e-frozenheader .e-virtualtable > .e-table,
|
|
244
245
|
&.e-rtl .e-frozencontent .e-virtualtable > .e-table {
|
|
245
246
|
border-left-color: $frozen-border-color;
|
|
246
|
-
|
|
247
|
+
}
|
|
247
248
|
|
|
248
249
|
&.e-rtl .e-frozenheader.e-frozen-right-header > .e-table,
|
|
249
250
|
&.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
250
251
|
border-right-color: $frozen-border-color;
|
|
251
|
-
|
|
252
|
+
}
|
|
252
253
|
|
|
253
|
-
&.e-gridhover tr[role='row']:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell,
|
|
254
|
-
&.e-gridhover tr[role='row']:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse,
|
|
255
|
-
&.e-gridhover tr[role='row']:not(.e-disable-gridhover):hover .e-rowdragdrop,
|
|
256
|
-
&.e-rtl .e-gridhover tr[role='row']:not(.e-disable-gridhover):hover .e-rowdragdrop,
|
|
257
|
-
&.e-gridhover tr[role='row']:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
254
|
+
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell,
|
|
255
|
+
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse,
|
|
256
|
+
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):hover .e-rowdragdrop,
|
|
257
|
+
&.e-rtl .e-gridhover tr[role = 'row']:not(.e-disable-gridhover):hover .e-rowdragdrop,
|
|
258
|
+
&.e-gridhover tr[role = 'row']:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand {
|
|
258
259
|
&:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
259
260
|
background-color: $grid-hover-bg-color;
|
|
260
261
|
color: $grid-hover-content-font-color;
|
|
261
262
|
}
|
|
262
263
|
}
|
|
263
264
|
|
|
264
|
-
& tr[role='row']:hover .e-rowdragdrop {
|
|
265
|
+
& tr[role = 'row']:hover .e-rowdragdrop {
|
|
265
266
|
cursor: move;
|
|
266
267
|
}
|
|
267
268
|
|
|
@@ -469,11 +470,11 @@
|
|
|
469
470
|
}
|
|
470
471
|
|
|
471
472
|
.e-stackedheadercell {
|
|
472
|
-
border-bottom-color:
|
|
473
|
+
border-bottom-color: $grid-header-border-color;
|
|
473
474
|
}
|
|
474
475
|
|
|
475
476
|
.e-verticallines tr th {
|
|
476
|
-
border-color:
|
|
477
|
+
border-color: $grid-header-border-color;
|
|
477
478
|
}
|
|
478
479
|
|
|
479
480
|
td.e-updatedtd {
|
|
@@ -494,7 +495,7 @@
|
|
|
494
495
|
.e-footer-content {
|
|
495
496
|
border-color: $grid-columnchooser-footer-border-color;
|
|
496
497
|
opacity: $grid-columnchooser-footer-border-opacity;
|
|
497
|
-
|
|
498
|
+
}
|
|
498
499
|
|
|
499
500
|
.e-cc-searchdiv {
|
|
500
501
|
border-color: $grid-columnchooser-search-border-color;
|
|
@@ -503,7 +504,6 @@
|
|
|
503
504
|
.e-cc-searchdiv.e-input-focus {
|
|
504
505
|
border-color: $grid-columnchooser-search-border-fcolor;
|
|
505
506
|
}
|
|
506
|
-
|
|
507
507
|
}
|
|
508
508
|
|
|
509
509
|
.e-cloneproperties.e-draganddrop .e-rowcell {
|
|
@@ -519,8 +519,8 @@
|
|
|
519
519
|
&.e-rtl {
|
|
520
520
|
|
|
521
521
|
& .e-verticallines tr th:first-child:not(.e-firstcell) {
|
|
522
|
-
border-color:
|
|
523
|
-
|
|
522
|
+
border-color: $grid-header-border-color;
|
|
523
|
+
}
|
|
524
524
|
|
|
525
525
|
&.e-default .e-gridheader .e-headercell.e-firstheader,
|
|
526
526
|
&.e-default.e-horizontallines .e-headercell.e-firstheader,
|
|
@@ -580,7 +580,7 @@
|
|
|
580
580
|
.e-dropitemscount {
|
|
581
581
|
background-color: $grid-clone-dropitemscount-bg-color;
|
|
582
582
|
color: $grid-dropitemscount-color;
|
|
583
|
-
|
|
583
|
+
}
|
|
584
584
|
|
|
585
585
|
.e-filterbaroperator.e-dropdownlist {
|
|
586
586
|
position: absolute;
|
|
@@ -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: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
@@ -103,6 +104,7 @@
|
|
|
103
104
|
min-height: 34px;
|
|
104
105
|
}
|
|
105
106
|
|
|
107
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
106
108
|
@keyframes material-spinner-rotate {
|
|
107
109
|
0% {
|
|
108
110
|
transform: rotate(0);
|
|
@@ -352,6 +354,7 @@
|
|
|
352
354
|
.e-bigger .e-grid,
|
|
353
355
|
.e-grid.e-bigger {
|
|
354
356
|
font-size: 14px;
|
|
357
|
+
/* stylelint-disable */
|
|
355
358
|
}
|
|
356
359
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
357
360
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1009,6 +1012,9 @@
|
|
|
1009
1012
|
font-size: 13px;
|
|
1010
1013
|
height: auto;
|
|
1011
1014
|
position: relative;
|
|
1015
|
+
/* stylelint-enable */
|
|
1016
|
+
/* stylelint-disable */
|
|
1017
|
+
/* stylelint-enable */
|
|
1012
1018
|
}
|
|
1013
1019
|
.e-grid .e-gridheader {
|
|
1014
1020
|
-webkit-user-select: none;
|
|
@@ -1916,7 +1922,7 @@
|
|
|
1916
1922
|
padding-left: 8px;
|
|
1917
1923
|
}
|
|
1918
1924
|
.e-grid .e-chk-hidden {
|
|
1919
|
-
-moz-appearance: none;
|
|
1925
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1920
1926
|
height: 1px;
|
|
1921
1927
|
opacity: 0;
|
|
1922
1928
|
width: 1px;
|
|
@@ -1930,7 +1936,7 @@
|
|
|
1930
1936
|
}
|
|
1931
1937
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1932
1938
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1933
|
-
-webkit-user-select: auto;
|
|
1939
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1934
1940
|
height: 20px;
|
|
1935
1941
|
line-height: 20px;
|
|
1936
1942
|
position: relative;
|
|
@@ -2126,7 +2132,7 @@
|
|
|
2126
2132
|
padding: 2px;
|
|
2127
2133
|
}
|
|
2128
2134
|
.e-grid .e-content {
|
|
2129
|
-
-webkit-overflow-scrolling: touch;
|
|
2135
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2130
2136
|
overflow-x: auto;
|
|
2131
2137
|
overflow-y: scroll;
|
|
2132
2138
|
position: relative;
|
|
@@ -2256,6 +2262,9 @@
|
|
|
2256
2262
|
border-width: 1px 0 0;
|
|
2257
2263
|
cursor: pointer;
|
|
2258
2264
|
}
|
|
2265
|
+
.e-grid .e-disablepointer {
|
|
2266
|
+
cursor: default;
|
|
2267
|
+
}
|
|
2259
2268
|
.e-grid .e-groupcaption {
|
|
2260
2269
|
border-style: solid;
|
|
2261
2270
|
border-width: 1px 0 0;
|
|
@@ -2477,6 +2486,8 @@
|
|
|
2477
2486
|
.e-grid .e-checkboxfiltertext {
|
|
2478
2487
|
width: 150px;
|
|
2479
2488
|
word-break: normal;
|
|
2489
|
+
/* stylelint-disable */
|
|
2490
|
+
/* stylelint-enable */
|
|
2480
2491
|
}
|
|
2481
2492
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2482
2493
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2536,10 +2547,10 @@
|
|
|
2536
2547
|
overflow: hidden;
|
|
2537
2548
|
}
|
|
2538
2549
|
.e-grid .e-frozenhdrcont {
|
|
2539
|
-
-ms-touch-action: none;
|
|
2550
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2540
2551
|
}
|
|
2541
2552
|
.e-grid .e-frozencontent {
|
|
2542
|
-
-ms-touch-action: none;
|
|
2553
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2543
2554
|
border-bottom-width: 1px;
|
|
2544
2555
|
float: left;
|
|
2545
2556
|
width: min-content;
|
|
@@ -2548,19 +2559,19 @@
|
|
|
2548
2559
|
float: right;
|
|
2549
2560
|
}
|
|
2550
2561
|
.e-grid .e-movablecontent {
|
|
2551
|
-
-ms-overflow-style: none;
|
|
2562
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2552
2563
|
-ms-flex: 1;
|
|
2553
2564
|
flex: 1;
|
|
2554
2565
|
overflow-x: auto;
|
|
2555
2566
|
overflow-y: hidden;
|
|
2556
2567
|
}
|
|
2557
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2568
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2558
2569
|
display: none;
|
|
2559
2570
|
}
|
|
2560
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2571
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2561
2572
|
width: 7px;
|
|
2562
2573
|
}
|
|
2563
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2574
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2564
2575
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2565
2576
|
border-radius: 4px;
|
|
2566
2577
|
}
|
|
@@ -2967,9 +2978,39 @@
|
|
|
2967
2978
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
2968
2979
|
border-right: 0;
|
|
2969
2980
|
}
|
|
2981
|
+
.e-grid .e-mask {
|
|
2982
|
+
display: inline-block;
|
|
2983
|
+
height: 10px;
|
|
2984
|
+
width: 80%;
|
|
2985
|
+
}
|
|
2986
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
2987
|
+
margin-left: 7px;
|
|
2988
|
+
width: 16px;
|
|
2989
|
+
}
|
|
2990
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
2991
|
+
width: 16px;
|
|
2992
|
+
}
|
|
2993
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
2994
|
+
margin-left: 3px;
|
|
2995
|
+
margin-right: 16px;
|
|
2996
|
+
width: 20px;
|
|
2997
|
+
}
|
|
2998
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
2999
|
+
width: 13px;
|
|
3000
|
+
}
|
|
3001
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3002
|
+
margin-left: 8px;
|
|
3003
|
+
}
|
|
3004
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3005
|
+
margin-left: 12px;
|
|
3006
|
+
width: 12px;
|
|
3007
|
+
}
|
|
2970
3008
|
.e-grid.sf-grid .e-table {
|
|
2971
3009
|
border-spacing: 0.25px;
|
|
2972
3010
|
}
|
|
3011
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3012
|
+
margin-left: -8px;
|
|
3013
|
+
}
|
|
2973
3014
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
2974
3015
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
2975
3016
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3547,7 +3588,7 @@
|
|
|
3547
3588
|
}
|
|
3548
3589
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3549
3590
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3550
|
-
-moz-appearance: none;
|
|
3591
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3551
3592
|
height: 1px;
|
|
3552
3593
|
opacity: 0;
|
|
3553
3594
|
width: 1px;
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
@import 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition.scss';
|
|
16
16
|
@import 'ej2-navigations/styles/toolbar/bootstrap-dark-definition.scss';
|
|
17
17
|
@import 'ej2-navigations/styles/context-menu/bootstrap-dark-definition.scss';
|
|
18
|
+
@import 'ej2-notifications/styles/skeleton/bootstrap-dark-definition.scss';
|
|
18
19
|
@import 'bootstrap-dark-definition.scss';
|
|
19
20
|
@import 'icons/bootstrap-dark.scss';
|
|
20
21
|
@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: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
@@ -103,6 +104,7 @@
|
|
|
103
104
|
min-height: 34px;
|
|
104
105
|
}
|
|
105
106
|
|
|
107
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
106
108
|
@keyframes material-spinner-rotate {
|
|
107
109
|
0% {
|
|
108
110
|
transform: rotate(0);
|
|
@@ -353,6 +355,7 @@
|
|
|
353
355
|
.e-bigger .e-grid,
|
|
354
356
|
.e-grid.e-bigger {
|
|
355
357
|
font-size: 14px;
|
|
358
|
+
/* stylelint-disable */
|
|
356
359
|
}
|
|
357
360
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
358
361
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1010,6 +1013,9 @@
|
|
|
1010
1013
|
font-size: 13px;
|
|
1011
1014
|
height: auto;
|
|
1012
1015
|
position: relative;
|
|
1016
|
+
/* stylelint-enable */
|
|
1017
|
+
/* stylelint-disable */
|
|
1018
|
+
/* stylelint-enable */
|
|
1013
1019
|
}
|
|
1014
1020
|
.e-grid .e-gridheader {
|
|
1015
1021
|
-webkit-user-select: none;
|
|
@@ -1917,7 +1923,7 @@
|
|
|
1917
1923
|
padding-left: 8px;
|
|
1918
1924
|
}
|
|
1919
1925
|
.e-grid .e-chk-hidden {
|
|
1920
|
-
-moz-appearance: none;
|
|
1926
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1921
1927
|
height: 1px;
|
|
1922
1928
|
opacity: 0;
|
|
1923
1929
|
width: 1px;
|
|
@@ -1931,7 +1937,7 @@
|
|
|
1931
1937
|
}
|
|
1932
1938
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1933
1939
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1934
|
-
-webkit-user-select: auto;
|
|
1940
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1935
1941
|
height: 20px;
|
|
1936
1942
|
line-height: 20px;
|
|
1937
1943
|
position: relative;
|
|
@@ -2127,7 +2133,7 @@
|
|
|
2127
2133
|
padding: 2px;
|
|
2128
2134
|
}
|
|
2129
2135
|
.e-grid .e-content {
|
|
2130
|
-
-webkit-overflow-scrolling: touch;
|
|
2136
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2131
2137
|
overflow-x: auto;
|
|
2132
2138
|
overflow-y: scroll;
|
|
2133
2139
|
position: relative;
|
|
@@ -2257,6 +2263,9 @@
|
|
|
2257
2263
|
border-width: 1px 0 0;
|
|
2258
2264
|
cursor: pointer;
|
|
2259
2265
|
}
|
|
2266
|
+
.e-grid .e-disablepointer {
|
|
2267
|
+
cursor: default;
|
|
2268
|
+
}
|
|
2260
2269
|
.e-grid .e-groupcaption {
|
|
2261
2270
|
border-style: solid;
|
|
2262
2271
|
border-width: 1px 0 0;
|
|
@@ -2478,6 +2487,8 @@
|
|
|
2478
2487
|
.e-grid .e-checkboxfiltertext {
|
|
2479
2488
|
width: 150px;
|
|
2480
2489
|
word-break: normal;
|
|
2490
|
+
/* stylelint-disable */
|
|
2491
|
+
/* stylelint-enable */
|
|
2481
2492
|
}
|
|
2482
2493
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2483
2494
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2537,10 +2548,10 @@
|
|
|
2537
2548
|
overflow: hidden;
|
|
2538
2549
|
}
|
|
2539
2550
|
.e-grid .e-frozenhdrcont {
|
|
2540
|
-
-ms-touch-action: none;
|
|
2551
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2541
2552
|
}
|
|
2542
2553
|
.e-grid .e-frozencontent {
|
|
2543
|
-
-ms-touch-action: none;
|
|
2554
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2544
2555
|
border-bottom-width: 1px;
|
|
2545
2556
|
float: left;
|
|
2546
2557
|
width: min-content;
|
|
@@ -2549,19 +2560,19 @@
|
|
|
2549
2560
|
float: right;
|
|
2550
2561
|
}
|
|
2551
2562
|
.e-grid .e-movablecontent {
|
|
2552
|
-
-ms-overflow-style: none;
|
|
2563
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2553
2564
|
-ms-flex: 1;
|
|
2554
2565
|
flex: 1;
|
|
2555
2566
|
overflow-x: auto;
|
|
2556
2567
|
overflow-y: hidden;
|
|
2557
2568
|
}
|
|
2558
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2569
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2559
2570
|
display: none;
|
|
2560
2571
|
}
|
|
2561
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2572
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2562
2573
|
width: 7px;
|
|
2563
2574
|
}
|
|
2564
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2575
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2565
2576
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2566
2577
|
border-radius: 4px;
|
|
2567
2578
|
}
|
|
@@ -2968,9 +2979,39 @@
|
|
|
2968
2979
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
2969
2980
|
border-right: 0;
|
|
2970
2981
|
}
|
|
2982
|
+
.e-grid .e-mask {
|
|
2983
|
+
display: inline-block;
|
|
2984
|
+
height: 10px;
|
|
2985
|
+
width: 80%;
|
|
2986
|
+
}
|
|
2987
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
2988
|
+
margin-left: 7px;
|
|
2989
|
+
width: 16px;
|
|
2990
|
+
}
|
|
2991
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
2992
|
+
width: 16px;
|
|
2993
|
+
}
|
|
2994
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
2995
|
+
margin-left: 3px;
|
|
2996
|
+
margin-right: 16px;
|
|
2997
|
+
width: 20px;
|
|
2998
|
+
}
|
|
2999
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3000
|
+
width: 13px;
|
|
3001
|
+
}
|
|
3002
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3003
|
+
margin-left: 8px;
|
|
3004
|
+
}
|
|
3005
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3006
|
+
margin-left: 12px;
|
|
3007
|
+
width: 12px;
|
|
3008
|
+
}
|
|
2971
3009
|
.e-grid.sf-grid .e-table {
|
|
2972
3010
|
border-spacing: 0.25px;
|
|
2973
3011
|
}
|
|
3012
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3013
|
+
margin-left: -8px;
|
|
3014
|
+
}
|
|
2974
3015
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
2975
3016
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
2976
3017
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3548,7 +3589,7 @@
|
|
|
3548
3589
|
}
|
|
3549
3590
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3550
3591
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3551
|
-
-moz-appearance: none;
|
|
3592
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3552
3593
|
height: 1px;
|
|
3553
3594
|
opacity: 0;
|
|
3554
3595
|
width: 1px;
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
@import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
|
|
16
16
|
@import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
|
|
17
17
|
@import 'ej2-navigations/styles/context-menu/bootstrap-definition.scss';
|
|
18
|
+
@import 'ej2-notifications/styles/skeleton/bootstrap-definition.scss';
|
|
18
19
|
@import 'bootstrap-definition.scss';
|
|
19
20
|
@import 'icons/bootstrap.scss';
|
|
20
21
|
@import 'all.scss';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon {
|
|
2
3
|
font-size: 8px;
|
|
3
4
|
}
|
|
@@ -145,6 +146,7 @@
|
|
|
145
146
|
min-height: 34px;
|
|
146
147
|
}
|
|
147
148
|
|
|
149
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
148
150
|
@keyframes material-spinner-rotate {
|
|
149
151
|
0% {
|
|
150
152
|
transform: rotate(0);
|
|
@@ -392,6 +394,7 @@
|
|
|
392
394
|
.e-bigger .e-grid,
|
|
393
395
|
.e-grid.e-bigger {
|
|
394
396
|
font-size: 16px;
|
|
397
|
+
/* stylelint-disable */
|
|
395
398
|
}
|
|
396
399
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
397
400
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1055,6 +1058,9 @@
|
|
|
1055
1058
|
font-size: 14px;
|
|
1056
1059
|
height: auto;
|
|
1057
1060
|
position: relative;
|
|
1061
|
+
/* stylelint-enable */
|
|
1062
|
+
/* stylelint-disable */
|
|
1063
|
+
/* stylelint-enable */
|
|
1058
1064
|
}
|
|
1059
1065
|
.e-grid .e-gridheader {
|
|
1060
1066
|
-webkit-user-select: none;
|
|
@@ -1962,7 +1968,7 @@
|
|
|
1962
1968
|
padding-left: 8px;
|
|
1963
1969
|
}
|
|
1964
1970
|
.e-grid .e-chk-hidden {
|
|
1965
|
-
-moz-appearance: none;
|
|
1971
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1966
1972
|
height: 1px;
|
|
1967
1973
|
opacity: 0;
|
|
1968
1974
|
width: 1px;
|
|
@@ -1976,7 +1982,7 @@
|
|
|
1976
1982
|
}
|
|
1977
1983
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1978
1984
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1979
|
-
-webkit-user-select: auto;
|
|
1985
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1980
1986
|
height: 20px;
|
|
1981
1987
|
line-height: 20px;
|
|
1982
1988
|
position: relative;
|
|
@@ -2172,7 +2178,7 @@
|
|
|
2172
2178
|
padding: 2px;
|
|
2173
2179
|
}
|
|
2174
2180
|
.e-grid .e-content {
|
|
2175
|
-
-webkit-overflow-scrolling: touch;
|
|
2181
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2176
2182
|
overflow-x: auto;
|
|
2177
2183
|
overflow-y: scroll;
|
|
2178
2184
|
position: relative;
|
|
@@ -2304,6 +2310,9 @@
|
|
|
2304
2310
|
border-width: 1px 0 0;
|
|
2305
2311
|
cursor: pointer;
|
|
2306
2312
|
}
|
|
2313
|
+
.e-grid .e-disablepointer {
|
|
2314
|
+
cursor: default;
|
|
2315
|
+
}
|
|
2307
2316
|
.e-grid .e-groupcaption {
|
|
2308
2317
|
border-style: solid;
|
|
2309
2318
|
border-width: 1px 0 0;
|
|
@@ -2525,6 +2534,8 @@
|
|
|
2525
2534
|
.e-grid .e-checkboxfiltertext {
|
|
2526
2535
|
width: 150px;
|
|
2527
2536
|
word-break: normal;
|
|
2537
|
+
/* stylelint-disable */
|
|
2538
|
+
/* stylelint-enable */
|
|
2528
2539
|
}
|
|
2529
2540
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2530
2541
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2584,10 +2595,10 @@
|
|
|
2584
2595
|
overflow: hidden;
|
|
2585
2596
|
}
|
|
2586
2597
|
.e-grid .e-frozenhdrcont {
|
|
2587
|
-
-ms-touch-action: none;
|
|
2598
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2588
2599
|
}
|
|
2589
2600
|
.e-grid .e-frozencontent {
|
|
2590
|
-
-ms-touch-action: none;
|
|
2601
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2591
2602
|
border-bottom-width: 1px;
|
|
2592
2603
|
float: left;
|
|
2593
2604
|
width: min-content;
|
|
@@ -2596,19 +2607,19 @@
|
|
|
2596
2607
|
float: right;
|
|
2597
2608
|
}
|
|
2598
2609
|
.e-grid .e-movablecontent {
|
|
2599
|
-
-ms-overflow-style: none;
|
|
2610
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2600
2611
|
-ms-flex: 1;
|
|
2601
2612
|
flex: 1;
|
|
2602
2613
|
overflow-x: auto;
|
|
2603
2614
|
overflow-y: hidden;
|
|
2604
2615
|
}
|
|
2605
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2616
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2606
2617
|
display: none;
|
|
2607
2618
|
}
|
|
2608
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2619
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2609
2620
|
width: 7px;
|
|
2610
2621
|
}
|
|
2611
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2622
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2612
2623
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2613
2624
|
border-radius: 4px;
|
|
2614
2625
|
}
|
|
@@ -3016,9 +3027,39 @@
|
|
|
3016
3027
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3017
3028
|
border-right: 0;
|
|
3018
3029
|
}
|
|
3030
|
+
.e-grid .e-mask {
|
|
3031
|
+
display: inline-block;
|
|
3032
|
+
height: 10px;
|
|
3033
|
+
width: 80%;
|
|
3034
|
+
}
|
|
3035
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3036
|
+
margin-left: 7px;
|
|
3037
|
+
width: 16px;
|
|
3038
|
+
}
|
|
3039
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3040
|
+
width: 16px;
|
|
3041
|
+
}
|
|
3042
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3043
|
+
margin-left: 3px;
|
|
3044
|
+
margin-right: 16px;
|
|
3045
|
+
width: 20px;
|
|
3046
|
+
}
|
|
3047
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3048
|
+
width: 13px;
|
|
3049
|
+
}
|
|
3050
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3051
|
+
margin-left: 8px;
|
|
3052
|
+
}
|
|
3053
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3054
|
+
margin-left: 12px;
|
|
3055
|
+
width: 12px;
|
|
3056
|
+
}
|
|
3019
3057
|
.e-grid.sf-grid .e-table {
|
|
3020
3058
|
border-spacing: 0.25px;
|
|
3021
3059
|
}
|
|
3060
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3061
|
+
margin-left: -8px;
|
|
3062
|
+
}
|
|
3022
3063
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3023
3064
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3024
3065
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3596,7 +3637,7 @@
|
|
|
3596
3637
|
}
|
|
3597
3638
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3598
3639
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3599
|
-
-moz-appearance: none;
|
|
3640
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3600
3641
|
height: 1px;
|
|
3601
3642
|
opacity: 0;
|
|
3602
3643
|
width: 1px;
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
@import 'ej2-calendars/styles/datetimepicker/bootstrap4-definition.scss';
|
|
16
16
|
@import 'ej2-navigations/styles/toolbar/bootstrap4-definition.scss';
|
|
17
17
|
@import 'ej2-navigations/styles/context-menu/bootstrap4-definition.scss';
|
|
18
|
+
@import 'ej2-notifications/styles/skeleton/bootstrap4-definition.scss';
|
|
18
19
|
@import 'bootstrap4-definition.scss';
|
|
19
20
|
@import 'icons/bootstrap4.scss';
|
|
20
21
|
@import 'all.scss';
|