@syncfusion/ej2-dropdowns 20.4.53 → 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 (126) hide show
  1. package/CHANGELOG.md +1 -76
  2. package/dist/ej2-dropdowns.min.js +2 -2
  3. package/dist/ej2-dropdowns.umd.min.js +2 -2
  4. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-dropdowns.es2015.js +162 -56
  6. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  7. package/dist/es6/ej2-dropdowns.es5.js +158 -50
  8. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  9. package/dist/global/ej2-dropdowns.min.js +2 -2
  10. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +13 -12
  13. package/src/combo-box/combo-box.js +2 -0
  14. package/src/common/highlight-search.js +1 -1
  15. package/src/common/incremental-search.d.ts +3 -0
  16. package/src/common/incremental-search.js +7 -0
  17. package/src/drop-down-list/drop-down-list-model.d.ts +6 -6
  18. package/src/drop-down-list/drop-down-list.js +46 -18
  19. package/src/drop-down-tree/drop-down-tree-model.d.ts +2 -2
  20. package/src/drop-down-tree/drop-down-tree.d.ts +62 -6
  21. package/src/drop-down-tree/drop-down-tree.js +11 -11
  22. package/src/list-box/list-box.d.ts +15 -3
  23. package/src/list-box/list-box.js +3 -3
  24. package/src/mention/mention.d.ts +4 -0
  25. package/src/mention/mention.js +88 -17
  26. package/styles/bootstrap-dark.css +2 -15
  27. package/styles/bootstrap.css +2 -5
  28. package/styles/bootstrap4.css +3 -14
  29. package/styles/bootstrap5-dark.css +5 -8
  30. package/styles/bootstrap5.css +5 -8
  31. package/styles/drop-down-base/_bootstrap4-definition.scss +0 -8
  32. package/styles/drop-down-base/_bootstrap5-definition.scss +2 -2
  33. package/styles/drop-down-base/_fluent-definition.scss +2 -2
  34. package/styles/drop-down-base/_tailwind-definition.scss +2 -2
  35. package/styles/drop-down-base/_theme.scss +63 -10
  36. package/styles/drop-down-base/bootstrap-dark.css +2 -2
  37. package/styles/drop-down-base/bootstrap.css +2 -2
  38. package/styles/drop-down-base/bootstrap4.css +2 -10
  39. package/styles/drop-down-base/bootstrap5-dark.css +2 -2
  40. package/styles/drop-down-base/bootstrap5.css +2 -2
  41. package/styles/drop-down-base/fabric-dark.css +2 -2
  42. package/styles/drop-down-base/fabric.css +2 -2
  43. package/styles/drop-down-base/fluent-dark.css +2 -2
  44. package/styles/drop-down-base/fluent.css +2 -2
  45. package/styles/drop-down-base/highcontrast-light.css +2 -2
  46. package/styles/drop-down-base/highcontrast.css +2 -2
  47. package/styles/drop-down-base/material-dark.css +2 -2
  48. package/styles/drop-down-base/material.css +2 -2
  49. package/styles/drop-down-base/tailwind-dark.css +2 -2
  50. package/styles/drop-down-base/tailwind.css +2 -2
  51. package/styles/drop-down-list/_bootstrap4-definition.scss +1 -1
  52. package/styles/drop-down-list/_bootstrap5-definition.scss +6 -6
  53. package/styles/drop-down-list/_fluent-definition.scss +5 -5
  54. package/styles/drop-down-list/_layout.scss +1 -4
  55. package/styles/drop-down-list/_tailwind-definition.scss +1 -1
  56. package/styles/drop-down-list/bootstrap-dark.css +0 -3
  57. package/styles/drop-down-list/bootstrap.css +0 -3
  58. package/styles/drop-down-list/bootstrap4.css +1 -12
  59. package/styles/drop-down-list/bootstrap5-dark.css +0 -3
  60. package/styles/drop-down-list/bootstrap5.css +0 -3
  61. package/styles/drop-down-list/fabric-dark.css +0 -3
  62. package/styles/drop-down-list/fabric.css +0 -3
  63. package/styles/drop-down-list/fluent-dark.css +0 -3
  64. package/styles/drop-down-list/fluent.css +0 -3
  65. package/styles/drop-down-list/highcontrast-light.css +0 -3
  66. package/styles/drop-down-list/highcontrast.css +0 -3
  67. package/styles/drop-down-list/icons/_material3.scss +1 -1
  68. package/styles/drop-down-list/material-dark.css +1 -3
  69. package/styles/drop-down-list/material.css +0 -3
  70. package/styles/drop-down-list/tailwind-dark.css +1 -4
  71. package/styles/drop-down-list/tailwind.css +1 -4
  72. package/styles/drop-down-tree/_layout.scss +34 -14
  73. package/styles/drop-down-tree/_tailwind-definition.scss +1 -1
  74. package/styles/drop-down-tree/_theme.scss +1 -1
  75. package/styles/drop-down-tree/bootstrap4.css +0 -8
  76. package/styles/drop-down-tree/material-dark.css +1 -0
  77. package/styles/fabric-dark.css +2 -15
  78. package/styles/fabric.css +2 -5
  79. package/styles/fluent-dark.css +6 -9
  80. package/styles/fluent.css +6 -9
  81. package/styles/highcontrast-light.css +9 -15
  82. package/styles/highcontrast.css +15 -11
  83. package/styles/list-box/_bootstrap-dark-definition.scss +0 -3
  84. package/styles/list-box/_bootstrap-definition.scss +0 -3
  85. package/styles/list-box/_bootstrap4-definition.scss +0 -3
  86. package/styles/list-box/_bootstrap5-definition.scss +0 -3
  87. package/styles/list-box/_fabric-dark-definition.scss +0 -3
  88. package/styles/list-box/_fabric-definition.scss +0 -3
  89. package/styles/list-box/_fluent-definition.scss +0 -3
  90. package/styles/list-box/_fusionnew-definition.scss +0 -3
  91. package/styles/list-box/_highcontrast-definition.scss +0 -3
  92. package/styles/list-box/_highcontrast-light-definition.scss +0 -3
  93. package/styles/list-box/_material-dark-definition.scss +0 -3
  94. package/styles/list-box/_material-definition.scss +0 -3
  95. package/styles/list-box/_tailwind-definition.scss +0 -3
  96. package/styles/list-box/bootstrap4.css +0 -8
  97. package/styles/material-dark.css +4 -15
  98. package/styles/material.css +2 -5
  99. package/styles/mention/bootstrap4.css +0 -8
  100. package/styles/multi-select/_bootstrap5-definition.scss +6 -6
  101. package/styles/multi-select/_fluent-definition.scss +7 -7
  102. package/styles/multi-select/_highcontrast-definition.scss +8 -6
  103. package/styles/multi-select/_highcontrast-light-definition.scss +2 -0
  104. package/styles/multi-select/_layout.scss +94 -77
  105. package/styles/multi-select/_tailwind-definition.scss +2 -2
  106. package/styles/multi-select/_theme.scss +110 -22
  107. package/styles/multi-select/bootstrap4.css +0 -8
  108. package/styles/multi-select/bootstrap5-dark.css +3 -3
  109. package/styles/multi-select/bootstrap5.css +3 -3
  110. package/styles/multi-select/fluent-dark.css +4 -4
  111. package/styles/multi-select/fluent.css +4 -4
  112. package/styles/multi-select/highcontrast-light.css +7 -0
  113. package/styles/multi-select/highcontrast.css +13 -6
  114. package/styles/multi-select/icons/_material3.scss +670 -3
  115. package/styles/multi-select/tailwind-dark.css +2 -1
  116. package/styles/multi-select/tailwind.css +2 -1
  117. package/styles/tailwind-dark.css +5 -7
  118. package/styles/tailwind.css +5 -7
  119. package/styles/auto-complete/_material3-definition.scss +0 -2
  120. package/styles/combo-box/_material3-definition.scss +0 -2
  121. package/styles/drop-down-base/_material3-definition.scss +0 -117
  122. package/styles/drop-down-list/_material3-definition.scss +0 -201
  123. package/styles/drop-down-tree/_material3-definition.scss +0 -60
  124. package/styles/list-box/_material3-definition.scss +0 -120
  125. package/styles/mention/_material3-definition.scss +0 -1
  126. package/styles/multi-select/_material3-definition.scss +0 -226
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;
@@ -1,5 +1,4 @@
1
1
  //layout variables
