@ibiz-template/web-theme 1.0.18 → 1.0.20
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 +13 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/index.mjs +4 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.d.ts +203 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.mjs +252 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.d.ts +203 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.mjs +252 -0
- package/es/theme/generic/element-plus.css +1 -1
- package/es/theme/generic/index.css +1 -1
- package/es/theme/index.css +1 -1
- package/lib/publish/index.cjs +4 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.cjs +256 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.cjs +256 -0
- package/lib/theme/generic/element-plus.css +1 -1
- package/lib/theme/generic/index.css +1 -1
- package/lib/theme/index.css +1 -1
- package/package.json +1 -1
package/es/publish/index.mjs
CHANGED
|
@@ -36,6 +36,8 @@ import DEWFDynaEditView from './view-layout-model-repository/view-layout-model-r
|
|
|
36
36
|
import DEPanelView from './view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.mjs';
|
|
37
37
|
import DEPickupDataView from './view-layout-model-repository/view-layout-model-repository-de-pickup-data-view-layout.mjs';
|
|
38
38
|
import DEIndexPickupDataView from './view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout.mjs';
|
|
39
|
+
import DETreeGridExView from './view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.mjs';
|
|
40
|
+
import DETreeGridView from './view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.mjs';
|
|
39
41
|
import GridExpBar from './control-layout/control-layout-model-repository-grid-exp-bar-layout.mjs';
|
|
40
42
|
import ListExpBar from './control-layout/control-layout-model-repository-list-exp-bar-layout.mjs';
|
|
41
43
|
import DataViewExpBar from './control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs';
|
|
@@ -89,6 +91,8 @@ function install(callBack) {
|
|
|
89
91
|
callBack("DEPANELVIEW_DEFAULT", DEPanelView);
|
|
90
92
|
callBack("DEPICKUPDATAVIEW_DEFAULT", DEPickupDataView);
|
|
91
93
|
callBack("DEINDEXPICKUPDATAVIEW_DEFAULT", DEIndexPickupDataView);
|
|
94
|
+
callBack("DETREEGRIDEXVIEW_DEFAULT", DETreeGridExView);
|
|
95
|
+
callBack("DETREEGRIDVIEW_DEFAULT", DETreeGridView);
|
|
92
96
|
callBack("GRIDEXPBAR_DEFAULT", GridExpBar);
|
|
93
97
|
callBack("LISTEXPBAR_DEFAULT", ListExpBar);
|
|
94
98
|
callBack("DATAVIEWEXPBAR_DEFAULT", DataViewExpBar);
|
|
@@ -0,0 +1,203 @@
|
|
|
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
|
+
shrink: number;
|
|
173
|
+
layout: string;
|
|
174
|
+
};
|
|
175
|
+
showCaption: boolean;
|
|
176
|
+
id: string;
|
|
177
|
+
}[];
|
|
178
|
+
predefinedType: string;
|
|
179
|
+
layout: {
|
|
180
|
+
layout: string;
|
|
181
|
+
};
|
|
182
|
+
dataRegionType: string;
|
|
183
|
+
caption: string;
|
|
184
|
+
itemStyle: string;
|
|
185
|
+
itemType: string;
|
|
186
|
+
layoutPos: {
|
|
187
|
+
grow: number;
|
|
188
|
+
shrink: number;
|
|
189
|
+
layout: string;
|
|
190
|
+
};
|
|
191
|
+
id: string;
|
|
192
|
+
showCaption?: undefined;
|
|
193
|
+
})[];
|
|
194
|
+
layoutPanel: boolean;
|
|
195
|
+
codeName: string;
|
|
196
|
+
controlType: string;
|
|
197
|
+
logicName: string;
|
|
198
|
+
appDataEntityId: string;
|
|
199
|
+
controlParam: {};
|
|
200
|
+
name: string;
|
|
201
|
+
id: string;
|
|
202
|
+
};
|
|
203
|
+
export default _default;
|
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
var DETreeGridExView = {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"layout": {
|
|
4
|
+
"layout": "FLEX"
|
|
5
|
+
},
|
|
6
|
+
"rootPanelItems": [
|
|
7
|
+
{
|
|
8
|
+
"panelItems": [
|
|
9
|
+
{
|
|
10
|
+
"panelItems": [
|
|
11
|
+
{
|
|
12
|
+
"panelItems": [
|
|
13
|
+
{
|
|
14
|
+
"panelItems": [
|
|
15
|
+
{
|
|
16
|
+
"caption": "\u9875\u9762\u6807\u9898",
|
|
17
|
+
"itemStyle": "DEFAULT",
|
|
18
|
+
"itemType": "CTRLPOS",
|
|
19
|
+
"layoutPos": {
|
|
20
|
+
"shrink": 1,
|
|
21
|
+
"layout": "FLEX"
|
|
22
|
+
},
|
|
23
|
+
"showCaption": true,
|
|
24
|
+
"id": "captionbar"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"layout": {
|
|
28
|
+
"align": "center",
|
|
29
|
+
"layout": "FLEX"
|
|
30
|
+
},
|
|
31
|
+
"dataRegionType": "INHERIT",
|
|
32
|
+
"caption": "\u5BB9\u5668",
|
|
33
|
+
"itemStyle": "DEFAULT",
|
|
34
|
+
"itemType": "CONTAINER",
|
|
35
|
+
"layoutPos": {
|
|
36
|
+
"shrink": 1,
|
|
37
|
+
"heightMode": "FULL",
|
|
38
|
+
"layout": "FLEX"
|
|
39
|
+
},
|
|
40
|
+
"id": "view_captionbar"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"layout": {
|
|
44
|
+
"layout": "FLEX"
|
|
45
|
+
},
|
|
46
|
+
"dataRegionType": "INHERIT",
|
|
47
|
+
"caption": "\u5BB9\u5668",
|
|
48
|
+
"itemStyle": "DEFAULT",
|
|
49
|
+
"itemType": "CONTAINER",
|
|
50
|
+
"layoutPos": {
|
|
51
|
+
"shrink": 1,
|
|
52
|
+
"heightMode": "FULL",
|
|
53
|
+
"layout": "FLEX"
|
|
54
|
+
},
|
|
55
|
+
"id": "view_header_left"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"panelItems": [
|
|
59
|
+
{
|
|
60
|
+
"panelItems": [
|
|
61
|
+
{
|
|
62
|
+
"caption": "\u641C\u7D22\u680F",
|
|
63
|
+
"itemStyle": "DEFAULT",
|
|
64
|
+
"itemType": "CTRLPOS",
|
|
65
|
+
"layoutPos": {
|
|
66
|
+
"shrink": 1,
|
|
67
|
+
"layout": "FLEX"
|
|
68
|
+
},
|
|
69
|
+
"showCaption": true,
|
|
70
|
+
"id": "searchbar"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"layout": {
|
|
74
|
+
"align": "center",
|
|
75
|
+
"layout": "FLEX"
|
|
76
|
+
},
|
|
77
|
+
"dataRegionType": "INHERIT",
|
|
78
|
+
"caption": "\u5BB9\u5668",
|
|
79
|
+
"itemStyle": "DEFAULT",
|
|
80
|
+
"itemType": "CONTAINER",
|
|
81
|
+
"layoutPos": {
|
|
82
|
+
"shrink": 1,
|
|
83
|
+
"heightMode": "FULL",
|
|
84
|
+
"layout": "FLEX"
|
|
85
|
+
},
|
|
86
|
+
"id": "view_searchbar"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"panelItems": [
|
|
90
|
+
{
|
|
91
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
92
|
+
"itemStyle": "DEFAULT",
|
|
93
|
+
"itemType": "CTRLPOS",
|
|
94
|
+
"layoutPos": {
|
|
95
|
+
"shrink": 1,
|
|
96
|
+
"layout": "FLEX"
|
|
97
|
+
},
|
|
98
|
+
"showCaption": true,
|
|
99
|
+
"id": "toolbar"
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"layout": {
|
|
103
|
+
"align": "center",
|
|
104
|
+
"layout": "FLEX"
|
|
105
|
+
},
|
|
106
|
+
"dataRegionType": "INHERIT",
|
|
107
|
+
"caption": "\u5BB9\u5668",
|
|
108
|
+
"itemStyle": "DEFAULT",
|
|
109
|
+
"itemType": "CONTAINER",
|
|
110
|
+
"layoutPos": {
|
|
111
|
+
"shrink": 1,
|
|
112
|
+
"heightMode": "FULL",
|
|
113
|
+
"layout": "FLEX"
|
|
114
|
+
},
|
|
115
|
+
"id": "view_toolbar"
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"layout": {
|
|
119
|
+
"dir": "row",
|
|
120
|
+
"layout": "FLEX"
|
|
121
|
+
},
|
|
122
|
+
"dataRegionType": "INHERIT",
|
|
123
|
+
"caption": "\u5BB9\u5668",
|
|
124
|
+
"itemStyle": "DEFAULT",
|
|
125
|
+
"itemType": "CONTAINER",
|
|
126
|
+
"layoutPos": {
|
|
127
|
+
"shrink": 1,
|
|
128
|
+
"heightMode": "FULL",
|
|
129
|
+
"layout": "FLEX"
|
|
130
|
+
},
|
|
131
|
+
"id": "view_header_right"
|
|
132
|
+
}
|
|
133
|
+
],
|
|
134
|
+
"predefinedType": "VIEWHEADER",
|
|
135
|
+
"layout": {
|
|
136
|
+
"align": "space-between",
|
|
137
|
+
"dir": "row",
|
|
138
|
+
"layout": "FLEX",
|
|
139
|
+
"valign": "center"
|
|
140
|
+
},
|
|
141
|
+
"dataRegionType": "INHERIT",
|
|
142
|
+
"caption": "\u5BB9\u5668",
|
|
143
|
+
"itemStyle": "DEFAULT",
|
|
144
|
+
"itemType": "CONTAINER",
|
|
145
|
+
"layoutPos": {
|
|
146
|
+
"shrink": 0,
|
|
147
|
+
"layout": "FLEX"
|
|
148
|
+
},
|
|
149
|
+
"id": "view_header"
|
|
150
|
+
}
|
|
151
|
+
],
|
|
152
|
+
"predefinedType": "PANELPART",
|
|
153
|
+
"layout": {
|
|
154
|
+
"layout": "FLEX"
|
|
155
|
+
},
|
|
156
|
+
"dataRegionType": "INHERIT",
|
|
157
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
158
|
+
"itemStyle": "DEFAULT",
|
|
159
|
+
"itemType": "CONTAINER",
|
|
160
|
+
"layoutPos": {
|
|
161
|
+
"shrink": 1,
|
|
162
|
+
"layout": "FLEX"
|
|
163
|
+
},
|
|
164
|
+
"showCaption": true,
|
|
165
|
+
"id": "panelpart"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"panelItems": [
|
|
169
|
+
{
|
|
170
|
+
"panelItems": [
|
|
171
|
+
{
|
|
172
|
+
"caption": "\u641C\u7D22\u8868\u5355",
|
|
173
|
+
"itemStyle": "DEFAULT",
|
|
174
|
+
"itemType": "CTRLPOS",
|
|
175
|
+
"layoutPos": {
|
|
176
|
+
"shrink": 1,
|
|
177
|
+
"layout": "FLEX"
|
|
178
|
+
},
|
|
179
|
+
"showCaption": true,
|
|
180
|
+
"id": "searchform"
|
|
181
|
+
}
|
|
182
|
+
],
|
|
183
|
+
"layout": {
|
|
184
|
+
"dir": "column",
|
|
185
|
+
"layout": "FLEX"
|
|
186
|
+
},
|
|
187
|
+
"dataRegionType": "INHERIT",
|
|
188
|
+
"itemStyle": "DEFAULT",
|
|
189
|
+
"itemType": "CONTAINER",
|
|
190
|
+
"layoutPos": {
|
|
191
|
+
"shrink": 0,
|
|
192
|
+
"layout": "FLEX"
|
|
193
|
+
},
|
|
194
|
+
"id": "view_searchform"
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"predefinedType": "PANELPART",
|
|
198
|
+
"layout": {
|
|
199
|
+
"layout": "FLEX"
|
|
200
|
+
},
|
|
201
|
+
"dataRegionType": "INHERIT",
|
|
202
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
203
|
+
"itemStyle": "DEFAULT",
|
|
204
|
+
"itemType": "CONTAINER",
|
|
205
|
+
"layoutPos": {
|
|
206
|
+
"shrink": 1,
|
|
207
|
+
"layout": "FLEX"
|
|
208
|
+
},
|
|
209
|
+
"showCaption": true,
|
|
210
|
+
"id": "panelpart1"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"panelItems": [
|
|
214
|
+
{
|
|
215
|
+
"caption": "\u6811\u8868\u683C",
|
|
216
|
+
"itemStyle": "DEFAULT",
|
|
217
|
+
"itemType": "CTRLPOS",
|
|
218
|
+
"layoutPos": {
|
|
219
|
+
"shrink": 1,
|
|
220
|
+
"layout": "FLEX"
|
|
221
|
+
},
|
|
222
|
+
"showCaption": true,
|
|
223
|
+
"id": "treegridex"
|
|
224
|
+
}
|
|
225
|
+
],
|
|
226
|
+
"predefinedType": "VIEWCONTENT",
|
|
227
|
+
"layout": {
|
|
228
|
+
"layout": "FLEX"
|
|
229
|
+
},
|
|
230
|
+
"dataRegionType": "INHERIT",
|
|
231
|
+
"caption": "\u5BB9\u5668",
|
|
232
|
+
"itemStyle": "DEFAULT",
|
|
233
|
+
"itemType": "CONTAINER",
|
|
234
|
+
"layoutPos": {
|
|
235
|
+
"grow": 1,
|
|
236
|
+
"shrink": 1,
|
|
237
|
+
"layout": "FLEX"
|
|
238
|
+
},
|
|
239
|
+
"id": "view_content"
|
|
240
|
+
}
|
|
241
|
+
],
|
|
242
|
+
"layoutPanel": true,
|
|
243
|
+
"codeName": "TreeGridExViewLayout",
|
|
244
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
245
|
+
"logicName": "\u6811\u8868\u683C\uFF08\u589E\u5F3A\uFF09\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
246
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
247
|
+
"controlParam": {},
|
|
248
|
+
"name": "layoutpanel",
|
|
249
|
+
"id": "treegridexviewlayout"
|
|
250
|
+
};
|
|
251
|
+
|
|
252
|
+
export { DETreeGridExView as default };
|
|
@@ -0,0 +1,203 @@
|
|
|
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
|
+
shrink: number;
|
|
173
|
+
layout: string;
|
|
174
|
+
};
|
|
175
|
+
showCaption: boolean;
|
|
176
|
+
id: string;
|
|
177
|
+
}[];
|
|
178
|
+
predefinedType: string;
|
|
179
|
+
layout: {
|
|
180
|
+
layout: string;
|
|
181
|
+
};
|
|
182
|
+
dataRegionType: string;
|
|
183
|
+
caption: string;
|
|
184
|
+
itemStyle: string;
|
|
185
|
+
itemType: string;
|
|
186
|
+
layoutPos: {
|
|
187
|
+
grow: number;
|
|
188
|
+
shrink: number;
|
|
189
|
+
layout: string;
|
|
190
|
+
};
|
|
191
|
+
id: string;
|
|
192
|
+
showCaption?: undefined;
|
|
193
|
+
})[];
|
|
194
|
+
layoutPanel: boolean;
|
|
195
|
+
codeName: string;
|
|
196
|
+
controlType: string;
|
|
197
|
+
logicName: string;
|
|
198
|
+
appDataEntityId: string;
|
|
199
|
+
controlParam: {};
|
|
200
|
+
name: string;
|
|
201
|
+
id: string;
|
|
202
|
+
};
|
|
203
|
+
export default _default;
|