@syncfusion/ej2-angular-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.
Files changed (105) hide show
  1. package/package.json +9 -9
  2. package/schematics/utils/lib-details.d.ts +2 -2
  3. package/schematics/utils/lib-details.js +2 -2
  4. package/schematics/utils/lib-details.ts +2 -2
  5. package/styles/bootstrap-dark.css +2 -15
  6. package/styles/bootstrap.css +2 -5
  7. package/styles/bootstrap4.css +3 -14
  8. package/styles/bootstrap5-dark.css +5 -8
  9. package/styles/bootstrap5.css +5 -8
  10. package/styles/drop-down-base/_bootstrap4-definition.scss +0 -8
  11. package/styles/drop-down-base/_bootstrap5-definition.scss +2 -2
  12. package/styles/drop-down-base/_fluent-definition.scss +2 -2
  13. package/styles/drop-down-base/_tailwind-definition.scss +2 -2
  14. package/styles/drop-down-base/_theme.scss +63 -10
  15. package/styles/drop-down-base/bootstrap-dark.css +2 -2
  16. package/styles/drop-down-base/bootstrap.css +2 -2
  17. package/styles/drop-down-base/bootstrap4.css +2 -10
  18. package/styles/drop-down-base/bootstrap5-dark.css +2 -2
  19. package/styles/drop-down-base/bootstrap5.css +2 -2
  20. package/styles/drop-down-base/fabric-dark.css +2 -2
  21. package/styles/drop-down-base/fabric.css +2 -2
  22. package/styles/drop-down-base/fluent-dark.css +2 -2
  23. package/styles/drop-down-base/fluent.css +2 -2
  24. package/styles/drop-down-base/highcontrast-light.css +2 -2
  25. package/styles/drop-down-base/highcontrast.css +2 -2
  26. package/styles/drop-down-base/material-dark.css +2 -2
  27. package/styles/drop-down-base/material.css +2 -2
  28. package/styles/drop-down-base/tailwind-dark.css +2 -2
  29. package/styles/drop-down-base/tailwind.css +2 -2
  30. package/styles/drop-down-list/_bootstrap4-definition.scss +1 -1
  31. package/styles/drop-down-list/_bootstrap5-definition.scss +6 -6
  32. package/styles/drop-down-list/_fluent-definition.scss +5 -5
  33. package/styles/drop-down-list/_layout.scss +1 -4
  34. package/styles/drop-down-list/_tailwind-definition.scss +1 -1
  35. package/styles/drop-down-list/bootstrap-dark.css +0 -3
  36. package/styles/drop-down-list/bootstrap.css +0 -3
  37. package/styles/drop-down-list/bootstrap4.css +1 -12
  38. package/styles/drop-down-list/bootstrap5-dark.css +0 -3
  39. package/styles/drop-down-list/bootstrap5.css +0 -3
  40. package/styles/drop-down-list/fabric-dark.css +0 -3
  41. package/styles/drop-down-list/fabric.css +0 -3
  42. package/styles/drop-down-list/fluent-dark.css +0 -3
  43. package/styles/drop-down-list/fluent.css +0 -3
  44. package/styles/drop-down-list/highcontrast-light.css +0 -3
  45. package/styles/drop-down-list/highcontrast.css +0 -3
  46. package/styles/drop-down-list/icons/_material3.scss +1 -1
  47. package/styles/drop-down-list/material-dark.css +1 -3
  48. package/styles/drop-down-list/material.css +0 -3
  49. package/styles/drop-down-list/tailwind-dark.css +1 -4
  50. package/styles/drop-down-list/tailwind.css +1 -4
  51. package/styles/drop-down-tree/_layout.scss +34 -14
  52. package/styles/drop-down-tree/_tailwind-definition.scss +1 -1
  53. package/styles/drop-down-tree/_theme.scss +1 -1
  54. package/styles/drop-down-tree/bootstrap4.css +0 -8
  55. package/styles/drop-down-tree/material-dark.css +1 -0
  56. package/styles/fabric-dark.css +2 -15
  57. package/styles/fabric.css +2 -5
  58. package/styles/fluent-dark.css +6 -9
  59. package/styles/fluent.css +6 -9
  60. package/styles/highcontrast-light.css +9 -15
  61. package/styles/highcontrast.css +15 -11
  62. package/styles/list-box/_bootstrap-dark-definition.scss +0 -3
  63. package/styles/list-box/_bootstrap-definition.scss +0 -3
  64. package/styles/list-box/_bootstrap4-definition.scss +0 -3
  65. package/styles/list-box/_bootstrap5-definition.scss +0 -3
  66. package/styles/list-box/_fabric-dark-definition.scss +0 -3
  67. package/styles/list-box/_fabric-definition.scss +0 -3
  68. package/styles/list-box/_fluent-definition.scss +0 -3
  69. package/styles/list-box/_fusionnew-definition.scss +0 -3
  70. package/styles/list-box/_highcontrast-definition.scss +0 -3
  71. package/styles/list-box/_highcontrast-light-definition.scss +0 -3
  72. package/styles/list-box/_material-dark-definition.scss +0 -3
  73. package/styles/list-box/_material-definition.scss +0 -3
  74. package/styles/list-box/_tailwind-definition.scss +0 -3
  75. package/styles/list-box/bootstrap4.css +0 -8
  76. package/styles/material-dark.css +4 -15
  77. package/styles/material.css +2 -5
  78. package/styles/mention/bootstrap4.css +0 -8
  79. package/styles/multi-select/_bootstrap5-definition.scss +6 -6
  80. package/styles/multi-select/_fluent-definition.scss +7 -7
  81. package/styles/multi-select/_highcontrast-definition.scss +8 -6
  82. package/styles/multi-select/_highcontrast-light-definition.scss +2 -0
  83. package/styles/multi-select/_layout.scss +94 -77
  84. package/styles/multi-select/_tailwind-definition.scss +2 -2
  85. package/styles/multi-select/_theme.scss +110 -22
  86. package/styles/multi-select/bootstrap4.css +0 -8
  87. package/styles/multi-select/bootstrap5-dark.css +3 -3
  88. package/styles/multi-select/bootstrap5.css +3 -3
  89. package/styles/multi-select/fluent-dark.css +4 -4
  90. package/styles/multi-select/fluent.css +4 -4
  91. package/styles/multi-select/highcontrast-light.css +7 -0
  92. package/styles/multi-select/highcontrast.css +13 -6
  93. package/styles/multi-select/icons/_material3.scss +670 -3
  94. package/styles/multi-select/tailwind-dark.css +2 -1
  95. package/styles/multi-select/tailwind.css +2 -1
  96. package/styles/tailwind-dark.css +5 -7
  97. package/styles/tailwind.css +5 -7
  98. package/styles/auto-complete/_material3-definition.scss +0 -2
  99. package/styles/combo-box/_material3-definition.scss +0 -2
  100. package/styles/drop-down-base/_material3-definition.scss +0 -117
  101. package/styles/drop-down-list/_material3-definition.scss +0 -201
  102. package/styles/drop-down-tree/_material3-definition.scss +0 -60
  103. package/styles/list-box/_material3-definition.scss +0 -120
  104. package/styles/mention/_material3-definition.scss +0 -1
  105. package/styles/multi-select/_material3-definition.scss +0 -226
