@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
|
@@ -6093,10 +6093,8 @@
|
|
|
6093
6093
|
}
|
|
6094
6094
|
.e-treeview .e-list-item {
|
|
6095
6095
|
list-style: none;
|
|
6096
|
-
padding: 2px 0;
|
|
6097
6096
|
}
|
|
6098
6097
|
.e-treeview .e-list-item .e-ul {
|
|
6099
|
-
margin: 2px 0 -2px;
|
|
6100
6098
|
padding: 0 0 0 24px;
|
|
6101
6099
|
}
|
|
6102
6100
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -6134,7 +6132,6 @@
|
|
|
6134
6132
|
-ms-user-select: none;
|
|
6135
6133
|
-webkit-user-select: none;
|
|
6136
6134
|
user-select: none;
|
|
6137
|
-
border: 1px solid;
|
|
6138
6135
|
cursor: pointer;
|
|
6139
6136
|
margin: 0;
|
|
6140
6137
|
padding: 0 0 0 24px;
|
|
@@ -6200,6 +6197,8 @@
|
|
|
6200
6197
|
}
|
|
6201
6198
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6202
6199
|
height: 28px;
|
|
6200
|
+
padding-top: 6px;
|
|
6201
|
+
padding-bottom: 6px;
|
|
6203
6202
|
}
|
|
6204
6203
|
.e-treeview .e-navigable-text {
|
|
6205
6204
|
padding: 0 5px;
|
|
@@ -7975,10 +7975,8 @@
|
|
|
7975
7975
|
}
|
|
7976
7976
|
.e-treeview .e-list-item {
|
|
7977
7977
|
list-style: none;
|
|
7978
|
-
padding: 2px 0;
|
|
7979
7978
|
}
|
|
7980
7979
|
.e-treeview .e-list-item .e-ul {
|
|
7981
|
-
margin: 2px 0 -2px;
|
|
7982
7980
|
padding: 0 0 0 24px;
|
|
7983
7981
|
}
|
|
7984
7982
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -8016,7 +8014,6 @@
|
|
|
8016
8014
|
-ms-user-select: none;
|
|
8017
8015
|
-webkit-user-select: none;
|
|
8018
8016
|
user-select: none;
|
|
8019
|
-
border: 1px solid;
|
|
8020
8017
|
cursor: pointer;
|
|
8021
8018
|
margin: 0;
|
|
8022
8019
|
padding: 0 0 0 24px;
|
|
@@ -8082,6 +8079,8 @@
|
|
|
8082
8079
|
}
|
|
8083
8080
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8084
8081
|
height: 28px;
|
|
8082
|
+
padding-top: 6px;
|
|
8083
|
+
padding-bottom: 6px;
|
|
8085
8084
|
}
|
|
8086
8085
|
.e-treeview .e-navigable-text {
|
|
8087
8086
|
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 24px;
|
|
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: 3px;
|
|
6131
|
+
padding-bottom: 3px;
|
|
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: 36px;
|
|
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: 7px 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
|
-
min-height:
|
|
6199
|
-
padding:
|
|
6199
|
+
min-height: 22px;
|
|
6200
|
+
padding: 7px 8px;
|
|
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: 7px 8px;
|
|
6214
6217
|
}
|
|
6215
6218
|
.e-treeview .e-list-icon,
|
|
6216
6219
|
.e-treeview .e-list-img {
|
package/styles/highcontrast.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 24px;
|
|
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: 3px;
|
|
8013
|
+
padding-bottom: 3px;
|
|
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: 36px;
|
|
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: 7px 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
|
-
min-height:
|
|
8081
|
-
padding:
|
|
8081
|
+
min-height: 22px;
|
|
8082
|
+
padding: 7px 8px;
|
|
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: 7px 8px;
|
|
8096
8099
|
}
|
|
8097
8100
|
.e-treeview .e-list-icon,
|
|
8098
8101
|
.e-treeview .e-list-img {
|
|
@@ -8570,7 +8573,7 @@
|
|
|
8570
8573
|
}
|
|
8571
8574
|
.e-bigger .e-treeview .e-fullrow,
|
|
8572
8575
|
.e-treeview.e-bigger .e-fullrow {
|
|
8573
|
-
height:
|
|
8576
|
+
height: 46px;
|
|
8574
8577
|
}
|
|
8575
8578
|
.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-text,
|
|
8576
8579
|
.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper + .e-list-text {
|
|
@@ -8597,17 +8600,26 @@
|
|
|
8597
8600
|
}
|
|
8598
8601
|
.e-bigger .e-treeview .e-list-text,
|
|
8599
8602
|
.e-treeview.e-bigger .e-list-text {
|
|
8600
|
-
line-height:
|
|
8601
|
-
min-height:
|
|
8603
|
+
line-height: 24px;
|
|
8604
|
+
min-height: 24px;
|
|
8605
|
+
padding-top: 11px;
|
|
8606
|
+
padding-bottom: 11px;
|
|
8602
8607
|
}
|
|
8603
8608
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
8604
8609
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
8605
8610
|
height: 38px;
|
|
8611
|
+
line-height: 42px;
|
|
8612
|
+
min-height: 42px;
|
|
8606
8613
|
}
|
|
8607
8614
|
.e-bigger .e-treeview .e-list-text .e-input-group .e-input,
|
|
8608
8615
|
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
8609
8616
|
height: 36px;
|
|
8610
8617
|
}
|
|
8618
|
+
.e-bigger .e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group),
|
|
8619
|
+
.e-treeview.e-bigger .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
8620
|
+
padding-top: 4px;
|
|
8621
|
+
padding-bottom: 4px;
|
|
8622
|
+
}
|
|
8611
8623
|
.e-bigger .e-treeview .e-checkbox-wrapper,
|
|
8612
8624
|
.e-treeview.e-bigger .e-checkbox-wrapper {
|
|
8613
8625
|
margin: 0 0 0 10px;
|
|
@@ -6277,10 +6277,8 @@
|
|
|
6277
6277
|
}
|
|
6278
6278
|
.e-treeview .e-list-item {
|
|
6279
6279
|
list-style: none;
|
|
6280
|
-
padding: 2px 0;
|
|
6281
6280
|
}
|
|
6282
6281
|
.e-treeview .e-list-item .e-ul {
|
|
6283
|
-
margin: 2px 0 -2px;
|
|
6284
6282
|
padding: 0 0 0 24px;
|
|
6285
6283
|
}
|
|
6286
6284
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -6304,6 +6302,17 @@
|
|
|
6304
6302
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
6305
6303
|
content: none;
|
|
6306
6304
|
}
|
|
6305
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
6306
|
+
padding-top: 1px;
|
|
6307
|
+
padding-bottom: 1px;
|
|
6308
|
+
}
|
|
6309
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) .e-input-group {
|
|
6310
|
+
height: 34px;
|
|
6311
|
+
}
|
|
6312
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) .e-input-group .e-input {
|
|
6313
|
+
line-height: 26px;
|
|
6314
|
+
min-height: 26px;
|
|
6315
|
+
}
|
|
6307
6316
|
.e-treeview .e-icons .e-spinner-pane {
|
|
6308
6317
|
position: relative;
|
|
6309
6318
|
}
|
|
@@ -6318,7 +6327,6 @@
|
|
|
6318
6327
|
-ms-user-select: none;
|
|
6319
6328
|
-webkit-user-select: none;
|
|
6320
6329
|
user-select: none;
|
|
6321
|
-
border: 1px solid;
|
|
6322
6330
|
cursor: pointer;
|
|
6323
6331
|
margin: 0;
|
|
6324
6332
|
padding: 0 0 0 24px;
|
|
@@ -6335,7 +6343,7 @@
|
|
|
6335
6343
|
-webkit-box-sizing: border-box;
|
|
6336
6344
|
box-sizing: border-box;
|
|
6337
6345
|
cursor: pointer;
|
|
6338
|
-
height:
|
|
6346
|
+
height: 36px;
|
|
6339
6347
|
left: 0;
|
|
6340
6348
|
overflow: hidden;
|
|
6341
6349
|
position: absolute;
|
|
@@ -6355,7 +6363,7 @@
|
|
|
6355
6363
|
margin: 0 0 0 12px;
|
|
6356
6364
|
}
|
|
6357
6365
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
6358
|
-
padding:
|
|
6366
|
+
padding: 7px 10px;
|
|
6359
6367
|
}
|
|
6360
6368
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
6361
6369
|
bottom: -7px;
|
|
@@ -6369,10 +6377,10 @@
|
|
|
6369
6377
|
-webkit-box-sizing: border-box;
|
|
6370
6378
|
box-sizing: border-box;
|
|
6371
6379
|
display: inline-block;
|
|
6372
|
-
line-height:
|
|
6380
|
+
line-height: 22px;
|
|
6373
6381
|
margin: 0;
|
|
6374
|
-
min-height:
|
|
6375
|
-
padding:
|
|
6382
|
+
min-height: 22px;
|
|
6383
|
+
padding: 7px 5px;
|
|
6376
6384
|
text-decoration: none;
|
|
6377
6385
|
vertical-align: middle;
|
|
6378
6386
|
}
|
|
@@ -6382,11 +6390,8 @@
|
|
|
6382
6390
|
min-width: 150px;
|
|
6383
6391
|
vertical-align: bottom;
|
|
6384
6392
|
}
|
|
6385
|
-
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6386
|
-
height: 28px;
|
|
6387
|
-
}
|
|
6388
6393
|
.e-treeview .e-navigable-text {
|
|
6389
|
-
padding:
|
|
6394
|
+
padding: 7px 5px;
|
|
6390
6395
|
}
|
|
6391
6396
|
.e-treeview .e-list-icon,
|
|
6392
6397
|
.e-treeview .e-list-img {
|
package/styles/material-dark.css
CHANGED
|
@@ -8159,10 +8159,8 @@
|
|
|
8159
8159
|
}
|
|
8160
8160
|
.e-treeview .e-list-item {
|
|
8161
8161
|
list-style: none;
|
|
8162
|
-
padding: 2px 0;
|
|
8163
8162
|
}
|
|
8164
8163
|
.e-treeview .e-list-item .e-ul {
|
|
8165
|
-
margin: 2px 0 -2px;
|
|
8166
8164
|
padding: 0 0 0 24px;
|
|
8167
8165
|
}
|
|
8168
8166
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -8186,6 +8184,17 @@
|
|
|
8186
8184
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
8187
8185
|
content: none;
|
|
8188
8186
|
}
|
|
8187
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
8188
|
+
padding-top: 1px;
|
|
8189
|
+
padding-bottom: 1px;
|
|
8190
|
+
}
|
|
8191
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) .e-input-group {
|
|
8192
|
+
height: 34px;
|
|
8193
|
+
}
|
|
8194
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) .e-input-group .e-input {
|
|
8195
|
+
line-height: 26px;
|
|
8196
|
+
min-height: 26px;
|
|
8197
|
+
}
|
|
8189
8198
|
.e-treeview .e-icons .e-spinner-pane {
|
|
8190
8199
|
position: relative;
|
|
8191
8200
|
}
|
|
@@ -8200,7 +8209,6 @@
|
|
|
8200
8209
|
-ms-user-select: none;
|
|
8201
8210
|
-webkit-user-select: none;
|
|
8202
8211
|
user-select: none;
|
|
8203
|
-
border: 1px solid;
|
|
8204
8212
|
cursor: pointer;
|
|
8205
8213
|
margin: 0;
|
|
8206
8214
|
padding: 0 0 0 24px;
|
|
@@ -8217,7 +8225,7 @@
|
|
|
8217
8225
|
-webkit-box-sizing: border-box;
|
|
8218
8226
|
box-sizing: border-box;
|
|
8219
8227
|
cursor: pointer;
|
|
8220
|
-
height:
|
|
8228
|
+
height: 36px;
|
|
8221
8229
|
left: 0;
|
|
8222
8230
|
overflow: hidden;
|
|
8223
8231
|
position: absolute;
|
|
@@ -8237,7 +8245,7 @@
|
|
|
8237
8245
|
margin: 0 0 0 12px;
|
|
8238
8246
|
}
|
|
8239
8247
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
8240
|
-
padding:
|
|
8248
|
+
padding: 7px 10px;
|
|
8241
8249
|
}
|
|
8242
8250
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
8243
8251
|
bottom: -7px;
|
|
@@ -8251,10 +8259,10 @@
|
|
|
8251
8259
|
-webkit-box-sizing: border-box;
|
|
8252
8260
|
box-sizing: border-box;
|
|
8253
8261
|
display: inline-block;
|
|
8254
|
-
line-height:
|
|
8262
|
+
line-height: 22px;
|
|
8255
8263
|
margin: 0;
|
|
8256
|
-
min-height:
|
|
8257
|
-
padding:
|
|
8264
|
+
min-height: 22px;
|
|
8265
|
+
padding: 7px 5px;
|
|
8258
8266
|
text-decoration: none;
|
|
8259
8267
|
vertical-align: middle;
|
|
8260
8268
|
}
|
|
@@ -8264,11 +8272,8 @@
|
|
|
8264
8272
|
min-width: 150px;
|
|
8265
8273
|
vertical-align: bottom;
|
|
8266
8274
|
}
|
|
8267
|
-
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8268
|
-
height: 28px;
|
|
8269
|
-
}
|
|
8270
8275
|
.e-treeview .e-navigable-text {
|
|
8271
|
-
padding:
|
|
8276
|
+
padding: 7px 5px;
|
|
8272
8277
|
}
|
|
8273
8278
|
.e-treeview .e-list-icon,
|
|
8274
8279
|
.e-treeview .e-list-img {
|
|
@@ -8718,7 +8723,7 @@
|
|
|
8718
8723
|
}
|
|
8719
8724
|
.e-bigger .e-treeview .e-fullrow,
|
|
8720
8725
|
.e-treeview.e-bigger .e-fullrow {
|
|
8721
|
-
height:
|
|
8726
|
+
height: 48px;
|
|
8722
8727
|
}
|
|
8723
8728
|
.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-text,
|
|
8724
8729
|
.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper + .e-list-text {
|
|
@@ -8745,17 +8750,33 @@
|
|
|
8745
8750
|
}
|
|
8746
8751
|
.e-bigger .e-treeview .e-list-text,
|
|
8747
8752
|
.e-treeview.e-bigger .e-list-text {
|
|
8748
|
-
line-height:
|
|
8749
|
-
min-height:
|
|
8753
|
+
line-height: 24px;
|
|
8754
|
+
min-height: 24px;
|
|
8755
|
+
padding-top: 12px;
|
|
8756
|
+
padding-bottom: 12px;
|
|
8750
8757
|
}
|
|
8751
8758
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
8752
8759
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
8753
|
-
height:
|
|
8760
|
+
height: 40px;
|
|
8761
|
+
line-height: 42px;
|
|
8762
|
+
min-height: 42px;
|
|
8754
8763
|
}
|
|
8755
8764
|
.e-bigger .e-treeview .e-list-text .e-input-group .e-input,
|
|
8756
8765
|
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
8757
8766
|
height: 36px;
|
|
8758
8767
|
}
|
|
8768
|
+
.e-bigger .e-treeview .e-list-text .e-input-group .e-input,
|
|
8769
|
+
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
8770
|
+
line-height: 28px;
|
|
8771
|
+
min-height: 28px;
|
|
8772
|
+
padding-top: 9px;
|
|
8773
|
+
padding-bottom: 5px;
|
|
8774
|
+
}
|
|
8775
|
+
.e-bigger .e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group),
|
|
8776
|
+
.e-treeview.e-bigger .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
8777
|
+
padding-top: 3px;
|
|
8778
|
+
padding-bottom: 3px;
|
|
8779
|
+
}
|
|
8759
8780
|
.e-bigger .e-treeview .e-checkbox-wrapper,
|
|
8760
8781
|
.e-treeview.e-bigger .e-checkbox-wrapper {
|
|
8761
8782
|
margin: 0 0 0 10px;
|
package/styles/material-lite.css
CHANGED
|
@@ -6297,10 +6297,8 @@
|
|
|
6297
6297
|
}
|
|
6298
6298
|
.e-treeview .e-list-item {
|
|
6299
6299
|
list-style: none;
|
|
6300
|
-
padding: 2px 0;
|
|
6301
6300
|
}
|
|
6302
6301
|
.e-treeview .e-list-item .e-ul {
|
|
6303
|
-
margin: 2px 0 -2px;
|
|
6304
6302
|
padding: 0 0 0 24px;
|
|
6305
6303
|
}
|
|
6306
6304
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -6324,6 +6322,17 @@
|
|
|
6324
6322
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
6325
6323
|
content: none;
|
|
6326
6324
|
}
|
|
6325
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
6326
|
+
padding-top: 1px;
|
|
6327
|
+
padding-bottom: 1px;
|
|
6328
|
+
}
|
|
6329
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) .e-input-group {
|
|
6330
|
+
height: 34px;
|
|
6331
|
+
}
|
|
6332
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) .e-input-group .e-input {
|
|
6333
|
+
line-height: 26px;
|
|
6334
|
+
min-height: 26px;
|
|
6335
|
+
}
|
|
6327
6336
|
.e-treeview .e-icons .e-spinner-pane {
|
|
6328
6337
|
position: relative;
|
|
6329
6338
|
}
|
|
@@ -6338,7 +6347,6 @@
|
|
|
6338
6347
|
-ms-user-select: none;
|
|
6339
6348
|
-webkit-user-select: none;
|
|
6340
6349
|
user-select: none;
|
|
6341
|
-
border: 1px solid;
|
|
6342
6350
|
cursor: pointer;
|
|
6343
6351
|
margin: 0;
|
|
6344
6352
|
padding: 0 0 0 24px;
|
|
@@ -6355,7 +6363,7 @@
|
|
|
6355
6363
|
-webkit-box-sizing: border-box;
|
|
6356
6364
|
box-sizing: border-box;
|
|
6357
6365
|
cursor: pointer;
|
|
6358
|
-
height:
|
|
6366
|
+
height: 36px;
|
|
6359
6367
|
left: 0;
|
|
6360
6368
|
overflow: hidden;
|
|
6361
6369
|
position: absolute;
|
|
@@ -6375,7 +6383,7 @@
|
|
|
6375
6383
|
margin: 0 0 0 12px;
|
|
6376
6384
|
}
|
|
6377
6385
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
6378
|
-
padding:
|
|
6386
|
+
padding: 7px 10px;
|
|
6379
6387
|
}
|
|
6380
6388
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
6381
6389
|
bottom: -7px;
|
|
@@ -6389,10 +6397,10 @@
|
|
|
6389
6397
|
-webkit-box-sizing: border-box;
|
|
6390
6398
|
box-sizing: border-box;
|
|
6391
6399
|
display: inline-block;
|
|
6392
|
-
line-height:
|
|
6400
|
+
line-height: 22px;
|
|
6393
6401
|
margin: 0;
|
|
6394
|
-
min-height:
|
|
6395
|
-
padding:
|
|
6402
|
+
min-height: 22px;
|
|
6403
|
+
padding: 7px 5px;
|
|
6396
6404
|
text-decoration: none;
|
|
6397
6405
|
vertical-align: middle;
|
|
6398
6406
|
}
|
|
@@ -6403,7 +6411,7 @@
|
|
|
6403
6411
|
vertical-align: bottom;
|
|
6404
6412
|
}
|
|
6405
6413
|
.e-treeview .e-navigable-text {
|
|
6406
|
-
padding:
|
|
6414
|
+
padding: 7px 5px;
|
|
6407
6415
|
}
|
|
6408
6416
|
.e-treeview .e-list-icon,
|
|
6409
6417
|
.e-treeview .e-list-img {
|
package/styles/material.css
CHANGED
|
@@ -8179,10 +8179,8 @@
|
|
|
8179
8179
|
}
|
|
8180
8180
|
.e-treeview .e-list-item {
|
|
8181
8181
|
list-style: none;
|
|
8182
|
-
padding: 2px 0;
|
|
8183
8182
|
}
|
|
8184
8183
|
.e-treeview .e-list-item .e-ul {
|
|
8185
|
-
margin: 2px 0 -2px;
|
|
8186
8184
|
padding: 0 0 0 24px;
|
|
8187
8185
|
}
|
|
8188
8186
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -8206,6 +8204,17 @@
|
|
|
8206
8204
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
8207
8205
|
content: none;
|
|
8208
8206
|
}
|
|
8207
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
8208
|
+
padding-top: 1px;
|
|
8209
|
+
padding-bottom: 1px;
|
|
8210
|
+
}
|
|
8211
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) .e-input-group {
|
|
8212
|
+
height: 34px;
|
|
8213
|
+
}
|
|
8214
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) .e-input-group .e-input {
|
|
8215
|
+
line-height: 26px;
|
|
8216
|
+
min-height: 26px;
|
|
8217
|
+
}
|
|
8209
8218
|
.e-treeview .e-icons .e-spinner-pane {
|
|
8210
8219
|
position: relative;
|
|
8211
8220
|
}
|
|
@@ -8220,7 +8229,6 @@
|
|
|
8220
8229
|
-ms-user-select: none;
|
|
8221
8230
|
-webkit-user-select: none;
|
|
8222
8231
|
user-select: none;
|
|
8223
|
-
border: 1px solid;
|
|
8224
8232
|
cursor: pointer;
|
|
8225
8233
|
margin: 0;
|
|
8226
8234
|
padding: 0 0 0 24px;
|
|
@@ -8237,7 +8245,7 @@
|
|
|
8237
8245
|
-webkit-box-sizing: border-box;
|
|
8238
8246
|
box-sizing: border-box;
|
|
8239
8247
|
cursor: pointer;
|
|
8240
|
-
height:
|
|
8248
|
+
height: 36px;
|
|
8241
8249
|
left: 0;
|
|
8242
8250
|
overflow: hidden;
|
|
8243
8251
|
position: absolute;
|
|
@@ -8257,7 +8265,7 @@
|
|
|
8257
8265
|
margin: 0 0 0 12px;
|
|
8258
8266
|
}
|
|
8259
8267
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
8260
|
-
padding:
|
|
8268
|
+
padding: 7px 10px;
|
|
8261
8269
|
}
|
|
8262
8270
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
8263
8271
|
bottom: -7px;
|
|
@@ -8271,10 +8279,10 @@
|
|
|
8271
8279
|
-webkit-box-sizing: border-box;
|
|
8272
8280
|
box-sizing: border-box;
|
|
8273
8281
|
display: inline-block;
|
|
8274
|
-
line-height:
|
|
8282
|
+
line-height: 22px;
|
|
8275
8283
|
margin: 0;
|
|
8276
|
-
min-height:
|
|
8277
|
-
padding:
|
|
8284
|
+
min-height: 22px;
|
|
8285
|
+
padding: 7px 5px;
|
|
8278
8286
|
text-decoration: none;
|
|
8279
8287
|
vertical-align: middle;
|
|
8280
8288
|
}
|
|
@@ -8285,7 +8293,7 @@
|
|
|
8285
8293
|
vertical-align: bottom;
|
|
8286
8294
|
}
|
|
8287
8295
|
.e-treeview .e-navigable-text {
|
|
8288
|
-
padding:
|
|
8296
|
+
padding: 7px 5px;
|
|
8289
8297
|
}
|
|
8290
8298
|
.e-treeview .e-list-icon,
|
|
8291
8299
|
.e-treeview .e-list-img {
|
|
@@ -8735,7 +8743,7 @@
|
|
|
8735
8743
|
}
|
|
8736
8744
|
.e-bigger .e-treeview .e-fullrow,
|
|
8737
8745
|
.e-treeview.e-bigger .e-fullrow {
|
|
8738
|
-
height:
|
|
8746
|
+
height: 48px;
|
|
8739
8747
|
}
|
|
8740
8748
|
.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-text,
|
|
8741
8749
|
.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper + .e-list-text {
|
|
@@ -8762,13 +8770,27 @@
|
|
|
8762
8770
|
}
|
|
8763
8771
|
.e-bigger .e-treeview .e-list-text,
|
|
8764
8772
|
.e-treeview.e-bigger .e-list-text {
|
|
8765
|
-
line-height:
|
|
8766
|
-
min-height:
|
|
8773
|
+
line-height: 24px;
|
|
8774
|
+
min-height: 24px;
|
|
8775
|
+
padding-top: 12px;
|
|
8776
|
+
padding-bottom: 12px;
|
|
8767
8777
|
}
|
|
8768
8778
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
8769
8779
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
8770
8780
|
height: 38px;
|
|
8771
8781
|
}
|
|
8782
|
+
.e-bigger .e-treeview .e-list-text .e-input-group .e-input,
|
|
8783
|
+
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
8784
|
+
line-height: 28px;
|
|
8785
|
+
min-height: 28px;
|
|
8786
|
+
padding-top: 9px;
|
|
8787
|
+
padding-bottom: 5px;
|
|
8788
|
+
}
|
|
8789
|
+
.e-bigger .e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group),
|
|
8790
|
+
.e-treeview.e-bigger .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
8791
|
+
padding-top: 3px;
|
|
8792
|
+
padding-bottom: 3px;
|
|
8793
|
+
}
|
|
8772
8794
|
.e-bigger .e-treeview .e-checkbox-wrapper,
|
|
8773
8795
|
.e-treeview.e-bigger .e-checkbox-wrapper {
|
|
8774
8796
|
margin: 0 0 0 10px;
|
|
@@ -6224,9 +6224,7 @@
|
|
|
6224
6224
|
list-style: none;
|
|
6225
6225
|
}
|
|
6226
6226
|
.e-treeview .e-list-item .e-ul {
|
|
6227
|
-
margin: 2px 0 -2px;
|
|
6228
6227
|
padding: 0 0 0 20px;
|
|
6229
|
-
margin: 0;
|
|
6230
6228
|
}
|
|
6231
6229
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
6232
6230
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -6263,7 +6261,6 @@
|
|
|
6263
6261
|
-ms-user-select: none;
|
|
6264
6262
|
-webkit-user-select: none;
|
|
6265
6263
|
user-select: none;
|
|
6266
|
-
border: 1px solid;
|
|
6267
6264
|
cursor: pointer;
|
|
6268
6265
|
margin: 0;
|
|
6269
6266
|
padding: 0 0 0 20px;
|
|
@@ -6330,6 +6327,8 @@
|
|
|
6330
6327
|
}
|
|
6331
6328
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6332
6329
|
height: 28px;
|
|
6330
|
+
padding-top: 6px;
|
|
6331
|
+
padding-bottom: 6px;
|
|
6333
6332
|
}
|
|
6334
6333
|
.e-treeview .e-navigable-text {
|
|
6335
6334
|
padding: 0;
|
|
@@ -7166,7 +7165,7 @@ ejs-sidebar {
|
|
|
7166
7165
|
.e-menu-container ul .e-menu-item .e-caret {
|
|
7167
7166
|
font-size: 14px;
|
|
7168
7167
|
height: auto;
|
|
7169
|
-
line-height:
|
|
7168
|
+
line-height: 32px;
|
|
7170
7169
|
position: absolute;
|
|
7171
7170
|
right: 8px;
|
|
7172
7171
|
top: 0;
|
|
@@ -7230,7 +7229,7 @@ ejs-sidebar {
|
|
|
7230
7229
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
7231
7230
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
7232
7231
|
font-size: 14px;
|
|
7233
|
-
line-height:
|
|
7232
|
+
line-height: 32px;
|
|
7234
7233
|
}
|
|
7235
7234
|
|
|
7236
7235
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|