@next-bricks/ai-portal 0.63.0 → 0.63.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 +42 -42
- package/dist/chunks/4820.15145a03.js.map +1 -1
- package/dist/chunks/7059.3f1ffc70.js +3 -0
- package/dist/chunks/7059.3f1ffc70.js.map +1 -0
- package/dist/chunks/chat-panel.a64e0e43.js.map +1 -1
- package/dist/chunks/elevo-sidebar.78a35f1d.js.map +1 -1
- package/dist/chunks/{main.3021b8e8.js → main.dd3b9485.js} +2 -2
- package/dist/chunks/{main.3021b8e8.js.map → main.dd3b9485.js.map} +1 -1
- package/dist/examples.json +17 -17
- package/dist/{index.eb7fcf13.js → index.8690de83.js} +2 -2
- package/dist/{index.eb7fcf13.js.map → index.8690de83.js.map} +1 -1
- package/dist/manifest.json +251 -251
- package/dist/types.json +420 -408
- package/dist-types/chat-panel/index.d.ts +1 -2
- package/dist-types/elevo-sidebar/SpaceNav.d.ts +2 -1
- package/dist-types/elevo-sidebar/constants.d.ts +1 -0
- package/dist-types/elevo-sidebar/i18n.d.ts +2 -1
- package/dist-types/elevo-sidebar/index.d.ts +1 -0
- package/dist-types/jsx.d.ts +1 -0
- package/docs/chat-panel.md +19 -3
- package/package.json +2 -2
- package/dist/chunks/7059.ee6fc15b.js +0 -3
- package/dist/chunks/7059.ee6fc15b.js.map +0 -1
- /package/dist/chunks/{7059.ee6fc15b.js.LICENSE.txt → 7059.3f1ffc70.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -180,71 +180,6 @@
|
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
},
|
|
183
|
-
"ai-portal.set-chat-command": {
|
|
184
|
-
"type": "provider",
|
|
185
|
-
"params": [
|
|
186
|
-
{
|
|
187
|
-
"name": "command",
|
|
188
|
-
"annotation": {
|
|
189
|
-
"type": "union",
|
|
190
|
-
"types": [
|
|
191
|
-
{
|
|
192
|
-
"type": "reference",
|
|
193
|
-
"typeName": {
|
|
194
|
-
"type": "identifier",
|
|
195
|
-
"name": "ChatCommand"
|
|
196
|
-
}
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"type": "keyword",
|
|
200
|
-
"value": "null"
|
|
201
|
-
}
|
|
202
|
-
]
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
],
|
|
206
|
-
"returns": {
|
|
207
|
-
"annotation": {
|
|
208
|
-
"type": "keyword",
|
|
209
|
-
"value": "void"
|
|
210
|
-
}
|
|
211
|
-
},
|
|
212
|
-
"types": [
|
|
213
|
-
{
|
|
214
|
-
"type": "interface",
|
|
215
|
-
"name": "ChatCommand",
|
|
216
|
-
"body": [
|
|
217
|
-
{
|
|
218
|
-
"type": "propertySignature",
|
|
219
|
-
"key": {
|
|
220
|
-
"type": "identifier",
|
|
221
|
-
"name": "command"
|
|
222
|
-
},
|
|
223
|
-
"annotation": {
|
|
224
|
-
"type": "keyword",
|
|
225
|
-
"value": "string"
|
|
226
|
-
},
|
|
227
|
-
"computed": false
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"type": "propertySignature",
|
|
231
|
-
"key": {
|
|
232
|
-
"type": "identifier",
|
|
233
|
-
"name": "payload"
|
|
234
|
-
},
|
|
235
|
-
"annotation": {
|
|
236
|
-
"type": "reference",
|
|
237
|
-
"typeName": {
|
|
238
|
-
"type": "identifier",
|
|
239
|
-
"name": "CommandPayload"
|
|
240
|
-
}
|
|
241
|
-
},
|
|
242
|
-
"computed": false
|
|
243
|
-
}
|
|
244
|
-
]
|
|
245
|
-
}
|
|
246
|
-
]
|
|
247
|
-
},
|
|
248
183
|
"ai-portal.save-request-store": {
|
|
249
184
|
"type": "provider",
|
|
250
185
|
"params": [
|
|
@@ -1554,6 +1489,71 @@
|
|
|
1554
1489
|
}
|
|
1555
1490
|
}
|
|
1556
1491
|
},
|
|
1492
|
+
"ai-portal.set-chat-command": {
|
|
1493
|
+
"type": "provider",
|
|
1494
|
+
"params": [
|
|
1495
|
+
{
|
|
1496
|
+
"name": "command",
|
|
1497
|
+
"annotation": {
|
|
1498
|
+
"type": "union",
|
|
1499
|
+
"types": [
|
|
1500
|
+
{
|
|
1501
|
+
"type": "reference",
|
|
1502
|
+
"typeName": {
|
|
1503
|
+
"type": "identifier",
|
|
1504
|
+
"name": "ChatCommand"
|
|
1505
|
+
}
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"type": "keyword",
|
|
1509
|
+
"value": "null"
|
|
1510
|
+
}
|
|
1511
|
+
]
|
|
1512
|
+
}
|
|
1513
|
+
}
|
|
1514
|
+
],
|
|
1515
|
+
"returns": {
|
|
1516
|
+
"annotation": {
|
|
1517
|
+
"type": "keyword",
|
|
1518
|
+
"value": "void"
|
|
1519
|
+
}
|
|
1520
|
+
},
|
|
1521
|
+
"types": [
|
|
1522
|
+
{
|
|
1523
|
+
"type": "interface",
|
|
1524
|
+
"name": "ChatCommand",
|
|
1525
|
+
"body": [
|
|
1526
|
+
{
|
|
1527
|
+
"type": "propertySignature",
|
|
1528
|
+
"key": {
|
|
1529
|
+
"type": "identifier",
|
|
1530
|
+
"name": "command"
|
|
1531
|
+
},
|
|
1532
|
+
"annotation": {
|
|
1533
|
+
"type": "keyword",
|
|
1534
|
+
"value": "string"
|
|
1535
|
+
},
|
|
1536
|
+
"computed": false
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"type": "propertySignature",
|
|
1540
|
+
"key": {
|
|
1541
|
+
"type": "identifier",
|
|
1542
|
+
"name": "payload"
|
|
1543
|
+
},
|
|
1544
|
+
"annotation": {
|
|
1545
|
+
"type": "reference",
|
|
1546
|
+
"typeName": {
|
|
1547
|
+
"type": "identifier",
|
|
1548
|
+
"name": "CommandPayload"
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1551
|
+
"computed": false
|
|
1552
|
+
}
|
|
1553
|
+
]
|
|
1554
|
+
}
|
|
1555
|
+
]
|
|
1556
|
+
},
|
|
1557
1557
|
"ai-portal.page-container": {
|
|
1558
1558
|
"properties": [
|
|
1559
1559
|
{
|
|
@@ -2601,6 +2601,26 @@
|
|
|
2601
2601
|
}
|
|
2602
2602
|
]
|
|
2603
2603
|
},
|
|
2604
|
+
"ai-portal.preview-container": {
|
|
2605
|
+
"properties": [
|
|
2606
|
+
{
|
|
2607
|
+
"name": "source",
|
|
2608
|
+
"annotation": {
|
|
2609
|
+
"type": "keyword",
|
|
2610
|
+
"value": "string"
|
|
2611
|
+
}
|
|
2612
|
+
},
|
|
2613
|
+
{
|
|
2614
|
+
"name": "url",
|
|
2615
|
+
"annotation": {
|
|
2616
|
+
"type": "keyword",
|
|
2617
|
+
"value": "string"
|
|
2618
|
+
}
|
|
2619
|
+
}
|
|
2620
|
+
],
|
|
2621
|
+
"events": [],
|
|
2622
|
+
"methods": []
|
|
2623
|
+
},
|
|
2604
2624
|
"ai-portal.dropdown-select": {
|
|
2605
2625
|
"properties": [
|
|
2606
2626
|
{
|
|
@@ -2770,26 +2790,6 @@
|
|
|
2770
2790
|
}
|
|
2771
2791
|
]
|
|
2772
2792
|
},
|
|
2773
|
-
"ai-portal.preview-container": {
|
|
2774
|
-
"properties": [
|
|
2775
|
-
{
|
|
2776
|
-
"name": "source",
|
|
2777
|
-
"annotation": {
|
|
2778
|
-
"type": "keyword",
|
|
2779
|
-
"value": "string"
|
|
2780
|
-
}
|
|
2781
|
-
},
|
|
2782
|
-
{
|
|
2783
|
-
"name": "url",
|
|
2784
|
-
"annotation": {
|
|
2785
|
-
"type": "keyword",
|
|
2786
|
-
"value": "string"
|
|
2787
|
-
}
|
|
2788
|
-
}
|
|
2789
|
-
],
|
|
2790
|
-
"events": [],
|
|
2791
|
-
"methods": []
|
|
2792
|
-
},
|
|
2793
2793
|
"ai-portal.action-buttons": {
|
|
2794
2794
|
"properties": [
|
|
2795
2795
|
{
|
|
@@ -4108,6 +4108,33 @@
|
|
|
4108
4108
|
}
|
|
4109
4109
|
]
|
|
4110
4110
|
},
|
|
4111
|
+
"ai-portal.show-case": {
|
|
4112
|
+
"properties": [
|
|
4113
|
+
{
|
|
4114
|
+
"name": "caseTitle",
|
|
4115
|
+
"annotation": {
|
|
4116
|
+
"type": "keyword",
|
|
4117
|
+
"value": "string"
|
|
4118
|
+
}
|
|
4119
|
+
},
|
|
4120
|
+
{
|
|
4121
|
+
"name": "summary",
|
|
4122
|
+
"annotation": {
|
|
4123
|
+
"type": "keyword",
|
|
4124
|
+
"value": "string"
|
|
4125
|
+
}
|
|
4126
|
+
},
|
|
4127
|
+
{
|
|
4128
|
+
"name": "url",
|
|
4129
|
+
"annotation": {
|
|
4130
|
+
"type": "keyword",
|
|
4131
|
+
"value": "string"
|
|
4132
|
+
}
|
|
4133
|
+
}
|
|
4134
|
+
],
|
|
4135
|
+
"events": [],
|
|
4136
|
+
"methods": []
|
|
4137
|
+
},
|
|
4111
4138
|
"ai-portal.chat-input": {
|
|
4112
4139
|
"properties": [
|
|
4113
4140
|
{
|
|
@@ -4583,33 +4610,6 @@
|
|
|
4583
4610
|
}
|
|
4584
4611
|
]
|
|
4585
4612
|
},
|
|
4586
|
-
"ai-portal.show-case": {
|
|
4587
|
-
"properties": [
|
|
4588
|
-
{
|
|
4589
|
-
"name": "caseTitle",
|
|
4590
|
-
"annotation": {
|
|
4591
|
-
"type": "keyword",
|
|
4592
|
-
"value": "string"
|
|
4593
|
-
}
|
|
4594
|
-
},
|
|
4595
|
-
{
|
|
4596
|
-
"name": "summary",
|
|
4597
|
-
"annotation": {
|
|
4598
|
-
"type": "keyword",
|
|
4599
|
-
"value": "string"
|
|
4600
|
-
}
|
|
4601
|
-
},
|
|
4602
|
-
{
|
|
4603
|
-
"name": "url",
|
|
4604
|
-
"annotation": {
|
|
4605
|
-
"type": "keyword",
|
|
4606
|
-
"value": "string"
|
|
4607
|
-
}
|
|
4608
|
-
}
|
|
4609
|
-
],
|
|
4610
|
-
"events": [],
|
|
4611
|
-
"methods": []
|
|
4612
|
-
},
|
|
4613
4613
|
"ai-portal.flow-tabs": {
|
|
4614
4614
|
"properties": [
|
|
4615
4615
|
{
|
|
@@ -4681,260 +4681,43 @@
|
|
|
4681
4681
|
}
|
|
4682
4682
|
]
|
|
4683
4683
|
},
|
|
4684
|
-
"ai-portal.
|
|
4684
|
+
"ai-portal.stage-flow": {
|
|
4685
4685
|
"properties": [
|
|
4686
4686
|
{
|
|
4687
|
-
"name": "
|
|
4687
|
+
"name": "spec",
|
|
4688
4688
|
"annotation": {
|
|
4689
4689
|
"type": "array",
|
|
4690
4690
|
"elementType": {
|
|
4691
4691
|
"type": "reference",
|
|
4692
4692
|
"typeName": {
|
|
4693
4693
|
"type": "identifier",
|
|
4694
|
-
"name": "
|
|
4694
|
+
"name": "Stage"
|
|
4695
4695
|
}
|
|
4696
4696
|
}
|
|
4697
4697
|
}
|
|
4698
4698
|
},
|
|
4699
4699
|
{
|
|
4700
|
-
"name": "
|
|
4700
|
+
"name": "aiEmployees",
|
|
4701
4701
|
"annotation": {
|
|
4702
|
-
"type": "
|
|
4703
|
-
"
|
|
4704
|
-
"type": "
|
|
4705
|
-
"
|
|
4702
|
+
"type": "array",
|
|
4703
|
+
"elementType": {
|
|
4704
|
+
"type": "reference",
|
|
4705
|
+
"typeName": {
|
|
4706
|
+
"type": "identifier",
|
|
4707
|
+
"name": "AIEmployee"
|
|
4708
|
+
}
|
|
4706
4709
|
}
|
|
4707
4710
|
}
|
|
4708
4711
|
},
|
|
4709
4712
|
{
|
|
4710
|
-
"name": "
|
|
4713
|
+
"name": "readOnly",
|
|
4711
4714
|
"annotation": {
|
|
4712
4715
|
"type": "keyword",
|
|
4713
|
-
"value": "
|
|
4716
|
+
"value": "boolean"
|
|
4714
4717
|
}
|
|
4715
|
-
}
|
|
4716
|
-
|
|
4717
|
-
|
|
4718
|
-
"annotation": {
|
|
4719
|
-
"type": "keyword",
|
|
4720
|
-
"value": "string"
|
|
4721
|
-
}
|
|
4722
|
-
},
|
|
4723
|
-
{
|
|
4724
|
-
"name": "urlTemplate",
|
|
4725
|
-
"annotation": {
|
|
4726
|
-
"type": "keyword",
|
|
4727
|
-
"value": "string"
|
|
4728
|
-
}
|
|
4729
|
-
},
|
|
4730
|
-
{
|
|
4731
|
-
"name": "urlTarget",
|
|
4732
|
-
"annotation": {
|
|
4733
|
-
"type": "reference",
|
|
4734
|
-
"typeName": {
|
|
4735
|
-
"type": "identifier",
|
|
4736
|
-
"name": "Target"
|
|
4737
|
-
}
|
|
4738
|
-
}
|
|
4739
|
-
},
|
|
4740
|
-
{
|
|
4741
|
-
"name": "dropdownMaxWidth",
|
|
4742
|
-
"annotation": {
|
|
4743
|
-
"type": "union",
|
|
4744
|
-
"types": [
|
|
4745
|
-
{
|
|
4746
|
-
"type": "keyword",
|
|
4747
|
-
"value": "string"
|
|
4748
|
-
},
|
|
4749
|
-
{
|
|
4750
|
-
"type": "keyword",
|
|
4751
|
-
"value": "number"
|
|
4752
|
-
}
|
|
4753
|
-
]
|
|
4754
|
-
}
|
|
4755
|
-
},
|
|
4756
|
-
{
|
|
4757
|
-
"name": "dropdownContentStyle",
|
|
4758
|
-
"annotation": {
|
|
4759
|
-
"type": "reference",
|
|
4760
|
-
"typeName": {
|
|
4761
|
-
"type": "qualifiedName",
|
|
4762
|
-
"left": {
|
|
4763
|
-
"type": "identifier",
|
|
4764
|
-
"name": "React"
|
|
4765
|
-
},
|
|
4766
|
-
"right": {
|
|
4767
|
-
"type": "identifier",
|
|
4768
|
-
"name": "CSSProperties"
|
|
4769
|
-
}
|
|
4770
|
-
}
|
|
4771
|
-
}
|
|
4772
|
-
},
|
|
4773
|
-
{
|
|
4774
|
-
"name": "hideNotifyCenterButton",
|
|
4775
|
-
"annotation": {
|
|
4776
|
-
"type": "keyword",
|
|
4777
|
-
"value": "boolean"
|
|
4778
|
-
}
|
|
4779
|
-
}
|
|
4780
|
-
],
|
|
4781
|
-
"events": [
|
|
4782
|
-
{
|
|
4783
|
-
"name": "notice.click",
|
|
4784
|
-
"detail": {
|
|
4785
|
-
"annotation": {
|
|
4786
|
-
"type": "reference",
|
|
4787
|
-
"typeName": {
|
|
4788
|
-
"type": "identifier",
|
|
4789
|
-
"name": "NoticeItem"
|
|
4790
|
-
}
|
|
4791
|
-
}
|
|
4792
|
-
}
|
|
4793
|
-
},
|
|
4794
|
-
{
|
|
4795
|
-
"name": "mark.all.read",
|
|
4796
|
-
"detail": {
|
|
4797
|
-
"annotation": {
|
|
4798
|
-
"type": "keyword",
|
|
4799
|
-
"value": "void"
|
|
4800
|
-
}
|
|
4801
|
-
}
|
|
4802
|
-
}
|
|
4803
|
-
],
|
|
4804
|
-
"methods": [],
|
|
4805
|
-
"types": [
|
|
4806
|
-
{
|
|
4807
|
-
"type": "interface",
|
|
4808
|
-
"name": "NoticeItem",
|
|
4809
|
-
"body": [
|
|
4810
|
-
{
|
|
4811
|
-
"type": "propertySignature",
|
|
4812
|
-
"key": {
|
|
4813
|
-
"type": "identifier",
|
|
4814
|
-
"name": "id"
|
|
4815
|
-
},
|
|
4816
|
-
"annotation": {
|
|
4817
|
-
"type": "keyword",
|
|
4818
|
-
"value": "string"
|
|
4819
|
-
},
|
|
4820
|
-
"computed": false
|
|
4821
|
-
},
|
|
4822
|
-
{
|
|
4823
|
-
"type": "propertySignature",
|
|
4824
|
-
"key": {
|
|
4825
|
-
"type": "identifier",
|
|
4826
|
-
"name": "type"
|
|
4827
|
-
},
|
|
4828
|
-
"annotation": {
|
|
4829
|
-
"type": "keyword",
|
|
4830
|
-
"value": "string"
|
|
4831
|
-
},
|
|
4832
|
-
"computed": false
|
|
4833
|
-
},
|
|
4834
|
-
{
|
|
4835
|
-
"type": "propertySignature",
|
|
4836
|
-
"key": {
|
|
4837
|
-
"type": "identifier",
|
|
4838
|
-
"name": "isRead"
|
|
4839
|
-
},
|
|
4840
|
-
"annotation": {
|
|
4841
|
-
"type": "keyword",
|
|
4842
|
-
"value": "boolean"
|
|
4843
|
-
},
|
|
4844
|
-
"computed": false
|
|
4845
|
-
},
|
|
4846
|
-
{
|
|
4847
|
-
"type": "propertySignature",
|
|
4848
|
-
"key": {
|
|
4849
|
-
"type": "identifier",
|
|
4850
|
-
"name": "title"
|
|
4851
|
-
},
|
|
4852
|
-
"annotation": {
|
|
4853
|
-
"type": "keyword",
|
|
4854
|
-
"value": "string"
|
|
4855
|
-
},
|
|
4856
|
-
"computed": false
|
|
4857
|
-
},
|
|
4858
|
-
{
|
|
4859
|
-
"type": "propertySignature",
|
|
4860
|
-
"key": {
|
|
4861
|
-
"type": "identifier",
|
|
4862
|
-
"name": "description"
|
|
4863
|
-
},
|
|
4864
|
-
"annotation": {
|
|
4865
|
-
"type": "keyword",
|
|
4866
|
-
"value": "string"
|
|
4867
|
-
},
|
|
4868
|
-
"optional": true,
|
|
4869
|
-
"computed": false
|
|
4870
|
-
},
|
|
4871
|
-
{
|
|
4872
|
-
"type": "propertySignature",
|
|
4873
|
-
"key": {
|
|
4874
|
-
"type": "identifier",
|
|
4875
|
-
"name": "time"
|
|
4876
|
-
},
|
|
4877
|
-
"annotation": {
|
|
4878
|
-
"type": "keyword",
|
|
4879
|
-
"value": "number"
|
|
4880
|
-
},
|
|
4881
|
-
"computed": false
|
|
4882
|
-
},
|
|
4883
|
-
{
|
|
4884
|
-
"type": "propertySignature",
|
|
4885
|
-
"key": {
|
|
4886
|
-
"type": "identifier",
|
|
4887
|
-
"name": "url"
|
|
4888
|
-
},
|
|
4889
|
-
"annotation": {
|
|
4890
|
-
"type": "keyword",
|
|
4891
|
-
"value": "string"
|
|
4892
|
-
},
|
|
4893
|
-
"optional": true,
|
|
4894
|
-
"computed": false,
|
|
4895
|
-
"description": "单个消息详情链接,优先级高于 urlTemplate"
|
|
4896
|
-
}
|
|
4897
|
-
]
|
|
4898
|
-
}
|
|
4899
|
-
]
|
|
4900
|
-
},
|
|
4901
|
-
"ai-portal.stage-flow": {
|
|
4902
|
-
"properties": [
|
|
4903
|
-
{
|
|
4904
|
-
"name": "spec",
|
|
4905
|
-
"annotation": {
|
|
4906
|
-
"type": "array",
|
|
4907
|
-
"elementType": {
|
|
4908
|
-
"type": "reference",
|
|
4909
|
-
"typeName": {
|
|
4910
|
-
"type": "identifier",
|
|
4911
|
-
"name": "Stage"
|
|
4912
|
-
}
|
|
4913
|
-
}
|
|
4914
|
-
}
|
|
4915
|
-
},
|
|
4916
|
-
{
|
|
4917
|
-
"name": "aiEmployees",
|
|
4918
|
-
"annotation": {
|
|
4919
|
-
"type": "array",
|
|
4920
|
-
"elementType": {
|
|
4921
|
-
"type": "reference",
|
|
4922
|
-
"typeName": {
|
|
4923
|
-
"type": "identifier",
|
|
4924
|
-
"name": "AIEmployee"
|
|
4925
|
-
}
|
|
4926
|
-
}
|
|
4927
|
-
}
|
|
4928
|
-
},
|
|
4929
|
-
{
|
|
4930
|
-
"name": "readOnly",
|
|
4931
|
-
"annotation": {
|
|
4932
|
-
"type": "keyword",
|
|
4933
|
-
"value": "boolean"
|
|
4934
|
-
}
|
|
4935
|
-
}
|
|
4936
|
-
],
|
|
4937
|
-
"events": [
|
|
4718
|
+
}
|
|
4719
|
+
],
|
|
4720
|
+
"events": [
|
|
4938
4721
|
{
|
|
4939
4722
|
"name": "change",
|
|
4940
4723
|
"detail": {
|
|
@@ -5260,23 +5043,64 @@
|
|
|
5260
5043
|
}
|
|
5261
5044
|
]
|
|
5262
5045
|
},
|
|
5263
|
-
"ai-portal.
|
|
5046
|
+
"ai-portal.notice-dropdown": {
|
|
5264
5047
|
"properties": [
|
|
5265
5048
|
{
|
|
5266
|
-
"name": "
|
|
5049
|
+
"name": "dataSource",
|
|
5267
5050
|
"annotation": {
|
|
5268
5051
|
"type": "array",
|
|
5269
5052
|
"elementType": {
|
|
5270
5053
|
"type": "reference",
|
|
5271
5054
|
"typeName": {
|
|
5272
5055
|
"type": "identifier",
|
|
5273
|
-
"name": "
|
|
5056
|
+
"name": "NoticeItem"
|
|
5274
5057
|
}
|
|
5275
5058
|
}
|
|
5276
5059
|
}
|
|
5277
5060
|
},
|
|
5278
5061
|
{
|
|
5279
|
-
"name": "
|
|
5062
|
+
"name": "popoverPlacement",
|
|
5063
|
+
"annotation": {
|
|
5064
|
+
"type": "reference",
|
|
5065
|
+
"typeName": {
|
|
5066
|
+
"type": "identifier",
|
|
5067
|
+
"name": "Placement"
|
|
5068
|
+
}
|
|
5069
|
+
}
|
|
5070
|
+
},
|
|
5071
|
+
{
|
|
5072
|
+
"name": "emptyText",
|
|
5073
|
+
"annotation": {
|
|
5074
|
+
"type": "keyword",
|
|
5075
|
+
"value": "string"
|
|
5076
|
+
}
|
|
5077
|
+
},
|
|
5078
|
+
{
|
|
5079
|
+
"name": "notifyCenterUrl",
|
|
5080
|
+
"annotation": {
|
|
5081
|
+
"type": "keyword",
|
|
5082
|
+
"value": "string"
|
|
5083
|
+
}
|
|
5084
|
+
},
|
|
5085
|
+
{
|
|
5086
|
+
"name": "urlTemplate",
|
|
5087
|
+
"annotation": {
|
|
5088
|
+
"type": "keyword",
|
|
5089
|
+
"value": "string"
|
|
5090
|
+
}
|
|
5091
|
+
},
|
|
5092
|
+
{
|
|
5093
|
+
"name": "urlTarget",
|
|
5094
|
+
"annotation": {
|
|
5095
|
+
"type": "reference",
|
|
5096
|
+
"typeName": {
|
|
5097
|
+
"type": "identifier",
|
|
5098
|
+
"name": "Target"
|
|
5099
|
+
}
|
|
5100
|
+
}
|
|
5101
|
+
},
|
|
5102
|
+
{
|
|
5103
|
+
"name": "dropdownMaxWidth",
|
|
5280
5104
|
"annotation": {
|
|
5281
5105
|
"type": "union",
|
|
5282
5106
|
"types": [
|
|
@@ -5286,28 +5110,55 @@
|
|
|
5286
5110
|
},
|
|
5287
5111
|
{
|
|
5288
5112
|
"type": "keyword",
|
|
5289
|
-
"value": "
|
|
5113
|
+
"value": "number"
|
|
5290
5114
|
}
|
|
5291
5115
|
]
|
|
5292
5116
|
}
|
|
5117
|
+
},
|
|
5118
|
+
{
|
|
5119
|
+
"name": "dropdownContentStyle",
|
|
5120
|
+
"annotation": {
|
|
5121
|
+
"type": "reference",
|
|
5122
|
+
"typeName": {
|
|
5123
|
+
"type": "qualifiedName",
|
|
5124
|
+
"left": {
|
|
5125
|
+
"type": "identifier",
|
|
5126
|
+
"name": "React"
|
|
5127
|
+
},
|
|
5128
|
+
"right": {
|
|
5129
|
+
"type": "identifier",
|
|
5130
|
+
"name": "CSSProperties"
|
|
5131
|
+
}
|
|
5132
|
+
}
|
|
5133
|
+
}
|
|
5134
|
+
},
|
|
5135
|
+
{
|
|
5136
|
+
"name": "hideNotifyCenterButton",
|
|
5137
|
+
"annotation": {
|
|
5138
|
+
"type": "keyword",
|
|
5139
|
+
"value": "boolean"
|
|
5140
|
+
}
|
|
5293
5141
|
}
|
|
5294
5142
|
],
|
|
5295
5143
|
"events": [
|
|
5296
5144
|
{
|
|
5297
|
-
"name": "
|
|
5145
|
+
"name": "notice.click",
|
|
5298
5146
|
"detail": {
|
|
5299
5147
|
"annotation": {
|
|
5300
|
-
"type": "
|
|
5301
|
-
"
|
|
5302
|
-
|
|
5303
|
-
|
|
5304
|
-
|
|
5305
|
-
|
|
5306
|
-
|
|
5307
|
-
|
|
5308
|
-
|
|
5309
|
-
|
|
5310
|
-
|
|
5148
|
+
"type": "reference",
|
|
5149
|
+
"typeName": {
|
|
5150
|
+
"type": "identifier",
|
|
5151
|
+
"name": "NoticeItem"
|
|
5152
|
+
}
|
|
5153
|
+
}
|
|
5154
|
+
}
|
|
5155
|
+
},
|
|
5156
|
+
{
|
|
5157
|
+
"name": "mark.all.read",
|
|
5158
|
+
"detail": {
|
|
5159
|
+
"annotation": {
|
|
5160
|
+
"type": "keyword",
|
|
5161
|
+
"value": "void"
|
|
5311
5162
|
}
|
|
5312
5163
|
}
|
|
5313
5164
|
}
|
|
@@ -5316,13 +5167,13 @@
|
|
|
5316
5167
|
"types": [
|
|
5317
5168
|
{
|
|
5318
5169
|
"type": "interface",
|
|
5319
|
-
"name": "
|
|
5170
|
+
"name": "NoticeItem",
|
|
5320
5171
|
"body": [
|
|
5321
5172
|
{
|
|
5322
5173
|
"type": "propertySignature",
|
|
5323
5174
|
"key": {
|
|
5324
5175
|
"type": "identifier",
|
|
5325
|
-
"name": "
|
|
5176
|
+
"name": "id"
|
|
5326
5177
|
},
|
|
5327
5178
|
"annotation": {
|
|
5328
5179
|
"type": "keyword",
|
|
@@ -5334,36 +5185,23 @@
|
|
|
5334
5185
|
"type": "propertySignature",
|
|
5335
5186
|
"key": {
|
|
5336
5187
|
"type": "identifier",
|
|
5337
|
-
"name": "
|
|
5188
|
+
"name": "type"
|
|
5338
5189
|
},
|
|
5339
5190
|
"annotation": {
|
|
5340
|
-
"type": "
|
|
5341
|
-
"
|
|
5342
|
-
"type": "reference",
|
|
5343
|
-
"typeName": {
|
|
5344
|
-
"type": "identifier",
|
|
5345
|
-
"name": "FlowActivity"
|
|
5346
|
-
}
|
|
5347
|
-
}
|
|
5191
|
+
"type": "keyword",
|
|
5192
|
+
"value": "string"
|
|
5348
5193
|
},
|
|
5349
|
-
"optional": true,
|
|
5350
5194
|
"computed": false
|
|
5351
|
-
}
|
|
5352
|
-
]
|
|
5353
|
-
},
|
|
5354
|
-
{
|
|
5355
|
-
"type": "interface",
|
|
5356
|
-
"name": "FlowActivity",
|
|
5357
|
-
"body": [
|
|
5195
|
+
},
|
|
5358
5196
|
{
|
|
5359
5197
|
"type": "propertySignature",
|
|
5360
5198
|
"key": {
|
|
5361
5199
|
"type": "identifier",
|
|
5362
|
-
"name": "
|
|
5200
|
+
"name": "isRead"
|
|
5363
5201
|
},
|
|
5364
5202
|
"annotation": {
|
|
5365
5203
|
"type": "keyword",
|
|
5366
|
-
"value": "
|
|
5204
|
+
"value": "boolean"
|
|
5367
5205
|
},
|
|
5368
5206
|
"computed": false
|
|
5369
5207
|
},
|
|
@@ -5371,39 +5209,23 @@
|
|
|
5371
5209
|
"type": "propertySignature",
|
|
5372
5210
|
"key": {
|
|
5373
5211
|
"type": "identifier",
|
|
5374
|
-
"name": "
|
|
5212
|
+
"name": "title"
|
|
5375
5213
|
},
|
|
5376
5214
|
"annotation": {
|
|
5377
5215
|
"type": "keyword",
|
|
5378
5216
|
"value": "string"
|
|
5379
5217
|
},
|
|
5380
|
-
"optional": true,
|
|
5381
5218
|
"computed": false
|
|
5382
5219
|
},
|
|
5383
5220
|
{
|
|
5384
5221
|
"type": "propertySignature",
|
|
5385
5222
|
"key": {
|
|
5386
5223
|
"type": "identifier",
|
|
5387
|
-
"name": "
|
|
5224
|
+
"name": "description"
|
|
5388
5225
|
},
|
|
5389
5226
|
"annotation": {
|
|
5390
|
-
"type": "
|
|
5391
|
-
"
|
|
5392
|
-
{
|
|
5393
|
-
"type": "reference",
|
|
5394
|
-
"typeName": {
|
|
5395
|
-
"type": "identifier",
|
|
5396
|
-
"name": "TaskState"
|
|
5397
|
-
}
|
|
5398
|
-
},
|
|
5399
|
-
{
|
|
5400
|
-
"type": "reference",
|
|
5401
|
-
"typeName": {
|
|
5402
|
-
"type": "identifier",
|
|
5403
|
-
"name": "JobState"
|
|
5404
|
-
}
|
|
5405
|
-
}
|
|
5406
|
-
]
|
|
5227
|
+
"type": "keyword",
|
|
5228
|
+
"value": "string"
|
|
5407
5229
|
},
|
|
5408
5230
|
"optional": true,
|
|
5409
5231
|
"computed": false
|
|
@@ -5412,27 +5234,27 @@
|
|
|
5412
5234
|
"type": "propertySignature",
|
|
5413
5235
|
"key": {
|
|
5414
5236
|
"type": "identifier",
|
|
5415
|
-
"name": "
|
|
5237
|
+
"name": "time"
|
|
5416
5238
|
},
|
|
5417
5239
|
"annotation": {
|
|
5418
5240
|
"type": "keyword",
|
|
5419
5241
|
"value": "number"
|
|
5420
5242
|
},
|
|
5421
|
-
"optional": true,
|
|
5422
5243
|
"computed": false
|
|
5423
5244
|
},
|
|
5424
5245
|
{
|
|
5425
5246
|
"type": "propertySignature",
|
|
5426
5247
|
"key": {
|
|
5427
5248
|
"type": "identifier",
|
|
5428
|
-
"name": "
|
|
5249
|
+
"name": "url"
|
|
5429
5250
|
},
|
|
5430
5251
|
"annotation": {
|
|
5431
5252
|
"type": "keyword",
|
|
5432
|
-
"value": "
|
|
5253
|
+
"value": "string"
|
|
5433
5254
|
},
|
|
5434
5255
|
"optional": true,
|
|
5435
|
-
"computed": false
|
|
5256
|
+
"computed": false,
|
|
5257
|
+
"description": "单个消息详情链接,优先级高于 urlTemplate"
|
|
5436
5258
|
}
|
|
5437
5259
|
]
|
|
5438
5260
|
}
|
|
@@ -5623,6 +5445,184 @@
|
|
|
5623
5445
|
}
|
|
5624
5446
|
]
|
|
5625
5447
|
},
|
|
5448
|
+
"ai-portal.running-flow": {
|
|
5449
|
+
"properties": [
|
|
5450
|
+
{
|
|
5451
|
+
"name": "spec",
|
|
5452
|
+
"annotation": {
|
|
5453
|
+
"type": "array",
|
|
5454
|
+
"elementType": {
|
|
5455
|
+
"type": "reference",
|
|
5456
|
+
"typeName": {
|
|
5457
|
+
"type": "identifier",
|
|
5458
|
+
"name": "FlowStage"
|
|
5459
|
+
}
|
|
5460
|
+
}
|
|
5461
|
+
}
|
|
5462
|
+
},
|
|
5463
|
+
{
|
|
5464
|
+
"name": "activeActivityId",
|
|
5465
|
+
"annotation": {
|
|
5466
|
+
"type": "union",
|
|
5467
|
+
"types": [
|
|
5468
|
+
{
|
|
5469
|
+
"type": "keyword",
|
|
5470
|
+
"value": "string"
|
|
5471
|
+
},
|
|
5472
|
+
{
|
|
5473
|
+
"type": "keyword",
|
|
5474
|
+
"value": "null"
|
|
5475
|
+
}
|
|
5476
|
+
]
|
|
5477
|
+
}
|
|
5478
|
+
}
|
|
5479
|
+
],
|
|
5480
|
+
"events": [
|
|
5481
|
+
{
|
|
5482
|
+
"name": "active.change",
|
|
5483
|
+
"detail": {
|
|
5484
|
+
"annotation": {
|
|
5485
|
+
"type": "union",
|
|
5486
|
+
"types": [
|
|
5487
|
+
{
|
|
5488
|
+
"type": "keyword",
|
|
5489
|
+
"value": "string"
|
|
5490
|
+
},
|
|
5491
|
+
{
|
|
5492
|
+
"type": "keyword",
|
|
5493
|
+
"value": "null"
|
|
5494
|
+
}
|
|
5495
|
+
]
|
|
5496
|
+
}
|
|
5497
|
+
}
|
|
5498
|
+
}
|
|
5499
|
+
],
|
|
5500
|
+
"methods": [],
|
|
5501
|
+
"types": [
|
|
5502
|
+
{
|
|
5503
|
+
"type": "interface",
|
|
5504
|
+
"name": "FlowStage",
|
|
5505
|
+
"body": [
|
|
5506
|
+
{
|
|
5507
|
+
"type": "propertySignature",
|
|
5508
|
+
"key": {
|
|
5509
|
+
"type": "identifier",
|
|
5510
|
+
"name": "name"
|
|
5511
|
+
},
|
|
5512
|
+
"annotation": {
|
|
5513
|
+
"type": "keyword",
|
|
5514
|
+
"value": "string"
|
|
5515
|
+
},
|
|
5516
|
+
"computed": false
|
|
5517
|
+
},
|
|
5518
|
+
{
|
|
5519
|
+
"type": "propertySignature",
|
|
5520
|
+
"key": {
|
|
5521
|
+
"type": "identifier",
|
|
5522
|
+
"name": "serviceFlowActivities"
|
|
5523
|
+
},
|
|
5524
|
+
"annotation": {
|
|
5525
|
+
"type": "array",
|
|
5526
|
+
"elementType": {
|
|
5527
|
+
"type": "reference",
|
|
5528
|
+
"typeName": {
|
|
5529
|
+
"type": "identifier",
|
|
5530
|
+
"name": "FlowActivity"
|
|
5531
|
+
}
|
|
5532
|
+
}
|
|
5533
|
+
},
|
|
5534
|
+
"optional": true,
|
|
5535
|
+
"computed": false
|
|
5536
|
+
}
|
|
5537
|
+
]
|
|
5538
|
+
},
|
|
5539
|
+
{
|
|
5540
|
+
"type": "interface",
|
|
5541
|
+
"name": "FlowActivity",
|
|
5542
|
+
"body": [
|
|
5543
|
+
{
|
|
5544
|
+
"type": "propertySignature",
|
|
5545
|
+
"key": {
|
|
5546
|
+
"type": "identifier",
|
|
5547
|
+
"name": "name"
|
|
5548
|
+
},
|
|
5549
|
+
"annotation": {
|
|
5550
|
+
"type": "keyword",
|
|
5551
|
+
"value": "string"
|
|
5552
|
+
},
|
|
5553
|
+
"computed": false
|
|
5554
|
+
},
|
|
5555
|
+
{
|
|
5556
|
+
"type": "propertySignature",
|
|
5557
|
+
"key": {
|
|
5558
|
+
"type": "identifier",
|
|
5559
|
+
"name": "taskId"
|
|
5560
|
+
},
|
|
5561
|
+
"annotation": {
|
|
5562
|
+
"type": "keyword",
|
|
5563
|
+
"value": "string"
|
|
5564
|
+
},
|
|
5565
|
+
"optional": true,
|
|
5566
|
+
"computed": false
|
|
5567
|
+
},
|
|
5568
|
+
{
|
|
5569
|
+
"type": "propertySignature",
|
|
5570
|
+
"key": {
|
|
5571
|
+
"type": "identifier",
|
|
5572
|
+
"name": "state"
|
|
5573
|
+
},
|
|
5574
|
+
"annotation": {
|
|
5575
|
+
"type": "union",
|
|
5576
|
+
"types": [
|
|
5577
|
+
{
|
|
5578
|
+
"type": "reference",
|
|
5579
|
+
"typeName": {
|
|
5580
|
+
"type": "identifier",
|
|
5581
|
+
"name": "TaskState"
|
|
5582
|
+
}
|
|
5583
|
+
},
|
|
5584
|
+
{
|
|
5585
|
+
"type": "reference",
|
|
5586
|
+
"typeName": {
|
|
5587
|
+
"type": "identifier",
|
|
5588
|
+
"name": "JobState"
|
|
5589
|
+
}
|
|
5590
|
+
}
|
|
5591
|
+
]
|
|
5592
|
+
},
|
|
5593
|
+
"optional": true,
|
|
5594
|
+
"computed": false
|
|
5595
|
+
},
|
|
5596
|
+
{
|
|
5597
|
+
"type": "propertySignature",
|
|
5598
|
+
"key": {
|
|
5599
|
+
"type": "identifier",
|
|
5600
|
+
"name": "startTime"
|
|
5601
|
+
},
|
|
5602
|
+
"annotation": {
|
|
5603
|
+
"type": "keyword",
|
|
5604
|
+
"value": "number"
|
|
5605
|
+
},
|
|
5606
|
+
"optional": true,
|
|
5607
|
+
"computed": false
|
|
5608
|
+
},
|
|
5609
|
+
{
|
|
5610
|
+
"type": "propertySignature",
|
|
5611
|
+
"key": {
|
|
5612
|
+
"type": "identifier",
|
|
5613
|
+
"name": "endTime"
|
|
5614
|
+
},
|
|
5615
|
+
"annotation": {
|
|
5616
|
+
"type": "keyword",
|
|
5617
|
+
"value": "number"
|
|
5618
|
+
},
|
|
5619
|
+
"optional": true,
|
|
5620
|
+
"computed": false
|
|
5621
|
+
}
|
|
5622
|
+
]
|
|
5623
|
+
}
|
|
5624
|
+
]
|
|
5625
|
+
},
|
|
5626
5626
|
"ai-portal.gantt-chart": {
|
|
5627
5627
|
"properties": [
|
|
5628
5628
|
{
|
|
@@ -6454,6 +6454,18 @@
|
|
|
6454
6454
|
},
|
|
6455
6455
|
"computed": false
|
|
6456
6456
|
},
|
|
6457
|
+
{
|
|
6458
|
+
"type": "propertySignature",
|
|
6459
|
+
"key": {
|
|
6460
|
+
"type": "identifier",
|
|
6461
|
+
"name": "introUrl"
|
|
6462
|
+
},
|
|
6463
|
+
"annotation": {
|
|
6464
|
+
"type": "keyword",
|
|
6465
|
+
"value": "string"
|
|
6466
|
+
},
|
|
6467
|
+
"computed": false
|
|
6468
|
+
},
|
|
6457
6469
|
{
|
|
6458
6470
|
"type": "propertySignature",
|
|
6459
6471
|
"key": {
|