@fly-vue/lcdp-iview 1.7.5 → 1.7.6
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/action-nodes/impl/http.d.ts +4 -0
- package/@types/module/action-nodes/service-type-transport.d.ts +6 -1
- package/@types/module/components/attribute/designer/prop-value-editor/var-input/index.vue.d.ts +3 -3
- package/@types/module/components/components/iam/lib/query-methods-builder.d.ts +5 -2
- package/@types/module/components/components/iam/mixins/build-query-methods.d.ts +0 -19
- package/@types/module/components/for-designer/event-container/channel.vue.d.ts +30 -0
- package/@types/module/components/for-designer/index.d.ts +3 -0
- package/@types/module/components/for-renderer/data-exporter/csv.d.ts +1 -0
- package/@types/module/components/for-renderer/data-exporter/export-csv.d.ts +1 -0
- package/@types/module/components/for-renderer/data-exporter/index.vue.d.ts +62 -0
- package/@types/module/components/for-renderer/data-exporter/types.d.ts +9 -0
- package/@types/module/components/for-renderer/event-container/channel.vue.d.ts +41 -0
- package/@types/module/components/for-renderer/event-container/context.d.ts +48 -0
- package/@types/module/components/for-renderer/event-container/form-context.d.ts +9 -0
- package/@types/module/components/for-renderer/event-container/form-dispatcher.vue.d.ts +24 -0
- package/@types/module/components/for-renderer/event-container/form-receiver.vue.d.ts +51 -0
- package/@types/module/components/for-renderer/event-container/index.d.ts +3 -0
- package/@types/module/components/for-renderer/event-container/use-channel.d.ts +4 -0
- package/@types/module/components/for-renderer/event-container/use-form.d.ts +10 -0
- package/@types/module/components/for-renderer/excel-importer/failed-list.vue.d.ts +33 -0
- package/@types/module/components/for-renderer/excel-importer/index.vue.d.ts +166 -0
- package/@types/module/components/for-renderer/excel-importer/successful-list.vue.d.ts +22 -0
- package/@types/module/components/for-renderer/excel-importer/test-data.d.ts +15 -0
- package/@types/module/components/for-renderer/excel-importer/to-import-list.vue.d.ts +29 -0
- package/@types/module/components/for-renderer/excel-importer/types.d.ts +17 -0
- package/@types/module/components/for-renderer/excel-importer/use-check-all.d.ts +4 -0
- package/@types/module/components/for-renderer/excel-importer/use-pager.d.ts +6 -0
- package/@types/module/components/for-renderer/excel-importer/use-records-handler.d.ts +34 -0
- package/@types/module/components/for-renderer/excel-importer/use-urls.d.ts +5 -0
- package/@types/module/components/for-renderer/index.d.ts +5 -0
- package/@types/module/components/for-renderer/inline-renderer/index.vue.d.ts +13 -5
- package/@types/module/components/index.d.ts +118 -69
- package/@types/module/components/utils.d.ts +8 -0
- package/@types/module/index.d.ts +1 -0
- package/@types/module/schema-extend/components/excel-importer.d.ts +16 -0
- package/@types/module/schema-extend/components/form.d.ts +7 -7
- package/@types/module/schema-extend/components/iv-table.d.ts +5 -0
- package/@types/module/schema-extend/components/layout.d.ts +1 -7
- package/@types/module/schema-extend/components/lcdp-event-receiver.d.ts +17 -0
- package/@types/module/schema-extend/components/others.d.ts +7 -0
- package/@types/module/schema-extend/components/tinymce.d.ts +27 -0
- package/@types/module/schema-extend/components/tree.d.ts +3 -0
- package/@types/module/schema-extend/components/upload.d.ts +5 -0
- package/bingo-builder-manifest.json +15 -13
- 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.c8863f62.css +1 -0
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component-ice.a6489154.css +1 -0
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.cb2d58ef.css +1 -0
- package/modules/fly_vue_lcdp_iview/assets/css/vendors~lcdp-iview-component-ice.e98f8f0c.css +1 -0
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.084b452e18e2a435fae5.js +1 -0
- package/modules/fly_vue_lcdp_iview/dll.js +10 -10
- package/modules/fly_vue_lcdp_iview/lcdp-designer-components.084b452e18e2a435fae5.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.084b452e18e2a435fae5.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.084b452e18e2a435fae5.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-component-ice.084b452e18e2a435fae5.js +1 -0
- package/modules/fly_vue_lcdp_iview/{lcdp-iview-component.e6ed3307f2094e1adbff.js → lcdp-iview-component-region.084b452e18e2a435fae5.js} +2 -2
- package/modules/fly_vue_lcdp_iview/lcdp-iview-component.084b452e18e2a435fae5.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.084b452e18e2a435fae5.js +1 -0
- package/modules/fly_vue_lcdp_iview/vendors~lcdp-iview-component-ice.084b452e18e2a435fae5.js +1 -0
- package/package.json +16 -15
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-attrcomponent.5b64e92e.css +0 -1
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.28c2f15b.css +0 -1
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.e6ed3307f2094e1adbff.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-designer-components.e6ed3307f2094e1adbff.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.e6ed3307f2094e1adbff.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.e6ed3307f2094e1adbff.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.e6ed3307f2094e1adbff.js +0 -1
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ColumnsMapping, ImportRecords } from './types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
mappings: any;
|
|
4
|
+
records: any;
|
|
5
|
+
}, {
|
|
6
|
+
__sfc: boolean;
|
|
7
|
+
props: {
|
|
8
|
+
mappings: ColumnsMapping;
|
|
9
|
+
records: ImportRecords;
|
|
10
|
+
};
|
|
11
|
+
emit: (event: 'change-item-field', params: {
|
|
12
|
+
uid: string;
|
|
13
|
+
fieldName: string;
|
|
14
|
+
fieldValue: any;
|
|
15
|
+
}) => void;
|
|
16
|
+
page: import("vue").Ref<number>;
|
|
17
|
+
pageSize: import("vue").Ref<number>;
|
|
18
|
+
pagedRecords: import("vue").ComputedRef<any[]>;
|
|
19
|
+
onPageSizeChanged: (_pageSize: any) => void;
|
|
20
|
+
currentPageAllSelected: import("vue").Ref<boolean>;
|
|
21
|
+
toggleSelectedAll: (isChecked: any) => void;
|
|
22
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, "change-item-field"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
+
mappings: any;
|
|
24
|
+
records: any;
|
|
25
|
+
}>>, {
|
|
26
|
+
mappings: any;
|
|
27
|
+
records: any;
|
|
28
|
+
}>;
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare type ColumnMapping = {
|
|
2
|
+
columnIndex: number;
|
|
3
|
+
columnHeaderText: string;
|
|
4
|
+
fieldName: string;
|
|
5
|
+
fieldDisplayName: string;
|
|
6
|
+
};
|
|
7
|
+
export declare type ColumnsMapping = ColumnMapping[];
|
|
8
|
+
export declare type ImportRecord = {
|
|
9
|
+
_uid_: string;
|
|
10
|
+
_selected_?: boolean;
|
|
11
|
+
_importResult_?: string;
|
|
12
|
+
_importError_?: string;
|
|
13
|
+
_editing_?: string;
|
|
14
|
+
_editingValue_?: string;
|
|
15
|
+
[otherKey: string]: any;
|
|
16
|
+
};
|
|
17
|
+
export declare type ImportRecords = ImportRecord[];
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ImportRecords, ImportRecord, ColumnsMapping } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* 附加_uid_、_selected_属性到records的每一项中
|
|
4
|
+
*/
|
|
5
|
+
export declare const preprocessRecords: (records: ImportRecords) => {
|
|
6
|
+
_uid_: string;
|
|
7
|
+
_selected_: boolean;
|
|
8
|
+
_importResult_?: string;
|
|
9
|
+
_importError_?: string;
|
|
10
|
+
_editing_?: string;
|
|
11
|
+
_editingValue_?: string;
|
|
12
|
+
}[];
|
|
13
|
+
/**
|
|
14
|
+
* 清除records每一项的_uid_、_selected_等非业务属性
|
|
15
|
+
*/
|
|
16
|
+
export declare const cleanRecords: (records: ImportRecords) => ImportRecords;
|
|
17
|
+
export declare const filterSelected: (records: ImportRecords) => {
|
|
18
|
+
_uid_: string;
|
|
19
|
+
_selected_?: boolean;
|
|
20
|
+
_importResult_?: string;
|
|
21
|
+
_importError_?: string;
|
|
22
|
+
_editing_?: string;
|
|
23
|
+
_editingValue_?: string;
|
|
24
|
+
}[];
|
|
25
|
+
export declare const filterFailed: (records: ImportRecords, mappings: ColumnsMapping) => any[];
|
|
26
|
+
export declare const filterSuccessful: (records: ImportRecords) => ImportRecord[];
|
|
27
|
+
export declare const rangeRecords: (records: ImportRecords, fromIndex: any, toIndex: any) => any[];
|
|
28
|
+
/**
|
|
29
|
+
* 本地分页获取records的数据
|
|
30
|
+
* @param records - 当前所有记录数
|
|
31
|
+
* @param page - 当前页,从1开始
|
|
32
|
+
* @param pageSize - 每页记录数
|
|
33
|
+
*/
|
|
34
|
+
export declare const getPagedRecords: (records: ImportRecords, page: number, pageSize: number) => any[];
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
LcdpInlineRenderer: () => Promise<typeof import("./inline-renderer/index.vue")>;
|
|
3
|
+
LcdpFormEventDispatcher: () => Promise<typeof import("./event-container/form-dispatcher.vue")>;
|
|
4
|
+
LcdpFormEventReceiver: () => Promise<typeof import("./event-container/form-receiver.vue")>;
|
|
5
|
+
LcdpChannel: () => Promise<typeof import("./event-container/channel.vue")>;
|
|
6
|
+
LcdpDataImporter: () => Promise<typeof import("./excel-importer/index.vue")>;
|
|
7
|
+
LcdpDataExporter: () => Promise<typeof import("./data-exporter/index.vue")>;
|
|
3
8
|
};
|
|
4
9
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { LcdpRendererConfig } from '@fly-vue/lcdp-engine';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
|
|
5
|
-
type:
|
|
4
|
+
autoUri: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
6
|
};
|
|
7
7
|
uri: {
|
|
8
8
|
type: StringConstructor;
|
|
@@ -28,15 +28,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
type: PropType<(context: any) => any>;
|
|
29
29
|
required: false;
|
|
30
30
|
};
|
|
31
|
+
showLoading: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
};
|
|
31
34
|
}, {
|
|
32
35
|
preprocessed: import("vue").Ref<boolean>;
|
|
33
36
|
payload: any;
|
|
34
37
|
rendererConfig: LcdpRendererConfig;
|
|
35
38
|
handleOnOutput: (data: any) => void;
|
|
36
|
-
pageKey: string
|
|
39
|
+
pageKey: import("vue").Ref<string>;
|
|
37
40
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
38
|
-
|
|
39
|
-
type:
|
|
41
|
+
autoUri: {
|
|
42
|
+
type: BooleanConstructor;
|
|
40
43
|
};
|
|
41
44
|
uri: {
|
|
42
45
|
type: StringConstructor;
|
|
@@ -62,9 +65,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
65
|
type: PropType<(context: any) => any>;
|
|
63
66
|
required: false;
|
|
64
67
|
};
|
|
68
|
+
showLoading: {
|
|
69
|
+
type: BooleanConstructor;
|
|
70
|
+
};
|
|
65
71
|
}>>, {
|
|
72
|
+
autoUri: boolean;
|
|
66
73
|
forceHideHeader: boolean;
|
|
67
74
|
forceHideFooter: boolean;
|
|
68
75
|
noCache: boolean;
|
|
76
|
+
showLoading: boolean;
|
|
69
77
|
}>;
|
|
70
78
|
export default _default;
|
|
@@ -2,10 +2,18 @@
|
|
|
2
2
|
declare const _default: {
|
|
3
3
|
DesignSlotContainer: () => Promise<typeof import("./for-designer/SlotContainer.vue")>;
|
|
4
4
|
DesignLcdpInlineRenderer: () => Promise<typeof import("./for-designer/LcdpInlineRenderer.vue")>;
|
|
5
|
+
DesignLcdpChannel: () => Promise<typeof import("./for-designer/event-container/channel.vue")>;
|
|
6
|
+
DesignCommonContainer: () => Promise<typeof import("*.vue")>;
|
|
5
7
|
LcdpInlineRenderer: () => Promise<typeof import("./for-renderer/inline-renderer/index.vue")>;
|
|
8
|
+
LcdpFormEventDispatcher: () => Promise<typeof import("./for-renderer/event-container/form-dispatcher.vue")>;
|
|
9
|
+
LcdpFormEventReceiver: () => Promise<typeof import("./for-renderer/event-container/form-receiver.vue")>;
|
|
10
|
+
LcdpChannel: () => Promise<typeof import("./for-renderer/event-container/channel.vue")>;
|
|
11
|
+
LcdpDataImporter: () => Promise<typeof import("./for-renderer/excel-importer/index.vue")>;
|
|
12
|
+
LcdpDataExporter: () => Promise<typeof import("./for-renderer/data-exporter/index.vue")>;
|
|
6
13
|
VarInput: () => Promise<typeof import("./attribute/designer/prop-value-editor/var-input/index.vue")>;
|
|
7
14
|
InputSearchTypeAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
8
15
|
DataDictionaryDisabledAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
16
|
+
OneArrayOptionAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
9
17
|
TableFiltersEditor: () => Promise<typeof import("./attribute/prop-value-editor/filters-editor/index.vue")>;
|
|
10
18
|
SimpleJsonEditor: () => Promise<typeof import("./attribute/prop-value-editor/json-editor.vue")>;
|
|
11
19
|
ObjectEditor: () => Promise<typeof import("./attribute/prop-value-editor/object-editor.vue")>;
|
|
@@ -47,69 +55,110 @@ declare const _default: {
|
|
|
47
55
|
FileSizeAttrEdit: () => Promise<typeof import("*.vue")>;
|
|
48
56
|
IvFromRow: () => Promise<typeof import("*.vue")>;
|
|
49
57
|
IvFromCol: () => Promise<typeof import("*.vue")>;
|
|
50
|
-
IvFormItem: () => Promise<
|
|
51
|
-
IvFormTimePicker: () => Promise<
|
|
52
|
-
IvFormSwitch: () => Promise<
|
|
53
|
-
IvFormSelect: () => Promise<
|
|
54
|
-
IvFormRate: () => Promise<
|
|
55
|
-
IvFormRadio: () => Promise<
|
|
56
|
-
IvFormInputNumber: () => Promise<
|
|
57
|
-
IvFormDatePicker: () => Promise<
|
|
58
|
-
IvFormCheckbox: () => Promise<
|
|
59
|
-
IvFormAutoComplete: () => Promise<
|
|
60
|
-
IvFormInput: () => Promise<
|
|
61
|
-
IvModal:
|
|
62
|
-
|
|
63
|
-
|
|
58
|
+
IvFormItem: () => Promise<typeof import("./components/iview/IvFormItem.js")>;
|
|
59
|
+
IvFormTimePicker: () => Promise<typeof import("./components/iview/IvFormTimePicker.js")>;
|
|
60
|
+
IvFormSwitch: () => Promise<typeof import("./components/iview/IvFormSwitch.js")>;
|
|
61
|
+
IvFormSelect: () => Promise<typeof import("./components/iview/IvFormSelect.js")>;
|
|
62
|
+
IvFormRate: () => Promise<typeof import("./components/iview/IvFormRate.js")>;
|
|
63
|
+
IvFormRadio: () => Promise<typeof import("./components/iview/IvFormRadio.js")>;
|
|
64
|
+
IvFormInputNumber: () => Promise<typeof import("./components/iview/IvFormInputNumber.js")>;
|
|
65
|
+
IvFormDatePicker: () => Promise<typeof import("./components/iview/IvFormDatePicker.js")>;
|
|
66
|
+
IvFormCheckbox: () => Promise<typeof import("./components/iview/IvFormCheckbox.js")>;
|
|
67
|
+
IvFormAutoComplete: () => Promise<typeof import("./components/iview/IvFormAutoComplete.js")>;
|
|
68
|
+
IvFormInput: () => Promise<typeof import("./components/iview/IvFormInput.js")>;
|
|
69
|
+
IvModal: {
|
|
70
|
+
name: string;
|
|
71
|
+
inheritAttrs: boolean;
|
|
72
|
+
props: {
|
|
73
|
+
fullscreen: {
|
|
74
|
+
type: BooleanConstructor;
|
|
75
|
+
default: boolean;
|
|
76
|
+
};
|
|
77
|
+
fullscreenable: {
|
|
78
|
+
type: BooleanConstructor;
|
|
79
|
+
default: boolean;
|
|
80
|
+
};
|
|
81
|
+
height: {
|
|
82
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
83
|
+
};
|
|
84
|
+
headerHide: {
|
|
85
|
+
type: BooleanConstructor;
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
data(): {
|
|
90
|
+
isFullScreen: any;
|
|
91
|
+
};
|
|
92
|
+
computed: {
|
|
93
|
+
calcHei(): string;
|
|
94
|
+
};
|
|
95
|
+
mounted(): void;
|
|
96
|
+
/**
|
|
97
|
+
* @description: // 基础组件
|
|
98
|
+
*/
|
|
99
|
+
watch: {
|
|
100
|
+
value(newval: any): void;
|
|
101
|
+
fullscreen(val: any): void;
|
|
102
|
+
};
|
|
103
|
+
render(h: any): any;
|
|
104
|
+
methods: {
|
|
105
|
+
isNumber(val: any): boolean;
|
|
106
|
+
handleFullScreen(e: any): void;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
IvAlert: () => Promise<typeof import("./components/iview/IvAlert.js")>;
|
|
110
|
+
IvAnchor: () => Promise<typeof import("./components/iview/IvAnchor.js")>;
|
|
64
111
|
IvAutoComplete: () => Promise<typeof import("*.vue")>;
|
|
65
|
-
IvAvatar: () => Promise<
|
|
66
|
-
IvAvatarList: () => Promise<
|
|
67
|
-
IvBadge: () => Promise<
|
|
68
|
-
IvBreadcrumb: () => Promise<
|
|
69
|
-
IvButton: () => Promise<
|
|
70
|
-
IvCell: () => Promise<
|
|
71
|
-
IvCheckbox: () => Promise<
|
|
72
|
-
IvCheckboxSingle: () => Promise<
|
|
73
|
-
IvCollapsePanel: () => Promise<
|
|
74
|
-
IvColorPicker: () => Promise<
|
|
75
|
-
IvCountDown: () => Promise<
|
|
76
|
-
IvDescription: () => Promise<
|
|
77
|
-
IvDivider: () => Promise<
|
|
78
|
-
IvDropdown: () => Promise<
|
|
79
|
-
IvDropdownItem: () => Promise<
|
|
80
|
-
IvEllipsis: () => Promise<
|
|
81
|
-
IvGlobalFooter: () => Promise<
|
|
82
|
-
IvListItem: () => Promise<
|
|
112
|
+
IvAvatar: () => Promise<typeof import("./components/iview/IvAvatar.js")>;
|
|
113
|
+
IvAvatarList: () => Promise<typeof import("./components/iview/IvAvatarList.js")>;
|
|
114
|
+
IvBadge: () => Promise<typeof import("./components/iview/IvBadge.js")>;
|
|
115
|
+
IvBreadcrumb: () => Promise<typeof import("./components/iview/IvBreadcrumb.js")>;
|
|
116
|
+
IvButton: () => Promise<typeof import("./components/iview/IvButton.js")>;
|
|
117
|
+
IvCell: () => Promise<typeof import("./components/iview/IvCell.js")>;
|
|
118
|
+
IvCheckbox: () => Promise<typeof import("./components/iview/IvCheckbox.js")>;
|
|
119
|
+
IvCheckboxSingle: () => Promise<typeof import("./components/iview/IvCheckboxSingle.js")>;
|
|
120
|
+
IvCollapsePanel: () => Promise<typeof import("./components/iview/IvCollapsePanel.js")>;
|
|
121
|
+
IvColorPicker: () => Promise<typeof import("./components/iview/IvColorPicker.js")>;
|
|
122
|
+
IvCountDown: () => Promise<typeof import("./components/iview/IvCountDown.js")>;
|
|
123
|
+
IvDescription: () => Promise<typeof import("./components/iview/IvDescription.js")>;
|
|
124
|
+
IvDivider: () => Promise<typeof import("./components/iview/IvDivider.js")>;
|
|
125
|
+
IvDropdown: () => Promise<typeof import("./components/iview/IvDropdown.js")>;
|
|
126
|
+
IvDropdownItem: () => Promise<typeof import("./components/iview/IvDropdownItem.js")>;
|
|
127
|
+
IvEllipsis: () => Promise<typeof import("./components/iview/IvEllipsis.js")>;
|
|
128
|
+
IvGlobalFooter: () => Promise<typeof import("./components/iview/IvGlobalFooter.js")>;
|
|
129
|
+
IvListItem: () => Promise<typeof import("./components/iview/IvListItem.js")>;
|
|
83
130
|
IvMenu: () => Promise<typeof import("*.vue")>;
|
|
84
|
-
IvRadio: () => Promise<
|
|
85
|
-
IvRadioSingle: () => Promise<
|
|
86
|
-
IvSelect: () => Promise<
|
|
87
|
-
IvSpin: () => Promise<
|
|
88
|
-
IvStep: () => Promise<
|
|
131
|
+
IvRadio: () => Promise<typeof import("./components/iview/IvRadio.js")>;
|
|
132
|
+
IvRadioSingle: () => Promise<typeof import("./components/iview/IvRadioSingle.js")>;
|
|
133
|
+
IvSelect: () => Promise<typeof import("./components/iview/IvSelect.js")>;
|
|
134
|
+
IvSpin: () => Promise<typeof import("./components/iview/IvSpin.js")>;
|
|
135
|
+
IvStep: () => Promise<typeof import("./components/iview/IvStep.js")>;
|
|
89
136
|
IvStepPane: () => Promise<typeof import("./components/IvWizard/step-pane.vue")>;
|
|
90
|
-
IvSwitch: () => Promise<
|
|
91
|
-
IvTable: () => Promise<
|
|
92
|
-
|
|
137
|
+
IvSwitch: () => Promise<typeof import("./components/iview/IvSwitch.js")>;
|
|
138
|
+
IvTable: () => Promise<typeof import("./components/iview/IvTable.js")>;
|
|
139
|
+
IvTableFixed: () => Promise<typeof import("*.vue")>;
|
|
140
|
+
IvTag: () => Promise<typeof import("./components/iview/IvTag.js")>;
|
|
93
141
|
IvTagSelect: () => Promise<typeof import("*.vue")>;
|
|
94
|
-
IvTimeline: () => Promise<
|
|
95
|
-
IvTimelineItem: () => Promise<
|
|
142
|
+
IvTimeline: () => Promise<typeof import("./components/iview/IvTimeline.js")>;
|
|
143
|
+
IvTimelineItem: () => Promise<typeof import("./components/iview/IvTimelineItem.js")>;
|
|
96
144
|
IvTooltip: () => Promise<typeof import("*.vue")>;
|
|
97
|
-
IvTreeSelect: () => Promise<
|
|
145
|
+
IvTreeSelect: () => Promise<typeof import("*.vue")>;
|
|
98
146
|
IvUpload: () => Promise<typeof import("*.vue")>;
|
|
99
147
|
Page: () => Promise<typeof import("*.vue")>;
|
|
100
148
|
IvTree: () => Promise<typeof import("*.vue")>;
|
|
101
|
-
IvTransfer: () => Promise<
|
|
102
|
-
IvCarouselItem: () => Promise<
|
|
103
|
-
IvCalendar: () => Promise<
|
|
104
|
-
IvPoptip: () => Promise<
|
|
105
|
-
IvRadioGroup: () => Promise<
|
|
106
|
-
IvCheckboxGroup: () => Promise<
|
|
107
|
-
IvBackTop: () => Promise<
|
|
149
|
+
IvTransfer: () => Promise<typeof import("./components/iview/IvTransfer.js")>;
|
|
150
|
+
IvCarouselItem: () => Promise<typeof import("./components/iview/IvCarouselItem.js")>;
|
|
151
|
+
IvCalendar: () => Promise<typeof import("./components/iview/IvCalendar.js")>;
|
|
152
|
+
IvPoptip: () => Promise<typeof import("./components/iview/IvPoptip.js")>;
|
|
153
|
+
IvRadioGroup: () => Promise<typeof import("./components/iview/IvRadioGroup.js")>;
|
|
154
|
+
IvCheckboxGroup: () => Promise<typeof import("./components/iview/IvCheckboxGroup.js")>;
|
|
155
|
+
IvBackTop: () => Promise<typeof import("./components/iview/IvBackTop.js")>;
|
|
108
156
|
Input: () => Promise<typeof import("*.vue")>;
|
|
109
|
-
Card: () => Promise<
|
|
157
|
+
Card: () => Promise<typeof import("./components/iview/IvCard.js")>;
|
|
110
158
|
Tabs: () => Promise<typeof import("*.vue")>;
|
|
111
|
-
IvDrawer: () => Promise<
|
|
159
|
+
IvDrawer: () => Promise<typeof import("./components/iview/IvDrawer.js")>;
|
|
112
160
|
Cascader: () => Promise<typeof import("*.vue")>;
|
|
161
|
+
IvSplit: () => Promise<typeof import("*.vue")>;
|
|
113
162
|
IvCrud: () => Promise<typeof import("*.vue")>;
|
|
114
163
|
IvTableGrid: import("vue").DefineComponent<{
|
|
115
164
|
/**
|
|
@@ -532,32 +581,32 @@ declare const _default: {
|
|
|
532
581
|
IvScrollSpyItem: () => Promise<typeof import("*.vue")>;
|
|
533
582
|
IvImagePreview: () => Promise<typeof import("*.vue")>;
|
|
534
583
|
IvRegion: () => Promise<typeof import("*.vue")>;
|
|
535
|
-
IvEntityForm: () => Promise<
|
|
536
|
-
IvEntityFormItem: () => Promise<
|
|
537
|
-
IvEntityList: () => Promise<
|
|
538
|
-
IvEntityListItem: () => Promise<
|
|
539
|
-
|
|
540
|
-
IvContainer: () => Promise<
|
|
541
|
-
IvDiv: () => Promise<
|
|
584
|
+
IvEntityForm: () => Promise<typeof import("./components/entity/IvEntityForm.js")>;
|
|
585
|
+
IvEntityFormItem: () => Promise<typeof import("./components/entity/IvEntityFormItem.js")>;
|
|
586
|
+
IvEntityList: () => Promise<typeof import("./components/entity/IvEntityList.js")>;
|
|
587
|
+
IvEntityListItem: () => Promise<typeof import("./components/entity/IvEntityListItem.js")>;
|
|
588
|
+
IvTinymce: () => Promise<typeof import("*.vue")>;
|
|
589
|
+
IvContainer: () => Promise<typeof import("./components/base/IvContainer/index.js")>;
|
|
590
|
+
IvDiv: () => Promise<typeof import("./components/base/IvDiv/index.js")>;
|
|
542
591
|
IvFlex: () => Promise<typeof import("*.vue")>;
|
|
543
592
|
IvFlexItem: () => Promise<typeof import("*.vue")>;
|
|
544
593
|
IvHtml: () => Promise<typeof import("./components/base/IvHtml/index.vue")>;
|
|
545
594
|
IvIframe: () => Promise<typeof import("./components/base/IvIframe/index.vue")>;
|
|
546
595
|
IvImage: () => Promise<typeof import("*.vue")>;
|
|
547
|
-
IvLink: () => Promise<
|
|
596
|
+
IvLink: () => Promise<typeof import("./components/base/IvLink/index.js")>;
|
|
548
597
|
IvSpan: () => Promise<typeof import("*.vue")>;
|
|
549
598
|
IvText: () => Promise<typeof import("./components/base/IvText/index.vue")>;
|
|
550
|
-
IvTitle: () => Promise<
|
|
551
|
-
IvLiList: () => Promise<
|
|
599
|
+
IvTitle: () => Promise<typeof import("./components/base/IvTitle/index.js")>;
|
|
600
|
+
IvLiList: () => Promise<typeof import("./components/base/IvLiList/index.js")>;
|
|
552
601
|
IvLi: () => Promise<typeof import("*.vue")>;
|
|
553
|
-
IvEmpty: () => Promise<
|
|
602
|
+
IvEmpty: () => Promise<typeof import("./components/base/IvEmpty/index.js")>;
|
|
554
603
|
IvLayoutContainer: () => Promise<typeof import("*.vue")>;
|
|
555
|
-
IvLayout: () => Promise<
|
|
556
|
-
IvHeader: () => Promise<
|
|
557
|
-
IvSider: () => Promise<
|
|
558
|
-
IvContent: () => Promise<
|
|
559
|
-
IvFooter: () => Promise<
|
|
560
|
-
IvGrid: () => Promise<
|
|
604
|
+
IvLayout: () => Promise<typeof import("./components/iview/IvLayout/IvLayout.js")>;
|
|
605
|
+
IvHeader: () => Promise<typeof import("./components/iview/IvLayout/IvHeader.js")>;
|
|
606
|
+
IvSider: () => Promise<typeof import("./components/iview/IvLayout/IvSider.js")>;
|
|
607
|
+
IvContent: () => Promise<typeof import("./components/iview/IvLayout/IvContent.js")>;
|
|
608
|
+
IvFooter: () => Promise<typeof import("./components/iview/IvLayout/IvFooter.js")>;
|
|
609
|
+
IvGrid: () => Promise<typeof import("./components/iview/IvLayout/IvGrid.js")>;
|
|
561
610
|
IvTableColumn: any;
|
|
562
611
|
IvTableGridColumn: any;
|
|
563
612
|
IvForm: any;
|
|
@@ -19,3 +19,11 @@ export declare function _removeClass(data: any): any;
|
|
|
19
19
|
* @description: 移除 表单设计器属性
|
|
20
20
|
*/
|
|
21
21
|
export declare function _removeFormProps(data: any): any;
|
|
22
|
+
/**
|
|
23
|
+
* @description: 字符串样式转json
|
|
24
|
+
*/
|
|
25
|
+
export declare function _styleToObj(style: any): {};
|
|
26
|
+
/**
|
|
27
|
+
* @description: 保留表单需要的设计器class
|
|
28
|
+
*/
|
|
29
|
+
export declare function _keepFormClass(data: any): "" | "lcdp-editor-drag-content lcdp-editor-drag-space drawing-item-border le-designer-input";
|
package/@types/module/index.d.ts
CHANGED
|
@@ -9,3 +9,4 @@ export { register as registerActionNodes } from './action-nodes/index';
|
|
|
9
9
|
export { default as StyleEditor } from './components/attribute/StyleAttrEdit.vue';
|
|
10
10
|
export { validateProcessor } from './validate-processor';
|
|
11
11
|
export { registerServiceTypeTransport } from './action-nodes/service-type-transport';
|
|
12
|
+
export * from './components/for-renderer/event-container';
|
|
@@ -322,11 +322,14 @@ declare const _default: {
|
|
|
322
322
|
}): boolean;
|
|
323
323
|
};
|
|
324
324
|
options: {
|
|
325
|
+
turnOn({ node }: {
|
|
326
|
+
node: any;
|
|
327
|
+
}): boolean;
|
|
325
328
|
mock: ({ node, service }: {
|
|
326
329
|
node: any;
|
|
327
330
|
service: any;
|
|
328
331
|
}) => {
|
|
329
|
-
disabledDate:
|
|
332
|
+
disabledDate: any;
|
|
330
333
|
shortcuts: any;
|
|
331
334
|
disableDate?: undefined;
|
|
332
335
|
} | {
|
|
@@ -335,7 +338,7 @@ declare const _default: {
|
|
|
335
338
|
disabledDate?: undefined;
|
|
336
339
|
};
|
|
337
340
|
default: {
|
|
338
|
-
disabledDate:
|
|
341
|
+
disabledDate: any;
|
|
339
342
|
shortcuts: any[];
|
|
340
343
|
};
|
|
341
344
|
};
|
|
@@ -568,10 +571,9 @@ declare const _default: {
|
|
|
568
571
|
inputType: {
|
|
569
572
|
type: string;
|
|
570
573
|
on: {
|
|
571
|
-
'on-change': ({ node, model
|
|
574
|
+
'on-change': ({ node, model }: {
|
|
572
575
|
node: any;
|
|
573
576
|
model: any;
|
|
574
|
-
service: any;
|
|
575
577
|
}, val: any) => void;
|
|
576
578
|
};
|
|
577
579
|
};
|
|
@@ -592,10 +594,8 @@ declare const _default: {
|
|
|
592
594
|
}): boolean;
|
|
593
595
|
};
|
|
594
596
|
pattern: {
|
|
595
|
-
turnOn({ model
|
|
597
|
+
turnOn({ model }: {
|
|
596
598
|
model: any;
|
|
597
|
-
node: any;
|
|
598
|
-
service: any;
|
|
599
599
|
}): boolean;
|
|
600
600
|
};
|
|
601
601
|
method: {
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
movein: boolean;
|
|
33
33
|
moveout: boolean;
|
|
34
34
|
};
|
|
35
|
-
style: string;
|
|
36
35
|
children: {
|
|
37
36
|
type: string;
|
|
38
37
|
designer: {
|
|
@@ -68,7 +67,6 @@ declare const _default: {
|
|
|
68
67
|
movein: boolean;
|
|
69
68
|
moveout: boolean;
|
|
70
69
|
};
|
|
71
|
-
style: string;
|
|
72
70
|
children: ({
|
|
73
71
|
type: string;
|
|
74
72
|
designer: {
|
|
@@ -111,13 +109,10 @@ declare const _default: {
|
|
|
111
109
|
designer: {
|
|
112
110
|
movein: boolean;
|
|
113
111
|
};
|
|
114
|
-
style: string;
|
|
115
112
|
};
|
|
116
113
|
};
|
|
117
114
|
IvContainer: {
|
|
118
|
-
json: {
|
|
119
|
-
style: string;
|
|
120
|
-
};
|
|
115
|
+
json: {};
|
|
121
116
|
};
|
|
122
117
|
Tabs: {
|
|
123
118
|
copying({ node }: {
|
|
@@ -135,7 +130,6 @@ declare const _default: {
|
|
|
135
130
|
}[];
|
|
136
131
|
};
|
|
137
132
|
json(): {
|
|
138
|
-
style: string;
|
|
139
133
|
designer: {
|
|
140
134
|
moveChild: boolean;
|
|
141
135
|
movein: boolean;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
IvTinymce: {
|
|
3
|
+
properties: {
|
|
4
|
+
imagesUploadHandler: {
|
|
5
|
+
mock({ node }: {
|
|
6
|
+
node: any;
|
|
7
|
+
}): Function;
|
|
8
|
+
};
|
|
9
|
+
filePickerCallback: {
|
|
10
|
+
mock({ node }: {
|
|
11
|
+
node: any;
|
|
12
|
+
}): Function;
|
|
13
|
+
};
|
|
14
|
+
headers: {
|
|
15
|
+
default: {
|
|
16
|
+
Authorization: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
json: {
|
|
21
|
+
designer: {
|
|
22
|
+
movein: boolean;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|