@syncfusion/ej2-dropdowns 20.1.60 → 20.2.38
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/CHANGELOG.md +2 -62
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +110 -104
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +73 -67
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/helpers/e2e/autocomplete.js +59 -43
- package/helpers/e2e/combobox.js +62 -46
- package/helpers/e2e/dropdownlist.js +71 -55
- package/helpers/e2e/index.js +11 -9
- package/helpers/e2e/listboxHelper.js +55 -38
- package/helpers/e2e/multiselect.js +104 -88
- package/package.json +11 -11
- package/src/common/incremental-search.js +1 -1
- package/src/drop-down-base/drop-down-base-model.d.ts +1 -1
- package/src/drop-down-base/drop-down-base.d.ts +5 -1
- package/src/drop-down-base/drop-down-base.js +3 -5
- package/src/drop-down-list/drop-down-list.js +13 -15
- package/src/drop-down-tree/drop-down-tree-model.d.ts +2 -2
- package/src/drop-down-tree/drop-down-tree.js +5 -5
- package/src/list-box/list-box.d.ts +1 -0
- package/src/list-box/list-box.js +22 -13
- package/src/multi-select/multi-select-model.d.ts +1 -1
- package/src/multi-select/multi-select.d.ts +2 -1
- package/src/multi-select/multi-select.js +29 -28
- package/styles/auto-complete/_fusionnew-definition.scss +2 -0
- package/styles/auto-complete/_material3-definition.scss +2 -0
- package/styles/bootstrap-dark.css +59 -11
- package/styles/bootstrap.css +59 -11
- package/styles/bootstrap4.css +59 -11
- package/styles/bootstrap5-dark.css +60 -12
- package/styles/bootstrap5.css +60 -12
- package/styles/combo-box/_fusionnew-definition.scss +2 -0
- package/styles/combo-box/_material3-definition.scss +2 -0
- package/styles/drop-down-base/_fusionnew-definition.scss +111 -0
- package/styles/drop-down-base/_material3-definition.scss +111 -0
- package/styles/drop-down-list/_fusionnew-definition.scss +201 -0
- package/styles/drop-down-list/_material3-definition.scss +201 -0
- package/styles/drop-down-list/icons/_fusionnew.scss +14 -0
- package/styles/drop-down-list/icons/_material3.scss +14 -0
- package/styles/drop-down-tree/_fusionnew-definition.scss +60 -0
- package/styles/drop-down-tree/_material3-definition.scss +60 -0
- package/styles/drop-down-tree/icons/_fusionnew.scss +11 -0
- package/styles/drop-down-tree/icons/_material3.scss +11 -0
- package/styles/fabric-dark.css +59 -11
- package/styles/fabric.css +59 -11
- package/styles/fluent-dark.css +63 -15
- package/styles/fluent.css +60 -12
- package/styles/highcontrast-light.css +59 -11
- package/styles/highcontrast.css +59 -11
- package/styles/list-box/_bootstrap-dark-definition.scss +5 -1
- package/styles/list-box/_bootstrap-definition.scss +5 -1
- package/styles/list-box/_bootstrap4-definition.scss +5 -1
- package/styles/list-box/_bootstrap5-definition.scss +7 -2
- package/styles/list-box/_fabric-dark-definition.scss +5 -1
- package/styles/list-box/_fabric-definition.scss +5 -1
- package/styles/list-box/_fluent-definition.scss +7 -2
- package/styles/list-box/_fusionnew-definition.scss +113 -0
- package/styles/list-box/_highcontrast-definition.scss +5 -1
- package/styles/list-box/_highcontrast-light-definition.scss +5 -1
- package/styles/list-box/_layout.scss +36 -1
- package/styles/list-box/_material-dark-definition.scss +6 -2
- package/styles/list-box/_material-definition.scss +6 -2
- package/styles/list-box/_material3-definition.scss +119 -0
- package/styles/list-box/_tailwind-definition.scss +6 -2
- package/styles/list-box/_theme.scss +40 -8
- package/styles/list-box/bootstrap-dark.css +49 -11
- package/styles/list-box/bootstrap.css +59 -11
- package/styles/list-box/bootstrap4.css +59 -11
- package/styles/list-box/bootstrap5-dark.css +60 -12
- package/styles/list-box/bootstrap5.css +60 -12
- package/styles/list-box/fabric-dark.css +49 -11
- package/styles/list-box/fabric.css +59 -11
- package/styles/list-box/fluent-dark.css +63 -15
- package/styles/list-box/fluent.css +60 -12
- package/styles/list-box/highcontrast-light.css +49 -11
- package/styles/list-box/highcontrast.css +59 -11
- package/styles/list-box/icons/_fusionnew.scss +25 -0
- package/styles/list-box/icons/_material3.scss +25 -0
- package/styles/list-box/material-dark.css +50 -12
- package/styles/list-box/material.css +60 -12
- package/styles/list-box/tailwind-dark.css +60 -12
- package/styles/list-box/tailwind.css +60 -12
- package/styles/material-dark.css +60 -12
- package/styles/material.css +60 -12
- package/styles/multi-select/_fusionnew-definition.scss +219 -0
- package/styles/multi-select/_material3-definition.scss +219 -0
- package/styles/multi-select/icons/_fusionnew.scss +27 -0
- package/styles/multi-select/icons/_material3.scss +27 -0
- package/styles/tailwind-dark.css +60 -12
- package/styles/tailwind.css +60 -12
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
//layout variables
|
|
2
|
+
$skin-name: 'bootstrap5' !default;
|
|
3
|
+
$listbox-font-family: $font-family !default;
|
|
4
|
+
$listbox-icon-margin-right: 16px !default;
|
|
5
|
+
$listbox-icon-line-height: 34px !default;
|
|
6
|
+
$listbox-icon-back-margin: 2px !default;
|
|
7
|
+
$listbox-rtl-icon-back-margin: -2px !default;
|
|
8
|
+
$listbox-item-line-height: 1 !default;
|
|
9
|
+
$listbox-item-padding: 10px 12px !default;
|
|
10
|
+
$listbox-bigger-item-padding: 8px 16px !default;
|
|
11
|
+
$listbox-header-text-padding: 12px !default;
|
|
12
|
+
$listbox-header-font-size: $text-xs !default;
|
|
13
|
+
$listbox-header-height: 18px !default;
|
|
14
|
+
$listbox-header-font-weight: $font-weight-medium !default;
|
|
15
|
+
$listbox-header-line-height: 18px !default;
|
|
16
|
+
$listbox-header-padding-bottom: 0 !default;
|
|
17
|
+
$listbox-touch-back-icon-padding: 0 !default;
|
|
18
|
+
$listbox-border-bottom: 0 !default;
|
|
19
|
+
$listbox-border-top: 0 !default;
|
|
20
|
+
$listbox-border-left: 0 !default;
|
|
21
|
+
$listbox-border-right: 0 !default;
|
|
22
|
+
$listbox-group-first-border-bottom: 0 !default;
|
|
23
|
+
$listbox-group-border-top: 1px !default;
|
|
24
|
+
$listbox-group-border-bottom: 0 !default;
|
|
25
|
+
$listbox-groupheader-item-height: 30px !default;
|
|
26
|
+
$listbox-groupheader-item-line-height: 10px !default;
|
|
27
|
+
$listbox-groupheader-font-size: $text-xs !default;
|
|
28
|
+
$listbox-border-size: 0 !default;
|
|
29
|
+
$listbox-font-size: $text-sm !default;
|
|
30
|
+
$listbox-back-padding-right: 8px !default;
|
|
31
|
+
$listbox-back-icon-height: 20px !default;
|
|
32
|
+
$listbox-back-icon-font-size: auto !default;
|
|
33
|
+
$listbox-touch-item-height: 48px !default;
|
|
34
|
+
$listbox-touch-item-line-height: 1.6 !default;
|
|
35
|
+
$listbox-touch-item-font-size: $text-base !default;
|
|
36
|
+
$listbox-touch-groupheader-height: 40px !default;
|
|
37
|
+
$listbox-touch-groupheader-line-height: 25px !default;
|
|
38
|
+
$listbox-touch-header-height: 22px !default;
|
|
39
|
+
$listbox-touch-header-font-weight: $font-weight-medium !default;
|
|
40
|
+
$listbox-touch-header-font-size: $text-sm !default;
|
|
41
|
+
$listbox-touch-header-line-height: 22px !default;
|
|
42
|
+
$listbox-touch-header-icon-margin-top: 2px !default;
|
|
43
|
+
$listbox-checkbox-right-margin: -2px 0 0 8px !default;
|
|
44
|
+
$listbox-checkbox-left-margin: -2px 8px 0 0 !default;
|
|
45
|
+
$listbox-rtl-checkbox-left-margin: -2px 0 0 8px !default;
|
|
46
|
+
$listbox-rtl-checkbox-right-margin: -2px 8px 0 0 !default;
|
|
47
|
+
//ListView In-built template variables
|
|
48
|
+
$listbox-template-padding: 8px 16px !default;
|
|
49
|
+
$listbox-template-avatar-padding-right: 16px !default;
|
|
50
|
+
$listbox-template-avatar-padding-left: 68px !default;
|
|
51
|
+
$listbox-template-avatar-rightposition-padding-right: 68px !default;
|
|
52
|
+
$listbox-template-avatar-rightposition-padding-left: 16px !default;
|
|
53
|
+
$listbox-template-avatar-size: 40px !default;
|
|
54
|
+
$listbox-template-avatar-top: 0 !default;
|
|
55
|
+
$listbox-template-avatar-left: 0 !default;
|
|
56
|
+
$listbox-template-avatar-rightposition-right: 0 !default;
|
|
57
|
+
$listbox-template-badge-height: 18px !default;
|
|
58
|
+
$listbox-template-badge-width: 32px !default;
|
|
59
|
+
$listbox-template-badge-line-height: 16px !default;
|
|
60
|
+
$listbox-template-badge-font-size: $text-xxs !default;
|
|
61
|
+
$listbox-template-badge-right: 12px !default;
|
|
62
|
+
$listbox-template-avatar-badge-padding-right: 10px !default;
|
|
63
|
+
$listbox-template-avatar-badge-padding-left: 68px !default;
|
|
64
|
+
$listbox-template-badgewithoutavatar-padding-right: 10px !default;
|
|
65
|
+
$listbox-template-badgewithoutavatar-padding-left: 16px !default;
|
|
66
|
+
$listbox-template-item-padding: 8px 0 !default;
|
|
67
|
+
$listbox-template-multiline-header-padding: 0 !default;
|
|
68
|
+
$listbox-template-multiline-content-padding: 2px 0 0 0 !default;
|
|
69
|
+
$listbox-template-multiline-header-font-size: $text-sm !default;
|
|
70
|
+
$listbox-template-multiline-padding: 4px !default;
|
|
71
|
+
$listbox-template-multiline-content-font-size: $text-sm !default;
|
|
72
|
+
$listbox-template-multiline-avatar-top: 0 !default;
|
|
73
|
+
$listbox-filter-height: calc(100% - 47px) !default;
|
|
74
|
+
$listbox-filter-small-height: calc(100% - 45px) !default;
|
|
75
|
+
$listbox-filter-bigger-small-height: calc(100% - 45px) !default;
|
|
76
|
+
$listbox-filter-bigger-height: calc(100% - 55px) !default;
|
|
77
|
+
$listbox-item-height: 36px !default;
|
|
78
|
+
|
|
79
|
+
$listbox-border-color: $border-light;
|
|
80
|
+
$badge-color: $primary-text-color !default;
|
|
81
|
+
$badge-bgcolor: $primary !default;
|
|
82
|
+
|
|
83
|
+
$select-all-border-color: $border-light !default;
|
|
84
|
+
$listbox-text-color: $content-text-color !default;
|
|
85
|
+
$listbox-text-disabled: $content-text-color-disabled !default;
|
|
86
|
+
$listbox-icon-color: $icon-color !default;
|
|
87
|
+
$listbox-icon-disabled: $icon-color-disabled !default;
|
|
88
|
+
$listbox-item-hover-bg: $content-bg-color-alt2 !default;
|
|
89
|
+
$listbox-background: $transparent !default;
|
|
90
|
+
$listbox-line-color: $border-light !default;
|
|
91
|
+
$listbox-hover-border-color: transparent !default;
|
|
92
|
+
$listbox-border-bottom-color: transparent !default;
|
|
93
|
+
$listbox-border-top-color: transparent !default;
|
|
94
|
+
$listbox-border-right-color: transparent !default;
|
|
95
|
+
$listbox-border-left-color: transparent !default;
|
|
96
|
+
$listbox-text-hover-color: $content-text-color !default;
|
|
97
|
+
$listbox-item-active-bg: $content-bg-color-alt2 !default;
|
|
98
|
+
$listbox-text-active-color: rgba($content-text-color, .87) !default;
|
|
99
|
+
$listbox-header-text-color: $content-text-color-alt2 !default;
|
|
100
|
+
$listbox-header-text-disabled: $content-text-color-disabled !default;
|
|
101
|
+
$listbox-header-bg: $content-bg-color-alt2 !default;
|
|
102
|
+
$listbox-header-icon-color: $icon-color !default;
|
|
103
|
+
$listbox-header-icon-disabled: $icon-color-disabled !default;
|
|
104
|
+
$listbox-header-border: rgba($black, .12) !default;
|
|
105
|
+
$checkmark-bgcolor: $primary !default;
|
|
106
|
+
$checkmark-border-color: transparent !default;
|
|
107
|
+
$checkmark-color: $primary-text-color !default;
|
|
108
|
+
$listbox-groupheader-text-color: $black !default;
|
|
109
|
+
$listbox-groupheader-bg: $content-bg-color-alt2 !default;
|
|
110
|
+
$listbox-groupheader-border: $black !default;
|
|
111
|
+
$listbox-groupheader-icon: $icon-color !default;
|
|
112
|
+
$listbox-template-multiline-header-color: $content-text-color !default;
|
|
113
|
+
$listbox-template-multiline-content-color: $content-text-color-alt2 !default;
|
|
@@ -107,7 +107,11 @@ $badge-bgcolor: $selection-bg !default;
|
|
|
107
107
|
|
|
108
108
|
$select-all-border-color: $content-font !default;
|
|
109
109
|
|
|
110
|
-
$listbox-filter-height: calc(100% - 51px) !default;
|
|
111
110
|
$listbox-filter-small-height: calc(100% - 45px) !default;
|
|
112
111
|
$listbox-filter-bigger-small-height: calc(100% - 55px) !default;
|
|
112
|
+
$listbox-select-height: calc(100% - 36px) !default;
|
|
113
|
+
$listbox-select-bigger-height: calc(100% - 45px) !default;
|
|
114
|
+
$listbox-filterselect-height: calc(100% - 87px) !default;
|
|
115
|
+
$listbox-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
116
|
+
$listbox-filter-height: calc(100% - 51px) !default;
|
|
113
117
|
$listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
@@ -113,7 +113,11 @@ $badge-bgcolor: $selection-bg !default;
|
|
|
113
113
|
|
|
114
114
|
$select-all-border-color: $content-font !default;
|
|
115
115
|
|
|
116
|
-
$listbox-filter-height: calc(100% - 51px) !default;
|
|
117
116
|
$listbox-filter-small-height: calc(100% - 45px) !default;
|
|
118
117
|
$listbox-filter-bigger-small-height: calc(100% - 55px) !default;
|
|
118
|
+
$listbox-select-height: calc(100% - 36px) !default;
|
|
119
|
+
$listbox-select-bigger-height: calc(100% - 45px) !default;
|
|
120
|
+
$listbox-filterselect-height: calc(100% - 87px) !default;
|
|
121
|
+
$listbox-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
122
|
+
$listbox-filter-height: calc(100% - 51px) !default;
|
|
119
123
|
$listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
@@ -14,6 +14,21 @@
|
|
|
14
14
|
box-sizing: border-box;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
+
&.e-listboxtool-container .e-list-wrap {
|
|
18
|
+
@if $skin-name == 'FluentUI' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind' {
|
|
19
|
+
width: calc(100% - 16%) !important; // sass-lint:disable-line no-important
|
|
20
|
+
}
|
|
21
|
+
@else if $skin-name == 'material' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap' {
|
|
22
|
+
width: calc(100% - 14%) !important; // sass-lint:disable-line no-important
|
|
23
|
+
}
|
|
24
|
+
@else if $skin-name == 'fabric' {
|
|
25
|
+
width: calc(100% - 14%) !important; // sass-lint:disable-line no-important
|
|
26
|
+
}
|
|
27
|
+
@else if $skin-name == 'highcontrast' {
|
|
28
|
+
width: calc(100% - 13%) !important; // sass-lint:disable-line no-important
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
17
32
|
&:focus {
|
|
18
33
|
outline: none;
|
|
19
34
|
}
|
|
@@ -249,7 +264,7 @@
|
|
|
249
264
|
vertical-align: middle;
|
|
250
265
|
}
|
|
251
266
|
|
|
252
|
-
&.e-right {
|
|
267
|
+
&.e-checkbox-right {
|
|
253
268
|
.e-checkbox-wrapper {
|
|
254
269
|
position: absolute;
|
|
255
270
|
right: 0;
|
|
@@ -373,6 +388,14 @@
|
|
|
373
388
|
margin-bottom: 10px;
|
|
374
389
|
}
|
|
375
390
|
}
|
|
391
|
+
|
|
392
|
+
&.e-checkbox-right {
|
|
393
|
+
.e-checkbox-wrapper {
|
|
394
|
+
position: absolute;
|
|
395
|
+
right: 0;
|
|
396
|
+
top: 30%;
|
|
397
|
+
}
|
|
398
|
+
}
|
|
376
399
|
}
|
|
377
400
|
|
|
378
401
|
.e-rtl.e-listboxtool-wrapper,
|
|
@@ -398,6 +421,18 @@
|
|
|
398
421
|
font-size: 16px;
|
|
399
422
|
}
|
|
400
423
|
|
|
424
|
+
&.e-listboxtool-container .e-list-wrap {
|
|
425
|
+
@if $skin-name == 'FluentUI' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind' {
|
|
426
|
+
width: calc(100% - 20%) !important; // sass-lint:disable-line no-important
|
|
427
|
+
}
|
|
428
|
+
@else if $skin-name == 'material' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap' {
|
|
429
|
+
width: calc(100% - 15%) !important; // sass-lint:disable-line no-important
|
|
430
|
+
}
|
|
431
|
+
@else if $skin-name == 'fabric' or $skin-name == 'highcontrast' {
|
|
432
|
+
width: calc(100% - 17%) !important; // sass-lint:disable-line no-important
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
|
|
401
436
|
.e-list-item {
|
|
402
437
|
border-bottom: $listbox-border-bottom solid $listbox-border-bottom-color;
|
|
403
438
|
border-left: $listbox-border-left solid $listbox-border-left-color;
|
|
@@ -113,7 +113,11 @@ $badge-bgcolor: $accent !default;
|
|
|
113
113
|
|
|
114
114
|
$select-all-border-color: rgba($grey-dark-font, .12) !default;
|
|
115
115
|
|
|
116
|
-
$listbox-filter-height: calc(100% - 47px) !default;
|
|
117
116
|
$listbox-filter-small-height: calc(100% - 45px) !default;
|
|
118
117
|
$listbox-filter-bigger-small-height: calc(100% - 45px) !default;
|
|
119
|
-
$listbox-
|
|
118
|
+
$listbox-select-height: calc(100% - 36px) !default;
|
|
119
|
+
$listbox-select-bigger-height: calc(100% - 48px) !default;
|
|
120
|
+
$listbox-filterselect-height: calc(100% - 79px) !default;
|
|
121
|
+
$listbox-filterselect-bigger-height: calc(100% - 98px) !default;
|
|
122
|
+
$listbox-filter-height: calc(100% - 43px) !default;
|
|
123
|
+
$listbox-filter-bigger-height: calc(100% - 50px) !default;
|
|
@@ -107,7 +107,11 @@ $badge-bgcolor: $accent !default;
|
|
|
107
107
|
|
|
108
108
|
$select-all-border-color: rgba($grey-light-font, .12) !default;
|
|
109
109
|
|
|
110
|
-
$listbox-filter-height: calc(100% - 47px) !default;
|
|
111
110
|
$listbox-filter-small-height: calc(100% - 45px) !default;
|
|
112
111
|
$listbox-filter-bigger-small-height: calc(100% - 45px) !default;
|
|
113
|
-
$listbox-
|
|
112
|
+
$listbox-select-height: calc(100% - 36px) !default;
|
|
113
|
+
$listbox-select-bigger-height: calc(100% - 48px) !default;
|
|
114
|
+
$listbox-filterselect-height: calc(100% - 79px) !default;
|
|
115
|
+
$listbox-filterselect-bigger-height: calc(100% - 98px) !default;
|
|
116
|
+
$listbox-filter-height: calc(100% - 43px) !default;
|
|
117
|
+
$listbox-filter-bigger-height: calc(100% - 50px) !default;
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
//layout variables
|
|
2
|
+
$skin-name: 'bootstrap5' !default;
|
|
3
|
+
$listbox-font-family: $font-family !default;
|
|
4
|
+
$listbox-icon-margin-right: 16px !default;
|
|
5
|
+
$listbox-icon-line-height: 34px !default;
|
|
6
|
+
$listbox-icon-back-margin: 2px !default;
|
|
7
|
+
$listbox-rtl-icon-back-margin: -2px !default;
|
|
8
|
+
$listbox-item-line-height: 1 !default;
|
|
9
|
+
$listbox-item-padding: 10px 12px !default;
|
|
10
|
+
$listbox-bigger-item-padding: 8px 16px !default;
|
|
11
|
+
$listbox-header-text-padding: 12px !default;
|
|
12
|
+
$listbox-header-font-size: $text-xs !default;
|
|
13
|
+
$listbox-header-height: 18px !default;
|
|
14
|
+
$listbox-header-font-weight: $font-weight-medium !default;
|
|
15
|
+
$listbox-header-line-height: 18px !default;
|
|
16
|
+
$listbox-header-padding-bottom: 0 !default;
|
|
17
|
+
$listbox-touch-back-icon-padding: 0 !default;
|
|
18
|
+
$listbox-border-bottom: 0 !default;
|
|
19
|
+
$listbox-border-top: 0 !default;
|
|
20
|
+
$listbox-border-left: 0 !default;
|
|
21
|
+
$listbox-border-right: 0 !default;
|
|
22
|
+
$listbox-group-first-border-bottom: 0 !default;
|
|
23
|
+
$listbox-group-border-top: 1px !default;
|
|
24
|
+
$listbox-group-border-bottom: 0 !default;
|
|
25
|
+
$listbox-groupheader-item-height: 30px !default;
|
|
26
|
+
$listbox-groupheader-item-line-height: 10px !default;
|
|
27
|
+
$listbox-groupheader-font-size: $text-xs !default;
|
|
28
|
+
$listbox-border-size: 0 !default;
|
|
29
|
+
$listbox-font-size: $text-sm !default;
|
|
30
|
+
$listbox-back-padding-right: 8px !default;
|
|
31
|
+
$listbox-back-icon-height: 20px !default;
|
|
32
|
+
$listbox-back-icon-font-size: auto !default;
|
|
33
|
+
$listbox-touch-item-height: 48px !default;
|
|
34
|
+
$listbox-touch-item-line-height: 1.6 !default;
|
|
35
|
+
$listbox-touch-item-font-size: $text-base !default;
|
|
36
|
+
$listbox-touch-groupheader-height: 40px !default;
|
|
37
|
+
$listbox-touch-groupheader-line-height: 25px !default;
|
|
38
|
+
$listbox-touch-header-height: 22px !default;
|
|
39
|
+
$listbox-touch-header-font-weight: $font-weight-medium !default;
|
|
40
|
+
$listbox-touch-header-font-size: $text-sm !default;
|
|
41
|
+
$listbox-touch-header-line-height: 22px !default;
|
|
42
|
+
$listbox-touch-header-icon-margin-top: 2px !default;
|
|
43
|
+
$listbox-checkbox-right-margin: -2px 0 0 8px !default;
|
|
44
|
+
$listbox-checkbox-left-margin: -2px 8px 0 0 !default;
|
|
45
|
+
$listbox-rtl-checkbox-left-margin: -2px 0 0 8px !default;
|
|
46
|
+
$listbox-rtl-checkbox-right-margin: -2px 8px 0 0 !default;
|
|
47
|
+
//ListView In-built template variables
|
|
48
|
+
$listbox-template-padding: 8px 16px !default;
|
|
49
|
+
$listbox-template-avatar-padding-right: 16px !default;
|
|
50
|
+
$listbox-template-avatar-padding-left: 68px !default;
|
|
51
|
+
$listbox-template-avatar-rightposition-padding-right: 68px !default;
|
|
52
|
+
$listbox-template-avatar-rightposition-padding-left: 16px !default;
|
|
53
|
+
$listbox-template-avatar-size: 40px !default;
|
|
54
|
+
$listbox-template-avatar-top: 0 !default;
|
|
55
|
+
$listbox-template-avatar-left: 0 !default;
|
|
56
|
+
$listbox-template-avatar-rightposition-right: 0 !default;
|
|
57
|
+
$listbox-template-badge-height: 18px !default;
|
|
58
|
+
$listbox-template-badge-width: 32px !default;
|
|
59
|
+
$listbox-template-badge-line-height: 16px !default;
|
|
60
|
+
$listbox-template-badge-font-size: $text-xxs !default;
|
|
61
|
+
$listbox-template-badge-right: 12px !default;
|
|
62
|
+
$listbox-template-avatar-badge-padding-right: 10px !default;
|
|
63
|
+
$listbox-template-avatar-badge-padding-left: 68px !default;
|
|
64
|
+
$listbox-template-badgewithoutavatar-padding-right: 10px !default;
|
|
65
|
+
$listbox-template-badgewithoutavatar-padding-left: 16px !default;
|
|
66
|
+
$listbox-template-item-padding: 8px 0 !default;
|
|
67
|
+
$listbox-template-multiline-header-padding: 0 !default;
|
|
68
|
+
$listbox-template-multiline-content-padding: 2px 0 0 0 !default;
|
|
69
|
+
$listbox-template-multiline-header-font-size: $text-sm !default;
|
|
70
|
+
$listbox-template-multiline-padding: 4px !default;
|
|
71
|
+
$listbox-template-multiline-content-font-size: $text-sm !default;
|
|
72
|
+
$listbox-template-multiline-avatar-top: 0 !default;
|
|
73
|
+
$listbox-filter-height: calc(100% - 47px) !default;
|
|
74
|
+
$listbox-filter-small-height: calc(100% - 45px) !default;
|
|
75
|
+
$listbox-filter-bigger-small-height: calc(100% - 45px) !default;
|
|
76
|
+
$listbox-filter-bigger-height: calc(100% - 55px) !default;
|
|
77
|
+
$listbox-item-height: 36px !default;
|
|
78
|
+
|
|
79
|
+
$listbox-border-color: $border-light;
|
|
80
|
+
$badge-color: $primary-text-color !default;
|
|
81
|
+
$badge-bgcolor: $primary !default;
|
|
82
|
+
|
|
83
|
+
$select-all-border-color: $border-light !default;
|
|
84
|
+
$listbox-text-color: $content-text-color !default;
|
|
85
|
+
$listbox-text-disabled: $content-text-color-disabled !default;
|
|
86
|
+
$listbox-icon-color: $icon-color !default;
|
|
87
|
+
$listbox-icon-disabled: $icon-color-disabled !default;
|
|
88
|
+
$listbox-item-hover-bg: $content-bg-color-alt2 !default;
|
|
89
|
+
$listbox-background: $transparent !default;
|
|
90
|
+
$listbox-line-color: $border-light !default;
|
|
91
|
+
$listbox-hover-border-color: transparent !default;
|
|
92
|
+
$listbox-border-bottom-color: transparent !default;
|
|
93
|
+
$listbox-border-top-color: transparent !default;
|
|
94
|
+
$listbox-border-right-color: transparent !default;
|
|
95
|
+
$listbox-border-left-color: transparent !default;
|
|
96
|
+
$listbox-text-hover-color: $content-text-color !default;
|
|
97
|
+
$listbox-item-active-bg: $content-bg-color-alt2 !default;
|
|
98
|
+
$listbox-text-active-color: rgba($content-text-color, .87) !default;
|
|
99
|
+
$listbox-header-text-color: $content-text-color-alt2 !default;
|
|
100
|
+
$listbox-header-text-disabled: $content-text-color-disabled !default;
|
|
101
|
+
$listbox-header-bg: $content-bg-color-alt2 !default;
|
|
102
|
+
$listbox-header-icon-color: $icon-color !default;
|
|
103
|
+
$listbox-header-icon-disabled: $icon-color-disabled !default;
|
|
104
|
+
$listbox-header-border: rgba($black, .12) !default;
|
|
105
|
+
$checkmark-bgcolor: $primary !default;
|
|
106
|
+
$checkmark-border-color: transparent !default;
|
|
107
|
+
$checkmark-color: $primary-text-color !default;
|
|
108
|
+
$listbox-groupheader-text-color: $black !default;
|
|
109
|
+
$listbox-groupheader-bg: $content-bg-color-alt2 !default;
|
|
110
|
+
$listbox-groupheader-border: $black !default;
|
|
111
|
+
$listbox-groupheader-icon: $icon-color !default;
|
|
112
|
+
$listbox-template-multiline-header-color: $content-text-color !default;
|
|
113
|
+
$listbox-template-multiline-content-color: $content-text-color-alt2 !default;
|
|
114
|
+
$listbox-select-height: calc(100% - 36px) !default;
|
|
115
|
+
$listbox-select-bigger-height: calc(100% - 48px) !default;
|
|
116
|
+
$listbox-filterselect-height: calc(100% - 79px) !default;
|
|
117
|
+
$listbox-filterselect-bigger-height: calc(100% - 98px) !default;
|
|
118
|
+
$listbox-filter-height: calc(100% - 43px) !default;
|
|
119
|
+
$listbox-filter-bigger-height: calc(100% - 50px) !default;
|
|
@@ -71,10 +71,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
|
|
|
71
71
|
$listbox-template-multiline-padding: 4px !default;
|
|
72
72
|
$listbox-template-multiline-content-font-size: $text-sm !default;
|
|
73
73
|
$listbox-template-multiline-avatar-top: 0 !default;
|
|
74
|
-
$listbox-filter-height: calc(100% - 47px) !default;
|
|
75
74
|
$listbox-filter-small-height: calc(100% - 45px) !default;
|
|
76
75
|
$listbox-filter-bigger-small-height: calc(100% - 45px) !default;
|
|
77
|
-
$listbox-filter-bigger-height: calc(100% - 55px) !default;
|
|
78
76
|
|
|
79
77
|
$listbox-border-color: $border-light;
|
|
80
78
|
$badge-color: $primary-text-color !default;
|
|
@@ -111,3 +109,9 @@ $listbox-groupheader-border: $black !default;
|
|
|
111
109
|
$listbox-groupheader-icon: $icon-color !default;
|
|
112
110
|
$listbox-template-multiline-header-color: $content-text-color !default;
|
|
113
111
|
$listbox-template-multiline-content-color: $content-text-color-alt2 !default;
|
|
112
|
+
$listbox-select-height: calc(100% - 38px) !default;
|
|
113
|
+
$listbox-select-bigger-height: calc(100% - 48px) !default;
|
|
114
|
+
$listbox-filterselect-height: calc(100% - 76px) !default;
|
|
115
|
+
$listbox-filterselect-bigger-height: calc(100% - 94px) !default;
|
|
116
|
+
$listbox-filter-height: calc(100% - 38px) !default;
|
|
117
|
+
$listbox-filter-bigger-height: calc(100% - 46px) !default;
|
|
@@ -1,19 +1,46 @@
|
|
|
1
1
|
@include export-module('listbox-theme') {
|
|
2
|
-
.e-
|
|
3
|
-
|
|
2
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3
|
+
height: $listbox-filter-height;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
7
|
+
height: $listbox-filter-height !important; // sass-lint:disable-line no-important
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4
11
|
height: $listbox-filter-small-height;
|
|
5
12
|
}
|
|
6
13
|
|
|
7
|
-
.e-
|
|
8
|
-
|
|
14
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
15
|
+
height: $listbox-filter-small-height !important; // sass-lint:disable-line no-important
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
9
19
|
height: $listbox-filter-bigger-height;
|
|
10
20
|
}
|
|
11
21
|
|
|
12
|
-
.e-
|
|
13
|
-
|
|
22
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
23
|
+
height: $listbox-filter-bigger-height !important; // sass-lint:disable-line no-important
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
27
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
28
|
+
height: $listbox-filterselect-bigger-height;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
32
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
33
|
+
height: $listbox-select-bigger-height;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
14
37
|
height: $listbox-filter-bigger-small-height;
|
|
15
38
|
}
|
|
16
39
|
|
|
40
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
41
|
+
height: $listbox-filter-bigger-small-height !important; // sass-lint:disable-line no-important
|
|
42
|
+
}
|
|
43
|
+
|
|
17
44
|
.e-listbox-wrapper,
|
|
18
45
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
19
46
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -34,6 +61,7 @@
|
|
|
34
61
|
}
|
|
35
62
|
}
|
|
36
63
|
|
|
64
|
+
|
|
37
65
|
.e-listbox-wrapper,
|
|
38
66
|
.e-listbox-container {
|
|
39
67
|
font-family: $listbox-font-family;
|
|
@@ -46,8 +74,12 @@
|
|
|
46
74
|
font-size: $listbox-header-font-size;
|
|
47
75
|
}
|
|
48
76
|
|
|
49
|
-
&.e-filter-list .e-list-parent {
|
|
50
|
-
height: $listbox-
|
|
77
|
+
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
78
|
+
height: $listbox-filterselect-height;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
& .e-selectall-parent + .e-list-parent {
|
|
82
|
+
height: $listbox-select-height;
|
|
51
83
|
}
|
|
52
84
|
|
|
53
85
|
& .e-icons {
|
|
@@ -281,8 +281,8 @@
|
|
|
281
281
|
text-indent: 0;
|
|
282
282
|
vertical-align: middle;
|
|
283
283
|
}
|
|
284
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
285
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
284
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
285
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
286
286
|
position: absolute;
|
|
287
287
|
right: 0;
|
|
288
288
|
top: 30%;
|
|
@@ -401,6 +401,12 @@ ejs-listbox {
|
|
|
401
401
|
list-style-type: none;
|
|
402
402
|
margin-bottom: 10px;
|
|
403
403
|
}
|
|
404
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
405
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
406
|
+
position: absolute;
|
|
407
|
+
right: 0;
|
|
408
|
+
top: 30%;
|
|
409
|
+
}
|
|
404
410
|
|
|
405
411
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
406
412
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -498,21 +504,48 @@ ejs-listbox {
|
|
|
498
504
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
499
505
|
font-size: 15px;
|
|
500
506
|
}
|
|
501
|
-
.e-
|
|
502
|
-
|
|
507
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
508
|
+
height: calc(100% - 52px);
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
512
|
+
height: calc(100% - 52px) !important;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
503
516
|
height: calc(100% - 46px);
|
|
504
517
|
}
|
|
505
518
|
|
|
506
|
-
.e-
|
|
507
|
-
|
|
519
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
520
|
+
height: calc(100% - 46px) !important;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
508
524
|
height: calc(100% - 58px);
|
|
509
525
|
}
|
|
510
526
|
|
|
511
|
-
.e-
|
|
512
|
-
|
|
527
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
528
|
+
height: calc(100% - 58px) !important;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
532
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
533
|
+
height: calc(100% - 106px);
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
537
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
538
|
+
height: calc(100% - 48px);
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
513
542
|
height: calc(100% - 54px);
|
|
514
543
|
}
|
|
515
544
|
|
|
545
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
546
|
+
height: calc(100% - 54px) !important;
|
|
547
|
+
}
|
|
548
|
+
|
|
516
549
|
.e-listbox-wrapper,
|
|
517
550
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
518
551
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -532,9 +565,14 @@ ejs-listbox {
|
|
|
532
565
|
font-size: 14px;
|
|
533
566
|
}
|
|
534
567
|
|
|
535
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
536
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
537
|
-
height: calc(100% -
|
|
568
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
569
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
570
|
+
height: calc(100% - 92px);
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
574
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
575
|
+
height: calc(100% - 40px);
|
|
538
576
|
}
|
|
539
577
|
|
|
540
578
|
.e-listbox-wrapper .e-icons,
|
|
@@ -51,6 +51,10 @@
|
|
|
51
51
|
.e-listbox-container * {
|
|
52
52
|
box-sizing: border-box;
|
|
53
53
|
}
|
|
54
|
+
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
55
|
+
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
56
|
+
width: 86% !important;
|
|
57
|
+
}
|
|
54
58
|
.e-listbox-wrapper:focus,
|
|
55
59
|
.e-listbox-container:focus {
|
|
56
60
|
outline: none;
|
|
@@ -281,8 +285,8 @@
|
|
|
281
285
|
text-indent: 0;
|
|
282
286
|
vertical-align: middle;
|
|
283
287
|
}
|
|
284
|
-
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
285
|
-
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
288
|
+
.e-listbox-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
289
|
+
.e-listbox-container.e-checkbox-right .e-checkbox-wrapper {
|
|
286
290
|
position: absolute;
|
|
287
291
|
right: 0;
|
|
288
292
|
top: 30%;
|
|
@@ -401,6 +405,12 @@ ejs-listbox {
|
|
|
401
405
|
list-style-type: none;
|
|
402
406
|
margin-bottom: 10px;
|
|
403
407
|
}
|
|
408
|
+
.e-listboxtool-wrapper.e-checkbox-right .e-checkbox-wrapper,
|
|
409
|
+
.e-listboxtool-container.e-checkbox-right .e-checkbox-wrapper {
|
|
410
|
+
position: absolute;
|
|
411
|
+
right: 0;
|
|
412
|
+
top: 30%;
|
|
413
|
+
}
|
|
404
414
|
|
|
405
415
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
406
416
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
@@ -411,6 +421,12 @@ ejs-listbox {
|
|
|
411
421
|
margin-left: 15px;
|
|
412
422
|
}
|
|
413
423
|
|
|
424
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
425
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
426
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
427
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
428
|
+
width: 85% !important;
|
|
429
|
+
}
|
|
414
430
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
415
431
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
416
432
|
.e-bigger .e-listbox-container .e-list-item,
|
|
@@ -498,21 +514,48 @@ ejs-listbox {
|
|
|
498
514
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
499
515
|
font-size: 15px;
|
|
500
516
|
}
|
|
501
|
-
.e-
|
|
502
|
-
|
|
517
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
518
|
+
height: calc(100% - 52px);
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
522
|
+
height: calc(100% - 52px) !important;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
503
526
|
height: calc(100% - 46px);
|
|
504
527
|
}
|
|
505
528
|
|
|
506
|
-
.e-
|
|
507
|
-
|
|
529
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
530
|
+
height: calc(100% - 46px) !important;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
508
534
|
height: calc(100% - 58px);
|
|
509
535
|
}
|
|
510
536
|
|
|
511
|
-
.e-
|
|
512
|
-
|
|
537
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
538
|
+
height: calc(100% - 58px) !important;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
542
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
543
|
+
height: calc(100% - 106px);
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
547
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
548
|
+
height: calc(100% - 48px);
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
513
552
|
height: calc(100% - 54px);
|
|
514
553
|
}
|
|
515
554
|
|
|
555
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
556
|
+
height: calc(100% - 54px) !important;
|
|
557
|
+
}
|
|
558
|
+
|
|
516
559
|
.e-listbox-wrapper,
|
|
517
560
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
518
561
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -532,9 +575,14 @@ ejs-listbox {
|
|
|
532
575
|
font-size: 14px;
|
|
533
576
|
}
|
|
534
577
|
|
|
535
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
536
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
537
|
-
height: calc(100% -
|
|
578
|
+
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
579
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
580
|
+
height: calc(100% - 92px);
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
584
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
585
|
+
height: calc(100% - 40px);
|
|
538
586
|
}
|
|
539
587
|
|
|
540
588
|
.e-listbox-wrapper .e-icons,
|