@a2simcode/ui 0.0.149 → 0.0.151
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/components/code-mirror/index.d.ts +8 -8
- package/dist/components/code-mirror/src/code-mirror.vue.d.ts +4 -4
- package/dist/components/input-layer/index.d.ts +2 -2
- package/dist/components/input-layer/src/input-layer.vue.d.ts +2 -2
- package/dist/simcode-ui.es.js +5649 -5614
- package/dist/simcode-ui.umd.js +2 -2
- package/dist/stats.html +1 -1
- package/dist/ui.css +1 -1
- package/docs/components/code-mirror.md +1 -1
- package/docs/components/meta/code-mirror.ts +3 -3
- package/docs/components/meta/form.ts +13 -3
- package/docs/examples/code-mirror/basic.vue +1 -1
- package/docs/examples/code-mirror/events.vue +1 -1
- package/docs/examples/code-mirror/height.vue +1 -1
- package/docs/examples/code-mirror/mode.vue +1 -1
- package/docs/examples/code-mirror/readonly.vue +1 -1
- package/docs/examples/form/basic.vue +6 -0
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a2simcode/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.151",
|
|
4
4
|
"description": "A Vue 3 UI Component Library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/simcode-ui.umd.js",
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"@codemirror/state": "6.6.0",
|
|
69
69
|
"@codemirror/view": "6.40.0",
|
|
70
70
|
"@iconify/vue": "5.0.0",
|
|
71
|
-
"@visactor/vtable": "1.
|
|
72
|
-
"@visactor/vtable-editors": "1.
|
|
73
|
-
"@visactor/vtable-plugins": "1.
|
|
71
|
+
"@visactor/vtable": "1.26.0",
|
|
72
|
+
"@visactor/vtable-editors": "1.26.0",
|
|
73
|
+
"@visactor/vtable-plugins": "1.26.0",
|
|
74
74
|
"@vueuse/core": "14.2.1",
|
|
75
75
|
"async-validator": "4.2.5",
|
|
76
76
|
"codemirror": "6.0.2",
|
|
@@ -78,12 +78,12 @@
|
|
|
78
78
|
"crypto-js": "4.2.0",
|
|
79
79
|
"dayjs": "1.11.20",
|
|
80
80
|
"echarts": "6.0.0",
|
|
81
|
-
"element-plus": "2.13.
|
|
81
|
+
"element-plus": "2.13.7",
|
|
82
82
|
"sortablejs": "1.15.7",
|
|
83
83
|
"sql-formatter": "15.7.2",
|
|
84
|
-
"vue": "3.5.
|
|
84
|
+
"vue": "3.5.33",
|
|
85
85
|
"@wangeditor/editor": "5.1.23",
|
|
86
|
-
"diagram-js": "15.
|
|
86
|
+
"diagram-js": "15.13.0",
|
|
87
87
|
"diagram-js-direct-editing": "3.3.0",
|
|
88
88
|
"min-dom": "5.3.0",
|
|
89
89
|
"inherits": "2.0.4",
|
|
@@ -205,10 +205,10 @@
|
|
|
205
205
|
"@types/sortablejs": "1.15.9",
|
|
206
206
|
"@typescript-eslint/eslint-plugin": "8.57.1",
|
|
207
207
|
"@typescript-eslint/parser": "8.57.1",
|
|
208
|
-
"@vitejs/plugin-vue": "6.0.
|
|
208
|
+
"@vitejs/plugin-vue": "6.0.6",
|
|
209
209
|
"@vitest/ui": "4.1.0",
|
|
210
210
|
"@vue/test-utils": "2.4.6",
|
|
211
|
-
"element-plus": "2.13.
|
|
211
|
+
"element-plus": "2.13.7",
|
|
212
212
|
"eslint": "10.0.3",
|
|
213
213
|
"eslint-config-prettier": "10.1.8",
|
|
214
214
|
"eslint-plugin-vue": "10.8.0",
|
|
@@ -220,12 +220,12 @@
|
|
|
220
220
|
"terser": "5.46.1",
|
|
221
221
|
"tsx": "4.21.0",
|
|
222
222
|
"typescript": "5.9.3",
|
|
223
|
-
"vite": "8.0.
|
|
223
|
+
"vite": "8.0.9",
|
|
224
224
|
"vite-plugin-dts": "4.5.4",
|
|
225
225
|
"vitepress": "1.6.4",
|
|
226
226
|
"vitest": "4.1.0",
|
|
227
|
-
"vue": "3.5.
|
|
227
|
+
"vue": "3.5.33",
|
|
228
228
|
"vue-docgen-api": "4.79.2",
|
|
229
|
-
"vue-tsc": "3.2.
|
|
229
|
+
"vue-tsc": "3.2.7"
|
|
230
230
|
}
|
|
231
231
|
}
|