@syncfusion/ej2-vue-dropdowns 23.2.7 → 24.1.43

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 (157) hide show
  1. package/CHANGELOG.md +25 -116
  2. package/dist/ej2-vue-dropdowns.umd.min.js +1 -1
  3. package/dist/global/ej2-vue-dropdowns.min.js +2 -2
  4. package/package.json +9 -9
  5. package/styles/auto-complete/bootstrap-dark.css +1 -106
  6. package/styles/auto-complete/bootstrap.css +1 -106
  7. package/styles/auto-complete/bootstrap4.css +1 -159
  8. package/styles/auto-complete/bootstrap5-dark.css +1 -147
  9. package/styles/auto-complete/bootstrap5.css +1 -147
  10. package/styles/auto-complete/fabric-dark.css +1 -82
  11. package/styles/auto-complete/fabric.css +1 -75
  12. package/styles/auto-complete/fluent-dark.css +1 -127
  13. package/styles/auto-complete/fluent.css +1 -127
  14. package/styles/auto-complete/highcontrast-light.css +1 -79
  15. package/styles/auto-complete/highcontrast.css +1 -79
  16. package/styles/auto-complete/material-dark.css +1 -107
  17. package/styles/auto-complete/material.css +1 -132
  18. package/styles/auto-complete/material3-dark.css +1 -197
  19. package/styles/auto-complete/material3.css +1 -253
  20. package/styles/auto-complete/tailwind-dark.css +1 -95
  21. package/styles/auto-complete/tailwind.css +1 -95
  22. package/styles/bootstrap-dark.css +1 -3395
  23. package/styles/bootstrap.css +1 -3400
  24. package/styles/bootstrap4.css +1 -3651
  25. package/styles/bootstrap5-dark.css +1 -3566
  26. package/styles/bootstrap5.css +1 -3566
  27. package/styles/combo-box/bootstrap-dark.css +1 -106
  28. package/styles/combo-box/bootstrap.css +1 -106
  29. package/styles/combo-box/bootstrap4.css +1 -159
  30. package/styles/combo-box/bootstrap5-dark.css +1 -147
  31. package/styles/combo-box/bootstrap5.css +1 -147
  32. package/styles/combo-box/fabric-dark.css +1 -82
  33. package/styles/combo-box/fabric.css +1 -75
  34. package/styles/combo-box/fluent-dark.css +1 -127
  35. package/styles/combo-box/fluent.css +1 -127
  36. package/styles/combo-box/highcontrast-light.css +1 -79
  37. package/styles/combo-box/highcontrast.css +1 -79
  38. package/styles/combo-box/material-dark.css +1 -107
  39. package/styles/combo-box/material.css +1 -132
  40. package/styles/combo-box/material3-dark.css +1 -197
  41. package/styles/combo-box/material3.css +1 -253
  42. package/styles/combo-box/tailwind-dark.css +1 -95
  43. package/styles/combo-box/tailwind.css +1 -95
  44. package/styles/drop-down-base/bootstrap-dark.css +1 -380
  45. package/styles/drop-down-base/bootstrap.css +1 -380
  46. package/styles/drop-down-base/bootstrap4.css +1 -390
  47. package/styles/drop-down-base/bootstrap5-dark.css +1 -412
  48. package/styles/drop-down-base/bootstrap5.css +1 -412
  49. package/styles/drop-down-base/fabric-dark.css +1 -380
  50. package/styles/drop-down-base/fabric.css +1 -380
  51. package/styles/drop-down-base/fluent-dark.css +1 -428
  52. package/styles/drop-down-base/fluent.css +1 -428
  53. package/styles/drop-down-base/highcontrast-light.css +1 -394
  54. package/styles/drop-down-base/highcontrast.css +1 -394
  55. package/styles/drop-down-base/material-dark.css +1 -379
  56. package/styles/drop-down-base/material.css +1 -379
  57. package/styles/drop-down-base/material3-dark.css +1 -438
  58. package/styles/drop-down-base/material3.css +1 -494
  59. package/styles/drop-down-base/tailwind-dark.css +1 -488
  60. package/styles/drop-down-base/tailwind.css +1 -488
  61. package/styles/drop-down-list/bootstrap-dark.css +1 -393
  62. package/styles/drop-down-list/bootstrap.css +1 -393
  63. package/styles/drop-down-list/bootstrap4.css +1 -436
  64. package/styles/drop-down-list/bootstrap5-dark.css +1 -449
  65. package/styles/drop-down-list/bootstrap5.css +1 -449
  66. package/styles/drop-down-list/fabric-dark.css +1 -369
  67. package/styles/drop-down-list/fabric.css +1 -362
  68. package/styles/drop-down-list/fluent-dark.css +1 -430
  69. package/styles/drop-down-list/fluent.css +1 -430
  70. package/styles/drop-down-list/highcontrast-light.css +1 -380
  71. package/styles/drop-down-list/highcontrast.css +1 -380
  72. package/styles/drop-down-list/material-dark.css +1 -399
  73. package/styles/drop-down-list/material.css +1 -431
  74. package/styles/drop-down-list/material3-dark.css +1 -502
  75. package/styles/drop-down-list/material3.css +1 -558
  76. package/styles/drop-down-list/tailwind-dark.css +1 -380
  77. package/styles/drop-down-list/tailwind.css +1 -380
  78. package/styles/drop-down-tree/bootstrap-dark.css +1 -423
  79. package/styles/drop-down-tree/bootstrap.css +1 -424
  80. package/styles/drop-down-tree/bootstrap4.css +1 -457
  81. package/styles/drop-down-tree/bootstrap5-dark.css +1 -501
  82. package/styles/drop-down-tree/bootstrap5.css +1 -501
  83. package/styles/drop-down-tree/fabric-dark.css +1 -425
  84. package/styles/drop-down-tree/fabric.css +1 -426
  85. package/styles/drop-down-tree/fluent-dark.css +1 -504
  86. package/styles/drop-down-tree/fluent.css +1 -504
  87. package/styles/drop-down-tree/highcontrast-light.css +1 -440
  88. package/styles/drop-down-tree/highcontrast.css +1 -444
  89. package/styles/drop-down-tree/material-dark.css +1 -746
  90. package/styles/drop-down-tree/material.css +1 -761
  91. package/styles/drop-down-tree/material3-dark.css +1 -465
  92. package/styles/drop-down-tree/material3.css +1 -521
  93. package/styles/drop-down-tree/tailwind-dark.css +1 -528
  94. package/styles/drop-down-tree/tailwind.css +1 -528
  95. package/styles/fabric-dark.css +1 -3374
  96. package/styles/fabric.css +1 -3374
  97. package/styles/fluent-dark.css +1 -3639
  98. package/styles/fluent.css +1 -3639
  99. package/styles/highcontrast-light.css +1 -3483
  100. package/styles/highcontrast.css +1 -3505
  101. package/styles/list-box/bootstrap-dark.css +1 -955
  102. package/styles/list-box/bootstrap.css +1 -966
  103. package/styles/list-box/bootstrap4.css +1 -1020
  104. package/styles/list-box/bootstrap5-dark.css +1 -986
  105. package/styles/list-box/bootstrap5.css +1 -986
  106. package/styles/list-box/fabric-dark.css +1 -955
  107. package/styles/list-box/fabric.css +1 -966
  108. package/styles/list-box/fluent-dark.css +1 -992
  109. package/styles/list-box/fluent.css +1 -992
  110. package/styles/list-box/highcontrast-light.css +1 -969
  111. package/styles/list-box/highcontrast.css +1 -980
  112. package/styles/list-box/material-dark.css +1 -954
  113. package/styles/list-box/material.css +1 -965
  114. package/styles/list-box/material3-dark.css +1 -1010
  115. package/styles/list-box/material3.css +1 -1066
  116. package/styles/list-box/tailwind-dark.css +1 -1011
  117. package/styles/list-box/tailwind.css +1 -1011
  118. package/styles/material-dark.css +1 -4857
  119. package/styles/material.css +1 -4923
  120. package/styles/material3-dark.css +1 -5108
  121. package/styles/material3.css +1 -5556
  122. package/styles/mention/bootstrap-dark.css +1 -29
  123. package/styles/mention/bootstrap.css +1 -29
  124. package/styles/mention/bootstrap4.css +1 -39
  125. package/styles/mention/bootstrap5-dark.css +1 -58
  126. package/styles/mention/bootstrap5.css +1 -58
  127. package/styles/mention/fabric-dark.css +1 -29
  128. package/styles/mention/fabric.css +1 -29
  129. package/styles/mention/fluent-dark.css +1 -58
  130. package/styles/mention/fluent.css +1 -58
  131. package/styles/mention/highcontrast-light.css +1 -43
  132. package/styles/mention/highcontrast.css +1 -43
  133. package/styles/mention/material-dark.css +1 -28
  134. package/styles/mention/material.css +1 -28
  135. package/styles/mention/material3-dark.css +1 -86
  136. package/styles/mention/material3.css +1 -142
  137. package/styles/mention/tailwind-dark.css +1 -67
  138. package/styles/mention/tailwind.css +1 -67
  139. package/styles/multi-select/bootstrap-dark.css +1 -1273
  140. package/styles/multi-select/bootstrap.css +1 -1266
  141. package/styles/multi-select/bootstrap4.css +1 -1400
  142. package/styles/multi-select/bootstrap5-dark.css +1 -1349
  143. package/styles/multi-select/bootstrap5.css +1 -1349
  144. package/styles/multi-select/fabric-dark.css +1 -1274
  145. package/styles/multi-select/fabric.css +1 -1269
  146. package/styles/multi-select/fluent-dark.css +1 -1416
  147. package/styles/multi-select/fluent.css +1 -1416
  148. package/styles/multi-select/highcontrast-light.css +1 -1385
  149. package/styles/multi-select/highcontrast.css +1 -1392
  150. package/styles/multi-select/material-dark.css +1 -2404
  151. package/styles/multi-select/material.css +1 -2412
  152. package/styles/multi-select/material3-dark.css +1 -2550
  153. package/styles/multi-select/material3.css +1 -2606
  154. package/styles/multi-select/tailwind-dark.css +1 -1343
  155. package/styles/multi-select/tailwind.css +1 -1343
  156. package/styles/tailwind-dark.css +1 -3583
  157. package/styles/tailwind.css +1 -3583
