@next-bricks/ai-portal 0.59.3 → 0.59.4
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/dist/bricks.json +19 -19
- package/dist/chunks/{2621.9485ac01.js → 2621.2e553d56.js} +2 -2
- package/dist/chunks/2621.2e553d56.js.map +1 -0
- package/dist/chunks/{main.7a2dc87b.js → main.2a8a7df5.js} +2 -2
- package/dist/chunks/{main.7a2dc87b.js.map → main.2a8a7df5.js.map} +1 -1
- package/dist/chunks/notice-list.f15560fb.js +3 -0
- package/dist/chunks/notice-list.f15560fb.js.map +1 -0
- package/dist/examples.json +16 -16
- package/dist/{index.9f3c3997.js → index.8eb595d7.js} +2 -2
- package/dist/{index.9f3c3997.js.map → index.8eb595d7.js.map} +1 -1
- package/dist/manifest.json +204 -204
- package/dist/types.json +417 -417
- package/dist-types/shared/interfaces.d.ts +1 -1
- package/docs/notice-dropdown.md +13 -13
- package/docs/notice-list.md +5 -5
- package/package.json +2 -2
- package/dist/chunks/2621.9485ac01.js.map +0 -1
- package/dist/chunks/notice-list.4eda2f51.js +0 -3
- package/dist/chunks/notice-list.4eda2f51.js.map +0 -1
- /package/dist/chunks/{notice-list.4eda2f51.js.LICENSE.txt → notice-list.f15560fb.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -157,103 +157,6 @@
|
|
|
157
157
|
"parts": [],
|
|
158
158
|
"description": "构件 `ai-portal.cruise-canvas`"
|
|
159
159
|
},
|
|
160
|
-
{
|
|
161
|
-
"name": "ai-portal.stat-with-mini-chart",
|
|
162
|
-
"properties": [
|
|
163
|
-
{
|
|
164
|
-
"name": "label",
|
|
165
|
-
"type": "string"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"name": "value",
|
|
169
|
-
"type": "string"
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"name": "size",
|
|
173
|
-
"description": "",
|
|
174
|
-
"default": "\"medium\"",
|
|
175
|
-
"type": "\"medium\" | \"small\""
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"name": "lineColor",
|
|
179
|
-
"description": "",
|
|
180
|
-
"default": "\"var(--color-brand)\"",
|
|
181
|
-
"type": "string"
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"name": "showArea",
|
|
185
|
-
"type": "boolean"
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"name": "min",
|
|
189
|
-
"description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
|
|
190
|
-
"type": "number"
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"name": "max",
|
|
194
|
-
"description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
|
|
195
|
-
"type": "number"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"name": "xField",
|
|
199
|
-
"description": "",
|
|
200
|
-
"default": "\"0\"",
|
|
201
|
-
"type": "string"
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
"name": "yField",
|
|
205
|
-
"description": "",
|
|
206
|
-
"default": "\"1\"",
|
|
207
|
-
"type": "string"
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"name": "data",
|
|
211
|
-
"attribute": false,
|
|
212
|
-
"type": "Record<string, number>[]"
|
|
213
|
-
}
|
|
214
|
-
],
|
|
215
|
-
"events": [],
|
|
216
|
-
"slots": [],
|
|
217
|
-
"methods": [],
|
|
218
|
-
"parts": [],
|
|
219
|
-
"description": "构件 `ai-portal.stat-with-mini-chart`"
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"name": "ai-portal.icon-button",
|
|
223
|
-
"properties": [
|
|
224
|
-
{
|
|
225
|
-
"name": "icon",
|
|
226
|
-
"attribute": false,
|
|
227
|
-
"type": "GeneralIconProps"
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"name": "tooltip",
|
|
231
|
-
"type": "string"
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"name": "tooltipHoist",
|
|
235
|
-
"type": "boolean"
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"name": "disabled",
|
|
239
|
-
"type": "boolean"
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"name": "variant",
|
|
243
|
-
"type": "IconButtonVariant"
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
"name": "reduceIconSize",
|
|
247
|
-
"description": "是否缩小图标尺寸(部分 easyops 图标过大)",
|
|
248
|
-
"type": "boolean"
|
|
249
|
-
}
|
|
250
|
-
],
|
|
251
|
-
"events": [],
|
|
252
|
-
"slots": [],
|
|
253
|
-
"methods": [],
|
|
254
|
-
"parts": [],
|
|
255
|
-
"description": "构件 `ai-portal.icon-button`"
|
|
256
|
-
},
|
|
257
160
|
{
|
|
258
161
|
"name": "ai-portal.elevo-sidebar",
|
|
259
162
|
"properties": [
|
|
@@ -390,6 +293,76 @@
|
|
|
390
293
|
"parts": [],
|
|
391
294
|
"description": "构件 `ai-portal.elevo-sidebar`"
|
|
392
295
|
},
|
|
296
|
+
{
|
|
297
|
+
"name": "ai-portal.chat-box",
|
|
298
|
+
"properties": [
|
|
299
|
+
{
|
|
300
|
+
"name": "disabled",
|
|
301
|
+
"type": "boolean"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "placeholder",
|
|
305
|
+
"type": "string"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"name": "autoFocus",
|
|
309
|
+
"type": "boolean"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "aiEmployees",
|
|
313
|
+
"attribute": false,
|
|
314
|
+
"type": "AIEmployee[]"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "commands",
|
|
318
|
+
"attribute": false,
|
|
319
|
+
"type": "Command[]"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"name": "uploadOptions",
|
|
323
|
+
"attribute": false,
|
|
324
|
+
"type": "UploadOptions"
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"events": [
|
|
328
|
+
{
|
|
329
|
+
"name": "message.submit",
|
|
330
|
+
"description": "",
|
|
331
|
+
"deprecated": "Use `chat.submit` event instead",
|
|
332
|
+
"detail": {
|
|
333
|
+
"type": "string"
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"name": "chat.submit",
|
|
338
|
+
"detail": {
|
|
339
|
+
"type": "ChatPayload"
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
],
|
|
343
|
+
"slots": [],
|
|
344
|
+
"methods": [
|
|
345
|
+
{
|
|
346
|
+
"name": "setValue",
|
|
347
|
+
"params": [
|
|
348
|
+
{
|
|
349
|
+
"name": "value",
|
|
350
|
+
"type": "string"
|
|
351
|
+
}
|
|
352
|
+
]
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"name": "getValue",
|
|
356
|
+
"params": []
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"name": "focusOnInput",
|
|
360
|
+
"params": []
|
|
361
|
+
}
|
|
362
|
+
],
|
|
363
|
+
"parts": [],
|
|
364
|
+
"description": "构件 `ai-portal.chat-box`"
|
|
365
|
+
},
|
|
393
366
|
{
|
|
394
367
|
"name": "ai-portal.show-cases",
|
|
395
368
|
"properties": [
|
|
@@ -409,6 +382,42 @@
|
|
|
409
382
|
"parts": [],
|
|
410
383
|
"description": "构件 `ai-portal.show-cases`"
|
|
411
384
|
},
|
|
385
|
+
{
|
|
386
|
+
"name": "ai-portal.icon-button",
|
|
387
|
+
"properties": [
|
|
388
|
+
{
|
|
389
|
+
"name": "icon",
|
|
390
|
+
"attribute": false,
|
|
391
|
+
"type": "GeneralIconProps"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "tooltip",
|
|
395
|
+
"type": "string"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"name": "tooltipHoist",
|
|
399
|
+
"type": "boolean"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "disabled",
|
|
403
|
+
"type": "boolean"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"name": "variant",
|
|
407
|
+
"type": "IconButtonVariant"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"name": "reduceIconSize",
|
|
411
|
+
"description": "是否缩小图标尺寸(部分 easyops 图标过大)",
|
|
412
|
+
"type": "boolean"
|
|
413
|
+
}
|
|
414
|
+
],
|
|
415
|
+
"events": [],
|
|
416
|
+
"slots": [],
|
|
417
|
+
"methods": [],
|
|
418
|
+
"parts": [],
|
|
419
|
+
"description": "构件 `ai-portal.icon-button`"
|
|
420
|
+
},
|
|
412
421
|
{
|
|
413
422
|
"name": "ai-portal.mcp-tools",
|
|
414
423
|
"properties": [
|
|
@@ -428,6 +437,20 @@
|
|
|
428
437
|
"parts": [],
|
|
429
438
|
"description": "构件 `ai-portal.mcp-tools`"
|
|
430
439
|
},
|
|
440
|
+
{
|
|
441
|
+
"name": "ai-portal.home-container",
|
|
442
|
+
"properties": [
|
|
443
|
+
{
|
|
444
|
+
"name": "sticky",
|
|
445
|
+
"type": "boolean"
|
|
446
|
+
}
|
|
447
|
+
],
|
|
448
|
+
"events": [],
|
|
449
|
+
"slots": [],
|
|
450
|
+
"methods": [],
|
|
451
|
+
"parts": [],
|
|
452
|
+
"description": "构件 `ai-portal.home-container`"
|
|
453
|
+
},
|
|
431
454
|
{
|
|
432
455
|
"name": "ai-portal.ai-employees",
|
|
433
456
|
"properties": [
|
|
@@ -629,6 +652,42 @@
|
|
|
629
652
|
"parts": [],
|
|
630
653
|
"description": "构件 `ai-portal.ai-agents`"
|
|
631
654
|
},
|
|
655
|
+
{
|
|
656
|
+
"name": "ai-portal.tab-list",
|
|
657
|
+
"properties": [
|
|
658
|
+
{
|
|
659
|
+
"name": "tabs",
|
|
660
|
+
"attribute": false,
|
|
661
|
+
"type": "Tab[]"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"name": "activeTab",
|
|
665
|
+
"attribute": false,
|
|
666
|
+
"type": "string"
|
|
667
|
+
}
|
|
668
|
+
],
|
|
669
|
+
"events": [
|
|
670
|
+
{
|
|
671
|
+
"name": "tab.click",
|
|
672
|
+
"detail": {
|
|
673
|
+
"type": "Tab"
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
],
|
|
677
|
+
"slots": [],
|
|
678
|
+
"methods": [],
|
|
679
|
+
"parts": [
|
|
680
|
+
{
|
|
681
|
+
"name": "tabs",
|
|
682
|
+
"description": "The tab list container"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "tab",
|
|
686
|
+
"description": "The individual tab"
|
|
687
|
+
}
|
|
688
|
+
],
|
|
689
|
+
"description": "构件 `ai-portal.tab-list`"
|
|
690
|
+
},
|
|
632
691
|
{
|
|
633
692
|
"name": "ai-portal.page-container",
|
|
634
693
|
"properties": [
|
|
@@ -675,40 +734,65 @@
|
|
|
675
734
|
"description": "构件 `ai-portal.page-container`"
|
|
676
735
|
},
|
|
677
736
|
{
|
|
678
|
-
"name": "ai-portal.
|
|
737
|
+
"name": "ai-portal.stat-with-mini-chart",
|
|
679
738
|
"properties": [
|
|
680
739
|
{
|
|
681
|
-
"name": "
|
|
682
|
-
"
|
|
683
|
-
"type": "Tab[]"
|
|
740
|
+
"name": "label",
|
|
741
|
+
"type": "string"
|
|
684
742
|
},
|
|
685
743
|
{
|
|
686
|
-
"name": "
|
|
687
|
-
"attribute": false,
|
|
744
|
+
"name": "value",
|
|
688
745
|
"type": "string"
|
|
689
|
-
}
|
|
690
|
-
],
|
|
691
|
-
"events": [
|
|
746
|
+
},
|
|
692
747
|
{
|
|
693
|
-
"name": "
|
|
694
|
-
"
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
}
|
|
698
|
-
],
|
|
699
|
-
"slots": [],
|
|
700
|
-
"methods": [],
|
|
701
|
-
"parts": [
|
|
748
|
+
"name": "size",
|
|
749
|
+
"description": "",
|
|
750
|
+
"default": "\"medium\"",
|
|
751
|
+
"type": "\"medium\" | \"small\""
|
|
752
|
+
},
|
|
702
753
|
{
|
|
703
|
-
"name": "
|
|
704
|
-
"description": "
|
|
754
|
+
"name": "lineColor",
|
|
755
|
+
"description": "",
|
|
756
|
+
"default": "\"var(--color-brand)\"",
|
|
757
|
+
"type": "string"
|
|
705
758
|
},
|
|
706
759
|
{
|
|
707
|
-
"name": "
|
|
708
|
-
"
|
|
760
|
+
"name": "showArea",
|
|
761
|
+
"type": "boolean"
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"name": "min",
|
|
765
|
+
"description": "Specify the minimum value of the y-axis.\nIf not specified, the minimum value will be calculated from the data.",
|
|
766
|
+
"type": "number"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"name": "max",
|
|
770
|
+
"description": "Specify the maximum value of the y-axis.\nIf not specified, the maximum value will be calculated from the data.",
|
|
771
|
+
"type": "number"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"name": "xField",
|
|
775
|
+
"description": "",
|
|
776
|
+
"default": "\"0\"",
|
|
777
|
+
"type": "string"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"name": "yField",
|
|
781
|
+
"description": "",
|
|
782
|
+
"default": "\"1\"",
|
|
783
|
+
"type": "string"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"name": "data",
|
|
787
|
+
"attribute": false,
|
|
788
|
+
"type": "Record<string, number>[]"
|
|
709
789
|
}
|
|
710
790
|
],
|
|
711
|
-
"
|
|
791
|
+
"events": [],
|
|
792
|
+
"slots": [],
|
|
793
|
+
"methods": [],
|
|
794
|
+
"parts": [],
|
|
795
|
+
"description": "构件 `ai-portal.stat-with-mini-chart`"
|
|
712
796
|
},
|
|
713
797
|
{
|
|
714
798
|
"name": "ai-portal.dropdown-select",
|
|
@@ -786,90 +870,6 @@
|
|
|
786
870
|
"parts": [],
|
|
787
871
|
"description": "构件 `ai-portal.preview-container`"
|
|
788
872
|
},
|
|
789
|
-
{
|
|
790
|
-
"name": "ai-portal.chat-box",
|
|
791
|
-
"properties": [
|
|
792
|
-
{
|
|
793
|
-
"name": "disabled",
|
|
794
|
-
"type": "boolean"
|
|
795
|
-
},
|
|
796
|
-
{
|
|
797
|
-
"name": "placeholder",
|
|
798
|
-
"type": "string"
|
|
799
|
-
},
|
|
800
|
-
{
|
|
801
|
-
"name": "autoFocus",
|
|
802
|
-
"type": "boolean"
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"name": "aiEmployees",
|
|
806
|
-
"attribute": false,
|
|
807
|
-
"type": "AIEmployee[]"
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
"name": "commands",
|
|
811
|
-
"attribute": false,
|
|
812
|
-
"type": "Command[]"
|
|
813
|
-
},
|
|
814
|
-
{
|
|
815
|
-
"name": "uploadOptions",
|
|
816
|
-
"attribute": false,
|
|
817
|
-
"type": "UploadOptions"
|
|
818
|
-
}
|
|
819
|
-
],
|
|
820
|
-
"events": [
|
|
821
|
-
{
|
|
822
|
-
"name": "message.submit",
|
|
823
|
-
"description": "",
|
|
824
|
-
"deprecated": "Use `chat.submit` event instead",
|
|
825
|
-
"detail": {
|
|
826
|
-
"type": "string"
|
|
827
|
-
}
|
|
828
|
-
},
|
|
829
|
-
{
|
|
830
|
-
"name": "chat.submit",
|
|
831
|
-
"detail": {
|
|
832
|
-
"type": "ChatPayload"
|
|
833
|
-
}
|
|
834
|
-
}
|
|
835
|
-
],
|
|
836
|
-
"slots": [],
|
|
837
|
-
"methods": [
|
|
838
|
-
{
|
|
839
|
-
"name": "setValue",
|
|
840
|
-
"params": [
|
|
841
|
-
{
|
|
842
|
-
"name": "value",
|
|
843
|
-
"type": "string"
|
|
844
|
-
}
|
|
845
|
-
]
|
|
846
|
-
},
|
|
847
|
-
{
|
|
848
|
-
"name": "getValue",
|
|
849
|
-
"params": []
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"name": "focusOnInput",
|
|
853
|
-
"params": []
|
|
854
|
-
}
|
|
855
|
-
],
|
|
856
|
-
"parts": [],
|
|
857
|
-
"description": "构件 `ai-portal.chat-box`"
|
|
858
|
-
},
|
|
859
|
-
{
|
|
860
|
-
"name": "ai-portal.home-container",
|
|
861
|
-
"properties": [
|
|
862
|
-
{
|
|
863
|
-
"name": "sticky",
|
|
864
|
-
"type": "boolean"
|
|
865
|
-
}
|
|
866
|
-
],
|
|
867
|
-
"events": [],
|
|
868
|
-
"slots": [],
|
|
869
|
-
"methods": [],
|
|
870
|
-
"parts": [],
|
|
871
|
-
"description": "构件 `ai-portal.home-container`"
|
|
872
|
-
},
|
|
873
873
|
{
|
|
874
874
|
"name": "ai-portal.action-buttons",
|
|
875
875
|
"properties": [
|