@syncfusion/ej2-layouts 30.1.40 → 31.1.17
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/dist/ej2-layouts.min.js +1 -1
- package/dist/ej2-layouts.umd.min.js +1 -1
- package/dist/global/ej2-layouts.min.js +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +2 -2
- package/styles/bds-lite.css +9 -0
- package/styles/bds.css +9 -0
- package/styles/bootstrap-dark-lite.css +9 -0
- package/styles/bootstrap-dark.css +9 -0
- package/styles/bootstrap-lite.css +9 -0
- package/styles/bootstrap.css +9 -0
- package/styles/bootstrap4-lite.css +9 -0
- package/styles/bootstrap4.css +9 -0
- package/styles/bootstrap5-dark-lite.css +9 -0
- package/styles/bootstrap5-dark.css +9 -0
- package/styles/bootstrap5-lite.css +9 -0
- package/styles/bootstrap5.3-lite.css +9 -0
- package/styles/bootstrap5.3.css +9 -0
- package/styles/bootstrap5.css +9 -0
- package/styles/fabric-dark-lite.css +9 -0
- package/styles/fabric-dark.css +9 -0
- package/styles/fabric-lite.css +9 -0
- package/styles/fabric.css +9 -0
- package/styles/fluent-dark-lite.css +9 -0
- package/styles/fluent-dark.css +9 -0
- package/styles/fluent-lite.css +9 -0
- package/styles/fluent.css +9 -0
- package/styles/fluent2-lite.css +9 -0
- package/styles/fluent2.css +9 -0
- package/styles/highcontrast-light-lite.css +9 -0
- package/styles/highcontrast-light.css +9 -0
- package/styles/highcontrast-lite.css +9 -0
- package/styles/highcontrast.css +9 -0
- package/styles/material-dark-lite.css +9 -0
- package/styles/material-dark.css +9 -0
- package/styles/material-lite.css +9 -0
- package/styles/material.css +9 -0
- package/styles/material3-dark-lite.css +9 -0
- package/styles/material3-dark.css +9 -0
- package/styles/material3-lite.css +9 -0
- package/styles/material3.css +9 -0
- package/styles/splitter/_layout.scss +7 -0
- package/styles/splitter/bds.css +9 -0
- package/styles/splitter/bootstrap-dark.css +9 -0
- package/styles/splitter/bootstrap.css +9 -0
- package/styles/splitter/bootstrap4.css +9 -0
- package/styles/splitter/bootstrap5-dark.css +9 -0
- package/styles/splitter/bootstrap5.3.css +9 -0
- package/styles/splitter/bootstrap5.css +9 -0
- package/styles/splitter/fabric-dark.css +9 -0
- package/styles/splitter/fabric.css +9 -0
- package/styles/splitter/fluent-dark.css +9 -0
- package/styles/splitter/fluent.css +9 -0
- package/styles/splitter/fluent2.css +9 -0
- package/styles/splitter/highcontrast-light.css +9 -0
- package/styles/splitter/highcontrast.css +9 -0
- package/styles/splitter/material-dark.css +9 -0
- package/styles/splitter/material.css +9 -0
- package/styles/splitter/material3-dark.css +9 -0
- package/styles/splitter/material3.css +9 -0
- package/styles/splitter/tailwind-dark.css +9 -0
- package/styles/splitter/tailwind.css +9 -0
- package/styles/splitter/tailwind3.css +9 -0
- package/styles/tailwind-dark-lite.css +9 -0
- package/styles/tailwind-dark.css +9 -0
- package/styles/tailwind-lite.css +9 -0
- package/styles/tailwind.css +9 -0
- package/styles/tailwind3-lite.css +9 -0
- package/styles/tailwind3.css +9 -0
package/dist/ej2-layouts.min.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-layouts.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 31.1.17
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-layouts.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 31.1.17
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-layouts.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 31.1.17
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version :
|
|
3
|
+
* version : 31.1.17
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-layouts",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "31.1.17",
|
|
4
4
|
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person.",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"module": "./index.js",
|
|
9
9
|
"es2015": "./dist/es6/ej2-layouts.es5.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@syncfusion/ej2-base": "~
|
|
11
|
+
"@syncfusion/ej2-base": "~31.1.17"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {},
|
|
14
14
|
"keywords": [
|
package/styles/bds-lite.css
CHANGED
|
@@ -570,6 +570,12 @@
|
|
|
570
570
|
-ms-flex-direction: column;
|
|
571
571
|
flex-direction: column;
|
|
572
572
|
}
|
|
573
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
574
|
+
-webkit-box-orient: vertical;
|
|
575
|
+
-webkit-box-direction: reverse;
|
|
576
|
+
-ms-flex-direction: column-reverse;
|
|
577
|
+
flex-direction: column-reverse;
|
|
578
|
+
}
|
|
573
579
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
574
580
|
overflow: hidden;
|
|
575
581
|
}
|
|
@@ -816,6 +822,9 @@
|
|
|
816
822
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
817
823
|
margin: 3px 0 0;
|
|
818
824
|
}
|
|
825
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
826
|
+
border-style: solid;
|
|
827
|
+
}
|
|
819
828
|
|
|
820
829
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
821
830
|
-webkit-box-orient: horizontal;
|
package/styles/bds.css
CHANGED
|
@@ -705,6 +705,12 @@
|
|
|
705
705
|
-ms-flex-direction: column;
|
|
706
706
|
flex-direction: column;
|
|
707
707
|
}
|
|
708
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
709
|
+
-webkit-box-orient: vertical;
|
|
710
|
+
-webkit-box-direction: reverse;
|
|
711
|
+
-ms-flex-direction: column-reverse;
|
|
712
|
+
flex-direction: column-reverse;
|
|
713
|
+
}
|
|
708
714
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
709
715
|
overflow: hidden;
|
|
710
716
|
}
|
|
@@ -951,6 +957,9 @@
|
|
|
951
957
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
952
958
|
margin: 3px 0 0;
|
|
953
959
|
}
|
|
960
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
961
|
+
border-style: solid;
|
|
962
|
+
}
|
|
954
963
|
|
|
955
964
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
956
965
|
-webkit-box-orient: horizontal;
|
|
@@ -556,6 +556,12 @@
|
|
|
556
556
|
-ms-flex-direction: column;
|
|
557
557
|
flex-direction: column;
|
|
558
558
|
}
|
|
559
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
560
|
+
-webkit-box-orient: vertical;
|
|
561
|
+
-webkit-box-direction: reverse;
|
|
562
|
+
-ms-flex-direction: column-reverse;
|
|
563
|
+
flex-direction: column-reverse;
|
|
564
|
+
}
|
|
559
565
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
560
566
|
overflow: hidden;
|
|
561
567
|
}
|
|
@@ -802,6 +808,9 @@
|
|
|
802
808
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
803
809
|
margin: 3px 0 0;
|
|
804
810
|
}
|
|
811
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
812
|
+
border-style: solid;
|
|
813
|
+
}
|
|
805
814
|
|
|
806
815
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
807
816
|
-webkit-box-orient: horizontal;
|
|
@@ -691,6 +691,12 @@
|
|
|
691
691
|
-ms-flex-direction: column;
|
|
692
692
|
flex-direction: column;
|
|
693
693
|
}
|
|
694
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
695
|
+
-webkit-box-orient: vertical;
|
|
696
|
+
-webkit-box-direction: reverse;
|
|
697
|
+
-ms-flex-direction: column-reverse;
|
|
698
|
+
flex-direction: column-reverse;
|
|
699
|
+
}
|
|
694
700
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
695
701
|
overflow: hidden;
|
|
696
702
|
}
|
|
@@ -937,6 +943,9 @@
|
|
|
937
943
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
938
944
|
margin: 3px 0 0;
|
|
939
945
|
}
|
|
946
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
947
|
+
border-style: solid;
|
|
948
|
+
}
|
|
940
949
|
|
|
941
950
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
942
951
|
-webkit-box-orient: horizontal;
|
|
@@ -556,6 +556,12 @@
|
|
|
556
556
|
-ms-flex-direction: column;
|
|
557
557
|
flex-direction: column;
|
|
558
558
|
}
|
|
559
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
560
|
+
-webkit-box-orient: vertical;
|
|
561
|
+
-webkit-box-direction: reverse;
|
|
562
|
+
-ms-flex-direction: column-reverse;
|
|
563
|
+
flex-direction: column-reverse;
|
|
564
|
+
}
|
|
559
565
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
560
566
|
overflow: hidden;
|
|
561
567
|
}
|
|
@@ -802,6 +808,9 @@
|
|
|
802
808
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
803
809
|
margin: 3px 0 0;
|
|
804
810
|
}
|
|
811
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
812
|
+
border-style: solid;
|
|
813
|
+
}
|
|
805
814
|
|
|
806
815
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
807
816
|
-webkit-box-orient: horizontal;
|
package/styles/bootstrap.css
CHANGED
|
@@ -692,6 +692,12 @@
|
|
|
692
692
|
-ms-flex-direction: column;
|
|
693
693
|
flex-direction: column;
|
|
694
694
|
}
|
|
695
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
696
|
+
-webkit-box-orient: vertical;
|
|
697
|
+
-webkit-box-direction: reverse;
|
|
698
|
+
-ms-flex-direction: column-reverse;
|
|
699
|
+
flex-direction: column-reverse;
|
|
700
|
+
}
|
|
695
701
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
696
702
|
overflow: hidden;
|
|
697
703
|
}
|
|
@@ -938,6 +944,9 @@
|
|
|
938
944
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
939
945
|
margin: 3px 0 0;
|
|
940
946
|
}
|
|
947
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
948
|
+
border-style: solid;
|
|
949
|
+
}
|
|
941
950
|
|
|
942
951
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
943
952
|
-webkit-box-orient: horizontal;
|
|
@@ -552,6 +552,12 @@
|
|
|
552
552
|
-ms-flex-direction: column;
|
|
553
553
|
flex-direction: column;
|
|
554
554
|
}
|
|
555
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
556
|
+
-webkit-box-orient: vertical;
|
|
557
|
+
-webkit-box-direction: reverse;
|
|
558
|
+
-ms-flex-direction: column-reverse;
|
|
559
|
+
flex-direction: column-reverse;
|
|
560
|
+
}
|
|
555
561
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
556
562
|
overflow: hidden;
|
|
557
563
|
}
|
|
@@ -798,6 +804,9 @@
|
|
|
798
804
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
799
805
|
margin: 3px 0 0;
|
|
800
806
|
}
|
|
807
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
808
|
+
border-style: solid;
|
|
809
|
+
}
|
|
801
810
|
|
|
802
811
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
803
812
|
-webkit-box-orient: horizontal;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -696,6 +696,12 @@
|
|
|
696
696
|
-ms-flex-direction: column;
|
|
697
697
|
flex-direction: column;
|
|
698
698
|
}
|
|
699
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
700
|
+
-webkit-box-orient: vertical;
|
|
701
|
+
-webkit-box-direction: reverse;
|
|
702
|
+
-ms-flex-direction: column-reverse;
|
|
703
|
+
flex-direction: column-reverse;
|
|
704
|
+
}
|
|
699
705
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
700
706
|
overflow: hidden;
|
|
701
707
|
}
|
|
@@ -942,6 +948,9 @@
|
|
|
942
948
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
943
949
|
margin: 3px 0 0;
|
|
944
950
|
}
|
|
951
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
952
|
+
border-style: solid;
|
|
953
|
+
}
|
|
945
954
|
|
|
946
955
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
947
956
|
-webkit-box-orient: horizontal;
|
|
@@ -562,6 +562,12 @@
|
|
|
562
562
|
-ms-flex-direction: column;
|
|
563
563
|
flex-direction: column;
|
|
564
564
|
}
|
|
565
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
566
|
+
-webkit-box-orient: vertical;
|
|
567
|
+
-webkit-box-direction: reverse;
|
|
568
|
+
-ms-flex-direction: column-reverse;
|
|
569
|
+
flex-direction: column-reverse;
|
|
570
|
+
}
|
|
565
571
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
566
572
|
overflow: hidden;
|
|
567
573
|
}
|
|
@@ -808,6 +814,9 @@
|
|
|
808
814
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
809
815
|
margin: 3px 0 0;
|
|
810
816
|
}
|
|
817
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
818
|
+
border-style: solid;
|
|
819
|
+
}
|
|
811
820
|
|
|
812
821
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
813
822
|
-webkit-box-orient: horizontal;
|
|
@@ -698,6 +698,12 @@
|
|
|
698
698
|
-ms-flex-direction: column;
|
|
699
699
|
flex-direction: column;
|
|
700
700
|
}
|
|
701
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
702
|
+
-webkit-box-orient: vertical;
|
|
703
|
+
-webkit-box-direction: reverse;
|
|
704
|
+
-ms-flex-direction: column-reverse;
|
|
705
|
+
flex-direction: column-reverse;
|
|
706
|
+
}
|
|
701
707
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
702
708
|
overflow: hidden;
|
|
703
709
|
}
|
|
@@ -944,6 +950,9 @@
|
|
|
944
950
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
945
951
|
margin: 3px 0 0;
|
|
946
952
|
}
|
|
953
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
954
|
+
border-style: solid;
|
|
955
|
+
}
|
|
947
956
|
|
|
948
957
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
949
958
|
-webkit-box-orient: horizontal;
|
|
@@ -562,6 +562,12 @@
|
|
|
562
562
|
-ms-flex-direction: column;
|
|
563
563
|
flex-direction: column;
|
|
564
564
|
}
|
|
565
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
566
|
+
-webkit-box-orient: vertical;
|
|
567
|
+
-webkit-box-direction: reverse;
|
|
568
|
+
-ms-flex-direction: column-reverse;
|
|
569
|
+
flex-direction: column-reverse;
|
|
570
|
+
}
|
|
565
571
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
566
572
|
overflow: hidden;
|
|
567
573
|
}
|
|
@@ -808,6 +814,9 @@
|
|
|
808
814
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
809
815
|
margin: 3px 0 0;
|
|
810
816
|
}
|
|
817
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
818
|
+
border-style: solid;
|
|
819
|
+
}
|
|
811
820
|
|
|
812
821
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
813
822
|
-webkit-box-orient: horizontal;
|
|
@@ -565,6 +565,12 @@
|
|
|
565
565
|
-ms-flex-direction: column;
|
|
566
566
|
flex-direction: column;
|
|
567
567
|
}
|
|
568
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
569
|
+
-webkit-box-orient: vertical;
|
|
570
|
+
-webkit-box-direction: reverse;
|
|
571
|
+
-ms-flex-direction: column-reverse;
|
|
572
|
+
flex-direction: column-reverse;
|
|
573
|
+
}
|
|
568
574
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
569
575
|
overflow: hidden;
|
|
570
576
|
}
|
|
@@ -811,6 +817,9 @@
|
|
|
811
817
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
812
818
|
margin: 3px 0 0;
|
|
813
819
|
}
|
|
820
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
821
|
+
border-style: solid;
|
|
822
|
+
}
|
|
814
823
|
|
|
815
824
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
816
825
|
-webkit-box-orient: horizontal;
|
package/styles/bootstrap5.3.css
CHANGED
|
@@ -701,6 +701,12 @@
|
|
|
701
701
|
-ms-flex-direction: column;
|
|
702
702
|
flex-direction: column;
|
|
703
703
|
}
|
|
704
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
705
|
+
-webkit-box-orient: vertical;
|
|
706
|
+
-webkit-box-direction: reverse;
|
|
707
|
+
-ms-flex-direction: column-reverse;
|
|
708
|
+
flex-direction: column-reverse;
|
|
709
|
+
}
|
|
704
710
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
705
711
|
overflow: hidden;
|
|
706
712
|
}
|
|
@@ -947,6 +953,9 @@
|
|
|
947
953
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
948
954
|
margin: 3px 0 0;
|
|
949
955
|
}
|
|
956
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
957
|
+
border-style: solid;
|
|
958
|
+
}
|
|
950
959
|
|
|
951
960
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
952
961
|
-webkit-box-orient: horizontal;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -698,6 +698,12 @@
|
|
|
698
698
|
-ms-flex-direction: column;
|
|
699
699
|
flex-direction: column;
|
|
700
700
|
}
|
|
701
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
702
|
+
-webkit-box-orient: vertical;
|
|
703
|
+
-webkit-box-direction: reverse;
|
|
704
|
+
-ms-flex-direction: column-reverse;
|
|
705
|
+
flex-direction: column-reverse;
|
|
706
|
+
}
|
|
701
707
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
702
708
|
overflow: hidden;
|
|
703
709
|
}
|
|
@@ -944,6 +950,9 @@
|
|
|
944
950
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
945
951
|
margin: 3px 0 0;
|
|
946
952
|
}
|
|
953
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
954
|
+
border-style: solid;
|
|
955
|
+
}
|
|
947
956
|
|
|
948
957
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
949
958
|
-webkit-box-orient: horizontal;
|
|
@@ -556,6 +556,12 @@
|
|
|
556
556
|
-ms-flex-direction: column;
|
|
557
557
|
flex-direction: column;
|
|
558
558
|
}
|
|
559
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
560
|
+
-webkit-box-orient: vertical;
|
|
561
|
+
-webkit-box-direction: reverse;
|
|
562
|
+
-ms-flex-direction: column-reverse;
|
|
563
|
+
flex-direction: column-reverse;
|
|
564
|
+
}
|
|
559
565
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
560
566
|
overflow: hidden;
|
|
561
567
|
}
|
|
@@ -802,6 +808,9 @@
|
|
|
802
808
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
803
809
|
margin: 3px 0 0;
|
|
804
810
|
}
|
|
811
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
812
|
+
border-style: solid;
|
|
813
|
+
}
|
|
805
814
|
|
|
806
815
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
807
816
|
-webkit-box-orient: horizontal;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -691,6 +691,12 @@
|
|
|
691
691
|
-ms-flex-direction: column;
|
|
692
692
|
flex-direction: column;
|
|
693
693
|
}
|
|
694
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
695
|
+
-webkit-box-orient: vertical;
|
|
696
|
+
-webkit-box-direction: reverse;
|
|
697
|
+
-ms-flex-direction: column-reverse;
|
|
698
|
+
flex-direction: column-reverse;
|
|
699
|
+
}
|
|
694
700
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
695
701
|
overflow: hidden;
|
|
696
702
|
}
|
|
@@ -937,6 +943,9 @@
|
|
|
937
943
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
938
944
|
margin: 3px 0 0;
|
|
939
945
|
}
|
|
946
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
947
|
+
border-style: solid;
|
|
948
|
+
}
|
|
940
949
|
|
|
941
950
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
942
951
|
-webkit-box-orient: horizontal;
|
package/styles/fabric-lite.css
CHANGED
|
@@ -565,6 +565,12 @@
|
|
|
565
565
|
-ms-flex-direction: column;
|
|
566
566
|
flex-direction: column;
|
|
567
567
|
}
|
|
568
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
569
|
+
-webkit-box-orient: vertical;
|
|
570
|
+
-webkit-box-direction: reverse;
|
|
571
|
+
-ms-flex-direction: column-reverse;
|
|
572
|
+
flex-direction: column-reverse;
|
|
573
|
+
}
|
|
568
574
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
569
575
|
overflow: hidden;
|
|
570
576
|
}
|
|
@@ -811,6 +817,9 @@
|
|
|
811
817
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
812
818
|
margin: 3px 0 0;
|
|
813
819
|
}
|
|
820
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
821
|
+
border-style: solid;
|
|
822
|
+
}
|
|
814
823
|
|
|
815
824
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
816
825
|
-webkit-box-orient: horizontal;
|
package/styles/fabric.css
CHANGED
|
@@ -701,6 +701,12 @@
|
|
|
701
701
|
-ms-flex-direction: column;
|
|
702
702
|
flex-direction: column;
|
|
703
703
|
}
|
|
704
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
705
|
+
-webkit-box-orient: vertical;
|
|
706
|
+
-webkit-box-direction: reverse;
|
|
707
|
+
-ms-flex-direction: column-reverse;
|
|
708
|
+
flex-direction: column-reverse;
|
|
709
|
+
}
|
|
704
710
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
705
711
|
overflow: hidden;
|
|
706
712
|
}
|
|
@@ -947,6 +953,9 @@
|
|
|
947
953
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
948
954
|
margin: 3px 0 0;
|
|
949
955
|
}
|
|
956
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
957
|
+
border-style: solid;
|
|
958
|
+
}
|
|
950
959
|
|
|
951
960
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
952
961
|
-webkit-box-orient: horizontal;
|
|
@@ -576,6 +576,12 @@
|
|
|
576
576
|
-ms-flex-direction: column;
|
|
577
577
|
flex-direction: column;
|
|
578
578
|
}
|
|
579
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
580
|
+
-webkit-box-orient: vertical;
|
|
581
|
+
-webkit-box-direction: reverse;
|
|
582
|
+
-ms-flex-direction: column-reverse;
|
|
583
|
+
flex-direction: column-reverse;
|
|
584
|
+
}
|
|
579
585
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
580
586
|
overflow: hidden;
|
|
581
587
|
}
|
|
@@ -822,6 +828,9 @@
|
|
|
822
828
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
823
829
|
margin: 3px 0 0;
|
|
824
830
|
}
|
|
831
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
832
|
+
border-style: solid;
|
|
833
|
+
}
|
|
825
834
|
|
|
826
835
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
827
836
|
-webkit-box-orient: horizontal;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -719,6 +719,12 @@
|
|
|
719
719
|
-ms-flex-direction: column;
|
|
720
720
|
flex-direction: column;
|
|
721
721
|
}
|
|
722
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
723
|
+
-webkit-box-orient: vertical;
|
|
724
|
+
-webkit-box-direction: reverse;
|
|
725
|
+
-ms-flex-direction: column-reverse;
|
|
726
|
+
flex-direction: column-reverse;
|
|
727
|
+
}
|
|
722
728
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
723
729
|
overflow: hidden;
|
|
724
730
|
}
|
|
@@ -965,6 +971,9 @@
|
|
|
965
971
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
966
972
|
margin: 3px 0 0;
|
|
967
973
|
}
|
|
974
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
975
|
+
border-style: solid;
|
|
976
|
+
}
|
|
968
977
|
|
|
969
978
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
970
979
|
-webkit-box-orient: horizontal;
|
package/styles/fluent-lite.css
CHANGED
|
@@ -576,6 +576,12 @@
|
|
|
576
576
|
-ms-flex-direction: column;
|
|
577
577
|
flex-direction: column;
|
|
578
578
|
}
|
|
579
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
580
|
+
-webkit-box-orient: vertical;
|
|
581
|
+
-webkit-box-direction: reverse;
|
|
582
|
+
-ms-flex-direction: column-reverse;
|
|
583
|
+
flex-direction: column-reverse;
|
|
584
|
+
}
|
|
579
585
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
580
586
|
overflow: hidden;
|
|
581
587
|
}
|
|
@@ -822,6 +828,9 @@
|
|
|
822
828
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
823
829
|
margin: 3px 0 0;
|
|
824
830
|
}
|
|
831
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
832
|
+
border-style: solid;
|
|
833
|
+
}
|
|
825
834
|
|
|
826
835
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
827
836
|
-webkit-box-orient: horizontal;
|
package/styles/fluent.css
CHANGED
|
@@ -719,6 +719,12 @@
|
|
|
719
719
|
-ms-flex-direction: column;
|
|
720
720
|
flex-direction: column;
|
|
721
721
|
}
|
|
722
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
723
|
+
-webkit-box-orient: vertical;
|
|
724
|
+
-webkit-box-direction: reverse;
|
|
725
|
+
-ms-flex-direction: column-reverse;
|
|
726
|
+
flex-direction: column-reverse;
|
|
727
|
+
}
|
|
722
728
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
723
729
|
overflow: hidden;
|
|
724
730
|
}
|
|
@@ -965,6 +971,9 @@
|
|
|
965
971
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
966
972
|
margin: 3px 0 0;
|
|
967
973
|
}
|
|
974
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
975
|
+
border-style: solid;
|
|
976
|
+
}
|
|
968
977
|
|
|
969
978
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
970
979
|
-webkit-box-orient: horizontal;
|
package/styles/fluent2-lite.css
CHANGED
|
@@ -568,6 +568,12 @@
|
|
|
568
568
|
-ms-flex-direction: column;
|
|
569
569
|
flex-direction: column;
|
|
570
570
|
}
|
|
571
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
572
|
+
-webkit-box-orient: vertical;
|
|
573
|
+
-webkit-box-direction: reverse;
|
|
574
|
+
-ms-flex-direction: column-reverse;
|
|
575
|
+
flex-direction: column-reverse;
|
|
576
|
+
}
|
|
571
577
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
572
578
|
overflow: hidden;
|
|
573
579
|
}
|
|
@@ -814,6 +820,9 @@
|
|
|
814
820
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
815
821
|
margin: 3px 0 0;
|
|
816
822
|
}
|
|
823
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
824
|
+
border-style: solid;
|
|
825
|
+
}
|
|
817
826
|
|
|
818
827
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
819
828
|
-webkit-box-orient: horizontal;
|
package/styles/fluent2.css
CHANGED
|
@@ -706,6 +706,12 @@
|
|
|
706
706
|
-ms-flex-direction: column;
|
|
707
707
|
flex-direction: column;
|
|
708
708
|
}
|
|
709
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
710
|
+
-webkit-box-orient: vertical;
|
|
711
|
+
-webkit-box-direction: reverse;
|
|
712
|
+
-ms-flex-direction: column-reverse;
|
|
713
|
+
flex-direction: column-reverse;
|
|
714
|
+
}
|
|
709
715
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
710
716
|
overflow: hidden;
|
|
711
717
|
}
|
|
@@ -952,6 +958,9 @@
|
|
|
952
958
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
953
959
|
margin: 3px 0 0;
|
|
954
960
|
}
|
|
961
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
962
|
+
border-style: solid;
|
|
963
|
+
}
|
|
955
964
|
|
|
956
965
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
957
966
|
-webkit-box-orient: horizontal;
|
|
@@ -556,6 +556,12 @@
|
|
|
556
556
|
-ms-flex-direction: column;
|
|
557
557
|
flex-direction: column;
|
|
558
558
|
}
|
|
559
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
560
|
+
-webkit-box-orient: vertical;
|
|
561
|
+
-webkit-box-direction: reverse;
|
|
562
|
+
-ms-flex-direction: column-reverse;
|
|
563
|
+
flex-direction: column-reverse;
|
|
564
|
+
}
|
|
559
565
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
560
566
|
overflow: hidden;
|
|
561
567
|
}
|
|
@@ -802,6 +808,9 @@
|
|
|
802
808
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
803
809
|
margin: 3px 0 0;
|
|
804
810
|
}
|
|
811
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
812
|
+
border-style: solid;
|
|
813
|
+
}
|
|
805
814
|
|
|
806
815
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
807
816
|
-webkit-box-orient: horizontal;
|
|
@@ -691,6 +691,12 @@
|
|
|
691
691
|
-ms-flex-direction: column;
|
|
692
692
|
flex-direction: column;
|
|
693
693
|
}
|
|
694
|
+
.e-splitter.e-splitter-vertical.e-reverse {
|
|
695
|
+
-webkit-box-orient: vertical;
|
|
696
|
+
-webkit-box-direction: reverse;
|
|
697
|
+
-ms-flex-direction: column-reverse;
|
|
698
|
+
flex-direction: column-reverse;
|
|
699
|
+
}
|
|
694
700
|
.e-splitter.e-splitter-vertical.e-pane.e-scrollable {
|
|
695
701
|
overflow: hidden;
|
|
696
702
|
}
|
|
@@ -937,6 +943,9 @@
|
|
|
937
943
|
.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
|
|
938
944
|
margin: 3px 0 0;
|
|
939
945
|
}
|
|
946
|
+
.e-splitter .e-split-bar .e-navigate-arrow {
|
|
947
|
+
border-style: solid;
|
|
948
|
+
}
|
|
940
949
|
|
|
941
950
|
.e-rtl .e-splitter.e-splitter-horizontal {
|
|
942
951
|
-webkit-box-orient: horizontal;
|