@syncfusion/ej2-navigations 21.1.38 → 21.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -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 +68 -54
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +68 -54
- 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 +12 -15
- package/src/common/h-scroll.js +1 -0
- package/src/common/menu-base.d.ts +1 -0
- package/src/common/menu-base.js +26 -20
- package/src/common/v-scroll.js +1 -1
- package/src/tab/tab.d.ts +1 -0
- package/src/tab/tab.js +35 -28
- package/src/treeview/treeview.js +5 -5
- package/styles/bootstrap-dark.css +35 -26
- package/styles/bootstrap.css +35 -26
- package/styles/bootstrap4.css +35 -26
- package/styles/bootstrap5-dark.css +44 -35
- package/styles/bootstrap5.css +44 -35
- package/styles/context-menu/_bootstrap5-definition.scss +1 -1
- package/styles/context-menu/bootstrap5-dark.css +4 -4
- package/styles/context-menu/bootstrap5.css +4 -4
- package/styles/fabric-dark.css +35 -26
- package/styles/fabric.css +35 -26
- package/styles/fluent-dark.css +35 -26
- package/styles/fluent.css +35 -26
- package/styles/highcontrast-light.css +35 -26
- package/styles/highcontrast.css +37 -27
- package/styles/material-dark.css +35 -26
- package/styles/material.css +35 -26
- package/styles/menu/_bootstrap5-definition.scss +1 -1
- package/styles/menu/bootstrap5-dark.css +5 -5
- package/styles/menu/bootstrap5.css +5 -5
- package/styles/tab/_icons.scss +0 -8
- package/styles/tab/bootstrap-dark.css +0 -10
- package/styles/tab/bootstrap.css +0 -10
- package/styles/tab/bootstrap4.css +0 -10
- package/styles/tab/bootstrap5-dark.css +0 -10
- package/styles/tab/bootstrap5.css +0 -10
- package/styles/tab/fabric-dark.css +0 -10
- package/styles/tab/fabric.css +0 -10
- package/styles/tab/fluent-dark.css +0 -10
- package/styles/tab/fluent.css +0 -10
- package/styles/tab/highcontrast-light.css +0 -10
- package/styles/tab/highcontrast.css +0 -10
- package/styles/tab/icons/_bootstrap-dark.scss +0 -8
- package/styles/tab/icons/_bootstrap.scss +0 -8
- package/styles/tab/icons/_bootstrap4.scss +0 -12
- package/styles/tab/icons/_bootstrap5.scss +0 -12
- package/styles/tab/icons/_fabric-dark.scss +0 -8
- package/styles/tab/icons/_fabric.scss +0 -8
- package/styles/tab/icons/_fluent.scss +0 -8
- package/styles/tab/icons/_fusionnew.scss +0 -12
- package/styles/tab/icons/_highcontrast-light.scss +0 -12
- package/styles/tab/icons/_highcontrast.scss +0 -12
- package/styles/tab/icons/_material-dark.scss +0 -12
- package/styles/tab/icons/_material.scss +0 -12
- package/styles/tab/icons/_material3.scss +0 -12
- package/styles/tab/icons/_tailwind.scss +0 -12
- package/styles/tab/material-dark.css +0 -10
- package/styles/tab/material.css +0 -10
- package/styles/tab/tailwind-dark.css +0 -10
- package/styles/tab/tailwind.css +0 -10
- package/styles/tailwind-dark.css +35 -26
- package/styles/tailwind.css +35 -26
- package/styles/treeview/_theme.scss +20 -10
- package/styles/treeview/bootstrap-dark.css +35 -16
- package/styles/treeview/bootstrap.css +35 -16
- package/styles/treeview/bootstrap4.css +35 -16
- package/styles/treeview/bootstrap5-dark.css +35 -16
- package/styles/treeview/bootstrap5.css +35 -16
- package/styles/treeview/fabric-dark.css +35 -16
- package/styles/treeview/fabric.css +35 -16
- package/styles/treeview/fluent-dark.css +35 -16
- package/styles/treeview/fluent.css +35 -16
- package/styles/treeview/highcontrast-light.css +35 -16
- package/styles/treeview/highcontrast.css +37 -17
- package/styles/treeview/material-dark.css +35 -16
- package/styles/treeview/material.css +35 -16
- package/styles/treeview/tailwind-dark.css +35 -16
- package/styles/treeview/tailwind.css +35 -16
package/styles/tab/bootstrap.css
CHANGED
|
@@ -11,19 +11,9 @@
|
|
|
11
11
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
12
12
|
content: "\e988";
|
|
13
13
|
}
|
|
14
|
-
@media screen and (max-width: 480px) {
|
|
15
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
16
|
-
content: "\e936";
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
14
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
20
15
|
content: "\e968";
|
|
21
16
|
}
|
|
22
|
-
@media screen and (max-width: 480px) {
|
|
23
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
24
|
-
content: "\e936";
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
17
|
@media screen and (max-width: 480px) {
|
|
28
18
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
29
19
|
content: "\e918";
|
|
@@ -12,16 +12,6 @@
|
|
|
12
12
|
content: "\e745";
|
|
13
13
|
position: relative;
|
|
14
14
|
}
|
|
15
|
-
@media screen and (max-width: 480px) {
|
|
16
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
17
|
-
content: "\e781";
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
@media screen and (max-width: 480px) {
|
|
21
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
22
|
-
content: "\e781";
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
15
|
@media screen and (max-width: 480px) {
|
|
26
16
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
27
17
|
content: "\e721";
|
|
@@ -10,16 +10,6 @@
|
|
|
10
10
|
content: "\e7e7";
|
|
11
11
|
position: relative;
|
|
12
12
|
}
|
|
13
|
-
@media screen and (max-width: 480px) {
|
|
14
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
15
|
-
content: "\e770";
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
@media screen and (max-width: 480px) {
|
|
19
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
20
|
-
content: "\e770";
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
13
|
@media screen and (max-width: 480px) {
|
|
24
14
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
25
15
|
content: "\e776";
|
|
@@ -10,16 +10,6 @@
|
|
|
10
10
|
content: "\e7e7";
|
|
11
11
|
position: relative;
|
|
12
12
|
}
|
|
13
|
-
@media screen and (max-width: 480px) {
|
|
14
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
15
|
-
content: "\e770";
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
@media screen and (max-width: 480px) {
|
|
19
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
20
|
-
content: "\e770";
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
13
|
@media screen and (max-width: 480px) {
|
|
24
14
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
25
15
|
content: "\e776";
|
|
@@ -6,19 +6,9 @@
|
|
|
6
6
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
7
7
|
content: "\e85e";
|
|
8
8
|
}
|
|
9
|
-
@media screen and (max-width: 480px) {
|
|
10
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
11
|
-
content: "\e976";
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
9
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
15
10
|
content: "\e84f";
|
|
16
11
|
}
|
|
17
|
-
@media screen and (max-width: 480px) {
|
|
18
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
19
|
-
content: "\e976";
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
12
|
@media screen and (max-width: 480px) {
|
|
23
13
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
24
14
|
content: "\e85e";
|
package/styles/tab/fabric.css
CHANGED
|
@@ -11,19 +11,9 @@
|
|
|
11
11
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
12
12
|
content: "\e85e";
|
|
13
13
|
}
|
|
14
|
-
@media screen and (max-width: 480px) {
|
|
15
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
16
|
-
content: "\e976";
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
14
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
20
15
|
content: "\e84f";
|
|
21
16
|
}
|
|
22
|
-
@media screen and (max-width: 480px) {
|
|
23
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
24
|
-
content: "\e976";
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
17
|
@media screen and (max-width: 480px) {
|
|
28
18
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
29
19
|
content: "\e85e";
|
|
@@ -9,19 +9,9 @@
|
|
|
9
9
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
10
10
|
content: "\e776";
|
|
11
11
|
}
|
|
12
|
-
@media screen and (max-width: 480px) {
|
|
13
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
14
|
-
content: "\e770";
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
12
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
18
13
|
content: "\e729";
|
|
19
14
|
}
|
|
20
|
-
@media screen and (max-width: 480px) {
|
|
21
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
22
|
-
content: "\e770";
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
15
|
@media screen and (max-width: 480px) {
|
|
26
16
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
27
17
|
content: "\e776";
|
package/styles/tab/fluent.css
CHANGED
|
@@ -9,19 +9,9 @@
|
|
|
9
9
|
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
10
10
|
content: "\e776";
|
|
11
11
|
}
|
|
12
|
-
@media screen and (max-width: 480px) {
|
|
13
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
14
|
-
content: "\e770";
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
12
|
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
18
13
|
content: "\e729";
|
|
19
14
|
}
|
|
20
|
-
@media screen and (max-width: 480px) {
|
|
21
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
22
|
-
content: "\e770";
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
15
|
@media screen and (max-width: 480px) {
|
|
26
16
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
27
17
|
content: "\e776";
|
|
@@ -3,16 +3,6 @@
|
|
|
3
3
|
content: "\e7fc";
|
|
4
4
|
position: relative;
|
|
5
5
|
}
|
|
6
|
-
@media screen and (max-width: 480px) {
|
|
7
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
8
|
-
content: "\e976";
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
@media screen and (max-width: 480px) {
|
|
12
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
13
|
-
content: "\e976";
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
6
|
@media screen and (max-width: 480px) {
|
|
17
7
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
18
8
|
content: "\e85e";
|
|
@@ -14,16 +14,6 @@
|
|
|
14
14
|
content: "\e7fc";
|
|
15
15
|
position: relative;
|
|
16
16
|
}
|
|
17
|
-
@media screen and (max-width: 480px) {
|
|
18
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
19
|
-
content: "\e976";
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
@media screen and (max-width: 480px) {
|
|
23
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
24
|
-
content: "\e976";
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
17
|
@media screen and (max-width: 480px) {
|
|
28
18
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
29
19
|
content: "\e85e";
|
|
@@ -12,18 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
.e-popup-up-icon::before {
|
|
14
14
|
content: '\e988';
|
|
15
|
-
|
|
16
|
-
@media screen and (max-width: 480px) {
|
|
17
|
-
content: '\e936';
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
|
|
21
17
|
.e-popup-down-icon::before {
|
|
22
18
|
content: '\e968';
|
|
23
|
-
|
|
24
|
-
@media screen and (max-width: 480px) {
|
|
25
|
-
content: '\e936';
|
|
26
|
-
}
|
|
27
19
|
}
|
|
28
20
|
}
|
|
29
21
|
|
|
@@ -12,18 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
.e-popup-up-icon::before {
|
|
14
14
|
content: '\e988';
|
|
15
|
-
|
|
16
|
-
@media screen and (max-width: 480px) {
|
|
17
|
-
content: '\e936';
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
|
|
21
17
|
.e-popup-down-icon::before {
|
|
22
18
|
content: '\e968';
|
|
23
|
-
|
|
24
|
-
@media screen and (max-width: 480px) {
|
|
25
|
-
content: '\e936';
|
|
26
|
-
}
|
|
27
19
|
}
|
|
28
20
|
}
|
|
29
21
|
|
|
@@ -20,18 +20,6 @@
|
|
|
20
20
|
content: '\e745';
|
|
21
21
|
position: relative;
|
|
22
22
|
}
|
|
23
|
-
|
|
24
|
-
.e-popup-up-icon::before {
|
|
25
|
-
@media screen and (max-width: 480px) {
|
|
26
|
-
content: '\e781';
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.e-popup-down-icon::before {
|
|
31
|
-
@media screen and (max-width: 480px) {
|
|
32
|
-
content: '\e781';
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
23
|
}
|
|
36
24
|
|
|
37
25
|
&.e-vertical-icon .e-tab-header {
|
|
@@ -9,18 +9,6 @@
|
|
|
9
9
|
content: '\e7e7';
|
|
10
10
|
position: relative;
|
|
11
11
|
}
|
|
12
|
-
|
|
13
|
-
.e-popup-up-icon::before {
|
|
14
|
-
@media screen and (max-width: 480px) {
|
|
15
|
-
content: '\e770';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-popup-down-icon::before {
|
|
20
|
-
@media screen and (max-width: 480px) {
|
|
21
|
-
content: '\e770';
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
12
|
}
|
|
25
13
|
|
|
26
14
|
&.e-vertical-icon .e-tab-header {
|
|
@@ -12,18 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
.e-popup-up-icon::before {
|
|
14
14
|
content: '\e85e';
|
|
15
|
-
|
|
16
|
-
@media screen and (max-width: 480px) {
|
|
17
|
-
content: '\e976';
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
|
|
21
17
|
.e-popup-down-icon::before {
|
|
22
18
|
content: '\e84f';
|
|
23
|
-
|
|
24
|
-
@media screen and (max-width: 480px) {
|
|
25
|
-
content: '\e976';
|
|
26
|
-
}
|
|
27
19
|
}
|
|
28
20
|
}
|
|
29
21
|
|
|
@@ -12,18 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
.e-popup-up-icon::before {
|
|
14
14
|
content: '\e85e';
|
|
15
|
-
|
|
16
|
-
@media screen and (max-width: 480px) {
|
|
17
|
-
content: '\e976';
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
|
|
21
17
|
.e-popup-down-icon::before {
|
|
22
18
|
content: '\e84f';
|
|
23
|
-
|
|
24
|
-
@media screen and (max-width: 480px) {
|
|
25
|
-
content: '\e976';
|
|
26
|
-
}
|
|
27
19
|
}
|
|
28
20
|
}
|
|
29
21
|
|
|
@@ -12,18 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
.e-popup-up-icon::before {
|
|
14
14
|
content: '\e776';
|
|
15
|
-
|
|
16
|
-
@media screen and (max-width: 480px) {
|
|
17
|
-
content: '\e770';
|
|
18
|
-
}
|
|
19
15
|
}
|
|
20
16
|
|
|
21
17
|
.e-popup-down-icon::before {
|
|
22
18
|
content: '\e729';
|
|
23
|
-
|
|
24
|
-
@media screen and (max-width: 480px) {
|
|
25
|
-
content: '\e770';
|
|
26
|
-
}
|
|
27
19
|
}
|
|
28
20
|
}
|
|
29
21
|
|
|
@@ -9,18 +9,6 @@
|
|
|
9
9
|
content: '\e7e7';
|
|
10
10
|
position: relative;
|
|
11
11
|
}
|
|
12
|
-
|
|
13
|
-
.e-popup-up-icon::before {
|
|
14
|
-
@media screen and (max-width: 480px) {
|
|
15
|
-
content: '\e770';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-popup-down-icon::before {
|
|
20
|
-
@media screen and (max-width: 480px) {
|
|
21
|
-
content: '\e770';
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
12
|
}
|
|
25
13
|
|
|
26
14
|
&.e-vertical-icon .e-tab-header {
|
|
@@ -9,18 +9,6 @@
|
|
|
9
9
|
content: '\e7fc';
|
|
10
10
|
position: relative;
|
|
11
11
|
}
|
|
12
|
-
|
|
13
|
-
.e-popup-up-icon::before {
|
|
14
|
-
@media screen and (max-width: 480px) {
|
|
15
|
-
content: '\e976';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-popup-down-icon::before {
|
|
20
|
-
@media screen and (max-width: 480px) {
|
|
21
|
-
content: '\e976';
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
12
|
}
|
|
25
13
|
|
|
26
14
|
&.e-vertical-icon .e-tab-header {
|
|
@@ -20,18 +20,6 @@
|
|
|
20
20
|
content: '\e7fc';
|
|
21
21
|
position: relative;
|
|
22
22
|
}
|
|
23
|
-
|
|
24
|
-
.e-popup-up-icon::before {
|
|
25
|
-
@media screen and (max-width: 480px) {
|
|
26
|
-
content: '\e976';
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.e-popup-down-icon::before {
|
|
31
|
-
@media screen and (max-width: 480px) {
|
|
32
|
-
content: '\e976';
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
23
|
}
|
|
36
24
|
|
|
37
25
|
&.e-vertical-icon .e-tab-header {
|
|
@@ -9,18 +9,6 @@
|
|
|
9
9
|
content: '\e7fc';
|
|
10
10
|
position: relative;
|
|
11
11
|
}
|
|
12
|
-
|
|
13
|
-
.e-popup-up-icon::before {
|
|
14
|
-
@media screen and (max-width: 480px) {
|
|
15
|
-
content: '\e984';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-popup-down-icon::before {
|
|
20
|
-
@media screen and (max-width: 480px) {
|
|
21
|
-
content: '\e984';
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
12
|
}
|
|
25
13
|
|
|
26
14
|
&.e-vertical-icon .e-tab-header {
|
|
@@ -9,18 +9,6 @@
|
|
|
9
9
|
content: '\e7fc';
|
|
10
10
|
position: relative;
|
|
11
11
|
}
|
|
12
|
-
|
|
13
|
-
.e-popup-up-icon::before {
|
|
14
|
-
@media screen and (max-width: 480px) {
|
|
15
|
-
content: '\e984';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-popup-down-icon::before {
|
|
20
|
-
@media screen and (max-width: 480px) {
|
|
21
|
-
content: '\e984';
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
12
|
}
|
|
25
13
|
|
|
26
14
|
&.e-vertical-icon .e-tab-header {
|
|
@@ -9,18 +9,6 @@
|
|
|
9
9
|
content: '\e7e7';
|
|
10
10
|
position: relative;
|
|
11
11
|
}
|
|
12
|
-
|
|
13
|
-
.e-popup-up-icon::before {
|
|
14
|
-
@media screen and (max-width: 480px) {
|
|
15
|
-
content: '\e770';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-popup-down-icon::before {
|
|
20
|
-
@media screen and (max-width: 480px) {
|
|
21
|
-
content: '\e770';
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
12
|
}
|
|
25
13
|
|
|
26
14
|
&.e-vertical-icon .e-tab-header {
|
|
@@ -9,18 +9,6 @@
|
|
|
9
9
|
content: '\e7e7';
|
|
10
10
|
position: relative;
|
|
11
11
|
}
|
|
12
|
-
|
|
13
|
-
.e-popup-up-icon::before {
|
|
14
|
-
@media screen and (max-width: 480px) {
|
|
15
|
-
content: '\e770';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-popup-down-icon::before {
|
|
20
|
-
@media screen and (max-width: 480px) {
|
|
21
|
-
content: '\e770';
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
12
|
}
|
|
25
13
|
|
|
26
14
|
&.e-vertical-icon .e-tab-header {
|
|
@@ -31,16 +31,6 @@
|
|
|
31
31
|
content: "\e7fc";
|
|
32
32
|
position: relative;
|
|
33
33
|
}
|
|
34
|
-
@media screen and (max-width: 480px) {
|
|
35
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
36
|
-
content: "\e984";
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
@media screen and (max-width: 480px) {
|
|
40
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
41
|
-
content: "\e984";
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
34
|
@media screen and (max-width: 480px) {
|
|
45
35
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
46
36
|
content: "\e82a";
|
package/styles/tab/material.css
CHANGED
|
@@ -37,16 +37,6 @@
|
|
|
37
37
|
content: "\e7fc";
|
|
38
38
|
position: relative;
|
|
39
39
|
}
|
|
40
|
-
@media screen and (max-width: 480px) {
|
|
41
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
42
|
-
content: "\e984";
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
@media screen and (max-width: 480px) {
|
|
46
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
47
|
-
content: "\e984";
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
40
|
@media screen and (max-width: 480px) {
|
|
51
41
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
52
42
|
content: "\e82a";
|
|
@@ -27,16 +27,6 @@
|
|
|
27
27
|
content: "\e7e7";
|
|
28
28
|
position: relative;
|
|
29
29
|
}
|
|
30
|
-
@media screen and (max-width: 480px) {
|
|
31
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
32
|
-
content: "\e770";
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
@media screen and (max-width: 480px) {
|
|
36
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
37
|
-
content: "\e770";
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
30
|
@media screen and (max-width: 480px) {
|
|
41
31
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
42
32
|
content: "\e776";
|
package/styles/tab/tailwind.css
CHANGED
|
@@ -27,16 +27,6 @@
|
|
|
27
27
|
content: "\e7e7";
|
|
28
28
|
position: relative;
|
|
29
29
|
}
|
|
30
|
-
@media screen and (max-width: 480px) {
|
|
31
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
32
|
-
content: "\e770";
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
@media screen and (max-width: 480px) {
|
|
36
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
37
|
-
content: "\e770";
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
30
|
@media screen and (max-width: 480px) {
|
|
41
31
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
42
32
|
content: "\e776";
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -3592,16 +3592,6 @@
|
|
|
3592
3592
|
content: "\e7e7";
|
|
3593
3593
|
position: relative;
|
|
3594
3594
|
}
|
|
3595
|
-
@media screen and (max-width: 480px) {
|
|
3596
|
-
.e-tab .e-tab-header .e-popup-up-icon::before {
|
|
3597
|
-
content: "\e770";
|
|
3598
|
-
}
|
|
3599
|
-
}
|
|
3600
|
-
@media screen and (max-width: 480px) {
|
|
3601
|
-
.e-tab .e-tab-header .e-popup-down-icon::before {
|
|
3602
|
-
content: "\e770";
|
|
3603
|
-
}
|
|
3604
|
-
}
|
|
3605
3595
|
@media screen and (max-width: 480px) {
|
|
3606
3596
|
.e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
|
|
3607
3597
|
content: "\e776";
|
|
@@ -8306,17 +8296,22 @@
|
|
|
8306
8296
|
font-size: 20px;
|
|
8307
8297
|
}
|
|
8308
8298
|
.e-treeview .e-list-item.e-active,
|
|
8309
|
-
.e-treeview .e-list-item.e-hover
|
|
8299
|
+
.e-treeview .e-list-item.e-hover,
|
|
8300
|
+
.e-treeview .e-list-item.e-node-focus {
|
|
8310
8301
|
background: transparent;
|
|
8311
8302
|
}
|
|
8312
|
-
.e-treeview .e-list-item.e-hover > .e-text-content
|
|
8303
|
+
.e-treeview .e-list-item.e-hover > .e-text-content,
|
|
8304
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content {
|
|
8313
8305
|
color: #fff;
|
|
8314
8306
|
}
|
|
8315
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text
|
|
8307
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text,
|
|
8308
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-list-text {
|
|
8316
8309
|
color: #fff;
|
|
8317
8310
|
}
|
|
8318
8311
|
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible,
|
|
8319
|
-
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable
|
|
8312
|
+
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable,
|
|
8313
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8314
|
+
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8320
8315
|
color: #f3f4f6;
|
|
8321
8316
|
}
|
|
8322
8317
|
.e-treeview .e-list-item.e-active > .e-text-content {
|
|
@@ -8329,31 +8324,40 @@
|
|
|
8329
8324
|
.e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable {
|
|
8330
8325
|
color: #fff;
|
|
8331
8326
|
}
|
|
8332
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content
|
|
8327
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content,
|
|
8328
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8333
8329
|
color: #fff;
|
|
8334
8330
|
}
|
|
8335
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text
|
|
8331
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text,
|
|
8332
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-list-text {
|
|
8336
8333
|
color: #fff;
|
|
8337
8334
|
}
|
|
8338
8335
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible,
|
|
8339
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable
|
|
8336
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable,
|
|
8337
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8338
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8340
8339
|
color: #f3f4f6;
|
|
8341
8340
|
}
|
|
8342
8341
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content,
|
|
8343
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content
|
|
8342
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content,
|
|
8343
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
8344
8344
|
color: #fff;
|
|
8345
8345
|
}
|
|
8346
8346
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text,
|
|
8347
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text
|
|
8347
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text,
|
|
8348
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-list-text {
|
|
8348
8349
|
color: #fff;
|
|
8349
8350
|
}
|
|
8350
8351
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
|
|
8351
8352
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable,
|
|
8352
8353
|
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible,
|
|
8353
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable
|
|
8354
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable,
|
|
8355
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-collapsible,
|
|
8356
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content .e-icon-expandable {
|
|
8354
8357
|
color: #d1d5db;
|
|
8355
8358
|
}
|
|
8356
|
-
.e-treeview .e-list-item.e-hover > .e-fullrow
|
|
8359
|
+
.e-treeview .e-list-item.e-hover > .e-fullrow,
|
|
8360
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
8357
8361
|
background-color: #4b5563;
|
|
8358
8362
|
border-color: #4b5563;
|
|
8359
8363
|
}
|
|
@@ -8371,12 +8375,14 @@
|
|
|
8371
8375
|
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text {
|
|
8372
8376
|
color: #fff;
|
|
8373
8377
|
}
|
|
8374
|
-
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow
|
|
8378
|
+
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow,
|
|
8379
|
+
.e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
8375
8380
|
background-color: #4b5563;
|
|
8376
8381
|
border-color: #4b5563;
|
|
8377
8382
|
}
|
|
8378
8383
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
8379
|
-
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow
|
|
8384
|
+
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow,
|
|
8385
|
+
.e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
8380
8386
|
background-color: transparent;
|
|
8381
8387
|
border-color: transparent;
|
|
8382
8388
|
}
|
|
@@ -8407,7 +8413,8 @@
|
|
|
8407
8413
|
.e-treeview .e-popup .e-downtail::after {
|
|
8408
8414
|
border-top-color: #4b5563;
|
|
8409
8415
|
}
|
|
8410
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content
|
|
8416
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content,
|
|
8417
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
8411
8418
|
background-color: #4b5563;
|
|
8412
8419
|
border-color: #4b5563;
|
|
8413
8420
|
}
|
|
@@ -8415,12 +8422,14 @@
|
|
|
8415
8422
|
background-color: #6b7280;
|
|
8416
8423
|
border-color: #6b7280;
|
|
8417
8424
|
}
|
|
8418
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content
|
|
8425
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content,
|
|
8426
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8419
8427
|
background-color: #4b5563;
|
|
8420
8428
|
border-color: #4b5563;
|
|
8421
8429
|
}
|
|
8422
8430
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|
|
8423
|
-
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content
|
|
8431
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content,
|
|
8432
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
8424
8433
|
background-color: transparent;
|
|
8425
8434
|
border-color: transparent;
|
|
8426
8435
|
}
|