@syncfusion/ej2-dropdowns 25.2.7-130084 → 26.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 (290) hide show
  1. package/.eslintrc.json +3 -2
  2. package/{ReadMe.md → README.md} +1 -1
  3. package/dist/ej2-dropdowns.min.js +10 -1
  4. package/dist/ej2-dropdowns.umd.min.js +10 -1
  5. package/dist/ej2-dropdowns.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-dropdowns.es2015.js +505 -215
  7. package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
  8. package/dist/es6/ej2-dropdowns.es5.js +498 -207
  9. package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
  10. package/dist/global/ej2-dropdowns.min.js +10 -1
  11. package/dist/global/ej2-dropdowns.min.js.map +1 -1
  12. package/dist/global/index.d.ts +9 -0
  13. package/package.json +80 -79
  14. package/src/auto-complete/auto-complete-model.d.ts +10 -10
  15. package/src/auto-complete/auto-complete.d.ts +12 -12
  16. package/src/auto-complete/auto-complete.js +3 -3
  17. package/src/combo-box/combo-box-model.d.ts +17 -17
  18. package/src/combo-box/combo-box.d.ts +27 -27
  19. package/src/combo-box/combo-box.js +25 -10
  20. package/src/common/interface.js +0 -1
  21. package/src/common/virtual-scroll.js +1 -0
  22. package/src/drop-down-base/drop-down-base-model.d.ts +21 -14
  23. package/src/drop-down-base/drop-down-base.d.ts +43 -17
  24. package/src/drop-down-base/drop-down-base.js +65 -10
  25. package/src/drop-down-list/drop-down-list-model.d.ts +3 -3
  26. package/src/drop-down-list/drop-down-list.d.ts +19 -5
  27. package/src/drop-down-list/drop-down-list.js +130 -5
  28. package/src/drop-down-tree/drop-down-tree-model.d.ts +16 -16
  29. package/src/drop-down-tree/drop-down-tree.d.ts +18 -14
  30. package/src/drop-down-tree/drop-down-tree.js +52 -38
  31. package/src/list-box/list-box-model.d.ts +2 -2
  32. package/src/list-box/list-box.d.ts +2 -2
  33. package/src/list-box/list-box.js +30 -9
  34. package/src/mention/mention.js +23 -8
  35. package/src/multi-select/interface.js +0 -1
  36. package/src/multi-select/multi-select.d.ts +15 -0
  37. package/src/multi-select/multi-select.js +135 -12
  38. package/styles/auto-complete/_bootstrap5.3-definition.scss +2 -0
  39. package/styles/auto-complete/_fluent2-definition.scss +2 -0
  40. package/styles/auto-complete/bootstrap-dark.css +5 -2
  41. package/styles/auto-complete/bootstrap.css +5 -2
  42. package/styles/auto-complete/bootstrap4.css +6 -2
  43. package/styles/auto-complete/bootstrap5-dark.css +6 -2
  44. package/styles/auto-complete/bootstrap5.css +6 -2
  45. package/styles/auto-complete/fabric-dark.css +3 -1
  46. package/styles/auto-complete/fabric.css +3 -1
  47. package/styles/auto-complete/fluent-dark.css +6 -2
  48. package/styles/auto-complete/fluent.css +6 -2
  49. package/styles/auto-complete/fluent2.css +1140 -0
  50. package/styles/auto-complete/fluent2.scss +4 -0
  51. package/styles/auto-complete/highcontrast-light.css +3 -1
  52. package/styles/auto-complete/highcontrast.css +3 -1
  53. package/styles/auto-complete/material-dark.css +16 -5
  54. package/styles/auto-complete/material.css +16 -5
  55. package/styles/auto-complete/material3-dark.css +17 -6
  56. package/styles/auto-complete/material3-dark.scss +1 -1
  57. package/styles/auto-complete/material3.css +17 -6
  58. package/styles/auto-complete/material3.scss +1 -1
  59. package/styles/auto-complete/tailwind-dark.css +16 -5
  60. package/styles/auto-complete/tailwind.css +16 -5
  61. package/styles/bootstrap-dark.css +196 -228
  62. package/styles/bootstrap-dark.scss +28 -8
  63. package/styles/bootstrap.css +196 -228
  64. package/styles/bootstrap.scss +28 -8
  65. package/styles/bootstrap4.css +199 -229
  66. package/styles/bootstrap4.scss +28 -8
  67. package/styles/bootstrap5-dark.css +196 -221
  68. package/styles/bootstrap5-dark.scss +28 -8
  69. package/styles/bootstrap5.css +196 -221
  70. package/styles/bootstrap5.scss +28 -8
  71. package/styles/combo-box/_bootstrap5.3-definition.scss +2 -0
  72. package/styles/combo-box/_fluent2-definition.scss +2 -0
  73. package/styles/combo-box/bootstrap-dark.css +5 -2
  74. package/styles/combo-box/bootstrap.css +5 -2
  75. package/styles/combo-box/bootstrap4.css +6 -2
  76. package/styles/combo-box/bootstrap5-dark.css +6 -2
  77. package/styles/combo-box/bootstrap5.css +6 -2
  78. package/styles/combo-box/fabric-dark.css +3 -1
  79. package/styles/combo-box/fabric.css +3 -1
  80. package/styles/combo-box/fluent-dark.css +6 -2
  81. package/styles/combo-box/fluent.css +6 -2
  82. package/styles/combo-box/fluent2.css +1140 -0
  83. package/styles/combo-box/fluent2.scss +4 -0
  84. package/styles/combo-box/highcontrast-light.css +3 -1
  85. package/styles/combo-box/highcontrast.css +3 -1
  86. package/styles/combo-box/material-dark.css +16 -5
  87. package/styles/combo-box/material.css +16 -5
  88. package/styles/combo-box/material3-dark.css +17 -6
  89. package/styles/combo-box/material3-dark.scss +1 -1
  90. package/styles/combo-box/material3.css +17 -6
  91. package/styles/combo-box/material3.scss +1 -1
  92. package/styles/combo-box/tailwind-dark.css +16 -5
  93. package/styles/combo-box/tailwind.css +16 -5
  94. package/styles/drop-down-base/_bds-definition.scss +2 -2
  95. package/styles/drop-down-base/_bootstrap5.3-definition.scss +117 -0
  96. package/styles/drop-down-base/_fluent2-definition.scss +134 -0
  97. package/styles/drop-down-base/_layout.scss +12 -2
  98. package/styles/drop-down-base/_material3-definition.scss +0 -11
  99. package/styles/drop-down-base/_theme.scss +2 -11
  100. package/styles/drop-down-base/bootstrap-dark.css +2 -1
  101. package/styles/drop-down-base/bootstrap.css +2 -1
  102. package/styles/drop-down-base/bootstrap4.css +2 -1
  103. package/styles/drop-down-base/bootstrap5-dark.css +2 -1
  104. package/styles/drop-down-base/bootstrap5.css +2 -1
  105. package/styles/drop-down-base/fabric-dark.css +2 -1
  106. package/styles/drop-down-base/fabric.css +2 -1
  107. package/styles/drop-down-base/fluent-dark.css +2 -1
  108. package/styles/drop-down-base/fluent.css +2 -1
  109. package/styles/drop-down-base/fluent2.css +1447 -0
  110. package/styles/drop-down-base/fluent2.scss +3 -0
  111. package/styles/drop-down-base/highcontrast-light.css +2 -1
  112. package/styles/drop-down-base/highcontrast.css +2 -1
  113. package/styles/drop-down-base/material-dark.css +2 -1
  114. package/styles/drop-down-base/material.css +2 -1
  115. package/styles/drop-down-base/material3-dark.css +9 -2
  116. package/styles/drop-down-base/material3-dark.scss +1 -1
  117. package/styles/drop-down-base/material3.css +9 -2
  118. package/styles/drop-down-base/material3.scss +1 -1
  119. package/styles/drop-down-base/tailwind-dark.css +2 -1
  120. package/styles/drop-down-base/tailwind.css +2 -1
  121. package/styles/drop-down-list/_bootstrap5.3-definition.scss +201 -0
  122. package/styles/drop-down-list/_fluent2-definition.scss +134 -0
  123. package/styles/drop-down-list/_layout.scss +5 -3
  124. package/styles/drop-down-list/_material3-definition.scss +0 -8
  125. package/styles/drop-down-list/bootstrap-dark.css +38 -3
  126. package/styles/drop-down-list/bootstrap.css +38 -3
  127. package/styles/drop-down-list/bootstrap4.css +39 -3
  128. package/styles/drop-down-list/bootstrap5-dark.css +39 -3
  129. package/styles/drop-down-list/bootstrap5.css +39 -3
  130. package/styles/drop-down-list/fabric-dark.css +36 -2
  131. package/styles/drop-down-list/fabric.css +36 -2
  132. package/styles/drop-down-list/fluent-dark.css +39 -3
  133. package/styles/drop-down-list/fluent.css +39 -3
  134. package/styles/drop-down-list/fluent2.css +1684 -0
  135. package/styles/drop-down-list/fluent2.scss +9 -0
  136. package/styles/drop-down-list/highcontrast-light.css +36 -2
  137. package/styles/drop-down-list/highcontrast.css +36 -2
  138. package/styles/drop-down-list/icons/_bootstrap5.3.scss +14 -0
  139. package/styles/drop-down-list/icons/_fluent2.scss +14 -0
  140. package/styles/drop-down-list/material-dark.css +58 -7
  141. package/styles/drop-down-list/material.css +72 -9
  142. package/styles/drop-down-list/material3-dark.css +74 -10
  143. package/styles/drop-down-list/material3-dark.scss +1 -1
  144. package/styles/drop-down-list/material3.css +74 -10
  145. package/styles/drop-down-list/material3.scss +1 -1
  146. package/styles/drop-down-list/tailwind-dark.css +49 -6
  147. package/styles/drop-down-list/tailwind.css +49 -6
  148. package/styles/drop-down-tree/_bds-definition.scss +5 -0
  149. package/styles/drop-down-tree/_bootstrap4-definition.scss +1 -0
  150. package/styles/drop-down-tree/_bootstrap5-definition.scss +5 -0
  151. package/styles/drop-down-tree/_bootstrap5.3-definition.scss +66 -0
  152. package/styles/drop-down-tree/_fluent-definition.scss +4 -0
  153. package/styles/drop-down-tree/_fluent2-definition.scss +75 -0
  154. package/styles/drop-down-tree/_layout.scss +289 -327
  155. package/styles/drop-down-tree/_material3-definition.scss +3 -5
  156. package/styles/drop-down-tree/_tailwind-definition.scss +7 -2
  157. package/styles/drop-down-tree/_theme.scss +24 -41
  158. package/styles/drop-down-tree/bootstrap-dark.css +63 -29
  159. package/styles/drop-down-tree/bootstrap.css +63 -29
  160. package/styles/drop-down-tree/bootstrap4.css +64 -30
  161. package/styles/drop-down-tree/bootstrap5-dark.css +63 -27
  162. package/styles/drop-down-tree/bootstrap5.css +63 -27
  163. package/styles/drop-down-tree/fabric-dark.css +63 -29
  164. package/styles/drop-down-tree/fabric.css +63 -29
  165. package/styles/drop-down-tree/fluent-dark.css +71 -35
  166. package/styles/drop-down-tree/fluent.css +71 -35
  167. package/styles/drop-down-tree/fluent2.css +1732 -0
  168. package/styles/drop-down-tree/fluent2.scss +9 -0
  169. package/styles/drop-down-tree/highcontrast-light.css +63 -29
  170. package/styles/drop-down-tree/highcontrast.css +63 -23
  171. package/styles/drop-down-tree/icons/_bootstrap5.3.scss +11 -0
  172. package/styles/drop-down-tree/icons/_fluent2.scss +14 -0
  173. package/styles/drop-down-tree/material-dark.css +80 -43
  174. package/styles/drop-down-tree/material.css +97 -51
  175. package/styles/drop-down-tree/material3-dark.css +85 -32
  176. package/styles/drop-down-tree/material3-dark.scss +1 -1
  177. package/styles/drop-down-tree/material3.css +85 -32
  178. package/styles/drop-down-tree/material3.scss +1 -1
  179. package/styles/drop-down-tree/tailwind-dark.css +72 -28
  180. package/styles/drop-down-tree/tailwind.css +72 -28
  181. package/styles/fabric-dark.css +194 -227
  182. package/styles/fabric-dark.scss +28 -8
  183. package/styles/fabric.css +194 -227
  184. package/styles/fabric.scss +28 -8
  185. package/styles/fluent-dark.css +206 -236
  186. package/styles/fluent-dark.scss +28 -8
  187. package/styles/fluent.css +206 -236
  188. package/styles/fluent.scss +28 -8
  189. package/styles/fluent2.css +4771 -0
  190. package/styles/fluent2.scss +28 -0
  191. package/styles/highcontrast-light.css +197 -227
  192. package/styles/highcontrast-light.scss +28 -8
  193. package/styles/highcontrast.css +197 -221
  194. package/styles/highcontrast.scss +28 -8
  195. package/styles/list-box/_bootstrap-dark-definition.scss +0 -2
  196. package/styles/list-box/_bootstrap5.3-definition.scss +120 -0
  197. package/styles/list-box/_fabric-dark-definition.scss +0 -2
  198. package/styles/list-box/_fluent2-definition.scss +121 -0
  199. package/styles/list-box/_highcontrast-light-definition.scss +0 -2
  200. package/styles/list-box/_layout.scss +65 -44
  201. package/styles/list-box/_material-dark-definition.scss +0 -2
  202. package/styles/list-box/_tailwind-definition.scss +1 -1
  203. package/styles/list-box/_theme.scss +36 -65
  204. package/styles/list-box/bootstrap-dark.css +72 -112
  205. package/styles/list-box/bootstrap.css +72 -112
  206. package/styles/list-box/bootstrap4.css +72 -112
  207. package/styles/list-box/bootstrap5-dark.css +72 -106
  208. package/styles/list-box/bootstrap5.css +72 -106
  209. package/styles/list-box/fabric-dark.css +72 -112
  210. package/styles/list-box/fabric.css +72 -112
  211. package/styles/list-box/fluent-dark.css +72 -112
  212. package/styles/list-box/fluent.css +72 -112
  213. package/styles/list-box/fluent2.css +2029 -0
  214. package/styles/list-box/fluent2.scss +5 -0
  215. package/styles/list-box/highcontrast-light.css +72 -112
  216. package/styles/list-box/highcontrast.css +72 -112
  217. package/styles/list-box/icons/_bootstrap5.3.scss +25 -0
  218. package/styles/list-box/icons/_fluent2.scss +25 -0
  219. package/styles/list-box/material-dark.css +72 -112
  220. package/styles/list-box/material.css +72 -112
  221. package/styles/list-box/material3-dark.css +73 -113
  222. package/styles/list-box/material3-dark.scss +1 -1
  223. package/styles/list-box/material3.css +73 -113
  224. package/styles/list-box/material3.scss +1 -1
  225. package/styles/list-box/tailwind-dark.css +74 -114
  226. package/styles/list-box/tailwind.css +74 -114
  227. package/styles/material-dark.css +236 -260
  228. package/styles/material-dark.scss +28 -8
  229. package/styles/material.css +253 -284
  230. package/styles/material.scss +28 -8
  231. package/styles/material3-dark.css +253 -266
  232. package/styles/material3-dark.scss +29 -9
  233. package/styles/material3.css +253 -266
  234. package/styles/material3.scss +29 -9
  235. package/styles/mention/_bootstrap5.3-definition.scss +1 -0
  236. package/styles/mention/_fluent2-definition.scss +1 -0
  237. package/styles/mention/bootstrap-dark.css +24 -0
  238. package/styles/mention/bootstrap.css +24 -0
  239. package/styles/mention/bootstrap4.css +24 -0
  240. package/styles/mention/bootstrap5-dark.css +24 -0
  241. package/styles/mention/bootstrap5.css +24 -0
  242. package/styles/mention/fabric-dark.css +24 -0
  243. package/styles/mention/fabric.css +24 -0
  244. package/styles/mention/fluent-dark.css +24 -0
  245. package/styles/mention/fluent.css +24 -0
  246. package/styles/mention/fluent2.css +1130 -0
  247. package/styles/mention/fluent2.scss +6 -0
  248. package/styles/mention/highcontrast-light.css +24 -0
  249. package/styles/mention/highcontrast.css +24 -0
  250. package/styles/mention/material-dark.css +24 -0
  251. package/styles/mention/material.css +24 -0
  252. package/styles/mention/material3-dark.css +25 -1
  253. package/styles/mention/material3-dark.scss +1 -1
  254. package/styles/mention/material3.css +25 -1
  255. package/styles/mention/material3.scss +1 -1
  256. package/styles/mention/tailwind-dark.css +24 -0
  257. package/styles/mention/tailwind.css +24 -0
  258. package/styles/multi-select/_bootstrap5.3-definition.scss +230 -0
  259. package/styles/multi-select/_fluent2-definition.scss +236 -0
  260. package/styles/multi-select/_layout.scss +32 -38
  261. package/styles/multi-select/_material3-definition.scss +0 -15
  262. package/styles/multi-select/_theme.scss +0 -4
  263. package/styles/multi-select/bootstrap-dark.css +67 -28
  264. package/styles/multi-select/bootstrap.css +67 -28
  265. package/styles/multi-select/bootstrap4.css +70 -29
  266. package/styles/multi-select/bootstrap5-dark.css +67 -28
  267. package/styles/multi-select/bootstrap5.css +67 -28
  268. package/styles/multi-select/fabric-dark.css +67 -28
  269. package/styles/multi-select/fabric.css +67 -28
  270. package/styles/multi-select/fluent-dark.css +69 -29
  271. package/styles/multi-select/fluent.css +69 -29
  272. package/styles/multi-select/fluent2.css +2663 -0
  273. package/styles/multi-select/fluent2.scss +9 -0
  274. package/styles/multi-select/highcontrast-light.css +70 -28
  275. package/styles/multi-select/highcontrast.css +70 -28
  276. package/styles/multi-select/icons/_bootstrap5.3.scss +26 -0
  277. package/styles/multi-select/icons/_fluent2.scss +692 -0
  278. package/styles/multi-select/material-dark.css +88 -32
  279. package/styles/multi-select/material.css +102 -34
  280. package/styles/multi-select/material3-dark.css +109 -35
  281. package/styles/multi-select/material3-dark.scss +1 -1
  282. package/styles/multi-select/material3.css +109 -35
  283. package/styles/multi-select/material3.scss +1 -1
  284. package/styles/multi-select/tailwind-dark.css +67 -28
  285. package/styles/multi-select/tailwind.css +67 -28
  286. package/styles/tailwind-dark.css +217 -233
  287. package/styles/tailwind-dark.scss +28 -8
  288. package/styles/tailwind.css +217 -233
  289. package/styles/tailwind.scss +28 -8
  290. package/CHANGELOG.md +0 -2200
