@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
|
@@ -53,13 +53,16 @@
|
|
|
53
53
|
padding: 0 8px 0 0;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon
|
|
57
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
56
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
58
57
|
padding: 0 12px 0 0;
|
|
59
58
|
}
|
|
60
59
|
|
|
60
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
61
|
+
padding: 0 8px 0 0;
|
|
62
|
+
}
|
|
63
|
+
|
|
61
64
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
62
|
-
padding: 0
|
|
65
|
+
padding: 0 4px 0 0;
|
|
63
66
|
}
|
|
64
67
|
|
|
65
68
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
@@ -75,7 +78,7 @@
|
|
|
75
78
|
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
76
79
|
border-left-width: 0;
|
|
77
80
|
border-radius: 4px 0 0 4px;
|
|
78
|
-
border-right-width:
|
|
81
|
+
border-right-width: 0;
|
|
79
82
|
}
|
|
80
83
|
|
|
81
84
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
@@ -84,8 +87,8 @@
|
|
|
84
87
|
}
|
|
85
88
|
|
|
86
89
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
87
|
-
height:
|
|
88
|
-
width:
|
|
90
|
+
height: 28px;
|
|
91
|
+
width: 28px;
|
|
89
92
|
}
|
|
90
93
|
|
|
91
94
|
.e-multi-select-wrapper .e-searcher input[type='text'] {
|
|
@@ -94,12 +97,12 @@
|
|
|
94
97
|
}
|
|
95
98
|
|
|
96
99
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
97
|
-
content: '\
|
|
100
|
+
content: '\e729';
|
|
98
101
|
font-family: 'e-icons';
|
|
99
102
|
}
|
|
100
103
|
|
|
101
104
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
102
|
-
content: '\
|
|
105
|
+
content: '\e7e7';
|
|
103
106
|
cursor: pointer;
|
|
104
107
|
left: 0;
|
|
105
108
|
position: relative;
|
|
@@ -107,7 +110,7 @@
|
|
|
107
110
|
}
|
|
108
111
|
|
|
109
112
|
.e-multi-select-wrapper .e-close-hooker::before {
|
|
110
|
-
content: '\
|
|
113
|
+
content: '\e7e7';
|
|
111
114
|
cursor: pointer;
|
|
112
115
|
left: 6px;
|
|
113
116
|
position: relative;
|
|
@@ -131,12 +134,14 @@
|
|
|
131
134
|
width: 100%;
|
|
132
135
|
}
|
|
133
136
|
|
|
134
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher
|
|
137
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
138
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
135
139
|
height: 27px;
|
|
136
140
|
vertical-align: middle;
|
|
137
141
|
}
|
|
138
142
|
|
|
139
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase
|
|
143
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
144
|
+
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
140
145
|
height: 100%;
|
|
141
146
|
min-height: 100%;
|
|
142
147
|
}
|
|
@@ -150,6 +155,7 @@
|
|
|
150
155
|
display: inline-block;
|
|
151
156
|
overflow: hidden;
|
|
152
157
|
text-overflow: ellipsis;
|
|
158
|
+
padding: 0;
|
|
153
159
|
}
|
|
154
160
|
|
|
155
161
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
@@ -263,9 +269,9 @@
|
|
|
263
269
|
|
|
264
270
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
265
271
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
|
|
266
|
-
font-size:
|
|
267
|
-
height:
|
|
268
|
-
width:
|
|
272
|
+
font-size: 18px;
|
|
273
|
+
height: 28px;
|
|
274
|
+
width: 28px;
|
|
269
275
|
}
|
|
270
276
|
|
|
271
277
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
|
|
@@ -342,7 +348,7 @@
|
|
|
342
348
|
}
|
|
343
349
|
|
|
344
350
|
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
345
|
-
margin:
|
|
351
|
+
margin: 3px;
|
|
346
352
|
}
|
|
347
353
|
|
|
348
354
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
@@ -364,6 +370,10 @@
|
|
|
364
370
|
padding: 8px 4px 8px 0;
|
|
365
371
|
}
|
|
366
372
|
|
|
373
|
+
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
374
|
+
font-size: 16px;
|
|
375
|
+
}
|
|
376
|
+
|
|
367
377
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
368
378
|
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
369
379
|
padding: 8px 0 8px 4px;
|
|
@@ -387,31 +397,43 @@
|
|
|
387
397
|
|
|
388
398
|
.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
389
399
|
cursor: default;
|
|
390
|
-
font-size:
|
|
391
|
-
height:
|
|
392
|
-
margin-top: -
|
|
400
|
+
font-size: 18px;
|
|
401
|
+
height: 28px;
|
|
402
|
+
margin-top: -1.65em;
|
|
393
403
|
position: absolute;
|
|
394
404
|
right: 5px;
|
|
395
405
|
top: 100%;
|
|
396
|
-
width:
|
|
406
|
+
width: 28px;
|
|
397
407
|
}
|
|
398
408
|
|
|
399
409
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
410
|
+
.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
400
411
|
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
401
|
-
right:
|
|
412
|
+
right: 32px;
|
|
402
413
|
}
|
|
403
414
|
|
|
404
415
|
.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
405
|
-
left:
|
|
416
|
+
left: 32px;
|
|
406
417
|
right: auto;
|
|
407
418
|
}
|
|
408
419
|
|
|
409
420
|
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
410
|
-
margin-top: -
|
|
421
|
+
margin-top: -1.62em;
|
|
422
|
+
height: 36px;
|
|
423
|
+
width: 40px;
|
|
411
424
|
}
|
|
412
425
|
|
|
413
426
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
414
|
-
margin-top: -
|
|
427
|
+
margin-top: -1.62em;
|
|
428
|
+
height: 36px;
|
|
429
|
+
width: 40px;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
433
|
+
.e-bigger.e-multiselect .e-down-icon .e-chips-close.e-close-hooker.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
434
|
+
font-size: 22px;
|
|
435
|
+
margin-top: -1.65em;
|
|
436
|
+
margin-top: -1.62em;
|
|
415
437
|
}
|
|
416
438
|
|
|
417
439
|
.e-multi-select-wrapper input[type='text'] {
|
|
@@ -424,7 +446,7 @@
|
|
|
424
446
|
min-height: 28px;
|
|
425
447
|
outline: none;
|
|
426
448
|
padding: 0;
|
|
427
|
-
text-indent:
|
|
449
|
+
text-indent: 10px;
|
|
428
450
|
}
|
|
429
451
|
|
|
430
452
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
|
|
@@ -438,7 +460,7 @@
|
|
|
438
460
|
min-height: 28px;
|
|
439
461
|
outline: none;
|
|
440
462
|
padding: 0;
|
|
441
|
-
text-indent:
|
|
463
|
+
text-indent: 10px;
|
|
442
464
|
}
|
|
443
465
|
|
|
444
466
|
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
|
|
@@ -453,8 +475,8 @@
|
|
|
453
475
|
|
|
454
476
|
.e-bigger .e-multi-select-wrapper input[type='text'] {
|
|
455
477
|
font-size: 16px;
|
|
456
|
-
height:
|
|
457
|
-
min-height:
|
|
478
|
+
height: 36px;
|
|
479
|
+
min-height: 36px;
|
|
458
480
|
}
|
|
459
481
|
|
|
460
482
|
.e-multi-select-wrapper input[type='text']::-ms-clear {
|
|
@@ -493,14 +515,27 @@
|
|
|
493
515
|
font-size: 14px;
|
|
494
516
|
line-height: 28px;
|
|
495
517
|
max-width: 100%;
|
|
496
|
-
padding-left:
|
|
518
|
+
padding-left: 10px;
|
|
497
519
|
padding-right: 6px;
|
|
498
520
|
vertical-align: middle;
|
|
499
521
|
}
|
|
500
522
|
|
|
501
523
|
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
502
|
-
|
|
503
|
-
|
|
524
|
+
font-size: 16px;
|
|
525
|
+
line-height: 36px;
|
|
526
|
+
padding-left: 10px;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
.e-bigger .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
530
|
+
font-size: 16px;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
.e-small .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
534
|
+
font-size: 12px;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
538
|
+
font-size: 14px;
|
|
504
539
|
}
|
|
505
540
|
|
|
506
541
|
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
@@ -572,7 +607,7 @@
|
|
|
572
607
|
|
|
573
608
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
|
|
574
609
|
float: right;
|
|
575
|
-
margin:
|
|
610
|
+
margin: 3px;
|
|
576
611
|
padding: 0 8px 0 4px;
|
|
577
612
|
}
|
|
578
613
|
|
|
@@ -605,9 +640,10 @@
|
|
|
605
640
|
}
|
|
606
641
|
|
|
607
642
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
608
|
-
left:
|
|
643
|
+
left: 32px;
|
|
609
644
|
position: absolute;
|
|
610
645
|
right: auto;
|
|
646
|
+
left: 0;
|
|
611
647
|
}
|
|
612
648
|
|
|
613
649
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
|
|
@@ -618,8 +654,8 @@
|
|
|
618
654
|
padding-right: 16px;
|
|
619
655
|
}
|
|
620
656
|
|
|
621
|
-
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-
|
|
622
|
-
left:
|
|
657
|
+
.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker {
|
|
658
|
+
left: 32px;
|
|
623
659
|
}
|
|
624
660
|
|
|
625
661
|
.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
@@ -628,38 +664,28 @@
|
|
|
628
664
|
|
|
629
665
|
.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
630
666
|
bottom: 1px;
|
|
631
|
-
margin-right:
|
|
667
|
+
margin-right: 8px;
|
|
632
668
|
position: relative;
|
|
633
669
|
text-indent: 0;
|
|
634
670
|
vertical-align: middle;
|
|
635
671
|
}
|
|
636
672
|
|
|
637
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
|
|
638
|
-
padding-left: 14px;
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
642
|
-
padding-right: 25px;
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
646
|
-
padding-right: 25px;
|
|
647
|
-
}
|
|
648
|
-
|
|
649
673
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
650
674
|
bottom: 1px;
|
|
651
|
-
margin-right:
|
|
675
|
+
margin-right: 8px;
|
|
652
676
|
position: relative;
|
|
653
677
|
text-indent: 0;
|
|
654
678
|
vertical-align: middle;
|
|
655
679
|
}
|
|
656
680
|
|
|
657
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper
|
|
681
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
682
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
658
683
|
bottom: 1px;
|
|
659
684
|
margin-right: 12px;
|
|
660
685
|
}
|
|
661
686
|
|
|
662
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-
|
|
687
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
688
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
663
689
|
bottom: 1px;
|
|
664
690
|
margin-right: 12px;
|
|
665
691
|
}
|
|
@@ -674,30 +700,14 @@
|
|
|
674
700
|
margin-right: 0;
|
|
675
701
|
}
|
|
676
702
|
|
|
677
|
-
.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
|
|
678
|
-
padding-right: 0;
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
.e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
|
|
682
|
-
padding-right: 0;
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
686
|
-
padding-left: 16px;
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-dropdownbase.e-dd-group .e-list-item .e-checkbox-wrapper {
|
|
690
|
-
padding-left: 14px;
|
|
691
|
-
}
|
|
692
|
-
|
|
693
703
|
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
694
704
|
cursor: pointer;
|
|
695
705
|
display: block;
|
|
696
|
-
line-height:
|
|
706
|
+
line-height: 30px;
|
|
697
707
|
overflow: hidden;
|
|
698
708
|
padding-right: 16px;
|
|
699
709
|
position: relative;
|
|
700
|
-
text-indent:
|
|
710
|
+
text-indent: 12px;
|
|
701
711
|
white-space: nowrap;
|
|
702
712
|
width: 100%;
|
|
703
713
|
}
|
|
@@ -714,20 +724,37 @@
|
|
|
714
724
|
font-size: 14px;
|
|
715
725
|
}
|
|
716
726
|
|
|
727
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-all-text,
|
|
728
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
729
|
+
font-size: 16px;
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
.e-small.e-multi-select-list-wrapper .e-selectall-parent .e-all-text,
|
|
733
|
+
.e-small .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
734
|
+
font-size: 12px;
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent .e-all-text,
|
|
738
|
+
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
739
|
+
font-size: 14px;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
717
743
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
718
744
|
font-size: 14px;
|
|
719
|
-
line-height:
|
|
720
|
-
text-indent:
|
|
745
|
+
line-height: 36px;
|
|
746
|
+
text-indent: 16px;
|
|
721
747
|
}
|
|
722
748
|
|
|
723
749
|
.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
724
750
|
bottom: 1px;
|
|
725
|
-
margin-right:
|
|
751
|
+
margin-right: 8px;
|
|
726
752
|
position: relative;
|
|
727
753
|
text-indent: 0;
|
|
728
754
|
vertical-align: middle;
|
|
729
755
|
}
|
|
730
756
|
|
|
757
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
731
758
|
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
732
759
|
bottom: 1px;
|
|
733
760
|
margin-right: 12px;
|
|
@@ -752,16 +779,6 @@
|
|
|
752
779
|
padding: 0;
|
|
753
780
|
}
|
|
754
781
|
|
|
755
|
-
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
756
|
-
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter {
|
|
757
|
-
padding: 8px;
|
|
758
|
-
}
|
|
759
|
-
|
|
760
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrappe .e-filter-parent .e-input-filter,
|
|
761
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
762
|
-
padding: 4px 0;
|
|
763
|
-
}
|
|
764
|
-
|
|
765
782
|
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon,
|
|
766
783
|
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
767
784
|
padding-left: 8px;
|
|
@@ -772,7 +789,7 @@
|
|
|
772
789
|
}
|
|
773
790
|
|
|
774
791
|
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
775
|
-
line-height:
|
|
792
|
+
line-height: 36px;
|
|
776
793
|
}
|
|
777
794
|
|
|
778
795
|
.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
@@ -802,8 +819,20 @@ ejs-multiselect {
|
|
|
802
819
|
display: block;
|
|
803
820
|
}
|
|
804
821
|
|
|
822
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close {
|
|
823
|
+
height: 20px;
|
|
824
|
+
width: 20px;
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
828
|
+
font-size: 20px;
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
805
832
|
.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
806
|
-
line-height:
|
|
833
|
+
line-height: 24px;
|
|
834
|
+
font-size: 12px;
|
|
835
|
+
text-indent: 8px;
|
|
807
836
|
}
|
|
808
837
|
|
|
809
838
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
@@ -815,29 +844,50 @@ ejs-multiselect {
|
|
|
815
844
|
min-height: 24px;
|
|
816
845
|
}
|
|
817
846
|
|
|
847
|
+
.e-small .e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
848
|
+
.e-small .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
849
|
+
height: 24px;
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
.e-bigger.e-small .e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
853
|
+
.e-bigger.e-small .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
854
|
+
height: 32px;
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
.e-bigger .e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
858
|
+
.e-bigger .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
859
|
+
height: 36px;
|
|
860
|
+
}
|
|
861
|
+
|
|
818
862
|
.e-small .e-multi-select-wrapper input[type='text'] {
|
|
819
863
|
font-size: 12px;
|
|
820
|
-
height:
|
|
821
|
-
min-height:
|
|
864
|
+
height: 24px;
|
|
865
|
+
min-height: 24px;
|
|
822
866
|
}
|
|
823
867
|
|
|
824
868
|
.e-small .e-multi-select-wrapper .e-delim-values {
|
|
825
869
|
font-size: 12px;
|
|
826
|
-
line-height:
|
|
870
|
+
line-height: 24px;
|
|
827
871
|
}
|
|
828
872
|
|
|
829
873
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
830
874
|
.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
831
|
-
margin-top: -
|
|
875
|
+
margin-top: -1.65em;
|
|
876
|
+
font-size: 16px;
|
|
877
|
+
height: 24px;
|
|
878
|
+
width: 28px;
|
|
832
879
|
}
|
|
833
880
|
|
|
881
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
834
882
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
835
|
-
line-height:
|
|
883
|
+
line-height: 32px;
|
|
884
|
+
font-size: 14px;
|
|
885
|
+
text-indent: 14px;
|
|
836
886
|
}
|
|
837
887
|
|
|
838
888
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
839
|
-
height:
|
|
840
|
-
width:
|
|
889
|
+
height: 18px;
|
|
890
|
+
width: 18px;
|
|
841
891
|
}
|
|
842
892
|
|
|
843
893
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -845,19 +895,22 @@ ejs-multiselect {
|
|
|
845
895
|
}
|
|
846
896
|
|
|
847
897
|
.e-bigger.e-small .e-multi-select-wrapper input[type='text'] {
|
|
898
|
+
font-size: 14px;
|
|
848
899
|
height: 32px;
|
|
849
900
|
min-height: 32px;
|
|
850
901
|
}
|
|
851
902
|
|
|
852
903
|
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
853
|
-
font-size:
|
|
854
|
-
line-height:
|
|
904
|
+
font-size: 14px;
|
|
905
|
+
line-height: 32px;
|
|
855
906
|
}
|
|
856
907
|
|
|
857
908
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
858
909
|
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
859
|
-
margin-top: -
|
|
860
|
-
|
|
910
|
+
margin-top: -1.64em;
|
|
911
|
+
font-size: 20px;
|
|
912
|
+
height: 32px;
|
|
913
|
+
width: 32px;
|
|
861
914
|
}
|
|
862
915
|
|
|
863
916
|
.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
@@ -1099,8 +1152,8 @@ ejs-multiselect {
|
|
|
1099
1152
|
background-color: #9ca3af;
|
|
1100
1153
|
}
|
|
1101
1154
|
|
|
1102
|
-
.e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
1103
|
-
background-color: #
|
|
1155
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
1156
|
+
background-color: #9ca3af;
|
|
1104
1157
|
}
|
|
1105
1158
|
|
|
1106
1159
|
.e-multiselect {
|
|
@@ -1128,7 +1181,7 @@ ejs-multiselect {
|
|
|
1128
1181
|
height: 22px;
|
|
1129
1182
|
}
|
|
1130
1183
|
|
|
1131
|
-
.e-multi-select-wrapper .e-chips:hover {
|
|
1184
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
1132
1185
|
background-color: #d1d5db;
|
|
1133
1186
|
}
|
|
1134
1187
|
|
|
@@ -1156,7 +1209,7 @@ ejs-multiselect {
|
|
|
1156
1209
|
|
|
1157
1210
|
.e-multi-select-wrapper .e-chips.e-mob-chip,
|
|
1158
1211
|
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
1159
|
-
height:
|
|
1212
|
+
height: 30px;
|
|
1160
1213
|
}
|
|
1161
1214
|
|
|
1162
1215
|
.e-popup.e-multi-select-list-wrapper {
|
|
@@ -1165,19 +1218,17 @@ ejs-multiselect {
|
|
|
1165
1218
|
overflow: initial;
|
|
1166
1219
|
}
|
|
1167
1220
|
|
|
1168
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
|
|
1169
|
-
border-bottom: 1px solid transparent;
|
|
1170
|
-
border-left: 1px solid #e5e7eb;
|
|
1171
|
-
border-right: 1px solid #e5e7eb;
|
|
1172
|
-
border-top: 1px solid #9ca3af;
|
|
1173
|
-
}
|
|
1174
|
-
|
|
1175
1221
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
|
|
1176
1222
|
background-color: transparent;
|
|
1177
1223
|
border-color: transparent;
|
|
1178
1224
|
color: #111827;
|
|
1179
1225
|
}
|
|
1180
1226
|
|
|
1227
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-dropdownbase .e-list-item.e-active,
|
|
1228
|
+
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
1229
|
+
font-weight: normal;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1181
1232
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
|
|
1182
1233
|
background-color: transparent;
|
|
1183
1234
|
border-color: transparent;
|
|
@@ -1200,29 +1251,14 @@ ejs-multiselect {
|
|
|
1200
1251
|
background-color: #f3f4f6;
|
|
1201
1252
|
}
|
|
1202
1253
|
|
|
1203
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
|
|
1204
|
-
border-bottom: 1px solid transparent;
|
|
1205
|
-
border-top: 1px solid transparent;
|
|
1206
|
-
}
|
|
1207
|
-
|
|
1208
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
|
|
1209
|
-
border-bottom: 1px solid transparent;
|
|
1210
|
-
}
|
|
1211
|
-
|
|
1212
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
|
|
1213
|
-
border-top: 1px solid transparent;
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
1254
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
1217
1255
|
background-color: #e5e7eb;
|
|
1218
|
-
border: 1px solid transparent;
|
|
1219
1256
|
box-shadow: none;
|
|
1220
1257
|
color: #111827;
|
|
1221
1258
|
}
|
|
1222
1259
|
|
|
1223
1260
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
1224
1261
|
background-color: #e5e7eb;
|
|
1225
|
-
border: 1px solid transparent;
|
|
1226
1262
|
box-shadow: none;
|
|
1227
1263
|
color: #111827;
|
|
1228
1264
|
}
|
|
@@ -1265,11 +1301,15 @@ ejs-multiselect {
|
|
|
1265
1301
|
}
|
|
1266
1302
|
|
|
1267
1303
|
.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1268
|
-
color: #
|
|
1304
|
+
color: #6b7280;
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
|
|
1308
|
+
color: #374151;
|
|
1269
1309
|
}
|
|
1270
1310
|
|
|
1271
1311
|
.e-small .e-multi-select-wrapper .e-chips {
|
|
1272
|
-
height:
|
|
1312
|
+
height: 18px;
|
|
1273
1313
|
}
|
|
1274
1314
|
|
|
1275
1315
|
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
@@ -1281,19 +1321,19 @@ ejs-multiselect {
|
|
|
1281
1321
|
}
|
|
1282
1322
|
|
|
1283
1323
|
.e-small .e-multi-select-wrapper .e-close-hooker::before {
|
|
1284
|
-
left:
|
|
1324
|
+
left: 6px;
|
|
1285
1325
|
}
|
|
1286
1326
|
|
|
1287
1327
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
1288
|
-
height:
|
|
1328
|
+
height: 26px;
|
|
1289
1329
|
}
|
|
1290
1330
|
|
|
1291
1331
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1292
|
-
font-size:
|
|
1332
|
+
font-size: 14px;
|
|
1293
1333
|
}
|
|
1294
1334
|
|
|
1295
1335
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1296
|
-
font-size:
|
|
1336
|
+
font-size: 18px;
|
|
1297
1337
|
}
|
|
1298
1338
|
|
|
1299
1339
|
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|