@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.
- package/CHANGELOG.md +13 -0
- 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 +335 -0
- package/es/publish/app-index-view-layout-no-nav.mjs +464 -0
- package/es/publish/app-index-view-layout-top-nonav.d.ts +295 -0
- package/es/publish/app-index-view-layout-top-nonav.mjs +414 -0
- package/es/publish/index.mjs +9 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.d.ts +204 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.mjs +254 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.d.ts +220 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.mjs +279 -0
- package/lib/publish/app-index-view-layout-no-nav.cjs +468 -0
- package/lib/publish/app-index-view-layout-top-nonav.cjs +418 -0
- package/lib/publish/index.cjs +9 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.cjs +258 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.cjs +283 -0
- package/package.json +1 -1
- package/src/publish/app-index-view-layout-no-nav.ts +461 -0
- package/src/publish/app-index-view-layout-top-nonav.ts +411 -0
- package/src/publish/index.ts +14 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.ts +251 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.ts +276 -0
|
@@ -0,0 +1,414 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var AppIndexViewLayout_TOP_NO_NAV = {
|
|
3
|
+
"layoutMode": "FLEX",
|
|
4
|
+
"layout": {
|
|
5
|
+
"layout": "FLEX"
|
|
6
|
+
},
|
|
7
|
+
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"panelItems": [
|
|
10
|
+
{
|
|
11
|
+
"panelItems": [
|
|
12
|
+
{
|
|
13
|
+
"panelItems": [
|
|
14
|
+
{
|
|
15
|
+
"rawItem": {
|
|
16
|
+
"predefinedType": "NAV_POS_INDEX",
|
|
17
|
+
"id": "nav_pos_index"
|
|
18
|
+
},
|
|
19
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
20
|
+
"itemStyle": "DEFAULT",
|
|
21
|
+
"itemType": "RAWITEM",
|
|
22
|
+
"layoutPos": {
|
|
23
|
+
"grow": 1,
|
|
24
|
+
"shrink": 1,
|
|
25
|
+
"layout": "FLEX"
|
|
26
|
+
},
|
|
27
|
+
"showCaption": true,
|
|
28
|
+
"id": "nav_pos_index"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"layout": {
|
|
32
|
+
"layout": "FLEX"
|
|
33
|
+
},
|
|
34
|
+
"dataRegionType": "INHERIT",
|
|
35
|
+
"caption": "\u5BB9\u5668",
|
|
36
|
+
"contentHeight": 100,
|
|
37
|
+
"itemStyle": "DEFAULT",
|
|
38
|
+
"itemType": "CONTAINER",
|
|
39
|
+
"layoutPos": {
|
|
40
|
+
"layoutPos": "CENTER",
|
|
41
|
+
"height": 100,
|
|
42
|
+
"heightMode": "PERCENTAGE",
|
|
43
|
+
"layout": "BORDER"
|
|
44
|
+
},
|
|
45
|
+
"id": "app_content"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"predefinedType": "CONTAINER_SCROLL_MAIN",
|
|
49
|
+
"layout": {
|
|
50
|
+
"layout": "BORDER"
|
|
51
|
+
},
|
|
52
|
+
"dataRegionType": "INHERIT",
|
|
53
|
+
"caption": "\u9762\u677F\u5BB9\u5668",
|
|
54
|
+
"contentWidth": 100,
|
|
55
|
+
"itemStyle": "DEFAULT",
|
|
56
|
+
"itemType": "CONTAINER",
|
|
57
|
+
"layoutPos": {
|
|
58
|
+
"layoutPos": "CENTER",
|
|
59
|
+
"layout": "BORDER",
|
|
60
|
+
"width": 100,
|
|
61
|
+
"widthMode": "PERCENTAGE"
|
|
62
|
+
},
|
|
63
|
+
"showCaption": true,
|
|
64
|
+
"id": "container_scroll_main"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"panelItems": [
|
|
68
|
+
{
|
|
69
|
+
"panelItems": [
|
|
70
|
+
{
|
|
71
|
+
"rawItem": {
|
|
72
|
+
"predefinedType": "APP_APPTITLE",
|
|
73
|
+
"id": "app_apptitle"
|
|
74
|
+
},
|
|
75
|
+
"caption": "\u5E94\u7528\u6807\u9898",
|
|
76
|
+
"itemStyle": "DEFAULT",
|
|
77
|
+
"itemType": "RAWITEM",
|
|
78
|
+
"layoutPos": {
|
|
79
|
+
"shrink": 0,
|
|
80
|
+
"layout": "FLEX"
|
|
81
|
+
},
|
|
82
|
+
"showCaption": true,
|
|
83
|
+
"id": "app_apptitle"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"caption": "\u9996\u9875\u83DC\u5355",
|
|
87
|
+
"itemStyle": "DEFAULT",
|
|
88
|
+
"itemType": "CTRLPOS",
|
|
89
|
+
"layoutPos": {
|
|
90
|
+
"shrink": 1,
|
|
91
|
+
"layout": "FLEX"
|
|
92
|
+
},
|
|
93
|
+
"showCaption": true,
|
|
94
|
+
"id": "appmenu"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"panelItems": [
|
|
98
|
+
{
|
|
99
|
+
"panelItems": [
|
|
100
|
+
{
|
|
101
|
+
"rawItem": {
|
|
102
|
+
"caption": "\u6587\u672C\u5185\u5BB9",
|
|
103
|
+
"halign": "LEFT",
|
|
104
|
+
"renderMode": "TEXT",
|
|
105
|
+
"valign": "MIDDLE",
|
|
106
|
+
"wrapMode": "NOWRAP",
|
|
107
|
+
"contentType": "RAW",
|
|
108
|
+
"predefinedType": "INDEX_VIEW_SEARCH",
|
|
109
|
+
"id": "index_view_search"
|
|
110
|
+
},
|
|
111
|
+
"caption": "\u6587\u672C",
|
|
112
|
+
"itemStyle": "DEFAULT",
|
|
113
|
+
"itemType": "RAWITEM",
|
|
114
|
+
"layoutPos": {
|
|
115
|
+
"shrink": 1,
|
|
116
|
+
"layout": "FLEX"
|
|
117
|
+
},
|
|
118
|
+
"showCaption": true,
|
|
119
|
+
"id": "index_view_search"
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"layout": {
|
|
123
|
+
"align": "center",
|
|
124
|
+
"layout": "FLEX",
|
|
125
|
+
"valign": "center"
|
|
126
|
+
},
|
|
127
|
+
"dataRegionType": "INHERIT",
|
|
128
|
+
"caption": "\u5BB9\u5668",
|
|
129
|
+
"itemStyle": "DEFAULT",
|
|
130
|
+
"itemType": "CONTAINER",
|
|
131
|
+
"layoutPos": {
|
|
132
|
+
"shrink": 1,
|
|
133
|
+
"heightMode": "FULL",
|
|
134
|
+
"layout": "FLEX"
|
|
135
|
+
},
|
|
136
|
+
"id": "container3"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"panelItems": [
|
|
140
|
+
{
|
|
141
|
+
"panelItems": [
|
|
142
|
+
{
|
|
143
|
+
"actionType": "NONE",
|
|
144
|
+
"buttonStyle": "DEFAULT",
|
|
145
|
+
"buttonType": "PANELBUTTON",
|
|
146
|
+
"renderMode": "BUTTON",
|
|
147
|
+
"tooltip": "\u6309\u94AE",
|
|
148
|
+
"uiactionTarget": "NONE",
|
|
149
|
+
"caption": "\u6309\u94AE",
|
|
150
|
+
"itemStyle": "DEFAULT",
|
|
151
|
+
"itemType": "BUTTON",
|
|
152
|
+
"layoutPos": {
|
|
153
|
+
"shrink": 1,
|
|
154
|
+
"layout": "FLEX"
|
|
155
|
+
},
|
|
156
|
+
"sysImage": {
|
|
157
|
+
"imagePath": "svg/message.svg",
|
|
158
|
+
"imagePathX": "svg/message.svg"
|
|
159
|
+
},
|
|
160
|
+
"id": "button_calluilogic"
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"layout": {
|
|
164
|
+
"layout": "FLEX"
|
|
165
|
+
},
|
|
166
|
+
"dataRegionType": "INHERIT",
|
|
167
|
+
"caption": "\u5BB9\u5668",
|
|
168
|
+
"itemStyle": "DEFAULT",
|
|
169
|
+
"itemType": "CONTAINER",
|
|
170
|
+
"layoutPos": {
|
|
171
|
+
"shrink": 1,
|
|
172
|
+
"layout": "FLEX"
|
|
173
|
+
},
|
|
174
|
+
"id": "container4"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"panelItems": [
|
|
178
|
+
{
|
|
179
|
+
"actionType": "NONE",
|
|
180
|
+
"buttonStyle": "DEFAULT",
|
|
181
|
+
"buttonType": "PANELBUTTON",
|
|
182
|
+
"renderMode": "BUTTON",
|
|
183
|
+
"tooltip": "\u6309\u94AE",
|
|
184
|
+
"uiactionTarget": "NONE",
|
|
185
|
+
"caption": "\u6309\u94AE",
|
|
186
|
+
"itemStyle": "DEFAULT",
|
|
187
|
+
"itemType": "BUTTON",
|
|
188
|
+
"layoutPos": {
|
|
189
|
+
"shrink": 1,
|
|
190
|
+
"layout": "FLEX"
|
|
191
|
+
},
|
|
192
|
+
"sysImage": {
|
|
193
|
+
"imagePath": "svg/setting.svg",
|
|
194
|
+
"imagePathX": "svg/setting.svg"
|
|
195
|
+
},
|
|
196
|
+
"id": "button_calluilogic1"
|
|
197
|
+
}
|
|
198
|
+
],
|
|
199
|
+
"layout": {
|
|
200
|
+
"layout": "FLEX"
|
|
201
|
+
},
|
|
202
|
+
"dataRegionType": "INHERIT",
|
|
203
|
+
"caption": "\u5BB9\u5668",
|
|
204
|
+
"itemStyle": "DEFAULT",
|
|
205
|
+
"itemType": "CONTAINER",
|
|
206
|
+
"layoutPos": {
|
|
207
|
+
"shrink": 1,
|
|
208
|
+
"layout": "FLEX"
|
|
209
|
+
},
|
|
210
|
+
"id": "container5"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"panelItems": [
|
|
214
|
+
{
|
|
215
|
+
"actionType": "NONE",
|
|
216
|
+
"buttonStyle": "DEFAULT",
|
|
217
|
+
"buttonType": "PANELBUTTON",
|
|
218
|
+
"renderMode": "BUTTON",
|
|
219
|
+
"tooltip": "\u6309\u94AE",
|
|
220
|
+
"uiactionTarget": "NONE",
|
|
221
|
+
"caption": "\u6309\u94AE",
|
|
222
|
+
"itemStyle": "DEFAULT",
|
|
223
|
+
"itemType": "BUTTON",
|
|
224
|
+
"layoutPos": {
|
|
225
|
+
"shrink": 1,
|
|
226
|
+
"layout": "FLEX"
|
|
227
|
+
},
|
|
228
|
+
"sysImage": {
|
|
229
|
+
"imagePath": "svg/helper.svg",
|
|
230
|
+
"imagePathX": "svg/helper.svg"
|
|
231
|
+
},
|
|
232
|
+
"id": "button_calluilogic2"
|
|
233
|
+
}
|
|
234
|
+
],
|
|
235
|
+
"layout": {
|
|
236
|
+
"layout": "FLEX"
|
|
237
|
+
},
|
|
238
|
+
"dataRegionType": "INHERIT",
|
|
239
|
+
"caption": "\u5BB9\u5668",
|
|
240
|
+
"itemStyle": "DEFAULT",
|
|
241
|
+
"itemType": "CONTAINER",
|
|
242
|
+
"layoutPos": {
|
|
243
|
+
"shrink": 1,
|
|
244
|
+
"layout": "FLEX"
|
|
245
|
+
},
|
|
246
|
+
"id": "container6"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"panelItems": [
|
|
250
|
+
{
|
|
251
|
+
"actionType": "NONE",
|
|
252
|
+
"buttonStyle": "DEFAULT",
|
|
253
|
+
"buttonType": "PANELBUTTON",
|
|
254
|
+
"renderMode": "BUTTON",
|
|
255
|
+
"tooltip": "\u6309\u94AE",
|
|
256
|
+
"uiactionTarget": "NONE",
|
|
257
|
+
"caption": "\u6309\u94AE",
|
|
258
|
+
"itemStyle": "DEFAULT",
|
|
259
|
+
"itemType": "BUTTON",
|
|
260
|
+
"layoutPos": {
|
|
261
|
+
"shrink": 1,
|
|
262
|
+
"layout": "FLEX"
|
|
263
|
+
},
|
|
264
|
+
"sysImage": {
|
|
265
|
+
"imagePath": "svg/custom-workbench.svg",
|
|
266
|
+
"imagePathX": "svg/custom-workbench.svg"
|
|
267
|
+
},
|
|
268
|
+
"id": "button_calluilogic3"
|
|
269
|
+
}
|
|
270
|
+
],
|
|
271
|
+
"layout": {
|
|
272
|
+
"layout": "FLEX"
|
|
273
|
+
},
|
|
274
|
+
"dataRegionType": "INHERIT",
|
|
275
|
+
"caption": "\u5BB9\u5668",
|
|
276
|
+
"itemStyle": "DEFAULT",
|
|
277
|
+
"itemType": "CONTAINER",
|
|
278
|
+
"layoutPos": {
|
|
279
|
+
"shrink": 1,
|
|
280
|
+
"layout": "FLEX"
|
|
281
|
+
},
|
|
282
|
+
"id": "container7"
|
|
283
|
+
}
|
|
284
|
+
],
|
|
285
|
+
"layout": {
|
|
286
|
+
"align": "center",
|
|
287
|
+
"dir": "row",
|
|
288
|
+
"layout": "FLEX",
|
|
289
|
+
"valign": "center"
|
|
290
|
+
},
|
|
291
|
+
"dataRegionType": "INHERIT",
|
|
292
|
+
"caption": "\u5BB9\u5668",
|
|
293
|
+
"itemStyle": "DEFAULT",
|
|
294
|
+
"itemType": "CONTAINER",
|
|
295
|
+
"layoutPos": {
|
|
296
|
+
"shrink": 1,
|
|
297
|
+
"heightMode": "FULL",
|
|
298
|
+
"layout": "FLEX"
|
|
299
|
+
},
|
|
300
|
+
"id": "indextopactions"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"panelItems": [
|
|
304
|
+
{
|
|
305
|
+
"rawItem": {
|
|
306
|
+
"predefinedType": "AUTH_USERINFO",
|
|
307
|
+
"id": "auth_userinfo"
|
|
308
|
+
},
|
|
309
|
+
"caption": "\u7528\u6237\u4FE1\u606F",
|
|
310
|
+
"itemStyle": "DEFAULT",
|
|
311
|
+
"itemType": "RAWITEM",
|
|
312
|
+
"layoutPos": {
|
|
313
|
+
"shrink": 1,
|
|
314
|
+
"layout": "FLEX"
|
|
315
|
+
},
|
|
316
|
+
"showCaption": true,
|
|
317
|
+
"id": "auth_userinfo"
|
|
318
|
+
}
|
|
319
|
+
],
|
|
320
|
+
"layout": {
|
|
321
|
+
"align": "center",
|
|
322
|
+
"layout": "FLEX",
|
|
323
|
+
"valign": "center"
|
|
324
|
+
},
|
|
325
|
+
"dataRegionType": "INHERIT",
|
|
326
|
+
"caption": "\u5BB9\u5668",
|
|
327
|
+
"itemStyle": "DEFAULT",
|
|
328
|
+
"itemType": "CONTAINER",
|
|
329
|
+
"layoutPos": {
|
|
330
|
+
"shrink": 1,
|
|
331
|
+
"heightMode": "FULL",
|
|
332
|
+
"layout": "FLEX"
|
|
333
|
+
},
|
|
334
|
+
"id": "container1"
|
|
335
|
+
}
|
|
336
|
+
],
|
|
337
|
+
"layout": {
|
|
338
|
+
"dir": "row",
|
|
339
|
+
"layout": "FLEX"
|
|
340
|
+
},
|
|
341
|
+
"dataRegionType": "INHERIT",
|
|
342
|
+
"caption": "\u5BB9\u5668",
|
|
343
|
+
"itemStyle": "DEFAULT",
|
|
344
|
+
"itemType": "CONTAINER",
|
|
345
|
+
"layoutPos": {
|
|
346
|
+
"shrink": 0,
|
|
347
|
+
"layout": "FLEX"
|
|
348
|
+
},
|
|
349
|
+
"id": "container"
|
|
350
|
+
}
|
|
351
|
+
],
|
|
352
|
+
"predefinedType": "AppHeader",
|
|
353
|
+
"layout": {
|
|
354
|
+
"align": "space-between",
|
|
355
|
+
"dir": "row",
|
|
356
|
+
"layout": "FLEX"
|
|
357
|
+
},
|
|
358
|
+
"dataRegionType": "INHERIT",
|
|
359
|
+
"caption": "\u5BB9\u5668",
|
|
360
|
+
"itemStyle": "DEFAULT",
|
|
361
|
+
"itemType": "CONTAINER",
|
|
362
|
+
"layoutPos": {
|
|
363
|
+
"layoutPos": "CENTER",
|
|
364
|
+
"heightMode": "FULL",
|
|
365
|
+
"layout": "BORDER"
|
|
366
|
+
},
|
|
367
|
+
"id": "app_header"
|
|
368
|
+
}
|
|
369
|
+
],
|
|
370
|
+
"predefinedType": "CONTAINER_SCROLL_HEADER",
|
|
371
|
+
"layout": {
|
|
372
|
+
"layout": "BORDER"
|
|
373
|
+
},
|
|
374
|
+
"dataRegionType": "INHERIT",
|
|
375
|
+
"caption": "\u9762\u677F\u5BB9\u5668",
|
|
376
|
+
"contentHeight": 56,
|
|
377
|
+
"height": 56,
|
|
378
|
+
"itemStyle": "DEFAULT",
|
|
379
|
+
"itemType": "CONTAINER",
|
|
380
|
+
"layoutPos": {
|
|
381
|
+
"layoutPos": "NORTH",
|
|
382
|
+
"height": 56,
|
|
383
|
+
"heightMode": "PX",
|
|
384
|
+
"layout": "BORDER"
|
|
385
|
+
},
|
|
386
|
+
"showCaption": true,
|
|
387
|
+
"id": "container_scroll_header"
|
|
388
|
+
}
|
|
389
|
+
],
|
|
390
|
+
"predefinedType": "CONTAINER_SCROLL",
|
|
391
|
+
"layout": {
|
|
392
|
+
"layout": "BORDER"
|
|
393
|
+
},
|
|
394
|
+
"dataRegionType": "INHERIT",
|
|
395
|
+
"caption": "\u6EDA\u52A8\u6761\u5BB9\u5668",
|
|
396
|
+
"itemStyle": "DEFAULT",
|
|
397
|
+
"itemType": "CONTAINER",
|
|
398
|
+
"layoutPos": {
|
|
399
|
+
"shrink": 1,
|
|
400
|
+
"layout": "FLEX"
|
|
401
|
+
},
|
|
402
|
+
"id": "container_scroll1"
|
|
403
|
+
}
|
|
404
|
+
],
|
|
405
|
+
"layoutPanel": true,
|
|
406
|
+
"codeName": "IndexViewLayout_TOP_NONAV",
|
|
407
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
408
|
+
"logicName": "\u5E94\u7528\u9996\u9875\u89C6\u56FE\u5E03\u5C40_\u4E0A\u65B9\u83DC\u5355(\u65E0\u5206\u9875)",
|
|
409
|
+
"controlParam": {},
|
|
410
|
+
"name": "layoutpanel",
|
|
411
|
+
"id": "indexviewlayout_top_nonav"
|
|
412
|
+
};
|
|
413
|
+
|
|
414
|
+
export { AppIndexViewLayout_TOP_NO_NAV as default };
|
package/es/publish/index.mjs
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import AppIndexViewLayout_NO_NAV from './app-index-view-layout-no-nav.mjs';
|
|
2
|
+
import AppIndexViewLayout_TOP_NO_NAV from './app-index-view-layout-top-nonav.mjs';
|
|
1
3
|
import AppIndexViewLayout_BLANK_MODE from './app-index-view-layout-blank-mode.mjs';
|
|
2
4
|
import AppIndexViewLayout_CENTER from './app-index-view-layout-center.mjs';
|
|
3
5
|
import AppIndexViewLayout_TOP from './app-index-view-layout-top.mjs';
|
|
@@ -42,6 +44,8 @@ import DEMEditView9 from './view-layout-model-repository/view-layout-model-repos
|
|
|
42
44
|
import DEChartExpView from './view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.mjs';
|
|
43
45
|
import DEMAPVIEW from './view-layout-model-repository/view-layout-model-repository-de-map-view-layout.mjs';
|
|
44
46
|
import DEREPORTVIEW from './view-layout-model-repository/view-layout-model-repository-de-report-view-layout.mjs';
|
|
47
|
+
import DEGANTTVIEW from './view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.mjs';
|
|
48
|
+
import DEINDEXVIEW from './view-layout-model-repository/view-layout-model-repository-de-index-view-layout.mjs';
|
|
45
49
|
import GridExpBar from './control-layout/control-layout-model-repository-grid-exp-bar-layout.mjs';
|
|
46
50
|
import ListExpBar from './control-layout/control-layout-model-repository-list-exp-bar-layout.mjs';
|
|
47
51
|
import DataViewExpBar from './control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs';
|
|
@@ -57,6 +61,9 @@ function install(callBack) {
|
|
|
57
61
|
callBack("APPINDEXVIEW_DEFAULT_BLANK_MODE", AppIndexViewLayout_BLANK_MODE);
|
|
58
62
|
callBack("APPINDEXVIEW_DEFAULT_CENTER", AppIndexViewLayout_CENTER);
|
|
59
63
|
callBack("APPINDEXVIEW_DEFAULT_TOP", AppIndexViewLayout_TOP);
|
|
64
|
+
callBack("APPINDEXVIEW_DEFAULT_NO_NAV", AppIndexViewLayout_NO_NAV);
|
|
65
|
+
callBack("APPINDEXVIEW_DEFAULT_LEFT_NO_NAV", AppIndexViewLayout_NO_NAV);
|
|
66
|
+
callBack("APPINDEXVIEW_DEFAULT_TOP_NO_NAV", AppIndexViewLayout_TOP_NO_NAV);
|
|
60
67
|
callBack("APPLOGINVIEW_DEFAULT", AppLoginView);
|
|
61
68
|
callBack("DECHARTVIEW_DEFAULT", DEChartView);
|
|
62
69
|
callBack("DECHARTVIEW9_DEFAULT", DEChartView);
|
|
@@ -105,6 +112,8 @@ function install(callBack) {
|
|
|
105
112
|
callBack("DECHARTEXPVIEW_DEFAULT", DEChartExpView);
|
|
106
113
|
callBack("DEMAPVIEW_DEFAULT", DEMAPVIEW);
|
|
107
114
|
callBack("DEREPORTVIEW_DEFAULT", DEREPORTVIEW);
|
|
115
|
+
callBack("DEGANTTVIEW_DEFAULT", DEGANTTVIEW);
|
|
116
|
+
callBack("DEINDEXVIEW_DEFAULT", DEINDEXVIEW);
|
|
108
117
|
callBack("GRIDEXPBAR_DEFAULT", GridExpBar);
|
|
109
118
|
callBack("LISTEXPBAR_DEFAULT", ListExpBar);
|
|
110
119
|
callBack("DATAVIEWEXPBAR_DEFAULT", DataViewExpBar);
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: ({
|
|
7
|
+
panelItems: {
|
|
8
|
+
panelItems: ({
|
|
9
|
+
panelItems: {
|
|
10
|
+
panelItems: {
|
|
11
|
+
caption: string;
|
|
12
|
+
itemStyle: string;
|
|
13
|
+
itemType: string;
|
|
14
|
+
layoutPos: {
|
|
15
|
+
shrink: number;
|
|
16
|
+
layout: string;
|
|
17
|
+
};
|
|
18
|
+
showCaption: boolean;
|
|
19
|
+
id: string;
|
|
20
|
+
}[];
|
|
21
|
+
layout: {
|
|
22
|
+
align: string;
|
|
23
|
+
layout: string;
|
|
24
|
+
};
|
|
25
|
+
dataRegionType: string;
|
|
26
|
+
caption: string;
|
|
27
|
+
itemStyle: string;
|
|
28
|
+
itemType: string;
|
|
29
|
+
layoutPos: {
|
|
30
|
+
shrink: number;
|
|
31
|
+
heightMode: string;
|
|
32
|
+
layout: string;
|
|
33
|
+
};
|
|
34
|
+
id: string;
|
|
35
|
+
}[];
|
|
36
|
+
layout: {
|
|
37
|
+
layout: string;
|
|
38
|
+
dir?: undefined;
|
|
39
|
+
};
|
|
40
|
+
dataRegionType: string;
|
|
41
|
+
caption: string;
|
|
42
|
+
itemStyle: string;
|
|
43
|
+
itemType: string;
|
|
44
|
+
layoutPos: {
|
|
45
|
+
shrink: number;
|
|
46
|
+
heightMode: string;
|
|
47
|
+
layout: string;
|
|
48
|
+
};
|
|
49
|
+
id: string;
|
|
50
|
+
} | {
|
|
51
|
+
panelItems: {
|
|
52
|
+
panelItems: {
|
|
53
|
+
caption: string;
|
|
54
|
+
itemStyle: string;
|
|
55
|
+
itemType: string;
|
|
56
|
+
layoutPos: {
|
|
57
|
+
shrink: number;
|
|
58
|
+
layout: string;
|
|
59
|
+
};
|
|
60
|
+
showCaption: boolean;
|
|
61
|
+
id: string;
|
|
62
|
+
}[];
|
|
63
|
+
layout: {
|
|
64
|
+
align: string;
|
|
65
|
+
layout: string;
|
|
66
|
+
};
|
|
67
|
+
dataRegionType: string;
|
|
68
|
+
caption: string;
|
|
69
|
+
itemStyle: string;
|
|
70
|
+
itemType: string;
|
|
71
|
+
layoutPos: {
|
|
72
|
+
shrink: number;
|
|
73
|
+
heightMode: string;
|
|
74
|
+
layout: string;
|
|
75
|
+
};
|
|
76
|
+
id: string;
|
|
77
|
+
}[];
|
|
78
|
+
layout: {
|
|
79
|
+
dir: string;
|
|
80
|
+
layout: string;
|
|
81
|
+
};
|
|
82
|
+
dataRegionType: string;
|
|
83
|
+
caption: string;
|
|
84
|
+
itemStyle: string;
|
|
85
|
+
itemType: string;
|
|
86
|
+
layoutPos: {
|
|
87
|
+
shrink: number;
|
|
88
|
+
heightMode: string;
|
|
89
|
+
layout: string;
|
|
90
|
+
};
|
|
91
|
+
id: string;
|
|
92
|
+
})[];
|
|
93
|
+
predefinedType: string;
|
|
94
|
+
layout: {
|
|
95
|
+
align: string;
|
|
96
|
+
dir: string;
|
|
97
|
+
layout: string;
|
|
98
|
+
valign: string;
|
|
99
|
+
};
|
|
100
|
+
dataRegionType: string;
|
|
101
|
+
caption: string;
|
|
102
|
+
itemStyle: string;
|
|
103
|
+
itemType: string;
|
|
104
|
+
layoutPos: {
|
|
105
|
+
shrink: number;
|
|
106
|
+
layout: string;
|
|
107
|
+
};
|
|
108
|
+
id: string;
|
|
109
|
+
}[];
|
|
110
|
+
predefinedType: string;
|
|
111
|
+
layout: {
|
|
112
|
+
layout: string;
|
|
113
|
+
};
|
|
114
|
+
dataRegionType: string;
|
|
115
|
+
caption: string;
|
|
116
|
+
itemStyle: string;
|
|
117
|
+
itemType: string;
|
|
118
|
+
layoutPos: {
|
|
119
|
+
shrink: number;
|
|
120
|
+
layout: string;
|
|
121
|
+
grow?: undefined;
|
|
122
|
+
};
|
|
123
|
+
showCaption: boolean;
|
|
124
|
+
id: string;
|
|
125
|
+
} | {
|
|
126
|
+
panelItems: {
|
|
127
|
+
panelItems: {
|
|
128
|
+
caption: string;
|
|
129
|
+
itemStyle: string;
|
|
130
|
+
itemType: string;
|
|
131
|
+
layoutPos: {
|
|
132
|
+
shrink: number;
|
|
133
|
+
layout: string;
|
|
134
|
+
};
|
|
135
|
+
showCaption: boolean;
|
|
136
|
+
id: string;
|
|
137
|
+
}[];
|
|
138
|
+
layout: {
|
|
139
|
+
dir: string;
|
|
140
|
+
layout: string;
|
|
141
|
+
};
|
|
142
|
+
dataRegionType: string;
|
|
143
|
+
itemStyle: string;
|
|
144
|
+
itemType: string;
|
|
145
|
+
layoutPos: {
|
|
146
|
+
shrink: number;
|
|
147
|
+
layout: string;
|
|
148
|
+
};
|
|
149
|
+
id: string;
|
|
150
|
+
}[];
|
|
151
|
+
predefinedType: string;
|
|
152
|
+
layout: {
|
|
153
|
+
layout: string;
|
|
154
|
+
};
|
|
155
|
+
dataRegionType: string;
|
|
156
|
+
caption: string;
|
|
157
|
+
itemStyle: string;
|
|
158
|
+
itemType: string;
|
|
159
|
+
layoutPos: {
|
|
160
|
+
shrink: number;
|
|
161
|
+
layout: string;
|
|
162
|
+
grow?: undefined;
|
|
163
|
+
};
|
|
164
|
+
showCaption: boolean;
|
|
165
|
+
id: string;
|
|
166
|
+
} | {
|
|
167
|
+
panelItems: {
|
|
168
|
+
caption: string;
|
|
169
|
+
itemStyle: string;
|
|
170
|
+
itemType: string;
|
|
171
|
+
layoutPos: {
|
|
172
|
+
grow: number;
|
|
173
|
+
shrink: number;
|
|
174
|
+
layout: string;
|
|
175
|
+
};
|
|
176
|
+
showCaption: boolean;
|
|
177
|
+
id: string;
|
|
178
|
+
}[];
|
|
179
|
+
predefinedType: string;
|
|
180
|
+
layout: {
|
|
181
|
+
layout: string;
|
|
182
|
+
};
|
|
183
|
+
dataRegionType: string;
|
|
184
|
+
caption: string;
|
|
185
|
+
itemStyle: string;
|
|
186
|
+
itemType: string;
|
|
187
|
+
layoutPos: {
|
|
188
|
+
grow: number;
|
|
189
|
+
shrink: number;
|
|
190
|
+
layout: string;
|
|
191
|
+
};
|
|
192
|
+
id: string;
|
|
193
|
+
showCaption?: undefined;
|
|
194
|
+
})[];
|
|
195
|
+
layoutPanel: boolean;
|
|
196
|
+
codeName: string;
|
|
197
|
+
controlType: string;
|
|
198
|
+
logicName: string;
|
|
199
|
+
appDataEntityId: string;
|
|
200
|
+
controlParam: {};
|
|
201
|
+
name: string;
|
|
202
|
+
id: string;
|
|
203
|
+
};
|
|
204
|
+
export default _default;
|