@ibiz-template/mob-theme 0.0.1 → 0.2.2
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 +102 -0
- package/dist/index.min.css +1 -0
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/index.d.ts +2 -0
- package/es/index.mjs +1 -0
- package/es/publish/app-index-view-layout.d.ts +25 -0
- package/es/publish/app-index-view-layout.mjs +1 -0
- package/es/publish/app-wf-step-trace-view-layout.d.ts +33 -0
- package/es/publish/index.d.ts +9 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +170 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +210 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +4 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.d.ts +40 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +174 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +170 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +247 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +31 -12
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.d.ts +39 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +200 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.d.ts +41 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.d.ts +41 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +262 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +23 -4
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +148 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +25 -5
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +170 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +155 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +23 -4
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +212 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +6 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +173 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.d.ts +112 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.mjs +1 -1
- package/es/theme/elements/index.css +1 -0
- package/es/theme/generic/index.css +1 -0
- package/es/theme/generic/vant.css +1 -0
- package/es/theme/index.css +1 -0
- package/es/theme/objects/index.css +1 -0
- package/es/theme/objects/state/state.css +0 -0
- package/es/theme/theme/dark/dark-theme.css +1 -0
- package/es/theme/theme/index.css +1 -0
- package/es/theme/theme/light/light-theme.css +1 -0
- package/es/theme/tumps/index.css +1 -0
- package/es/theme/var.css +1 -0
- package/lib/index.cjs +1 -0
- package/lib/publish/app-index-view-layout.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +4 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +31 -12
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +23 -4
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +25 -5
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +23 -4
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +6 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.cjs +1 -1
- package/lib/theme/elements/index.css +1 -0
- package/lib/theme/generic/index.css +1 -0
- package/lib/theme/generic/vant.css +1 -0
- package/lib/theme/index.css +1 -0
- package/lib/theme/objects/index.css +1 -0
- package/lib/theme/objects/state/state.css +0 -0
- package/lib/theme/theme/dark/dark-theme.css +1 -0
- package/lib/theme/theme/index.css +1 -0
- package/lib/theme/theme/light/light-theme.css +1 -0
- package/lib/theme/tumps/index.css +1 -0
- package/lib/theme/var.css +1 -0
- package/package.json +9 -7
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutBodyOnly: boolean;
|
|
3
|
+
layoutMode: string;
|
|
4
|
+
rootPanelItems: ({
|
|
5
|
+
panelItems: {
|
|
6
|
+
panelItems: ({
|
|
7
|
+
panelItems: ({
|
|
8
|
+
panelItems: {
|
|
9
|
+
caption: string;
|
|
10
|
+
itemStyle: string;
|
|
11
|
+
itemType: string;
|
|
12
|
+
layoutPos: {
|
|
13
|
+
shrink: number;
|
|
14
|
+
layout: string;
|
|
15
|
+
};
|
|
16
|
+
showCaption: boolean;
|
|
17
|
+
id: string;
|
|
18
|
+
}[];
|
|
19
|
+
layout: {
|
|
20
|
+
layout: string;
|
|
21
|
+
align?: undefined;
|
|
22
|
+
dir?: undefined;
|
|
23
|
+
};
|
|
24
|
+
dataRegionType: string;
|
|
25
|
+
caption: string;
|
|
26
|
+
itemStyle: string;
|
|
27
|
+
itemType: string;
|
|
28
|
+
layoutPos: {
|
|
29
|
+
shrink: number;
|
|
30
|
+
layout: string;
|
|
31
|
+
grow?: undefined;
|
|
32
|
+
};
|
|
33
|
+
id: string;
|
|
34
|
+
} | {
|
|
35
|
+
panelItems: {
|
|
36
|
+
caption: string;
|
|
37
|
+
itemStyle: string;
|
|
38
|
+
itemType: string;
|
|
39
|
+
layoutPos: {
|
|
40
|
+
shrink: number;
|
|
41
|
+
heightMode: string;
|
|
42
|
+
layout: string;
|
|
43
|
+
};
|
|
44
|
+
showCaption: boolean;
|
|
45
|
+
id: string;
|
|
46
|
+
}[];
|
|
47
|
+
layout: {
|
|
48
|
+
align: string;
|
|
49
|
+
dir: string;
|
|
50
|
+
layout: string;
|
|
51
|
+
};
|
|
52
|
+
dataRegionType: string;
|
|
53
|
+
caption: string;
|
|
54
|
+
itemStyle: string;
|
|
55
|
+
itemType: string;
|
|
56
|
+
layoutPos: {
|
|
57
|
+
grow: number;
|
|
58
|
+
shrink: number;
|
|
59
|
+
layout: string;
|
|
60
|
+
};
|
|
61
|
+
id: string;
|
|
62
|
+
})[];
|
|
63
|
+
predefinedType: string;
|
|
64
|
+
layout: {
|
|
65
|
+
dir: string;
|
|
66
|
+
layout: string;
|
|
67
|
+
};
|
|
68
|
+
dataRegionType: string;
|
|
69
|
+
caption: string;
|
|
70
|
+
itemStyle: string;
|
|
71
|
+
itemType: string;
|
|
72
|
+
layoutPos: {
|
|
73
|
+
shrink: number;
|
|
74
|
+
layout: string;
|
|
75
|
+
};
|
|
76
|
+
id: string;
|
|
77
|
+
} | {
|
|
78
|
+
panelItems: {
|
|
79
|
+
caption: string;
|
|
80
|
+
itemStyle: string;
|
|
81
|
+
itemType: string;
|
|
82
|
+
layoutPos: {
|
|
83
|
+
shrink: number;
|
|
84
|
+
layout: string;
|
|
85
|
+
};
|
|
86
|
+
showCaption: boolean;
|
|
87
|
+
id: string;
|
|
88
|
+
}[];
|
|
89
|
+
predefinedType: string;
|
|
90
|
+
layout: {
|
|
91
|
+
layout: string;
|
|
92
|
+
dir?: undefined;
|
|
93
|
+
};
|
|
94
|
+
dataRegionType: string;
|
|
95
|
+
caption: string;
|
|
96
|
+
itemStyle: string;
|
|
97
|
+
itemType: string;
|
|
98
|
+
layoutPos: {
|
|
99
|
+
shrink: number;
|
|
100
|
+
layout: string;
|
|
101
|
+
};
|
|
102
|
+
id: string;
|
|
103
|
+
})[];
|
|
104
|
+
predefinedType: string;
|
|
105
|
+
layout: {
|
|
106
|
+
dir: string;
|
|
107
|
+
layout: string;
|
|
108
|
+
};
|
|
109
|
+
dataRegionType: string;
|
|
110
|
+
caption: string;
|
|
111
|
+
itemStyle: string;
|
|
112
|
+
itemType: string;
|
|
113
|
+
layoutPos: {
|
|
114
|
+
shrink: number;
|
|
115
|
+
layout: string;
|
|
116
|
+
};
|
|
117
|
+
id: string;
|
|
118
|
+
}[];
|
|
119
|
+
predefinedType: string;
|
|
120
|
+
layout: {
|
|
121
|
+
layout: string;
|
|
122
|
+
};
|
|
123
|
+
dataRegionType: string;
|
|
124
|
+
caption: string;
|
|
125
|
+
itemStyle: string;
|
|
126
|
+
itemType: string;
|
|
127
|
+
layoutPos: {
|
|
128
|
+
shrink: number;
|
|
129
|
+
layout: string;
|
|
130
|
+
};
|
|
131
|
+
showCaption: boolean;
|
|
132
|
+
id: string;
|
|
133
|
+
} | {
|
|
134
|
+
panelItems: {
|
|
135
|
+
caption: string;
|
|
136
|
+
itemStyle: string;
|
|
137
|
+
itemType: string;
|
|
138
|
+
layoutPos: {
|
|
139
|
+
shrink: number;
|
|
140
|
+
layout: string;
|
|
141
|
+
};
|
|
142
|
+
showCaption: boolean;
|
|
143
|
+
id: string;
|
|
144
|
+
}[];
|
|
145
|
+
predefinedType: string;
|
|
146
|
+
layout: {
|
|
147
|
+
layout: string;
|
|
148
|
+
};
|
|
149
|
+
dataRegionType: string;
|
|
150
|
+
caption: string;
|
|
151
|
+
itemStyle: string;
|
|
152
|
+
itemType: string;
|
|
153
|
+
layoutPos: {
|
|
154
|
+
shrink: number;
|
|
155
|
+
layout: string;
|
|
156
|
+
};
|
|
157
|
+
id: string;
|
|
158
|
+
showCaption?: undefined;
|
|
159
|
+
})[];
|
|
160
|
+
layoutPanel: boolean;
|
|
161
|
+
mobilePanel: boolean;
|
|
162
|
+
codeName: string;
|
|
163
|
+
controlType: string;
|
|
164
|
+
logicName: string;
|
|
165
|
+
appDataEntityId: string;
|
|
166
|
+
controlParam: {};
|
|
167
|
+
name: string;
|
|
168
|
+
id: string;
|
|
169
|
+
};
|
|
170
|
+
export default _default;
|
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutBodyOnly: boolean;
|
|
3
|
+
layoutMode: string;
|
|
4
|
+
rootPanelItems: ({
|
|
5
|
+
panelItems: {
|
|
6
|
+
panelItems: ({
|
|
7
|
+
panelItems: ({
|
|
8
|
+
panelItems: {
|
|
9
|
+
caption: string;
|
|
10
|
+
itemStyle: string;
|
|
11
|
+
itemType: string;
|
|
12
|
+
layoutPos: {
|
|
13
|
+
shrink: number;
|
|
14
|
+
layout: string;
|
|
15
|
+
};
|
|
16
|
+
showCaption: boolean;
|
|
17
|
+
id: string;
|
|
18
|
+
}[];
|
|
19
|
+
layout: {
|
|
20
|
+
layout: string;
|
|
21
|
+
align?: undefined;
|
|
22
|
+
dir?: undefined;
|
|
23
|
+
};
|
|
24
|
+
dataRegionType: string;
|
|
25
|
+
caption: string;
|
|
26
|
+
itemStyle: string;
|
|
27
|
+
itemType: string;
|
|
28
|
+
layoutPos: {
|
|
29
|
+
shrink: number;
|
|
30
|
+
layout: string;
|
|
31
|
+
grow?: undefined;
|
|
32
|
+
};
|
|
33
|
+
id: string;
|
|
34
|
+
} | {
|
|
35
|
+
panelItems: {
|
|
36
|
+
caption: string;
|
|
37
|
+
itemStyle: string;
|
|
38
|
+
itemType: string;
|
|
39
|
+
layoutPos: {
|
|
40
|
+
shrink: number;
|
|
41
|
+
heightMode: string;
|
|
42
|
+
layout: string;
|
|
43
|
+
};
|
|
44
|
+
showCaption: boolean;
|
|
45
|
+
id: string;
|
|
46
|
+
}[];
|
|
47
|
+
layout: {
|
|
48
|
+
align: string;
|
|
49
|
+
dir: string;
|
|
50
|
+
layout: string;
|
|
51
|
+
};
|
|
52
|
+
dataRegionType: string;
|
|
53
|
+
caption: string;
|
|
54
|
+
itemStyle: string;
|
|
55
|
+
itemType: string;
|
|
56
|
+
layoutPos: {
|
|
57
|
+
grow: number;
|
|
58
|
+
shrink: number;
|
|
59
|
+
layout: string;
|
|
60
|
+
};
|
|
61
|
+
id: string;
|
|
62
|
+
})[];
|
|
63
|
+
predefinedType: string;
|
|
64
|
+
layout: {
|
|
65
|
+
dir: string;
|
|
66
|
+
layout: string;
|
|
67
|
+
};
|
|
68
|
+
dataRegionType: string;
|
|
69
|
+
caption: string;
|
|
70
|
+
itemStyle: string;
|
|
71
|
+
itemType: string;
|
|
72
|
+
layoutPos: {
|
|
73
|
+
shrink: number;
|
|
74
|
+
layout: string;
|
|
75
|
+
};
|
|
76
|
+
id: string;
|
|
77
|
+
} | {
|
|
78
|
+
panelItems: {
|
|
79
|
+
caption: string;
|
|
80
|
+
itemStyle: string;
|
|
81
|
+
itemType: string;
|
|
82
|
+
layoutPos: {
|
|
83
|
+
shrink: number;
|
|
84
|
+
layout: string;
|
|
85
|
+
};
|
|
86
|
+
showCaption: boolean;
|
|
87
|
+
id: string;
|
|
88
|
+
}[];
|
|
89
|
+
predefinedType: string;
|
|
90
|
+
layout: {
|
|
91
|
+
layout: string;
|
|
92
|
+
dir?: undefined;
|
|
93
|
+
};
|
|
94
|
+
dataRegionType: string;
|
|
95
|
+
caption: string;
|
|
96
|
+
itemStyle: string;
|
|
97
|
+
itemType: string;
|
|
98
|
+
layoutPos: {
|
|
99
|
+
shrink: number;
|
|
100
|
+
layout: string;
|
|
101
|
+
};
|
|
102
|
+
id: string;
|
|
103
|
+
})[];
|
|
104
|
+
predefinedType: string;
|
|
105
|
+
layout: {
|
|
106
|
+
dir: string;
|
|
107
|
+
layout: string;
|
|
108
|
+
};
|
|
109
|
+
dataRegionType: string;
|
|
110
|
+
caption: string;
|
|
111
|
+
itemStyle: string;
|
|
112
|
+
itemType: string;
|
|
113
|
+
layoutPos: {
|
|
114
|
+
shrink: number;
|
|
115
|
+
layout: string;
|
|
116
|
+
};
|
|
117
|
+
id: string;
|
|
118
|
+
}[];
|
|
119
|
+
predefinedType: string;
|
|
120
|
+
layout: {
|
|
121
|
+
layout: string;
|
|
122
|
+
};
|
|
123
|
+
dataRegionType: string;
|
|
124
|
+
caption: string;
|
|
125
|
+
itemStyle: string;
|
|
126
|
+
itemType: string;
|
|
127
|
+
layoutPos: {
|
|
128
|
+
shrink: number;
|
|
129
|
+
layout: string;
|
|
130
|
+
basis?: undefined;
|
|
131
|
+
grow?: undefined;
|
|
132
|
+
};
|
|
133
|
+
showCaption: boolean;
|
|
134
|
+
id: string;
|
|
135
|
+
} | {
|
|
136
|
+
panelItems: {
|
|
137
|
+
caption: string;
|
|
138
|
+
itemStyle: string;
|
|
139
|
+
itemType: string;
|
|
140
|
+
layoutPos: {
|
|
141
|
+
shrink: number;
|
|
142
|
+
layout: string;
|
|
143
|
+
};
|
|
144
|
+
showCaption: boolean;
|
|
145
|
+
id: string;
|
|
146
|
+
}[];
|
|
147
|
+
predefinedType: string;
|
|
148
|
+
layout: {
|
|
149
|
+
layout: string;
|
|
150
|
+
};
|
|
151
|
+
dataRegionType: string;
|
|
152
|
+
caption: string;
|
|
153
|
+
itemStyle: string;
|
|
154
|
+
itemType: string;
|
|
155
|
+
layoutPos: {
|
|
156
|
+
basis: number;
|
|
157
|
+
grow: number;
|
|
158
|
+
shrink: number;
|
|
159
|
+
layout: string;
|
|
160
|
+
};
|
|
161
|
+
id: string;
|
|
162
|
+
showCaption?: undefined;
|
|
163
|
+
} | {
|
|
164
|
+
panelItems: ({
|
|
165
|
+
caption: string;
|
|
166
|
+
itemStyle: string;
|
|
167
|
+
itemType: string;
|
|
168
|
+
layoutPos: {
|
|
169
|
+
shrink: number;
|
|
170
|
+
layout: string;
|
|
171
|
+
spacingBottom?: undefined;
|
|
172
|
+
spacingLeft?: undefined;
|
|
173
|
+
spacingRight?: undefined;
|
|
174
|
+
};
|
|
175
|
+
showCaption: boolean;
|
|
176
|
+
id: string;
|
|
177
|
+
panelItems?: undefined;
|
|
178
|
+
layout?: undefined;
|
|
179
|
+
dataRegionType?: undefined;
|
|
180
|
+
} | {
|
|
181
|
+
panelItems: {
|
|
182
|
+
actionType: string;
|
|
183
|
+
uiactionId: string;
|
|
184
|
+
tooltip: string;
|
|
185
|
+
caption: string;
|
|
186
|
+
contentHeight: number;
|
|
187
|
+
height: number;
|
|
188
|
+
itemStyle: string;
|
|
189
|
+
itemType: string;
|
|
190
|
+
layoutPos: {
|
|
191
|
+
grow: number;
|
|
192
|
+
shrink: number;
|
|
193
|
+
height: number;
|
|
194
|
+
heightMode: string;
|
|
195
|
+
layout: string;
|
|
196
|
+
spacingLeft: string;
|
|
197
|
+
};
|
|
198
|
+
showCaption: boolean;
|
|
199
|
+
id: string;
|
|
200
|
+
}[];
|
|
201
|
+
layout: {
|
|
202
|
+
align: string;
|
|
203
|
+
dir: string;
|
|
204
|
+
layout: string;
|
|
205
|
+
};
|
|
206
|
+
dataRegionType: string;
|
|
207
|
+
caption: string;
|
|
208
|
+
itemStyle: string;
|
|
209
|
+
itemType: string;
|
|
210
|
+
layoutPos: {
|
|
211
|
+
shrink: number;
|
|
212
|
+
layout: string;
|
|
213
|
+
spacingBottom: string;
|
|
214
|
+
spacingLeft: string;
|
|
215
|
+
spacingRight: string;
|
|
216
|
+
};
|
|
217
|
+
id: string;
|
|
218
|
+
showCaption?: undefined;
|
|
219
|
+
})[];
|
|
220
|
+
predefinedType: string;
|
|
221
|
+
layout: {
|
|
222
|
+
layout: string;
|
|
223
|
+
};
|
|
224
|
+
dataRegionType: string;
|
|
225
|
+
caption: string;
|
|
226
|
+
itemStyle: string;
|
|
227
|
+
itemType: string;
|
|
228
|
+
layoutPos: {
|
|
229
|
+
shrink: number;
|
|
230
|
+
layout: string;
|
|
231
|
+
basis?: undefined;
|
|
232
|
+
grow?: undefined;
|
|
233
|
+
};
|
|
234
|
+
id: string;
|
|
235
|
+
showCaption?: undefined;
|
|
236
|
+
})[];
|
|
237
|
+
layoutPanel: boolean;
|
|
238
|
+
mobilePanel: boolean;
|
|
239
|
+
codeName: string;
|
|
240
|
+
controlType: string;
|
|
241
|
+
logicName: string;
|
|
242
|
+
appDataEntityId: string;
|
|
243
|
+
controlParam: {};
|
|
244
|
+
name: string;
|
|
245
|
+
id: string;
|
|
246
|
+
};
|
|
247
|
+
export default _default;
|
|
@@ -192,6 +192,8 @@ var DEMobMPickupView = {
|
|
|
192
192
|
"itemStyle": "DEFAULT",
|
|
193
193
|
"itemType": "CONTAINER",
|
|
194
194
|
"layoutPos": {
|
|
195
|
+
"basis": 0,
|
|
196
|
+
"grow": 1,
|
|
195
197
|
"shrink": 1,
|
|
196
198
|
"layout": "FLEX"
|
|
197
199
|
},
|
|
@@ -214,34 +216,48 @@ var DEMobMPickupView = {
|
|
|
214
216
|
"panelItems": [
|
|
215
217
|
{
|
|
216
218
|
"actionType": "UIACTION",
|
|
217
|
-
"uiactionId": "
|
|
218
|
-
"tooltip": "\
|
|
219
|
-
"caption": "\
|
|
219
|
+
"uiactionId": "cancel",
|
|
220
|
+
"tooltip": "\u53D6\u6D88",
|
|
221
|
+
"caption": "\u53D6\u6D88",
|
|
222
|
+
"contentHeight": 40,
|
|
223
|
+
"height": 40,
|
|
220
224
|
"itemStyle": "DEFAULT",
|
|
221
225
|
"itemType": "BUTTON",
|
|
222
226
|
"layoutPos": {
|
|
227
|
+
"grow": 1,
|
|
223
228
|
"shrink": 1,
|
|
224
|
-
"
|
|
229
|
+
"height": 40,
|
|
230
|
+
"heightMode": "PX",
|
|
231
|
+
"layout": "FLEX",
|
|
232
|
+
"spacingLeft": "OUTERSMALL"
|
|
225
233
|
},
|
|
226
234
|
"showCaption": true,
|
|
227
|
-
"id": "
|
|
235
|
+
"id": "button_cancelaction"
|
|
228
236
|
},
|
|
229
237
|
{
|
|
230
238
|
"actionType": "UIACTION",
|
|
231
|
-
"uiactionId": "
|
|
232
|
-
"tooltip": "\
|
|
233
|
-
"caption": "\
|
|
234
|
-
"
|
|
239
|
+
"uiactionId": "ok",
|
|
240
|
+
"tooltip": "\u786E\u5B9A",
|
|
241
|
+
"caption": "\u786E\u5B9A",
|
|
242
|
+
"contentHeight": 40,
|
|
243
|
+
"height": 40,
|
|
244
|
+
"itemStyle": "PRIMARY",
|
|
235
245
|
"itemType": "BUTTON",
|
|
236
246
|
"layoutPos": {
|
|
247
|
+
"grow": 1,
|
|
237
248
|
"shrink": 1,
|
|
238
|
-
"
|
|
249
|
+
"height": 40,
|
|
250
|
+
"heightMode": "PX",
|
|
251
|
+
"layout": "FLEX",
|
|
252
|
+
"spacingLeft": "OUTERSMALL"
|
|
239
253
|
},
|
|
240
254
|
"showCaption": true,
|
|
241
|
-
"id": "
|
|
255
|
+
"id": "button_okaction"
|
|
242
256
|
}
|
|
243
257
|
],
|
|
244
258
|
"layout": {
|
|
259
|
+
"align": "space-around",
|
|
260
|
+
"dir": "row",
|
|
245
261
|
"layout": "FLEX"
|
|
246
262
|
},
|
|
247
263
|
"dataRegionType": "INHERIT",
|
|
@@ -250,7 +266,10 @@ var DEMobMPickupView = {
|
|
|
250
266
|
"itemType": "CONTAINER",
|
|
251
267
|
"layoutPos": {
|
|
252
268
|
"shrink": 1,
|
|
253
|
-
"layout": "FLEX"
|
|
269
|
+
"layout": "FLEX",
|
|
270
|
+
"spacingBottom": "OUTERLARGE",
|
|
271
|
+
"spacingLeft": "OUTERSMALL",
|
|
272
|
+
"spacingRight": "OUTERSMALL"
|
|
254
273
|
},
|
|
255
274
|
"id": "container"
|
|
256
275
|
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutBodyOnly: boolean;
|
|
3
|
+
layoutMode: string;
|
|
4
|
+
rootPanelItems: {
|
|
5
|
+
panelItems: {
|
|
6
|
+
caption: string;
|
|
7
|
+
itemStyle: string;
|
|
8
|
+
itemType: string;
|
|
9
|
+
layoutPos: {
|
|
10
|
+
shrink: number;
|
|
11
|
+
layout: string;
|
|
12
|
+
};
|
|
13
|
+
showCaption: boolean;
|
|
14
|
+
id: string;
|
|
15
|
+
}[];
|
|
16
|
+
layout: {
|
|
17
|
+
layout: string;
|
|
18
|
+
};
|
|
19
|
+
dataRegionType: string;
|
|
20
|
+
caption: string;
|
|
21
|
+
itemStyle: string;
|
|
22
|
+
itemType: string;
|
|
23
|
+
layoutPos: {
|
|
24
|
+
shrink: number;
|
|
25
|
+
layout: string;
|
|
26
|
+
};
|
|
27
|
+
id: string;
|
|
28
|
+
}[];
|
|
29
|
+
layoutPanel: boolean;
|
|
30
|
+
mobilePanel: boolean;
|
|
31
|
+
codeName: string;
|
|
32
|
+
controlType: string;
|
|
33
|
+
logicName: string;
|
|
34
|
+
appDataEntityId: string;
|
|
35
|
+
controlParam: {};
|
|
36
|
+
name: string;
|
|
37
|
+
id: string;
|
|
38
|
+
};
|
|
39
|
+
export default _default;
|