@ibiz-template/web-theme 1.1.1 → 1.1.3

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.
Files changed (23) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/index.system.min.js +1 -1
  3. package/dist/index.system.min.js.map +1 -1
  4. package/es/publish/app-index-view-layout-no-nav.d.ts +335 -0
  5. package/es/publish/app-index-view-layout-no-nav.mjs +464 -0
  6. package/es/publish/app-index-view-layout-top-nonav.d.ts +295 -0
  7. package/es/publish/app-index-view-layout-top-nonav.mjs +414 -0
  8. package/es/publish/index.mjs +9 -0
  9. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.d.ts +204 -0
  10. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.mjs +254 -0
  11. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.d.ts +220 -0
  12. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.mjs +279 -0
  13. package/lib/publish/app-index-view-layout-no-nav.cjs +468 -0
  14. package/lib/publish/app-index-view-layout-top-nonav.cjs +418 -0
  15. package/lib/publish/index.cjs +9 -0
  16. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.cjs +258 -0
  17. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.cjs +283 -0
  18. package/package.json +1 -1
  19. package/src/publish/app-index-view-layout-no-nav.ts +461 -0
  20. package/src/publish/app-index-view-layout-top-nonav.ts +411 -0
  21. package/src/publish/index.ts +14 -0
  22. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.ts +251 -0
  23. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.ts +276 -0