package/CHANGELOG.md CHANGED
@@ -2,122 +2,31 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### AutoComplete
6
-
7
- #### Bug Fixes
8
-
9
- - `#I522040` - Fixed an issue where setting the highlight as true and adding HTML text as a value would result in it being parsed as a DOM element.
10
-
11
- ### DropDownTree
12
-
13
- #### Bug Fixes
14
-
15
- - `#I523487` - The issue with `itemTemplate` support while performing filtering operation in the Dropdown Tree component has been resolved.
16
-
17
- ### MultiSelect
18
-
19
- #### Bug Fixes
20
-
21
- - `#I518299` - Fixed console error that occurred when adding an item using the addItem method.
22
-
23
- ## 23.2.6 (2023-11-28)
24
-
25
- ### DropDownList
26
-
27
- #### Bug Fixes
28
-
29
- - `#I519795` - Fixed an issue where the `BeforeOpenEvent` was triggered twice when the open event was Cancelled.
30
- - `#I520598` - Resolved issue where the equal to operator on `props.dataSource` in the `updateDataSource` function would always evaluate to false when it was an empty array.
31
-
32
- ## 23.2.5 (2023-11-23)
33
-
34
- ### Mention
35
-
36
- #### Bug Fixes
37
-
38
- - `#I519427` - Fixed a popup positioning issue that occurred when filtering.
39
-
40
- ## 23.2.4 (2023-11-20)
41
-
42
5
  ### ListBox
