@syncfusion/ej2-angular-dropdowns 22.2.12 → 23.1.36
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/esm2020/src/auto-complete/autocomplete.component.mjs +14 -6
- package/esm2020/src/combo-box/combobox.component.mjs +14 -6
- package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +9 -3
- package/esm2020/src/drop-down-list/dropdownlist.component.mjs +14 -6
- package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +5 -4
- package/esm2020/src/index.mjs +2 -2
- package/esm2020/src/list-box/listbox.component.mjs +5 -4
- package/esm2020/src/multi-select/multiselect.component.mjs +5 -4
- package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +60 -28
- package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +60 -28
- package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +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 +4 -3
- package/src/combo-box/combobox.component.d.ts +4 -3
- package/src/drop-down-list/dropdownlist-all.module.d.ts +2 -0
- package/src/drop-down-list/dropdownlist.component.d.ts +4 -3
- 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/bootstrap-dark.scss +1 -1
- package/styles/auto-complete/bootstrap.scss +1 -1
- package/styles/auto-complete/bootstrap4.scss +1 -1
- package/styles/auto-complete/bootstrap5-dark.scss +1 -1
- package/styles/auto-complete/bootstrap5.scss +1 -1
- package/styles/auto-complete/fabric-dark.scss +1 -1
- package/styles/auto-complete/fabric.scss +1 -1
- package/styles/auto-complete/fluent-dark.scss +1 -1
- package/styles/auto-complete/fluent.scss +1 -1
- package/styles/auto-complete/highcontrast-light.scss +1 -1
- package/styles/auto-complete/highcontrast.scss +1 -1
- package/styles/auto-complete/material-dark.css +0 -1
- package/styles/auto-complete/material-dark.scss +1 -1
- package/styles/auto-complete/material.css +0 -1
- package/styles/auto-complete/material.scss +1 -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-dark.scss +1 -1
- package/styles/auto-complete/tailwind.css +0 -1
- package/styles/auto-complete/tailwind.scss +1 -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/bootstrap-dark.scss +1 -1
- package/styles/combo-box/bootstrap.scss +1 -1
- package/styles/combo-box/bootstrap4.scss +1 -1
- package/styles/combo-box/bootstrap5-dark.scss +1 -1
- package/styles/combo-box/bootstrap5.scss +1 -1
- package/styles/combo-box/fabric-dark.scss +1 -1
- package/styles/combo-box/fabric.scss +1 -1
- package/styles/combo-box/fluent-dark.scss +1 -1
- package/styles/combo-box/fluent.scss +1 -1
- package/styles/combo-box/highcontrast-light.scss +1 -1
- package/styles/combo-box/highcontrast.scss +1 -1
- package/styles/combo-box/material-dark.css +0 -1
- package/styles/combo-box/material-dark.scss +1 -1
- package/styles/combo-box/material.css +0 -1
- package/styles/combo-box/material.scss +1 -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-dark.scss +1 -1
- package/styles/combo-box/tailwind.css +0 -1
- package/styles/combo-box/tailwind.scss +1 -1
- package/styles/drop-down-base/bootstrap-dark.scss +1 -1
- package/styles/drop-down-base/bootstrap.scss +1 -1
- package/styles/drop-down-base/bootstrap4.scss +1 -1
- package/styles/drop-down-base/bootstrap5-dark.scss +1 -1
- package/styles/drop-down-base/bootstrap5.scss +1 -1
- package/styles/drop-down-base/fabric-dark.scss +1 -1
- package/styles/drop-down-base/fabric.scss +1 -1
- package/styles/drop-down-base/fluent-dark.scss +1 -1
- package/styles/drop-down-base/fluent.scss +1 -1
- package/styles/drop-down-base/highcontrast-light.scss +1 -1
- package/styles/drop-down-base/highcontrast.scss +1 -1
- package/styles/drop-down-base/material-dark.css +0 -1
- package/styles/drop-down-base/material-dark.scss +1 -1
- package/styles/drop-down-base/material.css +0 -1
- package/styles/drop-down-base/material.scss +1 -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-dark.scss +1 -1
- package/styles/drop-down-base/tailwind.css +0 -1
- package/styles/drop-down-base/tailwind.scss +1 -1
- package/styles/drop-down-list/bootstrap-dark.scss +2 -1
- package/styles/drop-down-list/bootstrap.scss +2 -1
- package/styles/drop-down-list/bootstrap4.scss +2 -1
- package/styles/drop-down-list/bootstrap5-dark.scss +2 -1
- package/styles/drop-down-list/bootstrap5.scss +2 -1
- package/styles/drop-down-list/fabric-dark.scss +2 -1
- package/styles/drop-down-list/fabric.scss +2 -1
- package/styles/drop-down-list/fluent-dark.scss +2 -1
- package/styles/drop-down-list/fluent.scss +2 -1
- package/styles/drop-down-list/highcontrast-light.scss +2 -1
- package/styles/drop-down-list/highcontrast.scss +2 -1
- package/styles/drop-down-list/material-dark.css +0 -1
- package/styles/drop-down-list/material-dark.scss +2 -1
- package/styles/drop-down-list/material.css +0 -1
- package/styles/drop-down-list/material.scss +2 -1
- package/styles/drop-down-list/material3-dark.css +0 -1
- package/styles/drop-down-list/material3-dark.scss +2 -1
- package/styles/drop-down-list/material3.css +0 -1
- package/styles/drop-down-list/material3.scss +2 -1
- package/styles/drop-down-list/tailwind-dark.css +0 -1
- package/styles/drop-down-list/tailwind-dark.scss +2 -1
- package/styles/drop-down-list/tailwind.css +0 -1
- package/styles/drop-down-list/tailwind.scss +2 -1
- package/styles/drop-down-tree/bootstrap-dark.scss +1 -1
- package/styles/drop-down-tree/bootstrap.scss +1 -1
- package/styles/drop-down-tree/bootstrap4.scss +1 -1
- package/styles/drop-down-tree/bootstrap5-dark.scss +1 -1
- package/styles/drop-down-tree/bootstrap5.scss +1 -1
- package/styles/drop-down-tree/fabric-dark.scss +1 -1
- package/styles/drop-down-tree/fabric.scss +1 -1
- package/styles/drop-down-tree/fluent-dark.scss +1 -1
- package/styles/drop-down-tree/fluent.scss +1 -1
- package/styles/drop-down-tree/highcontrast-light.scss +1 -1
- package/styles/drop-down-tree/highcontrast.scss +1 -1
- package/styles/drop-down-tree/material-dark.css +0 -1
- package/styles/drop-down-tree/material-dark.scss +1 -1
- package/styles/drop-down-tree/material.css +0 -1
- package/styles/drop-down-tree/material.scss +1 -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-dark.scss +1 -1
- package/styles/drop-down-tree/tailwind.css +0 -1
- package/styles/drop-down-tree/tailwind.scss +1 -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/_bootstrap4-definition.scss +4 -4
- package/styles/list-box/_fluent-definition.scss +4 -4
- package/styles/list-box/_layout.scss +0 -6
- package/styles/list-box/_material3-definition.scss +4 -4
- package/styles/list-box/_tailwind-definition.scss +3 -3
- package/styles/list-box/bootstrap-dark.css +0 -8
- package/styles/list-box/bootstrap-dark.scss +1 -1
- package/styles/list-box/bootstrap.css +0 -8
- package/styles/list-box/bootstrap.scss +1 -1
- package/styles/list-box/bootstrap4.css +4 -12
- package/styles/list-box/bootstrap4.scss +1 -1
- package/styles/list-box/bootstrap5-dark.css +0 -8
- package/styles/list-box/bootstrap5-dark.scss +1 -1
- package/styles/list-box/bootstrap5.css +0 -8
- package/styles/list-box/bootstrap5.scss +1 -1
- package/styles/list-box/fabric-dark.css +0 -8
- package/styles/list-box/fabric-dark.scss +1 -1
- package/styles/list-box/fabric.css +0 -8
- package/styles/list-box/fabric.scss +1 -1
- package/styles/list-box/fluent-dark.css +4 -12
- package/styles/list-box/fluent-dark.scss +1 -1
- package/styles/list-box/fluent.css +4 -12
- package/styles/list-box/fluent.scss +1 -1
- package/styles/list-box/highcontrast-light.css +0 -8
- package/styles/list-box/highcontrast-light.scss +1 -1
- package/styles/list-box/highcontrast.css +0 -8
- package/styles/list-box/highcontrast.scss +1 -1
- package/styles/list-box/material-dark.css +0 -9
- package/styles/list-box/material-dark.scss +1 -1
- package/styles/list-box/material.css +0 -9
- package/styles/list-box/material.scss +1 -1
- 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-dark.scss +1 -1
- package/styles/list-box/tailwind.css +3 -12
- package/styles/list-box/tailwind.scss +1 -1
- package/styles/material-dark.css +0 -9
- package/styles/material.css +0 -9
- package/styles/material3-dark.css +4 -13
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.css +4 -13
- package/styles/material3.scss +1 -1
- package/styles/mention/bootstrap-dark.scss +1 -1
- package/styles/mention/bootstrap.scss +1 -1
- package/styles/mention/bootstrap4.scss +1 -1
- package/styles/mention/bootstrap5-dark.scss +1 -1
- package/styles/mention/bootstrap5.scss +1 -1
- package/styles/mention/fabric-dark.scss +1 -1
- package/styles/mention/fabric.scss +1 -1
- package/styles/mention/fluent-dark.scss +1 -1
- package/styles/mention/fluent.scss +1 -1
- package/styles/mention/highcontrast-light.scss +1 -1
- package/styles/mention/highcontrast.scss +1 -1
- package/styles/mention/material-dark.css +0 -1
- package/styles/mention/material-dark.scss +1 -1
- package/styles/mention/material.css +0 -1
- package/styles/mention/material.scss +1 -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-dark.scss +1 -1
- package/styles/mention/tailwind.css +0 -1
- package/styles/mention/tailwind.scss +1 -1
- package/styles/multi-select/bootstrap-dark.scss +1 -1
- package/styles/multi-select/bootstrap.scss +1 -1
- package/styles/multi-select/bootstrap4.scss +1 -1
- package/styles/multi-select/bootstrap5-dark.scss +1 -1
- package/styles/multi-select/bootstrap5.scss +1 -1
- package/styles/multi-select/fabric-dark.scss +1 -1
- package/styles/multi-select/fabric.scss +1 -1
- package/styles/multi-select/fluent-dark.scss +1 -1
- package/styles/multi-select/fluent.scss +1 -1
- package/styles/multi-select/highcontrast-light.scss +1 -1
- package/styles/multi-select/highcontrast.scss +1 -1
- package/styles/multi-select/material-dark.css +0 -1
- package/styles/multi-select/material-dark.scss +1 -1
- package/styles/multi-select/material.css +0 -1
- package/styles/multi-select/material.scss +1 -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-dark.scss +1 -1
- package/styles/multi-select/tailwind.css +0 -1
- package/styles/multi-select/tailwind.scss +1 -1
- package/styles/tailwind-dark.css +3 -19
- package/styles/tailwind.css +3 -19
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { ComboBox } from '@syncfusion/ej2-dropdowns';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -16,6 +16,7 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
|
|
|
16
16
|
private srenderer;
|
|
17
17
|
private viewContainerRef;
|
|
18
18
|
private injector;
|
|
19
|
+
private cdr;
|
|
19
20
|
formCompContext: any;
|
|
20
21
|
formContext: any;
|
|
21
22
|
tagObjects: any;
|
|
@@ -73,7 +74,7 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
|
|
|
73
74
|
noRecordsTemplate: any;
|
|
74
75
|
actionFailureTemplate: any;
|
|
75
76
|
private skipFromEvent;
|
|
76
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
77
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
77
78
|
registerOnChange(registerFunction: (_: any) => void): void;
|
|
78
79
|
registerOnTouched(registerFunction: () => void): void;
|
|
79
80
|
writeValue(value: any): void;
|
|
@@ -85,5 +86,5 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
|
|
|
85
86
|
registerEvents: (eventList: string[]) => void;
|
|
86
87
|
addTwoWay: (propList: string[]) => void;
|
|
87
88
|
static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxComponent, never>;
|
|
88
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ComboBoxComponent, "ejs-combobox", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowCustom": "allowCustom"; "allowFiltering": "allowFiltering"; "autofill": "autofill"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "index": "index"; "itemTemplate": "itemTemplate"; "locale": "locale"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "showClearButton": "showClearButton"; "sortOrder": "sortOrder"; "text": "text"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "customValueSpecifier": "customValueSpecifier"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
|
|
89
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ComboBoxComponent, "ejs-combobox", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowCustom": "allowCustom"; "allowFiltering": "allowFiltering"; "autofill": "autofill"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "index": "index"; "itemTemplate": "itemTemplate"; "locale": "locale"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "showClearButton": "showClearButton"; "sortOrder": "sortOrder"; "text": "text"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "customValueSpecifier": "customValueSpecifier"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
|
|
89
90
|
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import { ValueProvider } from '@angular/core';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "@angular/common";
|
|
3
4
|
import * as i2 from "./dropdownlist.module";
|
|
5
|
+
export declare const VirtualScrollService: ValueProvider;
|
|
4
6
|
/**
|
|
5
7
|
* NgModule definition for the DropDownList component with providers.
|
|
6
8
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { DropDownList } from '@syncfusion/ej2-dropdowns';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -16,6 +16,7 @@ export declare class DropDownListComponent extends DropDownList implements IComp
|
|
|
16
16
|
private srenderer;
|
|
17
17
|
private viewContainerRef;
|
|
18
18
|
private injector;
|
|
19
|
+
private cdr;
|
|
19
20
|
formCompContext: any;
|
|
20
21
|
formContext: any;
|
|
21
22
|
tagObjects: any;
|
|
@@ -83,7 +84,7 @@ export declare class DropDownListComponent extends DropDownList implements IComp
|
|
|
83
84
|
noRecordsTemplate: any;
|
|
84
85
|
actionFailureTemplate: any;
|
|
85
86
|
private skipFromEvent;
|
|
86
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
87
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
87
88
|
registerOnChange(registerFunction: (_: any) => void): void;
|
|
88
89
|
registerOnTouched(registerFunction: () => void): void;
|
|
89
90
|
writeValue(value: any): void;
|
|
@@ -95,5 +96,5 @@ export declare class DropDownListComponent extends DropDownList implements IComp
|
|
|
95
96
|
registerEvents: (eventList: string[]) => void;
|
|
96
97
|
addTwoWay: (propList: string[]) => void;
|
|
97
98
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListComponent, never>;
|
|
98
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropDownListComponent, "ejs-dropdownlist", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowFiltering": "allowFiltering"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "index": "index"; "itemTemplate": "itemTemplate"; "locale": "locale"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "showClearButton": "showClearButton"; "sortOrder": "sortOrder"; "text": "text"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "valueTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
|
|
99
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropDownListComponent, "ejs-dropdownlist", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowFiltering": "allowFiltering"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "index": "index"; "itemTemplate": "itemTemplate"; "locale": "locale"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "showClearButton": "showClearButton"; "sortOrder": "sortOrder"; "text": "text"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "valueTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
|
|
99
100
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { DropDownTree } from '@syncfusion/ej2-dropdowns';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -16,6 +16,7 @@ export declare class DropDownTreeComponent extends DropDownTree implements IComp
|
|
|
16
16
|
private srenderer;
|
|
17
17
|
private viewContainerRef;
|
|
18
18
|
private injector;
|
|
19
|
+
private cdr;
|
|
19
20
|
formCompContext: any;
|
|
20
21
|
formContext: any;
|
|
21
22
|
tagObjects: any;
|
|
@@ -68,7 +69,7 @@ export declare class DropDownTreeComponent extends DropDownTree implements IComp
|
|
|
68
69
|
noRecordsTemplate: any;
|
|
69
70
|
actionFailureTemplate: any;
|
|
70
71
|
private skipFromEvent;
|
|
71
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
72
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
72
73
|
registerOnChange(registerFunction: (_: any) => void): void;
|
|
73
74
|
registerOnTouched(registerFunction: () => void): void;
|
|
74
75
|
writeValue(value: any): void;
|
package/src/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { DropDownListComponent } from './drop-down-list/dropdownlist.component';
|
|
2
2
|
export { DropDownListModule } from './drop-down-list/dropdownlist.module';
|
|
3
|
-
export { DropDownListAllModule } from './drop-down-list/dropdownlist-all.module';
|
|
3
|
+
export { DropDownListAllModule, VirtualScrollService } from './drop-down-list/dropdownlist-all.module';
|
|
4
4
|
export { ComboBoxComponent } from './combo-box/combobox.component';
|
|
5
5
|
export { ComboBoxModule } from './combo-box/combobox.module';
|
|
6
6
|
export { ComboBoxAllModule } from './combo-box/combobox-all.module';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { ListBox } from '@syncfusion/ej2-dropdowns';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -16,6 +16,7 @@ export declare class ListBoxComponent extends ListBox implements IComponentBase
|
|
|
16
16
|
private srenderer;
|
|
17
17
|
private viewContainerRef;
|
|
18
18
|
private injector;
|
|
19
|
+
private cdr;
|
|
19
20
|
formCompContext: any;
|
|
20
21
|
formContext: any;
|
|
21
22
|
tagObjects: any;
|
|
@@ -49,7 +50,7 @@ export declare class ListBoxComponent extends ListBox implements IComponentBase
|
|
|
49
50
|
noRecordsTemplate: any;
|
|
50
51
|
focus: any;
|
|
51
52
|
blur: any;
|
|
52
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
53
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
53
54
|
registerOnChange(registerFunction: (_: any) => void): void;
|
|
54
55
|
registerOnTouched(registerFunction: () => void): void;
|
|
55
56
|
writeValue(value: any): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { MultiSelect } from '@syncfusion/ej2-dropdowns';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -16,6 +16,7 @@ export declare class MultiSelectComponent extends MultiSelect implements ICompon
|
|
|
16
16
|
private srenderer;
|
|
17
17
|
private viewContainerRef;
|
|
18
18
|
private injector;
|
|
19
|
+
private cdr;
|
|
19
20
|
formCompContext: any;
|
|
20
21
|
formContext: any;
|
|
21
22
|
tagObjects: any;
|
|
@@ -89,7 +90,7 @@ export declare class MultiSelectComponent extends MultiSelect implements ICompon
|
|
|
89
90
|
noRecordsTemplate: any;
|
|
90
91
|
actionFailureTemplate: any;
|
|
91
92
|
private skipFromEvent;
|
|
92
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
93
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
93
94
|
registerOnChange(registerFunction: (_: any) => void): void;
|
|
94
95
|
registerOnTouched(registerFunction: () => void): void;
|
|
95
96
|
writeValue(value: any): void;
|
|
@@ -2490,11 +2490,6 @@ ejs-multiselect {
|
|
|
2490
2490
|
padding: 13px 16px;
|
|
2491
2491
|
position: relative;
|
|
2492
2492
|
}
|
|
2493
|
-
.e-listbox-wrapper.e-filter-list,
|
|
2494
|
-
.e-listbox-container.e-filter-list,
|
|
2495
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
2496
|
-
overflow: inherit;
|
|
2497
|
-
}
|
|
2498
2493
|
.e-listbox-wrapper .e-list-parent,
|
|
2499
2494
|
.e-listbox-container .e-list-parent,
|
|
2500
2495
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -2778,9 +2773,6 @@ ejs-listbox {
|
|
|
2778
2773
|
overflow: auto;
|
|
2779
2774
|
}
|
|
2780
2775
|
|
|
2781
|
-
.e-listbox-wrapper.e-filter-list {
|
|
2782
|
-
overflow: inherit;
|
|
2783
|
-
}
|
|
2784
2776
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2785
2777
|
overflow: auto;
|
|
2786
2778
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -2494,11 +2494,6 @@ ejs-multiselect {
|
|
|
2494
2494
|
padding: 13px 16px;
|
|
2495
2495
|
position: relative;
|
|
2496
2496
|
}
|
|
2497
|
-
.e-listbox-wrapper.e-filter-list,
|
|
2498
|
-
.e-listbox-container.e-filter-list,
|
|
2499
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
2500
|
-
overflow: inherit;
|
|
2501
|
-
}
|
|
2502
2497
|
.e-listbox-wrapper .e-list-parent,
|
|
2503
2498
|
.e-listbox-container .e-list-parent,
|
|
2504
2499
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -2782,9 +2777,6 @@ ejs-listbox {
|
|
|
2782
2777
|
overflow: auto;
|
|
2783
2778
|
}
|
|
2784
2779
|
|
|
2785
|
-
.e-listbox-wrapper.e-filter-list {
|
|
2786
|
-
overflow: inherit;
|
|
2787
|
-
}
|
|
2788
2780
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2789
2781
|
overflow: auto;
|
|
2790
2782
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2671,11 +2671,6 @@ ejs-multiselect {
|
|
|
2671
2671
|
padding: 10px 16px 10px 16px;
|
|
2672
2672
|
position: relative;
|
|
2673
2673
|
}
|
|
2674
|
-
.e-listbox-wrapper.e-filter-list,
|
|
2675
|
-
.e-listbox-container.e-filter-list,
|
|
2676
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
2677
|
-
overflow: inherit;
|
|
2678
|
-
}
|
|
2679
2674
|
.e-listbox-wrapper .e-list-parent,
|
|
2680
2675
|
.e-listbox-container .e-list-parent,
|
|
2681
2676
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -2959,9 +2954,6 @@ ejs-listbox {
|
|
|
2959
2954
|
overflow: auto;
|
|
2960
2955
|
}
|
|
2961
2956
|
|
|
2962
|
-
.e-listbox-wrapper.e-filter-list {
|
|
2963
|
-
overflow: inherit;
|
|
2964
|
-
}
|
|
2965
2957
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2966
2958
|
overflow: auto;
|
|
2967
2959
|
}
|
|
@@ -3207,12 +3199,12 @@ ejs-listbox {
|
|
|
3207
3199
|
|
|
3208
3200
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3209
3201
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3210
|
-
height: calc(100% -
|
|
3202
|
+
height: calc(100% - 43px);
|
|
3211
3203
|
}
|
|
3212
3204
|
|
|
3213
3205
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3214
3206
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3215
|
-
height: calc(100% -
|
|
3207
|
+
height: calc(100% - 56px);
|
|
3216
3208
|
}
|
|
3217
3209
|
|
|
3218
3210
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -3227,7 +3219,7 @@ ejs-listbox {
|
|
|
3227
3219
|
|
|
3228
3220
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3229
3221
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3230
|
-
height: calc(100% -
|
|
3222
|
+
height: calc(100% - 56px);
|
|
3231
3223
|
}
|
|
3232
3224
|
|
|
3233
3225
|
.e-listbox-wrapper,
|
|
@@ -3254,7 +3246,7 @@ ejs-listbox {
|
|
|
3254
3246
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3255
3247
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
3256
3248
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
3257
|
-
height: calc(100% -
|
|
3249
|
+
height: calc(100% - 48px);
|
|
3258
3250
|
}
|
|
3259
3251
|
|
|
3260
3252
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -2663,11 +2663,6 @@ ejs-multiselect {
|
|
|
2663
2663
|
padding: 10px 12px;
|
|
2664
2664
|
position: relative;
|
|
2665
2665
|
}
|
|
2666
|
-
.e-listbox-wrapper.e-filter-list,
|
|
2667
|
-
.e-listbox-container.e-filter-list,
|
|
2668
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
2669
|
-
overflow: inherit;
|
|
2670
|
-
}
|
|
2671
2666
|
.e-listbox-wrapper .e-list-parent,
|
|
2672
2667
|
.e-listbox-container .e-list-parent,
|
|
2673
2668
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -2951,9 +2946,6 @@ ejs-listbox {
|
|
|
2951
2946
|
overflow: auto;
|
|
2952
2947
|
}
|
|
2953
2948
|
|
|
2954
|
-
.e-listbox-wrapper.e-filter-list {
|
|
2955
|
-
overflow: inherit;
|
|
2956
|
-
}
|
|
2957
2949
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2958
2950
|
overflow: auto;
|
|
2959
2951
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2663,11 +2663,6 @@ ejs-multiselect {
|
|
|
2663
2663
|
padding: 10px 12px;
|
|
2664
2664
|
position: relative;
|
|
2665
2665
|
}
|
|
2666
|
-
.e-listbox-wrapper.e-filter-list,
|
|
2667
|
-
.e-listbox-container.e-filter-list,
|
|
2668
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
2669
|
-
overflow: inherit;
|
|
2670
|
-
}
|
|
2671
2666
|
.e-listbox-wrapper .e-list-parent,
|
|
2672
2667
|
.e-listbox-container .e-list-parent,
|
|
2673
2668
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -2951,9 +2946,6 @@ ejs-listbox {
|
|
|
2951
2946
|
overflow: auto;
|
|
2952
2947
|
}
|
|
2953
2948
|
|
|
2954
|
-
.e-listbox-wrapper.e-filter-list {
|
|
2955
|
-
overflow: inherit;
|
|
2956
|
-
}
|
|
2957
2949
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2958
2950
|
overflow: auto;
|
|
2959
2951
|
}
|