@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.
Files changed (121) hide show
  1. package/@syncfusion/ej2-angular-dropdowns.es5.js +1 -1
  2. package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-dropdowns.js +1 -1
  4. package/@syncfusion/ej2-angular-dropdowns.js.map +1 -1
  5. package/CHANGELOG.md +9 -55
  6. package/dist/ej2-angular-dropdowns.umd.js +2 -1
  7. package/dist/ej2-angular-dropdowns.umd.js.map +1 -1
  8. package/dist/ej2-angular-dropdowns.umd.min.js +2 -2
  9. package/package.json +8 -8
  10. package/schematics/utils/lib-details.d.ts +2 -2
  11. package/schematics/utils/lib-details.js +2 -2
  12. package/schematics/utils/lib-details.ts +2 -2
  13. package/styles/auto-complete/bootstrap5-dark.css +7 -0
  14. package/styles/auto-complete/bootstrap5.css +7 -0
  15. package/styles/auto-complete/fluent-dark.css +132 -0
  16. package/styles/auto-complete/fluent-dark.scss +1 -0
  17. package/styles/auto-complete/fluent.css +132 -0
  18. package/styles/auto-complete/fluent.scss +1 -0
  19. package/styles/auto-complete/tailwind-dark.css +1 -57
  20. package/styles/auto-complete/tailwind.css +1 -57
  21. package/styles/bootstrap-dark.css +56 -30
  22. package/styles/bootstrap.css +56 -30
  23. package/styles/bootstrap4.css +56 -30
  24. package/styles/bootstrap5-dark.css +116 -40
  25. package/styles/bootstrap5.css +116 -40
  26. package/styles/combo-box/bootstrap5-dark.css +7 -0
  27. package/styles/combo-box/bootstrap5.css +7 -0
  28. package/styles/combo-box/fluent-dark.css +132 -0
  29. package/styles/combo-box/fluent-dark.scss +1 -0
  30. package/styles/combo-box/fluent.css +132 -0
  31. package/styles/combo-box/fluent.scss +1 -0
  32. package/styles/combo-box/tailwind-dark.css +1 -57
  33. package/styles/combo-box/tailwind.css +1 -57
  34. package/styles/drop-down-base/bootstrap-dark.css +7 -2
  35. package/styles/drop-down-base/bootstrap.css +7 -2
  36. package/styles/drop-down-base/bootstrap4.css +7 -2
  37. package/styles/drop-down-base/bootstrap5-dark.css +12 -3
  38. package/styles/drop-down-base/bootstrap5.css +12 -3
  39. package/styles/drop-down-base/fabric-dark.css +7 -2
  40. package/styles/drop-down-base/fabric.css +7 -2
  41. package/styles/drop-down-base/fluent-dark.css +397 -0
  42. package/styles/drop-down-base/fluent-dark.scss +1 -0
  43. package/styles/drop-down-base/fluent.css +397 -0
  44. package/styles/drop-down-base/fluent.scss +1 -0
  45. package/styles/drop-down-base/highcontrast-light.css +7 -2
  46. package/styles/drop-down-base/highcontrast.css +7 -2
  47. package/styles/drop-down-base/material-dark.css +7 -2
  48. package/styles/drop-down-base/material.css +7 -2
  49. package/styles/drop-down-base/tailwind-dark.css +103 -14
  50. package/styles/drop-down-base/tailwind.css +103 -14
  51. package/styles/drop-down-list/bootstrap-dark.css +28 -6
  52. package/styles/drop-down-list/bootstrap.css +28 -6
  53. package/styles/drop-down-list/bootstrap4.css +28 -6
  54. package/styles/drop-down-list/bootstrap5-dark.css +35 -6
  55. package/styles/drop-down-list/bootstrap5.css +35 -6
  56. package/styles/drop-down-list/fabric-dark.css +28 -6
  57. package/styles/drop-down-list/fabric.css +28 -6
  58. package/styles/drop-down-list/fluent-dark.css +447 -0
  59. package/styles/drop-down-list/fluent-dark.scss +1 -0
  60. package/styles/drop-down-list/fluent.css +447 -0
  61. package/styles/drop-down-list/fluent.scss +1 -0
  62. package/styles/drop-down-list/highcontrast-light.css +28 -6
  63. package/styles/drop-down-list/highcontrast.css +28 -6
  64. package/styles/drop-down-list/material-dark.css +28 -6
  65. package/styles/drop-down-list/material.css +28 -6
  66. package/styles/drop-down-list/tailwind-dark.css +20 -95
  67. package/styles/drop-down-list/tailwind.css +20 -95
  68. package/styles/drop-down-tree/bootstrap5-dark.css +6 -2
  69. package/styles/drop-down-tree/bootstrap5.css +6 -2
  70. package/styles/drop-down-tree/fluent-dark.css +599 -0
  71. package/styles/drop-down-tree/fluent-dark.scss +1 -0
  72. package/styles/drop-down-tree/fluent.css +599 -0
  73. package/styles/drop-down-tree/fluent.scss +1 -0
  74. package/styles/drop-down-tree/tailwind-dark.css +15 -6
  75. package/styles/drop-down-tree/tailwind.css +15 -6
  76. package/styles/fabric-dark.css +56 -30
  77. package/styles/fabric.css +56 -30
  78. package/styles/fluent-dark.css +3602 -0
  79. package/styles/fluent-dark.scss +7 -0
  80. package/styles/fluent.css +3602 -0
  81. package/styles/fluent.scss +7 -0
  82. package/styles/highcontrast-light.css +58 -31
  83. package/styles/highcontrast.css +58 -31
  84. package/styles/list-box/bootstrap-dark.css +2 -12
  85. package/styles/list-box/bootstrap.css +2 -12
  86. package/styles/list-box/bootstrap4.css +2 -12
  87. package/styles/list-box/bootstrap5-dark.css +5 -15
  88. package/styles/list-box/bootstrap5.css +5 -15
  89. package/styles/list-box/fabric-dark.css +2 -12
  90. package/styles/list-box/fabric.css +2 -12
  91. package/styles/list-box/fluent-dark.css +895 -0
  92. package/styles/list-box/fluent-dark.scss +1 -0
  93. package/styles/list-box/fluent.css +895 -0
  94. package/styles/list-box/fluent.scss +1 -0
  95. package/styles/list-box/highcontrast-light.css +2 -12
  96. package/styles/list-box/highcontrast.css +2 -12
  97. package/styles/list-box/material-dark.css +4 -14
  98. package/styles/list-box/material.css +4 -14
  99. package/styles/list-box/tailwind-dark.css +17 -24
  100. package/styles/list-box/tailwind.css +17 -24
  101. package/styles/material-dark.css +58 -32
  102. package/styles/material.css +58 -32
  103. package/styles/multi-select/bootstrap-dark.css +19 -10
  104. package/styles/multi-select/bootstrap.css +19 -10
  105. package/styles/multi-select/bootstrap4.css +19 -10
  106. package/styles/multi-select/bootstrap5-dark.css +58 -14
  107. package/styles/multi-select/bootstrap5.css +58 -14
  108. package/styles/multi-select/fabric-dark.css +19 -10
  109. package/styles/multi-select/fabric.css +19 -10
  110. package/styles/multi-select/fluent-dark.css +1416 -0
  111. package/styles/multi-select/fluent-dark.scss +1 -0
  112. package/styles/multi-select/fluent.css +1416 -0
  113. package/styles/multi-select/fluent.scss +1 -0
  114. package/styles/multi-select/highcontrast-light.css +21 -11
  115. package/styles/multi-select/highcontrast.css +21 -11
  116. package/styles/multi-select/material-dark.css +19 -10
  117. package/styles/multi-select/material.css +19 -10
  118. package/styles/multi-select/tailwind-dark.css +166 -126
  119. package/styles/multi-select/tailwind.css +166 -126
  120. package/styles/tailwind-dark.css +297 -253
  121. 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 ListBox scrolling while drag and drop has been resolved.
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
- ### MultiSelect
11
+ ### ComboBox
40
12
 
41
13
  #### Bug Fixes
42
14
 
43
- - `#I365898` - Issue with "component data is not loaded properly after setting the time delay in the Observable data loading" has been resolved.
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
- ## 19.4.50 (2022-02-08)
17
+ ## 20.1.50 (2022-04-19)
46
18
 
47
19
  ### ListBox
48
20
 
49
21
  #### Bug Fixes
50
22
 
51
- - `#I330291` - Issue with Duplicate items not removed properly using remove items method has been resolved.
23
+ - Issue with "Keyboard navigation correction for select the multiple items of listbox" has been resolved.
52
24
 
53
- ### DropDownList
25
+ ### AutoComplete
54
26
 
55
27
  #### Bug Fixes
56
28
 
57
- - `#I357666` - Issue with "value is not updated dynamically when its not present in the popup" has been resolved.
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
- - `#I360056` - Issue with "empty header is created while typing the custom value in the input" has been resolved.
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
- ## 19.4.42 (2022-01-11)
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 : 19.4.56
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;