@next-bricks/ai-portal 0.41.2 → 0.41.3
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 +38 -38
- package/dist/chunks/2608.bbe2b26a.js +2 -0
- package/dist/chunks/2608.bbe2b26a.js.map +1 -0
- package/dist/chunks/7493.61116715.js +2 -0
- package/dist/chunks/7493.61116715.js.map +1 -0
- package/dist/chunks/7570.ae14a465.js +2 -0
- package/dist/chunks/7570.ae14a465.js.map +1 -0
- package/dist/chunks/9474.eb2019f3.js +2 -0
- package/dist/chunks/9474.eb2019f3.js.map +1 -0
- package/dist/chunks/activity-timeline.5ea5526f.js +2 -0
- package/dist/chunks/activity-timeline.5ea5526f.js.map +1 -0
- package/dist/chunks/{goal-card-list.5f61cd91.js → goal-card-list.fcce68bd.js} +3 -3
- package/dist/chunks/{goal-card-list.5f61cd91.js.map → goal-card-list.fcce68bd.js.map} +1 -1
- package/dist/chunks/main.368cafdf.js +2 -0
- package/dist/chunks/{main.24028689.js.map → main.368cafdf.js.map} +1 -1
- package/dist/chunks/{preview-container.fa54ae91.js → preview-container.bbde74aa.js} +2 -2
- package/dist/chunks/preview-container.bbde74aa.js.map +1 -0
- package/dist/examples.json +18 -18
- package/dist/index.985de226.js +2 -0
- package/dist/{index.6143251e.js.map → index.985de226.js.map} +1 -1
- package/dist/manifest.json +299 -299
- package/dist/types.json +118 -118
- package/dist-types/activity-timeline/i18n.d.ts +2 -2
- package/package.json +2 -2
- package/dist/chunks/2608.ecdc3896.js +0 -2
- package/dist/chunks/2608.ecdc3896.js.map +0 -1
- package/dist/chunks/382.d2e3f46f.js +0 -2
- package/dist/chunks/382.d2e3f46f.js.map +0 -1
- package/dist/chunks/7493.b181babb.js +0 -2
- package/dist/chunks/7493.b181babb.js.map +0 -1
- package/dist/chunks/7774.505f9191.js +0 -2
- package/dist/chunks/7774.505f9191.js.map +0 -1
- package/dist/chunks/activity-timeline.85a243bc.js +0 -2
- package/dist/chunks/activity-timeline.85a243bc.js.map +0 -1
- package/dist/chunks/main.24028689.js +0 -2
- package/dist/chunks/preview-container.fa54ae91.js.map +0 -1
- package/dist/index.6143251e.js +0 -2
- /package/dist/chunks/{goal-card-list.5f61cd91.js.LICENSE.txt → goal-card-list.fcce68bd.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -531,12 +531,12 @@
|
|
|
531
531
|
}
|
|
532
532
|
]
|
|
533
533
|
},
|
|
534
|
-
"ai-portal.
|
|
534
|
+
"ai-portal.home-container": {
|
|
535
535
|
"properties": [],
|
|
536
536
|
"events": [],
|
|
537
537
|
"methods": []
|
|
538
538
|
},
|
|
539
|
-
"ai-portal.
|
|
539
|
+
"ai-portal.elevo-logo": {
|
|
540
540
|
"properties": [],
|
|
541
541
|
"events": [],
|
|
542
542
|
"methods": []
|
|
@@ -711,62 +711,6 @@
|
|
|
711
711
|
}
|
|
712
712
|
]
|
|
713
713
|
},
|
|
714
|
-
"ai-portal.chat-box": {
|
|
715
|
-
"properties": [
|
|
716
|
-
{
|
|
717
|
-
"name": "disabled",
|
|
718
|
-
"annotation": {
|
|
719
|
-
"type": "keyword",
|
|
720
|
-
"value": "boolean"
|
|
721
|
-
}
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"name": "placeholder",
|
|
725
|
-
"annotation": {
|
|
726
|
-
"type": "keyword",
|
|
727
|
-
"value": "string"
|
|
728
|
-
}
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
"name": "autoFocus",
|
|
732
|
-
"annotation": {
|
|
733
|
-
"type": "keyword",
|
|
734
|
-
"value": "boolean"
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
|
-
],
|
|
738
|
-
"events": [
|
|
739
|
-
{
|
|
740
|
-
"name": "message.submit",
|
|
741
|
-
"detail": {
|
|
742
|
-
"annotation": {
|
|
743
|
-
"type": "keyword",
|
|
744
|
-
"value": "string"
|
|
745
|
-
}
|
|
746
|
-
}
|
|
747
|
-
}
|
|
748
|
-
],
|
|
749
|
-
"methods": [
|
|
750
|
-
{
|
|
751
|
-
"name": "setValue",
|
|
752
|
-
"params": [
|
|
753
|
-
{
|
|
754
|
-
"name": "value",
|
|
755
|
-
"annotation": {
|
|
756
|
-
"type": "keyword",
|
|
757
|
-
"value": "string"
|
|
758
|
-
}
|
|
759
|
-
}
|
|
760
|
-
],
|
|
761
|
-
"returns": {}
|
|
762
|
-
},
|
|
763
|
-
{
|
|
764
|
-
"name": "getValue",
|
|
765
|
-
"params": [],
|
|
766
|
-
"returns": {}
|
|
767
|
-
}
|
|
768
|
-
]
|
|
769
|
-
},
|
|
770
714
|
"ai-portal.show-cases": {
|
|
771
715
|
"properties": [
|
|
772
716
|
{
|
|
@@ -1105,34 +1049,27 @@
|
|
|
1105
1049
|
}
|
|
1106
1050
|
]
|
|
1107
1051
|
},
|
|
1108
|
-
"ai-portal.
|
|
1052
|
+
"ai-portal.project-summary": {
|
|
1109
1053
|
"properties": [
|
|
1110
1054
|
{
|
|
1111
|
-
"name": "
|
|
1055
|
+
"name": "chatList",
|
|
1112
1056
|
"annotation": {
|
|
1113
1057
|
"type": "array",
|
|
1114
1058
|
"elementType": {
|
|
1115
1059
|
"type": "reference",
|
|
1116
1060
|
"typeName": {
|
|
1117
1061
|
"type": "identifier",
|
|
1118
|
-
"name": "
|
|
1062
|
+
"name": "Chat"
|
|
1119
1063
|
}
|
|
1120
1064
|
}
|
|
1121
1065
|
}
|
|
1122
1066
|
},
|
|
1123
1067
|
{
|
|
1124
|
-
"name": "
|
|
1068
|
+
"name": "chatUrlTemplate",
|
|
1125
1069
|
"annotation": {
|
|
1126
1070
|
"type": "keyword",
|
|
1127
1071
|
"value": "string"
|
|
1128
1072
|
}
|
|
1129
|
-
},
|
|
1130
|
-
{
|
|
1131
|
-
"name": "withContainer",
|
|
1132
|
-
"annotation": {
|
|
1133
|
-
"type": "keyword",
|
|
1134
|
-
"value": "boolean"
|
|
1135
|
-
}
|
|
1136
1073
|
}
|
|
1137
1074
|
],
|
|
1138
1075
|
"events": [],
|
|
@@ -1140,13 +1077,13 @@
|
|
|
1140
1077
|
"types": [
|
|
1141
1078
|
{
|
|
1142
1079
|
"type": "interface",
|
|
1143
|
-
"name": "
|
|
1080
|
+
"name": "Chat",
|
|
1144
1081
|
"body": [
|
|
1145
1082
|
{
|
|
1146
1083
|
"type": "propertySignature",
|
|
1147
1084
|
"key": {
|
|
1148
1085
|
"type": "identifier",
|
|
1149
|
-
"name": "
|
|
1086
|
+
"name": "conversationId"
|
|
1150
1087
|
},
|
|
1151
1088
|
"annotation": {
|
|
1152
1089
|
"type": "keyword",
|
|
@@ -1158,7 +1095,7 @@
|
|
|
1158
1095
|
"type": "propertySignature",
|
|
1159
1096
|
"key": {
|
|
1160
1097
|
"type": "identifier",
|
|
1161
|
-
"name": "
|
|
1098
|
+
"name": "title"
|
|
1162
1099
|
},
|
|
1163
1100
|
"annotation": {
|
|
1164
1101
|
"type": "keyword",
|
|
@@ -1170,59 +1107,46 @@
|
|
|
1170
1107
|
"type": "propertySignature",
|
|
1171
1108
|
"key": {
|
|
1172
1109
|
"type": "identifier",
|
|
1173
|
-
"name": "
|
|
1174
|
-
},
|
|
1175
|
-
"annotation": {
|
|
1176
|
-
"type": "reference",
|
|
1177
|
-
"typeName": {
|
|
1178
|
-
"type": "identifier",
|
|
1179
|
-
"name": "GeneralIconProps"
|
|
1180
|
-
}
|
|
1181
|
-
},
|
|
1182
|
-
"optional": true,
|
|
1183
|
-
"computed": false
|
|
1184
|
-
},
|
|
1185
|
-
{
|
|
1186
|
-
"type": "propertySignature",
|
|
1187
|
-
"key": {
|
|
1188
|
-
"type": "identifier",
|
|
1189
|
-
"name": "tags"
|
|
1110
|
+
"name": "startTime"
|
|
1190
1111
|
},
|
|
1191
1112
|
"annotation": {
|
|
1192
|
-
"type": "
|
|
1193
|
-
"
|
|
1194
|
-
"type": "keyword",
|
|
1195
|
-
"value": "string"
|
|
1196
|
-
}
|
|
1113
|
+
"type": "keyword",
|
|
1114
|
+
"value": "number"
|
|
1197
1115
|
},
|
|
1198
|
-
"optional": true,
|
|
1199
1116
|
"computed": false
|
|
1200
1117
|
}
|
|
1201
1118
|
]
|
|
1202
1119
|
}
|
|
1203
1120
|
]
|
|
1204
1121
|
},
|
|
1205
|
-
"ai-portal.
|
|
1122
|
+
"ai-portal.ai-agents": {
|
|
1206
1123
|
"properties": [
|
|
1207
1124
|
{
|
|
1208
|
-
"name": "
|
|
1125
|
+
"name": "list",
|
|
1209
1126
|
"annotation": {
|
|
1210
1127
|
"type": "array",
|
|
1211
1128
|
"elementType": {
|
|
1212
1129
|
"type": "reference",
|
|
1213
1130
|
"typeName": {
|
|
1214
1131
|
"type": "identifier",
|
|
1215
|
-
"name": "
|
|
1132
|
+
"name": "Agent"
|
|
1216
1133
|
}
|
|
1217
1134
|
}
|
|
1218
1135
|
}
|
|
1219
1136
|
},
|
|
1220
1137
|
{
|
|
1221
|
-
"name": "
|
|
1138
|
+
"name": "urlTemplate",
|
|
1222
1139
|
"annotation": {
|
|
1223
1140
|
"type": "keyword",
|
|
1224
1141
|
"value": "string"
|
|
1225
1142
|
}
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"name": "withContainer",
|
|
1146
|
+
"annotation": {
|
|
1147
|
+
"type": "keyword",
|
|
1148
|
+
"value": "boolean"
|
|
1149
|
+
}
|
|
1226
1150
|
}
|
|
1227
1151
|
],
|
|
1228
1152
|
"events": [],
|
|
@@ -1230,13 +1154,13 @@
|
|
|
1230
1154
|
"types": [
|
|
1231
1155
|
{
|
|
1232
1156
|
"type": "interface",
|
|
1233
|
-
"name": "
|
|
1157
|
+
"name": "Agent",
|
|
1234
1158
|
"body": [
|
|
1235
1159
|
{
|
|
1236
1160
|
"type": "propertySignature",
|
|
1237
1161
|
"key": {
|
|
1238
1162
|
"type": "identifier",
|
|
1239
|
-
"name": "
|
|
1163
|
+
"name": "name"
|
|
1240
1164
|
},
|
|
1241
1165
|
"annotation": {
|
|
1242
1166
|
"type": "keyword",
|
|
@@ -1248,7 +1172,7 @@
|
|
|
1248
1172
|
"type": "propertySignature",
|
|
1249
1173
|
"key": {
|
|
1250
1174
|
"type": "identifier",
|
|
1251
|
-
"name": "
|
|
1175
|
+
"name": "description"
|
|
1252
1176
|
},
|
|
1253
1177
|
"annotation": {
|
|
1254
1178
|
"type": "keyword",
|
|
@@ -1260,18 +1184,94 @@
|
|
|
1260
1184
|
"type": "propertySignature",
|
|
1261
1185
|
"key": {
|
|
1262
1186
|
"type": "identifier",
|
|
1263
|
-
"name": "
|
|
1187
|
+
"name": "icon"
|
|
1264
1188
|
},
|
|
1265
1189
|
"annotation": {
|
|
1266
|
-
"type": "
|
|
1267
|
-
"
|
|
1190
|
+
"type": "reference",
|
|
1191
|
+
"typeName": {
|
|
1192
|
+
"type": "identifier",
|
|
1193
|
+
"name": "GeneralIconProps"
|
|
1194
|
+
}
|
|
1268
1195
|
},
|
|
1196
|
+
"optional": true,
|
|
1197
|
+
"computed": false
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"type": "propertySignature",
|
|
1201
|
+
"key": {
|
|
1202
|
+
"type": "identifier",
|
|
1203
|
+
"name": "tags"
|
|
1204
|
+
},
|
|
1205
|
+
"annotation": {
|
|
1206
|
+
"type": "array",
|
|
1207
|
+
"elementType": {
|
|
1208
|
+
"type": "keyword",
|
|
1209
|
+
"value": "string"
|
|
1210
|
+
}
|
|
1211
|
+
},
|
|
1212
|
+
"optional": true,
|
|
1269
1213
|
"computed": false
|
|
1270
1214
|
}
|
|
1271
1215
|
]
|
|
1272
1216
|
}
|
|
1273
1217
|
]
|
|
1274
1218
|
},
|
|
1219
|
+
"ai-portal.chat-box": {
|
|
1220
|
+
"properties": [
|
|
1221
|
+
{
|
|
1222
|
+
"name": "disabled",
|
|
1223
|
+
"annotation": {
|
|
1224
|
+
"type": "keyword",
|
|
1225
|
+
"value": "boolean"
|
|
1226
|
+
}
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"name": "placeholder",
|
|
1230
|
+
"annotation": {
|
|
1231
|
+
"type": "keyword",
|
|
1232
|
+
"value": "string"
|
|
1233
|
+
}
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"name": "autoFocus",
|
|
1237
|
+
"annotation": {
|
|
1238
|
+
"type": "keyword",
|
|
1239
|
+
"value": "boolean"
|
|
1240
|
+
}
|
|
1241
|
+
}
|
|
1242
|
+
],
|
|
1243
|
+
"events": [
|
|
1244
|
+
{
|
|
1245
|
+
"name": "message.submit",
|
|
1246
|
+
"detail": {
|
|
1247
|
+
"annotation": {
|
|
1248
|
+
"type": "keyword",
|
|
1249
|
+
"value": "string"
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1253
|
+
],
|
|
1254
|
+
"methods": [
|
|
1255
|
+
{
|
|
1256
|
+
"name": "setValue",
|
|
1257
|
+
"params": [
|
|
1258
|
+
{
|
|
1259
|
+
"name": "value",
|
|
1260
|
+
"annotation": {
|
|
1261
|
+
"type": "keyword",
|
|
1262
|
+
"value": "string"
|
|
1263
|
+
}
|
|
1264
|
+
}
|
|
1265
|
+
],
|
|
1266
|
+
"returns": {}
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"name": "getValue",
|
|
1270
|
+
"params": [],
|
|
1271
|
+
"returns": {}
|
|
1272
|
+
}
|
|
1273
|
+
]
|
|
1274
|
+
},
|
|
1275
1275
|
"ai-portal.dropdown-select": {
|
|
1276
1276
|
"properties": [
|
|
1277
1277
|
{
|
|
@@ -1441,6 +1441,19 @@
|
|
|
1441
1441
|
}
|
|
1442
1442
|
]
|
|
1443
1443
|
},
|
|
1444
|
+
"ai-portal.preview-container": {
|
|
1445
|
+
"properties": [
|
|
1446
|
+
{
|
|
1447
|
+
"name": "source",
|
|
1448
|
+
"annotation": {
|
|
1449
|
+
"type": "keyword",
|
|
1450
|
+
"value": "string"
|
|
1451
|
+
}
|
|
1452
|
+
}
|
|
1453
|
+
],
|
|
1454
|
+
"events": [],
|
|
1455
|
+
"methods": []
|
|
1456
|
+
},
|
|
1444
1457
|
"ai-portal.action-buttons": {
|
|
1445
1458
|
"properties": [
|
|
1446
1459
|
{
|
|
@@ -1564,19 +1577,6 @@
|
|
|
1564
1577
|
}
|
|
1565
1578
|
]
|
|
1566
1579
|
},
|
|
1567
|
-
"ai-portal.preview-container": {
|
|
1568
|
-
"properties": [
|
|
1569
|
-
{
|
|
1570
|
-
"name": "source",
|
|
1571
|
-
"annotation": {
|
|
1572
|
-
"type": "keyword",
|
|
1573
|
-
"value": "string"
|
|
1574
|
-
}
|
|
1575
|
-
}
|
|
1576
|
-
],
|
|
1577
|
-
"events": [],
|
|
1578
|
-
"methods": []
|
|
1579
|
-
},
|
|
1580
1580
|
"ai-portal.project-conversations": {
|
|
1581
1581
|
"properties": [
|
|
1582
1582
|
{
|
|
@@ -7,8 +7,8 @@ export declare enum K {
|
|
|
7
7
|
DELETED_THIS_GOAL = "DELETED_THIS_GOAL",
|
|
8
8
|
DECOMPOSED_THIS_GOAL = "DECOMPOSED_THIS_GOAL",
|
|
9
9
|
SET_OWNER = "SET_OWNER",
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
REMOVED_GOAL_PARTICIPANTS = "REMOVED_GOAL_PARTICIPANTS",
|
|
11
|
+
ADDED_GOAL_PARTICIPANTS = "ADDED_GOAL_PARTICIPANTS",
|
|
12
12
|
COMMENTED = "COMMENTED",
|
|
13
13
|
COMMA = "COMMA",
|
|
14
14
|
SEMICOLON = "SEMICOLON"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/ai-portal",
|
|
3
|
-
"version": "0.41.
|
|
3
|
+
"version": "0.41.3",
|
|
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": "90ae9fab29b13be6970ce919db21ed6302804c17"
|
|
52
52
|
}
|