@next-bricks/ai-portal 0.65.8 → 0.67.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 (40) hide show
  1. package/dist/bricks.json +53 -39
  2. package/dist/chunks/1750.ba9f8f80.js +2 -0
  3. package/dist/chunks/1750.ba9f8f80.js.map +1 -0
  4. package/dist/chunks/chat-box.060b8727.js +3 -0
  5. package/dist/chunks/chat-box.060b8727.js.map +1 -0
  6. package/dist/chunks/{main.aced41aa.js → main.659aac54.js} +2 -2
  7. package/dist/chunks/{main.aced41aa.js.map → main.659aac54.js.map} +1 -1
  8. package/dist/chunks/set-chat-mentioned-employee.69199eec.js +2 -0
  9. package/dist/chunks/set-chat-mentioned-employee.69199eec.js.map +1 -0
  10. package/dist/chunks/space-logo.994f7a25.js +2 -0
  11. package/dist/chunks/space-logo.994f7a25.js.map +1 -0
  12. package/dist/chunks/space-workbench.964b8644.js +2 -0
  13. package/dist/chunks/space-workbench.964b8644.js.map +1 -0
  14. package/dist/examples.json +17 -14
  15. package/dist/images/2f7ddbac.svg +6 -0
  16. package/dist/{index.0efd927c.js → index.bdb0052a.js} +2 -2
  17. package/dist/index.bdb0052a.js.map +1 -0
  18. package/dist/manifest.json +379 -307
  19. package/dist/types.json +515 -218
  20. package/dist-types/bootstrap.d.ts +3 -0
  21. package/dist-types/data-providers/set-chat-mentioned-employee.d.ts +7 -0
  22. package/dist-types/data-providers/set-chat-mentioned-employee.spec.d.ts +1 -0
  23. package/dist-types/space-workbench/components/SpaceGuide/SpaceGuide.d.ts +13 -0
  24. package/dist-types/space-workbench/components/SpaceGuide/SpaceGuide.spec.d.ts +1 -0
  25. package/dist-types/space-workbench/components/SpaceNav/SpaceNav.d.ts +22 -0
  26. package/dist-types/space-workbench/components/SpaceNav/SpaceNav.spec.d.ts +1 -0
  27. package/dist-types/space-workbench/i18n.d.ts +19 -0
  28. package/dist-types/space-workbench/index.d.ts +20 -0
  29. package/dist-types/space-workbench/index.spec.d.ts +1 -0
  30. package/dist-types/space-workbench/interfaces.d.ts +5 -0
  31. package/dist-types/space-workbench/space-logo/index.d.ts +15 -0
  32. package/dist-types/space-workbench/space-logo/index.spec.d.ts +1 -0
  33. package/docs/space-workbench.md +78 -0
  34. package/package.json +2 -2
  35. package/dist/chunks/2742.64fa013f.js +0 -2
  36. package/dist/chunks/2742.64fa013f.js.map +0 -1
  37. package/dist/chunks/chat-box.3ae83b4f.js +0 -3
  38. package/dist/chunks/chat-box.3ae83b4f.js.map +0 -1
  39. package/dist/index.0efd927c.js.map +0 -1
  40. /package/dist/chunks/{chat-box.3ae83b4f.js.LICENSE.txt → chat-box.060b8727.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -1,12 +1,103 @@
1
1
  {
2
- "ai-portal.home-container": {
2
+ "ai-portal.stat-with-mini-chart": {
3
3
  "properties": [
4
4
  {
5
- "name": "sticky",
5
+ "name": "label",
6
+ "annotation": {
7
+ "type": "keyword",
8
+ "value": "string"
9
+ }
10
+ },
11
+ {
12
+ "name": "value",
13
+ "annotation": {
14
+ "type": "keyword",
15
+ "value": "string"
16
+ }
17
+ },
18
+ {
19
+ "name": "size",
20
+ "annotation": {
21
+ "type": "union",
22
+ "types": [
23
+ {
24
+ "type": "jsLiteral",
25
+ "value": "medium"
26
+ },
27
+ {
28
+ "type": "jsLiteral",
29
+ "value": "small"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "name": "lineColor",
36
+ "annotation": {
37
+ "type": "keyword",
38
+ "value": "string"
39
+ }
40
+ },
41
+ {
42
+ "name": "showArea",
6
43
  "annotation": {
7
44
  "type": "keyword",
8
45
  "value": "boolean"
9
46
  }
47
+ },
48
+ {
49
+ "name": "min",
50
+ "annotation": {
51
+ "type": "keyword",
52
+ "value": "number"
53
+ }
54
+ },
55
+ {
56
+ "name": "max",
57
+ "annotation": {
58
+ "type": "keyword",
59
+ "value": "number"
60
+ }
61
+ },
62
+ {
63
+ "name": "xField",
64
+ "annotation": {
65
+ "type": "keyword",
66
+ "value": "string"
67
+ }
68
+ },
69
+ {
70
+ "name": "yField",
71
+ "annotation": {
72
+ "type": "keyword",
73
+ "value": "string"
74
+ }
75
+ },
76
+ {
77
+ "name": "data",
78
+ "annotation": {
79
+ "type": "array",
80
+ "elementType": {
81
+ "type": "reference",
82
+ "typeName": {
83
+ "type": "identifier",
84
+ "name": "Record"
85
+ },
86
+ "typeParameters": {
87
+ "type": "typeParameterInstantiation",
88
+ "params": [
89
+ {
90
+ "type": "keyword",
91
+ "value": "string"
92
+ },
93
+ {
94
+ "type": "keyword",
95
+ "value": "number"
96
+ }
97
+ ]
98
+ }
99
+ }
100
+ }
10
101
  }
11
102
  ],
12
103
  "events": [],
@@ -1873,6 +1964,68 @@
1873
1964
  }
1874
1965
  ]
1875
1966
  },
1967
+ "ai-portal.set-chat-mentioned-employee": {
1968
+ "type": "provider",
1969
+ "params": [
1970
+ {
1971
+ "name": "chatMentionedEmployee",
1972
+ "annotation": {
1973
+ "type": "union",
1974
+ "types": [
1975
+ {
1976
+ "type": "reference",
1977
+ "typeName": {
1978
+ "type": "identifier",
1979
+ "name": "ChatMentionedEmployee"
1980
+ }
1981
+ },
1982
+ {
1983
+ "type": "keyword",
1984
+ "value": "null"
1985
+ }
1986
+ ]
1987
+ }
1988
+ }
1989
+ ],
1990
+ "returns": {
1991
+ "annotation": {
1992
+ "type": "keyword",
1993
+ "value": "void"
1994
+ }
1995
+ },
1996
+ "types": [
1997
+ {
1998
+ "type": "interface",
1999
+ "name": "ChatMentionedEmployee",
2000
+ "body": [
2001
+ {
2002
+ "type": "propertySignature",
2003
+ "key": {
2004
+ "type": "identifier",
2005
+ "name": "name"
2006
+ },
2007
+ "annotation": {
2008
+ "type": "keyword",
2009
+ "value": "string"
2010
+ },
2011
+ "computed": false
2012
+ },
2013
+ {
2014
+ "type": "propertySignature",
2015
+ "key": {
2016
+ "type": "identifier",
2017
+ "name": "employeeId"
2018
+ },
2019
+ "annotation": {
2020
+ "type": "keyword",
2021
+ "value": "string"
2022
+ },
2023
+ "computed": false
2024
+ }
2025
+ ]
2026
+ }
2027
+ ]
2028
+ },
1876
2029
  "ai-portal.page-container": {
1877
2030
  "properties": [
1878
2031
  {
@@ -2052,105 +2205,14 @@
2052
2205
  }
2053
2206
  ]
2054
2207
  },
2055
- "ai-portal.stat-with-mini-chart": {
2208
+ "ai-portal.home-container": {
2056
2209
  "properties": [
2057
2210
  {
2058
- "name": "label",
2059
- "annotation": {
2060
- "type": "keyword",
2061
- "value": "string"
2062
- }
2063
- },
2064
- {
2065
- "name": "value",
2066
- "annotation": {
2067
- "type": "keyword",
2068
- "value": "string"
2069
- }
2070
- },
2071
- {
2072
- "name": "size",
2073
- "annotation": {
2074
- "type": "union",
2075
- "types": [
2076
- {
2077
- "type": "jsLiteral",
2078
- "value": "medium"
2079
- },
2080
- {
2081
- "type": "jsLiteral",
2082
- "value": "small"
2083
- }
2084
- ]
2085
- }
2086
- },
2087
- {
2088
- "name": "lineColor",
2089
- "annotation": {
2090
- "type": "keyword",
2091
- "value": "string"
2092
- }
2093
- },
2094
- {
2095
- "name": "showArea",
2211
+ "name": "sticky",
2096
2212
  "annotation": {
2097
2213
  "type": "keyword",
2098
2214
  "value": "boolean"
2099
2215
  }
2100
- },
2101
- {
2102
- "name": "min",
2103
- "annotation": {
2104
- "type": "keyword",
2105
- "value": "number"
2106
- }
2107
- },
2108
- {
2109
- "name": "max",
2110
- "annotation": {
2111
- "type": "keyword",
2112
- "value": "number"
2113
- }
2114
- },
2115
- {
2116
- "name": "xField",
2117
- "annotation": {
2118
- "type": "keyword",
2119
- "value": "string"
2120
- }
2121
- },
2122
- {
2123
- "name": "yField",
2124
- "annotation": {
2125
- "type": "keyword",
2126
- "value": "string"
2127
- }
2128
- },
2129
- {
2130
- "name": "data",
2131
- "annotation": {
2132
- "type": "array",
2133
- "elementType": {
2134
- "type": "reference",
2135
- "typeName": {
2136
- "type": "identifier",
2137
- "name": "Record"
2138
- },
2139
- "typeParameters": {
2140
- "type": "typeParameterInstantiation",
2141
- "params": [
2142
- {
2143
- "type": "keyword",
2144
- "value": "string"
2145
- },
2146
- {
2147
- "type": "keyword",
2148
- "value": "number"
2149
- }
2150
- ]
2151
- }
2152
- }
2153
- }
2154
2216
  }
2155
2217
  ],
2156
2218
  "events": [],
@@ -2315,6 +2377,19 @@
2315
2377
  "events": [],
2316
2378
  "methods": []
2317
2379
  },
2380
+ "ai-portal.space-logo": {
2381
+ "properties": [
2382
+ {
2383
+ "name": "size",
2384
+ "annotation": {
2385
+ "type": "keyword",
2386
+ "value": "number"
2387
+ }
2388
+ }
2389
+ ],
2390
+ "events": [],
2391
+ "methods": []
2392
+ },
2318
2393
  "ai-portal.project-knowledges": {
2319
2394
  "properties": [
2320
2395
  {
@@ -5503,18 +5578,222 @@
5503
5578
  }
5504
5579
  ]
5505
5580
  },
5506
- "optional": true,
5581
+ "optional": true,
5582
+ "computed": false
5583
+ },
5584
+ {
5585
+ "type": "propertySignature",
5586
+ "key": {
5587
+ "type": "identifier",
5588
+ "name": "startTime"
5589
+ },
5590
+ "annotation": {
5591
+ "type": "keyword",
5592
+ "value": "number"
5593
+ },
5594
+ "optional": true,
5595
+ "computed": false
5596
+ },
5597
+ {
5598
+ "type": "propertySignature",
5599
+ "key": {
5600
+ "type": "identifier",
5601
+ "name": "endTime"
5602
+ },
5603
+ "annotation": {
5604
+ "type": "keyword",
5605
+ "value": "number"
5606
+ },
5607
+ "optional": true,
5608
+ "computed": false
5609
+ }
5610
+ ]
5611
+ }
5612
+ ]
5613
+ },
5614
+ "ai-portal.notice-dropdown": {
5615
+ "properties": [
5616
+ {
5617
+ "name": "dataSource",
5618
+ "annotation": {
5619
+ "type": "array",
5620
+ "elementType": {
5621
+ "type": "reference",
5622
+ "typeName": {
5623
+ "type": "identifier",
5624
+ "name": "NoticeItem"
5625
+ }
5626
+ }
5627
+ }
5628
+ },
5629
+ {
5630
+ "name": "popoverPlacement",
5631
+ "annotation": {
5632
+ "type": "reference",
5633
+ "typeName": {
5634
+ "type": "identifier",
5635
+ "name": "Placement"
5636
+ }
5637
+ }
5638
+ },
5639
+ {
5640
+ "name": "emptyText",
5641
+ "annotation": {
5642
+ "type": "keyword",
5643
+ "value": "string"
5644
+ }
5645
+ },
5646
+ {
5647
+ "name": "notifyCenterUrl",
5648
+ "annotation": {
5649
+ "type": "keyword",
5650
+ "value": "string"
5651
+ }
5652
+ },
5653
+ {
5654
+ "name": "urlTemplate",
5655
+ "annotation": {
5656
+ "type": "keyword",
5657
+ "value": "string"
5658
+ }
5659
+ },
5660
+ {
5661
+ "name": "urlTarget",
5662
+ "annotation": {
5663
+ "type": "reference",
5664
+ "typeName": {
5665
+ "type": "identifier",
5666
+ "name": "Target"
5667
+ }
5668
+ }
5669
+ },
5670
+ {
5671
+ "name": "dropdownMaxWidth",
5672
+ "annotation": {
5673
+ "type": "union",
5674
+ "types": [
5675
+ {
5676
+ "type": "keyword",
5677
+ "value": "string"
5678
+ },
5679
+ {
5680
+ "type": "keyword",
5681
+ "value": "number"
5682
+ }
5683
+ ]
5684
+ }
5685
+ },
5686
+ {
5687
+ "name": "dropdownContentStyle",
5688
+ "annotation": {
5689
+ "type": "reference",
5690
+ "typeName": {
5691
+ "type": "qualifiedName",
5692
+ "left": {
5693
+ "type": "identifier",
5694
+ "name": "React"
5695
+ },
5696
+ "right": {
5697
+ "type": "identifier",
5698
+ "name": "CSSProperties"
5699
+ }
5700
+ }
5701
+ }
5702
+ },
5703
+ {
5704
+ "name": "hideNotifyCenterButton",
5705
+ "annotation": {
5706
+ "type": "keyword",
5707
+ "value": "boolean"
5708
+ }
5709
+ }
5710
+ ],
5711
+ "events": [
5712
+ {
5713
+ "name": "notice.click",
5714
+ "detail": {
5715
+ "annotation": {
5716
+ "type": "reference",
5717
+ "typeName": {
5718
+ "type": "identifier",
5719
+ "name": "NoticeItem"
5720
+ }
5721
+ }
5722
+ }
5723
+ },
5724
+ {
5725
+ "name": "mark.all.read",
5726
+ "detail": {
5727
+ "annotation": {
5728
+ "type": "keyword",
5729
+ "value": "void"
5730
+ }
5731
+ }
5732
+ }
5733
+ ],
5734
+ "methods": [],
5735
+ "types": [
5736
+ {
5737
+ "type": "interface",
5738
+ "name": "NoticeItem",
5739
+ "body": [
5740
+ {
5741
+ "type": "propertySignature",
5742
+ "key": {
5743
+ "type": "identifier",
5744
+ "name": "id"
5745
+ },
5746
+ "annotation": {
5747
+ "type": "keyword",
5748
+ "value": "string"
5749
+ },
5750
+ "computed": false
5751
+ },
5752
+ {
5753
+ "type": "propertySignature",
5754
+ "key": {
5755
+ "type": "identifier",
5756
+ "name": "type"
5757
+ },
5758
+ "annotation": {
5759
+ "type": "keyword",
5760
+ "value": "string"
5761
+ },
5762
+ "computed": false
5763
+ },
5764
+ {
5765
+ "type": "propertySignature",
5766
+ "key": {
5767
+ "type": "identifier",
5768
+ "name": "isRead"
5769
+ },
5770
+ "annotation": {
5771
+ "type": "keyword",
5772
+ "value": "boolean"
5773
+ },
5774
+ "computed": false
5775
+ },
5776
+ {
5777
+ "type": "propertySignature",
5778
+ "key": {
5779
+ "type": "identifier",
5780
+ "name": "title"
5781
+ },
5782
+ "annotation": {
5783
+ "type": "keyword",
5784
+ "value": "string"
5785
+ },
5507
5786
  "computed": false
5508
5787
  },
5509
5788
  {
5510
5789
  "type": "propertySignature",
5511
5790
  "key": {
5512
5791
  "type": "identifier",
5513
- "name": "startTime"
5792
+ "name": "description"
5514
5793
  },
5515
5794
  "annotation": {
5516
5795
  "type": "keyword",
5517
- "value": "number"
5796
+ "value": "string"
5518
5797
  },
5519
5798
  "optional": true,
5520
5799
  "computed": false
@@ -5523,20 +5802,33 @@
5523
5802
  "type": "propertySignature",
5524
5803
  "key": {
5525
5804
  "type": "identifier",
5526
- "name": "endTime"
5805
+ "name": "time"
5527
5806
  },
5528
5807
  "annotation": {
5529
5808
  "type": "keyword",
5530
5809
  "value": "number"
5531
5810
  },
5532
- "optional": true,
5533
5811
  "computed": false
5812
+ },
5813
+ {
5814
+ "type": "propertySignature",
5815
+ "key": {
5816
+ "type": "identifier",
5817
+ "name": "url"
5818
+ },
5819
+ "annotation": {
5820
+ "type": "keyword",
5821
+ "value": "string"
5822
+ },
5823
+ "optional": true,
5824
+ "computed": false,
5825
+ "description": "单个消息详情链接,优先级高于 urlTemplate"
5534
5826
  }
5535
5827
  ]
5536
5828
  }
5537
5829
  ]
5538
5830
  },
