@ibiz-template/mob-theme 3.1.2 → 4.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 (115) hide show
  1. package/dist/index.min.css +1 -1
  2. package/dist/index.system.min.js +2 -2
  3. package/dist/index.system.min.js.map +1 -1
  4. package/es/publish/control-layout/control-layout-model-repository-mob-search-form-layout.mjs +155 -0
  5. package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs +79 -0
  6. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.mjs +63 -0
  7. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.mjs +63 -0
  8. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +209 -125
  9. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +83 -20
  10. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +64 -1
  11. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +63 -0
  12. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +63 -10
  13. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +206 -124
  14. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +63 -10
  15. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.mjs +63 -0
  16. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.mjs +42 -0
  17. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +63 -10
  18. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.mjs +42 -0
  19. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +182 -29
  20. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.mjs +258 -13
  21. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.mjs +64 -1
  22. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +63 -0
  23. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +63 -10
  24. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +65 -2
  25. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +63 -0
  26. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.mjs +63 -0
  27. package/es/theme/elements/index.css +1 -1
  28. package/es/theme/generic/index.css +1 -1
  29. package/es/theme/generic/rolldate.css +1 -0
  30. package/es/theme/generic/vant-rem.css +1 -0
  31. package/es/theme/generic/vant.css +1 -1
  32. package/es/theme/index.css +1 -1
  33. package/es/theme/objects/editor/editor.css +1 -0
  34. package/es/theme/objects/index.css +1 -1
  35. package/es/theme/objects/view/view.css +1 -0
  36. package/es/theme/theme/dark/dark-theme.css +1 -1
  37. package/es/theme/theme/index.css +1 -1
  38. package/es/theme/theme/light/light-theme.css +1 -1
  39. package/es/theme/var.css +1 -1
  40. package/lib/publish/control-layout/control-layout-model-repository-mob-search-form-layout.cjs +159 -0
  41. package/lib/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.cjs +79 -0
  42. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.cjs +63 -0
  43. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.cjs +63 -0
  44. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +209 -125
  45. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +83 -20
  46. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +64 -1
  47. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +63 -0
  48. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +63 -10
  49. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +206 -124
  50. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +63 -10
  51. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.cjs +63 -0
  52. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.cjs +42 -0
  53. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +63 -10
  54. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.cjs +42 -0
  55. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +182 -29
  56. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.cjs +258 -13
  57. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.cjs +64 -1
  58. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +63 -0
  59. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +63 -10
  60. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +65 -2
  61. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +63 -0
  62. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.cjs +63 -0
  63. package/lib/theme/elements/index.css +1 -1
  64. package/lib/theme/generic/index.css +1 -1
  65. package/lib/theme/generic/rolldate.css +1 -0
  66. package/lib/theme/generic/vant-rem.css +1 -0
  67. package/lib/theme/generic/vant.css +1 -1
  68. package/lib/theme/index.css +1 -1
  69. package/lib/theme/objects/app/app.css +0 -0
  70. package/lib/theme/objects/ctrl/ctrl.css +0 -0
  71. package/lib/theme/objects/editor/editor.css +1 -0
  72. package/lib/theme/objects/index.css +1 -1
  73. package/lib/theme/objects/view/view.css +1 -0
  74. package/lib/theme/theme/dark/dark-theme.css +1 -1
  75. package/lib/theme/theme/index.css +1 -1
  76. package/lib/theme/theme/light/light-theme.css +1 -1
  77. package/lib/theme/var.css +1 -1
  78. package/package.json +2 -2
  79. package/es/index.d.ts +0 -5
  80. package/es/publish/app-index-view-layout-blank-mode.d.ts +0 -33
  81. package/es/publish/app-index-view-layout.d.ts +0 -46
  82. package/es/publish/app-login-view.d.ts +0 -341
  83. package/es/publish/app-wf-step-trace-view-layout.d.ts +0 -38
  84. package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.d.ts +0 -45
  85. package/es/publish/control-layout/control-layout-model-repository-mob-tree-layout.d.ts +0 -99
  86. package/es/publish/index.d.ts +0 -9
  87. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.d.ts +0 -45
  88. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.d.ts +0 -271
  89. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.d.ts +0 -47
  90. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.d.ts +0 -270
  91. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +0 -242
  92. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +0 -278
  93. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.d.ts +0 -46
  94. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +0 -201
  95. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +0 -240
  96. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +0 -324
  97. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.d.ts +0 -45
  98. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +0 -271
  99. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.d.ts +0 -254
  100. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.d.ts +0 -75
  101. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.d.ts +0 -47
  102. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +0 -342
  103. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.d.ts +0 -95
  104. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.d.ts +0 -186
  105. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +0 -221
  106. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.d.ts +0 -127
  107. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.d.ts +0 -242
  108. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +0 -243
  109. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +0 -252
  110. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +0 -323
  111. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +0 -245
  112. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.d.ts +0 -208
  113. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.d.ts +0 -201
  114. /package/es/theme/objects/{state/state.css → app/app.css} +0 -0
  115. /package/{lib/theme/objects/state/state.css → es/theme/objects/ctrl/ctrl.css} +0 -0
