@syncfusion/ej2-angular-navigations 19.3.44 → 19.3.45
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 +8 -0
- package/README.md +6 -6
- package/dist/ej2-angular-navigations.umd.js +1 -1
- package/dist/ej2-angular-navigations.umd.min.js +1 -1
- package/package.json +21 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +3 -2
- package/styles/bootstrap.css +3 -2
- package/styles/bootstrap4.css +3 -2
- package/styles/bootstrap5-dark.css +6 -2
- package/styles/bootstrap5.css +6 -2
- package/styles/breadcrumb/bootstrap-dark.css +1 -0
- package/styles/breadcrumb/bootstrap.css +1 -0
- package/styles/breadcrumb/bootstrap4.css +1 -0
- package/styles/breadcrumb/bootstrap5-dark.css +4 -0
- package/styles/breadcrumb/bootstrap5.css +4 -0
- package/styles/breadcrumb/fabric-dark.css +4 -0
- package/styles/breadcrumb/fabric.css +4 -0
- package/styles/breadcrumb/highcontrast-light.css +4 -0
- package/styles/breadcrumb/highcontrast.css +4 -0
- package/styles/breadcrumb/material-dark.css +4 -0
- package/styles/breadcrumb/material.css +4 -0
- package/styles/breadcrumb/tailwind-dark.css +4 -0
- package/styles/breadcrumb/tailwind.css +4 -0
- package/styles/fabric-dark.css +4 -0
- package/styles/fabric.css +4 -0
- package/styles/highcontrast-light.css +4 -0
- package/styles/highcontrast.css +4 -0
- package/styles/material-dark.css +4 -0
- package/styles/material.css +4 -0
- package/styles/tab/bootstrap-dark.css +2 -2
- package/styles/tab/bootstrap.css +2 -2
- package/styles/tab/bootstrap4.css +2 -2
- package/styles/tab/bootstrap5-dark.css +2 -2
- package/styles/tab/bootstrap5.css +2 -2
- package/styles/tailwind-dark.css +4 -0
- package/styles/tailwind.css +4 -0
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -25,11 +25,11 @@ Following list of components are available in the package
|
|
|
25
25
|
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=accordion#/material/accordion/default.html)
|
|
26
26
|
* [Product Page](https://www.syncfusion.com/products/angular/accordion)
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
* Breadcrumb - Graphical user interface that helps to identify or highlight the current location within a hierarchical structure of websites. The aim is to make the user aware of their current position in a hierarchy of website links.
|
|
29
29
|
|
|
30
30
|
* [Getting Started](https://ej2.syncfusion.com/angular/documentation/breadcrumb/getting-started?lang=typescript&utm_source=npm&utm_campaign=breadcrumb)
|
|
31
31
|
* [API References](https://ej2.syncfusion.com/angular/documentation/api/breadcrumb?utm_source=npm&utm_campaign=breadcrumb)
|
|
32
|
-
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=
|
|
32
|
+
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=breadcrumb#/material/breadcrumb/default)
|
|
33
33
|
* [Product Page](https://www.syncfusion.com/angular-ui-components/angular-breadcrumb)
|
|
34
34
|
|
|
35
35
|
* ContextMenu - Graphical user interface that appears on the user right click/touch hold action. It has the support to provide nested level menu items.
|
|
@@ -103,10 +103,10 @@ Sidebar component is used in the following samples.
|
|
|
103
103
|
|
|
104
104
|
### Breadcrumb
|
|
105
105
|
|
|
106
|
-
1. **
|
|
107
|
-
2. **
|
|
108
|
-
3. **
|
|
109
|
-
4. **
|
|
106
|
+
1. **Icons** - Icons can be specified in Breadcrumb items.
|
|
107
|
+
2. **Template** - Supports template for item and separator.
|
|
108
|
+
3. **Bind To Location** - Supports items to be rendered based on the URL or current location.
|
|
109
|
+
4. **Overflow Mode** - Used to limit the number of breadcrumb items to be displayed.
|
|
110
110
|
5. **Accessibility** - Provided with built-in accessibility support that helps to access all the Breadcrumb component features through the keyboard, screen readers, or other assistive technology devices.
|
|
111
111
|
|
|
112
112
|
### ContextMenu
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-navigations.umd.js
|
|
3
|
-
* version : 19.3.
|
|
3
|
+
* version : 19.3.45
|
|
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 : 19.3.
|
|
3
|
+
* version : 19.3.45
|
|
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@19.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-navigations@19.3.44",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-j5Fsr2YK+VcvV5SDyKUjzsURuQcYAKx0peptKHRvIKQTYCBMcXwqtN2qoJMRlhgk8Pim7Asv9TNKISTRvxftKw==",
|
|
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": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-19.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-19.3.44.tgz",
|
|
23
|
+
"_shasum": "15d2d1615d524f9d9d1f8e8a5ddc04aa8b2bda59",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-navigations@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~19.3.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~19.3.45",
|
|
35
35
|
"@syncfusion/ej2-base": "~19.3.43",
|
|
36
|
-
"@syncfusion/ej2-navigations": "19.3.
|
|
36
|
+
"@syncfusion/ej2-navigations": "19.3.45"
|
|
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",
|
|
@@ -82,6 +82,18 @@
|
|
|
82
82
|
"context menu",
|
|
83
83
|
"contextmenu",
|
|
84
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",
|
|
85
97
|
"ej2 contextmenu",
|
|
86
98
|
"tab-directive",
|
|
87
99
|
"toolbar-directive",
|
|
@@ -155,7 +167,8 @@
|
|
|
155
167
|
"ng-menu",
|
|
156
168
|
"angular menu",
|
|
157
169
|
"angular menubar",
|
|
158
|
-
"angular breadcrumb"
|
|
170
|
+
"angular breadcrumb",
|
|
171
|
+
"ng breadcrumb"
|
|
159
172
|
],
|
|
160
173
|
"license": "SEE LICENSE IN license",
|
|
161
174
|
"main": "dist/ej2-angular-navigations.umd.js",
|
|
@@ -169,5 +182,5 @@
|
|
|
169
182
|
"schematics": "./schematics/collection.json",
|
|
170
183
|
"sideEffects": false,
|
|
171
184
|
"typings": "ej2-angular-navigations.d.ts",
|
|
172
|
-
"version": "19.3.
|
|
185
|
+
"version": "19.3.45"
|
|
173
186
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-navigations";
|
|
2
|
-
export declare const pkgVer = "^19.
|
|
2
|
+
export declare const pkgVer = "^19.3.44";
|
|
3
3
|
export declare const moduleName = "AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, TabModule, TreeViewModule, SidebarModule, MenuModule";
|
|
4
|
-
export declare const themeVer = "~19.
|
|
4
|
+
export declare const themeVer = "~19.3.44";
|
|
@@ -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 = '^19.
|
|
4
|
+
exports.pkgVer = '^19.3.44';
|
|
5
5
|
exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, TabModule, TreeViewModule, SidebarModule, MenuModule';
|
|
6
|
-
exports.themeVer = '~19.
|
|
6
|
+
exports.themeVer = '~19.3.44';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-navigations';
|
|
2
|
-
export const pkgVer = '^19.
|
|
2
|
+
export const pkgVer = '^19.3.44';
|
|
3
3
|
export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, TabModule, TreeViewModule, SidebarModule, MenuModule';
|
|
4
|
-
export const themeVer = '~19.
|
|
4
|
+
export const themeVer = '~19.3.44';
|
|
@@ -2941,8 +2941,8 @@
|
|
|
2941
2941
|
}
|
|
2942
2942
|
}
|
|
2943
2943
|
|
|
2944
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:
|
|
2945
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:
|
|
2944
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active,
|
|
2945
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active {
|
|
2946
2946
|
margin: 1px 2px 0 0;
|
|
2947
2947
|
}
|
|
2948
2948
|
|
|
@@ -9390,6 +9390,7 @@ ejs-sidebar {
|
|
|
9390
9390
|
|
|
9391
9391
|
/*! breadcrumb layout */
|
|
9392
9392
|
.e-breadcrumb {
|
|
9393
|
+
display: block;
|
|
9393
9394
|
background-color: #2a2a2a;
|
|
9394
9395
|
border-radius: 4px;
|
|
9395
9396
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -2953,8 +2953,8 @@
|
|
|
2953
2953
|
}
|
|
2954
2954
|
}
|
|
2955
2955
|
|
|
2956
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:
|
|
2957
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:
|
|
2956
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active,
|
|
2957
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active {
|
|
2958
2958
|
margin: 1px 2px 0 0;
|
|
2959
2959
|
}
|
|
2960
2960
|
|
|
@@ -9409,6 +9409,7 @@ ejs-sidebar {
|
|
|
9409
9409
|
|
|
9410
9410
|
/*! breadcrumb layout */
|
|
9411
9411
|
.e-breadcrumb {
|
|
9412
|
+
display: block;
|
|
9412
9413
|
background-color: #f5f5f5;
|
|
9413
9414
|
border-radius: 4px;
|
|
9414
9415
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -3046,8 +3046,8 @@
|
|
|
3046
3046
|
}
|
|
3047
3047
|
}
|
|
3048
3048
|
|
|
3049
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:
|
|
3050
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:
|
|
3049
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active,
|
|
3050
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active {
|
|
3051
3051
|
margin: 1px 2px 0 0;
|
|
3052
3052
|
}
|
|
3053
3053
|
|
|
@@ -9710,6 +9710,7 @@ ejs-sidebar {
|
|
|
9710
9710
|
|
|
9711
9711
|
/*! breadcrumb layout */
|
|
9712
9712
|
.e-breadcrumb {
|
|
9713
|
+
display: block;
|
|
9713
9714
|
background-color: #e9ecef;
|
|
9714
9715
|
border-radius: 4px;
|
|
9715
9716
|
}
|
|
@@ -2939,8 +2939,8 @@
|
|
|
2939
2939
|
}
|
|
2940
2940
|
}
|
|
2941
2941
|
|
|
2942
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:
|
|
2943
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:
|
|
2942
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active,
|
|
2943
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active {
|
|
2944
2944
|
margin: 1px 2px 0 0;
|
|
2945
2945
|
}
|
|
2946
2946
|
|
|
@@ -9642,6 +9642,10 @@ ejs-sidebar {
|
|
|
9642
9642
|
}
|
|
9643
9643
|
|
|
9644
9644
|
/*! breadcrumb layout */
|
|
9645
|
+
.e-breadcrumb {
|
|
9646
|
+
display: block;
|
|
9647
|
+
}
|
|
9648
|
+
|
|
9645
9649
|
.e-breadcrumb ol {
|
|
9646
9650
|
-ms-flex-align: center;
|
|
9647
9651
|
align-items: center;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2939,8 +2939,8 @@
|
|
|
2939
2939
|
}
|
|
2940
2940
|
}
|
|
2941
2941
|
|
|
2942
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:
|
|
2943
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:
|
|
2942
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active,
|
|
2943
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active {
|
|
2944
2944
|
margin: 1px 2px 0 0;
|
|
2945
2945
|
}
|
|
2946
2946
|
|
|
@@ -9642,6 +9642,10 @@ ejs-sidebar {
|
|
|
9642
9642
|
}
|
|
9643
9643
|
|
|
9644
9644
|
/*! breadcrumb layout */
|
|
9645
|
+
.e-breadcrumb {
|
|
9646
|
+
display: block;
|
|
9647
|
+
}
|
|
9648
|
+
|
|
9645
9649
|
.e-breadcrumb ol {
|
|
9646
9650
|
-ms-flex-align: center;
|
|
9647
9651
|
align-items: center;
|
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:
|
|
141
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:
|
|
140
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active,
|
|
141
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active {
|
|
142
142
|
margin: 1px 2px 0 0;
|
|
143
143
|
}
|
|
144
144
|
|
package/styles/tab/bootstrap.css
CHANGED
|
@@ -143,8 +143,8 @@
|
|
|
143
143
|
}
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:
|
|
147
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:
|
|
146
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active,
|
|
147
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active {
|
|
148
148
|
margin: 1px 2px 0 0;
|
|
149
149
|
}
|
|
150
150
|
|
|
@@ -140,8 +140,8 @@
|
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
|
|
143
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:
|
|
144
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:
|
|
143
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active,
|
|
144
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active {
|
|
145
145
|
margin: 1px 2px 0 0;
|
|
146
146
|
}
|
|
147
147
|
|
|
@@ -140,8 +140,8 @@
|
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
|
|
143
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:
|
|
144
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:
|
|
143
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active,
|
|
144
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active {
|
|
145
145
|
margin: 1px 2px 0 0;
|
|
146
146
|
}
|
|
147
147
|
|
|
@@ -140,8 +140,8 @@
|
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
|
|
143
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:
|
|
144
|
-
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:
|
|
143
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active,
|
|
144
|
+
.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:last-child.e-active {
|
|
145
145
|
margin: 1px 2px 0 0;
|
|
146
146
|
}
|
|
147
147
|
|
package/styles/tailwind-dark.css
CHANGED