@syncfusion/ej2-navigations 31.1.20 → 31.2.2

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 (98) 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 +4 -1
  5. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es5.js +4 -1
  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/toolbar/toolbar.js +4 -1
  13. package/styles/bds-lite.css +0 -1
  14. package/styles/bds.css +0 -1
  15. package/styles/bootstrap-dark-lite.css +0 -1
  16. package/styles/bootstrap-dark.css +0 -1
  17. package/styles/bootstrap-lite.css +0 -1
  18. package/styles/bootstrap.css +0 -1
  19. package/styles/bootstrap4-lite.css +2 -3
  20. package/styles/bootstrap4.css +3 -4
  21. package/styles/bootstrap5-dark-lite.css +12 -10
  22. package/styles/bootstrap5-dark.css +12 -10
  23. package/styles/bootstrap5-lite.css +12 -10
  24. package/styles/bootstrap5.3-lite.css +2 -3
  25. package/styles/bootstrap5.3.css +2 -3
  26. package/styles/bootstrap5.css +12 -10
  27. package/styles/fabric-dark-lite.css +0 -1
  28. package/styles/fabric-dark.css +0 -1
  29. package/styles/fabric-lite.css +0 -1
  30. package/styles/fabric.css +0 -1
  31. package/styles/fluent-dark-lite.css +3 -4
  32. package/styles/fluent-dark.css +5 -7
  33. package/styles/fluent-lite.css +3 -4
  34. package/styles/fluent.css +5 -7
  35. package/styles/fluent2-lite.css +1 -2
  36. package/styles/fluent2.css +1 -2
  37. package/styles/highcontrast-light-lite.css +0 -1
  38. package/styles/highcontrast-light.css +0 -1
  39. package/styles/highcontrast-lite.css +2 -3
  40. package/styles/highcontrast.css +3 -5
  41. package/styles/material-dark-lite.css +2 -3
  42. package/styles/material-dark.css +2 -3
  43. package/styles/material-lite.css +2 -3
  44. package/styles/material.css +2 -3
  45. package/styles/material3-dark-lite.css +0 -1
  46. package/styles/material3-dark.css +0 -1
  47. package/styles/material3-lite.css +0 -1
  48. package/styles/material3.css +0 -1
  49. package/styles/menu/_bootstrap-dark-definition.scss +0 -1
  50. package/styles/menu/_bootstrap-definition.scss +0 -1
  51. package/styles/menu/_fluent-definition.scss +1 -1
  52. package/styles/menu/_fluent2-definition.scss +1 -1
  53. package/styles/menu/_layout.scss +1 -7
  54. package/styles/menu/bds.css +0 -1
  55. package/styles/menu/bootstrap-dark.css +0 -1
  56. package/styles/menu/bootstrap.css +0 -1
  57. package/styles/menu/bootstrap4.css +0 -1
  58. package/styles/menu/bootstrap5-dark.css +0 -1
  59. package/styles/menu/bootstrap5.3.css +0 -1
  60. package/styles/menu/bootstrap5.css +0 -1
  61. package/styles/menu/fabric-dark.css +0 -1
  62. package/styles/menu/fabric.css +0 -1
  63. package/styles/menu/fluent-dark.css +1 -2
  64. package/styles/menu/fluent.css +1 -2
  65. package/styles/menu/fluent2.css +1 -2
  66. package/styles/menu/highcontrast-light.css +0 -1
  67. package/styles/menu/highcontrast.css +0 -1
  68. package/styles/menu/material-dark.css +0 -1
  69. package/styles/menu/material.css +0 -1
  70. package/styles/menu/material3-dark.css +0 -1
  71. package/styles/menu/material3.css +0 -1
  72. package/styles/menu/tailwind-dark.css +0 -1
  73. package/styles/menu/tailwind.css +0 -1
  74. package/styles/menu/tailwind3.css +0 -1
  75. package/styles/tailwind-dark-lite.css +0 -1
  76. package/styles/tailwind-dark.css +0 -1
  77. package/styles/tailwind-lite.css +0 -1
  78. package/styles/tailwind.css +0 -1
  79. package/styles/tailwind3-lite.css +0 -1
  80. package/styles/tailwind3.css +0 -1
  81. package/styles/treeview/_bigger.scss +2 -4
  82. package/styles/treeview/_bootstrap4-definition.scss +2 -2
  83. package/styles/treeview/_bootstrap5-definition.scss +4 -4
  84. package/styles/treeview/_bootstrap5.3-definition.scss +1 -1
  85. package/styles/treeview/_fluent-definition.scss +3 -3
  86. package/styles/treeview/_highcontrast-definition.scss +4 -2
  87. package/styles/treeview/_layout.scss +4 -4
  88. package/styles/treeview/_material-dark-definition.scss +1 -1
  89. package/styles/treeview/_material-definition.scss +1 -1
  90. package/styles/treeview/bootstrap4.css +3 -3
  91. package/styles/treeview/bootstrap5-dark.css +12 -9
  92. package/styles/treeview/bootstrap5.3.css +2 -2
  93. package/styles/treeview/bootstrap5.css +12 -9
  94. package/styles/treeview/fluent-dark.css +4 -5
  95. package/styles/treeview/fluent.css +4 -5
  96. package/styles/treeview/highcontrast.css +3 -4
  97. package/styles/treeview/material-dark.css +2 -2
  98. 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.2
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.2",
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.2",
13
+ "@syncfusion/ej2-data": "~31.2.2",
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": [
@@ -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' });
@@ -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,
@@ -8137,11 +8137,11 @@
8137
8137
  }
