@ibiz-template/vue3-components 0.7.41-alpha.6 → 0.7.41-alpha.8

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