@ibiz-template/vue3-components 0.6.1-alpha.3 → 0.6.2-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/dist/index-NdPkOMvL.js +4 -0
  2. package/dist/index.min.css +1 -1
  3. package/dist/index.system.min.js +1 -1
  4. package/dist/{xlsx-util-E-30JfqY.js → xlsx-util-HHwgsM7j.js} +1 -1
  5. package/es/common/no-data/no-data.css +1 -1
  6. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +3 -0
  7. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +25 -0
  8. package/es/control/gantt/gantt.d.ts +1 -1
  9. package/es/control/gantt/index.d.ts +1 -1
  10. package/es/control/grid/grid/grid.css +1 -1
  11. package/es/control/grid/grid/grid.mjs +2 -2
  12. package/es/control/tab-exp-panel/tab-exp-panel.mjs +1 -1
  13. package/es/index.mjs +1 -0
  14. package/es/panel-component/index-actions/index-actions.css +1 -1
  15. package/es/panel-component/panel-index-view-search/panel-index-view-search.mjs +2 -9
  16. package/es/util/open-view-util/open-view-util.d.ts +1 -1
  17. package/es/util/open-view-util/open-view-util.mjs +6 -2
  18. package/es/view/login-view/login-view.mjs +3 -3
  19. package/es/web-app/components/modal-router-shell/modal-router-shell.mjs +4 -2
  20. package/es/web-app/components/router-shell/router-shell.d.ts +8 -3999
  21. package/es/web-app/components/router-shell/router-shell.mjs +4 -4
  22. package/es/web-app/guard/auth-guard/auth-guard.d.ts +88 -9
  23. package/es/web-app/guard/auth-guard/auth-guard.mjs +183 -134
  24. package/es/web-app/guard/auth-guard/dyna-auth-guard.d.ts +6 -0
  25. package/es/web-app/guard/auth-guard/dyna-auth-guard.mjs +67 -0
  26. package/es/web-app/guard/index.d.ts +1 -0
  27. package/es/web-app/guard/index.mjs +1 -0
  28. package/es/web-app/index.d.ts +1 -0
  29. package/es/web-app/index.mjs +2 -0
  30. package/es/web-app/main.d.ts +4 -1
  31. package/es/web-app/main.mjs +10 -1
  32. package/es/web-app/router/index.d.ts +2 -0
  33. package/es/web-app/router/index.mjs +7 -5
  34. package/lib/common/no-data/no-data.css +1 -1
  35. package/lib/control/grid/grid/grid.cjs +2 -2
  36. package/lib/control/grid/grid/grid.css +1 -1
  37. package/lib/control/tab-exp-panel/tab-exp-panel.cjs +1 -1
  38. package/lib/index.cjs +2 -0
  39. package/lib/panel-component/index-actions/index-actions.css +1 -1
  40. package/lib/panel-component/panel-index-view-search/panel-index-view-search.cjs +2 -9
  41. package/lib/util/open-view-util/open-view-util.cjs +6 -2
  42. package/lib/view/login-view/login-view.cjs +3 -3
  43. package/lib/web-app/components/modal-router-shell/modal-router-shell.cjs +4 -2
  44. package/lib/web-app/components/router-shell/router-shell.cjs +4 -4
  45. package/lib/web-app/guard/auth-guard/auth-guard.cjs +182 -133
  46. package/lib/web-app/guard/auth-guard/dyna-auth-guard.cjs +69 -0
  47. package/lib/web-app/guard/index.cjs +2 -0
  48. package/lib/web-app/index.cjs +3 -0
  49. package/lib/web-app/main.cjs +10 -1
  50. package/lib/web-app/router/index.cjs +7 -5
  51. package/package.json +6 -6
  52. package/dist/index-_HUj1AMZ.js +0 -4
