@syncfusion/ej2-navigations 31.1.20 → 31.2.3

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 (101) hide show
  1. package/dist/ej2-navigations.min.js +3 -3
  2. package/dist/ej2-navigations.umd.min.js +3 -3
  3. package/dist/ej2-navigations.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-navigations.es2015.js +47 -6
  5. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es5.js +48 -6
  7. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  8. package/dist/global/ej2-navigations.min.js +3 -3
  9. package/dist/global/ej2-navigations.min.js.map +1 -1
  10. package/dist/global/index.d.ts +2 -2
  11. package/package.json +7 -7
  12. package/src/breadcrumb/breadcrumb.js +4 -3
  13. package/src/toolbar/toolbar.js +4 -1
  14. package/src/treeview/treeview.d.ts +1 -0
  15. package/src/treeview/treeview.js +40 -2
  16. package/styles/bds-lite.css +0 -1
  17. package/styles/bds.css +0 -1
  18. package/styles/bootstrap-dark-lite.css +0 -1
  19. package/styles/bootstrap-dark.css +0 -1
  20. package/styles/bootstrap-lite.css +0 -1
  21. package/styles/bootstrap.css +0 -1
  22. package/styles/bootstrap4-lite.css +2 -3
  23. package/styles/bootstrap4.css +3 -4
  24. package/styles/bootstrap5-dark-lite.css +12 -10
  25. package/styles/bootstrap5-dark.css +12 -10
  26. package/styles/bootstrap5-lite.css +12 -10
  27. package/styles/bootstrap5.3-lite.css +2 -3
  28. package/styles/bootstrap5.3.css +2 -3
  29. package/styles/bootstrap5.css +12 -10
  30. package/styles/fabric-dark-lite.css +0 -1
  31. package/styles/fabric-dark.css +0 -1
  32. package/styles/fabric-lite.css +0 -1
  33. package/styles/fabric.css +0 -1
  34. package/styles/fluent-dark-lite.css +3 -4
  35. package/styles/fluent-dark.css +5 -7
  36. package/styles/fluent-lite.css +3 -4
  37. package/styles/fluent.css +5 -7
  38. package/styles/fluent2-lite.css +1 -2
  39. package/styles/fluent2.css +1 -2
  40. package/styles/highcontrast-light-lite.css +0 -1
  41. package/styles/highcontrast-light.css +0 -1
  42. package/styles/highcontrast-lite.css +2 -3
  43. package/styles/highcontrast.css +3 -5
  44. package/styles/material-dark-lite.css +2 -3
  45. package/styles/material-dark.css +2 -3
  46. package/styles/material-lite.css +2 -3
  47. package/styles/material.css +2 -3
  48. package/styles/material3-dark-lite.css +0 -1
  49. package/styles/material3-dark.css +0 -1
  50. package/styles/material3-lite.css +0 -1
  51. package/styles/material3.css +0 -1
  52. package/styles/menu/_bootstrap-dark-definition.scss +0 -1
  53. package/styles/menu/_bootstrap-definition.scss +0 -1
  54. package/styles/menu/_fluent-definition.scss +1 -1
  55. package/styles/menu/_fluent2-definition.scss +1 -1
  56. package/styles/menu/_layout.scss +1 -7
  57. package/styles/menu/bds.css +0 -1
  58. package/styles/menu/bootstrap-dark.css +0 -1
  59. package/styles/menu/bootstrap.css +0 -1
  60. package/styles/menu/bootstrap4.css +0 -1
  61. package/styles/menu/bootstrap5-dark.css +0 -1
  62. package/styles/menu/bootstrap5.3.css +0 -1
  63. package/styles/menu/bootstrap5.css +0 -1
  64. package/styles/menu/fabric-dark.css +0 -1
  65. package/styles/menu/fabric.css +0 -1
  66. package/styles/menu/fluent-dark.css +1 -2
  67. package/styles/menu/fluent.css +1 -2
  68. package/styles/menu/fluent2.css +1 -2
  69. package/styles/menu/highcontrast-light.css +0 -1
  70. package/styles/menu/highcontrast.css +0 -1
  71. package/styles/menu/material-dark.css +0 -1
  72. package/styles/menu/material.css +0 -1
  73. package/styles/menu/material3-dark.css +0 -1
  74. package/styles/menu/material3.css +0 -1
  75. package/styles/menu/tailwind-dark.css +0 -1
  76. package/styles/menu/tailwind.css +0 -1
  77. package/styles/menu/tailwind3.css +0 -1
  78. package/styles/tailwind-dark-lite.css +0 -1
  79. package/styles/tailwind-dark.css +0 -1
  80. package/styles/tailwind-lite.css +0 -1
  81. package/styles/tailwind.css +0 -1
  82. package/styles/tailwind3-lite.css +0 -1
  83. package/styles/tailwind3.css +0 -1
  84. package/styles/treeview/_bigger.scss +2 -4
  85. package/styles/treeview/_bootstrap4-definition.scss +2 -2
  86. package/styles/treeview/_bootstrap5-definition.scss +4 -4
  87. package/styles/treeview/_bootstrap5.3-definition.scss +1 -1
  88. package/styles/treeview/_fluent-definition.scss +3 -3
  89. package/styles/treeview/_highcontrast-definition.scss +4 -2
  90. package/styles/treeview/_layout.scss +4 -4
  91. package/styles/treeview/_material-dark-definition.scss +1 -1
  92. package/styles/treeview/_material-definition.scss +1 -1
  93. package/styles/treeview/bootstrap4.css +3 -3
  94. package/styles/treeview/bootstrap5-dark.css +12 -9
  95. package/styles/treeview/bootstrap5.3.css +2 -2
  96. package/styles/treeview/bootstrap5.css +12 -9
  97. package/styles/treeview/fluent-dark.css +4 -5
  98. package/styles/treeview/fluent.css +4 -5
  99. package/styles/treeview/highcontrast.css +3 -4
  100. package/styles/treeview/material-dark.css +2 -2
  101. package/styles/treeview/material.css +2 -2
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 31.1.20
4
- * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
3
+ * version : 31.2.3
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
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-navigations",
3
- "version": "31.1.20",
3
+ "version": "31.2.3",
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",
@@ -8,12 +8,12 @@
8
8
  "module": "./index.js",
