@ibiz-template/web-theme 0.0.1 → 0.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.
- package/CHANGELOG.md +260 -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/index.d.ts +2 -0
- package/es/publish/app-index-view-layout-blank-mode.d.ts +27 -0
- package/es/publish/app-index-view-layout-center.d.ts +24 -0
- package/es/publish/app-index-view-layout-top.d.ts +164 -0
- package/es/publish/app-index-view-layout-top.mjs +3 -1
- package/es/publish/app-index-view-layout.d.ts +160 -0
- package/es/publish/app-index-view-layout.mjs +29 -48
- package/es/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.d.ts +166 -0
- package/es/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs +179 -0
- package/es/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.d.ts +140 -0
- package/es/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.mjs +178 -0
- package/es/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.d.ts +166 -0
- package/es/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.mjs +178 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.d.ts +166 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.mjs +178 -0
- package/es/publish/index.d.ts +9 -0
- package/es/publish/index.mjs +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.d.ts +154 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.mjs +3 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.d.ts +195 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.d.ts +85 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.d.ts +195 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.mjs +1 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.d.ts +211 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.d.ts +189 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.d.ts +143 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.mjs +227 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.d.ts +114 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.mjs +3 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.d.ts +85 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.d.ts +195 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.d.ts +85 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.d.ts +195 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.d.ts +165 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +4 -6
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.d.ts +113 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.d.ts +24 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.d.ts +23 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.mjs +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.d.ts +165 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs +7 -8
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.d.ts +114 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.d.ts +85 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.d.ts +194 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.d.ts +43 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.d.ts +272 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs +16 -15
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.d.ts +87 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.mjs +4 -6
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.d.ts +189 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.d.ts +113 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.d.ts +88 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.mjs +7 -8
- 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/default-theme.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 +3 -1
- package/lib/publish/app-index-view-layout.cjs +29 -48
- package/lib/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.cjs +183 -0
- package/lib/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.cjs +182 -0
- package/lib/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.cjs +182 -0
- package/lib/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.cjs +182 -0
- package/lib/publish/index.cjs +12 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.cjs +3 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.cjs +1 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.cjs +231 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.cjs +3 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +4 -6
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.cjs +30 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs +7 -8
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.cjs +16 -15
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.cjs +4 -6
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.cjs +7 -8
- 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/default-theme.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 +10 -8
|
@@ -0,0 +1,272 @@
|
|
|
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
|
+
caption: string;
|
|
82
|
+
itemStyle: string;
|
|
83
|
+
itemType: string;
|
|
84
|
+
layoutPos: {
|
|
85
|
+
grow: number;
|
|
86
|
+
shrink: number;
|
|
87
|
+
layout: string;
|
|
88
|
+
};
|
|
89
|
+
showCaption: boolean;
|
|
90
|
+
id: string;
|
|
91
|
+
}[];
|
|
92
|
+
layout: {
|
|
93
|
+
layout: string;
|
|
94
|
+
align?: undefined;
|
|
95
|
+
dir?: undefined;
|
|
96
|
+
};
|
|
97
|
+
dataRegionType: string;
|
|
98
|
+
caption: string;
|
|
99
|
+
itemStyle: string;
|
|
100
|
+
itemType: string;
|
|
101
|
+
layoutPos: {
|
|
102
|
+
grow: number;
|
|
103
|
+
shrink: number;
|
|
104
|
+
layout: string;
|
|
105
|
+
spacingLeft?: undefined;
|
|
106
|
+
spacingRight?: undefined;
|
|
107
|
+
width?: undefined;
|
|
108
|
+
widthMode?: undefined;
|
|
109
|
+
};
|
|
110
|
+
id: string;
|
|
111
|
+
contentWidth?: undefined;
|
|
112
|
+
width?: undefined;
|
|
113
|
+
} | {
|
|
114
|
+
panelItems: ({
|
|
115
|
+
actionType: string;
|
|
116
|
+
uiactionId: string;
|
|
117
|
+
tooltip: string;
|
|
118
|
+
caption: string;
|
|
119
|
+
itemStyle: string;
|
|
120
|
+
itemType: string;
|
|
121
|
+
layoutPos: {
|
|
122
|
+
shrink: number;
|
|
123
|
+
layout: string;
|
|
124
|
+
spacingBottom: string;
|
|
125
|
+
};
|
|
126
|
+
showCaption: boolean;
|
|
127
|
+
id: string;
|
|
128
|
+
} | {
|
|
129
|
+
actionType: string;
|
|
130
|
+
uiactionId: string;
|
|
131
|
+
tooltip: string;
|
|
132
|
+
caption: string;
|
|
133
|
+
itemStyle: string;
|
|
134
|
+
itemType: string;
|
|
135
|
+
layoutPos: {
|
|
136
|
+
shrink: number;
|
|
137
|
+
layout: string;
|
|
138
|
+
spacingBottom?: undefined;
|
|
139
|
+
};
|
|
140
|
+
showCaption: boolean;
|
|
141
|
+
id: string;
|
|
142
|
+
})[];
|
|
143
|
+
layout: {
|
|
144
|
+
align: string;
|
|
145
|
+
dir: string;
|
|
146
|
+
layout: string;
|
|
147
|
+
};
|
|
148
|
+
dataRegionType: string;
|
|
149
|
+
caption: string;
|
|
150
|
+
itemStyle: string;
|
|
151
|
+
itemType: string;
|
|
152
|
+
layoutPos: {
|
|
153
|
+
shrink: number;
|
|
154
|
+
layout: string;
|
|
155
|
+
spacingLeft: string;
|
|
156
|
+
spacingRight: string;
|
|
157
|
+
grow?: undefined;
|
|
158
|
+
width?: undefined;
|
|
159
|
+
widthMode?: undefined;
|
|
160
|
+
};
|
|
161
|
+
id: string;
|
|
162
|
+
contentWidth?: undefined;
|
|
163
|
+
width?: undefined;
|
|
164
|
+
} | {
|
|
165
|
+
panelItems: {
|
|
166
|
+
caption: string;
|
|
167
|
+
itemStyle: string;
|
|
168
|
+
itemType: string;
|
|
169
|
+
layoutPos: {
|
|
170
|
+
shrink: number;
|
|
171
|
+
layout: string;
|
|
172
|
+
};
|
|
173
|
+
showCaption: boolean;
|
|
174
|
+
id: string;
|
|
175
|
+
}[];
|
|
176
|
+
layout: {
|
|
177
|
+
layout: string;
|
|
178
|
+
align?: undefined;
|
|
179
|
+
dir?: undefined;
|
|
180
|
+
};
|
|
181
|
+
dataRegionType: string;
|
|
182
|
+
caption: string;
|
|
183
|
+
contentWidth: number;
|
|
184
|
+
itemStyle: string;
|
|
185
|
+
itemType: string;
|
|
186
|
+
layoutPos: {
|
|
187
|
+
shrink: number;
|
|
188
|
+
layout: string;
|
|
189
|
+
width: number;
|
|
190
|
+
widthMode: string;
|
|
191
|
+
grow?: undefined;
|
|
192
|
+
spacingLeft?: undefined;
|
|
193
|
+
spacingRight?: undefined;
|
|
194
|
+
};
|
|
195
|
+
width: number;
|
|
196
|
+
id: string;
|
|
197
|
+
})[];
|
|
198
|
+
predefinedType: string;
|
|
199
|
+
layout: {
|
|
200
|
+
dir: string;
|
|
201
|
+
layout: string;
|
|
202
|
+
valign?: undefined;
|
|
203
|
+
};
|
|
204
|
+
dataRegionType: string;
|
|
205
|
+
caption: string;
|
|
206
|
+
itemStyle: string;
|
|
207
|
+
itemType: string;
|
|
208
|
+
layoutPos: {
|
|
209
|
+
grow: number;
|
|
210
|
+
shrink: number;
|
|
211
|
+
layout: string;
|
|
212
|
+
};
|
|
213
|
+
id: string;
|
|
214
|
+
showCaption?: undefined;
|
|
215
|
+
} | {
|
|
216
|
+
panelItems: ({
|
|
217
|
+
actionType: string;
|
|
218
|
+
uiactionId: string;
|
|
219
|
+
tooltip: string;
|
|
220
|
+
caption: string;
|
|
221
|
+
itemStyle: string;
|
|
222
|
+
itemType: string;
|
|
223
|
+
layoutPos: {
|
|
224
|
+
shrink: number;
|
|
225
|
+
layout: string;
|
|
226
|
+
spacingRight?: undefined;
|
|
227
|
+
};
|
|
228
|
+
showCaption: boolean;
|
|
229
|
+
id: string;
|
|
230
|
+
} | {
|
|
231
|
+
actionType: string;
|
|
232
|
+
uiactionId: string;
|
|
233
|
+
tooltip: string;
|
|
234
|
+
caption: string;
|
|
235
|
+
itemStyle: string;
|
|
236
|
+
itemType: string;
|
|
237
|
+
layoutPos: {
|
|
238
|
+
shrink: number;
|
|
239
|
+
layout: string;
|
|
240
|
+
spacingRight: string;
|
|
241
|
+
};
|
|
242
|
+
showCaption: boolean;
|
|
243
|
+
id: string;
|
|
244
|
+
})[];
|
|
245
|
+
layout: {
|
|
246
|
+
dir: string;
|
|
247
|
+
layout: string;
|
|
248
|
+
valign: string;
|
|
249
|
+
};
|
|
250
|
+
dataRegionType: string;
|
|
251
|
+
caption: string;
|
|
252
|
+
itemStyle: string;
|
|
253
|
+
itemType: string;
|
|
254
|
+
layoutPos: {
|
|
255
|
+
shrink: number;
|
|
256
|
+
layout: string;
|
|
257
|
+
grow?: undefined;
|
|
258
|
+
};
|
|
259
|
+
id: string;
|
|
260
|
+
predefinedType?: undefined;
|
|
261
|
+
showCaption?: undefined;
|
|
262
|
+
})[];
|
|
263
|
+
layoutPanel: boolean;
|
|
264
|
+
codeName: string;
|
|
265
|
+
controlType: string;
|
|
266
|
+
logicName: string;
|
|
267
|
+
appDataEntityId: string;
|
|
268
|
+
controlParam: {};
|
|
269
|
+
name: string;
|
|
270
|
+
id: string;
|
|
271
|
+
};
|
|
272
|
+
export default _default;
|
|
@@ -167,7 +167,8 @@ var DEMPickupView = {
|
|
|
167
167
|
"itemType": "BUTTON",
|
|
168
168
|
"layoutPos": {
|
|
169
169
|
"shrink": 1,
|
|
170
|
-
"layout": "FLEX"
|
|
170
|
+
"layout": "FLEX",
|
|
171
|
+
"spacingBottom": "OUTERMEDIUM"
|
|
171
172
|
},
|
|
172
173
|
"showCaption": true,
|
|
173
174
|
"id": "button_addselection"
|
|
@@ -181,7 +182,8 @@ var DEMPickupView = {
|
|
|
181
182
|
"itemType": "BUTTON",
|
|
182
183
|
"layoutPos": {
|
|
183
184
|
"shrink": 1,
|
|
184
|
-
"layout": "FLEX"
|
|
185
|
+
"layout": "FLEX",
|
|
186
|
+
"spacingBottom": "OUTERMEDIUM"
|
|
185
187
|
},
|
|
186
188
|
"showCaption": true,
|
|
187
189
|
"id": "button_addall"
|
|
@@ -195,7 +197,8 @@ var DEMPickupView = {
|
|
|
195
197
|
"itemType": "BUTTON",
|
|
196
198
|
"layoutPos": {
|
|
197
199
|
"shrink": 1,
|
|
198
|
-
"layout": "FLEX"
|
|
200
|
+
"layout": "FLEX",
|
|
201
|
+
"spacingBottom": "OUTERMEDIUM"
|
|
199
202
|
},
|
|
200
203
|
"showCaption": true,
|
|
201
204
|
"id": "button_removeall"
|
|
@@ -216,19 +219,19 @@ var DEMPickupView = {
|
|
|
216
219
|
}
|
|
217
220
|
],
|
|
218
221
|
"layout": {
|
|
222
|
+
"align": "center",
|
|
223
|
+
"dir": "column",
|
|
219
224
|
"layout": "FLEX"
|
|
220
225
|
},
|
|
221
226
|
"dataRegionType": "INHERIT",
|
|
222
227
|
"caption": "\u5BB9\u5668",
|
|
223
|
-
"contentHeight": 36,
|
|
224
|
-
"height": 36,
|
|
225
228
|
"itemStyle": "DEFAULT",
|
|
226
229
|
"itemType": "CONTAINER",
|
|
227
230
|
"layoutPos": {
|
|
228
|
-
"shrink":
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
"
|
|
231
|
+
"shrink": 0,
|
|
232
|
+
"layout": "FLEX",
|
|
233
|
+
"spacingLeft": "OUTERMEDIUM",
|
|
234
|
+
"spacingRight": "OUTERMEDIUM"
|
|
232
235
|
},
|
|
233
236
|
"id": "container4"
|
|
234
237
|
},
|
|
@@ -255,7 +258,7 @@ var DEMPickupView = {
|
|
|
255
258
|
"itemStyle": "DEFAULT",
|
|
256
259
|
"itemType": "CONTAINER",
|
|
257
260
|
"layoutPos": {
|
|
258
|
-
"shrink":
|
|
261
|
+
"shrink": 0,
|
|
259
262
|
"layout": "FLEX",
|
|
260
263
|
"width": 300,
|
|
261
264
|
"widthMode": "PX"
|
|
@@ -264,6 +267,7 @@ var DEMPickupView = {
|
|
|
264
267
|
"id": "container5"
|
|
265
268
|
}
|
|
266
269
|
],
|
|
270
|
+
"predefinedType": "VIEWCONTENT",
|
|
267
271
|
"layout": {
|
|
268
272
|
"dir": "row",
|
|
269
273
|
"layout": "FLEX"
|
|
@@ -304,7 +308,8 @@ var DEMPickupView = {
|
|
|
304
308
|
"itemType": "BUTTON",
|
|
305
309
|
"layoutPos": {
|
|
306
310
|
"shrink": 1,
|
|
307
|
-
"layout": "FLEX"
|
|
311
|
+
"layout": "FLEX",
|
|
312
|
+
"spacingRight": "OUTERMEDIUM"
|
|
308
313
|
},
|
|
309
314
|
"showCaption": true,
|
|
310
315
|
"id": "button_cancelaction"
|
|
@@ -317,14 +322,10 @@ var DEMPickupView = {
|
|
|
317
322
|
},
|
|
318
323
|
"dataRegionType": "INHERIT",
|
|
319
324
|
"caption": "\u5BB9\u5668",
|
|
320
|
-
"contentHeight": 54,
|
|
321
|
-
"height": 54,
|
|
322
325
|
"itemStyle": "DEFAULT",
|
|
323
326
|
"itemType": "CONTAINER",
|
|
324
327
|
"layoutPos": {
|
|
325
328
|
"shrink": 0,
|
|
326
|
-
"height": 54,
|
|
327
|
-
"heightMode": "PX",
|
|
328
329
|
"layout": "FLEX"
|
|
329
330
|
},
|
|
330
331
|
"id": "view_footer"
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
rootPanelItems: ({
|
|
4
|
+
panelItems: {
|
|
5
|
+
caption: string;
|
|
6
|
+
itemStyle: string;
|
|
7
|
+
itemType: string;
|
|
8
|
+
layoutPos: {
|
|
9
|
+
shrink: number;
|
|
10
|
+
layout: string;
|
|
11
|
+
};
|
|
12
|
+
showCaption: boolean;
|
|
13
|
+
id: string;
|
|
14
|
+
}[];
|
|
15
|
+
predefinedType: string;
|
|
16
|
+
layout: {
|
|
17
|
+
layout: string;
|
|
18
|
+
dir?: undefined;
|
|
19
|
+
valign?: undefined;
|
|
20
|
+
};
|
|
21
|
+
dataRegionType: string;
|
|
22
|
+
caption: string;
|
|
23
|
+
itemStyle: string;
|
|
24
|
+
itemType: string;
|
|
25
|
+
layoutPos: {
|
|
26
|
+
grow: number;
|
|
27
|
+
shrink: number;
|
|
28
|
+
layout: string;
|
|
29
|
+
};
|
|
30
|
+
id: string;
|
|
31
|
+
} | {
|
|
32
|
+
panelItems: ({
|
|
33
|
+
actionType: string;
|
|
34
|
+
uiactionId: string;
|
|
35
|
+
tooltip: string;
|
|
36
|
+
caption: string;
|
|
37
|
+
itemStyle: string;
|
|
38
|
+
itemType: string;
|
|
39
|
+
layoutPos: {
|
|
40
|
+
shrink: number;
|
|
41
|
+
layout: string;
|
|
42
|
+
spacingRight?: undefined;
|
|
43
|
+
};
|
|
44
|
+
showCaption: boolean;
|
|
45
|
+
id: string;
|
|
46
|
+
} | {
|
|
47
|
+
actionType: string;
|
|
48
|
+
uiactionId: string;
|
|
49
|
+
tooltip: string;
|
|
50
|
+
caption: string;
|
|
51
|
+
itemStyle: string;
|
|
52
|
+
itemType: string;
|
|
53
|
+
layoutPos: {
|
|
54
|
+
shrink: number;
|
|
55
|
+
layout: string;
|
|
56
|
+
spacingRight: string;
|
|
57
|
+
};
|
|
58
|
+
showCaption: boolean;
|
|
59
|
+
id: string;
|
|
60
|
+
})[];
|
|
61
|
+
layout: {
|
|
62
|
+
dir: string;
|
|
63
|
+
layout: string;
|
|
64
|
+
valign: string;
|
|
65
|
+
};
|
|
66
|
+
dataRegionType: string;
|
|
67
|
+
caption: string;
|
|
68
|
+
itemStyle: string;
|
|
69
|
+
itemType: string;
|
|
70
|
+
layoutPos: {
|
|
71
|
+
shrink: number;
|
|
72
|
+
layout: string;
|
|
73
|
+
grow?: undefined;
|
|
74
|
+
};
|
|
75
|
+
id: string;
|
|
76
|
+
predefinedType?: undefined;
|
|
77
|
+
})[];
|
|
78
|
+
layoutPanel: boolean;
|
|
79
|
+
codeName: string;
|
|
80
|
+
controlType: string;
|
|
81
|
+
logicName: string;
|
|
82
|
+
appDataEntityId: string;
|
|
83
|
+
controlParam: {};
|
|
84
|
+
name: string;
|
|
85
|
+
id: string;
|
|
86
|
+
};
|
|
87
|
+
export default _default;
|
|
@@ -15,6 +15,7 @@ var DEWFDynaActionView = {
|
|
|
15
15
|
"id": "form"
|
|
16
16
|
}
|
|
17
17
|
],
|
|
18
|
+
"predefinedType": "VIEWCONTENT",
|
|
18
19
|
"layout": {
|
|
19
20
|
"layout": "FLEX"
|
|
20
21
|
},
|
|
@@ -54,7 +55,8 @@ var DEWFDynaActionView = {
|
|
|
54
55
|
"itemType": "BUTTON",
|
|
55
56
|
"layoutPos": {
|
|
56
57
|
"shrink": 1,
|
|
57
|
-
"layout": "FLEX"
|
|
58
|
+
"layout": "FLEX",
|
|
59
|
+
"spacingRight": "OUTERMEDIUM"
|
|
58
60
|
},
|
|
59
61
|
"showCaption": true,
|
|
60
62
|
"id": "button_cancelaction"
|
|
@@ -67,17 +69,13 @@ var DEWFDynaActionView = {
|
|
|
67
69
|
},
|
|
68
70
|
"dataRegionType": "INHERIT",
|
|
69
71
|
"caption": "\u5BB9\u5668",
|
|
70
|
-
"contentHeight": 54,
|
|
71
|
-
"height": 54,
|
|
72
72
|
"itemStyle": "DEFAULT",
|
|
73
73
|
"itemType": "CONTAINER",
|
|
74
74
|
"layoutPos": {
|
|
75
75
|
"shrink": 0,
|
|
76
|
-
"height": 54,
|
|
77
|
-
"heightMode": "PX",
|
|
78
76
|
"layout": "FLEX"
|
|
79
77
|
},
|
|
80
|
-
"id": "
|
|
78
|
+
"id": "view_footer"
|
|
81
79
|
}
|
|
82
80
|
],
|
|
83
81
|
"layoutPanel": true,
|
|
@@ -0,0 +1,189 @@
|
|
|
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
|
+
};
|
|
65
|
+
dataRegionType: string;
|
|
66
|
+
caption: string;
|
|
67
|
+
itemStyle: string;
|
|
68
|
+
itemType: string;
|
|
69
|
+
layoutPos: {
|
|
70
|
+
shrink: number;
|
|
71
|
+
layout: string;
|
|
72
|
+
height?: undefined;
|
|
73
|
+
heightMode?: undefined;
|
|
74
|
+
grow?: undefined;
|
|
75
|
+
};
|
|
76
|
+
showCaption: boolean;
|
|
77
|
+
id: string;
|
|
78
|
+
contentHeight?: undefined;
|
|
79
|
+
height?: undefined;
|
|
80
|
+
} | {
|
|
81
|
+
panelItems: {
|
|
82
|
+
caption: string;
|
|
83
|
+
itemStyle: string;
|
|
84
|
+
itemType: string;
|
|
85
|
+
layoutPos: {
|
|
86
|
+
shrink: number;
|
|
87
|
+
heightMode: string;
|
|
88
|
+
layout: string;
|
|
89
|
+
widthMode: string;
|
|
90
|
+
};
|
|
91
|
+
showCaption: boolean;
|
|
92
|
+
id: string;
|
|
93
|
+
}[];
|
|
94
|
+
layout: {
|
|
95
|
+
layout: string;
|
|
96
|
+
};
|
|
97
|
+
dataRegionType: string;
|
|
98
|
+
caption: string;
|
|
99
|
+
contentHeight: number;
|
|
100
|
+
height: number;
|
|
101
|
+
itemStyle: string;
|
|
102
|
+
itemType: string;
|
|
103
|
+
layoutPos: {
|
|
104
|
+
shrink: number;
|
|
105
|
+
height: number;
|
|
106
|
+
heightMode: string;
|
|
107
|
+
layout: string;
|
|
108
|
+
grow?: undefined;
|
|
109
|
+
};
|
|
110
|
+
id: string;
|
|
111
|
+
predefinedType?: undefined;
|
|
112
|
+
showCaption?: undefined;
|
|
113
|
+
} | {
|
|
114
|
+
panelItems: {
|
|
115
|
+
caption: string;
|
|
116
|
+
itemStyle: string;
|
|
117
|
+
itemType: string;
|
|
118
|
+
layoutPos: {
|
|
119
|
+
shrink: number;
|
|
120
|
+
layout: string;
|
|
121
|
+
};
|
|
122
|
+
showCaption: boolean;
|
|
123
|
+
id: string;
|
|
124
|
+
}[];
|
|
125
|
+
layout: {
|
|
126
|
+
layout: string;
|
|
127
|
+
};
|
|
128
|
+
dataRegionType: string;
|
|
129
|
+
caption: string;
|
|
130
|
+
itemStyle: string;
|
|
131
|
+
itemType: string;
|
|
132
|
+
layoutPos: {
|
|
133
|
+
grow: number;
|
|
134
|
+
shrink: number;
|
|
135
|
+
layout: string;
|
|
136
|
+
height?: undefined;
|
|
137
|
+
heightMode?: undefined;
|
|
138
|
+
};
|
|
139
|
+
id: string;
|
|
140
|
+
predefinedType?: undefined;
|
|
141
|
+
showCaption?: undefined;
|
|
142
|
+
contentHeight?: undefined;
|
|
143
|
+
height?: undefined;
|
|
144
|
+
} | {
|
|
145
|
+
panelItems: {
|
|
146
|
+
rawItem: {
|
|
147
|
+
predefinedType: string;
|
|
148
|
+
id: string;
|
|
149
|
+
};
|
|
150
|
+
caption: string;
|
|
151
|
+
itemStyle: string;
|
|
152
|
+
itemType: string;
|
|
153
|
+
layoutPos: {
|
|
154
|
+
shrink: number;
|
|
155
|
+
layout: string;
|
|
156
|
+
};
|
|
157
|
+
showCaption: boolean;
|
|
158
|
+
id: string;
|
|
159
|
+
}[];
|
|
160
|
+
layout: {
|
|
161
|
+
layout: string;
|
|
162
|
+
};
|
|
163
|
+
dataRegionType: string;
|
|
164
|
+
caption: string;
|
|
165
|
+
itemStyle: string;
|
|
166
|
+
itemType: string;
|
|
167
|
+
layoutPos: {
|
|
168
|
+
grow: number;
|
|
169
|
+
shrink: number;
|
|
170
|
+
layout: string;
|
|
171
|
+
height?: undefined;
|
|
172
|
+
heightMode?: undefined;
|
|
173
|
+
};
|
|
174
|
+
id: string;
|
|
175
|
+
predefinedType?: undefined;
|
|
176
|
+
showCaption?: undefined;
|
|
177
|
+
contentHeight?: undefined;
|
|
178
|
+
height?: undefined;
|
|
179
|
+
})[];
|
|
180
|
+
layoutPanel: boolean;
|
|
181
|
+
codeName: string;
|
|
182
|
+
controlType: string;
|
|
183
|
+
logicName: string;
|
|
184
|
+
appDataEntityId: string;
|
|
185
|
+
controlParam: {};
|
|
186
|
+
name: string;
|
|
187
|
+
id: string;
|
|
188
|
+
};
|
|
189
|
+
export default _default;
|