@syncfusion/ej2-angular-dropdowns 22.2.12-ngcc → 23.1.36-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/@syncfusion/ej2-angular-dropdowns.es5.js +68 -20
- package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-dropdowns.js +68 -20
- package/@syncfusion/ej2-angular-dropdowns.js.map +1 -1
- package/CHANGELOG.md +7 -236
- package/dist/ej2-angular-dropdowns.umd.js +67 -17
- package/dist/ej2-angular-dropdowns.umd.js.map +1 -1
- package/dist/ej2-angular-dropdowns.umd.min.js +2 -2
- package/dist/ej2-angular-dropdowns.umd.min.js.map +1 -1
- package/ej2-angular-dropdowns.metadata.json +1 -1
- package/package.json +9 -9
- 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/src/auto-complete/autocomplete.component.d.ts +3 -2
- package/src/combo-box/combobox.component.d.ts +3 -2
- package/src/drop-down-list/dropdownlist-all.module.d.ts +2 -0
- package/src/drop-down-list/dropdownlist.component.d.ts +3 -2
- package/src/drop-down-tree/dropdowntree.component.d.ts +3 -2
- package/src/index.d.ts +1 -1
- package/src/list-box/listbox.component.d.ts +3 -2
- package/src/multi-select/multiselect.component.d.ts +3 -2
- package/styles/auto-complete/material-dark.css +0 -1
- package/styles/auto-complete/material.css +0 -1
- package/styles/auto-complete/material3-dark.css +0 -1
- package/styles/auto-complete/material3-dark.scss +1 -1
- package/styles/auto-complete/material3.css +0 -1
- package/styles/auto-complete/material3.scss +1 -1
- package/styles/auto-complete/tailwind-dark.css +0 -1
- package/styles/auto-complete/tailwind.css +0 -1
- package/styles/bootstrap-dark.css +0 -8
- package/styles/bootstrap.css +0 -8
- package/styles/bootstrap4.css +4 -12
- package/styles/bootstrap5-dark.css +0 -8
- package/styles/bootstrap5.css +0 -8
- package/styles/combo-box/material-dark.css +0 -1
- package/styles/combo-box/material.css +0 -1
- package/styles/combo-box/material3-dark.css +0 -1
- package/styles/combo-box/material3-dark.scss +1 -1
- package/styles/combo-box/material3.css +0 -1
- package/styles/combo-box/material3.scss +1 -1
- package/styles/combo-box/tailwind-dark.css +0 -1
- package/styles/combo-box/tailwind.css +0 -1
- package/styles/drop-down-base/material-dark.css +0 -1
- package/styles/drop-down-base/material.css +0 -1
- package/styles/drop-down-base/material3-dark.css +0 -1
- package/styles/drop-down-base/material3-dark.scss +1 -1
- package/styles/drop-down-base/material3.css +0 -1
- package/styles/drop-down-base/material3.scss +1 -1
- package/styles/drop-down-base/tailwind-dark.css +0 -1
- package/styles/drop-down-base/tailwind.css +0 -1
- package/styles/drop-down-list/material-dark.css +0 -1
- package/styles/drop-down-list/material.css +0 -1
- package/styles/drop-down-list/material3-dark.css +0 -1
- package/styles/drop-down-list/material3-dark.scss +1 -1
- package/styles/drop-down-list/material3.css +0 -1
- package/styles/drop-down-list/material3.scss +1 -1
- package/styles/drop-down-list/tailwind-dark.css +0 -1
- package/styles/drop-down-list/tailwind.css +0 -1
- package/styles/drop-down-tree/material-dark.css +0 -1
- package/styles/drop-down-tree/material.css +0 -1
- package/styles/drop-down-tree/material3-dark.css +0 -1
- package/styles/drop-down-tree/material3-dark.scss +1 -1
- package/styles/drop-down-tree/material3.css +0 -1
- package/styles/drop-down-tree/material3.scss +1 -1
- package/styles/drop-down-tree/tailwind-dark.css +0 -1
- package/styles/drop-down-tree/tailwind.css +0 -1
- package/styles/fabric-dark.css +0 -8
- package/styles/fabric.css +0 -8
- package/styles/fluent-dark.css +4 -12
- package/styles/fluent.css +4 -12
- package/styles/highcontrast-light.css +0 -8
- package/styles/highcontrast.css +0 -8
- package/styles/list-box/bootstrap-dark.css +0 -8
- package/styles/list-box/bootstrap.css +0 -8
- package/styles/list-box/bootstrap4.css +4 -12
- package/styles/list-box/bootstrap5-dark.css +0 -8
- package/styles/list-box/bootstrap5.css +0 -8
- package/styles/list-box/fabric-dark.css +0 -8
- package/styles/list-box/fabric.css +0 -8
- package/styles/list-box/fluent-dark.css +4 -12
- package/styles/list-box/fluent.css +4 -12
- package/styles/list-box/highcontrast-light.css +0 -8
- package/styles/list-box/highcontrast.css +0 -8
- package/styles/list-box/material-dark.css +0 -9
- package/styles/list-box/material.css +0 -9
- package/styles/list-box/material3-dark.css +4 -13
- package/styles/list-box/material3-dark.scss +1 -1
- package/styles/list-box/material3.css +4 -13
- package/styles/list-box/material3.scss +1 -1
- package/styles/list-box/tailwind-dark.css +3 -12
- package/styles/list-box/tailwind.css +3 -12
- package/styles/material-dark.css +0 -9
- package/styles/material.css +0 -9
- package/styles/material3-dark.css +4 -20
- package/styles/material3.css +4 -13
- package/styles/mention/material-dark.css +0 -1
- package/styles/mention/material.css +0 -1
- package/styles/mention/material3-dark.css +0 -1
- package/styles/mention/material3-dark.scss +1 -1
- package/styles/mention/material3.css +0 -1
- package/styles/mention/material3.scss +1 -1
- package/styles/mention/tailwind-dark.css +0 -1
- package/styles/mention/tailwind.css +0 -1
- package/styles/multi-select/material-dark.css +0 -1
- package/styles/multi-select/material.css +0 -1
- package/styles/multi-select/material3-dark.css +0 -1
- package/styles/multi-select/material3-dark.scss +1 -1
- package/styles/multi-select/material3.css +0 -1
- package/styles/multi-select/material3.scss +1 -1
- package/styles/multi-select/tailwind-dark.css +0 -1
- package/styles/multi-select/tailwind.css +0 -1
- package/styles/tailwind-dark.css +3 -19
- package/styles/tailwind.css +3 -19
package/CHANGELOG.md
CHANGED
|
@@ -2,163 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
### MultiSelect
|
|
6
|
-
|
|
7
|
-
#### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- `#I483661` - Fixed the issue where the selected value was not displayed correctly when using a character inside the datasource.
|
|
10
|
-
|
|
11
|
-
## 22.2.11 (2023-08-29)
|
|
12
|
-
|
|
13
|
-
### Dropdown Tree
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
16
|
-
|
|
17
|
-
- `#I492834` - An issue with the `noRecordsTemplate` property of the React Dropdown Tree component has been resolved.
|
|
18
|
-
|
|
19
|
-
### DropDown List
|
|
20
|
-
|
|
21
|
-
#### Bug Fixes
|
|
22
|
-
|
|
23
|
-
- `#I490309` - The issue with the `aria-owns` attribute not having the correct `ID` of its popup list element has been fixed.
|
|
24
|
-
|
|
25
|
-
## 22.2.10 (2023-08-22)
|
|
26
|
-
|
|
27
|
-
### DropDown List
|
|
28
|
-
|
|
29
|
-
#### Bug Fixes
|
|
30
|
-
|
|
31
|
-
- `#I490309` - The issue with the `aria-owns` attribute not having the correct `ID` of its popup list element has been fixed.
|
|
32
|
-
- `#I481443` - Resolved the issue where the "no records" template was not being displayed and a console error occurred.
|
|
33
|
-
|
|
34
|
-
### MultiSelect
|
|
35
|
-
|
|
36
|
-
#### Bug Fixes
|
|
37
|
-
|
|
38
|
-
- `#I479749` - Resolved the issue of "Unable to retrieve preselected variable values that are not present in the data source".
|
|
39
|
-
|
|
40
|
-
### Dropdown Tree
|
|
41
|
-
|
|
42
|
-
#### Bug Fixes
|
|
43
|
-
|
|
44
|
-
- `#F183599` - The issue duplicate child was rendered when using `expanded` field in Dropdown Tree component with Web API adaptor has been resolved.
|
|
45
|
-
|
|
46
|
-
## 22.2.9 (2023-08-15)
|
|
47
|
-
|
|
48
|
-
### ComboBox
|
|
49
|
-
|
|
50
|
-
#### Bug Fixes
|
|
51
|
-
|
|
52
|
-
- `#483288` - Fixed a script error that occurred when opening the combobox popup in the Internet Explorer browser.
|
|
53
|
-
|
|
54
|
-
### DropDown List
|
|
55
|
-
|
|
56
|
-
#### Bug Fixes
|
|
57
|
-
|
|
58
|
-
- `#I477135` - Fixed a memory leak issue in the Dropdownlist Component.
|
|
59
|
-
- `#I486973` - Fixed an issue where the last selected item in the DropDownList would be retained in the list of items when the data source was changed.
|
|
60
|
-
|
|
61
|
-
### DropDownList
|
|
62
|
-
|
|
63
|
-
#### Bug fixes
|
|
64
|
-
|
|
65
|
-
- `#I461886` - Resolved the issue of multiple requests being sent on the dropdown when clicking on the input.
|
|
66
|
-
|
|
67
|
-
## 22.2.8 (2023-08-08)
|
|
68
|
-
|
|
69
|
-
### DropDown List
|
|
70
|
-
|
|
71
|
-
#### Bug Fixes
|
|
72
|
-
|
|
73
|
-
- `#I474541` - Fixed an issue where the position of the popup was incorrect when enabling RTL mode.
|
|
74
|
-
|
|
75
|
-
### ListBox
|
|
76
|
-
|
|
77
|
-
#### Bug Fixes
|
|
78
|
-
|
|
79
|
-
- `#I485947` - Issue with "Script error thrown While Drag and Drop in dual ListBox with filtering option in blazor" has been resolved.
|
|
80
|
-
|
|
81
|
-
## 22.2.5 (2023-07-27)
|
|
82
|
-
|
|
83
|
-
### Dropdown Tree
|
|
84
|
-
|
|
85
|
-
#### Bug Fixes
|
|
86
|
-
|
|
87
|
-
- `#I481958` - The issue with "Child nodes are not rendering while mapping id with object value" has been resolved.
|
|
88
|
-
|
|
89
|
-
## 22.1.39 (2023-07-18)
|
|
90
|
-
|
|
91
|
-
### ListBox
|
|
92
|
-
|
|
93
|
-
#### Bug Fixes
|
|
94
|
-
|
|
95
|
-
- `#I473804` - Issue with "Scroll goes down while dragging the list item when we placed the listbox within popup" has been resolved.
|
|
96
|
-
|
|
97
|
-
### MultiSelect
|
|
98
|
-
|
|
99
|
-
#### Bug Fixes
|
|
100
|
-
|
|
101
|
-
- `#I480443` - Fixed console error that occurred when opening the multiselect in mobile mode
|
|
102
|
-
|
|
103
|
-
## 22.1.37 (2023-07-04)
|
|
104
|
-
|
|
105
|
-
### DropdownList
|
|
106
|
-
|
|
107
|
-
#### Bug Fixes
|
|
108
|
-
|
|
109
|
-
- `#I472623` - Resolved an issue when the window is resizing the popup position is misaligned
|
|
110
|
-
- `#I467885` - Resolved an issue where the change event was not triggered for dynamically created TextBox after dropdown component was destroyed.
|
|
111
|
-
|
|
112
|
-
### MultiSelect
|
|
113
|
-
|
|
114
|
-
#### Bug fixes
|
|
115
|
-
|
|
116
|
-
- `#F182529` - Resolved the issue with "Component locale noRecordsTemplate not working individually".
|
|
117
|
-
|
|
118
|
-
## 22.1.36 (2023-06-28)
|
|
119
|
-
|
|
120
|
-
### ListBox
|
|
121
|
-
|
|
122
|
-
#### Bug Fixes
|
|
123
|
-
|
|
124
|
-
- `#I473804` - Issue with "Scroll goes down while dragging the list item when we placed the listbox within popup" has been resolved.
|
|
125
|
-
|
|
126
|
-
## 21.2.10 (2023-06-13)
|
|
127
|
-
|
|
128
5
|
### ListBox
|
|
129
6
|
|
|
130
7
|
#### Bug Fixes
|
|
131
8
|
|
|
132
9
|
- `#F43705` - Issue with "Dropping selected items does not work correctly while enabling the checkbox in listbox component." has been resolved.
|
|
133
|
-
- `#I462373` - Issue with "Double quotes value not submitted while using the listbox component within the form." has been resolved.
|
|
134
|
-
|
|
135
|
-
### MultiSelect
|
|
136
|
-
|
|
137
|
-
#### Bug Fixes
|
|
138
|
-
|
|
139
|
-
- `#I467953` - Issue with "Query construct incorrectly when preselect the value second time beyond the data source value" has been resolved.
|
|
140
|
-
|
|
141
|
-
### DropDownList
|
|
142
|
-
|
|
143
|
-
#### Bug Fixes
|
|
144
|
-
|
|
145
|
-
- `I469452` - Issue with "A console error is thrown when the datasource value field has a null value in the dropdown list" has been resolved.
|
|
146
|
-
|
|
147
|
-
## 21.2.8 (2023-05-30)
|
|
148
|
-
|
|
149
|
-
### ListBox
|
|
150
|
-
|
|
151
|
-
#### Bug Fixes
|
|
152
|
-
|
|
153
|
-
- `#I462373` - Issue with "Double quotes value not submitted while using the listbox component within the form." has been resolved.
|
|
154
|
-
|
|
155
|
-
### AutoComplete
|
|
156
|
-
|
|
157
|
-
#### Bug Fixes
|
|
158
|
-
|
|
159
|
-
- `#I460876` - Issue with "The header and footer template are not working" has been resolved.
|
|
160
|
-
|
|
161
|
-
## 21.2.6 (2023-05-23)
|
|
162
10
|
|
|
163
11
|
### MultiSelect
|
|
164
12
|
|
|
@@ -166,11 +14,11 @@
|
|
|
166
14
|
|
|
167
15
|
- `#I451885` - Resolved the performance issue when multiselect component is rendered with large number of data.
|
|
168
16
|
|
|
169
|
-
###
|
|
17
|
+
### DropdownList
|
|
170
18
|
|
|
171
19
|
#### Bug Fixes
|
|
172
20
|
|
|
173
|
-
- `
|
|
21
|
+
- `#I472623` - Resolved an issue when the window is resizing the popup position is misaligned
|
|
174
22
|
|
|
175
23
|
## 21.2.5 (2023-05-16)
|
|
176
24
|
|
|
@@ -178,84 +26,15 @@
|
|
|
178
26
|
|
|
179
27
|
#### Bug Fixes
|
|
180
28
|
|
|
181
|
-
- `#I461307` - Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
|
|
182
|
-
|
|
183
|
-
### ComboBox
|
|
184
|
-
|
|
185
|
-
#### Bug Fixes
|
|
186
|
-
|
|
187
|
-
- `#I452948` - "The memory leak issue detected in the combobox component within the detach element tab of the Edge browser" has been resolved.
|
|
188
|
-
|
|
189
|
-
## 21.2.4 (2023-05-09)
|
|
190
|
-
|
|
191
|
-
### ListBox
|
|
192
|
-
|
|
193
|
-
#### Bug Fixes
|
|
194
|
-
|
|
195
|
-
- `#I453746` - Issue with "Selected items not focusing properly in listbox while using selectItems method" has been resolved.
|
|
196
|
-
- `#I461307` - Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
|
|
197
|
-
|
|
198
|
-
## 21.2.3 (2023-05-03)
|
|
199
|
-
|
|
200
|
-
### ListBox
|
|
201
|
-
|
|
202
|
-
#### Bug Fixes
|
|
203
|
-
|
|
204
|
-
- `#I453746` - Issue with "selectItems doesn't remove the existing selections in the listbox" has been resolved.
|
|
205
|
-
|
|
206
|
-
## 21.1.41 (2023-04-18)
|
|
207
|
-
|
|
208
|
-
### ListBox
|
|
209
|
-
|
|
210
|
-
#### Bug Fixes
|
|
211
|
-
|
|
212
29
|
- `#F181311` - Issue with "Scrolling is not working while drag and drop the list box with item Template in angular platform" has been resolved.
|
|
213
|
-
|
|
214
|
-
### Dropdown Tree
|
|
215
|
-
|
|
216
|
-
#### Bug Fixes
|
|
217
|
-
|
|
218
|
-
- `#I451965` - While performing filtering multiple times, the checked node state is cleared in the Dropdown Tree component has been resolved.
|
|
219
|
-
|
|
220
|
-
## 21.1.39 (2023-04-11)
|
|
221
|
-
|
|
222
|
-
### ListBox
|
|
223
|
-
|
|
224
|
-
#### Bug Fixes
|
|
225
|
-
|
|
226
30
|
- `#F181131` - Issue with "No Record Found text disappears while hovering the drag item on list box without drop" has been resolved.
|
|
227
31
|
- `#F181311` - Issue with "Scrolling is not working while drag and drop the list box with item Template" has been resolved.
|
|
228
|
-
|
|
229
|
-
## 21.1.38 (2023-04-04)
|
|
230
|
-
|
|
231
|
-
### Dropdown Tree
|
|
232
|
-
|
|
233
|
-
#### Bug Fixes
|
|
234
|
-
|
|
235
|
-
- `#I450984` - Resolved issue, when manually select the all items then `SelectAll` state not updated for the Dropdown Tree component.
|
|
236
|
-
|
|
237
|
-
## 21.1.37 (2023-03-29)
|
|
238
|
-
|
|
239
|
-
### Mention
|
|
240
|
-
|
|
241
|
-
#### Bug Fixes
|
|
242
|
-
|
|
243
|
-
- `#I449973` - Resolved issue where the Mention character would still display after selecting a name from the suggestion list.
|
|
244
|
-
|
|
245
|
-
### ListBox
|
|
246
|
-
|
|
247
|
-
#### Bug Fixes
|
|
248
|
-
|
|
249
|
-
- `#I442262` - Issue with "Script error thrown while using destroy method in change event of list box" has been resolved.
|
|
250
32
|
- `#I445397` - Issue with "Script error thrown when navigate the listbox item in grouping listbox through keyboard navigation" has been resolved.
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
#### Bug Fixes
|
|
257
|
-
|
|
258
|
-
- `#I409839` - Issue with "Script error thrown while drag and drop after removed the item from listbox using removeItem method" has been resolved.
|
|
33
|
+
- `#I442262` - Issue with "Script error thrown while using destroy method in change event of list box" has been resolved.
|
|
34
|
+
- `#F38636` - Issue with "`selectItems` function doesn't work in listbox when values contain backslashes" has been resolved.
|
|
35
|
+
- `#F424252` - Issue with "Data source not update properly when we filtering and clicking move All button in listbox toolbar sample" has been resolved.
|
|
36
|
+
- `#I423072` - Issue with "`actionBegin` event argument not passes the filtered item properly while filtering and clicking move All button in listbox toolbar sample" has been resolved.
|
|
37
|
+
- `#F37860` - Issue with "Command button not working properly for multiselect in ListBox in Mac" has been resolved.
|
|
259
38
|
|
|
260
39
|
### DropDownList
|
|
261
40
|
|
|
@@ -2349,14 +2128,6 @@ DropDownList component contains a list of predefined values from which a single
|
|
|
2349
2128
|
- **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.
|
|
2350
2129
|
|
|
2351
2130
|
|
|
2352
|
-
## 22.1.34 (2023-06-21)
|
|
2353
|
-
|
|
2354
|
-
### MultiSelect
|
|
2355
|
-
|
|
2356
|
-
#### Bug fixes
|
|
2357
|
-
|
|
2358
|
-
- `#I463710` - The issue with "select all" not being accessible via keyboard and the focus being moved to the filter input after selecting a list item in checkbox mode has been resolved.
|
|
2359
|
-
|
|
2360
2131
|
## 19.4.38 (2021-12-17)
|
|
2361
2132
|
|
|
2362
2133
|
### ComboBox
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-dropdowns.umd.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 23.1.36
|
|
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
|
|
@@ -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', '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', '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
|
/**
|
|
@@ -53,16 +53,25 @@ exports.DropDownListComponent = DropDownListComponent_1 = /** @class */ (functio
|
|
|
53
53
|
* @param {?} srenderer
|
|
54
54
|
* @param {?} viewContainerRef
|
|
55
55
|
* @param {?} injector
|
|
56
|
+
* @param {?} cdr
|
|
56
57
|
*/
|
|
57
|
-
function DropDownListComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
58
|
+
function DropDownListComponent(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
58
59
|
var _this = _super.call(this) || this;
|
|
59
60
|
_this.ngEle = ngEle;
|
|
60
61
|
_this.srenderer = srenderer;
|
|
61
62
|
_this.viewContainerRef = viewContainerRef;
|
|
62
63
|
_this.injector = injector;
|
|
64
|
+
_this.cdr = cdr;
|
|
63
65
|
_this.skipFromEvent = true;
|
|
64
66
|
_this.element = _this.ngEle.nativeElement;
|
|
65
67
|
_this.injectedModules = _this.injectedModules || [];
|
|
68
|
+
try {
|
|
69
|
+
var mod = _this.injector.get('DropDownsVirtualScroll');
|
|
70
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
71
|
+
_this.injectedModules.push(mod);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
catch (_a) { }
|
|
66
75
|
_this.registerEvents(outputs);
|
|
67
76
|
_this.addTwoWay.call(_this, twoWays);
|
|
68
77
|
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
@@ -145,6 +154,7 @@ exports.DropDownListComponent.ctorParameters = function () { return [
|
|
|
145
154
|
{ type: core.Renderer2, },
|
|
146
155
|
{ type: core.ViewContainerRef, },
|
|
147
156
|
{ type: core.Injector, },
|
|
157
|
+
{ type: core.ChangeDetectorRef, },
|
|
148
158
|
]; };
|
|
149
159
|
exports.DropDownListComponent.propDecorators = {
|
|
150
160
|
'footerTemplate': [{ type: core.ContentChild, args: ['footerTemplate',] },],
|
|
@@ -188,7 +198,8 @@ exports.DropDownListComponent = DropDownListComponent_1 = __decorate([
|
|
|
188
198
|
__metadata("design:paramtypes", [core.ElementRef,
|
|
189
199
|
core.Renderer2,
|
|
190
200
|
core.ViewContainerRef,
|
|
191
|
-
core.Injector
|
|
201
|
+
core.Injector,
|
|
202
|
+
core.ChangeDetectorRef])
|
|
192
203
|
], exports.DropDownListComponent);
|
|
193
204
|
var DropDownListComponent_1;
|
|
194
205
|
/**
|
|
@@ -214,6 +225,7 @@ DropDownListModule.decorators = [
|
|
|
214
225
|
* @nocollapse
|
|
215
226
|
*/
|
|
216
227
|
DropDownListModule.ctorParameters = function () { return []; };
|
|
228
|
+
var VirtualScrollService = { provide: 'DropDownsVirtualScroll', useValue: ej2Dropdowns.VirtualScroll };
|
|
217
229
|
/**
|
|
218
230
|
* NgModule definition for the DropDownList component with providers.
|
|
219
231
|
*/
|
|
@@ -228,7 +240,9 @@ DropDownListAllModule.decorators = [
|
|
|
228
240
|
exports: [
|
|
229
241
|
DropDownListModule
|
|
230
242
|
],
|
|
231
|
-
providers: [
|
|
243
|
+
providers: [
|
|
244
|
+
VirtualScrollService
|
|
245
|
+
]
|
|
232
246
|
},] },
|
|
233
247
|
];
|
|
234
248
|
/**
|
|
@@ -249,7 +263,7 @@ var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
|
|
249
263
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
250
264
|
return Reflect.metadata(k, v);
|
|
251
265
|
};
|
|
252
|
-
var inputs$1 = ['actionFailureTemplate', 'allowCustom', 'allowFiltering', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', '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', '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'];
|
|
253
267
|
var outputs$1 = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select', 'valueChange'];
|
|
254
268
|
var twoWays$1 = ['value'];
|
|
255
269
|
/**
|
|
@@ -265,16 +279,25 @@ exports.ComboBoxComponent = ComboBoxComponent_1 = /** @class */ (function (_supe
|
|
|
265
279
|
* @param {?} srenderer
|
|
266
280
|
* @param {?} viewContainerRef
|
|
267
281
|
* @param {?} injector
|
|
282
|
+
* @param {?} cdr
|
|
268
283
|
*/
|
|
269
|
-
function ComboBoxComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
284
|
+
function ComboBoxComponent(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
270
285
|
var _this = _super.call(this) || this;
|
|
271
286
|
_this.ngEle = ngEle;
|
|
272
287
|
_this.srenderer = srenderer;
|
|
273
288
|
_this.viewContainerRef = viewContainerRef;
|
|
274
289
|
_this.injector = injector;
|
|
290
|
+
_this.cdr = cdr;
|
|
275
291
|
_this.skipFromEvent = true;
|
|
276
292
|
_this.element = _this.ngEle.nativeElement;
|
|
277
293
|
_this.injectedModules = _this.injectedModules || [];
|
|
294
|
+
try {
|
|
295
|
+
var mod = _this.injector.get('DropDownsVirtualScroll');
|
|
296
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
297
|
+
_this.injectedModules.push(mod);
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
catch (_a) { }
|
|
278
301
|
_this.registerEvents(outputs$1);
|
|
279
302
|
_this.addTwoWay.call(_this, twoWays$1);
|
|
280
303
|
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
@@ -357,6 +380,7 @@ exports.ComboBoxComponent.ctorParameters = function () { return [
|
|
|
357
380
|
{ type: core.Renderer2, },
|
|
358
381
|
{ type: core.ViewContainerRef, },
|
|
359
382
|
{ type: core.Injector, },
|
|
383
|
+
{ type: core.ChangeDetectorRef, },
|
|
360
384
|
]; };
|
|
361
385
|
exports.ComboBoxComponent.propDecorators = {
|
|
362
386
|
'footerTemplate': [{ type: core.ContentChild, args: ['footerTemplate',] },],
|
|
@@ -395,7 +419,8 @@ exports.ComboBoxComponent = ComboBoxComponent_1 = __decorate$1([
|
|
|
395
419
|
__metadata$1("design:paramtypes", [core.ElementRef,
|
|
396
420
|
core.Renderer2,
|
|
397
421
|
core.ViewContainerRef,
|
|
398
|
-
core.Injector
|
|
422
|
+
core.Injector,
|
|
423
|
+
core.ChangeDetectorRef])
|
|
399
424
|
], exports.ComboBoxComponent);
|
|
400
425
|
var ComboBoxComponent_1;
|
|
401
426
|
/**
|
|
@@ -456,7 +481,7 @@ var __metadata$2 = (this && this.__metadata) || function (k, v) {
|
|
|
456
481
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
457
482
|
return Reflect.metadata(k, v);
|
|
458
483
|
};
|
|
459
|
-
var inputs$2 = ['actionFailureTemplate', 'allowCustom', 'allowFiltering', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', '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', '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'];
|
|
460
485
|
var outputs$2 = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select', 'valueChange'];
|
|
461
486
|
var twoWays$2 = ['value'];
|
|
462
487
|
/**
|
|
@@ -472,16 +497,25 @@ exports.AutoCompleteComponent = AutoCompleteComponent_1 = /** @class */ (functio
|
|
|
472
497
|
* @param {?} srenderer
|
|
473
498
|
* @param {?} viewContainerRef
|
|
474
499
|
* @param {?} injector
|
|
500
|
+
* @param {?} cdr
|
|
475
501
|
*/
|
|
476
|
-
function AutoCompleteComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
502
|
+
function AutoCompleteComponent(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
477
503
|
var _this = _super.call(this) || this;
|
|
478
504
|
_this.ngEle = ngEle;
|
|
479
505
|
_this.srenderer = srenderer;
|
|
480
506
|
_this.viewContainerRef = viewContainerRef;
|
|
481
507
|
_this.injector = injector;
|
|
508
|
+
_this.cdr = cdr;
|
|
482
509
|
_this.skipFromEvent = true;
|
|
483
510
|
_this.element = _this.ngEle.nativeElement;
|
|
484
511
|
_this.injectedModules = _this.injectedModules || [];
|
|
512
|
+
try {
|
|
513
|
+
var mod = _this.injector.get('DropDownsVirtualScroll');
|
|
514
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
515
|
+
_this.injectedModules.push(mod);
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
catch (_a) { }
|
|
485
519
|
_this.registerEvents(outputs$2);
|
|
486
520
|
_this.addTwoWay.call(_this, twoWays$2);
|
|
487
521
|
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
@@ -564,6 +598,7 @@ exports.AutoCompleteComponent.ctorParameters = function () { return [
|
|
|
564
598
|
{ type: core.Renderer2, },
|
|
565
599
|
{ type: core.ViewContainerRef, },
|
|
566
600
|
{ type: core.Injector, },
|
|
601
|
+
{ type: core.ChangeDetectorRef, },
|
|
567
602
|
]; };
|
|
568
603
|
exports.AutoCompleteComponent.propDecorators = {
|
|
569
604
|
'footerTemplate': [{ type: core.ContentChild, args: ['footerTemplate',] },],
|
|
@@ -602,7 +637,8 @@ exports.AutoCompleteComponent = AutoCompleteComponent_1 = __decorate$2([
|
|
|
602
637
|
__metadata$2("design:paramtypes", [core.ElementRef,
|
|
603
638
|
core.Renderer2,
|
|
604
639
|
core.ViewContainerRef,
|
|
605
|
-
core.Injector
|
|
640
|
+
core.Injector,
|
|
641
|
+
core.ChangeDetectorRef])
|
|
606
642
|
], exports.AutoCompleteComponent);
|
|
607
643
|
var AutoCompleteComponent_1;
|
|
608
644
|
/**
|
|
@@ -679,13 +715,15 @@ exports.MultiSelectComponent = MultiSelectComponent_1 = /** @class */ (function
|
|
|
679
715
|
* @param {?} srenderer
|
|
680
716
|
* @param {?} viewContainerRef
|
|
681
717
|
* @param {?} injector
|
|
718
|
+
* @param {?} cdr
|
|
682
719
|
*/
|
|
683
|
-
function MultiSelectComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
720
|
+
function MultiSelectComponent(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
684
721
|
var _this = _super.call(this) || this;
|
|
685
722
|
_this.ngEle = ngEle;
|
|
686
723
|
_this.srenderer = srenderer;
|
|
687
724
|
_this.viewContainerRef = viewContainerRef;
|
|
688
725
|
_this.injector = injector;
|
|
726
|
+
_this.cdr = cdr;
|
|
689
727
|
_this.skipFromEvent = true;
|
|
690
728
|
_this.element = _this.ngEle.nativeElement;
|
|
691
729
|
_this.injectedModules = _this.injectedModules || [];
|
|
@@ -778,6 +816,7 @@ exports.MultiSelectComponent.ctorParameters = function () { return [
|
|
|
778
816
|
{ type: core.Renderer2, },
|
|
779
817
|
{ type: core.ViewContainerRef, },
|
|
780
818
|
{ type: core.Injector, },
|
|
819
|
+
{ type: core.ChangeDetectorRef, },
|
|
781
820
|
]; };
|
|
782
821
|
exports.MultiSelectComponent.propDecorators = {
|
|
783
822
|
'footerTemplate': [{ type: core.ContentChild, args: ['footerTemplate',] },],
|
|
@@ -821,7 +860,8 @@ exports.MultiSelectComponent = MultiSelectComponent_1 = __decorate$3([
|
|
|
821
860
|
__metadata$3("design:paramtypes", [core.ElementRef,
|
|
822
861
|
core.Renderer2,
|
|
823
862
|
core.ViewContainerRef,
|
|
824
|
-
core.Injector
|
|
863
|
+
core.Injector,
|
|
864
|
+
core.ChangeDetectorRef])
|
|
825
865
|
], exports.MultiSelectComponent);
|
|
826
866
|
var MultiSelectComponent_1;
|
|
827
867
|
/**
|
|
@@ -901,13 +941,15 @@ exports.ListBoxComponent = ListBoxComponent_1 = /** @class */ (function (_super)
|
|
|
901
941
|
* @param {?} srenderer
|
|
902
942
|
* @param {?} viewContainerRef
|
|
903
943
|
* @param {?} injector
|
|
944
|
+
* @param {?} cdr
|
|
904
945
|
*/
|
|
905
|
-
function ListBoxComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
946
|
+
function ListBoxComponent(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
906
947
|
var _this = _super.call(this) || this;
|
|
907
948
|
_this.ngEle = ngEle;
|
|
908
949
|
_this.srenderer = srenderer;
|
|
909
950
|
_this.viewContainerRef = viewContainerRef;
|
|
910
951
|
_this.injector = injector;
|
|
952
|
+
_this.cdr = cdr;
|
|
911
953
|
_this.element = _this.ngEle.nativeElement;
|
|
912
954
|
_this.injectedModules = _this.injectedModules || [];
|
|
913
955
|
try {
|
|
@@ -999,6 +1041,7 @@ exports.ListBoxComponent.ctorParameters = function () { return [
|
|
|
999
1041
|
{ type: core.Renderer2, },
|
|
1000
1042
|
{ type: core.ViewContainerRef, },
|
|
1001
1043
|
{ type: core.Injector, },
|
|
1044
|
+
{ type: core.ChangeDetectorRef, },
|
|
1002
1045
|
]; };
|
|
1003
1046
|
exports.ListBoxComponent.propDecorators = {
|
|
1004
1047
|
'itemTemplate': [{ type: core.ContentChild, args: ['itemTemplate',] },],
|
|
@@ -1017,7 +1060,8 @@ exports.ListBoxComponent = ListBoxComponent_1 = __decorate$4([
|
|
|
1017
1060
|
__metadata$4("design:paramtypes", [core.ElementRef,
|
|
1018
1061
|
core.Renderer2,
|
|
1019
1062
|
core.ViewContainerRef,
|
|
1020
|
-
core.Injector
|
|
1063
|
+
core.Injector,
|
|
1064
|
+
core.ChangeDetectorRef])
|
|
1021
1065
|
], exports.ListBoxComponent);
|
|
1022
1066
|
var ListBoxComponent_1;
|
|
1023
1067
|
/**
|
|
@@ -1094,13 +1138,15 @@ exports.DropDownTreeComponent = DropDownTreeComponent_1 = /** @class */ (functio
|
|
|
1094
1138
|
* @param {?} srenderer
|
|
1095
1139
|
* @param {?} viewContainerRef
|
|
1096
1140
|
* @param {?} injector
|
|
1141
|
+
* @param {?} cdr
|
|
1097
1142
|
*/
|
|
1098
|
-
function DropDownTreeComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
1143
|
+
function DropDownTreeComponent(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
1099
1144
|
var _this = _super.call(this) || this;
|
|
1100
1145
|
_this.ngEle = ngEle;
|
|
1101
1146
|
_this.srenderer = srenderer;
|
|
1102
1147
|
_this.viewContainerRef = viewContainerRef;
|
|
1103
1148
|
_this.injector = injector;
|
|
1149
|
+
_this.cdr = cdr;
|
|
1104
1150
|
_this.skipFromEvent = true;
|
|
1105
1151
|
_this.element = _this.ngEle.nativeElement;
|
|
1106
1152
|
_this.injectedModules = _this.injectedModules || [];
|
|
@@ -1186,6 +1232,7 @@ exports.DropDownTreeComponent.ctorParameters = function () { return [
|
|
|
1186
1232
|
{ type: core.Renderer2, },
|
|
1187
1233
|
{ type: core.ViewContainerRef, },
|
|
1188
1234
|
{ type: core.Injector, },
|
|
1235
|
+
{ type: core.ChangeDetectorRef, },
|
|
1189
1236
|
]; };
|
|
1190
1237
|
exports.DropDownTreeComponent.propDecorators = {
|
|
1191
1238
|
'footerTemplate': [{ type: core.ContentChild, args: ['footerTemplate',] },],
|
|
@@ -1219,7 +1266,8 @@ exports.DropDownTreeComponent = DropDownTreeComponent_1 = __decorate$5([
|
|
|
1219
1266
|
__metadata$5("design:paramtypes", [core.ElementRef,
|
|
1220
1267
|
core.Renderer2,
|
|
1221
1268
|
core.ViewContainerRef,
|
|
1222
|
-
core.Injector
|
|
1269
|
+
core.Injector,
|
|
1270
|
+
core.ChangeDetectorRef])
|
|
1223
1271
|
], exports.DropDownTreeComponent);
|
|
1224
1272
|
var DropDownTreeComponent_1;
|
|
1225
1273
|
/**
|
|
@@ -1432,6 +1480,7 @@ MentionAllModule.ctorParameters = function () { return []; };
|
|
|
1432
1480
|
|
|
1433
1481
|
exports.DropDownListModule = DropDownListModule;
|
|
1434
1482
|
exports.DropDownListAllModule = DropDownListAllModule;
|
|
1483
|
+
exports.VirtualScrollService = VirtualScrollService;
|
|
1435
1484
|
exports.ComboBoxModule = ComboBoxModule;
|
|
1436
1485
|
exports.ComboBoxAllModule = ComboBoxAllModule;
|
|
1437
1486
|
exports.AutoCompleteModule = AutoCompleteModule;
|
|
@@ -1465,6 +1514,7 @@ exports.escapeCharRegExp = ej2Dropdowns.escapeCharRegExp;
|
|
|
1465
1514
|
exports.resetIncrementalSearchValues = ej2Dropdowns.resetIncrementalSearchValues;
|
|
1466
1515
|
exports.highlightSearch = ej2Dropdowns.highlightSearch;
|
|
1467
1516
|
exports.revertHighlightSearch = ej2Dropdowns.revertHighlightSearch;
|
|
1517
|
+
exports.VirtualScroll = ej2Dropdowns.VirtualScroll;
|
|
1468
1518
|
exports.FieldSettings = ej2Dropdowns.FieldSettings;
|
|
1469
1519
|
exports.dropDownBaseClasses = ej2Dropdowns.dropDownBaseClasses;
|
|
1470
1520
|
exports.DropDownBase = ej2Dropdowns.DropDownBase;
|