@syncfusion/ej2-angular-navigations 19.2.59 → 19.3.44

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 (171) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +295 -69
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-navigations.js +280 -69
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -1
  5. package/CHANGELOG.md +33 -0
  6. package/README.md +15 -0
  7. package/dist/ej2-angular-navigations.umd.js +307 -73
  8. package/dist/ej2-angular-navigations.umd.js.map +1 -1
  9. package/dist/ej2-angular-navigations.umd.min.js +2 -2
  10. package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
  11. package/ej2-angular-navigations.d.ts +5 -4
  12. package/ej2-angular-navigations.metadata.json +1 -1
  13. package/package.json +11 -9
  14. package/postinstall/tagchange.js +1 -1
  15. package/schematics/utils/lib-details.d.ts +3 -3
  16. package/schematics/utils/lib-details.js +3 -3
  17. package/schematics/utils/lib-details.ts +3 -3
  18. package/src/accordion/accordion.component.d.ts +6 -1
  19. package/src/breadcrumb/breadcrumb-all.module.d.ts +5 -0
  20. package/src/breadcrumb/breadcrumb.component.d.ts +44 -0
  21. package/src/breadcrumb/breadcrumb.module.d.ts +5 -0
  22. package/src/breadcrumb/items.directive.d.ts +41 -0
  23. package/src/context-menu/contextmenu.component.d.ts +7 -0
  24. package/src/index.d.ts +4 -0
  25. package/src/menu/menu.component.d.ts +7 -0
  26. package/src/sidebar/sidebar.component.d.ts +5 -0
  27. package/src/tab/tab.component.d.ts +11 -0
  28. package/src/toolbar/items.directive.d.ts +1 -0
  29. package/src/toolbar/toolbar.component.d.ts +4 -0
  30. package/src/treeview/treeview.component.d.ts +22 -0
  31. package/styles/accordion/bootstrap5-dark.css +428 -0
  32. package/styles/accordion/bootstrap5-dark.scss +1 -0
  33. package/styles/accordion/bootstrap5.css +428 -0
  34. package/styles/accordion/bootstrap5.scss +1 -0
  35. package/styles/accordion/highcontrast-light.css +0 -1
  36. package/styles/accordion/highcontrast.css +0 -1
  37. package/styles/accordion/material-dark.css +2 -2
  38. package/styles/accordion/tailwind-dark.css +1 -1
  39. package/styles/bootstrap-dark.css +352 -60
  40. package/styles/bootstrap-dark.scss +1 -0
  41. package/styles/bootstrap.css +349 -57
  42. package/styles/bootstrap.scss +1 -0
  43. package/styles/bootstrap4.css +351 -60
  44. package/styles/bootstrap4.scss +1 -0
  45. package/styles/bootstrap5-dark.css +9922 -0
  46. package/styles/bootstrap5-dark.scss +10 -0
  47. package/styles/bootstrap5.css +9922 -0
  48. package/styles/bootstrap5.scss +10 -0
  49. package/styles/breadcrumb/bootstrap-dark.css +279 -0
  50. package/styles/breadcrumb/bootstrap-dark.scss +1 -0
  51. package/styles/breadcrumb/bootstrap.css +279 -0
  52. package/styles/breadcrumb/bootstrap.scss +1 -0
  53. package/styles/breadcrumb/bootstrap4.css +279 -0
  54. package/styles/breadcrumb/bootstrap4.scss +1 -0
  55. package/styles/breadcrumb/bootstrap5-dark.css +297 -0
  56. package/styles/breadcrumb/bootstrap5-dark.scss +1 -0
  57. package/styles/breadcrumb/bootstrap5.css +297 -0
  58. package/styles/breadcrumb/bootstrap5.scss +1 -0
  59. package/styles/breadcrumb/fabric-dark.css +277 -0
  60. package/styles/breadcrumb/fabric-dark.scss +1 -0
  61. package/styles/breadcrumb/fabric.css +277 -0
  62. package/styles/breadcrumb/fabric.scss +1 -0
  63. package/styles/breadcrumb/highcontrast-light.css +285 -0
  64. package/styles/breadcrumb/highcontrast-light.scss +1 -0
  65. package/styles/breadcrumb/highcontrast.css +285 -0
  66. package/styles/breadcrumb/highcontrast.scss +1 -0
  67. package/styles/breadcrumb/material-dark.css +259 -0
  68. package/styles/breadcrumb/material-dark.scss +1 -0
  69. package/styles/breadcrumb/material.css +259 -0
  70. package/styles/breadcrumb/material.scss +1 -0
  71. package/styles/breadcrumb/tailwind-dark.css +280 -0
  72. package/styles/breadcrumb/tailwind-dark.scss +1 -0
  73. package/styles/breadcrumb/tailwind.css +280 -0
  74. package/styles/breadcrumb/tailwind.scss +1 -0
  75. package/styles/context-menu/bootstrap5-dark.css +382 -0
  76. package/styles/context-menu/bootstrap5-dark.scss +1 -0
  77. package/styles/context-menu/bootstrap5.css +382 -0
  78. package/styles/context-menu/bootstrap5.scss +1 -0
  79. package/styles/fabric-dark.css +352 -78
  80. package/styles/fabric-dark.scss +1 -0
  81. package/styles/fabric.css +346 -72
  82. package/styles/fabric.scss +1 -0
  83. package/styles/h-scroll/bootstrap5-dark.css +328 -0
  84. package/styles/h-scroll/bootstrap5-dark.scss +1 -0
  85. package/styles/h-scroll/bootstrap5.css +328 -0
  86. package/styles/h-scroll/bootstrap5.scss +1 -0
  87. package/styles/h-scroll/fabric-dark.css +1 -1
  88. package/styles/h-scroll/highcontrast.css +1 -1
  89. package/styles/highcontrast-light.css +354 -73
  90. package/styles/highcontrast-light.scss +1 -0
  91. package/styles/highcontrast.css +356 -75
  92. package/styles/highcontrast.scss +1 -0
  93. package/styles/material-dark.css +360 -105
  94. package/styles/material-dark.scss +1 -0
  95. package/styles/material.css +324 -69
  96. package/styles/material.scss +1 -0
  97. package/styles/menu/bootstrap-dark.css +36 -36
  98. package/styles/menu/bootstrap.css +36 -36
  99. package/styles/menu/bootstrap4.css +34 -34
  100. package/styles/menu/bootstrap5-dark.css +1251 -0
  101. package/styles/menu/bootstrap5-dark.scss +1 -0
  102. package/styles/menu/bootstrap5.css +1251 -0
  103. package/styles/menu/bootstrap5.scss +1 -0
  104. package/styles/menu/fabric-dark.css +36 -36
  105. package/styles/menu/fabric.css +36 -36
  106. package/styles/menu/highcontrast-light.css +36 -36
  107. package/styles/menu/highcontrast.css +36 -36
  108. package/styles/menu/material-dark.css +36 -36
  109. package/styles/menu/material.css +36 -36
  110. package/styles/menu/tailwind-dark.css +36 -36
  111. package/styles/menu/tailwind.css +36 -36
  112. package/styles/sidebar/bootstrap5-dark.css +155 -0
  113. package/styles/sidebar/bootstrap5-dark.scss +1 -0
  114. package/styles/sidebar/bootstrap5.css +155 -0
  115. package/styles/sidebar/bootstrap5.scss +1 -0
  116. package/styles/sidebar/highcontrast.css +1 -1
  117. package/styles/tab/bootstrap-dark.css +15 -14
  118. package/styles/tab/bootstrap.css +12 -11
  119. package/styles/tab/bootstrap4.css +15 -14
  120. package/styles/tab/bootstrap5-dark.css +4442 -0
  121. package/styles/tab/bootstrap5-dark.scss +1 -0
  122. package/styles/tab/bootstrap5.css +4442 -0
  123. package/styles/tab/bootstrap5.scss +1 -0
  124. package/styles/tab/fabric-dark.css +16 -15
  125. package/styles/tab/fabric.css +14 -13
  126. package/styles/tab/highcontrast-light.css +14 -13
  127. package/styles/tab/highcontrast.css +14 -13
  128. package/styles/tab/material-dark.css +36 -35
  129. package/styles/tab/material.css +11 -10
  130. package/styles/tab/tailwind-dark.css +27 -39
  131. package/styles/tab/tailwind.css +22 -34
  132. package/styles/tailwind-dark.css +379 -111
  133. package/styles/tailwind-dark.scss +1 -0
  134. package/styles/tailwind.css +364 -96
  135. package/styles/tailwind.scss +1 -0
  136. package/styles/toolbar/bootstrap-dark.css +13 -10
  137. package/styles/toolbar/bootstrap.css +13 -10
  138. package/styles/toolbar/bootstrap4.css +14 -12
  139. package/styles/toolbar/bootstrap5-dark.css +1409 -0
  140. package/styles/toolbar/bootstrap5-dark.scss +1 -0
  141. package/styles/toolbar/bootstrap5.css +1409 -0
  142. package/styles/toolbar/bootstrap5.scss +1 -0
  143. package/styles/toolbar/fabric-dark.css +13 -26
  144. package/styles/toolbar/fabric.css +10 -23
  145. package/styles/toolbar/highcontrast-light.css +10 -23
  146. package/styles/toolbar/highcontrast.css +10 -23
  147. package/styles/toolbar/material-dark.css +11 -24
  148. package/styles/toolbar/material.css +10 -23
  149. package/styles/toolbar/tailwind-dark.css +20 -29
  150. package/styles/toolbar/tailwind.css +16 -25
  151. package/styles/treeview/bootstrap-dark.css +8 -0
  152. package/styles/treeview/bootstrap.css +8 -0
  153. package/styles/treeview/bootstrap4.css +8 -0
  154. package/styles/treeview/bootstrap5-dark.css +974 -0
  155. package/styles/treeview/bootstrap5-dark.scss +1 -0
  156. package/styles/treeview/bootstrap5.css +974 -0
  157. package/styles/treeview/bootstrap5.scss +1 -0
  158. package/styles/treeview/fabric-dark.css +8 -0
  159. package/styles/treeview/fabric.css +8 -0
  160. package/styles/treeview/highcontrast-light.css +8 -0
  161. package/styles/treeview/highcontrast.css +8 -0
  162. package/styles/treeview/material-dark.css +15 -7
  163. package/styles/treeview/material.css +8 -0
  164. package/styles/treeview/tailwind-dark.css +10 -2
  165. package/styles/treeview/tailwind.css +9 -1
  166. package/styles/v-scroll/bootstrap5-dark.css +247 -0
  167. package/styles/v-scroll/bootstrap5-dark.scss +1 -0
  168. package/styles/v-scroll/bootstrap5.css +247 -0
  169. package/styles/v-scroll/bootstrap5.scss +1 -0
  170. package/styles/v-scroll/material-dark.css +1 -1
  171. package/styles/v-scroll/tailwind-dark.css +4 -4
