@syncfusion/ej2-navigations 19.4.41 → 19.4.52
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 +42 -0
- package/README.md +1 -1
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +52 -27
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +51 -26
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/accordion/accordion.js +10 -8
- package/src/common/menu-base.d.ts +1 -1
- package/src/common/menu-base.js +21 -12
- package/src/tab/tab.js +1 -0
- package/src/toolbar/toolbar.js +19 -6
- package/styles/bootstrap-dark.css +8 -4
- package/styles/bootstrap.css +8 -4
- package/styles/bootstrap4.css +8 -4
- package/styles/bootstrap5-dark.css +8 -4
- package/styles/bootstrap5.css +8 -4
- package/styles/breadcrumb/_layout.scss +1 -1
- package/styles/breadcrumb/bootstrap-dark.css +1 -1
- package/styles/breadcrumb/bootstrap.css +1 -1
- package/styles/breadcrumb/bootstrap4.css +1 -1
- package/styles/breadcrumb/bootstrap5-dark.css +1 -1
- package/styles/breadcrumb/bootstrap5.css +1 -1
- package/styles/breadcrumb/fabric-dark.css +1 -1
- package/styles/breadcrumb/fabric.css +1 -1
- package/styles/breadcrumb/highcontrast-light.css +1 -1
- package/styles/breadcrumb/highcontrast.css +1 -1
- package/styles/breadcrumb/material-dark.css +1 -1
- package/styles/breadcrumb/material.css +1 -1
- package/styles/breadcrumb/tailwind-dark.css +1 -1
- package/styles/breadcrumb/tailwind.css +1 -1
- package/styles/fabric-dark.css +8 -4
- package/styles/fabric.css +8 -4
- package/styles/highcontrast-light.css +8 -4
- package/styles/highcontrast.css +8 -4
- package/styles/material-dark.css +8 -4
- package/styles/material.css +8 -4
- package/styles/menu/_layout.scss +2 -1
- package/styles/menu/bootstrap-dark.css +2 -1
- package/styles/menu/bootstrap.css +2 -1
- package/styles/menu/bootstrap4.css +2 -1
- package/styles/menu/bootstrap5-dark.css +2 -1
- package/styles/menu/bootstrap5.css +2 -1
- package/styles/menu/fabric-dark.css +2 -1
- package/styles/menu/fabric.css +2 -1
- package/styles/menu/highcontrast-light.css +2 -1
- package/styles/menu/highcontrast.css +2 -1
- package/styles/menu/material-dark.css +2 -1
- package/styles/menu/material.css +2 -1
- package/styles/menu/tailwind-dark.css +2 -1
- package/styles/menu/tailwind.css +2 -1
- package/styles/tailwind-dark.css +8 -4
- package/styles/tailwind.css +8 -4
- package/styles/toolbar/_layout.scss +4 -2
- package/styles/toolbar/bootstrap-dark.css +5 -2
- package/styles/toolbar/bootstrap.css +5 -2
- package/styles/toolbar/bootstrap4.css +5 -2
- package/styles/toolbar/bootstrap5-dark.css +5 -2
- package/styles/toolbar/bootstrap5.css +5 -2
- package/styles/toolbar/fabric-dark.css +5 -2
- package/styles/toolbar/fabric.css +5 -2
- package/styles/toolbar/highcontrast-light.css +5 -2
- package/styles/toolbar/highcontrast.css +5 -2
- package/styles/toolbar/material-dark.css +5 -2
- package/styles/toolbar/material.css +5 -2
- package/styles/toolbar/tailwind-dark.css +5 -2
- package/styles/toolbar/tailwind.css +5 -2
package/styles/fabric-dark.css
CHANGED
|
@@ -711,7 +711,9 @@
|
|
|
711
711
|
}
|
|
712
712
|
|
|
713
713
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
714
|
-
.e-
|
|
714
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
715
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
716
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
715
717
|
display: none;
|
|
716
718
|
}
|
|
717
719
|
|
|
@@ -1413,7 +1415,8 @@
|
|
|
1413
1415
|
margin: 1px 0;
|
|
1414
1416
|
}
|
|
1415
1417
|
|
|
1416
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1418
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1419
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1417
1420
|
display: none;
|
|
1418
1421
|
}
|
|
1419
1422
|
|
|
@@ -8311,7 +8314,7 @@ ejs-sidebar {
|
|
|
8311
8314
|
-webkit-user-select: none;
|
|
8312
8315
|
-ms-user-select: none;
|
|
8313
8316
|
user-select: none;
|
|
8314
|
-
font-size:
|
|
8317
|
+
font-size: 0;
|
|
8315
8318
|
padding: 0;
|
|
8316
8319
|
text-align: left;
|
|
8317
8320
|
white-space: nowrap;
|
|
@@ -8376,6 +8379,7 @@ ejs-sidebar {
|
|
|
8376
8379
|
position: relative;
|
|
8377
8380
|
display: -ms-inline-flexbox;
|
|
8378
8381
|
display: inline-flex;
|
|
8382
|
+
font-size: 13px;
|
|
8379
8383
|
height: 42px;
|
|
8380
8384
|
line-height: 42px;
|
|
8381
8385
|
padding: 0 8px;
|
|
@@ -9702,7 +9706,7 @@ ejs-sidebar {
|
|
|
9702
9706
|
-ms-flex-positive: 1;
|
|
9703
9707
|
flex-grow: 1;
|
|
9704
9708
|
-ms-flex-pack: end;
|
|
9705
|
-
justify-content: end;
|
|
9709
|
+
justify-content: flex-end;
|
|
9706
9710
|
}
|
|
9707
9711
|
|
|
9708
9712
|
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
|
package/styles/fabric.css
CHANGED
|
@@ -713,7 +713,9 @@
|
|
|
713
713
|
}
|
|
714
714
|
|
|
715
715
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
716
|
-
.e-
|
|
716
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
717
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
718
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
717
719
|
display: none;
|
|
718
720
|
}
|
|
719
721
|
|
|
@@ -1415,7 +1417,8 @@
|
|
|
1415
1417
|
margin: 1px 0;
|
|
1416
1418
|
}
|
|
1417
1419
|
|
|
1418
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1420
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1421
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1419
1422
|
display: none;
|
|
1420
1423
|
}
|
|
1421
1424
|
|
|
@@ -8321,7 +8324,7 @@ ejs-sidebar {
|
|
|
8321
8324
|
-webkit-user-select: none;
|
|
8322
8325
|
-ms-user-select: none;
|
|
8323
8326
|
user-select: none;
|
|
8324
|
-
font-size:
|
|
8327
|
+
font-size: 0;
|
|
8325
8328
|
padding: 0;
|
|
8326
8329
|
text-align: left;
|
|
8327
8330
|
white-space: nowrap;
|
|
@@ -8386,6 +8389,7 @@ ejs-sidebar {
|
|
|
8386
8389
|
position: relative;
|
|
8387
8390
|
display: -ms-inline-flexbox;
|
|
8388
8391
|
display: inline-flex;
|
|
8392
|
+
font-size: 13px;
|
|
8389
8393
|
height: 42px;
|
|
8390
8394
|
line-height: 42px;
|
|
8391
8395
|
padding: 0 8px;
|
|
@@ -9712,7 +9716,7 @@ ejs-sidebar {
|
|
|
9712
9716
|
-ms-flex-positive: 1;
|
|
9713
9717
|
flex-grow: 1;
|
|
9714
9718
|
-ms-flex-pack: end;
|
|
9715
|
-
justify-content: end;
|
|
9719
|
+
justify-content: flex-end;
|
|
9716
9720
|
}
|
|
9717
9721
|
|
|
9718
9722
|
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
|
|
@@ -741,7 +741,9 @@
|
|
|
741
741
|
}
|
|
742
742
|
|
|
743
743
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
744
|
-
.e-
|
|
744
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
745
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
746
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
745
747
|
display: none;
|
|
746
748
|
}
|
|
747
749
|
|
|
@@ -1443,7 +1445,8 @@
|
|
|
1443
1445
|
margin: 1px 0;
|
|
1444
1446
|
}
|
|
1445
1447
|
|
|
1446
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1448
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1449
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1447
1450
|
display: none;
|
|
1448
1451
|
}
|
|
1449
1452
|
|
|
@@ -8657,7 +8660,7 @@ ejs-sidebar {
|
|
|
8657
8660
|
-webkit-user-select: none;
|
|
8658
8661
|
-ms-user-select: none;
|
|
8659
8662
|
user-select: none;
|
|
8660
|
-
font-size:
|
|
8663
|
+
font-size: 0;
|
|
8661
8664
|
padding: 0;
|
|
8662
8665
|
text-align: left;
|
|
8663
8666
|
white-space: nowrap;
|
|
@@ -8722,6 +8725,7 @@ ejs-sidebar {
|
|
|
8722
8725
|
position: relative;
|
|
8723
8726
|
display: -ms-inline-flexbox;
|
|
8724
8727
|
display: inline-flex;
|
|
8728
|
+
font-size: 14px;
|
|
8725
8729
|
height: 36px;
|
|
8726
8730
|
line-height: 36px;
|
|
8727
8731
|
padding: 0 16px;
|
|
@@ -10048,7 +10052,7 @@ ejs-sidebar {
|
|
|
10048
10052
|
-ms-flex-positive: 1;
|
|
10049
10053
|
flex-grow: 1;
|
|
10050
10054
|
-ms-flex-pack: end;
|
|
10051
|
-
justify-content: end;
|
|
10055
|
+
justify-content: flex-end;
|
|
10052
10056
|
}
|
|
10053
10057
|
|
|
10054
10058
|
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
|
package/styles/highcontrast.css
CHANGED
|
@@ -743,7 +743,9 @@
|
|
|
743
743
|
}
|
|
744
744
|
|
|
745
745
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
746
|
-
.e-
|
|
746
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
747
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
748
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
747
749
|
display: none;
|
|
748
750
|
}
|
|
749
751
|
|
|
@@ -1445,7 +1447,8 @@
|
|
|
1445
1447
|
margin: 1px 0;
|
|
1446
1448
|
}
|
|
1447
1449
|
|
|
1448
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1450
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1451
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1449
1452
|
display: none;
|
|
1450
1453
|
}
|
|
1451
1454
|
|
|
@@ -8686,7 +8689,7 @@ ejs-sidebar {
|
|
|
8686
8689
|
-webkit-user-select: none;
|
|
8687
8690
|
-ms-user-select: none;
|
|
8688
8691
|
user-select: none;
|
|
8689
|
-
font-size:
|
|
8692
|
+
font-size: 0;
|
|
8690
8693
|
padding: 0;
|
|
8691
8694
|
text-align: left;
|
|
8692
8695
|
white-space: nowrap;
|
|
@@ -8751,6 +8754,7 @@ ejs-sidebar {
|
|
|
8751
8754
|
position: relative;
|
|
8752
8755
|
display: -ms-inline-flexbox;
|
|
8753
8756
|
display: inline-flex;
|
|
8757
|
+
font-size: 13px;
|
|
8754
8758
|
height: 40px;
|
|
8755
8759
|
line-height: 40px;
|
|
8756
8760
|
padding: 0 8px;
|
|
@@ -10077,7 +10081,7 @@ ejs-sidebar {
|
|
|
10077
10081
|
-ms-flex-positive: 1;
|
|
10078
10082
|
flex-grow: 1;
|
|
10079
10083
|
-ms-flex-pack: end;
|
|
10080
|
-
justify-content: end;
|
|
10084
|
+
justify-content: flex-end;
|
|
10081
10085
|
}
|
|
10082
10086
|
|
|
10083
10087
|
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
|
package/styles/material-dark.css
CHANGED
|
@@ -791,7 +791,9 @@
|
|
|
791
791
|
}
|
|
792
792
|
|
|
793
793
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
794
|
-
.e-
|
|
794
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
795
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
796
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
795
797
|
display: none;
|
|
796
798
|
}
|
|
797
799
|
|
|
@@ -1492,7 +1494,8 @@
|
|
|
1492
1494
|
white-space: normal;
|
|
1493
1495
|
}
|
|
1494
1496
|
|
|
1495
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1497
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1498
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1496
1499
|
display: none;
|
|
1497
1500
|
}
|
|
1498
1501
|
|
|
@@ -8171,7 +8174,7 @@ ejs-sidebar {
|
|
|
8171
8174
|
-webkit-user-select: none;
|
|
8172
8175
|
-ms-user-select: none;
|
|
8173
8176
|
user-select: none;
|
|
8174
|
-
font-size:
|
|
8177
|
+
font-size: 0;
|
|
8175
8178
|
padding: 0;
|
|
8176
8179
|
text-align: left;
|
|
8177
8180
|
white-space: nowrap;
|
|
@@ -8236,6 +8239,7 @@ ejs-sidebar {
|
|
|
8236
8239
|
position: relative;
|
|
8237
8240
|
display: -ms-inline-flexbox;
|
|
8238
8241
|
display: inline-flex;
|
|
8242
|
+
font-size: 13px;
|
|
8239
8243
|
height: 42px;
|
|
8240
8244
|
line-height: 42px;
|
|
8241
8245
|
padding: 0 12px;
|
|
@@ -9553,7 +9557,7 @@ ejs-sidebar {
|
|
|
9553
9557
|
-ms-flex-positive: 1;
|
|
9554
9558
|
flex-grow: 1;
|
|
9555
9559
|
-ms-flex-pack: end;
|
|
9556
|
-
justify-content: end;
|
|
9560
|
+
justify-content: flex-end;
|
|
9557
9561
|
}
|
|
9558
9562
|
|
|
9559
9563
|
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
|
package/styles/material.css
CHANGED
|
@@ -796,7 +796,9 @@
|
|
|
796
796
|
}
|
|
797
797
|
|
|
798
798
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
799
|
-
.e-
|
|
799
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
800
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
801
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
800
802
|
display: none;
|
|
801
803
|
}
|
|
802
804
|
|
|
@@ -1497,7 +1499,8 @@
|
|
|
1497
1499
|
white-space: normal;
|
|
1498
1500
|
}
|
|
1499
1501
|
|
|
1500
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1502
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1503
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1501
1504
|
display: none;
|
|
1502
1505
|
}
|
|
1503
1506
|
|
|
@@ -8188,7 +8191,7 @@ ejs-sidebar {
|
|
|
8188
8191
|
-webkit-user-select: none;
|
|
8189
8192
|
-ms-user-select: none;
|
|
8190
8193
|
user-select: none;
|
|
8191
|
-
font-size:
|
|
8194
|
+
font-size: 0;
|
|
8192
8195
|
padding: 0;
|
|
8193
8196
|
text-align: left;
|
|
8194
8197
|
white-space: nowrap;
|
|
@@ -8253,6 +8256,7 @@ ejs-sidebar {
|
|
|
8253
8256
|
position: relative;
|
|
8254
8257
|
display: -ms-inline-flexbox;
|
|
8255
8258
|
display: inline-flex;
|
|
8259
|
+
font-size: 13px;
|
|
8256
8260
|
height: 42px;
|
|
8257
8261
|
line-height: 42px;
|
|
8258
8262
|
padding: 0 12px;
|
|
@@ -9570,7 +9574,7 @@ ejs-sidebar {
|
|
|
9570
9574
|
-ms-flex-positive: 1;
|
|
9571
9575
|
flex-grow: 1;
|
|
9572
9576
|
-ms-flex-pack: end;
|
|
9573
|
-
justify-content: end;
|
|
9577
|
+
justify-content: flex-end;
|
|
9574
9578
|
}
|
|
9575
9579
|
|
|
9576
9580
|
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
|
package/styles/menu/_layout.scss
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
@at-root {
|
|
16
16
|
& ul {
|
|
17
17
|
@include ul-layout;
|
|
18
|
-
font-size:
|
|
18
|
+
font-size: 0;
|
|
19
19
|
padding: $menu-ul-padding;
|
|
20
20
|
text-align: left;
|
|
21
21
|
white-space: nowrap;
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
& .e-menu-item {
|
|
54
54
|
@include li-layout;
|
|
55
55
|
display: inline-flex;
|
|
56
|
+
font-size: $menu-font-size;
|
|
56
57
|
height: $menu-li-height;
|
|
57
58
|
line-height: $menu-li-height;
|
|
58
59
|
padding: $menu-li-padding;
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
-webkit-user-select: none;
|
|
107
107
|
-ms-user-select: none;
|
|
108
108
|
user-select: none;
|
|
109
|
-
font-size:
|
|
109
|
+
font-size: 0;
|
|
110
110
|
padding: 0;
|
|
111
111
|
text-align: left;
|
|
112
112
|
white-space: nowrap;
|
|
@@ -171,6 +171,7 @@
|
|
|
171
171
|
position: relative;
|
|
172
172
|
display: -ms-inline-flexbox;
|
|
173
173
|
display: inline-flex;
|
|
174
|
+
font-size: 14px;
|
|
174
175
|
height: 42px;
|
|
175
176
|
line-height: 42px;
|
|
176
177
|
padding: 0 15px;
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
-webkit-user-select: none;
|
|
109
109
|
-ms-user-select: none;
|
|
110
110
|
user-select: none;
|
|
111
|
-
font-size:
|
|
111
|
+
font-size: 0;
|
|
112
112
|
padding: 0;
|
|
113
113
|
text-align: left;
|
|
114
114
|
white-space: nowrap;
|
|
@@ -173,6 +173,7 @@
|
|
|
173
173
|
position: relative;
|
|
174
174
|
display: -ms-inline-flexbox;
|
|
175
175
|
display: inline-flex;
|
|
176
|
+
font-size: 14px;
|
|
176
177
|
height: 40px;
|
|
177
178
|
line-height: 40px;
|
|
178
179
|
padding: 0 12px;
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
-webkit-user-select: none;
|
|
109
109
|
-ms-user-select: none;
|
|
110
110
|
user-select: none;
|
|
111
|
-
font-size:
|
|
111
|
+
font-size: 0;
|
|
112
112
|
padding: 0;
|
|
113
113
|
text-align: left;
|
|
114
114
|
white-space: nowrap;
|
|
@@ -173,6 +173,7 @@
|
|
|
173
173
|
position: relative;
|
|
174
174
|
display: -ms-inline-flexbox;
|
|
175
175
|
display: inline-flex;
|
|
176
|
+
font-size: 14px;
|
|
176
177
|
height: 30px;
|
|
177
178
|
line-height: 30px;
|
|
178
179
|
padding: 0 12px;
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
-webkit-user-select: none;
|
|
119
119
|
-ms-user-select: none;
|
|
120
120
|
user-select: none;
|
|
121
|
-
font-size:
|
|
121
|
+
font-size: 0;
|
|
122
122
|
padding: 0;
|
|
123
123
|
text-align: left;
|
|
124
124
|
white-space: nowrap;
|
|
@@ -183,6 +183,7 @@
|
|
|
183
183
|
position: relative;
|
|
184
184
|
display: -ms-inline-flexbox;
|
|
185
185
|
display: inline-flex;
|
|
186
|
+
font-size: 14px;
|
|
186
187
|
height: 50px;
|
|
187
188
|
line-height: 50px;
|
|
188
189
|
padding: 0 12px;
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
-webkit-user-select: none;
|
|
119
119
|
-ms-user-select: none;
|
|
120
120
|
user-select: none;
|
|
121
|
-
font-size:
|
|
121
|
+
font-size: 0;
|
|
122
122
|
padding: 0;
|
|
123
123
|
text-align: left;
|
|
124
124
|
white-space: nowrap;
|
|
@@ -183,6 +183,7 @@
|
|
|
183
183
|
position: relative;
|
|
184
184
|
display: -ms-inline-flexbox;
|
|
185
185
|
display: inline-flex;
|
|
186
|
+
font-size: 14px;
|
|
186
187
|
height: 50px;
|
|
187
188
|
line-height: 50px;
|
|
188
189
|
padding: 0 12px;
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
-webkit-user-select: none;
|
|
107
107
|
-ms-user-select: none;
|
|
108
108
|
user-select: none;
|
|
109
|
-
font-size:
|
|
109
|
+
font-size: 0;
|
|
110
110
|
padding: 0;
|
|
111
111
|
text-align: left;
|
|
112
112
|
white-space: nowrap;
|
|
@@ -171,6 +171,7 @@
|
|
|
171
171
|
position: relative;
|
|
172
172
|
display: -ms-inline-flexbox;
|
|
173
173
|
display: inline-flex;
|
|
174
|
+
font-size: 13px;
|
|
174
175
|
height: 42px;
|
|
175
176
|
line-height: 42px;
|
|
176
177
|
padding: 0 8px;
|
package/styles/menu/fabric.css
CHANGED
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
-webkit-user-select: none;
|
|
108
108
|
-ms-user-select: none;
|
|
109
109
|
user-select: none;
|
|
110
|
-
font-size:
|
|
110
|
+
font-size: 0;
|
|
111
111
|
padding: 0;
|
|
112
112
|
text-align: left;
|
|
113
113
|
white-space: nowrap;
|
|
@@ -172,6 +172,7 @@
|
|
|
172
172
|
position: relative;
|
|
173
173
|
display: -ms-inline-flexbox;
|
|
174
174
|
display: inline-flex;
|
|
175
|
+
font-size: 13px;
|
|
175
176
|
height: 42px;
|
|
176
177
|
line-height: 42px;
|
|
177
178
|
padding: 0 8px;
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
-webkit-user-select: none;
|
|
107
107
|
-ms-user-select: none;
|
|
108
108
|
user-select: none;
|
|
109
|
-
font-size:
|
|
109
|
+
font-size: 0;
|
|
110
110
|
padding: 0;
|
|
111
111
|
text-align: left;
|
|
112
112
|
white-space: nowrap;
|
|
@@ -171,6 +171,7 @@
|
|
|
171
171
|
position: relative;
|
|
172
172
|
display: -ms-inline-flexbox;
|
|
173
173
|
display: inline-flex;
|
|
174
|
+
font-size: 14px;
|
|
174
175
|
height: 36px;
|
|
175
176
|
line-height: 36px;
|
|
176
177
|
padding: 0 16px;
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
-webkit-user-select: none;
|
|
108
108
|
-ms-user-select: none;
|
|
109
109
|
user-select: none;
|
|
110
|
-
font-size:
|
|
110
|
+
font-size: 0;
|
|
111
111
|
padding: 0;
|
|
112
112
|
text-align: left;
|
|
113
113
|
white-space: nowrap;
|
|
@@ -172,6 +172,7 @@
|
|
|
172
172
|
position: relative;
|
|
173
173
|
display: -ms-inline-flexbox;
|
|
174
174
|
display: inline-flex;
|
|
175
|
+
font-size: 13px;
|
|
175
176
|
height: 40px;
|
|
176
177
|
line-height: 40px;
|
|
177
178
|
padding: 0 8px;
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
-webkit-user-select: none;
|
|
128
128
|
-ms-user-select: none;
|
|
129
129
|
user-select: none;
|
|
130
|
-
font-size:
|
|
130
|
+
font-size: 0;
|
|
131
131
|
padding: 0;
|
|
132
132
|
text-align: left;
|
|
133
133
|
white-space: nowrap;
|
|
@@ -192,6 +192,7 @@
|
|
|
192
192
|
position: relative;
|
|
193
193
|
display: -ms-inline-flexbox;
|
|
194
194
|
display: inline-flex;
|
|
195
|
+
font-size: 13px;
|
|
195
196
|
height: 42px;
|
|
196
197
|
line-height: 42px;
|
|
197
198
|
padding: 0 12px;
|
package/styles/menu/material.css
CHANGED
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
-webkit-user-select: none;
|
|
130
130
|
-ms-user-select: none;
|
|
131
131
|
user-select: none;
|
|
132
|
-
font-size:
|
|
132
|
+
font-size: 0;
|
|
133
133
|
padding: 0;
|
|
134
134
|
text-align: left;
|
|
135
135
|
white-space: nowrap;
|
|
@@ -194,6 +194,7 @@
|
|
|
194
194
|
position: relative;
|
|
195
195
|
display: -ms-inline-flexbox;
|
|
196
196
|
display: inline-flex;
|
|
197
|
+
font-size: 13px;
|
|
197
198
|
height: 42px;
|
|
198
199
|
line-height: 42px;
|
|
199
200
|
padding: 0 12px;
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
-webkit-user-select: none;
|
|
120
120
|
-ms-user-select: none;
|
|
121
121
|
user-select: none;
|
|
122
|
-
font-size:
|
|
122
|
+
font-size: 0;
|
|
123
123
|
padding: 0;
|
|
124
124
|
text-align: left;
|
|
125
125
|
white-space: nowrap;
|
|
@@ -184,6 +184,7 @@
|
|
|
184
184
|
position: relative;
|
|
185
185
|
display: -ms-inline-flexbox;
|
|
186
186
|
display: inline-flex;
|
|
187
|
+
font-size: 14px;
|
|
187
188
|
height: 38px;
|
|
188
189
|
line-height: 38px;
|
|
189
190
|
padding: 0 12px;
|
package/styles/menu/tailwind.css
CHANGED
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
-webkit-user-select: none;
|
|
120
120
|
-ms-user-select: none;
|
|
121
121
|
user-select: none;
|
|
122
|
-
font-size:
|
|
122
|
+
font-size: 0;
|
|
123
123
|
padding: 0;
|
|
124
124
|
text-align: left;
|
|
125
125
|
white-space: nowrap;
|
|
@@ -184,6 +184,7 @@
|
|
|
184
184
|
position: relative;
|
|
185
185
|
display: -ms-inline-flexbox;
|
|
186
186
|
display: inline-flex;
|
|
187
|
+
font-size: 14px;
|
|
187
188
|
height: 38px;
|
|
188
189
|
line-height: 38px;
|
|
189
190
|
padding: 0 12px;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -755,7 +755,9 @@
|
|
|
755
755
|
}
|
|
756
756
|
|
|
757
757
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
758
|
-
.e-
|
|
758
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
759
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
760
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
759
761
|
display: none;
|
|
760
762
|
}
|
|
761
763
|
|
|
@@ -1454,7 +1456,8 @@
|
|
|
1454
1456
|
white-space: normal;
|
|
1455
1457
|
}
|
|
1456
1458
|
|
|
1457
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1459
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1460
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1458
1461
|
display: none;
|
|
1459
1462
|
}
|
|
1460
1463
|
|
|
@@ -8260,7 +8263,7 @@ ejs-sidebar {
|
|
|
8260
8263
|
-webkit-user-select: none;
|
|
8261
8264
|
-ms-user-select: none;
|
|
8262
8265
|
user-select: none;
|
|
8263
|
-
font-size:
|
|
8266
|
+
font-size: 0;
|
|
8264
8267
|
padding: 0;
|
|
8265
8268
|
text-align: left;
|
|
8266
8269
|
white-space: nowrap;
|
|
@@ -8325,6 +8328,7 @@ ejs-sidebar {
|
|
|
8325
8328
|
position: relative;
|
|
8326
8329
|
display: -ms-inline-flexbox;
|
|
8327
8330
|
display: inline-flex;
|
|
8331
|
+
font-size: 14px;
|
|
8328
8332
|
height: 38px;
|
|
8329
8333
|
line-height: 38px;
|
|
8330
8334
|
padding: 0 12px;
|
|
@@ -9650,7 +9654,7 @@ ejs-sidebar {
|
|
|
9650
9654
|
-ms-flex-positive: 1;
|
|
9651
9655
|
flex-grow: 1;
|
|
9652
9656
|
-ms-flex-pack: end;
|
|
9653
|
-
justify-content: end;
|
|
9657
|
+
justify-content: flex-end;
|
|
9654
9658
|
}
|
|
9655
9659
|
|
|
9656
9660
|
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
|
package/styles/tailwind.css
CHANGED
|
@@ -755,7 +755,9 @@
|
|
|
755
755
|
}
|
|
756
756
|
|
|
757
757
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
758
|
-
.e-
|
|
758
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
759
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
760
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
759
761
|
display: none;
|
|
760
762
|
}
|
|
761
763
|
|
|
@@ -1454,7 +1456,8 @@
|
|
|
1454
1456
|
white-space: normal;
|
|
1455
1457
|
}
|
|
1456
1458
|
|
|
1457
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
1459
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
1460
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
1458
1461
|
display: none;
|
|
1459
1462
|
}
|
|
1460
1463
|
|
|
@@ -8260,7 +8263,7 @@ ejs-sidebar {
|
|
|
8260
8263
|
-webkit-user-select: none;
|
|
8261
8264
|
-ms-user-select: none;
|
|
8262
8265
|
user-select: none;
|
|
8263
|
-
font-size:
|
|
8266
|
+
font-size: 0;
|
|
8264
8267
|
padding: 0;
|
|
8265
8268
|
text-align: left;
|
|
8266
8269
|
white-space: nowrap;
|
|
@@ -8325,6 +8328,7 @@ ejs-sidebar {
|
|
|
8325
8328
|
position: relative;
|
|
8326
8329
|
display: -ms-inline-flexbox;
|
|
8327
8330
|
display: inline-flex;
|
|
8331
|
+
font-size: 14px;
|
|
8328
8332
|
height: 38px;
|
|
8329
8333
|
line-height: 38px;
|
|
8330
8334
|
padding: 0 12px;
|
|
@@ -9650,7 +9654,7 @@ ejs-sidebar {
|
|
|
9650
9654
|
-ms-flex-positive: 1;
|
|
9651
9655
|
flex-grow: 1;
|
|
9652
9656
|
-ms-flex-pack: end;
|
|
9653
|
-
justify-content: end;
|
|
9657
|
+
justify-content: flex-end;
|
|
9654
9658
|
}
|
|
9655
9659
|
|
|
9656
9660
|
.e-breadcrumb-popup.e-rtl.e-icon-right .e-breadcrumb-icon,
|
|
@@ -197,7 +197,8 @@
|
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
.e-toolbar-item.e-separator.e-multirow-separator
|
|
200
|
+
.e-toolbar-item.e-separator.e-multirow-separator,
|
|
201
|
+
.e-toolbar-item.e-separator.e-hidden {
|
|
201
202
|
display: none;
|
|
202
203
|
}
|
|
203
204
|
|
|
@@ -1063,7 +1064,8 @@
|
|
|
1063
1064
|
}
|
|
1064
1065
|
}
|
|
1065
1066
|
|
|
1066
|
-
.e-toolbar-item.e-separator.e-multirow-separator
|
|
1067
|
+
.e-toolbar-item.e-separator.e-multirow-separator,
|
|
1068
|
+
.e-toolbar-item.e-separator.e-hidden {
|
|
1067
1069
|
display: none;
|
|
1068
1070
|
}
|
|
1069
1071
|
|
|
@@ -154,7 +154,9 @@
|
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
157
|
-
.e-
|
|
157
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
158
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
159
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
158
160
|
display: none;
|
|
159
161
|
}
|
|
160
162
|
|
|
@@ -884,7 +886,8 @@
|
|
|
884
886
|
white-space: normal;
|
|
885
887
|
}
|
|
886
888
|
|
|
887
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
889
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
890
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
888
891
|
display: none;
|
|
889
892
|
}
|
|
890
893
|
|
|
@@ -157,7 +157,9 @@
|
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
160
|
-
.e-
|
|
160
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
161
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
162
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
161
163
|
display: none;
|
|
162
164
|
}
|
|
163
165
|
|
|
@@ -887,7 +889,8 @@
|
|
|
887
889
|
white-space: normal;
|
|
888
890
|
}
|
|
889
891
|
|
|
890
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
892
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
893
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
891
894
|
display: none;
|
|
892
895
|
}
|
|
893
896
|
|