@fly-vue/lcdp-iview 1.8.13-6 → 1.8.13-8
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.
- package/@types/module/components/components/entity/IvEntityQueryBuilder/fieldAnalysis.vue.d.ts +1 -1
- package/@types/module/components/components/entity/IvEntityQueryBuilder/index.vue.d.ts +1 -1
- package/@types/module/components/components/iam/lib/query-methods-builder.d.ts +2 -2
- package/@types/module/components/components/iam/mixins/build-query-methods.d.ts +2 -2
- package/bingo-builder-manifest.json +2 -2
- package/index.js +4 -4
- package/modules/fly_vue_lcdp_iview/dll.js +5 -5
- package/package.json +1 -1
- /package/modules/fly_vue_lcdp_iview/{chunk-732b533d.774701aaaf5326e19ccb.js → chunk-732b533d.bfc33fe5bef235d9afd7.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-designer-components.774701aaaf5326e19ccb.js → lcdp-designer-components.bfc33fe5bef235d9afd7.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-iview-attrcomponent.774701aaaf5326e19ccb.js → lcdp-iview-attrcomponent.bfc33fe5bef235d9afd7.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-iview-basecomponent.774701aaaf5326e19ccb.js → lcdp-iview-basecomponent.bfc33fe5bef235d9afd7.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-ice.774701aaaf5326e19ccb.js → lcdp-iview-component-ice.bfc33fe5bef235d9afd7.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-region.774701aaaf5326e19ccb.js → lcdp-iview-component-region.bfc33fe5bef235d9afd7.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component.774701aaaf5326e19ccb.js → lcdp-iview-component.bfc33fe5bef235d9afd7.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-renderer-components.774701aaaf5326e19ccb.js → lcdp-renderer-components.bfc33fe5bef235d9afd7.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-attrcomponent~lcdp-iview-basecomponent.774701aaaf5326e19ccb.js → vendors~lcdp-iview-attrcomponent~lcdp-iview-basecomponent.bfc33fe5bef235d9afd7.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component-ice.774701aaaf5326e19ccb.js → vendors~lcdp-iview-component-ice.bfc33fe5bef235d9afd7.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component.774701aaaf5326e19ccb.js → vendors~lcdp-iview-component.bfc33fe5bef235d9afd7.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-renderer-components.774701aaaf5326e19ccb.js → vendors~lcdp-renderer-components.bfc33fe5bef235d9afd7.js} +0 -0
|
@@ -72,8 +72,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
72
72
|
default: boolean;
|
|
73
73
|
};
|
|
74
74
|
}>>, {
|
|
75
|
-
filedOption: any;
|
|
76
75
|
relations: any;
|
|
76
|
+
filedOption: any;
|
|
77
77
|
isCheck: boolean;
|
|
78
78
|
}>;
|
|
79
79
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("on-search-reset" | "on-search-filters")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -8,12 +8,12 @@ declare function build(userApiUrl: any, orgApiUrl: any, userSelectOptions?: any,
|
|
|
8
8
|
queryOrgByParent: (parentId: any, queryOptions?: {
|
|
9
9
|
filters: string;
|
|
10
10
|
}, rebuildFilters?: boolean) => any;
|
|
11
|
-
queryOrgByKeyword: (keyword: any,
|
|
11
|
+
queryOrgByKeyword: (keyword: any, rootOrgs: any) => Promise<unknown>;
|
|
12
12
|
queryOrgByIds: (orgIds: any) => Promise<any>;
|
|
13
13
|
queryUserByKeyword: (keyword: any, userIds: any) => Promise<unknown>;
|
|
14
14
|
queryUserByIds: (userIds: any) => Promise<any>;
|
|
15
15
|
pageQueryUserByOrg: (orgId: any, userIds: any, params: any) => Promise<unknown>;
|
|
16
|
-
pageQueryUserByKeyword: (queryKeyword: any, userIds: any, pageParams: any) => Promise<unknown>;
|
|
16
|
+
pageQueryUserByKeyword: (queryKeyword: any, userIds: any, pageParams: any, rootOrgs: any) => Promise<unknown>;
|
|
17
17
|
getOrgIdField: () => any;
|
|
18
18
|
getOrgParentField: () => any;
|
|
19
19
|
userOptions: any;
|
|
@@ -43,12 +43,12 @@ declare const _default: {
|
|
|
43
43
|
queryOrgByParent: (parentId: any, queryOptions?: {
|
|
44
44
|
filters: string;
|
|
45
45
|
}, rebuildFilters?: boolean) => any;
|
|
46
|
-
queryOrgByKeyword: (keyword: any,
|
|
46
|
+
queryOrgByKeyword: (keyword: any, rootOrgs: any) => Promise<unknown>;
|
|
47
47
|
queryOrgByIds: (orgIds: any) => Promise<any>;
|
|
48
48
|
queryUserByKeyword: (keyword: any, userIds: any) => Promise<unknown>;
|
|
49
49
|
queryUserByIds: (userIds: any) => Promise<any>;
|
|
50
50
|
pageQueryUserByOrg: (orgId: any, userIds: any, params: any) => Promise<unknown>;
|
|
51
|
-
pageQueryUserByKeyword: (queryKeyword: any, userIds: any, pageParams: any) => Promise<unknown>;
|
|
51
|
+
pageQueryUserByKeyword: (queryKeyword: any, userIds: any, pageParams: any, rootOrgs: any) => Promise<unknown>;
|
|
52
52
|
getOrgIdField: () => any;
|
|
53
53
|
getOrgParentField: () => any;
|
|
54
54
|
userOptions: any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"date": "
|
|
2
|
+
"date": "20260122152420",
|
|
3
3
|
"distModuleDir": "modules/fly_vue_lcdp_iview",
|
|
4
4
|
"distModuleDirName": "modules",
|
|
5
5
|
"dll": true,
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"name": "@fly-vue/lcdp-iview",
|
|
39
39
|
"npmPacks": [
|
|
40
40
|
],
|
|
41
|
-
"version": "1.8.13-
|
|
41
|
+
"version": "1.8.13-8"
|
|
42
42
|
}
|