@ibiz-template/mob-theme 3.1.2 → 4.0.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.
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +2 -2
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/control-layout/control-layout-model-repository-mob-search-form-layout.d.ts +139 -0
- package/es/publish/control-layout/control-layout-model-repository-mob-search-form-layout.mjs +155 -0
- package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.d.ts +78 -2
- package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs +79 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.d.ts +27 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.d.ts +27 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +135 -80
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +209 -125
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +42 -15
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +83 -20
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +27 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +64 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +25 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +28 -5
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +63 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +136 -79
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +206 -124
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.d.ts +30 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +63 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.d.ts +28 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.d.ts +28 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.mjs +42 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +31 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +63 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.d.ts +52 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.mjs +42 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +147 -21
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +182 -29
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.d.ts +174 -7
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.mjs +258 -13
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.d.ts +31 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.mjs +64 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +26 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +30 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +63 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +35 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +65 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +31 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.d.ts +27 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.mjs +63 -0
- package/es/theme/generic/index.css +1 -1
- package/es/theme/generic/rolldate.css +1 -0
- package/es/theme/generic/vant.css +1 -1
- package/es/theme/index.css +1 -1
- package/es/theme/objects/editor/editor.css +1 -0
- package/es/theme/objects/index.css +1 -1
- package/es/theme/objects/view/view.css +1 -0
- package/es/theme/theme/dark/dark-theme.css +1 -1
- package/es/theme/theme/index.css +1 -1
- package/es/theme/theme/light/light-theme.css +1 -1
- package/es/theme/var.css +1 -1
- package/lib/publish/control-layout/control-layout-model-repository-mob-search-form-layout.cjs +159 -0
- package/lib/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.cjs +79 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +209 -125
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +83 -20
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +64 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +63 -10
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +206 -124
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +63 -10
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.cjs +42 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +63 -10
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.cjs +42 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +182 -29
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.cjs +258 -13
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.cjs +64 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +63 -10
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +65 -2
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.cjs +63 -0
- package/lib/theme/generic/index.css +1 -1
- package/lib/theme/generic/rolldate.css +1 -0
- package/lib/theme/generic/vant.css +1 -1
- package/lib/theme/index.css +1 -1
- package/lib/theme/objects/app/app.css +0 -0
- package/lib/theme/objects/ctrl/ctrl.css +0 -0
- package/lib/theme/objects/editor/editor.css +1 -0
- package/lib/theme/objects/index.css +1 -1
- package/lib/theme/objects/view/view.css +1 -0
- package/lib/theme/theme/dark/dark-theme.css +1 -1
- package/lib/theme/theme/index.css +1 -1
- package/lib/theme/theme/light/light-theme.css +1 -1
- package/lib/theme/var.css +1 -1
- package/package.json +1 -1
- /package/es/theme/objects/{state/state.css → app/app.css} +0 -0
- /package/{lib/theme/objects/state/state.css → es/theme/objects/ctrl/ctrl.css} +0 -0
|
@@ -5,6 +5,30 @@ declare const _default: {
|
|
|
5
5
|
layout: string;
|
|
6
6
|
};
|
|
7
7
|
rootPanelItems: ({
|
|
8
|
+
rawItem: {
|
|
9
|
+
rawItemParams: {
|
|
10
|
+
key: string;
|
|
11
|
+
value: string;
|
|
12
|
+
}[];
|
|
13
|
+
predefinedType: string;
|
|
14
|
+
id: string;
|
|
15
|
+
};
|
|
16
|
+
caption: string;
|
|
17
|
+
itemStyle: string;
|
|
18
|
+
itemType: string;
|
|
19
|
+
layoutPos: {
|
|
20
|
+
shrink: number;
|
|
21
|
+
layout: string;
|
|
22
|
+
grow?: undefined;
|
|
23
|
+
};
|
|
24
|
+
showCaption: boolean;
|
|
25
|
+
id: string;
|
|
26
|
+
actionGroupExtractMode?: undefined;
|
|
27
|
+
panelItems?: undefined;
|
|
28
|
+
predefinedType?: undefined;
|
|
29
|
+
layout?: undefined;
|
|
30
|
+
dataRegionType?: undefined;
|
|
31
|
+
} | {
|
|
8
32
|
actionGroupExtractMode: string;
|
|
9
33
|
panelItems: {
|
|
10
34
|
actionGroupExtractMode: string;
|
|
@@ -128,6 +152,7 @@ declare const _default: {
|
|
|
128
152
|
};
|
|
129
153
|
showCaption: boolean;
|
|
130
154
|
id: string;
|
|
155
|
+
rawItem?: undefined;
|
|
131
156
|
} | {
|
|
132
157
|
actionGroupExtractMode: string;
|
|
133
158
|
panelItems: {
|
|
@@ -156,6 +181,7 @@ declare const _default: {
|
|
|
156
181
|
layout: string;
|
|
157
182
|
};
|
|
158
183
|
id: string;
|
|
184
|
+
rawItem?: undefined;
|
|
159
185
|
showCaption?: undefined;
|
|
160
186
|
} | {
|
|
161
187
|
actionGroupExtractMode: string;
|
|
@@ -184,6 +210,7 @@ declare const _default: {
|
|
|
184
210
|
grow?: undefined;
|
|
185
211
|
};
|
|
186
212
|
id: string;
|
|
213
|
+
rawItem?: undefined;
|
|
187
214
|
showCaption?: undefined;
|
|
188
215
|
})[];
|
|
189
216
|
layoutPanel: boolean;
|
|
@@ -6,6 +6,27 @@ var DEMobEditView = {
|
|
|
6
6
|
"layout": "FLEX"
|
|
7
7
|
},
|
|
8
8
|
"rootPanelItems": [
|
|
9
|
+
{
|
|
10
|
+
"rawItem": {
|
|
11
|
+
"rawItemParams": [
|
|
12
|
+
{
|
|
13
|
+
"key": "POSITION",
|
|
14
|
+
"value": "TOP"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"predefinedType": "VIEWMSG_POS",
|
|
18
|
+
"id": "viewmsg_pos_top"
|
|
19
|
+
},
|
|
20
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
21
|
+
"itemStyle": "DEFAULT",
|
|
22
|
+
"itemType": "RAWITEM",
|
|
23
|
+
"layoutPos": {
|
|
24
|
+
"shrink": 0,
|
|
25
|
+
"layout": "FLEX"
|
|
26
|
+
},
|
|
27
|
+
"showCaption": true,
|
|
28
|
+
"id": "viewmsg_pos_top"
|
|
29
|
+
},
|
|
9
30
|
{
|
|
10
31
|
"actionGroupExtractMode": "ITEM",
|
|
11
32
|
"panelItems": [
|
|
@@ -170,6 +191,27 @@ var DEMobEditView = {
|
|
|
170
191
|
"showCaption": true,
|
|
171
192
|
"id": "panelpart"
|
|
172
193
|
},
|
|
194
|
+
{
|
|
195
|
+
"rawItem": {
|
|
196
|
+
"rawItemParams": [
|
|
197
|
+
{
|
|
198
|
+
"key": "POSITION",
|
|
199
|
+
"value": "BODY"
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"predefinedType": "VIEWMSG_POS",
|
|
203
|
+
"id": "viewmsg_pos_body"
|
|
204
|
+
},
|
|
205
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
206
|
+
"itemStyle": "DEFAULT",
|
|
207
|
+
"itemType": "RAWITEM",
|
|
208
|
+
"layoutPos": {
|
|
209
|
+
"shrink": 0,
|
|
210
|
+
"layout": "FLEX"
|
|
211
|
+
},
|
|
212
|
+
"showCaption": true,
|
|
213
|
+
"id": "viewmsg_pos_body"
|
|
214
|
+
},
|
|
173
215
|
{
|
|
174
216
|
"actionGroupExtractMode": "ITEM",
|
|
175
217
|
"panelItems": [
|
|
@@ -201,6 +243,27 @@ var DEMobEditView = {
|
|
|
201
243
|
},
|
|
202
244
|
"id": "view_content"
|
|
203
245
|
},
|
|
246
|
+
{
|
|
247
|
+
"rawItem": {
|
|
248
|
+
"rawItemParams": [
|
|
249
|
+
{
|
|
250
|
+
"key": "POSITION",
|
|
251
|
+
"value": "BOTTOM"
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"predefinedType": "VIEWMSG_POS",
|
|
255
|
+
"id": "viewmsg_pos_bottom"
|
|
256
|
+
},
|
|
257
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
258
|
+
"itemStyle": "DEFAULT",
|
|
259
|
+
"itemType": "RAWITEM",
|
|
260
|
+
"layoutPos": {
|
|
261
|
+
"shrink": 0,
|
|
262
|
+
"layout": "FLEX"
|
|
263
|
+
},
|
|
264
|
+
"showCaption": true,
|
|
265
|
+
"id": "viewmsg_pos_bottom"
|
|
266
|
+
},
|
|
204
267
|
{
|
|
205
268
|
"actionGroupExtractMode": "ITEM",
|
|
206
269
|
"panelItems": [
|
|
@@ -209,7 +272,7 @@ var DEMobEditView = {
|
|
|
209
272
|
"itemStyle": "DEFAULT",
|
|
210
273
|
"itemType": "CTRLPOS",
|
|
211
274
|
"layoutPos": {
|
|
212
|
-
"shrink":
|
|
275
|
+
"shrink": 0,
|
|
213
276
|
"layout": "FLEX"
|
|
214
277
|
},
|
|
215
278
|
"showCaption": true,
|
|
@@ -5,6 +5,29 @@ declare const _default: {
|
|
|
5
5
|
layout: string;
|
|
6
6
|
};
|
|
7
7
|
rootPanelItems: ({
|
|
8
|
+
rawItem: {
|
|
9
|
+
rawItemParams: {
|
|
10
|
+
key: string;
|
|
11
|
+
value: string;
|
|
12
|
+
}[];
|
|
13
|
+
predefinedType: string;
|
|
14
|
+
id: string;
|
|
15
|
+
};
|
|
16
|
+
caption: string;
|
|
17
|
+
itemStyle: string;
|
|
18
|
+
itemType: string;
|
|
19
|
+
layoutPos: {
|
|
20
|
+
shrink: number;
|
|
21
|
+
layout: string;
|
|
22
|
+
};
|
|
23
|
+
showCaption: boolean;
|
|
24
|
+
id: string;
|
|
25
|
+
actionGroupExtractMode?: undefined;
|
|
26
|
+
panelItems?: undefined;
|
|
27
|
+
predefinedType?: undefined;
|
|
28
|
+
layout?: undefined;
|
|
29
|
+
dataRegionType?: undefined;
|
|
30
|
+
} | {
|
|
8
31
|
actionGroupExtractMode: string;
|
|
9
32
|
panelItems: {
|
|
10
33
|
actionGroupExtractMode: string;
|
|
@@ -197,6 +220,7 @@ declare const _default: {
|
|
|
197
220
|
};
|
|
198
221
|
showCaption: boolean;
|
|
199
222
|
id: string;
|
|
223
|
+
rawItem?: undefined;
|
|
200
224
|
} | {
|
|
201
225
|
actionGroupExtractMode: string;
|
|
202
226
|
panelItems: {
|
|
@@ -223,6 +247,7 @@ declare const _default: {
|
|
|
223
247
|
layout: string;
|
|
224
248
|
};
|
|
225
249
|
id: string;
|
|
250
|
+
rawItem?: undefined;
|
|
226
251
|
showCaption?: undefined;
|
|
227
252
|
})[];
|
|
228
253
|
layoutPanel: boolean;
|
|
@@ -6,6 +6,27 @@ var DEMobListView = {
|
|
|
6
6
|
"layout": "FLEX"
|
|
7
7
|
},
|
|
8
8
|
"rootPanelItems": [
|
|
9
|
+
{
|
|
10
|
+
"rawItem": {
|
|
11
|
+
"rawItemParams": [
|
|
12
|
+
{
|
|
13
|
+
"key": "POSITION",
|
|
14
|
+
"value": "TOP"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"predefinedType": "VIEWMSG_POS",
|
|
18
|
+
"id": "viewmsg_pos_top"
|
|
19
|
+
},
|
|
20
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
21
|
+
"itemStyle": "DEFAULT",
|
|
22
|
+
"itemType": "RAWITEM",
|
|
23
|
+
"layoutPos": {
|
|
24
|
+
"shrink": 0,
|
|
25
|
+
"layout": "FLEX"
|
|
26
|
+
},
|
|
27
|
+
"showCaption": true,
|
|
28
|
+
"id": "viewmsg_pos_top"
|
|
29
|
+
},
|
|
9
30
|
{
|
|
10
31
|
"actionGroupExtractMode": "ITEM",
|
|
11
32
|
"panelItems": [
|
|
@@ -245,6 +266,27 @@ var DEMobListView = {
|
|
|
245
266
|
"showCaption": true,
|
|
246
267
|
"id": "panelpart"
|
|
247
268
|
},
|
|
269
|
+
{
|
|
270
|
+
"rawItem": {
|
|
271
|
+
"rawItemParams": [
|
|
272
|
+
{
|
|
273
|
+
"key": "POSITION",
|
|
274
|
+
"value": "BODY"
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
"predefinedType": "VIEWMSG_POS",
|
|
278
|
+
"id": "viewmsg_pos_body"
|
|
279
|
+
},
|
|
280
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
281
|
+
"itemStyle": "DEFAULT",
|
|
282
|
+
"itemType": "RAWITEM",
|
|
283
|
+
"layoutPos": {
|
|
284
|
+
"shrink": 0,
|
|
285
|
+
"layout": "FLEX"
|
|
286
|
+
},
|
|
287
|
+
"showCaption": true,
|
|
288
|
+
"id": "viewmsg_pos_body"
|
|
289
|
+
},
|
|
248
290
|
{
|
|
249
291
|
"actionGroupExtractMode": "ITEM",
|
|
250
292
|
"panelItems": [
|
|
@@ -273,6 +315,27 @@ var DEMobListView = {
|
|
|
273
315
|
"layout": "FLEX"
|
|
274
316
|
},
|
|
275
317
|
"id": "view_content"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"rawItem": {
|
|
321
|
+
"rawItemParams": [
|
|
322
|
+
{
|
|
323
|
+
"key": "POSITION",
|
|
324
|
+
"value": "BOTTOM"
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"predefinedType": "VIEWMSG_POS",
|
|
328
|
+
"id": "viewmsg_pos_bottom"
|
|
329
|
+
},
|
|
330
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
331
|
+
"itemStyle": "DEFAULT",
|
|
332
|
+
"itemType": "RAWITEM",
|
|
333
|
+
"layoutPos": {
|
|
334
|
+
"shrink": 0,
|
|
335
|
+
"layout": "FLEX"
|
|
336
|
+
},
|
|
337
|
+
"showCaption": true,
|
|
338
|
+
"id": "viewmsg_pos_bottom"
|
|
276
339
|
}
|
|
277
340
|
],
|
|
278
341
|
"layoutPanel": true,
|
|
@@ -5,6 +5,31 @@ declare const _default: {
|
|
|
5
5
|
layout: string;
|
|
6
6
|
};
|
|
7
7
|
rootPanelItems: ({
|
|
8
|
+
rawItem: {
|
|
9
|
+
rawItemParams: {
|
|
10
|
+
key: string;
|
|
11
|
+
value: string;
|
|
12
|
+
}[];
|
|
13
|
+
predefinedType: string;
|
|
14
|
+
id: string;
|
|
15
|
+
};
|
|
16
|
+
caption: string;
|
|
17
|
+
itemStyle: string;
|
|
18
|
+
itemType: string;
|
|
19
|
+
layoutPos: {
|
|
20
|
+
shrink: number;
|
|
21
|
+
layout: string;
|
|
22
|
+
basis?: undefined;
|
|
23
|
+
grow?: undefined;
|
|
24
|
+
};
|
|
25
|
+
showCaption: boolean;
|
|
26
|
+
id: string;
|
|
27
|
+
actionGroupExtractMode?: undefined;
|
|
28
|
+
panelItems?: undefined;
|
|
29
|
+
predefinedType?: undefined;
|
|
30
|
+
layout?: undefined;
|
|
31
|
+
dataRegionType?: undefined;
|
|
32
|
+
} | {
|
|
8
33
|
actionGroupExtractMode: string;
|
|
9
34
|
panelItems: {
|
|
10
35
|
actionGroupExtractMode: string;
|
|
@@ -199,6 +224,7 @@ declare const _default: {
|
|
|
199
224
|
};
|
|
200
225
|
showCaption: boolean;
|
|
201
226
|
id: string;
|
|
227
|
+
rawItem?: undefined;
|
|
202
228
|
} | {
|
|
203
229
|
actionGroupExtractMode: string;
|
|
204
230
|
panelItems: {
|
|
@@ -227,6 +253,7 @@ declare const _default: {
|
|
|
227
253
|
layout: string;
|
|
228
254
|
};
|
|
229
255
|
id: string;
|
|
256
|
+
rawItem?: undefined;
|
|
230
257
|
showCaption?: undefined;
|
|
231
258
|
} | {
|
|
232
259
|
actionGroupExtractMode: string;
|
|
@@ -251,22 +278,17 @@ declare const _default: {
|
|
|
251
278
|
actionGroupExtractMode: string;
|
|
252
279
|
panelItems: {
|
|
253
280
|
actionType: string;
|
|
254
|
-
buttonHeight: number;
|
|
255
281
|
buttonStyle: string;
|
|
256
282
|
buttonType: string;
|
|
257
283
|
uiactionId: string;
|
|
258
284
|
renderMode: string;
|
|
259
285
|
tooltip: string;
|
|
260
286
|
caption: string;
|
|
261
|
-
contentHeight: number;
|
|
262
|
-
height: number;
|
|
263
287
|
itemStyle: string;
|
|
264
288
|
itemType: string;
|
|
265
289
|
layoutPos: {
|
|
266
290
|
grow: number;
|
|
267
291
|
shrink: number;
|
|
268
|
-
height: number;
|
|
269
|
-
heightMode: string;
|
|
270
292
|
layout: string;
|
|
271
293
|
spacingLeft: string;
|
|
272
294
|
};
|
|
@@ -307,6 +329,7 @@ declare const _default: {
|
|
|
307
329
|
grow?: undefined;
|
|
308
330
|
};
|
|
309
331
|
id: string;
|
|
332
|
+
rawItem?: undefined;
|
|
310
333
|
showCaption?: undefined;
|
|
311
334
|
})[];
|
|
312
335
|
layoutPanel: boolean;
|
|
@@ -6,6 +6,27 @@ var DEMobMPickupView = {
|
|
|
6
6
|
"layout": "FLEX"
|
|
7
7
|
},
|
|
8
8
|
"rootPanelItems": [
|
|
9
|
+
{
|
|
10
|
+
"rawItem": {
|
|
11
|
+
"rawItemParams": [
|
|
12
|
+
{
|
|
13
|
+
"key": "POSITION",
|
|
14
|
+
"value": "TOP"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"predefinedType": "VIEWMSG_POS",
|
|
18
|
+
"id": "viewmsg_pos_top"
|
|
19
|
+
},
|
|
20
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
21
|
+
"itemStyle": "DEFAULT",
|
|
22
|
+
"itemType": "RAWITEM",
|
|
23
|
+
"layoutPos": {
|
|
24
|
+
"shrink": 0,
|
|
25
|
+
"layout": "FLEX"
|
|
26
|
+
},
|
|
27
|
+
"showCaption": true,
|
|
28
|
+
"id": "viewmsg_pos_top"
|
|
29
|
+
},
|
|
9
30
|
{
|
|
10
31
|
"actionGroupExtractMode": "ITEM",
|
|
11
32
|
"panelItems": [
|
|
@@ -245,6 +266,27 @@ var DEMobMPickupView = {
|
|
|
245
266
|
"showCaption": true,
|
|
246
267
|
"id": "panelpart"
|
|
247
268
|
},
|
|
269
|
+
{
|
|
270
|
+
"rawItem": {
|
|
271
|
+
"rawItemParams": [
|
|
272
|
+
{
|
|
273
|
+
"key": "POSITION",
|
|
274
|
+
"value": "BODY"
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
"predefinedType": "VIEWMSG_POS",
|
|
278
|
+
"id": "viewmsg_pos_body"
|
|
279
|
+
},
|
|
280
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
281
|
+
"itemStyle": "DEFAULT",
|
|
282
|
+
"itemType": "RAWITEM",
|
|
283
|
+
"layoutPos": {
|
|
284
|
+
"shrink": 0,
|
|
285
|
+
"layout": "FLEX"
|
|
286
|
+
},
|
|
287
|
+
"showCaption": true,
|
|
288
|
+
"id": "viewmsg_pos_body"
|
|
289
|
+
},
|
|
248
290
|
{
|
|
249
291
|
"actionGroupExtractMode": "ITEM",
|
|
250
292
|
"panelItems": [
|
|
@@ -276,6 +318,27 @@ var DEMobMPickupView = {
|
|
|
276
318
|
},
|
|
277
319
|
"id": "view_content"
|
|
278
320
|
},
|
|
321
|
+
{
|
|
322
|
+
"rawItem": {
|
|
323
|
+
"rawItemParams": [
|
|
324
|
+
{
|
|
325
|
+
"key": "POSITION",
|
|
326
|
+
"value": "BOTTOM"
|
|
327
|
+
}
|
|
328
|
+
],
|
|
329
|
+
"predefinedType": "VIEWMSG_POS",
|
|
330
|
+
"id": "viewmsg_pos_bottom"
|
|
331
|
+
},
|
|
332
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
333
|
+
"itemStyle": "DEFAULT",
|
|
334
|
+
"itemType": "RAWITEM",
|
|
335
|
+
"layoutPos": {
|
|
336
|
+
"shrink": 0,
|
|
337
|
+
"layout": "FLEX"
|
|
338
|
+
},
|
|
339
|
+
"showCaption": true,
|
|
340
|
+
"id": "viewmsg_pos_bottom"
|
|
341
|
+
},
|
|
279
342
|
{
|
|
280
343
|
"actionGroupExtractMode": "ITEM",
|
|
281
344
|
"panelItems": [
|
|
@@ -295,22 +358,17 @@ var DEMobMPickupView = {
|
|
|
295
358
|
"panelItems": [
|
|
296
359
|
{
|
|
297
360
|
"actionType": "UIACTION",
|
|
298
|
-
"buttonHeight": 40,
|
|
299
361
|
"buttonStyle": "DEFAULT",
|
|
300
362
|
"buttonType": "PANELBUTTON",
|
|
301
363
|
"uiactionId": "view_cancelaction",
|
|
302
364
|
"renderMode": "BUTTON",
|
|
303
365
|
"tooltip": "\u53D6\u6D88",
|
|
304
366
|
"caption": "\u53D6\u6D88",
|
|
305
|
-
"contentHeight": 40,
|
|
306
|
-
"height": 40,
|
|
307
367
|
"itemStyle": "DEFAULT",
|
|
308
368
|
"itemType": "BUTTON",
|
|
309
369
|
"layoutPos": {
|
|
310
370
|
"grow": 1,
|
|
311
371
|
"shrink": 1,
|
|
312
|
-
"height": 40,
|
|
313
|
-
"heightMode": "PX",
|
|
314
372
|
"layout": "FLEX",
|
|
315
373
|
"spacingLeft": "OUTERSMALL"
|
|
316
374
|
},
|
|
@@ -319,22 +377,17 @@ var DEMobMPickupView = {
|
|
|
319
377
|
},
|
|
320
378
|
{
|
|
321
379
|
"actionType": "UIACTION",
|
|
322
|
-
"buttonHeight": 40,
|
|
323
380
|
"buttonStyle": "PRIMARY",
|
|
324
381
|
"buttonType": "PANELBUTTON",
|
|
325
382
|
"uiactionId": "view_okaction",
|
|
326
383
|
"renderMode": "BUTTON",
|
|
327
384
|
"tooltip": "\u786E\u5B9A",
|
|
328
385
|
"caption": "\u786E\u5B9A",
|
|
329
|
-
"contentHeight": 40,
|
|
330
|
-
"height": 40,
|
|
331
386
|
"itemStyle": "PRIMARY",
|
|
332
387
|
"itemType": "BUTTON",
|
|
333
388
|
"layoutPos": {
|
|
334
389
|
"grow": 1,
|
|
335
390
|
"shrink": 1,
|
|
336
|
-
"height": 40,
|
|
337
|
-
"heightMode": "PX",
|
|
338
391
|
"layout": "FLEX",
|
|
339
392
|
"spacingLeft": "OUTERSMALL"
|
|
340
393
|
},
|