@syncfusion/ej2-navigations 33.2.3 → 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.
Files changed (125) hide show
  1. package/README.md +0 -1
  2. package/dist/ej2-navigations.min.js +2 -2
  3. package/dist/ej2-navigations.umd.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-navigations.es2015.js +37 -12
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +36 -10
  8. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  9. package/dist/global/ej2-navigations.min.js +2 -2
  10. package/dist/global/ej2-navigations.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +5 -5
  13. package/src/accordion/accordion.js +5 -5
  14. package/src/context-menu/context-menu.js +1 -1
  15. package/src/tab/tab.js +7 -1
  16. package/src/toolbar/toolbar.js +8 -2
  17. package/src/treeview/treeview.d.ts +1 -0
  18. package/src/treeview/treeview.js +15 -1
  19. package/styles/bds-lite.css +21 -2
  20. package/styles/bds.css +23 -4
  21. package/styles/bootstrap-dark-lite.css +21 -2
  22. package/styles/bootstrap-dark.css +21 -2
  23. package/styles/bootstrap-lite.css +25 -2
  24. package/styles/bootstrap.css +25 -2
  25. package/styles/bootstrap4-lite.css +21 -2
  26. package/styles/bootstrap4.css +21 -2
  27. package/styles/bootstrap5-dark-lite.css +21 -2
  28. package/styles/bootstrap5-dark.css +21 -2
  29. package/styles/bootstrap5-lite.css +21 -2
  30. package/styles/bootstrap5.3-lite.css +21 -2
  31. package/styles/bootstrap5.3.css +21 -2
  32. package/styles/bootstrap5.css +21 -2
  33. package/styles/fabric-dark-lite.css +22 -2
  34. package/styles/fabric-dark.css +22 -2
  35. package/styles/fabric-lite.css +22 -2
  36. package/styles/fabric.css +22 -2
  37. package/styles/fluent-dark-lite.css +21 -2
  38. package/styles/fluent-dark.css +21 -2
  39. package/styles/fluent-lite.css +21 -2
  40. package/styles/fluent.css +21 -2
  41. package/styles/fluent2-lite.css +30 -2
  42. package/styles/fluent2.css +30 -2
  43. package/styles/highcontrast-light-lite.css +21 -2
  44. package/styles/highcontrast-light.css +21 -2
  45. package/styles/highcontrast-lite.css +29 -2
  46. package/styles/highcontrast.css +29 -2
  47. package/styles/material-dark-lite.css +21 -2
  48. package/styles/material-dark.css +21 -2
  49. package/styles/material-lite.css +21 -2
  50. package/styles/material.css +21 -2
  51. package/styles/material3-dark-lite.css +21 -2
  52. package/styles/material3-dark.css +21 -2
  53. package/styles/material3-lite.css +21 -2
  54. package/styles/material3.css +21 -2
  55. package/styles/tailwind-dark-lite.css +22 -3
  56. package/styles/tailwind-dark.css +23 -4
  57. package/styles/tailwind-lite.css +22 -3
  58. package/styles/tailwind.css +23 -4
  59. package/styles/tailwind3-lite.css +21 -2
  60. package/styles/tailwind3.css +21 -2
  61. package/styles/toolbar/_theme.scss +11 -5
  62. package/styles/toolbar/bds.css +8 -2
  63. package/styles/toolbar/bootstrap-dark.css +8 -2
  64. package/styles/toolbar/bootstrap.css +8 -2
  65. package/styles/toolbar/bootstrap4.css +8 -2
  66. package/styles/toolbar/bootstrap5-dark.css +8 -2
  67. package/styles/toolbar/bootstrap5.3.css +8 -2
  68. package/styles/toolbar/bootstrap5.css +8 -2
  69. package/styles/toolbar/fabric-dark.css +8 -2
  70. package/styles/toolbar/fabric.css +8 -2
  71. package/styles/toolbar/fluent-dark.css +8 -2
  72. package/styles/toolbar/fluent.css +8 -2
  73. package/styles/toolbar/fluent2.css +8 -2
  74. package/styles/toolbar/highcontrast-light.css +8 -2
  75. package/styles/toolbar/highcontrast.css +8 -2
  76. package/styles/toolbar/material-dark.css +8 -2
  77. package/styles/toolbar/material.css +8 -2
  78. package/styles/toolbar/material3-dark.css +8 -2
  79. package/styles/toolbar/material3.css +8 -2
  80. package/styles/toolbar/tailwind-dark.css +8 -2
  81. package/styles/toolbar/tailwind.css +8 -2
  82. package/styles/toolbar/tailwind3.css +8 -2
  83. package/styles/treeview/_bds-definition.scss +3 -2
  84. package/styles/treeview/_bootstrap-dark-definition.scss +2 -1
  85. package/styles/treeview/_bootstrap-definition.scss +2 -1
  86. package/styles/treeview/_bootstrap4-definition.scss +1 -0
  87. package/styles/treeview/_bootstrap5-dark-definition.scss +1 -0
  88. package/styles/treeview/_bootstrap5-definition.scss +1 -0
  89. package/styles/treeview/_bootstrap5.3-definition.scss +1 -0
  90. package/styles/treeview/_fabric-dark-definition.scss +1 -0
  91. package/styles/treeview/_fabric-definition.scss +1 -0
  92. package/styles/treeview/_fluent-dark-definition.scss +1 -0
  93. package/styles/treeview/_fluent-definition.scss +1 -0
  94. package/styles/treeview/_fluent2-definition.scss +4 -0
  95. package/styles/treeview/_highcontrast-definition.scss +1 -0
  96. package/styles/treeview/_highcontrast-light-definition.scss +1 -0
  97. package/styles/treeview/_material-dark-definition.scss +1 -0
  98. package/styles/treeview/_material-definition.scss +1 -0
  99. package/styles/treeview/_material3-dark-definition.scss +1 -0
  100. package/styles/treeview/_material3-definition.scss +1 -0
  101. package/styles/treeview/_tailwind-dark-definition.scss +3 -2
  102. package/styles/treeview/_tailwind-definition.scss +3 -2
  103. package/styles/treeview/_tailwind3-definition.scss +1 -0
  104. package/styles/treeview/_theme.scss +55 -4
  105. package/styles/treeview/bds.css +15 -2
  106. package/styles/treeview/bootstrap-dark.css +13 -0
  107. package/styles/treeview/bootstrap.css +17 -0
  108. package/styles/treeview/bootstrap4.css +13 -0
  109. package/styles/treeview/bootstrap5-dark.css +13 -0
  110. package/styles/treeview/bootstrap5.3.css +13 -0
  111. package/styles/treeview/bootstrap5.css +13 -0
  112. package/styles/treeview/fabric-dark.css +14 -0
  113. package/styles/treeview/fabric.css +14 -0
  114. package/styles/treeview/fluent-dark.css +13 -0
  115. package/styles/treeview/fluent.css +13 -0
  116. package/styles/treeview/fluent2.css +22 -0
  117. package/styles/treeview/highcontrast-light.css +13 -0
  118. package/styles/treeview/highcontrast.css +21 -0
  119. package/styles/treeview/material-dark.css +13 -0
  120. package/styles/treeview/material.css +13 -0
  121. package/styles/treeview/material3-dark.css +13 -0
  122. package/styles/treeview/material3.css +13 -0
  123. package/styles/treeview/tailwind-dark.css +15 -2
  124. package/styles/treeview/tailwind.css +15 -2
  125. package/styles/treeview/tailwind3.css +13 -0
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 33.2.3
3
+ * version : 33.2.6
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-navigations",
3
- "version": "33.2.3",
3
+ "version": "33.2.6",
4
4
  "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",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -9,11 +9,11 @@
