@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/fabric-dark.css
CHANGED
|
@@ -67,6 +67,9 @@
|
|
|
67
67
|
padding-right: 10px;
|
|
68
68
|
padding-top: 12px;
|
|
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: 3px;
|
|
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: 3px;
|
|
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: 3px;
|
|
1853
1867
|
}
|
|
1854
1868
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1855
1869
|
margin-left: 3px;
|
|
@@ -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: 3px;
|
|
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: 3px;
|
|
1867
1883
|
}
|
|
@@ -3391,6 +3407,12 @@
|
|
|
3391
3407
|
-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.26);
|
|
3392
3408
|
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.26);
|
|
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: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -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;
|
|
@@ -10222,6 +10247,21 @@ ejs-sidebar {
|
|
|
10222
10247
|
padding-right: 4px;
|
|
10223
10248
|
}
|
|
10224
10249
|
|
|
10250
|
+
.e-breadcrumb-menu-item {
|
|
10251
|
+
position: absolute;
|
|
10252
|
+
width: 1px;
|
|
10253
|
+
height: 1px;
|
|
10254
|
+
margin: -1px;
|
|
10255
|
+
padding: 0;
|
|
10256
|
+
overflow: hidden;
|
|
10257
|
+
clip: rect(0, 0, 0, 0);
|
|
10258
|
+
border: 0;
|
|
10259
|
+
}
|
|
10260
|
+
|
|
10261
|
+
.e-hidden-popup {
|
|
10262
|
+
visibility: hidden;
|
|
10263
|
+
}
|
|
10264
|
+
|
|
10225
10265
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
10226
10266
|
color: #dadada;
|
|
10227
10267
|
}
|
package/styles/fabric-lite.css
CHANGED
|
@@ -67,6 +67,9 @@
|
|
|
67
67
|
padding-right: 10px;
|
|
68
68
|
padding-top: 11px;
|
|
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;
|
|
@@ -1558,6 +1568,9 @@
|
|
|
1558
1568
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1559
1569
|
margin-right: 3px;
|
|
1560
1570
|
}
|
|
1571
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1572
|
+
margin-left: 3px;
|
|
1573
|
+
}
|
|
1561
1574
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1562
1575
|
padding: 0 12px 0 0;
|
|
1563
1576
|
}
|
|
@@ -1588,6 +1601,7 @@
|
|
|
1588
1601
|
}
|
|
1589
1602
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1590
1603
|
margin-left: 0;
|
|
1604
|
+
margin-right: 3px;
|
|
1591
1605
|
}
|
|
1592
1606
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1593
1607
|
margin-left: 3px;
|
|
@@ -1595,11 +1609,13 @@
|
|
|
1595
1609
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1596
1610
|
margin-left: 0;
|
|
1597
1611
|
}
|
|
1598
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1612
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1613
|
+
margin-right: 0;
|
|
1614
|
+
}
|
|
1599
1615
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1600
1616
|
margin-right: 0;
|
|
1617
|
+
margin-left: 3px;
|
|
1601
1618
|
}
|
|
1602
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1603
1619
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1604
1620
|
margin-right: 3px;
|
|
1605
1621
|
}
|
|
@@ -2770,6 +2786,12 @@
|
|
|
2770
2786
|
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
2771
2787
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
2772
2788
|
}
|
|
2789
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
2790
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
2791
|
+
display: -webkit-box;
|
|
2792
|
+
display: -ms-flexbox;
|
|
2793
|
+
display: flex;
|
|
2794
|
+
}
|
|
2773
2795
|
.e-contextmenu-wrapper ul.e-ul,
|
|
2774
2796
|
.e-contextmenu-container ul.e-ul {
|
|
2775
2797
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -5525,7 +5547,7 @@
|
|
|
5525
5547
|
color: #fff;
|
|
5526
5548
|
}
|
|
5527
5549
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
5528
|
-
color: #
|
|
5550
|
+
color: #fff;
|
|
5529
5551
|
}
|
|
5530
5552
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
5531
5553
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -6035,6 +6057,9 @@
|
|
|
6035
6057
|
.e-treeview.e-virtualization .e-ul {
|
|
6036
6058
|
overflow: unset;
|
|
6037
6059
|
}
|
|
6060
|
+
.e-treeview .e-mask-parent {
|
|
6061
|
+
display: none;
|
|
6062
|
+
}
|
|
6038
6063
|
.e-treeview > .e-ul {
|
|
6039
6064
|
-webkit-overflow-scrolling: touch;
|
|
6040
6065
|
overflow: auto;
|
|
@@ -7860,6 +7885,21 @@ ejs-sidebar {
|
|
|
7860
7885
|
padding-right: 4px;
|
|
7861
7886
|
}
|
|
7862
7887
|
|
|
7888
|
+
.e-breadcrumb-menu-item {
|
|
7889
|
+
position: absolute;
|
|
7890
|
+
width: 1px;
|
|
7891
|
+
height: 1px;
|
|
7892
|
+
margin: -1px;
|
|
7893
|
+
padding: 0;
|
|
7894
|
+
overflow: hidden;
|
|
7895
|
+
clip: rect(0, 0, 0, 0);
|
|
7896
|
+
border: 0;
|
|
7897
|
+
}
|
|
7898
|
+
|
|
7899
|
+
.e-hidden-popup {
|
|
7900
|
+
visibility: hidden;
|
|
7901
|
+
}
|
|
7902
|
+
|
|
7863
7903
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
7864
7904
|
color: #333;
|
|
7865
7905
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -67,6 +67,9 @@
|
|
|
67
67
|
padding-right: 10px;
|
|
68
68
|
padding-top: 11px;
|
|
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,
|
|
@@ -1821,6 +1831,9 @@
|
|
|
1821
1831
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1822
1832
|
margin-right: 3px;
|
|
1823
1833
|
}
|
|
1834
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1835
|
+
margin-left: 3px;
|
|
1836
|
+
}
|
|
1824
1837
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1825
1838
|
padding: 0 12px 0 0;
|
|
1826
1839
|
}
|
|
@@ -1851,6 +1864,7 @@
|
|
|
1851
1864
|
}
|
|
1852
1865
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1853
1866
|
margin-left: 0;
|
|
1867
|
+
margin-right: 3px;
|
|
1854
1868
|
}
|
|
1855
1869
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1856
1870
|
margin-left: 3px;
|
|
@@ -1858,11 +1872,13 @@
|
|
|
1858
1872
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1859
1873
|
margin-left: 0;
|
|
1860
1874
|
}
|
|
1861
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1875
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1876
|
+
margin-right: 0;
|
|
1877
|
+
}
|
|
1862
1878
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1863
1879
|
margin-right: 0;
|
|
1880
|
+
margin-left: 3px;
|
|
1864
1881
|
}
|
|
1865
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1866
1882
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1867
1883
|
margin-right: 3px;
|
|
1868
1884
|
}
|
|
@@ -3392,6 +3408,12 @@
|
|
|
3392
3408
|
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
3393
3409
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
3394
3410
|
}
|
|
3411
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
3412
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
3413
|
+
display: -webkit-box;
|
|
3414
|
+
display: -ms-flexbox;
|
|
3415
|
+
display: flex;
|
|
3416
|
+
}
|
|
3395
3417
|
.e-contextmenu-wrapper ul.e-ul,
|
|
3396
3418
|
.e-contextmenu-container ul.e-ul {
|
|
3397
3419
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -6206,7 +6228,7 @@
|
|
|
6206
6228
|
color: #fff;
|
|
6207
6229
|
}
|
|
6208
6230
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
6209
|
-
color: #
|
|
6231
|
+
color: #fff;
|
|
6210
6232
|
}
|
|
6211
6233
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6212
6234
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
@@ -7917,6 +7939,9 @@
|
|
|
7917
7939
|
.e-treeview.e-virtualization .e-ul {
|
|
7918
7940
|
overflow: unset;
|
|
7919
7941
|
}
|
|
7942
|
+
.e-treeview .e-mask-parent {
|
|
7943
|
+
display: none;
|
|
7944
|
+
}
|
|
7920
7945
|
.e-treeview > .e-ul {
|
|
7921
7946
|
-webkit-overflow-scrolling: touch;
|
|
7922
7947
|
overflow: auto;
|
|
@@ -10224,6 +10249,21 @@ ejs-sidebar {
|
|
|
10224
10249
|
padding-right: 4px;
|
|
10225
10250
|
}
|
|
10226
10251
|
|
|
10252
|
+
.e-breadcrumb-menu-item {
|
|
10253
|
+
position: absolute;
|
|
10254
|
+
width: 1px;
|
|
10255
|
+
height: 1px;
|
|
10256
|
+
margin: -1px;
|
|
10257
|
+
padding: 0;
|
|
10258
|
+
overflow: hidden;
|
|
10259
|
+
clip: rect(0, 0, 0, 0);
|
|
10260
|
+
border: 0;
|
|
10261
|
+
}
|
|
10262
|
+
|
|
10263
|
+
.e-hidden-popup {
|
|
10264
|
+
visibility: hidden;
|
|
10265
|
+
}
|
|
10266
|
+
|
|
10227
10267
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
10228
10268
|
color: #333;
|
|
10229
10269
|
}
|
|
@@ -67,6 +67,9 @@
|
|
|
67
67
|
padding-right: 0;
|
|
68
68
|
padding-top: 8px;
|
|
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
|
}
|
|
@@ -293,6 +296,12 @@
|
|
|
293
296
|
}
|
|
294
297
|
@media (max-width: 769px) {
|
|
295
298
|
.e-pager {
|
|
299
|
+
display: -webkit-box;
|
|
300
|
+
display: -ms-flexbox;
|
|
301
|
+
display: flex;
|
|
302
|
+
-webkit-box-align: center;
|
|
303
|
+
-ms-flex-align: center;
|
|
304
|
+
align-items: center;
|
|
296
305
|
padding: 13px 0;
|
|
297
306
|
}
|
|
298
307
|
.e-pager div.e-parentmsgbar {
|
|
@@ -466,7 +475,8 @@
|
|
|
466
475
|
.e-pager.e-rtl.e-rtl div.e-parentmsgbar {
|
|
467
476
|
float: initial;
|
|
468
477
|
margin-left: 0;
|
|
469
|
-
margin-top:
|
|
478
|
+
margin-top: 0;
|
|
479
|
+
padding-top: 0;
|
|
470
480
|
}
|
|
471
481
|
.e-pager.e-rtl .e-parentmsgbar {
|
|
472
482
|
float: right;
|
|
@@ -1597,6 +1607,9 @@
|
|
|
1597
1607
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1598
1608
|
margin-right: 8px;
|
|
1599
1609
|
}
|
|
1610
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1611
|
+
margin-left: 8px;
|
|
1612
|
+
}
|
|
1600
1613
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1601
1614
|
padding: 4px;
|
|
1602
1615
|
}
|
|
@@ -1627,6 +1640,7 @@
|
|
|
1627
1640
|
}
|
|
1628
1641
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1629
1642
|
margin-left: 0;
|
|
1643
|
+
margin-right: 8px;
|
|
1630
1644
|
}
|
|
1631
1645
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1632
1646
|
margin-left: 8px;
|
|
@@ -1634,11 +1648,13 @@
|
|
|
1634
1648
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1635
1649
|
margin-left: 0;
|
|
1636
1650
|
}
|
|
1637
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1651
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1652
|
+
margin-right: 0;
|
|
1653
|
+
}
|
|
1638
1654
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1639
1655
|
margin-right: 0;
|
|
1656
|
+
margin-left: 8px;
|
|
1640
1657
|
}
|
|
1641
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1642
1658
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1643
1659
|
margin-right: 8px;
|
|
1644
1660
|
}
|
|
@@ -2809,6 +2825,12 @@
|
|
|
2809
2825
|
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
2810
2826
|
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
2811
2827
|
}
|
|
2828
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
2829
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
2830
|
+
display: -webkit-box;
|
|
2831
|
+
display: -ms-flexbox;
|
|
2832
|
+
display: flex;
|
|
2833
|
+
}
|
|
2812
2834
|
.e-contextmenu-wrapper ul.e-ul,
|
|
2813
2835
|
.e-contextmenu-container ul.e-ul {
|
|
2814
2836
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -4572,13 +4594,13 @@
|
|
|
4572
4594
|
padding: 0 12px;
|
|
4573
4595
|
}
|
|
4574
4596
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
4575
|
-
height:
|
|
4597
|
+
height: 44px;
|
|
4576
4598
|
}
|
|
4577
4599
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
4578
|
-
height:
|
|
4600
|
+
height: 44px;
|
|
4579
4601
|
}
|
|
4580
4602
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
4581
|
-
height:
|
|
4603
|
+
height: 44px;
|
|
4582
4604
|
}
|
|
4583
4605
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
4584
4606
|
height: 62px;
|
|
@@ -5556,18 +5578,18 @@
|
|
|
5556
5578
|
color: #f3f2f1;
|
|
5557
5579
|
}
|
|
5558
5580
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
5559
|
-
background: #
|
|
5581
|
+
background: #0078d4;
|
|
5560
5582
|
border-color: unset;
|
|
5561
5583
|
}
|
|
5562
5584
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
5563
|
-
color: #
|
|
5585
|
+
color: #1b1a19;
|
|
5564
5586
|
}
|
|
5565
5587
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
5566
|
-
color: #
|
|
5588
|
+
color: #1b1a19;
|
|
5567
5589
|
}
|
|
5568
5590
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
5569
5591
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
5570
|
-
color: #
|
|
5592
|
+
color: #1b1a19;
|
|
5571
5593
|
}
|
|
5572
5594
|
.e-tab.e-background .e-tab-header {
|
|
5573
5595
|
background: #0078d4;
|
|
@@ -6073,6 +6095,9 @@
|
|
|
6073
6095
|
.e-treeview.e-virtualization .e-ul {
|
|
6074
6096
|
overflow: unset;
|
|
6075
6097
|
}
|
|
6098
|
+
.e-treeview .e-mask-parent {
|
|
6099
|
+
display: none;
|
|
6100
|
+
}
|
|
6076
6101
|
.e-treeview > .e-ul {
|
|
6077
6102
|
-webkit-overflow-scrolling: touch;
|
|
6078
6103
|
overflow: auto;
|
|
@@ -7911,6 +7936,21 @@ ejs-sidebar {
|
|
|
7911
7936
|
padding-right: 4px;
|
|
7912
7937
|
}
|
|
7913
7938
|
|
|
7939
|
+
.e-breadcrumb-menu-item {
|
|
7940
|
+
position: absolute;
|
|
7941
|
+
width: 1px;
|
|
7942
|
+
height: 1px;
|
|
7943
|
+
margin: -1px;
|
|
7944
|
+
padding: 0;
|
|
7945
|
+
overflow: hidden;
|
|
7946
|
+
clip: rect(0, 0, 0, 0);
|
|
7947
|
+
border: 0;
|
|
7948
|
+
}
|
|
7949
|
+
|
|
7950
|
+
.e-hidden-popup {
|
|
7951
|
+
visibility: hidden;
|
|
7952
|
+
}
|
|
7953
|
+
|
|
7914
7954
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
7915
7955
|
color: #a19f9d;
|
|
7916
7956
|
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -67,6 +67,9 @@
|
|
|
67
67
|
padding-right: 0;
|
|
68
68
|
padding-top: 8px;
|
|
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
|
}
|
|
@@ -293,6 +296,12 @@
|
|
|
293
296
|
}
|
|
294
297
|
@media (max-width: 769px) {
|
|
295
298
|
.e-pager {
|
|
299
|
+
display: -webkit-box;
|
|
300
|
+
display: -ms-flexbox;
|
|
301
|
+
display: flex;
|
|
302
|
+
-webkit-box-align: center;
|
|
303
|
+
-ms-flex-align: center;
|
|
304
|
+
align-items: center;
|
|
296
305
|
padding: 13px 0;
|
|
297
306
|
}
|
|
298
307
|
.e-pager div.e-parentmsgbar {
|
|
@@ -466,7 +475,8 @@
|
|
|
466
475
|
.e-pager.e-rtl.e-rtl div.e-parentmsgbar {
|
|
467
476
|
float: initial;
|
|
468
477
|
margin-left: 0;
|
|
469
|
-
margin-top:
|
|
478
|
+
margin-top: 0;
|
|
479
|
+
padding-top: 0;
|
|
470
480
|
}
|
|
471
481
|
.e-pager.e-rtl .e-parentmsgbar {
|
|
472
482
|
float: right;
|
|
@@ -726,14 +736,14 @@
|
|
|
726
736
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
727
737
|
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
728
738
|
margin-left: 0;
|
|
729
|
-
margin-top:
|
|
739
|
+
margin-top: 0;
|
|
730
740
|
}
|
|
731
741
|
}
|
|
732
742
|
@media (max-width: 769px) {
|
|
733
743
|
.e-bigger .e-pager.e-rtl div.e-parentmsgbar,
|
|
734
744
|
.e-pager.e-bigger.e-rtl div.e-parentmsgbar {
|
|
735
745
|
margin-left: 0;
|
|
736
|
-
margin-top:
|
|
746
|
+
margin-top: 0;
|
|
737
747
|
}
|
|
738
748
|
}
|
|
739
749
|
.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,
|
|
@@ -787,7 +797,7 @@
|
|
|
787
797
|
}
|
|
788
798
|
.e-bigger .e-pager.e-adaptive div.e-parentmsgbar,
|
|
789
799
|
.e-pager.e-bigger.e-adaptive div.e-parentmsgbar {
|
|
790
|
-
margin-top:
|
|
800
|
+
margin-top: 0;
|
|
791
801
|
}
|
|
792
802
|
.e-bigger .e-pager.e-adaptive .e-pagerdropdown,
|
|
793
803
|
.e-pager.e-bigger.e-adaptive .e-pagerdropdown {
|
|
@@ -1860,6 +1870,9 @@
|
|
|
1860
1870
|
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1861
1871
|
margin-right: 8px;
|
|
1862
1872
|
}
|
|
1873
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
|
|
1874
|
+
margin-left: 8px;
|
|
1875
|
+
}
|
|
1863
1876
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1864
1877
|
padding: 4px;
|
|
1865
1878
|
}
|
|
@@ -1890,6 +1903,7 @@
|
|
|
1890
1903
|
}
|
|
1891
1904
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
|
|
1892
1905
|
margin-left: 0;
|
|
1906
|
+
margin-right: 8px;
|
|
1893
1907
|
}
|
|
1894
1908
|
.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
|
|
1895
1909
|
margin-left: 8px;
|
|
@@ -1897,11 +1911,13 @@
|
|
|
1897
1911
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1898
1912
|
margin-left: 0;
|
|
1899
1913
|
}
|
|
1900
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child
|
|
1914
|
+
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
|
|
1915
|
+
margin-right: 0;
|
|
1916
|
+
}
|
|
1901
1917
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
1902
1918
|
margin-right: 0;
|
|
1919
|
+
margin-left: 8px;
|
|
1903
1920
|
}
|
|
1904
|
-
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child,
|
|
1905
1921
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child {
|
|
1906
1922
|
margin-right: 8px;
|
|
1907
1923
|
}
|
|
@@ -3431,6 +3447,12 @@
|
|
|
3431
3447
|
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
3432
3448
|
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
3433
3449
|
}
|
|
3450
|
+
.e-contextmenu-wrapper ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon,
|
|
3451
|
+
.e-contextmenu-container ul.e-contextmenu.e-contextmenu-template .e-menu-caret-icon {
|
|
3452
|
+
display: -webkit-box;
|
|
3453
|
+
display: -ms-flexbox;
|
|
3454
|
+
display: flex;
|
|
3455
|
+
}
|
|
3434
3456
|
.e-contextmenu-wrapper ul.e-ul,
|
|
3435
3457
|
.e-contextmenu-container ul.e-ul {
|
|
3436
3458
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -5240,13 +5262,13 @@
|
|
|
5240
5262
|
padding: 0 12px;
|
|
5241
5263
|
}
|
|
5242
5264
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
|
|
5243
|
-
height:
|
|
5265
|
+
height: 44px;
|
|
5244
5266
|
}
|
|
5245
5267
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
|
|
5246
|
-
height:
|
|
5268
|
+
height: 44px;
|
|
5247
5269
|
}
|
|
5248
5270
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
|
|
5249
|
-
height:
|
|
5271
|
+
height: 44px;
|
|
5250
5272
|
}
|
|
5251
5273
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
|
|
5252
5274
|
height: 62px;
|
|
@@ -6224,18 +6246,18 @@
|
|
|
6224
6246
|
color: #f3f2f1;
|
|
6225
6247
|
}
|
|
6226
6248
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
|
|
6227
|
-
background: #
|
|
6249
|
+
background: #0078d4;
|
|
6228
6250
|
border-color: unset;
|
|
6229
6251
|
}
|
|
6230
6252
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text {
|
|
6231
|
-
color: #
|
|
6253
|
+
color: #1b1a19;
|
|
6232
6254
|
}
|
|
6233
6255
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon {
|
|
6234
|
-
color: #
|
|
6256
|
+
color: #1b1a19;
|
|
6235
6257
|
}
|
|
6236
6258
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
|
|
6237
6259
|
.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
|
|
6238
|
-
color: #
|
|
6260
|
+
color: #1b1a19;
|
|
6239
6261
|
}
|
|
6240
6262
|
.e-tab.e-background .e-tab-header {
|
|
6241
6263
|
background: #0078d4;
|
|
@@ -7942,6 +7964,9 @@
|
|
|
7942
7964
|
.e-treeview.e-virtualization .e-ul {
|
|
7943
7965
|
overflow: unset;
|
|
7944
7966
|
}
|
|
7967
|
+
.e-treeview .e-mask-parent {
|
|
7968
|
+
display: none;
|
|
7969
|
+
}
|
|
7945
7970
|
.e-treeview > .e-ul {
|
|
7946
7971
|
-webkit-overflow-scrolling: touch;
|
|
7947
7972
|
overflow: auto;
|
|
@@ -10364,6 +10389,21 @@ ejs-sidebar {
|
|
|
10364
10389
|
padding-right: 4px;
|
|
10365
10390
|
}
|
|
10366
10391
|
|
|
10392
|
+
.e-breadcrumb-menu-item {
|
|
10393
|
+
position: absolute;
|
|
10394
|
+
width: 1px;
|
|
10395
|
+
height: 1px;
|
|
10396
|
+
margin: -1px;
|
|
10397
|
+
padding: 0;
|
|
10398
|
+
overflow: hidden;
|
|
10399
|
+
clip: rect(0, 0, 0, 0);
|
|
10400
|
+
border: 0;
|
|
10401
|
+
}
|
|
10402
|
+
|
|
10403
|
+
.e-hidden-popup {
|
|
10404
|
+
visibility: hidden;
|
|
10405
|
+
}
|
|
10406
|
+
|
|
10367
10407
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
|
|
10368
10408
|
color: #a19f9d;
|
|
10369
10409
|
}
|