@syncfusion/ej2-navigations 29.2.8 → 30.1.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/.eslintrc.json +2 -0
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +117 -30
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +118 -30
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/src/carousel/carousel.js +1 -7
- package/src/context-menu/context-menu-model.d.ts +1 -1
- package/src/context-menu/context-menu.d.ts +1 -0
- package/src/context-menu/context-menu.js +11 -1
- package/src/sidebar/sidebar.js +5 -1
- package/src/stepper/stepper.js +6 -5
- package/src/tab/tab.js +3 -1
- package/src/toolbar/toolbar-model.d.ts +8 -1
- package/src/toolbar/toolbar.d.ts +19 -0
- package/src/toolbar/toolbar.js +69 -13
- package/src/treeview/treeview.js +24 -3
- package/styles/bds-lite.css +43 -3
- package/styles/bds.css +45 -5
- package/styles/bootstrap-dark-lite.css +45 -5
- package/styles/bootstrap-dark.css +49 -9
- package/styles/bootstrap-lite.css +45 -5
- package/styles/bootstrap.css +47 -7
- package/styles/bootstrap4-lite.css +46 -6
- package/styles/bootstrap4.css +48 -8
- package/styles/bootstrap5-dark-lite.css +39 -5
- package/styles/bootstrap5-dark.css +42 -8
- package/styles/bootstrap5-lite.css +40 -6
- package/styles/bootstrap5.3-lite.css +40 -6
- package/styles/bootstrap5.3.css +42 -8
- package/styles/bootstrap5.css +43 -9
- package/styles/breadcrumb/_layout.scss +14 -0
- package/styles/breadcrumb/bds.css +15 -0
- package/styles/breadcrumb/bootstrap-dark.css +15 -0
- package/styles/breadcrumb/bootstrap.css +15 -0
- package/styles/breadcrumb/bootstrap4.css +15 -0
- package/styles/breadcrumb/bootstrap5-dark.css +15 -0
- package/styles/breadcrumb/bootstrap5.3.css +15 -0
- package/styles/breadcrumb/bootstrap5.css +15 -0
- package/styles/breadcrumb/fabric-dark.css +15 -0
- package/styles/breadcrumb/fabric.css +15 -0
- package/styles/breadcrumb/fluent-dark.css +15 -0
- package/styles/breadcrumb/fluent.css +15 -0
- package/styles/breadcrumb/fluent2.css +15 -0
- package/styles/breadcrumb/highcontrast-light.css +15 -0
- package/styles/breadcrumb/highcontrast.css +15 -0
- package/styles/breadcrumb/material-dark.css +15 -0
- package/styles/breadcrumb/material.css +15 -0
- package/styles/breadcrumb/material3-dark.css +15 -0
- package/styles/breadcrumb/material3.css +15 -0
- package/styles/breadcrumb/tailwind-dark.css +15 -0
- package/styles/breadcrumb/tailwind.css +15 -0
- package/styles/breadcrumb/tailwind3.css +15 -0
- package/styles/context-menu/_layout.scss +5 -0
- package/styles/context-menu/bds.css +6 -0
- package/styles/context-menu/bootstrap-dark.css +6 -0
- package/styles/context-menu/bootstrap.css +6 -0
- package/styles/context-menu/bootstrap4.css +6 -0
- package/styles/context-menu/bootstrap5-dark.css +6 -0
- package/styles/context-menu/bootstrap5.3.css +6 -0
- package/styles/context-menu/bootstrap5.css +6 -0
- package/styles/context-menu/fabric-dark.css +6 -0
- package/styles/context-menu/fabric.css +6 -0
- package/styles/context-menu/fluent-dark.css +6 -0
- package/styles/context-menu/fluent.css +6 -0
- package/styles/context-menu/fluent2.css +6 -0
- package/styles/context-menu/highcontrast-light.css +6 -0
- package/styles/context-menu/highcontrast.css +6 -0
- package/styles/context-menu/material-dark.css +6 -0
- package/styles/context-menu/material.css +6 -0
- package/styles/context-menu/material3-dark.css +6 -0
- package/styles/context-menu/material3.css +6 -0
- package/styles/context-menu/tailwind-dark.css +6 -0
- package/styles/context-menu/tailwind.css +6 -0
- package/styles/context-menu/tailwind3.css +6 -0
- package/styles/fabric-dark-lite.css +43 -3
- package/styles/fabric-dark.css +45 -5
- package/styles/fabric-lite.css +44 -4
- package/styles/fabric.css +46 -6
- package/styles/fluent-dark-lite.css +50 -10
- package/styles/fluent-dark.css +53 -13
- package/styles/fluent-lite.css +50 -10
- package/styles/fluent.css +53 -13
- package/styles/fluent2-lite.css +43 -3
- package/styles/fluent2.css +45 -5
- package/styles/highcontrast-light-lite.css +43 -3
- package/styles/highcontrast-light.css +45 -5
- package/styles/highcontrast-lite.css +44 -4
- package/styles/highcontrast.css +46 -6
- package/styles/material-dark-lite.css +45 -5
- package/styles/material-dark.css +47 -7
- package/styles/material-lite.css +44 -4
- package/styles/material.css +46 -6
- package/styles/material3-dark-lite.css +43 -3
- package/styles/material3-dark.css +46 -7
- package/styles/material3-lite.css +43 -3
- package/styles/material3.css +46 -7
- package/styles/pager/_bds-definition.scss +1 -1
- package/styles/pager/_bigger.scss +0 -1
- package/styles/pager/_bootstrap-dark-definition.scss +1 -1
- package/styles/pager/_bootstrap-definition.scss +1 -1
- package/styles/pager/_bootstrap4-definition.scss +1 -1
- package/styles/pager/_bootstrap5-definition.scss +2 -2
- package/styles/pager/_bootstrap5.3-definition.scss +1 -1
- package/styles/pager/_fabric-dark-definition.scss +1 -1
- package/styles/pager/_fabric-definition.scss +1 -1
- package/styles/pager/_fluent-definition.scss +2 -2
- package/styles/pager/_fluent2-definition.scss +1 -1
- package/styles/pager/_fusionnew-definition.scss +1 -1
- package/styles/pager/_highcontrast-definition.scss +1 -1
- package/styles/pager/_highcontrast-light-definition.scss +1 -1
- package/styles/pager/_layout.scss +8 -0
- package/styles/pager/_material-dark-definition.scss +1 -1
- package/styles/pager/_material-definition.scss +1 -1
- package/styles/pager/_material3-definition.scss +1 -1
- package/styles/pager/_tailwind-definition.scss +1 -1
- package/styles/pager/_tailwind3-definition.scss +2 -2
- package/styles/pager/bds.css +13 -3
- package/styles/pager/bootstrap-dark.css +13 -3
- package/styles/pager/bootstrap.css +13 -3
- package/styles/pager/bootstrap4.css +13 -3
- package/styles/pager/bootstrap5-dark.css +8 -4
- package/styles/pager/bootstrap5.3.css +7 -3
- package/styles/pager/bootstrap5.css +8 -4
- package/styles/pager/fabric-dark.css +13 -3
- package/styles/pager/fabric.css +13 -3
- package/styles/pager/fluent-dark.css +14 -4
- package/styles/pager/fluent.css +14 -4
- package/styles/pager/fluent2.css +13 -3
- package/styles/pager/highcontrast-light.css +13 -3
- package/styles/pager/highcontrast.css +13 -3
- package/styles/pager/material-dark.css +13 -3
- package/styles/pager/material.css +13 -3
- package/styles/pager/material3-dark.css +13 -4
- package/styles/pager/material3.css +13 -4
- package/styles/pager/tailwind-dark.css +13 -3
- package/styles/pager/tailwind.css +13 -3
- package/styles/pager/tailwind3.css +14 -4
- package/styles/tab/_bootstrap-dark-definition.scss +3 -3
- package/styles/tab/_bootstrap-definition.scss +3 -3
- package/styles/tab/_bootstrap4-definition.scss +3 -3
- package/styles/tab/_bootstrap5-definition.scss +3 -3
- package/styles/tab/_bootstrap5.3-definition.scss +3 -3
- package/styles/tab/_fabric-definition.scss +1 -1
- package/styles/tab/_fluent-definition.scss +4 -4
- package/styles/tab/_highcontrast-definition.scss +1 -1
- package/styles/tab/_material-definition.scss +1 -1
- package/styles/tab/_tailwind-definition.scss +3 -3
- package/styles/tab/_tailwind3-definition.scss +3 -3
- package/styles/tab/bootstrap-dark.css +2 -2
- package/styles/tab/bootstrap.css +2 -2
- package/styles/tab/bootstrap4.css +3 -3
- package/styles/tab/bootstrap5-dark.css +2 -2
- package/styles/tab/bootstrap5.3.css +3 -3
- package/styles/tab/bootstrap5.css +3 -3
- package/styles/tab/fabric.css +1 -1
- package/styles/tab/fluent-dark.css +7 -7
- package/styles/tab/fluent.css +7 -7
- package/styles/tab/highcontrast.css +1 -1
- package/styles/tab/material.css +1 -1
- package/styles/tab/tailwind-dark.css +4 -4
- package/styles/tab/tailwind.css +4 -4
- package/styles/tab/tailwind3.css +3 -3
- package/styles/tailwind-dark-lite.css +47 -7
- package/styles/tailwind-dark.css +49 -9
- package/styles/tailwind-lite.css +47 -7
- package/styles/tailwind.css +49 -9
- package/styles/tailwind3-lite.css +46 -6
- package/styles/tailwind3.css +49 -9
- package/styles/toolbar/_bootstrap-dark-definition.scss +1 -1
- package/styles/toolbar/_layout.scss +13 -1
- package/styles/toolbar/_material-dark-definition.scss +2 -2
- package/styles/toolbar/bds.css +8 -2
- package/styles/toolbar/bootstrap-dark.css +10 -4
- package/styles/toolbar/bootstrap.css +8 -2
- package/styles/toolbar/bootstrap4.css +8 -2
- package/styles/toolbar/bootstrap5-dark.css +8 -2
- package/styles/toolbar/bootstrap5.3.css +8 -2
- package/styles/toolbar/bootstrap5.css +8 -2
- package/styles/toolbar/fabric-dark.css +8 -2
- package/styles/toolbar/fabric.css +8 -2
- package/styles/toolbar/fluent-dark.css +8 -2
- package/styles/toolbar/fluent.css +8 -2
- package/styles/toolbar/fluent2.css +8 -2
- package/styles/toolbar/highcontrast-light.css +8 -2
- package/styles/toolbar/highcontrast.css +8 -2
- package/styles/toolbar/material-dark.css +10 -4
- package/styles/toolbar/material.css +8 -2
- package/styles/toolbar/material3-dark.css +8 -2
- package/styles/toolbar/material3.css +8 -2
- package/styles/toolbar/tailwind-dark.css +8 -2
- package/styles/toolbar/tailwind.css +8 -2
- package/styles/toolbar/tailwind3.css +8 -2
- package/styles/treeview/_layout.scss +4 -0
- package/styles/treeview/_material3-definition.scss +1 -1
- package/styles/treeview/bds.css +3 -0
- package/styles/treeview/bootstrap-dark.css +3 -0
- package/styles/treeview/bootstrap.css +3 -0
- package/styles/treeview/bootstrap4.css +3 -0
- package/styles/treeview/bootstrap5-dark.css +3 -0
- package/styles/treeview/bootstrap5.3.css +3 -0
- package/styles/treeview/bootstrap5.css +3 -0
- package/styles/treeview/fabric-dark.css +3 -0
- package/styles/treeview/fabric.css +3 -0
- package/styles/treeview/fluent-dark.css +3 -0
- package/styles/treeview/fluent.css +3 -0
- package/styles/treeview/fluent2.css +3 -0
- package/styles/treeview/highcontrast-light.css +3 -0
- package/styles/treeview/highcontrast.css +3 -0
- package/styles/treeview/material-dark.css +3 -0
- package/styles/treeview/material.css +3 -0
- package/styles/treeview/material3-dark.css +4 -1
- package/styles/treeview/material3.css +4 -1
- package/styles/treeview/tailwind-dark.css +3 -0
- package/styles/treeview/tailwind.css +3 -0
- package/styles/treeview/tailwind3.css +3 -0
package/styles/bds.css
CHANGED
|
@@ -72,6 +72,9 @@
|
|
|
72
72
|
padding-top: 6px;
|
|
73
73
|
line-height: 18px;
|
|
74
74
|
}
|
|
75
|
+
.e-pager div.e-parentmsgbar span.e-rightalign {
|
|
76
|
+
text-align: right;
|
|
77
|
+
}
|
|
75
78
|
.e-pager .e-pagesizes {
|
|
76
79
|
display: inline;
|
|
77
80
|
}
|
|
@@ -325,6 +328,12 @@
|
|
|
325
328
|
}
|
|
326
329
|
@media (max-width: 769px) {
|
|
327
330
|
.e-pager {
|
|
331
|
+
display: -webkit-box;
|
|
332
|
+
display: -ms-flexbox;
|
|
333
|
+
display: flex;
|
|
334
|
+
-webkit-box-align: center;
|
|
335
|
+
-ms-flex-align: center;
|
|
336
|
+
align-items: center;
|
|
328
337
|
padding: 13px 0;
|
|
329
338
|
}
|
|
330
339
|
.e-pager div.e-parentmsgbar {
|
|
@@ -523,7 +532,8 @@
|
|
|
523
532
|
.e-pager.e-rtl.e-rtl div.e-parentmsgbar {
|
|
524
533
|
float: initial;
|
|
525
534
|
margin-left: 0;
|
|
526
|
-
margin-top:
|
|
535
|
+
margin-top: 0;
|
|
536
|
+
padding-top: 0;
|
|
527
537
|
}
|
|
528
538
|
.e-pager.e-rtl .e-parentmsgbar {
|
|
529
539
|
float: right;
|
|
@@ -811,14 +821,14 @@
|
|
|
811
821
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
812
822
|
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
813
823
|
margin-left: 0;
|
|
814
|
-
margin-top:
|
|
824
|
+
margin-top: 0;
|
|
815
825
|
}
|
|
816
826
|
}
|
|
817
827
|
@media (max-width: 769px) {
|
|
818
828
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
819
829
|
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
820
830
|
margin-left: 0;
|
|
821
|
-
margin-top:
|
|
831
|
+
margin-top: 0;
|
|
822
832
|
}
|
|
823
833
|
}
|
|
824
834
|
.e-bigger .e-pager.e-rtl .e-numericitem.e-currentitem,
|
|
@@ -2030,6 +2040,9 @@
|
|
|
2030
2040
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2031
2041
|
margin-right: 8px;
|
|
2032
2042
|
}
|
|
2043
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
2044
|
+
margin-left: 8px;
|
|
2045
|
+
}
|
|
2033
2046
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
2034
2047
|
padding: 4px;
|
|
2035
2048
|
}
|
|
@@ -2060,6 +2073,7 @@
|
|
|
2060
2073
|
}
|
|
2061
2074
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
2062
2075
|
margin-left: 0;
|
|
2076
|
+
margin-right: 8px;
|
|
2063
2077
|
}
|
|
2064
2078
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
2065
2079
|
margin-left: 8px;
|
|
@@ -2067,11 +2081,13 @@
|
|
|
2067
2081
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2068
2082
|
margin-left: 0;
|
|
2069
2083
|
}
|
|
2070
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
2084
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
2085
|
+
margin-right: 0;
|
|
2086
|
+
}
|
|
2071
2087
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
2072
2088
|
margin-right: 0;
|
|
2089
|
+
margin-left: 8px;
|
|
2073
2090
|
}
|
|
2074
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
2075
2091
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
2076
2092
|
margin-right: 8px;
|
|
2077
2093
|
}
|
|
@@ -3612,6 +3628,12 @@
|
|
|
3612
3628
|
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
3613
3629
|
padding: 4px 0;
|
|
3614
3630
|
}
|
|
3631
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
3632
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
3633
|
+
display: -webkit-box;
|
|
3634
|
+
display: -ms-flexbox;
|
|
3635
|
+
display: flex;
|
|
3636
|
+
}
|
|
3615
3637
|
.e-contextmenu-wrapper ul.e-ul,
|
|
3616
3638
|
.e-contextmenu-container ul.e-ul {
|
|
3617
3639
|
font-family: "Inter";
|
|
@@ -8343,6 +8365,9 @@
|
|
|
8343
8365
|
.e-treeview.e-virtualization .e-ul {
|
|
8344
8366
|
overflow: unset;
|
|
8345
8367
|
}
|
|
8368
|
+
.e-treeview .e-mask-parent {
|
|
8369
|
+
display: none;
|
|
8370
|
+
}
|
|
8346
8371
|
.e-treeview > .e-ul {
|
|
8347
8372
|
-webkit-overflow-scrolling: touch;
|
|
8348
8373
|
overflow: auto;
|
|
@@ -10794,6 +10819,21 @@ ejs-sidebar {
|
|
|
10794
10819
|
padding-right: 8px;
|
|
10795
10820
|
}
|
|
10796
10821
|
|
|
10822
|
+
.e-breadcrumb-menu-item {
|
|
10823
|
+
position: absolute;
|
|
10824
|
+
width: 1px;
|
|
10825
|
+
height: 1px;
|
|
10826
|
+
margin: -1px;
|
|
10827
|
+
padding: 0;
|
|
10828
|
+
overflow: hidden;
|
|
10829
|
+
clip: rect(0, 0, 0, 0);
|
|
10830
|
+
border: 0;
|
|
10831
|
+
}
|
|
10832
|
+
|
|
10833
|
+
.e-hidden-popup {
|
|
10834
|
+
visibility: hidden;
|
|
10835
|
+
}
|
|
10836
|
+
|
|
10797
10837
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
10798
10838
|
color: var(--color-sf-text-secondary);
|
|
10799
10839
|
}
|
|
@@ -67,6 +67,9 @@
|
|
|
67
67
|
padding-right: 8px;
|
|
68
68
|
padding-top: 10px;
|
|
69
69
|
}
|
|
70
|
+
.e-pager div.e-parentmsgbar span.e-rightalign {
|
|
71
|
+
text-align: right;
|
|
72
|
+
}
|
|
70
73
|
.e-pager .e-pagesizes {
|
|
71
74
|
display: inline;
|
|
72
75
|
}
|
|
@@ -291,6 +294,12 @@
|
|
|
291
294
|
}
|
|
292
295
|
@media (max-width: 769px) {
|
|
293
296
|
.e-pager {
|
|
297
|
+
display: -webkit-box;
|
|
298
|
+
display: -ms-flexbox;
|
|
299
|
+
display: flex;
|
|
300
|
+
-webkit-box-align: center;
|
|
301
|
+
-ms-flex-align: center;
|
|
302
|
+
align-items: center;
|
|
294
303
|
padding: 13px 0;
|
|
295
304
|
}
|
|
296
305
|
.e-pager div.e-parentmsgbar {
|
|
@@ -464,7 +473,8 @@
|
|
|
464
473
|
.e-pager.e-rtl.e-rtl div.e-parentmsgbar {
|
|
465
474
|
float: initial;
|
|
466
475
|
margin-left: 0;
|
|
467
|
-
margin-top:
|
|
476
|
+
margin-top: 0;
|
|
477
|
+
padding-top: 0;
|
|
468
478
|
}
|
|
469
479
|
.e-pager.e-rtl .e-parentmsgbar {
|
|
470
480
|
float: right;
|
|
@@ -1557,6 +1567,9 @@
|
|
|
1557
1567
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1558
1568
|
margin-right: 15px;
|
|
1559
1569
|
}
|
|
1570
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1571
|
+
margin-left: 15px;
|
|
1572
|
+
}
|
|
1560
1573
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1561
1574
|
padding: 0 12px 0 0;
|
|
1562
1575
|
}
|
|
@@ -1587,6 +1600,7 @@
|
|
|
1587
1600
|
}
|
|
1588
1601
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1589
1602
|
margin-left: 0;
|
|
1603
|
+
margin-right: 15px;
|
|
1590
1604
|
}
|
|
1591
1605
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1592
1606
|
margin-left: 15px;
|
|
@@ -1594,11 +1608,13 @@
|
|
|
1594
1608
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1595
1609
|
margin-left: 0;
|
|
1596
1610
|
}
|
|
1597
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1611
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1612
|
+
margin-right: 0;
|
|
1613
|
+
}
|
|
1598
1614
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1599
1615
|
margin-right: 0;
|
|
1616
|
+
margin-left: 15px;
|
|
1600
1617
|
}
|
|
1601
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1602
1618
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1603
1619
|
margin-right: 15px;
|
|
1604
1620
|
}
|
|
@@ -2769,6 +2785,12 @@
|
|
|
2769
2785
|
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
2770
2786
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
2771
2787
|
}
|
|
2788
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
2789
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
2790
|
+
display: -webkit-box;
|
|
2791
|
+
display: -ms-flexbox;
|
|
2792
|
+
display: flex;
|
|
2793
|
+
}
|
|
2772
2794
|
.e-contextmenu-wrapper ul.e-ul,
|
|
2773
2795
|
.e-contextmenu-container ul.e-ul {
|
|
2774
2796
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -5517,14 +5539,14 @@
|
|
|
5517
5539
|
color: rgb(36, 138.2, 255);
|
|
5518
5540
|
}
|
|
5519
5541
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
5520
|
-
background: #
|
|
5542
|
+
background: #0070f0;
|
|
5521
5543
|
border-color: unset;
|
|
5522
5544
|
}
|
|
5523
5545
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
5524
5546
|
color: rgb(0, 40.6, 87);
|
|
5525
5547
|
}
|
|
5526
5548
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
5527
|
-
color:
|
|
5549
|
+
color: #fff;
|
|
5528
5550
|
}
|
|
5529
5551
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
5530
5552
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -6033,6 +6055,9 @@
|
|
|
6033
6055
|
.e-treeview.e-virtualization .e-ul {
|
|
6034
6056
|
overflow: unset;
|
|
6035
6057
|
}
|
|
6058
|
+
.e-treeview .e-mask-parent {
|
|
6059
|
+
display: none;
|
|
6060
|
+
}
|
|
6036
6061
|
.e-treeview > .e-ul {
|
|
6037
6062
|
-webkit-overflow-scrolling: touch;
|
|
6038
6063
|
overflow: auto;
|
|
@@ -7856,6 +7881,21 @@ ejs-sidebar {
|
|
|
7856
7881
|
padding-right: 4px;
|
|
7857
7882
|
}
|
|
7858
7883
|
|
|
7884
|
+
.e-breadcrumb-menu-item {
|
|
7885
|
+
position: absolute;
|
|
7886
|
+
width: 1px;
|
|
7887
|
+
height: 1px;
|
|
7888
|
+
margin: -1px;
|
|
7889
|
+
padding: 0;
|
|
7890
|
+
overflow: hidden;
|
|
7891
|
+
clip: rect(0, 0, 0, 0);
|
|
7892
|
+
border: 0;
|
|
7893
|
+
}
|
|
7894
|
+
|
|
7895
|
+
.e-hidden-popup {
|
|
7896
|
+
visibility: hidden;
|
|
7897
|
+
}
|
|
7898
|
+
|
|
7859
7899
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
7860
7900
|
color: #0070f0;
|
|
7861
7901
|
}
|
|
@@ -67,6 +67,9 @@
|
|
|
67
67
|
padding-right: 8px;
|
|
68
68
|
padding-top: 10px;
|
|
69
69
|
}
|
|
70
|
+
.e-pager div.e-parentmsgbar span.e-rightalign {
|
|
71
|
+
text-align: right;
|
|
72
|
+
}
|
|
70
73
|
.e-pager .e-pagesizes {
|
|
71
74
|
display: inline;
|
|
72
75
|
}
|
|
@@ -291,6 +294,12 @@
|
|
|
291
294
|
}
|
|
292
295
|
@media (max-width: 769px) {
|
|
293
296
|
.e-pager {
|
|
297
|
+
display: -webkit-box;
|
|
298
|
+
display: -ms-flexbox;
|
|
299
|
+
display: flex;
|
|
300
|
+
-webkit-box-align: center;
|
|
301
|
+
-ms-flex-align: center;
|
|
302
|
+
align-items: center;
|
|
294
303
|
padding: 13px 0;
|
|
295
304
|
}
|
|
296
305
|
.e-pager div.e-parentmsgbar {
|
|
@@ -464,7 +473,8 @@
|
|
|
464
473
|
.e-pager.e-rtl.e-rtl div.e-parentmsgbar {
|
|
465
474
|
float: initial;
|
|
466
475
|
margin-left: 0;
|
|
467
|
-
margin-top:
|
|
476
|
+
margin-top: 0;
|
|
477
|
+
padding-top: 0;
|
|
468
478
|
}
|
|
469
479
|
.e-pager.e-rtl .e-parentmsgbar {
|
|
470
480
|
float: right;
|
|
@@ -724,14 +734,14 @@
|
|
|
724
734
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
725
735
|
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
726
736
|
margin-left: 0;
|
|
727
|
-
margin-top:
|
|
737
|
+
margin-top: 0;
|
|
728
738
|
}
|
|
729
739
|
}
|
|
730
740
|
@media (max-width: 769px) {
|
|
731
741
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
732
742
|
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
733
743
|
margin-left: 0;
|
|
734
|
-
margin-top:
|
|
744
|
+
margin-top: 0;
|
|
735
745
|
}
|
|
736
746
|
}
|
|
737
747
|
.e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem, .e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem, .e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem:hover, .e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem:hover,
|
|
@@ -1820,6 +1830,9 @@
|
|
|
1820
1830
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1821
1831
|
margin-right: 15px;
|
|
1822
1832
|
}
|
|
1833
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1834
|
+
margin-left: 15px;
|
|
1835
|
+
}
|
|
1823
1836
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1824
1837
|
padding: 0 12px 0 0;
|
|
1825
1838
|
}
|
|
@@ -1850,6 +1863,7 @@
|
|
|
1850
1863
|
}
|
|
1851
1864
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1852
1865
|
margin-left: 0;
|
|
1866
|
+
margin-right: 15px;
|
|
1853
1867
|
}
|
|
1854
1868
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1855
1869
|
margin-left: 15px;
|
|
@@ -1857,11 +1871,13 @@
|
|
|
1857
1871
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1858
1872
|
margin-left: 0;
|
|
1859
1873
|
}
|
|
1860
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1874
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1875
|
+
margin-right: 0;
|
|
1876
|
+
}
|
|
1861
1877
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1862
1878
|
margin-right: 0;
|
|
1879
|
+
margin-left: 15px;
|
|
1863
1880
|
}
|
|
1864
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1865
1881
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1866
1882
|
margin-right: 15px;
|
|
1867
1883
|
}
|
|
@@ -2228,7 +2244,7 @@
|
|
|
2228
2244
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2229
2245
|
min-height: 34px;
|
|
2230
2246
|
min-width: 0;
|
|
2231
|
-
padding:
|
|
2247
|
+
padding: 0 7px;
|
|
2232
2248
|
line-height: 34px;
|
|
2233
2249
|
}
|
|
2234
2250
|
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
@@ -2353,7 +2369,7 @@
|
|
|
2353
2369
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2354
2370
|
min-height: 34px;
|
|
2355
2371
|
min-width: 0;
|
|
2356
|
-
padding:
|
|
2372
|
+
padding: 0 7px;
|
|
2357
2373
|
}
|
|
2358
2374
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
2359
2375
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
|
|
@@ -3391,6 +3407,12 @@
|
|
|
3391
3407
|
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
3392
3408
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
3393
3409
|
}
|
|
3410
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
3411
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
3412
|
+
display: -webkit-box;
|
|
3413
|
+
display: -ms-flexbox;
|
|
3414
|
+
display: flex;
|
|
3415
|
+
}
|
|
3394
3416
|
.e-contextmenu-wrapper ul.e-ul,
|
|
3395
3417
|
.e-contextmenu-container ul.e-ul {
|
|
3396
3418
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -6198,14 +6220,14 @@
|
|
|
6198
6220
|
color: rgb(36, 138.2, 255);
|
|
6199
6221
|
}
|
|
6200
6222
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6201
|
-
background: #
|
|
6223
|
+
background: #0070f0;
|
|
6202
6224
|
border-color: unset;
|
|
6203
6225
|
}
|
|
6204
6226
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
6205
6227
|
color: rgb(0, 40.6, 87);
|
|
6206
6228
|
}
|
|
6207
6229
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
6208
|
-
color:
|
|
6230
|
+
color: #fff;
|
|
6209
6231
|
}
|
|
6210
6232
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6211
6233
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -7915,6 +7937,9 @@
|
|
|
7915
7937
|
.e-treeview.e-virtualization .e-ul {
|
|
7916
7938
|
overflow: unset;
|
|
7917
7939
|
}
|
|
7940
|
+
.e-treeview .e-mask-parent {
|
|
7941
|
+
display: none;
|
|
7942
|
+
}
|
|
7918
7943
|
.e-treeview > .e-ul {
|
|
7919
7944
|
-webkit-overflow-scrolling: touch;
|
|
7920
7945
|
overflow: auto;
|
|
@@ -10220,6 +10245,21 @@ ejs-sidebar {
|
|
|
10220
10245
|
padding-right: 4px;
|
|
10221
10246
|
}
|
|
10222
10247
|
|
|
10248
|
+
.e-breadcrumb-menu-item {
|
|
10249
|
+
position: absolute;
|
|
10250
|
+
width: 1px;
|
|
10251
|
+
height: 1px;
|
|
10252
|
+
margin: -1px;
|
|
10253
|
+
padding: 0;
|
|
10254
|
+
overflow: hidden;
|
|
10255
|
+
clip: rect(0, 0, 0, 0);
|
|
10256
|
+
border: 0;
|
|
10257
|
+
}
|
|
10258
|
+
|
|
10259
|
+
.e-hidden-popup {
|
|
10260
|
+
visibility: hidden;
|
|
10261
|
+
}
|
|
10262
|
+
|
|
10223
10263
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
10224
10264
|
color: #0070f0;
|
|
10225
10265
|
}
|
|
@@ -67,6 +67,9 @@
|
|
|
67
67
|
padding-right: 8px;
|
|
68
68
|
padding-top: 10px;
|
|
69
69
|
}
|
|
70
|
+
.e-pager div.e-parentmsgbar span.e-rightalign {
|
|
71
|
+
text-align: right;
|
|
72
|
+
}
|
|
70
73
|
.e-pager .e-pagesizes {
|
|
71
74
|
display: inline;
|
|
72
75
|
}
|
|
@@ -291,6 +294,12 @@
|
|
|
291
294
|
}
|
|
292
295
|
@media (max-width: 769px) {
|
|
293
296
|
.e-pager {
|
|
297
|
+
display: -webkit-box;
|
|
298
|
+
display: -ms-flexbox;
|
|
299
|
+
display: flex;
|
|
300
|
+
-webkit-box-align: center;
|
|
301
|
+
-ms-flex-align: center;
|
|
302
|
+
align-items: center;
|
|
294
303
|
padding: 13px 0;
|
|
295
304
|
}
|
|
296
305
|
.e-pager div.e-parentmsgbar {
|
|
@@ -464,7 +473,8 @@
|
|
|
464
473
|
.e-pager.e-rtl.e-rtl div.e-parentmsgbar {
|
|
465
474
|
float: initial;
|
|
466
475
|
margin-left: 0;
|
|
467
|
-
margin-top:
|
|
476
|
+
margin-top: 0;
|
|
477
|
+
padding-top: 0;
|
|
468
478
|
}
|
|
469
479
|
.e-pager.e-rtl .e-parentmsgbar {
|
|
470
480
|
float: right;
|
|
@@ -1559,6 +1569,9 @@
|
|
|
1559
1569
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1560
1570
|
margin-right: 3px;
|
|
1561
1571
|
}
|
|
1572
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1573
|
+
margin-left: 3px;
|
|
1574
|
+
}
|
|
1562
1575
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1563
1576
|
padding: 0 12px 0 0;
|
|
1564
1577
|
}
|
|
@@ -1589,6 +1602,7 @@
|
|
|
1589
1602
|
}
|
|
1590
1603
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1591
1604
|
margin-left: 0;
|
|
1605
|
+
margin-right: 3px;
|
|
1592
1606
|
}
|
|
1593
1607
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1594
1608
|
margin-left: 3px;
|
|
@@ -1596,11 +1610,13 @@
|
|
|
1596
1610
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1597
1611
|
margin-left: 0;
|
|
1598
1612
|
}
|
|
1599
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1613
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1614
|
+
margin-right: 0;
|
|
1615
|
+
}
|
|
1600
1616
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1601
1617
|
margin-right: 0;
|
|
1618
|
+
margin-left: 3px;
|
|
1602
1619
|
}
|
|
1603
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1604
1620
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1605
1621
|
margin-right: 3px;
|
|
1606
1622
|
}
|
|
@@ -2771,6 +2787,12 @@
|
|
|
2771
2787
|
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
2772
2788
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
2773
2789
|
}
|
|
2790
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
2791
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
2792
|
+
display: -webkit-box;
|
|
2793
|
+
display: -ms-flexbox;
|
|
2794
|
+
display: flex;
|
|
2795
|
+
}
|
|
2774
2796
|
.e-contextmenu-wrapper ul.e-ul,
|
|
2775
2797
|
.e-contextmenu-container ul.e-ul {
|
|
2776
2798
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -5519,14 +5541,14 @@
|
|
|
5519
5541
|
color: #1f496e;
|
|
5520
5542
|
}
|
|
5521
5543
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
5522
|
-
background: #
|
|
5544
|
+
background: #317ab9;
|
|
5523
5545
|
border-color: unset;
|
|
5524
5546
|
}
|
|
5525
5547
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
5526
5548
|
color: #1f496e;
|
|
5527
5549
|
}
|
|
5528
5550
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
5529
|
-
color: #
|
|
5551
|
+
color: #fff;
|
|
5530
5552
|
}
|
|
5531
5553
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
5532
5554
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -6036,6 +6058,9 @@
|
|
|
6036
6058
|
.e-treeview.e-virtualization .e-ul {
|
|
6037
6059
|
overflow: unset;
|
|
6038
6060
|
}
|
|
6061
|
+
.e-treeview .e-mask-parent {
|
|
6062
|
+
display: none;
|
|
6063
|
+
}
|
|
6039
6064
|
.e-treeview > .e-ul {
|
|
6040
6065
|
-webkit-overflow-scrolling: touch;
|
|
6041
6066
|
overflow: auto;
|
|
@@ -7867,6 +7892,21 @@ ejs-sidebar {
|
|
|
7867
7892
|
padding-right: 4px;
|
|
7868
7893
|
}
|
|
7869
7894
|
|
|
7895
|
+
.e-breadcrumb-menu-item {
|
|
7896
|
+
position: absolute;
|
|
7897
|
+
width: 1px;
|
|
7898
|
+
height: 1px;
|
|
7899
|
+
margin: -1px;
|
|
7900
|
+
padding: 0;
|
|
7901
|
+
overflow: hidden;
|
|
7902
|
+
clip: rect(0, 0, 0, 0);
|
|
7903
|
+
border: 0;
|
|
7904
|
+
}
|
|
7905
|
+
|
|
7906
|
+
.e-hidden-popup {
|
|
7907
|
+
visibility: hidden;
|
|
7908
|
+
}
|
|
7909
|
+
|
|
7870
7910
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
7871
7911
|
color: #317ab9;
|
|
7872
7912
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -67,6 +67,9 @@
|
|
|
67
67
|
padding-right: 8px;
|
|
68
68
|
padding-top: 10px;
|
|
69
69
|
}
|
|
70
|
+
.e-pager div.e-parentmsgbar span.e-rightalign {
|
|
71
|
+
text-align: right;
|
|
72
|
+
}
|
|
70
73
|
.e-pager .e-pagesizes {
|
|
71
74
|
display: inline;
|
|
72
75
|
}
|
|
@@ -291,6 +294,12 @@
|
|
|
291
294
|
}
|
|
292
295
|
@media (max-width: 769px) {
|
|
293
296
|
.e-pager {
|
|
297
|
+
display: -webkit-box;
|
|
298
|
+
display: -ms-flexbox;
|
|
299
|
+
display: flex;
|
|
300
|
+
-webkit-box-align: center;
|
|
301
|
+
-ms-flex-align: center;
|
|
302
|
+
align-items: center;
|
|
294
303
|
padding: 13px 0;
|
|
295
304
|
}
|
|
296
305
|
.e-pager div.e-parentmsgbar {
|
|
@@ -464,7 +473,8 @@
|
|
|
464
473
|
.e-pager.e-rtl.e-rtl div.e-parentmsgbar {
|
|
465
474
|
float: initial;
|
|
466
475
|
margin-left: 0;
|
|
467
|
-
margin-top:
|
|
476
|
+
margin-top: 0;
|
|
477
|
+
padding-top: 0;
|
|
468
478
|
}
|
|
469
479
|
.e-pager.e-rtl .e-parentmsgbar {
|
|
470
480
|
float: right;
|
|
@@ -724,14 +734,14 @@
|
|
|
724
734
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
725
735
|
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
726
736
|
margin-left: 0;
|
|
727
|
-
margin-top:
|
|
737
|
+
margin-top: 0;
|
|
728
738
|
}
|
|
729
739
|
}
|
|
730
740
|
@media (max-width: 769px) {
|
|
731
741
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
732
742
|
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
733
743
|
margin-left: 0;
|
|
734
|
-
margin-top:
|
|
744
|
+
margin-top: 0;
|
|
735
745
|
}
|
|
736
746
|
}
|
|
737
747
|
.e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem, .e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem, .e-bigger .e-pager.e-rtl .e-pp.e-spacing.e-numericitem:hover, .e-bigger .e-pager.e-rtl .e-np.e-spacing.e-numericitem:hover,
|
|
@@ -1822,6 +1832,9 @@
|
|
|
1822
1832
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1823
1833
|
margin-right: 3px;
|
|
1824
1834
|
}
|
|
1835
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1836
|
+
margin-left: 3px;
|
|
1837
|
+
}
|
|
1825
1838
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1826
1839
|
padding: 0 12px 0 0;
|
|
1827
1840
|
}
|
|
@@ -1852,6 +1865,7 @@
|
|
|
1852
1865
|
}
|
|
1853
1866
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1854
1867
|
margin-left: 0;
|
|
1868
|
+
margin-right: 3px;
|
|
1855
1869
|
}
|
|
1856
1870
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1857
1871
|
margin-left: 3px;
|
|
@@ -1859,11 +1873,13 @@
|
|
|
1859
1873
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1860
1874
|
margin-left: 0;
|
|
1861
1875
|
}
|
|
1862
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1876
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1877
|
+
margin-right: 0;
|
|
1878
|
+
}
|
|
1863
1879
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1864
1880
|
margin-right: 0;
|
|
1881
|
+
margin-left: 3px;
|
|
1865
1882
|
}
|
|
1866
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1867
1883
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1868
1884
|
margin-right: 3px;
|
|
1869
1885
|
}
|
|
@@ -3393,6 +3409,12 @@
|
|
|
3393
3409
|
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
3394
3410
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
3395
3411
|
}
|
|
3412
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
3413
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
3414
|
+
display: -webkit-box;
|
|
3415
|
+
display: -ms-flexbox;
|
|
3416
|
+
display: flex;
|
|
3417
|
+
}
|
|
3396
3418
|
.e-contextmenu-wrapper ul.e-ul,
|
|
3397
3419
|
.e-contextmenu-container ul.e-ul {
|
|
3398
3420
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -6200,14 +6222,14 @@
|
|
|
6200
6222
|
color: #1f496e;
|
|
6201
6223
|
}
|
|
6202
6224
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6203
|
-
background: #
|
|
6225
|
+
background: #317ab9;
|
|
6204
6226
|
border-color: unset;
|
|
6205
6227
|
}
|
|
6206
6228
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
6207
6229
|
color: #1f496e;
|
|
6208
6230
|
}
|
|
6209
6231
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
6210
|
-
color: #
|
|
6232
|
+
color: #fff;
|
|
6211
6233
|
}
|
|
6212
6234
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6213
6235
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -7918,6 +7940,9 @@
|
|
|
7918
7940
|
.e-treeview.e-virtualization .e-ul {
|
|
7919
7941
|
overflow: unset;
|
|
7920
7942
|
}
|
|
7943
|
+
.e-treeview .e-mask-parent {
|
|
7944
|
+
display: none;
|
|
7945
|
+
}
|
|
7921
7946
|
.e-treeview > .e-ul {
|
|
7922
7947
|
-webkit-overflow-scrolling: touch;
|
|
7923
7948
|
overflow: auto;
|
|
@@ -10231,6 +10256,21 @@ ejs-sidebar {
|
|
|
10231
10256
|
padding-right: 4px;
|
|
10232
10257
|
}
|
|
10233
10258
|
|
|
10259
|
+
.e-breadcrumb-menu-item {
|
|
10260
|
+
position: absolute;
|
|
10261
|
+
width: 1px;
|
|
10262
|
+
height: 1px;
|
|
10263
|
+
margin: -1px;
|
|
10264
|
+
padding: 0;
|
|
10265
|
+
overflow: hidden;
|
|
10266
|
+
clip: rect(0, 0, 0, 0);
|
|
10267
|
+
border: 0;
|
|
10268
|
+
}
|
|
10269
|
+
|
|
10270
|
+
.e-hidden-popup {
|
|
10271
|
+
visibility: hidden;
|
|
10272
|
+
}
|
|
10273
|
+
|
|
10234
10274
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
10235
10275
|
color: #317ab9;
|
|
10236
10276
|
}
|