@@ -0,0 +1,251 @@
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
+ "panelItems": [
15
+ {
16
+ "caption": "页面标题",
17
+ "itemStyle": "DEFAULT",
18
+ "itemType": "CTRLPOS",
19
+ "layoutPos": {
20
+ "shrink": 1,
21
+ "layout": "FLEX"
22
+ },
23
+ "showCaption": true,
24
+ "id": "captionbar"
25
+ }
26
+ ],
27
+ "layout": {
28
+ "align": "center",
29
+ "layout": "FLEX"
30
+ },
31
+ "dataRegionType": "INHERIT",
32
+ "caption": "容器",
33
+ "itemStyle": "DEFAULT",
34
+ "itemType": "CONTAINER",
35
+ "layoutPos": {
36
+ "shrink": 1,
37
+ "heightMode": "FULL",
38
+ "layout": "FLEX"
39
+ },
40
+ "id": "view_captionbar"
41
+ }
42
+ ],
43
+ "layout": {
44
+ "layout": "FLEX"
45
+ },
46
+ "dataRegionType": "INHERIT",
47
+ "caption": "容器",
48
+ "itemStyle": "DEFAULT",
49
+ "itemType": "CONTAINER",
50
+ "layoutPos": {
51
+ "shrink": 1,
52
+ "heightMode": "FULL",
53
+ "layout": "FLEX"
54
+ },
55
+ "id": "view_header_left"
56
+ },
57
+ {
58
+ "panelItems": [
59
+ {
60
+ "panelItems": [
61
+ {
62
+ "caption": "搜索栏",
63
+ "itemStyle": "DEFAULT",
64
+ "itemType": "CTRLPOS",
65
+ "layoutPos": {
66
+ "shrink": 1,
67
+ "layout": "FLEX"
68
+ },
69
+ "showCaption": true,
70
+ "id": "searchbar"
71
+ }
72
+ ],
73
+ "layout": {
74
+ "align": "center",
75
+ "layout": "FLEX"
76
+ },
77
+ "dataRegionType": "INHERIT",
78
+ "caption": "容器",
79
+ "itemStyle": "DEFAULT",
80
+ "itemType": "CONTAINER",
81
+ "layoutPos": {
82
+ "shrink": 1,
83
+ "heightMode": "FULL",
84
+ "layout": "FLEX"
85
+ },
86
+ "id": "view_searchbar"
87
+ },
88
+ {
89
+ "panelItems": [
90
+ {
91
+ "caption": "工具栏",
92
+ "itemStyle": "DEFAULT",
93
+ "itemType": "CTRLPOS",
94
+ "layoutPos": {
95
+ "shrink": 1,
96
+ "layout": "FLEX"
97
+ },
98
+ "showCaption": true,
99
+ "id": "toolbar"
100
+ }
101
+ ],
102
+ "layout": {
103
+ "align": "center",
104
+ "layout": "FLEX"
105
+ },
106
+ "dataRegionType": "INHERIT",
107
+ "caption": "容器",
108
+ "itemStyle": "DEFAULT",
109
+ "itemType": "CONTAINER",
110
+ "layoutPos": {
111
+ "shrink": 1,
112
+ "heightMode": "FULL",
113
+ "layout": "FLEX"
114
+ },
115
+ "id": "view_toolbar"
116
+ }
117
+ ],
118
+ "layout": {
119
+ "dir": "row",
120
+ "layout": "FLEX"
121
+ },
122
+ "dataRegionType": "INHERIT",
123
+ "caption": "容器",
124
+ "itemStyle": "DEFAULT",
125
+ "itemType": "CONTAINER",
126
+ "layoutPos": {
127
+ "shrink": 1,
128
+ "heightMode": "FULL",
129
+ "layout": "FLEX"
130
+ },
131
+ "id": "view_header_right"
132
+ }
133
+ ],
134
+ "predefinedType": "VIEWHEADER",
135
+ "layout": {
136
+ "align": "space-between",
137
+ "dir": "row",
138
+ "layout": "FLEX",
139
+ "valign": "center"
140
+ },
141
+ "dataRegionType": "INHERIT",
142
+ "caption": "容器",
143
+ "itemStyle": "DEFAULT",
144
+ "itemType": "CONTAINER",
145
+ "layoutPos": {
146
+ "shrink": 0,
147
+ "layout": "FLEX"
148
+ },
149
+ "id": "view_header"
150
+ }
151
+ ],
152
+ "predefinedType": "PANELPART",
153
+ "layout": {
154
+ "layout": "FLEX"
155
+ },
156
+ "dataRegionType": "INHERIT",
157
+ "caption": "引用布局面板",
158
+ "itemStyle": "DEFAULT",
159
+ "itemType": "CONTAINER",
160
+ "layoutPos": {
161
+ "shrink": 1,
162
+ "layout": "FLEX"
163
+ },
164
+ "showCaption": true,
165
+ "id": "panelpart"
166
+ },
167
+ {
168
+ "panelItems": [
169
+ {
170
+ "panelItems": [
171
+ {
172
+ "caption": "搜索表单",
173
+ "itemStyle": "DEFAULT",
174
+ "itemType": "CTRLPOS",
175
+ "layoutPos": {
176
+ "shrink": 1,
177
+ "layout": "FLEX"
178
+ },
179
+ "showCaption": true,
180
+ "id": "searchform"
181
+ }
182
+ ],
183
+ "layout": {
184
+ "dir": "column",
185
+ "layout": "FLEX"
186
+ },
187
+ "dataRegionType": "INHERIT",
188
+ "itemStyle": "DEFAULT",
189
+ "itemType": "CONTAINER",
190
+ "layoutPos": {
191
+ "shrink": 0,
192
+ "layout": "FLEX"
193
+ },
194
+ "id": "view_searchform"
195
+ }
196
+ ],
197
+ "predefinedType": "PANELPART",
198
+ "layout": {
199
+ "layout": "FLEX"
200
+ },
201
+ "dataRegionType": "INHERIT",
202
+ "caption": "引用布局面板",
203
+ "itemStyle": "DEFAULT",
204
+ "itemType": "CONTAINER",
205
+ "layoutPos": {
206
+ "shrink": 1,
207
+ "layout": "FLEX"
208
+ },
209
+ "showCaption": true,
210
+ "id": "panelpart1"
211
+ },
212
+ {
213
+ "panelItems": [
214
+ {
215
+ "caption": "甘特图",
216
+ "itemStyle": "DEFAULT",
217
+ "itemType": "CTRLPOS",
218
+ "layoutPos": {
219
+ "grow": 1,
220
+ "shrink": 1,
221
+ "layout": "FLEX"
222
+ },
223
+ "showCaption": true,
224
+ "id": "gantt"
225
+ }
226
+ ],
227
+ "predefinedType": "VIEWCONTENT",
228
+ "layout": {
229
+ "layout": "FLEX"
230
+ },
231
+ "dataRegionType": "INHERIT",
232
+ "caption": "容器",
233
+ "itemStyle": "DEFAULT",
234
+ "itemType": "CONTAINER",
235
+ "layoutPos": {
236
+ "grow": 1,
237
+ "shrink": 1,
238
+ "layout": "FLEX"
239
+ },
240
+ "id": "view_content"
241
+ }
242
+ ],
243
+ "layoutPanel": true,
244
+ "codeName": "GanttViewLayout",
245
+ "controlType": "VIEWLAYOUTPANEL",
246
+ "logicName": "甘特视图布局面板(预置模型)",
247
+ "appDataEntityId": "frontmodel.viewlayoutmodelrepository",
248
+ "controlParam": {},
249
+ "name": "layoutpanel",
250
+ "id": "ganttviewlayout"
251
+ }
@@ -0,0 +1,276 @@
1
+ export default {
2
+ "viewProxyMode": true,
3
+ "layoutMode": "FLEX",
4
+ "layout": {
5
+ "layout": "FLEX"
6
+ },
7
+ "rootPanelItems": [
8
+ {
9
+ "panelItems": [
10
+ {
11
+ "panelItems": [
12
+ {
13
+ "panelItems": [
14
+ {
15
+ "panelItems": [
16
+ {
17
+ "caption": "页面标题",
18
+ "itemStyle": "DEFAULT",
19
+ "itemType": "CTRLPOS",
20
+ "layoutPos": {
21
+ "shrink": 1,
22
+ "layout": "FLEX"
23
+ },
24
+ "showCaption": true,
25
+ "id": "captionbar"
26
+ }
27
+ ],
28
+ "layout": {
29
+ "align": "center",
30
+ "layout": "FLEX"
31
+ },
32
+ "dataRegionType": "INHERIT",
33
+ "caption": "容器",
34
+ "itemStyle": "DEFAULT",
35
+ "itemType": "CONTAINER",
36
+ "layoutPos": {
37
+ "shrink": 1,
38
+ "heightMode": "FULL",
39
+ "layout": "FLEX"
40
+ },
41
+ "id": "view_captionbar"
42
+ }
43
+ ],
44
+ "layout": {
45
+ "layout": "FLEX"
46
+ },
47
+ "dataRegionType": "INHERIT",
48
+ "caption": "容器",
49
+ "itemStyle": "DEFAULT",
50
+ "itemType": "CONTAINER",
51
+ "layoutPos": {
52
+ "shrink": 1,
53
+ "heightMode": "FULL",
54
+ "layout": "FLEX"
55
+ },
56
+ "id": "view_header_left"
57
+ },
58
+ {
59
+ "panelItems": [
60
+ {
61
+ "panelItems": [
62
+ {
63
+ "caption": "工具栏",
64
+ "itemStyle": "DEFAULT",
65
+ "itemType": "CTRLPOS",
66
+ "layoutPos": {
67
+ "shrink": 1,
68
+ "layout": "FLEX"
69
+ },
70
+ "showCaption": true,
71
+ "id": "toolbar"
72
+ }
73
+ ],
74
+ "layout": {
75
+ "align": "center",
76
+ "layout": "FLEX"
77
+ },
78
+ "dataRegionType": "INHERIT",
79
+ "caption": "容器",
80
+ "itemStyle": "DEFAULT",
81
+ "itemType": "CONTAINER",
82
+ "layoutPos": {
83
+ "shrink": 1,
84
+ "heightMode": "FULL",
85
+ "layout": "FLEX"
86
+ },
87
+ "id": "view_toolbar"
88
+ }
89
+ ],
90
+ "layout": {
91
+ "layout": "FLEX"
92
+ },
93
+ "dataRegionType": "INHERIT",
94
+ "caption": "容器",
95
+ "itemStyle": "DEFAULT",
96
+ "itemType": "CONTAINER",
97
+ "layoutPos": {
98
+ "shrink": 1,
99
+ "heightMode": "FULL",
100
+ "layout": "FLEX"
101
+ },
102
+ "id": "view_header_right"
103
+ }
104
+ ],
105
+ "predefinedType": "VIEWHEADER",
106
+ "layout": {
107
+ "align": "space-between",
108
+ "dir": "row",
109
+ "layout": "FLEX",
110
+ "valign": "center"
111
+ },
112
+ "dataRegionType": "INHERIT",
113
+ "caption": "容器",
114
+ "itemStyle": "DEFAULT",
115
+ "itemType": "CONTAINER",
116
+ "layoutPos": {
117
+ "shrink": 0,
118
+ "layout": "FLEX"
119
+ },
120
+ "id": "view_header"
121
+ }
122
+ ],
123
+ "predefinedType": "PANELPART",
124
+ "layout": {
125
+ "layout": "FLEX"
126
+ },
127
+ "dataRegionType": "INHERIT",
128
+ "caption": "引用布局面板",
129
+ "itemStyle": "DEFAULT",
130
+ "itemType": "CONTAINER",
131
+ "layoutPos": {
132
+ "shrink": 1,
133
+ "layout": "FLEX"
134
+ },
135
+ "showCaption": true,
136
+ "id": "panelpart"
137
+ },
138
+ {
139
+ "panelItems": [
140
+ {
141
+ "panelItems": [
142
+ {
143
+ "caption": "表单",
144
+ "itemStyle": "DEFAULT",
145
+ "itemType": "CTRLPOS",
146
+ "layoutPos": {
147
+ "shrink": 1,
148
+ "layout": "FLEX"
149
+ },
150
+ "showCaption": true,
151
+ "id": "form"
152
+ }
153
+ ],
154
+ "layout": {
155
+ "layout": "FLEX"
156
+ },
157
+ "dataRegionType": "INHERIT",
158
+ "caption": "容器",
159
+ "itemStyle": "DEFAULT",
160
+ "itemType": "CONTAINER",
161
+ "layoutPos": {
162
+ "shrink": 0,
163
+ "layout": "FLEX"
164
+ },
165
+ "id": "view_form"
166
+ },
167
+ {
168
+ "panelItems": [
169
+ {
170
+ "caption": "数据关系栏",
171
+ "itemStyle": "DEFAULT",
172
+ "itemType": "CTRLPOS",
173
+ "layoutPos": {
174
+ "shrink": 1,
175
+ "heightMode": "FULL",
176
+ "layout": "FLEX",
177
+ "widthMode": "FULL"
178
+ },
179
+ "showCaption": true,
180
+ "id": "drbar"
181
+ }
182
+ ],
183
+ "layout": {
184
+ "layout": "FLEX"
185
+ },
186
+ "dataRegionType": "INHERIT",
187
+ "caption": "容器",
188
+ "contentHeight": 65,
189
+ "height": 65,
190
+ "itemStyle": "DEFAULT",
191
+ "itemType": "CONTAINER",
192
+ "layoutPos": {
193
+ "shrink": 0,
194
+ "height": 65,
195
+ "heightMode": "PX",
196
+ "layout": "FLEX"
197
+ },
198
+ "id": "view_drbar"
199
+ },
200
+ {
201
+ "panelItems": [
202
+ {
203
+ "rawItem": {
204
+ "predefinedType": "NAV_POS",
205
+ "id": "nav_pos"
206
+ },
207
+ "caption": "导航区占位",
208
+ "itemStyle": "DEFAULT",
209
+ "itemType": "RAWITEM",
210
+ "layoutPos": {
211
+ "shrink": 1,
212
+ "layout": "FLEX"
213
+ },
214
+ "showCaption": true,
215
+ "id": "nav_pos"
216
+ }
217
+ ],
218
+ "layout": {
219
+ "layout": "FLEX"
220
+ },
221
+ "dataRegionType": "INHERIT",
222
+ "caption": "容器",
223
+ "itemStyle": "DEFAULT",
224
+ "itemType": "CONTAINER",
225
+ "layoutPos": {
226
+ "grow": 1,
227
+ "shrink": 1,
228
+ "layout": "FLEX"
229
+ },
230
+ "id": "view_nav_pos"
231
+ }
232
+ ],
233
+ "predefinedType": "VIEWCONTENT",
234
+ "layout": {
235
+ "layout": "FLEX"
236
+ },
237
+ "dataRegionType": "INHERIT",
238
+ "caption": "容器",
239
+ "itemStyle": "DEFAULT",
240
+ "itemType": "CONTAINER",
241
+ "layoutPos": {
242
+ "grow": 1,
243
+ "shrink": 1,
244
+ "layout": "FLEX"
245
+ },
246
+ "id": "view_content"
247
+ }
248
+ ],
249
+ "layoutPanel": true,
250
+ "controls": [
251
+ {
252
+ "capLanguageRes": {
253
+ "defaultContent": "视图布局模型存储",
254
+ "lanResTag": "DE.LNAME.VIEWLAYOUTMODELREPOSITORY",
255
+ "lanResType": "DE.LNAME",
256
+ "refFlag": true,
257
+ "name": "实体逻辑名称(DE.LNAME.*)[VIEWLAYOUTMODELREPOSITORY]",
258
+ "id": "实体逻辑名称(de.lname.*)[viewlayoutmodelrepository]"
259
+ },
260
+ "caption": "实体首页视图布局面板",
261
+ "codeName": "DEIndexViewLayoutcaptionbar",
262
+ "controlType": "CAPTIONBAR",
263
+ "appDataEntityId": "frontmodel.viewlayoutmodelrepository",
264
+ "controlParam": {},
265
+ "name": "captionbar",
266
+ "id": "deindexviewlayoutcaptionbar"
267
+ }
268
+ ],
269
+ "codeName": "DEIndexViewLayout",
270
+ "controlType": "VIEWLAYOUTPANEL",
271
+ "logicName": "实体首页视图布局面板(预置模型)",
272
+ "appDataEntityId": "frontmodel.viewlayoutmodelrepository",
273
+ "controlParam": {},
274
+ "name": "layoutpanel",
275
+ "id": "deindexviewlayout"
276
+ }