@syncfusion/ej2-angular-dropdowns 20.3.60-ngcc → 20.4.38-ngcc

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 CHANGED
@@ -2,84 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### AutoComplete
6
-
7
- #### Bug Fixes
8
-
9
- - `#I420089` - The issue "API documentation broken on autocomplete Component" has been resolved.
10
-
11
- ## 20.3.59 (2022-11-29)
12
-
13
- ### ListBox
14
-
15
- #### Bug Fixes
16
-
17
- - `#F37860` - Issue with "Command button not working properly for multiselect in ListBox in Mac" has been resolved.
18
-
19
- ### DropDownList
20
-
21
- #### Bug fixes
22
-
23
- - `#I420818` - The issue "Exception occurs when using grouping and filtering in the dropdownlist component" has been resolved.
24
-
25
- ## 20.3.58 (2022-11-22)
26
-
27
- ### MultiSelect
28
-
29
- #### Bug Fixes
30
-
31
- - `#FB38693` - The issue "Multiselect dropdown icon is not aligned properly" has been resolved.
32
-
33
- #### Bug fixes
34
-
35
- `#I413545` - The issue "screen reader does not read the first popup element" has been resolved.
36
-
37
-
38
- ## 20.3.56 (2022-11-08)
39
-
40
- ### ListBox
41
-
42
- #### Bug Fixes
43
-
44
- - `#F178523` - Issue with "Script error thrown when we drag and drop the listbox item in angular platform" has been resolved.
45
-
46
- ### DropDownList
47
-
48
- #### Bug fixes
49
-
50
- - `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.
51
-
52
- ### AutoComplete
53
-
54
- #### Bug fixes
55
-
56
- - `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.
57
-
58
- `#I414946` - The issue "API documentation broken on autocomplete component" has been resolved.
59
-
60
-
61
- ### ComboBox
62
-
63
- #### Bug fixes
64
-
65
- - `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.
66
-
67
- ### MultiSelect
68
-
69
- #### Bug fixes
70
-
71
- - `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.
72
-
73
- ## 20.3.50 (2022-10-18)
74
-
75
- ### Dropdown Tree
76
-
77
- #### Bug Fixes
78
-
79
- - `#I408860` - The issue with "While focus the item using tab key, focus disappeared instead of focus the first popup element in the Angular Dropdown Tree component" has been resolved.
80
-
81
- ## 20.3.49 (2022-10-11)
82
-
83
5
  ### ListBox
84
6
 
85
7
  #### Bug Fixes
@@ -90,20 +12,7 @@
90
12
 
91
13
  #### Bug Fixes
92
14
 
93
- - `#I409074` - The issue "Previous value not updated properly in change event argument when we clear the value" has been resolved.
94
-
95
- #### Bug fixes
96
-
97
- `#I403691` - The issue "duplicate value is added on the popup When we bind the complex object datasource dynamically" has been resolved.
98
-
99
-
100
- ## 20.3.48 (2022-10-05)
101
-
102
- ### Mention
103
-
104
- #### Bug Fixes
105
-
106
- - Issue with `Localization` and `Accessibility` has been resolved.
15
+ - `#I397894` - The issue "aria-label added on input element instead of wrapper element while adding the aria-label by using Html Attribute property" has been resolved.
107
16
 
108
17
  ## 20.3.47 (2022-09-29)
109
18
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-dropdowns.umd.js
3
- * version : 20.3.60
3
+ * version : 20.4.38
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
@@ -1078,7 +1078,7 @@ var __metadata$5 = (this && this.__metadata) || function (k, v) {
1078
1078
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1079
1079
  return Reflect.metadata(k, v);
1080
1080
  };
1081
- var inputs$5 = ['actionFailureTemplate', 'allowFiltering', 'allowMultiSelection', 'changeOnBlur', 'cssClass', 'customTemplate', 'delimiterChar', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'mode', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'readonly', 'selectAllText', 'showCheckBox', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'treeSettings', 'unSelectAllText', 'value', 'width', 'wrapText', 'zIndex'];
1081
+ var inputs$5 = ['actionFailureTemplate', 'allowFiltering', 'allowMultiSelection', 'changeOnBlur', 'cssClass', 'customTemplate', 'delimiterChar', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'mode', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'readonly', 'selectAllText', 'showCheckBox', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'treeSettings', 'unSelectAllText', 'value', 'width', 'wrapText', 'zIndex'];
1082
1082
  var outputs$5 = ['actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'keyPress', 'open', 'select', 'valueChange'];
1083
1083
  var twoWays$5 = ['value'];
1084
1084
  /**