@ibiz-template/mob-theme 0.2.14 → 0.2.15
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 +4 -0
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.d.ts +43 -0
- package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs +49 -0
- package/es/publish/index.mjs +4 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.d.ts +238 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.mjs +286 -0
- package/lib/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.cjs +53 -0
- package/lib/publish/index.cjs +4 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.cjs +290 -0
- package/package.json +1 -1
package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.d.ts
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: {
|
|
7
|
+
actionGroupExtractMode: string;
|
|
8
|
+
panelItems: {
|
|
9
|
+
caption: string;
|
|
10
|
+
itemStyle: string;
|
|
11
|
+
itemType: string;
|
|
12
|
+
layoutPos: {
|
|
13
|
+
shrink: number;
|
|
14
|
+
layout: string;
|
|
15
|
+
};
|
|
16
|
+
showCaption: boolean;
|
|
17
|
+
id: string;
|
|
18
|
+
}[];
|
|
19
|
+
layout: {
|
|
20
|
+
dir: string;
|
|
21
|
+
layout: string;
|
|
22
|
+
};
|
|
23
|
+
dataRegionType: string;
|
|
24
|
+
itemStyle: string;
|
|
25
|
+
itemType: string;
|
|
26
|
+
layoutPos: {
|
|
27
|
+
shrink: number;
|
|
28
|
+
layout: string;
|
|
29
|
+
};
|
|
30
|
+
id: string;
|
|
31
|
+
}[];
|
|
32
|
+
layoutPanel: boolean;
|
|
33
|
+
codeName: string;
|
|
34
|
+
controlType: string;
|
|
35
|
+
logicName: string;
|
|
36
|
+
appDataEntityId: string;
|
|
37
|
+
controlParam: {};
|
|
38
|
+
modelId: string;
|
|
39
|
+
modelType: string;
|
|
40
|
+
name: string;
|
|
41
|
+
id: string;
|
|
42
|
+
};
|
|
43
|
+
export default _default;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var TreeExpBar = {
|
|
3
|
+
"layoutMode": "Flex",
|
|
4
|
+
"layout": {
|
|
5
|
+
"layout": "FLEX"
|
|
6
|
+
},
|
|
7
|
+
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"actionGroupExtractMode": "ITEM",
|
|
10
|
+
"panelItems": [
|
|
11
|
+
{
|
|
12
|
+
"caption": "\u5BFC\u822A\u6811",
|
|
13
|
+
"itemStyle": "DEFAULT",
|
|
14
|
+
"itemType": "CTRLPOS",
|
|
15
|
+
"layoutPos": {
|
|
16
|
+
"shrink": 1,
|
|
17
|
+
"layout": "FLEX"
|
|
18
|
+
},
|
|
19
|
+
"showCaption": true,
|
|
20
|
+
"id": "treeexpbar_tree"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"layout": {
|
|
24
|
+
"dir": "column",
|
|
25
|
+
"layout": "FLEX"
|
|
26
|
+
},
|
|
27
|
+
"dataRegionType": "INHERIT",
|
|
28
|
+
"itemStyle": "DEFAULT",
|
|
29
|
+
"itemType": "CONTAINER",
|
|
30
|
+
"layoutPos": {
|
|
31
|
+
"shrink": 1,
|
|
32
|
+
"layout": "FLEX"
|
|
33
|
+
},
|
|
34
|
+
"id": "view_content"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"layoutPanel": true,
|
|
38
|
+
"codeName": "MobTreeExpBarLayout",
|
|
39
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
40
|
+
"logicName": "\u90E8\u4EF6-\u79FB\u52A8\u7AEF\u6811\u5BFC\u822A\u680F\u5E03\u5C40\u9762\u677F",
|
|
41
|
+
"appDataEntityId": "mobfrontmodel.controllayoutmodelrepository",
|
|
42
|
+
"controlParam": {},
|
|
43
|
+
"modelId": "E8A7352D-CA7E-48A0-8E22-6EEA08A4FBB8",
|
|
44
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
45
|
+
"name": "layoutpanel",
|
|
46
|
+
"id": "mobtreeexpbarlayout"
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export { TreeExpBar as default };
|
package/es/publish/index.mjs
CHANGED
|
@@ -25,6 +25,8 @@ import DEMobWFDynaEditView3 from './mob-view-layout-model-repository/mob-view-la
|
|
|
25
25
|
import DEMobWFDynaActionView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs';
|
|
26
26
|
import DEMobWFDynaStartView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.mjs';
|
|
27
27
|
import DEMobWizardVIEW from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.mjs';
|
|
28
|
+
import DEMobTreeExpView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.mjs';
|
|
29
|
+
import TreeExpBar from './control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs';
|
|
28
30
|
|
|
29
31
|
"use strict";
|
|
30
32
|
function install(callBack) {
|
|
@@ -55,6 +57,8 @@ function install(callBack) {
|
|
|
55
57
|
callBack("DEMOBWFDYNAACTIONVIEW_DEFAULT", DEMobWFDynaActionView);
|
|
56
58
|
callBack("DEMOBWFDYNASTARTVIEW_DEFAULT", DEMobWFDynaStartView);
|
|
57
59
|
callBack("DEMOBWIZARDVIEW_DEFAULT", DEMobWizardVIEW);
|
|
60
|
+
callBack("DEMOBTREEEXPVIEW_DEFAULT", DEMobTreeExpView);
|
|
61
|
+
callBack("TREEVIEW_DEFAULT", TreeExpBar);
|
|
58
62
|
}
|
|
59
63
|
|
|
60
64
|
export { install };
|
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: ({
|
|
7
|
+
actionGroupExtractMode: string;
|
|
8
|
+
panelItems: {
|
|
9
|
+
actionGroupExtractMode: string;
|
|
10
|
+
panelItems: {
|
|
11
|
+
actionGroupExtractMode: string;
|
|
12
|
+
panelItems: {
|
|
13
|
+
actionGroupExtractMode: string;
|
|
14
|
+
panelItems: ({
|
|
15
|
+
actionGroupExtractMode: string;
|
|
16
|
+
panelItems: {
|
|
17
|
+
caption: string;
|
|
18
|
+
itemStyle: string;
|
|
19
|
+
itemType: string;
|
|
20
|
+
layoutPos: {
|
|
21
|
+
grow: number;
|
|
22
|
+
shrink: number;
|
|
23
|
+
heightMode: string;
|
|
24
|
+
layout: string;
|
|
25
|
+
valignSelf: string;
|
|
26
|
+
widthMode: string;
|
|
27
|
+
};
|
|
28
|
+
showCaption: boolean;
|
|
29
|
+
id: string;
|
|
30
|
+
}[];
|
|
31
|
+
layout: {
|
|
32
|
+
layout: string;
|
|
33
|
+
align?: undefined;
|
|
34
|
+
dir?: undefined;
|
|
35
|
+
};
|
|
36
|
+
dataRegionType: string;
|
|
37
|
+
caption: string;
|
|
38
|
+
contentWidth: number;
|
|
39
|
+
itemStyle: string;
|
|
40
|
+
itemType: string;
|
|
41
|
+
layoutPos: {
|
|
42
|
+
basis: number;
|
|
43
|
+
shrink: number;
|
|
44
|
+
layout: string;
|
|
45
|
+
width: number;
|
|
46
|
+
widthMode: string;
|
|
47
|
+
grow?: undefined;
|
|
48
|
+
};
|
|
49
|
+
width: number;
|
|
50
|
+
id: string;
|
|
51
|
+
} | {
|
|
52
|
+
actionGroupExtractMode: string;
|
|
53
|
+
panelItems: {
|
|
54
|
+
caption: string;
|
|
55
|
+
itemStyle: string;
|
|
56
|
+
itemType: string;
|
|
57
|
+
layoutPos: {
|
|
58
|
+
shrink: number;
|
|
59
|
+
heightMode: string;
|
|
60
|
+
layout: string;
|
|
61
|
+
widthMode: string;
|
|
62
|
+
};
|
|
63
|
+
showCaption: boolean;
|
|
64
|
+
id: string;
|
|
65
|
+
}[];
|
|
66
|
+
layout: {
|
|
67
|
+
align: string;
|
|
68
|
+
dir: string;
|
|
69
|
+
layout: string;
|
|
70
|
+
};
|
|
71
|
+
dataRegionType: string;
|
|
72
|
+
caption: string;
|
|
73
|
+
itemStyle: string;
|
|
74
|
+
itemType: string;
|
|
75
|
+
layoutPos: {
|
|
76
|
+
grow: number;
|
|
77
|
+
shrink: number;
|
|
78
|
+
layout: string;
|
|
79
|
+
basis?: undefined;
|
|
80
|
+
width?: undefined;
|
|
81
|
+
widthMode?: undefined;
|
|
82
|
+
};
|
|
83
|
+
id: string;
|
|
84
|
+
contentWidth?: undefined;
|
|
85
|
+
width?: undefined;
|
|
86
|
+
})[];
|
|
87
|
+
predefinedType: string;
|
|
88
|
+
layout: {
|
|
89
|
+
dir: string;
|
|
90
|
+
layout: string;
|
|
91
|
+
};
|
|
92
|
+
dataRegionType: string;
|
|
93
|
+
caption: string;
|
|
94
|
+
itemStyle: string;
|
|
95
|
+
itemType: string;
|
|
96
|
+
layoutPos: {
|
|
97
|
+
shrink: number;
|
|
98
|
+
layout: string;
|
|
99
|
+
};
|
|
100
|
+
id: string;
|
|
101
|
+
}[];
|
|
102
|
+
predefinedType: string;
|
|
103
|
+
layout: {
|
|
104
|
+
dir: string;
|
|
105
|
+
layout: string;
|
|
106
|
+
};
|
|
107
|
+
dataRegionType: string;
|
|
108
|
+
caption: string;
|
|
109
|
+
itemStyle: string;
|
|
110
|
+
itemType: string;
|
|
111
|
+
layoutPos: {
|
|
112
|
+
shrink: number;
|
|
113
|
+
layout: string;
|
|
114
|
+
};
|
|
115
|
+
id: string;
|
|
116
|
+
}[];
|
|
117
|
+
predefinedType: string;
|
|
118
|
+
layout: {
|
|
119
|
+
layout: string;
|
|
120
|
+
};
|
|
121
|
+
dataRegionType: string;
|
|
122
|
+
caption: string;
|
|
123
|
+
itemStyle: string;
|
|
124
|
+
itemType: string;
|
|
125
|
+
layoutPos: {
|
|
126
|
+
shrink: number;
|
|
127
|
+
layout: string;
|
|
128
|
+
};
|
|
129
|
+
showCaption: boolean;
|
|
130
|
+
id: string;
|
|
131
|
+
}[];
|
|
132
|
+
layout: {
|
|
133
|
+
dir: string;
|
|
134
|
+
layout: string;
|
|
135
|
+
};
|
|
136
|
+
dataRegionType: string;
|
|
137
|
+
itemStyle: string;
|
|
138
|
+
itemType: string;
|
|
139
|
+
layoutPos: {
|
|
140
|
+
shrink: number;
|
|
141
|
+
layout: string;
|
|
142
|
+
};
|
|
143
|
+
id: string;
|
|
144
|
+
caption?: undefined;
|
|
145
|
+
} | {
|
|
146
|
+
actionGroupExtractMode: string;
|
|
147
|
+
panelItems: ({
|
|
148
|
+
actionGroupExtractMode: string;
|
|
149
|
+
panelItems: {
|
|
150
|
+
caption: string;
|
|
151
|
+
itemStyle: string;
|
|
152
|
+
itemType: string;
|
|
153
|
+
layoutPos: {
|
|
154
|
+
shrink: number;
|
|
155
|
+
layout: string;
|
|
156
|
+
};
|
|
157
|
+
showCaption: boolean;
|
|
158
|
+
id: string;
|
|
159
|
+
}[];
|
|
160
|
+
layout: {
|
|
161
|
+
layout: string;
|
|
162
|
+
};
|
|
163
|
+
dataRegionType: string;
|
|
164
|
+
caption: string;
|
|
165
|
+
contentWidth: number;
|
|
166
|
+
itemStyle: string;
|
|
167
|
+
itemType: string;
|
|
168
|
+
layoutPos: {
|
|
169
|
+
shrink: number;
|
|
170
|
+
layout: string;
|
|
171
|
+
width: number;
|
|
172
|
+
widthMode: string;
|
|
173
|
+
grow?: undefined;
|
|
174
|
+
};
|
|
175
|
+
width: number;
|
|
176
|
+
id: string;
|
|
177
|
+
} | {
|
|
178
|
+
actionGroupExtractMode: string;
|
|
179
|
+
panelItems: {
|
|
180
|
+
rawItem: {
|
|
181
|
+
predefinedType: string;
|
|
182
|
+
id: string;
|
|
183
|
+
};
|
|
184
|
+
caption: string;
|
|
185
|
+
itemStyle: string;
|
|
186
|
+
itemType: string;
|
|
187
|
+
layoutPos: {
|
|
188
|
+
shrink: number;
|
|
189
|
+
layout: string;
|
|
190
|
+
};
|
|
191
|
+
showCaption: boolean;
|
|
192
|
+
id: string;
|
|
193
|
+
}[];
|
|
194
|
+
layout: {
|
|
195
|
+
layout: string;
|
|
196
|
+
};
|
|
197
|
+
dataRegionType: string;
|
|
198
|
+
caption: string;
|
|
199
|
+
itemStyle: string;
|
|
200
|
+
itemType: string;
|
|
201
|
+
layoutPos: {
|
|
202
|
+
grow: number;
|
|
203
|
+
shrink: number;
|
|
204
|
+
layout: string;
|
|
205
|
+
width?: undefined;
|
|
206
|
+
widthMode?: undefined;
|
|
207
|
+
};
|
|
208
|
+
id: string;
|
|
209
|
+
contentWidth?: undefined;
|
|
210
|
+
width?: undefined;
|
|
211
|
+
})[];
|
|
212
|
+
layout: {
|
|
213
|
+
dir: string;
|
|
214
|
+
layout: string;
|
|
215
|
+
};
|
|
216
|
+
dataRegionType: string;
|
|
217
|
+
caption: string;
|
|
218
|
+
itemStyle: string;
|
|
219
|
+
itemType: string;
|
|
220
|
+
layoutPos: {
|
|
221
|
+
shrink: number;
|
|
222
|
+
layout: string;
|
|
223
|
+
};
|
|
224
|
+
id: string;
|
|
225
|
+
})[];
|
|
226
|
+
layoutPanel: boolean;
|
|
227
|
+
mobilePanel: boolean;
|
|
228
|
+
codeName: string;
|
|
229
|
+
controlType: string;
|
|
230
|
+
logicName: string;
|
|
231
|
+
appDataEntityId: string;
|
|
232
|
+
controlParam: {};
|
|
233
|
+
modelId: string;
|
|
234
|
+
modelType: string;
|
|
235
|
+
name: string;
|
|
236
|
+
id: string;
|
|
237
|
+
};
|
|
238
|
+
export default _default;
|
|
@@ -0,0 +1,286 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var DEMobTreeExpView = {
|
|
3
|
+
"layoutMode": "FLEX",
|
|
4
|
+
"layout": {
|
|
5
|
+
"layout": "FLEX"
|
|
6
|
+
},
|
|
7
|
+
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"actionGroupExtractMode": "ITEM",
|
|
10
|
+
"panelItems": [
|
|
11
|
+
{
|
|
12
|
+
"actionGroupExtractMode": "ITEM",
|
|
13
|
+
"panelItems": [
|
|
14
|
+
{
|
|
15
|
+
"actionGroupExtractMode": "ITEM",
|
|
16
|
+
"panelItems": [
|
|
17
|
+
{
|
|
18
|
+
"actionGroupExtractMode": "ITEM",
|
|
19
|
+
"panelItems": [
|
|
20
|
+
{
|
|
21
|
+
"actionGroupExtractMode": "ITEM",
|
|
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,
|
|
45
|
+
"itemStyle": "DEFAULT",
|
|
46
|
+
"itemType": "CONTAINER",
|
|
47
|
+
"layoutPos": {
|
|
48
|
+
"basis": 100,
|
|
49
|
+
"shrink": 0,
|
|
50
|
+
"layout": "FLEX",
|
|
51
|
+
"width": 100,
|
|
52
|
+
"widthMode": "PX"
|
|
53
|
+
},
|
|
54
|
+
"width": 100,
|
|
55
|
+
"id": "view_left_toolbar"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"actionGroupExtractMode": "ITEM",
|
|
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",
|
|
81
|
+
"itemStyle": "DEFAULT",
|
|
82
|
+
"itemType": "CONTAINER",
|
|
83
|
+
"layoutPos": {
|
|
84
|
+
"grow": 1,
|
|
85
|
+
"shrink": 1,
|
|
86
|
+
"layout": "FLEX"
|
|
87
|
+
},
|
|
88
|
+
"id": "view_captionbar"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"actionGroupExtractMode": "ITEM",
|
|
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,
|
|
115
|
+
"itemStyle": "DEFAULT",
|
|
116
|
+
"itemType": "CONTAINER",
|
|
117
|
+
"layoutPos": {
|
|
118
|
+
"basis": 100,
|
|
119
|
+
"shrink": 0,
|
|
120
|
+
"layout": "FLEX",
|
|
121
|
+
"width": 100,
|
|
122
|
+
"widthMode": "PX"
|
|
123
|
+
},
|
|
124
|
+
"width": 100,
|
|
125
|
+
"id": "view_right_toolbar"
|
|
126
|
+
}
|
|
127
|
+
],
|
|
128
|
+
"predefinedType": "Toolbar",
|
|
129
|
+
"layout": {
|
|
130
|
+
"dir": "row",
|
|
131
|
+
"layout": "FLEX"
|
|
132
|
+
},
|
|
133
|
+
"dataRegionType": "INHERIT",
|
|
134
|
+
"caption": "\u5BB9\u5668",
|
|
135
|
+
"itemStyle": "DEFAULT",
|
|
136
|
+
"itemType": "CONTAINER",
|
|
137
|
+
"layoutPos": {
|
|
138
|
+
"shrink": 1,
|
|
139
|
+
"layout": "FLEX"
|
|
140
|
+
},
|
|
141
|
+
"id": "view_toolbar"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"predefinedType": "Header",
|
|
145
|
+
"layout": {
|
|
146
|
+
"dir": "column",
|
|
147
|
+
"layout": "FLEX"
|
|
148
|
+
},
|
|
149
|
+
"dataRegionType": "INHERIT",
|
|
150
|
+
"caption": "\u5BB9\u5668",
|
|
151
|
+
"itemStyle": "DEFAULT",
|
|
152
|
+
"itemType": "CONTAINER",
|
|
153
|
+
"layoutPos": {
|
|
154
|
+
"shrink": 0,
|
|
155
|
+
"layout": "FLEX"
|
|
156
|
+
},
|
|
157
|
+
"id": "view_header"
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"predefinedType": "PANELPART",
|
|
161
|
+
"layout": {
|
|
162
|
+
"layout": "FLEX"
|
|
163
|
+
},
|
|
164
|
+
"dataRegionType": "INHERIT",
|
|
165
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
166
|
+
"itemStyle": "DEFAULT",
|
|
167
|
+
"itemType": "CONTAINER",
|
|
168
|
+
"layoutPos": {
|
|
169
|
+
"shrink": 1,
|
|
170
|
+
"layout": "FLEX"
|
|
171
|
+
},
|
|
172
|
+
"showCaption": true,
|
|
173
|
+
"id": "panelpart"
|
|
174
|
+
}
|
|
175
|
+
],
|
|
176
|
+
"layout": {
|
|
177
|
+
"dir": "column",
|
|
178
|
+
"layout": "FLEX"
|
|
179
|
+
},
|
|
180
|
+
"dataRegionType": "INHERIT",
|
|
181
|
+
"itemStyle": "DEFAULT",
|
|
182
|
+
"itemType": "CONTAINER",
|
|
183
|
+
"layoutPos": {
|
|
184
|
+
"shrink": 0,
|
|
185
|
+
"layout": "FLEX"
|
|
186
|
+
},
|
|
187
|
+
"id": "view_top"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"actionGroupExtractMode": "ITEM",
|
|
191
|
+
"panelItems": [
|
|
192
|
+
{
|
|
193
|
+
"actionGroupExtractMode": "ITEM",
|
|
194
|
+
"panelItems": [
|
|
195
|
+
{
|
|
196
|
+
"caption": "\u6811\u5BFC\u822A\u680F",
|
|
197
|
+
"itemStyle": "DEFAULT",
|
|
198
|
+
"itemType": "CTRLPOS",
|
|
199
|
+
"layoutPos": {
|
|
200
|
+
"shrink": 1,
|
|
201
|
+
"layout": "FLEX"
|
|
202
|
+
},
|
|
203
|
+
"showCaption": true,
|
|
204
|
+
"id": "treeexpbar"
|
|
205
|
+
}
|
|
206
|
+
],
|
|
207
|
+
"layout": {
|
|
208
|
+
"layout": "FLEX"
|
|
209
|
+
},
|
|
210
|
+
"dataRegionType": "INHERIT",
|
|
211
|
+
"caption": "\u5BB9\u5668",
|
|
212
|
+
"contentWidth": 160,
|
|
213
|
+
"itemStyle": "DEFAULT",
|
|
214
|
+
"itemType": "CONTAINER",
|
|
215
|
+
"layoutPos": {
|
|
216
|
+
"shrink": 0,
|
|
217
|
+
"layout": "FLEX",
|
|
218
|
+
"width": 160,
|
|
219
|
+
"widthMode": "PX"
|
|
220
|
+
},
|
|
221
|
+
"width": 160,
|
|
222
|
+
"id": "container"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"actionGroupExtractMode": "ITEM",
|
|
226
|
+
"panelItems": [
|
|
227
|
+
{
|
|
228
|
+
"rawItem": {
|
|
229
|
+
"predefinedType": "NAV_POS",
|
|
230
|
+
"id": "nav_pos"
|
|
231
|
+
},
|
|
232
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
233
|
+
"itemStyle": "DEFAULT",
|
|
234
|
+
"itemType": "RAWITEM",
|
|
235
|
+
"layoutPos": {
|
|
236
|
+
"shrink": 1,
|
|
237
|
+
"layout": "FLEX"
|
|
238
|
+
},
|
|
239
|
+
"showCaption": true,
|
|
240
|
+
"id": "nav_pos"
|
|
241
|
+
}
|
|
242
|
+
],
|
|
243
|
+
"layout": {
|
|
244
|
+
"layout": "FLEX"
|
|
245
|
+
},
|
|
246
|
+
"dataRegionType": "INHERIT",
|
|
247
|
+
"caption": "\u5BB9\u5668",
|
|
248
|
+
"itemStyle": "DEFAULT",
|
|
249
|
+
"itemType": "CONTAINER",
|
|
250
|
+
"layoutPos": {
|
|
251
|
+
"grow": 1,
|
|
252
|
+
"shrink": 1,
|
|
253
|
+
"layout": "FLEX"
|
|
254
|
+
},
|
|
255
|
+
"id": "container2"
|
|
256
|
+
}
|
|
257
|
+
],
|
|
258
|
+
"layout": {
|
|
259
|
+
"dir": "row",
|
|
260
|
+
"layout": "FLEX"
|
|
261
|
+
},
|
|
262
|
+
"dataRegionType": "INHERIT",
|
|
263
|
+
"caption": "\u5BB9\u5668",
|
|
264
|
+
"itemStyle": "DEFAULT",
|
|
265
|
+
"itemType": "CONTAINER",
|
|
266
|
+
"layoutPos": {
|
|
267
|
+
"shrink": 1,
|
|
268
|
+
"layout": "FLEX"
|
|
269
|
+
},
|
|
270
|
+
"id": "view_content"
|
|
271
|
+
}
|
|
272
|
+
],
|
|
273
|
+
"layoutPanel": true,
|
|
274
|
+
"mobilePanel": true,
|
|
275
|
+
"codeName": "MobTreeExpViewLayout",
|
|
276
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
277
|
+
"logicName": "\u79FB\u52A8\u7AEF\u6811\u5BFC\u822A\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
278
|
+
"appDataEntityId": "mobfrontmodel.mobviewlayoutmodelrepository",
|
|
279
|
+
"controlParam": {},
|
|
280
|
+
"modelId": "574B76A4-3815-45D5-9766-4691E467600D",
|
|
281
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
282
|
+
"name": "layoutpanel",
|
|
283
|
+
"id": "mobtreeexpviewlayout"
|
|
284
|
+
};
|
|
285
|
+
|
|
286
|
+
export { DEMobTreeExpView as default };
|
package/lib/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.cjs
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
var TreeExpBar = {
|
|
7
|
+
"layoutMode": "Flex",
|
|
8
|
+
"layout": {
|
|
9
|
+
"layout": "FLEX"
|
|
10
|
+
},
|
|
11
|
+
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"actionGroupExtractMode": "ITEM",
|
|
14
|
+
"panelItems": [
|
|
15
|
+
{
|
|
16
|
+
"caption": "\u5BFC\u822A\u6811",
|
|
17
|
+
"itemStyle": "DEFAULT",
|
|
18
|
+
"itemType": "CTRLPOS",
|
|
19
|
+
"layoutPos": {
|
|
20
|
+
"shrink": 1,
|
|
21
|
+
"layout": "FLEX"
|
|
22
|
+
},
|
|
23
|
+
"showCaption": true,
|
|
24
|
+
"id": "treeexpbar_tree"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"layout": {
|
|
28
|
+
"dir": "column",
|
|
29
|
+
"layout": "FLEX"
|
|
30
|
+
},
|
|
31
|
+
"dataRegionType": "INHERIT",
|
|
32
|
+
"itemStyle": "DEFAULT",
|
|
33
|
+
"itemType": "CONTAINER",
|
|
34
|
+
"layoutPos": {
|
|
35
|
+
"shrink": 1,
|
|
36
|
+
"layout": "FLEX"
|
|
37
|
+
},
|
|
38
|
+
"id": "view_content"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"layoutPanel": true,
|
|
42
|
+
"codeName": "MobTreeExpBarLayout",
|
|
43
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
44
|
+
"logicName": "\u90E8\u4EF6-\u79FB\u52A8\u7AEF\u6811\u5BFC\u822A\u680F\u5E03\u5C40\u9762\u677F",
|
|
45
|
+
"appDataEntityId": "mobfrontmodel.controllayoutmodelrepository",
|
|
46
|
+
"controlParam": {},
|
|
47
|
+
"modelId": "E8A7352D-CA7E-48A0-8E22-6EEA08A4FBB8",
|
|
48
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
49
|
+
"name": "layoutpanel",
|
|
50
|
+
"id": "mobtreeexpbarlayout"
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
exports.default = TreeExpBar;
|