@syncfusion/ej2-angular-dropdowns 20.2.50-ngcc → 20.3.47-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.
Files changed (185) hide show
  1. package/@syncfusion/ej2-angular-dropdowns.es5.js +166 -3
  2. package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-dropdowns.js +155 -3
  4. package/@syncfusion/ej2-angular-dropdowns.js.map +1 -1
  5. package/CHANGELOG.md +10 -127
  6. package/dist/ej2-angular-dropdowns.umd.js +169 -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/dist/ej2-angular-dropdowns.umd.min.js.map +1 -1
  10. package/ej2-angular-dropdowns.d.ts +1 -0
  11. package/ej2-angular-dropdowns.metadata.json +1 -1
  12. package/package.json +8 -8
  13. package/postinstall/tagchange.js +1 -1
  14. package/schematics/utils/lib-details.d.ts +3 -3
  15. package/schematics/utils/lib-details.js +3 -3
  16. package/schematics/utils/lib-details.ts +3 -3
  17. package/src/index.d.ts +3 -0
  18. package/src/mention/mention-all.module.d.ts +5 -0
  19. package/src/mention/mention.component.d.ts +54 -0
  20. package/src/mention/mention.module.d.ts +5 -0
  21. package/styles/auto-complete/bootstrap-dark.css +3 -1
  22. package/styles/auto-complete/bootstrap.css +3 -1
  23. package/styles/auto-complete/bootstrap4.css +3 -1
  24. package/styles/auto-complete/bootstrap5-dark.css +3 -1
  25. package/styles/auto-complete/bootstrap5.css +3 -1
  26. package/styles/auto-complete/fabric-dark.css +3 -1
  27. package/styles/auto-complete/fabric.css +3 -1
  28. package/styles/auto-complete/fluent-dark.css +3 -1
  29. package/styles/auto-complete/fluent.css +3 -1
  30. package/styles/auto-complete/highcontrast-light.css +3 -1
  31. package/styles/auto-complete/highcontrast.css +3 -1
  32. package/styles/auto-complete/material-dark.css +3 -1
  33. package/styles/auto-complete/material.css +3 -1
  34. package/styles/auto-complete/tailwind-dark.css +3 -1
  35. package/styles/auto-complete/tailwind.css +3 -1
  36. package/styles/bootstrap-dark.css +94 -42
  37. package/styles/bootstrap-dark.scss +1 -0
  38. package/styles/bootstrap.css +94 -42
  39. package/styles/bootstrap.scss +1 -0
  40. package/styles/bootstrap4.css +95 -42
  41. package/styles/bootstrap4.scss +1 -0
  42. package/styles/bootstrap5-dark.css +101 -44
  43. package/styles/bootstrap5-dark.scss +1 -0
  44. package/styles/bootstrap5.css +101 -44
  45. package/styles/bootstrap5.scss +1 -0
  46. package/styles/combo-box/bootstrap-dark.css +3 -1
  47. package/styles/combo-box/bootstrap.css +3 -1
  48. package/styles/combo-box/bootstrap4.css +3 -1
  49. package/styles/combo-box/bootstrap5-dark.css +3 -1
  50. package/styles/combo-box/bootstrap5.css +3 -1
  51. package/styles/combo-box/fabric-dark.css +3 -1
  52. package/styles/combo-box/fabric.css +3 -1
  53. package/styles/combo-box/fluent-dark.css +3 -1
  54. package/styles/combo-box/fluent.css +3 -1
  55. package/styles/combo-box/highcontrast-light.css +3 -1
  56. package/styles/combo-box/highcontrast.css +3 -1
  57. package/styles/combo-box/material-dark.css +3 -1
  58. package/styles/combo-box/material.css +3 -1
  59. package/styles/combo-box/tailwind-dark.css +3 -1
  60. package/styles/combo-box/tailwind.css +3 -1
  61. package/styles/drop-down-base/bootstrap-dark.css +42 -1
  62. package/styles/drop-down-base/bootstrap.css +42 -1
  63. package/styles/drop-down-base/bootstrap4.css +42 -1
  64. package/styles/drop-down-base/bootstrap5-dark.css +42 -1
  65. package/styles/drop-down-base/bootstrap5.css +42 -1
  66. package/styles/drop-down-base/fabric-dark.css +42 -1
  67. package/styles/drop-down-base/fabric.css +42 -1
  68. package/styles/drop-down-base/fluent-dark.css +42 -1
  69. package/styles/drop-down-base/fluent.css +42 -1
  70. package/styles/drop-down-base/highcontrast-light.css +42 -1
  71. package/styles/drop-down-base/highcontrast.css +42 -1
  72. package/styles/drop-down-base/material-dark.css +42 -1
  73. package/styles/drop-down-base/material.css +42 -1
  74. package/styles/drop-down-base/tailwind-dark.css +42 -1
  75. package/styles/drop-down-base/tailwind.css +42 -1
  76. package/styles/drop-down-list/bootstrap-dark.css +5 -0
  77. package/styles/drop-down-list/bootstrap.css +5 -0
  78. package/styles/drop-down-list/bootstrap4.css +5 -0
  79. package/styles/drop-down-list/bootstrap5-dark.css +6 -0
  80. package/styles/drop-down-list/bootstrap5.css +6 -0
  81. package/styles/drop-down-list/fabric-dark.css +5 -0
  82. package/styles/drop-down-list/fabric.css +5 -0
  83. package/styles/drop-down-list/fluent-dark.css +6 -0
  84. package/styles/drop-down-list/fluent.css +6 -0
  85. package/styles/drop-down-list/highcontrast-light.css +5 -0
  86. package/styles/drop-down-list/highcontrast.css +5 -0
  87. package/styles/drop-down-list/material-dark.css +5 -0
  88. package/styles/drop-down-list/material.css +5 -0
  89. package/styles/drop-down-list/tailwind-dark.css +6 -0
  90. package/styles/drop-down-list/tailwind.css +6 -0
  91. package/styles/drop-down-tree/bootstrap-dark.css +4 -0
  92. package/styles/drop-down-tree/bootstrap.css +4 -0
  93. package/styles/drop-down-tree/bootstrap4.css +4 -0
  94. package/styles/drop-down-tree/bootstrap5-dark.css +5 -0
  95. package/styles/drop-down-tree/bootstrap5.css +5 -0
  96. package/styles/drop-down-tree/fabric-dark.css +4 -0
  97. package/styles/drop-down-tree/fabric.css +4 -0
  98. package/styles/drop-down-tree/fluent-dark.css +5 -0
  99. package/styles/drop-down-tree/fluent.css +5 -0
  100. package/styles/drop-down-tree/highcontrast-light.css +4 -0
  101. package/styles/drop-down-tree/highcontrast.css +4 -0
  102. package/styles/drop-down-tree/material-dark.css +4 -0
  103. package/styles/drop-down-tree/material.css +4 -0
  104. package/styles/drop-down-tree/tailwind-dark.css +5 -0
  105. package/styles/drop-down-tree/tailwind.css +5 -0
  106. package/styles/fabric-dark.css +94 -42
  107. package/styles/fabric-dark.scss +1 -0
  108. package/styles/fabric.css +94 -42
  109. package/styles/fabric.scss +1 -0
  110. package/styles/fluent-dark.css +101 -44
  111. package/styles/fluent-dark.scss +1 -0
  112. package/styles/fluent.css +101 -44
  113. package/styles/fluent.scss +1 -0
  114. package/styles/highcontrast-light.css +97 -42
  115. package/styles/highcontrast-light.scss +1 -0
  116. package/styles/highcontrast.css +97 -42
  117. package/styles/highcontrast.scss +1 -0
  118. package/styles/list-box/bootstrap-dark.css +12 -33
  119. package/styles/list-box/bootstrap.css +14 -35
  120. package/styles/list-box/bootstrap4.css +14 -35
  121. package/styles/list-box/bootstrap5-dark.css +15 -36
  122. package/styles/list-box/bootstrap5.css +15 -36
  123. package/styles/list-box/fabric-dark.css +12 -33
  124. package/styles/list-box/fabric.css +14 -35
  125. package/styles/list-box/fluent-dark.css +15 -36
  126. package/styles/list-box/fluent.css +15 -36
  127. package/styles/list-box/highcontrast-light.css +12 -33
  128. package/styles/list-box/highcontrast.css +14 -35
  129. package/styles/list-box/material-dark.css +12 -33
  130. package/styles/list-box/material.css +14 -35
  131. package/styles/list-box/tailwind-dark.css +15 -36
  132. package/styles/list-box/tailwind.css +15 -36
  133. package/styles/material-dark.css +94 -42
  134. package/styles/material-dark.scss +1 -0
  135. package/styles/material.css +94 -42
  136. package/styles/material.scss +1 -0
  137. package/styles/mention/bootstrap-dark.css +29 -0
  138. package/styles/mention/bootstrap-dark.scss +1 -0
  139. package/styles/mention/bootstrap.css +29 -0
  140. package/styles/mention/bootstrap.scss +1 -0
  141. package/styles/mention/bootstrap4.css +47 -0
  142. package/styles/mention/bootstrap4.scss +1 -0
  143. package/styles/mention/bootstrap5-dark.css +58 -0
  144. package/styles/mention/bootstrap5-dark.scss +1 -0
  145. package/styles/mention/bootstrap5.css +58 -0
  146. package/styles/mention/bootstrap5.scss +1 -0
  147. package/styles/mention/fabric-dark.css +29 -0
  148. package/styles/mention/fabric-dark.scss +1 -0
  149. package/styles/mention/fabric.css +29 -0
  150. package/styles/mention/fabric.scss +1 -0
  151. package/styles/mention/fluent-dark.css +58 -0
  152. package/styles/mention/fluent-dark.scss +1 -0
  153. package/styles/mention/fluent.css +58 -0
  154. package/styles/mention/fluent.scss +1 -0
  155. package/styles/mention/highcontrast-light.css +43 -0
  156. package/styles/mention/highcontrast-light.scss +1 -0
  157. package/styles/mention/highcontrast.css +43 -0
  158. package/styles/mention/highcontrast.scss +1 -0
  159. package/styles/mention/material-dark.css +29 -0
  160. package/styles/mention/material-dark.scss +1 -0
  161. package/styles/mention/material.css +29 -0
  162. package/styles/mention/material.scss +1 -0
  163. package/styles/mention/tailwind-dark.css +68 -0
  164. package/styles/mention/tailwind-dark.scss +1 -0
  165. package/styles/mention/tailwind.css +68 -0
  166. package/styles/mention/tailwind.scss +1 -0
  167. package/styles/multi-select/bootstrap-dark.css +10 -6
  168. package/styles/multi-select/bootstrap.css +10 -6
  169. package/styles/multi-select/bootstrap4.css +10 -6
  170. package/styles/multi-select/bootstrap5-dark.css +11 -6
  171. package/styles/multi-select/bootstrap5.css +11 -6
  172. package/styles/multi-select/fabric-dark.css +10 -6
  173. package/styles/multi-select/fabric.css +10 -6
  174. package/styles/multi-select/fluent-dark.css +11 -6
  175. package/styles/multi-select/fluent.css +11 -6
  176. package/styles/multi-select/highcontrast-light.css +13 -6
  177. package/styles/multi-select/highcontrast.css +13 -6
  178. package/styles/multi-select/material-dark.css +10 -6
  179. package/styles/multi-select/material.css +10 -6
  180. package/styles/multi-select/tailwind-dark.css +11 -6
  181. package/styles/multi-select/tailwind.css +11 -6
  182. package/styles/tailwind-dark.css +102 -44
  183. package/styles/tailwind-dark.scss +1 -0
  184. package/styles/tailwind.css +102 -44
  185. package/styles/tailwind.scss +1 -0