8138
8138
  .e-treeview .e-list-icon + .e-list-text,
8139
8139
  .e-treeview .e-list-img + .e-list-text {
8140
- padding: 0 12px;
8140
+ padding: 8px 12px;
8141
8141
  }
8142
8142
  .e-treeview .e-list-icon + .e-navigable-text,
8143
8143
  .e-treeview .e-list-img + .e-navigable-text {
8144
- padding: 0 12px;
8144
+ padding: 8px 12px;
8145
8145
  }
8146
8146
  .e-treeview .e-icon-collapsible,
8147
8147
  .e-treeview .e-icon-expandable {
@@ -8669,8 +8669,7 @@
8669
8669
  .e-treeview.e-bigger .e-list-text {
8670
8670
  line-height: 24px;
8671
8671
  min-height: 24px;
8672
- padding-top: 10px;
8673
- padding-bottom: 10px;
8672
+ padding: 10px 16px;
8674
8673
  }
8675
8674
  .e-bigger .e-treeview .e-list-text .e-input-group,
8676
8675
  .e-treeview.e-bigger .e-list-text .e-input-group {
@@ -8704,7 +8703,7 @@
8704
8703
  .e-bigger .e-treeview .e-list-img + .e-list-text,
8705
8704
  .e-treeview.e-bigger .e-list-icon + .e-list-text,
8706
8705
  .e-treeview.e-bigger .e-list-img + .e-list-text {
8707
- padding: 0 16px;
8706
+ padding: 10px 16px;
8708
8707
  }
8709
8708
  .e-bigger .e-treeview .e-list-icon + .e-list-icon, .e-bigger .e-treeview .e-list-icon + .e-list-img,
8710
8709
  .e-bigger .e-treeview .e-list-img + .e-list-icon,
@@ -9220,7 +9219,7 @@ ejs-sidebar {
9220
9219
  .e-menu-container ul .e-menu-item .e-caret {
9221
9220
  font-size: 14px;
9222
9221
  height: auto;
9223
- line-height: 40px;
9222
+ line-height: 44px;
9224
9223
  position: absolute;
9225
9224
  right: 8px;
9226
9225
  top: 0;
@@ -9284,7 +9283,6 @@ ejs-sidebar {
9284
9283
  .e-menu-wrapper .e-ul .e-menu-item .e-caret,
9285
9284
  .e-menu-container .e-ul .e-menu-item .e-caret {
9286
9285
  font-size: 14px;
9287
- line-height: 40px;
9288
9286
  }
9289
9287
 
9290
9288
  .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,