@syncfusion/ej2-navigations 26.1.35 → 26.1.38

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 (54) hide show
  1. package/dist/ej2-navigations.min.js +2 -2
  2. package/dist/ej2-navigations.umd.min.js +2 -2
  3. package/dist/ej2-navigations.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-navigations.es2015.js +6 -1
  5. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es5.js +6 -1
  7. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  8. package/dist/global/ej2-navigations.min.js +2 -2
  9. package/dist/global/ej2-navigations.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +8 -8
  12. package/src/breadcrumb/breadcrumb.d.ts +4 -0
  13. package/src/breadcrumb/breadcrumb.js +6 -1
  14. package/styles/accordion/_fluent2-definition.scss +1 -1
  15. package/styles/accordion/_theme.scss +26 -2
  16. package/styles/accordion/bootstrap-dark.css +3 -3
  17. package/styles/accordion/bootstrap.css +3 -3
  18. package/styles/accordion/bootstrap4.css +3 -3
  19. package/styles/accordion/bootstrap5-dark.css +3 -3
  20. package/styles/accordion/bootstrap5.css +3 -3
  21. package/styles/accordion/fabric-dark.css +3 -3
  22. package/styles/accordion/fabric.css +3 -3
  23. package/styles/accordion/fluent-dark.css +3 -3
  24. package/styles/accordion/fluent.css +3 -3
  25. package/styles/accordion/fluent2.css +12 -4
  26. package/styles/accordion/highcontrast-light.css +3 -3
  27. package/styles/accordion/highcontrast.css +3 -3
  28. package/styles/accordion/material-dark.css +3 -3
  29. package/styles/accordion/material.css +3 -3
  30. package/styles/accordion/material3-dark.css +3 -3
  31. package/styles/accordion/material3.css +3 -3
  32. package/styles/accordion/tailwind-dark.css +3 -3
  33. package/styles/accordion/tailwind.css +3 -3
  34. package/styles/bootstrap-dark.css +3 -3
  35. package/styles/bootstrap.css +3 -3
  36. package/styles/bootstrap4.css +3 -3
  37. package/styles/bootstrap5-dark.css +3 -3
  38. package/styles/bootstrap5.css +3 -3
  39. package/styles/fabric-dark.css +3 -3
  40. package/styles/fabric.css +3 -3
  41. package/styles/fluent-dark.css +3 -3
  42. package/styles/fluent.css +3 -3
  43. package/styles/fluent2.css +24 -10
  44. package/styles/highcontrast-light.css +3 -3
  45. package/styles/highcontrast.css +3 -3
  46. package/styles/material-dark.css +3 -3
  47. package/styles/material.css +3 -3
  48. package/styles/material3-dark.css +3 -3
  49. package/styles/material3.css +3 -3
  50. package/styles/tailwind-dark.css +3 -3
  51. package/styles/tailwind.css +3 -3
  52. package/styles/treeview/_fluent2-definition.scss +7 -7
  53. package/styles/treeview/_layout.scss +1 -1
  54. package/styles/treeview/fluent2.css +12 -6
@@ -2886,9 +2886,9 @@
2886
2886
  }
2887
2887
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
2888
2888
  border: 0;
2889
+ background: none;
2889
2890
  -webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
2890
2891
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
2891
- background: none;
2892
2892
  }
2893
2893
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
2894
2894
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -2965,10 +2965,10 @@
2965
2965
  color: #6ea8fe;
2966
2966
  }
2967
2967
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
2968
- -webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
2969
- box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
2970
2968
  position: relative;
2971
2969
  z-index: 2;
2970
+ -webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
2971
+ box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
2972
2972
  }
2973
2973
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
2974
2974
  border-color: #444c54;
@@ -2886,9 +2886,9 @@
2886
2886
  }
2887
2887
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
2888
2888
  border: 0;
2889
+ background: none;
2889
2890
  -webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
2890
2891
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
2891
- background: none;
2892
2892
  }
2893
2893
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
2894
2894
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -2965,10 +2965,10 @@
2965
2965
  color: #0c63e4;
2966
2966
  }
2967
2967
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
2968
- -webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
2969
- box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
2970
2968
  position: relative;
2971
2969
  z-index: 2;
2970
+ -webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
2971
+ box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
2972
2972
  }
2973
2973
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
2974
2974
  border-color: #dee2e6;
@@ -2819,9 +2819,9 @@
2819
2819
  }
