@syncfusion/ej2-angular-dropdowns 19.4.56 → 20.1.51
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/@syncfusion/ej2-angular-dropdowns.es5.js +1 -1
- package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-dropdowns.js +1 -1
- package/@syncfusion/ej2-angular-dropdowns.js.map +1 -1
- package/CHANGELOG.md +9 -55
- package/dist/ej2-angular-dropdowns.umd.js +2 -1
- package/dist/ej2-angular-dropdowns.umd.js.map +1 -1
- package/dist/ej2-angular-dropdowns.umd.min.js +2 -2
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/auto-complete/bootstrap5-dark.css +7 -0
- package/styles/auto-complete/bootstrap5.css +7 -0
- package/styles/auto-complete/fluent-dark.css +132 -0
- package/styles/auto-complete/fluent-dark.scss +1 -0
- package/styles/auto-complete/fluent.css +132 -0
- package/styles/auto-complete/fluent.scss +1 -0
- package/styles/auto-complete/tailwind-dark.css +1 -57
- package/styles/auto-complete/tailwind.css +1 -57
- package/styles/bootstrap-dark.css +56 -30
- package/styles/bootstrap.css +56 -30
- package/styles/bootstrap4.css +56 -30
- package/styles/bootstrap5-dark.css +116 -40
- package/styles/bootstrap5.css +116 -40
- package/styles/combo-box/bootstrap5-dark.css +7 -0
- package/styles/combo-box/bootstrap5.css +7 -0
- package/styles/combo-box/fluent-dark.css +132 -0
- package/styles/combo-box/fluent-dark.scss +1 -0
- package/styles/combo-box/fluent.css +132 -0
- package/styles/combo-box/fluent.scss +1 -0
- package/styles/combo-box/tailwind-dark.css +1 -57
- package/styles/combo-box/tailwind.css +1 -57
- package/styles/drop-down-base/bootstrap-dark.css +7 -2
- package/styles/drop-down-base/bootstrap.css +7 -2
- package/styles/drop-down-base/bootstrap4.css +7 -2
- package/styles/drop-down-base/bootstrap5-dark.css +12 -3
- package/styles/drop-down-base/bootstrap5.css +12 -3
- package/styles/drop-down-base/fabric-dark.css +7 -2
- package/styles/drop-down-base/fabric.css +7 -2
- package/styles/drop-down-base/fluent-dark.css +397 -0
- package/styles/drop-down-base/fluent-dark.scss +1 -0
- package/styles/drop-down-base/fluent.css +397 -0
- package/styles/drop-down-base/fluent.scss +1 -0
- package/styles/drop-down-base/highcontrast-light.css +7 -2
- package/styles/drop-down-base/highcontrast.css +7 -2
- package/styles/drop-down-base/material-dark.css +7 -2
- package/styles/drop-down-base/material.css +7 -2
- package/styles/drop-down-base/tailwind-dark.css +103 -14
- package/styles/drop-down-base/tailwind.css +103 -14
- package/styles/drop-down-list/bootstrap-dark.css +28 -6
- package/styles/drop-down-list/bootstrap.css +28 -6
- package/styles/drop-down-list/bootstrap4.css +28 -6
- package/styles/drop-down-list/bootstrap5-dark.css +35 -6
- package/styles/drop-down-list/bootstrap5.css +35 -6
- package/styles/drop-down-list/fabric-dark.css +28 -6
- package/styles/drop-down-list/fabric.css +28 -6
- package/styles/drop-down-list/fluent-dark.css +447 -0
- package/styles/drop-down-list/fluent-dark.scss +1 -0
- package/styles/drop-down-list/fluent.css +447 -0
- package/styles/drop-down-list/fluent.scss +1 -0
- package/styles/drop-down-list/highcontrast-light.css +28 -6
- package/styles/drop-down-list/highcontrast.css +28 -6
- package/styles/drop-down-list/material-dark.css +28 -6
- package/styles/drop-down-list/material.css +28 -6
- package/styles/drop-down-list/tailwind-dark.css +20 -95
- package/styles/drop-down-list/tailwind.css +20 -95
- package/styles/drop-down-tree/bootstrap5-dark.css +6 -2
- package/styles/drop-down-tree/bootstrap5.css +6 -2
- package/styles/drop-down-tree/fluent-dark.css +599 -0
- package/styles/drop-down-tree/fluent-dark.scss +1 -0
- package/styles/drop-down-tree/fluent.css +599 -0
- package/styles/drop-down-tree/fluent.scss +1 -0
- package/styles/drop-down-tree/tailwind-dark.css +15 -6
- package/styles/drop-down-tree/tailwind.css +15 -6
- package/styles/fabric-dark.css +56 -30
- package/styles/fabric.css +56 -30
- package/styles/fluent-dark.css +3602 -0
- package/styles/fluent-dark.scss +7 -0
- package/styles/fluent.css +3602 -0
- package/styles/fluent.scss +7 -0
- package/styles/highcontrast-light.css +58 -31
- package/styles/highcontrast.css +58 -31
- package/styles/list-box/bootstrap-dark.css +2 -12
- package/styles/list-box/bootstrap.css +2 -12
- package/styles/list-box/bootstrap4.css +2 -12
- package/styles/list-box/bootstrap5-dark.css +5 -15
- package/styles/list-box/bootstrap5.css +5 -15
- package/styles/list-box/fabric-dark.css +2 -12
- package/styles/list-box/fabric.css +2 -12
- package/styles/list-box/fluent-dark.css +895 -0
- package/styles/list-box/fluent-dark.scss +1 -0
- package/styles/list-box/fluent.css +895 -0
- package/styles/list-box/fluent.scss +1 -0
- package/styles/list-box/highcontrast-light.css +2 -12
- package/styles/list-box/highcontrast.css +2 -12
- package/styles/list-box/material-dark.css +4 -14
- package/styles/list-box/material.css +4 -14
- package/styles/list-box/tailwind-dark.css +17 -24
- package/styles/list-box/tailwind.css +17 -24
- package/styles/material-dark.css +58 -32
- package/styles/material.css +58 -32
- package/styles/multi-select/bootstrap-dark.css +19 -10
- package/styles/multi-select/bootstrap.css +19 -10
- package/styles/multi-select/bootstrap4.css +19 -10
- package/styles/multi-select/bootstrap5-dark.css +58 -14
- package/styles/multi-select/bootstrap5.css +58 -14
- package/styles/multi-select/fabric-dark.css +19 -10
- package/styles/multi-select/fabric.css +19 -10
- package/styles/multi-select/fluent-dark.css +1416 -0
- package/styles/multi-select/fluent-dark.scss +1 -0
- package/styles/multi-select/fluent.css +1416 -0
- package/styles/multi-select/fluent.scss +1 -0
- package/styles/multi-select/highcontrast-light.css +21 -11
- package/styles/multi-select/highcontrast.css +21 -11
- package/styles/multi-select/material-dark.css +19 -10
- package/styles/multi-select/material.css +19 -10
- package/styles/multi-select/tailwind-dark.css +166 -126
- package/styles/multi-select/tailwind.css +166 -126
- package/styles/tailwind-dark.css +297 -253
- package/styles/tailwind.css +297 -253
package/CHANGELOG.md
CHANGED
|
@@ -2,68 +2,39 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
### ComboBox
|
|
6
|
-
|
|
7
|
-
#### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- `#I367341` - Issue with "Autofill is not working properly in the first search while rendering component with item template" has been resolved.
|
|
10
|
-
|
|
11
|
-
### MultiSelect
|
|
12
|
-
|
|
13
|
-
#### Bug Fixes
|
|
14
|
-
|
|
15
|
-
- `#I366915', '#I368422` - Issue with "dynamically added item is not displayed with item template after first time popup opening" has been resolved.
|
|
16
|
-
|
|
17
|
-
## 19.4.55 (2022-03-08)
|
|
18
|
-
|
|
19
5
|
### ListBox
|
|
20
6
|
|
|
21
7
|
#### Bug Fixes
|
|
22
8
|
|
|
23
|
-
- Issue with
|
|
24
|
-
|
|
25
|
-
### MultiSelect
|
|
26
|
-
|
|
27
|
-
#### Bug Fixes
|
|
28
|
-
|
|
29
|
-
- `#I366127` - Issue with "group template is not rendered properly" has been resolved.
|
|
30
|
-
|
|
31
|
-
## 19.4.54 (2022-03-01)
|
|
32
|
-
|
|
33
|
-
### Dropdown Tree
|
|
34
|
-
|
|
35
|
-
#### Bug Fixes
|
|
36
|
-
|
|
37
|
-
- `#I364762` - The issue with "Getting CSP error even though the template is not used in Dropdown Tree component" has been resolved.
|
|
9
|
+
- `I374083` - Issue with "Filtering did not work in the datasource empty list" has been resolved.
|
|
38
10
|
|
|
39
|
-
###
|
|
11
|
+
### ComboBox
|
|
40
12
|
|
|
41
13
|
#### Bug Fixes
|
|
42
14
|
|
|
43
|
-
- `#
|
|
15
|
+
- `#F33764` - Issue with "dynamically added item is not displayed in the popup while rendering the component with item template" has been resolved.
|
|
44
16
|
|
|
45
|
-
##
|
|
17
|
+
## 20.1.50 (2022-04-19)
|
|
46
18
|
|
|
47
19
|
### ListBox
|
|
48
20
|
|
|
49
21
|
#### Bug Fixes
|
|
50
22
|
|
|
51
|
-
-
|
|
23
|
+
- Issue with "Keyboard navigation correction for select the multiple items of listbox" has been resolved.
|
|
52
24
|
|
|
53
|
-
###
|
|
25
|
+
### AutoComplete
|
|
54
26
|
|
|
55
27
|
#### Bug Fixes
|
|
56
28
|
|
|
57
|
-
- `#
|
|
29
|
+
- `#I373560` - Issue with "exception throws while typing the special characters on the input" has been resolved.
|
|
58
30
|
|
|
59
31
|
### MultiSelect
|
|
60
32
|
|
|
61
33
|
#### Bug Fixes
|
|
62
34
|
|
|
63
|
-
- `#
|
|
64
|
-
- `#F171320` - Issue with "DOM nodes are not destroyed properly inside the dialog while performing close action on the dialog" has been resolved.
|
|
35
|
+
- `#F173763`,`#I372051`,`#I371821` - Issue with "filtering is not working properly while rendering the component with item template" has been resolved.
|
|
65
36
|
|
|
66
|
-
##
|
|
37
|
+
## 20.1.47 (2022-04-04)
|
|
67
38
|
|
|
68
39
|
### MultiSelect
|
|
69
40
|
|
|
@@ -2122,23 +2093,6 @@ DropDownList component contains a list of predefined values from which a single
|
|
|
2122
2093
|
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.
|
|
2123
2094
|
|
|
2124
2095
|
|
|
2125
|
-
## 19.4.52 (2022-02-15)
|
|
2126
|
-
|
|
2127
|
-
### MultiSelect
|
|
2128
|
-
|
|
2129
|
-
#### Bug Fixes
|
|
2130
|
-
|
|
2131
|
-
- `#FB31983` - Issue with "empty popup shows while rendering the component with item template and change the query dynamically" has been resolved.
|
|
2132
|
-
- `#I362683` - Issue with "exception throws while routing the page before remote data fetched" has been resolved.
|
|
2133
|
-
|
|
2134
|
-
## 19.4.41 (2022-01-04)
|
|
2135
|
-
|
|
2136
|
-
### MultiSelect
|
|
2137
|
-
|
|
2138
|
-
#### Bug Fixes
|
|
2139
|
-
|
|
2140
|
-
- `#I358908` - Issue with "selected item color is not updated properly in the disabled state of the component" has been resolved.
|
|
2141
|
-
|
|
2142
2096
|
## 19.4.38 (2021-12-17)
|
|
2143
2097
|
|
|
2144
2098
|
### ComboBox
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-dropdowns.umd.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 20.1.51
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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
|
|
@@ -1294,6 +1294,7 @@ exports.ɵg = inputs$3;
|
|
|
1294
1294
|
exports.ɵh = outputs$3;
|
|
1295
1295
|
exports.incrementalSearch = ej2Dropdowns.incrementalSearch;
|
|
1296
1296
|
exports.Search = ej2Dropdowns.Search;
|
|
1297
|
+
exports.escapeCharRegExp = ej2Dropdowns.escapeCharRegExp;
|
|
1297
1298
|
exports.resetIncrementalSearchValues = ej2Dropdowns.resetIncrementalSearchValues;
|
|
1298
1299
|
exports.highlightSearch = ej2Dropdowns.highlightSearch;
|
|
1299
1300
|
exports.revertHighlightSearch = ej2Dropdowns.revertHighlightSearch;
|