43
6
 
44
7
  #### Bug Fixes
45
8
 
46
- - `#I473804` - Provided smooth scrolling to drag and drop support for the ListBox component.
47
-
48
- ### DropDownList
49
-
50
- #### Bug Fixes
51
-
52
- - `#I503134` - Fixed the issue where keyboard navigation was not working when null values were included in the datasource.
53
-
54
- ## 23.1.44 (2023-11-07)
55
-
56
- ### Mention
57
-
58
- #### Bug Fixes
59
-
60
- - `#I4756` - Fixed the issue where using the Mention Character as a `[` would throw a console error.
61
-
62
- ## 23.1.43 (2023-10-31)
63
-
64
- ### ComboBox
65
-
66
- #### Bug Fixes
67
-
68
- - `#I509217` - Resolved the issue where an empty space was created after clearing the values from the comboBox.
69
-
70
- ### Mention
71
-
72
- #### Bug Fixes
73
-
74
- - `#F182215` - Fixed "In Android, unable to remove a selected value from Mention using backspace key and also keyboard hides".
75
-
76
- ### DropDownTree
77
-
78
- #### Bug Fixes
79
-
80
- - `#I508339` - The persistence issue during page navigation has been resolved.
81
- - `#I498924` - Issue with the locale property in the Dropdown Tree component has been resolved.
82
-
83
- ## 23.1.42 (2023-10-24)
84
-
85
- ### Mention
86
-
87
- #### Bug Fixes
88
-
89
- - `#I506552` - Resolved issue with "Full popup is not visible when we open it at the edge of the screen".
90
-
91
- ## 23.1.41 (2023-10-17)
92
-
93
- ### MultiSelect
94
-
95
- #### Bug fixes
96
-
97
- - `#I503091` - Resolved a null exception that was thrown when dynamically changing the `groupBy` fields to undefined.
9
+ - `#I520132` - Issue with "The listbox value was not updated properly while filtering the data source when we place within form" has been resolved.
98
10
 
