@syncfusion/ej2-dropdowns 20.1.55 → 20.1.58
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 +34 -0
- 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 +30 -13
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +30 -13
- 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 +9 -9
- package/src/auto-complete/auto-complete.d.ts +1 -1
- package/src/auto-complete/auto-complete.js +2 -2
- package/src/combo-box/combo-box.js +1 -1
- package/src/drop-down-base/drop-down-base.js +1 -1
- package/src/drop-down-list/drop-down-list.js +10 -2
- package/src/drop-down-tree/drop-down-tree.js +9 -7
- package/src/list-box/list-box.js +7 -0
- package/styles/auto-complete/bootstrap-dark.css +5 -14
- package/styles/auto-complete/bootstrap.css +5 -14
- package/styles/auto-complete/bootstrap4.css +5 -13
- package/styles/auto-complete/bootstrap5-dark.css +5 -13
- package/styles/auto-complete/bootstrap5.css +5 -13
- package/styles/auto-complete/fabric-dark.css +5 -12
- package/styles/auto-complete/fabric.css +5 -12
- package/styles/auto-complete/fluent-dark.css +4 -11
- package/styles/auto-complete/fluent.css +4 -11
- package/styles/auto-complete/highcontrast-light.css +3 -23
- package/styles/auto-complete/highcontrast.css +3 -23
- package/styles/auto-complete/material-dark.css +1 -1
- package/styles/auto-complete/material.css +1 -1
- package/styles/auto-complete/tailwind-dark.css +1 -1
- package/styles/auto-complete/tailwind.css +1 -1
- package/styles/bootstrap-dark.css +62 -337
- package/styles/bootstrap.css +62 -337
- package/styles/bootstrap4.css +62 -343
- package/styles/bootstrap5-dark.css +63 -343
- package/styles/bootstrap5.css +63 -343
- package/styles/combo-box/bootstrap-dark.css +5 -14
- package/styles/combo-box/bootstrap.css +5 -14
- package/styles/combo-box/bootstrap4.css +5 -13
- package/styles/combo-box/bootstrap5-dark.css +5 -13
- package/styles/combo-box/bootstrap5.css +5 -13
- package/styles/combo-box/fabric-dark.css +5 -12
- package/styles/combo-box/fabric.css +5 -12
- package/styles/combo-box/fluent-dark.css +4 -11
- package/styles/combo-box/fluent.css +4 -11
- package/styles/combo-box/highcontrast-light.css +3 -23
- package/styles/combo-box/highcontrast.css +3 -23
- package/styles/combo-box/material-dark.css +1 -1
- package/styles/combo-box/material.css +1 -1
- package/styles/combo-box/tailwind-dark.css +1 -1
- package/styles/combo-box/tailwind.css +1 -1
- package/styles/drop-down-base/bootstrap-dark.css +8 -22
- package/styles/drop-down-base/bootstrap.css +8 -22
- package/styles/drop-down-base/bootstrap4.css +8 -22
- package/styles/drop-down-base/bootstrap5-dark.css +8 -22
- package/styles/drop-down-base/bootstrap5.css +8 -22
- package/styles/drop-down-base/fabric-dark.css +8 -22
- package/styles/drop-down-base/fabric.css +8 -22
- package/styles/drop-down-base/fluent-dark.css +8 -22
- package/styles/drop-down-base/fluent.css +8 -22
- package/styles/drop-down-base/highcontrast-light.css +8 -27
- package/styles/drop-down-base/highcontrast.css +8 -27
- package/styles/drop-down-base/material-dark.css +8 -22
- package/styles/drop-down-base/material.css +8 -22
- package/styles/drop-down-base/tailwind-dark.css +12 -34
- package/styles/drop-down-base/tailwind.css +12 -34
- package/styles/drop-down-list/bootstrap-dark.css +15 -44
- package/styles/drop-down-list/bootstrap.css +15 -44
- package/styles/drop-down-list/bootstrap4.css +14 -38
- package/styles/drop-down-list/bootstrap5-dark.css +14 -38
- package/styles/drop-down-list/bootstrap5.css +14 -38
- package/styles/drop-down-list/fabric-dark.css +15 -42
- package/styles/drop-down-list/fabric.css +15 -42
- package/styles/drop-down-list/fluent-dark.css +13 -36
- package/styles/drop-down-list/fluent.css +13 -36
- package/styles/drop-down-list/highcontrast-light.css +13 -58
- package/styles/drop-down-list/highcontrast.css +13 -58
- package/styles/drop-down-list/material-dark.css +11 -32
- package/styles/drop-down-list/material.css +11 -33
- package/styles/drop-down-list/tailwind-dark.css +10 -24
- package/styles/drop-down-list/tailwind.css +10 -24
- package/styles/drop-down-tree/bootstrap-dark.css +4 -92
- package/styles/drop-down-tree/bootstrap.css +4 -92
- package/styles/drop-down-tree/bootstrap4.css +5 -99
- package/styles/drop-down-tree/bootstrap5-dark.css +5 -103
- package/styles/drop-down-tree/bootstrap5.css +5 -103
- package/styles/drop-down-tree/fabric-dark.css +4 -92
- package/styles/drop-down-tree/fabric.css +4 -92
- package/styles/drop-down-tree/fluent-dark.css +5 -105
- package/styles/drop-down-tree/fluent.css +5 -105
- package/styles/drop-down-tree/highcontrast-light.css +4 -97
- package/styles/drop-down-tree/highcontrast.css +4 -98
- package/styles/drop-down-tree/material-dark.css +11 -182
- package/styles/drop-down-tree/material.css +11 -184
- package/styles/drop-down-tree/tailwind-dark.css +4 -107
- package/styles/drop-down-tree/tailwind.css +4 -107
- package/styles/fabric-dark.css +62 -335
- package/styles/fabric.css +62 -335
- package/styles/fluent-dark.css +62 -342
- package/styles/fluent.css +62 -342
- package/styles/highcontrast-light.css +63 -375
- package/styles/highcontrast.css +63 -376
- package/styles/list-box/bootstrap-dark.css +11 -115
- package/styles/list-box/bootstrap.css +11 -115
- package/styles/list-box/bootstrap4.css +11 -120
- package/styles/list-box/bootstrap5-dark.css +11 -115
- package/styles/list-box/bootstrap5.css +11 -115
- package/styles/list-box/fabric-dark.css +11 -115
- package/styles/list-box/fabric.css +11 -115
- package/styles/list-box/fluent-dark.css +11 -115
- package/styles/list-box/fluent.css +11 -115
- package/styles/list-box/highcontrast-light.css +11 -120
- package/styles/list-box/highcontrast.css +11 -120
- package/styles/list-box/material-dark.css +11 -115
- package/styles/list-box/material.css +11 -115
- package/styles/list-box/tailwind-dark.css +12 -118
- package/styles/list-box/tailwind.css +12 -118
- package/styles/material-dark.css +103 -462
- package/styles/material.css +103 -466
- package/styles/multi-select/bootstrap-dark.css +28 -68
- package/styles/multi-select/bootstrap.css +28 -68
- package/styles/multi-select/bootstrap4.css +28 -68
- package/styles/multi-select/bootstrap5-dark.css +29 -69
- package/styles/multi-select/bootstrap5.css +29 -69
- package/styles/multi-select/fabric-dark.css +28 -68
- package/styles/multi-select/fabric.css +28 -68
- package/styles/multi-select/fluent-dark.css +29 -68
- package/styles/multi-select/fluent.css +29 -68
- package/styles/multi-select/highcontrast-light.css +31 -97
- package/styles/multi-select/highcontrast.css +31 -97
- package/styles/multi-select/material-dark.css +66 -115
- package/styles/multi-select/material.css +66 -116
- package/styles/multi-select/tailwind-dark.css +29 -69
- package/styles/multi-select/tailwind.css +29 -69
- package/styles/tailwind-dark.css +63 -348
- package/styles/tailwind.css +63 -348
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
transform: rotate(360deg);
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
|
|
10
9
|
@keyframes fabric-spinner-rotate {
|
|
11
10
|
0% {
|
|
12
11
|
transform: rotate(0);
|
|
@@ -15,27 +14,21 @@
|
|
|
15
14
|
transform: rotate(360deg);
|
|
16
15
|
}
|
|
17
16
|
}
|
|
18
|
-
|
|
19
17
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
20
18
|
padding: 0 10px 0 0;
|
|
21
19
|
}
|
|
22
|
-
|
|
23
20
|
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
24
21
|
padding: 0 12px 0 0;
|
|
25
22
|
}
|
|
26
|
-
|
|
27
23
|
.e-dropdownbase .e-list-item:not(.e-active).e-hover {
|
|
28
24
|
border: 2px solid #000;
|
|
29
25
|
}
|
|
30
|
-
|
|
31
26
|
.e-dropdownbase .e-list-item:not(.e-active):not(.e-hover):not(.e-item-focus) {
|
|
32
27
|
border: 2px solid #fff;
|
|
33
28
|
}
|
|
34
|
-
|
|
35
29
|
.e-dropdownbase .e-list-item.e-active {
|
|
36
30
|
border: 2px solid #400074;
|
|
37
31
|
}
|
|
38
|
-
|
|
39
32
|
.e-dropdownbase .e-list-item.e-item-focus {
|
|
40
33
|
border: 2px solid #ecf;
|
|
41
34
|
}
|
|
@@ -52,94 +45,76 @@
|
|
|
52
45
|
color: #000;
|
|
53
46
|
top: 12px;
|
|
54
47
|
}
|
|
55
|
-
|
|
56
48
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
57
49
|
color: #4f4f4f;
|
|
58
50
|
font-family: inherit;
|
|
59
51
|
font-size: 14px;
|
|
60
52
|
font-style: italic;
|
|
61
53
|
}
|
|
62
|
-
|
|
63
54
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
64
55
|
color: #4f4f4f;
|
|
65
56
|
font-family: inherit;
|
|
66
57
|
font-size: 14px;
|
|
67
58
|
font-style: italic;
|
|
68
59
|
}
|
|
69
|
-
|
|
70
60
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
71
61
|
color: #4f4f4f;
|
|
72
62
|
font-family: inherit;
|
|
73
63
|
font-size: 14px;
|
|
74
64
|
font-style: italic;
|
|
75
65
|
}
|
|
76
|
-
|
|
77
66
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
78
67
|
color: #4f4f4f;
|
|
79
68
|
font-family: inherit;
|
|
80
69
|
font-size: 14px;
|
|
81
70
|
font-style: italic;
|
|
82
71
|
}
|
|
83
|
-
|
|
84
72
|
.e-multi-select-wrapper .e-chips-collection .e-chips:hover .e-chipcontent {
|
|
85
73
|
color: #000;
|
|
86
74
|
}
|
|
87
|
-
|
|
88
75
|
.e-multi-select-wrapper .e-chips-collection .e-chips:hover .e-chips-close.e-icon::before {
|
|
89
76
|
color: #000;
|
|
90
77
|
}
|
|
91
|
-
|
|
92
78
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
93
79
|
line-height: 26px;
|
|
94
80
|
top: 0;
|
|
95
81
|
}
|
|
96
|
-
|
|
97
82
|
.e-multi-select-wrapper .e-delim-values.e-delim-view {
|
|
98
83
|
color: #000;
|
|
99
84
|
}
|
|
100
|
-
|
|
101
85
|
.e-multi-select-wrapper.e-delimiter .e-delim-values {
|
|
102
86
|
color: #000;
|
|
103
87
|
}
|
|
104
|
-
|
|
105
|
-
.e-multi-select-wrapper .e-searcher input[type='text'] {
|
|
88
|
+
.e-multi-select-wrapper .e-searcher input[type=text] {
|
|
106
89
|
color: #000;
|
|
107
90
|
height: 100%;
|
|
108
91
|
min-height: 28px;
|
|
109
92
|
}
|
|
110
|
-
|
|
111
|
-
.e-multi-select-wrapper .e-searcher input[type='text']::selection {
|
|
93
|
+
.e-multi-select-wrapper .e-searcher input[type=text]::selection {
|
|
112
94
|
background-color: #400074;
|
|
113
95
|
}
|
|
114
96
|
|
|
115
|
-
.e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon,
|
|
116
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon {
|
|
97
|
+
.e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon, .e-bigger .e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon {
|
|
117
98
|
padding-left: 0;
|
|
118
99
|
}
|
|
119
|
-
|
|
120
100
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-selectall-parent {
|
|
121
101
|
border-bottom: 1px solid #000;
|
|
122
102
|
}
|
|
123
|
-
|
|
124
103
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-item-focus.e-active.e-hover {
|
|
125
104
|
background-color: #400074;
|
|
126
105
|
}
|
|
127
|
-
|
|
128
106
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-item-focus.e-active {
|
|
129
107
|
border: 2px solid #400074;
|
|
130
108
|
}
|
|
131
|
-
|
|
132
109
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-active.e-hover:not(.e-item-focus) {
|
|
133
110
|
border-bottom: 2px solid #000;
|
|
134
111
|
border-left: 2px solid #000;
|
|
135
112
|
border-right: 2px solid #000;
|
|
136
113
|
border-top: 2px solid #000;
|
|
137
114
|
}
|
|
138
|
-
|
|
139
115
|
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-item-focus {
|
|
140
116
|
border: 2px solid #ecf;
|
|
141
117
|
}
|
|
142
|
-
|
|
143
118
|
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-active.e-hover {
|
|
144
119
|
background-color: #000;
|
|
145
120
|
border-bottom: 1px solid #000;
|
|
@@ -147,15 +122,12 @@
|
|
|
147
122
|
border-right: 1px solid #000;
|
|
148
123
|
border-top: 1px solid #000;
|
|
149
124
|
}
|
|
150
|
-
|
|
151
125
|
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-hover:not(.e-active) {
|
|
152
126
|
border: 2px solid #000;
|
|
153
127
|
}
|
|
154
|
-
|
|
155
128
|
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item:not(.e-hover):not(.e-item-focus) {
|
|
156
129
|
border: 2px solid #fff;
|
|
157
130
|
}
|
|
158
|
-
|
|
159
131
|
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-active {
|
|
160
132
|
border: 2px solid #400074;
|
|
161
133
|
}
|
|
@@ -166,12 +138,12 @@
|
|
|
166
138
|
}
|
|
167
139
|
|
|
168
140
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
169
|
-
content:
|
|
170
|
-
font-family:
|
|
141
|
+
content: "\e966";
|
|
142
|
+
font-family: "e-icons";
|
|
171
143
|
}
|
|
172
144
|
|
|
173
145
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
174
|
-
content:
|
|
146
|
+
content: "\e7a7";
|
|
175
147
|
cursor: pointer;
|
|
176
148
|
left: 8px;
|
|
177
149
|
position: relative;
|
|
@@ -179,7 +151,7 @@
|
|
|
179
151
|
}
|
|
180
152
|
|
|
181
153
|
.e-multi-select-wrapper .e-close-hooker::before {
|
|
182
|
-
content:
|
|
154
|
+
content: "\e7a7";
|
|
183
155
|
cursor: pointer;
|
|
184
156
|
left: 10px;
|
|
185
157
|
position: relative;
|
|
@@ -187,7 +159,7 @@
|
|
|
187
159
|
}
|
|
188
160
|
|
|
189
161
|
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
190
|
-
content:
|
|
162
|
+
content: "";
|
|
191
163
|
}
|
|
192
164
|
|
|
193
165
|
.e-multi-select-wrapper {
|
|
@@ -202,54 +174,43 @@
|
|
|
202
174
|
user-select: none;
|
|
203
175
|
width: 100%;
|
|
204
176
|
}
|
|
205
|
-
|
|
206
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
207
|
-
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
177
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
208
178
|
height: 27px;
|
|
209
179
|
vertical-align: middle;
|
|
210
180
|
}
|
|
211
|
-
|
|
212
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
213
|
-
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
181
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
214
182
|
height: 100%;
|
|
215
183
|
min-height: 100%;
|
|
216
184
|
}
|
|
217
|
-
|
|
218
185
|
.e-multi-select-wrapper .e-delim-view {
|
|
219
186
|
white-space: nowrap;
|
|
220
187
|
}
|
|
221
|
-
|
|
222
188
|
.e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-overflow, .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-total {
|
|
223
189
|
box-sizing: border-box;
|
|
224
190
|
display: inline-block;
|
|
225
191
|
overflow: hidden;
|
|
226
192
|
text-overflow: ellipsis;
|
|
227
193
|
}
|
|
228
|
-
|
|
229
194
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
230
195
|
color: #fff;
|
|
231
196
|
font-size: 10px;
|
|
232
197
|
left: 12px;
|
|
233
198
|
top: 0;
|
|
234
199
|
}
|
|
235
|
-
|
|
236
200
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
237
201
|
background-color: #3d3d3d;
|
|
238
202
|
color: #fff;
|
|
239
203
|
padding: 9px 0;
|
|
240
204
|
}
|
|
241
|
-
|
|
242
205
|
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
243
206
|
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
244
207
|
width: 0;
|
|
245
208
|
}
|
|
246
|
-
|
|
247
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=
|
|
248
|
-
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
|
|
209
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
|
|
210
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
|
|
249
211
|
height: 1px;
|
|
250
212
|
min-height: 1px;
|
|
251
213
|
}
|
|
252
|
-
|
|
253
214
|
.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
|
|
254
215
|
max-width: 100%;
|
|
255
216
|
}
|
|
@@ -261,19 +222,16 @@
|
|
|
261
222
|
float: left;
|
|
262
223
|
width: auto;
|
|
263
224
|
}
|
|
264
|
-
|
|
265
225
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
|
|
266
226
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
267
227
|
display: -ms-inline-flexbox;
|
|
268
228
|
display: inline-flex;
|
|
269
229
|
float: none;
|
|
270
230
|
}
|
|
271
|
-
|
|
272
231
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
|
|
273
232
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
274
233
|
width: 0;
|
|
275
234
|
}
|
|
276
|
-
|
|
277
235
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
278
236
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
279
237
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
|
|
@@ -282,12 +240,10 @@
|
|
|
282
240
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
|
|
283
241
|
display: none;
|
|
284
242
|
}
|
|
285
|
-
|
|
286
243
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
|
|
287
244
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
|
|
288
245
|
padding: 0 48px 0 0;
|
|
289
246
|
}
|
|
290
|
-
|
|
291
247
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
|
|
292
248
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
|
|
293
249
|
-ms-flex-align: center;
|
|
@@ -296,7 +252,6 @@
|
|
|
296
252
|
max-width: 100%;
|
|
297
253
|
word-break: break-word;
|
|
298
254
|
}
|
|
299
|
-
|
|
300
255
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
301
256
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
302
257
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
|
|
@@ -314,7 +269,6 @@
|
|
|
314
269
|
right: 0;
|
|
315
270
|
top: 100%;
|
|
316
271
|
}
|
|
317
|
-
|
|
318
272
|
.e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
319
273
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
320
274
|
.e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
@@ -322,19 +276,16 @@
|
|
|
322
276
|
display: -ms-flexbox;
|
|
323
277
|
display: flex;
|
|
324
278
|
}
|
|
325
|
-
|
|
326
279
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
327
280
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
328
281
|
margin-right: 0;
|
|
329
282
|
margin-top: -2.8em;
|
|
330
283
|
right: 0;
|
|
331
284
|
}
|
|
332
|
-
|
|
333
285
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
|
|
334
286
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
|
|
335
287
|
top: -1px;
|
|
336
288
|
}
|
|
337
|
-
|
|
338
289
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
339
290
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
|
|
340
291
|
font-size: 10px;
|
|
@@ -346,7 +297,6 @@
|
|
|
346
297
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
|
|
347
298
|
float: right;
|
|
348
299
|
}
|
|
349
|
-
|
|
350
300
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
351
301
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
|
|
352
302
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
@@ -354,7 +304,6 @@
|
|
|
354
304
|
left: 0;
|
|
355
305
|
right: auto;
|
|
356
306
|
}
|
|
357
|
-
|
|
358
307
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
|
|
359
308
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
|
|
360
309
|
padding: 0 0 0 48px;
|
|
@@ -366,7 +315,7 @@
|
|
|
366
315
|
|
|
367
316
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
368
317
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
369
|
-
opacity: .7;
|
|
318
|
+
opacity: 0.7;
|
|
370
319
|
pointer-events: none;
|
|
371
320
|
}
|
|
372
321
|
|
|
@@ -449,7 +398,7 @@
|
|
|
449
398
|
display: -ms-flexbox;
|
|
450
399
|
display: flex;
|
|
451
400
|
float: right;
|
|
452
|
-
font-family:
|
|
401
|
+
font-family: "e-icons";
|
|
453
402
|
height: 26px;
|
|
454
403
|
margin: 0;
|
|
455
404
|
width: 26px;
|
|
@@ -500,7 +449,7 @@
|
|
|
500
449
|
margin-top: -3.5em;
|
|
501
450
|
}
|
|
502
451
|
|
|
503
|
-
.e-multi-select-wrapper input[type=
|
|
452
|
+
.e-multi-select-wrapper input[type=text] {
|
|
504
453
|
background: none;
|
|
505
454
|
border: 0;
|
|
506
455
|
font-family: inherit;
|
|
@@ -513,7 +462,7 @@
|
|
|
513
462
|
text-indent: 10px;
|
|
514
463
|
}
|
|
515
464
|
|
|
516
|
-
.e-multiselect.e-filled .e-multi-select-wrapper input[type=
|
|
465
|
+
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
517
466
|
background: none;
|
|
518
467
|
border: 0;
|
|
519
468
|
color: inherit;
|
|
@@ -527,22 +476,22 @@
|
|
|
527
476
|
text-indent: 10px;
|
|
528
477
|
}
|
|
529
478
|
|
|
530
|
-
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=
|
|
479
|
+
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
531
480
|
padding: 5px;
|
|
532
481
|
}
|
|
533
482
|
|
|
534
|
-
.e-bigger .e-multi-select-wrapper input[type=
|
|
535
|
-
.e-multi-select-wrapper.e-mob-wrapper input[type=
|
|
483
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
484
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
536
485
|
height: 28px;
|
|
537
486
|
min-height: 28px;
|
|
538
487
|
}
|
|
539
488
|
|
|
540
|
-
.e-bigger .e-multi-select-wrapper input[type=
|
|
489
|
+
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
541
490
|
height: 38px;
|
|
542
491
|
min-height: 38px;
|
|
543
492
|
}
|
|
544
493
|
|
|
545
|
-
.e-multi-select-wrapper input[type=
|
|
494
|
+
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
546
495
|
display: none;
|
|
547
496
|
}
|
|
548
497
|
|
|
@@ -627,7 +576,7 @@
|
|
|
627
576
|
}
|
|
628
577
|
|
|
629
578
|
.e-multi-select-wrapper .e-ddl-disable-icon::before {
|
|
630
|
-
content:
|
|
579
|
+
content: "";
|
|
631
580
|
}
|
|
632
581
|
|
|
633
582
|
.e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
|
|
@@ -637,68 +586,53 @@
|
|
|
637
586
|
.e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
|
|
638
587
|
padding-left: 0;
|
|
639
588
|
}
|
|
640
|
-
|
|
641
589
|
.e-multiselect.e-rtl .e-multi-select-wrapper {
|
|
642
590
|
padding: 0 2px 0 32px;
|
|
643
591
|
}
|
|
644
|
-
|
|
645
592
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
646
593
|
left: -12px;
|
|
647
594
|
}
|
|
648
|
-
|
|
649
595
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
|
|
650
596
|
margin: 0;
|
|
651
597
|
margin-right: auto;
|
|
652
598
|
}
|
|
653
|
-
|
|
654
599
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
|
|
655
600
|
float: right;
|
|
656
601
|
}
|
|
657
|
-
|
|
658
602
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
|
|
659
603
|
float: right;
|
|
660
604
|
margin: 2px 0 2px 2px;
|
|
661
605
|
padding: 0 8px 0 0;
|
|
662
606
|
}
|
|
663
|
-
|
|
664
607
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
|
|
665
608
|
padding: 3px 0 3px 8px;
|
|
666
609
|
}
|
|
667
|
-
|
|
668
610
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
|
|
669
611
|
float: left;
|
|
670
612
|
}
|
|
671
|
-
|
|
672
613
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
673
614
|
left: -9px;
|
|
674
615
|
}
|
|
675
|
-
|
|
676
616
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
677
617
|
padding: 0 4px 0 4px;
|
|
678
618
|
}
|
|
679
|
-
|
|
680
619
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
|
|
681
620
|
padding: 5px 8px 6px 0;
|
|
682
621
|
}
|
|
683
|
-
|
|
684
622
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
685
623
|
padding: 0 4px 0 0;
|
|
686
624
|
}
|
|
687
|
-
|
|
688
625
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
689
626
|
padding: 9px 4px;
|
|
690
627
|
}
|
|
691
|
-
|
|
692
628
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
693
629
|
left: 27px;
|
|
694
630
|
position: absolute;
|
|
695
631
|
right: auto;
|
|
696
632
|
}
|
|
697
|
-
|
|
698
633
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
|
|
699
634
|
left: -4px;
|
|
700
635
|
}
|
|
701
|
-
|
|
702
636
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
703
637
|
padding-right: 16px;
|
|
704
638
|
}
|
|
@@ -875,15 +809,15 @@
|
|
|
875
809
|
|
|
876
810
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
|
|
877
811
|
.e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
|
|
878
|
-
opacity: .3;
|
|
812
|
+
opacity: 0.3;
|
|
879
813
|
}
|
|
880
814
|
|
|
881
815
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
|
|
882
816
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
|
|
883
|
-
opacity: .7;
|
|
817
|
+
opacity: 0.7;
|
|
884
818
|
}
|
|
885
819
|
|
|
886
|
-
.e-multi-select-wrapper input[readonly=
|
|
820
|
+
.e-multi-select-wrapper input[readonly=true] {
|
|
887
821
|
pointer-events: none;
|
|
888
822
|
}
|
|
889
823
|
|
|
@@ -909,7 +843,7 @@ ejs-multiselect {
|
|
|
909
843
|
min-height: 24px;
|
|
910
844
|
}
|
|
911
845
|
|
|
912
|
-
.e-small .e-multi-select-wrapper input[type=
|
|
846
|
+
.e-small .e-multi-select-wrapper input[type=text] {
|
|
913
847
|
height: 24px;
|
|
914
848
|
min-height: 24px;
|
|
915
849
|
}
|
|
@@ -938,7 +872,7 @@ ejs-multiselect {
|
|
|
938
872
|
min-height: 26px;
|
|
939
873
|
}
|
|
940
874
|
|
|
941
|
-
.e-bigger.e-small .e-multi-select-wrapper input[type=
|
|
875
|
+
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
942
876
|
height: 34px;
|
|
943
877
|
min-height: 34px;
|
|
944
878
|
}
|
|
@@ -965,7 +899,7 @@ ejs-multiselect {
|
|
|
965
899
|
min-height: 40px;
|
|
966
900
|
}
|
|
967
901
|
|
|
968
|
-
.e-multiselect.e-outline .e-multi-select-wrapper input[type=
|
|
902
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
969
903
|
color: inherit;
|
|
970
904
|
}
|
|
971
905
|
|
|
@@ -1019,8 +953,8 @@ ejs-multiselect {
|
|
|
1019
953
|
padding: 0;
|
|
1020
954
|
}
|
|
1021
955
|
|
|
1022
|
-
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=
|
|
1023
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=
|
|
956
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
|
|
957
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
1024
958
|
padding: 5px 0;
|
|
1025
959
|
}
|
|
1026
960
|
|
|
@@ -1401,4 +1335,4 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
1401
1335
|
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
1402
1336
|
-webkit-text-fill-color: #757575;
|
|
1403
1337
|
color: #757575;
|
|
1404
|
-
}
|
|
1338
|
+
}
|