star-horse-lowcode 2.8.32 → 2.8.33

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.
@@ -309,6 +309,7 @@ isDesign: boolean;
309
309
  }, {}, {}, {}, string, ComponentProvideOptions, true, {
310
310
  nodeRef: HTMLDivElement;
311
311
  contentMenuRef: unknown;
312
+ sizeInfoRef: HTMLDivElement;
312
313
  }, any>;
313
314
 
314
315
  declare const __VLS_component_3: DefineComponent<ExtractPropTypes< {
@@ -717,6 +718,7 @@ declare function __VLS_template_2(): {
717
718
  refs: {
718
719
  nodeRef: HTMLDivElement;
719
720
  contentMenuRef: unknown;
721
+ sizeInfoRef: HTMLDivElement;
720
722
  };
721
723
  rootEl: any;
722
724
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "star-horse-lowcode",
3
3
  "private": false,
4
4
  "author": "l_1019@163.com",
5
- "version": "2.8.32",
5
+ "version": "2.8.33",
6
6
  "type": "module",
7
7
  "description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
8
8
  "keywords": [
@@ -80,7 +80,7 @@
80
80
  "sql-formatter": "^15.6.10",
81
81
  "@vueup/vue-quill": "^1.2.0",
82
82
  "axios": "^1.13.2",
83
- "element-plus": "^2.11.8",
83
+ "element-plus": "^2.12.0",
84
84
  "jquery": "^3.7.1",
85
85
  "json5": "^2.2.3",
86
86
  "md-editor-v3": "^6.2.0",
@@ -96,11 +96,11 @@
96
96
  "vanilla-jsoneditor": "^3.10.0",
97
97
  "preview-image-js": "^1.2.0",
98
98
  "vue": "^3.5.25",
99
- "vue-i18n": "^11.2.1",
99
+ "vue-i18n": "^11.2.2",
100
100
  "vue-m-message": "^4.0.2",
101
101
  "vue-router": "^4.6.3",
102
102
  "vue3-barcode": "^1.0.1",
103
- "vue3-ts-jsoneditor": "^3.1.2",
103
+ "vue3-ts-jsoneditor": "^3.2.1",
104
104
  "vuedraggable-es": "^4.1.1"
105
105
  },
106
106
  "devDependencies": {
@@ -111,19 +111,19 @@
111
111
  "@types/prismjs": "^1.26.5",
112
112
  "@types/sortablejs": "^1.15.9",
113
113
  "@rollup/plugin-inject": "^5.0.5",
114
- "@typescript-eslint/eslint-plugin": "^8.48.0",
115
- "@typescript-eslint/parser": "^8.48.0",
114
+ "@typescript-eslint/eslint-plugin": "^8.48.1",
115
+ "@typescript-eslint/parser": "^8.48.1",
116
116
  "@vitejs/plugin-vue": "^6.0.2",
117
- "unplugin-auto-import": "^20.2.0",
117
+ "unplugin-auto-import": "^20.3.0",
118
118
  "unplugin-vue-components": "^30.0.0",
119
119
  "eslint": "^9.39.1",
120
120
  "vue-eslint-parser": "^10.2.0",
121
- "eslint-plugin-vue": "^10.6.0",
122
- "prettier": "^3.6.2",
121
+ "eslint-plugin-vue": "^10.6.2",
122
+ "prettier": "^3.7.4",
123
123
  "vite-plugin-dts": "^4.5.4",
124
124
  "sass-embedded": "^1.93.3",
125
125
  "terser": "^5.44.1",
126
- "vite": "^7.2.4"
126
+ "vite": "^7.2.7"
127
127
  },
128
128
  "engines": {
129
129
  "node": ">=20.13.0"