@syncfusion/ej2-dropdowns 19.4.56 → 20.1.51
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 +4 -20
- 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 +32 -6
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +31 -5
- 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/package.json +11 -11
- package/src/common/incremental-search.d.ts +1 -0
- package/src/common/incremental-search.js +4 -0
- package/src/drop-down-base/drop-down-base.js +1 -0
- package/src/drop-down-tree/drop-down-tree.js +4 -0
- package/src/list-box/list-box.js +20 -3
- package/src/multi-select/multi-select.js +1 -1
- package/styles/auto-complete/_fluent-dark-definition.scss +1 -0
- package/styles/auto-complete/bootstrap5-dark.css +7 -0
- package/styles/auto-complete/bootstrap5.css +7 -0
- package/styles/auto-complete/fluent-dark.css +132 -0
- package/styles/auto-complete/fluent-dark.scss +4 -0
- package/styles/auto-complete/fluent.css +132 -0
- package/styles/auto-complete/fluent.scss +4 -0
- package/styles/auto-complete/tailwind-dark.css +1 -57
- package/styles/auto-complete/tailwind.css +1 -57
- package/styles/bootstrap-dark.css +56 -30
- package/styles/bootstrap.css +56 -30
- package/styles/bootstrap4.css +56 -30
- package/styles/bootstrap5-dark.css +116 -40
- package/styles/bootstrap5.css +116 -40
- package/styles/combo-box/_fluent-dark-definition.scss +1 -0
- package/styles/combo-box/bootstrap5-dark.css +7 -0
- package/styles/combo-box/bootstrap5.css +7 -0
- package/styles/combo-box/fluent-dark.css +132 -0
- package/styles/combo-box/fluent-dark.scss +4 -0
- package/styles/combo-box/fluent.css +132 -0
- package/styles/combo-box/fluent.scss +4 -0
- package/styles/combo-box/tailwind-dark.css +1 -57
- package/styles/combo-box/tailwind.css +1 -57
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap4-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap5-definition.scss +2 -0
- package/styles/drop-down-base/_fabric-dark-definition.scss +2 -0
- package/styles/drop-down-base/_fabric-definition.scss +2 -0
- package/styles/drop-down-base/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-base/_fluent-definition.scss +12 -7
- package/styles/drop-down-base/_highcontrast-definition.scss +2 -0
- package/styles/drop-down-base/_highcontrast-light-definition.scss +2 -0
- package/styles/drop-down-base/_layout.scss +40 -4
- package/styles/drop-down-base/_material-dark-definition.scss +2 -0
- package/styles/drop-down-base/_material-definition.scss +2 -0
- package/styles/drop-down-base/_tailwind-definition.scss +17 -8
- package/styles/drop-down-base/_theme.scss +82 -3
- package/styles/drop-down-base/bootstrap-dark.css +7 -2
- package/styles/drop-down-base/bootstrap.css +7 -2
- package/styles/drop-down-base/bootstrap4.css +7 -2
- package/styles/drop-down-base/bootstrap5-dark.css +12 -3
- package/styles/drop-down-base/bootstrap5.css +12 -3
- package/styles/drop-down-base/fabric-dark.css +7 -2
- package/styles/drop-down-base/fabric.css +7 -2
- package/styles/drop-down-base/fluent-dark.css +397 -0
- package/styles/drop-down-base/fluent-dark.scss +3 -0
- package/styles/drop-down-base/fluent.css +397 -0
- package/styles/drop-down-base/fluent.scss +3 -0
- package/styles/drop-down-base/highcontrast-light.css +7 -2
- package/styles/drop-down-base/highcontrast.css +7 -2
- package/styles/drop-down-base/material-dark.css +7 -2
- package/styles/drop-down-base/material.css +7 -2
- package/styles/drop-down-base/tailwind-dark.css +103 -14
- package/styles/drop-down-base/tailwind.css +103 -14
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap4-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap5-definition.scss +10 -2
- package/styles/drop-down-list/_fabric-dark-definition.scss +1 -1
- package/styles/drop-down-list/_fabric-definition.scss +1 -1
- package/styles/drop-down-list/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-list/_fluent-definition.scss +10 -19
- package/styles/drop-down-list/_highcontrast-definition.scss +1 -1
- package/styles/drop-down-list/_highcontrast-light-definition.scss +1 -1
- package/styles/drop-down-list/_layout.scss +52 -15
- package/styles/drop-down-list/_material-dark-definition.scss +1 -1
- package/styles/drop-down-list/_material-definition.scss +1 -1
- package/styles/drop-down-list/_tailwind-definition.scss +6 -61
- package/styles/drop-down-list/bootstrap-dark.css +28 -6
- package/styles/drop-down-list/bootstrap.css +28 -6
- package/styles/drop-down-list/bootstrap4.css +28 -6
- package/styles/drop-down-list/bootstrap5-dark.css +35 -6
- package/styles/drop-down-list/bootstrap5.css +35 -6
- package/styles/drop-down-list/fabric-dark.css +28 -6
- package/styles/drop-down-list/fabric.css +28 -6
- package/styles/drop-down-list/fluent-dark.css +447 -0
- package/styles/drop-down-list/fluent-dark.scss +8 -0
- package/styles/drop-down-list/fluent.css +447 -0
- package/styles/drop-down-list/fluent.scss +8 -0
- package/styles/drop-down-list/highcontrast-light.css +28 -6
- package/styles/drop-down-list/highcontrast.css +28 -6
- package/styles/drop-down-list/icons/_fluent-dark.scss +1 -0
- package/styles/drop-down-list/icons/_fluent.scss +1 -1
- package/styles/drop-down-list/icons/_tailwind.scss +3 -4
- package/styles/drop-down-list/material-dark.css +28 -6
- package/styles/drop-down-list/material.css +28 -6
- package/styles/drop-down-list/tailwind-dark.css +20 -95
- package/styles/drop-down-list/tailwind.css +20 -95
- package/styles/drop-down-tree/_bootstrap5-definition.scss +1 -1
- package/styles/drop-down-tree/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-tree/_fluent-definition.scss +25 -30
- package/styles/drop-down-tree/_layout.scss +94 -27
- package/styles/drop-down-tree/_tailwind-definition.scss +2 -1
- package/styles/drop-down-tree/_theme.scss +9 -4
- package/styles/drop-down-tree/bootstrap5-dark.css +6 -2
- package/styles/drop-down-tree/bootstrap5.css +6 -2
- package/styles/drop-down-tree/fluent-dark.css +599 -0
- package/styles/drop-down-tree/fluent-dark.scss +9 -0
- package/styles/drop-down-tree/fluent.css +599 -0
- package/styles/drop-down-tree/fluent.scss +9 -0
- package/styles/drop-down-tree/icons/_fluent-dark.scss +1 -0
- package/styles/drop-down-tree/icons/_fluent.scss +1 -1
- package/styles/drop-down-tree/icons/_tailwind-dark.scss +2 -2
- package/styles/drop-down-tree/icons/_tailwind.scss +2 -2
- package/styles/drop-down-tree/tailwind-dark.css +15 -6
- package/styles/drop-down-tree/tailwind.css +15 -6
- package/styles/fabric-dark.css +56 -30
- package/styles/fabric.css +56 -30
- package/styles/fluent-dark.css +3602 -0
- package/styles/fluent-dark.scss +7 -0
- package/styles/fluent.css +3602 -0
- package/styles/fluent.scss +7 -0
- package/styles/highcontrast-light.css +58 -31
- package/styles/highcontrast.css +58 -31
- package/styles/list-box/_bootstrap-dark-definition.scss +98 -102
- package/styles/list-box/_bootstrap-definition.scss +94 -98
- package/styles/list-box/_bootstrap4-definition.scss +98 -102
- package/styles/list-box/_bootstrap5-definition.scss +94 -99
- package/styles/list-box/_fabric-dark-definition.scss +98 -102
- package/styles/list-box/_fabric-definition.scss +94 -98
- package/styles/list-box/_fluent-dark-definition.scss +1 -0
- package/styles/list-box/_fluent-definition.scss +95 -100
- package/styles/list-box/_highcontrast-definition.scss +94 -98
- package/styles/list-box/_highcontrast-light-definition.scss +98 -102
- package/styles/list-box/_layout.scss +37 -37
- package/styles/list-box/_material-dark-definition.scss +98 -102
- package/styles/list-box/_material-definition.scss +94 -98
- package/styles/list-box/_tailwind-definition.scss +95 -99
- package/styles/list-box/_theme.scss +77 -85
- package/styles/list-box/bootstrap-dark.css +2 -12
- package/styles/list-box/bootstrap.css +2 -12
- package/styles/list-box/bootstrap4.css +2 -12
- package/styles/list-box/bootstrap5-dark.css +5 -15
- package/styles/list-box/bootstrap5.css +5 -15
- package/styles/list-box/fabric-dark.css +2 -12
- package/styles/list-box/fabric.css +2 -12
- package/styles/list-box/fluent-dark.css +895 -0
- package/styles/list-box/fluent-dark.scss +5 -0
- package/styles/list-box/fluent.css +895 -0
- package/styles/list-box/fluent.scss +5 -0
- package/styles/list-box/highcontrast-light.css +2 -12
- package/styles/list-box/highcontrast.css +2 -12
- package/styles/list-box/icons/_fluent-dark.scss +1 -0
- package/styles/list-box/icons/_tailwind-dark.scss +7 -7
- package/styles/list-box/icons/_tailwind.scss +7 -7
- package/styles/list-box/material-dark.css +4 -14
- package/styles/list-box/material.css +4 -14
- package/styles/list-box/tailwind-dark.css +17 -24
- package/styles/list-box/tailwind.css +17 -24
- package/styles/material-dark.css +58 -32
- package/styles/material.css +58 -32
- package/styles/multi-select/_bootstrap5-definition.scss +8 -4
- package/styles/multi-select/_fluent-dark-definition.scss +1 -0
- package/styles/multi-select/_fluent-definition.scss +30 -16
- package/styles/multi-select/_layout.scss +276 -25
- package/styles/multi-select/_tailwind-definition.scss +61 -43
- package/styles/multi-select/_theme.scss +79 -15
- package/styles/multi-select/bootstrap-dark.css +19 -10
- package/styles/multi-select/bootstrap.css +19 -10
- package/styles/multi-select/bootstrap4.css +19 -10
- package/styles/multi-select/bootstrap5-dark.css +58 -14
- package/styles/multi-select/bootstrap5.css +58 -14
- package/styles/multi-select/fabric-dark.css +19 -10
- package/styles/multi-select/fabric.css +19 -10
- package/styles/multi-select/fluent-dark.css +1416 -0
- package/styles/multi-select/fluent-dark.scss +9 -0
- package/styles/multi-select/fluent.css +1416 -0
- package/styles/multi-select/fluent.scss +9 -0
- package/styles/multi-select/highcontrast-light.css +21 -11
- package/styles/multi-select/highcontrast.css +21 -11
- package/styles/multi-select/icons/_fluent-dark.scss +1 -0
- package/styles/multi-select/icons/_fluent.scss +32 -3
- package/styles/multi-select/icons/_tailwind.scss +3 -3
- package/styles/multi-select/material-dark.css +19 -10
- package/styles/multi-select/material.css +19 -10
- package/styles/multi-select/tailwind-dark.css +166 -126
- package/styles/multi-select/tailwind.css +166 -126
- package/styles/tailwind-dark.css +297 -253
- package/styles/tailwind.css +297 -253
|
@@ -23,77 +23,69 @@
|
|
|
23
23
|
.e-bigger.e-listbox-wrapper,
|
|
24
24
|
.e-bigger.e-listbox-container {
|
|
25
25
|
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark') {
|
|
26
|
-
font-size: $
|
|
26
|
+
font-size: $listbox-touch-item-font-size;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
& .e-list-header,
|
|
30
30
|
& .e-list-group-item {
|
|
31
31
|
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark') {
|
|
32
|
-
font-size: $
|
|
32
|
+
font-size: $listbox-touch-header-font-size;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
.e-listbox-wrapper,
|
|
38
38
|
.e-listbox-container {
|
|
39
|
-
font-family: $
|
|
40
|
-
font-size: $
|
|
39
|
+
font-family: $listbox-font-family;
|
|
40
|
+
font-size: $listbox-font-size;
|
|
41
41
|
@at-root {
|
|
42
42
|
& .e-list-header {
|
|
43
|
-
background-color: $
|
|
44
|
-
border-color: $
|
|
45
|
-
color: $
|
|
46
|
-
font-size: $
|
|
43
|
+
background-color: $listbox-header-bg;
|
|
44
|
+
border-color: $listbox-header-border;
|
|
45
|
+
color: $listbox-header-text-color;
|
|
46
|
+
font-size: $listbox-header-font-size;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
&.e-filter-list .e-list-parent {
|
|
50
50
|
height: $listbox-filter-height;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
&.e-select-all .e-list-parent {
|
|
54
|
-
height: $listbox-select-all-height;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
&.e-filter-list.e-select-all .e-list-parent {
|
|
58
|
-
height: $listbox-filter-select-all-height;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
53
|
& .e-icons {
|
|
62
54
|
@if $skin-name != 'bootstrap5' {
|
|
63
|
-
color: $
|
|
55
|
+
color: $listbox-icon-color;
|
|
64
56
|
}
|
|
65
57
|
}
|
|
66
58
|
|
|
67
59
|
& .e-list-item {
|
|
68
|
-
background-color: $
|
|
69
|
-
border-bottom: $
|
|
70
|
-
border-left: $
|
|
71
|
-
border-right: $
|
|
72
|
-
border-top: $
|
|
73
|
-
color: $
|
|
60
|
+
background-color: $listbox-background;
|
|
61
|
+
border-bottom: $listbox-border-bottom solid $listbox-border-bottom-color;
|
|
62
|
+
border-left: $listbox-border-left solid $listbox-border-left-color;
|
|
63
|
+
border-right: $listbox-border-right solid $listbox-border-right-color;
|
|
64
|
+
border-top: $listbox-border-top solid $listbox-border-top-color;
|
|
65
|
+
color: $listbox-text-color;
|
|
74
66
|
}
|
|
75
67
|
|
|
76
68
|
& .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
77
69
|
& .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
78
|
-
background-color: $
|
|
79
|
-
border-color: $
|
|
80
|
-
color: $
|
|
70
|
+
background-color: $listbox-item-hover-bg;
|
|
71
|
+
border-color: $listbox-hover-border-color;
|
|
72
|
+
color: $listbox-text-hover-color;
|
|
81
73
|
}
|
|
82
74
|
|
|
83
75
|
& .e-list-item.e-selected {
|
|
84
|
-
background-color: $
|
|
85
|
-
color: $
|
|
76
|
+
background-color: $listbox-item-active-bg;
|
|
77
|
+
color: $listbox-text-active-color;
|
|
86
78
|
}
|
|
87
79
|
|
|
88
80
|
& .e-list-item.e-selected.e-checklist {
|
|
89
|
-
background-color: $
|
|
90
|
-
color: $
|
|
81
|
+
background-color: $listbox-background;
|
|
82
|
+
color: $listbox-text-color;
|
|
91
83
|
}
|
|
92
84
|
|
|
93
85
|
& .e-list-item.e-focused,
|
|
94
86
|
& .e-list-item.e-focused.e-selected.e-checklist {
|
|
95
|
-
background-color: $
|
|
96
|
-
color: $
|
|
87
|
+
background-color: $listbox-item-active-bg;
|
|
88
|
+
color: $listbox-text-active-color;
|
|
97
89
|
}
|
|
98
90
|
|
|
99
91
|
& .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
@@ -104,16 +96,16 @@
|
|
|
104
96
|
}
|
|
105
97
|
|
|
106
98
|
& .e-list-group-item {
|
|
107
|
-
background-color: $
|
|
108
|
-
border-color: $
|
|
109
|
-
color: $
|
|
110
|
-
font-size: $
|
|
99
|
+
background-color: $listbox-groupheader-bg;
|
|
100
|
+
border-color: $listbox-header-border;
|
|
101
|
+
color: $listbox-groupheader-text-color;
|
|
102
|
+
font-size: $listbox-groupheader-font-size;
|
|
111
103
|
}
|
|
112
104
|
|
|
113
105
|
& .e-selectall-parent {
|
|
114
|
-
background-color: $
|
|
106
|
+
background-color: $listbox-background;
|
|
115
107
|
border-bottom: 1px solid $select-all-border-color;
|
|
116
|
-
color: $
|
|
108
|
+
color: $listbox-text-color;
|
|
117
109
|
}
|
|
118
110
|
|
|
119
111
|
& .e-sortableclone.e-ripple .e-ripple-element {
|
|
@@ -128,30 +120,30 @@
|
|
|
128
120
|
position: relative;
|
|
129
121
|
|
|
130
122
|
&:not(.e-list-multi-line) {
|
|
131
|
-
padding: $
|
|
123
|
+
padding: $listbox-template-padding;
|
|
132
124
|
}
|
|
133
125
|
|
|
134
126
|
&.e-list-multi-line {
|
|
135
|
-
padding: $
|
|
127
|
+
padding: $listbox-template-multiline-padding;
|
|
136
128
|
|
|
137
129
|
.e-list-item-header {
|
|
138
|
-
color: $
|
|
130
|
+
color: $listbox-template-multiline-header-color;
|
|
139
131
|
display: block;
|
|
140
|
-
font-size: $
|
|
132
|
+
font-size: $listbox-template-multiline-header-font-size;
|
|
141
133
|
font-weight: 500;
|
|
142
134
|
margin: 0;
|
|
143
135
|
overflow: hidden;
|
|
144
|
-
padding: $
|
|
136
|
+
padding: $listbox-template-multiline-header-padding;
|
|
145
137
|
text-overflow: ellipsis;
|
|
146
138
|
white-space: nowrap;
|
|
147
139
|
}
|
|
148
140
|
|
|
149
141
|
.e-list-content {
|
|
150
|
-
color: $
|
|
142
|
+
color: $listbox-template-multiline-content-color;
|
|
151
143
|
display: block;
|
|
152
|
-
font-size: $
|
|
144
|
+
font-size: $listbox-template-multiline-content-font-size;
|
|
153
145
|
margin: 0;
|
|
154
|
-
padding: $
|
|
146
|
+
padding: $listbox-template-multiline-content-padding;
|
|
155
147
|
word-wrap: break-word;
|
|
156
148
|
}
|
|
157
149
|
|
|
@@ -164,67 +156,67 @@
|
|
|
164
156
|
|
|
165
157
|
&.e-list-avatar {
|
|
166
158
|
.e-avatar {
|
|
167
|
-
height: $
|
|
168
|
-
left: $
|
|
159
|
+
height: $listbox-template-avatar-size;
|
|
160
|
+
left: $listbox-template-avatar-left;
|
|
169
161
|
position: absolute;
|
|
170
|
-
top: $
|
|
171
|
-
width: $
|
|
162
|
+
top: $listbox-template-avatar-top;
|
|
163
|
+
width: $listbox-template-avatar-size;
|
|
172
164
|
}
|
|
173
165
|
}
|
|
174
166
|
|
|
175
167
|
&.e-list-avatar:not(.e-list-badge) {
|
|
176
|
-
padding-left: $
|
|
177
|
-
padding-right: $
|
|
168
|
+
padding-left: $listbox-template-avatar-padding-left;
|
|
169
|
+
padding-right: $listbox-template-avatar-padding-right;
|
|
178
170
|
}
|
|
179
171
|
|
|
180
172
|
&.e-list-avatar-right:not(.e-list-badge) {
|
|
181
|
-
padding-left: $
|
|
182
|
-
padding-right: $
|
|
173
|
+
padding-left: $listbox-template-avatar-rightposition-padding-left;
|
|
174
|
+
padding-right: $listbox-template-avatar-rightposition-padding-right;
|
|
183
175
|
|
|
184
176
|
.e-avatar {
|
|
185
|
-
height: $
|
|
177
|
+
height: $listbox-template-avatar-size;
|
|
186
178
|
position: absolute;
|
|
187
|
-
right: $
|
|
188
|
-
top: $
|
|
189
|
-
width: $
|
|
179
|
+
right: $listbox-template-avatar-rightposition-right;
|
|
180
|
+
top: $listbox-template-avatar-top;
|
|
181
|
+
width: $listbox-template-avatar-size;
|
|
190
182
|
}
|
|
191
183
|
}
|
|
192
184
|
|
|
193
185
|
&.e-list-multi-line.e-list-avatar {
|
|
194
186
|
.e-avatar {
|
|
195
|
-
top: $
|
|
187
|
+
top: $listbox-template-multiline-avatar-top;
|
|
196
188
|
}
|
|
197
189
|
}
|
|
198
190
|
|
|
199
191
|
&.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) {
|
|
200
192
|
.e-avatar {
|
|
201
|
-
top: $
|
|
193
|
+
top: $listbox-template-multiline-avatar-top;
|
|
202
194
|
}
|
|
203
195
|
}
|
|
204
196
|
|
|
205
197
|
&.e-list-badge {
|
|
206
198
|
|
|
207
199
|
.e-badge {
|
|
208
|
-
font-size: $
|
|
209
|
-
height: $
|
|
210
|
-
line-height: $
|
|
200
|
+
font-size: $listbox-template-badge-font-size;
|
|
201
|
+
height: $listbox-template-badge-height;
|
|
202
|
+
line-height: $listbox-template-badge-line-height;
|
|
211
203
|
padding: 0;
|
|
212
204
|
position: absolute;
|
|
213
|
-
right: $
|
|
205
|
+
right: $listbox-template-badge-right;
|
|
214
206
|
top: 50%;
|
|
215
207
|
transform: translateY(-50%);
|
|
216
|
-
width: $
|
|
208
|
+
width: $listbox-template-badge-width;
|
|
217
209
|
}
|
|
218
210
|
}
|
|
219
211
|
|
|
220
212
|
&.e-list-badge.e-list-avatar {
|
|
221
|
-
padding-left: $
|
|
222
|
-
padding-right: $
|
|
213
|
+
padding-left: $listbox-template-avatar-badge-padding-left;
|
|
214
|
+
padding-right: $listbox-template-avatar-badge-padding-right;
|
|
223
215
|
}
|
|
224
216
|
|
|
225
217
|
&.e-list-badge:not(.e-list-avatar) {
|
|
226
|
-
padding-left: $
|
|
227
|
-
padding-right: $
|
|
218
|
+
padding-left: $listbox-template-badgewithoutavatar-padding-left;
|
|
219
|
+
padding-right: $listbox-template-badgewithoutavatar-padding-right;
|
|
228
220
|
}
|
|
229
221
|
|
|
230
222
|
&:not(.e-list-multi-line) {
|
|
@@ -232,7 +224,7 @@
|
|
|
232
224
|
display: block;
|
|
233
225
|
margin: 0;
|
|
234
226
|
overflow: hidden;
|
|
235
|
-
padding: $
|
|
227
|
+
padding: $listbox-template-item-padding;
|
|
236
228
|
text-overflow: ellipsis;
|
|
237
229
|
white-space: nowrap;
|
|
238
230
|
}
|
|
@@ -241,19 +233,19 @@
|
|
|
241
233
|
|
|
242
234
|
.e-list-item {
|
|
243
235
|
&.e-list-item:hover .e-list-item-header {
|
|
244
|
-
color: $
|
|
236
|
+
color: $listbox-text-hover-color;
|
|
245
237
|
}
|
|
246
238
|
|
|
247
239
|
&.e-list-item:hover .e-list-content {
|
|
248
|
-
color: $
|
|
240
|
+
color: $listbox-text-hover-color;
|
|
249
241
|
}
|
|
250
242
|
|
|
251
243
|
&.e-selected .e-list-item-header {
|
|
252
|
-
color: $
|
|
244
|
+
color: $listbox-text-active-color;
|
|
253
245
|
}
|
|
254
246
|
|
|
255
247
|
&.e-selected .e-list-content {
|
|
256
|
-
color: $
|
|
248
|
+
color: $listbox-text-active-color;
|
|
257
249
|
}
|
|
258
250
|
}
|
|
259
251
|
}
|
|
@@ -264,21 +256,21 @@
|
|
|
264
256
|
&.e-list-avatar {
|
|
265
257
|
.e-avatar {
|
|
266
258
|
left: inherit;
|
|
267
|
-
right: $
|
|
259
|
+
right: $listbox-template-avatar-left;
|
|
268
260
|
}
|
|
269
261
|
}
|
|
270
262
|
|
|
271
263
|
&.e-list-avatar:not(.e-list-badge) {
|
|
272
|
-
padding-left: $
|
|
273
|
-
padding-right: $
|
|
264
|
+
padding-left: $listbox-template-avatar-padding-right;
|
|
265
|
+
padding-right: $listbox-template-avatar-padding-left;
|
|
274
266
|
}
|
|
275
267
|
|
|
276
268
|
&.e-list-avatar-right:not(.e-list-badge) {
|
|
277
|
-
padding-left: $
|
|
278
|
-
padding-right: $
|
|
269
|
+
padding-left: $listbox-template-avatar-rightposition-padding-right;
|
|
270
|
+
padding-right: $listbox-template-avatar-rightposition-padding-left;
|
|
279
271
|
|
|
280
272
|
.e-avatar {
|
|
281
|
-
left: $
|
|
273
|
+
left: $listbox-template-avatar-rightposition-right;
|
|
282
274
|
right: inherit;
|
|
283
275
|
}
|
|
284
276
|
}
|
|
@@ -286,19 +278,19 @@
|
|
|
286
278
|
&.e-list-badge {
|
|
287
279
|
|
|
288
280
|
.e-badge {
|
|
289
|
-
left: $
|
|
281
|
+
left: $listbox-template-badge-right;
|
|
290
282
|
right: inherit;
|
|
291
283
|
}
|
|
292
284
|
}
|
|
293
285
|
|
|
294
286
|
&.e-list-badge.e-list-avatar {
|
|
295
|
-
padding-left: $
|
|
296
|
-
padding-right: $
|
|
287
|
+
padding-left: $listbox-template-avatar-badge-padding-right;
|
|
288
|
+
padding-right: $listbox-template-avatar-badge-padding-left;
|
|
297
289
|
}
|
|
298
290
|
|
|
299
291
|
&.e-list-badge:not(.e-list-avatar) {
|
|
300
|
-
padding-left: $
|
|
301
|
-
padding-right: $
|
|
292
|
+
padding-left: $listbox-template-badgewithoutavatar-padding-right;
|
|
293
|
+
padding-right: $listbox-template-badgewithoutavatar-padding-left;
|
|
302
294
|
}
|
|
303
295
|
}
|
|
304
296
|
}
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
font-weight: 600;
|
|
166
166
|
height: 40px;
|
|
167
167
|
line-height: 36px;
|
|
168
|
-
padding:
|
|
168
|
+
padding: 13px 16px;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -372,7 +372,7 @@ ejs-listbox {
|
|
|
372
372
|
overflow: inherit;
|
|
373
373
|
}
|
|
374
374
|
|
|
375
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
375
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
376
376
|
overflow: auto;
|
|
377
377
|
}
|
|
378
378
|
|
|
@@ -612,16 +612,6 @@ ejs-listbox {
|
|
|
612
612
|
height: calc(100% - 52px);
|
|
613
613
|
}
|
|
614
614
|
|
|
615
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
616
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
617
|
-
height: calc(100% - 40px);
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
621
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
622
|
-
height: calc(100% - 92px);
|
|
623
|
-
}
|
|
624
|
-
|
|
625
615
|
.e-listbox-wrapper .e-icons,
|
|
626
616
|
.e-listbox-container .e-icons {
|
|
627
617
|
color: #f0f0f0;
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
font-weight: 600;
|
|
166
166
|
height: 40px;
|
|
167
167
|
line-height: 36px;
|
|
168
|
-
padding:
|
|
168
|
+
padding: 13px 16px;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -372,7 +372,7 @@ ejs-listbox {
|
|
|
372
372
|
overflow: inherit;
|
|
373
373
|
}
|
|
374
374
|
|
|
375
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
375
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
376
376
|
overflow: auto;
|
|
377
377
|
}
|
|
378
378
|
|
|
@@ -612,16 +612,6 @@ ejs-listbox {
|
|
|
612
612
|
height: calc(100% - 52px);
|
|
613
613
|
}
|
|
614
614
|
|
|
615
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
616
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
617
|
-
height: calc(100% - 40px);
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
621
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
622
|
-
height: calc(100% - 92px);
|
|
623
|
-
}
|
|
624
|
-
|
|
625
615
|
.e-listbox-wrapper .e-icons,
|
|
626
616
|
.e-listbox-container .e-icons {
|
|
627
617
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
font-weight: 600;
|
|
184
184
|
height: 40px;
|
|
185
185
|
line-height: 1.5;
|
|
186
|
-
padding:
|
|
186
|
+
padding: 10px 16px 10px 16px;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -390,7 +390,7 @@ ejs-listbox {
|
|
|
390
390
|
overflow: inherit;
|
|
391
391
|
}
|
|
392
392
|
|
|
393
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
393
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
394
394
|
overflow: auto;
|
|
395
395
|
}
|
|
396
396
|
|
|
@@ -679,16 +679,6 @@ ejs-listbox {
|
|
|
679
679
|
height: calc(100% - 39px);
|
|
680
680
|
}
|
|
681
681
|
|
|
682
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
683
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
684
|
-
height: calc(100% - 40px);
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
688
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
689
|
-
height: calc(100% - 79px);
|
|
690
|
-
}
|
|
691
|
-
|
|
692
682
|
.e-listbox-wrapper .e-icons,
|
|
693
683
|
.e-listbox-container .e-icons {
|
|
694
684
|
color: #212529;
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
.e-listbox-container .e-selectall-parent {
|
|
104
104
|
height: 36px;
|
|
105
105
|
line-height: 1;
|
|
106
|
-
padding: 10px
|
|
106
|
+
padding: 10px 12px;
|
|
107
107
|
position: relative;
|
|
108
108
|
}
|
|
109
109
|
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
.e-listbox-wrapper .e-list-parent,
|
|
116
116
|
.e-listbox-container .e-list-parent {
|
|
117
117
|
height: 100%;
|
|
118
|
-
min-height:
|
|
118
|
+
min-height: 36px;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
.e-listbox-wrapper .e-list-item,
|
|
@@ -190,8 +190,8 @@
|
|
|
190
190
|
border-top: 1px solid;
|
|
191
191
|
font-weight: 600;
|
|
192
192
|
height: 30px;
|
|
193
|
-
line-height:
|
|
194
|
-
padding:
|
|
193
|
+
line-height: 10px;
|
|
194
|
+
padding: 10px 12px;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -398,7 +398,7 @@ ejs-listbox {
|
|
|
398
398
|
overflow: inherit;
|
|
399
399
|
}
|
|
400
400
|
|
|
401
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
401
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
402
402
|
overflow: auto;
|
|
403
403
|
}
|
|
404
404
|
|
|
@@ -638,16 +638,6 @@ ejs-listbox {
|
|
|
638
638
|
height: calc(100% - 47px);
|
|
639
639
|
}
|
|
640
640
|
|
|
641
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
642
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
643
|
-
height: calc(100% - 36px);
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
647
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
648
|
-
height: calc(100% - 86px);
|
|
649
|
-
}
|
|
650
|
-
|
|
651
641
|
.e-listbox-wrapper .e-list-item,
|
|
652
642
|
.e-listbox-container .e-list-item {
|
|
653
643
|
background-color: transparent;
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
.e-listbox-container .e-selectall-parent {
|
|
104
104
|
height: 36px;
|
|
105
105
|
line-height: 1;
|
|
106
|
-
padding: 10px
|
|
106
|
+
padding: 10px 12px;
|
|
107
107
|
position: relative;
|
|
108
108
|
}
|
|
109
109
|
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
.e-listbox-wrapper .e-list-parent,
|
|
116
116
|
.e-listbox-container .e-list-parent {
|
|
117
117
|
height: 100%;
|
|
118
|
-
min-height:
|
|
118
|
+
min-height: 36px;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
.e-listbox-wrapper .e-list-item,
|
|
@@ -190,8 +190,8 @@
|
|
|
190
190
|
border-top: 1px solid;
|
|
191
191
|
font-weight: 600;
|
|
192
192
|
height: 30px;
|
|
193
|
-
line-height:
|
|
194
|
-
padding:
|
|
193
|
+
line-height: 10px;
|
|
194
|
+
padding: 10px 12px;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -398,7 +398,7 @@ ejs-listbox {
|
|
|
398
398
|
overflow: inherit;
|
|
399
399
|
}
|
|
400
400
|
|
|
401
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
401
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
402
402
|
overflow: auto;
|
|
403
403
|
}
|
|
404
404
|
|
|
@@ -638,16 +638,6 @@ ejs-listbox {
|
|
|
638
638
|
height: calc(100% - 47px);
|
|
639
639
|
}
|
|
640
640
|
|
|
641
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
642
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
643
|
-
height: calc(100% - 36px);
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
647
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
648
|
-
height: calc(100% - 86px);
|
|
649
|
-
}
|
|
650
|
-
|
|
651
641
|
.e-listbox-wrapper .e-list-item,
|
|
652
642
|
.e-listbox-container .e-list-item {
|
|
653
643
|
background-color: transparent;
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
font-weight: 600;
|
|
166
166
|
height: 36px;
|
|
167
167
|
line-height: 30px;
|
|
168
|
-
padding:
|
|
168
|
+
padding: 10px 16px;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -372,7 +372,7 @@ ejs-listbox {
|
|
|
372
372
|
overflow: inherit;
|
|
373
373
|
}
|
|
374
374
|
|
|
375
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
375
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
376
376
|
overflow: auto;
|
|
377
377
|
}
|
|
378
378
|
|
|
@@ -612,16 +612,6 @@ ejs-listbox {
|
|
|
612
612
|
height: calc(100% - 51px);
|
|
613
613
|
}
|
|
614
614
|
|
|
615
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
616
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
617
|
-
height: calc(100% - 36px);
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
621
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
622
|
-
height: calc(100% - 87px);
|
|
623
|
-
}
|
|
624
|
-
|
|
625
615
|
.e-listbox-wrapper .e-icons,
|
|
626
616
|
.e-listbox-container .e-icons {
|
|
627
617
|
color: #dadada;
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
font-weight: 600;
|
|
166
166
|
height: 36px;
|
|
167
167
|
line-height: 30px;
|
|
168
|
-
padding:
|
|
168
|
+
padding: 10px 16px;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -372,7 +372,7 @@ ejs-listbox {
|
|
|
372
372
|
overflow: inherit;
|
|
373
373
|
}
|
|
374
374
|
|
|
375
|
-
.e-listbox-wrapper.e-filter-list.e-list-parent {
|
|
375
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
376
376
|
overflow: auto;
|
|
377
377
|
}
|
|
378
378
|
|
|
@@ -612,16 +612,6 @@ ejs-listbox {
|
|
|
612
612
|
height: calc(100% - 51px);
|
|
613
613
|
}
|
|
614
614
|
|
|
615
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
616
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
617
|
-
height: calc(100% - 36px);
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
621
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
622
|
-
height: calc(100% - 87px);
|
|
623
|
-
}
|
|
624
|
-
|
|
625
615
|
.e-listbox-wrapper .e-icons,
|
|
626
616
|
.e-listbox-container .e-icons {
|
|
627
617
|
color: #333;
|