9
9
  "es2015": "./dist/es6/ej2-navigations.es5.js",
10
10
  "dependencies": {
11
11
  "@syncfusion/ej2-base": "~33.2.3",
12
- "@syncfusion/ej2-buttons": "~33.2.3",
13
- "@syncfusion/ej2-data": "~33.2.3",
14
- "@syncfusion/ej2-inputs": "~33.2.3",
12
+ "@syncfusion/ej2-buttons": "~33.2.5",
13
+ "@syncfusion/ej2-data": "~33.2.5",
14
+ "@syncfusion/ej2-inputs": "~33.2.5",
15
15
  "@syncfusion/ej2-lists": "~33.2.3",
16
- "@syncfusion/ej2-popups": "~33.2.3"
16
+ "@syncfusion/ej2-popups": "~33.2.5"
17
17
  },
18
18
  "devDependencies": {},
19
19
  "keywords": [
@@ -563,6 +563,11 @@ var Accordion = /** @class */ (function (_super) {
563
563
  var innerEle = this.createElement('div', {
564
564
  className: CLS_ITEM, id: item.id || getUniqueID('acrdn_item')
565
565
  });
566
+ if (item.expanded && !isNOU(index) && (!this.enablePersistence)) {
567
+ if (this.initExpand.indexOf(index) === -1) {
568
+ this.initExpand.push(index);
569
+ }
570
+ }
566
571
  if (this.headerTemplate) {
567
572
  var ctnEle = this.headerEleGenerate();
568
573
  var hdrEle = this.createElement('div', { className: CLS_HEADERCTN });
@@ -585,11 +590,6 @@ var Accordion = /** @class */ (function (_super) {
585
590
  innerEle.appendChild(ctnEle);
586
591
  }
587
592
  var hdr = select('.' + CLS_HEADER, innerEle);
588
- if (item.expanded && !isNOU(index) && (!this.enablePersistence)) {
589
- if (this.initExpand.indexOf(index) === -1) {
590
- this.initExpand.push(index);
591
- }
592
- }
593
593
  if (item.cssClass) {
594
594
  addClass([innerEle], item.cssClass.split(' '));
595
595
  }
@@ -62,7 +62,7 @@ var ContextMenu = /** @class */ (function (_super) {
62
62
  this.template = this.itemTemplate ? this.itemTemplate : null;
63
63
  this.addTemplateClass();
64
64
  _super.prototype.initialize.call(this);
65
- attributes(this.element, { 'role': 'menubar', 'tabindex': '0' });
65
+ attributes(this.element, { 'role': 'menu', 'tabindex': '0' });
66
66
  this.element.style.zIndex = getZindexPartial(this.element).toString();
67
67
  };
68
68
  /**
package/src/tab/tab.js CHANGED
@@ -1048,9 +1048,15 @@ var Tab = /** @class */ (function (_super) {
1048
1048
  addClass([this.element], [CLS_FILL]);
1049
1049
  var parent_1 = this.element.parentElement;
1050
1050
  var heightVal = parent_1.style.height || parent_1.getAttribute('height');
1051
+ while (parent_1 && !heightVal) {
1052
+ heightVal = parent_1.style.height || parent_1.getAttribute('height');
1053
+ if (!heightVal) {
1054
+ parent_1 = parent_1.parentElement;
1055
+ }
1056
+ }
1051
1057
  setStyle(this.element, { 'height': heightVal != null ? heightVal : '100%' });
1052
1058
  this.loadContentElement();
1053
- this.cntEle.style.height = heightVal != null ? "calc(" + heightVal + " - " + this.hdrEle.offsetHeight + "px)" : 'calc(100vh - ' + this.hdrEle.offsetHeight + 'px)';
1059
+ this.cntEle.style.height = heightVal != null ? "calc(" + heightVal + " - " + this.hdrEle.offsetHeight + "px)" : 'calc(100vh - ' + (this.hdrEle.offsetHeight + this.hdrEle.scrollHeight) + 'px)';
1054
1060
  }
1055
1061
  else if (this.heightAdjustMode === 'Auto') {
1056
1062
  if (this.isTemplate === true) {
@@ -324,8 +324,12 @@ var Toolbar = /** @class */ (function (_super) {
324
324
  }
325
325
  };
326
326
  Toolbar.prototype.destroyItems = function () {
327
+ var _this = this;
327
328
  if (this.element) {
328
- [].slice.call(this.element.querySelectorAll('.' + CLS_ITEM)).forEach(function (el) { detach(el); });
329
+ [].slice.call(this.element.querySelectorAll('.' + CLS_ITEM)).forEach(function (el) {
330
+ EventHandler.remove(el, 'click', _this.itemClick);
331
+ detach(el);
332
+ });
329
333
  }
330
334
  if (this.tbarAlign) {
331
335
  var tbarItems = this.element.querySelector('.' + CLS_ITEMS);
@@ -1933,6 +1937,7 @@ var Toolbar = /** @class */ (function (_super) {
1933
1937
  if (!isNOU(btnItem) && !isNOU(btnItem.ej2_instances[0]) && !(btnItem.ej2_instances[0].isDestroyed)) {
1934
1938
  btnItem.ej2_instances[0].destroy();
1935
1939
  }
1940
+ EventHandler.remove(innerItems[parseInt(index.toString(), 10)], 'click', this.itemClick);
1936
1941
  detach(innerItems[parseInt(index.toString(), 10)]);
1937
1942
  this.items.splice(eleIdx, 1);
1938
1943
  this.tbarEle.splice(eleIdx, 1);
@@ -2076,7 +2081,7 @@ var Toolbar = /** @class */ (function (_super) {
2076
2081
  dom.setAttribute('aria-label', (item.text || item.tooltipText));
2077
2082
  dom.setAttribute('aria-disabled', 'false');
2078
2083
  innerEle.appendChild(dom);
2079
- innerEle.addEventListener('click', this.itemClick.bind(this));
2084
+ EventHandler.add(innerEle, 'click', this.itemClick, this);
2080
2085
  break;
2081
2086
  case 'Separator':
2082
2087
  this.add(innerEle, CLS_SEPARATOR);
@@ -2320,6 +2325,7 @@ var Toolbar = /** @class */ (function (_super) {
2320
2325
  if (this.isReact && this.items[parseInt(index.toString(), 10)].template) {
2321
2326
  this.clearToolbarTemplate(itemCol[parseInt(index.toString(), 10)]);
2322
2327
  }
2328
+ EventHandler.remove(itemCol[parseInt(index.toString(), 10)], 'click', this.itemClick);
2323
2329
  detach(itemCol[parseInt(index.toString(), 10)]);
2324
2330
  this.tbarEle.splice(index, 1);
2325
2331
  this.addItems([this.items[parseInt(index.toString(), 10)]], index);
@@ -1255,6 +1255,7 @@ export declare class TreeView extends Component<HTMLElement> implements INotifyP
1255
1255
  private setDragAndDrop;
1256
1256
  private initializeDrag;
1257
1257
  private dragCancelAction;
1258
+ protected getAppendToElement(): HTMLElement;
1258
1259
  private getOffsetX;
1259
1260
  private getOffsetY;
1260
1261
  private dragAction;
@@ -1132,6 +1132,9 @@ var TreeView = /** @class */ (function (_super) {
1132
1132
  if (isNOU(data) || isNOU(parentId)) {
1133
1133
  return [];
1134
1134
  }
1135
+ if (!Array.isArray(data)) {
1136
+ return [];
1137
+ }
1135
1138
  if (this.dataType === 1) {
1136
1139
  var pidField_1 = this.fields.parentID;
1137
1140
  var target_1 = parentId.toString();
@@ -3516,7 +3519,8 @@ var TreeView = /** @class */ (function (_super) {
3516
3519
  var cNode = _this.createElement('span', { className: DROPCOUNT, innerHTML: '' + nLen });
3517
3520
  virtualEle.appendChild(cNode);
3518
3521
  }
3519
- document.body.appendChild(virtualEle);
3522
+ var appendToElement = _this.getAppendToElement();
3523
+ appendToElement.appendChild(virtualEle);
3520
3524
  document.body.style.cursor = '';
3521
3525
  _this.dragData = _this.getNodeData(_this.dragLi);
3522
3526
  return virtualEle;
@@ -3620,6 +3624,16 @@ var TreeView = /** @class */ (function (_super) {
3620
3624
  removeClass([this.element], DRAGGING);
3621
3625
  this.dragStartAction = false;
3622
3626
  };
3627
+ TreeView.prototype.getAppendToElement = function () {
3628
+ if (this.isAngular) {
3629
+ var cdkPane = this.element.closest('.cdk-overlay-pane');
3630
+ var popoverEl = this.element.closest('[popover]');
3631
+ if (cdkPane && popoverEl) {
3632
+ return cdkPane;
3633
+ }
3634
+ }
3635
+ return document.body;
3636
+ };
3623
3637
  TreeView.prototype.getOffsetX = function (event, target) {
3624
3638
  var touchList = event.changedTouches;
3625
3639
  if (touchList && touchList.length > 0) {
@@ -1956,10 +1956,16 @@
1956
1956
  opacity: 0.5;
1957
1957
  color: var(--color-sf-text-tertiary);
1958
1958
  }
1959
- .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn-text {
1959
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
1960
+ background: var(--color-sf-bg-secondary);
1961
+ -webkit-box-shadow: none;
1962
+ box-shadow: none;
1963
+ border: none;
1964
+ }
1965
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
1960
1966
  color: var(--color-sf-text-tertiary);
1961
1967
  }
1962
- .e-toolbar .e-toolbar-item.e-overlay .e-icons {
1968
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
1963
1969
  color: var(--color-sf-text-tertiary);
1964
1970
  }
1965
1971
  .e-toolbar.e-vertical .e-hor-nav {
@@ -7061,6 +7067,11 @@
7061
7067
  .e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
7062
7068
  color: var(--color-sf-fg-secondary-hover);
7063
7069
  }
7070
+ .e-treeview .e-list-item.e-node-focus > .e-fullrow {
7071
+ -webkit-box-shadow: inset 0 1px 2px 0 rgba(16, 24, 40, 0.05), inset 0 0 0 4px rgba(157, 118, 237, 0.24);
7072
+ box-shadow: inset 0 1px 2px 0 rgba(16, 24, 40, 0.05), inset 0 0 0 4px rgba(157, 118, 237, 0.24);
7073
+ border: none;
7074
+ }
7064
7075
  .e-treeview .e-list-item.e-active {
7065
7076
  background: transparent;
7066
7077
  }
@@ -7106,6 +7117,8 @@
7106
7117
  .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 {
7107
7118
  background-color: var(--color-sf-base-transparent);
7108
7119
  border-color: var(--color-sf-base-transparent);
7120
+ -webkit-box-shadow: none;
7121
+ box-shadow: none;
7109
7122
  }
7110
7123
  .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 {
7111
7124
  color: var(--color-sf-text-primary);
@@ -7161,6 +7174,12 @@
7161
7174
  .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 {
7162
7175
  background-color: var(--color-sf-base-transparent);
7163
7176
  border-color: var(--color-sf-base-transparent);
7177
+ -webkit-box-shadow: none;
7178
+ box-shadow: none;
7179
+ }
7180
+ .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
7181
+ -webkit-box-shadow: inset 0 1px 2px 0 rgba(16, 24, 40, 0.05), inset 0 0 0 4px rgba(157, 118, 237, 0.24);
7182
+ box-shadow: inset 0 1px 2px 0 rgba(16, 24, 40, 0.05), inset 0 0 0 4px rgba(157, 118, 237, 0.24);
7164
7183
  }
7165
7184
  .e-treeview.e-fullrow-wrap .e-text-content {
7166
7185
  border-color: transparent;
package/styles/bds.css CHANGED
@@ -2298,10 +2298,16 @@
2298
2298
  opacity: 0.5;
2299
2299
  color: var(--color-sf-text-tertiary);
2300
2300
  }
2301
- .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn-text {
2301
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
2302
+ background: var(--color-sf-bg-secondary);
2303
+ -webkit-box-shadow: none;
2304
+ box-shadow: none;
2305
+ border: none;
2306
+ }
2307
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
2302
2308
  color: var(--color-sf-text-tertiary);
2303
2309
  }
2304
- .e-toolbar .e-toolbar-item.e-overlay .e-icons {
2310
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
2305
2311
  color: var(--color-sf-text-tertiary);
2306
2312
  }
2307
2313
  .e-toolbar.e-vertical .e-hor-nav {
@@ -9080,6 +9086,11 @@
9080
9086
  .e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
9081
9087
  color: var(--color-sf-fg-secondary-hover);
9082
9088
  }
9089
+ .e-treeview .e-list-item.e-node-focus > .e-fullrow {
9090
+ -webkit-box-shadow: inset 0 1px 2px 0 rgba(16, 24, 40, 0.05), inset 0 0 0 4px rgba(157, 118, 237, 0.24);
9091
+ box-shadow: inset 0 1px 2px 0 rgba(16, 24, 40, 0.05), inset 0 0 0 4px rgba(157, 118, 237, 0.24);
9092
+ border: none;
9093
+ }
9083
9094
  .e-treeview .e-list-item.e-active {
9084
9095
  background: transparent;
9085
9096
  }
@@ -9125,6 +9136,8 @@
9125
9136
  .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 {
9126
9137
  background-color: var(--color-sf-base-transparent);
9127
9138
  border-color: var(--color-sf-base-transparent);
9139
+ -webkit-box-shadow: none;
9140
+ box-shadow: none;
9128
9141
  }
9129
9142
  .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 {
9130
9143
  color: var(--color-sf-text-primary);
@@ -9180,6 +9193,12 @@
9180
9193
  .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 {
9181
9194
  background-color: var(--color-sf-base-transparent);
9182
9195
  border-color: var(--color-sf-base-transparent);
9196
+ -webkit-box-shadow: none;
9197
+ box-shadow: none;
9198
+ }
9199
+ .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
9200
+ -webkit-box-shadow: inset 0 1px 2px 0 rgba(16, 24, 40, 0.05), inset 0 0 0 4px rgba(157, 118, 237, 0.24);
9201
+ box-shadow: inset 0 1px 2px 0 rgba(16, 24, 40, 0.05), inset 0 0 0 4px rgba(157, 118, 237, 0.24);
9183
9202
  }
9184
9203
  .e-treeview.e-fullrow-wrap .e-text-content {
9185
9204
  border-color: transparent;
@@ -9319,8 +9338,8 @@
9319
9338
  }
9320
9339
  .e-bigger .e-treeview .e-list-text,
9321
9340
  .e-treeview.e-bigger .e-list-text {
9322
- line-height: 46px;
9323
- min-height: 46px;
9341
+ line-height: 48px;
9342
+ min-height: 48px;
9324
9343
  }
9325
9344
  .e-bigger .e-treeview .e-list-text .e-input-group,
9326
9345
  .e-treeview.e-bigger .e-list-text .e-input-group {
@@ -1746,10 +1746,16 @@
1746
1746
  opacity: 0.5;
1747
1747
  color: #fff;
1748
1748
  }
1749
- .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn-text {
1749
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
1750
+ background: #131313;
1751
+ -webkit-box-shadow: none;
1752
+ box-shadow: none;
1753
+ border: none;
1754
+ }
1755
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
1750
1756
  color: #fff;
1751
1757
  }
1752
- .e-toolbar .e-toolbar-item.e-overlay .e-icons {
1758
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
1753
1759
  color: #fff;
1754
1760
  }
1755
1761
  .e-toolbar.e-vertical .e-hor-nav {
@@ -6511,6 +6517,11 @@
6511
6517
  .e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
6512
6518
  color: #f0f0f0;
6513
6519
  }
6520
+ .e-treeview .e-list-item.e-node-focus > .e-fullrow {
6521
+ -webkit-box-shadow: inset 0 0 0 1px #fff;
6522
+ box-shadow: inset 0 0 0 1px #fff;
6523
+ border: none;
6524
+ }
6514
6525
  .e-treeview .e-list-item.e-active {
6515
6526
  background: transparent;
6516
6527
  }
@@ -6556,6 +6567,8 @@
6556
6567
  .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 {
6557
6568
  background-color: transparent;
6558
6569
  border-color: transparent;
6570
+ -webkit-box-shadow: none;
6571
+ box-shadow: none;
6559
6572
  }
6560
6573
  .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 {
6561
6574
  color: #f0f0f0;
@@ -6612,6 +6625,12 @@
6612
6625
  .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 {
6613
6626
  background-color: transparent;
6614
6627
  border-color: transparent;
6628
+ -webkit-box-shadow: none;
6629
+ box-shadow: none;
6630
+ }
6631
+ .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
6632
+ -webkit-box-shadow: inset 0 0 0 1px #fff;
6633
+ box-shadow: inset 0 0 0 1px #fff;
6615
6634
  }
6616
6635
  .e-treeview.e-fullrow-wrap .e-text-content {
6617
6636
  border-color: transparent;
@@ -2009,10 +2009,16 @@
2009
2009
  opacity: 0.5;
2010
2010
  color: #fff;
2011
2011
  }
2012
- .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn-text {
2012
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
2013
+ background: #131313;
2014
+ -webkit-box-shadow: none;
2015
+ box-shadow: none;
2016
+ border: none;
2017
+ }
2018
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
2013
2019
  color: #fff;
2014
2020
  }
2015
- .e-toolbar .e-toolbar-item.e-overlay .e-icons {
2021
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
2016
2022
  color: #fff;
2017
2023
  }
2018
2024
  .e-toolbar.e-vertical .e-hor-nav {
@@ -8397,6 +8403,11 @@
8397
8403
  .e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
8398
8404
  color: #f0f0f0;
8399
8405
  }
8406
+ .e-treeview .e-list-item.e-node-focus > .e-fullrow {
8407
+ -webkit-box-shadow: inset 0 0 0 1px #fff;
8408
+ box-shadow: inset 0 0 0 1px #fff;
8409
+ border: none;
8410
+ }
8400
8411
  .e-treeview .e-list-item.e-active {
8401
8412
  background: transparent;
8402
8413
  }
@@ -8442,6 +8453,8 @@
8442
8453
  .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 {
8443
8454
  background-color: transparent;
8444
8455
  border-color: transparent;
8456
+ -webkit-box-shadow: none;
8457
+ box-shadow: none;
8445
8458
  }
8446
8459
  .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 {
8447
8460
  color: #f0f0f0;
@@ -8498,6 +8511,12 @@
8498
8511
  .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 {
8499
8512
  background-color: transparent;
8500
8513
  border-color: transparent;
8514
+ -webkit-box-shadow: none;
8515
+ box-shadow: none;
8516
+ }
8517
+ .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
8518
+ -webkit-box-shadow: inset 0 0 0 1px #fff;
8519
+ box-shadow: inset 0 0 0 1px #fff;
8501
8520
  }
8502
8521
  .e-treeview.e-fullrow-wrap .e-text-content {
8503
8522
  border-color: transparent;
@@ -1752,10 +1752,16 @@
1752
1752
  opacity: 0.5;
1753
1753
  color: #333;
1754
1754
  }
1755
- .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn-text {
1755
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
1756
+ background: #f8f8f8;
1757
+ -webkit-box-shadow: none;
1758
+ box-shadow: none;
1759
+ border: none;
1760
+ }
1761
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
1756
1762
  color: #333;
1757
1763
  }
1758
- .e-toolbar .e-toolbar-item.e-overlay .e-icons {
1764
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
1759
1765
  color: #333;
1760
1766
  }
1761
1767
  .e-toolbar.e-vertical .e-hor-nav {
@@ -6520,6 +6526,11 @@
6520
6526
  .e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
6521
6527
  color: #333;
6522
6528
  }
6529
+ .e-treeview .e-list-item.e-node-focus > .e-fullrow {
6530
+ -webkit-box-shadow: inset 0 0 0 1px #000;
6531
+ box-shadow: inset 0 0 0 1px #000;
6532
+ border: none;
6533
+ }
6523
6534
  .e-treeview .e-list-item.e-active {
6524
6535
  background: transparent;
6525
6536
  }
@@ -6564,6 +6575,10 @@
6564
6575
  .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
6565
6576
  color: #fff;
6566
6577
  }
6578
+ .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
6579
+ -webkit-box-shadow: inset 0 0 0 1px #000;
6580
+ box-shadow: inset 0 0 0 1px #000;
6581
+ }
6567
6582
  .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 {
6568
6583
  background-color: transparent;
6569
6584
  border-color: transparent;
@@ -6624,12 +6639,20 @@
6624
6639
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
6625
6640
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
6626
6641
  }
6642
+ .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
6643
+ -webkit-box-shadow: inset 0 0 0 1px #000;
6644
+ box-shadow: inset 0 0 0 1px #000;
6645
+ }
6627
6646
  .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 {
6628
6647
  background-color: transparent;
6629
6648
  border-color: transparent;
6630
6649
  -webkit-box-shadow: none;
6631
6650
  box-shadow: none;
6632
6651
  }
6652
+ .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
6653
+ -webkit-box-shadow: inset 0 0 0 1px #000;
6654
+ box-shadow: inset 0 0 0 1px #000;
6655
+ }
6633
6656
  .e-treeview.e-fullrow-wrap .e-text-content {
6634
6657
  border-color: transparent;
6635
6658
  }
@@ -2017,10 +2017,16 @@
2017
2017
  opacity: 0.5;
2018
2018
  color: #333;
2019
2019
  }
2020
- .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn-text {
2020
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
2021
+ background: #f8f8f8;
2022
+ -webkit-box-shadow: none;
2023
+ box-shadow: none;
2024
+ border: none;
2025
+ }
2026
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
2021
2027
  color: #333;
2022
2028
  }
2023
- .e-toolbar .e-toolbar-item.e-overlay .e-icons {
2029
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
2024
2030
  color: #333;
2025
2031
  }
2026
2032
  .e-toolbar.e-vertical .e-hor-nav {
@@ -8408,6 +8414,11 @@
8408
8414
  .e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
8409
8415
  color: #333;
8410
8416
  }
8417
+ .e-treeview .e-list-item.e-node-focus > .e-fullrow {
8418
+ -webkit-box-shadow: inset 0 0 0 1px #000;
8419
+ box-shadow: inset 0 0 0 1px #000;
8420
+ border: none;
8421
+ }
8411
8422
  .e-treeview .e-list-item.e-active {
8412
8423
  background: transparent;
8413
8424
  }
@@ -8452,6 +8463,10 @@
8452
8463
  .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content .e-icon-expandable {
8453
8464
  color: #fff;
8454
8465
  }
8466
+ .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
8467
+ -webkit-box-shadow: inset 0 0 0 1px #000;
8468
+ box-shadow: inset 0 0 0 1px #000;
8469
+ }
8455
8470
  .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 {
8456
8471
  background-color: transparent;
8457
8472
  border-color: transparent;
@@ -8512,12 +8527,20 @@
8512
8527
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
8513
8528
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
8514
8529
  }
8530
+ .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
8531
+ -webkit-box-shadow: inset 0 0 0 1px #000;
8532
+ box-shadow: inset 0 0 0 1px #000;
8533
+ }
8515
8534
  .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 {
8516
8535
  background-color: transparent;
8517
8536
  border-color: transparent;
8518
8537
  -webkit-box-shadow: none;
8519
8538
  box-shadow: none;
8520
8539
  }
8540
+ .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
8541
+ -webkit-box-shadow: inset 0 0 0 1px #000;
8542
+ box-shadow: inset 0 0 0 1px #000;
8543
+ }
8521
8544
  .e-treeview.e-fullrow-wrap .e-text-content {
8522
8545
  border-color: transparent;
8523
8546
  }
@@ -1752,10 +1752,16 @@
1752
1752
  opacity: 0.65;
1753
1753
  color: #495057;
1754
1754
  }
1755
- .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn-text {
1755
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
1756
+ background: #f8f9fa;
1757
+ -webkit-box-shadow: none;
1758
+ box-shadow: none;
1759
+ border: none;
1760
+ }
1761
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
1756
1762
  color: #495057;
1757
1763
  }
1758
- .e-toolbar .e-toolbar-item.e-overlay .e-icons {
1764
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
1759
1765
  color: #495057;
1760
1766
  }
1761
1767
  .e-toolbar.e-vertical .e-hor-nav {
@@ -6527,6 +6533,11 @@
6527
6533
  .e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
6528
6534
  color: #495057;
6529
6535
  }
6536
+ .e-treeview .e-list-item.e-node-focus > .e-fullrow {
6537
+ -webkit-box-shadow: inset 0 0 0 1px #212529;
6538
+ box-shadow: inset 0 0 0 1px #212529;
6539
+ border: none;
6540
+ }
6530
6541
  .e-treeview .e-list-item.e-active {
6531
6542
  background: transparent;
6532
6543
  }
@@ -6577,6 +6588,8 @@
6577
6588
  .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 {
6578
6589
  background-color: transparent;
6579
6590
  border-color: transparent;
6591
+ -webkit-box-shadow: none;
6592
+ box-shadow: none;
6580
6593
  }
6581
6594
  .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 {
6582
6595
  color: #212529;
@@ -6634,6 +6647,12 @@
6634
6647
  .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 {
6635
6648
  background-color: transparent;
6636
6649
  border-color: transparent;
6650
+ -webkit-box-shadow: none;
6651
+ box-shadow: none;
6652
+ }
6653
+ .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
6654
+ -webkit-box-shadow: inset 0 0 0 1px #212529;
6655
+ box-shadow: inset 0 0 0 1px #212529;
6637
6656
  }
6638
6657
  .e-treeview.e-fullrow-wrap .e-text-content {
6639
6658
  border-color: transparent;
@@ -2017,10 +2017,16 @@
2017
2017
  opacity: 0.65;
2018
2018
  color: #495057;
2019
2019
  }
2020
- .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn-text {
2020
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn {
2021
+ background: #f8f9fa;
2022
+ -webkit-box-shadow: none;
2023
+ box-shadow: none;
2024
+ border: none;
2025
+ }
2026
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-tbar-btn-text {
2021
2027
  color: #495057;
2022
2028
  }
2023
- .e-toolbar .e-toolbar-item.e-overlay .e-icons {
2029
+ .e-toolbar .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
2024
2030
  color: #495057;
2025
2031
  }
2026
2032
  .e-toolbar.e-vertical .e-hor-nav {
@@ -8415,6 +8421,11 @@
8415
8421
  .e-treeview .e-list-item.e-node-focus > .e-text-content .e-icon-expandable {
8416
8422
  color: #495057;
8417
8423
  }
8424
+ .e-treeview .e-list-item.e-node-focus > .e-fullrow {
8425
+ -webkit-box-shadow: inset 0 0 0 1px #212529;
8426
+ box-shadow: inset 0 0 0 1px #212529;
8427
+ border: none;
8428
+ }
8418
8429
  .e-treeview .e-list-item.e-active {
8419
8430
  background: transparent;
8420
8431
  }
@@ -8465,6 +8476,8 @@
8465
8476
  .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 {
8466
8477
  background-color: transparent;
8467
8478
  border-color: transparent;
8479
+ -webkit-box-shadow: none;
8480
+ box-shadow: none;
8468
8481
  }
8469
8482
  .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 {
8470
8483
  color: #212529;
@@ -8522,6 +8535,12 @@
8522
8535
  .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 {
8523
8536
  background-color: transparent;
8524
8537
  border-color: transparent;
8538
+ -webkit-box-shadow: none;
8539
+ box-shadow: none;
8540
+ }
8541
+ .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-node-focus > .e-text-content {
8542
+ -webkit-box-shadow: inset 0 0 0 1px #212529;
8543
+ box-shadow: inset 0 0 0 1px #212529;
8525
8544
  }
8526
8545
  .e-treeview.e-fullrow-wrap .e-text-content {
8527
8546
  border-color: transparent;