2820
2820
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
2821
2821
  border: 1px solid #414040;
2822
+ background: #414040;
2822
2823
  -webkit-box-shadow: none;
2823
2824
  box-shadow: none;
2824
- background: #414040;
2825
2825
  }
2826
2826
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
2827
2827
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -2898,10 +2898,10 @@
2898
2898
  color: #dadada;
2899
2899
  }
2900
2900
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
2901
- -webkit-box-shadow: none;
2902
- box-shadow: none;
2903
2901
  position: relative;
2904
2902
  z-index: 2;
2903
+ -webkit-box-shadow: none;
2904
+ box-shadow: none;
2905
2905
  }
2906
2906
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
2907
2907
  border-color: #414040;
package/styles/fabric.css CHANGED
@@ -2820,9 +2820,9 @@
2820
2820
  }
2821
2821
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
2822
2822
  border: 1px solid #f4f4f4;
2823
+ background: #f4f4f4;
2823
2824
  -webkit-box-shadow: none;
2824
2825
  box-shadow: none;
2825
- background: #f4f4f4;
2826
2826
  }
2827
2827
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
2828
2828
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -2899,10 +2899,10 @@
2899
2899
  color: #333;
2900
2900
  }
2901
2901
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
2902
- -webkit-box-shadow: none;
2903
- box-shadow: none;
2904
2902
  position: relative;
2905
2903
  z-index: 2;
2904
+ -webkit-box-shadow: none;
2905
+ box-shadow: none;
2906
2906
  }
2907
2907
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
2908
2908
  border-color: #eaeaea;
@@ -2859,9 +2859,9 @@
2859
2859
  }
2860
2860
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
2861
2861
  border: 1px solid #f3f2f1;
2862
+ background: #252423;
2862
2863
  -webkit-box-shadow: none;
2863
2864
  box-shadow: none;
2864
- background: #252423;
2865
2865
  }
2866
2866
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
2867
2867
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -2938,10 +2938,10 @@
2938
2938
  color: #a19f9d;
2939
2939
  }
2940
2940
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
2941
- -webkit-box-shadow: none;
2942
- box-shadow: none;
2943
2941
  position: relative;
2944
2942
  z-index: 2;
2943
+ -webkit-box-shadow: none;
2944
+ box-shadow: none;
2945
2945
  }
2946
2946
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
2947
2947
  border-color: #292827;
package/styles/fluent.css CHANGED
@@ -2859,9 +2859,9 @@
2859
2859
  }
2860
2860
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
2861
2861
  border: 1px solid #201f1e;
2862
+ background: #f3f2f1;
2862
2863
  -webkit-box-shadow: none;
2863
2864
  box-shadow: none;
2864
- background: #f3f2f1;
2865
2865
  }
2866
2866
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
2867
2867
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -2938,10 +2938,10 @@
2938
2938
  color: #605e5c;
2939
2939
  }
2940
2940
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
2941
- -webkit-box-shadow: none;
2942
- box-shadow: none;
2943
2941
  position: relative;
2944
2942
  z-index: 2;
2943
+ -webkit-box-shadow: none;
2944
+ box-shadow: none;
2945
2945
  }
2946
2946
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
2947
2947
  border-color: #edebe9;
@@ -3971,15 +3971,19 @@
3971
3971
  }
3972
3972
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
3973
3973
  border: 0;
3974
- -webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
3975
- box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
3976
3974
  background: transparent;
3975
+ -webkit-box-shadow: none;
3976
+ box-shadow: none;
3977
3977
  }
3978
3978
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
3979
3979
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
3980
3980
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon {
3981
3981
  color: var(--color-sf-content-text-color);
3982
3982
  }
3983
+ .e-accordion .e-acrdn-item .e-acrdn-header:focus-visible {
3984
+ -webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
3985
+ box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
3986
+ }
3983
3987
  .e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content {
3984
3988
  color: var(--color-sf-content-text-color);
3985
3989
  }
@@ -4050,10 +4054,14 @@
4050
4054
  color: var(--color-sf-icon-color);
4051
4055
  }
4052
4056
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
4053
- -webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
4054
- box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
4055
4057
  position: relative;
4056
4058
  z-index: 2;
4059
+ -webkit-box-shadow: none;
4060
+ box-shadow: none;
4061
+ }
4062
+ .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus-visible {
4063
+ -webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
4064
+ box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
4057
4065
  }
4058
4066
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
4059
4067
  border-color: transparent;
