@ibiz-template/web-theme 3.7.0 → 3.9.0
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/dist/index.min.css +1 -1
- package/dist/index.system.min.js +59 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/index.d.ts +5 -0
- package/es/publish/app-data-upload-view.d.ts +37 -0
- package/es/publish/app-index-view-layout-blank-mode.d.ts +32 -0
- package/es/publish/app-index-view-layout-center.d.ts +29 -0
- package/es/publish/app-index-view-layout-no-nav.d.ts +429 -0
- package/es/publish/app-index-view-layout-top-nonav.d.ts +409 -0
- package/es/publish/app-index-view-layout-top.d.ts +436 -0
- package/es/publish/app-index-view-layout.d.ts +399 -0
- package/es/publish/app-login-view.d.ts +228 -0
- package/es/publish/app-start-view-layout.d.ts +82 -0
- package/es/publish/app-welcome-view-layout.d.ts +134 -0
- package/es/publish/control-layout/control-layout-model-repository-calendar-exp-bar-layout.d.ts +151 -0
- package/es/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.d.ts +151 -0
- package/es/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.d.ts +178 -0
- package/es/publish/control-layout/control-layout-model-repository-data-view-layout.d.ts +162 -0
- package/es/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.d.ts +151 -0
- package/es/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.d.ts +178 -0
- package/es/publish/control-layout/control-layout-model-repository-search-form-layout.d.ts +126 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.d.ts +151 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-layout.d.ts +99 -0
- package/es/publish/index.d.ts +9 -0
- package/es/publish/index.mjs +2 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.d.ts +60 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.d.ts +166 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.d.ts +198 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.d.ts +168 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.d.ts +166 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.d.ts +256 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.d.ts +238 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.d.ts +183 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.d.ts +153 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.d.ts +166 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout.d.ts +29 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.d.ts +251 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.d.ts +166 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.d.ts +327 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.d.ts +195 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.d.ts +151 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-data-view-layout.d.ts +77 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.d.ts +77 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.d.ts +75 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.d.ts +238 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.d.ts +194 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.d.ts +197 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.d.ts +113 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.d.ts +217 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.d.ts +270 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.d.ts +166 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.d.ts +243 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.d.ts +75 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top.d.ts +262 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top.mjs +2 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.d.ts +301 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.d.ts +365 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.d.ts +316 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.d.ts +128 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.d.ts +238 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.d.ts +152 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.d.ts +129 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-form-pickup-data-view.d.ts +29 -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/es/theme/theme/default-blue/default-blue-theme.css +1 -1
- package/es/theme/theme/default-dark/default-dark-theme.css +1 -1
- package/es/theme/theme/index.css +1 -1
- package/lib/publish/index.cjs +2 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top.cjs +2 -2
- 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/lib/theme/theme/default-blue/default-blue-theme.css +1 -1
- package/lib/theme/theme/default-dark/default-dark-theme.css +1 -1
- package/lib/theme/theme/index.css +1 -1
- package/package.json +1 -1
- package/src/publish/index.ts +3 -0
- package/src/theme/generic/element-plus.scss +6 -3
- package/src/theme/theme/default-blue/default-blue-theme.scss +23 -0
- package/src/theme/theme/default-dark/default-dark-theme.scss +20 -0
package/es/index.d.ts
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: {
|
|
7
|
+
rawItem: {
|
|
8
|
+
caption: string;
|
|
9
|
+
halign: string;
|
|
10
|
+
renderMode: string;
|
|
11
|
+
valign: string;
|
|
12
|
+
wrapMode: string;
|
|
13
|
+
contentType: string;
|
|
14
|
+
predefinedType: string;
|
|
15
|
+
id: string;
|
|
16
|
+
};
|
|
17
|
+
caption: string;
|
|
18
|
+
itemStyle: string;
|
|
19
|
+
itemType: string;
|
|
20
|
+
layoutPos: {
|
|
21
|
+
shrink: number;
|
|
22
|
+
layout: string;
|
|
23
|
+
};
|
|
24
|
+
showCaption: boolean;
|
|
25
|
+
id: string;
|
|
26
|
+
}[];
|
|
27
|
+
layoutPanel: boolean;
|
|
28
|
+
codeName: string;
|
|
29
|
+
controlType: string;
|
|
30
|
+
logicName: string;
|
|
31
|
+
controlParam: {};
|
|
32
|
+
modelId: string;
|
|
33
|
+
modelType: string;
|
|
34
|
+
name: string;
|
|
35
|
+
id: string;
|
|
36
|
+
};
|
|
37
|
+
export default _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: {
|
|
7
|
+
rawItem: {
|
|
8
|
+
predefinedType: string;
|
|
9
|
+
id: string;
|
|
10
|
+
};
|
|
11
|
+
caption: string;
|
|
12
|
+
itemStyle: string;
|
|
13
|
+
itemType: string;
|
|
14
|
+
layoutPos: {
|
|
15
|
+
shrink: number;
|
|
16
|
+
heightMode: string;
|
|
17
|
+
layout: string;
|
|
18
|
+
};
|
|
19
|
+
showCaption: boolean;
|
|
20
|
+
id: string;
|
|
21
|
+
}[];
|
|
22
|
+
layoutPanel: boolean;
|
|
23
|
+
codeName: string;
|
|
24
|
+
controlType: string;
|
|
25
|
+
logicName: string;
|
|
26
|
+
controlParam: {};
|
|
27
|
+
modelId: string;
|
|
28
|
+
modelType: string;
|
|
29
|
+
name: string;
|
|
30
|
+
id: string;
|
|
31
|
+
};
|
|
32
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: {
|
|
7
|
+
caption: string;
|
|
8
|
+
itemStyle: string;
|
|
9
|
+
itemType: string;
|
|
10
|
+
layoutPos: {
|
|
11
|
+
shrink: number;
|
|
12
|
+
heightMode: string;
|
|
13
|
+
layout: string;
|
|
14
|
+
widthMode: string;
|
|
15
|
+
};
|
|
16
|
+
showCaption: boolean;
|
|
17
|
+
id: string;
|
|
18
|
+
}[];
|
|
19
|
+
layoutPanel: boolean;
|
|
20
|
+
codeName: string;
|
|
21
|
+
controlType: string;
|
|
22
|
+
logicName: string;
|
|
23
|
+
controlParam: {};
|
|
24
|
+
modelId: string;
|
|
25
|
+
modelType: string;
|
|
26
|
+
name: string;
|
|
27
|
+
id: string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,429 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: {
|
|
7
|
+
actionGroupExtractMode: string;
|
|
8
|
+
panelItems: ({
|
|
9
|
+
actionGroupExtractMode: string;
|
|
10
|
+
panelItems: {
|
|
11
|
+
actionGroupExtractMode: string;
|
|
12
|
+
panelItems: {
|
|
13
|
+
rawItem: {
|
|
14
|
+
predefinedType: string;
|
|
15
|
+
id: string;
|
|
16
|
+
};
|
|
17
|
+
caption: string;
|
|
18
|
+
itemStyle: string;
|
|
19
|
+
itemType: string;
|
|
20
|
+
layoutPos: {
|
|
21
|
+
grow: number;
|
|
22
|
+
shrink: number;
|
|
23
|
+
layout: string;
|
|
24
|
+
};
|
|
25
|
+
showCaption: boolean;
|
|
26
|
+
id: string;
|
|
27
|
+
}[];
|
|
28
|
+
layout: {
|
|
29
|
+
layout: string;
|
|
30
|
+
};
|
|
31
|
+
dataRegionType: string;
|
|
32
|
+
caption: string;
|
|
33
|
+
contentHeight: number;
|
|
34
|
+
itemStyle: string;
|
|
35
|
+
itemType: string;
|
|
36
|
+
layoutPos: {
|
|
37
|
+
layoutPos: string;
|
|
38
|
+
height: number;
|
|
39
|
+
heightMode: string;
|
|
40
|
+
layout: string;
|
|
41
|
+
};
|
|
42
|
+
id: string;
|
|
43
|
+
}[];
|
|
44
|
+
predefinedType: string;
|
|
45
|
+
layout: {
|
|
46
|
+
layout: string;
|
|
47
|
+
};
|
|
48
|
+
dataRegionType: string;
|
|
49
|
+
caption: string;
|
|
50
|
+
contentWidth: number;
|
|
51
|
+
itemStyle: string;
|
|
52
|
+
itemType: string;
|
|
53
|
+
layoutPos: {
|
|
54
|
+
layoutPos: string;
|
|
55
|
+
layout: string;
|
|
56
|
+
width: number;
|
|
57
|
+
widthMode: string;
|
|
58
|
+
};
|
|
59
|
+
showCaption: boolean;
|
|
60
|
+
id: string;
|
|
61
|
+
width?: undefined;
|
|
62
|
+
} | {
|
|
63
|
+
actionGroupExtractMode: string;
|
|
64
|
+
panelItems: {
|
|
65
|
+
actionGroupExtractMode: string;
|
|
66
|
+
panelItems: ({
|
|
67
|
+
rawItem: {
|
|
68
|
+
predefinedType: string;
|
|
69
|
+
rawItemHeight: number;
|
|
70
|
+
id: string;
|
|
71
|
+
};
|
|
72
|
+
caption: string;
|
|
73
|
+
contentHeight: number;
|
|
74
|
+
height: number;
|
|
75
|
+
itemStyle: string;
|
|
76
|
+
itemType: string;
|
|
77
|
+
layoutPos: {
|
|
78
|
+
shrink: number;
|
|
79
|
+
height: number;
|
|
80
|
+
heightMode: string;
|
|
81
|
+
layout: string;
|
|
82
|
+
widthMode: string;
|
|
83
|
+
grow?: undefined;
|
|
84
|
+
};
|
|
85
|
+
showCaption: boolean;
|
|
86
|
+
id: string;
|
|
87
|
+
actionGroupExtractMode?: undefined;
|
|
88
|
+
panelItems?: undefined;
|
|
89
|
+
layout?: undefined;
|
|
90
|
+
dataRegionType?: undefined;
|
|
91
|
+
predefinedType?: undefined;
|
|
92
|
+
} | {
|
|
93
|
+
actionGroupExtractMode: string;
|
|
94
|
+
panelItems: ({
|
|
95
|
+
rawItem: {
|
|
96
|
+
contentType: string;
|
|
97
|
+
predefinedType: string;
|
|
98
|
+
rawItemHeight: number;
|
|
99
|
+
rawItemWidth: number;
|
|
100
|
+
id: string;
|
|
101
|
+
};
|
|
102
|
+
caption: string;
|
|
103
|
+
contentHeight: number;
|
|
104
|
+
contentWidth: number;
|
|
105
|
+
height: number;
|
|
106
|
+
itemStyle: string;
|
|
107
|
+
itemType: string;
|
|
108
|
+
layoutPos: {
|
|
109
|
+
shrink: number;
|
|
110
|
+
halignSelf: string;
|
|
111
|
+
height: number;
|
|
112
|
+
heightMode: string;
|
|
113
|
+
layout: string;
|
|
114
|
+
spacingLeft: string;
|
|
115
|
+
width: number;
|
|
116
|
+
widthMode: string;
|
|
117
|
+
};
|
|
118
|
+
width: number;
|
|
119
|
+
showCaption: boolean;
|
|
120
|
+
id: string;
|
|
121
|
+
} | {
|
|
122
|
+
rawItem: {
|
|
123
|
+
predefinedType: string;
|
|
124
|
+
rawItemHeight: number;
|
|
125
|
+
rawItemWidth: number;
|
|
126
|
+
id: string;
|
|
127
|
+
contentType?: undefined;
|
|
128
|
+
};
|
|
129
|
+
caption: string;
|
|
130
|
+
contentHeight: number;
|
|
131
|
+
contentWidth: number;
|
|
132
|
+
height: number;
|
|
133
|
+
itemStyle: string;
|
|
134
|
+
itemType: string;
|
|
135
|
+
layoutPos: {
|
|
136
|
+
shrink: number;
|
|
137
|
+
height: number;
|
|
138
|
+
heightMode: string;
|
|
139
|
+
layout: string;
|
|
140
|
+
width: number;
|
|
141
|
+
widthMode: string;
|
|
142
|
+
halignSelf?: undefined;
|
|
143
|
+
spacingLeft?: undefined;
|
|
144
|
+
};
|
|
145
|
+
width: number;
|
|
146
|
+
showCaption: boolean;
|
|
147
|
+
id: string;
|
|
148
|
+
})[];
|
|
149
|
+
layout: {
|
|
150
|
+
align: string;
|
|
151
|
+
dir: string;
|
|
152
|
+
layout: string;
|
|
153
|
+
valign: string;
|
|
154
|
+
};
|
|
155
|
+
dataRegionType: string;
|
|
156
|
+
caption: string;
|
|
157
|
+
contentHeight: number;
|
|
158
|
+
height: number;
|
|
159
|
+
itemStyle: string;
|
|
160
|
+
itemType: string;
|
|
161
|
+
layoutPos: {
|
|
162
|
+
shrink: number;
|
|
163
|
+
height: number;
|
|
164
|
+
heightMode: string;
|
|
165
|
+
layout: string;
|
|
166
|
+
widthMode: string;
|
|
167
|
+
grow?: undefined;
|
|
168
|
+
};
|
|
169
|
+
id: string;
|
|
170
|
+
rawItem?: undefined;
|
|
171
|
+
showCaption?: undefined;
|
|
172
|
+
predefinedType?: undefined;
|
|
173
|
+
} | {
|
|
174
|
+
actionGroupExtractMode: string;
|
|
175
|
+
panelItems: ({
|
|
176
|
+
actionGroupExtractMode: string;
|
|
177
|
+
panelItems: {
|
|
178
|
+
rawItem: {
|
|
179
|
+
sysImage: {
|
|
180
|
+
imagePath: string;
|
|
181
|
+
imagePathX: string;
|
|
182
|
+
};
|
|
183
|
+
contentType: string;
|
|
184
|
+
predefinedType: string;
|
|
185
|
+
id: string;
|
|
186
|
+
};
|
|
187
|
+
caption: string;
|
|
188
|
+
itemStyle: string;
|
|
189
|
+
itemType: string;
|
|
190
|
+
layoutPos: {
|
|
191
|
+
shrink: number;
|
|
192
|
+
heightMode: string;
|
|
193
|
+
layout: string;
|
|
194
|
+
widthMode: string;
|
|
195
|
+
};
|
|
196
|
+
sysImage: {
|
|
197
|
+
imagePath: string;
|
|
198
|
+
imagePathX: string;
|
|
199
|
+
};
|
|
200
|
+
showCaption: boolean;
|
|
201
|
+
id: string;
|
|
202
|
+
}[];
|
|
203
|
+
layout: {
|
|
204
|
+
layout: string;
|
|
205
|
+
};
|
|
206
|
+
dataRegionType: string;
|
|
207
|
+
caption: string;
|
|
208
|
+
contentHeight: number;
|
|
209
|
+
contentWidth: number;
|
|
210
|
+
height: number;
|
|
211
|
+
itemStyle: string;
|
|
212
|
+
itemType: string;
|
|
213
|
+
layoutPos: {
|
|
214
|
+
shrink: number;
|
|
215
|
+
height: number;
|
|
216
|
+
heightMode: string;
|
|
217
|
+
layout: string;
|
|
218
|
+
width: number;
|
|
219
|
+
widthMode: string;
|
|
220
|
+
};
|
|
221
|
+
width: number;
|
|
222
|
+
id: string;
|
|
223
|
+
} | {
|
|
224
|
+
actionGroupExtractMode: string;
|
|
225
|
+
panelItems: {
|
|
226
|
+
actionType: string;
|
|
227
|
+
buttonHeight: number;
|
|
228
|
+
buttonStyle: string;
|
|
229
|
+
buttonType: string;
|
|
230
|
+
buttonWidth: number;
|
|
231
|
+
renderMode: string;
|
|
232
|
+
tooltip: string;
|
|
233
|
+
uiactionTarget: string;
|
|
234
|
+
caption: string;
|
|
235
|
+
contentHeight: number;
|
|
236
|
+
contentWidth: number;
|
|
237
|
+
height: number;
|
|
238
|
+
itemStyle: string;
|
|
239
|
+
itemType: string;
|
|
240
|
+
layoutPos: {
|
|
241
|
+
shrink: number;
|
|
242
|
+
height: number;
|
|
243
|
+
heightMode: string;
|
|
244
|
+
layout: string;
|
|
245
|
+
width: number;
|
|
246
|
+
widthMode: string;
|
|
247
|
+
};
|
|
248
|
+
sysImage: {
|
|
249
|
+
imagePath: string;
|
|
250
|
+
imagePathX: string;
|
|
251
|
+
};
|
|
252
|
+
width: number;
|
|
253
|
+
id: string;
|
|
254
|
+
}[];
|
|
255
|
+
layout: {
|
|
256
|
+
layout: string;
|
|
257
|
+
};
|
|
258
|
+
dataRegionType: string;
|
|
259
|
+
caption: string;
|
|
260
|
+
contentHeight: number;
|
|
261
|
+
contentWidth: number;
|
|
262
|
+
height: number;
|
|
263
|
+
itemStyle: string;
|
|
264
|
+
itemType: string;
|
|
265
|
+
layoutPos: {
|
|
266
|
+
shrink: number;
|
|
267
|
+
height: number;
|
|
268
|
+
heightMode: string;
|
|
269
|
+
layout: string;
|
|
270
|
+
width: number;
|
|
271
|
+
widthMode: string;
|
|
272
|
+
};
|
|
273
|
+
width: number;
|
|
274
|
+
id: string;
|
|
275
|
+
})[];
|
|
276
|
+
predefinedType: string;
|
|
277
|
+
layout: {
|
|
278
|
+
align: string;
|
|
279
|
+
dir: string;
|
|
280
|
+
layout: string;
|
|
281
|
+
valign: string;
|
|
282
|
+
};
|
|
283
|
+
dataRegionType: string;
|
|
284
|
+
caption: string;
|
|
285
|
+
itemStyle: string;
|
|
286
|
+
itemType: string;
|
|
287
|
+
layoutPos: {
|
|
288
|
+
shrink: number;
|
|
289
|
+
layout: string;
|
|
290
|
+
widthMode: string;
|
|
291
|
+
height?: undefined;
|
|
292
|
+
heightMode?: undefined;
|
|
293
|
+
grow?: undefined;
|
|
294
|
+
};
|
|
295
|
+
id: string;
|
|
296
|
+
rawItem?: undefined;
|
|
297
|
+
contentHeight?: undefined;
|
|
298
|
+
height?: undefined;
|
|
299
|
+
showCaption?: undefined;
|
|
300
|
+
} | {
|
|
301
|
+
actionGroupExtractMode: string;
|
|
302
|
+
panelItems: {
|
|
303
|
+
rawItem: {
|
|
304
|
+
caption: string;
|
|
305
|
+
halign: string;
|
|
306
|
+
renderMode: string;
|
|
307
|
+
valign: string;
|
|
308
|
+
wrapMode: string;
|
|
309
|
+
contentType: string;
|
|
310
|
+
predefinedType: string;
|
|
311
|
+
id: string;
|
|
312
|
+
};
|
|
313
|
+
caption: string;
|
|
314
|
+
itemStyle: string;
|
|
315
|
+
itemType: string;
|
|
316
|
+
layoutPos: {
|
|
317
|
+
shrink: number;
|
|
318
|
+
layout: string;
|
|
319
|
+
};
|
|
320
|
+
showCaption: boolean;
|
|
321
|
+
id: string;
|
|
322
|
+
}[];
|
|
323
|
+
layout: {
|
|
324
|
+
align: string;
|
|
325
|
+
layout: string;
|
|
326
|
+
valign: string;
|
|
327
|
+
dir?: undefined;
|
|
328
|
+
};
|
|
329
|
+
dataRegionType: string;
|
|
330
|
+
caption: string;
|
|
331
|
+
contentHeight: number;
|
|
332
|
+
height: number;
|
|
333
|
+
itemStyle: string;
|
|
334
|
+
itemType: string;
|
|
335
|
+
layoutPos: {
|
|
336
|
+
shrink: number;
|
|
337
|
+
height: number;
|
|
338
|
+
heightMode: string;
|
|
339
|
+
layout: string;
|
|
340
|
+
widthMode: string;
|
|
341
|
+
grow?: undefined;
|
|
342
|
+
};
|
|
343
|
+
id: string;
|
|
344
|
+
rawItem?: undefined;
|
|
345
|
+
showCaption?: undefined;
|
|
346
|
+
predefinedType?: undefined;
|
|
347
|
+
} | {
|
|
348
|
+
caption: string;
|
|
349
|
+
itemStyle: string;
|
|
350
|
+
itemType: string;
|
|
351
|
+
layoutPos: {
|
|
352
|
+
grow: number;
|
|
353
|
+
shrink: number;
|
|
354
|
+
layout: string;
|
|
355
|
+
widthMode: string;
|
|
356
|
+
height?: undefined;
|
|
357
|
+
heightMode?: undefined;
|
|
358
|
+
};
|
|
359
|
+
showCaption: boolean;
|
|
360
|
+
id: string;
|
|
361
|
+
rawItem?: undefined;
|
|
362
|
+
contentHeight?: undefined;
|
|
363
|
+
height?: undefined;
|
|
364
|
+
actionGroupExtractMode?: undefined;
|
|
365
|
+
panelItems?: undefined;
|
|
366
|
+
layout?: undefined;
|
|
367
|
+
dataRegionType?: undefined;
|
|
368
|
+
predefinedType?: undefined;
|
|
369
|
+
})[];
|
|
370
|
+
predefinedType: string;
|
|
371
|
+
layout: {
|
|
372
|
+
dir: string;
|
|
373
|
+
layout: string;
|
|
374
|
+
};
|
|
375
|
+
dataRegionType: string;
|
|
376
|
+
caption: string;
|
|
377
|
+
itemStyle: string;
|
|
378
|
+
itemType: string;
|
|
379
|
+
layoutPos: {
|
|
380
|
+
layoutPos: string;
|
|
381
|
+
heightMode: string;
|
|
382
|
+
layout: string;
|
|
383
|
+
};
|
|
384
|
+
id: string;
|
|
385
|
+
}[];
|
|
386
|
+
predefinedType: string;
|
|
387
|
+
layout: {
|
|
388
|
+
layout: string;
|
|
389
|
+
};
|
|
390
|
+
dataRegionType: string;
|
|
391
|
+
caption: string;
|
|
392
|
+
contentWidth: number;
|
|
393
|
+
itemStyle: string;
|
|
394
|
+
itemType: string;
|
|
395
|
+
layoutPos: {
|
|
396
|
+
layoutPos: string;
|
|
397
|
+
layout: string;
|
|
398
|
+
width: number;
|
|
399
|
+
widthMode: string;
|
|
400
|
+
};
|
|
401
|
+
width: number;
|
|
402
|
+
showCaption: boolean;
|
|
403
|
+
id: string;
|
|
404
|
+
})[];
|
|
405
|
+
predefinedType: string;
|
|
406
|
+
layout: {
|
|
407
|
+
layout: string;
|
|
408
|
+
};
|
|
409
|
+
dataRegionType: string;
|
|
410
|
+
caption: string;
|
|
411
|
+
itemStyle: string;
|
|
412
|
+
itemType: string;
|
|
413
|
+
layoutPos: {
|
|
414
|
+
shrink: number;
|
|
415
|
+
layout: string;
|
|
416
|
+
};
|
|
417
|
+
id: string;
|
|
418
|
+
}[];
|
|
419
|
+
layoutPanel: boolean;
|
|
420
|
+
codeName: string;
|
|
421
|
+
controlType: string;
|
|
422
|
+
logicName: string;
|
|
423
|
+
controlParam: {};
|
|
424
|
+
modelId: string;
|
|
425
|
+
modelType: string;
|
|
426
|
+
name: string;
|
|
427
|
+
id: string;
|
|
428
|
+
};
|
|
429
|
+
export default _default;
|