99
11
  ### DropdownList
100
12
 
101
13
  #### Bug Fixes
102
14
 
103
- - `#I498409` - Fixed an issue where the preselected `value` was getting cleared when updating the data source.
104
- - `#I500431` - Fixed issue where the preselected `value` through `index` property was not updated when updating the data source.
15
+ - `#I523994` - Resolved the issue where the NVDA Reader was not reading the list item when filtering is enabled.
105
16
 
106
- ### DropDownTree
17
+ ### AutoComplete
107
18
 
108
19
  #### Bug Fixes
109
20
 
110
- - `#F184672` - Issue with the `checkAll` and `uncheckAll` status not updated properly has been resolved.
21
+ - `#I528524` - Fixed an issue where the Change Event was not triggered when pressing the enter key after preventing the Popup from opening.
111
22
 
112
- ## 23.1.38 (2023-09-26)
23
+ ## 24.1.41 (2023-12-18)
113
24
 
114
- ### ListBox
25
+ ### DropDownTree
115
26
 
116
27
  #### Bug Fixes
117
28
 
118
- - `#I493841` - Issue with "Scrollbar in ListBox while using inside a splitter" has been resolved.
119
-
120
- ## 23.1.36 (2023-09-15)
29
+ - `#I522936` - The issue with the htmlAttributes field class value in the Dropdown Tree component has been resolved.
121
30
 
122
31
  ### ListBox
123
32
 
@@ -196,7 +105,7 @@
196
105
 
197
106
  - `#I343860` - Issue with "list items are not read by the NVDA screen reader" has been resolved.
198
107
 
199
- ### Dropdown Tree
108
+ ### DropDownTree
200
109
 
201
110
  #### Bug Fixes
202
111
 
@@ -212,7 +121,7 @@
212
121
 
213
122
  ## 19.3.53 (2021-11-12)
214
123
 
215
- ### Dropdown Tree
124
+ ### DropDownTree
216
125
 
217
126
  #### Bug Fixes
218
127
 
@@ -220,7 +129,7 @@
220
129
 
221
130
  ## 19.3.48 (2021-11-02)
222
131
 
223
- ### Dropdown Tree
132
+ ### DropDownTree
224
133
 
225
134
  #### Bug Fixes
226
135
 
@@ -228,7 +137,7 @@
228
137
 
229
138
  ## 19.3.47 (2021-10-26)
230
139
 
231
- ### Dropdown Tree
140
+ ### DropDownTree
232
141
 
233
142
  #### Bug Fixes
234
143
 
@@ -236,7 +145,7 @@
236
145
 
237
146
  ## 19.3.46 (2021-10-19)
238
147
 
239
- ### Dropdown Tree
148
+ ### DropDownTree
240
149
 
241
150
  #### Bug Fixes
242
151
 