@@ -9,6 +9,27 @@ var DEMobDataView = {
9
9
  "layout": "FLEX"
10
10
  },
11
11
  "rootPanelItems": [
12
+ {
13
+ "rawItem": {
14
+ "rawItemParams": [
15
+ {
16
+ "key": "POSITION",
17
+ "value": "TOP"
18
+ }
19
+ ],
20
+ "predefinedType": "VIEWMSG_POS",
21
+ "id": "viewmsg_pos_top"
22
+ },
23
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
24
+ "itemStyle": "DEFAULT",
25
+ "itemType": "RAWITEM",
26
+ "layoutPos": {
27
+ "shrink": 0,
28
+ "layout": "FLEX"
29
+ },
30
+ "showCaption": true,
31
+ "id": "viewmsg_pos_top"
32
+ },
12
33
  {
13
34
  "actionGroupExtractMode": "ITEM",
14
35
  "panelItems": [
@@ -22,132 +43,112 @@ var DEMobDataView = {
22
43
  "actionGroupExtractMode": "ITEM",
23
44
  "panelItems": [
24
45
  {
25
- "actionGroupExtractMode": "ITEM",
26
- "panelItems": [
27
- {
28
- "caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
29
- "itemStyle": "DEFAULT",
30
- "itemType": "CTRLPOS",
31
- "layoutPos": {
32
- "grow": 1,
33
- "shrink": 1,
34
- "heightMode": "FULL",
35
- "layout": "FLEX",
36
- "valignSelf": "MIDDLE",
37
- "widthMode": "FULL"
38
- },
39
- "showCaption": true,
40
- "id": "lefttoolbar"
41
- }
42
- ],
43
- "layout": {
44
- "layout": "FLEX"
45
- },
46
- "dataRegionType": "INHERIT",
47
- "caption": "\u5BB9\u5668",
48
- "contentWidth": 100,
46
+ "caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
49
47
  "itemStyle": "DEFAULT",
50
- "itemType": "CONTAINER",
48
+ "itemType": "CTRLPOS",
51
49
  "layoutPos": {
52
- "basis": 100,
53
- "shrink": 0,
50
+ "grow": 1,
51
+ "shrink": 1,
52
+ "heightMode": "FULL",
54
53
  "layout": "FLEX",
55
- "width": 100,
56
- "widthMode": "PX"
54
+ "valignSelf": "MIDDLE",
55
+ "widthMode": "FULL"
57
56
  },
58
- "width": 100,
59
- "id": "view_left_toolbar"
60
- },
57
+ "showCaption": true,
58
+ "id": "lefttoolbar"
59
+ }
60
+ ],
61
+ "layout": {
62
+ "layout": "FLEX"
63
+ },
64
+ "dataRegionType": "INHERIT",
65
+ "caption": "\u5BB9\u5668",
66
+ "contentWidth": 100,
67
+ "itemStyle": "DEFAULT",
68
+ "itemType": "CONTAINER",
69
+ "layoutPos": {
70
+ "basis": 100,
71
+ "shrink": 0,
72
+ "layout": "FLEX",
73
+ "width": 100,
74
+ "widthMode": "PX"
75
+ },
76
+ "width": 100,
77
+ "id": "view_left_toolbar"
78
+ },
79
+ {
80
+ "actionGroupExtractMode": "ITEM",
81
+ "panelItems": [
61
82
  {
62
- "actionGroupExtractMode": "ITEM",
63
- "panelItems": [
64
- {
65
- "caption": "\u6807\u9898\u680F",
66
- "itemStyle": "DEFAULT",
67
- "itemType": "CTRLPOS",
68
- "layoutPos": {
69
- "shrink": 1,
70
- "heightMode": "FULL",
71
- "layout": "FLEX",
72
- "widthMode": "FULL"
73
- },
74
- "showCaption": true,
75
- "id": "captionbar"
76
- }
77
- ],
78
- "layout": {
79
- "align": "center",
80
- "dir": "row",
81
- "layout": "FLEX"
82
- },
83
- "dataRegionType": "INHERIT",
84
- "caption": "\u5BB9\u5668",
83
+ "caption": "\u6807\u9898\u680F",
85
84
  "itemStyle": "DEFAULT",
86
- "itemType": "CONTAINER",
85
+ "itemType": "CTRLPOS",
87
86
  "layoutPos": {
88
- "grow": 1,
89
87
  "shrink": 1,
88
+ "heightMode": "FULL",
90
89
  "layout": "FLEX"
91
90
  },
92
- "id": "view_captionbar"
93
- },
91
+ "showCaption": true,
92
+ "id": "captionbar"
93
+ }
94
+ ],
95
+ "layout": {
96
+ "align": "center",
97
+ "dir": "row",
98
+ "layout": "FLEX"
99
+ },
100
+ "dataRegionType": "INHERIT",
101
+ "caption": "\u5BB9\u5668",
102
+ "itemStyle": "DEFAULT",
103
+ "itemType": "CONTAINER",
104
+ "layoutPos": {
105
+ "grow": 1,
106
+ "shrink": 1,
107
+ "layout": "FLEX"
108
+ },
109
+ "id": "view_captionbar"
110
+ },
111
+ {
112
+ "actionGroupExtractMode": "ITEM",
113
+ "panelItems": [
94
114
  {
95
- "actionGroupExtractMode": "ITEM",
96
- "panelItems": [
97
- {
98
- "caption": "\u5DE5\u5177\u680F",
99
- "itemStyle": "DEFAULT",
100
- "itemType": "CTRLPOS",
101
- "layoutPos": {
102
- "grow": 1,
103
- "shrink": 1,
104
- "heightMode": "FULL",
105
- "layout": "FLEX",
106
- "valignSelf": "MIDDLE",
107
- "widthMode": "FULL"
108
- },
109
- "showCaption": true,
110
- "id": "righttoolbar"
111
- }
112
- ],
113
- "layout": {
114
- "layout": "FLEX"
115
- },
116
- "dataRegionType": "INHERIT",
117
- "caption": "\u5BB9\u5668",
118
- "contentWidth": 100,
115
+ "caption": "\u5DE5\u5177\u680F",
119
116
  "itemStyle": "DEFAULT",
120
- "itemType": "CONTAINER",
117
+ "itemType": "CTRLPOS",
121
118
  "layoutPos": {
122
- "basis": 100,
123
- "shrink": 0,
119
+ "grow": 1,
120
+ "shrink": 1,
121
+ "heightMode": "FULL",
124
122
  "layout": "FLEX",
125
- "width": 100,
126
- "widthMode": "PX"
123
+ "valignSelf": "MIDDLE",
124
+ "widthMode": "FULL"
127
125
  },
128
- "width": 100,
129
- "id": "view_right_toolbar"
126
+ "showCaption": true,
127
+ "id": "righttoolbar"
130
128
  }
131
129
  ],
132
- "predefinedType": "Toolbar",
133
130
  "layout": {
134
- "dir": "row",
135
131
  "layout": "FLEX"
136
132
  },
137
133
  "dataRegionType": "INHERIT",
138
134
  "caption": "\u5BB9\u5668",
135
+ "contentWidth": 100,
139
136
  "itemStyle": "DEFAULT",
140
137
  "itemType": "CONTAINER",
141
138
  "layoutPos": {
142
- "shrink": 1,
143
- "layout": "FLEX"
139
+ "basis": 100,
140
+ "shrink": 0,
141
+ "layout": "FLEX",
142
+ "width": 100,
143
+ "widthMode": "PX"
144
144
  },
145
- "id": "view_toolbar"
145
+ "width": 100,
146
+ "id": "view_right_toolbar"
146
147
  }
147
148
  ],
