@ibiz-template/web-theme 3.3.0 → 3.5.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/dist/index.system.min.js +59 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/app-start-view-layout.d.ts +82 -0
- package/es/publish/app-start-view-layout.mjs +92 -0
- package/es/publish/app-welcome-view-layout.d.ts +134 -0
- package/es/publish/app-welcome-view-layout.mjs +127 -0
- package/es/publish/control-layout/control-layout-model-repository-data-view-layout.d.ts +10 -0
- package/es/publish/control-layout/control-layout-model-repository-data-view-layout.mjs +10 -5
- package/es/publish/index.mjs +6 -0
- package/lib/publish/app-start-view-layout.cjs +96 -0
- package/lib/publish/app-welcome-view-layout.cjs +131 -0
- package/lib/publish/control-layout/control-layout-model-repository-data-view-layout.cjs +10 -5
- package/lib/publish/index.cjs +6 -0
- package/package.json +1 -1
- package/src/publish/app-start-view-layout.ts +89 -0
- package/src/publish/app-welcome-view-layout.ts +124 -0
- package/src/publish/control-layout/control-layout-model-repository-data-view-layout.ts +8 -3
- package/src/publish/index.ts +9 -0
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutBodyOnly: boolean;
|
|
3
|
+
viewProxyMode: boolean;
|
|
4
|
+
layoutMode: string;
|
|
5
|
+
layout: {
|
|
6
|
+
layout: string;
|
|
7
|
+
};
|
|
8
|
+
rootPanelItems: {
|
|
9
|
+
actionGroupExtractMode: string;
|
|
10
|
+
panelItems: {
|
|
11
|
+
actionGroupExtractMode: string;
|
|
12
|
+
panelItems: {
|
|
13
|
+
rawItem: {
|
|
14
|
+
caption: string;
|
|
15
|
+
halign: string;
|
|
16
|
+
renderMode: string;
|
|
17
|
+
valign: string;
|
|
18
|
+
wrapMode: string;
|
|
19
|
+
contentType: string;
|
|
20
|
+
predefinedType: string;
|
|
21
|
+
id: string;
|
|
22
|
+
};
|
|
23
|
+
caption: string;
|
|
24
|
+
itemStyle: string;
|
|
25
|
+
itemType: string;
|
|
26
|
+
layoutPos: {
|
|
27
|
+
shrink: number;
|
|
28
|
+
halignSelf: string;
|
|
29
|
+
layout: string;
|
|
30
|
+
valignSelf: string;
|
|
31
|
+
};
|
|
32
|
+
showCaption: boolean;
|
|
33
|
+
id: string;
|
|
34
|
+
}[];
|
|
35
|
+
layout: {
|
|
36
|
+
align: string;
|
|
37
|
+
dir: string;
|
|
38
|
+
layout: string;
|
|
39
|
+
valign: string;
|
|
40
|
+
};
|
|
41
|
+
dataRegionType: string;
|
|
42
|
+
caption: string;
|
|
43
|
+
itemStyle: string;
|
|
44
|
+
itemType: string;
|
|
45
|
+
layoutPos: {
|
|
46
|
+
shrink: number;
|
|
47
|
+
heightMode: string;
|
|
48
|
+
layout: string;
|
|
49
|
+
};
|
|
50
|
+
id: string;
|
|
51
|
+
}[];
|
|
52
|
+
layout: {
|
|
53
|
+
layout: string;
|
|
54
|
+
};
|
|
55
|
+
dataRegionType: string;
|
|
56
|
+
caption: string;
|
|
57
|
+
itemStyle: string;
|
|
58
|
+
itemType: string;
|
|
59
|
+
layoutPos: {
|
|
60
|
+
shrink: number;
|
|
61
|
+
heightMode: string;
|
|
62
|
+
layout: string;
|
|
63
|
+
};
|
|
64
|
+
id: string;
|
|
65
|
+
}[];
|
|
66
|
+
layoutPanel: boolean;
|
|
67
|
+
controls: {
|
|
68
|
+
caption: string;
|
|
69
|
+
codeName: string;
|
|
70
|
+
controlType: string;
|
|
71
|
+
controlParam: {};
|
|
72
|
+
id: string;
|
|
73
|
+
}[];
|
|
74
|
+
codeName: string;
|
|
75
|
+
controlType: string;
|
|
76
|
+
logicName: string;
|
|
77
|
+
controlParam: {};
|
|
78
|
+
modelId: string;
|
|
79
|
+
modelType: string;
|
|
80
|
+
id: string;
|
|
81
|
+
};
|
|
82
|
+
export default _default;
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var AppStartViewLayout = {
|
|
3
|
+
"layoutBodyOnly": true,
|
|
4
|
+
"viewProxyMode": true,
|
|
5
|
+
"layoutMode": "FLEX",
|
|
6
|
+
"layout": {
|
|
7
|
+
"layout": "FLEX"
|
|
8
|
+
},
|
|
9
|
+
"rootPanelItems": [
|
|
10
|
+
{
|
|
11
|
+
"actionGroupExtractMode": "ITEM",
|
|
12
|
+
"panelItems": [
|
|
13
|
+
{
|
|
14
|
+
"actionGroupExtractMode": "ITEM",
|
|
15
|
+
"panelItems": [
|
|
16
|
+
{
|
|
17
|
+
"rawItem": {
|
|
18
|
+
"caption": "iBizSys\u8F6F\u4EF6\u5DE5\u5382\u4E0E\u76F8\u5173\u5957\u4EF6\u521D\u59CB\u5316\u4E2D...",
|
|
19
|
+
"halign": "LEFT",
|
|
20
|
+
"renderMode": "PARAGRAPH",
|
|
21
|
+
"valign": "MIDDLE",
|
|
22
|
+
"wrapMode": "NOWRAP",
|
|
23
|
+
"contentType": "RAW",
|
|
24
|
+
"predefinedType": "STATIC_LABEL",
|
|
25
|
+
"id": "static_label"
|
|
26
|
+
},
|
|
27
|
+
"caption": "\u6807\u7B7E",
|
|
28
|
+
"itemStyle": "DEFAULT",
|
|
29
|
+
"itemType": "RAWITEM",
|
|
30
|
+
"layoutPos": {
|
|
31
|
+
"shrink": 1,
|
|
32
|
+
"halignSelf": "CENTER",
|
|
33
|
+
"layout": "FLEX",
|
|
34
|
+
"valignSelf": "MIDDLE"
|
|
35
|
+
},
|
|
36
|
+
"showCaption": true,
|
|
37
|
+
"id": "static_label"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"layout": {
|
|
41
|
+
"align": "center",
|
|
42
|
+
"dir": "column",
|
|
43
|
+
"layout": "FLEX",
|
|
44
|
+
"valign": "center"
|
|
45
|
+
},
|
|
46
|
+
"dataRegionType": "INHERIT",
|
|
47
|
+
"caption": "\u5BB9\u5668",
|
|
48
|
+
"itemStyle": "DEFAULT",
|
|
49
|
+
"itemType": "CONTAINER",
|
|
50
|
+
"layoutPos": {
|
|
51
|
+
"shrink": 1,
|
|
52
|
+
"heightMode": "FULL",
|
|
53
|
+
"layout": "FLEX"
|
|
54
|
+
},
|
|
55
|
+
"id": "container"
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
"layout": {
|
|
59
|
+
"layout": "FLEX"
|
|
60
|
+
},
|
|
61
|
+
"dataRegionType": "INHERIT",
|
|
62
|
+
"caption": "\u5BB9\u5668",
|
|
63
|
+
"itemStyle": "DEFAULT",
|
|
64
|
+
"itemType": "CONTAINER",
|
|
65
|
+
"layoutPos": {
|
|
66
|
+
"shrink": 1,
|
|
67
|
+
"heightMode": "FULL",
|
|
68
|
+
"layout": "FLEX"
|
|
69
|
+
},
|
|
70
|
+
"id": "page_container"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"layoutPanel": true,
|
|
74
|
+
"controls": [
|
|
75
|
+
{
|
|
76
|
+
"caption": "\u5E94\u7528\u542F\u52A8\u89C6\u56FE\u5E03\u5C40\u9762\u677F",
|
|
77
|
+
"codeName": "captionbar",
|
|
78
|
+
"controlType": "CAPTIONBAR",
|
|
79
|
+
"controlParam": {},
|
|
80
|
+
"id": "captionbar"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"codeName": "Layoutpanel",
|
|
84
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
85
|
+
"logicName": "AppStartViewLayout",
|
|
86
|
+
"controlParam": {},
|
|
87
|
+
"modelId": "78598a19ce043cbe9277fddaac19938b",
|
|
88
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
89
|
+
"id": "layoutpanel"
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
export { AppStartViewLayout as default };
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutBodyOnly: boolean;
|
|
3
|
+
viewProxyMode: boolean;
|
|
4
|
+
layoutMode: string;
|
|
5
|
+
layout: {
|
|
6
|
+
layout: string;
|
|
7
|
+
};
|
|
8
|
+
rootPanelItems: {
|
|
9
|
+
actionGroupExtractMode: string;
|
|
10
|
+
panelItems: {
|
|
11
|
+
actionGroupExtractMode: string;
|
|
12
|
+
panelItems: ({
|
|
13
|
+
rawItem: {
|
|
14
|
+
sysImage: {
|
|
15
|
+
rawContent: string;
|
|
16
|
+
};
|
|
17
|
+
contentType: string;
|
|
18
|
+
predefinedType: string;
|
|
19
|
+
rawItemHeight: number;
|
|
20
|
+
rawItemWidth: number;
|
|
21
|
+
id: string;
|
|
22
|
+
caption?: undefined;
|
|
23
|
+
halign?: undefined;
|
|
24
|
+
renderMode?: undefined;
|
|
25
|
+
valign?: undefined;
|
|
26
|
+
wrapMode?: undefined;
|
|
27
|
+
};
|
|
28
|
+
caption: string;
|
|
29
|
+
contentHeight: number;
|
|
30
|
+
contentWidth: number;
|
|
31
|
+
height: number;
|
|
32
|
+
itemStyle: string;
|
|
33
|
+
itemType: string;
|
|
34
|
+
layoutPos: {
|
|
35
|
+
shrink: number;
|
|
36
|
+
halignSelf: string;
|
|
37
|
+
height: number;
|
|
38
|
+
heightMode: string;
|
|
39
|
+
layout: string;
|
|
40
|
+
spacingBottom: string;
|
|
41
|
+
valignSelf: string;
|
|
42
|
+
width: number;
|
|
43
|
+
widthMode: string;
|
|
44
|
+
};
|
|
45
|
+
sysImage: {
|
|
46
|
+
rawContent: string;
|
|
47
|
+
};
|
|
48
|
+
width: number;
|
|
49
|
+
showCaption: boolean;
|
|
50
|
+
id: string;
|
|
51
|
+
} | {
|
|
52
|
+
rawItem: {
|
|
53
|
+
caption: string;
|
|
54
|
+
halign: string;
|
|
55
|
+
renderMode: string;
|
|
56
|
+
valign: string;
|
|
57
|
+
wrapMode: string;
|
|
58
|
+
contentType: string;
|
|
59
|
+
predefinedType: string;
|
|
60
|
+
id: string;
|
|
61
|
+
sysImage?: undefined;
|
|
62
|
+
rawItemHeight?: undefined;
|
|
63
|
+
rawItemWidth?: undefined;
|
|
64
|
+
};
|
|
65
|
+
caption: string;
|
|
66
|
+
itemStyle: string;
|
|
67
|
+
itemType: string;
|
|
68
|
+
layoutPos: {
|
|
69
|
+
shrink: number;
|
|
70
|
+
halignSelf: string;
|
|
71
|
+
layout: string;
|
|
72
|
+
valignSelf: string;
|
|
73
|
+
height?: undefined;
|
|
74
|
+
heightMode?: undefined;
|
|
75
|
+
spacingBottom?: undefined;
|
|
76
|
+
width?: undefined;
|
|
77
|
+
widthMode?: undefined;
|
|
78
|
+
};
|
|
79
|
+
showCaption: boolean;
|
|
80
|
+
id: string;
|
|
81
|
+
contentHeight?: undefined;
|
|
82
|
+
contentWidth?: undefined;
|
|
83
|
+
height?: undefined;
|
|
84
|
+
sysImage?: undefined;
|
|
85
|
+
width?: undefined;
|
|
86
|
+
})[];
|
|
87
|
+
layout: {
|
|
88
|
+
align: string;
|
|
89
|
+
dir: string;
|
|
90
|
+
layout: string;
|
|
91
|
+
valign: string;
|
|
92
|
+
};
|
|
93
|
+
dataRegionType: string;
|
|
94
|
+
caption: string;
|
|
95
|
+
itemStyle: string;
|
|
96
|
+
itemType: string;
|
|
97
|
+
layoutPos: {
|
|
98
|
+
shrink: number;
|
|
99
|
+
heightMode: string;
|
|
100
|
+
layout: string;
|
|
101
|
+
};
|
|
102
|
+
id: string;
|
|
103
|
+
}[];
|
|
104
|
+
layout: {
|
|
105
|
+
layout: string;
|
|
106
|
+
};
|
|
107
|
+
dataRegionType: string;
|
|
108
|
+
caption: string;
|
|
109
|
+
itemStyle: string;
|
|
110
|
+
itemType: string;
|
|
111
|
+
layoutPos: {
|
|
112
|
+
shrink: number;
|
|
113
|
+
heightMode: string;
|
|
114
|
+
layout: string;
|
|
115
|
+
};
|
|
116
|
+
id: string;
|
|
117
|
+
}[];
|
|
118
|
+
layoutPanel: boolean;
|
|
119
|
+
controls: {
|
|
120
|
+
caption: string;
|
|
121
|
+
codeName: string;
|
|
122
|
+
controlType: string;
|
|
123
|
+
controlParam: {};
|
|
124
|
+
id: string;
|
|
125
|
+
}[];
|
|
126
|
+
codeName: string;
|
|
127
|
+
controlType: string;
|
|
128
|
+
logicName: string;
|
|
129
|
+
controlParam: {};
|
|
130
|
+
modelId: string;
|
|
131
|
+
modelType: string;
|
|
132
|
+
id: string;
|
|
133
|
+
};
|
|
134
|
+
export default _default;
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var AppWelComeViewLayout = {
|
|
3
|
+
"layoutBodyOnly": true,
|
|
4
|
+
"viewProxyMode": true,
|
|
5
|
+
"layoutMode": "FLEX",
|
|
6
|
+
"layout": {
|
|
7
|
+
"layout": "FLEX"
|
|
8
|
+
},
|
|
9
|
+
"rootPanelItems": [
|
|
10
|
+
{
|
|
11
|
+
"actionGroupExtractMode": "ITEM",
|
|
12
|
+
"panelItems": [
|
|
13
|
+
{
|
|
14
|
+
"actionGroupExtractMode": "ITEM",
|
|
15
|
+
"panelItems": [
|
|
16
|
+
{
|
|
17
|
+
"rawItem": {
|
|
18
|
+
"sysImage": {
|
|
19
|
+
"rawContent": '<?xml version="1.0" encoding="UTF-8"?>\n<svg width="450px" height="206px" viewBox="0 0 450 206" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n <title>iBizsys \u8F6F\u4EF6\u5DE5\u5382</title>\n <g id="iBizsys-\u8F6F\u4EF6\u5DE5\u5382" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <g id="ibiz\u8F6F\u4EF6\u5DE5\u5382-\uFF08\u79C1\u6709\u4E91\u8BA2\u9605\u670D\u52A1\uFF09" transform="translate(251.48, 97.957)" fill="#00A4FF" fill-rule="nonzero">\n <g id="\u8F6F\u4EF6\u5DE5\u5382-copy">\n <path d="M30.229,8.584 C29.785,11.063 29.23,13.579 28.749,15.281 L31.524,16.021 C32.375,13.468 33.263,9.435 34.003,5.957 L31.709,5.365 L31.302,5.476 L22.422,5.476 C22.792,3.848 23.088,2.183 23.347,0.481 L20.017,0 C19.314,5.661 17.871,11.026 15.355,14.43 C16.169,14.837 17.575,15.836 18.167,16.354 C19.573,14.319 20.72,11.618 21.645,8.584 L30.229,8.584 Z M16.428,25.308 L16.243,22.2 L11.729,22.829 L11.729,18.574 L15.947,18.574 L15.947,15.466 L11.729,15.466 L11.729,10.175 L8.658,10.175 L8.658,15.466 L5.291,15.466 C6.364,13.098 7.511,10.36 8.473,7.437 L16.206,7.437 L16.206,4.181 L9.509,4.181 C9.842,3.071 10.175,1.887 10.471,0.777 L7.104,0.074 C6.845,1.443 6.475,2.849 6.105,4.181 L0.407,4.181 L0.407,7.437 L5.143,7.437 C4.218,10.175 3.367,12.358 2.96,13.209 C2.257,14.837 1.665,15.91 0.925,16.132 C1.295,16.909 1.85,18.426 2.035,19.092 C2.294,18.796 3.589,18.574 4.921,18.574 L8.658,18.574 L8.658,23.236 C5.365,23.717 2.294,24.161 0,24.42 L0.703,27.935 C2.997,27.565 5.772,27.084 8.658,26.64 L8.658,33.855 L11.729,33.855 L11.729,26.122 L16.428,25.308 Z M26.011,11.988 L22.755,11.988 L22.755,13.69 C22.755,18.574 22.163,26.085 14.615,31.672 C15.466,32.153 16.65,33.263 17.205,34.003 C21.238,30.895 23.421,27.232 24.605,23.68 C26.196,28.231 28.527,31.894 32.005,33.966 C32.486,33.041 33.559,31.746 34.262,31.08 C29.748,28.786 27.121,23.384 25.863,17.242 C25.974,16.021 26.011,14.8 26.011,13.764 L26.011,11.988 Z" id="\u5F62\u72B6"></path>\n <path d="M45.14,0.148 C43.216,5.55 40.071,10.915 36.704,14.393 C37.296,15.207 38.258,17.057 38.591,17.871 C39.553,16.835 40.552,15.577 41.477,14.282 L41.477,33.892 L44.733,33.892 L44.733,9.102 C46.139,6.512 47.397,3.811 48.359,1.11 L45.14,0.148 Z M70.818,18.019 L61.013,18.019 L61.013,10.693 L69.153,10.693 L69.153,7.326 L61.013,7.326 L61.013,0.444 L57.572,0.444 L57.572,7.326 L53.428,7.326 C53.872,5.772 54.279,4.181 54.612,2.59 L51.282,1.924 C50.468,6.549 48.951,11.285 46.879,14.245 C47.693,14.615 49.173,15.429 49.839,15.91 C50.764,14.504 51.578,12.691 52.318,10.693 L57.572,10.693 L57.572,18.019 L47.323,18.019 L47.323,21.386 L57.572,21.386 L57.572,33.929 L61.013,33.929 L61.013,21.386 L70.818,21.386 L70.818,18.019 Z" id="\u5F62\u72B6"></path>\n <polygon id="\u8DEF\u5F84" points="92.833 27.824 92.833 7.548 105.709 7.548 105.709 3.996 76.479 3.996 76.479 7.548 88.985 7.548 88.985 27.824 74.518 27.824 74.518 31.265 107.633 31.265 107.633 27.824"></polygon>\n <path d="M144.078,2.368 L114.848,2.368 L114.848,13.431 C114.848,18.981 114.552,26.64 111,31.931 C111.925,32.264 113.553,33.3 114.182,33.892 C117.956,28.268 118.548,19.499 118.548,13.468 L118.548,5.994 L144.078,5.994 L144.078,2.368 Z" id="\u8DEF\u5F84"></path>\n </g>\n </g>\n <g id="ibz" transform="translate(53, 73)">\n <rect id="\u77E9\u5F62" fill="#00A4FF" fill-rule="nonzero" x="56.6734489" y="32.0534424" width="8.49997851" height="25.7577313"></rect>\n <polygon id="\u8DEF\u5F84" fill="#00A4FF" fill-rule="nonzero" points="70.5761343 32.0534424 92.9017167 32.0534424 92.9017167 37.956548 81.0732223 50.8634569 93.6024569 50.8634569 93.6024569 57.8181846 69.6721794 57.8181846 69.6721794 51.9641547 80.6738004 39.0572458 70.6742379 39.0572458"></polygon>\n <path d="M96.5735953,45.6404003 L104.982478,44.9393189 C106.608195,50.933565 109.61437,51.7047546 112.550472,51.7047546 C117.056231,51.0036732 120.181532,44.9393189 112.487405,43.992859 C97.8559499,42.5906962 97.8489425,32.9438158 97.8489425,32.9438158 C97.7438315,32.6423508 97.9890905,22.0209674 109.761526,22.0209674 C127.532297,22.0209674 125.374017,34.5422815 125.374017,34.5422815 L116.474617,34.5422815 C115.535625,29.9151441 112.319227,29.3192249 109.467215,29.7959603 C102.712079,31.352361 109.789555,34.9839628 112.389301,35.2293413 C114.778825,35.692055 123.601144,34.5282599 125.850521,45.8717572 C127.364119,55.0348913 118.401652,58.0775847 115.535625,58.4211146 C97.5336094,60.6225102 97.0711209,48.2624448 96.5735953,45.6404003 Z" id="\u8DEF\u5F84" fill="#00A4FF" fill-rule="nonzero"></path>\n <path d="M128.863703,32.2076804 L137.973326,32.2076804 L142.990626,46.9303901 L148.253184,32.2076804 L157.657118,32.2076804 L145.744535,63.0903168 C144.15791,66.1680351 140.957307,68.0724645 137.496822,67.9978868 L131.442427,67.9978868 L130.524458,60.7977806 C132.149666,61.0517488 133.804431,61.0517488 135.429639,60.7977806 C138.688081,60.6505535 138.610999,56.4370542 137.454778,54.3548424 L128.863703,32.2076804 Z" id="\u8DEF\u5F84" fill="#00A4FF"></path>\n <path d="M176.163666,40.6206574 L185,40.8309818 C185,40.8309818 183.836771,31.2331772 171.118337,31.2331772 C160.684315,31.2331772 160.502123,38.6996943 160.361975,39.9686517 C160.361975,39.9686517 159.535101,47.4421796 172.540839,48.4938017 C177.172732,49.0336344 176.80134,52.3918144 173.626987,52.7002902 C171.62287,52.6091496 169.016116,52.1955116 167.544562,48.7041261 L159.401961,49.3350994 C159.401961,49.3350994 159.163709,59.0310554 172.204484,59.1502393 C179.274953,59.1502393 185,55.0559238 185,49.4823265 C185,44.4345403 180.893662,41.9316796 173.641002,41.0693495 C170.838041,40.9782089 165.232119,38.2650238 171.503744,37.6340505 C171.503744,37.6480722 175.743222,37.7041587 176.163666,40.6206574 Z" id="\u8DEF\u5F84" fill="#00A4FF" fill-rule="nonzero"></path>\n <path d="M4.71356374,47.4351688 C4.90977099,46.8322387 7.07505818,45.2057299 8.66573842,43.3198208 C9.64592543,42.2228737 10.4992226,41.018739 11.2094253,39.730284 C12.7720759,36.5754176 8.56062739,35.2503737 4.72057114,39.239527 C0.880514898,43.2286803 -2.11164572,50.0572133 1.91761038,55.0629346 C5.659563,58.4000821 7.47448009,55.8481458 11.0762847,52.5390415 C16.3178213,47.7226121 14.2646525,45.9348545 10.6908776,49.4823265 C7.73375396,52.0272521 5.95387388,51.2560625 5.2881707,51.0036732 C4.62246752,50.7512839 3.93574213,48.9214614 4.71356374,47.4351688 Z" id="\u8DEF\u5F84" fill="#00A4FF"></path>\n <path d="M13.8792454,34.5563031 C13.8792454,34.5563031 15.6941625,33.0629997 16.0585474,31.5626855 C17.3198798,28.7583598 13.2555867,27.4333159 12.0222839,28.975695 L10.0321818,31.4364908 C8.41347195,34.0515245 12.6669649,36.0005308 13.8792454,34.5563031 Z" id="\u8DEF\u5F84" fill="#00A4FF"></path>\n <ellipse id="\u692D\u5706\u5F62" fill="#00A4FF" fill-rule="nonzero" cx="60.8568678" cy="25.6034934" rx="4.80707771" ry="4.80941853"></ellipse>\n <ellipse id="\u692D\u5706\u5F62" fill="#00A4FF" fill-rule="nonzero" cx="81.7038885" cy="10.2147563" rx="3.88910806" ry="3.89100187"></ellipse>\n <ellipse id="\u692D\u5706\u5F62" fill="#00A4FF" fill-rule="nonzero" cx="102.698065" cy="2.92350951" rx="2.9220866" ry="2.92350951"></ellipse>\n <ellipse id="\u692D\u5706\u5F62" fill="#00A4FF" fill-rule="nonzero" cx="123.446982" cy="10.5582862" rx="2.55069429" ry="2.55193636"></ellipse>\n <ellipse id="\u692D\u5706\u5F62" fill="#00A4FF" fill-rule="nonzero" cx="144.553276" cy="25.6034934" rx="1.80090229" ry="1.80177925"></ellipse>\n <path d="M44.3123919,39.4218082 C52.5530966,33.0419672 48.271574,22.3574864 38.909685,22.3574864 C35.5601469,22.3574864 19.4571374,22.2733567 19.4571374,22.2733567 L19.4571374,57.8181846 L38.559315,57.8181846 C49.5539285,57.8181846 55.2018945,45.5702922 44.3123919,39.4218082 Z M27.6698124,29.6066683 L36.1697909,29.6066683 C41.6215496,29.6066683 41.2922017,36.3580824 36.1697909,36.1687904 L27.6698124,36.1687904 L27.6698124,29.6066683 Z M36.1697909,50.7512839 L27.6698124,50.7512839 L27.6698124,43.4670479 L36.1697909,43.4670479 C42.6236081,43.4670479 42.413386,50.7512839 36.1697909,50.7512839 Z" id="\u5F62\u72B6" fill="#00A4FF" fill-rule="nonzero"></path>\n <g id="\u7F16\u7EC4" transform="translate(-77.3501, -33.6519)"></g>\n </g>\n </g>\n</svg>'
|
|
20
|
+
},
|
|
21
|
+
"contentType": "IMAGE",
|
|
22
|
+
"predefinedType": "STATIC_IMAGE",
|
|
23
|
+
"rawItemHeight": 256,
|
|
24
|
+
"rawItemWidth": 256,
|
|
25
|
+
"id": "static_image"
|
|
26
|
+
},
|
|
27
|
+
"caption": "\u56FE\u7247",
|
|
28
|
+
"contentHeight": 256,
|
|
29
|
+
"contentWidth": 256,
|
|
30
|
+
"height": 256,
|
|
31
|
+
"itemStyle": "DEFAULT",
|
|
32
|
+
"itemType": "RAWITEM",
|
|
33
|
+
"layoutPos": {
|
|
34
|
+
"shrink": 1,
|
|
35
|
+
"halignSelf": "CENTER",
|
|
36
|
+
"height": 256,
|
|
37
|
+
"heightMode": "PX",
|
|
38
|
+
"layout": "FLEX",
|
|
39
|
+
"spacingBottom": "OUTERMEDIUM",
|
|
40
|
+
"valignSelf": "MIDDLE",
|
|
41
|
+
"width": 256,
|
|
42
|
+
"widthMode": "PX"
|
|
43
|
+
},
|
|
44
|
+
"sysImage": {
|
|
45
|
+
"rawContent": '<?xml version="1.0" encoding="UTF-8"?>\n<svg width="450px" height="206px" viewBox="0 0 450 206" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n <title>iBizsys \u8F6F\u4EF6\u5DE5\u5382</title>\n <g id="iBizsys-\u8F6F\u4EF6\u5DE5\u5382" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <g id="ibiz\u8F6F\u4EF6\u5DE5\u5382-\uFF08\u79C1\u6709\u4E91\u8BA2\u9605\u670D\u52A1\uFF09" transform="translate(251.48, 97.957)" fill="#00A4FF" fill-rule="nonzero">\n <g id="\u8F6F\u4EF6\u5DE5\u5382-copy">\n <path d="M30.229,8.584 C29.785,11.063 29.23,13.579 28.749,15.281 L31.524,16.021 C32.375,13.468 33.263,9.435 34.003,5.957 L31.709,5.365 L31.302,5.476 L22.422,5.476 C22.792,3.848 23.088,2.183 23.347,0.481 L20.017,0 C19.314,5.661 17.871,11.026 15.355,14.43 C16.169,14.837 17.575,15.836 18.167,16.354 C19.573,14.319 20.72,11.618 21.645,8.584 L30.229,8.584 Z M16.428,25.308 L16.243,22.2 L11.729,22.829 L11.729,18.574 L15.947,18.574 L15.947,15.466 L11.729,15.466 L11.729,10.175 L8.658,10.175 L8.658,15.466 L5.291,15.466 C6.364,13.098 7.511,10.36 8.473,7.437 L16.206,7.437 L16.206,4.181 L9.509,4.181 C9.842,3.071 10.175,1.887 10.471,0.777 L7.104,0.074 C6.845,1.443 6.475,2.849 6.105,4.181 L0.407,4.181 L0.407,7.437 L5.143,7.437 C4.218,10.175 3.367,12.358 2.96,13.209 C2.257,14.837 1.665,15.91 0.925,16.132 C1.295,16.909 1.85,18.426 2.035,19.092 C2.294,18.796 3.589,18.574 4.921,18.574 L8.658,18.574 L8.658,23.236 C5.365,23.717 2.294,24.161 0,24.42 L0.703,27.935 C2.997,27.565 5.772,27.084 8.658,26.64 L8.658,33.855 L11.729,33.855 L11.729,26.122 L16.428,25.308 Z M26.011,11.988 L22.755,11.988 L22.755,13.69 C22.755,18.574 22.163,26.085 14.615,31.672 C15.466,32.153 16.65,33.263 17.205,34.003 C21.238,30.895 23.421,27.232 24.605,23.68 C26.196,28.231 28.527,31.894 32.005,33.966 C32.486,33.041 33.559,31.746 34.262,31.08 C29.748,28.786 27.121,23.384 25.863,17.242 C25.974,16.021 26.011,14.8 26.011,13.764 L26.011,11.988 Z" id="\u5F62\u72B6"></path>\n <path d="M45.14,0.148 C43.216,5.55 40.071,10.915 36.704,14.393 C37.296,15.207 38.258,17.057 38.591,17.871 C39.553,16.835 40.552,15.577 41.477,14.282 L41.477,33.892 L44.733,33.892 L44.733,9.102 C46.139,6.512 47.397,3.811 48.359,1.11 L45.14,0.148 Z M70.818,18.019 L61.013,18.019 L61.013,10.693 L69.153,10.693 L69.153,7.326 L61.013,7.326 L61.013,0.444 L57.572,0.444 L57.572,7.326 L53.428,7.326 C53.872,5.772 54.279,4.181 54.612,2.59 L51.282,1.924 C50.468,6.549 48.951,11.285 46.879,14.245 C47.693,14.615 49.173,15.429 49.839,15.91 C50.764,14.504 51.578,12.691 52.318,10.693 L57.572,10.693 L57.572,18.019 L47.323,18.019 L47.323,21.386 L57.572,21.386 L57.572,33.929 L61.013,33.929 L61.013,21.386 L70.818,21.386 L70.818,18.019 Z" id="\u5F62\u72B6"></path>\n <polygon id="\u8DEF\u5F84" points="92.833 27.824 92.833 7.548 105.709 7.548 105.709 3.996 76.479 3.996 76.479 7.548 88.985 7.548 88.985 27.824 74.518 27.824 74.518 31.265 107.633 31.265 107.633 27.824"></polygon>\n <path d="M144.078,2.368 L114.848,2.368 L114.848,13.431 C114.848,18.981 114.552,26.64 111,31.931 C111.925,32.264 113.553,33.3 114.182,33.892 C117.956,28.268 118.548,19.499 118.548,13.468 L118.548,5.994 L144.078,5.994 L144.078,2.368 Z" id="\u8DEF\u5F84"></path>\n </g>\n </g>\n <g id="ibz" transform="translate(53, 73)">\n <rect id="\u77E9\u5F62" fill="#00A4FF" fill-rule="nonzero" x="56.6734489" y="32.0534424" width="8.49997851" height="25.7577313"></rect>\n <polygon id="\u8DEF\u5F84" fill="#00A4FF" fill-rule="nonzero" points="70.5761343 32.0534424 92.9017167 32.0534424 92.9017167 37.956548 81.0732223 50.8634569 93.6024569 50.8634569 93.6024569 57.8181846 69.6721794 57.8181846 69.6721794 51.9641547 80.6738004 39.0572458 70.6742379 39.0572458"></polygon>\n <path d="M96.5735953,45.6404003 L104.982478,44.9393189 C106.608195,50.933565 109.61437,51.7047546 112.550472,51.7047546 C117.056231,51.0036732 120.181532,44.9393189 112.487405,43.992859 C97.8559499,42.5906962 97.8489425,32.9438158 97.8489425,32.9438158 C97.7438315,32.6423508 97.9890905,22.0209674 109.761526,22.0209674 C127.532297,22.0209674 125.374017,34.5422815 125.374017,34.5422815 L116.474617,34.5422815 C115.535625,29.9151441 112.319227,29.3192249 109.467215,29.7959603 C102.712079,31.352361 109.789555,34.9839628 112.389301,35.2293413 C114.778825,35.692055 123.601144,34.5282599 125.850521,45.8717572 C127.364119,55.0348913 118.401652,58.0775847 115.535625,58.4211146 C97.5336094,60.6225102 97.0711209,48.2624448 96.5735953,45.6404003 Z" id="\u8DEF\u5F84" fill="#00A4FF" fill-rule="nonzero"></path>\n <path d="M128.863703,32.2076804 L137.973326,32.2076804 L142.990626,46.9303901 L148.253184,32.2076804 L157.657118,32.2076804 L145.744535,63.0903168 C144.15791,66.1680351 140.957307,68.0724645 137.496822,67.9978868 L131.442427,67.9978868 L130.524458,60.7977806 C132.149666,61.0517488 133.804431,61.0517488 135.429639,60.7977806 C138.688081,60.6505535 138.610999,56.4370542 137.454778,54.3548424 L128.863703,32.2076804 Z" id="\u8DEF\u5F84" fill="#00A4FF"></path>\n <path d="M176.163666,40.6206574 L185,40.8309818 C185,40.8309818 183.836771,31.2331772 171.118337,31.2331772 C160.684315,31.2331772 160.502123,38.6996943 160.361975,39.9686517 C160.361975,39.9686517 159.535101,47.4421796 172.540839,48.4938017 C177.172732,49.0336344 176.80134,52.3918144 173.626987,52.7002902 C171.62287,52.6091496 169.016116,52.1955116 167.544562,48.7041261 L159.401961,49.3350994 C159.401961,49.3350994 159.163709,59.0310554 172.204484,59.1502393 C179.274953,59.1502393 185,55.0559238 185,49.4823265 C185,44.4345403 180.893662,41.9316796 173.641002,41.0693495 C170.838041,40.9782089 165.232119,38.2650238 171.503744,37.6340505 C171.503744,37.6480722 175.743222,37.7041587 176.163666,40.6206574 Z" id="\u8DEF\u5F84" fill="#00A4FF" fill-rule="nonzero"></path>\n <path d="M4.71356374,47.4351688 C4.90977099,46.8322387 7.07505818,45.2057299 8.66573842,43.3198208 C9.64592543,42.2228737 10.4992226,41.018739 11.2094253,39.730284 C12.7720759,36.5754176 8.56062739,35.2503737 4.72057114,39.239527 C0.880514898,43.2286803 -2.11164572,50.0572133 1.91761038,55.0629346 C5.659563,58.4000821 7.47448009,55.8481458 11.0762847,52.5390415 C16.3178213,47.7226121 14.2646525,45.9348545 10.6908776,49.4823265 C7.73375396,52.0272521 5.95387388,51.2560625 5.2881707,51.0036732 C4.62246752,50.7512839 3.93574213,48.9214614 4.71356374,47.4351688 Z" id="\u8DEF\u5F84" fill="#00A4FF"></path>\n <path d="M13.8792454,34.5563031 C13.8792454,34.5563031 15.6941625,33.0629997 16.0585474,31.5626855 C17.3198798,28.7583598 13.2555867,27.4333159 12.0222839,28.975695 L10.0321818,31.4364908 C8.41347195,34.0515245 12.6669649,36.0005308 13.8792454,34.5563031 Z" id="\u8DEF\u5F84" fill="#00A4FF"></path>\n <ellipse id="\u692D\u5706\u5F62" fill="#00A4FF" fill-rule="nonzero" cx="60.8568678" cy="25.6034934" rx="4.80707771" ry="4.80941853"></ellipse>\n <ellipse id="\u692D\u5706\u5F62" fill="#00A4FF" fill-rule="nonzero" cx="81.7038885" cy="10.2147563" rx="3.88910806" ry="3.89100187"></ellipse>\n <ellipse id="\u692D\u5706\u5F62" fill="#00A4FF" fill-rule="nonzero" cx="102.698065" cy="2.92350951" rx="2.9220866" ry="2.92350951"></ellipse>\n <ellipse id="\u692D\u5706\u5F62" fill="#00A4FF" fill-rule="nonzero" cx="123.446982" cy="10.5582862" rx="2.55069429" ry="2.55193636"></ellipse>\n <ellipse id="\u692D\u5706\u5F62" fill="#00A4FF" fill-rule="nonzero" cx="144.553276" cy="25.6034934" rx="1.80090229" ry="1.80177925"></ellipse>\n <path d="M44.3123919,39.4218082 C52.5530966,33.0419672 48.271574,22.3574864 38.909685,22.3574864 C35.5601469,22.3574864 19.4571374,22.2733567 19.4571374,22.2733567 L19.4571374,57.8181846 L38.559315,57.8181846 C49.5539285,57.8181846 55.2018945,45.5702922 44.3123919,39.4218082 Z M27.6698124,29.6066683 L36.1697909,29.6066683 C41.6215496,29.6066683 41.2922017,36.3580824 36.1697909,36.1687904 L27.6698124,36.1687904 L27.6698124,29.6066683 Z M36.1697909,50.7512839 L27.6698124,50.7512839 L27.6698124,43.4670479 L36.1697909,43.4670479 C42.6236081,43.4670479 42.413386,50.7512839 36.1697909,50.7512839 Z" id="\u5F62\u72B6" fill="#00A4FF" fill-rule="nonzero"></path>\n <g id="\u7F16\u7EC4" transform="translate(-77.3501, -33.6519)"></g>\n </g>\n </g>\n</svg>'
|
|
46
|
+
},
|
|
47
|
+
"width": 256,
|
|
48
|
+
"showCaption": true,
|
|
49
|
+
"id": "static_image"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"rawItem": {
|
|
53
|
+
"caption": "\u6B22\u8FCE\u4F7F\u7528iBizSys\u8F6F\u4EF6\u5DE5\u5382\u4E0E\u76F8\u5173\u5957\u4EF6",
|
|
54
|
+
"halign": "LEFT",
|
|
55
|
+
"renderMode": "PARAGRAPH",
|
|
56
|
+
"valign": "MIDDLE",
|
|
57
|
+
"wrapMode": "NOWRAP",
|
|
58
|
+
"contentType": "RAW",
|
|
59
|
+
"predefinedType": "STATIC_LABEL",
|
|
60
|
+
"id": "static_label"
|
|
61
|
+
},
|
|
62
|
+
"caption": "\u6807\u7B7E",
|
|
63
|
+
"itemStyle": "DEFAULT",
|
|
64
|
+
"itemType": "RAWITEM",
|
|
65
|
+
"layoutPos": {
|
|
66
|
+
"shrink": 1,
|
|
67
|
+
"halignSelf": "CENTER",
|
|
68
|
+
"layout": "FLEX",
|
|
69
|
+
"valignSelf": "MIDDLE"
|
|
70
|
+
},
|
|
71
|
+
"showCaption": true,
|
|
72
|
+
"id": "static_label"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"layout": {
|
|
76
|
+
"align": "center",
|
|
77
|
+
"dir": "column",
|
|
78
|
+
"layout": "FLEX",
|
|
79
|
+
"valign": "center"
|
|
80
|
+
},
|
|
81
|
+
"dataRegionType": "INHERIT",
|
|
82
|
+
"caption": "\u5BB9\u5668",
|
|
83
|
+
"itemStyle": "DEFAULT",
|
|
84
|
+
"itemType": "CONTAINER",
|
|
85
|
+
"layoutPos": {
|
|
86
|
+
"shrink": 1,
|
|
87
|
+
"heightMode": "FULL",
|
|
88
|
+
"layout": "FLEX"
|
|
89
|
+
},
|
|
90
|
+
"id": "container"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"layout": {
|
|
94
|
+
"layout": "FLEX"
|
|
95
|
+
},
|
|
96
|
+
"dataRegionType": "INHERIT",
|
|
97
|
+
"caption": "\u5BB9\u5668",
|
|
98
|
+
"itemStyle": "DEFAULT",
|
|
99
|
+
"itemType": "CONTAINER",
|
|
100
|
+
"layoutPos": {
|
|
101
|
+
"shrink": 1,
|
|
102
|
+
"heightMode": "FULL",
|
|
103
|
+
"layout": "FLEX"
|
|
104
|
+
},
|
|
105
|
+
"id": "page_container"
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
"layoutPanel": true,
|
|
109
|
+
"controls": [
|
|
110
|
+
{
|
|
111
|
+
"caption": "\u5E94\u7528\u6B22\u8FCE\u89C6\u56FE\u5E03\u5C40\u9762\u677F",
|
|
112
|
+
"codeName": "captionbar",
|
|
113
|
+
"controlType": "CAPTIONBAR",
|
|
114
|
+
"controlParam": {},
|
|
115
|
+
"id": "captionbar"
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"codeName": "Layoutpanel",
|
|
119
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
120
|
+
"logicName": "AppWelcomeViewLayout",
|
|
121
|
+
"controlParam": {},
|
|
122
|
+
"modelId": "a0fa332bb27e24a990a9fabbb4720b60",
|
|
123
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
124
|
+
"id": "layoutpanel"
|
|
125
|
+
};
|
|
126
|
+
|
|
127
|
+
export { AppWelComeViewLayout as default };
|
|
@@ -23,6 +23,10 @@ declare const _default: {
|
|
|
23
23
|
grow: number;
|
|
24
24
|
shrink: number;
|
|
25
25
|
layout: string;
|
|
26
|
+
spacingBottom?: undefined;
|
|
27
|
+
spacingLeft?: undefined;
|
|
28
|
+
spacingRight?: undefined;
|
|
29
|
+
spacingTop?: undefined;
|
|
26
30
|
};
|
|
27
31
|
showCaption: boolean;
|
|
28
32
|
id: string;
|
|
@@ -33,6 +37,10 @@ declare const _default: {
|
|
|
33
37
|
layoutPos: {
|
|
34
38
|
shrink: number;
|
|
35
39
|
layout: string;
|
|
40
|
+
spacingBottom: string;
|
|
41
|
+
spacingLeft: string;
|
|
42
|
+
spacingRight: string;
|
|
43
|
+
spacingTop: string;
|
|
36
44
|
grow?: undefined;
|
|
37
45
|
};
|
|
38
46
|
showCaption: boolean;
|
|
@@ -51,6 +59,7 @@ declare const _default: {
|
|
|
51
59
|
layoutPos: {
|
|
52
60
|
shrink: number;
|
|
53
61
|
layout: string;
|
|
62
|
+
spacingBottom: string;
|
|
54
63
|
grow?: undefined;
|
|
55
64
|
};
|
|
56
65
|
id: string;
|
|
@@ -123,6 +132,7 @@ declare const _default: {
|
|
|
123
132
|
grow: number;
|
|
124
133
|
shrink: number;
|
|
125
134
|
layout: string;
|
|
135
|
+
spacingBottom?: undefined;
|
|
126
136
|
};
|
|
127
137
|
id: string;
|
|
128
138
|
})[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var
|
|
2
|
+
var DataView = {
|
|
3
3
|
"viewProxyMode": true,
|
|
4
4
|
"layoutMode": "FLEX",
|
|
5
5
|
"layout": {
|
|
@@ -36,7 +36,11 @@ var controlLayoutModelRepositoryDataViewLayout = {
|
|
|
36
36
|
"itemType": "CTRLPOS",
|
|
37
37
|
"layoutPos": {
|
|
38
38
|
"shrink": 0,
|
|
39
|
-
"layout": "FLEX"
|
|
39
|
+
"layout": "FLEX",
|
|
40
|
+
"spacingBottom": "OUTERSMALL",
|
|
41
|
+
"spacingLeft": "OUTERSMALL",
|
|
42
|
+
"spacingRight": "OUTERSMALL",
|
|
43
|
+
"spacingTop": "OUTERSMALL"
|
|
40
44
|
},
|
|
41
45
|
"showCaption": true,
|
|
42
46
|
"id": "searchbar"
|
|
@@ -53,7 +57,8 @@ var controlLayoutModelRepositoryDataViewLayout = {
|
|
|
53
57
|
"itemType": "CONTAINER",
|
|
54
58
|
"layoutPos": {
|
|
55
59
|
"shrink": 0,
|
|
56
|
-
"layout": "FLEX"
|
|
60
|
+
"layout": "FLEX",
|
|
61
|
+
"spacingBottom": "OUTERSMALL"
|
|
57
62
|
},
|
|
58
63
|
"id": "control_header"
|
|
59
64
|
},
|
|
@@ -106,7 +111,7 @@ var controlLayoutModelRepositoryDataViewLayout = {
|
|
|
106
111
|
"itemStyle": "DEFAULT",
|
|
107
112
|
"itemType": "CONTAINER",
|
|
108
113
|
"layoutPos": {
|
|
109
|
-
"shrink":
|
|
114
|
+
"shrink": 0,
|
|
110
115
|
"layout": "FLEX"
|
|
111
116
|
},
|
|
112
117
|
"id": "container"
|
|
@@ -153,4 +158,4 @@ var controlLayoutModelRepositoryDataViewLayout = {
|
|
|
153
158
|
"id": "cardlayout"
|
|
154
159
|
};
|
|
155
160
|
|
|
156
|
-
export {
|
|
161
|
+
export { DataView as default };
|
package/es/publish/index.mjs
CHANGED
|
@@ -6,6 +6,8 @@ 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
8
|
import AppDataUploadView from './app-data-upload-view.mjs';
|
|
9
|
+
import AppStartViewLayout from './app-start-view-layout.mjs';
|
|
10
|
+
import AppWelComeViewLayout from './app-welcome-view-layout.mjs';
|
|
9
11
|
import DEChartView from './view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.mjs';
|
|
10
12
|
import DECalendarExpView from './view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.mjs';
|
|
11
13
|
import DECalendarView from './view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.mjs';
|
|
@@ -56,6 +58,7 @@ import TreeExpBar from './control-layout/control-layout-model-repository-tree-ex
|
|
|
56
58
|
import ChartExpBar from './control-layout/control-layout-model-repository-chart-exp-bar-layout.mjs';
|
|
57
59
|
import SearchForm from './control-layout/control-layout-model-repository-search-form-layout.mjs';
|
|
58
60
|
import Tree from './control-layout/control-layout-model-repository-tree-layout.mjs';
|
|
61
|
+
import DataView from './control-layout/control-layout-model-repository-data-view-layout.mjs';
|
|
59
62
|
|
|
60
63
|
"use strict";
|
|
61
64
|
function install(callBack) {
|
|
@@ -69,6 +72,8 @@ function install(callBack) {
|
|
|
69
72
|
callBack("APPINDEXVIEW_DEFAULT_TOP_NO_NAV", AppIndexViewLayout_TOP_NO_NAV);
|
|
70
73
|
callBack("APPLOGINVIEW_DEFAULT", AppLoginView);
|
|
71
74
|
callBack("APPDATAUPLOADVIEW_DEFAULT", AppDataUploadView);
|
|
75
|
+
callBack("APPSTARTVIEW_DEFAULT", AppStartViewLayout);
|
|
76
|
+
callBack("APPWELCOMEVIEW_DEFAULT", AppWelComeViewLayout);
|
|
72
77
|
callBack("DECHARTVIEW_DEFAULT", DEChartView);
|
|
73
78
|
callBack("DECHARTVIEW9_DEFAULT", DEChartView);
|
|
74
79
|
callBack("DECALENDAREXPVIEW_DEFAULT", DECalendarExpView);
|
|
@@ -127,6 +132,7 @@ function install(callBack) {
|
|
|
127
132
|
callBack("CHARTEXPBAR_DEFAULT", ChartExpBar);
|
|
128
133
|
callBack("SEARCHFORM_DEFAULT", SearchForm);
|
|
129
134
|
callBack("TREEVIEW_DEFAULT", Tree);
|
|
135
|
+
callBack("DATAVIEW_DEFAULT", DataView);
|
|
130
136
|
}
|
|
131
137
|
|
|
132
138
|
export { install };
|