@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
|
@@ -6,6 +6,27 @@ var DEMobMdView = {
|
|
|
6
6
|
"layout": "FLEX"
|
|
7
7
|
},
|
|
8
8
|
"rootPanelItems": [
|
|
9
|
+
{
|
|
10
|
+
"rawItem": {
|
|
11
|
+
"rawItemParams": [
|
|
12
|
+
{
|
|
13
|
+
"key": "POSITION",
|
|
14
|
+
"value": "TOP"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"predefinedType": "VIEWMSG_POS",
|
|
18
|
+
"id": "viewmsg_pos_top"
|
|
19
|
+
},
|
|
20
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
21
|
+
"itemStyle": "DEFAULT",
|
|
22
|
+
"itemType": "RAWITEM",
|
|
23
|
+
"layoutPos": {
|
|
24
|
+
"shrink": 0,
|
|
25
|
+
"layout": "FLEX"
|
|
26
|
+
},
|
|
27
|
+
"showCaption": true,
|
|
28
|
+
"id": "viewmsg_pos_top"
|
|
29
|
+
},
|
|
9
30
|
{
|
|
10
31
|
"actionGroupExtractMode": "ITEM",
|
|
11
32
|
"panelItems": [
|
|
@@ -19,132 +40,112 @@ var DEMobMdView = {
|
|
|
19
40
|
"actionGroupExtractMode": "ITEM",
|
|
20
41
|
"panelItems": [
|
|
21
42
|
{
|
|
22
|
-
"
|
|
23
|
-
"panelItems": [
|
|
24
|
-
{
|
|
25
|
-
"caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
|
|
26
|
-
"itemStyle": "DEFAULT",
|
|
27
|
-
"itemType": "CTRLPOS",
|
|
28
|
-
"layoutPos": {
|
|
29
|
-
"grow": 1,
|
|
30
|
-
"shrink": 1,
|
|
31
|
-
"heightMode": "FULL",
|
|
32
|
-
"layout": "FLEX",
|
|
33
|
-
"valignSelf": "MIDDLE",
|
|
34
|
-
"widthMode": "FULL"
|
|
35
|
-
},
|
|
36
|
-
"showCaption": true,
|
|
37
|
-
"id": "lefttoolbar"
|
|
38
|
-
}
|
|
39
|
-
],
|
|
40
|
-
"layout": {
|
|
41
|
-
"layout": "FLEX"
|
|
42
|
-
},
|
|
43
|
-
"dataRegionType": "INHERIT",
|
|
44
|
-
"caption": "\u5BB9\u5668",
|
|
45
|
-
"contentWidth": 100,
|
|
43
|
+
"caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
|
|
46
44
|
"itemStyle": "DEFAULT",
|
|
47
|
-
"itemType": "
|
|
45
|
+
"itemType": "CTRLPOS",
|
|
48
46
|
"layoutPos": {
|
|
49
|
-
"
|
|
50
|
-
"shrink":
|
|
47
|
+
"grow": 1,
|
|
48
|
+
"shrink": 1,
|
|
49
|
+
"heightMode": "FULL",
|
|
51
50
|
"layout": "FLEX",
|
|
52
|
-
"
|
|
53
|
-
"widthMode": "
|
|
51
|
+
"valignSelf": "MIDDLE",
|
|
52
|
+
"widthMode": "FULL"
|
|
54
53
|
},
|
|
55
|
-
"
|
|
56
|
-
"id": "
|
|
57
|
-
}
|
|
54
|
+
"showCaption": true,
|
|
55
|
+
"id": "lefttoolbar"
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
"layout": {
|
|
59
|
+
"layout": "FLEX"
|
|
60
|
+
},
|
|
61
|
+
"dataRegionType": "INHERIT",
|
|
62
|
+
"caption": "\u5BB9\u5668",
|
|
63
|
+
"contentWidth": 100,
|
|
64
|
+
"itemStyle": "DEFAULT",
|
|
65
|
+
"itemType": "CONTAINER",
|
|
66
|
+
"layoutPos": {
|
|
67
|
+
"basis": 100,
|
|
68
|
+
"shrink": 0,
|
|
69
|
+
"layout": "FLEX",
|
|
70
|
+
"width": 100,
|
|
71
|
+
"widthMode": "PX"
|
|
72
|
+
},
|
|
73
|
+
"width": 100,
|
|
74
|
+
"id": "view_left_toolbar"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"actionGroupExtractMode": "ITEM",
|
|
78
|
+
"panelItems": [
|
|
58
79
|
{
|
|
59
|
-
"
|
|
60
|
-
"panelItems": [
|
|
61
|
-
{
|
|
62
|
-
"caption": "\u6807\u9898\u680F",
|
|
63
|
-
"itemStyle": "DEFAULT",
|
|
64
|
-
"itemType": "CTRLPOS",
|
|
65
|
-
"layoutPos": {
|
|
66
|
-
"shrink": 1,
|
|
67
|
-
"heightMode": "FULL",
|
|
68
|
-
"layout": "FLEX",
|
|
69
|
-
"widthMode": "FULL"
|
|
70
|
-
},
|
|
71
|
-
"showCaption": true,
|
|
72
|
-
"id": "captionbar"
|
|
73
|
-
}
|
|
74
|
-
],
|
|
75
|
-
"layout": {
|
|
76
|
-
"align": "center",
|
|
77
|
-
"dir": "row",
|
|
78
|
-
"layout": "FLEX"
|
|
79
|
-
},
|
|
80
|
-
"dataRegionType": "INHERIT",
|
|
81
|
-
"caption": "\u5BB9\u5668",
|
|
80
|
+
"caption": "\u6807\u9898\u680F",
|
|
82
81
|
"itemStyle": "DEFAULT",
|
|
83
|
-
"itemType": "
|
|
82
|
+
"itemType": "CTRLPOS",
|
|
84
83
|
"layoutPos": {
|
|
85
|
-
"grow": 1,
|
|
86
84
|
"shrink": 1,
|
|
85
|
+
"heightMode": "FULL",
|
|
87
86
|
"layout": "FLEX"
|
|
88
87
|
},
|
|
89
|
-
"
|
|
90
|
-
|
|
88
|
+
"showCaption": true,
|
|
89
|
+
"id": "captionbar"
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"layout": {
|
|
93
|
+
"align": "center",
|
|
94
|
+
"dir": "row",
|
|
95
|
+
"layout": "FLEX"
|
|
96
|
+
},
|
|
97
|
+
"dataRegionType": "INHERIT",
|
|
98
|
+
"caption": "\u5BB9\u5668",
|
|
99
|
+
"itemStyle": "DEFAULT",
|
|
100
|
+
"itemType": "CONTAINER",
|
|
101
|
+
"layoutPos": {
|
|
102
|
+
"grow": 1,
|
|
103
|
+
"shrink": 1,
|
|
104
|
+
"layout": "FLEX"
|
|
105
|
+
},
|
|
106
|
+
"id": "view_captionbar"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"actionGroupExtractMode": "ITEM",
|
|
110
|
+
"panelItems": [
|
|
91
111
|
{
|
|
92
|
-
"
|
|
93
|
-
"panelItems": [
|
|
94
|
-
{
|
|
95
|
-
"caption": "\u5DE5\u5177\u680F",
|
|
96
|
-
"itemStyle": "DEFAULT",
|
|
97
|
-
"itemType": "CTRLPOS",
|
|
98
|
-
"layoutPos": {
|
|
99
|
-
"grow": 1,
|
|
100
|
-
"shrink": 1,
|
|
101
|
-
"heightMode": "FULL",
|
|
102
|
-
"layout": "FLEX",
|
|
103
|
-
"valignSelf": "MIDDLE",
|
|
104
|
-
"widthMode": "FULL"
|
|
105
|
-
},
|
|
106
|
-
"showCaption": true,
|
|
107
|
-
"id": "righttoolbar"
|
|
108
|
-
}
|
|
109
|
-
],
|
|
110
|
-
"layout": {
|
|
111
|
-
"layout": "FLEX"
|
|
112
|
-
},
|
|
113
|
-
"dataRegionType": "INHERIT",
|
|
114
|
-
"caption": "\u5BB9\u5668",
|
|
115
|
-
"contentWidth": 100,
|
|
112
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
116
113
|
"itemStyle": "DEFAULT",
|
|
117
|
-
"itemType": "
|
|
114
|
+
"itemType": "CTRLPOS",
|
|
118
115
|
"layoutPos": {
|
|
119
|
-
"
|
|
120
|
-
"shrink":
|
|
116
|
+
"grow": 1,
|
|
117
|
+
"shrink": 1,
|
|
118
|
+
"heightMode": "FULL",
|
|
121
119
|
"layout": "FLEX",
|
|
122
|
-
"
|
|
123
|
-
"widthMode": "
|
|
120
|
+
"valignSelf": "MIDDLE",
|
|
121
|
+
"widthMode": "FULL"
|
|
124
122
|
},
|
|
125
|
-
"
|
|
126
|
-
"id": "
|
|
123
|
+
"showCaption": true,
|
|
124
|
+
"id": "righttoolbar"
|
|
127
125
|
}
|
|
128
126
|
],
|
|
129
|
-
"predefinedType": "Toolbar",
|
|
130
127
|
"layout": {
|
|
131
|
-
"dir": "row",
|
|
132
128
|
"layout": "FLEX"
|
|
133
129
|
},
|
|
134
130
|
"dataRegionType": "INHERIT",
|
|
135
131
|
"caption": "\u5BB9\u5668",
|
|
132
|
+
"contentWidth": 100,
|
|
136
133
|
"itemStyle": "DEFAULT",
|
|
137
134
|
"itemType": "CONTAINER",
|
|
138
135
|
"layoutPos": {
|
|
139
|
-
"
|
|
140
|
-
"
|
|
136
|
+
"basis": 100,
|
|
137
|
+
"shrink": 0,
|
|
138
|
+
"layout": "FLEX",
|
|
139
|
+
"width": 100,
|
|
140
|
+
"widthMode": "PX"
|
|
141
141
|
},
|
|
142
|
-
"
|
|
142
|
+
"width": 100,
|
|
143
|
+
"id": "view_right_toolbar"
|
|
143
144
|
}
|
|
144
145
|
],
|
|
145
|
-
"predefinedType": "
|
|
146
|
+
"predefinedType": "Toolbar",
|
|
146
147
|
"layout": {
|
|
147
|
-
"dir": "
|
|
148
|
+
"dir": "row",
|
|
148
149
|
"layout": "FLEX"
|
|
149
150
|
},
|
|
150
151
|
"dataRegionType": "INHERIT",
|
|
@@ -152,11 +153,30 @@ var DEMobMdView = {
|
|
|
152
153
|
"itemStyle": "DEFAULT",
|
|
153
154
|
"itemType": "CONTAINER",
|
|
154
155
|
"layoutPos": {
|
|
155
|
-
"shrink":
|
|
156
|
+
"shrink": 1,
|
|
156
157
|
"layout": "FLEX"
|
|
157
158
|
},
|
|
158
|
-
"id": "
|
|
159
|
-
}
|
|
159
|
+
"id": "view_toolbar"
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"predefinedType": "Header",
|
|
163
|
+
"layout": {
|
|
164
|
+
"dir": "column",
|
|
165
|
+
"layout": "FLEX"
|
|
166
|
+
},
|
|
167
|
+
"dataRegionType": "INHERIT",
|
|
168
|
+
"caption": "\u5BB9\u5668",
|
|
169
|
+
"itemStyle": "DEFAULT",
|
|
170
|
+
"itemType": "CONTAINER",
|
|
171
|
+
"layoutPos": {
|
|
172
|
+
"shrink": 0,
|
|
173
|
+
"layout": "FLEX"
|
|
174
|
+
},
|
|
175
|
+
"id": "view_header"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"actionGroupExtractMode": "ITEM",
|
|
179
|
+
"panelItems": [
|
|
160
180
|
{
|
|
161
181
|
"actionGroupExtractMode": "ITEM",
|
|
162
182
|
"panelItems": [
|
|
@@ -172,7 +192,6 @@ var DEMobMdView = {
|
|
|
172
192
|
"id": "searchbar"
|
|
173
193
|
}
|
|
174
194
|
],
|
|
175
|
-
"predefinedType": "Toolbar",
|
|
176
195
|
"layout": {
|
|
177
196
|
"layout": "FLEX"
|
|
178
197
|
},
|
|
@@ -181,42 +200,64 @@ var DEMobMdView = {
|
|
|
181
200
|
"itemStyle": "DEFAULT",
|
|
182
201
|
"itemType": "CONTAINER",
|
|
183
202
|
"layoutPos": {
|
|
203
|
+
"grow": 1,
|
|
184
204
|
"shrink": 1,
|
|
185
205
|
"layout": "FLEX"
|
|
186
206
|
},
|
|
187
|
-
"id": "
|
|
207
|
+
"id": "container1"
|
|
188
208
|
},
|
|
189
209
|
{
|
|
190
210
|
"actionGroupExtractMode": "ITEM",
|
|
191
|
-
"
|
|
192
|
-
{
|
|
193
|
-
"caption": "\u641C\u7D22\u8868\u5355",
|
|
194
|
-
"itemStyle": "DEFAULT",
|
|
195
|
-
"itemType": "CTRLPOS",
|
|
196
|
-
"layoutPos": {
|
|
197
|
-
"shrink": 1,
|
|
198
|
-
"layout": "FLEX"
|
|
199
|
-
},
|
|
200
|
-
"showCaption": true,
|
|
201
|
-
"id": "searchform"
|
|
202
|
-
}
|
|
203
|
-
],
|
|
211
|
+
"predefinedType": "SETTING_CONTAINER",
|
|
204
212
|
"layout": {
|
|
213
|
+
"dir": "row-reverse",
|
|
205
214
|
"layout": "FLEX"
|
|
206
215
|
},
|
|
207
216
|
"dataRegionType": "INHERIT",
|
|
208
|
-
"caption": "\u5BB9\u5668",
|
|
217
|
+
"caption": "\u8BBE\u7F6E\u5BB9\u5668",
|
|
209
218
|
"itemStyle": "DEFAULT",
|
|
210
219
|
"itemType": "CONTAINER",
|
|
211
220
|
"layoutPos": {
|
|
212
221
|
"shrink": 1,
|
|
222
|
+
"heightMode": "FULL",
|
|
213
223
|
"layout": "FLEX"
|
|
214
224
|
},
|
|
215
|
-
"id": "
|
|
225
|
+
"id": "setting_container"
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"predefinedType": "Toolbar",
|
|
229
|
+
"layout": {
|
|
230
|
+
"align": "space-between",
|
|
231
|
+
"dir": "row",
|
|
232
|
+
"layout": "FLEX",
|
|
233
|
+
"valign": "center"
|
|
234
|
+
},
|
|
235
|
+
"dataRegionType": "INHERIT",
|
|
236
|
+
"caption": "\u5BB9\u5668",
|
|
237
|
+
"itemStyle": "DEFAULT",
|
|
238
|
+
"itemType": "CONTAINER",
|
|
239
|
+
"layoutPos": {
|
|
240
|
+
"shrink": 1,
|
|
241
|
+
"layout": "FLEX"
|
|
242
|
+
},
|
|
243
|
+
"id": "view_toolbar2"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"actionGroupExtractMode": "ITEM",
|
|
247
|
+
"panelItems": [
|
|
248
|
+
{
|
|
249
|
+
"caption": "\u641C\u7D22\u8868\u5355",
|
|
250
|
+
"itemStyle": "DEFAULT",
|
|
251
|
+
"itemType": "CTRLPOS",
|
|
252
|
+
"layoutPos": {
|
|
253
|
+
"shrink": 1,
|
|
254
|
+
"layout": "FLEX"
|
|
255
|
+
},
|
|
256
|
+
"showCaption": true,
|
|
257
|
+
"id": "searchform"
|
|
216
258
|
}
|
|
217
259
|
],
|
|
218
260
|
"layout": {
|
|
219
|
-
"dir": "column",
|
|
220
261
|
"layout": "FLEX"
|
|
221
262
|
},
|
|
222
263
|
"dataRegionType": "INHERIT",
|
|
@@ -224,26 +265,46 @@ var DEMobMdView = {
|
|
|
224
265
|
"itemStyle": "DEFAULT",
|
|
225
266
|
"itemType": "CONTAINER",
|
|
226
267
|
"layoutPos": {
|
|
227
|
-
"shrink":
|
|
268
|
+
"shrink": 1,
|
|
228
269
|
"layout": "FLEX"
|
|
229
270
|
},
|
|
230
|
-
"id": "
|
|
271
|
+
"id": "view_searchform"
|
|
231
272
|
}
|
|
232
273
|
],
|
|
233
|
-
"predefinedType": "PANELPART",
|
|
234
274
|
"layout": {
|
|
275
|
+
"dir": "column",
|
|
235
276
|
"layout": "FLEX"
|
|
236
277
|
},
|
|
237
278
|
"dataRegionType": "INHERIT",
|
|
238
|
-
"caption": "\
|
|
279
|
+
"caption": "\u5BB9\u5668",
|
|
239
280
|
"itemStyle": "DEFAULT",
|
|
240
281
|
"itemType": "CONTAINER",
|
|
241
282
|
"layoutPos": {
|
|
242
|
-
"shrink":
|
|
283
|
+
"shrink": 0,
|
|
284
|
+
"layout": "FLEX"
|
|
285
|
+
},
|
|
286
|
+
"id": "view_top"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"rawItem": {
|
|
290
|
+
"rawItemParams": [
|
|
291
|
+
{
|
|
292
|
+
"key": "POSITION",
|
|
293
|
+
"value": "BODY"
|
|
294
|
+
}
|
|
295
|
+
],
|
|
296
|
+
"predefinedType": "VIEWMSG_POS",
|
|
297
|
+
"id": "viewmsg_pos_body"
|
|
298
|
+
},
|
|
299
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
300
|
+
"itemStyle": "DEFAULT",
|
|
301
|
+
"itemType": "RAWITEM",
|
|
302
|
+
"layoutPos": {
|
|
303
|
+
"shrink": 0,
|
|
243
304
|
"layout": "FLEX"
|
|
244
305
|
},
|
|
245
306
|
"showCaption": true,
|
|
246
|
-
"id": "
|
|
307
|
+
"id": "viewmsg_pos_body"
|
|
247
308
|
},
|
|
248
309
|
{
|
|
249
310
|
"actionGroupExtractMode": "ITEM",
|
|
@@ -304,6 +365,27 @@ var DEMobMdView = {
|
|
|
304
365
|
"layout": "FLEX"
|
|
305
366
|
},
|
|
306
367
|
"id": "view_footer"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"rawItem": {
|
|
371
|
+
"rawItemParams": [
|
|
372
|
+
{
|
|
373
|
+
"key": "POSITION",
|
|
374
|
+
"value": "BOTTOM"
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"predefinedType": "VIEWMSG_POS",
|
|
378
|
+
"id": "viewmsg_pos_bottom"
|
|
379
|
+
},
|
|
380
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
381
|
+
"itemStyle": "DEFAULT",
|
|
382
|
+
"itemType": "RAWITEM",
|
|
383
|
+
"layoutPos": {
|
|
384
|
+
"shrink": 0,
|
|
385
|
+
"layout": "FLEX"
|
|
386
|
+
},
|
|
387
|
+
"showCaption": true,
|
|
388
|
+
"id": "viewmsg_pos_bottom"
|
|
307
389
|
}
|
|
308
390
|
],
|
|
309
391
|
"layoutPanel": true,
|
|
@@ -5,6 +5,33 @@ declare const _default: {
|
|
|
5
5
|
layout: string;
|
|
6
6
|
};
|
|
7
7
|
rootPanelItems: ({
|
|
8
|
+
rawItem: {
|
|
9
|
+
rawItemParams: {
|
|
10
|
+
key: string;
|
|
11
|
+
value: string;
|
|
12
|
+
}[];
|
|
13
|
+
predefinedType: string;
|
|
14
|
+
id: string;
|
|
15
|
+
};
|
|
16
|
+
caption: string;
|
|
17
|
+
itemStyle: string;
|
|
18
|
+
itemType: string;
|
|
19
|
+
layoutPos: {
|
|
20
|
+
shrink: number;
|
|
21
|
+
layout: string;
|
|
22
|
+
grow?: undefined;
|
|
23
|
+
spacingBottom?: undefined;
|
|
24
|
+
spacingLeft?: undefined;
|
|
25
|
+
spacingRight?: undefined;
|
|
26
|
+
};
|
|
27
|
+
showCaption: boolean;
|
|
28
|
+
id: string;
|
|
29
|
+
actionGroupExtractMode?: undefined;
|
|
30
|
+
panelItems?: undefined;
|
|
31
|
+
predefinedType?: undefined;
|
|
32
|
+
layout?: undefined;
|
|
33
|
+
dataRegionType?: undefined;
|
|
34
|
+
} | {
|
|
8
35
|
actionGroupExtractMode: string;
|
|
9
36
|
panelItems: {
|
|
10
37
|
actionGroupExtractMode: string;
|
|
@@ -133,6 +160,7 @@ declare const _default: {
|
|
|
133
160
|
};
|
|
134
161
|
showCaption: boolean;
|
|
135
162
|
id: string;
|
|
163
|
+
rawItem?: undefined;
|
|
136
164
|
} | {
|
|
137
165
|
actionGroupExtractMode: string;
|
|
138
166
|
panelItems: {
|
|
@@ -166,27 +194,23 @@ declare const _default: {
|
|
|
166
194
|
spacingRight?: undefined;
|
|
167
195
|
};
|
|
168
196
|
id: string;
|
|
197
|
+
rawItem?: undefined;
|
|
169
198
|
showCaption?: undefined;
|
|
170
199
|
} | {
|
|
171
200
|
actionGroupExtractMode: string;
|
|
172
201
|
panelItems: ({
|
|
173
202
|
actionType: string;
|
|
174
|
-
buttonHeight: number;
|
|
175
203
|
buttonStyle: string;
|
|
176
204
|
buttonType: string;
|
|
177
205
|
uiactionId: string;
|
|
178
206
|
renderMode: string;
|
|
179
207
|
tooltip: string;
|
|
180
208
|
caption: string;
|
|
181
|
-
contentHeight: number;
|
|
182
|
-
height: number;
|
|
183
209
|
itemStyle: string;
|
|
184
210
|
itemType: string;
|
|
185
211
|
layoutPos: {
|
|
186
212
|
grow: number;
|
|
187
213
|
shrink: number;
|
|
188
|
-
height: number;
|
|
189
|
-
heightMode: string;
|
|
190
214
|
layout: string;
|
|
191
215
|
spacingRight: string;
|
|
192
216
|
spacingLeft?: undefined;
|
|
@@ -195,22 +219,17 @@ declare const _default: {
|
|
|
195
219
|
id: string;
|
|
196
220
|
} | {
|
|
197
221
|
actionType: string;
|
|
198
|
-
buttonHeight: number;
|
|
199
222
|
buttonStyle: string;
|
|
200
223
|
buttonType: string;
|
|
201
224
|
uiactionId: string;
|
|
202
225
|
renderMode: string;
|
|
203
226
|
tooltip: string;
|
|
204
227
|
caption: string;
|
|
205
|
-
contentHeight: number;
|
|
206
|
-
height: number;
|
|
207
228
|
itemStyle: string;
|
|
208
229
|
itemType: string;
|
|
209
230
|
layoutPos: {
|
|
210
231
|
grow: number;
|
|
211
232
|
shrink: number;
|
|
212
|
-
height: number;
|
|
213
|
-
heightMode: string;
|
|
214
233
|
layout: string;
|
|
215
234
|
spacingLeft: string;
|
|
216
235
|
spacingRight?: undefined;
|
|
@@ -237,6 +256,7 @@ declare const _default: {
|
|
|
237
256
|
grow?: undefined;
|
|
238
257
|
};
|
|
239
258
|
id: string;
|
|
259
|
+
rawItem?: undefined;
|
|
240
260
|
showCaption?: undefined;
|
|
241
261
|
})[];
|
|
242
262
|
layoutPanel: boolean;
|
|
@@ -6,6 +6,27 @@ var DEMobOptionView = {
|
|
|
6
6
|
"layout": "FLEX"
|
|
7
7
|
},
|
|
8
8
|
"rootPanelItems": [
|
|
9
|
+
{
|
|
10
|
+
"rawItem": {
|
|
11
|
+
"rawItemParams": [
|
|
12
|
+
{
|
|
13
|
+
"key": "POSITION",
|
|
14
|
+
"value": "TOP"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"predefinedType": "VIEWMSG_POS",
|
|
18
|
+
"id": "viewmsg_pos_top"
|
|
19
|
+
},
|
|
20
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
21
|
+
"itemStyle": "DEFAULT",
|
|
22
|
+
"itemType": "RAWITEM",
|
|
23
|
+
"layoutPos": {
|
|
24
|
+
"shrink": 0,
|
|
25
|
+
"layout": "FLEX"
|
|
26
|
+
},
|
|
27
|
+
"showCaption": true,
|
|
28
|
+
"id": "viewmsg_pos_top"
|
|
29
|
+
},
|
|
9
30
|
{
|
|
10
31
|
"actionGroupExtractMode": "ITEM",
|
|
11
32
|
"panelItems": [
|
|
@@ -170,6 +191,27 @@ var DEMobOptionView = {
|
|
|
170
191
|
"showCaption": true,
|
|
171
192
|
"id": "panelpart"
|
|
172
193
|
},
|
|
194
|
+
{
|
|
195
|
+
"rawItem": {
|
|
196
|
+
"rawItemParams": [
|
|
197
|
+
{
|
|
198
|
+
"key": "POSITION",
|
|
199
|
+
"value": "BODY"
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"predefinedType": "VIEWMSG_POS",
|
|
203
|
+
"id": "viewmsg_pos_body"
|
|
204
|
+
},
|
|
205
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
206
|
+
"itemStyle": "DEFAULT",
|
|
207
|
+
"itemType": "RAWITEM",
|
|
208
|
+
"layoutPos": {
|
|
209
|
+
"shrink": 0,
|
|
210
|
+
"layout": "FLEX"
|
|
211
|
+
},
|
|
212
|
+
"showCaption": true,
|
|
213
|
+
"id": "viewmsg_pos_body"
|
|
214
|
+
},
|
|
173
215
|
{
|
|
174
216
|
"actionGroupExtractMode": "ITEM",
|
|
175
217
|
"panelItems": [
|
|
@@ -201,27 +243,43 @@ var DEMobOptionView = {
|
|
|
201
243
|
},
|
|
202
244
|
"id": "view_content"
|
|
203
245
|
},
|
|
246
|
+
{
|
|
247
|
+
"rawItem": {
|
|
248
|
+
"rawItemParams": [
|
|
249
|
+
{
|
|
250
|
+
"key": "POSITION",
|
|
251
|
+
"value": "BOTTOM"
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"predefinedType": "VIEWMSG_POS",
|
|
255
|
+
"id": "viewmsg_pos_bottom"
|
|
256
|
+
},
|
|
257
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
258
|
+
"itemStyle": "DEFAULT",
|
|
259
|
+
"itemType": "RAWITEM",
|
|
260
|
+
"layoutPos": {
|
|
261
|
+
"shrink": 0,
|
|
262
|
+
"layout": "FLEX"
|
|
263
|
+
},
|
|
264
|
+
"showCaption": true,
|
|
265
|
+
"id": "viewmsg_pos_bottom"
|
|
266
|
+
},
|
|
204
267
|
{
|
|
205
268
|
"actionGroupExtractMode": "ITEM",
|
|
206
269
|
"panelItems": [
|
|
207
270
|
{
|
|
208
271
|
"actionType": "UIACTION",
|
|
209
|
-
"buttonHeight": 40,
|
|
210
272
|
"buttonStyle": "DEFAULT",
|
|
211
273
|
"buttonType": "PANELBUTTON",
|
|
212
274
|
"uiactionId": "view_cancelaction",
|
|
213
275
|
"renderMode": "BUTTON",
|
|
214
276
|
"tooltip": "\u53D6\u6D88",
|
|
215
277
|
"caption": "\u53D6\u6D88",
|
|
216
|
-
"contentHeight": 40,
|
|
217
|
-
"height": 40,
|
|
218
278
|
"itemStyle": "DEFAULT",
|
|
219
279
|
"itemType": "BUTTON",
|
|
220
280
|
"layoutPos": {
|
|
221
281
|
"grow": 1,
|
|
222
282
|
"shrink": 1,
|
|
223
|
-
"height": 40,
|
|
224
|
-
"heightMode": "PX",
|
|
225
283
|
"layout": "FLEX",
|
|
226
284
|
"spacingRight": "OUTERSMALL"
|
|
227
285
|
},
|
|
@@ -230,22 +288,17 @@ var DEMobOptionView = {
|
|
|
230
288
|
},
|
|
231
289
|
{
|
|
232
290
|
"actionType": "UIACTION",
|
|
233
|
-
"buttonHeight": 40,
|
|
234
291
|
"buttonStyle": "PRIMARY",
|
|
235
292
|
"buttonType": "PANELBUTTON",
|
|
236
293
|
"uiactionId": "view_okaction",
|
|
237
294
|
"renderMode": "BUTTON",
|
|
238
295
|
"tooltip": "\u786E\u5B9A",
|
|
239
296
|
"caption": "\u786E\u5B9A",
|
|
240
|
-
"contentHeight": 40,
|
|
241
|
-
"height": 40,
|
|
242
297
|
"itemStyle": "PRIMARY",
|
|
243
298
|
"itemType": "BUTTON",
|
|
244
299
|
"layoutPos": {
|
|
245
300
|
"grow": 1,
|
|
246
301
|
"shrink": 1,
|
|
247
|
-
"height": 40,
|
|
248
|
-
"heightMode": "PX",
|
|
249
302
|
"layout": "FLEX",
|
|
250
303
|
"spacingLeft": "OUTERSMALL"
|
|
251
304
|
},
|