@@ -7,3 +7,4 @@
7
7
  @import 'treeview/tailwind.scss';
8
8
  @import 'sidebar/tailwind.scss';
9
9
  @import 'menu/tailwind.scss';
10
+ @import 'breadcrumb/tailwind.scss';
@@ -690,6 +690,8 @@
690
690
  }
691
691
 
692
692
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
693
+ -ms-flex-align: center;
694
+ align-items: center;
693
695
  display: -ms-inline-flexbox;
694
696
  display: inline-flex;
695
697
  -ms-flex-pack: start;
@@ -876,6 +878,7 @@
876
878
 
877
879
  .e-toolbar .e-popup-down-icon.e-icons,
878
880
  .e-toolbar .e-popup-up-icon.e-icons {
881
+ color: #f0f0f0;
879
882
  display: table-cell;
880
883
  text-align: center;
881
884
  vertical-align: middle;
@@ -1261,6 +1264,10 @@
1261
1264
  margin: 1px 0;
1262
1265
  }
1263
1266
 
1267
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
1268
+ color: #f0f0f0;
1269
+ }
1270
+
1264
1271
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
1265
1272
  background: #2a2a2a;
1266
1273
  border-color: #585858;
@@ -1287,11 +1294,7 @@
1287
1294
  border-left: 1px solid #6e6e6e;