@@ -9383,7 +9391,7 @@
9383
9391
  }
9384
9392
  .e-bigger .e-treeview .e-list-item .e-checkbox-wrapper + .e-list-text,
9385
9393
  .e-treeview.e-bigger .e-list-item .e-checkbox-wrapper + .e-list-text {
9386
- padding: 0 12px;
9394
+ padding: 0 8px;
9387
9395
  }
9388
9396
  .e-bigger .e-treeview .e-icon-collapsible,
9389
9397
  .e-bigger .e-treeview .e-icon-expandable,
@@ -9455,7 +9463,7 @@
9455
9463
  .e-treeview.e-bigger .e-list-text {
9456
9464
  line-height: 38px;
9457
9465
  min-height: 38px;
9458
- padding: 0 12px;
9466
+ padding: 0 16px;
9459
9467
  }
9460
9468
  .e-bigger .e-treeview .e-list-text .e-input-group,
9461
9469
  .e-treeview.e-bigger .e-list-text .e-input-group {
@@ -9478,7 +9486,13 @@
9478
9486
  .e-bigger .e-treeview .e-list-img,
9479
9487
  .e-treeview.e-bigger .e-list-icon,
9480
9488
  .e-treeview.e-bigger .e-list-img {
9481
- margin: 0 0 0 12px;
9489
+ margin: 0 0 0 16px;
9490
+ }
9491
+ .e-bigger .e-treeview .e-list-icon + .e-list-text,
9492
+ .e-bigger .e-treeview .e-list-img + .e-list-text,
9493
+ .e-treeview.e-bigger .e-list-icon + .e-list-text,
9494
+ .e-treeview.e-bigger .e-list-img + .e-list-text {
9495
+ padding: 0 16px;
9482
9496
  }
9483
9497
  .e-bigger .e-treeview .e-list-icon + .e-list-icon, .e-bigger .e-treeview .e-list-icon + .e-list-img,
9484
9498
  .e-bigger .e-treeview .e-list-img + .e-list-icon,
@@ -9538,7 +9552,7 @@
9538
9552
  .e-bigger .e-treeview.e-rtl .e-list-img,
9539
9553
  .e-treeview.e-bigger.e-rtl .e-list-icon,
9540
9554
  .e-treeview.e-bigger.e-rtl .e-list-img {
9541
- margin: 0 12px 0 0;
9555
+ margin: 0 16px 0 0;
9542
9556
  }
9543
9557
  .e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-icon, .e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-img,
9544
9558
  .e-bigger .e-treeview.e-rtl .e-list-img + .e-list-icon,
@@ -9687,7 +9701,7 @@
9687
9701
  margin: 0 0 0 4px;
9688
9702
  }
9689
9703
  .e-treeview .e-checkbox-wrapper + .e-list-text {
9690
- padding: 0 12px;
9704
+ padding: 0 4px;
9691
9705
  }
9692
9706
  .e-treeview .e-checkbox-wrapper .e-ripple-container {
9693
9707
  bottom: -7px;
@@ -9721,7 +9735,7 @@
9721
9735
  .e-treeview .e-list-img {
9722
9736
  display: inline-block;
9723
9737
  height: 18px;
9724
- margin: 0 0 0 6px;
9738
+ margin: 0 0 0 12px;
9725
9739
  vertical-align: middle;
9726
9740
  width: 18px;
9727
9741
  }
@@ -2819,9 +2819,9 @@
2819
2819
  }
2820
2820
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
2821
2821
  border: 2px dashed #000;
2822
+ background: inherit;
2822
2823
  -webkit-box-shadow: none;
2823
2824
  box-shadow: none;
2824
- background: inherit;
2825
2825
  }
2826
2826
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
2827
2827
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -2898,10 +2898,10 @@
2898
2898
  color: #000;
2899
2899
  }
2900
2900
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
2901
- -webkit-box-shadow: none;
2902
- box-shadow: none;
2903
2901
  position: relative;
2904
2902
  z-index: 2;
2903
+ -webkit-box-shadow: none;
2904
+ box-shadow: none;
2905
2905
  }
2906
2906
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
2907
2907
  border-color: #757575;
@@ -2820,9 +2820,9 @@
2820
2820
  }
2821
2821
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
2822
2822
  border: 2px dashed #fff;
2823
+ background: inherit;
2823
2824
  -webkit-box-shadow: none;
2824
2825
  box-shadow: none;