package/CHANGELOG.md CHANGED
@@ -2,86 +2,20 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### AutoComplete
6
-
7
- #### Bug Fixes
8
-
9
- - `#I381508` - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.
10
-
11
- ### ComboBox
12
-
13
- #### Bug Fixes
14
-
15
- - `#I381508` - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.
16
-
17
- ### DropDownList
18
-
19
- #### Bug Fixes
5
+ ### Mention
20
6
 
21
- - `#I381508` - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.
22
- - `#I384422` - The issue "empty popup is shown when we clear the preselect value using clear button" has been resolved.
7
+ - The `@Mention` component can be used to display a pop-up suggestion list whenever the designated mention key character is entered into a text box, rich text editor, or other editable element.
23
8
 
24
- ### MultiSelect
25
-
26
- #### Bug Fixes
27
-
28
- - `#I381508` - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.
29
-
30
- ## 20.2.44 (2022-08-16)
31
-
32
- ### MultiSelect
33
-
34
- #### New Features
35
-
36
- - Provided event details in open and close event arguments in the multiselect component.
37
-
38
- ### AutoComplete
9
+ **Key features**:
39
10
 
40
- #### New Features
41
-
42
- - Provided event details in open and close event arguments in the autocomplete component.
43
-
44
- #### Bug Fixes
45
-
46
- - `I382840` - Issue with "preselect value is not updated on input when we bind greater than 20th item" has been resolved.
47
-
48
- ### ComboBox
49
-
50
- #### New Features
51
-
52
- - Provided event details in open and close event arguments in the combobox component.
53
-
54
- ### DropDownList
55
-
56
- #### New Features
57
-
58
- - Provided event details in open and close event arguments in the dropdownlist component.
59
-
60
- ## 20.2.43 (2022-08-08)
61
-
62
- ### ListBox
63
-
64
- #### Bug Fixes
65
-
66
- - `#I384240` - Issue with "`RemoveItems` not working properly after adding items with specific index" has been resolved.
67
-
68
- ## 20.2.40 (2022-07-26)
69
-
70
- ### MultiSelect
71
11
 
