@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
|
@@ -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: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
@@ -103,6 +104,7 @@
|
|
|
103
104
|
min-height: 34px;
|
|
104
105
|
}
|
|
105
106
|
|
|
107
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
106
108
|
@keyframes material-spinner-rotate {
|
|
107
109
|
0% {
|
|
108
110
|
transform: rotate(0);
|
|
@@ -352,6 +354,7 @@
|
|
|
352
354
|
.e-bigger .e-grid,
|
|
353
355
|
.e-grid.e-bigger {
|
|
354
356
|
font-size: 14px;
|
|
357
|
+
/* stylelint-disable */
|
|
355
358
|
}
|
|
356
359
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
357
360
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1009,6 +1012,9 @@
|
|
|
1009
1012
|
font-size: 13px;
|
|
1010
1013
|
height: auto;
|
|
1011
1014
|
position: relative;
|
|
1015
|
+
/* stylelint-enable */
|
|
1016
|
+
/* stylelint-disable */
|
|
1017
|
+
/* stylelint-enable */
|
|
1012
1018
|
}
|
|
1013
1019
|
.e-grid .e-gridheader {
|
|
1014
1020
|
-webkit-user-select: none;
|
|
@@ -1916,7 +1922,7 @@
|
|
|
1916
1922
|
padding-left: 8px;
|
|
1917
1923
|
}
|
|
1918
1924
|
.e-grid .e-chk-hidden {
|
|
1919
|
-
-moz-appearance: none;
|
|
1925
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1920
1926
|
height: 1px;
|
|
1921
1927
|
opacity: 0;
|
|
1922
1928
|
width: 1px;
|
|
@@ -1930,7 +1936,7 @@
|
|
|
1930
1936
|
}
|
|
1931
1937
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1932
1938
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1933
|
-
-webkit-user-select: auto;
|
|
1939
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1934
1940
|
height: 20px;
|
|
1935
1941
|
line-height: 20px;
|
|
1936
1942
|
position: relative;
|
|
@@ -2094,16 +2100,16 @@
|
|
|
2094
2100
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2095
2101
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2096
2102
|
font-size: 10px;
|
|
2097
|
-
margin-left:
|
|
2098
|
-
margin-top: -
|
|
2103
|
+
margin-left: -2.5px;
|
|
2104
|
+
margin-top: -6.5px;
|
|
2099
2105
|
position: absolute;
|
|
2100
2106
|
z-index: 10;
|
|
2101
2107
|
}
|
|
2102
2108
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2103
|
-
margin-top: -
|
|
2109
|
+
margin-top: -6.5px;
|
|
2104
2110
|
}
|
|
2105
2111
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2106
|
-
margin-top:
|
|
2112
|
+
margin-top: 4px;
|
|
2107
2113
|
}
|
|
2108
2114
|
.e-grid td.e-active {
|
|
2109
2115
|
font-weight: normal;
|
|
@@ -2126,7 +2132,7 @@
|
|
|
2126
2132
|
padding: 2px;
|
|
2127
2133
|
}
|
|
2128
2134
|
.e-grid .e-content {
|
|
2129
|
-
-webkit-overflow-scrolling: touch;
|
|
2135
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2130
2136
|
overflow-x: auto;
|
|
2131
2137
|
overflow-y: scroll;
|
|
2132
2138
|
position: relative;
|
|
@@ -2230,10 +2236,14 @@
|
|
|
2230
2236
|
}
|
|
2231
2237
|
.e-grid .e-icon-gdownarrow {
|
|
2232
2238
|
font-size: 10px;
|
|
2239
|
+
padding: 13px 9px 11px 10px;
|
|
2240
|
+
text-decoration: none;
|
|
2233
2241
|
text-indent: 11px;
|
|
2234
2242
|
}
|
|
2235
2243
|
.e-grid .e-icon-grightarrow {
|
|
2236
2244
|
font-size: 10px;
|
|
2245
|
+
padding: 12px 9px 12px 10px;
|
|
2246
|
+
text-decoration: none;
|
|
2237
2247
|
text-indent: 11px;
|
|
2238
2248
|
}
|
|
2239
2249
|
.e-grid .e-recordplusexpand {
|
|
@@ -2473,6 +2483,8 @@
|
|
|
2473
2483
|
.e-grid .e-checkboxfiltertext {
|
|
2474
2484
|
width: 150px;
|
|
2475
2485
|
word-break: normal;
|
|
2486
|
+
/* stylelint-disable */
|
|
2487
|
+
/* stylelint-enable */
|
|
2476
2488
|
}
|
|
2477
2489
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2478
2490
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2532,10 +2544,10 @@
|
|
|
2532
2544
|
overflow: hidden;
|
|
2533
2545
|
}
|
|
2534
2546
|
.e-grid .e-frozenhdrcont {
|
|
2535
|
-
-ms-touch-action: none;
|
|
2547
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2536
2548
|
}
|
|
2537
2549
|
.e-grid .e-frozencontent {
|
|
2538
|
-
-ms-touch-action: none;
|
|
2550
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2539
2551
|
border-bottom-width: 1px;
|
|
2540
2552
|
float: left;
|
|
2541
2553
|
width: min-content;
|
|
@@ -2544,19 +2556,19 @@
|
|
|
2544
2556
|
float: right;
|
|
2545
2557
|
}
|
|
2546
2558
|
.e-grid .e-movablecontent {
|
|
2547
|
-
-ms-overflow-style: none;
|
|
2559
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2548
2560
|
-ms-flex: 1;
|
|
2549
2561
|
flex: 1;
|
|
2550
2562
|
overflow-x: auto;
|
|
2551
2563
|
overflow-y: hidden;
|
|
2552
2564
|
}
|
|
2553
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2565
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2554
2566
|
display: none;
|
|
2555
2567
|
}
|
|
2556
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2568
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2557
2569
|
width: 7px;
|
|
2558
2570
|
}
|
|
2559
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2571
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2560
2572
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2561
2573
|
border-radius: 4px;
|
|
2562
2574
|
}
|
|
@@ -2936,7 +2948,7 @@
|
|
|
2936
2948
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2937
2949
|
display: inline-block;
|
|
2938
2950
|
}
|
|
2939
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2951
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
2940
2952
|
text-overflow: clip;
|
|
2941
2953
|
}
|
|
2942
2954
|
.e-grid .e-clipboard {
|
|
@@ -3074,7 +3086,6 @@
|
|
|
3074
3086
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3075
3087
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3076
3088
|
font-size: 10px;
|
|
3077
|
-
margin-top: -1.5px;
|
|
3078
3089
|
}
|
|
3079
3090
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3080
3091
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -3547,7 +3558,7 @@
|
|
|
3547
3558
|
}
|
|
3548
3559
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3549
3560
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3550
|
-
-moz-appearance: none;
|
|
3561
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3551
3562
|
height: 1px;
|
|
3552
3563
|
opacity: 0;
|
|
3553
3564
|
width: 1px;
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap-dark-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/bootstrap-dark-definition.scss';
|
|
3
|
+
@import '../excel-filter/bootstrap-dark-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/bootstrap-dark-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/bootstrap-dark-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap-dark-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/bootstrap-dark-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/bootstrap-dark-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/bootstrap-dark-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/bootstrap-dark-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/bootstrap-dark-definition.scss';
|
|
18
|
+
@import 'bootstrap-dark-definition.scss';
|
|
19
|
+
@import 'icons/bootstrap-dark.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: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
@@ -103,6 +104,7 @@
|
|
|
103
104
|
min-height: 34px;
|
|
104
105
|
}
|
|
105
106
|
|
|
107
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
106
108
|
@keyframes material-spinner-rotate {
|
|
107
109
|
0% {
|
|
108
110
|
transform: rotate(0);
|
|
@@ -353,6 +355,7 @@
|
|
|
353
355
|
.e-bigger .e-grid,
|
|
354
356
|
.e-grid.e-bigger {
|
|
355
357
|
font-size: 14px;
|
|
358
|
+
/* stylelint-disable */
|
|
356
359
|
}
|
|
357
360
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
358
361
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1010,6 +1013,9 @@
|
|
|
1010
1013
|
font-size: 13px;
|
|
1011
1014
|
height: auto;
|
|
1012
1015
|
position: relative;
|
|
1016
|
+
/* stylelint-enable */
|
|
1017
|
+
/* stylelint-disable */
|
|
1018
|
+
/* stylelint-enable */
|
|
1013
1019
|
}
|
|
1014
1020
|
.e-grid .e-gridheader {
|
|
1015
1021
|
-webkit-user-select: none;
|
|
@@ -1917,7 +1923,7 @@
|
|
|
1917
1923
|
padding-left: 8px;
|
|
1918
1924
|
}
|
|
1919
1925
|
.e-grid .e-chk-hidden {
|
|
1920
|
-
-moz-appearance: none;
|
|
1926
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1921
1927
|
height: 1px;
|
|
1922
1928
|
opacity: 0;
|
|
1923
1929
|
width: 1px;
|
|
@@ -1931,7 +1937,7 @@
|
|
|
1931
1937
|
}
|
|
1932
1938
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1933
1939
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1934
|
-
-webkit-user-select: auto;
|
|
1940
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1935
1941
|
height: 20px;
|
|
1936
1942
|
line-height: 20px;
|
|
1937
1943
|
position: relative;
|
|
@@ -2095,16 +2101,16 @@
|
|
|
2095
2101
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2096
2102
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2097
2103
|
font-size: 10px;
|
|
2098
|
-
margin-left:
|
|
2099
|
-
margin-top: -
|
|
2104
|
+
margin-left: -2.5px;
|
|
2105
|
+
margin-top: -6.5px;
|
|
2100
2106
|
position: absolute;
|
|
2101
2107
|
z-index: 10;
|
|
2102
2108
|
}
|
|
2103
2109
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2104
|
-
margin-top: -
|
|
2110
|
+
margin-top: -6.5px;
|
|
2105
2111
|
}
|
|
2106
2112
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2107
|
-
margin-top:
|
|
2113
|
+
margin-top: 4px;
|
|
2108
2114
|
}
|
|
2109
2115
|
.e-grid td.e-active {
|
|
2110
2116
|
font-weight: normal;
|
|
@@ -2127,7 +2133,7 @@
|
|
|
2127
2133
|
padding: 2px;
|
|
2128
2134
|
}
|
|
2129
2135
|
.e-grid .e-content {
|
|
2130
|
-
-webkit-overflow-scrolling: touch;
|
|
2136
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2131
2137
|
overflow-x: auto;
|
|
2132
2138
|
overflow-y: scroll;
|
|
2133
2139
|
position: relative;
|
|
@@ -2231,10 +2237,14 @@
|
|
|
2231
2237
|
}
|
|
2232
2238
|
.e-grid .e-icon-gdownarrow {
|
|
2233
2239
|
font-size: 10px;
|
|
2240
|
+
padding: 13px 9px 11px 10px;
|
|
2241
|
+
text-decoration: none;
|
|
2234
2242
|
text-indent: 11px;
|
|
2235
2243
|
}
|
|
2236
2244
|
.e-grid .e-icon-grightarrow {
|
|
2237
2245
|
font-size: 10px;
|
|
2246
|
+
padding: 12px 9px 12px 10px;
|
|
2247
|
+
text-decoration: none;
|
|
2238
2248
|
text-indent: 11px;
|
|
2239
2249
|
}
|
|
2240
2250
|
.e-grid .e-recordplusexpand {
|
|
@@ -2474,6 +2484,8 @@
|
|
|
2474
2484
|
.e-grid .e-checkboxfiltertext {
|
|
2475
2485
|
width: 150px;
|
|
2476
2486
|
word-break: normal;
|
|
2487
|
+
/* stylelint-disable */
|
|
2488
|
+
/* stylelint-enable */
|
|
2477
2489
|
}
|
|
2478
2490
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2479
2491
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2533,10 +2545,10 @@
|
|
|
2533
2545
|
overflow: hidden;
|
|
2534
2546
|
}
|
|
2535
2547
|
.e-grid .e-frozenhdrcont {
|
|
2536
|
-
-ms-touch-action: none;
|
|
2548
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2537
2549
|
}
|
|
2538
2550
|
.e-grid .e-frozencontent {
|
|
2539
|
-
-ms-touch-action: none;
|
|
2551
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2540
2552
|
border-bottom-width: 1px;
|
|
2541
2553
|
float: left;
|
|
2542
2554
|
width: min-content;
|
|
@@ -2545,19 +2557,19 @@
|
|
|
2545
2557
|
float: right;
|
|
2546
2558
|
}
|
|
2547
2559
|
.e-grid .e-movablecontent {
|
|
2548
|
-
-ms-overflow-style: none;
|
|
2560
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2549
2561
|
-ms-flex: 1;
|
|
2550
2562
|
flex: 1;
|
|
2551
2563
|
overflow-x: auto;
|
|
2552
2564
|
overflow-y: hidden;
|
|
2553
2565
|
}
|
|
2554
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2566
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2555
2567
|
display: none;
|
|
2556
2568
|
}
|
|
2557
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2569
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2558
2570
|
width: 7px;
|
|
2559
2571
|
}
|
|
2560
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2572
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2561
2573
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2562
2574
|
border-radius: 4px;
|
|
2563
2575
|
}
|
|
@@ -2937,7 +2949,7 @@
|
|
|
2937
2949
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2938
2950
|
display: inline-block;
|
|
2939
2951
|
}
|
|
2940
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2952
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
2941
2953
|
text-overflow: clip;
|
|
2942
2954
|
}
|
|
2943
2955
|
.e-grid .e-clipboard {
|
|
@@ -3075,7 +3087,6 @@
|
|
|
3075
3087
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3076
3088
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3077
3089
|
font-size: 10px;
|
|
3078
|
-
margin-top: -1.5px;
|
|
3079
3090
|
}
|
|
3080
3091
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3081
3092
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -3548,7 +3559,7 @@
|
|
|
3548
3559
|
}
|
|
3549
3560
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3550
3561
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3551
|
-
-moz-appearance: none;
|
|
3562
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3552
3563
|
height: 1px;
|
|
3553
3564
|
opacity: 0;
|
|
3554
3565
|
width: 1px;
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/bootstrap-definition.scss';
|
|
3
|
+
@import '../excel-filter/bootstrap-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/bootstrap-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/bootstrap-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/bootstrap-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/bootstrap-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/bootstrap-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/bootstrap-definition.scss';
|
|
18
|
+
@import 'bootstrap-definition.scss';
|
|
19
|
+
@import 'icons/bootstrap.scss';
|
|
20
|
+
@import 'all.scss';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon {
|
|
2
3
|
font-size: 8px;
|
|
3
4
|
}
|
|
@@ -145,6 +146,7 @@
|
|
|
145
146
|
min-height: 34px;
|
|
146
147
|
}
|
|
147
148
|
|
|
149
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
148
150
|
@keyframes material-spinner-rotate {
|
|
149
151
|
0% {
|
|
150
152
|
transform: rotate(0);
|
|
@@ -392,6 +394,7 @@
|
|
|
392
394
|
.e-bigger .e-grid,
|
|
393
395
|
.e-grid.e-bigger {
|
|
394
396
|
font-size: 16px;
|
|
397
|
+
/* stylelint-disable */
|
|
395
398
|
}
|
|
396
399
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
397
400
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1055,6 +1058,9 @@
|
|
|
1055
1058
|
font-size: 14px;
|
|
1056
1059
|
height: auto;
|
|
1057
1060
|
position: relative;
|
|
1061
|
+
/* stylelint-enable */
|
|
1062
|
+
/* stylelint-disable */
|
|
1063
|
+
/* stylelint-enable */
|
|
1058
1064
|
}
|
|
1059
1065
|
.e-grid .e-gridheader {
|
|
1060
1066
|
-webkit-user-select: none;
|
|
@@ -1962,7 +1968,7 @@
|
|
|
1962
1968
|
padding-left: 8px;
|
|
1963
1969
|
}
|
|
1964
1970
|
.e-grid .e-chk-hidden {
|
|
1965
|
-
-moz-appearance: none;
|
|
1971
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1966
1972
|
height: 1px;
|
|
1967
1973
|
opacity: 0;
|
|
1968
1974
|
width: 1px;
|
|
@@ -1976,7 +1982,7 @@
|
|
|
1976
1982
|
}
|
|
1977
1983
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1978
1984
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1979
|
-
-webkit-user-select: auto;
|
|
1985
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1980
1986
|
height: 20px;
|
|
1981
1987
|
line-height: 20px;
|
|
1982
1988
|
position: relative;
|
|
@@ -2140,16 +2146,16 @@
|
|
|
2140
2146
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
2141
2147
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2142
2148
|
font-size: 12px;
|
|
2143
|
-
margin-left:
|
|
2144
|
-
margin-top:
|
|
2149
|
+
margin-left: -3.5px;
|
|
2150
|
+
margin-top: -7.5px;
|
|
2145
2151
|
position: absolute;
|
|
2146
2152
|
z-index: 10;
|
|
2147
2153
|
}
|
|
2148
2154
|
.e-grid .e-gridheader .e-headercontent .e-reorderuparrow {
|
|
2149
|
-
margin-top:
|
|
2155
|
+
margin-top: -7.5px;
|
|
2150
2156
|
}
|
|
2151
2157
|
.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
2152
|
-
margin-top:
|
|
2158
|
+
margin-top: 2.5px;
|
|
2153
2159
|
}
|
|
2154
2160
|
.e-grid td.e-active {
|
|
2155
2161
|
font-weight: normal;
|
|
@@ -2172,7 +2178,7 @@
|
|
|
2172
2178
|
padding: 2px;
|
|
2173
2179
|
}
|
|
2174
2180
|
.e-grid .e-content {
|
|
2175
|
-
-webkit-overflow-scrolling: touch;
|
|
2181
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2176
2182
|
overflow-x: auto;
|
|
2177
2183
|
overflow-y: scroll;
|
|
2178
2184
|
position: relative;
|
|
@@ -2278,10 +2284,14 @@
|
|
|
2278
2284
|
}
|
|
2279
2285
|
.e-grid .e-icon-gdownarrow {
|
|
2280
2286
|
font-size: 10px;
|
|
2287
|
+
padding: 13px 9px 11px 10px;
|
|
2288
|
+
text-decoration: none;
|
|
2281
2289
|
text-indent: 11px;
|
|
2282
2290
|
}
|
|
2283
2291
|
.e-grid .e-icon-grightarrow {
|
|
2284
2292
|
font-size: 10px;
|
|
2293
|
+
padding: 12px 9px 12px 10px;
|
|
2294
|
+
text-decoration: none;
|
|
2285
2295
|
text-indent: 11px;
|
|
2286
2296
|
}
|
|
2287
2297
|
.e-grid .e-recordplusexpand {
|
|
@@ -2521,6 +2531,8 @@
|
|
|
2521
2531
|
.e-grid .e-checkboxfiltertext {
|
|
2522
2532
|
width: 150px;
|
|
2523
2533
|
word-break: normal;
|
|
2534
|
+
/* stylelint-disable */
|
|
2535
|
+
/* stylelint-enable */
|
|
2524
2536
|
}
|
|
2525
2537
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2526
2538
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2580,10 +2592,10 @@
|
|
|
2580
2592
|
overflow: hidden;
|
|
2581
2593
|
}
|
|
2582
2594
|
.e-grid .e-frozenhdrcont {
|
|
2583
|
-
-ms-touch-action: none;
|
|
2595
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2584
2596
|
}
|
|
2585
2597
|
.e-grid .e-frozencontent {
|
|
2586
|
-
-ms-touch-action: none;
|
|
2598
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2587
2599
|
border-bottom-width: 1px;
|
|
2588
2600
|
float: left;
|
|
2589
2601
|
width: min-content;
|
|
@@ -2592,19 +2604,19 @@
|
|
|
2592
2604
|
float: right;
|
|
2593
2605
|
}
|
|
2594
2606
|
.e-grid .e-movablecontent {
|
|
2595
|
-
-ms-overflow-style: none;
|
|
2607
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2596
2608
|
-ms-flex: 1;
|
|
2597
2609
|
flex: 1;
|
|
2598
2610
|
overflow-x: auto;
|
|
2599
2611
|
overflow-y: hidden;
|
|
2600
2612
|
}
|
|
2601
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2613
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2602
2614
|
display: none;
|
|
2603
2615
|
}
|
|
2604
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2616
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2605
2617
|
width: 7px;
|
|
2606
2618
|
}
|
|
2607
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2619
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2608
2620
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2609
2621
|
border-radius: 4px;
|
|
2610
2622
|
}
|
|
@@ -2985,7 +2997,7 @@
|
|
|
2985
2997
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2986
2998
|
display: inline-block;
|
|
2987
2999
|
}
|
|
2988
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3000
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
2989
3001
|
text-overflow: clip;
|
|
2990
3002
|
}
|
|
2991
3003
|
.e-grid .e-clipboard {
|
|
@@ -3123,7 +3135,6 @@
|
|
|
3123
3135
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
|
|
3124
3136
|
.e-bigger.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
|
|
3125
3137
|
font-size: 12px;
|
|
3126
|
-
margin-top: 0;
|
|
3127
3138
|
}
|
|
3128
3139
|
.e-bigger .e-grid .e-gridheader thead .e-icons,
|
|
3129
3140
|
.e-bigger.e-grid .e-gridheader thead .e-icons {
|
|
@@ -3596,7 +3607,7 @@
|
|
|
3596
3607
|
}
|
|
3597
3608
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3598
3609
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3599
|
-
-moz-appearance: none;
|
|
3610
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3600
3611
|
height: 1px;
|
|
3601
3612
|
opacity: 0;
|
|
3602
3613
|
width: 1px;
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap4-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/bootstrap4-definition.scss';
|
|
3
|
+
@import '../excel-filter/bootstrap4-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/bootstrap4-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap4-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/bootstrap4-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/bootstrap4-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap4-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/bootstrap4-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/bootstrap4-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/bootstrap4-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/bootstrap4-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap4-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/bootstrap4-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/bootstrap4-definition.scss';
|
|
18
|
+
@import 'bootstrap4-definition.scss';
|
|
19
|
+
@import 'icons/bootstrap4.scss';
|
|
20
|
+
@import 'all.scss';
|