@syncfusion/ej2-dropdowns 25.2.7-130084 → 26.1.35-7502

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
@@ -1,3 +1,12 @@
1
+ /*!
2
+ * filename: index.d.ts
3
+ * version : 26.1.35
4
+ * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
1
10
  import * as _dropdowns from '@syncfusion/ej2-dropdowns';
2
11
 
3
12
  export declare namespace ej {
package/package.json CHANGED
@@ -1,80 +1,81 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-dropdowns@*",
3
- "_id": "@syncfusion/ej2-dropdowns@25.2.6",
4
- "_inBundle": false,
5
- "_integrity": "sha512-8cZUnVp0STXgzIUSLIrL61zkvce+q/3uadX51g8fxfovZwbG76WrsbHUv5BGtFHsPIBwbbFOqT9J9rWcKxqtHw==",
6
- "_location": "/@syncfusion/ej2-dropdowns",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-dropdowns@*",
12
- "name": "@syncfusion/ej2-dropdowns",
13
- "escapedName": "@syncfusion%2fej2-dropdowns",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/",
21
- "/@syncfusion/ej2",
22
- "/@syncfusion/ej2-angular-dropdowns",
23
- "/@syncfusion/ej2-documenteditor",
24
- "/@syncfusion/ej2-gantt",
25
- "/@syncfusion/ej2-grids",
26
- "/@syncfusion/ej2-inplace-editor",
27
- "/@syncfusion/ej2-kanban",
28
- "/@syncfusion/ej2-pdfviewer",
29
- "/@syncfusion/ej2-pivotview",
30
- "/@syncfusion/ej2-querybuilder",
31
- "/@syncfusion/ej2-react-dropdowns",
32
- "/@syncfusion/ej2-ribbon",
33
- "/@syncfusion/ej2-schedule",
34
- "/@syncfusion/ej2-spreadsheet",
35
- "/@syncfusion/ej2-vue-dropdowns"
36
- ],
37
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-25.2.6.tgz",
38
- "_shasum": "c8fc43fba4fd10b7c872f905d00e37a42e0f2e24",
39
- "_spec": "@syncfusion/ej2-dropdowns@*",
40
- "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
41
- "author": {
42
- "name": "Syncfusion Inc."
43
- },
44
- "bundleDependencies": false,
45
- "dependencies": {
46
- "@syncfusion/ej2-base": "~25.2.7",
47
- "@syncfusion/ej2-data": "~25.2.3",
48
- "@syncfusion/ej2-inputs": "~25.2.6",
49
- "@syncfusion/ej2-lists": "~25.2.3",
50
- "@syncfusion/ej2-navigations": "~25.2.6",
51
- "@syncfusion/ej2-notifications": "~25.2.3",
52
- "@syncfusion/ej2-popups": "~25.2.7"
53
- },
54
- "deprecated": false,
55
- "description": "Essential JS 2 DropDown Components",
56
- "devDependencies": {},
57
- "es2015": "./dist/es6/ej2-dropdowns.es5.js",
58
- "keywords": [
59
- "ej2",
60
- "syncfusion",
61
- "ej2-dropdown",
62
- "dropdownlist",
63
- "autocomplete",
64
- "multiselect",
65
- "combobox",
66
- "select",
67
- "ej2-dropdownlist",
68
- "ej2-autocomplete",
69
- "ej2-multiselect",
70
- "ej2-combobox"
71
- ],
72
- "license": "SEE LICENSE IN license",
73
- "main": "./dist/ej2-dropdowns.umd.min.js",
74
- "module": "./index.js",
75
- "name": "@syncfusion/ej2-dropdowns",
76
- "typings": "index.d.ts",
77
- "version": "25.2.7-130084",
78
- "sideEffects": false,
79
- "homepage": "https://www.syncfusion.com/javascript-ui-controls"
80
- }
2
+ "_from": "@syncfusion/ej2-dropdowns@*",
3
+ "_id": "@syncfusion/ej2-dropdowns@18.66.23",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-yDOcip+lZNukwhS2MZga3L7PqR0RlCStBwQDsjvg4ZhCtJ8qXB7mNWPjSOfZGgJRw3HWCGhCzSyZb3zSjMpXUA==",
6
+ "_location": "/@syncfusion/ej2-dropdowns",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "@syncfusion/ej2-dropdowns@*",
12
+ "name": "@syncfusion/ej2-dropdowns",
13
+ "escapedName": "@syncfusion%2fej2-dropdowns",
14
+ "scope": "@syncfusion",
15
+ "rawSpec": "*",
16
+ "saveSpec": null,
17
+ "fetchSpec": "*"
18
+ },
19
+ "_requiredBy": [
20
+ "/",
21
+ "/@syncfusion/ej2",
22
+ "/@syncfusion/ej2-angular-dropdowns",
23
+ "/@syncfusion/ej2-documenteditor",
24
+ "/@syncfusion/ej2-gantt",
25
+ "/@syncfusion/ej2-grids",
26
+ "/@syncfusion/ej2-image-editor",
27
+ "/@syncfusion/ej2-inplace-editor",
28
+ "/@syncfusion/ej2-kanban",
29
+ "/@syncfusion/ej2-pdfviewer",
30
+ "/@syncfusion/ej2-pivotview",
31
+ "/@syncfusion/ej2-querybuilder",
32
+ "/@syncfusion/ej2-react-dropdowns",
33
+ "/@syncfusion/ej2-ribbon",
34
+ "/@syncfusion/ej2-schedule",
35
+ "/@syncfusion/ej2-spreadsheet",
36
+ "/@syncfusion/ej2-vue-dropdowns"
37
+ ],
38
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-18.66.23.tgz",
39
+ "_shasum": "e298ecdd7cb43706e54fe2850a72cb6c5ffc0093",
40
+ "_spec": "@syncfusion/ej2-dropdowns@*",
41
+ "_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
42
+ "author": {
43
+ "name": "Syncfusion Inc."
44
+ },
45
+ "bundleDependencies": false,
46
+ "dependencies": {
47
+ "@syncfusion/ej2-base": "26.1.35-7502",
48
+ "@syncfusion/ej2-data": "~26.1.35",
49
+ "@syncfusion/ej2-inputs": "26.1.35-7502",
50
+ "@syncfusion/ej2-lists": "26.1.35-7502",
51
+ "@syncfusion/ej2-navigations": "26.1.35-7502",
52
+ "@syncfusion/ej2-notifications": "26.1.35-7502",
53
+ "@syncfusion/ej2-popups": "26.1.35-7502"
54
+ },
55
+ "deprecated": false,
56
+ "description": "Essential JS 2 DropDown Components",
57
+ "devDependencies": {},
58
+ "es2015": "./dist/es6/ej2-dropdowns.es5.js",
59
+ "keywords": [
60
+ "ej2",
61
+ "syncfusion",
62
+ "ej2-dropdown",
63
+ "dropdownlist",
64
+ "autocomplete",
65
+ "multiselect",
66
+ "combobox",
67
+ "select",
68
+ "ej2-dropdownlist",
69
+ "ej2-autocomplete",
70
+ "ej2-multiselect",
71
+ "ej2-combobox"
72
+ ],
73
+ "license": "SEE LICENSE IN license",
74
+ "main": "./dist/ej2-dropdowns.umd.min.js",
75
+ "module": "./index.js",
76
+ "name": "@syncfusion/ej2-dropdowns",
77
+ "typings": "index.d.ts",
78
+ "version": "26.1.35-7502",
79
+ "sideEffects": false,
80
+ "homepage": "https://www.syncfusion.com/javascript-ui-controls"
81
+ }
@@ -18,7 +18,7 @@ export interface AutoCompleteModel extends ComboBoxModel{
18
18
  * > For more details about the field mapping refer to [`Data binding`](../../auto-complete/data-binding) documentation.
19
19
  *
20
20
  * @default { value: null, iconCss: null, groupBy: null}
21
- * @deprecated
21
+
22
22
  */
