@syncfusion/ej2-vue-spreadsheet 34.2.6 → 34.2.8
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 +6 -3
- package/dist/ej2-vue-spreadsheet.umd.min.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,12 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
> **Using this package with an AI coding agent**
|
|
4
4
|
>
|
|
5
|
-
> Before generating Syncfusion
|
|
5
|
+
> Before generating Syncfusion code, ask your AI coding agent to run the Syncfusion setup using the following prompt:
|
|
6
6
|
>
|
|
7
7
|
> ```text
|
|
8
|
-
> Set up this project for Syncfusion
|
|
8
|
+
> Set up this project for Syncfusion before generating code. Fetch
|
|
9
|
+
> and follow the official instructions at https://ai.syncfusion.com,
|
|
10
|
+
> then report the detected platform, installed skill pack, MCP
|
|
11
|
+
> status, and any required licensing action.
|
|
9
12
|
> ```
|
|
10
|
-
> The setup detects your project
|
|
13
|
+
> 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
14
|
>
|
|
12
15
|
> **Platform reference:** [https://ai.syncfusion.com/vue/llms.txt](https://ai.syncfusion.com/vue/llms.txt)
|
|
13
16
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-spreadsheet.umd.min.js
|
|
3
|
-
* version : 34.2.
|
|
3
|
+
* version : 34.2.8
|
|
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-spreadsheet",
|
|
3
|
-
"version": "34.2.
|
|
3
|
+
"version": "34.2.8",
|
|
4
4
|
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"es2015": "dist/es6/ej2-vue-spreadsheet.es2015.js",
|
|
19
19
|
"readme": "ReadMe.md",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@syncfusion/ej2-base": "~34.2.
|
|
22
|
-
"@syncfusion/ej2-vue-base": "~34.2.
|
|
23
|
-
"@syncfusion/ej2-spreadsheet": "34.2.
|
|
21
|
+
"@syncfusion/ej2-base": "~34.2.8",
|
|
22
|
+
"@syncfusion/ej2-vue-base": "~34.2.8",
|
|
23
|
+
"@syncfusion/ej2-spreadsheet": "34.2.8"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {},
|
|
26
26
|
"scripts": {
|