@syncfusion/ej2-navigations 33.2.4 → 33.2.7

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 (124) 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 +46 -7
  5. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es5.js +46 -7
  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 +5 -5
  12. package/src/accordion/accordion.js +2 -3
  13. package/src/context-menu/context-menu.js +1 -1
  14. package/src/tab/tab.js +15 -2
  15. package/src/toolbar/toolbar.js +7 -0
  16. package/src/treeview/treeview.d.ts +1 -0
  17. package/src/treeview/treeview.js +21 -1
  18. package/styles/bds-lite.css +21 -2
  19. package/styles/bds.css +23 -4
  20. package/styles/bootstrap-dark-lite.css +21 -2
  21. package/styles/bootstrap-dark.css +21 -2
  22. package/styles/bootstrap-lite.css +25 -2
  23. package/styles/bootstrap.css +25 -2
  24. package/styles/bootstrap4-lite.css +21 -2
  25. package/styles/bootstrap4.css +21 -2
  26. package/styles/bootstrap5-dark-lite.css +21 -2
  27. package/styles/bootstrap5-dark.css +21 -2
  28. package/styles/bootstrap5-lite.css +21 -2
  29. package/styles/bootstrap5.3-lite.css +21 -2
  30. package/styles/bootstrap5.3.css +21 -2
  31. package/styles/bootstrap5.css +21 -2
  32. package/styles/fabric-dark-lite.css +22 -2
  33. package/styles/fabric-dark.css +22 -2
  34. package/styles/fabric-lite.css +22 -2
  35. package/styles/fabric.css +22 -2
  36. package/styles/fluent-dark-lite.css +21 -2
  37. package/styles/fluent-dark.css +21 -2
  38. package/styles/fluent-lite.css +21 -2
  39. package/styles/fluent.css +21 -2
  40. package/styles/fluent2-lite.css +30 -2
  41. package/styles/fluent2.css +30 -2
  42. package/styles/highcontrast-light-lite.css +21 -2
  43. package/styles/highcontrast-light.css +21 -2
  44. package/styles/highcontrast-lite.css +29 -2
  45. package/styles/highcontrast.css +29 -2
  46. package/styles/material-dark-lite.css +21 -2
  47. package/styles/material-dark.css +21 -2
  48. package/styles/material-lite.css +21 -2
  49. package/styles/material.css +21 -2
  50. package/styles/material3-dark-lite.css +21 -2
  51. package/styles/material3-dark.css +21 -2
  52. package/styles/material3-lite.css +21 -2
  53. package/styles/material3.css +21 -2
  54. package/styles/tailwind-dark-lite.css +22 -3
  55. package/styles/tailwind-dark.css +23 -4
  56. package/styles/tailwind-lite.css +22 -3
  57. package/styles/tailwind.css +23 -4
  58. package/styles/tailwind3-lite.css +21 -2
  59. package/styles/tailwind3.css +21 -2
  60. package/styles/toolbar/_theme.scss +11 -5
  61. package/styles/toolbar/bds.css +8 -2
  62. package/styles/toolbar/bootstrap-dark.css +8 -2
  63. package/styles/toolbar/bootstrap.css +8 -2
  64. package/styles/toolbar/bootstrap4.css +8 -2
  65. package/styles/toolbar/bootstrap5-dark.css +8 -2
  66. package/styles/toolbar/bootstrap5.3.css +8 -2
  67. package/styles/toolbar/bootstrap5.css +8 -2
  68. package/styles/toolbar/fabric-dark.css +8 -2
  69. package/styles/toolbar/fabric.css +8 -2
  70. package/styles/toolbar/fluent-dark.css +8 -2
  71. package/styles/toolbar/fluent.css +8 -2
  72. package/styles/toolbar/fluent2.css +8 -2
  73. package/styles/toolbar/highcontrast-light.css +8 -2
  74. package/styles/toolbar/highcontrast.css +8 -2
  75. package/styles/toolbar/material-dark.css +8 -2
  76. package/styles/toolbar/material.css +8 -2
  77. package/styles/toolbar/material3-dark.css +8 -2
  78. package/styles/toolbar/material3.css +8 -2
  79. package/styles/toolbar/tailwind-dark.css +8 -2
  80. package/styles/toolbar/tailwind.css +8 -2
  81. package/styles/toolbar/tailwind3.css +8 -2
  82. package/styles/treeview/_bds-definition.scss +3 -2
  83. package/styles/treeview/_bootstrap-dark-definition.scss +2 -1
  84. package/styles/treeview/_bootstrap-definition.scss +2 -1
  85. package/styles/treeview/_bootstrap4-definition.scss +1 -0
  86. package/styles/treeview/_bootstrap5-dark-definition.scss +1 -0
  87. package/styles/treeview/_bootstrap5-definition.scss +1 -0
  88. package/styles/treeview/_bootstrap5.3-definition.scss +1 -0
  89. package/styles/treeview/_fabric-dark-definition.scss +1 -0
  90. package/styles/treeview/_fabric-definition.scss +1 -0
  91. package/styles/treeview/_fluent-dark-definition.scss +1 -0
  92. package/styles/treeview/_fluent-definition.scss +1 -0
  93. package/styles/treeview/_fluent2-definition.scss +4 -0
  94. package/styles/treeview/_highcontrast-definition.scss +1 -0
  95. package/styles/treeview/_highcontrast-light-definition.scss +1 -0
  96. package/styles/treeview/_material-dark-definition.scss +1 -0
  97. package/styles/treeview/_material-definition.scss +1 -0
  98. package/styles/treeview/_material3-dark-definition.scss +1 -0
  99. package/styles/treeview/_material3-definition.scss +1 -0
  100. package/styles/treeview/_tailwind-dark-definition.scss +3 -2
  101. package/styles/treeview/_tailwind-definition.scss +3 -2
  102. package/styles/treeview/_tailwind3-definition.scss +1 -0
  103. package/styles/treeview/_theme.scss +55 -4
  104. package/styles/treeview/bds.css +15 -2
  105. package/styles/treeview/bootstrap-dark.css +13 -0
  106. package/styles/treeview/bootstrap.css +17 -0
  107. package/styles/treeview/bootstrap4.css +13 -0
  108. package/styles/treeview/bootstrap5-dark.css +13 -0
  109. package/styles/treeview/bootstrap5.3.css +13 -0
  110. package/styles/treeview/bootstrap5.css +13 -0
  111. package/styles/treeview/fabric-dark.css +14 -0
  112. package/styles/treeview/fabric.css +14 -0
  113. package/styles/treeview/fluent-dark.css +13 -0
  114. package/styles/treeview/fluent.css +13 -0
  115. package/styles/treeview/fluent2.css +22 -0
  116. package/styles/treeview/highcontrast-light.css +13 -0
  117. package/styles/treeview/highcontrast.css +21 -0
  118. package/styles/treeview/material-dark.css +13 -0
  119. package/styles/treeview/material.css +13 -0
  120. package/styles/treeview/material3-dark.css +13 -0
  121. package/styles/treeview/material3.css +13 -0
  122. package/styles/treeview/tailwind-dark.css +15 -2
  123. package/styles/treeview/tailwind.css +15 -2
  124. package/styles/treeview/tailwind3.css +13 -0
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 33.2.4
3
+ * version : 33.2.7
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.4",
3
+ "version": "33.2.7",
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.4",
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.7"
17
17
  },
