@syncfusion/ej2-angular-grids 20.2.39-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 +22 -16
- package/styles/bootstrap.css +22 -16
- package/styles/bootstrap4.css +22 -16
- package/styles/bootstrap5-dark.css +23 -16
- package/styles/bootstrap5.css +23 -16
- 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 +24 -18
- package/styles/fabric.css +24 -18
- package/styles/fluent-dark.css +22 -16
- package/styles/fluent.css +22 -16
- 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 +19 -11
- package/styles/grid/bootstrap-dark.scss +20 -1
- package/styles/grid/bootstrap.css +19 -11
- package/styles/grid/bootstrap.scss +20 -1
- package/styles/grid/bootstrap4.css +19 -11
- package/styles/grid/bootstrap4.scss +20 -1
- package/styles/grid/bootstrap5-dark.css +20 -11
- package/styles/grid/bootstrap5-dark.scss +20 -1
- package/styles/grid/bootstrap5.css +20 -11
- package/styles/grid/bootstrap5.scss +20 -1
- package/styles/grid/fabric-dark.css +20 -12
- package/styles/grid/fabric-dark.scss +20 -1
- package/styles/grid/fabric.css +20 -12
- package/styles/grid/fabric.scss +20 -1
- package/styles/grid/fluent-dark.css +19 -11
- package/styles/grid/fluent-dark.scss +20 -1
- package/styles/grid/fluent.css +19 -11
- package/styles/grid/fluent.scss +20 -1
- package/styles/grid/highcontrast-light.css +20 -12
- package/styles/grid/highcontrast-light.scss +20 -1
- package/styles/grid/highcontrast.css +20 -12
- 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 +20 -12
- package/styles/grid/material-dark.scss +20 -1
- package/styles/grid/material.css +20 -12
- package/styles/grid/material.scss +20 -1
- package/styles/grid/tailwind-dark.css +19 -11
- package/styles/grid/tailwind-dark.scss +20 -1
- package/styles/grid/tailwind.css +19 -11
- package/styles/grid/tailwind.scss +20 -1
- package/styles/highcontrast-light.css +24 -18
- package/styles/highcontrast.css +24 -18
- package/styles/material-dark.css +24 -18
- package/styles/material.css +24 -18
- package/styles/tailwind-dark.css +22 -16
- package/styles/tailwind.css +22 -16
- 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 -2649
- package/dist/ej2-angular-grids.umd.js +0 -1578
- 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 -125
- 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 -125
- 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/fluent-dark.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);
|
|
@@ -179,10 +181,6 @@
|
|
|
179
181
|
padding: 14px;
|
|
180
182
|
padding-top: 4px;
|
|
181
183
|
}
|
|
182
|
-
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
183
|
-
height: 26px;
|
|
184
|
-
line-height: 26px;
|
|
185
|
-
}
|
|
186
184
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
187
185
|
height: 26px;
|
|
188
186
|
line-height: 26px;
|
|
@@ -393,7 +391,7 @@
|
|
|
393
391
|
word-break: normal;
|
|
394
392
|
}
|
|
395
393
|
.e-excelfilter .e-chk-hidden {
|
|
396
|
-
-moz-appearance: none;
|
|
394
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
397
395
|
height: 1px;
|
|
398
396
|
opacity: 0;
|
|
399
397
|
width: 1px;
|
|
@@ -537,6 +535,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
537
535
|
border-color: #0078d4;
|
|
538
536
|
}
|
|
539
537
|
|
|
538
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
539
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
540
540
|
@keyframes material-spinner-rotate {
|
|
541
541
|
0% {
|
|
542
542
|
transform: rotate(0);
|
|
@@ -797,6 +797,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
797
797
|
.e-bigger .e-grid,
|
|
798
798
|
.e-grid.e-bigger {
|
|
799
799
|
font-size: 16px;
|
|
800
|
+
/* stylelint-disable */
|
|
800
801
|
}
|
|
801
802
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
802
803
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1484,6 +1485,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1484
1485
|
font-size: 14px;
|
|
1485
1486
|
height: auto;
|
|
1486
1487
|
position: relative;
|
|
1488
|
+
/* stylelint-enable */
|
|
1489
|
+
/* stylelint-disable */
|
|
1490
|
+
/* stylelint-enable */
|
|
1487
1491
|
}
|
|
1488
1492
|
.e-grid .e-gridheader {
|
|
1489
1493
|
-webkit-user-select: none;
|
|
@@ -2401,7 +2405,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2401
2405
|
padding-left: 8px;
|
|
2402
2406
|
}
|
|
2403
2407
|
.e-grid .e-chk-hidden {
|
|
2404
|
-
-moz-appearance: none;
|
|
2408
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2405
2409
|
height: 1px;
|
|
2406
2410
|
opacity: 0;
|
|
2407
2411
|
width: 1px;
|
|
@@ -2415,7 +2419,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2415
2419
|
}
|
|
2416
2420
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2417
2421
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2418
|
-
-webkit-user-select: auto;
|
|
2422
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2419
2423
|
height: 20px;
|
|
2420
2424
|
line-height: 20px;
|
|
2421
2425
|
position: relative;
|
|
@@ -2612,7 +2616,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2612
2616
|
padding: 2px;
|
|
2613
2617
|
}
|
|
2614
2618
|
.e-grid .e-content {
|
|
2615
|
-
-webkit-overflow-scrolling: touch;
|
|
2619
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2616
2620
|
overflow-x: auto;
|
|
2617
2621
|
overflow-y: scroll;
|
|
2618
2622
|
position: relative;
|
|
@@ -2966,7 +2970,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2966
2970
|
.e-grid .e-checkboxfiltertext {
|
|
2967
2971
|
width: 150px;
|
|
2968
2972
|
word-break: normal;
|
|
2973
|
+
/* stylelint-disable */
|
|
2969
2974
|
margin-left: 12px !important;
|
|
2975
|
+
/* stylelint-enable */
|
|
2970
2976
|
}
|
|
2971
2977
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2972
2978
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3026,10 +3032,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3026
3032
|
overflow: hidden;
|
|
3027
3033
|
}
|
|
3028
3034
|
.e-grid .e-frozenhdrcont {
|
|
3029
|
-
-ms-touch-action: none;
|
|
3035
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3030
3036
|
}
|
|
3031
3037
|
.e-grid .e-frozencontent {
|
|
3032
|
-
-ms-touch-action: none;
|
|
3038
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3033
3039
|
border-bottom-width: 1px;
|
|
3034
3040
|
float: left;
|
|
3035
3041
|
width: min-content;
|
|
@@ -3038,19 +3044,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3038
3044
|
float: right;
|
|
3039
3045
|
}
|
|
3040
3046
|
.e-grid .e-movablecontent {
|
|
3041
|
-
-ms-overflow-style: none;
|
|
3047
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3042
3048
|
-ms-flex: 1;
|
|
3043
3049
|
flex: 1;
|
|
3044
3050
|
overflow-x: auto;
|
|
3045
3051
|
overflow-y: hidden;
|
|
3046
3052
|
}
|
|
3047
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3053
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3048
3054
|
display: none;
|
|
3049
3055
|
}
|
|
3050
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3056
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3051
3057
|
width: 7px;
|
|
3052
3058
|
}
|
|
3053
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3059
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3054
3060
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3055
3061
|
border-radius: 4px;
|
|
3056
3062
|
}
|
|
@@ -3430,7 +3436,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3430
3436
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3431
3437
|
display: inline-block;
|
|
3432
3438
|
}
|
|
3433
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3439
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3434
3440
|
text-overflow: clip;
|
|
3435
3441
|
}
|
|
3436
3442
|
.e-grid .e-clipboard {
|
|
@@ -4054,7 +4060,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4054
4060
|
}
|
|
4055
4061
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4056
4062
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4057
|
-
-moz-appearance: none;
|
|
4063
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4058
4064
|
height: 1px;
|
|
4059
4065
|
opacity: 0;
|
|
4060
4066
|
width: 1px;
|
package/styles/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);
|
|
@@ -179,10 +181,6 @@
|
|
|
179
181
|
padding: 14px;
|
|
180
182
|
padding-top: 4px;
|
|
181
183
|
}
|
|
182
|
-
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
183
|
-
height: 26px;
|
|
184
|
-
line-height: 26px;
|
|
185
|
-
}
|
|
186
184
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
187
185
|
height: 26px;
|
|
188
186
|
line-height: 26px;
|
|
@@ -393,7 +391,7 @@
|
|
|
393
391
|
word-break: normal;
|
|
394
392
|
}
|
|
395
393
|
.e-excelfilter .e-chk-hidden {
|
|
396
|
-
-moz-appearance: none;
|
|
394
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
397
395
|
height: 1px;
|
|
398
396
|
opacity: 0;
|
|
399
397
|
width: 1px;
|
|
@@ -537,6 +535,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
537
535
|
border-color: #0078d4;
|
|
538
536
|
}
|
|
539
537
|
|
|
538
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
539
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
540
540
|
@keyframes material-spinner-rotate {
|
|
541
541
|
0% {
|
|
542
542
|
transform: rotate(0);
|
|
@@ -797,6 +797,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
797
797
|
.e-bigger .e-grid,
|
|
798
798
|
.e-grid.e-bigger {
|
|
799
799
|
font-size: 16px;
|
|
800
|
+
/* stylelint-disable */
|
|
800
801
|
}
|
|
801
802
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
802
803
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1484,6 +1485,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1484
1485
|
font-size: 14px;
|
|
1485
1486
|
height: auto;
|
|
1486
1487
|
position: relative;
|
|
1488
|
+
/* stylelint-enable */
|
|
1489
|
+
/* stylelint-disable */
|
|
1490
|
+
/* stylelint-enable */
|
|
1487
1491
|
}
|
|
1488
1492
|
.e-grid .e-gridheader {
|
|
1489
1493
|
-webkit-user-select: none;
|
|
@@ -2401,7 +2405,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2401
2405
|
padding-left: 8px;
|
|
2402
2406
|
}
|
|
2403
2407
|
.e-grid .e-chk-hidden {
|
|
2404
|
-
-moz-appearance: none;
|
|
2408
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2405
2409
|
height: 1px;
|
|
2406
2410
|
opacity: 0;
|
|
2407
2411
|
width: 1px;
|
|
@@ -2415,7 +2419,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2415
2419
|
}
|
|
2416
2420
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2417
2421
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2418
|
-
-webkit-user-select: auto;
|
|
2422
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2419
2423
|
height: 20px;
|
|
2420
2424
|
line-height: 20px;
|
|
2421
2425
|
position: relative;
|
|
@@ -2612,7 +2616,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2612
2616
|
padding: 2px;
|
|
2613
2617
|
}
|
|
2614
2618
|
.e-grid .e-content {
|
|
2615
|
-
-webkit-overflow-scrolling: touch;
|
|
2619
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2616
2620
|
overflow-x: auto;
|
|
2617
2621
|
overflow-y: scroll;
|
|
2618
2622
|
position: relative;
|
|
@@ -2966,7 +2970,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2966
2970
|
.e-grid .e-checkboxfiltertext {
|
|
2967
2971
|
width: 150px;
|
|
2968
2972
|
word-break: normal;
|
|
2973
|
+
/* stylelint-disable */
|
|
2969
2974
|
margin-left: 12px !important;
|
|
2975
|
+
/* stylelint-enable */
|
|
2970
2976
|
}
|
|
2971
2977
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2972
2978
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3026,10 +3032,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3026
3032
|
overflow: hidden;
|
|
3027
3033
|
}
|
|
3028
3034
|
.e-grid .e-frozenhdrcont {
|
|
3029
|
-
-ms-touch-action: none;
|
|
3035
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3030
3036
|
}
|
|
3031
3037
|
.e-grid .e-frozencontent {
|
|
3032
|
-
-ms-touch-action: none;
|
|
3038
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3033
3039
|
border-bottom-width: 1px;
|
|
3034
3040
|
float: left;
|
|
3035
3041
|
width: min-content;
|
|
@@ -3038,19 +3044,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3038
3044
|
float: right;
|
|
3039
3045
|
}
|
|
3040
3046
|
.e-grid .e-movablecontent {
|
|
3041
|
-
-ms-overflow-style: none;
|
|
3047
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3042
3048
|
-ms-flex: 1;
|
|
3043
3049
|
flex: 1;
|
|
3044
3050
|
overflow-x: auto;
|
|
3045
3051
|
overflow-y: hidden;
|
|
3046
3052
|
}
|
|
3047
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3053
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3048
3054
|
display: none;
|
|
3049
3055
|
}
|
|
3050
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3056
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3051
3057
|
width: 7px;
|
|
3052
3058
|
}
|
|
3053
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3059
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3054
3060
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3055
3061
|
border-radius: 4px;
|
|
3056
3062
|
}
|
|
@@ -3430,7 +3436,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3430
3436
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3431
3437
|
display: inline-block;
|
|
3432
3438
|
}
|
|
3433
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3439
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3434
3440
|
text-overflow: clip;
|
|
3435
3441
|
}
|
|
3436
3442
|
.e-grid .e-clipboard {
|
|
@@ -4054,7 +4060,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4054
4060
|
}
|
|
4055
4061
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4056
4062
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4057
|
-
-moz-appearance: none;
|
|
4063
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4058
4064
|
height: 1px;
|
|
4059
4065
|
opacity: 0;
|
|
4060
4066
|
width: 1px;
|