@ibiz-template/mob-theme 0.2.5 → 0.2.6

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 (46) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/index.min.css +1 -1
  3. package/dist/index.system.min.js +1 -1
  4. package/dist/index.system.min.js.map +1 -1
  5. package/es/publish/index.mjs +2 -0
  6. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +31 -0
  7. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +30 -0
  8. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +1 -0
  9. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +3 -1
  10. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +1 -0
  11. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +1 -0
  12. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +31 -0
  13. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +30 -0
  14. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +31 -0
  15. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +30 -0
  16. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +31 -0
  17. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +30 -0
  18. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.d.ts +260 -0
  19. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +262 -0
  20. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +31 -0
  21. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +30 -0
  22. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +31 -0
  23. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +30 -0
  24. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +1 -0
  25. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +2 -0
  26. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +1 -0
  27. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +1 -0
  28. package/es/theme/generic/index.css +1 -1
  29. package/es/theme/generic/vant.css +1 -1
  30. package/es/theme/index.css +1 -1
  31. package/lib/publish/index.cjs +2 -0
  32. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +30 -0
  33. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +3 -1
  34. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +1 -0
  35. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +30 -0
  36. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +30 -0
  37. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +30 -0
  38. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +266 -0
  39. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +30 -0
  40. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +30 -0
  41. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +2 -0
  42. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +1 -0
  43. package/lib/theme/generic/index.css +1 -1
  44. package/lib/theme/generic/vant.css +1 -1
  45. package/lib/theme/index.css +1 -1
  46. package/package.json +1 -1