5539
- "ai-portal.notice-dropdown": {
5831
+ "ai-portal.notice-list": {
5540
5832
  "properties": [
5541
5833
  {
5542
5834
  "name": "dataSource",
@@ -5551,16 +5843,6 @@
5551
5843
  }
5552
5844
  }
5553
5845
  },
5554
- {
5555
- "name": "popoverPlacement",
5556
- "annotation": {
5557
- "type": "reference",
5558
- "typeName": {
5559
- "type": "identifier",
5560
- "name": "Placement"
5561
- }
5562
- }
5563
- },
5564
5846
  {
5565
5847
  "name": "emptyText",
5566
5848
  "annotation": {
@@ -5568,13 +5850,6 @@
5568
5850
  "value": "string"
5569
5851
  }
5570
5852
  },
5571
- {
5572
- "name": "notifyCenterUrl",
5573
- "annotation": {
5574
- "type": "keyword",
5575
- "value": "string"
5576
- }
5577
- },
5578
5853
  {
5579
5854
  "name": "urlTemplate",
5580
5855
  "annotation": {
@@ -5593,44 +5868,14 @@
5593
5868
  }
5594
5869
  },
5595
5870
  {
5596
- "name": "dropdownMaxWidth",
5597
- "annotation": {
5598
- "type": "union",
5599
- "types": [
5600
- {
5601
- "type": "keyword",
5602
- "value": "string"
5603
- },
5604
- {
5605
- "type": "keyword",
5606
- "value": "number"
5607
- }
5608
- ]
5609
- }
5610
- },
5611
- {
5612
- "name": "dropdownContentStyle",
5871
+ "name": "selectedIds",
5613
5872
  "annotation": {
5614
- "type": "reference",
5615
- "typeName": {
5616
- "type": "qualifiedName",
5617
- "left": {
5618
- "type": "identifier",
5619
- "name": "React"
5620
- },
5621
- "right": {
5622
- "type": "identifier",
5623
- "name": "CSSProperties"
5624
- }
5873
+ "type": "array",
5874
+ "elementType": {
5875
+ "type": "keyword",
5876
+ "value": "string"
5625
5877
  }
5626
5878
  }
5627
- },
5628
- {
5629
- "name": "hideNotifyCenterButton",
5630
- "annotation": {
5631
- "type": "keyword",
5632
- "value": "boolean"
5633
- }
5634
5879
  }
5635
5880
  ],
5636
5881
  "events": [
@@ -5646,6 +5891,21 @@
5646
5891
  }
5647
5892
  }
