@ibiz-template/mob-theme 0.2.6 → 0.2.7
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 +13 -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/publish/app-index-view-layout-blank-mode.d.ts +31 -0
- package/es/publish/app-index-view-layout-blank-mode.mjs +34 -0
- package/es/publish/app-index-view-layout.d.ts +26 -2
- package/es/publish/app-index-view-layout.mjs +21 -2
- package/es/publish/index.mjs +12 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.d.ts +42 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.mjs +47 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.d.ts +246 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.mjs +293 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.d.ts +44 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.mjs +49 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.d.ts +245 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.mjs +292 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +47 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +82 -63
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +70 -35
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +107 -69
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +1 -29
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +2 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +45 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +81 -63
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +45 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +81 -63
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +45 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +81 -63
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.d.ts +1 -29
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +2 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +45 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +81 -63
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.d.ts +90 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.mjs +98 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +70 -26
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +109 -39
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +45 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +81 -63
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +70 -6
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +108 -14
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +117 -39
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +138 -70
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +48 -31
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +34 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.d.ts +70 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.mjs +109 -10
- package/es/theme/generic/index.css +1 -1
- package/es/theme/generic/vant.css +1 -1
- package/es/theme/index.css +1 -1
- package/lib/publish/app-index-view-layout-blank-mode.cjs +38 -0
- package/lib/publish/app-index-view-layout.cjs +21 -2
- package/lib/publish/index.cjs +12 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.cjs +51 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.cjs +297 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.cjs +53 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.cjs +296 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +82 -63
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +107 -69
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +2 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +81 -63
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +81 -63
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +81 -63
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +2 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +81 -63
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.cjs +102 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +109 -39
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +81 -63
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +108 -14
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +138 -70
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +34 -2
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.cjs +109 -10
- package/lib/theme/generic/index.css +1 -1
- package/lib/theme/generic/vant.css +1 -1
- package/lib/theme/index.css +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutBodyOnly: boolean;
|
|
3
|
+
layoutMode: string;
|
|
4
|
+
layout: {
|
|
5
|
+
layout: string;
|
|
6
|
+
};
|
|
7
|
+
rootPanelItems: ({
|
|
8
|
+
panelItems: {
|
|
9
|
+
panelItems: {
|
|
10
|
+
caption: string;
|
|
11
|
+
itemStyle: string;
|
|
12
|
+
itemType: string;
|
|
13
|
+
layoutPos: {
|
|
14
|
+
shrink: number;
|
|
15
|
+
layout: string;
|
|
16
|
+
};
|
|
17
|
+
showCaption: boolean;
|
|
18
|
+
id: string;
|
|
19
|
+
}[];
|
|
20
|
+
predefinedType: string;
|
|
21
|
+
layout: {
|
|
22
|
+
layout: string;
|
|
23
|
+
};
|
|
24
|
+
dataRegionType: string;
|
|
25
|
+
caption: string;
|
|
26
|
+
itemStyle: string;
|
|
27
|
+
itemType: string;
|
|
28
|
+
layoutPos: {
|
|
29
|
+
shrink: number;
|
|
30
|
+
layout: string;
|
|
31
|
+
};
|
|
32
|
+
id: string;
|
|
33
|
+
}[];
|
|
34
|
+
layout: {
|
|
35
|
+
layout: string;
|
|
36
|
+
};
|
|
37
|
+
dataRegionType: string;
|
|
38
|
+
caption: string;
|
|
39
|
+
itemStyle: string;
|
|
40
|
+
itemType: string;
|
|
41
|
+
layoutPos: {
|
|
42
|
+
shrink: number;
|
|
43
|
+
layout: string;
|
|
44
|
+
grow?: undefined;
|
|
45
|
+
};
|
|
46
|
+
id: string;
|
|
47
|
+
predefinedType?: undefined;
|
|
48
|
+
} | {
|
|
49
|
+
panelItems: {
|
|
50
|
+
rawItem: {
|
|
51
|
+
predefinedType: string;
|
|
52
|
+
id: string;
|
|
53
|
+
};
|
|
54
|
+
caption: string;
|
|
55
|
+
itemStyle: string;
|
|
56
|
+
itemType: string;
|
|
57
|
+
layoutPos: {
|
|
58
|
+
grow: number;
|
|
59
|
+
shrink: number;
|
|
60
|
+
layout: string;
|
|
61
|
+
};
|
|
62
|
+
showCaption: boolean;
|
|
63
|
+
id: string;
|
|
64
|
+
}[];
|
|
65
|
+
predefinedType: string;
|
|
66
|
+
layout: {
|
|
67
|
+
layout: string;
|
|
68
|
+
};
|
|
69
|
+
dataRegionType: string;
|
|
70
|
+
caption: string;
|
|
71
|
+
itemStyle: string;
|
|
72
|
+
itemType: string;
|
|
73
|
+
layoutPos: {
|
|
74
|
+
grow: number;
|
|
75
|
+
shrink: number;
|
|
76
|
+
layout: string;
|
|
77
|
+
};
|
|
78
|
+
id: string;
|
|
79
|
+
})[];
|
|
80
|
+
layoutPanel: boolean;
|
|
81
|
+
mobilePanel: boolean;
|
|
82
|
+
codeName: string;
|
|
83
|
+
controlType: string;
|
|
84
|
+
logicName: string;
|
|
85
|
+
appDataEntityId: string;
|
|
86
|
+
controlParam: {};
|
|
87
|
+
name: string;
|
|
88
|
+
id: string;
|
|
89
|
+
};
|
|
90
|
+
export default _default;
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
var DEMobTabExpView9 = {
|
|
2
|
+
"layoutBodyOnly": true,
|
|
3
|
+
"layoutMode": "FLEX",
|
|
4
|
+
"layout": {
|
|
5
|
+
"layout": "FLEX"
|
|
6
|
+
},
|
|
7
|
+
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"panelItems": [
|
|
10
|
+
{
|
|
11
|
+
"panelItems": [
|
|
12
|
+
{
|
|
13
|
+
"caption": "\u5206\u9875\u5BFC\u822A",
|
|
14
|
+
"itemStyle": "DEFAULT",
|
|
15
|
+
"itemType": "CTRLPOS",
|
|
16
|
+
"layoutPos": {
|
|
17
|
+
"shrink": 1,
|
|
18
|
+
"layout": "FLEX"
|
|
19
|
+
},
|
|
20
|
+
"showCaption": true,
|
|
21
|
+
"id": "tabexppanel"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"predefinedType": "ToolbarContainer",
|
|
25
|
+
"layout": {
|
|
26
|
+
"layout": "FLEX"
|
|
27
|
+
},
|
|
28
|
+
"dataRegionType": "INHERIT",
|
|
29
|
+
"caption": "\u5BB9\u5668",
|
|
30
|
+
"itemStyle": "DEFAULT",
|
|
31
|
+
"itemType": "CONTAINER",
|
|
32
|
+
"layoutPos": {
|
|
33
|
+
"shrink": 1,
|
|
34
|
+
"layout": "FLEX"
|
|
35
|
+
},
|
|
36
|
+
"id": "view_toolbar_container2"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"layout": {
|
|
40
|
+
"layout": "FLEX"
|
|
41
|
+
},
|
|
42
|
+
"dataRegionType": "INHERIT",
|
|
43
|
+
"caption": "\u5BB9\u5668",
|
|
44
|
+
"itemStyle": "DEFAULT",
|
|
45
|
+
"itemType": "CONTAINER",
|
|
46
|
+
"layoutPos": {
|
|
47
|
+
"shrink": 0,
|
|
48
|
+
"layout": "FLEX"
|
|
49
|
+
},
|
|
50
|
+
"id": "view_header2"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"panelItems": [
|
|
54
|
+
{
|
|
55
|
+
"rawItem": {
|
|
56
|
+
"predefinedType": "NAV_POS",
|
|
57
|
+
"id": "nav_pos"
|
|
58
|
+
},
|
|
59
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
60
|
+
"itemStyle": "DEFAULT",
|
|
61
|
+
"itemType": "RAWITEM",
|
|
62
|
+
"layoutPos": {
|
|
63
|
+
"grow": 1,
|
|
64
|
+
"shrink": 1,
|
|
65
|
+
"layout": "FLEX"
|
|
66
|
+
},
|
|
67
|
+
"showCaption": true,
|
|
68
|
+
"id": "nav_pos"
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"predefinedType": "Content",
|
|
72
|
+
"layout": {
|
|
73
|
+
"layout": "FLEX"
|
|
74
|
+
},
|
|
75
|
+
"dataRegionType": "INHERIT",
|
|
76
|
+
"caption": "\u5BB9\u5668",
|
|
77
|
+
"itemStyle": "DEFAULT",
|
|
78
|
+
"itemType": "CONTAINER",
|
|
79
|
+
"layoutPos": {
|
|
80
|
+
"grow": 1,
|
|
81
|
+
"shrink": 1,
|
|
82
|
+
"layout": "FLEX"
|
|
83
|
+
},
|
|
84
|
+
"id": "view_content"
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"layoutPanel": true,
|
|
88
|
+
"mobilePanel": true,
|
|
89
|
+
"codeName": "MobTABEXPView9Layout",
|
|
90
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
91
|
+
"logicName": "\u5B9E\u4F53\u79FB\u52A8\u7AEF\u5206\u9875\u5BFC\u822A\u89C6\u56FE\uFF08\u90E8\u4EF6\u89C6\u56FE\uFF09\u5E03\u5C40\u9762\u677F\u5E03\u5C40\u9762\u677F",
|
|
92
|
+
"appDataEntityId": "mobfrontmodel.mobviewlayoutmodelrepository",
|
|
93
|
+
"controlParam": {},
|
|
94
|
+
"name": "layoutpanel",
|
|
95
|
+
"id": "mobtabexpview9layout"
|
|
96
|
+
};
|
|
97
|
+
|
|
98
|
+
export { DEMobTabExpView9 as default };
|
|
@@ -6,36 +6,83 @@ declare const _default: {
|
|
|
6
6
|
};
|
|
7
7
|
rootPanelItems: ({
|
|
8
8
|
panelItems: ({
|
|
9
|
-
panelItems:
|
|
10
|
-
caption: string;
|
|
11
|
-
itemStyle: string;
|
|
12
|
-
itemType: string;
|
|
13
|
-
layoutPos: {
|
|
14
|
-
shrink: number;
|
|
15
|
-
layout: string;
|
|
16
|
-
grow?: undefined;
|
|
17
|
-
heightMode?: undefined;
|
|
18
|
-
};
|
|
19
|
-
showCaption: boolean;
|
|
20
|
-
id: string;
|
|
21
|
-
panelItems?: undefined;
|
|
22
|
-
layout?: undefined;
|
|
23
|
-
dataRegionType?: undefined;
|
|
24
|
-
} | {
|
|
9
|
+
panelItems: {
|
|
25
10
|
panelItems: {
|
|
11
|
+
panelItems: ({
|
|
12
|
+
panelItems: {
|
|
13
|
+
caption: string;
|
|
14
|
+
itemStyle: string;
|
|
15
|
+
itemType: string;
|
|
16
|
+
layoutPos: {
|
|
17
|
+
shrink: number;
|
|
18
|
+
heightMode: string;
|
|
19
|
+
layout: string;
|
|
20
|
+
valignSelf: string;
|
|
21
|
+
};
|
|
22
|
+
showCaption: boolean;
|
|
23
|
+
id: string;
|
|
24
|
+
}[];
|
|
25
|
+
layout: {
|
|
26
|
+
layout: string;
|
|
27
|
+
align?: undefined;
|
|
28
|
+
dir?: undefined;
|
|
29
|
+
};
|
|
30
|
+
dataRegionType: string;
|
|
31
|
+
caption: string;
|
|
32
|
+
itemStyle: string;
|
|
33
|
+
itemType: string;
|
|
34
|
+
layoutPos: {
|
|
35
|
+
shrink: number;
|
|
36
|
+
layout: string;
|
|
37
|
+
grow?: undefined;
|
|
38
|
+
};
|
|
39
|
+
id: string;
|
|
40
|
+
} | {
|
|
41
|
+
panelItems: {
|
|
42
|
+
caption: string;
|
|
43
|
+
itemStyle: string;
|
|
44
|
+
itemType: string;
|
|
45
|
+
layoutPos: {
|
|
46
|
+
shrink: number;
|
|
47
|
+
heightMode: string;
|
|
48
|
+
layout: string;
|
|
49
|
+
};
|
|
50
|
+
showCaption: boolean;
|
|
51
|
+
id: string;
|
|
52
|
+
}[];
|
|
53
|
+
layout: {
|
|
54
|
+
align: string;
|
|
55
|
+
dir: string;
|
|
56
|
+
layout: string;
|
|
57
|
+
};
|
|
58
|
+
dataRegionType: string;
|
|
59
|
+
caption: string;
|
|
60
|
+
itemStyle: string;
|
|
61
|
+
itemType: string;
|
|
62
|
+
layoutPos: {
|
|
63
|
+
grow: number;
|
|
64
|
+
shrink: number;
|
|
65
|
+
layout: string;
|
|
66
|
+
};
|
|
67
|
+
id: string;
|
|
68
|
+
})[];
|
|
69
|
+
predefinedType: string;
|
|
70
|
+
layout: {
|
|
71
|
+
dir: string;
|
|
72
|
+
layout: string;
|
|
73
|
+
};
|
|
74
|
+
dataRegionType: string;
|
|
26
75
|
caption: string;
|
|
27
76
|
itemStyle: string;
|
|
28
77
|
itemType: string;
|
|
29
78
|
layoutPos: {
|
|
30
79
|
shrink: number;
|
|
31
|
-
heightMode: string;
|
|
32
80
|
layout: string;
|
|
33
81
|
};
|
|
34
|
-
showCaption: boolean;
|
|
35
82
|
id: string;
|
|
36
83
|
}[];
|
|
84
|
+
predefinedType: string;
|
|
37
85
|
layout: {
|
|
38
|
-
align: string;
|
|
39
86
|
dir: string;
|
|
40
87
|
layout: string;
|
|
41
88
|
};
|
|
@@ -44,17 +91,13 @@ declare const _default: {
|
|
|
44
91
|
itemStyle: string;
|
|
45
92
|
itemType: string;
|
|
46
93
|
layoutPos: {
|
|
47
|
-
grow: number;
|
|
48
94
|
shrink: number;
|
|
49
|
-
heightMode: string;
|
|
50
95
|
layout: string;
|
|
51
96
|
};
|
|
52
97
|
id: string;
|
|
53
|
-
|
|
54
|
-
})[];
|
|
98
|
+
}[];
|
|
55
99
|
predefinedType: string;
|
|
56
100
|
layout: {
|
|
57
|
-
dir: string;
|
|
58
101
|
layout: string;
|
|
59
102
|
};
|
|
60
103
|
dataRegionType: string;
|
|
@@ -65,6 +108,7 @@ declare const _default: {
|
|
|
65
108
|
shrink: number;
|
|
66
109
|
layout: string;
|
|
67
110
|
};
|
|
111
|
+
showCaption: boolean;
|
|
68
112
|
id: string;
|
|
69
113
|
} | {
|
|
70
114
|
panelItems: {
|
|
@@ -81,7 +125,6 @@ declare const _default: {
|
|
|
81
125
|
predefinedType: string;
|
|
82
126
|
layout: {
|
|
83
127
|
layout: string;
|
|
84
|
-
dir?: undefined;
|
|
85
128
|
};
|
|
86
129
|
dataRegionType: string;
|
|
87
130
|
caption: string;
|
|
@@ -92,8 +135,8 @@ declare const _default: {
|
|
|
92
135
|
layout: string;
|
|
93
136
|
};
|
|
94
137
|
id: string;
|
|
138
|
+
showCaption?: undefined;
|
|
95
139
|
})[];
|
|
96
|
-
predefinedType: string;
|
|
97
140
|
layout: {
|
|
98
141
|
layout: string;
|
|
99
142
|
};
|
|
@@ -107,6 +150,7 @@ declare const _default: {
|
|
|
107
150
|
grow?: undefined;
|
|
108
151
|
};
|
|
109
152
|
id: string;
|
|
153
|
+
predefinedType?: undefined;
|
|
110
154
|
} | {
|
|
111
155
|
panelItems: {
|
|
112
156
|
rawItem: {
|
|
@@ -9,35 +9,119 @@ var DEMobTabExpView = {
|
|
|
9
9
|
"panelItems": [
|
|
10
10
|
{
|
|
11
11
|
"panelItems": [
|
|
12
|
-
{
|
|
13
|
-
"caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
|
|
14
|
-
"itemStyle": "DEFAULT",
|
|
15
|
-
"itemType": "CTRLPOS",
|
|
16
|
-
"layoutPos": {
|
|
17
|
-
"shrink": 1,
|
|
18
|
-
"layout": "FLEX"
|
|
19
|
-
},
|
|
20
|
-
"showCaption": true,
|
|
21
|
-
"id": "lefttoolbar"
|
|
22
|
-
},
|
|
23
12
|
{
|
|
24
13
|
"panelItems": [
|
|
25
14
|
{
|
|
26
|
-
"
|
|
15
|
+
"panelItems": [
|
|
16
|
+
{
|
|
17
|
+
"panelItems": [
|
|
18
|
+
{
|
|
19
|
+
"caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
|
|
20
|
+
"itemStyle": "DEFAULT",
|
|
21
|
+
"itemType": "CTRLPOS",
|
|
22
|
+
"layoutPos": {
|
|
23
|
+
"shrink": 1,
|
|
24
|
+
"heightMode": "FULL",
|
|
25
|
+
"layout": "FLEX",
|
|
26
|
+
"valignSelf": "MIDDLE"
|
|
27
|
+
},
|
|
28
|
+
"showCaption": true,
|
|
29
|
+
"id": "lefttoolbar"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"layout": {
|
|
33
|
+
"layout": "FLEX"
|
|
34
|
+
},
|
|
35
|
+
"dataRegionType": "INHERIT",
|
|
36
|
+
"caption": "\u5BB9\u5668",
|
|
37
|
+
"itemStyle": "DEFAULT",
|
|
38
|
+
"itemType": "CONTAINER",
|
|
39
|
+
"layoutPos": {
|
|
40
|
+
"shrink": 0,
|
|
41
|
+
"layout": "FLEX"
|
|
42
|
+
},
|
|
43
|
+
"id": "view_left_toolbar"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"panelItems": [
|
|
47
|
+
{
|
|
48
|
+
"caption": "\u6807\u9898\u680F",
|
|
49
|
+
"itemStyle": "DEFAULT",
|
|
50
|
+
"itemType": "CTRLPOS",
|
|
51
|
+
"layoutPos": {
|
|
52
|
+
"shrink": 1,
|
|
53
|
+
"heightMode": "FULL",
|
|
54
|
+
"layout": "FLEX"
|
|
55
|
+
},
|
|
56
|
+
"showCaption": true,
|
|
57
|
+
"id": "captionbar"
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"layout": {
|
|
61
|
+
"align": "center",
|
|
62
|
+
"dir": "row",
|
|
63
|
+
"layout": "FLEX"
|
|
64
|
+
},
|
|
65
|
+
"dataRegionType": "INHERIT",
|
|
66
|
+
"caption": "\u5BB9\u5668",
|
|
67
|
+
"itemStyle": "DEFAULT",
|
|
68
|
+
"itemType": "CONTAINER",
|
|
69
|
+
"layoutPos": {
|
|
70
|
+
"grow": 1,
|
|
71
|
+
"shrink": 1,
|
|
72
|
+
"layout": "FLEX"
|
|
73
|
+
},
|
|
74
|
+
"id": "view_captionbar"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"panelItems": [
|
|
78
|
+
{
|
|
79
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
80
|
+
"itemStyle": "DEFAULT",
|
|
81
|
+
"itemType": "CTRLPOS",
|
|
82
|
+
"layoutPos": {
|
|
83
|
+
"shrink": 1,
|
|
84
|
+
"heightMode": "FULL",
|
|
85
|
+
"layout": "FLEX",
|
|
86
|
+
"valignSelf": "MIDDLE"
|
|
87
|
+
},
|
|
88
|
+
"showCaption": true,
|
|
89
|
+
"id": "righttoolbar"
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"layout": {
|
|
93
|
+
"layout": "FLEX"
|
|
94
|
+
},
|
|
95
|
+
"dataRegionType": "INHERIT",
|
|
96
|
+
"caption": "\u5BB9\u5668",
|
|
97
|
+
"itemStyle": "DEFAULT",
|
|
98
|
+
"itemType": "CONTAINER",
|
|
99
|
+
"layoutPos": {
|
|
100
|
+
"shrink": 0,
|
|
101
|
+
"layout": "FLEX"
|
|
102
|
+
},
|
|
103
|
+
"id": "view_right_toolbar"
|
|
104
|
+
}
|
|
105
|
+
],
|
|
106
|
+
"predefinedType": "Toolbar",
|
|
107
|
+
"layout": {
|
|
108
|
+
"dir": "row",
|
|
109
|
+
"layout": "FLEX"
|
|
110
|
+
},
|
|
111
|
+
"dataRegionType": "INHERIT",
|
|
112
|
+
"caption": "\u5BB9\u5668",
|
|
27
113
|
"itemStyle": "DEFAULT",
|
|
28
|
-
"itemType": "
|
|
114
|
+
"itemType": "CONTAINER",
|
|
29
115
|
"layoutPos": {
|
|
30
116
|
"shrink": 1,
|
|
31
|
-
"heightMode": "FULL",
|
|
32
117
|
"layout": "FLEX"
|
|
33
118
|
},
|
|
34
|
-
"
|
|
35
|
-
"id": "captionbar"
|
|
119
|
+
"id": "view_toolbar"
|
|
36
120
|
}
|
|
37
121
|
],
|
|
122
|
+
"predefinedType": "Header",
|
|
38
123
|
"layout": {
|
|
39
|
-
"
|
|
40
|
-
"dir": "row",
|
|
124
|
+
"dir": "column",
|
|
41
125
|
"layout": "FLEX"
|
|
42
126
|
},
|
|
43
127
|
"dataRegionType": "INHERIT",
|
|
@@ -45,39 +129,26 @@ var DEMobTabExpView = {
|
|
|
45
129
|
"itemStyle": "DEFAULT",
|
|
46
130
|
"itemType": "CONTAINER",
|
|
47
131
|
"layoutPos": {
|
|
48
|
-
"
|
|
49
|
-
"shrink": 1,
|
|
50
|
-
"heightMode": "PERCENTAGE",
|
|
51
|
-
"layout": "FLEX"
|
|
52
|
-
},
|
|
53
|
-
"id": "view_captionbar"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"caption": "\u5DE5\u5177\u680F",
|
|
57
|
-
"itemStyle": "DEFAULT",
|
|
58
|
-
"itemType": "CTRLPOS",
|
|
59
|
-
"layoutPos": {
|
|
60
|
-
"shrink": 1,
|
|
132
|
+
"shrink": 0,
|
|
61
133
|
"layout": "FLEX"
|
|
62
134
|
},
|
|
63
|
-
"
|
|
64
|
-
"id": "righttoolbar"
|
|
135
|
+
"id": "view_header"
|
|
65
136
|
}
|
|
66
137
|
],
|
|
67
|
-
"predefinedType": "
|
|
138
|
+
"predefinedType": "PANELPART",
|
|
68
139
|
"layout": {
|
|
69
|
-
"dir": "row",
|
|
70
140
|
"layout": "FLEX"
|
|
71
141
|
},
|
|
72
142
|
"dataRegionType": "INHERIT",
|
|
73
|
-
"caption": "\
|
|
143
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
74
144
|
"itemStyle": "DEFAULT",
|
|
75
145
|
"itemType": "CONTAINER",
|
|
76
146
|
"layoutPos": {
|
|
77
147
|
"shrink": 1,
|
|
78
148
|
"layout": "FLEX"
|
|
79
149
|
},
|
|
80
|
-
"
|
|
150
|
+
"showCaption": true,
|
|
151
|
+
"id": "panelpart"
|
|
81
152
|
},
|
|
82
153
|
{
|
|
83
154
|
"panelItems": [
|
|
@@ -108,7 +179,6 @@ var DEMobTabExpView = {
|
|
|
108
179
|
"id": "view_toolbar_container2"
|
|
109
180
|
}
|
|
110
181
|
],
|
|
111
|
-
"predefinedType": "Header",
|
|
112
182
|
"layout": {
|
|
113
183
|
"layout": "FLEX"
|
|
114
184
|
},
|
|
@@ -120,7 +190,7 @@ var DEMobTabExpView = {
|
|
|
120
190
|
"shrink": 0,
|
|
121
191
|
"layout": "FLEX"
|
|
122
192
|
},
|
|
123
|
-
"id": "
|
|
193
|
+
"id": "view_top"
|
|
124
194
|
},
|
|
125
195
|
{
|
|
126
196
|
"panelItems": [
|
|
@@ -7,49 +7,67 @@ declare const _default: {
|
|
|
7
7
|
rootPanelItems: ({
|
|
8
8
|
panelItems: {
|
|
9
9
|
panelItems: ({
|
|
10
|
-
panelItems:
|
|
11
|
-
panelItems: {
|
|
10
|
+
panelItems: {
|
|
11
|
+
panelItems: ({
|
|
12
|
+
panelItems: {
|
|
13
|
+
caption: string;
|
|
14
|
+
itemStyle: string;
|
|
15
|
+
itemType: string;
|
|
16
|
+
layoutPos: {
|
|
17
|
+
shrink: number;
|
|
18
|
+
heightMode: string;
|
|
19
|
+
layout: string;
|
|
20
|
+
valignSelf: string;
|
|
21
|
+
};
|
|
22
|
+
showCaption: boolean;
|
|
23
|
+
id: string;
|
|
24
|
+
}[];
|
|
25
|
+
layout: {
|
|
26
|
+
layout: string;
|
|
27
|
+
align?: undefined;
|
|
28
|
+
dir?: undefined;
|
|
29
|
+
};
|
|
30
|
+
dataRegionType: string;
|
|
12
31
|
caption: string;
|
|
13
32
|
itemStyle: string;
|
|
14
33
|
itemType: string;
|
|
15
34
|
layoutPos: {
|
|
16
35
|
shrink: number;
|
|
17
36
|
layout: string;
|
|
37
|
+
grow?: undefined;
|
|
18
38
|
};
|
|
19
|
-
showCaption: boolean;
|
|
20
39
|
id: string;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
layout:
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
+
} | {
|
|
41
|
+
panelItems: {
|
|
42
|
+
caption: string;
|
|
43
|
+
itemStyle: string;
|
|
44
|
+
itemType: string;
|
|
45
|
+
layoutPos: {
|
|
46
|
+
shrink: number;
|
|
47
|
+
heightMode: string;
|
|
48
|
+
layout: string;
|
|
49
|
+
};
|
|
50
|
+
showCaption: boolean;
|
|
51
|
+
id: string;
|
|
52
|
+
}[];
|
|
53
|
+
layout: {
|
|
54
|
+
align: string;
|
|
55
|
+
dir: string;
|
|
56
|
+
layout: string;
|
|
57
|
+
};
|
|
58
|
+
dataRegionType: string;
|
|
40
59
|
caption: string;
|
|
41
60
|
itemStyle: string;
|
|
42
61
|
itemType: string;
|
|
43
62
|
layoutPos: {
|
|
63
|
+
grow: number;
|
|
44
64
|
shrink: number;
|
|
45
|
-
heightMode: string;
|
|
46
65
|
layout: string;
|
|
47
66
|
};
|
|
48
|
-
showCaption: boolean;
|
|
49
67
|
id: string;
|
|
50
|
-
}[];
|
|
68
|
+
})[];
|
|
69
|
+
predefinedType: string;
|
|
51
70
|
layout: {
|
|
52
|
-
align: string;
|
|
53
71
|
dir: string;
|
|
54
72
|
layout: string;
|
|
55
73
|
};
|
|
@@ -58,16 +76,13 @@ declare const _default: {
|
|
|
58
76
|
itemStyle: string;
|
|
59
77
|
itemType: string;
|
|
60
78
|
layoutPos: {
|
|
61
|
-
grow: number;
|
|
62
79
|
shrink: number;
|
|
63
80
|
layout: string;
|
|
64
|
-
heightMode?: undefined;
|
|
65
81
|
};
|
|
66
82
|
id: string;
|
|
67
|
-
}
|
|
83
|
+
}[];
|
|
68
84
|
predefinedType: string;
|
|
69
85
|
layout: {
|
|
70
|
-
align: string;
|
|
71
86
|
dir: string;
|
|
72
87
|
layout: string;
|
|
73
88
|
};
|
|
@@ -95,7 +110,6 @@ declare const _default: {
|
|
|
95
110
|
predefinedType: string;
|
|
96
111
|
layout: {
|
|
97
112
|
layout: string;
|
|
98
|
-
align?: undefined;
|
|
99
113
|
dir?: undefined;
|
|
100
114
|
};
|
|
101
115
|
dataRegionType: string;
|
|
@@ -121,7 +135,6 @@ declare const _default: {
|
|
|
121
135
|
}[];
|
|
122
136
|
layout: {
|
|
123
137
|
layout: string;
|
|
124
|
-
align?: undefined;
|
|
125
138
|
dir?: undefined;
|
|
126
139
|
};
|
|
127
140
|
dataRegionType: string;
|
|
@@ -135,7 +148,6 @@ declare const _default: {
|
|
|
135
148
|
id: string;
|
|
136
149
|
predefinedType?: undefined;
|
|
137
150
|
})[];
|
|
138
|
-
predefinedType: string;
|
|
139
151
|
layout: {
|
|
140
152
|
dir: string;
|
|
141
153
|
layout: string;
|