@ebiz/designer-components 0.1.77 → 0.1.79

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 (219) hide show
  1. package/README.md +29 -29
  2. package/dist/designer-components.css +1 -1
  3. package/dist/index.mjs +18533 -18481
  4. package/package.json +1 -1
  5. package/src/App.vue +26 -26
  6. package/src/apiService/SIMPLE_DATA_SERVICE.md +284 -284
  7. package/src/apiService/mockDataService.js +115 -115
  8. package/src/apiService/simpleDataService.js +299 -299
  9. package/src/assets/base.css +86 -86
  10. package/src/assets/logo.svg +1 -1
  11. package/src/components/Button.vue +149 -149
  12. package/src/components/DataContainer.vue +40 -40
  13. package/src/components/EbizApproval.vue +335 -335
  14. package/src/components/EbizApprovalForm.vue +507 -507
  15. package/src/components/EbizAutoForm.vue +596 -596
  16. package/src/components/EbizAvatar.vue +115 -115
  17. package/src/components/EbizCheckbox.vue +93 -93
  18. package/src/components/EbizCheckboxGroup.vue +69 -69
  19. package/src/components/EbizDepartmentSelector.vue +149 -149
  20. package/src/components/EbizDescriptions.vue +340 -340
  21. package/src/components/EbizDescriptionsItem.vue +47 -47
  22. package/src/components/EbizDetailBlock.vue +81 -81
  23. package/src/components/EbizDetailItem.vue +559 -559
  24. package/src/components/EbizDetailView.md +438 -438
  25. package/src/components/EbizDetailView.vue +355 -355
  26. package/src/components/EbizDialog.vue +260 -260
  27. package/src/components/EbizDiv.vue +40 -40
  28. package/src/components/EbizDivider.vue +96 -96
  29. package/src/components/EbizDropdown.vue +135 -135
  30. package/src/components/EbizDropdownItem.vue +85 -85
  31. package/src/components/EbizEmployeeInfo.vue +138 -138
  32. package/src/components/EbizEmployeeSelector.vue +1159 -1152
  33. package/src/components/EbizFileList.vue +466 -466
  34. package/src/components/EbizMap.vue +541 -541
  35. package/src/components/EbizMeetingRoomSelector.vue +664 -664
  36. package/src/components/EbizMobileMeetingRoomSelector.vue +727 -727
  37. package/src/components/EbizOkrTree.vue +99 -99
  38. package/src/components/EbizPageHeader.vue +95 -95
  39. package/src/components/EbizPagination.vue +162 -162
  40. package/src/components/EbizPdfViewer.vue +540 -540
  41. package/src/components/EbizPopconfirm.vue +47 -47
  42. package/src/components/EbizQrCode.vue +73 -73
  43. package/src/components/EbizRadio.vue +86 -86
  44. package/src/components/EbizRadioGroup.vue +83 -83
  45. package/src/components/EbizRemoteSelect.vue +232 -232
  46. package/src/components/EbizRichTextEditor.vue +275 -275
  47. package/src/components/EbizRouteBreadcrumb.vue +46 -46
  48. package/src/components/EbizSApprovalProcess.vue +1429 -1429
  49. package/src/components/EbizSelect.vue +85 -85
  50. package/src/components/EbizSpace.vue +100 -100
  51. package/src/components/EbizStatistic.vue +149 -149
  52. package/src/components/EbizStatsCard.vue +113 -113
  53. package/src/components/EbizSwiper.vue +113 -113
  54. package/src/components/EbizSwiperItem.vue +13 -13
  55. package/src/components/EbizSwitch.vue +85 -85
  56. package/src/components/EbizTabHeader.vue +132 -132
  57. package/src/components/EbizTabPanel.vue +22 -22
  58. package/src/components/EbizTable.vue +469 -469
  59. package/src/components/EbizTableColumn.vue +116 -116
  60. package/src/components/EbizTableSort.vue +179 -179
  61. package/src/components/EbizTabs.vue +142 -142
  62. package/src/components/EbizTdesignButtonDialog.vue +332 -332
  63. package/src/components/EbizTdesignLoading.vue +107 -107
  64. package/src/components/EbizTimePicker.vue +143 -143
  65. package/src/components/EbizTitle.vue +91 -91
  66. package/src/components/EbizTree.vue +141 -141
  67. package/src/components/EbizTreeMergeTable.vue +1494 -1494
  68. package/src/components/EbizTreeSelector.vue +418 -418
  69. package/src/components/EbizVideo.vue +553 -553
  70. package/src/components/EbizVxeTable.vue +290 -290
  71. package/src/components/Form.vue +28 -28
  72. package/src/components/Home.vue +7 -7
  73. package/src/components/MyComponent.vue +39 -39
  74. package/src/components/Table.vue +45 -45
  75. package/src/components/TdesignAlert.vue +115 -115
  76. package/src/components/TdesignButton.vue +135 -135
  77. package/src/components/TdesignCalendar/index.vue +145 -145
  78. package/src/components/TdesignCard.vue +195 -195
  79. package/src/components/TdesignCol.vue +101 -101
  80. package/src/components/TdesignCollapse.vue +142 -142
  81. package/src/components/TdesignCollapsePanel.vue +79 -79
  82. package/src/components/TdesignDatePicker.vue +124 -124
  83. package/src/components/TdesignDescriptions.vue +74 -74
  84. package/src/components/TdesignDescriptionsItem.vue +50 -50
  85. package/src/components/TdesignDialog.vue +225 -225
  86. package/src/components/TdesignForm.vue +138 -138
  87. package/src/components/TdesignFormItem.vue +105 -105
  88. package/src/components/TdesignGrid.vue +55 -55
  89. package/src/components/TdesignIcon.vue +67 -67
  90. package/src/components/TdesignImage.vue +162 -162
  91. package/src/components/TdesignImageViewer.vue +200 -200
  92. package/src/components/TdesignInput.vue +242 -242
  93. package/src/components/TdesignSelect.vue +446 -444
  94. package/src/components/TdesignTag.vue +117 -117
  95. package/src/components/TdesignTextarea.vue +142 -142
  96. package/src/components/TdesignTimeline.vue +58 -58
  97. package/src/components/TdesignTimelineItem.vue +71 -71
  98. package/src/components/TdesignUpload.vue +414 -414
  99. package/src/components/TdesignWatermark.vue +107 -107
  100. package/src/components/ebiz-form/components/cascader.vue +61 -61
  101. package/src/components/ebiz-form/components/checkbox.vue +37 -37
  102. package/src/components/ebiz-form/components/city.vue +137 -137
  103. package/src/components/ebiz-form/components/date-panel.vue +52 -52
  104. package/src/components/ebiz-form/components/date-range-panel.vue +52 -52
  105. package/src/components/ebiz-form/components/date-range.vue +56 -56
  106. package/src/components/ebiz-form/components/date.vue +52 -52
  107. package/src/components/ebiz-form/components/editor-multi-language.vue +47 -47
  108. package/src/components/ebiz-form/components/editor.vue +78 -78
  109. package/src/components/ebiz-form/components/file-multi-language.vue +52 -52
  110. package/src/components/ebiz-form/components/file.vue +149 -149
  111. package/src/components/ebiz-form/components/images-multi-language.vue +52 -52
  112. package/src/components/ebiz-form/components/images.vue +129 -129
  113. package/src/components/ebiz-form/components/img-multi-language.vue +51 -51
  114. package/src/components/ebiz-form/components/img.vue +129 -129
  115. package/src/components/ebiz-form/components/number.vue +50 -50
  116. package/src/components/ebiz-form/components/radio.vue +28 -28
  117. package/src/components/ebiz-form/components/select.vue +119 -119
  118. package/src/components/ebiz-form/components/switch.vue +23 -23
  119. package/src/components/ebiz-form/components/text-multi-language.vue +47 -47
  120. package/src/components/ebiz-form/components/text.vue +52 -52
  121. package/src/components/ebiz-form/components/textarea-multi-language.vue +48 -48
  122. package/src/components/ebiz-form/components/textarea.vue +29 -29
  123. package/src/components/ebiz-form/components/video-multi-language.vue +51 -51
  124. package/src/components/ebiz-form/components/video.vue +97 -97
  125. package/src/components/ebiz-form/index.vue +157 -157
  126. package/src/components/examples/PopconfirmExample.vue +149 -149
  127. package/src/components/icons/IconCommunity.vue +7 -7
  128. package/src/components/icons/IconDocumentation.vue +7 -7
  129. package/src/components/icons/IconEcosystem.vue +7 -7
  130. package/src/components/icons/IconSupport.vue +7 -7
  131. package/src/components/icons/IconTooling.vue +19 -19
  132. package/src/components/mItems/UserInfo.vue +342 -342
  133. package/src/components/senior/EbizSData/index.vue +273 -273
  134. package/src/components/senior/EbizSDialog/index.vue +770 -770
  135. package/src/components/senior/EbizSForm/README.md +157 -157
  136. package/src/components/senior/EbizSForm/index.vue +667 -667
  137. package/src/components/senior/EbizSForm/item.vue +971 -971
  138. package/src/components/senior/EbizSForm/mItems/DateTimePicker.vue +51 -51
  139. package/src/components/senior/EbizSForm/mItems/Picker.vue +63 -63
  140. package/src/index.js +255 -255
  141. package/src/main.js +55 -55
  142. package/src/router/index.js +415 -415
  143. package/src/utils/formatCode.js +24 -24
  144. package/src/utils/generateImportStatement.js +52 -52
  145. package/src/utils/hasJsx.js +25 -25
  146. package/src/utils/index.js +166 -166
  147. package/src/utils/mergeOptions.js +29 -29
  148. package/src/utils/parseRequiredBlocks.js +18 -18
  149. package/src/utils/vue-sfc-validator.js +155 -155
  150. package/src/views/Button.vue +23 -23
  151. package/src/views/CheckboxDemo.vue +104 -104
  152. package/src/views/DataContainer.vue +19 -19
  153. package/src/views/DialogDemo.vue +125 -125
  154. package/src/views/EbizApprovalDemo.vue +87 -87
  155. package/src/views/EbizApprovalFormDemo.vue +207 -207
  156. package/src/views/EbizAutoFormDemo.vue +129 -129
  157. package/src/views/EbizAvatar.vue +223 -223
  158. package/src/views/EbizDepartmentSelectorDemo.vue +169 -169
  159. package/src/views/EbizDetailBlockDemo.vue +30 -30
  160. package/src/views/EbizDetailViewDemo.vue +412 -412
  161. package/src/views/EbizEmployeeInfo.vue +249 -249
  162. package/src/views/EbizEmployeeSelector.vue +85 -85
  163. package/src/views/EbizFileListDemo.vue +339 -339
  164. package/src/views/EbizMap.vue +201 -201
  165. package/src/views/EbizMeetingRoomSelectorDemo.vue +293 -293
  166. package/src/views/EbizMobileMeetingRoomSelectorDemo.vue +566 -566
  167. package/src/views/EbizRadioDemo.vue +151 -151
  168. package/src/views/EbizSDataDemo.vue +136 -136
  169. package/src/views/EbizSDialogDemo.vue +303 -303
  170. package/src/views/EbizSForm/index.vue +351 -351
  171. package/src/views/EbizSFormDemo.vue +420 -420
  172. package/src/views/EbizSpace.vue +185 -185
  173. package/src/views/EbizSwiper.vue +157 -157
  174. package/src/views/EbizTdesignButtonDialogExample.vue +437 -437
  175. package/src/views/Form.vue +19 -19
  176. package/src/views/GridDemo.vue +238 -238
  177. package/src/views/Home.vue +153 -153
  178. package/src/views/Mindmap.vue +17 -17
  179. package/src/views/MyComponent.vue +19 -19
  180. package/src/views/OkrTree.vue +19 -19
  181. package/src/views/PageHeaderDemo.vue +104 -104
  182. package/src/views/PaginationDemo.vue +96 -96
  183. package/src/views/PdfViewerDemo.vue +433 -433
  184. package/src/views/PermissionBoxDemo.vue +85 -85
  185. package/src/views/PopconfirmDemo.vue +80 -80
  186. package/src/views/RemoteSelect.vue +350 -350
  187. package/src/views/StatisticDemo.vue +190 -190
  188. package/src/views/SwitchDemo.vue +79 -79
  189. package/src/views/Table.vue +19 -19
  190. package/src/views/TableDemo.vue +334 -334
  191. package/src/views/TableSortDemo.vue +143 -143
  192. package/src/views/TableView.vue +68 -68
  193. package/src/views/TabsDemo.vue +282 -282
  194. package/src/views/TagDemo.vue +101 -101
  195. package/src/views/TdesignAlert.vue +98 -98
  196. package/src/views/TdesignButton.vue +190 -190
  197. package/src/views/TdesignCalendar.vue +94 -94
  198. package/src/views/TdesignCard.vue +296 -296
  199. package/src/views/TdesignCollapse.vue +293 -293
  200. package/src/views/TdesignDatePicker.vue +187 -187
  201. package/src/views/TdesignDescriptions.vue +101 -101
  202. package/src/views/TdesignForm.vue +248 -248
  203. package/src/views/TdesignIcon.vue +203 -203
  204. package/src/views/TdesignImage.vue +215 -215
  205. package/src/views/TdesignImageViewer.vue +198 -198
  206. package/src/views/TdesignInput.vue +252 -252
  207. package/src/views/TdesignSelect.vue +473 -473
  208. package/src/views/TdesignSwiper.vue +157 -157
  209. package/src/views/TextareaDemo.vue +93 -93
  210. package/src/views/TimePickerDemo.vue +146 -146
  211. package/src/views/TimelineDemo.vue +160 -160
  212. package/src/views/Title.vue +19 -19
  213. package/src/views/TreeDemo.vue +254 -254
  214. package/src/views/TreeMergeTableDemo.vue +239 -239
  215. package/src/views/TreeSelectorDemo.vue +245 -245
  216. package/src/views/UploadDemo.vue +128 -128
  217. package/src/views/VideoDemo.vue +245 -245
  218. package/src/views/VxeTableDemo.vue +279 -279
  219. package/src/views/WatermarkDemo.vue +85 -85