5648
5893
  },
5894
+ {
5895
+ "name": "mark.items.read",
5896
+ "detail": {
5897
+ "annotation": {
5898
+ "type": "array",
5899
+ "elementType": {
5900
+ "type": "reference",
5901
+ "typeName": {
5902
+ "type": "identifier",
5903
+ "name": "NoticeItem"
5904
+ }
5905
+ }
5906
+ }
5907
+ }
5908
+ },
5649
5909
  {
5650
5910
  "name": "mark.all.read",
5651
5911
  "detail": {
@@ -5753,10 +6013,10 @@
5753
6013
  }
5754
6014
  ]
5755
6015
  },
5756
- "ai-portal.notice-list": {
6016
+ "ai-portal.space-workbench": {
5757
6017
  "properties": [
5758
6018
  {
5759
- "name": "dataSource",
6019
+ "name": "notices",
5760
6020
  "annotation": {
5761
6021
  "type": "array",
5762
6022
  "elementType": {
@@ -5769,41 +6029,42 @@
5769
6029
  }
5770
6030
  },
5771
6031
  {
5772
- "name": "emptyText",
6032
+ "name": "spaceDetail",
5773
6033
  "annotation": {
5774
- "type": "keyword",
5775
- "value": "string"
6034
+ "type": "reference",
6035
+ "typeName": {
6036
+ "type": "identifier",
6037
+ "name": "SpaceDetail"
6038
+ }
5776
6039
  }
5777
6040
  },
5778
6041
  {
5779
- "name": "urlTemplate",
6042
+ "name": "notifyCenterUrl",
5780
6043
  "annotation": {
5781
6044
  "type": "keyword",
5782
6045
  "value": "string"
5783
6046
  }
5784
- },
6047
+ }
6048
+ ],
6049
+ "events": [
5785
6050
  {
5786
- "name": "urlTarget",
5787
- "annotation": {
5788
- "type": "reference",
5789
- "typeName": {
5790
- "type": "identifier",
5791
- "name": "Target"
6051
+ "name": "go.back",
6052
+ "detail": {
6053
+ "annotation": {
6054
+ "type": "keyword",
6055
+ "value": "void"
5792
6056
  }
5793
6057
  }
5794
6058
  },
5795
6059
  {
5796
- "name": "selectedIds",
5797
- "annotation": {
5798
- "type": "array",
5799
- "elementType": {
6060
+ "name": "members.click",
6061
+ "detail": {
6062
+ "annotation": {
5800
6063
  "type": "keyword",
5801
- "value": "string"
6064
+ "value": "void"
5802
6065
  }
5803
6066
  }
5804
- }
5805
- ],
5806
- "events": [
6067
+ },
5807
6068
  {
5808
6069
  "name": "notice.click",
5809
6070
  "detail": {
@@ -5817,22 +6078,16 @@
5817
6078
  }
5818
6079
  },
5819
6080
  {
5820
- "name": "mark.items.read",
6081
+ "name": "mark.all.read",
5821
6082
  "detail": {
5822
6083
  "annotation": {
5823
- "type": "array",
5824
- "elementType": {
5825
- "type": "reference",
5826
- "typeName": {
5827
- "type": "identifier",
5828
- "name": "NoticeItem"
5829
- }
5830
- }
6084
+ "type": "keyword",
6085
+ "value": "void"
5831
6086
  }
5832
6087
  }
5833
6088
  },
5834
6089
  {
5835
- "name": "mark.all.read",
6090
+ "name": "space.edit",
5836
6091
  "detail": {
5837
6092
  "annotation": {
5838
6093
  "type": "keyword",
@@ -5935,6 +6190,48 @@
5935
6190
  "description": "单个消息详情链接,优先级高于 urlTemplate"
5936
6191
  }
5937
6192
  ]
6193
+ },
6194
+ {
6195
+ "type": "interface",
6196
+ "name": "SpaceDetail",
6197
+ "body": [
6198
+ {
6199
+ "type": "propertySignature",
6200
+ "key": {
6201
+ "type": "identifier",
6202
+ "name": "name"
6203
+ },
6204
+ "annotation": {
6205
+ "type": "keyword",
6206
+ "value": "string"
6207
+ },
6208
+ "computed": false
6209
+ },
6210
+ {
6211
+ "type": "propertySignature",
6212
+ "key": {
6213
+ "type": "identifier",
6214
+ "name": "instanceId"
6215
+ },
6216
+ "annotation": {
6217
+ "type": "keyword",
6218
+ "value": "string"
6219
+ },
6220
+ "computed": false
6221
+ },
6222
+ {
6223
+ "type": "propertySignature",
6224
+ "key": {
6225
+ "type": "identifier",
6226
+ "name": "description"
6227
+ },
6228
+ "annotation": {
6229
+ "type": "keyword",
6230
+ "value": "string"
6231
+ },
6232
+ "computed": false
6233
+ }
6234
+ ]
5938
6235
  }
5939
6236
  ]
5940
6237
  },
@@ -7562,7 +7859,7 @@
7562
7859
  }
7563
7860
  ]
7564
7861
  },
7565
- "ai-portal.chat-stream": {
7862
+ "ai-portal.cruise-canvas": {
7566
7863
  "properties": [
7567
7864
  {
7568
7865
  "name": "conversationId",
@@ -7627,6 +7924,13 @@
7627
7924
  }
7628
7925
  }
7629
7926
  },
7927
+ {
7928
+ "name": "showHiddenJobs",
7929
+ "annotation": {
7930
+ "type": "keyword",
7931
+ "value": "boolean"
7932
+ }
7933
+ },
7630
7934
  {
7631
7935
  "name": "showHumanActions",
7632
7936
  "annotation": {
@@ -7669,6 +7973,13 @@
7669
7973
  "value": "boolean"
7670
7974
  }
7671
7975
  },
7976
+ {
7977
+ "name": "showJsxEditor",
7978
+ "annotation": {
7979
+ "type": "keyword",
7980
+ "value": "boolean"
7981
+ }
7982
+ },
7672
7983
  {
7673
7984
  "name": "previewUrlTemplate",
7674
7985
  "annotation": {
@@ -7709,6 +8020,13 @@
7709
8020
  "value": "string"
7710
8021
  }
7711
8022
  },
8023
+ {
8024
+ "name": "separateInstructions",
8025
+ "annotation": {
8026
+ "type": "keyword",
8027
+ "value": "boolean"
8028
+ }
8029
+ },
7712
8030
  {
7713
8031
  "name": "aiEmployees",
7714
8032
  "annotation": {
@@ -7791,7 +8109,7 @@
7791
8109
  "detail": {
7792
8110
  "annotation": {
7793
8111
  "type": "jsLiteral",
7794
- "value": "canvas"
8112
+ "value": "chat"
7795
8113
  }
7796
8114
  }
7797
8115
  },
@@ -7806,15 +8124,6 @@
7806
8124
  }
7807
8125
  }
7808
8126
  }
