@syncfusion/ej2-angular-grids 20.3.59-ngcc → 20.3.60-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-grids.js.map +1 -1
- package/CHANGELOG.md +11 -0
- package/dist/ej2-angular-grids.umd.js +1 -1
- package/dist/ej2-angular-grids.umd.js.map +1 -1
- package/dist/ej2-angular-grids.umd.min.js +1 -1
- package/dist/ej2-angular-grids.umd.min.js.map +1 -1
- package/package.json +6 -6
- 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/columns.directive.d.ts +2 -2
- package/src/grid/stacked-column.directive.d.ts +2 -2
- package/styles/bootstrap-dark.css +7 -2
- package/styles/bootstrap.css +7 -2
- package/styles/bootstrap4.css +7 -2
- package/styles/bootstrap5-dark.css +7 -2
- package/styles/bootstrap5.css +7 -2
- package/styles/fabric-dark.css +7 -2
- package/styles/fabric.css +7 -2
- package/styles/fluent-dark.css +7 -2
- package/styles/fluent.css +7 -2
- package/styles/grid/bootstrap-dark.css +7 -2
- package/styles/grid/bootstrap.css +7 -2
- package/styles/grid/bootstrap4.css +7 -2
- package/styles/grid/bootstrap5-dark.css +7 -2
- package/styles/grid/bootstrap5.css +7 -2
- package/styles/grid/fabric-dark.css +7 -2
- package/styles/grid/fabric.css +7 -2
- package/styles/grid/fluent-dark.css +7 -2
- package/styles/grid/fluent.css +7 -2
- package/styles/grid/highcontrast-light.css +7 -2
- package/styles/grid/highcontrast.css +7 -2
- package/styles/grid/material-dark.css +7 -2
- package/styles/grid/material.css +7 -2
- package/styles/grid/tailwind-dark.css +7 -2
- package/styles/grid/tailwind.css +7 -2
- package/styles/highcontrast-light.css +7 -2
- package/styles/highcontrast.css +7 -2
- package/styles/material-dark.css +7 -2
- package/styles/material.css +7 -2
- package/styles/tailwind-dark.css +7 -2
- package/styles/tailwind.css +7 -2
|
@@ -1146,6 +1146,13 @@
|
|
|
1146
1146
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1147
1147
|
font-size: 12px;
|
|
1148
1148
|
}
|
|
1149
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1150
|
+
background: none;
|
|
1151
|
+
box-shadow: none;
|
|
1152
|
+
}
|
|
1153
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1154
|
+
border: none;
|
|
1155
|
+
}
|
|
1149
1156
|
.e-grid .e-res-toolbar {
|
|
1150
1157
|
border-bottom: 1px solid;
|
|
1151
1158
|
border-bottom-color: #616161;
|
|
@@ -2253,13 +2260,11 @@
|
|
|
2253
2260
|
font-size: 11px;
|
|
2254
2261
|
padding: 14px 9px 12px 9px;
|
|
2255
2262
|
text-decoration: none;
|
|
2256
|
-
text-indent: 12px;
|
|
2257
2263
|
}
|
|
2258
2264
|
.e-grid .e-icon-grightarrow {
|
|
2259
2265
|
font-size: 10px;
|
|
2260
2266
|
padding: 14px 9px 14px 10px;
|
|
2261
2267
|
text-decoration: none;
|
|
2262
|
-
text-indent: 12px;
|
|
2263
2268
|
}
|
|
2264
2269
|
.e-grid .e-recordplusexpand {
|
|
2265
2270
|
padding-top: 5px;
|
package/styles/grid/material.css
CHANGED
|
@@ -1180,6 +1180,13 @@
|
|
|
1180
1180
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1181
1181
|
font-size: 12px;
|
|
1182
1182
|
}
|
|
1183
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1184
|
+
background: none;
|
|
1185
|
+
box-shadow: none;
|
|
1186
|
+
}
|
|
1187
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1188
|
+
border: none;
|
|
1189
|
+
}
|
|
1183
1190
|
.e-grid .e-res-toolbar {
|
|
1184
1191
|
border-bottom: 1px solid;
|
|
1185
1192
|
border-bottom-color: #e0e0e0;
|
|
@@ -2287,13 +2294,11 @@
|
|
|
2287
2294
|
font-size: 11px;
|
|
2288
2295
|
padding: 14px 9px 12px 9px;
|
|
2289
2296
|
text-decoration: none;
|
|
2290
|
-
text-indent: 12px;
|
|
2291
2297
|
}
|
|
2292
2298
|
.e-grid .e-icon-grightarrow {
|
|
2293
2299
|
font-size: 10px;
|
|
2294
2300
|
padding: 14px 9px 14px 10px;
|
|
2295
2301
|
text-decoration: none;
|
|
2296
|
-
text-indent: 12px;
|
|
2297
2302
|
}
|
|
2298
2303
|
.e-grid .e-recordplusexpand {
|
|
2299
2304
|
padding-top: 5px;
|
|
@@ -1182,6 +1182,13 @@
|
|
|
1182
1182
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1183
1183
|
font-size: 18px;
|
|
1184
1184
|
}
|
|
1185
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1186
|
+
background: none;
|
|
1187
|
+
box-shadow: none;
|
|
1188
|
+
}
|
|
1189
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1190
|
+
border: none;
|
|
1191
|
+
}
|
|
1185
1192
|
.e-grid .e-res-toolbar {
|
|
1186
1193
|
border-bottom: 1px solid;
|
|
1187
1194
|
border-bottom-color: #4b5563;
|
|
@@ -2318,13 +2325,11 @@
|
|
|
2318
2325
|
font-size: 14px;
|
|
2319
2326
|
padding: 11px 8px 10px 8px;
|
|
2320
2327
|
text-decoration: none;
|
|
2321
|
-
text-indent: 11px;
|
|
2322
2328
|
}
|
|
2323
2329
|
.e-grid .e-icon-grightarrow {
|
|
2324
2330
|
font-size: 14px;
|
|
2325
2331
|
padding: 10px 8px 12px 8px;
|
|
2326
2332
|
text-decoration: none;
|
|
2327
|
-
text-indent: 11px;
|
|
2328
2333
|
}
|
|
2329
2334
|
.e-grid .e-recordplusexpand {
|
|
2330
2335
|
padding-top: 5px;
|
package/styles/grid/tailwind.css
CHANGED
|
@@ -1182,6 +1182,13 @@
|
|
|
1182
1182
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1183
1183
|
font-size: 18px;
|
|
1184
1184
|
}
|
|
1185
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1186
|
+
background: none;
|
|
1187
|
+
box-shadow: none;
|
|
1188
|
+
}
|
|
1189
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1190
|
+
border: none;
|
|
1191
|
+
}
|
|
1185
1192
|
.e-grid .e-res-toolbar {
|
|
1186
1193
|
border-bottom: 1px solid;
|
|
1187
1194
|
border-bottom-color: #e5e7eb;
|
|
@@ -2318,13 +2325,11 @@
|
|
|
2318
2325
|
font-size: 14px;
|
|
2319
2326
|
padding: 11px 8px 10px 8px;
|
|
2320
2327
|
text-decoration: none;
|
|
2321
|
-
text-indent: 11px;
|
|
2322
2328
|
}
|
|
2323
2329
|
.e-grid .e-icon-grightarrow {
|
|
2324
2330
|
font-size: 14px;
|
|
2325
2331
|
padding: 10px 8px 12px 8px;
|
|
2326
2332
|
text-decoration: none;
|
|
2327
|
-
text-indent: 11px;
|
|
2328
2333
|
}
|
|
2329
2334
|
.e-grid .e-recordplusexpand {
|
|
2330
2335
|
padding-top: 5px;
|
|
@@ -1514,6 +1514,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1514
1514
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1515
1515
|
font-size: 12px;
|
|
1516
1516
|
}
|
|
1517
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1518
|
+
background: none;
|
|
1519
|
+
box-shadow: none;
|
|
1520
|
+
}
|
|
1521
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1522
|
+
border: none;
|
|
1523
|
+
}
|
|
1517
1524
|
.e-grid .e-res-toolbar {
|
|
1518
1525
|
border-bottom: 1px solid;
|
|
1519
1526
|
border-bottom-color: #757575;
|
|
@@ -2621,13 +2628,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2621
2628
|
font-size: 12px;
|
|
2622
2629
|
padding: 16px 9px 13px 8px;
|
|
2623
2630
|
text-decoration: none;
|
|
2624
|
-
text-indent: 8px;
|
|
2625
2631
|
}
|
|
2626
2632
|
.e-grid .e-icon-grightarrow {
|
|
2627
2633
|
font-size: 12px;
|
|
2628
2634
|
padding: 15px 9px 15px 8px;
|
|
2629
2635
|
text-decoration: none;
|
|
2630
|
-
text-indent: 8px;
|
|
2631
2636
|
}
|
|
2632
2637
|
.e-grid .e-recordplusexpand {
|
|
2633
2638
|
padding-top: 5px;
|
package/styles/highcontrast.css
CHANGED
|
@@ -1514,6 +1514,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1514
1514
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1515
1515
|
font-size: 12px;
|
|
1516
1516
|
}
|
|
1517
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1518
|
+
background: none;
|
|
1519
|
+
box-shadow: none;
|
|
1520
|
+
}
|
|
1521
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1522
|
+
border: none;
|
|
1523
|
+
}
|
|
1517
1524
|
.e-grid .e-res-toolbar {
|
|
1518
1525
|
border-bottom: 1px solid;
|
|
1519
1526
|
border-bottom-color: #969696;
|
|
@@ -2621,13 +2628,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2621
2628
|
font-size: 12px;
|
|
2622
2629
|
padding: 16px 9px 13px 8px;
|
|
2623
2630
|
text-decoration: none;
|
|
2624
|
-
text-indent: 8px;
|
|
2625
2631
|
}
|
|
2626
2632
|
.e-grid .e-icon-grightarrow {
|
|
2627
2633
|
font-size: 12px;
|
|
2628
2634
|
padding: 15px 9px 15px 8px;
|
|
2629
2635
|
text-decoration: none;
|
|
2630
|
-
text-indent: 8px;
|
|
2631
2636
|
}
|
|
2632
2637
|
.e-grid .e-recordplusexpand {
|
|
2633
2638
|
padding-top: 5px;
|
package/styles/material-dark.css
CHANGED
|
@@ -1564,6 +1564,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1564
1564
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1565
1565
|
font-size: 12px;
|
|
1566
1566
|
}
|
|
1567
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1568
|
+
background: none;
|
|
1569
|
+
box-shadow: none;
|
|
1570
|
+
}
|
|
1571
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1572
|
+
border: none;
|
|
1573
|
+
}
|
|
1567
1574
|
.e-grid .e-res-toolbar {
|
|
1568
1575
|
border-bottom: 1px solid;
|
|
1569
1576
|
border-bottom-color: #616161;
|
|
@@ -2671,13 +2678,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2671
2678
|
font-size: 11px;
|
|
2672
2679
|
padding: 14px 9px 12px 9px;
|
|
2673
2680
|
text-decoration: none;
|
|
2674
|
-
text-indent: 12px;
|
|
2675
2681
|
}
|
|
2676
2682
|
.e-grid .e-icon-grightarrow {
|
|
2677
2683
|
font-size: 10px;
|
|
2678
2684
|
padding: 14px 9px 14px 10px;
|
|
2679
2685
|
text-decoration: none;
|
|
2680
|
-
text-indent: 12px;
|
|
2681
2686
|
}
|
|
2682
2687
|
.e-grid .e-recordplusexpand {
|
|
2683
2688
|
padding-top: 5px;
|
package/styles/material.css
CHANGED
|
@@ -1606,6 +1606,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1606
1606
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1607
1607
|
font-size: 12px;
|
|
1608
1608
|
}
|
|
1609
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1610
|
+
background: none;
|
|
1611
|
+
box-shadow: none;
|
|
1612
|
+
}
|
|
1613
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1614
|
+
border: none;
|
|
1615
|
+
}
|
|
1609
1616
|
.e-grid .e-res-toolbar {
|
|
1610
1617
|
border-bottom: 1px solid;
|
|
1611
1618
|
border-bottom-color: #e0e0e0;
|
|
@@ -2713,13 +2720,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2713
2720
|
font-size: 11px;
|
|
2714
2721
|
padding: 14px 9px 12px 9px;
|
|
2715
2722
|
text-decoration: none;
|
|
2716
|
-
text-indent: 12px;
|
|
2717
2723
|
}
|
|
2718
2724
|
.e-grid .e-icon-grightarrow {
|
|
2719
2725
|
font-size: 10px;
|
|
2720
2726
|
padding: 14px 9px 14px 10px;
|
|
2721
2727
|
text-decoration: none;
|
|
2722
|
-
text-indent: 12px;
|
|
2723
2728
|
}
|
|
2724
2729
|
.e-grid .e-recordplusexpand {
|
|
2725
2730
|
padding-top: 5px;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1598,6 +1598,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1598
1598
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1599
1599
|
font-size: 18px;
|
|
1600
1600
|
}
|
|
1601
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1602
|
+
background: none;
|
|
1603
|
+
box-shadow: none;
|
|
1604
|
+
}
|
|
1605
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1606
|
+
border: none;
|
|
1607
|
+
}
|
|
1601
1608
|
.e-grid .e-res-toolbar {
|
|
1602
1609
|
border-bottom: 1px solid;
|
|
1603
1610
|
border-bottom-color: #4b5563;
|
|
@@ -2734,13 +2741,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2734
2741
|
font-size: 14px;
|
|
2735
2742
|
padding: 11px 8px 10px 8px;
|
|
2736
2743
|
text-decoration: none;
|
|
2737
|
-
text-indent: 11px;
|
|
2738
2744
|
}
|
|
2739
2745
|
.e-grid .e-icon-grightarrow {
|
|
2740
2746
|
font-size: 14px;
|
|
2741
2747
|
padding: 10px 8px 12px 8px;
|
|
2742
2748
|
text-decoration: none;
|
|
2743
|
-
text-indent: 11px;
|
|
2744
2749
|
}
|
|
2745
2750
|
.e-grid .e-recordplusexpand {
|
|
2746
2751
|
padding-top: 5px;
|
package/styles/tailwind.css
CHANGED
|
@@ -1598,6 +1598,13 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1598
1598
|
.e-grid .e-toolbar .e-toolbar-item.e-search-wrapper .e-sicon.e-clear-icon::before {
|
|
1599
1599
|
font-size: 18px;
|
|
1600
1600
|
}
|
|
1601
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:hover:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:active:not(.e-clear-icon), .e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:focus:not(.e-clear-icon) {
|
|
1602
|
+
background: none;
|
|
1603
|
+
box-shadow: none;
|
|
1604
|
+
}
|
|
1605
|
+
.e-grid .e-toolbar-items .e-input-group-icon.e-icons.e-sicon:not(.e-clear-icon) {
|
|
1606
|
+
border: none;
|
|
1607
|
+
}
|
|
1601
1608
|
.e-grid .e-res-toolbar {
|
|
1602
1609
|
border-bottom: 1px solid;
|
|
1603
1610
|
border-bottom-color: #e5e7eb;
|
|
@@ -2734,13 +2741,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2734
2741
|
font-size: 14px;
|
|
2735
2742
|
padding: 11px 8px 10px 8px;
|
|
2736
2743
|
text-decoration: none;
|
|
2737
|
-
text-indent: 11px;
|
|
2738
2744
|
}
|
|
2739
2745
|
.e-grid .e-icon-grightarrow {
|
|
2740
2746
|
font-size: 14px;
|
|
2741
2747
|
padding: 10px 8px 12px 8px;
|
|
2742
2748
|
text-decoration: none;
|
|
2743
|
-
text-indent: 11px;
|
|
2744
2749
|
}
|
|
2745
2750
|
.e-grid .e-recordplusexpand {
|
|
2746
2751
|
padding-top: 5px;
|