1288
1295
  }
1289
1296
 
1290
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text {
1291
- color: #f0f0f0;
1292
- }
1293
-
1294
- .e-toolbar .e-icons {
1297
+ .e-toolbar .e-tbar-btn.e-btn .e-icons {
1295
1298
  color: #f0f0f0;
1296
1299
  }
1297
1300
 
@@ -1301,16 +1304,12 @@
1301
1304
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1302
1305
  }
1303
1306
 
1304
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn-text {
1305
- color: #f0f0f0;
1306
- }
1307
-
1308
1307
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1309
1308
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1310
1309
  background: #2a2a2a;
1311
1310
  border: 0;
1312
- border-left: 1px none #2a2a2a;
1313
1311
  box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.35);
1312
+ border-left: 1px none #2a2a2a;
1314
1313
  }
1315
1314
 
1316
1315
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
@@ -1389,6 +1388,10 @@
1389
1388
  content: '';
1390
1389
  }
1391
1390
 
1391
+ .e-toolbar .e-hor-nav.e-nav-active:active, .e-toolbar .e-hor-nav.e-nav-active:focus, .e-toolbar .e-hor-nav.e-nav-active:hover {
1392
+ border-bottom-right-radius: 0;
1393
+ }
1394
+
1392
1395
  .e-toolbar .e-hor-nav:active {
1393
1396
  border: 0;
1394
1397
  box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.35);