2825
- background: inherit;
2826
2826
  }
2827
2827
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
2828
2828
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -2899,10 +2899,10 @@
2899
2899
  color: #fff;
2900
2900
  }
2901
2901
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
2902
- -webkit-box-shadow: none;
2903
- box-shadow: none;
2904
2902
  position: relative;
2905
2903
  z-index: 2;
2904
+ -webkit-box-shadow: none;
2905
+ box-shadow: none;
2906
2906
  }
2907
2907
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
2908
2908
  border-color: #969696;
@@ -2927,9 +2927,9 @@
2927
2927
  }
2928
2928
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
2929
2929
  border: 0;
2930
+ background: rgba(255, 255, 255, 0.05);
2930
2931
  -webkit-box-shadow: none;
2931
2932
  box-shadow: none;
2932
- background: rgba(255, 255, 255, 0.05);
2933
2933
  }
2934
2934
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
2935
2935
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -3006,10 +3006,10 @@
3006
3006
  color: rgba(255, 255, 255, 0.7);
3007
3007
  }
3008
3008
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
3009
- -webkit-box-shadow: none;
3010
- box-shadow: none;
3011
3009
  position: relative;
3012
3010
  z-index: 2;
3011
+ -webkit-box-shadow: none;
3012
+ box-shadow: none;
3013
3013
  }
3014
3014
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
3015
3015
  border-color: transparent transparent #616161;
@@ -2927,9 +2927,9 @@
2927
2927
  }
2928
2928
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
2929
2929
  border: 0;
2930
+ background: #eee;
2930
2931
  -webkit-box-shadow: none;
2931
2932
  box-shadow: none;
2932
- background: #eee;
2933
2933
  }
2934
2934
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
2935
2935
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -3006,10 +3006,10 @@
3006
3006
  color: rgba(0, 0, 0, 0.54);
3007
3007
  }
3008
3008
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
3009
- -webkit-box-shadow: none;
3010
- box-shadow: none;
3011
3009
  position: relative;
3012
3010
  z-index: 2;
3011
+ -webkit-box-shadow: none;
3012
+ box-shadow: none;
3013
3013
  }
3014
3014
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
3015
3015
  border-color: transparent transparent rgba(0, 0, 0, 0.12);
@@ -2969,9 +2969,9 @@
2969
2969
  }
2970
2970
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
2971
2971
  border: 0;
2972
+ background: rgba(var(--color-sf-on-surface), 0.04);
2972
2973
  -webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
2973
2974
  box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
2974
- background: rgba(var(--color-sf-on-surface), 0.04);
2975
2975
  }
2976
2976
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
2977
2977
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -3048,10 +3048,10 @@
3048
3048
  color: rgba(var(--color-sf-primary));
3049
3049
  }
3050
3050
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
3051
- -webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
3052
- box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
3053
3051
  position: relative;
3054
3052
  z-index: 2;
3053
+ -webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
3054
+ box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
3055
3055
  }
3056
3056
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
3057
3057
  border-color: rgba(var(--color-sf-outline-variant));
@@ -3025,9 +3025,9 @@
3025
3025
  }
3026
3026
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
3027
3027
  border: 0;
3028
+ background: rgba(var(--color-sf-on-surface), 0.04);
3028
3029
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
3029
3030
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
3030
- background: rgba(var(--color-sf-on-surface), 0.04);
3031
3031
  }
3032
3032
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
3033
3033
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -3104,10 +3104,10 @@
3104
3104
  color: rgba(var(--color-sf-primary));
3105
3105
  }
3106
3106
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
3107
- -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
3108
- box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
3109
3107
  position: relative;
3110
3108
  z-index: 2;
3109
+ -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
3110
+ box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
3111
3111
  }
3112
3112
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
3113
3113
  border-color: rgba(var(--color-sf-outline-variant));
@@ -2966,9 +2966,9 @@
2966
2966
  }
2967
2967
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
2968
2968
  border: 0;
2969
+ background: #4b5563;
2969
2970
  -webkit-box-shadow: none;
2970
2971
  box-shadow: none;
2971
- background: #4b5563;
2972
2972
  }
2973
2973
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
2974
2974
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -3045,10 +3045,10 @@
3045
3045
  color: #d1d5db;
3046
3046
  }
3047
3047
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
3048
- -webkit-box-shadow: none;
3049
- box-shadow: none;
3050
3048
  position: relative;
