@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
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, ContentChild, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef, forwardRef } from '@angular/core';
|
|
1
|
+
import { ChangeDetectionStrategy, ChangeDetectorRef, 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, Mention, MultiSelect } from '@syncfusion/ej2-dropdowns';
|
|
4
|
+
import { AutoComplete, CheckBoxSelection, ComboBox, DropDownList, DropDownTree, ListBox, Mention, MultiSelect, VirtualScroll } 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) {
|
|
@@ -13,7 +13,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
13
13
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
14
14
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
15
15
|
};
|
|
16
|
-
const 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'];
|
|
16
|
+
const 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'];
|
|
17
17
|
const outputs = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select', 'valueChange'];
|
|
18
18
|
const twoWays = ['value'];
|
|
19
19
|
/**
|
|
@@ -28,16 +28,25 @@ let DropDownListComponent = DropDownListComponent_1 = class DropDownListComponen
|
|
|
28
28
|
* @param {?} srenderer
|
|
29
29
|
* @param {?} viewContainerRef
|
|
30
30
|
* @param {?} injector
|
|
31
|
+
* @param {?} cdr
|
|
31
32
|
*/
|
|
32
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
33
|
+
constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
33
34
|
super();
|
|
34
35
|
this.ngEle = ngEle;
|
|
35
36
|
this.srenderer = srenderer;
|
|
36
37
|
this.viewContainerRef = viewContainerRef;
|
|
37
38
|
this.injector = injector;
|
|
39
|
+
this.cdr = cdr;
|
|
38
40
|
this.skipFromEvent = true;
|
|
39
41
|
this.element = this.ngEle.nativeElement;
|
|
40
42
|
this.injectedModules = this.injectedModules || [];
|
|
43
|
+
try {
|
|
44
|
+
let mod = this.injector.get('DropDownsVirtualScroll');
|
|
45
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
|
46
|
+
this.injectedModules.push(mod);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
catch (_a) { }
|
|
41
50
|
this.registerEvents(outputs);
|
|
42
51
|
this.addTwoWay.call(this, twoWays);
|
|
43
52
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
@@ -118,6 +127,7 @@ DropDownListComponent.ctorParameters = () => [
|
|
|
118
127
|
{ type: Renderer2, },
|
|
119
128
|
{ type: ViewContainerRef, },
|
|
120
129
|
{ type: Injector, },
|
|
130
|
+
{ type: ChangeDetectorRef, },
|
|
121
131
|
];
|
|
122
132
|
DropDownListComponent.propDecorators = {
|
|
123
133
|
'footerTemplate': [{ type: ContentChild, args: ['footerTemplate',] },],
|
|
@@ -161,7 +171,8 @@ DropDownListComponent = DropDownListComponent_1 = __decorate([
|
|
|
161
171
|
__metadata("design:paramtypes", [ElementRef,
|
|
162
172
|
Renderer2,
|
|
163
173
|
ViewContainerRef,
|
|
164
|
-
Injector
|
|
174
|
+
Injector,
|
|
175
|
+
ChangeDetectorRef])
|
|
165
176
|
], DropDownListComponent);
|
|
166
177
|
var DropDownListComponent_1;
|
|
167
178
|
|
|
@@ -186,6 +197,7 @@ DropDownListModule.decorators = [
|
|
|
186
197
|
*/
|
|
187
198
|
DropDownListModule.ctorParameters = () => [];
|
|
188
199
|
|
|
200
|
+
const VirtualScrollService = { provide: 'DropDownsVirtualScroll', useValue: VirtualScroll };
|
|
189
201
|
/**
|
|
190
202
|
* NgModule definition for the DropDownList component with providers.
|
|
191
203
|
*/
|
|
@@ -197,7 +209,9 @@ DropDownListAllModule.decorators = [
|
|
|
197
209
|
exports: [
|
|
198
210
|
DropDownListModule
|
|
199
211
|
],
|
|
200
|
-
providers: [
|
|
212
|
+
providers: [
|
|
213
|
+
VirtualScrollService
|
|
214
|
+
]
|
|
201
215
|
},] },
|
|
202
216
|
];
|
|
203
217
|
/**
|
|
@@ -214,7 +228,7 @@ var __decorate$1 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
214
228
|
var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
|
215
229
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
216
230
|
};
|
|
217
|
-
const 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'];
|
|
231
|
+
const 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'];
|
|
218
232
|
const outputs$1 = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select', 'valueChange'];
|
|
219
233
|
const twoWays$1 = ['value'];
|
|
220
234
|
/**
|
|
@@ -229,16 +243,25 @@ let ComboBoxComponent = ComboBoxComponent_1 = class ComboBoxComponent extends Co
|
|
|
229
243
|
* @param {?} srenderer
|
|
230
244
|
* @param {?} viewContainerRef
|
|
231
245
|
* @param {?} injector
|
|
246
|
+
* @param {?} cdr
|
|
232
247
|
*/
|
|
233
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
248
|
+
constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
234
249
|
super();
|
|
235
250
|
this.ngEle = ngEle;
|
|
236
251
|
this.srenderer = srenderer;
|
|
237
252
|
this.viewContainerRef = viewContainerRef;
|
|
238
253
|
this.injector = injector;
|
|
254
|
+
this.cdr = cdr;
|
|
239
255
|
this.skipFromEvent = true;
|
|
240
256
|
this.element = this.ngEle.nativeElement;
|
|
241
257
|
this.injectedModules = this.injectedModules || [];
|
|
258
|
+
try {
|
|
259
|
+
let mod = this.injector.get('DropDownsVirtualScroll');
|
|
260
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
|
261
|
+
this.injectedModules.push(mod);
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
catch (_a) { }
|
|
242
265
|
this.registerEvents(outputs$1);
|
|
243
266
|
this.addTwoWay.call(this, twoWays$1);
|
|
244
267
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
@@ -319,6 +342,7 @@ ComboBoxComponent.ctorParameters = () => [
|
|
|
319
342
|
{ type: Renderer2, },
|
|
320
343
|
{ type: ViewContainerRef, },
|
|
321
344
|
{ type: Injector, },
|
|
345
|
+
{ type: ChangeDetectorRef, },
|
|
322
346
|
];
|
|
323
347
|
ComboBoxComponent.propDecorators = {
|
|
324
348
|
'footerTemplate': [{ type: ContentChild, args: ['footerTemplate',] },],
|
|
@@ -357,7 +381,8 @@ ComboBoxComponent = ComboBoxComponent_1 = __decorate$1([
|
|
|
357
381
|
__metadata$1("design:paramtypes", [ElementRef,
|
|
358
382
|
Renderer2,
|
|
359
383
|
ViewContainerRef,
|
|
360
|
-
Injector
|
|
384
|
+
Injector,
|
|
385
|
+
ChangeDetectorRef])
|
|
361
386
|
], ComboBoxComponent);
|
|
362
387
|
var ComboBoxComponent_1;
|
|
363
388
|
|
|
@@ -410,7 +435,7 @@ var __decorate$2 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
410
435
|
var __metadata$2 = (this && this.__metadata) || function (k, v) {
|
|
411
436
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
412
437
|
};
|
|
413
|
-
const 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'];
|
|
438
|
+
const 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'];
|
|
414
439
|
const outputs$2 = ['actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select', 'valueChange'];
|
|
415
440
|
const twoWays$2 = ['value'];
|
|
416
441
|
/**
|
|
@@ -425,16 +450,25 @@ let AutoCompleteComponent = AutoCompleteComponent_1 = class AutoCompleteComponen
|
|
|
425
450
|
* @param {?} srenderer
|
|
426
451
|
* @param {?} viewContainerRef
|
|
427
452
|
* @param {?} injector
|
|
453
|
+
* @param {?} cdr
|
|
428
454
|
*/
|
|
429
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
455
|
+
constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
430
456
|
super();
|
|
431
457
|
this.ngEle = ngEle;
|
|
432
458
|
this.srenderer = srenderer;
|
|
433
459
|
this.viewContainerRef = viewContainerRef;
|
|
434
460
|
this.injector = injector;
|
|
461
|
+
this.cdr = cdr;
|
|
435
462
|
this.skipFromEvent = true;
|
|
436
463
|
this.element = this.ngEle.nativeElement;
|
|
437
464
|
this.injectedModules = this.injectedModules || [];
|
|
465
|
+
try {
|
|
466
|
+
let mod = this.injector.get('DropDownsVirtualScroll');
|
|
467
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
|
468
|
+
this.injectedModules.push(mod);
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
catch (_a) { }
|
|
438
472
|
this.registerEvents(outputs$2);
|
|
439
473
|
this.addTwoWay.call(this, twoWays$2);
|
|
440
474
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
@@ -515,6 +549,7 @@ AutoCompleteComponent.ctorParameters = () => [
|
|
|
515
549
|
{ type: Renderer2, },
|
|
516
550
|
{ type: ViewContainerRef, },
|
|
517
551
|
{ type: Injector, },
|
|
552
|
+
{ type: ChangeDetectorRef, },
|
|
518
553
|
];
|
|
519
554
|
AutoCompleteComponent.propDecorators = {
|
|
520
555
|
'footerTemplate': [{ type: ContentChild, args: ['footerTemplate',] },],
|
|
@@ -553,7 +588,8 @@ AutoCompleteComponent = AutoCompleteComponent_1 = __decorate$2([
|
|
|
553
588
|
__metadata$2("design:paramtypes", [ElementRef,
|
|
554
589
|
Renderer2,
|
|
555
590
|
ViewContainerRef,
|
|
556
|
-
Injector
|
|
591
|
+
Injector,
|
|
592
|
+
ChangeDetectorRef])
|
|
557
593
|
], AutoCompleteComponent);
|
|
558
594
|
var AutoCompleteComponent_1;
|
|
559
595
|
|
|
@@ -621,13 +657,15 @@ let MultiSelectComponent = MultiSelectComponent_1 = class MultiSelectComponent e
|
|
|
621
657
|
* @param {?} srenderer
|
|
622
658
|
* @param {?} viewContainerRef
|
|
623
659
|
* @param {?} injector
|
|
660
|
+
* @param {?} cdr
|
|
624
661
|
*/
|
|
625
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
662
|
+
constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
626
663
|
super();
|
|
627
664
|
this.ngEle = ngEle;
|
|
628
665
|
this.srenderer = srenderer;
|
|
629
666
|
this.viewContainerRef = viewContainerRef;
|
|
630
667
|
this.injector = injector;
|
|
668
|
+
this.cdr = cdr;
|
|
631
669
|
this.skipFromEvent = true;
|
|
632
670
|
this.element = this.ngEle.nativeElement;
|
|
633
671
|
this.injectedModules = this.injectedModules || [];
|
|
@@ -718,6 +756,7 @@ MultiSelectComponent.ctorParameters = () => [
|
|
|
718
756
|
{ type: Renderer2, },
|
|
719
757
|
{ type: ViewContainerRef, },
|
|
720
758
|
{ type: Injector, },
|
|
759
|
+
{ type: ChangeDetectorRef, },
|
|
721
760
|
];
|
|
722
761
|
MultiSelectComponent.propDecorators = {
|
|
723
762
|
'footerTemplate': [{ type: ContentChild, args: ['footerTemplate',] },],
|
|
@@ -761,7 +800,8 @@ MultiSelectComponent = MultiSelectComponent_1 = __decorate$3([
|
|
|
761
800
|
__metadata$3("design:paramtypes", [ElementRef,
|
|
762
801
|
Renderer2,
|
|
763
802
|
ViewContainerRef,
|
|
764
|
-
Injector
|
|
803
|
+
Injector,
|
|
804
|
+
ChangeDetectorRef])
|
|
765
805
|
], MultiSelectComponent);
|
|
766
806
|
var MultiSelectComponent_1;
|
|
767
807
|
|
|
@@ -832,13 +872,15 @@ let ListBoxComponent = ListBoxComponent_1 = class ListBoxComponent extends ListB
|
|
|
832
872
|
* @param {?} srenderer
|
|
833
873
|
* @param {?} viewContainerRef
|
|
834
874
|
* @param {?} injector
|
|
875
|
+
* @param {?} cdr
|
|
835
876
|
*/
|
|
836
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
877
|
+
constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
837
878
|
super();
|
|
838
879
|
this.ngEle = ngEle;
|
|
839
880
|
this.srenderer = srenderer;
|
|
840
881
|
this.viewContainerRef = viewContainerRef;
|
|
841
882
|
this.injector = injector;
|
|
883
|
+
this.cdr = cdr;
|
|
842
884
|
this.element = this.ngEle.nativeElement;
|
|
843
885
|
this.injectedModules = this.injectedModules || [];
|
|
844
886
|
try {
|
|
@@ -928,6 +970,7 @@ ListBoxComponent.ctorParameters = () => [
|
|
|
928
970
|
{ type: Renderer2, },
|
|
929
971
|
{ type: ViewContainerRef, },
|
|
930
972
|
{ type: Injector, },
|
|
973
|
+
{ type: ChangeDetectorRef, },
|
|
931
974
|
];
|
|
932
975
|
ListBoxComponent.propDecorators = {
|
|
933
976
|
'itemTemplate': [{ type: ContentChild, args: ['itemTemplate',] },],
|
|
@@ -946,7 +989,8 @@ ListBoxComponent = ListBoxComponent_1 = __decorate$4([
|
|
|
946
989
|
__metadata$4("design:paramtypes", [ElementRef,
|
|
947
990
|
Renderer2,
|
|
948
991
|
ViewContainerRef,
|
|
949
|
-
Injector
|
|
992
|
+
Injector,
|
|
993
|
+
ChangeDetectorRef])
|
|
950
994
|
], ListBoxComponent);
|
|
951
995
|
var ListBoxComponent_1;
|
|
952
996
|
|
|
@@ -1014,13 +1058,15 @@ let DropDownTreeComponent = DropDownTreeComponent_1 = class DropDownTreeComponen
|
|
|
1014
1058
|
* @param {?} srenderer
|
|
1015
1059
|
* @param {?} viewContainerRef
|
|
1016
1060
|
* @param {?} injector
|
|
1061
|
+
* @param {?} cdr
|
|
1017
1062
|
*/
|
|
1018
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
1063
|
+
constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
1019
1064
|
super();
|
|
1020
1065
|
this.ngEle = ngEle;
|
|
1021
1066
|
this.srenderer = srenderer;
|
|
1022
1067
|
this.viewContainerRef = viewContainerRef;
|
|
1023
1068
|
this.injector = injector;
|
|
1069
|
+
this.cdr = cdr;
|
|
1024
1070
|
this.skipFromEvent = true;
|
|
1025
1071
|
this.element = this.ngEle.nativeElement;
|
|
1026
1072
|
this.injectedModules = this.injectedModules || [];
|
|
@@ -1104,6 +1150,7 @@ DropDownTreeComponent.ctorParameters = () => [
|
|
|
1104
1150
|
{ type: Renderer2, },
|
|
1105
1151
|
{ type: ViewContainerRef, },
|
|
1106
1152
|
{ type: Injector, },
|
|
1153
|
+
{ type: ChangeDetectorRef, },
|
|
1107
1154
|
];
|
|
1108
1155
|
DropDownTreeComponent.propDecorators = {
|
|
1109
1156
|
'footerTemplate': [{ type: ContentChild, args: ['footerTemplate',] },],
|
|
@@ -1137,7 +1184,8 @@ DropDownTreeComponent = DropDownTreeComponent_1 = __decorate$5([
|
|
|
1137
1184
|
__metadata$5("design:paramtypes", [ElementRef,
|
|
1138
1185
|
Renderer2,
|
|
1139
1186
|
ViewContainerRef,
|
|
1140
|
-
Injector
|
|
1187
|
+
Injector,
|
|
1188
|
+
ChangeDetectorRef])
|
|
1141
1189
|
], DropDownTreeComponent);
|
|
1142
1190
|
var DropDownTreeComponent_1;
|
|
1143
1191
|
|
|
@@ -1337,6 +1385,6 @@ MentionAllModule.ctorParameters = () => [];
|
|
|
1337
1385
|
* Generated bundle index. Do not edit.
|
|
1338
1386
|
*/
|
|
1339
1387
|
|
|
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';
|
|
1388
|
+
export { DropDownListComponent, DropDownListModule, DropDownListAllModule, VirtualScrollService, 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 };
|
|
1389
|
+
export { incrementalSearch, Search, escapeCharRegExp, resetIncrementalSearchValues, highlightSearch, revertHighlightSearch, VirtualScroll, 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';
|
|
1342
1390
|
//# sourceMappingURL=ej2-angular-dropdowns.js.map
|