@syncfusion/ej2-vue-inputs 34.2.2 → 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 CHANGED
@@ -1,5 +1,16 @@
1
1
  # Vue Inputs 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
  A package of Vue Input components. It comes with a collection of form components which is useful to get different input values from the users such as text, numbers, patterns, color and file inputs.
4
15
 
5
16
  ## What's Included in the Vue Inputs Package
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-inputs.umd.min.js
3
- * version : 34.2.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-inputs",
3
- "version": "34.2.2",
3
+ "version": "34.2.6",
4
4
  "description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Vue",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -37,9 +37,9 @@
37
37
  "es2015": "dist/es6/ej2-vue-inputs.es2015.js",
38
38
  "readme": "ReadMe.md",
39
39
  "dependencies": {
40
- "@syncfusion/ej2-base": "~34.2.2",
41
- "@syncfusion/ej2-vue-base": "~34.2.2",
42
- "@syncfusion/ej2-inputs": "34.2.2"
40
+ "@syncfusion/ej2-base": "~34.2.6",
41
+ "@syncfusion/ej2-vue-base": "~34.2.6",
42
+ "@syncfusion/ej2-inputs": "34.2.6"
43
43
  },
44
44
  "devDependencies": {},
45
45
  "scripts": {