@ibiz-template/web-theme 1.0.4 → 1.0.5
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/CHANGELOG.md +14 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/app-index-view-layout-top.d.ts +0 -1
- package/es/publish/app-index-view-layout-top.mjs +0 -1
- package/es/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs +2 -2
- package/es/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.mjs +2 -2
- package/es/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.mjs +2 -2
- package/es/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.mjs +2 -2
- package/es/publish/index.mjs +2 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.d.ts +9 -3
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.mjs +7 -4
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.d.ts +9 -3
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.mjs +7 -4
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.d.ts +9 -3
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.mjs +8 -5
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.d.ts +9 -3
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.mjs +7 -4
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.d.ts +9 -3
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.mjs +7 -4
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.d.ts +312 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.mjs +389 -0
- package/es/theme/generic/element-plus.css +1 -1
- package/es/theme/generic/index.css +1 -1
- package/es/theme/index.css +1 -1
- package/es/theme/objects/expand/expand.css +1 -1
- package/es/theme/objects/index.css +1 -1
- package/es/theme/theme/default-dark/default-dark-theme.css +1 -1
- package/es/theme/theme/index.css +1 -1
- package/lib/publish/app-index-view-layout-top.cjs +0 -1
- package/lib/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.cjs +2 -2
- package/lib/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.cjs +2 -2
- package/lib/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.cjs +2 -2
- package/lib/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.cjs +2 -2
- package/lib/publish/index.cjs +2 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.cjs +7 -4
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.cjs +7 -4
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.cjs +8 -5
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.cjs +7 -4
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.cjs +7 -4
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.cjs +393 -0
- package/lib/theme/generic/element-plus.css +1 -1
- package/lib/theme/generic/index.css +1 -1
- package/lib/theme/index.css +1 -1
- package/lib/theme/objects/expand/expand.css +1 -1
- package/lib/theme/objects/index.css +1 -1
- package/lib/theme/theme/default-dark/default-dark-theme.css +1 -1
- package/lib/theme/theme/index.css +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,312 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
rootPanelItems: ({
|
|
4
|
+
panelItems: {
|
|
5
|
+
panelItems: {
|
|
6
|
+
panelItems: {
|
|
7
|
+
panelItems: {
|
|
8
|
+
caption: string;
|
|
9
|
+
itemStyle: string;
|
|
10
|
+
itemType: string;
|
|
11
|
+
layoutPos: {
|
|
12
|
+
shrink: number;
|
|
13
|
+
layout: string;
|
|
14
|
+
};
|
|
15
|
+
showCaption: boolean;
|
|
16
|
+
id: string;
|
|
17
|
+
}[];
|
|
18
|
+
layout: {
|
|
19
|
+
layout: string;
|
|
20
|
+
};
|
|
21
|
+
dataRegionType: string;
|
|
22
|
+
caption: string;
|
|
23
|
+
itemStyle: string;
|
|
24
|
+
itemType: string;
|
|
25
|
+
layoutPos: {
|
|
26
|
+
shrink: number;
|
|
27
|
+
layout: string;
|
|
28
|
+
};
|
|
29
|
+
id: string;
|
|
30
|
+
}[];
|
|
31
|
+
layout: {
|
|
32
|
+
layout: string;
|
|
33
|
+
};
|
|
34
|
+
dataRegionType: string;
|
|
35
|
+
caption: string;
|
|
36
|
+
itemStyle: string;
|
|
37
|
+
itemType: string;
|
|
38
|
+
layoutPos: {
|
|
39
|
+
shrink: number;
|
|
40
|
+
layout: string;
|
|
41
|
+
};
|
|
42
|
+
id: string;
|
|
43
|
+
}[];
|
|
44
|
+
predefinedType: string;
|
|
45
|
+
layout: {
|
|
46
|
+
align: string;
|
|
47
|
+
dir: string;
|
|
48
|
+
layout: string;
|
|
49
|
+
valign: string;
|
|
50
|
+
};
|
|
51
|
+
dataRegionType: string;
|
|
52
|
+
caption: string;
|
|
53
|
+
itemStyle: string;
|
|
54
|
+
itemType: string;
|
|
55
|
+
layoutPos: {
|
|
56
|
+
shrink: number;
|
|
57
|
+
layout: string;
|
|
58
|
+
};
|
|
59
|
+
id: string;
|
|
60
|
+
}[];
|
|
61
|
+
predefinedType: string;
|
|
62
|
+
layout: {
|
|
63
|
+
layout: string;
|
|
64
|
+
dir?: undefined;
|
|
65
|
+
valign?: undefined;
|
|
66
|
+
};
|
|
67
|
+
dataRegionType: string;
|
|
68
|
+
caption: string;
|
|
69
|
+
itemStyle: string;
|
|
70
|
+
itemType: string;
|
|
71
|
+
layoutPos: {
|
|
72
|
+
shrink: number;
|
|
73
|
+
layout: string;
|
|
74
|
+
grow?: undefined;
|
|
75
|
+
};
|
|
76
|
+
showCaption: boolean;
|
|
77
|
+
id: string;
|
|
78
|
+
} | {
|
|
79
|
+
panelItems: ({
|
|
80
|
+
panelItems: ({
|
|
81
|
+
panelItems: {
|
|
82
|
+
caption: string;
|
|
83
|
+
itemStyle: string;
|
|
84
|
+
itemType: string;
|
|
85
|
+
layoutPos: {
|
|
86
|
+
shrink: number;
|
|
87
|
+
layout: string;
|
|
88
|
+
};
|
|
89
|
+
showCaption: boolean;
|
|
90
|
+
id: string;
|
|
91
|
+
}[];
|
|
92
|
+
layout: {
|
|
93
|
+
layout: string;
|
|
94
|
+
};
|
|
95
|
+
dataRegionType: string;
|
|
96
|
+
caption: string;
|
|
97
|
+
itemStyle: string;
|
|
98
|
+
itemType: string;
|
|
99
|
+
layoutPos: {
|
|
100
|
+
shrink: number;
|
|
101
|
+
layout: string;
|
|
102
|
+
grow?: undefined;
|
|
103
|
+
};
|
|
104
|
+
id: string;
|
|
105
|
+
} | {
|
|
106
|
+
panelItems: {
|
|
107
|
+
caption: string;
|
|
108
|
+
itemStyle: string;
|
|
109
|
+
itemType: string;
|
|
110
|
+
layoutPos: {
|
|
111
|
+
grow: number;
|
|
112
|
+
shrink: number;
|
|
113
|
+
layout: string;
|
|
114
|
+
};
|
|
115
|
+
showCaption: boolean;
|
|
116
|
+
id: string;
|
|
117
|
+
}[];
|
|
118
|
+
layout: {
|
|
119
|
+
layout: string;
|
|
120
|
+
};
|
|
121
|
+
dataRegionType: string;
|
|
122
|
+
caption: string;
|
|
123
|
+
itemStyle: string;
|
|
124
|
+
itemType: string;
|
|
125
|
+
layoutPos: {
|
|
126
|
+
grow: number;
|
|
127
|
+
shrink: number;
|
|
128
|
+
layout: string;
|
|
129
|
+
};
|
|
130
|
+
id: string;
|
|
131
|
+
})[];
|
|
132
|
+
layout: {
|
|
133
|
+
dir: string;
|
|
134
|
+
layout: string;
|
|
135
|
+
align?: undefined;
|
|
136
|
+
};
|
|
137
|
+
dataRegionType: string;
|
|
138
|
+
caption: string;
|
|
139
|
+
itemStyle: string;
|
|
140
|
+
itemType: string;
|
|
141
|
+
layoutPos: {
|
|
142
|
+
grow: number;
|
|
143
|
+
shrink: number;
|
|
144
|
+
layout: string;
|
|
145
|
+
spacingLeft?: undefined;
|
|
146
|
+
spacingRight?: undefined;
|
|
147
|
+
width?: undefined;
|
|
148
|
+
widthMode?: undefined;
|
|
149
|
+
};
|
|
150
|
+
id: string;
|
|
151
|
+
contentWidth?: undefined;
|
|
152
|
+
width?: undefined;
|
|
153
|
+
} | {
|
|
154
|
+
panelItems: ({
|
|
155
|
+
actionType: string;
|
|
156
|
+
uiactionId: string;
|
|
157
|
+
tooltip: string;
|
|
158
|
+
caption: string;
|
|
159
|
+
itemStyle: string;
|
|
160
|
+
itemType: string;
|
|
161
|
+
layoutPos: {
|
|
162
|
+
shrink: number;
|
|
163
|
+
layout: string;
|
|
164
|
+
spacingBottom: string;
|
|
165
|
+
};
|
|
166
|
+
showCaption: boolean;
|
|
167
|
+
id: string;
|
|
168
|
+
} | {
|
|
169
|
+
actionType: string;
|
|
170
|
+
uiactionId: string;
|
|
171
|
+
tooltip: string;
|
|
172
|
+
caption: string;
|
|
173
|
+
itemStyle: string;
|
|
174
|
+
itemType: string;
|
|
175
|
+
layoutPos: {
|
|
176
|
+
shrink: number;
|
|
177
|
+
layout: string;
|
|
178
|
+
spacingBottom?: undefined;
|
|
179
|
+
};
|
|
180
|
+
showCaption: boolean;
|
|
181
|
+
id: string;
|
|
182
|
+
})[];
|
|
183
|
+
layout: {
|
|
184
|
+
align: string;
|
|
185
|
+
dir: string;
|
|
186
|
+
layout: string;
|
|
187
|
+
};
|
|
188
|
+
dataRegionType: string;
|
|
189
|
+
caption: string;
|
|
190
|
+
itemStyle: string;
|
|
191
|
+
itemType: string;
|
|
192
|
+
layoutPos: {
|
|
193
|
+
shrink: number;
|
|
194
|
+
layout: string;
|
|
195
|
+
spacingLeft: string;
|
|
196
|
+
spacingRight: string;
|
|
197
|
+
grow?: undefined;
|
|
198
|
+
width?: undefined;
|
|
199
|
+
widthMode?: undefined;
|
|
200
|
+
};
|
|
201
|
+
id: string;
|
|
202
|
+
contentWidth?: undefined;
|
|
203
|
+
width?: undefined;
|
|
204
|
+
} | {
|
|
205
|
+
panelItems: {
|
|
206
|
+
caption: string;
|
|
207
|
+
itemStyle: string;
|
|
208
|
+
itemType: string;
|
|
209
|
+
layoutPos: {
|
|
210
|
+
shrink: number;
|
|
211
|
+
layout: string;
|
|
212
|
+
};
|
|
213
|
+
showCaption: boolean;
|
|
214
|
+
id: string;
|
|
215
|
+
}[];
|
|
216
|
+
layout: {
|
|
217
|
+
layout: string;
|
|
218
|
+
dir?: undefined;
|
|
219
|
+
align?: undefined;
|
|
220
|
+
};
|
|
221
|
+
dataRegionType: string;
|
|
222
|
+
caption: string;
|
|
223
|
+
contentWidth: number;
|
|
224
|
+
itemStyle: string;
|
|
225
|
+
itemType: string;
|
|
226
|
+
layoutPos: {
|
|
227
|
+
shrink: number;
|
|
228
|
+
layout: string;
|
|
229
|
+
width: number;
|
|
230
|
+
widthMode: string;
|
|
231
|
+
grow?: undefined;
|
|
232
|
+
spacingLeft?: undefined;
|
|
233
|
+
spacingRight?: undefined;
|
|
234
|
+
};
|
|
235
|
+
width: number;
|
|
236
|
+
id: string;
|
|
237
|
+
})[];
|
|
238
|
+
predefinedType: string;
|
|
239
|
+
layout: {
|
|
240
|
+
dir: string;
|
|
241
|
+
layout: string;
|
|
242
|
+
valign?: undefined;
|
|
243
|
+
};
|
|
244
|
+
dataRegionType: string;
|
|
245
|
+
caption: string;
|
|
246
|
+
itemStyle: string;
|
|
247
|
+
itemType: string;
|
|
248
|
+
layoutPos: {
|
|
249
|
+
grow: number;
|
|
250
|
+
shrink: number;
|
|
251
|
+
layout: string;
|
|
252
|
+
};
|
|
253
|
+
id: string;
|
|
254
|
+
showCaption?: undefined;
|
|
255
|
+
} | {
|
|
256
|
+
panelItems: ({
|
|
257
|
+
actionType: string;
|
|
258
|
+
uiactionId: string;
|
|
259
|
+
tooltip: string;
|
|
260
|
+
caption: string;
|
|
261
|
+
itemStyle: string;
|
|
262
|
+
itemType: string;
|
|
263
|
+
layoutPos: {
|
|
264
|
+
shrink: number;
|
|
265
|
+
layout: string;
|
|
266
|
+
spacingRight?: undefined;
|
|
267
|
+
};
|
|
268
|
+
showCaption: boolean;
|
|
269
|
+
id: string;
|
|
270
|
+
} | {
|
|
271
|
+
actionType: string;
|
|
272
|
+
uiactionId: string;
|
|
273
|
+
tooltip: string;
|
|
274
|
+
caption: string;
|
|
275
|
+
itemStyle: string;
|
|
276
|
+
itemType: string;
|
|
277
|
+
layoutPos: {
|
|
278
|
+
shrink: number;
|
|
279
|
+
layout: string;
|
|
280
|
+
spacingRight: string;
|
|
281
|
+
};
|
|
282
|
+
showCaption: boolean;
|
|
283
|
+
id: string;
|
|
284
|
+
})[];
|
|
285
|
+
layout: {
|
|
286
|
+
dir: string;
|
|
287
|
+
layout: string;
|
|
288
|
+
valign: string;
|
|
289
|
+
};
|
|
290
|
+
dataRegionType: string;
|
|
291
|
+
caption: string;
|
|
292
|
+
itemStyle: string;
|
|
293
|
+
itemType: string;
|
|
294
|
+
layoutPos: {
|
|
295
|
+
shrink: number;
|
|
296
|
+
layout: string;
|
|
297
|
+
grow?: undefined;
|
|
298
|
+
};
|
|
299
|
+
id: string;
|
|
300
|
+
predefinedType?: undefined;
|
|
301
|
+
showCaption?: undefined;
|
|
302
|
+
})[];
|
|
303
|
+
layoutPanel: boolean;
|
|
304
|
+
codeName: string;
|
|
305
|
+
controlType: string;
|
|
306
|
+
logicName: string;
|
|
307
|
+
appDataEntityId: string;
|
|
308
|
+
controlParam: {};
|
|
309
|
+
name: string;
|
|
310
|
+
id: string;
|
|
311
|
+
};
|
|
312
|
+
export default _default;
|
|
@@ -0,0 +1,389 @@
|
|
|
1
|
+
var DEMPickupView2 = {
|
|
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
|
+
"layout": "FLEX"
|
|
26
|
+
},
|
|
27
|
+
"dataRegionType": "INHERIT",
|
|
28
|
+
"caption": "\u5BB9\u5668",
|
|
29
|
+
"itemStyle": "DEFAULT",
|
|
30
|
+
"itemType": "CONTAINER",
|
|
31
|
+
"layoutPos": {
|
|
32
|
+
"shrink": 1,
|
|
33
|
+
"layout": "FLEX"
|
|
34
|
+
},
|
|
35
|
+
"id": "view_captionbar"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"layout": {
|
|
39
|
+
"layout": "FLEX"
|
|
40
|
+
},
|
|
41
|
+
"dataRegionType": "INHERIT",
|
|
42
|
+
"caption": "\u5BB9\u5668",
|
|
43
|
+
"itemStyle": "DEFAULT",
|
|
44
|
+
"itemType": "CONTAINER",
|
|
45
|
+
"layoutPos": {
|
|
46
|
+
"shrink": 1,
|
|
47
|
+
"layout": "FLEX"
|
|
48
|
+
},
|
|
49
|
+
"id": "view_header_left"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"panelItems": [
|
|
53
|
+
{
|
|
54
|
+
"panelItems": [
|
|
55
|
+
{
|
|
56
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
57
|
+
"itemStyle": "DEFAULT",
|
|
58
|
+
"itemType": "CTRLPOS",
|
|
59
|
+
"layoutPos": {
|
|
60
|
+
"shrink": 1,
|
|
61
|
+
"layout": "FLEX"
|
|
62
|
+
},
|
|
63
|
+
"showCaption": true,
|
|
64
|
+
"id": "toolbar"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"layout": {
|
|
68
|
+
"layout": "FLEX"
|
|
69
|
+
},
|
|
70
|
+
"dataRegionType": "INHERIT",
|
|
71
|
+
"caption": "\u5BB9\u5668",
|
|
72
|
+
"itemStyle": "DEFAULT",
|
|
73
|
+
"itemType": "CONTAINER",
|
|
74
|
+
"layoutPos": {
|
|
75
|
+
"shrink": 1,
|
|
76
|
+
"layout": "FLEX"
|
|
77
|
+
},
|
|
78
|
+
"id": "view_toolbar"
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"layout": {
|
|
82
|
+
"layout": "FLEX"
|
|
83
|
+
},
|
|
84
|
+
"dataRegionType": "INHERIT",
|
|
85
|
+
"caption": "\u5BB9\u5668",
|
|
86
|
+
"itemStyle": "DEFAULT",
|
|
87
|
+
"itemType": "CONTAINER",
|
|
88
|
+
"layoutPos": {
|
|
89
|
+
"shrink": 1,
|
|
90
|
+
"layout": "FLEX"
|
|
91
|
+
},
|
|
92
|
+
"id": "view_header_right"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"predefinedType": "VIEWHEADER",
|
|
96
|
+
"layout": {
|
|
97
|
+
"align": "space-between",
|
|
98
|
+
"dir": "row",
|
|
99
|
+
"layout": "FLEX",
|
|
100
|
+
"valign": "center"
|
|
101
|
+
},
|
|
102
|
+
"dataRegionType": "INHERIT",
|
|
103
|
+
"caption": "\u5BB9\u5668",
|
|
104
|
+
"itemStyle": "DEFAULT",
|
|
105
|
+
"itemType": "CONTAINER",
|
|
106
|
+
"layoutPos": {
|
|
107
|
+
"shrink": 0,
|
|
108
|
+
"layout": "FLEX"
|
|
109
|
+
},
|
|
110
|
+
"id": "view_header"
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"predefinedType": "PANELPART",
|
|
114
|
+
"layout": {
|
|
115
|
+
"layout": "FLEX"
|
|
116
|
+
},
|
|
117
|
+
"dataRegionType": "INHERIT",
|
|
118
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
119
|
+
"itemStyle": "DEFAULT",
|
|
120
|
+
"itemType": "CONTAINER",
|
|
121
|
+
"layoutPos": {
|
|
122
|
+
"shrink": 1,
|
|
123
|
+
"layout": "FLEX"
|
|
124
|
+
},
|
|
125
|
+
"showCaption": true,
|
|
126
|
+
"id": "panelpart"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"panelItems": [
|
|
130
|
+
{
|
|
131
|
+
"panelItems": [
|
|
132
|
+
{
|
|
133
|
+
"panelItems": [
|
|
134
|
+
{
|
|
135
|
+
"caption": "\u6811\u5BFC\u822A\u680F",
|
|
136
|
+
"itemStyle": "DEFAULT",
|
|
137
|
+
"itemType": "CTRLPOS",
|
|
138
|
+
"layoutPos": {
|
|
139
|
+
"shrink": 1,
|
|
140
|
+
"layout": "FLEX"
|
|
141
|
+
},
|
|
142
|
+
"showCaption": true,
|
|
143
|
+
"id": "treeexpbar"
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"layout": {
|
|
147
|
+
"layout": "FLEX"
|
|
148
|
+
},
|
|
149
|
+
"dataRegionType": "INHERIT",
|
|
150
|
+
"caption": "\u5BB9\u5668",
|
|
151
|
+
"itemStyle": "DEFAULT",
|
|
152
|
+
"itemType": "CONTAINER",
|
|
153
|
+
"layoutPos": {
|
|
154
|
+
"shrink": 0,
|
|
155
|
+
"layout": "FLEX"
|
|
156
|
+
},
|
|
157
|
+
"id": "container6"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"panelItems": [
|
|
161
|
+
{
|
|
162
|
+
"caption": "\u63A7\u4EF6\u5360\u4F4D",
|
|
163
|
+
"itemStyle": "DEFAULT",
|
|
164
|
+
"itemType": "CTRLPOS",
|
|
165
|
+
"layoutPos": {
|
|
166
|
+
"grow": 1,
|
|
167
|
+
"shrink": 1,
|
|
168
|
+
"layout": "FLEX"
|
|
169
|
+
},
|
|
170
|
+
"showCaption": true,
|
|
171
|
+
"id": "pickupviewpanel"
|
|
172
|
+
}
|
|
173
|
+
],
|
|
174
|
+
"layout": {
|
|
175
|
+
"layout": "FLEX"
|
|
176
|
+
},
|
|
177
|
+
"dataRegionType": "INHERIT",
|
|
178
|
+
"caption": "\u5BB9\u5668",
|
|
179
|
+
"itemStyle": "DEFAULT",
|
|
180
|
+
"itemType": "CONTAINER",
|
|
181
|
+
"layoutPos": {
|
|
182
|
+
"grow": 1,
|
|
183
|
+
"shrink": 1,
|
|
184
|
+
"layout": "FLEX"
|
|
185
|
+
},
|
|
186
|
+
"id": "container7"
|
|
187
|
+
}
|
|
188
|
+
],
|
|
189
|
+
"layout": {
|
|
190
|
+
"dir": "row",
|
|
191
|
+
"layout": "FLEX"
|
|
192
|
+
},
|
|
193
|
+
"dataRegionType": "INHERIT",
|
|
194
|
+
"caption": "\u5BB9\u5668",
|
|
195
|
+
"itemStyle": "DEFAULT",
|
|
196
|
+
"itemType": "CONTAINER",
|
|
197
|
+
"layoutPos": {
|
|
198
|
+
"grow": 1,
|
|
199
|
+
"shrink": 1,
|
|
200
|
+
"layout": "FLEX"
|
|
201
|
+
},
|
|
202
|
+
"id": "container3"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"panelItems": [
|
|
206
|
+
{
|
|
207
|
+
"actionType": "UIACTION",
|
|
208
|
+
"uiactionId": "addselection",
|
|
209
|
+
"tooltip": "\u6DFB\u52A0\u9009\u4E2D\u6570\u636E",
|
|
210
|
+
"caption": "\u6DFB\u52A0\u9009\u4E2D\u6570\u636E",
|
|
211
|
+
"itemStyle": "DEFAULT",
|
|
212
|
+
"itemType": "BUTTON",
|
|
213
|
+
"layoutPos": {
|
|
214
|
+
"shrink": 1,
|
|
215
|
+
"layout": "FLEX",
|
|
216
|
+
"spacingBottom": "OUTERMEDIUM"
|
|
217
|
+
},
|
|
218
|
+
"showCaption": true,
|
|
219
|
+
"id": "button_addselection"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"actionType": "UIACTION",
|
|
223
|
+
"uiactionId": "addall",
|
|
224
|
+
"tooltip": "\u6DFB\u52A0\u5168\u90E8\u6570\u636E",
|
|
225
|
+
"caption": "\u6DFB\u52A0\u5168\u90E8\u6570\u636E",
|
|
226
|
+
"itemStyle": "DEFAULT",
|
|
227
|
+
"itemType": "BUTTON",
|
|
228
|
+
"layoutPos": {
|
|
229
|
+
"shrink": 1,
|
|
230
|
+
"layout": "FLEX",
|
|
231
|
+
"spacingBottom": "OUTERMEDIUM"
|
|
232
|
+
},
|
|
233
|
+
"showCaption": true,
|
|
234
|
+
"id": "button_addall"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"actionType": "UIACTION",
|
|
238
|
+
"uiactionId": "removeall",
|
|
239
|
+
"tooltip": "\u79FB\u9664\u5168\u90E8\u6570\u636E",
|
|
240
|
+
"caption": "\u79FB\u9664\u5168\u90E8\u6570\u636E",
|
|
241
|
+
"itemStyle": "DEFAULT",
|
|
242
|
+
"itemType": "BUTTON",
|
|
243
|
+
"layoutPos": {
|
|
244
|
+
"shrink": 1,
|
|
245
|
+
"layout": "FLEX",
|
|
246
|
+
"spacingBottom": "OUTERMEDIUM"
|
|
247
|
+
},
|
|
248
|
+
"showCaption": true,
|
|
249
|
+
"id": "button_removeall"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"actionType": "UIACTION",
|
|
253
|
+
"uiactionId": "removeselection",
|
|
254
|
+
"tooltip": "\u79FB\u9664\u9009\u4E2D\u6570\u636E",
|
|
255
|
+
"caption": "\u79FB\u9664\u9009\u4E2D\u6570\u636E",
|
|
256
|
+
"itemStyle": "DEFAULT",
|
|
257
|
+
"itemType": "BUTTON",
|
|
258
|
+
"layoutPos": {
|
|
259
|
+
"shrink": 1,
|
|
260
|
+
"layout": "FLEX"
|
|
261
|
+
},
|
|
262
|
+
"showCaption": true,
|
|
263
|
+
"id": "button_removeselection"
|
|
264
|
+
}
|
|
265
|
+
],
|
|
266
|
+
"layout": {
|
|
267
|
+
"align": "center",
|
|
268
|
+
"dir": "column",
|
|
269
|
+
"layout": "FLEX"
|
|
270
|
+
},
|
|
271
|
+
"dataRegionType": "INHERIT",
|
|
272
|
+
"caption": "\u5BB9\u5668",
|
|
273
|
+
"itemStyle": "DEFAULT",
|
|
274
|
+
"itemType": "CONTAINER",
|
|
275
|
+
"layoutPos": {
|
|
276
|
+
"shrink": 0,
|
|
277
|
+
"layout": "FLEX",
|
|
278
|
+
"spacingLeft": "OUTERMEDIUM",
|
|
279
|
+
"spacingRight": "OUTERMEDIUM"
|
|
280
|
+
},
|
|
281
|
+
"id": "container4"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"panelItems": [
|
|
285
|
+
{
|
|
286
|
+
"caption": "\u5217\u8868",
|
|
287
|
+
"itemStyle": "DEFAULT",
|
|
288
|
+
"itemType": "CTRLPOS",
|
|
289
|
+
"layoutPos": {
|
|
290
|
+
"shrink": 1,
|
|
291
|
+
"layout": "FLEX"
|
|
292
|
+
},
|
|
293
|
+
"showCaption": true,
|
|
294
|
+
"id": "simplelist"
|
|
295
|
+
}
|
|
296
|
+
],
|
|
297
|
+
"layout": {
|
|
298
|
+
"layout": "FLEX"
|
|
299
|
+
},
|
|
300
|
+
"dataRegionType": "INHERIT",
|
|
301
|
+
"caption": "\u5BB9\u5668",
|
|
302
|
+
"contentWidth": 300,
|
|
303
|
+
"itemStyle": "DEFAULT",
|
|
304
|
+
"itemType": "CONTAINER",
|
|
305
|
+
"layoutPos": {
|
|
306
|
+
"shrink": 0,
|
|
307
|
+
"layout": "FLEX",
|
|
308
|
+
"width": 300,
|
|
309
|
+
"widthMode": "PX"
|
|
310
|
+
},
|
|
311
|
+
"width": 300,
|
|
312
|
+
"id": "container5"
|
|
313
|
+
}
|
|
314
|
+
],
|
|
315
|
+
"predefinedType": "VIEWCONTENT",
|
|
316
|
+
"layout": {
|
|
317
|
+
"dir": "row",
|
|
318
|
+
"layout": "FLEX"
|
|
319
|
+
},
|
|
320
|
+
"dataRegionType": "INHERIT",
|
|
321
|
+
"caption": "\u5BB9\u5668",
|
|
322
|
+
"itemStyle": "DEFAULT",
|
|
323
|
+
"itemType": "CONTAINER",
|
|
324
|
+
"layoutPos": {
|
|
325
|
+
"grow": 1,
|
|
326
|
+
"shrink": 1,
|
|
327
|
+
"layout": "FLEX"
|
|
328
|
+
},
|
|
329
|
+
"id": "view_content"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"panelItems": [
|
|
333
|
+
{
|
|
334
|
+
"actionType": "UIACTION",
|
|
335
|
+
"uiactionId": "ok",
|
|
336
|
+
"tooltip": "\u786E\u5B9A",
|
|
337
|
+
"caption": "\u786E\u5B9A",
|
|
338
|
+
"itemStyle": "DEFAULT",
|
|
339
|
+
"itemType": "BUTTON",
|
|
340
|
+
"layoutPos": {
|
|
341
|
+
"shrink": 1,
|
|
342
|
+
"layout": "FLEX"
|
|
343
|
+
},
|
|
344
|
+
"showCaption": true,
|
|
345
|
+
"id": "button_okaction"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"actionType": "UIACTION",
|
|
349
|
+
"uiactionId": "cancel",
|
|
350
|
+
"tooltip": "\u53D6\u6D88",
|
|
351
|
+
"caption": "\u53D6\u6D88",
|
|
352
|
+
"itemStyle": "DEFAULT",
|
|
353
|
+
"itemType": "BUTTON",
|
|
354
|
+
"layoutPos": {
|
|
355
|
+
"shrink": 1,
|
|
356
|
+
"layout": "FLEX",
|
|
357
|
+
"spacingRight": "OUTERMEDIUM"
|
|
358
|
+
},
|
|
359
|
+
"showCaption": true,
|
|
360
|
+
"id": "button_cancelaction"
|
|
361
|
+
}
|
|
362
|
+
],
|
|
363
|
+
"layout": {
|
|
364
|
+
"dir": "row-reverse",
|
|
365
|
+
"layout": "FLEX",
|
|
366
|
+
"valign": "center"
|
|
367
|
+
},
|
|
368
|
+
"dataRegionType": "INHERIT",
|
|
369
|
+
"caption": "\u5BB9\u5668",
|
|
370
|
+
"itemStyle": "DEFAULT",
|
|
371
|
+
"itemType": "CONTAINER",
|
|
372
|
+
"layoutPos": {
|
|
373
|
+
"shrink": 0,
|
|
374
|
+
"layout": "FLEX"
|
|
375
|
+
},
|
|
376
|
+
"id": "view_footer"
|
|
377
|
+
}
|
|
378
|
+
],
|
|
379
|
+
"layoutPanel": true,
|
|
380
|
+
"codeName": "MPickupView2Layout",
|
|
381
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
382
|
+
"logicName": "\u591A\u9879\u9009\u62E9\u89C6\u56FE(\u5DE6\u53F3\u5173\u7CFB)\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
383
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
384
|
+
"controlParam": {},
|
|
385
|
+
"name": "layoutpanel",
|
|
386
|
+
"id": "mpickupview2layout"
|
|
387
|
+
};
|
|
388
|
+
|
|
389
|
+
export { DEMPickupView2 as default };
|