@syncfusion/ej2-angular-dropdowns 26.1.39 → 26.1.40-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 +1482 -0
- package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-dropdowns.js +1397 -0
- package/@syncfusion/ej2-angular-dropdowns.js.map +1 -0
- package/dist/ej2-angular-dropdowns.umd.js +1552 -0
- package/dist/ej2-angular-dropdowns.umd.js.map +1 -0
- package/dist/ej2-angular-dropdowns.umd.min.js +11 -0
- package/dist/ej2-angular-dropdowns.umd.min.js.map +1 -0
- package/ej2-angular-dropdowns.d.ts +11 -0
- package/ej2-angular-dropdowns.metadata.json +1 -0
- package/license +10 -0
- package/package.json +13 -27
- package/schematics/utils/lib-details.ts +2 -2
- package/src/auto-complete/autocomplete-all.module.d.ts +0 -6
- package/src/auto-complete/autocomplete.component.d.ts +4 -7
- package/src/auto-complete/autocomplete.module.d.ts +0 -6
- package/src/combo-box/combobox-all.module.d.ts +0 -6
- package/src/combo-box/combobox.component.d.ts +4 -7
- package/src/combo-box/combobox.module.d.ts +0 -6
- package/src/drop-down-list/dropdownlist-all.module.d.ts +0 -6
- package/src/drop-down-list/dropdownlist.component.d.ts +2 -5
- package/src/drop-down-list/dropdownlist.module.d.ts +0 -6
- package/src/drop-down-tree/dropdowntree-all.module.d.ts +0 -6
- package/src/drop-down-tree/dropdowntree.component.d.ts +0 -3
- package/src/drop-down-tree/dropdowntree.module.d.ts +0 -6
- package/src/list-box/listbox-all.module.d.ts +0 -6
- package/src/list-box/listbox.component.d.ts +1 -4
- package/src/list-box/listbox.module.d.ts +0 -6
- package/src/mention/mention-all.module.d.ts +0 -6
- package/src/mention/mention.component.d.ts +0 -3
- package/src/mention/mention.module.d.ts +0 -6
- package/src/multi-select/multiselect-all.module.d.ts +0 -6
- package/src/multi-select/multiselect.component.d.ts +0 -3
- package/src/multi-select/multiselect.module.d.ts +0 -6
- package/styles/fluent2.css +5 -5
- package/styles/list-box/fluent2.css +5 -5
- package/CHANGELOG.md +0 -2483
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/auto-complete/autocomplete-all.module.mjs +0 -23
- package/esm2020/src/auto-complete/autocomplete.component.mjs +0 -129
- package/esm2020/src/auto-complete/autocomplete.module.mjs +0 -25
- package/esm2020/src/combo-box/combobox-all.module.mjs +0 -23
- package/esm2020/src/combo-box/combobox.component.mjs +0 -129
- package/esm2020/src/combo-box/combobox.module.mjs +0 -25
- package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +0 -29
- package/esm2020/src/drop-down-list/dropdownlist.component.mjs +0 -135
- package/esm2020/src/drop-down-list/dropdownlist.module.mjs +0 -25
- package/esm2020/src/drop-down-tree/dropdowntree-all.module.mjs +0 -23
- package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +0 -116
- package/esm2020/src/drop-down-tree/dropdowntree.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -23
- package/esm2020/src/list-box/listbox-all.module.mjs +0 -23
- package/esm2020/src/list-box/listbox.component.mjs +0 -104
- package/esm2020/src/list-box/listbox.module.mjs +0 -25
- package/esm2020/src/mention/mention-all.module.mjs +0 -23
- package/esm2020/src/mention/mention.component.mjs +0 -84
- package/esm2020/src/mention/mention.module.mjs +0 -25
- package/esm2020/src/multi-select/multiselect-all.module.mjs +0 -29
- package/esm2020/src/multi-select/multiselect.component.mjs +0 -142
- package/esm2020/src/multi-select/multiselect.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +0 -1089
- package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -1089
- package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
- package/syncfusion-ej2-angular-dropdowns.d.ts +0 -5
|
@@ -1,7 +1,6 @@
|
|
|
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";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -54,6 +53,4 @@ export declare class MentionComponent extends Mention implements IComponentBase
|
|
|
54
53
|
ngAfterContentChecked(): void;
|
|
55
54
|
registerEvents: (eventList: string[]) => void;
|
|
56
55
|
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"; "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"; "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"], ["*"]>;
|
|
59
56
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./mention.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Mention component.
|
|
6
3
|
*/
|
|
7
4
|
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>;
|
|
11
5
|
}
|
|
@@ -1,13 +1,7 @@
|
|
|
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";
|
|
5
2
|
export declare const CheckBoxSelectionService: ValueProvider;
|
|
6
3
|
/**
|
|
7
4
|
* NgModule definition for the MultiSelect component with providers.
|
|
8
5
|
*/
|
|
9
6
|
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>;
|
|
13
7
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
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";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -101,6 +100,4 @@ export declare class MultiSelectComponent extends MultiSelect implements ICompon
|
|
|
101
100
|
ngAfterContentChecked(): void;
|
|
102
101
|
registerEvents: (eventList: string[]) => void;
|
|
103
102
|
addTwoWay: (propList: string[]) => void;
|
|
104
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
|
|
105
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "ejs-multiselect", never, { "actionFailureTemplate": "actionFailureTemplate"; "addTagOnBlur": "addTagOnBlur"; "allowCustomValue": "allowCustomValue"; "allowFiltering": "allowFiltering"; "allowObjectBinding": "allowObjectBinding"; "changeOnBlur": "changeOnBlur"; "closePopupOnSelect": "closePopupOnSelect"; "cssClass": "cssClass"; "dataSource": "dataSource"; "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"; "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"; "select": "select"; "selectedAll": "selectedAll"; "tagging": "tagging"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "valueTemplate", "itemTemplate", "groupTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
|
|
106
103
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./multiselect.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the MultiSelect component.
|
|
6
3
|
*/
|
|
7
4
|
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>;
|
|
11
5
|
}
|
package/styles/fluent2.css
CHANGED
|
@@ -10988,11 +10988,11 @@ ejs-listbox {
|
|
|
10988
10988
|
}
|
|
10989
10989
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
10990
10990
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
10991
|
-
height: calc(100% -
|
|
10991
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
10992
10992
|
}
|
|
10993
10993
|
|
|
10994
10994
|
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
10995
|
-
height: calc(100% -
|
|
10995
|
+
height: calc(100% - 60px) !important; /* stylelint-disable-line declaration-no-important */
|
|
10996
10996
|
}
|
|
10997
10997
|
|
|
10998
10998
|
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
@@ -11013,7 +11013,7 @@ ejs-listbox {
|
|
|
11013
11013
|
}
|
|
11014
11014
|
|
|
11015
11015
|
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
11016
|
-
height: calc(100% -
|
|
11016
|
+
height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
|
|
11017
11017
|
}
|
|
11018
11018
|
|
|
11019
11019
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -11023,7 +11023,7 @@ ejs-listbox {
|
|
|
11023
11023
|
|
|
11024
11024
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
11025
11025
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
11026
|
-
height: calc(100% -
|
|
11026
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
11027
11027
|
}
|
|
11028
11028
|
|
|
11029
11029
|
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
@@ -11058,7 +11058,7 @@ ejs-listbox {
|
|
|
11058
11058
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
11059
11059
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
11060
11060
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
11061
|
-
height: calc(100% -
|
|
11061
|
+
height: calc(100% - 52px);
|
|
11062
11062
|
}
|
|
11063
11063
|
|
|
11064
11064
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -1673,11 +1673,11 @@ ejs-listbox {
|
|
|
1673
1673
|
}
|
|
1674
1674
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
1675
1675
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
1676
|
-
height: calc(100% -
|
|
1676
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
1677
1677
|
}
|
|
1678
1678
|
|
|
1679
1679
|
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
1680
|
-
height: calc(100% -
|
|
1680
|
+
height: calc(100% - 60px) !important; /* stylelint-disable-line declaration-no-important */
|
|
1681
1681
|
}
|
|
1682
1682
|
|
|
1683
1683
|
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
@@ -1698,7 +1698,7 @@ ejs-listbox {
|
|
|
1698
1698
|
}
|
|
1699
1699
|
|
|
1700
1700
|
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
1701
|
-
height: calc(100% -
|
|
1701
|
+
height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
|
|
1702
1702
|
}
|
|
1703
1703
|
|
|
1704
1704
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -1708,7 +1708,7 @@ ejs-listbox {
|
|
|
1708
1708
|
|
|
1709
1709
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
1710
1710
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
1711
|
-
height: calc(100% -
|
|
1711
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
1712
1712
|
}
|
|
1713
1713
|
|
|
1714
1714
|
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
@@ -1743,7 +1743,7 @@ ejs-listbox {
|
|
|
1743
1743
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
1744
1744
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
1745
1745
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
1746
|
-
height: calc(100% -
|
|
1746
|
+
height: calc(100% - 52px);
|
|
1747
1747
|
}
|
|
1748
1748
|
|
|
1749
1749
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|