3051
3049
  z-index: 2;
3050
+ -webkit-box-shadow: none;
3051
+ box-shadow: none;
3052
3052
  }
3053
3053
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
3054
3054
  border-color: #4b5563;
@@ -2966,9 +2966,9 @@
2966
2966
  }
2967
2967
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
2968
2968
  border: 0;
2969
+ background: #f3f4f6;
2969
2970
  -webkit-box-shadow: none;
2970
2971
  box-shadow: none;
2971
- background: #f3f4f6;
2972
2972
  }
2973
2973
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons,
2974
2974
  .e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content,
@@ -3045,10 +3045,10 @@
3045
3045
  color: #6b7280;
3046
3046
  }
3047
3047
  .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header:focus {
3048
- -webkit-box-shadow: none;
3049
- box-shadow: none;
3050
3048
  position: relative;
3051
3049
  z-index: 2;
3050
+ -webkit-box-shadow: none;
3051
+ box-shadow: none;
3052
3052
  }
3053
3053
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
3054
3054
  border-color: #e5e7eb;
@@ -23,7 +23,7 @@ $treeview-icon-padding: 0px !default;
23
23
  $treeview-text-padding: 0 12px !default;
24
24
  $treeview-text-margin: 0 !default;
25
25
  $treeview-image-size: 18px !default;
26
- $treeview-image-margin: 0 0 0 6px !default;
26
+ $treeview-image-margin: 0 0 0 12px !default;
27
27
  $treeview-navigable-icon-image-margin: 0 8px 0 0 !default;
28
28
  $treeview-navigable-icon-image-margin-reverse: 0 0 0 8px !default;
29
29
  $treeview-navigable-check-margin-bigger: 0 0 0 12px !default;
@@ -38,7 +38,7 @@ $treeview-icon-image-margin: 0 0 0 12px !default;
38
38
  $treeview-rtl-icon-image-margin: 0 12px 0 0 !default;
39
39
  $treeview-check-margin: 0 0 0 4px !default;
40
40
  $treeview-rtl-check-margin: 0 4px 0 0 !default;
41
- $treeview-check-text-padding: 0 12px !default;
41
+ $treeview-check-text-padding: 0 4px !default;
42
42
  $treeview-check-image-margin: 0 0 0 4px !default;
43
43
  $treeview-rtl-check-image-margin: 0 4px 0 0 !default;
44
44
  $treeview-drop-count-border-size: 1px !default;
@@ -54,11 +54,11 @@ $treeview-icon-img-wrap-width: calc(100% - 60px) !default;
54
54
  $treeview-big-item-height: 40px !default;
55
55
  $treeview-big-text-height: 38px !default;
56
56
  $treeview-big-input-height: 40px !default;
57
- $treeview-big-text-padding: 0 12px !default;
57
+ $treeview-big-text-padding: 0 16px !default;
58
58
  $treeview-big-input-padding: 0 9px !default;
59
59
  $treeview-big-icon-padding: 0px !default;
60
- $treeview-big-image-margin: 0 0 0 12px !default;
61
- $treeview-big-rtl-image-margin: 0 12px 0 0 !default;
60
+ $treeview-big-image-margin: 0 0 0 16px !default;
61
+ $treeview-big-rtl-image-margin: 0 16px 0 0 !default;
62
62
  $treeview-big-icon-image-margin: 0 0 0 16px !default;
63
63
  $treeview-big-rtl-icon-image-margin: 0 16px 0 0 !default;
64
64
  $treeview-big-check-margin: 0 0 0 8px !default;
@@ -69,7 +69,7 @@ $treeview-big-root-ul-padding: 0 0 0 16px !default;
69
69
  $treeview-big-rtl-root-ul-padding: 0 16px 0 0 !default;
70
70
  $treeview-big-child-ul-padding: 0 0 0 24px !default;
71
71
  $treeview-big-rtl-child-ul-padding: 0 24px 0 0 !default;
72
- $treeview-big-image-text-padding: 0 12px !default;
72
+ $treeview-big-image-text-padding: 0 16px !default;
73
73
  $treeview-big-icon-margin: 0 0 0 -16px !default;
74
74
  $treeview-big-rtl-icon-margin: 0 -16px 0 0 !default;
75
75
  $treeview-big-text-wrap-padding: 0 0 0 24px !default;
@@ -78,7 +78,7 @@ $treeview-big-drag-icon-font-size: $text-2xl !default;
78
78
  $treeview-big-drag-item-text-padding-left: 12px !default;
