@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
|
@@ -178,34 +178,30 @@ export default {
|
|
|
178
178
|
{
|
|
179
179
|
"panelItems": [
|
|
180
180
|
{
|
|
181
|
-
"
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
"
|
|
191
|
-
"contentWidth": 48,
|
|
192
|
-
"height": 48,
|
|
181
|
+
"rawItem": {
|
|
182
|
+
"sysImage": {
|
|
183
|
+
"imagePath": "svg/setting.svg",
|
|
184
|
+
"imagePathX": "svg/setting.svg"
|
|
185
|
+
},
|
|
186
|
+
"contentType": "IMAGE",
|
|
187
|
+
"predefinedType": "SETTING",
|
|
188
|
+
"id": "setting"
|
|
189
|
+
},
|
|
190
|
+
"caption": "设置",
|
|
193
191
|
"itemStyle": "DEFAULT",
|
|
194
|
-
"itemType": "
|
|
192
|
+
"itemType": "RAWITEM",
|
|
195
193
|
"layoutPos": {
|
|
196
194
|
"shrink": 1,
|
|
197
|
-
"height": 48,
|
|
198
195
|
"heightMode": "FULL",
|
|
199
196
|
"layout": "FLEX",
|
|
200
|
-
"width": 48,
|
|
201
197
|
"widthMode": "FULL"
|
|
202
198
|
},
|
|
203
199
|
"sysImage": {
|
|
204
200
|
"imagePath": "svg/setting.svg",
|
|
205
201
|
"imagePathX": "svg/setting.svg"
|
|
206
202
|
},
|
|
207
|
-
"
|
|
208
|
-
"id": "
|
|
203
|
+
"showCaption": true,
|
|
204
|
+
"id": "setting"
|
|
209
205
|
}
|
|
210
206
|
],
|
|
211
207
|
"layout": {
|
|
@@ -232,34 +228,30 @@ export default {
|
|
|
232
228
|
{
|
|
233
229
|
"panelItems": [
|
|
234
230
|
{
|
|
235
|
-
"
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
"
|
|
245
|
-
"contentWidth": 48,
|
|
246
|
-
"height": 48,
|
|
231
|
+
"rawItem": {
|
|
232
|
+
"sysImage": {
|
|
233
|
+
"imagePath": "svg/helper.svg",
|
|
234
|
+
"imagePathX": "svg/helper.svg"
|
|
235
|
+
},
|
|
236
|
+
"contentType": "IMAGE",
|
|
237
|
+
"predefinedType": "HELPER",
|
|
238
|
+
"id": "helper"
|
|
239
|
+
},
|
|
240
|
+
"caption": "帮助",
|
|
247
241
|
"itemStyle": "DEFAULT",
|
|
248
|
-
"itemType": "
|
|
242
|
+
"itemType": "RAWITEM",
|
|
249
243
|
"layoutPos": {
|
|
250
244
|
"shrink": 1,
|
|
251
|
-
"height": 48,
|
|
252
245
|
"heightMode": "FULL",
|
|
253
246
|
"layout": "FLEX",
|
|
254
|
-
"width": 48,
|
|
255
247
|
"widthMode": "FULL"
|
|
256
248
|
},
|
|
257
249
|
"sysImage": {
|
|
258
250
|
"imagePath": "svg/helper.svg",
|
|
259
251
|
"imagePathX": "svg/helper.svg"
|
|
260
252
|
},
|
|
261
|
-
"
|
|
262
|
-
"id": "
|
|
253
|
+
"showCaption": true,
|
|
254
|
+
"id": "helper"
|
|
263
255
|
}
|
|
264
256
|
],
|
|
265
257
|
"layout": {
|
|
@@ -286,34 +278,30 @@ export default {
|
|
|
286
278
|
{
|
|
287
279
|
"panelItems": [
|
|
288
280
|
{
|
|
289
|
-
"
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
"
|
|
299
|
-
"contentWidth": 48,
|
|
300
|
-
"height": 48,
|
|
281
|
+
"rawItem": {
|
|
282
|
+
"sysImage": {
|
|
283
|
+
"imagePath": "svg/custom-workbench.svg",
|
|
284
|
+
"imagePathX": "svg/custom-workbench.svg"
|
|
285
|
+
},
|
|
286
|
+
"contentType": "IMAGE",
|
|
287
|
+
"predefinedType": "CUSTOM",
|
|
288
|
+
"id": "custom"
|
|
289
|
+
},
|
|
290
|
+
"caption": "自定义功能",
|
|
301
291
|
"itemStyle": "DEFAULT",
|
|
302
|
-
"itemType": "
|
|
292
|
+
"itemType": "RAWITEM",
|
|
303
293
|
"layoutPos": {
|
|
304
294
|
"shrink": 1,
|
|
305
|
-
"height": 48,
|
|
306
295
|
"heightMode": "FULL",
|
|
307
296
|
"layout": "FLEX",
|
|
308
|
-
"width": 48,
|
|
309
297
|
"widthMode": "FULL"
|
|
310
298
|
},
|
|
311
299
|
"sysImage": {
|
|
312
300
|
"imagePath": "svg/custom-workbench.svg",
|
|
313
301
|
"imagePathX": "svg/custom-workbench.svg"
|
|
314
302
|
},
|
|
315
|
-
"
|
|
316
|
-
"id": "
|
|
303
|
+
"showCaption": true,
|
|
304
|
+
"id": "custom"
|
|
317
305
|
}
|
|
318
306
|
],
|
|
319
307
|
"layout": {
|
|
@@ -55,6 +55,7 @@ export default {
|
|
|
55
55
|
"itemStyle": "DEFAULT",
|
|
56
56
|
"itemType": "CTRLPOS",
|
|
57
57
|
"layoutPos": {
|
|
58
|
+
"grow": 1,
|
|
58
59
|
"shrink": 1,
|
|
59
60
|
"layout": "FLEX"
|
|
60
61
|
},
|
|
@@ -70,6 +71,7 @@ export default {
|
|
|
70
71
|
"itemStyle": "DEFAULT",
|
|
71
72
|
"itemType": "CONTAINER",
|
|
72
73
|
"layoutPos": {
|
|
74
|
+
"grow": 1,
|
|
73
75
|
"shrink": 1,
|
|
74
76
|
"layout": "FLEX"
|
|
75
77
|
},
|
package/src/publish/index.ts
CHANGED
|
@@ -7,6 +7,7 @@ import AppIndexViewLayout_CENTER from './app-index-view-layout-center';
|
|
|
7
7
|
import AppIndexViewLayout_TOP from './app-index-view-layout-top';
|
|
8
8
|
import AppIndexViewLayout from './app-index-view-layout';
|
|
9
9
|
import AppLoginView from './app-login-view';
|
|
10
|
+
import AppDataUploadView from './app-data-upload-view';
|
|
10
11
|
// 实体视图
|
|
11
12
|
import DEChartView from './view-layout-model-repository/view-layout-model-repository-de-chart-view-layout';
|
|
12
13
|
import DECalendarExpView from './view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout';
|
|
@@ -91,6 +92,8 @@ export function install(callBack: (key: string, model: any) => void): void {
|
|
|
91
92
|
callBack('APPINDEXVIEW_DEFAULT_TOP_NO_NAV', AppIndexViewLayout_TOP_NO_NAV);
|
|
92
93
|
// 应用登录视图
|
|
93
94
|
callBack('APPLOGINVIEW_DEFAULT', AppLoginView);
|
|
95
|
+
// 应用数据导入视图
|
|
96
|
+
callBack('APPDATAUPLOADVIEW_DEFAULT', AppDataUploadView);
|
|
94
97
|
/**
|
|
95
98
|
* 实体视图
|
|
96
99
|
*/
|