@@ -693,6 +693,8 @@
693
693
  }
694
694
 
695
695
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
696
+ -ms-flex-align: center;
697
+ align-items: center;
696
698
  display: -ms-inline-flexbox;
697
699
  display: inline-flex;
698
700
  -ms-flex-pack: start;
@@ -879,6 +881,7 @@
879
881
 
880
882
  .e-toolbar .e-popup-down-icon.e-icons,
881
883
  .e-toolbar .e-popup-up-icon.e-icons {
884
+ color: #333;
882
885
  display: table-cell;
883
886
  text-align: center;
884
887
  vertical-align: middle;
@@ -1264,6 +1267,10 @@
1264
1267
  margin: 1px 0;
1265
1268
  }
1266
1269
 
1270
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
1271
+ color: #333;
1272
+ }
1273
+
1267
1274
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
1268
1275
  background: #e6e6e6;
1269
1276
  border-color: #8c8c8c;
@@ -1290,11 +1297,7 @@
1290
1297
  border-left: 1px solid #adadad;
1291
1298
  }
1292
1299
 
1293
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text {
1294
- color: #333;
1295
- }
1296
-
1297
- .e-toolbar .e-icons {
1300
+ .e-toolbar .e-tbar-btn.e-btn .e-icons {
1298
1301
  color: #333;
1299
1302
  }
1300
1303
 
@@ -1304,16 +1307,12 @@
1304
1307
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1305
1308
  }
1306
1309
 
1307
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn-text {
1308
- color: #333;
1309
- }
1310
-
1311
1310
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1312
1311
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1313
1312
  background: #d4d4d4;
1314
1313
  border: 0;
