@syncfusion/ej2-dropdowns 34.1.30 → 34.1.33

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 (79) hide show
  1. package/dist/ej2-dropdowns.min.js +2 -2
  2. package/dist/ej2-dropdowns.umd.min.js +2 -2
  3. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-dropdowns.es2015.js +21 -7
  5. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  6. package/dist/es6/ej2-dropdowns.es5.js +23 -9
  7. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  8. package/dist/global/ej2-dropdowns.min.js +2 -2
  9. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +4 -4
  12. package/src/drop-down-list/drop-down-list.d.ts +1 -0
  13. package/src/drop-down-list/drop-down-list.js +14 -4
  14. package/src/list-box/list-box.js +5 -5
  15. package/src/multi-select/multi-select.js +4 -0
  16. package/styles/bds-lite.css +4 -1
  17. package/styles/bds.css +4 -1
  18. package/styles/bootstrap-dark-lite.css +4 -0
  19. package/styles/bootstrap-dark.css +4 -0
  20. package/styles/bootstrap-lite.css +4 -0
  21. package/styles/bootstrap.css +4 -0
  22. package/styles/bootstrap4-lite.css +4 -0
  23. package/styles/bootstrap4.css +4 -0
  24. package/styles/bootstrap5-dark-lite.css +4 -0
  25. package/styles/bootstrap5-dark.css +4 -0
  26. package/styles/bootstrap5-lite.css +4 -1
  27. package/styles/bootstrap5.3-lite.css +4 -1
  28. package/styles/bootstrap5.3.css +4 -1
  29. package/styles/bootstrap5.css +4 -1
  30. package/styles/fabric-dark-lite.css +4 -0
  31. package/styles/fabric-dark.css +4 -0
  32. package/styles/fabric-lite.css +4 -0
  33. package/styles/fabric.css +4 -0
  34. package/styles/fluent-dark-lite.css +4 -0
  35. package/styles/fluent-dark.css +4 -0
  36. package/styles/fluent-lite.css +4 -1
  37. package/styles/fluent.css +4 -1
  38. package/styles/fluent2-lite.css +4 -1
  39. package/styles/fluent2.css +4 -1
  40. package/styles/highcontrast-light-lite.css +4 -0
  41. package/styles/highcontrast-light.css +4 -0
  42. package/styles/highcontrast-lite.css +4 -0
  43. package/styles/highcontrast.css +4 -0
  44. package/styles/material-dark-lite.css +4 -0
  45. package/styles/material-dark.css +4 -0
  46. package/styles/material-lite.css +4 -0
  47. package/styles/material.css +4 -0
  48. package/styles/material3-dark-lite.css +4 -0
  49. package/styles/material3-dark.css +4 -0
  50. package/styles/material3-lite.css +4 -1
  51. package/styles/material3.css +4 -1
  52. package/styles/mention/_layout.scss +3 -4
  53. package/styles/mention/bds.css +5 -0
  54. package/styles/mention/bootstrap-dark.css +3 -0
  55. package/styles/mention/bootstrap.css +3 -0
  56. package/styles/mention/bootstrap4.css +3 -0
  57. package/styles/mention/bootstrap5-dark.css +3 -0
  58. package/styles/mention/bootstrap5.3.css +4 -1
  59. package/styles/mention/bootstrap5.css +4 -1
  60. package/styles/mention/fabric-dark.css +3 -0
  61. package/styles/mention/fabric.css +3 -0
  62. package/styles/mention/fluent-dark.css +3 -0
  63. package/styles/mention/fluent.css +4 -1
  64. package/styles/mention/fluent2.css +5 -0
  65. package/styles/mention/highcontrast-light.css +3 -0
  66. package/styles/mention/highcontrast.css +3 -0
  67. package/styles/mention/material-dark.css +3 -0
  68. package/styles/mention/material.css +3 -0
  69. package/styles/mention/material3-dark.css +4 -1
  70. package/styles/mention/material3.css +5 -0
  71. package/styles/mention/tailwind-dark.css +3 -0
  72. package/styles/mention/tailwind.css +4 -1
  73. package/styles/mention/tailwind3.css +5 -0
  74. package/styles/tailwind-dark-lite.css +4 -0
  75. package/styles/tailwind-dark.css +4 -0
  76. package/styles/tailwind-lite.css +4 -1
  77. package/styles/tailwind.css +4 -1
  78. package/styles/tailwind3-lite.css +4 -1
  79. package/styles/tailwind3.css +4 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 34.1.30
