@next-bricks/ai-portal 0.61.5 → 0.62.0

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 (30) hide show
  1. package/dist/bricks.json +33 -33
  2. package/dist/chunks/7059.deba5fdf.js +3 -0
  3. package/dist/chunks/7059.deba5fdf.js.map +1 -0
  4. package/dist/chunks/9164.0c83f320.js +2 -0
  5. package/dist/chunks/9164.0c83f320.js.map +1 -0
  6. package/dist/chunks/elevo-sidebar.bf206b94.js +3 -0
  7. package/dist/chunks/elevo-sidebar.bf206b94.js.map +1 -0
  8. package/dist/chunks/{main.ffd5eb79.js → main.cdefa49e.js} +2 -2
  9. package/dist/chunks/{main.ffd5eb79.js.map → main.cdefa49e.js.map} +1 -1
  10. package/dist/examples.json +11 -11
  11. package/dist/index.2cb42eef.js +2 -0
  12. package/dist/{index.fb9364a3.js.map → index.2cb42eef.js.map} +1 -1
  13. package/dist/manifest.json +211 -193
  14. package/dist/types.json +640 -585
  15. package/dist-types/elevo-sidebar/ChatHistory.d.ts +3 -0
  16. package/dist-types/elevo-sidebar/SpaceNav.d.ts +4 -1
  17. package/dist-types/elevo-sidebar/constants.d.ts +2 -0
  18. package/dist-types/elevo-sidebar/i18n.d.ts +2 -1
  19. package/dist-types/elevo-sidebar/index.d.ts +2 -0
  20. package/dist-types/jsx.d.ts +2 -0
  21. package/package.json +2 -2
  22. package/dist/chunks/7059.d0080bc9.js +0 -3
  23. package/dist/chunks/7059.d0080bc9.js.map +0 -1
  24. package/dist/chunks/9164.ce503deb.js +0 -2
  25. package/dist/chunks/9164.ce503deb.js.map +0 -1
  26. package/dist/chunks/elevo-sidebar.7fa9b191.js +0 -3
  27. package/dist/chunks/elevo-sidebar.7fa9b191.js.map +0 -1
  28. package/dist/index.fb9364a3.js +0 -2
  29. /package/dist/chunks/{7059.d0080bc9.js.LICENSE.txt → 7059.deba5fdf.js.LICENSE.txt} +0 -0
  30. /package/dist/chunks/{elevo-sidebar.7fa9b191.js.LICENSE.txt → elevo-sidebar.bf206b94.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -4078,6 +4078,481 @@
4078
4078
  }
4079
4079
  ]
4080
4080
  },
