@ibiz-template/web-theme 1.1.15 → 1.1.17
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 +17 -0
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/app-data-upload-view.d.ts +35 -0
- package/es/publish/app-data-upload-view.mjs +39 -0
- package/es/publish/app-index-view-layout.d.ts +2 -53
- package/es/publish/app-index-view-layout.mjs +39 -51
- package/es/publish/control-layout/control-layout-model-repository-tree-layout.d.ts +3 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-layout.mjs +2 -0
- package/es/publish/index.mjs +2 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.d.ts +1 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +1 -0
- package/lib/publish/app-data-upload-view.cjs +43 -0
- package/lib/publish/app-index-view-layout.cjs +39 -51
- package/lib/publish/control-layout/control-layout-model-repository-tree-layout.cjs +2 -0
- package/lib/publish/index.cjs +2 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +1 -0
- package/package.json +1 -1
- package/src/publish/app-data-upload-view.ts +36 -0
- package/src/publish/app-index-view-layout.ts +39 -51
- package/src/publish/control-layout/control-layout-model-repository-tree-layout.ts +2 -0
- package/src/publish/index.ts +3 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.ts +1 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: {
|
|
7
|
+
rawItem: {
|
|
8
|
+
caption: string;
|
|
9
|
+
halign: string;
|
|
10
|
+
renderMode: string;
|
|
11
|
+
valign: string;
|
|
12
|
+
wrapMode: string;
|
|
13
|
+
contentType: string;
|
|
14
|
+
predefinedType: string;
|
|
15
|
+
id: string;
|
|
16
|
+
};
|
|
17
|
+
caption: string;
|
|
18
|
+
itemStyle: string;
|
|
19
|
+
itemType: string;
|
|
20
|
+
layoutPos: {
|
|
21
|
+
shrink: number;
|
|
22
|
+
layout: string;
|
|
23
|
+
};
|
|
24
|
+
showCaption: boolean;
|
|
25
|
+
id: string;
|
|
26
|
+
}[];
|
|
27
|
+
layoutPanel: boolean;
|
|
28
|
+
codeName: string;
|
|
29
|
+
controlType: string;
|
|
30
|
+
logicName: string;
|
|
31
|
+
controlParam: {};
|
|
32
|
+
name: string;
|
|
33
|
+
id: string;
|
|
34
|
+
};
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var AppDataUploadView = {
|
|
3
|
+
"layoutMode": "FLEX",
|
|
4
|
+
"layout": {
|
|
5
|
+
"layout": "FLEX"
|
|
6
|
+
},
|
|
7
|
+
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"rawItem": {
|
|
10
|
+
"caption": "\u6587\u672C\u5185\u5BB9",
|
|
11
|
+
"halign": "LEFT",
|
|
12
|
+
"renderMode": "TEXT",
|
|
13
|
+
"valign": "MIDDLE",
|
|
14
|
+
"wrapMode": "NOWRAP",
|
|
15
|
+
"contentType": "RAW",
|
|
16
|
+
"predefinedType": "DATA_IMPORT",
|
|
17
|
+
"id": "data_import"
|
|
18
|
+
},
|
|
19
|
+
"caption": "\u6570\u636E\u5BFC\u5165",
|
|
20
|
+
"itemStyle": "DEFAULT",
|
|
21
|
+
"itemType": "RAWITEM",
|
|
22
|
+
"layoutPos": {
|
|
23
|
+
"shrink": 1,
|
|
24
|
+
"layout": "FLEX"
|
|
25
|
+
},
|
|
26
|
+
"showCaption": true,
|
|
27
|
+
"id": "data_import"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"layoutPanel": true,
|
|
31
|
+
"codeName": "AppDataUploadViewLayout",
|
|
32
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
33
|
+
"logicName": "\u5E94\u7528\u6570\u636E\u5BFC\u5165\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
34
|
+
"controlParam": {},
|
|
35
|
+
"name": "layoutpanel",
|
|
36
|
+
"id": "appdatauploadviewlayout"
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
export { AppDataUploadView as default };
|
|
@@ -99,7 +99,7 @@ declare const _default: {
|
|
|
99
99
|
layout?: undefined;
|
|
100
100
|
dataRegionType?: undefined;
|
|
101
101
|
} | {
|
|
102
|
-
panelItems:
|
|
102
|
+
panelItems: {
|
|
103
103
|
panelItems: {
|
|
104
104
|
rawItem: {
|
|
105
105
|
sysImage: {
|
|
@@ -146,58 +146,7 @@ declare const _default: {
|
|
|
146
146
|
};
|
|
147
147
|
width: number;
|
|
148
148
|
id: string;
|
|
149
|
-
}
|
|
150
|
-
panelItems: {
|
|
151
|
-
actionType: string;
|
|
152
|
-
buttonHeight: number;
|
|
153
|
-
buttonStyle: string;
|
|
154
|
-
buttonType: string;
|
|
155
|
-
buttonWidth: number;
|
|
156
|
-
renderMode: string;
|
|
157
|
-
tooltip: string;
|
|
158
|
-
uiactionTarget: string;
|
|
159
|
-
caption: string;
|
|
160
|
-
contentHeight: number;
|
|
161
|
-
contentWidth: number;
|
|
162
|
-
height: number;
|
|
163
|
-
itemStyle: string;
|
|
164
|
-
itemType: string;
|
|
165
|
-
layoutPos: {
|
|
166
|
-
shrink: number;
|
|
167
|
-
height: number;
|
|
168
|
-
heightMode: string;
|
|
169
|
-
layout: string;
|
|
170
|
-
width: number;
|
|
171
|
-
widthMode: string;
|
|
172
|
-
};
|
|
173
|
-
sysImage: {
|
|
174
|
-
imagePath: string;
|
|
175
|
-
imagePathX: string;
|
|
176
|
-
};
|
|
177
|
-
width: number;
|
|
178
|
-
id: string;
|
|
179
|
-
}[];
|
|
180
|
-
layout: {
|
|
181
|
-
layout: string;
|
|
182
|
-
};
|
|
183
|
-
dataRegionType: string;
|
|
184
|
-
caption: string;
|
|
185
|
-
contentHeight: number;
|
|
186
|
-
contentWidth: number;
|
|
187
|
-
height: number;
|
|
188
|
-
itemStyle: string;
|
|
189
|
-
itemType: string;
|
|
190
|
-
layoutPos: {
|
|
191
|
-
shrink: number;
|
|
192
|
-
height: number;
|
|
193
|
-
heightMode: string;
|
|
194
|
-
layout: string;
|
|
195
|
-
width: number;
|
|
196
|
-
widthMode: string;
|
|
197
|
-
};
|
|
198
|
-
width: number;
|
|
199
|
-
id: string;
|
|
200
|
-
})[];
|
|
149
|
+
}[];
|
|
201
150
|
predefinedType: string;
|
|
202
151
|
layout: {
|
|
203
152
|
align: string;
|
|
@@ -179,34 +179,30 @@ var AppIndexViewLayout = {
|
|
|
179
179
|
{
|
|
180
180
|
"panelItems": [
|
|
181
181
|
{
|
|
182
|
-
"
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
"
|
|
192
|
-
"contentWidth": 48,
|
|
193
|
-
"height": 48,
|
|
182
|
+
"rawItem": {
|
|
183
|
+
"sysImage": {
|
|
184
|
+
"imagePath": "svg/setting.svg",
|
|
185
|
+
"imagePathX": "svg/setting.svg"
|
|
186
|
+
},
|
|
187
|
+
"contentType": "IMAGE",
|
|
188
|
+
"predefinedType": "SETTING",
|
|
189
|
+
"id": "setting"
|
|
190
|
+
},
|
|
191
|
+
"caption": "\u8BBE\u7F6E",
|
|
194
192
|
"itemStyle": "DEFAULT",
|
|
195
|
-
"itemType": "
|
|
193
|
+
"itemType": "RAWITEM",
|
|
196
194
|
"layoutPos": {
|
|
197
195
|
"shrink": 1,
|
|
198
|
-
"height": 48,
|
|
199
196
|
"heightMode": "FULL",
|
|
200
197
|
"layout": "FLEX",
|
|
201
|
-
"width": 48,
|
|
202
198
|
"widthMode": "FULL"
|
|
203
199
|
},
|
|
204
200
|
"sysImage": {
|
|
205
201
|
"imagePath": "svg/setting.svg",
|
|
206
202
|
"imagePathX": "svg/setting.svg"
|
|
207
203
|
},
|
|
208
|
-
"
|
|
209
|
-
"id": "
|
|
204
|
+
"showCaption": true,
|
|
205
|
+
"id": "setting"
|
|
210
206
|
}
|
|
211
207
|
],
|
|
212
208
|
"layout": {
|
|
@@ -233,34 +229,30 @@ var AppIndexViewLayout = {
|
|
|
233
229
|
{
|
|
234
230
|
"panelItems": [
|
|
235
231
|
{
|
|
236
|
-
"
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
"
|
|
246
|
-
"contentWidth": 48,
|
|
247
|
-
"height": 48,
|
|
232
|
+
"rawItem": {
|
|
233
|
+
"sysImage": {
|
|
234
|
+
"imagePath": "svg/helper.svg",
|
|
235
|
+
"imagePathX": "svg/helper.svg"
|
|
236
|
+
},
|
|
237
|
+
"contentType": "IMAGE",
|
|
238
|
+
"predefinedType": "HELPER",
|
|
239
|
+
"id": "helper"
|
|
240
|
+
},
|
|
241
|
+
"caption": "\u5E2E\u52A9",
|
|
248
242
|
"itemStyle": "DEFAULT",
|
|
249
|
-
"itemType": "
|
|
243
|
+
"itemType": "RAWITEM",
|
|
250
244
|
"layoutPos": {
|
|
251
245
|
"shrink": 1,
|
|
252
|
-
"height": 48,
|
|
253
246
|
"heightMode": "FULL",
|
|
254
247
|
"layout": "FLEX",
|
|
255
|
-
"width": 48,
|
|
256
248
|
"widthMode": "FULL"
|
|
257
249
|
},
|
|
258
250
|
"sysImage": {
|
|
259
251
|
"imagePath": "svg/helper.svg",
|
|
260
252
|
"imagePathX": "svg/helper.svg"
|
|
261
253
|
},
|
|
262
|
-
"
|
|
263
|
-
"id": "
|
|
254
|
+
"showCaption": true,
|
|
255
|
+
"id": "helper"
|
|
264
256
|
}
|
|
265
257
|
],
|
|
266
258
|
"layout": {
|
|
@@ -287,34 +279,30 @@ var AppIndexViewLayout = {
|
|
|
287
279
|
{
|
|
288
280
|
"panelItems": [
|
|
289
281
|
{
|
|
290
|
-
"
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
"
|
|
300
|
-
"contentWidth": 48,
|
|
301
|
-
"height": 48,
|
|
282
|
+
"rawItem": {
|
|
283
|
+
"sysImage": {
|
|
284
|
+
"imagePath": "svg/custom-workbench.svg",
|
|
285
|
+
"imagePathX": "svg/custom-workbench.svg"
|
|
286
|
+
},
|
|
287
|
+
"contentType": "IMAGE",
|
|
288
|
+
"predefinedType": "CUSTOM",
|
|
289
|
+
"id": "custom"
|
|
290
|
+
},
|
|
291
|
+
"caption": "\u81EA\u5B9A\u4E49\u529F\u80FD",
|
|
302
292
|
"itemStyle": "DEFAULT",
|
|
303
|
-
"itemType": "
|
|
293
|
+
"itemType": "RAWITEM",
|
|
304
294
|
"layoutPos": {
|
|
305
295
|
"shrink": 1,
|
|
306
|
-
"height": 48,
|
|
307
296
|
"heightMode": "FULL",
|
|
308
297
|
"layout": "FLEX",
|
|
309
|
-
"width": 48,
|
|
310
298
|
"widthMode": "FULL"
|
|
311
299
|
},
|
|
312
300
|
"sysImage": {
|
|
313
301
|
"imagePath": "svg/custom-workbench.svg",
|
|
314
302
|
"imagePathX": "svg/custom-workbench.svg"
|
|
315
303
|
},
|
|
316
|
-
"
|
|
317
|
-
"id": "
|
|
304
|
+
"showCaption": true,
|
|
305
|
+
"id": "custom"
|
|
318
306
|
}
|
|
319
307
|
],
|
|
320
308
|
"layout": {
|
|
@@ -40,6 +40,7 @@ declare const _default: {
|
|
|
40
40
|
layoutPos: {
|
|
41
41
|
shrink: number;
|
|
42
42
|
layout: string;
|
|
43
|
+
grow?: undefined;
|
|
43
44
|
};
|
|
44
45
|
id: string;
|
|
45
46
|
} | {
|
|
@@ -48,6 +49,7 @@ declare const _default: {
|
|
|
48
49
|
itemStyle: string;
|
|
49
50
|
itemType: string;
|
|
50
51
|
layoutPos: {
|
|
52
|
+
grow: number;
|
|
51
53
|
shrink: number;
|
|
52
54
|
layout: string;
|
|
53
55
|
};
|
|
@@ -62,6 +64,7 @@ declare const _default: {
|
|
|
62
64
|
itemStyle: string;
|
|
63
65
|
itemType: string;
|
|
64
66
|
layoutPos: {
|
|
67
|
+
grow: number;
|
|
65
68
|
shrink: number;
|
|
66
69
|
layout: string;
|
|
67
70
|
};
|
|
@@ -56,6 +56,7 @@ var Tree = {
|
|
|
56
56
|
"itemStyle": "DEFAULT",
|
|
57
57
|
"itemType": "CTRLPOS",
|
|
58
58
|
"layoutPos": {
|
|
59
|
+
"grow": 1,
|
|
59
60
|
"shrink": 1,
|
|
60
61
|
"layout": "FLEX"
|
|
61
62
|
},
|
|
@@ -71,6 +72,7 @@ var Tree = {
|
|
|
71
72
|
"itemStyle": "DEFAULT",
|
|
72
73
|
"itemType": "CONTAINER",
|
|
73
74
|
"layoutPos": {
|
|
75
|
+
"grow": 1,
|
|
74
76
|
"shrink": 1,
|
|
75
77
|
"layout": "FLEX"
|
|
76
78
|
},
|
package/es/publish/index.mjs
CHANGED
|
@@ -5,6 +5,7 @@ import AppIndexViewLayout_CENTER from './app-index-view-layout-center.mjs';
|
|
|
5
5
|
import AppIndexViewLayout_TOP from './app-index-view-layout-top.mjs';
|
|
6
6
|
import AppIndexViewLayout from './app-index-view-layout.mjs';
|
|
7
7
|
import AppLoginView from './app-login-view.mjs';
|
|
8
|
+
import AppDataUploadView from './app-data-upload-view.mjs';
|
|
8
9
|
import DEChartView from './view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.mjs';
|
|
9
10
|
import DECalendarExpView from './view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.mjs';
|
|
10
11
|
import DECalendarView from './view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.mjs';
|
|
@@ -66,6 +67,7 @@ function install(callBack) {
|
|
|
66
67
|
callBack("APPINDEXVIEW_DEFAULT_LEFT_NO_NAV", AppIndexViewLayout_NO_NAV);
|
|
67
68
|
callBack("APPINDEXVIEW_DEFAULT_TOP_NO_NAV", AppIndexViewLayout_TOP_NO_NAV);
|
|
68
69
|
callBack("APPLOGINVIEW_DEFAULT", AppLoginView);
|
|
70
|
+
callBack("APPDATAUPLOADVIEW_DEFAULT", AppDataUploadView);
|
|
69
71
|
callBack("DECHARTVIEW_DEFAULT", DEChartView);
|
|
70
72
|
callBack("DECHARTVIEW9_DEFAULT", DEChartView);
|
|
71
73
|
callBack("DECALENDAREXPVIEW_DEFAULT", DECalendarExpView);
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
var AppDataUploadView = {
|
|
7
|
+
"layoutMode": "FLEX",
|
|
8
|
+
"layout": {
|
|
9
|
+
"layout": "FLEX"
|
|
10
|
+
},
|
|
11
|
+
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"caption": "\u6587\u672C\u5185\u5BB9",
|
|
15
|
+
"halign": "LEFT",
|
|
16
|
+
"renderMode": "TEXT",
|
|
17
|
+
"valign": "MIDDLE",
|
|
18
|
+
"wrapMode": "NOWRAP",
|
|
19
|
+
"contentType": "RAW",
|
|
20
|
+
"predefinedType": "DATA_IMPORT",
|
|
21
|
+
"id": "data_import"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u6570\u636E\u5BFC\u5165",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 1,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "data_import"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"layoutPanel": true,
|
|
35
|
+
"codeName": "AppDataUploadViewLayout",
|
|
36
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
37
|
+
"logicName": "\u5E94\u7528\u6570\u636E\u5BFC\u5165\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
38
|
+
"controlParam": {},
|
|
39
|
+
"name": "layoutpanel",
|
|
40
|
+
"id": "appdatauploadviewlayout"
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
exports.default = AppDataUploadView;
|
|
@@ -183,34 +183,30 @@ var AppIndexViewLayout = {
|
|
|
183
183
|
{
|
|
184
184
|
"panelItems": [
|
|
185
185
|
{
|
|
186
|
-
"
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
"
|
|
196
|
-
"contentWidth": 48,
|
|
197
|
-
"height": 48,
|
|
186
|
+
"rawItem": {
|
|
187
|
+
"sysImage": {
|
|
188
|
+
"imagePath": "svg/setting.svg",
|
|
189
|
+
"imagePathX": "svg/setting.svg"
|
|
190
|
+
},
|
|
191
|
+
"contentType": "IMAGE",
|
|
192
|
+
"predefinedType": "SETTING",
|
|
193
|
+
"id": "setting"
|
|
194
|
+
},
|
|
195
|
+
"caption": "\u8BBE\u7F6E",
|
|
198
196
|
"itemStyle": "DEFAULT",
|
|
199
|
-
"itemType": "
|
|
197
|
+
"itemType": "RAWITEM",
|
|
200
198
|
"layoutPos": {
|
|
201
199
|
"shrink": 1,
|
|
202
|
-
"height": 48,
|
|
203
200
|
"heightMode": "FULL",
|
|
204
201
|
"layout": "FLEX",
|
|
205
|
-
"width": 48,
|
|
206
202
|
"widthMode": "FULL"
|
|
207
203
|
},
|
|
208
204
|
"sysImage": {
|
|
209
205
|
"imagePath": "svg/setting.svg",
|
|
210
206
|
"imagePathX": "svg/setting.svg"
|
|
211
207
|
},
|
|
212
|
-
"
|
|
213
|
-
"id": "
|
|
208
|
+
"showCaption": true,
|
|
209
|
+
"id": "setting"
|
|
214
210
|
}
|
|
215
211
|
],
|
|
216
212
|
"layout": {
|
|
@@ -237,34 +233,30 @@ var AppIndexViewLayout = {
|
|
|
237
233
|
{
|
|
238
234
|
"panelItems": [
|
|
239
235
|
{
|
|
240
|
-
"
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
"
|
|
250
|
-
"contentWidth": 48,
|
|
251
|
-
"height": 48,
|
|
236
|
+
"rawItem": {
|
|
237
|
+
"sysImage": {
|
|
238
|
+
"imagePath": "svg/helper.svg",
|
|
239
|
+
"imagePathX": "svg/helper.svg"
|
|
240
|
+
},
|
|
241
|
+
"contentType": "IMAGE",
|
|
242
|
+
"predefinedType": "HELPER",
|
|
243
|
+
"id": "helper"
|
|
244
|
+
},
|
|
245
|
+
"caption": "\u5E2E\u52A9",
|
|
252
246
|
"itemStyle": "DEFAULT",
|
|
253
|
-
"itemType": "
|
|
247
|
+
"itemType": "RAWITEM",
|
|
254
248
|
"layoutPos": {
|
|
255
249
|
"shrink": 1,
|
|
256
|
-
"height": 48,
|
|
257
250
|
"heightMode": "FULL",
|
|
258
251
|
"layout": "FLEX",
|
|
259
|
-
"width": 48,
|
|
260
252
|
"widthMode": "FULL"
|
|
261
253
|
},
|
|
262
254
|
"sysImage": {
|
|
263
255
|
"imagePath": "svg/helper.svg",
|
|
264
256
|
"imagePathX": "svg/helper.svg"
|
|
265
257
|
},
|
|
266
|
-
"
|
|
267
|
-
"id": "
|
|
258
|
+
"showCaption": true,
|
|
259
|
+
"id": "helper"
|
|
268
260
|
}
|
|
269
261
|
],
|
|
270
262
|
"layout": {
|
|
@@ -291,34 +283,30 @@ var AppIndexViewLayout = {
|
|
|
291
283
|
{
|
|
292
284
|
"panelItems": [
|
|
293
285
|
{
|
|
294
|
-
"
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
"
|
|
304
|
-
"contentWidth": 48,
|
|
305
|
-
"height": 48,
|
|
286
|
+
"rawItem": {
|
|
287
|
+
"sysImage": {
|
|
288
|
+
"imagePath": "svg/custom-workbench.svg",
|
|
289
|
+
"imagePathX": "svg/custom-workbench.svg"
|
|
290
|
+
},
|
|
291
|
+
"contentType": "IMAGE",
|
|
292
|
+
"predefinedType": "CUSTOM",
|
|
293
|
+
"id": "custom"
|
|
294
|
+
},
|
|
295
|
+
"caption": "\u81EA\u5B9A\u4E49\u529F\u80FD",
|
|
306
296
|
"itemStyle": "DEFAULT",
|
|
307
|
-
"itemType": "
|
|
297
|
+
"itemType": "RAWITEM",
|
|
308
298
|
"layoutPos": {
|
|
309
299
|
"shrink": 1,
|
|
310
|
-
"height": 48,
|
|
311
300
|
"heightMode": "FULL",
|
|
312
301
|
"layout": "FLEX",
|
|
313
|
-
"width": 48,
|
|
314
302
|
"widthMode": "FULL"
|
|
315
303
|
},
|
|
316
304
|
"sysImage": {
|
|
317
305
|
"imagePath": "svg/custom-workbench.svg",
|
|
318
306
|
"imagePathX": "svg/custom-workbench.svg"
|
|
319
307
|
},
|
|
320
|
-
"
|
|
321
|
-
"id": "
|
|
308
|
+
"showCaption": true,
|
|
309
|
+
"id": "custom"
|
|
322
310
|
}
|
|
323
311
|
],
|
|
324
312
|
"layout": {
|
|
@@ -60,6 +60,7 @@ var Tree = {
|
|
|
60
60
|
"itemStyle": "DEFAULT",
|
|
61
61
|
"itemType": "CTRLPOS",
|
|
62
62
|
"layoutPos": {
|
|
63
|
+
"grow": 1,
|
|
63
64
|
"shrink": 1,
|
|
64
65
|
"layout": "FLEX"
|
|
65
66
|
},
|
|
@@ -75,6 +76,7 @@ var Tree = {
|
|
|
75
76
|
"itemStyle": "DEFAULT",
|
|
76
77
|
"itemType": "CONTAINER",
|
|
77
78
|
"layoutPos": {
|
|
79
|
+
"grow": 1,
|
|
78
80
|
"shrink": 1,
|
|
79
81
|
"layout": "FLEX"
|
|
80
82
|
},
|
package/lib/publish/index.cjs
CHANGED
|
@@ -7,6 +7,7 @@ var appIndexViewLayoutCenter = require('./app-index-view-layout-center.cjs');
|
|
|
7
7
|
var appIndexViewLayoutTop = require('./app-index-view-layout-top.cjs');
|
|
8
8
|
var appIndexViewLayout = require('./app-index-view-layout.cjs');
|
|
9
9
|
var appLoginView = require('./app-login-view.cjs');
|
|
10
|
+
var appDataUploadView = require('./app-data-upload-view.cjs');
|
|
10
11
|
var viewLayoutModelRepositoryDeChartViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.cjs');
|
|
11
12
|
var viewLayoutModelRepositoryDeCalendarExpViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.cjs');
|
|
12
13
|
var viewLayoutModelRepositoryDeCalendarViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.cjs');
|
|
@@ -68,6 +69,7 @@ function install(callBack) {
|
|
|
68
69
|
callBack("APPINDEXVIEW_DEFAULT_LEFT_NO_NAV", appIndexViewLayoutNoNav.default);
|
|
69
70
|
callBack("APPINDEXVIEW_DEFAULT_TOP_NO_NAV", appIndexViewLayoutTopNonav.default);
|
|
70
71
|
callBack("APPLOGINVIEW_DEFAULT", appLoginView.default);
|
|
72
|
+
callBack("APPDATAUPLOADVIEW_DEFAULT", appDataUploadView.default);
|
|
71
73
|
callBack("DECHARTVIEW_DEFAULT", viewLayoutModelRepositoryDeChartViewLayout.default);
|
|
72
74
|
callBack("DECHARTVIEW9_DEFAULT", viewLayoutModelRepositoryDeChartViewLayout.default);
|
|
73
75
|
callBack("DECALENDAREXPVIEW_DEFAULT", viewLayoutModelRepositoryDeCalendarExpViewLayout.default);
|
package/package.json
CHANGED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"layout": {
|
|
4
|
+
"layout": "FLEX"
|
|
5
|
+
},
|
|
6
|
+
"rootPanelItems": [
|
|
7
|
+
{
|
|
8
|
+
"rawItem": {
|
|
9
|
+
"caption": "文本内容",
|
|
10
|
+
"halign": "LEFT",
|
|
11
|
+
"renderMode": "TEXT",
|
|
12
|
+
"valign": "MIDDLE",
|
|
13
|
+
"wrapMode": "NOWRAP",
|
|
14
|
+
"contentType": "RAW",
|
|
15
|
+
"predefinedType": "DATA_IMPORT",
|
|
16
|
+
"id": "data_import"
|
|
17
|
+
},
|
|
18
|
+
"caption": "数据导入",
|
|
19
|
+
"itemStyle": "DEFAULT",
|
|
20
|
+
"itemType": "RAWITEM",
|
|
21
|
+
"layoutPos": {
|
|
22
|
+
"shrink": 1,
|
|
23
|
+
"layout": "FLEX"
|
|
24
|
+
},
|
|
25
|
+
"showCaption": true,
|
|
26
|
+
"id": "data_import"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"layoutPanel": true,
|
|
30
|
+
"codeName": "AppDataUploadViewLayout",
|
|
31
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
32
|
+
"logicName": "应用数据导入视图布局面板(预置模型)",
|
|
33
|
+
"controlParam": {},
|
|
34
|
+
"name": "layoutpanel",
|
|
35
|
+
"id": "appdatauploadviewlayout"
|
|
36
|
+
}
|