@ibiz-template/web-theme 1.0.6 → 1.0.8
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 +12 -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/app-index-view-layout-top.d.ts +141 -0
- package/es/publish/app-index-view-layout-top.mjs +238 -10
- package/es/publish/app-index-view-layout.d.ts +131 -0
- package/es/publish/app-index-view-layout.mjs +277 -3
- 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/objects/expand/expand.css +1 -1
- package/es/theme/objects/index.css +1 -1
- package/es/theme/theme/default/default-theme.css +1 -1
- package/es/theme/theme/index.css +1 -1
- package/es/theme/theme/omni-oa/omni-oa-theme.css +1 -0
- package/lib/publish/app-index-view-layout-top.cjs +238 -10
- package/lib/publish/app-index-view-layout.cjs +277 -3
- 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/objects/expand/expand.css +1 -1
- package/lib/theme/objects/index.css +1 -1
- package/lib/theme/theme/default/default-theme.css +1 -1
- package/lib/theme/theme/index.css +1 -1
- package/lib/theme/theme/omni-oa/omni-oa-theme.css +1 -0
- package/package.json +1 -1
|
@@ -87,6 +87,9 @@ declare const _default: {
|
|
|
87
87
|
};
|
|
88
88
|
showCaption: boolean;
|
|
89
89
|
id: string;
|
|
90
|
+
panelItems?: undefined;
|
|
91
|
+
layout?: undefined;
|
|
92
|
+
dataRegionType?: undefined;
|
|
90
93
|
} | {
|
|
91
94
|
caption: string;
|
|
92
95
|
itemStyle: string;
|
|
@@ -98,6 +101,144 @@ declare const _default: {
|
|
|
98
101
|
showCaption: boolean;
|
|
99
102
|
id: string;
|
|
100
103
|
rawItem?: undefined;
|
|
104
|
+
panelItems?: undefined;
|
|
105
|
+
layout?: undefined;
|
|
106
|
+
dataRegionType?: undefined;
|
|
107
|
+
} | {
|
|
108
|
+
panelItems: ({
|
|
109
|
+
panelItems: {
|
|
110
|
+
rawItem: {
|
|
111
|
+
caption: string;
|
|
112
|
+
halign: string;
|
|
113
|
+
renderMode: string;
|
|
114
|
+
valign: string;
|
|
115
|
+
wrapMode: string;
|
|
116
|
+
contentType: string;
|
|
117
|
+
predefinedType: string;
|
|
118
|
+
id: string;
|
|
119
|
+
};
|
|
120
|
+
caption: string;
|
|
121
|
+
itemStyle: string;
|
|
122
|
+
itemType: string;
|
|
123
|
+
layoutPos: {
|
|
124
|
+
shrink: number;
|
|
125
|
+
layout: string;
|
|
126
|
+
};
|
|
127
|
+
showCaption: boolean;
|
|
128
|
+
id: string;
|
|
129
|
+
}[];
|
|
130
|
+
layout: {
|
|
131
|
+
align: string;
|
|
132
|
+
layout: string;
|
|
133
|
+
valign: string;
|
|
134
|
+
dir?: undefined;
|
|
135
|
+
};
|
|
136
|
+
dataRegionType: string;
|
|
137
|
+
caption: string;
|
|
138
|
+
itemStyle: string;
|
|
139
|
+
itemType: string;
|
|
140
|
+
layoutPos: {
|
|
141
|
+
shrink: number;
|
|
142
|
+
heightMode: string;
|
|
143
|
+
layout: string;
|
|
144
|
+
};
|
|
145
|
+
id: string;
|
|
146
|
+
} | {
|
|
147
|
+
panelItems: {
|
|
148
|
+
panelItems: {
|
|
149
|
+
actionType: string;
|
|
150
|
+
tooltip: string;
|
|
151
|
+
uiactionTarget: string;
|
|
152
|
+
caption: string;
|
|
153
|
+
itemStyle: string;
|
|
154
|
+
itemType: string;
|
|
155
|
+
layoutPos: {
|
|
156
|
+
shrink: number;
|
|
157
|
+
layout: string;
|
|
158
|
+
};
|
|
159
|
+
sysImage: {
|
|
160
|
+
imagePath: string;
|
|
161
|
+
imagePathX: string;
|
|
162
|
+
};
|
|
163
|
+
id: string;
|
|
164
|
+
}[];
|
|
165
|
+
layout: {
|
|
166
|
+
layout: string;
|
|
167
|
+
};
|
|
168
|
+
dataRegionType: string;
|
|
169
|
+
caption: string;
|
|
170
|
+
itemStyle: string;
|
|
171
|
+
itemType: string;
|
|
172
|
+
layoutPos: {
|
|
173
|
+
shrink: number;
|
|
174
|
+
layout: string;
|
|
175
|
+
};
|
|
176
|
+
id: string;
|
|
177
|
+
}[];
|
|
178
|
+
layout: {
|
|
179
|
+
align: string;
|
|
180
|
+
dir: string;
|
|
181
|
+
layout: string;
|
|
182
|
+
valign: string;
|
|
183
|
+
};
|
|
184
|
+
dataRegionType: string;
|
|
185
|
+
caption: string;
|
|
186
|
+
itemStyle: string;
|
|
187
|
+
itemType: string;
|
|
188
|
+
layoutPos: {
|
|
189
|
+
shrink: number;
|
|
190
|
+
heightMode: string;
|
|
191
|
+
layout: string;
|
|
192
|
+
};
|
|
193
|
+
id: string;
|
|
194
|
+
} | {
|
|
195
|
+
panelItems: {
|
|
196
|
+
rawItem: {
|
|
197
|
+
predefinedType: string;
|
|
198
|
+
id: string;
|
|
199
|
+
};
|
|
200
|
+
caption: string;
|
|
201
|
+
itemStyle: string;
|
|
202
|
+
itemType: string;
|
|
203
|
+
layoutPos: {
|
|
204
|
+
shrink: number;
|
|
205
|
+
layout: string;
|
|
206
|
+
};
|
|
207
|
+
showCaption: boolean;
|
|
208
|
+
id: string;
|
|
209
|
+
}[];
|
|
210
|
+
layout: {
|
|
211
|
+
align: string;
|
|
212
|
+
layout: string;
|
|
213
|
+
valign: string;
|
|
214
|
+
dir?: undefined;
|
|
215
|
+
};
|
|
216
|
+
dataRegionType: string;
|
|
217
|
+
caption: string;
|
|
218
|
+
itemStyle: string;
|
|
219
|
+
itemType: string;
|
|
220
|
+
layoutPos: {
|
|
221
|
+
shrink: number;
|
|
222
|
+
heightMode: string;
|
|
223
|
+
layout: string;
|
|
224
|
+
};
|
|
225
|
+
id: string;
|
|
226
|
+
})[];
|
|
227
|
+
layout: {
|
|
228
|
+
dir: string;
|
|
229
|
+
layout: string;
|
|
230
|
+
};
|
|
231
|
+
dataRegionType: string;
|
|
232
|
+
caption: string;
|
|
233
|
+
itemStyle: string;
|
|
234
|
+
itemType: string;
|
|
235
|
+
layoutPos: {
|
|
236
|
+
shrink: number;
|
|
237
|
+
layout: string;
|
|
238
|
+
};
|
|
239
|
+
id: string;
|
|
240
|
+
rawItem?: undefined;
|
|
241
|
+
showCaption?: undefined;
|
|
101
242
|
})[];
|
|
102
243
|
predefinedType: string;
|
|
103
244
|
layout: {
|
|
@@ -105,19 +105,247 @@ var AppIndexViewLayout_TOP = {
|
|
|
105
105
|
"id": "appmenu"
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
|
-
"
|
|
109
|
-
|
|
110
|
-
|
|
108
|
+
"panelItems": [
|
|
109
|
+
{
|
|
110
|
+
"panelItems": [
|
|
111
|
+
{
|
|
112
|
+
"rawItem": {
|
|
113
|
+
"caption": "\u6587\u672C\u5185\u5BB9",
|
|
114
|
+
"halign": "LEFT",
|
|
115
|
+
"renderMode": "TEXT",
|
|
116
|
+
"valign": "MIDDLE",
|
|
117
|
+
"wrapMode": "NOWRAP",
|
|
118
|
+
"contentType": "RAW",
|
|
119
|
+
"predefinedType": "INDEX_VIEW_SEARCH",
|
|
120
|
+
"id": "index_view_search"
|
|
121
|
+
},
|
|
122
|
+
"caption": "\u6587\u672C",
|
|
123
|
+
"itemStyle": "DEFAULT",
|
|
124
|
+
"itemType": "RAWITEM",
|
|
125
|
+
"layoutPos": {
|
|
126
|
+
"shrink": 1,
|
|
127
|
+
"layout": "FLEX"
|
|
128
|
+
},
|
|
129
|
+
"showCaption": true,
|
|
130
|
+
"id": "index_view_search"
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"layout": {
|
|
134
|
+
"align": "center",
|
|
135
|
+
"layout": "FLEX",
|
|
136
|
+
"valign": "center"
|
|
137
|
+
},
|
|
138
|
+
"dataRegionType": "INHERIT",
|
|
139
|
+
"caption": "\u5BB9\u5668",
|
|
140
|
+
"itemStyle": "DEFAULT",
|
|
141
|
+
"itemType": "CONTAINER",
|
|
142
|
+
"layoutPos": {
|
|
143
|
+
"shrink": 1,
|
|
144
|
+
"heightMode": "FULL",
|
|
145
|
+
"layout": "FLEX"
|
|
146
|
+
},
|
|
147
|
+
"id": "container3"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"panelItems": [
|
|
151
|
+
{
|
|
152
|
+
"panelItems": [
|
|
153
|
+
{
|
|
154
|
+
"actionType": "NONE",
|
|
155
|
+
"tooltip": "\u6309\u94AE",
|
|
156
|
+
"uiactionTarget": "NONE",
|
|
157
|
+
"caption": "\u6309\u94AE",
|
|
158
|
+
"itemStyle": "DEFAULT",
|
|
159
|
+
"itemType": "BUTTON",
|
|
160
|
+
"layoutPos": {
|
|
161
|
+
"shrink": 1,
|
|
162
|
+
"layout": "FLEX"
|
|
163
|
+
},
|
|
164
|
+
"sysImage": {
|
|
165
|
+
"imagePath": "svg/message.svg",
|
|
166
|
+
"imagePathX": "svg/message.svg"
|
|
167
|
+
},
|
|
168
|
+
"id": "button_calluilogic"
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"layout": {
|
|
172
|
+
"layout": "FLEX"
|
|
173
|
+
},
|
|
174
|
+
"dataRegionType": "INHERIT",
|
|
175
|
+
"caption": "\u5BB9\u5668",
|
|
176
|
+
"itemStyle": "DEFAULT",
|
|
177
|
+
"itemType": "CONTAINER",
|
|
178
|
+
"layoutPos": {
|
|
179
|
+
"shrink": 1,
|
|
180
|
+
"layout": "FLEX"
|
|
181
|
+
},
|
|
182
|
+
"id": "container4"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"panelItems": [
|
|
186
|
+
{
|
|
187
|
+
"actionType": "NONE",
|
|
188
|
+
"tooltip": "\u6309\u94AE",
|
|
189
|
+
"uiactionTarget": "NONE",
|
|
190
|
+
"caption": "\u6309\u94AE",
|
|
191
|
+
"itemStyle": "DEFAULT",
|
|
192
|
+
"itemType": "BUTTON",
|
|
193
|
+
"layoutPos": {
|
|
194
|
+
"shrink": 1,
|
|
195
|
+
"layout": "FLEX"
|
|
196
|
+
},
|
|
197
|
+
"sysImage": {
|
|
198
|
+
"imagePath": "svg/setting.svg",
|
|
199
|
+
"imagePathX": "svg/setting.svg"
|
|
200
|
+
},
|
|
201
|
+
"id": "button_calluilogic1"
|
|
202
|
+
}
|
|
203
|
+
],
|
|
204
|
+
"layout": {
|
|
205
|
+
"layout": "FLEX"
|
|
206
|
+
},
|
|
207
|
+
"dataRegionType": "INHERIT",
|
|
208
|
+
"caption": "\u5BB9\u5668",
|
|
209
|
+
"itemStyle": "DEFAULT",
|
|
210
|
+
"itemType": "CONTAINER",
|
|
211
|
+
"layoutPos": {
|
|
212
|
+
"shrink": 1,
|
|
213
|
+
"layout": "FLEX"
|
|
214
|
+
},
|
|
215
|
+
"id": "container5"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"panelItems": [
|
|
219
|
+
{
|
|
220
|
+
"actionType": "NONE",
|
|
221
|
+
"tooltip": "\u6309\u94AE",
|
|
222
|
+
"uiactionTarget": "NONE",
|
|
223
|
+
"caption": "\u6309\u94AE",
|
|
224
|
+
"itemStyle": "DEFAULT",
|
|
225
|
+
"itemType": "BUTTON",
|
|
226
|
+
"layoutPos": {
|
|
227
|
+
"shrink": 1,
|
|
228
|
+
"layout": "FLEX"
|
|
229
|
+
},
|
|
230
|
+
"sysImage": {
|
|
231
|
+
"imagePath": "svg/helper.svg",
|
|
232
|
+
"imagePathX": "svg/helper.svg"
|
|
233
|
+
},
|
|
234
|
+
"id": "button_calluilogic2"
|
|
235
|
+
}
|
|
236
|
+
],
|
|
237
|
+
"layout": {
|
|
238
|
+
"layout": "FLEX"
|
|
239
|
+
},
|
|
240
|
+
"dataRegionType": "INHERIT",
|
|
241
|
+
"caption": "\u5BB9\u5668",
|
|
242
|
+
"itemStyle": "DEFAULT",
|
|
243
|
+
"itemType": "CONTAINER",
|
|
244
|
+
"layoutPos": {
|
|
245
|
+
"shrink": 1,
|
|
246
|
+
"layout": "FLEX"
|
|
247
|
+
},
|
|
248
|
+
"id": "container6"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"panelItems": [
|
|
252
|
+
{
|
|
253
|
+
"actionType": "NONE",
|
|
254
|
+
"tooltip": "\u6309\u94AE",
|
|
255
|
+
"uiactionTarget": "NONE",
|
|
256
|
+
"caption": "\u6309\u94AE",
|
|
257
|
+
"itemStyle": "DEFAULT",
|
|
258
|
+
"itemType": "BUTTON",
|
|
259
|
+
"layoutPos": {
|
|
260
|
+
"shrink": 1,
|
|
261
|
+
"layout": "FLEX"
|
|
262
|
+
},
|
|
263
|
+
"sysImage": {
|
|
264
|
+
"imagePath": "svg/custom-workbench.svg",
|
|
265
|
+
"imagePathX": "svg/custom-workbench.svg"
|
|
266
|
+
},
|
|
267
|
+
"id": "button_calluilogic3"
|
|
268
|
+
}
|
|
269
|
+
],
|
|
270
|
+
"layout": {
|
|
271
|
+
"layout": "FLEX"
|
|
272
|
+
},
|
|
273
|
+
"dataRegionType": "INHERIT",
|
|
274
|
+
"caption": "\u5BB9\u5668",
|
|
275
|
+
"itemStyle": "DEFAULT",
|
|
276
|
+
"itemType": "CONTAINER",
|
|
277
|
+
"layoutPos": {
|
|
278
|
+
"shrink": 1,
|
|
279
|
+
"layout": "FLEX"
|
|
280
|
+
},
|
|
281
|
+
"id": "container7"
|
|
282
|
+
}
|
|
283
|
+
],
|
|
284
|
+
"layout": {
|
|
285
|
+
"align": "center",
|
|
286
|
+
"dir": "row",
|
|
287
|
+
"layout": "FLEX",
|
|
288
|
+
"valign": "center"
|
|
289
|
+
},
|
|
290
|
+
"dataRegionType": "INHERIT",
|
|
291
|
+
"caption": "\u5BB9\u5668",
|
|
292
|
+
"itemStyle": "DEFAULT",
|
|
293
|
+
"itemType": "CONTAINER",
|
|
294
|
+
"layoutPos": {
|
|
295
|
+
"shrink": 1,
|
|
296
|
+
"heightMode": "FULL",
|
|
297
|
+
"layout": "FLEX"
|
|
298
|
+
},
|
|
299
|
+
"id": "indextopactions"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"panelItems": [
|
|
303
|
+
{
|
|
304
|
+
"rawItem": {
|
|
305
|
+
"predefinedType": "AUTH_USERINFO",
|
|
306
|
+
"id": "auth_userinfo"
|
|
307
|
+
},
|
|
308
|
+
"caption": "\u7528\u6237\u4FE1\u606F",
|
|
309
|
+
"itemStyle": "DEFAULT",
|
|
310
|
+
"itemType": "RAWITEM",
|
|
311
|
+
"layoutPos": {
|
|
312
|
+
"shrink": 1,
|
|
313
|
+
"layout": "FLEX"
|
|
314
|
+
},
|
|
315
|
+
"showCaption": true,
|
|
316
|
+
"id": "auth_userinfo"
|
|
317
|
+
}
|
|
318
|
+
],
|
|
319
|
+
"layout": {
|
|
320
|
+
"align": "center",
|
|
321
|
+
"layout": "FLEX",
|
|
322
|
+
"valign": "center"
|
|
323
|
+
},
|
|
324
|
+
"dataRegionType": "INHERIT",
|
|
325
|
+
"caption": "\u5BB9\u5668",
|
|
326
|
+
"itemStyle": "DEFAULT",
|
|
327
|
+
"itemType": "CONTAINER",
|
|
328
|
+
"layoutPos": {
|
|
329
|
+
"shrink": 1,
|
|
330
|
+
"heightMode": "FULL",
|
|
331
|
+
"layout": "FLEX"
|
|
332
|
+
},
|
|
333
|
+
"id": "container1"
|
|
334
|
+
}
|
|
335
|
+
],
|
|
336
|
+
"layout": {
|
|
337
|
+
"dir": "row",
|
|
338
|
+
"layout": "FLEX"
|
|
111
339
|
},
|
|
112
|
-
"
|
|
340
|
+
"dataRegionType": "INHERIT",
|
|
341
|
+
"caption": "\u5BB9\u5668",
|
|
113
342
|
"itemStyle": "DEFAULT",
|
|
114
|
-
"itemType": "
|
|
343
|
+
"itemType": "CONTAINER",
|
|
115
344
|
"layoutPos": {
|
|
116
345
|
"shrink": 1,
|
|
117
346
|
"layout": "FLEX"
|
|
118
347
|
},
|
|
119
|
-
"
|
|
120
|
-
"id": "auth_userinfo"
|
|
348
|
+
"id": "container"
|
|
121
349
|
}
|
|
122
350
|
],
|
|
123
351
|
"predefinedType": "AppHeader",
|
|
@@ -144,13 +372,13 @@ var AppIndexViewLayout_TOP = {
|
|
|
144
372
|
},
|
|
145
373
|
"dataRegionType": "INHERIT",
|
|
146
374
|
"caption": "\u9762\u677F\u5BB9\u5668",
|
|
147
|
-
"contentHeight":
|
|
148
|
-
"height":
|
|
375
|
+
"contentHeight": 56,
|
|
376
|
+
"height": 56,
|
|
149
377
|
"itemStyle": "DEFAULT",
|
|
150
378
|
"itemType": "CONTAINER",
|
|
151
379
|
"layoutPos": {
|
|
152
380
|
"layoutPos": "NORTH",
|
|
153
|
-
"height":
|
|
381
|
+
"height": 56,
|
|
154
382
|
"heightMode": "PX",
|
|
155
383
|
"layout": "BORDER"
|
|
156
384
|
},
|
|
@@ -73,19 +73,143 @@ declare const _default: {
|
|
|
73
73
|
panelItems: ({
|
|
74
74
|
rawItem: {
|
|
75
75
|
predefinedType: string;
|
|
76
|
+
rawItemHeight: number;
|
|
76
77
|
id: string;
|
|
77
78
|
};
|
|
78
79
|
caption: string;
|
|
80
|
+
contentHeight: number;
|
|
81
|
+
height: number;
|
|
79
82
|
itemStyle: string;
|
|
80
83
|
itemType: string;
|
|
81
84
|
layoutPos: {
|
|
82
85
|
shrink: number;
|
|
86
|
+
height: number;
|
|
87
|
+
heightMode: string;
|
|
83
88
|
layout: string;
|
|
84
89
|
widthMode: string;
|
|
85
90
|
grow?: undefined;
|
|
86
91
|
};
|
|
87
92
|
showCaption: boolean;
|
|
88
93
|
id: string;
|
|
94
|
+
panelItems?: undefined;
|
|
95
|
+
layout?: undefined;
|
|
96
|
+
dataRegionType?: undefined;
|
|
97
|
+
} | {
|
|
98
|
+
panelItems: {
|
|
99
|
+
panelItems: {
|
|
100
|
+
actionType: string;
|
|
101
|
+
tooltip: string;
|
|
102
|
+
uiactionTarget: string;
|
|
103
|
+
caption: string;
|
|
104
|
+
contentHeight: number;
|
|
105
|
+
contentWidth: number;
|
|
106
|
+
height: number;
|
|
107
|
+
itemStyle: string;
|
|
108
|
+
itemType: string;
|
|
109
|
+
layoutPos: {
|
|
110
|
+
shrink: number;
|
|
111
|
+
height: number;
|
|
112
|
+
heightMode: string;
|
|
113
|
+
layout: string;
|
|
114
|
+
width: number;
|
|
115
|
+
widthMode: string;
|
|
116
|
+
};
|
|
117
|
+
sysImage: {
|
|
118
|
+
imagePath: string;
|
|
119
|
+
imagePathX: string;
|
|
120
|
+
};
|
|
121
|
+
width: number;
|
|
122
|
+
id: string;
|
|
123
|
+
}[];
|
|
124
|
+
layout: {
|
|
125
|
+
layout: string;
|
|
126
|
+
};
|
|
127
|
+
dataRegionType: string;
|
|
128
|
+
caption: string;
|
|
129
|
+
contentHeight: number;
|
|
130
|
+
contentWidth: number;
|
|
131
|
+
height: number;
|
|
132
|
+
itemStyle: string;
|
|
133
|
+
itemType: string;
|
|
134
|
+
layoutPos: {
|
|
135
|
+
shrink: number;
|
|
136
|
+
height: number;
|
|
137
|
+
heightMode: string;
|
|
138
|
+
layout: string;
|
|
139
|
+
width: number;
|
|
140
|
+
widthMode: string;
|
|
141
|
+
};
|
|
142
|
+
width: number;
|
|
143
|
+
id: string;
|
|
144
|
+
}[];
|
|
145
|
+
layout: {
|
|
146
|
+
align: string;
|
|
147
|
+
dir: string;
|
|
148
|
+
layout: string;
|
|
149
|
+
valign: string;
|
|
150
|
+
};
|
|
151
|
+
dataRegionType: string;
|
|
152
|
+
caption: string;
|
|
153
|
+
contentHeight: number;
|
|
154
|
+
height: number;
|
|
155
|
+
itemStyle: string;
|
|
156
|
+
itemType: string;
|
|
157
|
+
layoutPos: {
|
|
158
|
+
shrink: number;
|
|
159
|
+
height: number;
|
|
160
|
+
heightMode: string;
|
|
161
|
+
layout: string;
|
|
162
|
+
widthMode: string;
|
|
163
|
+
grow?: undefined;
|
|
164
|
+
};
|
|
165
|
+
id: string;
|
|
166
|
+
rawItem?: undefined;
|
|
167
|
+
showCaption?: undefined;
|
|
168
|
+
} | {
|
|
169
|
+
panelItems: {
|
|
170
|
+
rawItem: {
|
|
171
|
+
caption: string;
|
|
172
|
+
halign: string;
|
|
173
|
+
renderMode: string;
|
|
174
|
+
valign: string;
|
|
175
|
+
wrapMode: string;
|
|
176
|
+
contentType: string;
|
|
177
|
+
predefinedType: string;
|
|
178
|
+
id: string;
|
|
179
|
+
};
|
|
180
|
+
caption: string;
|
|
181
|
+
itemStyle: string;
|
|
182
|
+
itemType: string;
|
|
183
|
+
layoutPos: {
|
|
184
|
+
shrink: number;
|
|
185
|
+
layout: string;
|
|
186
|
+
};
|
|
187
|
+
showCaption: boolean;
|
|
188
|
+
id: string;
|
|
189
|
+
}[];
|
|
190
|
+
layout: {
|
|
191
|
+
align: string;
|
|
192
|
+
layout: string;
|
|
193
|
+
valign: string;
|
|
194
|
+
dir?: undefined;
|
|
195
|
+
};
|
|
196
|
+
dataRegionType: string;
|
|
197
|
+
caption: string;
|
|
198
|
+
contentHeight: number;
|
|
199
|
+
height: number;
|
|
200
|
+
itemStyle: string;
|
|
201
|
+
itemType: string;
|
|
202
|
+
layoutPos: {
|
|
203
|
+
shrink: number;
|
|
204
|
+
height: number;
|
|
205
|
+
heightMode: string;
|
|
206
|
+
layout: string;
|
|
207
|
+
widthMode: string;
|
|
208
|
+
grow?: undefined;
|
|
209
|
+
};
|
|
210
|
+
id: string;
|
|
211
|
+
rawItem?: undefined;
|
|
212
|
+
showCaption?: undefined;
|
|
89
213
|
} | {
|
|
90
214
|
caption: string;
|
|
91
215
|
itemStyle: string;
|
|
@@ -95,10 +219,17 @@ declare const _default: {
|
|
|
95
219
|
shrink: number;
|
|
96
220
|
layout: string;
|
|
97
221
|
widthMode: string;
|
|
222
|
+
height?: undefined;
|
|
223
|
+
heightMode?: undefined;
|
|
98
224
|
};
|
|
99
225
|
showCaption: boolean;
|
|
100
226
|
id: string;
|
|
101
227
|
rawItem?: undefined;
|
|
228
|
+
contentHeight?: undefined;
|
|
229
|
+
height?: undefined;
|
|
230
|
+
panelItems?: undefined;
|
|
231
|
+
layout?: undefined;
|
|
232
|
+
dataRegionType?: undefined;
|
|
102
233
|
})[];
|
|
103
234
|
predefinedType: string;
|
|
104
235
|
layout: {
|