2
- $skin-name: 'bootstrap5' !default;
3
2
  $listbox-font-family: $font-family !default;
4
3
  $listbox-icon-margin-right: 16px !default;
5
4
  $listbox-icon-line-height: 34px !default;
@@ -28,8 +27,6 @@ $listbox-groupheader-font-size: $text-xs !default;
28
27
  $listbox-border-size: 0 !default;
29
28
  $listbox-font-size: $text-sm !default;
30
29
  $listbox-back-padding-right: 8px !default;
31
- $listbox-back-icon-height: 20px !default;
32
- $listbox-back-icon-font-size: auto !default;
33
30
  $listbox-touch-item-height: 48px !default;
34
31
  $listbox-touch-item-line-height: 1.6 !default;
35
32
  $listbox-touch-item-font-size: $text-base !default;
@@ -1,5 +1,4 @@
1
1
  //default
2
- $skin-name: 'fabric' !default;
3
2
  $listbox-font-family: $font-family !default;
4
3
  $listbox-text-color: $neutral-light-font !default;
5
4
  $listbox-text-disabled: $neutral-tertiary-alt !default;
@@ -60,8 +59,6 @@ $listbox-border-top-color: transparent !default;
60
59
  $listbox-border-right-color: transparent !default;
61
60
  $listbox-border-left-color: transparent !default;
