@ibiz-template/web-theme 1.1.0 → 1.1.2
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/CHANGELOG.md +16 -0
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.d.ts +2 -28
- package/es/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.mjs +0 -27
- package/es/publish/control-layout/control-layout-model-repository-tree-layout.d.ts +96 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-layout.mjs +109 -0
- package/es/publish/index.mjs +4 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.d.ts +204 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.mjs +254 -0
- package/lib/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.cjs +0 -27
- package/lib/publish/control-layout/control-layout-model-repository-tree-layout.cjs +113 -0
- package/lib/publish/index.cjs +4 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.cjs +258 -0
- package/package.json +1 -1
- package/src/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.ts +0 -27
- package/src/publish/control-layout/control-layout-model-repository-tree-layout.ts +106 -0
- package/src/publish/index.ts +6 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.ts +251 -0
|
@@ -44,32 +44,7 @@ declare const _default: {
|
|
|
44
44
|
};
|
|
45
45
|
id: string;
|
|
46
46
|
} | {
|
|
47
|
-
panelItems:
|
|
48
|
-
panelItems: {
|
|
49
|
-
caption: string;
|
|
50
|
-
itemStyle: string;
|
|
51
|
-
itemType: string;
|
|
52
|
-
layoutPos: {
|
|
53
|
-
shrink: number;
|
|
54
|
-
layout: string;
|
|
55
|
-
};
|
|
56
|
-
showCaption: boolean;
|
|
57
|
-
id: string;
|
|
58
|
-
}[];
|
|
59
|
-
layout: {
|
|
60
|
-
dir: string;
|
|
61
|
-
layout: string;
|
|
62
|
-
};
|
|
63
|
-
dataRegionType: string;
|
|
64
|
-
itemStyle: string;
|
|
65
|
-
itemType: string;
|
|
66
|
-
layoutPos: {
|
|
67
|
-
shrink: number;
|
|
68
|
-
layout: string;
|
|
69
|
-
};
|
|
70
|
-
id: string;
|
|
71
|
-
caption?: undefined;
|
|
72
|
-
} | {
|
|
47
|
+
panelItems: {
|
|
73
48
|
panelItems: {
|
|
74
49
|
caption: string;
|
|
75
50
|
itemStyle: string;
|
|
@@ -83,7 +58,6 @@ declare const _default: {
|
|
|
83
58
|
}[];
|
|
84
59
|
layout: {
|
|
85
60
|
layout: string;
|
|
86
|
-
dir?: undefined;
|
|
87
61
|
};
|
|
88
62
|
dataRegionType: string;
|
|
89
63
|
caption: string;
|
|
@@ -94,7 +68,7 @@ declare const _default: {
|
|
|
94
68
|
layout: string;
|
|
95
69
|
};
|
|
96
70
|
id: string;
|
|
97
|
-
}
|
|
71
|
+
}[];
|
|
98
72
|
layout: {
|
|
99
73
|
dir: string;
|
|
100
74
|
layout: string;
|
|
@@ -52,33 +52,6 @@ var TreeExpBar = {
|
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"panelItems": [
|
|
55
|
-
{
|
|
56
|
-
"panelItems": [
|
|
57
|
-
{
|
|
58
|
-
"caption": "\u641C\u7D22\u680F",
|
|
59
|
-
"itemStyle": "DEFAULT",
|
|
60
|
-
"itemType": "CTRLPOS",
|
|
61
|
-
"layoutPos": {
|
|
62
|
-
"shrink": 1,
|
|
63
|
-
"layout": "FLEX"
|
|
64
|
-
},
|
|
65
|
-
"showCaption": true,
|
|
66
|
-
"id": "searchbar"
|
|
67
|
-
}
|
|
68
|
-
],
|
|
69
|
-
"layout": {
|
|
70
|
-
"dir": "column",
|
|
71
|
-
"layout": "FLEX"
|
|
72
|
-
},
|
|
73
|
-
"dataRegionType": "INHERIT",
|
|
74
|
-
"itemStyle": "DEFAULT",
|
|
75
|
-
"itemType": "CONTAINER",
|
|
76
|
-
"layoutPos": {
|
|
77
|
-
"shrink": 0,
|
|
78
|
-
"layout": "FLEX"
|
|
79
|
-
},
|
|
80
|
-
"id": "control_searchbar"
|
|
81
|
-
},
|
|
82
55
|
{
|
|
83
56
|
"panelItems": [
|
|
84
57
|
{
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
viewProxyMode: boolean;
|
|
3
|
+
layoutMode: string;
|
|
4
|
+
layout: {
|
|
5
|
+
layout: string;
|
|
6
|
+
};
|
|
7
|
+
rootPanelItems: ({
|
|
8
|
+
panelItems: {
|
|
9
|
+
panelItems: {
|
|
10
|
+
caption: string;
|
|
11
|
+
itemStyle: string;
|
|
12
|
+
itemType: string;
|
|
13
|
+
layoutPos: {
|
|
14
|
+
shrink: number;
|
|
15
|
+
layout: string;
|
|
16
|
+
};
|
|
17
|
+
showCaption: boolean;
|
|
18
|
+
id: string;
|
|
19
|
+
}[];
|
|
20
|
+
layout: {
|
|
21
|
+
layout: string;
|
|
22
|
+
};
|
|
23
|
+
dataRegionType: string;
|
|
24
|
+
caption: string;
|
|
25
|
+
itemStyle: string;
|
|
26
|
+
itemType: string;
|
|
27
|
+
layoutPos: {
|
|
28
|
+
shrink: number;
|
|
29
|
+
layout: string;
|
|
30
|
+
};
|
|
31
|
+
id: string;
|
|
32
|
+
}[];
|
|
33
|
+
layout: {
|
|
34
|
+
layout: string;
|
|
35
|
+
};
|
|
36
|
+
dataRegionType: string;
|
|
37
|
+
caption: string;
|
|
38
|
+
itemStyle: string;
|
|
39
|
+
itemType: string;
|
|
40
|
+
layoutPos: {
|
|
41
|
+
shrink: number;
|
|
42
|
+
layout: string;
|
|
43
|
+
};
|
|
44
|
+
id: string;
|
|
45
|
+
} | {
|
|
46
|
+
panelItems: {
|
|
47
|
+
caption: string;
|
|
48
|
+
itemStyle: string;
|
|
49
|
+
itemType: string;
|
|
50
|
+
layoutPos: {
|
|
51
|
+
shrink: number;
|
|
52
|
+
layout: string;
|
|
53
|
+
};
|
|
54
|
+
showCaption: boolean;
|
|
55
|
+
id: string;
|
|
56
|
+
}[];
|
|
57
|
+
layout: {
|
|
58
|
+
layout: string;
|
|
59
|
+
};
|
|
60
|
+
dataRegionType: string;
|
|
61
|
+
caption: string;
|
|
62
|
+
itemStyle: string;
|
|
63
|
+
itemType: string;
|
|
64
|
+
layoutPos: {
|
|
65
|
+
shrink: number;
|
|
66
|
+
layout: string;
|
|
67
|
+
};
|
|
68
|
+
id: string;
|
|
69
|
+
})[];
|
|
70
|
+
layoutPanel: boolean;
|
|
71
|
+
controls: {
|
|
72
|
+
capLanguageRes: {
|
|
73
|
+
defaultContent: string;
|
|
74
|
+
lanResTag: string;
|
|
75
|
+
lanResType: string;
|
|
76
|
+
refFlag: boolean;
|
|
77
|
+
name: string;
|
|
78
|
+
id: string;
|
|
79
|
+
};
|
|
80
|
+
caption: string;
|
|
81
|
+
codeName: string;
|
|
82
|
+
controlType: string;
|
|
83
|
+
appDataEntityId: string;
|
|
84
|
+
controlParam: {};
|
|
85
|
+
name: string;
|
|
86
|
+
id: string;
|
|
87
|
+
}[];
|
|
88
|
+
codeName: string;
|
|
89
|
+
controlType: string;
|
|
90
|
+
logicName: string;
|
|
91
|
+
appDataEntityId: string;
|
|
92
|
+
controlParam: {};
|
|
93
|
+
name: string;
|
|
94
|
+
id: string;
|
|
95
|
+
};
|
|
96
|
+
export default _default;
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var Tree = {
|
|
3
|
+
"viewProxyMode": true,
|
|
4
|
+
"layoutMode": "FLEX",
|
|
5
|
+
"layout": {
|
|
6
|
+
"layout": "FLEX"
|
|
7
|
+
},
|
|
8
|
+
"rootPanelItems": [
|
|
9
|
+
{
|
|
10
|
+
"panelItems": [
|
|
11
|
+
{
|
|
12
|
+
"panelItems": [
|
|
13
|
+
{
|
|
14
|
+
"caption": "\u641C\u7D22\u680F",
|
|
15
|
+
"itemStyle": "DEFAULT",
|
|
16
|
+
"itemType": "CTRLPOS",
|
|
17
|
+
"layoutPos": {
|
|
18
|
+
"shrink": 1,
|
|
19
|
+
"layout": "FLEX"
|
|
20
|
+
},
|
|
21
|
+
"showCaption": true,
|
|
22
|
+
"id": "searchbar"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"layout": {
|
|
26
|
+
"layout": "FLEX"
|
|
27
|
+
},
|
|
28
|
+
"dataRegionType": "INHERIT",
|
|
29
|
+
"caption": "\u5BB9\u5668",
|
|
30
|
+
"itemStyle": "DEFAULT",
|
|
31
|
+
"itemType": "CONTAINER",
|
|
32
|
+
"layoutPos": {
|
|
33
|
+
"shrink": 1,
|
|
34
|
+
"layout": "FLEX"
|
|
35
|
+
},
|
|
36
|
+
"id": "control_searchbar"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"layout": {
|
|
40
|
+
"layout": "FLEX"
|
|
41
|
+
},
|
|
42
|
+
"dataRegionType": "INHERIT",
|
|
43
|
+
"caption": "\u5BB9\u5668",
|
|
44
|
+
"itemStyle": "DEFAULT",
|
|
45
|
+
"itemType": "CONTAINER",
|
|
46
|
+
"layoutPos": {
|
|
47
|
+
"shrink": 0,
|
|
48
|
+
"layout": "FLEX"
|
|
49
|
+
},
|
|
50
|
+
"id": "control_header"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"panelItems": [
|
|
54
|
+
{
|
|
55
|
+
"caption": "\u6811\u89C6\u56FE",
|
|
56
|
+
"itemStyle": "DEFAULT",
|
|
57
|
+
"itemType": "CTRLPOS",
|
|
58
|
+
"layoutPos": {
|
|
59
|
+
"shrink": 1,
|
|
60
|
+
"layout": "FLEX"
|
|
61
|
+
},
|
|
62
|
+
"showCaption": true,
|
|
63
|
+
"id": "tree"
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"layout": {
|
|
67
|
+
"layout": "FLEX"
|
|
68
|
+
},
|
|
69
|
+
"dataRegionType": "INHERIT",
|
|
70
|
+
"caption": "\u5BB9\u5668",
|
|
71
|
+
"itemStyle": "DEFAULT",
|
|
72
|
+
"itemType": "CONTAINER",
|
|
73
|
+
"layoutPos": {
|
|
74
|
+
"shrink": 1,
|
|
75
|
+
"layout": "FLEX"
|
|
76
|
+
},
|
|
77
|
+
"id": "control_tree"
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"layoutPanel": true,
|
|
81
|
+
"controls": [
|
|
82
|
+
{
|
|
83
|
+
"capLanguageRes": {
|
|
84
|
+
"defaultContent": "\u90E8\u4EF6\u5E03\u5C40\u6A21\u578B\u5B58\u50A8",
|
|
85
|
+
"lanResTag": "DE.LNAME.CONTROLLAYOUTMODELREPOSITORY",
|
|
86
|
+
"lanResType": "DE.LNAME",
|
|
87
|
+
"refFlag": true,
|
|
88
|
+
"name": "\u5B9E\u4F53\u903B\u8F91\u540D\u79F0\uFF08DE.LNAME.*\uFF09[CONTROLLAYOUTMODELREPOSITORY]",
|
|
89
|
+
"id": "\u5B9E\u4F53\u903B\u8F91\u540D\u79F0\uFF08de.lname.*\uFF09[controllayoutmodelrepository]"
|
|
90
|
+
},
|
|
91
|
+
"caption": "\u6811\u90E8\u4EF6\u5E03\u5C40",
|
|
92
|
+
"codeName": "TreeLayoutcaptionbar",
|
|
93
|
+
"controlType": "CAPTIONBAR",
|
|
94
|
+
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
95
|
+
"controlParam": {},
|
|
96
|
+
"name": "captionbar",
|
|
97
|
+
"id": "treelayoutcaptionbar"
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"codeName": "TreeLayout",
|
|
101
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
102
|
+
"logicName": "\u90E8\u4EF6-\u6811\u90E8\u4EF6\u5E03\u5C40\u9762\u677F",
|
|
103
|
+
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
104
|
+
"controlParam": {},
|
|
105
|
+
"name": "layoutpanel",
|
|
106
|
+
"id": "treelayout"
|
|
107
|
+
};
|
|
108
|
+
|
|
109
|
+
export { Tree as default };
|
package/es/publish/index.mjs
CHANGED
|
@@ -42,12 +42,14 @@ import DEMEditView9 from './view-layout-model-repository/view-layout-model-repos
|
|
|
42
42
|
import DEChartExpView from './view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.mjs';
|
|
43
43
|
import DEMAPVIEW from './view-layout-model-repository/view-layout-model-repository-de-map-view-layout.mjs';
|
|
44
44
|
import DEREPORTVIEW from './view-layout-model-repository/view-layout-model-repository-de-report-view-layout.mjs';
|
|
45
|
+
import DEGANTTVIEW from './view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.mjs';
|
|
45
46
|
import GridExpBar from './control-layout/control-layout-model-repository-grid-exp-bar-layout.mjs';
|
|
46
47
|
import ListExpBar from './control-layout/control-layout-model-repository-list-exp-bar-layout.mjs';
|
|
47
48
|
import DataViewExpBar from './control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs';
|
|
48
49
|
import TreeExpBar from './control-layout/control-layout-model-repository-tree-exp-bar-layout.mjs';
|
|
49
50
|
import ChartExpBar from './control-layout/control-layout-model-repository-chart-exp-bar-layout.mjs';
|
|
50
51
|
import SearchForm from './control-layout/control-layout-model-repository-search-form-layout.mjs';
|
|
52
|
+
import Tree from './control-layout/control-layout-model-repository-tree-layout.mjs';
|
|
51
53
|
|
|
52
54
|
"use strict";
|
|
53
55
|
function install(callBack) {
|
|
@@ -104,12 +106,14 @@ function install(callBack) {
|
|
|
104
106
|
callBack("DECHARTEXPVIEW_DEFAULT", DEChartExpView);
|
|
105
107
|
callBack("DEMAPVIEW_DEFAULT", DEMAPVIEW);
|
|
106
108
|
callBack("DEREPORTVIEW_DEFAULT", DEREPORTVIEW);
|
|
109
|
+
callBack("DEGANTTVIEW_DEFAULT", DEGANTTVIEW);
|
|
107
110
|
callBack("GRIDEXPBAR_DEFAULT", GridExpBar);
|
|
108
111
|
callBack("LISTEXPBAR_DEFAULT", ListExpBar);
|
|
109
112
|
callBack("DATAVIEWEXPBAR_DEFAULT", DataViewExpBar);
|
|
110
113
|
callBack("TREEEXPBAR_DEFAULT", TreeExpBar);
|
|
111
114
|
callBack("CHARTEXPBAR_DEFAULT", ChartExpBar);
|
|
112
115
|
callBack("SEARCHFORM_DEFAULT", SearchForm);
|
|
116
|
+
callBack("TREEVIEW_DEFAULT", Tree);
|
|
113
117
|
}
|
|
114
118
|
|
|
115
119
|
export { install };
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: ({
|
|
7
|
+
panelItems: {
|
|
8
|
+
panelItems: ({
|
|
9
|
+
panelItems: {
|
|
10
|
+
panelItems: {
|
|
11
|
+
caption: string;
|
|
12
|
+
itemStyle: string;
|
|
13
|
+
itemType: string;
|
|
14
|
+
layoutPos: {
|
|
15
|
+
shrink: number;
|
|
16
|
+
layout: string;
|
|
17
|
+
};
|
|
18
|
+
showCaption: boolean;
|
|
19
|
+
id: string;
|
|
20
|
+
}[];
|
|
21
|
+
layout: {
|
|
22
|
+
align: string;
|
|
23
|
+
layout: string;
|
|
24
|
+
};
|
|
25
|
+
dataRegionType: string;
|
|
26
|
+
caption: string;
|
|
27
|
+
itemStyle: string;
|
|
28
|
+
itemType: string;
|
|
29
|
+
layoutPos: {
|
|
30
|
+
shrink: number;
|
|
31
|
+
heightMode: string;
|
|
32
|
+
layout: string;
|
|
33
|
+
};
|
|
34
|
+
id: string;
|
|
35
|
+
}[];
|
|
36
|
+
layout: {
|
|
37
|
+
layout: string;
|
|
38
|
+
dir?: undefined;
|
|
39
|
+
};
|
|
40
|
+
dataRegionType: string;
|
|
41
|
+
caption: string;
|
|
42
|
+
itemStyle: string;
|
|
43
|
+
itemType: string;
|
|
44
|
+
layoutPos: {
|
|
45
|
+
shrink: number;
|
|
46
|
+
heightMode: string;
|
|
47
|
+
layout: string;
|
|
48
|
+
};
|
|
49
|
+
id: string;
|
|
50
|
+
} | {
|
|
51
|
+
panelItems: {
|
|
52
|
+
panelItems: {
|
|
53
|
+
caption: string;
|
|
54
|
+
itemStyle: string;
|
|
55
|
+
itemType: string;
|
|
56
|
+
layoutPos: {
|
|
57
|
+
shrink: number;
|
|
58
|
+
layout: string;
|
|
59
|
+
};
|
|
60
|
+
showCaption: boolean;
|
|
61
|
+
id: string;
|
|
62
|
+
}[];
|
|
63
|
+
layout: {
|
|
64
|
+
align: string;
|
|
65
|
+
layout: string;
|
|
66
|
+
};
|
|
67
|
+
dataRegionType: string;
|
|
68
|
+
caption: string;
|
|
69
|
+
itemStyle: string;
|
|
70
|
+
itemType: string;
|
|
71
|
+
layoutPos: {
|
|
72
|
+
shrink: number;
|
|
73
|
+
heightMode: string;
|
|
74
|
+
layout: string;
|
|
75
|
+
};
|
|
76
|
+
id: string;
|
|
77
|
+
}[];
|
|
78
|
+
layout: {
|
|
79
|
+
dir: string;
|
|
80
|
+
layout: string;
|
|
81
|
+
};
|
|
82
|
+
dataRegionType: string;
|
|
83
|
+
caption: string;
|
|
84
|
+
itemStyle: string;
|
|
85
|
+
itemType: string;
|
|
86
|
+
layoutPos: {
|
|
87
|
+
shrink: number;
|
|
88
|
+
heightMode: string;
|
|
89
|
+
layout: string;
|
|
90
|
+
};
|
|
91
|
+
id: string;
|
|
92
|
+
})[];
|
|
93
|
+
predefinedType: string;
|
|
94
|
+
layout: {
|
|
95
|
+
align: string;
|
|
96
|
+
dir: string;
|
|
97
|
+
layout: string;
|
|
98
|
+
valign: string;
|
|
99
|
+
};
|
|
100
|
+
dataRegionType: string;
|
|
101
|
+
caption: string;
|
|
102
|
+
itemStyle: string;
|
|
103
|
+
itemType: string;
|
|
104
|
+
layoutPos: {
|
|
105
|
+
shrink: number;
|
|
106
|
+
layout: string;
|
|
107
|
+
};
|
|
108
|
+
id: string;
|
|
109
|
+
}[];
|
|
110
|
+
predefinedType: string;
|
|
111
|
+
layout: {
|
|
112
|
+
layout: string;
|
|
113
|
+
};
|
|
114
|
+
dataRegionType: string;
|
|
115
|
+
caption: string;
|
|
116
|
+
itemStyle: string;
|
|
117
|
+
itemType: string;
|
|
118
|
+
layoutPos: {
|
|
119
|
+
shrink: number;
|
|
120
|
+
layout: string;
|
|
121
|
+
grow?: undefined;
|
|
122
|
+
};
|
|
123
|
+
showCaption: boolean;
|
|
124
|
+
id: string;
|
|
125
|
+
} | {
|
|
126
|
+
panelItems: {
|
|
127
|
+
panelItems: {
|
|
128
|
+
caption: string;
|
|
129
|
+
itemStyle: string;
|
|
130
|
+
itemType: string;
|
|
131
|
+
layoutPos: {
|
|
132
|
+
shrink: number;
|
|
133
|
+
layout: string;
|
|
134
|
+
};
|
|
135
|
+
showCaption: boolean;
|
|
136
|
+
id: string;
|
|
137
|
+
}[];
|
|
138
|
+
layout: {
|
|
139
|
+
dir: string;
|
|
140
|
+
layout: string;
|
|
141
|
+
};
|
|
142
|
+
dataRegionType: string;
|
|
143
|
+
itemStyle: string;
|
|
144
|
+
itemType: string;
|
|
145
|
+
layoutPos: {
|
|
146
|
+
shrink: number;
|
|
147
|
+
layout: string;
|
|
148
|
+
};
|
|
149
|
+
id: string;
|
|
150
|
+
}[];
|
|
151
|
+
predefinedType: string;
|
|
152
|
+
layout: {
|
|
153
|
+
layout: string;
|
|
154
|
+
};
|
|
155
|
+
dataRegionType: string;
|
|
156
|
+
caption: string;
|
|
157
|
+
itemStyle: string;
|
|
158
|
+
itemType: string;
|
|
159
|
+
layoutPos: {
|
|
160
|
+
shrink: number;
|
|
161
|
+
layout: string;
|
|
162
|
+
grow?: undefined;
|
|
163
|
+
};
|
|
164
|
+
showCaption: boolean;
|
|
165
|
+
id: string;
|
|
166
|
+
} | {
|
|
167
|
+
panelItems: {
|
|
168
|
+
caption: string;
|
|
169
|
+
itemStyle: string;
|
|
170
|
+
itemType: string;
|
|
171
|
+
layoutPos: {
|
|
172
|
+
grow: number;
|
|
173
|
+
shrink: number;
|
|
174
|
+
layout: string;
|
|
175
|
+
};
|
|
176
|
+
showCaption: boolean;
|
|
177
|
+
id: string;
|
|
178
|
+
}[];
|
|
179
|
+
predefinedType: string;
|
|
180
|
+
layout: {
|
|
181
|
+
layout: string;
|
|
182
|
+
};
|
|
183
|
+
dataRegionType: string;
|
|
184
|
+
caption: string;
|
|
185
|
+
itemStyle: string;
|
|
186
|
+
itemType: string;
|
|
187
|
+
layoutPos: {
|
|
188
|
+
grow: number;
|
|
189
|
+
shrink: number;
|
|
190
|
+
layout: string;
|
|
191
|
+
};
|
|
192
|
+
id: string;
|
|
193
|
+
showCaption?: undefined;
|
|
194
|
+
})[];
|
|
195
|
+
layoutPanel: boolean;
|
|
196
|
+
codeName: string;
|
|
197
|
+
controlType: string;
|
|
198
|
+
logicName: string;
|
|
199
|
+
appDataEntityId: string;
|
|
200
|
+
controlParam: {};
|
|
201
|
+
name: string;
|
|
202
|
+
id: string;
|
|
203
|
+
};
|
|
204
|
+
export default _default;
|