@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
|
@@ -17,77 +17,98 @@ var DEMobDataView = {
|
|
|
17
17
|
{
|
|
18
18
|
"panelItems": [
|
|
19
19
|
{
|
|
20
|
-
"
|
|
20
|
+
"panelItems": [
|
|
21
|
+
{
|
|
22
|
+
"caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
|
|
23
|
+
"itemStyle": "DEFAULT",
|
|
24
|
+
"itemType": "CTRLPOS",
|
|
25
|
+
"layoutPos": {
|
|
26
|
+
"shrink": 1,
|
|
27
|
+
"heightMode": "FULL",
|
|
28
|
+
"layout": "FLEX",
|
|
29
|
+
"valignSelf": "MIDDLE"
|
|
30
|
+
},
|
|
31
|
+
"showCaption": true,
|
|
32
|
+
"id": "lefttoolbar"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"layout": {
|
|
36
|
+
"layout": "FLEX"
|
|
37
|
+
},
|
|
38
|
+
"dataRegionType": "INHERIT",
|
|
39
|
+
"caption": "\u5BB9\u5668",
|
|
21
40
|
"itemStyle": "DEFAULT",
|
|
22
|
-
"itemType": "
|
|
41
|
+
"itemType": "CONTAINER",
|
|
23
42
|
"layoutPos": {
|
|
24
|
-
"shrink":
|
|
43
|
+
"shrink": 0,
|
|
25
44
|
"layout": "FLEX"
|
|
26
45
|
},
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
],
|
|
31
|
-
"layout": {
|
|
32
|
-
"layout": "FLEX"
|
|
33
|
-
},
|
|
34
|
-
"dataRegionType": "INHERIT",
|
|
35
|
-
"caption": "\u5BB9\u5668",
|
|
36
|
-
"itemStyle": "DEFAULT",
|
|
37
|
-
"itemType": "CONTAINER",
|
|
38
|
-
"layoutPos": {
|
|
39
|
-
"shrink": 0,
|
|
40
|
-
"heightMode": "FULL",
|
|
41
|
-
"layout": "FLEX"
|
|
42
|
-
},
|
|
43
|
-
"id": "view_left_toolbar"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"panelItems": [
|
|
46
|
+
"id": "view_left_toolbar"
|
|
47
|
+
},
|
|
47
48
|
{
|
|
48
|
-
"
|
|
49
|
+
"panelItems": [
|
|
50
|
+
{
|
|
51
|
+
"caption": "\u6807\u9898\u680F",
|
|
52
|
+
"itemStyle": "DEFAULT",
|
|
53
|
+
"itemType": "CTRLPOS",
|
|
54
|
+
"layoutPos": {
|
|
55
|
+
"shrink": 1,
|
|
56
|
+
"heightMode": "FULL",
|
|
57
|
+
"layout": "FLEX"
|
|
58
|
+
},
|
|
59
|
+
"showCaption": true,
|
|
60
|
+
"id": "captionbar"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"layout": {
|
|
64
|
+
"align": "center",
|
|
65
|
+
"dir": "row",
|
|
66
|
+
"layout": "FLEX"
|
|
67
|
+
},
|
|
68
|
+
"dataRegionType": "INHERIT",
|
|
69
|
+
"caption": "\u5BB9\u5668",
|
|
49
70
|
"itemStyle": "DEFAULT",
|
|
50
|
-
"itemType": "
|
|
71
|
+
"itemType": "CONTAINER",
|
|
51
72
|
"layoutPos": {
|
|
73
|
+
"grow": 1,
|
|
52
74
|
"shrink": 1,
|
|
53
|
-
"heightMode": "FULL",
|
|
54
75
|
"layout": "FLEX"
|
|
55
76
|
},
|
|
56
|
-
"
|
|
57
|
-
|
|
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": [
|
|
77
|
+
"id": "view_captionbar"
|
|
78
|
+
},
|
|
78
79
|
{
|
|
79
|
-
"
|
|
80
|
+
"panelItems": [
|
|
81
|
+
{
|
|
82
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
83
|
+
"itemStyle": "DEFAULT",
|
|
84
|
+
"itemType": "CTRLPOS",
|
|
85
|
+
"layoutPos": {
|
|
86
|
+
"shrink": 1,
|
|
87
|
+
"heightMode": "FULL",
|
|
88
|
+
"layout": "FLEX",
|
|
89
|
+
"valignSelf": "MIDDLE"
|
|
90
|
+
},
|
|
91
|
+
"showCaption": true,
|
|
92
|
+
"id": "righttoolbar"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"layout": {
|
|
96
|
+
"layout": "FLEX"
|
|
97
|
+
},
|
|
98
|
+
"dataRegionType": "INHERIT",
|
|
99
|
+
"caption": "\u5BB9\u5668",
|
|
80
100
|
"itemStyle": "DEFAULT",
|
|
81
|
-
"itemType": "
|
|
101
|
+
"itemType": "CONTAINER",
|
|
82
102
|
"layoutPos": {
|
|
83
|
-
"shrink":
|
|
103
|
+
"shrink": 0,
|
|
84
104
|
"layout": "FLEX"
|
|
85
105
|
},
|
|
86
|
-
"
|
|
87
|
-
"id": "righttoolbar"
|
|
106
|
+
"id": "view_right_toolbar"
|
|
88
107
|
}
|
|
89
108
|
],
|
|
109
|
+
"predefinedType": "Toolbar",
|
|
90
110
|
"layout": {
|
|
111
|
+
"dir": "row",
|
|
91
112
|
"layout": "FLEX"
|
|
92
113
|
},
|
|
93
114
|
"dataRegionType": "INHERIT",
|
|
@@ -95,17 +116,15 @@ var DEMobDataView = {
|
|
|
95
116
|
"itemStyle": "DEFAULT",
|
|
96
117
|
"itemType": "CONTAINER",
|
|
97
118
|
"layoutPos": {
|
|
98
|
-
"shrink":
|
|
99
|
-
"heightMode": "FULL",
|
|
119
|
+
"shrink": 1,
|
|
100
120
|
"layout": "FLEX"
|
|
101
121
|
},
|
|
102
|
-
"id": "
|
|
122
|
+
"id": "view_toolbar"
|
|
103
123
|
}
|
|
104
124
|
],
|
|
105
|
-
"predefinedType": "
|
|
125
|
+
"predefinedType": "Header",
|
|
106
126
|
"layout": {
|
|
107
|
-
"
|
|
108
|
-
"dir": "row",
|
|
127
|
+
"dir": "column",
|
|
109
128
|
"layout": "FLEX"
|
|
110
129
|
},
|
|
111
130
|
"dataRegionType": "INHERIT",
|
|
@@ -113,10 +132,10 @@ var DEMobDataView = {
|
|
|
113
132
|
"itemStyle": "DEFAULT",
|
|
114
133
|
"itemType": "CONTAINER",
|
|
115
134
|
"layoutPos": {
|
|
116
|
-
"shrink":
|
|
135
|
+
"shrink": 0,
|
|
117
136
|
"layout": "FLEX"
|
|
118
137
|
},
|
|
119
|
-
"id": "
|
|
138
|
+
"id": "view_header"
|
|
120
139
|
},
|
|
121
140
|
{
|
|
122
141
|
"panelItems": [
|
|
@@ -174,7 +193,6 @@ var DEMobDataView = {
|
|
|
174
193
|
"id": "view_searchform"
|
|
175
194
|
}
|
|
176
195
|
],
|
|
177
|
-
"predefinedType": "Header",
|
|
178
196
|
"layout": {
|
|
179
197
|
"dir": "column",
|
|
180
198
|
"layout": "FLEX"
|
|
@@ -187,7 +205,7 @@ var DEMobDataView = {
|
|
|
187
205
|
"shrink": 0,
|
|
188
206
|
"layout": "FLEX"
|
|
189
207
|
},
|
|
190
|
-
"id": "
|
|
208
|
+
"id": "view_top"
|
|
191
209
|
}
|
|
192
210
|
],
|
|
193
211
|
"predefinedType": "PANELPART",
|
|
@@ -228,6 +246,7 @@ var DEMobDataView = {
|
|
|
228
246
|
"itemStyle": "DEFAULT",
|
|
229
247
|
"itemType": "CONTAINER",
|
|
230
248
|
"layoutPos": {
|
|
249
|
+
"grow": 1,
|
|
231
250
|
"shrink": 1,
|
|
232
251
|
"layout": "FLEX"
|
|
233
252
|
},
|
|
@@ -15,49 +15,116 @@ var DEMobEditView3 = {
|
|
|
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
|
+
"shrink": 1,
|
|
27
|
+
"heightMode": "FULL",
|
|
28
|
+
"layout": "FLEX",
|
|
29
|
+
"valignSelf": "MIDDLE"
|
|
30
|
+
},
|
|
31
|
+
"showCaption": true,
|
|
32
|
+
"id": "lefttoolbar"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"layout": {
|
|
36
|
+
"layout": "FLEX"
|
|
37
|
+
},
|
|
38
|
+
"dataRegionType": "INHERIT",
|
|
39
|
+
"caption": "\u5BB9\u5668",
|
|
40
|
+
"itemStyle": "DEFAULT",
|
|
41
|
+
"itemType": "CONTAINER",
|
|
42
|
+
"layoutPos": {
|
|
43
|
+
"shrink": 0,
|
|
44
|
+
"layout": "FLEX"
|
|
45
|
+
},
|
|
46
|
+
"id": "view_left_toolbar"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"panelItems": [
|
|
50
|
+
{
|
|
51
|
+
"caption": "\u6807\u9898\u680F",
|
|
52
|
+
"itemStyle": "DEFAULT",
|
|
53
|
+
"itemType": "CTRLPOS",
|
|
54
|
+
"layoutPos": {
|
|
55
|
+
"shrink": 1,
|
|
56
|
+
"heightMode": "FULL",
|
|
57
|
+
"layout": "FLEX"
|
|
58
|
+
},
|
|
59
|
+
"showCaption": true,
|
|
60
|
+
"id": "captionbar"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"layout": {
|
|
64
|
+
"align": "center",
|
|
65
|
+
"dir": "row",
|
|
66
|
+
"layout": "FLEX"
|
|
67
|
+
},
|
|
68
|
+
"dataRegionType": "INHERIT",
|
|
69
|
+
"caption": "\u5BB9\u5668",
|
|
70
|
+
"itemStyle": "DEFAULT",
|
|
71
|
+
"itemType": "CONTAINER",
|
|
72
|
+
"layoutPos": {
|
|
73
|
+
"grow": 1,
|
|
74
|
+
"shrink": 1,
|
|
75
|
+
"layout": "FLEX"
|
|
76
|
+
},
|
|
77
|
+
"id": "view_captionbar"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"panelItems": [
|
|
81
|
+
{
|
|
82
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
83
|
+
"itemStyle": "DEFAULT",
|
|
84
|
+
"itemType": "CTRLPOS",
|
|
85
|
+
"layoutPos": {
|
|
86
|
+
"shrink": 1,
|
|
87
|
+
"heightMode": "FULL",
|
|
88
|
+
"layout": "FLEX",
|
|
89
|
+
"valignSelf": "MIDDLE"
|
|
90
|
+
},
|
|
91
|
+
"showCaption": true,
|
|
92
|
+
"id": "righttoolbar"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"layout": {
|
|
96
|
+
"layout": "FLEX"
|
|
97
|
+
},
|
|
98
|
+
"dataRegionType": "INHERIT",
|
|
99
|
+
"caption": "\u5BB9\u5668",
|
|
100
|
+
"itemStyle": "DEFAULT",
|
|
101
|
+
"itemType": "CONTAINER",
|
|
102
|
+
"layoutPos": {
|
|
103
|
+
"shrink": 0,
|
|
104
|
+
"layout": "FLEX"
|
|
105
|
+
},
|
|
106
|
+
"id": "view_right_toolbar"
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"predefinedType": "Toolbar",
|
|
110
|
+
"layout": {
|
|
111
|
+
"dir": "row",
|
|
24
112
|
"layout": "FLEX"
|
|
25
113
|
},
|
|
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": 1,
|
|
39
|
-
"layout": "FLEX"
|
|
40
|
-
},
|
|
41
|
-
"id": "view_left_toolbar"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"panelItems": [
|
|
45
|
-
{
|
|
46
|
-
"caption": "\u6807\u9898\u680F",
|
|
114
|
+
"dataRegionType": "INHERIT",
|
|
115
|
+
"caption": "\u5BB9\u5668",
|
|
47
116
|
"itemStyle": "DEFAULT",
|
|
48
|
-
"itemType": "
|
|
117
|
+
"itemType": "CONTAINER",
|
|
49
118
|
"layoutPos": {
|
|
50
119
|
"shrink": 1,
|
|
51
|
-
"heightMode": "FULL",
|
|
52
120
|
"layout": "FLEX"
|
|
53
121
|
},
|
|
54
|
-
"
|
|
55
|
-
"id": "captionbar"
|
|
122
|
+
"id": "view_toolbar"
|
|
56
123
|
}
|
|
57
124
|
],
|
|
125
|
+
"predefinedType": "Header",
|
|
58
126
|
"layout": {
|
|
59
|
-
"
|
|
60
|
-
"dir": "row",
|
|
127
|
+
"dir": "column",
|
|
61
128
|
"layout": "FLEX"
|
|
62
129
|
},
|
|
63
130
|
"dataRegionType": "INHERIT",
|
|
@@ -65,54 +132,26 @@ var DEMobEditView3 = {
|
|
|
65
132
|
"itemStyle": "DEFAULT",
|
|
66
133
|
"itemType": "CONTAINER",
|
|
67
134
|
"layoutPos": {
|
|
68
|
-
"
|
|
69
|
-
"shrink": 1,
|
|
135
|
+
"shrink": 0,
|
|
70
136
|
"layout": "FLEX"
|
|
71
137
|
},
|
|
72
|
-
"id": "
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"panelItems": [
|
|
76
|
-
{
|
|
77
|
-
"caption": "\u5DE5\u5177\u680F",
|
|
78
|
-
"itemStyle": "DEFAULT",
|
|
79
|
-
"itemType": "CTRLPOS",
|
|
80
|
-
"layoutPos": {
|
|
81
|
-
"shrink": 1,
|
|
82
|
-
"heightMode": "FULL",
|
|
83
|
-
"layout": "FLEX"
|
|
84
|
-
},
|
|
85
|
-
"showCaption": true,
|
|
86
|
-
"id": "righttoolbar"
|
|
87
|
-
}
|
|
88
|
-
],
|
|
89
|
-
"layout": {
|
|
90
|
-
"layout": "FLEX"
|
|
91
|
-
},
|
|
92
|
-
"dataRegionType": "INHERIT",
|
|
93
|
-
"caption": "\u5BB9\u5668",
|
|
94
|
-
"itemStyle": "DEFAULT",
|
|
95
|
-
"itemType": "CONTAINER",
|
|
96
|
-
"layoutPos": {
|
|
97
|
-
"shrink": 1,
|
|
98
|
-
"layout": "FLEX"
|
|
99
|
-
},
|
|
100
|
-
"id": "view_right_toolbar"
|
|
138
|
+
"id": "view_header"
|
|
101
139
|
}
|
|
102
140
|
],
|
|
141
|
+
"predefinedType": "PANELPART",
|
|
103
142
|
"layout": {
|
|
104
|
-
"dir": "row",
|
|
105
143
|
"layout": "FLEX"
|
|
106
144
|
},
|
|
107
145
|
"dataRegionType": "INHERIT",
|
|
108
|
-
"caption": "\
|
|
146
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
109
147
|
"itemStyle": "DEFAULT",
|
|
110
148
|
"itemType": "CONTAINER",
|
|
111
149
|
"layoutPos": {
|
|
112
150
|
"shrink": 1,
|
|
113
151
|
"layout": "FLEX"
|
|
114
152
|
},
|
|
115
|
-
"
|
|
153
|
+
"showCaption": true,
|
|
154
|
+
"id": "panelpart"
|
|
116
155
|
},
|
|
117
156
|
{
|
|
118
157
|
"panelItems": [
|
|
@@ -142,7 +181,6 @@ var DEMobEditView3 = {
|
|
|
142
181
|
"id": "view_drtab"
|
|
143
182
|
}
|
|
144
183
|
],
|
|
145
|
-
"predefinedType": "Header",
|
|
146
184
|
"layout": {
|
|
147
185
|
"dir": "column",
|
|
148
186
|
"layout": "FLEX"
|
|
@@ -155,7 +193,7 @@ var DEMobEditView3 = {
|
|
|
155
193
|
"shrink": 0,
|
|
156
194
|
"layout": "FLEX"
|
|
157
195
|
},
|
|
158
|
-
"id": "
|
|
196
|
+
"id": "view_top"
|
|
159
197
|
},
|
|
160
198
|
{
|
|
161
199
|
"panelItems": [
|
|
@@ -18,77 +18,98 @@ var DEMobListView = {
|
|
|
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 DEMobListView = {
|
|
|
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 DEMobListView = {
|
|
|
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 DEMobListView = {
|
|
|
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 DEMobListView = {
|
|
|
188
206
|
"shrink": 0,
|
|
189
207
|
"layout": "FLEX"
|
|
190
208
|
},
|
|
191
|
-
"id": "
|
|
209
|
+
"id": "view_top"
|
|
192
210
|
}
|
|
193
211
|
],
|
|
194
212
|
"predefinedType": "PANELPART",
|