@syncfusion/ej2-angular-dropdowns 24.2.9-ngcc → 25.1.35-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
@@ -6,175 +6,17 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I557826` - Fixed an issue where preselected values in ComboBox were not working properly when Virtualization is enabled.
9
+ - `#I560957` - Resolved issue with "Combo Box not possible to update the datasource dynamically".
10
10
 
11
- ### Mention
12
-
13
- #### Bug Fixes
14
-
15
- - `#I549354` - Issue with "No record found template displayed in the mention component when typing mention char" has been resolved.
16
-
17
- ## 24.2.8 (2024-02-27)
18
-
19
- ### Mention
20
-
21
- #### Bug Fixes
22
-
23
- - `#I539496` - Fixed an issue where the mentioned value was not being updated to the target element when using mouse interaction.
24
-
25
- ## 24.2.7 (2024-02-20)
26
-
27
- ### Mention
28
-
29
- #### Bug Fixes
30
-
31
- -`#I556815`- Fixed an issue where console error that occurred when using `iframe` along with mention.
32
-
33
-
34
- ### MultiSelect
35
-
36
- #### Bug Fixes
37
-
38
- - `#I553564` - Fixed an issue where the Change Event was triggering multiple times when unCheck all items.
39
-
40
- ## 24.2.6 (2024-02-15)
41
-
42
- ### ListBox
43
-
44
- - `#I548014` - Issue with "Reduce the time taken to move records in a dual listbox when using moveTo/moveFrom toolbar click" has been resolved.
45
-
46
- ### Mention
47
-
48
- #### Bug Fixes
49
-
50
- -`#I528014`- Issue with 'change' event is triggered while filtering in Angular.
51
-
52
-
53
- - `#F186429` - Fixed an issue where the mention popup was not aligned properly when the mention target was set as `iframe`.
54
-
55
- ## 24.2.5 (2024-02-13)
56
-
57
- ### DropdownList
58
-
59
- #### Bug Fixes
60
-
61
- - `#F49655` - Fixed an issue where assigning null to a value, text and index property resulting in errors.
62
- - `#I546769` - Fixed an issue where the `isInteracted` property return false after selecting a value using focus out.
63
-
64
- ### MultiSelect
65
-
66
- #### Bug Fixes
67
-
68
- - `#I552553` - Issue with "Multiselect box mode, the selected value is not clear while using backspace" has been resolved.
69
- - `#I545627` - Resolved an issue where the "aria-label" in Multiselect was not being read by JAWS.
70
-
71
- ## 24.2.4 (2024-02-06)
72
-
73
- ### ListBox
74
-
75
- -`#I528014`- Issue with 'change' event is triggered while filtering in Angular.
76
-
77
-
78
- ### DropdownList
11
+ ### Dropdown Tree
79
12
 
80
13
  #### Bug Fixes
81
14
 
82
- - `#I545534` - Fixed an issue where the Popup Element was not being destroyed when rendering inside the In-place editor.
83
-
84
- ### MultiSelect
15
+ - `#I558972` - Issue with "focus from the first item when items are selected in the Dropdown Tree component" has been resolved.
85
16
 
