@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/styles/bootstrap5.3.css
CHANGED
|
@@ -8088,10 +8088,8 @@
|
|
|
8088
8088
|
}
|
|
8089
8089
|
.e-treeview .e-list-item {
|
|
8090
8090
|
list-style: none;
|
|
8091
|
-
padding: 2px 0;
|
|
8092
8091
|
}
|
|
8093
8092
|
.e-treeview .e-list-item .e-ul {
|
|
8094
|
-
margin: 2px 0 -2px;
|
|
8095
8093
|
padding: 0 0 0 20px;
|
|
8096
8094
|
}
|
|
8097
8095
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -8115,6 +8113,10 @@
|
|
|
8115
8113
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
8116
8114
|
content: none;
|
|
8117
8115
|
}
|
|
8116
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
8117
|
+
padding-top: 2px;
|
|
8118
|
+
padding-bottom: 2px;
|
|
8119
|
+
}
|
|
8118
8120
|
.e-treeview .e-icons .e-spinner-pane {
|
|
8119
8121
|
position: relative;
|
|
8120
8122
|
}
|
|
@@ -8129,7 +8131,6 @@
|
|
|
8129
8131
|
-ms-user-select: none;
|
|
8130
8132
|
-webkit-user-select: none;
|
|
8131
8133
|
user-select: none;
|
|
8132
|
-
border: 1px solid;
|
|
8133
8134
|
cursor: pointer;
|
|
8134
8135
|
margin: 0;
|
|
8135
8136
|
padding: 0 0 0 20px;
|
|
@@ -8166,7 +8167,7 @@
|
|
|
8166
8167
|
margin: 0 0 0 8px;
|
|
8167
8168
|
}
|
|
8168
8169
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
8169
|
-
padding:
|
|
8170
|
+
padding: 7px 8px;
|
|
8170
8171
|
}
|
|
8171
8172
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
8172
8173
|
bottom: -7px;
|
|
@@ -8180,24 +8181,29 @@
|
|
|
8180
8181
|
-webkit-box-sizing: border-box;
|
|
8181
8182
|
box-sizing: border-box;
|
|
8182
8183
|
display: inline-block;
|
|
8183
|
-
line-height:
|
|
8184
|
+
line-height: 22px;
|
|
8184
8185
|
margin: 0;
|
|
8185
|
-
min-height:
|
|
8186
|
-
padding:
|
|
8186
|
+
min-height: 22px;
|
|
8187
|
+
padding: 7px 8px;
|
|
8187
8188
|
text-decoration: none;
|
|
8188
8189
|
vertical-align: middle;
|
|
8189
8190
|
}
|
|
8190
8191
|
.e-treeview .e-list-text .e-input-group {
|
|
8191
|
-
height:
|
|
8192
|
+
height: 32px;
|
|
8192
8193
|
margin-bottom: 0;
|
|
8193
8194
|
min-width: 150px;
|
|
8194
8195
|
vertical-align: bottom;
|
|
8195
8196
|
}
|
|
8196
8197
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8197
8198
|
height: 28px;
|
|
8199
|
+
padding-top: 6px;
|
|
8200
|
+
padding-bottom: 6px;
|
|
8201
|
+
height: 32px;
|
|
8202
|
+
padding-top: 5px;
|
|
8203
|
+
padding-bottom: 5px;
|
|
8198
8204
|
}
|
|
8199
8205
|
.e-treeview .e-navigable-text {
|
|
8200
|
-
padding:
|
|
8206
|
+
padding: 7px 8px;
|
|
8201
8207
|
}
|
|
8202
8208
|
.e-treeview .e-list-icon,
|
|
8203
8209
|
.e-treeview .e-list-img {
|
|
@@ -8519,6 +8525,12 @@
|
|
|
8519
8525
|
.e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable {
|
|
8520
8526
|
color: var(--color-sf-content-text-color-selected);
|
|
8521
8527
|
}
|
|
8528
|
+
.e-treeview .e-list-item.e-active > .e-text-content .e-check {
|
|
8529
|
+
border-color: var(--color-sf-content-text-color-selected);
|
|
8530
|
+
}
|
|
8531
|
+
.e-treeview .e-list-item.e-active > .e-text-content .e-stop {
|
|
8532
|
+
border-color: var(--color-sf-content-text-color-selected);
|
|
8533
|
+
}
|
|
8522
8534
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
8523
8535
|
background-color: var(--color-sf-content-bg-color-selected);
|
|
8524
8536
|
border-color: var(--color-sf-content-bg-color-selected);
|
|
@@ -8677,17 +8689,25 @@
|
|
|
8677
8689
|
}
|
|
8678
8690
|
.e-bigger .e-treeview .e-list-text,
|
|
8679
8691
|
.e-treeview.e-bigger .e-list-text {
|
|
8680
|
-
line-height:
|
|
8681
|
-
min-height:
|
|
8692
|
+
line-height: 24px;
|
|
8693
|
+
min-height: 24px;
|
|
8694
|
+
padding: 9px 12px;
|
|
8682
8695
|
}
|
|
8683
8696
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
8684
8697
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
8685
|
-
height:
|
|
8698
|
+
height: 38px;
|
|
8686
8699
|
}
|
|
8687
8700
|
.e-bigger .e-treeview .e-list-text .e-input-group .e-input,
|
|
8688
8701
|
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
8689
8702
|
height: 36px;
|
|
8690
8703
|
}
|
|
8704
|
+
.e-bigger .e-treeview .e-list-text .e-input-group .e-input,
|
|
8705
|
+
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
8706
|
+
line-height: 24px;
|
|
8707
|
+
min-height: 24px;
|
|
8708
|
+
padding-top: 7px;
|
|
8709
|
+
padding-bottom: 7px;
|
|
8710
|
+
}
|
|
8691
8711
|
.e-bigger .e-treeview .e-checkbox-wrapper,
|
|
8692
8712
|
.e-treeview.e-bigger .e-checkbox-wrapper {
|
|
8693
8713
|
margin: 0 0 0 12px;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -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;
|
|
@@ -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;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -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;
|
package/styles/fabric-lite.css
CHANGED
|
@@ -6104,8 +6104,8 @@
|
|
|
6104
6104
|
padding: 2px 0;
|
|
6105
6105
|
}
|
|
6106
6106
|
.e-treeview .e-list-item .e-ul {
|
|
6107
|
-
margin: 2px 0 -2px;
|
|
6108
6107
|
padding: 0 0 0 24px;
|
|
6108
|
+
margin: 2px 0 -2px;
|
|
6109
6109
|
}
|
|
6110
6110
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
6111
6111
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -6142,10 +6142,10 @@
|
|
|
6142
6142
|
-ms-user-select: none;
|
|
6143
6143
|
-webkit-user-select: none;
|
|
6144
6144
|
user-select: none;
|
|
6145
|
-
border: 1px solid;
|
|
6146
6145
|
cursor: pointer;
|
|
6147
6146
|
margin: 0;
|
|
6148
6147
|
padding: 0 0 0 24px;
|
|
6148
|
+
border: 1px solid;
|
|
6149
6149
|
}
|
|
6150
6150
|
.e-treeview .e-text-content + .e-sibling {
|
|
6151
6151
|
margin-top: -1px;
|
|
@@ -6208,6 +6208,8 @@
|
|
|
6208
6208
|
}
|
|
6209
6209
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6210
6210
|
height: 28px;
|
|
6211
|
+
padding-top: 6px;
|
|
6212
|
+
padding-bottom: 6px;
|
|
6211
6213
|
}
|
|
6212
6214
|
.e-treeview .e-navigable-text {
|
|
6213
6215
|
padding: 0 5px;
|
package/styles/fabric.css
CHANGED
|
@@ -7986,8 +7986,8 @@
|
|
|
7986
7986
|
padding: 2px 0;
|
|
7987
7987
|
}
|
|
7988
7988
|
.e-treeview .e-list-item .e-ul {
|
|
7989
|
-
margin: 2px 0 -2px;
|
|
7990
7989
|
padding: 0 0 0 24px;
|
|
7990
|
+
margin: 2px 0 -2px;
|
|
7991
7991
|
}
|
|
7992
7992
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
7993
7993
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8024,10 +8024,10 @@
|
|
|
8024
8024
|
-ms-user-select: none;
|
|
8025
8025
|
-webkit-user-select: none;
|
|
8026
8026
|
user-select: none;
|
|
8027
|
-
border: 1px solid;
|
|
8028
8027
|
cursor: pointer;
|
|
8029
8028
|
margin: 0;
|
|
8030
8029
|
padding: 0 0 0 24px;
|
|
8030
|
+
border: 1px solid;
|
|
8031
8031
|
}
|
|
8032
8032
|
.e-treeview .e-text-content + .e-sibling {
|
|
8033
8033
|
margin-top: -1px;
|
|
@@ -8090,6 +8090,8 @@
|
|
|
8090
8090
|
}
|
|
8091
8091
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8092
8092
|
height: 28px;
|
|
8093
|
+
padding-top: 6px;
|
|
8094
|
+
padding-bottom: 6px;
|
|
8093
8095
|
}
|
|
8094
8096
|
.e-treeview .e-navigable-text {
|
|
8095
8097
|
padding: 0 5px;
|
|
@@ -6139,10 +6139,8 @@
|
|
|
6139
6139
|
}
|
|
6140
6140
|
.e-treeview .e-list-item {
|
|
6141
6141
|
list-style: none;
|
|
6142
|
-
padding: 2px 0;
|
|
6143
6142
|
}
|
|
6144
6143
|
.e-treeview .e-list-item .e-ul {
|
|
6145
|
-
margin: 2px 0 -2px;
|
|
6146
6144
|
padding: 0 0 0 20px;
|
|
6147
6145
|
}
|
|
6148
6146
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -6166,6 +6164,10 @@
|
|
|
6166
6164
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
6167
6165
|
content: none;
|
|
6168
6166
|
}
|
|
6167
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
6168
|
+
padding-top: 3px;
|
|
6169
|
+
padding-bottom: 3px;
|
|
6170
|
+
}
|
|
6169
6171
|
.e-treeview .e-icons .e-spinner-pane {
|
|
6170
6172
|
position: relative;
|
|
6171
6173
|
}
|
|
@@ -6180,7 +6182,6 @@
|
|
|
6180
6182
|
-ms-user-select: none;
|
|
6181
6183
|
-webkit-user-select: none;
|
|
6182
6184
|
user-select: none;
|
|
6183
|
-
border: 1px solid;
|
|
6184
6185
|
cursor: pointer;
|
|
6185
6186
|
margin: 0;
|
|
6186
6187
|
padding: 0 12px 0 20px;
|
|
@@ -6217,7 +6218,7 @@
|
|
|
6217
6218
|
margin: 0 0 0 12px;
|
|
6218
6219
|
}
|
|
6219
6220
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
6220
|
-
padding:
|
|
6221
|
+
padding: 8px 12px;
|
|
6221
6222
|
}
|
|
6222
6223
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
6223
6224
|
bottom: -7px;
|
|
@@ -6231,24 +6232,26 @@
|
|
|
6231
6232
|
-webkit-box-sizing: border-box;
|
|
6232
6233
|
box-sizing: border-box;
|
|
6233
6234
|
display: inline-block;
|
|
6234
|
-
line-height:
|
|
6235
|
+
line-height: 22px;
|
|
6235
6236
|
margin: 0;
|
|
6236
|
-
min-height:
|
|
6237
|
-
padding:
|
|
6237
|
+
min-height: 22px;
|
|
6238
|
+
padding: 8px 12px;
|
|
6238
6239
|
text-decoration: none;
|
|
6239
6240
|
vertical-align: middle;
|
|
6240
6241
|
}
|
|
6241
6242
|
.e-treeview .e-list-text .e-input-group {
|
|
6242
|
-
height:
|
|
6243
|
-
margin-
|
|
6243
|
+
height: 32px;
|
|
6244
|
+
margin-bottom: 0;
|
|
6244
6245
|
min-width: 150px;
|
|
6245
6246
|
vertical-align: bottom;
|
|
6246
6247
|
}
|
|
6247
6248
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6248
6249
|
height: 28px;
|
|
6250
|
+
padding-top: 6px;
|
|
6251
|
+
padding-bottom: 6px;
|
|
6249
6252
|
}
|
|
6250
6253
|
.e-treeview .e-navigable-text {
|
|
6251
|
-
padding:
|
|
6254
|
+
padding: 8px 12px;
|
|
6252
6255
|
}
|
|
6253
6256
|
.e-treeview .e-list-icon,
|
|
6254
6257
|
.e-treeview .e-list-img {
|
package/styles/fluent-dark.css
CHANGED
|
@@ -8008,10 +8008,8 @@
|
|
|
8008
8008
|
}
|
|
8009
8009
|
.e-treeview .e-list-item {
|
|
8010
8010
|
list-style: none;
|
|
8011
|
-
padding: 2px 0;
|
|
8012
8011
|
}
|
|
8013
8012
|
.e-treeview .e-list-item .e-ul {
|
|
8014
|
-
margin: 2px 0 -2px;
|
|
8015
8013
|
padding: 0 0 0 20px;
|
|
8016
8014
|
}
|
|
8017
8015
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -8035,6 +8033,10 @@
|
|
|
8035
8033
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
8036
8034
|
content: none;
|
|
8037
8035
|
}
|
|
8036
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
8037
|
+
padding-top: 3px;
|
|
8038
|
+
padding-bottom: 3px;
|
|
8039
|
+
}
|
|
8038
8040
|
.e-treeview .e-icons .e-spinner-pane {
|
|
8039
8041
|
position: relative;
|
|
8040
8042
|
}
|
|
@@ -8049,7 +8051,6 @@
|
|
|
8049
8051
|
-ms-user-select: none;
|
|
8050
8052
|
-webkit-user-select: none;
|
|
8051
8053
|
user-select: none;
|
|
8052
|
-
border: 1px solid;
|
|
8053
8054
|
cursor: pointer;
|
|
8054
8055
|
margin: 0;
|
|
8055
8056
|
padding: 0 12px 0 20px;
|
|
@@ -8086,7 +8087,7 @@
|
|
|
8086
8087
|
margin: 0 0 0 12px;
|
|
8087
8088
|
}
|
|
8088
8089
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
8089
|
-
padding:
|
|
8090
|
+
padding: 8px 12px;
|
|
8090
8091
|
}
|
|
8091
8092
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
8092
8093
|
bottom: -7px;
|
|
@@ -8100,24 +8101,26 @@
|
|
|
8100
8101
|
-webkit-box-sizing: border-box;
|
|
8101
8102
|
box-sizing: border-box;
|
|
8102
8103
|
display: inline-block;
|
|
8103
|
-
line-height:
|
|
8104
|
+
line-height: 22px;
|
|
8104
8105
|
margin: 0;
|
|
8105
|
-
min-height:
|
|
8106
|
-
padding:
|
|
8106
|
+
min-height: 22px;
|
|
8107
|
+
padding: 8px 12px;
|
|
8107
8108
|
text-decoration: none;
|
|
8108
8109
|
vertical-align: middle;
|
|
8109
8110
|
}
|
|
8110
8111
|
.e-treeview .e-list-text .e-input-group {
|
|
8111
|
-
height:
|
|
8112
|
-
margin-
|
|
8112
|
+
height: 32px;
|
|
8113
|
+
margin-bottom: 0;
|
|
8113
8114
|
min-width: 150px;
|
|
8114
8115
|
vertical-align: bottom;
|
|
8115
8116
|
}
|
|
8116
8117
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8117
8118
|
height: 28px;
|
|
8119
|
+
padding-top: 6px;
|
|
8120
|
+
padding-bottom: 6px;
|
|
8118
8121
|
}
|
|
8119
8122
|
.e-treeview .e-navigable-text {
|
|
8120
|
-
padding:
|
|
8123
|
+
padding: 8px 12px;
|
|
8121
8124
|
}
|
|
8122
8125
|
.e-treeview .e-list-icon,
|
|
8123
8126
|
.e-treeview .e-list-img {
|
|
@@ -8587,7 +8590,7 @@
|
|
|
8587
8590
|
}
|
|
8588
8591
|
.e-bigger .e-treeview .e-list-item .e-checkbox-wrapper + .e-list-text,
|
|
8589
8592
|
.e-treeview.e-bigger .e-list-item .e-checkbox-wrapper + .e-list-text {
|
|
8590
|
-
padding:
|
|
8593
|
+
padding: 10px 16px;
|
|
8591
8594
|
}
|
|
8592
8595
|
.e-bigger .e-treeview .e-icon-collapsible,
|
|
8593
8596
|
.e-bigger .e-treeview .e-icon-expandable,
|
|
@@ -8664,8 +8667,10 @@
|
|
|
8664
8667
|
}
|
|
8665
8668
|
.e-bigger .e-treeview .e-list-text,
|
|
8666
8669
|
.e-treeview.e-bigger .e-list-text {
|
|
8667
|
-
line-height:
|
|
8668
|
-
min-height:
|
|
8670
|
+
line-height: 24px;
|
|
8671
|
+
min-height: 24px;
|
|
8672
|
+
padding-top: 10px;
|
|
8673
|
+
padding-bottom: 10px;
|
|
8669
8674
|
}
|
|
8670
8675
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
8671
8676
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -8675,6 +8680,11 @@
|
|
|
8675
8680
|
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
8676
8681
|
height: 36px;
|
|
8677
8682
|
}
|
|
8683
|
+
.e-bigger .e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group),
|
|
8684
|
+
.e-treeview.e-bigger .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
8685
|
+
padding-top: 2px;
|
|
8686
|
+
padding-bottom: 2px;
|
|
8687
|
+
}
|
|
8678
8688
|
.e-bigger .e-treeview .e-checkbox-wrapper,
|
|
8679
8689
|
.e-treeview.e-bigger .e-checkbox-wrapper {
|
|
8680
8690
|
margin: 0 0 0 16px;
|
package/styles/fluent-lite.css
CHANGED
|
@@ -6139,10 +6139,8 @@
|
|
|
6139
6139
|
}
|
|
6140
6140
|
.e-treeview .e-list-item {
|
|
6141
6141
|
list-style: none;
|
|
6142
|
-
padding: 2px 0;
|
|
6143
6142
|
}
|
|
6144
6143
|
.e-treeview .e-list-item .e-ul {
|
|
6145
|
-
margin: 2px 0 -2px;
|
|
6146
6144
|
padding: 0 0 0 20px;
|
|
6147
6145
|
}
|
|
6148
6146
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -6166,6 +6164,10 @@
|
|
|
6166
6164
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
6167
6165
|
content: none;
|
|
6168
6166
|
}
|
|
6167
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
6168
|
+
padding-top: 3px;
|
|
6169
|
+
padding-bottom: 3px;
|
|
6170
|
+
}
|
|
6169
6171
|
.e-treeview .e-icons .e-spinner-pane {
|
|
6170
6172
|
position: relative;
|
|
6171
6173
|
}
|
|
@@ -6180,7 +6182,6 @@
|
|
|
6180
6182
|
-ms-user-select: none;
|
|
6181
6183
|
-webkit-user-select: none;
|
|
6182
6184
|
user-select: none;
|
|
6183
|
-
border: 1px solid;
|
|
6184
6185
|
cursor: pointer;
|
|
6185
6186
|
margin: 0;
|
|
6186
6187
|
padding: 0 12px 0 20px;
|
|
@@ -6217,7 +6218,7 @@
|
|
|
6217
6218
|
margin: 0 0 0 12px;
|
|
6218
6219
|
}
|
|
6219
6220
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
6220
|
-
padding:
|
|
6221
|
+
padding: 8px 12px;
|
|
6221
6222
|
}
|
|
6222
6223
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
6223
6224
|
bottom: -7px;
|
|
@@ -6231,24 +6232,26 @@
|
|
|
6231
6232
|
-webkit-box-sizing: border-box;
|
|
6232
6233
|
box-sizing: border-box;
|
|
6233
6234
|
display: inline-block;
|
|
6234
|
-
line-height:
|
|
6235
|
+
line-height: 22px;
|
|
6235
6236
|
margin: 0;
|
|
6236
|
-
min-height:
|
|
6237
|
-
padding:
|
|
6237
|
+
min-height: 22px;
|
|
6238
|
+
padding: 8px 12px;
|
|
6238
6239
|
text-decoration: none;
|
|
6239
6240
|
vertical-align: middle;
|
|
6240
6241
|
}
|
|
6241
6242
|
.e-treeview .e-list-text .e-input-group {
|
|
6242
|
-
height:
|
|
6243
|
-
margin-
|
|
6243
|
+
height: 32px;
|
|
6244
|
+
margin-bottom: 0;
|
|
6244
6245
|
min-width: 150px;
|
|
6245
6246
|
vertical-align: bottom;
|
|
6246
6247
|
}
|
|
6247
6248
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6248
6249
|
height: 28px;
|
|
6250
|
+
padding-top: 6px;
|
|
6251
|
+
padding-bottom: 6px;
|
|
6249
6252
|
}
|
|
6250
6253
|
.e-treeview .e-navigable-text {
|
|
6251
|
-
padding:
|
|
6254
|
+
padding: 8px 12px;
|
|
6252
6255
|
}
|
|
6253
6256
|
.e-treeview .e-list-icon,
|
|
6254
6257
|
.e-treeview .e-list-img {
|
package/styles/fluent.css
CHANGED
|
@@ -8008,10 +8008,8 @@
|
|
|
8008
8008
|
}
|
|
8009
8009
|
.e-treeview .e-list-item {
|
|
8010
8010
|
list-style: none;
|
|
8011
|
-
padding: 2px 0;
|
|
8012
8011
|
}
|
|
8013
8012
|
.e-treeview .e-list-item .e-ul {
|
|
8014
|
-
margin: 2px 0 -2px;
|
|
8015
8013
|
padding: 0 0 0 20px;
|
|
8016
8014
|
}
|
|
8017
8015
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -8035,6 +8033,10 @@
|
|
|
8035
8033
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
8036
8034
|
content: none;
|
|
8037
8035
|
}
|
|
8036
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
8037
|
+
padding-top: 3px;
|
|
8038
|
+
padding-bottom: 3px;
|
|
8039
|
+
}
|
|
8038
8040
|
.e-treeview .e-icons .e-spinner-pane {
|
|
8039
8041
|
position: relative;
|
|
8040
8042
|
}
|
|
@@ -8049,7 +8051,6 @@
|
|
|
8049
8051
|
-ms-user-select: none;
|
|
8050
8052
|
-webkit-user-select: none;
|
|
8051
8053
|
user-select: none;
|
|
8052
|
-
border: 1px solid;
|
|
8053
8054
|
cursor: pointer;
|
|
8054
8055
|
margin: 0;
|
|
8055
8056
|
padding: 0 12px 0 20px;
|
|
@@ -8086,7 +8087,7 @@
|
|
|
8086
8087
|
margin: 0 0 0 12px;
|
|
8087
8088
|
}
|
|
8088
8089
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
8089
|
-
padding:
|
|
8090
|
+
padding: 8px 12px;
|
|
8090
8091
|
}
|
|
8091
8092
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
8092
8093
|
bottom: -7px;
|
|
@@ -8100,24 +8101,26 @@
|
|
|
8100
8101
|
-webkit-box-sizing: border-box;
|
|
8101
8102
|
box-sizing: border-box;
|
|
8102
8103
|
display: inline-block;
|
|
8103
|
-
line-height:
|
|
8104
|
+
line-height: 22px;
|
|
8104
8105
|
margin: 0;
|
|
8105
|
-
min-height:
|
|
8106
|
-
padding:
|
|
8106
|
+
min-height: 22px;
|
|
8107
|
+
padding: 8px 12px;
|
|
8107
8108
|
text-decoration: none;
|
|
8108
8109
|
vertical-align: middle;
|
|
8109
8110
|
}
|
|
8110
8111
|
.e-treeview .e-list-text .e-input-group {
|
|
8111
|
-
height:
|
|
8112
|
-
margin-
|
|
8112
|
+
height: 32px;
|
|
8113
|
+
margin-bottom: 0;
|
|
8113
8114
|
min-width: 150px;
|
|
8114
8115
|
vertical-align: bottom;
|
|
8115
8116
|
}
|
|
8116
8117
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8117
8118
|
height: 28px;
|
|
8119
|
+
padding-top: 6px;
|
|
8120
|
+
padding-bottom: 6px;
|
|
8118
8121
|
}
|
|
8119
8122
|
.e-treeview .e-navigable-text {
|
|
8120
|
-
padding:
|
|
8123
|
+
padding: 8px 12px;
|
|
8121
8124
|
}
|
|
8122
8125
|
.e-treeview .e-list-icon,
|
|
8123
8126
|
.e-treeview .e-list-img {
|
|
@@ -8587,7 +8590,7 @@
|
|
|
8587
8590
|
}
|
|
8588
8591
|
.e-bigger .e-treeview .e-list-item .e-checkbox-wrapper + .e-list-text,
|
|
8589
8592
|
.e-treeview.e-bigger .e-list-item .e-checkbox-wrapper + .e-list-text {
|
|
8590
|
-
padding:
|
|
8593
|
+
padding: 10px 16px;
|
|
8591
8594
|
}
|
|
8592
8595
|
.e-bigger .e-treeview .e-icon-collapsible,
|
|
8593
8596
|
.e-bigger .e-treeview .e-icon-expandable,
|
|
@@ -8664,8 +8667,10 @@
|
|
|
8664
8667
|
}
|
|
8665
8668
|
.e-bigger .e-treeview .e-list-text,
|
|
8666
8669
|
.e-treeview.e-bigger .e-list-text {
|
|
8667
|
-
line-height:
|
|
8668
|
-
min-height:
|
|
8670
|
+
line-height: 24px;
|
|
8671
|
+
min-height: 24px;
|
|
8672
|
+
padding-top: 10px;
|
|
8673
|
+
padding-bottom: 10px;
|
|
8669
8674
|
}
|
|
8670
8675
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
8671
8676
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -8675,6 +8680,11 @@
|
|
|
8675
8680
|
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
8676
8681
|
height: 36px;
|
|
8677
8682
|
}
|
|
8683
|
+
.e-bigger .e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group),
|
|
8684
|
+
.e-treeview.e-bigger .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
8685
|
+
padding-top: 2px;
|
|
8686
|
+
padding-bottom: 2px;
|
|
8687
|
+
}
|
|
8678
8688
|
.e-bigger .e-treeview .e-checkbox-wrapper,
|
|
8679
8689
|
.e-treeview.e-bigger .e-checkbox-wrapper {
|
|
8680
8690
|
margin: 0 0 0 16px;
|
package/styles/fluent2-lite.css
CHANGED
|
@@ -6571,8 +6571,8 @@
|
|
|
6571
6571
|
padding: 4px 0;
|
|
6572
6572
|
}
|
|
6573
6573
|
.e-treeview .e-list-item .e-ul {
|
|
6574
|
-
margin: 2px 0 -2px;
|
|
6575
6574
|
padding: 0 0 0 20px;
|
|
6575
|
+
margin-top: 4px;
|
|
6576
6576
|
}
|
|
6577
6577
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
6578
6578
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -6609,7 +6609,6 @@
|
|
|
6609
6609
|
-ms-user-select: none;
|
|
6610
6610
|
-webkit-user-select: none;
|
|
6611
6611
|
user-select: none;
|
|
6612
|
-
border: 1px solid;
|
|
6613
6612
|
cursor: pointer;
|
|
6614
6613
|
margin: 0;
|
|
6615
6614
|
padding: 0 0 0 20px;
|
|
@@ -6679,6 +6678,8 @@
|
|
|
6679
6678
|
}
|
|
6680
6679
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6681
6680
|
height: 28px;
|
|
6681
|
+
padding-top: 6px;
|
|
6682
|
+
padding-bottom: 6px;
|
|
6682
6683
|
}
|
|
6683
6684
|
.e-treeview .e-list-text .e-input-group:hover {
|
|
6684
6685
|
border-color: var(--color-sf-border-focus);
|
package/styles/fluent2.css
CHANGED
|
@@ -8496,8 +8496,8 @@
|
|
|
8496
8496
|
padding: 4px 0;
|
|
8497
8497
|
}
|
|
8498
8498
|
.e-treeview .e-list-item .e-ul {
|
|
8499
|
-
margin: 2px 0 -2px;
|
|
8500
8499
|
padding: 0 0 0 20px;
|
|
8500
|
+
margin-top: 4px;
|
|
8501
8501
|
}
|
|
8502
8502
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
8503
8503
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8534,7 +8534,6 @@
|
|
|
8534
8534
|
-ms-user-select: none;
|
|
8535
8535
|
-webkit-user-select: none;
|
|
8536
8536
|
user-select: none;
|
|
8537
|
-
border: 1px solid;
|
|
8538
8537
|
cursor: pointer;
|
|
8539
8538
|
margin: 0;
|
|
8540
8539
|
padding: 0 0 0 20px;
|
|
@@ -8604,6 +8603,8 @@
|
|
|
8604
8603
|
}
|
|
8605
8604
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8606
8605
|
height: 28px;
|
|
8606
|
+
padding-top: 6px;
|
|
8607
|
+
padding-bottom: 6px;
|
|
8607
8608
|
}
|
|
8608
8609
|
.e-treeview .e-list-text .e-input-group:hover {
|
|
8609
8610
|
border-color: var(--color-sf-border-focus);
|