@fly-vue/lcdp-iview 1.7.5-6 → 1.7.6

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