@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.
- package/@syncfusion/ej2-angular-dropdowns.es5.js +166 -3
- package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-dropdowns.js +155 -3
- package/@syncfusion/ej2-angular-dropdowns.js.map +1 -1
- package/CHANGELOG.md +10 -127
- package/dist/ej2-angular-dropdowns.umd.js +169 -1
- 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.d.ts +1 -0
- package/ej2-angular-dropdowns.metadata.json +1 -1
- package/package.json +8 -8
- package/postinstall/tagchange.js +1 -1
- package/schematics/utils/lib-details.d.ts +3 -3
- package/schematics/utils/lib-details.js +3 -3
- package/schematics/utils/lib-details.ts +3 -3
- package/src/index.d.ts +3 -0
- package/src/mention/mention-all.module.d.ts +5 -0
- package/src/mention/mention.component.d.ts +54 -0
- package/src/mention/mention.module.d.ts +5 -0
- package/styles/auto-complete/bootstrap-dark.css +3 -1
- package/styles/auto-complete/bootstrap.css +3 -1
- package/styles/auto-complete/bootstrap4.css +3 -1
- package/styles/auto-complete/bootstrap5-dark.css +3 -1
- package/styles/auto-complete/bootstrap5.css +3 -1
- package/styles/auto-complete/fabric-dark.css +3 -1
- package/styles/auto-complete/fabric.css +3 -1
- package/styles/auto-complete/fluent-dark.css +3 -1
- package/styles/auto-complete/fluent.css +3 -1
- package/styles/auto-complete/highcontrast-light.css +3 -1
- package/styles/auto-complete/highcontrast.css +3 -1
- package/styles/auto-complete/material-dark.css +3 -1
- package/styles/auto-complete/material.css +3 -1
- package/styles/auto-complete/tailwind-dark.css +3 -1
- package/styles/auto-complete/tailwind.css +3 -1
- package/styles/bootstrap-dark.css +94 -42
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +94 -42
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +95 -42
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +101 -44
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +101 -44
- package/styles/bootstrap5.scss +1 -0
- package/styles/combo-box/bootstrap-dark.css +3 -1
- package/styles/combo-box/bootstrap.css +3 -1
- package/styles/combo-box/bootstrap4.css +3 -1
- package/styles/combo-box/bootstrap5-dark.css +3 -1
- package/styles/combo-box/bootstrap5.css +3 -1
- package/styles/combo-box/fabric-dark.css +3 -1
- package/styles/combo-box/fabric.css +3 -1
- package/styles/combo-box/fluent-dark.css +3 -1
- package/styles/combo-box/fluent.css +3 -1
- package/styles/combo-box/highcontrast-light.css +3 -1
- package/styles/combo-box/highcontrast.css +3 -1
- package/styles/combo-box/material-dark.css +3 -1
- package/styles/combo-box/material.css +3 -1
- package/styles/combo-box/tailwind-dark.css +3 -1
- package/styles/combo-box/tailwind.css +3 -1
- package/styles/drop-down-base/bootstrap-dark.css +42 -1
- package/styles/drop-down-base/bootstrap.css +42 -1
- package/styles/drop-down-base/bootstrap4.css +42 -1
- package/styles/drop-down-base/bootstrap5-dark.css +42 -1
- package/styles/drop-down-base/bootstrap5.css +42 -1
- package/styles/drop-down-base/fabric-dark.css +42 -1
- package/styles/drop-down-base/fabric.css +42 -1
- package/styles/drop-down-base/fluent-dark.css +42 -1
- package/styles/drop-down-base/fluent.css +42 -1
- package/styles/drop-down-base/highcontrast-light.css +42 -1
- package/styles/drop-down-base/highcontrast.css +42 -1
- package/styles/drop-down-base/material-dark.css +42 -1
- package/styles/drop-down-base/material.css +42 -1
- package/styles/drop-down-base/tailwind-dark.css +42 -1
- package/styles/drop-down-base/tailwind.css +42 -1
- package/styles/drop-down-list/bootstrap-dark.css +5 -0
- package/styles/drop-down-list/bootstrap.css +5 -0
- package/styles/drop-down-list/bootstrap4.css +5 -0
- package/styles/drop-down-list/bootstrap5-dark.css +6 -0
- package/styles/drop-down-list/bootstrap5.css +6 -0
- package/styles/drop-down-list/fabric-dark.css +5 -0
- package/styles/drop-down-list/fabric.css +5 -0
- package/styles/drop-down-list/fluent-dark.css +6 -0
- package/styles/drop-down-list/fluent.css +6 -0
- package/styles/drop-down-list/highcontrast-light.css +5 -0
- package/styles/drop-down-list/highcontrast.css +5 -0
- package/styles/drop-down-list/material-dark.css +5 -0
- package/styles/drop-down-list/material.css +5 -0
- package/styles/drop-down-list/tailwind-dark.css +6 -0
- package/styles/drop-down-list/tailwind.css +6 -0
- package/styles/drop-down-tree/bootstrap-dark.css +4 -0
- package/styles/drop-down-tree/bootstrap.css +4 -0
- package/styles/drop-down-tree/bootstrap4.css +4 -0
- package/styles/drop-down-tree/bootstrap5-dark.css +5 -0
- package/styles/drop-down-tree/bootstrap5.css +5 -0
- package/styles/drop-down-tree/fabric-dark.css +4 -0
- package/styles/drop-down-tree/fabric.css +4 -0
- package/styles/drop-down-tree/fluent-dark.css +5 -0
- package/styles/drop-down-tree/fluent.css +5 -0
- package/styles/drop-down-tree/highcontrast-light.css +4 -0
- package/styles/drop-down-tree/highcontrast.css +4 -0
- package/styles/drop-down-tree/material-dark.css +4 -0
- package/styles/drop-down-tree/material.css +4 -0
- package/styles/drop-down-tree/tailwind-dark.css +5 -0
- package/styles/drop-down-tree/tailwind.css +5 -0
- package/styles/fabric-dark.css +94 -42
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +94 -42
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +101 -44
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +101 -44
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +97 -42
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +97 -42
- package/styles/highcontrast.scss +1 -0
- package/styles/list-box/bootstrap-dark.css +12 -33
- package/styles/list-box/bootstrap.css +14 -35
- package/styles/list-box/bootstrap4.css +14 -35
- package/styles/list-box/bootstrap5-dark.css +15 -36
- package/styles/list-box/bootstrap5.css +15 -36
- package/styles/list-box/fabric-dark.css +12 -33
- package/styles/list-box/fabric.css +14 -35
- package/styles/list-box/fluent-dark.css +15 -36
- package/styles/list-box/fluent.css +15 -36
- package/styles/list-box/highcontrast-light.css +12 -33
- package/styles/list-box/highcontrast.css +14 -35
- package/styles/list-box/material-dark.css +12 -33
- package/styles/list-box/material.css +14 -35
- package/styles/list-box/tailwind-dark.css +15 -36
- package/styles/list-box/tailwind.css +15 -36
- package/styles/material-dark.css +94 -42
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +94 -42
- package/styles/material.scss +1 -0
- package/styles/mention/bootstrap-dark.css +29 -0
- package/styles/mention/bootstrap-dark.scss +1 -0
- package/styles/mention/bootstrap.css +29 -0
- package/styles/mention/bootstrap.scss +1 -0
- package/styles/mention/bootstrap4.css +47 -0
- package/styles/mention/bootstrap4.scss +1 -0
- package/styles/mention/bootstrap5-dark.css +58 -0
- package/styles/mention/bootstrap5-dark.scss +1 -0
- package/styles/mention/bootstrap5.css +58 -0
- package/styles/mention/bootstrap5.scss +1 -0
- package/styles/mention/fabric-dark.css +29 -0
- package/styles/mention/fabric-dark.scss +1 -0
- package/styles/mention/fabric.css +29 -0
- package/styles/mention/fabric.scss +1 -0
- package/styles/mention/fluent-dark.css +58 -0
- package/styles/mention/fluent-dark.scss +1 -0
- package/styles/mention/fluent.css +58 -0
- package/styles/mention/fluent.scss +1 -0
- package/styles/mention/highcontrast-light.css +43 -0
- package/styles/mention/highcontrast-light.scss +1 -0
- package/styles/mention/highcontrast.css +43 -0
- package/styles/mention/highcontrast.scss +1 -0
- package/styles/mention/material-dark.css +29 -0
- package/styles/mention/material-dark.scss +1 -0
- package/styles/mention/material.css +29 -0
- package/styles/mention/material.scss +1 -0
- package/styles/mention/tailwind-dark.css +68 -0
- package/styles/mention/tailwind-dark.scss +1 -0
- package/styles/mention/tailwind.css +68 -0
- package/styles/mention/tailwind.scss +1 -0
- package/styles/multi-select/bootstrap-dark.css +10 -6
- package/styles/multi-select/bootstrap.css +10 -6
- package/styles/multi-select/bootstrap4.css +10 -6
- package/styles/multi-select/bootstrap5-dark.css +11 -6
- package/styles/multi-select/bootstrap5.css +11 -6
- package/styles/multi-select/fabric-dark.css +10 -6
- package/styles/multi-select/fabric.css +10 -6
- package/styles/multi-select/fluent-dark.css +11 -6
- package/styles/multi-select/fluent.css +11 -6
- package/styles/multi-select/highcontrast-light.css +13 -6
- package/styles/multi-select/highcontrast.css +13 -6
- package/styles/multi-select/material-dark.css +10 -6
- package/styles/multi-select/material.css +10 -6
- package/styles/multi-select/tailwind-dark.css +11 -6
- package/styles/multi-select/tailwind.css +11 -6
- package/styles/tailwind-dark.css +102 -44
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +102 -44
- package/styles/tailwind.scss +1 -0
|
@@ -11,7 +11,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
11
11
|
import { ChangeDetectionStrategy, Component, ContentChild, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef, forwardRef } from '@angular/core';
|
|
12
12
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
13
13
|
import { ComponentBase, ComponentMixins, FormBase, Template, setValue } from '@syncfusion/ej2-angular-base';
|
|
14
|
-
import { AutoComplete, CheckBoxSelection, ComboBox, DropDownList, DropDownTree, ListBox, MultiSelect } from '@syncfusion/ej2-dropdowns';
|
|
14
|
+
import { AutoComplete, CheckBoxSelection, ComboBox, DropDownList, DropDownTree, ListBox, Mention, MultiSelect } from '@syncfusion/ej2-dropdowns';
|
|
15
15
|
import { CommonModule } from '@angular/common';
|
|
16
16
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
17
17
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -1256,9 +1256,172 @@ DropDownTreeAllModule.decorators = [
|
|
|
1256
1256
|
* @nocollapse
|
|
1257
1257
|
*/
|
|
1258
1258
|
DropDownTreeAllModule.ctorParameters = function () { return []; };
|
|
1259
|
+
var __decorate$6 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1260
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1261
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
1262
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
1263
|
+
else
|
|
1264
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1265
|
+
if (d = decorators[i])
|
|
1266
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1267
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1268
|
+
};
|
|
1269
|
+
var __metadata$6 = (this && this.__metadata) || function (k, v) {
|
|
1270
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1271
|
+
return Reflect.metadata(k, v);
|
|
1272
|
+
};
|
|
1273
|
+
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'];
|
|
1274
|
+
var outputs$6 = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'change', 'closed', 'created', 'destroyed', 'filtering', 'opened', 'select'];
|
|
1275
|
+
var twoWays$6 = [''];
|
|
1276
|
+
/**
|
|
1277
|
+
* The Mention component contains a list of predefined values, from which the user can choose a single value.
|
|
1278
|
+
* ```html
|
|
1279
|
+
* <ejs-mention></ejs-mention>
|
|
1280
|
+
* ```
|
|
1281
|
+
*/
|
|
1282
|
+
var MentionComponent = /** @class */ (function (_super) {
|
|
1283
|
+
__extends(MentionComponent, _super);
|
|
1284
|
+
/**
|
|
1285
|
+
* @param {?} ngEle
|
|
1286
|
+
* @param {?} srenderer
|
|
1287
|
+
* @param {?} viewContainerRef
|
|
1288
|
+
* @param {?} injector
|
|
1289
|
+
*/
|
|
1290
|
+
function MentionComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
1291
|
+
var _this = _super.call(this) || this;
|
|
1292
|
+
_this.ngEle = ngEle;
|
|
1293
|
+
_this.srenderer = srenderer;
|
|
1294
|
+
_this.viewContainerRef = viewContainerRef;
|
|
1295
|
+
_this.injector = injector;
|
|
1296
|
+
_this.element = _this.ngEle.nativeElement;
|
|
1297
|
+
_this.injectedModules = _this.injectedModules || [];
|
|
1298
|
+
_this.registerEvents(outputs$6);
|
|
1299
|
+
_this.addTwoWay.call(_this, twoWays$6);
|
|
1300
|
+
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1301
|
+
_this.containerContext = new ComponentBase();
|
|
1302
|
+
return _this;
|
|
1303
|
+
}
|
|
1304
|
+
/**
|
|
1305
|
+
* @return {?}
|
|
1306
|
+
*/
|
|
1307
|
+
MentionComponent.prototype.ngOnInit = function () {
|
|
1308
|
+
this.containerContext.ngOnInit(this);
|
|
1309
|
+
};
|
|
1310
|
+
/**
|
|
1311
|
+
* @return {?}
|
|
1312
|
+
*/
|
|
1313
|
+
MentionComponent.prototype.ngAfterViewInit = function () {
|
|
1314
|
+
this.containerContext.ngAfterViewInit(this);
|
|
1315
|
+
};
|
|
1316
|
+
/**
|
|
1317
|
+
* @return {?}
|
|
1318
|
+
*/
|
|
1319
|
+
MentionComponent.prototype.ngOnDestroy = function () {
|
|
1320
|
+
this.containerContext.ngOnDestroy(this);
|
|
1321
|
+
};
|
|
1322
|
+
/**
|
|
1323
|
+
* @return {?}
|
|
1324
|
+
*/
|
|
1325
|
+
MentionComponent.prototype.ngAfterContentChecked = function () {
|
|
1326
|
+
this.containerContext.ngAfterContentChecked(this);
|
|
1327
|
+
};
|
|
1328
|
+
return MentionComponent;
|
|
1329
|
+
}(Mention));
|
|
1330
|
+
MentionComponent.decorators = [
|
|
1331
|
+
{ type: Component, args: [{
|
|
1332
|
+
selector: 'ejs-mention',
|
|
1333
|
+
inputs: inputs$6,
|
|
1334
|
+
outputs: outputs$6,
|
|
1335
|
+
template: "<ng-content ></ng-content>",
|
|
1336
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1337
|
+
queries: {}
|
|
1338
|
+
},] },
|
|
1339
|
+
];
|
|
1340
|
+
/**
|
|
1341
|
+
* @nocollapse
|
|
1342
|
+
*/
|
|
1343
|
+
MentionComponent.ctorParameters = function () { return [
|
|
1344
|
+
{ type: ElementRef, },
|
|
1345
|
+
{ type: Renderer2, },
|
|
1346
|
+
{ type: ViewContainerRef, },
|
|
1347
|
+
{ type: Injector, },
|
|
1348
|
+
]; };
|
|
1349
|
+
MentionComponent.propDecorators = {
|
|
1350
|
+
'displayTemplate': [{ type: ContentChild, args: ['displayTemplate',] },],
|
|
1351
|
+
'itemTemplate': [{ type: ContentChild, args: ['itemTemplate',] },],
|
|
1352
|
+
'spinnerTemplate': [{ type: ContentChild, args: ['spinnerTemplate',] },],
|
|
1353
|
+
'noRecordsTemplate': [{ type: ContentChild, args: ['noRecordsTemplate',] },],
|
|
1354
|
+
};
|
|
1355
|
+
__decorate$6([
|
|
1356
|
+
Template(),
|
|
1357
|
+
__metadata$6("design:type", Object)
|
|
1358
|
+
], MentionComponent.prototype, "displayTemplate", void 0);
|
|
1359
|
+
__decorate$6([
|
|
1360
|
+
Template(),
|
|
1361
|
+
__metadata$6("design:type", Object)
|
|
1362
|
+
], MentionComponent.prototype, "itemTemplate", void 0);
|
|
1363
|
+
__decorate$6([
|
|
1364
|
+
Template(),
|
|
1365
|
+
__metadata$6("design:type", Object)
|
|
1366
|
+
], MentionComponent.prototype, "spinnerTemplate", void 0);
|
|
1367
|
+
__decorate$6([
|
|
1368
|
+
Template('No records found'),
|
|
1369
|
+
__metadata$6("design:type", Object)
|
|
1370
|
+
], MentionComponent.prototype, "noRecordsTemplate", void 0);
|
|
1371
|
+
MentionComponent = __decorate$6([
|
|
1372
|
+
ComponentMixins([ComponentBase]),
|
|
1373
|
+
__metadata$6("design:paramtypes", [ElementRef,
|
|
1374
|
+
Renderer2,
|
|
1375
|
+
ViewContainerRef,
|
|
1376
|
+
Injector])
|
|
1377
|
+
], MentionComponent);
|
|
1378
|
+
/**
|
|
1379
|
+
* NgModule definition for the Mention component.
|
|
1380
|
+
*/
|
|
1381
|
+
var MentionModule = /** @class */ (function () {
|
|
1382
|
+
function MentionModule() {
|
|
1383
|
+
}
|
|
1384
|
+
return MentionModule;
|
|
1385
|
+
}());
|
|
1386
|
+
MentionModule.decorators = [
|
|
1387
|
+
{ type: NgModule, args: [{
|
|
1388
|
+
imports: [CommonModule],
|
|
1389
|
+
declarations: [
|
|
1390
|
+
MentionComponent
|
|
1391
|
+
],
|
|
1392
|
+
exports: [
|
|
1393
|
+
MentionComponent
|
|
1394
|
+
]
|
|
1395
|
+
},] },
|
|
1396
|
+
];
|
|
1397
|
+
/**
|
|
1398
|
+
* @nocollapse
|
|
1399
|
+
*/
|
|
1400
|
+
MentionModule.ctorParameters = function () { return []; };
|
|
1401
|
+
/**
|
|
1402
|
+
* NgModule definition for the Mention component with providers.
|
|
1403
|
+
*/
|
|
1404
|
+
var MentionAllModule = /** @class */ (function () {
|
|
1405
|
+
function MentionAllModule() {
|
|
1406
|
+
}
|
|
1407
|
+
return MentionAllModule;
|
|
1408
|
+
}());
|
|
1409
|
+
MentionAllModule.decorators = [
|
|
1410
|
+
{ type: NgModule, args: [{
|
|
1411
|
+
imports: [CommonModule, MentionModule],
|
|
1412
|
+
exports: [
|
|
1413
|
+
MentionModule
|
|
1414
|
+
],
|
|
1415
|
+
providers: []
|
|
1416
|
+
},] },
|
|
1417
|
+
];
|
|
1418
|
+
/**
|
|
1419
|
+
* @nocollapse
|
|
1420
|
+
*/
|
|
1421
|
+
MentionAllModule.ctorParameters = function () { return []; };
|
|
1259
1422
|
/**
|
|
1260
1423
|
* Generated bundle index. Do not edit.
|
|
1261
1424
|
*/
|
|
1262
|
-
export { DropDownListComponent, DropDownListModule, DropDownListAllModule, ComboBoxComponent, ComboBoxModule, ComboBoxAllModule, AutoCompleteComponent, AutoCompleteModule, AutoCompleteAllModule, MultiSelectComponent, MultiSelectModule, MultiSelectAllModule, CheckBoxSelectionService, ListBoxComponent, ListBoxModule, ListBoxAllModule, DropDownTreeComponent, DropDownTreeModule, DropDownTreeAllModule, inputs$2 as ɵe, outputs$2 as ɵf, inputs$1 as ɵc, outputs$1 as ɵd, inputs as ɵa, outputs as ɵb, inputs$5 as ɵk, outputs$5 as ɵl, inputs$4 as ɵi, outputs$4 as ɵj, inputs$3 as ɵg, outputs$3 as ɵh };
|
|
1263
|
-
export { incrementalSearch, Search, escapeCharRegExp, resetIncrementalSearchValues, highlightSearch, revertHighlightSearch, FieldSettings, dropDownBaseClasses, DropDownBase, dropDownListClasses, DropDownList, Fields, TreeSettings, DropDownTree, ComboBox, AutoComplete, MultiSelect, CheckBoxSelection, createFloatLabel, updateFloatLabelState, removeFloating, setPlaceHolder, floatLabelFocus, floatLabelBlur, encodePlaceholder, SelectionSettings, ToolbarSettings, ListBox } from '@syncfusion/ej2-dropdowns';
|
|
1425
|
+
export { DropDownListComponent, DropDownListModule, DropDownListAllModule, ComboBoxComponent, ComboBoxModule, ComboBoxAllModule, AutoCompleteComponent, AutoCompleteModule, AutoCompleteAllModule, MultiSelectComponent, MultiSelectModule, MultiSelectAllModule, CheckBoxSelectionService, ListBoxComponent, ListBoxModule, ListBoxAllModule, DropDownTreeComponent, DropDownTreeModule, DropDownTreeAllModule, MentionComponent, MentionModule, MentionAllModule, inputs$2 as ɵe, outputs$2 as ɵf, inputs$1 as ɵc, outputs$1 as ɵd, inputs as ɵa, outputs as ɵb, inputs$5 as ɵk, outputs$5 as ɵl, inputs$4 as ɵi, outputs$4 as ɵj, inputs$6 as ɵm, outputs$6 as ɵn, inputs$3 as ɵg, outputs$3 as ɵh };
|
|
1426
|
+
export { incrementalSearch, Search, escapeCharRegExp, resetIncrementalSearchValues, highlightSearch, revertHighlightSearch, FieldSettings, dropDownBaseClasses, DropDownBase, dropDownListClasses, DropDownList, Fields, TreeSettings, DropDownTree, ComboBox, AutoComplete, MultiSelect, CheckBoxSelection, createFloatLabel, updateFloatLabelState, removeFloating, setPlaceHolder, floatLabelFocus, floatLabelBlur, encodePlaceholder, SelectionSettings, ToolbarSettings, ListBox, Mention } from '@syncfusion/ej2-dropdowns';
|
|
1264
1427
|
//# sourceMappingURL=ej2-angular-dropdowns.es5.js.map
|