@ibiz-template/mob-theme 2.0.0 → 3.1.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 (20) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +11 -3
  3. package/dist/index.system.min.js +2 -2
  4. package/dist/index.system.min.js.map +1 -1
  5. package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.d.ts +2 -0
  6. package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs +2 -0
  7. package/es/publish/index.mjs +4 -0
  8. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.d.ts +186 -0
  9. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.mjs +234 -0
  10. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.d.ts +127 -0
  11. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.mjs +161 -0
  12. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.d.ts +5 -1
  13. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.mjs +4 -0
  14. package/lib/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.cjs +2 -0
  15. package/lib/publish/index.cjs +4 -0
  16. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.cjs +238 -0
  17. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.cjs +165 -0
  18. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.cjs +4 -0
  19. package/package.json +3 -8
  20. package/CHANGELOG.md +0 -197
@@ -0,0 +1,161 @@
1
+ "use strict";
2
+ var DEMobTabSearchView = {
3
+ "layoutMode": "Flex",
4
+ "layout": {
5
+ "layout": "FLEX"
6
+ },
7
+ "rootPanelItems": [
8
+ {
9
+ "actionGroupExtractMode": "ITEM",
10
+ "panelItems": [
11
+ {
12
+ "actionGroupExtractMode": "ITEM",
13
+ "panelItems": [
14
+ {
15
+ "caption": "\u641C\u7D22\u680F",
16
+ "itemStyle": "DEFAULT",
17
+ "itemType": "CTRLPOS",
18
+ "layoutPos": {
19
+ "shrink": 1,
20
+ "layout": "FLEX"
21
+ },
22
+ "showCaption": true,
23
+ "id": "searchbar"
24
+ }
25
+ ],
26
+ "layout": {
27
+ "layout": "FLEX"
28
+ },
29
+ "dataRegionType": "INHERIT",
30
+ "caption": "\u5BB9\u5668",
31
+ "itemStyle": "DEFAULT",
32
+ "itemType": "CONTAINER",
33
+ "layoutPos": {
34
+ "shrink": 0,
35
+ "layout": "FLEX"
36
+ },
37
+ "id": "view_searchbar"
38
+ },
39
+ {
40
+ "actionGroupExtractMode": "ITEM",
41
+ "panelItems": [
42
+ {
43
+ "caption": "\u5173\u7CFB\u5206\u9875\u90E8\u4EF6",
44
+ "itemStyle": "DEFAULT",
45
+ "itemType": "CTRLPOS",
46
+ "layoutPos": {
47
+ "grow": 1,
48
+ "shrink": 1,
49
+ "layout": "FLEX"
50
+ },
51
+ "showCaption": true,
52
+ "id": "tabexppanel"
53
+ }
54
+ ],
55
+ "layout": {
56
+ "align": "space-between",
57
+ "dir": "row",
58
+ "layout": "FLEX",
59
+ "valign": "center"
60
+ },
61
+ "dataRegionType": "INHERIT",
62
+ "caption": "\u5BB9\u5668",
63
+ "itemStyle": "DEFAULT",
64
+ "itemType": "CONTAINER",
65
+ "layoutPos": {
66
+ "shrink": 0,
67
+ "layout": "FLEX"
68
+ },
69
+ "id": "view_tabexppanel"
70
+ },
71
+ {
72
+ "actionGroupExtractMode": "ITEM",
73
+ "panelItems": [
74
+ {
75
+ "caption": "\u641C\u7D22\u8868\u5355",
76
+ "itemStyle": "DEFAULT",
77
+ "itemType": "CTRLPOS",
78
+ "layoutPos": {
79
+ "shrink": 1,
80
+ "layout": "FLEX"
81
+ },
82
+ "showCaption": true,
83
+ "id": "searchform"
84
+ }
85
+ ],
86
+ "layout": {
87
+ "layout": "FLEX"
88
+ },
89
+ "dataRegionType": "INHERIT",
90
+ "caption": "\u5BB9\u5668",
91
+ "itemStyle": "DEFAULT",
92
+ "itemType": "CONTAINER",
93
+ "layoutPos": {
94
+ "shrink": 0,
95
+ "layout": "FLEX"
96
+ },
97
+ "id": "view_searchform"
98
+ },
99
+ {
100
+ "actionGroupExtractMode": "ITEM",
101
+ "panelItems": [
102
+ {
103
+ "rawItem": {
104
+ "predefinedType": "NAV_POS",
105
+ "id": "nav_pos"
106
+ },
107
+ "caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
108
+ "itemStyle": "DEFAULT",
109
+ "itemType": "RAWITEM",
110
+ "layoutPos": {
111
+ "grow": 1,
112
+ "shrink": 1,
113
+ "layout": "FLEX"
114
+ },
115
+ "showCaption": true,
116
+ "id": "nav_pos"
117
+ }
118
+ ],
119
+ "layout": {
120
+ "layout": "FLEX"
121
+ },
122
+ "dataRegionType": "INHERIT",
123
+ "caption": "\u5BB9\u5668",
124
+ "itemStyle": "DEFAULT",
125
+ "itemType": "CONTAINER",
126
+ "layoutPos": {
127
+ "grow": 1,
128
+ "shrink": 1,
129
+ "layout": "FLEX"
130
+ },
131
+ "id": "view_nav_pos"
132
+ }
133
+ ],
134
+ "layout": {
135
+ "layout": "FLEX"
136
+ },
137
+ "dataRegionType": "INHERIT",
138
+ "caption": "\u5BB9\u5668",
139
+ "itemStyle": "DEFAULT",
140
+ "itemType": "CONTAINER",
141
+ "layoutPos": {
142
+ "grow": 1,
143
+ "shrink": 1,
144
+ "layout": "FLEX"
145
+ },
146
+ "id": "view_content"
147
+ }
148
+ ],
149
+ "layoutPanel": true,
150
+ "codeName": "MobTabSearchViewLayout",
151
+ "controlType": "VIEWLAYOUTPANEL",
152
+ "logicName": "\u5B9E\u4F53\u79FB\u52A8\u7AEF\u5206\u9875\u641C\u7D22\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
153
+ "appDataEntityId": "mobfrontmodel.mobviewlayoutmodelrepository",
154
+ "controlParam": {},
155
+ "modelId": "9468CD73-A20C-4DDB-B0AE-72D5C384E1DA",
156
+ "modelType": "PSSYSVIEWLAYOUTPANEL",
157
+ "name": "layoutpanel",
158
+ "id": "mobtabsearchviewlayout"
159
+ };
160
+
161
+ export { DEMobTabSearchView as default };
@@ -139,6 +139,7 @@ declare const _default: {
139
139
  layoutPos: {
140
140
  shrink: number;
141
141
  layout: string;
142
+ grow?: undefined;
142
143
  };
143
144
  id: string;
144
145
  caption?: undefined;
@@ -151,6 +152,7 @@ declare const _default: {
151
152
  itemStyle: string;
152
153
  itemType: string;
153
154
  layoutPos: {
155
+ grow: number;
154
156
  shrink: number;
155
157
  layout: string;
156
158
  };
@@ -166,11 +168,11 @@ declare const _default: {
166
168
  itemStyle: string;
167
169
  itemType: string;
168
170
  layoutPos: {
171
+ grow: number;
169
172
  shrink: number;
170
173
  layout: string;
171
174
  width: number;
172
175
  widthMode: string;
173
- grow?: undefined;
174
176
  };
175
177
  width: number;
176
178
  id: string;
@@ -185,6 +187,7 @@ declare const _default: {
185
187
  itemStyle: string;
186
188
  itemType: string;
187
189
  layoutPos: {
190
+ grow: number;
188
191
  shrink: number;
189
192
  layout: string;
190
193
  };
@@ -218,6 +221,7 @@ declare const _default: {
218
221
  itemStyle: string;
219
222
  itemType: string;
220
223
  layoutPos: {
224
+ grow: number;
221
225
  shrink: number;
222
226
  layout: string;
223
227
  };
@@ -197,6 +197,7 @@ var DEMobTreeExpView = {
197
197
  "itemStyle": "DEFAULT",
198
198
  "itemType": "CTRLPOS",
199
199
  "layoutPos": {
200
+ "grow": 1,
200
201
  "shrink": 1,
201
202
  "layout": "FLEX"
202
203
  },
@@ -213,6 +214,7 @@ var DEMobTreeExpView = {
213
214
  "itemStyle": "DEFAULT",
214
215
  "itemType": "CONTAINER",
215
216
  "layoutPos": {
217
+ "grow": 1,
216
218
  "shrink": 0,
217
219
  "layout": "FLEX",
218
220
  "width": 160,
@@ -233,6 +235,7 @@ var DEMobTreeExpView = {
233
235
  "itemStyle": "DEFAULT",
234
236
  "itemType": "RAWITEM",
235
237
  "layoutPos": {
238
+ "grow": 1,
236
239
  "shrink": 1,
237
240
  "layout": "FLEX"
238
241
  },
@@ -264,6 +267,7 @@ var DEMobTreeExpView = {
264
267
  "itemStyle": "DEFAULT",
265
268
  "itemType": "CONTAINER",
266
269
  "layoutPos": {
270
+ "grow": 1,
267
271
  "shrink": 1,
268
272
  "layout": "FLEX"
269
273
  },
@@ -17,6 +17,7 @@ var TreeExpBar = {
17
17
  "itemStyle": "DEFAULT",
18
18
  "itemType": "CTRLPOS",
19
19
  "layoutPos": {
20
+ "grow": 1,
20
21
  "shrink": 1,
21
22
  "layout": "FLEX"
22
23
  },
@@ -32,6 +33,7 @@ var TreeExpBar = {
32
33
  "itemStyle": "DEFAULT",
33
34
  "itemType": "CONTAINER",
34
35
  "layoutPos": {
36
+ "grow": 1,
35
37
  "shrink": 1,
36
38
  "layout": "FLEX"
37
39
  },
@@ -21,6 +21,7 @@ var mobViewLayoutModelRepositoryDeMobPickupTreeViewLayout = require('./mob-view-
21
21
  var mobViewLayoutModelRepositoryDeMobPickupViewLayout = require('./mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs');
22
22
  var mobViewLayoutModelRepositoryDeMobTabExpViewLayout = require('./mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs');
23
23
  var mobViewLayoutModelRepositoryDeMobTabExpView9Layout = require('./mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.cjs');
24
+ var mobViewLayoutModelRepositoryDeMobTabExpViewLayoutFlow = require('./mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.cjs');
24
25
  var mobViewLayoutModelRepositoryDeMobTreeViewLayout = require('./mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs');
25
26
  var mobViewLayoutModelRepositoryDeMobWfDynaEditViewLayout = require('./mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs');
26
27
  var mobViewLayoutModelRepositoryDeMobWfDynaEditView3Layout = require('./mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs');
@@ -28,6 +29,7 @@ var mobViewLayoutModelRepositoryDeMobWfDynaActionViewLayout = require('./mob-vie
28
29
  var mobViewLayoutModelRepositoryDeMobWfDynaStartViewLayout = require('./mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.cjs');
29
30
  var mobViewLayoutModelRepositoryDeMobWizardViewLayout = require('./mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.cjs');
30
31
  var mobViewLayoutModelRepositoryDeMobTreeExpViewLayout = require('./mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.cjs');
32
+ var mobViewLayoutModelRepositoryDeMobTabSearchViewLayout = require('./mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.cjs');
31
33
  var controlLayoutModelRepositoryMobTreeExpBarLayout = require('./control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.cjs');
32
34
  var controlLayoutModelRepositoryMobTreeLayout = require('./control-layout/control-layout-model-repository-mob-tree-layout.cjs');
33
35
  var appLoginView = require('./app-login-view.cjs');
@@ -56,6 +58,7 @@ function install(callBack) {
56
58
  callBack("DEMOBPICKUPVIEW_DEFAULT", mobViewLayoutModelRepositoryDeMobPickupViewLayout.default);
57
59
  callBack("DEMOBTABEXPVIEW_DEFAULT", mobViewLayoutModelRepositoryDeMobTabExpViewLayout.default);
58
60
  callBack("DEMOBTABEXPVIEW9_DEFAULT", mobViewLayoutModelRepositoryDeMobTabExpView9Layout.default);
61
+ callBack("DEMOBTABEXPVIEW_FLOW", mobViewLayoutModelRepositoryDeMobTabExpViewLayoutFlow.default);
59
62
  callBack("DEMOBTREEVIEW_DEFAULT", mobViewLayoutModelRepositoryDeMobTreeViewLayout.default);
60
63
  callBack("DEMOBWFDYNAEDITVIEW_DEFAULT", mobViewLayoutModelRepositoryDeMobWfDynaEditViewLayout.default);
61
64
  callBack("DEMOBWFDYNAEDITVIEW3_DEFAULT", mobViewLayoutModelRepositoryDeMobWfDynaEditView3Layout.default);
@@ -63,6 +66,7 @@ function install(callBack) {
63
66
  callBack("DEMOBWFDYNASTARTVIEW_DEFAULT", mobViewLayoutModelRepositoryDeMobWfDynaStartViewLayout.default);
64
67
  callBack("DEMOBWIZARDVIEW_DEFAULT", mobViewLayoutModelRepositoryDeMobWizardViewLayout.default);
65
68
  callBack("DEMOBTREEEXPVIEW_DEFAULT", mobViewLayoutModelRepositoryDeMobTreeExpViewLayout.default);
69
+ callBack("DEMOBTABSEARCHVIEW_DEFAULT", mobViewLayoutModelRepositoryDeMobTabSearchViewLayout.default);
66
70
  callBack("TREEVIEW_DEFAULT", controlLayoutModelRepositoryMobTreeLayout.default);
67
71
  callBack("TREEEXPBAR_DEFAULT", controlLayoutModelRepositoryMobTreeExpBarLayout.default);
68
72
  }
@@ -0,0 +1,238 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ "use strict";
6
+ var DEMobTabExpView_FLOW = {
7
+ "layoutBodyOnly": true,
8
+ "layoutMode": "FLEX",
9
+ "layout": {
10
+ "layout": "FLEX"
11
+ },
12
+ "rootPanelItems": [
13
+ {
14
+ "actionGroupExtractMode": "ITEM",
15
+ "panelItems": [
16
+ {
17
+ "actionGroupExtractMode": "ITEM",
18
+ "panelItems": [
19
+ {
20
+ "actionGroupExtractMode": "ITEM",
21
+ "panelItems": [
22
+ {
23
+ "actionGroupExtractMode": "ITEM",
24
+ "panelItems": [
25
+ {
26
+ "actionGroupExtractMode": "ITEM",
27
+ "panelItems": [
28
+ {
29
+ "caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
30
+ "itemStyle": "DEFAULT",
31
+ "itemType": "CTRLPOS",
32
+ "layoutPos": {
33
+ "grow": 1,
34
+ "shrink": 1,
35
+ "heightMode": "FULL",
36
+ "layout": "FLEX",
37
+ "valignSelf": "MIDDLE",
38
+ "widthMode": "FULL"
39
+ },
40
+ "showCaption": true,
41
+ "id": "lefttoolbar"
42
+ }
43
+ ],
44
+ "layout": {
45
+ "layout": "FLEX"
46
+ },
47
+ "dataRegionType": "INHERIT",
48
+ "caption": "\u5BB9\u5668",
49
+ "contentWidth": 100,
50
+ "itemStyle": "DEFAULT",
51
+ "itemType": "CONTAINER",
52
+ "layoutPos": {
53
+ "basis": 100,
54
+ "shrink": 0,
55
+ "layout": "FLEX",
56
+ "width": 100,
57
+ "widthMode": "PX"
58
+ },
59
+ "width": 100,
60
+ "id": "view_left_toolbar"
61
+ },
62
+ {
63
+ "actionGroupExtractMode": "ITEM",
64
+ "panelItems": [
65
+ {
66
+ "caption": "\u6807\u9898\u680F",
67
+ "itemStyle": "DEFAULT",
68
+ "itemType": "CTRLPOS",
69
+ "layoutPos": {
70
+ "shrink": 1,
71
+ "heightMode": "FULL",
72
+ "layout": "FLEX",
73
+ "widthMode": "FULL"
74
+ },
75
+ "showCaption": true,
76
+ "id": "captionbar"
77
+ }
78
+ ],
79
+ "layout": {
80
+ "align": "center",
81
+ "dir": "row",
82
+ "layout": "FLEX"
83
+ },
84
+ "dataRegionType": "INHERIT",
85
+ "caption": "\u5BB9\u5668",
86
+ "itemStyle": "DEFAULT",
87
+ "itemType": "CONTAINER",
88
+ "layoutPos": {
89
+ "grow": 1,
90
+ "shrink": 1,
91
+ "layout": "FLEX"
92
+ },
93
+ "id": "view_captionbar"
94
+ },
95
+ {
96
+ "actionGroupExtractMode": "ITEM",
97
+ "panelItems": [
98
+ {
99
+ "caption": "\u5DE5\u5177\u680F",
100
+ "itemStyle": "DEFAULT",
101
+ "itemType": "CTRLPOS",
102
+ "layoutPos": {
103
+ "grow": 1,
104
+ "shrink": 1,
105
+ "heightMode": "FULL",
106
+ "layout": "FLEX",
107
+ "valignSelf": "MIDDLE",
108
+ "widthMode": "FULL"
109
+ },
110
+ "showCaption": true,
111
+ "id": "righttoolbar"
112
+ }
113
+ ],
114
+ "layout": {
115
+ "layout": "FLEX"
116
+ },
117
+ "dataRegionType": "INHERIT",
118
+ "caption": "\u5BB9\u5668",
119
+ "contentWidth": 100,
120
+ "itemStyle": "DEFAULT",
121
+ "itemType": "CONTAINER",
122
+ "layoutPos": {
123
+ "basis": 100,
124
+ "shrink": 0,
125
+ "layout": "FLEX",
126
+ "width": 100,
127
+ "widthMode": "PX"
128
+ },
129
+ "width": 100,
130
+ "id": "view_right_toolbar"
131
+ }
132
+ ],
133
+ "predefinedType": "Toolbar",
134
+ "layout": {
135
+ "dir": "row",
136
+ "layout": "FLEX"
137
+ },
138
+ "dataRegionType": "INHERIT",
139
+ "caption": "\u5BB9\u5668",
140
+ "itemStyle": "DEFAULT",
141
+ "itemType": "CONTAINER",
142
+ "layoutPos": {
143
+ "shrink": 1,
144
+ "layout": "FLEX"
145
+ },
146
+ "id": "view_toolbar"
147
+ }
148
+ ],
149
+ "predefinedType": "Header",
150
+ "layout": {
151
+ "dir": "column",
152
+ "layout": "FLEX"
153
+ },
154
+ "dataRegionType": "INHERIT",
155
+ "caption": "\u5BB9\u5668",
156
+ "itemStyle": "DEFAULT",
157
+ "itemType": "CONTAINER",
158
+ "layoutPos": {
159
+ "shrink": 0,
160
+ "layout": "FLEX"
161
+ },
162
+ "id": "view_header"
163
+ }
164
+ ],
165
+ "predefinedType": "PANELPART",
166
+ "layout": {
167
+ "layout": "FLEX"
168
+ },
169
+ "dataRegionType": "INHERIT",
170
+ "caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
171
+ "itemStyle": "DEFAULT",
172
+ "itemType": "CONTAINER",
173
+ "layoutPos": {
174
+ "shrink": 1,
175
+ "layout": "FLEX"
176
+ },
177
+ "showCaption": true,
178
+ "id": "panelpart"
179
+ },
180
+ {
181
+ "actionGroupExtractMode": "ITEM",
182
+ "panelItems": [
183
+ {
184
+ "caption": "\u5206\u9875\u5BFC\u822A",
185
+ "itemStyle": "DEFAULT",
186
+ "itemType": "CTRLPOS",
187
+ "layoutPos": {
188
+ "shrink": 1,
189
+ "layout": "FLEX"
190
+ },
191
+ "showCaption": true,
192
+ "id": "tabexppanel"
193
+ }
194
+ ],
195
+ "predefinedType": "ToolbarContainer",
196
+ "layout": {
197
+ "layout": "FLEX"
198
+ },
199
+ "dataRegionType": "INHERIT",
200
+ "caption": "\u5BB9\u5668",
201
+ "itemStyle": "DEFAULT",
202
+ "itemType": "CONTAINER",
203
+ "layoutPos": {
204
+ "shrink": 1,
205
+ "layout": "FLEX"
206
+ },
207
+ "id": "view_toolbar_container2"
208
+ }
209
+ ],
210
+ "layout": {
211
+ "layout": "FLEX"
212
+ },
213
+ "dataRegionType": "INHERIT",
214
+ "caption": "\u5BB9\u5668",
215
+ "itemStyle": "DEFAULT",
216
+ "itemType": "CONTAINER",
217
+ "layoutPos": {
218
+ "grow": 1,
219
+ "shrink": 1,
220
+ "layout": "FLEX"
221
+ },
222
+ "id": "view_top"
223
+ }
224
+ ],
225
+ "layoutPanel": true,
226
+ "mobilePanel": true,
227
+ "codeName": "MobTabExpViewLayout_FLOW",
228
+ "controlType": "VIEWLAYOUTPANEL",
229
+ "logicName": "\u5B9E\u4F53\u79FB\u52A8\u7AEF\u5206\u9875\u5BFC\u822A\u89C6\u56FE\u5E03\u5C40\u9762\u677F_\u6D41\u5F0F\u5E03\u5C40",
230
+ "appDataEntityId": "mobfrontmodel.mobviewlayoutmodelrepository",
231
+ "controlParam": {},
232
+ "modelId": "94c92f1514966568a46c8277ab51d5d8",
233
+ "modelType": "PSSYSVIEWLAYOUTPANEL",
234
+ "name": "layoutpanel",
235
+ "id": "mobtabexpviewlayout_flow"
236
+ };
237
+
238
+ exports.default = DEMobTabExpView_FLOW;