@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
|
@@ -1686,7 +1686,7 @@
|
|
|
1686
1686
|
text-overflow: ellipsis;
|
|
1687
1687
|
white-space: nowrap;
|
|
1688
1688
|
}
|
|
1689
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1689
|
+
.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 {
|
|
1690
1690
|
text-overflow: clip;
|
|
1691
1691
|
}
|
|
1692
1692
|
.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;
|
|
@@ -2627,10 +2630,12 @@
|
|
|
2627
2630
|
overflow: hidden;
|
|
2628
2631
|
}
|
|
2629
2632
|
.e-grid .e-frozenhdrcont {
|
|
2630
|
-
-ms-touch-action: none;
|
|
2633
|
+
-ms-touch-action: none;
|
|
2634
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2631
2635
|
}
|
|
2632
2636
|
.e-grid .e-frozencontent {
|
|
2633
|
-
-ms-touch-action: none;
|
|
2637
|
+
-ms-touch-action: none;
|
|
2638
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2634
2639
|
border-bottom-width: 1px;
|
|
2635
2640
|
float: left;
|
|
2636
2641
|
width: min-content;
|
|
@@ -2639,19 +2644,23 @@
|
|
|
2639
2644
|
float: right;
|
|
2640
2645
|
}
|
|
2641
2646
|
.e-grid .e-movablecontent {
|
|
2642
|
-
-ms-overflow-style: none;
|
|
2647
|
+
-ms-overflow-style: none;
|
|
2648
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2643
2649
|
-ms-flex: 1;
|
|
2644
2650
|
flex: 1;
|
|
2645
2651
|
overflow-x: auto;
|
|
2646
2652
|
overflow-y: hidden;
|
|
2647
2653
|
}
|
|
2648
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2654
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2655
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2649
2656
|
display: none;
|
|
2650
2657
|
}
|
|
2651
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2658
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2659
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2652
2660
|
width: 7px;
|
|
2653
2661
|
}
|
|
2654
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2662
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2663
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2655
2664
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2656
2665
|
border-radius: 4px;
|
|
2657
2666
|
}
|
|
@@ -3685,7 +3694,8 @@
|
|
|
3685
3694
|
}
|
|
3686
3695
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3687
3696
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3688
|
-
-moz-appearance: none;
|
|
3697
|
+
-moz-appearance: none;
|
|
3698
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3689
3699
|
height: 1px;
|
|
3690
3700
|
opacity: 0;
|
|
3691
3701
|
width: 1px;
|
|
@@ -1,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/tailwind-dark-definition.scss';
|
|
3
|
-
@import '../excel-filter/tailwind-dark-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/tailwind-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/tailwind-dark-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/tailwind-dark-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/tailwind-dark-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/tailwind-dark-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-dark-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/tailwind-dark-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/tailwind-dark-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/tailwind-dark-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/tailwind-dark-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/tailwind-dark-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/tailwind-dark-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/tailwind-dark-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/tailwind-dark-definition.scss';
|
|
19
|
-
@import 'tailwind-dark-definition.scss';
|
|
20
|
-
@import 'icons/tailwind-dark.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/tailwind-dark.scss';
|
package/styles/grid/tailwind.css
CHANGED
|
@@ -1686,7 +1686,7 @@
|
|
|
1686
1686
|
text-overflow: ellipsis;
|
|
1687
1687
|
white-space: nowrap;
|
|
1688
1688
|
}
|
|
1689
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
1689
|
+
.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 {
|
|
1690
1690
|
text-overflow: clip;
|
|
1691
1691
|
}
|
|
1692
1692
|
.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;
|
|
@@ -2627,10 +2630,12 @@
|
|
|
2627
2630
|
overflow: hidden;
|
|
2628
2631
|
}
|
|
2629
2632
|
.e-grid .e-frozenhdrcont {
|
|
2630
|
-
-ms-touch-action: none;
|
|
2633
|
+
-ms-touch-action: none;
|
|
2634
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2631
2635
|
}
|
|
2632
2636
|
.e-grid .e-frozencontent {
|
|
2633
|
-
-ms-touch-action: none;
|
|
2637
|
+
-ms-touch-action: none;
|
|
2638
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2634
2639
|
border-bottom-width: 1px;
|
|
2635
2640
|
float: left;
|
|
2636
2641
|
width: min-content;
|
|
@@ -2639,19 +2644,23 @@
|
|
|
2639
2644
|
float: right;
|
|
2640
2645
|
}
|
|
2641
2646
|
.e-grid .e-movablecontent {
|
|
2642
|
-
-ms-overflow-style: none;
|
|
2647
|
+
-ms-overflow-style: none;
|
|
2648
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2643
2649
|
-ms-flex: 1;
|
|
2644
2650
|
flex: 1;
|
|
2645
2651
|
overflow-x: auto;
|
|
2646
2652
|
overflow-y: hidden;
|
|
2647
2653
|
}
|
|
2648
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2654
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2655
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2649
2656
|
display: none;
|
|
2650
2657
|
}
|
|
2651
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2658
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2659
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2652
2660
|
width: 7px;
|
|
2653
2661
|
}
|
|
2654
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2662
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2663
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2655
2664
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2656
2665
|
border-radius: 4px;
|
|
2657
2666
|
}
|
|
@@ -3685,7 +3694,8 @@
|
|
|
3685
3694
|
}
|
|
3686
3695
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3687
3696
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3688
|
-
-moz-appearance: none;
|
|
3697
|
+
-moz-appearance: none;
|
|
3698
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3689
3699
|
height: 1px;
|
|
3690
3700
|
opacity: 0;
|
|
3691
3701
|
width: 1px;
|
|
@@ -1,21 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-navigations/styles/pager/tailwind-definition.scss';
|
|
3
|
-
@import '../excel-filter/tailwind-definition.scss';
|
|
4
|
-
@import 'ej2-inputs/styles/input/tailwind-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/tailwind-definition.scss';
|
|
6
|
-
@import 'ej2-buttons/styles/button/tailwind-definition.scss';
|
|
7
|
-
@import 'ej2-buttons/styles/radio-button/tailwind-definition.scss';
|
|
8
|
-
@import 'ej2-buttons/styles/check-box/tailwind-definition.scss';
|
|
9
|
-
@import 'ej2-dropdowns/styles/auto-complete/tailwind-definition.scss';
|
|
10
|
-
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/dialog/tailwind-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/spinner/tailwind-definition.scss';
|
|
13
|
-
@import 'ej2-popups/styles/tooltip/tailwind-definition.scss';
|
|
14
|
-
@import 'ej2-calendars/styles/datepicker/tailwind-definition.scss';
|
|
15
|
-
@import 'ej2-calendars/styles/datetimepicker/tailwind-definition.scss';
|
|
16
|
-
@import 'ej2-navigations/styles/toolbar/tailwind-definition.scss';
|
|
17
|
-
@import 'ej2-navigations/styles/context-menu/tailwind-definition.scss';
|
|
18
|
-
@import 'ej2-notifications/styles/skeleton/tailwind-definition.scss';
|
|
19
|
-
@import 'tailwind-definition.scss';
|
|
20
|
-
@import 'icons/tailwind.scss';
|
|
21
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/tailwind.scss';
|
|
@@ -344,7 +344,8 @@
|
|
|
344
344
|
word-break: normal;
|
|
345
345
|
}
|
|
346
346
|
.e-excelfilter .e-chk-hidden {
|
|
347
|
-
-moz-appearance: none;
|
|
347
|
+
-moz-appearance: none;
|
|
348
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
348
349
|
height: 1px;
|
|
349
350
|
opacity: 0;
|
|
350
351
|
width: 1px;
|
|
@@ -2013,7 +2014,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2013
2014
|
text-overflow: ellipsis;
|
|
2014
2015
|
white-space: nowrap;
|
|
2015
2016
|
}
|
|
2016
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2017
|
+
.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 {
|
|
2017
2018
|
text-overflow: clip;
|
|
2018
2019
|
}
|
|
2019
2020
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2305,7 +2306,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2305
2306
|
padding-left: 7px;
|
|
2306
2307
|
}
|
|
2307
2308
|
.e-grid .e-chk-hidden {
|
|
2308
|
-
-moz-appearance: none;
|
|
2309
|
+
-moz-appearance: none;
|
|
2310
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2309
2311
|
height: 1px;
|
|
2310
2312
|
opacity: 0;
|
|
2311
2313
|
width: 1px;
|
|
@@ -2319,7 +2321,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2319
2321
|
}
|
|
2320
2322
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2321
2323
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2322
|
-
-webkit-user-select: auto;
|
|
2324
|
+
-webkit-user-select: auto;
|
|
2325
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2323
2326
|
height: 20px;
|
|
2324
2327
|
line-height: 20px;
|
|
2325
2328
|
position: relative;
|
|
@@ -2515,7 +2518,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2515
2518
|
padding: 2px;
|
|
2516
2519
|
}
|
|
2517
2520
|
.e-grid .e-content {
|
|
2518
|
-
-webkit-overflow-scrolling: touch;
|
|
2521
|
+
-webkit-overflow-scrolling: touch;
|
|
2522
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2519
2523
|
overflow-x: auto;
|
|
2520
2524
|
overflow-y: scroll;
|
|
2521
2525
|
position: relative;
|
|
@@ -2930,10 +2934,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2930
2934
|
overflow: hidden;
|
|
2931
2935
|
}
|
|
2932
2936
|
.e-grid .e-frozenhdrcont {
|
|
2933
|
-
-ms-touch-action: none;
|
|
2937
|
+
-ms-touch-action: none;
|
|
2938
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2934
2939
|
}
|
|
2935
2940
|
.e-grid .e-frozencontent {
|
|
2936
|
-
-ms-touch-action: none;
|
|
2941
|
+
-ms-touch-action: none;
|
|
2942
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2937
2943
|
border-bottom-width: 1px;
|
|
2938
2944
|
float: left;
|
|
2939
2945
|
width: min-content;
|
|
@@ -2942,19 +2948,23 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2942
2948
|
float: right;
|
|
2943
2949
|
}
|
|
2944
2950
|
.e-grid .e-movablecontent {
|
|
2945
|
-
-ms-overflow-style: none;
|
|
2951
|
+
-ms-overflow-style: none;
|
|
2952
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2946
2953
|
-ms-flex: 1;
|
|
2947
2954
|
flex: 1;
|
|
2948
2955
|
overflow-x: auto;
|
|
2949
2956
|
overflow-y: hidden;
|
|
2950
2957
|
}
|
|
2951
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2958
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2959
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2952
2960
|
display: none;
|
|
2953
2961
|
}
|
|
2954
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2962
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2963
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2955
2964
|
width: 7px;
|
|
2956
2965
|
}
|
|
2957
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2966
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2967
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2958
2968
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2959
2969
|
border-radius: 4px;
|
|
2960
2970
|
}
|
|
@@ -3971,7 +3981,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3971
3981
|
}
|
|
3972
3982
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3973
3983
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3974
|
-
-moz-appearance: none;
|
|
3984
|
+
-moz-appearance: none;
|
|
3985
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3975
3986
|
height: 1px;
|
|
3976
3987
|
opacity: 0;
|
|
3977
3988
|
width: 1px;
|
package/styles/highcontrast.css
CHANGED
|
@@ -344,7 +344,8 @@
|
|
|
344
344
|
word-break: normal;
|
|
345
345
|
}
|
|
346
346
|
.e-excelfilter .e-chk-hidden {
|
|
347
|
-
-moz-appearance: none;
|
|
347
|
+
-moz-appearance: none;
|
|
348
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
348
349
|
height: 1px;
|
|
349
350
|
opacity: 0;
|
|
350
351
|
width: 1px;
|
|
@@ -2013,7 +2014,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2013
2014
|
text-overflow: ellipsis;
|
|
2014
2015
|
white-space: nowrap;
|
|
2015
2016
|
}
|
|
2016
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2017
|
+
.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 {
|
|
2017
2018
|
text-overflow: clip;
|
|
2018
2019
|
}
|
|
2019
2020
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2305,7 +2306,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2305
2306
|
padding-left: 7px;
|
|
2306
2307
|
}
|
|
2307
2308
|
.e-grid .e-chk-hidden {
|
|
2308
|
-
-moz-appearance: none;
|
|
2309
|
+
-moz-appearance: none;
|
|
2310
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2309
2311
|
height: 1px;
|
|
2310
2312
|
opacity: 0;
|
|
2311
2313
|
width: 1px;
|
|
@@ -2319,7 +2321,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2319
2321
|
}
|
|
2320
2322
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2321
2323
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2322
|
-
-webkit-user-select: auto;
|
|
2324
|
+
-webkit-user-select: auto;
|
|
2325
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2323
2326
|
height: 20px;
|
|
2324
2327
|
line-height: 20px;
|
|
2325
2328
|
position: relative;
|
|
@@ -2515,7 +2518,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2515
2518
|
padding: 2px;
|
|
2516
2519
|
}
|
|
2517
2520
|
.e-grid .e-content {
|
|
2518
|
-
-webkit-overflow-scrolling: touch;
|
|
2521
|
+
-webkit-overflow-scrolling: touch;
|
|
2522
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2519
2523
|
overflow-x: auto;
|
|
2520
2524
|
overflow-y: scroll;
|
|
2521
2525
|
position: relative;
|
|
@@ -2930,10 +2934,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2930
2934
|
overflow: hidden;
|
|
2931
2935
|
}
|
|
2932
2936
|
.e-grid .e-frozenhdrcont {
|
|
2933
|
-
-ms-touch-action: none;
|
|
2937
|
+
-ms-touch-action: none;
|
|
2938
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2934
2939
|
}
|
|
2935
2940
|
.e-grid .e-frozencontent {
|
|
2936
|
-
-ms-touch-action: none;
|
|
2941
|
+
-ms-touch-action: none;
|
|
2942
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2937
2943
|
border-bottom-width: 1px;
|
|
2938
2944
|
float: left;
|
|
2939
2945
|
width: min-content;
|
|
@@ -2942,19 +2948,23 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2942
2948
|
float: right;
|
|
2943
2949
|
}
|
|
2944
2950
|
.e-grid .e-movablecontent {
|
|
2945
|
-
-ms-overflow-style: none;
|
|
2951
|
+
-ms-overflow-style: none;
|
|
2952
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2946
2953
|
-ms-flex: 1;
|
|
2947
2954
|
flex: 1;
|
|
2948
2955
|
overflow-x: auto;
|
|
2949
2956
|
overflow-y: hidden;
|
|
2950
2957
|
}
|
|
2951
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2958
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2959
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2952
2960
|
display: none;
|
|
2953
2961
|
}
|
|
2954
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2962
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2963
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2955
2964
|
width: 7px;
|
|
2956
2965
|
}
|
|
2957
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2966
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2967
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2958
2968
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2959
2969
|
border-radius: 4px;
|
|
2960
2970
|
}
|
|
@@ -3971,7 +3981,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3971
3981
|
}
|
|
3972
3982
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3973
3983
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3974
|
-
-moz-appearance: none;
|
|
3984
|
+
-moz-appearance: none;
|
|
3985
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3975
3986
|
height: 1px;
|
|
3976
3987
|
opacity: 0;
|
|
3977
3988
|
width: 1px;
|
package/styles/material-dark.css
CHANGED
|
@@ -379,7 +379,8 @@
|
|
|
379
379
|
word-break: normal;
|
|
380
380
|
}
|
|
381
381
|
.e-excelfilter .e-chk-hidden {
|
|
382
|
-
-moz-appearance: none;
|
|
382
|
+
-moz-appearance: none;
|
|
383
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
383
384
|
height: 1px;
|
|
384
385
|
opacity: 0;
|
|
385
386
|
width: 1px;
|
|
@@ -2063,7 +2064,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2063
2064
|
text-overflow: ellipsis;
|
|
2064
2065
|
white-space: nowrap;
|
|
2065
2066
|
}
|
|
2066
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2067
|
+
.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 {
|
|
2067
2068
|
text-overflow: clip;
|
|
2068
2069
|
}
|
|
2069
2070
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2355,7 +2356,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2355
2356
|
padding-left: 9px;
|
|
2356
2357
|
}
|
|
2357
2358
|
.e-grid .e-chk-hidden {
|
|
2358
|
-
-moz-appearance: none;
|
|
2359
|
+
-moz-appearance: none;
|
|
2360
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2359
2361
|
height: 1px;
|
|
2360
2362
|
opacity: 0;
|
|
2361
2363
|
width: 1px;
|
|
@@ -2369,7 +2371,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2369
2371
|
}
|
|
2370
2372
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2371
2373
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2372
|
-
-webkit-user-select: auto;
|
|
2374
|
+
-webkit-user-select: auto;
|
|
2375
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2373
2376
|
height: 20px;
|
|
2374
2377
|
line-height: 20px;
|
|
2375
2378
|
position: relative;
|
|
@@ -2565,7 +2568,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2565
2568
|
padding: 2px;
|
|
2566
2569
|
}
|
|
2567
2570
|
.e-grid .e-content {
|
|
2568
|
-
-webkit-overflow-scrolling: touch;
|
|
2571
|
+
-webkit-overflow-scrolling: touch;
|
|
2572
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2569
2573
|
overflow-x: auto;
|
|
2570
2574
|
overflow-y: scroll;
|
|
2571
2575
|
position: relative;
|
|
@@ -2980,10 +2984,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2980
2984
|
overflow: hidden;
|
|
2981
2985
|
}
|
|
2982
2986
|
.e-grid .e-frozenhdrcont {
|
|
2983
|
-
-ms-touch-action: none;
|
|
2987
|
+
-ms-touch-action: none;
|
|
2988
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2984
2989
|
}
|
|
2985
2990
|
.e-grid .e-frozencontent {
|
|
2986
|
-
-ms-touch-action: none;
|
|
2991
|
+
-ms-touch-action: none;
|
|
2992
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2987
2993
|
border-bottom-width: 1px;
|
|
2988
2994
|
float: left;
|
|
2989
2995
|
width: min-content;
|
|
@@ -2992,19 +2998,23 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2992
2998
|
float: right;
|
|
2993
2999
|
}
|
|
2994
3000
|
.e-grid .e-movablecontent {
|
|
2995
|
-
-ms-overflow-style: none;
|
|
3001
|
+
-ms-overflow-style: none;
|
|
3002
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2996
3003
|
-ms-flex: 1;
|
|
2997
3004
|
flex: 1;
|
|
2998
3005
|
overflow-x: auto;
|
|
2999
3006
|
overflow-y: hidden;
|
|
3000
3007
|
}
|
|
3001
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3008
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3009
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3002
3010
|
display: none;
|
|
3003
3011
|
}
|
|
3004
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3012
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3013
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3005
3014
|
width: 7px;
|
|
3006
3015
|
}
|
|
3007
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3016
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3017
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3008
3018
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3009
3019
|
border-radius: 4px;
|
|
3010
3020
|
}
|
|
@@ -4021,7 +4031,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4021
4031
|
}
|
|
4022
4032
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4023
4033
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4024
|
-
-moz-appearance: none;
|
|
4034
|
+
-moz-appearance: none;
|
|
4035
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4025
4036
|
height: 1px;
|
|
4026
4037
|
opacity: 0;
|
|
4027
4038
|
width: 1px;
|
package/styles/material.css
CHANGED
|
@@ -412,7 +412,8 @@
|
|
|
412
412
|
word-break: normal;
|
|
413
413
|
}
|
|
414
414
|
.e-excelfilter .e-chk-hidden {
|
|
415
|
-
-moz-appearance: none;
|
|
415
|
+
-moz-appearance: none;
|
|
416
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
416
417
|
height: 1px;
|
|
417
418
|
opacity: 0;
|
|
418
419
|
width: 1px;
|
|
@@ -2105,7 +2106,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2105
2106
|
text-overflow: ellipsis;
|
|
2106
2107
|
white-space: nowrap;
|
|
2107
2108
|
}
|
|
2108
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2109
|
+
.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 {
|
|
2109
2110
|
text-overflow: clip;
|
|
2110
2111
|
}
|
|
2111
2112
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2397,7 +2398,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2397
2398
|
padding-left: 9px;
|
|
2398
2399
|
}
|
|
2399
2400
|
.e-grid .e-chk-hidden {
|
|
2400
|
-
-moz-appearance: none;
|
|
2401
|
+
-moz-appearance: none;
|
|
2402
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2401
2403
|
height: 1px;
|
|
2402
2404
|
opacity: 0;
|
|
2403
2405
|
width: 1px;
|
|
@@ -2411,7 +2413,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2411
2413
|
}
|
|
2412
2414
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2413
2415
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2414
|
-
-webkit-user-select: auto;
|
|
2416
|
+
-webkit-user-select: auto;
|
|
2417
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2415
2418
|
height: 20px;
|
|
2416
2419
|
line-height: 20px;
|
|
2417
2420
|
position: relative;
|
|
@@ -2607,7 +2610,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2607
2610
|
padding: 2px;
|
|
2608
2611
|
}
|
|
2609
2612
|
.e-grid .e-content {
|
|
2610
|
-
-webkit-overflow-scrolling: touch;
|
|
2613
|
+
-webkit-overflow-scrolling: touch;
|
|
2614
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2611
2615
|
overflow-x: auto;
|
|
2612
2616
|
overflow-y: scroll;
|
|
2613
2617
|
position: relative;
|
|
@@ -3022,10 +3026,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3022
3026
|
overflow: hidden;
|
|
3023
3027
|
}
|
|
3024
3028
|
.e-grid .e-frozenhdrcont {
|
|
3025
|
-
-ms-touch-action: none;
|
|
3029
|
+
-ms-touch-action: none;
|
|
3030
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3026
3031
|
}
|
|
3027
3032
|
.e-grid .e-frozencontent {
|
|
3028
|
-
-ms-touch-action: none;
|
|
3033
|
+
-ms-touch-action: none;
|
|
3034
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3029
3035
|
border-bottom-width: 1px;
|
|
3030
3036
|
float: left;
|
|
3031
3037
|
width: min-content;
|
|
@@ -3034,19 +3040,23 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3034
3040
|
float: right;
|
|
3035
3041
|
}
|
|
3036
3042
|
.e-grid .e-movablecontent {
|
|
3037
|
-
-ms-overflow-style: none;
|
|
3043
|
+
-ms-overflow-style: none;
|
|
3044
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3038
3045
|
-ms-flex: 1;
|
|
3039
3046
|
flex: 1;
|
|
3040
3047
|
overflow-x: auto;
|
|
3041
3048
|
overflow-y: hidden;
|
|
3042
3049
|
}
|
|
3043
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3050
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3051
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3044
3052
|
display: none;
|
|
3045
3053
|
}
|
|
3046
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3054
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3055
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3047
3056
|
width: 7px;
|
|
3048
3057
|
}
|
|
3049
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3058
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3059
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3050
3060
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3051
3061
|
border-radius: 4px;
|
|
3052
3062
|
}
|
|
@@ -4063,7 +4073,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4063
4073
|
}
|
|
4064
4074
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4065
4075
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4066
|
-
-moz-appearance: none;
|
|
4076
|
+
-moz-appearance: none;
|
|
4077
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4067
4078
|
height: 1px;
|
|
4068
4079
|
opacity: 0;
|
|
4069
4080
|
width: 1px;
|