9
9
  "es2015": "./dist/es6/ej2-navigations.es5.js",
10
10
  "dependencies": {
11
- "@syncfusion/ej2-base": "~31.1.20",
12
- "@syncfusion/ej2-buttons": "~31.1.17",
13
- "@syncfusion/ej2-data": "~31.1.17",
14
- "@syncfusion/ej2-inputs": "~31.1.20",
15
- "@syncfusion/ej2-lists": "~31.1.17",
16
- "@syncfusion/ej2-popups": "~31.1.20"
11
+ "@syncfusion/ej2-base": "~31.2.2",
12
+ "@syncfusion/ej2-buttons": "~31.2.3",
13
+ "@syncfusion/ej2-data": "~31.2.3",
14
+ "@syncfusion/ej2-inputs": "~31.2.2",
15
+ "@syncfusion/ej2-lists": "~31.2.2",
16
+ "@syncfusion/ej2-popups": "~31.2.2"
17
17
  },
18
18
  "devDependencies": {},
19
19
  "keywords": [
@@ -282,6 +282,10 @@ var Breadcrumb = /** @class */ (function (_super) {
282
282
  args.item.removeAttribute('role');
283
283
  if (isLastItem) {
284
284
  args.item.setAttribute('data-active-item', '');
285
+ args.item.setAttribute('aria-current', 'page');
286
+ }
287
+ else {
288
+ args.item.removeAttribute('aria-current');
285
289
  }
286
290
  if (!_this.itemTemplate) {
287
291
  _this.beforeItemRenderChanges(args.curData, eventArgs.item, args.item, containsRightIcon);
@@ -473,9 +477,6 @@ var Breadcrumb = /** @class */ (function (_super) {
473
477
  };
474
478
  Breadcrumb.prototype.beforeItemRenderChanges = function (prevItem, currItem, elem, isRightIcon) {
475
479
  var wrapElem = elem.querySelector('.e-anchor-wrap');
476
- if (wrapElem) {
477
- wrapElem.parentElement.setAttribute('aria-label', 'home');
478
- }
479
480
  if (currItem.text !== prevItem.text && wrapElem) {
480
481
  wrapElem.childNodes.forEach(function (child) {
481
482
  if (child.nodeType === Node.TEXT_NODE) {
@@ -1074,7 +1074,10 @@ var Toolbar = /** @class */ (function (_super) {
1074
1074
  ++nodeIndex;
1075
1075
  }
1076
1076
  else {
1077
- ele.appendChild(el);
1077
+ var children = Array.prototype.slice.call(ele.children);
1078
+ var insertionNode = children.slice(index)
1079
+ .find(function (child) { return !child.classList.contains(CLS_POPPRI); });
1080
+ ele.insertBefore(el, insertionNode || null);
1078
1081
  }
1079
1082
  if (el.classList.contains(CLS_SEPARATOR)) {
1080
1083
  setStyle(el, { display: '', height: sepHeight + 'px' });
@@ -1075,6 +1075,7 @@ export declare class TreeView extends Component<HTMLElement> implements INotifyP
1075
1075
  private ensureIndeterminate;
1076
1076
  private ensureParentCheckState;
1077
1077
  private getSelectedChildNodeDetails;
1078
+ private getAllChildNodes;
1078
1079
  private ensureChildCheckState;
1079
1080
  private doCheckBoxAction;
1080
1081
  private updateFieldChecked;
@@ -716,7 +716,7 @@ var TreeView = /** @class */ (function (_super) {
716
716
  }
717
717
  this.changeState(node, 'check', null, true, true);
718
718
  }
719
- else if (count === 0 && this.checkedNodes.length === 0) {
719
+ else if (count === 0 && this.checkedNodes.length === 0 && indeterminate.length === 0) {
720
720
  this.changeState(node, 'uncheck', null, true, true);
721
721
  }
722
722
  }
@@ -986,6 +986,7 @@ var TreeView = /** @class */ (function (_super) {
986
986
  }
987
987
  };
988
988
  TreeView.prototype.ensureParentCheckState = function (element) {
989
+ var _this = this;
989
990
  if (!isNOU(element)) {
990
991
  if (element.classList.contains(ROOT)) {
991
992
  return;
@@ -1005,6 +1006,8 @@ var TreeView = /** @class */ (function (_super) {
1005
1006
  var dataUid_1 = element.getAttribute('data-uid');
1006
1007
  var rootNodeChecked_1 = true;
1007
1008
  var childNodeChecked_1 = false;
1009
+ var ChildNodeData = this.getAllChildNodes(this.DDTTreeData, dataUid_1);
1010
+ var selectedChildren_1 = 0;
1008
1011
  nodes.forEach(function (childNode) {
1009
1012
  if (childNode instanceof HTMLElement) {
1010
1013
  var ariaChecked = childNode.getAttribute('aria-checked');
@@ -1034,6 +1037,13 @@ var TreeView = /** @class */ (function (_super) {
1034
1037
  childItems = this.getChildNodes(this.DDTTreeData, dataUid_1);
1035
1038
  }
1036
1039
  count = childItems.length;
1040
+ ChildNodeData.forEach(function (child) {
1041
+ var childKey = String(child[_this.fields.id]);
1042
+ if (_this.checkedNodes.indexOf(childKey) !== -1 ||
1043
+ _this.OldCheckedData.some(function (oldNode) { return oldNode['parentID'] === childKey; })) {
1044
+ selectedChildren_1++;
1045
+ }
1046
+ });
1037
1047
  }
1038
1048
  if (this.autoCheck && this.showCheckBox && !(this.fields.dataSource instanceof DataManager)) {
1039
1049
  var selectedChildNodeDetails = this.getSelectedChildNodeDetails(dataUid_1);
@@ -1053,7 +1063,7 @@ var TreeView = /** @class */ (function (_super) {
1053
1063
  else if ((checkedCount > 0 && !parentNodeChecked && (this.autoCheck && this.showCheckBox))) {
1054
1064
  this.changeState(checkBoxEle, 'indeterminate', null, true, true);
1055
1065
  }
1056
- else if (checkedCount > 0 || indeterminateNodes.length > 0) {
1066
+ else if (checkedCount > 0 || indeterminateNodes.length > 0 || selectedChildren_1 > 0) {
1057
1067
  this.changeState(checkBoxEle, 'indeterminate', null, true, true);
1058
1068
  }
1059
1069
  else if (checkedCount === 0) {
@@ -1100,6 +1110,34 @@ var TreeView = /** @class */ (function (_super) {
1100
1110
  return false;
1101
1111
  });
1102
1112
  };
1113
+ TreeView.prototype.getAllChildNodes = function (data, parentId) {
1114
+ if (isNOU(data) || isNOU(parentId)) {
1115
+ return [];
1116
+ }
1117
+ if (this.dataType === 1) {
1118
+ var pidField_1 = this.fields.parentID;
1119
+ var target_1 = parentId.toString();
1120
+ return data.filter(function (item) {
1121
+ var pidVal = getValue(pidField_1, item);
1122
+ return !isNOU(pidVal) && pidVal.toString() === target_1;
1123
+ });
1124
+ }
1125
+ if (this.dataType === 2) {
1126
+ var parentFieldId_1 = this.fields.id;
1127
+ var childField = this.fields.child.toString();
1128
+ var target_2 = parentId.toString();
1129
+ var node = data.find(function (n) {
1130
+ var idVal = getValue(parentFieldId_1, n);
1131
+ return !isNOU(idVal) && idVal.toString() === target_2;
1132
+ });
1133
+ if (!node) {
1134
+ return [];
1135
+ }
1136
+ var children = getValue(childField, node);
1137
+ return Array.isArray(children) ? children : [];
1138
+ }
1139
+ return [];
1140
+ };
1103
1141
  TreeView.prototype.ensureChildCheckState = function (element, e, isFromExpandAll) {
1104
1142
  var _this = this;
1105
1143
  if (!isNOU(element)) {
@@ -7517,7 +7517,6 @@ ejs-sidebar {
7517
7517
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
7518
7518
  .e-menu-container .e-ul .e-menu-item .e-caret {
7519
7519
  font-size: 16px;
7520
- line-height: 38px;
7521
7520
  }
7522
7521
 
7523
7522
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
package/styles/bds.css CHANGED
@@ -9699,7 +9699,6 @@ ejs-sidebar {
9699
9699
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
9700
9700
  .e-menu-container .e-ul .e-menu-item .e-caret {
9701
9701
  font-size: 16px;
9702
- line-height: 38px;
9703
9702
  }
9704
9703
 
9705
9704
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
@@ -7104,7 +7104,6 @@ ejs-sidebar {
7104
7104
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
7105
7105
  .e-menu-container .e-ul .e-menu-item .e-caret {
7106
7106
  font-size: 11px;
7107
- line-height: 30px;
7108
7107
  }
7109
7108
 
7110
7109
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
@@ -9136,7 +9136,6 @@ ejs-sidebar {
9136
9136
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
9137
9137
  .e-menu-container .e-ul .e-menu-item .e-caret {
9138
9138
  font-size: 11px;
9139
- line-height: 30px;
9140
9139
  }
9141
9140
 
9142
9141
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
@@ -7115,7 +7115,6 @@ ejs-sidebar {
7115
7115
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
7116
7116
  .e-menu-container .e-ul .e-menu-item .e-caret {
7117
7117
  font-size: 10px;
7118
- line-height: 30px;
7119
7118
  }
7120
7119
 
7121
7120
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
@@ -9147,7 +9147,6 @@ ejs-sidebar {
9147
9147
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
9148
9148
  .e-menu-container .e-ul .e-menu-item .e-caret {
9149
9149
  font-size: 10px;
9150
- line-height: 30px;
9151
9150
  }
9152
9151
 
9153
9152
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
@@ -6230,11 +6230,11 @@
6230
6230
  }
6231
6231
  .e-treeview .e-list-icon + .e-list-text,
6232
6232
  .e-treeview .e-list-img + .e-list-text {
6233
- padding: 0 8px;
6233
+ padding: 9px 8px;
6234
6234
  }
6235
6235
  .e-treeview .e-list-icon + .e-navigable-text,
6236
6236
  .e-treeview .e-list-img + .e-navigable-text {
6237
- padding: 0 8px;
6237
+ padding: 9px 8px;
6238
6238
  }
6239
6239
  .e-treeview .e-icon-collapsible,
6240
6240
  .e-treeview .e-icon-expandable {
@@ -7128,7 +7128,6 @@ ejs-sidebar {
7128
7128
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
7129
7129
  .e-menu-container .e-ul .e-menu-item .e-caret {
7130
7130
  font-size: 9px;
7131
- line-height: 30px;
7132
7131
  }
7133
7132
 
7134
7133
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
@@ -8112,11 +8112,11 @@
8112
8112
  }
8113
8113
  .e-treeview .e-list-icon + .e-list-text,
8114
8114
  .e-treeview .e-list-img + .e-list-text {
8115
- padding: 0 8px;
8115
+ padding: 9px 8px;
8116
8116
  }
8117
8117
  .e-treeview .e-list-icon + .e-navigable-text,
8118
8118
  .e-treeview .e-list-img + .e-navigable-text {
8119
- padding: 0 8px;
8119
+ padding: 9px 8px;
8120
8120
  }
8121
8121
  .e-treeview .e-icon-collapsible,
8122
8122
  .e-treeview .e-icon-expandable {
@@ -8645,7 +8645,7 @@
8645
8645
  .e-bigger .e-treeview .e-list-img + .e-list-text,
8646
8646
  .e-treeview.e-bigger .e-list-icon + .e-list-text,
8647
8647
  .e-treeview.e-bigger .e-list-img + .e-list-text {
8648
- padding: 0 12px;
8648
+ padding: 13px 12px;
8649
8649
  }
8650
8650
  .e-bigger .e-treeview .e-list-icon + .e-list-icon, .e-bigger .e-treeview .e-list-icon + .e-list-img,
8651
8651
  .e-bigger .e-treeview .e-list-img + .e-list-icon,
@@ -9239,7 +9239,6 @@ ejs-sidebar {
9239
9239
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
9240
9240
  .e-menu-container .e-ul .e-menu-item .e-caret {
9241
9241
  font-size: 9px;
9242
- line-height: 30px;
9243
9242
  }
9244
9243
 
9245
9244
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
@@ -6145,6 +6145,10 @@
6145
6145
  .e-treeview .e-list-item .e-icons.e-icons-spinner::before {
6146
6146
  content: none;
6147
6147
  }
6148
+ .e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
6149
+ padding-top: 3px;
6150
+ padding-bottom: 3px;
6151
+ }
6148
6152
  .e-treeview .e-icons .e-spinner-pane {
6149
6153
  position: relative;
6150
6154
  }
@@ -6195,7 +6199,7 @@
6195
6199
  margin: 0 0 0 8px;
6196
6200
  }
6197
6201
  .e-treeview .e-checkbox-wrapper + .e-list-text {
6198
- padding: 0 8px;
6202
+ padding: 7px 8px;
6199
6203
  }
6200
6204
  .e-treeview .e-checkbox-wrapper .e-ripple-container {
6201
6205
  bottom: -7px;
@@ -6209,17 +6213,16 @@
6209
6213
  -webkit-box-sizing: border-box;
6210
6214
  box-sizing: border-box;
6211
6215
  display: inline-block;
6212
- line-height: 34px;
6216
+ line-height: 22px;
6213
6217
  margin: 0;
6214
- min-height: 34px;
6215
- padding: 0 8px;
6218
+ min-height: 22px;
6219
+ padding: 7px 8px;
6216
6220
  text-decoration: none;
6217
6221
  vertical-align: middle;
6218
6222
  }
6219
6223
  .e-treeview .e-list-text .e-input-group {
6220
6224
  height: 30px;
6221
- margin-bottom: 3px;
6222
- margin-top: 3px;
6225
+ margin-bottom: 0;
6223
6226
  min-width: 150px;
6224
6227
  vertical-align: bottom;
6225
6228
  }
@@ -6229,7 +6232,7 @@
6229
6232
  padding-bottom: 6px;
6230
6233
  }
6231
6234
  .e-treeview .e-navigable-text {
6232
- padding: 0 8px;
6235
+ padding: 7px 8px;
6233
6236
  }
6234
6237
  .e-treeview .e-list-icon,
6235
6238
  .e-treeview .e-list-img {
@@ -6246,11 +6249,11 @@
6246
6249
  }
6247
6250
  .e-treeview .e-list-icon + .e-list-text,
6248
6251
  .e-treeview .e-list-img + .e-list-text {
6249
- padding: 0 8px;
6252
+ padding: 7px 8px;
6250
6253
  }
6251
6254
  .e-treeview .e-list-icon + .e-navigable-text,
6252
6255
  .e-treeview .e-list-img + .e-navigable-text {
6253
- padding: 0 8px;
6256
+ padding: 7px 8px;
6254
6257
  }
6255
6258
  .e-treeview .e-icon-collapsible,
6256
6259
  .e-treeview .e-icon-expandable {
@@ -7137,7 +7140,6 @@ ejs-sidebar {
7137
7140
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
7138
7141
  .e-menu-container .e-ul .e-menu-item .e-caret {
7139
7142
  font-size: 14px;
7140
- line-height: 35px;
7141
7143
  }
7142
7144
 
7143
7145
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
@@ -8040,6 +8040,10 @@
8040
8040
  .e-treeview .e-list-item .e-icons.e-icons-spinner::before {
8041
8041
  content: none;
8042
8042
  }
8043
+ .e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
8044
+ padding-top: 3px;
8045
+ padding-bottom: 3px;
8046
+ }
8043
8047
  .e-treeview .e-icons .e-spinner-pane {
8044
8048
  position: relative;
8045
8049
  }
@@ -8090,7 +8094,7 @@
8090
8094
  margin: 0 0 0 8px;
8091
8095
  }
8092
8096
  .e-treeview .e-checkbox-wrapper + .e-list-text {
8093
- padding: 0 8px;
8097
+ padding: 7px 8px;
8094
8098
  }
8095
8099
  .e-treeview .e-checkbox-wrapper .e-ripple-container {
8096
8100
  bottom: -7px;
@@ -8104,17 +8108,16 @@
8104
8108
  -webkit-box-sizing: border-box;
8105
8109
  box-sizing: border-box;
8106
8110
  display: inline-block;
8107
- line-height: 34px;
8111
+ line-height: 22px;
8108
8112
  margin: 0;
8109
- min-height: 34px;
8110
- padding: 0 8px;
8113
+ min-height: 22px;
8114
+ padding: 7px 8px;
8111
8115
  text-decoration: none;
8112
8116
  vertical-align: middle;
8113
8117
  }
8114
8118
  .e-treeview .e-list-text .e-input-group {
8115
8119
  height: 30px;
8116
- margin-bottom: 3px;
8117
- margin-top: 3px;
8120
+ margin-bottom: 0;
8118
8121
  min-width: 150px;
8119
8122
  vertical-align: bottom;
8120
8123
  }
@@ -8124,7 +8127,7 @@
8124
8127
  padding-bottom: 6px;
8125
8128
  }
8126
8129
  .e-treeview .e-navigable-text {
8127
- padding: 0 8px;
8130
+ padding: 7px 8px;
8128
8131
  }
8129
8132
  .e-treeview .e-list-icon,
8130
8133
  .e-treeview .e-list-img {
@@ -8141,11 +8144,11 @@
8141
8144
  }
8142
8145
  .e-treeview .e-list-icon + .e-list-text,
8143
8146
  .e-treeview .e-list-img + .e-list-text {
8144
- padding: 0 8px;
8147
+ padding: 7px 8px;
8145
8148
  }
8146
8149
  .e-treeview .e-list-icon + .e-navigable-text,
8147
8150
  .e-treeview .e-list-img + .e-navigable-text {
8148
- padding: 0 8px;
8151
+ padding: 7px 8px;
8149
8152
  }
8150
8153
  .e-treeview .e-icon-collapsible,
8151
8154
  .e-treeview .e-icon-expandable {
@@ -9285,7 +9288,6 @@ ejs-sidebar {
9285
9288
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
9286
9289
  .e-menu-container .e-ul .e-menu-item .e-caret {
9287
9290
  font-size: 14px;
9288
- line-height: 35px;
9289
9291
  }
9290
9292
 
9291
9293
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
@@ -6145,6 +6145,10 @@
6145
6145
  .e-treeview .e-list-item .e-icons.e-icons-spinner::before {
6146
6146
  content: none;
6147
6147
  }
6148
+ .e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
6149
+ padding-top: 3px;
6150
+ padding-bottom: 3px;
6151
+ }
6148
6152
  .e-treeview .e-icons .e-spinner-pane {
6149
6153
  position: relative;
6150
6154
  }
@@ -6195,7 +6199,7 @@
6195
6199
  margin: 0 0 0 8px;
6196
6200
  }
6197
6201
  .e-treeview .e-checkbox-wrapper + .e-list-text {
6198
- padding: 0 8px;
6202
+ padding: 7px 8px;
6199
6203
  }
6200
6204
  .e-treeview .e-checkbox-wrapper .e-ripple-container {
6201
6205
  bottom: -7px;
@@ -6209,17 +6213,16 @@
6209
6213
  -webkit-box-sizing: border-box;
6210
6214
  box-sizing: border-box;
6211
6215
  display: inline-block;
6212
- line-height: 34px;
6216
+ line-height: 22px;
6213
6217
  margin: 0;
6214
- min-height: 34px;
6215
- padding: 0 8px;
6218
+ min-height: 22px;
6219
+ padding: 7px 8px;
6216
6220
  text-decoration: none;
6217
6221
  vertical-align: middle;
6218
6222
  }
6219
6223
  .e-treeview .e-list-text .e-input-group {
6220
6224
  height: 30px;
6221
- margin-bottom: 3px;
6222
- margin-top: 3px;
6225
+ margin-bottom: 0;
6223
6226
  min-width: 150px;
6224
6227
  vertical-align: bottom;
6225
6228
  }
@@ -6229,7 +6232,7 @@
6229
6232
  padding-bottom: 6px;
6230
6233
  }
6231
6234
  .e-treeview .e-navigable-text {
6232
- padding: 0 8px;
6235
+ padding: 7px 8px;
6233
6236
  }
6234
6237
  .e-treeview .e-list-icon,
6235
6238
  .e-treeview .e-list-img {
@@ -6246,11 +6249,11 @@
6246
6249
  }
6247
6250
  .e-treeview .e-list-icon + .e-list-text,
6248
6251
  .e-treeview .e-list-img + .e-list-text {
6249
- padding: 0 8px;
6252
+ padding: 7px 8px;
6250
6253
  }
6251
6254
  .e-treeview .e-list-icon + .e-navigable-text,
6252
6255
  .e-treeview .e-list-img + .e-navigable-text {
6253
- padding: 0 8px;
6256
+ padding: 7px 8px;
6254
6257
  }
6255
6258
  .e-treeview .e-icon-collapsible,
6256
6259
  .e-treeview .e-icon-expandable {
@@ -7137,7 +7140,6 @@ ejs-sidebar {
7137
7140
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
7138
7141
  .e-menu-container .e-ul .e-menu-item .e-caret {
7139
7142
  font-size: 14px;
7140
- line-height: 35px;
7141
7143
  }
7142
7144
 
7143
7145
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
@@ -6325,11 +6325,11 @@
6325
6325
  }
6326
6326
  .e-treeview .e-list-icon + .e-list-text,
6327
6327
  .e-treeview .e-list-img + .e-list-text {
6328
- padding: 0 12px;
6328
+ padding: 7px 12px;
6329
6329
  }
6330
6330
  .e-treeview .e-list-icon + .e-navigable-text,
6331
6331
  .e-treeview .e-list-img + .e-navigable-text {
6332
- padding: 0 12px;
6332
+ padding: 7px 12px;
6333
6333
  }
6334
6334
  .e-treeview .e-icon-collapsible,
6335
6335
  .e-treeview .e-icon-expandable {
@@ -7211,7 +7211,6 @@ ejs-sidebar {
7211
7211
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
7212
7212
  .e-menu-container .e-ul .e-menu-item .e-caret {
7213
7213
  font-size: 12px;
7214
- line-height: 35px;
7215
7214
  }
7216
7215
 
7217
7216
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
@@ -8220,11 +8220,11 @@
8220
8220
  }
8221
8221
  .e-treeview .e-list-icon + .e-list-text,
8222
8222
  .e-treeview .e-list-img + .e-list-text {
8223
- padding: 0 12px;
8223
+ padding: 7px 12px;
8224
8224
  }
8225
8225
  .e-treeview .e-list-icon + .e-navigable-text,
8226
8226
  .e-treeview .e-list-img + .e-navigable-text {
8227
- padding: 0 12px;
8227
+ padding: 7px 12px;
8228
8228
  }
8229
8229
  .e-treeview .e-icon-collapsible,
8230
8230
  .e-treeview .e-icon-expandable {
@@ -9278,7 +9278,6 @@ ejs-sidebar {
9278
9278
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
9279
9279
  .e-menu-container .e-ul .e-menu-item .e-caret {
9280
9280
  font-size: 12px;
9281
- line-height: 35px;
9282
9281
  }
9283
9282
 
9284
9283
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
@@ -8040,6 +8040,10 @@
8040
8040
  .e-treeview .e-list-item .e-icons.e-icons-spinner::before {
8041
8041
  content: none;
8042
8042
  }
8043
+ .e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
8044
+ padding-top: 3px;
8045
+ padding-bottom: 3px;
8046
+ }
8043
8047
  .e-treeview .e-icons .e-spinner-pane {
8044
8048
  position: relative;
8045
8049
  }
@@ -8090,7 +8094,7 @@
8090
8094
  margin: 0 0 0 8px;
8091
8095
  }
8092
8096
  .e-treeview .e-checkbox-wrapper + .e-list-text {
8093
- padding: 0 8px;
8097
+ padding: 7px 8px;
8094
8098
  }
8095
8099
  .e-treeview .e-checkbox-wrapper .e-ripple-container {
8096
8100
  bottom: -7px;
@@ -8104,17 +8108,16 @@
8104
8108
  -webkit-box-sizing: border-box;
8105
8109
  box-sizing: border-box;
8106
8110
  display: inline-block;
8107
- line-height: 34px;
8111
+ line-height: 22px;
8108
8112
  margin: 0;
8109
- min-height: 34px;
8110
- padding: 0 8px;
8113
+ min-height: 22px;
8114
+ padding: 7px 8px;
8111
8115
  text-decoration: none;
8112
8116
  vertical-align: middle;
8113
8117
  }
8114
8118
  .e-treeview .e-list-text .e-input-group {
8115
8119
  height: 30px;
8116
- margin-bottom: 3px;
8117
- margin-top: 3px;
8120
+ margin-bottom: 0;
8118
8121
  min-width: 150px;
8119
8122
  vertical-align: bottom;
8120
8123
  }
@@ -8124,7 +8127,7 @@
8124
8127
  padding-bottom: 6px;
8125
8128
  }
8126
8129
  .e-treeview .e-navigable-text {
8127
- padding: 0 8px;
8130
+ padding: 7px 8px;
8128
8131
  }
8129
8132
  .e-treeview .e-list-icon,
8130
8133
  .e-treeview .e-list-img {
@@ -8141,11 +8144,11 @@
8141
8144
  }
8142
8145
  .e-treeview .e-list-icon + .e-list-text,
8143
8146
  .e-treeview .e-list-img + .e-list-text {
8144
- padding: 0 8px;
8147
+ padding: 7px 8px;
8145
8148
  }
8146
8149
  .e-treeview .e-list-icon + .e-navigable-text,
8147
8150
  .e-treeview .e-list-img + .e-navigable-text {
8148
- padding: 0 8px;
8151
+ padding: 7px 8px;
8149
8152
  }
8150
8153
  .e-treeview .e-icon-collapsible,
8151
8154
  .e-treeview .e-icon-expandable {
@@ -9285,7 +9288,6 @@ ejs-sidebar {
9285
9288
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
9286
9289
  .e-menu-container .e-ul .e-menu-item .e-caret {
9287
9290
  font-size: 14px;
9288
- line-height: 35px;
9289
9291
  }
9290
9292
 
9291
9293
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
@@ -7104,7 +7104,6 @@ ejs-sidebar {
7104
7104
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
7105
7105
  .e-menu-container .e-ul .e-menu-item .e-caret {
7106
7106
  font-size: 12px;
7107
- line-height: 42px;
7108
7107
  }
7109
7108
 
7110
7109
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
@@ -9136,7 +9136,6 @@ ejs-sidebar {
9136
9136
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
9137
9137
  .e-menu-container .e-ul .e-menu-item .e-caret {
9138
9138
  font-size: 12px;
9139
- line-height: 42px;
9140
9139
  }
9141
9140
 
9142
9141
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
@@ -7106,7 +7106,6 @@ ejs-sidebar {
7106
7106
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
7107
7107
  .e-menu-container .e-ul .e-menu-item .e-caret {
7108
7108
  font-size: 12px;
7109
- line-height: 42px;
7110
7109
  }
7111
7110
 
7112
7111
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
package/styles/fabric.css CHANGED
@@ -9138,7 +9138,6 @@ ejs-sidebar {
9138
9138
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
9139
9139
  .e-menu-container .e-ul .e-menu-item .e-caret {
9140
9140
  font-size: 12px;
9141
- line-height: 42px;
9142
9141
  }
9143
9142
 
9144
9143
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
@@ -6268,11 +6268,11 @@
6268
6268
  }
6269
6269
  .e-treeview .e-list-icon + .e-list-text,
6270
6270
  .e-treeview .e-list-img + .e-list-text {
6271
- padding: 0 12px;
6271
+ padding: 8px 12px;
6272
6272
  }
6273
6273
  .e-treeview .e-list-icon + .e-navigable-text,
6274
6274
  .e-treeview .e-list-img + .e-navigable-text {
6275
- padding: 0 12px;
6275
+ padding: 8px 12px;
6276
6276
  }
6277
6277
  .e-treeview .e-icon-collapsible,
6278
6278
  .e-treeview .e-icon-expandable {
@@ -7092,7 +7092,7 @@ ejs-sidebar {
7092
7092
  .e-menu-container ul .e-menu-item .e-caret {
7093
7093
  font-size: 14px;
7094
7094
  height: auto;
7095
- line-height: 40px;
7095
+ line-height: 44px;
7096
7096
  position: absolute;
7097
7097
  right: 8px;
7098
7098
  top: 0;
@@ -7156,7 +7156,6 @@ ejs-sidebar {
7156
7156
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
7157
7157
  .e-menu-container .e-ul .e-menu-item .e-caret {
7158
7158
  font-size: 14px;
7159
- line-height: 40px;
7160
7159
  }
7161
7160
 
7162
7161
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,