star-horse-lowcode 2.7.62 → 2.7.63

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.
@@ -7257,7 +7257,7 @@ required: false;
7257
7257
  }>, {
7258
7258
  init: () => Promise<void>;
7259
7259
  createSearchParams: (formData: SearchParams[], orderBy?: OrderByInfo[]) => void;
7260
- loadByPage: () => void;
7260
+ loadByPage: (initPageInfo?: boolean) => void;
7261
7261
  getIds: () => any;
7262
7262
  getSelectedDatas: () => any;
7263
7263
  multipleSelection: Ref<any, any>;
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.7.62",
5
+ "version": "2.7.63",
6
6
  "type": "module",
7
7
  "description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
8
8
  "keywords": [
@@ -68,10 +68,10 @@
68
68
  "@vitejs/plugin-vue-jsx": "^5.0.1",
69
69
  "@vueup/vue-quill": "^1.2.0",
70
70
  "axios": "^1.11.0",
71
- "element-plus": "^2.10.4",
71
+ "element-plus": "^2.10.5",
72
72
  "jquery": "^3.7.1",
73
73
  "json5": "^2.2.3",
74
- "md-editor-v3": "^5.8.3",
74
+ "md-editor-v3": "^5.8.4",
75
75
  "path": "^0.12.7",
76
76
  "pinia": "^3.0.3",
77
77
  "eslint-config-prettier": "^10.1.8",