@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
|
@@ -8135,9 +8135,7 @@
|
|
|
8135
8135
|
list-style: none;
|
|
8136
8136
|
}
|
|
8137
8137
|
.e-treeview .e-list-item .e-ul {
|
|
8138
|
-
margin: 2px 0 -2px;
|
|
8139
8138
|
padding: 0 0 0 20px;
|
|
8140
|
-
margin: 0;
|
|
8141
8139
|
}
|
|
8142
8140
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
8143
8141
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8174,7 +8172,6 @@
|
|
|
8174
8172
|
-ms-user-select: none;
|
|
8175
8173
|
-webkit-user-select: none;
|
|
8176
8174
|
user-select: none;
|
|
8177
|
-
border: 1px solid;
|
|
8178
8175
|
cursor: pointer;
|
|
8179
8176
|
margin: 0;
|
|
8180
8177
|
padding: 0 0 0 20px;
|
|
@@ -8241,6 +8238,8 @@
|
|
|
8241
8238
|
}
|
|
8242
8239
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8243
8240
|
height: 28px;
|
|
8241
|
+
padding-top: 6px;
|
|
8242
|
+
padding-bottom: 6px;
|
|
8244
8243
|
}
|
|
8245
8244
|
.e-treeview .e-navigable-text {
|
|
8246
8245
|
padding: 0;
|
|
@@ -8878,6 +8877,7 @@
|
|
|
8878
8877
|
.e-bigger .e-treeview .e-list-text,
|
|
8879
8878
|
.e-treeview.e-bigger .e-list-text {
|
|
8880
8879
|
font-size: 16px;
|
|
8880
|
+
padding: 12px;
|
|
8881
8881
|
}
|
|
8882
8882
|
.e-bigger .e-treeview .e-icon-collapsible::before,
|
|
8883
8883
|
.e-bigger .e-treeview .e-icon-expandable::before,
|
|
@@ -9294,7 +9294,7 @@ ejs-sidebar {
|
|
|
9294
9294
|
.e-menu-container ul .e-menu-item .e-caret {
|
|
9295
9295
|
font-size: 14px;
|
|
9296
9296
|
height: auto;
|
|
9297
|
-
line-height:
|
|
9297
|
+
line-height: 32px;
|
|
9298
9298
|
position: absolute;
|
|
9299
9299
|
right: 8px;
|
|
9300
9300
|
top: 0;
|
|
@@ -9358,7 +9358,7 @@ ejs-sidebar {
|
|
|
9358
9358
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
9359
9359
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
9360
9360
|
font-size: 14px;
|
|
9361
|
-
line-height:
|
|
9361
|
+
line-height: 32px;
|
|
9362
9362
|
}
|
|
9363
9363
|
|
|
9364
9364
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
|
@@ -6226,9 +6226,7 @@
|
|
|
6226
6226
|
list-style: none;
|
|
6227
6227
|
}
|
|
6228
6228
|
.e-treeview .e-list-item .e-ul {
|
|
6229
|
-
margin: 2px 0 -2px;
|
|
6230
6229
|
padding: 0 0 0 20px;
|
|
6231
|
-
margin: 0;
|
|
6232
6230
|
}
|
|
6233
6231
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
6234
6232
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -6265,7 +6263,6 @@
|
|
|
6265
6263
|
-ms-user-select: none;
|
|
6266
6264
|
-webkit-user-select: none;
|
|
6267
6265
|
user-select: none;
|
|
6268
|
-
border: 1px solid;
|
|
6269
6266
|
cursor: pointer;
|
|
6270
6267
|
margin: 0;
|
|
6271
6268
|
padding: 0 0 0 20px;
|
|
@@ -6332,6 +6329,8 @@
|
|
|
6332
6329
|
}
|
|
6333
6330
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6334
6331
|
height: 28px;
|
|
6332
|
+
padding-top: 6px;
|
|
6333
|
+
padding-bottom: 6px;
|
|
6335
6334
|
}
|
|
6336
6335
|
.e-treeview .e-navigable-text {
|
|
6337
6336
|
padding: 0;
|
|
@@ -7168,7 +7167,7 @@ ejs-sidebar {
|
|
|
7168
7167
|
.e-menu-container ul .e-menu-item .e-caret {
|
|
7169
7168
|
font-size: 14px;
|
|
7170
7169
|
height: auto;
|
|
7171
|
-
line-height:
|
|
7170
|
+
line-height: 32px;
|
|
7172
7171
|
position: absolute;
|
|
7173
7172
|
right: 8px;
|
|
7174
7173
|
top: 0;
|
|
@@ -7232,7 +7231,7 @@ ejs-sidebar {
|
|
|
7232
7231
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
7233
7232
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
7234
7233
|
font-size: 14px;
|
|
7235
|
-
line-height:
|
|
7234
|
+
line-height: 32px;
|
|
7236
7235
|
}
|
|
7237
7236
|
|
|
7238
7237
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
package/styles/material3.css
CHANGED
|
@@ -8137,9 +8137,7 @@
|
|
|
8137
8137
|
list-style: none;
|
|
8138
8138
|
}
|
|
8139
8139
|
.e-treeview .e-list-item .e-ul {
|
|
8140
|
-
margin: 2px 0 -2px;
|
|
8141
8140
|
padding: 0 0 0 20px;
|
|
8142
|
-
margin: 0;
|
|
8143
8141
|
}
|
|
8144
8142
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
8145
8143
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8176,7 +8174,6 @@
|
|
|
8176
8174
|
-ms-user-select: none;
|
|
8177
8175
|
-webkit-user-select: none;
|
|
8178
8176
|
user-select: none;
|
|
8179
|
-
border: 1px solid;
|
|
8180
8177
|
cursor: pointer;
|
|
8181
8178
|
margin: 0;
|
|
8182
8179
|
padding: 0 0 0 20px;
|
|
@@ -8243,6 +8240,8 @@
|
|
|
8243
8240
|
}
|
|
8244
8241
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8245
8242
|
height: 28px;
|
|
8243
|
+
padding-top: 6px;
|
|
8244
|
+
padding-bottom: 6px;
|
|
8246
8245
|
}
|
|
8247
8246
|
.e-treeview .e-navigable-text {
|
|
8248
8247
|
padding: 0;
|
|
@@ -8880,6 +8879,7 @@
|
|
|
8880
8879
|
.e-bigger .e-treeview .e-list-text,
|
|
8881
8880
|
.e-treeview.e-bigger .e-list-text {
|
|
8882
8881
|
font-size: 16px;
|
|
8882
|
+
padding: 12px;
|
|
8883
8883
|
}
|
|
8884
8884
|
.e-bigger .e-treeview .e-icon-collapsible::before,
|
|
8885
8885
|
.e-bigger .e-treeview .e-icon-expandable::before,
|
|
@@ -9296,7 +9296,7 @@ ejs-sidebar {
|
|
|
9296
9296
|
.e-menu-container ul .e-menu-item .e-caret {
|
|
9297
9297
|
font-size: 14px;
|
|
9298
9298
|
height: auto;
|
|
9299
|
-
line-height:
|
|
9299
|
+
line-height: 32px;
|
|
9300
9300
|
position: absolute;
|
|
9301
9301
|
right: 8px;
|
|
9302
9302
|
top: 0;
|
|
@@ -9360,7 +9360,7 @@ ejs-sidebar {
|
|
|
9360
9360
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
9361
9361
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
9362
9362
|
font-size: 14px;
|
|
9363
|
-
line-height:
|
|
9363
|
+
line-height: 32px;
|
|
9364
9364
|
}
|
|
9365
9365
|
|
|
9366
9366
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
|
@@ -41,7 +41,7 @@ $menu-bigger-hscroll-nav-size: 40px !default;
|
|
|
41
41
|
$menu-bigger-vscroll-nav-size: 32px !default;
|
|
42
42
|
$menu-bigger-scroll-nav-icon-size: 18px !default;
|
|
43
43
|
$menu-header-icon-padding: 0 16px !default;
|
|
44
|
-
$menu-icon-li-height:
|
|
44
|
+
$menu-icon-li-height: 32px !default;
|
|
45
45
|
$menu-li-bgcolor: rgba($content-text-color, .08) !default;
|
|
46
46
|
$menu-li-border-color: rgba($flyout-border) !default;
|
|
47
47
|
$menu-li-selection-bgcolor: rgba($primary, .08) !default;
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
.e-menu-container ul .e-menu-item .e-caret {
|
|
210
210
|
font-size: 14px;
|
|
211
211
|
height: auto;
|
|
212
|
-
line-height:
|
|
212
|
+
line-height: 32px;
|
|
213
213
|
position: absolute;
|
|
214
214
|
right: 8px;
|
|
215
215
|
top: 0;
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
274
274
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
275
275
|
font-size: 14px;
|
|
276
|
-
line-height:
|
|
276
|
+
line-height: 32px;
|
|
277
277
|
}
|
|
278
278
|
|
|
279
279
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
.e-menu-container ul .e-menu-item .e-caret {
|
|
212
212
|
font-size: 14px;
|
|
213
213
|
height: auto;
|
|
214
|
-
line-height:
|
|
214
|
+
line-height: 32px;
|
|
215
215
|
position: absolute;
|
|
216
216
|
right: 8px;
|
|
217
217
|
top: 0;
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
276
276
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
277
277
|
font-size: 14px;
|
|
278
|
-
line-height:
|
|
278
|
+
line-height: 32px;
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
|
@@ -6251,9 +6251,7 @@
|
|
|
6251
6251
|
list-style: none;
|
|
6252
6252
|
}
|
|
6253
6253
|
.e-treeview .e-list-item .e-ul {
|
|
6254
|
-
margin: 2px 0 -2px;
|
|
6255
6254
|
padding: 0 0 0 20px;
|
|
6256
|
-
margin: 2px 0 0;
|
|
6257
6255
|
}
|
|
6258
6256
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
6259
6257
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -6293,7 +6291,6 @@
|
|
|
6293
6291
|
-ms-user-select: none;
|
|
6294
6292
|
-webkit-user-select: none;
|
|
6295
6293
|
user-select: none;
|
|
6296
|
-
border: 1px solid;
|
|
6297
6294
|
cursor: pointer;
|
|
6298
6295
|
margin: 0;
|
|
6299
6296
|
padding: 0 0 0 20px;
|
|
@@ -6353,12 +6350,15 @@
|
|
|
6353
6350
|
}
|
|
6354
6351
|
.e-treeview .e-list-text .e-input-group {
|
|
6355
6352
|
height: 30px;
|
|
6356
|
-
margin-
|
|
6353
|
+
margin-top: 4px;
|
|
6354
|
+
margin-bottom: 4px;
|
|
6357
6355
|
min-width: 150px;
|
|
6358
6356
|
vertical-align: bottom;
|
|
6359
6357
|
}
|
|
6360
6358
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6361
6359
|
height: 28px;
|
|
6360
|
+
padding-top: 6px;
|
|
6361
|
+
padding-bottom: 6px;
|
|
6362
6362
|
}
|
|
6363
6363
|
.e-treeview .e-navigable-text {
|
|
6364
6364
|
padding: 0 8px;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -8188,9 +8188,7 @@
|
|
|
8188
8188
|
list-style: none;
|
|
8189
8189
|
}
|
|
8190
8190
|
.e-treeview .e-list-item .e-ul {
|
|
8191
|
-
margin: 2px 0 -2px;
|
|
8192
8191
|
padding: 0 0 0 20px;
|
|
8193
|
-
margin: 2px 0 0;
|
|
8194
8192
|
}
|
|
8195
8193
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
8196
8194
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8230,7 +8228,6 @@
|
|
|
8230
8228
|
-ms-user-select: none;
|
|
8231
8229
|
-webkit-user-select: none;
|
|
8232
8230
|
user-select: none;
|
|
8233
|
-
border: 1px solid;
|
|
8234
8231
|
cursor: pointer;
|
|
8235
8232
|
margin: 0;
|
|
8236
8233
|
padding: 0 0 0 20px;
|
|
@@ -8290,12 +8287,15 @@
|
|
|
8290
8287
|
}
|
|
8291
8288
|
.e-treeview .e-list-text .e-input-group {
|
|
8292
8289
|
height: 30px;
|
|
8293
|
-
margin-
|
|
8290
|
+
margin-top: 4px;
|
|
8291
|
+
margin-bottom: 4px;
|
|
8294
8292
|
min-width: 150px;
|
|
8295
8293
|
vertical-align: bottom;
|
|
8296
8294
|
}
|
|
8297
8295
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8298
8296
|
height: 28px;
|
|
8297
|
+
padding-top: 6px;
|
|
8298
|
+
padding-bottom: 6px;
|
|
8299
8299
|
}
|
|
8300
8300
|
.e-treeview .e-navigable-text {
|
|
8301
8301
|
padding: 0 8px;
|
package/styles/tailwind-lite.css
CHANGED
|
@@ -6251,9 +6251,7 @@
|
|
|
6251
6251
|
list-style: none;
|
|
6252
6252
|
}
|
|
6253
6253
|
.e-treeview .e-list-item .e-ul {
|
|
6254
|
-
margin: 2px 0 -2px;
|
|
6255
6254
|
padding: 0 0 0 20px;
|
|
6256
|
-
margin: 2px 0 0;
|
|
6257
6255
|
}
|
|
6258
6256
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
6259
6257
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -6293,7 +6291,6 @@
|
|
|
6293
6291
|
-ms-user-select: none;
|
|
6294
6292
|
-webkit-user-select: none;
|
|
6295
6293
|
user-select: none;
|
|
6296
|
-
border: 1px solid;
|
|
6297
6294
|
cursor: pointer;
|
|
6298
6295
|
margin: 0;
|
|
6299
6296
|
padding: 0 0 0 20px;
|
|
@@ -6353,12 +6350,15 @@
|
|
|
6353
6350
|
}
|
|
6354
6351
|
.e-treeview .e-list-text .e-input-group {
|
|
6355
6352
|
height: 30px;
|
|
6356
|
-
margin-
|
|
6353
|
+
margin-top: 4px;
|
|
6354
|
+
margin-bottom: 4px;
|
|
6357
6355
|
min-width: 150px;
|
|
6358
6356
|
vertical-align: bottom;
|
|
6359
6357
|
}
|
|
6360
6358
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6361
6359
|
height: 28px;
|
|
6360
|
+
padding-top: 6px;
|
|
6361
|
+
padding-bottom: 6px;
|
|
6362
6362
|
}
|
|
6363
6363
|
.e-treeview .e-navigable-text {
|
|
6364
6364
|
padding: 0 8px;
|
package/styles/tailwind.css
CHANGED
|
@@ -8188,9 +8188,7 @@
|
|
|
8188
8188
|
list-style: none;
|
|
8189
8189
|
}
|
|
8190
8190
|
.e-treeview .e-list-item .e-ul {
|
|
8191
|
-
margin: 2px 0 -2px;
|
|
8192
8191
|
padding: 0 0 0 20px;
|
|
8193
|
-
margin: 2px 0 0;
|
|
8194
8192
|
}
|
|
8195
8193
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
8196
8194
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8230,7 +8228,6 @@
|
|
|
8230
8228
|
-ms-user-select: none;
|
|
8231
8229
|
-webkit-user-select: none;
|
|
8232
8230
|
user-select: none;
|
|
8233
|
-
border: 1px solid;
|
|
8234
8231
|
cursor: pointer;
|
|
8235
8232
|
margin: 0;
|
|
8236
8233
|
padding: 0 0 0 20px;
|
|
@@ -8290,12 +8287,15 @@
|
|
|
8290
8287
|
}
|
|
8291
8288
|
.e-treeview .e-list-text .e-input-group {
|
|
8292
8289
|
height: 30px;
|
|
8293
|
-
margin-
|
|
8290
|
+
margin-top: 4px;
|
|
8291
|
+
margin-bottom: 4px;
|
|
8294
8292
|
min-width: 150px;
|
|
8295
8293
|
vertical-align: bottom;
|
|
8296
8294
|
}
|
|
8297
8295
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8298
8296
|
height: 28px;
|
|
8297
|
+
padding-top: 6px;
|
|
8298
|
+
padding-bottom: 6px;
|
|
8299
8299
|
}
|
|
8300
8300
|
.e-treeview .e-navigable-text {
|
|
8301
8301
|
padding: 0 8px;
|
|
@@ -6246,9 +6246,7 @@
|
|
|
6246
6246
|
list-style: none;
|
|
6247
6247
|
}
|
|
6248
6248
|
.e-treeview .e-list-item .e-ul {
|
|
6249
|
-
margin: 2px 0 -2px;
|
|
6250
6249
|
padding: 0 0 0 20px;
|
|
6251
|
-
margin: 0;
|
|
6252
6250
|
}
|
|
6253
6251
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
6254
6252
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -6271,6 +6269,10 @@
|
|
|
6271
6269
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
6272
6270
|
content: none;
|
|
6273
6271
|
}
|
|
6272
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
6273
|
+
padding-top: 4px;
|
|
6274
|
+
padding-bottom: 4px;
|
|
6275
|
+
}
|
|
6274
6276
|
.e-treeview .e-icons .e-spinner-pane {
|
|
6275
6277
|
position: relative;
|
|
6276
6278
|
}
|
|
@@ -6285,7 +6287,6 @@
|
|
|
6285
6287
|
-ms-user-select: none;
|
|
6286
6288
|
-webkit-user-select: none;
|
|
6287
6289
|
user-select: none;
|
|
6288
|
-
border: 1px solid;
|
|
6289
6290
|
cursor: pointer;
|
|
6290
6291
|
margin: 0;
|
|
6291
6292
|
padding: 0 0 0 20px;
|
|
@@ -6346,13 +6347,17 @@
|
|
|
6346
6347
|
vertical-align: middle;
|
|
6347
6348
|
}
|
|
6348
6349
|
.e-treeview .e-list-text .e-input-group {
|
|
6349
|
-
height:
|
|
6350
|
+
height: 32px;
|
|
6350
6351
|
margin-bottom: 0;
|
|
6351
6352
|
min-width: 150px;
|
|
6352
6353
|
vertical-align: bottom;
|
|
6353
6354
|
}
|
|
6354
6355
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6355
6356
|
height: 28px;
|
|
6357
|
+
padding-top: 6px;
|
|
6358
|
+
padding-bottom: 6px;
|
|
6359
|
+
line-height: 20px;
|
|
6360
|
+
height: 32px;
|
|
6356
6361
|
}
|
|
6357
6362
|
.e-treeview .e-navigable-text {
|
|
6358
6363
|
padding: 10px 8px;
|
package/styles/tailwind3.css
CHANGED
|
@@ -8215,9 +8215,7 @@
|
|
|
8215
8215
|
list-style: none;
|
|
8216
8216
|
}
|
|
8217
8217
|
.e-treeview .e-list-item .e-ul {
|
|
8218
|
-
margin: 2px 0 -2px;
|
|
8219
8218
|
padding: 0 0 0 20px;
|
|
8220
|
-
margin: 0;
|
|
8221
8219
|
}
|
|
8222
8220
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
8223
8221
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8240,6 +8238,10 @@
|
|
|
8240
8238
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
8241
8239
|
content: none;
|
|
8242
8240
|
}
|
|
8241
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
8242
|
+
padding-top: 4px;
|
|
8243
|
+
padding-bottom: 4px;
|
|
8244
|
+
}
|
|
8243
8245
|
.e-treeview .e-icons .e-spinner-pane {
|
|
8244
8246
|
position: relative;
|
|
8245
8247
|
}
|
|
@@ -8254,7 +8256,6 @@
|
|
|
8254
8256
|
-ms-user-select: none;
|
|
8255
8257
|
-webkit-user-select: none;
|
|
8256
8258
|
user-select: none;
|
|
8257
|
-
border: 1px solid;
|
|
8258
8259
|
cursor: pointer;
|
|
8259
8260
|
margin: 0;
|
|
8260
8261
|
padding: 0 0 0 20px;
|
|
@@ -8315,13 +8316,17 @@
|
|
|
8315
8316
|
vertical-align: middle;
|
|
8316
8317
|
}
|
|
8317
8318
|
.e-treeview .e-list-text .e-input-group {
|
|
8318
|
-
height:
|
|
8319
|
+
height: 32px;
|
|
8319
8320
|
margin-bottom: 0;
|
|
8320
8321
|
min-width: 150px;
|
|
8321
8322
|
vertical-align: bottom;
|
|
8322
8323
|
}
|
|
8323
8324
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8324
8325
|
height: 28px;
|
|
8326
|
+
padding-top: 6px;
|
|
8327
|
+
padding-bottom: 6px;
|
|
8328
|
+
line-height: 20px;
|
|
8329
|
+
height: 32px;
|
|
8325
8330
|
}
|
|
8326
8331
|
.e-treeview .e-navigable-text {
|
|
8327
8332
|
padding: 10px 8px;
|
|
@@ -8816,6 +8821,13 @@
|
|
|
8816
8821
|
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
8817
8822
|
height: 36px;
|
|
8818
8823
|
}
|
|
8824
|
+
.e-bigger .e-treeview .e-list-text .e-input-group .e-input,
|
|
8825
|
+
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
8826
|
+
height: 40px;
|
|
8827
|
+
line-height: 24px;
|
|
8828
|
+
padding-top: 8px;
|
|
8829
|
+
padding-bottom: 8px;
|
|
8830
|
+
}
|
|
8819
8831
|
.e-bigger .e-treeview .e-checkbox-wrapper,
|
|
8820
8832
|
.e-treeview.e-bigger .e-checkbox-wrapper {
|
|
8821
8833
|
margin: 0 0 0 12px;
|
|
@@ -5,7 +5,7 @@ $treeview-icon-font-size: $text-xl !default;
|
|
|
5
5
|
$treeview-image-font-size: $text-xl !default;
|
|
6
6
|
$treeview-big-font-size: $text-base !default;
|
|
7
7
|
$treeview-big-icon-font-size: $text-2xl !default;
|
|
8
|
-
$treeview-item-height:
|
|
8
|
+
$treeview-item-height: 38px !default;
|
|
9
9
|
$treeview-text-height: 38px !default;
|
|
10
10
|
$treeview-input-height: 30px !default;
|
|
11
11
|
$treeview-root-ul-padding: 0 0 0 12px !default;
|
|
@@ -185,6 +185,30 @@
|
|
|
185
185
|
min-height: $treeview-big-item-height;
|
|
186
186
|
}
|
|
187
187
|
|
|
188
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
189
|
+
padding: $treeview-big-text-padding;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
@if $skin-name == 'highcontrast' {
|
|
193
|
+
padding-top: 11px;
|
|
194
|
+
padding-bottom: 11px;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
@if $skin-name == 'material' or $skin-name == 'material-dark' {
|
|
198
|
+
padding-top: 12px;
|
|
199
|
+
padding-bottom: 12px;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
@if $skin-name == 'FluentUI' {
|
|
203
|
+
padding-top: 10px;
|
|
204
|
+
padding-bottom: 10px;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
@if $skin-name == 'bootstrap4' {
|
|
208
|
+
padding-top: 13px;
|
|
209
|
+
padding-bottom: 13px;
|
|
210
|
+
}
|
|
211
|
+
|
|
188
212
|
.e-input-group {
|
|
189
213
|
height: $treeview-big-input-height;
|
|
190
214
|
|
|
@@ -193,6 +217,69 @@
|
|
|
193
217
|
height: 36px;
|
|
194
218
|
}
|
|
195
219
|
}
|
|
220
|
+
|
|
221
|
+
@if $skin-name =='bootstrap5' {
|
|
222
|
+
padding-top: 6px;
|
|
223
|
+
padding-bottom: 6px;
|
|
224
|
+
margin-top: 2px;
|
|
225
|
+
margin-bottom: 2px;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
@if $skin-name == 'highcontrast' or $skin-name == 'material-dark' {
|
|
229
|
+
line-height: 42px;
|
|
230
|
+
min-height: 42px;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.e-input {
|
|
234
|
+
@if $skin-name =='tailwind3' {
|
|
235
|
+
height: 40px;
|
|
236
|
+
line-height: 24px;
|
|
237
|
+
padding-top: 8px;
|
|
238
|
+
padding-bottom: 8px;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
@if $skin-name =='bootstrap5' {
|
|
242
|
+
height: 24px;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
@if $skin-name =='material' or $skin-name == 'material-dark' {
|
|
246
|
+
line-height: 28px;
|
|
247
|
+
min-height: 28px;
|
|
248
|
+
padding-top: 9px;
|
|
249
|
+
padding-bottom: 5px;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
253
|
+
line-height: 24px;
|
|
254
|
+
min-height: 24px;
|
|
255
|
+
padding-top: 7px;
|
|
256
|
+
padding-bottom: 7px;
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.e-list-item .e-text-content .e-list-text {
|
|
263
|
+
&:has(> .e-input-group) {
|
|
264
|
+
@if $skin-name =='highcontrast' {
|
|
265
|
+
padding-top: 4px;
|
|
266
|
+
padding-bottom: 4px;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
@if $skin-name =='FluentUI' {
|
|
270
|
+
padding-top: 2px;
|
|
271
|
+
padding-bottom: 2px;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
@if $skin-name =='material' or $skin-name == 'material-dark' {
|
|
275
|
+
padding-top: 3px;
|
|
276
|
+
padding-bottom: 3px;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
@if $skin-name == 'bootstrap4' {
|
|
280
|
+
padding-top: 6px;
|
|
281
|
+
padding-bottom: 6px;
|
|
282
|
+
}
|
|
196
283
|
}
|
|
197
284
|
}
|
|
198
285
|
|
|
@@ -377,6 +464,10 @@
|
|
|
377
464
|
.e-treeview.e-bigger {
|
|
378
465
|
.e-list-text {
|
|
379
466
|
font-size: $treeview-big-font-size;
|
|
467
|
+
@if $skin-name == 'Material3' {
|
|
468
|
+
padding: 12px;
|
|
469
|
+
}
|
|
470
|
+
|
|
380
471
|
@if $skin-name == 'bootstrap4' {
|
|
381
472
|
color: $treeview-big-text-color;
|
|
382
473
|
}
|
|
@@ -44,8 +44,8 @@ $treeview-item-active-check-color: $primary !default;
|
|
|
44
44
|
//enddefault
|
|
45
45
|
//dimensions
|
|
46
46
|
$treeview-skin-name: 'bootstrap4';
|
|
47
|
-
$treeview-item-height:
|
|
48
|
-
$treeview-text-height:
|
|
47
|
+
$treeview-item-height: 40px !default;
|
|
48
|
+
$treeview-text-height: 22px !default;
|
|
49
49
|
$treeview-input-height: 30px !default;
|
|
50
50
|
$treeview-root-ul-padding: 0 0 0 14px !default;
|
|
51
51
|
$treeview-rtl-root-ul-padding: 0 14px 0 0 !default;
|
|
@@ -61,7 +61,7 @@ $treeview-big-icon-margin: 0 0 0 -24px !default;
|
|
|
61
61
|
$treeview-rtl-icon-margin: -0.5px -20px 0 0 !default;
|
|
62
62
|
$treeview-rtl-drag-margin: 10px -13px -1px 0;
|
|
63
63
|
$treeview-icon-padding: 6px !default;
|
|
64
|
-
$treeview-text-padding:
|
|
64
|
+
$treeview-text-padding: 9px 8px 9px 6px !default;
|
|
65
65
|
$treeview-text-margin: 0 !default;
|
|
66
66
|
$treeview-image-size: 18px !default;
|
|
67
67
|
$treeview-icon-size: 16px !default;
|
|
@@ -86,7 +86,7 @@ $treeview-icon-image-margin: 0 0 0 10px !default;
|
|
|
86
86
|
$treeview-rtl-icon-image-margin: 0 10px 0 0 !default;
|
|
87
87
|
$treeview-check-margin: 0 0 0 5px !default;
|
|
88
88
|
$treeview-rtl-check-margin: 0 5px 0 0 !default;
|
|
89
|
-
$treeview-check-text-padding:
|
|
89
|
+
$treeview-check-text-padding: 9px 8px !default;
|
|
90
90
|
$treeview-check-image-margin: 0 0 0 12px !default;
|
|
91
91
|
$treeview-rtl-check-image-margin: 5px 12px 0 0 !default;
|
|
92
92
|
$treeview-drop-count-border-size: 0px !default;
|
|
@@ -100,8 +100,8 @@ $treeview-check-icon-img-wrap-width: calc(100% - 83px) !default;
|
|
|
100
100
|
$treeview-icon-wrap-width: calc(100% - 29px) !default;
|
|
101
101
|
$treeview-icon-img-wrap-width: calc(100% - 57px) !default;
|
|
102
102
|
|
|
103
|
-
$treeview-big-item-height:
|
|
104
|
-
$treeview-big-text-height:
|
|
103
|
+
$treeview-big-item-height: 50px !default;
|
|
104
|
+
$treeview-big-text-height: 24px !default;
|
|
105
105
|
$treeview-big-input-height: 38px !default;
|
|
106
106
|
$treeview-big-text-padding: 0 12px 0 8px !default;
|
|
107
107
|
$treeview-big-drag-text-padding: 2px 12px 0 4px !default;
|
|
@@ -119,7 +119,7 @@ $treeview-big-rtl-image-margin: 2px 10px 0 0 !default;
|
|
|
119
119
|
$treeview-big-icon-image-margin: 0 0 0 10px !default;
|
|
120
120
|
$treeview-big-rtl-icon-image-margin: 0 10px 0 0 !default;
|
|
121
121
|
$treeview-big-check-margin: 0 0 0 10px !default;
|
|
122
|
-
$treeview-big-check-text-padding:
|
|
122
|
+
$treeview-big-check-text-padding: 13px 12px !default;
|
|
123
123
|
$treeview-big-rtl-check-margin: 0 10px 0 0 !default;
|
|
124
124
|
$treeview-big-check-image-margin: 0 0 0 16px !default;
|
|
125
125
|
$treeview-big-rtl-check-image-margin: 4px 16px 2px 0 !default;
|
|
@@ -47,9 +47,9 @@ $treeview-icon-img-wrap-width: calc(100% - 60px) !default;
|
|
|
47
47
|
|
|
48
48
|
$treeview-big-font-size: $text-base !default;
|
|
49
49
|
$treeview-big-icon-font-size: $text-2xl !default;
|
|
50
|
-
$treeview-big-item-height:
|
|
50
|
+
$treeview-big-item-height: 40px !default;
|
|
51
51
|
$treeview-big-text-height: 40px !default;
|
|
52
|
-
$treeview-big-input-height:
|
|
52
|
+
$treeview-big-input-height: 36px !default;
|
|
53
53
|
$treeview-big-text-padding: 0 12px !default;
|
|
54
54
|
$treeview-big-input-padding: 0 9px !default;
|
|
55
55
|
$treeview-big-icon-padding: 0px !default;
|
|
@@ -4,8 +4,8 @@ $treeview-font-size: $text-sm !default;
|
|
|
4
4
|
$treeview-icon-font-size: $text-xl !default;
|
|
5
5
|
$treeview-image-font-size: $text-xl !default;
|
|
6
6
|
$treeview-item-height: 36px !default;
|
|
7
|
-
$treeview-text-height:
|
|
8
|
-
$treeview-input-height:
|
|
7
|
+
$treeview-text-height: 22px !default;
|
|
8
|
+
$treeview-input-height: 32px !default;
|
|
9
9
|
$treeview-root-ul-padding: 0 0 0 12px !default;
|
|
10
10
|
$treeview-rtl-root-ul-padding: 0 12px 0 0 !default;
|
|
11
11
|
$treeview-child-ul-padding: 0 0 0 20px !default;
|
|
@@ -17,7 +17,7 @@ $treeview-big-icon-size: 24px !default;
|
|
|
17
17
|
$treeview-icon-margin: 0 4px 0 -24px !default;
|
|
18
18
|
$treeview-rtl-icon-margin: 0 -20px 0 0 !default;
|
|
19
19
|
$treeview-icon-padding: 0px !default;
|
|
20
|
-
$treeview-text-padding:
|
|
20
|
+
$treeview-text-padding: 7px 8px !default;
|
|
21
21
|
$treeview-text-margin: 0 !default;
|
|
22
22
|
$treeview-image-size: 18px !default;
|
|
23
23
|
$treeview-image-margin: 0 0 0 8px !default;
|
|
@@ -32,7 +32,7 @@ $treeview-icon-image-margin: 0 0 0 8px !default;
|
|
|
32
32
|
$treeview-rtl-icon-image-margin: 0 8px 0 0 !default;
|
|
33
33
|
$treeview-check-margin: 0 0 0 8px !default;
|
|
34
34
|
$treeview-rtl-check-margin: 0 12px 0 0 !default;
|
|
35
|
-
$treeview-check-text-padding:
|
|
35
|
+
$treeview-check-text-padding: 7px 8px !default;
|
|
36
36
|
$treeview-check-image-margin: 0 0 0 8px !default;
|
|
37
37
|
$treeview-rtl-check-image-margin: 0 8px 0 0 !default;
|
|
38
38
|
$treeview-drop-count-border-size: 1px !default;
|
|
@@ -47,9 +47,9 @@ $treeview-icon-img-wrap-width: calc(100% - 60px) !default;
|
|
|
47
47
|
$treeview-big-font-size: $text-base !default;
|
|
48
48
|
$treeview-big-icon-font-size: $text-2xl !default;
|
|
49
49
|
$treeview-big-item-height: 42px !default;
|
|
50
|
-
$treeview-big-text-height:
|
|
51
|
-
$treeview-big-input-height:
|
|
52
|
-
$treeview-big-text-padding:
|
|
50
|
+
$treeview-big-text-height: 24px !default;
|
|
51
|
+
$treeview-big-input-height: 38px !default;
|
|
52
|
+
$treeview-big-text-padding: 9px 12px !default;
|
|
53
53
|
$treeview-big-input-padding: 0 9px !default;
|
|
54
54
|
$treeview-big-icon-padding: 0px !default;
|
|
55
55
|
$treeview-big-image-margin: 0 0 0 12px !default;
|
|
@@ -72,7 +72,7 @@ $treeview-big-rtl-text-wrap-padding: 0 24px 0 0 !default;
|
|
|
72
72
|
$treeview-big-drag-icon-font-size: $text-2xl !default;
|
|
73
73
|
$treeview-big-drag-item-text-padding-left: 24px !default;
|
|
74
74
|
$treeview-big-drag-before-icon-padding: 6px !default;
|
|
75
|
-
$treeview-big-check-text-padding:
|
|
75
|
+
$treeview-big-check-text-padding: 9px 12px !default;
|
|
76
76
|
$treeview-big-check-wrap-width: calc(100% - 29px) !default;
|
|
77
77
|
$treeview-big-check-icon-wrap-width: calc(100% - 65px) !default;
|
|
78
78
|
$treeview-big-check-icon-img-wrap-width: calc(100% - 101px) !default;
|