3
+ * version : 34.1.33
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-dropdowns",
3
- "version": "34.1.30",
3
+ "version": "34.1.33",
4
4
  "description": "Essential JS 2 DropDown Components",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -9,10 +9,10 @@
9
9
  "es2015": "./dist/es6/ej2-dropdowns.es5.js",
10
10
  "dependencies": {
11
11
  "@syncfusion/ej2-base": "~34.1.30",
12
- "@syncfusion/ej2-data": "~34.1.29",
13
- "@syncfusion/ej2-inputs": "~34.1.30",
12
+ "@syncfusion/ej2-data": "~34.1.32",
13
+ "@syncfusion/ej2-inputs": "~34.1.32",
14
14
  "@syncfusion/ej2-lists": "~34.1.30",
15
- "@syncfusion/ej2-navigations": "~34.1.30",
15
+ "@syncfusion/ej2-navigations": "~34.1.31",
16
16
  "@syncfusion/ej2-notifications": "~34.1.29",
17
17
  "@syncfusion/ej2-popups": "~34.1.29"
18
18
  },
@@ -87,6 +87,7 @@ export declare class DropDownList extends DropDownBase implements IInput {
87
87
  private tabIndex;
88
88
  private isNotSearchList;
89
89
  protected isTyped: boolean;
90
+ protected isProgrammaticValueUpdate: boolean;
90
91
  protected isSelected: boolean;
91
92
  protected preventFocus: boolean;
92
93
  protected preventAutoFill: boolean;
@@ -121,6 +121,7 @@ var DropDownList = /** @class */ (function (_super) {
121
121
  this.initialRemoteRender = false;
122
122
  this.isNotSearchList = false;
123
123
  this.isTyped = false;
124
+ this.isProgrammaticValueUpdate = false;
124
125
  this.isSelected = false;
125
126
  this.preventFocus = false;
126
127
  this.preventAutoFill = false;
@@ -2417,6 +2418,9 @@ var DropDownList = /** @class */ (function (_super) {
2417
2418
  }
2418
2419
  this.initial = false;
2419
2420
  }
2421
+ if (this.isProgrammaticValueUpdate && !isNullOrUndefined(this.value) && this.getModuleName() === 'combobox') {
2422
+ this.detachChangeEvent(null);
2423
+ }
2420
2424
  else if (this.getModuleName() === 'autocomplete' && this.value) {
2421
2425
  this.setInputValue();
2422
2426
  }
@@ -2523,10 +2527,13 @@ var DropDownList = /** @class */ (function (_super) {
2523
2527
  var _this = this;
2524
2528
  if (isOffline === void 0) { isOffline = false; }
2525
2529
  var fieldValue = this.fields.value.split('.');
2526
- var checkVal = list.some(function (x) {
2527
- return isNullOrUndefined(x[checkField]) && fieldValue.length > 1 ?
2528
- _this.checkFieldValue(x, fieldValue) === value : x[checkField] === value;
2529
- });
2530
+ var checkVal = false;
2531
+ if (!isNullOrUndefined(list) && list.length > 0) {
2532
+ checkVal = list.some(function (x) {
2533
+ return isNullOrUndefined(x[checkField]) && fieldValue.length > 1 ?
2534
+ _this.checkFieldValue(x, fieldValue) === value : x[checkField] === value;
2535
+ });
2536
+ }
2530
2537
  if (this.enableVirtualization && this.virtualGroupDataSource) {
2531
2538
  checkVal = this.virtualGroupDataSource.some(function (x) {
2532
2539
  return isNullOrUndefined(x[checkField]) && fieldValue.length > 1 ?
@@ -4065,6 +4072,9 @@ var DropDownList = /** @class */ (function (_super) {
4065
4072
  this_1.isObjectInArray(newProp.value, [oldProp.value])) {
4066
4073
  return { value: void 0 };
4067
4074
  }
4075
+ if (!this_1.initial && this_1.dataSource instanceof DataManager) {
4076
+ this_1.isProgrammaticValueUpdate = true;
4077
+ }
4068
4078
  if (this_1.enableVirtualization) {
4069
4079
  var isOfflineMode = this_1.dataSource instanceof DataManager &&
4070
4080
  this_1.dataSource.dataSource.offline === true;
@@ -2098,11 +2098,11 @@ var ListBox = /** @class */ (function (_super) {
2098
2098
  e.preventDefault();
2099
2099
  return;
2100
2100
  }
2101
- var char = e.code && e.keyCode >= 96 && e.keyCode <= 105 ?
2102
- String.fromCharCode(e.keyCode - 48) : String.fromCharCode(e.keyCode);
2103
- var isWordCharacter = char.match(/\w/);
2104
- var isWordAccentCharacter = char.match(/[A-Za-z0-9\u00C0-\u024F ]/);
2105
- if (!isNullOrUndefined(isWordCharacter) || !isNullOrUndefined(isWordAccentCharacter)) {
2101
+ var isSpecialKey = e.keyCode >= 186 && e.keyCode <= 192;
2102
+ var isNumericKeyPadSpecialKey = e.keyCode === 107 || e.keyCode === 109 || e.keyCode === 111;
2103
+ var isWordCharacter = e.key && e.key.match(/\w/);
2104
+ var isWordAccentCharacter = e.key && e.key.match(/[A-Za-z0-9\u00C0-\u024F ,>/:;\-+=]/);
2105
+ if (!isNullOrUndefined(isWordCharacter) || !isNullOrUndefined(isWordAccentCharacter) || isSpecialKey || isNumericKeyPadSpecialKey) {
2106
2106
  this.isValidKey = true;
2107
2107
  }
2108
2108
  this.isBackSpace = e.keyCode === 8;
@@ -5892,6 +5892,10 @@ var MultiSelect = /** @class */ (function (_super) {
5892
5892
  && !this.validateValues(newProp.value, oldProp.value)) {
5893
5893
  return;
5894
5894
  }
5895
+ if (this.isVue && this.mode === 'CheckBox' && !this.changeOnBlur && !isNullOrUndefined(oldProp.value) && !isNullOrUndefined(newProp.value)
5896
+ && !this.validateValues(newProp.value, oldProp.value)) {
5897
+ return;
5898
+ }
5895
5899
  this.updateVal(this.value, oldProp.value, 'value', this.enableVirtualization);
5896
5900
  this.addValidInputClass();
5897
5901
  if (!this.closePopupOnSelect && this.isPopupOpen()) {
@@ -2871,4 +2871,7 @@ ejs-listbox {
2871
2871
  height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
2872
2872
  }
2873
2873
 
2874
- /* stylelint-disable-line no-empty-source */
2874
+ /* stylelint-disable-line no-empty-source */
2875
+ .e-mention-placeholder {
2876
+ display: block;
2877
+ }
package/styles/bds.css CHANGED
@@ -3723,4 +3723,7 @@ ejs-listbox {
3723
3723
  font-size: 14px;
3724
3724
  }
3725
3725
 
3726
- /* stylelint-disable-line no-empty-source */
3726
+ /* stylelint-disable-line no-empty-source */
3727
+ .e-mention-placeholder {
3728
+ display: block;
3729
+ }
@@ -2804,4 +2804,8 @@ ejs-listbox {
2804
2804
 
2805
2805
  .e-listbox-container .e-selectall-parent + .e-list-wrap {
2806
2806
  height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
2807
+ }
2808
+
2809
+ .e-mention-placeholder {
2810
+ display: block;
2807
2811
  }
@@ -3499,4 +3499,8 @@ ejs-listbox {
3499
3499
 
3500
3500
  .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3501
3501
  height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
3502
+ }
3503
+
3504
+ .e-mention-placeholder {
3505
+ display: block;
3502
3506
  }
@@ -2799,4 +2799,8 @@ ejs-listbox {
2799
2799
 
2800
2800
  .e-listbox-container .e-selectall-parent + .e-list-wrap {
2801
2801
  height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
2802
+ }
2803
+
2804
+ .e-mention-placeholder {
2805
+ display: block;
2802
2806
  }
@@ -3500,4 +3500,8 @@ ejs-listbox {
3500
3500
 
3501
3501
  .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3502
3502
  height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
3503
+ }
3504
+
3505
+ .e-mention-placeholder {
3506
+ display: block;
3503
3507
  }
@@ -2913,4 +2913,8 @@ ejs-listbox {
2913
2913
 
2914
2914
  .e-listbox-container .e-selectall-parent + .e-list-wrap {
2915
2915
  height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
2916
+ }
2917
+
2918
+ .e-mention-placeholder {
2919
+ display: block;
2916
2920
  }
@@ -3783,4 +3783,8 @@ ejs-listbox {
3783
3783
 
3784
3784
  .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3785
3785
  height: calc(100% - 108px) !important; /* stylelint-disable-line declaration-no-important */
3786
+ }
3787
+
3788
+ .e-mention-placeholder {
3789
+ display: block;
3786
3790
  }
@@ -2880,4 +2880,8 @@ ejs-listbox {
2880
2880
 
2881
2881
  .e-listbox-container .e-selectall-parent + .e-list-wrap {
2882
2882
  height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
2883
+ }
2884
+
2885
+ .e-mention-placeholder {
2886
+ display: block;
2883
2887
  }
@@ -3670,4 +3670,8 @@ ejs-listbox {
3670
3670
 
3671
3671
  .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3672
3672
  height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
3673
+ }
3674
+
3675
+ .e-mention-placeholder {
3676
+ display: block;
3673
3677
  }
@@ -2882,4 +2882,7 @@ ejs-listbox {
2882
2882
  height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
2883
2883
  }
2884
2884
 
2885
- /* stylelint-disable-line no-empty-source */
2885
+ /* stylelint-disable-line no-empty-source */
2886
+ .e-mention-placeholder {
2887
+ display: block;
2888
+ }
@@ -2956,4 +2956,7 @@ ejs-listbox {
2956
2956
  height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
2957
2957
  }
2958
2958
 
2959
- /* stylelint-disable-line no-empty-source */
2959
+ /* stylelint-disable-line no-empty-source */
2960
+ .e-mention-placeholder {
2961
+ display: block;
2962
+ }
@@ -3703,4 +3703,7 @@ ejs-listbox {
3703
3703
  height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
3704
3704
  }
3705
3705
 
3706
- /* stylelint-disable-line no-empty-source */
3706
+ /* stylelint-disable-line no-empty-source */
3707
+ .e-mention-placeholder {
3708
+ display: block;
3709
+ }
@@ -3672,4 +3672,7 @@ ejs-listbox {
3672
3672
  height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
3673
3673
  }
3674
3674
 
3675
- /* stylelint-disable-line no-empty-source */
3675
+ /* stylelint-disable-line no-empty-source */
3676
+ .e-mention-placeholder {
3677
+ display: block;
3678
+ }
@@ -2782,4 +2782,8 @@ ejs-listbox {
2782
2782
 
2783
2783
  .e-listbox-container .e-selectall-parent + .e-list-wrap {
2784
2784
  height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
2785
+ }
2786
+
2787
+ .e-mention-placeholder {
2788
+ display: block;
2785
2789
  }
@@ -3479,4 +3479,8 @@ ejs-listbox {
3479
3479
 
3480
3480
  .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3481
3481
  height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
3482
+ }
3483
+
3484
+ .e-mention-placeholder {
3485
+ display: block;
3482
3486
  }
@@ -2777,4 +2777,8 @@ ejs-listbox {
2777
2777
 
2778
2778
  .e-listbox-container .e-selectall-parent + .e-list-wrap {
2779
2779
  height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
2780
+ }
2781
+
2782
+ .e-mention-placeholder {
2783
+ display: block;
2780
2784
  }
package/styles/fabric.css CHANGED
@@ -3480,4 +3480,8 @@ ejs-listbox {
3480
3480
 
3481
3481
  .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3482
3482
  height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
3483
+ }
3484
+
3485
+ .e-mention-placeholder {
3486
+ display: block;
3483
3487
  }
@@ -2905,4 +2905,8 @@ ejs-listbox {
2905
2905
 
2906
2906
  .e-listbox-container .e-selectall-parent + .e-list-wrap {
2907
2907
  height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
2908
+ }
2909
+
2910
+ .e-mention-placeholder {
2911
+ display: block;
2908
2912
  }
@@ -3705,4 +3705,8 @@ ejs-listbox {
3705
3705
 
3706
3706
  .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3707
3707
  height: calc(100% - 113px) !important; /* stylelint-disable-line declaration-no-important */
3708
+ }
3709
+
3710
+ .e-mention-placeholder {
3711
+ display: block;
3708
3712
  }
@@ -2907,4 +2907,7 @@ ejs-listbox {
2907
2907
  height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
2908
2908
  }
2909
2909
 
2910
- /* stylelint-disable-line no-empty-source */
2910
+ /* stylelint-disable-line no-empty-source */
2911
+ .e-mention-placeholder {
2912
+ display: block;
2913
+ }
package/styles/fluent.css CHANGED
@@ -3707,4 +3707,7 @@ ejs-listbox {
3707
3707
  height: calc(100% - 113px) !important; /* stylelint-disable-line declaration-no-important */
3708
3708
  }
3709
3709
 
3710
- /* stylelint-disable-line no-empty-source */
3710
+ /* stylelint-disable-line no-empty-source */
3711
+ .e-mention-placeholder {
3712
+ display: block;
3713
+ }
@@ -3127,4 +3127,7 @@ ejs-listbox {
3127
3127
  height: calc(100% - 38px) !important; /* stylelint-disable-line declaration-no-important */
3128
3128
  }
3129
3129
 
3130
- /* stylelint-disable-line no-empty-source */
3130
+ /* stylelint-disable-line no-empty-source */
3131
+ .e-mention-placeholder {
3132
+ display: block;
3133
+ }
@@ -3802,4 +3802,7 @@ ejs-listbox {
3802
3802
  height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
3803
3803
  }
3804
3804
 
3805
- /* stylelint-disable-line no-empty-source */
3805
+ /* stylelint-disable-line no-empty-source */
3806
+ .e-mention-placeholder {
3807
+ display: block;
3808
+ }
@@ -2890,4 +2890,8 @@ ejs-listbox {
2890
2890
 
2891
2891
  .e-listbox-container .e-selectall-parent + .e-list-wrap {
2892
2892
  height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
2893
+ }
2894
+
2895
+ .e-mention-placeholder {
2896
+ display: block;
2893
2897
  }
@@ -3579,4 +3579,8 @@ ejs-listbox {
3579
3579
 
3580
3580
  .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3581
3581
  height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
3582
+ }
3583
+
3584
+ .e-mention-placeholder {
3585
+ display: block;
3582
3586
  }
@@ -2935,4 +2935,8 @@ ejs-listbox {
2935
2935
 
2936
2936
  .e-listbox-container .e-selectall-parent + .e-list-wrap {
2937
2937
  height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
2938
+ }
2939
+
2940
+ .e-mention-placeholder {
2941
+ display: block;
2938
2942
  }
@@ -3630,4 +3630,8 @@ ejs-listbox {
3630
3630
 
3631
3631
  .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3632
3632
  height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
3633
+ }
3634
+
3635
+ .e-mention-placeholder {
3636
+ display: block;
3633
3637
  }
@@ -3548,4 +3548,8 @@ ejs-listbox {
3548
3548
 
3549
3549
  .e-listbox-container .e-selectall-parent + .e-list-wrap {
3550
3550
  height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3551
+ }
3552
+
3553
+ .e-mention-placeholder {
3554
+ display: block;
3551
3555
  }
@@ -5021,4 +5021,8 @@ ejs-listbox {
5021
5021
 
5022
5022
  .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
5023
5023
  height: calc(100% - 103px) !important; /* stylelint-disable-line declaration-no-important */
5024
+ }
5025
+
5026
+ .e-mention-placeholder {
5027
+ display: block;
5024
5028
  }
@@ -3558,4 +3558,8 @@ ejs-listbox {
3558
3558
 
3559
3559
  .e-listbox-container .e-selectall-parent + .e-list-wrap {
3560
3560
  height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3561
+ }
3562
+
3563
+ .e-mention-placeholder {
3564
+ display: block;
3561
3565
  }
@@ -5058,4 +5058,8 @@ ejs-listbox {
5058
5058
 
5059
5059
  .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
5060
5060
  height: calc(100% - 103px) !important; /* stylelint-disable-line declaration-no-important */
5061
+ }
5062
+
5063
+ .e-mention-placeholder {
5064
+ display: block;
5061
5065
  }
@@ -3983,4 +3983,8 @@ ejs-listbox {
3983
3983
 
3984
3984
  .e-listbox-container .e-selectall-parent + .e-list-wrap {
3985
3985
  height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3986
+ }
3987
+
3988
+ .e-mention-placeholder {
3989
+ display: block;
3986
3990
  }
@@ -5384,4 +5384,8 @@ ejs-listbox {
5384
5384
 
5385
5385
  .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
5386
5386
  height: calc(100% - 92px) !important; /* stylelint-disable-line declaration-no-important */
5387
+ }
5388
+
5389
+ .e-mention-placeholder {
5390
+ display: block;
5387
5391
  }
@@ -3987,4 +3987,7 @@ ejs-listbox {
3987
3987
  height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
3988
3988
  }
3989
3989
 
3990
- /* stylelint-disable-line no-empty-source */
3990
+ /* stylelint-disable-line no-empty-source */
3991
+ .e-mention-placeholder {
3992
+ display: block;
3993
+ }
@@ -5388,4 +5388,7 @@ ejs-listbox {
5388
5388
  height: calc(100% - 92px) !important; /* stylelint-disable-line declaration-no-important */
5389
5389
  }
5390
5390
 
5391
- /* stylelint-disable-line no-empty-source */
5391
+ /* stylelint-disable-line no-empty-source */
5392
+ .e-mention-placeholder {
5393
+ display: block;
5394
+ }
@@ -1,7 +1,6 @@
1
1
  @use 'variables' as *;
2
2
  @include export-module('mention-layout') {
3
-
4
- //default
5
- //undefined
6
- //enddefault
3
+ .e-mention-placeholder {
4
+ display: block;
5
+ }
7
6
  }
@@ -1,3 +1,8 @@
1
1
  /* stylelint-disable-line no-empty-source */
2
2
 
3
3
 
4
+
5
+
6
+ .e-mention-placeholder {
7
+ display: block;
8
+ }
@@ -0,0 +1,3 @@
1
+ .e-mention-placeholder {
2
+ display: block;
3
+ }
@@ -0,0 +1,3 @@
1
+ .e-mention-placeholder {
2
+ display: block;
3
+ }
@@ -0,0 +1,3 @@
1
+ .e-mention-placeholder {
2
+ display: block;
3
+ }
@@ -0,0 +1,3 @@
1
+ .e-mention-placeholder {
2
+ display: block;
3
+ }
@@ -82,4 +82,7 @@
82
82
  /* 13px */
83
83
  /* 14px */
84
84
  /* 15px */
85
- /* 16px */
85
+ /* 16px */
86
+ .e-mention-placeholder {
87
+ display: block;
88
+ }
@@ -1 +1,4 @@
1
- /* stylelint-disable-line no-empty-source */
1
+ /* stylelint-disable-line no-empty-source */
2
+ .e-mention-placeholder {
3
+ display: block;
4
+ }
@@ -0,0 +1,3 @@
1
+ .e-mention-placeholder {
2
+ display: block;
3
+ }
@@ -0,0 +1,3 @@
1
+ .e-mention-placeholder {
2
+ display: block;
3
+ }
@@ -0,0 +1,3 @@
1
+ .e-mention-placeholder {
2
+ display: block;
3
+ }
@@ -1 +1,4 @@
1
- /* stylelint-disable-line no-empty-source */
1
+ /* stylelint-disable-line no-empty-source */
2
+ .e-mention-placeholder {
3
+ display: block;
4
+ }
@@ -83,3 +83,8 @@
83
83
  /* 16px */
84
84
 
85
85
 
86
+
87
+
88
+ .e-mention-placeholder {
89
+ display: block;
90
+ }
@@ -0,0 +1,3 @@
1
+ .e-mention-placeholder {
2
+ display: block;
3
+ }
@@ -0,0 +1,3 @@
1
+ .e-mention-placeholder {
2
+ display: block;
3
+ }
@@ -0,0 +1,3 @@
1
+ .e-mention-placeholder {
2
+ display: block;
3
+ }
@@ -0,0 +1,3 @@
1
+ .e-mention-placeholder {
2
+ display: block;
3
+ }
@@ -79,4 +79,7 @@
79
79
  /* 13px */
80
80
  /* 14px */
81
81
  /* 15px */
82
- /* 16px */
82
+ /* 16px */
83
+ .e-mention-placeholder {
84
+ display: block;
85
+ }
@@ -81,3 +81,8 @@
81
81
  /* 14px */
82
82
  /* 15px */
83
83
  /* 16px */
84
+
85
+
86
+ .e-mention-placeholder {
87
+ display: block;
88
+ }
@@ -0,0 +1,3 @@
1
+ .e-mention-placeholder {
2
+ display: block;
3
+ }
@@ -1 +1,4 @@
1
- /* stylelint-disable-line no-empty-source */
1
+ /* stylelint-disable-line no-empty-source */
2
+ .e-mention-placeholder {
3
+ display: block;
4
+ }
@@ -71,3 +71,8 @@
71
71
  /* 49px */
72
72
  /* 50px */
73
73
  /* 5em */
74
+
75
+
76
+ .e-mention-placeholder {
77
+ display: block;
78
+ }