@fly-vue/lcdp-iview 1.7.4 → 1.7.5-1
Sign up to get free protection for your applications and to get access to all the features.
- package/@types/module/action-nodes/impl/back.d.ts +6 -6
- package/@types/module/action-nodes/impl/call-component-method.d.ts +9 -9
- package/@types/module/action-nodes/impl/condition.d.ts +9 -9
- package/@types/module/action-nodes/impl/confirm.d.ts +6 -6
- package/@types/module/action-nodes/impl/d-component-emit.d.ts +9 -9
- package/@types/module/action-nodes/impl/data-source-data-reload.d.ts +9 -6
- package/@types/module/action-nodes/impl/end.d.ts +4 -4
- package/@types/module/action-nodes/impl/foreach.d.ts +6 -6
- package/@types/module/action-nodes/impl/form.d.ts +8 -8
- package/@types/module/action-nodes/impl/http-download.d.ts +6 -6
- package/@types/module/action-nodes/impl/http.d.ts +6 -6
- package/@types/module/action-nodes/impl/iam-member-select.d.ts +6 -6
- package/@types/module/action-nodes/impl/iam-org-select.d.ts +6 -6
- package/@types/module/action-nodes/impl/index.d.ts +4 -4
- package/@types/module/action-nodes/impl/message.d.ts +6 -6
- package/@types/module/action-nodes/impl/notice.d.ts +6 -6
- package/@types/module/action-nodes/impl/open-in-dialog.d.ts +10 -10
- package/@types/module/action-nodes/impl/open-url.d.ts +6 -6
- package/@types/module/action-nodes/impl/output.d.ts +6 -6
- package/@types/module/action-nodes/impl/script.d.ts +6 -6
- package/@types/module/action-nodes/impl/set-page-variable.d.ts +6 -6
- package/@types/module/action-nodes/impl/start.d.ts +4 -4
- package/@types/module/action-nodes/impl/table-grid.d.ts +8 -8
- package/@types/module/action-nodes/impl/wizard.d.ts +8 -8
- package/@types/module/action-nodes/index.d.ts +6 -6
- package/@types/module/action-nodes/service-type-transport.d.ts +7 -0
- package/@types/module/components/attribute/TableColAttrEditMockData.vue.d.ts +39 -39
- package/@types/module/components/attribute/base-attr-components.d.ts +48 -48
- package/@types/module/components/attribute/designer/prop-value-editor/var-input/index.vue.d.ts +66 -60
- package/@types/module/components/attribute/prop-value-editor/array-editor/create-edit-dialog.d.ts +10 -10
- package/@types/module/components/attribute/prop-value-editor/array-editor/index.vue.d.ts +114 -114
- package/@types/module/components/attribute/prop-value-editor/array-editor/use-array-updater.d.ts +10 -10
- package/@types/module/components/attribute/prop-value-editor/base-props.d.ts +28 -28
- package/@types/module/components/attribute/prop-value-editor/common/use-input-type.d.ts +8 -8
- package/@types/module/components/attribute/prop-value-editor/designer-props.d.ts +17 -17
- package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/create-selectdsfields-dialog.d.ts +7 -7
- package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/fields-editor.vue.d.ts +61 -61
- package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/index.vue.d.ts +56 -56
- package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/select-ds-fields.vue.d.ts +24 -24
- package/@types/module/components/attribute/prop-value-editor/filters-editor/common-props.d.ts +19 -19
- package/@types/module/components/attribute/prop-value-editor/filters-editor/filter.vue.d.ts +97 -97
- package/@types/module/components/attribute/prop-value-editor/filters-editor/filters.vue.d.ts +103 -103
- package/@types/module/components/attribute/prop-value-editor/filters-editor/index.vue.d.ts +63 -63
- package/@types/module/components/attribute/prop-value-editor/filters-editor/operators.d.ts +4 -4
- package/@types/module/components/attribute/prop-value-editor/filters-editor/types.d.ts +11 -11
- package/@types/module/components/attribute/prop-value-editor/index.d.ts +12 -12
- package/@types/module/components/attribute/prop-value-editor/json-editor.vue.d.ts +67 -67
- package/@types/module/components/attribute/prop-value-editor/name-values-editor.vue.d.ts +58 -58
- package/@types/module/components/attribute/prop-value-editor/object-editor.vue.d.ts +59 -59
- package/@types/module/components/attribute/tableDictionary.d.ts +6 -6
- package/@types/module/components/components/IvTableGrid/cols.d.ts +20 -20
- package/@types/module/components/components/IvTableGrid/index.vue.d.ts +403 -403
- package/@types/module/components/components/IvTableGrid/pager-props.d.ts +19 -19
- package/@types/module/components/components/IvTableGrid/table-props.d.ts +103 -103
- package/@types/module/components/components/IvTableGrid/use-pager-events.d.ts +8 -8
- package/@types/module/components/components/IvTableGrid/use-table-events.d.ts +9 -9
- package/@types/module/components/components/IvTableGrid/utils.d.ts +1 -1
- package/@types/module/components/components/IvWizard/index.vue.d.ts +26 -26
- package/@types/module/components/components/IvWizard/step-pane.vue.d.ts +24 -24
- package/@types/module/components/components/base/IvHtml/index.vue.d.ts +14 -14
- package/@types/module/components/components/base/IvIframe/index.vue.d.ts +35 -35
- package/@types/module/components/components/base/IvText/index.vue.d.ts +43 -43
- package/@types/module/components/components/iam/lib/modal.d.ts +2 -2
- package/@types/module/components/components/iam/lib/query-methods-builder-old.d.ts +18 -18
- package/@types/module/components/components/iam/lib/query-methods-builder.d.ts +24 -23
- package/@types/module/components/components/iam/lib/tree.d.ts +10 -10
- package/@types/module/components/components/iam/mixins/build-query-methods.d.ts +53 -52
- package/@types/module/components/components/iview.d.ts +12 -12
- package/@types/module/components/components/lab-component/dynamic-input/index.vue.d.ts +40 -40
- package/@types/module/components/for-designer/LcdpInlineRenderer.vue.d.ts +2 -2
- package/@types/module/components/for-designer/SlotContainer.vue.d.ts +4 -4
- package/@types/module/components/for-designer/index.d.ts +5 -5
- package/@types/module/components/for-renderer/index.d.ts +4 -4
- package/@types/module/components/for-renderer/inline-renderer/index.vue.d.ts +70 -43
- package/@types/module/components/index.d.ts +597 -593
- package/@types/module/components/utils.d.ts +21 -21
- package/@types/module/index.d.ts +11 -10
- package/@types/module/plugins/index.d.ts +1 -1
- package/@types/module/plugins/use-services.d.ts +6 -6
- package/@types/module/schema-extend/components/actions.d.ts +23 -23
- package/@types/module/schema-extend/components/badge.d.ts +63 -63
- package/@types/module/schema-extend/components/carousel.d.ts +54 -54
- package/@types/module/schema-extend/components/cascader.d.ts +62 -62
- package/@types/module/schema-extend/components/checkbox.d.ts +53 -53
- package/@types/module/schema-extend/components/collapse.d.ts +38 -38
- package/@types/module/schema-extend/components/color-picker.d.ts +16 -16
- package/@types/module/schema-extend/components/description-list.d.ts +39 -39
- package/@types/module/schema-extend/components/divider.d.ts +22 -0
- package/@types/module/schema-extend/components/drawer.d.ts +55 -55
- package/@types/module/schema-extend/components/ellipsis.d.ts +47 -47
- package/@types/module/schema-extend/components/footer.d.ts +37 -37
- package/@types/module/schema-extend/components/form.d.ts +609 -564
- package/@types/module/schema-extend/components/globalfooter.d.ts +23 -23
- package/@types/module/schema-extend/components/grid.d.ts +44 -44
- package/@types/module/schema-extend/components/iam-org-tree.d.ts +10 -0
- package/@types/module/schema-extend/components/image.d.ts +22 -22
- package/@types/module/schema-extend/components/imagePreview.d.ts +50 -50
- package/@types/module/schema-extend/components/input.d.ts +10 -10
- package/@types/module/schema-extend/components/iv-table.d.ts +243 -243
- package/@types/module/schema-extend/components/iv-text.d.ts +12 -12
- package/@types/module/schema-extend/components/ivlink.d.ts +27 -27
- package/@types/module/schema-extend/components/layout.d.ts +185 -185
- package/@types/module/schema-extend/components/li-list.d.ts +33 -33
- package/@types/module/schema-extend/components/list.d.ts +81 -81
- package/@types/module/schema-extend/components/modal.d.ts +55 -55
- package/@types/module/schema-extend/components/numberInfo.d.ts +10 -10
- package/@types/module/schema-extend/components/others.d.ts +320 -313
- package/@types/module/schema-extend/components/page.d.ts +60 -60
- package/@types/module/schema-extend/components/poptip.d.ts +22 -22
- package/@types/module/schema-extend/components/radio.d.ts +82 -82
- package/@types/module/schema-extend/components/region.d.ts +18 -18
- package/@types/module/schema-extend/components/scrollspy.d.ts +58 -58
- package/@types/module/schema-extend/components/steps.d.ts +38 -38
- package/@types/module/schema-extend/components/table.d.ts +146 -146
- package/@types/module/schema-extend/components/tag-select.d.ts +43 -38
- package/@types/module/schema-extend/components/tag.d.ts +18 -18
- package/@types/module/schema-extend/components/timeline.d.ts +39 -39
- package/@types/module/schema-extend/components/title.d.ts +18 -18
- package/@types/module/schema-extend/components/tooltips.d.ts +10 -10
- package/@types/module/schema-extend/components/transfer.d.ts +65 -65
- package/@types/module/schema-extend/components/tree.d.ts +48 -48
- package/@types/module/schema-extend/components/upload.d.ts +33 -33
- package/@types/module/schema-extend/components/wizard.d.ts +62 -62
- package/@types/module/schema-extend/index.d.ts +1 -1
- package/@types/module/schema-extend/iview-schema.d.ts +2 -2
- package/@types/module/schema-extend/utils.d.ts +45 -45
- package/@types/module/validate-processor.d.ts +6 -6
- package/bingo-builder-manifest.json +16 -14
- package/index.js +4 -4
- package/modules/fly_vue_lcdp_iview/assets/css/app.css +2 -2
- package/modules/fly_vue_lcdp_iview/assets/css/{lcdp-iview-attrcomponent.d27861ef.css → lcdp-iview-attrcomponent.5b64e92e.css} +1 -1
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.28c2f15b.css +1 -0
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.0193ef2cd1f12c021194.js +1 -0
- package/modules/fly_vue_lcdp_iview/dll.js +9 -9
- package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.0193ef2cd1f12c021194.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.0193ef2cd1f12c021194.js +1 -0
- package/modules/fly_vue_lcdp_iview/{lcdp-iview-component.06643826720987dcd185.js → lcdp-iview-component.0193ef2cd1f12c021194.js} +2 -2
- package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.0193ef2cd1f12c021194.js +1 -0
- package/package.json +14 -13
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.1e9d6064.css +0 -1
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.06643826720987dcd185.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.06643826720987dcd185.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.06643826720987dcd185.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.06643826720987dcd185.js +0 -1
- /package/modules/fly_vue_lcdp_iview/{lcdp-designer-components.06643826720987dcd185.js → lcdp-designer-components.0193ef2cd1f12c021194.js} +0 -0
@@ -1,23 +1,24 @@
|
|
1
|
-
declare function build(userApiUrl: any, orgApiUrl: any, userSelectOptions?: any, orgSelectOptions?: any, globalQueryOptions?: any, globalConfig?: any): {
|
2
|
-
queryExternalOrg: () => any;
|
3
|
-
queryRootOrg: () => any;
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
1
|
+
declare function build(userApiUrl: any, orgApiUrl: any, userSelectOptions?: any, orgSelectOptions?: any, globalQueryOptions?: any, globalConfig?: any): {
|
2
|
+
queryExternalOrg: () => any;
|
3
|
+
queryRootOrg: () => any;
|
4
|
+
queryRootOrgByUrl: (url: any) => any;
|
5
|
+
queryOrgByParent: (parentId: any) => any;
|
6
|
+
queryOrgByKeyword: (keyword: any, orgIds: any) => Promise<unknown>;
|
7
|
+
queryOrgByIds: (orgIds: any) => any;
|
8
|
+
queryOrgTotal: () => Promise<{
|
9
|
+
activeCount: number;
|
10
|
+
delCount: number;
|
11
|
+
}>;
|
12
|
+
queryUserByKeyword: (keyword: any, userIds: any) => Promise<unknown>;
|
13
|
+
queryUserByIds: (userIds: any) => any;
|
14
|
+
pageQueryUserByOrg: (orgIds: any, userIds: any, pageParams: any, filters?: string) => Promise<unknown>;
|
15
|
+
pageQueryUserByKeyword: (queryKeyword: any, userIds: any, pageParams: any) => Promise<unknown>;
|
16
|
+
getOrgIdField: () => any;
|
17
|
+
getOrgParentField: () => any;
|
18
|
+
userOptions: any;
|
19
|
+
orgOptions: any;
|
20
|
+
};
|
21
|
+
declare const _default: {
|
22
|
+
build: typeof build;
|
23
|
+
};
|
24
|
+
export default _default;
|
@@ -1,10 +1,10 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
toTreeData(items: any, { level, treeExpandLevel, treeLeafKey, valueKey, labelKey }: {
|
3
|
-
level?: number;
|
4
|
-
treeExpandLevel?: number;
|
5
|
-
treeLeafKey: any;
|
6
|
-
valueKey?: string;
|
7
|
-
labelKey?: string;
|
8
|
-
}, convertor: any): any[];
|
9
|
-
};
|
10
|
-
export default _default;
|
1
|
+
declare const _default: {
|
2
|
+
toTreeData(items: any, { level, treeExpandLevel, treeLeafKey, valueKey, labelKey }: {
|
3
|
+
level?: number;
|
4
|
+
treeExpandLevel?: number;
|
5
|
+
treeLeafKey: any;
|
6
|
+
valueKey?: string;
|
7
|
+
labelKey?: string;
|
8
|
+
}, convertor: any): any[];
|
9
|
+
};
|
10
|
+
export default _default;
|
@@ -1,52 +1,53 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
props: {
|
3
|
-
/**
|
4
|
-
* 部门查询基础地址,不传会读取默认的
|
5
|
-
*/
|
6
|
-
orgUrl: {
|
7
|
-
type: StringConstructor;
|
8
|
-
};
|
9
|
-
/**
|
10
|
-
* 用户查询基础地址,不传会读取默认的
|
11
|
-
*/
|
12
|
-
userUrl: {
|
13
|
-
type: StringConstructor;
|
14
|
-
};
|
15
|
-
};
|
16
|
-
methods: {
|
17
|
-
buildQueryMethods(globalQueryOptions?: any, globalConfig?: any): {
|
18
|
-
queryRootOrg: () => any;
|
19
|
-
queryOrgByParent: (parentId: any) => any;
|
20
|
-
queryOrgByKeyword: (keyword: any, orgIds: any) => Promise<unknown>;
|
21
|
-
queryOrgByIds: (orgIds: any) => any;
|
22
|
-
queryUserByKeyword: (keyword: any, userIds: any) => Promise<unknown>;
|
23
|
-
queryUserByIds: (userIds: any) => any;
|
24
|
-
pageQueryUserByOrg: (orgIds: any, userIds: any, pageParams: any) => Promise<unknown>;
|
25
|
-
pageQueryUserByKeyword: (queryKeyword: any, userIds: any, pageParams: any) => Promise<unknown>;
|
26
|
-
getOrgIdField: () => any;
|
27
|
-
getOrgParentField: () => any;
|
28
|
-
userOptions: any;
|
29
|
-
orgOptions: any;
|
30
|
-
} | {
|
31
|
-
queryExternalOrg: () => any;
|
32
|
-
queryRootOrg: () => any;
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
};
|
52
|
-
|
1
|
+
declare const _default: {
|
2
|
+
props: {
|
3
|
+
/**
|
4
|
+
* 部门查询基础地址,不传会读取默认的
|
5
|
+
*/
|
6
|
+
orgUrl: {
|
7
|
+
type: StringConstructor;
|
8
|
+
};
|
9
|
+
/**
|
10
|
+
* 用户查询基础地址,不传会读取默认的
|
11
|
+
*/
|
12
|
+
userUrl: {
|
13
|
+
type: StringConstructor;
|
14
|
+
};
|
15
|
+
};
|
16
|
+
methods: {
|
17
|
+
buildQueryMethods(globalQueryOptions?: any, globalConfig?: any): {
|
18
|
+
queryRootOrg: () => any;
|
19
|
+
queryOrgByParent: (parentId: any) => any;
|
20
|
+
queryOrgByKeyword: (keyword: any, orgIds: any) => Promise<unknown>;
|
21
|
+
queryOrgByIds: (orgIds: any) => any;
|
22
|
+
queryUserByKeyword: (keyword: any, userIds: any) => Promise<unknown>;
|
23
|
+
queryUserByIds: (userIds: any) => any;
|
24
|
+
pageQueryUserByOrg: (orgIds: any, userIds: any, pageParams: any) => Promise<unknown>;
|
25
|
+
pageQueryUserByKeyword: (queryKeyword: any, userIds: any, pageParams: any) => Promise<unknown>;
|
26
|
+
getOrgIdField: () => any;
|
27
|
+
getOrgParentField: () => any;
|
28
|
+
userOptions: any;
|
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: (orgIds: any, userIds: any, pageParams: any, filters?: string) => 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
|
+
};
|
50
|
+
validateProps(queryMethods: any): void;
|
51
|
+
};
|
52
|
+
};
|
53
|
+
export default _default;
|
@@ -1,12 +1,12 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
/**
|
3
|
-
* @description: IvTable column 表格项
|
4
|
-
*/
|
5
|
-
IvTableColumn: any;
|
6
|
-
IvTableGridColumn: any;
|
7
|
-
IvForm: any;
|
8
|
-
IvEntityForm: any;
|
9
|
-
IamFormMemberSelect: any;
|
10
|
-
IamFormOrgSelect: any;
|
11
|
-
};
|
12
|
-
export default _default;
|
1
|
+
declare const _default: {
|
2
|
+
/**
|
3
|
+
* @description: IvTable column 表格项
|
4
|
+
*/
|
5
|
+
IvTableColumn: any;
|
6
|
+
IvTableGridColumn: any;
|
7
|
+
IvForm: any;
|
8
|
+
IvEntityForm: any;
|
9
|
+
IamFormMemberSelect: any;
|
10
|
+
IamFormOrgSelect: any;
|
11
|
+
};
|
12
|
+
export default _default;
|
@@ -1,40 +1,40 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
name: string;
|
3
|
-
props: {
|
4
|
-
btnText: {
|
5
|
-
type: StringConstructor;
|
6
|
-
default: string;
|
7
|
-
};
|
8
|
-
placeholder: {
|
9
|
-
type: StringConstructor;
|
10
|
-
default: string;
|
11
|
-
};
|
12
|
-
icon: {
|
13
|
-
type: StringConstructor;
|
14
|
-
default: string;
|
15
|
-
};
|
16
|
-
value: {
|
17
|
-
type: ArrayConstructor;
|
18
|
-
default: any;
|
19
|
-
};
|
20
|
-
limit: {
|
21
|
-
type: NumberConstructor;
|
22
|
-
default: number;
|
23
|
-
};
|
24
|
-
};
|
25
|
-
data(): {
|
26
|
-
inputArray: any[];
|
27
|
-
};
|
28
|
-
watch: {
|
29
|
-
inputArray: {
|
30
|
-
handler(val: any): void;
|
31
|
-
deep: boolean;
|
32
|
-
};
|
33
|
-
};
|
34
|
-
mounted(): void;
|
35
|
-
methods: {
|
36
|
-
addInput(): void;
|
37
|
-
delInput(item: any, index: any): void;
|
38
|
-
};
|
39
|
-
};
|
40
|
-
export default _default;
|
1
|
+
declare const _default: {
|
2
|
+
name: string;
|
3
|
+
props: {
|
4
|
+
btnText: {
|
5
|
+
type: StringConstructor;
|
6
|
+
default: string;
|
7
|
+
};
|
8
|
+
placeholder: {
|
9
|
+
type: StringConstructor;
|
10
|
+
default: string;
|
11
|
+
};
|
12
|
+
icon: {
|
13
|
+
type: StringConstructor;
|
14
|
+
default: string;
|
15
|
+
};
|
16
|
+
value: {
|
17
|
+
type: ArrayConstructor;
|
18
|
+
default: any;
|
19
|
+
};
|
20
|
+
limit: {
|
21
|
+
type: NumberConstructor;
|
22
|
+
default: number;
|
23
|
+
};
|
24
|
+
};
|
25
|
+
data(): {
|
26
|
+
inputArray: any[];
|
27
|
+
};
|
28
|
+
watch: {
|
29
|
+
inputArray: {
|
30
|
+
handler(val: any): void;
|
31
|
+
deep: boolean;
|
32
|
+
};
|
33
|
+
};
|
34
|
+
mounted(): void;
|
35
|
+
methods: {
|
36
|
+
addInput(): void;
|
37
|
+
delInput(item: any, index: any): void;
|
38
|
+
};
|
39
|
+
};
|
40
|
+
export default _default;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2
|
-
export default _default;
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
2
|
+
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
name: string;
|
3
|
-
};
|
4
|
-
export default _default;
|
1
|
+
declare const _default: {
|
2
|
+
name: string;
|
3
|
+
};
|
4
|
+
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
DesignSlotContainer: () => Promise<typeof import("./SlotContainer.vue")>;
|
3
|
-
DesignLcdpInlineRenderer: () => Promise<typeof import("./LcdpInlineRenderer.vue")>;
|
4
|
-
};
|
5
|
-
export default _default;
|
1
|
+
declare const _default: {
|
2
|
+
DesignSlotContainer: () => Promise<typeof import("./SlotContainer.vue")>;
|
3
|
+
DesignLcdpInlineRenderer: () => Promise<typeof import("./LcdpInlineRenderer.vue")>;
|
4
|
+
};
|
5
|
+
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
LcdpInlineRenderer: () => Promise<typeof import("./inline-renderer/index.vue")>;
|
3
|
-
};
|
4
|
-
export default _default;
|
1
|
+
declare const _default: {
|
2
|
+
LcdpInlineRenderer: () => Promise<typeof import("./inline-renderer/index.vue")>;
|
3
|
+
};
|
4
|
+
export default _default;
|
@@ -1,43 +1,70 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
};
|
7
|
-
|
8
|
-
type:
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
};
|
14
|
-
|
15
|
-
type: BooleanConstructor;
|
16
|
-
default: boolean;
|
17
|
-
};
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
};
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
1
|
+
import { PropType } from 'vue';
|
2
|
+
import { LcdpRendererConfig } from '@fly-vue/lcdp-engine';
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
4
|
+
customUri: {
|
5
|
+
type: StringConstructor;
|
6
|
+
};
|
7
|
+
uri: {
|
8
|
+
type: StringConstructor;
|
9
|
+
required: true;
|
10
|
+
};
|
11
|
+
requestParams: {
|
12
|
+
type: ArrayConstructor;
|
13
|
+
};
|
14
|
+
forceHideHeader: {
|
15
|
+
type: BooleanConstructor;
|
16
|
+
default: boolean;
|
17
|
+
};
|
18
|
+
forceHideFooter: {
|
19
|
+
type: BooleanConstructor;
|
20
|
+
default: boolean;
|
21
|
+
};
|
22
|
+
noCache: {
|
23
|
+
type: BooleanConstructor;
|
24
|
+
default: boolean;
|
25
|
+
};
|
26
|
+
/** 渲染完成后执行,也就是vue的onMounted事件回调 */
|
27
|
+
onRendered: {
|
28
|
+
type: PropType<(context: any) => any>;
|
29
|
+
required: false;
|
30
|
+
};
|
31
|
+
}, {
|
32
|
+
preprocessed: import("vue").Ref<boolean>;
|
33
|
+
payload: any;
|
34
|
+
rendererConfig: LcdpRendererConfig;
|
35
|
+
handleOnOutput: (data: any) => void;
|
36
|
+
pageKey: string;
|
37
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
38
|
+
customUri: {
|
39
|
+
type: StringConstructor;
|
40
|
+
};
|
41
|
+
uri: {
|
42
|
+
type: StringConstructor;
|
43
|
+
required: true;
|
44
|
+
};
|
45
|
+
requestParams: {
|
46
|
+
type: ArrayConstructor;
|
47
|
+
};
|
48
|
+
forceHideHeader: {
|
49
|
+
type: BooleanConstructor;
|
50
|
+
default: boolean;
|
51
|
+
};
|
52
|
+
forceHideFooter: {
|
53
|
+
type: BooleanConstructor;
|
54
|
+
default: boolean;
|
55
|
+
};
|
56
|
+
noCache: {
|
57
|
+
type: BooleanConstructor;
|
58
|
+
default: boolean;
|
59
|
+
};
|
60
|
+
/** 渲染完成后执行,也就是vue的onMounted事件回调 */
|
61
|
+
onRendered: {
|
62
|
+
type: PropType<(context: any) => any>;
|
63
|
+
required: false;
|
64
|
+
};
|
65
|
+
}>>, {
|
66
|
+
forceHideHeader: boolean;
|
67
|
+
forceHideFooter: boolean;
|
68
|
+
noCache: boolean;
|
69
|
+
}>;
|
70
|
+
export default _default;
|