@ibiz-template/web-theme 1.1.2 → 1.1.4

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 (27) 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 +7 -0
  9. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.d.ts +220 -0
  10. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.mjs +279 -0
  11. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.d.ts +1 -0
  12. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.mjs +1 -0
  13. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.d.ts +1 -0
  14. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.mjs +1 -0
  15. package/lib/publish/app-index-view-layout-no-nav.cjs +468 -0
  16. package/lib/publish/app-index-view-layout-top-nonav.cjs +418 -0
  17. package/lib/publish/index.cjs +7 -0
  18. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.cjs +283 -0
  19. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.cjs +1 -0
  20. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.cjs +1 -0
  21. package/package.json +2 -2
  22. package/src/publish/app-index-view-layout-no-nav.ts +461 -0
  23. package/src/publish/app-index-view-layout-top-nonav.ts +411 -0
  24. package/src/publish/index.ts +11 -0
  25. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.ts +276 -0
  26. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.ts +1 -0
  27. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.ts +1 -0
@@ -0,0 +1,464 @@
1
+ "use strict";
2
+ var AppIndexViewLayout_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": "container4"
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
+ "rawItemHeight": 90,
74
+ "id": "app_apptitle"
75
+ },
76
+ "caption": "\u5E94\u7528\u6807\u9898",
77
+ "contentHeight": 90,
78
+ "height": 90,
79
+ "itemStyle": "DEFAULT",
80
+ "itemType": "RAWITEM",
81
+ "layoutPos": {
82
+ "shrink": 0,
83
+ "height": 90,
84
+ "heightMode": "PX",
85
+ "layout": "FLEX",
86
+ "widthMode": "FULL"
87
+ },
88
+ "showCaption": true,
89
+ "id": "app_apptitle"
90
+ },
91
+ {
92
+ "rawItem": {
93
+ "predefinedType": "AUTH_USERINFO",
94
+ "rawItemHeight": 68,
95
+ "id": "auth_userinfo"
96
+ },
97
+ "caption": "\u7528\u6237\u4FE1\u606F",
98
+ "contentHeight": 68,
99
+ "height": 68,
100
+ "itemStyle": "DEFAULT",
101
+ "itemType": "RAWITEM",
102
+ "layoutPos": {
103
+ "shrink": 0,
104
+ "height": 68,
105
+ "heightMode": "PX",
106
+ "layout": "FLEX",
107
+ "widthMode": "FULL"
108
+ },
109
+ "showCaption": true,
110
+ "id": "auth_userinfo"
111
+ },
112
+ {
113
+ "panelItems": [
114
+ {
115
+ "panelItems": [
116
+ {
117
+ "rawItem": {
118
+ "sysImage": {
119
+ "imagePath": "svg/message.svg",
120
+ "imagePathX": "svg/message.svg"
121
+ },
122
+ "contentType": "IMAGE",
123
+ "predefinedType": "USERMESSAGE",
124
+ "id": "usermessage"
125
+ },
126
+ "caption": "\u6D88\u606F\u901A\u77E5",
127
+ "itemStyle": "DEFAULT",
128
+ "itemType": "RAWITEM",
129
+ "layoutPos": {
130
+ "shrink": 1,
131
+ "heightMode": "FULL",
132
+ "layout": "FLEX",
133
+ "widthMode": "FULL"
134
+ },
135
+ "sysImage": {
136
+ "imagePath": "svg/message.svg",
137
+ "imagePathX": "svg/message.svg"
138
+ },
139
+ "showCaption": true,
140
+ "id": "usermessage"
141
+ }
142
+ ],
143
+ "layout": {
144
+ "layout": "FLEX"
145
+ },
146
+ "dataRegionType": "INHERIT",
147
+ "caption": "\u5BB9\u5668",
148
+ "contentHeight": 48,
149
+ "contentWidth": 48,
150
+ "height": 48,
151
+ "itemStyle": "DEFAULT",
152
+ "itemType": "CONTAINER",
153
+ "layoutPos": {
154
+ "shrink": 1,
155
+ "height": 48,
156
+ "heightMode": "PX",
157
+ "layout": "FLEX",
158
+ "width": 48,
159
+ "widthMode": "PX"
160
+ },
161
+ "width": 48,
162
+ "id": "container1"
163
+ },
164
+ {
165
+ "panelItems": [
166
+ {
167
+ "actionType": "NONE",
168
+ "buttonHeight": 48,
169
+ "buttonStyle": "DEFAULT",
170
+ "buttonType": "PANELBUTTON",
171
+ "buttonWidth": 48,
172
+ "renderMode": "BUTTON",
173
+ "tooltip": "\u6309\u94AE",
174
+ "uiactionTarget": "NONE",
175
+ "caption": "\u6309\u94AE",
176
+ "contentHeight": 48,
177
+ "contentWidth": 48,
178
+ "height": 48,
179
+ "itemStyle": "DEFAULT",
180
+ "itemType": "BUTTON",
181
+ "layoutPos": {
182
+ "shrink": 1,
183
+ "height": 48,
184
+ "heightMode": "FULL",
185
+ "layout": "FLEX",
186
+ "width": 48,
187
+ "widthMode": "FULL"
188
+ },
189
+ "sysImage": {
190
+ "imagePath": "svg/setting.svg",
191
+ "imagePathX": "svg/setting.svg"
192
+ },
193
+ "width": 48,
194
+ "id": "button_calluilogic1"
195
+ }
196
+ ],
197
+ "layout": {
198
+ "layout": "FLEX"
199
+ },
200
+ "dataRegionType": "INHERIT",
201
+ "caption": "\u5BB9\u5668",
202
+ "contentHeight": 48,
203
+ "contentWidth": 48,
204
+ "height": 48,
205
+ "itemStyle": "DEFAULT",
206
+ "itemType": "CONTAINER",
207
+ "layoutPos": {
208
+ "shrink": 1,
209
+ "height": 48,
210
+ "heightMode": "PX",
211
+ "layout": "FLEX",
212
+ "width": 48,
213
+ "widthMode": "PX"
214
+ },
215
+ "width": 48,
216
+ "id": "container2"
217
+ },
218
+ {
219
+ "panelItems": [
220
+ {
221
+ "actionType": "NONE",
222
+ "buttonHeight": 48,
223
+ "buttonStyle": "DEFAULT",
224
+ "buttonType": "PANELBUTTON",
225
+ "buttonWidth": 48,
226
+ "renderMode": "BUTTON",
227
+ "tooltip": "\u6309\u94AE",
228
+ "uiactionTarget": "NONE",
229
+ "caption": "\u6309\u94AE",
230
+ "contentHeight": 48,
231
+ "contentWidth": 48,
232
+ "height": 48,
233
+ "itemStyle": "DEFAULT",
234
+ "itemType": "BUTTON",
235
+ "layoutPos": {
236
+ "shrink": 1,
237
+ "height": 48,
238
+ "heightMode": "FULL",
239
+ "layout": "FLEX",
240
+ "width": 48,
241
+ "widthMode": "FULL"
242
+ },
243
+ "sysImage": {
244
+ "imagePath": "svg/helper.svg",
245
+ "imagePathX": "svg/helper.svg"
246
+ },
247
+ "width": 48,
248
+ "id": "button_calluilogic2"
249
+ }
250
+ ],
251
+ "layout": {
252
+ "layout": "FLEX"
253
+ },
254
+ "dataRegionType": "INHERIT",
255
+ "caption": "\u5BB9\u5668",
256
+ "contentHeight": 48,
257
+ "contentWidth": 48,
258
+ "height": 48,
259
+ "itemStyle": "DEFAULT",
260
+ "itemType": "CONTAINER",
261
+ "layoutPos": {
262
+ "shrink": 1,
263
+ "height": 48,
264
+ "heightMode": "PX",
265
+ "layout": "FLEX",
266
+ "width": 48,
267
+ "widthMode": "PX"
268
+ },
269
+ "width": 48,
270
+ "id": "container3"
271
+ },
272
+ {
273
+ "panelItems": [
274
+ {
275
+ "actionType": "NONE",
276
+ "buttonHeight": 48,
277
+ "buttonStyle": "DEFAULT",
278
+ "buttonType": "PANELBUTTON",
279
+ "buttonWidth": 48,
280
+ "renderMode": "BUTTON",
281
+ "tooltip": "\u6309\u94AE",
282
+ "uiactionTarget": "NONE",
283
+ "caption": "\u6309\u94AE",
284
+ "contentHeight": 48,
285
+ "contentWidth": 48,
286
+ "height": 48,
287
+ "itemStyle": "DEFAULT",
288
+ "itemType": "BUTTON",
289
+ "layoutPos": {
290
+ "shrink": 1,
291
+ "height": 48,
292
+ "heightMode": "FULL",
293
+ "layout": "FLEX",
294
+ "width": 48,
295
+ "widthMode": "FULL"
296
+ },
297
+ "sysImage": {
298
+ "imagePath": "svg/custom-workbench.svg",
299
+ "imagePathX": "svg/custom-workbench.svg"
300
+ },
301
+ "width": 48,
302
+ "id": "button_calluilogic3"
303
+ }
304
+ ],
305
+ "layout": {
306
+ "layout": "FLEX"
307
+ },
308
+ "dataRegionType": "INHERIT",
309
+ "caption": "\u5BB9\u5668",
310
+ "contentHeight": 48,
311
+ "contentWidth": 48,
312
+ "height": 48,
313
+ "itemStyle": "DEFAULT",
314
+ "itemType": "CONTAINER",
315
+ "layoutPos": {
316
+ "shrink": 1,
317
+ "height": 48,
318
+ "heightMode": "PX",
319
+ "layout": "FLEX",
320
+ "width": 48,
321
+ "widthMode": "PX"
322
+ },
323
+ "width": 48,
324
+ "id": "container5"
325
+ }
326
+ ],
327
+ "predefinedType": "INDEX_ACTIONS",
328
+ "layout": {
329
+ "align": "space-around",
330
+ "dir": "row",
331
+ "layout": "FLEX",
332
+ "valign": "center"
333
+ },
334
+ "dataRegionType": "INHERIT",
335
+ "caption": "\u5BB9\u5668",
336
+ "itemStyle": "DEFAULT",
337
+ "itemType": "CONTAINER",
338
+ "layoutPos": {
339
+ "shrink": 0,
340
+ "layout": "FLEX",
341
+ "widthMode": "FULL"
342
+ },
343
+ "id": "indexactions"
344
+ },
345
+ {
346
+ "panelItems": [
347
+ {
348
+ "rawItem": {
349
+ "caption": "\u6587\u672C\u5185\u5BB9",
350
+ "halign": "LEFT",
351
+ "renderMode": "TEXT",
352
+ "valign": "MIDDLE",
353
+ "wrapMode": "NOWRAP",
354
+ "contentType": "RAW",
355
+ "predefinedType": "INDEX_VIEW_SEARCH",
356
+ "id": "index_view_search"
357
+ },
358
+ "caption": "\u641C\u7D22\u680F",
359
+ "itemStyle": "DEFAULT",
360
+ "itemType": "RAWITEM",
361
+ "layoutPos": {
362
+ "shrink": 1,
363
+ "layout": "FLEX"
364
+ },
365
+ "showCaption": true,
366
+ "id": "index_view_search"
367
+ }
368
+ ],
369
+ "layout": {
370
+ "align": "center",
371
+ "layout": "FLEX",
372
+ "valign": "center"
373
+ },
374
+ "dataRegionType": "INHERIT",
375
+ "caption": "\u5BB9\u5668",
376
+ "contentHeight": 52,
377
+ "height": 52,
378
+ "itemStyle": "DEFAULT",
379
+ "itemType": "CONTAINER",
380
+ "layoutPos": {
381
+ "shrink": 0,
382
+ "height": 52,
383
+ "heightMode": "PX",
384
+ "layout": "FLEX",
385
+ "widthMode": "FULL"
386
+ },
387
+ "id": "container"
388
+ },
389
+ {
390
+ "caption": "\u9996\u9875\u83DC\u5355",
391
+ "itemStyle": "DEFAULT",
392
+ "itemType": "CTRLPOS",
393
+ "layoutPos": {
394
+ "grow": 1,
395
+ "shrink": 1,
396
+ "layout": "FLEX",
397
+ "widthMode": "FULL"
398
+ },
399
+ "showCaption": true,
400
+ "id": "appmenu"
401
+ }
402
+ ],
403
+ "predefinedType": "AppHeader",
404
+ "layout": {
405
+ "dir": "column",
406
+ "layout": "FLEX"
407
+ },
408
+ "dataRegionType": "INHERIT",
409
+ "caption": "\u5BB9\u5668",
410
+ "itemStyle": "DEFAULT",
411
+ "itemType": "CONTAINER",
412
+ "layoutPos": {
413
+ "layoutPos": "CENTER",
414
+ "heightMode": "FULL",
415
+ "layout": "BORDER"
416
+ },
417
+ "id": "app_header"
418
+ }
419
+ ],
420
+ "predefinedType": "CONTAINER_SCROLL_LEFT",
421
+ "layout": {
422
+ "layout": "BORDER"
423
+ },
424
+ "dataRegionType": "INHERIT",
425
+ "caption": "\u9762\u677F\u5BB9\u5668",
426
+ "contentWidth": 256,
427
+ "itemStyle": "DEFAULT",
428
+ "itemType": "CONTAINER",
429
+ "layoutPos": {
430
+ "layoutPos": "WEST",
431
+ "layout": "BORDER",
432
+ "width": 256,
433
+ "widthMode": "PX"
434
+ },
435
+ "width": 256,
436
+ "showCaption": true,
437
+ "id": "container_scroll_left"
438
+ }
439
+ ],
440
+ "predefinedType": "CONTAINER_SCROLL",
441
+ "layout": {
442
+ "layout": "BORDER"
443
+ },
444
+ "dataRegionType": "INHERIT",
445
+ "caption": "\u6EDA\u52A8\u6761\u5BB9\u5668",
446
+ "itemStyle": "DEFAULT",
447
+ "itemType": "CONTAINER",
448
+ "layoutPos": {
449
+ "shrink": 1,
450
+ "layout": "FLEX"
451
+ },
452
+ "id": "container_scroll1"
453
+ }
454
+ ],
455
+ "layoutPanel": true,
456
+ "codeName": "IndexViewLayoutNoNav",
457
+ "controlType": "VIEWLAYOUTPANEL",
458
+ "logicName": "\u5E94\u7528\u9996\u9875\u89C6\u56FE\u5E03\u5C40(\u65E0\u5206\u9875)",
459
+ "controlParam": {},
460
+ "name": "layoutpanel",
461
+ "id": "indexviewlayoutnonav"
462
+ };
463
+
464
+ export { AppIndexViewLayout_NO_NAV as default };