62
61
  $listbox-back-padding-right: 20px !default;
63
- $listbox-back-icon-height: 0 !default;
64
- $listbox-back-icon-font-size: 18px !default;
65
62
  $listbox-touch-item-height: 45px !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: 'fabric' !default;
2
1
  $listbox-font-family: $font-family !default;
3
2
  $listbox-text-color: $neutral-light-font !default;
4
3
  $listbox-text-disabled: rgba($neutral-light-font, .54) !default;
@@ -55,8 +54,6 @@ $listbox-border-top-color: transparent !default;
55
54
  $listbox-border-right-color: transparent !default;
56
55
  $listbox-border-left-color: transparent !default;
57
56
  $listbox-back-padding-right: 20px !default;
58
- $listbox-back-icon-height: 0 !default;
59
- $listbox-back-icon-font-size: 18px !default;
60
57
  $listbox-touch-item-height: 45px !default;
61
58
  $listbox-touch-item-line-height: 1.6 !default;
62
59
  $listbox-touch-item-font-size: 15px !default;
@@ -1,5 +1,4 @@
1
1
  //layout variables
2
- $skin-name: 'FluentUI' !default;
3
2
  $listbox-font-family: $font-family !default;
4
3
  $listbox-icon-margin-right: 16px !default;
5
4
  $listbox-icon-line-height: 34px !default;
@@ -28,8 +27,6 @@ $listbox-groupheader-font-size: $text-sm !default;
28
27
  $listbox-border-size: 0 !default;
29
28
  $listbox-font-size: $text-sm !default;
30
29
  $listbox-back-padding-right: 8px !default;
31
- $listbox-back-icon-height: 20px !default;
32
- $listbox-back-icon-font-size: auto !default;
33
30
  $listbox-touch-item-height: 48px !default;
34
31
  $listbox-touch-item-line-height: 2.1 !default;
35
32
  $listbox-touch-item-font-size: $text-base !default;
@@ -1,5 +1,4 @@
1
1
  //layout variables
2
- $skin-name: 'bootstrap5' !default;
3
2
  $listbox-font-family: $font-family !default;
4
3
  $listbox-icon-margin-right: 16px !default;
5
4
  $listbox-icon-line-height: 34px !default;
@@ -28,8 +27,6 @@ $listbox-groupheader-font-size: $text-xs !default;
28
27
  $listbox-border-size: 0 !default;
29
28
  $listbox-font-size: $text-sm !default;
30
29
  $listbox-back-padding-right: 8px !default;
31
- $listbox-back-icon-height: 20px !default;
32
- $listbox-back-icon-font-size: auto !default;
33
30
  $listbox-touch-item-height: 48px !default;
