@syncfusion/ej2-navigations 31.1.18 → 31.1.20
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.
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +1 -0
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +1 -0
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +4 -4
- package/src/treeview/treeview.js +1 -0
- package/styles/bds-lite.css +5 -5
- package/styles/bds.css +5 -5
- package/styles/bootstrap-dark-lite.css +4 -2
- package/styles/bootstrap-dark.css +4 -2
- package/styles/bootstrap-lite.css +4 -2
- package/styles/bootstrap.css +4 -2
- package/styles/bootstrap4-lite.css +11 -8
- package/styles/bootstrap4.css +22 -12
- package/styles/bootstrap5-dark-lite.css +4 -4
- package/styles/bootstrap5-dark.css +14 -6
- package/styles/bootstrap5-lite.css +4 -4
- package/styles/bootstrap5.3-lite.css +21 -9
- package/styles/bootstrap5.3.css +32 -12
- package/styles/bootstrap5.css +14 -6
- package/styles/fabric-dark-lite.css +4 -2
- package/styles/fabric-dark.css +4 -2
- package/styles/fabric-lite.css +4 -2
- package/styles/fabric.css +4 -2
- package/styles/fluent-dark-lite.css +13 -10
- package/styles/fluent-dark.css +23 -13
- package/styles/fluent-lite.css +13 -10
- package/styles/fluent.css +23 -13
- package/styles/fluent2-lite.css +3 -2
- package/styles/fluent2.css +3 -2
- package/styles/highcontrast-light-lite.css +2 -3
- package/styles/highcontrast-light.css +2 -3
- package/styles/highcontrast-lite.css +12 -9
- package/styles/highcontrast.css +24 -12
- package/styles/material-dark-lite.css +17 -12
- package/styles/material-dark.css +37 -16
- package/styles/material-lite.css +17 -9
- package/styles/material.css +34 -12
- package/styles/material3-dark-lite.css +4 -5
- package/styles/material3-dark.css +5 -5
- package/styles/material3-lite.css +4 -5
- package/styles/material3.css +5 -5
- package/styles/menu/_material3-definition.scss +1 -1
- package/styles/menu/material3-dark.css +2 -2
- package/styles/menu/material3.css +2 -2
- package/styles/tailwind-dark-lite.css +4 -4
- package/styles/tailwind-dark.css +4 -4
- package/styles/tailwind-lite.css +4 -4
- package/styles/tailwind.css +4 -4
- package/styles/tailwind3-lite.css +9 -4
- package/styles/tailwind3.css +16 -4
- package/styles/treeview/_bds-definition.scss +1 -1
- package/styles/treeview/_bigger.scss +91 -0
- package/styles/treeview/_bootstrap4-definition.scss +7 -7
- package/styles/treeview/_bootstrap5-definition.scss +2 -2
- package/styles/treeview/_bootstrap5.3-definition.scss +8 -8
- package/styles/treeview/_fluent-definition.scss +6 -6
- package/styles/treeview/_highcontrast-definition.scss +6 -6
- package/styles/treeview/_layout.scss +66 -15
- package/styles/treeview/_material-dark-definition.scss +7 -7
- package/styles/treeview/_material-definition.scss +6 -6
- package/styles/treeview/_tailwind3-definition.scss +1 -1
- package/styles/treeview/_theme.scss +7 -2
- package/styles/treeview/bds.css +5 -5
- package/styles/treeview/bootstrap-dark.css +4 -2
- package/styles/treeview/bootstrap.css +4 -2
- package/styles/treeview/bootstrap4.css +22 -12
- package/styles/treeview/bootstrap5-dark.css +14 -6
- package/styles/treeview/bootstrap5.3.css +32 -12
- package/styles/treeview/bootstrap5.css +14 -6
- package/styles/treeview/fabric-dark.css +4 -2
- package/styles/treeview/fabric.css +4 -2
- package/styles/treeview/fluent-dark.css +23 -13
- package/styles/treeview/fluent.css +23 -13
- package/styles/treeview/fluent2.css +3 -2
- package/styles/treeview/highcontrast-light.css +2 -3
- package/styles/treeview/highcontrast.css +24 -12
- package/styles/treeview/material-dark.css +37 -16
- package/styles/treeview/material.css +34 -12
- package/styles/treeview/material3-dark.css +3 -3
- package/styles/treeview/material3.css +3 -3
- package/styles/treeview/tailwind-dark.css +4 -4
- package/styles/treeview/tailwind.css +4 -4
- package/styles/treeview/tailwind3.css +16 -4
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 31.1.
|
|
3
|
+
* version : 31.1.20
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. 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": "31.1.
|
|
3
|
+
"version": "31.1.20",
|
|
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.
|
|
11
|
+
"@syncfusion/ej2-base": "~31.1.20",
|
|
12
12
|
"@syncfusion/ej2-buttons": "~31.1.17",
|
|
13
13
|
"@syncfusion/ej2-data": "~31.1.17",
|
|
14
|
-
"@syncfusion/ej2-inputs": "~31.1.
|
|
14
|
+
"@syncfusion/ej2-inputs": "~31.1.20",
|
|
15
15
|
"@syncfusion/ej2-lists": "~31.1.17",
|
|
16
|
-
"@syncfusion/ej2-popups": "~31.1.
|
|
16
|
+
"@syncfusion/ej2-popups": "~31.1.20"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {},
|
|
19
19
|
"keywords": [
|
package/src/treeview/treeview.js
CHANGED
|
@@ -821,6 +821,7 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
821
821
|
var frame = select('.' + CHECKBOXFRAME, checkboxEle);
|
|
822
822
|
EventHandler.add(frame, 'mousedown', this.frameMouseHandler, this);
|
|
823
823
|
EventHandler.add(frame, 'mouseup', this.frameMouseHandler, this);
|
|
824
|
+
EventHandler.add(frame, 'mouseleave', this.frameMouseHandler, this);
|
|
824
825
|
}
|
|
825
826
|
if (this.fullRowSelect) {
|
|
826
827
|
this.createFullRow(e.item);
|
package/styles/bds-lite.css
CHANGED
|
@@ -6474,9 +6474,7 @@
|
|
|
6474
6474
|
list-style: none;
|
|
6475
6475
|
}
|
|
6476
6476
|
.e-treeview .e-list-item .e-ul {
|
|
6477
|
-
margin: 2px 0 -2px;
|
|
6478
6477
|
padding: 0 0 0 20px;
|
|
6479
|
-
margin: 2px 0 0;
|
|
6480
6478
|
}
|
|
6481
6479
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
6482
6480
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -6516,7 +6514,6 @@
|
|
|
6516
6514
|
-ms-user-select: none;
|
|
6517
6515
|
-webkit-user-select: none;
|
|
6518
6516
|
user-select: none;
|
|
6519
|
-
border: 1px solid;
|
|
6520
6517
|
cursor: pointer;
|
|
6521
6518
|
margin: 0;
|
|
6522
6519
|
padding: 0 0 0 20px;
|
|
@@ -6533,7 +6530,7 @@
|
|
|
6533
6530
|
-webkit-box-sizing: border-box;
|
|
6534
6531
|
box-sizing: border-box;
|
|
6535
6532
|
cursor: pointer;
|
|
6536
|
-
height:
|
|
6533
|
+
height: 38px;
|
|
6537
6534
|
left: 0;
|
|
6538
6535
|
overflow: hidden;
|
|
6539
6536
|
position: absolute;
|
|
@@ -6576,12 +6573,15 @@
|
|
|
6576
6573
|
}
|
|
6577
6574
|
.e-treeview .e-list-text .e-input-group {
|
|
6578
6575
|
height: 30px;
|
|
6579
|
-
margin-
|
|
6576
|
+
margin-top: 4px;
|
|
6577
|
+
margin-bottom: 4px;
|
|
6580
6578
|
min-width: 150px;
|
|
6581
6579
|
vertical-align: bottom;
|
|
6582
6580
|
}
|
|
6583
6581
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6584
6582
|
height: 28px;
|
|
6583
|
+
padding-top: 6px;
|
|
6584
|
+
padding-bottom: 6px;
|
|
6585
6585
|
}
|
|
6586
6586
|
.e-treeview .e-navigable-text {
|
|
6587
6587
|
padding: 0 8px;
|
package/styles/bds.css
CHANGED
|
@@ -8411,9 +8411,7 @@
|
|
|
8411
8411
|
list-style: none;
|
|
8412
8412
|
}
|
|
8413
8413
|
.e-treeview .e-list-item .e-ul {
|
|
8414
|
-
margin: 2px 0 -2px;
|
|
8415
8414
|
padding: 0 0 0 20px;
|
|
8416
|
-
margin: 2px 0 0;
|
|
8417
8415
|
}
|
|
8418
8416
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
8419
8417
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8453,7 +8451,6 @@
|
|
|
8453
8451
|
-ms-user-select: none;
|
|
8454
8452
|
-webkit-user-select: none;
|
|
8455
8453
|
user-select: none;
|
|
8456
|
-
border: 1px solid;
|
|
8457
8454
|
cursor: pointer;
|
|
8458
8455
|
margin: 0;
|
|
8459
8456
|
padding: 0 0 0 20px;
|
|
@@ -8470,7 +8467,7 @@
|
|
|
8470
8467
|
-webkit-box-sizing: border-box;
|
|
8471
8468
|
box-sizing: border-box;
|
|
8472
8469
|
cursor: pointer;
|
|
8473
|
-
height:
|
|
8470
|
+
height: 38px;
|
|
8474
8471
|
left: 0;
|
|
8475
8472
|
overflow: hidden;
|
|
8476
8473
|
position: absolute;
|
|
@@ -8513,12 +8510,15 @@
|
|
|
8513
8510
|
}
|
|
8514
8511
|
.e-treeview .e-list-text .e-input-group {
|
|
8515
8512
|
height: 30px;
|
|
8516
|
-
margin-
|
|
8513
|
+
margin-top: 4px;
|
|
8514
|
+
margin-bottom: 4px;
|
|
8517
8515
|
min-width: 150px;
|
|
8518
8516
|
vertical-align: bottom;
|
|
8519
8517
|
}
|
|
8520
8518
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8521
8519
|
height: 28px;
|
|
8520
|
+
padding-top: 6px;
|
|
8521
|
+
padding-bottom: 6px;
|
|
8522
8522
|
}
|
|
8523
8523
|
.e-treeview .e-navigable-text {
|
|
8524
8524
|
padding: 0 8px;
|
|
@@ -6102,8 +6102,8 @@
|
|
|
6102
6102
|
padding: 2px 0;
|
|
6103
6103
|
}
|
|
6104
6104
|
.e-treeview .e-list-item .e-ul {
|
|
6105
|
-
margin: 2px 0 -2px;
|
|
6106
6105
|
padding: 0 0 0 24px;
|
|
6106
|
+
margin: 2px 0 -2px;
|
|
6107
6107
|
}
|
|
6108
6108
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
6109
6109
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -6140,10 +6140,10 @@
|
|
|
6140
6140
|
-ms-user-select: none;
|
|
6141
6141
|
-webkit-user-select: none;
|
|
6142
6142
|
user-select: none;
|
|
6143
|
-
border: 1px solid;
|
|
6144
6143
|
cursor: pointer;
|
|
6145
6144
|
margin: 0;
|
|
6146
6145
|
padding: 0 0 0 24px;
|
|
6146
|
+
border: 1px solid;
|
|
6147
6147
|
}
|
|
6148
6148
|
.e-treeview .e-text-content + .e-sibling {
|
|
6149
6149
|
margin-top: -1px;
|
|
@@ -6206,6 +6206,8 @@
|
|
|
6206
6206
|
}
|
|
6207
6207
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6208
6208
|
height: 28px;
|
|
6209
|
+
padding-top: 6px;
|
|
6210
|
+
padding-bottom: 6px;
|
|
6209
6211
|
}
|
|
6210
6212
|
.e-treeview .e-navigable-text {
|
|
6211
6213
|
padding: 0 5px;
|
|
@@ -7984,8 +7984,8 @@
|
|
|
7984
7984
|
padding: 2px 0;
|
|
7985
7985
|
}
|
|
7986
7986
|
.e-treeview .e-list-item .e-ul {
|
|
7987
|
-
margin: 2px 0 -2px;
|
|
7988
7987
|
padding: 0 0 0 24px;
|
|
7988
|
+
margin: 2px 0 -2px;
|
|
7989
7989
|
}
|
|
7990
7990
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
7991
7991
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8022,10 +8022,10 @@
|
|
|
8022
8022
|
-ms-user-select: none;
|
|
8023
8023
|
-webkit-user-select: none;
|
|
8024
8024
|
user-select: none;
|
|
8025
|
-
border: 1px solid;
|
|
8026
8025
|
cursor: pointer;
|
|
8027
8026
|
margin: 0;
|
|
8028
8027
|
padding: 0 0 0 24px;
|
|
8028
|
+
border: 1px solid;
|
|
8029
8029
|
}
|
|
8030
8030
|
.e-treeview .e-text-content + .e-sibling {
|
|
8031
8031
|
margin-top: -1px;
|
|
@@ -8088,6 +8088,8 @@
|
|
|
8088
8088
|
}
|
|
8089
8089
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8090
8090
|
height: 28px;
|
|
8091
|
+
padding-top: 6px;
|
|
8092
|
+
padding-bottom: 6px;
|
|
8091
8093
|
}
|
|
8092
8094
|
.e-treeview .e-navigable-text {
|
|
8093
8095
|
padding: 0 5px;
|
|
@@ -6105,8 +6105,8 @@
|
|
|
6105
6105
|
padding: 2px 0;
|
|
6106
6106
|
}
|
|
6107
6107
|
.e-treeview .e-list-item .e-ul {
|
|
6108
|
-
margin: 2px 0 -2px;
|
|
6109
6108
|
padding: 0 0 0 24px;
|
|
6109
|
+
margin: 2px 0 -2px;
|
|
6110
6110
|
}
|
|
6111
6111
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
6112
6112
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -6143,10 +6143,10 @@
|
|
|
6143
6143
|
-ms-user-select: none;
|
|
6144
6144
|
-webkit-user-select: none;
|
|
6145
6145
|
user-select: none;
|
|
6146
|
-
border: 1px solid;
|
|
6147
6146
|
cursor: pointer;
|
|
6148
6147
|
margin: 0;
|
|
6149
6148
|
padding: 0 0 0 24px;
|
|
6149
|
+
border: 1px solid;
|
|
6150
6150
|
}
|
|
6151
6151
|
.e-treeview .e-text-content + .e-sibling {
|
|
6152
6152
|
margin-top: -1px;
|
|
@@ -6209,6 +6209,8 @@
|
|
|
6209
6209
|
}
|
|
6210
6210
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6211
6211
|
height: 28px;
|
|
6212
|
+
padding-top: 6px;
|
|
6213
|
+
padding-bottom: 6px;
|
|
6212
6214
|
}
|
|
6213
6215
|
.e-treeview .e-navigable-text {
|
|
6214
6216
|
padding: 0 5px;
|
package/styles/bootstrap.css
CHANGED
|
@@ -7987,8 +7987,8 @@
|
|
|
7987
7987
|
padding: 2px 0;
|
|
7988
7988
|
}
|
|
7989
7989
|
.e-treeview .e-list-item .e-ul {
|
|
7990
|
-
margin: 2px 0 -2px;
|
|
7991
7990
|
padding: 0 0 0 24px;
|
|
7991
|
+
margin: 2px 0 -2px;
|
|
7992
7992
|
}
|
|
7993
7993
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
7994
7994
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8025,10 +8025,10 @@
|
|
|
8025
8025
|
-ms-user-select: none;
|
|
8026
8026
|
-webkit-user-select: none;
|
|
8027
8027
|
user-select: none;
|
|
8028
|
-
border: 1px solid;
|
|
8029
8028
|
cursor: pointer;
|
|
8030
8029
|
margin: 0;
|
|
8031
8030
|
padding: 0 0 0 24px;
|
|
8031
|
+
border: 1px solid;
|
|
8032
8032
|
}
|
|
8033
8033
|
.e-treeview .e-text-content + .e-sibling {
|
|
8034
8034
|
margin-top: -1px;
|
|
@@ -8091,6 +8091,8 @@
|
|
|
8091
8091
|
}
|
|
8092
8092
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8093
8093
|
height: 28px;
|
|
8094
|
+
padding-top: 6px;
|
|
8095
|
+
padding-bottom: 6px;
|
|
8094
8096
|
}
|
|
8095
8097
|
.e-treeview .e-navigable-text {
|
|
8096
8098
|
padding: 0 5px;
|
|
@@ -6101,10 +6101,8 @@
|
|
|
6101
6101
|
}
|
|
6102
6102
|
.e-treeview .e-list-item {
|
|
6103
6103
|
list-style: none;
|
|
6104
|
-
padding: 2px 0;
|
|
6105
6104
|
}
|
|
6106
6105
|
.e-treeview .e-list-item .e-ul {
|
|
6107
|
-
margin: 2px 0 -2px;
|
|
6108
6106
|
padding: 0 0 0 14px;
|
|
6109
6107
|
}
|
|
6110
6108
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -6128,6 +6126,10 @@
|
|
|
6128
6126
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
6129
6127
|
content: none;
|
|
6130
6128
|
}
|
|
6129
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
6130
|
+
padding-top: 5px;
|
|
6131
|
+
padding-bottom: 5px;
|
|
6132
|
+
}
|
|
6131
6133
|
.e-treeview .e-icons .e-spinner-pane {
|
|
6132
6134
|
position: relative;
|
|
6133
6135
|
}
|
|
@@ -6142,7 +6144,6 @@
|
|
|
6142
6144
|
-ms-user-select: none;
|
|
6143
6145
|
-webkit-user-select: none;
|
|
6144
6146
|
user-select: none;
|
|
6145
|
-
border: 1px solid;
|
|
6146
6147
|
cursor: pointer;
|
|
6147
6148
|
margin: 0;
|
|
6148
6149
|
padding: 0 0 0 24px;
|
|
@@ -6159,7 +6160,7 @@
|
|
|
6159
6160
|
-webkit-box-sizing: border-box;
|
|
6160
6161
|
box-sizing: border-box;
|
|
6161
6162
|
cursor: pointer;
|
|
6162
|
-
height:
|
|
6163
|
+
height: 40px;
|
|
6163
6164
|
left: 0;
|
|
6164
6165
|
overflow: hidden;
|
|
6165
6166
|
position: absolute;
|
|
@@ -6179,7 +6180,7 @@
|
|
|
6179
6180
|
margin: 0 0 0 12px;
|
|
6180
6181
|
}
|
|
6181
6182
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
6182
|
-
padding:
|
|
6183
|
+
padding: 9px 8px;
|
|
6183
6184
|
}
|
|
6184
6185
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
6185
6186
|
bottom: -7px;
|
|
@@ -6193,10 +6194,10 @@
|
|
|
6193
6194
|
-webkit-box-sizing: border-box;
|
|
6194
6195
|
box-sizing: border-box;
|
|
6195
6196
|
display: inline-block;
|
|
6196
|
-
line-height:
|
|
6197
|
+
line-height: 22px;
|
|
6197
6198
|
margin: 0;
|
|
6198
6199
|
min-height: 30px;
|
|
6199
|
-
padding:
|
|
6200
|
+
padding: 9px 8px 9px 6px;
|
|
6200
6201
|
text-decoration: none;
|
|
6201
6202
|
vertical-align: middle;
|
|
6202
6203
|
}
|
|
@@ -6208,9 +6209,11 @@
|
|
|
6208
6209
|
}
|
|
6209
6210
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6210
6211
|
height: 28px;
|
|
6212
|
+
padding-top: 6px;
|
|
6213
|
+
padding-bottom: 6px;
|
|
6211
6214
|
}
|
|
6212
6215
|
.e-treeview .e-navigable-text {
|
|
6213
|
-
padding:
|
|
6216
|
+
padding: 9px 8px 9px 6px;
|
|
6214
6217
|
}
|
|
6215
6218
|
.e-treeview .e-list-icon,
|
|
6216
6219
|
.e-treeview .e-list-img {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -7983,10 +7983,8 @@
|
|
|
7983
7983
|
}
|
|
7984
7984
|
.e-treeview .e-list-item {
|
|
7985
7985
|
list-style: none;
|
|
7986
|
-
padding: 2px 0;
|
|
7987
7986
|
}
|
|
7988
7987
|
.e-treeview .e-list-item .e-ul {
|
|
7989
|
-
margin: 2px 0 -2px;
|
|
7990
7988
|
padding: 0 0 0 14px;
|
|
7991
7989
|
}
|
|
7992
7990
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -8010,6 +8008,10 @@
|
|
|
8010
8008
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
8011
8009
|
content: none;
|
|
8012
8010
|
}
|
|
8011
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
8012
|
+
padding-top: 5px;
|
|
8013
|
+
padding-bottom: 5px;
|
|
8014
|
+
}
|
|
8013
8015
|
.e-treeview .e-icons .e-spinner-pane {
|
|
8014
8016
|
position: relative;
|
|
8015
8017
|
}
|
|
@@ -8024,7 +8026,6 @@
|
|
|
8024
8026
|
-ms-user-select: none;
|
|
8025
8027
|
-webkit-user-select: none;
|
|
8026
8028
|
user-select: none;
|
|
8027
|
-
border: 1px solid;
|
|
8028
8029
|
cursor: pointer;
|
|
8029
8030
|
margin: 0;
|
|
8030
8031
|
padding: 0 0 0 24px;
|
|
@@ -8041,7 +8042,7 @@
|
|
|
8041
8042
|
-webkit-box-sizing: border-box;
|
|
8042
8043
|
box-sizing: border-box;
|
|
8043
8044
|
cursor: pointer;
|
|
8044
|
-
height:
|
|
8045
|
+
height: 40px;
|
|
8045
8046
|
left: 0;
|
|
8046
8047
|
overflow: hidden;
|
|
8047
8048
|
position: absolute;
|
|
@@ -8061,7 +8062,7 @@
|
|
|
8061
8062
|
margin: 0 0 0 12px;
|
|
8062
8063
|
}
|
|
8063
8064
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
8064
|
-
padding:
|
|
8065
|
+
padding: 9px 8px;
|
|
8065
8066
|
}
|
|
8066
8067
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
8067
8068
|
bottom: -7px;
|
|
@@ -8075,10 +8076,10 @@
|
|
|
8075
8076
|
-webkit-box-sizing: border-box;
|
|
8076
8077
|
box-sizing: border-box;
|
|
8077
8078
|
display: inline-block;
|
|
8078
|
-
line-height:
|
|
8079
|
+
line-height: 22px;
|
|
8079
8080
|
margin: 0;
|
|
8080
8081
|
min-height: 30px;
|
|
8081
|
-
padding:
|
|
8082
|
+
padding: 9px 8px 9px 6px;
|
|
8082
8083
|
text-decoration: none;
|
|
8083
8084
|
vertical-align: middle;
|
|
8084
8085
|
}
|
|
@@ -8090,9 +8091,11 @@
|
|
|
8090
8091
|
}
|
|
8091
8092
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8092
8093
|
height: 28px;
|
|
8094
|
+
padding-top: 6px;
|
|
8095
|
+
padding-bottom: 6px;
|
|
8093
8096
|
}
|
|
8094
8097
|
.e-treeview .e-navigable-text {
|
|
8095
|
-
padding:
|
|
8098
|
+
padding: 9px 8px 9px 6px;
|
|
8096
8099
|
}
|
|
8097
8100
|
.e-treeview .e-list-icon,
|
|
8098
8101
|
.e-treeview .e-list-img {
|
|
@@ -8573,7 +8576,7 @@
|
|
|
8573
8576
|
}
|
|
8574
8577
|
.e-bigger .e-treeview .e-fullrow,
|
|
8575
8578
|
.e-treeview.e-bigger .e-fullrow {
|
|
8576
|
-
height:
|
|
8579
|
+
height: 50px;
|
|
8577
8580
|
}
|
|
8578
8581
|
.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-text,
|
|
8579
8582
|
.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper + .e-list-text {
|
|
@@ -8600,8 +8603,10 @@
|
|
|
8600
8603
|
}
|
|
8601
8604
|
.e-bigger .e-treeview .e-list-text,
|
|
8602
8605
|
.e-treeview.e-bigger .e-list-text {
|
|
8603
|
-
line-height:
|
|
8604
|
-
min-height:
|
|
8606
|
+
line-height: 24px;
|
|
8607
|
+
min-height: 24px;
|
|
8608
|
+
padding-top: 13px;
|
|
8609
|
+
padding-bottom: 13px;
|
|
8605
8610
|
}
|
|
8606
8611
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
8607
8612
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -8611,13 +8616,18 @@
|
|
|
8611
8616
|
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
8612
8617
|
height: 36px;
|
|
8613
8618
|
}
|
|
8619
|
+
.e-bigger .e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group),
|
|
8620
|
+
.e-treeview.e-bigger .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
8621
|
+
padding-top: 6px;
|
|
8622
|
+
padding-bottom: 6px;
|
|
8623
|
+
}
|
|
8614
8624
|
.e-bigger .e-treeview .e-checkbox-wrapper,
|
|
8615
8625
|
.e-treeview.e-bigger .e-checkbox-wrapper {
|
|
8616
8626
|
margin: 0 0 0 10px;
|
|
8617
8627
|
}
|
|
8618
8628
|
.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-text,
|
|
8619
8629
|
.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-text {
|
|
8620
|
-
padding:
|
|
8630
|
+
padding: 13px 12px;
|
|
8621
8631
|
}
|
|
8622
8632
|
.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-icon, .e-bigger .e-treeview .e-checkbox-wrapper + .e-list-img,
|
|
8623
8633
|
.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-icon,
|
|
@@ -6120,10 +6120,8 @@
|
|
|
6120
6120
|
}
|
|
6121
6121
|
.e-treeview .e-list-item {
|
|
6122
6122
|
list-style: none;
|
|
6123
|
-
padding: 2px 0;
|
|
6124
6123
|
}
|
|
6125
6124
|
.e-treeview .e-list-item .e-ul {
|
|
6126
|
-
margin: 2px 0 -2px;
|
|
6127
6125
|
padding: 0 0 0 20px;
|
|
6128
6126
|
}
|
|
6129
6127
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -6161,7 +6159,6 @@
|
|
|
6161
6159
|
-ms-user-select: none;
|
|
6162
6160
|
-webkit-user-select: none;
|
|
6163
6161
|
user-select: none;
|
|
6164
|
-
border: 1px solid;
|
|
6165
6162
|
cursor: pointer;
|
|
6166
6163
|
margin: 0;
|
|
6167
6164
|
padding: 0 0 0 20px;
|
|
@@ -6221,12 +6218,15 @@
|
|
|
6221
6218
|
}
|
|
6222
6219
|
.e-treeview .e-list-text .e-input-group {
|
|
6223
6220
|
height: 30px;
|
|
6224
|
-
margin-bottom:
|
|
6221
|
+
margin-bottom: 3px;
|
|
6222
|
+
margin-top: 3px;
|
|
6225
6223
|
min-width: 150px;
|
|
6226
6224
|
vertical-align: bottom;
|
|
6227
6225
|
}
|
|
6228
6226
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6229
6227
|
height: 28px;
|
|
6228
|
+
padding-top: 6px;
|
|
6229
|
+
padding-bottom: 6px;
|
|
6230
6230
|
}
|
|
6231
6231
|
.e-treeview .e-navigable-text {
|
|
6232
6232
|
padding: 0 8px;
|
|
@@ -8015,10 +8015,8 @@
|
|
|
8015
8015
|
}
|
|
8016
8016
|
.e-treeview .e-list-item {
|
|
8017
8017
|
list-style: none;
|
|
8018
|
-
padding: 2px 0;
|
|
8019
8018
|
}
|
|
8020
8019
|
.e-treeview .e-list-item .e-ul {
|
|
8021
|
-
margin: 2px 0 -2px;
|
|
8022
8020
|
padding: 0 0 0 20px;
|
|
8023
8021
|
}
|
|
8024
8022
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -8056,7 +8054,6 @@
|
|
|
8056
8054
|
-ms-user-select: none;
|
|
8057
8055
|
-webkit-user-select: none;
|
|
8058
8056
|
user-select: none;
|
|
8059
|
-
border: 1px solid;
|
|
8060
8057
|
cursor: pointer;
|
|
8061
8058
|
margin: 0;
|
|
8062
8059
|
padding: 0 0 0 20px;
|
|
@@ -8116,12 +8113,15 @@
|
|
|
8116
8113
|
}
|
|
8117
8114
|
.e-treeview .e-list-text .e-input-group {
|
|
8118
8115
|
height: 30px;
|
|
8119
|
-
margin-bottom:
|
|
8116
|
+
margin-bottom: 3px;
|
|
8117
|
+
margin-top: 3px;
|
|
8120
8118
|
min-width: 150px;
|
|
8121
8119
|
vertical-align: bottom;
|
|
8122
8120
|
}
|
|
8123
8121
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8124
8122
|
height: 28px;
|
|
8123
|
+
padding-top: 6px;
|
|
8124
|
+
padding-bottom: 6px;
|
|
8125
8125
|
}
|
|
8126
8126
|
.e-treeview .e-navigable-text {
|
|
8127
8127
|
padding: 0 8px;
|
|
@@ -8640,7 +8640,7 @@
|
|
|
8640
8640
|
}
|
|
8641
8641
|
.e-bigger .e-treeview .e-fullrow,
|
|
8642
8642
|
.e-treeview.e-bigger .e-fullrow {
|
|
8643
|
-
height:
|
|
8643
|
+
height: 40px;
|
|
8644
8644
|
}
|
|
8645
8645
|
.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-text,
|
|
8646
8646
|
.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper + .e-list-text {
|
|
@@ -8672,12 +8672,20 @@
|
|
|
8672
8672
|
}
|
|
8673
8673
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
8674
8674
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
8675
|
-
height:
|
|
8675
|
+
height: 36px;
|
|
8676
|
+
padding-top: 6px;
|
|
8677
|
+
padding-bottom: 6px;
|
|
8678
|
+
margin-top: 2px;
|
|
8679
|
+
margin-bottom: 2px;
|
|
8676
8680
|
}
|
|
8677
8681
|
.e-bigger .e-treeview .e-list-text .e-input-group .e-input,
|
|
8678
8682
|
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
8679
8683
|
height: 36px;
|
|
8680
8684
|
}
|
|
8685
|
+
.e-bigger .e-treeview .e-list-text .e-input-group .e-input,
|
|
8686
|
+
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
8687
|
+
height: 24px;
|
|
8688
|
+
}
|
|
8681
8689
|
.e-bigger .e-treeview .e-checkbox-wrapper,
|
|
8682
8690
|
.e-treeview.e-bigger .e-checkbox-wrapper {
|
|
8683
8691
|
margin: 0 0 0 12px;
|
|
@@ -6120,10 +6120,8 @@
|
|
|
6120
6120
|
}
|
|
6121
6121
|
.e-treeview .e-list-item {
|
|
6122
6122
|
list-style: none;
|
|
6123
|
-
padding: 2px 0;
|
|
6124
6123
|
}
|
|
6125
6124
|
.e-treeview .e-list-item .e-ul {
|
|
6126
|
-
margin: 2px 0 -2px;
|
|
6127
6125
|
padding: 0 0 0 20px;
|
|
6128
6126
|
}
|
|
6129
6127
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -6161,7 +6159,6 @@
|
|
|
6161
6159
|
-ms-user-select: none;
|
|
6162
6160
|
-webkit-user-select: none;
|
|
6163
6161
|
user-select: none;
|
|
6164
|
-
border: 1px solid;
|
|
6165
6162
|
cursor: pointer;
|
|
6166
6163
|
margin: 0;
|
|
6167
6164
|
padding: 0 0 0 20px;
|
|
@@ -6221,12 +6218,15 @@
|
|
|
6221
6218
|
}
|
|
6222
6219
|
.e-treeview .e-list-text .e-input-group {
|
|
6223
6220
|
height: 30px;
|
|
6224
|
-
margin-bottom:
|
|
6221
|
+
margin-bottom: 3px;
|
|
6222
|
+
margin-top: 3px;
|
|
6225
6223
|
min-width: 150px;
|
|
6226
6224
|
vertical-align: bottom;
|
|
6227
6225
|
}
|
|
6228
6226
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6229
6227
|
height: 28px;
|
|
6228
|
+
padding-top: 6px;
|
|
6229
|
+
padding-bottom: 6px;
|
|
6230
6230
|
}
|
|
6231
6231
|
.e-treeview .e-navigable-text {
|
|
6232
6232
|
padding: 0 8px;
|
|
@@ -6193,10 +6193,8 @@
|
|
|
6193
6193
|
}
|
|
6194
6194
|
.e-treeview .e-list-item {
|
|
6195
6195
|
list-style: none;
|
|
6196
|
-
padding: 2px 0;
|
|
6197
6196
|
}
|
|
6198
6197
|
.e-treeview .e-list-item .e-ul {
|
|
6199
|
-
margin: 2px 0 -2px;
|
|
6200
6198
|
padding: 0 0 0 20px;
|
|
6201
6199
|
}
|
|
6202
6200
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -6220,6 +6218,10 @@
|
|
|
6220
6218
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
6221
6219
|
content: none;
|
|
6222
6220
|
}
|
|
6221
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
6222
|
+
padding-top: 2px;
|
|
6223
|
+
padding-bottom: 2px;
|
|
6224
|
+
}
|
|
6223
6225
|
.e-treeview .e-icons .e-spinner-pane {
|
|
6224
6226
|
position: relative;
|
|
6225
6227
|
}
|
|
@@ -6234,7 +6236,6 @@
|
|
|
6234
6236
|
-ms-user-select: none;
|
|
6235
6237
|
-webkit-user-select: none;
|
|
6236
6238
|
user-select: none;
|
|
6237
|
-
border: 1px solid;
|
|
6238
6239
|
cursor: pointer;
|
|
6239
6240
|
margin: 0;
|
|
6240
6241
|
padding: 0 0 0 20px;
|
|
@@ -6271,7 +6272,7 @@
|
|
|
6271
6272
|
margin: 0 0 0 8px;
|
|
6272
6273
|
}
|
|
6273
6274
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
6274
|
-
padding:
|
|
6275
|
+
padding: 7px 8px;
|
|
6275
6276
|
}
|
|
6276
6277
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
6277
6278
|
bottom: -7px;
|
|
@@ -6285,24 +6286,29 @@
|
|
|
6285
6286
|
-webkit-box-sizing: border-box;
|
|
6286
6287
|
box-sizing: border-box;
|
|
6287
6288
|
display: inline-block;
|
|
6288
|
-
line-height:
|
|
6289
|
+
line-height: 22px;
|
|
6289
6290
|
margin: 0;
|
|
6290
|
-
min-height:
|
|
6291
|
-
padding:
|
|
6291
|
+
min-height: 22px;
|
|
6292
|
+
padding: 7px 8px;
|
|
6292
6293
|
text-decoration: none;
|
|
6293
6294
|
vertical-align: middle;
|
|
6294
6295
|
}
|
|
6295
6296
|
.e-treeview .e-list-text .e-input-group {
|
|
6296
|
-
height:
|
|
6297
|
+
height: 32px;
|
|
6297
6298
|
margin-bottom: 0;
|
|
6298
6299
|
min-width: 150px;
|
|
6299
6300
|
vertical-align: bottom;
|
|
6300
6301
|
}
|
|
6301
6302
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6302
6303
|
height: 28px;
|
|
6304
|
+
padding-top: 6px;
|
|
6305
|
+
padding-bottom: 6px;
|
|
6306
|
+
height: 32px;
|
|
6307
|
+
padding-top: 5px;
|
|
6308
|
+
padding-bottom: 5px;
|
|
6303
6309
|
}
|
|
6304
6310
|
.e-treeview .e-navigable-text {
|
|
6305
|
-
padding:
|
|
6311
|
+
padding: 7px 8px;
|
|
6306
6312
|
}
|
|
6307
6313
|
.e-treeview .e-list-icon,
|
|
6308
6314
|
.e-treeview .e-list-img {
|
|
@@ -6624,6 +6630,12 @@
|
|
|
6624
6630
|
.e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable {
|
|
6625
6631
|
color: var(--color-sf-content-text-color-selected);
|
|
6626
6632
|
}
|
|
6633
|
+
.e-treeview .e-list-item.e-active > .e-text-content .e-check {
|
|
6634
|
+
border-color: var(--color-sf-content-text-color-selected);
|
|
6635
|
+
}
|
|
6636
|
+
.e-treeview .e-list-item.e-active > .e-text-content .e-stop {
|
|
6637
|
+
border-color: var(--color-sf-content-text-color-selected);
|
|
6638
|
+
}
|
|
6627
6639
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
6628
6640
|
background-color: var(--color-sf-content-bg-color-selected);
|
|
6629
6641
|
border-color: var(--color-sf-content-bg-color-selected);
|