@syncfusion/ej2-vue-dropdowns 23.2.7 → 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 -130
  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,11 @@
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
5
  ### DropDownTree
12
6
 
13
7
  #### Bug Fixes
14
8
 
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
- ### ListBox
43
-
44
- #### Bug Fixes
45
-
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.
98
-
99
- ### DropdownList
100
-
101
- #### Bug Fixes
102
-
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.
105
-
106
- ### DropDownTree
107
-
108
- #### Bug Fixes
109
-
110
- - `#F184672` - Issue with the `checkAll` and `uncheckAll` status not updated properly has been resolved.
111
-
112
- ## 23.1.38 (2023-09-26)
113
-
114
- ### ListBox
115
-
116
- #### Bug Fixes
117
-
118
- - `#I493841` - Issue with "Scrollbar in ListBox while using inside a splitter" has been resolved.
119
-
120
- ## 23.1.36 (2023-09-15)
9
+ - `#I522936` - The issue with the htmlAttributes field class value in the Dropdown Tree component has been resolved.
121
10
 
122
11
  ### ListBox
123
12
 
@@ -196,7 +85,7 @@
196
85
 
197
86
  - `#I343860` - Issue with "list items are not read by the NVDA screen reader" has been resolved.
198
87
 
199
- ### Dropdown Tree
88
+ ### DropDownTree
200
89
 
201
90
  #### Bug Fixes
202
91
 
@@ -212,7 +101,7 @@
212
101
 
213
102
  ## 19.3.53 (2021-11-12)
214
103
 
215
- ### Dropdown Tree
104
+ ### DropDownTree
216
105
 
217
106
  #### Bug Fixes
218
107
 
@@ -220,7 +109,7 @@
220
109
 
221
110
  ## 19.3.48 (2021-11-02)
222
111
 
223
- ### Dropdown Tree
112
+ ### DropDownTree
224
113
 
225
114
  #### Bug Fixes
226
115
 
@@ -228,7 +117,7 @@
228
117
 
229
118
  ## 19.3.47 (2021-10-26)
230
119
 
231
- ### Dropdown Tree
120
+ ### DropDownTree
232
121
 
233
122
  #### Bug Fixes
234
123
 
@@ -236,7 +125,7 @@
236
125
 
237
126
  ## 19.3.46 (2021-10-19)
238
127
 
239
- ### Dropdown Tree
128
+ ### DropDownTree
240
129
 
241
130
  #### Bug Fixes
242
131
 
@@ -253,7 +142,7 @@
253
142
 
254
143
  ## 19.3.44 (2021-10-05)
255
144
 
256
- ### Dropdown Tree
145
+ ### DropDownTree
257
146
 
258
147
  #### New Features
259
148
 
@@ -292,7 +181,7 @@
292
181
 
293
182
  - `I335313` - Issue with "select element is displayed while rendering the component with floating label" has been resolved.
294
183
 
295
- ### Dropdown Tree
184
+ ### DropDownTree
296
185
 
297
186
  #### Bug Fixes
298
187
 
@@ -306,7 +195,7 @@
306
195
 
307
196
  - `#I336382` - The issue with getDataList not updated properly after removing the items has been fixed.
308
197
 
309
- ### Dropdown Tree
198
+ ### DropDownTree
310
199
 
311
200
  #### Bug Fixes
312
201
 
@@ -335,7 +224,7 @@
335
224
  - `#I331063`, `#I335590` - Issue with "popup is not opened while rendering the component with HTML select tag and `dataSource` property" has been resolved.
336
225
  - `#I335674` - Issue with "filtering list item is reset to the popup while scrolling the popup item using mouse" has been resolved.
337
226
 
338
- ### Dropdown Tree
227
+ ### DropDownTree
339
228
 
340
229
  #### Bug Fixes
341
230
 
@@ -398,7 +287,7 @@
398
287
 
399
288
  ## 19.1.54 (2021-03-30)
400
289
 
401
- ### Dropdown Tree
290
+ ### DropDownTree
402
291
 
403
292
  #### Bug Fixes
404
293
 
@@ -424,7 +313,7 @@
424
313
 
425
314
  ## 18.4.43 (2021-02-16)
426
315
 
427
- ### Dropdown Tree
316
+ ### DropDownTree
428
317
 
429
318
  #### Bug Fixes
430
319
 
@@ -511,7 +400,7 @@
511
400
 
512
401
  ## 18.3.42 (2020-10-20)
513
402
 
514
- ### Dropdown Tree
403
+ ### DropDownTree
515
404
 
516
405
  #### Bug Fixes
517
406
 
@@ -555,7 +444,7 @@
555
444
 
556
445
  ## 18.2.54 (2020-08-18)
557
446
 
558
- ### Dropdown Tree
447
+ ### DropDownTree
559
448
 
560
449
  #### Breaking Changes
561
450
 
@@ -575,7 +464,7 @@
575
464
 
576
465
  - `#285392` - Enable / disable list items based on unique value support provided.
577
466
 
578
- ### Dropdown Tree
467
+ ### DropDownTree
579
468
 
580
469
  #### Bug Fixes
581
470
 
@@ -629,7 +518,7 @@
629
518
  -`#273796` - Now, e-outline class is added to the filter input
630
519
 
631
520
 
632
- ### Dropdown Tree
521
+ ### DropDownTree
633
522
 
634
523
  #### Bug Fixes
635
524
 
@@ -652,7 +541,7 @@
652
541
  - Issue with "clear button is not working properly while enabling filter" has been resolved.
653
542
  - Issue with "script error occurs while calling the refresh method" has been resolved.
654
543
 
655
- ### Dropdown Tree
544
+ ### DropDownTree
656
545
 
657
546
  #### Bug Fixes
658
547
 
@@ -692,7 +581,7 @@
692
581
 
693
582
  ## 18.1.46 (2020-04-28)
694
583
 
695
- ### Dropdown Tree
584
+ ### DropDownTree
696
585
 
697
586
  #### Bug Fixes
698
587
 
@@ -736,7 +625,7 @@ The newly added `Dropdown Tree` component in dropdowns package requires `Navigat
736
625
  Update the system.js configuration while going with this version and above.
737
626
 
738
627
 
739
- ### Dropdown Tree
628
+ ### DropDownTree
740
629
 
741
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
742
631
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-dropdowns.umd.min.js
3
- * version : 23.2.7
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