star-horse-lowcode 2.8.25 → 2.8.26

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.
@@ -243,7 +243,6 @@ btnTextContinue: string;
243
243
  declare const __VLS_component_2: DefineComponent<ExtractPropTypes< {
244
244
  msg: {
245
245
  type: StringConstructor;
246
- required: true;
247
246
  };
248
247
  node: {
249
248
  type: PropType<DynamicNode>;
@@ -274,7 +273,6 @@ selectNode: (...args: any[]) => void;
274
273
  }, string, PublicProps, Readonly<ExtractPropTypes< {
275
274
  msg: {
276
275
  type: StringConstructor;
277
- required: true;
278
276
  };
279
277
  node: {
280
278
  type: PropType<DynamicNode>;
@@ -4995,6 +4993,10 @@ cursor: {
4995
4993
  type: StringConstructor;
4996
4994
  default: string;
4997
4995
  };
4996
+ svgIconName: {
4997
+ type: StringConstructor;
4998
+ default: string;
4999
+ };
4998
5000
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4999
5001
  iconClass: {
5000
5002
  type: StringConstructor;
@@ -5043,6 +5045,10 @@ cursor: {
5043
5045
  type: StringConstructor;
5044
5046
  default: string;
5045
5047
  };
5048
+ svgIconName: {
5049
+ type: StringConstructor;
5050
+ default: string;
5051
+ };
5046
5052
  }>> & Readonly<{}>, {
5047
5053
  title: string;
5048
5054
  size: string;
@@ -5054,6 +5060,7 @@ borderRadius: string;
5054
5060
  borderPadding: string;
5055
5061
  boxShow: boolean;
5056
5062
  border: boolean;
5063
+ svgIconName: string;
5057
5064
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
5058
5065
 
5059
5066
  export declare const StarHorseJsonEditor: DefineComponent<ExtractPropTypes< {
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.25",
5
+ "version": "2.8.26",
6
6
  "type": "module",
7
7
  "description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
8
8
  "keywords": [
@@ -69,7 +69,7 @@
69
69
  "json5": "^2.2.3",
70
70
  "md-editor-v3": "^6.1.1",
71
71
  "path": "^0.12.7",
72
- "pinia": "^3.0.3",
72
+ "pinia": "^3.0.4",
73
73
  "pinia-plugin-persistedstate": "^4.7.1",
74
74
  "qrcode.vue": "^3.6.0",
75
75
  "quill-image-uploader": "^1.3.0",
@@ -78,15 +78,13 @@
78
78
  "tailwindcss": "^4.1.16",
79
79
  "uuid": "^13.0.0",
80
80
  "vanilla-jsoneditor": "^3.10.0",
81
- "vite-plugin-dts": "^4.5.4",
82
- "vue": "^3.5.22",
83
- "vue-eslint-parser": "^10.2.0",
81
+ "vue": "^3.5.23",
84
82
  "vue-i18n": "^11.1.12",
85
83
  "vue-m-message": "^4.0.2",
86
84
  "vue-router": "^4.6.3",
87
85
  "vue3-barcode": "^1.0.1",
88
86
  "vue3-ts-jsoneditor": "^3.1.2",
89
- "vuedraggable": "^4.1.0"
87
+ "vuedraggable-es": "^4.1.1"
90
88
  },
91
89
  "devDependencies": {
92
90
  "@eslint/js": "^9.39.1",
@@ -107,13 +105,15 @@
107
105
  "unplugin-element-plus": "^0.10.0",
108
106
  "unplugin-vue-components": "^30.0.0",
109
107
  "eslint": "^9.39.1",
108
+ "vue-eslint-parser": "^10.2.0",
110
109
  "eslint-config-prettier": "^10.1.8",
111
110
  "eslint-plugin-prettier": "^5.5.4",
112
111
  "eslint-plugin-vue": "^10.5.1",
113
112
  "prettier": "^3.6.2",
113
+ "vite-plugin-dts": "^4.5.4",
114
114
  "sass-embedded": "^1.93.3",
115
- "terser": "^5.44.0",
116
- "vite": "^7.1.12"
115
+ "terser": "^5.44.1",
116
+ "vite": "^7.2.0"
117
117
  },
118
118
  "engines": {
119
119
  "node": ">=20.13.0"