star-horse-lowcode 2.8.56 → 2.8.60

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.
@@ -1987,8 +1987,9 @@ export declare interface CompAction {
1987
1987
  /**
1988
1988
  * 动态组件数据
1989
1989
  * @param field 组件参数信息
1990
+ * @param analysisUrl 是否解析Url
1990
1991
  */
1991
- export declare function compDynamicData(field: any): Promise<any>;
1992
+ export declare function compDynamicData(field: any, analysisUrl?: false): Promise<any>;
1992
1993
 
1993
1994
  /**
1994
1995
  * 组件信息
@@ -2681,7 +2682,7 @@ declare interface DataDropdownProps {
2681
2682
  /**
2682
2683
  * 数据
2683
2684
  */
2684
- datas?: Array<any>;
2685
+ data?: Array<any>;
2685
2686
  /**
2686
2687
  * 标题
2687
2688
  */
@@ -2770,7 +2771,7 @@ declare interface DataSelectorProps {
2770
2771
  /**
2771
2772
  * 数据
2772
2773
  */
2773
- datas?: Array<any>;
2774
+ data?: Array<any>;
2774
2775
  /**
2775
2776
  * 页码
2776
2777
  */
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.56",
5
+ "version": "2.8.60",
6
6
  "type": "module",
7
7
  "description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
8
8
  "keywords": [
@@ -78,9 +78,9 @@
78
78
  "@selemondev/vue3-signature-pad": "^1.8.3",
79
79
  "@wangeditor/editor": "^5.1.23",
80
80
  "@wangeditor/editor-for-vue": "^5.1.12",
81
- "axios": "^1.13.4",
81
+ "axios": "^1.13.6",
82
82
  "codemirror": "^6.0.2",
83
- "element-plus": "^2.13.2",
83
+ "element-plus": "^2.13.3",
84
84
  "jquery": "^4.0.0",
85
85
  "json5": "^2.2.3",
86
86
  "md-editor-v3": "^6.3.1",
@@ -90,33 +90,33 @@
90
90
  "preview-image-js": "^1.2.1",
91
91
  "qrcode.vue": "^3.8.0",
92
92
  "smooth-signature": "^1.1.0",
93
- "sortablejs": "^1.15.6",
94
- "sql-formatter": "^15.7.0",
95
- "tailwindcss": "^4.1.18",
93
+ "sortablejs": "^1.15.7",
94
+ "sql-formatter": "^15.7.2",
95
+ "tailwindcss": "^4.2.1",
96
96
  "thememirror": "^2.0.1",
97
97
  "uuid": "^13.0.0",
98
98
  "vanilla-jsoneditor": "^3.11.0",
99
- "vue": "^3.5.27",
99
+ "vue": "^3.5.29",
100
100
  "vue-i18n": "^11.2.8",
101
101
  "vue-m-message": "^4.0.2",
102
- "vue-router": "^5.0.2",
102
+ "vue-router": "^5.0.3",
103
103
  "vue3-barcode": "^1.0.1",
104
104
  "vue3-signature": "^0.4.4",
105
105
  "vue3-ts-jsoneditor": "^3.3.0",
106
106
  "vuedraggable-es": "^4.1.1"
107
107
  },
108
108
  "devDependencies": {
109
- "@eslint/js": "^9.39.2",
109
+ "@eslint/js": "^10.0.1",
110
110
  "@rollup/plugin-inject": "^5.0.5",
111
- "@tailwindcss/vite": "^4.1.18",
112
- "@types/jquery": "^3.5.33",
113
- "@types/prismjs": "^1.26.5",
111
+ "@tailwindcss/vite": "^4.2.1",
112
+ "@types/jquery": "^4.0.0",
113
+ "@types/prismjs": "^1.26.6",
114
114
  "@types/sortablejs": "^1.15.9",
115
- "@typescript-eslint/eslint-plugin": "^8.54.0",
116
- "@typescript-eslint/parser": "^8.54.0",
115
+ "@typescript-eslint/eslint-plugin": "^8.56.1",
116
+ "@typescript-eslint/parser": "^8.56.1",
117
117
  "@vitejs/plugin-vue": "^6.0.4",
118
- "eslint": "^9.39.2",
119
- "eslint-plugin-vue": "^10.7.0",
118
+ "eslint": "^10.0.2",
119
+ "eslint-plugin-vue": "^10.8.0",
120
120
  "globals": "^17.3.0",
121
121
  "prettier": "^3.8.1",
122
122
  "sass-embedded": "^1.97.3",
@@ -125,7 +125,7 @@
125
125
  "unplugin-vue-components": "^31.0.0",
126
126
  "vite": "^7.3.1",
127
127
  "vite-plugin-dts": "^4.5.4",
128
- "vue-eslint-parser": "^10.2.0"
128
+ "vue-eslint-parser": "^10.4.0"
129
129
  },
130
130
  "engines": {
131
131
  "node": ">=20.13.0"