@fly-vue/lcdp-iview 1.8.3 → 1.8.4
Sign up to get free protection for your applications and to get access to all the features.
- package/@types/module/action-nodes/impl/clipboard.d.ts +6 -0
- package/@types/module/components/attribute/designer/prop-value-editor/var-input/index.vue.d.ts +2 -2
- package/@types/module/components/attribute/prop-value-editor/json-editor.vue.d.ts +4 -4
- package/@types/module/components/components/IvTableGrid/index.vue.d.ts +19 -10
- package/@types/module/components/components/IvTableGrid/table-props.d.ts +3 -3
- package/@types/module/components/components/IvTableGrid/use-table-events.d.ts +0 -1
- package/@types/module/components/components/base/IvText/index.vue.d.ts +2 -2
- 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 +15 -15
- package/@types/module/components/index.d.ts +3 -1
- package/@types/module/schema-extend/components/cascader.d.ts +3 -0
- package/@types/module/schema-extend/components/iv-table.d.ts +13 -11
- package/@types/module/schema-extend/components/result.d.ts +10 -0
- package/@types/module/schema-extend/components/scroll.d.ts +30 -0
- package/@types/module/schema-extend/components/table.d.ts +3 -1
- package/bingo-builder-manifest.json +13 -13
- package/index.js +3 -3
- package/modules/fly_vue_lcdp_iview/assets/css/app.css +2 -2
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-attrcomponent.7b650a7c.css +1 -0
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.76e6bf1d.css +1 -0
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.849c9d30ca40cf7bd4a1.js +1 -0
- package/modules/fly_vue_lcdp_iview/dll.js +7 -7
- package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.849c9d30ca40cf7bd4a1.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-component.849c9d30ca40cf7bd4a1.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.849c9d30ca40cf7bd4a1.js +1 -0
- package/modules/fly_vue_lcdp_iview/vendors~lcdp-renderer-components.849c9d30ca40cf7bd4a1.js +7 -0
- package/package.json +15 -15
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-attrcomponent.efbf3416.css +0 -1
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.5b4a24f2.css +0 -1
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.20736aa76d2f1f5367fb.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.20736aa76d2f1f5367fb.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-component.20736aa76d2f1f5367fb.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.20736aa76d2f1f5367fb.js +0 -1
- package/modules/fly_vue_lcdp_iview/vendors~lcdp-renderer-components.20736aa76d2f1f5367fb.js +0 -7
- /package/modules/fly_vue_lcdp_iview/{lcdp-designer-components.20736aa76d2f1f5367fb.js → lcdp-designer-components.849c9d30ca40cf7bd4a1.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-iview-basecomponent.20736aa76d2f1f5367fb.js → lcdp-iview-basecomponent.849c9d30ca40cf7bd4a1.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-ice.20736aa76d2f1f5367fb.js → lcdp-iview-component-ice.849c9d30ca40cf7bd4a1.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-region.20736aa76d2f1f5367fb.js → lcdp-iview-component-region.849c9d30ca40cf7bd4a1.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component-ice.20736aa76d2f1f5367fb.js → vendors~lcdp-iview-component-ice.849c9d30ca40cf7bd4a1.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component.20736aa76d2f1f5367fb.js → vendors~lcdp-iview-component.849c9d30ca40cf7bd4a1.js} +0 -0
package/@types/module/components/attribute/designer/prop-value-editor/var-input/index.vue.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { PropType } from 'vue';
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
3
3
|
value: {
|
4
|
-
type: (
|
4
|
+
type: (ObjectConstructor | ArrayConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
5
5
|
};
|
6
6
|
showBindInput: {
|
7
7
|
type: BooleanConstructor;
|
@@ -33,7 +33,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
33
33
|
isValueExpr(value: any): any;
|
34
34
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
35
35
|
value: {
|
36
|
-
type: (
|
36
|
+
type: (ObjectConstructor | ArrayConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
37
37
|
};
|
38
38
|
showBindInput: {
|
39
39
|
type: BooleanConstructor;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
2
2
|
value: {
|
3
|
-
type: (
|
3
|
+
type: (ObjectConstructor | ArrayConstructor | NumberConstructor | StringConstructor)[];
|
4
4
|
};
|
5
5
|
rows: {
|
6
|
-
type: (
|
6
|
+
type: (NumberConstructor | StringConstructor)[];
|
7
7
|
default: number;
|
8
8
|
};
|
9
9
|
propSchema: {
|
@@ -33,10 +33,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
33
33
|
hasError: import("vue").Ref<boolean>;
|
34
34
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
35
35
|
value: {
|
36
|
-
type: (
|
36
|
+
type: (ObjectConstructor | ArrayConstructor | NumberConstructor | StringConstructor)[];
|
37
37
|
};
|
38
38
|
rows: {
|
39
|
-
type: (
|
39
|
+
type: (NumberConstructor | StringConstructor)[];
|
40
40
|
default: number;
|
41
41
|
};
|
42
42
|
propSchema: {
|
@@ -68,17 +68,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
68
68
|
type: BooleanConstructor;
|
69
69
|
default: boolean;
|
70
70
|
};
|
71
|
+
filterColumn: {
|
72
|
+
type: ArrayConstructor;
|
73
|
+
};
|
71
74
|
size: {
|
72
75
|
validator(value: any): boolean;
|
73
76
|
};
|
74
77
|
width: {
|
75
|
-
type: (
|
78
|
+
type: (NumberConstructor | StringConstructor)[];
|
76
79
|
};
|
77
80
|
height: {
|
78
|
-
type: (
|
81
|
+
type: (NumberConstructor | StringConstructor)[];
|
79
82
|
};
|
80
83
|
maxHeight: {
|
81
|
-
type: (
|
84
|
+
type: (NumberConstructor | StringConstructor)[];
|
82
85
|
};
|
83
86
|
stripe: {
|
84
87
|
type: BooleanConstructor;
|
@@ -169,7 +172,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
169
172
|
default: string;
|
170
173
|
};
|
171
174
|
padding: {
|
172
|
-
type: (
|
175
|
+
type: (NumberConstructor | StringConstructor)[];
|
173
176
|
default: number;
|
174
177
|
};
|
175
178
|
}, {
|
@@ -177,7 +180,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
177
180
|
selectedValue: any;
|
178
181
|
allTableColumn: import("vue").ComputedRef<any[]>;
|
179
182
|
tableColumns: import("vue").ComputedRef<any>;
|
180
|
-
filterTableColumn: import("vue").Ref<
|
183
|
+
filterTableColumn: import("vue").Ref<unknown[]>;
|
181
184
|
pager: TablePager;
|
182
185
|
pagerPropsNew: import("vue").Ref<{
|
183
186
|
pageSize: number;
|
@@ -204,7 +207,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
204
207
|
selection: any;
|
205
208
|
tableFullscreen: import("vue").Ref<boolean>;
|
206
209
|
handleFullscreen: () => void;
|
207
|
-
handleResetColumn: (
|
210
|
+
handleResetColumn: () => void;
|
211
|
+
handleFilterColumn: () => void;
|
212
|
+
handleVisibleChangeColumn: (visible: any) => void;
|
208
213
|
addRow: (params: any, isFirst: boolean) => void;
|
209
214
|
deleteRow: (num: number | number[], callback: any) => any;
|
210
215
|
getSelectData: (id: any) => any;
|
@@ -216,6 +221,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
216
221
|
handlePageChange: (val: any) => void;
|
217
222
|
reload: () => void;
|
218
223
|
showGridHeader: import("vue").Ref<boolean>;
|
224
|
+
isDesign: boolean;
|
219
225
|
}, {}, {}, {
|
220
226
|
/**
|
221
227
|
* 点击行
|
@@ -289,17 +295,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
289
295
|
type: BooleanConstructor;
|
290
296
|
default: boolean;
|
291
297
|
};
|
298
|
+
filterColumn: {
|
299
|
+
type: ArrayConstructor;
|
300
|
+
};
|
292
301
|
size: {
|
293
302
|
validator(value: any): boolean;
|
294
303
|
};
|
295
304
|
width: {
|
296
|
-
type: (
|
305
|
+
type: (NumberConstructor | StringConstructor)[];
|
297
306
|
};
|
298
307
|
height: {
|
299
|
-
type: (
|
308
|
+
type: (NumberConstructor | StringConstructor)[];
|
300
309
|
};
|
301
310
|
maxHeight: {
|
302
|
-
type: (
|
311
|
+
type: (NumberConstructor | StringConstructor)[];
|
303
312
|
};
|
304
313
|
stripe: {
|
305
314
|
type: BooleanConstructor;
|
@@ -390,7 +399,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
390
399
|
default: string;
|
391
400
|
};
|
392
401
|
padding: {
|
393
|
-
type: (
|
402
|
+
type: (NumberConstructor | StringConstructor)[];
|
394
403
|
default: number;
|
395
404
|
};
|
396
405
|
}>>, {
|
@@ -3,13 +3,13 @@ declare const _default: {
|
|
3
3
|
validator(value: any): boolean;
|
4
4
|
};
|
5
5
|
width: {
|
6
|
-
type: (
|
6
|
+
type: (NumberConstructor | StringConstructor)[];
|
7
7
|
};
|
8
8
|
height: {
|
9
|
-
type: (
|
9
|
+
type: (NumberConstructor | StringConstructor)[];
|
10
10
|
};
|
11
11
|
maxHeight: {
|
12
|
-
type: (
|
12
|
+
type: (NumberConstructor | StringConstructor)[];
|
13
13
|
};
|
14
14
|
stripe: {
|
15
15
|
type: BooleanConstructor;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
2
2
|
text: {
|
3
|
-
type: (
|
3
|
+
type: (NumberConstructor | StringConstructor)[];
|
4
4
|
};
|
5
5
|
showTitle: {
|
6
6
|
type: BooleanConstructor;
|
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
26
26
|
};
|
27
27
|
}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
28
28
|
text: {
|
29
|
-
type: (
|
29
|
+
type: (NumberConstructor | StringConstructor)[];
|
30
30
|
};
|
31
31
|
showTitle: {
|
32
32
|
type: BooleanConstructor;
|
@@ -9,9 +9,9 @@ declare function build(userApiUrl: any, orgApiUrl: any, userSelectOptions?: any,
|
|
9
9
|
filters: string;
|
10
10
|
}, rebuildFilters?: boolean) => any;
|
11
11
|
queryOrgByKeyword: (keyword: any, initOrgId: any, rootOrg: any) => Promise<unknown>;
|
12
|
-
queryOrgByIds: (orgIds: any) => any
|
12
|
+
queryOrgByIds: (orgIds: any) => Promise<any>;
|
13
13
|
queryUserByKeyword: (keyword: any, userIds: any) => Promise<unknown>;
|
14
|
-
queryUserByIds: (userIds: any) => any
|
14
|
+
queryUserByIds: (userIds: any) => Promise<any>;
|
15
15
|
pageQueryUserByOrg: (orgId: any, userIds: any, params: any) => Promise<unknown>;
|
16
16
|
pageQueryUserByKeyword: (queryKeyword: any, userIds: any, pageParams: any) => Promise<unknown>;
|
17
17
|
getOrgIdField: () => any;
|
@@ -21,33 +21,33 @@ declare const _default: {
|
|
21
21
|
};
|
22
22
|
methods: {
|
23
23
|
buildQueryMethods(globalQueryOptions?: any, globalConfig?: any): {
|
24
|
-
queryExternalOrg: () => any;
|
25
24
|
queryRootOrg: () => any;
|
26
|
-
|
27
|
-
|
28
|
-
hasMoreData: boolean;
|
29
|
-
}>;
|
30
|
-
queryOrgByParent: (parentId: any, queryOptions?: {
|
31
|
-
filters: string;
|
32
|
-
}, rebuildFilters?: boolean) => any;
|
33
|
-
queryOrgByKeyword: (keyword: any, initOrgId: any, rootOrg: any) => Promise<unknown>;
|
25
|
+
queryOrgByParent: (parentId: any) => any;
|
26
|
+
queryOrgByKeyword: (keyword: any, orgIds: any) => Promise<unknown>;
|
34
27
|
queryOrgByIds: (orgIds: any) => any;
|
35
28
|
queryUserByKeyword: (keyword: any, userIds: any) => Promise<unknown>;
|
36
29
|
queryUserByIds: (userIds: any) => any;
|
37
|
-
pageQueryUserByOrg: (
|
30
|
+
pageQueryUserByOrg: (orgIds: any, userIds: any, pageParams: any) => Promise<unknown>;
|
38
31
|
pageQueryUserByKeyword: (queryKeyword: any, userIds: any, pageParams: any) => Promise<unknown>;
|
39
32
|
getOrgIdField: () => any;
|
40
33
|
getOrgParentField: () => any;
|
41
34
|
userOptions: any;
|
42
35
|
orgOptions: any;
|
43
36
|
} | {
|
37
|
+
queryExternalOrg: () => any;
|
44
38
|
queryRootOrg: () => any;
|
45
|
-
|
46
|
-
|
47
|
-
|
39
|
+
queryRootOrgByUrl: (url: any, rebuildOptions?: boolean) => Promise<{
|
40
|
+
data: any;
|
41
|
+
hasMoreData: boolean;
|
42
|
+
}>;
|
43
|
+
queryOrgByParent: (parentId: any, queryOptions?: {
|
44
|
+
filters: string;
|
45
|
+
}, rebuildFilters?: boolean) => any;
|
46
|
+
queryOrgByKeyword: (keyword: any, initOrgId: any, rootOrg: any) => Promise<unknown>;
|
47
|
+
queryOrgByIds: (orgIds: any) => Promise<any>;
|
48
48
|
queryUserByKeyword: (keyword: any, userIds: any) => Promise<unknown>;
|
49
|
-
queryUserByIds: (userIds: any) => any
|
50
|
-
pageQueryUserByOrg: (
|
49
|
+
queryUserByIds: (userIds: any) => Promise<any>;
|
50
|
+
pageQueryUserByOrg: (orgId: any, userIds: any, params: any) => Promise<unknown>;
|
51
51
|
pageQueryUserByKeyword: (queryKeyword: any, userIds: any, pageParams: any) => Promise<unknown>;
|
52
52
|
getOrgIdField: () => any;
|
53
53
|
getOrgParentField: () => any;
|
@@ -87,7 +87,7 @@ declare const _default: {
|
|
87
87
|
default: boolean;
|
88
88
|
};
|
89
89
|
height: {
|
90
|
-
type: (
|
90
|
+
type: (NumberConstructor | StringConstructor)[];
|
91
91
|
};
|
92
92
|
headerHide: {
|
93
93
|
type: BooleanConstructor;
|
@@ -173,6 +173,8 @@ declare const _default: {
|
|
173
173
|
Cascader: () => Promise<typeof import("*.vue")>;
|
174
174
|
Progress: () => Promise<typeof import("*.vue")>;
|
175
175
|
IvSplit: () => Promise<typeof import("*.vue")>;
|
176
|
+
IvScroll: () => Promise<typeof import("./components/iview/IvScroll.js")>;
|
177
|
+
IvResult: () => Promise<typeof import("*.vue")>;
|
176
178
|
IvCrud: () => Promise<typeof import("*.vue")>;
|
177
179
|
IvTableGrid: {
|
178
180
|
name: string;
|
@@ -11,12 +11,12 @@ declare const _default: {
|
|
11
11
|
model: any;
|
12
12
|
}): boolean;
|
13
13
|
};
|
14
|
-
|
14
|
+
decimal: {
|
15
15
|
turnOn({ model }: {
|
16
16
|
model: any;
|
17
17
|
}): boolean;
|
18
18
|
};
|
19
|
-
|
19
|
+
sortType: {
|
20
20
|
turnOn({ model }: {
|
21
21
|
model: any;
|
22
22
|
}): boolean;
|
@@ -33,9 +33,7 @@ declare const _default: {
|
|
33
33
|
}): boolean;
|
34
34
|
};
|
35
35
|
renderExpand: {
|
36
|
-
turnOn(
|
37
|
-
model: any;
|
38
|
-
}): boolean;
|
36
|
+
turnOn(param: any): boolean;
|
39
37
|
};
|
40
38
|
};
|
41
39
|
changeAttrs({ node, oldNode, service }: {
|
@@ -176,18 +174,20 @@ declare const _default: {
|
|
176
174
|
model: any;
|
177
175
|
}): boolean;
|
178
176
|
};
|
179
|
-
|
177
|
+
decimal: {
|
180
178
|
turnOn({ model }: {
|
181
179
|
model: any;
|
182
180
|
}): boolean;
|
183
181
|
};
|
184
|
-
|
182
|
+
sortType: {
|
185
183
|
turnOn({ model }: {
|
186
184
|
model: any;
|
187
185
|
}): boolean;
|
188
186
|
};
|
189
187
|
sortMethod: {
|
190
|
-
turnOn(
|
188
|
+
turnOn({ model }: {
|
189
|
+
model: any;
|
190
|
+
}): boolean;
|
191
191
|
};
|
192
192
|
tree: {
|
193
193
|
turnOn({ model, node }: {
|
@@ -277,18 +277,20 @@ declare const _default: {
|
|
277
277
|
model: any;
|
278
278
|
}): boolean;
|
279
279
|
};
|
280
|
-
|
280
|
+
decimal: {
|
281
281
|
turnOn({ model }: {
|
282
282
|
model: any;
|
283
283
|
}): boolean;
|
284
284
|
};
|
285
|
-
|
285
|
+
sortType: {
|
286
286
|
turnOn({ model }: {
|
287
287
|
model: any;
|
288
288
|
}): boolean;
|
289
289
|
};
|
290
290
|
sortMethod: {
|
291
|
-
turnOn(
|
291
|
+
turnOn({ model }: {
|
292
|
+
model: any;
|
293
|
+
}): boolean;
|
292
294
|
};
|
293
295
|
renderExpand: {
|
294
296
|
turnOn({ model }: {
|
@@ -0,0 +1,30 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
IvScroll: {
|
3
|
+
json(): {
|
4
|
+
designer: {
|
5
|
+
movein: boolean;
|
6
|
+
};
|
7
|
+
};
|
8
|
+
properties: {
|
9
|
+
onReachTop: {
|
10
|
+
mock: ({ node, service }: {
|
11
|
+
node: any;
|
12
|
+
service: any;
|
13
|
+
}) => any;
|
14
|
+
};
|
15
|
+
onReachBottom: {
|
16
|
+
mock: ({ node, service }: {
|
17
|
+
node: any;
|
18
|
+
service: any;
|
19
|
+
}) => any;
|
20
|
+
};
|
21
|
+
onReachEdge: {
|
22
|
+
mock: ({ node, service }: {
|
23
|
+
node: any;
|
24
|
+
service: any;
|
25
|
+
}) => any;
|
26
|
+
};
|
27
|
+
};
|
28
|
+
};
|
29
|
+
};
|
30
|
+
export default _default;
|
@@ -1,23 +1,23 @@
|
|
1
1
|
{
|
2
|
-
"date": "
|
2
|
+
"date": "20240509103717",
|
3
3
|
"distModuleDir": "modules/fly_vue_lcdp_iview",
|
4
4
|
"distModuleDirName": "modules",
|
5
5
|
"dll": true,
|
6
6
|
"moduleDependencieVer": {
|
7
|
-
"@fly-vue/components": "1.8.
|
8
|
-
"@fly-vue/core": "1.8.
|
7
|
+
"@fly-vue/components": "1.8.4",
|
8
|
+
"@fly-vue/core": "1.8.4",
|
9
9
|
"@fly-vue/fuse-ui-codemirror": "1.8.0-snapshot",
|
10
|
-
"@fly-vue/iview-pro": "1.8.
|
10
|
+
"@fly-vue/iview-pro": "1.8.4",
|
11
11
|
"@fly-vue/lcdp-api": "1.8.0-snapshot",
|
12
|
-
"@fly-vue/lcdp-designer": "1.8.
|
13
|
-
"@fly-vue/lcdp-designer-extra": "1.8.
|
14
|
-
"@fly-vue/lcdp-engine": "1.8.
|
15
|
-
"@fly-vue/lcdp-micro": "1.8.
|
16
|
-
"@fly-vue/lcdp-orch": "1.8.
|
17
|
-
"@fly-vue/lcdp-schema": "1.8.
|
12
|
+
"@fly-vue/lcdp-designer": "1.8.4",
|
13
|
+
"@fly-vue/lcdp-designer-extra": "1.8.4",
|
14
|
+
"@fly-vue/lcdp-engine": "1.8.4",
|
15
|
+
"@fly-vue/lcdp-micro": "1.8.4",
|
16
|
+
"@fly-vue/lcdp-orch": "1.8.4",
|
17
|
+
"@fly-vue/lcdp-schema": "1.8.4",
|
18
18
|
"@fly-vue/loader": "1.8.0-snapshot",
|
19
|
-
"@fly-vue/ufs": "1.8.
|
20
|
-
"@fly-vue/use": "1.8.
|
19
|
+
"@fly-vue/ufs": "1.8.4",
|
20
|
+
"@fly-vue/use": "1.8.4"
|
21
21
|
},
|
22
22
|
"moduleDependencies": [
|
23
23
|
"@fly-vue/core",
|
@@ -38,5 +38,5 @@
|
|
38
38
|
"name": "@fly-vue/lcdp-iview",
|
39
39
|
"npmPacks": [
|
40
40
|
],
|
41
|
-
"version": "1.8.
|
41
|
+
"version": "1.8.4"
|
42
42
|
}
|