@syncfusion/ej2-dropdowns 20.4.54 → 21.1.35
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 +1 -78
- package/dist/ej2-dropdowns.min.js +2 -2
- 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 +162 -56
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +158 -50
- 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 +13 -12
- package/src/combo-box/combo-box.js +2 -0
- package/src/common/highlight-search.js +1 -1
- package/src/common/incremental-search.d.ts +3 -0
- package/src/common/incremental-search.js +7 -0
- package/src/drop-down-list/drop-down-list-model.d.ts +6 -6
- package/src/drop-down-list/drop-down-list.js +46 -18
- package/src/drop-down-tree/drop-down-tree-model.d.ts +2 -2
- package/src/drop-down-tree/drop-down-tree.d.ts +62 -6
- package/src/drop-down-tree/drop-down-tree.js +11 -11
- package/src/list-box/list-box.d.ts +15 -3
- package/src/list-box/list-box.js +3 -3
- package/src/mention/mention.d.ts +4 -0
- package/src/mention/mention.js +88 -17
- package/styles/bootstrap-dark.css +2 -15
- package/styles/bootstrap.css +2 -5
- package/styles/bootstrap4.css +3 -14
- package/styles/bootstrap5-dark.css +5 -8
- package/styles/bootstrap5.css +5 -8
- package/styles/drop-down-base/_bootstrap4-definition.scss +0 -8
- package/styles/drop-down-base/_bootstrap5-definition.scss +2 -2
- package/styles/drop-down-base/_fluent-definition.scss +2 -2
- package/styles/drop-down-base/_tailwind-definition.scss +2 -2
- package/styles/drop-down-base/_theme.scss +63 -10
- package/styles/drop-down-base/bootstrap-dark.css +2 -2
- package/styles/drop-down-base/bootstrap.css +2 -2
- package/styles/drop-down-base/bootstrap4.css +2 -10
- package/styles/drop-down-base/bootstrap5-dark.css +2 -2
- package/styles/drop-down-base/bootstrap5.css +2 -2
- package/styles/drop-down-base/fabric-dark.css +2 -2
- package/styles/drop-down-base/fabric.css +2 -2
- package/styles/drop-down-base/fluent-dark.css +2 -2
- package/styles/drop-down-base/fluent.css +2 -2
- package/styles/drop-down-base/highcontrast-light.css +2 -2
- package/styles/drop-down-base/highcontrast.css +2 -2
- package/styles/drop-down-base/material-dark.css +2 -2
- package/styles/drop-down-base/material.css +2 -2
- package/styles/drop-down-base/tailwind-dark.css +2 -2
- package/styles/drop-down-base/tailwind.css +2 -2
- package/styles/drop-down-list/_bootstrap4-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap5-definition.scss +6 -6
- package/styles/drop-down-list/_fluent-definition.scss +5 -5
- package/styles/drop-down-list/_layout.scss +1 -4
- package/styles/drop-down-list/_tailwind-definition.scss +1 -1
- package/styles/drop-down-list/bootstrap-dark.css +0 -3
- package/styles/drop-down-list/bootstrap.css +0 -3
- package/styles/drop-down-list/bootstrap4.css +1 -12
- package/styles/drop-down-list/bootstrap5-dark.css +0 -3
- package/styles/drop-down-list/bootstrap5.css +0 -3
- package/styles/drop-down-list/fabric-dark.css +0 -3
- package/styles/drop-down-list/fabric.css +0 -3
- package/styles/drop-down-list/fluent-dark.css +0 -3
- package/styles/drop-down-list/fluent.css +0 -3
- package/styles/drop-down-list/highcontrast-light.css +0 -3
- package/styles/drop-down-list/highcontrast.css +0 -3
- package/styles/drop-down-list/icons/_material3.scss +1 -1
- package/styles/drop-down-list/material-dark.css +1 -3
- package/styles/drop-down-list/material.css +0 -3
- package/styles/drop-down-list/tailwind-dark.css +1 -4
- package/styles/drop-down-list/tailwind.css +1 -4
- package/styles/drop-down-tree/_layout.scss +34 -14
- package/styles/drop-down-tree/_tailwind-definition.scss +1 -1
- package/styles/drop-down-tree/_theme.scss +1 -1
- package/styles/drop-down-tree/bootstrap4.css +0 -8
- package/styles/drop-down-tree/material-dark.css +1 -0
- package/styles/fabric-dark.css +2 -15
- package/styles/fabric.css +2 -5
- package/styles/fluent-dark.css +6 -9
- package/styles/fluent.css +6 -9
- package/styles/highcontrast-light.css +9 -15
- package/styles/highcontrast.css +15 -11
- package/styles/list-box/_bootstrap-dark-definition.scss +0 -3
- package/styles/list-box/_bootstrap-definition.scss +0 -3
- package/styles/list-box/_bootstrap4-definition.scss +0 -3
- package/styles/list-box/_bootstrap5-definition.scss +0 -3
- package/styles/list-box/_fabric-dark-definition.scss +0 -3
- package/styles/list-box/_fabric-definition.scss +0 -3
- package/styles/list-box/_fluent-definition.scss +0 -3
- package/styles/list-box/_fusionnew-definition.scss +0 -3
- package/styles/list-box/_highcontrast-definition.scss +0 -3
- package/styles/list-box/_highcontrast-light-definition.scss +0 -3
- package/styles/list-box/_material-dark-definition.scss +0 -3
- package/styles/list-box/_material-definition.scss +0 -3
- package/styles/list-box/_tailwind-definition.scss +0 -3
- package/styles/list-box/bootstrap4.css +0 -8
- package/styles/material-dark.css +4 -15
- package/styles/material.css +2 -5
- package/styles/mention/bootstrap4.css +0 -8
- package/styles/multi-select/_bootstrap5-definition.scss +6 -6
- package/styles/multi-select/_fluent-definition.scss +7 -7
- package/styles/multi-select/_highcontrast-definition.scss +8 -6
- package/styles/multi-select/_highcontrast-light-definition.scss +2 -0
- package/styles/multi-select/_layout.scss +94 -77
- package/styles/multi-select/_tailwind-definition.scss +2 -2
- package/styles/multi-select/_theme.scss +110 -22
- package/styles/multi-select/bootstrap4.css +0 -8
- package/styles/multi-select/bootstrap5-dark.css +3 -3
- package/styles/multi-select/bootstrap5.css +3 -3
- package/styles/multi-select/fluent-dark.css +4 -4
- package/styles/multi-select/fluent.css +4 -4
- package/styles/multi-select/highcontrast-light.css +7 -0
- package/styles/multi-select/highcontrast.css +13 -6
- package/styles/multi-select/icons/_material3.scss +670 -3
- package/styles/multi-select/tailwind-dark.css +2 -1
- package/styles/multi-select/tailwind.css +2 -1
- package/styles/tailwind-dark.css +5 -7
- package/styles/tailwind.css +5 -7
- package/styles/auto-complete/_material3-definition.scss +0 -2
- package/styles/combo-box/_material3-definition.scss +0 -2
- package/styles/drop-down-base/_material3-definition.scss +0 -117
- package/styles/drop-down-list/_material3-definition.scss +0 -201
- package/styles/drop-down-tree/_material3-definition.scss +0 -60
- package/styles/list-box/_material3-definition.scss +0 -120
- package/styles/mention/_material3-definition.scss +0 -1
- package/styles/multi-select/_material3-definition.scss +0 -226
|
@@ -137,13 +137,13 @@ $ddl-bigger-chip-close-font: $text-xl !default;
|
|
|
137
137
|
// Small size
|
|
138
138
|
$ddl-select-all-height-small: 24px !default;
|
|
139
139
|
$ddl-small-chip-height: 18px !default;
|
|
140
|
-
$ddl-chip-small-font-size:
|
|
140
|
+
$ddl-chip-small-font-size: $text-xs !default;
|
|
141
141
|
$ddl-small-chip-close-square: $text-sm !default;
|
|
142
142
|
$ddl-small-chip-close-width: $text-sm !default;
|
|
143
143
|
$ddl-small-chip-close-font: $text-sm !default;
|
|
144
144
|
$ddl-control-small-height: 24px !default;
|
|
145
145
|
$ddl-small-input-height: 24px !default;
|
|
146
|
-
$ddl-delim-small-font-size:
|
|
146
|
+
$ddl-delim-small-font-size: $text-xs !default;
|
|
147
147
|
$ddl-small-closer-margin-top: -1.65em !default;
|
|
148
148
|
$ddl-chip-close-hooker-small-left: 6px !default;
|
|
149
149
|
$ddl-chip-close-hooker-small-bigger-left: 6px !default;
|
|
@@ -3,11 +3,21 @@
|
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
.e-multi-select-wrapper .e-chips.e-chip-selected {
|
|
6
|
-
|
|
6
|
+
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
7
|
+
background: $ddl-sel-chip-bg-color;
|
|
8
|
+
}
|
|
9
|
+
@if $ddl-multiselect-skin-name != 'Material3' {
|
|
10
|
+
background-color: $ddl-sel-chip-bg-color;
|
|
11
|
+
}
|
|
7
12
|
}
|
|
8
13
|
|
|
9
14
|
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
|
|
10
|
-
|
|
15
|
+
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
16
|
+
background: $ddl-sel-hover-chip-bg-color;
|
|
17
|
+
}
|
|
18
|
+
@if $ddl-multiselect-skin-name != 'Material3' {
|
|
19
|
+
background-color: $ddl-sel-hover-chip-bg-color;
|
|
20
|
+
}
|
|
11
21
|
}
|
|
12
22
|
|
|
13
23
|
#{&}.e-multiselect {
|
|
@@ -31,13 +41,24 @@
|
|
|
31
41
|
}
|
|
32
42
|
|
|
33
43
|
.e-multi-select-wrapper .e-chips {
|
|
34
|
-
|
|
44
|
+
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
45
|
+
background: $ddl-chip-bg-color;
|
|
46
|
+
border: $ddl-chip-border;
|
|
47
|
+
}
|
|
48
|
+
@if $ddl-multiselect-skin-name != 'Material3' {
|
|
49
|
+
background-color: $ddl-chip-bg-color;
|
|
50
|
+
}
|
|
35
51
|
border-radius: $ddl-chip-radius;
|
|
36
52
|
height: $ddl-chip-height;
|
|
37
53
|
}
|
|
38
54
|
|
|
39
55
|
.e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover {
|
|
40
|
-
|
|
56
|
+
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
57
|
+
background: $ddl-chip-hover-bg-color;
|
|
58
|
+
}
|
|
59
|
+
@if $ddl-multiselect-skin-name != 'Material3' {
|
|
60
|
+
background-color: $ddl-chip-hover-bg-color;
|
|
61
|
+
}
|
|
41
62
|
}
|
|
42
63
|
|
|
43
64
|
.e-multi-select-wrapper .e-chips > .e-chipcontent:hover {
|
|
@@ -57,7 +78,12 @@
|
|
|
57
78
|
}
|
|
58
79
|
|
|
59
80
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
60
|
-
|
|
81
|
+
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
82
|
+
background: $ddl-chip-mobile-bg;
|
|
83
|
+
}
|
|
84
|
+
@if $ddl-multiselect-skin-name != 'Material3' {
|
|
85
|
+
background-color: $ddl-chip-mobile-bg;
|
|
86
|
+
}
|
|
61
87
|
border-radius: $ddl-chip-mobile-radius;
|
|
62
88
|
color: $ddl-chip-mobile-font;
|
|
63
89
|
height: $ddl-chip-sel-mobile-height;
|
|
@@ -89,7 +115,12 @@
|
|
|
89
115
|
}
|
|
90
116
|
|
|
91
117
|
#{&}.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
|
|
92
|
-
|
|
118
|
+
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
119
|
+
background: transparent;
|
|
120
|
+
}
|
|
121
|
+
@if $ddl-multiselect-skin-name != 'Material3' {
|
|
122
|
+
background-color: transparent;
|
|
123
|
+
}
|
|
93
124
|
border-color: transparent;
|
|
94
125
|
color: $ddl-multi-list-default-font-color;
|
|
95
126
|
}
|
|
@@ -115,7 +146,12 @@
|
|
|
115
146
|
}
|
|
116
147
|
|
|
117
148
|
#{&}.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
|
|
118
|
-
|
|
149
|
+
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
150
|
+
background: transparent;
|
|
151
|
+
}
|
|
152
|
+
@if $ddl-multiselect-skin-name != 'Material3' {
|
|
153
|
+
background-color: transparent;
|
|
154
|
+
}
|
|
119
155
|
border-color: transparent;
|
|
120
156
|
color: $ddl-multi-list-default-font-color;
|
|
121
157
|
@if $ddl-multiselect-skin-name == 'FluentUI' {
|
|
@@ -139,14 +175,24 @@
|
|
|
139
175
|
}
|
|
140
176
|
|
|
141
177
|
#{&}.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
|
|
142
|
-
|
|
178
|
+
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
179
|
+
background: $ddl-multi-list-hover-bg-color;
|
|
180
|
+
}
|
|
181
|
+
@if $ddl-multiselect-skin-name != 'Material3' {
|
|
182
|
+
background-color: $ddl-multi-list-hover-bg-color;
|
|
183
|
+
}
|
|
143
184
|
@if $ddl-multiselect-skin-name == 'bootstrap5' {
|
|
144
185
|
color: $ddl-multi-list-default-font-color;
|
|
145
186
|
}
|
|
146
187
|
}
|
|
147
188
|
|
|
148
189
|
#{&}.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
|
|
149
|
-
|
|
190
|
+
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
191
|
+
background: $ddl-multi-list-hover-bg-color;
|
|
192
|
+
}
|
|
193
|
+
@if $ddl-multiselect-skin-name != 'Material3' {
|
|
194
|
+
background-color: $ddl-multi-list-hover-bg-color;
|
|
195
|
+
}
|
|
150
196
|
@if $ddl-multiselect-skin-name == 'bootstrap5' {
|
|
151
197
|
color: $content-text-color-alt3;
|
|
152
198
|
}
|
|
@@ -175,7 +221,12 @@
|
|
|
175
221
|
}
|
|
176
222
|
|
|
177
223
|
#{&}.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
|
|
178
|
-
|
|
224
|
+
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
225
|
+
background: $ddl-popup-active-focus-bg-color;
|
|
226
|
+
}
|
|
227
|
+
@if $ddl-multiselect-skin-name != 'Material3' {
|
|
228
|
+
background-color: $ddl-popup-active-focus-bg-color;
|
|
229
|
+
}
|
|
179
230
|
@if $ddl-multiselect-skin-name != 'FluentUI' {
|
|
180
231
|
box-shadow: $ddl-popup-active-focus-shadow-item;
|
|
181
232
|
}
|
|
@@ -186,7 +237,12 @@
|
|
|
186
237
|
}
|
|
187
238
|
|
|
188
239
|
#{&}.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
|
|
189
|
-
|
|
240
|
+
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
241
|
+
background: $ddl-popup-active-focus-bg-color;
|
|
242
|
+
}
|
|
243
|
+
@if $ddl-multiselect-skin-name != 'Material3' {
|
|
244
|
+
background-color: $ddl-popup-active-focus-bg-color;
|
|
245
|
+
}
|
|
190
246
|
box-shadow: $ddl-popup-active-focus-shadow-item;
|
|
191
247
|
color: $ddl-popup-active-focus-font-color;
|
|
192
248
|
@if $ddl-multiselect-skin-name != 'tailwind' {
|
|
@@ -351,24 +407,36 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
351
407
|
@if $ddl-multiselect-skin-name == 'material' {
|
|
352
408
|
background-color: $outline-multiselect-chip-bg-color;
|
|
353
409
|
}
|
|
410
|
+
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
411
|
+
background: $outline-multiselect-chip-bg-color;
|
|
412
|
+
}
|
|
354
413
|
}
|
|
355
414
|
|
|
356
415
|
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips {
|
|
357
416
|
@if $ddl-multiselect-skin-name == 'material' {
|
|
358
417
|
background-color: $filled-multiselect-chip-bg-color;
|
|
359
418
|
}
|
|
419
|
+
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
420
|
+
background: $filled-multiselect-chip-bg-color;
|
|
421
|
+
}
|
|
360
422
|
}
|
|
361
423
|
|
|
362
424
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips:hover {
|
|
363
425
|
@if $ddl-multiselect-skin-name == 'material' {
|
|
364
426
|
background-color: $outline-multiselect-chip-hover-bg-color;
|
|
365
427
|
}
|
|
428
|
+
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
429
|
+
background: $outline-multiselect-chip-hover-bg-color;
|
|
430
|
+
}
|
|
366
431
|
}
|
|
367
432
|
|
|
368
433
|
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips:hover {
|
|
369
434
|
@if $ddl-multiselect-skin-name == 'material' {
|
|
370
435
|
background-color: $filled-multiselect-chip-hover-bg-color;
|
|
371
436
|
}
|
|
437
|
+
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
438
|
+
background: $filled-multiselect-chip-hover-bg-color;
|
|
439
|
+
}
|
|
372
440
|
}
|
|
373
441
|
|
|
374
442
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected,
|
|
@@ -376,6 +444,9 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
376
444
|
@if $ddl-multiselect-skin-name == 'material' {
|
|
377
445
|
background-color: $outline-multiselect-sel-chip-bg-color;
|
|
378
446
|
}
|
|
447
|
+
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
448
|
+
background: $outline-multiselect-sel-chip-bg-color;
|
|
449
|
+
}
|
|
379
450
|
}
|
|
380
451
|
|
|
381
452
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected:hover,
|
|
@@ -383,60 +454,63 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
383
454
|
@if $ddl-multiselect-skin-name == 'material' {
|
|
384
455
|
background-color: $outline-multiselect-sel-hover-chip-bg-color;
|
|
385
456
|
}
|
|
457
|
+
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
458
|
+
background: $outline-multiselect-sel-hover-chip-bg-color;
|
|
459
|
+
}
|
|
386
460
|
}
|
|
387
461
|
|
|
388
462
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent,
|
|
389
463
|
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
|
|
390
|
-
@if $ddl-multiselect-skin-name == 'material' {
|
|
464
|
+
@if $ddl-multiselect-skin-name == 'material' or $ddl-multiselect-skin-name == 'Material3' {
|
|
391
465
|
color: $ddl-chip-font-color;
|
|
392
466
|
}
|
|
393
467
|
}
|
|
394
468
|
|
|
395
469
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover,
|
|
396
470
|
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
|
|
397
|
-
@if $ddl-multiselect-skin-name == 'material' {
|
|
471
|
+
@if $ddl-multiselect-skin-name == 'material' or $ddl-multiselect-skin-name == 'Material3' {
|
|
398
472
|
color: $ddl-chip-font-color;
|
|
399
473
|
}
|
|
400
474
|
}
|
|
401
475
|
|
|
402
476
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
403
477
|
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
404
|
-
@if $ddl-multiselect-skin-name == 'material' {
|
|
478
|
+
@if $ddl-multiselect-skin-name == 'material' or $ddl-multiselect-skin-name == 'Material3' {
|
|
405
479
|
color: $outline-multiselect-close-icon-bg-color;
|
|
406
480
|
}
|
|
407
481
|
}
|
|
408
482
|
|
|
409
483
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,
|
|
410
484
|
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
|
|
411
|
-
@if $ddl-multiselect-skin-name == 'material' {
|
|
485
|
+
@if $ddl-multiselect-skin-name == 'material' or $ddl-multiselect-skin-name == 'Material3' {
|
|
412
486
|
color: $outline-multiselect-close-icon-hover-bg-color;
|
|
413
487
|
}
|
|
414
488
|
}
|
|
415
489
|
|
|
416
490
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before,
|
|
417
491
|
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
418
|
-
@if $ddl-multiselect-skin-name == 'material' {
|
|
492
|
+
@if $ddl-multiselect-skin-name == 'material' or $ddl-multiselect-skin-name == 'Material3' {
|
|
419
493
|
color: $ddl-chip-close;
|
|
420
494
|
}
|
|
421
495
|
}
|
|
422
496
|
|
|
423
497
|
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before,
|
|
424
498
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
425
|
-
@if $ddl-multiselect-skin-name == 'material' {
|
|
499
|
+
@if $ddl-multiselect-skin-name == 'material' or $ddl-multiselect-skin-name == 'Material3' {
|
|
426
500
|
color: $ddl-chip-mobile-font;
|
|
427
501
|
}
|
|
428
502
|
}
|
|
429
503
|
|
|
430
504
|
.e-multiselect.e-outline:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before,
|
|
431
505
|
.e-multiselect.e-filled:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before {
|
|
432
|
-
@if $ddl-multiselect-skin-name == 'material' {
|
|
506
|
+
@if $ddl-multiselect-skin-name == 'material' or $ddl-multiselect-skin-name == 'Material3' {
|
|
433
507
|
color: $outline-multiselect-close-icon-hover-bg-color;
|
|
434
508
|
}
|
|
435
509
|
}
|
|
436
510
|
|
|
437
511
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
|
|
438
512
|
.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
439
|
-
@if $ddl-multiselect-skin-name == 'material' {
|
|
513
|
+
@if $ddl-multiselect-skin-name == 'material' or $ddl-multiselect-skin-name == 'Material3' {
|
|
440
514
|
color: $outline-multiselect-remains-font-color;
|
|
441
515
|
}
|
|
442
516
|
}
|
|
@@ -446,7 +520,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
446
520
|
.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
447
521
|
.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before,
|
|
448
522
|
.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
449
|
-
@if $ddl-multiselect-skin-name == 'material' {
|
|
523
|
+
@if $ddl-multiselect-skin-name == 'material' or $ddl-multiselect-skin-name == 'Material3' {
|
|
450
524
|
color: $outline-multiselect-disabled-font-color;
|
|
451
525
|
}
|
|
452
526
|
}
|
|
@@ -460,6 +534,9 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
460
534
|
@if $ddl-multiselect-skin-name == 'material' {
|
|
461
535
|
background-color: $outline-multiselect-disabled-chip-bg-color;
|
|
462
536
|
}
|
|
537
|
+
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
538
|
+
background: $outline-multiselect-disabled-chip-bg-color;
|
|
539
|
+
}
|
|
463
540
|
}
|
|
464
541
|
|
|
465
542
|
.e-multiselect.e-filled .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip.e-chip-selected,
|
|
@@ -475,18 +552,29 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
475
552
|
margin-right: 0;
|
|
476
553
|
width: 100%;
|
|
477
554
|
}
|
|
555
|
+
@if $ddl-multiselect-skin-name == 'Material3' {
|
|
556
|
+
background: $ddl-chip-mobile-bg;
|
|
557
|
+
border-radius: 4px;
|
|
558
|
+
box-sizing: border-box;
|
|
559
|
+
color: $ddl-chip-mobile-font;
|
|
560
|
+
height: $ddl-chip-sel-mobile-height;
|
|
561
|
+
line-height: $ddl-chip-sel-mobile-height;
|
|
562
|
+
margin-left: 0;
|
|
563
|
+
margin-right: 0;
|
|
564
|
+
width: 100%;
|
|
565
|
+
}
|
|
478
566
|
}
|
|
479
567
|
|
|
480
568
|
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close,
|
|
481
569
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
|
|
482
|
-
@if $ddl-multiselect-skin-name == 'material' {
|
|
570
|
+
@if $ddl-multiselect-skin-name == 'material' or $ddl-multiselect-skin-name == 'Material3' {
|
|
483
571
|
width: 33px;
|
|
484
572
|
}
|
|
485
573
|
}
|
|
486
574
|
|
|
487
575
|
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent,
|
|
488
576
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
489
|
-
@if $ddl-multiselect-skin-name == 'material' {
|
|
577
|
+
@if $ddl-multiselect-skin-name == 'material' or $ddl-multiselect-skin-name == 'Material3' {
|
|
490
578
|
color: $ddl-chip-mobile-font;
|
|
491
579
|
}
|
|
492
580
|
}
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
326
326
|
max-width: 100%;
|
|
327
327
|
overflow: hidden;
|
|
328
|
-
padding: 0 6px
|
|
328
|
+
padding: 0 6px 1px 0;
|
|
329
329
|
text-indent: 0;
|
|
330
330
|
text-overflow: ellipsis;
|
|
331
331
|
white-space: nowrap;
|
|
@@ -866,7 +866,7 @@ ejs-multiselect {
|
|
|
866
866
|
}
|
|
867
867
|
|
|
868
868
|
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
869
|
-
font-size:
|
|
869
|
+
font-size: 12px;
|
|
870
870
|
line-height: 28px;
|
|
871
871
|
}
|
|
872
872
|
|
|
@@ -1324,7 +1324,7 @@ ejs-multiselect {
|
|
|
1324
1324
|
}
|
|
1325
1325
|
|
|
1326
1326
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1327
|
-
font-size:
|
|
1327
|
+
font-size: 12px;
|
|
1328
1328
|
}
|
|
1329
1329
|
|
|
1330
1330
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
326
326
|
max-width: 100%;
|
|
327
327
|
overflow: hidden;
|
|
328
|
-
padding: 0 6px
|
|
328
|
+
padding: 0 6px 1px 0;
|
|
329
329
|
text-indent: 0;
|
|
330
330
|
text-overflow: ellipsis;
|
|
331
331
|
white-space: nowrap;
|
|
@@ -866,7 +866,7 @@ ejs-multiselect {
|
|
|
866
866
|
}
|
|
867
867
|
|
|
868
868
|
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
869
|
-
font-size:
|
|
869
|
+
font-size: 12px;
|
|
870
870
|
line-height: 28px;
|
|
871
871
|
}
|
|
872
872
|
|
|
@@ -1324,7 +1324,7 @@ ejs-multiselect {
|
|
|
1324
1324
|
}
|
|
1325
1325
|
|
|
1326
1326
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1327
|
-
font-size:
|
|
1327
|
+
font-size: 12px;
|
|
1328
1328
|
}
|
|
1329
1329
|
|
|
1330
1330
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
353
353
|
max-width: 100%;
|
|
354
354
|
overflow: hidden;
|
|
355
|
-
padding: 0 6px
|
|
355
|
+
padding: 0 6px 1.5px 0;
|
|
356
356
|
text-indent: 0;
|
|
357
357
|
text-overflow: ellipsis;
|
|
358
358
|
white-space: nowrap;
|
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
|
|
366
366
|
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
367
367
|
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
368
|
-
padding: 8px 4px
|
|
368
|
+
padding: 8px 4px 10px 0;
|
|
369
369
|
}
|
|
370
370
|
|
|
371
371
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
@@ -904,7 +904,7 @@ ejs-multiselect {
|
|
|
904
904
|
}
|
|
905
905
|
|
|
906
906
|
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
907
|
-
font-size:
|
|
907
|
+
font-size: 14px;
|
|
908
908
|
line-height: 28px;
|
|
909
909
|
}
|
|
910
910
|
|
|
@@ -1386,7 +1386,7 @@ ejs-multiselect {
|
|
|
1386
1386
|
}
|
|
1387
1387
|
|
|
1388
1388
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1389
|
-
font-size:
|
|
1389
|
+
font-size: 14px;
|
|
1390
1390
|
}
|
|
1391
1391
|
|
|
1392
1392
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
353
353
|
max-width: 100%;
|
|
354
354
|
overflow: hidden;
|
|
355
|
-
padding: 0 6px
|
|
355
|
+
padding: 0 6px 1.5px 0;
|
|
356
356
|
text-indent: 0;
|
|
357
357
|
text-overflow: ellipsis;
|
|
358
358
|
white-space: nowrap;
|
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
|
|
366
366
|
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
367
367
|
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
368
|
-
padding: 8px 4px
|
|
368
|
+
padding: 8px 4px 10px 0;
|
|
369
369
|
}
|
|
370
370
|
|
|
371
371
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
@@ -904,7 +904,7 @@ ejs-multiselect {
|
|
|
904
904
|
}
|
|
905
905
|
|
|
906
906
|
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
907
|
-
font-size:
|
|
907
|
+
font-size: 14px;
|
|
908
908
|
line-height: 28px;
|
|
909
909
|
}
|
|
910
910
|
|
|
@@ -1386,7 +1386,7 @@ ejs-multiselect {
|
|
|
1386
1386
|
}
|
|
1387
1387
|
|
|
1388
1388
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1389
|
-
font-size:
|
|
1389
|
+
font-size: 14px;
|
|
1390
1390
|
}
|
|
1391
1391
|
|
|
1392
1392
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
@@ -382,6 +382,13 @@
|
|
|
382
382
|
white-space: nowrap;
|
|
383
383
|
}
|
|
384
384
|
|
|
385
|
+
.e-small .e-multi-select-wrapper .e-chips {
|
|
386
|
+
margin: none;
|
|
387
|
+
}
|
|
388
|
+
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
389
|
+
padding: none;
|
|
390
|
+
}
|
|
391
|
+
|
|
385
392
|
.e-multi-select-wrapper.e-delimiter .e-searcher {
|
|
386
393
|
display: inline-block;
|
|
387
394
|
float: none;
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
287
287
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
288
288
|
margin-right: 0;
|
|
289
|
-
margin-top: -2.
|
|
289
|
+
margin-top: -2.5em;
|
|
290
290
|
right: 0;
|
|
291
291
|
}
|
|
292
292
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
320
|
-
margin-top: -
|
|
320
|
+
margin-top: -3.1em;
|
|
321
321
|
}
|
|
322
322
|
|
|
323
323
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
display: -ms-inline-flexbox;
|
|
364
364
|
display: inline-flex;
|
|
365
365
|
float: left;
|
|
366
|
-
margin:
|
|
366
|
+
margin: 2px 2px 2px 0;
|
|
367
367
|
max-width: 100%;
|
|
368
368
|
overflow: hidden;
|
|
369
369
|
padding: 0 0 0 8px;
|
|
@@ -378,12 +378,19 @@
|
|
|
378
378
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
379
379
|
max-width: 100%;
|
|
380
380
|
overflow: hidden;
|
|
381
|
-
padding: 3px 8px
|
|
381
|
+
padding: 3px 8px 5.5px 0;
|
|
382
382
|
text-indent: 0;
|
|
383
383
|
text-overflow: ellipsis;
|
|
384
384
|
white-space: nowrap;
|
|
385
385
|
}
|
|
386
386
|
|
|
387
|
+
.e-small .e-multi-select-wrapper .e-chips {
|
|
388
|
+
margin: 1.5px 2px 2px 0;
|
|
389
|
+
}
|
|
390
|
+
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
391
|
+
padding: 3px 8px 4.2px 0;
|
|
392
|
+
}
|
|
393
|
+
|
|
387
394
|
.e-multi-select-wrapper.e-delimiter .e-searcher {
|
|
388
395
|
display: inline-block;
|
|
389
396
|
float: none;
|
|
@@ -391,7 +398,7 @@
|
|
|
391
398
|
|
|
392
399
|
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
393
400
|
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
394
|
-
padding: 6px 8px
|
|
401
|
+
padding: 6px 8px 7.5px 0;
|
|
395
402
|
}
|
|
396
403
|
|
|
397
404
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
@@ -423,7 +430,7 @@
|
|
|
423
430
|
cursor: default;
|
|
424
431
|
font-size: 10px;
|
|
425
432
|
height: 30px;
|
|
426
|
-
margin-top: -
|
|
433
|
+
margin-top: -3em;
|
|
427
434
|
position: absolute;
|
|
428
435
|
right: 0;
|
|
429
436
|
top: 100%;
|