@next-bricks/ai-portal 0.65.0 → 0.65.2

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.
Files changed (39) hide show
  1. package/dist/bricks.json +49 -49
  2. package/dist/chunks/{2742.670f78d2.js → 2742.f24782f8.js} +2 -2
  3. package/dist/chunks/2742.f24782f8.js.map +1 -0
  4. package/dist/chunks/4208.7ad3b395.js +2 -0
  5. package/dist/chunks/4208.7ad3b395.js.map +1 -0
  6. package/dist/chunks/7139.b585e5ea.js +2 -0
  7. package/dist/chunks/7139.b585e5ea.js.map +1 -0
  8. package/dist/chunks/7159.bd59ed3e.js +2 -0
  9. package/dist/chunks/7159.bd59ed3e.js.map +1 -0
  10. package/dist/chunks/chat-panel.bbb24c5a.js +2 -0
  11. package/dist/chunks/chat-panel.bbb24c5a.js.map +1 -0
  12. package/dist/chunks/{main.97d00f7b.js → main.51248f49.js} +2 -2
  13. package/dist/chunks/{main.97d00f7b.js.map → main.51248f49.js.map} +1 -1
  14. package/dist/examples.json +22 -22
  15. package/dist/index.16143768.js +2 -0
  16. package/dist/{index.01059b82.js.map → index.16143768.js.map} +1 -1
  17. package/dist/manifest.json +316 -316
  18. package/dist/types.json +840 -840
  19. package/dist-types/chat-stream/StreamContext.d.ts +1 -0
  20. package/dist-types/chat-stream/interfaces.d.ts +0 -1
  21. package/dist-types/chat-stream/useAutoScroll.d.ts +1 -0
  22. package/dist-types/chat-stream/useConversationStream.d.ts +1 -0
  23. package/dist-types/shared/ActivityPlan/getStateIcon.d.ts +6 -0
  24. package/dist-types/shared/TaskContext.d.ts +4 -1
  25. package/dist-types/shared/getFlatChunks.d.ts +3 -1
  26. package/dist-types/shared/getOrderedNodes.d.ts +1 -4
  27. package/dist-types/shared/getTaskTree.d.ts +1 -1
  28. package/dist-types/shared/interfaces.d.ts +1 -1
  29. package/package.json +2 -2
  30. package/dist/chunks/2742.670f78d2.js.map +0 -1
  31. package/dist/chunks/4208.694d7deb.js +0 -2
  32. package/dist/chunks/4208.694d7deb.js.map +0 -1
  33. package/dist/chunks/7139.4195ba95.js +0 -2
  34. package/dist/chunks/7139.4195ba95.js.map +0 -1
  35. package/dist/chunks/7712.06a445a6.js +0 -2
  36. package/dist/chunks/7712.06a445a6.js.map +0 -1
  37. package/dist/chunks/chat-panel.313d3906.js +0 -2
  38. package/dist/chunks/chat-panel.313d3906.js.map +0 -1
  39. package/dist/index.01059b82.js +0 -2
package/dist/types.json CHANGED
@@ -2211,48 +2211,6 @@
2211
2211
  }
2212
2212
  ]
2213
2213
  },
