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