34
31
  $listbox-touch-item-line-height: 1.6 !default;
35
32
  $listbox-touch-item-font-size: $text-base !default;
@@ -1,4 +1,3 @@
1
- $skin-name: 'highcontrast' !default;
2
1
  $listbox-font-family: $font-family !default;
3
2
  $listbox-text-color: $content-font !default;
4
3
  $listbox-text-disabled: rgba($disable, .54) !default;
@@ -55,8 +54,6 @@ $listbox-border-top-color: transparent !default;
55
54
  $listbox-border-right-color: transparent !default;
56
55
  $listbox-border-left-color: transparent !default;
57
56
  $listbox-back-padding-right: 20px !default;
58
- $listbox-back-icon-height: 0 !default;
59
- $listbox-back-icon-font-size: 18px !default;
60
57
  $listbox-touch-item-height: 45px !default;
61
58
  $listbox-touch-item-line-height: 1.6 !default;
62
59
  $listbox-touch-item-font-size: 15px !default;
@@ -1,5 +1,4 @@
1
1
  //default
2
- $skin-name: 'highcontrast' !default;
3
2
  $listbox-font-family: $font-family !default;
4
3
  $listbox-text-color: $content-font !default;
5
4
  $listbox-text-disabled: rgba($disable, .54) !default;
@@ -60,8 +59,6 @@ $listbox-border-top-color: transparent !default;
60
59
  $listbox-border-right-color: transparent !default;
61
60
  $listbox-border-left-color: transparent !default;
62
61
  $listbox-back-padding-right: 20px !default;
63
- $listbox-back-icon-height: 0 !default;
64
- $listbox-back-icon-font-size: 18px !default;
65
62
  $listbox-touch-item-height: 45px !default;
66
63
  $listbox-touch-item-line-height: 1.6 !default;
67
64
  $listbox-touch-item-font-size: 15px !default;
@@ -1,5 +1,4 @@
1
1
  //default
2
- $skin-name: 'material' !default;
3
2
  $listbox-font-family: $font-family !default;
4
3
  $listbox-text-color: $grey-dark-font !default;
5
4
  $listbox-text-disabled: $grey-dark-font !default;
@@ -61,8 +60,6 @@ $listbox-groupheader-font-size: 15px !default;
61
60
  $listbox-border-size: 0 !default;
62
61
  $listbox-font-size: 15px !default;
63
62
  $listbox-back-padding-right: 30px !default;
64
- $listbox-back-icon-height: 1px !default;
65
- $listbox-back-icon-font-size: auto !default;
66
63
  $listbox-touch-item-height: 48px !default;
67
64
  $listbox-touch-item-line-height: 1.6 !default;
68
65
  $listbox-touch-item-font-size: 15px !default;
@@ -1,4 +1,3 @@
1
- $skin-name: 'material' !default;
2
1
  $listbox-font-family: $font-family !default;
3
2
  $listbox-text-color: rgba($grey-light-font, .87) !default;
4
3
  $listbox-text-disabled: $grey-light-font !default;
@@ -56,8 +55,6 @@ $listbox-groupheader-font-size: 15px !default;
56
55
  $listbox-border-size: 0 !default;
57
56
  $listbox-font-size: 15px !default;
58
57
  $listbox-back-padding-right: 30px !default;
59
- $listbox-back-icon-height: 1px !default;
60
- $listbox-back-icon-font-size: auto !default;
61
58
  $listbox-touch-item-height: 48px !default;
62
59
  $listbox-touch-item-line-height: 1.6 !default;
63
60
  $listbox-touch-item-font-size: 15px !default;
@@ -1,5 +1,4 @@
1
1
  //layout variables
2
- $skin-name: 'tailwind' !default;
3
2
  $listbox-font-family: $font-family !default;
4
3
  $listbox-icon-margin-right: 16px !default;
5
4
  $listbox-icon-line-height: 34px !default;
@@ -29,8 +28,6 @@ $listbox-groupheader-font-size: $text-xs !default;
29
28
  $listbox-border-size: 0 !default;
30
29
  $listbox-font-size: $text-sm !default;
31
30
  $listbox-back-padding-right: 8px !default;