@@ -42,7 +42,7 @@ export declare class ComboBox extends DropDownList {
42
42
  * {% codeBlock src='combobox/htmlAttributes/index.md' %}{% endcodeBlock %}
43
43
  *
44
44
  * @default {}
45
- * @deprecated
45
+
46
46
  */
47
47
  htmlAttributes: {
48
48
  [key: string]: string;
@@ -58,7 +58,7 @@ export declare class ComboBox extends DropDownList {
58
58
  * {% codeBlock src="combobox/allow-filtering-api/index.html" %}{% endcodeBlock %}
59
59
  *
60
60
  * @default false
61
- * @deprecated
61
+
62
62
  */
63
63
  allowFiltering: boolean;
64
64
  /**
@@ -68,7 +68,7 @@ export declare class ComboBox extends DropDownList {
68
68
  * {% codeBlock src='combobox/query/index.md' %}{% endcodeBlock %}
69
69
  *
70
70
  * @default null
71
- * @deprecated
71
+
72
72
  */
73
73
  query: Query;
74
74
  /**
@@ -80,7 +80,7 @@ export declare class ComboBox extends DropDownList {
80
80
  *
81
81
  * @default null
82
82
  * @aspType double
83
- * @deprecated
83
+
84
84
  */
85
85
  index: number | null;
86
86
  /**
@@ -94,7 +94,7 @@ export declare class ComboBox extends DropDownList {
94
94
  * Enable or disable rendering component in right to left direction.
95
95
  *
96
96
  * @default false
97
- * @deprecated
97
+
98
98
  */
99
99
  enableRtl: boolean;
100
100
  /**
@@ -133,7 +133,7 @@ export declare class ComboBox extends DropDownList {
133
133
  * @default Syncfusion.EJ2.Inputs.FloatLabelType.Never
134
134
  * @aspType Syncfusion.EJ2.Inputs.FloatLabelType
135
135
  * @isEnumeration true
136
- * @deprecated
136
+
137
137
  */
138
138
  floatLabelType: FloatLabelType;
139
139
  /**
@@ -141,14 +141,14 @@ export declare class ComboBox extends DropDownList {
141
141
  *
142
142
  * @default null
143
143
  * @private
144
- * @deprecated
144
+
145
145
  */
146
146
  filterBarPlaceholder: string;
147
147
  /**
148
148
  * Sets CSS classes to the root element of the component that allows customization of appearance.
149
149
  *
150
150
  * @default null
151
- * @deprecated
151
+
152
152
  */
153
153
  cssClass: string;
154
154
  /**
@@ -157,7 +157,7 @@ export declare class ComboBox extends DropDownList {
157
157
  *
158
158
  * @default null
159
159
  * @aspType string
160
- * @deprecated
160
+
161
161
  */
162
162
  headerTemplate: string | Function;
163
163
  /**
@@ -166,14 +166,14 @@ export declare class ComboBox extends DropDownList {
166
166
  *
167
167
  * @default null
168
168
  * @aspType string
169
- * @deprecated
169
+
170
170
  */
171
171
  footerTemplate: string | Function;
172
172
  /**
173
173
  * Specifies a short hint that describes the expected value of the DropDownList component.
174
174
  *
175
175
  * @default null
176
- * @deprecated
176
+
177
177
  */
178
178
  placeholder: string;
179
179
  /**
@@ -182,7 +182,7 @@ export declare class ComboBox extends DropDownList {
182
182
  *
183
183
  * @default '100%'
184
184
  * @aspType string
185
- * @deprecated
185
+
186
186
  */
187
187
  width: string | number;
188
188
  /**
@@ -192,7 +192,7 @@ export declare class ComboBox extends DropDownList {
192
192
  *
193
193
  * @default '300px'
194
194
  * @aspType string
195
- * @deprecated
195
+
196
196
  */
197
197
  popupHeight: string | number;
198
198
  /**
@@ -203,14 +203,14 @@ export declare class ComboBox extends DropDownList {
203
203
  *
204
204
  * @default '100%'
205
205
  * @aspType string
206
- * @deprecated
206
+
207
207
  */
208
208
  popupWidth: string | number;
209
209
  /**
210
210
  * When set to true, the user interactions on the component are disabled.
211
211
  *
212
212
  * @default false
213
- * @deprecated
213
+
214
214
  */
215
215
  readonly: boolean;
216
216
  /**
@@ -218,7 +218,7 @@ export declare class ComboBox extends DropDownList {
218
218
  *
219
219
  * @default null
220
220
  * @aspType string
221
- * @deprecated
221
+
222
222
  */
223
223
  text: string | null;
224
224
  /**
@@ -226,7 +226,7 @@ export declare class ComboBox extends DropDownList {
226
226
  *
227
227
  * @default null
228
228
  * @isGenericType true
229
- * @deprecated
229
+
230
230
  */
231
231
  value: number | string | boolean | object | null;
232
232
  /**
@@ -276,14 +276,14 @@ export declare class ComboBox extends DropDownList {
276
276
  * Shows the spinner loader.
277
277
  *
278
278
  * @returns {void}
279
- * @deprecated
279
+
280
280
  */
281
281
  showSpinner(): void;
282
282
  /**
283
283
  * Hides the spinner loader.
284
284
  *
285
285
  * @returns {void}
286
- * @deprecated
286
+
287
287
  */
288
288
  hideSpinner(): void;
289
289
  protected setAutoFill(activeElement: Element, isHover?: boolean): void;
@@ -332,7 +332,7 @@ export declare class ComboBox extends DropDownList {
332
332
  * @param { Object[] } items - Specifies an array of JSON data or a JSON data.
333
333
  * @param { number } itemIndex - Specifies the index to place the newly added item in the popup list.
334
334
  * @returns {void}
335
- * @deprecated
335
+
336
336
  */
337
337
  addItem(items: {
338
338
  [key: string]: Object;
@@ -346,7 +346,7 @@ export declare class ComboBox extends DropDownList {
346
346
  * @param {Query} query - Specify the query to filter the data.
347
347
  * @param {FieldSettingsModel} fields - Specify the fields to map the column in the data table.
348
348
  * @returns {void}
349
- * @deprecated
349
+
350
350
  */
351
351
  filter(dataSource: {
352
352
  [key: string]: Object;
@@ -355,14 +355,14 @@ export declare class ComboBox extends DropDownList {
355
355
  * Opens the popup that displays the list of items.
356
356
  *
357
357
  * @returns {void}
358
- * @deprecated
358
+
359
359
  */
360
360
  showPopup(e?: MouseEvent | KeyboardEventArgs | TouchEvent): void;
361
361
  /**
362
362
  * Hides the popup if it is in open state.
363
363
  *
364
364
  * @returns {void}
365
- * @deprecated
365
+
366
366
  */
367
367
  hidePopup(e?: MouseEvent | KeyboardEventArgs | TouchEvent): void;
368
368
  /**
@@ -375,21 +375,21 @@ export declare class ComboBox extends DropDownList {
375
375
  * Allows you to clear the selected values from the component.
376
376
  *
377
377
  * @returns {void}
378
- * @deprecated
378
+
379
379
  */
380
380
  clear(): void;
381
381
  /**
382
382
  * Moves the focus from the component if the component is already focused.
383
383
  *
384
384
  * @returns {void}
385
- * @deprecated
385
+
386
386
  */
387
387
  focusOut(e?: MouseEvent | KeyboardEventArgs): void;
388
388
  /**
389
389
  * Gets all the list items bound on this component.
390
390
  *
391
391
  * @returns {Element[]}
392
- * @deprecated
392
+
393
393
  */
394
394
  getItems(): Element[];
395
395
  /**
@@ -397,7 +397,7 @@ export declare class ComboBox extends DropDownList {
397
397
  *
398
398
  * @param { string | number } value - Specifies the value of the list item.
399
399
  * @returns {Object}
400
- * @deprecated
400
+
401
401
  */
402
402
  getDataByValue(value: string | number | boolean): {
403
403
  [key: string]: Object;
@@ -144,6 +144,18 @@ var ComboBox = /** @class */ (function (_super) {
144
144
  }
145
145
  };
146
146
  ComboBox.prototype.updateValues = function () {
147
+ if (this.fields.disabled) {
148
+ if (this.value != null) {
149
+ this.value = !this.isDisableItemValue(this.value) ? this.value : null;
150
+ }
151
+ if (this.text != null) {
152
+ this.text = !this.isDisabledItemByIndex(this.getIndexByValue(this.getValueByText(this.text))) ? this.text : null;
153
+ }
154
+ if (this.index != null) {
155
+ this.index = !this.isDisabledItemByIndex(this.index) ? this.index : null;
156
+ this.activeIndex = this.index;
157
+ }
158
+ }
147
159
  if (!isNullOrUndefined(this.value)) {
148
160
  var currentValue = this.allowObjectBinding && !isNullOrUndefined(this.value) ? getValue((this.fields.value) ? this.fields.value : '', this.value) : this.value;
149
161
  var li = this.getElementByValue(currentValue);
@@ -400,7 +412,7 @@ var ComboBox = /** @class */ (function (_super) {
400
412
  * Shows the spinner loader.
401
413
  *
402
414
  * @returns {void}
403
- * @deprecated
415
+
404
416
  */
405
417
  ComboBox.prototype.showSpinner = function () {
406
418
  if (isNullOrUndefined(this.spinnerElement)) {
@@ -420,7 +432,7 @@ var ComboBox = /** @class */ (function (_super) {
420
432
  * Hides the spinner loader.
421
433
  *
422
434
  * @returns {void}
423
- * @deprecated
435
+
424
436
  */
425
437
  ComboBox.prototype.hideSpinner = function () {
426
438
  if (!isNullOrUndefined(this.spinnerElement)) {
@@ -577,6 +589,9 @@ var ComboBox = /** @class */ (function (_super) {
577
589
  else {
578
590
  li = this.list.querySelector('.' + dropDownListClasses.focus);
579
591
  }
592
+ if (this.isDisabledElement(li)) {
593
+ return;
594
+ }
580
595
  if (li) {
581
596
  this.setSelection(li, e);
582
597
  this.isTyped = false;
@@ -775,7 +790,7 @@ var ComboBox = /** @class */ (function (_super) {
775
790
  * @param { Object[] } items - Specifies an array of JSON data or a JSON data.
776
791
  * @param { number } itemIndex - Specifies the index to place the newly added item in the popup list.
777
792
  * @returns {void}
778
- * @deprecated
793
+
779
794
  */
780
795
  ComboBox.prototype.addItem = function (items, itemIndex) {
781
796
  _super.prototype.addItem.call(this, items, itemIndex);
@@ -787,7 +802,7 @@ var ComboBox = /** @class */ (function (_super) {
787
802
  * @param {Query} query - Specify the query to filter the data.
788
803
  * @param {FieldSettingsModel} fields - Specify the fields to map the column in the data table.
789
804
  * @returns {void}
790
- * @deprecated
805
+
791
806
  */
792
807
  ComboBox.prototype.filter = function (dataSource, query, fields) {
793
808
  _super.prototype.filter.call(this, dataSource, query, fields);
@@ -797,7 +812,7 @@ var ComboBox = /** @class */ (function (_super) {
797
812
  * Opens the popup that displays the list of items.
798
813
  *
799
814
  * @returns {void}
800
- * @deprecated
815
+
801
816
  */
802
817
  ComboBox.prototype.showPopup = function (e) {
803
818
  /* eslint-enable valid-jsdoc, jsdoc/require-param */
@@ -808,7 +823,7 @@ var ComboBox = /** @class */ (function (_super) {
808
823
  * Hides the popup if it is in open state.
809
824
  *
810
825
  * @returns {void}
811
- * @deprecated
826
+
812
827
  */
813
828
  ComboBox.prototype.hidePopup = function (e) {
814
829
  /* eslint-enable valid-jsdoc, jsdoc/require-param */
@@ -878,7 +893,7 @@ var ComboBox = /** @class */ (function (_super) {
878
893
  * Allows you to clear the selected values from the component.
879
894
  *
880
895
  * @returns {void}
881
- * @deprecated
896
+
882
897
  */
883
898
  ComboBox.prototype.clear = function () {
884
899
  this.value = null;
@@ -888,7 +903,7 @@ var ComboBox = /** @class */ (function (_super) {
888
903
  * Moves the focus from the component if the component is already focused.
889
904
  *
890
905
  * @returns {void}
891
- * @deprecated
906
+
892
907
  */
893
908
  ComboBox.prototype.focusOut = function (e) {
894
909
  /* eslint-enable valid-jsdoc, jsdoc/require-param */
@@ -899,7 +914,7 @@ var ComboBox = /** @class */ (function (_super) {
899
914
  * Gets all the list items bound on this component.
900
915
  *
901
916
  * @returns {Element[]}
902
- * @deprecated
917
+
903
918
  */
904
919
  ComboBox.prototype.getItems = function () {
905
920
  return _super.prototype.getItems.call(this);
@@ -909,7 +924,7 @@ var ComboBox = /** @class */ (function (_super) {
909
924
  *
910
925
  * @param { string | number } value - Specifies the value of the list item.
911
926
  * @returns {Object}
912
- * @deprecated
927
+
913
928
  */
914
929
  ComboBox.prototype.getDataByValue = function (value) {
915
930
  return _super.prototype.getDataByValue.call(this, value);
@@ -1 +0,0 @@
1
-
@@ -314,6 +314,7 @@ var VirtualScroll = /** @class */ (function () {
314
314
  this.parent.updatevirtualizationList();
315
315
  }
316
316
  this.parent.getSkeletonCount();
317
+ this.parent.skeletonCount = this.parent.totalItemCount != 0 && this.parent.totalItemCount < (this.parent.itemCount * 2) ? 0 : this.parent.skeletonCount;
317
318
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
318
319
  var virtualTrackElement = this.parent.list.getElementsByClassName('e-virtual-ddl')[0];
319
320
  if (virtualTrackElement) {
@@ -43,6 +43,13 @@ export interface FieldSettingsModel {
43
43
  */
44
44
  htmlAttributes?: string;
45
45
 
46
+ /**
47
+ * Defines whether the particular field value is disabled or not.
48
+ *
49
+ * @default null
50
+ */
51
+ disabled?: string;
52
+
46
53
  }
47
54
 
48
55
  /**
@@ -69,8 +76,8 @@ export interface DropDownBaseModel extends ComponentModel{
69
76
  * customers.appendTo("#list");
70
77
  * ```
71
78
  *
72
- * @default {text: null, value: null, iconCss: null, groupBy: null}
73
- * @deprecated
79
+ * @default {text: null, value: null, iconCss: null, groupBy: null, disabled: null}
80
+
74
81
  */
75
82
  fields?: FieldSettingsModel;
76
83
 
@@ -83,7 +90,7 @@ export interface DropDownBaseModel extends ComponentModel{
83
90
  *
84
91
  * @default null
85
92
  * @aspType string
86
- * @deprecated
93
+
87
94
  */
88
95
  itemTemplate?: string | Function;
89
96
 
@@ -92,7 +99,7 @@ export interface DropDownBaseModel extends ComponentModel{
92
99
  *
93
100
  * @default null
94
101
  * @aspType string
95
- * @deprecated
102
+
96
103
  */
97
104
  groupTemplate?: string | Function;
98
105
 
@@ -102,7 +109,7 @@ export interface DropDownBaseModel extends ComponentModel{
102
109
  *
103
110
  * @default 'No records found'
104
111
  * @aspType string
105
- * @deprecated
112
+
106
113
  */
107
114
  noRecordsTemplate?: string | Function;
108
115
 
@@ -112,7 +119,7 @@ export interface DropDownBaseModel extends ComponentModel{
112
119
  *
113
120
  * @default 'Request failed'
114
121
  * @aspType string
115
- * @deprecated
122
+
116
123
  */
117
124
  actionFailureTemplate?: string | Function;
118
125
 
@@ -125,7 +132,7 @@ export interface DropDownBaseModel extends ComponentModel{
125
132
  * @default null
126
133
  * @asptype object
127
134
  * @aspjsonconverterignore
128
- * @deprecated
135
+
129
136
  */
130
137
  sortOrder?: SortOrder;
131
138
 
@@ -135,7 +142,7 @@ export interface DropDownBaseModel extends ComponentModel{
135
142
  * `DataManager`.
136
143
  *
137
144
  * @default []
138
- * @deprecated
145
+
139
146
  */
140
147
  dataSource?: { [key: string]: Object }[] | DataManager | string[] | number[] | boolean[];
141
148
 
@@ -144,7 +151,7 @@ export interface DropDownBaseModel extends ComponentModel{
144
151
  * which will execute along with the data processing.
145
152
  *
146
153
  * @default null
147
- * @deprecated
154
+
148
155
  */
149
156
  query?: Query;
150
157
 
@@ -178,7 +185,7 @@ export interface DropDownBaseModel extends ComponentModel{
178
185
  * The default value set to `StartsWith`, all the suggestion items which contain typed characters to listed in the suggestion popup.
179
186
  *
180
187
  * @default 'StartsWith'
181
- * @deprecated
188
+
182
189
  */
183
190
  filterType?: FilterType;
184
191
 
@@ -187,7 +194,7 @@ export interface DropDownBaseModel extends ComponentModel{
187
194
  * By default consider the casing.
188
195
  *
189
196
  * @default true
190
- * @deprecated
197
+
191
198
  */
192
199
  ignoreCase?: boolean;
193
200
 
@@ -195,14 +202,14 @@ export interface DropDownBaseModel extends ComponentModel{
195
202
  * specifies the z-index value of the component popup element.
196
203
  *
197
204
  * @default 1000
198
- * @deprecated
205
+
199
206
  */
200
207
  zIndex?: number;
201
208
 
202
209
  /**
203
210
  * ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.
204
211
  *
205
- * @deprecated
212
+
206
213
  */
207
214
  ignoreAccent?: boolean;
208
215
 
@@ -210,7 +217,7 @@ export interface DropDownBaseModel extends ComponentModel{
210
217
  * Overrides the global culture and localization value for this component. Default global culture is 'en-US'.
211
218
  *
212
219
  * @default 'en-US'
213
- * @deprecated
220
+
214
221
  */
215
222
  locale?: string;
216
223
 
@@ -40,6 +40,12 @@ export declare class FieldSettings extends ChildProperty<FieldSettings> {
40
40
  * @default null
41
41
  */
42
42
  htmlAttributes: string;
43
+ /**
44
+ * Defines whether the particular field value is disabled or not.
45
+ *
46
+ * @default null
47
+ */
48
+ disabled: string;
43
49
  }
44
50
  export declare const dropDownBaseClasses: DropDownBaseClassList;
45
51
  export interface DropDownBaseClassList {
@@ -220,7 +226,6 @@ export declare class DropDownBase extends Component<HTMLElement> implements INot
220
226
  protected noRecordsTemplateId: string;
221
227
  protected actionFailureTemplateId: string;
222
228
  protected preventChange: boolean;
223
- protected isAngular: boolean;
224
229
  protected isPreventChange: boolean;
225
230
  protected isDynamicDataChange: boolean;
226
231
  protected addedNewItem: boolean;
@@ -310,8 +315,8 @@ export declare class DropDownBase extends Component<HTMLElement> implements INot
310
315
  * customers.appendTo("#list");
311
316
  * ```
312
317
  *
313
- * @default {text: null, value: null, iconCss: null, groupBy: null}
314
- * @deprecated
318
+ * @default {text: null, value: null, iconCss: null, groupBy: null, disabled: null}
319
+
315
320
  */
316
321
  fields: FieldSettingsModel;
317
322
  /**
@@ -323,7 +328,7 @@ export declare class DropDownBase extends Component<HTMLElement> implements INot
323
328
  *
324
329
  * @default null
325
330
  * @aspType string
326
- * @deprecated
331
+
327
332
  */
328
333
  itemTemplate: string | Function;
329
334
  /**
@@ -331,7 +336,7 @@ export declare class DropDownBase extends Component<HTMLElement> implements INot
331
336
  *
332
337
  * @default null
333
338
  * @aspType string
334
- * @deprecated
339
+
335
340
  */
336
341
  groupTemplate: string | Function;
337
342
  /**
@@ -340,7 +345,7 @@ export declare class DropDownBase extends Component<HTMLElement> implements INot
340
345
  *
341
346
  * @default 'No records found'
342
347
  * @aspType string
343
- * @deprecated
348
+
344
349
  */
345
350
  noRecordsTemplate: string | Function;
346
351
  /**
@@ -349,7 +354,7 @@ export declare class DropDownBase extends Component<HTMLElement> implements INot
349
354
  *
350
355
  * @default 'Request failed'
351
356
  * @aspType string
352
- * @deprecated
357
+
353
358
  */
354
359
  actionFailureTemplate: string | Function;
355
360
  /**
@@ -361,7 +366,7 @@ export declare class DropDownBase extends Component<HTMLElement> implements INot
361
366
  * @default null
362
367
  * @asptype object
363
368
  * @aspjsonconverterignore
364
- * @deprecated
369
+
365
370
  */
366
371
  sortOrder: SortOrder;
367
372
  /**
@@ -370,7 +375,7 @@ export declare class DropDownBase extends Component<HTMLElement> implements INot
370
375
  * `DataManager`.
371
376
  *
372
377
  * @default []
373
- * @deprecated
378
+
374
379
  */
375
380
  dataSource: {
376
381
  [key: string]: Object;
@@ -380,7 +385,7 @@ export declare class DropDownBase extends Component<HTMLElement> implements INot
380
385
  * which will execute along with the data processing.
381
386
  *
382
387
  * @default null
383
- * @deprecated
388
+
384
389
  */
385
390
  query: Query;
386
391
  /**
@@ -413,7 +418,7 @@ export declare class DropDownBase extends Component<HTMLElement> implements INot
413
418
  * The default value set to `StartsWith`, all the suggestion items which contain typed characters to listed in the suggestion popup.
414
419
  *
415
420
  * @default 'StartsWith'
416
- * @deprecated
421
+
417
422
  */
418
423
  filterType: FilterType;
419
424
  /**
@@ -421,27 +426,27 @@ export declare class DropDownBase extends Component<HTMLElement> implements INot
421
426
  * By default consider the casing.
422
427
  *
423
428
  * @default true
424
- * @deprecated
429
+
425
430
  */
426
431
  ignoreCase: boolean;
427
432
  /**
428
433
  * specifies the z-index value of the component popup element.
429
434
  *
430
435
  * @default 1000
431
- * @deprecated
436
+
432
437
  */
433
438
  zIndex: number;
434
439
  /**
435
440
  * ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.
436
441
  *
437
- * @deprecated
442
+
438
443
  */
439
444
  ignoreAccent: boolean;
440
445
  /**
441
446
  * Overrides the global culture and localization value for this component. Default global culture is 'en-US'.
442
447
  *
443
448
  * @default 'en-US'
444
- * @deprecated
449
+
445
450
  */
446
451
  locale: string;
447
452
  /**
@@ -729,13 +734,34 @@ export declare class DropDownBase extends Component<HTMLElement> implements INot
729
734
  * @param { Object[] } items - Specifies an array of JSON data or a JSON data.
730
735
  * @param { number } itemIndex - Specifies the index to place the newly added item in the popup list.
731
736
  * @returns {void}
732
- * @deprecated
737
+
733
738
  */
734
739
  addItem(items: {
735
740
  [key: string]: Object;
736
741
  }[] | {
737
742
  [key: string]: Object;
738
743
  } | string | boolean | number | string[] | boolean[] | number[], itemIndex?: number): void;
744
+ /**
745
+ * Checks if the given HTML element is disabled.
746
+ *
747
+ * @param {HTMLElement} li - The HTML element to check.
748
+ * @returns {boolean} - Returns true if the element is disabled, otherwise false.
749
+ */
750
+ protected isDisabledElement(li: HTMLElement): boolean;
751
+ /**
752
+ * Checks whether the list item at the specified index is disabled.
753
+ *
754
+ * @param {number} index - The index of the list item to check.
755
+ * @returns {boolean} True if the list item is disabled, false otherwise.
756
+ */
757
+ protected isDisabledItemByIndex(index: number): boolean;
758
+ /**
759
+ * Disables the given list item.
760
+ *
761
+ * @param { HTMLLIElement } li - The list item to disable.
762
+ * @returns {void}
763
+ */
764
+ protected disableListItem(li: HTMLLIElement): void;
739
765
  protected validationAttribute(target: HTMLElement, hidden: Element): void;
740
766
  protected setZIndex(): void;
741
767
  protected updateActionCompleteData(li: HTMLElement, item: {
@@ -801,7 +827,7 @@ export interface PopupEventArgs {
801
827
  /**
802
828
  * Specifies the popup Object.
803
829
  *
804
- * @deprecated
830
+
805
831
  */
806
832
  popup: Popup;
807
833
  /**