@next-bricks/ai-portal 0.39.0 → 0.39.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +18 -18
- package/dist/chunks/{1004.2c74661c.js → 1004.e208af15.js} +2 -2
- package/dist/chunks/1004.e208af15.js.map +1 -0
- package/dist/chunks/{goal-card-list.80cea354.js → goal-card-list.e1e50f2f.js} +3 -3
- package/dist/chunks/goal-card-list.e1e50f2f.js.map +1 -0
- package/dist/chunks/{main.0d29ea95.js → main.a3754994.js} +2 -2
- package/dist/chunks/{main.0d29ea95.js.map → main.a3754994.js.map} +1 -1
- package/dist/examples.json +10 -10
- package/dist/index.3bc6e052.js +2 -0
- package/dist/{index.0ead77e3.js.map → index.3bc6e052.js.map} +1 -1
- package/dist/manifest.json +195 -195
- package/dist/types.json +201 -201
- package/package.json +2 -2
- package/dist/chunks/1004.2c74661c.js.map +0 -1
- package/dist/chunks/goal-card-list.80cea354.js.map +0 -1
- package/dist/index.0ead77e3.js +0 -2
- /package/dist/chunks/{goal-card-list.80cea354.js.LICENSE.txt → goal-card-list.e1e50f2f.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -4,110 +4,6 @@
|
|
|
4
4
|
"events": [],
|
|
5
5
|
"methods": []
|
|
6
6
|
},
|
|
7
|
-
"ai-portal.stat-with-mini-chart": {
|
|
8
|
-
"properties": [
|
|
9
|
-
{
|
|
10
|
-
"name": "label",
|
|
11
|
-
"annotation": {
|
|
12
|
-
"type": "keyword",
|
|
13
|
-
"value": "string"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"name": "value",
|
|
18
|
-
"annotation": {
|
|
19
|
-
"type": "keyword",
|
|
20
|
-
"value": "string"
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"name": "size",
|
|
25
|
-
"annotation": {
|
|
26
|
-
"type": "union",
|
|
27
|
-
"types": [
|
|
28
|
-
{
|
|
29
|
-
"type": "jsLiteral",
|
|
30
|
-
"value": "medium"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"type": "jsLiteral",
|
|
34
|
-
"value": "small"
|
|
35
|
-
}
|
|
36
|
-
]
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"name": "lineColor",
|
|
41
|
-
"annotation": {
|
|
42
|
-
"type": "keyword",
|
|
43
|
-
"value": "string"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"name": "showArea",
|
|
48
|
-
"annotation": {
|
|
49
|
-
"type": "keyword",
|
|
50
|
-
"value": "boolean"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"name": "min",
|
|
55
|
-
"annotation": {
|
|
56
|
-
"type": "keyword",
|
|
57
|
-
"value": "number"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"name": "max",
|
|
62
|
-
"annotation": {
|
|
63
|
-
"type": "keyword",
|
|
64
|
-
"value": "number"
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"name": "xField",
|
|
69
|
-
"annotation": {
|
|
70
|
-
"type": "keyword",
|
|
71
|
-
"value": "string"
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"name": "yField",
|
|
76
|
-
"annotation": {
|
|
77
|
-
"type": "keyword",
|
|
78
|
-
"value": "string"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"name": "data",
|
|
83
|
-
"annotation": {
|
|
84
|
-
"type": "array",
|
|
85
|
-
"elementType": {
|
|
86
|
-
"type": "reference",
|
|
87
|
-
"typeName": {
|
|
88
|
-
"type": "identifier",
|
|
89
|
-
"name": "Record"
|
|
90
|
-
},
|
|
91
|
-
"typeParameters": {
|
|
92
|
-
"type": "typeParameterInstantiation",
|
|
93
|
-
"params": [
|
|
94
|
-
{
|
|
95
|
-
"type": "keyword",
|
|
96
|
-
"value": "string"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"type": "keyword",
|
|
100
|
-
"value": "number"
|
|
101
|
-
}
|
|
102
|
-
]
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
],
|
|
108
|
-
"events": [],
|
|
109
|
-
"methods": []
|
|
110
|
-
},
|
|
111
7
|
"ai-portal.icon-button": {
|
|
112
8
|
"properties": [
|
|
113
9
|
{
|
|
@@ -536,6 +432,110 @@
|
|
|
536
432
|
}
|
|
537
433
|
]
|
|
538
434
|
},
|
|
435
|
+
"ai-portal.stat-with-mini-chart": {
|
|
436
|
+
"properties": [
|
|
437
|
+
{
|
|
438
|
+
"name": "label",
|
|
439
|
+
"annotation": {
|
|
440
|
+
"type": "keyword",
|
|
441
|
+
"value": "string"
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"name": "value",
|
|
446
|
+
"annotation": {
|
|
447
|
+
"type": "keyword",
|
|
448
|
+
"value": "string"
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"name": "size",
|
|
453
|
+
"annotation": {
|
|
454
|
+
"type": "union",
|
|
455
|
+
"types": [
|
|
456
|
+
{
|
|
457
|
+
"type": "jsLiteral",
|
|
458
|
+
"value": "medium"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"type": "jsLiteral",
|
|
462
|
+
"value": "small"
|
|
463
|
+
}
|
|
464
|
+
]
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"name": "lineColor",
|
|
469
|
+
"annotation": {
|
|
470
|
+
"type": "keyword",
|
|
471
|
+
"value": "string"
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"name": "showArea",
|
|
476
|
+
"annotation": {
|
|
477
|
+
"type": "keyword",
|
|
478
|
+
"value": "boolean"
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"name": "min",
|
|
483
|
+
"annotation": {
|
|
484
|
+
"type": "keyword",
|
|
485
|
+
"value": "number"
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"name": "max",
|
|
490
|
+
"annotation": {
|
|
491
|
+
"type": "keyword",
|
|
492
|
+
"value": "number"
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"name": "xField",
|
|
497
|
+
"annotation": {
|
|
498
|
+
"type": "keyword",
|
|
499
|
+
"value": "string"
|
|
500
|
+
}
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"name": "yField",
|
|
504
|
+
"annotation": {
|
|
505
|
+
"type": "keyword",
|
|
506
|
+
"value": "string"
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"name": "data",
|
|
511
|
+
"annotation": {
|
|
512
|
+
"type": "array",
|
|
513
|
+
"elementType": {
|
|
514
|
+
"type": "reference",
|
|
515
|
+
"typeName": {
|
|
516
|
+
"type": "identifier",
|
|
517
|
+
"name": "Record"
|
|
518
|
+
},
|
|
519
|
+
"typeParameters": {
|
|
520
|
+
"type": "typeParameterInstantiation",
|
|
521
|
+
"params": [
|
|
522
|
+
{
|
|
523
|
+
"type": "keyword",
|
|
524
|
+
"value": "string"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"type": "keyword",
|
|
528
|
+
"value": "number"
|
|
529
|
+
}
|
|
530
|
+
]
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
],
|
|
536
|
+
"events": [],
|
|
537
|
+
"methods": []
|
|
538
|
+
},
|
|
539
539
|
"ai-portal.project-knowledges": {
|
|
540
540
|
"properties": [
|
|
541
541
|
{
|
|
@@ -1019,103 +1019,6 @@
|
|
|
1019
1019
|
}
|
|
1020
1020
|
]
|
|
1021
1021
|
},
|
|
1022
|
-
"ai-portal.ai-agents": {
|
|
1023
|
-
"properties": [
|
|
1024
|
-
{
|
|
1025
|
-
"name": "list",
|
|
1026
|
-
"annotation": {
|
|
1027
|
-
"type": "array",
|
|
1028
|
-
"elementType": {
|
|
1029
|
-
"type": "reference",
|
|
1030
|
-
"typeName": {
|
|
1031
|
-
"type": "identifier",
|
|
1032
|
-
"name": "Agent"
|
|
1033
|
-
}
|
|
1034
|
-
}
|
|
1035
|
-
}
|
|
1036
|
-
},
|
|
1037
|
-
{
|
|
1038
|
-
"name": "urlTemplate",
|
|
1039
|
-
"annotation": {
|
|
1040
|
-
"type": "keyword",
|
|
1041
|
-
"value": "string"
|
|
1042
|
-
}
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"name": "withContainer",
|
|
1046
|
-
"annotation": {
|
|
1047
|
-
"type": "keyword",
|
|
1048
|
-
"value": "boolean"
|
|
1049
|
-
}
|
|
1050
|
-
}
|
|
1051
|
-
],
|
|
1052
|
-
"events": [],
|
|
1053
|
-
"methods": [],
|
|
1054
|
-
"types": [
|
|
1055
|
-
{
|
|
1056
|
-
"type": "interface",
|
|
1057
|
-
"name": "Agent",
|
|
1058
|
-
"body": [
|
|
1059
|
-
{
|
|
1060
|
-
"type": "propertySignature",
|
|
1061
|
-
"key": {
|
|
1062
|
-
"type": "identifier",
|
|
1063
|
-
"name": "name"
|
|
1064
|
-
},
|
|
1065
|
-
"annotation": {
|
|
1066
|
-
"type": "keyword",
|
|
1067
|
-
"value": "string"
|
|
1068
|
-
},
|
|
1069
|
-
"computed": false
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"type": "propertySignature",
|
|
1073
|
-
"key": {
|
|
1074
|
-
"type": "identifier",
|
|
1075
|
-
"name": "description"
|
|
1076
|
-
},
|
|
1077
|
-
"annotation": {
|
|
1078
|
-
"type": "keyword",
|
|
1079
|
-
"value": "string"
|
|
1080
|
-
},
|
|
1081
|
-
"computed": false
|
|
1082
|
-
},
|
|
1083
|
-
{
|
|
1084
|
-
"type": "propertySignature",
|
|
1085
|
-
"key": {
|
|
1086
|
-
"type": "identifier",
|
|
1087
|
-
"name": "icon"
|
|
1088
|
-
},
|
|
1089
|
-
"annotation": {
|
|
1090
|
-
"type": "reference",
|
|
1091
|
-
"typeName": {
|
|
1092
|
-
"type": "identifier",
|
|
1093
|
-
"name": "GeneralIconProps"
|
|
1094
|
-
}
|
|
1095
|
-
},
|
|
1096
|
-
"optional": true,
|
|
1097
|
-
"computed": false
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
"type": "propertySignature",
|
|
1101
|
-
"key": {
|
|
1102
|
-
"type": "identifier",
|
|
1103
|
-
"name": "tags"
|
|
1104
|
-
},
|
|
1105
|
-
"annotation": {
|
|
1106
|
-
"type": "array",
|
|
1107
|
-
"elementType": {
|
|
1108
|
-
"type": "keyword",
|
|
1109
|
-
"value": "string"
|
|
1110
|
-
}
|
|
1111
|
-
},
|
|
1112
|
-
"optional": true,
|
|
1113
|
-
"computed": false
|
|
1114
|
-
}
|
|
1115
|
-
]
|
|
1116
|
-
}
|
|
1117
|
-
]
|
|
1118
|
-
},
|
|
1119
1022
|
"ai-portal.project-summary": {
|
|
1120
1023
|
"properties": [
|
|
1121
1024
|
{
|
|
@@ -1338,6 +1241,103 @@
|
|
|
1338
1241
|
}
|
|
1339
1242
|
]
|
|
1340
1243
|
},
|
|
1244
|
+
"ai-portal.ai-agents": {
|
|
1245
|
+
"properties": [
|
|
1246
|
+
{
|
|
1247
|
+
"name": "list",
|
|
1248
|
+
"annotation": {
|
|
1249
|
+
"type": "array",
|
|
1250
|
+
"elementType": {
|
|
1251
|
+
"type": "reference",
|
|
1252
|
+
"typeName": {
|
|
1253
|
+
"type": "identifier",
|
|
1254
|
+
"name": "Agent"
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"name": "urlTemplate",
|
|
1261
|
+
"annotation": {
|
|
1262
|
+
"type": "keyword",
|
|
1263
|
+
"value": "string"
|
|
1264
|
+
}
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"name": "withContainer",
|
|
1268
|
+
"annotation": {
|
|
1269
|
+
"type": "keyword",
|
|
1270
|
+
"value": "boolean"
|
|
1271
|
+
}
|
|
1272
|
+
}
|
|
1273
|
+
],
|
|
1274
|
+
"events": [],
|
|
1275
|
+
"methods": [],
|
|
1276
|
+
"types": [
|
|
1277
|
+
{
|
|
1278
|
+
"type": "interface",
|
|
1279
|
+
"name": "Agent",
|
|
1280
|
+
"body": [
|
|
1281
|
+
{
|
|
1282
|
+
"type": "propertySignature",
|
|
1283
|
+
"key": {
|
|
1284
|
+
"type": "identifier",
|
|
1285
|
+
"name": "name"
|
|
1286
|
+
},
|
|
1287
|
+
"annotation": {
|
|
1288
|
+
"type": "keyword",
|
|
1289
|
+
"value": "string"
|
|
1290
|
+
},
|
|
1291
|
+
"computed": false
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"type": "propertySignature",
|
|
1295
|
+
"key": {
|
|
1296
|
+
"type": "identifier",
|
|
1297
|
+
"name": "description"
|
|
1298
|
+
},
|
|
1299
|
+
"annotation": {
|
|
1300
|
+
"type": "keyword",
|
|
1301
|
+
"value": "string"
|
|
1302
|
+
},
|
|
1303
|
+
"computed": false
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
"type": "propertySignature",
|
|
1307
|
+
"key": {
|
|
1308
|
+
"type": "identifier",
|
|
1309
|
+
"name": "icon"
|
|
1310
|
+
},
|
|
1311
|
+
"annotation": {
|
|
1312
|
+
"type": "reference",
|
|
1313
|
+
"typeName": {
|
|
1314
|
+
"type": "identifier",
|
|
1315
|
+
"name": "GeneralIconProps"
|
|
1316
|
+
}
|
|
1317
|
+
},
|
|
1318
|
+
"optional": true,
|
|
1319
|
+
"computed": false
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"type": "propertySignature",
|
|
1323
|
+
"key": {
|
|
1324
|
+
"type": "identifier",
|
|
1325
|
+
"name": "tags"
|
|
1326
|
+
},
|
|
1327
|
+
"annotation": {
|
|
1328
|
+
"type": "array",
|
|
1329
|
+
"elementType": {
|
|
1330
|
+
"type": "keyword",
|
|
1331
|
+
"value": "string"
|
|
1332
|
+
}
|
|
1333
|
+
},
|
|
1334
|
+
"optional": true,
|
|
1335
|
+
"computed": false
|
|
1336
|
+
}
|
|
1337
|
+
]
|
|
1338
|
+
}
|
|
1339
|
+
]
|
|
1340
|
+
},
|
|
1341
1341
|
"ai-portal.chat-box": {
|
|
1342
1342
|
"properties": [
|
|
1343
1343
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/ai-portal",
|
|
3
|
-
"version": "0.39.
|
|
3
|
+
"version": "0.39.1",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/ai-portal",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"@next-bricks/presentational": "*",
|
|
49
49
|
"@next-bricks/vs": "*"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "cc7aca070090d91efb5bfccefd55f6fcb777675e"
|
|
52
52
|
}
|