@syncfusion/ej2-vue-dropdowns 23.2.6 → 24.1.41

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 +19 -107
  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,99 +2,11 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### MultiSelect
6
-
7
- #### Bug Fixes
8
-
9
- - `#I518299` - Fixed console error that occurred when adding an item using the addItem method.
10
-
11
- ### Mention
12
-
13
- #### Bug Fixes
14
-
15
- - `#I519427` - Fixed a popup positioning issue that occurred when filtering.
16
-
17
- ## 23.2.4 (2023-11-20)
18
-
19
- ### ListBox
20
-
21
- #### Bug Fixes
22
-
23
- - `#I473804` - Provided smooth scrolling to drag and drop support for the ListBox component.
24
-
25
- ### DropDownList
26
-
27
- #### Bug Fixes
28
-
29
- - `#I503134` - Fixed the issue where keyboard navigation was not working when null values were included in the datasource.
30
-
31
- ## 23.1.44 (2023-11-07)
32
-
33
- ### Mention
34
-
35
- #### Bug Fixes
36
-
37
- - `#I4756` - Fixed the issue where using the Mention Character as a `[` would throw a console error.
38
-
39
- ## 23.1.43 (2023-10-31)
40
-
41
- ### ComboBox
42
-
43
- #### Bug Fixes
44
-
45
- - `#I509217` - Resolved the issue where an empty space was created after clearing the values from the comboBox.
46
-
47
- ### Mention
48
-
49
- #### Bug Fixes
50
-
51
- - `#F182215` - Fixed "In Android, unable to remove a selected value from Mention using backspace key and also keyboard hides".
52
-
53
- ### DropDownTree
54
-
55
- #### Bug Fixes
56
-
57
- - `#I508339` - The persistence issue during page navigation has been resolved.
58
- - `#I498924` - Issue with the locale property in the Dropdown Tree component has been resolved.
59
-
60
- ## 23.1.42 (2023-10-24)
61
-
62
- ### Mention
63
-
64
- #### Bug Fixes
65
-
66
- - `#I506552` - Resolved issue with "Full popup is not visible when we open it at the edge of the screen".
67
-
68
- ## 23.1.41 (2023-10-17)
69
-
70
- ### MultiSelect
71
-
72
- #### Bug fixes
73
-
74
- - `#I503091` - Resolved a null exception that was thrown when dynamically changing the `groupBy` fields to undefined.
75
-
76
- ### DropdownList
77
-
78
- #### Bug Fixes
79
-
80
- - `#I498409` - Fixed an issue where the preselected `value` was getting cleared when updating the data source.
81
- - `#I500431` - Fixed issue where the preselected `value` through `index` property was not updated when updating the data source.
82
-
83
5
  ### DropDownTree
84
6
 
85
7
  #### Bug Fixes
86
8
 
87
- - `#F184672` - Issue with the `checkAll` and `uncheckAll` status not updated properly has been resolved.
88
-
89
- ## 23.1.38 (2023-09-26)
90
-
91
- ### ListBox
92
-
93
- #### Bug Fixes
94
-
95
- - `#I493841` - Issue with "Scrollbar in ListBox while using inside a splitter" has been resolved.
96
-
97
- ## 23.1.36 (2023-09-15)
9
+ - `#I522936` - The issue with the htmlAttributes field class value in the Dropdown Tree component has been resolved.
98
10
 
99
11
  ### ListBox
100
12
 
@@ -173,7 +85,7 @@
173
85
 
174
86
  - `#I343860` - Issue with "list items are not read by the NVDA screen reader" has been resolved.
175
87
 
176
- ### Dropdown Tree
88
+ ### DropDownTree
177
89
 
178
90
  #### Bug Fixes
179
91
 
@@ -189,7 +101,7 @@
189
101
 
190
102
  ## 19.3.53 (2021-11-12)
191
103
 
192
- ### Dropdown Tree
104
+ ### DropDownTree
193
105
 
194
106
  #### Bug Fixes
195
107
 
@@ -197,7 +109,7 @@
197
109
 
198
110
  ## 19.3.48 (2021-11-02)
199
111
 
200
- ### Dropdown Tree
112
+ ### DropDownTree
201
113
 
202
114
  #### Bug Fixes
203
115
 
@@ -205,7 +117,7 @@
205
117
 
206
118
  ## 19.3.47 (2021-10-26)
207
119
 