148
- "predefinedType": "Header",
149
+ "predefinedType": "Toolbar",
149
150
  "layout": {
150
- "dir": "column",
151
+ "dir": "row",
151
152
  "layout": "FLEX"
152
153
  },
153
154
  "dataRegionType": "INHERIT",
@@ -155,11 +156,30 @@ var DEMobDataView = {
155
156
  "itemStyle": "DEFAULT",
156
157
  "itemType": "CONTAINER",
157
158
  "layoutPos": {
158
- "shrink": 0,
159
+ "shrink": 1,
159
160
  "layout": "FLEX"
160
161
  },
161
- "id": "view_header"
162
- },
162
+ "id": "view_toolbar"
163
+ }
164
+ ],
165
+ "predefinedType": "Header",
166
+ "layout": {
167
+ "dir": "column",
168
+ "layout": "FLEX"
169
+ },
170
+ "dataRegionType": "INHERIT",
171
+ "caption": "\u5BB9\u5668",
172
+ "itemStyle": "DEFAULT",
173
+ "itemType": "CONTAINER",
174
+ "layoutPos": {
175
+ "shrink": 0,
176
+ "layout": "FLEX"
177
+ },
178
+ "id": "view_header"
179
+ },
180
+ {
181
+ "actionGroupExtractMode": "ITEM",
182
+ "panelItems": [
163
183
  {
164
184
  "actionGroupExtractMode": "ITEM",
165
185
  "panelItems": [
@@ -175,7 +195,6 @@ var DEMobDataView = {
175
195
  "id": "searchbar"
176
196
  }
177
197
  ],
178
- "predefinedType": "Toolbar",
179
198
  "layout": {
180
199
  "layout": "FLEX"
181
200
  },
@@ -184,42 +203,64 @@ var DEMobDataView = {
184
203
  "itemStyle": "DEFAULT",
185
204
  "itemType": "CONTAINER",
186
205
  "layoutPos": {
206
+ "grow": 1,
187
207
  "shrink": 1,
188
208
  "layout": "FLEX"
189
209
  },
190
- "id": "view_toolbar2"
210
+ "id": "container1"
191
211
  },
192
212
  {
193
213
  "actionGroupExtractMode": "ITEM",
194
- "panelItems": [
195
- {
196
- "caption": "\u641C\u7D22\u8868\u5355",
197
- "itemStyle": "DEFAULT",
198
- "itemType": "CTRLPOS",
199
- "layoutPos": {
200
- "shrink": 1,
201
- "layout": "FLEX"
202
- },
203
- "showCaption": true,
204
- "id": "searchform"
205
- }
206
- ],
214
+ "predefinedType": "SETTING_CONTAINER",
207
215
  "layout": {
216
+ "dir": "row-reverse",
208
217
  "layout": "FLEX"
209
218
  },
210
219
  "dataRegionType": "INHERIT",
211
- "caption": "\u5BB9\u5668",
220
+ "caption": "\u8BBE\u7F6E\u5BB9\u5668",
212
221
  "itemStyle": "DEFAULT",
213
222
  "itemType": "CONTAINER",
214
223
  "layoutPos": {
215
224
  "shrink": 1,
225
+ "heightMode": "FULL",
216
226
  "layout": "FLEX"
217
227
  },
218
- "id": "view_searchform"
228
+ "id": "setting_container"
229
+ }
230
+ ],
231
+ "predefinedType": "Toolbar",
232
+ "layout": {
233
+ "align": "space-between",
234
+ "dir": "row",
235
+ "layout": "FLEX",
236
+ "valign": "center"
237
+ },
238
+ "dataRegionType": "INHERIT",
239
+ "caption": "\u5BB9\u5668",
240
+ "itemStyle": "DEFAULT",
241
+ "itemType": "CONTAINER",
242
+ "layoutPos": {
243
+ "shrink": 1,
244
+ "layout": "FLEX"
245
+ },
246
+ "id": "view_toolbar2"
247
+ },
248
+ {
249
+ "actionGroupExtractMode": "ITEM",
250
+ "panelItems": [
251
+ {
252
+ "caption": "\u641C\u7D22\u8868\u5355",
253
+ "itemStyle": "DEFAULT",
254
+ "itemType": "CTRLPOS",
255
+ "layoutPos": {
256
+ "shrink": 1,
257
+ "layout": "FLEX"
258
+ },
259
+ "showCaption": true,
260
+ "id": "searchform"
219
261
  }
220
262
  ],
221
263
  "layout": {
222
- "dir": "column",
223
264
  "layout": "FLEX"
224
265
  },
225
266
  "dataRegionType": "INHERIT",
@@ -227,26 +268,46 @@ var DEMobDataView = {
227
268
  "itemStyle": "DEFAULT",
228
269
  "itemType": "CONTAINER",
229
270
  "layoutPos": {
230
- "shrink": 0,
271
+ "shrink": 1,
231
272
  "layout": "FLEX"
232
273
  },
233
- "id": "view_top"
274
+ "id": "view_searchform"
234
275
  }
235
276
  ],
236
- "predefinedType": "PANELPART",
237
277
  "layout": {
278
+ "dir": "column",
238
279
  "layout": "FLEX"
239
280
  },
240
281
  "dataRegionType": "INHERIT",
241
- "caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
282
+ "caption": "\u5BB9\u5668",
242
283
  "itemStyle": "DEFAULT",
243
284
  "itemType": "CONTAINER",
244
285
  "layoutPos": {
245
- "shrink": 1,
286
+ "shrink": 0,
287
+ "layout": "FLEX"
288
+ },
289
+ "id": "view_top"
290
+ },
291
+ {
292
+ "rawItem": {
293
+ "rawItemParams": [
294
+ {
295
+ "key": "POSITION",
296
+ "value": "BODY"
297
+ }
298
+ ],
299
+ "predefinedType": "VIEWMSG_POS",
300
+ "id": "viewmsg_pos_body"
301
+ },
302
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
303
+ "itemStyle": "DEFAULT",
304
+ "itemType": "RAWITEM",
305
+ "layoutPos": {
306
+ "shrink": 0,
246
307
  "layout": "FLEX"
247
308
  },
248
309
  "showCaption": true,
249
- "id": "panelpart"
310
+ "id": "viewmsg_pos_body"
250
311
  },