@@ -0,0 +1,260 @@
1
+ declare const _default: {
2
+ layoutBodyOnly: boolean;
3
+ layoutMode: string;
4
+ layout: {
5
+ layout: string;
6
+ };
7
+ rootPanelItems: ({
8
+ panelItems: {
9
+ panelItems: {
10
+ panelItems: ({
11
+ panelItems: {
12
+ caption: string;
13
+ itemStyle: string;
14
+ itemType: string;
15
+ layoutPos: {
16
+ shrink: number;
17
+ heightMode: string;
18
+ layout: string;
19
+ };
20
+ showCaption: boolean;
21
+ id: string;
22
+ }[];
23
+ layout: {
24
+ layout: string;
25
+ align?: undefined;
26
+ dir?: undefined;
27
+ };
28
+ dataRegionType: string;
29
+ caption: string;
30
+ itemStyle: string;
31
+ itemType: string;
32
+ layoutPos: {
33
+ shrink: number;
34
+ layout: string;
35
+ grow?: undefined;
36
+ };
37
+ id: string;
38
+ } | {
39
+ panelItems: {
40
+ caption: string;
41
+ itemStyle: string;
42
+ itemType: string;
43
+ layoutPos: {
44
+ shrink: number;
45
+ heightMode: string;
46
+ layout: string;
47
+ };
48
+ showCaption: boolean;
49
+ id: string;
50
+ }[];
51
+ layout: {
52
+ align: string;
53
+ dir: string;
54
+ layout: string;
55
+ };
56
+ dataRegionType: string;
57
+ caption: string;
58
+ itemStyle: string;
59
+ itemType: string;
60
+ layoutPos: {
61
+ grow: number;
62
+ shrink: number;
63
+ layout: string;
64
+ };
65
+ id: string;
66
+ } | {
67
+ panelItems: {
68
+ caption: string;
69
+ itemStyle: string;
70
+ itemType: string;
71
+ layoutPos: {
72
+ shrink: number;
73
+ heightMode: string;
74
+ layout: string;
75
+ valignSelf: string;
76
+ };
77
+ showCaption: boolean;
78
+ id: string;
79
+ }[];
80
+ layout: {
81
+ layout: string;
82
+ align?: undefined;
83
+ dir?: undefined;
84
+ };
85
+ dataRegionType: string;
86
+ caption: string;
87
+ itemStyle: string;
88
+ itemType: string;
89
+ layoutPos: {
90
+ shrink: number;
91
+ layout: string;
92
+ grow?: undefined;
93
+ };
94
+ id: string;
95
+ })[];
96
+ predefinedType: string;
97
+ layout: {
98
+ dir: string;
99
+ layout: string;
100
+ };
101
+ dataRegionType: string;
102
+ caption: string;
103
+ itemStyle: string;
104
+ itemType: string;
105
+ layoutPos: {
106
+ shrink: number;
107
+ layout: string;
108
+ };
109
+ id: string;
110
+ }[];
111
+ predefinedType: string;
112
+ layout: {
113
+ dir: string;
114
+ layout: string;
115
+ };
116
+ dataRegionType: string;
117
+ caption: string;
118
+ itemStyle: string;
119
+ itemType: string;
120
+ layoutPos: {
121
+ shrink: number;
122
+ layout: string;
123
+ };
124
+ id: string;
125
+ }[];
126
+ predefinedType: string;
127
+ layout: {
128
+ layout: string;
129
+ align?: undefined;
130
+ dir?: undefined;
131
+ };
132
+ dataRegionType: string;
133
+ caption: string;
134
+ itemStyle: string;
135
+ itemType: string;
136
+ layoutPos: {
137
+ shrink: number;
138
+ layout: string;
139
+ grow?: undefined;
140
+ spacingBottom?: undefined;
141
+ spacingLeft?: undefined;
142
+ spacingRight?: undefined;
143
+ };
144
+ showCaption: boolean;
145
+ id: string;
146
+ } | {
147
+ panelItems: {
148
+ caption: string;
149
+ itemStyle: string;
150
+ itemType: string;
151
+ layoutPos: {
152
+ grow: number;
153
+ shrink: number;
154
+ layout: string;
155
+ };
156
+ showCaption: boolean;
157
+ id: string;
158
+ }[];
159
+ predefinedType: string;
160
+ layout: {
161
+ layout: string;
162
+ align?: undefined;
163
+ dir?: undefined;
164
+ };
165
+ dataRegionType: string;
166
+ caption: string;
167
+ itemStyle: string;
168
+ itemType: string;
169
+ layoutPos: {
170
+ grow: number;
171
+ shrink: number;
172
+ layout: string;
173
+ spacingBottom?: undefined;
174
+ spacingLeft?: undefined;
175
+ spacingRight?: undefined;
176
+ };
177
+ id: string;
178
+ showCaption?: undefined;
179
+ } | {
180
+ panelItems: ({
181
+ actionType: string;
182
+ buttonHeight: number;
183
+ buttonStyle: string;
184
+ buttonType: string;
185
+ uiactionId: string;
186
+ renderMode: string;
187
+ tooltip: string;
188
+ caption: string;
189
+ contentHeight: number;
190
+ height: number;
191
+ itemStyle: string;
192
+ itemType: string;
193
+ layoutPos: {
194
+ grow: number;
195
+ shrink: number;
196
+ height: number;
197
+ heightMode: string;
198
+ layout: string;
199
+ spacingRight: string;
200
+ spacingLeft?: undefined;
201
+ };
202
+ showCaption: boolean;
203
+ id: string;
204
+ } | {
205
+ actionType: string;
206
+ buttonHeight: number;
207
+ buttonStyle: string;
208
+ buttonType: string;
209
+ uiactionId: string;
210
+ renderMode: string;
211
+ tooltip: string;
212
+ caption: string;
213
+ contentHeight: number;
214
+ height: number;
215
+ itemStyle: string;
216
+ itemType: string;
217
+ layoutPos: {
218
+ grow: number;
219
+ shrink: number;
220
+ height: number;
221
+ heightMode: string;
222
+ layout: string;
223
+ spacingLeft: string;
224
+ spacingRight?: undefined;
225
+ };
226
+ showCaption: boolean;
227
+ id: string;
228
+ })[];
229
+ predefinedType: string;
230
+ layout: {
231
+ align: string;
232
+ dir: string;
233
+ layout: string;
234
+ };
235
+ dataRegionType: string;
236
+ caption: string;
237
+ itemStyle: string;
238
+ itemType: string;
239
+ layoutPos: {
240
+ shrink: number;
241
+ layout: string;
242
+ spacingBottom: string;
243
+ spacingLeft: string;
244
+ spacingRight: string;
245
+ grow?: undefined;
246
+ };
247
+ id: string;
248
+ showCaption?: undefined;
249
+ })[];
250
+ layoutPanel: boolean;
251
+ mobilePanel: boolean;
252
+ codeName: string;
253
+ controlType: string;
254
+ logicName: string;
255
+ appDataEntityId: string;
256
+ controlParam: {};
257
+ name: string;
258
+ id: string;
259
+ };
260
+ export default _default;
@@ -0,0 +1,262 @@
1
+ var DEMobOptionView = {
2
+ "layoutBodyOnly": true,
3
+ "layoutMode": "FLEX",
4
+ "layout": {
5
+ "layout": "FLEX"
6
+ },
7
+ "rootPanelItems": [
8
+ {
9
+ "panelItems": [
10
+ {
11
+ "panelItems": [
12
+ {
13
+ "panelItems": [
14
+ {
15
+ "panelItems": [
16
+ {
17
+ "caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
18
+ "itemStyle": "DEFAULT",
19
+ "itemType": "CTRLPOS",
20
+ "layoutPos": {
21
+ "shrink": 1,
22
+ "heightMode": "FULL",
23
+ "layout": "FLEX"
24
+ },
25
+ "showCaption": true,
26
+ "id": "lefttoolbar"
27
+ }
28
+ ],
29
+ "layout": {
30
+ "layout": "FLEX"
31
+ },
32
+ "dataRegionType": "INHERIT",
33
+ "caption": "\u5BB9\u5668",
34
+ "itemStyle": "DEFAULT",
35
+ "itemType": "CONTAINER",
36
+ "layoutPos": {
37
+ "shrink": 0,
38
+ "layout": "FLEX"
39
+ },
40
+ "id": "view_left_toolbar"
41
+ },
42
+ {
43
+ "panelItems": [
44
+ {
45
+ "caption": "\u6807\u9898\u680F",
46
+ "itemStyle": "DEFAULT",
47
+ "itemType": "CTRLPOS",
48
+ "layoutPos": {
49
+ "shrink": 1,
50
+ "heightMode": "FULL",
51
+ "layout": "FLEX"
52
+ },
53
+ "showCaption": true,
54
+ "id": "captionbar"
55
+ }
56
+ ],
57
+ "layout": {
58
+ "align": "center",
59
+ "dir": "row",
60
+ "layout": "FLEX"
61
+ },
62
+ "dataRegionType": "INHERIT",
63
+ "caption": "\u5BB9\u5668",
64
+ "itemStyle": "DEFAULT",
65
+ "itemType": "CONTAINER",
66
+ "layoutPos": {
67
+ "grow": 1,
68
+ "shrink": 1,
69
+ "layout": "FLEX"
70
+ },
71
+ "id": "view_captionbar"
72
+ },
73
+ {
74
+ "panelItems": [
75
+ {
76
+ "caption": "\u5DE5\u5177\u680F",
77
+ "itemStyle": "DEFAULT",
78
+ "itemType": "CTRLPOS",
79
+ "layoutPos": {
80
+ "shrink": 1,
81
+ "heightMode": "FULL",
82
+ "layout": "FLEX",
83
+ "valignSelf": "MIDDLE"
84
+ },
85
+ "showCaption": true,
86
+ "id": "righttoolbar"
87
+ }
88
+ ],
89
+ "layout": {
90
+ "layout": "FLEX"
91
+ },
92
+ "dataRegionType": "INHERIT",
93
+ "caption": "\u5BB9\u5668",
94
+ "itemStyle": "DEFAULT",
95
+ "itemType": "CONTAINER",
96
+ "layoutPos": {
97
+ "shrink": 0,
98
+ "layout": "FLEX"
99
+ },
100
+ "id": "view_right_toolbar"
101
+ }
102
+ ],
103
+ "predefinedType": "Toolbar",
104
+ "layout": {
105
+ "dir": "row",
106
+ "layout": "FLEX"
107
+ },
108
+ "dataRegionType": "INHERIT",
109
+ "caption": "\u5BB9\u5668",
110
+ "itemStyle": "DEFAULT",
111
+ "itemType": "CONTAINER",
112
+ "layoutPos": {
113
+ "shrink": 1,
114
+ "layout": "FLEX"
115
+ },
116
+ "id": "view_toolbar"
117
+ }
118
+ ],
119
+ "predefinedType": "Header",
120
+ "layout": {
121
+ "dir": "column",
122
+ "layout": "FLEX"
123
+ },
124
+ "dataRegionType": "INHERIT",
125
+ "caption": "\u5BB9\u5668",
126
+ "itemStyle": "DEFAULT",
127
+ "itemType": "CONTAINER",
128
+ "layoutPos": {
129
+ "shrink": 0,
130
+ "layout": "FLEX"
131
+ },
132
+ "id": "view_header"
133
+ }
134
+ ],
135
+ "predefinedType": "PANELPART",
136
+ "layout": {
137
+ "layout": "FLEX"
138
+ },
139
+ "dataRegionType": "INHERIT",
140
+ "caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
141
+ "itemStyle": "DEFAULT",
142
+ "itemType": "CONTAINER",
143
+ "layoutPos": {
144
+ "shrink": 0,
145
+ "layout": "FLEX"
146
+ },
147
+ "showCaption": true,
148
+ "id": "panelpart"
149
+ },
150
+ {
151
+ "panelItems": [
152
+ {
153
+ "caption": "\u8868\u5355",
154
+ "itemStyle": "DEFAULT",
155
+ "itemType": "CTRLPOS",
156
+ "layoutPos": {
157
+ "grow": 1,
158
+ "shrink": 1,
159
+ "layout": "FLEX"
160
+ },
161
+ "showCaption": true,
162
+ "id": "form"
163
+ }
164
+ ],
165
+ "predefinedType": "Content",
166
+ "layout": {
167
+ "layout": "FLEX"
168
+ },
169
+ "dataRegionType": "INHERIT",
170
+ "caption": "\u5BB9\u5668",
171
+ "itemStyle": "DEFAULT",
172
+ "itemType": "CONTAINER",
173
+ "layoutPos": {
174
+ "grow": 1,
175
+ "shrink": 1,
176
+ "layout": "FLEX"
177
+ },
178
+ "id": "view_content"
179
+ },
180
+ {
181
+ "panelItems": [
182
+ {
183
+ "actionType": "UIACTION",
184
+ "buttonHeight": 40,
185
+ "buttonStyle": "DEFAULT",
186
+ "buttonType": "PANELBUTTON",
187
+ "uiactionId": "cancel",
188
+ "renderMode": "BUTTON",
189
+ "tooltip": "\u53D6\u6D88",
190
+ "caption": "\u53D6\u6D88",
191
+ "contentHeight": 40,
192
+ "height": 40,
193
+ "itemStyle": "DEFAULT",
194
+ "itemType": "BUTTON",
195
+ "layoutPos": {
196
+ "grow": 1,
197
+ "shrink": 1,
198
+ "height": 40,
199
+ "heightMode": "PX",
200
+ "layout": "FLEX",
201
+ "spacingRight": "OUTERSMALL"
202
+ },
203
+ "showCaption": true,
204
+ "id": "button_cancelaction"
205
+ },
206
+ {
207
+ "actionType": "UIACTION",
208
+ "buttonHeight": 40,
209
+ "buttonStyle": "PRIMARY",
210
+ "buttonType": "PANELBUTTON",
211
+ "uiactionId": "ok",
212
+ "renderMode": "BUTTON",
213
+ "tooltip": "\u786E\u5B9A",
214
+ "caption": "\u786E\u5B9A",
215
+ "contentHeight": 40,
216
+ "height": 40,
217
+ "itemStyle": "PRIMARY",
218
+ "itemType": "BUTTON",
219
+ "layoutPos": {
220
+ "grow": 1,
221
+ "shrink": 1,
222
+ "height": 40,
223
+ "heightMode": "PX",
224
+ "layout": "FLEX",
225
+ "spacingLeft": "OUTERSMALL"
226
+ },
227
+ "showCaption": true,
228
+ "id": "button_okaction"
229
+ }
230
+ ],
231
+ "predefinedType": "Footer",
232
+ "layout": {
233
+ "align": "space-around",
234
+ "dir": "row",
235
+ "layout": "FLEX"
236
+ },
237
+ "dataRegionType": "INHERIT",
238
+ "caption": "\u5BB9\u5668",
239
+ "itemStyle": "DEFAULT",
240
+ "itemType": "CONTAINER",
241
+ "layoutPos": {
242
+ "shrink": 1,
243
+ "layout": "FLEX",
244
+ "spacingBottom": "OUTERLARGE",
245
+ "spacingLeft": "OUTERSMALL",
246
+ "spacingRight": "OUTERSMALL"
247
+ },
248
+ "id": "view_footer"
249
+ }
250
+ ],
251
+ "layoutPanel": true,
252
+ "mobilePanel": true,
253
+ "codeName": "MobOptionViewLayout",
254
+ "controlType": "VIEWLAYOUTPANEL",
255
+ "logicName": "\u5B9E\u4F53\u79FB\u52A8\u7AEF\u64CD\u4F5C\u89C6\u56FE\u5E03\u5C40\u9762\u677F",
256
+ "appDataEntityId": "mobfrontmodel.mobviewlayoutmodelrepository",
257
+ "controlParam": {},
258
+ "name": "layoutpanel",
259
+ "id": "moboptionviewlayout"
260
+ };
261
+
262
+ export { DEMobOptionView as default };
@@ -30,6 +30,7 @@ declare const _default: {
30
30
  itemType: string;
31
31
  layoutPos: {
32
32
  shrink: number;
33
+ heightMode: string;
33
34
  layout: string;
34
35
  grow?: undefined;
35
36
  };
@@ -60,11 +61,13 @@ declare const _default: {
60
61
  grow: number;
61
62
  shrink: number;
62
63
  layout: string;
64
+ heightMode?: undefined;
63
65
  };
64
66
  id: string;
65
67
  })[];
