@syncfusion/ej2-angular-grids 20.3.56 → 20.3.57-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 +2729 -0
- package/dist/ej2-angular-grids.umd.js +1600 -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 +13 -27
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- 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 +23 -12
- package/styles/bootstrap.css +23 -12
- package/styles/bootstrap4.css +23 -12
- package/styles/bootstrap5-dark.css +23 -12
- package/styles/bootstrap5.css +23 -12
- package/styles/excel-filter/bootstrap-dark.css +2 -1
- package/styles/excel-filter/bootstrap-dark.scss +1 -17
- package/styles/excel-filter/bootstrap.css +2 -1
- package/styles/excel-filter/bootstrap.scss +1 -17
- package/styles/excel-filter/bootstrap4.css +2 -1
- package/styles/excel-filter/bootstrap4.scss +1 -17
- package/styles/excel-filter/bootstrap5-dark.css +2 -1
- package/styles/excel-filter/bootstrap5-dark.scss +1 -17
- package/styles/excel-filter/bootstrap5.css +2 -1
- package/styles/excel-filter/bootstrap5.scss +1 -17
- package/styles/excel-filter/fabric-dark.css +2 -1
- package/styles/excel-filter/fabric-dark.scss +1 -17
- package/styles/excel-filter/fabric.css +2 -1
- package/styles/excel-filter/fabric.scss +1 -17
- package/styles/excel-filter/fluent-dark.css +2 -1
- package/styles/excel-filter/fluent-dark.scss +1 -17
- package/styles/excel-filter/fluent.css +2 -1
- package/styles/excel-filter/fluent.scss +1 -17
- package/styles/excel-filter/highcontrast-light.css +2 -1
- package/styles/excel-filter/highcontrast-light.scss +1 -17
- package/styles/excel-filter/highcontrast.css +2 -1
- package/styles/excel-filter/highcontrast.scss +1 -17
- package/styles/excel-filter/material-dark.css +2 -1
- package/styles/excel-filter/material-dark.scss +1 -17
- package/styles/excel-filter/material.css +2 -1
- package/styles/excel-filter/material.scss +1 -17
- package/styles/excel-filter/tailwind-dark.css +2 -1
- package/styles/excel-filter/tailwind-dark.scss +1 -17
- package/styles/excel-filter/tailwind.css +2 -1
- package/styles/excel-filter/tailwind.scss +1 -17
- package/styles/fabric-dark.css +23 -12
- package/styles/fabric.css +23 -12
- package/styles/fluent-dark.css +23 -12
- package/styles/fluent.css +23 -12
- package/styles/grid/bootstrap-dark.css +21 -11
- package/styles/grid/bootstrap-dark.scss +1 -21
- package/styles/grid/bootstrap.css +21 -11
- package/styles/grid/bootstrap.scss +1 -21
- package/styles/grid/bootstrap4.css +21 -11
- package/styles/grid/bootstrap4.scss +1 -21
- package/styles/grid/bootstrap5-dark.css +21 -11
- package/styles/grid/bootstrap5-dark.scss +1 -21
- package/styles/grid/bootstrap5.css +21 -11
- package/styles/grid/bootstrap5.scss +1 -21
- package/styles/grid/fabric-dark.css +21 -11
- package/styles/grid/fabric-dark.scss +1 -21
- package/styles/grid/fabric.css +21 -11
- package/styles/grid/fabric.scss +1 -21
- package/styles/grid/fluent-dark.css +21 -11
- package/styles/grid/fluent-dark.scss +1 -21
- package/styles/grid/fluent.css +21 -11
- package/styles/grid/fluent.scss +1 -21
- package/styles/grid/highcontrast-light.css +21 -11
- package/styles/grid/highcontrast-light.scss +1 -21
- package/styles/grid/highcontrast.css +21 -11
- package/styles/grid/highcontrast.scss +1 -21
- package/styles/grid/material-dark.css +21 -11
- package/styles/grid/material-dark.scss +1 -21
- package/styles/grid/material.css +21 -11
- package/styles/grid/material.scss +1 -21
- package/styles/grid/tailwind-dark.css +21 -11
- package/styles/grid/tailwind-dark.scss +1 -21
- package/styles/grid/tailwind.css +21 -11
- package/styles/grid/tailwind.scss +1 -21
- package/styles/highcontrast-light.css +23 -12
- package/styles/highcontrast.css +23 -12
- package/styles/material-dark.css +23 -12
- package/styles/material.css +23 -12
- package/styles/tailwind-dark.css +23 -12
- package/styles/tailwind.css +23 -12
- 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 -417
- 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 -42
- 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 -597
- package/styles/grid/_bootstrap-definition.scss +0 -599
- package/styles/grid/_bootstrap4-definition.scss +0 -603
- package/styles/grid/_bootstrap5-dark-definition.scss +0 -1
- package/styles/grid/_bootstrap5-definition.scss +0 -598
- package/styles/grid/_fabric-dark-definition.scss +0 -595
- package/styles/grid/_fabric-definition.scss +0 -595
- package/styles/grid/_fluent-dark-definition.scss +0 -1
- package/styles/grid/_fluent-definition.scss +0 -590
- package/styles/grid/_fusionnew-definition.scss +0 -575
- package/styles/grid/_highcontrast-definition.scss +0 -595
- package/styles/grid/_highcontrast-light-definition.scss +0 -591
- package/styles/grid/_layout.scss +0 -4352
- package/styles/grid/_material-dark-definition.scss +0 -595
- package/styles/grid/_material-definition.scss +0 -593
- package/styles/grid/_material3-definition.scss +0 -599
- 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 -604
- 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
|
@@ -1676,7 +1676,7 @@
|
|
|
1676
1676
|
text-overflow: ellipsis;
|
|
1677
1677
|
white-space: nowrap;
|
|
1678
1678
|
}
|
|
1679
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1679
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1680
1680
|
text-overflow: clip;
|
|
1681
1681
|
}
|
|
1682
1682
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -1968,7 +1968,8 @@
|
|
|
1968
1968
|
padding-left: 8px;
|
|
1969
1969
|
}
|
|
1970
1970
|
.e-grid .e-chk-hidden {
|
|
1971
|
-
-moz-appearance: none;
|
|
1971
|
+
-moz-appearance: none;
|
|
1972
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1972
1973
|
height: 1px;
|
|
1973
1974
|
opacity: 0;
|
|
1974
1975
|
width: 1px;
|
|
@@ -1982,7 +1983,8 @@
|
|
|
1982
1983
|
}
|
|
1983
1984
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1984
1985
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1985
|
-
-webkit-user-select: auto;
|
|
1986
|
+
-webkit-user-select: auto;
|
|
1987
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1986
1988
|
height: 20px;
|
|
1987
1989
|
line-height: 20px;
|
|
1988
1990
|
position: relative;
|
|
@@ -2178,7 +2180,8 @@
|
|
|
2178
2180
|
padding: 2px;
|
|
2179
2181
|
}
|
|
2180
2182
|
.e-grid .e-content {
|
|
2181
|
-
-webkit-overflow-scrolling: touch;
|
|
2183
|
+
-webkit-overflow-scrolling: touch;
|
|
2184
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2182
2185
|
overflow-x: auto;
|
|
2183
2186
|
overflow-y: scroll;
|
|
2184
2187
|
position: relative;
|
|
@@ -2595,10 +2598,12 @@
|
|
|
2595
2598
|
overflow: hidden;
|
|
2596
2599
|
}
|
|
2597
2600
|
.e-grid .e-frozenhdrcont {
|
|
2598
|
-
-ms-touch-action: none;
|
|
2601
|
+
-ms-touch-action: none;
|
|
2602
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2599
2603
|
}
|
|
2600
2604
|
.e-grid .e-frozencontent {
|
|
2601
|
-
-ms-touch-action: none;
|
|
2605
|
+
-ms-touch-action: none;
|
|
2606
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2602
2607
|
border-bottom-width: 1px;
|
|
2603
2608
|
float: left;
|
|
2604
2609
|
width: min-content;
|
|
@@ -2607,19 +2612,23 @@
|
|
|
2607
2612
|
float: right;
|
|
2608
2613
|
}
|
|
2609
2614
|
.e-grid .e-movablecontent {
|
|
2610
|
-
-ms-overflow-style: none;
|
|
2615
|
+
-ms-overflow-style: none;
|
|
2616
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2611
2617
|
-ms-flex: 1;
|
|
2612
2618
|
flex: 1;
|
|
2613
2619
|
overflow-x: auto;
|
|
2614
2620
|
overflow-y: hidden;
|
|
2615
2621
|
}
|
|
2616
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2622
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2623
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2617
2624
|
display: none;
|
|
2618
2625
|
}
|
|
2619
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2626
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2627
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2620
2628
|
width: 7px;
|
|
2621
2629
|
}
|
|
2622
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2630
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2631
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2623
2632
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2624
2633
|
border-radius: 4px;
|
|
2625
2634
|
}
|
|
@@ -3637,7 +3646,8 @@
|
|
|
3637
3646
|
}
|
|
3638
3647
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3639
3648
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3640
|
-
-moz-appearance: none;
|
|
3649
|
+
-moz-appearance: none;
|
|
3650
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3641
3651
|
height: 1px;
|
|
3642
3652
|
opacity: 0;
|
|
3643
3653
|
width: 1px;
|
|
@@ -1,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/bootstrap4-definition.scss';
|
|
3
|
-
@import '../excel-filter/bootstrap4-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/bootstrap4-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap4-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap4-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/bootstrap4-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap4-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/bootstrap4-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/bootstrap4-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/bootstrap4-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap4-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap4-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap4-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap4-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/bootstrap4-definition.scss';
|
|
19
|
-
@import 'bootstrap4-definition.scss';
|
|
20
|
-
@import 'icons/bootstrap4.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/bootstrap4.scss';
|
|
@@ -1691,7 +1691,7 @@
|
|
|
1691
1691
|
text-overflow: ellipsis;
|
|
1692
1692
|
white-space: nowrap;
|
|
1693
1693
|
}
|
|
1694
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1694
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1695
1695
|
text-overflow: clip;
|
|
1696
1696
|
}
|
|
1697
1697
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -1983,7 +1983,8 @@
|
|
|
1983
1983
|
padding-left: 8px;
|
|
1984
1984
|
}
|
|
1985
1985
|
.e-grid .e-chk-hidden {
|
|
1986
|
-
-moz-appearance: none;
|
|
1986
|
+
-moz-appearance: none;
|
|
1987
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1987
1988
|
height: 1px;
|
|
1988
1989
|
opacity: 0;
|
|
1989
1990
|
width: 1px;
|
|
@@ -1997,7 +1998,8 @@
|
|
|
1997
1998
|
}
|
|
1998
1999
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1999
2000
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2000
|
-
-webkit-user-select: auto;
|
|
2001
|
+
-webkit-user-select: auto;
|
|
2002
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2001
2003
|
height: 20px;
|
|
2002
2004
|
line-height: 20px;
|
|
2003
2005
|
position: relative;
|
|
@@ -2193,7 +2195,8 @@
|
|
|
2193
2195
|
padding: 2px;
|
|
2194
2196
|
}
|
|
2195
2197
|
.e-grid .e-content {
|
|
2196
|
-
-webkit-overflow-scrolling: touch;
|
|
2198
|
+
-webkit-overflow-scrolling: touch;
|
|
2199
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2197
2200
|
overflow-x: auto;
|
|
2198
2201
|
overflow-y: scroll;
|
|
2199
2202
|
position: relative;
|
|
@@ -2608,10 +2611,12 @@
|
|
|
2608
2611
|
overflow: hidden;
|
|
2609
2612
|
}
|
|
2610
2613
|
.e-grid .e-frozenhdrcont {
|
|
2611
|
-
-ms-touch-action: none;
|
|
2614
|
+
-ms-touch-action: none;
|
|
2615
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2612
2616
|
}
|
|
2613
2617
|
.e-grid .e-frozencontent {
|
|
2614
|
-
-ms-touch-action: none;
|
|
2618
|
+
-ms-touch-action: none;
|
|
2619
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2615
2620
|
border-bottom-width: 1px;
|
|
2616
2621
|
float: left;
|
|
2617
2622
|
width: min-content;
|
|
@@ -2620,19 +2625,23 @@
|
|
|
2620
2625
|
float: right;
|
|
2621
2626
|
}
|
|
2622
2627
|
.e-grid .e-movablecontent {
|
|
2623
|
-
-ms-overflow-style: none;
|
|
2628
|
+
-ms-overflow-style: none;
|
|
2629
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2624
2630
|
-ms-flex: 1;
|
|
2625
2631
|
flex: 1;
|
|
2626
2632
|
overflow-x: auto;
|
|
2627
2633
|
overflow-y: hidden;
|
|
2628
2634
|
}
|
|
2629
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2635
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2636
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2630
2637
|
display: none;
|
|
2631
2638
|
}
|
|
2632
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2639
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2640
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2633
2641
|
width: 7px;
|
|
2634
2642
|
}
|
|
2635
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2643
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2644
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2636
2645
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2637
2646
|
border-radius: 4px;
|
|
2638
2647
|
}
|
|
@@ -3659,7 +3668,8 @@
|
|
|
3659
3668
|
}
|
|
3660
3669
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3661
3670
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3662
|
-
-moz-appearance: none;
|
|
3671
|
+
-moz-appearance: none;
|
|
3672
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3663
3673
|
height: 1px;
|
|
3664
3674
|
opacity: 0;
|
|
3665
3675
|
width: 1px;
|
|
@@ -1,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import '../excel-filter/bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/bootstrap5-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap5-dark-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/bootstrap5-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap5-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/bootstrap5-dark-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/bootstrap5-dark-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/bootstrap5-dark-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap5-dark-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap5-dark-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/bootstrap5-dark-definition.scss';
|
|
19
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
20
|
-
@import 'icons/bootstrap5-dark.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/bootstrap5-dark.scss';
|
|
@@ -1691,7 +1691,7 @@
|
|
|
1691
1691
|
text-overflow: ellipsis;
|
|
1692
1692
|
white-space: nowrap;
|
|
1693
1693
|
}
|
|
1694
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1694
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1695
1695
|
text-overflow: clip;
|
|
1696
1696
|
}
|
|
1697
1697
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -1983,7 +1983,8 @@
|
|
|
1983
1983
|
padding-left: 8px;
|
|
1984
1984
|
}
|
|
1985
1985
|
.e-grid .e-chk-hidden {
|
|
1986
|
-
-moz-appearance: none;
|
|
1986
|
+
-moz-appearance: none;
|
|
1987
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1987
1988
|
height: 1px;
|
|
1988
1989
|
opacity: 0;
|
|
1989
1990
|
width: 1px;
|
|
@@ -1997,7 +1998,8 @@
|
|
|
1997
1998
|
}
|
|
1998
1999
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1999
2000
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2000
|
-
-webkit-user-select: auto;
|
|
2001
|
+
-webkit-user-select: auto;
|
|
2002
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2001
2003
|
height: 20px;
|
|
2002
2004
|
line-height: 20px;
|
|
2003
2005
|
position: relative;
|
|
@@ -2193,7 +2195,8 @@
|
|
|
2193
2195
|
padding: 2px;
|
|
2194
2196
|
}
|
|
2195
2197
|
.e-grid .e-content {
|
|
2196
|
-
-webkit-overflow-scrolling: touch;
|
|
2198
|
+
-webkit-overflow-scrolling: touch;
|
|
2199
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2197
2200
|
overflow-x: auto;
|
|
2198
2201
|
overflow-y: scroll;
|
|
2199
2202
|
position: relative;
|
|
@@ -2608,10 +2611,12 @@
|
|
|
2608
2611
|
overflow: hidden;
|
|
2609
2612
|
}
|
|
2610
2613
|
.e-grid .e-frozenhdrcont {
|
|
2611
|
-
-ms-touch-action: none;
|
|
2614
|
+
-ms-touch-action: none;
|
|
2615
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2612
2616
|
}
|
|
2613
2617
|
.e-grid .e-frozencontent {
|
|
2614
|
-
-ms-touch-action: none;
|
|
2618
|
+
-ms-touch-action: none;
|
|
2619
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2615
2620
|
border-bottom-width: 1px;
|
|
2616
2621
|
float: left;
|
|
2617
2622
|
width: min-content;
|
|
@@ -2620,19 +2625,23 @@
|
|
|
2620
2625
|
float: right;
|
|
2621
2626
|
}
|
|
2622
2627
|
.e-grid .e-movablecontent {
|
|
2623
|
-
-ms-overflow-style: none;
|
|
2628
|
+
-ms-overflow-style: none;
|
|
2629
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2624
2630
|
-ms-flex: 1;
|
|
2625
2631
|
flex: 1;
|
|
2626
2632
|
overflow-x: auto;
|
|
2627
2633
|
overflow-y: hidden;
|
|
2628
2634
|
}
|
|
2629
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2635
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2636
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2630
2637
|
display: none;
|
|
2631
2638
|
}
|
|
2632
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2639
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2640
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2633
2641
|
width: 7px;
|
|
2634
2642
|
}
|
|
2635
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2643
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2644
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2636
2645
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2637
2646
|
border-radius: 4px;
|
|
2638
2647
|
}
|
|
@@ -3659,7 +3668,8 @@
|
|
|
3659
3668
|
}
|
|
3660
3669
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3661
3670
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3662
|
-
-moz-appearance: none;
|
|
3671
|
+
-moz-appearance: none;
|
|
3672
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3663
3673
|
height: 1px;
|
|
3664
3674
|
opacity: 0;
|
|
3665
3675
|
width: 1px;
|
|
@@ -1,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/bootstrap5-definition.scss';
|
|
3
|
-
@import '../excel-filter/bootstrap5-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/bootstrap5-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/bootstrap5-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/bootstrap5-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/bootstrap5-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/bootstrap5-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/bootstrap5-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/bootstrap5-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/bootstrap5-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/bootstrap5-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/bootstrap5-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/bootstrap5-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/bootstrap5-definition.scss';
|
|
19
|
-
@import 'bootstrap5-definition.scss';
|
|
20
|
-
@import 'icons/bootstrap5.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/bootstrap5.scss';
|
|
@@ -1604,7 +1604,7 @@
|
|
|
1604
1604
|
text-overflow: ellipsis;
|
|
1605
1605
|
white-space: nowrap;
|
|
1606
1606
|
}
|
|
1607
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1607
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1608
1608
|
text-overflow: clip;
|
|
1609
1609
|
}
|
|
1610
1610
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -1896,7 +1896,8 @@
|
|
|
1896
1896
|
padding-left: 7px;
|
|
1897
1897
|
}
|
|
1898
1898
|
.e-grid .e-chk-hidden {
|
|
1899
|
-
-moz-appearance: none;
|
|
1899
|
+
-moz-appearance: none;
|
|
1900
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1900
1901
|
height: 1px;
|
|
1901
1902
|
opacity: 0;
|
|
1902
1903
|
width: 1px;
|
|
@@ -1910,7 +1911,8 @@
|
|
|
1910
1911
|
}
|
|
1911
1912
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1912
1913
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1913
|
-
-webkit-user-select: auto;
|
|
1914
|
+
-webkit-user-select: auto;
|
|
1915
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1914
1916
|
height: 20px;
|
|
1915
1917
|
line-height: 21px;
|
|
1916
1918
|
position: relative;
|
|
@@ -2106,7 +2108,8 @@
|
|
|
2106
2108
|
padding: 2px;
|
|
2107
2109
|
}
|
|
2108
2110
|
.e-grid .e-content {
|
|
2109
|
-
-webkit-overflow-scrolling: touch;
|
|
2111
|
+
-webkit-overflow-scrolling: touch;
|
|
2112
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2110
2113
|
overflow-x: auto;
|
|
2111
2114
|
overflow-y: scroll;
|
|
2112
2115
|
position: relative;
|
|
@@ -2521,10 +2524,12 @@
|
|
|
2521
2524
|
overflow: hidden;
|
|
2522
2525
|
}
|
|
2523
2526
|
.e-grid .e-frozenhdrcont {
|
|
2524
|
-
-ms-touch-action: none;
|
|
2527
|
+
-ms-touch-action: none;
|
|
2528
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2525
2529
|
}
|
|
2526
2530
|
.e-grid .e-frozencontent {
|
|
2527
|
-
-ms-touch-action: none;
|
|
2531
|
+
-ms-touch-action: none;
|
|
2532
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2528
2533
|
border-bottom-width: 1px;
|
|
2529
2534
|
float: left;
|
|
2530
2535
|
width: min-content;
|
|
@@ -2533,19 +2538,23 @@
|
|
|
2533
2538
|
float: right;
|
|
2534
2539
|
}
|
|
2535
2540
|
.e-grid .e-movablecontent {
|
|
2536
|
-
-ms-overflow-style: none;
|
|
2541
|
+
-ms-overflow-style: none;
|
|
2542
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2537
2543
|
-ms-flex: 1;
|
|
2538
2544
|
flex: 1;
|
|
2539
2545
|
overflow-x: auto;
|
|
2540
2546
|
overflow-y: hidden;
|
|
2541
2547
|
}
|
|
2542
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2548
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2549
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2543
2550
|
display: none;
|
|
2544
2551
|
}
|
|
2545
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2552
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2553
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2546
2554
|
width: 7px;
|
|
2547
2555
|
}
|
|
2548
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2556
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2557
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2549
2558
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2550
2559
|
border-radius: 4px;
|
|
2551
2560
|
}
|
|
@@ -3562,7 +3571,8 @@
|
|
|
3562
3571
|
}
|
|
3563
3572
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3564
3573
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3565
|
-
-moz-appearance: none;
|
|
3574
|
+
-moz-appearance: none;
|
|
3575
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3566
3576
|
height: 1px;
|
|
3567
3577
|
opacity: 0;
|
|
3568
3578
|
width: 1px;
|
|
@@ -1,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/fabric-dark-definition.scss';
|
|
3
|
-
@import '../excel-filter/fabric-dark-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/fabric-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/fabric-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/fabric-dark-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/fabric-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/fabric-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fabric-dark-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/fabric-dark-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/fabric-dark-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/fabric-dark-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/fabric-dark-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/fabric-dark-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/fabric-dark-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/fabric-dark-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/fabric-dark-definition.scss';
|
|
19
|
-
@import 'fabric-dark-definition.scss';
|
|
20
|
-
@import 'icons/fabric-dark.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/fabric-dark.scss';
|
package/styles/grid/fabric.css
CHANGED
|
@@ -1597,7 +1597,7 @@
|
|
|
1597
1597
|
text-overflow: ellipsis;
|
|
1598
1598
|
white-space: nowrap;
|
|
1599
1599
|
}
|
|
1600
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1600
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1601
1601
|
text-overflow: clip;
|
|
1602
1602
|
}
|
|
1603
1603
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -1889,7 +1889,8 @@
|
|
|
1889
1889
|
padding-left: 7px;
|
|
1890
1890
|
}
|
|
1891
1891
|
.e-grid .e-chk-hidden {
|
|
1892
|
-
-moz-appearance: none;
|
|
1892
|
+
-moz-appearance: none;
|
|
1893
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1893
1894
|
height: 1px;
|
|
1894
1895
|
opacity: 0;
|
|
1895
1896
|
width: 1px;
|
|
@@ -1903,7 +1904,8 @@
|
|
|
1903
1904
|
}
|
|
1904
1905
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1905
1906
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1906
|
-
-webkit-user-select: auto;
|
|
1907
|
+
-webkit-user-select: auto;
|
|
1908
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1907
1909
|
height: 20px;
|
|
1908
1910
|
line-height: 21px;
|
|
1909
1911
|
position: relative;
|
|
@@ -2099,7 +2101,8 @@
|
|
|
2099
2101
|
padding: 2px;
|
|
2100
2102
|
}
|
|
2101
2103
|
.e-grid .e-content {
|
|
2102
|
-
-webkit-overflow-scrolling: touch;
|
|
2104
|
+
-webkit-overflow-scrolling: touch;
|
|
2105
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2103
2106
|
overflow-x: auto;
|
|
2104
2107
|
overflow-y: scroll;
|
|
2105
2108
|
position: relative;
|
|
@@ -2514,10 +2517,12 @@
|
|
|
2514
2517
|
overflow: hidden;
|
|
2515
2518
|
}
|
|
2516
2519
|
.e-grid .e-frozenhdrcont {
|
|
2517
|
-
-ms-touch-action: none;
|
|
2520
|
+
-ms-touch-action: none;
|
|
2521
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2518
2522
|
}
|
|
2519
2523
|
.e-grid .e-frozencontent {
|
|
2520
|
-
-ms-touch-action: none;
|
|
2524
|
+
-ms-touch-action: none;
|
|
2525
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2521
2526
|
border-bottom-width: 1px;
|
|
2522
2527
|
float: left;
|
|
2523
2528
|
width: min-content;
|
|
@@ -2526,19 +2531,23 @@
|
|
|
2526
2531
|
float: right;
|
|
2527
2532
|
}
|
|
2528
2533
|
.e-grid .e-movablecontent {
|
|
2529
|
-
-ms-overflow-style: none;
|
|
2534
|
+
-ms-overflow-style: none;
|
|
2535
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2530
2536
|
-ms-flex: 1;
|
|
2531
2537
|
flex: 1;
|
|
2532
2538
|
overflow-x: auto;
|
|
2533
2539
|
overflow-y: hidden;
|
|
2534
2540
|
}
|
|
2535
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2541
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2542
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2536
2543
|
display: none;
|
|
2537
2544
|
}
|
|
2538
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2545
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2546
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2539
2547
|
width: 7px;
|
|
2540
2548
|
}
|
|
2541
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2549
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2550
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2542
2551
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2543
2552
|
border-radius: 4px;
|
|
2544
2553
|
}
|
|
@@ -3555,7 +3564,8 @@
|
|
|
3555
3564
|
}
|
|
3556
3565
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3557
3566
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3558
|
-
-moz-appearance: none;
|
|
3567
|
+
-moz-appearance: none;
|
|
3568
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3559
3569
|
height: 1px;
|
|
3560
3570
|
opacity: 0;
|
|
3561
3571
|
width: 1px;
|
package/styles/grid/fabric.scss
CHANGED
|
@@ -1,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/fabric-definition.scss';
|
|
3
|
-
@import '../excel-filter/fabric-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/fabric-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/fabric-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/fabric-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/fabric-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/fabric-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/fabric-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fabric-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/fabric-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/fabric-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/fabric-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/fabric-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/fabric-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/fabric-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/fabric-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/fabric-definition.scss';
|
|
19
|
-
@import 'fabric-definition.scss';
|
|
20
|
-
@import 'icons/fabric.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/fabric.scss';
|
|
@@ -1695,7 +1695,7 @@
|
|
|
1695
1695
|
text-overflow: ellipsis;
|
|
1696
1696
|
white-space: nowrap;
|
|
1697
1697
|
}
|
|
1698
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1698
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1699
1699
|
text-overflow: clip;
|
|
1700
1700
|
}
|
|
1701
1701
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -1994,7 +1994,8 @@
|
|
|
1994
1994
|
padding-left: 8px;
|
|
1995
1995
|
}
|
|
1996
1996
|
.e-grid .e-chk-hidden {
|
|
1997
|
-
-moz-appearance: none;
|
|
1997
|
+
-moz-appearance: none;
|
|
1998
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1998
1999
|
height: 1px;
|
|
1999
2000
|
opacity: 0;
|
|
2000
2001
|
width: 1px;
|
|
@@ -2008,7 +2009,8 @@
|
|
|
2008
2009
|
}
|
|
2009
2010
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2010
2011
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2011
|
-
-webkit-user-select: auto;
|
|
2012
|
+
-webkit-user-select: auto;
|
|
2013
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2012
2014
|
height: 20px;
|
|
2013
2015
|
line-height: 20px;
|
|
2014
2016
|
position: relative;
|
|
@@ -2205,7 +2207,8 @@
|
|
|
2205
2207
|
padding: 2px;
|
|
2206
2208
|
}
|
|
2207
2209
|
.e-grid .e-content {
|
|
2208
|
-
-webkit-overflow-scrolling: touch;
|
|
2210
|
+
-webkit-overflow-scrolling: touch;
|
|
2211
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2209
2212
|
overflow-x: auto;
|
|
2210
2213
|
overflow-y: scroll;
|
|
2211
2214
|
position: relative;
|
|
@@ -2624,10 +2627,12 @@
|
|
|
2624
2627
|
overflow: hidden;
|
|
2625
2628
|
}
|
|
2626
2629
|
.e-grid .e-frozenhdrcont {
|
|
2627
|
-
-ms-touch-action: none;
|
|
2630
|
+
-ms-touch-action: none;
|
|
2631
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2628
2632
|
}
|
|
2629
2633
|
.e-grid .e-frozencontent {
|
|
2630
|
-
-ms-touch-action: none;
|
|
2634
|
+
-ms-touch-action: none;
|
|
2635
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2631
2636
|
border-bottom-width: 1px;
|
|
2632
2637
|
float: left;
|
|
2633
2638
|
width: min-content;
|
|
@@ -2636,19 +2641,23 @@
|
|
|
2636
2641
|
float: right;
|
|
2637
2642
|
}
|
|
2638
2643
|
.e-grid .e-movablecontent {
|
|
2639
|
-
-ms-overflow-style: none;
|
|
2644
|
+
-ms-overflow-style: none;
|
|
2645
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2640
2646
|
-ms-flex: 1;
|
|
2641
2647
|
flex: 1;
|
|
2642
2648
|
overflow-x: auto;
|
|
2643
2649
|
overflow-y: hidden;
|
|
2644
2650
|
}
|
|
2645
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2651
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2652
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2646
2653
|
display: none;
|
|
2647
2654
|
}
|
|
2648
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2655
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2656
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2649
2657
|
width: 7px;
|
|
2650
2658
|
}
|
|
2651
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2659
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2660
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2652
2661
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2653
2662
|
border-radius: 4px;
|
|
2654
2663
|
}
|
|
@@ -3679,7 +3688,8 @@
|
|
|
3679
3688
|
}
|
|
3680
3689
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3681
3690
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3682
|
-
-moz-appearance: none;
|
|
3691
|
+
-moz-appearance: none;
|
|
3692
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3683
3693
|
height: 1px;
|
|
3684
3694
|
opacity: 0;
|
|
3685
3695
|
width: 1px;
|