@@ -195,9 +195,6 @@
195
195
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
196
196
  margin: 0;
197
197
  }
198
- .e-popup-full-page .e-popup-full-page.e-ios {
199
- position: fixed;
200
- }
201
198
 
202
199
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
203
200
  position: relative;
@@ -226,7 +223,7 @@
226
223
  border-top-width: 0;
227
224
  box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
228
225
  display: block;
229
- padding: 0;
226
+ padding: 6px;
230
227
  }
231
228
 
232
229
  .e-ddl.e-input-group:not(.e-disabled) {
@@ -14,6 +14,13 @@
14
14
  }
15
15
 
16
16
  &.e-icon-anim {
17
+ @if $ddt-skin-name == 'Material3' {
18
+ .e-ddt-icon {
19
+ background: $ddt-dd-icon-bg;
20
+ border-radius: $ddt-dd-icon-radius;
21
+ }
22
+ }
23
+
17
24
  .e-ddt-icon::before {
18
25
  @include ddt-rotate(180deg);
19
26
  }
@@ -30,9 +37,12 @@
30
37
  &.e-float-input.e-control-wrapper {
31
38
  .e-clear-icon {
32
39
  box-sizing: content-box;
33
- @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'FluentUI' {
40
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'FluentUI' and $ddt-skin-name != 'Material3' {
34
41
  min-height: $ddt-close-icon-min-height;
35
42
  }
43
+ @if $ddt-skin-name == 'Material3' {
44
+ padding: $ddt-close-icon-padding;
45
+ }
36
46
  }
37
47
 
38
48
  .e-input-group-icon.e-ddt-icon {
@@ -44,6 +54,13 @@
44
54
  @if $ddt-skin-name == 'bootstrap5' {
45
55
  font-size: 20px;
46
56
  }
57
+
58
+ @if $ddt-skin-name == 'Material3' {
59
+ font-size: $ddt-chip-icon-line-height;
60
+ padding: $ddt-dd-icon-padding;
61
+ margin: $ddt-dd-icon-margin;
62
+ line-height: $ddt-chip-icon-line-height;
63
+ }
47
64
  }
48
65
 
49
66
  .e-icon-hide {
@@ -90,7 +107,7 @@
90
107
  &.e-show-chip {
91
108
 
92
109
  .e-chips-close {
93
- @if $ddt-skin-name != 'bootstrap5' {
110
+ @if $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'Material3' {
94
111
  line-height: $ddt-chip-icon-line-height;
95
112
  }
96
113
  min-height: $ddt-chip-close-height;
@@ -358,7 +375,7 @@
358
375
  @if $ddt-skin-name == 'FluentUI' {
359
376
  line-height: 30px;
360
377
  }
361
- @else {
378
+ @else if $ddt-skin-name != 'Material3' {
362
379
  padding-top: $ddt-overflow-count-padding-top;
363
380
  }
364
381
  }
@@ -470,6 +487,9 @@
470
487
  @else if $ddt-skin-name == 'bootstrap5' {
471
488
  padding: 0 8px;
472
489
  }
490
+ @else if $ddt-skin-name == 'Material3' {
491
+ padding: $ddt-select-all-padding;
492
+ }
473
493
 
474
494
  &.e-hide-selectall {
475
495
  display: none;
@@ -498,7 +518,7 @@
498
518
 
499
519
  & .e-filter-wrap .e-input,
500
520
  & .e-filter-wrap .e-input:focus {
501
- @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' {
521
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'Material3' {
502
522
  padding: $ddt-list-filter-text-indent;
503
523
  }
504
524
  }
@@ -615,20 +635,20 @@
615
635
  @if $ddt-skin-name == 'highcontrast' or $ddt-skin-name == 'highcontrast-light' {
616
636
  border-width: 2px;
617
637
  }
618
- @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' {
638
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'Material3' {
619
639
  height: $ddt-treeview-fullrow-height;
620
640
  }
621
641
  }
622
642
 
623
643
  & > .e-ul {
624
644
  overflow: hidden;
625
- @if $ddt-skin-name != 'FluentUI' {
645
+ @if $ddt-skin-name != 'FluentUI' and $ddt-skin-name != 'Material3' {
626
646
  padding: $ddt-treeview-padding;
627
647
  }
628
648
  }
629
649
 
630
650
  &.e-fullrow-wrap .e-text-content {
631
- @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'FluentUI' {
651
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'FluentUI' and $ddt-skin-name != 'Material3' {
632
652
  padding-bottom: $ddt-treeview-content-padding-top;
633
653
  padding-top: $ddt-treeview-content-padding-bottom;
634
654
  }
@@ -890,7 +910,7 @@
890
910
  bottom: auto;
891
911
  right: 36px;
892
912
  }
893
- @else {
913
+ @else if $ddt-skin-name != 'Material3' {
894
914
  right: $ddt-dd-icon-bigger-width;
895
915
  }
896
916
  }
@@ -1185,14 +1205,14 @@
1185
1205
  }
1186
1206
 
1187
1207
  &.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
1188
- @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' {
1208
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'Material3' {
1189
1209
  margin-right: $ddt-dd-icon-bigger-width;
1190
1210
  }
1191
1211
  max-width: $ddt-big-chip-ddi-width;
1192
1212
  }
1193
1213
 
1194
1214
  &.e-show-clear .e-chips-wrapper .e-chips:last-child {
1195
- @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' {
1215
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'Material3' {
1196
1216
  margin-right: $ddt-close-icon-bigger-width;
1197
1217
  }
1198
1218
  max-width: $ddt-big-chip-ci-width;
@@ -1265,7 +1285,7 @@
1265
1285
  }
1266
1286
 
1267
1287
  .e-treeview .e-fullrow {
1268
- @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' {
1288
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'Material3' {
1269
1289
  height: $ddt-treeview-fullrow-bigger-height;
1270
1290
  }
1271
1291
  }
@@ -1346,7 +1366,7 @@
1346
1366
  @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
1347
1367
  margin-right: 4px;
1348
1368
  }
1349
- @else {
1369
+ @else if $ddt-skin-name != 'Material3' {
1350
1370
  margin-left: $ddt-dd-icon-bigger-width;
1351
1371
  margin-right: 1px;
1352
1372
  }
@@ -1356,7 +1376,7 @@
1356
1376
  @if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
1357
1377
  margin-right: 4px;
1358
1378
  }
1359
- @else {
1379
+ @else if $ddt-skin-name != 'Material3' {
1360
1380
  margin-left: $ddt-close-icon-bigger-width;
1361
1381
  margin-right: 1px;
1362
1382
  }
@@ -1375,7 +1395,7 @@
1375
1395
  &.e-show-chip,
1376
1396
  &.e-show-text {
1377
1397
  &.e-input-group.e-show-dd-icon .e-clear-icon {
1378
- @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' {
1398
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'Material3' {
1379
1399
  left: $ddt-dd-icon-bigger-width;
1380
1400
  }
1381
1401
  right: auto;
@@ -30,7 +30,7 @@ $ddt-select-all-height: 22px !default;
30
30
  $ddt-select-all-checkbox-margin: 0 12px !default;
31
31
  $ddt-select-all-text-indent: 0 !default;
32
32
  $ddt-select-all-bigger-text-indent: 0 !default;
33
- $ddt-select-all-text-font-size: 14px !default;
33
+ $ddt-select-all-text-font-size: $text-sm !default;
34
34
  $ddt-popup-reorder-border: $border-light !default;
35
35
  $ddt-chip-width: calc(100% - 6px) !default;
36
36
  $ddt-chip-ddi-width: calc(100% - 26px) !default;
@@ -68,7 +68,7 @@
68
68
  &.e-input-group.e-control-wrapper,
69
69
  &.e-float-input.e-control-wrapper {
70
70
  .e-clear-icon {
71
- @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'material' and $ddt-skin-name != 'material-dark' and $ddt-skin-name != 'FluentUI' {
71
+ @if $ddt-skin-name != 'tailwind' and $ddt-skin-name != 'bootstrap5' and $ddt-skin-name != 'material' and $ddt-skin-name != 'material-dark' and $ddt-skin-name != 'FluentUI' and $ddt-skin-name != 'Material3' {
72
72
  background-color: $ddt-icon-bg-color;
73
73
  }
74
74
  }
@@ -21,14 +21,6 @@
21
21
  padding: 0 8px 0 0;
22
22
  }
23
23
 
24
- .e-bigger .e-content.e-dropdownbase {
25
- padding: 8px 0;
26
- }
27
-
28
- .e-content.e-dropdownbase {
29
- padding: 6px 0;
30
- }
31
-
32
24
  .e-bigger .e-dropdownbase .e-list-item .e-list-icon {
33
25
  font-size: 16px;
34
26
  }
@@ -283,6 +283,7 @@
283
283
  width: 0;
284
284
  }
285
285
  .e-ddt.e-popup {
286
+ border: 1px solid transparent;
286
287
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 0px rgba(0, 0, 0, 0.14), 0 3px 14px 0px rgba(0, 0, 0, 0.12);
287
288
  position: absolute;
288
289
  }
@@ -190,7 +190,6 @@
190
190
  .e-dropdownbase .e-list-item {
191
191
  /* stylelint-disable property-no-vendor-prefix */
192
192
  -webkit-tap-highlight-color: transparent;
193
- background-color: #282727;
194
193
  border-bottom: 1px;
195
194
  border-color: transparent;
196
195
  color: #dadada;
@@ -200,11 +199,11 @@
200
199
  min-height: 36px;
201
200
  padding-right: 16px;
202
201
  text-indent: 10px;
202
+ background-color: #282727;
203
203
  }
204
204
 
205
205
  .e-dropdownbase .e-list-group-item,
206
206
  .e-fixed-head {
207
- background-color: #282727;
208
207
  border-color: transparent;
209
208
  color: #38a9ff;
210
209
  font-family: inherit;
@@ -214,6 +213,7 @@
214
213
  min-height: 36px;
215
214
  padding-left: 10px;
216
215
  padding-right: 16px;
216
+ background-color: #282727;
217
217
  }
218
218
 
219
219
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -523,9 +523,6 @@
523
523
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
524
524
  margin: 0;
525
525
  }
526
- .e-popup-full-page .e-popup-full-page.e-ios {
527
- position: fixed;
528
- }
529
526
 
530
527
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
531
528
  position: relative;
@@ -2436,10 +2433,6 @@ ejs-multiselect {
2436
2433
  .e-listbox-container * {
2437
2434
  box-sizing: border-box;
2438
2435
  }
2439
- .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
2440
- .e-listbox-container.e-listboxtool-container .e-list-wrap {
2441
- width: 86% !important; /* stylelint-disable-line declaration-no-important */
2442
- }
2443
2436
  .e-listbox-wrapper:focus,
2444
2437
  .e-listbox-container:focus {
2445
2438
  outline: none;
@@ -2806,12 +2799,6 @@ ejs-listbox {
2806
2799
  margin-left: 15px;
2807
2800
  }
2808
2801
 
2809
- .e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
2810
- .e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
2811
- .e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
2812
- .e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
2813
- width: 83% !important; /* stylelint-disable-line declaration-no-important */
2814
- }
2815
2802
  .e-bigger .e-listbox-wrapper .e-list-item,
2816
2803
  .e-listbox-wrapper.e-bigger .e-list-item,
2817
2804
  .e-bigger .e-listbox-container .e-list-item,
package/styles/fabric.css CHANGED
@@ -190,7 +190,6 @@
190
190
  .e-dropdownbase .e-list-item {
191
191
  /* stylelint-disable property-no-vendor-prefix */
192
192
  -webkit-tap-highlight-color: transparent;
193
- background-color: #fff;
194
193
  border-bottom: 1px;
195
194
  border-color: transparent;
196
195
  color: rgba(51, 51, 51, 0.87);
@@ -200,11 +199,11 @@
200
199
  min-height: 36px;
201
200
  padding-right: 16px;
202
201
  text-indent: 10px;
202
+ background-color: #fff;
203
203
  }
204
204
 
205
205
  .e-dropdownbase .e-list-group-item,
206
206
  .e-fixed-head {
207
- background-color: #fff;
208
207
  border-color: transparent;
209
208
  color: #0078d6;
210
209
  font-family: inherit;
@@ -214,6 +213,7 @@
214
213
  min-height: 36px;
215
214
  padding-left: 10px;
216
215
  padding-right: 16px;
216
+ background-color: #fff;
217
217
  }
218
218
 
219
219
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -516,9 +516,6 @@
516
516
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
517
517
  margin: 0;
518
518
  }
519
- .e-popup-full-page .e-popup-full-page.e-ios {
520
- position: fixed;
521
- }
522
519
 
523
520
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
524
521
  position: relative;
@@ -234,7 +234,6 @@
234
234
  .e-dropdownbase .e-list-item {
235
235
  /* stylelint-disable property-no-vendor-prefix */
236
236
  -webkit-tap-highlight-color: transparent;
237
- background-color: #252423;
238
237
  border-bottom: 0;
239
238
  border-color: #292827;
240
239
  color: #f3f2f1;
@@ -244,11 +243,11 @@
244
243
  min-height: 36px;
245
244
  padding-right: 16px;
246
245
  text-indent: 8px;
246
+ background-color: #252423;
247
247
  }
248
248
 
249
249
  .e-dropdownbase .e-list-group-item,
250
250
  .e-fixed-head {
251
- background-color: #252423;
252
251
  border-color: #292827;
253
252
  color: #0078d4;
254
253
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
@@ -258,6 +257,7 @@
258
257
  min-height: 36px;
259
258
  padding-left: 12px;
260
259
  padding-right: 16px;
260
+ background-color: #252423;
261
261
  }
262
262
 
263
263
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -609,9 +609,6 @@
609
609
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
610
610
  margin: 0;
611
611
  }
612
- .e-popup-full-page .e-popup-full-page.e-ios {
613
- position: fixed;
614
- }
615
612
 
616
613
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
617
614
  position: relative;
@@ -1600,7 +1597,7 @@ ejs-dropdownlist {
1600
1597
  .e-multi-select-wrapper .e-chips > .e-chipcontent {
1601
1598
  max-width: 100%;
1602
1599
  overflow: hidden;
1603
- padding: 0 6px 1px 0;
1600
+ padding: 0 6px 1.5px 0;
1604
1601
  text-indent: 0;
1605
1602
  text-overflow: ellipsis;
1606
1603
  white-space: nowrap;
@@ -1613,7 +1610,7 @@ ejs-dropdownlist {
1613
1610
 
1614
1611
  .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
1615
1612
  .e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
1616
- padding: 8px 4px 8px 0;
1613
+ padding: 8px 4px 10px 0;
1617
1614
  }
1618
1615
 
1619
1616
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
@@ -2152,7 +2149,7 @@ ejs-multiselect {
2152
2149
  }
2153
2150
 
2154
2151
  .e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
2155
- font-size: 13px;
2152
+ font-size: 14px;
2156
2153
  line-height: 28px;
2157
2154
  }
2158
2155
 
@@ -2634,7 +2631,7 @@ ejs-multiselect {
2634
2631
  }
2635
2632
 
2636
2633
  .e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
2637
- font-size: 13px;
2634
+ font-size: 14px;
2638
2635
  }
2639
2636
 
2640
2637
  .e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
package/styles/fluent.css CHANGED
@@ -234,7 +234,6 @@
234
234
  .e-dropdownbase .e-list-item {
235
235
  /* stylelint-disable property-no-vendor-prefix */
236
236
  -webkit-tap-highlight-color: transparent;
237
- background-color: #fff;
238
237
  border-bottom: 0;
239
238
  border-color: #edebe9;
240
239
  color: #201f1e;
@@ -244,11 +243,11 @@
244
243
  min-height: 36px;
245
244
  padding-right: 16px;
246
245
  text-indent: 8px;
246
+ background-color: #fff;
247
247
  }
248
248
 
249
249
  .e-dropdownbase .e-list-group-item,
250
250
  .e-fixed-head {
251
- background-color: #fff;
252
251
  border-color: #edebe9;
253
252
  color: #0078d4;
254
253
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
@@ -258,6 +257,7 @@
258
257
  min-height: 36px;
259
258
  padding-left: 12px;
260
259
  padding-right: 16px;
260
+ background-color: #fff;
261
261
  }
262
262
 
263
263
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -609,9 +609,6 @@
609
609
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
610
610
  margin: 0;
611
611
  }
612
- .e-popup-full-page .e-popup-full-page.e-ios {
613
- position: fixed;
614
- }
615
612
 
616
613
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
617
614
  position: relative;
@@ -1600,7 +1597,7 @@ ejs-dropdownlist {
1600
1597
  .e-multi-select-wrapper .e-chips > .e-chipcontent {
1601
1598
  max-width: 100%;
1602
1599
  overflow: hidden;
1603
- padding: 0 6px 1px 0;
1600
+ padding: 0 6px 1.5px 0;
1604
1601
  text-indent: 0;
1605
1602
  text-overflow: ellipsis;
1606
1603
  white-space: nowrap;
@@ -1613,7 +1610,7 @@ ejs-dropdownlist {
1613
1610
 
1614
1611
  .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
1615
1612
  .e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
1616
- padding: 8px 4px 8px 0;
1613
+ padding: 8px 4px 10px 0;
1617
1614
  }
1618
1615
 
1619
1616
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
@@ -2152,7 +2149,7 @@ ejs-multiselect {
2152
2149
  }
2153
2150
 
2154
2151
  .e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
2155
- font-size: 13px;
2152
+ font-size: 14px;
2156
2153
  line-height: 28px;
2157
2154
  }
2158
2155
 
@@ -2634,7 +2631,7 @@ ejs-multiselect {
2634
2631
  }
2635
2632
 
2636
2633
  .e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
2637
- font-size: 13px;
2634
+ font-size: 14px;
2638
2635
  }
2639
2636
 
2640
2637
  .e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
@@ -204,7 +204,6 @@
204
204
  .e-dropdownbase .e-list-item {
205
205
  /* stylelint-disable property-no-vendor-prefix */
206
206
  -webkit-tap-highlight-color: transparent;
207
- background-color: #fff;
208
207
  border-bottom: 2px;
209
208
  border-color: transparent;
210
209
  color: #000;
@@ -214,11 +213,11 @@
214
213
  min-height: 36px;
215
214
  padding-right: 16px;
216
215
  text-indent: 10px;
216
+ background-color: #fff;
217
217
  }
218
218
 
219
219
  .e-dropdownbase .e-list-group-item,
220
220
  .e-fixed-head {
221
- background-color: #fff;
222
221
  border-color: transparent;
223
222
  color: #23726c;
224
223
  font-family: inherit;
@@ -228,6 +227,7 @@
228
227
  min-height: 36px;
229
228
  padding-left: 10px;
230
229
  padding-right: 16px;
230
+ background-color: #fff;
231
231
  }
232
232
 
233
233
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -534,9 +534,6 @@
534
534
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
535
535
  margin: 0;
536
536
  }
537
- .e-popup-full-page .e-popup-full-page.e-ios {
538
- position: fixed;
539
- }
540
537
 
541
538
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
542
539
  position: relative;
@@ -1518,6 +1515,13 @@ ejs-dropdownlist {
1518
1515
  white-space: nowrap;
1519
1516
  }
1520
1517
 
1518
+ .e-small .e-multi-select-wrapper .e-chips {
1519
+ margin: none;
1520
+ }
1521
+ .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
1522
+ padding: none;
1523
+ }
1524
+
1521
1525
  .e-multi-select-wrapper.e-delimiter .e-searcher {
1522
1526
  display: inline-block;
1523
1527
  float: none;
@@ -2543,10 +2547,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
2543
2547
  .e-listbox-container * {
2544
2548
  box-sizing: border-box;
2545
2549
  }
2546
- .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
2547
- .e-listbox-container.e-listboxtool-container .e-list-wrap {
2548
- width: 87% !important; /* stylelint-disable-line declaration-no-important */
2549
- }
2550
2550
  .e-listbox-wrapper:focus,
2551
2551
  .e-listbox-container:focus {
2552
2552
  outline: none;
@@ -2913,12 +2913,6 @@ ejs-listbox {
2913
2913
  margin-left: 15px;
2914
2914
  }
2915
2915
 
2916
- .e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
2917
- .e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
2918
- .e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
2919
- .e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
2920
- width: 83% !important; /* stylelint-disable-line declaration-no-important */
2921
- }
2922
2916
  .e-bigger .e-listbox-wrapper .e-list-item,
2923
2917
  .e-listbox-wrapper.e-bigger .e-list-item,
2924
2918
  .e-bigger .e-listbox-container .e-list-item,
@@ -204,7 +204,6 @@
204
204
  .e-dropdownbase .e-list-item {
205
205
  /* stylelint-disable property-no-vendor-prefix */
206
206
  -webkit-tap-highlight-color: transparent;
207
- background-color: #000;
208
207
  border-bottom: 2px;
209
208
  border-color: transparent;
210
209
  color: #fff;
@@ -214,11 +213,11 @@
214
213
  min-height: 36px;
215
214
  padding-right: 16px;
216
215
  text-indent: 10px;
216
+ background-color: #000;
217
217
  }
218
218
 
219
219
  .e-dropdownbase .e-list-group-item,
220
220
  .e-fixed-head {
221
- background-color: #000;
222
221
  border-color: transparent;
223
222
  color: #ffd939;
224
223
  font-family: inherit;
@@ -228,6 +227,7 @@
228
227
  min-height: 36px;
229
228
  padding-left: 10px;
230
229
  padding-right: 16px;
230
+ background-color: #000;
231
231
  }
232
232
 
233
233
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -534,9 +534,6 @@
534
534
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
535
535
  margin: 0;
536
536
  }
537
- .e-popup-full-page .e-popup-full-page.e-ios {
538
- position: fixed;
539
- }
540
537
 
541
538
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
542
539
  position: relative;
@@ -1426,7 +1423,7 @@ ejs-dropdownlist {
1426
1423
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
1427
1424
  .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1428
1425
  margin-right: 0;
1429
- margin-top: -2.8em;
1426
+ margin-top: -2.5em;
1430
1427
  right: 0;
1431
1428
  }
1432
1429
  .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
@@ -1457,7 +1454,7 @@ ejs-dropdownlist {
1457
1454
  }
1458
1455
 
1459
1456
  .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
1460
- margin-top: -2.8em;
1457
+ margin-top: -3.1em;
1461
1458
  }
1462
1459
 
1463
1460
  .e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
@@ -1503,7 +1500,7 @@ ejs-dropdownlist {
1503
1500
  display: -ms-inline-flexbox;
1504
1501
  display: inline-flex;
1505
1502
  float: left;
1506
- margin: 1.5px 2px 2px 0;
1503
+ margin: 2px 2px 2px 0;
1507
1504
  max-width: 100%;
1508
1505
  overflow: hidden;
1509
1506
  padding: 0 0 0 8px;
@@ -1518,12 +1515,19 @@ ejs-dropdownlist {
1518
1515
  .e-multi-select-wrapper .e-chips > .e-chipcontent {
1519
1516
  max-width: 100%;
1520
1517
  overflow: hidden;
1521
- padding: 3px 8px 4.2px 0;
1518
+ padding: 3px 8px 5.5px 0;
1522
1519
  text-indent: 0;
1523
1520
  text-overflow: ellipsis;
1524
1521
  white-space: nowrap;
1525
1522
  }
1526
1523
 
1524
+ .e-small .e-multi-select-wrapper .e-chips {
1525
+ margin: 1.5px 2px 2px 0;
1526
+ }
1527
+ .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
1528
+ padding: 3px 8px 4.2px 0;
1529
+ }
1530
+
1527
1531
  .e-multi-select-wrapper.e-delimiter .e-searcher {
1528
1532
  display: inline-block;
1529
1533
  float: none;
@@ -1531,7 +1535,7 @@ ejs-dropdownlist {
1531
1535
 
1532
1536
  .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
1533
1537
  .e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
1534
- padding: 6px 8px 6px 0;
1538
+ padding: 6px 8px 7.5px 0;
1535
1539
  }
1536
1540
 
1537
1541
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
@@ -1563,7 +1567,7 @@ ejs-dropdownlist {
1563
1567
  cursor: default;
1564
1568
  font-size: 10px;
1565
1569
  height: 30px;
1566
- margin-top: -3.2em;
1570
+ margin-top: -3em;
1567
1571
  position: absolute;
1568
1572
  right: 0;
1569
1573
  top: 100%;
@@ -1,5 +1,4 @@
1
1
  //default
2
- $skin-name: 'bootstrap' !default;
3
2
  $listbox-font-family: $font-family !default;
4
3
  $listbox-text-color: rgba($grey-dark-font, 1) !default;
5
4
  $listbox-text-disabled: $grey-light-font !default;
@@ -60,8 +59,6 @@ $listbox-groupheader-font-size: 14px !default;
60
59
  $listbox-border-size: 0 !default;
61
60
  $listbox-font-size: 14px !default;
62
61
  $listbox-back-padding-right: 10px !default;
63
- $listbox-back-icon-height: 0 !default;
64
- $listbox-back-icon-font-size: 14px !default;
65
62
  $listbox-touch-item-height: 48px !default;
66
63
  $listbox-touch-item-line-height: 1.6 !default;
67
64
  $listbox-touch-item-font-size: 15px !default;
@@ -1,4 +1,3 @@
1
- $skin-name: 'bootstrap' !default;
2
1
  $listbox-font-family: $font-family !default;
3
2
  $listbox-text-color: rgba($grey-light-font, 1) !default;
4
3
  $listbox-text-disabled: $grey-light-font !default;
@@ -55,8 +54,6 @@ $listbox-groupheader-font-size: 14px !default;
55
54
  $listbox-border-size: 0 !default;
56
55
  $listbox-font-size: 14px !default;
57
56
  $listbox-back-padding-right: 10px !default;
58
- $listbox-back-icon-height: 0 !default;
59
- $listbox-back-icon-font-size: 14px !default;
60
57
  $listbox-touch-item-height: 48px !default;
61
58
  $listbox-touch-item-line-height: 1.6 !default;
62
59
  $listbox-touch-item-font-size: 15px !default;
@@ -1,4 +1,3 @@
1
- $skin-name: 'bootstrap4' !default;
2
1
  $listbox-font-family: $font-family !default;
3
2
  $listbox-text-color: rgba($gray-900, 1) !default;
4
3
  $listbox-text-disabled: $gray-600 !default;
@@ -60,8 +59,6 @@ $listbox-groupheader-font-size: 14px !default;
60
59
  $listbox-border-size: 1px !default;
61
60
  $listbox-font-size: 14px !default;
62
61
  $listbox-back-padding-right: 10px !default;
63
- $listbox-back-icon-height: 0 !default;
64
- $listbox-back-icon-font-size: 14px !default;
65
62
  $listbox-touch-item-height: 50px !default;
66
63
  $listbox-touch-item-line-height: 1.6 !default;
67
64
  $listbox-touch-item-font-size: 15px !default;