@@ -1,439 +1,439 @@
1
- # EbizDetailView 详情页组件
2
-
3
- ## 组件简介
4
-
5
- EbizDetailView 是一个功能强大的详情页组件,支持通过JSON配置的方式定义显示字段和字段类型。组件采用灵活的布局系统,支持多种字段类型渲染,并能对字段进行分组展示。
6
-
7
- ## 功能特性
8
-
9
- - ✅ **JSON配置驱动**:通过JSON配置定义字段结构和显示方式
10
- - ✅ **多种字段类型**:支持文本、用户、文件、日期、状态、标签、链接、富文本等类型
11
- - ✅ **灵活布局**:支持水平/垂直布局,可调整显示列数
12
- - ✅ **字段分组**:支持按组名称对字段进行分组显示
13
- - ✅ **样式定制**:可自定义标签颜色、间距等样式属性
14
- - ✅ **事件支持**:支持文件下载、用户点击、链接点击等事件
15
-
16
- ## 基础用法
17
-
18
- ```vue
19
- <template>
20
- <EbizDetailView
21
- :fields="fields"
22
- :data="data"
23
- :columns="2"
24
- layout="horizontal"
25
- @download-file="handleDownloadFile"
26
- />
27
- </template>
28
-
29
- <script setup>
30
- import { EbizDetailView } from '@ebiz/designer-components'
31
-
32
- const fields = [
33
- {
34
- key: 'name',
35
- label: '姓名',
36
- type: 'text',
37
- group: '基本信息',
38
- required: true
39
- },
40
- {
41
- key: 'status',
42
- label: '状态',
43
- type: 'status',
44
- group: '基本信息'
45
- }
46
- ]
47
-
48
- const data = {
49
- name: '张三',
50
- status: {
51
- text: '在职',
52
- status: 'success'
53
- }
54
- }
55
-
56
- const handleDownloadFile = (file) => {
57
- // 处理文件下载
58
- }
59
- </script>
60
- ```
61
-
62
- ## 字段类型说明
63
-
64
- ### 1. 文本类型 (text)
65
- 显示普通文本内容。
66
-
67
- ```json
68
- {
69
- "key": "name",
70
- "label": "姓名",
71
- "type": "text",
72
- "group": "基本信息"
73
- }
74
- ```
75
-
76
- ### 2. 用户类型 (user)
77
- 展示用户信息,包含头像、姓名、部门等。
78
-
79
- ```json
80
- {
81
- "key": "manager",
82
- "label": "负责人",
83
- "type": "user",
84
- "group": "团队信息"
85
- }
86
- ```
87
-
88
- 数据格式:
89
- ```json
90
- {
91
- "manager": [
92
- {
93
- "id": "1",
94
- "name": "张经理",
95
- "department": "产品部",
96
- "avatar": "https://example.com/avatar.jpg"
97
- }
98
- ]
99
- }
100
- ```
101
-
102
- ### 3. 文件类型 (file)
103
- 展示文件列表,支持图片预览和文件下载。
104
-
105
- ```json
106
- {
107
- "key": "documents",
108
- "label": "相关文档",
109
- "type": "file",
110
- "group": "附件"
111
- }
112
- ```
113
-
114
- 数据格式:
115
- ```json
116
- {
117
- "documents": [
118
- {
119
- "id": "1",
120
- "name": "项目方案.pdf",
121
- "size": 1024576,
122
- "url": "https://example.com/doc.pdf"
123
- }
124
- ]
125
- }
126
- ```
127
-
128
- ### 4. 日期类型 (date)
129
- 格式化显示日期。
130
-
131
- ```json
132
- {
133
- "key": "createTime",
134
- "label": "创建时间",
135
- "type": "date",
136
- "group": "时间信息"
137
- }
138
- ```
139
-
140
- ### 5. 状态类型 (status)
141
- 显示带样式的状态标签。
142
-
143
- ```json
144
- {
145
- "key": "status",
146
- "label": "状态",
147
- "type": "status",
148
- "group": "基本信息"
149
- }
150
- ```
151
-
152
- 数据格式:
153
- ```json
154
- {
155
- "status": {
156
- "text": "进行中",
157
- "status": "success" // success | warning | error | info
158
- }
159
- }
160
- ```
161
-
162
- ### 6. 标签类型 (tags)
163
- 显示标签列表。
164
-
165
- ```json
166
- {
167
- "key": "tags",
168
- "label": "标签",
169
- "type": "tags",
170
- "group": "分类信息"
171
- }
172
- ```
173
-
174
- 数据格式:
175
- ```json
176
- {
177
- "tags": ["前端", "Vue3", "组件库"]
178
- }
179
- ```
180
-
181
- ### 7. 链接类型 (link)
182
- 显示可点击的链接。
183
-
184
- ```json
185
- {
186
- "key": "website",
187
- "label": "官网",
188
- "type": "link",
189
- "group": "外部链接"
190
- }
191
- ```
192
-
193
- 数据格式:
194
- ```json
195
- {
196
- "website": {
197
- "text": "访问官网",
198
- "url": "https://example.com"
199
- }
200
- }
201
- ```
202
-
203
- ### 8. 富文本类型 (html)
204
- 渲染HTML内容。
205
-
206
- ```json
207
- {
208
- "key": "description",
209
- "label": "详细描述",
210
- "type": "html",
211
- "group": "详细信息"
212
- }
213
- ```
214
-
215
- ## Props 参数
216
-
217
- | 参数 | 类型 | 默认值 | 说明 |
218
- |------|------|--------|------|
219
- | fields | Array | [] | 字段配置数组 |
220
- | data | Object | {} | 数据源对象 |
221
- | columns | Number | 2 | 显示列数,取值范围1-6 |
222
- | layout | String | 'horizontal' | 布局方式:horizontal/vertical |
223
- | gap | Number | 16 | 字段间距,单位px |
224
- | labelColor | String | '#666666' | 标签文字颜色 |
225
-
226
- ## 字段配置说明
227
-
228
- 每个字段配置对象包含以下属性:
229
-
230
- | 属性 | 类型 | 必填 | 说明 |
231
- |------|------|------|------|
232
- | key | String | ✅ | 字段键名,对应data中的属性 |
233
- | label | String | ✅ | 字段显示标签 |
234
- | type | String | ✅ | 字段类型 |
235
- | group | String | ❌ | 分组名称,用于字段分组 |
236
- | required | Boolean | ❌ | 是否必填,显示红色星号 |
237
- | description | String | ❌ | 字段描述文本 |
238
- | defaultValue | Any | ❌ | 默认值 |
239
-
240
- ## Events 事件
241
-
242
- | 事件名 | 参数 | 说明 |
243
- |--------|------|------|
244
- | download-file | file | 点击文件下载时触发 |
245
- | user-click | user | 点击用户信息时触发 |
246
- | link-click | link | 点击链接时触发 |
247
-
248
- ## 布局配置
249
-
250
- ### 水平布局 (horizontal)
251
- 标签和值在同一行显示,标签在左,值在右。
252
-
253
- ```vue
254
- <EbizDetailView
255
- :fields="fields"
256
- :data="data"
257
- layout="horizontal"
258
- :columns="2"
259
- />
260
- ```
261
-
262
- ### 垂直布局 (vertical)
263
- 标签在上,值在下,垂直排列。
264
-
265
- ```vue
266
- <EbizDetailView
267
- :fields="fields"
268
- :data="data"
269
- layout="vertical"
270
- :columns="3"
271
- />
272
- ```
273
-
274
- ## 分组展示
275
-
276
- 通过字段配置中的 `group` 属性可以对字段进行分组:
277
-
278
- ```json
279
- [
280
- {
281
- "key": "name",
282
- "label": "姓名",
283
- "type": "text",
284
- "group": "基本信息"
285
- },
286
- {
287
- "key": "phone",
288
- "label": "电话",
289
- "type": "text",
290
- "group": "联系方式"
291
- }
292
- ]
293
- ```
294
-
295
- 分组标题会自动显示,带有蓝色左侧边条装饰。
296
-
297
- ## 样式定制
298
-
299
- ### 自定义标签颜色
300
- ```vue
301
- <EbizDetailView
302
- :fields="fields"
303
- :data="data"
304
- labelColor="#333333"
305
- />
306
- ```
307
-
308
- ### 自定义间距
309
- ```vue
310
- <EbizDetailView
311
- :fields="fields"
312
- :data="data"
313
- :gap="20"
314
- />
315
- ```
316
-
317
- ## 完整示例
318
-
319
- ```vue
320
- <template>
321
- <EbizDetailView
322
- :fields="complexFields"
323
- :data="complexData"
324
- :columns="2"
325
- layout="horizontal"
326
- :gap="16"
327
- labelColor="#666666"
328
- @download-file="handleDownloadFile"
329
- @user-click="handleUserClick"
330
- @link-click="handleLinkClick"
331
- />
332
- </template>
333
-
334
- <script setup>
335
- import { EbizDetailView } from '@ebiz/designer-components'
336
-
337
- const complexFields = [
338
- {
339
- key: 'title',
340
- label: '项目名称',
341
- type: 'text',
342
- group: '项目信息',
343
- required: true
344
- },
345
- {
346
- key: 'manager',
347
- label: '项目经理',
348
- type: 'user',
349
- group: '项目信息'
350
- },
351
- {
352
- key: 'status',
353
- label: '项目状态',
354
- type: 'status',
355
- group: '项目信息'
356
- },
357
- {
358
- key: 'documents',
359
- label: '项目文档',
360
- type: 'file',
361
- group: '附件资源'
362
- },
363
- {
364
- key: 'tags',
365
- label: '项目标签',
366
- type: 'tags',
367
- group: '分类信息'
368
- },
369
- {
370
- key: 'website',
371
- label: '项目官网',
372
- type: 'link',
373
- group: '外部链接'
374
- }
375
- ]
376
-
377
- const complexData = {
378
- title: 'TinyEngine 低代码平台',
379
- manager: [
380
- {
381
- id: '1',
382
- name: '李经理',
383
- department: '产品部',
384
- avatar: 'https://avatars.githubusercontent.com/u/1?v=4'
385
- }
386
- ],
387
- status: {
388
- text: '进行中',
389
- status: 'success'
390
- },
391
- documents: [
392
- {
393
- id: '1',
394
- name: '项目需求文档.docx',
395
- size: 1024576,
396
- url: 'https://example.com/docs/requirements.docx'
397
- }
398
- ],
399
- tags: ['前端', '低代码', 'Vue3'],
400
- website: {
401
- text: 'TinyEngine 官网',
402
- url: 'https://opentiny.design/tiny-engine'
403
- }
404
- }
405
-
406
- const handleDownloadFile = (file) => {
407
- // 实现文件下载逻辑
408
- const link = document.createElement('a')
409
- link.href = file.url
410
- link.download = file.name
411
- link.click()
412
- }
413
-
414
- const handleUserClick = (user) => {
415
- // 处理用户点击事件
416
- console.log('查看用户详情:', user)
417
- }
418
-
419
- const handleLinkClick = (link) => {
420
- // 处理链接点击事件
421
- window.open(link.url, '_blank')
422
- }
423
- </script>
424
- ```
425
-
426
- ## 注意事项
427
-
428
- 1. **数据格式**:确保传入的data对象包含fields中定义的所有key
429
- 2. **文件类型**:file类型字段的数据必须是数组格式
430
- 3. **用户类型**:user类型字段的数据必须是数组格式,即使只有一个用户
431
- 4. **状态类型**:status类型字段需要包含text和status两个属性
432
- 5. **性能优化**:对于大量数据,建议使用虚拟滚动或分页
433
-
434
- ## 浏览器兼容性
435
-
436
- - Chrome 60+
437
- - Firefox 55+
438
- - Safari 12+
1
+ # EbizDetailView 详情页组件
2
+
3
+ ## 组件简介
4
+
5
+ EbizDetailView 是一个功能强大的详情页组件,支持通过JSON配置的方式定义显示字段和字段类型。组件采用灵活的布局系统,支持多种字段类型渲染,并能对字段进行分组展示。
6
+
7
+ ## 功能特性
8
+
9
+ - ✅ **JSON配置驱动**:通过JSON配置定义字段结构和显示方式
10
+ - ✅ **多种字段类型**:支持文本、用户、文件、日期、状态、标签、链接、富文本等类型
11
+ - ✅ **灵活布局**:支持水平/垂直布局,可调整显示列数
12
+ - ✅ **字段分组**:支持按组名称对字段进行分组显示
13
+ - ✅ **样式定制**:可自定义标签颜色、间距等样式属性
14
+ - ✅ **事件支持**:支持文件下载、用户点击、链接点击等事件
15
+
16
+ ## 基础用法
17
+
18
+ ```vue
19
+ <template>
20
+ <EbizDetailView
21
+ :fields="fields"
22
+ :data="data"
23
+ :columns="2"
24
+ layout="horizontal"
25
+ @download-file="handleDownloadFile"
26
+ />
27
+ </template>
28
+
29
+ <script setup>
30
+ import { EbizDetailView } from '@ebiz/designer-components'
31
+
32
+ const fields = [
33
+ {
34
+ key: 'name',
35
+ label: '姓名',
36
+ type: 'text',
37
+ group: '基本信息',
38
+ required: true
39
+ },
40
+ {
41
+ key: 'status',
42
+ label: '状态',
43
+ type: 'status',
44
+ group: '基本信息'
45
+ }
46
+ ]
47
+
48
+ const data = {
49
+ name: '张三',
50
+ status: {
51
+ text: '在职',
52
+ status: 'success'
53
+ }
54
+ }
55
+
56
+ const handleDownloadFile = (file) => {
57
+ // 处理文件下载
58
+ }
59
+ </script>
60
+ ```
61
+
62
+ ## 字段类型说明
63
+
64
+ ### 1. 文本类型 (text)
65
+ 显示普通文本内容。
66
+
67
+ ```json
68
+ {
69
+ "key": "name",
70
+ "label": "姓名",
71
+ "type": "text",
72
+ "group": "基本信息"
73
+ }
74
+ ```
75
+
76
+ ### 2. 用户类型 (user)
77
+ 展示用户信息,包含头像、姓名、部门等。
78
+
79
+ ```json
80
+ {
81
+ "key": "manager",
82
+ "label": "负责人",
83
+ "type": "user",
84
+ "group": "团队信息"
85
+ }
86
+ ```
87
+
88
+ 数据格式:
89
+ ```json
90
+ {
91
+ "manager": [
92
+ {
93
+ "id": "1",
94
+ "name": "张经理",
95
+ "department": "产品部",
96
+ "avatar": "https://example.com/avatar.jpg"
97
+ }
98
+ ]
99
+ }
100
+ ```
101
+
102
+ ### 3. 文件类型 (file)
103
+ 展示文件列表,支持图片预览和文件下载。
104
+
105
+ ```json
106
+ {
107
+ "key": "documents",
108
+ "label": "相关文档",
109
+ "type": "file",
110
+ "group": "附件"
111
+ }
112
+ ```
113
+
114
+ 数据格式:
115
+ ```json
116
+ {
117
+ "documents": [
118
+ {
119
+ "id": "1",
120
+ "name": "项目方案.pdf",
121
+ "size": 1024576,
122
+ "url": "https://example.com/doc.pdf"
123
+ }
124
+ ]
125
+ }
126
+ ```
127
+
128
+ ### 4. 日期类型 (date)
129
+ 格式化显示日期。
130
+
131
+ ```json
132
+ {
133
+ "key": "createTime",
134
+ "label": "创建时间",
135
+ "type": "date",
136
+ "group": "时间信息"
137
+ }
138
+ ```
139
+
140
+ ### 5. 状态类型 (status)
141
+ 显示带样式的状态标签。
142
+
143
+ ```json
144
+ {
145
+ "key": "status",
146
+ "label": "状态",
147
+ "type": "status",
148
+ "group": "基本信息"
149
+ }
150
+ ```
151
+
152
+ 数据格式:
153
+ ```json
154
+ {
155
+ "status": {
156
+ "text": "进行中",
157
+ "status": "success" // success | warning | error | info
158
+ }
159
+ }
160
+ ```
161
+
162
+ ### 6. 标签类型 (tags)
163
+ 显示标签列表。
164
+
165
+ ```json
166
+ {
167
+ "key": "tags",
168
+ "label": "标签",
169
+ "type": "tags",
170
+ "group": "分类信息"
171
+ }
172
+ ```
173
+
174
+ 数据格式:
175
+ ```json
176
+ {
177
+ "tags": ["前端", "Vue3", "组件库"]
178
+ }
179
+ ```
180
+
181
+ ### 7. 链接类型 (link)
182
+ 显示可点击的链接。
183
+
184
+ ```json
185
+ {
186
+ "key": "website",
187
+ "label": "官网",
188
+ "type": "link",
189
+ "group": "外部链接"
190
+ }
191
+ ```
192
+
193
+ 数据格式:
194
+ ```json
195
+ {
196
+ "website": {
197
+ "text": "访问官网",
198
+ "url": "https://example.com"
199
+ }
200
+ }
201
+ ```
202
+
203
+ ### 8. 富文本类型 (html)
204
+ 渲染HTML内容。
205
+
206
+ ```json
207
+ {
208
+ "key": "description",
209
+ "label": "详细描述",
210
+ "type": "html",
211
+ "group": "详细信息"
212
+ }
213
+ ```
214
+
215
+ ## Props 参数
216
+
217
+ | 参数 | 类型 | 默认值 | 说明 |
218
+ |------|------|--------|------|
219
+ | fields | Array | [] | 字段配置数组 |
220
+ | data | Object | {} | 数据源对象 |
221
+ | columns | Number | 2 | 显示列数,取值范围1-6 |
222
+ | layout | String | 'horizontal' | 布局方式:horizontal/vertical |
223
+ | gap | Number | 16 | 字段间距,单位px |
224
+ | labelColor | String | '#666666' | 标签文字颜色 |
225
+
226
+ ## 字段配置说明
227
+
228
+ 每个字段配置对象包含以下属性:
229
+
230
+ | 属性 | 类型 | 必填 | 说明 |
231
+ |------|------|------|------|
232
+ | key | String | ✅ | 字段键名,对应data中的属性 |
233
+ | label | String | ✅ | 字段显示标签 |
234
+ | type | String | ✅ | 字段类型 |
235
+ | group | String | ❌ | 分组名称,用于字段分组 |
236
+ | required | Boolean | ❌ | 是否必填,显示红色星号 |
237
+ | description | String | ❌ | 字段描述文本 |
238
+ | defaultValue | Any | ❌ | 默认值 |
239
+
240
+ ## Events 事件
241
+
242
+ | 事件名 | 参数 | 说明 |
243
+ |--------|------|------|
244
+ | download-file | file | 点击文件下载时触发 |
245
+ | user-click | user | 点击用户信息时触发 |
246
+ | link-click | link | 点击链接时触发 |
247
+
248
+ ## 布局配置
249
+
250
+ ### 水平布局 (horizontal)
251
+ 标签和值在同一行显示,标签在左,值在右。
252
+
253
+ ```vue
254
+ <EbizDetailView
255
+ :fields="fields"
256
+ :data="data"
257
+ layout="horizontal"
258
+ :columns="2"
259
+ />
260
+ ```
261
+
262
+ ### 垂直布局 (vertical)
263
+ 标签在上,值在下,垂直排列。
264
+
265
+ ```vue
266
+ <EbizDetailView
267
+ :fields="fields"
268
+ :data="data"
269
+ layout="vertical"
270
+ :columns="3"
271
+ />
272
+ ```
273
+
274
+ ## 分组展示
275
+
276
+ 通过字段配置中的 `group` 属性可以对字段进行分组:
277
+
278
+ ```json
279
+ [
280
+ {
281
+ "key": "name",
282
+ "label": "姓名",
283
+ "type": "text",
284
+ "group": "基本信息"
285
+ },
286
+ {
287
+ "key": "phone",
288
+ "label": "电话",
289
+ "type": "text",
290
+ "group": "联系方式"
291
+ }
292
+ ]
293
+ ```
294
+
295
+ 分组标题会自动显示,带有蓝色左侧边条装饰。
296
+
297
+ ## 样式定制
298
+
299
+ ### 自定义标签颜色
300
+ ```vue
301
+ <EbizDetailView
302
+ :fields="fields"
303
+ :data="data"
304
+ labelColor="#333333"
305
+ />
306
+ ```
307
+
308
+ ### 自定义间距
309
+ ```vue
310
+ <EbizDetailView
311
+ :fields="fields"
312
+ :data="data"
313
+ :gap="20"
314
+ />
315
+ ```
316
+
317
+ ## 完整示例
318
+
319
+ ```vue
320
+ <template>
321
+ <EbizDetailView
322
+ :fields="complexFields"
323
+ :data="complexData"
324
+ :columns="2"
325
+ layout="horizontal"
326
+ :gap="16"
327
+ labelColor="#666666"
328
+ @download-file="handleDownloadFile"
329
+ @user-click="handleUserClick"
330
+ @link-click="handleLinkClick"
331
+ />
332
+ </template>
333
+
334
+ <script setup>
335
+ import { EbizDetailView } from '@ebiz/designer-components'
336
+
337
+ const complexFields = [
338
+ {
339
+ key: 'title',
340
+ label: '项目名称',
341
+ type: 'text',
342
+ group: '项目信息',
343
+ required: true
344
+ },
345
+ {
346
+ key: 'manager',
347
+ label: '项目经理',
348
+ type: 'user',
349
+ group: '项目信息'
350
+ },
351
+ {
352
+ key: 'status',
353
+ label: '项目状态',
354
+ type: 'status',
355
+ group: '项目信息'
356
+ },
357
+ {
358
+ key: 'documents',
359
+ label: '项目文档',
360
+ type: 'file',
361
+ group: '附件资源'
362
+ },
363
+ {
364
+ key: 'tags',
365
+ label: '项目标签',
366
+ type: 'tags',
367
+ group: '分类信息'
368
+ },
369
+ {
370
+ key: 'website',
371
+ label: '项目官网',
372
+ type: 'link',
373
+ group: '外部链接'
374
+ }
375
+ ]
376
+
377
+ const complexData = {
378
+ title: 'TinyEngine 低代码平台',
379
+ manager: [
380
+ {
381
+ id: '1',
382
+ name: '李经理',
383
+ department: '产品部',
384
+ avatar: 'https://avatars.githubusercontent.com/u/1?v=4'
385
+ }
386
+ ],
387
+ status: {
388
+ text: '进行中',
389
+ status: 'success'
390
+ },
391
+ documents: [
392
+ {
393
+ id: '1',
394
+ name: '项目需求文档.docx',
395
+ size: 1024576,
396
+ url: 'https://example.com/docs/requirements.docx'
397
+ }
398
+ ],
399
+ tags: ['前端', '低代码', 'Vue3'],
400
+ website: {
401
+ text: 'TinyEngine 官网',
402
+ url: 'https://opentiny.design/tiny-engine'
403
+ }
404
+ }
405
+
406
+ const handleDownloadFile = (file) => {
407
+ // 实现文件下载逻辑
408
+ const link = document.createElement('a')
409
+ link.href = file.url
410
+ link.download = file.name
411
+ link.click()
412
+ }
413
+
414
+ const handleUserClick = (user) => {
415
+ // 处理用户点击事件
416
+ console.log('查看用户详情:', user)
417
+ }
418
+
419
+ const handleLinkClick = (link) => {
420
+ // 处理链接点击事件
421
+ window.open(link.url, '_blank')
422
+ }
423
+ </script>
424
+ ```
425
+
426
+ ## 注意事项
427
+
428
+ 1. **数据格式**:确保传入的data对象包含fields中定义的所有key
429
+ 2. **文件类型**:file类型字段的数据必须是数组格式
430
+ 3. **用户类型**:user类型字段的数据必须是数组格式,即使只有一个用户
431
+ 4. **状态类型**:status类型字段需要包含text和status两个属性
432
+ 5. **性能优化**:对于大量数据,建议使用虚拟滚动或分页
433
+
434
+ ## 浏览器兼容性
435
+
436
+ - Chrome 60+
437
+ - Firefox 55+
438
+ - Safari 12+
439
439
  - Edge 79+