208
- ### Dropdown Tree
120
+ ### DropDownTree
209
121
 
210
122
  #### Bug Fixes
211
123
 
@@ -213,7 +125,7 @@
213
125
 
214
126
  ## 19.3.46 (2021-10-19)
215
127
 
216
- ### Dropdown Tree
128
+ ### DropDownTree
217
129
 
218
130
  #### Bug Fixes
219
131
 
@@ -230,7 +142,7 @@
230
142
 
231
143
  ## 19.3.44 (2021-10-05)
232
144
 
233
- ### Dropdown Tree
145
+ ### DropDownTree
234
146
 
235
147
  #### New Features
236
148
 
@@ -269,7 +181,7 @@
269
181
 
270
182
  - `I335313` - Issue with "select element is displayed while rendering the component with floating label" has been resolved.
271
183
 
272
- ### Dropdown Tree
184
+ ### DropDownTree
273
185
 
274
186
  #### Bug Fixes
275
187
 
@@ -283,7 +195,7 @@
283
195
 
284
196
  - `#I336382` - The issue with getDataList not updated properly after removing the items has been fixed.
285
197
 
286
- ### Dropdown Tree
198
+ ### DropDownTree
287
199
 
288
200
  #### Bug Fixes
289
201
 
@@ -312,7 +224,7 @@
312
224
  - `#I331063`, `#I335590` - Issue with "popup is not opened while rendering the component with HTML select tag and `dataSource` property" has been resolved.
313
225
  - `#I335674` - Issue with "filtering list item is reset to the popup while scrolling the popup item using mouse" has been resolved.
314
226
 
315
- ### Dropdown Tree
227
+ ### DropDownTree
316
228
 
317
229
  #### Bug Fixes
318
230
 
@@ -375,7 +287,7 @@
375
287
 
376
288
  ## 19.1.54 (2021-03-30)
377
289
 
378
- ### Dropdown Tree
290
+ ### DropDownTree
379
291
 
380
292
  #### Bug Fixes
381
293
 
@@ -401,7 +313,7 @@
401
313
 
402
314
  ## 18.4.43 (2021-02-16)
403
315
 
404
- ### Dropdown Tree
316
+ ### DropDownTree
405
317
 
406
318
  #### Bug Fixes
407
319
 
@@ -488,7 +400,7 @@
488
400
 
489
401
  ## 18.3.42 (2020-10-20)
490
402
 
491
- ### Dropdown Tree
403
+ ### DropDownTree
492
404
 
493
405
  #### Bug Fixes
494
406
 
@@ -532,7 +444,7 @@
532
444
 
533
445
  ## 18.2.54 (2020-08-18)
534
446
 
535
- ### Dropdown Tree
447
+ ### DropDownTree
536
448
 
537
449
  #### Breaking Changes
538
450
 
@@ -552,7 +464,7 @@
552
464
 
553
465
  - `#285392` - Enable / disable list items based on unique value support provided.
554
466
 
555
- ### Dropdown Tree
467
+ ### DropDownTree
556
468
 
557
469
  #### Bug Fixes
558
470
 
@@ -606,7 +518,7 @@
606
518
  -`#273796` - Now, e-outline class is added to the filter input
607
519
 
608
520
 
609
- ### Dropdown Tree
521
+ ### DropDownTree
610
522
 
611
523
  #### Bug Fixes
612
524
 
@@ -629,7 +541,7 @@
629
541
  - Issue with "clear button is not working properly while enabling filter" has been resolved.
630
542
  - Issue with "script error occurs while calling the refresh method" has been resolved.
631
543
 
632
- ### Dropdown Tree
544
+ ### DropDownTree
633
545
 
634
546
  #### Bug Fixes
635
547
 
@@ -669,7 +581,7 @@
669
581
 
670
582
  ## 18.1.46 (2020-04-28)
671
583
 
672
- ### Dropdown Tree
584
+ ### DropDownTree
673
585
 
674
586
  #### Bug Fixes
675
587
 
@@ -713,7 +625,7 @@ The newly added `Dropdown Tree` component in dropdowns package requires `Navigat
713
625
  Update the system.js configuration while going with this version and above.
714
626
 
715
627
 
716
- ### Dropdown Tree
628
+ ### DropDownTree
717
629
 
718
630
  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
719
631
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-dropdowns.umd.min.js
3
- * version : 23.2.6
3
+ * version : 24.1.41
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