4081
+ "ai-portal.chat-input": {
4082
+ "properties": [
4083
+ {
4084
+ "name": "placeholder",
4085
+ "annotation": {
4086
+ "type": "keyword",
4087
+ "value": "string"
4088
+ }
4089
+ },
4090
+ {
4091
+ "name": "autoFocus",
4092
+ "annotation": {
4093
+ "type": "keyword",
4094
+ "value": "boolean"
4095
+ }
4096
+ },
4097
+ {
4098
+ "name": "submitDisabled",
4099
+ "annotation": {
4100
+ "type": "keyword",
4101
+ "value": "boolean"
4102
+ }
4103
+ },
4104
+ {
4105
+ "name": "supportsTerminate",
4106
+ "annotation": {
4107
+ "type": "keyword",
4108
+ "value": "boolean"
4109
+ }
4110
+ },
4111
+ {
4112
+ "name": "terminating",
4113
+ "annotation": {
4114
+ "type": "keyword",
4115
+ "value": "boolean"
4116
+ }
4117
+ },
4118
+ {
4119
+ "name": "uploadOptions",
4120
+ "annotation": {
4121
+ "type": "reference",
4122
+ "typeName": {
4123
+ "type": "identifier",
4124
+ "name": "UploadOptions"
4125
+ }
4126
+ }
4127
+ },
4128
+ {
4129
+ "name": "aiEmployees",
4130
+ "annotation": {
4131
+ "type": "array",
4132
+ "elementType": {
4133
+ "type": "reference",
4134
+ "typeName": {
4135
+ "type": "identifier",
4136
+ "name": "AIEmployee"
4137
+ }
4138
+ }
4139
+ }
4140
+ },
4141
+ {
4142
+ "name": "commands",
4143
+ "annotation": {
4144
+ "type": "array",
4145
+ "elementType": {
4146
+ "type": "reference",
4147
+ "typeName": {
4148
+ "type": "identifier",
4149
+ "name": "Command"
4150
+ }
4151
+ }
4152
+ }
4153
+ },
4154
+ {
4155
+ "name": "suggestionsPlacement",
4156
+ "annotation": {
4157
+ "type": "union",
4158
+ "types": [
4159
+ {
4160
+ "type": "jsLiteral",
4161
+ "value": "top"
4162
+ },
4163
+ {
4164
+ "type": "jsLiteral",
4165
+ "value": "bottom"
4166
+ }
4167
+ ]
4168
+ }
4169
+ }
4170
+ ],
4171
+ "events": [
4172
+ {
4173
+ "name": "message.submit",
4174
+ "detail": {
4175
+ "annotation": {
4176
+ "type": "keyword",
4177
+ "value": "string"
4178
+ }
4179
+ }
4180
+ },
4181
+ {
4182
+ "name": "chat.submit",
4183
+ "detail": {
4184
+ "annotation": {
4185
+ "type": "reference",
4186
+ "typeName": {
4187
+ "type": "identifier",
4188
+ "name": "ChatPayload"
4189
+ }
4190
+ }
4191
+ }
4192
+ },
4193
+ {
4194
+ "name": "terminate",
4195
+ "detail": {
4196
+ "annotation": {
4197
+ "type": "keyword",
4198
+ "value": "void"
4199
+ }
4200
+ }
4201
+ }
4202
+ ],
4203
+ "methods": [],
4204
+ "types": [
4205
+ {
4206
+ "type": "interface",
4207
+ "name": "UploadOptions",
4208
+ "body": [
4209
+ {
4210
+ "type": "propertySignature",
4211
+ "key": {
4212
+ "type": "identifier",
4213
+ "name": "enabled"
4214
+ },
4215
+ "annotation": {
4216
+ "type": "keyword",
4217
+ "value": "boolean"
4218
+ },
4219
+ "optional": true,
4220
+ "computed": false
4221
+ },
4222
+ {
4223
+ "type": "propertySignature",
4224
+ "key": {
4225
+ "type": "identifier",
4226
+ "name": "dragDisabled"
4227
+ },
4228
+ "annotation": {
4229
+ "type": "keyword",
4230
+ "value": "boolean"
4231
+ },
4232
+ "optional": true,
4233
+ "computed": false
4234
+ },
4235
+ {
4236
+ "type": "propertySignature",
4237
+ "key": {
4238
+ "type": "identifier",
4239
+ "name": "dragTips"
4240
+ },
4241
+ "annotation": {
4242
+ "type": "keyword",
4243
+ "value": "string"
4244
+ },
4245
+ "optional": true,
4246
+ "computed": false
4247
+ },
4248
+ {
4249
+ "type": "propertySignature",
4250
+ "key": {
4251
+ "type": "identifier",
4252
+ "name": "accept"
4253
+ },
4254
+ "annotation": {
4255
+ "type": "keyword",
4256
+ "value": "string"
4257
+ },
4258
+ "optional": true,
4259
+ "computed": false
4260
+ },
4261
+ {
4262
+ "type": "propertySignature",
4263
+ "key": {
4264
+ "type": "identifier",
4265
+ "name": "maxFiles"
4266
+ },
4267
+ "annotation": {
4268
+ "type": "keyword",
4269
+ "value": "number"
4270
+ },
4271
+ "optional": true,
4272
+ "computed": false
4273
+ },
4274
+ {
4275
+ "type": "propertySignature",
4276
+ "key": {
4277
+ "type": "identifier",
4278
+ "name": "maxSize"
4279
+ },
4280
+ "annotation": {
4281
+ "type": "keyword",
4282
+ "value": "number"
4283
+ },
4284
+ "optional": true,
4285
+ "computed": false,
4286
+ "description": "In bytes"
4287
+ },
4288
+ {
4289
+ "type": "propertySignature",
4290
+ "key": {
4291
+ "type": "identifier",
4292
+ "name": "readableAccept"
4293
+ },
4294
+ "annotation": {
4295
+ "type": "keyword",
4296
+ "value": "string"
4297
+ },
4298
+ "optional": true,
4299
+ "computed": false
4300
+ },
4301
+ {
4302
+ "type": "propertySignature",
4303
+ "key": {
4304
+ "type": "identifier",
4305
+ "name": "readableMaxSize"
4306
+ },
4307
+ "annotation": {
4308
+ "type": "keyword",
4309
+ "value": "string"
4310
+ },
4311
+ "optional": true,
4312
+ "computed": false
4313
+ }
4314
+ ]
4315
+ },
4316
+ {
4317
+ "type": "interface",
4318
+ "name": "AIEmployee",
4319
+ "body": [
4320
+ {
4321
+ "type": "propertySignature",
4322
+ "key": {
4323
+ "type": "identifier",
4324
+ "name": "employeeId"
4325
+ },
4326
+ "annotation": {
4327
+ "type": "keyword",
4328
+ "value": "string"
4329
+ },
4330
+ "computed": false
4331
+ },
4332
+ {
4333
+ "type": "propertySignature",
4334
+ "key": {
4335
+ "type": "identifier",
4336
+ "name": "name"
4337
+ },
4338
+ "annotation": {
4339
+ "type": "keyword",
4340
+ "value": "string"
4341
+ },
4342
+ "computed": false
4343
+ }
4344
+ ]
4345
+ },
4346
+ {
4347
+ "type": "interface",
4348
+ "name": "Command",
4349
+ "body": [
4350
+ {
4351
+ "type": "propertySignature",
4352
+ "key": {
4353
+ "type": "identifier",
4354
+ "name": "label"
4355
+ },
4356
+ "annotation": {
4357
+ "type": "keyword",
4358
+ "value": "string"
4359
+ },
4360
+ "computed": false
4361
+ },
4362
+ {
4363
+ "type": "propertySignature",
4364
+ "key": {
4365
+ "type": "identifier",
4366
+ "name": "value"
4367
+ },
4368
+ "annotation": {
4369
+ "type": "keyword",
4370
+ "value": "string"
4371
+ },
4372
+ "computed": false
4373
+ },
4374
+ {
4375
+ "type": "propertySignature",
4376
+ "key": {
4377
+ "type": "identifier",
4378
+ "name": "groupKey"
4379
+ },
4380
+ "annotation": {
4381
+ "type": "keyword",
4382
+ "value": "string"
4383
+ },
4384
+ "optional": true,
4385
+ "computed": false
4386
+ },
4387
+ {
4388
+ "type": "propertySignature",
4389
+ "key": {
4390
+ "type": "identifier",
4391
+ "name": "groupLabel"
4392
+ },
4393
+ "annotation": {
4394
+ "type": "keyword",
4395
+ "value": "string"
4396
+ },
4397
+ "optional": true,
4398
+ "computed": false
4399
+ },
4400
+ {
4401
+ "type": "propertySignature",
4402
+ "key": {
4403
+ "type": "identifier",
4404
+ "name": "subCommands"
4405
+ },
4406
+ "annotation": {
4407
+ "type": "array",
4408
+ "elementType": {
4409
+ "type": "reference",
4410
+ "typeName": {
4411
+ "type": "identifier",
4412
+ "name": "Command"
4413
+ }
4414
+ }
4415
+ },
4416
+ "optional": true,
4417
+ "computed": false
4418
+ },
4419
+ {
4420
+ "type": "propertySignature",
4421
+ "key": {
4422
+ "type": "identifier",
4423
+ "name": "payload"
4424
+ },
4425
+ "annotation": {
4426
+ "type": "reference",
4427
+ "typeName": {
4428
+ "type": "identifier",
4429
+ "name": "CommandPayload"
4430
+ }
4431
+ },
4432
+ "optional": true,
4433
+ "computed": false
4434
+ }
4435
+ ]
4436
+ },
4437
+ {
4438
+ "type": "interface",
4439
+ "name": "ChatPayload",
4440
+ "body": [
4441
+ {
4442
+ "type": "propertySignature",
4443
+ "key": {
4444
+ "type": "identifier",
4445
+ "name": "content"
4446
+ },
4447
+ "annotation": {
4448
+ "type": "keyword",
4449
+ "value": "string"
4450
+ },
4451
+ "computed": false
4452
+ }
4453
+ ],
4454
+ "extends": [
4455
+ {
4456
+ "type": "expressionWithTypeArguments",
4457
+ "expression": {
4458
+ "type": "identifier",
4459
+ "name": "ExtraChatPayload"
4460
+ }
4461
+ }
4462
+ ]
4463
+ },
4464
+ {
4465
+ "type": "interface",
4466
+ "name": "ExtraChatPayload",
4467
+ "body": [
4468
+ {
4469
+ "type": "propertySignature",
4470
+ "key": {
4471
+ "type": "identifier",
4472
+ "name": "files"
4473
+ },
4474
+ "annotation": {
4475
+ "type": "array",
4476
+ "elementType": {
4477
+ "type": "reference",
4478
+ "typeName": {
4479
+ "type": "identifier",
4480
+ "name": "UploadFileInfo"
4481
+ }
4482
+ }
4483
+ },
4484
+ "optional": true,
4485
+ "computed": false
4486
+ },
4487
+ {
4488
+ "type": "propertySignature",
4489
+ "key": {
4490
+ "type": "identifier",
4491
+ "name": "cmd"
4492
+ },
4493
+ "annotation": {
4494
+ "type": "union",
4495
+ "types": [
4496
+ {
4497
+ "type": "reference",
4498
+ "typeName": {
4499
+ "type": "identifier",
4500
+ "name": "CommandPayload"
4501
+ }
4502
+ },
4503
+ {
4504
+ "type": "keyword",
4505
+ "value": "null"
4506
+ }
4507
+ ]
4508
+ },
4509
+ "optional": true,
4510
+ "computed": false
4511
+ },
4512
+ {
4513
+ "type": "propertySignature",
4514
+ "key": {
4515
+ "type": "identifier",
4516
+ "name": "aiEmployeeId"
4517
+ },
4518
+ "annotation": {
4519
+ "type": "union",
4520
+ "types": [
4521
+ {
4522
+ "type": "keyword",
4523
+ "value": "string"
4524
+ },
4525
+ {
4526
+ "type": "keyword",
4527
+ "value": "null"
4528
+ }
4529
+ ]
4530
+ },
4531
+ "optional": true,
4532
+ "computed": false
4533
+ }
4534
+ ]
4535
+ },
4536
+ {
4537
+ "type": "interface",
4538
+ "name": "UploadFileInfo",
4539
+ "body": [
4540
+ {
4541
+ "type": "propertySignature",
4542
+ "key": {
4543
+ "type": "identifier",
4544
+ "name": "fileId"
4545
+ },
4546
+ "annotation": {
4547
+ "type": "keyword",
4548
+ "value": "string"
4549
+ },
4550
+ "computed": false
4551
+ }
4552
+ ]
4553
+ }
4554
+ ]
4555
+ },
4081
4556
  "ai-portal.show-case": {
4082
4557
  "properties": [
4083
4558
  {
@@ -4641,240 +5116,7 @@
4641
5116
  },
4642
5117
  "annotation": {
4643
5118
  "type": "keyword",
4644
- "value": "string"
4645
- },
4646
- "computed": false
4647
- },
4648
- {
4649
- "type": "propertySignature",
4650
- "key": {
4651
- "type": "identifier",
4652
- "name": "taskId"
4653
- },
4654
- "annotation": {
4655
- "type": "keyword",
4656
- "value": "string"
4657
- },
4658
- "optional": true,
4659
- "computed": false
4660
- },
4661
- {
4662
- "type": "propertySignature",
4663
- "key": {
4664
- "type": "identifier",
4665
- "name": "state"
4666
- },
4667
- "annotation": {
4668
- "type": "union",
4669
- "types": [
4670
- {
4671
- "type": "reference",
4672
- "typeName": {
4673
- "type": "identifier",
4674
- "name": "TaskState"
4675
- }
4676
- },
4677
- {
4678
- "type": "reference",
4679
- "typeName": {
4680
- "type": "identifier",
4681
- "name": "JobState"
4682
- }
4683
- }
4684
- ]
4685
- },
4686
- "optional": true,
4687
- "computed": false
4688
- },
4689
- {
4690
- "type": "propertySignature",
4691
- "key": {
4692
- "type": "identifier",
4693
- "name": "startTime"
4694
- },
4695
- "annotation": {
4696
- "type": "keyword",
4697
- "value": "number"
4698
- },
4699
- "optional": true,
4700
- "computed": false
4701
- },
4702
- {
4703
- "type": "propertySignature",
4704
- "key": {
4705
- "type": "identifier",
4706
- "name": "endTime"
4707
- },
4708
- "annotation": {
4709
- "type": "keyword",
4710
- "value": "number"
4711
- },
4712
- "optional": true,
4713
- "computed": false
4714
- }
4715
- ]
4716
- }
4717
- ]
4718
- },
4719
- "ai-portal.notice-dropdown": {
4720
- "properties": [
4721
- {
4722
- "name": "dataSource",
4723
- "annotation": {
4724
- "type": "array",
4725
- "elementType": {
4726
- "type": "reference",
4727
- "typeName": {
4728
- "type": "identifier",
4729
- "name": "NoticeItem"
4730
- }
4731
- }
4732
- }
4733
- },
4734
- {
4735
- "name": "popoverPlacement",
4736
- "annotation": {
4737
- "type": "reference",
4738
- "typeName": {
4739
- "type": "identifier",
4740
- "name": "Placement"
4741
- }
4742
- }
4743
- },
4744
- {
4745
- "name": "emptyText",
4746
- "annotation": {
4747
- "type": "keyword",
4748
- "value": "string"
4749
- }
4750
- },
4751
- {
4752
- "name": "notifyCenterUrl",
4753
- "annotation": {
4754
- "type": "keyword",
4755
- "value": "string"
4756
- }
4757
- },
4758
- {
4759
- "name": "urlTemplate",
4760
- "annotation": {
4761
- "type": "keyword",
4762
- "value": "string"
4763
- }
4764
- },
4765
- {
4766
- "name": "urlTarget",
4767
- "annotation": {
4768
- "type": "reference",
4769
- "typeName": {
4770
- "type": "identifier",
4771
- "name": "Target"
4772
- }
4773
- }
4774
- },
4775
- {
4776
- "name": "dropdownMaxWidth",
4777
- "annotation": {
4778
- "type": "union",
4779
- "types": [
4780
- {
4781
- "type": "keyword",
4782
- "value": "string"
4783
- },
4784
- {
4785
- "type": "keyword",
4786
- "value": "number"
4787
- }
4788
- ]
4789
- }
4790
- },
4791
- {
4792
- "name": "dropdownContentStyle",
4793
- "annotation": {
4794
- "type": "reference",
4795
- "typeName": {
4796
- "type": "qualifiedName",
4797
- "left": {
4798
- "type": "identifier",
4799
- "name": "React"
4800
- },
4801
- "right": {
4802
- "type": "identifier",
4803
- "name": "CSSProperties"
4804
- }
4805
- }
4806
- }
4807
- },
4808
- {
4809
- "name": "hideNotifyCenterButton",
4810
- "annotation": {
4811
- "type": "keyword",
4812
- "value": "boolean"
4813
- }
4814
- }
4815
- ],
4816
- "events": [
4817
- {
4818
- "name": "notice.click",
4819
- "detail": {
4820
- "annotation": {
4821
- "type": "reference",
4822
- "typeName": {
4823
- "type": "identifier",
4824
- "name": "NoticeItem"
4825
- }
4826
- }
4827
- }
4828
- },
4829
- {
4830
- "name": "mark.all.read",
4831
- "detail": {
4832
- "annotation": {
4833
- "type": "keyword",
4834
- "value": "void"
4835
- }
4836
- }
4837
- }
4838
- ],
4839
- "methods": [],
4840
- "types": [
4841
- {
4842
- "type": "interface",
4843
- "name": "NoticeItem",
4844
- "body": [
4845
- {
4846
- "type": "propertySignature",
4847
- "key": {
4848
- "type": "identifier",
4849
- "name": "id"
4850
- },
4851
- "annotation": {
4852
- "type": "keyword",
4853
- "value": "string"
4854
- },
4855
- "computed": false
4856
- },
4857
- {
4858
- "type": "propertySignature",
4859
- "key": {
4860
- "type": "identifier",
4861
- "name": "type"
4862
- },
4863
- "annotation": {
4864
- "type": "keyword",
4865
- "value": "string"
4866
- },
4867
- "computed": false
4868
- },
4869
- {
4870
- "type": "propertySignature",
4871
- "key": {
4872
- "type": "identifier",
4873
- "name": "isRead"
4874
- },
4875
- "annotation": {
4876
- "type": "keyword",
4877
- "value": "boolean"
5119
+ "value": "string"
4878
5120
  },
4879
5121
  "computed": false
4880
5122
  },
@@ -4882,23 +5124,39 @@
4882
5124
  "type": "propertySignature",
4883
5125
  "key": {
4884
5126
  "type": "identifier",
4885
- "name": "title"
5127
+ "name": "taskId"
4886
5128
  },
4887
5129
  "annotation": {
4888
5130
  "type": "keyword",
4889
5131
  "value": "string"
4890
5132
  },
5133
+ "optional": true,
4891
5134
  "computed": false
4892
5135
  },
4893
5136
  {
4894
5137
  "type": "propertySignature",
4895
5138
  "key": {
4896
5139
  "type": "identifier",
4897
- "name": "description"
5140
+ "name": "state"
4898
5141
  },
4899
5142
  "annotation": {
4900
- "type": "keyword",
4901
- "value": "string"
5143
+ "type": "union",
5144
+ "types": [
5145
+ {
5146
+ "type": "reference",
5147
+ "typeName": {
5148
+ "type": "identifier",
5149
+ "name": "TaskState"
5150
+ }
5151
+ },
5152
+ {
5153
+ "type": "reference",
5154
+ "typeName": {
5155
+ "type": "identifier",
5156
+ "name": "JobState"
5157
+ }
5158
+ }
5159
+ ]
4902
5160
  },
4903
5161
  "optional": true,
4904
5162
  "computed": false
@@ -4907,27 +5165,27 @@
4907
5165
  "type": "propertySignature",
4908
5166
  "key": {
4909
5167
  "type": "identifier",
4910
- "name": "time"
5168
+ "name": "startTime"
4911
5169
  },
4912
5170
  "annotation": {
4913
5171
  "type": "keyword",
4914
5172
  "value": "number"
4915
5173
  },
5174
+ "optional": true,
4916
5175
  "computed": false
4917
5176
  },
4918
5177
  {
4919
5178
  "type": "propertySignature",
4920
5179
  "key": {
4921
5180
  "type": "identifier",
4922
- "name": "url"
5181
+ "name": "endTime"
4923
5182
  },
4924
5183
  "annotation": {
4925
5184
  "type": "keyword",
4926
- "value": "string"
5185
+ "value": "number"
4927
5186
  },
4928
5187
  "optional": true,
4929
- "computed": false,
4930
- "description": "单个消息详情链接,优先级高于 urlTemplate"
5188
+ "computed": false
4931
5189
  }
4932
5190
  ]
4933
5191
  }
@@ -5118,280 +5376,137 @@
5118
5376
  }
