@syncfusion/ej2-vue-dropdowns 34.2.4 → 34.2.6
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 +11 -0
- package/dist/ej2-vue-dropdowns.umd.min.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Vue DropDowns components
|
|
2
2
|
|
|
3
|
+
> **Using this package with an AI coding agent**
|
|
4
|
+
>
|
|
5
|
+
> Before generating Syncfusion® code, ask your AI coding agent to run the Syncfusion® setup using the following prompt:
|
|
6
|
+
>
|
|
7
|
+
> ```text
|
|
8
|
+
> Set up this project for Syncfusion® before generating code. Fetch and follow the official instructions at https://ai.syncfusion.com/agent-setup/prompt.md, then report the detected platform, installed skill pack, MCP status, and any required licensing action.
|
|
9
|
+
> ```
|
|
10
|
+
> The setup detects your project’s platform and loads the appropriate Syncfusion® skill pack. No Syncfusion® account or MCP key is required to install or read Syncfusion® agent skills.
|
|
11
|
+
>
|
|
12
|
+
> **Platform reference:** [https://ai.syncfusion.com/vue/llms.txt](https://ai.syncfusion.com/vue/llms.txt)
|
|
13
|
+
|
|
3
14
|
Superset of HTML select box contains specific features such as data binding, grouping, sorting, filtering, and templates.
|
|
4
15
|
|
|
5
16
|
## What's Included in the Vue DropDown Package
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-dropdowns.umd.min.js
|
|
3
|
-
* version : 34.2.
|
|
3
|
+
* version : 34.2.6
|
|
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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-vue-dropdowns",
|
|
3
|
-
"version": "34.2.
|
|
3
|
+
"version": "34.2.6",
|
|
4
4
|
"description": "Essential JS 2 DropDown Components for Vue",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"es2015": "dist/es6/ej2-vue-dropdowns.es2015.js",
|
|
24
24
|
"readme": "ReadMe.md",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@syncfusion/ej2-base": "~34.2.
|
|
27
|
-
"@syncfusion/ej2-vue-base": "~34.2.
|
|
28
|
-
"@syncfusion/ej2-dropdowns": "34.2.
|
|
26
|
+
"@syncfusion/ej2-base": "~34.2.6",
|
|
27
|
+
"@syncfusion/ej2-vue-base": "~34.2.6",
|
|
28
|
+
"@syncfusion/ej2-dropdowns": "34.2.6"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {},
|
|
31
31
|
"scripts": {
|