star-horse-lowcode 2.8.31 → 2.8.32

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.
@@ -6193,11 +6193,14 @@ getIds: () => any;
6193
6193
  getSelectedDatas: () => any;
6194
6194
  multipleSelection: Ref<any, any>;
6195
6195
  setDataInfo: (fieldName: string, val: any) => void;
6196
+ deleteById: (id: any, isExpand?: boolean) => Promise<void>;
6197
+ editById: (id: any, isExpand?: boolean) => void;
6196
6198
  tableCompFunc: (authority: any) => void;
6197
6199
  getDatas: (limitSize?: number, params?: SearchParams[], orderBys?: OrderByInfo[], url?: string, usePageCondition?: boolean) => Promise<any>;
6198
6200
  permissionList: () => Record<string, string>;
6199
6201
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6200
6202
  selectItem: (...args: any[]) => void;
6203
+ permission: (...args: any[]) => void;
6201
6204
  }, string, PublicProps, Readonly<ExtractPropTypes< {
6202
6205
  compUrl: {
6203
6206
  type: PropType<ApiUrls | any>;
@@ -6320,6 +6323,7 @@ required: false;
6320
6323
  };
6321
6324
  }>> & Readonly<{
6322
6325
  onSelectItem?: (...args: any[]) => any;
6326
+ onPermission?: (...args: any[]) => any;
6323
6327
  }>, {
6324
6328
  dataFormat: Function;
6325
6329
  height: string;
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.31",
5
+ "version": "2.8.32",
6
6
  "type": "module",
7
7
  "description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
8
8
  "keywords": [