66
68
  predefinedType: string;
67
69
  layout: {
70
+ align: string;
68
71
  dir: string;
69
72
  layout: string;
70
73
  };
@@ -92,6 +95,7 @@ declare const _default: {
92
95
  predefinedType: string;
93
96
  layout: {
94
97
  layout: string;
98
+ align?: undefined;
95
99
  dir?: undefined;
96
100
  };
97
101
  dataRegionType: string;
@@ -103,6 +107,33 @@ declare const _default: {
103
107
  layout: string;
104
108
  };
105
109
  id: string;
110
+ } | {
111
+ panelItems: {
112
+ caption: string;
113
+ itemStyle: string;
114
+ itemType: string;
115
+ layoutPos: {
116
+ shrink: number;
117
+ layout: string;
118
+ };
119
+ showCaption: boolean;
120
+ id: string;
121
+ }[];
122
+ layout: {
123
+ layout: string;
124
+ align?: undefined;
125
+ dir?: undefined;
126
+ };
127
+ dataRegionType: string;
128
+ caption: string;
129
+ itemStyle: string;
130
+ itemType: string;
131
+ layoutPos: {
132
+ shrink: number;
133
+ layout: string;
134
+ };
135
+ id: string;
136
+ predefinedType?: undefined;
106
137
  })[];
