@ibiz-template/vue3-components 0.5.7-alpha.3 → 0.5.7-alpha.5
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.
- package/dist/ibiz-markdown-editor-anJxfRF1.js +1 -0
- package/dist/index--KqYDzjn.js +2 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/wang-editor-R2mUYWuB.js +1 -0
- package/dist/{xlsx-util-15YjErDj.js → xlsx-util-74o5wGKy.js} +1 -1
- package/es/common/data-import2/data-import2.mjs +7 -1
- package/es/common/doing-notice/doing-notice.css +1 -0
- package/es/common/doing-notice/doing-notice.d.ts +19 -0
- package/es/common/doing-notice/doing-notice.mjs +38 -0
- package/es/common/index.d.ts +1 -0
- package/es/common/index.mjs +3 -1
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +236 -0
- package/es/control/dashboard/dashboard-design/dashboard-design.d.ts +2 -0
- package/es/control/form/form-detail/form-button/form-button.mjs +2 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +2124 -0
- package/es/control/grid/grid/grid-control.util.mjs +4 -0
- package/es/control/search-bar/filter-tree/filter-tree.d.ts +45 -14
- package/es/control/search-bar/filter-tree/filter-tree.mjs +42 -21
- package/es/control/search-bar/search-bar.mjs +8 -2
- package/es/editor/html/html-editor.controller.d.ts +0 -26
- package/es/editor/html/html-editor.controller.mjs +1 -64
- package/es/editor/html/wang-editor/wang-editor.mjs +1 -1
- package/es/editor/index.mjs +8 -0
- package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.mjs +5 -17
- package/es/editor/markdown/markdown-editor.controller.d.ts +0 -26
- package/es/editor/markdown/markdown-editor.controller.mjs +2 -64
- package/es/editor/span/span/span.d.ts +2 -0
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.mjs +2 -2
- package/es/editor/upload/upload-editor.controller.d.ts +0 -26
- package/es/editor/upload/upload-editor.controller.mjs +2 -64
- package/es/editor/upload/use/use-ibiz-upload.mjs +6 -1
- package/es/editor/upload/use/use-iview-upload.mjs +7 -2
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.controller.d.ts +46 -0
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.controller.mjs +93 -0
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.css +1 -0
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.d.ts +81 -0
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.mjs +187 -0
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.provider.d.ts +17 -0
- package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.provider.mjs +22 -0
- package/es/editor/user/ibiz-searchcond-edit/index.d.ts +3 -0
- package/es/editor/user/ibiz-searchcond-edit/index.mjs +5 -0
- package/es/editor/user/index.d.ts +1 -0
- package/es/editor/user/index.mjs +6 -0
- package/es/index.mjs +2 -0
- package/es/panel-component/user-message/async-action/async-action/async-action.d.ts +18 -4
- package/es/panel-component/user-message/async-action/async-action/async-action.mjs +34 -15
- package/es/panel-component/user-message/async-action/async-action/async-action.provider.d.ts +35 -2
- package/es/panel-component/user-message/async-action/async-action/async-action.provider.mjs +9 -2
- package/es/panel-component/user-message/async-action/async-action-tab/async-action-tab.d.ts +11 -51
- package/es/panel-component/user-message/async-action/async-action-tab/async-action-tab.mjs +22 -44
- package/es/panel-component/user-message/index.d.ts +1 -0
- package/es/panel-component/user-message/index.mjs +7 -0
- package/es/panel-component/user-message/internal-message/index.d.ts +2 -0
- package/es/panel-component/user-message/internal-message/index.mjs +2 -0
- package/es/panel-component/user-message/internal-message/internal-message-default/internal-message-default.css +1 -1
- package/es/panel-component/user-message/internal-message/internal-message-default/internal-message-default.mjs +6 -5
- package/es/panel-component/user-message/internal-message/internal-message-default/internal-message-default.provider.d.ts +19 -3
- package/es/panel-component/user-message/internal-message/internal-message-default/internal-message-default.provider.mjs +9 -3
- package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.css +1 -0
- package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.d.ts +35 -0
- package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.mjs +80 -0
- package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.provider.d.ts +40 -0
- package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.provider.mjs +55 -0
- package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.css +1 -1
- package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.d.ts +10 -1
- package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.mjs +18 -34
- package/es/panel-component/user-message/user-message.d.ts +1 -0
- package/es/panel-component/user-message/user-message.mjs +4 -0
- package/es/util/app-popover/app-popover-component.d.ts +4 -2
- package/es/util/app-popover/app-popover-component.mjs +6 -2
- package/es/util/index.d.ts +1 -0
- package/es/util/index.mjs +1 -0
- package/es/util/notice-util/notice-util.d.ts +13 -0
- package/es/util/notice-util/notice-util.mjs +62 -0
- package/es/util/open-view-util/open-view-util.d.ts +10 -9
- package/es/util/open-view-util/open-view-util.mjs +6 -6
- package/es/util/overlay-controller/overlay-controller.d.ts +3 -2
- package/lib/common/data-import2/data-import2.cjs +7 -1
- package/lib/common/doing-notice/doing-notice.cjs +40 -0
- package/lib/common/doing-notice/doing-notice.css +1 -0
- package/lib/common/index.cjs +3 -0
- package/lib/control/form/form-detail/form-button/form-button.cjs +2 -1
- package/lib/control/grid/grid/grid-control.util.cjs +4 -0
- package/lib/control/search-bar/filter-tree/filter-tree.cjs +41 -20
- package/lib/control/search-bar/search-bar.cjs +8 -2
- package/lib/editor/html/html-editor.controller.cjs +0 -63
- package/lib/editor/html/wang-editor/wang-editor.cjs +1 -1
- package/lib/editor/index.cjs +8 -0
- package/lib/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.cjs +5 -17
- package/lib/editor/markdown/markdown-editor.controller.cjs +0 -62
- package/lib/editor/text-box/ibiz-input-number/ibiz-input-number.cjs +2 -2
- package/lib/editor/upload/upload-editor.controller.cjs +0 -62
- package/lib/editor/upload/use/use-ibiz-upload.cjs +6 -1
- package/lib/editor/upload/use/use-iview-upload.cjs +7 -2
- package/lib/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.cjs +189 -0
- package/lib/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.controller.cjs +95 -0
- package/lib/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.css +1 -0
- package/lib/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.provider.cjs +24 -0
- package/lib/editor/user/ibiz-searchcond-edit/index.cjs +11 -0
- package/lib/editor/user/index.cjs +12 -0
- package/lib/index.cjs +4 -0
- package/lib/panel-component/user-message/async-action/async-action/async-action.cjs +34 -15
- package/lib/panel-component/user-message/async-action/async-action/async-action.provider.cjs +9 -2
- package/lib/panel-component/user-message/async-action/async-action-tab/async-action-tab.cjs +20 -42
- package/lib/panel-component/user-message/index.cjs +7 -0
- package/lib/panel-component/user-message/internal-message/index.cjs +4 -0
- package/lib/panel-component/user-message/internal-message/internal-message-default/internal-message-default.cjs +6 -5
- package/lib/panel-component/user-message/internal-message/internal-message-default/internal-message-default.css +1 -1
- package/lib/panel-component/user-message/internal-message/internal-message-default/internal-message-default.provider.cjs +9 -3
- package/lib/panel-component/user-message/internal-message/internal-message-json/internal-message-json.cjs +82 -0
- package/lib/panel-component/user-message/internal-message/internal-message-json/internal-message-json.css +1 -0
- package/lib/panel-component/user-message/internal-message/internal-message-json/internal-message-json.provider.cjs +57 -0
- package/lib/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.cjs +17 -33
- package/lib/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.css +1 -1
- package/lib/panel-component/user-message/user-message.cjs +4 -0
- package/lib/util/app-popover/app-popover-component.cjs +6 -2
- package/lib/util/index.cjs +2 -0
- package/lib/util/notice-util/notice-util.cjs +64 -0
- package/lib/util/open-view-util/open-view-util.cjs +6 -6
- package/package.json +6 -6
- package/dist/ibiz-markdown-editor-RaswfMqH.js +0 -1
- package/dist/index-5ErnlgZ5.js +0 -2
- package/dist/wang-editor-8iEE3iXJ.js +0 -1
|
@@ -37,6 +37,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
37
37
|
name?: string | undefined;
|
|
38
38
|
codeName?: string | undefined;
|
|
39
39
|
userParam?: Record<string, string> | undefined;
|
|
40
|
+
modelId?: string | undefined;
|
|
41
|
+
modelType?: string | undefined;
|
|
40
42
|
}[] | undefined;
|
|
41
43
|
controlLogics?: {
|
|
42
44
|
attrName?: string | undefined;
|
|
@@ -60,6 +62,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
60
62
|
name?: string | undefined;
|
|
61
63
|
codeName?: string | undefined;
|
|
62
64
|
userParam?: Record<string, string> | undefined;
|
|
65
|
+
modelId?: string | undefined;
|
|
66
|
+
modelType?: string | undefined;
|
|
63
67
|
}[] | undefined;
|
|
64
68
|
controlParam?: {
|
|
65
69
|
ctrlParams?: {
|
|
@@ -77,6 +81,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
77
81
|
name?: string | undefined;
|
|
78
82
|
codeName?: string | undefined;
|
|
79
83
|
userParam?: Record<string, string> | undefined;
|
|
84
|
+
modelId?: string | undefined;
|
|
85
|
+
modelType?: string | undefined;
|
|
80
86
|
} | undefined;
|
|
81
87
|
controlRenders?: {
|
|
82
88
|
layoutPanelModel?: string | undefined;
|
|
@@ -96,6 +102,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
96
102
|
name?: string | undefined;
|
|
97
103
|
codeName?: string | undefined;
|
|
98
104
|
userParam?: Record<string, string> | undefined;
|
|
105
|
+
modelId?: string | undefined;
|
|
106
|
+
modelType?: string | undefined;
|
|
99
107
|
} | undefined;
|
|
100
108
|
layoutMode?: string | undefined;
|
|
101
109
|
panelStyle?: string | undefined;
|
|
@@ -111,6 +119,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
111
119
|
name?: string | undefined;
|
|
112
120
|
codeName?: string | undefined;
|
|
113
121
|
userParam?: Record<string, string> | undefined;
|
|
122
|
+
modelId?: string | undefined;
|
|
123
|
+
modelType?: string | undefined;
|
|
114
124
|
} | undefined;
|
|
115
125
|
caption?: string | undefined;
|
|
116
126
|
contentHeight?: number | undefined;
|
|
@@ -131,6 +141,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
131
141
|
id?: string | undefined;
|
|
132
142
|
name?: string | undefined;
|
|
133
143
|
userParam?: Record<string, string> | undefined;
|
|
144
|
+
modelId?: string | undefined;
|
|
145
|
+
modelType?: string | undefined;
|
|
134
146
|
} | undefined;
|
|
135
147
|
layout?: {
|
|
136
148
|
layout?: string | undefined;
|
|
@@ -139,6 +151,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
139
151
|
name?: string | undefined;
|
|
140
152
|
codeName?: string | undefined;
|
|
141
153
|
userParam?: Record<string, string> | undefined;
|
|
154
|
+
modelId?: string | undefined;
|
|
155
|
+
modelType?: string | undefined;
|
|
142
156
|
} | undefined;
|
|
143
157
|
layoutPos?: {
|
|
144
158
|
halignSelf?: string | undefined;
|
|
@@ -157,6 +171,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
157
171
|
name?: string | undefined;
|
|
158
172
|
codeName?: string | undefined;
|
|
159
173
|
userParam?: Record<string, string> | undefined;
|
|
174
|
+
modelId?: string | undefined;
|
|
175
|
+
modelType?: string | undefined;
|
|
160
176
|
} | undefined;
|
|
161
177
|
panelItemGroupLogics?: {
|
|
162
178
|
logicCat?: string | undefined;
|
|
@@ -170,6 +186,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
170
186
|
name?: string | undefined;
|
|
171
187
|
codeName?: string | undefined;
|
|
172
188
|
userParam?: Record<string, string> | undefined;
|
|
189
|
+
modelId?: string | undefined;
|
|
190
|
+
modelType?: string | undefined;
|
|
173
191
|
}[] | undefined;
|
|
174
192
|
notMode?: boolean | undefined;
|
|
175
193
|
logicType?: string | undefined;
|
|
@@ -178,6 +196,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
178
196
|
name?: string | undefined;
|
|
179
197
|
codeName?: string | undefined;
|
|
180
198
|
userParam?: Record<string, string> | undefined;
|
|
199
|
+
modelId?: string | undefined;
|
|
200
|
+
modelType?: string | undefined;
|
|
181
201
|
}[] | undefined;
|
|
182
202
|
sysCss?: {
|
|
183
203
|
codeName?: string | undefined;
|
|
@@ -188,6 +208,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
188
208
|
id?: string | undefined;
|
|
189
209
|
name?: string | undefined;
|
|
190
210
|
userParam?: Record<string, string> | undefined;
|
|
211
|
+
modelId?: string | undefined;
|
|
212
|
+
modelType?: string | undefined;
|
|
191
213
|
} | undefined;
|
|
192
214
|
sysImage?: {
|
|
193
215
|
codeName?: string | undefined;
|
|
@@ -203,6 +225,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
203
225
|
id?: string | undefined;
|
|
204
226
|
name?: string | undefined;
|
|
205
227
|
userParam?: Record<string, string> | undefined;
|
|
228
|
+
modelId?: string | undefined;
|
|
229
|
+
modelType?: string | undefined;
|
|
206
230
|
} | undefined;
|
|
207
231
|
sysPFPluginId?: string | undefined;
|
|
208
232
|
width?: number | undefined;
|
|
@@ -215,6 +239,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
215
239
|
name?: string | undefined;
|
|
216
240
|
codeName?: string | undefined;
|
|
217
241
|
userParam?: Record<string, string> | undefined;
|
|
242
|
+
modelId?: string | undefined;
|
|
243
|
+
modelType?: string | undefined;
|
|
218
244
|
}[] | undefined;
|
|
219
245
|
controlLogics?: {
|
|
220
246
|
attrName?: string | undefined;
|
|
@@ -238,6 +264,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
238
264
|
name?: string | undefined;
|
|
239
265
|
codeName?: string | undefined;
|
|
240
266
|
userParam?: Record<string, string> | undefined;
|
|
267
|
+
modelId?: string | undefined;
|
|
268
|
+
modelType?: string | undefined;
|
|
241
269
|
}[] | undefined;
|
|
242
270
|
controlRenders?: any[] | undefined;
|
|
243
271
|
appId: string;
|
|
@@ -245,6 +273,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
245
273
|
name?: string | undefined;
|
|
246
274
|
codeName?: string | undefined;
|
|
247
275
|
userParam?: Record<string, string> | undefined;
|
|
276
|
+
modelId?: string | undefined;
|
|
277
|
+
modelType?: string | undefined;
|
|
248
278
|
}[] | undefined;
|
|
249
279
|
layoutPanel?: boolean | undefined;
|
|
250
280
|
mobilePanel?: boolean | undefined;
|
|
@@ -261,6 +291,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
261
291
|
name?: string | undefined;
|
|
262
292
|
codeName?: string | undefined;
|
|
263
293
|
userParam?: Record<string, string> | undefined;
|
|
294
|
+
modelId?: string | undefined;
|
|
295
|
+
modelType?: string | undefined;
|
|
264
296
|
}[] | undefined;
|
|
265
297
|
controlLogics?: {
|
|
266
298
|
attrName?: string | undefined;
|
|
@@ -284,6 +316,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
284
316
|
name?: string | undefined;
|
|
285
317
|
codeName?: string | undefined;
|
|
286
318
|
userParam?: Record<string, string> | undefined;
|
|
319
|
+
modelId?: string | undefined;
|
|
320
|
+
modelType?: string | undefined;
|
|
287
321
|
}[] | undefined;
|
|
288
322
|
controlParam?: {
|
|
289
323
|
ctrlParams?: {
|
|
@@ -301,6 +335,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
301
335
|
name?: string | undefined;
|
|
302
336
|
codeName?: string | undefined;
|
|
303
337
|
userParam?: Record<string, string> | undefined;
|
|
338
|
+
modelId?: string | undefined;
|
|
339
|
+
modelType?: string | undefined;
|
|
304
340
|
} | undefined;
|
|
305
341
|
controlRenders?: any[] | undefined;
|
|
306
342
|
ctrlMsg?: {
|
|
@@ -318,6 +354,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
318
354
|
name?: string | undefined;
|
|
319
355
|
codeName?: string | undefined;
|
|
320
356
|
userParam?: Record<string, string> | undefined;
|
|
357
|
+
modelId?: string | undefined;
|
|
358
|
+
modelType?: string | undefined;
|
|
321
359
|
} | undefined;
|
|
322
360
|
timeout?: number | undefined;
|
|
323
361
|
appId: string;
|
|
@@ -325,11 +363,15 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
325
363
|
name?: string | undefined;
|
|
326
364
|
codeName?: string | undefined;
|
|
327
365
|
userParam?: Record<string, string> | undefined;
|
|
366
|
+
modelId?: string | undefined;
|
|
367
|
+
modelType?: string | undefined;
|
|
328
368
|
}[] | undefined;
|
|
329
369
|
appId: string;
|
|
330
370
|
id?: string | undefined;
|
|
331
371
|
name?: string | undefined;
|
|
332
372
|
userParam?: Record<string, string> | undefined;
|
|
373
|
+
modelId?: string | undefined;
|
|
374
|
+
modelType?: string | undefined;
|
|
333
375
|
} | undefined;
|
|
334
376
|
sysCss?: {
|
|
335
377
|
codeName?: string | undefined;
|
|
@@ -340,6 +382,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
340
382
|
id?: string | undefined;
|
|
341
383
|
name?: string | undefined;
|
|
342
384
|
userParam?: Record<string, string> | undefined;
|
|
385
|
+
modelId?: string | undefined;
|
|
386
|
+
modelType?: string | undefined;
|
|
343
387
|
} | undefined;
|
|
344
388
|
sysPFPluginId?: string | undefined;
|
|
345
389
|
user2ControlAction?: {
|
|
@@ -353,6 +397,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
353
397
|
name?: string | undefined;
|
|
354
398
|
codeName?: string | undefined;
|
|
355
399
|
userParam?: Record<string, string> | undefined;
|
|
400
|
+
modelId?: string | undefined;
|
|
401
|
+
modelType?: string | undefined;
|
|
356
402
|
} | undefined;
|
|
357
403
|
userControlAction?: {
|
|
358
404
|
adappDELogicId?: string | undefined;
|
|
@@ -365,12 +411,16 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
365
411
|
name?: string | undefined;
|
|
366
412
|
codeName?: string | undefined;
|
|
367
413
|
userParam?: Record<string, string> | undefined;
|
|
414
|
+
modelId?: string | undefined;
|
|
415
|
+
modelType?: string | undefined;
|
|
368
416
|
} | undefined;
|
|
369
417
|
width?: number | undefined;
|
|
370
418
|
appId: string;
|
|
371
419
|
id?: string | undefined;
|
|
372
420
|
name?: string | undefined;
|
|
373
421
|
userParam?: Record<string, string> | undefined;
|
|
422
|
+
modelId?: string | undefined;
|
|
423
|
+
modelType?: string | undefined;
|
|
374
424
|
appCounterRefs?: {
|
|
375
425
|
appCounter?: {
|
|
376
426
|
getAppDEActionId?: string | undefined;
|
|
@@ -388,6 +438,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
388
438
|
id?: string | undefined;
|
|
389
439
|
name?: string | undefined;
|
|
390
440
|
userParam?: Record<string, string> | undefined;
|
|
441
|
+
modelId?: string | undefined;
|
|
442
|
+
modelType?: string | undefined;
|
|
391
443
|
} | undefined;
|
|
392
444
|
refMode?: {
|
|
393
445
|
[x: string]: any;
|
|
@@ -405,6 +457,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
405
457
|
name?: string | undefined;
|
|
406
458
|
codeName?: string | undefined;
|
|
407
459
|
userParam?: Record<string, string> | undefined;
|
|
460
|
+
modelId?: string | undefined;
|
|
461
|
+
modelType?: string | undefined;
|
|
408
462
|
}[] | undefined;
|
|
409
463
|
appViewEngines?: {
|
|
410
464
|
engineCat?: string | undefined;
|
|
@@ -426,12 +480,16 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
426
480
|
name?: string | undefined;
|
|
427
481
|
codeName?: string | undefined;
|
|
428
482
|
userParam?: Record<string, string> | undefined;
|
|
483
|
+
modelId?: string | undefined;
|
|
484
|
+
modelType?: string | undefined;
|
|
429
485
|
}[] | undefined;
|
|
430
486
|
appId: string;
|
|
431
487
|
id?: string | undefined;
|
|
432
488
|
name?: string | undefined;
|
|
433
489
|
codeName?: string | undefined;
|
|
434
490
|
userParam?: Record<string, string> | undefined;
|
|
491
|
+
modelId?: string | undefined;
|
|
492
|
+
modelType?: string | undefined;
|
|
435
493
|
}[] | undefined;
|
|
436
494
|
appViewLogics?: {
|
|
437
495
|
builtinAppUILogic?: {
|
|
@@ -450,6 +508,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
450
508
|
name?: string | undefined;
|
|
451
509
|
codeName?: string | undefined;
|
|
452
510
|
userParam?: Record<string, string> | undefined;
|
|
511
|
+
modelId?: string | undefined;
|
|
512
|
+
modelType?: string | undefined;
|
|
453
513
|
}[] | undefined;
|
|
454
514
|
navigateParams?: {
|
|
455
515
|
desc?: string | undefined;
|
|
@@ -461,12 +521,16 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
461
521
|
name?: string | undefined;
|
|
462
522
|
codeName?: string | undefined;
|
|
463
523
|
userParam?: Record<string, string> | undefined;
|
|
524
|
+
modelId?: string | undefined;
|
|
525
|
+
modelType?: string | undefined;
|
|
464
526
|
}[] | undefined;
|
|
465
527
|
appId: string;
|
|
466
528
|
id?: string | undefined;
|
|
467
529
|
name?: string | undefined;
|
|
468
530
|
codeName?: string | undefined;
|
|
469
531
|
userParam?: Record<string, string> | undefined;
|
|
532
|
+
modelId?: string | undefined;
|
|
533
|
+
modelType?: string | undefined;
|
|
470
534
|
}[] | undefined;
|
|
471
535
|
viewLogicType?: string | undefined;
|
|
472
536
|
builtinLogic?: boolean | undefined;
|
|
@@ -477,6 +541,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
477
541
|
id?: string | undefined;
|
|
478
542
|
name?: string | undefined;
|
|
479
543
|
userParam?: Record<string, string> | undefined;
|
|
544
|
+
modelId?: string | undefined;
|
|
545
|
+
modelType?: string | undefined;
|
|
480
546
|
} | undefined;
|
|
481
547
|
attrName?: string | undefined;
|
|
482
548
|
eventArg?: string | undefined;
|
|
@@ -511,6 +577,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
511
577
|
name?: string | undefined;
|
|
512
578
|
codeName?: string | undefined;
|
|
513
579
|
userParam?: Record<string, string> | undefined;
|
|
580
|
+
modelId?: string | undefined;
|
|
581
|
+
modelType?: string | undefined;
|
|
514
582
|
}[] | undefined;
|
|
515
583
|
appViewRefs?: {
|
|
516
584
|
height?: number | undefined;
|
|
@@ -547,6 +615,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
547
615
|
name?: string | undefined;
|
|
548
616
|
codeName?: string | undefined;
|
|
549
617
|
userParam?: Record<string, string> | undefined;
|
|
618
|
+
modelId?: string | undefined;
|
|
619
|
+
modelType?: string | undefined;
|
|
550
620
|
} | undefined;
|
|
551
621
|
refAppViewId?: string | undefined;
|
|
552
622
|
viewParamJO?: {
|
|
@@ -570,6 +640,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
570
640
|
name?: string | undefined;
|
|
571
641
|
codeName?: string | undefined;
|
|
572
642
|
userParam?: Record<string, string> | undefined;
|
|
643
|
+
modelId?: string | undefined;
|
|
644
|
+
modelType?: string | undefined;
|
|
573
645
|
}[] | undefined;
|
|
574
646
|
navigateParams?: {
|
|
575
647
|
desc?: string | undefined;
|
|
@@ -581,12 +653,16 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
581
653
|
name?: string | undefined;
|
|
582
654
|
codeName?: string | undefined;
|
|
583
655
|
userParam?: Record<string, string> | undefined;
|
|
656
|
+
modelId?: string | undefined;
|
|
657
|
+
modelType?: string | undefined;
|
|
584
658
|
}[] | undefined;
|
|
585
659
|
appId: string;
|
|
586
660
|
id?: string | undefined;
|
|
587
661
|
name?: string | undefined;
|
|
588
662
|
codeName?: string | undefined;
|
|
589
663
|
userParam?: Record<string, string> | undefined;
|
|
664
|
+
modelId?: string | undefined;
|
|
665
|
+
modelType?: string | undefined;
|
|
590
666
|
}[] | undefined;
|
|
591
667
|
controls?: {
|
|
592
668
|
codeName?: string | undefined;
|
|
@@ -603,6 +679,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
603
679
|
name?: string | undefined;
|
|
604
680
|
codeName?: string | undefined;
|
|
605
681
|
userParam?: Record<string, string> | undefined;
|
|
682
|
+
modelId?: string | undefined;
|
|
683
|
+
modelType?: string | undefined;
|
|
606
684
|
}[] | undefined;
|
|
607
685
|
controlLogics?: {
|
|
608
686
|
attrName?: string | undefined;
|
|
@@ -626,6 +704,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
626
704
|
name?: string | undefined;
|
|
627
705
|
codeName?: string | undefined;
|
|
628
706
|
userParam?: Record<string, string> | undefined;
|
|
707
|
+
modelId?: string | undefined;
|
|
708
|
+
modelType?: string | undefined;
|
|
629
709
|
}[] | undefined;
|
|
630
710
|
controlParam?: {
|
|
631
711
|
ctrlParams?: {
|
|
@@ -643,6 +723,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
643
723
|
name?: string | undefined;
|
|
644
724
|
codeName?: string | undefined;
|
|
645
725
|
userParam?: Record<string, string> | undefined;
|
|
726
|
+
modelId?: string | undefined;
|
|
727
|
+
modelType?: string | undefined;
|
|
646
728
|
} | undefined;
|
|
647
729
|
controlRenders?: any[] | undefined;
|
|
648
730
|
ctrlMsg?: {
|
|
@@ -660,6 +742,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
660
742
|
name?: string | undefined;
|
|
661
743
|
codeName?: string | undefined;
|
|
662
744
|
userParam?: Record<string, string> | undefined;
|
|
745
|
+
modelId?: string | undefined;
|
|
746
|
+
modelType?: string | undefined;
|
|
663
747
|
} | undefined;
|
|
664
748
|
timeout?: number | undefined;
|
|
665
749
|
appId: string;
|
|
@@ -667,11 +751,15 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
667
751
|
name?: string | undefined;
|
|
668
752
|
codeName?: string | undefined;
|
|
669
753
|
userParam?: Record<string, string> | undefined;
|
|
754
|
+
modelId?: string | undefined;
|
|
755
|
+
modelType?: string | undefined;
|
|
670
756
|
}[] | undefined;
|
|
671
757
|
appId: string;
|
|
672
758
|
id?: string | undefined;
|
|
673
759
|
name?: string | undefined;
|
|
674
760
|
userParam?: Record<string, string> | undefined;
|
|
761
|
+
modelId?: string | undefined;
|
|
762
|
+
modelType?: string | undefined;
|
|
675
763
|
} | undefined;
|
|
676
764
|
sysCss?: {
|
|
677
765
|
codeName?: string | undefined;
|
|
@@ -682,6 +770,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
682
770
|
id?: string | undefined;
|
|
683
771
|
name?: string | undefined;
|
|
684
772
|
userParam?: Record<string, string> | undefined;
|
|
773
|
+
modelId?: string | undefined;
|
|
774
|
+
modelType?: string | undefined;
|
|
685
775
|
} | undefined;
|
|
686
776
|
sysPFPluginId?: string | undefined;
|
|
687
777
|
user2ControlAction?: {
|
|
@@ -695,6 +785,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
695
785
|
name?: string | undefined;
|
|
696
786
|
codeName?: string | undefined;
|
|
697
787
|
userParam?: Record<string, string> | undefined;
|
|
788
|
+
modelId?: string | undefined;
|
|
789
|
+
modelType?: string | undefined;
|
|
698
790
|
} | undefined;
|
|
699
791
|
userControlAction?: {
|
|
700
792
|
adappDELogicId?: string | undefined;
|
|
@@ -707,12 +799,16 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
707
799
|
name?: string | undefined;
|
|
708
800
|
codeName?: string | undefined;
|
|
709
801
|
userParam?: Record<string, string> | undefined;
|
|
802
|
+
modelId?: string | undefined;
|
|
803
|
+
modelType?: string | undefined;
|
|
710
804
|
} | undefined;
|
|
711
805
|
width?: number | undefined;
|
|
712
806
|
appId: string;
|
|
713
807
|
id?: string | undefined;
|
|
714
808
|
name?: string | undefined;
|
|
715
809
|
userParam?: Record<string, string> | undefined;
|
|
810
|
+
modelId?: string | undefined;
|
|
811
|
+
modelType?: string | undefined;
|
|
716
812
|
}[] | undefined;
|
|
717
813
|
layout?: {
|
|
718
814
|
layout?: string | undefined;
|
|
@@ -721,6 +817,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
721
817
|
name?: string | undefined;
|
|
722
818
|
codeName?: string | undefined;
|
|
723
819
|
userParam?: Record<string, string> | undefined;
|
|
820
|
+
modelId?: string | undefined;
|
|
821
|
+
modelType?: string | undefined;
|
|
724
822
|
} | undefined;
|
|
725
823
|
} | undefined;
|
|
726
824
|
renderName?: string | undefined;
|
|
@@ -730,6 +828,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
730
828
|
name?: string | undefined;
|
|
731
829
|
codeName?: string | undefined;
|
|
732
830
|
userParam?: Record<string, string> | undefined;
|
|
831
|
+
modelId?: string | undefined;
|
|
832
|
+
modelType?: string | undefined;
|
|
733
833
|
}[] | undefined;
|
|
734
834
|
ctrlMsg?: {
|
|
735
835
|
codeName?: string | undefined;
|
|
@@ -746,6 +846,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
746
846
|
name?: string | undefined;
|
|
747
847
|
codeName?: string | undefined;
|
|
748
848
|
userParam?: Record<string, string> | undefined;
|
|
849
|
+
modelId?: string | undefined;
|
|
850
|
+
modelType?: string | undefined;
|
|
749
851
|
} | undefined;
|
|
750
852
|
timeout?: number | undefined;
|
|
751
853
|
appId: string;
|
|
@@ -753,11 +855,15 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
753
855
|
name?: string | undefined;
|
|
754
856
|
codeName?: string | undefined;
|
|
755
857
|
userParam?: Record<string, string> | undefined;
|
|
858
|
+
modelId?: string | undefined;
|
|
859
|
+
modelType?: string | undefined;
|
|
756
860
|
}[] | undefined;
|
|
757
861
|
appId: string;
|
|
758
862
|
id?: string | undefined;
|
|
759
863
|
name?: string | undefined;
|
|
760
864
|
userParam?: Record<string, string> | undefined;
|
|
865
|
+
modelId?: string | undefined;
|
|
866
|
+
modelType?: string | undefined;
|
|
761
867
|
} | undefined;
|
|
762
868
|
sysCss?: {
|
|
763
869
|
codeName?: string | undefined;
|
|
@@ -768,6 +874,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
768
874
|
id?: string | undefined;
|
|
769
875
|
name?: string | undefined;
|
|
770
876
|
userParam?: Record<string, string> | undefined;
|
|
877
|
+
modelId?: string | undefined;
|
|
878
|
+
modelType?: string | undefined;
|
|
771
879
|
} | undefined;
|
|
772
880
|
sysPFPluginId?: string | undefined;
|
|
773
881
|
user2ControlAction?: {
|
|
@@ -781,6 +889,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
781
889
|
name?: string | undefined;
|
|
782
890
|
codeName?: string | undefined;
|
|
783
891
|
userParam?: Record<string, string> | undefined;
|
|
892
|
+
modelId?: string | undefined;
|
|
893
|
+
modelType?: string | undefined;
|
|
784
894
|
} | undefined;
|
|
785
895
|
userControlAction?: {
|
|
786
896
|
adappDELogicId?: string | undefined;
|
|
@@ -793,12 +903,16 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
793
903
|
name?: string | undefined;
|
|
794
904
|
codeName?: string | undefined;
|
|
795
905
|
userParam?: Record<string, string> | undefined;
|
|
906
|
+
modelId?: string | undefined;
|
|
907
|
+
modelType?: string | undefined;
|
|
796
908
|
} | undefined;
|
|
797
909
|
width?: number | undefined;
|
|
798
910
|
appId: string;
|
|
799
911
|
id?: string | undefined;
|
|
800
912
|
name?: string | undefined;
|
|
801
913
|
userParam?: Record<string, string> | undefined;
|
|
914
|
+
modelId?: string | undefined;
|
|
915
|
+
modelType?: string | undefined;
|
|
802
916
|
appCounterRefs?: {
|
|
803
917
|
appCounter?: {
|
|
804
918
|
getAppDEActionId?: string | undefined;
|
|
@@ -816,6 +930,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
816
930
|
id?: string | undefined;
|
|
817
931
|
name?: string | undefined;
|
|
818
932
|
userParam?: Record<string, string> | undefined;
|
|
933
|
+
modelId?: string | undefined;
|
|
934
|
+
modelType?: string | undefined;
|
|
819
935
|
} | undefined;
|
|
820
936
|
refMode?: {
|
|
821
937
|
[x: string]: any;
|
|
@@ -833,6 +949,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
833
949
|
name?: string | undefined;
|
|
834
950
|
codeName?: string | undefined;
|
|
835
951
|
userParam?: Record<string, string> | undefined;
|
|
952
|
+
modelId?: string | undefined;
|
|
953
|
+
modelType?: string | undefined;
|
|
836
954
|
}[] | undefined;
|
|
837
955
|
appViewEngines?: {
|
|
838
956
|
engineCat?: string | undefined;
|
|
@@ -854,12 +972,16 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
854
972
|
name?: string | undefined;
|
|
855
973
|
codeName?: string | undefined;
|
|
856
974
|
userParam?: Record<string, string> | undefined;
|
|
975
|
+
modelId?: string | undefined;
|
|
976
|
+
modelType?: string | undefined;
|
|
857
977
|
}[] | undefined;
|
|
858
978
|
appId: string;
|
|
859
979
|
id?: string | undefined;
|
|
860
980
|
name?: string | undefined;
|
|
861
981
|
codeName?: string | undefined;
|
|
862
982
|
userParam?: Record<string, string> | undefined;
|
|
983
|
+
modelId?: string | undefined;
|
|
984
|
+
modelType?: string | undefined;
|
|
863
985
|
}[] | undefined;
|
|
864
986
|
appViewLogics?: {
|
|
865
987
|
builtinAppUILogic?: {
|
|
@@ -878,6 +1000,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
878
1000
|
name?: string | undefined;
|
|
879
1001
|
codeName?: string | undefined;
|
|
880
1002
|
userParam?: Record<string, string> | undefined;
|
|
1003
|
+
modelId?: string | undefined;
|
|
1004
|
+
modelType?: string | undefined;
|
|
881
1005
|
}[] | undefined;
|
|
882
1006
|
navigateParams?: {
|
|
883
1007
|
desc?: string | undefined;
|
|
@@ -889,12 +1013,16 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
889
1013
|
name?: string | undefined;
|
|
890
1014
|
codeName?: string | undefined;
|
|
891
1015
|
userParam?: Record<string, string> | undefined;
|
|
1016
|
+
modelId?: string | undefined;
|
|
1017
|
+
modelType?: string | undefined;
|
|
892
1018
|
}[] | undefined;
|
|
893
1019
|
appId: string;
|
|
894
1020
|
id?: string | undefined;
|
|
895
1021
|
name?: string | undefined;
|
|
896
1022
|
codeName?: string | undefined;
|
|
897
1023
|
userParam?: Record<string, string> | undefined;
|
|
1024
|
+
modelId?: string | undefined;
|
|
1025
|
+
modelType?: string | undefined;
|
|
898
1026
|
}[] | undefined;
|
|
899
1027
|
viewLogicType?: string | undefined;
|
|
900
1028
|
builtinLogic?: boolean | undefined;
|
|
@@ -905,6 +1033,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
905
1033
|
id?: string | undefined;
|
|
906
1034
|
name?: string | undefined;
|
|
907
1035
|
userParam?: Record<string, string> | undefined;
|
|
1036
|
+
modelId?: string | undefined;
|
|
1037
|
+
modelType?: string | undefined;
|
|
908
1038
|
} | undefined;
|
|
909
1039
|
attrName?: string | undefined;
|
|
910
1040
|
eventArg?: string | undefined;
|
|
@@ -939,6 +1069,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
939
1069
|
name?: string | undefined;
|
|
940
1070
|
codeName?: string | undefined;
|
|
941
1071
|
userParam?: Record<string, string> | undefined;
|
|
1072
|
+
modelId?: string | undefined;
|
|
1073
|
+
modelType?: string | undefined;
|
|
942
1074
|
}[] | undefined;
|
|
943
1075
|
appViewRefs?: {
|
|
944
1076
|
height?: number | undefined;
|
|
@@ -975,6 +1107,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
975
1107
|
name?: string | undefined;
|
|
976
1108
|
codeName?: string | undefined;
|
|
977
1109
|
userParam?: Record<string, string> | undefined;
|
|
1110
|
+
modelId?: string | undefined;
|
|
1111
|
+
modelType?: string | undefined;
|
|
978
1112
|
} | undefined;
|
|
979
1113
|
refAppViewId?: string | undefined;
|
|
980
1114
|
viewParamJO?: {
|
|
@@ -998,6 +1132,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
998
1132
|
name?: string | undefined;
|
|
999
1133
|
codeName?: string | undefined;
|
|
1000
1134
|
userParam?: Record<string, string> | undefined;
|
|
1135
|
+
modelId?: string | undefined;
|
|
1136
|
+
modelType?: string | undefined;
|
|
1001
1137
|
}[] | undefined;
|
|
1002
1138
|
navigateParams?: {
|
|
1003
1139
|
desc?: string | undefined;
|
|
@@ -1009,12 +1145,16 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1009
1145
|
name?: string | undefined;
|
|
1010
1146
|
codeName?: string | undefined;
|
|
1011
1147
|
userParam?: Record<string, string> | undefined;
|
|
1148
|
+
modelId?: string | undefined;
|
|
1149
|
+
modelType?: string | undefined;
|
|
1012
1150
|
}[] | undefined;
|
|
1013
1151
|
appId: string;
|
|
1014
1152
|
id?: string | undefined;
|
|
1015
1153
|
name?: string | undefined;
|
|
1016
1154
|
codeName?: string | undefined;
|
|
1017
1155
|
userParam?: Record<string, string> | undefined;
|
|
1156
|
+
modelId?: string | undefined;
|
|
1157
|
+
modelType?: string | undefined;
|
|
1018
1158
|
}[] | undefined;
|
|
1019
1159
|
controls?: {
|
|
1020
1160
|
codeName?: string | undefined;
|
|
@@ -1031,6 +1171,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1031
1171
|
name?: string | undefined;
|
|
1032
1172
|
codeName?: string | undefined;
|
|
1033
1173
|
userParam?: Record<string, string> | undefined;
|
|
1174
|
+
modelId?: string | undefined;
|
|
1175
|
+
modelType?: string | undefined;
|
|
1034
1176
|
}[] | undefined;
|
|
1035
1177
|
controlLogics?: {
|
|
1036
1178
|
attrName?: string | undefined;
|
|
@@ -1054,6 +1196,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1054
1196
|
name?: string | undefined;
|
|
1055
1197
|
codeName?: string | undefined;
|
|
1056
1198
|
userParam?: Record<string, string> | undefined;
|
|
1199
|
+
modelId?: string | undefined;
|
|
1200
|
+
modelType?: string | undefined;
|
|
1057
1201
|
}[] | undefined;
|
|
1058
1202
|
controlParam?: {
|
|
1059
1203
|
ctrlParams?: {
|
|
@@ -1071,6 +1215,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1071
1215
|
name?: string | undefined;
|
|
1072
1216
|
codeName?: string | undefined;
|
|
1073
1217
|
userParam?: Record<string, string> | undefined;
|
|
1218
|
+
modelId?: string | undefined;
|
|
1219
|
+
modelType?: string | undefined;
|
|
1074
1220
|
} | undefined;
|
|
1075
1221
|
controlRenders?: {
|
|
1076
1222
|
layoutPanelModel?: string | undefined;
|
|
@@ -1090,6 +1236,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1090
1236
|
name?: string | undefined;
|
|
1091
1237
|
codeName?: string | undefined;
|
|
1092
1238
|
userParam?: Record<string, string> | undefined;
|
|
1239
|
+
modelId?: string | undefined;
|
|
1240
|
+
modelType?: string | undefined;
|
|
1093
1241
|
} | undefined;
|
|
1094
1242
|
layoutMode?: string | undefined;
|
|
1095
1243
|
panelStyle?: string | undefined;
|
|
@@ -1105,6 +1253,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1105
1253
|
name?: string | undefined;
|
|
1106
1254
|
codeName?: string | undefined;
|
|
1107
1255
|
userParam?: Record<string, string> | undefined;
|
|
1256
|
+
modelId?: string | undefined;
|
|
1257
|
+
modelType?: string | undefined;
|
|
1108
1258
|
} | undefined;
|
|
1109
1259
|
caption?: string | undefined;
|
|
1110
1260
|
contentHeight?: number | undefined;
|
|
@@ -1125,6 +1275,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1125
1275
|
id?: string | undefined;
|
|
1126
1276
|
name?: string | undefined;
|
|
1127
1277
|
userParam?: Record<string, string> | undefined;
|
|
1278
|
+
modelId?: string | undefined;
|
|
1279
|
+
modelType?: string | undefined;
|
|
1128
1280
|
} | undefined;
|
|
1129
1281
|
layout?: {
|
|
1130
1282
|
layout?: string | undefined;
|
|
@@ -1133,6 +1285,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1133
1285
|
name?: string | undefined;
|
|
1134
1286
|
codeName?: string | undefined;
|
|
1135
1287
|
userParam?: Record<string, string> | undefined;
|
|
1288
|
+
modelId?: string | undefined;
|
|
1289
|
+
modelType?: string | undefined;
|
|
1136
1290
|
} | undefined;
|
|
1137
1291
|
layoutPos?: {
|
|
1138
1292
|
halignSelf?: string | undefined;
|
|
@@ -1151,6 +1305,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1151
1305
|
name?: string | undefined;
|
|
1152
1306
|
codeName?: string | undefined;
|
|
1153
1307
|
userParam?: Record<string, string> | undefined;
|
|
1308
|
+
modelId?: string | undefined;
|
|
1309
|
+
modelType?: string | undefined;
|
|
1154
1310
|
} | undefined;
|
|
1155
1311
|
panelItemGroupLogics?: {
|
|
1156
1312
|
logicCat?: string | undefined;
|
|
@@ -1164,6 +1320,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1164
1320
|
name?: string | undefined;
|
|
1165
1321
|
codeName?: string | undefined;
|
|
1166
1322
|
userParam?: Record<string, string> | undefined;
|
|
1323
|
+
modelId?: string | undefined;
|
|
1324
|
+
modelType?: string | undefined;
|
|
1167
1325
|
}[] | undefined;
|
|
1168
1326
|
notMode?: boolean | undefined;
|
|
1169
1327
|
logicType?: string | undefined;
|
|
@@ -1172,6 +1330,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1172
1330
|
name?: string | undefined;
|
|
1173
1331
|
codeName?: string | undefined;
|
|
1174
1332
|
userParam?: Record<string, string> | undefined;
|
|
1333
|
+
modelId?: string | undefined;
|
|
1334
|
+
modelType?: string | undefined;
|
|
1175
1335
|
}[] | undefined;
|
|
1176
1336
|
sysCss?: {
|
|
1177
1337
|
codeName?: string | undefined;
|
|
@@ -1182,6 +1342,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1182
1342
|
id?: string | undefined;
|
|
1183
1343
|
name?: string | undefined;
|
|
1184
1344
|
userParam?: Record<string, string> | undefined;
|
|
1345
|
+
modelId?: string | undefined;
|
|
1346
|
+
modelType?: string | undefined;
|
|
1185
1347
|
} | undefined;
|
|
1186
1348
|
sysImage?: {
|
|
1187
1349
|
codeName?: string | undefined;
|
|
@@ -1197,6 +1359,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1197
1359
|
id?: string | undefined;
|
|
1198
1360
|
name?: string | undefined;
|
|
1199
1361
|
userParam?: Record<string, string> | undefined;
|
|
1362
|
+
modelId?: string | undefined;
|
|
1363
|
+
modelType?: string | undefined;
|
|
1200
1364
|
} | undefined;
|
|
1201
1365
|
sysPFPluginId?: string | undefined;
|
|
1202
1366
|
width?: number | undefined;
|
|
@@ -1209,6 +1373,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1209
1373
|
name?: string | undefined;
|
|
1210
1374
|
codeName?: string | undefined;
|
|
1211
1375
|
userParam?: Record<string, string> | undefined;
|
|
1376
|
+
modelId?: string | undefined;
|
|
1377
|
+
modelType?: string | undefined;
|
|
1212
1378
|
}[] | undefined;
|
|
1213
1379
|
controlLogics?: {
|
|
1214
1380
|
attrName?: string | undefined;
|
|
@@ -1232,6 +1398,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1232
1398
|
name?: string | undefined;
|
|
1233
1399
|
codeName?: string | undefined;
|
|
1234
1400
|
userParam?: Record<string, string> | undefined;
|
|
1401
|
+
modelId?: string | undefined;
|
|
1402
|
+
modelType?: string | undefined;
|
|
1235
1403
|
}[] | undefined;
|
|
1236
1404
|
controlRenders?: any[] | undefined;
|
|
1237
1405
|
appId: string;
|
|
@@ -1239,6 +1407,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1239
1407
|
name?: string | undefined;
|
|
1240
1408
|
codeName?: string | undefined;
|
|
1241
1409
|
userParam?: Record<string, string> | undefined;
|
|
1410
|
+
modelId?: string | undefined;
|
|
1411
|
+
modelType?: string | undefined;
|
|
1242
1412
|
}[] | undefined;
|
|
1243
1413
|
layoutPanel?: boolean | undefined;
|
|
1244
1414
|
mobilePanel?: boolean | undefined;
|
|
@@ -1255,6 +1425,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1255
1425
|
name?: string | undefined;
|
|
1256
1426
|
codeName?: string | undefined;
|
|
1257
1427
|
userParam?: Record<string, string> | undefined;
|
|
1428
|
+
modelId?: string | undefined;
|
|
1429
|
+
modelType?: string | undefined;
|
|
1258
1430
|
}[] | undefined;
|
|
1259
1431
|
controlLogics?: {
|
|
1260
1432
|
attrName?: string | undefined;
|
|
@@ -1278,6 +1450,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1278
1450
|
name?: string | undefined;
|
|
1279
1451
|
codeName?: string | undefined;
|
|
1280
1452
|
userParam?: Record<string, string> | undefined;
|
|
1453
|
+
modelId?: string | undefined;
|
|
1454
|
+
modelType?: string | undefined;
|
|
1281
1455
|
}[] | undefined;
|
|
1282
1456
|
controlParam?: {
|
|
1283
1457
|
ctrlParams?: {
|
|
@@ -1295,6 +1469,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1295
1469
|
name?: string | undefined;
|
|
1296
1470
|
codeName?: string | undefined;
|
|
1297
1471
|
userParam?: Record<string, string> | undefined;
|
|
1472
|
+
modelId?: string | undefined;
|
|
1473
|
+
modelType?: string | undefined;
|
|
1298
1474
|
} | undefined;
|
|
1299
1475
|
controlRenders?: any[] | undefined;
|
|
1300
1476
|
ctrlMsg?: {
|
|
@@ -1312,6 +1488,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1312
1488
|
name?: string | undefined;
|
|
1313
1489
|
codeName?: string | undefined;
|
|
1314
1490
|
userParam?: Record<string, string> | undefined;
|
|
1491
|
+
modelId?: string | undefined;
|
|
1492
|
+
modelType?: string | undefined;
|
|
1315
1493
|
} | undefined;
|
|
1316
1494
|
timeout?: number | undefined;
|
|
1317
1495
|
appId: string;
|
|
@@ -1319,11 +1497,15 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1319
1497
|
name?: string | undefined;
|
|
1320
1498
|
codeName?: string | undefined;
|
|
1321
1499
|
userParam?: Record<string, string> | undefined;
|
|
1500
|
+
modelId?: string | undefined;
|
|
1501
|
+
modelType?: string | undefined;
|
|
1322
1502
|
}[] | undefined;
|
|
1323
1503
|
appId: string;
|
|
1324
1504
|
id?: string | undefined;
|
|
1325
1505
|
name?: string | undefined;
|
|
1326
1506
|
userParam?: Record<string, string> | undefined;
|
|
1507
|
+
modelId?: string | undefined;
|
|
1508
|
+
modelType?: string | undefined;
|
|
1327
1509
|
} | undefined;
|
|
1328
1510
|
sysCss?: {
|
|
1329
1511
|
codeName?: string | undefined;
|
|
@@ -1334,6 +1516,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1334
1516
|
id?: string | undefined;
|
|
1335
1517
|
name?: string | undefined;
|
|
1336
1518
|
userParam?: Record<string, string> | undefined;
|
|
1519
|
+
modelId?: string | undefined;
|
|
1520
|
+
modelType?: string | undefined;
|
|
1337
1521
|
} | undefined;
|
|
1338
1522
|
sysPFPluginId?: string | undefined;
|
|
1339
1523
|
user2ControlAction?: {
|
|
@@ -1347,6 +1531,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1347
1531
|
name?: string | undefined;
|
|
1348
1532
|
codeName?: string | undefined;
|
|
1349
1533
|
userParam?: Record<string, string> | undefined;
|
|
1534
|
+
modelId?: string | undefined;
|
|
1535
|
+
modelType?: string | undefined;
|
|
1350
1536
|
} | undefined;
|
|
1351
1537
|
userControlAction?: {
|
|
1352
1538
|
adappDELogicId?: string | undefined;
|
|
@@ -1359,12 +1545,16 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1359
1545
|
name?: string | undefined;
|
|
1360
1546
|
codeName?: string | undefined;
|
|
1361
1547
|
userParam?: Record<string, string> | undefined;
|
|
1548
|
+
modelId?: string | undefined;
|
|
1549
|
+
modelType?: string | undefined;
|
|
1362
1550
|
} | undefined;
|
|
1363
1551
|
width?: number | undefined;
|
|
1364
1552
|
appId: string;
|
|
1365
1553
|
id?: string | undefined;
|
|
1366
1554
|
name?: string | undefined;
|
|
1367
1555
|
userParam?: Record<string, string> | undefined;
|
|
1556
|
+
modelId?: string | undefined;
|
|
1557
|
+
modelType?: string | undefined;
|
|
1368
1558
|
appCounterRefs?: {
|
|
1369
1559
|
appCounter?: {
|
|
1370
1560
|
getAppDEActionId?: string | undefined;
|
|
@@ -1382,6 +1572,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1382
1572
|
id?: string | undefined;
|
|
1383
1573
|
name?: string | undefined;
|
|
1384
1574
|
userParam?: Record<string, string> | undefined;
|
|
1575
|
+
modelId?: string | undefined;
|
|
1576
|
+
modelType?: string | undefined;
|
|
1385
1577
|
} | undefined;
|
|
1386
1578
|
refMode?: {
|
|
1387
1579
|
[x: string]: any;
|
|
@@ -1399,6 +1591,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1399
1591
|
name?: string | undefined;
|
|
1400
1592
|
codeName?: string | undefined;
|
|
1401
1593
|
userParam?: Record<string, string> | undefined;
|
|
1594
|
+
modelId?: string | undefined;
|
|
1595
|
+
modelType?: string | undefined;
|
|
1402
1596
|
}[] | undefined;
|
|
1403
1597
|
appViewEngines?: {
|
|
1404
1598
|
engineCat?: string | undefined;
|
|
@@ -1420,12 +1614,16 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1420
1614
|
name?: string | undefined;
|
|
1421
1615
|
codeName?: string | undefined;
|
|
1422
1616
|
userParam?: Record<string, string> | undefined;
|
|
1617
|
+
modelId?: string | undefined;
|
|
1618
|
+
modelType?: string | undefined;
|
|
1423
1619
|
}[] | undefined;
|
|
1424
1620
|
appId: string;
|
|
1425
1621
|
id?: string | undefined;
|
|
1426
1622
|
name?: string | undefined;
|
|
1427
1623
|
codeName?: string | undefined;
|
|
1428
1624
|
userParam?: Record<string, string> | undefined;
|
|
1625
|
+
modelId?: string | undefined;
|
|
1626
|
+
modelType?: string | undefined;
|
|
1429
1627
|
}[] | undefined;
|
|
1430
1628
|
appViewLogics?: {
|
|
1431
1629
|
builtinAppUILogic?: {
|
|
@@ -1444,6 +1642,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1444
1642
|
name?: string | undefined;
|
|
1445
1643
|
codeName?: string | undefined;
|
|
1446
1644
|
userParam?: Record<string, string> | undefined;
|
|
1645
|
+
modelId?: string | undefined;
|
|
1646
|
+
modelType?: string | undefined;
|
|
1447
1647
|
}[] | undefined;
|
|
1448
1648
|
navigateParams?: {
|
|
1449
1649
|
desc?: string | undefined;
|
|
@@ -1455,12 +1655,16 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1455
1655
|
name?: string | undefined;
|
|
1456
1656
|
codeName?: string | undefined;
|
|
1457
1657
|
userParam?: Record<string, string> | undefined;
|
|
1658
|
+
modelId?: string | undefined;
|
|
1659
|
+
modelType?: string | undefined;
|
|
1458
1660
|
}[] | undefined;
|
|
1459
1661
|
appId: string;
|
|
1460
1662
|
id?: string | undefined;
|
|
1461
1663
|
name?: string | undefined;
|
|
1462
1664
|
codeName?: string | undefined;
|
|
1463
1665
|
userParam?: Record<string, string> | undefined;
|
|
1666
|
+
modelId?: string | undefined;
|
|
1667
|
+
modelType?: string | undefined;
|
|
1464
1668
|
}[] | undefined;
|
|
1465
1669
|
viewLogicType?: string | undefined;
|
|
1466
1670
|
builtinLogic?: boolean | undefined;
|
|
@@ -1471,6 +1675,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1471
1675
|
id?: string | undefined;
|
|
1472
1676
|
name?: string | undefined;
|
|
1473
1677
|
userParam?: Record<string, string> | undefined;
|
|
1678
|
+
modelId?: string | undefined;
|
|
1679
|
+
modelType?: string | undefined;
|
|
1474
1680
|
} | undefined;
|
|
1475
1681
|
attrName?: string | undefined;
|
|
1476
1682
|
eventArg?: string | undefined;
|
|
@@ -1505,6 +1711,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1505
1711
|
name?: string | undefined;
|
|
1506
1712
|
codeName?: string | undefined;
|
|
1507
1713
|
userParam?: Record<string, string> | undefined;
|
|
1714
|
+
modelId?: string | undefined;
|
|
1715
|
+
modelType?: string | undefined;
|
|
1508
1716
|
}[] | undefined;
|
|
1509
1717
|
appViewRefs?: {
|
|
1510
1718
|
height?: number | undefined;
|
|
@@ -1541,6 +1749,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1541
1749
|
name?: string | undefined;
|
|
1542
1750
|
codeName?: string | undefined;
|
|
1543
1751
|
userParam?: Record<string, string> | undefined;
|
|
1752
|
+
modelId?: string | undefined;
|
|
1753
|
+
modelType?: string | undefined;
|
|
1544
1754
|
} | undefined;
|
|
1545
1755
|
refAppViewId?: string | undefined;
|
|
1546
1756
|
viewParamJO?: {
|
|
@@ -1564,6 +1774,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1564
1774
|
name?: string | undefined;
|
|
1565
1775
|
codeName?: string | undefined;
|
|
1566
1776
|
userParam?: Record<string, string> | undefined;
|
|
1777
|
+
modelId?: string | undefined;
|
|
1778
|
+
modelType?: string | undefined;
|
|
1567
1779
|
}[] | undefined;
|
|
1568
1780
|
navigateParams?: {
|
|
1569
1781
|
desc?: string | undefined;
|
|
@@ -1575,12 +1787,16 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1575
1787
|
name?: string | undefined;
|
|
1576
1788
|
codeName?: string | undefined;
|
|
1577
1789
|
userParam?: Record<string, string> | undefined;
|
|
1790
|
+
modelId?: string | undefined;
|
|
1791
|
+
modelType?: string | undefined;
|
|
1578
1792
|
}[] | undefined;
|
|
1579
1793
|
appId: string;
|
|
1580
1794
|
id?: string | undefined;
|
|
1581
1795
|
name?: string | undefined;
|
|
1582
1796
|
codeName?: string | undefined;
|
|
1583
1797
|
userParam?: Record<string, string> | undefined;
|
|
1798
|
+
modelId?: string | undefined;
|
|
1799
|
+
modelType?: string | undefined;
|
|
1584
1800
|
}[] | undefined;
|
|
1585
1801
|
controls?: any[] | undefined;
|
|
1586
1802
|
layout?: {
|
|
@@ -1590,6 +1806,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1590
1806
|
name?: string | undefined;
|
|
1591
1807
|
codeName?: string | undefined;
|
|
1592
1808
|
userParam?: Record<string, string> | undefined;
|
|
1809
|
+
modelId?: string | undefined;
|
|
1810
|
+
modelType?: string | undefined;
|
|
1593
1811
|
} | undefined;
|
|
1594
1812
|
} | undefined;
|
|
1595
1813
|
renderName?: string | undefined;
|
|
@@ -1599,6 +1817,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1599
1817
|
name?: string | undefined;
|
|
1600
1818
|
codeName?: string | undefined;
|
|
1601
1819
|
userParam?: Record<string, string> | undefined;
|
|
1820
|
+
modelId?: string | undefined;
|
|
1821
|
+
modelType?: string | undefined;
|
|
1602
1822
|
}[] | undefined;
|
|
1603
1823
|
ctrlMsg?: {
|
|
1604
1824
|
codeName?: string | undefined;
|
|
@@ -1615,6 +1835,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1615
1835
|
name?: string | undefined;
|
|
1616
1836
|
codeName?: string | undefined;
|
|
1617
1837
|
userParam?: Record<string, string> | undefined;
|
|
1838
|
+
modelId?: string | undefined;
|
|
1839
|
+
modelType?: string | undefined;
|
|
1618
1840
|
} | undefined;
|
|
1619
1841
|
timeout?: number | undefined;
|
|
1620
1842
|
appId: string;
|
|
@@ -1622,11 +1844,15 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1622
1844
|
name?: string | undefined;
|
|
1623
1845
|
codeName?: string | undefined;
|
|
1624
1846
|
userParam?: Record<string, string> | undefined;
|
|
1847
|
+
modelId?: string | undefined;
|
|
1848
|
+
modelType?: string | undefined;
|
|
1625
1849
|
}[] | undefined;
|
|
1626
1850
|
appId: string;
|
|
1627
1851
|
id?: string | undefined;
|
|
1628
1852
|
name?: string | undefined;
|
|
1629
1853
|
userParam?: Record<string, string> | undefined;
|
|
1854
|
+
modelId?: string | undefined;
|
|
1855
|
+
modelType?: string | undefined;
|
|
1630
1856
|
} | undefined;
|
|
1631
1857
|
sysCss?: {
|
|
1632
1858
|
codeName?: string | undefined;
|
|
@@ -1637,6 +1863,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1637
1863
|
id?: string | undefined;
|
|
1638
1864
|
name?: string | undefined;
|
|
1639
1865
|
userParam?: Record<string, string> | undefined;
|
|
1866
|
+
modelId?: string | undefined;
|
|
1867
|
+
modelType?: string | undefined;
|
|
1640
1868
|
} | undefined;
|
|
1641
1869
|
sysPFPluginId?: string | undefined;
|
|
1642
1870
|
user2ControlAction?: {
|
|
@@ -1650,6 +1878,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1650
1878
|
name?: string | undefined;
|
|
1651
1879
|
codeName?: string | undefined;
|
|
1652
1880
|
userParam?: Record<string, string> | undefined;
|
|
1881
|
+
modelId?: string | undefined;
|
|
1882
|
+
modelType?: string | undefined;
|
|
1653
1883
|
} | undefined;
|
|
1654
1884
|
userControlAction?: {
|
|
1655
1885
|
adappDELogicId?: string | undefined;
|
|
@@ -1662,12 +1892,16 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1662
1892
|
name?: string | undefined;
|
|
1663
1893
|
codeName?: string | undefined;
|
|
1664
1894
|
userParam?: Record<string, string> | undefined;
|
|
1895
|
+
modelId?: string | undefined;
|
|
1896
|
+
modelType?: string | undefined;
|
|
1665
1897
|
} | undefined;
|
|
1666
1898
|
width?: number | undefined;
|
|
1667
1899
|
appId: string;
|
|
1668
1900
|
id?: string | undefined;
|
|
1669
1901
|
name?: string | undefined;
|
|
1670
1902
|
userParam?: Record<string, string> | undefined;
|
|
1903
|
+
modelId?: string | undefined;
|
|
1904
|
+
modelType?: string | undefined;
|
|
1671
1905
|
}[] | undefined;
|
|
1672
1906
|
layout?: {
|
|
1673
1907
|
layout?: string | undefined;
|
|
@@ -1676,6 +1910,8 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1676
1910
|
name?: string | undefined;
|
|
1677
1911
|
codeName?: string | undefined;
|
|
1678
1912
|
userParam?: Record<string, string> | undefined;
|
|
1913
|
+
modelId?: string | undefined;
|
|
1914
|
+
modelType?: string | undefined;
|
|
1679
1915
|
} | undefined;
|
|
1680
1916
|
} | null;
|
|
1681
1917
|
config: {
|