@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
|
@@ -98,25 +98,82 @@ var AppIndexViewLayout_NO_NAV = {
|
|
|
98
98
|
"id": "app_apptitle"
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
|
-
"
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
101
|
+
"actionGroupExtractMode": "ITEM",
|
|
102
|
+
"panelItems": [
|
|
103
|
+
{
|
|
104
|
+
"rawItem": {
|
|
105
|
+
"contentType": "USER",
|
|
106
|
+
"predefinedType": "APP_SWITCH",
|
|
107
|
+
"rawItemHeight": 36,
|
|
108
|
+
"rawItemWidth": 20,
|
|
109
|
+
"id": "app_switch"
|
|
110
|
+
},
|
|
111
|
+
"caption": "\u5E94\u7528\u5207\u6362\u5668",
|
|
112
|
+
"contentHeight": 36,
|
|
113
|
+
"contentWidth": 20,
|
|
114
|
+
"height": 36,
|
|
115
|
+
"itemStyle": "DEFAULT",
|
|
116
|
+
"itemType": "RAWITEM",
|
|
117
|
+
"layoutPos": {
|
|
118
|
+
"shrink": 0,
|
|
119
|
+
"halignSelf": "CENTER",
|
|
120
|
+
"height": 36,
|
|
121
|
+
"heightMode": "PX",
|
|
122
|
+
"layout": "FLEX",
|
|
123
|
+
"spacingLeft": "INNERLARGE",
|
|
124
|
+
"width": 20,
|
|
125
|
+
"widthMode": "PERCENTAGE"
|
|
126
|
+
},
|
|
127
|
+
"width": 20,
|
|
128
|
+
"showCaption": true,
|
|
129
|
+
"id": "app_switch"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"rawItem": {
|
|
133
|
+
"predefinedType": "AUTH_USERINFO",
|
|
134
|
+
"rawItemHeight": 72,
|
|
135
|
+
"rawItemWidth": 80,
|
|
136
|
+
"id": "auth_userinfo"
|
|
137
|
+
},
|
|
138
|
+
"caption": "\u7528\u6237\u4FE1\u606F",
|
|
139
|
+
"contentHeight": 72,
|
|
140
|
+
"contentWidth": 80,
|
|
141
|
+
"height": 72,
|
|
142
|
+
"itemStyle": "DEFAULT",
|
|
143
|
+
"itemType": "RAWITEM",
|
|
144
|
+
"layoutPos": {
|
|
145
|
+
"shrink": 0,
|
|
146
|
+
"height": 72,
|
|
147
|
+
"heightMode": "PX",
|
|
148
|
+
"layout": "FLEX",
|
|
149
|
+
"width": 80,
|
|
150
|
+
"widthMode": "PERCENTAGE"
|
|
151
|
+
},
|
|
152
|
+
"width": 80,
|
|
153
|
+
"showCaption": true,
|
|
154
|
+
"id": "auth_userinfo"
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
"layout": {
|
|
158
|
+
"align": "space-between",
|
|
159
|
+
"dir": "row",
|
|
160
|
+
"layout": "FLEX",
|
|
161
|
+
"valign": "center"
|
|
105
162
|
},
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
163
|
+
"dataRegionType": "INHERIT",
|
|
164
|
+
"caption": "\u5BB9\u5668",
|
|
165
|
+
"contentHeight": 72,
|
|
166
|
+
"height": 72,
|
|
109
167
|
"itemStyle": "DEFAULT",
|
|
110
|
-
"itemType": "
|
|
168
|
+
"itemType": "CONTAINER",
|
|
111
169
|
"layoutPos": {
|
|
112
170
|
"shrink": 0,
|
|
113
|
-
"height":
|
|
171
|
+
"height": 72,
|
|
114
172
|
"heightMode": "PX",
|
|
115
173
|
"layout": "FLEX",
|
|
116
174
|
"widthMode": "FULL"
|
|
117
175
|
},
|
|
118
|
-
"
|
|
119
|
-
"id": "auth_userinfo"
|
|
176
|
+
"id": "container6"
|
|
120
177
|
},
|
|
121
178
|
{
|
|
122
179
|
"actionGroupExtractMode": "ITEM",
|
|
@@ -77,19 +77,56 @@ var AppIndexViewLayout_TOP_NO_NAV = {
|
|
|
77
77
|
"actionGroupExtractMode": "ITEM",
|
|
78
78
|
"panelItems": [
|
|
79
79
|
{
|
|
80
|
-
"
|
|
81
|
-
|
|
82
|
-
|
|
80
|
+
"actionGroupExtractMode": "ITEM",
|
|
81
|
+
"panelItems": [
|
|
82
|
+
{
|
|
83
|
+
"rawItem": {
|
|
84
|
+
"contentType": "USER",
|
|
85
|
+
"predefinedType": "APP_SWITCH",
|
|
86
|
+
"id": "app_switch"
|
|
87
|
+
},
|
|
88
|
+
"caption": "\u5E94\u7528\u5207\u6362\u5668",
|
|
89
|
+
"itemStyle": "DEFAULT",
|
|
90
|
+
"itemType": "RAWITEM",
|
|
91
|
+
"layoutPos": {
|
|
92
|
+
"shrink": 0,
|
|
93
|
+
"layout": "FLEX",
|
|
94
|
+
"spacingLeft": "INNERLARGE"
|
|
95
|
+
},
|
|
96
|
+
"showCaption": true,
|
|
97
|
+
"id": "app_switch"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"rawItem": {
|
|
101
|
+
"predefinedType": "APP_APPTITLE",
|
|
102
|
+
"id": "app_apptitle"
|
|
103
|
+
},
|
|
104
|
+
"caption": "\u5E94\u7528\u6807\u9898",
|
|
105
|
+
"itemStyle": "DEFAULT",
|
|
106
|
+
"itemType": "RAWITEM",
|
|
107
|
+
"layoutPos": {
|
|
108
|
+
"shrink": 0,
|
|
109
|
+
"layout": "FLEX"
|
|
110
|
+
},
|
|
111
|
+
"showCaption": true,
|
|
112
|
+
"id": "app_apptitle"
|
|
113
|
+
}
|
|
114
|
+
],
|
|
115
|
+
"layout": {
|
|
116
|
+
"align": "flex-start",
|
|
117
|
+
"dir": "row",
|
|
118
|
+
"layout": "FLEX",
|
|
119
|
+
"valign": "center"
|
|
83
120
|
},
|
|
84
|
-
"
|
|
121
|
+
"dataRegionType": "INHERIT",
|
|
122
|
+
"caption": "\u5BB9\u5668",
|
|
85
123
|
"itemStyle": "DEFAULT",
|
|
86
|
-
"itemType": "
|
|
124
|
+
"itemType": "CONTAINER",
|
|
87
125
|
"layoutPos": {
|
|
88
126
|
"shrink": 0,
|
|
89
127
|
"layout": "FLEX"
|
|
90
128
|
},
|
|
91
|
-
"
|
|
92
|
-
"id": "app_apptitle"
|
|
129
|
+
"id": "container2"
|
|
93
130
|
},
|
|
94
131
|
{
|
|
95
132
|
"caption": "\u9996\u9875\u83DC\u5355",
|
|
@@ -92,19 +92,56 @@ var AppIndexViewLayout_TOP = {
|
|
|
92
92
|
"actionGroupExtractMode": "ITEM",
|
|
93
93
|
"panelItems": [
|
|
94
94
|
{
|
|
95
|
-
"
|
|
96
|
-
|
|
97
|
-
|
|
95
|
+
"actionGroupExtractMode": "ITEM",
|
|
96
|
+
"panelItems": [
|
|
97
|
+
{
|
|
98
|
+
"rawItem": {
|
|
99
|
+
"contentType": "USER",
|
|
100
|
+
"predefinedType": "APP_SWITCH",
|
|
101
|
+
"id": "app_switch"
|
|
102
|
+
},
|
|
103
|
+
"caption": "\u5E94\u7528\u5207\u6362\u5668",
|
|
104
|
+
"itemStyle": "DEFAULT",
|
|
105
|
+
"itemType": "RAWITEM",
|
|
106
|
+
"layoutPos": {
|
|
107
|
+
"shrink": 0,
|
|
108
|
+
"layout": "FLEX",
|
|
109
|
+
"spacingLeft": "INNERLARGE"
|
|
110
|
+
},
|
|
111
|
+
"showCaption": true,
|
|
112
|
+
"id": "app_switch"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"rawItem": {
|
|
116
|
+
"predefinedType": "APP_APPTITLE",
|
|
117
|
+
"id": "app_apptitle"
|
|
118
|
+
},
|
|
119
|
+
"caption": "\u5E94\u7528\u6807\u9898",
|
|
120
|
+
"itemStyle": "DEFAULT",
|
|
121
|
+
"itemType": "RAWITEM",
|
|
122
|
+
"layoutPos": {
|
|
123
|
+
"shrink": 0,
|
|
124
|
+
"layout": "FLEX"
|
|
125
|
+
},
|
|
126
|
+
"showCaption": true,
|
|
127
|
+
"id": "app_apptitle"
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"layout": {
|
|
131
|
+
"align": "flex-start",
|
|
132
|
+
"dir": "row",
|
|
133
|
+
"layout": "FLEX",
|
|
134
|
+
"valign": "center"
|
|
98
135
|
},
|
|
99
|
-
"
|
|
136
|
+
"dataRegionType": "INHERIT",
|
|
137
|
+
"caption": "\u5BB9\u5668",
|
|
100
138
|
"itemStyle": "DEFAULT",
|
|
101
|
-
"itemType": "
|
|
139
|
+
"itemType": "CONTAINER",
|
|
102
140
|
"layoutPos": {
|
|
103
141
|
"shrink": 0,
|
|
104
142
|
"layout": "FLEX"
|
|
105
143
|
},
|
|
106
|
-
"
|
|
107
|
-
"id": "app_apptitle"
|
|
144
|
+
"id": "container2"
|
|
108
145
|
},
|
|
109
146
|
{
|
|
110
147
|
"caption": "\u9996\u9875\u83DC\u5355",
|
|
@@ -114,16 +114,74 @@ var AppIndexViewLayout = {
|
|
|
114
114
|
"id": "app_apptitle"
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
|
-
"
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
117
|
+
"actionGroupExtractMode": "ITEM",
|
|
118
|
+
"panelItems": [
|
|
119
|
+
{
|
|
120
|
+
"rawItem": {
|
|
121
|
+
"contentType": "USER",
|
|
122
|
+
"predefinedType": "APP_SWITCH",
|
|
123
|
+
"rawItemHeight": 36,
|
|
124
|
+
"rawItemWidth": 20,
|
|
125
|
+
"id": "app_switch"
|
|
126
|
+
},
|
|
127
|
+
"caption": "\u5E94\u7528\u5207\u6362\u5668",
|
|
128
|
+
"contentHeight": 36,
|
|
129
|
+
"contentWidth": 20,
|
|
130
|
+
"height": 36,
|
|
131
|
+
"itemStyle": "DEFAULT",
|
|
132
|
+
"itemType": "RAWITEM",
|
|
133
|
+
"layoutPos": {
|
|
134
|
+
"shrink": 0,
|
|
135
|
+
"halignSelf": "CENTER",
|
|
136
|
+
"height": 36,
|
|
137
|
+
"heightMode": "PX",
|
|
138
|
+
"layout": "FLEX",
|
|
139
|
+
"spacingLeft": "INNERLARGE",
|
|
140
|
+
"width": 20,
|
|
141
|
+
"widthMode": "PERCENTAGE"
|
|
142
|
+
},
|
|
143
|
+
"width": 20,
|
|
144
|
+
"showCaption": true,
|
|
145
|
+
"id": "app_switch"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"rawItem": {
|
|
149
|
+
"predefinedType": "AUTH_USERINFO",
|
|
150
|
+
"rawItemHeight": 72,
|
|
151
|
+
"rawItemWidth": 80,
|
|
152
|
+
"id": "auth_userinfo"
|
|
153
|
+
},
|
|
154
|
+
"caption": "\u7528\u6237\u4FE1\u606F",
|
|
155
|
+
"contentHeight": 72,
|
|
156
|
+
"contentWidth": 80,
|
|
157
|
+
"height": 72,
|
|
158
|
+
"itemStyle": "DEFAULT",
|
|
159
|
+
"itemType": "RAWITEM",
|
|
160
|
+
"layoutPos": {
|
|
161
|
+
"shrink": 0,
|
|
162
|
+
"height": 72,
|
|
163
|
+
"heightMode": "PX",
|
|
164
|
+
"layout": "FLEX",
|
|
165
|
+
"width": 80,
|
|
166
|
+
"widthMode": "PERCENTAGE"
|
|
167
|
+
},
|
|
168
|
+
"width": 80,
|
|
169
|
+
"showCaption": true,
|
|
170
|
+
"id": "auth_userinfo"
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
"layout": {
|
|
174
|
+
"align": "space-between",
|
|
175
|
+
"dir": "row",
|
|
176
|
+
"layout": "FLEX",
|
|
177
|
+
"valign": "center"
|
|
121
178
|
},
|
|
122
|
-
"
|
|
179
|
+
"dataRegionType": "INHERIT",
|
|
180
|
+
"caption": "\u5BB9\u5668",
|
|
123
181
|
"contentHeight": 72,
|
|
124
182
|
"height": 72,
|
|
125
183
|
"itemStyle": "DEFAULT",
|
|
126
|
-
"itemType": "
|
|
184
|
+
"itemType": "CONTAINER",
|
|
127
185
|
"layoutPos": {
|
|
128
186
|
"shrink": 0,
|
|
129
187
|
"height": 72,
|
|
@@ -131,8 +189,7 @@ var AppIndexViewLayout = {
|
|
|
131
189
|
"layout": "FLEX",
|
|
132
190
|
"widthMode": "FULL"
|
|
133
191
|
},
|
|
134
|
-
"
|
|
135
|
-
"id": "auth_userinfo"
|
|
192
|
+
"id": "container6"
|
|
136
193
|
},
|
|
137
194
|
{
|
|
138
195
|
"actionGroupExtractMode": "ITEM",
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
var controlLayoutModelRepositoryDataViewLayout = {
|
|
7
|
+
"viewProxyMode": true,
|
|
8
|
+
"layoutMode": "FLEX",
|
|
9
|
+
"layout": {
|
|
10
|
+
"layout": "FLEX"
|
|
11
|
+
},
|
|
12
|
+
"rootPanelItems": [
|
|
13
|
+
{
|
|
14
|
+
"actionGroupExtractMode": "ITEM",
|
|
15
|
+
"panelItems": [
|
|
16
|
+
{
|
|
17
|
+
"rawItem": {
|
|
18
|
+
"caption": "\u6392\u5E8F\u680F\uFF08SORTBAR\uFF09",
|
|
19
|
+
"halign": "LEFT",
|
|
20
|
+
"valign": "MIDDLE",
|
|
21
|
+
"wrapMode": "NOWRAP",
|
|
22
|
+
"contentType": "RAW",
|
|
23
|
+
"predefinedType": "SORTBAR",
|
|
24
|
+
"id": "sortbar"
|
|
25
|
+
},
|
|
26
|
+
"caption": "\u6392\u5E8F\u680F",
|
|
27
|
+
"itemStyle": "DEFAULT",
|
|
28
|
+
"itemType": "RAWITEM",
|
|
29
|
+
"layoutPos": {
|
|
30
|
+
"grow": 1,
|
|
31
|
+
"shrink": 1,
|
|
32
|
+
"layout": "FLEX"
|
|
33
|
+
},
|
|
34
|
+
"showCaption": true,
|
|
35
|
+
"id": "sortbar"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"caption": "\u641C\u7D22\u680F",
|
|
39
|
+
"itemStyle": "DEFAULT",
|
|
40
|
+
"itemType": "CTRLPOS",
|
|
41
|
+
"layoutPos": {
|
|
42
|
+
"shrink": 0,
|
|
43
|
+
"layout": "FLEX"
|
|
44
|
+
},
|
|
45
|
+
"showCaption": true,
|
|
46
|
+
"id": "searchbar"
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"layout": {
|
|
50
|
+
"align": "space-between",
|
|
51
|
+
"dir": "row",
|
|
52
|
+
"layout": "FLEX"
|
|
53
|
+
},
|
|
54
|
+
"dataRegionType": "INHERIT",
|
|
55
|
+
"caption": "\u5BB9\u5668",
|
|
56
|
+
"itemStyle": "DEFAULT",
|
|
57
|
+
"itemType": "CONTAINER",
|
|
58
|
+
"layoutPos": {
|
|
59
|
+
"shrink": 0,
|
|
60
|
+
"layout": "FLEX"
|
|
61
|
+
},
|
|
62
|
+
"id": "control_header"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"actionGroupExtractMode": "ITEM",
|
|
66
|
+
"panelItems": [
|
|
67
|
+
{
|
|
68
|
+
"caption": "\u6570\u636E\u89C6\u56FE",
|
|
69
|
+
"itemStyle": "DEFAULT",
|
|
70
|
+
"itemType": "CTRLPOS",
|
|
71
|
+
"layoutPos": {
|
|
72
|
+
"grow": 1,
|
|
73
|
+
"shrink": 1,
|
|
74
|
+
"layout": "FLEX"
|
|
75
|
+
},
|
|
76
|
+
"showCaption": true,
|
|
77
|
+
"id": "dataview"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"actionGroupExtractMode": "ITEM",
|
|
81
|
+
"panelItems": [
|
|
82
|
+
{
|
|
83
|
+
"rawItem": {
|
|
84
|
+
"caption": "\u5206\u9875\u680F\uFF08PAGINGBAR\uFF09",
|
|
85
|
+
"halign": "LEFT",
|
|
86
|
+
"renderMode": "PARAGRAPH",
|
|
87
|
+
"valign": "MIDDLE",
|
|
88
|
+
"wrapMode": "NOWRAP",
|
|
89
|
+
"contentType": "RAW",
|
|
90
|
+
"predefinedType": "PAGINGBAR",
|
|
91
|
+
"id": "pagingbar"
|
|
92
|
+
},
|
|
93
|
+
"caption": "\u5206\u9875\u680F",
|
|
94
|
+
"itemStyle": "DEFAULT",
|
|
95
|
+
"itemType": "RAWITEM",
|
|
96
|
+
"layoutPos": {
|
|
97
|
+
"shrink": 0,
|
|
98
|
+
"layout": "FLEX"
|
|
99
|
+
},
|
|
100
|
+
"showCaption": true,
|
|
101
|
+
"id": "pagingbar"
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"layout": {
|
|
105
|
+
"dir": "row-reverse",
|
|
106
|
+
"layout": "FLEX"
|
|
107
|
+
},
|
|
108
|
+
"dataRegionType": "INHERIT",
|
|
109
|
+
"caption": "\u5BB9\u5668",
|
|
110
|
+
"itemStyle": "DEFAULT",
|
|
111
|
+
"itemType": "CONTAINER",
|
|
112
|
+
"layoutPos": {
|
|
113
|
+
"shrink": 1,
|
|
114
|
+
"layout": "FLEX"
|
|
115
|
+
},
|
|
116
|
+
"id": "container"
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
"layout": {
|
|
120
|
+
"layout": "FLEX"
|
|
121
|
+
},
|
|
122
|
+
"dataRegionType": "INHERIT",
|
|
123
|
+
"caption": "\u5BB9\u5668",
|
|
124
|
+
"itemStyle": "DEFAULT",
|
|
125
|
+
"itemType": "CONTAINER",
|
|
126
|
+
"layoutPos": {
|
|
127
|
+
"grow": 1,
|
|
128
|
+
"shrink": 1,
|
|
129
|
+
"layout": "FLEX"
|
|
130
|
+
},
|
|
131
|
+
"id": "control_content"
|
|
132
|
+
}
|
|
133
|
+
],
|
|
134
|
+
"layoutPanel": true,
|
|
135
|
+
"controls": [
|
|
136
|
+
{
|
|
137
|
+
"capLanguageRes": {
|
|
138
|
+
"lanResTag": "DE.LNAME.CONTROLLAYOUTMODELREPOSITORY"
|
|
139
|
+
},
|
|
140
|
+
"caption": "\u6570\u636E\u89C6\u56FE\u90E8\u4EF6\u5E03\u5C40",
|
|
141
|
+
"codeName": "DataViewLayoutcaptionbar",
|
|
142
|
+
"controlType": "CAPTIONBAR",
|
|
143
|
+
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
144
|
+
"controlParam": {},
|
|
145
|
+
"name": "captionbar",
|
|
146
|
+
"id": "dataviewlayoutcaptionbar"
|
|
147
|
+
}
|
|
148
|
+
],
|
|
149
|
+
"codeName": "CardLayout",
|
|
150
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
151
|
+
"logicName": "\u90E8\u4EF6-\u6570\u636E\u89C6\u56FE\u90E8\u4EF6\u5E03\u5C40\u9762\u677F",
|
|
152
|
+
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
153
|
+
"controlParam": {},
|
|
154
|
+
"modelId": "84218AD7-144D-4C11-BC8A-2AFC0324EC7E",
|
|
155
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
156
|
+
"name": "layoutpanel",
|
|
157
|
+
"id": "cardlayout"
|
|
158
|
+
};
|
|
159
|
+
|
|
160
|
+
exports.default = controlLayoutModelRepositoryDataViewLayout;
|
package/lib/publish/index.cjs
CHANGED
|
@@ -50,6 +50,7 @@ var viewLayoutModelRepositoryDeReportViewLayout = require('./view-layout-model-r
|
|
|
50
50
|
var viewLayoutModelRepositoryDeGanttViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.cjs');
|
|
51
51
|
var viewLayoutModelRepositoryDeIndexViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-index-view-layout.cjs');
|
|
52
52
|
var viewLayoutModelRepositoryDeTabSearchViewViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.cjs');
|
|
53
|
+
var viewLayoutModelRepositoryDeTabExpViewLayoutFlow = require('./view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.cjs');
|
|
53
54
|
var controlLayoutModelRepositoryGridExpBarLayout = require('./control-layout/control-layout-model-repository-grid-exp-bar-layout.cjs');
|
|
54
55
|
var controlLayoutModelRepositoryListExpBarLayout = require('./control-layout/control-layout-model-repository-list-exp-bar-layout.cjs');
|
|
55
56
|
var controlLayoutModelRepositoryDataViewExpBarLayout = require('./control-layout/control-layout-model-repository-data-view-exp-bar-layout.cjs');
|
|
@@ -120,6 +121,7 @@ function install(callBack) {
|
|
|
120
121
|
callBack("DEGANTTVIEW_DEFAULT", viewLayoutModelRepositoryDeGanttViewLayout.default);
|
|
121
122
|
callBack("DEINDEXVIEW_DEFAULT", viewLayoutModelRepositoryDeIndexViewLayout.default);
|
|
122
123
|
callBack("DETABSEARCHVIEW_DEFAULT", viewLayoutModelRepositoryDeTabSearchViewViewLayout.default);
|
|
124
|
+
callBack("DETABEXPVIEW_FLOW", viewLayoutModelRepositoryDeTabExpViewLayoutFlow.default);
|
|
123
125
|
callBack("GRIDEXPBAR_DEFAULT", controlLayoutModelRepositoryGridExpBarLayout.default);
|
|
124
126
|
callBack("LISTEXPBAR_DEFAULT", controlLayoutModelRepositoryListExpBarLayout.default);
|
|
125
127
|
callBack("DATAVIEWEXPBAR_DEFAULT", controlLayoutModelRepositoryDataViewExpBarLayout.default);
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
var DETABEXPVIEW_FLOW = {
|
|
7
|
+
"layoutMode": "FLEX",
|
|
8
|
+
"layout": {
|
|
9
|
+
"layout": "FLEX"
|
|
10
|
+
},
|
|
11
|
+
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"predefinedType": "VIEWMSG_POS",
|
|
15
|
+
"id": "viewmsg_pos_top"
|
|
16
|
+
},
|
|
17
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
18
|
+
"itemStyle": "DEFAULT",
|
|
19
|
+
"itemType": "RAWITEM",
|
|
20
|
+
"layoutPos": {
|
|
21
|
+
"shrink": 0,
|
|
22
|
+
"layout": "FLEX"
|
|
23
|
+
},
|
|
24
|
+
"showCaption": true,
|
|
25
|
+
"id": "viewmsg_pos_top"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"actionGroupExtractMode": "ITEM",
|
|
29
|
+
"panelItems": [
|
|
30
|
+
{
|
|
31
|
+
"caption": "\u6807\u9898\u680F",
|
|
32
|
+
"itemStyle": "DEFAULT",
|
|
33
|
+
"itemType": "CTRLPOS",
|
|
34
|
+
"layoutPos": {
|
|
35
|
+
"shrink": 1,
|
|
36
|
+
"layout": "FLEX"
|
|
37
|
+
},
|
|
38
|
+
"showCaption": true,
|
|
39
|
+
"id": "captionbar"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"predefinedType": "VIEWHEADER",
|
|
43
|
+
"layout": {
|
|
44
|
+
"dir": "row",
|
|
45
|
+
"layout": "FLEX",
|
|
46
|
+
"valign": "center"
|
|
47
|
+
},
|
|
48
|
+
"dataRegionType": "INHERIT",
|
|
49
|
+
"caption": "\u5BB9\u5668",
|
|
50
|
+
"itemStyle": "DEFAULT",
|
|
51
|
+
"itemType": "CONTAINER",
|
|
52
|
+
"layoutPos": {
|
|
53
|
+
"shrink": 0,
|
|
54
|
+
"layout": "FLEX"
|
|
55
|
+
},
|
|
56
|
+
"id": "view_header"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"rawItem": {
|
|
60
|
+
"predefinedType": "VIEWMSG_POS",
|
|
61
|
+
"id": "viewmsg_pos_body"
|
|
62
|
+
},
|
|
63
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
64
|
+
"itemStyle": "DEFAULT",
|
|
65
|
+
"itemType": "RAWITEM",
|
|
66
|
+
"layoutPos": {
|
|
67
|
+
"shrink": 0,
|
|
68
|
+
"layout": "FLEX"
|
|
69
|
+
},
|
|
70
|
+
"showCaption": true,
|
|
71
|
+
"id": "viewmsg_pos_body"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"actionGroupExtractMode": "ITEM",
|
|
75
|
+
"panelItems": [
|
|
76
|
+
{
|
|
77
|
+
"actionGroupExtractMode": "ITEM",
|
|
78
|
+
"panelItems": [
|
|
79
|
+
{
|
|
80
|
+
"caption": "\u5206\u9875\u5BFC\u822A",
|
|
81
|
+
"itemStyle": "DEFAULT",
|
|
82
|
+
"itemType": "CTRLPOS",
|
|
83
|
+
"layoutPos": {
|
|
84
|
+
"shrink": 1,
|
|
85
|
+
"layout": "FLEX"
|
|
86
|
+
},
|
|
87
|
+
"showCaption": true,
|
|
88
|
+
"id": "tabexppanel"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"layout": {
|
|
92
|
+
"layout": "FLEX"
|
|
93
|
+
},
|
|
94
|
+
"dataRegionType": "INHERIT",
|
|
95
|
+
"caption": "\u5BB9\u5668",
|
|
96
|
+
"itemStyle": "DEFAULT",
|
|
97
|
+
"itemType": "CONTAINER",
|
|
98
|
+
"layoutPos": {
|
|
99
|
+
"grow": 1,
|
|
100
|
+
"shrink": 1,
|
|
101
|
+
"layout": "FLEX"
|
|
102
|
+
},
|
|
103
|
+
"id": "view_tabexppanel"
|
|
104
|
+
}
|
|
105
|
+
],
|
|
106
|
+
"layout": {
|
|
107
|
+
"layout": "FLEX"
|
|
108
|
+
},
|
|
109
|
+
"dataRegionType": "INHERIT",
|
|
110
|
+
"caption": "\u5BB9\u5668",
|
|
111
|
+
"itemStyle": "DEFAULT",
|
|
112
|
+
"itemType": "CONTAINER",
|
|
113
|
+
"layoutPos": {
|
|
114
|
+
"shrink": 1,
|
|
115
|
+
"layout": "FLEX"
|
|
116
|
+
},
|
|
117
|
+
"id": "view_content"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"rawItem": {
|
|
121
|
+
"predefinedType": "VIEWMSG_POS",
|
|
122
|
+
"id": "viewmsg_pos_bottom"
|
|
123
|
+
},
|
|
124
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
125
|
+
"itemStyle": "DEFAULT",
|
|
126
|
+
"itemType": "RAWITEM",
|
|
127
|
+
"layoutPos": {
|
|
128
|
+
"shrink": 0,
|
|
129
|
+
"layout": "FLEX"
|
|
130
|
+
},
|
|
131
|
+
"showCaption": true,
|
|
132
|
+
"id": "viewmsg_pos_bottom"
|
|
133
|
+
}
|
|
134
|
+
],
|
|
135
|
+
"layoutPanel": true,
|
|
136
|
+
"codeName": "TabExpViewLayout_FLOW",
|
|
137
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
138
|
+
"logicName": "\u5206\u9875\u5BFC\u822A\u89C6\u56FE\u5E03\u5C40\u6A21\u578B_\u6D41\u5F0F\u5E03\u5C40(\u9884\u7F6E\u6A21\u578B)",
|
|
139
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
140
|
+
"controlParam": {},
|
|
141
|
+
"modelId": "F7CBDE6A-BAE7-42B6-A358-95BAB8448BF9",
|
|
142
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
143
|
+
"name": "layoutpanel",
|
|
144
|
+
"id": "tabexpviewlayout_flow"
|
|
145
|
+
};
|
|
146
|
+
|
|
147
|
+
exports.default = DETABEXPVIEW_FLOW;
|