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