@next-bricks/ai-portal 0.61.4 → 0.61.6

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 (35) hide show
  1. package/dist/bricks.json +41 -41
  2. package/dist/chunks/7059.deba5fdf.js +3 -0
  3. package/dist/chunks/7059.deba5fdf.js.map +1 -0
  4. package/dist/chunks/9164.6984dbe6.js +2 -0
  5. package/dist/chunks/9164.6984dbe6.js.map +1 -0
  6. package/dist/chunks/elevo-sidebar.8544a41c.js +3 -0
  7. package/dist/chunks/elevo-sidebar.8544a41c.js.map +1 -0
  8. package/dist/chunks/{main.e666b2e6.js → main.b52d84a8.js} +2 -2
  9. package/dist/chunks/{main.e666b2e6.js.map → main.b52d84a8.js.map} +1 -1
  10. package/dist/chunks/page-container.068df693.js +2 -0
  11. package/dist/chunks/page-container.068df693.js.map +1 -0
  12. package/dist/examples.json +22 -22
  13. package/dist/index.5deb5dda.js +2 -0
  14. package/dist/{index.9e75c766.js.map → index.5deb5dda.js.map} +1 -1
  15. package/dist/manifest.json +351 -332
  16. package/dist/types.json +1438 -1291
  17. package/dist-types/elevo-sidebar/ChatHistory.d.ts +1 -1
  18. package/dist-types/elevo-sidebar/SectionTitle.d.ts +8 -0
  19. package/dist-types/elevo-sidebar/SpaceNav.d.ts +16 -0
  20. package/dist-types/elevo-sidebar/constants.d.ts +2 -0
  21. package/dist-types/elevo-sidebar/i18n.d.ts +5 -1
  22. package/dist-types/elevo-sidebar/index.d.ts +9 -7
  23. package/dist-types/elevo-sidebar/interfaces.d.ts +7 -0
  24. package/package.json +2 -2
  25. package/dist/chunks/2084.aae5392b.js +0 -3
  26. package/dist/chunks/2084.aae5392b.js.map +0 -1
  27. package/dist/chunks/9164.abc412b7.js +0 -2
  28. package/dist/chunks/9164.abc412b7.js.map +0 -1
  29. package/dist/chunks/elevo-sidebar.68648b33.js +0 -3
  30. package/dist/chunks/elevo-sidebar.68648b33.js.map +0 -1
  31. package/dist/chunks/page-container.08e26095.js +0 -2
  32. package/dist/chunks/page-container.08e26095.js.map +0 -1
  33. package/dist/index.9e75c766.js +0 -2
  34. /package/dist/chunks/{2084.aae5392b.js.LICENSE.txt → 7059.deba5fdf.js.LICENSE.txt} +0 -0
  35. /package/dist/chunks/{elevo-sidebar.68648b33.js.LICENSE.txt → elevo-sidebar.8544a41c.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -1,108 +1,4 @@
1
1
  {
2
- "ai-portal.stat-with-mini-chart": {
3
- "properties": [
4
- {
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",
43
- "annotation": {
44
- "type": "keyword",
45
- "value": "boolean"
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
- }
101
- }
102
- ],
103
- "events": [],
104
- "methods": []
105
- },
106
2
  "ai-portal.home-container": {
107
3
  "properties": [
108
4
  {
@@ -1628,77 +1524,6 @@
1628
1524
  }
1629
1525
  ]
1630
1526
  },
1631
- "ai-portal.tab-list": {
1632
- "properties": [
1633
- {
1634
- "name": "tabs",
1635
- "annotation": {
1636
- "type": "array",
1637
- "elementType": {
1638
- "type": "reference",
1639
- "typeName": {
1640
- "type": "identifier",
1641
- "name": "Tab"
1642
- }
1643
- }
1644
- }
1645
- },
1646
- {
1647
- "name": "activeTab",
1648
- "annotation": {
1649
- "type": "keyword",
1650
- "value": "string"
1651
- }
1652
- }
1653
- ],
1654
- "events": [
1655
- {
1656
- "name": "tab.click",
1657
- "detail": {
1658
- "annotation": {
1659
- "type": "reference",
1660
- "typeName": {
1661
- "type": "identifier",
1662
- "name": "Tab"
1663
- }
1664
- }
1665
- }
1666
- }
1667
- ],
1668
- "methods": [],
1669
- "types": [
1670
- {
1671
- "type": "interface",
1672
- "name": "Tab",
1673
- "body": [
1674
- {
1675
- "type": "propertySignature",
1676
- "key": {
1677
- "type": "identifier",
1678
- "name": "id"
1679
- },
1680
- "annotation": {
1681
- "type": "keyword",
1682
- "value": "string"
1683
- },
1684
- "computed": false
1685
- },
1686
- {
1687
- "type": "propertySignature",
1688
- "key": {
1689
- "type": "identifier",
1690
- "name": "label"
1691
- },
1692
- "annotation": {
1693
- "type": "keyword",
1694
- "value": "string"
1695
- },
1696
- "computed": false
1697
- }
1698
- ]
1699
- }
1700
- ]
1701
- },
1702
1527
  "ai-portal.page-container": {
1703
1528
  "properties": [
1704
1529
  {
@@ -1807,91 +1632,266 @@
1807
1632
  }
1808
1633
  ]
1809
1634
  },
1810
- "ai-portal.elevo-logo": {
1811
- "properties": [],
1812
- "events": [],
1813
- "methods": []
1814
- },
1815
- "ai-portal.blank-state": {
1635
+ "ai-portal.tab-list": {
1816
1636
  "properties": [
1817
1637
  {
1818
- "name": "illustration",
1638
+ "name": "tabs",
1819
1639
  "annotation": {
1820
- "type": "reference",
1821
- "typeName": {
1822
- "type": "identifier",
1823
- "name": "BlankStateIllustration"
1640
+ "type": "array",
1641
+ "elementType": {
1642
+ "type": "reference",
1643
+ "typeName": {
1644
+ "type": "identifier",
1645
+ "name": "Tab"
1646
+ }
1824
1647
  }
1825
1648
  }
1826
1649
  },
1827
1650
  {
1828
- "name": "description",
1651
+ "name": "activeTab",
1829
1652
  "annotation": {
1830
1653
  "type": "keyword",
1831
1654
  "value": "string"
1832
1655
  }
1833
1656
  }
1834
1657
  ],
1835
- "events": [],
1836
- "methods": [],
1837
- "types": [
1658
+ "events": [
1838
1659
  {
1839
- "type": "typeAlias",
1840
- "name": "BlankStateIllustration",
1841
- "annotation": {
1842
- "type": "union",
1843
- "types": [
1844
- {
1845
- "type": "jsLiteral",
1846
- "value": "goals"
1847
- },
1848
- {
1849
- "type": "jsLiteral",
1850
- "value": "activities"
1851
- },
1852
- {
1853
- "type": "jsLiteral",
1854
- "value": "collaboration-spaces"
1855
- },
1856
- {
1857
- "type": "jsLiteral",
1858
- "value": "serviceflows"
1660
+ "name": "tab.click",
1661
+ "detail": {
1662
+ "annotation": {
1663
+ "type": "reference",
1664
+ "typeName": {
1665
+ "type": "identifier",
1666
+ "name": "Tab"
1859
1667
  }
1860
- ]
1861
- }
1862
- }
1863
- ]
1864
- },
1865
- "ai-portal.sticky-container": {
1866
- "properties": [
1867
- {
1868
- "name": "variant",
1869
- "annotation": {
1870
- "type": "reference",
1871
- "typeName": {
1872
- "type": "identifier",
1873
- "name": "StickyContainerVariant"
1874
1668
  }
1875
1669
  }
1876
- },
1877
- {
1878
- "name": "textContent",
1879
- "annotation": {
1880
- "type": "keyword",
1881
- "value": "string"
1882
- }
1883
1670
  }
1884
1671
  ],
1885
- "events": [],
1886
1672
  "methods": [],
1887
1673
  "types": [
1888
1674
  {
1889
- "type": "typeAlias",
1890
- "name": "StickyContainerVariant",
1891
- "annotation": {
1892
- "type": "union",
1893
- "types": [
1894
- {
1675
+ "type": "interface",
1676
+ "name": "Tab",
1677
+ "body": [
1678
+ {
1679
+ "type": "propertySignature",
1680
+ "key": {
1681
+ "type": "identifier",
1682
+ "name": "id"
1683
+ },
1684
+ "annotation": {
1685
+ "type": "keyword",
1686
+ "value": "string"
1687
+ },
1688
+ "computed": false
1689
+ },
1690
+ {
1691
+ "type": "propertySignature",
1692
+ "key": {
1693
+ "type": "identifier",
1694
+ "name": "label"
1695
+ },
1696
+ "annotation": {
1697
+ "type": "keyword",
1698
+ "value": "string"
1699
+ },
1700
+ "computed": false
1701
+ }
1702
+ ]
1703
+ }
1704
+ ]
1705
+ },
1706
+ "ai-portal.stat-with-mini-chart": {
1707
+ "properties": [
1708
+ {
1709
+ "name": "label",
1710
+ "annotation": {
1711
+ "type": "keyword",
1712
+ "value": "string"
1713
+ }
1714
+ },
1715
+ {
1716
+ "name": "value",
1717
+ "annotation": {
1718
+ "type": "keyword",
1719
+ "value": "string"
1720
+ }
1721
+ },
1722
+ {
1723
+ "name": "size",
1724
+ "annotation": {
1725
+ "type": "union",
1726
+ "types": [
1727
+ {
1728
+ "type": "jsLiteral",
1729
+ "value": "medium"
1730
+ },
1731
+ {
1732
+ "type": "jsLiteral",
1733
+ "value": "small"
1734
+ }
1735
+ ]
1736
+ }
1737
+ },
1738
+ {
1739
+ "name": "lineColor",
1740
+ "annotation": {
1741
+ "type": "keyword",
1742
+ "value": "string"
1743
+ }
1744
+ },
1745
+ {
1746
+ "name": "showArea",
1747
+ "annotation": {
1748
+ "type": "keyword",
1749
+ "value": "boolean"
1750
+ }
1751
+ },
1752
+ {
1753
+ "name": "min",
1754
+ "annotation": {
1755
+ "type": "keyword",
1756
+ "value": "number"
1757
+ }
1758
+ },
1759
+ {
1760
+ "name": "max",
1761
+ "annotation": {
1762
+ "type": "keyword",
1763
+ "value": "number"
1764
+ }
1765
+ },
1766
+ {
1767
+ "name": "xField",
1768
+ "annotation": {
1769
+ "type": "keyword",
1770
+ "value": "string"
1771
+ }
1772
+ },
1773
+ {
1774
+ "name": "yField",
1775
+ "annotation": {
1776
+ "type": "keyword",
1777
+ "value": "string"
1778
+ }
1779
+ },
1780
+ {
1781
+ "name": "data",
1782
+ "annotation": {
1783
+ "type": "array",
1784
+ "elementType": {
1785
+ "type": "reference",
1786
+ "typeName": {
1787
+ "type": "identifier",
1788
+ "name": "Record"
1789
+ },
1790
+ "typeParameters": {
1791
+ "type": "typeParameterInstantiation",
1792
+ "params": [
1793
+ {
1794
+ "type": "keyword",
1795
+ "value": "string"
1796
+ },
1797
+ {
1798
+ "type": "keyword",
1799
+ "value": "number"
1800
+ }
1801
+ ]
1802
+ }
1803
+ }
1804
+ }
1805
+ }
1806
+ ],
1807
+ "events": [],
1808
+ "methods": []
1809
+ },
1810
+ "ai-portal.elevo-logo": {
1811
+ "properties": [],
1812
+ "events": [],
1813
+ "methods": []
1814
+ },
1815
+ "ai-portal.blank-state": {
1816
+ "properties": [
1817
+ {
1818
+ "name": "illustration",
1819
+ "annotation": {
1820
+ "type": "reference",
1821
+ "typeName": {
1822
+ "type": "identifier",
1823
+ "name": "BlankStateIllustration"
1824
+ }
1825
+ }
1826
+ },
1827
+ {
1828
+ "name": "description",
1829
+ "annotation": {
1830
+ "type": "keyword",
1831
+ "value": "string"
1832
+ }
1833
+ }
1834
+ ],
1835
+ "events": [],
1836
+ "methods": [],
1837
+ "types": [
1838
+ {
1839
+ "type": "typeAlias",
1840
+ "name": "BlankStateIllustration",
1841
+ "annotation": {
1842
+ "type": "union",
1843
+ "types": [
1844
+ {
1845
+ "type": "jsLiteral",
1846
+ "value": "goals"
1847
+ },
1848
+ {
1849
+ "type": "jsLiteral",
1850
+ "value": "activities"
1851
+ },
1852
+ {
1853
+ "type": "jsLiteral",
1854
+ "value": "collaboration-spaces"
1855
+ },
1856
+ {
1857
+ "type": "jsLiteral",
1858
+ "value": "serviceflows"
1859
+ }
1860
+ ]
1861
+ }
1862
+ }
1863
+ ]
1864
+ },
1865
+ "ai-portal.sticky-container": {
1866
+ "properties": [
1867
+ {
1868
+ "name": "variant",
1869
+ "annotation": {
1870
+ "type": "reference",
1871
+ "typeName": {
1872
+ "type": "identifier",
1873
+ "name": "StickyContainerVariant"
1874
+ }
1875
+ }
1876
+ },
1877
+ {
1878
+ "name": "textContent",
1879
+ "annotation": {
1880
+ "type": "keyword",
1881
+ "value": "string"
1882
+ }
1883
+ }
1884
+ ],
1885
+ "events": [],
1886
+ "methods": [],
1887
+ "types": [
1888
+ {
1889
+ "type": "typeAlias",
1890
+ "name": "StickyContainerVariant",
1891
+ "annotation": {
1892
+ "type": "union",
1893
+ "types": [
1894
+ {
1895
1895
  "type": "jsLiteral",
1896
1896
  "value": "default"
1897
1897
  },
@@ -2571,26 +2571,6 @@
2571
2571
  }
2572
2572
  ]
2573
2573
  },
2574
- "ai-portal.preview-container": {
2575
- "properties": [
2576
- {
2577
- "name": "source",
2578
- "annotation": {
2579
- "type": "keyword",
2580
- "value": "string"
2581
- }
2582
- },
2583
- {
2584
- "name": "url",
2585
- "annotation": {
2586
- "type": "keyword",
2587
- "value": "string"
2588
- }
2589
- }
2590
- ],
2591
- "events": [],
2592
- "methods": []
2593
- },
2594
2574
  "ai-portal.dropdown-select": {
2595
2575
  "properties": [
2596
2576
  {
@@ -2878,7 +2858,7 @@
2878
2858
  }
2879
2859
  ]
2880
2860
  },
2881
- "ai-portal.activity-timeline": {
2861
+ "ai-portal.project-conversations": {
2882
2862
  "properties": [
2883
2863
  {
2884
2864
  "name": "list",
@@ -2888,27 +2868,273 @@
2888
2868
  "type": "reference",
2889
2869
  "typeName": {
2890
2870
  "type": "identifier",
2891
- "name": "Activity"
2871
+ "name": "Conversation"
2892
2872
  }
2893
2873
  }
2894
2874
  }
2895
2875
  },
2896
2876
  {
2897
- "name": "chatUrlTemplate",
2877
+ "name": "urlTemplate",
2898
2878
  "annotation": {
2899
2879
  "type": "keyword",
2900
2880
  "value": "string"
2901
2881
  }
2902
- }
2903
- ],
2904
- "events": [],
2905
- "methods": [],
2906
- "types": [
2882
+ },
2907
2883
  {
2908
- "type": "typeAlias",
2909
- "name": "Activity",
2884
+ "name": "actions",
2910
2885
  "annotation": {
2911
- "type": "union",
2886
+ "type": "array",
2887
+ "elementType": {
2888
+ "type": "reference",
2889
+ "typeName": {
2890
+ "type": "identifier",
2891
+ "name": "ActionType"
2892
+ }
2893
+ }
2894
+ }
2895
+ },
2896
+ {
2897
+ "name": "goals",
2898
+ "annotation": {
2899
+ "type": "array",
2900
+ "elementType": {
2901
+ "type": "reference",
2902
+ "typeName": {
2903
+ "type": "identifier",
2904
+ "name": "Goal"
2905
+ }
2906
+ }
2907
+ }
2908
+ }
2909
+ ],
2910
+ "events": [
2911
+ {
2912
+ "name": "goal.click",
2913
+ "detail": {
2914
+ "annotation": {
2915
+ "type": "reference",
2916
+ "typeName": {
2917
+ "type": "identifier",
2918
+ "name": "Conversation"
2919
+ }
2920
+ }
2921
+ }
2922
+ },
2923
+ {
2924
+ "name": "action.click",
2925
+ "detail": {
2926
+ "annotation": {
2927
+ "type": "reference",
2928
+ "typeName": {
2929
+ "type": "identifier",
2930
+ "name": "ActionClickDetail"
2931
+ }
2932
+ }
2933
+ }
2934
+ }
2935
+ ],
2936
+ "methods": [],
2937
+ "types": [
2938
+ {
2939
+ "type": "interface",
2940
+ "name": "Conversation",
2941
+ "body": [
2942
+ {
2943
+ "type": "propertySignature",
2944
+ "key": {
2945
+ "type": "identifier",
2946
+ "name": "conversationId"
2947
+ },
2948
+ "annotation": {
2949
+ "type": "keyword",
2950
+ "value": "string"
2951
+ },
2952
+ "computed": false
2953
+ },
2954
+ {
2955
+ "type": "propertySignature",
2956
+ "key": {
2957
+ "type": "identifier",
2958
+ "name": "title"
2959
+ },
2960
+ "annotation": {
2961
+ "type": "keyword",
2962
+ "value": "string"
2963
+ },
2964
+ "computed": false
2965
+ },
2966
+ {
2967
+ "type": "propertySignature",
2968
+ "key": {
2969
+ "type": "identifier",
2970
+ "name": "startTime"
2971
+ },
2972
+ "annotation": {
2973
+ "type": "keyword",
2974
+ "value": "number"
2975
+ },
2976
+ "computed": false
2977
+ },
2978
+ {
2979
+ "type": "propertySignature",
2980
+ "key": {
2981
+ "type": "identifier",
2982
+ "name": "description"
2983
+ },
2984
+ "annotation": {
2985
+ "type": "keyword",
2986
+ "value": "string"
2987
+ },
2988
+ "optional": true,
2989
+ "computed": false
2990
+ },
2991
+ {
2992
+ "type": "propertySignature",
2993
+ "key": {
2994
+ "type": "identifier",
2995
+ "name": "goalInstanceId"
2996
+ },
2997
+ "annotation": {
2998
+ "type": "keyword",
2999
+ "value": "string"
3000
+ },
3001
+ "optional": true,
3002
+ "computed": false
3003
+ },
3004
+ {
3005
+ "type": "propertySignature",
3006
+ "key": {
3007
+ "type": "identifier",
3008
+ "name": "username"
3009
+ },
3010
+ "annotation": {
3011
+ "type": "keyword",
3012
+ "value": "string"
3013
+ },
3014
+ "optional": true,
3015
+ "computed": false
3016
+ }
3017
+ ]
3018
+ },
3019
+ {
3020
+ "type": "interface",
3021
+ "name": "Goal",
3022
+ "body": [
3023
+ {
3024
+ "type": "propertySignature",
3025
+ "key": {
3026
+ "type": "identifier",
3027
+ "name": "instanceId"
3028
+ },
3029
+ "annotation": {
3030
+ "type": "keyword",
3031
+ "value": "string"
3032
+ },
3033
+ "computed": false
3034
+ },
3035
+ {
3036
+ "type": "propertySignature",
3037
+ "key": {
3038
+ "type": "identifier",
3039
+ "name": "title"
3040
+ },
3041
+ "annotation": {
3042
+ "type": "keyword",
3043
+ "value": "string"
3044
+ },
3045
+ "computed": false
3046
+ }
3047
+ ]
3048
+ },
3049
+ {
3050
+ "type": "interface",
3051
+ "name": "ActionClickDetail",
3052
+ "body": [
3053
+ {
3054
+ "type": "propertySignature",
3055
+ "key": {
3056
+ "type": "identifier",
3057
+ "name": "action"
3058
+ },
3059
+ "annotation": {
3060
+ "type": "reference",
3061
+ "typeName": {
3062
+ "type": "identifier",
3063
+ "name": "SimpleActionType"
3064
+ }
3065
+ },
3066
+ "computed": false
3067
+ },
3068
+ {
3069
+ "type": "propertySignature",
3070
+ "key": {
3071
+ "type": "identifier",
3072
+ "name": "item"
3073
+ },
3074
+ "annotation": {
3075
+ "type": "reference",
3076
+ "typeName": {
3077
+ "type": "identifier",
3078
+ "name": "Conversation"
3079
+ }
3080
+ },
3081
+ "computed": false
3082
+ }
3083
+ ]
3084
+ }
3085
+ ]
3086
+ },
3087
+ "ai-portal.preview-container": {
3088
+ "properties": [
3089
+ {
3090
+ "name": "source",
3091
+ "annotation": {
3092
+ "type": "keyword",
3093
+ "value": "string"
3094
+ }
3095
+ },
3096
+ {
3097
+ "name": "url",
3098
+ "annotation": {
3099
+ "type": "keyword",
3100
+ "value": "string"
3101
+ }
3102
+ }
3103
+ ],
3104
+ "events": [],
3105
+ "methods": []
3106
+ },
3107
+ "ai-portal.activity-timeline": {
3108
+ "properties": [
3109
+ {
3110
+ "name": "list",
3111
+ "annotation": {
3112
+ "type": "array",
3113
+ "elementType": {
3114
+ "type": "reference",
3115
+ "typeName": {
3116
+ "type": "identifier",
3117
+ "name": "Activity"
3118
+ }
3119
+ }
3120
+ }
3121
+ },
3122
+ {
3123
+ "name": "chatUrlTemplate",
3124
+ "annotation": {
3125
+ "type": "keyword",
3126
+ "value": "string"
3127
+ }
3128
+ }
3129
+ ],
3130
+ "events": [],
3131
+ "methods": [],
3132
+ "types": [
3133
+ {
3134
+ "type": "typeAlias",
3135
+ "name": "Activity",
3136
+ "annotation": {
3137
+ "type": "union",
2912
3138
  "types": [
2913
3139
  {
2914
3140
  "type": "reference",
@@ -3852,263 +4078,10 @@
3852
4078
  }
3853
4079
  ]
3854
4080
  },
3855
- "ai-portal.project-conversations": {
4081
+ "ai-portal.chat-input": {
3856
4082
  "properties": [
3857
4083
  {
3858
- "name": "list",
3859
- "annotation": {
3860
- "type": "array",
3861
- "elementType": {
3862
- "type": "reference",
3863
- "typeName": {
3864
- "type": "identifier",
3865
- "name": "Conversation"
3866
- }
3867
- }
3868
- }
3869
- },
3870
- {
3871
- "name": "urlTemplate",
3872
- "annotation": {
3873
- "type": "keyword",
3874
- "value": "string"
3875
- }
3876
- },
3877
- {
3878
- "name": "actions",
3879
- "annotation": {
3880
- "type": "array",
3881
- "elementType": {
3882
- "type": "reference",
3883
- "typeName": {
3884
- "type": "identifier",
3885
- "name": "ActionType"
3886
- }
3887
- }
3888
- }
3889
- },
3890
- {
3891
- "name": "goals",
3892
- "annotation": {
3893
- "type": "array",
3894
- "elementType": {
3895
- "type": "reference",
3896
- "typeName": {
3897
- "type": "identifier",
3898
- "name": "Goal"
3899
- }
3900
- }
3901
- }
3902
- }
3903
- ],
3904
- "events": [
3905
- {
3906
- "name": "goal.click",
3907
- "detail": {
3908
- "annotation": {
3909
- "type": "reference",
3910
- "typeName": {
3911
- "type": "identifier",
3912
- "name": "Conversation"
3913
- }
3914
- }
3915
- }
3916
- },
3917
- {
3918
- "name": "action.click",
3919
- "detail": {
3920
- "annotation": {
3921
- "type": "reference",
3922
- "typeName": {
3923
- "type": "identifier",
3924
- "name": "ActionClickDetail"
3925
- }
3926
- }
3927
- }
3928
- }
3929
- ],
3930
- "methods": [],
3931
- "types": [
3932
- {
3933
- "type": "interface",
3934
- "name": "Conversation",
3935
- "body": [
3936
- {
3937
- "type": "propertySignature",
3938
- "key": {
3939
- "type": "identifier",
3940
- "name": "conversationId"
3941
- },
3942
- "annotation": {
3943
- "type": "keyword",
3944
- "value": "string"
3945
- },
3946
- "computed": false
3947
- },
3948
- {
3949
- "type": "propertySignature",
3950
- "key": {
3951
- "type": "identifier",
3952
- "name": "title"
3953
- },
3954
- "annotation": {
3955
- "type": "keyword",
3956
- "value": "string"
3957
- },
3958
- "computed": false
3959
- },
3960
- {
3961
- "type": "propertySignature",
3962
- "key": {
3963
- "type": "identifier",
3964
- "name": "startTime"
3965
- },
3966
- "annotation": {
3967
- "type": "keyword",
3968
- "value": "number"
3969
- },
3970
- "computed": false
3971
- },
3972
- {
3973
- "type": "propertySignature",
3974
- "key": {
3975
- "type": "identifier",
3976
- "name": "description"
3977
- },
3978
- "annotation": {
3979
- "type": "keyword",
3980
- "value": "string"
3981
- },
3982
- "optional": true,
3983
- "computed": false
3984
- },
3985
- {
3986
- "type": "propertySignature",
3987
- "key": {
3988
- "type": "identifier",
3989
- "name": "goalInstanceId"
3990
- },
3991
- "annotation": {
3992
- "type": "keyword",
3993
- "value": "string"
3994
- },
3995
- "optional": true,
3996
- "computed": false
3997
- },
3998
- {
3999
- "type": "propertySignature",
4000
- "key": {
4001
- "type": "identifier",
4002
- "name": "username"
4003
- },
4004
- "annotation": {
4005
- "type": "keyword",
4006
- "value": "string"
4007
- },
4008
- "optional": true,
4009
- "computed": false
4010
- }
4011
- ]
4012
- },
4013
- {
4014
- "type": "interface",
4015
- "name": "Goal",
4016
- "body": [
4017
- {
4018
- "type": "propertySignature",
4019
- "key": {
4020
- "type": "identifier",
4021
- "name": "instanceId"
4022
- },
4023
- "annotation": {
4024
- "type": "keyword",
4025
- "value": "string"
4026
- },
4027
- "computed": false
4028
- },
4029
- {
4030
- "type": "propertySignature",
4031
- "key": {
4032
- "type": "identifier",
4033
- "name": "title"
4034
- },
4035
- "annotation": {
4036
- "type": "keyword",
4037
- "value": "string"
4038
- },
4039
- "computed": false
4040
- }
4041
- ]
4042
- },
4043
- {
4044
- "type": "interface",
4045
- "name": "ActionClickDetail",
4046
- "body": [
4047
- {
4048
- "type": "propertySignature",
4049
- "key": {
4050
- "type": "identifier",
4051
- "name": "action"
4052
- },
4053
- "annotation": {
4054
- "type": "reference",
4055
- "typeName": {
4056
- "type": "identifier",
4057
- "name": "SimpleActionType"
4058
- }
4059
- },
4060
- "computed": false
4061
- },
4062
- {
4063
- "type": "propertySignature",
4064
- "key": {
4065
- "type": "identifier",
4066
- "name": "item"
4067
- },
4068
- "annotation": {
4069
- "type": "reference",
4070
- "typeName": {
4071
- "type": "identifier",
4072
- "name": "Conversation"
4073
- }
4074
- },
4075
- "computed": false
4076
- }
4077
- ]
4078
- }
4079
- ]
4080
- },
4081
- "ai-portal.show-case": {
4082
- "properties": [
4083
- {
4084
- "name": "caseTitle",
4085
- "annotation": {
4086
- "type": "keyword",
4087
- "value": "string"
4088
- }
4089
- },
4090
- {
4091
- "name": "summary",
4092
- "annotation": {
4093
- "type": "keyword",
4094
- "value": "string"
4095
- }
4096
- },
4097
- {
4098
- "name": "url",
4099
- "annotation": {
4100
- "type": "keyword",
4101
- "value": "string"
4102
- }
4103
- }
4104
- ],
4105
- "events": [],
4106
- "methods": []
4107
- },
4108
- "ai-portal.chat-input": {
4109
- "properties": [
4110
- {
4111
- "name": "placeholder",
4084
+ "name": "placeholder",
4112
4085
  "annotation": {
4113
4086
  "type": "keyword",
4114
4087
  "value": "string"
@@ -4580,10 +4553,37 @@
4580
4553
  }
4581
4554
  ]
4582
4555
  },
4583
- "ai-portal.flow-tabs": {
4556
+ "ai-portal.show-case": {
4584
4557
  "properties": [
4585
4558
  {
4586
- "name": "tabs",
4559
+ "name": "caseTitle",
4560
+ "annotation": {
4561
+ "type": "keyword",
4562
+ "value": "string"
4563
+ }
4564
+ },
4565
+ {
4566
+ "name": "summary",
4567
+ "annotation": {
4568
+ "type": "keyword",
4569
+ "value": "string"
4570
+ }
4571
+ },
4572
+ {
4573
+ "name": "url",
4574
+ "annotation": {
4575
+ "type": "keyword",
4576
+ "value": "string"
4577
+ }
4578
+ }
4579
+ ],
4580
+ "events": [],
4581
+ "methods": []
4582
+ },
4583
+ "ai-portal.flow-tabs": {
4584
+ "properties": [
4585
+ {
4586
+ "name": "tabs",
4587
4587
  "annotation": {
4588
4588
  "type": "array",
4589
4589
  "elementType": {
@@ -4651,6 +4651,184 @@
4651
4651
  }
4652
4652
  ]
4653
4653
  },
4654
+ "ai-portal.running-flow": {
4655
+ "properties": [
4656
+ {
4657
+ "name": "spec",
4658
+ "annotation": {
4659
+ "type": "array",
4660
+ "elementType": {
4661
+ "type": "reference",
4662
+ "typeName": {
4663
+ "type": "identifier",
4664
+ "name": "FlowStage"
4665
+ }
4666
+ }
4667
+ }
4668
+ },
4669
+ {
4670
+ "name": "activeActivityId",
4671
+ "annotation": {
4672
+ "type": "union",
4673
+ "types": [
4674
+ {
4675
+ "type": "keyword",
4676
+ "value": "string"
4677
+ },
4678
+ {
4679
+ "type": "keyword",
4680
+ "value": "null"
4681
+ }
4682
+ ]
4683
+ }
4684
+ }
4685
+ ],
4686
+ "events": [
4687
+ {
4688
+ "name": "active.change",
4689
+ "detail": {
4690
+ "annotation": {
4691
+ "type": "union",
4692
+ "types": [
4693
+ {
4694
+ "type": "keyword",
4695
+ "value": "string"
4696
+ },
4697
+ {
4698
+ "type": "keyword",
4699
+ "value": "null"
4700
+ }
4701
+ ]
4702
+ }
4703
+ }
4704
+ }
4705
+ ],
4706
+ "methods": [],
4707
+ "types": [
4708
+ {
4709
+ "type": "interface",
4710
+ "name": "FlowStage",
4711
+ "body": [
4712
+ {
4713
+ "type": "propertySignature",
4714
+ "key": {
4715
+ "type": "identifier",
4716
+ "name": "name"
4717
+ },
4718
+ "annotation": {
4719
+ "type": "keyword",
4720
+ "value": "string"
4721
+ },
4722
+ "computed": false
4723
+ },
4724
+ {
4725
+ "type": "propertySignature",
4726
+ "key": {
4727
+ "type": "identifier",
4728
+ "name": "serviceFlowActivities"
4729
+ },
4730
+ "annotation": {
4731
+ "type": "array",
4732
+ "elementType": {
4733
+ "type": "reference",
4734
+ "typeName": {
4735
+ "type": "identifier",
4736
+ "name": "FlowActivity"
4737
+ }
4738
+ }
4739
+ },
4740
+ "optional": true,
4741
+ "computed": false
4742
+ }
4743
+ ]
4744
+ },
4745
+ {
4746
+ "type": "interface",
4747
+ "name": "FlowActivity",
4748
+ "body": [
4749
+ {
4750
+ "type": "propertySignature",
4751
+ "key": {
4752
+ "type": "identifier",
4753
+ "name": "name"
4754
+ },
4755
+ "annotation": {
4756
+ "type": "keyword",
4757
+ "value": "string"
4758
+ },
4759
+ "computed": false
4760
+ },
4761
+ {
4762
+ "type": "propertySignature",
4763
+ "key": {
4764
+ "type": "identifier",
4765
+ "name": "taskId"
4766
+ },
4767
+ "annotation": {
4768
+ "type": "keyword",
4769
+ "value": "string"
4770
+ },
4771
+ "optional": true,
4772
+ "computed": false
4773
+ },
4774
+ {
4775
+ "type": "propertySignature",
4776
+ "key": {
4777
+ "type": "identifier",
4778
+ "name": "state"
4779
+ },
4780
+ "annotation": {
4781
+ "type": "union",
4782
+ "types": [
4783
+ {
4784
+ "type": "reference",
4785
+ "typeName": {
4786
+ "type": "identifier",
4787
+ "name": "TaskState"
4788
+ }
4789
+ },
4790
+ {
4791
+ "type": "reference",
4792
+ "typeName": {
4793
+ "type": "identifier",
4794
+ "name": "JobState"
4795
+ }
4796
+ }
4797
+ ]
4798
+ },
4799
+ "optional": true,
4800
+ "computed": false
4801
+ },
4802
+ {
4803
+ "type": "propertySignature",
4804
+ "key": {
4805
+ "type": "identifier",
4806
+ "name": "startTime"
4807
+ },
4808
+ "annotation": {
4809
+ "type": "keyword",
4810
+ "value": "number"
4811
+ },
4812
+ "optional": true,
4813
+ "computed": false
4814
+ },
4815
+ {
4816
+ "type": "propertySignature",
4817
+ "key": {
4818
+ "type": "identifier",
4819
+ "name": "endTime"
4820
+ },
4821
+ "annotation": {
4822
+ "type": "keyword",
4823
+ "value": "number"
4824
+ },
4825
+ "optional": true,
4826
+ "computed": false
4827
+ }
4828
+ ]
4829
+ }
4830
+ ]
4831
+ },
4654
4832
  "ai-portal.stage-flow": {
4655
4833
  "properties": [
4656
4834
  {
@@ -5013,23 +5191,64 @@
5013
5191
  }
5014
5192
  ]
5015
5193
  },
5016
- "ai-portal.running-flow": {
5194
+ "ai-portal.notice-dropdown": {
5017
5195
  "properties": [
5018
5196
  {
5019
- "name": "spec",
5197
+ "name": "dataSource",
5020
5198
  "annotation": {
5021
5199
  "type": "array",
5022
5200
  "elementType": {
5023
5201
  "type": "reference",
5024
5202
  "typeName": {
5025
5203
  "type": "identifier",
5026
- "name": "FlowStage"
5204
+ "name": "NoticeItem"
5027
5205
  }
5028
5206
  }
5029
5207
  }
5030
5208
  },
5031
5209
  {
5032
- "name": "activeActivityId",
5210
+ "name": "popoverPlacement",
5211
+ "annotation": {
5212
+ "type": "reference",
5213
+ "typeName": {
5214
+ "type": "identifier",
5215
+ "name": "Placement"
5216
+ }
5217
+ }
5218
+ },
5219
+ {
5220
+ "name": "emptyText",
5221
+ "annotation": {
5222
+ "type": "keyword",
5223
+ "value": "string"
5224
+ }
5225
+ },
5226
+ {
5227
+ "name": "notifyCenterUrl",
5228
+ "annotation": {
5229
+ "type": "keyword",
5230
+ "value": "string"
5231
+ }
5232
+ },
5233
+ {
5234
+ "name": "urlTemplate",
5235
+ "annotation": {
5236
+ "type": "keyword",
5237
+ "value": "string"
5238
+ }
5239
+ },
5240
+ {
5241
+ "name": "urlTarget",
5242
+ "annotation": {
5243
+ "type": "reference",
5244
+ "typeName": {
5245
+ "type": "identifier",
5246
+ "name": "Target"
5247
+ }
5248
+ }
5249
+ },
5250
+ {
5251
+ "name": "dropdownMaxWidth",
5033
5252
  "annotation": {
5034
5253
  "type": "union",
5035
5254
  "types": [
@@ -5039,28 +5258,55 @@
5039
5258
  },
5040
5259
  {
5041
5260
  "type": "keyword",
5042
- "value": "null"
5261
+ "value": "number"
5043
5262
  }
5044
5263
  ]
5045
5264
  }
5265
+ },
5266
+ {
5267
+ "name": "dropdownContentStyle",
5268
+ "annotation": {
5269
+ "type": "reference",
5270
+ "typeName": {
5271
+ "type": "qualifiedName",
5272
+ "left": {
5273
+ "type": "identifier",
5274
+ "name": "React"
5275
+ },
5276
+ "right": {
5277
+ "type": "identifier",
5278
+ "name": "CSSProperties"
5279
+ }
5280
+ }
5281
+ }
5282
+ },
5283
+ {
5284
+ "name": "hideNotifyCenterButton",
5285
+ "annotation": {
5286
+ "type": "keyword",
5287
+ "value": "boolean"
5288
+ }
5046
5289
  }
5047
5290
  ],
5048
5291
  "events": [
5049
5292
  {
5050
- "name": "active.change",
5293
+ "name": "notice.click",
5051
5294
  "detail": {
5052
5295
  "annotation": {
5053
- "type": "union",
5054
- "types": [
5055
- {
5056
- "type": "keyword",
5057
- "value": "string"
5058
- },
5059
- {
5060
- "type": "keyword",
5061
- "value": "null"
5062
- }
5063
- ]
5296
+ "type": "reference",
5297
+ "typeName": {
5298
+ "type": "identifier",
5299
+ "name": "NoticeItem"
5300
+ }
5301
+ }
5302
+ }
5303
+ },
5304
+ {
5305
+ "name": "mark.all.read",
5306
+ "detail": {
5307
+ "annotation": {
5308
+ "type": "keyword",
5309
+ "value": "void"
5064
5310
  }
5065
5311
  }
5066
5312
  }
@@ -5069,13 +5315,13 @@
5069
5315
  "types": [
5070
5316
  {
5071
5317
  "type": "interface",
5072
- "name": "FlowStage",
5318
+ "name": "NoticeItem",
5073
5319
  "body": [
5074
5320
  {
5075
5321
  "type": "propertySignature",
5076
5322
  "key": {
5077
5323
  "type": "identifier",
5078
- "name": "name"
5324
+ "name": "id"
5079
5325
  },
5080
5326
  "annotation": {
5081
5327
  "type": "keyword",
@@ -5087,36 +5333,23 @@
5087
5333
  "type": "propertySignature",
5088
5334
  "key": {
5089
5335
  "type": "identifier",
5090
- "name": "serviceFlowActivities"
5336
+ "name": "type"
5091
5337
  },
5092
5338
  "annotation": {
5093
- "type": "array",
5094
- "elementType": {
5095
- "type": "reference",
5096
- "typeName": {
5097
- "type": "identifier",
5098
- "name": "FlowActivity"
5099
- }
5100
- }
5339
+ "type": "keyword",
5340
+ "value": "string"
5101
5341
  },
5102
- "optional": true,
5103
5342
  "computed": false
5104
- }
5105
- ]
5106
- },
5107
- {
5108
- "type": "interface",
5109
- "name": "FlowActivity",
5110
- "body": [
5343
+ },
5111
5344
  {
5112
5345
  "type": "propertySignature",
5113
5346
  "key": {
5114
5347
  "type": "identifier",
5115
- "name": "name"
5348
+ "name": "isRead"
5116
5349
  },
5117
5350
  "annotation": {
5118
5351
  "type": "keyword",
5119
- "value": "string"
5352
+ "value": "boolean"
5120
5353
  },
5121
5354
  "computed": false
5122
5355
  },
@@ -5124,39 +5357,23 @@
5124
5357
  "type": "propertySignature",
5125
5358
  "key": {
5126
5359
  "type": "identifier",
5127
- "name": "taskId"
5360
+ "name": "title"
5128
5361
  },
5129
5362
  "annotation": {
5130
5363
  "type": "keyword",
5131
5364
  "value": "string"
5132
5365
  },
5133
- "optional": true,
5134
5366
  "computed": false
5135
5367
  },
5136
5368
  {
5137
5369
  "type": "propertySignature",
5138
5370
  "key": {
5139
5371
  "type": "identifier",
5140
- "name": "state"
5372
+ "name": "description"
5141
5373
  },
5142
5374
  "annotation": {
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
- ]
5375
+ "type": "keyword",
5376
+ "value": "string"
5160
5377
  },
5161
5378
  "optional": true,
5162
5379
  "computed": false
@@ -5165,27 +5382,27 @@
5165
5382
  "type": "propertySignature",
5166
5383
  "key": {
5167
5384
  "type": "identifier",
5168
- "name": "startTime"
5385
+ "name": "time"
5169
5386
  },
5170
5387
  "annotation": {
5171
5388
  "type": "keyword",
5172
5389
  "value": "number"
5173
5390
  },
5174
- "optional": true,
5175
5391
  "computed": false
5176
5392
  },
5177
5393
  {
5178
5394
  "type": "propertySignature",
5179
5395
  "key": {
5180
5396
  "type": "identifier",
5181
- "name": "endTime"
5397
+ "name": "url"
5182
5398
  },
5183
5399
  "annotation": {
5184
5400
  "type": "keyword",
5185
- "value": "number"
5401
+ "value": "string"
5186
5402
  },
5187
5403
  "optional": true,
5188
- "computed": false
5404
+ "computed": false,
5405
+ "description": "单个消息详情链接,优先级高于 urlTemplate"
5189
5406
  }
5190
5407
  ]
5191
5408
  }
@@ -5376,118 +5593,44 @@
5376
5593
  }
5377
5594
  ]
5378
5595
  },
5379
- "ai-portal.notice-dropdown": {
5596
+ "ai-portal.gantt-chart": {
5380
5597
  "properties": [
5381
5598
  {
5382
- "name": "dataSource",
5383
- "annotation": {
5384
- "type": "array",
5385
- "elementType": {
5386
- "type": "reference",
5387
- "typeName": {
5388
- "type": "identifier",
5389
- "name": "NoticeItem"
5390
- }
5391
- }
5392
- }
5393
- },
5394
- {
5395
- "name": "popoverPlacement",
5396
- "annotation": {
5397
- "type": "reference",
5398
- "typeName": {
5399
- "type": "identifier",
5400
- "name": "Placement"
5401
- }
5402
- }
5403
- },
5404
- {
5405
- "name": "emptyText",
5406
- "annotation": {
5407
- "type": "keyword",
5408
- "value": "string"
5409
- }
5410
- },
5411
- {
5412
- "name": "notifyCenterUrl",
5413
- "annotation": {
5414
- "type": "keyword",
5415
- "value": "string"
5416
- }
5417
- },
5418
- {
5419
- "name": "urlTemplate",
5599
+ "name": "chartTitle",
5420
5600
  "annotation": {
5421
5601
  "type": "keyword",
5422
5602
  "value": "string"
5423
5603
  }
5424
5604
  },
5425
5605
  {
5426
- "name": "urlTarget",
5427
- "annotation": {
5428
- "type": "reference",
5429
- "typeName": {
5430
- "type": "identifier",
5431
- "name": "Target"
5432
- }
5433
- }
5434
- },
5435
- {
5436
- "name": "dropdownMaxWidth",
5437
- "annotation": {
5438
- "type": "union",
5439
- "types": [
5440
- {
5441
- "type": "keyword",
5442
- "value": "string"
5443
- },
5444
- {
5445
- "type": "keyword",
5446
- "value": "number"
5447
- }
5448
- ]
5449
- }
5450
- },
5451
- {
5452
- "name": "dropdownContentStyle",
5606
+ "name": "nodes",
5453
5607
  "annotation": {
5454
- "type": "reference",
5455
- "typeName": {
5456
- "type": "qualifiedName",
5457
- "left": {
5458
- "type": "identifier",
5459
- "name": "React"
5460
- },
5461
- "right": {
5608
+ "type": "array",
5609
+ "elementType": {
5610
+ "type": "reference",
5611
+ "typeName": {
5462
5612
  "type": "identifier",
5463
- "name": "CSSProperties"
5613
+ "name": "GanttNode"
5464
5614
  }
5465
5615
  }
5466
5616
  }
5467
- },
5468
- {
5469
- "name": "hideNotifyCenterButton",
5470
- "annotation": {
5471
- "type": "keyword",
5472
- "value": "boolean"
5473
- }
5474
5617
  }
5475
5618
  ],
5476
5619
  "events": [
5477
5620
  {
5478
- "name": "notice.click",
5621
+ "name": "node.click",
5479
5622
  "detail": {
5480
5623
  "annotation": {
5481
5624
  "type": "reference",
5482
5625
  "typeName": {
5483
5626
  "type": "identifier",
5484
- "name": "NoticeItem"
5627
+ "name": "GanttNode"
5485
5628
  }
5486
5629
  }
5487
5630
  }
5488
5631
  },
5489
5632
  {
5490
- "name": "mark.all.read",
5633
+ "name": "fullscreen.click",
5491
5634
  "detail": {
5492
5635
  "annotation": {
5493
5636
  "type": "keyword",
@@ -5500,13 +5643,13 @@
5500
5643
  "types": [
5501
5644
  {
5502
5645
  "type": "interface",
5503
- "name": "NoticeItem",
5646
+ "name": "GanttNode",
5504
5647
  "body": [
5505
5648
  {
5506
5649
  "type": "propertySignature",
5507
5650
  "key": {
5508
5651
  "type": "identifier",
5509
- "name": "id"
5652
+ "name": "name"
5510
5653
  },
5511
5654
  "annotation": {
5512
5655
  "type": "keyword",
@@ -5518,316 +5661,198 @@
5518
5661
  "type": "propertySignature",
5519
5662
  "key": {
5520
5663
  "type": "identifier",
5521
- "name": "type"
5664
+ "name": "state"
5522
5665
  },
5523
5666
  "annotation": {
5524
- "type": "keyword",
5525
- "value": "string"
5667
+ "type": "union",
5668
+ "types": [
5669
+ {
5670
+ "type": "reference",
5671
+ "typeName": {
5672
+ "type": "identifier",
5673
+ "name": "TaskState"
5674
+ }
5675
+ },
5676
+ {
5677
+ "type": "reference",
5678
+ "typeName": {
5679
+ "type": "identifier",
5680
+ "name": "JobState"
5681
+ }
5682
+ }
5683
+ ]
5526
5684
  },
5685
+ "optional": true,
5527
5686
  "computed": false
5528
5687
  },
5529
5688
  {
5530
5689
  "type": "propertySignature",
5531
5690
  "key": {
5532
5691
  "type": "identifier",
5533
- "name": "isRead"
5692
+ "name": "startTime"
5534
5693
  },
5535
5694
  "annotation": {
5536
5695
  "type": "keyword",
5537
- "value": "boolean"
5696
+ "value": "number"
5538
5697
  },
5698
+ "optional": true,
5539
5699
  "computed": false
5540
5700
  },
5541
5701
  {
5542
5702
  "type": "propertySignature",
5543
5703
  "key": {
5544
5704
  "type": "identifier",
5545
- "name": "title"
5705
+ "name": "endTime"
5546
5706
  },
5547
5707
  "annotation": {
5548
5708
  "type": "keyword",
5549
- "value": "string"
5709
+ "value": "number"
5550
5710
  },
5711
+ "optional": true,
5551
5712
  "computed": false
5552
5713
  },
5553
5714
  {
5554
5715
  "type": "propertySignature",
5555
5716
  "key": {
5556
5717
  "type": "identifier",
5557
- "name": "description"
5718
+ "name": "children"
5558
5719
  },
5559
5720
  "annotation": {
5560
- "type": "keyword",
5561
- "value": "string"
5562
- },
5563
- "optional": true,
5564
- "computed": false
5565
- },
5566
- {
5567
- "type": "propertySignature",
5568
- "key": {
5569
- "type": "identifier",
5570
- "name": "time"
5571
- },
5572
- "annotation": {
5573
- "type": "keyword",
5574
- "value": "number"
5575
- },
5576
- "computed": false
5577
- },
5578
- {
5579
- "type": "propertySignature",
5580
- "key": {
5581
- "type": "identifier",
5582
- "name": "url"
5583
- },
5584
- "annotation": {
5585
- "type": "keyword",
5586
- "value": "string"
5721
+ "type": "array",
5722
+ "elementType": {
5723
+ "type": "reference",
5724
+ "typeName": {
5725
+ "type": "identifier",
5726
+ "name": "GanttNode"
5727
+ }
5728
+ }
5587
5729
  },
5588
5730
  "optional": true,
5589
- "computed": false,
5590
- "description": "单个消息详情链接,优先级高于 urlTemplate"
5731
+ "computed": false
5591
5732
  }
5592
5733
  ]
5593
5734
  }
5594
5735
  ]
5595
5736
  },
5596
- "ai-portal.elevo-sidebar": {
5737
+ "ai-portal.goal-card-list": {
5597
5738
  "properties": [
5598
5739
  {
5599
- "name": "userInstanceId",
5600
- "annotation": {
5601
- "type": "keyword",
5602
- "value": "string"
5603
- }
5604
- },
5605
- {
5606
- "name": "behavior",
5607
- "annotation": {
5608
- "type": "union",
5609
- "types": [
5610
- {
5611
- "type": "jsLiteral",
5612
- "value": "default"
5613
- },
5614
- {
5615
- "type": "jsLiteral",
5616
- "value": "drawer"
5617
- }
5618
- ]
5619
- }
5620
- },
5621
- {
5622
- "name": "logoUrl",
5623
- "annotation": {
5624
- "type": "keyword",
5625
- "value": "string"
5626
- }
5627
- },
5628
- {
5629
- "name": "newChatUrl",
5630
- "annotation": {
5631
- "type": "keyword",
5632
- "value": "string"
5633
- }
5634
- },
5635
- {
5636
- "name": "newChatLinkWhenCollapsed",
5637
- "annotation": {
5638
- "type": "keyword",
5639
- "value": "boolean"
5640
- }
5641
- },
5642
- {
5643
- "name": "historyUrlTemplate",
5644
- "annotation": {
5645
- "type": "keyword",
5646
- "value": "string"
5647
- }
5648
- },
5649
- {
5650
- "name": "historyActions",
5740
+ "name": "goalList",
5651
5741
  "annotation": {
5652
5742
  "type": "array",
5653
5743
  "elementType": {
5654
5744
  "type": "reference",
5655
5745
  "typeName": {
5656
5746
  "type": "identifier",
5657
- "name": "ActionType"
5747
+ "name": "GoalItem"
5658
5748
  }
5659
5749
  }
5660
5750
  }
5661
5751
  },
5662
5752
  {
5663
- "name": "projectUrlTemplate",
5664
- "annotation": {
5665
- "type": "keyword",
5666
- "value": "string"
5667
- }
5668
- },
5669
- {
5670
- "name": "projectActions",
5753
+ "name": "cardStyle",
5671
5754
  "annotation": {
5672
- "type": "array",
5673
- "elementType": {
5674
- "type": "reference",
5675
- "typeName": {
5755
+ "type": "reference",
5756
+ "typeName": {
5757
+ "type": "qualifiedName",
5758
+ "left": {
5676
5759
  "type": "identifier",
5677
- "name": "ActionType"
5678
- }
5679
- }
5680
- }
5681
- },
5682
- {
5683
- "name": "links",
5684
- "annotation": {
5685
- "type": "array",
5686
- "elementType": {
5687
- "type": "reference",
5688
- "typeName": {
5760
+ "name": "React"
5761
+ },
5762
+ "right": {
5689
5763
  "type": "identifier",
5690
- "name": "SidebarLink"
5764
+ "name": "CSSProperties"
5691
5765
  }
5692
5766
  }
5693
5767
  }
5694
5768
  },
5695
5769
  {
5696
- "name": "canAddProject",
5770
+ "name": "activeKey",
5697
5771
  "annotation": {
5698
5772
  "type": "keyword",
5699
- "value": "boolean"
5700
- }
5701
- },
5702
- {
5703
- "name": "myLinks",
5704
- "annotation": {
5705
- "type": "array",
5706
- "elementType": {
5707
- "type": "reference",
5708
- "typeName": {
5709
- "type": "identifier",
5710
- "name": "SidebarLink"
5711
- }
5712
- }
5773
+ "value": "string"
5713
5774
  }
5714
5775
  }
5715
5776
  ],
5716
5777
  "events": [
5717
5778
  {
5718
- "name": "logout",
5779
+ "name": "item.click",
5719
5780
  "detail": {
5720
5781
  "annotation": {
5721
- "type": "keyword",
5722
- "value": "void"
5782
+ "type": "reference",
5783
+ "typeName": {
5784
+ "type": "identifier",
5785
+ "name": "GoalItem"
5786
+ }
5723
5787
  }
5724
5788
  }
5725
5789
  },
5726
5790
  {
5727
- "name": "action.click",
5791
+ "name": "item.status.change",
5728
5792
  "detail": {
5729
5793
  "annotation": {
5730
5794
  "type": "reference",
5731
5795
  "typeName": {
5732
5796
  "type": "identifier",
5733
- "name": "ActionClickDetail"
5797
+ "name": "GoalItem"
5734
5798
  }
5735
5799
  }
5736
5800
  }
5737
5801
  },
5738
5802
  {
5739
- "name": "project.action.click",
5803
+ "name": "item.title.change",
5740
5804
  "detail": {
5741
5805
  "annotation": {
5742
5806
  "type": "reference",
5743
5807
  "typeName": {
5744
5808
  "type": "identifier",
5745
- "name": "ProjectActionClickDetail"
5809
+ "name": "GoalItem"
5746
5810
  }
5747
5811
  }
5748
5812
  }
5749
5813
  },
5750
5814
  {
5751
- "name": "add.project",
5815
+ "name": "item.new.chat",
5752
5816
  "detail": {
5753
5817
  "annotation": {
5754
- "type": "keyword",
5755
- "value": "void"
5818
+ "type": "reference",
5819
+ "typeName": {
5820
+ "type": "identifier",
5821
+ "name": "GoalItem"
5822
+ }
5756
5823
  }
5757
5824
  }
5758
5825
  }
5759
5826
  ],
5760
5827
  "methods": [
5761
5828
  {
5762
- "name": "pullHistory",
5763
- "params": [
5764
- {
5765
- "name": "delay",
5766
- "annotation": {
5767
- "type": "keyword",
5768
- "value": "number"
5769
- }
5770
- }
5771
- ],
5772
- "returns": {}
5773
- },
5774
- {
5775
- "name": "open",
5776
- "params": [],
5777
- "returns": {}
5778
- },
5779
- {
5780
- "name": "close",
5781
- "params": [],
5782
- "returns": {}
5783
- },
5784
- {
5785
- "name": "removeProject",
5829
+ "name": "appendChildDone",
5786
5830
  "params": [
5787
5831
  {
5788
- "name": "projectId",
5832
+ "name": "pendingId",
5789
5833
  "annotation": {
5790
5834
  "type": "keyword",
5791
5835
  "value": "string"
5792
5836
  }
5793
- }
5794
- ],
5795
- "returns": {}
5796
- },
5797
- {
5798
- "name": "addProject",
5799
- "params": [
5837
+ },
5800
5838
  {
5801
- "name": "project",
5839
+ "name": "newItem",
5802
5840
  "annotation": {
5803
5841
  "type": "reference",
5804
5842
  "typeName": {
5805
5843
  "type": "identifier",
5806
- "name": "Project"
5844
+ "name": "GoalItem"
5807
5845
  }
5808
5846
  }
5809
5847
  }
5810
5848
  ],
5811
5849
  "returns": {}
5812
- },
5813
- {
5814
- "name": "moveConversation",
5815
- "params": [
5816
- {
5817
- "name": "conversationId",
5818
- "annotation": {
5819
- "type": "keyword",
5820
- "value": "string"
5821
- }
5822
- }
5823
- ],
5824
- "returns": {}
5825
5850
  }
5826
5851
  ],
5827
5852
  "types": [
5828
5853
  {
5829
5854
  "type": "interface",
5830
- "name": "SidebarLink",
5855
+ "name": "GoalItem",
5831
5856
  "body": [
5832
5857
  {
5833
5858
  "type": "propertySignature",
@@ -5845,130 +5870,90 @@
5845
5870
  "type": "propertySignature",
5846
5871
  "key": {
5847
5872
  "type": "identifier",
5848
- "name": "url"
5873
+ "name": "description"
5849
5874
  },
5850
5875
  "annotation": {
5851
5876
  "type": "keyword",
5852
5877
  "value": "string"
5853
5878
  },
5879
+ "optional": true,
5854
5880
  "computed": false
5855
5881
  },
5856
5882
  {
5857
5883
  "type": "propertySignature",
5858
5884
  "key": {
5859
5885
  "type": "identifier",
5860
- "name": "icon"
5886
+ "name": "state"
5861
5887
  },
5862
5888
  "annotation": {
5863
5889
  "type": "reference",
5864
5890
  "typeName": {
5865
5891
  "type": "identifier",
5866
- "name": "GeneralIconProps"
5892
+ "name": "GoalState"
5867
5893
  }
5868
5894
  },
5869
- "optional": true,
5870
5895
  "computed": false
5871
5896
  },
5872
5897
  {
5873
5898
  "type": "propertySignature",
5874
5899
  "key": {
5875
5900
  "type": "identifier",
5876
- "name": "activeIncludes"
5901
+ "name": "id"
5877
5902
  },
5878
5903
  "annotation": {
5879
- "type": "array",
5880
- "elementType": {
5881
- "type": "keyword",
5882
- "value": "string"
5883
- }
5904
+ "type": "keyword",
5905
+ "value": "number"
5884
5906
  },
5885
- "optional": true,
5886
5907
  "computed": false
5887
- }
5888
- ]
5889
- },
5890
- {
5891
- "type": "interface",
5892
- "name": "ActionClickDetail",
5893
- "body": [
5908
+ },
5894
5909
  {
5895
5910
  "type": "propertySignature",
5896
5911
  "key": {
5897
5912
  "type": "identifier",
5898
- "name": "action"
5913
+ "name": "conversations"
5899
5914
  },
5900
5915
  "annotation": {
5901
- "type": "intersection",
5902
- "types": [
5903
- {
5904
- "type": "reference",
5905
- "typeName": {
5906
- "type": "identifier",
5907
- "name": "SimpleActionType"
5908
- }
5909
- },
5910
- {
5911
- "type": "typeLiteral",
5912
- "members": [
5913
- {
5914
- "type": "propertySignature",
5915
- "key": {
5916
- "type": "identifier",
5917
- "name": "project"
5918
- },
5919
- "annotation": {
5920
- "type": "reference",
5921
- "typeName": {
5922
- "type": "identifier",
5923
- "name": "Project"
5924
- }
5925
- },
5926
- "optional": true,
5927
- "computed": false
5928
- }
5929
- ]
5930
- }
5931
- ]
5916
+ "type": "keyword",
5917
+ "value": "number"
5932
5918
  },
5919
+ "optional": true,
5933
5920
  "computed": false
5934
5921
  },
5935
5922
  {
5936
5923
  "type": "propertySignature",
5937
5924
  "key": {
5938
5925
  "type": "identifier",
5939
- "name": "item"
5926
+ "name": "owner"
5940
5927
  },
5941
5928
  "annotation": {
5942
5929
  "type": "reference",
5943
5930
  "typeName": {
5944
5931
  "type": "identifier",
5945
- "name": "HistoryItem"
5932
+ "name": "GoalMember"
5946
5933
  }
5947
5934
  },
5935
+ "optional": true,
5948
5936
  "computed": false
5949
5937
  },
5950
5938
  {
5951
5939
  "type": "propertySignature",
5952
5940
  "key": {
5953
5941
  "type": "identifier",
5954
- "name": "project"
5942
+ "name": "users"
5955
5943
  },
5956
5944
  "annotation": {
5957
- "type": "reference",
5958
- "typeName": {
5959
- "type": "identifier",
5960
- "name": "Project"
5945
+ "type": "array",
5946
+ "elementType": {
5947
+ "type": "reference",
5948
+ "typeName": {
5949
+ "type": "identifier",
5950
+ "name": "GoalMember"
5951
+ }
5961
5952
  }
5962
5953
  },
5963
5954
  "optional": true,
5964
5955
  "computed": false
5965
- }
5966
- ]
5967
- },
5968
- {
5969
- "type": "interface",
5970
- "name": "Project",
5971
- "body": [
5956
+ },
5972
5957
  {
5973
5958
  "type": "propertySignature",
5974
5959
  "key": {
@@ -5979,140 +5964,360 @@
5979
5964
  "type": "keyword",
5980
5965
  "value": "string"
5981
5966
  },
5982
- "computed": false,
5983
- "description": "实例ID"
5967
+ "computed": false
5984
5968
  },
5985
5969
  {
5986
5970
  "type": "propertySignature",
5987
5971
  "key": {
5988
5972
  "type": "identifier",
5989
- "name": "name"
5973
+ "name": "level"
5990
5974
  },
5991
5975
  "annotation": {
5992
5976
  "type": "keyword",
5993
- "value": "string"
5977
+ "value": "number"
5994
5978
  },
5995
- "computed": false,
5996
- "description": "项目名称"
5979
+ "computed": false
5997
5980
  },
5998
5981
  {
5999
5982
  "type": "propertySignature",
6000
5983
  "key": {
6001
5984
  "type": "identifier",
6002
- "name": "description"
5985
+ "name": "pending"
6003
5986
  },
6004
5987
  "annotation": {
6005
5988
  "type": "keyword",
6006
- "value": "string"
6007
- },
6008
- "computed": false,
6009
- "description": "项目描述"
6010
- },
6011
- {
6012
- "type": "propertySignature",
6013
- "key": {
6014
- "type": "identifier",
6015
- "name": "state"
6016
- },
6017
- "annotation": {
6018
- "type": "union",
6019
- "types": [
6020
- {
6021
- "type": "jsLiteral",
6022
- "value": "active"
6023
- },
6024
- {
6025
- "type": "jsLiteral",
6026
- "value": "inactive"
6027
- }
6028
- ]
5989
+ "value": "boolean"
6029
5990
  },
6030
- "computed": false,
6031
- "description": "状态"
5991
+ "optional": true,
5992
+ "computed": false
6032
5993
  },
6033
5994
  {
6034
5995
  "type": "propertySignature",
6035
5996
  "key": {
6036
5997
  "type": "identifier",
6037
- "name": "defaultAiEmployeeId"
5998
+ "name": "pendingParentId"
6038
5999
  },
6039
6000
  "annotation": {
6040
6001
  "type": "keyword",
6041
6002
  "value": "string"
6042
6003
  },
6043
- "computed": false,
6044
- "description": "默认数字人ID"
6045
- },
6046
- {
6047
- "type": "propertySignature",
6048
- "key": {
6049
- "type": "identifier",
6050
- "name": "creator"
6004
+ "optional": true,
6005
+ "computed": false
6006
+ }
6007
+ ]
6008
+ },
6009
+ {
6010
+ "type": "typeAlias",
6011
+ "name": "GoalState",
6012
+ "annotation": {
6013
+ "type": "union",
6014
+ "types": [
6015
+ {
6016
+ "type": "jsLiteral",
6017
+ "value": "ready"
6051
6018
  },
6052
- "annotation": {
6053
- "type": "keyword",
6054
- "value": "string"
6019
+ {
6020
+ "type": "jsLiteral",
6021
+ "value": "working"
6055
6022
  },
6056
- "computed": false,
6057
- "description": "创建者"
6058
- },
6023
+ {
6024
+ "type": "jsLiteral",
6025
+ "value": "completed"
6026
+ }
6027
+ ]
6028
+ }
6029
+ },
6030
+ {
6031
+ "type": "interface",
6032
+ "name": "GoalMember",
6033
+ "body": [
6059
6034
  {
6060
6035
  "type": "propertySignature",
6061
6036
  "key": {
6062
6037
  "type": "identifier",
6063
- "name": "ctime"
6038
+ "name": "instanceId"
6064
6039
  },
6065
6040
  "annotation": {
6066
6041
  "type": "keyword",
6067
6042
  "value": "string"
6068
6043
  },
6069
- "computed": false,
6070
- "description": "创建时间"
6071
- },
6072
- {
6073
- "type": "propertySignature",
6074
- "key": {
6044
+ "computed": false
6045
+ }
6046
+ ]
6047
+ }
6048
+ ]
6049
+ },
6050
+ "ai-portal.elevo-sidebar": {
6051
+ "properties": [
6052
+ {
6053
+ "name": "userInstanceId",
6054
+ "annotation": {
6055
+ "type": "keyword",
6056
+ "value": "string"
6057
+ }
6058
+ },
6059
+ {
6060
+ "name": "behavior",
6061
+ "annotation": {
6062
+ "type": "union",
6063
+ "types": [
6064
+ {
6065
+ "type": "jsLiteral",
6066
+ "value": "default"
6067
+ },
6068
+ {
6069
+ "type": "jsLiteral",
6070
+ "value": "drawer"
6071
+ }
6072
+ ]
6073
+ }
6074
+ },
6075
+ {
6076
+ "name": "logoUrl",
6077
+ "annotation": {
6078
+ "type": "keyword",
6079
+ "value": "string"
6080
+ }
6081
+ },
6082
+ {
6083
+ "name": "newChatUrl",
6084
+ "annotation": {
6085
+ "type": "keyword",
6086
+ "value": "string"
6087
+ }
6088
+ },
6089
+ {
6090
+ "name": "newChatLinkWhenCollapsed",
6091
+ "annotation": {
6092
+ "type": "keyword",
6093
+ "value": "boolean"
6094
+ }
6095
+ },
6096
+ {
6097
+ "name": "historyUrlTemplate",
6098
+ "annotation": {
6099
+ "type": "keyword",
6100
+ "value": "string"
6101
+ }
6102
+ },
6103
+ {
6104
+ "name": "historyActions",
6105
+ "annotation": {
6106
+ "type": "array",
6107
+ "elementType": {
6108
+ "type": "reference",
6109
+ "typeName": {
6075
6110
  "type": "identifier",
6076
- "name": "mtime"
6111
+ "name": "ActionType"
6112
+ }
6113
+ }
6114
+ }
6115
+ },
6116
+ {
6117
+ "name": "projectUrlTemplate",
6118
+ "annotation": {
6119
+ "type": "keyword",
6120
+ "value": "string"
6121
+ }
6122
+ },
6123
+ {
6124
+ "name": "projectActions",
6125
+ "annotation": {
6126
+ "type": "array",
6127
+ "elementType": {
6128
+ "type": "reference",
6129
+ "typeName": {
6130
+ "type": "identifier",
6131
+ "name": "ActionType"
6132
+ }
6133
+ }
6134
+ }
6135
+ },
6136
+ {
6137
+ "name": "links",
6138
+ "annotation": {
6139
+ "type": "array",
6140
+ "elementType": {
6141
+ "type": "reference",
6142
+ "typeName": {
6143
+ "type": "identifier",
6144
+ "name": "SidebarLink"
6145
+ }
6146
+ }
6147
+ }
6148
+ },
6149
+ {
6150
+ "name": "canAddProject",
6151
+ "annotation": {
6152
+ "type": "keyword",
6153
+ "value": "boolean"
6154
+ }
6155
+ },
6156
+ {
6157
+ "name": "myLinks",
6158
+ "annotation": {
6159
+ "type": "array",
6160
+ "elementType": {
6161
+ "type": "reference",
6162
+ "typeName": {
6163
+ "type": "identifier",
6164
+ "name": "SidebarLink"
6165
+ }
6166
+ }
6167
+ }
6168
+ },
6169
+ {
6170
+ "name": "scope",
6171
+ "annotation": {
6172
+ "type": "union",
6173
+ "types": [
6174
+ {
6175
+ "type": "jsLiteral",
6176
+ "value": "default"
6077
6177
  },
6178
+ {
6179
+ "type": "jsLiteral",
6180
+ "value": "space"
6181
+ }
6182
+ ]
6183
+ }
6184
+ },
6185
+ {
6186
+ "name": "spaceNav",
6187
+ "annotation": {
6188
+ "type": "reference",
6189
+ "typeName": {
6190
+ "type": "identifier",
6191
+ "name": "SpaceNavProps"
6192
+ }
6193
+ }
6194
+ }
6195
+ ],
6196
+ "events": [
6197
+ {
6198
+ "name": "logout",
6199
+ "detail": {
6200
+ "annotation": {
6201
+ "type": "keyword",
6202
+ "value": "void"
6203
+ }
6204
+ }
6205
+ },
6206
+ {
6207
+ "name": "action.click",
6208
+ "detail": {
6209
+ "annotation": {
6210
+ "type": "reference",
6211
+ "typeName": {
6212
+ "type": "identifier",
6213
+ "name": "ActionClickDetail"
6214
+ }
6215
+ }
6216
+ }
6217
+ },
6218
+ {
6219
+ "name": "project.action.click",
6220
+ "detail": {
6221
+ "annotation": {
6222
+ "type": "reference",
6223
+ "typeName": {
6224
+ "type": "identifier",
6225
+ "name": "ProjectActionClickDetail"
6226
+ }
6227
+ }
6228
+ }
6229
+ },
6230
+ {
6231
+ "name": "add.project",
6232
+ "detail": {
6233
+ "annotation": {
6234
+ "type": "keyword",
6235
+ "value": "void"
6236
+ }
6237
+ }
6238
+ },
6239
+ {
6240
+ "name": "add.serviceflow",
6241
+ "detail": {
6242
+ "annotation": {
6243
+ "type": "keyword",
6244
+ "value": "void"
6245
+ }
6246
+ }
6247
+ }
6248
+ ],
6249
+ "methods": [
6250
+ {
6251
+ "name": "pullHistory",
6252
+ "params": [
6253
+ {
6254
+ "name": "delay",
6078
6255
  "annotation": {
6079
6256
  "type": "keyword",
6080
- "value": "string"
6081
- },
6082
- "computed": false,
6083
- "description": "修改时间"
6084
- },
6257
+ "value": "number"
6258
+ }
6259
+ }
6260
+ ],
6261
+ "returns": {}
6262
+ },
6263
+ {
6264
+ "name": "open",
6265
+ "params": [],
6266
+ "returns": {}
6267
+ },
6268
+ {
6269
+ "name": "close",
6270
+ "params": [],
6271
+ "returns": {}
6272
+ },
6273
+ {
6274
+ "name": "removeProject",
6275
+ "params": [
6085
6276
  {
6086
- "type": "propertySignature",
6087
- "key": {
6088
- "type": "identifier",
6089
- "name": "modifier"
6090
- },
6277
+ "name": "projectId",
6091
6278
  "annotation": {
6092
6279
  "type": "keyword",
6093
6280
  "value": "string"
6094
- },
6095
- "computed": false,
6096
- "description": "修改者"
6281
+ }
6097
6282
  }
6098
- ]
6283
+ ],
6284
+ "returns": {}
6099
6285
  },
6100
6286
  {
6101
- "type": "interface",
6102
- "name": "HistoryItem",
6103
- "body": [
6287
+ "name": "addProject",
6288
+ "params": [
6104
6289
  {
6105
- "type": "propertySignature",
6106
- "key": {
6107
- "type": "identifier",
6108
- "name": "conversationId"
6109
- },
6290
+ "name": "project",
6291
+ "annotation": {
6292
+ "type": "reference",
6293
+ "typeName": {
6294
+ "type": "identifier",
6295
+ "name": "Project"
6296
+ }
6297
+ }
6298
+ }
6299
+ ],
6300
+ "returns": {}
6301
+ },
6302
+ {
6303
+ "name": "moveConversation",
6304
+ "params": [
6305
+ {
6306
+ "name": "conversationId",
6110
6307
  "annotation": {
6111
6308
  "type": "keyword",
6112
6309
  "value": "string"
6113
- },
6114
- "computed": false
6115
- },
6310
+ }
6311
+ }
6312
+ ],
6313
+ "returns": {}
6314
+ }
6315
+ ],
6316
+ "types": [
6317
+ {
6318
+ "type": "interface",
6319
+ "name": "SidebarLink",
6320
+ "body": [
6116
6321
  {
6117
6322
  "type": "propertySignature",
6118
6323
  "key": {
@@ -6129,11 +6334,11 @@
6129
6334
  "type": "propertySignature",
6130
6335
  "key": {
6131
6336
  "type": "identifier",
6132
- "name": "startTime"
6337
+ "name": "url"
6133
6338
  },
6134
6339
  "annotation": {
6135
6340
  "type": "keyword",
6136
- "value": "number"
6341
+ "value": "string"
6137
6342
  },
6138
6343
  "computed": false
6139
6344
  },
@@ -6141,115 +6346,45 @@
6141
6346
  "type": "propertySignature",
6142
6347
  "key": {
6143
6348
  "type": "identifier",
6144
- "name": "state"
6349
+ "name": "icon"
6145
6350
  },
6146
6351
  "annotation": {
6147
6352
  "type": "reference",
6148
6353
  "typeName": {
6149
6354
  "type": "identifier",
6150
- "name": "ConversationState"
6355
+ "name": "GeneralIconProps"
6151
6356
  }
6152
6357
  },
6153
6358
  "optional": true,
6154
6359
  "computed": false
6155
- }
6156
- ]
6157
- },
6158
- {
6159
- "type": "interface",
6160
- "name": "ProjectActionClickDetail",
6161
- "body": [
6162
- {
6163
- "type": "propertySignature",
6164
- "key": {
6165
- "type": "identifier",
6166
- "name": "action"
6167
- },
6168
- "annotation": {
6169
- "type": "reference",
6170
- "typeName": {
6171
- "type": "identifier",
6172
- "name": "SimpleActionType"
6173
- }
6174
- },
6175
- "computed": false
6176
6360
  },
6177
6361
  {
6178
6362
  "type": "propertySignature",
6179
6363
  "key": {
6180
6364
  "type": "identifier",
6181
- "name": "project"
6365
+ "name": "activeIncludes"
6182
6366
  },
6183
6367
  "annotation": {
6184
- "type": "reference",
6185
- "typeName": {
6186
- "type": "identifier",
6187
- "name": "Project"
6368
+ "type": "array",
6369
+ "elementType": {
6370
+ "type": "keyword",
6371
+ "value": "string"
6188
6372
  }
6189
6373
  },
6374
+ "optional": true,
6190
6375
  "computed": false
6191
6376
  }
6192
6377
  ]
6193
- }
6194
- ]
6195
- },
6196
- "ai-portal.gantt-chart": {
6197
- "properties": [
6198
- {
6199
- "name": "chartTitle",
6200
- "annotation": {
6201
- "type": "keyword",
6202
- "value": "string"
6203
- }
6204
- },
6205
- {
6206
- "name": "nodes",
6207
- "annotation": {
6208
- "type": "array",
6209
- "elementType": {
6210
- "type": "reference",
6211
- "typeName": {
6212
- "type": "identifier",
6213
- "name": "GanttNode"
6214
- }
6215
- }
6216
- }
6217
- }
6218
- ],
6219
- "events": [
6220
- {
6221
- "name": "node.click",
6222
- "detail": {
6223
- "annotation": {
6224
- "type": "reference",
6225
- "typeName": {
6226
- "type": "identifier",
6227
- "name": "GanttNode"
6228
- }
6229
- }
6230
- }
6231
6378
  },
6232
- {
6233
- "name": "fullscreen.click",
6234
- "detail": {
6235
- "annotation": {
6236
- "type": "keyword",
6237
- "value": "void"
6238
- }
6239
- }
6240
- }
6241
- ],
6242
- "methods": [],
6243
- "types": [
6244
6379
  {
6245
6380
  "type": "interface",
6246
- "name": "GanttNode",
6381
+ "name": "SpaceNavProps",
6247
6382
  "body": [
6248
6383
  {
6249
6384
  "type": "propertySignature",
6250
6385
  "key": {
6251
6386
  "type": "identifier",
6252
- "name": "name"
6387
+ "name": "returnUrl"
6253
6388
  },
6254
6389
  "annotation": {
6255
6390
  "type": "keyword",
@@ -6261,39 +6396,54 @@
6261
6396
  "type": "propertySignature",
6262
6397
  "key": {
6263
6398
  "type": "identifier",
6264
- "name": "state"
6399
+ "name": "spaceDetail"
6265
6400
  },
6266
6401
  "annotation": {
6267
- "type": "union",
6268
- "types": [
6402
+ "type": "typeLiteral",
6403
+ "members": [
6269
6404
  {
6270
- "type": "reference",
6271
- "typeName": {
6405
+ "type": "propertySignature",
6406
+ "key": {
6272
6407
  "type": "identifier",
6273
- "name": "TaskState"
6274
- }
6408
+ "name": "instanceId"
6409
+ },
6410
+ "annotation": {
6411
+ "type": "keyword",
6412
+ "value": "string"
6413
+ },
6414
+ "computed": false
6275
6415
  },
6276
6416
  {
6277
- "type": "reference",
6278
- "typeName": {
6417
+ "type": "propertySignature",
6418
+ "key": {
6279
6419
  "type": "identifier",
6280
- "name": "JobState"
6281
- }
6420
+ "name": "name"
6421
+ },
6422
+ "annotation": {
6423
+ "type": "keyword",
6424
+ "value": "string"
6425
+ },
6426
+ "computed": false
6282
6427
  }
6283
6428
  ]
6284
6429
  },
6285
- "optional": true,
6286
6430
  "computed": false
6287
6431
  },
6288
6432
  {
6289
6433
  "type": "propertySignature",
6290
6434
  "key": {
6291
6435
  "type": "identifier",
6292
- "name": "startTime"
6436
+ "name": "spaceObjects"
6293
6437
  },
6294
6438
  "annotation": {
6295
- "type": "keyword",
6296
- "value": "number"
6439
+ "type": "array",
6440
+ "elementType": {
6441
+ "type": "reference",
6442
+ "typeName": {
6443
+ "type": "identifier",
6444
+ "name": "SidebarLink"
6445
+ }
6446
+ }
6297
6447
  },
6298
6448
  "optional": true,
6299
6449
  "computed": false
@@ -6302,11 +6452,17 @@
6302
6452
  "type": "propertySignature",
6303
6453
  "key": {
6304
6454
  "type": "identifier",
6305
- "name": "endTime"
6455
+ "name": "spaceServiceflows"
6306
6456
  },
6307
6457
  "annotation": {
6308
- "type": "keyword",
6309
- "value": "number"
6458
+ "type": "array",
6459
+ "elementType": {
6460
+ "type": "reference",
6461
+ "typeName": {
6462
+ "type": "identifier",
6463
+ "name": "SidebarLink"
6464
+ }
6465
+ }
6310
6466
  },
6311
6467
  "optional": true,
6312
6468
  "computed": false
@@ -6315,7 +6471,7 @@
6315
6471
  "type": "propertySignature",
6316
6472
  "key": {
6317
6473
  "type": "identifier",
6318
- "name": "children"
6474
+ "name": "spaceLinks"
6319
6475
  },
6320
6476
  "annotation": {
6321
6477
  "type": "array",
@@ -6323,148 +6479,122 @@
6323
6479
  "type": "reference",
6324
6480
  "typeName": {
6325
6481
  "type": "identifier",
6326
- "name": "GanttNode"
6482
+ "name": "SidebarLink"
6327
6483
  }
6328
6484
  }
6329
6485
  },
6330
6486
  "optional": true,
6331
6487
  "computed": false
6332
6488
  }
6333
- ]
6334
- }
6335
- ]
6336
- },
6337
- "ai-portal.goal-card-list": {
6338
- "properties": [
6339
- {
6340
- "name": "goalList",
6341
- "annotation": {
6342
- "type": "array",
6343
- "elementType": {
6344
- "type": "reference",
6345
- "typeName": {
6346
- "type": "identifier",
6347
- "name": "GoalItem"
6348
- }
6349
- }
6350
- }
6351
- },
6352
- {
6353
- "name": "cardStyle",
6354
- "annotation": {
6355
- "type": "reference",
6356
- "typeName": {
6357
- "type": "qualifiedName",
6358
- "left": {
6359
- "type": "identifier",
6360
- "name": "React"
6361
- },
6362
- "right": {
6363
- "type": "identifier",
6364
- "name": "CSSProperties"
6365
- }
6366
- }
6367
- }
6368
- },
6369
- {
6370
- "name": "activeKey",
6371
- "annotation": {
6372
- "type": "keyword",
6373
- "value": "string"
6374
- }
6375
- }
6376
- ],
6377
- "events": [
6378
- {
6379
- "name": "item.click",
6380
- "detail": {
6381
- "annotation": {
6382
- "type": "reference",
6383
- "typeName": {
6384
- "type": "identifier",
6385
- "name": "GoalItem"
6386
- }
6387
- }
6388
- }
6389
- },
6390
- {
6391
- "name": "item.status.change",
6392
- "detail": {
6393
- "annotation": {
6394
- "type": "reference",
6395
- "typeName": {
6396
- "type": "identifier",
6397
- "name": "GoalItem"
6398
- }
6399
- }
6400
- }
6401
- },
6402
- {
6403
- "name": "item.title.change",
6404
- "detail": {
6405
- "annotation": {
6406
- "type": "reference",
6407
- "typeName": {
6408
- "type": "identifier",
6409
- "name": "GoalItem"
6410
- }
6411
- }
6412
- }
6413
- },
6414
- {
6415
- "name": "item.new.chat",
6416
- "detail": {
6417
- "annotation": {
6418
- "type": "reference",
6419
- "typeName": {
6420
- "type": "identifier",
6421
- "name": "GoalItem"
6422
- }
6423
- }
6424
- }
6425
- }
6426
- ],
6427
- "methods": [
6489
+ ]
6490
+ },
6428
6491
  {
6429
- "name": "appendChildDone",
6430
- "params": [
6492
+ "type": "interface",
6493
+ "name": "ActionClickDetail",
6494
+ "body": [
6431
6495
  {
6432
- "name": "pendingId",
6496
+ "type": "propertySignature",
6497
+ "key": {
6498
+ "type": "identifier",
6499
+ "name": "action"
6500
+ },
6433
6501
  "annotation": {
6434
- "type": "keyword",
6435
- "value": "string"
6436
- }
6502
+ "type": "intersection",
6503
+ "types": [
6504
+ {
6505
+ "type": "reference",
6506
+ "typeName": {
6507
+ "type": "identifier",
6508
+ "name": "SimpleActionType"
6509
+ }
6510
+ },
6511
+ {
6512
+ "type": "typeLiteral",
6513
+ "members": [
6514
+ {
6515
+ "type": "propertySignature",
6516
+ "key": {
6517
+ "type": "identifier",
6518
+ "name": "project"
6519
+ },
6520
+ "annotation": {
6521
+ "type": "reference",
6522
+ "typeName": {
6523
+ "type": "identifier",
6524
+ "name": "Project"
6525
+ }
6526
+ },
6527
+ "optional": true,
6528
+ "computed": false
6529
+ }
6530
+ ]
6531
+ }
6532
+ ]
6533
+ },
6534
+ "computed": false
6437
6535
  },
6438
6536
  {
6439
- "name": "newItem",
6537
+ "type": "propertySignature",
6538
+ "key": {
6539
+ "type": "identifier",
6540
+ "name": "item"
6541
+ },
6440
6542
  "annotation": {
6441
6543
  "type": "reference",
6442
6544
  "typeName": {
6443
6545
  "type": "identifier",
6444
- "name": "GoalItem"
6546
+ "name": "HistoryItem"
6445
6547
  }
6446
- }
6548
+ },
6549
+ "computed": false
6550
+ },
6551
+ {
6552
+ "type": "propertySignature",
6553
+ "key": {
6554
+ "type": "identifier",
6555
+ "name": "project"
6556
+ },
6557
+ "annotation": {
6558
+ "type": "reference",
6559
+ "typeName": {
6560
+ "type": "identifier",
6561
+ "name": "Project"
6562
+ }
6563
+ },
6564
+ "optional": true,
6565
+ "computed": false
6447
6566
  }
6448
- ],
6449
- "returns": {}
6450
- }
6451
- ],
6452
- "types": [
6567
+ ]
6568
+ },
6453
6569
  {
6454
6570
  "type": "interface",
6455
- "name": "GoalItem",
6571
+ "name": "Project",
6456
6572
  "body": [
6457
6573
  {
6458
6574
  "type": "propertySignature",
6459
6575
  "key": {
6460
6576
  "type": "identifier",
6461
- "name": "title"
6577
+ "name": "instanceId"
6462
6578
  },
6463
6579
  "annotation": {
6464
6580
  "type": "keyword",
6465
6581
  "value": "string"
6466
6582
  },
6467
- "computed": false
6583
+ "computed": false,
6584
+ "description": "实例ID"
6585
+ },
6586
+ {
6587
+ "type": "propertySignature",
6588
+ "key": {
6589
+ "type": "identifier",
6590
+ "name": "name"
6591
+ },
6592
+ "annotation": {
6593
+ "type": "keyword",
6594
+ "value": "string"
6595
+ },
6596
+ "computed": false,
6597
+ "description": "项目名称"
6468
6598
  },
6469
6599
  {
6470
6600
  "type": "propertySignature",
@@ -6476,8 +6606,8 @@
6476
6606
  "type": "keyword",
6477
6607
  "value": "string"
6478
6608
  },
6479
- "optional": true,
6480
- "computed": false
6609
+ "computed": false,
6610
+ "description": "项目描述"
6481
6611
  },
6482
6612
  {
6483
6613
  "type": "propertySignature",
@@ -6486,79 +6616,97 @@
6486
6616
  "name": "state"
6487
6617
  },
6488
6618
  "annotation": {
6489
- "type": "reference",
6490
- "typeName": {
6491
- "type": "identifier",
6492
- "name": "GoalState"
6493
- }
6619
+ "type": "union",
6620
+ "types": [
6621
+ {
6622
+ "type": "jsLiteral",
6623
+ "value": "active"
6624
+ },
6625
+ {
6626
+ "type": "jsLiteral",
6627
+ "value": "inactive"
6628
+ }
6629
+ ]
6494
6630
  },
6495
- "computed": false
6631
+ "computed": false,
6632
+ "description": "状态"
6496
6633
  },
6497
6634
  {
6498
6635
  "type": "propertySignature",
6499
6636
  "key": {
6500
6637
  "type": "identifier",
6501
- "name": "id"
6638
+ "name": "defaultAiEmployeeId"
6502
6639
  },
6503
6640
  "annotation": {
6504
6641
  "type": "keyword",
6505
- "value": "number"
6642
+ "value": "string"
6506
6643
  },
6507
- "computed": false
6644
+ "computed": false,
6645
+ "description": "默认数字人ID"
6508
6646
  },
6509
6647
  {
6510
6648
  "type": "propertySignature",
6511
6649
  "key": {
6512
6650
  "type": "identifier",
6513
- "name": "conversations"
6651
+ "name": "creator"
6514
6652
  },
6515
6653
  "annotation": {
6516
6654
  "type": "keyword",
6517
- "value": "number"
6655
+ "value": "string"
6518
6656
  },
6519
- "optional": true,
6520
- "computed": false
6657
+ "computed": false,
6658
+ "description": "创建者"
6521
6659
  },
6522
6660
  {
6523
6661
  "type": "propertySignature",
6524
6662
  "key": {
6525
6663
  "type": "identifier",
6526
- "name": "owner"
6664
+ "name": "ctime"
6527
6665
  },
6528
6666
  "annotation": {
6529
- "type": "reference",
6530
- "typeName": {
6531
- "type": "identifier",
6532
- "name": "GoalMember"
6533
- }
6667
+ "type": "keyword",
6668
+ "value": "string"
6534
6669
  },
6535
- "optional": true,
6536
- "computed": false
6670
+ "computed": false,
6671
+ "description": "创建时间"
6537
6672
  },
6538
6673
  {
6539
6674
  "type": "propertySignature",
6540
6675
  "key": {
6541
6676
  "type": "identifier",
6542
- "name": "users"
6677
+ "name": "mtime"
6543
6678
  },
6544
6679
  "annotation": {
6545
- "type": "array",
6546
- "elementType": {
6547
- "type": "reference",
6548
- "typeName": {
6549
- "type": "identifier",
6550
- "name": "GoalMember"
6551
- }
6552
- }
6680
+ "type": "keyword",
6681
+ "value": "string"
6553
6682
  },
6554
- "optional": true,
6555
- "computed": false
6683
+ "computed": false,
6684
+ "description": "修改时间"
6556
6685
  },
6557
6686
  {
6558
6687
  "type": "propertySignature",
6559
6688
  "key": {
6560
6689
  "type": "identifier",
6561
- "name": "instanceId"
6690
+ "name": "modifier"
6691
+ },
6692
+ "annotation": {
6693
+ "type": "keyword",
6694
+ "value": "string"
6695
+ },
6696
+ "computed": false,
6697
+ "description": "修改者"
6698
+ }
6699
+ ]
6700
+ },
6701
+ {
6702
+ "type": "interface",
6703
+ "name": "HistoryItem",
6704
+ "body": [
6705
+ {
6706
+ "type": "propertySignature",
6707
+ "key": {
6708
+ "type": "identifier",
6709
+ "name": "conversationId"
6562
6710
  },
6563
6711
  "annotation": {
6564
6712
  "type": "keyword",
@@ -6570,11 +6718,11 @@
6570
6718
  "type": "propertySignature",
6571
6719
  "key": {
6572
6720
  "type": "identifier",
6573
- "name": "level"
6721
+ "name": "title"
6574
6722
  },
6575
6723
  "annotation": {
6576
6724
  "type": "keyword",
6577
- "value": "number"
6725
+ "value": "string"
6578
6726
  },
6579
6727
  "computed": false
6580
6728
  },
@@ -6582,64 +6730,63 @@
6582
6730
  "type": "propertySignature",
6583
6731
  "key": {
6584
6732
  "type": "identifier",
6585
- "name": "pending"
6733
+ "name": "startTime"
6586
6734
  },
6587
6735
  "annotation": {
6588
6736
  "type": "keyword",
6589
- "value": "boolean"
6737
+ "value": "number"
6590
6738
  },
6591
- "optional": true,
6592
6739
  "computed": false
6593
6740
  },
6594
6741
  {
6595
6742
  "type": "propertySignature",
6596
6743
  "key": {
6597
6744
  "type": "identifier",
6598
- "name": "pendingParentId"
6745
+ "name": "state"
6599
6746
  },
6600
6747
  "annotation": {
6601
- "type": "keyword",
6602
- "value": "string"
6748
+ "type": "reference",
6749
+ "typeName": {
6750
+ "type": "identifier",
6751
+ "name": "ConversationState"
6752
+ }
6603
6753
  },
6604
6754
  "optional": true,
6605
6755
  "computed": false
6606
6756
  }
6607
6757
  ]
6608
6758
  },
6609
- {
6610
- "type": "typeAlias",
6611
- "name": "GoalState",
6612
- "annotation": {
6613
- "type": "union",
6614
- "types": [
6615
- {
6616
- "type": "jsLiteral",
6617
- "value": "ready"
6618
- },
6619
- {
6620
- "type": "jsLiteral",
6621
- "value": "working"
6622
- },
6623
- {
6624
- "type": "jsLiteral",
6625
- "value": "completed"
6626
- }
6627
- ]
6628
- }
6629
- },
6630
6759
  {
6631
6760
  "type": "interface",
6632
- "name": "GoalMember",
6761
+ "name": "ProjectActionClickDetail",
6633
6762
  "body": [
6634
6763
  {
6635
6764
  "type": "propertySignature",
6636
6765
  "key": {
6637
6766
  "type": "identifier",
6638
- "name": "instanceId"
6767
+ "name": "action"
6639
6768
  },
6640
6769
  "annotation": {
6641
- "type": "keyword",
6642
- "value": "string"
6770
+ "type": "reference",
6771
+ "typeName": {
6772
+ "type": "identifier",
6773
+ "name": "SimpleActionType"
6774
+ }
6775
+ },
6776
+ "computed": false
6777
+ },
6778
+ {
6779
+ "type": "propertySignature",
6780
+ "key": {
6781
+ "type": "identifier",
6782
+ "name": "project"
6783
+ },
6784
+ "annotation": {
6785
+ "type": "reference",
6786
+ "typeName": {
6787
+ "type": "identifier",
6788
+ "name": "Project"
6789
+ }
6643
6790
  },
6644
6791
  "computed": false
6645
6792
  }