@next-bricks/ai-portal 0.64.7 → 0.64.9

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.
@@ -74,495 +74,481 @@
74
74
  "description": "大型聊天输入框,用于首页"
75
75
  },
76
76
  {
77
- "name": "ai-portal.stat-with-mini-chart",
77
+ "name": "ai-portal.cruise-canvas",
78
78
  "properties": [
79
79
  {
80
- "name": "label",
81
- "type": "string"
82
- },
83
- {
84
- "name": "value",
80
+ "name": "conversationId",
85
81
  "type": "string"
86
82
  },
87
83
  {
88
- "name": "size",
89
- "description": "",
90
- "default": "\"medium\"",
91
- "type": "\"medium\" | \"small\""
92
- },
93
- {
94
- "name": "lineColor",
95
- "description": "",
96
- "default": "\"var(--color-brand)\"",
97
- "type": "string"
84
+ "name": "initialRequest",
85
+ "description": "初始请求数据。仅初始设置有效。",
86
+ "attribute": false,
87
+ "type": "RequestStore | null"
98
88
  },
99
89
  {
100
- "name": "showArea",
90
+ "name": "replay",
91
+ "description": "是否启用回放。仅初始设置有效。",
101
92
  "type": "boolean"
102
93
  },
103
94
  {
104
- "name": "min",
105
- "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
106
- "type": "number"
107
- },
108
- {
109
- "name": "max",
110
- "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
95
+ "name": "replayDelay",
96
+ "description": "设置回放时消息之间的时间间隔,单位为秒。仅初始设置有效。",
97
+ "default": "2",
111
98
  "type": "number"
112
99
  },
113
100
  {
114
- "name": "xField",
115
- "description": "",
116
- "default": "\"0\"",
117
- "type": "string"
118
- },
119
- {
120
- "name": "yField",
121
- "description": "",
122
- "default": "\"1\"",
123
- "type": "string"
124
- },
125
- {
126
- "name": "data",
127
- "attribute": false,
128
- "type": "Record<string, number>[]"
129
- }
130
- ],
131
- "events": [],
132
- "slots": [],
133
- "methods": [],
134
- "parts": [],
135
- "description": "构件 `ai-portal.stat-with-mini-chart`"
136
- },
137
- {
138
- "name": "ai-portal.icon-button",
139
- "properties": [
140
- {
141
- "name": "icon",
101
+ "name": "supports",
142
102
  "attribute": false,
143
- "type": "(GeneralIconProps & HTMLAttributes<GeneralIcon>)"
144
- },
145
- {
146
- "name": "tooltip",
147
- "type": "string"
103
+ "type": "Record<string, boolean>"
148
104
  },
149
105
  {
150
- "name": "tooltipHoist",
106
+ "name": "showHiddenJobs",
151
107
  "type": "boolean"
152
108
  },
153
109
  {
154
- "name": "active",
110
+ "name": "showHumanActions",
155
111
  "type": "boolean"
156
112
  },
157
113
  {
158
- "name": "disabled",
114
+ "name": "showFeedback",
159
115
  "type": "boolean"
160
116
  },
161
117
  {
162
- "name": "variant",
163
- "type": "IconButtonVariant"
164
- },
165
- {
166
- "name": "reduceIconSize",
167
- "description": "是否缩小图标尺寸(部分 easyops 图标过大)",
118
+ "name": "showFeedbackAfterFailed",
168
119
  "type": "boolean"
169
- }
170
- ],
171
- "events": [],
172
- "slots": [],
173
- "methods": [],
174
- "parts": [],
175
- "description": "构件 `ai-portal.icon-button`"
176
- },
177
- {
178
- "name": "ai-portal.elevo-sidebar",
179
- "properties": [
180
- {
181
- "name": "userInstanceId",
182
- "type": "string"
183
- },
184
- {
185
- "name": "behavior",
186
- "type": "\"default\" | \"drawer\""
187
- },
188
- {
189
- "name": "logoUrl",
190
- "type": "string"
191
120
  },
192
121
  {
193
- "name": "newChatUrl",
194
- "type": "string"
195
- },
196
- {
197
- "name": "newChatLinkWhenCollapsed",
122
+ "name": "showFeedbackOnView",
198
123
  "type": "boolean"
199
124
  },
200
125
  {
201
- "name": "historyUrlTemplate",
202
- "type": "string"
126
+ "name": "showUiSwitch",
127
+ "type": "boolean"
203
128
  },
204
129
  {
205
- "name": "historyActions",
206
- "attribute": false,
207
- "type": "ActionType[]"
130
+ "name": "hideMermaid",
131
+ "type": "boolean"
208
132
  },
209
133
  {
210
- "name": "showProjects",
134
+ "name": "showJsxEditor",
211
135
  "type": "boolean"
212
136
  },
213
137
  {
214
- "name": "projectUrlTemplate",
138
+ "name": "previewUrlTemplate",
215
139
  "type": "string"
216
140
  },
217
141
  {
218
- "name": "projectActions",
142
+ "name": "showCases",
219
143
  "attribute": false,
220
- "type": "ActionType[]"
144
+ "type": "ShowCaseType[]"
221
145
  },
222
146
  {
223
- "name": "personalActions",
147
+ "name": "exampleProjects",
224
148
  "attribute": false,
225
- "type": "ActionType[]"
149
+ "type": "ExampleProject[]"
226
150
  },
227
151
  {
228
- "name": "links",
229
- "attribute": false,
230
- "type": "SidebarLink[]"
152
+ "name": "tryItOutUrl",
153
+ "type": "string"
231
154
  },
232
155
  {
233
- "name": "canAddProject",
234
- "type": "boolean",
235
- "default": "true"
156
+ "name": "separateInstructions",
157
+ "type": "boolean"
236
158
  },
237
159
  {
238
- "name": "myLinks",
160
+ "name": "aiEmployees",
239
161
  "attribute": false,
240
- "type": "SidebarLink[]"
162
+ "type": "AIEmployee[]"
241
163
  },
242
164
  {
243
- "name": "scope",
244
- "description": "",
245
- "default": "\"default\"",
246
- "type": "\"default\" | \"space\""
165
+ "name": "commands",
166
+ "attribute": false,
167
+ "type": "Command[]"
247
168
  },
248
169
  {
249
- "name": "spaceNav",
170
+ "name": "uploadOptions",
250
171
  "attribute": false,
251
- "type": "SpaceNavProps"
172
+ "type": "UploadOptions"
252
173
  }
253
174
  ],
254
175
  "events": [
255
176
  {
256
- "name": "logout",
177
+ "name": "share",
257
178
  "detail": {
258
179
  "type": "void"
259
180
  }
260
181
  },
261
182
  {
262
- "name": "action.click",
263
- "description": "点击对话历史操作按钮时触发",
183
+ "name": "terminate",
264
184
  "detail": {
265
- "type": "ActionClickDetail"
185
+ "type": "void"
266
186
  }
267
187
  },
268
188
  {
269
- "name": "project.action.click",
270
- "description": "点击项目操作按钮时触发",
189
+ "name": "feedback.submit",
271
190
  "detail": {
272
- "type": "ProjectActionClickDetail"
191
+ "type": "FeedbackDetail"
273
192
  }
274
193
  },
275
194
  {
276
- "name": "add.project",
195
+ "name": "feedback.on.view",
277
196
  "detail": {
278
- "type": "void"
197
+ "type": "string"
279
198
  }
280
199
  },
281
200
  {
282
- "name": "add.serviceflow",
201
+ "name": "ui.switch",
283
202
  "detail": {
284
- "type": "void"
203
+ "type": "\"chat\""
285
204
  }
286
205
  },
287
206
  {
288
- "name": "personal.action.click",
289
- "description": "点击个人操作按钮时触发",
207
+ "name": "detail.change",
290
208
  "detail": {
291
- "type": "PersonalActionClickDetail"
209
+ "type": "ConversationDetail"
292
210
  }
293
211
  }
294
212
  ],
295
213
  "slots": [],
296
214
  "methods": [
297
215
  {
298
- "name": "pullHistory",
299
- "params": [
300
- {
301
- "name": "delay",
302
- "description": "Delay in milliseconds before pulling the latest chat history.",
303
- "type": "number"
304
- }
305
- ],
306
- "description": "",
307
- "returns": {}
308
- },
309
- {
310
- "name": "open",
216
+ "name": "resumed",
311
217
  "params": []
312
218
  },
313
219
  {
314
- "name": "close",
220
+ "name": "feedbackSubmitDone",
315
221
  "params": []
316
222
  },
317
223
  {
318
- "name": "removeProject",
319
- "params": [
320
- {
321
- "name": "projectId",
322
- "type": "string"
323
- }
324
- ]
325
- },
326
- {
327
- "name": "addProject",
328
- "params": [
329
- {
330
- "name": "project",
331
- "type": "Project"
332
- }
333
- ]
224
+ "name": "feedbackSubmitFailed",
225
+ "params": []
334
226
  },
335
227
  {
336
- "name": "moveConversation",
228
+ "name": "feedbackOnViewDone",
337
229
  "params": [
338
230
  {
339
- "name": "conversationId",
231
+ "name": "viewId",
340
232
  "type": "string"
341
233
  }
342
234
  ]
343
235
  }
344
236
  ],
345
237
  "parts": [],
346
- "description": "构件 `ai-portal.elevo-sidebar`"
238
+ "description": "构件 `ai-portal.cruise-canvas`"
347
239
  },
