@syncfusion/ej2-dropdowns 21.2.8 → 21.2.10
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.
- package/CHANGELOG.md +32 -6
- package/dist/ej2-dropdowns.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +37 -11
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +37 -11
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/drop-down-base/drop-down-base.js +3 -0
- package/src/drop-down-list/drop-down-list.js +5 -5
- package/src/list-box/list-box.d.ts +1 -0
- package/src/list-box/list-box.js +20 -0
- package/src/multi-select/multi-select-model.d.ts +1 -1
- package/src/multi-select/multi-select.js +9 -6
- package/styles/bootstrap-dark.css +207 -99
- package/styles/bootstrap.css +209 -100
- package/styles/bootstrap4.css +209 -100
- package/styles/bootstrap5-dark.css +207 -99
- package/styles/bootstrap5.css +207 -99
- package/styles/fabric-dark.css +207 -99
- package/styles/fabric.css +209 -100
- package/styles/fluent-dark.css +209 -100
- package/styles/fluent.css +209 -100
- package/styles/highcontrast-light.css +207 -99
- package/styles/highcontrast.css +209 -100
- package/styles/list-box/_layout.scss +8 -2
- package/styles/list-box/_theme.scss +2 -1
- package/styles/list-box/bootstrap-dark.css +207 -99
- package/styles/list-box/bootstrap.css +209 -100
- package/styles/list-box/bootstrap4.css +209 -100
- package/styles/list-box/bootstrap5-dark.css +207 -99
- package/styles/list-box/bootstrap5.css +207 -99
- package/styles/list-box/fabric-dark.css +207 -99
- package/styles/list-box/fabric.css +209 -100
- package/styles/list-box/fluent-dark.css +209 -100
- package/styles/list-box/fluent.css +209 -100
- package/styles/list-box/highcontrast-light.css +207 -99
- package/styles/list-box/highcontrast.css +209 -100
- package/styles/list-box/material-dark.css +207 -99
- package/styles/list-box/material.css +209 -100
- package/styles/list-box/tailwind-dark.css +209 -100
- package/styles/list-box/tailwind.css +209 -100
- package/styles/material-dark.css +207 -99
- package/styles/material.css +209 -100
- package/styles/tailwind-dark.css +209 -100
- package/styles/tailwind.css +209 -100
- package/.eslintrc.json +0 -259
- package/tslint.json +0 -111
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,32 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I467539` - Issue with "AddItems method not working when we use itemTemplate(element type) in listbox" has been resolved.
|
|
10
|
+
|
|
11
|
+
### MultiSelect
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#I467953` - Issue with "Query construct incorrectly when preselect the value second time beyond the data source value" has been resolved.
|
|
16
|
+
|
|
17
|
+
### DropDownList
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- `I469452` - Issue with "A console error is thrown when the datasource value field has a null value in the dropdown list" has been resolved.
|
|
22
|
+
|
|
23
|
+
### ListBox
|
|
24
|
+
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
27
|
+
- `#F43705` - Issue with "Dropping selected items does not work correctly while enabling the checkbox in listbox component." has been resolved.
|
|
28
|
+
|
|
29
|
+
## 21.2.8 (2023-05-30)
|
|
30
|
+
|
|
31
|
+
### ListBox
|
|
32
|
+
|
|
33
|
+
#### Bug Fixes
|
|
34
|
+
|
|
9
35
|
- `#I462373` - Issue with "Double quotes value not submitted while using the listbox component within the form." has been resolved.
|
|
10
36
|
|
|
11
37
|
### AutoComplete
|
|
@@ -22,19 +48,19 @@
|
|
|
22
48
|
|
|
23
49
|
- `#I451885` - Resolved the performance issue when multiselect component is rendered with large number of data.
|
|
24
50
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
### ListBox
|
|
51
|
+
### DropDownList
|
|
28
52
|
|
|
29
53
|
#### Bug Fixes
|
|
30
54
|
|
|
31
|
-
-
|
|
55
|
+
- `I460077` - Issue with "The popup is not closing properly when the focus is moved between two dropdowns" has been resolved.
|
|
32
56
|
|
|
33
|
-
|
|
57
|
+
## 21.2.5 (2023-05-16)
|
|
58
|
+
|
|
59
|
+
### ListBox
|
|
34
60
|
|
|
35
61
|
#### Bug Fixes
|
|
36
62
|
|
|
37
|
-
- `
|
|
63
|
+
- `#I461307` - Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
|
|
38
64
|
|
|
39
65
|
### ComboBox
|
|
40
66
|
|