@syncfusion/ej2-navigations 33.2.4 → 33.2.6
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/dist/ej2-navigations.min.js +2 -2
- 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 +21 -7
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +21 -7
- 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 +5 -5
- package/src/accordion/accordion.js +5 -5
- package/src/context-menu/context-menu.js +1 -1
- package/src/treeview/treeview.d.ts +1 -0
- package/src/treeview/treeview.js +15 -1
- package/styles/bds-lite.css +21 -2
- package/styles/bds.css +23 -4
- package/styles/bootstrap-dark-lite.css +21 -2
- package/styles/bootstrap-dark.css +21 -2
- package/styles/bootstrap-lite.css +25 -2
- package/styles/bootstrap.css +25 -2
- package/styles/bootstrap4-lite.css +21 -2
- package/styles/bootstrap4.css +21 -2
- package/styles/bootstrap5-dark-lite.css +21 -2
- package/styles/bootstrap5-dark.css +21 -2
- package/styles/bootstrap5-lite.css +21 -2
- package/styles/bootstrap5.3-lite.css +21 -2
- package/styles/bootstrap5.3.css +21 -2
- package/styles/bootstrap5.css +21 -2
- package/styles/fabric-dark-lite.css +22 -2
- package/styles/fabric-dark.css +22 -2
- package/styles/fabric-lite.css +22 -2
- package/styles/fabric.css +22 -2
- package/styles/fluent-dark-lite.css +21 -2
- package/styles/fluent-dark.css +21 -2
- package/styles/fluent-lite.css +21 -2
- package/styles/fluent.css +21 -2
- package/styles/fluent2-lite.css +30 -2
- package/styles/fluent2.css +30 -2
- package/styles/highcontrast-light-lite.css +21 -2
- package/styles/highcontrast-light.css +21 -2
- package/styles/highcontrast-lite.css +29 -2
- package/styles/highcontrast.css +29 -2
- package/styles/material-dark-lite.css +21 -2
- package/styles/material-dark.css +21 -2
- package/styles/material-lite.css +21 -2
- package/styles/material.css +21 -2
- package/styles/material3-dark-lite.css +21 -2
- package/styles/material3-dark.css +21 -2
- package/styles/material3-lite.css +21 -2
- package/styles/material3.css +21 -2
- package/styles/tailwind-dark-lite.css +22 -3
- package/styles/tailwind-dark.css +23 -4
- package/styles/tailwind-lite.css +22 -3
- package/styles/tailwind.css +23 -4
- package/styles/tailwind3-lite.css +21 -2
- package/styles/tailwind3.css +21 -2
- package/styles/toolbar/_theme.scss +11 -5
- package/styles/toolbar/bds.css +8 -2
- package/styles/toolbar/bootstrap-dark.css +8 -2
- package/styles/toolbar/bootstrap.css +8 -2
- package/styles/toolbar/bootstrap4.css +8 -2
- package/styles/toolbar/bootstrap5-dark.css +8 -2
- package/styles/toolbar/bootstrap5.3.css +8 -2
- package/styles/toolbar/bootstrap5.css +8 -2
- package/styles/toolbar/fabric-dark.css +8 -2
- package/styles/toolbar/fabric.css +8 -2
- package/styles/toolbar/fluent-dark.css +8 -2
- package/styles/toolbar/fluent.css +8 -2
- package/styles/toolbar/fluent2.css +8 -2
- package/styles/toolbar/highcontrast-light.css +8 -2
- package/styles/toolbar/highcontrast.css +8 -2
- package/styles/toolbar/material-dark.css +8 -2
- package/styles/toolbar/material.css +8 -2
- package/styles/toolbar/material3-dark.css +8 -2
- package/styles/toolbar/material3.css +8 -2
- package/styles/toolbar/tailwind-dark.css +8 -2
- package/styles/toolbar/tailwind.css +8 -2
- package/styles/toolbar/tailwind3.css +8 -2
- package/styles/treeview/_bds-definition.scss +3 -2
- package/styles/treeview/_bootstrap-dark-definition.scss +2 -1
- package/styles/treeview/_bootstrap-definition.scss +2 -1
- package/styles/treeview/_bootstrap4-definition.scss +1 -0
- package/styles/treeview/_bootstrap5-dark-definition.scss +1 -0
- package/styles/treeview/_bootstrap5-definition.scss +1 -0
- package/styles/treeview/_bootstrap5.3-definition.scss +1 -0
- package/styles/treeview/_fabric-dark-definition.scss +1 -0
- package/styles/treeview/_fabric-definition.scss +1 -0
- package/styles/treeview/_fluent-dark-definition.scss +1 -0
- package/styles/treeview/_fluent-definition.scss +1 -0
- package/styles/treeview/_fluent2-definition.scss +4 -0
- package/styles/treeview/_highcontrast-definition.scss +1 -0
- package/styles/treeview/_highcontrast-light-definition.scss +1 -0
- package/styles/treeview/_material-dark-definition.scss +1 -0
- package/styles/treeview/_material-definition.scss +1 -0
- package/styles/treeview/_material3-dark-definition.scss +1 -0
- package/styles/treeview/_material3-definition.scss +1 -0
- package/styles/treeview/_tailwind-dark-definition.scss +3 -2
- package/styles/treeview/_tailwind-definition.scss +3 -2
- package/styles/treeview/_tailwind3-definition.scss +1 -0
- package/styles/treeview/_theme.scss +55 -4
- package/styles/treeview/bds.css +15 -2
- package/styles/treeview/bootstrap-dark.css +13 -0
- package/styles/treeview/bootstrap.css +17 -0
- package/styles/treeview/bootstrap4.css +13 -0
- package/styles/treeview/bootstrap5-dark.css +13 -0
- package/styles/treeview/bootstrap5.3.css +13 -0
- package/styles/treeview/bootstrap5.css +13 -0
- package/styles/treeview/fabric-dark.css +14 -0
- package/styles/treeview/fabric.css +14 -0
- package/styles/treeview/fluent-dark.css +13 -0
- package/styles/treeview/fluent.css +13 -0
- package/styles/treeview/fluent2.css +22 -0
- package/styles/treeview/highcontrast-light.css +13 -0
- package/styles/treeview/highcontrast.css +21 -0
- package/styles/treeview/material-dark.css +13 -0
- package/styles/treeview/material.css +13 -0
- package/styles/treeview/material3-dark.css +13 -0
- package/styles/treeview/material3.css +13 -0
- package/styles/treeview/tailwind-dark.css +15 -2
- package/styles/treeview/tailwind.css +15 -2
- package/styles/treeview/tailwind3.css +13 -0
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
-webkit-box-sizing: border-box;
|
|
201
201
|
box-sizing: border-box;
|
|
202
202
|
display: inline-block;
|
|
203
|
-
line-height:
|
|
203
|
+
line-height: 38px;
|
|
204
204
|
margin: 0;
|
|
205
205
|
min-height: 36px;
|
|
206
206
|
padding: 0 8px;
|
|
@@ -519,6 +519,11 @@
|
|
|
519
519
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
520
520
|
color: #374151;
|
|
521
521
|
}
|
|
522
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
523
|
+
-webkit-box-shadow: inset 0 0 0 1px #4f46e5;
|
|
524
|
+
box-shadow: inset 0 0 0 1px #4f46e5;
|
|
525
|
+
border: none;
|
|
526
|
+
}
|
|
522
527
|
.e-treeview .e-list-item.e-active {
|
|
523
528
|
background: transparent;
|
|
524
529
|
}
|
|
@@ -564,6 +569,8 @@
|
|
|
564
569
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
565
570
|
background-color: transparent;
|
|
566
571
|
border-color: transparent;
|
|
572
|
+
-webkit-box-shadow: none;
|
|
573
|
+
box-shadow: none;
|
|
567
574
|
}
|
|
568
575
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
569
576
|
color: #111827;
|
|
@@ -619,6 +626,12 @@
|
|
|
619
626
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
620
627
|
background-color: transparent;
|
|
621
628
|
border-color: transparent;
|
|
629
|
+
-webkit-box-shadow: none;
|
|
630
|
+
box-shadow: none;
|
|
631
|
+
}
|
|
632
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
633
|
+
-webkit-box-shadow: inset 0 0 0 1px #4f46e5;
|
|
634
|
+
box-shadow: inset 0 0 0 1px #4f46e5;
|
|
622
635
|
}
|
|
623
636
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
624
637
|
border-color: transparent;
|
|
@@ -754,7 +767,7 @@
|
|
|
754
767
|
}
|
|
755
768
|
.e-bigger .e-treeview .e-list-text,
|
|
756
769
|
.e-treeview.e-bigger .e-list-text {
|
|
757
|
-
line-height:
|
|
770
|
+
line-height: 48px;
|
|
758
771
|
min-height: 46px;
|
|
759
772
|
}
|
|
760
773
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
@@ -803,6 +803,11 @@
|
|
|
803
803
|
.e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
|
|
804
804
|
color: var(--color-sf-icon-color-hover);
|
|
805
805
|
}
|
|
806
|
+
.e-treeview .e-list-item.e-node-focus > .e-fullrow {
|
|
807
|
+
-webkit-box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
808
|
+
box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
809
|
+
border: none;
|
|
810
|
+
}
|
|
806
811
|
.e-treeview .e-list-item.e-active {
|
|
807
812
|
background: transparent;
|
|
808
813
|
}
|
|
@@ -848,6 +853,8 @@
|
|
|
848
853
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, .e-treeview .e-list-item.e-editing.e-hover > .e-fullrow, .e-treeview .e-list-item.e-editing.e-node-focus > .e-fullrow {
|
|
849
854
|
background-color: var(--color-sf-transparent);
|
|
850
855
|
border-color: var(--color-sf-transparent);
|
|
856
|
+
-webkit-box-shadow: none;
|
|
857
|
+
box-shadow: none;
|
|
851
858
|
}
|
|
852
859
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content, .e-treeview .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
853
860
|
color: var(--color-sf-content-text-color);
|
|
@@ -904,6 +911,12 @@
|
|
|
904
911
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
905
912
|
background-color: var(--color-sf-transparent);
|
|
906
913
|
border-color: var(--color-sf-transparent);
|
|
914
|
+
-webkit-box-shadow: none;
|
|
915
|
+
box-shadow: none;
|
|
916
|
+
}
|
|
917
|
+
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
|
|
918
|
+
-webkit-box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
919
|
+
box-shadow: inset 0 0 0 2px var(--color-sf-primary);
|
|
907
920
|
}
|
|
908
921
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
909
922
|
border-color: transparent;
|