107
138
  predefinedType: string;
108
139
  layout: {
@@ -34,6 +34,7 @@ var DEMobPickupView = {
34
34
  "itemType": "CONTAINER",
35
35
  "layoutPos": {
36
36
  "shrink": 0,
37
+ "heightMode": "FULL",
37
38
  "layout": "FLEX"
38
39
  },
39
40
  "id": "view_left_toolbar"
@@ -92,6 +93,7 @@ var DEMobPickupView = {
92
93
  "itemType": "CONTAINER",
93
94
  "layoutPos": {
94
95
  "shrink": 0,
96
+ "heightMode": "FULL",
95
97
  "layout": "FLEX"
96
98
  },
97
99
  "id": "view_right_toolbar"
@@ -99,6 +101,7 @@ var DEMobPickupView = {
99
101
  ],
100
102
  "predefinedType": "Toolbar",
101
103
  "layout": {
104
+ "align": "center",
102
105
  "dir": "row",
103
106
  "layout": "FLEX"
104
107
  },
@@ -139,6 +142,33 @@ var DEMobPickupView = {
139
142
  "layout": "FLEX"
140
143
  },
141
144
  "id": "view_toolbar2"
145
+ },
146
+ {
147
+ "panelItems": [
148
+ {
149
+ "caption": "\u641C\u7D22\u8868\u5355",
150
+ "itemStyle": "DEFAULT",
151
+ "itemType": "CTRLPOS",
152
+ "layoutPos": {
153
+ "shrink": 1,
154
+ "layout": "FLEX"
155
+ },
156
+ "showCaption": true,
157
+ "id": "searchform"
158
+ }
159
+ ],
160
+ "layout": {
161
+ "layout": "FLEX"
162
+ },
163
+ "dataRegionType": "INHERIT",
164
+ "caption": "\u5BB9\u5668",
165
+ "itemStyle": "DEFAULT",
166
+ "itemType": "CONTAINER",
167
+ "layoutPos": {
168
+ "shrink": 1,
169
+ "layout": "FLEX"
170
+ },
171
+ "id": "view_searchform"
142
172
  }
143
173
  ],
144
174
  "predefinedType": "Header",
@@ -30,6 +30,7 @@ declare const _default: {
30
30
  itemType: string;
31
31
  layoutPos: {
32
32
  shrink: number;
33
+ heightMode: string;
33
34
  layout: string;
34
35
  grow?: undefined;
35
36
  };
@@ -60,11 +61,13 @@ declare const _default: {
60
61
  grow: number;
61
62
  shrink: number;
62
63
  layout: string;
64
+ heightMode?: undefined;
63
65
  };
64
66
  id: string;
65
67
  })[];
