@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
|
@@ -6,8 +6,8 @@ $treeview-font-size: $text-sm !default;
|
|
|
6
6
|
$treeview-icon-font-size: $text-xl !default;
|
|
7
7
|
$treeview-image-font-size: $text-xl !default;
|
|
8
8
|
$treeview-item-height: 38px !default;
|
|
9
|
-
$treeview-text-height:
|
|
10
|
-
$treeview-input-height:
|
|
9
|
+
$treeview-text-height: 22px !default;
|
|
10
|
+
$treeview-input-height: 32px !default;
|
|
11
11
|
$treeview-root-ul-padding: 0 0 0 12px !default;
|
|
12
12
|
$treeview-rtl-root-ul-padding: 0 12px 0 0 !default;
|
|
13
13
|
$treeview-child-ul-padding: 0 0 0 20px !default;
|
|
@@ -18,7 +18,7 @@ $treeview-icon-size: 20px !default;
|
|
|
18
18
|
$treeview-icon-margin: 0 0 0 -20px !default;
|
|
19
19
|
$treeview-rtl-icon-margin: 0 -20px 0 0 !default;
|
|
20
20
|
$treeview-icon-padding: 0px !default;
|
|
21
|
-
$treeview-text-padding:
|
|
21
|
+
$treeview-text-padding: 8px 12px !default;
|
|
22
22
|
$treeview-text-margin: 0 !default;
|
|
23
23
|
$treeview-image-size: 20px !default;
|
|
24
24
|
$treeview-image-margin: 0 0 0 12px !default;
|
|
@@ -33,7 +33,7 @@ $treeview-icon-image-margin: 0 0 0 12px !default;
|
|
|
33
33
|
$treeview-rtl-icon-image-margin: 0 12px 0 0 !default;
|
|
34
34
|
$treeview-check-margin: 0 0 0 12px !default;
|
|
35
35
|
$treeview-rtl-check-margin: 0 12px 0 0 !default;
|
|
36
|
-
$treeview-check-text-padding:
|
|
36
|
+
$treeview-check-text-padding: 8px 12px !default;
|
|
37
37
|
$treeview-check-image-margin: 0 0 0 12px !default;
|
|
38
38
|
$treeview-rtl-check-image-margin: 0 12px 0 0 !default;
|
|
39
39
|
$treeview-drop-count-border-size: 1px !default;
|
|
@@ -48,7 +48,7 @@ $treeview-icon-img-wrap-width: calc(100% - 60px) !default;
|
|
|
48
48
|
$treeview-big-font-size: $text-base !default;
|
|
49
49
|
$treeview-big-icon-font-size: $text-2xl !default;
|
|
50
50
|
$treeview-big-item-height: 44px !default;
|
|
51
|
-
$treeview-big-text-height:
|
|
51
|
+
$treeview-big-text-height: 24px !default;
|
|
52
52
|
$treeview-big-input-height: 40px !default;
|
|
53
53
|
$treeview-big-text-padding: 0 16px !default;
|
|
54
54
|
$treeview-big-input-padding: 0 9px !default;
|
|
@@ -73,7 +73,7 @@ $treeview-big-rtl-text-wrap-padding: 0 24px 0 0 !default;
|
|
|
73
73
|
$treeview-big-drag-icon-font-size: $text-sm !default;
|
|
74
74
|
$treeview-big-drag-item-text-padding-left: 16px !default;
|
|
75
75
|
$treeview-big-drag-before-icon-padding: 14px !default;
|
|
76
|
-
$treeview-big-check-text-padding:
|
|
76
|
+
$treeview-big-check-text-padding: 10px 16px !default;
|
|
77
77
|
$treeview-big-check-wrap-width: calc(100% - 33px) !default;
|
|
78
78
|
$treeview-big-check-icon-wrap-width: calc(100% - 70px) !default;
|
|
79
79
|
$treeview-big-check-icon-img-wrap-width: calc(100% - 102px) !default;
|
|
@@ -39,8 +39,8 @@ $treeview-checkmark-bgcolor: $selection-font !default;
|
|
|
39
39
|
$treeview-checkmark-border-color: $selection-font !default;
|
|
40
40
|
$treeview-checkmark-color: $selection-bg !default;
|
|
41
41
|
|
|
42
|
-
$treeview-item-height:
|
|
43
|
-
$treeview-text-height:
|
|
42
|
+
$treeview-item-height: 36px !default;
|
|
43
|
+
$treeview-text-height: 22px !default;
|
|
44
44
|
$treeview-input-height: 30px !default;
|
|
45
45
|
$treeview-root-ul-padding: 0 0 0 24px !default;
|
|
46
46
|
$treeview-rtl-root-ul-padding: 0 24px 0 0 !default;
|
|
@@ -52,7 +52,7 @@ $treeview-icon-size: 24px !default;
|
|
|
52
52
|
$treeview-icon-margin: 0 0 0 -24px !default;
|
|
53
53
|
$treeview-rtl-icon-margin: 0 -24px 0 0 !default;
|
|
54
54
|
$treeview-icon-padding: 7px !default;
|
|
55
|
-
$treeview-text-padding:
|
|
55
|
+
$treeview-text-padding: 7px 8px !default;
|
|
56
56
|
$treeview-text-margin: 0 !default;
|
|
57
57
|
$treeview-image-size: 18px !default;
|
|
58
58
|
$treeview-image-margin: 0 0 0 5px !default;
|
|
@@ -75,7 +75,7 @@ $treeview-icon-image-margin: 0 0 0 10px !default;
|
|
|
75
75
|
$treeview-rtl-icon-image-margin: 0 10px 0 0 !default;
|
|
76
76
|
$treeview-check-margin: 0 0 0 5px !default;
|
|
77
77
|
$treeview-rtl-check-margin: 0 5px 0 0 !default;
|
|
78
|
-
$treeview-check-text-padding:
|
|
78
|
+
$treeview-check-text-padding: 7px 8px !default;
|
|
79
79
|
$treeview-check-image-margin: 0 0 0 12px !default;
|
|
80
80
|
$treeview-rtl-check-image-margin: 0 12px 0 0 !default;
|
|
81
81
|
$treeview-border-shadow: 0 -1px 2px $hover-border, 0 1px 2px $hover-border !default;
|
|
@@ -89,8 +89,8 @@ $treeview-check-icon-img-wrap-width: calc(100% - 89px) !default;
|
|
|
89
89
|
$treeview-icon-wrap-width: calc(100% - 29px) !default;
|
|
90
90
|
$treeview-icon-img-wrap-width: calc(100% - 57px) !default;
|
|
91
91
|
|
|
92
|
-
$treeview-big-item-height:
|
|
93
|
-
$treeview-big-text-height:
|
|
92
|
+
$treeview-big-item-height: 46px !default;
|
|
93
|
+
$treeview-big-text-height: 24px !default;
|
|
94
94
|
$treeview-big-input-height: 38px !default;
|
|
95
95
|
$treeview-big-text-padding: 0 10px !default;
|
|
96
96
|
$treeview-big-input-padding: 0 9px !default;
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
|
|
164
164
|
.e-list-item {
|
|
165
165
|
list-style: none;
|
|
166
|
-
@if $skin-name
|
|
166
|
+
@if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
|
|
167
167
|
padding: 2px 0;
|
|
168
168
|
}
|
|
169
169
|
@if $skin-name == 'fluent2' {
|
|
@@ -171,13 +171,12 @@
|
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
.e-ul {
|
|
174
|
-
margin: 2px 0 -2px;
|
|
175
174
|
padding: $treeview-child-ul-padding;
|
|
176
|
-
@if $skin-name == '
|
|
177
|
-
margin: 2px 0
|
|
175
|
+
@if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
|
|
176
|
+
margin: 2px 0 -2px;
|
|
178
177
|
}
|
|
179
|
-
@
|
|
180
|
-
margin:
|
|
178
|
+
@if $skin-name == 'fluent2' {
|
|
179
|
+
margin-top: 4px;
|
|
181
180
|
}
|
|
182
181
|
}
|
|
183
182
|
|
|
@@ -214,6 +213,45 @@
|
|
|
214
213
|
.e-icons.e-icons-spinner::before {
|
|
215
214
|
content: none;
|
|
216
215
|
}
|
|
216
|
+
|
|
217
|
+
.e-text-content {
|
|
218
|
+
.e-list-text {
|
|
219
|
+
&:has(> .e-input-group) {
|
|
220
|
+
@if $skin-name == 'material' or $skin-name == 'material-dark' {
|
|
221
|
+
padding-top: 1px;
|
|
222
|
+
padding-bottom: 1px;
|
|
223
|
+
.e-input-group {
|
|
224
|
+
height: 34px;
|
|
225
|
+
|
|
226
|
+
.e-input {
|
|
227
|
+
line-height: 26px;
|
|
228
|
+
min-height: 26px;
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
@if $skin-name == 'tailwind3' {
|
|
233
|
+
padding-top: 4px;
|
|
234
|
+
padding-bottom: 4px;
|
|
235
|
+
}
|
|
236
|
+
@if $skin-name == 'highcontrast' {
|
|
237
|
+
padding-top: 3px;
|
|
238
|
+
padding-bottom: 3px;
|
|
239
|
+
}
|
|
240
|
+
@if ($skin-name == 'FluentUI') {
|
|
241
|
+
padding-top: 3px;
|
|
242
|
+
padding-bottom: 3px;
|
|
243
|
+
}
|
|
244
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
245
|
+
padding-top: 2px;
|
|
246
|
+
padding-bottom: 2px;
|
|
247
|
+
}
|
|
248
|
+
@if $skin-name == 'bootstrap4' {
|
|
249
|
+
padding-top: 5px;
|
|
250
|
+
padding-bottom: 5px;
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
}
|
|
217
255
|
}
|
|
218
256
|
|
|
219
257
|
.e-icons {
|
|
@@ -231,11 +269,14 @@
|
|
|
231
269
|
|
|
232
270
|
.e-text-content {
|
|
233
271
|
@include user-select;
|
|
234
|
-
border: 1px solid;
|
|
235
272
|
cursor: pointer;
|
|
236
273
|
margin: 0;
|
|
237
274
|
padding: $treeview-text-wrap-padding;
|
|
238
275
|
|
|
276
|
+
@if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
|
|
277
|
+
border: 1px solid;
|
|
278
|
+
}
|
|
279
|
+
|
|
239
280
|
@if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
|
|
240
281
|
border: none;
|
|
241
282
|
}
|
|
@@ -321,14 +362,13 @@
|
|
|
321
362
|
|
|
322
363
|
.e-input-group {
|
|
323
364
|
height: $treeview-input-height;
|
|
324
|
-
@if ($skin-name == '
|
|
325
|
-
margin-top:
|
|
326
|
-
|
|
327
|
-
@else if($skin-name == 'tailwind') {
|
|
328
|
-
margin-bottom: 3px;
|
|
365
|
+
@if ($skin-name == 'tailwind') {
|
|
366
|
+
margin-top: 4px;
|
|
367
|
+
margin-bottom: 4px;
|
|
329
368
|
}
|
|
330
369
|
@else if($skin-name == 'bootstrap5') {
|
|
331
|
-
margin-bottom:
|
|
370
|
+
margin-bottom: 3px;
|
|
371
|
+
margin-top: 3px;
|
|
332
372
|
}
|
|
333
373
|
@else {
|
|
334
374
|
margin-bottom: 0;
|
|
@@ -338,9 +378,20 @@
|
|
|
338
378
|
@if ($skin-name == 'fluent2') {
|
|
339
379
|
border-color: $treeview-input-border-color;
|
|
340
380
|
}
|
|
341
|
-
|
|
342
|
-
|
|
381
|
+
.e-input {
|
|
382
|
+
@if $skin-name != 'material' and $skin-name != 'material-dark' {
|
|
343
383
|
height: 28px;
|
|
384
|
+
padding-top: 6px;
|
|
385
|
+
padding-bottom: 6px;
|
|
386
|
+
}
|
|
387
|
+
@if $skin-name == 'tailwind3' {
|
|
388
|
+
line-height: 20px;
|
|
389
|
+
height: 32px;
|
|
390
|
+
}
|
|
391
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
392
|
+
height: 32px;
|
|
393
|
+
padding-top: 5px;
|
|
394
|
+
padding-bottom: 5px;
|
|
344
395
|
}
|
|
345
396
|
}
|
|
346
397
|
}
|
|
@@ -32,8 +32,8 @@ $treeview-drop-count-color: $accent-font !default;
|
|
|
32
32
|
$treeview-drag-item-bg: $grey-700 !default;
|
|
33
33
|
$treeview-drag-item-color: rgba($grey-dark-font, .70) !default;
|
|
34
34
|
$treeview-drag-icon-color: rgba($grey-dark-font, .70) !default;
|
|
35
|
-
$treeview-item-height:
|
|
36
|
-
$treeview-text-height:
|
|
35
|
+
$treeview-item-height: 36px !default;
|
|
36
|
+
$treeview-text-height: 22px !default;
|
|
37
37
|
$treeview-input-height: 30px !default;
|
|
38
38
|
$treeview-root-ul-padding: 0 0 0 24px !default;
|
|
39
39
|
$treeview-rtl-root-ul-padding: 0 24px 0 0 !default;
|
|
@@ -45,7 +45,7 @@ $treeview-icon-size: 24px !default;
|
|
|
45
45
|
$treeview-icon-margin: 0 0 0 -24px !default;
|
|
46
46
|
$treeview-rtl-icon-margin: 0 -24px 0 0 !default;
|
|
47
47
|
$treeview-icon-padding: 7px !default;
|
|
48
|
-
$treeview-text-padding:
|
|
48
|
+
$treeview-text-padding: 7px 5px !default;
|
|
49
49
|
$treeview-text-margin: 0 !default;
|
|
50
50
|
$treeview-image-size: 18px !default;
|
|
51
51
|
$treeview-image-margin: 0 0 0 5px !default;
|
|
@@ -68,7 +68,7 @@ $treeview-icon-image-margin: 0 0 0 10px !default;
|
|
|
68
68
|
$treeview-rtl-icon-image-margin: 0 10px 0 0 !default;
|
|
69
69
|
$treeview-check-margin: 0 0 0 5px !default;
|
|
70
70
|
$treeview-rtl-check-margin: 0 5px 0 0 !default;
|
|
71
|
-
$treeview-check-text-padding:
|
|
71
|
+
$treeview-check-text-padding: 7px 10px !default;
|
|
72
72
|
$treeview-check-image-margin: 0 0 0 12px !default;
|
|
73
73
|
$treeview-rtl-check-image-margin: 0 12px 0 0 !default;
|
|
74
74
|
$treeview-drop-count-border-size: 1px !default;
|
|
@@ -80,9 +80,9 @@ $treeview-check-icon-img-wrap-width: calc(100% - 87px) !default;
|
|
|
80
80
|
$treeview-icon-wrap-width: calc(100% - 29px) !default;
|
|
81
81
|
$treeview-icon-img-wrap-width: calc(100% - 57px) !default;
|
|
82
82
|
|
|
83
|
-
$treeview-big-item-height:
|
|
84
|
-
$treeview-big-text-height:
|
|
85
|
-
$treeview-big-input-height:
|
|
83
|
+
$treeview-big-item-height: 48px !default;
|
|
84
|
+
$treeview-big-text-height: 24px !default;
|
|
85
|
+
$treeview-big-input-height: 40px !default;
|
|
86
86
|
$treeview-big-text-padding: 0 10px !default;
|
|
87
87
|
$treeview-big-input-padding: 0 9px !default;
|
|
88
88
|
$treeview-big-icon-padding: 6px !default;
|
|
@@ -35,8 +35,8 @@ $treeview-drag-item-bg: $grey-200 !default;
|
|
|
35
35
|
$treeview-drag-item-color: rgba($grey-light-font, .54) !default;
|
|
36
36
|
$treeview-drag-icon-color: rgba($grey-light-font, .54) !default;
|
|
37
37
|
|
|
38
|
-
$treeview-item-height:
|
|
39
|
-
$treeview-text-height:
|
|
38
|
+
$treeview-item-height: 36px !default;
|
|
39
|
+
$treeview-text-height: 22px !default;
|
|
40
40
|
$treeview-input-height: 30px !default;
|
|
41
41
|
$treeview-root-ul-padding: 0 0 0 24px !default;
|
|
42
42
|
$treeview-rtl-root-ul-padding: 0 24px 0 0 !default;
|
|
@@ -48,7 +48,7 @@ $treeview-icon-size: 24px !default;
|
|
|
48
48
|
$treeview-icon-margin: 0 0 0 -24px !default;
|
|
49
49
|
$treeview-rtl-icon-margin: 0 -24px 0 0 !default;
|
|
50
50
|
$treeview-icon-padding: 7px !default;
|
|
51
|
-
$treeview-text-padding:
|
|
51
|
+
$treeview-text-padding: 7px 5px !default;
|
|
52
52
|
$treeview-text-margin: 0 !default;
|
|
53
53
|
$treeview-image-size: 18px !default;
|
|
54
54
|
$treeview-image-margin: 0 0 0 5px !default;
|
|
@@ -71,7 +71,7 @@ $treeview-icon-image-margin: 0 0 0 10px !default;
|
|
|
71
71
|
$treeview-rtl-icon-image-margin: 0 10px 0 0 !default;
|
|
72
72
|
$treeview-check-margin: 0 0 0 5px !default;
|
|
73
73
|
$treeview-rtl-check-margin: 0 5px 0 0 !default;
|
|
74
|
-
$treeview-check-text-padding:
|
|
74
|
+
$treeview-check-text-padding: 7px 10px !default;
|
|
75
75
|
$treeview-check-image-margin: 0 0 0 12px !default;
|
|
76
76
|
$treeview-rtl-check-image-margin: 0 12px 0 0 !default;
|
|
77
77
|
$treeview-drop-count-border-size: 1px !default;
|
|
@@ -83,8 +83,8 @@ $treeview-check-icon-img-wrap-width: calc(100% - 87px) !default;
|
|
|
83
83
|
$treeview-icon-wrap-width: calc(100% - 29px) !default;
|
|
84
84
|
$treeview-icon-img-wrap-width: calc(100% - 57px) !default;
|
|
85
85
|
|
|
86
|
-
$treeview-big-item-height:
|
|
87
|
-
$treeview-big-text-height:
|
|
86
|
+
$treeview-big-item-height: 48px !default;
|
|
87
|
+
$treeview-big-text-height: 24px !default;
|
|
88
88
|
$treeview-big-input-height: 38px !default;
|
|
89
89
|
$treeview-big-text-padding: 0 10px !default;
|
|
90
90
|
$treeview-big-input-padding: 0 9px !default;
|
|
@@ -5,7 +5,7 @@ $treeview-icon-font-size: $text-base !default;
|
|
|
5
5
|
$treeview-image-font-size: $text-xl !default;
|
|
6
6
|
$treeview-item-height: 40px !default;
|
|
7
7
|
$treeview-text-height: 20px !default;
|
|
8
|
-
$treeview-input-height:
|
|
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;
|
|
@@ -158,13 +158,13 @@
|
|
|
158
158
|
@include bg-border($treeview-item-active-check-bg, $treeview-item-active-check-border-color);
|
|
159
159
|
color: $treeview-item-active-check-color;
|
|
160
160
|
}
|
|
161
|
-
@else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
|
|
161
|
+
@else if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
|
|
162
162
|
border-color: $content-text-color-selected;
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
.e-stop {
|
|
167
|
-
@if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
|
|
167
|
+
@if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'bootstrap5.3' {
|
|
168
168
|
border-color: $content-text-color-selected;
|
|
169
169
|
}
|
|
170
170
|
}
|
|
@@ -215,6 +215,11 @@
|
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
}
|
|
218
|
+
@if ($theme-name == 'fluent2-highcontrast') {
|
|
219
|
+
.e-checkbox-wrapper .e-frame.e-check {
|
|
220
|
+
border-color: $content-text-color-hover;
|
|
221
|
+
}
|
|
222
|
+
}
|
|
218
223
|
}
|
|
219
224
|
|
|
220
225
|
.e-sibling {
|
package/styles/treeview/bds.css
CHANGED
|
@@ -257,9 +257,7 @@
|
|
|
257
257
|
list-style: none;
|
|
258
258
|
}
|
|
259
259
|
.e-treeview .e-list-item .e-ul {
|
|
260
|
-
margin: 2px 0 -2px;
|
|
261
260
|
padding: 0 0 0 20px;
|
|
262
|
-
margin: 2px 0 0;
|
|
263
261
|
}
|
|
264
262
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
265
263
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -299,7 +297,6 @@
|
|
|
299
297
|
-ms-user-select: none;
|
|
300
298
|
-webkit-user-select: none;
|
|
301
299
|
user-select: none;
|
|
302
|
-
border: 1px solid;
|
|
303
300
|
cursor: pointer;
|
|
304
301
|
margin: 0;
|
|
305
302
|
padding: 0 0 0 20px;
|
|
@@ -316,7 +313,7 @@
|
|
|
316
313
|
-webkit-box-sizing: border-box;
|
|
317
314
|
box-sizing: border-box;
|
|
318
315
|
cursor: pointer;
|
|
319
|
-
height:
|
|
316
|
+
height: 38px;
|
|
320
317
|
left: 0;
|
|
321
318
|
overflow: hidden;
|
|
322
319
|
position: absolute;
|
|
@@ -359,12 +356,15 @@
|
|
|
359
356
|
}
|
|
360
357
|
.e-treeview .e-list-text .e-input-group {
|
|
361
358
|
height: 30px;
|
|
362
|
-
margin-
|
|
359
|
+
margin-top: 4px;
|
|
360
|
+
margin-bottom: 4px;
|
|
363
361
|
min-width: 150px;
|
|
364
362
|
vertical-align: bottom;
|
|
365
363
|
}
|
|
366
364
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
367
365
|
height: 28px;
|
|
366
|
+
padding-top: 6px;
|
|
367
|
+
padding-bottom: 6px;
|
|
368
368
|
}
|
|
369
369
|
.e-treeview .e-navigable-text {
|
|
370
370
|
padding: 0 8px;
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
padding: 2px 0;
|
|
109
109
|
}
|
|
110
110
|
.e-treeview .e-list-item .e-ul {
|
|
111
|
-
margin: 2px 0 -2px;
|
|
112
111
|
padding: 0 0 0 24px;
|
|
112
|
+
margin: 2px 0 -2px;
|
|
113
113
|
}
|
|
114
114
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
115
115
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -146,10 +146,10 @@
|
|
|
146
146
|
-ms-user-select: none;
|
|
147
147
|
-webkit-user-select: none;
|
|
148
148
|
user-select: none;
|
|
149
|
-
border: 1px solid;
|
|
150
149
|
cursor: pointer;
|
|
151
150
|
margin: 0;
|
|
152
151
|
padding: 0 0 0 24px;
|
|
152
|
+
border: 1px solid;
|
|
153
153
|
}
|
|
154
154
|
.e-treeview .e-text-content + .e-sibling {
|
|
155
155
|
margin-top: -1px;
|
|
@@ -212,6 +212,8 @@
|
|
|
212
212
|
}
|
|
213
213
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
214
214
|
height: 28px;
|
|
215
|
+
padding-top: 6px;
|
|
216
|
+
padding-bottom: 6px;
|
|
215
217
|
}
|
|
216
218
|
.e-treeview .e-navigable-text {
|
|
217
219
|
padding: 0 5px;
|
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
padding: 2px 0;
|
|
110
110
|
}
|
|
111
111
|
.e-treeview .e-list-item .e-ul {
|
|
112
|
-
margin: 2px 0 -2px;
|
|
113
112
|
padding: 0 0 0 24px;
|
|
113
|
+
margin: 2px 0 -2px;
|
|
114
114
|
}
|
|
115
115
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
116
116
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -147,10 +147,10 @@
|
|
|
147
147
|
-ms-user-select: none;
|
|
148
148
|
-webkit-user-select: none;
|
|
149
149
|
user-select: none;
|
|
150
|
-
border: 1px solid;
|
|
151
150
|
cursor: pointer;
|
|
152
151
|
margin: 0;
|
|
153
152
|
padding: 0 0 0 24px;
|
|
153
|
+
border: 1px solid;
|
|
154
154
|
}
|
|
155
155
|
.e-treeview .e-text-content + .e-sibling {
|
|
156
156
|
margin-top: -1px;
|
|
@@ -213,6 +213,8 @@
|
|
|
213
213
|
}
|
|
214
214
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
215
215
|
height: 28px;
|
|
216
|
+
padding-top: 6px;
|
|
217
|
+
padding-bottom: 6px;
|
|
216
218
|
}
|
|
217
219
|
.e-treeview .e-navigable-text {
|
|
218
220
|
padding: 0 5px;
|
|
@@ -105,10 +105,8 @@
|
|
|
105
105
|
}
|
|
106
106
|
.e-treeview .e-list-item {
|
|
107
107
|
list-style: none;
|
|
108
|
-
padding: 2px 0;
|
|
109
108
|
}
|
|
110
109
|
.e-treeview .e-list-item .e-ul {
|
|
111
|
-
margin: 2px 0 -2px;
|
|
112
110
|
padding: 0 0 0 14px;
|
|
113
111
|
}
|
|
114
112
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -132,6 +130,10 @@
|
|
|
132
130
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
133
131
|
content: none;
|
|
134
132
|
}
|
|
133
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
134
|
+
padding-top: 5px;
|
|
135
|
+
padding-bottom: 5px;
|
|
136
|
+
}
|
|
135
137
|
.e-treeview .e-icons .e-spinner-pane {
|
|
136
138
|
position: relative;
|
|
137
139
|
}
|
|
@@ -146,7 +148,6 @@
|
|
|
146
148
|
-ms-user-select: none;
|
|
147
149
|
-webkit-user-select: none;
|
|
148
150
|
user-select: none;
|
|
149
|
-
border: 1px solid;
|
|
150
151
|
cursor: pointer;
|
|
151
152
|
margin: 0;
|
|
152
153
|
padding: 0 0 0 24px;
|
|
@@ -163,7 +164,7 @@
|
|
|
163
164
|
-webkit-box-sizing: border-box;
|
|
164
165
|
box-sizing: border-box;
|
|
165
166
|
cursor: pointer;
|
|
166
|
-
height:
|
|
167
|
+
height: 40px;
|
|
167
168
|
left: 0;
|
|
168
169
|
overflow: hidden;
|
|
169
170
|
position: absolute;
|
|
@@ -183,7 +184,7 @@
|
|
|
183
184
|
margin: 0 0 0 12px;
|
|
184
185
|
}
|
|
185
186
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
186
|
-
padding:
|
|
187
|
+
padding: 9px 8px;
|
|
187
188
|
}
|
|
188
189
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
189
190
|
bottom: -7px;
|
|
@@ -197,10 +198,10 @@
|
|
|
197
198
|
-webkit-box-sizing: border-box;
|
|
198
199
|
box-sizing: border-box;
|
|
199
200
|
display: inline-block;
|
|
200
|
-
line-height:
|
|
201
|
+
line-height: 22px;
|
|
201
202
|
margin: 0;
|
|
202
203
|
min-height: 30px;
|
|
203
|
-
padding:
|
|
204
|
+
padding: 9px 8px 9px 6px;
|
|
204
205
|
text-decoration: none;
|
|
205
206
|
vertical-align: middle;
|
|
206
207
|
}
|
|
@@ -212,9 +213,11 @@
|
|
|
212
213
|
}
|
|
213
214
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
214
215
|
height: 28px;
|
|
216
|
+
padding-top: 6px;
|
|
217
|
+
padding-bottom: 6px;
|
|
215
218
|
}
|
|
216
219
|
.e-treeview .e-navigable-text {
|
|
217
|
-
padding:
|
|
220
|
+
padding: 9px 8px 9px 6px;
|
|
218
221
|
}
|
|
219
222
|
.e-treeview .e-list-icon,
|
|
220
223
|
.e-treeview .e-list-img {
|
|
@@ -695,7 +698,7 @@
|
|
|
695
698
|
}
|
|
696
699
|
.e-bigger .e-treeview .e-fullrow,
|
|
697
700
|
.e-treeview.e-bigger .e-fullrow {
|
|
698
|
-
height:
|
|
701
|
+
height: 50px;
|
|
699
702
|
}
|
|
700
703
|
.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-text,
|
|
701
704
|
.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper + .e-list-text {
|
|
@@ -722,8 +725,10 @@
|
|
|
722
725
|
}
|
|
723
726
|
.e-bigger .e-treeview .e-list-text,
|
|
724
727
|
.e-treeview.e-bigger .e-list-text {
|
|
725
|
-
line-height:
|
|
726
|
-
min-height:
|
|
728
|
+
line-height: 24px;
|
|
729
|
+
min-height: 24px;
|
|
730
|
+
padding-top: 13px;
|
|
731
|
+
padding-bottom: 13px;
|
|
727
732
|
}
|
|
728
733
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
729
734
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -733,13 +738,18 @@
|
|
|
733
738
|
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
734
739
|
height: 36px;
|
|
735
740
|
}
|
|
741
|
+
.e-bigger .e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group),
|
|
742
|
+
.e-treeview.e-bigger .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
743
|
+
padding-top: 6px;
|
|
744
|
+
padding-bottom: 6px;
|
|
745
|
+
}
|
|
736
746
|
.e-bigger .e-treeview .e-checkbox-wrapper,
|
|
737
747
|
.e-treeview.e-bigger .e-checkbox-wrapper {
|
|
738
748
|
margin: 0 0 0 10px;
|
|
739
749
|
}
|
|
740
750
|
.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-text,
|
|
741
751
|
.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-text {
|
|
742
|
-
padding:
|
|
752
|
+
padding: 13px 12px;
|
|
743
753
|
}
|
|
744
754
|
.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-icon, .e-bigger .e-treeview .e-checkbox-wrapper + .e-list-img,
|
|
745
755
|
.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-icon,
|
|
@@ -106,10 +106,8 @@
|
|
|
106
106
|
}
|
|
107
107
|
.e-treeview .e-list-item {
|
|
108
108
|
list-style: none;
|
|
109
|
-
padding: 2px 0;
|
|
110
109
|
}
|
|
111
110
|
.e-treeview .e-list-item .e-ul {
|
|
112
|
-
margin: 2px 0 -2px;
|
|
113
111
|
padding: 0 0 0 20px;
|
|
114
112
|
}
|
|
115
113
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -147,7 +145,6 @@
|
|
|
147
145
|
-ms-user-select: none;
|
|
148
146
|
-webkit-user-select: none;
|
|
149
147
|
user-select: none;
|
|
150
|
-
border: 1px solid;
|
|
151
148
|
cursor: pointer;
|
|
152
149
|
margin: 0;
|
|
153
150
|
padding: 0 0 0 20px;
|
|
@@ -207,12 +204,15 @@
|
|
|
207
204
|
}
|
|
208
205
|
.e-treeview .e-list-text .e-input-group {
|
|
209
206
|
height: 30px;
|
|
210
|
-
margin-bottom:
|
|
207
|
+
margin-bottom: 3px;
|
|
208
|
+
margin-top: 3px;
|
|
211
209
|
min-width: 150px;
|
|
212
210
|
vertical-align: bottom;
|
|
213
211
|
}
|
|
214
212
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
215
213
|
height: 28px;
|
|
214
|
+
padding-top: 6px;
|
|
215
|
+
padding-bottom: 6px;
|
|
216
216
|
}
|
|
217
217
|
.e-treeview .e-navigable-text {
|
|
218
218
|
padding: 0 8px;
|
|
@@ -731,7 +731,7 @@
|
|
|
731
731
|
}
|
|
732
732
|
.e-bigger .e-treeview .e-fullrow,
|
|
733
733
|
.e-treeview.e-bigger .e-fullrow {
|
|
734
|
-
height:
|
|
734
|
+
height: 40px;
|
|
735
735
|
}
|
|
736
736
|
.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-text,
|
|
737
737
|
.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper + .e-list-text {
|
|
@@ -763,12 +763,20 @@
|
|
|
763
763
|
}
|
|
764
764
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
765
765
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
766
|
-
height:
|
|
766
|
+
height: 36px;
|
|
767
|
+
padding-top: 6px;
|
|
768
|
+
padding-bottom: 6px;
|
|
769
|
+
margin-top: 2px;
|
|
770
|
+
margin-bottom: 2px;
|
|
767
771
|
}
|
|
768
772
|
.e-bigger .e-treeview .e-list-text .e-input-group .e-input,
|
|
769
773
|
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
770
774
|
height: 36px;
|
|
771
775
|
}
|
|
776
|
+
.e-bigger .e-treeview .e-list-text .e-input-group .e-input,
|
|
777
|
+
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
778
|
+
height: 24px;
|
|
779
|
+
}
|
|
772
780
|
.e-bigger .e-treeview .e-checkbox-wrapper,
|
|
773
781
|
.e-treeview.e-bigger .e-checkbox-wrapper {
|
|
774
782
|
margin: 0 0 0 12px;
|