@syncfusion/ej2-vue-grids 20.3.58 → 20.3.60
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/CHANGELOG.md +28 -0
- package/dist/ej2-vue-grids.umd.min.js +1 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +7 -7
- 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
|
@@ -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;
|