@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.
Files changed (39) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +6 -6
  3. package/dist/ej2-angular-navigations.umd.js +1 -1
  4. package/dist/ej2-angular-navigations.umd.min.js +1 -1
  5. package/package.json +21 -8
  6. package/schematics/utils/lib-details.d.ts +2 -2
  7. package/schematics/utils/lib-details.js +2 -2
  8. package/schematics/utils/lib-details.ts +2 -2
  9. package/styles/bootstrap-dark.css +3 -2
  10. package/styles/bootstrap.css +3 -2
  11. package/styles/bootstrap4.css +3 -2
  12. package/styles/bootstrap5-dark.css +6 -2
  13. package/styles/bootstrap5.css +6 -2
  14. package/styles/breadcrumb/bootstrap-dark.css +1 -0
  15. package/styles/breadcrumb/bootstrap.css +1 -0
  16. package/styles/breadcrumb/bootstrap4.css +1 -0
  17. package/styles/breadcrumb/bootstrap5-dark.css +4 -0
  18. package/styles/breadcrumb/bootstrap5.css +4 -0
  19. package/styles/breadcrumb/fabric-dark.css +4 -0
  20. package/styles/breadcrumb/fabric.css +4 -0
  21. package/styles/breadcrumb/highcontrast-light.css +4 -0
  22. package/styles/breadcrumb/highcontrast.css +4 -0
  23. package/styles/breadcrumb/material-dark.css +4 -0
  24. package/styles/breadcrumb/material.css +4 -0
  25. package/styles/breadcrumb/tailwind-dark.css +4 -0
  26. package/styles/breadcrumb/tailwind.css +4 -0
  27. package/styles/fabric-dark.css +4 -0
  28. package/styles/fabric.css +4 -0
  29. package/styles/highcontrast-light.css +4 -0
  30. package/styles/highcontrast.css +4 -0
  31. package/styles/material-dark.css +4 -0
  32. package/styles/material.css +4 -0
  33. package/styles/tab/bootstrap-dark.css +2 -2
  34. package/styles/tab/bootstrap.css +2 -2
  35. package/styles/tab/bootstrap4.css +2 -2
  36. package/styles/tab/bootstrap5-dark.css +2 -2
  37. package/styles/tab/bootstrap5.css +2 -2
  38. package/styles/tailwind-dark.css +4 -0
  39. package/styles/tailwind.css +4 -0
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Breadcrumb
6
+
7
+ #### Bug Fixes
8
+
9
+ - Disabled item get tab focus when item's URL is specified issue has been resolved.
10
+
11
+ ## 19.3.43 (2021-09-30)
12
+
5
13
  ### Tab
6
14
 
7
15
  #### Bug Fixes
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
- * 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.
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=contextmenu#/material/breadcrumb/default)
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. **Overflow Mode** - Used to limit the number of breadcrumb items to be displayed.
107
- 2. **Icons** - Icons can be specified in Breadcrumb items.
108
- 3. **Template** - Supports template for item and separator.
109
- 4. **Bind To Location** - Supports items to be rendered based on the URL or current location.
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.44
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.44
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.24.0",
3
+ "_id": "@syncfusion/ej2-angular-navigations@19.3.44",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-h4jBqk1VPXGPJ6hx5VrgUHTLjwPHH09RJjbGwjf306dnseWgF0WsSl41WGP40Eh7kz+9uOFHKL3AtiFqBaApGg==",
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.24.0.tgz",
23
- "_shasum": "e07b25f90187b92319272158a3faaff75ab0f1f8",
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.44",
34
+ "@syncfusion/ej2-angular-base": "~19.3.45",
35
35
  "@syncfusion/ej2-base": "~19.3.43",
36
- "@syncfusion/ej2-navigations": "19.3.44"
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.44"
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.24.0";
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.24.0";
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.24.0';
4
+ exports.pkgVer = '^19.3.44';
5
5
  exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, TabModule, TreeViewModule, SidebarModule, MenuModule';
6
- exports.themeVer = '~19.24.0';
6
+ exports.themeVer = '~19.3.44';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-navigations';
2
- export const pkgVer = '^19.24.0';
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.24.0';
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:nth-last-child(1).e-active,
2945
- .e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:nth-last-child(1).e-active {
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
  }