86
- #### Bug Fixes
87
-
88
- - `#I534853` - Fixed an issue where a console exception occurred when typing a custom value in the input field.
89
-
90
- ## 24.1.47 (2024-01-23)
91
-
92
- ### ListBox
93
-
94
- #### Bug Fixes
95
-
96
- - `#I514409` - Issue with "Filtering focus not removed in listbox while clearing and click anywhere" has been resolved.
97
-
98
- ### ComboBox
99
-
100
- #### Bug Fixes
101
-
102
- - `#I531844` - Fixed issue where custom value could not be added to combobox when dataSource is empty.
103
- - `#F49952` - Fixed an issue where the combobox change event was not being triggered when clear the value using backspace.
104
-
105
- ## 24.1.46 (2024-01-17)
106
-
107
- ### MultiSelect
108
-
109
- #### Bug Fixes
110
-
111
- - `#I535771` - Fixed issue where Z-index was not being added to the popup element when initially opening the popup.
112
-
113
- ### AutoComplete
114
-
115
- #### Bug Fixes
116
-
117
- - `#533973` - Issue with "model is not updated when the backspace key is clicked" has been resolved.
118
-
119
- ## 24.1.45 (2024-01-09)
120
-
121
- ### Mention
122
-
123
- #### Bug Fixes
124
-
125
- - `#I534515` - Fixed an issue where unable to add image caption in `RTE` using the Mention integration.
126
- - `#I530749` - Now, the Change event triggers properly with the mention list in Rich Text Editor.
127
-
128
- ## 24.1.44 (2024-01-03)
129
-
130
- ### DropDownTree
131
-
132
- #### Bug Fixes
133
-
134
- - `#I536388` - The issue with the `selectAll` method in the Dropdown Tree component has been resolved.
135
-
136
- ### DropdownList
137
-
138
- #### Bug Fixes
139
-
140
- - `#F49252` - Fixed the issue where the dropdown list width was not the same as the dropdown control.
141
- - `#I531994` - Fixed the issue where pressing the space key after focusing on a dropdown list would cause an unexpected page scroll.
142
-
143
- ### Mention
144
-
145
- #### Bug Fixes
146
-
147
- - `#I530713` - Fixed issue where users were unable to access the popup after pressing Shift + Enter.
148
- - `#I8411` - Fixed an issue where list values were displayed immediately after typing instead of waiting the minimum length was reached.
149
-
150
- ## 24.1.43 (2023-12-27)
151
-
152
- ### ListBox
153
-
154
- #### Bug Fixes
155
-
156
- - `#I520132` - Issue with "The listbox value was not updated properly while filtering the data source when we place within form" has been resolved.
157
- - `#I522090` - Issue with "Keyboard action is not working properly in the ListBox filter" has been resolved.
158
-
159
- ### DropdownList
160
-
161
- #### Bug Fixes
162
-
163
- - `#I523994` - Resolved the issue where the NVDA Reader was not reading the list item when filtering is enabled.
164
-
165
- ### AutoComplete
166
-
167
- #### Bug Fixes
168
-
169
- - `#I528524` - Fixed an issue where the Change Event was not triggered when pressing the enter key after preventing the Popup from opening.
170
-
171
- ## 24.1.41 (2023-12-18)
172
-
173
- ### DropDownTree
174
-
175
- #### Bug Fixes
17
+ #### New Features
176
18
 
177
- - `#I522936` - The issue with the htmlAttributes field class value in the Dropdown Tree component has been resolved.
19
+ - `#I322379`,`#I521440` - The Dropdown Tree component has been updated to render the popup in the DOM dynamically, significantly improving performance. If you need the popup to render during the initial load, you can set the 'destroyPopupOnHide' property to 'false'.
178
20
 
179
21
  ### ListBox
180
22
 
@@ -259,7 +101,7 @@
259
101
 
260
102
  - `#I343860` - Issue with "list items are not read by the NVDA screen reader" has been resolved.
261
103
 
262
- ### DropDownTree
104
+ ### Dropdown Tree
263
105
 
264
106
  #### Bug Fixes
265
107
 
@@ -275,7 +117,7 @@
275
117
 
276
118
  ## 19.3.53 (2021-11-12)
277
119
 
278
- ### DropDownTree
120
+ ### Dropdown Tree
279
121
 
280
122
  #### Bug Fixes
281
123
 
@@ -290,7 +132,7 @@
290
132
 
291
133
  ## 19.3.48 (2021-11-02)
292
134
 
293
- ### DropDownTree
135
+ ### Dropdown Tree
294
136
 
295
137
  #### Bug Fixes
296
138
 
@@ -304,7 +146,7 @@
304
146
 
305
147
  ## 19.3.47 (2021-10-26)
306
148
 
307
- ### DropDownTree
149
+ ### Dropdown Tree
308
150
 
309
151
  #### Bug Fixes
310
152
 
@@ -312,7 +154,7 @@
312
154
 
313
155
  ## 19.3.46 (2021-10-19)
314
156
 
315
- ### DropDownTree
157
+ ### Dropdown Tree
316
158
 
317
159
  #### Bug Fixes
318
160
 
@@ -335,7 +177,7 @@
335
177
 
336
178
  ## 19.3.44 (2021-10-05)
337
179
 
338
- ### DropDownTree
180
+ ### Dropdown Tree
339
181
 
340
182
  #### New Features
341
183
 
@@ -374,7 +216,7 @@
374
216
 
375
217
  - `I335313` - Issue with "select element is displayed while rendering the component with floating label" has been resolved.