72
- #### Bug Fixes
73
-
74
- - `#F175828` - Now, `customSelection` event is trigger when we render the component with `itemTemplate` and `allowFiltering`.
75
-
76
- ## 20.2.39 (2022-07-19)
77
-
78
- ### ListBox
79
-
80
- #### Bug Fixes
81
-
82
- - `#I386103` - Issue with "Datasource not update properly after clearing the filtering in the dual listbox" has been resolved.
83
-
84
- ## 20.2.36 (2022-06-30)
12
+ - **Data binding**: Binds the list of items from local and remote data sources such as JSON, OData, WCF, and RESTful web services.
13
+ - **Grouping**: Groups the logically related items under a single or specific category.
14
+ - **Filtering**: Filters the list items based on a character typed in the component.
15
+ - **Sorting**: Sorts the list items in alphabetical order (either ascending or descending).
16
+ - **Highlight search**: Highlights the typed text in the suggestion list.
17
+ - **Templates**: Customize the list item, display value, no records, and spinner loading content.
18
+ - **Accessibility**: Built-in accessibility support that helps to access all the Mention component features using the keyboard, on-screen readers, or other assistive technology devices.
85
19
 
86
20
  ### ListBox
87
21
 
@@ -95,11 +29,6 @@
95
29
 
96
30
  - `#FB31100` - Issue with "popup is not opened while changing the `popupHeight` dynamically in the `beforeOpen` event" has been resolved.