@@ -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:nth-last-child(1).e-active,
2957
- .e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:nth-last-child(1).e-active {
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
  }
@@ -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:nth-last-child(1).e-active,
3050
- .e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:nth-last-child(1).e-active {
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:nth-last-child(1).e-active,
2943
- .e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:nth-last-child(1).e-active {
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;
@@ -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:nth-last-child(1).e-active,
2943
- .e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:nth-last-child(1).e-active {
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;
@@ -9,6 +9,7 @@
9
9
 
10
10
  /*! breadcrumb layout */
11
11
  .e-breadcrumb {
12
+ display: block;
12
13
  background-color: #2a2a2a;
13
14
  border-radius: 4px;
14
15
  }
@@ -9,6 +9,7 @@
9
9
 
10
10
  /*! breadcrumb layout */
11
11
  .e-breadcrumb {
12
+ display: block;
12
13
  background-color: #f5f5f5;
13
14
  border-radius: 4px;
14
15
  }
@@ -9,6 +9,7 @@
9
9
 
10
10
  /*! breadcrumb layout */
11
11
  .e-breadcrumb {
12
+ display: block;
12
13
  background-color: #e9ecef;
13
14
  border-radius: 4px;
14
15
  }
@@ -17,6 +17,10 @@
17
17
  }
18
18
 
19
19
  /*! breadcrumb layout */
20
+ .e-breadcrumb {
21
+ display: block;
22
+ }
23
+
20
24
  .e-breadcrumb ol {
21
25
  -ms-flex-align: center;
22
26
  align-items: center;
@@ -17,6 +17,10 @@
17
17
  }
18
18
 
19
19
  /*! breadcrumb layout */
20
+ .e-breadcrumb {
21
+ display: block;
22
+ }
23
+
20
24
  .e-breadcrumb ol {
21
25
  -ms-flex-align: center;
22
26
  align-items: center;
@@ -8,6 +8,10 @@
8
8
  }
9
9
 
10
10
  /*! breadcrumb layout */
11
+ .e-breadcrumb {
12
+ display: block;
13
+ }
14
+
11
15
  .e-breadcrumb ol {
12
16
  -ms-flex-align: center;
13
17
  align-items: center;
@@ -8,6 +8,10 @@
8
8
  }
9
9
 
10
10
  /*! breadcrumb layout */
11
+ .e-breadcrumb {
12
+ display: block;
13
+ }
14
+
11
15
  .e-breadcrumb ol {
12
16
  -ms-flex-align: center;
13
17
  align-items: center;
@@ -8,6 +8,10 @@
8
8
  }
9
9
 
10
10
  /*! breadcrumb layout */
11
+ .e-breadcrumb {
12
+ display: block;
13
+ }
14
+
11
15
  .e-breadcrumb ol {
12
16
  -ms-flex-align: center;
13
17
  align-items: center;
@@ -8,6 +8,10 @@
8
8
  }
9
9
 
10
10
  /*! breadcrumb layout */
11
+ .e-breadcrumb {
12
+ display: block;
13
+ }
14
+
11
15
  .e-breadcrumb ol {
12
16
  -ms-flex-align: center;
13
17
  align-items: center;
@@ -18,6 +18,10 @@
18
18
  }
19
19
 
20
20
  /*! breadcrumb layout */
21
+ .e-breadcrumb {
22
+ display: block;
23
+ }
24
+
21
25
  .e-breadcrumb ol {
22
26
  -ms-flex-align: center;
23
27
  align-items: center;
@@ -18,6 +18,10 @@
18
18
  }
19
19
 
20
20
  /*! breadcrumb layout */
21
+ .e-breadcrumb {
22
+ display: block;
23
+ }
24
+
21
25
  .e-breadcrumb ol {
22
26
  -ms-flex-align: center;
23
27
  align-items: center;
@@ -9,6 +9,10 @@
9
9
  }
10
10
 
11
11
  /*! breadcrumb layout */
12
+ .e-breadcrumb {
13
+ display: block;
14
+ }
15
+
12
16
  .e-breadcrumb ol {
13
17
  -ms-flex-align: center;
14
18
  align-items: center;
@@ -9,6 +9,10 @@
9
9
  }
10
10
 
11
11
  /*! breadcrumb layout */
12
+ .e-breadcrumb {
13
+ display: block;
14
+ }
15
+
12
16
  .e-breadcrumb ol {
13
17
  -ms-flex-align: center;
14
18
  align-items: center;
@@ -9366,6 +9366,10 @@ ejs-sidebar {
9366
9366
  }
9367
9367
 
9368
9368
  /*! breadcrumb layout */
9369
+ .e-breadcrumb {
9370
+ display: block;
9371
+ }
9372
+
9369
9373
  .e-breadcrumb ol {
9370
9374
  -ms-flex-align: center;
9371
9375
  align-items: center;
package/styles/fabric.css CHANGED
@@ -9376,6 +9376,10 @@ ejs-sidebar {
9376
9376
  }
9377
9377
 
9378
9378
  /*! breadcrumb layout */
9379
+ .e-breadcrumb {
9380
+ display: block;
9381
+ }
9382
+
9379
9383
  .e-breadcrumb ol {
9380
9384
  -ms-flex-align: center;
9381
9385
  align-items: center;
@@ -9707,6 +9707,10 @@ ejs-sidebar {
9707
9707
  }
9708
9708
 
9709
9709
  /*! breadcrumb layout */
9710
+ .e-breadcrumb {
9711
+ display: block;
9712
+ }
9713
+
9710
9714
  .e-breadcrumb ol {
9711
9715
  -ms-flex-align: center;
9712
9716
  align-items: center;
@@ -9736,6 +9736,10 @@ ejs-sidebar {
9736
9736
  }
9737
9737
 
9738
9738
  /*! breadcrumb layout */
9739
+ .e-breadcrumb {
9740
+ display: block;
9741
+ }
9742
+
9739
9743
  .e-breadcrumb ol {
9740
9744
  -ms-flex-align: center;
9741
9745
  align-items: center;
@@ -9232,6 +9232,10 @@ ejs-sidebar {
9232
9232
  }
9233
9233
 
9234
9234
  /*! breadcrumb layout */
9235
+ .e-breadcrumb {
9236
+ display: block;
9237
+ }
9238
+
9235
9239
  .e-breadcrumb ol {
9236
9240
  -ms-flex-align: center;
9237
9241
  align-items: center;
@@ -9249,6 +9249,10 @@ ejs-sidebar {
9249
9249
  }
9250
9250
 
9251
9251
  /*! breadcrumb layout */
9252
+ .e-breadcrumb {
9253
+ display: block;
9254
+ }
9255
+
9252
9256
  .e-breadcrumb ol {
9253
9257
  -ms-flex-align: center;
9254
9258
  align-items: center;
@@ -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:nth-last-child(1).e-active,
141
- .e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:nth-last-child(1).e-active {
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
 
@@ -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:nth-last-child(1).e-active,
147
- .e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:nth-last-child(1).e-active {
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:nth-last-child(1).e-active,
144
- .e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:nth-last-child(1).e-active {
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:nth-last-child(1).e-active,
144
- .e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:nth-last-child(1).e-active {
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:nth-last-child(1).e-active,
144
- .e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:nth-last-child(1).e-active {
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
 
@@ -9313,6 +9313,10 @@ ejs-sidebar {
9313
9313
  }
9314
9314
 
9315
9315
  /*! breadcrumb layout */
9316
+ .e-breadcrumb {
9317
+ display: block;
9318
+ }
9319
+
9316
9320
  .e-breadcrumb ol {
9317
9321
  -ms-flex-align: center;
9318
9322
  align-items: center;
@@ -9313,6 +9313,10 @@ ejs-sidebar {
9313
9313
  }
9314
9314
 
9315
9315
  /*! breadcrumb layout */
9316
+ .e-breadcrumb {
9317
+ display: block;
9318
+ }
9319
+
9316
9320
  .e-breadcrumb ol {
9317
9321
  -ms-flex-align: center;
9318
9322
  align-items: center;