@syncfusion/ej2-angular-grids 20.2.49-ngcc → 20.3.47-54738
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 +29 -15
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/aggregate-columns.directive.d.ts +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 +54 -11
- package/styles/bootstrap.css +54 -11
- package/styles/bootstrap4.css +57 -11
- package/styles/bootstrap5-dark.css +55 -11
- package/styles/bootstrap5.css +55 -11
- 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 +417 -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 -1
- package/styles/excel-filter/bootstrap-dark.scss +17 -1
- package/styles/excel-filter/bootstrap.css +3 -1
- package/styles/excel-filter/bootstrap.scss +17 -1
- package/styles/excel-filter/bootstrap4.css +6 -1
- package/styles/excel-filter/bootstrap4.scss +17 -1
- package/styles/excel-filter/bootstrap5-dark.css +3 -1
- package/styles/excel-filter/bootstrap5-dark.scss +17 -1
- package/styles/excel-filter/bootstrap5.css +3 -1
- package/styles/excel-filter/bootstrap5.scss +17 -1
- package/styles/excel-filter/fabric-dark.css +4 -2
- package/styles/excel-filter/fabric-dark.scss +17 -1
- package/styles/excel-filter/fabric.css +4 -2
- package/styles/excel-filter/fabric.scss +17 -1
- package/styles/excel-filter/fluent-dark.css +3 -1
- package/styles/excel-filter/fluent-dark.scss +17 -1
- package/styles/excel-filter/fluent.css +3 -1
- package/styles/excel-filter/fluent.scss +17 -1
- package/styles/excel-filter/highcontrast-light.css +4 -2
- package/styles/excel-filter/highcontrast-light.scss +17 -1
- package/styles/excel-filter/highcontrast.css +4 -2
- package/styles/excel-filter/highcontrast.scss +17 -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 +42 -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 -2
- package/styles/excel-filter/material-dark.scss +17 -1
- package/styles/excel-filter/material.css +4 -2
- package/styles/excel-filter/material.scss +17 -1
- package/styles/excel-filter/tailwind-dark.css +3 -1
- package/styles/excel-filter/tailwind-dark.scss +17 -1
- package/styles/excel-filter/tailwind.css +3 -1
- package/styles/excel-filter/tailwind.scss +17 -1
- package/styles/fabric-dark.css +57 -14
- package/styles/fabric.css +56 -13
- package/styles/fluent-dark.css +54 -11
- package/styles/fluent.css +54 -11
- package/styles/grid/_all.scss +2 -0
- package/styles/grid/_bootstrap-dark-definition.scss +597 -0
- package/styles/grid/_bootstrap-definition.scss +599 -0
- package/styles/grid/_bootstrap4-definition.scss +603 -0
- package/styles/grid/_bootstrap5-dark-definition.scss +1 -0
- package/styles/grid/_bootstrap5-definition.scss +598 -0
- package/styles/grid/_fabric-dark-definition.scss +595 -0
- package/styles/grid/_fabric-definition.scss +595 -0
- package/styles/grid/_fluent-dark-definition.scss +1 -0
- package/styles/grid/_fluent-definition.scss +590 -0
- package/styles/grid/_fusionnew-definition.scss +575 -0
- package/styles/grid/_highcontrast-definition.scss +595 -0
- package/styles/grid/_highcontrast-light-definition.scss +591 -0
- package/styles/grid/_layout.scss +4352 -0
- package/styles/grid/_material-dark-definition.scss +595 -0
- package/styles/grid/_material-definition.scss +593 -0
- package/styles/grid/_material3-definition.scss +599 -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 +604 -0
- package/styles/grid/_theme.scss +603 -0
- package/styles/grid/bootstrap-dark.css +51 -10
- package/styles/grid/bootstrap-dark.scss +21 -1
- package/styles/grid/bootstrap.css +51 -10
- package/styles/grid/bootstrap.scss +21 -1
- package/styles/grid/bootstrap4.css +51 -10
- package/styles/grid/bootstrap4.scss +21 -1
- package/styles/grid/bootstrap5-dark.css +52 -10
- package/styles/grid/bootstrap5-dark.scss +21 -1
- package/styles/grid/bootstrap5.css +52 -10
- package/styles/grid/bootstrap5.scss +21 -1
- package/styles/grid/fabric-dark.css +53 -12
- package/styles/grid/fabric-dark.scss +21 -1
- package/styles/grid/fabric.css +52 -11
- package/styles/grid/fabric.scss +21 -1
- package/styles/grid/fluent-dark.css +51 -10
- package/styles/grid/fluent-dark.scss +21 -1
- package/styles/grid/fluent.css +51 -10
- package/styles/grid/fluent.scss +21 -1
- package/styles/grid/highcontrast-light.css +52 -11
- package/styles/grid/highcontrast-light.scss +21 -1
- package/styles/grid/highcontrast.css +52 -11
- package/styles/grid/highcontrast.scss +21 -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 +52 -11
- package/styles/grid/material-dark.scss +21 -1
- package/styles/grid/material.css +52 -11
- package/styles/grid/material.scss +21 -1
- package/styles/grid/tailwind-dark.css +51 -10
- package/styles/grid/tailwind-dark.scss +21 -1
- package/styles/grid/tailwind.css +51 -10
- package/styles/grid/tailwind.scss +21 -1
- package/styles/highcontrast-light.css +56 -13
- package/styles/highcontrast.css +56 -13
- package/styles/material-dark.css +56 -13
- package/styles/material.css +56 -13
- package/styles/tailwind-dark.css +54 -11
- package/styles/tailwind.css +54 -11
- 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 -2737
- package/dist/ej2-angular-grids.umd.js +0 -1580
- 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/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);
|
|
@@ -393,7 +395,7 @@
|
|
|
393
395
|
word-break: normal;
|
|
394
396
|
}
|
|
395
397
|
.e-excelfilter .e-chk-hidden {
|
|
396
|
-
-moz-appearance: none;
|
|
398
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
397
399
|
height: 1px;
|
|
398
400
|
opacity: 0;
|
|
399
401
|
width: 1px;
|
|
@@ -537,6 +539,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
537
539
|
border-color: #0078d4;
|
|
538
540
|
}
|
|
539
541
|
|
|
542
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
543
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
540
544
|
@keyframes material-spinner-rotate {
|
|
541
545
|
0% {
|
|
542
546
|
transform: rotate(0);
|
|
@@ -797,6 +801,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
797
801
|
.e-bigger .e-grid,
|
|
798
802
|
.e-grid.e-bigger {
|
|
799
803
|
font-size: 16px;
|
|
804
|
+
/* stylelint-disable */
|
|
800
805
|
}
|
|
801
806
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
802
807
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1484,6 +1489,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1484
1489
|
font-size: 14px;
|
|
1485
1490
|
height: auto;
|
|
1486
1491
|
position: relative;
|
|
1492
|
+
/* stylelint-enable */
|
|
1493
|
+
/* stylelint-disable */
|
|
1494
|
+
/* stylelint-enable */
|
|
1487
1495
|
}
|
|
1488
1496
|
.e-grid .e-gridheader {
|
|
1489
1497
|
-webkit-user-select: none;
|
|
@@ -2401,7 +2409,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2401
2409
|
padding-left: 8px;
|
|
2402
2410
|
}
|
|
2403
2411
|
.e-grid .e-chk-hidden {
|
|
2404
|
-
-moz-appearance: none;
|
|
2412
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2405
2413
|
height: 1px;
|
|
2406
2414
|
opacity: 0;
|
|
2407
2415
|
width: 1px;
|
|
@@ -2415,7 +2423,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2415
2423
|
}
|
|
2416
2424
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2417
2425
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2418
|
-
-webkit-user-select: auto;
|
|
2426
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2419
2427
|
height: 20px;
|
|
2420
2428
|
line-height: 20px;
|
|
2421
2429
|
position: relative;
|
|
@@ -2612,7 +2620,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2612
2620
|
padding: 2px;
|
|
2613
2621
|
}
|
|
2614
2622
|
.e-grid .e-content {
|
|
2615
|
-
-webkit-overflow-scrolling: touch;
|
|
2623
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2616
2624
|
overflow-x: auto;
|
|
2617
2625
|
overflow-y: scroll;
|
|
2618
2626
|
position: relative;
|
|
@@ -2745,6 +2753,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2745
2753
|
border-width: 1px 0 0;
|
|
2746
2754
|
cursor: pointer;
|
|
2747
2755
|
}
|
|
2756
|
+
.e-grid .e-disablepointer {
|
|
2757
|
+
cursor: default;
|
|
2758
|
+
}
|
|
2748
2759
|
.e-grid .e-groupcaption {
|
|
2749
2760
|
border-style: solid;
|
|
2750
2761
|
border-width: 1px 0 0;
|
|
@@ -2966,7 +2977,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2966
2977
|
.e-grid .e-checkboxfiltertext {
|
|
2967
2978
|
width: 150px;
|
|
2968
2979
|
word-break: normal;
|
|
2980
|
+
/* stylelint-disable */
|
|
2969
2981
|
margin-left: 12px !important;
|
|
2982
|
+
/* stylelint-enable */
|
|
2970
2983
|
}
|
|
2971
2984
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2972
2985
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3026,10 +3039,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3026
3039
|
overflow: hidden;
|
|
3027
3040
|
}
|
|
3028
3041
|
.e-grid .e-frozenhdrcont {
|
|
3029
|
-
-ms-touch-action: none;
|
|
3042
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3030
3043
|
}
|
|
3031
3044
|
.e-grid .e-frozencontent {
|
|
3032
|
-
-ms-touch-action: none;
|
|
3045
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3033
3046
|
border-bottom-width: 1px;
|
|
3034
3047
|
float: left;
|
|
3035
3048
|
width: min-content;
|
|
@@ -3038,19 +3051,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3038
3051
|
float: right;
|
|
3039
3052
|
}
|
|
3040
3053
|
.e-grid .e-movablecontent {
|
|
3041
|
-
-ms-overflow-style: none;
|
|
3054
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3042
3055
|
-ms-flex: 1;
|
|
3043
3056
|
flex: 1;
|
|
3044
3057
|
overflow-x: auto;
|
|
3045
3058
|
overflow-y: hidden;
|
|
3046
3059
|
}
|
|
3047
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3060
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3048
3061
|
display: none;
|
|
3049
3062
|
}
|
|
3050
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3063
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3051
3064
|
width: 7px;
|
|
3052
3065
|
}
|
|
3053
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3066
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
3054
3067
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3055
3068
|
border-radius: 4px;
|
|
3056
3069
|
}
|
|
@@ -3457,9 +3470,39 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3457
3470
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3458
3471
|
border-right: 0;
|
|
3459
3472
|
}
|
|
3473
|
+
.e-grid .e-mask {
|
|
3474
|
+
display: inline-block;
|
|
3475
|
+
height: 10px;
|
|
3476
|
+
width: 80%;
|
|
3477
|
+
}
|
|
3478
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3479
|
+
margin-left: 7px;
|
|
3480
|
+
width: 16px;
|
|
3481
|
+
}
|
|
3482
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3483
|
+
width: 16px;
|
|
3484
|
+
}
|
|
3485
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3486
|
+
margin-left: 3px;
|
|
3487
|
+
margin-right: 16px;
|
|
3488
|
+
width: 20px;
|
|
3489
|
+
}
|
|
3490
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3491
|
+
width: 13px;
|
|
3492
|
+
}
|
|
3493
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3494
|
+
margin-left: 8px;
|
|
3495
|
+
}
|
|
3496
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3497
|
+
margin-left: 12px;
|
|
3498
|
+
width: 12px;
|
|
3499
|
+
}
|
|
3460
3500
|
.e-grid.sf-grid .e-table {
|
|
3461
3501
|
border-spacing: 0.25px;
|
|
3462
3502
|
}
|
|
3503
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3504
|
+
margin-left: -9px;
|
|
3505
|
+
}
|
|
3463
3506
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3464
3507
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3465
3508
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -4051,7 +4094,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4051
4094
|
}
|
|
4052
4095
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4053
4096
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4054
|
-
-moz-appearance: none;
|
|
4097
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
4055
4098
|
height: 1px;
|
|
4056
4099
|
opacity: 0;
|
|
4057
4100
|
width: 1px;
|