@syncfusion/ej2-angular-grids 20.2.38-ngcc → 20.2.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/public_api.mjs +3 -0
- package/esm2020/src/grid/aggregate-columns.directive.mjs +84 -0
- package/esm2020/src/grid/aggregates.directive.mjs +69 -0
- package/esm2020/src/grid/columns.directive.mjs +100 -0
- package/esm2020/src/grid/grid-all.module.mjs +98 -0
- package/esm2020/src/grid/grid.component.mjs +274 -0
- package/esm2020/src/grid/grid.module.mjs +61 -0
- package/esm2020/src/grid/stacked-column.directive.mjs +100 -0
- package/esm2020/src/index.mjs +12 -0
- package/esm2020/src/pager/pager-all.module.mjs +23 -0
- package/esm2020/src/pager/pager.component.mjs +66 -0
- package/esm2020/src/pager/pager.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-grids.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +859 -0
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +859 -0
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -0
- package/package.json +27 -13
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/aggregate-columns.directive.d.ts +5 -0
- package/src/grid/aggregates.directive.d.ts +5 -0
- package/src/grid/columns.directive.d.ts +5 -0
- package/src/grid/grid-all.module.d.ts +6 -0
- package/src/grid/grid.component.d.ts +3 -0
- package/src/grid/grid.module.d.ts +10 -0
- package/src/grid/stacked-column.directive.d.ts +5 -0
- package/src/pager/pager-all.module.d.ts +6 -0
- package/src/pager/pager.component.d.ts +3 -0
- package/src/pager/pager.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +30 -21
- package/styles/bootstrap.css +30 -21
- package/styles/bootstrap4.css +30 -21
- package/styles/bootstrap5-dark.css +31 -17
- package/styles/bootstrap5.css +31 -17
- package/styles/excel-filter/_all.scss +2 -0
- package/styles/excel-filter/_bootstrap-dark-definition.scss +59 -0
- package/styles/excel-filter/_bootstrap-definition.scss +64 -0
- package/styles/excel-filter/_bootstrap4-definition.scss +69 -0
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +1 -0
- package/styles/excel-filter/_bootstrap5-definition.scss +70 -0
- package/styles/excel-filter/_fabric-dark-definition.scss +59 -0
- package/styles/excel-filter/_fabric-definition.scss +64 -0
- package/styles/excel-filter/_fluent-dark-definition.scss +1 -0
- package/styles/excel-filter/_fluent-definition.scss +70 -0
- package/styles/excel-filter/_fusionnew-definition.scss +70 -0
- package/styles/excel-filter/_highcontrast-definition.scss +59 -0
- package/styles/excel-filter/_highcontrast-light-definition.scss +57 -0
- package/styles/excel-filter/_layout.scss +412 -0
- package/styles/excel-filter/_material-dark-definition.scss +61 -0
- package/styles/excel-filter/_material-definition.scss +62 -0
- package/styles/excel-filter/_material3-definition.scss +70 -0
- package/styles/excel-filter/_office-365-definition.scss +1 -0
- package/styles/excel-filter/_tailwind-dark-definition.scss +1 -0
- package/styles/excel-filter/_tailwind-definition.scss +69 -0
- package/styles/excel-filter/_theme.scss +28 -0
- package/styles/excel-filter/bootstrap-dark.css +3 -5
- package/styles/excel-filter/bootstrap-dark.scss +16 -1
- package/styles/excel-filter/bootstrap.css +3 -5
- package/styles/excel-filter/bootstrap.scss +16 -1
- package/styles/excel-filter/bootstrap4.css +3 -5
- package/styles/excel-filter/bootstrap4.scss +16 -1
- package/styles/excel-filter/bootstrap5-dark.css +3 -5
- package/styles/excel-filter/bootstrap5-dark.scss +16 -1
- package/styles/excel-filter/bootstrap5.css +3 -5
- package/styles/excel-filter/bootstrap5.scss +16 -1
- package/styles/excel-filter/fabric-dark.css +4 -6
- package/styles/excel-filter/fabric-dark.scss +16 -1
- package/styles/excel-filter/fabric.css +4 -6
- package/styles/excel-filter/fabric.scss +16 -1
- package/styles/excel-filter/fluent-dark.css +3 -5
- package/styles/excel-filter/fluent-dark.scss +16 -1
- package/styles/excel-filter/fluent.css +3 -5
- package/styles/excel-filter/fluent.scss +16 -1
- package/styles/excel-filter/highcontrast-light.css +4 -6
- package/styles/excel-filter/highcontrast-light.scss +16 -1
- package/styles/excel-filter/highcontrast.css +4 -6
- package/styles/excel-filter/highcontrast.scss +16 -1
- package/styles/excel-filter/icons/_bootstrap-dark.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap4.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap5-dark.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap5.scss +42 -0
- package/styles/excel-filter/icons/_fabric-dark.scss +38 -0
- package/styles/excel-filter/icons/_fabric.scss +38 -0
- package/styles/excel-filter/icons/_fluent-dark.scss +1 -0
- package/styles/excel-filter/icons/_fluent.scss +42 -0
- package/styles/excel-filter/icons/_fusionnew.scss +42 -0
- package/styles/excel-filter/icons/_highcontrast-light.scss +38 -0
- package/styles/excel-filter/icons/_highcontrast.scss +38 -0
- package/styles/excel-filter/icons/_material-dark.scss +38 -0
- package/styles/excel-filter/icons/_material.scss +38 -0
- package/styles/excel-filter/icons/_material3.scss +42 -0
- package/styles/excel-filter/icons/_tailwind-dark.scss +1 -0
- package/styles/excel-filter/icons/_tailwind.scss +42 -0
- package/styles/excel-filter/material-dark.css +4 -6
- package/styles/excel-filter/material-dark.scss +16 -1
- package/styles/excel-filter/material.css +4 -6
- package/styles/excel-filter/material.scss +16 -1
- package/styles/excel-filter/tailwind-dark.css +3 -5
- package/styles/excel-filter/tailwind-dark.scss +16 -1
- package/styles/excel-filter/tailwind.css +3 -5
- package/styles/excel-filter/tailwind.scss +16 -1
- package/styles/fabric-dark.css +32 -23
- package/styles/fabric.css +32 -23
- package/styles/fluent-dark.css +34 -21
- package/styles/fluent.css +34 -21
- package/styles/grid/_all.scss +2 -0
- package/styles/grid/_bootstrap-dark-definition.scss +596 -0
- package/styles/grid/_bootstrap-definition.scss +598 -0
- package/styles/grid/_bootstrap4-definition.scss +602 -0
- package/styles/grid/_bootstrap5-dark-definition.scss +1 -0
- package/styles/grid/_bootstrap5-definition.scss +597 -0
- package/styles/grid/_fabric-dark-definition.scss +594 -0
- package/styles/grid/_fabric-definition.scss +594 -0
- package/styles/grid/_fluent-dark-definition.scss +1 -0
- package/styles/grid/_fluent-definition.scss +589 -0
- package/styles/grid/_fusionnew-definition.scss +574 -0
- package/styles/grid/_highcontrast-definition.scss +594 -0
- package/styles/grid/_highcontrast-light-definition.scss +590 -0
- package/styles/grid/_layout.scss +4315 -0
- package/styles/grid/_material-dark-definition.scss +594 -0
- package/styles/grid/_material-definition.scss +592 -0
- package/styles/grid/_material3-definition.scss +598 -0
- package/styles/grid/_office-365-definition.scss +1 -0
- package/styles/grid/_tailwind-dark-definition.scss +1 -0
- package/styles/grid/_tailwind-definition.scss +603 -0
- package/styles/grid/_theme.scss +603 -0
- package/styles/grid/bootstrap-dark.css +27 -16
- package/styles/grid/bootstrap-dark.scss +20 -1
- package/styles/grid/bootstrap.css +27 -16
- package/styles/grid/bootstrap.scss +20 -1
- package/styles/grid/bootstrap4.css +27 -16
- package/styles/grid/bootstrap4.scss +20 -1
- package/styles/grid/bootstrap5-dark.css +28 -12
- package/styles/grid/bootstrap5-dark.scss +20 -1
- package/styles/grid/bootstrap5.css +28 -12
- package/styles/grid/bootstrap5.scss +20 -1
- package/styles/grid/fabric-dark.css +28 -17
- package/styles/grid/fabric-dark.scss +20 -1
- package/styles/grid/fabric.css +28 -17
- package/styles/grid/fabric.scss +20 -1
- package/styles/grid/fluent-dark.css +31 -16
- package/styles/grid/fluent-dark.scss +20 -1
- package/styles/grid/fluent.css +31 -16
- package/styles/grid/fluent.scss +20 -1
- package/styles/grid/highcontrast-light.css +24 -13
- package/styles/grid/highcontrast-light.scss +20 -1
- package/styles/grid/highcontrast.css +28 -17
- package/styles/grid/highcontrast.scss +20 -1
- package/styles/grid/icons/_bootstrap-dark.scss +226 -0
- package/styles/grid/icons/_bootstrap.scss +226 -0
- package/styles/grid/icons/_bootstrap4.scss +225 -0
- package/styles/grid/icons/_bootstrap5-dark.scss +1 -0
- package/styles/grid/icons/_bootstrap5.scss +246 -0
- package/styles/grid/icons/_fabric-dark.scss +225 -0
- package/styles/grid/icons/_fabric.scss +225 -0
- package/styles/grid/icons/_fluent-dark.scss +1 -0
- package/styles/grid/icons/_fluent.scss +246 -0
- package/styles/grid/icons/_fusionnew.scss +246 -0
- package/styles/grid/icons/_highcontrast-light.scss +225 -0
- package/styles/grid/icons/_highcontrast.scss +225 -0
- package/styles/grid/icons/_material-dark.scss +225 -0
- package/styles/grid/icons/_material.scss +225 -0
- package/styles/grid/icons/_material3.scss +246 -0
- package/styles/grid/icons/_tailwind-dark.scss +1 -0
- package/styles/grid/icons/_tailwind.scss +246 -0
- package/styles/grid/material-dark.css +28 -17
- package/styles/grid/material-dark.scss +20 -1
- package/styles/grid/material.css +28 -17
- package/styles/grid/material.scss +20 -1
- package/styles/grid/tailwind-dark.css +23 -12
- package/styles/grid/tailwind-dark.scss +20 -1
- package/styles/grid/tailwind.css +23 -12
- package/styles/grid/tailwind.scss +20 -1
- package/styles/highcontrast-light.css +28 -19
- package/styles/highcontrast.css +32 -23
- package/styles/material-dark.css +32 -23
- package/styles/material.css +32 -23
- package/styles/tailwind-dark.css +26 -17
- package/styles/tailwind.css +26 -17
- package/syncfusion-ej2-angular-grids.d.ts +5 -0
- package/@syncfusion/ej2-angular-grids.es5.js +0 -988
- package/@syncfusion/ej2-angular-grids.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-grids.js +0 -927
- package/@syncfusion/ej2-angular-grids.js.map +0 -1
- package/CHANGELOG.md +0 -2632
- package/dist/ej2-angular-grids.umd.js +0 -1577
- package/dist/ej2-angular-grids.umd.js.map +0 -1
- package/dist/ej2-angular-grids.umd.min.js +0 -11
- package/dist/ej2-angular-grids.umd.min.js.map +0 -1
- package/ej2-angular-grids.d.ts +0 -6
- package/ej2-angular-grids.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -20
- package/schematics/generators/grid-default/index.d.ts +0 -3
- package/schematics/generators/grid-default/index.js +0 -8
- package/schematics/generators/grid-default/sample-details.d.ts +0 -5
- package/schematics/generators/grid-default/sample-details.js +0 -7
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/grid-default/schema.d.ts +0 -3
- package/schematics/generators/grid-default/schema.js +0 -2
- package/schematics/generators/grid-default/schema.json +0 -124
- package/schematics/generators/grid-feature/index.d.ts +0 -3
- package/schematics/generators/grid-feature/index.js +0 -8
- package/schematics/generators/grid-feature/sample-details.d.ts +0 -5
- package/schematics/generators/grid-feature/sample-details.js +0 -7
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/grid-feature/schema.d.ts +0 -3
- package/schematics/generators/grid-feature/schema.js +0 -2
- package/schematics/generators/grid-feature/schema.json +0 -124
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
package/styles/grid/fabric.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-ddl.e-popup {
|
|
2
3
|
border: 0;
|
|
3
4
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
@@ -72,6 +73,7 @@
|
|
|
72
73
|
height: 34px;
|
|
73
74
|
}
|
|
74
75
|
|
|
76
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
75
77
|
@keyframes material-spinner-rotate {
|
|
76
78
|
0% {
|
|
77
79
|
transform: rotate(0);
|
|
@@ -88,7 +90,7 @@
|
|
|
88
90
|
transform: rotate(360deg);
|
|
89
91
|
}
|
|
90
92
|
}
|
|
91
|
-
|
|
93
|
+
/* !componenticons */
|
|
92
94
|
.e-icon-check::before {
|
|
93
95
|
content: "\e7ff";
|
|
94
96
|
}
|
|
@@ -319,6 +321,7 @@
|
|
|
319
321
|
.e-bigger .e-grid,
|
|
320
322
|
.e-grid.e-bigger {
|
|
321
323
|
font-size: 14px;
|
|
324
|
+
/* stylelint-disable */
|
|
322
325
|
}
|
|
323
326
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
324
327
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -976,6 +979,9 @@
|
|
|
976
979
|
font-size: 13px;
|
|
977
980
|
height: auto;
|
|
978
981
|
position: relative;
|
|
982
|
+
/* stylelint-enable */
|
|
983
|
+
/* stylelint-disable */
|
|
984
|
+
/* stylelint-enable */
|
|
979
985
|
}
|
|
980
986
|
.e-grid .e-gridheader {
|
|
981
987
|
-webkit-user-select: none;
|
|
@@ -1883,7 +1889,7 @@
|
|
|
1883
1889
|
padding-left: 7px;
|
|
1884
1890
|
}
|
|
1885
1891
|
.e-grid .e-chk-hidden {
|
|
1886
|
-
-moz-appearance: none;
|
|
1892
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1887
1893
|
height: 1px;
|
|
1888
1894
|
opacity: 0;
|
|
1889
1895
|
width: 1px;
|
|
@@ -1897,7 +1903,7 @@
|
|
|
1897
1903
|
}
|
|
1898
1904
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1899
1905
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1900
|
-
-webkit-user-select: auto;
|
|
1906
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1901
1907
|
height: 20px;
|
|
1902
1908
|
line-height: 21px;
|
|
1903
1909
|
position: relative;
|
|
@@ -2061,16 +2067,16 @@
|
|
|
2061
2067
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2062
2068
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2063
2069
|
font-size: 8px;
|
|
2064
|
-
margin-left:
|
|
2065
|
-
margin-top:
|
|
2070
|
+
margin-left: -1.5px;
|
|
2071
|
+
margin-top: -4.5px;
|
|
2066
2072
|
position: absolute;
|
|
2067
2073
|
z-index: 10;
|
|
2068
2074
|
}
|
|
2069
2075
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2070
|
-
margin-top:
|
|
2076
|
+
margin-top: -4.5px;
|
|
2071
2077
|
}
|
|
2072
2078
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2073
|
-
margin-top:
|
|
2079
|
+
margin-top: 4px;
|
|
2074
2080
|
}
|
|
2075
2081
|
.e-grid td.e-active {
|
|
2076
2082
|
font-weight: normal;
|
|
@@ -2093,7 +2099,7 @@
|
|
|
2093
2099
|
padding: 2px;
|
|
2094
2100
|
}
|
|
2095
2101
|
.e-grid .e-content {
|
|
2096
|
-
-webkit-overflow-scrolling: touch;
|
|
2102
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2097
2103
|
overflow-x: auto;
|
|
2098
2104
|
overflow-y: scroll;
|
|
2099
2105
|
position: relative;
|
|
@@ -2197,10 +2203,14 @@
|
|
|
2197
2203
|
}
|
|
2198
2204
|
.e-grid .e-icon-gdownarrow {
|
|
2199
2205
|
font-size: 12px;
|
|
2206
|
+
padding: 16px 8px 13px 9px;
|
|
2207
|
+
text-decoration: none;
|
|
2200
2208
|
text-indent: 8px;
|
|
2201
2209
|
}
|
|
2202
2210
|
.e-grid .e-icon-grightarrow {
|
|
2203
2211
|
font-size: 12px;
|
|
2212
|
+
padding: 14px 9px 15px 9px;
|
|
2213
|
+
text-decoration: none;
|
|
2204
2214
|
text-indent: 8px;
|
|
2205
2215
|
}
|
|
2206
2216
|
.e-grid .e-recordplusexpand {
|
|
@@ -2440,6 +2450,8 @@
|
|
|
2440
2450
|
.e-grid .e-checkboxfiltertext {
|
|
2441
2451
|
width: 135px;
|
|
2442
2452
|
word-break: normal;
|
|
2453
|
+
/* stylelint-disable */
|
|
2454
|
+
/* stylelint-enable */
|
|
2443
2455
|
}
|
|
2444
2456
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2445
2457
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2499,10 +2511,10 @@
|
|
|
2499
2511
|
overflow: hidden;
|
|
2500
2512
|
}
|
|
2501
2513
|
.e-grid .e-frozenhdrcont {
|
|
2502
|
-
-ms-touch-action: none;
|
|
2514
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2503
2515
|
}
|
|
2504
2516
|
.e-grid .e-frozencontent {
|
|
2505
|
-
-ms-touch-action: none;
|
|
2517
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2506
2518
|
border-bottom-width: 1px;
|
|
2507
2519
|
float: left;
|
|
2508
2520
|
width: min-content;
|
|
@@ -2511,19 +2523,19 @@
|
|
|
2511
2523
|
float: right;
|
|
2512
2524
|
}
|
|
2513
2525
|
.e-grid .e-movablecontent {
|
|
2514
|
-
-ms-overflow-style: none;
|
|
2526
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2515
2527
|
-ms-flex: 1;
|
|
2516
2528
|
flex: 1;
|
|
2517
2529
|
overflow-x: auto;
|
|
2518
2530
|
overflow-y: hidden;
|
|
2519
2531
|
}
|
|
2520
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2532
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2521
2533
|
display: none;
|
|
2522
2534
|
}
|
|
2523
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2535
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2524
2536
|
width: 7px;
|
|
2525
2537
|
}
|
|
2526
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2538
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2527
2539
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2528
2540
|
border-radius: 4px;
|
|
2529
2541
|
}
|
|
@@ -2903,7 +2915,7 @@
|
|
|
2903
2915
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2904
2916
|
display: inline-block;
|
|
2905
2917
|
}
|
|
2906
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2918
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
2907
2919
|
text-overflow: clip;
|
|
2908
2920
|
}
|
|
2909
2921
|
.e-grid .e-clipboard {
|
|
@@ -3041,7 +3053,6 @@
|
|
|
3041
3053
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3042
3054
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3043
3055
|
font-size: 8px;
|
|
3044
|
-
margin-top: 0;
|
|
3045
3056
|
}
|
|
3046
3057
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3047
3058
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -3514,7 +3525,7 @@
|
|
|
3514
3525
|
}
|
|
3515
3526
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3516
3527
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3517
|
-
-moz-appearance: none;
|
|
3528
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3518
3529
|
height: 1px;
|
|
3519
3530
|
opacity: 0;
|
|
3520
3531
|
width: 1px;
|
package/styles/grid/fabric.scss
CHANGED
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fabric-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/fabric-definition.scss';
|
|
3
|
+
@import '../excel-filter/fabric-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/fabric-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/fabric-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/fabric-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/fabric-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/fabric-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/fabric-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/fabric-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/fabric-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/fabric-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/fabric-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/fabric-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/fabric-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/fabric-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/fabric-definition.scss';
|
|
18
|
+
@import 'fabric-definition.scss';
|
|
19
|
+
@import 'icons/fabric.scss';
|
|
20
|
+
@import 'all.scss';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: none;
|
|
@@ -124,6 +125,7 @@
|
|
|
124
125
|
min-height: 34px;
|
|
125
126
|
}
|
|
126
127
|
|
|
128
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
127
129
|
@keyframes material-spinner-rotate {
|
|
128
130
|
0% {
|
|
129
131
|
transform: rotate(0);
|
|
@@ -384,6 +386,7 @@
|
|
|
384
386
|
.e-bigger .e-grid,
|
|
385
387
|
.e-grid.e-bigger {
|
|
386
388
|
font-size: 16px;
|
|
389
|
+
/* stylelint-disable */
|
|
387
390
|
}
|
|
388
391
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
389
392
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1071,6 +1074,9 @@
|
|
|
1071
1074
|
font-size: 14px;
|
|
1072
1075
|
height: auto;
|
|
1073
1076
|
position: relative;
|
|
1077
|
+
/* stylelint-enable */
|
|
1078
|
+
/* stylelint-disable */
|
|
1079
|
+
/* stylelint-enable */
|
|
1074
1080
|
}
|
|
1075
1081
|
.e-grid .e-gridheader {
|
|
1076
1082
|
-webkit-user-select: none;
|
|
@@ -1988,7 +1994,7 @@
|
|
|
1988
1994
|
padding-left: 8px;
|
|
1989
1995
|
}
|
|
1990
1996
|
.e-grid .e-chk-hidden {
|
|
1991
|
-
-moz-appearance: none;
|
|
1997
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1992
1998
|
height: 1px;
|
|
1993
1999
|
opacity: 0;
|
|
1994
2000
|
width: 1px;
|
|
@@ -2002,7 +2008,7 @@
|
|
|
2002
2008
|
}
|
|
2003
2009
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2004
2010
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2005
|
-
-webkit-user-select: auto;
|
|
2011
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2006
2012
|
height: 20px;
|
|
2007
2013
|
line-height: 20px;
|
|
2008
2014
|
position: relative;
|
|
@@ -2168,15 +2174,15 @@
|
|
|
2168
2174
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2169
2175
|
font-size: 10px;
|
|
2170
2176
|
margin-left: -2px;
|
|
2171
|
-
margin-top: -
|
|
2177
|
+
margin-top: -6.5px;
|
|
2172
2178
|
position: absolute;
|
|
2173
2179
|
z-index: 10;
|
|
2174
2180
|
}
|
|
2175
2181
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2176
|
-
margin-top: -
|
|
2182
|
+
margin-top: -6.5px;
|
|
2177
2183
|
}
|
|
2178
2184
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2179
|
-
margin-top:
|
|
2185
|
+
margin-top: 4.5px;
|
|
2180
2186
|
}
|
|
2181
2187
|
.e-grid td.e-active {
|
|
2182
2188
|
font-weight: 400;
|
|
@@ -2199,7 +2205,7 @@
|
|
|
2199
2205
|
padding: 2px;
|
|
2200
2206
|
}
|
|
2201
2207
|
.e-grid .e-content {
|
|
2202
|
-
-webkit-overflow-scrolling: touch;
|
|
2208
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2203
2209
|
overflow-x: auto;
|
|
2204
2210
|
overflow-y: scroll;
|
|
2205
2211
|
position: relative;
|
|
@@ -2306,10 +2312,14 @@
|
|
|
2306
2312
|
}
|
|
2307
2313
|
.e-grid .e-icon-gdownarrow {
|
|
2308
2314
|
font-size: 16px;
|
|
2315
|
+
padding: 9px 7px 9px 7px;
|
|
2316
|
+
text-decoration: none;
|
|
2309
2317
|
text-indent: 11px;
|
|
2310
2318
|
}
|
|
2311
2319
|
.e-grid .e-icon-grightarrow {
|
|
2312
2320
|
font-size: 16px;
|
|
2321
|
+
padding: 8px 7px 11px 7px;
|
|
2322
|
+
text-decoration: none;
|
|
2313
2323
|
text-indent: 11px;
|
|
2314
2324
|
}
|
|
2315
2325
|
.e-grid .e-recordplusexpand {
|
|
@@ -2549,7 +2559,9 @@
|
|
|
2549
2559
|
.e-grid .e-checkboxfiltertext {
|
|
2550
2560
|
width: 150px;
|
|
2551
2561
|
word-break: normal;
|
|
2562
|
+
/* stylelint-disable */
|
|
2552
2563
|
margin-left: 12px !important;
|
|
2564
|
+
/* stylelint-enable */
|
|
2553
2565
|
}
|
|
2554
2566
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2555
2567
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2609,10 +2621,10 @@
|
|
|
2609
2621
|
overflow: hidden;
|
|
2610
2622
|
}
|
|
2611
2623
|
.e-grid .e-frozenhdrcont {
|
|
2612
|
-
-ms-touch-action: none;
|
|
2624
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2613
2625
|
}
|
|
2614
2626
|
.e-grid .e-frozencontent {
|
|
2615
|
-
-ms-touch-action: none;
|
|
2627
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2616
2628
|
border-bottom-width: 1px;
|
|
2617
2629
|
float: left;
|
|
2618
2630
|
width: min-content;
|
|
@@ -2621,19 +2633,19 @@
|
|
|
2621
2633
|
float: right;
|
|
2622
2634
|
}
|
|
2623
2635
|
.e-grid .e-movablecontent {
|
|
2624
|
-
-ms-overflow-style: none;
|
|
2636
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2625
2637
|
-ms-flex: 1;
|
|
2626
2638
|
flex: 1;
|
|
2627
2639
|
overflow-x: auto;
|
|
2628
2640
|
overflow-y: hidden;
|
|
2629
2641
|
}
|
|
2630
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2642
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2631
2643
|
display: none;
|
|
2632
2644
|
}
|
|
2633
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2645
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2634
2646
|
width: 7px;
|
|
2635
2647
|
}
|
|
2636
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2648
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2637
2649
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2638
2650
|
border-radius: 4px;
|
|
2639
2651
|
}
|
|
@@ -3013,7 +3025,7 @@
|
|
|
3013
3025
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3014
3026
|
display: inline-block;
|
|
3015
3027
|
}
|
|
3016
|
-
.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-stackedheadercelldiv.e-gridclip {
|
|
3017
3029
|
text-overflow: clip;
|
|
3018
3030
|
}
|
|
3019
3031
|
.e-grid .e-clipboard {
|
|
@@ -3106,7 +3118,7 @@
|
|
|
3106
3118
|
margin-top: 0;
|
|
3107
3119
|
}
|
|
3108
3120
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3109
|
-
margin-top:
|
|
3121
|
+
margin-top: 0;
|
|
3110
3122
|
}
|
|
3111
3123
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3112
3124
|
background-color: rgba(0, 0, 0, 0.1);
|
|
@@ -3151,7 +3163,10 @@
|
|
|
3151
3163
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3152
3164
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3153
3165
|
font-size: 14px;
|
|
3154
|
-
|
|
3166
|
+
}
|
|
3167
|
+
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3168
|
+
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3169
|
+
margin-top: -9px;
|
|
3155
3170
|
}
|
|
3156
3171
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3157
3172
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -3634,7 +3649,7 @@
|
|
|
3634
3649
|
}
|
|
3635
3650
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3636
3651
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3637
|
-
-moz-appearance: none;
|
|
3652
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3638
3653
|
height: 1px;
|
|
3639
3654
|
opacity: 0;
|
|
3640
3655
|
width: 1px;
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fluent-dark-definition.scss';
|
|
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 'fluent-dark-definition.scss';
|
|
19
|
+
@import 'icons/fluent-dark.scss';
|
|
20
|
+
@import 'all.scss';
|
package/styles/grid/fluent.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: none;
|
|
@@ -124,6 +125,7 @@
|
|
|
124
125
|
min-height: 34px;
|
|
125
126
|
}
|
|
126
127
|
|
|
128
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
127
129
|
@keyframes material-spinner-rotate {
|
|
128
130
|
0% {
|
|
129
131
|
transform: rotate(0);
|
|
@@ -384,6 +386,7 @@
|
|
|
384
386
|
.e-bigger .e-grid,
|
|
385
387
|
.e-grid.e-bigger {
|
|
386
388
|
font-size: 16px;
|
|
389
|
+
/* stylelint-disable */
|
|
387
390
|
}
|
|
388
391
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
389
392
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1071,6 +1074,9 @@
|
|
|
1071
1074
|
font-size: 14px;
|
|
1072
1075
|
height: auto;
|
|
1073
1076
|
position: relative;
|
|
1077
|
+
/* stylelint-enable */
|
|
1078
|
+
/* stylelint-disable */
|
|
1079
|
+
/* stylelint-enable */
|
|
1074
1080
|
}
|
|
1075
1081
|
.e-grid .e-gridheader {
|
|
1076
1082
|
-webkit-user-select: none;
|
|
@@ -1988,7 +1994,7 @@
|
|
|
1988
1994
|
padding-left: 8px;
|
|
1989
1995
|
}
|
|
1990
1996
|
.e-grid .e-chk-hidden {
|
|
1991
|
-
-moz-appearance: none;
|
|
1997
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1992
1998
|
height: 1px;
|
|
1993
1999
|
opacity: 0;
|
|
1994
2000
|
width: 1px;
|
|
@@ -2002,7 +2008,7 @@
|
|
|
2002
2008
|
}
|
|
2003
2009
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2004
2010
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2005
|
-
-webkit-user-select: auto;
|
|
2011
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2006
2012
|
height: 20px;
|
|
2007
2013
|
line-height: 20px;
|
|
2008
2014
|
position: relative;
|
|
@@ -2168,15 +2174,15 @@
|
|
|
2168
2174
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2169
2175
|
font-size: 10px;
|
|
2170
2176
|
margin-left: -2px;
|
|
2171
|
-
margin-top: -
|
|
2177
|
+
margin-top: -6.5px;
|
|
2172
2178
|
position: absolute;
|
|
2173
2179
|
z-index: 10;
|
|
2174
2180
|
}
|
|
2175
2181
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2176
|
-
margin-top: -
|
|
2182
|
+
margin-top: -6.5px;
|
|
2177
2183
|
}
|
|
2178
2184
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2179
|
-
margin-top:
|
|
2185
|
+
margin-top: 4.5px;
|
|
2180
2186
|
}
|
|
2181
2187
|
.e-grid td.e-active {
|
|
2182
2188
|
font-weight: 400;
|
|
@@ -2199,7 +2205,7 @@
|
|
|
2199
2205
|
padding: 2px;
|
|
2200
2206
|
}
|
|
2201
2207
|
.e-grid .e-content {
|
|
2202
|
-
-webkit-overflow-scrolling: touch;
|
|
2208
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2203
2209
|
overflow-x: auto;
|
|
2204
2210
|
overflow-y: scroll;
|
|
2205
2211
|
position: relative;
|
|
@@ -2306,10 +2312,14 @@
|
|
|
2306
2312
|
}
|
|
2307
2313
|
.e-grid .e-icon-gdownarrow {
|
|
2308
2314
|
font-size: 16px;
|
|
2315
|
+
padding: 9px 7px 9px 7px;
|
|
2316
|
+
text-decoration: none;
|
|
2309
2317
|
text-indent: 11px;
|
|
2310
2318
|
}
|
|
2311
2319
|
.e-grid .e-icon-grightarrow {
|
|
2312
2320
|
font-size: 16px;
|
|
2321
|
+
padding: 8px 7px 11px 7px;
|
|
2322
|
+
text-decoration: none;
|
|
2313
2323
|
text-indent: 11px;
|
|
2314
2324
|
}
|
|
2315
2325
|
.e-grid .e-recordplusexpand {
|
|
@@ -2549,7 +2559,9 @@
|
|
|
2549
2559
|
.e-grid .e-checkboxfiltertext {
|
|
2550
2560
|
width: 150px;
|
|
2551
2561
|
word-break: normal;
|
|
2562
|
+
/* stylelint-disable */
|
|
2552
2563
|
margin-left: 12px !important;
|
|
2564
|
+
/* stylelint-enable */
|
|
2553
2565
|
}
|
|
2554
2566
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2555
2567
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2609,10 +2621,10 @@
|
|
|
2609
2621
|
overflow: hidden;
|
|
2610
2622
|
}
|
|
2611
2623
|
.e-grid .e-frozenhdrcont {
|
|
2612
|
-
-ms-touch-action: none;
|
|
2624
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2613
2625
|
}
|
|
2614
2626
|
.e-grid .e-frozencontent {
|
|
2615
|
-
-ms-touch-action: none;
|
|
2627
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2616
2628
|
border-bottom-width: 1px;
|
|
2617
2629
|
float: left;
|
|
2618
2630
|
width: min-content;
|
|
@@ -2621,19 +2633,19 @@
|
|
|
2621
2633
|
float: right;
|
|
2622
2634
|
}
|
|
2623
2635
|
.e-grid .e-movablecontent {
|
|
2624
|
-
-ms-overflow-style: none;
|
|
2636
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2625
2637
|
-ms-flex: 1;
|
|
2626
2638
|
flex: 1;
|
|
2627
2639
|
overflow-x: auto;
|
|
2628
2640
|
overflow-y: hidden;
|
|
2629
2641
|
}
|
|
2630
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2642
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2631
2643
|
display: none;
|
|
2632
2644
|
}
|
|
2633
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2645
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2634
2646
|
width: 7px;
|
|
2635
2647
|
}
|
|
2636
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2648
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2637
2649
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2638
2650
|
border-radius: 4px;
|
|
2639
2651
|
}
|
|
@@ -3013,7 +3025,7 @@
|
|
|
3013
3025
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3014
3026
|
display: inline-block;
|
|
3015
3027
|
}
|
|
3016
|
-
.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-stackedheadercelldiv.e-gridclip {
|
|
3017
3029
|
text-overflow: clip;
|
|
3018
3030
|
}
|
|
3019
3031
|
.e-grid .e-clipboard {
|
|
@@ -3106,7 +3118,7 @@
|
|
|
3106
3118
|
margin-top: 0;
|
|
3107
3119
|
}
|
|
3108
3120
|
.e-grid.sf-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3109
|
-
margin-top:
|
|
3121
|
+
margin-top: 0;
|
|
3110
3122
|
}
|
|
3111
3123
|
.e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
|
|
3112
3124
|
background-color: rgba(0, 0, 0, 0.1);
|
|
@@ -3151,7 +3163,10 @@
|
|
|
3151
3163
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3152
3164
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3153
3165
|
font-size: 14px;
|
|
3154
|
-
|
|
3166
|
+
}
|
|
3167
|
+
.e-bigger .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3168
|
+
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
3169
|
+
margin-top: -9px;
|
|
3155
3170
|
}
|
|
3156
3171
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3157
3172
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -3634,7 +3649,7 @@
|
|
|
3634
3649
|
}
|
|
3635
3650
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3636
3651
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3637
|
-
-moz-appearance: none;
|
|
3652
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3638
3653
|
height: 1px;
|
|
3639
3654
|
opacity: 0;
|
|
3640
3655
|
width: 1px;
|
package/styles/grid/fluent.scss
CHANGED
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fluent-definition.scss';
|
|
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 'fluent-definition.scss';
|
|
19
|
+
@import 'icons/fluent.scss';
|
|
20
|
+
@import 'all.scss';
|