251
312
  {
252
313
  "actionGroupExtractMode": "ITEM",
@@ -257,7 +318,9 @@ var DEMobDataView = {
257
318
  "itemType": "CTRLPOS",
258
319
  "layoutPos": {
259
320
  "shrink": 1,
260
- "layout": "FLEX"
321
+ "heightMode": "FULL",
322
+ "layout": "FLEX",
323
+ "widthMode": "FULL"
261
324
  },
262
325
  "showCaption": true,
263
326
  "id": "dataview"
@@ -277,6 +340,27 @@ var DEMobDataView = {
277
340
  "layout": "FLEX"
278
341
  },
279
342
  "id": "view_content"
343
+ },
344
+ {
345
+ "rawItem": {
346
+ "rawItemParams": [
347
+ {
348
+ "key": "POSITION",
349
+ "value": "BOTTOM"
350
+ }
351
+ ],
352
+ "predefinedType": "VIEWMSG_POS",
353
+ "id": "viewmsg_pos_bottom"
354
+ },
355
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
356
+ "itemStyle": "DEFAULT",
357
+ "itemType": "RAWITEM",
358
+ "layoutPos": {
359
+ "shrink": 0,
360
+ "layout": "FLEX"
361
+ },
362
+ "showCaption": true,
363
+ "id": "viewmsg_pos_bottom"
280
364
  }
281
365
  ],
