@fly-vue/lcdp-iview 1.8.7-1 → 1.8.8-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. package/@types/module/action-nodes/impl/back.d.ts +6 -6
  2. package/@types/module/action-nodes/impl/clipboard.d.ts +6 -6
  3. package/@types/module/action-nodes/impl/confirm.d.ts +6 -6
  4. package/@types/module/action-nodes/impl/end.d.ts +4 -4
  5. package/@types/module/action-nodes/impl/http-download.d.ts +6 -6
  6. package/@types/module/action-nodes/impl/iam-member-select.d.ts +6 -6
  7. package/@types/module/action-nodes/impl/iam-org-select.d.ts +6 -6
  8. package/@types/module/action-nodes/impl/index.d.ts +4 -2
  9. package/@types/module/action-nodes/impl/message.d.ts +6 -6
  10. package/@types/module/action-nodes/impl/notice.d.ts +6 -6
  11. package/@types/module/action-nodes/impl/open-in-dialog.d.ts +10 -10
  12. package/@types/module/action-nodes/impl/open-in-drawer.d.ts +16 -16
  13. package/@types/module/action-nodes/impl/open-picker.d.ts +10 -10
  14. package/@types/module/action-nodes/impl/read-file.d.ts +6 -6
  15. package/@types/module/action-nodes/impl/start.d.ts +4 -4
  16. package/@types/module/action-nodes/impl/table-grid.d.ts +8 -8
  17. package/@types/module/action-nodes/impl/upload-file.d.ts +16 -16
  18. package/@types/module/action-nodes/impl/wizard.d.ts +8 -8
  19. package/@types/module/action-nodes/index.d.ts +6 -6
  20. package/@types/module/components/attribute/TableColAttrEditMockData.vue.d.ts +39 -39
  21. package/@types/module/components/attribute/base-attr-components.d.ts +48 -48
  22. package/@types/module/components/attribute/designer/prop-value-editor/var-input/index.vue.d.ts +73 -66
  23. package/@types/module/components/attribute/prop-value-editor/array-editor/create-edit-dialog.d.ts +10 -10
  24. package/@types/module/components/attribute/prop-value-editor/array-editor/index.vue.d.ts +114 -114
  25. package/@types/module/components/attribute/prop-value-editor/array-editor/use-array-updater.d.ts +10 -10
  26. package/@types/module/components/attribute/prop-value-editor/base-props.d.ts +28 -28
  27. package/@types/module/components/attribute/prop-value-editor/common/use-input-type.d.ts +8 -8
  28. package/@types/module/components/attribute/prop-value-editor/designer-props.d.ts +17 -17
  29. package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/create-selectdsfields-dialog.d.ts +7 -7
  30. package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/fields-editor.vue.d.ts +61 -61
  31. package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/index.vue.d.ts +56 -56
  32. package/@types/module/components/attribute/prop-value-editor/export-candidate-fields-editor/select-ds-fields.vue.d.ts +24 -24
  33. package/@types/module/components/attribute/prop-value-editor/filters-editor/common-props.d.ts +19 -19
  34. package/@types/module/components/attribute/prop-value-editor/filters-editor/filter.vue.d.ts +97 -97
  35. package/@types/module/components/attribute/prop-value-editor/filters-editor/filters.vue.d.ts +103 -103
  36. package/@types/module/components/attribute/prop-value-editor/filters-editor/index.vue.d.ts +63 -63
  37. package/@types/module/components/attribute/prop-value-editor/filters-editor/operators.d.ts +4 -4
  38. package/@types/module/components/attribute/prop-value-editor/filters-editor/types.d.ts +11 -11
  39. package/@types/module/components/attribute/prop-value-editor/index.d.ts +12 -12
  40. package/@types/module/components/attribute/prop-value-editor/json-editor.vue.d.ts +67 -67
  41. package/@types/module/components/attribute/prop-value-editor/name-values-editor.vue.d.ts +58 -58
  42. package/@types/module/components/attribute/prop-value-editor/object-editor.vue.d.ts +59 -59
  43. package/@types/module/components/attribute/tableDictionary.d.ts +6 -6
  44. package/@types/module/components/components/IvTableGrid/cols.d.ts +21 -21
  45. package/@types/module/components/components/IvTableGrid/pager-props.d.ts +19 -19
  46. package/@types/module/components/components/IvTableGrid/table-props.d.ts +107 -107
  47. package/@types/module/components/components/IvTableGrid/{index.vue.d.ts → table.vue.d.ts} +447 -447
  48. package/@types/module/components/components/IvTableGrid/use-pager-events.d.ts +8 -8
  49. package/@types/module/components/components/IvTableGrid/use-table-events.d.ts +8 -8
  50. package/@types/module/components/components/IvTableGrid/utils.d.ts +1 -1
  51. package/@types/module/components/components/IvWizard/index.vue.d.ts +26 -26
  52. package/@types/module/components/components/IvWizard/step-pane.vue.d.ts +24 -24
  53. package/@types/module/components/components/base/IvIframe/index.vue.d.ts +35 -35
  54. package/@types/module/components/components/base/IvText/index.vue.d.ts +45 -45
  55. package/@types/module/components/components/iam/lib/modal.d.ts +2 -2
  56. package/@types/module/components/components/iam/lib/query-methods-builder-old.d.ts +18 -18
  57. package/@types/module/components/components/iam/lib/query-methods-builder.d.ts +25 -25
  58. package/@types/module/components/components/iam/lib/tree.d.ts +10 -10
  59. package/@types/module/components/components/iam/mixins/build-query-methods.d.ts +60 -60
  60. package/@types/module/components/components/iview.d.ts +12 -12
  61. package/@types/module/components/components/lab-component/dynamic-input/index.vue.d.ts +40 -40
  62. package/@types/module/components/for-designer/index.d.ts +8 -6
  63. package/@types/module/components/for-renderer/data-exporter/csv.d.ts +1 -1
  64. package/@types/module/components/for-renderer/data-exporter/export-csv.d.ts +1 -1
  65. package/@types/module/components/for-renderer/data-exporter/index.vue.d.ts +70 -70
  66. package/@types/module/components/for-renderer/data-exporter/types.d.ts +9 -9
  67. package/@types/module/components/for-renderer/event-container/context.d.ts +48 -48
  68. package/@types/module/components/for-renderer/event-container/form-context.d.ts +9 -9
  69. package/@types/module/components/for-renderer/event-container/index.d.ts +3 -3
  70. package/@types/module/components/for-renderer/event-container/use-channel.d.ts +4 -4
  71. package/@types/module/components/for-renderer/event-container/use-form.d.ts +10 -10
  72. package/@types/module/components/for-renderer/excel-importer/failed-list.vue.d.ts +33 -33
  73. package/@types/module/components/for-renderer/excel-importer/index.vue.d.ts +166 -166
  74. package/@types/module/components/for-renderer/excel-importer/successful-list.vue.d.ts +22 -22
  75. package/@types/module/components/for-renderer/excel-importer/test-data.d.ts +15 -15
  76. package/@types/module/components/for-renderer/excel-importer/to-import-list.vue.d.ts +29 -29
  77. package/@types/module/components/for-renderer/excel-importer/types.d.ts +17 -17
  78. package/@types/module/components/for-renderer/excel-importer/use-check-all.d.ts +4 -4
  79. package/@types/module/components/for-renderer/excel-importer/use-pager.d.ts +6 -6
  80. package/@types/module/components/for-renderer/excel-importer/use-records-handler.d.ts +34 -34
  81. package/@types/module/components/for-renderer/excel-importer/use-urls.d.ts +5 -5
  82. package/@types/module/components/for-renderer/index.d.ts +16 -16
  83. package/@types/module/components/for-renderer/layout/iv-header-collapse.vue.d.ts +12 -12
  84. package/@types/module/components/for-renderer/layout/iv-trigger-container.vue.d.ts +44 -44
  85. package/@types/module/components/index.d.ts +261 -261
  86. package/@types/module/components/utils.d.ts +41 -41
  87. package/@types/module/index.d.ts +12 -12
  88. package/@types/module/plugins/index.d.ts +1 -1
  89. package/@types/module/plugins/use-services.d.ts +6 -6
  90. package/@types/module/schema-extend/components/IvPageLayout.d.ts +34 -34
  91. package/@types/module/schema-extend/components/actions.d.ts +7 -7
  92. package/@types/module/schema-extend/components/auth.d.ts +17 -17
  93. package/@types/module/schema-extend/components/badge.d.ts +63 -63
  94. package/@types/module/schema-extend/components/carousel.d.ts +54 -54
  95. package/@types/module/schema-extend/components/cascader.d.ts +65 -65
  96. package/@types/module/schema-extend/components/checkbox.d.ts +53 -53
  97. package/@types/module/schema-extend/components/collapse.d.ts +38 -38
  98. package/@types/module/schema-extend/components/color-picker.d.ts +16 -16
  99. package/@types/module/schema-extend/components/data-picker.d.ts +244 -244
  100. package/@types/module/schema-extend/components/description-list.d.ts +39 -39
  101. package/@types/module/schema-extend/components/divider.d.ts +22 -22
  102. package/@types/module/schema-extend/components/drawer.d.ts +55 -55
  103. package/@types/module/schema-extend/components/ellipsis.d.ts +47 -47
  104. package/@types/module/schema-extend/components/excel-importer.d.ts +16 -16
  105. package/@types/module/schema-extend/components/footer.d.ts +37 -37
  106. package/@types/module/schema-extend/components/form.d.ts +697 -697
  107. package/@types/module/schema-extend/components/globalfooter.d.ts +23 -23
  108. package/@types/module/schema-extend/components/grid.d.ts +114 -114
  109. package/@types/module/schema-extend/components/iam-org-tree.d.ts +10 -10
  110. package/@types/module/schema-extend/components/image.d.ts +22 -22
  111. package/@types/module/schema-extend/components/input.d.ts +10 -10
  112. package/@types/module/schema-extend/components/iv-header.d.ts +24 -24
  113. package/@types/module/schema-extend/components/iv-table.d.ts +332 -332
  114. package/@types/module/schema-extend/components/iv-text.d.ts +12 -12
  115. package/@types/module/schema-extend/components/ivlink.d.ts +27 -27
  116. package/@types/module/schema-extend/components/layout.d.ts +137 -137
  117. package/@types/module/schema-extend/components/lcdp-event-receiver.d.ts +17 -17
  118. package/@types/module/schema-extend/components/li-list.d.ts +33 -33
  119. package/@types/module/schema-extend/components/list.d.ts +81 -81
  120. package/@types/module/schema-extend/components/modal.d.ts +55 -55
  121. package/@types/module/schema-extend/components/numberInfo.d.ts +10 -10
  122. package/@types/module/schema-extend/components/others.d.ts +378 -378
  123. package/@types/module/schema-extend/components/page.d.ts +60 -60
  124. package/@types/module/schema-extend/components/poptip.d.ts +22 -22
  125. package/@types/module/schema-extend/components/radio.d.ts +82 -82
  126. package/@types/module/schema-extend/components/region.d.ts +18 -18
  127. package/@types/module/schema-extend/components/result.d.ts +10 -10
  128. package/@types/module/schema-extend/components/scroll.d.ts +30 -30
  129. package/@types/module/schema-extend/components/scrollspy.d.ts +58 -58
  130. package/@types/module/schema-extend/components/steps.d.ts +38 -38
  131. package/@types/module/schema-extend/components/table.d.ts +195 -195
  132. package/@types/module/schema-extend/components/tag-select.d.ts +43 -43
  133. package/@types/module/schema-extend/components/tag.d.ts +18 -18
  134. package/@types/module/schema-extend/components/timeline.d.ts +39 -39
  135. package/@types/module/schema-extend/components/tinymce.d.ts +27 -27
  136. package/@types/module/schema-extend/components/title.d.ts +18 -18
  137. package/@types/module/schema-extend/components/tooltips.d.ts +10 -10
  138. package/@types/module/schema-extend/components/transfer.d.ts +65 -65
  139. package/@types/module/schema-extend/components/tree.d.ts +53 -53
  140. package/@types/module/schema-extend/components/upload.d.ts +43 -43
  141. package/@types/module/schema-extend/components/wizard.d.ts +62 -62
  142. package/@types/module/schema-extend/index.d.ts +1 -1
  143. package/@types/module/schema-extend/iview-schema.d.ts +2 -2
  144. package/@types/module/schema-extend/utils.d.ts +45 -45
  145. package/@types/module/validate-processor.d.ts +6 -6
  146. package/bingo-builder-manifest.json +16 -16
  147. package/index.js +4 -4
  148. package/modules/fly_vue_lcdp_iview/assets/css/app.css +1 -1
  149. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-basecomponent.6f5a7216.css +1 -0
  150. package/modules/fly_vue_lcdp_iview/chunk-732b533d.31d77d9e480184e20238.js +1 -0
  151. package/modules/fly_vue_lcdp_iview/dll.js +8 -8
  152. package/modules/fly_vue_lcdp_iview/lcdp-designer-components.31d77d9e480184e20238.js +1 -0
  153. package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.31d77d9e480184e20238.js +1 -0
  154. package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.31d77d9e480184e20238.js +1 -0
  155. package/modules/fly_vue_lcdp_iview/lcdp-iview-component.31d77d9e480184e20238.js +1 -0
  156. package/modules/fly_vue_lcdp_iview/{lcdp-renderer-components.6bad89a95cf1d4489f3c.js → lcdp-renderer-components.31d77d9e480184e20238.js} +1 -1
  157. package/modules/fly_vue_lcdp_iview/vendors~lcdp-iview-attrcomponent~lcdp-iview-basecomponent.31d77d9e480184e20238.js +1 -0
  158. package/modules/fly_vue_lcdp_iview/vendors~lcdp-renderer-components.31d77d9e480184e20238.js +15 -0
  159. package/package.json +15 -15
  160. package/modules/fly_vue_lcdp_iview/chunk-732b533d.6bad89a95cf1d4489f3c.js +0 -1
  161. package/modules/fly_vue_lcdp_iview/lcdp-designer-components.6bad89a95cf1d4489f3c.js +0 -1
  162. package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.6bad89a95cf1d4489f3c.js +0 -1
  163. package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.6bad89a95cf1d4489f3c.js +0 -1
  164. package/modules/fly_vue_lcdp_iview/lcdp-iview-component.6bad89a95cf1d4489f3c.js +0 -1
  165. package/modules/fly_vue_lcdp_iview/vendors~lcdp-iview-attrcomponent.6bad89a95cf1d4489f3c.js +0 -1
  166. package/modules/fly_vue_lcdp_iview/vendors~lcdp-renderer-components.6bad89a95cf1d4489f3c.js +0 -15
  167. /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-ice.6bad89a95cf1d4489f3c.js → lcdp-iview-component-ice.31d77d9e480184e20238.js} +0 -0
  168. /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-region.6bad89a95cf1d4489f3c.js → lcdp-iview-component-region.31d77d9e480184e20238.js} +0 -0
  169. /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component-ice.6bad89a95cf1d4489f3c.js → vendors~lcdp-iview-component-ice.31d77d9e480184e20238.js} +0 -0
  170. /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component.6bad89a95cf1d4489f3c.js → vendors~lcdp-iview-component.31d77d9e480184e20238.js} +0 -0