7809
- },
7810
- {
7811
- "name": "split.change",
7812
- "detail": {
7813
- "annotation": {
7814
- "type": "keyword",
7815
- "value": "boolean"
7816
- }
7817
- }
7818
8127
  }
7819
8128
  ],
7820
8129
  "methods": [
@@ -9041,7 +9350,7 @@
9041
9350
  }
9042
9351
  ]
9043
9352
  },
9044
- "ai-portal.cruise-canvas": {
9353
+ "ai-portal.chat-stream": {
9045
9354
  "properties": [
9046
9355
  {
9047
9356
  "name": "conversationId",
@@ -9106,13 +9415,6 @@
9106
9415
  }
9107
9416
  }
9108
9417
  },
9109
- {
9110
- "name": "showHiddenJobs",
9111
- "annotation": {
9112
- "type": "keyword",
9113
- "value": "boolean"
9114
- }
9115
- },
9116
9418
  {
9117
9419
  "name": "showHumanActions",
9118
9420
  "annotation": {
@@ -9155,13 +9457,6 @@
9155
9457
  "value": "boolean"
9156
9458
  }
9157
9459
  },
9158
- {
9159
- "name": "showJsxEditor",
9160
- "annotation": {
9161
- "type": "keyword",
9162
- "value": "boolean"
9163
- }
9164
- },
9165
9460
  {
9166
9461
  "name": "previewUrlTemplate",
9167
9462
  "annotation": {
@@ -9202,13 +9497,6 @@
9202
9497
  "value": "string"
9203
9498
  }
9204
9499
  },
9205
- {
9206
- "name": "separateInstructions",
9207
- "annotation": {
9208
- "type": "keyword",
9209
- "value": "boolean"
9210
- }
9211
- },
9212
9500
  {
9213
9501
  "name": "aiEmployees",
9214
9502
  "annotation": {
@@ -9291,7 +9579,7 @@
9291
9579
  "detail": {
9292
9580
  "annotation": {
9293
9581
  "type": "jsLiteral",
9294
- "value": "chat"
9582
+ "value": "canvas"
9295
9583
  }
9296
9584
  }
9297
9585
  },
@@ -9306,6 +9594,15 @@
9306
9594
  }
9307
9595
  }
9308
9596
  }
9597
+ },
9598
+ {
9599
+ "name": "split.change",
9600
+ "detail": {
9601
+ "annotation": {
9602
+ "type": "keyword",
9603
+ "value": "boolean"
9604
+ }
9605
+ }
9309
9606
  }
9310
9607
  ],
9311
9608
  "methods": [