66
68
  predefinedType: string;
67
69
  layout: {
70
+ align: string;
68
71
  dir: string;
69
72
  layout: string;
70
73
  };
@@ -92,6 +95,7 @@ declare const _default: {
92
95
  predefinedType: string;
93
96
  layout: {
94
97
  layout: string;
98
+ align?: undefined;
95
99
  dir?: undefined;
96
100
  };
97
101
  dataRegionType: string;
@@ -103,6 +107,33 @@ declare const _default: {
103
107
  layout: string;
104
108
  };
105
109
  id: string;
110
+ } | {
111
+ panelItems: {
112
+ caption: string;
113
+ itemStyle: string;
114
+ itemType: string;
115
+ layoutPos: {
116
+ shrink: number;
117
+ layout: string;
118
+ };
119
+ showCaption: boolean;
120
+ id: string;
121
+ }[];
122
+ layout: {
123
+ layout: string;
124
+ align?: undefined;
125
+ dir?: undefined;
126
+ };
127
+ dataRegionType: string;
128
+ caption: string;
129
+ itemStyle: string;
130
+ itemType: string;
131
+ layoutPos: {
132
+ shrink: number;
133
+ layout: string;
134
+ };
135
+ id: string;
136
+ predefinedType?: undefined;
106
137
  })[];
107
138
  predefinedType: string;
108
139
  layout: {