@fly-vue/lcdp-iview 1.7.5-3 → 1.7.5-4

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ declare function build(userApiUrl: any, orgApiUrl: any, userSelectOptions?: any,
11
11
  }>;
12
12
  queryUserByKeyword: (keyword: any, userIds: any) => Promise<unknown>;
13
13
  queryUserByIds: (userIds: any) => any;
14
- pageQueryUserByOrg: (orgId: any, userIds: any, pageParams: any, filters: string, kindId: any) => Promise<unknown>;
14
+ pageQueryUserByOrg: (orgId: any, userIds: any, params: any) => Promise<unknown>;
15
15
  pageQueryUserByKeyword: (queryKeyword: any, userIds: any, pageParams: any) => Promise<unknown>;
16
16
  getOrgIdField: () => any;
17
17
  getOrgParentField: () => any;
@@ -27,25 +27,6 @@ declare const _default: {
27
27
  getOrgParentField: () => any;
28
28
  userOptions: any;
29
29
  orgOptions: any;
30
- } | {
31
- queryExternalOrg: () => any;
32
- queryRootOrg: () => any;
33
- queryRootOrgByUrl: (url: any) => any;
34
- queryOrgByParent: (parentId: any) => any;
35
- queryOrgByKeyword: (keyword: any, orgIds: any) => Promise<unknown>;
36
- queryOrgByIds: (orgIds: any) => any;
37
- queryOrgTotal: () => Promise<{
38
- activeCount: number;
39
- delCount: number;
40
- }>;
41
- queryUserByKeyword: (keyword: any, userIds: any) => Promise<unknown>;
42
- queryUserByIds: (userIds: any) => any;
43
- pageQueryUserByOrg: (orgId: any, userIds: any, pageParams: any, filters: string, kindId: any) => Promise<unknown>;
44
- pageQueryUserByKeyword: (queryKeyword: any, userIds: any, pageParams: any) => Promise<unknown>;
45
- getOrgIdField: () => any;
46
- getOrgParentField: () => any;
47
- userOptions: any;
48
- orgOptions: any;
49
30
  };
50
31
  validateProps(queryMethods: any): void;
51
32
  };
@@ -1,5 +1,5 @@
1
1
  {
2
- "date": "20230612181230",
2
+ "date": "20230616162343",
3
3
  "distModuleDir": "modules/fly_vue_lcdp_iview",
4
4
  "distModuleDirName": "modules",
5
5
  "dll": true,
@@ -36,5 +36,5 @@
36
36
  "name": "@fly-vue/lcdp-iview",
37
37
  "npmPacks": [
38
38
  ],
39
- "version": "1.7.5-3"
39
+ "version": "1.7.5-4"
40
40
  }