@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
|
@@ -1,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/fluent-dark-definition.scss';
|
|
3
|
-
@import '../excel-filter/fluent-dark-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/fluent-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/fluent-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/fluent-dark-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/fluent-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/fluent-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fluent-dark-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/fluent-dark-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/fluent-dark-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/fluent-dark-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/fluent-dark-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/fluent-dark-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/fluent-dark-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/fluent-dark-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/fluent-dark-definition.scss';
|
|
19
|
-
@import 'fluent-dark-definition.scss';
|
|
20
|
-
@import 'icons/fluent-dark.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/fluent-dark.scss';
|
package/styles/grid/fluent.css
CHANGED
|
@@ -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;
|
package/styles/grid/fluent.scss
CHANGED
|
@@ -1,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/fluent-definition.scss';
|
|
3
|
-
@import '../excel-filter/fluent-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/fluent-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/fluent-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/fluent-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/fluent-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/fluent-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/fluent-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/fluent-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/fluent-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/fluent-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/fluent-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/fluent-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/fluent-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/fluent-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/fluent-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/fluent-definition.scss';
|
|
19
|
-
@import 'fluent-definition.scss';
|
|
20
|
-
@import 'icons/fluent.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/fluent.scss';
|
|
@@ -1601,7 +1601,7 @@
|
|
|
1601
1601
|
text-overflow: ellipsis;
|
|
1602
1602
|
white-space: nowrap;
|
|
1603
1603
|
}
|
|
1604
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1604
|
+
.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 {
|
|
1605
1605
|
text-overflow: clip;
|
|
1606
1606
|
}
|
|
1607
1607
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -1893,7 +1893,8 @@
|
|
|
1893
1893
|
padding-left: 7px;
|
|
1894
1894
|
}
|
|
1895
1895
|
.e-grid .e-chk-hidden {
|
|
1896
|
-
-moz-appearance: none;
|
|
1896
|
+
-moz-appearance: none;
|
|
1897
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1897
1898
|
height: 1px;
|
|
1898
1899
|
opacity: 0;
|
|
1899
1900
|
width: 1px;
|
|
@@ -1907,7 +1908,8 @@
|
|
|
1907
1908
|
}
|
|
1908
1909
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1909
1910
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1910
|
-
-webkit-user-select: auto;
|
|
1911
|
+
-webkit-user-select: auto;
|
|
1912
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1911
1913
|
height: 20px;
|
|
1912
1914
|
line-height: 20px;
|
|
1913
1915
|
position: relative;
|
|
@@ -2103,7 +2105,8 @@
|
|
|
2103
2105
|
padding: 2px;
|
|
2104
2106
|
}
|
|
2105
2107
|
.e-grid .e-content {
|
|
2106
|
-
-webkit-overflow-scrolling: touch;
|
|
2108
|
+
-webkit-overflow-scrolling: touch;
|
|
2109
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2107
2110
|
overflow-x: auto;
|
|
2108
2111
|
overflow-y: scroll;
|
|
2109
2112
|
position: relative;
|
|
@@ -2518,10 +2521,12 @@
|
|
|
2518
2521
|
overflow: hidden;
|
|
2519
2522
|
}
|
|
2520
2523
|
.e-grid .e-frozenhdrcont {
|
|
2521
|
-
-ms-touch-action: none;
|
|
2524
|
+
-ms-touch-action: none;
|
|
2525
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2522
2526
|
}
|
|
2523
2527
|
.e-grid .e-frozencontent {
|
|
2524
|
-
-ms-touch-action: none;
|
|
2528
|
+
-ms-touch-action: none;
|
|
2529
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2525
2530
|
border-bottom-width: 1px;
|
|
2526
2531
|
float: left;
|
|
2527
2532
|
width: min-content;
|
|
@@ -2530,19 +2535,23 @@
|
|
|
2530
2535
|
float: right;
|
|
2531
2536
|
}
|
|
2532
2537
|
.e-grid .e-movablecontent {
|
|
2533
|
-
-ms-overflow-style: none;
|
|
2538
|
+
-ms-overflow-style: none;
|
|
2539
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2534
2540
|
-ms-flex: 1;
|
|
2535
2541
|
flex: 1;
|
|
2536
2542
|
overflow-x: auto;
|
|
2537
2543
|
overflow-y: hidden;
|
|
2538
2544
|
}
|
|
2539
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2545
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2546
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2540
2547
|
display: none;
|
|
2541
2548
|
}
|
|
2542
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2549
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2550
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2543
2551
|
width: 7px;
|
|
2544
2552
|
}
|
|
2545
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2553
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2554
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2546
2555
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2547
2556
|
border-radius: 4px;
|
|
2548
2557
|
}
|
|
@@ -3559,7 +3568,8 @@
|
|
|
3559
3568
|
}
|
|
3560
3569
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3561
3570
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3562
|
-
-moz-appearance: none;
|
|
3571
|
+
-moz-appearance: none;
|
|
3572
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3563
3573
|
height: 1px;
|
|
3564
3574
|
opacity: 0;
|
|
3565
3575
|
width: 1px;
|
|
@@ -1,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/highcontrast-light-definition.scss';
|
|
3
|
-
@import '../excel-filter/highcontrast-light-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/highcontrast-light-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/highcontrast-light-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/highcontrast-light-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/highcontrast-light-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/highcontrast-light-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/highcontrast-light-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/highcontrast-light-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/highcontrast-light-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/highcontrast-light-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/highcontrast-light-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/highcontrast-light-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/highcontrast-light-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/highcontrast-light-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/highcontrast-light-definition.scss';
|
|
19
|
-
@import 'highcontrast-light-definition.scss';
|
|
20
|
-
@import 'icons/highcontrast-light.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/highcontrast-light.scss';
|
|
@@ -1601,7 +1601,7 @@
|
|
|
1601
1601
|
text-overflow: ellipsis;
|
|
1602
1602
|
white-space: nowrap;
|
|
1603
1603
|
}
|
|
1604
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1604
|
+
.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 {
|
|
1605
1605
|
text-overflow: clip;
|
|
1606
1606
|
}
|
|
1607
1607
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -1893,7 +1893,8 @@
|
|
|
1893
1893
|
padding-left: 7px;
|
|
1894
1894
|
}
|
|
1895
1895
|
.e-grid .e-chk-hidden {
|
|
1896
|
-
-moz-appearance: none;
|
|
1896
|
+
-moz-appearance: none;
|
|
1897
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1897
1898
|
height: 1px;
|
|
1898
1899
|
opacity: 0;
|
|
1899
1900
|
width: 1px;
|
|
@@ -1907,7 +1908,8 @@
|
|
|
1907
1908
|
}
|
|
1908
1909
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1909
1910
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1910
|
-
-webkit-user-select: auto;
|
|
1911
|
+
-webkit-user-select: auto;
|
|
1912
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1911
1913
|
height: 20px;
|
|
1912
1914
|
line-height: 20px;
|
|
1913
1915
|
position: relative;
|
|
@@ -2103,7 +2105,8 @@
|
|
|
2103
2105
|
padding: 2px;
|
|
2104
2106
|
}
|
|
2105
2107
|
.e-grid .e-content {
|
|
2106
|
-
-webkit-overflow-scrolling: touch;
|
|
2108
|
+
-webkit-overflow-scrolling: touch;
|
|
2109
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2107
2110
|
overflow-x: auto;
|
|
2108
2111
|
overflow-y: scroll;
|
|
2109
2112
|
position: relative;
|
|
@@ -2518,10 +2521,12 @@
|
|
|
2518
2521
|
overflow: hidden;
|
|
2519
2522
|
}
|
|
2520
2523
|
.e-grid .e-frozenhdrcont {
|
|
2521
|
-
-ms-touch-action: none;
|
|
2524
|
+
-ms-touch-action: none;
|
|
2525
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2522
2526
|
}
|
|
2523
2527
|
.e-grid .e-frozencontent {
|
|
2524
|
-
-ms-touch-action: none;
|
|
2528
|
+
-ms-touch-action: none;
|
|
2529
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2525
2530
|
border-bottom-width: 1px;
|
|
2526
2531
|
float: left;
|
|
2527
2532
|
width: min-content;
|
|
@@ -2530,19 +2535,23 @@
|
|
|
2530
2535
|
float: right;
|
|
2531
2536
|
}
|
|
2532
2537
|
.e-grid .e-movablecontent {
|
|
2533
|
-
-ms-overflow-style: none;
|
|
2538
|
+
-ms-overflow-style: none;
|
|
2539
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2534
2540
|
-ms-flex: 1;
|
|
2535
2541
|
flex: 1;
|
|
2536
2542
|
overflow-x: auto;
|
|
2537
2543
|
overflow-y: hidden;
|
|
2538
2544
|
}
|
|
2539
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2545
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2546
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2540
2547
|
display: none;
|
|
2541
2548
|
}
|
|
2542
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2549
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2550
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2543
2551
|
width: 7px;
|
|
2544
2552
|
}
|
|
2545
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2553
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2554
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2546
2555
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2547
2556
|
border-radius: 4px;
|
|
2548
2557
|
}
|
|
@@ -3559,7 +3568,8 @@
|
|
|
3559
3568
|
}
|
|
3560
3569
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3561
3570
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3562
|
-
-moz-appearance: none;
|
|
3571
|
+
-moz-appearance: none;
|
|
3572
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3563
3573
|
height: 1px;
|
|
3564
3574
|
opacity: 0;
|
|
3565
3575
|
width: 1px;
|
|
@@ -1,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/highcontrast-definition.scss';
|
|
3
|
-
@import '../excel-filter/highcontrast-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/highcontrast-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/highcontrast-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/highcontrast-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/highcontrast-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/highcontrast-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/highcontrast-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/highcontrast-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/highcontrast-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/highcontrast-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/highcontrast-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/highcontrast-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/highcontrast-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/highcontrast-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/highcontrast-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/highcontrast-definition.scss';
|
|
19
|
-
@import 'highcontrast-definition.scss';
|
|
20
|
-
@import 'icons/highcontrast.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/highcontrast.scss';
|
|
@@ -1645,7 +1645,7 @@
|
|
|
1645
1645
|
text-overflow: ellipsis;
|
|
1646
1646
|
white-space: nowrap;
|
|
1647
1647
|
}
|
|
1648
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1648
|
+
.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 {
|
|
1649
1649
|
text-overflow: clip;
|
|
1650
1650
|
}
|
|
1651
1651
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -1937,7 +1937,8 @@
|
|
|
1937
1937
|
padding-left: 9px;
|
|
1938
1938
|
}
|
|
1939
1939
|
.e-grid .e-chk-hidden {
|
|
1940
|
-
-moz-appearance: none;
|
|
1940
|
+
-moz-appearance: none;
|
|
1941
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1941
1942
|
height: 1px;
|
|
1942
1943
|
opacity: 0;
|
|
1943
1944
|
width: 1px;
|
|
@@ -1951,7 +1952,8 @@
|
|
|
1951
1952
|
}
|
|
1952
1953
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1953
1954
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1954
|
-
-webkit-user-select: auto;
|
|
1955
|
+
-webkit-user-select: auto;
|
|
1956
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1955
1957
|
height: 20px;
|
|
1956
1958
|
line-height: 20px;
|
|
1957
1959
|
position: relative;
|
|
@@ -2147,7 +2149,8 @@
|
|
|
2147
2149
|
padding: 2px;
|
|
2148
2150
|
}
|
|
2149
2151
|
.e-grid .e-content {
|
|
2150
|
-
-webkit-overflow-scrolling: touch;
|
|
2152
|
+
-webkit-overflow-scrolling: touch;
|
|
2153
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2151
2154
|
overflow-x: auto;
|
|
2152
2155
|
overflow-y: scroll;
|
|
2153
2156
|
position: relative;
|
|
@@ -2562,10 +2565,12 @@
|
|
|
2562
2565
|
overflow: hidden;
|
|
2563
2566
|
}
|
|
2564
2567
|
.e-grid .e-frozenhdrcont {
|
|
2565
|
-
-ms-touch-action: none;
|
|
2568
|
+
-ms-touch-action: none;
|
|
2569
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2566
2570
|
}
|
|
2567
2571
|
.e-grid .e-frozencontent {
|
|
2568
|
-
-ms-touch-action: none;
|
|
2572
|
+
-ms-touch-action: none;
|
|
2573
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2569
2574
|
border-bottom-width: 1px;
|
|
2570
2575
|
float: left;
|
|
2571
2576
|
width: min-content;
|
|
@@ -2574,19 +2579,23 @@
|
|
|
2574
2579
|
float: right;
|
|
2575
2580
|
}
|
|
2576
2581
|
.e-grid .e-movablecontent {
|
|
2577
|
-
-ms-overflow-style: none;
|
|
2582
|
+
-ms-overflow-style: none;
|
|
2583
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2578
2584
|
-ms-flex: 1;
|
|
2579
2585
|
flex: 1;
|
|
2580
2586
|
overflow-x: auto;
|
|
2581
2587
|
overflow-y: hidden;
|
|
2582
2588
|
}
|
|
2583
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2589
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2590
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2584
2591
|
display: none;
|
|
2585
2592
|
}
|
|
2586
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2593
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2594
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2587
2595
|
width: 7px;
|
|
2588
2596
|
}
|
|
2589
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2597
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2598
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2590
2599
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2591
2600
|
border-radius: 4px;
|
|
2592
2601
|
}
|
|
@@ -3603,7 +3612,8 @@
|
|
|
3603
3612
|
}
|
|
3604
3613
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3605
3614
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3606
|
-
-moz-appearance: none;
|
|
3615
|
+
-moz-appearance: none;
|
|
3616
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3607
3617
|
height: 1px;
|
|
3608
3618
|
opacity: 0;
|
|
3609
3619
|
width: 1px;
|
|
@@ -1,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/material-dark-definition.scss';
|
|
3
|
-
@import '../excel-filter/material-dark-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/material-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/material-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/material-dark-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/material-dark-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/material-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/material-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/material-dark-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/material-dark-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/material-dark-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/material-dark-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/material-dark-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/material-dark-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/material-dark-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/material-dark-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/material-dark-definition.scss';
|
|
19
|
-
@import 'material-dark-definition.scss';
|
|
20
|
-
@import 'icons/material-dark.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/material-dark.scss';
|
package/styles/grid/material.css
CHANGED
|
@@ -1679,7 +1679,7 @@
|
|
|
1679
1679
|
text-overflow: ellipsis;
|
|
1680
1680
|
white-space: nowrap;
|
|
1681
1681
|
}
|
|
1682
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1682
|
+
.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 {
|
|
1683
1683
|
text-overflow: clip;
|
|
1684
1684
|
}
|
|
1685
1685
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -1971,7 +1971,8 @@
|
|
|
1971
1971
|
padding-left: 9px;
|
|
1972
1972
|
}
|
|
1973
1973
|
.e-grid .e-chk-hidden {
|
|
1974
|
-
-moz-appearance: none;
|
|
1974
|
+
-moz-appearance: none;
|
|
1975
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1975
1976
|
height: 1px;
|
|
1976
1977
|
opacity: 0;
|
|
1977
1978
|
width: 1px;
|
|
@@ -1985,7 +1986,8 @@
|
|
|
1985
1986
|
}
|
|
1986
1987
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1987
1988
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1988
|
-
-webkit-user-select: auto;
|
|
1989
|
+
-webkit-user-select: auto;
|
|
1990
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
1989
1991
|
height: 20px;
|
|
1990
1992
|
line-height: 20px;
|
|
1991
1993
|
position: relative;
|
|
@@ -2181,7 +2183,8 @@
|
|
|
2181
2183
|
padding: 2px;
|
|
2182
2184
|
}
|
|
2183
2185
|
.e-grid .e-content {
|
|
2184
|
-
-webkit-overflow-scrolling: touch;
|
|
2186
|
+
-webkit-overflow-scrolling: touch;
|
|
2187
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2185
2188
|
overflow-x: auto;
|
|
2186
2189
|
overflow-y: scroll;
|
|
2187
2190
|
position: relative;
|
|
@@ -2596,10 +2599,12 @@
|
|
|
2596
2599
|
overflow: hidden;
|
|
2597
2600
|
}
|
|
2598
2601
|
.e-grid .e-frozenhdrcont {
|
|
2599
|
-
-ms-touch-action: none;
|
|
2602
|
+
-ms-touch-action: none;
|
|
2603
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2600
2604
|
}
|
|
2601
2605
|
.e-grid .e-frozencontent {
|
|
2602
|
-
-ms-touch-action: none;
|
|
2606
|
+
-ms-touch-action: none;
|
|
2607
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2603
2608
|
border-bottom-width: 1px;
|
|
2604
2609
|
float: left;
|
|
2605
2610
|
width: min-content;
|
|
@@ -2608,19 +2613,23 @@
|
|
|
2608
2613
|
float: right;
|
|
2609
2614
|
}
|
|
2610
2615
|
.e-grid .e-movablecontent {
|
|
2611
|
-
-ms-overflow-style: none;
|
|
2616
|
+
-ms-overflow-style: none;
|
|
2617
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2612
2618
|
-ms-flex: 1;
|
|
2613
2619
|
flex: 1;
|
|
2614
2620
|
overflow-x: auto;
|
|
2615
2621
|
overflow-y: hidden;
|
|
2616
2622
|
}
|
|
2617
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2623
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2624
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2618
2625
|
display: none;
|
|
2619
2626
|
}
|
|
2620
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2627
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2628
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2621
2629
|
width: 7px;
|
|
2622
2630
|
}
|
|
2623
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2631
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2632
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2624
2633
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2625
2634
|
border-radius: 4px;
|
|
2626
2635
|
}
|
|
@@ -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/material-definition.scss';
|
|
3
|
-
@import '../excel-filter/material-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/material-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/material-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/material-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/material-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/material-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/material-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/material-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/material-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/material-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/material-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/material-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/material-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/material-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/material-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/material-definition.scss';
|
|
19
|
-
@import 'material-definition.scss';
|
|
20
|
-
@import 'icons/material.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/material.scss';
|