@ibiz-template/vue3-components 0.7.41-alpha.15 → 0.7.41-alpha.16

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 (65) hide show
  1. package/dist/index-U4v1OOOD.js +1 -0
  2. package/dist/index-lFGFvnYE.js +1 -0
  3. package/dist/index-m8q8r8br.js +4 -0
  4. package/dist/index.min.css +1 -1
  5. package/dist/index.system.min.js +1 -1
  6. package/dist/{wang-editor-yDknWojV.js → wang-editor-_06OYPpu.js} +1 -1
  7. package/dist/{xlsx-util-8l4wyK1s.js → xlsx-util-FNiwKrqm.js} +1 -1
  8. package/es/common/index.mjs +2 -0
  9. package/es/common/kanben-setting/kanben-setting.css +1 -0
  10. package/es/common/kanben-setting/kanben-setting.d.ts +42 -0
  11. package/es/common/kanben-setting/kanben-setting.mjs +65 -0
  12. package/es/control/data-view/data-view.css +1 -1
  13. package/es/control/data-view/data-view.mjs +42 -13
  14. package/es/control/drbar/drbar.controller.mjs +2 -0
  15. package/es/control/drtab/drtab.controller.mjs +2 -0
  16. package/es/control/form/edit-form/edit-form.mjs +11 -0
  17. package/es/control/form/form-detail/form-item/form-item.mjs +11 -7
  18. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.mjs +4 -1
  19. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.mjs +1 -0
  20. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.d.ts +6 -0
  21. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.mjs +4 -0
  22. package/es/control/kanban/kanban.css +1 -1
  23. package/es/control/kanban/kanban.mjs +16 -9
  24. package/es/control/kanban/swimlane-kanban/swimlane-kanban.css +1 -1
  25. package/es/control/kanban/swimlane-kanban/swimlane-kanban.d.ts +0 -6
  26. package/es/control/kanban/swimlane-kanban/swimlane-kanban.mjs +20 -9
  27. package/es/control/list/list.css +1 -1
  28. package/es/control/list/list.mjs +14 -1
  29. package/es/locale/en/index.d.ts +5 -0
  30. package/es/locale/en/index.mjs +6 -1
  31. package/es/locale/zh-CN/index.d.ts +5 -0
  32. package/es/locale/zh-CN/index.mjs +6 -1
  33. package/es/panel-component/app-extend-menu/extend-menu-base/common-extend-menu/common-extend-menu.mjs +20 -5
  34. package/es/panel-component/app-extend-menu/extend-menu-base/extend-button-menu/extend-button-menu.d.ts +1950 -1
  35. package/es/panel-component/app-extend-menu/extend-menu-base/extend-menu-base.util.d.ts +53 -6
  36. package/es/panel-component/app-extend-menu/extend-menu-base/extend-standard-menu/extend-standard-menu.css +1 -0
  37. package/es/panel-component/app-extend-menu/extend-menu-base/extend-standard-menu/extend-standard-menu.d.ts +2031 -0
  38. package/es/panel-component/app-extend-menu/extend-menu-base/extend-standard-menu/extend-standard-menu.mjs +278 -0
  39. package/lib/common/index.cjs +2 -0
  40. package/lib/common/kanben-setting/kanben-setting.cjs +67 -0
  41. package/lib/common/kanben-setting/kanben-setting.css +1 -0
  42. package/lib/control/data-view/data-view.cjs +42 -13
  43. package/lib/control/data-view/data-view.css +1 -1
  44. package/lib/control/drbar/drbar.controller.cjs +2 -0
  45. package/lib/control/drtab/drtab.controller.cjs +2 -0
  46. package/lib/control/form/edit-form/edit-form.cjs +11 -0
  47. package/lib/control/form/form-detail/form-item/form-item.cjs +11 -7
  48. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.cjs +4 -1
  49. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.cjs +1 -0
  50. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.cjs +4 -0
  51. package/lib/control/kanban/kanban.cjs +15 -8
  52. package/lib/control/kanban/kanban.css +1 -1
  53. package/lib/control/kanban/swimlane-kanban/swimlane-kanban.cjs +20 -9
  54. package/lib/control/kanban/swimlane-kanban/swimlane-kanban.css +1 -1
  55. package/lib/control/list/list.cjs +14 -1
  56. package/lib/control/list/list.css +1 -1
  57. package/lib/locale/en/index.cjs +6 -1
  58. package/lib/locale/zh-CN/index.cjs +6 -1
  59. package/lib/panel-component/app-extend-menu/extend-menu-base/common-extend-menu/common-extend-menu.cjs +20 -5
  60. package/lib/panel-component/app-extend-menu/extend-menu-base/extend-standard-menu/extend-standard-menu.cjs +280 -0
  61. package/lib/panel-component/app-extend-menu/extend-menu-base/extend-standard-menu/extend-standard-menu.css +1 -0
  62. package/package.json +4 -4
  63. package/dist/index-1hn7qv2s.js +0 -4
  64. package/dist/index-EYFbyMUF.js +0 -1
  65. package/dist/index-kNUznzXY.js +0 -1
