@sdata/web-vue-mcp 1.4.0 → 1.5.0
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/dist/index.js +11 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5,8 +5,8 @@ import { CallToolRequestSchema, ListToolsRequestSchema } from "@modelcontextprot
|
|
|
5
5
|
//#endregion
|
|
6
6
|
//#region src/index.ts
|
|
7
7
|
const data = {
|
|
8
|
-
version: "3.
|
|
9
|
-
generatedAt: "2026-07-
|
|
8
|
+
version: "3.16.0",
|
|
9
|
+
generatedAt: "2026-07-20T04:25:29.354Z",
|
|
10
10
|
library: {
|
|
11
11
|
"name": "@sdata/web-vue",
|
|
12
12
|
"framework": "Vue 3",
|
|
@@ -293,6 +293,15 @@ const data = {
|
|
|
293
293
|
"en": "Default config for Pagination"
|
|
294
294
|
}
|
|
295
295
|
},
|
|
296
|
+
{
|
|
297
|
+
"name": "color-picker",
|
|
298
|
+
"type": "ConfigProviderColorPicker",
|
|
299
|
+
"default": "",
|
|
300
|
+
"description": {
|
|
301
|
+
"zh": "ColorPicker 组件默认配置",
|
|
302
|
+
"en": "Default config for ColorPicker"
|
|
303
|
+
}
|
|
304
|
+
},
|
|
296
305
|
{
|
|
297
306
|
"name": "json-form",
|
|
298
307
|
"type": "JsonFormProviderConfig",
|