97
31
 
98
- #### Bug fixes
99
-
100
- - `#I383092` - Issue with "popup is not updated while clearing the filter input value using long backspace keypress" has been resolved.
101
- - `#FB31983` - Issue with "empty popup shows while rendering the component with item template and changing the query property dynamically" has been resolved.
102
-
103
32
  ### DropDownList
104
33
 
105
34
  #### Bug fixes
@@ -2157,52 +2086,6 @@ DropDownList component contains a list of predefined values from which a single
2157
2086
  - **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.
2158
2087
 
2159
2088
 
2160
- ## 20.2.48 (2022-09-06)
2161
-
2162
- ### DropDownList
2163
-
2164
- #### Bug fixes
2165
-
2166
- - `#I398924` - The issue "console error occurred While using cssClass and floatLabelType property" has been resolved.
2167
-
2168
- ## 20.2.46 (2022-08-30)
2169
-
2170
- ### ComboBox
2171
-
2172
- #### Bug Fixes
2173
-
2174
- - `#I397359` - The issue "Placeholder is not read by screenreader when floatLabelType is enabled in combobox" has been resolved.
2175
- - `#I396357` - The issue "Placeholder is not read by screenreader in readonly mode" has been resolved.
2176
-
2177
- ### MultiSelect
2178
-
2179
- #### Bug fixes
2180
-
2181
- - `#I398999` - Issue with "Placeholder is not read by screenreader when floatLabelType is enabled in multiselect" has been resolved.
2182
-
2183
- ## 20.2.45 (2022-08-23)
2184
-
2185
- ### AutoComplete
2186
-
2187
- #### Bug Fixes
2188
-
2189
- - `#I398013` - Issue with "Dynamic data source not update correctly after filtering the value" has been resolved.
2190
-
2191
- ## 20.2.38 (2022-07-12)
2192
-
2193
- ### DropDownList
2194
-
2195
- #### Bug fixes
2196
-
2197
- - `#I388961` - Now, change event is not trigger when we bind the remote data with value
2198
-
2199
- ### MultiSelect
2200
-
2201
- #### Bug fixes
2202
-
2203
- - `#I379731` - Issue with "popup is not opening while typing a single digit with custom value enabled" has been resolved.
2204
- - `#I382004` - Issue with "unable to remove the added custom value from the input element on specific scenario" has been resolved.
2205
-
2206
2089
  ## 19.4.38 (2021-12-17)
