exploria-ui-mcp-server 2.4.1 → 2026.4.12

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.
package/README.md CHANGED
@@ -39,7 +39,7 @@ MCP Server 在项目架构中扮演着核心角色,作为 AI IDE 与 Exploria
39
39
 
40
40
  | 组件名称 | 功能描述 |
41
41
  | ------------------------ | ----------------------------------------------------------------------- |
42
- | **index.ts** | 入口文件,负责初始化服务、建立与 AI IDE 的连接、注册工具/资源/提示模块 |
42
+ | **index.ts** | 入口文件,负责初始化服务、建立与 AI IDE 的连接、注册工具/资源/提示模块 |
43
43
  | **McpServer** | 来自 @modelcontextprotocol/sdk 的核心 MCP 服务器实例,处理 MCP 协议通信 |
44
44
  | **StdioServerTransport** | 标准输入输出传输层,用于与 AI IDE 通信 |
45
45
  | **DocumentParser** | 文档解析器,负责解析和处理 Exploria UI 文档 |
@@ -261,13 +261,13 @@ vector[secondaryIndex] -= weight * 0.5
261
261
 
262
262
  #### 6.3.2 核心组件职责
263
263
 
264
- | 组件 | 职责 | 关键方法/属性 |
265
- | ------------------------ | ------------------------ | --------------------------------------------- |
266
- | **index.ts** | 入口模块,启动服务、管理连接 | `startServer()`, `setupEventHandlers()` |
267
- | **McpServer** | MCP SDK 核心实例 | 处理协议通信、注册工具/资源/提示 |
268
- | **StdioServerTransport** | 标准输入输出传输层 | 建立与 IDE 的管道连接 |
269
- | **KnowledgeService** | 向量数据库服务 | `searchKnowledge()`, `getComponentDetails()` |
270
- | **DocumentParser** | 文档解析器 | `initialize()`, `getStatus()` |
264
+ | 组件 | 职责 | 关键方法/属性 |
265
+ | ------------------------ | ---------------------------- | -------------------------------------------- |
266
+ | **index.ts** | 入口模块,启动服务、管理连接 | `startServer()`, `setupEventHandlers()` |
267
+ | **McpServer** | MCP SDK 核心实例 | 处理协议通信、注册工具/资源/提示 |
268
+ | **StdioServerTransport** | 标准输入输出传输层 | 建立与 IDE 的管道连接 |
269
+ | **KnowledgeService** | 向量数据库服务 | `searchKnowledge()`, `getComponentDetails()` |
270
+ | **DocumentParser** | 文档解析器 | `initialize()`, `getStatus()` |
271
271
 
272
272
  #### 6.3.3 服务启动流程
273
273
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 1,
3
- "generatedAt": "2026-04-13T11:06:14.588Z",
3
+ "generatedAt": "2026-04-13T12:11:25.066Z",
4
4
  "docsRoot": "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages",
5
5
  "buildMode": "prebuild",
6
6
  "idfMap": {
@@ -120719,7 +120719,7 @@
120719
120719
  }
120720
120720
  ],
