@ibiz-template/vue3-components 0.7.9 → 0.7.11

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 (124) hide show
  1. package/dist/{chart-jfPZ04eU.js → chart-Wh3LMgZ1.js} +1 -1
  2. package/dist/index-0Z8KS6t6.js +1 -0
  3. package/dist/index-GZW20-jI.js +4 -0
  4. package/dist/index-OkS9bkdl.js +1 -0
  5. package/dist/index.min.css +1 -1
  6. package/dist/index.system.min.js +1 -1
  7. package/dist/map-chart-A4-TpWet.js +1 -0
  8. package/dist/wang-editor-HlmvPsb1.js +1 -0
  9. package/dist/{xlsx-util-Fc3O95jH.js → xlsx-util-lBpTaCO_.js} +1 -1
  10. package/es/common/data-import2/data-import2.mjs +1 -1
  11. package/es/common/doing-notice/doing-notice.mjs +7 -5
  12. package/es/common/map-chart/map-chart.util.mjs +4 -1
  13. package/es/common/view-message/view-message.css +1 -1
  14. package/es/common/view-message/view-message.d.ts +848 -1
  15. package/es/common/view-message/view-message.mjs +52 -22
  16. package/es/control/app-menu/app-menu.mjs +6 -2
  17. package/es/control/calendar/calendar.mjs +1 -1
  18. package/es/control/chart/chart.mjs +1 -1
  19. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +19000 -27
  20. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +1 -1
  21. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.mjs +1 -1
  22. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.mjs +4 -2
  23. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +64 -0
  24. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.mjs +14 -11
  25. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.mjs +1 -1
  26. package/es/control/form/form-detail/form-mdctrl/form-mdctrl.mjs +2 -2
  27. package/es/control/form/form-detail/form-mdctrl/form-mdctrl.provider.mjs +3 -1
  28. package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.mjs +17 -11
  29. package/es/control/gantt/gantt.d.ts +1 -0
  30. package/es/control/gantt/gantt.mjs +15 -4
  31. package/es/control/gantt/index.d.ts +1 -0
  32. package/es/control/grid/grid/grid.mjs +3 -1
  33. package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.mjs +3 -1
  34. package/es/control/grid/row-edit-popover/row-edit-popover.mjs +9 -5
  35. package/es/control/grid/row-edit-popover/use-row-edit-popover.mjs +3 -3
  36. package/es/control/kanban/kanban.mjs +17 -9
  37. package/es/control/report-panel/report-detail/user2-report-panel/user2-report-panel.mjs +2 -2
  38. package/es/control/report-panel/report-panel.mjs +2 -2
  39. package/es/control/search-bar/filter-tree/filter-tree.mjs +7 -5
  40. package/es/control/search-bar/search-bar.mjs +2 -2
  41. package/es/control/search-bar/search-groups/edit-group-util.mjs +10 -2
  42. package/es/control/search-bar/search-groups/new-group-util.mjs +13 -3
  43. package/es/control/search-bar/search-groups/search-groups.d.ts +1 -1
  44. package/es/control/search-bar/search-groups/search-groups.mjs +47 -38
  45. package/es/control/toolbar/export-excel/export-excel.mjs +23 -21
  46. package/es/control/tree/el-tree-util.mjs +4 -2
  47. package/es/control/tree/tree.mjs +3 -1
  48. package/es/control/tree-grid/tree-grid.mjs +3 -1
  49. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.mjs +3 -1
  50. package/es/control/tree-grid-ex/tree-grid-ex.mjs +6 -2
  51. package/es/control/tree-grid-ex/use-row-edit-popover.mjs +3 -3
  52. package/es/control/wizard-panel/wizard-panel.mjs +3 -3
  53. package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +2 -1
  54. package/es/editor/html/html-editor.controller.mjs +11 -0
  55. package/es/editor/html/wang-editor/ai/ai-modules.d.ts +1 -0
  56. package/es/editor/html/wang-editor/ai/ai-modules.mjs +2 -2
  57. package/es/editor/html/wang-editor/wang-editor.mjs +11 -13
  58. package/es/index.mjs +1 -0
  59. package/es/locale/en/index.d.ts +109 -1
  60. package/es/locale/en/index.mjs +123 -15
  61. package/es/locale/zh-CN/index.d.ts +109 -1
  62. package/es/locale/zh-CN/index.mjs +113 -5
  63. package/es/panel-component/view-msg-pos/view-msg-pos.mjs +4 -1
  64. package/es/util/index.d.ts +1 -0
  65. package/es/util/index.mjs +1 -0
  66. package/es/util/render-util/render-util.d.ts +48 -0
  67. package/es/util/render-util/render-util.mjs +60 -0
  68. package/es/web-app/guard/auth-guard/auth-guard.mjs +6 -4
  69. package/es/web-app/main.mjs +2 -0
  70. package/lib/common/data-import2/data-import2.cjs +1 -1
  71. package/lib/common/doing-notice/doing-notice.cjs +6 -4
  72. package/lib/common/map-chart/map-chart.util.cjs +4 -1
  73. package/lib/common/view-message/view-message.cjs +52 -22
  74. package/lib/common/view-message/view-message.css +1 -1
  75. package/lib/control/app-menu/app-menu.cjs +6 -2
  76. package/lib/control/calendar/calendar.cjs +1 -1
  77. package/lib/control/chart/chart.cjs +1 -1
  78. package/lib/control/dashboard/custom-dashboard-container/custom-dashboard-container.cjs +1 -1
  79. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.cjs +1 -1
  80. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.cjs +3 -1
  81. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.cjs +13 -10
  82. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.cjs +1 -1
  83. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.cjs +1 -1
  84. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.provider.cjs +3 -1
  85. package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.cjs +16 -10
  86. package/lib/control/gantt/gantt.cjs +14 -3
  87. package/lib/control/grid/grid/grid.cjs +3 -1
  88. package/lib/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.cjs +3 -1
  89. package/lib/control/grid/row-edit-popover/row-edit-popover.cjs +8 -4
  90. package/lib/control/grid/row-edit-popover/use-row-edit-popover.cjs +3 -3
  91. package/lib/control/kanban/kanban.cjs +16 -8
  92. package/lib/control/report-panel/report-detail/user2-report-panel/user2-report-panel.cjs +1 -1
  93. package/lib/control/report-panel/report-panel.cjs +1 -1
  94. package/lib/control/search-bar/filter-tree/filter-tree.cjs +7 -5
  95. package/lib/control/search-bar/search-bar.cjs +2 -2
  96. package/lib/control/search-bar/search-groups/edit-group-util.cjs +10 -2
  97. package/lib/control/search-bar/search-groups/new-group-util.cjs +13 -3
  98. package/lib/control/search-bar/search-groups/search-groups.cjs +46 -37
  99. package/lib/control/toolbar/export-excel/export-excel.cjs +23 -21
  100. package/lib/control/tree/el-tree-util.cjs +4 -2
  101. package/lib/control/tree/tree.cjs +3 -1
  102. package/lib/control/tree-grid/tree-grid.cjs +3 -1
  103. package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.cjs +3 -1
  104. package/lib/control/tree-grid-ex/tree-grid-ex.cjs +6 -2
  105. package/lib/control/tree-grid-ex/use-row-edit-popover.cjs +3 -3
  106. package/lib/control/wizard-panel/wizard-panel.cjs +3 -3
  107. package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.cjs +2 -1
  108. package/lib/editor/html/html-editor.controller.cjs +11 -0
  109. package/lib/editor/html/wang-editor/ai/ai-modules.cjs +2 -2
  110. package/lib/editor/html/wang-editor/wang-editor.cjs +11 -13
  111. package/lib/index.cjs +2 -0
  112. package/lib/locale/en/index.cjs +123 -15
  113. package/lib/locale/zh-CN/index.cjs +113 -5
  114. package/lib/panel-component/view-msg-pos/view-msg-pos.cjs +4 -1
  115. package/lib/util/index.cjs +2 -0
  116. package/lib/util/render-util/render-util.cjs +62 -0
  117. package/lib/web-app/guard/auth-guard/auth-guard.cjs +6 -4
  118. package/lib/web-app/main.cjs +2 -0
  119. package/package.json +6 -6
  120. package/dist/index-GAvjatsT.js +0 -4
  121. package/dist/index-dsmTOMa5.js +0 -1
  122. package/dist/index-sGpuIVYT.js +0 -1
  123. package/dist/map-chart-cmVrWpPw.js +0 -1
  124. package/dist/wang-editor-mq8sQSDK.js +0 -1
