@syncfusion/ej2-angular-grids 20.2.39 → 20.2.40-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-grids.es5.js +988 -0
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-grids.js +927 -0
- package/@syncfusion/ej2-angular-grids.js.map +1 -0
- package/CHANGELOG.md +2658 -0
- package/dist/ej2-angular-grids.umd.js +1580 -0
- package/dist/ej2-angular-grids.umd.js.map +1 -0
- package/dist/ej2-angular-grids.umd.min.js +11 -0
- package/dist/ej2-angular-grids.umd.min.js.map +1 -0
- package/ej2-angular-grids.d.ts +6 -0
- package/ej2-angular-grids.metadata.json +1 -0
- package/package.json +14 -28
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +20 -0
- package/schematics/generators/grid-default/index.d.ts +3 -0
- package/schematics/generators/grid-default/index.js +8 -0
- package/schematics/generators/grid-default/sample-details.d.ts +5 -0
- package/schematics/generators/grid-default/sample-details.js +7 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-default/schema.d.ts +3 -0
- package/schematics/generators/grid-default/schema.js +2 -0
- package/schematics/generators/grid-default/schema.json +125 -0
- package/schematics/generators/grid-feature/index.d.ts +3 -0
- package/schematics/generators/grid-feature/index.js +8 -0
- package/schematics/generators/grid-feature/sample-details.d.ts +5 -0
- package/schematics/generators/grid-feature/sample-details.js +7 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-feature/schema.d.ts +3 -0
- package/schematics/generators/grid-feature/schema.js +2 -0
- package/schematics/generators/grid-feature/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/aggregate-columns.directive.d.ts +0 -5
- package/src/grid/aggregates.directive.d.ts +0 -5
- package/src/grid/columns.directive.d.ts +0 -5
- package/src/grid/grid-all.module.d.ts +0 -6
- package/src/grid/grid.component.d.ts +0 -3
- package/src/grid/grid.module.d.ts +0 -10
- package/src/grid/stacked-column.directive.d.ts +0 -5
- package/src/pager/pager-all.module.d.ts +0 -6
- package/src/pager/pager.component.d.ts +0 -3
- package/src/pager/pager.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +16 -22
- package/styles/bootstrap.css +16 -22
- package/styles/bootstrap4.css +16 -22
- package/styles/bootstrap5-dark.css +16 -23
- package/styles/bootstrap5.css +16 -23
- package/styles/excel-filter/bootstrap-dark.css +5 -3
- package/styles/excel-filter/bootstrap-dark.scss +1 -16
- package/styles/excel-filter/bootstrap.css +5 -3
- package/styles/excel-filter/bootstrap.scss +1 -16
- package/styles/excel-filter/bootstrap4.css +5 -3
- package/styles/excel-filter/bootstrap4.scss +1 -16
- package/styles/excel-filter/bootstrap5-dark.css +5 -3
- package/styles/excel-filter/bootstrap5-dark.scss +1 -16
- package/styles/excel-filter/bootstrap5.css +5 -3
- package/styles/excel-filter/bootstrap5.scss +1 -16
- package/styles/excel-filter/fabric-dark.css +6 -4
- package/styles/excel-filter/fabric-dark.scss +1 -16
- package/styles/excel-filter/fabric.css +6 -4
- package/styles/excel-filter/fabric.scss +1 -16
- package/styles/excel-filter/fluent-dark.css +5 -3
- package/styles/excel-filter/fluent-dark.scss +1 -16
- package/styles/excel-filter/fluent.css +5 -3
- package/styles/excel-filter/fluent.scss +1 -16
- package/styles/excel-filter/highcontrast-light.css +6 -4
- package/styles/excel-filter/highcontrast-light.scss +1 -16
- package/styles/excel-filter/highcontrast.css +6 -4
- package/styles/excel-filter/highcontrast.scss +1 -16
- package/styles/excel-filter/material-dark.css +6 -4
- package/styles/excel-filter/material-dark.scss +1 -16
- package/styles/excel-filter/material.css +6 -4
- package/styles/excel-filter/material.scss +1 -16
- package/styles/excel-filter/tailwind-dark.css +5 -3
- package/styles/excel-filter/tailwind-dark.scss +1 -16
- package/styles/excel-filter/tailwind.css +5 -3
- package/styles/excel-filter/tailwind.scss +1 -16
- package/styles/fabric-dark.css +18 -24
- package/styles/fabric.css +18 -24
- package/styles/fluent-dark.css +16 -22
- package/styles/fluent.css +16 -22
- package/styles/grid/bootstrap-dark.css +11 -19
- package/styles/grid/bootstrap-dark.scss +1 -20
- package/styles/grid/bootstrap.css +11 -19
- package/styles/grid/bootstrap.scss +1 -20
- package/styles/grid/bootstrap4.css +11 -19
- package/styles/grid/bootstrap4.scss +1 -20
- package/styles/grid/bootstrap5-dark.css +11 -20
- package/styles/grid/bootstrap5-dark.scss +1 -20
- package/styles/grid/bootstrap5.css +11 -20
- package/styles/grid/bootstrap5.scss +1 -20
- package/styles/grid/fabric-dark.css +12 -20
- package/styles/grid/fabric-dark.scss +1 -20
- package/styles/grid/fabric.css +12 -20
- package/styles/grid/fabric.scss +1 -20
- package/styles/grid/fluent-dark.css +11 -19
- package/styles/grid/fluent-dark.scss +1 -20
- package/styles/grid/fluent.css +11 -19
- package/styles/grid/fluent.scss +1 -20
- package/styles/grid/highcontrast-light.css +12 -20
- package/styles/grid/highcontrast-light.scss +1 -20
- package/styles/grid/highcontrast.css +12 -20
- package/styles/grid/highcontrast.scss +1 -20
- package/styles/grid/material-dark.css +12 -20
- package/styles/grid/material-dark.scss +1 -20
- package/styles/grid/material.css +12 -20
- package/styles/grid/material.scss +1 -20
- package/styles/grid/tailwind-dark.css +11 -19
- package/styles/grid/tailwind-dark.scss +1 -20
- package/styles/grid/tailwind.css +11 -19
- package/styles/grid/tailwind.scss +1 -20
- package/styles/highcontrast-light.css +18 -24
- package/styles/highcontrast.css +18 -24
- package/styles/material-dark.css +18 -24
- package/styles/material.css +18 -24
- package/styles/tailwind-dark.css +16 -22
- package/styles/tailwind.css +16 -22
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/grid/aggregate-columns.directive.mjs +0 -84
- package/esm2020/src/grid/aggregates.directive.mjs +0 -69
- package/esm2020/src/grid/columns.directive.mjs +0 -100
- package/esm2020/src/grid/grid-all.module.mjs +0 -98
- package/esm2020/src/grid/grid.component.mjs +0 -274
- package/esm2020/src/grid/grid.module.mjs +0 -61
- package/esm2020/src/grid/stacked-column.directive.mjs +0 -100
- package/esm2020/src/index.mjs +0 -12
- package/esm2020/src/pager/pager-all.module.mjs +0 -23
- package/esm2020/src/pager/pager.component.mjs +0 -66
- package/esm2020/src/pager/pager.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-grids.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +0 -859
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +0 -859
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/styles/excel-filter/_all.scss +0 -2
- package/styles/excel-filter/_bootstrap-dark-definition.scss +0 -59
- package/styles/excel-filter/_bootstrap-definition.scss +0 -64
- package/styles/excel-filter/_bootstrap4-definition.scss +0 -69
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +0 -1
- package/styles/excel-filter/_bootstrap5-definition.scss +0 -70
- package/styles/excel-filter/_fabric-dark-definition.scss +0 -59
- package/styles/excel-filter/_fabric-definition.scss +0 -64
- package/styles/excel-filter/_fluent-dark-definition.scss +0 -1
- package/styles/excel-filter/_fluent-definition.scss +0 -70
- package/styles/excel-filter/_fusionnew-definition.scss +0 -70
- package/styles/excel-filter/_highcontrast-definition.scss +0 -59
- package/styles/excel-filter/_highcontrast-light-definition.scss +0 -57
- package/styles/excel-filter/_layout.scss +0 -412
- package/styles/excel-filter/_material-dark-definition.scss +0 -61
- package/styles/excel-filter/_material-definition.scss +0 -62
- package/styles/excel-filter/_material3-definition.scss +0 -70
- package/styles/excel-filter/_office-365-definition.scss +0 -1
- package/styles/excel-filter/_tailwind-dark-definition.scss +0 -1
- package/styles/excel-filter/_tailwind-definition.scss +0 -69
- package/styles/excel-filter/_theme.scss +0 -28
- package/styles/excel-filter/icons/_bootstrap-dark.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap4.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap5-dark.scss +0 -1
- package/styles/excel-filter/icons/_bootstrap5.scss +0 -42
- package/styles/excel-filter/icons/_fabric-dark.scss +0 -38
- package/styles/excel-filter/icons/_fabric.scss +0 -38
- package/styles/excel-filter/icons/_fluent-dark.scss +0 -1
- package/styles/excel-filter/icons/_fluent.scss +0 -42
- package/styles/excel-filter/icons/_fusionnew.scss +0 -42
- package/styles/excel-filter/icons/_highcontrast-light.scss +0 -38
- package/styles/excel-filter/icons/_highcontrast.scss +0 -38
- package/styles/excel-filter/icons/_material-dark.scss +0 -38
- package/styles/excel-filter/icons/_material.scss +0 -38
- package/styles/excel-filter/icons/_material3.scss +0 -42
- package/styles/excel-filter/icons/_tailwind-dark.scss +0 -1
- package/styles/excel-filter/icons/_tailwind.scss +0 -42
- package/styles/grid/_all.scss +0 -2
- package/styles/grid/_bootstrap-dark-definition.scss +0 -596
- package/styles/grid/_bootstrap-definition.scss +0 -598
- package/styles/grid/_bootstrap4-definition.scss +0 -602
- package/styles/grid/_bootstrap5-dark-definition.scss +0 -1
- package/styles/grid/_bootstrap5-definition.scss +0 -597
- package/styles/grid/_fabric-dark-definition.scss +0 -594
- package/styles/grid/_fabric-definition.scss +0 -594
- package/styles/grid/_fluent-dark-definition.scss +0 -1
- package/styles/grid/_fluent-definition.scss +0 -589
- package/styles/grid/_fusionnew-definition.scss +0 -574
- package/styles/grid/_highcontrast-definition.scss +0 -594
- package/styles/grid/_highcontrast-light-definition.scss +0 -590
- package/styles/grid/_layout.scss +0 -4315
- package/styles/grid/_material-dark-definition.scss +0 -594
- package/styles/grid/_material-definition.scss +0 -592
- package/styles/grid/_material3-definition.scss +0 -598
- package/styles/grid/_office-365-definition.scss +0 -1
- package/styles/grid/_tailwind-dark-definition.scss +0 -1
- package/styles/grid/_tailwind-definition.scss +0 -603
- package/styles/grid/_theme.scss +0 -603
- package/styles/grid/icons/_bootstrap-dark.scss +0 -226
- package/styles/grid/icons/_bootstrap.scss +0 -226
- package/styles/grid/icons/_bootstrap4.scss +0 -225
- package/styles/grid/icons/_bootstrap5-dark.scss +0 -1
- package/styles/grid/icons/_bootstrap5.scss +0 -246
- package/styles/grid/icons/_fabric-dark.scss +0 -225
- package/styles/grid/icons/_fabric.scss +0 -225
- package/styles/grid/icons/_fluent-dark.scss +0 -1
- package/styles/grid/icons/_fluent.scss +0 -246
- package/styles/grid/icons/_fusionnew.scss +0 -246
- package/styles/grid/icons/_highcontrast-light.scss +0 -225
- package/styles/grid/icons/_highcontrast.scss +0 -225
- package/styles/grid/icons/_material-dark.scss +0 -225
- package/styles/grid/icons/_material.scss +0 -225
- package/styles/grid/icons/_material3.scss +0 -246
- package/styles/grid/icons/_tailwind-dark.scss +0 -1
- package/styles/grid/icons/_tailwind.scss +0 -246
- package/syncfusion-ej2-angular-grids.d.ts +0 -5
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
3
2
|
height: 36px;
|
|
4
3
|
}
|
|
@@ -77,7 +76,6 @@
|
|
|
77
76
|
height: 34px;
|
|
78
77
|
}
|
|
79
78
|
|
|
80
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
81
79
|
@keyframes material-spinner-rotate {
|
|
82
80
|
0% {
|
|
83
81
|
transform: rotate(0);
|
|
@@ -94,7 +92,7 @@
|
|
|
94
92
|
transform: rotate(360deg);
|
|
95
93
|
}
|
|
96
94
|
}
|
|
97
|
-
|
|
95
|
+
/*!componenticons*/
|
|
98
96
|
.e-icon-check::before {
|
|
99
97
|
content: "\e7ff";
|
|
100
98
|
}
|
|
@@ -325,7 +323,6 @@
|
|
|
325
323
|
.e-bigger .e-grid,
|
|
326
324
|
.e-grid.e-bigger {
|
|
327
325
|
font-size: 14px;
|
|
328
|
-
/* stylelint-disable */
|
|
329
326
|
}
|
|
330
327
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
331
328
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -983,9 +980,6 @@
|
|
|
983
980
|
font-size: 13px;
|
|
984
981
|
height: auto;
|
|
985
982
|
position: relative;
|
|
986
|
-
/* stylelint-enable */
|
|
987
|
-
/* stylelint-disable */
|
|
988
|
-
/* stylelint-enable */
|
|
989
983
|
}
|
|
990
984
|
.e-grid .e-gridheader {
|
|
991
985
|
-webkit-user-select: none;
|
|
@@ -1893,7 +1887,7 @@
|
|
|
1893
1887
|
padding-left: 7px;
|
|
1894
1888
|
}
|
|
1895
1889
|
.e-grid .e-chk-hidden {
|
|
1896
|
-
-moz-appearance: none;
|
|
1890
|
+
-moz-appearance: none;
|
|
1897
1891
|
height: 1px;
|
|
1898
1892
|
opacity: 0;
|
|
1899
1893
|
width: 1px;
|
|
@@ -1907,7 +1901,7 @@
|
|
|
1907
1901
|
}
|
|
1908
1902
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1909
1903
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1910
|
-
-webkit-user-select: auto;
|
|
1904
|
+
-webkit-user-select: auto;
|
|
1911
1905
|
height: 20px;
|
|
1912
1906
|
line-height: 20px;
|
|
1913
1907
|
position: relative;
|
|
@@ -2103,7 +2097,7 @@
|
|
|
2103
2097
|
padding: 2px;
|
|
2104
2098
|
}
|
|
2105
2099
|
.e-grid .e-content {
|
|
2106
|
-
-webkit-overflow-scrolling: touch;
|
|
2100
|
+
-webkit-overflow-scrolling: touch;
|
|
2107
2101
|
overflow-x: auto;
|
|
2108
2102
|
overflow-y: scroll;
|
|
2109
2103
|
position: relative;
|
|
@@ -2454,8 +2448,6 @@
|
|
|
2454
2448
|
.e-grid .e-checkboxfiltertext {
|
|
2455
2449
|
width: 135px;
|
|
2456
2450
|
word-break: normal;
|
|
2457
|
-
/* stylelint-disable */
|
|
2458
|
-
/* stylelint-enable */
|
|
2459
2451
|
}
|
|
2460
2452
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2461
2453
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2515,10 +2507,10 @@
|
|
|
2515
2507
|
overflow: hidden;
|
|
2516
2508
|
}
|
|
2517
2509
|
.e-grid .e-frozenhdrcont {
|
|
2518
|
-
-ms-touch-action: none;
|
|
2510
|
+
-ms-touch-action: none;
|
|
2519
2511
|
}
|
|
2520
2512
|
.e-grid .e-frozencontent {
|
|
2521
|
-
-ms-touch-action: none;
|
|
2513
|
+
-ms-touch-action: none;
|
|
2522
2514
|
border-bottom-width: 1px;
|
|
2523
2515
|
float: left;
|
|
2524
2516
|
width: min-content;
|
|
@@ -2527,19 +2519,19 @@
|
|
|
2527
2519
|
float: right;
|
|
2528
2520
|
}
|
|
2529
2521
|
.e-grid .e-movablecontent {
|
|
2530
|
-
-ms-overflow-style: none;
|
|
2522
|
+
-ms-overflow-style: none;
|
|
2531
2523
|
-ms-flex: 1;
|
|
2532
2524
|
flex: 1;
|
|
2533
2525
|
overflow-x: auto;
|
|
2534
2526
|
overflow-y: hidden;
|
|
2535
2527
|
}
|
|
2536
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2528
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2537
2529
|
display: none;
|
|
2538
2530
|
}
|
|
2539
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2531
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2540
2532
|
width: 7px;
|
|
2541
2533
|
}
|
|
2542
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2534
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2543
2535
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2544
2536
|
border-radius: 4px;
|
|
2545
2537
|
}
|
|
@@ -2919,7 +2911,7 @@
|
|
|
2919
2911
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2920
2912
|
display: inline-block;
|
|
2921
2913
|
}
|
|
2922
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2914
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
2923
2915
|
text-overflow: clip;
|
|
2924
2916
|
}
|
|
2925
2917
|
.e-grid .e-clipboard {
|
|
@@ -3529,7 +3521,7 @@
|
|
|
3529
3521
|
}
|
|
3530
3522
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3531
3523
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3532
|
-
-moz-appearance: none;
|
|
3524
|
+
-moz-appearance: none;
|
|
3533
3525
|
height: 1px;
|
|
3534
3526
|
opacity: 0;
|
|
3535
3527
|
width: 1px;
|
|
@@ -1,20 +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 'highcontrast-definition.scss';
|
|
19
|
-
@import 'icons/highcontrast.scss';
|
|
20
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/highcontrast.scss';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
@keyframes e-input-ripple {
|
|
4
3
|
100% {
|
|
5
4
|
opacity: 0;
|
|
@@ -112,7 +111,6 @@
|
|
|
112
111
|
padding: 5px 5px 5px 12px;
|
|
113
112
|
}
|
|
114
113
|
|
|
115
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
116
114
|
@keyframes material-spinner-rotate {
|
|
117
115
|
0% {
|
|
118
116
|
transform: rotate(0deg);
|
|
@@ -138,7 +136,7 @@
|
|
|
138
136
|
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
139
137
|
}
|
|
140
138
|
}
|
|
141
|
-
|
|
139
|
+
/*!componenticons*/
|
|
142
140
|
.e-icon-check::before {
|
|
143
141
|
content: "\e7ff";
|
|
144
142
|
}
|
|
@@ -369,7 +367,6 @@
|
|
|
369
367
|
.e-bigger .e-grid,
|
|
370
368
|
.e-grid.e-bigger {
|
|
371
369
|
font-size: 13px;
|
|
372
|
-
/* stylelint-disable */
|
|
373
370
|
}
|
|
374
371
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
375
372
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1027,9 +1024,6 @@
|
|
|
1027
1024
|
font-size: 13px;
|
|
1028
1025
|
height: auto;
|
|
1029
1026
|
position: relative;
|
|
1030
|
-
/* stylelint-enable */
|
|
1031
|
-
/* stylelint-disable */
|
|
1032
|
-
/* stylelint-enable */
|
|
1033
1027
|
}
|
|
1034
1028
|
.e-grid .e-gridheader {
|
|
1035
1029
|
-webkit-user-select: none;
|
|
@@ -1937,7 +1931,7 @@
|
|
|
1937
1931
|
padding-left: 9px;
|
|
1938
1932
|
}
|
|
1939
1933
|
.e-grid .e-chk-hidden {
|
|
1940
|
-
-moz-appearance: none;
|
|
1934
|
+
-moz-appearance: none;
|
|
1941
1935
|
height: 1px;
|
|
1942
1936
|
opacity: 0;
|
|
1943
1937
|
width: 1px;
|
|
@@ -1951,7 +1945,7 @@
|
|
|
1951
1945
|
}
|
|
1952
1946
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1953
1947
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1954
|
-
-webkit-user-select: auto;
|
|
1948
|
+
-webkit-user-select: auto;
|
|
1955
1949
|
height: 20px;
|
|
1956
1950
|
line-height: 20px;
|
|
1957
1951
|
position: relative;
|
|
@@ -2147,7 +2141,7 @@
|
|
|
2147
2141
|
padding: 2px;
|
|
2148
2142
|
}
|
|
2149
2143
|
.e-grid .e-content {
|
|
2150
|
-
-webkit-overflow-scrolling: touch;
|
|
2144
|
+
-webkit-overflow-scrolling: touch;
|
|
2151
2145
|
overflow-x: auto;
|
|
2152
2146
|
overflow-y: scroll;
|
|
2153
2147
|
position: relative;
|
|
@@ -2498,8 +2492,6 @@
|
|
|
2498
2492
|
.e-grid .e-checkboxfiltertext {
|
|
2499
2493
|
width: 150px;
|
|
2500
2494
|
word-break: normal;
|
|
2501
|
-
/* stylelint-disable */
|
|
2502
|
-
/* stylelint-enable */
|
|
2503
2495
|
}
|
|
2504
2496
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2505
2497
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2559,10 +2551,10 @@
|
|
|
2559
2551
|
overflow: hidden;
|
|
2560
2552
|
}
|
|
2561
2553
|
.e-grid .e-frozenhdrcont {
|
|
2562
|
-
-ms-touch-action: none;
|
|
2554
|
+
-ms-touch-action: none;
|
|
2563
2555
|
}
|
|
2564
2556
|
.e-grid .e-frozencontent {
|
|
2565
|
-
-ms-touch-action: none;
|
|
2557
|
+
-ms-touch-action: none;
|
|
2566
2558
|
border-bottom-width: 1px;
|
|
2567
2559
|
float: left;
|
|
2568
2560
|
width: min-content;
|
|
@@ -2571,19 +2563,19 @@
|
|
|
2571
2563
|
float: right;
|
|
2572
2564
|
}
|
|
2573
2565
|
.e-grid .e-movablecontent {
|
|
2574
|
-
-ms-overflow-style: none;
|
|
2566
|
+
-ms-overflow-style: none;
|
|
2575
2567
|
-ms-flex: 1;
|
|
2576
2568
|
flex: 1;
|
|
2577
2569
|
overflow-x: auto;
|
|
2578
2570
|
overflow-y: hidden;
|
|
2579
2571
|
}
|
|
2580
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2572
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2581
2573
|
display: none;
|
|
2582
2574
|
}
|
|
2583
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2575
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2584
2576
|
width: 7px;
|
|
2585
2577
|
}
|
|
2586
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2578
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2587
2579
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2588
2580
|
border-radius: 4px;
|
|
2589
2581
|
}
|
|
@@ -2963,7 +2955,7 @@
|
|
|
2963
2955
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2964
2956
|
display: inline-block;
|
|
2965
2957
|
}
|
|
2966
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2958
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
2967
2959
|
text-overflow: clip;
|
|
2968
2960
|
}
|
|
2969
2961
|
.e-grid .e-clipboard {
|
|
@@ -3573,7 +3565,7 @@
|
|
|
3573
3565
|
}
|
|
3574
3566
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3575
3567
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3576
|
-
-moz-appearance: none;
|
|
3568
|
+
-moz-appearance: none;
|
|
3577
3569
|
height: 1px;
|
|
3578
3570
|
opacity: 0;
|
|
3579
3571
|
width: 1px;
|
|
@@ -1,20 +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 'material-dark-definition.scss';
|
|
19
|
-
@import 'icons/material-dark.scss';
|
|
20
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/material-dark.scss';
|
package/styles/grid/material.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
@keyframes e-input-ripple {
|
|
4
3
|
100% {
|
|
5
4
|
opacity: 0;
|
|
@@ -145,7 +144,6 @@
|
|
|
145
144
|
padding: 4px 8px;
|
|
146
145
|
}
|
|
147
146
|
|
|
148
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
149
147
|
@keyframes material-spinner-rotate {
|
|
150
148
|
0% {
|
|
151
149
|
transform: rotate(0deg);
|
|
@@ -172,7 +170,7 @@
|
|
|
172
170
|
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
173
171
|
}
|
|
174
172
|
}
|
|
175
|
-
|
|
173
|
+
/*!componenticons*/
|
|
176
174
|
.e-icon-check::before {
|
|
177
175
|
content: "\e7ff";
|
|
178
176
|
}
|
|
@@ -403,7 +401,6 @@
|
|
|
403
401
|
.e-bigger .e-grid,
|
|
404
402
|
.e-grid.e-bigger {
|
|
405
403
|
font-size: 13px;
|
|
406
|
-
/* stylelint-disable */
|
|
407
404
|
}
|
|
408
405
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
409
406
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1061,9 +1058,6 @@
|
|
|
1061
1058
|
font-size: 13px;
|
|
1062
1059
|
height: auto;
|
|
1063
1060
|
position: relative;
|
|
1064
|
-
/* stylelint-enable */
|
|
1065
|
-
/* stylelint-disable */
|
|
1066
|
-
/* stylelint-enable */
|
|
1067
1061
|
}
|
|
1068
1062
|
.e-grid .e-gridheader {
|
|
1069
1063
|
-webkit-user-select: none;
|
|
@@ -1971,7 +1965,7 @@
|
|
|
1971
1965
|
padding-left: 9px;
|
|
1972
1966
|
}
|
|
1973
1967
|
.e-grid .e-chk-hidden {
|
|
1974
|
-
-moz-appearance: none;
|
|
1968
|
+
-moz-appearance: none;
|
|
1975
1969
|
height: 1px;
|
|
1976
1970
|
opacity: 0;
|
|
1977
1971
|
width: 1px;
|
|
@@ -1985,7 +1979,7 @@
|
|
|
1985
1979
|
}
|
|
1986
1980
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1987
1981
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1988
|
-
-webkit-user-select: auto;
|
|
1982
|
+
-webkit-user-select: auto;
|
|
1989
1983
|
height: 20px;
|
|
1990
1984
|
line-height: 20px;
|
|
1991
1985
|
position: relative;
|
|
@@ -2181,7 +2175,7 @@
|
|
|
2181
2175
|
padding: 2px;
|
|
2182
2176
|
}
|
|
2183
2177
|
.e-grid .e-content {
|
|
2184
|
-
-webkit-overflow-scrolling: touch;
|
|
2178
|
+
-webkit-overflow-scrolling: touch;
|
|
2185
2179
|
overflow-x: auto;
|
|
2186
2180
|
overflow-y: scroll;
|
|
2187
2181
|
position: relative;
|
|
@@ -2532,8 +2526,6 @@
|
|
|
2532
2526
|
.e-grid .e-checkboxfiltertext {
|
|
2533
2527
|
width: 150px;
|
|
2534
2528
|
word-break: normal;
|
|
2535
|
-
/* stylelint-disable */
|
|
2536
|
-
/* stylelint-enable */
|
|
2537
2529
|
}
|
|
2538
2530
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2539
2531
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2593,10 +2585,10 @@
|
|
|
2593
2585
|
overflow: hidden;
|
|
2594
2586
|
}
|
|
2595
2587
|
.e-grid .e-frozenhdrcont {
|
|
2596
|
-
-ms-touch-action: none;
|
|
2588
|
+
-ms-touch-action: none;
|
|
2597
2589
|
}
|
|
2598
2590
|
.e-grid .e-frozencontent {
|
|
2599
|
-
-ms-touch-action: none;
|
|
2591
|
+
-ms-touch-action: none;
|
|
2600
2592
|
border-bottom-width: 1px;
|
|
2601
2593
|
float: left;
|
|
2602
2594
|
width: min-content;
|
|
@@ -2605,19 +2597,19 @@
|
|
|
2605
2597
|
float: right;
|
|
2606
2598
|
}
|
|
2607
2599
|
.e-grid .e-movablecontent {
|
|
2608
|
-
-ms-overflow-style: none;
|
|
2600
|
+
-ms-overflow-style: none;
|
|
2609
2601
|
-ms-flex: 1;
|
|
2610
2602
|
flex: 1;
|
|
2611
2603
|
overflow-x: auto;
|
|
2612
2604
|
overflow-y: hidden;
|
|
2613
2605
|
}
|
|
2614
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2606
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2615
2607
|
display: none;
|
|
2616
2608
|
}
|
|
2617
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2609
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2618
2610
|
width: 7px;
|
|
2619
2611
|
}
|
|
2620
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2612
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2621
2613
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2622
2614
|
border-radius: 4px;
|
|
2623
2615
|
}
|
|
@@ -2997,7 +2989,7 @@
|
|
|
2997
2989
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2998
2990
|
display: inline-block;
|
|
2999
2991
|
}
|
|
3000
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2992
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3001
2993
|
text-overflow: clip;
|
|
3002
2994
|
}
|
|
3003
2995
|
.e-grid .e-clipboard {
|
|
@@ -3607,7 +3599,7 @@
|
|
|
3607
3599
|
}
|
|
3608
3600
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3609
3601
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3610
|
-
-moz-appearance: none;
|
|
3602
|
+
-moz-appearance: none;
|
|
3611
3603
|
height: 1px;
|
|
3612
3604
|
opacity: 0;
|
|
3613
3605
|
width: 1px;
|
|
@@ -1,20 +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 'material-definition.scss';
|
|
19
|
-
@import 'icons/material.scss';
|
|
20
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/material.scss';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
4
3
|
transform: rotate(0deg);
|
|
5
4
|
transition: transform 300ms ease;
|
|
@@ -94,7 +93,6 @@
|
|
|
94
93
|
padding: 4px 8px;
|
|
95
94
|
}
|
|
96
95
|
|
|
97
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
98
96
|
@keyframes material-spinner-rotate {
|
|
99
97
|
0% {
|
|
100
98
|
transform: rotate(0);
|
|
@@ -355,7 +353,6 @@
|
|
|
355
353
|
.e-bigger .e-grid,
|
|
356
354
|
.e-grid.e-bigger {
|
|
357
355
|
font-size: 16px;
|
|
358
|
-
/* stylelint-disable */
|
|
359
356
|
}
|
|
360
357
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
361
358
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1062,9 +1059,6 @@
|
|
|
1062
1059
|
font-size: 14px;
|
|
1063
1060
|
height: auto;
|
|
1064
1061
|
position: relative;
|
|
1065
|
-
/* stylelint-enable */
|
|
1066
|
-
/* stylelint-disable */
|
|
1067
|
-
/* stylelint-enable */
|
|
1068
1062
|
}
|
|
1069
1063
|
.e-grid .e-gridheader {
|
|
1070
1064
|
-webkit-user-select: none;
|
|
@@ -1994,7 +1988,7 @@
|
|
|
1994
1988
|
padding-left: 8px;
|
|
1995
1989
|
}
|
|
1996
1990
|
.e-grid .e-chk-hidden {
|
|
1997
|
-
-moz-appearance: none;
|
|
1991
|
+
-moz-appearance: none;
|
|
1998
1992
|
height: 1px;
|
|
1999
1993
|
opacity: 0;
|
|
2000
1994
|
width: 1px;
|
|
@@ -2008,7 +2002,7 @@
|
|
|
2008
2002
|
}
|
|
2009
2003
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2010
2004
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2011
|
-
-webkit-user-select: auto;
|
|
2005
|
+
-webkit-user-select: auto;
|
|
2012
2006
|
height: 20px;
|
|
2013
2007
|
line-height: 20px;
|
|
2014
2008
|
position: relative;
|
|
@@ -2205,7 +2199,7 @@
|
|
|
2205
2199
|
padding: 2px;
|
|
2206
2200
|
}
|
|
2207
2201
|
.e-grid .e-content {
|
|
2208
|
-
-webkit-overflow-scrolling: touch;
|
|
2202
|
+
-webkit-overflow-scrolling: touch;
|
|
2209
2203
|
overflow-x: auto;
|
|
2210
2204
|
overflow-y: scroll;
|
|
2211
2205
|
position: relative;
|
|
@@ -2563,8 +2557,6 @@
|
|
|
2563
2557
|
.e-grid .e-checkboxfiltertext {
|
|
2564
2558
|
width: 150px;
|
|
2565
2559
|
word-break: normal;
|
|
2566
|
-
/* stylelint-disable */
|
|
2567
|
-
/* stylelint-enable */
|
|
2568
2560
|
}
|
|
2569
2561
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2570
2562
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2624,10 +2616,10 @@
|
|
|
2624
2616
|
overflow: hidden;
|
|
2625
2617
|
}
|
|
2626
2618
|
.e-grid .e-frozenhdrcont {
|
|
2627
|
-
-ms-touch-action: none;
|
|
2619
|
+
-ms-touch-action: none;
|
|
2628
2620
|
}
|
|
2629
2621
|
.e-grid .e-frozencontent {
|
|
2630
|
-
-ms-touch-action: none;
|
|
2622
|
+
-ms-touch-action: none;
|
|
2631
2623
|
border-bottom-width: 1px;
|
|
2632
2624
|
float: left;
|
|
2633
2625
|
width: min-content;
|
|
@@ -2636,19 +2628,19 @@
|
|
|
2636
2628
|
float: right;
|
|
2637
2629
|
}
|
|
2638
2630
|
.e-grid .e-movablecontent {
|
|
2639
|
-
-ms-overflow-style: none;
|
|
2631
|
+
-ms-overflow-style: none;
|
|
2640
2632
|
-ms-flex: 1;
|
|
2641
2633
|
flex: 1;
|
|
2642
2634
|
overflow-x: auto;
|
|
2643
2635
|
overflow-y: hidden;
|
|
2644
2636
|
}
|
|
2645
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2637
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2646
2638
|
display: none;
|
|
2647
2639
|
}
|
|
2648
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2640
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2649
2641
|
width: 7px;
|
|
2650
2642
|
}
|
|
2651
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2643
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2652
2644
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2653
2645
|
border-radius: 4px;
|
|
2654
2646
|
}
|
|
@@ -3033,7 +3025,7 @@
|
|
|
3033
3025
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3034
3026
|
display: inline-block;
|
|
3035
3027
|
}
|
|
3036
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3028
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3037
3029
|
text-overflow: clip;
|
|
3038
3030
|
}
|
|
3039
3031
|
.e-grid .e-clipboard {
|
|
@@ -3655,7 +3647,7 @@
|
|
|
3655
3647
|
}
|
|
3656
3648
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3657
3649
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3658
|
-
-moz-appearance: none;
|
|
3650
|
+
-moz-appearance: none;
|
|
3659
3651
|
height: 1px;
|
|
3660
3652
|
opacity: 0;
|
|
3661
3653
|
width: 1px;
|
|
@@ -1,20 +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 'tailwind-dark-definition.scss';
|
|
19
|
-
@import 'icons/tailwind-dark.scss';
|
|
20
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-grids/styles/grid/tailwind-dark.scss';
|