@fly-vue/lcdp-iview 1.7.4 → 1.7.5-1

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