348
240
  {
349
- "name": "ai-portal.mcp-tools",
241
+ "name": "ai-portal.stat-with-mini-chart",
350
242
  "properties": [
351
243
  {
352
- "name": "list",
353
- "attribute": false,
354
- "type": "McpTool[]"
244
+ "name": "label",
245
+ "type": "string"
355
246
  },
356
247
  {
357
- "name": "stickyTop",
358
- "type": "number"
359
- }
360
- ],
361
- "events": [],
362
- "slots": [],
363
- "methods": [],
364
- "parts": [],
365
- "description": "构件 `ai-portal.mcp-tools`"
366
- },
367
- {
368
- "name": "ai-portal.show-cases",
369
- "properties": [
370
- {
371
- "name": "list",
372
- "attribute": false,
373
- "type": "ShowCaseType[]"
248
+ "name": "value",
249
+ "type": "string"
374
250
  },
375
251
  {
376
- "name": "limit",
377
- "type": "number"
378
- }
379
- ],
380
- "events": [],
381
- "slots": [],
382
- "methods": [],
383
- "parts": [],
384
- "description": "构件 `ai-portal.show-cases`"
385
- },
386
- {
387
- "name": "ai-portal.cruise-canvas",
388
- "properties": [
252
+ "name": "size",
253
+ "description": "",
254
+ "default": "\"medium\"",
255
+ "type": "\"medium\" | \"small\""
256
+ },
389
257
  {
390
- "name": "conversationId",
258
+ "name": "lineColor",
259
+ "description": "",
260
+ "default": "\"var(--color-brand)\"",
391
261
  "type": "string"
392
262
  },
393
263
  {
394
- "name": "initialRequest",
395
- "description": "初始请求数据。仅初始设置有效。",
396
- "attribute": false,
397
- "type": "RequestStore | null"
264
+ "name": "showArea",
265
+ "type": "boolean"
398
266
  },
399
267
  {
400
- "name": "replay",
401
- "description": "是否启用回放。仅初始设置有效。",
402
- "type": "boolean"
268
+ "name": "min",
269
+ "description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
270
+ "type": "number"
403
271
  },
404
272
  {
405
- "name": "replayDelay",
406
- "description": "设置回放时消息之间的时间间隔,单位为秒。仅初始设置有效。",
407
- "default": "2",
273
+ "name": "max",
274
+ "description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
408
275
  "type": "number"
409
276
  },
410
277
  {
411
- "name": "supports",
412
- "attribute": false,
413
- "type": "Record<string, boolean>"
278
+ "name": "xField",
279
+ "description": "",
280
+ "default": "\"0\"",
281
+ "type": "string"
414
282
  },
415
283
  {
416
- "name": "showHiddenJobs",
417
- "type": "boolean"
284
+ "name": "yField",
285
+ "description": "",
286
+ "default": "\"1\"",
287
+ "type": "string"
418
288
  },
419
289
  {
420
- "name": "showHumanActions",
421
- "type": "boolean"
290
+ "name": "data",
291
+ "attribute": false,
292
+ "type": "Record<string, number>[]"
293
+ }
294
+ ],
295
+ "events": [],
296
+ "slots": [],
297
+ "methods": [],
298
+ "parts": [],
299
+ "description": "构件 `ai-portal.stat-with-mini-chart`"
300
+ },
301
+ {
302
+ "name": "ai-portal.elevo-sidebar",
303
+ "properties": [
304
+ {
305
+ "name": "userInstanceId",
306
+ "type": "string"
422
307
  },
423
308
  {
424
- "name": "showFeedback",
425
- "type": "boolean"
309
+ "name": "behavior",
310
+ "type": "\"default\" | \"drawer\""
426
311
  },
427
312
  {
428
- "name": "showFeedbackAfterFailed",
429
- "type": "boolean"
313
+ "name": "logoUrl",
314
+ "type": "string"
430
315
  },
431
316
  {
432
- "name": "showFeedbackOnView",
433
- "type": "boolean"
317
+ "name": "newChatUrl",
318
+ "type": "string"
434
319
  },
435
320
  {
436
- "name": "showUiSwitch",
321
+ "name": "newChatLinkWhenCollapsed",
437
322
  "type": "boolean"
438
323
  },
439
324
  {
440
- "name": "hideMermaid",
441
- "type": "boolean"
325
+ "name": "historyUrlTemplate",
326
+ "type": "string"
442
327
  },
443
328
  {
444
- "name": "showJsxEditor",
329
+ "name": "historyActions",
330
+ "attribute": false,
331
+ "type": "ActionType[]"
332
+ },
333
+ {
334
+ "name": "showProjects",
445
335
  "type": "boolean"
446
336
  },
447
337
  {
448
- "name": "previewUrlTemplate",
338
+ "name": "projectUrlTemplate",
449
339
  "type": "string"
450
340
  },
451
341
  {
452
- "name": "showCases",
342
+ "name": "projectActions",
453
343
  "attribute": false,
454
- "type": "ShowCaseType[]"
344
+ "type": "ActionType[]"
455
345
  },
456
346
  {
457
- "name": "exampleProjects",
347
+ "name": "personalActions",
458
348
  "attribute": false,
459
- "type": "ExampleProject[]"
349
+ "type": "ActionType[]"
460
350
  },
461
351
  {
462
- "name": "tryItOutUrl",
463
- "type": "string"
352
+ "name": "links",
353
+ "attribute": false,
354
+ "type": "SidebarLink[]"
464
355
  },
465
356
  {
466
- "name": "separateInstructions",
467
- "type": "boolean"
357
+ "name": "canAddProject",
358
+ "type": "boolean",
359
+ "default": "true"
468
360
  },
469
361
  {
470
- "name": "aiEmployees",
362
+ "name": "myLinks",
471
363
  "attribute": false,
472
- "type": "AIEmployee[]"
364
+ "type": "SidebarLink[]"
473
365
  },
474
366
  {
475
- "name": "commands",
476
- "attribute": false,
477
- "type": "Command[]"
367
+ "name": "scope",
368
+ "description": "",
369
+ "default": "\"default\"",
370
+ "type": "\"default\" | \"space\""
478
371
  },
479
372
  {
480
- "name": "uploadOptions",
373
+ "name": "spaceNav",
481
374
  "attribute": false,
482
- "type": "UploadOptions"
375
+ "type": "SpaceNavProps"
483
376
  }
484
377
  ],
485
378
  "events": [
486
379
  {
487
- "name": "share",
380
+ "name": "logout",
488
381
  "detail": {
489
382
  "type": "void"
490
383
  }
491
384
  },
492
385
  {
493
- "name": "terminate",
386
+ "name": "action.click",
387
+ "description": "点击对话历史操作按钮时触发",
494
388
  "detail": {
495
- "type": "void"
389
+ "type": "ActionClickDetail"
496
390
  }
497
391
  },
498
392
  {
499
- "name": "feedback.submit",
393
+ "name": "project.action.click",
394
+ "description": "点击项目操作按钮时触发",
500
395
  "detail": {
501
- "type": "FeedbackDetail"
396
+ "type": "ProjectActionClickDetail"
502
397
  }
503
398
  },
504
399
  {
505
- "name": "feedback.on.view",
400
+ "name": "add.project",
506
401
  "detail": {
507
- "type": "string"
402
+ "type": "void"
508
403
  }
509
404
  },
510
405
  {
511
- "name": "ui.switch",
406
+ "name": "add.serviceflow",
512
407
  "detail": {
513
- "type": "\"chat\""
408
+ "type": "void"
514
409
  }
515
410
  },
516
411
  {
517
- "name": "detail.change",
412
+ "name": "personal.action.click",
413
+ "description": "点击个人操作按钮时触发",
518
414
  "detail": {
519
- "type": "ConversationDetail"
415
+ "type": "PersonalActionClickDetail"
520
416
  }
521
417
  }
522
418
  ],
523
419
  "slots": [],
524
420
  "methods": [
525
421
  {
526
- "name": "resumed",
527
- "params": []
422
+ "name": "pullHistory",
423
+ "params": [
424
+ {
425
+ "name": "delay",
426
+ "description": "Delay in milliseconds before pulling the latest chat history.",
427
+ "type": "number"
428
+ }
429
+ ],
430
+ "description": "",
431
+ "returns": {}
528
432
  },
529
433
  {
530
- "name": "feedbackSubmitDone",
434
+ "name": "open",
531
435
  "params": []
532
436
  },
533
437
  {
534
- "name": "feedbackSubmitFailed",
438
+ "name": "close",
535
439
  "params": []
536
440
  },
537
441
  {
538
- "name": "feedbackOnViewDone",
442
+ "name": "removeProject",
539
443
  "params": [
540
444
  {
541
- "name": "viewId",
445
+ "name": "projectId",
446
+ "type": "string"
447
+ }
448
+ ]
449
+ },
450
+ {
451
+ "name": "addProject",
452
+ "params": [
453
+ {
454
+ "name": "project",
455
+ "type": "Project"
456
+ }
457
+ ]
458
+ },
459
+ {
460
+ "name": "moveConversation",
461
+ "params": [
462
+ {
463
+ "name": "conversationId",
542
464
  "type": "string"
543
465
  }
544
466
  ]
545
467
  }
546
468
  ],
547
469
  "parts": [],
548
- "description": "构件 `ai-portal.cruise-canvas`"
470
+ "description": "构件 `ai-portal.elevo-sidebar`"
549
471
  },
