@fly-vue/lcdp-iview 1.7.3 → 1.7.5-1
Sign up to get free protection for your applications and to get access to all the features.
- package/@types/module/action-nodes/impl/back.d.ts +6 -6
- package/@types/module/action-nodes/impl/call-component-method.d.ts +9 -9
- package/@types/module/action-nodes/impl/condition.d.ts +9 -9
- package/@types/module/action-nodes/impl/confirm.d.ts +6 -6
- package/@types/module/action-nodes/impl/d-component-emit.d.ts +9 -9
- package/@types/module/action-nodes/impl/data-source-data-reload.d.ts +9 -6
- package/@types/module/action-nodes/impl/end.d.ts +4 -4
- package/@types/module/action-nodes/impl/foreach.d.ts +6 -6
- package/@types/module/action-nodes/impl/form.d.ts +8 -8
- package/@types/module/action-nodes/impl/http-download.d.ts +6 -6
- package/@types/module/action-nodes/impl/http.d.ts +6 -6
- package/@types/module/action-nodes/impl/iam-member-select.d.ts +6 -6
- package/@types/module/action-nodes/impl/iam-org-select.d.ts +6 -6
- package/@types/module/action-nodes/impl/index.d.ts +4 -4
- package/@types/module/action-nodes/impl/message.d.ts +6 -6
- package/@types/module/action-nodes/impl/notice.d.ts +6 -6
- package/@types/module/action-nodes/impl/open-in-dialog.d.ts +10 -10
- package/@types/module/action-nodes/impl/open-url.d.ts +6 -6
- package/@types/module/action-nodes/impl/output.d.ts +6 -6
- package/@types/module/action-nodes/impl/script.d.ts +6 -6
- package/@types/module/action-nodes/impl/set-page-variable.d.ts +6 -6
- package/@types/module/action-nodes/impl/start.d.ts +4 -4
- package/@types/module/action-nodes/impl/table-grid.d.ts +8 -8
- package/@types/module/action-nodes/impl/wizard.d.ts +8 -8
- package/@types/module/action-nodes/index.d.ts +6 -6
- package/@types/module/action-nodes/service-type-transport.d.ts +7 -0
- package/@types/module/components/attribute/TableColAttrEditMockData.vue.d.ts +39 -39
- package/@types/module/components/attribute/base-attr-components.d.ts +48 -51
- package/@types/module/components/attribute/designer/prop-value-editor/var-input/index.vue.d.ts +66 -60
- package/@types/module/components/attribute/prop-value-editor/array-editor/create-edit-dialog.d.ts +10 -10
- package/@types/module/components/attribute/prop-value-editor/array-editor/index.vue.d.ts +114 -114
- package/@types/module/components/attribute/prop-value-editor/array-editor/use-array-updater.d.ts +10 -10
- package/@types/module/components/attribute/prop-value-editor/base-props.d.ts +28 -28
- package/@types/module/components/attribute/prop-value-editor/common/use-input-type.d.ts +8 -8
- package/@types/module/components/attribute/prop-value-editor/designer-props.d.ts +17 -17
- package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/create-selectdsfields-dialog.d.ts +7 -7
- package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/fields-editor.vue.d.ts +61 -61
- package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/index.vue.d.ts +56 -56
- package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/select-ds-fields.vue.d.ts +24 -24
- package/@types/module/components/attribute/prop-value-editor/filters-editor/common-props.d.ts +19 -19
- package/@types/module/components/attribute/prop-value-editor/filters-editor/filter.vue.d.ts +97 -97
- package/@types/module/components/attribute/prop-value-editor/filters-editor/filters.vue.d.ts +103 -103
- package/@types/module/components/attribute/prop-value-editor/filters-editor/index.vue.d.ts +63 -63
- package/@types/module/components/attribute/prop-value-editor/filters-editor/operators.d.ts +4 -4
- package/@types/module/components/attribute/prop-value-editor/filters-editor/types.d.ts +11 -11
- package/@types/module/components/attribute/prop-value-editor/index.d.ts +12 -11
- package/@types/module/components/attribute/prop-value-editor/json-editor.vue.d.ts +67 -67
- package/@types/module/components/attribute/prop-value-editor/name-values-editor.vue.d.ts +58 -58
- package/@types/module/components/attribute/prop-value-editor/object-editor.vue.d.ts +59 -59
- package/@types/module/components/attribute/tableDictionary.d.ts +6 -6
- package/@types/module/components/components/IvTableGrid/cols.d.ts +20 -20
- package/@types/module/components/components/IvTableGrid/index.vue.d.ts +403 -401
- package/@types/module/components/components/IvTableGrid/pager-props.d.ts +19 -19
- package/@types/module/components/components/IvTableGrid/table-props.d.ts +103 -103
- package/@types/module/components/components/IvTableGrid/use-pager-events.d.ts +8 -8
- package/@types/module/components/components/IvTableGrid/use-table-events.d.ts +9 -9
- package/@types/module/components/components/IvTableGrid/utils.d.ts +1 -1
- package/@types/module/components/components/IvWizard/index.vue.d.ts +26 -26
- package/@types/module/components/components/IvWizard/step-pane.vue.d.ts +24 -24
- package/@types/module/components/components/base/IvHtml/index.vue.d.ts +14 -14
- package/@types/module/components/components/base/IvIframe/index.vue.d.ts +35 -35
- package/@types/module/components/components/base/IvText/index.vue.d.ts +43 -43
- package/@types/module/components/components/iam/lib/modal.d.ts +2 -2
- package/@types/module/components/components/iam/lib/query-methods-builder-old.d.ts +18 -18
- package/@types/module/components/components/iam/lib/query-methods-builder.d.ts +24 -23
- package/@types/module/components/components/iam/lib/tree.d.ts +10 -10
- package/@types/module/components/components/iam/mixins/build-query-methods.d.ts +53 -52
- package/@types/module/components/components/iview.d.ts +12 -11
- package/@types/module/components/components/lab-component/dynamic-input/index.vue.d.ts +40 -40
- package/@types/module/components/for-designer/LcdpInlineRenderer.vue.d.ts +2 -2
- package/@types/module/components/for-designer/SlotContainer.vue.d.ts +4 -4
- package/@types/module/components/for-designer/index.d.ts +5 -5
- package/@types/module/components/for-renderer/index.d.ts +4 -4
- package/@types/module/components/for-renderer/inline-renderer/index.vue.d.ts +70 -43
- package/@types/module/components/index.d.ts +597 -584
- package/@types/module/components/utils.d.ts +21 -21
- package/@types/module/index.d.ts +11 -10
- package/@types/module/plugins/index.d.ts +1 -1
- package/@types/module/plugins/use-services.d.ts +6 -6
- package/@types/module/schema-extend/components/actions.d.ts +23 -23
- package/@types/module/schema-extend/components/badge.d.ts +63 -63
- package/@types/module/schema-extend/components/carousel.d.ts +54 -54
- package/@types/module/schema-extend/components/cascader.d.ts +62 -56
- package/@types/module/schema-extend/components/checkbox.d.ts +53 -53
- package/@types/module/schema-extend/components/collapse.d.ts +38 -38
- package/@types/module/schema-extend/components/color-picker.d.ts +16 -12
- package/@types/module/schema-extend/components/description-list.d.ts +39 -39
- package/@types/module/schema-extend/components/divider.d.ts +22 -0
- package/@types/module/schema-extend/components/drawer.d.ts +55 -40
- package/@types/module/schema-extend/components/ellipsis.d.ts +47 -47
- package/@types/module/schema-extend/components/footer.d.ts +37 -37
- package/@types/module/schema-extend/components/form.d.ts +609 -527
- package/@types/module/schema-extend/components/globalfooter.d.ts +23 -17
- package/@types/module/schema-extend/components/grid.d.ts +44 -44
- package/@types/module/schema-extend/components/iam-org-tree.d.ts +10 -0
- package/@types/module/schema-extend/components/image.d.ts +22 -22
- package/@types/module/schema-extend/components/imagePreview.d.ts +50 -44
- package/@types/module/schema-extend/components/input.d.ts +10 -10
- package/@types/module/schema-extend/components/iv-table.d.ts +243 -244
- package/@types/module/schema-extend/components/iv-text.d.ts +12 -12
- package/@types/module/schema-extend/components/ivlink.d.ts +27 -27
- package/@types/module/schema-extend/components/layout.d.ts +185 -178
- package/@types/module/schema-extend/components/li-list.d.ts +33 -33
- package/@types/module/schema-extend/components/list.d.ts +81 -81
- package/@types/module/schema-extend/components/modal.d.ts +55 -55
- package/@types/module/schema-extend/components/numberInfo.d.ts +10 -10
- package/@types/module/schema-extend/components/others.d.ts +320 -277
- package/@types/module/schema-extend/components/page.d.ts +60 -60
- package/@types/module/schema-extend/components/poptip.d.ts +22 -22
- package/@types/module/schema-extend/components/radio.d.ts +82 -82
- package/@types/module/schema-extend/components/region.d.ts +18 -18
- package/@types/module/schema-extend/components/scrollspy.d.ts +58 -58
- package/@types/module/schema-extend/components/steps.d.ts +38 -38
- package/@types/module/schema-extend/components/table.d.ts +146 -146
- package/@types/module/schema-extend/components/tag-select.d.ts +43 -32
- package/@types/module/schema-extend/components/tag.d.ts +18 -18
- package/@types/module/schema-extend/components/timeline.d.ts +39 -39
- package/@types/module/schema-extend/components/title.d.ts +18 -18
- package/@types/module/schema-extend/components/tooltips.d.ts +10 -10
- package/@types/module/schema-extend/components/transfer.d.ts +65 -59
- package/@types/module/schema-extend/components/tree.d.ts +48 -42
- package/@types/module/schema-extend/components/upload.d.ts +33 -33
- package/@types/module/schema-extend/components/wizard.d.ts +62 -62
- package/@types/module/schema-extend/index.d.ts +1 -1
- package/@types/module/schema-extend/iview-schema.d.ts +2 -2
- package/@types/module/schema-extend/utils.d.ts +45 -45
- package/@types/module/validate-processor.d.ts +6 -6
- package/bingo-builder-manifest.json +17 -11
- package/index.js +4 -4
- package/modules/fly_vue_lcdp_iview/assets/css/app.css +2 -2
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-attrcomponent.5b64e92e.css +1 -0
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.28c2f15b.css +1 -0
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.0193ef2cd1f12c021194.js +1 -0
- package/modules/fly_vue_lcdp_iview/dll.js +10 -10
- package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.0193ef2cd1f12c021194.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.0193ef2cd1f12c021194.js +1 -0
- package/modules/fly_vue_lcdp_iview/{lcdp-iview-component.80f9d81a9469d8a73b41.js → lcdp-iview-component.0193ef2cd1f12c021194.js} +2 -2
- package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.0193ef2cd1f12c021194.js +1 -0
- package/package.json +14 -11
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-attrcomponent.3d277742.css +0 -1
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.1e9d6064.css +0 -1
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.80f9d81a9469d8a73b41.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.80f9d81a9469d8a73b41.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.80f9d81a9469d8a73b41.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.80f9d81a9469d8a73b41.js +0 -1
- /package/modules/fly_vue_lcdp_iview/{lcdp-designer-components.80f9d81a9469d8a73b41.js → lcdp-designer-components.0193ef2cd1f12c021194.js} +0 -0
@@ -1,584 +1,597 @@
|
|
1
|
-
/// <reference types="vue-shims" />
|
2
|
-
declare const _default: {
|
3
|
-
DesignSlotContainer: () => Promise<typeof import("./for-designer/SlotContainer.vue")>;
|
4
|
-
DesignLcdpInlineRenderer: () => Promise<typeof import("./for-designer/LcdpInlineRenderer.vue")>;
|
5
|
-
LcdpInlineRenderer: () => Promise<typeof import("./for-renderer/inline-renderer/index.vue")>;
|
6
|
-
VarInput: () => Promise<typeof import("./attribute/designer/prop-value-editor/var-input/index.vue")>;
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
};
|
125
|
-
|
126
|
-
type:
|
127
|
-
};
|
128
|
-
|
129
|
-
type:
|
130
|
-
};
|
131
|
-
|
132
|
-
type: BooleanConstructor;
|
133
|
-
};
|
134
|
-
|
135
|
-
type: import("vue").PropType<
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
};
|
147
|
-
|
148
|
-
type:
|
149
|
-
};
|
150
|
-
|
151
|
-
type:
|
152
|
-
};
|
153
|
-
|
154
|
-
type:
|
155
|
-
};
|
156
|
-
|
157
|
-
type:
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
};
|
174
|
-
|
175
|
-
|
176
|
-
};
|
177
|
-
|
178
|
-
type: (NumberConstructor | StringConstructor)[];
|
179
|
-
};
|
180
|
-
|
181
|
-
type:
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
};
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
type:
|
214
|
-
};
|
215
|
-
|
216
|
-
type:
|
217
|
-
};
|
218
|
-
|
219
|
-
type:
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
};
|
251
|
-
|
252
|
-
type:
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
};
|
375
|
-
|
376
|
-
type: BooleanConstructor;
|
377
|
-
default: boolean;
|
378
|
-
};
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
};
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
type:
|
412
|
-
default
|
413
|
-
};
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
};
|
437
|
-
|
438
|
-
|
439
|
-
default:
|
440
|
-
};
|
441
|
-
|
442
|
-
type:
|
443
|
-
default:
|
444
|
-
};
|
445
|
-
|
446
|
-
|
447
|
-
default:
|
448
|
-
};
|
449
|
-
|
450
|
-
type:
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
};
|
477
|
-
|
478
|
-
type: BooleanConstructor;
|
479
|
-
default: boolean;
|
480
|
-
};
|
481
|
-
|
482
|
-
type:
|
483
|
-
default:
|
484
|
-
};
|
485
|
-
|
486
|
-
type:
|
487
|
-
default:
|
488
|
-
};
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
1
|
+
/// <reference types="vue-shims" />
|
2
|
+
declare const _default: {
|
3
|
+
DesignSlotContainer: () => Promise<typeof import("./for-designer/SlotContainer.vue")>;
|
4
|
+
DesignLcdpInlineRenderer: () => Promise<typeof import("./for-designer/LcdpInlineRenderer.vue")>;
|
5
|
+
LcdpInlineRenderer: () => Promise<typeof import("./for-renderer/inline-renderer/index.vue")>;
|
6
|
+
VarInput: () => Promise<typeof import("./attribute/designer/prop-value-editor/var-input/index.vue")>;
|
7
|
+
InputSearchTypeAttrEdit: () => Promise<typeof import("*.vue")>;
|
8
|
+
DataDictionaryDisabledAttrEdit: () => Promise<typeof import("*.vue")>;
|
9
|
+
TableFiltersEditor: () => Promise<typeof import("./attribute/prop-value-editor/filters-editor/index.vue")>;
|
10
|
+
SimpleJsonEditor: () => Promise<typeof import("./attribute/prop-value-editor/json-editor.vue")>;
|
11
|
+
ObjectEditor: () => Promise<typeof import("./attribute/prop-value-editor/object-editor.vue")>;
|
12
|
+
ArrayEditor: () => Promise<typeof import("./attribute/prop-value-editor/array-editor/index.vue")>;
|
13
|
+
NameValuesEditor: () => Promise<typeof import("./attribute/prop-value-editor/name-values-editor.vue")>;
|
14
|
+
ExportCandidateFieldsEditor: () => Promise<typeof import("./attribute/prop-value-editor/export-candidate-fields-editor/index.vue")>;
|
15
|
+
MapEditor: () => Promise<typeof import("*.vue")>;
|
16
|
+
ServicePathSelector: () => Promise<typeof import("*.vue")>;
|
17
|
+
AutoCompleteAttrEdit: () => Promise<typeof import("*.vue")>;
|
18
|
+
ColSelectAttrEdit: () => Promise<typeof import("*.vue")>;
|
19
|
+
FlexAttrEdit: () => Promise<typeof import("*.vue")>;
|
20
|
+
ColorPickerAttrEdit: () => Promise<typeof import("*.vue")>;
|
21
|
+
DataDictionaryAttrEdit: () => Promise<typeof import("*.vue")>;
|
22
|
+
TableDataDictionaryAttrEdit: () => Promise<typeof import("*.vue")>;
|
23
|
+
DatePickerAttrEdit: () => Promise<typeof import("*.vue")>;
|
24
|
+
IconSelectAttrEdit: () => Promise<typeof import("*.vue")>;
|
25
|
+
KeyNameAttrEdit: () => Promise<typeof import("*.vue")>;
|
26
|
+
MonacoAttrEdit: () => Promise<typeof import("*.vue")>;
|
27
|
+
OptionAttrEdit: () => Promise<typeof import("*.vue")>;
|
28
|
+
PagerAttrEdit: () => Promise<typeof import("*.vue")>;
|
29
|
+
RadioGroupAttrEdit: () => Promise<typeof import("*.vue")>;
|
30
|
+
RulesAttrEdit: () => Promise<typeof import("*.vue")>;
|
31
|
+
RulesAttrEditSchema: () => Promise<typeof import("*.vue")>;
|
32
|
+
SliderAttrEdit: () => Promise<typeof import("*.vue")>;
|
33
|
+
StrokeColorAttrEdit: () => Promise<typeof import("*.vue")>;
|
34
|
+
StyleAttrEdit: () => Promise<typeof import("*.vue")>;
|
35
|
+
TabPanelAttrEdit: () => Promise<typeof import("*.vue")>;
|
36
|
+
TableColAttrEdit: () => Promise<typeof import("*.vue")>;
|
37
|
+
TableSearchAttrEdit: () => Promise<typeof import("*.vue")>;
|
38
|
+
TextareaAttrEdit: () => Promise<typeof import("*.vue")>;
|
39
|
+
AttrSelectAttrEdit: () => Promise<typeof import("*.vue")>;
|
40
|
+
FormIdSelectAttrEdit: () => Promise<typeof import("*.vue")>;
|
41
|
+
TableIdSelectAttrEdit: () => Promise<typeof import("*.vue")>;
|
42
|
+
StepIdSelectAttrEdit: () => Promise<typeof import("*.vue")>;
|
43
|
+
ScheamPropertiesAttrEdit: () => Promise<typeof import("*.vue")>;
|
44
|
+
IvTableDataAttrEdit: () => Promise<typeof import("*.vue")>;
|
45
|
+
MenuTreeAttrEdit: () => Promise<typeof import("*.vue")>;
|
46
|
+
FileTypeAttrEdit: () => Promise<typeof import("*.vue")>;
|
47
|
+
FileSizeAttrEdit: () => Promise<typeof import("*.vue")>;
|
48
|
+
IvFromRow: () => Promise<typeof import("*.vue")>;
|
49
|
+
IvFromCol: () => Promise<typeof import("*.vue")>;
|
50
|
+
IvFormItem: () => Promise<any>;
|
51
|
+
IvFormTimePicker: () => Promise<any>;
|
52
|
+
IvFormSwitch: () => Promise<any>;
|
53
|
+
IvFormSelect: () => Promise<any>;
|
54
|
+
IvFormRate: () => Promise<any>;
|
55
|
+
IvFormRadio: () => Promise<any>;
|
56
|
+
IvFormInputNumber: () => Promise<any>;
|
57
|
+
IvFormDatePicker: () => Promise<any>;
|
58
|
+
IvFormCheckbox: () => Promise<any>;
|
59
|
+
IvFormAutoComplete: () => Promise<any>;
|
60
|
+
IvFormInput: () => Promise<any>;
|
61
|
+
IvModal: any;
|
62
|
+
IvAlert: () => Promise<any>;
|
63
|
+
IvAnchor: () => Promise<any>;
|
64
|
+
IvAutoComplete: () => Promise<typeof import("*.vue")>;
|
65
|
+
IvAvatar: () => Promise<any>;
|
66
|
+
IvAvatarList: () => Promise<any>;
|
67
|
+
IvBadge: () => Promise<any>;
|
68
|
+
IvBreadcrumb: () => Promise<any>;
|
69
|
+
IvButton: () => Promise<any>;
|
70
|
+
IvCell: () => Promise<any>;
|
71
|
+
IvCheckbox: () => Promise<any>;
|
72
|
+
IvCheckboxSingle: () => Promise<any>;
|
73
|
+
IvCollapsePanel: () => Promise<any>;
|
74
|
+
IvColorPicker: () => Promise<any>;
|
75
|
+
IvCountDown: () => Promise<any>;
|
76
|
+
IvDescription: () => Promise<any>;
|
77
|
+
IvDivider: () => Promise<any>;
|
78
|
+
IvDropdown: () => Promise<any>;
|
79
|
+
IvDropdownItem: () => Promise<any>;
|
80
|
+
IvEllipsis: () => Promise<any>;
|
81
|
+
IvGlobalFooter: () => Promise<any>;
|
82
|
+
IvListItem: () => Promise<any>;
|
83
|
+
IvMenu: () => Promise<typeof import("*.vue")>;
|
84
|
+
IvRadio: () => Promise<any>;
|
85
|
+
IvRadioSingle: () => Promise<any>;
|
86
|
+
IvSelect: () => Promise<any>;
|
87
|
+
IvSpin: () => Promise<any>;
|
88
|
+
IvStep: () => Promise<any>;
|
89
|
+
IvStepPane: () => Promise<typeof import("./components/IvWizard/step-pane.vue")>;
|
90
|
+
IvSwitch: () => Promise<any>;
|
91
|
+
IvTable: () => Promise<any>;
|
92
|
+
IvTag: () => Promise<any>;
|
93
|
+
IvTagSelect: () => Promise<typeof import("*.vue")>;
|
94
|
+
IvTimeline: () => Promise<any>;
|
95
|
+
IvTimelineItem: () => Promise<any>;
|
96
|
+
IvTooltip: () => Promise<typeof import("*.vue")>;
|
97
|
+
IvTreeSelect: () => Promise<any>;
|
98
|
+
IvUpload: () => Promise<typeof import("*.vue")>;
|
99
|
+
Page: () => Promise<typeof import("*.vue")>;
|
100
|
+
IvTree: () => Promise<typeof import("*.vue")>;
|
101
|
+
IvTransfer: () => Promise<any>;
|
102
|
+
IvCarouselItem: () => Promise<any>;
|
103
|
+
IvCalendar: () => Promise<any>;
|
104
|
+
IvPoptip: () => Promise<any>;
|
105
|
+
IvRadioGroup: () => Promise<any>;
|
106
|
+
IvCheckboxGroup: () => Promise<any>;
|
107
|
+
IvBackTop: () => Promise<any>;
|
108
|
+
Input: () => Promise<typeof import("*.vue")>;
|
109
|
+
Card: () => Promise<any>;
|
110
|
+
Tabs: () => Promise<typeof import("*.vue")>;
|
111
|
+
IvDrawer: () => Promise<any>;
|
112
|
+
Cascader: () => Promise<typeof import("*.vue")>;
|
113
|
+
IvCrud: () => Promise<typeof import("*.vue")>;
|
114
|
+
IvTableGrid: import("vue").DefineComponent<{
|
115
|
+
/**
|
116
|
+
* @description: // 基础组件
|
117
|
+
*/
|
118
|
+
pagerProps: {
|
119
|
+
type: import("vue").PropType<import("./components/IvTableGrid/pager-props").PagerProps>;
|
120
|
+
};
|
121
|
+
ds: {
|
122
|
+
type: import("vue").PropType<import("@fly-vue/lcdp-engine").LcdpDataSource>;
|
123
|
+
required: true;
|
124
|
+
};
|
125
|
+
data: {
|
126
|
+
type: ArrayConstructor;
|
127
|
+
};
|
128
|
+
visibleHeaderOp: {
|
129
|
+
type: BooleanConstructor;
|
130
|
+
};
|
131
|
+
autoReload: {
|
132
|
+
type: BooleanConstructor;
|
133
|
+
};
|
134
|
+
filters: {
|
135
|
+
type: import("vue").PropType<import("@fly-vue/lcdp-engine").SimpleDsQueryFilter>;
|
136
|
+
};
|
137
|
+
visibleMore: {
|
138
|
+
type: BooleanConstructor;
|
139
|
+
};
|
140
|
+
tableCols: {
|
141
|
+
type: import("vue").PropType<{
|
142
|
+
[index: string]: any;
|
143
|
+
title: string;
|
144
|
+
show: boolean;
|
145
|
+
}[]>;
|
146
|
+
};
|
147
|
+
enableSelectionCol: {
|
148
|
+
type: BooleanConstructor;
|
149
|
+
};
|
150
|
+
enableIndexCol: {
|
151
|
+
type: BooleanConstructor;
|
152
|
+
};
|
153
|
+
fixedIndex: {
|
154
|
+
type: StringConstructor;
|
155
|
+
};
|
156
|
+
fixedSelection: {
|
157
|
+
type: StringConstructor;
|
158
|
+
};
|
159
|
+
visiblePage: {
|
160
|
+
type: BooleanConstructor;
|
161
|
+
};
|
162
|
+
loadOnMounted: {
|
163
|
+
type: BooleanConstructor;
|
164
|
+
default: boolean;
|
165
|
+
};
|
166
|
+
showChildren: {
|
167
|
+
type: BooleanConstructor;
|
168
|
+
default: boolean;
|
169
|
+
};
|
170
|
+
selectRowSingle: {
|
171
|
+
type: BooleanConstructor;
|
172
|
+
default: boolean;
|
173
|
+
};
|
174
|
+
size: {
|
175
|
+
validator(value: any): boolean;
|
176
|
+
};
|
177
|
+
width: {
|
178
|
+
type: (NumberConstructor | StringConstructor)[];
|
179
|
+
};
|
180
|
+
height: {
|
181
|
+
type: (NumberConstructor | StringConstructor)[];
|
182
|
+
};
|
183
|
+
maxHeight: {
|
184
|
+
type: (NumberConstructor | StringConstructor)[];
|
185
|
+
};
|
186
|
+
stripe: {
|
187
|
+
type: BooleanConstructor;
|
188
|
+
default: boolean;
|
189
|
+
};
|
190
|
+
border: {
|
191
|
+
type: BooleanConstructor;
|
192
|
+
default: boolean;
|
193
|
+
};
|
194
|
+
showHeader: {
|
195
|
+
/**
|
196
|
+
* @description: // 基础组件
|
197
|
+
*/
|
198
|
+
type: BooleanConstructor;
|
199
|
+
default: boolean;
|
200
|
+
};
|
201
|
+
highlightRow: {
|
202
|
+
type: BooleanConstructor;
|
203
|
+
default: boolean;
|
204
|
+
};
|
205
|
+
rowClassName: {
|
206
|
+
type: FunctionConstructor;
|
207
|
+
default(): string;
|
208
|
+
};
|
209
|
+
context: {
|
210
|
+
/**
|
211
|
+
* @description: // 基础组件
|
212
|
+
*/
|
213
|
+
type: ObjectConstructor;
|
214
|
+
};
|
215
|
+
noDataText: {
|
216
|
+
type: StringConstructor;
|
217
|
+
};
|
218
|
+
noFilteredDataText: {
|
219
|
+
type: StringConstructor;
|
220
|
+
};
|
221
|
+
disabledHover: {
|
222
|
+
type: BooleanConstructor;
|
223
|
+
};
|
224
|
+
loading: {
|
225
|
+
type: BooleanConstructor;
|
226
|
+
default: boolean;
|
227
|
+
};
|
228
|
+
draggable: {
|
229
|
+
type: BooleanConstructor;
|
230
|
+
default: boolean;
|
231
|
+
};
|
232
|
+
tooltipTheme: {
|
233
|
+
validator(value: any): boolean;
|
234
|
+
default: string;
|
235
|
+
};
|
236
|
+
tooltipMaxWidth: {
|
237
|
+
type: NumberConstructor;
|
238
|
+
default: number;
|
239
|
+
};
|
240
|
+
rowKey: {
|
241
|
+
type: (BooleanConstructor | StringConstructor)[];
|
242
|
+
default: boolean;
|
243
|
+
};
|
244
|
+
spanMethod: {
|
245
|
+
type: FunctionConstructor;
|
246
|
+
};
|
247
|
+
showSummary: {
|
248
|
+
type: BooleanConstructor;
|
249
|
+
default: boolean;
|
250
|
+
};
|
251
|
+
summaryMethod: {
|
252
|
+
type: FunctionConstructor;
|
253
|
+
};
|
254
|
+
sumText: {
|
255
|
+
type: StringConstructor;
|
256
|
+
};
|
257
|
+
indentSize: {
|
258
|
+
type: NumberConstructor;
|
259
|
+
default: number;
|
260
|
+
};
|
261
|
+
loadData: {
|
262
|
+
type: FunctionConstructor;
|
263
|
+
};
|
264
|
+
updateShowChildren: {
|
265
|
+
type: BooleanConstructor;
|
266
|
+
default: boolean;
|
267
|
+
};
|
268
|
+
contextMenu: {
|
269
|
+
type: BooleanConstructor;
|
270
|
+
default: boolean;
|
271
|
+
};
|
272
|
+
showContextMenu: {
|
273
|
+
type: BooleanConstructor;
|
274
|
+
default: boolean;
|
275
|
+
};
|
276
|
+
fixedShadow: {
|
277
|
+
type: StringConstructor;
|
278
|
+
default: string;
|
279
|
+
};
|
280
|
+
padding: {
|
281
|
+
type: (NumberConstructor | StringConstructor)[];
|
282
|
+
default: number;
|
283
|
+
};
|
284
|
+
}, {
|
285
|
+
ivTableGridRef: import("vue").Ref<string>;
|
286
|
+
allTableColumn: import("vue").ComputedRef<any[]>;
|
287
|
+
tableColumns: import("vue").ComputedRef<any[]>;
|
288
|
+
filterTableColumn: import("vue").Ref<any[]>;
|
289
|
+
pager: import("./components/IvTableGrid/use-pager-events").TablePager;
|
290
|
+
pagerPropsNew: import("vue").Ref<{
|
291
|
+
pageSize: number;
|
292
|
+
pageSizeOpts: number[];
|
293
|
+
placement: "bottom" | "top";
|
294
|
+
transfer: boolean;
|
295
|
+
size: "default" | "small";
|
296
|
+
simple: boolean;
|
297
|
+
showTotal: boolean;
|
298
|
+
showElevator: boolean;
|
299
|
+
showSizer: boolean;
|
300
|
+
className: string;
|
301
|
+
styles: any;
|
302
|
+
prevText: string;
|
303
|
+
nextText: string;
|
304
|
+
disabled: boolean;
|
305
|
+
}>;
|
306
|
+
grdiStyle: import("vue").ComputedRef<{
|
307
|
+
padding: string | number;
|
308
|
+
}>;
|
309
|
+
tableData: import("vue").Ref<any[]>;
|
310
|
+
onSearch: (resetPage?: boolean, immediate?: boolean) => void;
|
311
|
+
onSelectionChange: (_selection: any) => void;
|
312
|
+
selection: any;
|
313
|
+
tableFullscreen: import("vue").Ref<boolean>;
|
314
|
+
handleFullscreen: () => void;
|
315
|
+
handleResetColumn: (cols: any) => void;
|
316
|
+
addRow: (params: any, isFirst: boolean) => void;
|
317
|
+
deleteRow: (num: number | number[], callback: any) => any;
|
318
|
+
getSelectData: (id: any) => any;
|
319
|
+
gridTable: import("vue").Ref<any>;
|
320
|
+
onContextmenu: (row: any, event: any, position: any) => void;
|
321
|
+
handlePagePrev: (val: any) => void;
|
322
|
+
handlePageNext: (val: any) => void;
|
323
|
+
handlePageSizeChange: (val: any) => void;
|
324
|
+
handlePageChange: (val: any) => void;
|
325
|
+
}, {}, {}, {
|
326
|
+
onRowClick(selection: any, index: any): void;
|
327
|
+
}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
328
|
+
/**
|
329
|
+
* @description: // 基础组件
|
330
|
+
*/
|
331
|
+
pagerProps: {
|
332
|
+
type: import("vue").PropType<import("./components/IvTableGrid/pager-props").PagerProps>;
|
333
|
+
};
|
334
|
+
ds: {
|
335
|
+
type: import("vue").PropType<import("@fly-vue/lcdp-engine").LcdpDataSource>;
|
336
|
+
required: true;
|
337
|
+
};
|
338
|
+
data: {
|
339
|
+
type: ArrayConstructor;
|
340
|
+
};
|
341
|
+
visibleHeaderOp: {
|
342
|
+
type: BooleanConstructor;
|
343
|
+
};
|
344
|
+
autoReload: {
|
345
|
+
type: BooleanConstructor;
|
346
|
+
};
|
347
|
+
filters: {
|
348
|
+
type: import("vue").PropType<import("@fly-vue/lcdp-engine").SimpleDsQueryFilter>;
|
349
|
+
};
|
350
|
+
visibleMore: {
|
351
|
+
type: BooleanConstructor;
|
352
|
+
};
|
353
|
+
tableCols: {
|
354
|
+
type: import("vue").PropType<{
|
355
|
+
[index: string]: any;
|
356
|
+
title: string;
|
357
|
+
show: boolean;
|
358
|
+
}[]>;
|
359
|
+
};
|
360
|
+
enableSelectionCol: {
|
361
|
+
type: BooleanConstructor;
|
362
|
+
};
|
363
|
+
enableIndexCol: {
|
364
|
+
type: BooleanConstructor;
|
365
|
+
};
|
366
|
+
fixedIndex: {
|
367
|
+
type: StringConstructor;
|
368
|
+
};
|
369
|
+
fixedSelection: {
|
370
|
+
type: StringConstructor;
|
371
|
+
};
|
372
|
+
visiblePage: {
|
373
|
+
type: BooleanConstructor;
|
374
|
+
};
|
375
|
+
loadOnMounted: {
|
376
|
+
type: BooleanConstructor;
|
377
|
+
default: boolean;
|
378
|
+
};
|
379
|
+
showChildren: {
|
380
|
+
type: BooleanConstructor;
|
381
|
+
default: boolean;
|
382
|
+
};
|
383
|
+
selectRowSingle: {
|
384
|
+
type: BooleanConstructor;
|
385
|
+
default: boolean;
|
386
|
+
};
|
387
|
+
size: {
|
388
|
+
validator(value: any): boolean;
|
389
|
+
};
|
390
|
+
width: {
|
391
|
+
type: (NumberConstructor | StringConstructor)[];
|
392
|
+
};
|
393
|
+
height: {
|
394
|
+
type: (NumberConstructor | StringConstructor)[];
|
395
|
+
};
|
396
|
+
maxHeight: {
|
397
|
+
type: (NumberConstructor | StringConstructor)[];
|
398
|
+
};
|
399
|
+
stripe: {
|
400
|
+
type: BooleanConstructor;
|
401
|
+
default: boolean;
|
402
|
+
};
|
403
|
+
border: {
|
404
|
+
type: BooleanConstructor;
|
405
|
+
default: boolean;
|
406
|
+
};
|
407
|
+
showHeader: {
|
408
|
+
/**
|
409
|
+
* @description: // 基础组件
|
410
|
+
*/
|
411
|
+
type: BooleanConstructor;
|
412
|
+
default: boolean;
|
413
|
+
};
|
414
|
+
highlightRow: {
|
415
|
+
type: BooleanConstructor;
|
416
|
+
default: boolean;
|
417
|
+
};
|
418
|
+
rowClassName: {
|
419
|
+
type: FunctionConstructor;
|
420
|
+
default(): string;
|
421
|
+
};
|
422
|
+
context: {
|
423
|
+
/**
|
424
|
+
* @description: // 基础组件
|
425
|
+
*/
|
426
|
+
type: ObjectConstructor;
|
427
|
+
};
|
428
|
+
noDataText: {
|
429
|
+
type: StringConstructor;
|
430
|
+
};
|
431
|
+
noFilteredDataText: {
|
432
|
+
type: StringConstructor;
|
433
|
+
};
|
434
|
+
disabledHover: {
|
435
|
+
type: BooleanConstructor;
|
436
|
+
};
|
437
|
+
loading: {
|
438
|
+
type: BooleanConstructor;
|
439
|
+
default: boolean;
|
440
|
+
};
|
441
|
+
draggable: {
|
442
|
+
type: BooleanConstructor;
|
443
|
+
default: boolean;
|
444
|
+
};
|
445
|
+
tooltipTheme: {
|
446
|
+
validator(value: any): boolean;
|
447
|
+
default: string;
|
448
|
+
};
|
449
|
+
tooltipMaxWidth: {
|
450
|
+
type: NumberConstructor;
|
451
|
+
default: number;
|
452
|
+
};
|
453
|
+
rowKey: {
|
454
|
+
type: (BooleanConstructor | StringConstructor)[];
|
455
|
+
default: boolean;
|
456
|
+
};
|
457
|
+
spanMethod: {
|
458
|
+
type: FunctionConstructor;
|
459
|
+
};
|
460
|
+
showSummary: {
|
461
|
+
type: BooleanConstructor;
|
462
|
+
default: boolean;
|
463
|
+
};
|
464
|
+
summaryMethod: {
|
465
|
+
type: FunctionConstructor;
|
466
|
+
};
|
467
|
+
sumText: {
|
468
|
+
type: StringConstructor;
|
469
|
+
};
|
470
|
+
indentSize: {
|
471
|
+
type: NumberConstructor;
|
472
|
+
default: number;
|
473
|
+
};
|
474
|
+
loadData: {
|
475
|
+
type: FunctionConstructor;
|
476
|
+
};
|
477
|
+
updateShowChildren: {
|
478
|
+
type: BooleanConstructor;
|
479
|
+
default: boolean;
|
480
|
+
};
|
481
|
+
contextMenu: {
|
482
|
+
type: BooleanConstructor;
|
483
|
+
default: boolean;
|
484
|
+
};
|
485
|
+
showContextMenu: {
|
486
|
+
type: BooleanConstructor;
|
487
|
+
default: boolean;
|
488
|
+
};
|
489
|
+
fixedShadow: {
|
490
|
+
type: StringConstructor;
|
491
|
+
default: string;
|
492
|
+
};
|
493
|
+
padding: {
|
494
|
+
type: (NumberConstructor | StringConstructor)[];
|
495
|
+
default: number;
|
496
|
+
};
|
497
|
+
}>>, {
|
498
|
+
draggable: boolean;
|
499
|
+
border: boolean;
|
500
|
+
contextMenu: boolean;
|
501
|
+
visibleHeaderOp: boolean;
|
502
|
+
autoReload: boolean;
|
503
|
+
visibleMore: boolean;
|
504
|
+
enableSelectionCol: boolean;
|
505
|
+
enableIndexCol: boolean;
|
506
|
+
visiblePage: boolean;
|
507
|
+
loadOnMounted: boolean;
|
508
|
+
showChildren: boolean;
|
509
|
+
selectRowSingle: boolean;
|
510
|
+
stripe: boolean;
|
511
|
+
showHeader: boolean;
|
512
|
+
highlightRow: boolean;
|
513
|
+
rowClassName: Function;
|
514
|
+
disabledHover: boolean;
|
515
|
+
loading: boolean;
|
516
|
+
tooltipTheme: string;
|
517
|
+
tooltipMaxWidth: number;
|
518
|
+
rowKey: string | boolean;
|
519
|
+
showSummary: boolean;
|
520
|
+
indentSize: number;
|
521
|
+
updateShowChildren: boolean;
|
522
|
+
showContextMenu: boolean;
|
523
|
+
fixedShadow: string;
|
524
|
+
padding: string | number;
|
525
|
+
}>;
|
526
|
+
IvWizard: () => Promise<typeof import("./components/IvWizard/index.vue")>;
|
527
|
+
IamMemberSelect: () => Promise<typeof import("*.vue")>;
|
528
|
+
IamOrgSelect: () => Promise<typeof import("*.vue")>;
|
529
|
+
IamOrgTree: () => Promise<typeof import("*.vue")>;
|
530
|
+
DynamicInput: () => Promise<typeof import("./components/lab-component/dynamic-input/index.vue")>;
|
531
|
+
IvScrollSpy: () => Promise<typeof import("*.vue")>;
|
532
|
+
IvScrollSpyItem: () => Promise<typeof import("*.vue")>;
|
533
|
+
IvImagePreview: () => Promise<typeof import("*.vue")>;
|
534
|
+
IvRegion: () => Promise<typeof import("*.vue")>;
|
535
|
+
IvEntityForm: () => Promise<any>;
|
536
|
+
IvEntityFormItem: () => Promise<any>;
|
537
|
+
IvEntityList: () => Promise<any>;
|
538
|
+
IvEntityListItem: () => Promise<any>;
|
539
|
+
IvSplit: () => Promise<typeof import("*.vue")>;
|
540
|
+
IvContainer: () => Promise<any>;
|
541
|
+
IvDiv: () => Promise<any>;
|
542
|
+
IvFlex: () => Promise<typeof import("*.vue")>;
|
543
|
+
IvFlexItem: () => Promise<typeof import("*.vue")>;
|
544
|
+
IvHtml: () => Promise<typeof import("./components/base/IvHtml/index.vue")>;
|
545
|
+
IvIframe: () => Promise<typeof import("./components/base/IvIframe/index.vue")>;
|
546
|
+
IvImage: () => Promise<typeof import("*.vue")>;
|
547
|
+
IvLink: () => Promise<any>;
|
548
|
+
IvSpan: () => Promise<typeof import("*.vue")>;
|
549
|
+
IvText: () => Promise<typeof import("./components/base/IvText/index.vue")>;
|
550
|
+
IvTitle: () => Promise<any>;
|
551
|
+
IvLiList: () => Promise<any>;
|
552
|
+
IvLi: () => Promise<typeof import("*.vue")>;
|
553
|
+
IvEmpty: () => Promise<any>;
|
554
|
+
IvLayoutContainer: () => Promise<typeof import("*.vue")>;
|
555
|
+
IvLayout: () => Promise<any>;
|
556
|
+
IvHeader: () => Promise<any>;
|
557
|
+
IvSider: () => Promise<any>;
|
558
|
+
IvContent: () => Promise<any>;
|
559
|
+
IvFooter: () => Promise<any>;
|
560
|
+
IvGrid: () => Promise<any>;
|
561
|
+
IvTableColumn: any;
|
562
|
+
IvTableGridColumn: any;
|
563
|
+
IvForm: any;
|
564
|
+
IamFormMemberSelect: any;
|
565
|
+
IamFormOrgSelect: any;
|
566
|
+
SingleLineText: {
|
567
|
+
functional: boolean;
|
568
|
+
props: string[];
|
569
|
+
render(createElement: any, context: any): any;
|
570
|
+
};
|
571
|
+
Number: {
|
572
|
+
functional: boolean;
|
573
|
+
props: string[];
|
574
|
+
render(createElement: any, context: any): any;
|
575
|
+
};
|
576
|
+
Boolean: {
|
577
|
+
functional: boolean;
|
578
|
+
props: string[];
|
579
|
+
render(createElement: any, context: any): any;
|
580
|
+
};
|
581
|
+
SingleSelect: {
|
582
|
+
functional: boolean;
|
583
|
+
props: string[];
|
584
|
+
render(createElement: any, context: any): any;
|
585
|
+
};
|
586
|
+
MultipleSelect: {
|
587
|
+
functional: boolean;
|
588
|
+
props: string[];
|
589
|
+
render(createElement: any, context: any): any;
|
590
|
+
};
|
591
|
+
TitleAttrEdit: {
|
592
|
+
functional: boolean;
|
593
|
+
props: string[];
|
594
|
+
render(createElement: any, context: any): any;
|
595
|
+
};
|
596
|
+
};
|
597
|
+
export default _default;
|