@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,102 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var DEMobTabExpView9 = {
|
|
6
|
+
"layoutBodyOnly": true,
|
|
7
|
+
"layoutMode": "FLEX",
|
|
8
|
+
"layout": {
|
|
9
|
+
"layout": "FLEX"
|
|
10
|
+
},
|
|
11
|
+
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"panelItems": [
|
|
14
|
+
{
|
|
15
|
+
"panelItems": [
|
|
16
|
+
{
|
|
17
|
+
"caption": "\u5206\u9875\u5BFC\u822A",
|
|
18
|
+
"itemStyle": "DEFAULT",
|
|
19
|
+
"itemType": "CTRLPOS",
|
|
20
|
+
"layoutPos": {
|
|
21
|
+
"shrink": 1,
|
|
22
|
+
"layout": "FLEX"
|
|
23
|
+
},
|
|
24
|
+
"showCaption": true,
|
|
25
|
+
"id": "tabexppanel"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"predefinedType": "ToolbarContainer",
|
|
29
|
+
"layout": {
|
|
30
|
+
"layout": "FLEX"
|
|
31
|
+
},
|
|
32
|
+
"dataRegionType": "INHERIT",
|
|
33
|
+
"caption": "\u5BB9\u5668",
|
|
34
|
+
"itemStyle": "DEFAULT",
|
|
35
|
+
"itemType": "CONTAINER",
|
|
36
|
+
"layoutPos": {
|
|
37
|
+
"shrink": 1,
|
|
38
|
+
"layout": "FLEX"
|
|
39
|
+
},
|
|
40
|
+
"id": "view_toolbar_container2"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"layout": {
|
|
44
|
+
"layout": "FLEX"
|
|
45
|
+
},
|
|
46
|
+
"dataRegionType": "INHERIT",
|
|
47
|
+
"caption": "\u5BB9\u5668",
|
|
48
|
+
"itemStyle": "DEFAULT",
|
|
49
|
+
"itemType": "CONTAINER",
|
|
50
|
+
"layoutPos": {
|
|
51
|
+
"shrink": 0,
|
|
52
|
+
"layout": "FLEX"
|
|
53
|
+
},
|
|
54
|
+
"id": "view_header2"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"panelItems": [
|
|
58
|
+
{
|
|
59
|
+
"rawItem": {
|
|
60
|
+
"predefinedType": "NAV_POS",
|
|
61
|
+
"id": "nav_pos"
|
|
62
|
+
},
|
|
63
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
64
|
+
"itemStyle": "DEFAULT",
|
|
65
|
+
"itemType": "RAWITEM",
|
|
66
|
+
"layoutPos": {
|
|
67
|
+
"grow": 1,
|
|
68
|
+
"shrink": 1,
|
|
69
|
+
"layout": "FLEX"
|
|
70
|
+
},
|
|
71
|
+
"showCaption": true,
|
|
72
|
+
"id": "nav_pos"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"predefinedType": "Content",
|
|
76
|
+
"layout": {
|
|
77
|
+
"layout": "FLEX"
|
|
78
|
+
},
|
|
79
|
+
"dataRegionType": "INHERIT",
|
|
80
|
+
"caption": "\u5BB9\u5668",
|
|
81
|
+
"itemStyle": "DEFAULT",
|
|
82
|
+
"itemType": "CONTAINER",
|
|
83
|
+
"layoutPos": {
|
|
84
|
+
"grow": 1,
|
|
85
|
+
"shrink": 1,
|
|
86
|
+
"layout": "FLEX"
|
|
87
|
+
},
|
|
88
|
+
"id": "view_content"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"layoutPanel": true,
|
|
92
|
+
"mobilePanel": true,
|
|
93
|
+
"codeName": "MobTABEXPView9Layout",
|
|
94
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
95
|
+
"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",
|
|
96
|
+
"appDataEntityId": "mobfrontmodel.mobviewlayoutmodelrepository",
|
|
97
|
+
"controlParam": {},
|
|
98
|
+
"name": "layoutpanel",
|
|
99
|
+
"id": "mobtabexpview9layout"
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
exports.default = DEMobTabExpView9;
|
|
@@ -13,35 +13,119 @@ var DEMobTabExpView = {
|
|
|
13
13
|
"panelItems": [
|
|
14
14
|
{
|
|
15
15
|
"panelItems": [
|
|
16
|
-
{
|
|
17
|
-
"caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
|
|
18
|
-
"itemStyle": "DEFAULT",
|
|
19
|
-
"itemType": "CTRLPOS",
|
|
20
|
-
"layoutPos": {
|
|
21
|
-
"shrink": 1,
|
|
22
|
-
"layout": "FLEX"
|
|
23
|
-
},
|
|
24
|
-
"showCaption": true,
|
|
25
|
-
"id": "lefttoolbar"
|
|
26
|
-
},
|
|
27
16
|
{
|
|
28
17
|
"panelItems": [
|
|
29
18
|
{
|
|
30
|
-
"
|
|
19
|
+
"panelItems": [
|
|
20
|
+
{
|
|
21
|
+
"panelItems": [
|
|
22
|
+
{
|
|
23
|
+
"caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "CTRLPOS",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 1,
|
|
28
|
+
"heightMode": "FULL",
|
|
29
|
+
"layout": "FLEX",
|
|
30
|
+
"valignSelf": "MIDDLE"
|
|
31
|
+
},
|
|
32
|
+
"showCaption": true,
|
|
33
|
+
"id": "lefttoolbar"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"layout": {
|
|
37
|
+
"layout": "FLEX"
|
|
38
|
+
},
|
|
39
|
+
"dataRegionType": "INHERIT",
|
|
40
|
+
"caption": "\u5BB9\u5668",
|
|
41
|
+
"itemStyle": "DEFAULT",
|
|
42
|
+
"itemType": "CONTAINER",
|
|
43
|
+
"layoutPos": {
|
|
44
|
+
"shrink": 0,
|
|
45
|
+
"layout": "FLEX"
|
|
46
|
+
},
|
|
47
|
+
"id": "view_left_toolbar"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"panelItems": [
|
|
51
|
+
{
|
|
52
|
+
"caption": "\u6807\u9898\u680F",
|
|
53
|
+
"itemStyle": "DEFAULT",
|
|
54
|
+
"itemType": "CTRLPOS",
|
|
55
|
+
"layoutPos": {
|
|
56
|
+
"shrink": 1,
|
|
57
|
+
"heightMode": "FULL",
|
|
58
|
+
"layout": "FLEX"
|
|
59
|
+
},
|
|
60
|
+
"showCaption": true,
|
|
61
|
+
"id": "captionbar"
|
|
62
|
+
}
|
|
63
|
+
],
|
|
64
|
+
"layout": {
|
|
65
|
+
"align": "center",
|
|
66
|
+
"dir": "row",
|
|
67
|
+
"layout": "FLEX"
|
|
68
|
+
},
|
|
69
|
+
"dataRegionType": "INHERIT",
|
|
70
|
+
"caption": "\u5BB9\u5668",
|
|
71
|
+
"itemStyle": "DEFAULT",
|
|
72
|
+
"itemType": "CONTAINER",
|
|
73
|
+
"layoutPos": {
|
|
74
|
+
"grow": 1,
|
|
75
|
+
"shrink": 1,
|
|
76
|
+
"layout": "FLEX"
|
|
77
|
+
},
|
|
78
|
+
"id": "view_captionbar"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"panelItems": [
|
|
82
|
+
{
|
|
83
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
84
|
+
"itemStyle": "DEFAULT",
|
|
85
|
+
"itemType": "CTRLPOS",
|
|
86
|
+
"layoutPos": {
|
|
87
|
+
"shrink": 1,
|
|
88
|
+
"heightMode": "FULL",
|
|
89
|
+
"layout": "FLEX",
|
|
90
|
+
"valignSelf": "MIDDLE"
|
|
91
|
+
},
|
|
92
|
+
"showCaption": true,
|
|
93
|
+
"id": "righttoolbar"
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"layout": {
|
|
97
|
+
"layout": "FLEX"
|
|
98
|
+
},
|
|
99
|
+
"dataRegionType": "INHERIT",
|
|
100
|
+
"caption": "\u5BB9\u5668",
|
|
101
|
+
"itemStyle": "DEFAULT",
|
|
102
|
+
"itemType": "CONTAINER",
|
|
103
|
+
"layoutPos": {
|
|
104
|
+
"shrink": 0,
|
|
105
|
+
"layout": "FLEX"
|
|
106
|
+
},
|
|
107
|
+
"id": "view_right_toolbar"
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
"predefinedType": "Toolbar",
|
|
111
|
+
"layout": {
|
|
112
|
+
"dir": "row",
|
|
113
|
+
"layout": "FLEX"
|
|
114
|
+
},
|
|
115
|
+
"dataRegionType": "INHERIT",
|
|
116
|
+
"caption": "\u5BB9\u5668",
|
|
31
117
|
"itemStyle": "DEFAULT",
|
|
32
|
-
"itemType": "
|
|
118
|
+
"itemType": "CONTAINER",
|
|
33
119
|
"layoutPos": {
|
|
34
120
|
"shrink": 1,
|
|
35
|
-
"heightMode": "FULL",
|
|
36
121
|
"layout": "FLEX"
|
|
37
122
|
},
|
|
38
|
-
"
|
|
39
|
-
"id": "captionbar"
|
|
123
|
+
"id": "view_toolbar"
|
|
40
124
|
}
|
|
41
125
|
],
|
|
126
|
+
"predefinedType": "Header",
|
|
42
127
|
"layout": {
|
|
43
|
-
"
|
|
44
|
-
"dir": "row",
|
|
128
|
+
"dir": "column",
|
|
45
129
|
"layout": "FLEX"
|
|
46
130
|
},
|
|
47
131
|
"dataRegionType": "INHERIT",
|
|
@@ -49,39 +133,26 @@ var DEMobTabExpView = {
|
|
|
49
133
|
"itemStyle": "DEFAULT",
|
|
50
134
|
"itemType": "CONTAINER",
|
|
51
135
|
"layoutPos": {
|
|
52
|
-
"
|
|
53
|
-
"shrink": 1,
|
|
54
|
-
"heightMode": "PERCENTAGE",
|
|
55
|
-
"layout": "FLEX"
|
|
56
|
-
},
|
|
57
|
-
"id": "view_captionbar"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"caption": "\u5DE5\u5177\u680F",
|
|
61
|
-
"itemStyle": "DEFAULT",
|
|
62
|
-
"itemType": "CTRLPOS",
|
|
63
|
-
"layoutPos": {
|
|
64
|
-
"shrink": 1,
|
|
136
|
+
"shrink": 0,
|
|
65
137
|
"layout": "FLEX"
|
|
66
138
|
},
|
|
67
|
-
"
|
|
68
|
-
"id": "righttoolbar"
|
|
139
|
+
"id": "view_header"
|
|
69
140
|
}
|
|
70
141
|
],
|
|
71
|
-
"predefinedType": "
|
|
142
|
+
"predefinedType": "PANELPART",
|
|
72
143
|
"layout": {
|
|
73
|
-
"dir": "row",
|
|
74
144
|
"layout": "FLEX"
|
|
75
145
|
},
|
|
76
146
|
"dataRegionType": "INHERIT",
|
|
77
|
-
"caption": "\
|
|
147
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
78
148
|
"itemStyle": "DEFAULT",
|
|
79
149
|
"itemType": "CONTAINER",
|
|
80
150
|
"layoutPos": {
|
|
81
151
|
"shrink": 1,
|
|
82
152
|
"layout": "FLEX"
|
|
83
153
|
},
|
|
84
|
-
"
|
|
154
|
+
"showCaption": true,
|
|
155
|
+
"id": "panelpart"
|
|
85
156
|
},
|
|
86
157
|
{
|
|
87
158
|
"panelItems": [
|
|
@@ -112,7 +183,6 @@ var DEMobTabExpView = {
|
|
|
112
183
|
"id": "view_toolbar_container2"
|
|
113
184
|
}
|
|
114
185
|
],
|
|
115
|
-
"predefinedType": "Header",
|
|
116
186
|
"layout": {
|
|
117
187
|
"layout": "FLEX"
|
|
118
188
|
},
|
|
@@ -124,7 +194,7 @@ var DEMobTabExpView = {
|
|
|
124
194
|
"shrink": 0,
|
|
125
195
|
"layout": "FLEX"
|
|
126
196
|
},
|
|
127
|
-
"id": "
|
|
197
|
+
"id": "view_top"
|
|
128
198
|
},
|
|
129
199
|
{
|
|
130
200
|
"panelItems": [
|
|
@@ -18,77 +18,98 @@ var DEMobTreeView = {
|
|
|
18
18
|
{
|
|
19
19
|
"panelItems": [
|
|
20
20
|
{
|
|
21
|
-
"
|
|
21
|
+
"panelItems": [
|
|
22
|
+
{
|
|
23
|
+
"caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "CTRLPOS",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 1,
|
|
28
|
+
"heightMode": "FULL",
|
|
29
|
+
"layout": "FLEX",
|
|
30
|
+
"valignSelf": "MIDDLE"
|
|
31
|
+
},
|
|
32
|
+
"showCaption": true,
|
|
33
|
+
"id": "lefttoolbar"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"layout": {
|
|
37
|
+
"layout": "FLEX"
|
|
38
|
+
},
|
|
39
|
+
"dataRegionType": "INHERIT",
|
|
40
|
+
"caption": "\u5BB9\u5668",
|
|
22
41
|
"itemStyle": "DEFAULT",
|
|
23
|
-
"itemType": "
|
|
42
|
+
"itemType": "CONTAINER",
|
|
24
43
|
"layoutPos": {
|
|
25
|
-
"shrink":
|
|
44
|
+
"shrink": 0,
|
|
26
45
|
"layout": "FLEX"
|
|
27
46
|
},
|
|
28
|
-
"
|
|
29
|
-
|
|
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
|
-
"heightMode": "FULL",
|
|
42
|
-
"layout": "FLEX"
|
|
43
|
-
},
|
|
44
|
-
"id": "view_left_toolbar"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"panelItems": [
|
|
47
|
+
"id": "view_left_toolbar"
|
|
48
|
+
},
|
|
48
49
|
{
|
|
49
|
-
"
|
|
50
|
+
"panelItems": [
|
|
51
|
+
{
|
|
52
|
+
"caption": "\u6807\u9898\u680F",
|
|
53
|
+
"itemStyle": "DEFAULT",
|
|
54
|
+
"itemType": "CTRLPOS",
|
|
55
|
+
"layoutPos": {
|
|
56
|
+
"shrink": 1,
|
|
57
|
+
"heightMode": "FULL",
|
|
58
|
+
"layout": "FLEX"
|
|
59
|
+
},
|
|
60
|
+
"showCaption": true,
|
|
61
|
+
"id": "captionbar"
|
|
62
|
+
}
|
|
63
|
+
],
|
|
64
|
+
"layout": {
|
|
65
|
+
"align": "center",
|
|
66
|
+
"dir": "row",
|
|
67
|
+
"layout": "FLEX"
|
|
68
|
+
},
|
|
69
|
+
"dataRegionType": "INHERIT",
|
|
70
|
+
"caption": "\u5BB9\u5668",
|
|
50
71
|
"itemStyle": "DEFAULT",
|
|
51
|
-
"itemType": "
|
|
72
|
+
"itemType": "CONTAINER",
|
|
52
73
|
"layoutPos": {
|
|
74
|
+
"grow": 1,
|
|
53
75
|
"shrink": 1,
|
|
54
|
-
"heightMode": "FULL",
|
|
55
76
|
"layout": "FLEX"
|
|
56
77
|
},
|
|
57
|
-
"
|
|
58
|
-
|
|
59
|
-
}
|
|
60
|
-
],
|
|
61
|
-
"layout": {
|
|
62
|
-
"align": "center",
|
|
63
|
-
"dir": "row",
|
|
64
|
-
"layout": "FLEX"
|
|
65
|
-
},
|
|
66
|
-
"dataRegionType": "INHERIT",
|
|
67
|
-
"caption": "\u5BB9\u5668",
|
|
68
|
-
"itemStyle": "DEFAULT",
|
|
69
|
-
"itemType": "CONTAINER",
|
|
70
|
-
"layoutPos": {
|
|
71
|
-
"grow": 1,
|
|
72
|
-
"shrink": 1,
|
|
73
|
-
"layout": "FLEX"
|
|
74
|
-
},
|
|
75
|
-
"id": "view_captionbar"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"panelItems": [
|
|
78
|
+
"id": "view_captionbar"
|
|
79
|
+
},
|
|
79
80
|
{
|
|
80
|
-
"
|
|
81
|
+
"panelItems": [
|
|
82
|
+
{
|
|
83
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
84
|
+
"itemStyle": "DEFAULT",
|
|
85
|
+
"itemType": "CTRLPOS",
|
|
86
|
+
"layoutPos": {
|
|
87
|
+
"shrink": 1,
|
|
88
|
+
"heightMode": "FULL",
|
|
89
|
+
"layout": "FLEX",
|
|
90
|
+
"valignSelf": "MIDDLE"
|
|
91
|
+
},
|
|
92
|
+
"showCaption": true,
|
|
93
|
+
"id": "righttoolbar"
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"layout": {
|
|
97
|
+
"layout": "FLEX"
|
|
98
|
+
},
|
|
99
|
+
"dataRegionType": "INHERIT",
|
|
100
|
+
"caption": "\u5BB9\u5668",
|
|
81
101
|
"itemStyle": "DEFAULT",
|
|
82
|
-
"itemType": "
|
|
102
|
+
"itemType": "CONTAINER",
|
|
83
103
|
"layoutPos": {
|
|
84
|
-
"shrink":
|
|
104
|
+
"shrink": 0,
|
|
85
105
|
"layout": "FLEX"
|
|
86
106
|
},
|
|
87
|
-
"
|
|
88
|
-
"id": "righttoolbar"
|
|
107
|
+
"id": "view_right_toolbar"
|
|
89
108
|
}
|
|
90
109
|
],
|
|
110
|
+
"predefinedType": "Toolbar",
|
|
91
111
|
"layout": {
|
|
112
|
+
"dir": "row",
|
|
92
113
|
"layout": "FLEX"
|
|
93
114
|
},
|
|
94
115
|
"dataRegionType": "INHERIT",
|
|
@@ -96,17 +117,15 @@ var DEMobTreeView = {
|
|
|
96
117
|
"itemStyle": "DEFAULT",
|
|
97
118
|
"itemType": "CONTAINER",
|
|
98
119
|
"layoutPos": {
|
|
99
|
-
"shrink":
|
|
100
|
-
"heightMode": "FULL",
|
|
120
|
+
"shrink": 1,
|
|
101
121
|
"layout": "FLEX"
|
|
102
122
|
},
|
|
103
|
-
"id": "
|
|
123
|
+
"id": "view_toolbar"
|
|
104
124
|
}
|
|
105
125
|
],
|
|
106
|
-
"predefinedType": "
|
|
126
|
+
"predefinedType": "Header",
|
|
107
127
|
"layout": {
|
|
108
|
-
"
|
|
109
|
-
"dir": "row",
|
|
128
|
+
"dir": "column",
|
|
110
129
|
"layout": "FLEX"
|
|
111
130
|
},
|
|
112
131
|
"dataRegionType": "INHERIT",
|
|
@@ -114,10 +133,10 @@ var DEMobTreeView = {
|
|
|
114
133
|
"itemStyle": "DEFAULT",
|
|
115
134
|
"itemType": "CONTAINER",
|
|
116
135
|
"layoutPos": {
|
|
117
|
-
"shrink":
|
|
136
|
+
"shrink": 0,
|
|
118
137
|
"layout": "FLEX"
|
|
119
138
|
},
|
|
120
|
-
"id": "
|
|
139
|
+
"id": "view_header"
|
|
121
140
|
},
|
|
122
141
|
{
|
|
123
142
|
"panelItems": [
|
|
@@ -175,7 +194,6 @@ var DEMobTreeView = {
|
|
|
175
194
|
"id": "view_searchform"
|
|
176
195
|
}
|
|
177
196
|
],
|
|
178
|
-
"predefinedType": "Header",
|
|
179
197
|
"layout": {
|
|
180
198
|
"dir": "column",
|
|
181
199
|
"layout": "FLEX"
|
|
@@ -188,7 +206,7 @@ var DEMobTreeView = {
|
|
|
188
206
|
"shrink": 0,
|
|
189
207
|
"layout": "FLEX"
|
|
190
208
|
},
|
|
191
|
-
"id": "
|
|
209
|
+
"id": "view_top"
|
|
192
210
|
}
|
|
193
211
|
],
|
|
194
212
|
"predefinedType": "PANELPART",
|
|
@@ -13,21 +13,116 @@ var DEMobWFDynaActionView = {
|
|
|
13
13
|
{
|
|
14
14
|
"panelItems": [
|
|
15
15
|
{
|
|
16
|
-
"
|
|
16
|
+
"panelItems": [
|
|
17
|
+
{
|
|
18
|
+
"panelItems": [
|
|
19
|
+
{
|
|
20
|
+
"caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
|
|
21
|
+
"itemStyle": "DEFAULT",
|
|
22
|
+
"itemType": "CTRLPOS",
|
|
23
|
+
"layoutPos": {
|
|
24
|
+
"shrink": 1,
|
|
25
|
+
"heightMode": "FULL",
|
|
26
|
+
"layout": "FLEX",
|
|
27
|
+
"valignSelf": "MIDDLE"
|
|
28
|
+
},
|
|
29
|
+
"showCaption": true,
|
|
30
|
+
"id": "lefttoolbar"
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"layout": {
|
|
34
|
+
"layout": "FLEX"
|
|
35
|
+
},
|
|
36
|
+
"dataRegionType": "INHERIT",
|
|
37
|
+
"caption": "\u5BB9\u5668",
|
|
38
|
+
"itemStyle": "DEFAULT",
|
|
39
|
+
"itemType": "CONTAINER",
|
|
40
|
+
"layoutPos": {
|
|
41
|
+
"shrink": 0,
|
|
42
|
+
"layout": "FLEX"
|
|
43
|
+
},
|
|
44
|
+
"id": "view_left_toolbar"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"panelItems": [
|
|
48
|
+
{
|
|
49
|
+
"caption": "\u6807\u9898\u680F",
|
|
50
|
+
"itemStyle": "DEFAULT",
|
|
51
|
+
"itemType": "CTRLPOS",
|
|
52
|
+
"layoutPos": {
|
|
53
|
+
"shrink": 1,
|
|
54
|
+
"heightMode": "FULL",
|
|
55
|
+
"layout": "FLEX"
|
|
56
|
+
},
|
|
57
|
+
"showCaption": true,
|
|
58
|
+
"id": "captionbar"
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"layout": {
|
|
62
|
+
"align": "center",
|
|
63
|
+
"dir": "row",
|
|
64
|
+
"layout": "FLEX"
|
|
65
|
+
},
|
|
66
|
+
"dataRegionType": "INHERIT",
|
|
67
|
+
"caption": "\u5BB9\u5668",
|
|
68
|
+
"itemStyle": "DEFAULT",
|
|
69
|
+
"itemType": "CONTAINER",
|
|
70
|
+
"layoutPos": {
|
|
71
|
+
"grow": 1,
|
|
72
|
+
"shrink": 1,
|
|
73
|
+
"layout": "FLEX"
|
|
74
|
+
},
|
|
75
|
+
"id": "view_captionbar"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"panelItems": [
|
|
79
|
+
{
|
|
80
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
81
|
+
"itemStyle": "DEFAULT",
|
|
82
|
+
"itemType": "CTRLPOS",
|
|
83
|
+
"layoutPos": {
|
|
84
|
+
"shrink": 1,
|
|
85
|
+
"heightMode": "FULL",
|
|
86
|
+
"layout": "FLEX",
|
|
87
|
+
"valignSelf": "MIDDLE"
|
|
88
|
+
},
|
|
89
|
+
"showCaption": true,
|
|
90
|
+
"id": "righttoolbar"
|
|
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": 0,
|
|
102
|
+
"layout": "FLEX"
|
|
103
|
+
},
|
|
104
|
+
"id": "view_right_toolbar"
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"predefinedType": "Toolbar",
|
|
108
|
+
"layout": {
|
|
109
|
+
"dir": "row",
|
|
110
|
+
"layout": "FLEX"
|
|
111
|
+
},
|
|
112
|
+
"dataRegionType": "INHERIT",
|
|
113
|
+
"caption": "\u5BB9\u5668",
|
|
17
114
|
"itemStyle": "DEFAULT",
|
|
18
|
-
"itemType": "
|
|
115
|
+
"itemType": "CONTAINER",
|
|
19
116
|
"layoutPos": {
|
|
20
117
|
"shrink": 1,
|
|
21
|
-
"heightMode": "FULL",
|
|
22
118
|
"layout": "FLEX"
|
|
23
119
|
},
|
|
24
|
-
"
|
|
25
|
-
"id": "captionbar"
|
|
120
|
+
"id": "view_toolbar"
|
|
26
121
|
}
|
|
27
122
|
],
|
|
123
|
+
"predefinedType": "Header",
|
|
28
124
|
"layout": {
|
|
29
|
-
"
|
|
30
|
-
"dir": "row",
|
|
125
|
+
"dir": "column",
|
|
31
126
|
"layout": "FLEX"
|
|
32
127
|
},
|
|
33
128
|
"dataRegionType": "INHERIT",
|
|
@@ -35,27 +130,26 @@ var DEMobWFDynaActionView = {
|
|
|
35
130
|
"itemStyle": "DEFAULT",
|
|
36
131
|
"itemType": "CONTAINER",
|
|
37
132
|
"layoutPos": {
|
|
38
|
-
"shrink":
|
|
39
|
-
"heightMode": "FULL",
|
|
133
|
+
"shrink": 0,
|
|
40
134
|
"layout": "FLEX"
|
|
41
135
|
},
|
|
42
|
-
"id": "
|
|
136
|
+
"id": "view_header"
|
|
43
137
|
}
|
|
44
138
|
],
|
|
45
|
-
"predefinedType": "
|
|
139
|
+
"predefinedType": "PANELPART",
|
|
46
140
|
"layout": {
|
|
47
|
-
"dir": "column",
|
|
48
141
|
"layout": "FLEX"
|
|
49
142
|
},
|
|
50
143
|
"dataRegionType": "INHERIT",
|
|
51
|
-
"caption": "\
|
|
144
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
52
145
|
"itemStyle": "DEFAULT",
|
|
53
146
|
"itemType": "CONTAINER",
|
|
54
147
|
"layoutPos": {
|
|
55
148
|
"shrink": 1,
|
|
56
149
|
"layout": "FLEX"
|
|
57
150
|
},
|
|
58
|
-
"
|
|
151
|
+
"showCaption": true,
|
|
152
|
+
"id": "panelpart"
|
|
59
153
|
},
|
|
60
154
|
{
|
|
61
155
|
"panelItems": [
|