1315
- border-left: 1px none #d4d4d4;
1316
1314
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1315
+ border-left: 1px none #d4d4d4;
1317
1316
  }
1318
1317
 
1319
1318
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
@@ -1392,6 +1391,10 @@
1392
1391
  content: '';
1393
1392
  }
1394
1393
 
1394
+ .e-toolbar .e-hor-nav.e-nav-active:active, .e-toolbar .e-hor-nav.e-nav-active:focus, .e-toolbar .e-hor-nav.e-nav-active:hover {
1395
+ border-bottom-right-radius: 0;
1396
+ }
1397
+
1395
1398
  .e-toolbar .e-hor-nav:active {
1396
1399
  border: 0;
1397
1400
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
@@ -696,6 +696,8 @@
696
696
  }
697
697
 
698
698
  .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
699
+ -ms-flex-align: center;
700
+ align-items: center;
699
701
  display: -ms-inline-flexbox;
700
702
  display: inline-flex;
701
703
  -ms-flex-pack: start;
@@ -882,6 +884,7 @@
882
884
 
883
885
  .e-toolbar .e-popup-down-icon.e-icons,
884
886
  .e-toolbar .e-popup-up-icon.e-icons {
887
+ color: #495057;
885
888
  display: table-cell;
886
889
  text-align: center;
887
890
  vertical-align: middle;
@@ -1258,6 +1261,10 @@
1258
1261
  color: #495057;
1259
1262
  }
1260
1263
 
1264
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-toolbar-item .e-tbar-btn-text {
1265
+ color: #495057;
1266
+ }
1267
+
1261
1268
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
1262
1269
  background: #6c757d;
1263
1270
  border-color: #6c757d;
@@ -1280,11 +1287,7 @@
1280
1287
  color: #fff;
1281
1288
  }
1282
1289
 
1283
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text {
1284
- color: #495057;
1285
- }
1286
-
1287
- .e-toolbar .e-icons {
1290
+ .e-toolbar .e-tbar-btn.e-btn .e-icons {
1288
1291
  color: #495057;
1289
1292
  }
1290
1293
 
@@ -1315,15 +1318,10 @@
1315
1318
  background: #fff;
1316
1319
  }
1317
1320
 
1318
- .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn-text {
1319
- color: #495057;
1320
- }
1321
-
1322
1321
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
1323
1322
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
1324
1323
  background: #6c757d;
1325
1324
  border: 3px solid #adb5bd;
1326
- border-left: 1px none #6c757d;
1327
1325
  box-shadow: none;
1328
1326
  }
1329
1327
 
@@ -1416,6 +1414,10 @@
1416
1414
  content: '';
1417
1415
  }
1418
1416
 
1417
+ .e-toolbar .e-hor-nav.e-nav-active:active, .e-toolbar .e-hor-nav.e-nav-active:focus, .e-toolbar .e-hor-nav.e-nav-active:hover {
1418
+ border-bottom-right-radius: 0;
1419
+ }
1420
+
1419
1421
  .e-toolbar .e-hor-nav:active {
1420
1422
  border: 3px solid #adb5bd;
1421
1423
  box-shadow: none;
@@ -1434,8 +1436,8 @@
1434
1436
  .e-toolbar .e-hor-nav:hover {
1435
1437
  background: #6c757d;
1436
1438
  border-left: 0;
1437
- color: #fff;
1438
1439
  background: #5a6268;
1440
+ color: #fff;
1439
1441
  }
1440
1442
 
1441
1443
  .e-toolbar .e-hor-nav:hover .e-icons {
@@ -1445,8 +1447,8 @@
1445
1447
  .e-toolbar .e-hor-nav:focus {
1446
1448
  background: #6c757d;
1447
1449
  border-left: 0;
1448
- color: #fff;
1449
1450
  border-color: transparent;
1451
+ color: #fff;
1450
1452
  }
1451
1453
 
1452
1454
  .e-toolbar .e-hor-nav:focus .e-icons {