376
218
 
377
- ### DropDownTree
219
+ ### Dropdown Tree
378
220
 
379
221
  #### Bug Fixes
380
222
 
@@ -394,7 +236,7 @@
394
236
 
395
237
  - `#I336382` - The issue with getDataList not updated properly after removing the items has been fixed.
396
238
 
397
- ### DropDownTree
239
+ ### Dropdown Tree
398
240
 
399
241
  #### Bug Fixes
400
242
 
@@ -423,7 +265,7 @@
423
265
  - `#I331063`, `#I335590` - Issue with "popup is not opened while rendering the component with HTML select tag and `dataSource` property" has been resolved.
424
266
  - `#I335674` - Issue with "filtering list item is reset to the popup while scrolling the popup item using mouse" has been resolved.
425
267
 
426
- ### DropDownTree
268
+ ### Dropdown Tree
427
269
 
428
270
  #### Bug Fixes
429
271
 
@@ -488,7 +330,7 @@
488
330
 
489
331
  ## 19.1.54 (2021-03-30)
490
332
 
491
- ### DropDownTree
333
+ ### Dropdown Tree
492
334
 
493
335
  #### Bug Fixes
494
336
 
@@ -514,7 +356,7 @@
514
356
 
515
357
  ## 18.4.43 (2021-02-16)
516
358
 
517
- ### DropDownTree
359
+ ### Dropdown Tree
518
360
 
519
361
  #### Bug Fixes
520
362
 
@@ -635,7 +477,7 @@
635
477
 
636
478
  ## 18.3.42 (2020-10-20)
637
479
 
638
- ### DropDownTree
480
+ ### Dropdown Tree
639
481
 
640
482
  #### Bug Fixes
641
483
 
@@ -689,7 +531,7 @@
689
531
 
690
532
  ## 18.2.54 (2020-08-18)
691
533
 
692
- ### DropDownTree
534
+ ### Dropdown Tree
693
535
 
694
536
  #### Breaking Changes
695
537
 
@@ -715,7 +557,7 @@
715
557
 
716
558
  - `#285392` - Enable / disable list items based on unique value support provided.
717
559
 
718
- ### DropDownTree
560
+ ### Dropdown Tree
719
561
 
720
562
  #### Bug Fixes
721
563
 
@@ -807,7 +649,7 @@
807
649
  -`#273796` - Now, e-outline class is added to the filter input
808
650
 
809
651
 
810
- ### DropDownTree
652
+ ### Dropdown Tree
811
653
 
812
654
  #### Bug Fixes
813
655
 
@@ -834,7 +676,7 @@
834
676
 
835
677
  - `#273796` - Now, filtering works properly when paste the value in the input element.
836
678
 
837
- ### DropDownTree
679
+ ### Dropdown Tree
838
680
 
839
681
  #### Bug Fixes
840
682
 
@@ -874,7 +716,7 @@
874
716
 
875
717
  ## 18.1.46 (2020-04-28)
876
718
 
877
- ### DropDownTree
719
+ ### Dropdown Tree
878
720
 
879
721
  #### Bug Fixes
880
722
 
