@ibiz-template/mob-theme 0.2.6 → 0.2.8
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 +19 -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 +258 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.mjs +307 -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 +257 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.mjs +306 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +59 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +98 -65
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +82 -35
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +121 -69
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +13 -29
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +19 -4
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +57 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +97 -65
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +57 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +97 -65
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +57 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +97 -65
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.d.ts +13 -29
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +19 -4
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +57 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +97 -65
- 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 +82 -26
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +123 -39
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +57 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +97 -65
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +82 -6
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +122 -14
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +129 -39
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +152 -70
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +60 -31
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +51 -5
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.d.ts +82 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.mjs +123 -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/es/theme/theme/dark/dark-theme.css +1 -1
- package/es/theme/theme/index.css +1 -1
- package/es/theme/theme/light/light-theme.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 +311 -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 +310 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +98 -65
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +121 -69
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +19 -4
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +97 -65
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +97 -65
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +97 -65
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +19 -4
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +97 -65
- 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 +123 -39
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +97 -65
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +122 -14
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +152 -70
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +51 -5
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.cjs +123 -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/lib/theme/theme/dark/dark-theme.css +1 -1
- package/lib/theme/theme/index.css +1 -1
- package/lib/theme/theme/light/light-theme.css +1 -1
- package/package.json +1 -1
|
@@ -18,77 +18,112 @@ 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
|
+
"grow": 1,
|
|
28
|
+
"shrink": 1,
|
|
29
|
+
"heightMode": "FULL",
|
|
30
|
+
"layout": "FLEX",
|
|
31
|
+
"valignSelf": "MIDDLE",
|
|
32
|
+
"widthMode": "FULL"
|
|
33
|
+
},
|
|
34
|
+
"showCaption": true,
|
|
35
|
+
"id": "lefttoolbar"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"layout": {
|
|
39
|
+
"layout": "FLEX"
|
|
40
|
+
},
|
|
41
|
+
"dataRegionType": "INHERIT",
|
|
42
|
+
"caption": "\u5BB9\u5668",
|
|
43
|
+
"contentWidth": 100,
|
|
22
44
|
"itemStyle": "DEFAULT",
|
|
23
|
-
"itemType": "
|
|
45
|
+
"itemType": "CONTAINER",
|
|
24
46
|
"layoutPos": {
|
|
25
|
-
"
|
|
26
|
-
"
|
|
47
|
+
"basis": 100,
|
|
48
|
+
"shrink": 0,
|
|
49
|
+
"layout": "FLEX",
|
|
50
|
+
"width": 100,
|
|
51
|
+
"widthMode": "PX"
|
|
27
52
|
},
|
|
28
|
-
"
|
|
29
|
-
"id": "
|
|
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": [
|
|
53
|
+
"width": 100,
|
|
54
|
+
"id": "view_left_toolbar"
|
|
55
|
+
},
|
|
48
56
|
{
|
|
49
|
-
"
|
|
57
|
+
"panelItems": [
|
|
58
|
+
{
|
|
59
|
+
"caption": "\u6807\u9898\u680F",
|
|
60
|
+
"itemStyle": "DEFAULT",
|
|
61
|
+
"itemType": "CTRLPOS",
|
|
62
|
+
"layoutPos": {
|
|
63
|
+
"shrink": 1,
|
|
64
|
+
"heightMode": "FULL",
|
|
65
|
+
"layout": "FLEX"
|
|
66
|
+
},
|
|
67
|
+
"showCaption": true,
|
|
68
|
+
"id": "captionbar"
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"layout": {
|
|
72
|
+
"align": "center",
|
|
73
|
+
"dir": "row",
|
|
74
|
+
"layout": "FLEX"
|
|
75
|
+
},
|
|
76
|
+
"dataRegionType": "INHERIT",
|
|
77
|
+
"caption": "\u5BB9\u5668",
|
|
50
78
|
"itemStyle": "DEFAULT",
|
|
51
|
-
"itemType": "
|
|
79
|
+
"itemType": "CONTAINER",
|
|
52
80
|
"layoutPos": {
|
|
81
|
+
"grow": 1,
|
|
53
82
|
"shrink": 1,
|
|
54
|
-
"heightMode": "FULL",
|
|
55
83
|
"layout": "FLEX"
|
|
56
84
|
},
|
|
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": [
|
|
85
|
+
"id": "view_captionbar"
|
|
86
|
+
},
|
|
79
87
|
{
|
|
80
|
-
"
|
|
88
|
+
"panelItems": [
|
|
89
|
+
{
|
|
90
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
91
|
+
"itemStyle": "DEFAULT",
|
|
92
|
+
"itemType": "CTRLPOS",
|
|
93
|
+
"layoutPos": {
|
|
94
|
+
"grow": 1,
|
|
95
|
+
"shrink": 1,
|
|
96
|
+
"heightMode": "FULL",
|
|
97
|
+
"layout": "FLEX",
|
|
98
|
+
"valignSelf": "MIDDLE",
|
|
99
|
+
"widthMode": "FULL"
|
|
100
|
+
},
|
|
101
|
+
"showCaption": true,
|
|
102
|
+
"id": "righttoolbar"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"layout": {
|
|
106
|
+
"layout": "FLEX"
|
|
107
|
+
},
|
|
108
|
+
"dataRegionType": "INHERIT",
|
|
109
|
+
"caption": "\u5BB9\u5668",
|
|
110
|
+
"contentWidth": 100,
|
|
81
111
|
"itemStyle": "DEFAULT",
|
|
82
|
-
"itemType": "
|
|
112
|
+
"itemType": "CONTAINER",
|
|
83
113
|
"layoutPos": {
|
|
84
|
-
"
|
|
85
|
-
"
|
|
114
|
+
"basis": 100,
|
|
115
|
+
"shrink": 0,
|
|
116
|
+
"layout": "FLEX",
|
|
117
|
+
"width": 100,
|
|
118
|
+
"widthMode": "PX"
|
|
86
119
|
},
|
|
87
|
-
"
|
|
88
|
-
"id": "
|
|
120
|
+
"width": 100,
|
|
121
|
+
"id": "view_right_toolbar"
|
|
89
122
|
}
|
|
90
123
|
],
|
|
124
|
+
"predefinedType": "Toolbar",
|
|
91
125
|
"layout": {
|
|
126
|
+
"dir": "row",
|
|
92
127
|
"layout": "FLEX"
|
|
93
128
|
},
|
|
94
129
|
"dataRegionType": "INHERIT",
|
|
@@ -96,17 +131,15 @@ var DEMobTreeView = {
|
|
|
96
131
|
"itemStyle": "DEFAULT",
|
|
97
132
|
"itemType": "CONTAINER",
|
|
98
133
|
"layoutPos": {
|
|
99
|
-
"shrink":
|
|
100
|
-
"heightMode": "FULL",
|
|
134
|
+
"shrink": 1,
|
|
101
135
|
"layout": "FLEX"
|
|
102
136
|
},
|
|
103
|
-
"id": "
|
|
137
|
+
"id": "view_toolbar"
|
|
104
138
|
}
|
|
105
139
|
],
|
|
106
|
-
"predefinedType": "
|
|
140
|
+
"predefinedType": "Header",
|
|
107
141
|
"layout": {
|
|
108
|
-
"
|
|
109
|
-
"dir": "row",
|
|
142
|
+
"dir": "column",
|
|
110
143
|
"layout": "FLEX"
|
|
111
144
|
},
|
|
112
145
|
"dataRegionType": "INHERIT",
|
|
@@ -114,10 +147,10 @@ var DEMobTreeView = {
|
|
|
114
147
|
"itemStyle": "DEFAULT",
|
|
115
148
|
"itemType": "CONTAINER",
|
|
116
149
|
"layoutPos": {
|
|
117
|
-
"shrink":
|
|
150
|
+
"shrink": 0,
|
|
118
151
|
"layout": "FLEX"
|
|
119
152
|
},
|
|
120
|
-
"id": "
|
|
153
|
+
"id": "view_header"
|
|
121
154
|
},
|
|
122
155
|
{
|
|
123
156
|
"panelItems": [
|
|
@@ -175,7 +208,6 @@ var DEMobTreeView = {
|
|
|
175
208
|
"id": "view_searchform"
|
|
176
209
|
}
|
|
177
210
|
],
|
|
178
|
-
"predefinedType": "Header",
|
|
179
211
|
"layout": {
|
|
180
212
|
"dir": "column",
|
|
181
213
|
"layout": "FLEX"
|
|
@@ -188,7 +220,7 @@ var DEMobTreeView = {
|
|
|
188
220
|
"shrink": 0,
|
|
189
221
|
"layout": "FLEX"
|
|
190
222
|
},
|
|
191
|
-
"id": "
|
|
223
|
+
"id": "view_top"
|
|
192
224
|
}
|
|
193
225
|
],
|
|
194
226
|
"predefinedType": "PANELPART",
|
|
@@ -13,21 +13,130 @@ 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
|
+
"grow": 1,
|
|
25
|
+
"shrink": 1,
|
|
26
|
+
"heightMode": "FULL",
|
|
27
|
+
"layout": "FLEX",
|
|
28
|
+
"valignSelf": "MIDDLE",
|
|
29
|
+
"widthMode": "FULL"
|
|
30
|
+
},
|
|
31
|
+
"showCaption": true,
|
|
32
|
+
"id": "lefttoolbar"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"layout": {
|
|
36
|
+
"layout": "FLEX"
|
|
37
|
+
},
|
|
38
|
+
"dataRegionType": "INHERIT",
|
|
39
|
+
"caption": "\u5BB9\u5668",
|
|
40
|
+
"contentWidth": 100,
|
|
41
|
+
"itemStyle": "DEFAULT",
|
|
42
|
+
"itemType": "CONTAINER",
|
|
43
|
+
"layoutPos": {
|
|
44
|
+
"basis": 100,
|
|
45
|
+
"shrink": 0,
|
|
46
|
+
"layout": "FLEX",
|
|
47
|
+
"width": 100,
|
|
48
|
+
"widthMode": "PX"
|
|
49
|
+
},
|
|
50
|
+
"width": 100,
|
|
51
|
+
"id": "view_left_toolbar"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"panelItems": [
|
|
55
|
+
{
|
|
56
|
+
"caption": "\u6807\u9898\u680F",
|
|
57
|
+
"itemStyle": "DEFAULT",
|
|
58
|
+
"itemType": "CTRLPOS",
|
|
59
|
+
"layoutPos": {
|
|
60
|
+
"shrink": 1,
|
|
61
|
+
"heightMode": "FULL",
|
|
62
|
+
"layout": "FLEX"
|
|
63
|
+
},
|
|
64
|
+
"showCaption": true,
|
|
65
|
+
"id": "captionbar"
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"layout": {
|
|
69
|
+
"align": "center",
|
|
70
|
+
"dir": "row",
|
|
71
|
+
"layout": "FLEX"
|
|
72
|
+
},
|
|
73
|
+
"dataRegionType": "INHERIT",
|
|
74
|
+
"caption": "\u5BB9\u5668",
|
|
75
|
+
"itemStyle": "DEFAULT",
|
|
76
|
+
"itemType": "CONTAINER",
|
|
77
|
+
"layoutPos": {
|
|
78
|
+
"grow": 1,
|
|
79
|
+
"shrink": 1,
|
|
80
|
+
"layout": "FLEX"
|
|
81
|
+
},
|
|
82
|
+
"id": "view_captionbar"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"panelItems": [
|
|
86
|
+
{
|
|
87
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
88
|
+
"itemStyle": "DEFAULT",
|
|
89
|
+
"itemType": "CTRLPOS",
|
|
90
|
+
"layoutPos": {
|
|
91
|
+
"grow": 1,
|
|
92
|
+
"shrink": 1,
|
|
93
|
+
"heightMode": "FULL",
|
|
94
|
+
"layout": "FLEX",
|
|
95
|
+
"valignSelf": "MIDDLE",
|
|
96
|
+
"widthMode": "FULL"
|
|
97
|
+
},
|
|
98
|
+
"showCaption": true,
|
|
99
|
+
"id": "righttoolbar"
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"layout": {
|
|
103
|
+
"layout": "FLEX"
|
|
104
|
+
},
|
|
105
|
+
"dataRegionType": "INHERIT",
|
|
106
|
+
"caption": "\u5BB9\u5668",
|
|
107
|
+
"contentWidth": 100,
|
|
108
|
+
"itemStyle": "DEFAULT",
|
|
109
|
+
"itemType": "CONTAINER",
|
|
110
|
+
"layoutPos": {
|
|
111
|
+
"basis": 100,
|
|
112
|
+
"shrink": 0,
|
|
113
|
+
"layout": "FLEX",
|
|
114
|
+
"width": 100,
|
|
115
|
+
"widthMode": "PX"
|
|
116
|
+
},
|
|
117
|
+
"width": 100,
|
|
118
|
+
"id": "view_right_toolbar"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"predefinedType": "Toolbar",
|
|
122
|
+
"layout": {
|
|
123
|
+
"dir": "row",
|
|
124
|
+
"layout": "FLEX"
|
|
125
|
+
},
|
|
126
|
+
"dataRegionType": "INHERIT",
|
|
127
|
+
"caption": "\u5BB9\u5668",
|
|
17
128
|
"itemStyle": "DEFAULT",
|
|
18
|
-
"itemType": "
|
|
129
|
+
"itemType": "CONTAINER",
|
|
19
130
|
"layoutPos": {
|
|
20
131
|
"shrink": 1,
|
|
21
|
-
"heightMode": "FULL",
|
|
22
132
|
"layout": "FLEX"
|
|
23
133
|
},
|
|
24
|
-
"
|
|
25
|
-
"id": "captionbar"
|
|
134
|
+
"id": "view_toolbar"
|
|
26
135
|
}
|
|
27
136
|
],
|
|
137
|
+
"predefinedType": "Header",
|
|
28
138
|
"layout": {
|
|
29
|
-
"
|
|
30
|
-
"dir": "row",
|
|
139
|
+
"dir": "column",
|
|
31
140
|
"layout": "FLEX"
|
|
32
141
|
},
|
|
33
142
|
"dataRegionType": "INHERIT",
|
|
@@ -35,27 +144,26 @@ var DEMobWFDynaActionView = {
|
|
|
35
144
|
"itemStyle": "DEFAULT",
|
|
36
145
|
"itemType": "CONTAINER",
|
|
37
146
|
"layoutPos": {
|
|
38
|
-
"shrink":
|
|
39
|
-
"heightMode": "FULL",
|
|
147
|
+
"shrink": 0,
|
|
40
148
|
"layout": "FLEX"
|
|
41
149
|
},
|
|
42
|
-
"id": "
|
|
150
|
+
"id": "view_header"
|
|
43
151
|
}
|
|
44
152
|
],
|
|
45
|
-
"predefinedType": "
|
|
153
|
+
"predefinedType": "PANELPART",
|
|
46
154
|
"layout": {
|
|
47
|
-
"dir": "column",
|
|
48
155
|
"layout": "FLEX"
|
|
49
156
|
},
|
|
50
157
|
"dataRegionType": "INHERIT",
|
|
51
|
-
"caption": "\
|
|
158
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
52
159
|
"itemStyle": "DEFAULT",
|
|
53
160
|
"itemType": "CONTAINER",
|
|
54
161
|
"layoutPos": {
|
|
55
162
|
"shrink": 1,
|
|
56
163
|
"layout": "FLEX"
|
|
57
164
|
},
|
|
58
|
-
"
|
|
165
|
+
"showCaption": true,
|
|
166
|
+
"id": "panelpart"
|
|
59
167
|
},
|
|
60
168
|
{
|
|
61
169
|
"panelItems": [
|
|
@@ -15,79 +15,130 @@ var DEMobWFDynaEditView3 = {
|
|
|
15
15
|
{
|
|
16
16
|
"panelItems": [
|
|
17
17
|
{
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
18
|
+
"panelItems": [
|
|
19
|
+
{
|
|
20
|
+
"panelItems": [
|
|
21
|
+
{
|
|
22
|
+
"caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
|
|
23
|
+
"itemStyle": "DEFAULT",
|
|
24
|
+
"itemType": "CTRLPOS",
|
|
25
|
+
"layoutPos": {
|
|
26
|
+
"grow": 1,
|
|
27
|
+
"shrink": 1,
|
|
28
|
+
"heightMode": "FULL",
|
|
29
|
+
"layout": "FLEX",
|
|
30
|
+
"valignSelf": "MIDDLE",
|
|
31
|
+
"widthMode": "FULL"
|
|
32
|
+
},
|
|
33
|
+
"showCaption": true,
|
|
34
|
+
"id": "lefttoolbar"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"layout": {
|
|
38
|
+
"layout": "FLEX"
|
|
39
|
+
},
|
|
40
|
+
"dataRegionType": "INHERIT",
|
|
41
|
+
"caption": "\u5BB9\u5668",
|
|
42
|
+
"contentWidth": 100,
|
|
43
|
+
"itemStyle": "DEFAULT",
|
|
44
|
+
"itemType": "CONTAINER",
|
|
45
|
+
"layoutPos": {
|
|
46
|
+
"basis": 100,
|
|
47
|
+
"shrink": 0,
|
|
48
|
+
"layout": "FLEX",
|
|
49
|
+
"width": 100,
|
|
50
|
+
"widthMode": "PX"
|
|
51
|
+
},
|
|
52
|
+
"width": 100,
|
|
53
|
+
"id": "view_left_toolbar"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"panelItems": [
|
|
57
|
+
{
|
|
58
|
+
"caption": "\u6807\u9898\u680F",
|
|
59
|
+
"itemStyle": "DEFAULT",
|
|
60
|
+
"itemType": "CTRLPOS",
|
|
61
|
+
"layoutPos": {
|
|
62
|
+
"shrink": 1,
|
|
63
|
+
"heightMode": "FULL",
|
|
64
|
+
"layout": "FLEX"
|
|
65
|
+
},
|
|
66
|
+
"showCaption": true,
|
|
67
|
+
"id": "captionbar"
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"layout": {
|
|
71
|
+
"align": "center",
|
|
72
|
+
"dir": "row",
|
|
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_captionbar"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"panelItems": [
|
|
88
|
+
{
|
|
89
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
90
|
+
"itemStyle": "DEFAULT",
|
|
91
|
+
"itemType": "CTRLPOS",
|
|
92
|
+
"layoutPos": {
|
|
93
|
+
"grow": 1,
|
|
94
|
+
"shrink": 1,
|
|
95
|
+
"heightMode": "FULL",
|
|
96
|
+
"layout": "FLEX",
|
|
97
|
+
"valignSelf": "MIDDLE",
|
|
98
|
+
"widthMode": "FULL"
|
|
99
|
+
},
|
|
100
|
+
"showCaption": true,
|
|
101
|
+
"id": "righttoolbar"
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"layout": {
|
|
105
|
+
"layout": "FLEX"
|
|
106
|
+
},
|
|
107
|
+
"dataRegionType": "INHERIT",
|
|
108
|
+
"caption": "\u5BB9\u5668",
|
|
109
|
+
"contentWidth": 100,
|
|
110
|
+
"itemStyle": "DEFAULT",
|
|
111
|
+
"itemType": "CONTAINER",
|
|
112
|
+
"layoutPos": {
|
|
113
|
+
"basis": 100,
|
|
114
|
+
"shrink": 0,
|
|
115
|
+
"layout": "FLEX",
|
|
116
|
+
"width": 100,
|
|
117
|
+
"widthMode": "PX"
|
|
118
|
+
},
|
|
119
|
+
"width": 100,
|
|
120
|
+
"id": "view_right_toolbar"
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"predefinedType": "Toolbar",
|
|
124
|
+
"layout": {
|
|
125
|
+
"dir": "row",
|
|
24
126
|
"layout": "FLEX"
|
|
25
127
|
},
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
}
|
|
29
|
-
],
|
|
30
|
-
"layout": {
|
|
31
|
-
"layout": "FLEX"
|
|
32
|
-
},
|
|
33
|
-
"dataRegionType": "INHERIT",
|
|
34
|
-
"caption": "\u5BB9\u5668",
|
|
35
|
-
"itemStyle": "DEFAULT",
|
|
36
|
-
"itemType": "CONTAINER",
|
|
37
|
-
"layoutPos": {
|
|
38
|
-
"shrink": 0,
|
|
39
|
-
"layout": "FLEX"
|
|
40
|
-
},
|
|
41
|
-
"id": "view_left_toolbar"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"panelItems": [
|
|
45
|
-
{
|
|
46
|
-
"caption": "\u6807\u9898\u680F",
|
|
128
|
+
"dataRegionType": "INHERIT",
|
|
129
|
+
"caption": "\u5BB9\u5668",
|
|
47
130
|
"itemStyle": "DEFAULT",
|
|
48
|
-
"itemType": "
|
|
131
|
+
"itemType": "CONTAINER",
|
|
49
132
|
"layoutPos": {
|
|
50
133
|
"shrink": 1,
|
|
51
|
-
"heightMode": "FULL",
|
|
52
134
|
"layout": "FLEX"
|
|
53
135
|
},
|
|
54
|
-
"
|
|
55
|
-
"id": "captionbar"
|
|
56
|
-
}
|
|
57
|
-
],
|
|
58
|
-
"layout": {
|
|
59
|
-
"align": "center",
|
|
60
|
-
"dir": "row",
|
|
61
|
-
"layout": "FLEX"
|
|
62
|
-
},
|
|
63
|
-
"dataRegionType": "INHERIT",
|
|
64
|
-
"caption": "\u5BB9\u5668",
|
|
65
|
-
"itemStyle": "DEFAULT",
|
|
66
|
-
"itemType": "CONTAINER",
|
|
67
|
-
"layoutPos": {
|
|
68
|
-
"grow": 1,
|
|
69
|
-
"shrink": 1,
|
|
70
|
-
"heightMode": "FULL",
|
|
71
|
-
"layout": "FLEX"
|
|
72
|
-
},
|
|
73
|
-
"id": "view_captionbar"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"panelItems": [
|
|
77
|
-
{
|
|
78
|
-
"caption": "\u53F3\u4FA7\u5DE5\u5177\u680F",
|
|
79
|
-
"itemStyle": "DEFAULT",
|
|
80
|
-
"itemType": "CTRLPOS",
|
|
81
|
-
"layoutPos": {
|
|
82
|
-
"shrink": 1,
|
|
83
|
-
"heightMode": "FULL",
|
|
84
|
-
"layout": "FLEX"
|
|
85
|
-
},
|
|
86
|
-
"showCaption": true,
|
|
87
|
-
"id": "righttoolbar"
|
|
136
|
+
"id": "view_toolbar"
|
|
88
137
|
}
|
|
89
138
|
],
|
|
139
|
+
"predefinedType": "Header",
|
|
90
140
|
"layout": {
|
|
141
|
+
"dir": "column",
|
|
91
142
|
"layout": "FLEX"
|
|
92
143
|
},
|
|
93
144
|
"dataRegionType": "INHERIT",
|
|
@@ -98,22 +149,23 @@ var DEMobWFDynaEditView3 = {
|
|
|
98
149
|
"shrink": 0,
|
|
99
150
|
"layout": "FLEX"
|
|
100
151
|
},
|
|
101
|
-
"id": "
|
|
152
|
+
"id": "view_header"
|
|
102
153
|
}
|
|
103
154
|
],
|
|
155
|
+
"predefinedType": "PANELPART",
|
|
104
156
|
"layout": {
|
|
105
|
-
"dir": "row",
|
|
106
157
|
"layout": "FLEX"
|
|
107
158
|
},
|
|
108
159
|
"dataRegionType": "INHERIT",
|
|
109
|
-
"caption": "\
|
|
160
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
110
161
|
"itemStyle": "DEFAULT",
|
|
111
162
|
"itemType": "CONTAINER",
|
|
112
163
|
"layoutPos": {
|
|
113
164
|
"shrink": 1,
|
|
114
165
|
"layout": "FLEX"
|
|
115
166
|
},
|
|
116
|
-
"
|
|
167
|
+
"showCaption": true,
|
|
168
|
+
"id": "panelpart"
|
|
117
169
|
},
|
|
118
170
|
{
|
|
119
171
|
"panelItems": [
|
|
@@ -143,7 +195,6 @@ var DEMobWFDynaEditView3 = {
|
|
|
143
195
|
"id": "view_drtab"
|
|
144
196
|
}
|
|
145
197
|
],
|
|
146
|
-
"predefinedType": "Header",
|
|
147
198
|
"layout": {
|
|
148
199
|
"layout": "FLEX"
|
|
149
200
|
},
|
|
@@ -155,7 +206,7 @@ var DEMobWFDynaEditView3 = {
|
|
|
155
206
|
"shrink": 0,
|
|
156
207
|
"layout": "FLEX"
|
|
157
208
|
},
|
|
158
|
-
"id": "
|
|
209
|
+
"id": "view_top"
|
|
159
210
|
},
|
|
160
211
|
{
|
|
161
212
|
"panelItems": [
|
|
@@ -220,6 +271,33 @@ var DEMobWFDynaEditView3 = {
|
|
|
220
271
|
},
|
|
221
272
|
{
|
|
222
273
|
"panelItems": [
|
|
274
|
+
{
|
|
275
|
+
"rawItem": {
|
|
276
|
+
"halign": "LEFT",
|
|
277
|
+
"renderMode": "TEXT",
|
|
278
|
+
"valign": "MIDDLE",
|
|
279
|
+
"wrapMode": "NOWRAP",
|
|
280
|
+
"contentType": "RAW",
|
|
281
|
+
"predefinedType": "WF_ACTION_BUTTON",
|
|
282
|
+
"rawItemHeight": 40,
|
|
283
|
+
"id": "wf_action_button"
|
|
284
|
+
},
|
|
285
|
+
"caption": "\u5904\u7406",
|
|
286
|
+
"contentHeight": 40,
|
|
287
|
+
"height": 40,
|
|
288
|
+
"itemStyle": "DEFAULT",
|
|
289
|
+
"itemType": "RAWITEM",
|
|
290
|
+
"layoutPos": {
|
|
291
|
+
"grow": 1,
|
|
292
|
+
"shrink": 1,
|
|
293
|
+
"height": 40,
|
|
294
|
+
"heightMode": "PX",
|
|
295
|
+
"layout": "FLEX",
|
|
296
|
+
"widthMode": "FULL"
|
|
297
|
+
},
|
|
298
|
+
"showCaption": true,
|
|
299
|
+
"id": "wf_action_button"
|
|
300
|
+
},
|
|
223
301
|
{
|
|
224
302
|
"caption": "\u5DE5\u5177\u680F",
|
|
225
303
|
"itemStyle": "DEFAULT",
|
|
@@ -242,7 +320,11 @@ var DEMobWFDynaEditView3 = {
|
|
|
242
320
|
"itemType": "CONTAINER",
|
|
243
321
|
"layoutPos": {
|
|
244
322
|
"shrink": 1,
|
|
245
|
-
"layout": "FLEX"
|
|
323
|
+
"layout": "FLEX",
|
|
324
|
+
"spacingBottom": "INNERMEDIUM",
|
|
325
|
+
"spacingLeft": "INNERMEDIUM",
|
|
326
|
+
"spacingRight": "INNERMEDIUM",
|
|
327
|
+
"spacingTop": "INNERMEDIUM"
|
|
246
328
|
},
|
|
247
329
|
"id": "view_footer"
|
|
248
330
|
}
|