@syncfusion/ej2-navigations 26.1.41 → 26.2.5

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 (81) 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 +3 -3
  5. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es5.js +3 -3
  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/hotfix/26.1.35_Vol2.txt +1 -0
  12. package/package.json +11 -11
  13. package/src/treeview/treeview.js +3 -3
  14. package/styles/accordion/fluent2.css +10 -10
  15. package/styles/appbar/fluent2.css +10 -10
  16. package/styles/bootstrap-dark.css +2 -1
  17. package/styles/bootstrap.css +2 -1
  18. package/styles/bootstrap4.css +2 -1
  19. package/styles/bootstrap5-dark.css +2 -1
  20. package/styles/bootstrap5.css +2 -1
  21. package/styles/breadcrumb/_layout.scss +4 -2
  22. package/styles/breadcrumb/fluent2.css +13 -12
  23. package/styles/carousel/fluent2.css +10 -10
  24. package/styles/context-menu/fluent2.css +10 -10
  25. package/styles/fabric-dark.css +2 -1
  26. package/styles/fabric.css +2 -1
  27. package/styles/fluent-dark.css +2 -1
  28. package/styles/fluent.css +2 -1
  29. package/styles/fluent2.css +16 -14
  30. package/styles/h-scroll/fluent2.css +10 -10
  31. package/styles/highcontrast-light.css +2 -1
  32. package/styles/highcontrast.css +2 -1
  33. package/styles/material-dark.css +2 -1
  34. package/styles/material.css +2 -1
  35. package/styles/material3-dark.css +2 -1
  36. package/styles/material3.css +2 -1
  37. package/styles/menu/fluent2.css +10 -10
  38. package/styles/pager/fluent2.css +10 -10
  39. package/styles/sidebar/fluent2.css +11 -11
  40. package/styles/stepper/fluent2.css +10 -10
  41. package/styles/tab/fluent2.css +10 -10
  42. package/styles/tailwind-dark.css +2 -1
  43. package/styles/tailwind.css +2 -1
  44. package/styles/toolbar/fluent2.css +10 -10
  45. package/styles/treeview/bootstrap-dark.css +2 -1
  46. package/styles/treeview/bootstrap.css +2 -1
  47. package/styles/treeview/bootstrap4.css +2 -1
  48. package/styles/treeview/bootstrap5-dark.css +2 -1
  49. package/styles/treeview/bootstrap5.css +2 -1
  50. package/styles/treeview/fabric-dark.css +2 -1
  51. package/styles/treeview/fabric.css +2 -1
  52. package/styles/treeview/fluent-dark.css +2 -1
  53. package/styles/treeview/fluent.css +2 -1
  54. package/styles/treeview/fluent2.css +12 -11
  55. package/styles/treeview/highcontrast-light.css +2 -1
  56. package/styles/treeview/highcontrast.css +2 -1
  57. package/styles/treeview/icons/_bds.scss +2 -1
  58. package/styles/treeview/icons/_bootstrap-dark.scss +2 -1
  59. package/styles/treeview/icons/_bootstrap.scss +2 -1
  60. package/styles/treeview/icons/_bootstrap4.scss +2 -1
  61. package/styles/treeview/icons/_bootstrap5.3.scss +2 -1
  62. package/styles/treeview/icons/_bootstrap5.scss +2 -1
  63. package/styles/treeview/icons/_fabric-dark.scss +2 -1
  64. package/styles/treeview/icons/_fabric.scss +2 -1
  65. package/styles/treeview/icons/_fluent.scss +2 -1
  66. package/styles/treeview/icons/_fluent2.scss +2 -1
  67. package/styles/treeview/icons/_fusionnew.scss +2 -1
  68. package/styles/treeview/icons/_highcontrast-light.scss +2 -1
  69. package/styles/treeview/icons/_highcontrast.scss +2 -1
  70. package/styles/treeview/icons/_material-dark.scss +2 -1
  71. package/styles/treeview/icons/_material.scss +2 -1
  72. package/styles/treeview/icons/_material3.scss +2 -1
  73. package/styles/treeview/icons/_tailwind-dark.scss +2 -1
  74. package/styles/treeview/icons/_tailwind.scss +2 -1
  75. package/styles/treeview/material-dark.css +2 -1
  76. package/styles/treeview/material.css +2 -1
  77. package/styles/treeview/material3-dark.css +2 -1
  78. package/styles/treeview/material3.css +2 -1
  79. package/styles/treeview/tailwind-dark.css +2 -1
  80. package/styles/treeview/tailwind.css +2 -1
  81. package/styles/v-scroll/fluent2.css +10 -10
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 26.1.41
3
+ * version : 26.2.5
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -0,0 +1 @@
1
+ hotfix/26.1.35_Vol2
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-navigations@*",
3
- "_id": "@syncfusion/ej2-navigations@26.1.40",
3
+ "_id": "@syncfusion/ej2-navigations@26.1.41",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-bNvzAXiKLPBSAqfAAuSU83QR22+MmChfjd4/Zo68LP5DmXA3C10ktVjZFInWidVM3YCHzZIPjl5yroIp3MEDzQ==",
5
+ "_integrity": "sha512-4qEwEcykQV3bXbXSRVKb1Ed9XtXrOkoL3pmgz0Ytsn7lsOggS3ek/R0JiybJWZPtNXOcMY5tXl+EiWpccxEs2w==",
6
6
  "_location": "/@syncfusion/ej2-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -39,8 +39,8 @@