@@ -905,7 +747,7 @@ The newly added `Dropdown Tree` component in dropdowns package requires `Navigat
905
747
  Update the system.js configuration while going with this version and above.
906
748
 
907
749
 
908
- ### DropDownTree
750
+ ### Dropdown Tree
909
751
 
910
752
  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
911
753
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-dropdowns.umd.js
3
- * version : 24.2.9
3
+ * version : 25.1.35
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
@@ -37,7 +37,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
37
37
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
38
38
  return Reflect.metadata(k, v);
39
39
  };
40
- var inputs = ['actionFailureTemplate', 'allowFiltering', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'sortOrder', 'text', 'value', 'valueTemplate', 'width', 'zIndex'];
40
+ var inputs = ['actionFailureTemplate', 'allowFiltering', 'allowObjectBinding', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'sortOrder', 'text', 'value', 'valueTemplate', 'width', 'zIndex'];
41
41
  var outputs = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select', 'valueChange'];
42
42
  var twoWays = ['value'];
43
43
  /**
@@ -263,7 +263,7 @@ var __metadata$1 = (this && this.__metadata) || function (k, v) {
263
263
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
264
264
  return Reflect.metadata(k, v);
265
265
  };
266
- var inputs$1 = ['actionFailureTemplate', 'allowCustom', 'allowFiltering', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'sortOrder', 'text', 'value', 'valueTemplate', 'width', 'zIndex'];
266
+ var inputs$1 = ['actionFailureTemplate', 'allowCustom', 'allowFiltering', 'allowObjectBinding', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'sortOrder', 'text', 'value', 'valueTemplate', 'width', 'zIndex'];
267
267
  var outputs$1 = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select', 'valueChange'];
268
268
  var twoWays$1 = ['value'];
269
269
  /**
@@ -481,7 +481,7 @@ var __metadata$2 = (this && this.__metadata) || function (k, v) {
481
481
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
482
482
  return Reflect.metadata(k, v);
483
483
  };
484
- var inputs$2 = ['actionFailureTemplate', 'allowCustom', 'allowFiltering', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'highlight', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'minLength', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'showPopupButton', 'sortOrder', 'suggestionCount', 'text', 'value', 'valueTemplate', 'width', 'zIndex'];
484
+ var inputs$2 = ['actionFailureTemplate', 'allowCustom', 'allowFiltering', 'allowObjectBinding', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'highlight', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'minLength', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'showPopupButton', 'sortOrder', 'suggestionCount', 'text', 'value', 'valueTemplate', 'width', 'zIndex'];
485
485
  var outputs$2 = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select', 'valueChange'];
486
486
  var twoWays$2 = ['value'];
487
487
  /**
@@ -699,7 +699,7 @@ var __metadata$3 = (this && this.__metadata) || function (k, v) {
699
699
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
700
700
  return Reflect.metadata(k, v);
701
701
  };
702
- var inputs$3 = ['actionFailureTemplate', 'addTagOnBlur', 'allowCustomValue', 'allowFiltering', 'changeOnBlur', 'closePopupOnSelect', 'cssClass', 'dataSource', 'delimiterChar', 'enableGroupCheckBox', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSelectionOrder', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'hideSelectedItem', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'mode', 'noRecordsTemplate', 'openOnClick', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'selectAllText', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'unSelectAllText', 'value', 'valueTemplate', 'width', 'zIndex'];
702
+ var inputs$3 = ['actionFailureTemplate', 'addTagOnBlur', 'allowCustomValue', 'allowFiltering', 'allowObjectBinding', 'changeOnBlur', 'closePopupOnSelect', 'cssClass', 'dataSource', 'delimiterChar', 'enableGroupCheckBox', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSelectionOrder', 'enableVirtualization', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'hideSelectedItem', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'mode', 'noRecordsTemplate', 'openOnClick', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'selectAllText', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'unSelectAllText', 'value', 'valueTemplate', 'width', 'zIndex'];
703
703
  var outputs$3 = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'beforeSelectAll', 'blur', 'change', 'chipSelection', 'close', 'created', 'customValueSelection', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'removed', 'removing', 'select', 'selectedAll', 'tagging', 'valueChange'];
704
704
  var twoWays$3 = ['value'];
705
705
  /**
@@ -734,6 +734,13 @@ exports.MultiSelectComponent = MultiSelectComponent_1 = /** @class */ (function
734
734
  }
735
735
  }
736
736
  catch (_a) { }
737
+ try {
738
+ var mod = _this.injector.get('DropDownsVirtualScroll');
739
+ if (_this.injectedModules.indexOf(mod) === -1) {
740
+ _this.injectedModules.push(mod);
741
+ }
742
+ }
743
+ catch (_b) { }
737
744
  _this.registerEvents(outputs$3);
738
745
  _this.addTwoWay.call(_this, twoWays$3);
739
746
  ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
@@ -1122,7 +1129,7 @@ var __metadata$5 = (this && this.__metadata) || function (k, v) {
1122
1129
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1123
1130
  return Reflect.metadata(k, v);
1124
1131
  };
1125
- 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'];
1132
+ var inputs$5 = ['actionFailureTemplate', 'allowFiltering', 'allowMultiSelection', 'changeOnBlur', 'cssClass', 'customTemplate', 'delimiterChar', 'destroyPopupOnHide', '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'];
1126
1133
  var outputs$5 = ['actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'keyPress', 'open', 'select', 'valueChange'];
1127
1134
  var twoWays$5 = ['value'];
1128
1135
  /**