@ibiz-template/web-theme 1.0.31 → 1.0.32-dev.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/CHANGELOG.md +4 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/index.d.ts +4 -1
- package/es/index.mjs +10 -1
- package/es/theme/index.css +1 -1
- package/es/theme/theme/default/default-theme.css +1 -1
- package/es/theme/theme/default-dark/default-dark-theme.css +1 -1
- package/es/theme/theme/index.css +1 -1
- package/lib/index.cjs +11 -2
- package/lib/theme/index.css +1 -1
- package/lib/theme/theme/default/default-theme.css +1 -1
- package/lib/theme/theme/default-dark/default-dark-theme.css +1 -1
- package/lib/theme/theme/index.css +1 -1
- package/package.json +6 -3
- package/src/index.ts +12 -0
- package/src/publish/app-index-view-layout-blank-mode.ts +31 -0
- package/src/publish/app-index-view-layout-center.ts +28 -0
- package/src/publish/app-index-view-layout-top.ts +426 -0
- package/src/publish/app-index-view-layout.ts +476 -0
- package/src/publish/app-login-view.ts +252 -0
- package/src/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.ts +178 -0
- package/src/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.ts +180 -0
- package/src/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.ts +179 -0
- package/src/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.ts +179 -0
- package/src/publish/control-layout/control-layout-model-repository-search-form-layout.ts +130 -0
- package/src/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.ts +179 -0
- package/src/publish/index.ts +193 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.ts +98 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.ts +206 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.ts +100 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.ts +251 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.ts +98 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.ts +251 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.ts +275 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.ts +257 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.ts +234 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.ts +176 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.ts +98 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.ts +251 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout.ts +28 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.ts +251 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.ts +98 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.ts +251 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.ts +321 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.ts +228 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.ts +176 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-data-view-layout.ts +73 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.ts +73 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.ts +72 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.ts +273 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.ts +228 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.ts +221 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.ts +201 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.ts +98 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.ts +250 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.ts +250 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.ts +250 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.ts +49 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.ts +297 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.ts +414 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.ts +368 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.ts +98 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.ts +257 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.ts +175 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.ts +99 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-form-pickup-data-view.ts +28 -0
- package/src/theme/elements/index.scss +35 -0
- package/src/theme/generic/element-plus.scss +452 -0
- package/src/theme/generic/index.scss +2 -0
- package/src/theme/index.scss +17 -0
- package/src/theme/objects/expand/expand.scss +41 -0
- package/src/theme/objects/index.scss +3 -0
- package/src/theme/objects/state/state.scss +1 -0
- package/src/theme/theme/dark/dark-theme.scss +304 -0
- package/src/theme/theme/default/default-theme.scss +404 -0
- package/src/theme/theme/default-dark/default-dark-theme.scss +403 -0
- package/src/theme/theme/index.scss +7 -0
- package/src/theme/theme/light/light-theme.scss +337 -0
- package/src/theme/tumps/index.scss +1 -0
- package/src/theme/var.scss +88 -0
- package/src/types.d.ts +1 -0
- package/es/theme/theme/omni-oa/omni-oa-theme.css +0 -1
- package/lib/theme/theme/omni-oa/omni-oa-theme.css +0 -1
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"layout": {
|
|
4
|
+
"layout": "FLEX"
|
|
5
|
+
},
|
|
6
|
+
"rootPanelItems": [
|
|
7
|
+
{
|
|
8
|
+
"panelItems": [
|
|
9
|
+
{
|
|
10
|
+
"panelItems": [
|
|
11
|
+
{
|
|
12
|
+
"panelItems": [
|
|
13
|
+
{
|
|
14
|
+
"rawItem": {
|
|
15
|
+
"caption": "应用登录视图",
|
|
16
|
+
"halign": "LEFT",
|
|
17
|
+
"renderMode": "TEXT",
|
|
18
|
+
"valign": "MIDDLE",
|
|
19
|
+
"wrapMode": "NOWRAP",
|
|
20
|
+
"contentType": "RAW",
|
|
21
|
+
"predefinedType": "STATIC_TEXT",
|
|
22
|
+
"id": "static_text"
|
|
23
|
+
},
|
|
24
|
+
"caption": "文本",
|
|
25
|
+
"itemStyle": "DEFAULT",
|
|
26
|
+
"itemType": "RAWITEM",
|
|
27
|
+
"layoutPos": {
|
|
28
|
+
"shrink": 1,
|
|
29
|
+
"layout": "FLEX"
|
|
30
|
+
},
|
|
31
|
+
"showCaption": true,
|
|
32
|
+
"id": "static_text"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"layout": {
|
|
36
|
+
"layout": "FLEX"
|
|
37
|
+
},
|
|
38
|
+
"dataRegionType": "INHERIT",
|
|
39
|
+
"caption": "容器",
|
|
40
|
+
"itemStyle": "DEFAULT",
|
|
41
|
+
"itemType": "CONTAINER",
|
|
42
|
+
"layoutPos": {
|
|
43
|
+
"shrink": 1,
|
|
44
|
+
"layout": "FLEX"
|
|
45
|
+
},
|
|
46
|
+
"id": "container4"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"panelItems": [
|
|
50
|
+
{
|
|
51
|
+
"layout": {
|
|
52
|
+
"layout": "FLEX"
|
|
53
|
+
},
|
|
54
|
+
"dataRegionType": "INHERIT",
|
|
55
|
+
"caption": "头像",
|
|
56
|
+
"itemStyle": "DEFAULT",
|
|
57
|
+
"itemType": "CONTAINER",
|
|
58
|
+
"layoutPos": {
|
|
59
|
+
"shrink": 1,
|
|
60
|
+
"layout": "FLEX"
|
|
61
|
+
},
|
|
62
|
+
"id": "container6"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"panelItems": [
|
|
66
|
+
{
|
|
67
|
+
"editor": {
|
|
68
|
+
"editorParams": {
|
|
69
|
+
"autocomplete": "true"
|
|
70
|
+
},
|
|
71
|
+
"editorType": "TEXTBOX",
|
|
72
|
+
"predefinedType": "AUTH_USERID",
|
|
73
|
+
"valueType": "SIMPLE",
|
|
74
|
+
"editable": true,
|
|
75
|
+
"id": "auth_userid"
|
|
76
|
+
},
|
|
77
|
+
"viewFieldName": "username",
|
|
78
|
+
"allowEmpty": true,
|
|
79
|
+
"caption": "用户名",
|
|
80
|
+
"itemStyle": "DEFAULT",
|
|
81
|
+
"itemType": "FIELD",
|
|
82
|
+
"layoutPos": {
|
|
83
|
+
"shrink": 1,
|
|
84
|
+
"layout": "FLEX",
|
|
85
|
+
"spacingBottom": "INNERLARGE"
|
|
86
|
+
},
|
|
87
|
+
"id": "auth_userid"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"editor": {
|
|
91
|
+
"editorParams": {
|
|
92
|
+
"autocomplete": "true"
|
|
93
|
+
},
|
|
94
|
+
"editorType": "PASSWORD",
|
|
95
|
+
"predefinedType": "AUTH_PASSWORD",
|
|
96
|
+
"valueType": "SIMPLE",
|
|
97
|
+
"editable": true,
|
|
98
|
+
"id": "auth_password"
|
|
99
|
+
},
|
|
100
|
+
"viewFieldName": "password",
|
|
101
|
+
"allowEmpty": true,
|
|
102
|
+
"caption": "密码",
|
|
103
|
+
"itemStyle": "DEFAULT",
|
|
104
|
+
"itemType": "FIELD",
|
|
105
|
+
"layoutPos": {
|
|
106
|
+
"shrink": 1,
|
|
107
|
+
"layout": "FLEX",
|
|
108
|
+
"spacingBottom": "INNERLARGE"
|
|
109
|
+
},
|
|
110
|
+
"id": "auth_password"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"predefinedType": "REMEMBER_ME",
|
|
114
|
+
"layout": {
|
|
115
|
+
"layout": "FLEX"
|
|
116
|
+
},
|
|
117
|
+
"dataRegionType": "INHERIT",
|
|
118
|
+
"caption": "记住我",
|
|
119
|
+
"itemStyle": "DEFAULT",
|
|
120
|
+
"itemType": "CONTAINER",
|
|
121
|
+
"layoutPos": {
|
|
122
|
+
"shrink": 1,
|
|
123
|
+
"layout": "FLEX"
|
|
124
|
+
},
|
|
125
|
+
"id": "container7"
|
|
126
|
+
}
|
|
127
|
+
],
|
|
128
|
+
"layout": {
|
|
129
|
+
"layout": "FLEX"
|
|
130
|
+
},
|
|
131
|
+
"dataRegionType": "INHERIT",
|
|
132
|
+
"caption": "容器",
|
|
133
|
+
"itemStyle": "DEFAULT",
|
|
134
|
+
"itemType": "CONTAINER",
|
|
135
|
+
"layoutPos": {
|
|
136
|
+
"shrink": 1,
|
|
137
|
+
"layout": "FLEX"
|
|
138
|
+
},
|
|
139
|
+
"id": "container2"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"panelItems": [
|
|
143
|
+
{
|
|
144
|
+
"actionType": "UIACTION",
|
|
145
|
+
"buttonStyle": "DEFAULT",
|
|
146
|
+
"buttonType": "PANELBUTTON",
|
|
147
|
+
"uiactionId": "login",
|
|
148
|
+
"renderMode": "BUTTON",
|
|
149
|
+
"tooltip": "登录",
|
|
150
|
+
"caption": "登录",
|
|
151
|
+
"itemStyle": "DEFAULT",
|
|
152
|
+
"itemType": "BUTTON",
|
|
153
|
+
"layoutPos": {
|
|
154
|
+
"shrink": 1,
|
|
155
|
+
"layout": "FLEX"
|
|
156
|
+
},
|
|
157
|
+
"showCaption": true,
|
|
158
|
+
"id": "auth_loginbutton"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"actionType": "UIACTION",
|
|
162
|
+
"buttonStyle": "DEFAULT",
|
|
163
|
+
"buttonType": "PANELBUTTON",
|
|
164
|
+
"uiactionId": "cancelchanges",
|
|
165
|
+
"renderMode": "BUTTON",
|
|
166
|
+
"tooltip": "重置",
|
|
167
|
+
"caption": "重置",
|
|
168
|
+
"itemStyle": "DEFAULT",
|
|
169
|
+
"itemType": "BUTTON",
|
|
170
|
+
"layoutPos": {
|
|
171
|
+
"shrink": 1,
|
|
172
|
+
"layout": "FLEX"
|
|
173
|
+
},
|
|
174
|
+
"showCaption": true,
|
|
175
|
+
"id": "auth_resetinput"
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"layout": {
|
|
179
|
+
"align": "space-around",
|
|
180
|
+
"dir": "row",
|
|
181
|
+
"layout": "FLEX",
|
|
182
|
+
"valign": "center"
|
|
183
|
+
},
|
|
184
|
+
"dataRegionType": "INHERIT",
|
|
185
|
+
"caption": "容器",
|
|
186
|
+
"contentHeight": 80,
|
|
187
|
+
"height": 80,
|
|
188
|
+
"itemStyle": "DEFAULT",
|
|
189
|
+
"itemType": "CONTAINER",
|
|
190
|
+
"layoutPos": {
|
|
191
|
+
"shrink": 1,
|
|
192
|
+
"height": 80,
|
|
193
|
+
"heightMode": "PX",
|
|
194
|
+
"layout": "FLEX"
|
|
195
|
+
},
|
|
196
|
+
"id": "container3"
|
|
197
|
+
}
|
|
198
|
+
],
|
|
199
|
+
"layout": {
|
|
200
|
+
"layout": "FLEX"
|
|
201
|
+
},
|
|
202
|
+
"dataRegionType": "INHERIT",
|
|
203
|
+
"caption": "容器",
|
|
204
|
+
"itemStyle": "DEFAULT",
|
|
205
|
+
"itemType": "CONTAINER",
|
|
206
|
+
"layoutPos": {
|
|
207
|
+
"shrink": 1,
|
|
208
|
+
"layout": "FLEX"
|
|
209
|
+
},
|
|
210
|
+
"id": "container5"
|
|
211
|
+
}
|
|
212
|
+
],
|
|
213
|
+
"layout": {
|
|
214
|
+
"layout": "FLEX"
|
|
215
|
+
},
|
|
216
|
+
"dataRegionType": "INHERIT",
|
|
217
|
+
"caption": "容器",
|
|
218
|
+
"itemStyle": "DEFAULT",
|
|
219
|
+
"itemType": "CONTAINER",
|
|
220
|
+
"layoutPos": {
|
|
221
|
+
"shrink": 1,
|
|
222
|
+
"layout": "FLEX"
|
|
223
|
+
},
|
|
224
|
+
"id": "container1"
|
|
225
|
+
}
|
|
226
|
+
],
|
|
227
|
+
"predefinedType": "APPLOGINVIEW",
|
|
228
|
+
"layout": {
|
|
229
|
+
"align": "center",
|
|
230
|
+
"layout": "FLEX",
|
|
231
|
+
"valign": "center"
|
|
232
|
+
},
|
|
233
|
+
"dataRegionType": "INHERIT",
|
|
234
|
+
"caption": "容器",
|
|
235
|
+
"itemStyle": "DEFAULT",
|
|
236
|
+
"itemType": "CONTAINER",
|
|
237
|
+
"layoutPos": {
|
|
238
|
+
"grow": 1,
|
|
239
|
+
"shrink": 1,
|
|
240
|
+
"layout": "FLEX"
|
|
241
|
+
},
|
|
242
|
+
"id": "container"
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"layoutPanel": true,
|
|
246
|
+
"codeName": "AppLoginViewLayout",
|
|
247
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
248
|
+
"logicName": "应用登录视图",
|
|
249
|
+
"controlParam": {},
|
|
250
|
+
"name": "layoutpanel",
|
|
251
|
+
"id": "apploginviewlayout"
|
|
252
|
+
}
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"layout": {
|
|
4
|
+
"layout": "FLEX"
|
|
5
|
+
},
|
|
6
|
+
"rootPanelItems": [
|
|
7
|
+
{
|
|
8
|
+
"panelItems": [
|
|
9
|
+
{
|
|
10
|
+
"panelItems": [
|
|
11
|
+
{
|
|
12
|
+
"panelItems": [
|
|
13
|
+
{
|
|
14
|
+
"caption": "页面标题",
|
|
15
|
+
"itemStyle": "DEFAULT",
|
|
16
|
+
"itemType": "CTRLPOS",
|
|
17
|
+
"layoutPos": {
|
|
18
|
+
"shrink": 1,
|
|
19
|
+
"layout": "FLEX"
|
|
20
|
+
},
|
|
21
|
+
"showCaption": true,
|
|
22
|
+
"id": "captionbar"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"layout": {
|
|
26
|
+
"layout": "FLEX"
|
|
27
|
+
},
|
|
28
|
+
"dataRegionType": "INHERIT",
|
|
29
|
+
"caption": "容器",
|
|
30
|
+
"itemStyle": "DEFAULT",
|
|
31
|
+
"itemType": "CONTAINER",
|
|
32
|
+
"layoutPos": {
|
|
33
|
+
"shrink": 1,
|
|
34
|
+
"layout": "FLEX"
|
|
35
|
+
},
|
|
36
|
+
"id": "control_captionbar"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"layout": {
|
|
40
|
+
"layout": "FLEX"
|
|
41
|
+
},
|
|
42
|
+
"dataRegionType": "INHERIT",
|
|
43
|
+
"caption": "容器",
|
|
44
|
+
"itemStyle": "DEFAULT",
|
|
45
|
+
"itemType": "CONTAINER",
|
|
46
|
+
"layoutPos": {
|
|
47
|
+
"shrink": 1,
|
|
48
|
+
"layout": "FLEX"
|
|
49
|
+
},
|
|
50
|
+
"id": "control_header_left"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"panelItems": [
|
|
54
|
+
{
|
|
55
|
+
"panelItems": [
|
|
56
|
+
{
|
|
57
|
+
"caption": "搜索栏",
|
|
58
|
+
"itemStyle": "DEFAULT",
|
|
59
|
+
"itemType": "CTRLPOS",
|
|
60
|
+
"layoutPos": {
|
|
61
|
+
"shrink": 1,
|
|
62
|
+
"layout": "FLEX"
|
|
63
|
+
},
|
|
64
|
+
"showCaption": true,
|
|
65
|
+
"id": "searchbar"
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"layout": {
|
|
69
|
+
"layout": "FLEX"
|
|
70
|
+
},
|
|
71
|
+
"dataRegionType": "INHERIT",
|
|
72
|
+
"caption": "容器",
|
|
73
|
+
"itemStyle": "DEFAULT",
|
|
74
|
+
"itemType": "CONTAINER",
|
|
75
|
+
"layoutPos": {
|
|
76
|
+
"shrink": 0,
|
|
77
|
+
"layout": "FLEX"
|
|
78
|
+
},
|
|
79
|
+
"id": "control_searchbar"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"panelItems": [
|
|
83
|
+
{
|
|
84
|
+
"caption": "工具栏",
|
|
85
|
+
"itemStyle": "DEFAULT",
|
|
86
|
+
"itemType": "CTRLPOS",
|
|
87
|
+
"layoutPos": {
|
|
88
|
+
"shrink": 1,
|
|
89
|
+
"layout": "FLEX"
|
|
90
|
+
},
|
|
91
|
+
"showCaption": true,
|
|
92
|
+
"id": "chartexpbar_toolbar"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"layout": {
|
|
96
|
+
"layout": "FLEX"
|
|
97
|
+
},
|
|
98
|
+
"dataRegionType": "INHERIT",
|
|
99
|
+
"caption": "容器",
|
|
100
|
+
"itemStyle": "DEFAULT",
|
|
101
|
+
"itemType": "CONTAINER",
|
|
102
|
+
"layoutPos": {
|
|
103
|
+
"shrink": 0,
|
|
104
|
+
"layout": "FLEX"
|
|
105
|
+
},
|
|
106
|
+
"id": "control_toolbar"
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"layout": {
|
|
110
|
+
"dir": "row",
|
|
111
|
+
"layout": "FLEX"
|
|
112
|
+
},
|
|
113
|
+
"dataRegionType": "INHERIT",
|
|
114
|
+
"caption": "容器",
|
|
115
|
+
"itemStyle": "DEFAULT",
|
|
116
|
+
"itemType": "CONTAINER",
|
|
117
|
+
"layoutPos": {
|
|
118
|
+
"shrink": 1,
|
|
119
|
+
"layout": "FLEX"
|
|
120
|
+
},
|
|
121
|
+
"id": "control_header_right"
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"layout": {
|
|
125
|
+
"align": "space-between",
|
|
126
|
+
"dir": "row",
|
|
127
|
+
"layout": "FLEX",
|
|
128
|
+
"valign": "center"
|
|
129
|
+
},
|
|
130
|
+
"dataRegionType": "INHERIT",
|
|
131
|
+
"caption": "容器",
|
|
132
|
+
"itemStyle": "DEFAULT",
|
|
133
|
+
"itemType": "CONTAINER",
|
|
134
|
+
"layoutPos": {
|
|
135
|
+
"shrink": 0,
|
|
136
|
+
"layout": "FLEX"
|
|
137
|
+
},
|
|
138
|
+
"id": "control_header"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"panelItems": [
|
|
142
|
+
{
|
|
143
|
+
"caption": "导航图表",
|
|
144
|
+
"itemStyle": "DEFAULT",
|
|
145
|
+
"itemType": "CTRLPOS",
|
|
146
|
+
"layoutPos": {
|
|
147
|
+
"grow": 1,
|
|
148
|
+
"shrink": 1,
|
|
149
|
+
"layout": "FLEX"
|
|
150
|
+
},
|
|
151
|
+
"showCaption": true,
|
|
152
|
+
"id": "chartexpbar_chart"
|
|
153
|
+
}
|
|
154
|
+
],
|
|
155
|
+
"layout": {
|
|
156
|
+
"layout": "FLEX"
|
|
157
|
+
},
|
|
158
|
+
"dataRegionType": "INHERIT",
|
|
159
|
+
"caption": "容器",
|
|
160
|
+
"itemStyle": "DEFAULT",
|
|
161
|
+
"itemType": "CONTAINER",
|
|
162
|
+
"layoutPos": {
|
|
163
|
+
"grow": 1,
|
|
164
|
+
"shrink": 1,
|
|
165
|
+
"layout": "FLEX"
|
|
166
|
+
},
|
|
167
|
+
"id": "control_chart"
|
|
168
|
+
}
|
|
169
|
+
],
|
|
170
|
+
"layoutPanel": true,
|
|
171
|
+
"codeName": "ChartViewExpBarLayout",
|
|
172
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
173
|
+
"logicName": "部件-图表导航栏布局面板",
|
|
174
|
+
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
175
|
+
"controlParam": {},
|
|
176
|
+
"name": "layoutpanel",
|
|
177
|
+
"id": "chartviewexpbarlayout"
|
|
178
|
+
}
|
package/src/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.ts
ADDED
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"layout": {
|
|
4
|
+
"layout": "FLEX"
|
|
5
|
+
},
|
|
6
|
+
"rootPanelItems": [
|
|
7
|
+
{
|
|
8
|
+
"panelItems": [
|
|
9
|
+
{
|
|
10
|
+
"panelItems": [
|
|
11
|
+
{
|
|
12
|
+
"panelItems": [
|
|
13
|
+
{
|
|
14
|
+
"caption": "页面标题",
|
|
15
|
+
"itemStyle": "DEFAULT",
|
|
16
|
+
"itemType": "CTRLPOS",
|
|
17
|
+
"layoutPos": {
|
|
18
|
+
"shrink": 1,
|
|
19
|
+
"layout": "FLEX"
|
|
20
|
+
},
|
|
21
|
+
"showCaption": true,
|
|
22
|
+
"id": "captionbar"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"layout": {
|
|
26
|
+
"layout": "FLEX"
|
|
27
|
+
},
|
|
28
|
+
"dataRegionType": "INHERIT",
|
|
29
|
+
"caption": "容器",
|
|
30
|
+
"itemStyle": "DEFAULT",
|
|
31
|
+
"itemType": "CONTAINER",
|
|
32
|
+
"layoutPos": {
|
|
33
|
+
"shrink": 1,
|
|
34
|
+
"layout": "FLEX"
|
|
35
|
+
},
|
|
36
|
+
"id": "control_captionbar"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"layout": {
|
|
40
|
+
"layout": "FLEX"
|
|
41
|
+
},
|
|
42
|
+
"dataRegionType": "INHERIT",
|
|
43
|
+
"caption": "容器",
|
|
44
|
+
"itemStyle": "DEFAULT",
|
|
45
|
+
"itemType": "CONTAINER",
|
|
46
|
+
"layoutPos": {
|
|
47
|
+
"shrink": 1,
|
|
48
|
+
"layout": "FLEX"
|
|
49
|
+
},
|
|
50
|
+
"id": "control_header_left"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"panelItems": [
|
|
54
|
+
{
|
|
55
|
+
"panelItems": [
|
|
56
|
+
{
|
|
57
|
+
"caption": "搜索栏",
|
|
58
|
+
"itemStyle": "DEFAULT",
|
|
59
|
+
"itemType": "CTRLPOS",
|
|
60
|
+
"layoutPos": {
|
|
61
|
+
"shrink": 1,
|
|
62
|
+
"layout": "FLEX"
|
|
63
|
+
},
|
|
64
|
+
"showCaption": true,
|
|
65
|
+
"id": "searchbar"
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"layout": {
|
|
69
|
+
"dir": "column",
|
|
70
|
+
"layout": "FLEX"
|
|
71
|
+
},
|
|
72
|
+
"dataRegionType": "INHERIT",
|
|
73
|
+
"itemStyle": "DEFAULT",
|
|
74
|
+
"itemType": "CONTAINER",
|
|
75
|
+
"layoutPos": {
|
|
76
|
+
"shrink": 0,
|
|
77
|
+
"layout": "FLEX"
|
|
78
|
+
},
|
|
79
|
+
"id": "control_searchbar"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"panelItems": [
|
|
83
|
+
{
|
|
84
|
+
"caption": "工具栏",
|
|
85
|
+
"itemStyle": "DEFAULT",
|
|
86
|
+
"itemType": "CTRLPOS",
|
|
87
|
+
"layoutPos": {
|
|
88
|
+
"shrink": 1,
|
|
89
|
+
"layout": "FLEX"
|
|
90
|
+
},
|
|
91
|
+
"showCaption": true,
|
|
92
|
+
"id": "dataviewexpbar_toolbar"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"layout": {
|
|
96
|
+
"layout": "FLEX"
|
|
97
|
+
},
|
|
98
|
+
"dataRegionType": "INHERIT",
|
|
99
|
+
"caption": "容器",
|
|
100
|
+
"itemStyle": "DEFAULT",
|
|
101
|
+
"itemType": "CONTAINER",
|
|
102
|
+
"layoutPos": {
|
|
103
|
+
"shrink": 1,
|
|
104
|
+
"layout": "FLEX"
|
|
105
|
+
},
|
|
106
|
+
"id": "control_toolbar"
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"layout": {
|
|
110
|
+
"dir": "row",
|
|
111
|
+
"layout": "FLEX"
|
|
112
|
+
},
|
|
113
|
+
"dataRegionType": "INHERIT",
|
|
114
|
+
"caption": "容器",
|
|
115
|
+
"itemStyle": "DEFAULT",
|
|
116
|
+
"itemType": "CONTAINER",
|
|
117
|
+
"layoutPos": {
|
|
118
|
+
"shrink": 1,
|
|
119
|
+
"layout": "FLEX"
|
|
120
|
+
},
|
|
121
|
+
"id": "control_header_right"
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"predefinedType": "EXP_HEADER",
|
|
125
|
+
"layout": {
|
|
126
|
+
"align": "space-between",
|
|
127
|
+
"dir": "row",
|
|
128
|
+
"layout": "FLEX",
|
|
129
|
+
"valign": "center"
|
|
130
|
+
},
|
|
131
|
+
"dataRegionType": "INHERIT",
|
|
132
|
+
"caption": "容器",
|
|
133
|
+
"itemStyle": "DEFAULT",
|
|
134
|
+
"itemType": "CONTAINER",
|
|
135
|
+
"layoutPos": {
|
|
136
|
+
"shrink": 0,
|
|
137
|
+
"layout": "FLEX"
|
|
138
|
+
},
|
|
139
|
+
"id": "control_header"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"panelItems": [
|
|
143
|
+
{
|
|
144
|
+
"caption": "导航数据视图",
|
|
145
|
+
"itemStyle": "DEFAULT",
|
|
146
|
+
"itemType": "CTRLPOS",
|
|
147
|
+
"layoutPos": {
|
|
148
|
+
"grow": 1,
|
|
149
|
+
"shrink": 1,
|
|
150
|
+
"layout": "FLEX"
|
|
151
|
+
},
|
|
152
|
+
"showCaption": true,
|
|
153
|
+
"id": "dataviewexpbar_dataview"
|
|
154
|
+
}
|
|
155
|
+
],
|
|
156
|
+
"predefinedType": "DATAVIEW",
|
|
157
|
+
"layout": {
|
|
158
|
+
"layout": "FLEX"
|
|
159
|
+
},
|
|
160
|
+
"dataRegionType": "INHERIT",
|
|
161
|
+
"caption": "容器",
|
|
162
|
+
"itemStyle": "DEFAULT",
|
|
163
|
+
"itemType": "CONTAINER",
|
|
164
|
+
"layoutPos": {
|
|
165
|
+
"grow": 1,
|
|
166
|
+
"shrink": 1,
|
|
167
|
+
"layout": "FLEX"
|
|
168
|
+
},
|
|
169
|
+
"id": "control_dataview"
|
|
170
|
+
}
|
|
171
|
+
],
|
|
172
|
+
"layoutPanel": true,
|
|
173
|
+
"codeName": "DataViewExpBarLayout",
|
|
174
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
175
|
+
"logicName": "部件-卡片导航栏布局面板",
|
|
176
|
+
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
177
|
+
"controlParam": {},
|
|
178
|
+
"name": "layoutpanel",
|
|
179
|
+
"id": "dataviewexpbarlayout"
|
|
180
|
+
}
|