2207
2090
 
2208
2091
  ### ComboBox
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-dropdowns.umd.js
3
- * version : 20.2.50
3
+ * version : 20.3.47
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
@@ -1266,6 +1266,169 @@ DropDownTreeAllModule.decorators = [
1266
1266
  * @nocollapse
1267
1267
  */
1268
1268
  DropDownTreeAllModule.ctorParameters = function () { return []; };
1269
+ var __decorate$6 = (this && this.__decorate) || function (decorators, target, key, desc) {
1270
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1271
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
1272
+ r = Reflect.decorate(decorators, target, key, desc);
1273
+ else
1274
+ for (var i = decorators.length - 1; i >= 0; i--)
1275
+ if (d = decorators[i])
1276
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1277
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1278
+ };
1279
+ var __metadata$6 = (this && this.__metadata) || function (k, v) {
1280
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1281
+ return Reflect.metadata(k, v);
1282
+ };
1283
+ var inputs$6 = ['allowSpaces', 'cssClass', 'dataSource', 'displayTemplate', 'fields', 'filterType', 'highlight', 'ignoreCase', 'itemTemplate', 'locale', 'mentionChar', 'minLength', 'noRecordsTemplate', 'popupHeight', 'popupWidth', 'query', 'showMentionChar', 'sortOrder', 'spinnerTemplate', 'suffixText', 'suggestionCount', 'target'];
1284
+ var outputs$6 = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'change', 'closed', 'created', 'destroyed', 'filtering', 'opened', 'select'];
1285
+ var twoWays$6 = [''];
1286
+ /**
1287
+ * The Mention component contains a list of predefined values, from which the user can choose a single value.
1288
+ * ```html
1289
+ * <ejs-mention></ejs-mention>
1290
+ * ```
1291
+ */
1292
+ exports.MentionComponent = /** @class */ (function (_super) {
1293
+ __extends(MentionComponent, _super);
1294
+ /**
1295
+ * @param {?} ngEle
1296
+ * @param {?} srenderer
1297
+ * @param {?} viewContainerRef
1298
+ * @param {?} injector
1299
+ */
1300
+ function MentionComponent(ngEle, srenderer, viewContainerRef, injector) {
1301
+ var _this = _super.call(this) || this;
1302
+ _this.ngEle = ngEle;
1303
+ _this.srenderer = srenderer;
1304
+ _this.viewContainerRef = viewContainerRef;
1305
+ _this.injector = injector;
1306
+ _this.element = _this.ngEle.nativeElement;
1307
+ _this.injectedModules = _this.injectedModules || [];
1308
+ _this.registerEvents(outputs$6);
1309
+ _this.addTwoWay.call(_this, twoWays$6);
1310
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1311
+ _this.containerContext = new ej2AngularBase.ComponentBase();
1312
+ return _this;
1313
+ }
1314
+ /**
1315
+ * @return {?}
1316
+ */
1317
+ MentionComponent.prototype.ngOnInit = function () {
1318
+ this.containerContext.ngOnInit(this);
1319
+ };
1320
+ /**
1321
+ * @return {?}
1322
+ */
1323
+ MentionComponent.prototype.ngAfterViewInit = function () {
1324
+ this.containerContext.ngAfterViewInit(this);
1325
+ };
1326
+ /**
1327
+ * @return {?}
1328
+ */
1329
+ MentionComponent.prototype.ngOnDestroy = function () {
1330
+ this.containerContext.ngOnDestroy(this);
1331
+ };
1332
+ /**
1333
+ * @return {?}
1334
+ */
1335
+ MentionComponent.prototype.ngAfterContentChecked = function () {
1336
+ this.containerContext.ngAfterContentChecked(this);
1337
+ };
1338
+ return MentionComponent;
1339
+ }(ej2Dropdowns.Mention));
1340
+ exports.MentionComponent.decorators = [
1341
+ { type: core.Component, args: [{
1342
+ selector: 'ejs-mention',
1343
+ inputs: inputs$6,
1344
+ outputs: outputs$6,
1345
+ template: "<ng-content ></ng-content>",
1346
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1347
+ queries: {}
1348
+ },] },
1349
+ ];
1350
+ /**
1351
+ * @nocollapse
1352
+ */
1353
+ exports.MentionComponent.ctorParameters = function () { return [
1354
+ { type: core.ElementRef, },
1355
+ { type: core.Renderer2, },
1356
+ { type: core.ViewContainerRef, },
1357
+ { type: core.Injector, },
1358
+ ]; };
1359
+ exports.MentionComponent.propDecorators = {
1360
+ 'displayTemplate': [{ type: core.ContentChild, args: ['displayTemplate',] },],
1361
+ 'itemTemplate': [{ type: core.ContentChild, args: ['itemTemplate',] },],
1362
+ 'spinnerTemplate': [{ type: core.ContentChild, args: ['spinnerTemplate',] },],
1363
+ 'noRecordsTemplate': [{ type: core.ContentChild, args: ['noRecordsTemplate',] },],
1364
+ };
1365
+ __decorate$6([
1366
+ ej2AngularBase.Template(),
1367
+ __metadata$6("design:type", Object)
1368
+ ], exports.MentionComponent.prototype, "displayTemplate", void 0);
1369
+ __decorate$6([
1370
+ ej2AngularBase.Template(),
1371
+ __metadata$6("design:type", Object)
1372
+ ], exports.MentionComponent.prototype, "itemTemplate", void 0);
1373
+ __decorate$6([
1374
+ ej2AngularBase.Template(),
1375
+ __metadata$6("design:type", Object)
1376
+ ], exports.MentionComponent.prototype, "spinnerTemplate", void 0);
1377
+ __decorate$6([
1378
+ ej2AngularBase.Template('No records found'),
1379
+ __metadata$6("design:type", Object)
1380
+ ], exports.MentionComponent.prototype, "noRecordsTemplate", void 0);
1381
+ exports.MentionComponent = __decorate$6([
1382
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
1383
+ __metadata$6("design:paramtypes", [core.ElementRef,
1384
+ core.Renderer2,
1385
+ core.ViewContainerRef,
1386
+ core.Injector])
1387
+ ], exports.MentionComponent);
1388
+ /**
1389
+ * NgModule definition for the Mention component.
1390
+ */
1391
+ var MentionModule = /** @class */ (function () {
1392
+ function MentionModule() {
1393
+ }
1394
+ return MentionModule;
1395
+ }());
1396
+ MentionModule.decorators = [
1397
+ { type: core.NgModule, args: [{
1398
+ imports: [common.CommonModule],
1399
+ declarations: [
1400
+ exports.MentionComponent
1401
+ ],
1402
+ exports: [
1403
+ exports.MentionComponent
1404
+ ]
1405
+ },] },
1406
+ ];
1407
+ /**
1408
+ * @nocollapse
1409
+ */
1410
+ MentionModule.ctorParameters = function () { return []; };
1411
+ /**
1412
+ * NgModule definition for the Mention component with providers.
1413
+ */
1414
+ var MentionAllModule = /** @class */ (function () {
1415
+ function MentionAllModule() {
1416
+ }
1417
+ return MentionAllModule;
1418
+ }());
1419
+ MentionAllModule.decorators = [
1420
+ { type: core.NgModule, args: [{
1421
+ imports: [common.CommonModule, MentionModule],
1422
+ exports: [
1423
+ MentionModule
1424
+ ],
1425
+ providers: []
1426
+ },] },
1427
+ ];
1428
+ /**
1429
+ * @nocollapse
1430
+ */
1431
+ MentionAllModule.ctorParameters = function () { return []; };
1269
1432
 
