@syncfusion/ej2-angular-navigations 20.4.38-ngcc → 20.4.40-ngcc
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
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### ContextMenu
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I424794` - The issue with "Script error thrown in context menu when navigate using the keyboard" has been resolved.
|
|
10
|
+
- `#I425402` - Accessibility issue in context menu has been fixed.
|
|
11
|
+
|
|
12
|
+
## 20.4.38 (2022-12-21)
|
|
13
|
+
|
|
5
14
|
### Toolbar
|
|
6
15
|
|
|
7
16
|
#### New Features
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-navigations.umd.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.40
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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-angular-navigations.umd.min.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.40
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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-angular-navigations@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-navigations@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-navigations@20.4.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-fCYJ4yl620a+oTALxAX6inu4i2vjan0os0wvvXN3mpOBa4/J+MLB4V93xdZg5tR8CYLL/9a7WJyM94xsPM817Q==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-navigations",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-20.4.38.tgz",
|
|
23
|
+
"_shasum": "eb59241b1d743855234eaa5bdee3389be7823ade",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-navigations@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,118 +31,16 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~20.4.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.4.
|
|
36
|
-
"@syncfusion/ej2-navigations": "20.4.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.4.40",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.4.40",
|
|
36
|
+
"@syncfusion/ej2-navigations": "20.4.40"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"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 for Angular",
|
|
40
40
|
"devDependencies": {},
|
|
41
41
|
"es2015": "@syncfusion/ej2-angular-navigations.js",
|
|
42
|
-
"homepage": "https://
|
|
42
|
+
"homepage": "https://www.syncfusion.com/angular-components",
|
|
43
43
|
"keywords": [
|
|
44
|
-
"ej2",
|
|
45
|
-
"syncfusion",
|
|
46
|
-
"web-components",
|
|
47
|
-
"javascript",
|
|
48
|
-
"typescript",
|
|
49
|
-
"model",
|
|
50
|
-
"toolbar",
|
|
51
|
-
"horizontal-scroll",
|
|
52
|
-
"ribbon",
|
|
53
|
-
"navbar",
|
|
54
|
-
"navigation-bar",
|
|
55
|
-
"toolbar-customization",
|
|
56
|
-
"scrollable-toolbar",
|
|
57
|
-
"toolbar-popup",
|
|
58
|
-
"multirow-toolbar",
|
|
59
|
-
"extended-toolbar",
|
|
60
|
-
"overflow",
|
|
61
|
-
"command-buttons",
|
|
62
|
-
"accordion",
|
|
63
|
-
"panelbar",
|
|
64
|
-
"ejTab",
|
|
65
|
-
"tab",
|
|
66
|
-
"tabStrip",
|
|
67
|
-
"scrollable-tab",
|
|
68
|
-
"popup-tab",
|
|
69
|
-
"multirow-tab",
|
|
70
|
-
"header-orientation",
|
|
71
|
-
"close-tab",
|
|
72
|
-
"tab-wizard",
|
|
73
|
-
"tab-with-menu",
|
|
74
|
-
"ejAccordion",
|
|
75
|
-
"accordion",
|
|
76
|
-
"accordion-wizard",
|
|
77
|
-
"multiple-open-panel-bar",
|
|
78
|
-
"multiple-open-accordion",
|
|
79
|
-
"panel-bar",
|
|
80
|
-
"collapsible-panel-bar",
|
|
81
|
-
"context-menu",
|
|
82
|
-
"context menu",
|
|
83
|
-
"contextmenu",
|
|
84
|
-
"breadcrumb",
|
|
85
|
-
"breadcrumb navigation",
|
|
86
|
-
"breadcrumb trail",
|
|
87
|
-
"ej2 breadcrumb",
|
|
88
|
-
"navigation links",
|
|
89
|
-
"navigational aid",
|
|
90
|
-
"previous page navigation",
|
|
91
|
-
"current page hierarchy",
|
|
92
|
-
"current page location",
|
|
93
|
-
"path of url",
|
|
94
|
-
"trace page location",
|
|
95
|
-
"list of breadcrumb links",
|
|
96
|
-
"breadcrumb routing",
|
|
97
|
-
"ej2 contextmenu",
|
|
98
|
-
"tab-directive",
|
|
99
|
-
"toolbar-directive",
|
|
100
|
-
"accordion-directive",
|
|
101
|
-
"sidebar",
|
|
102
|
-
"dock size",
|
|
103
|
-
"showbackdrop",
|
|
104
|
-
"target",
|
|
105
|
-
"position",
|
|
106
|
-
"dock",
|
|
107
|
-
"gestures",
|
|
108
|
-
"sticky-sidebar",
|
|
109
|
-
"fixed",
|
|
110
|
-
"hamburger",
|
|
111
|
-
"sidenav",
|
|
112
|
-
"nav",
|
|
113
|
-
"hamburger-menu",
|
|
114
|
-
"side-menu",
|
|
115
|
-
"navigation-bar",
|
|
116
|
-
"sticky",
|
|
117
|
-
"drawer",
|
|
118
|
-
"slidebar",
|
|
119
|
-
"slide",
|
|
120
|
-
"slide-panel",
|
|
121
|
-
"multiple-sidebar",
|
|
122
|
-
"slide-navigation",
|
|
123
|
-
"navigation-drawer",
|
|
124
|
-
"menu",
|
|
125
|
-
"menu bar",
|
|
126
|
-
"ej2 menu",
|
|
127
|
-
"menu items",
|
|
128
|
-
"menu item",
|
|
129
|
-
"menu-item",
|
|
130
|
-
"ej menu",
|
|
131
|
-
"treeview",
|
|
132
|
-
"tree",
|
|
133
|
-
"ej2-treeview",
|
|
134
|
-
"tree structure",
|
|
135
|
-
"hierarchical structure",
|
|
136
|
-
"tree navigation",
|
|
137
|
-
"treeview-checkbox",
|
|
138
|
-
"drag and drop",
|
|
139
|
-
"tree editing",
|
|
140
|
-
"load-on-demand",
|
|
141
|
-
"accordion tree",
|
|
142
|
-
"tree node template",
|
|
143
|
-
"tree multi selection",
|
|
144
|
-
"carousel",
|
|
145
|
-
"appbar",
|
|
146
44
|
"angular",
|
|
147
45
|
"ng",
|
|
148
46
|
"ng-template",
|
|
@@ -188,5 +86,5 @@
|
|
|
188
86
|
"schematics": "./schematics/collection.json",
|
|
189
87
|
"sideEffects": false,
|
|
190
88
|
"typings": "ej2-angular-navigations.d.ts",
|
|
191
|
-
"version": "20.4.
|
|
89
|
+
"version": "20.4.40-ngcc"
|
|
192
90
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-navigations";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^20.4.38";
|
|
3
3
|
export declare const moduleName = "AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~20.4.38";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-navigations';
|
|
4
|
-
exports.pkgVer = '^20.4.
|
|
4
|
+
exports.pkgVer = '^20.4.40';
|
|
5
5
|
exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
|
|
6
|
-
exports.themeVer = '~20.4.
|
|
6
|
+
exports.themeVer = '~20.4.40';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-navigations';
|
|
2
|
-
export const pkgVer = '^20.4.
|
|
2
|
+
export const pkgVer = '^20.4.40';
|
|
3
3
|
export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
|
|
4
|
-
export const themeVer = '~20.4.
|
|
4
|
+
export const themeVer = '~20.4.40';
|