@syncfusion/ej2-navigations 29.2.7 → 29.2.8
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-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 +1 -0
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +1 -0
- 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 -64
- package/src/tab/tab.js +1 -0
- package/styles/bootstrap.css +2 -2
- package/styles/highcontrast-lite.css +2 -2
- package/styles/highcontrast.css +2 -2
- package/styles/material-lite.css +2 -2
- package/styles/material.css +2 -2
- package/styles/toolbar/_bootstrap-definition.scss +1 -1
- package/styles/toolbar/_highcontrast-definition.scss +1 -1
- package/styles/toolbar/_material-definition.scss +2 -2
- package/styles/toolbar/bootstrap.css +2 -2
- package/styles/toolbar/highcontrast.css +2 -2
- package/styles/toolbar/material.css +2 -2
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 29.2.
|
|
3
|
+
* version : 29.2.8
|
|
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,69 +1,21 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-navigations@*",
|
|
12
|
-
"name": "@syncfusion/ej2-navigations",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-navigations",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/",
|
|
21
|
-
"/@syncfusion/ej2",
|
|
22
|
-
"/@syncfusion/ej2-angular-navigations",
|
|
23
|
-
"/@syncfusion/ej2-charts",
|
|
24
|
-
"/@syncfusion/ej2-diagrams",
|
|
25
|
-
"/@syncfusion/ej2-documenteditor",
|
|
26
|
-
"/@syncfusion/ej2-dropdowns",
|
|
27
|
-
"/@syncfusion/ej2-filemanager",
|
|
28
|
-
"/@syncfusion/ej2-gantt",
|
|
29
|
-
"/@syncfusion/ej2-grids",
|
|
30
|
-
"/@syncfusion/ej2-image-editor",
|
|
31
|
-
"/@syncfusion/ej2-inplace-editor",
|
|
32
|
-
"/@syncfusion/ej2-interactive-chat",
|
|
33
|
-
"/@syncfusion/ej2-kanban",
|
|
34
|
-
"/@syncfusion/ej2-pdfviewer",
|
|
35
|
-
"/@syncfusion/ej2-pivotview",
|
|
36
|
-
"/@syncfusion/ej2-react-navigations",
|
|
37
|
-
"/@syncfusion/ej2-ribbon",
|
|
38
|
-
"/@syncfusion/ej2-richtexteditor",
|
|
39
|
-
"/@syncfusion/ej2-schedule",
|
|
40
|
-
"/@syncfusion/ej2-spreadsheet",
|
|
41
|
-
"/@syncfusion/ej2-vue-navigations"
|
|
42
|
-
],
|
|
43
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-29.2.5.tgz",
|
|
44
|
-
"_shasum": "ae405b35bb6f114d6a709cdb4b605491dacb797c",
|
|
45
|
-
"_spec": "@syncfusion/ej2-navigations@*",
|
|
46
|
-
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
|
|
47
|
-
"author": {
|
|
48
|
-
"name": "Syncfusion Inc."
|
|
49
|
-
},
|
|
50
|
-
"bugs": {
|
|
51
|
-
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/issues"
|
|
52
|
-
},
|
|
53
|
-
"bundleDependencies": false,
|
|
2
|
+
"name": "@syncfusion/ej2-navigations",
|
|
3
|
+
"version": "29.2.8",
|
|
4
|
+
"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",
|
|
5
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
7
|
+
"main": "./dist/ej2-navigations.umd.min.js",
|
|
8
|
+
"module": "./index.js",
|
|
9
|
+
"es2015": "./dist/es6/ej2-navigations.es5.js",
|
|
54
10
|
"dependencies": {
|
|
55
11
|
"@syncfusion/ej2-base": "~29.2.4",
|
|
56
12
|
"@syncfusion/ej2-buttons": "~29.2.5",
|
|
57
13
|
"@syncfusion/ej2-data": "~29.2.4",
|
|
58
14
|
"@syncfusion/ej2-inputs": "~29.2.5",
|
|
59
15
|
"@syncfusion/ej2-lists": "~29.2.4",
|
|
60
|
-
"@syncfusion/ej2-popups": "~29.2.
|
|
16
|
+
"@syncfusion/ej2-popups": "~29.2.8"
|
|
61
17
|
},
|
|
62
|
-
"deprecated": false,
|
|
63
|
-
"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",
|
|
64
18
|
"devDependencies": {},
|
|
65
|
-
"es2015": "./dist/es6/ej2-navigations.es5.js",
|
|
66
|
-
"homepage": "https://www.syncfusion.com/javascript-ui-controls",
|
|
67
19
|
"keywords": [
|
|
68
20
|
"ej2",
|
|
69
21
|
"syncfusion",
|
|
@@ -153,15 +105,11 @@
|
|
|
153
105
|
"trace page location",
|
|
154
106
|
"list of breadcrumb links"
|
|
155
107
|
],
|
|
156
|
-
"license": "SEE LICENSE IN license",
|
|
157
|
-
"main": "./dist/ej2-navigations.umd.min.js",
|
|
158
|
-
"module": "./index.js",
|
|
159
|
-
"name": "@syncfusion/ej2-navigations",
|
|
160
108
|
"repository": {
|
|
161
109
|
"type": "git",
|
|
162
|
-
"url": "
|
|
110
|
+
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
163
111
|
},
|
|
164
112
|
"typings": "index.d.ts",
|
|
165
|
-
"
|
|
166
|
-
"
|
|
113
|
+
"sideEffects": false,
|
|
114
|
+
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
|
|
167
115
|
}
|
package/src/tab/tab.js
CHANGED
|
@@ -334,6 +334,7 @@ var Tab = /** @class */ (function (_super) {
|
|
|
334
334
|
if (this.isReact && this.portals && this.portals.length > 0) {
|
|
335
335
|
this.renderReactTemplates(function () {
|
|
336
336
|
_this.refreshOverflow();
|
|
337
|
+
_this.selectingContent(_this.selectedItem, _this.isInteracted);
|
|
337
338
|
_this.refreshActiveBorder();
|
|
338
339
|
});
|
|
339
340
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -2230,7 +2230,7 @@
|
|
|
2230
2230
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2231
2231
|
min-height: 34px;
|
|
2232
2232
|
min-width: 0;
|
|
2233
|
-
padding:
|
|
2233
|
+
padding: 0 7px;
|
|
2234
2234
|
line-height: 34px;
|
|
2235
2235
|
}
|
|
2236
2236
|
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
@@ -2355,7 +2355,7 @@
|
|
|
2355
2355
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2356
2356
|
min-height: 34px;
|
|
2357
2357
|
min-width: 0;
|
|
2358
|
-
padding:
|
|
2358
|
+
padding: 0 7px;
|
|
2359
2359
|
}
|
|
2360
2360
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
2361
2361
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
|
|
@@ -1189,7 +1189,7 @@
|
|
|
1189
1189
|
-ms-flex-pack: center;
|
|
1190
1190
|
justify-content: center;
|
|
1191
1191
|
margin: 0;
|
|
1192
|
-
min-height:
|
|
1192
|
+
min-height: 40px;
|
|
1193
1193
|
min-width: 40px;
|
|
1194
1194
|
padding: 0;
|
|
1195
1195
|
border-radius: 0;
|
|
@@ -1461,7 +1461,7 @@
|
|
|
1461
1461
|
}
|
|
1462
1462
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1463
1463
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1464
|
-
min-height:
|
|
1464
|
+
min-height: 40px;
|
|
1465
1465
|
min-width: 40px;
|
|
1466
1466
|
padding: 0;
|
|
1467
1467
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -1452,7 +1452,7 @@
|
|
|
1452
1452
|
-ms-flex-pack: center;
|
|
1453
1453
|
justify-content: center;
|
|
1454
1454
|
margin: 0;
|
|
1455
|
-
min-height:
|
|
1455
|
+
min-height: 40px;
|
|
1456
1456
|
min-width: 40px;
|
|
1457
1457
|
padding: 0;
|
|
1458
1458
|
border-radius: 0;
|
|
@@ -1724,7 +1724,7 @@
|
|
|
1724
1724
|
}
|
|
1725
1725
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1726
1726
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1727
|
-
min-height:
|
|
1727
|
+
min-height: 40px;
|
|
1728
1728
|
min-width: 40px;
|
|
1729
1729
|
padding: 0;
|
|
1730
1730
|
}
|
package/styles/material-lite.css
CHANGED
|
@@ -1287,7 +1287,7 @@
|
|
|
1287
1287
|
min-width: 0;
|
|
1288
1288
|
padding: 0 1.5px;
|
|
1289
1289
|
border-radius: 2px;
|
|
1290
|
-
line-height:
|
|
1290
|
+
line-height: 24px;
|
|
1291
1291
|
border: none;
|
|
1292
1292
|
cursor: pointer;
|
|
1293
1293
|
font-size: 14px;
|
|
@@ -1308,7 +1308,7 @@
|
|
|
1308
1308
|
min-width: 24px;
|
|
1309
1309
|
width: auto;
|
|
1310
1310
|
font-size: 14px;
|
|
1311
|
-
line-height:
|
|
1311
|
+
line-height: 24px;
|
|
1312
1312
|
}
|
|
1313
1313
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
1314
1314
|
padding: 0 1.5px;
|
package/styles/material.css
CHANGED
|
@@ -1550,7 +1550,7 @@
|
|
|
1550
1550
|
min-width: 0;
|
|
1551
1551
|
padding: 0 1.5px;
|
|
1552
1552
|
border-radius: 2px;
|
|
1553
|
-
line-height:
|
|
1553
|
+
line-height: 24px;
|
|
1554
1554
|
border: none;
|
|
1555
1555
|
cursor: pointer;
|
|
1556
1556
|
font-size: 14px;
|
|
@@ -1571,7 +1571,7 @@
|
|
|
1571
1571
|
min-width: 24px;
|
|
1572
1572
|
width: auto;
|
|
1573
1573
|
font-size: 14px;
|
|
1574
|
-
line-height:
|
|
1574
|
+
line-height: 24px;
|
|
1575
1575
|
}
|
|
1576
1576
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
1577
1577
|
padding: 0 1.5px;
|
|
@@ -118,7 +118,7 @@ $tbar-separator-bgr-mrgn: 6px 6px !default;
|
|
|
118
118
|
$tbar-separator-nrml-mrgn: 5.5px 6px !default;
|
|
119
119
|
$tbar-separator-vertical-bgr-mrgn: 6px !default;
|
|
120
120
|
$tbar-separator-vertical-nrml-mrgn: 6px 5.5px !default;
|
|
121
|
-
$tbar-btn-bgr-padding:
|
|
121
|
+
$tbar-btn-bgr-padding: 0 7px !default;
|
|
122
122
|
$tbar-btn-bgr-focus-padding: 0 7px !default;
|
|
123
123
|
$tbar-btn-nrml-padding: 1px 2.5px !default;
|
|
124
124
|
$tbar-icons-bgr-font-size: 14px !default;
|
|
@@ -97,7 +97,7 @@ $tbar-btn-border-radius: 0 !default;
|
|
|
97
97
|
$tbar-btn-pressed-box-shadow: none !default;
|
|
98
98
|
$tbar-btn-nrml-mrgn: 0 !default;
|
|
99
99
|
$tbar-popup-padding: 0 !default;
|
|
100
|
-
$tbar-btn-nrml-minheight:
|
|
100
|
+
$tbar-btn-nrml-minheight: 40px !default;
|
|
101
101
|
$tbar-btn-nrml-line-height: 25px !default;
|
|
102
102
|
$tbar-btn-icon-nrml-line-height: 24px !default;
|
|
103
103
|
$tbar-btn-bgr-minheight: 49px !default;
|
|
@@ -8,8 +8,8 @@ $tbar-btn-bgr-line-height: 35px !default;
|
|
|
8
8
|
$tbar-btn-icon-bgr-line-height: 34px !default;
|
|
9
9
|
$tbar-icons-bgr-font-size: 14px;
|
|
10
10
|
$tbar-btn-nrml-minheight: 0 !default;
|
|
11
|
-
$tbar-btn-nrml-line-height:
|
|
12
|
-
$tbar-btn-icon-nrml-line-height:
|
|
11
|
+
$tbar-btn-nrml-line-height: 24px !default;
|
|
12
|
+
$tbar-btn-icon-nrml-line-height: 24px !default;
|
|
13
13
|
$tbar-pop-icon-nrml-padding: 0;
|
|
14
14
|
$tbar-pop-btn-txt-nrml-pad: 0;
|
|
15
15
|
$tbar-btn-icn-nrml-padding: 0;
|
|
@@ -941,7 +941,7 @@
|
|
|
941
941
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
942
942
|
min-height: 34px;
|
|
943
943
|
min-width: 0;
|
|
944
|
-
padding:
|
|
944
|
+
padding: 0 7px;
|
|
945
945
|
line-height: 34px;
|
|
946
946
|
}
|
|
947
947
|
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
@@ -1066,7 +1066,7 @@
|
|
|
1066
1066
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1067
1067
|
min-height: 34px;
|
|
1068
1068
|
min-width: 0;
|
|
1069
|
-
padding:
|
|
1069
|
+
padding: 0 7px;
|
|
1070
1070
|
}
|
|
1071
1071
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1072
1072
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
-ms-flex-pack: center;
|
|
164
164
|
justify-content: center;
|
|
165
165
|
margin: 0;
|
|
166
|
-
min-height:
|
|
166
|
+
min-height: 40px;
|
|
167
167
|
min-width: 40px;
|
|
168
168
|
padding: 0;
|
|
169
169
|
border-radius: 0;
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
}
|
|
436
436
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
437
437
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
438
|
-
min-height:
|
|
438
|
+
min-height: 40px;
|
|
439
439
|
min-width: 40px;
|
|
440
440
|
padding: 0;
|
|
441
441
|
}
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
min-width: 0;
|
|
235
235
|
padding: 0 1.5px;
|
|
236
236
|
border-radius: 2px;
|
|
237
|
-
line-height:
|
|
237
|
+
line-height: 24px;
|
|
238
238
|
border: none;
|
|
239
239
|
cursor: pointer;
|
|
240
240
|
font-size: 14px;
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
min-width: 24px;
|
|
256
256
|
width: auto;
|
|
257
257
|
font-size: 14px;
|
|
258
|
-
line-height:
|
|
258
|
+
line-height: 24px;
|
|
259
259
|
}
|
|
260
260
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
261
261
|
padding: 0 1.5px;
|