32
- $listbox-back-icon-height: 20px !default;
33
- $listbox-back-icon-font-size: auto !default;
34
31
  $listbox-touch-item-height: 48px !default;
35
32
  $listbox-touch-item-line-height: 1.6 !default;
36
33
  $listbox-touch-item-font-size: $text-base !default;
@@ -2,14 +2,6 @@
2
2
  padding: 0 8px 0 0;
3
3
  }
4
4
 
5
- .e-bigger .e-content.e-dropdownbase {
6
- padding: 8px 0;
7
- }
8
-
9
- .e-content.e-dropdownbase {
10
- padding: 6px 0;
11
- }
12
-
13
5
  .e-bigger .e-dropdownbase .e-list-item .e-list-icon {
14
6
  font-size: 16px;
15
7
  }
@@ -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: #424242;
194
193
  border-bottom: 0;
195
194
  border-color: transparent;
196
195
  color: #fff;
@@ -200,11 +199,11 @@
200
199
  min-height: 36px;
201
200
  padding-right: 16px;
202
201
  text-indent: 16px;
202
+ background-color: #424242;
203
203
  }
204
204
 
205
205
  .e-dropdownbase .e-list-group-item,
206
206
  .e-fixed-head {
207
- background-color: #424242;
208
207
  border-color: transparent;
209
208
  color: rgba(255, 255, 255, 0.7);
210
209
  font-family: inherit;
@@ -214,6 +213,7 @@
214
213
  min-height: 36px;
215
214
  padding-left: 16px;
216
215
  padding-right: 16px;
216
+ background-color: #424242;
217
217
  }
218
218
 
219
219
  .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
@@ -554,9 +554,6 @@
554
554
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
555
555
  margin: 0;
556
556
  }
557
- .e-popup-full-page .e-popup-full-page.e-ios {
558
- position: fixed;
559
- }
560
557
 
561
558
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
562
559
  position: relative;
@@ -598,6 +595,7 @@
598
595
 
599
596
  .e-ddl.e-popup {
600
597
  background: #424242;
598
+ border: 1px solid transparent;
601
599
  position: absolute;
602
600
  }
603
601
  .e-ddl.e-popup .e-search-icon {
@@ -1037,6 +1035,7 @@ ejs-dropdownlist {
1037
1035
  width: 0;
1038
1036
  }
1039
1037
  .e-ddt.e-popup {
1038
+ border: 1px solid transparent;
1040
1039
  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);
1041
1040
  position: absolute;
1042
1041
  }