23
23
  fields?: FieldSettingsModel;
24
24
 
@@ -28,7 +28,7 @@ export interface AutoCompleteModel extends ComboBoxModel{
28
28
  * By default consider the casing.
29
29
  *
30
30
  * @default true
31
- * @deprecated
31
+
32
32
  */
33
33
  ignoreCase?: boolean;
34
34
 
@@ -62,7 +62,7 @@ export interface AutoCompleteModel extends ComboBoxModel{
62
62
  * {% codeBlock src='autocomplete/htmlAttributes/index.md' %}{% endcodeBlock %}
63
63
  *
64
64
  * @default {}
65
- * @deprecated
65
+
66
66
  */
67
67
  htmlAttributes?: { [key: string]: string };
68
68
 
@@ -73,7 +73,7 @@ export interface AutoCompleteModel extends ComboBoxModel{
73
73
  * {% codeBlock src='autocomplete/query/index.md' %}{% endcodeBlock %}
74
74
  *
75
75
  * @default null
76
- * @deprecated
76
+
77
77
  */
78
78
  query?: Query;
79
79
 
@@ -137,7 +137,7 @@ export interface AutoCompleteModel extends ComboBoxModel{
137
137
  * @default null
138
138
  * @aspType double
139
139
  * @private
140
- * @deprecated
140
+
141
141
  */
142
142
  index?: number | null;
143
143
 
@@ -155,7 +155,7 @@ export interface AutoCompleteModel extends ComboBoxModel{
155
155
  * @default Syncfusion.EJ2.Inputs.FloatLabelType.Never
156
156
  * @aspType Syncfusion.EJ2.Inputs.FloatLabelType
157
157
  * @isEnumeration true
158
- * @deprecated
158
+
159
159
  */
160
160
  floatLabelType?: FloatLabelType;
161
161
 
@@ -165,7 +165,7 @@ export interface AutoCompleteModel extends ComboBoxModel{
165
165
  * @default null
166
166
  * @aspType string
167
167
  * @private
168
- * @deprecated
168
+
169
169
  */
170
170
  valueTemplate?: string | Function;
171
171
 
@@ -174,7 +174,7 @@ export interface AutoCompleteModel extends ComboBoxModel{
174
174
  *
175
175
  * @default null
176
176
  * @private
177
- * @deprecated
177
+
178
178
  */
179
179
  filterBarPlaceholder?: string;
180
180
 
@@ -183,7 +183,7 @@ export interface AutoCompleteModel extends ComboBoxModel{
183
183
  *
184
184
  * @default false
185
185
  * @private
186
- * @deprecated
186
+
187
187
  */
188
188
  allowFiltering?: boolean;
189
189
 
@@ -193,7 +193,7 @@ export interface AutoCompleteModel extends ComboBoxModel{
193
193
  * @default null
194
194
  * @aspType string
195
195
  * @private
196
- * @deprecated
196
+
197
197
  */
198
198
  text?: string | null;
199
199
 
@@ -33,7 +33,7 @@ export declare class AutoComplete extends ComboBox {
33
33
  * > For more details about the field mapping refer to [`Data binding`](../../auto-complete/data-binding) documentation.
34
34
  *
35
35
  * @default { value: null, iconCss: null, groupBy: null}
36
- * @deprecated
36
+
37
37
  */
38
38
  fields: FieldSettingsModel;
39
39
  /**
@@ -42,7 +42,7 @@ export declare class AutoComplete extends ComboBox {
42
42
  * By default consider the casing.
43
43
  *
44
44
  * @default true
45
- * @deprecated
45
+
46
46
  */
47
47
  ignoreCase: boolean;
48
48
  /**
@@ -72,7 +72,7 @@ export declare class AutoComplete extends ComboBox {
72
72
  * {% codeBlock src='autocomplete/htmlAttributes/index.md' %}{% endcodeBlock %}
73
73
  *
74
74
  * @default {}
75
- * @deprecated
75
+
76
76
  */
77
77
  htmlAttributes: {
78
78
  [key: string]: string;
@@ -84,7 +84,7 @@ export declare class AutoComplete extends ComboBox {
84
84
  * {% codeBlock src='autocomplete/query/index.md' %}{% endcodeBlock %}
85
85
  *
86
86
  * @default null
87
- * @deprecated
87
+
88
88
  */
89
89
  query: Query;
90
90
  /**
@@ -144,7 +144,7 @@ export declare class AutoComplete extends ComboBox {
144
144
  * @default null
145
145
  * @aspType double
146
146
  * @private
147
- * @deprecated
147
+
148
148
  */
149
149
  index: number | null;
150
150
  /**
@@ -161,7 +161,7 @@ export declare class AutoComplete extends ComboBox {
161
161
  * @default Syncfusion.EJ2.Inputs.FloatLabelType.Never
162
162
  * @aspType Syncfusion.EJ2.Inputs.FloatLabelType
163
163
  * @isEnumeration true
164
- * @deprecated
164
+
165
165
  */
166
166
  floatLabelType: FloatLabelType;
167
167
  /**
@@ -170,7 +170,7 @@ export declare class AutoComplete extends ComboBox {
170
170
  * @default null
171
171
  * @aspType string
172
172
  * @private
173
- * @deprecated
173
+
174
174
  */
175
175
  valueTemplate: string | Function;
176
176
  /**
@@ -178,7 +178,7 @@ export declare class AutoComplete extends ComboBox {
178
178
  *
179
179
  * @default null
180
180
  * @private
181
- * @deprecated
181
+
182
182
  */
183
183
  filterBarPlaceholder: string;
184
184
  /**
@@ -186,7 +186,7 @@ export declare class AutoComplete extends ComboBox {
186
186
  *
187
187
  * @default false
188
188
  * @private
189
- * @deprecated
189
+
190
190
  */
191
191
  allowFiltering: boolean;
192
192
  /**
@@ -195,7 +195,7 @@ export declare class AutoComplete extends ComboBox {
195
195
  * @default null
196
196
  * @aspType string
197
197
  * @private
198
- * @deprecated
198
+
199
199
  */
200
200
  text: string | null;
201
201
  /**
@@ -224,7 +224,7 @@ export declare class AutoComplete extends ComboBox {
224
224
  * @param {Query} query - Specify the query to filter the data.
225
225
  * @param {FieldSettingsModel} fields - Specify the fields to map the column in the data table.
226
226
  * @returns {void}
227
- * @deprecated
227
+
228
228
  */
229
229
  filter(dataSource: {
230
230
  [key: string]: Object;
@@ -249,7 +249,7 @@ export declare class AutoComplete extends ComboBox {
249
249
  * Search the entered text and show it in the suggestion list if available.
250
250
  *
251
251
  * @returns {void}
252
- * @deprecated
252
+
253
253
  */
254
254
  showPopup(e?: MouseEvent | KeyboardEventArgs | TouchEvent): void;
255
255
  /**
@@ -203,7 +203,7 @@ var AutoComplete = /** @class */ (function (_super) {
203
203
  * @param {Query} query - Specify the query to filter the data.
204
204
  * @param {FieldSettingsModel} fields - Specify the fields to map the column in the data table.
205
205
  * @returns {void}
206
- * @deprecated
206
+
207
207
  */
208
208
  AutoComplete.prototype.filter = function (dataSource, query, fields) {
209
209
  this.isFiltered = true;
@@ -382,7 +382,7 @@ var AutoComplete = /** @class */ (function (_super) {
382
382
  * Search the entered text and show it in the suggestion list if available.
383
383
  *
384
384
  * @returns {void}
385
- * @deprecated
385
+
386
386
  */
387
387
  AutoComplete.prototype.showPopup = function (e) {
388
388
  if (!this.enabled) {
@@ -486,7 +486,7 @@ var AutoComplete = /** @class */ (function (_super) {
486
486
  _super.prototype.render.call(this);
487
487
  };
488
488
  __decorate([
489
- Complex({ value: null, iconCss: null, groupBy: null }, FieldSettings)
489
+ Complex({ value: null, iconCss: null, groupBy: null, disabled: null }, FieldSettings)
490
490
  ], AutoComplete.prototype, "fields", void 0);
491
491
  __decorate([
492
492
  Property(true)
@@ -28,7 +28,7 @@ export interface ComboBoxModel extends DropDownListModel{
28
28
  * {% codeBlock src='combobox/htmlAttributes/index.md' %}{% endcodeBlock %}
29
29
  *
30
30
  * @default {}
31
- * @deprecated
31
+
32
32
  */
33
33
  htmlAttributes?: { [key: string]: string };
34
34
 
@@ -43,7 +43,7 @@ export interface ComboBoxModel extends DropDownListModel{
43
43
  * {% codeBlock src="combobox/allow-filtering-api/index.html" %}{% endcodeBlock %}
44
44
  *
45
45
  * @default false
46
- * @deprecated
46
+
47
47
  */
48
48
  allowFiltering?: boolean;
49
49
 
@@ -54,7 +54,7 @@ export interface ComboBoxModel extends DropDownListModel{
54
54
  * {% codeBlock src='combobox/query/index.md' %}{% endcodeBlock %}
55
55
  *
56
56
  * @default null
57
- * @deprecated
57
+
58
58
  */
59
59
  query?: Query;
60
60
 
@@ -67,7 +67,7 @@ export interface ComboBoxModel extends DropDownListModel{
67
67
  *
68
68
  * @default null
69
69
  * @aspType double
70
- * @deprecated
70
+
71
71
  */
72
72
  index?: number | null;
73
73
 
@@ -83,7 +83,7 @@ export interface ComboBoxModel extends DropDownListModel{
83
83
  * Enable or disable rendering component in right to left direction.
84
84
  *
85
85
  * @default false
86
- * @deprecated
86
+
87
87
  */
88
88
  enableRtl?: boolean;
89
89
 
@@ -126,7 +126,7 @@ export interface ComboBoxModel extends DropDownListModel{
126
126
  * @default Syncfusion.EJ2.Inputs.FloatLabelType.Never
127
127
  * @aspType Syncfusion.EJ2.Inputs.FloatLabelType
128
128
  * @isEnumeration true
129
- * @deprecated
129
+
130
130
  */
131
131
  floatLabelType?: FloatLabelType;
132
132
 
@@ -135,7 +135,7 @@ export interface ComboBoxModel extends DropDownListModel{
135
135
  *
136
136
  * @default null
137
137
  * @private
138
- * @deprecated
138
+
139
139
  */
140
140
  filterBarPlaceholder?: string;
141
141
 
@@ -143,7 +143,7 @@ export interface ComboBoxModel extends DropDownListModel{
143
143
  * Sets CSS classes to the root element of the component that allows customization of appearance.
144
144
  *
145
145
  * @default null
146
- * @deprecated
146
+
147
147
  */
148
148
  cssClass?: string;
149
149
 
@@ -153,7 +153,7 @@ export interface ComboBoxModel extends DropDownListModel{
153
153
  *
154
154
  * @default null
155
155
  * @aspType string
156
- * @deprecated
156
+
157
157
  */
158
158
  headerTemplate?: string | Function;
159
159
 
@@ -163,7 +163,7 @@ export interface ComboBoxModel extends DropDownListModel{
163
163
  *
164
164
  * @default null
165
165
  * @aspType string
166
- * @deprecated
166
+
167
167
  */
168
168
  footerTemplate?: string | Function;
169
169
 
@@ -171,7 +171,7 @@ export interface ComboBoxModel extends DropDownListModel{
171
171
  * Specifies a short hint that describes the expected value of the DropDownList component.
172
172
  *
173
173
  * @default null
174
- * @deprecated
174
+
175
175
  */
176
176
  placeholder?: string;
177
177
 
@@ -181,7 +181,7 @@ export interface ComboBoxModel extends DropDownListModel{
181
181
  *
182
182
  * @default '100%'
183
183
  * @aspType string
184
- * @deprecated
184
+
185
185
  */
186
186
  width?: string | number;
187
187
 
@@ -192,7 +192,7 @@ export interface ComboBoxModel extends DropDownListModel{
192
192
  *
193
193
  * @default '300px'
194
194
  * @aspType string
195
- * @deprecated
195
+
196
196
  */
197
197
  popupHeight?: string | number;
198
198
 
@@ -204,7 +204,7 @@ export interface ComboBoxModel extends DropDownListModel{
204
204
  *
205
205
  * @default '100%'
206
206
  * @aspType string
207
- * @deprecated
207
+
208
208
  */
209
209
  popupWidth?: string | number;
210
210
 
@@ -212,7 +212,7 @@ export interface ComboBoxModel extends DropDownListModel{
212
212
  * When set to true, the user interactions on the component are disabled.
213
213
  *
214
214
  * @default false
215
- * @deprecated
215
+
216
216
  */
217
217
  readonly?: boolean;
218
218
 
@@ -221,7 +221,7 @@ export interface ComboBoxModel extends DropDownListModel{
221
221
  *
222
222
  * @default null
223
223
  * @aspType string
224
- * @deprecated
224
+
225
225
  */
226
226
  text?: string | null;
227
227
 
@@ -230,7 +230,7 @@ export interface ComboBoxModel extends DropDownListModel{
230
230
  *
231
231
  * @default null
232
232
  * @isGenericType true
233
- * @deprecated
233
+
234
234
  */
235
235
  value?: number | string | boolean | object | null;
236
236