@syncfusion/ej2-vue-multicolumn-combobox 31.1.17 → 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 CHANGED
@@ -1,11 +1,15 @@
1
1
  # Vue MultiColumn ComboBox Component
2
2
 
3
- The `Vue 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.
3
+ The [Vue MultiColumn ComboBox](https://www.syncfusion.com/vue-components/vue-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
+
5
+ <p align="center">
6
+ <img alt="Vue Multicolum ComboBox Control" src="https://ft.syncfusion.com/featuretour/vue/images/multicolumn-combobox/vue-multicolumn-combobox.png">
7
+ </p>
4
8
 
5
9
  <p align="center">
6
10
  Trusted by the world's leading companies
7
11
  <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">
12
+ <img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
9
13
  </a>
10
14
  </p>
11
15
 
@@ -19,12 +23,20 @@ npm install @syncfusion/ej2-vue-multicolumn-combobox
19
23
 
20
24
  ## Key features
21
25
 
22
- * `Data binding` - Supports data binding from JavaScript object arrays and remote data sources using adapters like OData, URLs, and Web APIs.
23
- * `Grouping`- Allows grouping of pop-up list items to enhance the user experience by organizing related items.
24
- * `Filtering`- Provides advanced filtering capabilities to easily find and select items from large datasets.
25
- * `Sorting` - Allows sorting of items in ascending or descending order and single or multi-column sorting.
26
- * `Virtualization`- Supports virtualization to efficiently display large datasets by loading data on demand.
27
- * `Templates`- Allow customization of the appearance and layout, including header, footer and list items in the pop-up list using templates.
26
+ * [Data binding](https://ej2.syncfusion.com/vue/documentation/multicolumn-combobox/data-binding) - Supports data binding from JavaScript object arrays and remote data sources using adapters like OData, URLs, and Web APIs.
27
+ * [Grouping](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=color-picker#/fluent2/multicolumn-combobox/grouping.html) - Allows grouping of pop-up list items to enhance the user experience by organizing related items.
28
+ * [Filtering](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=color-picker#/fluent2/multicolumn-combobox/filtering.html) - Provides advanced filtering capabilities to easily find and select items from large datasets.
29
+ * [Sorting](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=color-picker#/fluent2/multicolumn-combobox/sorting.html) - Allows sorting of items in ascending or descending order and single or multi-column sorting.
30
+ * [Virtualization](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=color-picker#/fluent2/multicolumn-combobox/virtualization.html) - Supports virtualization to efficiently display large datasets by loading data on demand.
31
+ * [Templates](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=color-picker#/fluent2/multicolumn-combobox/template.html) - Allow customization of the appearance and layout, including header, footer and list items in the pop-up list using templates.
32
+
33
+ ## Resources
34
+
35
+ * [Documentation](https://ej2.syncfusion.com/vue/documentation/multicolumn-combobox/getting-started)
36
+ * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
37
+ * [What's New](https://www.syncfusion.com/products/whatsnew/vue?utm_medium=listing&utm_source=github)
38
+ * [Road Map](https://www.syncfusion.com/products/roadmap/vue)
39
+ * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=vue&type=all)
28
40
 
29
41
  ## Support
30
42
 
@@ -38,7 +50,7 @@ Product support is available through the following mediums.
38
50
 
39
51
  ## License and copyright
40
52
 
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 80+ [Vue UI components](https://www.syncfusion.com/vue-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).
53
+ > 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+ [Vue UI components](https://www.syncfusion.com/vue-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
54
 
43
55
  > 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
56
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * filename: ej2-vue-multicolumn-combobox.umd.min.js
3
- * version : 31.1.17
4
- * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
3
+ * version : 31.2.4
4
+ * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
package/package.json CHANGED
@@ -1,63 +1,33 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-vue-multicolumn-combobox@*",
3
- "_id": "@syncfusion/ej2-vue-multicolumn-combobox@29.2.0",
4
- "_inBundle": false,
5
- "_integrity": "sha512-7yyQR+n24M7lCVu/NJlbOvGNqIJZDG9BN61oOkbmFOjguAJP4wgPR7OsgIf+2qIXBcWBcn2HfLq3rnj/pWYVNQ==",
6
- "_location": "/@syncfusion/ej2-vue-multicolumn-combobox",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-vue-multicolumn-combobox@*",
12
- "name": "@syncfusion/ej2-vue-multicolumn-combobox",
13
- "escapedName": "@syncfusion%2fej2-vue-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-development/@syncfusion/ej2-vue-multicolumn-combobox/-/ej2-vue-multicolumn-combobox-29.2.0.tgz",
23
- "_shasum": "7121558b0328544fababf2a3f662b8ceec380373",
24
- "_spec": "@syncfusion/ej2-vue-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-vue-ui-components/issues"
31
- },
32
- "bundleDependencies": false,
33
- "dependencies": {
34
- "@syncfusion/ej2-base": "~31.1.17",
35
- "@syncfusion/ej2-multicolumn-combobox": "31.1.17",
36
- "@syncfusion/ej2-vue-base": "~31.1.17"
37
- },
38
- "deprecated": false,
2
+ "name": "@syncfusion/ej2-vue-multicolumn-combobox",
3
+ "version": "31.2.4",
39
4
  "description": "Essential JS 2 Component for Vue",
40
- "devDependencies": {},
41
- "es2015": "dist/es6/ej2-vue-multicolumn-combobox.es2015.js",
42
- "homepage": "https://www.syncfusion.com/vue-components",
5
+ "author": "Syncfusion Inc.",
6
+ "license": "SEE LICENSE IN license",
43
7
  "keywords": [
44
8
  "vue",
45
9
  "vuejs",
46
10
  "ej2-vue-multicolumncombobox",
47
11
  "vue-multicolumncombobox"
48
12
  ],
49
- "license": "SEE LICENSE IN license",
50
- "main": "./dist/ej2-vue-multicolumn-combobox.umd.min.js",
51
- "module": "./index.js",
52
- "name": "@syncfusion/ej2-vue-multicolumn-combobox",
53
13
  "repository": {
54
14
  "type": "git",
55
- "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
15
+ "url": "https://github.com/syncfusion/ej2-vue-ui-components.git"
16
+ },
17
+ "main": "./dist/ej2-vue-multicolumn-combobox.umd.min.js",
18
+ "module": "./index.js",
19
+ "es2015": "dist/es6/ej2-vue-multicolumn-combobox.es2015.js",
20
+ "readme": "ReadMe.md",
21
+ "dependencies": {
22
+ "@syncfusion/ej2-base": "~31.2.4",
23
+ "@syncfusion/ej2-vue-base": "~31.2.2",
24
+ "@syncfusion/ej2-multicolumn-combobox": "31.2.4"
56
25
  },
26
+ "devDependencies": {},
57
27
  "scripts": {
58
- "ci-publish": "gulp ci-publish",
59
- "compile": "gulp ci-compile && gulp vue-global-script"
28
+ "compile": "gulp ci-compile && gulp vue-global-script",
29
+ "ci-publish": "gulp ci-publish"
60
30
  },
61
- "version": "31.1.17",
62
- "sideEffects": false
31
+ "sideEffects": false,
32
+ "homepage": "https://www.syncfusion.com/vue-components"
63
33
  }