@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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, Component, ContentChild, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef, forwardRef } from '@angular/core';
|
|
2
2
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
3
3
|
import { ComponentBase, ComponentMixins, FormBase, Template, setValue } from '@syncfusion/ej2-angular-base';
|
|
4
|
-
import { AutoComplete, CheckBoxSelection, ComboBox, DropDownList, DropDownTree, ListBox, MultiSelect } from '@syncfusion/ej2-dropdowns';
|
|
4
|
+
import { AutoComplete, CheckBoxSelection, ComboBox, DropDownList, DropDownTree, ListBox, Mention, MultiSelect } from '@syncfusion/ej2-dropdowns';
|
|
5
5
|
import { CommonModule } from '@angular/common';
|
|
6
6
|
|
|
7
7
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -1181,10 +1181,162 @@ DropDownTreeAllModule.decorators = [
|
|
|
1181
1181
|
*/
|
|
1182
1182
|
DropDownTreeAllModule.ctorParameters = () => [];
|
|
1183
1183
|
|
|
1184
|
+
var __decorate$6 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1185
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1186
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1187
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1188
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1189
|
+
};
|
|
1190
|
+
var __metadata$6 = (this && this.__metadata) || function (k, v) {
|
|
1191
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1192
|
+
};
|
|
1193
|
+
const inputs$6 = ['allowSpaces', 'cssClass', 'dataSource', 'displayTemplate', 'fields', 'filterType', 'highlight', 'ignoreCase', 'itemTemplate', 'locale', 'mentionChar', 'minLength', 'noRecordsTemplate', 'popupHeight', 'popupWidth', 'query', 'showMentionChar', 'sortOrder', 'spinnerTemplate', 'suffixText', 'suggestionCount', 'target'];
|
|
1194
|
+
const outputs$6 = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'change', 'closed', 'created', 'destroyed', 'filtering', 'opened', 'select'];
|
|
1195
|
+
const twoWays$6 = [''];
|
|
1196
|
+
/**
|
|
1197
|
+
* The Mention component contains a list of predefined values, from which the user can choose a single value.
|
|
1198
|
+
* ```html
|
|
1199
|
+
* <ejs-mention></ejs-mention>
|
|
1200
|
+
* ```
|
|
1201
|
+
*/
|
|
1202
|
+
let MentionComponent = class MentionComponent extends Mention {
|
|
1203
|
+
/**
|
|
1204
|
+
* @param {?} ngEle
|
|
1205
|
+
* @param {?} srenderer
|
|
1206
|
+
* @param {?} viewContainerRef
|
|
1207
|
+
* @param {?} injector
|
|
1208
|
+
*/
|
|
1209
|
+
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
1210
|
+
super();
|
|
1211
|
+
this.ngEle = ngEle;
|
|
1212
|
+
this.srenderer = srenderer;
|
|
1213
|
+
this.viewContainerRef = viewContainerRef;
|
|
1214
|
+
this.injector = injector;
|
|
1215
|
+
this.element = this.ngEle.nativeElement;
|
|
1216
|
+
this.injectedModules = this.injectedModules || [];
|
|
1217
|
+
this.registerEvents(outputs$6);
|
|
1218
|
+
this.addTwoWay.call(this, twoWays$6);
|
|
1219
|
+
setValue('currentInstance', this, this.viewContainerRef);
|
|
1220
|
+
this.containerContext = new ComponentBase();
|
|
1221
|
+
}
|
|
1222
|
+
/**
|
|
1223
|
+
* @return {?}
|
|
1224
|
+
*/
|
|
1225
|
+
ngOnInit() {
|
|
1226
|
+
this.containerContext.ngOnInit(this);
|
|
1227
|
+
}
|
|
1228
|
+
/**
|
|
1229
|
+
* @return {?}
|
|
1230
|
+
*/
|
|
1231
|
+
ngAfterViewInit() {
|
|
1232
|
+
this.containerContext.ngAfterViewInit(this);
|
|
1233
|
+
}
|
|
1234
|
+
/**
|
|
1235
|
+
* @return {?}
|
|
1236
|
+
*/
|
|
1237
|
+
ngOnDestroy() {
|
|
1238
|
+
this.containerContext.ngOnDestroy(this);
|
|
1239
|
+
}
|
|
1240
|
+
/**
|
|
1241
|
+
* @return {?}
|
|
1242
|
+
*/
|
|
1243
|
+
ngAfterContentChecked() {
|
|
1244
|
+
this.containerContext.ngAfterContentChecked(this);
|
|
1245
|
+
}
|
|
1246
|
+
};
|
|
1247
|
+
MentionComponent.decorators = [
|
|
1248
|
+
{ type: Component, args: [{
|
|
1249
|
+
selector: 'ejs-mention',
|
|
1250
|
+
inputs: inputs$6,
|
|
1251
|
+
outputs: outputs$6,
|
|
1252
|
+
template: `<ng-content ></ng-content>`,
|
|
1253
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1254
|
+
queries: {}
|
|
1255
|
+
},] },
|
|
1256
|
+
];
|
|
1257
|
+
/**
|
|
1258
|
+
* @nocollapse
|
|
1259
|
+
*/
|
|
1260
|
+
MentionComponent.ctorParameters = () => [
|
|
1261
|
+
{ type: ElementRef, },
|
|
1262
|
+
{ type: Renderer2, },
|
|
1263
|
+
{ type: ViewContainerRef, },
|
|
1264
|
+
{ type: Injector, },
|
|
1265
|
+
];
|
|
1266
|
+
MentionComponent.propDecorators = {
|
|
1267
|
+
'displayTemplate': [{ type: ContentChild, args: ['displayTemplate',] },],
|
|
1268
|
+
'itemTemplate': [{ type: ContentChild, args: ['itemTemplate',] },],
|
|
1269
|
+
'spinnerTemplate': [{ type: ContentChild, args: ['spinnerTemplate',] },],
|
|
1270
|
+
'noRecordsTemplate': [{ type: ContentChild, args: ['noRecordsTemplate',] },],
|
|
1271
|
+
};
|
|
1272
|
+
__decorate$6([
|
|
1273
|
+
Template(),
|
|
1274
|
+
__metadata$6("design:type", Object)
|
|
1275
|
+
], MentionComponent.prototype, "displayTemplate", void 0);
|
|
1276
|
+
__decorate$6([
|
|
1277
|
+
Template(),
|
|
1278
|
+
__metadata$6("design:type", Object)
|
|
1279
|
+
], MentionComponent.prototype, "itemTemplate", void 0);
|
|
1280
|
+
__decorate$6([
|
|
1281
|
+
Template(),
|
|
1282
|
+
__metadata$6("design:type", Object)
|
|
1283
|
+
], MentionComponent.prototype, "spinnerTemplate", void 0);
|
|
1284
|
+
__decorate$6([
|
|
1285
|
+
Template('No records found'),
|
|
1286
|
+
__metadata$6("design:type", Object)
|
|
1287
|
+
], MentionComponent.prototype, "noRecordsTemplate", void 0);
|
|
1288
|
+
MentionComponent = __decorate$6([
|
|
1289
|
+
ComponentMixins([ComponentBase]),
|
|
1290
|
+
__metadata$6("design:paramtypes", [ElementRef,
|
|
1291
|
+
Renderer2,
|
|
1292
|
+
ViewContainerRef,
|
|
1293
|
+
Injector])
|
|
1294
|
+
], MentionComponent);
|
|
1295
|
+
|
|
1296
|
+
/**
|
|
1297
|
+
* NgModule definition for the Mention component.
|
|
1298
|
+
*/
|
|
1299
|
+
class MentionModule {
|
|
1300
|
+
}
|
|
1301
|
+
MentionModule.decorators = [
|
|
1302
|
+
{ type: NgModule, args: [{
|
|
1303
|
+
imports: [CommonModule],
|
|
1304
|
+
declarations: [
|
|
1305
|
+
MentionComponent
|
|
1306
|
+
],
|
|
1307
|
+
exports: [
|
|
1308
|
+
MentionComponent
|
|
1309
|
+
]
|
|
1310
|
+
},] },
|
|
1311
|
+
];
|
|
1312
|
+
/**
|
|
1313
|
+
* @nocollapse
|
|
1314
|
+
*/
|
|
1315
|
+
MentionModule.ctorParameters = () => [];
|
|
1316
|
+
|
|
1317
|
+
/**
|
|
1318
|
+
* NgModule definition for the Mention component with providers.
|
|
1319
|
+
*/
|
|
1320
|
+
class MentionAllModule {
|
|
1321
|
+
}
|
|
1322
|
+
MentionAllModule.decorators = [
|
|
1323
|
+
{ type: NgModule, args: [{
|
|
1324
|
+
imports: [CommonModule, MentionModule],
|
|
1325
|
+
exports: [
|
|
1326
|
+
MentionModule
|
|
1327
|
+
],
|
|
1328
|
+
providers: []
|
|
1329
|
+
},] },
|
|
1330
|
+
];
|
|
1331
|
+
/**
|
|
1332
|
+
* @nocollapse
|
|
1333
|
+
*/
|
|
1334
|
+
MentionAllModule.ctorParameters = () => [];
|
|
1335
|
+
|
|
1184
1336
|
/**
|
|
1185
1337
|
* Generated bundle index. Do not edit.
|
|
1186
1338
|
*/
|
|
1187
1339
|
|
|
1188
|
-
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 };
|
|
1189
|
-
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';
|
|
1340
|
+
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 };
|
|
1341
|
+
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';
|
|
1190
1342
|
//# sourceMappingURL=ej2-angular-dropdowns.js.map
|