@@ -1,4 +1,5 @@
1
- import { IViewMessage } from '@ibiz-template/runtime';
1
+ import { PropType } from 'vue';
2
+ import { IViewMessage, ViewMsgController } from '@ibiz-template/runtime';
2
3
  import './view-message.scss';
3
4
  export declare const ViewMessage: import("vue").DefineComponent<{
4
5
  messages: {
@@ -21,6 +22,17 @@ export declare const ViewMessage: import("vue").DefineComponent<{
21
22
  type: BooleanConstructor;
22
23
  default: boolean;
23
24
  };
25
+ context: {
26
+ type: PropType<IContext>;
27
+ required: false;
28
+ };
29
+ params: {
30
+ type: PropType<IParams>;
31
+ required: false;
32
+ };
33
+ controller: {
34
+ type: PropType<ViewMsgController>;
35
+ };
24
36
  }, {
25
37
  ns: import("@ibiz-template/core").Namespace;
26
38
  getType: (messageType?: string) => string;
@@ -32,6 +44,830 @@ export declare const ViewMessage: import("vue").DefineComponent<{
32
44
  title?: string | undefined;
33
45
  message?: string | undefined;
34
46
  extraParams: IData;
47
+ layoutPanel?: {
48
+ codeName?: string | undefined;
49
+ dataMode?: number | undefined;
50
+ dataName?: string | undefined;
51
+ dataTimer?: number | undefined;
52
+ getControlAction?: {
53
+ adappDELogicId?: string | undefined;
54
+ actionDesc?: string | undefined;
55
+ appDEMethodId?: string | undefined;
56
+ appDataEntityId?: string | undefined;
57
+ timeout?: number | undefined;
58
+ appId: string;
59
+ id?: string | undefined;
60
+ name?: string | undefined;
61
+ codeName?: string | undefined;
62
+ userParam?: Record<string, string> | undefined;
63
+ modelId?: string | undefined;
64
+ modelType?: string | undefined;
65
+ } | undefined;
66
+ layoutMode?: string | undefined;
67
+ panelStyle?: string | undefined;
68
+ panelWidth?: number | undefined;
69
+ rootPanelItems?: {
70
+ capLanguageRes?: {
71
+ defaultContent?: string | undefined;
72
+ lanResTag?: string | undefined;
73
+ lanResType?: string | undefined;
74
+ refFlag?: boolean | undefined;
75
+ appId: string;
76
+ id?: string | undefined;
77
+ name?: string | undefined;
78
+ codeName?: string | undefined;
79
+ userParam?: Record<string, string> | undefined;
80
+ modelId?: string | undefined;
81
+ modelType?: string | undefined;
82
+ } | undefined;
83
+ caption?: string | undefined;
84
+ contentHeight?: number | undefined;
85
+ contentWidth?: number | undefined;
86
+ cssStyle?: string | undefined;
87
+ dynaClass?: string | undefined;
88
+ height?: number | undefined;
89
+ itemStyle?: string | undefined;
90
+ itemType?: string | undefined;
91
+ labelCssStyle?: string | undefined;
92
+ labelDynaClass?: string | undefined;
93
+ labelSysCss?: {
94
+ codeName?: string | undefined;
95
+ cssName?: string | undefined;
96
+ cssStyle?: string | undefined;
97
+ designCssStyle?: string | undefined;
98
+ appId: string;
99
+ id?: string | undefined;
100
+ name?: string | undefined;
101
+ userParam?: Record<string, string> | undefined;
102
+ modelId?: string | undefined;
103
+ modelType?: string | undefined;
104
+ } | undefined;
105
+ layout?: {
106
+ layout?: string | undefined;
107
+ appId: string;
108
+ id?: string | undefined;
109
+ name?: string | undefined;
110
+ codeName?: string | undefined;
111
+ userParam?: Record<string, string> | undefined;
112
+ modelId?: string | undefined;
113
+ modelType?: string | undefined;
114
+ } | undefined;
115
+ layoutPos?: {
116
+ halignSelf?: string | undefined;
117
+ height?: number | undefined;
118
+ heightMode?: string | undefined;
119
+ layout?: string | undefined;
120
+ spacingBottom?: string | undefined;
121
+ spacingLeft?: string | undefined;
122
+ spacingRight?: string | undefined;
123
+ spacingTop?: string | undefined;
124
+ valignSelf?: string | undefined;
125
+ width?: number | undefined;
126
+ widthMode?: string | undefined;
127
+ appId: string;
128
+ id?: string | undefined;
129
+ name?: string | undefined;
130
+ codeName?: string | undefined;
131
+ userParam?: Record<string, string> | undefined;
132
+ modelId?: string | undefined;
133
+ modelType?: string | undefined;
134
+ } | undefined;
135
+ panelItemGroupLogics?: {
136
+ logicCat?: string | undefined;
137
+ relatedItemNames?: string[] | undefined;
138
+ groupOP?: string | undefined;
139
+ panelItemLogics?: {
140
+ logicCat?: string | undefined;
141
+ logicType?: string | undefined;
142
+ appId: string;
143
+ id?: string | undefined;
144
+ name?: string | undefined;
145
+ codeName?: string | undefined;
146
+ userParam?: Record<string, string> | undefined;
147
+ modelId?: string | undefined;
148
+ modelType?: string | undefined;
149
+ }[] | undefined;
150
+ notMode?: boolean | undefined;
151
+ logicType?: string | undefined;
152
+ appId: string;
153
+ id?: string | undefined;
154
+ name?: string | undefined;
155
+ codeName?: string | undefined;
156
+ userParam?: Record<string, string> | undefined;
157
+ modelId?: string | undefined;
158
+ modelType?: string | undefined;
159
+ }[] | undefined;
160
+ sysCss?: {
161
+ codeName?: string | undefined;
162
+ cssName?: string | undefined;
163
+ cssStyle?: string | undefined;
164
+ designCssStyle?: string | undefined;
165
+ appId: string;
166
+ id?: string | undefined;
167
+ name?: string | undefined;
168
+ userParam?: Record<string, string> | undefined;
169
+ modelId?: string | undefined;
170
+ modelType?: string | undefined;
171
+ } | undefined;
172
+ sysImage?: {
173
+ codeName?: string | undefined;
174
+ cssClass?: string | undefined;
175
+ cssClassX?: string | undefined;
176
+ glyph?: string | undefined;
177
+ height?: number | undefined;
178
+ imagePath?: string | undefined;
179
+ imagePathX?: string | undefined;
180
+ rawContent?: string | undefined;
181
+ width?: number | undefined;
182
+ appId: string;
183
+ id?: string | undefined;
184
+ name?: string | undefined;
185
+ userParam?: Record<string, string> | undefined;
186
+ modelId?: string | undefined;
187
+ modelType?: string | undefined;
188
+ } | undefined;
189
+ sysPFPluginId?: string | undefined;
190
+ width?: number | undefined;
191
+ showCaption?: boolean | undefined;
192
+ controlAttributes?: {
193
+ attrName?: string | undefined;
194
+ attrValue?: string | undefined;
195
+ appId: string;
196
+ id?: string | undefined;
197
+ name?: string | undefined;
198
+ codeName?: string | undefined;
199
+ userParam?: Record<string, string> | undefined;
200
+ modelId?: string | undefined;
201
+ modelType?: string | undefined;
202
+ }[] | undefined;
203
+ controlLogics?: {
204
+ attrName?: string | undefined;
205
+ eventArg?: string | undefined;
206
+ eventArg2?: string | undefined;
207
+ eventNames?: string | undefined;
208
+ itemName?: string | undefined;
209
+ logicTag?: string | undefined;
210
+ logicType?: string | undefined;
211
+ appDEUIActionId?: string | undefined;
212
+ appDEUILogicId?: string | undefined;
213
+ appDataEntityId?: string | undefined;
214
+ appUILogicId?: string | undefined;
215
+ appViewEngineId?: string | undefined;
216
+ appViewLogicId?: string | undefined;
217
+ scriptCode?: string | undefined;
218
+ timer?: number | undefined;
219
+ triggerType?: string | undefined;
220
+ appId: string;
221
+ id?: string | undefined;
222
+ name?: string | undefined;
223
+ codeName?: string | undefined;
224
+ userParam?: Record<string, string> | undefined;
225
+ modelId?: string | undefined;
226
+ modelType?: string | undefined;
227
+ }[] | undefined;
228
+ controlRenders?: {
229
+ layoutPanelModel?: string | undefined;
230
+ layoutPanel?: any | undefined;
231
+ renderName?: string | undefined;
232
+ renderType?: string | undefined;
233
+ appId: string;
234
+ id?: string | undefined;
235
+ name?: string | undefined;
236
+ codeName?: string | undefined;
237
+ userParam?: Record<string, string> | undefined;
238
+ modelId?: string | undefined;
239
+ modelType?: string | undefined;
240
+ }[] | undefined;
241
+ appId: string;
242
+ id?: string | undefined;
243
+ name?: string | undefined;
244
+ codeName?: string | undefined;
245
+ userParam?: Record<string, string> | undefined;
246
+ modelId?: string | undefined;
247
+ modelType?: string | undefined;
248
+ }[] | undefined;
249
+ layoutPanel?: boolean | undefined;
250
+ mobilePanel?: boolean | undefined;
251
+ controlStyle?: string | undefined;
252
+ controlType?: string | undefined;
253
+ height?: number | undefined;
254
+ logicName?: string | undefined;
255
+ appDataEntityId?: string | undefined;
256
+ controlAttributes?: {
257
+ attrName?: string | undefined;
258
+ attrValue?: string | undefined;
259
+ appId: string;
260
+ id?: string | undefined;
261
+ name?: string | undefined;
262
+ codeName?: string | undefined;
263
+ userParam?: Record<string, string> | undefined;
264
+ modelId?: string | undefined;
265
+ modelType?: string | undefined;
266
+ }[] | undefined;
267
+ controlLogics?: {
268
+ attrName?: string | undefined;
269
+ eventArg?: string | undefined;
270
+ eventArg2?: string | undefined;
271
+ eventNames?: string | undefined;
272
+ itemName?: string | undefined;
273
+ logicTag?: string | undefined;
274
+ logicType?: string | undefined;
275
+ appDEUIActionId?: string | undefined;
276
+ appDEUILogicId?: string | undefined;
277
+ appDataEntityId?: string | undefined;
278
+ appUILogicId?: string | undefined;
279
+ appViewEngineId?: string | undefined;
280
+ appViewLogicId?: string | undefined;
281
+ scriptCode?: string | undefined;
282
+ timer?: number | undefined;
283
+ triggerType?: string | undefined;
284
+ appId: string;
285
+ id?: string | undefined;
286
+ name?: string | undefined;
287
+ codeName?: string | undefined;
288
+ userParam?: Record<string, string> | undefined;
289
+ modelId?: string | undefined;
290
+ modelType?: string | undefined;
291
+ }[] | undefined;
292
+ controlParam?: {
293
+ ctrlParams?: {
294
+ [x: string]: any;
295
+ [x: symbol]: any;
296
+ constructor: Function;
297
+ toString: () => string;
298
+ toLocaleString: () => string;
299
+ valueOf: () => Object;
300
+ hasOwnProperty: (v: PropertyKey) => boolean;
301
+ isPrototypeOf: (v: Object) => boolean;
302
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
303
+ } | undefined;
304
+ appId: string;
305
+ id?: string | undefined;
306
+ name?: string | undefined;
307
+ codeName?: string | undefined;
308
+ userParam?: Record<string, string> | undefined;
309
+ modelId?: string | undefined;
310
+ modelType?: string | undefined;
311
+ } | undefined;
312
+ controlRenders?: {
313
+ layoutPanelModel?: string | undefined;
314
+ layoutPanel?: any | undefined;
315
+ renderName?: string | undefined;
316
+ renderType?: string | undefined;
317
+ appId: string;
318
+ id?: string | undefined;
319
+ name?: string | undefined;
320
+ codeName?: string | undefined;
321
+ userParam?: Record<string, string> | undefined;
322
+ modelId?: string | undefined;
323
+ modelType?: string | undefined;
324
+ }[] | undefined;
325
+ ctrlMsg?: {
326
+ codeName?: string | undefined;
327
+ msgModel?: string | undefined;
328
+ ctrlMsgItems?: {
329
+ content?: string | undefined;
330
+ contentLanguageRes?: {
331
+ defaultContent?: string | undefined;
332
+ lanResTag?: string | undefined;
333
+ lanResType?: string | undefined;
334
+ refFlag?: boolean | undefined;
335
+ appId: string;
336
+ id?: string | undefined;
337
+ name?: string | undefined;
338
+ codeName?: string | undefined;
339
+ userParam?: Record<string, string> | undefined;
340
+ modelId?: string | undefined;
341
+ modelType?: string | undefined;
342
+ } | undefined;
343
+ timeout?: number | undefined;
344
+ appId: string;
345
+ id?: string | undefined;
346
+ name?: string | undefined;
347
+ codeName?: string | undefined;
348
+ userParam?: Record<string, string> | undefined;
349
+ modelId?: string | undefined;
350
+ modelType?: string | undefined;
351
+ }[] | undefined;
352
+ appId: string;
353
+ id?: string | undefined;
354
+ name?: string | undefined;
355
+ userParam?: Record<string, string> | undefined;
356
+ modelId?: string | undefined;
357
+ modelType?: string | undefined;
358
+ } | undefined;
359
+ sysCss?: {
360
+ codeName?: string | undefined;
361
+ cssName?: string | undefined;
362
+ cssStyle?: string | undefined;
363
+ designCssStyle?: string | undefined;
364
+ appId: string;
365
+ id?: string | undefined;
366
+ name?: string | undefined;
367
+ userParam?: Record<string, string> | undefined;
368
+ modelId?: string | undefined;
369
+ modelType?: string | undefined;
370
+ } | undefined;
371
+ sysPFPluginId?: string | undefined;
372
+ priority?: number | undefined;
373
+ user2ControlAction?: {
374
+ adappDELogicId?: string | undefined;
375
+ actionDesc?: string | undefined;
376
+ appDEMethodId?: string | undefined;
377
+ appDataEntityId?: string | undefined;
378
+ timeout?: number | undefined;
379
+ appId: string;
380
+ id?: string | undefined;
381
+ name?: string | undefined;
382
+ codeName?: string | undefined;
383
+ userParam?: Record<string, string> | undefined;
384
+ modelId?: string | undefined;
385
+ modelType?: string | undefined;
386
+ } | undefined;
387
+ userControlAction?: {
388
+ adappDELogicId?: string | undefined;
389
+ actionDesc?: string | undefined;
390
+ appDEMethodId?: string | undefined;
391
+ appDataEntityId?: string | undefined;
392
+ timeout?: number | undefined;
393
+ appId: string;
394
+ id?: string | undefined;
395
+ name?: string | undefined;
396
+ codeName?: string | undefined;
397
+ userParam?: Record<string, string> | undefined;
398
+ modelId?: string | undefined;
399
+ modelType?: string | undefined;
400
+ } | undefined;
401
+ width?: number | undefined;
402
+ appId: string;
403
+ id?: string | undefined;
404
+ name?: string | undefined;
405
+ userParam?: Record<string, string> | undefined;
406
+ modelId?: string | undefined;
407
+ modelType?: string | undefined;
408
+ appCounterRefs?: {
409
+ appCounter?: {
410
+ getAppDEActionId?: string | undefined;
411
+ getAppDEDataSetId?: string | undefined;
412
+ appDataEntityId?: string | undefined;
413
+ codeName?: string | undefined;
414
+ counterData?: string | undefined;
415
+ counterData2?: string | undefined;
416
+ counterType?: string | undefined;
417
+ customCond?: string | undefined;
418
+ counterId?: string | undefined;
419
+ sysPFPluginId?: string | undefined;
420
+ timer?: number | undefined;
421
+ uniqueTag?: string | undefined;
422
+ navigateContexts?: {
423
+ desc?: string | undefined;
424
+ key?: string | undefined;
425
+ value?: string | undefined;
426
+ rawValue?: boolean | undefined;
427
+ appId: string;
428
+ id?: string | undefined;
429
+ name?: string | undefined;
430
+ codeName?: string | undefined;
431
+ userParam?: Record<string, string> | undefined;
432
+ modelId?: string | undefined;
433
+ modelType?: string | undefined;
434
+ }[] | undefined;
435
+ navigateParams?: {
436
+ desc?: string | undefined;
437
+ key?: string | undefined;
438
+ value?: string | undefined;
439
+ rawValue?: boolean | undefined;
440
+ appId: string;
441
+ id?: string | undefined;
442
+ name?: string | undefined;
443
+ codeName?: string | undefined;
444
+ userParam?: Record<string, string> | undefined;
445
+ modelId?: string | undefined;
446
+ modelType?: string | undefined;
447
+ }[] | undefined;
448
+ appId: string;
449
+ id?: string | undefined;
450
+ name?: string | undefined;
451
+ userParam?: Record<string, string> | undefined;
452
+ modelId?: string | undefined;
453
+ modelType?: string | undefined;
454
+ } | undefined;
455
+ refMode?: {
456
+ [x: string]: any;
457
+ [x: symbol]: any;
458
+ constructor: Function;
459
+ toString: () => string;
460
+ toLocaleString: () => string;
461
+ valueOf: () => Object;
462
+ hasOwnProperty: (v: PropertyKey) => boolean;
463
+ isPrototypeOf: (v: Object) => boolean;
464
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
465
+ } | undefined;
466
+ tag?: string | undefined;
467
+ appId: string;
468
+ id?: string | undefined;
469
+ name?: string | undefined;
470
+ codeName?: string | undefined;
471
+ userParam?: Record<string, string> | undefined;
472
+ modelId?: string | undefined;
473
+ modelType?: string | undefined;
474
+ }[] | undefined;
475
+ appViewEngines?: {
476
+ engineCat?: string | undefined;
477
+ engineType?: string | undefined;
478
+ params?: {
479
+ paramType?: string | undefined;
480
+ value?: {
481
+ [x: string]: any;
482
+ [x: symbol]: any;
483
+ constructor: Function;
484
+ toString: () => string;
485
+ toLocaleString: () => string;
486
+ valueOf: () => Object;
487
+ hasOwnProperty: (v: PropertyKey) => boolean;
488
+ isPrototypeOf: (v: Object) => boolean;
489
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
490
+ } | undefined;
491
+ appId: string;
492
+ id?: string | undefined;
493
+ name?: string | undefined;
494
+ codeName?: string | undefined;
495
+ userParam?: Record<string, string> | undefined;
496
+ modelId?: string | undefined;
497
+ modelType?: string | undefined;
498
+ }[] | undefined;
499
+ appId: string;
500
+ id?: string | undefined;
501
+ name?: string | undefined;
502
+ codeName?: string | undefined;
503
+ userParam?: Record<string, string> | undefined;
504
+ modelId?: string | undefined;
505
+ modelType?: string | undefined;
506
+ }[] | undefined;
507
+ appViewLogics?: {
508
+ builtinAppUILogic?: {
509
+ appDEUILogicId?: string | undefined;
510
+ appDataEntityId?: string | undefined;
511
+ appUILogicRefViews?: {
512
+ openMode?: string | undefined;
513
+ refMode?: string | undefined;
514
+ refAppViewId?: string | undefined;
515
+ navigateContexts?: {
516
+ desc?: string | undefined;
517
+ key?: string | undefined;
518
+ value?: string | undefined;
519
+ rawValue?: boolean | undefined;
520
+ appId: string;
521
+ id?: string | undefined;
522
+ name?: string | undefined;
523
+ codeName?: string | undefined;
524
+ userParam?: Record<string, string> | undefined;
525
+ modelId?: string | undefined;
526
+ modelType?: string | undefined;
527
+ }[] | undefined;
528
+ navigateParams?: {
529
+ desc?: string | undefined;
530
+ key?: string | undefined;
531
+ value?: string | undefined;
532
+ rawValue?: boolean | undefined;
533
+ appId: string;
534
+ id?: string | undefined;
535
+ name?: string | undefined;
536
+ codeName?: string | undefined;
537
+ userParam?: Record<string, string> | undefined;
538
+ modelId?: string | undefined;
539
+ modelType?: string | undefined;
540
+ }[] | undefined;
541
+ appId: string;
542
+ id?: string | undefined;
543
+ name?: string | undefined;
544
+ codeName?: string | undefined;
545
+ userParam?: Record<string, string> | undefined;
546
+ modelId?: string | undefined;
547
+ modelType?: string | undefined;
548
+ }[] | undefined;
549
+ viewLogicType?: string | undefined;
550
+ builtinLogic?: boolean | undefined;
551
+ codeName?: string | undefined;
552
+ logicType?: string | undefined;
553
+ viewLogicStyle?: string | undefined;
554
+ appId: string;
555
+ id?: string | undefined;
556
+ name?: string | undefined;
557
+ userParam?: Record<string, string> | undefined;
558
+ modelId?: string | undefined;
559
+ modelType?: string | undefined;
560
+ } | undefined;
561
+ attrName?: string | undefined;
562
+ eventArg?: string | undefined;
563
+ eventArg2?: string | undefined;
564
+ eventNames?: string | undefined;
565
+ itemName?: string | undefined;
566
+ logicParam?: string | undefined;
567
+ logicParam2?: string | undefined;
568
+ logicTrigger?: string | undefined;
569
+ logicType?: string | undefined;
570
+ owner?: {
571
+ [x: string]: any;
572
+ [x: symbol]: any;
573
+ constructor: Function;
574
+ toString: () => string;
575
+ toLocaleString: () => string;
576
+ valueOf: () => Object;
577
+ hasOwnProperty: (v: PropertyKey) => boolean;
578
+ isPrototypeOf: (v: Object) => boolean;
579
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
580
+ } | undefined;
581
+ appDEUIActionId?: string | undefined;
582
+ appDEUILogicId?: string | undefined;
583
+ appDataEntityId?: string | undefined;
584
+ appUILogicId?: string | undefined;
585
+ appViewEngineId?: string | undefined;
586
+ appViewLogicId?: string | undefined;
587
+ ctrlName?: string | undefined;
588
+ scriptCode?: string | undefined;
589
+ timer?: number | undefined;
590
+ builtinLogic?: boolean | undefined;
591
+ appId: string;
592
+ id?: string | undefined;
593
+ name?: string | undefined;
594
+ codeName?: string | undefined;
595
+ userParam?: Record<string, string> | undefined;
596
+ modelId?: string | undefined;
597
+ modelType?: string | undefined;
598
+ }[] | undefined;
599
+ appViewRefs?: {
600
+ height?: number | undefined;
601
+ openMode?: string | undefined;
602
+ owner?: {
603
+ [x: string]: any;
604
+ [x: symbol]: any;
605
+ constructor: Function;
606
+ toString: () => string;
607
+ toLocaleString: () => string;
608
+ valueOf: () => Object;
609
+ hasOwnProperty: (v: PropertyKey) => boolean;
610
+ isPrototypeOf: (v: Object) => boolean;
611
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
612
+ } | undefined;
613
+ parentDataJO?: {
614
+ [x: string]: any;
615
+ [x: symbol]: any;
616
+ constructor: Function;
617
+ toString: () => string;
618
+ toLocaleString: () => string;
619
+ valueOf: () => Object;
620
+ hasOwnProperty: (v: PropertyKey) => boolean;
621
+ isPrototypeOf: (v: Object) => boolean;
622
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
623
+ } | undefined;
624
+ realOpenMode?: string | undefined;
625
+ realTitle?: string | undefined;
626
+ realTitleLanguageRes?: {
627
+ defaultContent?: string | undefined;
628
+ lanResTag?: string | undefined;
629
+ lanResType?: string | undefined;
630
+ refFlag?: boolean | undefined;
631
+ appId: string;
632
+ id?: string | undefined;
633
+ name?: string | undefined;
634
+ codeName?: string | undefined;
635
+ userParam?: Record<string, string> | undefined;
636
+ modelId?: string | undefined;
637
+ modelType?: string | undefined;
638
+ } | undefined;
639
+ refAppViewId?: string | undefined;
640
+ viewParamJO?: {
641
+ [x: string]: any;
642
+ [x: symbol]: any;
643
+ constructor: Function;
644
+ toString: () => string;
645
+ toLocaleString: () => string;
646
+ valueOf: () => Object;
647
+ hasOwnProperty: (v: PropertyKey) => boolean;
648
+ isPrototypeOf: (v: Object) => boolean;
649
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
650
+ } | undefined;
651
+ width?: number | undefined;
652
+ navigateContexts?: {
653
+ desc?: string | undefined;
654
+ key?: string | undefined;
655
+ value?: string | undefined;
656
+ rawValue?: boolean | undefined;
657
+ appId: string;
658
+ id?: string | undefined;
659
+ name?: string | undefined;
660
+ codeName?: string | undefined;
661
+ userParam?: Record<string, string> | undefined;
662
+ modelId?: string | undefined;
663
+ modelType?: string | undefined;
664
+ }[] | undefined;
665
+ navigateParams?: {
666
+ desc?: string | undefined;
667
+ key?: string | undefined;
668
+ value?: string | undefined;
669
+ rawValue?: boolean | 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
+ appId: string;
679
+ id?: string | undefined;
680
+ name?: string | undefined;
681
+ codeName?: string | undefined;
682
+ userParam?: Record<string, string> | undefined;
683
+ modelId?: string | undefined;
684
+ modelType?: string | undefined;
685
+ }[] | undefined;
686
+ controls?: {
687
+ codeName?: string | undefined;
688
+ controlStyle?: string | undefined;
689
+ controlType?: string | undefined;
690
+ height?: number | undefined;
691
+ logicName?: string | undefined;
692
+ appDataEntityId?: string | undefined;
693
+ controlAttributes?: {
694
+ attrName?: string | undefined;
695
+ attrValue?: string | 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
+ controlLogics?: {
705
+ attrName?: string | undefined;
706
+ eventArg?: string | undefined;
707
+ eventArg2?: string | undefined;
708
+ eventNames?: string | undefined;
709
+ itemName?: string | undefined;
710
+ logicTag?: string | undefined;
711
+ logicType?: string | undefined;
712
+ appDEUIActionId?: string | undefined;
713
+ appDEUILogicId?: string | undefined;
714
+ appDataEntityId?: string | undefined;
715
+ appUILogicId?: string | undefined;
716
+ appViewEngineId?: string | undefined;
717
+ appViewLogicId?: string | undefined;
718
+ scriptCode?: string | undefined;
719
+ timer?: number | undefined;
720
+ triggerType?: string | undefined;
721
+ appId: string;
722
+ id?: string | undefined;
723
+ name?: string | undefined;
724
+ codeName?: string | undefined;
725
+ userParam?: Record<string, string> | undefined;
726
+ modelId?: string | undefined;
727
+ modelType?: string | undefined;
728
+ }[] | undefined;
729
+ controlParam?: {
730
+ ctrlParams?: {
731
+ [x: string]: any;
732
+ [x: symbol]: any;
733
+ constructor: Function;
734
+ toString: () => string;
735
+ toLocaleString: () => string;
736
+ valueOf: () => Object;
737
+ hasOwnProperty: (v: PropertyKey) => boolean;
738
+ isPrototypeOf: (v: Object) => boolean;
739
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
740
+ } | undefined;
741
+ appId: string;
742
+ id?: string | undefined;
743
+ name?: string | undefined;
744
+ codeName?: string | undefined;
745
+ userParam?: Record<string, string> | undefined;
746
+ modelId?: string | undefined;
747
+ modelType?: string | undefined;
748
+ } | undefined;
749
+ controlRenders?: {
750
+ layoutPanelModel?: string | undefined;
751
+ layoutPanel?: any | undefined;
752
+ renderName?: string | undefined;
753
+ renderType?: string | undefined;
754
+ appId: string;
755
+ id?: string | undefined;
756
+ name?: string | undefined;
757
+ codeName?: string | undefined;
758
+ userParam?: Record<string, string> | undefined;
759
+ modelId?: string | undefined;
760
+ modelType?: string | undefined;
761
+ }[] | undefined;
762
+ ctrlMsg?: {
763
+ codeName?: string | undefined;
764
+ msgModel?: string | undefined;
765
+ ctrlMsgItems?: {
766
+ content?: string | undefined;
767
+ contentLanguageRes?: {
768
+ defaultContent?: string | undefined;
769
+ lanResTag?: string | undefined;
770
+ lanResType?: string | undefined;
771
+ refFlag?: boolean | undefined;
772
+ appId: string;
773
+ id?: string | undefined;
774
+ name?: string | undefined;
775
+ codeName?: string | undefined;
776
+ userParam?: Record<string, string> | undefined;
777
+ modelId?: string | undefined;
778
+ modelType?: string | undefined;
779
+ } | undefined;
780
+ timeout?: number | undefined;
781
+ appId: string;
782
+ id?: string | undefined;
783
+ name?: string | undefined;
784
+ codeName?: string | undefined;
785
+ userParam?: Record<string, string> | undefined;
786
+ modelId?: string | undefined;
787
+ modelType?: string | undefined;
788
+ }[] | undefined;
789
+ appId: string;
790
+ id?: string | undefined;
791
+ name?: string | undefined;
792
+ userParam?: Record<string, string> | undefined;
793
+ modelId?: string | undefined;
794
+ modelType?: string | undefined;
795
+ } | undefined;
796
+ sysCss?: {
797
+ codeName?: string | undefined;
798
+ cssName?: string | undefined;
799
+ cssStyle?: string | undefined;
800
+ designCssStyle?: string | undefined;
801
+ appId: string;
802
+ id?: string | undefined;
803
+ name?: string | undefined;
804
+ userParam?: Record<string, string> | undefined;
805
+ modelId?: string | undefined;
806
+ modelType?: string | undefined;
807
+ } | undefined;
808
+ sysPFPluginId?: string | undefined;
809
+ priority?: number | undefined;
810
+ user2ControlAction?: {
811
+ adappDELogicId?: string | undefined;
812
+ actionDesc?: string | undefined;
813
+ appDEMethodId?: string | undefined;
814
+ appDataEntityId?: string | undefined;
815
+ timeout?: number | undefined;
816
+ appId: string;
817
+ id?: string | undefined;
818
+ name?: string | undefined;
819
+ codeName?: string | undefined;
820
+ userParam?: Record<string, string> | undefined;
821
+ modelId?: string | undefined;
822
+ modelType?: string | undefined;
823
+ } | undefined;
824
+ userControlAction?: {
825
+ adappDELogicId?: string | undefined;
826
+ actionDesc?: string | undefined;
827
+ appDEMethodId?: string | undefined;
828
+ appDataEntityId?: string | undefined;
829
+ timeout?: number | undefined;
830
+ appId: string;
831
+ id?: string | undefined;
832
+ name?: string | undefined;
833
+ codeName?: string | undefined;
834
+ userParam?: Record<string, string> | undefined;
835
+ modelId?: string | undefined;
836
+ modelType?: string | undefined;
837
+ } | undefined;
838
+ width?: number | undefined;
839
+ appId: string;
840
+ id?: string | undefined;
841
+ name?: string | undefined;
842
+ userParam?: Record<string, string> | undefined;
843
+ modelId?: string | undefined;
844
+ modelType?: string | undefined;
845
+ }[] | undefined;
846
+ layout?: {
847
+ layout?: string | undefined;
848
+ appId: string;
849
+ id?: string | undefined;
850
+ name?: string | undefined;
851
+ codeName?: string | undefined;
852
+ userParam?: Record<string, string> | undefined;
853
+ modelId?: string | undefined;
854
+ modelType?: string | undefined;
855
+ } | undefined;
856
+ } | undefined;
857
+ data?: IData | undefined;
858
+ visible?: boolean | undefined;
859
+ sysCss?: {
860
+ codeName?: string | undefined;
861
+ cssName?: string | undefined;
862
+ cssStyle?: string | undefined;
863
+ designCssStyle?: string | undefined;
864
+ appId: string;
865
+ id?: string | undefined;
866
+ name?: string | undefined;
867
+ userParam?: Record<string, string> | undefined;
868
+ modelId?: string | undefined;
869
+ modelType?: string | undefined;
870
+ } | undefined;
35
871
  hidden?: boolean | undefined;
36
872
  }[]>;
37
873
  container: import("vue").Ref<HTMLElement | null>;
@@ -62,6 +898,17 @@ export declare const ViewMessage: import("vue").DefineComponent<{
62
898
  type: BooleanConstructor;
63
899
  default: boolean;
64
900
  };
901
+ context: {
902
+ type: PropType<IContext>;
903
+ required: false;
904
+ };
905
+ params: {
906
+ type: PropType<IParams>;
907
+ required: false;
908
+ };
909
+ controller: {
910
+ type: PropType<ViewMsgController>;
911
+ };
65
912
  }>>, {
66
913
  scroll: boolean;
67
914
  }, {}>;