@syncfusion/ej2-navigations 24.1.46 → 24.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 +14 -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 +2 -2
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +2 -2
- 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 +11 -11
- package/src/common/menu-base.js +1 -1
- package/src/tab/tab.js +1 -1
- package/styles/bootstrap-dark.css +0 -1
- package/styles/bootstrap.css +0 -1
- package/styles/bootstrap4.css +0 -1
- package/styles/bootstrap5-dark.css +4 -3
- package/styles/bootstrap5.css +4 -3
- package/styles/fabric-dark.css +0 -1
- package/styles/fabric.css +0 -1
- package/styles/fluent-dark.css +0 -1
- package/styles/fluent.css +0 -1
- package/styles/highcontrast-light.css +0 -1
- package/styles/highcontrast.css +0 -1
- package/styles/material-dark.css +0 -1
- package/styles/material.css +0 -1
- package/styles/material3-dark.css +0 -1
- package/styles/material3.css +0 -1
- package/styles/menu/_layout.scss +0 -1
- package/styles/menu/bootstrap-dark.css +0 -1
- package/styles/menu/bootstrap.css +0 -1
- package/styles/menu/bootstrap4.css +0 -1
- package/styles/menu/bootstrap5-dark.css +0 -1
- package/styles/menu/bootstrap5.css +0 -1
- package/styles/menu/fabric-dark.css +0 -1
- package/styles/menu/fabric.css +0 -1
- package/styles/menu/fluent-dark.css +0 -1
- package/styles/menu/fluent.css +0 -1
- package/styles/menu/highcontrast-light.css +0 -1
- package/styles/menu/highcontrast.css +0 -1
- package/styles/menu/material-dark.css +0 -1
- package/styles/menu/material.css +0 -1
- package/styles/menu/material3-dark.css +0 -1
- package/styles/menu/material3.css +0 -1
- package/styles/menu/tailwind-dark.css +0 -1
- package/styles/menu/tailwind.css +0 -1
- package/styles/tailwind-dark.css +0 -1
- package/styles/tailwind.css +0 -1
- package/styles/toolbar/_bootstrap5-definition.scss +2 -2
- package/styles/toolbar/_theme.scss +8 -0
- package/styles/toolbar/bootstrap5-dark.css +4 -2
- package/styles/toolbar/bootstrap5.css +4 -2
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 24.
|
|
3
|
+
* version : 24.2.3
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-navigations@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-navigations@24.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-navigations@24.1.46",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-KW7XrbD/heEk1wlYciwDmeoQvordWRbhimIVB+lTo6zw9lTG+EOYOqxGox0jPOyreKOAroP+3tc8ZcmVLfvGQA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-navigations",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"/@syncfusion/ej2-spreadsheet",
|
|
40
40
|
"/@syncfusion/ej2-vue-navigations"
|
|
41
41
|
],
|
|
42
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-24.1.
|
|
43
|
-
"_shasum": "
|
|
42
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-24.1.46.tgz",
|
|
43
|
+
"_shasum": "f6af13c61f2279fa8f51784ae5270f2d939e54a5",
|
|
44
44
|
"_spec": "@syncfusion/ej2-navigations@*",
|
|
45
45
|
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
|
|
46
46
|
"author": {
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
},
|
|
52
52
|
"bundleDependencies": false,
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@syncfusion/ej2-base": "~24.
|
|
55
|
-
"@syncfusion/ej2-buttons": "~24.
|
|
56
|
-
"@syncfusion/ej2-data": "~24.
|
|
57
|
-
"@syncfusion/ej2-inputs": "~24.
|
|
58
|
-
"@syncfusion/ej2-lists": "~24.
|
|
59
|
-
"@syncfusion/ej2-popups": "~24.
|
|
54
|
+
"@syncfusion/ej2-base": "~24.2.3",
|
|
55
|
+
"@syncfusion/ej2-buttons": "~24.2.3",
|
|
56
|
+
"@syncfusion/ej2-data": "~24.2.3",
|
|
57
|
+
"@syncfusion/ej2-inputs": "~24.2.3",
|
|
58
|
+
"@syncfusion/ej2-lists": "~24.2.3",
|
|
59
|
+
"@syncfusion/ej2-popups": "~24.2.3"
|
|
60
60
|
},
|
|
61
61
|
"deprecated": false,
|
|
62
62
|
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another",
|
|
@@ -161,6 +161,6 @@
|
|
|
161
161
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
162
162
|
},
|
|
163
163
|
"typings": "index.d.ts",
|
|
164
|
-
"version": "24.
|
|
164
|
+
"version": "24.2.3",
|
|
165
165
|
"sideEffects": false
|
|
166
166
|
}
|
package/src/common/menu-base.js
CHANGED
|
@@ -639,7 +639,7 @@ var MenuBase = /** @class */ (function (_super) {
|
|
|
639
639
|
closeArgs = { element: ul_1, parentItem: item_1, items: items_1 };
|
|
640
640
|
_this.trigger('onClose', closeArgs);
|
|
641
641
|
_this.navIdx.pop();
|
|
642
|
-
if (_this.navIdx.length === 0) {
|
|
642
|
+
if (_this.navIdx.length === 0 && e && e.type === 'keyup') {
|
|
643
643
|
_this.showSubMenu = false;
|
|
644
644
|
}
|
|
645
645
|
if (!_this.isMenu) {
|
package/src/tab/tab.js
CHANGED
|
@@ -1086,7 +1086,7 @@ var Tab = /** @class */ (function (_super) {
|
|
|
1086
1086
|
if (isInteracted === void 0) { isInteracted = false; }
|
|
1087
1087
|
this.tbItem = selectAll('.' + CLS_TB_ITEM, this.getTabHeader());
|
|
1088
1088
|
var trg = this.tbItem[value];
|
|
1089
|
-
if (value < 0 || isNaN(value) || this.tbItem.length === 0) {
|
|
1089
|
+
if (value < 0 || isNaN(value) || this.tbItem.length === 0 || !isNOU(trg) && trg.classList.contains(CLS_DISABLE)) {
|
|
1090
1090
|
return;
|
|
1091
1091
|
}
|
|
1092
1092
|
if (value >= 0 && !skipDataBind) {
|
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
|
@@ -2156,6 +2156,7 @@
|
|
|
2156
2156
|
}
|
|
2157
2157
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2158
2158
|
color: #fff;
|
|
2159
|
+
color: #adb5bd;
|
|
2159
2160
|
}
|
|
2160
2161
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
2161
2162
|
background: #5c636a;
|
|
@@ -2167,15 +2168,16 @@
|
|
|
2167
2168
|
}
|
|
2168
2169
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2169
2170
|
color: #adb5bd;
|
|
2171
|
+
color: #fff;
|
|
2170
2172
|
}
|
|
2171
2173
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2172
2174
|
color: #fff;
|
|
2173
2175
|
}
|
|
2174
2176
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2175
|
-
color: #
|
|
2177
|
+
color: #fff;
|
|
2176
2178
|
}
|
|
2177
2179
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2178
|
-
color: #
|
|
2180
|
+
color: #fff;
|
|
2179
2181
|
}
|
|
2180
2182
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
2181
2183
|
background: #565e64;
|
|
@@ -9156,7 +9158,6 @@ ejs-sidebar {
|
|
|
9156
9158
|
font-size: 16px;
|
|
9157
9159
|
padding: 4px 0;
|
|
9158
9160
|
white-space: nowrap;
|
|
9159
|
-
max-width: 280px;
|
|
9160
9161
|
min-width: 112px;
|
|
9161
9162
|
}
|
|
9162
9163
|
.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2156,6 +2156,7 @@
|
|
|
2156
2156
|
}
|
|
2157
2157
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
2158
2158
|
color: #fff;
|
|
2159
|
+
color: #6c757d;
|
|
2159
2160
|
}
|
|
2160
2161
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
2161
2162
|
background: #5c636a;
|
|
@@ -2167,15 +2168,16 @@
|
|
|
2167
2168
|
}
|
|
2168
2169
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
2169
2170
|
color: #6c757d;
|
|
2171
|
+
color: #fff;
|
|
2170
2172
|
}
|
|
2171
2173
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
2172
2174
|
color: #fff;
|
|
2173
2175
|
}
|
|
2174
2176
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
2175
|
-
color: #
|
|
2177
|
+
color: #fff;
|
|
2176
2178
|
}
|
|
2177
2179
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
2178
|
-
color: #
|
|
2180
|
+
color: #fff;
|
|
2179
2181
|
}
|
|
2180
2182
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
2181
2183
|
background: #565e64;
|
|
@@ -9156,7 +9158,6 @@ ejs-sidebar {
|
|
|
9156
9158
|
font-size: 16px;
|
|
9157
9159
|
padding: 4px 0;
|
|
9158
9160
|
white-space: nowrap;
|
|
9159
|
-
max-width: 280px;
|
|
9160
9161
|
min-width: 112px;
|
|
9161
9162
|
}
|
|
9162
9163
|
.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,
|
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/fluent-dark.css
CHANGED
package/styles/fluent.css
CHANGED
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
package/styles/material3.css
CHANGED
package/styles/menu/_layout.scss
CHANGED
package/styles/menu/fabric.css
CHANGED
package/styles/menu/fluent.css
CHANGED
package/styles/menu/material.css
CHANGED
package/styles/menu/tailwind.css
CHANGED
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED
|
@@ -154,8 +154,8 @@ $tbar-btn-icons-focus-color: $icon-color !default;
|
|
|
154
154
|
$tbar-btn-text-focus-color: $primary-text-color !default;
|
|
155
155
|
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
156
156
|
$tbar-btn-hover-border-size: $tbar-border-size !default;
|
|
157
|
-
$tbar-btn-hover-active-icons-color: $
|
|
158
|
-
$tbar-btn-hover-active-text-color: $
|
|
157
|
+
$tbar-btn-hover-active-icons-color: $primary-text-color !default;
|
|
158
|
+
$tbar-btn-hover-active-text-color: $primary-text-color !default;
|
|
159
159
|
$tbar-btn-overlay-opacity: .5 !default;
|
|
160
160
|
$tbar-btn-active-bg: $tbar-active-bg !default;
|
|
161
161
|
$tbar-btn-active-icons-color: $tbar-default-icon-color !default;
|
|
@@ -55,6 +55,10 @@
|
|
|
55
55
|
|
|
56
56
|
.e-tbar-btn-text {
|
|
57
57
|
color: $tbar-btn-text-focus-color;
|
|
58
|
+
|
|
59
|
+
@if $skin-name == 'bootstrap5' {
|
|
60
|
+
color: $tbar-btn-icons-focus-color;
|
|
61
|
+
}
|
|
58
62
|
}
|
|
59
63
|
}
|
|
60
64
|
|
|
@@ -68,6 +72,10 @@
|
|
|
68
72
|
|
|
69
73
|
.e-icons {
|
|
70
74
|
color: $tbar-btn-icons-focus-color;
|
|
75
|
+
|
|
76
|
+
@if $skin-name == 'bootstrap5' {
|
|
77
|
+
color: $tbar-btn-text-focus-color;
|
|
78
|
+
}
|
|
71
79
|
}
|
|
72
80
|
|
|
73
81
|
.e-tbar-btn-text {
|
|
@@ -867,6 +867,7 @@
|
|
|
867
867
|
}
|
|
868
868
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
869
869
|
color: #fff;
|
|
870
|
+
color: #adb5bd;
|
|
870
871
|
}
|
|
871
872
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
872
873
|
background: #5c636a;
|
|
@@ -878,15 +879,16 @@
|
|
|
878
879
|
}
|
|
879
880
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
880
881
|
color: #adb5bd;
|
|
882
|
+
color: #fff;
|
|
881
883
|
}
|
|
882
884
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
883
885
|
color: #fff;
|
|
884
886
|
}
|
|
885
887
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
886
|
-
color: #
|
|
888
|
+
color: #fff;
|
|
887
889
|
}
|
|
888
890
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
889
|
-
color: #
|
|
891
|
+
color: #fff;
|
|
890
892
|
}
|
|
891
893
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
892
894
|
background: #565e64;
|
|
@@ -867,6 +867,7 @@
|
|
|
867
867
|
}
|
|
868
868
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
|
|
869
869
|
color: #fff;
|
|
870
|
+
color: #6c757d;
|
|
870
871
|
}
|
|
871
872
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
872
873
|
background: #5c636a;
|
|
@@ -878,15 +879,16 @@
|
|
|
878
879
|
}
|
|
879
880
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
880
881
|
color: #6c757d;
|
|
882
|
+
color: #fff;
|
|
881
883
|
}
|
|
882
884
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text {
|
|
883
885
|
color: #fff;
|
|
884
886
|
}
|
|
885
887
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-icons {
|
|
886
|
-
color: #
|
|
888
|
+
color: #fff;
|
|
887
889
|
}
|
|
888
890
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
|
|
889
|
-
color: #
|
|
891
|
+
color: #fff;
|
|
890
892
|
}
|
|
891
893
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
892
894
|
background: #565e64;
|