1270
1433
  exports.DropDownListModule = DropDownListModule;
1271
1434
  exports.DropDownListAllModule = DropDownListAllModule;
@@ -1280,6 +1443,8 @@ exports.ListBoxModule = ListBoxModule;
1280
1443
  exports.ListBoxAllModule = ListBoxAllModule;
1281
1444
  exports.DropDownTreeModule = DropDownTreeModule;
1282
1445
  exports.DropDownTreeAllModule = DropDownTreeAllModule;
1446
+ exports.MentionModule = MentionModule;
1447
+ exports.MentionAllModule = MentionAllModule;
1283
1448
  exports.ɵe = inputs$2;
1284
1449
  exports.ɵf = outputs$2;
1285
1450
  exports.ɵc = inputs$1;
@@ -1290,6 +1455,8 @@ exports.ɵk = inputs$5;
1290
1455
  exports.ɵl = outputs$5;
1291
1456
  exports.ɵi = inputs$4;
1292
1457
  exports.ɵj = outputs$4;
1458
+ exports.ɵm = inputs$6;
1459
+ exports.ɵn = outputs$6;
1293
1460
  exports.ɵg = inputs$3;
1294
1461
  exports.ɵh = outputs$3;
1295
1462
  exports.incrementalSearch = ej2Dropdowns.incrementalSearch;
@@ -1320,6 +1487,7 @@ exports.encodePlaceholder = ej2Dropdowns.encodePlaceholder;
1320
1487
  exports.SelectionSettings = ej2Dropdowns.SelectionSettings;
1321
1488
  exports.ToolbarSettings = ej2Dropdowns.ToolbarSettings;
1322
1489
  exports.ListBox = ej2Dropdowns.ListBox;
1490
+ exports.Mention = ej2Dropdowns.Mention;
1323
1491
 
1324
1492
  Object.defineProperty(exports, '__esModule', { value: true });
1325
1493