282
366
  "layoutPanel": true,
@@ -9,6 +9,27 @@ var DEMobEditView3 = {
9
9
  "layout": "FLEX"
10
10
  },
11
11
  "rootPanelItems": [
12
+ {
13
+ "rawItem": {
14
+ "rawItemParams": [
15
+ {
16
+ "key": "POSITION",
17
+ "value": "TOP"
18
+ }
19
+ ],
20
+ "predefinedType": "VIEWMSG_POS",
21
+ "id": "viewmsg_pos_top"
22
+ },
23
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
24
+ "itemStyle": "DEFAULT",
25
+ "itemType": "RAWITEM",
26
+ "layoutPos": {
27
+ "shrink": 0,
28
+ "layout": "FLEX"
29
+ },
30
+ "showCaption": true,
31
+ "id": "viewmsg_pos_top"
32
+ },
12
33
  {
13
34
  "actionGroupExtractMode": "ITEM",
14
35
  "panelItems": [
@@ -176,6 +197,45 @@ var DEMobEditView3 = {
176
197
  "showCaption": true,
177
198
  "id": "panelpart"
178
199
  },
200
+ {
201
+ "rawItem": {
202
+ "rawItemParams": [
203
+ {
204
+ "key": "POSITION",
205
+ "value": "BODY"
206
+ }
207
+ ],
208
+ "predefinedType": "VIEWMSG_POS",
209
+ "id": "viewmsg_pos_body"
210
+ },
211
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
212
+ "itemStyle": "DEFAULT",
213
+ "itemType": "RAWITEM",
214
+ "layoutPos": {
215
+ "shrink": 0,
216
+ "layout": "FLEX"
217
+ },
218
+ "showCaption": true,
219
+ "id": "viewmsg_pos_body"
220
+ }
221
+ ],
222
+ "layout": {
223
+ "dir": "column",
224
+ "layout": "FLEX"
225
+ },
226
+ "dataRegionType": "INHERIT",
227
+ "caption": "\u5BB9\u5668",
228
+ "itemStyle": "DEFAULT",
229
+ "itemType": "CONTAINER",
230
+ "layoutPos": {
231
+ "shrink": 0,
232
+ "layout": "FLEX"
233
+ },
234
+ "id": "view_top"
235
+ },
236
+ {
237
+ "actionGroupExtractMode": "ITEM",
238
+ "panelItems": [
179
239
  {
180
240
  "actionGroupExtractMode": "ITEM",
181
241
  "panelItems": [
@@ -199,29 +259,11 @@ var DEMobEditView3 = {
199
259
  "itemStyle": "DEFAULT",
200
260
  "itemType": "CONTAINER",
201
261
  "layoutPos": {
202
- "shrink": 1,
262
+ "shrink": 0,
203
263
  "layout": "FLEX"
204
264
  },
205
265
  "id": "view_drtab"
206
- }
207
- ],
208
- "layout": {
209
- "dir": "column",
210
- "layout": "FLEX"
211
- },
212
- "dataRegionType": "INHERIT",
213
- "caption": "\u5BB9\u5668",
214
- "itemStyle": "DEFAULT",
215
- "itemType": "CONTAINER",
216
- "layoutPos": {
217
- "shrink": 0,
218
- "layout": "FLEX"
219
- },
220
- "id": "view_top"
221
- },
222
- {
223
- "actionGroupExtractMode": "ITEM",
224
- "panelItems": [
266
+ },
225
267
  {
226
268
  "actionGroupExtractMode": "ITEM",
227
269
  "panelItems": [
@@ -281,6 +323,27 @@ var DEMobEditView3 = {
281
323
  },
282
324
  "id": "view_content"
283
325
  },
326
+ {
327
+ "rawItem": {
328
+ "rawItemParams": [
329
+ {
330
+ "key": "POSITION",
331
+ "value": "BOTTOM"
332
+ }
333
+ ],
334
+ "predefinedType": "VIEWMSG_POS",
335
+ "id": "viewmsg_pos_bottom"
336
+ },
337
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
338
+ "itemStyle": "DEFAULT",
339
+ "itemType": "RAWITEM",
340
+ "layoutPos": {
341
+ "shrink": 0,
342
+ "layout": "FLEX"
343
+ },
344
+ "showCaption": true,
345
+ "id": "viewmsg_pos_bottom"
346
+ },
284
347
  {
285
348
  "actionGroupExtractMode": "ITEM",
286
349
  "panelItems": [
@@ -10,6 +10,27 @@ var DEMobEditView = {
10
10
  "layout": "FLEX"
11
11
  },
12
12
  "rootPanelItems": [
13
+ {
14
+ "rawItem": {
15
+ "rawItemParams": [
16
+ {
17
+ "key": "POSITION",
18
+ "value": "TOP"
19
+ }
20
+ ],
21
+ "predefinedType": "VIEWMSG_POS",
22
+ "id": "viewmsg_pos_top"
23
+ },
24
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
25
+ "itemStyle": "DEFAULT",
26
+ "itemType": "RAWITEM",
27
+ "layoutPos": {
28
+ "shrink": 0,
29
+ "layout": "FLEX"
30
+ },
31
+ "showCaption": true,
32
+ "id": "viewmsg_pos_top"
33
+ },
13
34
  {
14
35
  "actionGroupExtractMode": "ITEM",
15
36
  "panelItems": [
@@ -174,6 +195,27 @@ var DEMobEditView = {
174
195
  "showCaption": true,
175
196
  "id": "panelpart"
176
197
  },
198
+ {
199
+ "rawItem": {
200
+ "rawItemParams": [
201
+ {
202
+ "key": "POSITION",
203
+ "value": "BODY"
204
+ }
205
+ ],
206
+ "predefinedType": "VIEWMSG_POS",
207
+ "id": "viewmsg_pos_body"
208
+ },
209
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
210
+ "itemStyle": "DEFAULT",
211
+ "itemType": "RAWITEM",
212
+ "layoutPos": {
213
+ "shrink": 0,
214
+ "layout": "FLEX"
215
+ },
216
+ "showCaption": true,
217
+ "id": "viewmsg_pos_body"
218
+ },
177
219
  {
178
220
  "actionGroupExtractMode": "ITEM",
179
221
  "panelItems": [
@@ -205,6 +247,27 @@ var DEMobEditView = {
205
247
  },
206
248
  "id": "view_content"
207
249
  },
250
+ {
251
+ "rawItem": {
252
+ "rawItemParams": [
253
+ {
254
+ "key": "POSITION",
255
+ "value": "BOTTOM"
256
+ }
257
+ ],
258
+ "predefinedType": "VIEWMSG_POS",
259
+ "id": "viewmsg_pos_bottom"
260
+ },
261
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
262
+ "itemStyle": "DEFAULT",
263
+ "itemType": "RAWITEM",
264
+ "layoutPos": {
265
+ "shrink": 0,
266
+ "layout": "FLEX"
267
+ },
268
+ "showCaption": true,
269
+ "id": "viewmsg_pos_bottom"
270
+ },
208
271
  {
209
272
  "actionGroupExtractMode": "ITEM",
210
273
  "panelItems": [
@@ -213,7 +276,7 @@ var DEMobEditView = {
213
276
  "itemStyle": "DEFAULT",
214
277
  "itemType": "CTRLPOS",
215
278
  "layoutPos": {
216
- "shrink": 1,
279
+ "shrink": 0,
217
280
  "layout": "FLEX"
218
281
  },
219
282
  "showCaption": true,