39
39
  "/@syncfusion/ej2-spreadsheet",
40
40
  "/@syncfusion/ej2-vue-navigations"
41
41
  ],
42
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-26.1.40.tgz",
43
- "_shasum": "b8be523a6913f09ca49e23192f9dacec5d434972",
42
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-26.1.41.tgz",
43
+ "_shasum": "1af29a3e99fc8304789d0a7b6f3720afd63f5883",
44
44
  "_spec": "@syncfusion/ej2-navigations@*",
45
45
  "_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
46
46
  "author": {
@@ -51,12 +51,12 @@
51
51
  },
52
52
  "bundleDependencies": false,
53
53
  "dependencies": {
54
- "@syncfusion/ej2-base": "~26.1.37",
55
- "@syncfusion/ej2-buttons": "~26.1.40",
56
- "@syncfusion/ej2-data": "~26.1.41",
57
- "@syncfusion/ej2-inputs": "~26.1.41",
58
- "@syncfusion/ej2-lists": "~26.1.35",
59
- "@syncfusion/ej2-popups": "~26.1.41"
54
+ "@syncfusion/ej2-base": "~26.2.5",
55
+ "@syncfusion/ej2-buttons": "~26.2.5",
56
+ "@syncfusion/ej2-data": "~26.2.5",
57
+ "@syncfusion/ej2-inputs": "~26.2.5",
58
+ "@syncfusion/ej2-lists": "~26.2.5",
59
+ "@syncfusion/ej2-popups": "~26.2.5"
60
60
  },
61
61
  "deprecated": false,
62
62
  "description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another",
@@ -161,6 +161,6 @@
161
161
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
162
162
  },
163
163
  "typings": "index.d.ts",
164
- "version": "26.1.41",
164
+ "version": "26.2.5",
165
165
  "sideEffects": false
166
166
  }
