@fly-vue/lcdp-iview 1.7.2 → 1.7.3
Sign up to get free protection for your applications and to get access to all the features.
- package/@types/module/components/attribute/base-attr-components.d.ts +6 -0
- package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/create-selectdsfields-dialog.d.ts +7 -0
- package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/fields-editor.vue.d.ts +61 -0
- package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/index.vue.d.ts +56 -0
- package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/select-ds-fields.vue.d.ts +24 -0
- package/@types/module/components/attribute/prop-value-editor/index.d.ts +1 -0
- package/@types/module/components/attribute/prop-value-editor/json-editor.vue.d.ts +2 -2
- package/@types/module/components/components/IvTableGrid/index.vue.d.ts +1 -0
- package/@types/module/components/components/IvTableGrid/use-table-events.d.ts +1 -1
- package/@types/module/components/components/base/IvText/index.vue.d.ts +2 -2
- package/@types/module/components/components/iview.d.ts +2 -0
- package/@types/module/components/index.d.ts +5 -1
- package/@types/module/schema-extend/components/carousel.d.ts +7 -0
- package/@types/module/schema-extend/components/cascader.d.ts +56 -0
- package/@types/module/schema-extend/components/form.d.ts +122 -0
- package/@types/module/schema-extend/components/grid.d.ts +9 -0
- package/@types/module/schema-extend/components/iv-table.d.ts +1 -0
- package/@types/module/schema-extend/components/iv-text.d.ts +12 -0
- package/@types/module/schema-extend/components/ivlink.d.ts +5 -0
- package/@types/module/schema-extend/components/others.d.ts +12 -1
- package/@types/module/schema-extend/components/page.d.ts +18 -0
- package/@types/module/schema-extend/components/scrollspy.d.ts +6 -0
- package/@types/module/schema-extend/components/tag-select.d.ts +8 -12
- package/@types/module/schema-extend/components/title.d.ts +7 -0
- package/@types/module/schema-extend/components/transfer.d.ts +18 -0
- package/@types/module/schema-extend/utils.d.ts +11 -0
- package/bingo-builder-manifest.json +11 -11
- 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.83ac36ed.css → lcdp-iview-attrcomponent.3d277742.css} +1 -1
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.1e9d6064.css +1 -0
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.80f9d81a9469d8a73b41.js +1 -0
- package/modules/fly_vue_lcdp_iview/dll.js +5 -5
- package/modules/fly_vue_lcdp_iview/{lcdp-designer-components.71714cacfaace98884d2.js → lcdp-designer-components.80f9d81a9469d8a73b41.js} +0 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.80f9d81a9469d8a73b41.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.80f9d81a9469d8a73b41.js +1 -0
- package/modules/fly_vue_lcdp_iview/{lcdp-iview-component.71714cacfaace98884d2.js → lcdp-iview-component.80f9d81a9469d8a73b41.js} +2 -2
- package/modules/fly_vue_lcdp_iview/{lcdp-renderer-components.71714cacfaace98884d2.js → lcdp-renderer-components.80f9d81a9469d8a73b41.js} +0 -0
- package/package.json +11 -11
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.a6346e66.css +0 -1
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.71714cacfaace98884d2.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.71714cacfaace98884d2.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.71714cacfaace98884d2.js +0 -1
@@ -4,6 +4,9 @@ declare const _default: {
|
|
4
4
|
props: string[];
|
5
5
|
render(createElement: any, context: any): any;
|
6
6
|
};
|
7
|
+
/**
|
8
|
+
* @description: 数字类型输入框
|
9
|
+
*/
|
7
10
|
/**
|
8
11
|
* @description: 数字类型输入框
|
9
12
|
*/
|
@@ -12,6 +15,9 @@ declare const _default: {
|
|
12
15
|
props: string[];
|
13
16
|
render(createElement: any, context: any): any;
|
14
17
|
};
|
18
|
+
/**
|
19
|
+
* @description: 数字类型输入框
|
20
|
+
*/
|
15
21
|
/**
|
16
22
|
* @description: 布朗类型切换
|
17
23
|
*/
|
@@ -0,0 +1,61 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
value: {
|
3
|
+
type: ArrayConstructor;
|
4
|
+
};
|
5
|
+
propSchema: {
|
6
|
+
type: ObjectConstructor;
|
7
|
+
};
|
8
|
+
model: {
|
9
|
+
type: ObjectConstructor;
|
10
|
+
required: boolean;
|
11
|
+
};
|
12
|
+
nodeModel: {
|
13
|
+
type: ObjectConstructor;
|
14
|
+
};
|
15
|
+
schemas: {
|
16
|
+
type: import("vue").PropType<import("@fly-vue/lcdp-engine").SchemaDefs>;
|
17
|
+
required: boolean;
|
18
|
+
};
|
19
|
+
service: {
|
20
|
+
type: import("vue").PropType<import("@fly-vue/lcdp-designer/@types/ui-designer/common/services").Service>;
|
21
|
+
required: boolean;
|
22
|
+
};
|
23
|
+
node: {
|
24
|
+
type: ObjectConstructor;
|
25
|
+
required: boolean;
|
26
|
+
};
|
27
|
+
}, {
|
28
|
+
innerValue: import("vue").Ref<any[]>;
|
29
|
+
VModelUidKey: string;
|
30
|
+
showSelectDsFieldsDialog: () => void;
|
31
|
+
handleAdd: () => void;
|
32
|
+
dataSource: import("vue").ComputedRef<any>;
|
33
|
+
removeField: (index: any) => void;
|
34
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
35
|
+
value: {
|
36
|
+
type: ArrayConstructor;
|
37
|
+
};
|
38
|
+
propSchema: {
|
39
|
+
type: ObjectConstructor;
|
40
|
+
};
|
41
|
+
model: {
|
42
|
+
type: ObjectConstructor;
|
43
|
+
required: boolean;
|
44
|
+
};
|
45
|
+
nodeModel: {
|
46
|
+
type: ObjectConstructor;
|
47
|
+
};
|
48
|
+
schemas: {
|
49
|
+
type: import("vue").PropType<import("@fly-vue/lcdp-engine").SchemaDefs>;
|
50
|
+
required: boolean;
|
51
|
+
};
|
52
|
+
service: {
|
53
|
+
type: import("vue").PropType<import("@fly-vue/lcdp-designer/@types/ui-designer/common/services").Service>;
|
54
|
+
required: boolean;
|
55
|
+
};
|
56
|
+
node: {
|
57
|
+
type: ObjectConstructor;
|
58
|
+
required: boolean;
|
59
|
+
};
|
60
|
+
}>>, {}>;
|
61
|
+
export default _default;
|
@@ -0,0 +1,56 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
value: {
|
3
|
+
type: ObjectConstructor;
|
4
|
+
};
|
5
|
+
propSchema: {
|
6
|
+
type: ObjectConstructor;
|
7
|
+
};
|
8
|
+
model: {
|
9
|
+
type: ObjectConstructor;
|
10
|
+
required: boolean;
|
11
|
+
};
|
12
|
+
nodeModel: {
|
13
|
+
type: ObjectConstructor;
|
14
|
+
};
|
15
|
+
schemas: {
|
16
|
+
type: import("vue").PropType<import("@fly-vue/lcdp-engine").SchemaDefs>;
|
17
|
+
required: boolean;
|
18
|
+
};
|
19
|
+
service: {
|
20
|
+
type: import("vue").PropType<import("@fly-vue/lcdp-designer/@types/ui-designer/common/services").Service>;
|
21
|
+
required: boolean;
|
22
|
+
};
|
23
|
+
node: {
|
24
|
+
type: ObjectConstructor;
|
25
|
+
required: boolean;
|
26
|
+
};
|
27
|
+
}, {
|
28
|
+
innerValue: any;
|
29
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
30
|
+
value: {
|
31
|
+
type: ObjectConstructor;
|
32
|
+
};
|
33
|
+
propSchema: {
|
34
|
+
type: ObjectConstructor;
|
35
|
+
};
|
36
|
+
model: {
|
37
|
+
type: ObjectConstructor;
|
38
|
+
required: boolean;
|
39
|
+
};
|
40
|
+
nodeModel: {
|
41
|
+
type: ObjectConstructor;
|
42
|
+
};
|
43
|
+
schemas: {
|
44
|
+
type: import("vue").PropType<import("@fly-vue/lcdp-engine").SchemaDefs>;
|
45
|
+
required: boolean;
|
46
|
+
};
|
47
|
+
service: {
|
48
|
+
type: import("vue").PropType<import("@fly-vue/lcdp-designer/@types/ui-designer/common/services").Service>;
|
49
|
+
required: boolean;
|
50
|
+
};
|
51
|
+
node: {
|
52
|
+
type: ObjectConstructor;
|
53
|
+
required: boolean;
|
54
|
+
};
|
55
|
+
}>>, {}>;
|
56
|
+
export default _default;
|
@@ -0,0 +1,24 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
dataSource: any;
|
3
|
+
initialSelected: any;
|
4
|
+
}, {
|
5
|
+
__sfc: boolean;
|
6
|
+
props: {
|
7
|
+
dataSource: any;
|
8
|
+
initialSelected: string[];
|
9
|
+
};
|
10
|
+
emit: (event: 'on-selected-changed', selectedFields: any) => void;
|
11
|
+
computeDsFields: () => any[];
|
12
|
+
dsFields: import("vue").Ref<any[]>;
|
13
|
+
selectedFields: import("vue").Ref<any[]>;
|
14
|
+
selectAllDsFields: import("vue").Ref<boolean>;
|
15
|
+
onSelectAllDsFields: (checked: any) => void;
|
16
|
+
onSelectField: (checked: any) => void;
|
17
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, "on-selected-changed"[], string, Readonly<import("vue").ExtractPropTypes<{
|
18
|
+
dataSource: any;
|
19
|
+
initialSelected: any;
|
20
|
+
}>>, {
|
21
|
+
dataSource: any;
|
22
|
+
initialSelected: any;
|
23
|
+
}>;
|
24
|
+
export default _default;
|
@@ -5,6 +5,7 @@ declare const _default: {
|
|
5
5
|
ObjectEditor: () => Promise<typeof import("./object-editor.vue")>;
|
6
6
|
ArrayEditor: () => Promise<typeof import("./array-editor/index.vue")>;
|
7
7
|
NameValuesEditor: () => Promise<typeof import("./name-values-editor.vue")>;
|
8
|
+
ExportCandidateFieldsEditor: () => Promise<typeof import("./export-candidate-fields-editor/index.vue")>;
|
8
9
|
MapEditor: () => Promise<typeof import("*.vue")>;
|
9
10
|
};
|
10
11
|
export default _default;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
2
2
|
value: {
|
3
|
-
type: (
|
3
|
+
type: (NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
4
4
|
};
|
5
5
|
rows: {
|
6
6
|
type: (NumberConstructor | StringConstructor)[];
|
@@ -33,7 +33,7 @@ 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: (NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
37
37
|
};
|
38
38
|
rows: {
|
39
39
|
type: (NumberConstructor | StringConstructor)[];
|
@@ -166,6 +166,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
166
166
|
default: number;
|
167
167
|
};
|
168
168
|
}, {
|
169
|
+
ivTableGridRef: import("vue").Ref<string>;
|
169
170
|
allTableColumn: import("vue").ComputedRef<any[]>;
|
170
171
|
tableColumns: import("vue").ComputedRef<any[]>;
|
171
172
|
filterTableColumn: import("vue").Ref<any[]>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { TablePager } from './use-pager-events';
|
2
|
-
export declare function useTableEvents(props: any, pager: TablePager): {
|
2
|
+
export declare function useTableEvents(props: any, pager: TablePager, ivTableGridRef: any): {
|
3
3
|
selection: any;
|
4
4
|
onSelectionChange: (_selection: any) => void;
|
5
5
|
onSearch: (resetPage?: boolean, immediate?: boolean) => void;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
2
2
|
text: {
|
3
|
-
type: StringConstructor;
|
3
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
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: StringConstructor;
|
29
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
30
30
|
};
|
31
31
|
showTitle: {
|
32
32
|
type: BooleanConstructor;
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
9
9
|
ObjectEditor: () => Promise<typeof import("./attribute/prop-value-editor/object-editor.vue")>;
|
10
10
|
ArrayEditor: () => Promise<typeof import("./attribute/prop-value-editor/array-editor/index.vue")>;
|
11
11
|
NameValuesEditor: () => Promise<typeof import("./attribute/prop-value-editor/name-values-editor.vue")>;
|
12
|
+
ExportCandidateFieldsEditor: () => Promise<typeof import("./attribute/prop-value-editor/export-candidate-fields-editor/index.vue")>;
|
12
13
|
MapEditor: () => Promise<typeof import("*.vue")>;
|
13
14
|
AutoCompleteAttrEdit: () => Promise<typeof import("*.vue")>;
|
14
15
|
ColSelectAttrEdit: () => Promise<typeof import("*.vue")>;
|
@@ -102,6 +103,7 @@ declare const _default: {
|
|
102
103
|
Input: () => Promise<typeof import("*.vue")>;
|
103
104
|
Tabs: () => Promise<typeof import("*.vue")>;
|
104
105
|
IvDrawer: () => Promise<any>;
|
106
|
+
Cascader: () => Promise<typeof import("*.vue")>;
|
105
107
|
IvCrud: () => Promise<typeof import("*.vue")>;
|
106
108
|
IvTableGrid: import("vue").DefineComponent<{
|
107
109
|
/**
|
@@ -274,6 +276,7 @@ declare const _default: {
|
|
274
276
|
default: number;
|
275
277
|
};
|
276
278
|
}, {
|
279
|
+
ivTableGridRef: import("vue").Ref<string>;
|
277
280
|
allTableColumn: import("vue").ComputedRef<any[]>;
|
278
281
|
tableColumns: import("vue").ComputedRef<any[]>;
|
279
282
|
filterTableColumn: import("vue").Ref<any[]>;
|
@@ -516,7 +519,6 @@ declare const _default: {
|
|
516
519
|
IamMemberSelect: () => Promise<typeof import("*.vue")>;
|
517
520
|
IamOrgSelect: () => Promise<typeof import("*.vue")>;
|
518
521
|
IamOrgTree: () => Promise<typeof import("*.vue")>;
|
519
|
-
IamOrgEditTree: () => Promise<typeof import("*.vue")>;
|
520
522
|
DynamicInput: () => Promise<typeof import("./components/lab-component/dynamic-input/index.vue")>;
|
521
523
|
IvScrollSpy: () => Promise<typeof import("*.vue")>;
|
522
524
|
IvScrollSpyItem: () => Promise<typeof import("*.vue")>;
|
@@ -546,6 +548,8 @@ declare const _default: {
|
|
546
548
|
IvTableColumn: any;
|
547
549
|
IvTableGridColumn: any;
|
548
550
|
IvForm: any;
|
551
|
+
IamFormMemberSelect: any;
|
552
|
+
IamFormOrgSelect: any;
|
549
553
|
SingleLineText: {
|
550
554
|
functional: boolean;
|
551
555
|
props: string[];
|
@@ -0,0 +1,56 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
Cascader: {
|
3
|
+
properties: {
|
4
|
+
data: {
|
5
|
+
mock: ({ node, service }: {
|
6
|
+
node: any;
|
7
|
+
service: any;
|
8
|
+
}) => any[];
|
9
|
+
default: ({
|
10
|
+
value: string;
|
11
|
+
label: string;
|
12
|
+
loading: boolean;
|
13
|
+
children: {
|
14
|
+
value: string;
|
15
|
+
label: string;
|
16
|
+
}[];
|
17
|
+
} | {
|
18
|
+
value: string;
|
19
|
+
label: string;
|
20
|
+
loading: boolean;
|
21
|
+
children: {
|
22
|
+
value: string;
|
23
|
+
label: string;
|
24
|
+
children: {
|
25
|
+
value: string;
|
26
|
+
label: string;
|
27
|
+
}[];
|
28
|
+
}[];
|
29
|
+
})[];
|
30
|
+
};
|
31
|
+
value: {
|
32
|
+
mock: ({ node, service }: {
|
33
|
+
node: any;
|
34
|
+
service: any;
|
35
|
+
}) => any[];
|
36
|
+
};
|
37
|
+
loadData: {
|
38
|
+
mock: ({ node, service }: {
|
39
|
+
node: any;
|
40
|
+
service: any;
|
41
|
+
}) => Function;
|
42
|
+
};
|
43
|
+
notFoundText: {
|
44
|
+
turnOn({ model }: {
|
45
|
+
model: any;
|
46
|
+
}): boolean;
|
47
|
+
};
|
48
|
+
};
|
49
|
+
json: {
|
50
|
+
designer: {
|
51
|
+
movein: boolean;
|
52
|
+
};
|
53
|
+
};
|
54
|
+
};
|
55
|
+
};
|
56
|
+
export default _default;
|
@@ -1,6 +1,13 @@
|
|
1
1
|
declare const _default: {
|
2
2
|
IvForm: {
|
3
3
|
properties: {
|
4
|
+
labelWidth: {
|
5
|
+
mock: ({ node, service }: {
|
6
|
+
node: any;
|
7
|
+
service: any;
|
8
|
+
}) => any;
|
9
|
+
default: number;
|
10
|
+
};
|
4
11
|
model: {
|
5
12
|
mock(): {};
|
6
13
|
};
|
@@ -19,6 +26,14 @@ declare const _default: {
|
|
19
26
|
json: {};
|
20
27
|
};
|
21
28
|
IvFormItem: {
|
29
|
+
properties: {
|
30
|
+
labelWidth: {
|
31
|
+
mock: ({ node, service }: {
|
32
|
+
node: any;
|
33
|
+
service: any;
|
34
|
+
}) => any;
|
35
|
+
};
|
36
|
+
};
|
22
37
|
json: {
|
23
38
|
designer: {
|
24
39
|
movein: boolean;
|
@@ -34,6 +49,14 @@ declare const _default: {
|
|
34
49
|
}): void;
|
35
50
|
};
|
36
51
|
IvFormInput: {
|
52
|
+
properties: {
|
53
|
+
labelWidth: {
|
54
|
+
mock: ({ node, service }: {
|
55
|
+
node: any;
|
56
|
+
service: any;
|
57
|
+
}) => any;
|
58
|
+
};
|
59
|
+
};
|
37
60
|
json: {
|
38
61
|
designer: {
|
39
62
|
movein: boolean;
|
@@ -49,6 +72,14 @@ declare const _default: {
|
|
49
72
|
}): void;
|
50
73
|
};
|
51
74
|
IvFormSelect: {
|
75
|
+
properties: {
|
76
|
+
labelWidth: {
|
77
|
+
mock: ({ node, service }: {
|
78
|
+
node: any;
|
79
|
+
service: any;
|
80
|
+
}) => any;
|
81
|
+
};
|
82
|
+
};
|
52
83
|
json: {
|
53
84
|
designer: {
|
54
85
|
movein: boolean;
|
@@ -64,6 +95,14 @@ declare const _default: {
|
|
64
95
|
}): void;
|
65
96
|
};
|
66
97
|
IvFormCheckbox: {
|
98
|
+
properties: {
|
99
|
+
labelWidth: {
|
100
|
+
mock: ({ node, service }: {
|
101
|
+
node: any;
|
102
|
+
service: any;
|
103
|
+
}) => any;
|
104
|
+
};
|
105
|
+
};
|
67
106
|
json: {
|
68
107
|
designer: {
|
69
108
|
movein: boolean;
|
@@ -79,6 +118,14 @@ declare const _default: {
|
|
79
118
|
}): void;
|
80
119
|
};
|
81
120
|
IvFormDatePicker: {
|
121
|
+
properties: {
|
122
|
+
labelWidth: {
|
123
|
+
mock: ({ node, service }: {
|
124
|
+
node: any;
|
125
|
+
service: any;
|
126
|
+
}) => any;
|
127
|
+
};
|
128
|
+
};
|
82
129
|
json: {
|
83
130
|
designer: {
|
84
131
|
movein: boolean;
|
@@ -94,6 +141,14 @@ declare const _default: {
|
|
94
141
|
}): void;
|
95
142
|
};
|
96
143
|
IvFormInputNumber: {
|
144
|
+
properties: {
|
145
|
+
labelWidth: {
|
146
|
+
mock: ({ node, service }: {
|
147
|
+
node: any;
|
148
|
+
service: any;
|
149
|
+
}) => any;
|
150
|
+
};
|
151
|
+
};
|
97
152
|
json: {
|
98
153
|
designer: {
|
99
154
|
movein: boolean;
|
@@ -109,6 +164,14 @@ declare const _default: {
|
|
109
164
|
}): void;
|
110
165
|
};
|
111
166
|
IvFormRadio: {
|
167
|
+
properties: {
|
168
|
+
labelWidth: {
|
169
|
+
mock: ({ node, service }: {
|
170
|
+
node: any;
|
171
|
+
service: any;
|
172
|
+
}) => any;
|
173
|
+
};
|
174
|
+
};
|
112
175
|
json: {
|
113
176
|
designer: {
|
114
177
|
movein: boolean;
|
@@ -124,6 +187,14 @@ declare const _default: {
|
|
124
187
|
}): void;
|
125
188
|
};
|
126
189
|
IvFormRate: {
|
190
|
+
properties: {
|
191
|
+
labelWidth: {
|
192
|
+
mock: ({ node, service }: {
|
193
|
+
node: any;
|
194
|
+
service: any;
|
195
|
+
}) => any;
|
196
|
+
};
|
197
|
+
};
|
127
198
|
json: {
|
128
199
|
designer: {
|
129
200
|
movein: boolean;
|
@@ -139,6 +210,14 @@ declare const _default: {
|
|
139
210
|
}): void;
|
140
211
|
};
|
141
212
|
IvFormSwitch: {
|
213
|
+
properties: {
|
214
|
+
labelWidth: {
|
215
|
+
mock: ({ node, service }: {
|
216
|
+
node: any;
|
217
|
+
service: any;
|
218
|
+
}) => any;
|
219
|
+
};
|
220
|
+
};
|
142
221
|
json: {
|
143
222
|
designer: {
|
144
223
|
movein: boolean;
|
@@ -154,6 +233,44 @@ declare const _default: {
|
|
154
233
|
}): void;
|
155
234
|
};
|
156
235
|
IvFormTimePicker: {
|
236
|
+
properties: {
|
237
|
+
labelWidth: {
|
238
|
+
mock: ({ node, service }: {
|
239
|
+
node: any;
|
240
|
+
service: any;
|
241
|
+
}) => any;
|
242
|
+
};
|
243
|
+
};
|
244
|
+
json: {
|
245
|
+
designer: {
|
246
|
+
movein: boolean;
|
247
|
+
};
|
248
|
+
};
|
249
|
+
moving({ service, toNode }: {
|
250
|
+
service: any;
|
251
|
+
toNode: any;
|
252
|
+
}): boolean;
|
253
|
+
removeing({ service, node }: {
|
254
|
+
service: any;
|
255
|
+
node: any;
|
256
|
+
}): void;
|
257
|
+
};
|
258
|
+
IamFormMemberSelect: {
|
259
|
+
json: {
|
260
|
+
designer: {
|
261
|
+
movein: boolean;
|
262
|
+
};
|
263
|
+
};
|
264
|
+
moving({ service, toNode }: {
|
265
|
+
service: any;
|
266
|
+
toNode: any;
|
267
|
+
}): boolean;
|
268
|
+
removeing({ service, node }: {
|
269
|
+
service: any;
|
270
|
+
node: any;
|
271
|
+
}): void;
|
272
|
+
};
|
273
|
+
IamFormOrgSelect: {
|
157
274
|
json: {
|
158
275
|
designer: {
|
159
276
|
movein: boolean;
|
@@ -333,6 +450,11 @@ declare const _default: {
|
|
333
450
|
node: any;
|
334
451
|
}): boolean;
|
335
452
|
};
|
453
|
+
size: {
|
454
|
+
turnOn({ node }: {
|
455
|
+
node: any;
|
456
|
+
}): boolean;
|
457
|
+
};
|
336
458
|
};
|
337
459
|
};
|
338
460
|
'Extendable.FormItemInputNumber': {
|
@@ -63,7 +63,18 @@ declare const _default: {
|
|
63
63
|
};
|
64
64
|
};
|
65
65
|
IvBreadcrumb: {
|
66
|
-
properties: {
|
66
|
+
properties: {
|
67
|
+
data: {
|
68
|
+
mock: ({ node, service }: {
|
69
|
+
node: any;
|
70
|
+
service: any;
|
71
|
+
}) => any;
|
72
|
+
default: {
|
73
|
+
title: string;
|
74
|
+
to: string;
|
75
|
+
}[];
|
76
|
+
};
|
77
|
+
};
|
67
78
|
};
|
68
79
|
IvTimeline: {
|
69
80
|
properties: {
|
@@ -1,6 +1,24 @@
|
|
1
1
|
declare const _default: {
|
2
2
|
Page: {
|
3
3
|
properties: {
|
4
|
+
value: {
|
5
|
+
mock: ({ node, service }: {
|
6
|
+
node: any;
|
7
|
+
service: any;
|
8
|
+
}) => any;
|
9
|
+
};
|
10
|
+
total: {
|
11
|
+
mock: ({ node, service }: {
|
12
|
+
node: any;
|
13
|
+
service: any;
|
14
|
+
}) => any;
|
15
|
+
};
|
16
|
+
pageSize: {
|
17
|
+
mock: ({ node, service }: {
|
18
|
+
node: any;
|
19
|
+
service: any;
|
20
|
+
}) => any;
|
21
|
+
};
|
4
22
|
pageSizeOpts: {
|
5
23
|
turnOn({ node }: {
|
6
24
|
node: any;
|
@@ -18,6 +18,9 @@ declare const _default: {
|
|
18
18
|
};
|
19
19
|
children: {
|
20
20
|
type: string;
|
21
|
+
designer: {
|
22
|
+
movein: boolean;
|
23
|
+
};
|
21
24
|
props: {
|
22
25
|
label: string;
|
23
26
|
value: string;
|
@@ -43,6 +46,9 @@ declare const _default: {
|
|
43
46
|
};
|
44
47
|
};
|
45
48
|
IvScrollSpyItem: {
|
49
|
+
designer: {
|
50
|
+
movein: boolean;
|
51
|
+
};
|
46
52
|
removeing({ service, node }: {
|
47
53
|
service: any;
|
48
54
|
node: any;
|