@ibiz-template/web-theme 1.0.14 → 1.0.15

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 (22) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/index.system.min.js +1 -1
  3. package/dist/index.system.min.js.map +1 -1
  4. package/es/publish/index.mjs +2 -0
  5. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.d.ts +53 -54
  6. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.mjs +53 -53
  7. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.d.ts +201 -0
  8. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.mjs +250 -0
  9. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +10 -10
  10. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.mjs +10 -10
  11. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs +10 -10
  12. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.mjs +10 -10
  13. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs +10 -10
  14. package/lib/publish/index.cjs +2 -0
  15. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.cjs +53 -53
  16. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.cjs +254 -0
  17. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +10 -10
  18. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.cjs +10 -10
  19. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs +10 -10
  20. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.cjs +10 -10
  21. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.cjs +10 -10
  22. package/package.json +1 -1
@@ -0,0 +1,250 @@
1
+ var DEKanbanView = {
2
+ "layoutMode": "FLEX",
3
+ "rootPanelItems": [
4
+ {
5
+ "panelItems": [
6
+ {
7
+ "panelItems": [
8
+ {
9
+ "panelItems": [
10
+ {
11
+ "panelItems": [
12
+ {
13
+ "caption": "\u9875\u9762\u6807\u9898",
14
+ "itemStyle": "DEFAULT",
15
+ "itemType": "CTRLPOS",
16
+ "layoutPos": {
17
+ "shrink": 1,
18
+ "layout": "FLEX"
19
+ },
20
+ "showCaption": true,
21
+ "id": "captionbar"
22
+ }
23
+ ],
24
+ "layout": {
25
+ "align": "center",
26
+ "layout": "FLEX"
27
+ },
28
+ "dataRegionType": "INHERIT",
29
+ "caption": "\u5BB9\u5668",
30
+ "itemStyle": "DEFAULT",
31
+ "itemType": "CONTAINER",
32
+ "layoutPos": {
33
+ "shrink": 1,
34
+ "heightMode": "FULL",
35
+ "layout": "FLEX"
36
+ },
37
+ "id": "view_captionbar"
38
+ }
39
+ ],
40
+ "layout": {
41
+ "layout": "FLEX"
42
+ },
43
+ "dataRegionType": "INHERIT",
44
+ "caption": "\u5BB9\u5668",
45
+ "itemStyle": "DEFAULT",
46
+ "itemType": "CONTAINER",
47
+ "layoutPos": {
48
+ "shrink": 1,
49
+ "heightMode": "FULL",
50
+ "layout": "FLEX"
51
+ },
52
+ "id": "view_header_left"
53
+ },
54
+ {
55
+ "panelItems": [
56
+ {
57
+ "panelItems": [
58
+ {
59
+ "caption": "\u641C\u7D22\u680F",
60
+ "itemStyle": "DEFAULT",
61
+ "itemType": "CTRLPOS",
62
+ "layoutPos": {
63
+ "shrink": 1,
64
+ "layout": "FLEX"
65
+ },
66
+ "showCaption": true,
67
+ "id": "searchbar"
68
+ }
69
+ ],
70
+ "layout": {
71
+ "align": "center",
72
+ "layout": "FLEX"
73
+ },
74
+ "dataRegionType": "INHERIT",
75
+ "caption": "\u5BB9\u5668",
76
+ "itemStyle": "DEFAULT",
77
+ "itemType": "CONTAINER",
78
+ "layoutPos": {
79
+ "shrink": 1,
80
+ "heightMode": "FULL",
81
+ "layout": "FLEX"
82
+ },
83
+ "id": "view_searchbar"
84
+ },
85
+ {
86
+ "panelItems": [
87
+ {
88
+ "caption": "\u5DE5\u5177\u680F",
89
+ "itemStyle": "DEFAULT",
90
+ "itemType": "CTRLPOS",
91
+ "layoutPos": {
92
+ "shrink": 1,
93
+ "layout": "FLEX"
94
+ },
95
+ "showCaption": true,
96
+ "id": "toolbar"
97
+ }
98
+ ],
99
+ "layout": {
100
+ "align": "center",
101
+ "layout": "FLEX"
102
+ },
103
+ "dataRegionType": "INHERIT",
104
+ "caption": "\u5BB9\u5668",
105
+ "itemStyle": "DEFAULT",
106
+ "itemType": "CONTAINER",
107
+ "layoutPos": {
108
+ "shrink": 1,
109
+ "heightMode": "FULL",
110
+ "layout": "FLEX"
111
+ },
112
+ "id": "view_toolbar"
113
+ }
114
+ ],
115
+ "layout": {
116
+ "dir": "row",
117
+ "layout": "FLEX"
118
+ },
119
+ "dataRegionType": "INHERIT",
120
+ "caption": "\u5BB9\u5668",
121
+ "itemStyle": "DEFAULT",
122
+ "itemType": "CONTAINER",
123
+ "layoutPos": {
124
+ "shrink": 1,
125
+ "heightMode": "FULL",
126
+ "layout": "FLEX"
127
+ },
128
+ "id": "view_header_right"
129
+ }
130
+ ],
131
+ "predefinedType": "VIEWHEADER",
132
+ "layout": {
133
+ "align": "space-between",
134
+ "dir": "row",
135
+ "layout": "FLEX",
136
+ "valign": "center"
137
+ },
138
+ "dataRegionType": "INHERIT",
139
+ "caption": "\u5BB9\u5668",
140
+ "itemStyle": "DEFAULT",
141
+ "itemType": "CONTAINER",
142
+ "layoutPos": {
143
+ "shrink": 0,
144
+ "layout": "FLEX"
145
+ },
146
+ "id": "view_header"
147
+ }
148
+ ],
149
+ "predefinedType": "PANELPART",
150
+ "layout": {
151
+ "layout": "FLEX"
152
+ },
153
+ "dataRegionType": "INHERIT",
154
+ "caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
155
+ "itemStyle": "DEFAULT",
156
+ "itemType": "CONTAINER",
157
+ "layoutPos": {
158
+ "shrink": 1,
159
+ "layout": "FLEX"
160
+ },
161
+ "showCaption": true,
162
+ "id": "panelpart"
163
+ },
164
+ {
165
+ "panelItems": [
166
+ {
167
+ "panelItems": [
168
+ {
169
+ "caption": "\u641C\u7D22\u8868\u5355",
170
+ "itemStyle": "DEFAULT",
171
+ "itemType": "CTRLPOS",
172
+ "layoutPos": {
173
+ "shrink": 1,
174
+ "layout": "FLEX"
175
+ },
176
+ "showCaption": true,
177
+ "id": "searchform"
178
+ }
179
+ ],
180
+ "layout": {
181
+ "dir": "column",
182
+ "layout": "FLEX"
183
+ },
184
+ "dataRegionType": "INHERIT",
185
+ "itemStyle": "DEFAULT",
186
+ "itemType": "CONTAINER",
187
+ "layoutPos": {
188
+ "shrink": 0,
189
+ "layout": "FLEX"
190
+ },
191
+ "id": "view_searchform"
192
+ }
193
+ ],
194
+ "predefinedType": "PANELPART",
195
+ "layout": {
196
+ "layout": "FLEX"
197
+ },
198
+ "dataRegionType": "INHERIT",
199
+ "caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
200
+ "itemStyle": "DEFAULT",
201
+ "itemType": "CONTAINER",
202
+ "layoutPos": {
203
+ "shrink": 1,
204
+ "layout": "FLEX"
205
+ },
206
+ "showCaption": true,
207
+ "id": "panelpart1"
208
+ },
209
+ {
210
+ "panelItems": [
211
+ {
212
+ "caption": "\u770B\u677F",
213
+ "itemStyle": "DEFAULT",
214
+ "itemType": "CTRLPOS",
215
+ "layoutPos": {
216
+ "grow": 1,
217
+ "shrink": 1,
218
+ "layout": "FLEX"
219
+ },
220
+ "showCaption": true,
221
+ "id": "kanban"
222
+ }
223
+ ],
224
+ "predefinedType": "VIEWCONTENT",
225
+ "layout": {
226
+ "layout": "FLEX"
227
+ },
228
+ "dataRegionType": "INHERIT",
229
+ "caption": "\u5BB9\u5668",
230
+ "itemStyle": "DEFAULT",
231
+ "itemType": "CONTAINER",
232
+ "layoutPos": {
233
+ "grow": 1,
234
+ "shrink": 1,
235
+ "layout": "FLEX"
236
+ },
237
+ "id": "view_kanban"
238
+ }
239
+ ],
240
+ "layoutPanel": true,
241
+ "codeName": "DEKanbanViewLayout",
242
+ "controlType": "VIEWLAYOUTPANEL",
243
+ "logicName": "\u5B9E\u4F53\u770B\u677F\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
244
+ "appDataEntityId": "frontmodel.viewlayoutmodelrepository",
245
+ "controlParam": {},
246
+ "name": "layoutpanel",
247
+ "id": "dekanbanviewlayout"
248
+ };
249
+
250
+ export { DEKanbanView as default };
@@ -165,31 +165,31 @@ var DEOptView = {
165
165
  "panelItems": [
166
166
  {
167
167
  "actionType": "UIACTION",
168
- "uiactionId": "cancel",
169
- "tooltip": "\u53D6\u6D88",
170
- "caption": "\u53D6\u6D88",
171
- "itemStyle": "INFO",
168
+ "uiactionId": "ok",
169
+ "tooltip": "\u786E\u5B9A",
170
+ "caption": "\u786E\u5B9A",
171
+ "itemStyle": "PRIMARY",
172
172
  "itemType": "BUTTON",
173
173
  "layoutPos": {
174
174
  "shrink": 1,
175
175
  "layout": "FLEX"
176
176
  },
177
177
  "showCaption": true,
178
- "id": "button_cancelaction"
178
+ "id": "button_okaction"
179
179
  },
180
180
  {
181
181
  "actionType": "UIACTION",
182
- "uiactionId": "ok",
183
- "tooltip": "\u786E\u5B9A",
184
- "caption": "\u786E\u5B9A",
185
- "itemStyle": "PRIMARY",
182
+ "uiactionId": "cancel",
183
+ "tooltip": "\u53D6\u6D88",
184
+ "caption": "\u53D6\u6D88",
185
+ "itemStyle": "INFO",
186
186
  "itemType": "BUTTON",
187
187
  "layoutPos": {
188
188
  "shrink": 1,
189
189
  "layout": "FLEX"
190
190
  },
191
191
  "showCaption": true,
192
- "id": "button_okaction"
192
+ "id": "button_cancelaction"
193
193
  }
194
194
  ],
195
195
  "layout": {
@@ -209,31 +209,31 @@ var DEPickupView2 = {
209
209
  "panelItems": [
210
210
  {
211
211
  "actionType": "UIACTION",
212
- "uiactionId": "cancel",
213
- "tooltip": "\u53D6\u6D88",
214
- "caption": "\u53D6\u6D88",
215
- "itemStyle": "INFO",
212
+ "uiactionId": "ok",
213
+ "tooltip": "\u786E\u5B9A",
214
+ "caption": "\u786E\u5B9A",
215
+ "itemStyle": "PRIMARY",
216
216
  "itemType": "BUTTON",
217
217
  "layoutPos": {
218
218
  "shrink": 1,
219
219
  "layout": "FLEX"
220
220
  },
221
221
  "showCaption": true,
222
- "id": "button_cancelaction"
222
+ "id": "button_okaction"
223
223
  },
224
224
  {
225
225
  "actionType": "UIACTION",
226
- "uiactionId": "ok",
227
- "tooltip": "\u786E\u5B9A",
228
- "caption": "\u786E\u5B9A",
229
- "itemStyle": "PRIMARY",
226
+ "uiactionId": "cancel",
227
+ "tooltip": "\u53D6\u6D88",
228
+ "caption": "\u53D6\u6D88",
229
+ "itemStyle": "INFO",
230
230
  "itemType": "BUTTON",
231
231
  "layoutPos": {
232
232
  "shrink": 1,
233
233
  "layout": "FLEX"
234
234
  },
235
235
  "showCaption": true,
236
- "id": "button_okaction"
236
+ "id": "button_cancelaction"
237
237
  }
238
238
  ],
239
239
  "layout": {
@@ -165,31 +165,31 @@ var DEPickupView = {
165
165
  "panelItems": [
166
166
  {
167
167
  "actionType": "UIACTION",
168
- "uiactionId": "cancel",
169
- "tooltip": "\u53D6\u6D88",
170
- "caption": "\u53D6\u6D88",
171
- "itemStyle": "INFO",
168
+ "uiactionId": "ok",
169
+ "tooltip": "\u786E\u5B9A",
170
+ "caption": "\u786E\u5B9A",
171
+ "itemStyle": "PRIMARY",
172
172
  "itemType": "BUTTON",
173
173
  "layoutPos": {
174
174
  "shrink": 1,
175
175
  "layout": "FLEX"
176
176
  },
177
177
  "showCaption": true,
178
- "id": "button_cancelaction"
178
+ "id": "button_okaction"
179
179
  },
180
180
  {
181
181
  "actionType": "UIACTION",
182
- "uiactionId": "ok",
183
- "tooltip": "\u786E\u5B9A",
184
- "caption": "\u786E\u5B9A",
185
- "itemStyle": "PRIMARY",
182
+ "uiactionId": "cancel",
183
+ "tooltip": "\u53D6\u6D88",
184
+ "caption": "\u53D6\u6D88",
185
+ "itemStyle": "INFO",
186
186
  "itemType": "BUTTON",
187
187
  "layoutPos": {
188
188
  "shrink": 1,
189
189
  "layout": "FLEX"
190
190
  },
191
191
  "showCaption": true,
192
- "id": "button_okaction"
192
+ "id": "button_cancelaction"
193
193
  }
194
194
  ],
195
195
  "layout": {
@@ -338,31 +338,31 @@ var DEMPickupView2 = {
338
338
  "panelItems": [
339
339
  {
340
340
  "actionType": "UIACTION",
341
- "uiactionId": "cancel",
342
- "tooltip": "\u53D6\u6D88",
343
- "caption": "\u53D6\u6D88",
344
- "itemStyle": "INFO",
341
+ "uiactionId": "ok",
342
+ "tooltip": "\u786E\u5B9A",
343
+ "caption": "\u786E\u5B9A",
344
+ "itemStyle": "PRIMARY",
345
345
  "itemType": "BUTTON",
346
346
  "layoutPos": {
347
347
  "shrink": 1,
348
348
  "layout": "FLEX"
349
349
  },
350
350
  "showCaption": true,
351
- "id": "button_cancelaction"
351
+ "id": "button_okaction"
352
352
  },
353
353
  {
354
354
  "actionType": "UIACTION",
355
- "uiactionId": "ok",
356
- "tooltip": "\u786E\u5B9A",
357
- "caption": "\u786E\u5B9A",
358
- "itemStyle": "PRIMARY",
355
+ "uiactionId": "cancel",
356
+ "tooltip": "\u53D6\u6D88",
357
+ "caption": "\u53D6\u6D88",
358
+ "itemStyle": "INFO",
359
359
  "itemType": "BUTTON",
360
360
  "layoutPos": {
361
361
  "shrink": 1,
362
362
  "layout": "FLEX"
363
363
  },
364
364
  "showCaption": true,
365
- "id": "button_okaction"
365
+ "id": "button_cancelaction"
366
366
  }
367
367
  ],
368
368
  "layout": {
@@ -293,31 +293,31 @@ var DEMPickupView = {
293
293
  "panelItems": [
294
294
  {
295
295
  "actionType": "UIACTION",
296
- "uiactionId": "cancel",
297
- "tooltip": "\u53D6\u6D88",
298
- "caption": "\u53D6\u6D88",
299
- "itemStyle": "INFO",
296
+ "uiactionId": "ok",
297
+ "tooltip": "\u786E\u5B9A",
298
+ "caption": "\u786E\u5B9A",
299
+ "itemStyle": "PRIMARY",
300
300
  "itemType": "BUTTON",
301
301
  "layoutPos": {
302
302
  "shrink": 1,
303
303
  "layout": "FLEX"
304
304
  },
305
305
  "showCaption": true,
306
- "id": "button_cancelaction"
306
+ "id": "button_okaction"
307
307
  },
308
308
  {
309
309
  "actionType": "UIACTION",
310
- "uiactionId": "ok",
311
- "tooltip": "\u786E\u5B9A",
312
- "caption": "\u786E\u5B9A",
313
- "itemStyle": "PRIMARY",
310
+ "uiactionId": "cancel",
311
+ "tooltip": "\u53D6\u6D88",
312
+ "caption": "\u53D6\u6D88",
313
+ "itemStyle": "INFO",
314
314
  "itemType": "BUTTON",
315
315
  "layoutPos": {
316
316
  "shrink": 1,
317
317
  "layout": "FLEX"
318
318
  },
319
319
  "showCaption": true,
320
- "id": "button_okaction"
320
+ "id": "button_cancelaction"
321
321
  }
322
322
  ],
323
323
  "layout": {
@@ -9,6 +9,7 @@ var viewLayoutModelRepositoryDeCalendarExpViewLayout = require('./view-layout-mo
9
9
  var viewLayoutModelRepositoryDeCalendarViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.cjs');
10
10
  var viewLayoutModelRepositoryDeDataViewExpViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.cjs');
11
11
  var viewLayoutModelRepositoryDeDataViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-data-view-layout.cjs');
12
+ var viewLayoutModelRepositoryDeKanbanViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.cjs');
12
13
  var viewLayoutModelRepositoryDeEditView2Layout = require('./view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.cjs');
13
14
  var viewLayoutModelRepositoryDeEditView3Layout = require('./view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.cjs');
14
15
  var viewLayoutModelRepositoryDeEditView4Layout = require('./view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.cjs');
@@ -55,6 +56,7 @@ function install(callBack) {
55
56
  callBack("DEDATAVIEWEXPVIEW_DEFAULT", viewLayoutModelRepositoryDeDataViewExpViewLayout.default);
56
57
  callBack("DEDATAVIEW_DEFAULT", viewLayoutModelRepositoryDeDataViewLayout.default);
57
58
  callBack("DEDATAVIEW9_DEFAULT", viewLayoutModelRepositoryDeDataViewLayout.default);
59
+ callBack("DEKANBANVIEW_DEFAULT", viewLayoutModelRepositoryDeKanbanViewLayout.default);
58
60
  callBack("DEEDITVIEW2_DEFAULT", viewLayoutModelRepositoryDeEditView2Layout.default);
59
61
  callBack("DEEDITVIEW3_DEFAULT", viewLayoutModelRepositoryDeEditView3Layout.default);
60
62
  callBack("DEEDITVIEW4_DEFAULT", viewLayoutModelRepositoryDeEditView4Layout.default);
@@ -151,66 +151,69 @@ var DEEdit3View = {
151
151
  },
152
152
  "showCaption": true,
153
153
  "id": "drtab"
154
- },
154
+ }
155
+ ],
156
+ "layout": {
157
+ "layout": "FLEX"
158
+ },
159
+ "dataRegionType": "INHERIT",
160
+ "caption": "\u5BB9\u5668",
161
+ "contentHeight": 54,
162
+ "height": 54,
163
+ "itemStyle": "DEFAULT",
164
+ "itemType": "CONTAINER",
165
+ "layoutPos": {
166
+ "shrink": 0,
167
+ "height": 54,
168
+ "heightMode": "PX",
169
+ "layout": "FLEX"
170
+ },
171
+ "id": "view_drtab"
172
+ },
173
+ {
174
+ "panelItems": [
155
175
  {
156
- "panelItems": [
157
- {
158
- "caption": "\u8868\u5355",
159
- "itemStyle": "DEFAULT",
160
- "itemType": "CTRLPOS",
161
- "layoutPos": {
162
- "shrink": 1,
163
- "layout": "FLEX"
164
- },
165
- "showCaption": true,
166
- "id": "form"
167
- }
168
- ],
169
- "layout": {
170
- "layout": "FLEX"
171
- },
172
- "dataRegionType": "INHERIT",
173
- "caption": "\u5BB9\u5668",
176
+ "caption": "\u8868\u5355",
174
177
  "itemStyle": "DEFAULT",
175
- "itemType": "CONTAINER",
178
+ "itemType": "CTRLPOS",
176
179
  "layoutPos": {
177
- "grow": 1,
178
180
  "shrink": 1,
179
181
  "layout": "FLEX"
180
182
  },
181
- "id": "view_form"
182
- },
183
+ "showCaption": true,
184
+ "id": "form"
185
+ }
186
+ ],
187
+ "layout": {
188
+ "layout": "FLEX"
189
+ },
190
+ "dataRegionType": "INHERIT",
191
+ "caption": "\u5BB9\u5668",
192
+ "itemStyle": "DEFAULT",
193
+ "itemType": "CONTAINER",
194
+ "layoutPos": {
195
+ "grow": 1,
196
+ "shrink": 1,
197
+ "layout": "FLEX"
198
+ },
199
+ "id": "view_form"
200
+ },
201
+ {
202
+ "panelItems": [
183
203
  {
184
- "panelItems": [
185
- {
186
- "rawItem": {
187
- "predefinedType": "NAV_POS",
188
- "id": "nav_pos"
189
- },
190
- "caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
191
- "itemStyle": "DEFAULT",
192
- "itemType": "RAWITEM",
193
- "layoutPos": {
194
- "shrink": 1,
195
- "layout": "FLEX"
196
- },
197
- "showCaption": true,
198
- "id": "nav_pos"
199
- }
200
- ],
201
- "layout": {
202
- "layout": "FLEX"
204
+ "rawItem": {
205
+ "predefinedType": "NAV_POS",
206
+ "id": "nav_pos"
203
207
  },
204
- "dataRegionType": "INHERIT",
205
- "caption": "\u5BB9\u5668",
208
+ "caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
206
209
  "itemStyle": "DEFAULT",
207
- "itemType": "CONTAINER",
210
+ "itemType": "RAWITEM",
208
211
  "layoutPos": {
209
- "grow": 1,
210
212
  "shrink": 1,
211
213
  "layout": "FLEX"
212
214
  },
213
- "id": "view_nav_pos"
215
+ "showCaption": true,
216
+ "id": "nav_pos"
214
217
  }
215
218
  ],
216
219
  "layout": {
@@ -218,17 +221,14 @@ var DEEdit3View = {
218
221
  },
219
222
  "dataRegionType": "INHERIT",
220
223
  "caption": "\u5BB9\u5668",
221
- "contentHeight": 54,
222
- "height": 54,
223
224
  "itemStyle": "DEFAULT",
224
225
  "itemType": "CONTAINER",
225
226
  "layoutPos": {
226
- "shrink": 0,
227
- "height": 54,
228
- "heightMode": "PX",
227
+ "grow": 1,
228
+ "shrink": 1,
229
229
  "layout": "FLEX"
230
230
  },
231
- "id": "view_drtab"
231
+ "id": "view_nav_pos"
232
232
  }
233
233
  ],
234
234
  "predefinedType": "VIEWCONTENT",