@syncfusion/ej2-angular-multicolumn-combobox 31.2.2 → 31.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/README.md +17 -12
- package/package.json +24 -55
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/README.md
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
# Angular MultiColumn ComboBox Component
|
|
2
2
|
|
|
3
|
-
The
|
|
3
|
+
The [Angular MultiColumn ComboBox](https://www.syncfusion.com/angular-components/angular-multicolumn-combobox) component that displays detailed information about items in a table-like structure with multiple columns. It provides comprehensive data about the selected value, offering more context than typical single-string text lists.
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
|
|
7
|
-
<a href="https://www.syncfusion.com">
|
|
8
|
-
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
|
|
9
|
-
</a>
|
|
6
|
+
<img alt="Angular Multicolumn ComboBox Control" src="https://ft.syncfusion.com/featuretour/angular-js2/images/multicolumn-combobox/angular-multicolumn-combobox.png">
|
|
10
7
|
</p>
|
|
11
8
|
|
|
12
9
|
## Setup
|
|
@@ -19,12 +16,20 @@ npm install @syncfusion/ej2-angular-multicolumn-combobox
|
|
|
19
16
|
|
|
20
17
|
## Key features
|
|
21
18
|
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
19
|
+
* [Data Binding](https://ej2.syncfusion.com/angular/documentation/multicolumn-combobox/data-binding) - Supports data binding from JavaScript object arrays and remote data sources using adapters like OData, URLs, and Web APIs.
|
|
20
|
+
* [Grouping](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=textbox#/fluent2/multicolumn-combobox/grouping) - Allows grouping of pop-up list items to enhance the user experience by organizing related items.
|
|
21
|
+
* [Filtering](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=textbox#/fluent2/multicolumn-combobox/filtering) - Provides advanced filtering capabilities to easily find and select items from large datasets.
|
|
22
|
+
* [Sorting](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=textbox#/fluent2/multicolumn-combobox/sorting) - Allows sorting of items in ascending or descending order and single or multi-column sorting.
|
|
23
|
+
* [Virtualization](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=textbox#/fluent2/multicolumn-combobox/virtualization) - Supports virtualization to efficiently display large datasets by loading data on demand.
|
|
24
|
+
* [Templates](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=textbox#/fluent2/multicolumn-combobox/template) - Allow customization of the appearance and layout, including header, footer and list items in the pop-up list using templates.
|
|
25
|
+
|
|
26
|
+
## Resources
|
|
27
|
+
|
|
28
|
+
* [Documentation](https://ej2.syncfusion.com/angular/documentation/multicolumn-combobox/getting-started)
|
|
29
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
30
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
|
|
31
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/angular)
|
|
32
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
|
|
28
33
|
|
|
29
34
|
## Support
|
|
30
35
|
|
|
@@ -38,7 +43,7 @@ Product support is available through the following mediums.
|
|
|
38
43
|
|
|
39
44
|
## License and copyright
|
|
40
45
|
|
|
41
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for
|
|
46
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
42
47
|
|
|
43
48
|
> A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
44
49
|
|
package/package.json
CHANGED
|
@@ -1,44 +1,32 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-angular-multicolumn-combobox@*",
|
|
12
|
-
"name": "@syncfusion/ej2-angular-multicolumn-combobox",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-angular-multicolumn-combobox",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/"
|
|
21
|
-
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-multicolumn-combobox/-/ej2-angular-multicolumn-combobox-31.1.1.tgz",
|
|
23
|
-
"_shasum": "1504b5b9be6e58f7b99f3646822a4abee090312d",
|
|
24
|
-
"_spec": "@syncfusion/ej2-angular-multicolumn-combobox@*",
|
|
25
|
-
"_where": "D:\\SF3992\\WFH\\Nexus\\release",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Syncfusion Inc."
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
2
|
+
"name": "@syncfusion/ej2-angular-multicolumn-combobox",
|
|
3
|
+
"version": "31.2.4",
|
|
4
|
+
"description": "Essential JS 2 Component for Angular",
|
|
5
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
7
|
+
"schematics": "./schematics/collection.json",
|
|
33
8
|
"dependencies": {
|
|
9
|
+
"@syncfusion/ej2-base": "~31.2.4",
|
|
34
10
|
"@syncfusion/ej2-angular-base": "~31.2.2",
|
|
35
|
-
"@syncfusion/ej2-
|
|
36
|
-
"@syncfusion/ej2-multicolumn-combobox": "31.2.2"
|
|
11
|
+
"@syncfusion/ej2-multicolumn-combobox": "31.2.4"
|
|
37
12
|
},
|
|
38
|
-
"
|
|
39
|
-
|
|
13
|
+
"keywords": [
|
|
14
|
+
"angular",
|
|
15
|
+
"ng",
|
|
16
|
+
"ej2-ng-multicolumncombobox",
|
|
17
|
+
"ng-multicolumncombobox"
|
|
18
|
+
],
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
22
|
+
},
|
|
23
|
+
"sideEffects": false,
|
|
24
|
+
"module": "fesm2015/syncfusion-ej2-angular-multicolumn-combobox.mjs",
|
|
40
25
|
"es2020": "fesm2020/syncfusion-ej2-angular-multicolumn-combobox.mjs",
|
|
41
26
|
"esm2020": "esm2020/syncfusion-ej2-angular-multicolumn-combobox.mjs",
|
|
27
|
+
"fesm2020": "fesm2020/syncfusion-ej2-angular-multicolumn-combobox.mjs",
|
|
28
|
+
"fesm2015": "fesm2015/syncfusion-ej2-angular-multicolumn-combobox.mjs",
|
|
29
|
+
"typings": "syncfusion-ej2-angular-multicolumn-combobox.d.ts",
|
|
42
30
|
"exports": {
|
|
43
31
|
"./package.json": {
|
|
44
32
|
"default": "./package.json"
|
|
@@ -52,24 +40,5 @@
|
|
|
52
40
|
"default": "./fesm2020/syncfusion-ej2-angular-multicolumn-combobox.mjs"
|
|
53
41
|
}
|
|
54
42
|
},
|
|
55
|
-
"
|
|
56
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-multicolumn-combobox.mjs",
|
|
57
|
-
"homepage": "https://www.syncfusion.com/angular-components",
|
|
58
|
-
"keywords": [
|
|
59
|
-
"angular",
|
|
60
|
-
"ng",
|
|
61
|
-
"ej2-ng-multicolumncombobox",
|
|
62
|
-
"ng-multicolumncombobox"
|
|
63
|
-
],
|
|
64
|
-
"license": "SEE LICENSE IN license",
|
|
65
|
-
"module": "fesm2015/syncfusion-ej2-angular-multicolumn-combobox.mjs",
|
|
66
|
-
"name": "@syncfusion/ej2-angular-multicolumn-combobox",
|
|
67
|
-
"repository": {
|
|
68
|
-
"type": "git",
|
|
69
|
-
"url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
70
|
-
},
|
|
71
|
-
"schematics": "./schematics/collection.json",
|
|
72
|
-
"sideEffects": false,
|
|
73
|
-
"typings": "syncfusion-ej2-angular-multicolumn-combobox.d.ts",
|
|
74
|
-
"version": "31.2.2"
|
|
43
|
+
"homepage": "https://www.syncfusion.com/angular-components"
|
|
75
44
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-multicolumn-combobox';
|
|
4
|
-
exports.pkgVer = '^31.2.
|
|
4
|
+
exports.pkgVer = '^31.2.4';
|
|
5
5
|
exports.moduleName = 'MultiColumnComboBoxModule';
|
|
6
|
-
exports.themeVer = '~31.2.
|
|
6
|
+
exports.themeVer = '~31.2.4';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-multicolumn-combobox';
|
|
2
|
-
export const pkgVer = '^31.2.
|
|
2
|
+
export const pkgVer = '^31.2.4';
|
|
3
3
|
export const moduleName = 'MultiColumnComboBoxModule';
|
|
4
|
-
export const themeVer = '~31.2.
|
|
4
|
+
export const themeVer = '~31.2.4';
|