@ibiz-template/mob-theme 3.1.2 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +2 -2
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/control-layout/control-layout-model-repository-mob-search-form-layout.d.ts +139 -0
- package/es/publish/control-layout/control-layout-model-repository-mob-search-form-layout.mjs +155 -0
- package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.d.ts +78 -2
- package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs +79 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.d.ts +27 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.d.ts +27 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +135 -80
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +209 -125
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +42 -15
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +83 -20
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +27 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +64 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +25 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +28 -5
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +63 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +136 -79
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +206 -124
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.d.ts +30 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +63 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.d.ts +28 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.d.ts +28 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.mjs +42 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +31 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +63 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.d.ts +52 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.mjs +42 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +147 -21
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +182 -29
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.d.ts +174 -7
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.mjs +258 -13
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.d.ts +31 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.mjs +64 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +26 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +30 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +63 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +35 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +65 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +31 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.d.ts +27 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.mjs +63 -0
- package/es/theme/generic/index.css +1 -1
- package/es/theme/generic/rolldate.css +1 -0
- package/es/theme/generic/vant.css +1 -1
- package/es/theme/index.css +1 -1
- package/es/theme/objects/editor/editor.css +1 -0
- package/es/theme/objects/index.css +1 -1
- package/es/theme/objects/view/view.css +1 -0
- 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/es/theme/var.css +1 -1
- package/lib/publish/control-layout/control-layout-model-repository-mob-search-form-layout.cjs +159 -0
- package/lib/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.cjs +79 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +209 -125
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +83 -20
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +64 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +63 -10
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +206 -124
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +63 -10
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.cjs +42 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +63 -10
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.cjs +42 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +182 -29
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.cjs +258 -13
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.cjs +64 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +63 -10
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +65 -2
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.cjs +63 -0
- package/lib/theme/generic/index.css +1 -1
- package/lib/theme/generic/rolldate.css +1 -0
- package/lib/theme/generic/vant.css +1 -1
- package/lib/theme/index.css +1 -1
- package/lib/theme/objects/app/app.css +0 -0
- package/lib/theme/objects/ctrl/ctrl.css +0 -0
- package/lib/theme/objects/editor/editor.css +1 -0
- package/lib/theme/objects/index.css +1 -1
- package/lib/theme/objects/view/view.css +1 -0
- 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/lib/theme/var.css +1 -1
- package/package.json +1 -1
- /package/es/theme/objects/{state/state.css → app/app.css} +0 -0
- /package/{lib/theme/objects/state/state.css → es/theme/objects/ctrl/ctrl.css} +0 -0
|
@@ -5,6 +5,27 @@ var DEMobDataView = {
|
|
|
5
5
|
"layout": "FLEX"
|
|
6
6
|
},
|
|
7
7
|
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"rawItem": {
|
|
10
|
+
"rawItemParams": [
|
|
11
|
+
{
|
|
12
|
+
"key": "POSITION",
|
|
13
|
+
"value": "TOP"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"predefinedType": "VIEWMSG_POS",
|
|
17
|
+
"id": "viewmsg_pos_top"
|
|
18
|
+
},
|
|
19
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
20
|
+
"itemStyle": "DEFAULT",
|
|
21
|
+
"itemType": "RAWITEM",
|
|
22
|
+
"layoutPos": {
|
|
23
|
+
"shrink": 0,
|
|
24
|
+
"layout": "FLEX"
|
|
25
|
+
},
|
|
26
|
+
"showCaption": true,
|
|
27
|
+
"id": "viewmsg_pos_top"
|
|
28
|
+
},
|
|
8
29
|
{
|
|
9
30
|
"actionGroupExtractMode": "ITEM",
|
|
10
31
|
"panelItems": [
|
|
@@ -18,132 +39,112 @@ var DEMobDataView = {
|
|
|
18
39
|
"actionGroupExtractMode": "ITEM",
|
|
19
40
|
"panelItems": [
|
|
20
41
|
{
|
|
21
|
-
"
|
|
22
|
-
"panelItems": [
|
|
23
|
-
{
|
|
24
|
-
"caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
|
|
25
|
-
"itemStyle": "DEFAULT",
|
|
26
|
-
"itemType": "CTRLPOS",
|
|
27
|
-
"layoutPos": {
|
|
28
|
-
"grow": 1,
|
|
29
|
-
"shrink": 1,
|
|
30
|
-
"heightMode": "FULL",
|
|
31
|
-
"layout": "FLEX",
|
|
32
|
-
"valignSelf": "MIDDLE",
|
|
33
|
-
"widthMode": "FULL"
|
|
34
|
-
},
|
|
35
|
-
"showCaption": true,
|
|
36
|
-
"id": "lefttoolbar"
|
|
37
|
-
}
|
|
38
|
-
],
|
|
39
|
-
"layout": {
|
|
40
|
-
"layout": "FLEX"
|
|
41
|
-
},
|
|
42
|
-
"dataRegionType": "INHERIT",
|
|
43
|
-
"caption": "\u5BB9\u5668",
|
|
44
|
-
"contentWidth": 100,
|
|
42
|
+
"caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
|
|
45
43
|
"itemStyle": "DEFAULT",
|
|
46
|
-
"itemType": "
|
|
44
|
+
"itemType": "CTRLPOS",
|
|
47
45
|
"layoutPos": {
|
|
48
|
-
"
|
|
49
|
-
"shrink":
|
|
46
|
+
"grow": 1,
|
|
47
|
+
"shrink": 1,
|
|
48
|
+
"heightMode": "FULL",
|
|
50
49
|
"layout": "FLEX",
|
|
51
|
-
"
|
|
52
|
-
"widthMode": "
|
|
50
|
+
"valignSelf": "MIDDLE",
|
|
51
|
+
"widthMode": "FULL"
|
|
53
52
|
},
|
|
54
|
-
"
|
|
55
|
-
"id": "
|
|
56
|
-
}
|
|
53
|
+
"showCaption": true,
|
|
54
|
+
"id": "lefttoolbar"
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"layout": {
|
|
58
|
+
"layout": "FLEX"
|
|
59
|
+
},
|
|
60
|
+
"dataRegionType": "INHERIT",
|
|
61
|
+
"caption": "\u5BB9\u5668",
|
|
62
|
+
"contentWidth": 100,
|
|
63
|
+
"itemStyle": "DEFAULT",
|
|
64
|
+
"itemType": "CONTAINER",
|
|
65
|
+
"layoutPos": {
|
|
66
|
+
"basis": 100,
|
|
67
|
+
"shrink": 0,
|
|
68
|
+
"layout": "FLEX",
|
|
69
|
+
"width": 100,
|
|
70
|
+
"widthMode": "PX"
|
|
71
|
+
},
|
|
72
|
+
"width": 100,
|
|
73
|
+
"id": "view_left_toolbar"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"actionGroupExtractMode": "ITEM",
|
|
77
|
+
"panelItems": [
|
|
57
78
|
{
|
|
58
|
-
"
|
|
59
|
-
"panelItems": [
|
|
60
|
-
{
|
|
61
|
-
"caption": "\u6807\u9898\u680F",
|
|
62
|
-
"itemStyle": "DEFAULT",
|
|
63
|
-
"itemType": "CTRLPOS",
|
|
64
|
-
"layoutPos": {
|
|
65
|
-
"shrink": 1,
|
|
66
|
-
"heightMode": "FULL",
|
|
67
|
-
"layout": "FLEX",
|
|
68
|
-
"widthMode": "FULL"
|
|
69
|
-
},
|
|
70
|
-
"showCaption": true,
|
|
71
|
-
"id": "captionbar"
|
|
72
|
-
}
|
|
73
|
-
],
|
|
74
|
-
"layout": {
|
|
75
|
-
"align": "center",
|
|
76
|
-
"dir": "row",
|
|
77
|
-
"layout": "FLEX"
|
|
78
|
-
},
|
|
79
|
-
"dataRegionType": "INHERIT",
|
|
80
|
-
"caption": "\u5BB9\u5668",
|
|
79
|
+
"caption": "\u6807\u9898\u680F",
|
|
81
80
|
"itemStyle": "DEFAULT",
|
|
82
|
-
"itemType": "
|
|
81
|
+
"itemType": "CTRLPOS",
|
|
83
82
|
"layoutPos": {
|
|
84
|
-
"grow": 1,
|
|
85
83
|
"shrink": 1,
|
|
84
|
+
"heightMode": "FULL",
|
|
86
85
|
"layout": "FLEX"
|
|
87
86
|
},
|
|
88
|
-
"
|
|
89
|
-
|
|
87
|
+
"showCaption": true,
|
|
88
|
+
"id": "captionbar"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"layout": {
|
|
92
|
+
"align": "center",
|
|
93
|
+
"dir": "row",
|
|
94
|
+
"layout": "FLEX"
|
|
95
|
+
},
|
|
96
|
+
"dataRegionType": "INHERIT",
|
|
97
|
+
"caption": "\u5BB9\u5668",
|
|
98
|
+
"itemStyle": "DEFAULT",
|
|
99
|
+
"itemType": "CONTAINER",
|
|
100
|
+
"layoutPos": {
|
|
101
|
+
"grow": 1,
|
|
102
|
+
"shrink": 1,
|
|
103
|
+
"layout": "FLEX"
|
|
104
|
+
},
|
|
105
|
+
"id": "view_captionbar"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"actionGroupExtractMode": "ITEM",
|
|
109
|
+
"panelItems": [
|
|
90
110
|
{
|
|
91
|
-
"
|
|
92
|
-
"panelItems": [
|
|
93
|
-
{
|
|
94
|
-
"caption": "\u5DE5\u5177\u680F",
|
|
95
|
-
"itemStyle": "DEFAULT",
|
|
96
|
-
"itemType": "CTRLPOS",
|
|
97
|
-
"layoutPos": {
|
|
98
|
-
"grow": 1,
|
|
99
|
-
"shrink": 1,
|
|
100
|
-
"heightMode": "FULL",
|
|
101
|
-
"layout": "FLEX",
|
|
102
|
-
"valignSelf": "MIDDLE",
|
|
103
|
-
"widthMode": "FULL"
|
|
104
|
-
},
|
|
105
|
-
"showCaption": true,
|
|
106
|
-
"id": "righttoolbar"
|
|
107
|
-
}
|
|
108
|
-
],
|
|
109
|
-
"layout": {
|
|
110
|
-
"layout": "FLEX"
|
|
111
|
-
},
|
|
112
|
-
"dataRegionType": "INHERIT",
|
|
113
|
-
"caption": "\u5BB9\u5668",
|
|
114
|
-
"contentWidth": 100,
|
|
111
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
115
112
|
"itemStyle": "DEFAULT",
|
|
116
|
-
"itemType": "
|
|
113
|
+
"itemType": "CTRLPOS",
|
|
117
114
|
"layoutPos": {
|
|
118
|
-
"
|
|
119
|
-
"shrink":
|
|
115
|
+
"grow": 1,
|
|
116
|
+
"shrink": 1,
|
|
117
|
+
"heightMode": "FULL",
|
|
120
118
|
"layout": "FLEX",
|
|
121
|
-
"
|
|
122
|
-
"widthMode": "
|
|
119
|
+
"valignSelf": "MIDDLE",
|
|
120
|
+
"widthMode": "FULL"
|
|
123
121
|
},
|
|
124
|
-
"
|
|
125
|
-
"id": "
|
|
122
|
+
"showCaption": true,
|
|
123
|
+
"id": "righttoolbar"
|
|
126
124
|
}
|
|
127
125
|
],
|
|
128
|
-
"predefinedType": "Toolbar",
|
|
129
126
|
"layout": {
|
|
130
|
-
"dir": "row",
|
|
131
127
|
"layout": "FLEX"
|
|
132
128
|
},
|
|
133
129
|
"dataRegionType": "INHERIT",
|
|
134
130
|
"caption": "\u5BB9\u5668",
|
|
131
|
+
"contentWidth": 100,
|
|
135
132
|
"itemStyle": "DEFAULT",
|
|
136
133
|
"itemType": "CONTAINER",
|
|
137
134
|
"layoutPos": {
|
|
138
|
-
"
|
|
139
|
-
"
|
|
135
|
+
"basis": 100,
|
|
136
|
+
"shrink": 0,
|
|
137
|
+
"layout": "FLEX",
|
|
138
|
+
"width": 100,
|
|
139
|
+
"widthMode": "PX"
|
|
140
140
|
},
|
|
141
|
-
"
|
|
141
|
+
"width": 100,
|
|
142
|
+
"id": "view_right_toolbar"
|
|
142
143
|
}
|
|
143
144
|
],
|
|
144
|
-
"predefinedType": "
|
|
145
|
+
"predefinedType": "Toolbar",
|
|
145
146
|
"layout": {
|
|
146
|
-
"dir": "
|
|
147
|
+
"dir": "row",
|
|
147
148
|
"layout": "FLEX"
|
|
148
149
|
},
|
|
149
150
|
"dataRegionType": "INHERIT",
|
|
@@ -151,11 +152,30 @@ var DEMobDataView = {
|
|
|
151
152
|
"itemStyle": "DEFAULT",
|
|
152
153
|
"itemType": "CONTAINER",
|
|
153
154
|
"layoutPos": {
|
|
154
|
-
"shrink":
|
|
155
|
+
"shrink": 1,
|
|
155
156
|
"layout": "FLEX"
|
|
156
157
|
},
|
|
157
|
-
"id": "
|
|
158
|
-
}
|
|
158
|
+
"id": "view_toolbar"
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"predefinedType": "Header",
|
|
162
|
+
"layout": {
|
|
163
|
+
"dir": "column",
|
|
164
|
+
"layout": "FLEX"
|
|
165
|
+
},
|
|
166
|
+
"dataRegionType": "INHERIT",
|
|
167
|
+
"caption": "\u5BB9\u5668",
|
|
168
|
+
"itemStyle": "DEFAULT",
|
|
169
|
+
"itemType": "CONTAINER",
|
|
170
|
+
"layoutPos": {
|
|
171
|
+
"shrink": 0,
|
|
172
|
+
"layout": "FLEX"
|
|
173
|
+
},
|
|
174
|
+
"id": "view_header"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"actionGroupExtractMode": "ITEM",
|
|
178
|
+
"panelItems": [
|
|
159
179
|
{
|
|
160
180
|
"actionGroupExtractMode": "ITEM",
|
|
161
181
|
"panelItems": [
|
|
@@ -171,7 +191,6 @@ var DEMobDataView = {
|
|
|
171
191
|
"id": "searchbar"
|
|
172
192
|
}
|
|
173
193
|
],
|
|
174
|
-
"predefinedType": "Toolbar",
|
|
175
194
|
"layout": {
|
|
176
195
|
"layout": "FLEX"
|
|
177
196
|
},
|
|
@@ -180,42 +199,64 @@ var DEMobDataView = {
|
|
|
180
199
|
"itemStyle": "DEFAULT",
|
|
181
200
|
"itemType": "CONTAINER",
|
|
182
201
|
"layoutPos": {
|
|
202
|
+
"grow": 1,
|
|
183
203
|
"shrink": 1,
|
|
184
204
|
"layout": "FLEX"
|
|
185
205
|
},
|
|
186
|
-
"id": "
|
|
206
|
+
"id": "container1"
|
|
187
207
|
},
|
|
188
208
|
{
|
|
189
209
|
"actionGroupExtractMode": "ITEM",
|
|
190
|
-
"
|
|
191
|
-
{
|
|
192
|
-
"caption": "\u641C\u7D22\u8868\u5355",
|
|
193
|
-
"itemStyle": "DEFAULT",
|
|
194
|
-
"itemType": "CTRLPOS",
|
|
195
|
-
"layoutPos": {
|
|
196
|
-
"shrink": 1,
|
|
197
|
-
"layout": "FLEX"
|
|
198
|
-
},
|
|
199
|
-
"showCaption": true,
|
|
200
|
-
"id": "searchform"
|
|
201
|
-
}
|
|
202
|
-
],
|
|
210
|
+
"predefinedType": "SETTING_CONTAINER",
|
|
203
211
|
"layout": {
|
|
212
|
+
"dir": "row-reverse",
|
|
204
213
|
"layout": "FLEX"
|
|
205
214
|
},
|
|
206
215
|
"dataRegionType": "INHERIT",
|
|
207
|
-
"caption": "\u5BB9\u5668",
|
|
216
|
+
"caption": "\u8BBE\u7F6E\u5BB9\u5668",
|
|
208
217
|
"itemStyle": "DEFAULT",
|
|
209
218
|
"itemType": "CONTAINER",
|
|
210
219
|
"layoutPos": {
|
|
211
220
|
"shrink": 1,
|
|
221
|
+
"heightMode": "FULL",
|
|
212
222
|
"layout": "FLEX"
|
|
213
223
|
},
|
|
214
|
-
"id": "
|
|
224
|
+
"id": "setting_container"
|
|
225
|
+
}
|
|
226
|
+
],
|
|
227
|
+
"predefinedType": "Toolbar",
|
|
228
|
+
"layout": {
|
|
229
|
+
"align": "space-between",
|
|
230
|
+
"dir": "row",
|
|
231
|
+
"layout": "FLEX",
|
|
232
|
+
"valign": "center"
|
|
233
|
+
},
|
|
234
|
+
"dataRegionType": "INHERIT",
|
|
235
|
+
"caption": "\u5BB9\u5668",
|
|
236
|
+
"itemStyle": "DEFAULT",
|
|
237
|
+
"itemType": "CONTAINER",
|
|
238
|
+
"layoutPos": {
|
|
239
|
+
"shrink": 1,
|
|
240
|
+
"layout": "FLEX"
|
|
241
|
+
},
|
|
242
|
+
"id": "view_toolbar2"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"actionGroupExtractMode": "ITEM",
|
|
246
|
+
"panelItems": [
|
|
247
|
+
{
|
|
248
|
+
"caption": "\u641C\u7D22\u8868\u5355",
|
|
249
|
+
"itemStyle": "DEFAULT",
|
|
250
|
+
"itemType": "CTRLPOS",
|
|
251
|
+
"layoutPos": {
|
|
252
|
+
"shrink": 1,
|
|
253
|
+
"layout": "FLEX"
|
|
254
|
+
},
|
|
255
|
+
"showCaption": true,
|
|
256
|
+
"id": "searchform"
|
|
215
257
|
}
|
|
216
258
|
],
|
|
217
259
|
"layout": {
|
|
218
|
-
"dir": "column",
|
|
219
260
|
"layout": "FLEX"
|
|
220
261
|
},
|
|
221
262
|
"dataRegionType": "INHERIT",
|
|
@@ -223,26 +264,46 @@ var DEMobDataView = {
|
|
|
223
264
|
"itemStyle": "DEFAULT",
|
|
224
265
|
"itemType": "CONTAINER",
|
|
225
266
|
"layoutPos": {
|
|
226
|
-
"shrink":
|
|
267
|
+
"shrink": 1,
|
|
227
268
|
"layout": "FLEX"
|
|
228
269
|
},
|
|
229
|
-
"id": "
|
|
270
|
+
"id": "view_searchform"
|
|
230
271
|
}
|
|
231
272
|
],
|
|
232
|
-
"predefinedType": "PANELPART",
|
|
233
273
|
"layout": {
|
|
274
|
+
"dir": "column",
|
|
234
275
|
"layout": "FLEX"
|
|
235
276
|
},
|
|
236
277
|
"dataRegionType": "INHERIT",
|
|
237
|
-
"caption": "\
|
|
278
|
+
"caption": "\u5BB9\u5668",
|
|
238
279
|
"itemStyle": "DEFAULT",
|
|
239
280
|
"itemType": "CONTAINER",
|
|
240
281
|
"layoutPos": {
|
|
241
|
-
"shrink":
|
|
282
|
+
"shrink": 0,
|
|
283
|
+
"layout": "FLEX"
|
|
284
|
+
},
|
|
285
|
+
"id": "view_top"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"rawItem": {
|
|
289
|
+
"rawItemParams": [
|
|
290
|
+
{
|
|
291
|
+
"key": "POSITION",
|
|
292
|
+
"value": "BODY"
|
|
293
|
+
}
|
|
294
|
+
],
|
|
295
|
+
"predefinedType": "VIEWMSG_POS",
|
|
296
|
+
"id": "viewmsg_pos_body"
|
|
297
|
+
},
|
|
298
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
299
|
+
"itemStyle": "DEFAULT",
|
|
300
|
+
"itemType": "RAWITEM",
|
|
301
|
+
"layoutPos": {
|
|
302
|
+
"shrink": 0,
|
|
242
303
|
"layout": "FLEX"
|
|
243
304
|
},
|
|
244
305
|
"showCaption": true,
|
|
245
|
-
"id": "
|
|
306
|
+
"id": "viewmsg_pos_body"
|
|
246
307
|
},
|
|
247
308
|
{
|
|
248
309
|
"actionGroupExtractMode": "ITEM",
|
|
@@ -253,7 +314,9 @@ var DEMobDataView = {
|
|
|
253
314
|
"itemType": "CTRLPOS",
|
|
254
315
|
"layoutPos": {
|
|
255
316
|
"shrink": 1,
|
|
256
|
-
"
|
|
317
|
+
"heightMode": "FULL",
|
|
318
|
+
"layout": "FLEX",
|
|
319
|
+
"widthMode": "FULL"
|
|
257
320
|
},
|
|
258
321
|
"showCaption": true,
|
|
259
322
|
"id": "dataview"
|
|
@@ -273,6 +336,27 @@ var DEMobDataView = {
|
|
|
273
336
|
"layout": "FLEX"
|
|
274
337
|
},
|
|
275
338
|
"id": "view_content"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"rawItem": {
|
|
342
|
+
"rawItemParams": [
|
|
343
|
+
{
|
|
344
|
+
"key": "POSITION",
|
|
345
|
+
"value": "BOTTOM"
|
|
346
|
+
}
|
|
347
|
+
],
|
|
348
|
+
"predefinedType": "VIEWMSG_POS",
|
|
349
|
+
"id": "viewmsg_pos_bottom"
|
|
350
|
+
},
|
|
351
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
352
|
+
"itemStyle": "DEFAULT",
|
|
353
|
+
"itemType": "RAWITEM",
|
|
354
|
+
"layoutPos": {
|
|
355
|
+
"shrink": 0,
|
|
356
|
+
"layout": "FLEX"
|
|
357
|
+
},
|
|
358
|
+
"showCaption": true,
|
|
359
|
+
"id": "viewmsg_pos_bottom"
|
|
276
360
|
}
|
|
277
361
|
],
|
|
278
362
|
"layoutPanel": true,
|
|
@@ -4,6 +4,30 @@ declare const _default: {
|
|
|
4
4
|
layout: string;
|
|
5
5
|
};
|
|
6
6
|
rootPanelItems: ({
|
|
7
|
+
rawItem: {
|
|
8
|
+
rawItemParams: {
|
|
9
|
+
key: string;
|
|
10
|
+
value: string;
|
|
11
|
+
}[];
|
|
12
|
+
predefinedType: string;
|
|
13
|
+
id: string;
|
|
14
|
+
};
|
|
15
|
+
caption: string;
|
|
16
|
+
itemStyle: string;
|
|
17
|
+
itemType: string;
|
|
18
|
+
layoutPos: {
|
|
19
|
+
shrink: number;
|
|
20
|
+
layout: string;
|
|
21
|
+
grow?: undefined;
|
|
22
|
+
};
|
|
23
|
+
showCaption: boolean;
|
|
24
|
+
id: string;
|
|
25
|
+
actionGroupExtractMode?: undefined;
|
|
26
|
+
panelItems?: undefined;
|
|
27
|
+
layout?: undefined;
|
|
28
|
+
dataRegionType?: undefined;
|
|
29
|
+
predefinedType?: undefined;
|
|
30
|
+
} | {
|
|
7
31
|
actionGroupExtractMode: string;
|
|
8
32
|
panelItems: ({
|
|
9
33
|
actionGroupExtractMode: string;
|
|
@@ -128,23 +152,16 @@ declare const _default: {
|
|
|
128
152
|
};
|
|
129
153
|
showCaption: boolean;
|
|
130
154
|
id: string;
|
|
155
|
+
rawItem?: undefined;
|
|
131
156
|
} | {
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
shrink: number;
|
|
139
|
-
layout: string;
|
|
140
|
-
};
|
|
141
|
-
showCaption: boolean;
|
|
157
|
+
rawItem: {
|
|
158
|
+
rawItemParams: {
|
|
159
|
+
key: string;
|
|
160
|
+
value: string;
|
|
161
|
+
}[];
|
|
162
|
+
predefinedType: string;
|
|
142
163
|
id: string;
|
|
143
|
-
}[];
|
|
144
|
-
layout: {
|
|
145
|
-
layout: string;
|
|
146
164
|
};
|
|
147
|
-
dataRegionType: string;
|
|
148
165
|
caption: string;
|
|
149
166
|
itemStyle: string;
|
|
150
167
|
itemType: string;
|
|
@@ -152,9 +169,13 @@ declare const _default: {
|
|
|
152
169
|
shrink: number;
|
|
153
170
|
layout: string;
|
|
154
171
|
};
|
|
172
|
+
showCaption: boolean;
|
|
155
173
|
id: string;
|
|
174
|
+
actionGroupExtractMode?: undefined;
|
|
175
|
+
panelItems?: undefined;
|
|
156
176
|
predefinedType?: undefined;
|
|
157
|
-
|
|
177
|
+
layout?: undefined;
|
|
178
|
+
dataRegionType?: undefined;
|
|
158
179
|
})[];
|
|
159
180
|
layout: {
|
|
160
181
|
dir: string;
|
|
@@ -170,6 +191,8 @@ declare const _default: {
|
|
|
170
191
|
grow?: undefined;
|
|
171
192
|
};
|
|
172
193
|
id: string;
|
|
194
|
+
rawItem?: undefined;
|
|
195
|
+
showCaption?: undefined;
|
|
173
196
|
predefinedType?: undefined;
|
|
174
197
|
} | {
|
|
175
198
|
actionGroupExtractMode: string;
|
|
@@ -234,6 +257,8 @@ declare const _default: {
|
|
|
234
257
|
layout: string;
|
|
235
258
|
};
|
|
236
259
|
id: string;
|
|
260
|
+
rawItem?: undefined;
|
|
261
|
+
showCaption?: undefined;
|
|
237
262
|
} | {
|
|
238
263
|
actionGroupExtractMode: string;
|
|
239
264
|
panelItems: {
|
|
@@ -262,6 +287,8 @@ declare const _default: {
|
|
|
262
287
|
grow?: undefined;
|
|
263
288
|
};
|
|
264
289
|
id: string;
|
|
290
|
+
rawItem?: undefined;
|
|
291
|
+
showCaption?: undefined;
|
|
265
292
|
})[];
|
|
266
293
|
layoutPanel: boolean;
|
|
267
294
|
mobilePanel: boolean;
|
|
@@ -5,6 +5,27 @@ var DEMobEditView3 = {
|
|
|
5
5
|
"layout": "FLEX"
|
|
6
6
|
},
|
|
7
7
|
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"rawItem": {
|
|
10
|
+
"rawItemParams": [
|
|
11
|
+
{
|
|
12
|
+
"key": "POSITION",
|
|
13
|
+
"value": "TOP"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"predefinedType": "VIEWMSG_POS",
|
|
17
|
+
"id": "viewmsg_pos_top"
|
|
18
|
+
},
|
|
19
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
20
|
+
"itemStyle": "DEFAULT",
|
|
21
|
+
"itemType": "RAWITEM",
|
|
22
|
+
"layoutPos": {
|
|
23
|
+
"shrink": 0,
|
|
24
|
+
"layout": "FLEX"
|
|
25
|
+
},
|
|
26
|
+
"showCaption": true,
|
|
27
|
+
"id": "viewmsg_pos_top"
|
|
28
|
+
},
|
|
8
29
|
{
|
|
9
30
|
"actionGroupExtractMode": "ITEM",
|
|
10
31
|
"panelItems": [
|
|
@@ -172,6 +193,45 @@ var DEMobEditView3 = {
|
|
|
172
193
|
"showCaption": true,
|
|
173
194
|
"id": "panelpart"
|
|
174
195
|
},
|
|
196
|
+
{
|
|
197
|
+
"rawItem": {
|
|
198
|
+
"rawItemParams": [
|
|
199
|
+
{
|
|
200
|
+
"key": "POSITION",
|
|
201
|
+
"value": "BODY"
|
|
202
|
+
}
|
|
203
|
+
],
|
|
204
|
+
"predefinedType": "VIEWMSG_POS",
|
|
205
|
+
"id": "viewmsg_pos_body"
|
|
206
|
+
},
|
|
207
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
208
|
+
"itemStyle": "DEFAULT",
|
|
209
|
+
"itemType": "RAWITEM",
|
|
210
|
+
"layoutPos": {
|
|
211
|
+
"shrink": 0,
|
|
212
|
+
"layout": "FLEX"
|
|
213
|
+
},
|
|
214
|
+
"showCaption": true,
|
|
215
|
+
"id": "viewmsg_pos_body"
|
|
216
|
+
}
|
|
217
|
+
],
|
|
218
|
+
"layout": {
|
|
219
|
+
"dir": "column",
|
|
220
|
+
"layout": "FLEX"
|
|
221
|
+
},
|
|
222
|
+
"dataRegionType": "INHERIT",
|
|
223
|
+
"caption": "\u5BB9\u5668",
|
|
224
|
+
"itemStyle": "DEFAULT",
|
|
225
|
+
"itemType": "CONTAINER",
|
|
226
|
+
"layoutPos": {
|
|
227
|
+
"shrink": 0,
|
|
228
|
+
"layout": "FLEX"
|
|
229
|
+
},
|
|
230
|
+
"id": "view_top"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"actionGroupExtractMode": "ITEM",
|
|
234
|
+
"panelItems": [
|
|
175
235
|
{
|
|
176
236
|
"actionGroupExtractMode": "ITEM",
|
|
177
237
|
"panelItems": [
|
|
@@ -195,29 +255,11 @@ var DEMobEditView3 = {
|
|
|
195
255
|
"itemStyle": "DEFAULT",
|
|
196
256
|
"itemType": "CONTAINER",
|
|
197
257
|
"layoutPos": {
|
|
198
|
-
"shrink":
|
|
258
|
+
"shrink": 0,
|
|
199
259
|
"layout": "FLEX"
|
|
200
260
|
},
|
|
201
261
|
"id": "view_drtab"
|
|
202
|
-
}
|
|
203
|
-
],
|
|
204
|
-
"layout": {
|
|
205
|
-
"dir": "column",
|
|
206
|
-
"layout": "FLEX"
|
|
207
|
-
},
|
|
208
|
-
"dataRegionType": "INHERIT",
|
|
209
|
-
"caption": "\u5BB9\u5668",
|
|
210
|
-
"itemStyle": "DEFAULT",
|
|
211
|
-
"itemType": "CONTAINER",
|
|
212
|
-
"layoutPos": {
|
|
213
|
-
"shrink": 0,
|
|
214
|
-
"layout": "FLEX"
|
|
215
|
-
},
|
|
216
|
-
"id": "view_top"
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"actionGroupExtractMode": "ITEM",
|
|
220
|
-
"panelItems": [
|
|
262
|
+
},
|
|
221
263
|
{
|
|
222
264
|
"actionGroupExtractMode": "ITEM",
|
|
223
265
|
"panelItems": [
|
|
@@ -277,6 +319,27 @@ var DEMobEditView3 = {
|
|
|
277
319
|
},
|
|
278
320
|
"id": "view_content"
|
|
279
321
|
},
|
|
322
|
+
{
|
|
323
|
+
"rawItem": {
|
|
324
|
+
"rawItemParams": [
|
|
325
|
+
{
|
|
326
|
+
"key": "POSITION",
|
|
327
|
+
"value": "BOTTOM"
|
|
328
|
+
}
|
|
329
|
+
],
|
|
330
|
+
"predefinedType": "VIEWMSG_POS",
|
|
331
|
+
"id": "viewmsg_pos_bottom"
|
|
332
|
+
},
|
|
333
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
334
|
+
"itemStyle": "DEFAULT",
|
|
335
|
+
"itemType": "RAWITEM",
|
|
336
|
+
"layoutPos": {
|
|
337
|
+
"shrink": 0,
|
|
338
|
+
"layout": "FLEX"
|
|
339
|
+
},
|
|
340
|
+
"showCaption": true,
|
|
341
|
+
"id": "viewmsg_pos_bottom"
|
|
342
|
+
},
|
|
280
343
|
{
|
|
281
344
|
"actionGroupExtractMode": "ITEM",
|
|
282
345
|
"panelItems": [
|