@@ -3923,10 +3922,6 @@ ejs-multiselect {
3923
3922
  .e-listbox-container * {
3924
3923
  box-sizing: border-box;
3925
3924
  }
3926
- .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
3927
- .e-listbox-container.e-listboxtool-container .e-list-wrap {
3928
- width: 86% !important; /* stylelint-disable-line declaration-no-important */
3929
- }
3930
3925
  .e-listbox-wrapper:focus,
3931
3926
  .e-listbox-container:focus {
3932
3927
  outline: none;
@@ -4293,12 +4288,6 @@ ejs-listbox {
4293
4288
  margin-left: 15px;
4294
4289
  }
4295
4290
 
4296
- .e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
4297
- .e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
4298
- .e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
4299
- .e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
4300
- width: 85% !important; /* stylelint-disable-line declaration-no-important */
4301
- }
4302
4291
  .e-bigger .e-listbox-wrapper .e-list-item,
4303
4292
  .e-listbox-wrapper.e-bigger .e-list-item,
4304
4293
  .e-bigger .e-listbox-container .e-list-item,
@@ -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: 0;
195
194
  border-color: #fff;
196
195
  color: rgba(0, 0, 0, 0.87);
@@ -200,11 +199,11 @@
200
199
  min-height: 36px;
201
200
  padding-right: 16px;
202
201
  text-indent: 16px;
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: #fff;
209
208
  color: rgba(0, 0, 0, 0.54);
210
209
  font-family: inherit;
@@ -214,6 +213,7 @@
214
213
  min-height: 36px;
215
214
  padding-left: 16px;
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 {
@@ -587,9 +587,6 @@
587
587
  .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
588
588
  margin: 0;
589
589
  }
590
- .e-popup-full-page .e-popup-full-page.e-ios {
591
- position: fixed;
592
- }
593
590
 
594
591
  .e-ddl.e-control-wrapper .e-ddl-disable-icon {
595
592
  position: relative;
@@ -19,14 +19,6 @@
19
19
  padding: 0 8px 0 0;
20
20
  }
21
21
 
22
- .e-bigger .e-content.e-dropdownbase {
23
- padding: 8px 0;
24
- }
25
-
26
- .e-content.e-dropdownbase {
27
- padding: 6px 0;
28
- }
29
-
30
22
  .e-bigger .e-dropdownbase .e-list-item .e-list-icon {
31
23
  font-size: 16px;
32
24
  }
@@ -12,7 +12,7 @@ $ddl-remains-padding-left: 8px !default;
12
12
  $ddl-chip-margin: 3px !default;
13
13
  $ddl-chip-margin-bigger: 3px !default;
14
14
  $ddl-chip-radius: 4px !default;
15
- $ddl-chip-content-padding: 0 6px 0 0 !default;
15
+ $ddl-chip-content-padding: 0 6px 1px 0 !default;
16
16
  $ddl-chip-mobile-content-padding: 8px 4px 8px 0 !default;
17
17
  $ddl-chip-bigger-content-padding: 7px 8px 7px 4px !default;
18
18
  $ddl-rtl-chip-mobile-content-padding: 8px 0 8px 4px !default;
@@ -94,7 +94,7 @@ $ddl-delimviewheight-check-bigger: 34px !default;
94
94
  $ddl-popup-reorder-border: $border-light !default;
95
95
  $ddl-check-right-margin: 8px !default;
96
96
  $ddl-bigger-check-right-margin: 12px !default;
97
- $ddl-selectall-font-size: 14px !default;
97
+ $ddl-selectall-font-size: $text-sm !default;
98
98
  $ddl-bigger-selectall-font-size: $text-base !default;
99
99
  $ddl-close-icon-left: 30px !default;
100
100
  $ddl-close-down-icon-left: 40px !default;
@@ -124,13 +124,13 @@ $multiselect-disable-font-color: $content-text-color-alt1 !default;
124
124
  // Small size
125
125
  $ddl-select-all-height-small: 26px !default;
126
126
  $ddl-small-chip-height: 20px !default;
127
- $ddl-chip-small-font-size: 12px !default;
127
+ $ddl-chip-small-font-size: $text-xs !default;
128
128
  $ddl-small-chip-close-square: 12px !default;
129
129
  $ddl-small-chip-close-width: 12px !default;
130
130
  $ddl-small-chip-close-font: 12px !default;
131
131
  $ddl-control-small-height: 24px !default;
132
132
  $ddl-small-input-height: 24px !default;
133
- $ddl-delim-small-font-size: 12px !default;
133
+ $ddl-delim-small-font-size: $text-xs !default;
134
134
  $ddl-small-closer-margin-top: -2em !default;
135
135
  $ddl-chip-close-hooker-small-left: 0 !default;
136
136
  $ddl-chip-close-hooker-small-bigger-left: 0 !default;
@@ -151,13 +151,13 @@ $ddl-bigger-chip-close-width: 14px !default;
151
151
  // Touch Small size
152
152
  $ddl-select-all-height-bigger-small: 40px !default;
153
153
  $ddl-bigger-small-chip-height: 26px !default;
154
- $ddl-chip-bigger-small-font-size: 13px !default;
154
+ $ddl-chip-bigger-small-font-size: $text-xs !default;
155
155
  $ddl-bigger-small-chip-close-square: 14px !default;
156
156
  $ddl-bigger-small-chip-close-width: 14px !default;
157
157
  $ddl-bigger-small-chip-close-font: 14px !default;
158
158
  $ddl-control-bigger-small-height: 28px !default;
159
159
  $ddl-bigger-small-input-height: 32px !default;
160
- $ddl-delim-bigger-small-font-size: 13px !default;
160
+ $ddl-delim-bigger-small-font-size: $text-xs !default;
161
161
  $ddl-delimviewheight-bigger-small: 28px !default;
162
162
  $ddl-closer-margin-top-bigger-small: -2em !default;
163
163