120721
120721
  "metrics": {
120722
- "buildTimeMs": 99.69,
120722
+ "buildTimeMs": 112.32,
120723
120723
  "documentCount": 74,
120724
120724
  "chunkCount": 415,
120725
120725
  "averageChunkLength": 383.75,
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "exploria-ui-mcp-server",
3
- "version": "2.4.1",
3
+ "version": "2026.4.12",
4
4
  "description": "MCP Server for Exploria UI Component Library",
5
5
  "bin": {
6
6
  "exploria-ui-mcp-server": "./dist/index.js"
7
7
  },
8
8
  "files": [
9
- "dist",
9
+ "dist/index.js",
10
+ "dist/knowledge",
10
11
  "package.json",
11
12
  "README.md"
12
13
  ],
@@ -1,1089 +0,0 @@
1
- {
2
- "timestamp": "2026-04-13T11:06:14.585Z",
3
- "buildMode": "prebuild",
4
- "docsRoot": "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages",
5
- "statistics": {
6
- "documentRootCount": 74,
7
- "documentCount": 74,
8
- "chunkCount": 415,
9
- "buildTimeMs": 99.69,
10
- "vectorDimension": 256
11
- },
12
- "documentRoots": [
13
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\advanced\\e_parallax_scrolling",
14
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\advanced\\e_rolling_follow",
15
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\advanced\\e_virtual_list",
16
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\advanced\\e_watermark",
17
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\ai\\typing_effect",
18
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\basic\\e_badge",
19
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\basic\\e_button",
20
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\basic\\e_card",
21
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\basic\\e_svg_icon",
22
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\basic\\e_underline",
23
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\data\\e_calendar",
24
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\data\\e_carousel",
25
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\data\\e_collapse",
26
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\data\\e_image",
27
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\data\\e_list",
28
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\data\\e_media_viewer",
29
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\data\\e_progress",
30
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\data\\e_rolling_pagination",
31
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\data\\e_skeleton",
32
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\data\\e_table",
33
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\data\\e_timeline",
34
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\feedback\\e_dialog",
35
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\feedback\\e_drawer",
36
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\feedback\\e_message",
37
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\feedback\\e_message_box",
38
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\feedback\\e_notification",
39
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\feedback\\e_popover",
40
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\feedback\\e_tooltip",
41
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\form\\e_checkbox",
42
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\form\\e_color_picker",
43
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\form\\e_condition_group",
44
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\form\\e_file_selector",
45
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\form\\e_form",
46
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\form\\e_input",
47
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\form\\e_radio",
48
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\form\\e_select",
49
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\form\\e_slider",
50
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\form\\e_time_picker",
51
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\geometry\\css_3d",
52
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\layout\\e_scroll_x",
53
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\navigation\\e_dropdown",
54
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\components\\navigation\\e_tabs",
55
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\directives\\e_uuid_util",
56
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\advanced\\gsap",
57
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\advanced\\lottie",
58
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\advanced\\rich_text_editor",
59
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\advanced\\sortablejs",
60
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\advanced\\spelling",
61
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\advanced\\svg",
62
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\ai\\app",
63
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\canvas\\base",
64
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\canvas\\burrow",
65
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\canvas\\clip",
66
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\canvas\\definition",
67
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\echarts\\basic",
68
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\echarts\\data_zoom",
69
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\echarts\\gauge",
70
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\echarts\\liquidfill",
71
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\git\\sample_set",
72
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\layout\\flex",
73
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\layout\\grid",
74
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\navigation\\new_tab_page",
75
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\network\\sse",
76
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\observer\\mutation_observer",
77
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\optimize",
78
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\svg\\base",
79
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\threejs\\base",
80
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\threejs\\controller_sync",
81
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\threejs\\phoenix",
82
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\other\\vue\\life_cycle",
83
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\utils\\e_echarts_util",
84
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\utils\\e_image_util",
85
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\utils\\e_uuid_util",
86
- "C:\\Users\\YYWD4\\Desktop\\exploria-ui-document\\src\\views\\document\\pages\\utils\\type_utils"
87
- ],
88
- "documents": [
89
- {
90
- "id": "components\\advanced\\e_parallax_scrolling",
91
- "name": "e_parallax_scrolling",
92
- "displayName": "EParallaxScrolling",
93
- "category": "components/advanced",
94
- "kind": "component",
95
- "sourceFileCount": 2,
96
- "sourceFiles": [
97
- "components\\advanced\\e_parallax_scrolling\\Document.vue",
98
- "components\\advanced\\e_parallax_scrolling\\Using.vue"
99
- ]
100
- },
101
- {
102
- "id": "components\\advanced\\e_rolling_follow",
103
- "name": "e_rolling_follow",
104
- "displayName": "ERollingFollow",
105
- "category": "components/advanced",
106
- "kind": "component",
107
- "sourceFileCount": 2,
108
- "sourceFiles": [
109
- "components\\advanced\\e_rolling_follow\\Document.vue",
110
- "components\\advanced\\e_rolling_follow\\Using.vue"
111
- ]
112
- },
113
- {
114
- "id": "components\\advanced\\e_virtual_list",
115
- "name": "e_virtual_list",
116
- "displayName": "EVirtualList",
117
- "category": "components/advanced",
118
- "kind": "component",
119
- "sourceFileCount": 5,
120
- "sourceFiles": [
121
- "components\\advanced\\e_virtual_list\\Document.vue",
122
- "components\\advanced\\e_virtual_list\\Using.vue",
123
- "components\\advanced\\e_virtual_list\\ComprehensiveCase.vue",
124
- "components\\advanced\\e_virtual_list\\DynamicData.vue",
125
- "components\\advanced\\e_virtual_list\\iconfont\\iconfont.css"
126
- ]
127
- },
128
- {
129
- "id": "components\\advanced\\e_watermark",
130
- "name": "e_watermark",
131
- "displayName": "EWatermark",
132
- "category": "components/advanced",
133
- "kind": "component",
134
- "sourceFileCount": 10,
135
- "sourceFiles": [
136
- "components\\advanced\\e_watermark\\Document.vue",
137
- "components\\advanced\\e_watermark\\AutoSize.vue",
138
- "components\\advanced\\e_watermark\\BasicUsing.vue",
139
- "components\\advanced\\e_watermark\\CustomFont.vue",
140
- "components\\advanced\\e_watermark\\CustomStyle.vue",
141
- "components\\advanced\\e_watermark\\Dense.vue",
142
- "components\\advanced\\e_watermark\\HighZIndex.vue",
143
- "components\\advanced\\e_watermark\\ImageWatermark.vue",
144
- "components\\advanced\\e_watermark\\MultiLine.vue",
145
- "components\\advanced\\e_watermark\\OpacityWatermark.vue"
146
- ]
147
- },
148
- {
149
- "id": "components\\ai\\typing_effect",
150
- "name": "typing_effect",
151
- "displayName": "TypingEffect",
152
- "category": "components/ai",
153
- "kind": "component",
154
- "sourceFileCount": 3,
155
- "sourceFiles": [
156
- "components\\ai\\typing_effect\\Document.vue",
157
- "components\\ai\\typing_effect\\Using1.vue",
158
- "components\\ai\\typing_effect\\Using2.vue"
159
- ]
160
- },
161
- {
162
- "id": "components\\basic\\e_badge",
163
- "name": "e_badge",
164
- "displayName": "EBadge",
165
- "category": "components/basic",
166
- "kind": "component",
167
- "sourceFileCount": 7,
168
- "sourceFiles": [
169
- "components\\basic\\e_badge\\Document.vue",
170
- "components\\basic\\e_badge\\BasicBadge.vue",
171
- "components\\basic\\e_badge\\DotBadge.vue",
172
- "components\\basic\\e_badge\\MaxBadge.vue",
173
- "components\\basic\\e_badge\\ShowZeroBadge.vue",
174
- "components\\basic\\e_badge\\SizeBadge.vue",
175
- "components\\basic\\e_badge\\TypeBadge.vue"
176
- ]
177
- },
178
- {
179
- "id": "components\\basic\\e_button",
180
- "name": "e_button",
181
- "displayName": "EButton",
182
- "category": "components/basic",
183
- "kind": "component",
184
- "sourceFileCount": 10,
185
- "sourceFiles": [
186
- "components\\basic\\e_button\\Document.vue",
187
- "components\\basic\\e_button\\Using.vue",
188
- "components\\basic\\e_button\\CircleButtons.vue",
189
- "components\\basic\\e_button\\DisabledButtons.vue",
190
- "components\\basic\\e_button\\LoadingButtons.vue",
191
- "components\\basic\\e_button\\NormalButtons.vue",
192
- "components\\basic\\e_button\\PlainButtons.vue",
193
- "components\\basic\\e_button\\RoundButtons.vue",
194
- "components\\basic\\e_button\\RoundedRectangleButtons.vue",
195
- "components\\basic\\e_button\\SizeButtons.vue"
196
- ]
197
- },
198
- {
199
- "id": "components\\basic\\e_card",
200
- "name": "e_card",
201
- "displayName": "ECard",
202
- "category": "components/basic",
203
- "kind": "component",
204
- "sourceFileCount": 8,
205
- "sourceFiles": [
206
- "components\\basic\\e_card\\Document.vue",
207
- "components\\basic\\e_card\\BasicCard.vue",
208
- "components\\basic\\e_card\\BorderlessCard.vue",
209
- "components\\basic\\e_card\\ComplexContentCard.vue",
210
- "components\\basic\\e_card\\CustomHeaderCard.vue",
211
- "components\\basic\\e_card\\FooterCard.vue",
212
- "components\\basic\\e_card\\ShadowCard.vue",
213
- "components\\basic\\e_card\\SizesCard.vue"
214
- ]
215
- },
216
- {
217
- "id": "components\\basic\\e_svg_icon",
218
- "name": "e_svg_icon",
219
- "displayName": "ESvgIcon",
220
- "category": "components/basic",
221
- "kind": "component",
222
- "sourceFileCount": 2,
223
- "sourceFiles": [
224
- "components\\basic\\e_svg_icon\\Document.vue",
225
- "components\\basic\\e_svg_icon\\Using.vue"
226
- ]
227
- },
228
- {
229
- "id": "components\\basic\\e_underline",
230
- "name": "e_underline",
231
- "displayName": "EUnderline",
232
- "category": "components/basic",
233
- "kind": "component",
234
- "sourceFileCount": 3,
235
- "sourceFiles": [
236
- "components\\basic\\e_underline\\Document.vue",
237
- "components\\basic\\e_underline\\BaseUsing.vue",
238
- "components\\basic\\e_underline\\ImgUsing.vue"
239
- ]
240
- },
241
- {
242
- "id": "components\\data\\e_calendar",
243
- "name": "e_calendar",
244
- "displayName": "ECalendar",
245
- "category": "components/data",
246
- "kind": "component",
247
- "sourceFileCount": 2,
248
- "sourceFiles": [
249
- "components\\data\\e_calendar\\Document.vue",
250
- "components\\data\\e_calendar\\Using.vue"
251
- ]
252
- },
253
- {
254
- "id": "components\\data\\e_carousel",
255
- "name": "e_carousel",
256
- "displayName": "ECarousel",
257
- "category": "components/data",
258
- "kind": "component",
259
- "sourceFileCount": 5,
260
- "sourceFiles": [
261
- "components\\data\\e_carousel\\Document.vue",
262
- "components\\data\\e_carousel\\Using.vue",
263
- "components\\data\\e_carousel\\Using1.vue",
264
- "components\\data\\e_carousel\\Using2.vue",
265
- "components\\data\\e_carousel\\Using3.vue"
266
- ]
267
- },
268
- {
269
- "id": "components\\data\\e_collapse",
270
- "name": "e_collapse",
271
- "displayName": "ECollapse",
272
- "category": "components/data",
273
- "kind": "component",
274
- "sourceFileCount": 2,
275
- "sourceFiles": [
276
- "components\\data\\e_collapse\\Document.vue",
277
- "components\\data\\e_collapse\\Using.vue"
278
- ]
279
- },
280
- {
281
- "id": "components\\data\\e_image",
282
- "name": "e_image",
283
- "displayName": "EImage",
284
- "category": "components/data",
285
- "kind": "component",
286
- "sourceFileCount": 2,
287
- "sourceFiles": [
288
- "components\\data\\e_image\\Document.vue",
289
- "components\\data\\e_image\\Using.vue"
290
- ]
291
- },
292
- {
293
- "id": "components\\data\\e_list",
294
- "name": "e_list",
295
- "displayName": "EList",
296
- "category": "components/data",
297
- "kind": "component",
298
- "sourceFileCount": 11,
299
- "sourceFiles": [
300
- "components\\data\\e_list\\Document.vue",
301
- "components\\data\\e_list\\BasicUsage.vue",
302
- "components\\data\\e_list\\CustomCheckboxUsage.vue",
303
- "components\\data\\e_list\\CustomEmptyDataUsage.vue",
304
- "components\\data\\e_list\\CustomRowUsage.vue",
305
- "components\\data\\e_list\\DividerUsage.vue",
306
- "components\\data\\e_list\\EmptyDataUsage.vue",
307
- "components\\data\\e_list\\EventUsage.vue",
308
- "components\\data\\e_list\\MultipleSelectUsage.vue",
309
- "components\\data\\e_list\\SingleSelectUsage.vue",
310
- "components\\data\\e_list\\SizeUsage.vue"
311
- ]
312
- },
313
- {
314
- "id": "components\\data\\e_media_viewer",
315
- "name": "e_media_viewer",
316
- "displayName": "EMediaViewer",
317
- "category": "components/data",
318
- "kind": "component",
319
- "sourceFileCount": 2,
320
- "sourceFiles": [
321
- "components\\data\\e_media_viewer\\Document.vue",
322
- "components\\data\\e_media_viewer\\Using.vue"
323
- ]
324
- },
325
- {
326
- "id": "components\\data\\e_progress",
327
- "name": "e_progress",
328
- "displayName": "EProgress",
329
- "category": "components/data",
330
- "kind": "component",
331
- "sourceFileCount": 8,
332
- "sourceFiles": [
333
- "components\\data\\e_progress\\Document.vue",
334
- "components\\data\\e_progress\\BasicProgress.vue",
335
- "components\\data\\e_progress\\CircleProgress.vue",
336
- "components\\data\\e_progress\\CustomColorProgress.vue",
337
- "components\\data\\e_progress\\IndeterminateProgress.vue",
338
- "components\\data\\e_progress\\ProgressSize.vue",
339
- "components\\data\\e_progress\\ProgressStatus.vue",
340
- "components\\data\\e_progress\\ProgressText.vue"
341
- ]
342
- },
343
- {
344
- "id": "components\\data\\e_rolling_pagination",
345
- "name": "e_rolling_pagination",
346
- "displayName": "ERollingPagination",
347
- "category": "components/data",
348
- "kind": "component",
349
- "sourceFileCount": 2,
350
- "sourceFiles": [
351
- "components\\data\\e_rolling_pagination\\Document.vue",
352
- "components\\data\\e_rolling_pagination\\Using.vue"
353
- ]
354
- },
355
- {
356
- "id": "components\\data\\e_skeleton",
357
- "name": "e_skeleton",
358
- "displayName": "ESkeleton",
359
- "category": "components/data",
360
- "kind": "component",
361
- "sourceFileCount": 2,
362
- "sourceFiles": [
363
- "components\\data\\e_skeleton\\Document.vue",
364
- "components\\data\\e_skeleton\\Using.vue"
365
- ]
366
- },
367
- {
368
- "id": "components\\data\\e_table",
369
- "name": "e_table",
370
- "displayName": "ETable",
371
- "category": "components/data",
372
- "kind": "component",
373
- "sourceFileCount": 2,
374
- "sourceFiles": [
375
- "components\\data\\e_table\\Document.vue",
376
- "components\\data\\e_table\\Using.vue"
377
- ]
378
- },
379
- {
380
- "id": "components\\data\\e_timeline",
381
- "name": "e_timeline",
382
- "displayName": "ETimeline",
383
- "category": "components/data",
384
- "kind": "component",
385
- "sourceFileCount": 2,
386
- "sourceFiles": [
387
- "components\\data\\e_timeline\\Document.vue",
388
- "components\\data\\e_timeline\\Using.vue"
389
- ]
390
- },
391
- {
392
- "id": "components\\feedback\\e_dialog",
393
- "name": "e_dialog",
394
- "displayName": "EDialog",
395
- "category": "components/feedback",
396
- "kind": "component",
397
- "sourceFileCount": 3,
398
- "sourceFiles": [
399
- "components\\feedback\\e_dialog\\Document.vue",
400
- "components\\feedback\\e_dialog\\AsyncUsing.vue",
401
- "components\\feedback\\e_dialog\\BaseUsing.vue"
402
- ]
403
- },
404
- {
405
- "id": "components\\feedback\\e_drawer",
406
- "name": "e_drawer",
407
- "displayName": "EDrawer",
408
- "category": "components/feedback",
409
- "kind": "component",
410
- "sourceFileCount": 7,
411
- "sourceFiles": [
412
- "components\\feedback\\e_drawer\\Document.vue",
413
- "components\\feedback\\e_drawer\\BaseUsing.vue",
414
- "components\\feedback\\e_drawer\\DirectionUsing.vue",
415
- "components\\feedback\\e_drawer\\LargeSizeDrawer.vue",
416
- "components\\feedback\\e_drawer\\MediumSizeDrawer.vue",
417
- "components\\feedback\\e_drawer\\SizeUsing.vue",
418
- "components\\feedback\\e_drawer\\SmallSizeDrawer.vue"
419
- ]
420
- },
421
- {
422
- "id": "components\\feedback\\e_message",
423
- "name": "e_message",
424
- "displayName": "EMessage",
425
- "category": "components/feedback",
426
- "kind": "component",
427
- "sourceFileCount": 2,
428
- "sourceFiles": [
429
- "components\\feedback\\e_message\\Document.vue",
430
- "components\\feedback\\e_message\\Using.vue"
431
- ]
432
- },
433
- {
434
- "id": "components\\feedback\\e_message_box",
435
- "name": "e_message_box",
436
- "displayName": "EMessageBox",
437
- "category": "components/feedback",
438
- "kind": "component",
439
- "sourceFileCount": 3,
440
- "sourceFiles": [
441
- "components\\feedback\\e_message_box\\Document.vue",
442
- "components\\feedback\\e_message_box\\intro.md",
443
- "components\\feedback\\e_message_box\\BaseUsing.vue"
444
- ]
445
- },
446
- {
447
- "id": "components\\feedback\\e_notification",
448
- "name": "e_notification",
449
- "displayName": "ENotification",
450
- "category": "components/feedback",
451
- "kind": "component",
452
- "sourceFileCount": 6,
453
- "sourceFiles": [
454
- "components\\feedback\\e_notification\\Document.vue",
455
- "components\\feedback\\e_notification\\Using.vue",
456
- "components\\feedback\\e_notification\\AllPositionsNotification.vue",
457
- "components\\feedback\\e_notification\\BasicTypesNotification.vue",
458
- "components\\feedback\\e_notification\\ClickableNotification.vue",
459
- "components\\feedback\\e_notification\\ManualCloseNotification.vue"
460
- ]
461
- },
462
- {
463
- "id": "components\\feedback\\e_popover",
464
- "name": "e_popover",
465
- "displayName": "EPopover",
466
- "category": "components/feedback",
467
- "kind": "component",
468
- "sourceFileCount": 8,
469
- "sourceFiles": [
470
- "components\\feedback\\e_popover\\Document.vue",
471
- "components\\feedback\\e_popover\\BasicUsage.vue",
472
- "components\\feedback\\e_popover\\Using.vue",
473
- "components\\feedback\\e_popover\\ContextmenuTrigger.vue",
474
- "components\\feedback\\e_popover\\CustomContent.vue",
475
- "components\\feedback\\e_popover\\CustomTrigger.vue",
476
- "components\\feedback\\e_popover\\HoverTrigger.vue",
477
- "components\\feedback\\e_popover\\SizeVariants.vue"
478
- ]
479
- },
480
- {
481
- "id": "components\\feedback\\e_tooltip",
482
- "name": "e_tooltip",
483
- "displayName": "ETooltip",
484
- "category": "components/feedback",
485
- "kind": "component",
486
- "sourceFileCount": 3,
487
- "sourceFiles": [
488
- "components\\feedback\\e_tooltip\\Document.vue",
489
- "components\\feedback\\e_tooltip\\Using.vue",
490
- "components\\feedback\\e_tooltip\\SizeUsing.vue"
491
- ]
492
- },
493
- {
494
- "id": "components\\form\\e_checkbox",
495
- "name": "e_checkbox",
496
- "displayName": "ECheckbox",
497
- "category": "components/form",
498
- "kind": "component",
499
- "sourceFileCount": 2,
500
- "sourceFiles": [
501
- "components\\form\\e_checkbox\\Document.vue",
502
- "components\\form\\e_checkbox\\Using.vue"
503
- ]
504
- },
505
- {
506
- "id": "components\\form\\e_color_picker",
507
- "name": "e_color_picker",
508
- "displayName": "EColorPicker",
509
- "category": "components/form",
510
- "kind": "component",
511
- "sourceFileCount": 2,
512
- "sourceFiles": [
513
- "components\\form\\e_color_picker\\Document.vue",
514
- "components\\form\\e_color_picker\\Using.vue"
515
- ]
516
- },
517
- {
518
- "id": "components\\form\\e_condition_group",
519
- "name": "e_condition_group",
520
- "displayName": "EConditionGroup",
521
- "category": "components/form",
522
- "kind": "component",
523
- "sourceFileCount": 2,
524
- "sourceFiles": [
525
- "components\\form\\e_condition_group\\Document.vue",
526
- "components\\form\\e_condition_group\\Using.vue"
527
- ]
528
- },
529
- {
530
- "id": "components\\form\\e_file_selector",
531
- "name": "e_file_selector",
532
- "displayName": "EFileSelector",
533
- "category": "components/form",
534
- "kind": "component",
535
- "sourceFileCount": 2,
536
- "sourceFiles": [
537
- "components\\form\\e_file_selector\\Document.vue",
538
- "components\\form\\e_file_selector\\Using.vue"
539
- ]
540
- },
541
- {
542
- "id": "components\\form\\e_form",
543
- "name": "e_form",
544
- "displayName": "EForm",
545
- "category": "components/form",
546
- "kind": "component",
547
- "sourceFileCount": 5,
548
- "sourceFiles": [
549
- "components\\form\\e_form\\Document.vue",
550
- "components\\form\\e_form\\BaseUsage.vue",
551
- "components\\form\\e_form\\iconfont\\iconfont.css",
552
- "components\\form\\e_form\\LoginForm.vue",
553
- "components\\form\\e_form\\RegisterForm.vue"
554
- ]
555
- },
556
- {
557
- "id": "components\\form\\e_input",
558
- "name": "e_input",
559
- "displayName": "EInput",
560
- "category": "components/form",
561
- "kind": "component",
562
- "sourceFileCount": 6,
563
- "sourceFiles": [
564
- "components\\form\\e_input\\Document.vue",
565
- "components\\form\\e_input\\BaseUsage.vue",
566
- "components\\form\\e_input\\Clearable.vue",
567
- "components\\form\\e_input\\iconfont\\iconfont.css",
568
- "components\\form\\e_input\\Number.vue",
569
- "components\\form\\e_input\\Password.vue"
570
- ]
571
- },
572
- {
573
- "id": "components\\form\\e_radio",
574
- "name": "e_radio",
575
- "displayName": "ERadio",
576
- "category": "components/form",
577
- "kind": "component",
578
- "sourceFileCount": 2,
579
- "sourceFiles": [
580
- "components\\form\\e_radio\\Document.vue",
581
- "components\\form\\e_radio\\Using.vue"
582
- ]
583
- },
584
- {
585
- "id": "components\\form\\e_select",
586
- "name": "e_select",
587
- "displayName": "ESelect",
588
- "category": "components/form",
589
- "kind": "component",
590
- "sourceFileCount": 2,
591
- "sourceFiles": [
592
- "components\\form\\e_select\\Document.vue",
593
- "components\\form\\e_select\\Using.vue"
594
- ]
595
- },
596
- {
597
- "id": "components\\form\\e_slider",
598
- "name": "e_slider",
599
- "displayName": "ESlider",
600
- "category": "components/form",
601
- "kind": "component",
602
- "sourceFileCount": 6,
603
- "sourceFiles": [
604
- "components\\form\\e_slider\\Document.vue",
605
- "components\\form\\e_slider\\BaseUsage.vue",
606
- "components\\form\\e_slider\\CustomRange.vue",
607
- "components\\form\\e_slider\\Disabled.vue",
608
- "components\\form\\e_slider\\ShowValue.vue",
609
- "components\\form\\e_slider\\Sizes.vue"
610
- ]
611
- },
612
- {
613
- "id": "components\\form\\e_time_picker",
614
- "name": "e_time_picker",
615
- "displayName": "ETimePicker",
616
- "category": "components/form",
617
- "kind": "component",
618
- "sourceFileCount": 2,
619
- "sourceFiles": [
620
- "components\\form\\e_time_picker\\Document.vue",
621
- "components\\form\\e_time_picker\\Using.vue"
622
- ]
623
- },
624
- {
625
- "id": "components\\geometry\\css_3d",
626
- "name": "css_3d",
627
- "displayName": "Css3d",
628
- "category": "components/geometry",
629
- "kind": "component",
630
- "sourceFileCount": 2,
631
- "sourceFiles": [
632
- "components\\geometry\\css_3d\\Document.vue",
633
- "components\\geometry\\css_3d\\Using.vue"
634
- ]
635
- },
636
- {
637
- "id": "components\\layout\\e_scroll_x",
638
- "name": "e_scroll_x",
639
- "displayName": "EScrollX",
640
- "category": "components/layout",
641
- "kind": "component",
642
- "sourceFileCount": 2,
643
- "sourceFiles": [
644
- "components\\layout\\e_scroll_x\\Document.vue",
645
- "components\\layout\\e_scroll_x\\Using.vue"
646
- ]
647
- },
648
- {
649
- "id": "components\\navigation\\e_dropdown",
650
- "name": "e_dropdown",
651
- "displayName": "EDropdown",
652
- "category": "components/navigation",
653
- "kind": "component",
654
- "sourceFileCount": 5,
655
- "sourceFiles": [
656
- "components\\navigation\\e_dropdown\\Document.vue",
657
- "components\\navigation\\e_dropdown\\BasicUsage.vue",
658
- "components\\navigation\\e_dropdown\\Contextmenu.vue",
659
- "components\\navigation\\e_dropdown\\HoverTrigger.vue",
660
- "components\\navigation\\e_dropdown\\NestedDropdown.vue"
661
- ]
662
- },
663
- {
664
- "id": "components\\navigation\\e_tabs",
665
- "name": "e_tabs",
666
- "displayName": "ETabs",
667
- "category": "components/navigation",
668
- "kind": "component",
669
- "sourceFileCount": 2,
670
- "sourceFiles": [
671
- "components\\navigation\\e_tabs\\Document.vue",
672
- "components\\navigation\\e_tabs\\Using.vue"
673
- ]
674
- },
675
- {
676
- "id": "directives\\e_uuid_util",
677
- "name": "e_uuid_util",
678
- "displayName": "EUuidUtil",
679
- "category": "directives",
680
- "kind": "directive",
681
- "sourceFileCount": 2,
682
- "sourceFiles": [
683
- "directives\\e_uuid_util\\Document.vue",
684
- "directives\\e_uuid_util\\Using.vue"
685
- ]
686
- },
687
- {
688
- "id": "other\\advanced\\gsap",
689
- "name": "gsap",
690
- "displayName": "Gsap",
691
- "category": "other",
692
- "kind": "other",
693
- "sourceFileCount": 5,
694
- "sourceFiles": [
695
- "other\\advanced\\gsap\\Document.vue",
696
- "other\\advanced\\gsap\\BasicUsing.vue",
697
- "other\\advanced\\gsap\\ScrollTrigger.vue",
698
- "other\\advanced\\gsap\\ScrollX.vue",
699
- "other\\advanced\\gsap\\Timeline.vue"
700
- ]
701
- },
702
- {
703
- "id": "other\\advanced\\lottie",
704
- "name": "lottie",
705
- "displayName": "Lottie",
706
- "category": "other",
707
- "kind": "other",
708
- "sourceFileCount": 2,
709
- "sourceFiles": [
710
- "other\\advanced\\lottie\\Document.vue",
711
- "other\\advanced\\lottie\\BasicUsing.vue"
712
- ]
713
- },
714
- {
715
- "id": "other\\advanced\\rich_text_editor",
716
- "name": "rich_text_editor",
717
- "displayName": "RichTextEditor",
718
- "category": "other",
719
- "kind": "other",
720
- "sourceFileCount": 3,
721
- "sourceFiles": [
722
- "other\\advanced\\rich_text_editor\\Document.vue",
723
- "other\\advanced\\rich_text_editor\\RichTextEditor.vue",
724
- "other\\advanced\\rich_text_editor\\wangeditor_style.css"
725
- ]
726
- },
727
- {
728
- "id": "other\\advanced\\sortablejs",
729
- "name": "sortablejs",
730
- "displayName": "Sortablejs",
731
- "category": "other",
732
- "kind": "other",
733
- "sourceFileCount": 3,
734
- "sourceFiles": [
735
- "other\\advanced\\sortablejs\\Document.vue",
736
- "other\\advanced\\sortablejs\\Using.vue",
737
- "other\\advanced\\sortablejs\\ShuttleFrame.vue"
738
- ]
739
- },
740
- {
741
- "id": "other\\advanced\\spelling",
742
- "name": "spelling",
743
- "displayName": "Spelling",
744
- "category": "other",
745
- "kind": "other",
746
- "sourceFileCount": 2,
747
- "sourceFiles": [
748
- "other\\advanced\\spelling\\Document.vue",
749
- "other\\advanced\\spelling\\Using.vue"
750
- ]
751
- },
752
- {
753
- "id": "other\\advanced\\svg",
754
- "name": "svg",
755
- "displayName": "Svg",
756
- "category": "other",
757
- "kind": "other",
758
- "sourceFileCount": 6,
759
- "sourceFiles": [
760
- "other\\advanced\\svg\\Document.vue",
761
- "other\\advanced\\svg\\BasicUsing.vue",
762
- "other\\advanced\\svg\\FeDisplacementMap\\example\\Image.vue",
763
- "other\\advanced\\svg\\FeDisplacementMap\\FeDisplacementMap.vue",
764
- "other\\advanced\\svg\\FeTurbulence\\example\\Image.vue",
765
- "other\\advanced\\svg\\FeTurbulence\\FeTurbulence.vue"
766
- ]
767
- },
768
- {
769
- "id": "other\\ai\\app",
770
- "name": "app",
771
- "displayName": "App",
772
- "category": "other",
773
- "kind": "other",
774
- "sourceFileCount": 2,
775
- "sourceFiles": [
776
- "other\\ai\\app\\Document.vue",
777
- "other\\ai\\app\\BasicUsing.vue"
778
- ]
779
- },
780
- {
781
- "id": "other\\canvas\\base",
782
- "name": "base",
783
- "displayName": "Base",
784
- "category": "other",
785
- "kind": "other",
786
- "sourceFileCount": 2,
787
- "sourceFiles": [
788
- "other\\canvas\\base\\Document.vue",
789
- "other\\canvas\\base\\Using.vue"
790
- ]
791
- },
792
- {
793
- "id": "other\\canvas\\burrow",
794
- "name": "burrow",
795
- "displayName": "Burrow",
796
- "category": "other",
797
- "kind": "other",
798
- "sourceFileCount": 4,
799
- "sourceFiles": [
800
- "other\\canvas\\burrow\\Document.vue",
801
- "other\\canvas\\burrow\\Clip.vue",
802
- "other\\canvas\\burrow\\Erase.vue",
803
- "other\\canvas\\burrow\\NonZeroSurroundRule.vue"
804
- ]
805
- },
806
- {
807
- "id": "other\\canvas\\clip",
808
- "name": "clip",
809
- "displayName": "Clip",
810
- "category": "other",
811
- "kind": "other",
812
- "sourceFileCount": 2,
813
- "sourceFiles": [
814
- "other\\canvas\\clip\\Document.vue",
815
- "other\\canvas\\clip\\Clip.vue"
816
- ]
817
- },
818
- {
819
- "id": "other\\canvas\\definition",
820
- "name": "definition",
821
- "displayName": "Definition",
822
- "category": "other",
823
- "kind": "other",
824
- "sourceFileCount": 2,
825
- "sourceFiles": [
826
- "other\\canvas\\definition\\Document.vue",
827
- "other\\canvas\\definition\\Using.vue"
828
- ]
829
- },
830
- {
831
- "id": "other\\echarts\\basic",
832
- "name": "basic",
833
- "displayName": "Basic",
834
- "category": "other",
835
- "kind": "other",
836
- "sourceFileCount": 2,
837
- "sourceFiles": [
838
- "other\\echarts\\basic\\Document.vue",
839
- "other\\echarts\\basic\\Label.vue"
840
- ]
841
- },
842
- {
843
- "id": "other\\echarts\\data_zoom",
844
- "name": "data_zoom",
845
- "displayName": "DataZoom",
846
- "category": "other",
847
- "kind": "other",
848
- "sourceFileCount": 2,
849
- "sourceFiles": [
850
- "other\\echarts\\data_zoom\\Document.vue",
851
- "other\\echarts\\data_zoom\\Using.vue"
852
- ]
853
- },
854
- {
855
- "id": "other\\echarts\\gauge",
856
- "name": "gauge",
857
- "displayName": "Gauge",
858
- "category": "other",
859
- "kind": "other",
860
- "sourceFileCount": 2,
861
- "sourceFiles": [
862
- "other\\echarts\\gauge\\Document.vue",
863
- "other\\echarts\\gauge\\Gauge.vue"
864
- ]
865
- },
866
- {
867
- "id": "other\\echarts\\liquidfill",
868
- "name": "liquidfill",
869
- "displayName": "Liquidfill",
870
- "category": "other",
871
- "kind": "other",
872
- "sourceFileCount": 2,
873
- "sourceFiles": [
874
- "other\\echarts\\liquidfill\\Document.vue",
875
- "other\\echarts\\liquidfill\\Using.vue"
876
- ]
877
- },
878
- {
879
- "id": "other\\git\\sample_set",
880
- "name": "sample_set",
881
- "displayName": "SampleSet",
882
- "category": "other",
883
- "kind": "other",
884
- "sourceFileCount": 1,
885
- "sourceFiles": [
886
- "other\\git\\sample_set\\Document.vue"
887
- ]
888
- },
889
- {
890
- "id": "other\\layout\\flex",
891
- "name": "flex",
892
- "displayName": "Flex",
893
- "category": "other",
894
- "kind": "other",
895
- "sourceFileCount": 7,
896
- "sourceFiles": [
897
- "other\\layout\\flex\\Document.vue",
898
- "other\\layout\\flex\\intro.md",
899
- "other\\layout\\flex\\Advanced.vue",
900
- "other\\layout\\flex\\Advanced2.vue",
901
- "other\\layout\\flex\\Base.vue",
902
- "other\\layout\\flex\\Grid.vue",
903
- "other\\layout\\flex\\Height100.vue"
904
- ]
905
- },
906
- {
907
- "id": "other\\layout\\grid",
908
- "name": "grid",
909
- "displayName": "Grid",
910
- "category": "other",
911
- "kind": "other",
912
- "sourceFileCount": 5,
913
- "sourceFiles": [
914
- "other\\layout\\grid\\Document.vue",
915
- "other\\layout\\grid\\intro.md",
916
- "other\\layout\\grid\\Base.vue",
917
- "other\\layout\\grid\\Grid.vue",
918
- "other\\layout\\grid\\Height100.vue"
919
- ]
920
- },
921
- {
922
- "id": "other\\navigation\\new_tab_page",
923
- "name": "new_tab_page",
924
- "displayName": "NewTabPage",
925
- "category": "other",
926
- "kind": "other",
927
- "sourceFileCount": 3,
928
- "sourceFiles": [
929
- "other\\navigation\\new_tab_page\\Document.vue",
930
- "other\\navigation\\new_tab_page\\new-tab-page-demo.html",
931
- "other\\navigation\\new_tab_page\\OpenNewTabPage.vue"
932
- ]
933
- },
934
- {
935
- "id": "other\\network\\sse",
936
- "name": "sse",
937
- "displayName": "Sse",
938
- "category": "other",
939
- "kind": "other",
940
- "sourceFileCount": 5,
941
- "sourceFiles": [
942
- "other\\network\\sse\\Document.vue",
943
- "other\\network\\sse\\Using.vue",
944
- "other\\network\\sse\\server\\app.ts",
945
- "other\\network\\sse\\server\\static\\text.md",
946
- "other\\network\\sse\\server\\utils\\sleep.ts"
947
- ]
948
- },
949
- {
950
- "id": "other\\observer\\mutation_observer",
951
- "name": "mutation_observer",
952
- "displayName": "MutationObserver",
953
- "category": "other",
954
- "kind": "other",
955
- "sourceFileCount": 2,
956
- "sourceFiles": [
957
- "other\\observer\\mutation_observer\\Document.vue",
958
- "other\\observer\\mutation_observer\\Using.vue"
959
- ]
960
- },
961
- {
962
- "id": "other\\optimize",
963
- "name": "optimize",
964
- "displayName": "Optimize",
965
- "category": "other",
966
- "kind": "other",
967
- "sourceFileCount": 4,
968
- "sourceFiles": [
969
- "other\\optimize\\Document.vue",
970
- "other\\optimize\\Using.vue",
971
- "other\\optimize\\HeavyComp.vue",
972
- "other\\optimize\\useDefer.ts"
973
- ]
974
- },
975
- {
976
- "id": "other\\svg\\base",
977
- "name": "base",
978
- "displayName": "Base",
979
- "category": "other",
980
- "kind": "other",
981
- "sourceFileCount": 6,
982
- "sourceFiles": [
983
- "other\\svg\\base\\Document.vue",
984
- "other\\svg\\base\\BasicUsing.vue",
985
- "other\\svg\\base\\FeDisplacementMap\\example\\Image.vue",
986
- "other\\svg\\base\\FeDisplacementMap\\FeDisplacementMap.vue",
987
- "other\\svg\\base\\FeTurbulence\\example\\Image.vue",
988
- "other\\svg\\base\\FeTurbulence\\FeTurbulence.vue"
989
- ]
990
- },
991
- {
992
- "id": "other\\threejs\\base",
993
- "name": "base",
994
- "displayName": "Base",
995
- "category": "other",
996
- "kind": "other",
997
- "sourceFileCount": 2,
998
- "sourceFiles": [
999
- "other\\threejs\\base\\Document.vue",
1000
- "other\\threejs\\base\\Using.vue"
1001
- ]
1002
- },
1003
- {
1004
- "id": "other\\threejs\\controller_sync",
1005
- "name": "controller_sync",
1006
- "displayName": "ControllerSync",
1007
- "category": "other",
1008
- "kind": "other",
1009
- "sourceFileCount": 2,
1010
- "sourceFiles": [
1011
- "other\\threejs\\controller_sync\\Document.vue",
1012
- "other\\threejs\\controller_sync\\Using.vue"
1013
- ]
1014
- },
1015
- {
1016
- "id": "other\\threejs\\phoenix",
1017
- "name": "phoenix",
1018
- "displayName": "Phoenix",
1019
- "category": "other",
1020
- "kind": "other",
1021
- "sourceFileCount": 2,
1022
- "sourceFiles": [
1023
- "other\\threejs\\phoenix\\Document.vue",
1024
- "other\\threejs\\phoenix\\Using.vue"
1025
- ]
1026
- },
1027
- {
1028
- "id": "other\\vue\\life_cycle",
1029
- "name": "life_cycle",
1030
- "displayName": "LifeCycle",
1031
- "category": "other",
1032
- "kind": "other",
1033
- "sourceFileCount": 3,
1034
- "sourceFiles": [
1035
- "other\\vue\\life_cycle\\Document.vue",
1036
- "other\\vue\\life_cycle\\Using.vue",
1037
- "other\\vue\\life_cycle\\Child.vue"
1038
- ]
1039
- },
1040
- {
1041
- "id": "utils\\e_echarts_util",
1042
- "name": "e_echarts_util",
1043
- "displayName": "EEchartsUtil",
1044
- "category": "utils",
1045
- "kind": "utility",
1046
- "sourceFileCount": 2,
1047
- "sourceFiles": [
1048
- "utils\\e_echarts_util\\Document.vue",
1049
- "utils\\e_echarts_util\\Using.vue"
1050
- ]
1051
- },
1052
- {
1053
- "id": "utils\\e_image_util",
1054
- "name": "e_image_util",
1055
- "displayName": "EImageUtil",
1056
- "category": "utils",
1057
- "kind": "utility",
1058
- "sourceFileCount": 2,
1059
- "sourceFiles": [
1060
- "utils\\e_image_util\\Document.vue",
1061
- "utils\\e_image_util\\Using.vue"
1062
- ]
1063
- },
1064
- {
1065
- "id": "utils\\e_uuid_util",
1066
- "name": "e_uuid_util",
1067
- "displayName": "EUuidUtil",
1068
- "category": "utils",
1069
- "kind": "utility",
1070
- "sourceFileCount": 2,
1071
- "sourceFiles": [
1072
- "utils\\e_uuid_util\\Document.vue",
1073
- "utils\\e_uuid_util\\Using.vue"
1074
- ]
1075
- },
1076
- {
1077
- "id": "utils\\type_utils",
1078
- "name": "type_utils",
1079
- "displayName": "TypeUtils",
1080
- "category": "utils",
1081
- "kind": "utility",
1082
- "sourceFileCount": 2,
1083
- "sourceFiles": [
1084
- "utils\\type_utils\\Document.vue",
1085
- "utils\\type_utils\\TupleType.vue"
1086
- ]
1087
- }
1088
- ]
1089
- }