2214
- "ai-portal.sticky-container": {
2215
- "properties": [
2216
- {
2217
- "name": "variant",
2218
- "annotation": {
2219
- "type": "reference",
2220
- "typeName": {
2221
- "type": "identifier",
2222
- "name": "StickyContainerVariant"
2223
- }
2224
- }
2225
- },
2226
- {
2227
- "name": "textContent",
2228
- "annotation": {
2229
- "type": "keyword",
2230
- "value": "string"
2231
- }
2232
- }
2233
- ],
2234
- "events": [],
2235
- "methods": [],
2236
- "types": [
2237
- {
2238
- "type": "typeAlias",
2239
- "name": "StickyContainerVariant",
2240
- "annotation": {
2241
- "type": "union",
2242
- "types": [
2243
- {
2244
- "type": "jsLiteral",
2245
- "value": "default"
2246
- },
2247
- {
2248
- "type": "jsLiteral",
2249
- "value": "home"
2250
- }
2251
- ]
2252
- }
2253
- }
2254
- ]
2255
- },
2256
2214
  "ai-portal.elevo-card": {
2257
2215
  "properties": [
2258
2216
  {
@@ -2315,6 +2273,48 @@
2315
2273
  "events": [],
2316
2274
  "methods": []
2317
2275
  },
2276
+ "ai-portal.sticky-container": {
2277
+ "properties": [
2278
+ {
2279
+ "name": "variant",
2280
+ "annotation": {
2281
+ "type": "reference",
2282
+ "typeName": {
2283
+ "type": "identifier",
2284
+ "name": "StickyContainerVariant"
2285
+ }
2286
+ }
2287
+ },
2288
+ {
2289
+ "name": "textContent",
2290
+ "annotation": {
2291
+ "type": "keyword",
2292
+ "value": "string"
2293
+ }
2294
+ }
2295
+ ],
2296
+ "events": [],
2297
+ "methods": [],
2298
+ "types": [
2299
+ {
2300
+ "type": "typeAlias",
2301
+ "name": "StickyContainerVariant",
2302
+ "annotation": {
2303
+ "type": "union",
2304
+ "types": [
2305
+ {
2306
+ "type": "jsLiteral",
2307
+ "value": "default"
2308
+ },
2309
+ {
2310
+ "type": "jsLiteral",
2311
+ "value": "home"
2312
+ }
2313
+ ]
2314
+ }
2315
+ }
2316
+ ]
2317
+ },
2318
2318
  "ai-portal.project-knowledges": {
2319
2319
  "properties": [
2320
2320
  {
@@ -3109,72 +3109,171 @@
3109
3109
  "events": [],
3110
3110
  "methods": []
3111
3111
  },
3112
- "ai-portal.action-buttons": {
3112
+ "ai-portal.activity-timeline": {
3113
3113
  "properties": [
3114
3114
  {
3115
- "name": "items",
3115
+ "name": "list",
3116
3116
  "annotation": {
3117
3117
  "type": "array",
3118
3118
  "elementType": {
3119
3119
  "type": "reference",
3120
3120
  "typeName": {
3121
3121
  "type": "identifier",
3122
- "name": "ActionItem"
3122
+ "name": "Activity"
3123
3123
  }
3124
3124
  }
3125
3125
  }
3126
3126
  },
3127
3127
  {
3128
- "name": "activeKey",
3128
+ "name": "chatUrlTemplate",
3129
+ "annotation": {
3130
+ "type": "keyword",
3131
+ "value": "string"
3132
+ }
3133
+ }
3134
+ ],
3135
+ "events": [],
3136
+ "methods": [],
3137
+ "types": [
3138
+ {
3139
+ "type": "typeAlias",
3140
+ "name": "Activity",
3129
3141
  "annotation": {
3130
3142
  "type": "union",
3131
3143
  "types": [
3132
3144
  {
3133
- "type": "keyword",
3134
- "value": "string"
3145
+ "type": "reference",
3146
+ "typeName": {
3147
+ "type": "identifier",
3148
+ "name": "ActivityOfCreateGoal"
3149
+ }
3135
3150
  },
3136
3151
  {
3137
- "type": "keyword",
3138
- "value": "null"
3152
+ "type": "reference",
3153
+ "typeName": {
3154
+ "type": "identifier",
3155
+ "name": "ActivityOfEditGoal"
3156
+ }
3157
+ },
3158
+ {
3159
+ "type": "reference",
3160
+ "typeName": {
3161
+ "type": "identifier",
3162
+ "name": "ActivityOfDeleteGoal"
3163
+ }
3164
+ },
3165
+ {
3166
+ "type": "reference",
3167
+ "typeName": {
3168
+ "type": "identifier",
3169
+ "name": "ActivityOfDecomposeGoals"
3170
+ }
3171
+ },
3172
+ {
3173
+ "type": "reference",
3174
+ "typeName": {
3175
+ "type": "identifier",
3176
+ "name": "ActivityOfAlterOwner"
3177
+ }
3178
+ },
3179
+ {
3180
+ "type": "reference",
3181
+ "typeName": {
3182
+ "type": "identifier",
3183
+ "name": "ActivityOfAlterUser"
3184
+ }
3185
+ },
3186
+ {
3187
+ "type": "reference",
3188
+ "typeName": {
3189
+ "type": "identifier",
3190
+ "name": "ActivityOfAddComment"
3191
+ }
3192
+ },
3193
+ {
3194
+ "type": "reference",
3195
+ "typeName": {
3196
+ "type": "identifier",
3197
+ "name": "ActivityOfStartConversation"
3198
+ }
3139
3199
  }
3140
3200
  ]
3141
3201
  }
3142
- }
3143
- ],
3144
- "events": [
3202
+ },
3145
3203
  {
3146
- "name": "change",
3147
- "detail": {
3148
- "annotation": {
3149
- "type": "union",
3150
- "types": [
3151
- {
3152
- "type": "reference",
3153
- "typeName": {
3154
- "type": "identifier",
3155
- "name": "ActionItem"
3204
+ "type": "interface",
3205
+ "name": "ActivityOfCreateGoal",
3206
+ "body": [
3207
+ {
3208
+ "type": "propertySignature",
3209
+ "key": {
3210
+ "type": "identifier",
3211
+ "name": "action_type"
3212
+ },
3213
+ "annotation": {
3214
+ "type": "jsLiteral",
3215
+ "value": "create_goal"
3216
+ },
3217
+ "computed": false
3218
+ },
3219
+ {
3220
+ "type": "propertySignature",
3221
+ "key": {
3222
+ "type": "identifier",
3223
+ "name": "metadata"
3224
+ },
3225
+ "annotation": {
3226
+ "type": "typeLiteral",
3227
+ "members": [
3228
+ {
3229
+ "type": "propertySignature",
3230
+ "key": {
3231
+ "type": "identifier",
3232
+ "name": "goal_title"
3233
+ },
3234
+ "annotation": {
3235
+ "type": "keyword",
3236
+ "value": "string"
3237
+ },
3238
+ "computed": false
3239
+ },
3240
+ {
3241
+ "type": "propertySignature",
3242
+ "key": {
3243
+ "type": "identifier",
3244
+ "name": "goal_description"
3245
+ },
3246
+ "annotation": {
3247
+ "type": "keyword",
3248
+ "value": "string"
3249
+ },
3250
+ "optional": true,
3251
+ "computed": false
3156
3252
  }
3157
- },
3158
- {
3159
- "type": "keyword",
3160
- "value": "null"
3161
- }
3162
- ]
3253
+ ]
3254
+ },
3255
+ "computed": false
3163
3256
  }
3164
- }
3165
- }
3166
- ],
3167
- "methods": [],
3168
- "types": [
3257
+ ],
3258
+ "extends": [
3259
+ {
3260
+ "type": "expressionWithTypeArguments",
3261
+ "expression": {
3262
+ "type": "identifier",
3263
+ "name": "ActivityBase"
3264
+ }
3265
+ }
3266
+ ]
3267
+ },
3169
3268
  {
3170
3269
  "type": "interface",
3171
- "name": "ActionItem",
3270
+ "name": "ActivityBase",
3172
3271
  "body": [
3173
3272
  {
3174
3273
  "type": "propertySignature",
3175
3274
  "key": {
3176
3275
  "type": "identifier",
3177
- "name": "text"
3276
+ "name": "user_id"
3178
3277
  },
3179
3278
  "annotation": {
3180
3279
  "type": "keyword",
@@ -3186,7 +3285,7 @@
3186
3285
  "type": "propertySignature",
3187
3286
  "key": {
3188
3287
  "type": "identifier",
3189
- "name": "key"
3288
+ "name": "user_name"
3190
3289
  },
3191
3290
  "annotation": {
3192
3291
  "type": "keyword",
@@ -3198,125 +3297,86 @@
3198
3297
  "type": "propertySignature",
3199
3298
  "key": {
3200
3299
  "type": "identifier",
3201
- "name": "icon"
3300
+ "name": "time"
3202
3301
  },
3203
3302
  "annotation": {
3204
- "type": "reference",
3205
- "typeName": {
3206
- "type": "identifier",
3207
- "name": "GeneralIconProps"
3208
- }
3303
+ "type": "keyword",
3304
+ "value": "number"
3209
3305
  },
3210
- "optional": true,
3211
3306
  "computed": false
3212
3307
  },
3213
3308
  {
3214
3309
  "type": "propertySignature",
3215
3310
  "key": {
3216
3311
  "type": "identifier",
3217
- "name": "hidden"
3312
+ "name": "action_type"
3313
+ },
3314
+ "annotation": {
3315
+ "type": "union",
3316
+ "types": [
3317
+ {
3318
+ "type": "jsLiteral",
3319
+ "value": "create_goal"
3320
+ },
3321
+ {
3322
+ "type": "jsLiteral",
3323
+ "value": "edit_goal"
3324
+ },
3325
+ {
3326
+ "type": "jsLiteral",
3327
+ "value": "delete_goal"
3328
+ },
3329
+ {
3330
+ "type": "jsLiteral",
3331
+ "value": "decompose_goals"
3332
+ },
3333
+ {
3334
+ "type": "jsLiteral",
3335
+ "value": "alter_owner"
3336
+ },
3337
+ {
3338
+ "type": "jsLiteral",
3339
+ "value": "alter_user"
3340
+ },
3341
+ {
3342
+ "type": "jsLiteral",
3343
+ "value": "add_comment"
3344
+ },
3345
+ {
3346
+ "type": "jsLiteral",
3347
+ "value": "start_conversation"
3348
+ }
3349
+ ]
3350
+ },
3351
+ "computed": false
3352
+ },
3353
+ {
3354
+ "type": "propertySignature",
3355
+ "key": {
3356
+ "type": "identifier",
3357
+ "name": "metadata"
3218
3358
  },
3219
3359
  "annotation": {
3220
3360
  "type": "keyword",
3221
- "value": "boolean"
3361
+ "value": "unknown"
3222
3362
  },
3223
- "optional": true,
3224
3363
  "computed": false
3225
3364
  }
3226
3365
  ]
3227
- }
3228
- ]
3229
- },
3230
- "ai-portal.project-conversations": {
3231
- "properties": [
3232
- {
3233
- "name": "list",
3234
- "annotation": {
3235
- "type": "array",
3236
- "elementType": {
3237
- "type": "reference",
3238
- "typeName": {
3239
- "type": "identifier",
3240
- "name": "Conversation"
3241
- }
3242
- }
3243
- }
3244
- },
3245
- {
3246
- "name": "urlTemplate",
3247
- "annotation": {
3248
- "type": "keyword",
3249
- "value": "string"
3250
- }
3251
- },
3252
- {
3253
- "name": "actions",
3254
- "annotation": {
3255
- "type": "array",
3256
- "elementType": {
3257
- "type": "reference",
3258
- "typeName": {
3259
- "type": "identifier",
3260
- "name": "ActionType"
3261
- }
3262
- }
3263
- }
3264
- },
3265
- {
3266
- "name": "goals",
3267
- "annotation": {
3268
- "type": "array",
3269
- "elementType": {
3270
- "type": "reference",
3271
- "typeName": {
3272
- "type": "identifier",
3273
- "name": "Goal"
3274
- }
3275
- }
3276
- }
3277
- }
3278
- ],
3279
- "events": [
3280
- {
3281
- "name": "goal.click",
3282
- "detail": {
3283
- "annotation": {
3284
- "type": "reference",
3285
- "typeName": {
3286
- "type": "identifier",
3287
- "name": "Conversation"
3288
- }
3289
- }
3290
- }
3291
3366
  },
3292
- {
3293
- "name": "action.click",
3294
- "detail": {
3295
- "annotation": {
3296
- "type": "reference",
3297
- "typeName": {
3298
- "type": "identifier",
3299
- "name": "ActionClickDetail"
3300
- }
3301
- }
3302
- }
3303
- }
3304
- ],
3305
- "methods": [],
3306
- "types": [
3307
3367
  {
3308
3368
  "type": "interface",
3309
- "name": "Conversation",
3369
+ "name": "ActivityOfEditGoal",
3310
3370
  "body": [
3311
3371
  {
3312
3372
  "type": "propertySignature",
3313
3373
  "key": {
3314
3374
  "type": "identifier",
3315
- "name": "conversationId"
3375
+ "name": "action_type"
3316
3376
  },
3317
3377
  "annotation": {
3318
- "type": "keyword",
3319
- "value": "string"
3378
+ "type": "jsLiteral",
3379
+ "value": "edit_goal"
3320
3380
  },
3321
3381
  "computed": false
3322
3382
  },
@@ -3324,23 +3384,117 @@
3324
3384
  "type": "propertySignature",
3325
3385
  "key": {
3326
3386
  "type": "identifier",
3327
- "name": "title"
3387
+ "name": "metadata"
3328
3388
  },
3329
3389
  "annotation": {
3330
- "type": "keyword",
3331
- "value": "string"
3390
+ "type": "typeLiteral",
3391
+ "members": [
3392
+ {
3393
+ "type": "propertySignature",
3394
+ "key": {
3395
+ "type": "identifier",
3396
+ "name": "before"
3397
+ },
3398
+ "annotation": {
3399
+ "type": "typeLiteral",
3400
+ "members": [
3401
+ {
3402
+ "type": "propertySignature",
3403
+ "key": {
3404
+ "type": "identifier",
3405
+ "name": "title"
3406
+ },
3407
+ "annotation": {
3408
+ "type": "keyword",
3409
+ "value": "string"
3410
+ },
3411
+ "optional": true,
3412
+ "computed": false
3413
+ },
3414
+ {
3415
+ "type": "propertySignature",
3416
+ "key": {
3417
+ "type": "identifier",
3418
+ "name": "description"
3419
+ },
3420
+ "annotation": {
3421
+ "type": "keyword",
3422
+ "value": "string"
3423
+ },
3424
+ "optional": true,
3425
+ "computed": false
3426
+ }
3427
+ ]
3428
+ },
3429
+ "computed": false
3430
+ },
3431
+ {
3432
+ "type": "propertySignature",
3433
+ "key": {
3434
+ "type": "identifier",
3435
+ "name": "after"
3436
+ },
3437
+ "annotation": {
3438
+ "type": "typeLiteral",
3439
+ "members": [
3440
+ {
3441
+ "type": "propertySignature",
3442
+ "key": {
3443
+ "type": "identifier",
3444
+ "name": "title"
3445
+ },
3446
+ "annotation": {
3447
+ "type": "keyword",
3448
+ "value": "string"
3449
+ },
3450
+ "optional": true,
3451
+ "computed": false
3452
+ },
3453
+ {
3454
+ "type": "propertySignature",
3455
+ "key": {
3456
+ "type": "identifier",
3457
+ "name": "description"
3458
+ },
3459
+ "annotation": {
3460
+ "type": "keyword",
3461
+ "value": "string"
3462
+ },
3463
+ "optional": true,
3464
+ "computed": false
3465
+ }
3466
+ ]
3467
+ },
3468
+ "computed": false
3469
+ }
3470
+ ]
3332
3471
  },
3333
3472
  "computed": false
3334
- },
3473
+ }
3474
+ ],
3475
+ "extends": [
3476
+ {
3477
+ "type": "expressionWithTypeArguments",
3478
+ "expression": {
3479
+ "type": "identifier",
3480
+ "name": "ActivityBase"
3481
+ }
3482
+ }
3483
+ ]
3484
+ },
3485
+ {
3486
+ "type": "interface",
3487
+ "name": "ActivityOfDeleteGoal",
3488
+ "body": [
3335
3489
  {
3336
3490
  "type": "propertySignature",
3337
3491
  "key": {
3338
3492
  "type": "identifier",
3339
- "name": "startTime"
3493
+ "name": "action_type"
3340
3494
  },
3341
3495
  "annotation": {
3342
- "type": "keyword",
3343
- "value": "number"
3496
+ "type": "jsLiteral",
3497
+ "value": "delete_goal"
3344
3498
  },
3345
3499
  "computed": false
3346
3500
  },
@@ -3348,223 +3502,7 @@
3348
3502
  "type": "propertySignature",
3349
3503
  "key": {
3350
3504
  "type": "identifier",
3351
- "name": "description"
3352
- },
3353
- "annotation": {
3354
- "type": "keyword",
3355
- "value": "string"
3356
- },
3357
- "optional": true,
3358
- "computed": false
3359
- },
3360
- {
3361
- "type": "propertySignature",
3362
- "key": {
3363
- "type": "identifier",
3364
- "name": "goalInstanceId"
3365
- },
3366
- "annotation": {
3367
- "type": "keyword",
3368
- "value": "string"
3369
- },
3370
- "optional": true,
3371
- "computed": false
3372
- },
3373
- {
3374
- "type": "propertySignature",
3375
- "key": {
3376
- "type": "identifier",
3377
- "name": "username"
3378
- },
3379
- "annotation": {
3380
- "type": "keyword",
3381
- "value": "string"
3382
- },
3383
- "optional": true,
3384
- "computed": false
3385
- }
3386
- ]
3387
- },
3388
- {
3389
- "type": "interface",
3390
- "name": "Goal",
3391
- "body": [
3392
- {
3393
- "type": "propertySignature",
3394
- "key": {
3395
- "type": "identifier",
3396
- "name": "instanceId"
3397
- },
3398
- "annotation": {
3399
- "type": "keyword",
3400
- "value": "string"
3401
- },
3402
- "computed": false
3403
- },
3404
- {
3405
- "type": "propertySignature",
3406
- "key": {
3407
- "type": "identifier",
3408
- "name": "title"
3409
- },
3410
- "annotation": {
3411
- "type": "keyword",
3412
- "value": "string"
3413
- },
3414
- "computed": false
3415
- }
3416
- ]
3417
- },
3418
- {
3419
- "type": "interface",
3420
- "name": "ActionClickDetail",
3421
- "body": [
3422
- {
3423
- "type": "propertySignature",
3424
- "key": {
3425
- "type": "identifier",
3426
- "name": "action"
3427
- },
3428
- "annotation": {
3429
- "type": "reference",
3430
- "typeName": {
3431
- "type": "identifier",
3432
- "name": "SimpleActionType"
3433
- }
3434
- },
3435
- "computed": false
3436
- },
3437
- {
3438
- "type": "propertySignature",
3439
- "key": {
3440
- "type": "identifier",
3441
- "name": "item"
3442
- },
3443
- "annotation": {
3444
- "type": "reference",
3445
- "typeName": {
3446
- "type": "identifier",
3447
- "name": "Conversation"
3448
- }
3449
- },
3450
- "computed": false
3451
- }
3452
- ]
3453
- }
3454
- ]
3455
- },
3456
- "ai-portal.activity-timeline": {
3457
- "properties": [
3458
- {
3459
- "name": "list",
3460
- "annotation": {
3461
- "type": "array",
3462
- "elementType": {
3463
- "type": "reference",
3464
- "typeName": {
3465
- "type": "identifier",
3466
- "name": "Activity"
3467
- }
3468
- }
3469
- }
3470
- },
3471
- {
3472
- "name": "chatUrlTemplate",
3473
- "annotation": {
3474
- "type": "keyword",
3475
- "value": "string"
3476
- }
3477
- }
3478
- ],
3479
- "events": [],
3480
- "methods": [],
3481
- "types": [
3482
- {
3483
- "type": "typeAlias",
3484
- "name": "Activity",
3485
- "annotation": {
3486
- "type": "union",
3487
- "types": [
3488
- {
3489
- "type": "reference",
3490
- "typeName": {
3491
- "type": "identifier",
3492
- "name": "ActivityOfCreateGoal"
3493
- }
3494
- },
3495
- {
3496
- "type": "reference",
3497
- "typeName": {
3498
- "type": "identifier",
3499
- "name": "ActivityOfEditGoal"
3500
- }
3501
- },
3502
- {
3503
- "type": "reference",
3504
- "typeName": {
3505
- "type": "identifier",
3506
- "name": "ActivityOfDeleteGoal"
3507
- }
3508
- },
3509
- {
3510
- "type": "reference",
3511
- "typeName": {
3512
- "type": "identifier",
3513
- "name": "ActivityOfDecomposeGoals"
3514
- }
3515
- },
3516
- {
3517
- "type": "reference",
3518
- "typeName": {
3519
- "type": "identifier",
3520
- "name": "ActivityOfAlterOwner"
3521
- }
3522
- },
3523
- {
3524
- "type": "reference",
3525
- "typeName": {
3526
- "type": "identifier",
3527
- "name": "ActivityOfAlterUser"
3528
- }
3529
- },
3530
- {
3531
- "type": "reference",
3532
- "typeName": {
3533
- "type": "identifier",
3534
- "name": "ActivityOfAddComment"
3535
- }
3536
- },
3537
- {
3538
- "type": "reference",
3539
- "typeName": {
3540
- "type": "identifier",
3541
- "name": "ActivityOfStartConversation"
3542
- }
3543
- }
3544
- ]
3545
- }
3546
- },
3547
- {
3548
- "type": "interface",
3549
- "name": "ActivityOfCreateGoal",
3550
- "body": [
3551
- {
3552
- "type": "propertySignature",
3553
- "key": {
3554
- "type": "identifier",
3555
- "name": "action_type"
3556
- },
3557
- "annotation": {
3558
- "type": "jsLiteral",
3559
- "value": "create_goal"
3560
- },
3561
- "computed": false
3562
- },
3563
- {
3564
- "type": "propertySignature",
3565
- "key": {
3566
- "type": "identifier",
3567
- "name": "metadata"
3505
+ "name": "metadata"
3568
3506
  },
3569
3507
  "annotation": {
3570
3508
  "type": "typeLiteral",
@@ -3611,41 +3549,17 @@
3611
3549
  },
3612
3550
  {
3613
3551
  "type": "interface",
3614
- "name": "ActivityBase",
3552
+ "name": "ActivityOfDecomposeGoals",
3615
3553
  "body": [
3616
3554
  {
3617
3555
  "type": "propertySignature",
3618
3556
  "key": {
3619
3557
  "type": "identifier",
3620
- "name": "user_id"
3621
- },
3622
- "annotation": {
3623
- "type": "keyword",
3624
- "value": "string"
3625
- },
3626
- "computed": false
3627
- },
3628
- {
3629
- "type": "propertySignature",
3630
- "key": {
3631
- "type": "identifier",
3632
- "name": "user_name"
3633
- },
3634
- "annotation": {
3635
- "type": "keyword",
3636
- "value": "string"
3637
- },
3638
- "computed": false
3639
- },
3640
- {
3641
- "type": "propertySignature",
3642
- "key": {
3643
- "type": "identifier",
3644
- "name": "time"
3558
+ "name": "action_type"
3645
3559
  },
3646
3560
  "annotation": {
3647
- "type": "keyword",
3648
- "value": "number"
3561
+ "type": "jsLiteral",
3562
+ "value": "decompose_goals"
3649
3563
  },
3650
3564
  "computed": false
3651
3565
  },
@@ -3653,269 +3567,11 @@
3653
3567
  "type": "propertySignature",
3654
3568
  "key": {
3655
3569
  "type": "identifier",
3656
- "name": "action_type"
3570
+ "name": "metadata"
3657
3571
  },
3658
3572
  "annotation": {
3659
- "type": "union",
3660
- "types": [
3661
- {
3662
- "type": "jsLiteral",
3663
- "value": "create_goal"
3664
- },
3665
- {
3666
- "type": "jsLiteral",
3667
- "value": "edit_goal"
3668
- },
3669
- {
3670
- "type": "jsLiteral",
3671
- "value": "delete_goal"
3672
- },
3673
- {
3674
- "type": "jsLiteral",
3675
- "value": "decompose_goals"
3676
- },
3677
- {
3678
- "type": "jsLiteral",
3679
- "value": "alter_owner"
3680
- },
3681
- {
3682
- "type": "jsLiteral",
3683
- "value": "alter_user"
3684
- },
3685
- {
3686
- "type": "jsLiteral",
3687
- "value": "add_comment"
3688
- },
3689
- {
3690
- "type": "jsLiteral",
3691
- "value": "start_conversation"
3692
- }
3693
- ]
3694
- },
3695
- "computed": false
3696
- },
3697
- {
3698
- "type": "propertySignature",
3699
- "key": {
3700
- "type": "identifier",
3701
- "name": "metadata"
3702
- },
3703
- "annotation": {
3704
- "type": "keyword",
3705
- "value": "unknown"
3706
- },
3707
- "computed": false
3708
- }
3709
- ]
3710
- },
3711
- {
3712
- "type": "interface",
3713
- "name": "ActivityOfEditGoal",
3714
- "body": [
3715
- {
3716
- "type": "propertySignature",
3717
- "key": {
3718
- "type": "identifier",
3719
- "name": "action_type"
3720
- },
3721
- "annotation": {
3722
- "type": "jsLiteral",
3723
- "value": "edit_goal"
3724
- },
3725
- "computed": false
3726
- },
3727
- {
3728
- "type": "propertySignature",
3729
- "key": {
3730
- "type": "identifier",
3731
- "name": "metadata"
3732
- },
3733
- "annotation": {
3734
- "type": "typeLiteral",
3735
- "members": [
3736
- {
3737
- "type": "propertySignature",
3738
- "key": {
3739
- "type": "identifier",
3740
- "name": "before"
3741
- },
3742
- "annotation": {
3743
- "type": "typeLiteral",
3744
- "members": [
3745
- {
3746
- "type": "propertySignature",
3747
- "key": {
3748
- "type": "identifier",
3749
- "name": "title"
3750
- },
3751
- "annotation": {
3752
- "type": "keyword",
3753
- "value": "string"
3754
- },
3755
- "optional": true,
3756
- "computed": false
3757
- },
3758
- {
3759
- "type": "propertySignature",
3760
- "key": {
3761
- "type": "identifier",
3762
- "name": "description"
3763
- },
3764
- "annotation": {
3765
- "type": "keyword",
3766
- "value": "string"
3767
- },
3768
- "optional": true,
3769
- "computed": false
3770
- }
3771
- ]
3772
- },
3773
- "computed": false
3774
- },
3775
- {
3776
- "type": "propertySignature",
3777
- "key": {
3778
- "type": "identifier",
3779
- "name": "after"
3780
- },
3781
- "annotation": {
3782
- "type": "typeLiteral",
3783
- "members": [
3784
- {
3785
- "type": "propertySignature",
3786
- "key": {
3787
- "type": "identifier",
3788
- "name": "title"
3789
- },
3790
- "annotation": {
3791
- "type": "keyword",
3792
- "value": "string"
3793
- },
3794
- "optional": true,
3795
- "computed": false
3796
- },
3797
- {
3798
- "type": "propertySignature",
3799
- "key": {
3800
- "type": "identifier",
3801
- "name": "description"
3802
- },
3803
- "annotation": {
3804
- "type": "keyword",
3805
- "value": "string"
3806
- },
3807
- "optional": true,
3808
- "computed": false
3809
- }
3810
- ]
3811
- },
3812
- "computed": false
3813
- }
3814
- ]
3815
- },
3816
- "computed": false
3817
- }
3818
- ],
3819
- "extends": [
3820
- {
3821
- "type": "expressionWithTypeArguments",
3822
- "expression": {
3823
- "type": "identifier",
3824
- "name": "ActivityBase"
3825
- }
3826
- }
3827
- ]
3828
- },
3829
- {
3830
- "type": "interface",
3831
- "name": "ActivityOfDeleteGoal",
3832
- "body": [
3833
- {
3834
- "type": "propertySignature",
3835
- "key": {
3836
- "type": "identifier",
3837
- "name": "action_type"
3838
- },
3839
- "annotation": {
3840
- "type": "jsLiteral",
3841
- "value": "delete_goal"
3842
- },
3843
- "computed": false
3844
- },
3845
- {
3846
- "type": "propertySignature",
3847
- "key": {
3848
- "type": "identifier",
3849
- "name": "metadata"
3850
- },
3851
- "annotation": {
3852
- "type": "typeLiteral",
3853
- "members": [
3854
- {
3855
- "type": "propertySignature",
3856
- "key": {
3857
- "type": "identifier",
3858
- "name": "goal_title"
3859
- },
3860
- "annotation": {
3861
- "type": "keyword",
3862
- "value": "string"
3863
- },
3864
- "computed": false
3865
- },
3866
- {
3867
- "type": "propertySignature",
3868
- "key": {
3869
- "type": "identifier",
3870
- "name": "goal_description"
3871
- },
3872
- "annotation": {
3873
- "type": "keyword",
3874
- "value": "string"
3875
- },
3876
- "optional": true,
3877
- "computed": false
3878
- }
3879
- ]
3880
- },
3881
- "computed": false
3882
- }
3883
- ],
3884
- "extends": [
3885
- {
3886
- "type": "expressionWithTypeArguments",
3887
- "expression": {
3888
- "type": "identifier",
3889
- "name": "ActivityBase"
3890
- }
3891
- }
3892
- ]
3893
- },
3894
- {
3895
- "type": "interface",
3896
- "name": "ActivityOfDecomposeGoals",
3897
- "body": [
3898
- {
3899
- "type": "propertySignature",
3900
- "key": {
3901
- "type": "identifier",
3902
- "name": "action_type"
3903
- },
3904
- "annotation": {
3905
- "type": "jsLiteral",
3906
- "value": "decompose_goals"
3907
- },
3908
- "computed": false
3909
- },
3910
- {
3911
- "type": "propertySignature",
3912
- "key": {
3913
- "type": "identifier",
3914
- "name": "metadata"
3915
- },
3916
- "annotation": {
3917
- "type": "typeLiteral",
3918
- "members": [
3573
+ "type": "typeLiteral",
3574
+ "members": [
3919
3575
  {
3920
3576
  "type": "propertySignature",
3921
3577
  "key": {
@@ -4298,17 +3954,424 @@
4298
3954
  },
4299
3955
  {
4300
3956
  "type": "interface",
4301
- "name": "ActivityOfAddComment",
3957
+ "name": "ActivityOfAddComment",
3958
+ "body": [
3959
+ {
3960
+ "type": "propertySignature",
3961
+ "key": {
3962
+ "type": "identifier",
3963
+ "name": "action_type"
3964
+ },
3965
+ "annotation": {
3966
+ "type": "jsLiteral",
3967
+ "value": "add_comment"
3968
+ },
3969
+ "computed": false
3970
+ },
3971
+ {
3972
+ "type": "propertySignature",
3973
+ "key": {
3974
+ "type": "identifier",
3975
+ "name": "metadata"
3976
+ },
3977
+ "annotation": {
3978
+ "type": "typeLiteral",
3979
+ "members": [
3980
+ {
3981
+ "type": "propertySignature",
3982
+ "key": {
3983
+ "type": "identifier",
3984
+ "name": "comment_content"
3985
+ },
3986
+ "annotation": {
3987
+ "type": "keyword",
3988
+ "value": "string"
3989
+ },
3990
+ "computed": false
3991
+ }
3992
+ ]
3993
+ },
3994
+ "computed": false
3995
+ }
3996
+ ],
3997
+ "extends": [
3998
+ {
3999
+ "type": "expressionWithTypeArguments",
4000
+ "expression": {
4001
+ "type": "identifier",
4002
+ "name": "ActivityBase"
4003
+ }
4004
+ }
4005
+ ]
4006
+ },
4007
+ {
4008
+ "type": "interface",
4009
+ "name": "ActivityOfStartConversation",
4010
+ "body": [
4011
+ {
4012
+ "type": "propertySignature",
4013
+ "key": {
4014
+ "type": "identifier",
4015
+ "name": "action_type"
4016
+ },
4017
+ "annotation": {
4018
+ "type": "jsLiteral",
4019
+ "value": "start_conversation"
4020
+ },
4021
+ "computed": false
4022
+ },
4023
+ {
4024
+ "type": "propertySignature",
4025
+ "key": {
4026
+ "type": "identifier",
4027
+ "name": "metadata"
4028
+ },
4029
+ "annotation": {
4030
+ "type": "typeLiteral",
4031
+ "members": [
4032
+ {
4033
+ "type": "propertySignature",
4034
+ "key": {
4035
+ "type": "identifier",
4036
+ "name": "conversation_id"
4037
+ },
4038
+ "annotation": {
4039
+ "type": "keyword",
4040
+ "value": "string"
4041
+ },
4042
+ "computed": false
4043
+ },
4044
+ {
4045
+ "type": "propertySignature",
4046
+ "key": {
4047
+ "type": "identifier",
4048
+ "name": "conversation_title"
4049
+ },
4050
+ "annotation": {
4051
+ "type": "keyword",
4052
+ "value": "string"
4053
+ },
4054
+ "computed": false
4055
+ },
4056
+ {
4057
+ "type": "propertySignature",
4058
+ "key": {
4059
+ "type": "identifier",
4060
+ "name": "conversation_description"
4061
+ },
4062
+ "annotation": {
4063
+ "type": "keyword",
4064
+ "value": "string"
4065
+ },
4066
+ "optional": true,
4067
+ "computed": false
4068
+ }
4069
+ ]
4070
+ },
4071
+ "computed": false
4072
+ }
4073
+ ],
4074
+ "extends": [
4075
+ {
4076
+ "type": "expressionWithTypeArguments",
4077
+ "expression": {
4078
+ "type": "identifier",
4079
+ "name": "ActivityBase"
4080
+ }
4081
+ }
4082
+ ]
4083
+ }
4084
+ ]
4085
+ },
4086
+ "ai-portal.action-buttons": {
4087
+ "properties": [
4088
+ {
4089
+ "name": "items",
4090
+ "annotation": {
4091
+ "type": "array",
4092
+ "elementType": {
4093
+ "type": "reference",
4094
+ "typeName": {
4095
+ "type": "identifier",
4096
+ "name": "ActionItem"
4097
+ }
4098
+ }
4099
+ }
4100
+ },
4101
+ {
4102
+ "name": "activeKey",
4103
+ "annotation": {
4104
+ "type": "union",
4105
+ "types": [
4106
+ {
4107
+ "type": "keyword",
4108
+ "value": "string"
4109
+ },
4110
+ {
4111
+ "type": "keyword",
4112
+ "value": "null"
4113
+ }
4114
+ ]
4115
+ }
4116
+ }
4117
+ ],
4118
+ "events": [
4119
+ {
4120
+ "name": "change",
4121
+ "detail": {
4122
+ "annotation": {
4123
+ "type": "union",
4124
+ "types": [
4125
+ {
4126
+ "type": "reference",
4127
+ "typeName": {
4128
+ "type": "identifier",
4129
+ "name": "ActionItem"
4130
+ }
4131
+ },
4132
+ {
4133
+ "type": "keyword",
4134
+ "value": "null"
4135
+ }
4136
+ ]
4137
+ }
4138
+ }
4139
+ }
4140
+ ],
4141
+ "methods": [],
4142
+ "types": [
4143
+ {
4144
+ "type": "interface",
4145
+ "name": "ActionItem",
4146
+ "body": [
4147
+ {
4148
+ "type": "propertySignature",
4149
+ "key": {
4150
+ "type": "identifier",
4151
+ "name": "text"
4152
+ },
4153
+ "annotation": {
4154
+ "type": "keyword",
4155
+ "value": "string"
4156
+ },
4157
+ "computed": false
4158
+ },
4159
+ {
4160
+ "type": "propertySignature",
4161
+ "key": {
4162
+ "type": "identifier",
4163
+ "name": "key"
4164
+ },
4165
+ "annotation": {
4166
+ "type": "keyword",
4167
+ "value": "string"
4168
+ },
4169
+ "computed": false
4170
+ },
4171
+ {
4172
+ "type": "propertySignature",
4173
+ "key": {
4174
+ "type": "identifier",
4175
+ "name": "icon"
4176
+ },
4177
+ "annotation": {
4178
+ "type": "reference",
4179
+ "typeName": {
4180
+ "type": "identifier",
4181
+ "name": "GeneralIconProps"
4182
+ }
4183
+ },
4184
+ "optional": true,
4185
+ "computed": false
4186
+ },
4187
+ {
4188
+ "type": "propertySignature",
4189
+ "key": {
4190
+ "type": "identifier",
4191
+ "name": "hidden"
4192
+ },
4193
+ "annotation": {
4194
+ "type": "keyword",
4195
+ "value": "boolean"
4196
+ },
4197
+ "optional": true,
4198
+ "computed": false
4199
+ }
4200
+ ]
4201
+ }
4202
+ ]
4203
+ },
4204
+ "ai-portal.project-conversations": {
4205
+ "properties": [
4206
+ {
4207
+ "name": "list",
4208
+ "annotation": {
4209
+ "type": "array",
4210
+ "elementType": {
4211
+ "type": "reference",
4212
+ "typeName": {
4213
+ "type": "identifier",
4214
+ "name": "Conversation"
4215
+ }
4216
+ }
4217
+ }
4218
+ },
4219
+ {
4220
+ "name": "urlTemplate",
4221
+ "annotation": {
4222
+ "type": "keyword",
4223
+ "value": "string"
4224
+ }
4225
+ },
4226
+ {
4227
+ "name": "actions",
4228
+ "annotation": {
4229
+ "type": "array",
4230
+ "elementType": {
4231
+ "type": "reference",
4232
+ "typeName": {
4233
+ "type": "identifier",
4234
+ "name": "ActionType"
4235
+ }
4236
+ }
4237
+ }
4238
+ },
4239
+ {
4240
+ "name": "goals",
4241
+ "annotation": {
4242
+ "type": "array",
4243
+ "elementType": {
4244
+ "type": "reference",
4245
+ "typeName": {
4246
+ "type": "identifier",
4247
+ "name": "Goal"
4248
+ }
4249
+ }
4250
+ }
4251
+ }
4252
+ ],
4253
+ "events": [
4254
+ {
4255
+ "name": "goal.click",
4256
+ "detail": {
4257
+ "annotation": {
4258
+ "type": "reference",
4259
+ "typeName": {
4260
+ "type": "identifier",
4261
+ "name": "Conversation"
4262
+ }
4263
+ }
4264
+ }
4265
+ },
4266
+ {
4267
+ "name": "action.click",
4268
+ "detail": {
4269
+ "annotation": {
4270
+ "type": "reference",
4271
+ "typeName": {
4272
+ "type": "identifier",
4273
+ "name": "ActionClickDetail"
4274
+ }
4275
+ }
4276
+ }
4277
+ }
4278
+ ],
4279
+ "methods": [],
4280
+ "types": [
4281
+ {
4282
+ "type": "interface",
4283
+ "name": "Conversation",
4284
+ "body": [
4285
+ {
4286
+ "type": "propertySignature",
4287
+ "key": {
4288
+ "type": "identifier",
4289
+ "name": "conversationId"
4290
+ },
4291
+ "annotation": {
4292
+ "type": "keyword",
4293
+ "value": "string"
4294
+ },
4295
+ "computed": false
4296
+ },
4297
+ {
4298
+ "type": "propertySignature",
4299
+ "key": {
4300
+ "type": "identifier",
4301
+ "name": "title"
4302
+ },
4303
+ "annotation": {
4304
+ "type": "keyword",
4305
+ "value": "string"
4306
+ },
4307
+ "computed": false
4308
+ },
4309
+ {
4310
+ "type": "propertySignature",
4311
+ "key": {
4312
+ "type": "identifier",
4313
+ "name": "startTime"
4314
+ },
4315
+ "annotation": {
4316
+ "type": "keyword",
4317
+ "value": "number"
4318
+ },
4319
+ "computed": false
4320
+ },
4321
+ {
4322
+ "type": "propertySignature",
4323
+ "key": {
4324
+ "type": "identifier",
4325
+ "name": "description"
4326
+ },
4327
+ "annotation": {
4328
+ "type": "keyword",
4329
+ "value": "string"
4330
+ },
4331
+ "optional": true,
4332
+ "computed": false
4333
+ },
4334
+ {
4335
+ "type": "propertySignature",
4336
+ "key": {
4337
+ "type": "identifier",
4338
+ "name": "goalInstanceId"
4339
+ },
4340
+ "annotation": {
4341
+ "type": "keyword",
4342
+ "value": "string"
4343
+ },
4344
+ "optional": true,
4345
+ "computed": false
4346
+ },
4347
+ {
4348
+ "type": "propertySignature",
4349
+ "key": {
4350
+ "type": "identifier",
4351
+ "name": "username"
4352
+ },
4353
+ "annotation": {
4354
+ "type": "keyword",
4355
+ "value": "string"
4356
+ },
4357
+ "optional": true,
4358
+ "computed": false
4359
+ }
4360
+ ]
4361
+ },
4362
+ {
4363
+ "type": "interface",
4364
+ "name": "Goal",
4302
4365
  "body": [
4303
4366
  {
4304
4367
  "type": "propertySignature",
4305
4368
  "key": {
4306
4369
  "type": "identifier",
4307
- "name": "action_type"
4370
+ "name": "instanceId"
4308
4371
  },
4309
4372
  "annotation": {
4310
- "type": "jsLiteral",
4311
- "value": "add_comment"
4373
+ "type": "keyword",
4374
+ "value": "string"
4312
4375
  },
4313
4376
  "computed": false
4314
4377
  },
@@ -4316,51 +4379,32 @@
4316
4379
  "type": "propertySignature",
4317
4380
  "key": {
4318
4381
  "type": "identifier",
4319
- "name": "metadata"
4382
+ "name": "title"
4320
4383
  },
4321
4384
  "annotation": {
4322
- "type": "typeLiteral",
4323
- "members": [
4324
- {
4325
- "type": "propertySignature",
4326
- "key": {
4327
- "type": "identifier",
4328
- "name": "comment_content"
4329
- },
4330
- "annotation": {
4331
- "type": "keyword",
4332
- "value": "string"
4333
- },
4334
- "computed": false
4335
- }
4336
- ]
4385
+ "type": "keyword",
4386
+ "value": "string"
4337
4387
  },
4338
4388
  "computed": false
4339
4389
  }
4340
- ],
4341
- "extends": [
4342
- {
4343
- "type": "expressionWithTypeArguments",
4344
- "expression": {
4345
- "type": "identifier",
4346
- "name": "ActivityBase"
4347
- }
4348
- }
4349
4390
  ]
4350
4391
  },
4351
4392
  {
4352
4393
  "type": "interface",
4353
- "name": "ActivityOfStartConversation",
4394
+ "name": "ActionClickDetail",
4354
4395
  "body": [
4355
4396
  {
4356
4397
  "type": "propertySignature",
4357
4398
  "key": {
4358
4399
  "type": "identifier",
4359
- "name": "action_type"
4400
+ "name": "action"
4360
4401
  },
4361
4402
  "annotation": {
4362
- "type": "jsLiteral",
4363
- "value": "start_conversation"
4403
+ "type": "reference",
4404
+ "typeName": {
4405
+ "type": "identifier",
4406
+ "name": "SimpleActionType"
4407
+ }
4364
4408
  },
4365
4409
  "computed": false
4366
4410
  },
@@ -4368,61 +4412,17 @@
4368
4412
  "type": "propertySignature",
4369
4413
  "key": {
4370
4414
  "type": "identifier",
4371
- "name": "metadata"
4415
+ "name": "item"
4372
4416
  },
4373
4417
  "annotation": {
4374
- "type": "typeLiteral",
4375
- "members": [
4376
- {
4377
- "type": "propertySignature",
4378
- "key": {
4379
- "type": "identifier",
4380
- "name": "conversation_id"
4381
- },
4382
- "annotation": {
4383
- "type": "keyword",
4384
- "value": "string"
4385
- },
4386
- "computed": false
4387
- },
4388
- {
4389
- "type": "propertySignature",
4390
- "key": {
4391
- "type": "identifier",
4392
- "name": "conversation_title"
4393
- },
4394
- "annotation": {
4395
- "type": "keyword",
4396
- "value": "string"
4397
- },
4398
- "computed": false
4399
- },
4400
- {
4401
- "type": "propertySignature",
4402
- "key": {
4403
- "type": "identifier",
4404
- "name": "conversation_description"
4405
- },
4406
- "annotation": {
4407
- "type": "keyword",
4408
- "value": "string"
4409
- },
4410
- "optional": true,
4411
- "computed": false
4412
- }
4413
- ]
4418
+ "type": "reference",
4419
+ "typeName": {
4420
+ "type": "identifier",
4421
+ "name": "Conversation"
4422
+ }
4414
4423
  },
4415
4424
  "computed": false
4416
4425
  }
4417
- ],
4418
- "extends": [
4419
- {
4420
- "type": "expressionWithTypeArguments",
4421
- "expression": {
4422
- "type": "identifier",
4423
- "name": "ActivityBase"
4424
- }
4425
- }
4426
4426
  ]
4427
4427
  }
4428
4428
  ]
@@ -5561,7 +5561,7 @@
5561
5561
  }
5562
5562
  ]
5563
5563
  },
5564
- "ai-portal.notice-list": {
5564
+ "ai-portal.notice-dropdown": {
5565
5565
  "properties": [
5566
5566
  {
5567
5567
  "name": "dataSource",
@@ -5576,6 +5576,16 @@
5576
5576
  }
5577
5577
  }
5578
5578
  },
5579
+ {
5580
+ "name": "popoverPlacement",
5581
+ "annotation": {
5582
+ "type": "reference",
5583
+ "typeName": {
5584
+ "type": "identifier",
5585
+ "name": "Placement"
5586
+ }
5587
+ }
5588
+ },
5579
5589
  {
5580
5590
  "name": "emptyText",
5581
5591
  "annotation": {
@@ -5583,6 +5593,13 @@
5583
5593
  "value": "string"
5584
5594
  }
5585
5595
  },
5596
+ {
5597
+ "name": "notifyCenterUrl",
5598
+ "annotation": {
5599
+ "type": "keyword",
5600
+ "value": "string"
5601
+ }
5602
+ },
5586
5603
  {
5587
5604
  "name": "urlTemplate",
5588
5605
  "annotation": {
@@ -5601,14 +5618,44 @@
5601
5618
  }
5602
5619
  },
5603
5620
  {
5604
- "name": "selectedIds",
5621
+ "name": "dropdownMaxWidth",
5605
5622
  "annotation": {
5606
- "type": "array",
5607
- "elementType": {
5608
- "type": "keyword",
5609
- "value": "string"
5623
+ "type": "union",
5624
+ "types": [
5625
+ {
5626
+ "type": "keyword",
5627
+ "value": "string"
5628
+ },
5629
+ {
5630
+ "type": "keyword",
5631
+ "value": "number"
5632
+ }
5633
+ ]
5634
+ }
5635
+ },
5636
+ {
5637
+ "name": "dropdownContentStyle",
5638
+ "annotation": {
5639
+ "type": "reference",
5640
+ "typeName": {
5641
+ "type": "qualifiedName",
5642
+ "left": {
5643
+ "type": "identifier",
5644
+ "name": "React"
5645
+ },
5646
+ "right": {
5647
+ "type": "identifier",
5648
+ "name": "CSSProperties"
5649
+ }
5610
5650
  }
5611
5651
  }
5652
+ },
5653
+ {
5654
+ "name": "hideNotifyCenterButton",
5655
+ "annotation": {
5656
+ "type": "keyword",
5657
+ "value": "boolean"
5658
+ }
5612
5659
  }
5613
5660
  ],
5614
5661
  "events": [
@@ -5624,21 +5671,6 @@
5624
5671
  }
5625
5672
  }
5626
5673
  },
5627
- {
5628
- "name": "mark.items.read",
5629
- "detail": {
5630
- "annotation": {
5631
- "type": "array",
5632
- "elementType": {
5633
- "type": "reference",
5634
- "typeName": {
5635
- "type": "identifier",
5636
- "name": "NoticeItem"
5637
- }
5638
- }
5639
- }
5640
- }
5641
- },
5642
5674
  {
5643
5675
  "name": "mark.all.read",
5644
5676
  "detail": {
@@ -5746,7 +5778,7 @@
5746
5778
  }
5747
5779
  ]
5748
5780
  },
5749
- "ai-portal.notice-dropdown": {
5781
+ "ai-portal.notice-list": {
5750
5782
  "properties": [
5751
5783
  {
5752
5784
  "name": "dataSource",
@@ -5761,16 +5793,6 @@
5761
5793
  }
5762
5794
  }
5763
5795
  },
5764
- {
5765
- "name": "popoverPlacement",
5766
- "annotation": {
5767
- "type": "reference",
5768
- "typeName": {
5769
- "type": "identifier",
5770
- "name": "Placement"
5771
- }
5772
- }
5773
- },
5774
5796
  {
5775
5797
  "name": "emptyText",
5776
5798
  "annotation": {
@@ -5778,13 +5800,6 @@
5778
5800
  "value": "string"
5779
5801
  }
5780
5802
  },
5781
- {
5782
- "name": "notifyCenterUrl",
5783
- "annotation": {
5784
- "type": "keyword",
5785
- "value": "string"
5786
- }
5787
- },
5788
5803
  {
5789
5804
  "name": "urlTemplate",
5790
5805
  "annotation": {
@@ -5803,44 +5818,14 @@
5803
5818
  }
5804
5819
  },
5805
5820
  {
5806
- "name": "dropdownMaxWidth",
5807
- "annotation": {
5808
- "type": "union",
5809
- "types": [
5810
- {
5811
- "type": "keyword",
5812
- "value": "string"
5813
- },
5814
- {
5815
- "type": "keyword",
5816
- "value": "number"
5817
- }
5818
- ]
5819
- }
5820
- },
5821
- {
5822
- "name": "dropdownContentStyle",
5821
+ "name": "selectedIds",
5823
5822
  "annotation": {
5824
- "type": "reference",
5825
- "typeName": {
5826
- "type": "qualifiedName",
5827
- "left": {
5828
- "type": "identifier",
5829
- "name": "React"
5830
- },
5831
- "right": {
5832
- "type": "identifier",
5833
- "name": "CSSProperties"
5834
- }
5823
+ "type": "array",
5824
+ "elementType": {
5825
+ "type": "keyword",
5826
+ "value": "string"
5835
5827
  }
5836
5828
  }
5837
- },
5838
- {
5839
- "name": "hideNotifyCenterButton",
5840
- "annotation": {
5841
- "type": "keyword",
5842
- "value": "boolean"
5843
- }
5844
5829
  }
5845
5830
  ],
5846
5831
  "events": [
@@ -5856,6 +5841,21 @@
5856
5841
  }
5857
5842
  }
5858
5843
  },
5844
+ {
5845
+ "name": "mark.items.read",
5846
+ "detail": {
5847
+ "annotation": {
5848
+ "type": "array",
5849
+ "elementType": {
5850
+ "type": "reference",
5851
+ "typeName": {
5852
+ "type": "identifier",
5853
+ "name": "NoticeItem"
5854
+ }
5855
+ }
5856
+ }
5857
+ }
5858
+ },
5859
5859
  {
5860
5860
  "name": "mark.all.read",
5861
5861
  "detail": {