@@ -1076,11 +1076,11 @@ var TreeView = /** @class */ (function (_super) {
1076
1076
  };
1077
1077
  TreeView.prototype.doCheckBoxAction = function (nodes, doCheck) {
1078
1078
  if (!isNOU(nodes)) {
1079
+ nodes.reverse();
1079
1080
  for (var len = nodes.length - 1; len >= 0; len--) {
1080
1081
  var liEle = this.getElement(nodes[parseInt(len.toString(), 10)]);
1081
1082
  if (isNOU(liEle)) {
1082
- var node = nodes[len - (nodes.length - 1)]
1083
- ? nodes[len - (nodes.length - 1)].toString()
1083
+ var node = nodes[len - nodes.length] ? nodes[len - nodes.length].toString()
1084
1084
  : nodes[parseInt(len.toString(), 10)]
1085
1085
  ? nodes[parseInt(len.toString(), 10)].toString()
1086
1086
  : null;
@@ -4311,7 +4311,7 @@ var TreeView = /** @class */ (function (_super) {
4311
4311
  }
4312
4312
  for (var i = 0, objlen = obj.length; i < objlen; i++) {
4313
4313
  var nodeId = getValue(mapper.id, obj[parseInt(i.toString(), 10)]);
4314
- if (obj[parseInt(i.toString(), 10)] && nodeId && nodeId.toString() === id) {
4314
+ if (obj[parseInt(i.toString(), 10)] && !isNOU(nodeId) && nodeId.toString() === id) {
4315
4315
  if (remove) {
4316
4316
  removedData = obj.splice(i, 1);
4317
4317
  }
@@ -47,7 +47,7 @@
47
47
  --color-sf-flyout-bg-color-pressed: #e0e0e0;
48
48
  --color-sf-flyout-bg-color-selected: #ebebeb;
49
49
  --color-sf-flyout-bg-color-focus: #f5f5f5;
50
- --color-sf-overlay-bg-color: #000;
50
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
51
51
  --color-sf-table-bg-color-hover: #f5f5f5;
52
52
  --color-sf-table-bg-color-pressed: #e0e0e0;
53
53
  --color-sf-table-bg-color-selected: #ebf3fc;
@@ -369,7 +369,7 @@
369
369
  --color-sf-flyout-bg-color-pressed: var(--color-sf-black);
370
370
  --color-sf-flyout-bg-color-selected: #383838;
371
371
  --color-sf-flyout-bg-color-focus: var(--color-sf-flyout-bg-color-hover);
372
- --color-sf-overlay-bg-color: rgba($black, .4);
372
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
373
373
  --color-sf-table-bg-color-hover: #383838;
374
374
  --color-sf-table-bg-color-pressed: #2e2e2e;
375
375
  --color-sf-table-bg-color-selected: #082338;
@@ -711,9 +711,9 @@
711
711
  --color-sf-flyout-bg-color-pressed: var(--color-sf-content-bg-color-hover);
712
712
  --color-sf-flyout-bg-color-selected: var(--color-sf-content-bg-color-hover);
713
713
  --color-sf-flyout-bg-color-focus: var(--color-sf-content-bg-color-hover);
714
- --color-sf-overlay-bg-color: rgba($black, .4);
715
- --color-sf-table-bg-color-hover: var(--color-sf-black);
716
- --color-sf-table-bg-color-pressed: var(--color-sf-black);
714
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
715
+ --color-sf-table-bg-color-hover: #1a3bff;
716
+ --color-sf-table-bg-color-pressed: #1a3bff;
717
717
  --color-sf-table-bg-color-selected: #1a3bff;
718
718
  --color-sf-content-text-color: #fff;
719
719
  --color-sf-content-text-color-alt1: var(--color-sf-content-text-color);
@@ -732,12 +732,12 @@
732
732
  --color-sf-flyout-text-color-selected: var(--color-sf-content-text-color-hover);
733
733
  --color-sf-flyout-text-color-focus: var(--color-sf-content-text-color-hover);
734
734
  --color-sf-flyout-text-color-disabled: var(--color-sf-content-text-color-disabled);
735
- --color-sf-table-text-color-hover: var(--color-sf-content-text-color-hover);
736
- --color-sf-table-text-color-pressed: var(--color-sf-content-text-color-hover);
737
- --color-sf-table-text-color-selected: var(--color-sf-content-text-color-hover);
735
+ --color-sf-table-text-color-hover: #000;
736
+ --color-sf-table-text-color-pressed: #000;
737
+ --color-sf-table-text-color-selected: #000;
738
738
  --color-sf-icon-color: #fff;
739
- --color-sf-icon-color-hover: var(--color-sf-content-text-color-hover);
740
- --color-sf-icon-color-pressed: var(--color-sf-content-text-color-hover);
739
+ --color-sf-icon-color-hover: #000;
740
+ --color-sf-icon-color-pressed: #000;
741
741
  --color-sf-icon-color-disabled: var(--color-sf-content-text-color-disabled);
742
742
  --color-sf-border-light: #fff;
743
743
  --color-sf-border: var(--color-sf-border-light);
@@ -47,7 +47,7 @@
47
47
  --color-sf-flyout-bg-color-pressed: #e0e0e0;
48
48
  --color-sf-flyout-bg-color-selected: #ebebeb;
49
49
  --color-sf-flyout-bg-color-focus: #f5f5f5;
50
- --color-sf-overlay-bg-color: #000;
50
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
51
51
  --color-sf-table-bg-color-hover: #f5f5f5;
52
52
  --color-sf-table-bg-color-pressed: #e0e0e0;
53
53
  --color-sf-table-bg-color-selected: #ebf3fc;
@@ -369,7 +369,7 @@
369
369
  --color-sf-flyout-bg-color-pressed: var(--color-sf-black);
370
370
  --color-sf-flyout-bg-color-selected: #383838;
371
371
  --color-sf-flyout-bg-color-focus: var(--color-sf-flyout-bg-color-hover);
372
- --color-sf-overlay-bg-color: rgba($black, .4);
372
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
373
373
  --color-sf-table-bg-color-hover: #383838;
374
374
  --color-sf-table-bg-color-pressed: #2e2e2e;
375
375
  --color-sf-table-bg-color-selected: #082338;
@@ -711,9 +711,9 @@
711
711
  --color-sf-flyout-bg-color-pressed: var(--color-sf-content-bg-color-hover);
712
712
  --color-sf-flyout-bg-color-selected: var(--color-sf-content-bg-color-hover);
713
713
  --color-sf-flyout-bg-color-focus: var(--color-sf-content-bg-color-hover);
714
- --color-sf-overlay-bg-color: rgba($black, .4);
715
- --color-sf-table-bg-color-hover: var(--color-sf-black);
716
- --color-sf-table-bg-color-pressed: var(--color-sf-black);
714
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
715
+ --color-sf-table-bg-color-hover: #1a3bff;
716
+ --color-sf-table-bg-color-pressed: #1a3bff;
717
717
  --color-sf-table-bg-color-selected: #1a3bff;
718
718
  --color-sf-content-text-color: #fff;
719
719
  --color-sf-content-text-color-alt1: var(--color-sf-content-text-color);
@@ -732,12 +732,12 @@
732
732
  --color-sf-flyout-text-color-selected: var(--color-sf-content-text-color-hover);
733
733
  --color-sf-flyout-text-color-focus: var(--color-sf-content-text-color-hover);
734
734
  --color-sf-flyout-text-color-disabled: var(--color-sf-content-text-color-disabled);
735
- --color-sf-table-text-color-hover: var(--color-sf-content-text-color-hover);
736
- --color-sf-table-text-color-pressed: var(--color-sf-content-text-color-hover);
737
- --color-sf-table-text-color-selected: var(--color-sf-content-text-color-hover);
735
+ --color-sf-table-text-color-hover: #000;
736
+ --color-sf-table-text-color-pressed: #000;
737
+ --color-sf-table-text-color-selected: #000;
738
738
  --color-sf-icon-color: #fff;
739
- --color-sf-icon-color-hover: var(--color-sf-content-text-color-hover);
740
- --color-sf-icon-color-pressed: var(--color-sf-content-text-color-hover);
739
+ --color-sf-icon-color-hover: #000;
740
+ --color-sf-icon-color-pressed: #000;
741
741
  --color-sf-icon-color-disabled: var(--color-sf-content-text-color-disabled);
742
742
  --color-sf-border-light: #fff;
743
743
  --color-sf-border: var(--color-sf-border-light);
@@ -7823,7 +7823,8 @@
7823
7823
  /* stylelint-disable property-no-vendor-prefix */
7824
7824
  /* stylelint-disable */
7825
7825
  /*! TreeView icons */
7826
- .e-treeview .e-list-item div.e-icons::before {
7826
+ .e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
7827
+ .e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
7827
7828
  content: "\e230";
7828
7829
  }
7829
7830
  .e-treeview .e-sibling::before {
@@ -7826,7 +7826,8 @@
7826
7826
  /*! TreeView's bootstrap theme wise override definitions and variables */
7827
7827
  /* stylelint-disable */
7828
7828
  /*! TreeView icons */
7829
- .e-treeview .e-list-item div.e-icons::before {
7829
+ .e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
7830
+ .e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
7830
7831
  content: "\e230";
7831
7832
  }
7832
7833
  .e-treeview .e-sibling::before {
@@ -7825,7 +7825,8 @@
7825
7825
  /* stylelint-disable property-no-vendor-prefix */
7826
7826
  /* stylelint-disable */
7827
7827
  /*! TreeView icons */
7828
- .e-treeview .e-list-item div.e-icons::before {
7828
+ .e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
7829
+ .e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
7829
7830
  content: "\e70b";
7830
7831
  }
7831
7832
  .e-treeview .e-sibling::before {
@@ -7863,7 +7863,8 @@
7863
7863
  /*! TreeView's bootstrap5 theme wise override definitions and variables */
7864
7864
  /* stylelint-disable */
7865
7865
  /*! TreeView icons */
7866
- .e-treeview .e-list-item div.e-icons::before {
7866
+ .e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
7867
+ .e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
7867
7868
  content: "\e75c";
7868
7869
  }
7869
7870
  .e-treeview .e-sibling::before {
@@ -7863,7 +7863,8 @@
7863
7863
  /*! TreeView's bootstrap5 theme wise override definitions and variables */
7864
7864
  /* stylelint-disable */
7865
7865
  /*! TreeView icons */
7866
- .e-treeview .e-list-item div.e-icons::before {
7866
+ .e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
7867
+ .e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
7867
7868
  content: "\e75c";
7868
7869
  }
7869
7870
  .e-treeview .e-sibling::before {
@@ -170,9 +170,11 @@
170
170
  &:focus-visible {
171
171
  @if $skin-name == 'fluent2' {
172
172
  box-shadow: $secondary-shadow-focus;
173
+ color: $breadcrumb-item-color !important; /* stylelint-disable-line declaration-no-important */
173
174
 
174
- & .e-breadcrumb-icon {
175
- color: $icon-color;
175
+ & .e-breadcrumb-icon,
176
+ &.e-breadcrumb-url .e-breadcrumb-icon {
177
+ color: $icon-color !important; /* stylelint-disable-line declaration-no-important */
176
178
  }
177
179
  }
178
180
  }
@@ -47,7 +47,7 @@
47
47
  --color-sf-flyout-bg-color-pressed: #e0e0e0;
48
48
  --color-sf-flyout-bg-color-selected: #ebebeb;
49
49
  --color-sf-flyout-bg-color-focus: #f5f5f5;
50
- --color-sf-overlay-bg-color: #000;
50
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
51
51
  --color-sf-table-bg-color-hover: #f5f5f5;
52
52
  --color-sf-table-bg-color-pressed: #e0e0e0;
53
53
  --color-sf-table-bg-color-selected: #ebf3fc;
@@ -369,7 +369,7 @@
369
369
  --color-sf-flyout-bg-color-pressed: var(--color-sf-black);
370
370
  --color-sf-flyout-bg-color-selected: #383838;
371
371
  --color-sf-flyout-bg-color-focus: var(--color-sf-flyout-bg-color-hover);
372
- --color-sf-overlay-bg-color: rgba($black, .4);
372
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
373
373
  --color-sf-table-bg-color-hover: #383838;
374
374
  --color-sf-table-bg-color-pressed: #2e2e2e;
375
375
  --color-sf-table-bg-color-selected: #082338;
@@ -711,9 +711,9 @@
711
711
  --color-sf-flyout-bg-color-pressed: var(--color-sf-content-bg-color-hover);
712
712
  --color-sf-flyout-bg-color-selected: var(--color-sf-content-bg-color-hover);
713
713
  --color-sf-flyout-bg-color-focus: var(--color-sf-content-bg-color-hover);
714
- --color-sf-overlay-bg-color: rgba($black, .4);
715
- --color-sf-table-bg-color-hover: var(--color-sf-black);
716
- --color-sf-table-bg-color-pressed: var(--color-sf-black);
714
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
715
+ --color-sf-table-bg-color-hover: #1a3bff;
716
+ --color-sf-table-bg-color-pressed: #1a3bff;
717
717
  --color-sf-table-bg-color-selected: #1a3bff;
718
718
  --color-sf-content-text-color: #fff;
719
719
  --color-sf-content-text-color-alt1: var(--color-sf-content-text-color);
@@ -732,12 +732,12 @@
732
732
  --color-sf-flyout-text-color-selected: var(--color-sf-content-text-color-hover);
733
733
  --color-sf-flyout-text-color-focus: var(--color-sf-content-text-color-hover);
734
734
  --color-sf-flyout-text-color-disabled: var(--color-sf-content-text-color-disabled);
735
- --color-sf-table-text-color-hover: var(--color-sf-content-text-color-hover);
736
- --color-sf-table-text-color-pressed: var(--color-sf-content-text-color-hover);
737
- --color-sf-table-text-color-selected: var(--color-sf-content-text-color-hover);
735
+ --color-sf-table-text-color-hover: #000;
736
+ --color-sf-table-text-color-pressed: #000;
737
+ --color-sf-table-text-color-selected: #000;
738
738
  --color-sf-icon-color: #fff;
739
- --color-sf-icon-color-hover: var(--color-sf-content-text-color-hover);
740
- --color-sf-icon-color-pressed: var(--color-sf-content-text-color-hover);
739
+ --color-sf-icon-color-hover: #000;
740
+ --color-sf-icon-color-pressed: #000;
741
741
  --color-sf-icon-color-disabled: var(--color-sf-content-text-color-disabled);
742
742
  --color-sf-border-light: #fff;
743
743
  --color-sf-border: var(--color-sf-border-light);
@@ -1151,9 +1151,10 @@
1151
1151
  .e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:focus-visible {
1152
1152
  -webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
1153
1153
  box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
1154
+ color: var(--color-sf-content-text-color-alt1) !important; /* stylelint-disable-line declaration-no-important */
1154
1155
  }
1155
- .e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:focus-visible .e-breadcrumb-icon {
1156
- color: var(--color-sf-icon-color);
1156
+ .e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:focus-visible .e-breadcrumb-icon, .e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:focus-visible.e-breadcrumb-url .e-breadcrumb-icon {
1157
+ color: var(--color-sf-icon-color) !important; /* stylelint-disable-line declaration-no-important */
1157
1158
  }
1158
1159
  .e-breadcrumb .e-breadcrumb-item span.e-breadcrumb-text {
1159
1160
  cursor: default;
@@ -47,7 +47,7 @@
47
47
  --color-sf-flyout-bg-color-pressed: #e0e0e0;
48
48
  --color-sf-flyout-bg-color-selected: #ebebeb;
49
49
  --color-sf-flyout-bg-color-focus: #f5f5f5;
50
- --color-sf-overlay-bg-color: #000;
50
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
51
51
  --color-sf-table-bg-color-hover: #f5f5f5;
52
52
  --color-sf-table-bg-color-pressed: #e0e0e0;
53
53
  --color-sf-table-bg-color-selected: #ebf3fc;
@@ -369,7 +369,7 @@
369
369
  --color-sf-flyout-bg-color-pressed: var(--color-sf-black);
370
370
  --color-sf-flyout-bg-color-selected: #383838;
371
371
  --color-sf-flyout-bg-color-focus: var(--color-sf-flyout-bg-color-hover);
372
- --color-sf-overlay-bg-color: rgba($black, .4);
372
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
373
373
  --color-sf-table-bg-color-hover: #383838;
374
374
  --color-sf-table-bg-color-pressed: #2e2e2e;
375
375
  --color-sf-table-bg-color-selected: #082338;
@@ -711,9 +711,9 @@
711
711
  --color-sf-flyout-bg-color-pressed: var(--color-sf-content-bg-color-hover);
712
712
  --color-sf-flyout-bg-color-selected: var(--color-sf-content-bg-color-hover);
713
713
  --color-sf-flyout-bg-color-focus: var(--color-sf-content-bg-color-hover);
714
- --color-sf-overlay-bg-color: rgba($black, .4);
715
- --color-sf-table-bg-color-hover: var(--color-sf-black);
716
- --color-sf-table-bg-color-pressed: var(--color-sf-black);
714
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
715
+ --color-sf-table-bg-color-hover: #1a3bff;
716
+ --color-sf-table-bg-color-pressed: #1a3bff;
717
717
  --color-sf-table-bg-color-selected: #1a3bff;
718
718
  --color-sf-content-text-color: #fff;
719
719
  --color-sf-content-text-color-alt1: var(--color-sf-content-text-color);
@@ -732,12 +732,12 @@
732
732
  --color-sf-flyout-text-color-selected: var(--color-sf-content-text-color-hover);
733
733
  --color-sf-flyout-text-color-focus: var(--color-sf-content-text-color-hover);
734
734
  --color-sf-flyout-text-color-disabled: var(--color-sf-content-text-color-disabled);
735
- --color-sf-table-text-color-hover: var(--color-sf-content-text-color-hover);
736
- --color-sf-table-text-color-pressed: var(--color-sf-content-text-color-hover);
737
- --color-sf-table-text-color-selected: var(--color-sf-content-text-color-hover);
735
+ --color-sf-table-text-color-hover: #000;
736
+ --color-sf-table-text-color-pressed: #000;
737
+ --color-sf-table-text-color-selected: #000;
738
738
  --color-sf-icon-color: #fff;
739
- --color-sf-icon-color-hover: var(--color-sf-content-text-color-hover);
740
- --color-sf-icon-color-pressed: var(--color-sf-content-text-color-hover);
739
+ --color-sf-icon-color-hover: #000;
740
+ --color-sf-icon-color-pressed: #000;
741
741
  --color-sf-icon-color-disabled: var(--color-sf-content-text-color-disabled);
742
742
  --color-sf-border-light: #fff;
743
743
  --color-sf-border: var(--color-sf-border-light);
@@ -47,7 +47,7 @@
47
47
  --color-sf-flyout-bg-color-pressed: #e0e0e0;
48
48
  --color-sf-flyout-bg-color-selected: #ebebeb;
49
49
  --color-sf-flyout-bg-color-focus: #f5f5f5;
50
- --color-sf-overlay-bg-color: #000;
50
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
51
51
  --color-sf-table-bg-color-hover: #f5f5f5;
52
52
  --color-sf-table-bg-color-pressed: #e0e0e0;
53
53
  --color-sf-table-bg-color-selected: #ebf3fc;
@@ -369,7 +369,7 @@
369
369
  --color-sf-flyout-bg-color-pressed: var(--color-sf-black);
370
370
  --color-sf-flyout-bg-color-selected: #383838;
371
371
  --color-sf-flyout-bg-color-focus: var(--color-sf-flyout-bg-color-hover);
372
- --color-sf-overlay-bg-color: rgba($black, .4);
372
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
373
373
  --color-sf-table-bg-color-hover: #383838;
374
374
  --color-sf-table-bg-color-pressed: #2e2e2e;
375
375
  --color-sf-table-bg-color-selected: #082338;
@@ -711,9 +711,9 @@
711
711
  --color-sf-flyout-bg-color-pressed: var(--color-sf-content-bg-color-hover);
712
712
  --color-sf-flyout-bg-color-selected: var(--color-sf-content-bg-color-hover);
713
713
  --color-sf-flyout-bg-color-focus: var(--color-sf-content-bg-color-hover);
714
- --color-sf-overlay-bg-color: rgba($black, .4);
715
- --color-sf-table-bg-color-hover: var(--color-sf-black);
716
- --color-sf-table-bg-color-pressed: var(--color-sf-black);
714
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
715
+ --color-sf-table-bg-color-hover: #1a3bff;
716
+ --color-sf-table-bg-color-pressed: #1a3bff;
717
717
  --color-sf-table-bg-color-selected: #1a3bff;
718
718
  --color-sf-content-text-color: #fff;
719
719
  --color-sf-content-text-color-alt1: var(--color-sf-content-text-color);
@@ -732,12 +732,12 @@
732
732
  --color-sf-flyout-text-color-selected: var(--color-sf-content-text-color-hover);
733
733
  --color-sf-flyout-text-color-focus: var(--color-sf-content-text-color-hover);
734
734
  --color-sf-flyout-text-color-disabled: var(--color-sf-content-text-color-disabled);
735
- --color-sf-table-text-color-hover: var(--color-sf-content-text-color-hover);
736
- --color-sf-table-text-color-pressed: var(--color-sf-content-text-color-hover);
737
- --color-sf-table-text-color-selected: var(--color-sf-content-text-color-hover);
735
+ --color-sf-table-text-color-hover: #000;
736
+ --color-sf-table-text-color-pressed: #000;
737
+ --color-sf-table-text-color-selected: #000;
738
738
  --color-sf-icon-color: #fff;
739
- --color-sf-icon-color-hover: var(--color-sf-content-text-color-hover);
740
- --color-sf-icon-color-pressed: var(--color-sf-content-text-color-hover);
739
+ --color-sf-icon-color-hover: #000;
740
+ --color-sf-icon-color-pressed: #000;
741
741
  --color-sf-icon-color-disabled: var(--color-sf-content-text-color-disabled);
742
742
  --color-sf-border-light: #fff;
743
743
  --color-sf-border: var(--color-sf-border-light);
@@ -7823,7 +7823,8 @@
7823
7823
  /* stylelint-disable property-no-vendor-prefix */
7824
7824
  /* stylelint-disable */
7825
7825
  /*! TreeView icons */
7826
- .e-treeview .e-list-item div.e-icons::before {
7826
+ .e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
7827
+ .e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
7827
7828
  content: "\e22e";
7828
7829
  }
7829
7830
  .e-treeview .e-sibling::before {
package/styles/fabric.css CHANGED
@@ -7825,7 +7825,8 @@
7825
7825
  /*! TreeView's fabric theme wise override definitions and variables */
7826
7826
  /* stylelint-disable */
7827
7827
  /*! TreeView icons */
7828
- .e-treeview .e-list-item div.e-icons::before {
7828
+ .e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
7829
+ .e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
7829
7830
  content: "\e22e";
7830
7831
  }
7831
7832
  .e-treeview .e-sibling::before {
@@ -7850,7 +7850,8 @@
7850
7850
  /*! TreeView's bootstrap5 theme wise override definitions and variables */
7851
7851
  /* stylelint-disable */
7852
7852
  /*! TreeView icons */
7853
- .e-treeview .e-list-item div.e-icons::before {
7853
+ .e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
7854
+ .e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
7854
7855
  content: "\e75c";
7855
7856
  }
7856
7857
  .e-treeview .e-sibling::before {
package/styles/fluent.css CHANGED
@@ -7850,7 +7850,8 @@
7850
7850
  /*! TreeView's bootstrap5 theme wise override definitions and variables */
7851
7851
  /* stylelint-disable */
7852
7852
  /*! TreeView icons */
7853
- .e-treeview .e-list-item div.e-icons::before {
7853
+ .e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
7854
+ .e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
7854
7855
  content: "\e75c";
7855
7856
  }
7856
7857
  .e-treeview .e-sibling::before {
@@ -47,7 +47,7 @@
47
47
  --color-sf-flyout-bg-color-pressed: #e0e0e0;
48
48
  --color-sf-flyout-bg-color-selected: #ebebeb;
49
49
  --color-sf-flyout-bg-color-focus: #f5f5f5;
50
- --color-sf-overlay-bg-color: #000;
50
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
51
51
  --color-sf-table-bg-color-hover: #f5f5f5;
52
52
  --color-sf-table-bg-color-pressed: #e0e0e0;
53
53
  --color-sf-table-bg-color-selected: #ebf3fc;
@@ -369,7 +369,7 @@
369
369
  --color-sf-flyout-bg-color-pressed: var(--color-sf-black);
370
370
  --color-sf-flyout-bg-color-selected: #383838;
371
371
  --color-sf-flyout-bg-color-focus: var(--color-sf-flyout-bg-color-hover);
372
- --color-sf-overlay-bg-color: rgba($black, .4);
372
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
373
373
  --color-sf-table-bg-color-hover: #383838;
374
374
  --color-sf-table-bg-color-pressed: #2e2e2e;
375
375
  --color-sf-table-bg-color-selected: #082338;
@@ -711,9 +711,9 @@
711
711
  --color-sf-flyout-bg-color-pressed: var(--color-sf-content-bg-color-hover);
712
712
  --color-sf-flyout-bg-color-selected: var(--color-sf-content-bg-color-hover);
713
713
  --color-sf-flyout-bg-color-focus: var(--color-sf-content-bg-color-hover);
714
- --color-sf-overlay-bg-color: rgba($black, .4);
715
- --color-sf-table-bg-color-hover: var(--color-sf-black);
716
- --color-sf-table-bg-color-pressed: var(--color-sf-black);
714
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
715
+ --color-sf-table-bg-color-hover: #1a3bff;
716
+ --color-sf-table-bg-color-pressed: #1a3bff;
717
717
  --color-sf-table-bg-color-selected: #1a3bff;
718
718
  --color-sf-content-text-color: #fff;
719
719
  --color-sf-content-text-color-alt1: var(--color-sf-content-text-color);
@@ -732,12 +732,12 @@
732
732
  --color-sf-flyout-text-color-selected: var(--color-sf-content-text-color-hover);
733
733
  --color-sf-flyout-text-color-focus: var(--color-sf-content-text-color-hover);
734
734
  --color-sf-flyout-text-color-disabled: var(--color-sf-content-text-color-disabled);
735
- --color-sf-table-text-color-hover: var(--color-sf-content-text-color-hover);
736
- --color-sf-table-text-color-pressed: var(--color-sf-content-text-color-hover);
737
- --color-sf-table-text-color-selected: var(--color-sf-content-text-color-hover);
735
+ --color-sf-table-text-color-hover: #000;
736
+ --color-sf-table-text-color-pressed: #000;
737
+ --color-sf-table-text-color-selected: #000;
738
738
  --color-sf-icon-color: #fff;
739
- --color-sf-icon-color-hover: var(--color-sf-content-text-color-hover);
740
- --color-sf-icon-color-pressed: var(--color-sf-content-text-color-hover);
739
+ --color-sf-icon-color-hover: #000;
740
+ --color-sf-icon-color-pressed: #000;
741
741
  --color-sf-icon-color-disabled: var(--color-sf-content-text-color-disabled);
742
742
  --color-sf-border-light: #fff;
743
743
  --color-sf-border: var(--color-sf-border-light);
@@ -9312,7 +9312,8 @@
9312
9312
  /*! TreeView's theme wise override definitions and variables */
9313
9313
  /* stylelint-disable */
9314
9314
  /*! TreeView icons */
9315
- .e-treeview .e-list-item div.e-icons::before {
9315
+ .e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
9316
+ .e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
9316
9317
  content: "\e75c";
9317
9318
  }
9318
9319
  .e-treeview .e-sibling::before {
@@ -10329,7 +10330,7 @@ ejs-sidebar {
10329
10330
 
10330
10331
  .e-backdrop,
10331
10332
  .e-sidebar-overlay {
10332
- background-color: rgba(var(--color-sf-overlay-bg-color), 0.4);
10333
+ background-color: var(--color-sf-overlay-bg-color);
10333
10334
  height: 100%;
10334
10335
  left: 0;
10335
10336
  pointer-events: auto;
@@ -11671,9 +11672,10 @@ ejs-sidebar {
11671
11672
  .e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:focus-visible {
11672
11673
  -webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
11673
11674
  box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
11675
+ color: var(--color-sf-content-text-color-alt1) !important; /* stylelint-disable-line declaration-no-important */
11674
11676
  }
11675
- .e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:focus-visible .e-breadcrumb-icon {
11676
- color: var(--color-sf-icon-color);
11677
+ .e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:focus-visible .e-breadcrumb-icon, .e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:focus-visible.e-breadcrumb-url .e-breadcrumb-icon {
11678
+ color: var(--color-sf-icon-color) !important; /* stylelint-disable-line declaration-no-important */
11677
11679
  }
11678
11680
  .e-breadcrumb .e-breadcrumb-item span.e-breadcrumb-text {
11679
11681
  cursor: default;
@@ -47,7 +47,7 @@
47
47
  --color-sf-flyout-bg-color-pressed: #e0e0e0;
48
48
  --color-sf-flyout-bg-color-selected: #ebebeb;
49
49
  --color-sf-flyout-bg-color-focus: #f5f5f5;
50
- --color-sf-overlay-bg-color: #000;
50
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
51
51
  --color-sf-table-bg-color-hover: #f5f5f5;
52
52
  --color-sf-table-bg-color-pressed: #e0e0e0;
53
53
  --color-sf-table-bg-color-selected: #ebf3fc;
@@ -369,7 +369,7 @@
369
369
  --color-sf-flyout-bg-color-pressed: var(--color-sf-black);
370
370
  --color-sf-flyout-bg-color-selected: #383838;
371
371
  --color-sf-flyout-bg-color-focus: var(--color-sf-flyout-bg-color-hover);
372
- --color-sf-overlay-bg-color: rgba($black, .4);
372
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
373
373
  --color-sf-table-bg-color-hover: #383838;
374
374
  --color-sf-table-bg-color-pressed: #2e2e2e;
375
375
  --color-sf-table-bg-color-selected: #082338;
@@ -711,9 +711,9 @@
711
711
  --color-sf-flyout-bg-color-pressed: var(--color-sf-content-bg-color-hover);
712
712
  --color-sf-flyout-bg-color-selected: var(--color-sf-content-bg-color-hover);
713
713
  --color-sf-flyout-bg-color-focus: var(--color-sf-content-bg-color-hover);
714
- --color-sf-overlay-bg-color: rgba($black, .4);
715
- --color-sf-table-bg-color-hover: var(--color-sf-black);
716
- --color-sf-table-bg-color-pressed: var(--color-sf-black);
714
+ --color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
715
+ --color-sf-table-bg-color-hover: #1a3bff;
716
+ --color-sf-table-bg-color-pressed: #1a3bff;
717
717
  --color-sf-table-bg-color-selected: #1a3bff;
718
718
  --color-sf-content-text-color: #fff;
719
719
  --color-sf-content-text-color-alt1: var(--color-sf-content-text-color);
@@ -732,12 +732,12 @@
732
732
  --color-sf-flyout-text-color-selected: var(--color-sf-content-text-color-hover);
733
733
  --color-sf-flyout-text-color-focus: var(--color-sf-content-text-color-hover);
734
734
  --color-sf-flyout-text-color-disabled: var(--color-sf-content-text-color-disabled);
735
- --color-sf-table-text-color-hover: var(--color-sf-content-text-color-hover);
736
- --color-sf-table-text-color-pressed: var(--color-sf-content-text-color-hover);
737
- --color-sf-table-text-color-selected: var(--color-sf-content-text-color-hover);
735
+ --color-sf-table-text-color-hover: #000;
736
+ --color-sf-table-text-color-pressed: #000;
737
+ --color-sf-table-text-color-selected: #000;
738
738
  --color-sf-icon-color: #fff;
739
- --color-sf-icon-color-hover: var(--color-sf-content-text-color-hover);
740
- --color-sf-icon-color-pressed: var(--color-sf-content-text-color-hover);
739
+ --color-sf-icon-color-hover: #000;
740
+ --color-sf-icon-color-pressed: #000;
741
741
  --color-sf-icon-color-disabled: var(--color-sf-content-text-color-disabled);
742
742
  --color-sf-border-light: #fff;
743
743
  --color-sf-border: var(--color-sf-border-light);
@@ -7817,7 +7817,8 @@
7817
7817
  /* stylelint-disable property-no-vendor-prefix */
7818
7818
  /* stylelint-disable */
7819
7819
  /*! TreeView icons */
7820
- .e-treeview .e-list-item div.e-icons::before {
7820
+ .e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
7821
+ .e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
7821
7822
  content: "\e22e";
7822
7823
  }
7823
7824
  .e-treeview .e-sibling::before {
@@ -7825,7 +7825,8 @@
7825
7825
  /*! TreeView's high contrast theme wise override definitions and variables */
7826
7826
  /* stylelint-disable */
7827
7827
  /*! TreeView icons */
7828
- .e-treeview .e-list-item div.e-icons::before {
7828
+ .e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
7829
+ .e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
7829
7830
  content: "\e22e";
7830
7831
  }
7831
7832
  .e-treeview .e-sibling::before {
@@ -8000,7 +8000,8 @@
8000
8000
  }
8001
8001
  /* stylelint-disable */
8002
8002
  /*! TreeView icons */
8003
- .e-treeview .e-list-item div.e-icons::before {
8003
+ .e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
8004
+ .e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
8004
8005
  content: "\e22f";
8005
8006
  }
8006
8007
  .e-treeview .e-sibling::before {
@@ -8021,7 +8021,8 @@
8021
8021
  /*! TreeView's material theme wise override definitions and variables */
8022
8022
  /* stylelint-disable */
8023
8023
  /*! TreeView icons */
8024
- .e-treeview .e-list-item div.e-icons::before {
8024
+ .e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
8025
+ .e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
8025
8026
  content: "\e22f";
8026
8027
  }
8027
8028
  .e-treeview .e-sibling::before {