@@ -0,0 +1,2031 @@
1
+ import { PropType } from 'vue';
2
+ import { IAppMenuItem, ILayout } from '@ibiz/model-core';
3
+ import { IAppMenuItemProvider } from '@ibiz-template/runtime';
4
+ import './extend-standard-menu.scss';
5
+ export declare const ExtendStandardMenu: import("vue").DefineComponent<{
6
+ items: {
7
+ type: PropType<IAppMenuItem[]>;
8
+ required: true;
9
+ };
10
+ menuItemsState: {
11
+ type: PropType<{
12
+ [p: string]: {
13
+ visible: boolean;
14
+ permitted: boolean;
15
+ };
16
+ }>;
17
+ required: true;
18
+ };
19
+ providers: {
20
+ type: PropType<{
21
+ [key: string]: IAppMenuItemProvider;
22
+ }>;
23
+ required: true;
24
+ };
25
+ position: {
26
+ type: PropType<"TOP" | "BOTTOM" | "LEFT" | "RIGHT">;
27
+ required: true;
28
+ };
29
+ layoutMode: {
30
+ type: PropType<"TABLE_24COL" | "FLEX" | "TABLE" | "TABLE_12COL" | "BORDER" | "ABSOLUTE">;
31
+ required: true;
32
+ };
33
+ layout: {
34
+ type: PropType<ILayout>;
35
+ };
36
+ }, {
37
+ ns: import("@ibiz-template/core").Namespace;
38
+ defaultMenuRef: import("vue").Ref<any>;
39
+ refreshKey: import("vue").Ref<string>;
40
+ collapse: import("vue").Ref<boolean>;
41
+ menuAlign: import("vue").ComputedRef<"vertical" | "horizontal">;
42
+ menus: import("vue").Ref<{
43
+ level: number;
44
+ value?: string | undefined;
45
+ label?: string | undefined;
46
+ parentId?: string | undefined;
47
+ children?: any[] | undefined;
48
+ appMenuItemState?: number | undefined;
49
+ counterId?: string | undefined;
50
+ cssStyle?: string | undefined;
51
+ data?: string | undefined;
52
+ dynaClass?: string | undefined;
53
+ informTag?: string | undefined;
54
+ informTag2?: string | undefined;
55
+ appFuncId?: string | undefined;
56
+ appMenuItems?: {
57
+ appMenuItemState?: number | undefined;
58
+ counterId?: string | undefined;
59
+ cssStyle?: string | undefined;
60
+ data?: string | undefined;
61
+ dynaClass?: string | undefined;
62
+ informTag?: string | undefined;
63
+ informTag2?: string | undefined;
64
+ appFuncId?: string | undefined;
65
+ appMenuItems?: any[] | undefined;
66
+ sysCss?: {
67
+ codeName?: string | undefined;
68
+ cssName?: string | undefined;
69
+ cssStyle?: string | undefined;
70
+ designCssStyle?: string | undefined;
71
+ appId: string;
72
+ id?: string | undefined;
73
+ name?: string | undefined;
74
+ userParam?: Record<string, string> | undefined;
75
+ modelId?: string | undefined;
76
+ modelType?: string | undefined;
77
+ } | undefined;
78
+ sysImage?: {
79
+ codeName?: string | undefined;
80
+ cssClass?: string | undefined;
81
+ cssClassX?: string | undefined;
82
+ glyph?: string | undefined;
83
+ height?: number | undefined;
84
+ imagePath?: string | undefined;
85
+ imagePathX?: string | undefined;
86
+ rawContent?: string | undefined;
87
+ width?: number | undefined;
88
+ appId: string;
89
+ id?: string | undefined;
90
+ name?: string | undefined;
91
+ userParam?: Record<string, string> | undefined;
92
+ modelId?: string | undefined;
93
+ modelType?: string | undefined;
94
+ } | undefined;
95
+ sysPFPluginId?: string | undefined;
96
+ predefinedType?: string | undefined;
97
+ predefinedTypeParam?: string | undefined;
98
+ titleBarCloseMode?: number | undefined;
99
+ disableClose?: boolean | undefined;
100
+ hideSideBar?: boolean | undefined;
101
+ openDefault?: boolean | undefined;
102
+ spanMode?: boolean | undefined;
103
+ valid?: boolean | undefined;
104
+ accUserMode?: number | undefined;
105
+ accessKey?: string | undefined;
106
+ capLanguageRes?: {
107
+ defaultContent?: string | undefined;
108
+ lanResTag?: string | undefined;
109
+ lanResType?: string | undefined;
110
+ refFlag?: boolean | undefined;
111
+ appId: string;
112
+ id?: string | undefined;
113
+ name?: string | undefined;
114
+ codeName?: string | undefined;
115
+ userParam?: Record<string, string> | undefined;
116
+ modelId?: string | undefined;
117
+ modelType?: string | undefined;
118
+ } | undefined;
119
+ caption?: string | undefined;
120
+ itemType?: string | undefined;
121
+ tooltip?: string | undefined;
122
+ tooltipLanguageRes?: {
123
+ defaultContent?: string | undefined;
124
+ lanResTag?: string | undefined;
125
+ lanResType?: string | undefined;
126
+ refFlag?: boolean | undefined;
127
+ appId: string;
128
+ id?: string | undefined;
129
+ name?: string | undefined;
130
+ codeName?: string | undefined;
131
+ userParam?: Record<string, string> | undefined;
132
+ modelId?: string | undefined;
133
+ modelType?: string | undefined;
134
+ } | undefined;
135
+ expanded?: boolean | undefined;
136
+ hidden?: boolean | undefined;
137
+ controlAttributes?: {
138
+ attrName?: string | undefined;
139
+ attrValue?: string | undefined;
140
+ appId: string;
141
+ id?: string | undefined;
142
+ name?: string | undefined;
143
+ codeName?: string | undefined;
144
+ userParam?: Record<string, string> | undefined;
145
+ modelId?: string | undefined;
146
+ modelType?: string | undefined;
147
+ }[] | undefined;
148
+ controlLogics?: {
149
+ attrName?: string | undefined;
150
+ eventArg?: string | undefined;
151
+ eventArg2?: string | undefined;
152
+ eventNames?: string | undefined;
153
+ itemName?: string | undefined;
154
+ logicTag?: string | undefined;
155
+ logicType?: string | undefined;
156
+ appDEUIActionId?: string | undefined;
157
+ appDEUILogicId?: string | undefined;
158
+ appDataEntityId?: string | undefined;
159
+ appUILogicId?: string | undefined;
160
+ appViewEngineId?: string | undefined;
161
+ appViewLogicId?: string | undefined;
162
+ scriptCode?: string | undefined;
163
+ timer?: number | undefined;
164
+ triggerType?: string | undefined;
165
+ appId: string;
166
+ id?: string | undefined;
167
+ name?: string | undefined;
168
+ codeName?: string | undefined;
169
+ userParam?: Record<string, string> | undefined;
170
+ modelId?: string | undefined;
171
+ modelType?: string | undefined;
172
+ }[] | undefined;
173
+ controlRenders?: {
174
+ layoutPanelModel?: string | undefined;
175
+ layoutPanel?: {
176
+ codeName?: string | undefined;
177
+ dataMode?: number | undefined;
178
+ dataName?: string | undefined;
179
+ dataTimer?: number | undefined;
180
+ getControlAction?: {
181
+ adappDELogicId?: string | undefined;
182
+ actionDesc?: string | undefined;
183
+ appDEMethodId?: string | undefined;
184
+ appDataEntityId?: string | undefined;
185
+ timeout?: number | undefined;
186
+ appId: string;
187
+ id?: string | undefined;
188
+ name?: string | undefined;
189
+ codeName?: string | undefined;
190
+ userParam?: Record<string, string> | undefined;
191
+ modelId?: string | undefined;
192
+ modelType?: string | undefined;
193
+ } | undefined;
194
+ layoutMode?: string | undefined;
195
+ panelStyle?: string | undefined;
196
+ panelWidth?: number | undefined;
197
+ rootPanelItems?: {
198
+ capLanguageRes?: {
199
+ defaultContent?: string | undefined;
200
+ lanResTag?: string | undefined;
201
+ lanResType?: string | undefined;
202
+ refFlag?: boolean | undefined;
203
+ appId: string;
204
+ id?: string | undefined;
205
+ name?: string | undefined;
206
+ codeName?: string | undefined;
207
+ userParam?: Record<string, string> | undefined;
208
+ modelId?: string | undefined;
209
+ modelType?: string | undefined;
210
+ } | undefined;
211
+ caption?: string | undefined;
212
+ contentHeight?: number | undefined;
213
+ contentWidth?: number | undefined;
214
+ cssStyle?: string | undefined;
215
+ dynaClass?: string | undefined;
216
+ height?: number | undefined;
217
+ itemStyle?: string | undefined;
218
+ itemType?: string | undefined;
219
+ labelCssStyle?: string | undefined;
220
+ labelDynaClass?: string | undefined;
221
+ labelSysCss?: {
222
+ codeName?: string | undefined;
223
+ cssName?: string | undefined;
224
+ cssStyle?: string | undefined;
225
+ designCssStyle?: string | undefined;
226
+ appId: string;
227
+ id?: string | undefined;
228
+ name?: string | undefined;
229
+ userParam?: Record<string, string> | undefined;
230
+ modelId?: string | undefined;
231
+ modelType?: string | undefined;
232
+ } | undefined;
233
+ layout?: {
234
+ layout?: string | undefined;
235
+ appId: string;
236
+ id?: string | undefined;
237
+ name?: string | undefined;
238
+ codeName?: string | undefined;
239
+ userParam?: Record<string, string> | undefined;
240
+ modelId?: string | undefined;
241
+ modelType?: string | undefined;
242
+ } | undefined;
243
+ layoutPos?: {
244
+ halignSelf?: string | undefined;
245
+ height?: number | undefined;
246
+ heightMode?: string | undefined;
247
+ layout?: string | undefined;
248
+ spacingBottom?: string | undefined;
249
+ spacingLeft?: string | undefined;
250
+ spacingRight?: string | undefined;
251
+ spacingTop?: string | undefined;
252
+ valignSelf?: string | undefined;
253
+ width?: number | undefined;
254
+ widthMode?: string | undefined;
255
+ appId: string;
256
+ id?: string | undefined;
257
+ name?: string | undefined;
258
+ codeName?: string | undefined;
259
+ userParam?: Record<string, string> | undefined;
260
+ modelId?: string | undefined;
261
+ modelType?: string | undefined;
262
+ } | undefined;
263
+ panelItemGroupLogics?: {
264
+ logicCat?: string | undefined;
265
+ relatedItemNames?: string[] | undefined;
266
+ groupOP?: string | undefined;
267
+ panelItemLogics?: {
268
+ logicCat?: string | undefined;
269
+ logicType?: string | undefined;
270
+ appId: string;
271
+ id?: string | undefined;
272
+ name?: string | undefined;
273
+ codeName?: string | undefined;
274
+ userParam?: Record<string, string> | undefined;
275
+ modelId?: string | undefined;
276
+ modelType?: string | undefined;
277
+ }[] | undefined;
278
+ notMode?: boolean | undefined;
279
+ logicType?: string | undefined;
280
+ appId: string;
281
+ id?: string | undefined;
282
+ name?: string | undefined;
283
+ codeName?: string | undefined;
284
+ userParam?: Record<string, string> | undefined;
285
+ modelId?: string | undefined;
286
+ modelType?: string | undefined;
287
+ }[] | undefined;
288
+ sysCss?: {
289
+ codeName?: string | undefined;
290
+ cssName?: string | undefined;
291
+ cssStyle?: string | undefined;
292
+ designCssStyle?: string | undefined;
293
+ appId: string;
294
+ id?: string | undefined;
295
+ name?: string | undefined;
296
+ userParam?: Record<string, string> | undefined;
297
+ modelId?: string | undefined;
298
+ modelType?: string | undefined;
299
+ } | undefined;
300
+ sysImage?: {
301
+ codeName?: string | undefined;
302
+ cssClass?: string | undefined;
303
+ cssClassX?: string | undefined;
304
+ glyph?: string | undefined;
305
+ height?: number | undefined;
306
+ imagePath?: string | undefined;
307
+ imagePathX?: string | undefined;
308
+ rawContent?: string | undefined;
309
+ width?: number | undefined;
310
+ appId: string;
311
+ id?: string | undefined;
312
+ name?: string | undefined;
313
+ userParam?: Record<string, string> | undefined;
314
+ modelId?: string | undefined;
315
+ modelType?: string | undefined;
316
+ } | undefined;
317
+ sysPFPluginId?: string | undefined;
318
+ width?: number | undefined;
319
+ showCaption?: boolean | undefined;
320
+ controlAttributes?: {
321
+ attrName?: string | undefined;
322
+ attrValue?: string | undefined;
323
+ appId: string;
324
+ id?: string | undefined;
325
+ name?: string | undefined;
326
+ codeName?: string | undefined;
327
+ userParam?: Record<string, string> | undefined;
328
+ modelId?: string | undefined;
329
+ modelType?: string | undefined;
330
+ }[] | undefined;
331
+ controlLogics?: {
332
+ attrName?: string | undefined;
333
+ eventArg?: string | undefined;
334
+ eventArg2?: string | undefined;
335
+ eventNames?: string | undefined;
336
+ itemName?: string | undefined;
337
+ logicTag?: string | undefined;
338
+ logicType?: string | undefined;
339
+ appDEUIActionId?: string | undefined;
340
+ appDEUILogicId?: string | undefined;
341
+ appDataEntityId?: string | undefined;
342
+ appUILogicId?: string | undefined;
343
+ appViewEngineId?: string | undefined;
344
+ appViewLogicId?: string | undefined;
345
+ scriptCode?: string | undefined;
346
+ timer?: number | undefined;
347
+ triggerType?: string | undefined;
348
+ appId: string;
349
+ id?: string | undefined;
350
+ name?: string | undefined;
351
+ codeName?: string | undefined;
352
+ userParam?: Record<string, string> | undefined;
353
+ modelId?: string | undefined;
354
+ modelType?: string | undefined;
355
+ }[] | undefined;
356
+ controlRenders?: any[] | undefined;
357
+ appId: string;
358
+ id?: string | undefined;
359
+ name?: string | undefined;
360
+ codeName?: string | undefined;
361
+ userParam?: Record<string, string> | undefined;
362
+ modelId?: string | undefined;
363
+ modelType?: string | undefined;
364
+ }[] | undefined;
365
+ layoutPanel?: boolean | undefined;
366
+ mobilePanel?: boolean | undefined;
367
+ controlStyle?: string | undefined;
368
+ controlType?: string | undefined;
369
+ dynaSysMode?: number | undefined;
370
+ height?: number | undefined;
371
+ logicName?: string | undefined;
372
+ appDataEntityId?: string | undefined;
373
+ controlAttributes?: {
374
+ attrName?: string | undefined;
375
+ attrValue?: string | undefined;
376
+ appId: string;
377
+ id?: string | undefined;
378
+ name?: string | undefined;
379
+ codeName?: string | undefined;
380
+ userParam?: Record<string, string> | undefined;
381
+ modelId?: string | undefined;
382
+ modelType?: string | undefined;
383
+ }[] | undefined;
384
+ controlLogics?: {
385
+ attrName?: string | undefined;
386
+ eventArg?: string | undefined;
387
+ eventArg2?: string | undefined;
388
+ eventNames?: string | undefined;
389
+ itemName?: string | undefined;
390
+ logicTag?: string | undefined;
391
+ logicType?: string | undefined;
392
+ appDEUIActionId?: string | undefined;
393
+ appDEUILogicId?: string | undefined;
394
+ appDataEntityId?: string | undefined;
395
+ appUILogicId?: string | undefined;
396
+ appViewEngineId?: string | undefined;
397
+ appViewLogicId?: string | undefined;
398
+ scriptCode?: string | undefined;
399
+ timer?: number | undefined;
400
+ triggerType?: string | undefined;
401
+ appId: string;
402
+ id?: string | undefined;
403
+ name?: string | undefined;
404
+ codeName?: string | undefined;
405
+ userParam?: Record<string, string> | undefined;
406
+ modelId?: string | undefined;
407
+ modelType?: string | undefined;
408
+ }[] | undefined;
409
+ controlParam?: {
410
+ ctrlParams?: {
411
+ [x: string]: any;
412
+ [x: symbol]: any;
413
+ constructor: Function;
414
+ toString: () => string;
415
+ toLocaleString: () => string;
416
+ valueOf: () => Object;
417
+ hasOwnProperty: (v: PropertyKey) => boolean;
418
+ isPrototypeOf: (v: Object) => boolean;
419
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
420
+ } | undefined;
421
+ appId: string;
422
+ id?: string | undefined;
423
+ name?: string | undefined;
424
+ codeName?: string | undefined;
425
+ userParam?: Record<string, string> | undefined;
426
+ modelId?: string | undefined;
427
+ modelType?: string | undefined;
428
+ } | undefined;
429
+ controlRenders?: any[] | undefined;
430
+ ctrlMsg?: {
431
+ codeName?: string | undefined;
432
+ msgModel?: string | undefined;
433
+ ctrlMsgItems?: {
434
+ content?: string | undefined;
435
+ contentLanguageRes?: {
436
+ defaultContent?: string | undefined;
437
+ lanResTag?: string | undefined;
438
+ lanResType?: string | undefined;
439
+ refFlag?: boolean | undefined;
440
+ appId: string;
441
+ id?: string | undefined;
442
+ name?: string | undefined;
443
+ codeName?: string | undefined;
444
+ userParam?: Record<string, string> | undefined;
445
+ modelId?: string | undefined;
446
+ modelType?: string | undefined;
447
+ } | undefined;
448
+ timeout?: number | undefined;
449
+ appId: string;
450
+ id?: string | undefined;
451
+ name?: string | undefined;
452
+ codeName?: string | undefined;
453
+ userParam?: Record<string, string> | undefined;
454
+ modelId?: string | undefined;
455
+ modelType?: string | undefined;
456
+ }[] | undefined;
457
+ appId: string;
458
+ id?: string | undefined;
459
+ name?: string | undefined;
460
+ userParam?: Record<string, string> | undefined;
461
+ modelId?: string | undefined;
462
+ modelType?: string | undefined;
463
+ } | undefined;
464
+ sysCss?: {
465
+ codeName?: string | undefined;
466
+ cssName?: string | undefined;
467
+ cssStyle?: string | undefined;
468
+ designCssStyle?: string | undefined;
469
+ appId: string;
470
+ id?: string | undefined;
471
+ name?: string | undefined;
472
+ userParam?: Record<string, string> | undefined;
473
+ modelId?: string | undefined;
474
+ modelType?: string | undefined;
475
+ } | undefined;
476
+ sysPFPluginId?: string | undefined;
477
+ priority?: number | undefined;
478
+ user2ControlAction?: {
479
+ adappDELogicId?: string | undefined;
480
+ actionDesc?: string | undefined;
481
+ appDEMethodId?: string | undefined;
482
+ appDataEntityId?: string | undefined;
483
+ timeout?: number | undefined;
484
+ appId: string;
485
+ id?: string | undefined;
486
+ name?: string | undefined;
487
+ codeName?: string | undefined;
488
+ userParam?: Record<string, string> | undefined;
489
+ modelId?: string | undefined;
490
+ modelType?: string | undefined;
491
+ } | undefined;
492
+ userControlAction?: {
493
+ adappDELogicId?: string | undefined;
494
+ actionDesc?: string | undefined;
495
+ appDEMethodId?: string | undefined;
496
+ appDataEntityId?: string | undefined;
497
+ timeout?: number | undefined;
498
+ appId: string;
499
+ id?: string | undefined;
500
+ name?: string | undefined;
501
+ codeName?: string | undefined;
502
+ userParam?: Record<string, string> | undefined;
503
+ modelId?: string | undefined;
504
+ modelType?: string | undefined;
505
+ } | undefined;
506
+ width?: number | undefined;
507
+ appId: string;
508
+ id?: string | undefined;
509
+ name?: string | undefined;
510
+ userParam?: Record<string, string> | undefined;
511
+ modelId?: string | undefined;
512
+ modelType?: string | undefined;
513
+ appCounterRefs?: {
514
+ appCounter?: {
515
+ getAppDEActionId?: string | undefined;
516
+ getAppDEDataSetId?: string | undefined;
517
+ appDataEntityId?: string | undefined;
518
+ codeName?: string | undefined;
519
+ counterData?: string | undefined;
520
+ counterData2?: string | undefined;
521
+ counterType?: string | undefined;
522
+ customCond?: string | undefined;
523
+ counterId?: string | undefined;
524
+ sysPFPluginId?: string | undefined;
525
+ timer?: number | undefined;
526
+ uniqueTag?: string | undefined;
527
+ navigateContexts?: {
528
+ desc?: string | undefined;
529
+ key?: string | undefined;
530
+ value?: string | undefined;
531
+ rawValue?: boolean | undefined;
532
+ appId: string;
533
+ id?: string | undefined;
534
+ name?: string | undefined;
535
+ codeName?: string | undefined;
536
+ userParam?: Record<string, string> | undefined;
537
+ modelId?: string | undefined;
538
+ modelType?: string | undefined;
539
+ }[] | undefined;
540
+ navigateParams?: {
541
+ desc?: string | undefined;
542
+ key?: string | undefined;
543
+ value?: string | undefined;
544
+ rawValue?: boolean | undefined;
545
+ appId: string;
546
+ id?: string | undefined;
547
+ name?: string | undefined;
548
+ codeName?: string | undefined;
549
+ userParam?: Record<string, string> | undefined;
550
+ modelId?: string | undefined;
551
+ modelType?: string | undefined;
552
+ }[] | undefined;
553
+ appId: string;
554
+ id?: string | undefined;
555
+ name?: string | undefined;
556
+ userParam?: Record<string, string> | undefined;
557
+ modelId?: string | undefined;
558
+ modelType?: string | undefined;
559
+ } | undefined;
560
+ refMode?: {
561
+ [x: string]: any;
562
+ [x: symbol]: any;
563
+ constructor: Function;
564
+ toString: () => string;
565
+ toLocaleString: () => string;
566
+ valueOf: () => Object;
567
+ hasOwnProperty: (v: PropertyKey) => boolean;
568
+ isPrototypeOf: (v: Object) => boolean;
569
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
570
+ } | undefined;
571
+ tag?: string | undefined;
572
+ uniqueTag?: string | undefined;
573
+ appId: string;
574
+ id?: string | undefined;
575
+ name?: string | undefined;
576
+ codeName?: string | undefined;
577
+ userParam?: Record<string, string> | undefined;
578
+ modelId?: string | undefined;
579
+ modelType?: string | undefined;
580
+ }[] | undefined;
581
+ appViewEngines?: {
582
+ engineCat?: string | undefined;
583
+ engineType?: string | undefined;
584
+ params?: {
585
+ paramType?: string | undefined;
586
+ value?: {
587
+ [x: string]: any;
588
+ [x: symbol]: any;
589
+ constructor: Function;
590
+ toString: () => string;
591
+ toLocaleString: () => string;
592
+ valueOf: () => Object;
593
+ hasOwnProperty: (v: PropertyKey) => boolean;
594
+ isPrototypeOf: (v: Object) => boolean;
595
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
596
+ } | undefined;
597
+ appId: string;
598
+ id?: string | undefined;
599
+ name?: string | undefined;
600
+ codeName?: string | undefined;
601
+ userParam?: Record<string, string> | undefined;
602
+ modelId?: string | undefined;
603
+ modelType?: string | undefined;
604
+ }[] | undefined;
605
+ appId: string;
606
+ id?: string | undefined;
607
+ name?: string | undefined;
608
+ codeName?: string | undefined;
609
+ userParam?: Record<string, string> | undefined;
610
+ modelId?: string | undefined;
611
+ modelType?: string | undefined;
612
+ }[] | undefined;
613
+ appViewLogics?: {
614
+ builtinAppUILogic?: {
615
+ appDEUILogicId?: string | undefined;
616
+ appDataEntityId?: string | undefined;
617
+ appUILogicRefViews?: {
618
+ openMode?: string | undefined;
619
+ refMode?: string | undefined;
620
+ refAppViewId?: string | undefined;
621
+ navigateContexts?: {
622
+ desc?: string | undefined;
623
+ key?: string | undefined;
624
+ value?: string | undefined;
625
+ rawValue?: boolean | undefined;
626
+ appId: string;
627
+ id?: string | undefined;
628
+ name?: string | undefined;
629
+ codeName?: string | undefined;
630
+ userParam?: Record<string, string> | undefined;
631
+ modelId?: string | undefined;
632
+ modelType?: string | undefined;
633
+ }[] | undefined;
634
+ navigateParams?: {
635
+ desc?: string | undefined;
636
+ key?: string | undefined;
637
+ value?: string | undefined;
638
+ rawValue?: boolean | undefined;
639
+ appId: string;
640
+ id?: string | undefined;
641
+ name?: string | undefined;
642
+ codeName?: string | undefined;
643
+ userParam?: Record<string, string> | undefined;
644
+ modelId?: string | undefined;
645
+ modelType?: string | undefined;
646
+ }[] | undefined;
647
+ appId: string;
648
+ id?: string | undefined;
649
+ name?: string | undefined;
650
+ codeName?: string | undefined;
651
+ userParam?: Record<string, string> | undefined;
652
+ modelId?: string | undefined;
653
+ modelType?: string | undefined;
654
+ }[] | undefined;
655
+ sysPFPluginId?: string | undefined;
656
+ viewLogicType?: string | undefined;
657
+ builtinLogic?: boolean | undefined;
658
+ codeName?: string | undefined;
659
+ logicType?: string | undefined;
660
+ viewLogicStyle?: string | undefined;
661
+ appId: string;
662
+ id?: string | undefined;
663
+ name?: string | undefined;
664
+ userParam?: Record<string, string> | undefined;
665
+ modelId?: string | undefined;
666
+ modelType?: string | undefined;
667
+ } | undefined;
668
+ attrName?: string | undefined;
669
+ eventArg?: string | undefined;
670
+ eventArg2?: string | undefined;
671
+ eventNames?: string | undefined;
672
+ itemName?: string | undefined;
673
+ logicParam?: string | undefined;
674
+ logicParam2?: string | undefined;
675
+ logicTrigger?: string | undefined;
676
+ logicType?: string | undefined;
677
+ owner?: {
678
+ [x: string]: any;
679
+ [x: symbol]: any;
680
+ constructor: Function;
681
+ toString: () => string;
682
+ toLocaleString: () => string;
683
+ valueOf: () => Object;
684
+ hasOwnProperty: (v: PropertyKey) => boolean;
685
+ isPrototypeOf: (v: Object) => boolean;
686
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
687
+ } | undefined;
688
+ appDEUIActionId?: string | undefined;
689
+ appDEUILogicId?: string | undefined;
690
+ appDataEntityId?: string | undefined;
691
+ appUILogicId?: string | undefined;
692
+ appViewEngineId?: string | undefined;
693
+ appViewLogicId?: string | undefined;
694
+ sysPFPluginId?: string | undefined;
695
+ ctrlName?: string | undefined;
696
+ scriptCode?: string | undefined;
697
+ timer?: number | undefined;
698
+ builtinLogic?: boolean | undefined;
699
+ appId: string;
700
+ id?: string | undefined;
701
+ name?: string | undefined;
702
+ codeName?: string | undefined;
703
+ userParam?: Record<string, string> | undefined;
704
+ modelId?: string | undefined;
705
+ modelType?: string | undefined;
706
+ }[] | undefined;
707
+ appViewRefs?: {
708
+ height?: number | undefined;
709
+ openMode?: string | undefined;
710
+ owner?: {
711
+ [x: string]: any;
712
+ [x: symbol]: any;
713
+ constructor: Function;
714
+ toString: () => string;
715
+ toLocaleString: () => string;
716
+ valueOf: () => Object;
717
+ hasOwnProperty: (v: PropertyKey) => boolean;
718
+ isPrototypeOf: (v: Object) => boolean;
719
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
720
+ } | undefined;
721
+ parentDataJO?: {
722
+ [x: string]: any;
723
+ [x: symbol]: any;
724
+ constructor: Function;
725
+ toString: () => string;
726
+ toLocaleString: () => string;
727
+ valueOf: () => Object;
728
+ hasOwnProperty: (v: PropertyKey) => boolean;
729
+ isPrototypeOf: (v: Object) => boolean;
730
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
731
+ } | undefined;
732
+ realOpenMode?: string | undefined;
733
+ realTitle?: string | undefined;
734
+ realTitleLanguageRes?: {
735
+ defaultContent?: string | undefined;
736
+ lanResTag?: string | undefined;
737
+ lanResType?: string | undefined;
738
+ refFlag?: boolean | undefined;
739
+ appId: string;
740
+ id?: string | undefined;
741
+ name?: string | undefined;
742
+ codeName?: string | undefined;
743
+ userParam?: Record<string, string> | undefined;
744
+ modelId?: string | undefined;
745
+ modelType?: string | undefined;
746
+ } | undefined;
747
+ refAppViewId?: string | undefined;
748
+ viewParamJO?: {
749
+ [x: string]: any;
750
+ [x: symbol]: any;
751
+ constructor: Function;
752
+ toString: () => string;
753
+ toLocaleString: () => string;
754
+ valueOf: () => Object;
755
+ hasOwnProperty: (v: PropertyKey) => boolean;
756
+ isPrototypeOf: (v: Object) => boolean;
757
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
758
+ } | undefined;
759
+ width?: number | undefined;
760
+ navigateContexts?: {
761
+ desc?: string | undefined;
762
+ key?: string | undefined;
763
+ value?: string | undefined;
764
+ rawValue?: boolean | undefined;
765
+ appId: string;
766
+ id?: string | undefined;
767
+ name?: string | undefined;
768
+ codeName?: string | undefined;
769
+ userParam?: Record<string, string> | undefined;
770
+ modelId?: string | undefined;
771
+ modelType?: string | undefined;
772
+ }[] | undefined;
773
+ navigateParams?: {
774
+ desc?: string | undefined;
775
+ key?: string | undefined;
776
+ value?: string | undefined;
777
+ rawValue?: boolean | undefined;
778
+ appId: string;
779
+ id?: string | undefined;
780
+ name?: string | undefined;
781
+ codeName?: string | undefined;
782
+ userParam?: Record<string, string> | undefined;
783
+ modelId?: string | undefined;
784
+ modelType?: string | undefined;
785
+ }[] | undefined;
786
+ appId: string;
787
+ id?: string | undefined;
788
+ name?: string | undefined;
789
+ codeName?: string | undefined;
790
+ userParam?: Record<string, string> | undefined;
791
+ modelId?: string | undefined;
792
+ modelType?: string | undefined;
793
+ }[] | undefined;
794
+ controls?: {
795
+ codeName?: string | undefined;
796
+ controlStyle?: string | undefined;
797
+ controlType?: string | undefined;
798
+ dynaSysMode?: number | undefined;
799
+ height?: number | undefined;
800
+ logicName?: string | undefined;
801
+ appDataEntityId?: string | undefined;
802
+ controlAttributes?: {
803
+ attrName?: string | undefined;
804
+ attrValue?: string | undefined;
805
+ appId: string;
806
+ id?: string | undefined;
807
+ name?: string | undefined;
808
+ codeName?: string | undefined;
809
+ userParam?: Record<string, string> | undefined;
810
+ modelId?: string | undefined;
811
+ modelType?: string | undefined;
812
+ }[] | undefined;
813
+ controlLogics?: {
814
+ attrName?: string | undefined;
815
+ eventArg?: string | undefined;
816
+ eventArg2?: string | undefined;
817
+ eventNames?: string | undefined;
818
+ itemName?: string | undefined;
819
+ logicTag?: string | undefined;
820
+ logicType?: string | undefined;
821
+ appDEUIActionId?: string | undefined;
822
+ appDEUILogicId?: string | undefined;
823
+ appDataEntityId?: string | undefined;
824
+ appUILogicId?: string | undefined;
825
+ appViewEngineId?: string | undefined;
826
+ appViewLogicId?: string | undefined;
827
+ scriptCode?: string | undefined;
828
+ timer?: number | undefined;
829
+ triggerType?: string | undefined;
830
+ appId: string;
831
+ id?: string | undefined;
832
+ name?: string | undefined;
833
+ codeName?: string | undefined;
834
+ userParam?: Record<string, string> | undefined;
835
+ modelId?: string | undefined;
836
+ modelType?: string | undefined;
837
+ }[] | undefined;
838
+ controlParam?: {
839
+ ctrlParams?: {
840
+ [x: string]: any;
841
+ [x: symbol]: any;
842
+ constructor: Function;
843
+ toString: () => string;
844
+ toLocaleString: () => string;
845
+ valueOf: () => Object;
846
+ hasOwnProperty: (v: PropertyKey) => boolean;
847
+ isPrototypeOf: (v: Object) => boolean;
848
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
849
+ } | undefined;
850
+ appId: string;
851
+ id?: string | undefined;
852
+ name?: string | undefined;
853
+ codeName?: string | undefined;
854
+ userParam?: Record<string, string> | undefined;
855
+ modelId?: string | undefined;
856
+ modelType?: string | undefined;
857
+ } | undefined;
858
+ controlRenders?: any[] | undefined;
859
+ ctrlMsg?: {
860
+ codeName?: string | undefined;
861
+ msgModel?: string | undefined;
862
+ ctrlMsgItems?: {
863
+ content?: string | undefined;
864
+ contentLanguageRes?: {
865
+ defaultContent?: string | undefined;
866
+ lanResTag?: string | undefined;
867
+ lanResType?: string | undefined;
868
+ refFlag?: boolean | undefined;
869
+ appId: string;
870
+ id?: string | undefined;
871
+ name?: string | undefined;
872
+ codeName?: string | undefined;
873
+ userParam?: Record<string, string> | undefined;
874
+ modelId?: string | undefined;
875
+ modelType?: string | undefined;
876
+ } | undefined;
877
+ timeout?: number | undefined;
878
+ appId: string;
879
+ id?: string | undefined;
880
+ name?: string | undefined;
881
+ codeName?: string | undefined;
882
+ userParam?: Record<string, string> | undefined;
883
+ modelId?: string | undefined;
884
+ modelType?: string | undefined;
885
+ }[] | undefined;
886
+ appId: string;
887
+ id?: string | undefined;
888
+ name?: string | undefined;
889
+ userParam?: Record<string, string> | undefined;
890
+ modelId?: string | undefined;
891
+ modelType?: string | undefined;
892
+ } | undefined;
893
+ sysCss?: {
894
+ codeName?: string | undefined;
895
+ cssName?: string | undefined;
896
+ cssStyle?: string | undefined;
897
+ designCssStyle?: string | undefined;
898
+ appId: string;
899
+ id?: string | undefined;
900
+ name?: string | undefined;
901
+ userParam?: Record<string, string> | undefined;
902
+ modelId?: string | undefined;
903
+ modelType?: string | undefined;
904
+ } | undefined;
905
+ sysPFPluginId?: string | undefined;
906
+ priority?: number | undefined;
907
+ user2ControlAction?: {
908
+ adappDELogicId?: string | undefined;
909
+ actionDesc?: string | undefined;
910
+ appDEMethodId?: string | undefined;
911
+ appDataEntityId?: string | undefined;
912
+ timeout?: number | undefined;
913
+ appId: string;
914
+ id?: string | undefined;
915
+ name?: string | undefined;
916
+ codeName?: string | undefined;
917
+ userParam?: Record<string, string> | undefined;
918
+ modelId?: string | undefined;
919
+ modelType?: string | undefined;
920
+ } | undefined;
921
+ userControlAction?: {
922
+ adappDELogicId?: string | undefined;
923
+ actionDesc?: string | undefined;
924
+ appDEMethodId?: string | undefined;
925
+ appDataEntityId?: string | undefined;
926
+ timeout?: number | undefined;
927
+ appId: string;
928
+ id?: string | undefined;
929
+ name?: string | undefined;
930
+ codeName?: string | undefined;
931
+ userParam?: Record<string, string> | undefined;
932
+ modelId?: string | undefined;
933
+ modelType?: string | undefined;
934
+ } | undefined;
935
+ width?: number | undefined;
936
+ appId: string;
937
+ id?: string | undefined;
938
+ name?: string | undefined;
939
+ userParam?: Record<string, string> | undefined;
940
+ modelId?: string | undefined;
941
+ modelType?: string | undefined;
942
+ }[] | undefined;
943
+ layout?: {
944
+ layout?: string | undefined;
945
+ appId: string;
946
+ id?: string | undefined;
947
+ name?: string | undefined;
948
+ codeName?: string | undefined;
949
+ userParam?: Record<string, string> | undefined;
950
+ modelId?: string | undefined;
951
+ modelType?: string | undefined;
952
+ } | undefined;
953
+ } | undefined;
954
+ sysPFPluginId?: string | undefined;
955
+ renderName?: string | undefined;
956
+ renderType?: string | undefined;
957
+ appId: string;
958
+ id?: string | undefined;
959
+ name?: string | undefined;
960
+ codeName?: string | undefined;
961
+ userParam?: Record<string, string> | undefined;
962
+ modelId?: string | undefined;
963
+ modelType?: string | undefined;
964
+ }[] | undefined;
965
+ appId: string;
966
+ id?: string | undefined;
967
+ name?: string | undefined;
968
+ codeName?: string | undefined;
969
+ userParam?: Record<string, string> | undefined;
970
+ modelId?: string | undefined;
971
+ modelType?: string | undefined;
972
+ layout?: {
973
+ layout?: string | undefined;
974
+ appId: string;
975
+ id?: string | undefined;
976
+ name?: string | undefined;
977
+ codeName?: string | undefined;
978
+ userParam?: Record<string, string> | undefined;
979
+ modelId?: string | undefined;
980
+ modelType?: string | undefined;
981
+ } | undefined;
982
+ layoutPos?: {
983
+ halignSelf?: string | undefined;
984
+ height?: number | undefined;
985
+ heightMode?: string | undefined;
986
+ layout?: string | undefined;
987
+ spacingBottom?: string | undefined;
988
+ spacingLeft?: string | undefined;
989
+ spacingRight?: string | undefined;
990
+ spacingTop?: string | undefined;
991
+ valignSelf?: string | undefined;
992
+ width?: number | undefined;
993
+ widthMode?: string | undefined;
994
+ appId: string;
995
+ id?: string | undefined;
996
+ name?: string | undefined;
997
+ codeName?: string | undefined;
998
+ userParam?: Record<string, string> | undefined;
999
+ modelId?: string | undefined;
1000
+ modelType?: string | undefined;
1001
+ } | undefined;
1002
+ navigateContexts?: {
1003
+ desc?: string | undefined;
1004
+ key?: string | undefined;
1005
+ value?: string | undefined;
1006
+ rawValue?: boolean | undefined;
1007
+ appId: string;
1008
+ id?: string | undefined;
1009
+ name?: string | undefined;
1010
+ codeName?: string | undefined;
1011
+ userParam?: Record<string, string> | undefined;
1012
+ modelId?: string | undefined;
1013
+ modelType?: string | undefined;
1014
+ }[] | undefined;
1015
+ navigateParams?: {
1016
+ desc?: string | undefined;
1017
+ key?: string | undefined;
1018
+ value?: string | undefined;
1019
+ rawValue?: boolean | undefined;
1020
+ appId: string;
1021
+ id?: string | undefined;
1022
+ name?: string | undefined;
1023
+ codeName?: string | undefined;
1024
+ userParam?: Record<string, string> | undefined;
1025
+ modelId?: string | undefined;
1026
+ modelType?: string | undefined;
1027
+ }[] | undefined;
1028
+ }[] | undefined;
1029
+ sysCss?: {
1030
+ codeName?: string | undefined;
1031
+ cssName?: string | undefined;
1032
+ cssStyle?: string | undefined;
1033
+ designCssStyle?: string | undefined;
1034
+ appId: string;
1035
+ id?: string | undefined;
1036
+ name?: string | undefined;
1037
+ userParam?: Record<string, string> | undefined;
1038
+ modelId?: string | undefined;
1039
+ modelType?: string | undefined;
1040
+ } | undefined;
1041
+ sysImage?: {
1042
+ codeName?: string | undefined;
1043
+ cssClass?: string | undefined;
1044
+ cssClassX?: string | undefined;
1045
+ glyph?: string | undefined;
1046
+ height?: number | undefined;
1047
+ imagePath?: string | undefined;
1048
+ imagePathX?: string | undefined;
1049
+ rawContent?: string | undefined;
1050
+ width?: number | undefined;
1051
+ appId: string;
1052
+ id?: string | undefined;
1053
+ name?: string | undefined;
1054
+ userParam?: Record<string, string> | undefined;
1055
+ modelId?: string | undefined;
1056
+ modelType?: string | undefined;
1057
+ } | undefined;
1058
+ sysPFPluginId?: string | undefined;
1059
+ predefinedType?: string | undefined;
1060
+ predefinedTypeParam?: string | undefined;
1061
+ titleBarCloseMode?: number | undefined;
1062
+ disableClose?: boolean | undefined;
1063
+ hideSideBar?: boolean | undefined;
1064
+ openDefault?: boolean | undefined;
1065
+ spanMode?: boolean | undefined;
1066
+ valid?: boolean | undefined;
1067
+ accUserMode?: number | undefined;
1068
+ accessKey?: string | undefined;
1069
+ capLanguageRes?: {
1070
+ defaultContent?: string | undefined;
1071
+ lanResTag?: string | undefined;
1072
+ lanResType?: string | undefined;
1073
+ refFlag?: boolean | undefined;
1074
+ appId: string;
1075
+ id?: string | undefined;
1076
+ name?: string | undefined;
1077
+ codeName?: string | undefined;
1078
+ userParam?: Record<string, string> | undefined;
1079
+ modelId?: string | undefined;
1080
+ modelType?: string | undefined;
1081
+ } | undefined;
1082
+ caption?: string | undefined;
1083
+ itemType?: string | undefined;
1084
+ tooltip?: string | undefined;
1085
+ tooltipLanguageRes?: {
1086
+ defaultContent?: string | undefined;
1087
+ lanResTag?: string | undefined;
1088
+ lanResType?: string | undefined;
1089
+ refFlag?: boolean | undefined;
1090
+ appId: string;
1091
+ id?: string | undefined;
1092
+ name?: string | undefined;
1093
+ codeName?: string | undefined;
1094
+ userParam?: Record<string, string> | undefined;
1095
+ modelId?: string | undefined;
1096
+ modelType?: string | undefined;
1097
+ } | undefined;
1098
+ expanded?: boolean | undefined;
1099
+ hidden?: boolean | undefined;
1100
+ controlAttributes?: {
1101
+ attrName?: string | undefined;
1102
+ attrValue?: string | undefined;
1103
+ appId: string;
1104
+ id?: string | undefined;
1105
+ name?: string | undefined;
1106
+ codeName?: string | undefined;
1107
+ userParam?: Record<string, string> | undefined;
1108
+ modelId?: string | undefined;
1109
+ modelType?: string | undefined;
1110
+ }[] | undefined;
1111
+ controlLogics?: {
1112
+ attrName?: string | undefined;
1113
+ eventArg?: string | undefined;
1114
+ eventArg2?: string | undefined;
1115
+ eventNames?: string | undefined;
1116
+ itemName?: string | undefined;
1117
+ logicTag?: string | undefined;
1118
+ logicType?: string | undefined;
1119
+ appDEUIActionId?: string | undefined;
1120
+ appDEUILogicId?: string | undefined;
1121
+ appDataEntityId?: string | undefined;
1122
+ appUILogicId?: string | undefined;
1123
+ appViewEngineId?: string | undefined;
1124
+ appViewLogicId?: string | undefined;
1125
+ scriptCode?: string | undefined;
1126
+ timer?: number | undefined;
1127
+ triggerType?: string | undefined;
1128
+ appId: string;
1129
+ id?: string | undefined;
1130
+ name?: string | undefined;
1131
+ codeName?: string | undefined;
1132
+ userParam?: Record<string, string> | undefined;
1133
+ modelId?: string | undefined;
1134
+ modelType?: string | undefined;
1135
+ }[] | undefined;
1136
+ controlRenders?: {
1137
+ layoutPanelModel?: string | undefined;
1138
+ layoutPanel?: {
1139
+ codeName?: string | undefined;
1140
+ dataMode?: number | undefined;
1141
+ dataName?: string | undefined;
1142
+ dataTimer?: number | undefined;
1143
+ getControlAction?: {
1144
+ adappDELogicId?: string | undefined;
1145
+ actionDesc?: string | undefined;
1146
+ appDEMethodId?: string | undefined;
1147
+ appDataEntityId?: string | undefined;
1148
+ timeout?: number | undefined;
1149
+ appId: string;
1150
+ id?: string | undefined;
1151
+ name?: string | undefined;
1152
+ codeName?: string | undefined;
1153
+ userParam?: Record<string, string> | undefined;
1154
+ modelId?: string | undefined;
1155
+ modelType?: string | undefined;
1156
+ } | undefined;
1157
+ layoutMode?: string | undefined;
1158
+ panelStyle?: string | undefined;
1159
+ panelWidth?: number | undefined;
1160
+ rootPanelItems?: {
1161
+ capLanguageRes?: {
1162
+ defaultContent?: string | undefined;
1163
+ lanResTag?: string | undefined;
1164
+ lanResType?: string | undefined;
1165
+ refFlag?: boolean | undefined;
1166
+ appId: string;
1167
+ id?: string | undefined;
1168
+ name?: string | undefined;
1169
+ codeName?: string | undefined;
1170
+ userParam?: Record<string, string> | undefined;
1171
+ modelId?: string | undefined;
1172
+ modelType?: string | undefined;
1173
+ } | undefined;
1174
+ caption?: string | undefined;
1175
+ contentHeight?: number | undefined;
1176
+ contentWidth?: number | undefined;
1177
+ cssStyle?: string | undefined;
1178
+ dynaClass?: string | undefined;
1179
+ height?: number | undefined;
1180
+ itemStyle?: string | undefined;
1181
+ itemType?: string | undefined;
1182
+ labelCssStyle?: string | undefined;
1183
+ labelDynaClass?: string | undefined;
1184
+ labelSysCss?: {
1185
+ codeName?: string | undefined;
1186
+ cssName?: string | undefined;
1187
+ cssStyle?: string | undefined;
1188
+ designCssStyle?: string | undefined;
1189
+ appId: string;
1190
+ id?: string | undefined;
1191
+ name?: string | undefined;
1192
+ userParam?: Record<string, string> | undefined;
1193
+ modelId?: string | undefined;
1194
+ modelType?: string | undefined;
1195
+ } | undefined;
1196
+ layout?: {
1197
+ layout?: string | undefined;
1198
+ appId: string;
1199
+ id?: string | undefined;
1200
+ name?: string | undefined;
1201
+ codeName?: string | undefined;
1202
+ userParam?: Record<string, string> | undefined;
1203
+ modelId?: string | undefined;
1204
+ modelType?: string | undefined;
1205
+ } | undefined;
1206
+ layoutPos?: {
1207
+ halignSelf?: string | undefined;
1208
+ height?: number | undefined;
1209
+ heightMode?: string | undefined;
1210
+ layout?: string | undefined;
1211
+ spacingBottom?: string | undefined;
1212
+ spacingLeft?: string | undefined;
1213
+ spacingRight?: string | undefined;
1214
+ spacingTop?: string | undefined;
1215
+ valignSelf?: string | undefined;
1216
+ width?: number | undefined;
1217
+ widthMode?: string | undefined;
1218
+ appId: string;
1219
+ id?: string | undefined;
1220
+ name?: string | undefined;
1221
+ codeName?: string | undefined;
1222
+ userParam?: Record<string, string> | undefined;
1223
+ modelId?: string | undefined;
1224
+ modelType?: string | undefined;
1225
+ } | undefined;
1226
+ panelItemGroupLogics?: {
1227
+ logicCat?: string | undefined;
1228
+ relatedItemNames?: string[] | undefined;
1229
+ groupOP?: string | undefined;
1230
+ panelItemLogics?: {
1231
+ logicCat?: string | undefined;
1232
+ logicType?: string | undefined;
1233
+ appId: string;
1234
+ id?: string | undefined;
1235
+ name?: string | undefined;
1236
+ codeName?: string | undefined;
1237
+ userParam?: Record<string, string> | undefined;
1238
+ modelId?: string | undefined;
1239
+ modelType?: string | undefined;
1240
+ }[] | undefined;
1241
+ notMode?: boolean | undefined;
1242
+ logicType?: string | undefined;
1243
+ appId: string;
1244
+ id?: string | undefined;
1245
+ name?: string | undefined;
1246
+ codeName?: string | undefined;
1247
+ userParam?: Record<string, string> | undefined;
1248
+ modelId?: string | undefined;
1249
+ modelType?: string | undefined;
1250
+ }[] | undefined;
1251
+ sysCss?: {
1252
+ codeName?: string | undefined;
1253
+ cssName?: string | undefined;
1254
+ cssStyle?: string | undefined;
1255
+ designCssStyle?: string | undefined;
1256
+ appId: string;
1257
+ id?: string | undefined;
1258
+ name?: string | undefined;
1259
+ userParam?: Record<string, string> | undefined;
1260
+ modelId?: string | undefined;
1261
+ modelType?: string | undefined;
1262
+ } | undefined;
1263
+ sysImage?: {
1264
+ codeName?: string | undefined;
1265
+ cssClass?: string | undefined;
1266
+ cssClassX?: string | undefined;
1267
+ glyph?: string | undefined;
1268
+ height?: number | undefined;
1269
+ imagePath?: string | undefined;
1270
+ imagePathX?: string | undefined;
1271
+ rawContent?: string | undefined;
1272
+ width?: number | undefined;
1273
+ appId: string;
1274
+ id?: string | undefined;
1275
+ name?: string | undefined;
1276
+ userParam?: Record<string, string> | undefined;
1277
+ modelId?: string | undefined;
1278
+ modelType?: string | undefined;
1279
+ } | undefined;
1280
+ sysPFPluginId?: string | undefined;
1281
+ width?: number | undefined;
1282
+ showCaption?: boolean | undefined;
1283
+ controlAttributes?: {
1284
+ attrName?: string | undefined;
1285
+ attrValue?: string | undefined;
1286
+ appId: string;
1287
+ id?: string | undefined;
1288
+ name?: string | undefined;
1289
+ codeName?: string | undefined;
1290
+ userParam?: Record<string, string> | undefined;
1291
+ modelId?: string | undefined;
1292
+ modelType?: string | undefined;
1293
+ }[] | undefined;
1294
+ controlLogics?: {
1295
+ attrName?: string | undefined;
1296
+ eventArg?: string | undefined;
1297
+ eventArg2?: string | undefined;
1298
+ eventNames?: string | undefined;
1299
+ itemName?: string | undefined;
1300
+ logicTag?: string | undefined;
1301
+ logicType?: string | undefined;
1302
+ appDEUIActionId?: string | undefined;
1303
+ appDEUILogicId?: string | undefined;
1304
+ appDataEntityId?: string | undefined;
1305
+ appUILogicId?: string | undefined;
1306
+ appViewEngineId?: string | undefined;
1307
+ appViewLogicId?: string | undefined;
1308
+ scriptCode?: string | undefined;
1309
+ timer?: number | undefined;
1310
+ triggerType?: string | undefined;
1311
+ appId: string;
1312
+ id?: string | undefined;
1313
+ name?: string | undefined;
1314
+ codeName?: string | undefined;
1315
+ userParam?: Record<string, string> | undefined;
1316
+ modelId?: string | undefined;
1317
+ modelType?: string | undefined;
1318
+ }[] | undefined;
1319
+ controlRenders?: any[] | undefined;
1320
+ appId: string;
1321
+ id?: string | undefined;
1322
+ name?: string | undefined;
1323
+ codeName?: string | undefined;
1324
+ userParam?: Record<string, string> | undefined;
1325
+ modelId?: string | undefined;
1326
+ modelType?: string | undefined;
1327
+ }[] | undefined;
1328
+ layoutPanel?: boolean | undefined;
1329
+ mobilePanel?: boolean | undefined;
1330
+ controlStyle?: string | undefined;
1331
+ controlType?: string | undefined;
1332
+ dynaSysMode?: number | undefined;
1333
+ height?: number | undefined;
1334
+ logicName?: string | undefined;
1335
+ appDataEntityId?: string | undefined;
1336
+ controlAttributes?: {
1337
+ attrName?: string | undefined;
1338
+ attrValue?: string | undefined;
1339
+ appId: string;
1340
+ id?: string | undefined;
1341
+ name?: string | undefined;
1342
+ codeName?: string | undefined;
1343
+ userParam?: Record<string, string> | undefined;
1344
+ modelId?: string | undefined;
1345
+ modelType?: string | undefined;
1346
+ }[] | undefined;
1347
+ controlLogics?: {
1348
+ attrName?: string | undefined;
1349
+ eventArg?: string | undefined;
1350
+ eventArg2?: string | undefined;
1351
+ eventNames?: string | undefined;
1352
+ itemName?: string | undefined;
1353
+ logicTag?: string | undefined;
1354
+ logicType?: string | undefined;
1355
+ appDEUIActionId?: string | undefined;
1356
+ appDEUILogicId?: string | undefined;
1357
+ appDataEntityId?: string | undefined;
1358
+ appUILogicId?: string | undefined;
1359
+ appViewEngineId?: string | undefined;
1360
+ appViewLogicId?: string | undefined;
1361
+ scriptCode?: string | undefined;
1362
+ timer?: number | undefined;
1363
+ triggerType?: string | undefined;
1364
+ appId: string;
1365
+ id?: string | undefined;
1366
+ name?: string | undefined;
1367
+ codeName?: string | undefined;
1368
+ userParam?: Record<string, string> | undefined;
1369
+ modelId?: string | undefined;
1370
+ modelType?: string | undefined;
1371
+ }[] | undefined;
1372
+ controlParam?: {
1373
+ ctrlParams?: {
1374
+ [x: string]: any;
1375
+ [x: symbol]: any;
1376
+ constructor: Function;
1377
+ toString: () => string;
1378
+ toLocaleString: () => string;
1379
+ valueOf: () => Object;
1380
+ hasOwnProperty: (v: PropertyKey) => boolean;
1381
+ isPrototypeOf: (v: Object) => boolean;
1382
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
1383
+ } | undefined;
1384
+ appId: string;
1385
+ id?: string | undefined;
1386
+ name?: string | undefined;
1387
+ codeName?: string | undefined;
1388
+ userParam?: Record<string, string> | undefined;
1389
+ modelId?: string | undefined;
1390
+ modelType?: string | undefined;
1391
+ } | undefined;
1392
+ controlRenders?: any[] | undefined;
1393
+ ctrlMsg?: {
1394
+ codeName?: string | undefined;
1395
+ msgModel?: string | undefined;
1396
+ ctrlMsgItems?: {
1397
+ content?: string | undefined;
1398
+ contentLanguageRes?: {
1399
+ defaultContent?: string | undefined;
1400
+ lanResTag?: string | undefined;
1401
+ lanResType?: string | undefined;
1402
+ refFlag?: boolean | undefined;
1403
+ appId: string;
1404
+ id?: string | undefined;
1405
+ name?: string | undefined;
1406
+ codeName?: string | undefined;
1407
+ userParam?: Record<string, string> | undefined;
1408
+ modelId?: string | undefined;
1409
+ modelType?: string | undefined;
1410
+ } | undefined;
1411
+ timeout?: number | undefined;
1412
+ appId: string;
1413
+ id?: string | undefined;
1414
+ name?: string | undefined;
1415
+ codeName?: string | undefined;
1416
+ userParam?: Record<string, string> | undefined;
1417
+ modelId?: string | undefined;
1418
+ modelType?: string | undefined;
1419
+ }[] | undefined;
1420
+ appId: string;
1421
+ id?: string | undefined;
1422
+ name?: string | undefined;
1423
+ userParam?: Record<string, string> | undefined;
1424
+ modelId?: string | undefined;
1425
+ modelType?: string | undefined;
1426
+ } | undefined;
1427
+ sysCss?: {
1428
+ codeName?: string | undefined;
1429
+ cssName?: string | undefined;
1430
+ cssStyle?: string | undefined;
1431
+ designCssStyle?: string | undefined;
1432
+ appId: string;
1433
+ id?: string | undefined;
1434
+ name?: string | undefined;
1435
+ userParam?: Record<string, string> | undefined;
1436
+ modelId?: string | undefined;
1437
+ modelType?: string | undefined;
1438
+ } | undefined;
1439
+ sysPFPluginId?: string | undefined;
1440
+ priority?: number | undefined;
1441
+ user2ControlAction?: {
1442
+ adappDELogicId?: string | undefined;
1443
+ actionDesc?: string | undefined;
1444
+ appDEMethodId?: string | undefined;
1445
+ appDataEntityId?: string | undefined;
1446
+ timeout?: number | undefined;
1447
+ appId: string;
1448
+ id?: string | undefined;
1449
+ name?: string | undefined;
1450
+ codeName?: string | undefined;
1451
+ userParam?: Record<string, string> | undefined;
1452
+ modelId?: string | undefined;
1453
+ modelType?: string | undefined;
1454
+ } | undefined;
1455
+ userControlAction?: {
1456
+ adappDELogicId?: string | undefined;
1457
+ actionDesc?: string | undefined;
1458
+ appDEMethodId?: string | undefined;
1459
+ appDataEntityId?: string | undefined;
1460
+ timeout?: number | undefined;
1461
+ appId: string;
1462
+ id?: string | undefined;
1463
+ name?: string | undefined;
1464
+ codeName?: string | undefined;
1465
+ userParam?: Record<string, string> | undefined;
1466
+ modelId?: string | undefined;
1467
+ modelType?: string | undefined;
1468
+ } | undefined;
1469
+ width?: number | undefined;
1470
+ appId: string;
1471
+ id?: string | undefined;
1472
+ name?: string | undefined;
1473
+ userParam?: Record<string, string> | undefined;
1474
+ modelId?: string | undefined;
1475
+ modelType?: string | undefined;
1476
+ appCounterRefs?: {
1477
+ appCounter?: {
1478
+ getAppDEActionId?: string | undefined;
1479
+ getAppDEDataSetId?: string | undefined;
1480
+ appDataEntityId?: string | undefined;
1481
+ codeName?: string | undefined;
1482
+ counterData?: string | undefined;
1483
+ counterData2?: string | undefined;
1484
+ counterType?: string | undefined;
1485
+ customCond?: string | undefined;
1486
+ counterId?: string | undefined;
1487
+ sysPFPluginId?: string | undefined;
1488
+ timer?: number | undefined;
1489
+ uniqueTag?: string | undefined;
1490
+ navigateContexts?: {
1491
+ desc?: string | undefined;
1492
+ key?: string | undefined;
1493
+ value?: string | undefined;
1494
+ rawValue?: boolean | undefined;
1495
+ appId: string;
1496
+ id?: string | undefined;
1497
+ name?: string | undefined;
1498
+ codeName?: string | undefined;
1499
+ userParam?: Record<string, string> | undefined;
1500
+ modelId?: string | undefined;
1501
+ modelType?: string | undefined;
1502
+ }[] | undefined;
1503
+ navigateParams?: {
1504
+ desc?: string | undefined;
1505
+ key?: string | undefined;
1506
+ value?: string | undefined;
1507
+ rawValue?: boolean | undefined;
1508
+ appId: string;
1509
+ id?: string | undefined;
1510
+ name?: string | undefined;
1511
+ codeName?: string | undefined;
1512
+ userParam?: Record<string, string> | undefined;
1513
+ modelId?: string | undefined;
1514
+ modelType?: string | undefined;
1515
+ }[] | undefined;
1516
+ appId: string;
1517
+ id?: string | undefined;
1518
+ name?: string | undefined;
1519
+ userParam?: Record<string, string> | undefined;
1520
+ modelId?: string | undefined;
1521
+ modelType?: string | undefined;
1522
+ } | undefined;
1523
+ refMode?: {
1524
+ [x: string]: any;
1525
+ [x: symbol]: any;
1526
+ constructor: Function;
1527
+ toString: () => string;
1528
+ toLocaleString: () => string;
1529
+ valueOf: () => Object;
1530
+ hasOwnProperty: (v: PropertyKey) => boolean;
1531
+ isPrototypeOf: (v: Object) => boolean;
1532
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
1533
+ } | undefined;
1534
+ tag?: string | undefined;
1535
+ uniqueTag?: string | undefined;
1536
+ appId: string;
1537
+ id?: string | undefined;
1538
+ name?: string | undefined;
1539
+ codeName?: string | undefined;
1540
+ userParam?: Record<string, string> | undefined;
1541
+ modelId?: string | undefined;
1542
+ modelType?: string | undefined;
1543
+ }[] | undefined;
1544
+ appViewEngines?: {
1545
+ engineCat?: string | undefined;
1546
+ engineType?: string | undefined;
1547
+ params?: {
1548
+ paramType?: string | undefined;
1549
+ value?: {
1550
+ [x: string]: any;
1551
+ [x: symbol]: any;
1552
+ constructor: Function;
1553
+ toString: () => string;
1554
+ toLocaleString: () => string;
1555
+ valueOf: () => Object;
1556
+ hasOwnProperty: (v: PropertyKey) => boolean;
1557
+ isPrototypeOf: (v: Object) => boolean;
1558
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
1559
+ } | undefined;
1560
+ appId: string;
1561
+ id?: string | undefined;
1562
+ name?: string | undefined;
1563
+ codeName?: string | undefined;
1564
+ userParam?: Record<string, string> | undefined;
1565
+ modelId?: string | undefined;
1566
+ modelType?: string | undefined;
1567
+ }[] | undefined;
1568
+ appId: string;
1569
+ id?: string | undefined;
1570
+ name?: string | undefined;
1571
+ codeName?: string | undefined;
1572
+ userParam?: Record<string, string> | undefined;
1573
+ modelId?: string | undefined;
1574
+ modelType?: string | undefined;
1575
+ }[] | undefined;
1576
+ appViewLogics?: {
1577
+ builtinAppUILogic?: {
1578
+ appDEUILogicId?: string | undefined;
1579
+ appDataEntityId?: string | undefined;
1580
+ appUILogicRefViews?: {
1581
+ openMode?: string | undefined;
1582
+ refMode?: string | undefined;
1583
+ refAppViewId?: string | undefined;
1584
+ navigateContexts?: {
1585
+ desc?: string | undefined;
1586
+ key?: string | undefined;
1587
+ value?: string | undefined;
1588
+ rawValue?: boolean | undefined;
1589
+ appId: string;
1590
+ id?: string | undefined;
1591
+ name?: string | undefined;
1592
+ codeName?: string | undefined;
1593
+ userParam?: Record<string, string> | undefined;
1594
+ modelId?: string | undefined;
1595
+ modelType?: string | undefined;
1596
+ }[] | undefined;
1597
+ navigateParams?: {
1598
+ desc?: string | undefined;
1599
+ key?: string | undefined;
1600
+ value?: string | undefined;
1601
+ rawValue?: boolean | undefined;
1602
+ appId: string;
1603
+ id?: string | undefined;
1604
+ name?: string | undefined;
1605
+ codeName?: string | undefined;
1606
+ userParam?: Record<string, string> | undefined;
1607
+ modelId?: string | undefined;
1608
+ modelType?: string | undefined;
1609
+ }[] | undefined;
1610
+ appId: string;
1611
+ id?: string | undefined;
1612
+ name?: string | undefined;
1613
+ codeName?: string | undefined;
1614
+ userParam?: Record<string, string> | undefined;
1615
+ modelId?: string | undefined;
1616
+ modelType?: string | undefined;
1617
+ }[] | undefined;
1618
+ sysPFPluginId?: string | undefined;
1619
+ viewLogicType?: string | undefined;
1620
+ builtinLogic?: boolean | undefined;
1621
+ codeName?: string | undefined;
1622
+ logicType?: string | undefined;
1623
+ viewLogicStyle?: string | undefined;
1624
+ appId: string;
1625
+ id?: string | undefined;
1626
+ name?: string | undefined;
1627
+ userParam?: Record<string, string> | undefined;
1628
+ modelId?: string | undefined;
1629
+ modelType?: string | undefined;
1630
+ } | undefined;
1631
+ attrName?: string | undefined;
1632
+ eventArg?: string | undefined;
1633
+ eventArg2?: string | undefined;
1634
+ eventNames?: string | undefined;
1635
+ itemName?: string | undefined;
1636
+ logicParam?: string | undefined;
1637
+ logicParam2?: string | undefined;
1638
+ logicTrigger?: string | undefined;
1639
+ logicType?: string | undefined;
1640
+ owner?: {
1641
+ [x: string]: any;
1642
+ [x: symbol]: any;
1643
+ constructor: Function;
1644
+ toString: () => string;
1645
+ toLocaleString: () => string;
1646
+ valueOf: () => Object;
1647
+ hasOwnProperty: (v: PropertyKey) => boolean;
1648
+ isPrototypeOf: (v: Object) => boolean;
1649
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
1650
+ } | undefined;
1651
+ appDEUIActionId?: string | undefined;
1652
+ appDEUILogicId?: string | undefined;
1653
+ appDataEntityId?: string | undefined;
1654
+ appUILogicId?: string | undefined;
1655
+ appViewEngineId?: string | undefined;
1656
+ appViewLogicId?: string | undefined;
1657
+ sysPFPluginId?: string | undefined;
1658
+ ctrlName?: string | undefined;
1659
+ scriptCode?: string | undefined;
1660
+ timer?: number | undefined;
1661
+ builtinLogic?: boolean | undefined;
1662
+ appId: string;
1663
+ id?: string | undefined;
1664
+ name?: string | undefined;
1665
+ codeName?: string | undefined;
1666
+ userParam?: Record<string, string> | undefined;
1667
+ modelId?: string | undefined;
1668
+ modelType?: string | undefined;
1669
+ }[] | undefined;
1670
+ appViewRefs?: {
1671
+ height?: number | undefined;
1672
+ openMode?: string | undefined;
1673
+ owner?: {
1674
+ [x: string]: any;
1675
+ [x: symbol]: any;
1676
+ constructor: Function;
1677
+ toString: () => string;
1678
+ toLocaleString: () => string;
1679
+ valueOf: () => Object;
1680
+ hasOwnProperty: (v: PropertyKey) => boolean;
1681
+ isPrototypeOf: (v: Object) => boolean;
1682
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
1683
+ } | undefined;
1684
+ parentDataJO?: {
1685
+ [x: string]: any;
1686
+ [x: symbol]: any;
1687
+ constructor: Function;
1688
+ toString: () => string;
1689
+ toLocaleString: () => string;
1690
+ valueOf: () => Object;
1691
+ hasOwnProperty: (v: PropertyKey) => boolean;
1692
+ isPrototypeOf: (v: Object) => boolean;
1693
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
1694
+ } | undefined;
1695
+ realOpenMode?: string | undefined;
1696
+ realTitle?: string | undefined;
1697
+ realTitleLanguageRes?: {
1698
+ defaultContent?: string | undefined;
1699
+ lanResTag?: string | undefined;
1700
+ lanResType?: string | undefined;
1701
+ refFlag?: boolean | undefined;
1702
+ appId: string;
1703
+ id?: string | undefined;
1704
+ name?: string | undefined;
1705
+ codeName?: string | undefined;
1706
+ userParam?: Record<string, string> | undefined;
1707
+ modelId?: string | undefined;
1708
+ modelType?: string | undefined;
1709
+ } | undefined;
1710
+ refAppViewId?: string | undefined;
1711
+ viewParamJO?: {
1712
+ [x: string]: any;
1713
+ [x: symbol]: any;
1714
+ constructor: Function;
1715
+ toString: () => string;
1716
+ toLocaleString: () => string;
1717
+ valueOf: () => Object;
1718
+ hasOwnProperty: (v: PropertyKey) => boolean;
1719
+ isPrototypeOf: (v: Object) => boolean;
1720
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
1721
+ } | undefined;
1722
+ width?: number | undefined;
1723
+ navigateContexts?: {
1724
+ desc?: string | undefined;
1725
+ key?: string | undefined;
1726
+ value?: string | undefined;
1727
+ rawValue?: boolean | undefined;
1728
+ appId: string;
1729
+ id?: string | undefined;
1730
+ name?: string | undefined;
1731
+ codeName?: string | undefined;
1732
+ userParam?: Record<string, string> | undefined;
1733
+ modelId?: string | undefined;
1734
+ modelType?: string | undefined;
1735
+ }[] | undefined;
1736
+ navigateParams?: {
1737
+ desc?: string | undefined;
1738
+ key?: string | undefined;
1739
+ value?: string | undefined;
1740
+ rawValue?: boolean | undefined;
1741
+ appId: string;
1742
+ id?: string | undefined;
1743
+ name?: string | undefined;
1744
+ codeName?: string | undefined;
1745
+ userParam?: Record<string, string> | undefined;
1746
+ modelId?: string | undefined;
1747
+ modelType?: string | undefined;
1748
+ }[] | undefined;
1749
+ appId: string;
1750
+ id?: string | undefined;
1751
+ name?: string | undefined;
1752
+ codeName?: string | undefined;
1753
+ userParam?: Record<string, string> | undefined;
1754
+ modelId?: string | undefined;
1755
+ modelType?: string | undefined;
1756
+ }[] | undefined;
1757
+ controls?: {
1758
+ codeName?: string | undefined;
1759
+ controlStyle?: string | undefined;
1760
+ controlType?: string | undefined;
1761
+ dynaSysMode?: number | undefined;
1762
+ height?: number | undefined;
1763
+ logicName?: string | undefined;
1764
+ appDataEntityId?: string | undefined;
1765
+ controlAttributes?: {
1766
+ attrName?: string | undefined;
1767
+ attrValue?: string | undefined;
1768
+ appId: string;
1769
+ id?: string | undefined;
1770
+ name?: string | undefined;
1771
+ codeName?: string | undefined;
1772
+ userParam?: Record<string, string> | undefined;
1773
+ modelId?: string | undefined;
1774
+ modelType?: string | undefined;
1775
+ }[] | undefined;
1776
+ controlLogics?: {
1777
+ attrName?: string | undefined;
1778
+ eventArg?: string | undefined;
1779
+ eventArg2?: string | undefined;
1780
+ eventNames?: string | undefined;
1781
+ itemName?: string | undefined;
1782
+ logicTag?: string | undefined;
1783
+ logicType?: string | undefined;
1784
+ appDEUIActionId?: string | undefined;
1785
+ appDEUILogicId?: string | undefined;
1786
+ appDataEntityId?: string | undefined;
1787
+ appUILogicId?: string | undefined;
1788
+ appViewEngineId?: string | undefined;
1789
+ appViewLogicId?: string | undefined;
1790
+ scriptCode?: string | undefined;
1791
+ timer?: number | undefined;
1792
+ triggerType?: string | undefined;
1793
+ appId: string;
1794
+ id?: string | undefined;
1795
+ name?: string | undefined;
1796
+ codeName?: string | undefined;
1797
+ userParam?: Record<string, string> | undefined;
1798
+ modelId?: string | undefined;
1799
+ modelType?: string | undefined;
1800
+ }[] | undefined;
1801
+ controlParam?: {
1802
+ ctrlParams?: {
1803
+ [x: string]: any;
1804
+ [x: symbol]: any;
1805
+ constructor: Function;
1806
+ toString: () => string;
1807
+ toLocaleString: () => string;
1808
+ valueOf: () => Object;
1809
+ hasOwnProperty: (v: PropertyKey) => boolean;
1810
+ isPrototypeOf: (v: Object) => boolean;
1811
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
1812
+ } | undefined;
1813
+ appId: string;
1814
+ id?: string | undefined;
1815
+ name?: string | undefined;
1816
+ codeName?: string | undefined;
1817
+ userParam?: Record<string, string> | undefined;
1818
+ modelId?: string | undefined;
1819
+ modelType?: string | undefined;
1820
+ } | undefined;
1821
+ controlRenders?: any[] | undefined;
1822
+ ctrlMsg?: {
1823
+ codeName?: string | undefined;
1824
+ msgModel?: string | undefined;
1825
+ ctrlMsgItems?: {
1826
+ content?: string | undefined;
1827
+ contentLanguageRes?: {
1828
+ defaultContent?: string | undefined;
1829
+ lanResTag?: string | undefined;
1830
+ lanResType?: string | undefined;
1831
+ refFlag?: boolean | undefined;
1832
+ appId: string;
1833
+ id?: string | undefined;
1834
+ name?: string | undefined;
1835
+ codeName?: string | undefined;
1836
+ userParam?: Record<string, string> | undefined;
1837
+ modelId?: string | undefined;
1838
+ modelType?: string | undefined;
1839
+ } | undefined;
1840
+ timeout?: number | undefined;
1841
+ appId: string;
1842
+ id?: string | undefined;
1843
+ name?: string | undefined;
1844
+ codeName?: string | undefined;
1845
+ userParam?: Record<string, string> | undefined;
1846
+ modelId?: string | undefined;
1847
+ modelType?: string | undefined;
1848
+ }[] | undefined;
1849
+ appId: string;
1850
+ id?: string | undefined;
1851
+ name?: string | undefined;
1852
+ userParam?: Record<string, string> | undefined;
1853
+ modelId?: string | undefined;
1854
+ modelType?: string | undefined;
1855
+ } | undefined;
1856
+ sysCss?: {
1857
+ codeName?: string | undefined;
1858
+ cssName?: string | undefined;
1859
+ cssStyle?: string | undefined;
1860
+ designCssStyle?: string | undefined;
1861
+ appId: string;
1862
+ id?: string | undefined;
1863
+ name?: string | undefined;
1864
+ userParam?: Record<string, string> | undefined;
1865
+ modelId?: string | undefined;
1866
+ modelType?: string | undefined;
1867
+ } | undefined;
1868
+ sysPFPluginId?: string | undefined;
1869
+ priority?: number | undefined;
1870
+ user2ControlAction?: {
1871
+ adappDELogicId?: string | undefined;
1872
+ actionDesc?: string | undefined;
1873
+ appDEMethodId?: string | undefined;
1874
+ appDataEntityId?: string | undefined;
1875
+ timeout?: number | undefined;
1876
+ appId: string;
1877
+ id?: string | undefined;
1878
+ name?: string | undefined;
1879
+ codeName?: string | undefined;
1880
+ userParam?: Record<string, string> | undefined;
1881
+ modelId?: string | undefined;
1882
+ modelType?: string | undefined;
1883
+ } | undefined;
1884
+ userControlAction?: {
1885
+ adappDELogicId?: string | undefined;
1886
+ actionDesc?: string | undefined;
1887
+ appDEMethodId?: string | undefined;
1888
+ appDataEntityId?: string | undefined;
1889
+ timeout?: number | undefined;
1890
+ appId: string;
1891
+ id?: string | undefined;
1892
+ name?: string | undefined;
1893
+ codeName?: string | undefined;
1894
+ userParam?: Record<string, string> | undefined;
1895
+ modelId?: string | undefined;
1896
+ modelType?: string | undefined;
1897
+ } | undefined;
1898
+ width?: number | undefined;
1899
+ appId: string;
1900
+ id?: string | undefined;
1901
+ name?: string | undefined;
1902
+ userParam?: Record<string, string> | undefined;
1903
+ modelId?: string | undefined;
1904
+ modelType?: string | undefined;
1905
+ }[] | undefined;
1906
+ layout?: {
1907
+ layout?: string | undefined;
1908
+ appId: string;
1909
+ id?: string | undefined;
1910
+ name?: string | undefined;
1911
+ codeName?: string | undefined;
1912
+ userParam?: Record<string, string> | undefined;
1913
+ modelId?: string | undefined;
1914
+ modelType?: string | undefined;
1915
+ } | undefined;
1916
+ } | undefined;
1917
+ sysPFPluginId?: string | undefined;
1918
+ renderName?: string | undefined;
1919
+ renderType?: string | undefined;
1920
+ appId: string;
1921
+ id?: string | undefined;
1922
+ name?: string | undefined;
1923
+ codeName?: string | undefined;
1924
+ userParam?: Record<string, string> | undefined;
1925
+ modelId?: string | undefined;
1926
+ modelType?: string | undefined;
1927
+ }[] | undefined;
1928
+ appId: string;
1929
+ id?: string | undefined;
1930
+ name?: string | undefined;
1931
+ codeName?: string | undefined;
1932
+ userParam?: Record<string, string> | undefined;
1933
+ modelId?: string | undefined;
1934
+ modelType?: string | undefined;
1935
+ layout?: {
1936
+ layout?: string | undefined;
1937
+ appId: string;
1938
+ id?: string | undefined;
1939
+ name?: string | undefined;
1940
+ codeName?: string | undefined;
1941
+ userParam?: Record<string, string> | undefined;
1942
+ modelId?: string | undefined;
1943
+ modelType?: string | undefined;
1944
+ } | undefined;
1945
+ layoutPos?: {
1946
+ halignSelf?: string | undefined;
1947
+ height?: number | undefined;
1948
+ heightMode?: string | undefined;
1949
+ layout?: string | undefined;
1950
+ spacingBottom?: string | undefined;
1951
+ spacingLeft?: string | undefined;
1952
+ spacingRight?: string | undefined;
1953
+ spacingTop?: string | undefined;
1954
+ valignSelf?: string | undefined;
1955
+ width?: number | undefined;
1956
+ widthMode?: string | undefined;
1957
+ appId: string;
1958
+ id?: string | undefined;
1959
+ name?: string | undefined;
1960
+ codeName?: string | undefined;
1961
+ userParam?: Record<string, string> | undefined;
1962
+ modelId?: string | undefined;
1963
+ modelType?: string | undefined;
1964
+ } | undefined;
1965
+ navigateContexts?: {
1966
+ desc?: string | undefined;
1967
+ key?: string | undefined;
1968
+ value?: string | undefined;
1969
+ rawValue?: boolean | undefined;
1970
+ appId: string;
1971
+ id?: string | undefined;
1972
+ name?: string | undefined;
1973
+ codeName?: string | undefined;
1974
+ userParam?: Record<string, string> | undefined;
1975
+ modelId?: string | undefined;
1976
+ modelType?: string | undefined;
1977
+ }[] | undefined;
1978
+ navigateParams?: {
1979
+ desc?: string | undefined;
1980
+ key?: string | undefined;
1981
+ value?: string | undefined;
1982
+ rawValue?: boolean | undefined;
1983
+ appId: string;
1984
+ id?: string | undefined;
1985
+ name?: string | undefined;
1986
+ codeName?: string | undefined;
1987
+ userParam?: Record<string, string> | undefined;
1988
+ modelId?: string | undefined;
1989
+ modelType?: string | undefined;
1990
+ }[] | undefined;
1991
+ }[]>;
1992
+ handleMenuSelect: (_id: string, _event: MouseEvent) => Promise<void>;
1993
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1994
+ /**
1995
+ * @description 项点击事件
1996
+ */
1997
+ menuItemClick: (_item: IAppMenuItem, _event: MouseEvent) => true;
1998
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1999
+ items: {
2000
+ type: PropType<IAppMenuItem[]>;
2001
+ required: true;
2002
+ };
2003
+ menuItemsState: {
2004
+ type: PropType<{
2005
+ [p: string]: {
2006
+ visible: boolean;
2007
+ permitted: boolean;
2008
+ };
2009
+ }>;
2010
+ required: true;
2011
+ };
2012
+ providers: {
2013
+ type: PropType<{
2014
+ [key: string]: IAppMenuItemProvider;
2015
+ }>;
2016
+ required: true;
2017
+ };
2018
+ position: {
2019
+ type: PropType<"TOP" | "BOTTOM" | "LEFT" | "RIGHT">;
2020
+ required: true;
2021
+ };
2022
+ layoutMode: {
2023
+ type: PropType<"TABLE_24COL" | "FLEX" | "TABLE" | "TABLE_12COL" | "BORDER" | "ABSOLUTE">;
2024
+ required: true;
2025
+ };
2026
+ layout: {
2027
+ type: PropType<ILayout>;
2028
+ };
2029
+ }>> & {
2030
+ onMenuItemClick?: ((_item: IAppMenuItem, _event: MouseEvent) => any) | undefined;
2031
+ }, {}, {}>;