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