18
18
  "devDependencies": {},
19
19
  "keywords": [
@@ -571,9 +571,8 @@ var Accordion = /** @class */ (function (_super) {
571
571
  innerEle.appendChild(ctnEle);
572
572
  ctnEle.appendChild(this.toggleIconGenerate());
573
573
  this.add(innerEle, CLS_SLCT);
574
- return innerEle;
575
574
  }
576
- if (item.header && this.angularnativeCondiCheck(item, 'header')) {
575
+ else if (item.header && this.angularnativeCondiCheck(item, 'header')) {
577
576
  var header = item.header;
578
577
  if (this.enableHtmlSanitizer && typeof (item.header) === 'string') {
579
578
  header = SanitizeHtmlHelper.sanitize(item.header);
@@ -612,7 +611,7 @@ var Accordion = /** @class */ (function (_super) {
612
611
  hdr.insertBefore(hdrIcnEle, hdr.childNodes[0]);
613
612
  }
614
613
  }
615
- if (item.content && this.angularnativeCondiCheck(item, 'content')) {
614
+ if (item.content && this.angularnativeCondiCheck(item, 'content') && !this.headerTemplate) {
616
615
  var hdrIcon = this.toggleIconGenerate();
617
616
  if (isNOU(hdr)) {
618
617
  hdr = this.headerEleGenerate();
@@ -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
@@ -338,6 +338,12 @@ var Tab = /** @class */ (function (_super) {
338
338
  _this.refreshActiveBorder();
339
339
  });
340
340
  }
341
+ if (this.isAngular && this.registeredTemplate && !isNullOrUndefined(this.registeredTemplate.headerTemplate)) {
342
+ setTimeout(function () {
343
+ _this.refreshOverflow();
344
+ _this.refreshActiveBorder();
345
+ }, 5);
346
+ }
341
347
  };
342
348
  Tab.prototype.renderContainer = function () {
343
349
  var ele = this.element;
@@ -1268,8 +1274,15 @@ var Tab = /** @class */ (function (_super) {
1268
1274
  tbPopObj.show(config);
1269
1275
  }
1270
1276
  };
1271
- Tab.prototype.bindDraggable = function () {
1277
+ Tab.prototype.bindDraggable = function (refreshDraggableItems) {
1272
1278
  var _this = this;
1279
+ if (refreshDraggableItems && this.draggableItems.length > 0) {
1280
+ for (var i = 0; i < this.draggableItems.length; i++) {
1281
+ this.draggableItems[i].destroy();
1282
+ this.draggableItems[i] = null;
1283
+ }
1284
+ this.draggableItems = [];
1285
+ }
1273
1286
  if (this.allowDragAndDrop) {
1274
1287
  var tabHeader = this.element.querySelector('.' + CLS_HEADER);
1275
1288
  if (tabHeader) {
@@ -2357,7 +2370,7 @@ var Tab = /** @class */ (function (_super) {
2357
2370
  }
2358
2371
  break;
2359
2372
  case 'allowDragAndDrop':
2360
- this.bindDraggable();
2373
+ this.bindDraggable(true);
2361
2374
  break;
2362
2375
  case 'swipeMode':
2363
2376
  if (this.touchModule) {
@@ -2325,6 +2325,13 @@ var Toolbar = /** @class */ (function (_super) {
2325
2325
  if (this.isReact && this.items[parseInt(index.toString(), 10)].template) {
2326
2326
  this.clearToolbarTemplate(itemCol[parseInt(index.toString(), 10)]);
2327
2327
  }
2328
+ if (this.element.closest('.e-richtexteditor')) {
2329
+ var btnItem = itemCol[parseInt(index.toString(), 10)].querySelector('.e-control.e-btn');
2330
+ if (!isNOU(btnItem) && !isNOU(btnItem.ej2_instances[0]) &&
2331
+ !(btnItem.ej2_instances[0].isDestroyed)) {
2332
+ btnItem.ej2_instances[0].destroy();
2333
+ }
2334
+ }
2328
2335
  EventHandler.remove(itemCol[parseInt(index.toString(), 10)], 'click', this.itemClick);
2329
2336
  detach(itemCol[parseInt(index.toString(), 10)]);
2330
2337
  this.tbarEle.splice(index, 1);
@@ -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;
@@ -74,6 +74,7 @@ var CHECKBOXRIPPLE = 'e-ripple-container';
74
74
  var RIPPLE = 'e-ripple';
75
75
  var RIPPLEELMENT = 'e-ripple-element';
76
76
  var FOCUS = 'e-node-focus';
77
+ var FOCUSED = 'e-focused';
77
78
  var IMAGE = 'e-list-img';
78
79
  var BIGGER = 'e-bigger';
79
80
  var SMALL = 'e-small';
@@ -1132,6 +1133,9 @@ var TreeView = /** @class */ (function (_super) {
1132
1133
  if (isNOU(data) || isNOU(parentId)) {
1133
1134
  return [];
1134
1135
  }
1136
+ if (!Array.isArray(data)) {
1137
+ return [];
1138
+ }
1135
1139
  if (this.dataType === 1) {
1136
1140
  var pidField_1 = this.fields.parentID;
1137
1141
  var target_1 = parentId.toString();
@@ -2429,6 +2433,7 @@ var TreeView = /** @class */ (function (_super) {
2429
2433
  var focusedNode = this.getFocusedNode();
2430
2434
  if (focusedNode) {
2431
2435
  removeClass([focusedNode], FOCUS);
2436
+ removeClass([focusedNode], FOCUSED);
2432
2437
  focusedNode.setAttribute('tabindex', '-1');
2433
2438
  }
2434
2439
  addClass([li], FOCUS);
@@ -3128,9 +3133,11 @@ var TreeView = /** @class */ (function (_super) {
3128
3133
  };
3129
3134
  TreeView.prototype.setFocus = function (preNode, nextNode) {
3130
3135
  removeClass([preNode], FOCUS);
3136
+ removeClass([preNode], FOCUSED);
3131
3137
  preNode.setAttribute('tabindex', '-1');
3132
3138
  if (!nextNode.classList.contains('e-disable')) {
3133
3139
  addClass([nextNode], FOCUS);
3140
+ addClass([nextNode], FOCUSED);
3134
3141
  nextNode.setAttribute('tabindex', '0');
3135
3142
  nextNode.focus();
3136
3143
  EventHandler.add(nextNode, 'blur', this.focusOut, this);
@@ -3155,6 +3162,7 @@ var TreeView = /** @class */ (function (_super) {
3155
3162
  else {
3156
3163
  focusedElement.setAttribute('tabindex', '0');
3157
3164
  addClass([focusedElement], FOCUS);
3165
+ addClass([focusedElement], FOCUSED);
3158
3166
  EventHandler.add(focusedElement, 'blur', this.focusOut, this);
3159
3167
  }
3160
3168
  this.mouseDownStatus = false;
@@ -3164,6 +3172,7 @@ var TreeView = /** @class */ (function (_super) {
3164
3172
  var focusedElement = this.getFocusedNode();
3165
3173
  if (event.target === focusedElement) {
3166
3174
  removeClass([focusedElement], FOCUS);
3175
+ removeClass([focusedElement], FOCUSED);
3167
3176
  EventHandler.remove(focusedElement, 'blur', this.focusOut);
3168
3177
  }
3169
3178
  };
@@ -3516,7 +3525,8 @@ var TreeView = /** @class */ (function (_super) {
3516
3525
  var cNode = _this.createElement('span', { className: DROPCOUNT, innerHTML: '' + nLen });
3517
3526
  virtualEle.appendChild(cNode);
3518
3527
  }
3519
- document.body.appendChild(virtualEle);
3528
+ var appendToElement = _this.getAppendToElement();
3529
+ appendToElement.appendChild(virtualEle);
3520
3530
  document.body.style.cursor = '';
3521
3531
  _this.dragData = _this.getNodeData(_this.dragLi);
3522
3532
  return virtualEle;
@@ -3620,6 +3630,16 @@ var TreeView = /** @class */ (function (_super) {
3620
3630
  removeClass([this.element], DRAGGING);
3621
3631
  this.dragStartAction = false;
3622
3632
  };
3633
+ TreeView.prototype.getAppendToElement = function () {
3634
+ if (this.isAngular) {
3635
+ var cdkPane = this.element.closest('.cdk-overlay-pane');
3636
+ var popoverEl = this.element.closest('[popover]');
3637
+ if (cdkPane && popoverEl) {
3638
+ return cdkPane;
3639
+ }
3640
+ }
3641
+ return document.body;
3642
+ };
3623
3643
  TreeView.prototype.getOffsetX = function (event, target) {
3624
3644
  var touchList = event.changedTouches;
3625
3645
  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-focused > .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-focused > .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-focused > .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-focused > .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-focused > .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-focused > .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-focused > .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-focused > .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-focused > .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-focused > .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-focused > .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-focused > .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-focused > .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-focused > .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-focused > .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-focused > .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-focused > .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-focused > .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-focused > .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-focused > .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;