5119
5377
  ]
5120
5378
  },
5121
- "ai-portal.chat-input": {
5379
+ "ai-portal.notice-dropdown": {
5122
5380
  "properties": [
5123
5381
  {
5124
- "name": "placeholder",
5382
+ "name": "dataSource",
5125
5383
  "annotation": {
5126
- "type": "keyword",
5127
- "value": "string"
5384
+ "type": "array",
5385
+ "elementType": {
5386
+ "type": "reference",
5387
+ "typeName": {
5388
+ "type": "identifier",
5389
+ "name": "NoticeItem"
5390
+ }
5391
+ }
5128
5392
  }
5129
5393
  },
5130
5394
  {
5131
- "name": "autoFocus",
5395
+ "name": "popoverPlacement",
5132
5396
  "annotation": {
5133
- "type": "keyword",
5134
- "value": "boolean"
5397
+ "type": "reference",
5398
+ "typeName": {
5399
+ "type": "identifier",
5400
+ "name": "Placement"
5401
+ }
5135
5402
  }
5136
5403
  },
5137
5404
  {
5138
- "name": "submitDisabled",
5405
+ "name": "emptyText",
5139
5406
  "annotation": {
5140
5407
  "type": "keyword",
5141
- "value": "boolean"
5408
+ "value": "string"
5142
5409
  }
5143
5410
  },
5144
5411
  {
5145
- "name": "supportsTerminate",
5412
+ "name": "notifyCenterUrl",
5146
5413
  "annotation": {
5147
5414
  "type": "keyword",
5148
- "value": "boolean"
5415
+ "value": "string"
5149
5416
  }
5150
5417
  },
5151
5418
  {
5152
- "name": "terminating",
5419
+ "name": "urlTemplate",
5153
5420
  "annotation": {
5154
5421
  "type": "keyword",
5155
- "value": "boolean"
5422
+ "value": "string"
5156
5423
  }
5157
5424
  },
5158
5425
  {
5159
- "name": "uploadOptions",
5426
+ "name": "urlTarget",
5160
5427
  "annotation": {
5161
5428
  "type": "reference",
5162
5429
  "typeName": {
5163
5430
  "type": "identifier",
5164
- "name": "UploadOptions"
5165
- }
5166
- }
5167
- },
5168
- {
5169
- "name": "aiEmployees",
5170
- "annotation": {
5171
- "type": "array",
5172
- "elementType": {
5173
- "type": "reference",
5174
- "typeName": {
5175
- "type": "identifier",
5176
- "name": "AIEmployee"
5177
- }
5178
- }
5179
- }
5180
- },
5181
- {
5182
- "name": "commands",
5183
- "annotation": {
5184
- "type": "array",
5185
- "elementType": {
5186
- "type": "reference",
5187
- "typeName": {
5188
- "type": "identifier",
5189
- "name": "Command"
5190
- }
5431
+ "name": "Target"
5191
5432
  }
5192
5433
  }
5193
5434
  },
5194
5435
  {
5195
- "name": "suggestionsPlacement",
5436
+ "name": "dropdownMaxWidth",
5196
5437
  "annotation": {
5197
5438
  "type": "union",
5198
5439
  "types": [
5199
5440
  {
5200
- "type": "jsLiteral",
5201
- "value": "top"
5441
+ "type": "keyword",
5442
+ "value": "string"
5202
5443
  },
5203
5444
  {
5204
- "type": "jsLiteral",
5205
- "value": "bottom"
5445
+ "type": "keyword",
5446
+ "value": "number"
5206
5447
  }
5207
5448
  ]
5208
5449
  }
5209
- }
5210
- ],
5211
- "events": [
5212
- {
5213
- "name": "message.submit",
5214
- "detail": {
5215
- "annotation": {
5216
- "type": "keyword",
5217
- "value": "string"
5218
- }
5219
- }
5220
- },
5221
- {
5222
- "name": "chat.submit",
5223
- "detail": {
5224
- "annotation": {
5225
- "type": "reference",
5226
- "typeName": {
5227
- "type": "identifier",
5228
- "name": "ChatPayload"
5229
- }
5230
- }
5231
- }
5232
5450
  },
5233
5451
  {
5234
- "name": "terminate",
5235
- "detail": {
5236
- "annotation": {
5237
- "type": "keyword",
5238
- "value": "void"
5239
- }
5240
- }
5241
- }
5242
- ],
5243
- "methods": [],
5244
- "types": [
5245
- {
5246
- "type": "interface",
5247
- "name": "UploadOptions",
5248
- "body": [
5249
- {
5250
- "type": "propertySignature",
5251
- "key": {
5252
- "type": "identifier",
5253
- "name": "enabled"
5254
- },
5255
- "annotation": {
5256
- "type": "keyword",
5257
- "value": "boolean"
5258
- },
5259
- "optional": true,
5260
- "computed": false
5261
- },
5262
- {
5263
- "type": "propertySignature",
5264
- "key": {
5265
- "type": "identifier",
5266
- "name": "dragDisabled"
5267
- },
5268
- "annotation": {
5269
- "type": "keyword",
5270
- "value": "boolean"
5271
- },
5272
- "optional": true,
5273
- "computed": false
5274
- },
5275
- {
5276
- "type": "propertySignature",
5277
- "key": {
5278
- "type": "identifier",
5279
- "name": "dragTips"
5280
- },
5281
- "annotation": {
5282
- "type": "keyword",
5283
- "value": "string"
5284
- },
5285
- "optional": true,
5286
- "computed": false
5287
- },
5288
- {
5289
- "type": "propertySignature",
5290
- "key": {
5291
- "type": "identifier",
5292
- "name": "accept"
5293
- },
5294
- "annotation": {
5295
- "type": "keyword",
5296
- "value": "string"
5297
- },
5298
- "optional": true,
5299
- "computed": false
5300
- },
5301
- {
5302
- "type": "propertySignature",
5303
- "key": {
5304
- "type": "identifier",
5305
- "name": "maxFiles"
5306
- },
5307
- "annotation": {
5308
- "type": "keyword",
5309
- "value": "number"
5310
- },
5311
- "optional": true,
5312
- "computed": false
5313
- },
5314
- {
5315
- "type": "propertySignature",
5316
- "key": {
5317
- "type": "identifier",
5318
- "name": "maxSize"
5319
- },
5320
- "annotation": {
5321
- "type": "keyword",
5322
- "value": "number"
5323
- },
5324
- "optional": true,
5325
- "computed": false,
5326
- "description": "In bytes"
5327
- },
5328
- {
5329
- "type": "propertySignature",
5330
- "key": {
5331
- "type": "identifier",
5332
- "name": "readableAccept"
5333
- },
5334
- "annotation": {
5335
- "type": "keyword",
5336
- "value": "string"
5337
- },
5338
- "optional": true,
5339
- "computed": false
5340
- },
5341
- {
5342
- "type": "propertySignature",
5343
- "key": {
5452
+ "name": "dropdownContentStyle",
5453
+ "annotation": {
5454
+ "type": "reference",
5455
+ "typeName": {
5456
+ "type": "qualifiedName",
5457
+ "left": {
5344
5458
  "type": "identifier",
5345
- "name": "readableMaxSize"
5346
- },
5347
- "annotation": {
5348
- "type": "keyword",
5349
- "value": "string"
5459
+ "name": "React"
5350
5460
  },
5351
- "optional": true,
5352
- "computed": false
5461
+ "right": {
5462
+ "type": "identifier",
5463
+ "name": "CSSProperties"
5464
+ }
5353
5465
  }
5354
- ]
5466
+ }
5355
5467
  },
5356
5468
  {
5357
- "type": "interface",
5358
- "name": "AIEmployee",
5359
- "body": [
5360
- {
5361
- "type": "propertySignature",
5362
- "key": {
5363
- "type": "identifier",
5364
- "name": "employeeId"
5365
- },
5366
- "annotation": {
5367
- "type": "keyword",
5368
- "value": "string"
5369
- },
5370
- "computed": false
5371
- },
5372
- {
5373
- "type": "propertySignature",
5374
- "key": {
5469
+ "name": "hideNotifyCenterButton",
5470
+ "annotation": {
5471
+ "type": "keyword",
5472
+ "value": "boolean"
5473
+ }
5474
+ }
5475
+ ],
5476
+ "events": [
5477
+ {
5478
+ "name": "notice.click",
5479
+ "detail": {
5480
+ "annotation": {
5481
+ "type": "reference",
5482
+ "typeName": {
5375
5483
  "type": "identifier",
5376
- "name": "name"
5377
- },
5378
- "annotation": {
5379
- "type": "keyword",
5380
- "value": "string"
5381
- },
5382
- "computed": false
5484
+ "name": "NoticeItem"
5485
+ }
5383
5486
  }
5384
- ]
5487
+ }
5385
5488
  },
5489
+ {
5490
+ "name": "mark.all.read",
5491
+ "detail": {
5492
+ "annotation": {
5493
+ "type": "keyword",
5494
+ "value": "void"
5495
+ }
5496
+ }
5497
+ }
5498
+ ],
5499
+ "methods": [],
5500
+ "types": [
5386
5501
  {
5387
5502
  "type": "interface",
5388
- "name": "Command",
5503
+ "name": "NoticeItem",
5389
5504
  "body": [
5390
5505
  {
5391
5506
  "type": "propertySignature",
5392
5507
  "key": {
5393
5508
  "type": "identifier",
5394
- "name": "label"
5509
+ "name": "id"
5395
5510
  },
5396
5511
  "annotation": {
5397
5512
  "type": "keyword",
@@ -5403,7 +5518,7 @@
5403
5518
  "type": "propertySignature",
5404
5519
  "key": {
5405
5520
  "type": "identifier",
5406
- "name": "value"
5521
+ "name": "type"
5407
5522
  },
5408
5523
  "annotation": {
5409
5524
  "type": "keyword",
@@ -5415,112 +5530,36 @@
5415
5530
  "type": "propertySignature",
5416
5531
  "key": {
5417
5532
  "type": "identifier",
5418
- "name": "groupKey"
5533
+ "name": "isRead"
5419
5534
  },
5420
5535
  "annotation": {
5421
5536
  "type": "keyword",
5422
- "value": "string"
5537
+ "value": "boolean"
5423
5538
  },
5424
- "optional": true,
5425
5539
  "computed": false
5426
5540
  },
5427
5541
  {
5428
5542
  "type": "propertySignature",
5429
5543
  "key": {
5430
5544
  "type": "identifier",
5431
- "name": "groupLabel"
5545
+ "name": "title"
5432
5546
  },
5433
5547
  "annotation": {
5434
5548
  "type": "keyword",
5435
5549
  "value": "string"
5436
5550
  },
5437
- "optional": true,
5438
- "computed": false
5439
- },
5440
- {
5441
- "type": "propertySignature",
5442
- "key": {
5443
- "type": "identifier",
5444
- "name": "subCommands"
5445
- },
5446
- "annotation": {
5447
- "type": "array",
5448
- "elementType": {
5449
- "type": "reference",
5450
- "typeName": {
5451
- "type": "identifier",
5452
- "name": "Command"
5453
- }
5454
- }
5455
- },
5456
- "optional": true,
5457
5551
  "computed": false
5458
5552
  },
5459
5553
  {
5460
5554
  "type": "propertySignature",
5461
5555
  "key": {
5462
5556
  "type": "identifier",
5463
- "name": "payload"
5464
- },
5465
- "annotation": {
5466
- "type": "reference",
5467
- "typeName": {
5468
- "type": "identifier",
5469
- "name": "CommandPayload"
5470
- }
5471
- },
5472
- "optional": true,
5473
- "computed": false
5474
- }
5475
- ]
5476
- },
5477
- {
5478
- "type": "interface",
5479
- "name": "ChatPayload",
5480
- "body": [
5481
- {
5482
- "type": "propertySignature",
5483
- "key": {
5484
- "type": "identifier",
5485
- "name": "content"
5557
+ "name": "description"
5486
5558
  },
5487
5559
  "annotation": {
5488
5560
  "type": "keyword",
5489
5561
  "value": "string"
5490
5562
  },
5491
- "computed": false
5492
- }
5493
- ],
5494
- "extends": [
5495
- {
5496
- "type": "expressionWithTypeArguments",
5497
- "expression": {
5498
- "type": "identifier",
5499
- "name": "ExtraChatPayload"
5500
- }
5501
- }
5502
- ]
5503
- },
5504
- {
5505
- "type": "interface",
5506
- "name": "ExtraChatPayload",
5507
- "body": [
5508
- {
5509
- "type": "propertySignature",
5510
- "key": {
5511
- "type": "identifier",
5512
- "name": "files"
5513
- },
5514
- "annotation": {
5515
- "type": "array",
5516
- "elementType": {
5517
- "type": "reference",
5518
- "typeName": {
5519
- "type": "identifier",
5520
- "name": "UploadFileInfo"
5521
- }
5522
- }
5523
- },
5524
5563
  "optional": true,
5525
5564
  "computed": false
5526
5565
  },
@@ -5528,66 +5567,27 @@
5528
5567
  "type": "propertySignature",
5529
5568
  "key": {
5530
5569
  "type": "identifier",
5531
- "name": "cmd"
5570
+ "name": "time"
5532
5571
  },
5533
5572
  "annotation": {
5534
- "type": "union",
5535
- "types": [
5536
- {
5537
- "type": "reference",
5538
- "typeName": {
5539
- "type": "identifier",
5540
- "name": "CommandPayload"
5541
- }
5542
- },
5543
- {
5544
- "type": "keyword",
5545
- "value": "null"
5546
- }
5547
- ]
5573
+ "type": "keyword",
5574
+ "value": "number"
5548
5575
  },
5549
- "optional": true,
5550
5576
  "computed": false
5551
5577
  },
5552
5578
  {
5553
5579
  "type": "propertySignature",
5554
5580
  "key": {
5555
5581
  "type": "identifier",
5556
- "name": "aiEmployeeId"
5557
- },
5558
- "annotation": {
5559
- "type": "union",
5560
- "types": [
5561
- {
5562
- "type": "keyword",
5563
- "value": "string"
5564
- },
5565
- {
5566
- "type": "keyword",
5567
- "value": "null"
5568
- }
5569
- ]
5570
- },
5571
- "optional": true,
5572
- "computed": false
5573
- }
5574
- ]
5575
- },
5576
- {
5577
- "type": "interface",
5578
- "name": "UploadFileInfo",
5579
- "body": [
5580
- {
5581
- "type": "propertySignature",
5582
- "key": {
5583
- "type": "identifier",
5584
- "name": "fileId"
5582
+ "name": "url"
5585
5583
  },
5586
5584
  "annotation": {
5587
5585
  "type": "keyword",
5588
5586
  "value": "string"
5589
5587
  },
5590
- "computed": false
5588
+ "optional": true,
5589
+ "computed": false,
5590
+ "description": "单个消息详情链接,优先级高于 urlTemplate"
5591
5591
  }
5592
5592
  ]
5593
5593
  }
@@ -6593,6 +6593,19 @@
6593
6593
  }
6594
6594
  }
6595
6595
  },
6596
+ {
6597
+ "name": "personalActions",
6598
+ "annotation": {
6599
+ "type": "array",
6600
+ "elementType": {
6601
+ "type": "reference",
6602
+ "typeName": {
6603
+ "type": "identifier",
6604
+ "name": "ActionType"
6605
+ }
6606
+ }
6607
+ }
6608
+ },
6596
6609
  {
6597
6610
  "name": "links",
6598
6611
  "annotation": {
@@ -6695,6 +6708,27 @@
6695
6708
  "value": "void"
6696
6709
  }
6697
6710
  }
6711
+ },
6712
+ {
6713
+ "name": "add.serviceflow",
6714
+ "detail": {
6715
+ "annotation": {
6716
+ "type": "keyword",
6717
+ "value": "void"
6718
+ }
6719
+ }
6720
+ },
6721
+ {
6722
+ "name": "personal.action.click",
6723
+ "detail": {
6724
+ "annotation": {
6725
+ "type": "reference",
6726
+ "typeName": {
6727
+ "type": "identifier",
6728
+ "name": "PersonalActionClickDetail"
6729
+ }
6730
+ }
6731
+ }
6698
6732
  }
6699
6733
  ],
6700
6734
  "methods": [
@@ -7242,6 +7276,27 @@
7242
7276
  "computed": false
7243
7277
  }
7244
7278
  ]
7279
+ },
7280
+ {
7281
+ "type": "interface",
7282
+ "name": "PersonalActionClickDetail",
7283
+ "body": [
7284
+ {
7285
+ "type": "propertySignature",
7286
+ "key": {
7287
+ "type": "identifier",
7288
+ "name": "action"
7289
+ },
7290
+ "annotation": {
7291
+ "type": "reference",
7292
+ "typeName": {
7293
+ "type": "identifier",
7294
+ "name": "SimpleActionType"
7295
+ }
7296
+ },
7297
+ "computed": false
7298
+ }
7299
+ ]
7245
7300
  }
7246
7301
  ]
7247
7302
  },