@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.
- package/@syncfusion/ej2-angular-navigations.es5.js +295 -69
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +280 -69
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +33 -0
- package/README.md +15 -0
- package/dist/ej2-angular-navigations.umd.js +307 -73
- package/dist/ej2-angular-navigations.umd.js.map +1 -1
- package/dist/ej2-angular-navigations.umd.min.js +2 -2
- package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
- package/ej2-angular-navigations.d.ts +5 -4
- package/ej2-angular-navigations.metadata.json +1 -1
- package/package.json +11 -9
- package/postinstall/tagchange.js +1 -1
- package/schematics/utils/lib-details.d.ts +3 -3
- package/schematics/utils/lib-details.js +3 -3
- package/schematics/utils/lib-details.ts +3 -3
- package/src/accordion/accordion.component.d.ts +6 -1
- package/src/breadcrumb/breadcrumb-all.module.d.ts +5 -0
- package/src/breadcrumb/breadcrumb.component.d.ts +44 -0
- package/src/breadcrumb/breadcrumb.module.d.ts +5 -0
- package/src/breadcrumb/items.directive.d.ts +41 -0
- package/src/context-menu/contextmenu.component.d.ts +7 -0
- package/src/index.d.ts +4 -0
- package/src/menu/menu.component.d.ts +7 -0
- package/src/sidebar/sidebar.component.d.ts +5 -0
- package/src/tab/tab.component.d.ts +11 -0
- package/src/toolbar/items.directive.d.ts +1 -0
- package/src/toolbar/toolbar.component.d.ts +4 -0
- package/src/treeview/treeview.component.d.ts +22 -0
- package/styles/accordion/bootstrap5-dark.css +428 -0
- package/styles/accordion/bootstrap5-dark.scss +1 -0
- package/styles/accordion/bootstrap5.css +428 -0
- package/styles/accordion/bootstrap5.scss +1 -0
- package/styles/accordion/highcontrast-light.css +0 -1
- package/styles/accordion/highcontrast.css +0 -1
- package/styles/accordion/material-dark.css +2 -2
- package/styles/accordion/tailwind-dark.css +1 -1
- package/styles/bootstrap-dark.css +352 -60
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +349 -57
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +351 -60
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +9922 -0
- package/styles/bootstrap5-dark.scss +10 -0
- package/styles/bootstrap5.css +9922 -0
- package/styles/bootstrap5.scss +10 -0
- package/styles/breadcrumb/bootstrap-dark.css +279 -0
- package/styles/breadcrumb/bootstrap-dark.scss +1 -0
- package/styles/breadcrumb/bootstrap.css +279 -0
- package/styles/breadcrumb/bootstrap.scss +1 -0
- package/styles/breadcrumb/bootstrap4.css +279 -0
- package/styles/breadcrumb/bootstrap4.scss +1 -0
- package/styles/breadcrumb/bootstrap5-dark.css +297 -0
- package/styles/breadcrumb/bootstrap5-dark.scss +1 -0
- package/styles/breadcrumb/bootstrap5.css +297 -0
- package/styles/breadcrumb/bootstrap5.scss +1 -0
- package/styles/breadcrumb/fabric-dark.css +277 -0
- package/styles/breadcrumb/fabric-dark.scss +1 -0
- package/styles/breadcrumb/fabric.css +277 -0
- package/styles/breadcrumb/fabric.scss +1 -0
- package/styles/breadcrumb/highcontrast-light.css +285 -0
- package/styles/breadcrumb/highcontrast-light.scss +1 -0
- package/styles/breadcrumb/highcontrast.css +285 -0
- package/styles/breadcrumb/highcontrast.scss +1 -0
- package/styles/breadcrumb/material-dark.css +259 -0
- package/styles/breadcrumb/material-dark.scss +1 -0
- package/styles/breadcrumb/material.css +259 -0
- package/styles/breadcrumb/material.scss +1 -0
- package/styles/breadcrumb/tailwind-dark.css +280 -0
- package/styles/breadcrumb/tailwind-dark.scss +1 -0
- package/styles/breadcrumb/tailwind.css +280 -0
- package/styles/breadcrumb/tailwind.scss +1 -0
- package/styles/context-menu/bootstrap5-dark.css +382 -0
- package/styles/context-menu/bootstrap5-dark.scss +1 -0
- package/styles/context-menu/bootstrap5.css +382 -0
- package/styles/context-menu/bootstrap5.scss +1 -0
- package/styles/fabric-dark.css +352 -78
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +346 -72
- package/styles/fabric.scss +1 -0
- package/styles/h-scroll/bootstrap5-dark.css +328 -0
- package/styles/h-scroll/bootstrap5-dark.scss +1 -0
- package/styles/h-scroll/bootstrap5.css +328 -0
- package/styles/h-scroll/bootstrap5.scss +1 -0
- package/styles/h-scroll/fabric-dark.css +1 -1
- package/styles/h-scroll/highcontrast.css +1 -1
- package/styles/highcontrast-light.css +354 -73
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +356 -75
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +360 -105
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +324 -69
- package/styles/material.scss +1 -0
- package/styles/menu/bootstrap-dark.css +36 -36
- package/styles/menu/bootstrap.css +36 -36
- package/styles/menu/bootstrap4.css +34 -34
- package/styles/menu/bootstrap5-dark.css +1251 -0
- package/styles/menu/bootstrap5-dark.scss +1 -0
- package/styles/menu/bootstrap5.css +1251 -0
- package/styles/menu/bootstrap5.scss +1 -0
- package/styles/menu/fabric-dark.css +36 -36
- package/styles/menu/fabric.css +36 -36
- package/styles/menu/highcontrast-light.css +36 -36
- package/styles/menu/highcontrast.css +36 -36
- package/styles/menu/material-dark.css +36 -36
- package/styles/menu/material.css +36 -36
- package/styles/menu/tailwind-dark.css +36 -36
- package/styles/menu/tailwind.css +36 -36
- package/styles/sidebar/bootstrap5-dark.css +155 -0
- package/styles/sidebar/bootstrap5-dark.scss +1 -0
- package/styles/sidebar/bootstrap5.css +155 -0
- package/styles/sidebar/bootstrap5.scss +1 -0
- package/styles/sidebar/highcontrast.css +1 -1
- package/styles/tab/bootstrap-dark.css +15 -14
- package/styles/tab/bootstrap.css +12 -11
- package/styles/tab/bootstrap4.css +15 -14
- package/styles/tab/bootstrap5-dark.css +4442 -0
- package/styles/tab/bootstrap5-dark.scss +1 -0
- package/styles/tab/bootstrap5.css +4442 -0
- package/styles/tab/bootstrap5.scss +1 -0
- package/styles/tab/fabric-dark.css +16 -15
- package/styles/tab/fabric.css +14 -13
- package/styles/tab/highcontrast-light.css +14 -13
- package/styles/tab/highcontrast.css +14 -13
- package/styles/tab/material-dark.css +36 -35
- package/styles/tab/material.css +11 -10
- package/styles/tab/tailwind-dark.css +27 -39
- package/styles/tab/tailwind.css +22 -34
- package/styles/tailwind-dark.css +379 -111
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +364 -96
- package/styles/tailwind.scss +1 -0
- package/styles/toolbar/bootstrap-dark.css +13 -10
- package/styles/toolbar/bootstrap.css +13 -10
- package/styles/toolbar/bootstrap4.css +14 -12
- package/styles/toolbar/bootstrap5-dark.css +1409 -0
- package/styles/toolbar/bootstrap5-dark.scss +1 -0
- package/styles/toolbar/bootstrap5.css +1409 -0
- package/styles/toolbar/bootstrap5.scss +1 -0
- package/styles/toolbar/fabric-dark.css +13 -26
- package/styles/toolbar/fabric.css +10 -23
- package/styles/toolbar/highcontrast-light.css +10 -23
- package/styles/toolbar/highcontrast.css +10 -23
- package/styles/toolbar/material-dark.css +11 -24
- package/styles/toolbar/material.css +10 -23
- package/styles/toolbar/tailwind-dark.css +20 -29
- package/styles/toolbar/tailwind.css +16 -25
- package/styles/treeview/bootstrap-dark.css +8 -0
- package/styles/treeview/bootstrap.css +8 -0
- package/styles/treeview/bootstrap4.css +8 -0
- package/styles/treeview/bootstrap5-dark.css +974 -0
- package/styles/treeview/bootstrap5-dark.scss +1 -0
- package/styles/treeview/bootstrap5.css +974 -0
- package/styles/treeview/bootstrap5.scss +1 -0
- package/styles/treeview/fabric-dark.css +8 -0
- package/styles/treeview/fabric.css +8 -0
- package/styles/treeview/highcontrast-light.css +8 -0
- package/styles/treeview/highcontrast.css +8 -0
- package/styles/treeview/material-dark.css +15 -7
- package/styles/treeview/material.css +8 -0
- package/styles/treeview/tailwind-dark.css +10 -2
- package/styles/treeview/tailwind.css +9 -1
- package/styles/v-scroll/bootstrap5-dark.css +247 -0
- package/styles/v-scroll/bootstrap5-dark.scss +1 -0
- package/styles/v-scroll/bootstrap5.css +247 -0
- package/styles/v-scroll/bootstrap5.scss +1 -0
- package/styles/v-scroll/material-dark.css +1 -1
- package/styles/v-scroll/tailwind-dark.css +4 -4
package/styles/tailwind.scss
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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 {
|