@@ -253,7 +162,7 @@
253
162
 
254
163
  ## 19.3.44 (2021-10-05)
255
164
 
256
- ### Dropdown Tree
165
+ ### DropDownTree
257
166
 
258
167
  #### New Features
259
168
 
@@ -292,7 +201,7 @@
292
201
 
293
202
  - `I335313` - Issue with "select element is displayed while rendering the component with floating label" has been resolved.
294
203
 
295
- ### Dropdown Tree
204
+ ### DropDownTree
296
205
 
297
206
  #### Bug Fixes
298
207
 
@@ -306,7 +215,7 @@
306
215
 
307
216
  - `#I336382` - The issue with getDataList not updated properly after removing the items has been fixed.
308
217
 
309
- ### Dropdown Tree
218
+ ### DropDownTree
310
219
 
311
220
  #### Bug Fixes
312
221
 
@@ -335,7 +244,7 @@
335
244
  - `#I331063`, `#I335590` - Issue with "popup is not opened while rendering the component with HTML select tag and `dataSource` property" has been resolved.
336
245
  - `#I335674` - Issue with "filtering list item is reset to the popup while scrolling the popup item using mouse" has been resolved.
337
246
 
338
- ### Dropdown Tree
247
+ ### DropDownTree
339
248
 
340
249
  #### Bug Fixes
341
250
 
@@ -398,7 +307,7 @@
398
307
 
399
308
  ## 19.1.54 (2021-03-30)
400
309
 
401
- ### Dropdown Tree
310
+ ### DropDownTree
402
311
 
403
312
  #### Bug Fixes
404
313
 
@@ -424,7 +333,7 @@
424
333
 
425
334
  ## 18.4.43 (2021-02-16)
426
335
 
427
- ### Dropdown Tree
336
+ ### DropDownTree
428
337
 
429
338
  #### Bug Fixes
430
339
 
@@ -511,7 +420,7 @@
511
420
 
512
421
  ## 18.3.42 (2020-10-20)
513
422
 
514
- ### Dropdown Tree
423
+ ### DropDownTree
515
424
 
516
425
  #### Bug Fixes
517
426
 
@@ -555,7 +464,7 @@
555
464
 
556
465
  ## 18.2.54 (2020-08-18)
557
466
 
558
- ### Dropdown Tree
467
+ ### DropDownTree
559
468
 
560
469
  #### Breaking Changes
561
470
 
@@ -575,7 +484,7 @@
575
484
 
576
485
  - `#285392` - Enable / disable list items based on unique value support provided.
577
486
 
578
- ### Dropdown Tree
487
+ ### DropDownTree
579
488
 
580
489
  #### Bug Fixes
581
490
 
@@ -629,7 +538,7 @@
629
538
  -`#273796` - Now, e-outline class is added to the filter input
630
539
 
631
540
 
632
- ### Dropdown Tree
541
+ ### DropDownTree
633
542
 
634
543
  #### Bug Fixes
635
544
 
@@ -652,7 +561,7 @@
652
561
  - Issue with "clear button is not working properly while enabling filter" has been resolved.
653
562
  - Issue with "script error occurs while calling the refresh method" has been resolved.
654
563
 
655
- ### Dropdown Tree
564
+ ### DropDownTree
656
565
 
657
566
  #### Bug Fixes
658
567
 
@@ -692,7 +601,7 @@
692
601
 
693
602
  ## 18.1.46 (2020-04-28)
694
603
 
695
- ### Dropdown Tree
604
+ ### DropDownTree
696
605
 
697
606
  #### Bug Fixes
698
607
 
@@ -736,7 +645,7 @@ The newly added `Dropdown Tree` component in dropdowns package requires `Navigat
736
645
  Update the system.js configuration while going with this version and above.
737
646
 
738
647
 
739
- ### Dropdown Tree
648
+ ### DropDownTree
740
649
 
741
650
  The Dropdown Tree control allows you to select single or multiple values from hierarchical data in a tree-like structure. It has several out-of-the-box features, such as data binding, check boxes, templates, UI customization, accessibility, and preselected values. The available key features are
742
651
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-dropdowns.umd.min.js
3
- * version : 23.2.7
3
+ * version : 24.1.43
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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