@@ -1,261 +1,261 @@
1
- /// <reference types="vue-shims" />
2
- declare const _default: {
3
- DesignPageView: () => Promise<typeof import("*.vue")>;
4
- DesignIamMemberSelect: () => Promise<typeof import("*.vue")>;
5
- LcdpDataImporter: () => Promise<typeof import("./for-renderer/excel-importer/index.vue")>;
6
- LcdpDataExporter: () => Promise<typeof import("./for-renderer/data-exporter/index.vue")>;
7
- IvHeaderCollapse: () => Promise<typeof import("./for-renderer/layout/iv-header-collapse.vue")>;
8
- IvPageLayout: () => Promise<typeof import("*.vue")>;
9
- IvPageView: () => Promise<typeof import("*.vue")>;
10
- IvTriggerContainer: () => Promise<typeof import("./for-renderer/layout/iv-trigger-container.vue")>;
11
- IvHeaderLeft: () => Promise<typeof import("*.vue")>;
12
- IvHeaderCenter: () => Promise<typeof import("*.vue")>;
13
- IvHeaderRight: () => Promise<typeof import("*.vue")>;
14
- LcdpDataPicker: () => Promise<typeof import("*.vue")>;
15
- LcdpDataPickerInput: () => Promise<typeof import("*.vue")>;
16
- LcdpDataColumn: () => Promise<typeof import("./for-renderer/data-picker/data-column")>;
17
- VarInput: () => Promise<typeof import("./attribute/designer/prop-value-editor/var-input/index.vue")>;
18
- InputSearchTypeAttrEdit: () => Promise<typeof import("*.vue")>;
19
- DataDictionaryDisabledAttrEdit: () => Promise<typeof import("*.vue")>;
20
- OneArrayOptionAttrEdit: () => Promise<typeof import("*.vue")>;
21
- EntitySelectAttrEdit: () => Promise<typeof import("*.vue")>;
22
- EntityFieldsAttrEdit: () => Promise<typeof import("*.vue")>;
23
- PropsObjectAttrEdit: () => Promise<typeof import("*.vue")>;
24
- GridColAttrEdit: () => Promise<typeof import("*.vue")>;
25
- GridFitAttrEdit: () => Promise<typeof import("*.vue")>;
26
- TableFiltersEditor: () => Promise<typeof import("./attribute/prop-value-editor/filters-editor/index.vue")>;
27
- SimpleJsonEditor: () => Promise<typeof import("./attribute/prop-value-editor/json-editor.vue")>;
28
- ObjectEditor: () => Promise<typeof import("./attribute/prop-value-editor/object-editor.vue")>;
29
- ArrayEditor: () => Promise<typeof import("./attribute/prop-value-editor/array-editor/index.vue")>;
30
- NameValuesEditor: () => Promise<typeof import("./attribute/prop-value-editor/name-values-editor.vue")>;
31
- ExportCandidateFieldsEditor: () => Promise<typeof import("./attribute/prop-value-editor/export-candidate-fields-editor/index.vue")>;
32
- MapEditor: () => Promise<typeof import("*.vue")>;
33
- ServicePathSelector: () => Promise<typeof import("*.vue")>;
34
- AutoCompleteAttrEdit: () => Promise<typeof import("*.vue")>;
35
- ColSelectAttrEdit: () => Promise<typeof import("*.vue")>;
36
- FlexAttrEdit: () => Promise<typeof import("*.vue")>;
37
- ColorPickerAttrEdit: () => Promise<typeof import("*.vue")>;
38
- DataDictionaryAttrEdit: () => Promise<typeof import("*.vue")>;
39
- TableDataDictionaryAttrEdit: () => Promise<typeof import("*.vue")>;
40
- DatePickerAttrEdit: () => Promise<typeof import("*.vue")>;
41
- IconSelectAttrEdit: () => Promise<typeof import("*.vue")>;
42
- KeyNameAttrEdit: () => Promise<typeof import("*.vue")>;
43
- MonacoAttrEdit: () => Promise<typeof import("*.vue")>;
44
- OptionAttrEdit: () => Promise<typeof import("*.vue")>;
45
- PagerAttrEdit: () => Promise<typeof import("*.vue")>;
46
- AuthAttrEdit: () => Promise<typeof import("*.vue")>;
47
- AuthSelectAttrEdit: () => Promise<typeof import("*.vue")>;
48
- RadioGroupAttrEdit: () => Promise<typeof import("*.vue")>;
49
- RulesAttrEdit: () => Promise<typeof import("*.vue")>;
50
- RulesAttrEditSchema: () => Promise<typeof import("*.vue")>;
51
- SliderAttrEdit: () => Promise<typeof import("*.vue")>;
52
- StrokeColorAttrEdit: () => Promise<typeof import("*.vue")>;
53
- StyleAttrEdit: () => Promise<typeof import("*.vue")>;
54
- TabPanelAttrEdit: () => Promise<typeof import("*.vue")>;
55
- TableColAttrEdit: () => Promise<typeof import("*.vue")>;
56
- TableSearchAttrEdit: () => Promise<typeof import("*.vue")>;
57
- TextareaAttrEdit: () => Promise<typeof import("*.vue")>;
58
- AttrSelectAttrEdit: () => Promise<typeof import("*.vue")>;
59
- FormIdSelectAttrEdit: () => Promise<typeof import("*.vue")>;
60
- ComPropMultiSelect: () => Promise<typeof import("*.vue")>;
61
- FormIdMultiSelect: () => Promise<typeof import("*.vue")>;
62
- TableIdSelectAttrEdit: () => Promise<typeof import("*.vue")>;
63
- StepIdSelectAttrEdit: () => Promise<typeof import("*.vue")>;
64
- ScheamPropertiesAttrEdit: () => Promise<typeof import("*.vue")>;
65
- IvTableDataAttrEdit: () => Promise<typeof import("*.vue")>;
66
- MenuTreeAttrEdit: () => Promise<typeof import("*.vue")>;
67
- FileTypeAttrEdit: () => Promise<typeof import("*.vue")>;
68
- FileSizeAttrEdit: () => Promise<typeof import("*.vue")>;
69
- TabPane: () => Promise<typeof import("*.vue")>;
70
- IvFromRow: () => Promise<typeof import("*.vue")>;
71
- IvFromCol: () => Promise<typeof import("*.vue")>;
72
- IvFormItem: () => Promise<typeof import("./components/iview/IvFormItem.js")>;
73
- IvFormTimePicker: () => Promise<typeof import("./components/iview/IvFormTimePicker.js")>;
74
- IvFormSwitch: () => Promise<typeof import("./components/iview/IvFormSwitch.js")>;
75
- IvFormSelect: () => Promise<typeof import("./components/iview/IvFormSelect.js")>;
76
- IvFormRate: () => Promise<typeof import("./components/iview/IvFormRate.js")>;
77
- IvFormRadio: () => Promise<typeof import("./components/iview/IvFormRadio.js")>;
78
- IvFormInputNumber: () => Promise<typeof import("./components/iview/IvFormInputNumber.js")>;
79
- IvFormDatePicker: () => Promise<typeof import("./components/iview/IvFormDatePicker.js")>;
80
- IvFormCheckbox: () => Promise<typeof import("./components/iview/IvFormCheckbox.js")>;
81
- IvFormAutoComplete: () => Promise<typeof import("./components/iview/IvFormAutoComplete.js")>;
82
- IvFormInput: () => Promise<typeof import("./components/iview/IvFormInput.js")>;
83
- IvFormUpload: () => Promise<typeof import("./components/iview/IvFormUpload.js")>;
84
- IvModal: {
85
- name: string;
86
- inheritAttrs: boolean;
87
- props: {
88
- fullscreen: {
89
- type: BooleanConstructor;
90
- default: boolean;
91
- };
92
- fullscreenable: {
93
- type: BooleanConstructor;
94
- default: boolean;
95
- };
96
- height: {
97
- type: (NumberConstructor | StringConstructor)[];
98
- };
99
- headerHide: {
100
- type: BooleanConstructor;
101
- default: boolean;
102
- };
103
- };
104
- data(): {
105
- isFullScreen: any;
106
- };
107
- computed: {
108
- calcHei(): string;
109
- };
110
- mounted(): void;
111
- watch: {
112
- value(newVal: any): void;
113
- fullscreen(val: any): void;
114
- };
115
- render(h: any): any;
116
- methods: {
117
- isNumber(val: any): boolean;
118
- handleFullScreen(e: any): void;
119
- getFitWindow(): any;
120
- };
121
- };
122
- DatePicker: () => Promise<typeof import("*.vue")>;
123
- TimePicker: () => Promise<typeof import("*.vue")>;
124
- IvAlert: () => Promise<typeof import("./components/iview/IvAlert.js")>;
125
- IvAnchor: () => Promise<typeof import("./components/iview/IvAnchor.js")>;
126
- IvAutoComplete: () => Promise<typeof import("*.vue")>;
127
- IvAvatar: () => Promise<typeof import("./components/iview/IvAvatar.js")>;
128
- IvAvatarList: () => Promise<typeof import("./components/iview/IvAvatarList.js")>;
129
- IvBadge: () => Promise<typeof import("./components/iview/IvBadge.js")>;
130
- IvBreadcrumb: () => Promise<typeof import("./components/iview/IvBreadcrumb.js")>;
131
- IvButton: () => Promise<typeof import("./components/iview/IvButton.js")>;
132
- IvCell: () => Promise<typeof import("./components/iview/IvCell.js")>;
133
- IvCheckbox: () => Promise<typeof import("./components/iview/IvCheckbox.js")>;
134
- IvCheckboxSingle: () => Promise<typeof import("./components/iview/IvCheckboxSingle.js")>;
135
- IvCollapsePanel: () => Promise<typeof import("./components/iview/IvCollapsePanel.js")>;
136
- IvColorPicker: () => Promise<typeof import("./components/iview/IvColorPicker.js")>;
137
- IvCountDown: () => Promise<typeof import("./components/iview/IvCountDown.js")>;
138
- IvDescription: () => Promise<typeof import("./components/iview/IvDescription.js")>;
139
- IvDivider: () => Promise<typeof import("./components/iview/IvDivider.js")>;
140
- IvDropdown: () => Promise<typeof import("./components/iview/IvDropdown.js")>;
141
- IvDropdownFixed: () => Promise<typeof import("*.vue")>;
142
- IvDropdownItem: () => Promise<typeof import("./components/iview/IvDropdownItem.js")>;
143
- IvEllipsis: () => Promise<typeof import("./components/iview/IvEllipsis.js")>;
144
- IvGlobalFooter: () => Promise<typeof import("./components/iview/IvGlobalFooter.js")>;
145
- IvListItem: () => Promise<typeof import("./components/iview/IvListItem.js")>;
146
- IvMenu: () => Promise<typeof import("*.vue")>;
147
- IvRadio: () => Promise<typeof import("./components/iview/IvRadio.js")>;
148
- IvRadioSingle: () => Promise<typeof import("./components/iview/IvRadioSingle.js")>;
149
- IvSelect: () => Promise<typeof import("*.vue")>;
150
- IvSpin: () => Promise<typeof import("./components/iview/IvSpin.js")>;
151
- IvStep: () => Promise<typeof import("./components/iview/IvStep.js")>;
152
- IvStepPane: () => Promise<typeof import("./components/IvWizard/step-pane.vue")>;
153
- IvSwitch: () => Promise<typeof import("./components/iview/IvSwitch.js")>;
154
- IvTable: () => Promise<typeof import("*.vue")>;
155
- IvTableFixed: () => Promise<typeof import("*.vue")>;
156
- IvTableCellTooltip: () => Promise<typeof import("*.vue")>;
157
- IvTag: () => Promise<typeof import("./components/iview/IvTag.js")>;
158
- IvTagSelect: () => Promise<typeof import("*.vue")>;
159
- IvTimeline: () => Promise<typeof import("./components/iview/IvTimeline.js")>;
160
- IvTimelineItem: () => Promise<typeof import("./components/iview/IvTimelineItem.js")>;
161
- IvTooltip: () => Promise<typeof import("*.vue")>;
162
- IvTreeSelect: () => Promise<typeof import("*.vue")>;
163
- IvUpload: () => Promise<typeof import("*.vue")>;
164
- Page: () => Promise<typeof import("*.vue")>;
165
- IvTree: () => Promise<typeof import("*.vue")>;
166
- IvTransfer: () => Promise<typeof import("./components/iview/IvTransfer.js")>;
167
- IvCarouselItem: () => Promise<typeof import("./components/iview/IvCarouselItem.js")>;
168
- IvCalendar: () => Promise<typeof import("./components/iview/IvCalendar.js")>;
169
- IvPoptip: () => Promise<typeof import("./components/iview/IvPoptip.js")>;
170
- IvRadioGroup: () => Promise<typeof import("./components/iview/IvRadioGroup.js")>;
171
- IvCheckboxGroup: () => Promise<typeof import("./components/iview/IvCheckboxGroup.js")>;
172
- IvBackTop: () => Promise<typeof import("./components/iview/IvBackTop.js")>;
173
- Input: () => Promise<typeof import("*.vue")>;
174
- iInput: () => Promise<typeof import("*.vue")>;
175
- InputNumber: () => Promise<typeof import("*.vue")>;
176
- Slider: () => Promise<typeof import("*.vue")>;
177
- Rate: () => Promise<typeof import("*.vue")>;
178
- Card: () => Promise<typeof import("./components/iview/IvCard.js")>;
179
- Tabs: () => Promise<typeof import("*.vue")>;
180
- IvDrawer: () => Promise<typeof import("./components/iview/IvDrawer.js")>;
181
- Cascader: () => Promise<typeof import("*.vue")>;
182
- Progress: () => Promise<typeof import("*.vue")>;
183
- IvSplit: () => Promise<typeof import("*.vue")>;
184
- IvScroll: () => Promise<typeof import("./components/iview/IvScroll.js")>;
185
- IvResult: () => Promise<typeof import("*.vue")>;
186
- IvCrud: () => Promise<typeof import("*.vue")>;
187
- IvTableGrid: {
188
- name: string;
189
- functional: boolean;
190
- render: (createElement: any, context: any) => any;
191
- };
192
- IvWizard: () => Promise<typeof import("./components/IvWizard/index.vue")>;
193
- IamMemberSelect: () => Promise<typeof import("*.vue")>;
194
- IamOrgSelect: () => Promise<typeof import("*.vue")>;
195
- IamOrgTree: () => Promise<typeof import("*.vue")>;
196
- DynamicInput: () => Promise<typeof import("./components/lab-component/dynamic-input/index.vue")>;
197
- IvScrollSpy: () => Promise<typeof import("*.vue")>;
198
- IvScrollSpyItem: () => Promise<typeof import("*.vue")>;
199
- IvRegion: () => Promise<typeof import("*.vue")>;
200
- IvEntityForm: () => Promise<typeof import("./components/entity/IvEntityForm.js")>;
201
- IvEntityFormItem: () => Promise<typeof import("./components/entity/IvEntityFormItem.js")>;
202
- IvEntityList: () => Promise<typeof import("./components/entity/IvEntityList.js")>;
203
- IvEntityListItem: () => Promise<typeof import("./components/entity/IvEntityListItem.js")>;
204
- IvEntitySelect: () => Promise<typeof import("*.vue")>;
205
- IvTinymce: () => Promise<typeof import("*.vue")>;
206
- IvContainer: () => Promise<typeof import("./components/base/IvContainer/index.js")>;
207
- IvDiv: () => Promise<typeof import("./components/base/IvDiv/index.js")>;
208
- IvIframe: () => Promise<typeof import("./components/base/IvIframe/index.vue")>;
209
- IvImage: () => Promise<typeof import("*.vue")>;
210
- IvLink: () => Promise<typeof import("./components/base/IvLink/index.js")>;
211
- IvSpan: () => Promise<typeof import("*.vue")>;
212
- IvText: () => Promise<typeof import("./components/base/IvText/index.vue")>;
213
- IvTitle: () => Promise<typeof import("./components/base/IvTitle/index.js")>;
214
- IvLiList: () => Promise<typeof import("./components/base/IvLiList/index.js")>;
215
- IvLi: () => Promise<typeof import("*.vue")>;
216
- IvEmpty: () => Promise<typeof import("./components/base/IvEmpty/index.js")>;
217
- IvLayoutContainer: () => Promise<typeof import("*.vue")>;
218
- IvLayout: () => Promise<typeof import("./components/iview/IvLayout/IvLayout.js")>;
219
- IvHeader: () => Promise<typeof import("./components/iview/IvLayout/IvHeader.js")>;
220
- IvSider: () => Promise<typeof import("./components/iview/IvLayout/IvSider.js")>;
221
- IvContent: () => Promise<typeof import("./components/iview/IvLayout/IvContent.js")>;
222
- IvFooter: () => Promise<typeof import("./components/iview/IvLayout/IvFooter.js")>;
223
- IvGrid: () => Promise<typeof import("./components/iview/IvLayout/IvGrid.js")>;
224
- IvTransition: () => Promise<typeof import("*.vue")>;
225
- IvTableColumn: any;
226
- IvTableGridColumn: any;
227
- IvForm: any;
228
- IamFormMemberSelect: any;
229
- IamFormOrgSelect: any;
230
- SingleLineText: {
231
- functional: boolean;
232
- props: string[];
233
- render(createElement: any, context: any): any;
234
- };
235
- Number: {
236
- functional: boolean;
237
- props: string[];
238
- render(createElement: any, context: any): any;
239
- };
240
- Boolean: {
241
- functional: boolean;
242
- props: string[];
243
- render(createElement: any, context: any): any;
244
- };
245
- SingleSelect: {
246
- functional: boolean;
247
- props: string[];
248
- render(createElement: any, context: any): any;
249
- };
250
- MultipleSelect: {
251
- functional: boolean;
252
- props: string[];
253
- render(createElement: any, context: any): any;
254
- };
255
- TitleAttrEdit: {
256
- functional: boolean;
257
- props: string[];
258
- render(createElement: any, context: any): any;
259
- };
260
- };
261
- export default _default;
1
+ /// <reference types="vue-shims" />
2
+ import IvTableGrid from './components/IvTableGrid/index.vue';
3
+ declare const _default: {
4
+ DesignPageView: () => Promise<typeof import("*.vue")>;
5
+ DesignIamMemberSelect: () => Promise<typeof import("*.vue")>;
6
+ DesignTable: () => Promise<typeof import("*.vue")>;
7
+ DesignTableGrid: () => Promise<typeof import("./components/IvTableGrid")>;
8
+ LcdpDataImporter: () => Promise<typeof import("./for-renderer/excel-importer/index.vue")>;
9
+ LcdpDataExporter: () => Promise<typeof import("./for-renderer/data-exporter/index.vue")>;
10
+ IvHeaderCollapse: () => Promise<typeof import("./for-renderer/layout/iv-header-collapse.vue")>;
11
+ IvPageLayout: () => Promise<typeof import("*.vue")>;
12
+ IvPageView: () => Promise<typeof import("*.vue")>;
13
+ IvTriggerContainer: () => Promise<typeof import("./for-renderer/layout/iv-trigger-container.vue")>;
14
+ IvHeaderLeft: () => Promise<typeof import("*.vue")>;
15
+ IvHeaderCenter: () => Promise<typeof import("*.vue")>;
16
+ IvHeaderRight: () => Promise<typeof import("*.vue")>;
17
+ LcdpDataPicker: () => Promise<typeof import("*.vue")>;
18
+ LcdpDataPickerInput: () => Promise<typeof import("*.vue")>;
19
+ LcdpDataColumn: () => Promise<typeof import("./for-renderer/data-picker/data-column")>;
20
+ VarInput: () => Promise<typeof import("./attribute/designer/prop-value-editor/var-input/index.vue")>;
21
+ InputSearchTypeAttrEdit: () => Promise<typeof import("*.vue")>;
22
+ DataDictionaryDisabledAttrEdit: () => Promise<typeof import("*.vue")>;
23
+ OneArrayOptionAttrEdit: () => Promise<typeof import("*.vue")>;
24
+ EntitySelectAttrEdit: () => Promise<typeof import("*.vue")>;
25
+ EntityFieldsAttrEdit: () => Promise<typeof import("*.vue")>;
26
+ PropsObjectAttrEdit: () => Promise<typeof import("*.vue")>;
27
+ GridColAttrEdit: () => Promise<typeof import("*.vue")>;
28
+ GridFitAttrEdit: () => Promise<typeof import("*.vue")>;
29
+ TableFiltersEditor: () => Promise<typeof import("./attribute/prop-value-editor/filters-editor/index.vue")>;
30
+ SimpleJsonEditor: () => Promise<typeof import("./attribute/prop-value-editor/json-editor.vue")>;
31
+ ObjectEditor: () => Promise<typeof import("./attribute/prop-value-editor/object-editor.vue")>;
32
+ ArrayEditor: () => Promise<typeof import("./attribute/prop-value-editor/array-editor/index.vue")>;
33
+ NameValuesEditor: () => Promise<typeof import("./attribute/prop-value-editor/name-values-editor.vue")>;
34
+ ExportCandidateFieldsEditor: () => Promise<typeof import("./attribute/prop-value-editor/export-candidate-fields-editor/index.vue")>;
35
+ MapEditor: () => Promise<typeof import("*.vue")>;
36
+ ServicePathSelector: () => Promise<typeof import("*.vue")>;
37
+ AutoCompleteAttrEdit: () => Promise<typeof import("*.vue")>;
38
+ ColSelectAttrEdit: () => Promise<typeof import("*.vue")>;
39
+ FlexAttrEdit: () => Promise<typeof import("*.vue")>;
40
+ ColorPickerAttrEdit: () => Promise<typeof import("*.vue")>;
41
+ DataDictionaryAttrEdit: () => Promise<typeof import("*.vue")>;
42
+ TableDataDictionaryAttrEdit: () => Promise<typeof import("*.vue")>;
43
+ DatePickerAttrEdit: () => Promise<typeof import("*.vue")>;
44
+ IconSelectAttrEdit: () => Promise<typeof import("*.vue")>;
45
+ KeyNameAttrEdit: () => Promise<typeof import("*.vue")>;
46
+ MonacoAttrEdit: () => Promise<typeof import("*.vue")>;
47
+ OptionAttrEdit: () => Promise<typeof import("*.vue")>;
48
+ PagerAttrEdit: () => Promise<typeof import("*.vue")>;
49
+ AuthAttrEdit: () => Promise<typeof import("*.vue")>;
50
+ AuthSelectAttrEdit: () => Promise<typeof import("*.vue")>;
51
+ RadioGroupAttrEdit: () => Promise<typeof import("*.vue")>;
52
+ RulesAttrEdit: () => Promise<typeof import("*.vue")>;
53
+ RulesAttrEditSchema: () => Promise<typeof import("*.vue")>;
54
+ SliderAttrEdit: () => Promise<typeof import("*.vue")>;
55
+ StrokeColorAttrEdit: () => Promise<typeof import("*.vue")>;
56
+ StyleAttrEdit: () => Promise<typeof import("*.vue")>;
57
+ TabPanelAttrEdit: () => Promise<typeof import("*.vue")>;
58
+ TableColAttrEdit: () => Promise<typeof import("*.vue")>;
59
+ TableSearchAttrEdit: () => Promise<typeof import("*.vue")>;
60
+ TextareaAttrEdit: () => Promise<typeof import("*.vue")>;
61
+ AttrSelectAttrEdit: () => Promise<typeof import("*.vue")>;
62
+ FormIdSelectAttrEdit: () => Promise<typeof import("*.vue")>;
63
+ ComPropMultiSelect: () => Promise<typeof import("*.vue")>;
64
+ FormIdMultiSelect: () => Promise<typeof import("*.vue")>;
65
+ TableIdSelectAttrEdit: () => Promise<typeof import("*.vue")>;
66
+ StepIdSelectAttrEdit: () => Promise<typeof import("*.vue")>;
67
+ ScheamPropertiesAttrEdit: () => Promise<typeof import("*.vue")>;
68
+ IvTableDataAttrEdit: () => Promise<typeof import("*.vue")>;
69
+ MenuTreeAttrEdit: () => Promise<typeof import("*.vue")>;
70
+ FileTypeAttrEdit: () => Promise<typeof import("*.vue")>;
71
+ FileSizeAttrEdit: () => Promise<typeof import("*.vue")>;
72
+ TabPane: () => Promise<typeof import("*.vue")>;
73
+ IvFromRow: () => Promise<typeof import("*.vue")>;
74
+ IvFromCol: () => Promise<typeof import("*.vue")>;
75
+ IvFormItem: () => Promise<typeof import("./components/iview/IvFormItem.js")>;
76
+ IvFormTimePicker: () => Promise<typeof import("./components/iview/IvFormTimePicker.js")>;
77
+ IvFormSwitch: () => Promise<typeof import("./components/iview/IvFormSwitch.js")>;
78
+ IvFormSelect: () => Promise<typeof import("./components/iview/IvFormSelect.js")>;
79
+ IvFormRate: () => Promise<typeof import("./components/iview/IvFormRate.js")>;
80
+ IvFormRadio: () => Promise<typeof import("./components/iview/IvFormRadio.js")>;
81
+ IvFormInputNumber: () => Promise<typeof import("./components/iview/IvFormInputNumber.js")>;
82
+ IvFormDatePicker: () => Promise<typeof import("./components/iview/IvFormDatePicker.js")>;
83
+ IvFormCheckbox: () => Promise<typeof import("./components/iview/IvFormCheckbox.js")>;
84
+ IvFormAutoComplete: () => Promise<typeof import("./components/iview/IvFormAutoComplete.js")>;
85
+ IvFormInput: () => Promise<typeof import("./components/iview/IvFormInput.js")>;
86
+ IvFormUpload: () => Promise<typeof import("./components/iview/IvFormUpload.js")>;
87
+ IvModal: {
88
+ name: string;
89
+ inheritAttrs: boolean;
90
+ props: {
91
+ fullscreen: {
92
+ type: BooleanConstructor;
93
+ default: boolean;
94
+ };
95
+ fullscreenable: {
96
+ type: BooleanConstructor;
97
+ default: boolean;
98
+ };
99
+ height: {
100
+ type: (NumberConstructor | StringConstructor)[];
101
+ };
102
+ headerHide: {
103
+ type: BooleanConstructor;
104
+ default: boolean;
105
+ };
106
+ };
107
+ data(): {
108
+ isFullScreen: any;
109
+ };
110
+ computed: {
111
+ calcHei(): string;
112
+ };
113
+ mounted(): void;
114
+ watch: {
115
+ value(newVal: any): void;
116
+ fullscreen(val: any): void;
117
+ };
118
+ render(h: any): any;
119
+ methods: {
120
+ isNumber(val: any): boolean;
121
+ handleFullScreen(e: any): void;
122
+ getFitWindow(): any;
123
+ };
124
+ };
125
+ DatePicker: () => Promise<typeof import("*.vue")>;
126
+ TimePicker: () => Promise<typeof import("*.vue")>;
127
+ IvAlert: () => Promise<typeof import("./components/iview/IvAlert.js")>;
128
+ IvAnchor: () => Promise<typeof import("./components/iview/IvAnchor.js")>;
129
+ IvAutoComplete: () => Promise<typeof import("*.vue")>;
130
+ IvAvatar: () => Promise<typeof import("./components/iview/IvAvatar.js")>;
131
+ IvAvatarList: () => Promise<typeof import("./components/iview/IvAvatarList.js")>;
132
+ IvBadge: () => Promise<typeof import("./components/iview/IvBadge.js")>;
133
+ IvBreadcrumb: () => Promise<typeof import("./components/iview/IvBreadcrumb.js")>;
134
+ IvButton: () => Promise<typeof import("./components/iview/IvButton.js")>;
135
+ IvCell: () => Promise<typeof import("./components/iview/IvCell.js")>;
136
+ IvCheckbox: () => Promise<typeof import("./components/iview/IvCheckbox.js")>;
137
+ IvCheckboxSingle: () => Promise<typeof import("./components/iview/IvCheckboxSingle.js")>;
138
+ IvCollapsePanel: () => Promise<typeof import("./components/iview/IvCollapsePanel.js")>;
139
+ IvColorPicker: () => Promise<typeof import("./components/iview/IvColorPicker.js")>;
140
+ IvCountDown: () => Promise<typeof import("./components/iview/IvCountDown.js")>;
141
+ IvDescription: () => Promise<typeof import("./components/iview/IvDescription.js")>;
142
+ IvDivider: () => Promise<typeof import("./components/iview/IvDivider.js")>;
143
+ IvDropdown: () => Promise<typeof import("./components/iview/IvDropdown.js")>;
144
+ IvDropdownFixed: () => Promise<typeof import("*.vue")>;
145
+ IvDropdownItem: () => Promise<typeof import("./components/iview/IvDropdownItem.js")>;
146
+ IvEllipsis: () => Promise<typeof import("./components/iview/IvEllipsis.js")>;
147
+ IvGlobalFooter: () => Promise<typeof import("./components/iview/IvGlobalFooter.js")>;
148
+ IvListItem: () => Promise<typeof import("./components/iview/IvListItem.js")>;
149
+ IvMenu: () => Promise<typeof import("*.vue")>;
150
+ IvRadio: () => Promise<typeof import("./components/iview/IvRadio.js")>;
151
+ IvRadioSingle: () => Promise<typeof import("./components/iview/IvRadioSingle.js")>;
152
+ IvSelect: () => Promise<typeof import("*.vue")>;
153
+ IvSpin: () => Promise<typeof import("./components/iview/IvSpin.js")>;
154
+ IvStep: () => Promise<typeof import("./components/iview/IvStep.js")>;
155
+ IvStepPane: () => Promise<typeof import("./components/IvWizard/step-pane.vue")>;
156
+ IvSwitch: () => Promise<typeof import("./components/iview/IvSwitch.js")>;
157
+ IvTable: () => Promise<typeof import("*.vue")>;
158
+ IvTableFixed: () => Promise<typeof import("*.vue")>;
159
+ IvTableCellTooltip: () => Promise<typeof import("*.vue")>;
160
+ IvTag: () => Promise<typeof import("./components/iview/IvTag.js")>;
161
+ IvTagSelect: () => Promise<typeof import("*.vue")>;
162
+ IvTimeline: () => Promise<typeof import("./components/iview/IvTimeline.js")>;
163
+ IvTimelineItem: () => Promise<typeof import("./components/iview/IvTimelineItem.js")>;
164
+ IvTooltip: () => Promise<typeof import("*.vue")>;
165
+ IvTreeSelect: () => Promise<typeof import("*.vue")>;
166
+ IvUpload: () => Promise<typeof import("*.vue")>;
167
+ Page: () => Promise<typeof import("*.vue")>;
168
+ IvTree: () => Promise<typeof import("*.vue")>;
169
+ IvTransfer: () => Promise<typeof import("./components/iview/IvTransfer.js")>;
170
+ IvCarouselItem: () => Promise<typeof import("./components/iview/IvCarouselItem.js")>;
171
+ IvCalendar: () => Promise<typeof import("./components/iview/IvCalendar.js")>;
172
+ IvPoptip: () => Promise<typeof import("./components/iview/IvPoptip.js")>;
173
+ IvRadioGroup: () => Promise<typeof import("./components/iview/IvRadioGroup.js")>;
174
+ IvCheckboxGroup: () => Promise<typeof import("./components/iview/IvCheckboxGroup.js")>;
175
+ IvBackTop: () => Promise<typeof import("./components/iview/IvBackTop.js")>;
176
+ Input: () => Promise<typeof import("*.vue")>;
177
+ iInput: () => Promise<typeof import("*.vue")>;
178
+ InputNumber: () => Promise<typeof import("*.vue")>;
179
+ Slider: () => Promise<typeof import("*.vue")>;
180
+ Rate: () => Promise<typeof import("*.vue")>;
181
+ Card: () => Promise<typeof import("./components/iview/IvCard.js")>;
182
+ Tabs: () => Promise<typeof import("*.vue")>;
183
+ IvDrawer: () => Promise<typeof import("./components/iview/IvDrawer.js")>;
184
+ Cascader: () => Promise<typeof import("*.vue")>;
185
+ Progress: () => Promise<typeof import("*.vue")>;
186
+ IvSplit: () => Promise<typeof import("*.vue")>;
187
+ IvScroll: () => Promise<typeof import("./components/iview/IvScroll.js")>;
188
+ IvResult: () => Promise<typeof import("*.vue")>;
189
+ IvCrud: () => Promise<typeof import("*.vue")>;
190
+ IvTableGrid: import("vue").VueConstructor<IvTableGrid<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => IvTableGrid<Record<string, any>, Record<string, any>, never, never, any>>>;
191
+ IvWizard: () => Promise<typeof import("./components/IvWizard/index.vue")>;
192
+ IamMemberSelect: () => Promise<typeof import("*.vue")>;
193
+ IamOrgSelect: () => Promise<typeof import("*.vue")>;
194
+ IamOrgTree: () => Promise<typeof import("*.vue")>;
195
+ DynamicInput: () => Promise<typeof import("./components/lab-component/dynamic-input/index.vue")>;
196
+ IvScrollSpy: () => Promise<typeof import("*.vue")>;
197
+ IvScrollSpyItem: () => Promise<typeof import("*.vue")>;
198
+ IvRegion: () => Promise<typeof import("*.vue")>;
199
+ IvEntityForm: () => Promise<typeof import("./components/entity/IvEntityForm.js")>;
200
+ IvEntityFormItem: () => Promise<typeof import("./components/entity/IvEntityFormItem.js")>;
201
+ IvEntityList: () => Promise<typeof import("./components/entity/IvEntityList.js")>;
202
+ IvEntityListItem: () => Promise<typeof import("./components/entity/IvEntityListItem.js")>;
203
+ IvEntitySelect: () => Promise<typeof import("*.vue")>;
204
+ IvTinymce: () => Promise<typeof import("*.vue")>;
205
+ IvContainer: () => Promise<typeof import("./components/base/IvContainer/index.js")>;
206
+ IvDiv: () => Promise<typeof import("./components/base/IvDiv/index.js")>;
207
+ IvIframe: () => Promise<typeof import("./components/base/IvIframe/index.vue")>;
208
+ IvImage: () => Promise<typeof import("*.vue")>;
209
+ IvLink: () => Promise<typeof import("./components/base/IvLink/index.js")>;
210
+ IvSpan: () => Promise<typeof import("*.vue")>;
211
+ IvText: () => Promise<typeof import("./components/base/IvText/index.vue")>;
212
+ IvTitle: () => Promise<typeof import("./components/base/IvTitle/index.js")>;
213
+ IvLiList: () => Promise<typeof import("./components/base/IvLiList/index.js")>;
214
+ IvLi: () => Promise<typeof import("*.vue")>;
215
+ IvEmpty: () => Promise<typeof import("./components/base/IvEmpty/index.js")>;
216
+ IvLayoutContainer: () => Promise<typeof import("*.vue")>;
217
+ IvLayout: () => Promise<typeof import("./components/iview/IvLayout/IvLayout.js")>;
218
+ IvHeader: () => Promise<typeof import("./components/iview/IvLayout/IvHeader.js")>;
219
+ IvSider: () => Promise<typeof import("./components/iview/IvLayout/IvSider.js")>;
220
+ IvContent: () => Promise<typeof import("./components/iview/IvLayout/IvContent.js")>;
221
+ IvFooter: () => Promise<typeof import("./components/iview/IvLayout/IvFooter.js")>;
222
+ IvGrid: () => Promise<typeof import("./components/iview/IvLayout/IvGrid.js")>;
223
+ IvTransition: () => Promise<typeof import("*.vue")>;
224
+ IvIconSelect: () => Promise<typeof import("*.vue")>;
225
+ IvTableColumn: any;
226
+ IvTableGridColumn: any;
227
+ IvForm: any;
228
+ IamFormMemberSelect: any;
229
+ IamFormOrgSelect: any;
230
+ SingleLineText: {
231
+ functional: boolean;
232
+ props: string[];
233
+ render(createElement: any, context: any): any;
234
+ };
235
+ Number: {
236
+ functional: boolean;
237
+ props: string[];
238
+ render(createElement: any, context: any): any;
239
+ };
240
+ Boolean: {
241
+ functional: boolean;
242
+ props: string[];
243
+ render(createElement: any, context: any): any;
244
+ };
245
+ SingleSelect: {
246
+ functional: boolean;
247
+ props: string[];
248
+ render(createElement: any, context: any): any;
249
+ };
250
+ MultipleSelect: {
251
+ functional: boolean;
252
+ props: string[];
253
+ render(createElement: any, context: any): any;
254
+ };
255
+ TitleAttrEdit: {
256
+ functional: boolean;
257
+ props: string[];
258
+ render(createElement: any, context: any): any;
259
+ };
260
+ };
261
+ export default _default;