79
79
  $treeview-big-drag-icon-margin: -6px 0px 5px -9px !default;
80
80
  $treeview-big-drag-before-icon-padding: 6px !default;
81
- $treeview-big-check-text-padding: 0 12px !default;
81
+ $treeview-big-check-text-padding: 0 8px !default;
82
82
  $treeview-big-check-wrap-width: calc(100% - 29px) !default;
83
83
  $treeview-big-check-icon-wrap-width: calc(100% - 65px) !default;
84
84
  $treeview-big-check-icon-img-wrap-width: calc(100% - 101px) !default;
@@ -259,7 +259,7 @@
259
259
  @if $skin-name == 'bootstrap4' {
260
260
  font-size: $treeview-big-image-font-size;
261
261
  }
262
- @if ($skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
262
+ @if ($skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'Material3' or $skin-name == 'fluent2') {
263
263
  & + .e-list-text {
264
264
  padding: $treeview-big-image-text-padding;
265
265
  }
@@ -1294,7 +1294,7 @@
1294
1294
  }
1295
1295
  .e-bigger .e-treeview .e-list-item .e-checkbox-wrapper + .e-list-text,
1296
1296
  .e-treeview.e-bigger .e-list-item .e-checkbox-wrapper + .e-list-text {
1297
- padding: 0 12px;
1297
+ padding: 0 8px;
1298
1298
  }
1299
1299
  .e-bigger .e-treeview .e-icon-collapsible,
1300
1300
  .e-bigger .e-treeview .e-icon-expandable,
@@ -1366,7 +1366,7 @@
1366
1366
  .e-treeview.e-bigger .e-list-text {
1367
1367
  line-height: 38px;
1368
1368
  min-height: 38px;
1369
- padding: 0 12px;
1369
+ padding: 0 16px;
1370
1370
  }
1371
1371
  .e-bigger .e-treeview .e-list-text .e-input-group,
1372
1372
  .e-treeview.e-bigger .e-list-text .e-input-group {
@@ -1389,7 +1389,13 @@
1389
1389
  .e-bigger .e-treeview .e-list-img,
1390
1390
  .e-treeview.e-bigger .e-list-icon,
1391
1391
  .e-treeview.e-bigger .e-list-img {
1392
- margin: 0 0 0 12px;
1392
+ margin: 0 0 0 16px;
1393
+ }
1394
+ .e-bigger .e-treeview .e-list-icon + .e-list-text,
1395
+ .e-bigger .e-treeview .e-list-img + .e-list-text,
1396
+ .e-treeview.e-bigger .e-list-icon + .e-list-text,
1397
+ .e-treeview.e-bigger .e-list-img + .e-list-text {
1398
+ padding: 0 16px;
1393
1399
  }
1394
1400
  .e-bigger .e-treeview .e-list-icon + .e-list-icon, .e-bigger .e-treeview .e-list-icon + .e-list-img,
1395
1401
  .e-bigger .e-treeview .e-list-img + .e-list-icon,
@@ -1449,7 +1455,7 @@
1449
1455
  .e-bigger .e-treeview.e-rtl .e-list-img,
1450
1456
  .e-treeview.e-bigger.e-rtl .e-list-icon,
1451
1457
  .e-treeview.e-bigger.e-rtl .e-list-img {
1452
- margin: 0 12px 0 0;
1458
+ margin: 0 16px 0 0;
1453
1459
  }
1454
1460
  .e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-icon, .e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-img,
1455
1461
  .e-bigger .e-treeview.e-rtl .e-list-img + .e-list-icon,
@@ -1598,7 +1604,7 @@
1598
1604
  margin: 0 0 0 4px;
1599
1605
  }
1600
1606
  .e-treeview .e-checkbox-wrapper + .e-list-text {
1601
- padding: 0 12px;
1607
+ padding: 0 4px;
1602
1608
  }
1603
1609
  .e-treeview .e-checkbox-wrapper .e-ripple-container {
1604
1610
  bottom: -7px;
@@ -1632,7 +1638,7 @@
1632
1638
  .e-treeview .e-list-img {
1633
1639
  display: inline-block;
1634
1640
  height: 18px;
1635
- margin: 0 0 0 6px;
1641
+ margin: 0 0 0 12px;
1636
1642
  vertical-align: middle;
1637
1643
  width: 18px;
1638
1644
  }