@ibiz-template/web-theme 3.1.0 → 3.3.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.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/app-index-view-layout-no-nav.d.ts +83 -2
- package/es/publish/app-index-view-layout-no-nav.mjs +68 -11
- package/es/publish/app-index-view-layout-top-nonav.d.ts +42 -9
- package/es/publish/app-index-view-layout-top-nonav.mjs +44 -7
- package/es/publish/app-index-view-layout-top.d.ts +43 -10
- package/es/publish/app-index-view-layout-top.mjs +44 -7
- package/es/publish/app-index-view-layout.d.ts +63 -8
- package/es/publish/app-index-view-layout.mjs +65 -8
- package/es/publish/control-layout/control-layout-model-repository-data-view-layout.d.ts +152 -0
- package/es/publish/control-layout/control-layout-model-repository-data-view-layout.mjs +156 -0
- package/es/publish/index.mjs +2 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.d.ts +113 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.mjs +143 -0
- package/lib/publish/app-index-view-layout-no-nav.cjs +68 -11
- package/lib/publish/app-index-view-layout-top-nonav.cjs +44 -7
- package/lib/publish/app-index-view-layout-top.cjs +44 -7
- package/lib/publish/app-index-view-layout.cjs +65 -8
- package/lib/publish/control-layout/control-layout-model-repository-data-view-layout.cjs +160 -0
- package/lib/publish/index.cjs +2 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.cjs +147 -0
- package/package.json +1 -1
- package/src/publish/app-index-view-layout-no-nav.ts +68 -11
- package/src/publish/app-index-view-layout-top-nonav.ts +44 -7
- package/src/publish/app-index-view-layout-top.ts +44 -7
- package/src/publish/app-index-view-layout.ts +65 -8
- package/src/publish/control-layout/control-layout-model-repository-data-view-layout.ts +153 -0
- package/src/publish/index.ts +3 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.ts +140 -0
|
@@ -93,25 +93,82 @@ export default {
|
|
|
93
93
|
"id": "app_apptitle"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
96
|
+
"actionGroupExtractMode": "ITEM",
|
|
97
|
+
"panelItems": [
|
|
98
|
+
{
|
|
99
|
+
"rawItem": {
|
|
100
|
+
"contentType": "USER",
|
|
101
|
+
"predefinedType": "APP_SWITCH",
|
|
102
|
+
"rawItemHeight": 36,
|
|
103
|
+
"rawItemWidth": 20,
|
|
104
|
+
"id": "app_switch"
|
|
105
|
+
},
|
|
106
|
+
"caption": "应用切换器",
|
|
107
|
+
"contentHeight": 36,
|
|
108
|
+
"contentWidth": 20,
|
|
109
|
+
"height": 36,
|
|
110
|
+
"itemStyle": "DEFAULT",
|
|
111
|
+
"itemType": "RAWITEM",
|
|
112
|
+
"layoutPos": {
|
|
113
|
+
"shrink": 0,
|
|
114
|
+
"halignSelf": "CENTER",
|
|
115
|
+
"height": 36,
|
|
116
|
+
"heightMode": "PX",
|
|
117
|
+
"layout": "FLEX",
|
|
118
|
+
"spacingLeft": "INNERLARGE",
|
|
119
|
+
"width": 20,
|
|
120
|
+
"widthMode": "PERCENTAGE"
|
|
121
|
+
},
|
|
122
|
+
"width": 20,
|
|
123
|
+
"showCaption": true,
|
|
124
|
+
"id": "app_switch"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"rawItem": {
|
|
128
|
+
"predefinedType": "AUTH_USERINFO",
|
|
129
|
+
"rawItemHeight": 72,
|
|
130
|
+
"rawItemWidth": 80,
|
|
131
|
+
"id": "auth_userinfo"
|
|
132
|
+
},
|
|
133
|
+
"caption": "用户信息",
|
|
134
|
+
"contentHeight": 72,
|
|
135
|
+
"contentWidth": 80,
|
|
136
|
+
"height": 72,
|
|
137
|
+
"itemStyle": "DEFAULT",
|
|
138
|
+
"itemType": "RAWITEM",
|
|
139
|
+
"layoutPos": {
|
|
140
|
+
"shrink": 0,
|
|
141
|
+
"height": 72,
|
|
142
|
+
"heightMode": "PX",
|
|
143
|
+
"layout": "FLEX",
|
|
144
|
+
"width": 80,
|
|
145
|
+
"widthMode": "PERCENTAGE"
|
|
146
|
+
},
|
|
147
|
+
"width": 80,
|
|
148
|
+
"showCaption": true,
|
|
149
|
+
"id": "auth_userinfo"
|
|
150
|
+
}
|
|
151
|
+
],
|
|
152
|
+
"layout": {
|
|
153
|
+
"align": "space-between",
|
|
154
|
+
"dir": "row",
|
|
155
|
+
"layout": "FLEX",
|
|
156
|
+
"valign": "center"
|
|
100
157
|
},
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
158
|
+
"dataRegionType": "INHERIT",
|
|
159
|
+
"caption": "容器",
|
|
160
|
+
"contentHeight": 72,
|
|
161
|
+
"height": 72,
|
|
104
162
|
"itemStyle": "DEFAULT",
|
|
105
|
-
"itemType": "
|
|
163
|
+
"itemType": "CONTAINER",
|
|
106
164
|
"layoutPos": {
|
|
107
165
|
"shrink": 0,
|
|
108
|
-
"height":
|
|
166
|
+
"height": 72,
|
|
109
167
|
"heightMode": "PX",
|
|
110
168
|
"layout": "FLEX",
|
|
111
169
|
"widthMode": "FULL"
|
|
112
170
|
},
|
|
113
|
-
"
|
|
114
|
-
"id": "auth_userinfo"
|
|
171
|
+
"id": "container6"
|
|
115
172
|
},
|
|
116
173
|
{
|
|
117
174
|
"actionGroupExtractMode": "ITEM",
|
|
@@ -72,19 +72,56 @@ export default {
|
|
|
72
72
|
"actionGroupExtractMode": "ITEM",
|
|
73
73
|
"panelItems": [
|
|
74
74
|
{
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
|
|
75
|
+
"actionGroupExtractMode": "ITEM",
|
|
76
|
+
"panelItems": [
|
|
77
|
+
{
|
|
78
|
+
"rawItem": {
|
|
79
|
+
"contentType": "USER",
|
|
80
|
+
"predefinedType": "APP_SWITCH",
|
|
81
|
+
"id": "app_switch"
|
|
82
|
+
},
|
|
83
|
+
"caption": "应用切换器",
|
|
84
|
+
"itemStyle": "DEFAULT",
|
|
85
|
+
"itemType": "RAWITEM",
|
|
86
|
+
"layoutPos": {
|
|
87
|
+
"shrink": 0,
|
|
88
|
+
"layout": "FLEX",
|
|
89
|
+
"spacingLeft": "INNERLARGE"
|
|
90
|
+
},
|
|
91
|
+
"showCaption": true,
|
|
92
|
+
"id": "app_switch"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"rawItem": {
|
|
96
|
+
"predefinedType": "APP_APPTITLE",
|
|
97
|
+
"id": "app_apptitle"
|
|
98
|
+
},
|
|
99
|
+
"caption": "应用标题",
|
|
100
|
+
"itemStyle": "DEFAULT",
|
|
101
|
+
"itemType": "RAWITEM",
|
|
102
|
+
"layoutPos": {
|
|
103
|
+
"shrink": 0,
|
|
104
|
+
"layout": "FLEX"
|
|
105
|
+
},
|
|
106
|
+
"showCaption": true,
|
|
107
|
+
"id": "app_apptitle"
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
"layout": {
|
|
111
|
+
"align": "flex-start",
|
|
112
|
+
"dir": "row",
|
|
113
|
+
"layout": "FLEX",
|
|
114
|
+
"valign": "center"
|
|
78
115
|
},
|
|
79
|
-
"
|
|
116
|
+
"dataRegionType": "INHERIT",
|
|
117
|
+
"caption": "容器",
|
|
80
118
|
"itemStyle": "DEFAULT",
|
|
81
|
-
"itemType": "
|
|
119
|
+
"itemType": "CONTAINER",
|
|
82
120
|
"layoutPos": {
|
|
83
121
|
"shrink": 0,
|
|
84
122
|
"layout": "FLEX"
|
|
85
123
|
},
|
|
86
|
-
"
|
|
87
|
-
"id": "app_apptitle"
|
|
124
|
+
"id": "container2"
|
|
88
125
|
},
|
|
89
126
|
{
|
|
90
127
|
"caption": "首页菜单",
|
|
@@ -87,19 +87,56 @@ export default {
|
|
|
87
87
|
"actionGroupExtractMode": "ITEM",
|
|
88
88
|
"panelItems": [
|
|
89
89
|
{
|
|
90
|
-
"
|
|
91
|
-
|
|
92
|
-
|
|
90
|
+
"actionGroupExtractMode": "ITEM",
|
|
91
|
+
"panelItems": [
|
|
92
|
+
{
|
|
93
|
+
"rawItem": {
|
|
94
|
+
"contentType": "USER",
|
|
95
|
+
"predefinedType": "APP_SWITCH",
|
|
96
|
+
"id": "app_switch"
|
|
97
|
+
},
|
|
98
|
+
"caption": "应用切换器",
|
|
99
|
+
"itemStyle": "DEFAULT",
|
|
100
|
+
"itemType": "RAWITEM",
|
|
101
|
+
"layoutPos": {
|
|
102
|
+
"shrink": 0,
|
|
103
|
+
"layout": "FLEX",
|
|
104
|
+
"spacingLeft": "INNERLARGE"
|
|
105
|
+
},
|
|
106
|
+
"showCaption": true,
|
|
107
|
+
"id": "app_switch"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"rawItem": {
|
|
111
|
+
"predefinedType": "APP_APPTITLE",
|
|
112
|
+
"id": "app_apptitle"
|
|
113
|
+
},
|
|
114
|
+
"caption": "应用标题",
|
|
115
|
+
"itemStyle": "DEFAULT",
|
|
116
|
+
"itemType": "RAWITEM",
|
|
117
|
+
"layoutPos": {
|
|
118
|
+
"shrink": 0,
|
|
119
|
+
"layout": "FLEX"
|
|
120
|
+
},
|
|
121
|
+
"showCaption": true,
|
|
122
|
+
"id": "app_apptitle"
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
"layout": {
|
|
126
|
+
"align": "flex-start",
|
|
127
|
+
"dir": "row",
|
|
128
|
+
"layout": "FLEX",
|
|
129
|
+
"valign": "center"
|
|
93
130
|
},
|
|
94
|
-
"
|
|
131
|
+
"dataRegionType": "INHERIT",
|
|
132
|
+
"caption": "容器",
|
|
95
133
|
"itemStyle": "DEFAULT",
|
|
96
|
-
"itemType": "
|
|
134
|
+
"itemType": "CONTAINER",
|
|
97
135
|
"layoutPos": {
|
|
98
136
|
"shrink": 0,
|
|
99
137
|
"layout": "FLEX"
|
|
100
138
|
},
|
|
101
|
-
"
|
|
102
|
-
"id": "app_apptitle"
|
|
139
|
+
"id": "container2"
|
|
103
140
|
},
|
|
104
141
|
{
|
|
105
142
|
"caption": "首页菜单",
|
|
@@ -109,16 +109,74 @@ export default {
|
|
|
109
109
|
"id": "app_apptitle"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
"
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
112
|
+
"actionGroupExtractMode": "ITEM",
|
|
113
|
+
"panelItems": [
|
|
114
|
+
{
|
|
115
|
+
"rawItem": {
|
|
116
|
+
"contentType": "USER",
|
|
117
|
+
"predefinedType": "APP_SWITCH",
|
|
118
|
+
"rawItemHeight": 36,
|
|
119
|
+
"rawItemWidth": 20,
|
|
120
|
+
"id": "app_switch"
|
|
121
|
+
},
|
|
122
|
+
"caption": "应用切换器",
|
|
123
|
+
"contentHeight": 36,
|
|
124
|
+
"contentWidth": 20,
|
|
125
|
+
"height": 36,
|
|
126
|
+
"itemStyle": "DEFAULT",
|
|
127
|
+
"itemType": "RAWITEM",
|
|
128
|
+
"layoutPos": {
|
|
129
|
+
"shrink": 0,
|
|
130
|
+
"halignSelf": "CENTER",
|
|
131
|
+
"height": 36,
|
|
132
|
+
"heightMode": "PX",
|
|
133
|
+
"layout": "FLEX",
|
|
134
|
+
"spacingLeft": "INNERLARGE",
|
|
135
|
+
"width": 20,
|
|
136
|
+
"widthMode": "PERCENTAGE"
|
|
137
|
+
},
|
|
138
|
+
"width": 20,
|
|
139
|
+
"showCaption": true,
|
|
140
|
+
"id": "app_switch"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"rawItem": {
|
|
144
|
+
"predefinedType": "AUTH_USERINFO",
|
|
145
|
+
"rawItemHeight": 72,
|
|
146
|
+
"rawItemWidth": 80,
|
|
147
|
+
"id": "auth_userinfo"
|
|
148
|
+
},
|
|
149
|
+
"caption": "用户信息",
|
|
150
|
+
"contentHeight": 72,
|
|
151
|
+
"contentWidth": 80,
|
|
152
|
+
"height": 72,
|
|
153
|
+
"itemStyle": "DEFAULT",
|
|
154
|
+
"itemType": "RAWITEM",
|
|
155
|
+
"layoutPos": {
|
|
156
|
+
"shrink": 0,
|
|
157
|
+
"height": 72,
|
|
158
|
+
"heightMode": "PX",
|
|
159
|
+
"layout": "FLEX",
|
|
160
|
+
"width": 80,
|
|
161
|
+
"widthMode": "PERCENTAGE"
|
|
162
|
+
},
|
|
163
|
+
"width": 80,
|
|
164
|
+
"showCaption": true,
|
|
165
|
+
"id": "auth_userinfo"
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"layout": {
|
|
169
|
+
"align": "space-between",
|
|
170
|
+
"dir": "row",
|
|
171
|
+
"layout": "FLEX",
|
|
172
|
+
"valign": "center"
|
|
116
173
|
},
|
|
117
|
-
"
|
|
174
|
+
"dataRegionType": "INHERIT",
|
|
175
|
+
"caption": "容器",
|
|
118
176
|
"contentHeight": 72,
|
|
119
177
|
"height": 72,
|
|
120
178
|
"itemStyle": "DEFAULT",
|
|
121
|
-
"itemType": "
|
|
179
|
+
"itemType": "CONTAINER",
|
|
122
180
|
"layoutPos": {
|
|
123
181
|
"shrink": 0,
|
|
124
182
|
"height": 72,
|
|
@@ -126,8 +184,7 @@ export default {
|
|
|
126
184
|
"layout": "FLEX",
|
|
127
185
|
"widthMode": "FULL"
|
|
128
186
|
},
|
|
129
|
-
"
|
|
130
|
-
"id": "auth_userinfo"
|
|
187
|
+
"id": "container6"
|
|
131
188
|
},
|
|
132
189
|
{
|
|
133
190
|
"actionGroupExtractMode": "ITEM",
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"viewProxyMode": true,
|
|
3
|
+
"layoutMode": "FLEX",
|
|
4
|
+
"layout": {
|
|
5
|
+
"layout": "FLEX"
|
|
6
|
+
},
|
|
7
|
+
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"actionGroupExtractMode": "ITEM",
|
|
10
|
+
"panelItems": [
|
|
11
|
+
{
|
|
12
|
+
"rawItem": {
|
|
13
|
+
"caption": "排序栏(SORTBAR)",
|
|
14
|
+
"halign": "LEFT",
|
|
15
|
+
"valign": "MIDDLE",
|
|
16
|
+
"wrapMode": "NOWRAP",
|
|
17
|
+
"contentType": "RAW",
|
|
18
|
+
"predefinedType": "SORTBAR",
|
|
19
|
+
"id": "sortbar"
|
|
20
|
+
},
|
|
21
|
+
"caption": "排序栏",
|
|
22
|
+
"itemStyle": "DEFAULT",
|
|
23
|
+
"itemType": "RAWITEM",
|
|
24
|
+
"layoutPos": {
|
|
25
|
+
"grow": 1,
|
|
26
|
+
"shrink": 1,
|
|
27
|
+
"layout": "FLEX"
|
|
28
|
+
},
|
|
29
|
+
"showCaption": true,
|
|
30
|
+
"id": "sortbar"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"caption": "搜索栏",
|
|
34
|
+
"itemStyle": "DEFAULT",
|
|
35
|
+
"itemType": "CTRLPOS",
|
|
36
|
+
"layoutPos": {
|
|
37
|
+
"shrink": 0,
|
|
38
|
+
"layout": "FLEX"
|
|
39
|
+
},
|
|
40
|
+
"showCaption": true,
|
|
41
|
+
"id": "searchbar"
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"layout": {
|
|
45
|
+
"align": "space-between",
|
|
46
|
+
"dir": "row",
|
|
47
|
+
"layout": "FLEX"
|
|
48
|
+
},
|
|
49
|
+
"dataRegionType": "INHERIT",
|
|
50
|
+
"caption": "容器",
|
|
51
|
+
"itemStyle": "DEFAULT",
|
|
52
|
+
"itemType": "CONTAINER",
|
|
53
|
+
"layoutPos": {
|
|
54
|
+
"shrink": 0,
|
|
55
|
+
"layout": "FLEX"
|
|
56
|
+
},
|
|
57
|
+
"id": "control_header"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"actionGroupExtractMode": "ITEM",
|
|
61
|
+
"panelItems": [
|
|
62
|
+
{
|
|
63
|
+
"caption": "数据视图",
|
|
64
|
+
"itemStyle": "DEFAULT",
|
|
65
|
+
"itemType": "CTRLPOS",
|
|
66
|
+
"layoutPos": {
|
|
67
|
+
"grow": 1,
|
|
68
|
+
"shrink": 1,
|
|
69
|
+
"layout": "FLEX"
|
|
70
|
+
},
|
|
71
|
+
"showCaption": true,
|
|
72
|
+
"id": "dataview"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"actionGroupExtractMode": "ITEM",
|
|
76
|
+
"panelItems": [
|
|
77
|
+
{
|
|
78
|
+
"rawItem": {
|
|
79
|
+
"caption": "分页栏(PAGINGBAR)",
|
|
80
|
+
"halign": "LEFT",
|
|
81
|
+
"renderMode": "PARAGRAPH",
|
|
82
|
+
"valign": "MIDDLE",
|
|
83
|
+
"wrapMode": "NOWRAP",
|
|
84
|
+
"contentType": "RAW",
|
|
85
|
+
"predefinedType": "PAGINGBAR",
|
|
86
|
+
"id": "pagingbar"
|
|
87
|
+
},
|
|
88
|
+
"caption": "分页栏",
|
|
89
|
+
"itemStyle": "DEFAULT",
|
|
90
|
+
"itemType": "RAWITEM",
|
|
91
|
+
"layoutPos": {
|
|
92
|
+
"shrink": 0,
|
|
93
|
+
"layout": "FLEX"
|
|
94
|
+
},
|
|
95
|
+
"showCaption": true,
|
|
96
|
+
"id": "pagingbar"
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"layout": {
|
|
100
|
+
"dir": "row-reverse",
|
|
101
|
+
"layout": "FLEX"
|
|
102
|
+
},
|
|
103
|
+
"dataRegionType": "INHERIT",
|
|
104
|
+
"caption": "容器",
|
|
105
|
+
"itemStyle": "DEFAULT",
|
|
106
|
+
"itemType": "CONTAINER",
|
|
107
|
+
"layoutPos": {
|
|
108
|
+
"shrink": 1,
|
|
109
|
+
"layout": "FLEX"
|
|
110
|
+
},
|
|
111
|
+
"id": "container"
|
|
112
|
+
}
|
|
113
|
+
],
|
|
114
|
+
"layout": {
|
|
115
|
+
"layout": "FLEX"
|
|
116
|
+
},
|
|
117
|
+
"dataRegionType": "INHERIT",
|
|
118
|
+
"caption": "容器",
|
|
119
|
+
"itemStyle": "DEFAULT",
|
|
120
|
+
"itemType": "CONTAINER",
|
|
121
|
+
"layoutPos": {
|
|
122
|
+
"grow": 1,
|
|
123
|
+
"shrink": 1,
|
|
124
|
+
"layout": "FLEX"
|
|
125
|
+
},
|
|
126
|
+
"id": "control_content"
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"layoutPanel": true,
|
|
130
|
+
"controls": [
|
|
131
|
+
{
|
|
132
|
+
"capLanguageRes": {
|
|
133
|
+
"lanResTag": "DE.LNAME.CONTROLLAYOUTMODELREPOSITORY"
|
|
134
|
+
},
|
|
135
|
+
"caption": "数据视图部件布局",
|
|
136
|
+
"codeName": "DataViewLayoutcaptionbar",
|
|
137
|
+
"controlType": "CAPTIONBAR",
|
|
138
|
+
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
139
|
+
"controlParam": {},
|
|
140
|
+
"name": "captionbar",
|
|
141
|
+
"id": "dataviewlayoutcaptionbar"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"codeName": "CardLayout",
|
|
145
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
146
|
+
"logicName": "部件-数据视图部件布局面板",
|
|
147
|
+
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
148
|
+
"controlParam": {},
|
|
149
|
+
"modelId": "84218AD7-144D-4C11-BC8A-2AFC0324EC7E",
|
|
150
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
151
|
+
"name": "layoutpanel",
|
|
152
|
+
"id": "cardlayout"
|
|
153
|
+
}
|
package/src/publish/index.ts
CHANGED
|
@@ -51,6 +51,7 @@ import DEREPORTVIEW from './view-layout-model-repository/view-layout-model-repos
|
|
|
51
51
|
import DEGANTTVIEW from './view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout';
|
|
52
52
|
import DEINDEXVIEW from './view-layout-model-repository/view-layout-model-repository-de-index-view-layout';
|
|
53
53
|
import DETABSEARCHVIEW from './view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout';
|
|
54
|
+
import DETABEXPVIEW_FLOW from './view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow';
|
|
54
55
|
|
|
55
56
|
// 部件布局面板
|
|
56
57
|
import GridExpBar from './control-layout/control-layout-model-repository-grid-exp-bar-layout';
|
|
@@ -197,6 +198,8 @@ export function install(callBack: (key: string, model: any) => void): void {
|
|
|
197
198
|
callBack('DEINDEXVIEW_DEFAULT', DEINDEXVIEW);
|
|
198
199
|
// 实体分页搜索视图
|
|
199
200
|
callBack('DETABSEARCHVIEW_DEFAULT', DETABSEARCHVIEW);
|
|
201
|
+
// 实体分页导航视图(流式布局)
|
|
202
|
+
callBack('DETABEXPVIEW_FLOW', DETABEXPVIEW_FLOW);
|
|
200
203
|
|
|
201
204
|
// 部件布局面板
|
|
202
205
|
// 表格导航
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"layout": {
|
|
4
|
+
"layout": "FLEX"
|
|
5
|
+
},
|
|
6
|
+
"rootPanelItems": [
|
|
7
|
+
{
|
|
8
|
+
"rawItem": {
|
|
9
|
+
"predefinedType": "VIEWMSG_POS",
|
|
10
|
+
"id": "viewmsg_pos_top"
|
|
11
|
+
},
|
|
12
|
+
"caption": "视图消息占位",
|
|
13
|
+
"itemStyle": "DEFAULT",
|
|
14
|
+
"itemType": "RAWITEM",
|
|
15
|
+
"layoutPos": {
|
|
16
|
+
"shrink": 0,
|
|
17
|
+
"layout": "FLEX"
|
|
18
|
+
},
|
|
19
|
+
"showCaption": true,
|
|
20
|
+
"id": "viewmsg_pos_top"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"actionGroupExtractMode": "ITEM",
|
|
24
|
+
"panelItems": [
|
|
25
|
+
{
|
|
26
|
+
"caption": "标题栏",
|
|
27
|
+
"itemStyle": "DEFAULT",
|
|
28
|
+
"itemType": "CTRLPOS",
|
|
29
|
+
"layoutPos": {
|
|
30
|
+
"shrink": 1,
|
|
31
|
+
"layout": "FLEX"
|
|
32
|
+
},
|
|
33
|
+
"showCaption": true,
|
|
34
|
+
"id": "captionbar"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"predefinedType": "VIEWHEADER",
|
|
38
|
+
"layout": {
|
|
39
|
+
"dir": "row",
|
|
40
|
+
"layout": "FLEX",
|
|
41
|
+
"valign": "center"
|
|
42
|
+
},
|
|
43
|
+
"dataRegionType": "INHERIT",
|
|
44
|
+
"caption": "容器",
|
|
45
|
+
"itemStyle": "DEFAULT",
|
|
46
|
+
"itemType": "CONTAINER",
|
|
47
|
+
"layoutPos": {
|
|
48
|
+
"shrink": 0,
|
|
49
|
+
"layout": "FLEX"
|
|
50
|
+
},
|
|
51
|
+
"id": "view_header"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"rawItem": {
|
|
55
|
+
"predefinedType": "VIEWMSG_POS",
|
|
56
|
+
"id": "viewmsg_pos_body"
|
|
57
|
+
},
|
|
58
|
+
"caption": "视图消息占位",
|
|
59
|
+
"itemStyle": "DEFAULT",
|
|
60
|
+
"itemType": "RAWITEM",
|
|
61
|
+
"layoutPos": {
|
|
62
|
+
"shrink": 0,
|
|
63
|
+
"layout": "FLEX"
|
|
64
|
+
},
|
|
65
|
+
"showCaption": true,
|
|
66
|
+
"id": "viewmsg_pos_body"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"actionGroupExtractMode": "ITEM",
|
|
70
|
+
"panelItems": [
|
|
71
|
+
{
|
|
72
|
+
"actionGroupExtractMode": "ITEM",
|
|
73
|
+
"panelItems": [
|
|
74
|
+
{
|
|
75
|
+
"caption": "分页导航",
|
|
76
|
+
"itemStyle": "DEFAULT",
|
|
77
|
+
"itemType": "CTRLPOS",
|
|
78
|
+
"layoutPos": {
|
|
79
|
+
"shrink": 1,
|
|
80
|
+
"layout": "FLEX"
|
|
81
|
+
},
|
|
82
|
+
"showCaption": true,
|
|
83
|
+
"id": "tabexppanel"
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"layout": {
|
|
87
|
+
"layout": "FLEX"
|
|
88
|
+
},
|
|
89
|
+
"dataRegionType": "INHERIT",
|
|
90
|
+
"caption": "容器",
|
|
91
|
+
"itemStyle": "DEFAULT",
|
|
92
|
+
"itemType": "CONTAINER",
|
|
93
|
+
"layoutPos": {
|
|
94
|
+
"grow": 1,
|
|
95
|
+
"shrink": 1,
|
|
96
|
+
"layout": "FLEX"
|
|
97
|
+
},
|
|
98
|
+
"id": "view_tabexppanel"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"layout": {
|
|
102
|
+
"layout": "FLEX"
|
|
103
|
+
},
|
|
104
|
+
"dataRegionType": "INHERIT",
|
|
105
|
+
"caption": "容器",
|
|
106
|
+
"itemStyle": "DEFAULT",
|
|
107
|
+
"itemType": "CONTAINER",
|
|
108
|
+
"layoutPos": {
|
|
109
|
+
"shrink": 1,
|
|
110
|
+
"layout": "FLEX"
|
|
111
|
+
},
|
|
112
|
+
"id": "view_content"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"rawItem": {
|
|
116
|
+
"predefinedType": "VIEWMSG_POS",
|
|
117
|
+
"id": "viewmsg_pos_bottom"
|
|
118
|
+
},
|
|
119
|
+
"caption": "视图消息占位",
|
|
120
|
+
"itemStyle": "DEFAULT",
|
|
121
|
+
"itemType": "RAWITEM",
|
|
122
|
+
"layoutPos": {
|
|
123
|
+
"shrink": 0,
|
|
124
|
+
"layout": "FLEX"
|
|
125
|
+
},
|
|
126
|
+
"showCaption": true,
|
|
127
|
+
"id": "viewmsg_pos_bottom"
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"layoutPanel": true,
|
|
131
|
+
"codeName": "TabExpViewLayout_FLOW",
|
|
132
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
133
|
+
"logicName": "分页导航视图布局模型_流式布局(预置模型)",
|
|
134
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
135
|
+
"controlParam": {},
|
|
136
|
+
"modelId": "F7CBDE6A-BAE7-42B6-A358-95BAB8448BF9",
|
|
137
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
138
|
+
"name": "layoutpanel",
|
|
139
|
+
"id": "tabexpviewlayout_flow"
|
|
140
|
+
}
|