@@ -9,4008 +9,17 @@ export declare const RouterShell: import("vue").DefineComponent<{
9
9
  routeModal: Modal;
10
10
  route: import("vue-router").RouteLocationNormalizedLoaded;
11
11
  viewData: import("vue").Ref<{
12
- viewModel?: {
13
- accUserMode?: number | undefined;
14
- accessKey?: string | undefined;
15
- capLanguageRes?: {
16
- defaultContent?: string | undefined;
17
- lanResTag?: string | undefined;
18
- lanResType?: string | undefined;
19
- refFlag?: boolean | undefined;
20
- appId: string;
21
- id?: string | undefined;
22
- name?: string | undefined;
23
- codeName?: string | undefined;
24
- userParam?: Record<string, string> | undefined;
25
- modelId?: string | undefined;
26
- modelType?: string | undefined;
27
- } | undefined;
28
- caption?: string | undefined;
29
- codeName?: string | undefined;
30
- dynaSysMode?: number | undefined;
12
+ viewConfig?: {
13
+ id: string;
14
+ appId: string;
15
+ codeName: string;
16
+ openMode: string;
17
+ viewType: string;
18
+ width?: number | undefined;
31
19
  height?: number | undefined;
32
- mainMenuAlign?: string | undefined;
33
- openMode?: string | undefined;
34
20
  appDataEntityId?: string | undefined;
35
- appViewEngines?: {
36
- engineCat?: string | undefined;
37
- engineType?: string | undefined;
38
- params?: {
39
- paramType?: string | undefined;
40
- value?: {
41
- [x: string]: any;
42
- [x: symbol]: any;
43
- constructor: Function;
44
- toString: () => string;
45
- toLocaleString: () => string;
46
- valueOf: () => Object;
47
- hasOwnProperty: (v: PropertyKey) => boolean;
48
- isPrototypeOf: (v: Object) => boolean;
49
- propertyIsEnumerable: (v: PropertyKey) => boolean;
50
- } | undefined;
51
- appId: string;
52
- id?: string | undefined;
53
- name?: string | undefined;
54
- codeName?: string | undefined;
55
- userParam?: Record<string, string> | undefined;
56
- modelId?: string | undefined;
57
- modelType?: string | undefined;
58
- }[] | undefined;
59
- appId: string;
60
- id?: string | undefined;
61
- name?: string | undefined;
62
- codeName?: string | undefined;
63
- userParam?: Record<string, string> | undefined;
64
- modelId?: string | undefined;
65
- modelType?: string | undefined;
66
- }[] | undefined;
67
- appViewLogics?: {
68
- builtinAppUILogic?: {
69
- appDEUILogicId?: string | undefined;
70
- appDataEntityId?: string | undefined;
71
- appUILogicRefViews?: {
72
- openMode?: string | undefined;
73
- refMode?: string | undefined;
74
- refAppViewId?: string | undefined;
75
- navigateContexts?: {
76
- desc?: string | undefined;
77
- key?: string | undefined;
78
- value?: string | undefined;
79
- rawValue?: boolean | undefined;
80
- appId: string;
81
- id?: string | undefined;
82
- name?: string | undefined;
83
- codeName?: string | undefined;
84
- userParam?: Record<string, string> | undefined;
85
- modelId?: string | undefined;
86
- modelType?: string | undefined;
87
- }[] | undefined;
88
- navigateParams?: {
89
- desc?: string | undefined;
90
- key?: string | undefined;
91
- value?: string | undefined;
92
- rawValue?: boolean | undefined;
93
- appId: string;
94
- id?: string | undefined;
95
- name?: string | undefined;
96
- codeName?: string | undefined;
97
- userParam?: Record<string, string> | undefined;
98
- modelId?: string | undefined;
99
- modelType?: string | undefined;
100
- }[] | undefined;
101
- appId: string;
102
- id?: string | undefined;
103
- name?: string | undefined;
104
- codeName?: string | undefined;
105
- userParam?: Record<string, string> | undefined;
106
- modelId?: string | undefined;
107
- modelType?: string | undefined;
108
- }[] | undefined;
109
- viewLogicType?: string | undefined;
110
- builtinLogic?: boolean | undefined;
111
- codeName?: string | undefined;
112
- logicType?: string | undefined;
113
- viewLogicStyle?: string | undefined;
114
- appId: string;
115
- id?: string | undefined;
116
- name?: string | undefined;
117
- userParam?: Record<string, string> | undefined;
118
- modelId?: string | undefined;
119
- modelType?: string | undefined;
120
- } | undefined;
121
- attrName?: string | undefined;
122
- eventArg?: string | undefined;
123
- eventArg2?: string | undefined;
124
- eventNames?: string | undefined;
125
- itemName?: string | undefined;
126
- logicParam?: string | undefined;
127
- logicParam2?: string | undefined;
128
- logicTrigger?: string | undefined;
129
- logicType?: string | undefined;
130
- owner?: {
131
- [x: string]: any;
132
- [x: symbol]: any;
133
- constructor: Function;
134
- toString: () => string;
135
- toLocaleString: () => string;
136
- valueOf: () => Object;
137
- hasOwnProperty: (v: PropertyKey) => boolean;
138
- isPrototypeOf: (v: Object) => boolean;
139
- propertyIsEnumerable: (v: PropertyKey) => boolean;
140
- } | undefined;
141
- appDEUILogicId?: string | undefined;
142
- appDataEntityId?: string | undefined;
143
- appUILogicId?: string | undefined;
144
- appViewEngineId?: string | undefined;
145
- appViewLogicId?: string | undefined;
146
- ctrlName?: string | undefined;
147
- scriptCode?: string | undefined;
148
- timer?: number | undefined;
149
- builtinLogic?: boolean | undefined;
150
- appId: string;
151
- id?: string | undefined;
152
- name?: string | undefined;
153
- codeName?: string | undefined;
154
- userParam?: Record<string, string> | undefined;
155
- modelId?: string | undefined;
156
- modelType?: string | undefined;
157
- }[] | undefined;
158
- appViewMsgGroupId?: string | undefined;
159
- appViewNavContexts?: {
160
- desc?: string | undefined;
161
- key?: string | undefined;
162
- value?: string | undefined;
163
- appId: string;
164
- id?: string | undefined;
165
- name?: string | undefined;
166
- codeName?: string | undefined;
167
- userParam?: Record<string, string> | undefined;
168
- modelId?: string | undefined;
169
- modelType?: string | undefined;
170
- rawValue?: boolean | undefined;
171
- }[] | undefined;
172
- appViewNavParams?: {
173
- rawValue?: boolean | undefined;
174
- desc?: string | undefined;
175
- key?: string | undefined;
176
- value?: string | undefined;
177
- appId: string;
178
- id?: string | undefined;
179
- name?: string | undefined;
180
- codeName?: string | undefined;
181
- userParam?: Record<string, string> | undefined;
182
- modelId?: string | undefined;
183
- modelType?: string | undefined;
184
- }[] | undefined;
185
- appViewParams?: {
186
- desc?: string | undefined;
187
- key?: string | undefined;
188
- value?: string | undefined;
189
- appId: string;
190
- id?: string | undefined;
191
- name?: string | undefined;
192
- codeName?: string | undefined;
193
- userParam?: Record<string, string> | undefined;
194
- modelId?: string | undefined;
195
- modelType?: string | undefined;
196
- }[] | undefined;
197
- appViewRefs?: {
198
- height?: number | undefined;
199
- openMode?: string | undefined;
200
- owner?: {
201
- [x: string]: any;
202
- [x: symbol]: any;
203
- constructor: Function;
204
- toString: () => string;
205
- toLocaleString: () => string;
206
- valueOf: () => Object;
207
- hasOwnProperty: (v: PropertyKey) => boolean;
208
- isPrototypeOf: (v: Object) => boolean;
209
- propertyIsEnumerable: (v: PropertyKey) => boolean;
210
- } | undefined;
211
- parentDataJO?: {
212
- [x: string]: any;
213
- [x: symbol]: any;
214
- constructor: Function;
215
- toString: () => string;
216
- toLocaleString: () => string;
217
- valueOf: () => Object;
218
- hasOwnProperty: (v: PropertyKey) => boolean;
219
- isPrototypeOf: (v: Object) => boolean;
220
- propertyIsEnumerable: (v: PropertyKey) => boolean;
221
- } | undefined;
222
- realOpenMode?: string | undefined;
223
- realTitle?: string | undefined;
224
- realTitleLanguageRes?: {
225
- defaultContent?: string | undefined;
226
- lanResTag?: string | undefined;
227
- lanResType?: string | undefined;
228
- refFlag?: boolean | undefined;
229
- appId: string;
230
- id?: string | undefined;
231
- name?: string | undefined;
232
- codeName?: string | undefined;
233
- userParam?: Record<string, string> | undefined;
234
- modelId?: string | undefined;
235
- modelType?: string | undefined;
236
- } | undefined;
237
- refAppViewId?: string | undefined;
238
- viewParamJO?: {
239
- [x: string]: any;
240
- [x: symbol]: any;
241
- constructor: Function;
242
- toString: () => string;
243
- toLocaleString: () => string;
244
- valueOf: () => Object;
245
- hasOwnProperty: (v: PropertyKey) => boolean;
246
- isPrototypeOf: (v: Object) => boolean;
247
- propertyIsEnumerable: (v: PropertyKey) => boolean;
248
- } | undefined;
249
- width?: number | undefined;
250
- navigateContexts?: {
251
- desc?: string | undefined;
252
- key?: string | undefined;
253
- value?: string | undefined;
254
- rawValue?: boolean | 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
- navigateParams?: {
264
- desc?: string | undefined;
265
- key?: string | undefined;
266
- value?: string | undefined;
267
- rawValue?: boolean | undefined;
268
- appId: string;
269
- id?: string | undefined;
270
- name?: string | undefined;
271
- codeName?: string | undefined;
272
- userParam?: Record<string, string> | undefined;
273
- modelId?: string | undefined;
274
- modelType?: string | undefined;
275
- }[] | undefined;
276
- appId: string;
277
- id?: string | undefined;
278
- name?: string | undefined;
279
- codeName?: string | undefined;
280
- userParam?: Record<string, string> | undefined;
281
- modelId?: string | undefined;
282
- modelType?: string | undefined;
283
- }[] | undefined;
284
- controls?: {
285
- codeName?: string | undefined;
286
- controlStyle?: string | undefined;
287
- controlType?: string | undefined;
288
- height?: number | undefined;
289
- logicName?: string | undefined;
290
- appDataEntityId?: string | undefined;
291
- controlAttributes?: {
292
- attrName?: string | undefined;
293
- attrValue?: string | undefined;
294
- appId: string;
295
- id?: string | undefined;
296
- name?: string | undefined;
297
- codeName?: string | undefined;
298
- userParam?: Record<string, string> | undefined;
299
- modelId?: string | undefined;
300
- modelType?: string | undefined;
301
- }[] | undefined;
302
- controlLogics?: {
303
- attrName?: string | undefined;
304
- eventArg?: string | undefined;
305
- eventArg2?: string | undefined;
306
- eventNames?: string | undefined;
307
- itemName?: string | undefined;
308
- logicTag?: string | undefined;
309
- logicType?: string | undefined;
310
- appDEUIActionId?: string | undefined;
311
- appDEUILogicId?: string | undefined;
312
- appDataEntityId?: string | undefined;
313
- appUILogicId?: string | undefined;
314
- appViewEngineId?: string | undefined;
315
- appViewLogicId?: string | undefined;
316
- scriptCode?: string | undefined;
317
- timer?: number | undefined;
318
- triggerType?: string | undefined;
319
- appId: string;
320
- id?: string | undefined;
321
- name?: string | undefined;
322
- codeName?: string | undefined;
323
- userParam?: Record<string, string> | undefined;
324
- modelId?: string | undefined;
325
- modelType?: string | undefined;
326
- }[] | undefined;
327
- controlParam?: {
328
- ctrlParams?: {
329
- [x: string]: any;
330
- [x: symbol]: any;
331
- constructor: Function;
332
- toString: () => string;
333
- toLocaleString: () => string;
334
- valueOf: () => Object;
335
- hasOwnProperty: (v: PropertyKey) => boolean;
336
- isPrototypeOf: (v: Object) => boolean;
337
- propertyIsEnumerable: (v: PropertyKey) => boolean;
338
- } | undefined;
339
- appId: string;
340
- id?: string | undefined;
341
- name?: string | undefined;
342
- codeName?: string | undefined;
343
- userParam?: Record<string, string> | undefined;
344
- modelId?: string | undefined;
345
- modelType?: string | undefined;
346
- } | undefined;
347
- controlRenders?: {
348
- layoutPanelModel?: string | undefined;
349
- layoutPanel?: {
350
- codeName?: string | undefined;
351
- dataMode?: number | undefined;
352
- dataName?: string | undefined;
353
- dataTimer?: number | undefined;
354
- getControlAction?: {
355
- adappDELogicId?: string | undefined;
356
- actionDesc?: string | undefined;
357
- appDEMethodId?: string | undefined;
358
- appDataEntityId?: string | undefined;
359
- timeout?: number | undefined;
360
- appId: string;
361
- id?: string | undefined;
362
- name?: string | undefined;
363
- codeName?: string | undefined;
364
- userParam?: Record<string, string> | undefined;
365
- modelId?: string | undefined;
366
- modelType?: string | undefined;
367
- } | undefined;
368
- layoutMode?: string | undefined;
369
- panelStyle?: string | undefined;
370
- panelWidth?: number | undefined;
371
- rootPanelItems?: {
372
- capLanguageRes?: {
373
- defaultContent?: string | undefined;
374
- lanResTag?: string | undefined;
375
- lanResType?: string | undefined;
376
- refFlag?: boolean | undefined;
377
- appId: string;
378
- id?: string | undefined;
379
- name?: string | undefined;
380
- codeName?: string | undefined;
381
- userParam?: Record<string, string> | undefined;
382
- modelId?: string | undefined;
383
- modelType?: string | undefined;
384
- } | undefined;
385
- caption?: string | undefined;
386
- contentHeight?: number | undefined;
387
- contentWidth?: number | undefined;
388
- cssStyle?: string | undefined;
389
- dynaClass?: string | undefined;
390
- height?: number | undefined;
391
- itemStyle?: string | undefined;
392
- itemType?: string | undefined;
393
- labelCssStyle?: string | undefined;
394
- labelDynaClass?: string | undefined;
395
- labelSysCss?: {
396
- codeName?: string | undefined;
397
- cssName?: string | undefined;
398
- cssStyle?: string | undefined;
399
- designCssStyle?: string | undefined;
400
- appId: string;
401
- id?: string | undefined;
402
- name?: string | undefined;
403
- userParam?: Record<string, string> | undefined;
404
- modelId?: string | undefined;
405
- modelType?: string | undefined;
406
- } | undefined;
407
- layout?: {
408
- layout?: string | undefined;
409
- appId: string;
410
- id?: string | undefined;
411
- name?: string | undefined;
412
- codeName?: string | undefined;
413
- userParam?: Record<string, string> | undefined;
414
- modelId?: string | undefined;
415
- modelType?: string | undefined;
416
- } | undefined;
417
- layoutPos?: {
418
- halignSelf?: string | undefined;
419
- height?: number | undefined;
420
- heightMode?: string | undefined;
421
- layout?: string | undefined;
422
- spacingBottom?: string | undefined;
423
- spacingLeft?: string | undefined;
424
- spacingRight?: string | undefined;
425
- spacingTop?: string | undefined;
426
- valignSelf?: string | undefined;
427
- width?: number | undefined;
428
- widthMode?: string | undefined;
429
- appId: string;
430
- id?: string | undefined;
431
- name?: string | undefined;
432
- codeName?: string | undefined;
433
- userParam?: Record<string, string> | undefined;
434
- modelId?: string | undefined;
435
- modelType?: string | undefined;
436
- } | undefined;
437
- panelItemGroupLogics?: {
438
- logicCat?: string | undefined;
439
- relatedItemNames?: string[] | undefined;
440
- groupOP?: string | undefined;
441
- panelItemLogics?: {
442
- logicCat?: string | undefined;
443
- logicType?: string | undefined;
444
- appId: string;
445
- id?: string | undefined;
446
- name?: string | undefined;
447
- codeName?: string | undefined;
448
- userParam?: Record<string, string> | undefined;
449
- modelId?: string | undefined;
450
- modelType?: string | undefined;
451
- }[] | undefined;
452
- notMode?: boolean | undefined;
453
- logicType?: string | undefined;
454
- appId: string;
455
- id?: string | undefined;
456
- name?: string | undefined;
457
- codeName?: string | undefined;
458
- userParam?: Record<string, string> | undefined;
459
- modelId?: string | undefined;
460
- modelType?: string | undefined;
461
- }[] | undefined;
462
- sysCss?: {
463
- codeName?: string | undefined;
464
- cssName?: string | undefined;
465
- cssStyle?: string | undefined;
466
- designCssStyle?: string | undefined;
467
- appId: string;
468
- id?: string | undefined;
469
- name?: string | undefined;
470
- userParam?: Record<string, string> | undefined;
471
- modelId?: string | undefined;
472
- modelType?: string | undefined;
473
- } | undefined;
474
- sysImage?: {
475
- codeName?: string | undefined;
476
- cssClass?: string | undefined;
477
- cssClassX?: string | undefined;
478
- glyph?: string | undefined;
479
- height?: number | undefined;
480
- imagePath?: string | undefined;
481
- imagePathX?: string | undefined;
482
- rawContent?: string | undefined;
483
- width?: number | undefined;
484
- appId: string;
485
- id?: string | undefined;
486
- name?: string | undefined;
487
- userParam?: Record<string, string> | undefined;
488
- modelId?: string | undefined;
489
- modelType?: string | undefined;
490
- } | undefined;
491
- sysPFPluginId?: string | undefined;
492
- width?: number | undefined;
493
- showCaption?: boolean | undefined;
494
- controlAttributes?: {
495
- attrName?: string | undefined;
496
- attrValue?: string | undefined;
497
- appId: string;
498
- id?: string | undefined;
499
- name?: string | undefined;
500
- codeName?: string | undefined;
501
- userParam?: Record<string, string> | undefined;
502
- modelId?: string | undefined;
503
- modelType?: string | undefined;
504
- }[] | undefined;
505
- controlLogics?: {
506
- attrName?: string | undefined;
507
- eventArg?: string | undefined;
508
- eventArg2?: string | undefined;
509
- eventNames?: string | undefined;
510
- itemName?: string | undefined;
511
- logicTag?: string | undefined;
512
- logicType?: string | undefined;
513
- appDEUIActionId?: string | undefined;
514
- appDEUILogicId?: string | undefined;
515
- appDataEntityId?: string | undefined;
516
- appUILogicId?: string | undefined;
517
- appViewEngineId?: string | undefined;
518
- appViewLogicId?: string | undefined;
519
- scriptCode?: string | undefined;
520
- timer?: number | undefined;
521
- triggerType?: string | undefined;
522
- appId: string;
523
- id?: string | undefined;
524
- name?: string | undefined;
525
- codeName?: string | undefined;
526
- userParam?: Record<string, string> | undefined;
527
- modelId?: string | undefined;
528
- modelType?: string | undefined;
529
- }[] | undefined;
530
- controlRenders?: any[] | undefined;
531
- appId: string;
532
- id?: string | undefined;
533
- name?: string | undefined;
534
- codeName?: string | undefined;
535
- userParam?: Record<string, string> | undefined;
536
- modelId?: string | undefined;
537
- modelType?: string | undefined;
538
- }[] | undefined;
539
- layoutPanel?: boolean | undefined;
540
- mobilePanel?: boolean | undefined;
541
- controlStyle?: string | undefined;
542
- controlType?: string | undefined;
543
- height?: number | undefined;
544
- logicName?: string | undefined;
545
- appDataEntityId?: string | undefined;
546
- controlAttributes?: {
547
- attrName?: string | undefined;
548
- attrValue?: string | undefined;
549
- appId: string;
550
- id?: string | undefined;
551
- name?: string | undefined;
552
- codeName?: string | undefined;
553
- userParam?: Record<string, string> | undefined;
554
- modelId?: string | undefined;
555
- modelType?: string | undefined;
556
- }[] | undefined;
557
- controlLogics?: {
558
- attrName?: string | undefined;
559
- eventArg?: string | undefined;
560
- eventArg2?: string | undefined;
561
- eventNames?: string | undefined;
562
- itemName?: string | undefined;
563
- logicTag?: string | undefined;
564
- logicType?: string | undefined;
565
- appDEUIActionId?: string | undefined;
566
- appDEUILogicId?: string | undefined;
567
- appDataEntityId?: string | undefined;
568
- appUILogicId?: string | undefined;
569
- appViewEngineId?: string | undefined;
570
- appViewLogicId?: string | undefined;
571
- scriptCode?: string | undefined;
572
- timer?: number | undefined;
573
- triggerType?: string | undefined;
574
- appId: string;
575
- id?: string | undefined;
576
- name?: string | undefined;
577
- codeName?: string | undefined;
578
- userParam?: Record<string, string> | undefined;
579
- modelId?: string | undefined;
580
- modelType?: string | undefined;
581
- }[] | undefined;
582
- controlParam?: {
583
- ctrlParams?: {
584
- [x: string]: any;
585
- [x: symbol]: any;
586
- constructor: Function;
587
- toString: () => string;
588
- toLocaleString: () => string;
589
- valueOf: () => Object;
590
- hasOwnProperty: (v: PropertyKey) => boolean;
591
- isPrototypeOf: (v: Object) => boolean;
592
- propertyIsEnumerable: (v: PropertyKey) => boolean;
593
- } | undefined;
594
- appId: string;
595
- id?: string | undefined;
596
- name?: string | undefined;
597
- codeName?: string | undefined;
598
- userParam?: Record<string, string> | undefined;
599
- modelId?: string | undefined;
600
- modelType?: string | undefined;
601
- } | undefined;
602
- controlRenders?: any[] | undefined;
603
- ctrlMsg?: {
604
- codeName?: string | undefined;
605
- msgModel?: string | undefined;
606
- ctrlMsgItems?: {
607
- content?: string | undefined;
608
- contentLanguageRes?: {
609
- defaultContent?: string | undefined;
610
- lanResTag?: string | undefined;
611
- lanResType?: string | undefined;
612
- refFlag?: boolean | undefined;
613
- appId: string;
614
- id?: string | undefined;
615
- name?: string | undefined;
616
- codeName?: string | undefined;
617
- userParam?: Record<string, string> | undefined;
618
- modelId?: string | undefined;
619
- modelType?: string | undefined;
620
- } | undefined;
621
- timeout?: number | undefined;
622
- appId: string;
623
- id?: string | undefined;
624
- name?: string | undefined;
625
- codeName?: string | undefined;
626
- userParam?: Record<string, string> | undefined;
627
- modelId?: string | undefined;
628
- modelType?: string | undefined;
629
- }[] | undefined;
630
- appId: string;
631
- id?: string | undefined;
632
- name?: string | undefined;
633
- userParam?: Record<string, string> | undefined;
634
- modelId?: string | undefined;
635
- modelType?: string | undefined;
636
- } | undefined;
637
- sysCss?: {
638
- codeName?: string | undefined;
639
- cssName?: string | undefined;
640
- cssStyle?: string | undefined;
641
- designCssStyle?: string | undefined;
642
- appId: string;
643
- id?: string | undefined;
644
- name?: string | undefined;
645
- userParam?: Record<string, string> | undefined;
646
- modelId?: string | undefined;
647
- modelType?: string | undefined;
648
- } | undefined;
649
- sysPFPluginId?: string | undefined;
650
- user2ControlAction?: {
651
- adappDELogicId?: string | undefined;
652
- actionDesc?: string | undefined;
653
- appDEMethodId?: string | undefined;
654
- appDataEntityId?: string | undefined;
655
- timeout?: number | undefined;
656
- appId: string;
657
- id?: string | undefined;
658
- name?: string | undefined;
659
- codeName?: string | undefined;
660
- userParam?: Record<string, string> | undefined;
661
- modelId?: string | undefined;
662
- modelType?: string | undefined;
663
- } | undefined;
664
- userControlAction?: {
665
- adappDELogicId?: string | undefined;
666
- actionDesc?: string | undefined;
667
- appDEMethodId?: string | undefined;
668
- appDataEntityId?: string | undefined;
669
- timeout?: number | undefined;
670
- appId: string;
671
- id?: string | undefined;
672
- name?: string | undefined;
673
- codeName?: string | undefined;
674
- userParam?: Record<string, string> | undefined;
675
- modelId?: string | undefined;
676
- modelType?: string | undefined;
677
- } | undefined;
678
- width?: number | undefined;
679
- appId: string;
680
- id?: string | undefined;
681
- name?: string | undefined;
682
- userParam?: Record<string, string> | undefined;
683
- modelId?: string | undefined;
684
- modelType?: string | undefined;
685
- appCounterRefs?: {
686
- appCounter?: {
687
- getAppDEActionId?: string | undefined;
688
- getAppDEDataSetId?: string | undefined;
689
- appDataEntityId?: string | undefined;
690
- codeName?: string | undefined;
691
- counterData?: string | undefined;
692
- counterData2?: string | undefined;
693
- counterType?: string | undefined;
694
- customCond?: string | undefined;
695
- counterId?: string | undefined;
696
- sysPFPluginId?: string | undefined;
697
- timer?: number | undefined;
698
- uniqueTag?: string | undefined;
699
- navigateContexts?: {
700
- desc?: string | undefined;
701
- key?: string | undefined;
702
- value?: string | undefined;
703
- rawValue?: boolean | undefined;
704
- appId: string;
705
- id?: string | undefined;
706
- name?: string | undefined;
707
- codeName?: string | undefined;
708
- userParam?: Record<string, string> | undefined;
709
- modelId?: string | undefined;
710
- modelType?: string | undefined;
711
- }[] | undefined;
712
- navigateParams?: {
713
- desc?: string | undefined;
714
- key?: string | undefined;
715
- value?: string | undefined;
716
- rawValue?: boolean | undefined;
717
- appId: string;
718
- id?: string | undefined;
719
- name?: string | undefined;
720
- codeName?: string | undefined;
721
- userParam?: Record<string, string> | undefined;
722
- modelId?: string | undefined;
723
- modelType?: string | undefined;
724
- }[] | undefined;
725
- appId: string;
726
- id?: string | undefined;
727
- name?: string | undefined;
728
- userParam?: Record<string, string> | undefined;
729
- modelId?: string | undefined;
730
- modelType?: string | undefined;
731
- } | undefined;
732
- refMode?: {
733
- [x: string]: any;
734
- [x: symbol]: any;
735
- constructor: Function;
736
- toString: () => string;
737
- toLocaleString: () => string;
738
- valueOf: () => Object;
739
- hasOwnProperty: (v: PropertyKey) => boolean;
740
- isPrototypeOf: (v: Object) => boolean;
741
- propertyIsEnumerable: (v: PropertyKey) => boolean;
742
- } | undefined;
743
- tag?: string | undefined;
744
- appId: string;
745
- id?: string | undefined;
746
- name?: string | undefined;
747
- codeName?: string | undefined;
748
- userParam?: Record<string, string> | undefined;
749
- modelId?: string | undefined;
750
- modelType?: string | undefined;
751
- }[] | undefined;
752
- appViewEngines?: {
753
- engineCat?: string | undefined;
754
- engineType?: string | undefined;
755
- params?: {
756
- paramType?: string | undefined;
757
- value?: {
758
- [x: string]: any;
759
- [x: symbol]: any;
760
- constructor: Function;
761
- toString: () => string;
762
- toLocaleString: () => string;
763
- valueOf: () => Object;
764
- hasOwnProperty: (v: PropertyKey) => boolean;
765
- isPrototypeOf: (v: Object) => boolean;
766
- propertyIsEnumerable: (v: PropertyKey) => boolean;
767
- } | undefined;
768
- appId: string;
769
- id?: string | undefined;
770
- name?: string | undefined;
771
- codeName?: string | undefined;
772
- userParam?: Record<string, string> | undefined;
773
- modelId?: string | undefined;
774
- modelType?: string | undefined;
775
- }[] | undefined;
776
- appId: string;
777
- id?: string | undefined;
778
- name?: string | undefined;
779
- codeName?: string | undefined;
780
- userParam?: Record<string, string> | undefined;
781
- modelId?: string | undefined;
782
- modelType?: string | undefined;
783
- }[] | undefined;
784
- appViewLogics?: {
785
- builtinAppUILogic?: {
786
- appDEUILogicId?: string | undefined;
787
- appDataEntityId?: string | undefined;
788
- appUILogicRefViews?: {
789
- openMode?: string | undefined;
790
- refMode?: string | undefined;
791
- refAppViewId?: string | undefined;
792
- navigateContexts?: {
793
- desc?: string | undefined;
794
- key?: string | undefined;
795
- value?: string | undefined;
796
- rawValue?: boolean | undefined;
797
- appId: string;
798
- id?: string | undefined;
799
- name?: string | undefined;
800
- codeName?: string | undefined;
801
- userParam?: Record<string, string> | undefined;
802
- modelId?: string | undefined;
803
- modelType?: string | undefined;
804
- }[] | undefined;
805
- navigateParams?: {
806
- desc?: string | undefined;
807
- key?: string | undefined;
808
- value?: string | undefined;
809
- rawValue?: boolean | undefined;
810
- appId: string;
811
- id?: string | undefined;
812
- name?: string | undefined;
813
- codeName?: string | undefined;
814
- userParam?: Record<string, string> | undefined;
815
- modelId?: string | undefined;
816
- modelType?: string | undefined;
817
- }[] | undefined;
818
- appId: string;
819
- id?: string | undefined;
820
- name?: string | undefined;
821
- codeName?: string | undefined;
822
- userParam?: Record<string, string> | undefined;
823
- modelId?: string | undefined;
824
- modelType?: string | undefined;
825
- }[] | undefined;
826
- viewLogicType?: string | undefined;
827
- builtinLogic?: boolean | undefined;
828
- codeName?: string | undefined;
829
- logicType?: string | undefined;
830
- viewLogicStyle?: string | undefined;
831
- appId: string;
832
- id?: string | undefined;
833
- name?: string | undefined;
834
- userParam?: Record<string, string> | undefined;
835
- modelId?: string | undefined;
836
- modelType?: string | undefined;
837
- } | undefined;
838
- attrName?: string | undefined;
839
- eventArg?: string | undefined;
840
- eventArg2?: string | undefined;
841
- eventNames?: string | undefined;
842
- itemName?: string | undefined;
843
- logicParam?: string | undefined;
844
- logicParam2?: string | undefined;
845
- logicTrigger?: string | undefined;
846
- logicType?: string | undefined;
847
- owner?: {
848
- [x: string]: any;
849
- [x: symbol]: any;
850
- constructor: Function;
851
- toString: () => string;
852
- toLocaleString: () => string;
853
- valueOf: () => Object;
854
- hasOwnProperty: (v: PropertyKey) => boolean;
855
- isPrototypeOf: (v: Object) => boolean;
856
- propertyIsEnumerable: (v: PropertyKey) => boolean;
857
- } | undefined;
858
- appDEUILogicId?: string | undefined;
859
- appDataEntityId?: string | undefined;
860
- appUILogicId?: string | undefined;
861
- appViewEngineId?: string | undefined;
862
- appViewLogicId?: string | undefined;
863
- ctrlName?: string | undefined;
864
- scriptCode?: string | undefined;
865
- timer?: number | undefined;
866
- builtinLogic?: boolean | undefined;
867
- appId: string;
868
- id?: string | undefined;
869
- name?: string | undefined;
870
- codeName?: string | undefined;
871
- userParam?: Record<string, string> | undefined;
872
- modelId?: string | undefined;
873
- modelType?: string | undefined;
874
- }[] | undefined;
875
- appViewRefs?: {
876
- height?: number | undefined;
877
- openMode?: string | undefined;
878
- owner?: {
879
- [x: string]: any;
880
- [x: symbol]: any;
881
- constructor: Function;
882
- toString: () => string;
883
- toLocaleString: () => string;
884
- valueOf: () => Object;
885
- hasOwnProperty: (v: PropertyKey) => boolean;
886
- isPrototypeOf: (v: Object) => boolean;
887
- propertyIsEnumerable: (v: PropertyKey) => boolean;
888
- } | undefined;
889
- parentDataJO?: {
890
- [x: string]: any;
891
- [x: symbol]: any;
892
- constructor: Function;
893
- toString: () => string;
894
- toLocaleString: () => string;
895
- valueOf: () => Object;
896
- hasOwnProperty: (v: PropertyKey) => boolean;
897
- isPrototypeOf: (v: Object) => boolean;
898
- propertyIsEnumerable: (v: PropertyKey) => boolean;
899
- } | undefined;
900
- realOpenMode?: string | undefined;
901
- realTitle?: string | undefined;
902
- realTitleLanguageRes?: {
903
- defaultContent?: string | undefined;
904
- lanResTag?: string | undefined;
905
- lanResType?: string | undefined;
906
- refFlag?: boolean | undefined;
907
- appId: string;
908
- id?: string | undefined;
909
- name?: string | undefined;
910
- codeName?: string | undefined;
911
- userParam?: Record<string, string> | undefined;
912
- modelId?: string | undefined;
913
- modelType?: string | undefined;
914
- } | undefined;
915
- refAppViewId?: string | undefined;
916
- viewParamJO?: {
917
- [x: string]: any;
918
- [x: symbol]: any;
919
- constructor: Function;
920
- toString: () => string;
921
- toLocaleString: () => string;
922
- valueOf: () => Object;
923
- hasOwnProperty: (v: PropertyKey) => boolean;
924
- isPrototypeOf: (v: Object) => boolean;
925
- propertyIsEnumerable: (v: PropertyKey) => boolean;
926
- } | undefined;
927
- width?: number | undefined;
928
- navigateContexts?: {
929
- desc?: string | undefined;
930
- key?: string | undefined;
931
- value?: string | undefined;
932
- rawValue?: boolean | undefined;
933
- appId: string;
934
- id?: string | undefined;
935
- name?: string | undefined;
936
- codeName?: string | undefined;
937
- userParam?: Record<string, string> | undefined;
938
- modelId?: string | undefined;
939
- modelType?: string | undefined;
940
- }[] | undefined;
941
- navigateParams?: {
942
- desc?: string | undefined;
943
- key?: string | undefined;
944
- value?: string | undefined;
945
- rawValue?: boolean | undefined;
946
- appId: string;
947
- id?: string | undefined;
948
- name?: string | undefined;
949
- codeName?: string | undefined;
950
- userParam?: Record<string, string> | undefined;
951
- modelId?: string | undefined;
952
- modelType?: string | undefined;
953
- }[] | undefined;
954
- appId: string;
955
- id?: string | undefined;
956
- name?: string | undefined;
957
- codeName?: string | undefined;
958
- userParam?: Record<string, string> | undefined;
959
- modelId?: string | undefined;
960
- modelType?: string | undefined;
961
- }[] | undefined;
962
- controls?: any[] | undefined;
963
- layout?: {
964
- layout?: string | 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
- } | undefined;
973
- } | undefined;
974
- renderName?: string | undefined;
975
- renderType?: string | undefined;
976
- appId: string;
977
- id?: string | undefined;
978
- name?: string | undefined;
979
- codeName?: string | undefined;
980
- userParam?: Record<string, string> | undefined;
981
- modelId?: string | undefined;
982
- modelType?: string | undefined;
983
- }[] | undefined;
984
- ctrlMsg?: {
985
- codeName?: string | undefined;
986
- msgModel?: string | undefined;
987
- ctrlMsgItems?: {
988
- content?: string | undefined;
989
- contentLanguageRes?: {
990
- defaultContent?: string | undefined;
991
- lanResTag?: string | undefined;
992
- lanResType?: string | undefined;
993
- refFlag?: boolean | 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
- timeout?: number | undefined;
1003
- appId: string;
1004
- id?: string | undefined;
1005
- name?: string | undefined;
1006
- codeName?: string | undefined;
1007
- userParam?: Record<string, string> | undefined;
1008
- modelId?: string | undefined;
1009
- modelType?: string | undefined;
1010
- }[] | undefined;
1011
- appId: string;
1012
- id?: string | undefined;
1013
- name?: string | undefined;
1014
- userParam?: Record<string, string> | undefined;
1015
- modelId?: string | undefined;
1016
- modelType?: string | undefined;
1017
- } | undefined;
1018
- sysCss?: {
1019
- codeName?: string | undefined;
1020
- cssName?: string | undefined;
1021
- cssStyle?: string | undefined;
1022
- designCssStyle?: string | undefined;
1023
- appId: string;
1024
- id?: string | undefined;
1025
- name?: string | undefined;
1026
- userParam?: Record<string, string> | undefined;
1027
- modelId?: string | undefined;
1028
- modelType?: string | undefined;
1029
- } | undefined;
1030
- sysPFPluginId?: string | undefined;
1031
- user2ControlAction?: {
1032
- adappDELogicId?: string | undefined;
1033
- actionDesc?: string | undefined;
1034
- appDEMethodId?: string | undefined;
1035
- appDataEntityId?: string | undefined;
1036
- timeout?: number | undefined;
1037
- appId: string;
1038
- id?: string | undefined;
1039
- name?: string | undefined;
1040
- codeName?: string | undefined;
1041
- userParam?: Record<string, string> | undefined;
1042
- modelId?: string | undefined;
1043
- modelType?: string | undefined;
1044
- } | undefined;
1045
- userControlAction?: {
1046
- adappDELogicId?: string | undefined;
1047
- actionDesc?: string | undefined;
1048
- appDEMethodId?: string | undefined;
1049
- appDataEntityId?: string | undefined;
1050
- timeout?: number | undefined;
1051
- appId: string;
1052
- id?: string | undefined;
1053
- name?: string | undefined;
1054
- codeName?: string | undefined;
1055
- userParam?: Record<string, string> | undefined;
1056
- modelId?: string | undefined;
1057
- modelType?: string | undefined;
1058
- } | undefined;
1059
- width?: number | undefined;
1060
- appId: string;
1061
- id?: string | undefined;
1062
- name?: string | undefined;
1063
- userParam?: Record<string, string> | undefined;
1064
- modelId?: string | undefined;
1065
- modelType?: string | undefined;
1066
- }[] | undefined;
1067
- sysCss?: {
1068
- codeName?: string | undefined;
1069
- cssName?: string | undefined;
1070
- cssStyle?: string | undefined;
1071
- designCssStyle?: string | undefined;
1072
- appId: string;
1073
- id?: string | undefined;
1074
- name?: string | undefined;
1075
- userParam?: Record<string, string> | undefined;
1076
- modelId?: string | undefined;
1077
- modelType?: string | undefined;
1078
- } | undefined;
1079
- sysImage?: {
1080
- codeName?: string | undefined;
1081
- cssClass?: string | undefined;
1082
- cssClassX?: string | undefined;
1083
- glyph?: string | undefined;
1084
- height?: number | undefined;
1085
- imagePath?: string | undefined;
1086
- imagePathX?: string | undefined;
1087
- rawContent?: string | undefined;
1088
- width?: number | undefined;
1089
- appId: string;
1090
- id?: string | undefined;
1091
- name?: string | undefined;
1092
- userParam?: Record<string, string> | undefined;
1093
- modelId?: string | undefined;
1094
- modelType?: string | undefined;
1095
- } | undefined;
1096
- sysPFPluginId?: string | undefined;
1097
- viewLayoutPanel?: {
1098
- layoutBodyOnly?: boolean | undefined;
1099
- useDefaultLayout?: boolean | undefined;
1100
- viewProxyMode?: boolean | undefined;
1101
- codeName?: string | undefined;
1102
- dataMode?: number | undefined;
1103
- dataName?: string | undefined;
1104
- dataTimer?: number | undefined;
1105
- getControlAction?: {
1106
- adappDELogicId?: string | undefined;
1107
- actionDesc?: string | undefined;
1108
- appDEMethodId?: string | undefined;
1109
- appDataEntityId?: string | undefined;
1110
- timeout?: number | undefined;
1111
- appId: string;
1112
- id?: string | undefined;
1113
- name?: string | undefined;
1114
- codeName?: string | undefined;
1115
- userParam?: Record<string, string> | undefined;
1116
- modelId?: string | undefined;
1117
- modelType?: string | undefined;
1118
- } | undefined;
1119
- layoutMode?: string | undefined;
1120
- panelStyle?: string | undefined;
1121
- panelWidth?: number | undefined;
1122
- rootPanelItems?: {
1123
- capLanguageRes?: {
1124
- defaultContent?: string | undefined;
1125
- lanResTag?: string | undefined;
1126
- lanResType?: string | undefined;
1127
- refFlag?: boolean | 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
- caption?: string | undefined;
1137
- contentHeight?: number | undefined;
1138
- contentWidth?: number | undefined;
1139
- cssStyle?: string | undefined;
1140
- dynaClass?: string | undefined;
1141
- height?: number | undefined;
1142
- itemStyle?: string | undefined;
1143
- itemType?: string | undefined;
1144
- labelCssStyle?: string | undefined;
1145
- labelDynaClass?: string | undefined;
1146
- labelSysCss?: {
1147
- codeName?: string | undefined;
1148
- cssName?: string | undefined;
1149
- cssStyle?: string | undefined;
1150
- designCssStyle?: string | undefined;
1151
- appId: string;
1152
- id?: string | undefined;
1153
- name?: string | undefined;
1154
- userParam?: Record<string, string> | undefined;
1155
- modelId?: string | undefined;
1156
- modelType?: string | undefined;
1157
- } | undefined;
1158
- layout?: {
1159
- layout?: string | undefined;
1160
- appId: string;
1161
- id?: string | undefined;
1162
- name?: string | undefined;
1163
- codeName?: string | undefined;
1164
- userParam?: Record<string, string> | undefined;
1165
- modelId?: string | undefined;
1166
- modelType?: string | undefined;
1167
- } | undefined;
1168
- layoutPos?: {
1169
- halignSelf?: string | undefined;
1170
- height?: number | undefined;
1171
- heightMode?: string | undefined;
1172
- layout?: string | undefined;
1173
- spacingBottom?: string | undefined;
1174
- spacingLeft?: string | undefined;
1175
- spacingRight?: string | undefined;
1176
- spacingTop?: string | undefined;
1177
- valignSelf?: string | undefined;
1178
- width?: number | undefined;
1179
- widthMode?: string | undefined;
1180
- appId: string;
1181
- id?: string | undefined;
1182
- name?: string | undefined;
1183
- codeName?: string | undefined;
1184
- userParam?: Record<string, string> | undefined;
1185
- modelId?: string | undefined;
1186
- modelType?: string | undefined;
1187
- } | undefined;
1188
- panelItemGroupLogics?: {
1189
- logicCat?: string | undefined;
1190
- relatedItemNames?: string[] | undefined;
1191
- groupOP?: string | undefined;
1192
- panelItemLogics?: {
1193
- logicCat?: string | undefined;
1194
- logicType?: string | undefined;
1195
- appId: string;
1196
- id?: string | undefined;
1197
- name?: string | undefined;
1198
- codeName?: string | undefined;
1199
- userParam?: Record<string, string> | undefined;
1200
- modelId?: string | undefined;
1201
- modelType?: string | undefined;
1202
- }[] | undefined;
1203
- notMode?: boolean | undefined;
1204
- logicType?: string | undefined;
1205
- appId: string;
1206
- id?: string | undefined;
1207
- name?: string | undefined;
1208
- codeName?: string | undefined;
1209
- userParam?: Record<string, string> | undefined;
1210
- modelId?: string | undefined;
1211
- modelType?: string | undefined;
1212
- }[] | undefined;
1213
- sysCss?: {
1214
- codeName?: string | undefined;
1215
- cssName?: string | undefined;
1216
- cssStyle?: string | undefined;
1217
- designCssStyle?: string | undefined;
1218
- appId: string;
1219
- id?: string | undefined;
1220
- name?: string | undefined;
1221
- userParam?: Record<string, string> | undefined;
1222
- modelId?: string | undefined;
1223
- modelType?: string | undefined;
1224
- } | undefined;
1225
- sysImage?: {
1226
- codeName?: string | undefined;
1227
- cssClass?: string | undefined;
1228
- cssClassX?: string | undefined;
1229
- glyph?: string | undefined;
1230
- height?: number | undefined;
1231
- imagePath?: string | undefined;
1232
- imagePathX?: string | undefined;
1233
- rawContent?: string | undefined;
1234
- width?: number | undefined;
1235
- appId: string;
1236
- id?: string | undefined;
1237
- name?: string | undefined;
1238
- userParam?: Record<string, string> | undefined;
1239
- modelId?: string | undefined;
1240
- modelType?: string | undefined;
1241
- } | undefined;
1242
- sysPFPluginId?: string | undefined;
1243
- width?: number | undefined;
1244
- showCaption?: boolean | undefined;
1245
- controlAttributes?: {
1246
- attrName?: string | undefined;
1247
- attrValue?: string | undefined;
1248
- appId: string;
1249
- id?: string | undefined;
1250
- name?: string | undefined;
1251
- codeName?: string | undefined;
1252
- userParam?: Record<string, string> | undefined;
1253
- modelId?: string | undefined;
1254
- modelType?: string | undefined;
1255
- }[] | undefined;
1256
- controlLogics?: {
1257
- attrName?: string | undefined;
1258
- eventArg?: string | undefined;
1259
- eventArg2?: string | undefined;
1260
- eventNames?: string | undefined;
1261
- itemName?: string | undefined;
1262
- logicTag?: string | undefined;
1263
- logicType?: string | undefined;
1264
- appDEUIActionId?: string | undefined;
1265
- appDEUILogicId?: string | undefined;
1266
- appDataEntityId?: string | undefined;
1267
- appUILogicId?: string | undefined;
1268
- appViewEngineId?: string | undefined;
1269
- appViewLogicId?: string | undefined;
1270
- scriptCode?: string | undefined;
1271
- timer?: number | undefined;
1272
- triggerType?: string | undefined;
1273
- appId: string;
1274
- id?: string | undefined;
1275
- name?: string | undefined;
1276
- codeName?: string | undefined;
1277
- userParam?: Record<string, string> | undefined;
1278
- modelId?: string | undefined;
1279
- modelType?: string | undefined;
1280
- }[] | undefined;
1281
- controlRenders?: {
1282
- layoutPanelModel?: string | undefined;
1283
- layoutPanel?: {
1284
- codeName?: string | undefined;
1285
- dataMode?: number | undefined;
1286
- dataName?: string | undefined;
1287
- dataTimer?: number | undefined;
1288
- getControlAction?: {
1289
- adappDELogicId?: string | undefined;
1290
- actionDesc?: string | undefined;
1291
- appDEMethodId?: string | undefined;
1292
- appDataEntityId?: string | undefined;
1293
- timeout?: number | undefined;
1294
- appId: string;
1295
- id?: string | undefined;
1296
- name?: string | undefined;
1297
- codeName?: string | undefined;
1298
- userParam?: Record<string, string> | undefined;
1299
- modelId?: string | undefined;
1300
- modelType?: string | undefined;
1301
- } | undefined;
1302
- layoutMode?: string | undefined;
1303
- panelStyle?: string | undefined;
1304
- panelWidth?: number | undefined;
1305
- rootPanelItems?: any[] | undefined;
1306
- layoutPanel?: boolean | undefined;
1307
- mobilePanel?: boolean | undefined;
1308
- controlStyle?: string | undefined;
1309
- controlType?: string | undefined;
1310
- height?: number | undefined;
1311
- logicName?: string | undefined;
1312
- appDataEntityId?: string | undefined;
1313
- controlAttributes?: {
1314
- attrName?: string | undefined;
1315
- attrValue?: string | undefined;
1316
- appId: string;
1317
- id?: string | undefined;
1318
- name?: string | undefined;
1319
- codeName?: string | undefined;
1320
- userParam?: Record<string, string> | undefined;
1321
- modelId?: string | undefined;
1322
- modelType?: string | undefined;
1323
- }[] | undefined;
1324
- controlLogics?: {
1325
- attrName?: string | undefined;
1326
- eventArg?: string | undefined;
1327
- eventArg2?: string | undefined;
1328
- eventNames?: string | undefined;
1329
- itemName?: string | undefined;
1330
- logicTag?: string | undefined;
1331
- logicType?: string | undefined;
1332
- appDEUIActionId?: string | undefined;
1333
- appDEUILogicId?: string | undefined;
1334
- appDataEntityId?: string | undefined;
1335
- appUILogicId?: string | undefined;
1336
- appViewEngineId?: string | undefined;
1337
- appViewLogicId?: string | undefined;
1338
- scriptCode?: string | undefined;
1339
- timer?: number | undefined;
1340
- triggerType?: string | undefined;
1341
- appId: string;
1342
- id?: string | undefined;
1343
- name?: string | undefined;
1344
- codeName?: string | undefined;
1345
- userParam?: Record<string, string> | undefined;
1346
- modelId?: string | undefined;
1347
- modelType?: string | undefined;
1348
- }[] | undefined;
1349
- controlParam?: {
1350
- ctrlParams?: {
1351
- [x: string]: any;
1352
- [x: symbol]: any;
1353
- constructor: Function;
1354
- toString: () => string;
1355
- toLocaleString: () => string;
1356
- valueOf: () => Object;
1357
- hasOwnProperty: (v: PropertyKey) => boolean;
1358
- isPrototypeOf: (v: Object) => boolean;
1359
- propertyIsEnumerable: (v: PropertyKey) => boolean;
1360
- } | undefined;
1361
- appId: string;
1362
- id?: string | undefined;
1363
- name?: string | undefined;
1364
- codeName?: string | undefined;
1365
- userParam?: Record<string, string> | undefined;
1366
- modelId?: string | undefined;
1367
- modelType?: string | undefined;
1368
- } | undefined;
1369
- controlRenders?: any[] | undefined;
1370
- ctrlMsg?: {
1371
- codeName?: string | undefined;
1372
- msgModel?: string | undefined;
1373
- ctrlMsgItems?: {
1374
- content?: string | undefined;
1375
- contentLanguageRes?: {
1376
- defaultContent?: string | undefined;
1377
- lanResTag?: string | undefined;
1378
- lanResType?: string | undefined;
1379
- refFlag?: boolean | undefined;
1380
- appId: string;
1381
- id?: string | undefined;
1382
- name?: string | undefined;
1383
- codeName?: string | undefined;
1384
- userParam?: Record<string, string> | undefined;
1385
- modelId?: string | undefined;
1386
- modelType?: string | undefined;
1387
- } | undefined;
1388
- timeout?: number | undefined;
1389
- appId: string;
1390
- id?: string | undefined;
1391
- name?: string | undefined;
1392
- codeName?: string | undefined;
1393
- userParam?: Record<string, string> | undefined;
1394
- modelId?: string | undefined;
1395
- modelType?: string | undefined;
1396
- }[] | undefined;
1397
- appId: string;
1398
- id?: string | undefined;
1399
- name?: string | undefined;
1400
- userParam?: Record<string, string> | undefined;
1401
- modelId?: string | undefined;
1402
- modelType?: string | undefined;
1403
- } | undefined;
1404
- sysCss?: {
1405
- codeName?: string | undefined;
1406
- cssName?: string | undefined;
1407
- cssStyle?: string | undefined;
1408
- designCssStyle?: string | undefined;
1409
- appId: string;
1410
- id?: string | undefined;
1411
- name?: string | undefined;
1412
- userParam?: Record<string, string> | undefined;
1413
- modelId?: string | undefined;
1414
- modelType?: string | undefined;
1415
- } | undefined;
1416
- sysPFPluginId?: string | undefined;
1417
- user2ControlAction?: {
1418
- adappDELogicId?: string | undefined;
1419
- actionDesc?: string | undefined;
1420
- appDEMethodId?: string | undefined;
1421
- appDataEntityId?: string | undefined;
1422
- timeout?: number | undefined;
1423
- appId: string;
1424
- id?: string | undefined;
1425
- name?: string | undefined;
1426
- codeName?: string | undefined;
1427
- userParam?: Record<string, string> | undefined;
1428
- modelId?: string | undefined;
1429
- modelType?: string | undefined;
1430
- } | undefined;
1431
- userControlAction?: {
1432
- adappDELogicId?: string | undefined;
1433
- actionDesc?: string | undefined;
1434
- appDEMethodId?: string | undefined;
1435
- appDataEntityId?: string | undefined;
1436
- timeout?: number | undefined;
1437
- appId: string;
1438
- id?: string | undefined;
1439
- name?: string | undefined;
1440
- codeName?: string | undefined;
1441
- userParam?: Record<string, string> | undefined;
1442
- modelId?: string | undefined;
1443
- modelType?: string | undefined;
1444
- } | undefined;
1445
- width?: number | undefined;
1446
- appId: string;
1447
- id?: string | undefined;
1448
- name?: string | undefined;
1449
- userParam?: Record<string, string> | undefined;
1450
- modelId?: string | undefined;
1451
- modelType?: string | undefined;
1452
- appCounterRefs?: {
1453
- appCounter?: {
1454
- getAppDEActionId?: string | undefined;
1455
- getAppDEDataSetId?: string | undefined;
1456
- appDataEntityId?: string | undefined;
1457
- codeName?: string | undefined;
1458
- counterData?: string | undefined;
1459
- counterData2?: string | undefined;
1460
- counterType?: string | undefined;
1461
- customCond?: string | undefined;
1462
- counterId?: string | undefined;
1463
- sysPFPluginId?: string | undefined;
1464
- timer?: number | undefined;
1465
- uniqueTag?: string | undefined;
1466
- navigateContexts?: {
1467
- desc?: string | undefined;
1468
- key?: string | undefined;
1469
- value?: string | undefined;
1470
- rawValue?: boolean | undefined;
1471
- appId: string;
1472
- id?: string | undefined;
1473
- name?: string | undefined;
1474
- codeName?: string | undefined;
1475
- userParam?: Record<string, string> | undefined;
1476
- modelId?: string | undefined;
1477
- modelType?: string | undefined;
1478
- }[] | undefined;
1479
- navigateParams?: {
1480
- desc?: string | undefined;
1481
- key?: string | undefined;
1482
- value?: string | undefined;
1483
- rawValue?: boolean | undefined;
1484
- appId: string;
1485
- id?: string | undefined;
1486
- name?: string | undefined;
1487
- codeName?: string | undefined;
1488
- userParam?: Record<string, string> | undefined;
1489
- modelId?: string | undefined;
1490
- modelType?: string | undefined;
1491
- }[] | undefined;
1492
- appId: string;
1493
- id?: string | undefined;
1494
- name?: string | undefined;
1495
- userParam?: Record<string, string> | undefined;
1496
- modelId?: string | undefined;
1497
- modelType?: string | undefined;
1498
- } | undefined;
1499
- refMode?: {
1500
- [x: string]: any;
1501
- [x: symbol]: any;
1502
- constructor: Function;
1503
- toString: () => string;
1504
- toLocaleString: () => string;
1505
- valueOf: () => Object;
1506
- hasOwnProperty: (v: PropertyKey) => boolean;
1507
- isPrototypeOf: (v: Object) => boolean;
1508
- propertyIsEnumerable: (v: PropertyKey) => boolean;
1509
- } | undefined;
1510
- tag?: string | undefined;
1511
- appId: string;
1512
- id?: string | undefined;
1513
- name?: string | undefined;
1514
- codeName?: string | undefined;
1515
- userParam?: Record<string, string> | undefined;
1516
- modelId?: string | undefined;
1517
- modelType?: string | undefined;
1518
- }[] | undefined;
1519
- appViewEngines?: {
1520
- engineCat?: string | undefined;
1521
- engineType?: string | undefined;
1522
- params?: {
1523
- paramType?: string | undefined;
1524
- value?: {
1525
- [x: string]: any;
1526
- [x: symbol]: any;
1527
- constructor: Function;
1528
- toString: () => string;
1529
- toLocaleString: () => string;
1530
- valueOf: () => Object;
1531
- hasOwnProperty: (v: PropertyKey) => boolean;
1532
- isPrototypeOf: (v: Object) => boolean;
1533
- propertyIsEnumerable: (v: PropertyKey) => boolean;
1534
- } | undefined;
1535
- appId: string;
1536
- id?: string | undefined;
1537
- name?: string | undefined;
1538
- codeName?: string | undefined;
1539
- userParam?: Record<string, string> | undefined;
1540
- modelId?: string | undefined;
1541
- modelType?: string | undefined;
1542
- }[] | undefined;
1543
- appId: string;
1544
- id?: string | undefined;
1545
- name?: string | undefined;
1546
- codeName?: string | undefined;
1547
- userParam?: Record<string, string> | undefined;
1548
- modelId?: string | undefined;
1549
- modelType?: string | undefined;
1550
- }[] | undefined;
1551
- appViewLogics?: {
1552
- builtinAppUILogic?: {
1553
- appDEUILogicId?: string | undefined;
1554
- appDataEntityId?: string | undefined;
1555
- appUILogicRefViews?: {
1556
- openMode?: string | undefined;
1557
- refMode?: string | undefined;
1558
- refAppViewId?: string | undefined;
1559
- navigateContexts?: {
1560
- desc?: string | undefined;
1561
- key?: string | undefined;
1562
- value?: string | undefined;
1563
- rawValue?: boolean | undefined;
1564
- appId: string;
1565
- id?: string | undefined;
1566
- name?: string | undefined;
1567
- codeName?: string | undefined;
1568
- userParam?: Record<string, string> | undefined;
1569
- modelId?: string | undefined;
1570
- modelType?: string | undefined;
1571
- }[] | undefined;
1572
- navigateParams?: {
1573
- desc?: string | undefined;
1574
- key?: string | undefined;
1575
- value?: string | undefined;
1576
- rawValue?: boolean | undefined;
1577
- appId: string;
1578
- id?: string | undefined;
1579
- name?: string | undefined;
1580
- codeName?: string | undefined;
1581
- userParam?: Record<string, string> | undefined;
1582
- modelId?: string | undefined;
1583
- modelType?: string | undefined;
1584
- }[] | undefined;
1585
- appId: string;
1586
- id?: string | undefined;
1587
- name?: string | undefined;
1588
- codeName?: string | undefined;
1589
- userParam?: Record<string, string> | undefined;
1590
- modelId?: string | undefined;
1591
- modelType?: string | undefined;
1592
- }[] | undefined;
1593
- viewLogicType?: string | undefined;
1594
- builtinLogic?: boolean | undefined;
1595
- codeName?: string | undefined;
1596
- logicType?: string | undefined;
1597
- viewLogicStyle?: string | undefined;
1598
- appId: string;
1599
- id?: string | undefined;
1600
- name?: string | undefined;
1601
- userParam?: Record<string, string> | undefined;
1602
- modelId?: string | undefined;
1603
- modelType?: string | undefined;
1604
- } | undefined;
1605
- attrName?: string | undefined;
1606
- eventArg?: string | undefined;
1607
- eventArg2?: string | undefined;
1608
- eventNames?: string | undefined;
1609
- itemName?: string | undefined;
1610
- logicParam?: string | undefined;
1611
- logicParam2?: string | undefined;
1612
- logicTrigger?: string | undefined;
1613
- logicType?: string | undefined;
1614
- owner?: {
1615
- [x: string]: any;
1616
- [x: symbol]: any;
1617
- constructor: Function;
1618
- toString: () => string;
1619
- toLocaleString: () => string;
1620
- valueOf: () => Object;
1621
- hasOwnProperty: (v: PropertyKey) => boolean;
1622
- isPrototypeOf: (v: Object) => boolean;
1623
- propertyIsEnumerable: (v: PropertyKey) => boolean;
1624
- } | undefined;
1625
- appDEUILogicId?: string | undefined;
1626
- appDataEntityId?: string | undefined;
1627
- appUILogicId?: string | undefined;
1628
- appViewEngineId?: string | undefined;
1629
- appViewLogicId?: string | undefined;
1630
- ctrlName?: string | undefined;
1631
- scriptCode?: string | undefined;
1632
- timer?: number | undefined;
1633
- builtinLogic?: boolean | undefined;
1634
- appId: string;
1635
- id?: string | undefined;
1636
- name?: string | undefined;
1637
- codeName?: string | undefined;
1638
- userParam?: Record<string, string> | undefined;
1639
- modelId?: string | undefined;
1640
- modelType?: string | undefined;
1641
- }[] | undefined;
1642
- appViewRefs?: {
1643
- height?: number | undefined;
1644
- openMode?: string | undefined;
1645
- owner?: {
1646
- [x: string]: any;
1647
- [x: symbol]: any;
1648
- constructor: Function;
1649
- toString: () => string;
1650
- toLocaleString: () => string;
1651
- valueOf: () => Object;
1652
- hasOwnProperty: (v: PropertyKey) => boolean;
1653
- isPrototypeOf: (v: Object) => boolean;
1654
- propertyIsEnumerable: (v: PropertyKey) => boolean;
1655
- } | undefined;
1656
- parentDataJO?: {
1657
- [x: string]: any;
1658
- [x: symbol]: any;
1659
- constructor: Function;
1660
- toString: () => string;
1661
- toLocaleString: () => string;
1662
- valueOf: () => Object;
1663
- hasOwnProperty: (v: PropertyKey) => boolean;
1664
- isPrototypeOf: (v: Object) => boolean;
1665
- propertyIsEnumerable: (v: PropertyKey) => boolean;
1666
- } | undefined;
1667
- realOpenMode?: string | undefined;
1668
- realTitle?: string | undefined;
1669
- realTitleLanguageRes?: {
1670
- defaultContent?: string | undefined;
1671
- lanResTag?: string | undefined;
1672
- lanResType?: string | undefined;
1673
- refFlag?: boolean | undefined;
1674
- appId: string;
1675
- id?: string | undefined;
1676
- name?: string | undefined;
1677
- codeName?: string | undefined;
1678
- userParam?: Record<string, string> | undefined;
1679
- modelId?: string | undefined;
1680
- modelType?: string | undefined;
1681
- } | undefined;
1682
- refAppViewId?: string | undefined;
1683
- viewParamJO?: {
1684
- [x: string]: any;
1685
- [x: symbol]: any;
1686
- constructor: Function;
1687
- toString: () => string;
1688
- toLocaleString: () => string;
1689
- valueOf: () => Object;
1690
- hasOwnProperty: (v: PropertyKey) => boolean;
1691
- isPrototypeOf: (v: Object) => boolean;
1692
- propertyIsEnumerable: (v: PropertyKey) => boolean;
1693
- } | undefined;
1694
- width?: number | undefined;
1695
- navigateContexts?: {
1696
- desc?: string | undefined;
1697
- key?: string | undefined;
1698
- value?: string | undefined;
1699
- rawValue?: boolean | undefined;
1700
- appId: string;
1701
- id?: string | undefined;
1702
- name?: string | undefined;
1703
- codeName?: string | undefined;
1704
- userParam?: Record<string, string> | undefined;
1705
- modelId?: string | undefined;
1706
- modelType?: string | undefined;
1707
- }[] | undefined;
1708
- navigateParams?: {
1709
- desc?: string | undefined;
1710
- key?: string | undefined;
1711
- value?: string | undefined;
1712
- rawValue?: boolean | undefined;
1713
- appId: string;
1714
- id?: string | undefined;
1715
- name?: string | undefined;
1716
- codeName?: string | undefined;
1717
- userParam?: Record<string, string> | undefined;
1718
- modelId?: string | undefined;
1719
- modelType?: string | undefined;
1720
- }[] | undefined;
1721
- appId: string;
1722
- id?: string | undefined;
1723
- name?: string | undefined;
1724
- codeName?: string | undefined;
1725
- userParam?: Record<string, string> | undefined;
1726
- modelId?: string | undefined;
1727
- modelType?: string | undefined;
1728
- }[] | undefined;
1729
- controls?: {
1730
- codeName?: string | undefined;
1731
- controlStyle?: string | undefined;
1732
- controlType?: string | undefined;
1733
- height?: number | undefined;
1734
- logicName?: string | undefined;
1735
- appDataEntityId?: string | undefined;
1736
- controlAttributes?: {
1737
- attrName?: string | undefined;
1738
- attrValue?: string | undefined;
1739
- appId: string;
1740
- id?: string | undefined;
1741
- name?: string | undefined;
1742
- codeName?: string | undefined;
1743
- userParam?: Record<string, string> | undefined;
1744
- modelId?: string | undefined;
1745
- modelType?: string | undefined;
1746
- }[] | undefined;
1747
- controlLogics?: {
1748
- attrName?: string | undefined;
1749
- eventArg?: string | undefined;
1750
- eventArg2?: string | undefined;
1751
- eventNames?: string | undefined;
1752
- itemName?: string | undefined;
1753
- logicTag?: string | undefined;
1754
- logicType?: string | undefined;
1755
- appDEUIActionId?: string | undefined;
1756
- appDEUILogicId?: string | undefined;
1757
- appDataEntityId?: string | undefined;
1758
- appUILogicId?: string | undefined;
1759
- appViewEngineId?: string | undefined;
1760
- appViewLogicId?: string | undefined;
1761
- scriptCode?: string | undefined;
1762
- timer?: number | undefined;
1763
- triggerType?: string | undefined;
1764
- appId: string;
1765
- id?: string | undefined;
1766
- name?: string | undefined;
1767
- codeName?: string | undefined;
1768
- userParam?: Record<string, string> | undefined;
1769
- modelId?: string | undefined;
1770
- modelType?: string | undefined;
1771
- }[] | undefined;
1772
- controlParam?: {
1773
- ctrlParams?: {
1774
- [x: string]: any;
1775
- [x: symbol]: any;
1776
- constructor: Function;
1777
- toString: () => string;
1778
- toLocaleString: () => string;
1779
- valueOf: () => Object;
1780
- hasOwnProperty: (v: PropertyKey) => boolean;
1781
- isPrototypeOf: (v: Object) => boolean;
1782
- propertyIsEnumerable: (v: PropertyKey) => boolean;
1783
- } | undefined;
1784
- appId: string;
1785
- id?: string | undefined;
1786
- name?: string | undefined;
1787
- codeName?: string | undefined;
1788
- userParam?: Record<string, string> | undefined;
1789
- modelId?: string | undefined;
1790
- modelType?: string | undefined;
1791
- } | undefined;
1792
- controlRenders?: any[] | undefined;
1793
- ctrlMsg?: {
1794
- codeName?: string | undefined;
1795
- msgModel?: string | undefined;
1796
- ctrlMsgItems?: {
1797
- content?: string | undefined;
1798
- contentLanguageRes?: {
1799
- defaultContent?: string | undefined;
1800
- lanResTag?: string | undefined;
1801
- lanResType?: string | undefined;
1802
- refFlag?: boolean | undefined;
1803
- appId: string;
1804
- id?: string | undefined;
1805
- name?: string | undefined;
1806
- codeName?: string | undefined;
1807
- userParam?: Record<string, string> | undefined;
1808
- modelId?: string | undefined;
1809
- modelType?: string | undefined;
1810
- } | undefined;
1811
- timeout?: number | undefined;
1812
- appId: string;
1813
- id?: string | undefined;
1814
- name?: string | undefined;
1815
- codeName?: string | undefined;
1816
- userParam?: Record<string, string> | undefined;
1817
- modelId?: string | undefined;
1818
- modelType?: string | undefined;
1819
- }[] | undefined;
1820
- appId: string;
1821
- id?: string | undefined;
1822
- name?: string | undefined;
1823
- userParam?: Record<string, string> | undefined;
1824
- modelId?: string | undefined;
1825
- modelType?: string | undefined;
1826
- } | undefined;
1827
- sysCss?: {
1828
- codeName?: string | undefined;
1829
- cssName?: string | undefined;
1830
- cssStyle?: string | undefined;
1831
- designCssStyle?: string | undefined;
1832
- appId: string;
1833
- id?: string | undefined;
1834
- name?: string | undefined;
1835
- userParam?: Record<string, string> | undefined;
1836
- modelId?: string | undefined;
1837
- modelType?: string | undefined;
1838
- } | undefined;
1839
- sysPFPluginId?: string | undefined;
1840
- user2ControlAction?: {
1841
- adappDELogicId?: string | undefined;
1842
- actionDesc?: string | undefined;
1843
- appDEMethodId?: string | undefined;
1844
- appDataEntityId?: string | undefined;
1845
- timeout?: number | undefined;
1846
- appId: string;
1847
- id?: string | undefined;
1848
- name?: string | undefined;
1849
- codeName?: string | undefined;
1850
- userParam?: Record<string, string> | undefined;
1851
- modelId?: string | undefined;
1852
- modelType?: string | undefined;
1853
- } | undefined;
1854
- userControlAction?: {
1855
- adappDELogicId?: string | undefined;
1856
- actionDesc?: string | undefined;
1857
- appDEMethodId?: string | undefined;
1858
- appDataEntityId?: string | undefined;
1859
- timeout?: number | undefined;
1860
- appId: string;
1861
- id?: string | undefined;
1862
- name?: string | undefined;
1863
- codeName?: string | undefined;
1864
- userParam?: Record<string, string> | undefined;
1865
- modelId?: string | undefined;
1866
- modelType?: string | undefined;
1867
- } | undefined;
1868
- width?: number | undefined;
1869
- appId: string;
1870
- id?: string | undefined;
1871
- name?: string | undefined;
1872
- userParam?: Record<string, string> | undefined;
1873
- modelId?: string | undefined;
1874
- modelType?: string | undefined;
1875
- }[] | undefined;
1876
- layout?: {
1877
- layout?: string | undefined;
1878
- appId: string;
1879
- id?: string | undefined;
1880
- name?: string | undefined;
1881
- codeName?: string | undefined;
1882
- userParam?: Record<string, string> | undefined;
1883
- modelId?: string | undefined;
1884
- modelType?: string | undefined;
1885
- } | undefined;
1886
- } | undefined;
1887
- renderName?: string | undefined;
1888
- renderType?: string | undefined;
1889
- appId: string;
1890
- id?: string | undefined;
1891
- name?: string | undefined;
1892
- codeName?: string | undefined;
1893
- userParam?: Record<string, string> | undefined;
1894
- modelId?: string | undefined;
1895
- modelType?: string | undefined;
1896
- }[] | undefined;
1897
- appId: string;
1898
- id?: string | undefined;
1899
- name?: string | undefined;
1900
- codeName?: string | undefined;
1901
- userParam?: Record<string, string> | undefined;
1902
- modelId?: string | undefined;
1903
- modelType?: string | undefined;
1904
- }[] | undefined;
1905
- layoutPanel?: boolean | undefined;
1906
- mobilePanel?: boolean | undefined;
1907
- controlStyle?: string | undefined;
1908
- controlType?: string | undefined;
1909
- height?: number | undefined;
1910
- logicName?: string | undefined;
1911
- appDataEntityId?: string | undefined;
1912
- controlAttributes?: {
1913
- attrName?: string | undefined;
1914
- attrValue?: string | undefined;
1915
- appId: string;
1916
- id?: string | undefined;
1917
- name?: string | undefined;
1918
- codeName?: string | undefined;
1919
- userParam?: Record<string, string> | undefined;
1920
- modelId?: string | undefined;
1921
- modelType?: string | undefined;
1922
- }[] | undefined;
1923
- controlLogics?: {
1924
- attrName?: string | undefined;
1925
- eventArg?: string | undefined;
1926
- eventArg2?: string | undefined;
1927
- eventNames?: string | undefined;
1928
- itemName?: string | undefined;
1929
- logicTag?: string | undefined;
1930
- logicType?: string | undefined;
1931
- appDEUIActionId?: string | undefined;
1932
- appDEUILogicId?: string | undefined;
1933
- appDataEntityId?: string | undefined;
1934
- appUILogicId?: string | undefined;
1935
- appViewEngineId?: string | undefined;
1936
- appViewLogicId?: string | undefined;
1937
- scriptCode?: string | undefined;
1938
- timer?: number | undefined;
1939
- triggerType?: string | undefined;
1940
- appId: string;
1941
- id?: string | undefined;
1942
- name?: string | undefined;
1943
- codeName?: string | undefined;
1944
- userParam?: Record<string, string> | undefined;
1945
- modelId?: string | undefined;
1946
- modelType?: string | undefined;
1947
- }[] | undefined;
1948
- controlParam?: {
1949
- ctrlParams?: {
1950
- [x: string]: any;
1951
- [x: symbol]: any;
1952
- constructor: Function;
1953
- toString: () => string;
1954
- toLocaleString: () => string;
1955
- valueOf: () => Object;
1956
- hasOwnProperty: (v: PropertyKey) => boolean;
1957
- isPrototypeOf: (v: Object) => boolean;
1958
- propertyIsEnumerable: (v: PropertyKey) => boolean;
1959
- } | undefined;
1960
- appId: string;
1961
- id?: string | undefined;
1962
- name?: string | undefined;
1963
- codeName?: string | undefined;
1964
- userParam?: Record<string, string> | undefined;
1965
- modelId?: string | undefined;
1966
- modelType?: string | undefined;
1967
- } | undefined;
1968
- controlRenders?: {
1969
- layoutPanelModel?: string | undefined;
1970
- layoutPanel?: {
1971
- codeName?: string | undefined;
1972
- dataMode?: number | undefined;
1973
- dataName?: string | undefined;
1974
- dataTimer?: number | undefined;
1975
- getControlAction?: {
1976
- adappDELogicId?: string | undefined;
1977
- actionDesc?: string | undefined;
1978
- appDEMethodId?: string | undefined;
1979
- appDataEntityId?: string | undefined;
1980
- timeout?: number | undefined;
1981
- appId: string;
1982
- id?: string | undefined;
1983
- name?: string | undefined;
1984
- codeName?: string | undefined;
1985
- userParam?: Record<string, string> | undefined;
1986
- modelId?: string | undefined;
1987
- modelType?: string | undefined;
1988
- } | undefined;
1989
- layoutMode?: string | undefined;
1990
- panelStyle?: string | undefined;
1991
- panelWidth?: number | undefined;
1992
- rootPanelItems?: {
1993
- capLanguageRes?: {
1994
- defaultContent?: string | undefined;
1995
- lanResTag?: string | undefined;
1996
- lanResType?: string | undefined;
1997
- refFlag?: boolean | undefined;
1998
- appId: string;
1999
- id?: string | undefined;
2000
- name?: string | undefined;
2001
- codeName?: string | undefined;
2002
- userParam?: Record<string, string> | undefined;
2003
- modelId?: string | undefined;
2004
- modelType?: string | undefined;
2005
- } | undefined;
2006
- caption?: string | undefined;
2007
- contentHeight?: number | undefined;
2008
- contentWidth?: number | undefined;
2009
- cssStyle?: string | undefined;
2010
- dynaClass?: string | undefined;
2011
- height?: number | undefined;
2012
- itemStyle?: string | undefined;
2013
- itemType?: string | undefined;
2014
- labelCssStyle?: string | undefined;
2015
- labelDynaClass?: string | undefined;
2016
- labelSysCss?: {
2017
- codeName?: string | undefined;
2018
- cssName?: string | undefined;
2019
- cssStyle?: string | undefined;
2020
- designCssStyle?: string | undefined;
2021
- appId: string;
2022
- id?: string | undefined;
2023
- name?: string | undefined;
2024
- userParam?: Record<string, string> | undefined;
2025
- modelId?: string | undefined;
2026
- modelType?: string | undefined;
2027
- } | undefined;
2028
- layout?: {
2029
- layout?: string | undefined;
2030
- appId: string;
2031
- id?: string | undefined;
2032
- name?: string | undefined;
2033
- codeName?: string | undefined;
2034
- userParam?: Record<string, string> | undefined;
2035
- modelId?: string | undefined;
2036
- modelType?: string | undefined;
2037
- } | undefined;
2038
- layoutPos?: {
2039
- halignSelf?: string | undefined;
2040
- height?: number | undefined;
2041
- heightMode?: string | undefined;
2042
- layout?: string | undefined;
2043
- spacingBottom?: string | undefined;
2044
- spacingLeft?: string | undefined;
2045
- spacingRight?: string | undefined;
2046
- spacingTop?: string | undefined;
2047
- valignSelf?: string | undefined;
2048
- width?: number | undefined;
2049
- widthMode?: string | undefined;
2050
- appId: string;
2051
- id?: string | undefined;
2052
- name?: string | undefined;
2053
- codeName?: string | undefined;
2054
- userParam?: Record<string, string> | undefined;
2055
- modelId?: string | undefined;
2056
- modelType?: string | undefined;
2057
- } | undefined;
2058
- panelItemGroupLogics?: {
2059
- logicCat?: string | undefined;
2060
- relatedItemNames?: string[] | undefined;
2061
- groupOP?: string | undefined;
2062
- panelItemLogics?: {
2063
- logicCat?: string | undefined;
2064
- logicType?: string | undefined;
2065
- appId: string;
2066
- id?: string | undefined;
2067
- name?: string | undefined;
2068
- codeName?: string | undefined;
2069
- userParam?: Record<string, string> | undefined;
2070
- modelId?: string | undefined;
2071
- modelType?: string | undefined;
2072
- }[] | undefined;
2073
- notMode?: boolean | undefined;
2074
- logicType?: string | undefined;
2075
- appId: string;
2076
- id?: string | undefined;
2077
- name?: string | undefined;
2078
- codeName?: string | undefined;
2079
- userParam?: Record<string, string> | undefined;
2080
- modelId?: string | undefined;
2081
- modelType?: string | undefined;
2082
- }[] | undefined;
2083
- sysCss?: {
2084
- codeName?: string | undefined;
2085
- cssName?: string | undefined;
2086
- cssStyle?: string | undefined;
2087
- designCssStyle?: string | undefined;
2088
- appId: string;
2089
- id?: string | undefined;
2090
- name?: string | undefined;
2091
- userParam?: Record<string, string> | undefined;
2092
- modelId?: string | undefined;
2093
- modelType?: string | undefined;
2094
- } | undefined;
2095
- sysImage?: {
2096
- codeName?: string | undefined;
2097
- cssClass?: string | undefined;
2098
- cssClassX?: string | undefined;
2099
- glyph?: string | undefined;
2100
- height?: number | undefined;
2101
- imagePath?: string | undefined;
2102
- imagePathX?: string | undefined;
2103
- rawContent?: string | undefined;
2104
- width?: number | undefined;
2105
- appId: string;
2106
- id?: string | undefined;
2107
- name?: string | undefined;
2108
- userParam?: Record<string, string> | undefined;
2109
- modelId?: string | undefined;
2110
- modelType?: string | undefined;
2111
- } | undefined;
2112
- sysPFPluginId?: string | undefined;
2113
- width?: number | undefined;
2114
- showCaption?: boolean | undefined;
2115
- controlAttributes?: {
2116
- attrName?: string | undefined;
2117
- attrValue?: string | undefined;
2118
- appId: string;
2119
- id?: string | undefined;
2120
- name?: string | undefined;
2121
- codeName?: string | undefined;
2122
- userParam?: Record<string, string> | undefined;
2123
- modelId?: string | undefined;
2124
- modelType?: string | undefined;
2125
- }[] | undefined;
2126
- controlLogics?: {
2127
- attrName?: string | undefined;
2128
- eventArg?: string | undefined;
2129
- eventArg2?: string | undefined;
2130
- eventNames?: string | undefined;
2131
- itemName?: string | undefined;
2132
- logicTag?: string | undefined;
2133
- logicType?: string | undefined;
2134
- appDEUIActionId?: string | undefined;
2135
- appDEUILogicId?: string | undefined;
2136
- appDataEntityId?: string | undefined;
2137
- appUILogicId?: string | undefined;
2138
- appViewEngineId?: string | undefined;
2139
- appViewLogicId?: string | undefined;
2140
- scriptCode?: string | undefined;
2141
- timer?: number | undefined;
2142
- triggerType?: string | undefined;
2143
- appId: string;
2144
- id?: string | undefined;
2145
- name?: string | undefined;
2146
- codeName?: string | undefined;
2147
- userParam?: Record<string, string> | undefined;
2148
- modelId?: string | undefined;
2149
- modelType?: string | undefined;
2150
- }[] | undefined;
2151
- controlRenders?: any[] | undefined;
2152
- appId: string;
2153
- id?: string | undefined;
2154
- name?: string | undefined;
2155
- codeName?: string | undefined;
2156
- userParam?: Record<string, string> | undefined;
2157
- modelId?: string | undefined;
2158
- modelType?: string | undefined;
2159
- }[] | undefined;
2160
- layoutPanel?: boolean | undefined;
2161
- mobilePanel?: boolean | undefined;
2162
- controlStyle?: string | undefined;
2163
- controlType?: string | undefined;
2164
- height?: number | undefined;
2165
- logicName?: string | undefined;
2166
- appDataEntityId?: string | undefined;
2167
- controlAttributes?: {
2168
- attrName?: string | undefined;
2169
- attrValue?: string | undefined;
2170
- appId: string;
2171
- id?: string | undefined;
2172
- name?: string | undefined;
2173
- codeName?: string | undefined;
2174
- userParam?: Record<string, string> | undefined;
2175
- modelId?: string | undefined;
2176
- modelType?: string | undefined;
2177
- }[] | undefined;
2178
- controlLogics?: {
2179
- attrName?: string | undefined;
2180
- eventArg?: string | undefined;
2181
- eventArg2?: string | undefined;
2182
- eventNames?: string | undefined;
2183
- itemName?: string | undefined;
2184
- logicTag?: string | undefined;
2185
- logicType?: string | undefined;
2186
- appDEUIActionId?: string | undefined;
2187
- appDEUILogicId?: string | undefined;
2188
- appDataEntityId?: string | undefined;
2189
- appUILogicId?: string | undefined;
2190
- appViewEngineId?: string | undefined;
2191
- appViewLogicId?: string | undefined;
2192
- scriptCode?: string | undefined;
2193
- timer?: number | undefined;
2194
- triggerType?: string | undefined;
2195
- appId: string;
2196
- id?: string | undefined;
2197
- name?: string | undefined;
2198
- codeName?: string | undefined;
2199
- userParam?: Record<string, string> | undefined;
2200
- modelId?: string | undefined;
2201
- modelType?: string | undefined;
2202
- }[] | undefined;
2203
- controlParam?: {
2204
- ctrlParams?: {
2205
- [x: string]: any;
2206
- [x: symbol]: any;
2207
- constructor: Function;
2208
- toString: () => string;
2209
- toLocaleString: () => string;
2210
- valueOf: () => Object;
2211
- hasOwnProperty: (v: PropertyKey) => boolean;
2212
- isPrototypeOf: (v: Object) => boolean;
2213
- propertyIsEnumerable: (v: PropertyKey) => boolean;
2214
- } | undefined;
2215
- appId: string;
2216
- id?: string | undefined;
2217
- name?: string | undefined;
2218
- codeName?: string | undefined;
2219
- userParam?: Record<string, string> | undefined;
2220
- modelId?: string | undefined;
2221
- modelType?: string | undefined;
2222
- } | undefined;
2223
- controlRenders?: any[] | undefined;
2224
- ctrlMsg?: {
2225
- codeName?: string | undefined;
2226
- msgModel?: string | undefined;
2227
- ctrlMsgItems?: {
2228
- content?: string | undefined;
2229
- contentLanguageRes?: {
2230
- defaultContent?: string | undefined;
2231
- lanResTag?: string | undefined;
2232
- lanResType?: string | undefined;
2233
- refFlag?: boolean | undefined;
2234
- appId: string;
2235
- id?: string | undefined;
2236
- name?: string | undefined;
2237
- codeName?: string | undefined;
2238
- userParam?: Record<string, string> | undefined;
2239
- modelId?: string | undefined;
2240
- modelType?: string | undefined;
2241
- } | undefined;
2242
- timeout?: number | undefined;
2243
- appId: string;
2244
- id?: string | undefined;
2245
- name?: string | undefined;
2246
- codeName?: string | undefined;
2247
- userParam?: Record<string, string> | undefined;
2248
- modelId?: string | undefined;
2249
- modelType?: string | undefined;
2250
- }[] | undefined;
2251
- appId: string;
2252
- id?: string | undefined;
2253
- name?: string | undefined;
2254
- userParam?: Record<string, string> | undefined;
2255
- modelId?: string | undefined;
2256
- modelType?: string | undefined;
2257
- } | undefined;
2258
- sysCss?: {
2259
- codeName?: string | undefined;
2260
- cssName?: string | undefined;
2261
- cssStyle?: string | undefined;
2262
- designCssStyle?: string | undefined;
2263
- appId: string;
2264
- id?: string | undefined;
2265
- name?: string | undefined;
2266
- userParam?: Record<string, string> | undefined;
2267
- modelId?: string | undefined;
2268
- modelType?: string | undefined;
2269
- } | undefined;
2270
- sysPFPluginId?: string | undefined;
2271
- user2ControlAction?: {
2272
- adappDELogicId?: string | undefined;
2273
- actionDesc?: string | undefined;
2274
- appDEMethodId?: string | undefined;
2275
- appDataEntityId?: string | undefined;
2276
- timeout?: number | undefined;
2277
- appId: string;
2278
- id?: string | undefined;
2279
- name?: string | undefined;
2280
- codeName?: string | undefined;
2281
- userParam?: Record<string, string> | undefined;
2282
- modelId?: string | undefined;
2283
- modelType?: string | undefined;
2284
- } | undefined;
2285
- userControlAction?: {
2286
- adappDELogicId?: string | undefined;
2287
- actionDesc?: string | undefined;
2288
- appDEMethodId?: string | undefined;
2289
- appDataEntityId?: string | undefined;
2290
- timeout?: number | undefined;
2291
- appId: string;
2292
- id?: string | undefined;
2293
- name?: string | undefined;
2294
- codeName?: string | undefined;
2295
- userParam?: Record<string, string> | undefined;
2296
- modelId?: string | undefined;
2297
- modelType?: string | undefined;
2298
- } | undefined;
2299
- width?: number | undefined;
2300
- appId: string;
2301
- id?: string | undefined;
2302
- name?: string | undefined;
2303
- userParam?: Record<string, string> | undefined;
2304
- modelId?: string | undefined;
2305
- modelType?: string | undefined;
2306
- appCounterRefs?: {
2307
- appCounter?: {
2308
- getAppDEActionId?: string | undefined;
2309
- getAppDEDataSetId?: string | undefined;
2310
- appDataEntityId?: string | undefined;
2311
- codeName?: string | undefined;
2312
- counterData?: string | undefined;
2313
- counterData2?: string | undefined;
2314
- counterType?: string | undefined;
2315
- customCond?: string | undefined;
2316
- counterId?: string | undefined;
2317
- sysPFPluginId?: string | undefined;
2318
- timer?: number | undefined;
2319
- uniqueTag?: string | undefined;
2320
- navigateContexts?: {
2321
- desc?: string | undefined;
2322
- key?: string | undefined;
2323
- value?: string | undefined;
2324
- rawValue?: boolean | undefined;
2325
- appId: string;
2326
- id?: string | undefined;
2327
- name?: string | undefined;
2328
- codeName?: string | undefined;
2329
- userParam?: Record<string, string> | undefined;
2330
- modelId?: string | undefined;
2331
- modelType?: string | undefined;
2332
- }[] | undefined;
2333
- navigateParams?: {
2334
- desc?: string | undefined;
2335
- key?: string | undefined;
2336
- value?: string | undefined;
2337
- rawValue?: boolean | undefined;
2338
- appId: string;
2339
- id?: string | undefined;
2340
- name?: string | undefined;
2341
- codeName?: string | undefined;
2342
- userParam?: Record<string, string> | undefined;
2343
- modelId?: string | undefined;
2344
- modelType?: string | undefined;
2345
- }[] | undefined;
2346
- appId: string;
2347
- id?: string | undefined;
2348
- name?: string | undefined;
2349
- userParam?: Record<string, string> | undefined;
2350
- modelId?: string | undefined;
2351
- modelType?: string | undefined;
2352
- } | undefined;
2353
- refMode?: {
2354
- [x: string]: any;
2355
- [x: symbol]: any;
2356
- constructor: Function;
2357
- toString: () => string;
2358
- toLocaleString: () => string;
2359
- valueOf: () => Object;
2360
- hasOwnProperty: (v: PropertyKey) => boolean;
2361
- isPrototypeOf: (v: Object) => boolean;
2362
- propertyIsEnumerable: (v: PropertyKey) => boolean;
2363
- } | undefined;
2364
- tag?: string | undefined;
2365
- appId: string;
2366
- id?: string | undefined;
2367
- name?: string | undefined;
2368
- codeName?: string | undefined;
2369
- userParam?: Record<string, string> | undefined;
2370
- modelId?: string | undefined;
2371
- modelType?: string | undefined;
2372
- }[] | undefined;
2373
- appViewEngines?: {
2374
- engineCat?: string | undefined;
2375
- engineType?: string | undefined;
2376
- params?: {
2377
- paramType?: string | undefined;
2378
- value?: {
2379
- [x: string]: any;
2380
- [x: symbol]: any;
2381
- constructor: Function;
2382
- toString: () => string;
2383
- toLocaleString: () => string;
2384
- valueOf: () => Object;
2385
- hasOwnProperty: (v: PropertyKey) => boolean;
2386
- isPrototypeOf: (v: Object) => boolean;
2387
- propertyIsEnumerable: (v: PropertyKey) => boolean;
2388
- } | undefined;
2389
- appId: string;
2390
- id?: string | undefined;
2391
- name?: string | undefined;
2392
- codeName?: string | undefined;
2393
- userParam?: Record<string, string> | undefined;
2394
- modelId?: string | undefined;
2395
- modelType?: string | undefined;
2396
- }[] | undefined;
2397
- appId: string;
2398
- id?: string | undefined;
2399
- name?: string | undefined;
2400
- codeName?: string | undefined;
2401
- userParam?: Record<string, string> | undefined;
2402
- modelId?: string | undefined;
2403
- modelType?: string | undefined;
2404
- }[] | undefined;
2405
- appViewLogics?: {
2406
- builtinAppUILogic?: {
2407
- appDEUILogicId?: string | undefined;
2408
- appDataEntityId?: string | undefined;
2409
- appUILogicRefViews?: {
2410
- openMode?: string | undefined;
2411
- refMode?: string | undefined;
2412
- refAppViewId?: string | undefined;
2413
- navigateContexts?: {
2414
- desc?: string | undefined;
2415
- key?: string | undefined;
2416
- value?: string | undefined;
2417
- rawValue?: boolean | undefined;
2418
- appId: string;
2419
- id?: string | undefined;
2420
- name?: string | undefined;
2421
- codeName?: string | undefined;
2422
- userParam?: Record<string, string> | undefined;
2423
- modelId?: string | undefined;
2424
- modelType?: string | undefined;
2425
- }[] | undefined;
2426
- navigateParams?: {
2427
- desc?: string | undefined;
2428
- key?: string | undefined;
2429
- value?: string | undefined;
2430
- rawValue?: boolean | undefined;
2431
- appId: string;
2432
- id?: string | undefined;
2433
- name?: string | undefined;
2434
- codeName?: string | undefined;
2435
- userParam?: Record<string, string> | undefined;
2436
- modelId?: string | undefined;
2437
- modelType?: string | undefined;
2438
- }[] | undefined;
2439
- appId: string;
2440
- id?: string | undefined;
2441
- name?: string | undefined;
2442
- codeName?: string | undefined;
2443
- userParam?: Record<string, string> | undefined;
2444
- modelId?: string | undefined;
2445
- modelType?: string | undefined;
2446
- }[] | undefined;
2447
- viewLogicType?: string | undefined;
2448
- builtinLogic?: boolean | undefined;
2449
- codeName?: string | undefined;
2450
- logicType?: string | undefined;
2451
- viewLogicStyle?: string | undefined;
2452
- appId: string;
2453
- id?: string | undefined;
2454
- name?: string | undefined;
2455
- userParam?: Record<string, string> | undefined;
2456
- modelId?: string | undefined;
2457
- modelType?: string | undefined;
2458
- } | undefined;
2459
- attrName?: string | undefined;
2460
- eventArg?: string | undefined;
2461
- eventArg2?: string | undefined;
2462
- eventNames?: string | undefined;
2463
- itemName?: string | undefined;
2464
- logicParam?: string | undefined;
2465
- logicParam2?: string | undefined;
2466
- logicTrigger?: string | undefined;
2467
- logicType?: string | undefined;
2468
- owner?: {
2469
- [x: string]: any;
2470
- [x: symbol]: any;
2471
- constructor: Function;
2472
- toString: () => string;
2473
- toLocaleString: () => string;
2474
- valueOf: () => Object;
2475
- hasOwnProperty: (v: PropertyKey) => boolean;
2476
- isPrototypeOf: (v: Object) => boolean;
2477
- propertyIsEnumerable: (v: PropertyKey) => boolean;
2478
- } | undefined;
2479
- appDEUILogicId?: string | undefined;
2480
- appDataEntityId?: string | undefined;
2481
- appUILogicId?: string | undefined;
2482
- appViewEngineId?: string | undefined;
2483
- appViewLogicId?: string | undefined;
2484
- ctrlName?: string | undefined;
2485
- scriptCode?: string | undefined;
2486
- timer?: number | undefined;
2487
- builtinLogic?: boolean | undefined;
2488
- appId: string;
2489
- id?: string | undefined;
2490
- name?: string | undefined;
2491
- codeName?: string | undefined;
2492
- userParam?: Record<string, string> | undefined;
2493
- modelId?: string | undefined;
2494
- modelType?: string | undefined;
2495
- }[] | undefined;
2496
- appViewRefs?: {
2497
- height?: number | undefined;
2498
- openMode?: string | undefined;
2499
- owner?: {
2500
- [x: string]: any;
2501
- [x: symbol]: any;
2502
- constructor: Function;
2503
- toString: () => string;
2504
- toLocaleString: () => string;
2505
- valueOf: () => Object;
2506
- hasOwnProperty: (v: PropertyKey) => boolean;
2507
- isPrototypeOf: (v: Object) => boolean;
2508
- propertyIsEnumerable: (v: PropertyKey) => boolean;
2509
- } | undefined;
2510
- parentDataJO?: {
2511
- [x: string]: any;
2512
- [x: symbol]: any;
2513
- constructor: Function;
2514
- toString: () => string;
2515
- toLocaleString: () => string;
2516
- valueOf: () => Object;
2517
- hasOwnProperty: (v: PropertyKey) => boolean;
2518
- isPrototypeOf: (v: Object) => boolean;
2519
- propertyIsEnumerable: (v: PropertyKey) => boolean;
2520
- } | undefined;
2521
- realOpenMode?: string | undefined;
2522
- realTitle?: string | undefined;
2523
- realTitleLanguageRes?: {
2524
- defaultContent?: string | undefined;
2525
- lanResTag?: string | undefined;
2526
- lanResType?: string | undefined;
2527
- refFlag?: boolean | undefined;
2528
- appId: string;
2529
- id?: string | undefined;
2530
- name?: string | undefined;
2531
- codeName?: string | undefined;
2532
- userParam?: Record<string, string> | undefined;
2533
- modelId?: string | undefined;
2534
- modelType?: string | undefined;
2535
- } | undefined;
2536
- refAppViewId?: string | undefined;
2537
- viewParamJO?: {
2538
- [x: string]: any;
2539
- [x: symbol]: any;
2540
- constructor: Function;
2541
- toString: () => string;
2542
- toLocaleString: () => string;
2543
- valueOf: () => Object;
2544
- hasOwnProperty: (v: PropertyKey) => boolean;
2545
- isPrototypeOf: (v: Object) => boolean;
2546
- propertyIsEnumerable: (v: PropertyKey) => boolean;
2547
- } | undefined;
2548
- width?: number | undefined;
2549
- navigateContexts?: {
2550
- desc?: string | undefined;
2551
- key?: string | undefined;
2552
- value?: string | undefined;
2553
- rawValue?: boolean | undefined;
2554
- appId: string;
2555
- id?: string | undefined;
2556
- name?: string | undefined;
2557
- codeName?: string | undefined;
2558
- userParam?: Record<string, string> | undefined;
2559
- modelId?: string | undefined;
2560
- modelType?: string | undefined;
2561
- }[] | undefined;
2562
- navigateParams?: {
2563
- desc?: string | undefined;
2564
- key?: string | undefined;
2565
- value?: string | undefined;
2566
- rawValue?: boolean | undefined;
2567
- appId: string;
2568
- id?: string | undefined;
2569
- name?: string | undefined;
2570
- codeName?: string | undefined;
2571
- userParam?: Record<string, string> | undefined;
2572
- modelId?: string | undefined;
2573
- modelType?: string | undefined;
2574
- }[] | undefined;
2575
- appId: string;
2576
- id?: string | undefined;
2577
- name?: string | undefined;
2578
- codeName?: string | undefined;
2579
- userParam?: Record<string, string> | undefined;
2580
- modelId?: string | undefined;
2581
- modelType?: string | undefined;
2582
- }[] | undefined;
2583
- controls?: {
2584
- codeName?: string | undefined;
2585
- controlStyle?: string | undefined;
2586
- controlType?: string | undefined;
2587
- height?: number | undefined;
2588
- logicName?: string | undefined;
2589
- appDataEntityId?: string | undefined;
2590
- controlAttributes?: {
2591
- attrName?: string | undefined;
2592
- attrValue?: string | undefined;
2593
- appId: string;
2594
- id?: string | undefined;
2595
- name?: string | undefined;
2596
- codeName?: string | undefined;
2597
- userParam?: Record<string, string> | undefined;
2598
- modelId?: string | undefined;
2599
- modelType?: string | undefined;
2600
- }[] | undefined;
2601
- controlLogics?: {
2602
- attrName?: string | undefined;
2603
- eventArg?: string | undefined;
2604
- eventArg2?: string | undefined;
2605
- eventNames?: string | undefined;
2606
- itemName?: string | undefined;
2607
- logicTag?: string | undefined;
2608
- logicType?: string | undefined;
2609
- appDEUIActionId?: string | undefined;
2610
- appDEUILogicId?: string | undefined;
2611
- appDataEntityId?: string | undefined;
2612
- appUILogicId?: string | undefined;
2613
- appViewEngineId?: string | undefined;
2614
- appViewLogicId?: string | undefined;
2615
- scriptCode?: string | undefined;
2616
- timer?: number | undefined;
2617
- triggerType?: string | undefined;
2618
- appId: string;
2619
- id?: string | undefined;
2620
- name?: string | undefined;
2621
- codeName?: string | undefined;
2622
- userParam?: Record<string, string> | undefined;
2623
- modelId?: string | undefined;
2624
- modelType?: string | undefined;
2625
- }[] | undefined;
2626
- controlParam?: {
2627
- ctrlParams?: {
2628
- [x: string]: any;
2629
- [x: symbol]: any;
2630
- constructor: Function;
2631
- toString: () => string;
2632
- toLocaleString: () => string;
2633
- valueOf: () => Object;
2634
- hasOwnProperty: (v: PropertyKey) => boolean;
2635
- isPrototypeOf: (v: Object) => boolean;
2636
- propertyIsEnumerable: (v: PropertyKey) => boolean;
2637
- } | undefined;
2638
- appId: string;
2639
- id?: string | undefined;
2640
- name?: string | undefined;
2641
- codeName?: string | undefined;
2642
- userParam?: Record<string, string> | undefined;
2643
- modelId?: string | undefined;
2644
- modelType?: string | undefined;
2645
- } | undefined;
2646
- controlRenders?: any[] | undefined;
2647
- ctrlMsg?: {
2648
- codeName?: string | undefined;
2649
- msgModel?: string | undefined;
2650
- ctrlMsgItems?: {
2651
- content?: string | undefined;
2652
- contentLanguageRes?: {
2653
- defaultContent?: string | undefined;
2654
- lanResTag?: string | undefined;
2655
- lanResType?: string | undefined;
2656
- refFlag?: boolean | undefined;
2657
- appId: string;
2658
- id?: string | undefined;
2659
- name?: string | undefined;
2660
- codeName?: string | undefined;
2661
- userParam?: Record<string, string> | undefined;
2662
- modelId?: string | undefined;
2663
- modelType?: string | undefined;
2664
- } | undefined;
2665
- timeout?: number | undefined;
2666
- appId: string;
2667
- id?: string | undefined;
2668
- name?: string | undefined;
2669
- codeName?: string | undefined;
2670
- userParam?: Record<string, string> | undefined;
2671
- modelId?: string | undefined;
2672
- modelType?: string | undefined;
2673
- }[] | undefined;
2674
- appId: string;
2675
- id?: string | undefined;
2676
- name?: string | undefined;
2677
- userParam?: Record<string, string> | undefined;
2678
- modelId?: string | undefined;
2679
- modelType?: string | undefined;
2680
- } | undefined;
2681
- sysCss?: {
2682
- codeName?: string | undefined;
2683
- cssName?: string | undefined;
2684
- cssStyle?: string | undefined;
2685
- designCssStyle?: string | undefined;
2686
- appId: string;
2687
- id?: string | undefined;
2688
- name?: string | undefined;
2689
- userParam?: Record<string, string> | undefined;
2690
- modelId?: string | undefined;
2691
- modelType?: string | undefined;
2692
- } | undefined;
2693
- sysPFPluginId?: string | undefined;
2694
- user2ControlAction?: {
2695
- adappDELogicId?: string | undefined;
2696
- actionDesc?: string | undefined;
2697
- appDEMethodId?: string | undefined;
2698
- appDataEntityId?: string | undefined;
2699
- timeout?: number | undefined;
2700
- appId: string;
2701
- id?: string | undefined;
2702
- name?: string | undefined;
2703
- codeName?: string | undefined;
2704
- userParam?: Record<string, string> | undefined;
2705
- modelId?: string | undefined;
2706
- modelType?: string | undefined;
2707
- } | undefined;
2708
- userControlAction?: {
2709
- adappDELogicId?: string | undefined;
2710
- actionDesc?: string | undefined;
2711
- appDEMethodId?: string | undefined;
2712
- appDataEntityId?: string | undefined;
2713
- timeout?: number | undefined;
2714
- appId: string;
2715
- id?: string | undefined;
2716
- name?: string | undefined;
2717
- codeName?: string | undefined;
2718
- userParam?: Record<string, string> | undefined;
2719
- modelId?: string | undefined;
2720
- modelType?: string | undefined;
2721
- } | undefined;
2722
- width?: number | undefined;
2723
- appId: string;
2724
- id?: string | undefined;
2725
- name?: string | undefined;
2726
- userParam?: Record<string, string> | undefined;
2727
- modelId?: string | undefined;
2728
- modelType?: string | undefined;
2729
- }[] | undefined;
2730
- layout?: {
2731
- layout?: string | undefined;
2732
- appId: string;
2733
- id?: string | undefined;
2734
- name?: string | undefined;
2735
- codeName?: string | undefined;
2736
- userParam?: Record<string, string> | undefined;
2737
- modelId?: string | undefined;
2738
- modelType?: string | undefined;
2739
- } | undefined;
2740
- } | undefined;
2741
- renderName?: string | undefined;
2742
- renderType?: string | undefined;
2743
- appId: string;
2744
- id?: string | undefined;
2745
- name?: string | undefined;
2746
- codeName?: string | undefined;
2747
- userParam?: Record<string, string> | undefined;
2748
- modelId?: string | undefined;
2749
- modelType?: string | undefined;
2750
- }[] | undefined;
2751
- ctrlMsg?: {
2752
- codeName?: string | undefined;
2753
- msgModel?: string | undefined;
2754
- ctrlMsgItems?: {
2755
- content?: string | undefined;
2756
- contentLanguageRes?: {
2757
- defaultContent?: string | undefined;
2758
- lanResTag?: string | undefined;
2759
- lanResType?: string | undefined;
2760
- refFlag?: boolean | undefined;
2761
- appId: string;
2762
- id?: string | undefined;
2763
- name?: string | undefined;
2764
- codeName?: string | undefined;
2765
- userParam?: Record<string, string> | undefined;
2766
- modelId?: string | undefined;
2767
- modelType?: string | undefined;
2768
- } | undefined;
2769
- timeout?: number | undefined;
2770
- appId: string;
2771
- id?: string | undefined;
2772
- name?: string | undefined;
2773
- codeName?: string | undefined;
2774
- userParam?: Record<string, string> | undefined;
2775
- modelId?: string | undefined;
2776
- modelType?: string | undefined;
2777
- }[] | undefined;
2778
- appId: string;
2779
- id?: string | undefined;
2780
- name?: string | undefined;
2781
- userParam?: Record<string, string> | undefined;
2782
- modelId?: string | undefined;
2783
- modelType?: string | undefined;
2784
- } | undefined;
2785
- sysCss?: {
2786
- codeName?: string | undefined;
2787
- cssName?: string | undefined;
2788
- cssStyle?: string | undefined;
2789
- designCssStyle?: string | undefined;
2790
- appId: string;
2791
- id?: string | undefined;
2792
- name?: string | undefined;
2793
- userParam?: Record<string, string> | undefined;
2794
- modelId?: string | undefined;
2795
- modelType?: string | undefined;
2796
- } | undefined;
2797
- sysPFPluginId?: string | undefined;
2798
- user2ControlAction?: {
2799
- adappDELogicId?: string | undefined;
2800
- actionDesc?: string | undefined;
2801
- appDEMethodId?: string | undefined;
2802
- appDataEntityId?: string | undefined;
2803
- timeout?: number | undefined;
2804
- appId: string;
2805
- id?: string | undefined;
2806
- name?: string | undefined;
2807
- codeName?: string | undefined;
2808
- userParam?: Record<string, string> | undefined;
2809
- modelId?: string | undefined;
2810
- modelType?: string | undefined;
2811
- } | undefined;
2812
- userControlAction?: {
2813
- adappDELogicId?: string | undefined;
2814
- actionDesc?: string | undefined;
2815
- appDEMethodId?: string | undefined;
2816
- appDataEntityId?: string | undefined;
2817
- timeout?: number | undefined;
2818
- appId: string;
2819
- id?: string | undefined;
2820
- name?: string | undefined;
2821
- codeName?: string | undefined;
2822
- userParam?: Record<string, string> | undefined;
2823
- modelId?: string | undefined;
2824
- modelType?: string | undefined;
2825
- } | undefined;
2826
- width?: number | undefined;
2827
- appId: string;
2828
- id?: string | undefined;
2829
- name?: string | undefined;
2830
- userParam?: Record<string, string> | undefined;
2831
- modelId?: string | undefined;
2832
- modelType?: string | undefined;
2833
- appCounterRefs?: {
2834
- appCounter?: {
2835
- getAppDEActionId?: string | undefined;
2836
- getAppDEDataSetId?: string | undefined;
2837
- appDataEntityId?: string | undefined;
2838
- codeName?: string | undefined;
2839
- counterData?: string | undefined;
2840
- counterData2?: string | undefined;
2841
- counterType?: string | undefined;
2842
- customCond?: string | undefined;
2843
- counterId?: string | undefined;
2844
- sysPFPluginId?: string | undefined;
2845
- timer?: number | undefined;
2846
- uniqueTag?: string | undefined;
2847
- navigateContexts?: {
2848
- desc?: string | undefined;
2849
- key?: string | undefined;
2850
- value?: string | undefined;
2851
- rawValue?: boolean | undefined;
2852
- appId: string;
2853
- id?: string | undefined;
2854
- name?: string | undefined;
2855
- codeName?: string | undefined;
2856
- userParam?: Record<string, string> | undefined;
2857
- modelId?: string | undefined;
2858
- modelType?: string | undefined;
2859
- }[] | undefined;
2860
- navigateParams?: {
2861
- desc?: string | undefined;
2862
- key?: string | undefined;
2863
- value?: string | undefined;
2864
- rawValue?: boolean | undefined;
2865
- appId: string;
2866
- id?: string | undefined;
2867
- name?: string | undefined;
2868
- codeName?: string | undefined;
2869
- userParam?: Record<string, string> | undefined;
2870
- modelId?: string | undefined;
2871
- modelType?: string | undefined;
2872
- }[] | undefined;
2873
- appId: string;
2874
- id?: string | undefined;
2875
- name?: string | undefined;
2876
- userParam?: Record<string, string> | undefined;
2877
- modelId?: string | undefined;
2878
- modelType?: string | undefined;
2879
- } | undefined;
2880
- refMode?: {
2881
- [x: string]: any;
2882
- [x: symbol]: any;
2883
- constructor: Function;
2884
- toString: () => string;
2885
- toLocaleString: () => string;
2886
- valueOf: () => Object;
2887
- hasOwnProperty: (v: PropertyKey) => boolean;
2888
- isPrototypeOf: (v: Object) => boolean;
2889
- propertyIsEnumerable: (v: PropertyKey) => boolean;
2890
- } | undefined;
2891
- tag?: string | undefined;
2892
- appId: string;
2893
- id?: string | undefined;
2894
- name?: string | undefined;
2895
- codeName?: string | undefined;
2896
- userParam?: Record<string, string> | undefined;
2897
- modelId?: string | undefined;
2898
- modelType?: string | undefined;
2899
- }[] | undefined;
2900
- appViewEngines?: {
2901
- engineCat?: string | undefined;
2902
- engineType?: string | undefined;
2903
- params?: {
2904
- paramType?: string | undefined;
2905
- value?: {
2906
- [x: string]: any;
2907
- [x: symbol]: any;
2908
- constructor: Function;
2909
- toString: () => string;
2910
- toLocaleString: () => string;
2911
- valueOf: () => Object;
2912
- hasOwnProperty: (v: PropertyKey) => boolean;
2913
- isPrototypeOf: (v: Object) => boolean;
2914
- propertyIsEnumerable: (v: PropertyKey) => boolean;
2915
- } | undefined;
2916
- appId: string;
2917
- id?: string | undefined;
2918
- name?: string | undefined;
2919
- codeName?: string | undefined;
2920
- userParam?: Record<string, string> | undefined;
2921
- modelId?: string | undefined;
2922
- modelType?: string | undefined;
2923
- }[] | undefined;
2924
- appId: string;
2925
- id?: string | undefined;
2926
- name?: string | undefined;
2927
- codeName?: string | undefined;
2928
- userParam?: Record<string, string> | undefined;
2929
- modelId?: string | undefined;
2930
- modelType?: string | undefined;
2931
- }[] | undefined;
2932
- appViewLogics?: {
2933
- builtinAppUILogic?: {
2934
- appDEUILogicId?: string | undefined;
2935
- appDataEntityId?: string | undefined;
2936
- appUILogicRefViews?: {
2937
- openMode?: string | undefined;
2938
- refMode?: string | undefined;
2939
- refAppViewId?: string | undefined;
2940
- navigateContexts?: {
2941
- desc?: string | undefined;
2942
- key?: string | undefined;
2943
- value?: string | undefined;
2944
- rawValue?: boolean | undefined;
2945
- appId: string;
2946
- id?: string | undefined;
2947
- name?: string | undefined;
2948
- codeName?: string | undefined;
2949
- userParam?: Record<string, string> | undefined;
2950
- modelId?: string | undefined;
2951
- modelType?: string | undefined;
2952
- }[] | undefined;
2953
- navigateParams?: {
2954
- desc?: string | undefined;
2955
- key?: string | undefined;
2956
- value?: string | undefined;
2957
- rawValue?: boolean | undefined;
2958
- appId: string;
2959
- id?: string | undefined;
2960
- name?: string | undefined;
2961
- codeName?: string | undefined;
2962
- userParam?: Record<string, string> | undefined;
2963
- modelId?: string | undefined;
2964
- modelType?: string | undefined;
2965
- }[] | undefined;
2966
- appId: string;
2967
- id?: string | undefined;
2968
- name?: string | undefined;
2969
- codeName?: string | undefined;
2970
- userParam?: Record<string, string> | undefined;
2971
- modelId?: string | undefined;
2972
- modelType?: string | undefined;
2973
- }[] | undefined;
2974
- viewLogicType?: string | undefined;
2975
- builtinLogic?: boolean | undefined;
2976
- codeName?: string | undefined;
2977
- logicType?: string | undefined;
2978
- viewLogicStyle?: string | undefined;
2979
- appId: string;
2980
- id?: string | undefined;
2981
- name?: string | undefined;
2982
- userParam?: Record<string, string> | undefined;
2983
- modelId?: string | undefined;
2984
- modelType?: string | undefined;
2985
- } | undefined;
2986
- attrName?: string | undefined;
2987
- eventArg?: string | undefined;
2988
- eventArg2?: string | undefined;
2989
- eventNames?: string | undefined;
2990
- itemName?: string | undefined;
2991
- logicParam?: string | undefined;
2992
- logicParam2?: string | undefined;
2993
- logicTrigger?: string | undefined;
2994
- logicType?: string | undefined;
2995
- owner?: {
2996
- [x: string]: any;
2997
- [x: symbol]: any;
2998
- constructor: Function;
2999
- toString: () => string;
3000
- toLocaleString: () => string;
3001
- valueOf: () => Object;
3002
- hasOwnProperty: (v: PropertyKey) => boolean;
3003
- isPrototypeOf: (v: Object) => boolean;
3004
- propertyIsEnumerable: (v: PropertyKey) => boolean;
3005
- } | undefined;
3006
- appDEUILogicId?: string | undefined;
3007
- appDataEntityId?: string | undefined;
3008
- appUILogicId?: string | undefined;
3009
- appViewEngineId?: string | undefined;
3010
- appViewLogicId?: string | undefined;
3011
- ctrlName?: string | undefined;
3012
- scriptCode?: string | undefined;
3013
- timer?: number | undefined;
3014
- builtinLogic?: boolean | undefined;
3015
- appId: string;
3016
- id?: string | undefined;
3017
- name?: string | undefined;
3018
- codeName?: string | undefined;
3019
- userParam?: Record<string, string> | undefined;
3020
- modelId?: string | undefined;
3021
- modelType?: string | undefined;
3022
- }[] | undefined;
3023
- appViewRefs?: {
3024
- height?: number | undefined;
3025
- openMode?: string | undefined;
3026
- owner?: {
3027
- [x: string]: any;
3028
- [x: symbol]: any;
3029
- constructor: Function;
3030
- toString: () => string;
3031
- toLocaleString: () => string;
3032
- valueOf: () => Object;
3033
- hasOwnProperty: (v: PropertyKey) => boolean;
3034
- isPrototypeOf: (v: Object) => boolean;
3035
- propertyIsEnumerable: (v: PropertyKey) => boolean;
3036
- } | undefined;
3037
- parentDataJO?: {
3038
- [x: string]: any;
3039
- [x: symbol]: any;
3040
- constructor: Function;
3041
- toString: () => string;
3042
- toLocaleString: () => string;
3043
- valueOf: () => Object;
3044
- hasOwnProperty: (v: PropertyKey) => boolean;
3045
- isPrototypeOf: (v: Object) => boolean;
3046
- propertyIsEnumerable: (v: PropertyKey) => boolean;
3047
- } | undefined;
3048
- realOpenMode?: string | undefined;
3049
- realTitle?: string | undefined;
3050
- realTitleLanguageRes?: {
3051
- defaultContent?: string | undefined;
3052
- lanResTag?: string | undefined;
3053
- lanResType?: string | undefined;
3054
- refFlag?: boolean | undefined;
3055
- appId: string;
3056
- id?: string | undefined;
3057
- name?: string | undefined;
3058
- codeName?: string | undefined;
3059
- userParam?: Record<string, string> | undefined;
3060
- modelId?: string | undefined;
3061
- modelType?: string | undefined;
3062
- } | undefined;
3063
- refAppViewId?: string | undefined;
3064
- viewParamJO?: {
3065
- [x: string]: any;
3066
- [x: symbol]: any;
3067
- constructor: Function;
3068
- toString: () => string;
3069
- toLocaleString: () => string;
3070
- valueOf: () => Object;
3071
- hasOwnProperty: (v: PropertyKey) => boolean;
3072
- isPrototypeOf: (v: Object) => boolean;
3073
- propertyIsEnumerable: (v: PropertyKey) => boolean;
3074
- } | undefined;
3075
- width?: number | undefined;
3076
- navigateContexts?: {
3077
- desc?: string | undefined;
3078
- key?: string | undefined;
3079
- value?: string | undefined;
3080
- rawValue?: boolean | undefined;
3081
- appId: string;
3082
- id?: string | undefined;
3083
- name?: string | undefined;
3084
- codeName?: string | undefined;
3085
- userParam?: Record<string, string> | undefined;
3086
- modelId?: string | undefined;
3087
- modelType?: string | undefined;
3088
- }[] | undefined;
3089
- navigateParams?: {
3090
- desc?: string | undefined;
3091
- key?: string | undefined;
3092
- value?: string | undefined;
3093
- rawValue?: boolean | undefined;
3094
- appId: string;
3095
- id?: string | undefined;
3096
- name?: string | undefined;
3097
- codeName?: string | undefined;
3098
- userParam?: Record<string, string> | undefined;
3099
- modelId?: string | undefined;
3100
- modelType?: string | undefined;
3101
- }[] | undefined;
3102
- appId: string;
3103
- id?: string | undefined;
3104
- name?: string | undefined;
3105
- codeName?: string | undefined;
3106
- userParam?: Record<string, string> | undefined;
3107
- modelId?: string | undefined;
3108
- modelType?: string | undefined;
3109
- }[] | undefined;
3110
- controls?: {
3111
- codeName?: string | undefined;
3112
- controlStyle?: string | undefined;
3113
- controlType?: string | undefined;
3114
- height?: number | undefined;
3115
- logicName?: string | undefined;
3116
- appDataEntityId?: string | undefined;
3117
- controlAttributes?: {
3118
- attrName?: string | undefined;
3119
- attrValue?: string | undefined;
3120
- appId: string;
3121
- id?: string | undefined;
3122
- name?: string | undefined;
3123
- codeName?: string | undefined;
3124
- userParam?: Record<string, string> | undefined;
3125
- modelId?: string | undefined;
3126
- modelType?: string | undefined;
3127
- }[] | undefined;
3128
- controlLogics?: {
3129
- attrName?: string | undefined;
3130
- eventArg?: string | undefined;
3131
- eventArg2?: string | undefined;
3132
- eventNames?: string | undefined;
3133
- itemName?: string | undefined;
3134
- logicTag?: string | undefined;
3135
- logicType?: string | undefined;
3136
- appDEUIActionId?: string | undefined;
3137
- appDEUILogicId?: string | undefined;
3138
- appDataEntityId?: string | undefined;
3139
- appUILogicId?: string | undefined;
3140
- appViewEngineId?: string | undefined;
3141
- appViewLogicId?: string | undefined;
3142
- scriptCode?: string | undefined;
3143
- timer?: number | undefined;
3144
- triggerType?: string | undefined;
3145
- appId: string;
3146
- id?: string | undefined;
3147
- name?: string | undefined;
3148
- codeName?: string | undefined;
3149
- userParam?: Record<string, string> | undefined;
3150
- modelId?: string | undefined;
3151
- modelType?: string | undefined;
3152
- }[] | undefined;
3153
- controlParam?: {
3154
- ctrlParams?: {
3155
- [x: string]: any;
3156
- [x: symbol]: any;
3157
- constructor: Function;
3158
- toString: () => string;
3159
- toLocaleString: () => string;
3160
- valueOf: () => Object;
3161
- hasOwnProperty: (v: PropertyKey) => boolean;
3162
- isPrototypeOf: (v: Object) => boolean;
3163
- propertyIsEnumerable: (v: PropertyKey) => boolean;
3164
- } | undefined;
3165
- appId: string;
3166
- id?: string | undefined;
3167
- name?: string | undefined;
3168
- codeName?: string | undefined;
3169
- userParam?: Record<string, string> | undefined;
3170
- modelId?: string | undefined;
3171
- modelType?: string | undefined;
3172
- } | undefined;
3173
- controlRenders?: {
3174
- layoutPanelModel?: string | undefined;
3175
- layoutPanel?: {
3176
- codeName?: string | undefined;
3177
- dataMode?: number | undefined;
3178
- dataName?: string | undefined;
3179
- dataTimer?: number | undefined;
3180
- getControlAction?: {
3181
- adappDELogicId?: string | undefined;
3182
- actionDesc?: string | undefined;
3183
- appDEMethodId?: string | undefined;
3184
- appDataEntityId?: string | undefined;
3185
- timeout?: number | undefined;
3186
- appId: string;
3187
- id?: string | undefined;
3188
- name?: string | undefined;
3189
- codeName?: string | undefined;
3190
- userParam?: Record<string, string> | undefined;
3191
- modelId?: string | undefined;
3192
- modelType?: string | undefined;
3193
- } | undefined;
3194
- layoutMode?: string | undefined;
3195
- panelStyle?: string | undefined;
3196
- panelWidth?: number | undefined;
3197
- rootPanelItems?: {
3198
- capLanguageRes?: {
3199
- defaultContent?: string | undefined;
3200
- lanResTag?: string | undefined;
3201
- lanResType?: string | undefined;
3202
- refFlag?: boolean | undefined;
3203
- appId: string;
3204
- id?: string | undefined;
3205
- name?: string | undefined;
3206
- codeName?: string | undefined;
3207
- userParam?: Record<string, string> | undefined;
3208
- modelId?: string | undefined;
3209
- modelType?: string | undefined;
3210
- } | undefined;
3211
- caption?: string | undefined;
3212
- contentHeight?: number | undefined;
3213
- contentWidth?: number | undefined;
3214
- cssStyle?: string | undefined;
3215
- dynaClass?: string | undefined;
3216
- height?: number | undefined;
3217
- itemStyle?: string | undefined;
3218
- itemType?: string | undefined;
3219
- labelCssStyle?: string | undefined;
3220
- labelDynaClass?: string | undefined;
3221
- labelSysCss?: {
3222
- codeName?: string | undefined;
3223
- cssName?: string | undefined;
3224
- cssStyle?: string | undefined;
3225
- designCssStyle?: string | undefined;
3226
- appId: string;
3227
- id?: string | undefined;
3228
- name?: string | undefined;
3229
- userParam?: Record<string, string> | undefined;
3230
- modelId?: string | undefined;
3231
- modelType?: string | undefined;
3232
- } | undefined;
3233
- layout?: {
3234
- layout?: string | undefined;
3235
- appId: string;
3236
- id?: string | undefined;
3237
- name?: string | undefined;
3238
- codeName?: string | undefined;
3239
- userParam?: Record<string, string> | undefined;
3240
- modelId?: string | undefined;
3241
- modelType?: string | undefined;
3242
- } | undefined;
3243
- layoutPos?: {
3244
- halignSelf?: string | undefined;
3245
- height?: number | undefined;
3246
- heightMode?: string | undefined;
3247
- layout?: string | undefined;
3248
- spacingBottom?: string | undefined;
3249
- spacingLeft?: string | undefined;
3250
- spacingRight?: string | undefined;
3251
- spacingTop?: string | undefined;
3252
- valignSelf?: string | undefined;
3253
- width?: number | undefined;
3254
- widthMode?: string | undefined;
3255
- appId: string;
3256
- id?: string | undefined;
3257
- name?: string | undefined;
3258
- codeName?: string | undefined;
3259
- userParam?: Record<string, string> | undefined;
3260
- modelId?: string | undefined;
3261
- modelType?: string | undefined;
3262
- } | undefined;
3263
- panelItemGroupLogics?: {
3264
- logicCat?: string | undefined;
3265
- relatedItemNames?: string[] | undefined;
3266
- groupOP?: string | undefined;
3267
- panelItemLogics?: {
3268
- logicCat?: string | undefined;
3269
- logicType?: string | undefined;
3270
- appId: string;
3271
- id?: string | undefined;
3272
- name?: string | undefined;
3273
- codeName?: string | undefined;
3274
- userParam?: Record<string, string> | undefined;
3275
- modelId?: string | undefined;
3276
- modelType?: string | undefined;
3277
- }[] | undefined;
3278
- notMode?: boolean | undefined;
3279
- logicType?: string | undefined;
3280
- appId: string;
3281
- id?: string | undefined;
3282
- name?: string | undefined;
3283
- codeName?: string | undefined;
3284
- userParam?: Record<string, string> | undefined;
3285
- modelId?: string | undefined;
3286
- modelType?: string | undefined;
3287
- }[] | undefined;
3288
- sysCss?: {
3289
- codeName?: string | undefined;
3290
- cssName?: string | undefined;
3291
- cssStyle?: string | undefined;
3292
- designCssStyle?: string | undefined;
3293
- appId: string;
3294
- id?: string | undefined;
3295
- name?: string | undefined;
3296
- userParam?: Record<string, string> | undefined;
3297
- modelId?: string | undefined;
3298
- modelType?: string | undefined;
3299
- } | undefined;
3300
- sysImage?: {
3301
- codeName?: string | undefined;
3302
- cssClass?: string | undefined;
3303
- cssClassX?: string | undefined;
3304
- glyph?: string | undefined;
3305
- height?: number | undefined;
3306
- imagePath?: string | undefined;
3307
- imagePathX?: string | undefined;
3308
- rawContent?: string | undefined;
3309
- width?: number | undefined;
3310
- appId: string;
3311
- id?: string | undefined;
3312
- name?: string | undefined;
3313
- userParam?: Record<string, string> | undefined;
3314
- modelId?: string | undefined;
3315
- modelType?: string | undefined;
3316
- } | undefined;
3317
- sysPFPluginId?: string | undefined;
3318
- width?: number | undefined;
3319
- showCaption?: boolean | undefined;
3320
- controlAttributes?: {
3321
- attrName?: string | undefined;
3322
- attrValue?: string | undefined;
3323
- appId: string;
3324
- id?: string | undefined;
3325
- name?: string | undefined;
3326
- codeName?: string | undefined;
3327
- userParam?: Record<string, string> | undefined;
3328
- modelId?: string | undefined;
3329
- modelType?: string | undefined;
3330
- }[] | undefined;
3331
- controlLogics?: {
3332
- attrName?: string | undefined;
3333
- eventArg?: string | undefined;
3334
- eventArg2?: string | undefined;
3335
- eventNames?: string | undefined;
3336
- itemName?: string | undefined;
3337
- logicTag?: string | undefined;
3338
- logicType?: string | undefined;
3339
- appDEUIActionId?: string | undefined;
3340
- appDEUILogicId?: string | undefined;
3341
- appDataEntityId?: string | undefined;
3342
- appUILogicId?: string | undefined;
3343
- appViewEngineId?: string | undefined;
3344
- appViewLogicId?: string | undefined;
3345
- scriptCode?: string | undefined;
3346
- timer?: number | undefined;
3347
- triggerType?: string | undefined;
3348
- appId: string;
3349
- id?: string | undefined;
3350
- name?: string | undefined;
3351
- codeName?: string | undefined;
3352
- userParam?: Record<string, string> | undefined;
3353
- modelId?: string | undefined;
3354
- modelType?: string | undefined;
3355
- }[] | undefined;
3356
- controlRenders?: any[] | undefined;
3357
- appId: string;
3358
- id?: string | undefined;
3359
- name?: string | undefined;
3360
- codeName?: string | undefined;
3361
- userParam?: Record<string, string> | undefined;
3362
- modelId?: string | undefined;
3363
- modelType?: string | undefined;
3364
- }[] | undefined;
3365
- layoutPanel?: boolean | undefined;
3366
- mobilePanel?: boolean | undefined;
3367
- controlStyle?: string | undefined;
3368
- controlType?: string | undefined;
3369
- height?: number | undefined;
3370
- logicName?: string | undefined;
3371
- appDataEntityId?: string | undefined;
3372
- controlAttributes?: {
3373
- attrName?: string | undefined;
3374
- attrValue?: string | undefined;
3375
- appId: string;
3376
- id?: string | undefined;
3377
- name?: string | undefined;
3378
- codeName?: string | undefined;
3379
- userParam?: Record<string, string> | undefined;
3380
- modelId?: string | undefined;
3381
- modelType?: string | undefined;
3382
- }[] | undefined;
3383
- controlLogics?: {
3384
- attrName?: string | undefined;
3385
- eventArg?: string | undefined;
3386
- eventArg2?: string | undefined;
3387
- eventNames?: string | undefined;
3388
- itemName?: string | undefined;
3389
- logicTag?: string | undefined;
3390
- logicType?: string | undefined;
3391
- appDEUIActionId?: string | undefined;
3392
- appDEUILogicId?: string | undefined;
3393
- appDataEntityId?: string | undefined;
3394
- appUILogicId?: string | undefined;
3395
- appViewEngineId?: string | undefined;
3396
- appViewLogicId?: string | undefined;
3397
- scriptCode?: string | undefined;
3398
- timer?: number | undefined;
3399
- triggerType?: string | undefined;
3400
- appId: string;
3401
- id?: string | undefined;
3402
- name?: string | undefined;
3403
- codeName?: string | undefined;
3404
- userParam?: Record<string, string> | undefined;
3405
- modelId?: string | undefined;
3406
- modelType?: string | undefined;
3407
- }[] | undefined;
3408
- controlParam?: {
3409
- ctrlParams?: {
3410
- [x: string]: any;
3411
- [x: symbol]: any;
3412
- constructor: Function;
3413
- toString: () => string;
3414
- toLocaleString: () => string;
3415
- valueOf: () => Object;
3416
- hasOwnProperty: (v: PropertyKey) => boolean;
3417
- isPrototypeOf: (v: Object) => boolean;
3418
- propertyIsEnumerable: (v: PropertyKey) => boolean;
3419
- } | undefined;
3420
- appId: string;
3421
- id?: string | undefined;
3422
- name?: string | undefined;
3423
- codeName?: string | undefined;
3424
- userParam?: Record<string, string> | undefined;
3425
- modelId?: string | undefined;
3426
- modelType?: string | undefined;
3427
- } | undefined;
3428
- controlRenders?: any[] | undefined;
3429
- ctrlMsg?: {
3430
- codeName?: string | undefined;
3431
- msgModel?: string | undefined;
3432
- ctrlMsgItems?: {
3433
- content?: string | undefined;
3434
- contentLanguageRes?: {
3435
- defaultContent?: string | undefined;
3436
- lanResTag?: string | undefined;
3437
- lanResType?: string | undefined;
3438
- refFlag?: boolean | undefined;
3439
- appId: string;
3440
- id?: string | undefined;
3441
- name?: string | undefined;
3442
- codeName?: string | undefined;
3443
- userParam?: Record<string, string> | undefined;
3444
- modelId?: string | undefined;
3445
- modelType?: string | undefined;
3446
- } | undefined;
3447
- timeout?: number | undefined;
3448
- appId: string;
3449
- id?: string | undefined;
3450
- name?: string | undefined;
3451
- codeName?: string | undefined;
3452
- userParam?: Record<string, string> | undefined;
3453
- modelId?: string | undefined;
3454
- modelType?: string | undefined;
3455
- }[] | undefined;
3456
- appId: string;
3457
- id?: string | undefined;
3458
- name?: string | undefined;
3459
- userParam?: Record<string, string> | undefined;
3460
- modelId?: string | undefined;
3461
- modelType?: string | undefined;
3462
- } | undefined;
3463
- sysCss?: {
3464
- codeName?: string | undefined;
3465
- cssName?: string | undefined;
3466
- cssStyle?: string | undefined;
3467
- designCssStyle?: string | undefined;
3468
- appId: string;
3469
- id?: string | undefined;
3470
- name?: string | undefined;
3471
- userParam?: Record<string, string> | undefined;
3472
- modelId?: string | undefined;
3473
- modelType?: string | undefined;
3474
- } | undefined;
3475
- sysPFPluginId?: string | undefined;
3476
- user2ControlAction?: {
3477
- adappDELogicId?: string | undefined;
3478
- actionDesc?: string | undefined;
3479
- appDEMethodId?: string | undefined;
3480
- appDataEntityId?: string | undefined;
3481
- timeout?: number | undefined;
3482
- appId: string;
3483
- id?: string | undefined;
3484
- name?: string | undefined;
3485
- codeName?: string | undefined;
3486
- userParam?: Record<string, string> | undefined;
3487
- modelId?: string | undefined;
3488
- modelType?: string | undefined;
3489
- } | undefined;
3490
- userControlAction?: {
3491
- adappDELogicId?: string | undefined;
3492
- actionDesc?: string | undefined;
3493
- appDEMethodId?: string | undefined;
3494
- appDataEntityId?: string | undefined;
3495
- timeout?: number | undefined;
3496
- appId: string;
3497
- id?: string | undefined;
3498
- name?: string | undefined;
3499
- codeName?: string | undefined;
3500
- userParam?: Record<string, string> | undefined;
3501
- modelId?: string | undefined;
3502
- modelType?: string | undefined;
3503
- } | undefined;
3504
- width?: number | undefined;
3505
- appId: string;
3506
- id?: string | undefined;
3507
- name?: string | undefined;
3508
- userParam?: Record<string, string> | undefined;
3509
- modelId?: string | undefined;
3510
- modelType?: string | undefined;
3511
- appCounterRefs?: {
3512
- appCounter?: {
3513
- getAppDEActionId?: string | undefined;
3514
- getAppDEDataSetId?: string | undefined;
3515
- appDataEntityId?: string | undefined;
3516
- codeName?: string | undefined;
3517
- counterData?: string | undefined;
3518
- counterData2?: string | undefined;
3519
- counterType?: string | undefined;
3520
- customCond?: string | undefined;
3521
- counterId?: string | undefined;
3522
- sysPFPluginId?: string | undefined;
3523
- timer?: number | undefined;
3524
- uniqueTag?: string | undefined;
3525
- navigateContexts?: {
3526
- desc?: string | undefined;
3527
- key?: string | undefined;
3528
- value?: string | undefined;
3529
- rawValue?: boolean | undefined;
3530
- appId: string;
3531
- id?: string | undefined;
3532
- name?: string | undefined;
3533
- codeName?: string | undefined;
3534
- userParam?: Record<string, string> | undefined;
3535
- modelId?: string | undefined;
3536
- modelType?: string | undefined;
3537
- }[] | undefined;
3538
- navigateParams?: {
3539
- desc?: string | undefined;
3540
- key?: string | undefined;
3541
- value?: string | undefined;
3542
- rawValue?: boolean | undefined;
3543
- appId: string;
3544
- id?: string | undefined;
3545
- name?: string | undefined;
3546
- codeName?: string | undefined;
3547
- userParam?: Record<string, string> | undefined;
3548
- modelId?: string | undefined;
3549
- modelType?: string | undefined;
3550
- }[] | undefined;
3551
- appId: string;
3552
- id?: string | undefined;
3553
- name?: string | undefined;
3554
- userParam?: Record<string, string> | undefined;
3555
- modelId?: string | undefined;
3556
- modelType?: string | undefined;
3557
- } | undefined;
3558
- refMode?: {
3559
- [x: string]: any;
3560
- [x: symbol]: any;
3561
- constructor: Function;
3562
- toString: () => string;
3563
- toLocaleString: () => string;
3564
- valueOf: () => Object;
3565
- hasOwnProperty: (v: PropertyKey) => boolean;
3566
- isPrototypeOf: (v: Object) => boolean;
3567
- propertyIsEnumerable: (v: PropertyKey) => boolean;
3568
- } | undefined;
3569
- tag?: string | undefined;
3570
- appId: string;
3571
- id?: string | undefined;
3572
- name?: string | undefined;
3573
- codeName?: string | undefined;
3574
- userParam?: Record<string, string> | undefined;
3575
- modelId?: string | undefined;
3576
- modelType?: string | undefined;
3577
- }[] | undefined;
3578
- appViewEngines?: {
3579
- engineCat?: string | undefined;
3580
- engineType?: string | undefined;
3581
- params?: {
3582
- paramType?: string | undefined;
3583
- value?: {
3584
- [x: string]: any;
3585
- [x: symbol]: any;
3586
- constructor: Function;
3587
- toString: () => string;
3588
- toLocaleString: () => string;
3589
- valueOf: () => Object;
3590
- hasOwnProperty: (v: PropertyKey) => boolean;
3591
- isPrototypeOf: (v: Object) => boolean;
3592
- propertyIsEnumerable: (v: PropertyKey) => boolean;
3593
- } | undefined;
3594
- appId: string;
3595
- id?: string | undefined;
3596
- name?: string | undefined;
3597
- codeName?: string | undefined;
3598
- userParam?: Record<string, string> | undefined;
3599
- modelId?: string | undefined;
3600
- modelType?: string | undefined;
3601
- }[] | undefined;
3602
- appId: string;
3603
- id?: string | undefined;
3604
- name?: string | undefined;
3605
- codeName?: string | undefined;
3606
- userParam?: Record<string, string> | undefined;
3607
- modelId?: string | undefined;
3608
- modelType?: string | undefined;
3609
- }[] | undefined;
3610
- appViewLogics?: {
3611
- builtinAppUILogic?: {
3612
- appDEUILogicId?: string | undefined;
3613
- appDataEntityId?: string | undefined;
3614
- appUILogicRefViews?: {
3615
- openMode?: string | undefined;
3616
- refMode?: string | undefined;
3617
- refAppViewId?: string | undefined;
3618
- navigateContexts?: {
3619
- desc?: string | undefined;
3620
- key?: string | undefined;
3621
- value?: string | undefined;
3622
- rawValue?: boolean | undefined;
3623
- appId: string;
3624
- id?: string | undefined;
3625
- name?: string | undefined;
3626
- codeName?: string | undefined;
3627
- userParam?: Record<string, string> | undefined;
3628
- modelId?: string | undefined;
3629
- modelType?: string | undefined;
3630
- }[] | undefined;
3631
- navigateParams?: {
3632
- desc?: string | undefined;
3633
- key?: string | undefined;
3634
- value?: string | undefined;
3635
- rawValue?: boolean | undefined;
3636
- appId: string;
3637
- id?: string | undefined;
3638
- name?: string | undefined;
3639
- codeName?: string | undefined;
3640
- userParam?: Record<string, string> | undefined;
3641
- modelId?: string | undefined;
3642
- modelType?: string | undefined;
3643
- }[] | undefined;
3644
- appId: string;
3645
- id?: string | undefined;
3646
- name?: string | undefined;
3647
- codeName?: string | undefined;
3648
- userParam?: Record<string, string> | undefined;
3649
- modelId?: string | undefined;
3650
- modelType?: string | undefined;
3651
- }[] | undefined;
3652
- viewLogicType?: string | undefined;
3653
- builtinLogic?: boolean | undefined;
3654
- codeName?: string | undefined;
3655
- logicType?: string | undefined;
3656
- viewLogicStyle?: string | undefined;
3657
- appId: string;
3658
- id?: string | undefined;
3659
- name?: string | undefined;
3660
- userParam?: Record<string, string> | undefined;
3661
- modelId?: string | undefined;
3662
- modelType?: string | undefined;
3663
- } | undefined;
3664
- attrName?: string | undefined;
3665
- eventArg?: string | undefined;
3666
- eventArg2?: string | undefined;
3667
- eventNames?: string | undefined;
3668
- itemName?: string | undefined;
3669
- logicParam?: string | undefined;
3670
- logicParam2?: string | undefined;
3671
- logicTrigger?: string | undefined;
3672
- logicType?: string | undefined;
3673
- owner?: {
3674
- [x: string]: any;
3675
- [x: symbol]: any;
3676
- constructor: Function;
3677
- toString: () => string;
3678
- toLocaleString: () => string;
3679
- valueOf: () => Object;
3680
- hasOwnProperty: (v: PropertyKey) => boolean;
3681
- isPrototypeOf: (v: Object) => boolean;
3682
- propertyIsEnumerable: (v: PropertyKey) => boolean;
3683
- } | undefined;
3684
- appDEUILogicId?: string | undefined;
3685
- appDataEntityId?: string | undefined;
3686
- appUILogicId?: string | undefined;
3687
- appViewEngineId?: string | undefined;
3688
- appViewLogicId?: string | undefined;
3689
- ctrlName?: string | undefined;
3690
- scriptCode?: string | undefined;
3691
- timer?: number | undefined;
3692
- builtinLogic?: boolean | undefined;
3693
- appId: string;
3694
- id?: string | undefined;
3695
- name?: string | undefined;
3696
- codeName?: string | undefined;
3697
- userParam?: Record<string, string> | undefined;
3698
- modelId?: string | undefined;
3699
- modelType?: string | undefined;
3700
- }[] | undefined;
3701
- appViewRefs?: {
3702
- height?: number | undefined;
3703
- openMode?: string | undefined;
3704
- owner?: {
3705
- [x: string]: any;
3706
- [x: symbol]: any;
3707
- constructor: Function;
3708
- toString: () => string;
3709
- toLocaleString: () => string;
3710
- valueOf: () => Object;
3711
- hasOwnProperty: (v: PropertyKey) => boolean;
3712
- isPrototypeOf: (v: Object) => boolean;
3713
- propertyIsEnumerable: (v: PropertyKey) => boolean;
3714
- } | undefined;
3715
- parentDataJO?: {
3716
- [x: string]: any;
3717
- [x: symbol]: any;
3718
- constructor: Function;
3719
- toString: () => string;
3720
- toLocaleString: () => string;
3721
- valueOf: () => Object;
3722
- hasOwnProperty: (v: PropertyKey) => boolean;
3723
- isPrototypeOf: (v: Object) => boolean;
3724
- propertyIsEnumerable: (v: PropertyKey) => boolean;
3725
- } | undefined;
3726
- realOpenMode?: string | undefined;
3727
- realTitle?: string | undefined;
3728
- realTitleLanguageRes?: {
3729
- defaultContent?: string | undefined;
3730
- lanResTag?: string | undefined;
3731
- lanResType?: string | undefined;
3732
- refFlag?: boolean | undefined;
3733
- appId: string;
3734
- id?: string | undefined;
3735
- name?: string | undefined;
3736
- codeName?: string | undefined;
3737
- userParam?: Record<string, string> | undefined;
3738
- modelId?: string | undefined;
3739
- modelType?: string | undefined;
3740
- } | undefined;
3741
- refAppViewId?: string | undefined;
3742
- viewParamJO?: {
3743
- [x: string]: any;
3744
- [x: symbol]: any;
3745
- constructor: Function;
3746
- toString: () => string;
3747
- toLocaleString: () => string;
3748
- valueOf: () => Object;
3749
- hasOwnProperty: (v: PropertyKey) => boolean;
3750
- isPrototypeOf: (v: Object) => boolean;
3751
- propertyIsEnumerable: (v: PropertyKey) => boolean;
3752
- } | undefined;
3753
- width?: number | undefined;
3754
- navigateContexts?: {
3755
- desc?: string | undefined;
3756
- key?: string | undefined;
3757
- value?: string | undefined;
3758
- rawValue?: boolean | undefined;
3759
- appId: string;
3760
- id?: string | undefined;
3761
- name?: string | undefined;
3762
- codeName?: string | undefined;
3763
- userParam?: Record<string, string> | undefined;
3764
- modelId?: string | undefined;
3765
- modelType?: string | undefined;
3766
- }[] | undefined;
3767
- navigateParams?: {
3768
- desc?: string | undefined;
3769
- key?: string | undefined;
3770
- value?: string | undefined;
3771
- rawValue?: boolean | undefined;
3772
- appId: string;
3773
- id?: string | undefined;
3774
- name?: string | undefined;
3775
- codeName?: string | undefined;
3776
- userParam?: Record<string, string> | undefined;
3777
- modelId?: string | undefined;
3778
- modelType?: string | undefined;
3779
- }[] | undefined;
3780
- appId: string;
3781
- id?: string | undefined;
3782
- name?: string | undefined;
3783
- codeName?: string | undefined;
3784
- userParam?: Record<string, string> | undefined;
3785
- modelId?: string | undefined;
3786
- modelType?: string | undefined;
3787
- }[] | undefined;
3788
- controls?: any[] | undefined;
3789
- layout?: {
3790
- layout?: string | undefined;
3791
- appId: string;
3792
- id?: string | undefined;
3793
- name?: string | undefined;
3794
- codeName?: string | undefined;
3795
- userParam?: Record<string, string> | undefined;
3796
- modelId?: string | undefined;
3797
- modelType?: string | undefined;
3798
- } | undefined;
3799
- } | undefined;
3800
- renderName?: string | undefined;
3801
- renderType?: string | undefined;
3802
- appId: string;
3803
- id?: string | undefined;
3804
- name?: string | undefined;
3805
- codeName?: string | undefined;
3806
- userParam?: Record<string, string> | undefined;
3807
- modelId?: string | undefined;
3808
- modelType?: string | undefined;
3809
- }[] | undefined;
3810
- ctrlMsg?: {
3811
- codeName?: string | undefined;
3812
- msgModel?: string | undefined;
3813
- ctrlMsgItems?: {
3814
- content?: string | undefined;
3815
- contentLanguageRes?: {
3816
- defaultContent?: string | undefined;
3817
- lanResTag?: string | undefined;
3818
- lanResType?: string | undefined;
3819
- refFlag?: boolean | undefined;
3820
- appId: string;
3821
- id?: string | undefined;
3822
- name?: string | undefined;
3823
- codeName?: string | undefined;
3824
- userParam?: Record<string, string> | undefined;
3825
- modelId?: string | undefined;
3826
- modelType?: string | undefined;
3827
- } | undefined;
3828
- timeout?: number | undefined;
3829
- appId: string;
3830
- id?: string | undefined;
3831
- name?: string | undefined;
3832
- codeName?: string | undefined;
3833
- userParam?: Record<string, string> | undefined;
3834
- modelId?: string | undefined;
3835
- modelType?: string | undefined;
3836
- }[] | undefined;
3837
- appId: string;
3838
- id?: string | undefined;
3839
- name?: string | undefined;
3840
- userParam?: Record<string, string> | undefined;
3841
- modelId?: string | undefined;
3842
- modelType?: string | undefined;
3843
- } | undefined;
3844
- sysCss?: {
3845
- codeName?: string | undefined;
3846
- cssName?: string | undefined;
3847
- cssStyle?: string | undefined;
3848
- designCssStyle?: string | undefined;
3849
- appId: string;
3850
- id?: string | undefined;
3851
- name?: string | undefined;
3852
- userParam?: Record<string, string> | undefined;
3853
- modelId?: string | undefined;
3854
- modelType?: string | undefined;
3855
- } | undefined;
3856
- sysPFPluginId?: string | undefined;
3857
- user2ControlAction?: {
3858
- adappDELogicId?: string | undefined;
3859
- actionDesc?: string | undefined;
3860
- appDEMethodId?: string | undefined;
3861
- appDataEntityId?: string | undefined;
3862
- timeout?: number | undefined;
3863
- appId: string;
3864
- id?: string | undefined;
3865
- name?: string | undefined;
3866
- codeName?: string | undefined;
3867
- userParam?: Record<string, string> | undefined;
3868
- modelId?: string | undefined;
3869
- modelType?: string | undefined;
3870
- } | undefined;
3871
- userControlAction?: {
3872
- adappDELogicId?: string | undefined;
3873
- actionDesc?: string | undefined;
3874
- appDEMethodId?: string | undefined;
3875
- appDataEntityId?: string | undefined;
3876
- timeout?: number | undefined;
3877
- appId: string;
3878
- id?: string | undefined;
3879
- name?: string | undefined;
3880
- codeName?: string | undefined;
3881
- userParam?: Record<string, string> | undefined;
3882
- modelId?: string | undefined;
3883
- modelType?: string | undefined;
3884
- } | undefined;
3885
- width?: number | undefined;
3886
- appId: string;
3887
- id?: string | undefined;
3888
- name?: string | undefined;
3889
- userParam?: Record<string, string> | undefined;
3890
- modelId?: string | undefined;
3891
- modelType?: string | undefined;
3892
- }[] | undefined;
3893
- layout?: {
3894
- layout?: string | undefined;
3895
- appId: string;
3896
- id?: string | undefined;
3897
- name?: string | undefined;
3898
- codeName?: string | undefined;
3899
- userParam?: Record<string, string> | undefined;
3900
- modelId?: string | undefined;
3901
- modelType?: string | undefined;
3902
- } | undefined;
3903
- } | undefined;
3904
- priority?: number | undefined;
3905
- subCapLanguageRes?: {
3906
- defaultContent?: string | undefined;
3907
- lanResTag?: string | undefined;
3908
- lanResType?: string | undefined;
3909
- refFlag?: boolean | undefined;
3910
- appId: string;
3911
- id?: string | undefined;
3912
- name?: string | undefined;
3913
- codeName?: string | undefined;
3914
- userParam?: Record<string, string> | undefined;
3915
- modelId?: string | undefined;
3916
- modelType?: string | undefined;
3917
- } | undefined;
3918
- subCaption?: string | undefined;
3919
- title?: string | undefined;
3920
- titleLanguageRes?: {
3921
- defaultContent?: string | undefined;
3922
- lanResTag?: string | undefined;
3923
- lanResType?: string | undefined;
3924
- refFlag?: boolean | undefined;
3925
- appId: string;
3926
- id?: string | undefined;
3927
- name?: string | undefined;
3928
- codeName?: string | undefined;
3929
- userParam?: Record<string, string> | undefined;
3930
- modelId?: string | undefined;
3931
- modelType?: string | undefined;
3932
- } | undefined;
3933
- viewStyle?: string | undefined;
3934
- viewType?: string | undefined;
3935
- width?: number | undefined;
3936
- enableDP?: boolean | undefined;
3937
- enableWF?: boolean | undefined;
3938
- pickupMode?: boolean | undefined;
3939
21
  redirectView?: boolean | undefined;
3940
- showCaptionBar?: boolean | undefined;
3941
- appCounterRefs?: {
3942
- appCounter?: {
3943
- getAppDEActionId?: string | undefined;
3944
- getAppDEDataSetId?: string | undefined;
3945
- appDataEntityId?: string | undefined;
3946
- codeName?: string | undefined;
3947
- counterData?: string | undefined;
3948
- counterData2?: string | undefined;
3949
- counterType?: string | undefined;
3950
- customCond?: string | undefined;
3951
- counterId?: string | undefined;
3952
- sysPFPluginId?: string | undefined;
3953
- timer?: number | undefined;
3954
- uniqueTag?: string | undefined;
3955
- navigateContexts?: {
3956
- desc?: string | undefined;
3957
- key?: string | undefined;
3958
- value?: string | undefined;
3959
- rawValue?: boolean | undefined;
3960
- appId: string;
3961
- id?: string | undefined;
3962
- name?: string | undefined;
3963
- codeName?: string | undefined;
3964
- userParam?: Record<string, string> | undefined;
3965
- modelId?: string | undefined;
3966
- modelType?: string | undefined;
3967
- }[] | undefined;
3968
- navigateParams?: {
3969
- desc?: string | undefined;
3970
- key?: string | undefined;
3971
- value?: string | undefined;
3972
- rawValue?: boolean | undefined;
3973
- appId: string;
3974
- id?: string | undefined;
3975
- name?: string | undefined;
3976
- codeName?: string | undefined;
3977
- userParam?: Record<string, string> | undefined;
3978
- modelId?: string | undefined;
3979
- modelType?: string | undefined;
3980
- }[] | undefined;
3981
- appId: string;
3982
- id?: string | undefined;
3983
- name?: string | undefined;
3984
- userParam?: Record<string, string> | undefined;
3985
- modelId?: string | undefined;
3986
- modelType?: string | undefined;
3987
- } | undefined;
3988
- refMode?: {
3989
- [x: string]: any;
3990
- [x: symbol]: any;
3991
- constructor: Function;
3992
- toString: () => string;
3993
- toLocaleString: () => string;
3994
- valueOf: () => Object;
3995
- hasOwnProperty: (v: PropertyKey) => boolean;
3996
- isPrototypeOf: (v: Object) => boolean;
3997
- propertyIsEnumerable: (v: PropertyKey) => boolean;
3998
- } | undefined;
3999
- tag?: string | undefined;
4000
- appId: string;
4001
- id?: string | undefined;
4002
- name?: string | undefined;
4003
- codeName?: string | undefined;
4004
- userParam?: Record<string, string> | undefined;
4005
- modelId?: string | undefined;
4006
- modelType?: string | undefined;
4007
- }[] | undefined;
4008
- appId: string;
4009
- id?: string | undefined;
4010
- name?: string | undefined;
4011
- userParam?: Record<string, string> | undefined;
4012
- modelId?: string | undefined;
4013
- modelType?: string | undefined;
22
+ modalOption?: IData | undefined;
4014
23
  } | undefined;
4015
24
  context?: IParams | undefined;
4016
25
  params?: IParams | undefined;