@syncfusion/ej2-angular-dropdowns 29.2.4-ngcc → 29.2.4
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/CHANGELOG.md +2786 -0
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/auto-complete/autocomplete-all.module.mjs +23 -0
- package/esm2020/src/auto-complete/autocomplete.component.mjs +129 -0
- package/esm2020/src/auto-complete/autocomplete.module.mjs +25 -0
- package/esm2020/src/combo-box/combobox-all.module.mjs +23 -0
- package/esm2020/src/combo-box/combobox.component.mjs +129 -0
- package/esm2020/src/combo-box/combobox.module.mjs +25 -0
- package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +29 -0
- package/esm2020/src/drop-down-list/dropdownlist.component.mjs +135 -0
- package/esm2020/src/drop-down-list/dropdownlist.module.mjs +25 -0
- package/esm2020/src/drop-down-tree/dropdowntree-all.module.mjs +23 -0
- package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +122 -0
- package/esm2020/src/drop-down-tree/dropdowntree.module.mjs +25 -0
- package/esm2020/src/index.mjs +23 -0
- package/esm2020/src/list-box/listbox-all.module.mjs +23 -0
- package/esm2020/src/list-box/listbox.component.mjs +104 -0
- package/esm2020/src/list-box/listbox.module.mjs +25 -0
- package/esm2020/src/mention/mention-all.module.mjs +23 -0
- package/esm2020/src/mention/mention.component.mjs +84 -0
- package/esm2020/src/mention/mention.module.mjs +25 -0
- package/esm2020/src/multi-select/multiselect-all.module.mjs +29 -0
- package/esm2020/src/multi-select/multiselect.component.mjs +142 -0
- package/esm2020/src/multi-select/multiselect.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-dropdowns.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +1095 -0
- package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +1095 -0
- package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +1 -0
- package/package.json +24 -11
- package/src/auto-complete/autocomplete-all.module.d.ts +6 -0
- package/src/auto-complete/autocomplete.component.d.ts +7 -4
- package/src/auto-complete/autocomplete.module.d.ts +6 -0
- package/src/combo-box/combobox-all.module.d.ts +6 -0
- package/src/combo-box/combobox.component.d.ts +7 -4
- package/src/combo-box/combobox.module.d.ts +6 -0
- package/src/drop-down-list/dropdownlist-all.module.d.ts +6 -0
- package/src/drop-down-list/dropdownlist.component.d.ts +5 -2
- package/src/drop-down-list/dropdownlist.module.d.ts +6 -0
- package/src/drop-down-tree/dropdowntree-all.module.d.ts +6 -0
- package/src/drop-down-tree/dropdowntree.component.d.ts +3 -0
- package/src/drop-down-tree/dropdowntree.module.d.ts +6 -0
- package/src/list-box/listbox-all.module.d.ts +6 -0
- package/src/list-box/listbox.component.d.ts +4 -1
- package/src/list-box/listbox.module.d.ts +6 -0
- package/src/mention/mention-all.module.d.ts +6 -0
- package/src/mention/mention.component.d.ts +3 -0
- package/src/mention/mention.module.d.ts +6 -0
- package/src/multi-select/multiselect-all.module.d.ts +6 -0
- package/src/multi-select/multiselect.component.d.ts +3 -0
- package/src/multi-select/multiselect.module.d.ts +6 -0
- package/syncfusion-ej2-angular-dropdowns.d.ts +5 -0
- package/@syncfusion/ej2-angular-dropdowns.es5.js +0 -1487
- package/@syncfusion/ej2-angular-dropdowns.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-dropdowns.js +0 -1402
- package/@syncfusion/ej2-angular-dropdowns.js.map +0 -1
- package/dist/ej2-angular-dropdowns.umd.js +0 -1557
- package/dist/ej2-angular-dropdowns.umd.js.map +0 -1
- package/dist/ej2-angular-dropdowns.umd.min.js +0 -11
- package/dist/ej2-angular-dropdowns.umd.min.js.map +0 -1
- package/ej2-angular-dropdowns.d.ts +0 -11
- package/ej2-angular-dropdowns.metadata.json +0 -1
- package/license +0 -10
|
@@ -1,6 +1,7 @@
|
|
|
1
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
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare const inputs: string[];
|
|
5
6
|
export declare const outputs: string[];
|
|
6
7
|
export declare const twoWays: string[];
|
|
@@ -43,7 +44,7 @@ export declare class ListBoxComponent extends ListBox implements IComponentBase
|
|
|
43
44
|
*
|
|
44
45
|
* @default null
|
|
45
46
|
* @asptype string
|
|
46
|
-
|
|
47
|
+
* @deprecated
|
|
47
48
|
*/
|
|
48
49
|
itemTemplate: any;
|
|
49
50
|
noRecordsTemplate: any;
|
|
@@ -60,4 +61,6 @@ export declare class ListBoxComponent extends ListBox implements IComponentBase
|
|
|
60
61
|
ngAfterContentChecked(): void;
|
|
61
62
|
registerEvents: (eventList: string[]) => void;
|
|
62
63
|
addTwoWay: (propList: string[]) => void;
|
|
64
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListBoxComponent, never>;
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListBoxComponent, "ejs-listbox", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowDragAndDrop": "allowDragAndDrop"; "allowFiltering": "allowFiltering"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "groupTemplate": "groupTemplate"; "height": "height"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "itemTemplate": "itemTemplate"; "locale": "locale"; "maximumSelectionLength": "maximumSelectionLength"; "noRecordsTemplate": "noRecordsTemplate"; "query": "query"; "scope": "scope"; "selectionSettings": "selectionSettings"; "sortOrder": "sortOrder"; "toolbarSettings": "toolbarSettings"; "value": "value"; "zIndex": "zIndex"; }, { "focus": "focus"; "blur": "blur"; "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeDrop": "beforeDrop"; "beforeItemRender": "beforeItemRender"; "change": "change"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "drag": "drag"; "dragStart": "dragStart"; "drop": "drop"; "filtering": "filtering"; "select": "select"; "valueChange": "valueChange"; }, ["itemTemplate", "noRecordsTemplate"], never>;
|
|
63
66
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./listbox.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the ListBox component.
|
|
3
6
|
*/
|
|
4
7
|
export declare class ListBoxModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListBoxModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ListBoxModule, [typeof i1.ListBoxComponent], [typeof i2.CommonModule], [typeof i1.ListBoxComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ListBoxModule>;
|
|
5
11
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./mention.module";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the Mention component with providers.
|
|
3
6
|
*/
|
|
4
7
|
export declare class MentionAllModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MentionAllModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MentionAllModule, never, [typeof i1.CommonModule, typeof i2.MentionModule], [typeof i2.MentionModule]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MentionAllModule>;
|
|
5
11
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Mention } from '@syncfusion/ej2-dropdowns';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare const inputs: string[];
|
|
5
6
|
export declare const outputs: string[];
|
|
6
7
|
export declare const twoWays: string[];
|
|
@@ -53,4 +54,6 @@ export declare class MentionComponent extends Mention implements IComponentBase
|
|
|
53
54
|
ngAfterContentChecked(): void;
|
|
54
55
|
registerEvents: (eventList: string[]) => void;
|
|
55
56
|
addTwoWay: (propList: string[]) => void;
|
|
57
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MentionComponent, never>;
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MentionComponent, "ejs-mention", never, { "allowSpaces": "allowSpaces"; "cssClass": "cssClass"; "dataSource": "dataSource"; "debounceDelay": "debounceDelay"; "displayTemplate": "displayTemplate"; "fields": "fields"; "filterType": "filterType"; "highlight": "highlight"; "ignoreCase": "ignoreCase"; "itemTemplate": "itemTemplate"; "locale": "locale"; "mentionChar": "mentionChar"; "minLength": "minLength"; "noRecordsTemplate": "noRecordsTemplate"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "requireLeadingSpace": "requireLeadingSpace"; "showMentionChar": "showMentionChar"; "sortOrder": "sortOrder"; "spinnerTemplate": "spinnerTemplate"; "suffixText": "suffixText"; "suggestionCount": "suggestionCount"; "target": "target"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "change": "change"; "closed": "closed"; "created": "created"; "destroyed": "destroyed"; "filtering": "filtering"; "opened": "opened"; "select": "select"; }, ["displayTemplate", "itemTemplate", "spinnerTemplate", "noRecordsTemplate"], ["*"]>;
|
|
56
59
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./mention.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the Mention component.
|
|
3
6
|
*/
|
|
4
7
|
export declare class MentionModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MentionModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MentionModule, [typeof i1.MentionComponent], [typeof i2.CommonModule], [typeof i1.MentionComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MentionModule>;
|
|
5
11
|
}
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "./multiselect.module";
|
|
2
5
|
export declare const CheckBoxSelectionService: ValueProvider;
|
|
3
6
|
/**
|
|
4
7
|
* NgModule definition for the MultiSelect component with providers.
|
|
5
8
|
*/
|
|
6
9
|
export declare class MultiSelectAllModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectAllModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiSelectAllModule, never, [typeof i1.CommonModule, typeof i2.MultiSelectModule], [typeof i2.MultiSelectModule]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MultiSelectAllModule>;
|
|
7
13
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
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
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare const inputs: string[];
|
|
5
6
|
export declare const outputs: string[];
|
|
6
7
|
export declare const twoWays: string[];
|
|
@@ -103,4 +104,6 @@ export declare class MultiSelectComponent extends MultiSelect implements ICompon
|
|
|
103
104
|
ngAfterContentChecked(): void;
|
|
104
105
|
registerEvents: (eventList: string[]) => void;
|
|
105
106
|
addTwoWay: (propList: string[]) => void;
|
|
107
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
|
|
108
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "ejs-multiselect", never, { "actionFailureTemplate": "actionFailureTemplate"; "addTagOnBlur": "addTagOnBlur"; "allowCustomValue": "allowCustomValue"; "allowFiltering": "allowFiltering"; "allowObjectBinding": "allowObjectBinding"; "allowResize": "allowResize"; "changeOnBlur": "changeOnBlur"; "closePopupOnSelect": "closePopupOnSelect"; "cssClass": "cssClass"; "dataSource": "dataSource"; "debounceDelay": "debounceDelay"; "delimiterChar": "delimiterChar"; "enableGroupCheckBox": "enableGroupCheckBox"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSelectionOrder": "enableSelectionOrder"; "enableVirtualization": "enableVirtualization"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "hideSelectedItem": "hideSelectedItem"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "isDeviceFullScreen": "isDeviceFullScreen"; "itemTemplate": "itemTemplate"; "locale": "locale"; "maximumSelectionLength": "maximumSelectionLength"; "mode": "mode"; "noRecordsTemplate": "noRecordsTemplate"; "openOnClick": "openOnClick"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "selectAllText": "selectAllText"; "showClearButton": "showClearButton"; "showDropDownIcon": "showDropDownIcon"; "showSelectAll": "showSelectAll"; "sortOrder": "sortOrder"; "text": "text"; "unSelectAllText": "unSelectAllText"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "beforeSelectAll": "beforeSelectAll"; "blur": "blur"; "change": "change"; "chipSelection": "chipSelection"; "close": "close"; "created": "created"; "customValueSelection": "customValueSelection"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "removed": "removed"; "removing": "removing"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "select": "select"; "selectedAll": "selectedAll"; "tagging": "tagging"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "valueTemplate", "itemTemplate", "groupTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
|
|
106
109
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./multiselect.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the MultiSelect component.
|
|
3
6
|
*/
|
|
4
7
|
export declare class MultiSelectModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiSelectModule, [typeof i1.MultiSelectComponent], [typeof i2.CommonModule], [typeof i1.MultiSelectComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MultiSelectModule>;
|
|
5
11
|
}
|