550
472
  {
551
- "name": "ai-portal.ai-employees",
473
+ "name": "ai-portal.home-container",
552
474
  "properties": [
553
475
  {
554
- "name": "list",
476
+ "name": "sticky",
477
+ "type": "boolean"
478
+ }
479
+ ],
480
+ "events": [],
481
+ "slots": [],
482
+ "methods": [],
483
+ "parts": [],
484
+ "description": "构件 `ai-portal.home-container`"
485
+ },
486
+ {
487
+ "name": "ai-portal.icon-button",
488
+ "properties": [
489
+ {
490
+ "name": "icon",
555
491
  "attribute": false,
556
- "type": "Employee[]"
492
+ "type": "(GeneralIconProps & HTMLAttributes<GeneralIcon>)"
557
493
  },
558
494
  {
559
- "name": "industries",
495
+ "name": "tooltip",
496
+ "type": "string"
497
+ },
498
+ {
499
+ "name": "tooltipHoist",
500
+ "type": "boolean"
501
+ },
502
+ {
503
+ "name": "active",
504
+ "type": "boolean"
505
+ },
506
+ {
507
+ "name": "disabled",
508
+ "type": "boolean"
509
+ },
510
+ {
511
+ "name": "variant",
512
+ "type": "IconButtonVariant"
513
+ },
514
+ {
515
+ "name": "reduceIconSize",
516
+ "description": "是否缩小图标尺寸(部分 easyops 图标过大)",
517
+ "type": "boolean"
518
+ }
519
+ ],
520
+ "events": [],
521
+ "slots": [],
522
+ "methods": [],
523
+ "parts": [],
524
+ "description": "构件 `ai-portal.icon-button`"
525
+ },
526
+ {
527
+ "name": "ai-portal.show-cases",
528
+ "properties": [
529
+ {
530
+ "name": "list",
560
531
  "attribute": false,
561
- "type": "string[]"
532
+ "type": "ShowCaseType[]"
562
533
  },
563
534
  {
564
- "name": "urlTemplate",
565
- "type": "string"
535
+ "name": "limit",
536
+ "type": "number"
537
+ }
538
+ ],
539
+ "events": [],
540
+ "slots": [],
541
+ "methods": [],
542
+ "parts": [],
543
+ "description": "构件 `ai-portal.show-cases`"
544
+ },
545
+ {
546
+ "name": "ai-portal.mcp-tools",
547
+ "properties": [
548
+ {
549
+ "name": "list",
550
+ "attribute": false,
551
+ "type": "McpTool[]"
566
552
  },
567
553
  {
568
554
  "name": "stickyTop",
@@ -573,7 +559,7 @@
573
559
  "slots": [],
574
560
  "methods": [],
575
561
  "parts": [],
576
- "description": "构件 `ai-portal.ai-employees`"
562
+ "description": "构件 `ai-portal.mcp-tools`"
577
563
  },
578
564
  {
579
565
  "name": "ai-portal.chat-stream",
@@ -734,29 +720,32 @@
734
720
  "description": "构件 `ai-portal.chat-stream`"
735
721
  },
736
722
  {
737
- "name": "ai-portal.ai-agents",
723
+ "name": "ai-portal.ai-employees",
738
724
  "properties": [
739
725
  {
740
726
  "name": "list",
741
727
  "attribute": false,
742
- "type": "Agent[]"
728
+ "type": "Employee[]"
729
+ },
730
+ {
731
+ "name": "industries",
732
+ "attribute": false,
733
+ "type": "string[]"
743
734
  },
744
735
  {
745
736
  "name": "urlTemplate",
746
737
  "type": "string"
747
738
  },
748
739
  {
749
- "name": "withContainer",
750
- "description": "",
751
- "deprecated": true,
752
- "default": "true"
740
+ "name": "stickyTop",
741
+ "type": "number"
753
742
  }
754
743
  ],
755
744
  "events": [],
756
745
  "slots": [],
757
746
  "methods": [],
758
747
  "parts": [],
759
- "description": "构件 `ai-portal.ai-agents`"
748
+ "description": "构件 `ai-portal.ai-employees`"
760
749
  },
761
750
  {
762
751
  "name": "ai-portal.page-container",
@@ -803,6 +792,31 @@
803
792
  "parts": [],
804
793
  "description": "构件 `ai-portal.page-container`"
805
794
  },
795
+ {
796
+ "name": "ai-portal.ai-agents",
797
+ "properties": [
798
+ {
799
+ "name": "list",
800
+ "attribute": false,
801
+ "type": "Agent[]"
802
+ },
803
+ {
804
+ "name": "urlTemplate",
805
+ "type": "string"
806
+ },
807
+ {
808
+ "name": "withContainer",
809
+ "description": "",
810
+ "deprecated": true,
811
+ "default": "true"
812
+ }
813
+ ],
814
+ "events": [],
815
+ "slots": [],
816
+ "methods": [],
817
+ "parts": [],
818
+ "description": "构件 `ai-portal.ai-agents`"
819
+ },
806
820
  {
807
821
  "name": "ai-portal.tab-list",
808
822
  "properties": [
@@ -896,20 +910,6 @@
896
910
  "parts": [],
897
911
  "description": "构件 `ai-portal.dropdown-select`"
898
912
  },
899
- {
900
- "name": "ai-portal.home-container",
901
- "properties": [
902
- {
903
- "name": "sticky",
904
- "type": "boolean"
905
- }
906
- ],
907
- "events": [],
908
- "slots": [],
909
- "methods": [],
910
- "parts": [],
911
- "description": "构件 `ai-portal.home-container`"
912
- },
913
913
  {
914
914
  "name": "ai-portal.preview-container",
915
915
  "properties": [
@@ -1211,6 +1211,40 @@
1211
1211
  "parts": [],
1212
1212
  "description": "构件 `ai-portal.elevo-logo`"
1213
1213
  },
1214
+ {
1215
+ "name": "ai-portal.sticky-container",
1216
+ "properties": [
1217
+ {
1218
+ "name": "variant",
1219
+ "description": "",
1220
+ "default": "\"default\"",
1221
+ "type": "StickyContainerVariant"
1222
+ },
1223
+ {
1224
+ "name": "textContent",
1225
+ "type": "string",
1226
+ "description": "文本内容"
1227
+ }
1228
+ ],
1229
+ "events": [],
1230
+ "slots": [
1231
+ {
1232
+ "name": null,
1233
+ "description": "内容"
1234
+ },
1235
+ {
1236
+ "name": "header",
1237
+ "description": "头部"
1238
+ },
1239
+ {
1240
+ "name": "toolbar",
1241
+ "description": "工具栏"
1242
+ }
1243
+ ],
1244
+ "methods": [],
1245
+ "parts": [],
1246
+ "description": "构件 `ai-portal.sticky-container`"
1247
+ },
1214
1248
  {
1215
1249
  "name": "ai-portal.show-case",
1216
1250
  "properties": [
@@ -1251,40 +1285,6 @@
1251
1285
  "parts": [],
1252
1286
  "description": "构件 `ai-portal.blank-state`"
1253
1287
  },
1254
- {
1255
- "name": "ai-portal.sticky-container",
1256
- "properties": [
1257
- {
1258
- "name": "variant",
1259
- "description": "",
1260
- "default": "\"default\"",
1261
- "type": "StickyContainerVariant"
1262
- },
1263
- {
1264
- "name": "textContent",
1265
- "type": "string",
1266
- "description": "文本内容"
1267
- }
1268
- ],
1269
- "events": [],
1270
- "slots": [
1271
- {
1272
- "name": null,
1273
- "description": "内容"
1274
- },
1275
- {
1276
- "name": "header",
1277
- "description": "头部"
1278
- },
1279
- {
1280
- "name": "toolbar",
1281
- "description": "工具栏"
1282
- }
1283
- ],
1284
- "methods": [],
1285
- "parts": [],
1286
- "description": "构件 `ai-portal.sticky-container`"
1287
- },
1288
1288
  {
1289
1289
  "name": "ai-portal.elevo-card",
1290
1290
  "properties": [