@next-bricks/ai-portal 0.61.3 → 0.61.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/dist/bricks.json +48 -48
  2. package/dist/chunks/1770.48e868f8.js +2 -0
  3. package/dist/chunks/1770.48e868f8.js.map +1 -0
  4. package/dist/chunks/2232.1e92a135.js +2 -0
  5. package/dist/chunks/2232.1e92a135.js.map +1 -0
  6. package/dist/chunks/3186.7220c09a.js +2 -0
  7. package/dist/chunks/3186.7220c09a.js.map +1 -0
  8. package/dist/chunks/9164.abc412b7.js +2 -0
  9. package/dist/chunks/{9164.34a6f72c.js.map → 9164.abc412b7.js.map} +1 -1
  10. package/dist/chunks/cruise-canvas.bfae3138.js +2 -0
  11. package/dist/chunks/{cruise-canvas.c1a7bc9f.js.map → cruise-canvas.bfae3138.js.map} +1 -1
  12. package/dist/chunks/{main.e183c4a8.js → main.e666b2e6.js} +2 -2
  13. package/dist/chunks/{main.e183c4a8.js.map → main.e666b2e6.js.map} +1 -1
  14. package/dist/examples.json +18 -18
  15. package/dist/{index.a2cbba56.js → index.9e75c766.js} +2 -2
  16. package/dist/{index.a2cbba56.js.map → index.9e75c766.js.map} +1 -1
  17. package/dist/manifest.json +350 -350
  18. package/dist/types.json +760 -760
  19. package/dist-types/cruise-canvas/ToolCallDetail/ToolCallDetailDrawer.d.ts +5 -0
  20. package/dist-types/cruise-canvas/ToolCallDetail/i18n.d.ts +17 -0
  21. package/dist-types/cruise-canvas/i18n.d.ts +0 -3
  22. package/package.json +2 -2
  23. package/dist/chunks/1480.a7ffdf61.js +0 -2
  24. package/dist/chunks/1480.a7ffdf61.js.map +0 -1
  25. package/dist/chunks/2232.06e10f13.js +0 -2
  26. package/dist/chunks/2232.06e10f13.js.map +0 -1
  27. package/dist/chunks/5712.d5a5cd71.js +0 -2
  28. package/dist/chunks/5712.d5a5cd71.js.map +0 -1
  29. package/dist/chunks/9164.34a6f72c.js +0 -2
  30. package/dist/chunks/cruise-canvas.c1a7bc9f.js +0 -2
package/dist/types.json CHANGED
@@ -1628,6 +1628,77 @@
1628
1628
  }
1629
1629
  ]
1630
1630
  },
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
+ },
1631
1702
  "ai-portal.page-container": {
1632
1703
  "properties": [
1633
1704
  {
@@ -1736,96 +1807,75 @@
1736
1807
  }
1737
1808
  ]
1738
1809
  },
1739
- "ai-portal.tab-list": {
1810
+ "ai-portal.elevo-logo": {
1811
+ "properties": [],
1812
+ "events": [],
1813
+ "methods": []
1814
+ },
1815
+ "ai-portal.blank-state": {
1740
1816
  "properties": [
1741
1817
  {
1742
- "name": "tabs",
1818
+ "name": "illustration",
1743
1819
  "annotation": {
1744
- "type": "array",
1745
- "elementType": {
1746
- "type": "reference",
1747
- "typeName": {
1748
- "type": "identifier",
1749
- "name": "Tab"
1750
- }
1820
+ "type": "reference",
1821
+ "typeName": {
1822
+ "type": "identifier",
1823
+ "name": "BlankStateIllustration"
1751
1824
  }
1752
1825
  }
1753
1826
  },
1754
1827
  {
1755
- "name": "activeTab",
1828
+ "name": "description",
1756
1829
  "annotation": {
1757
1830
  "type": "keyword",
1758
1831
  "value": "string"
1759
1832
  }
1760
1833
  }
1761
1834
  ],
1762
- "events": [
1763
- {
1764
- "name": "tab.click",
1765
- "detail": {
1766
- "annotation": {
1767
- "type": "reference",
1768
- "typeName": {
1769
- "type": "identifier",
1770
- "name": "Tab"
1771
- }
1772
- }
1773
- }
1774
- }
1775
- ],
1835
+ "events": [],
1776
1836
  "methods": [],
1777
1837
  "types": [
1778
1838
  {
1779
- "type": "interface",
1780
- "name": "Tab",
1781
- "body": [
1782
- {
1783
- "type": "propertySignature",
1784
- "key": {
1785
- "type": "identifier",
1786
- "name": "id"
1787
- },
1788
- "annotation": {
1789
- "type": "keyword",
1790
- "value": "string"
1839
+ "type": "typeAlias",
1840
+ "name": "BlankStateIllustration",
1841
+ "annotation": {
1842
+ "type": "union",
1843
+ "types": [
1844
+ {
1845
+ "type": "jsLiteral",
1846
+ "value": "goals"
1791
1847
  },
1792
- "computed": false
1793
- },
1794
- {
1795
- "type": "propertySignature",
1796
- "key": {
1797
- "type": "identifier",
1798
- "name": "label"
1848
+ {
1849
+ "type": "jsLiteral",
1850
+ "value": "activities"
1799
1851
  },
1800
- "annotation": {
1801
- "type": "keyword",
1802
- "value": "string"
1852
+ {
1853
+ "type": "jsLiteral",
1854
+ "value": "collaboration-spaces"
1803
1855
  },
1804
- "computed": false
1805
- }
1806
- ]
1856
+ {
1857
+ "type": "jsLiteral",
1858
+ "value": "serviceflows"
1859
+ }
1860
+ ]
1861
+ }
1807
1862
  }
1808
1863
  ]
1809
1864
  },
1810
- "ai-portal.elevo-logo": {
1811
- "properties": [],
1812
- "events": [],
1813
- "methods": []
1814
- },
1815
- "ai-portal.blank-state": {
1865
+ "ai-portal.sticky-container": {
1816
1866
  "properties": [
1817
1867
  {
1818
- "name": "illustration",
1868
+ "name": "variant",
1819
1869
  "annotation": {
1820
1870
  "type": "reference",
1821
1871
  "typeName": {
1822
1872
  "type": "identifier",
1823
- "name": "BlankStateIllustration"
1873
+ "name": "StickyContainerVariant"
1824
1874
  }
1825
1875
  }
1826
1876
  },
1827
1877
  {
1828
- "name": "description",
1878
+ "name": "textContent",
1829
1879
  "annotation": {
1830
1880
  "type": "keyword",
1831
1881
  "value": "string"
@@ -1837,25 +1887,17 @@
1837
1887
  "types": [
1838
1888
  {
1839
1889
  "type": "typeAlias",
1840
- "name": "BlankStateIllustration",
1890
+ "name": "StickyContainerVariant",
1841
1891
  "annotation": {
1842
1892
  "type": "union",
1843
1893
  "types": [
1844
1894
  {
1845
1895
  "type": "jsLiteral",
1846
- "value": "goals"
1847
- },
1848
- {
1849
- "type": "jsLiteral",
1850
- "value": "activities"
1851
- },
1852
- {
1853
- "type": "jsLiteral",
1854
- "value": "collaboration-spaces"
1896
+ "value": "default"
1855
1897
  },
1856
1898
  {
1857
1899
  "type": "jsLiteral",
1858
- "value": "serviceflows"
1900
+ "value": "home"
1859
1901
  }
1860
1902
  ]
1861
1903
  }
@@ -1924,48 +1966,6 @@
1924
1966
  "events": [],
1925
1967
  "methods": []
1926
1968
  },
1927
- "ai-portal.sticky-container": {
1928
- "properties": [
1929
- {
1930
- "name": "variant",
1931
- "annotation": {
1932
- "type": "reference",
1933
- "typeName": {
1934
- "type": "identifier",
1935
- "name": "StickyContainerVariant"
1936
- }
1937
- }
1938
- },
1939
- {
1940
- "name": "textContent",
1941
- "annotation": {
1942
- "type": "keyword",
1943
- "value": "string"
1944
- }
1945
- }
1946
- ],
1947
- "events": [],
1948
- "methods": [],
1949
- "types": [
1950
- {
1951
- "type": "typeAlias",
1952
- "name": "StickyContainerVariant",
1953
- "annotation": {
1954
- "type": "union",
1955
- "types": [
1956
- {
1957
- "type": "jsLiteral",
1958
- "value": "default"
1959
- },
1960
- {
1961
- "type": "jsLiteral",
1962
- "value": "home"
1963
- }
1964
- ]
1965
- }
1966
- }
1967
- ]
1968
- },
1969
1969
  "ai-portal.project-knowledges": {
1970
1970
  "properties": [
1971
1971
  {
@@ -2571,6 +2571,26 @@
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
+ },
2574
2594
  "ai-portal.dropdown-select": {
2575
2595
  "properties": [
2576
2596
  {
@@ -2740,39 +2760,19 @@
2740
2760
  }
2741
2761
  ]
2742
2762
  },
2743
- "ai-portal.preview-container": {
2763
+ "ai-portal.action-buttons": {
2744
2764
  "properties": [
2745
2765
  {
2746
- "name": "source",
2766
+ "name": "items",
2747
2767
  "annotation": {
2748
- "type": "keyword",
2749
- "value": "string"
2750
- }
2751
- },
2752
- {
2753
- "name": "url",
2754
- "annotation": {
2755
- "type": "keyword",
2756
- "value": "string"
2757
- }
2758
- }
2759
- ],
2760
- "events": [],
2761
- "methods": []
2762
- },
2763
- "ai-portal.action-buttons": {
2764
- "properties": [
2765
- {
2766
- "name": "items",
2767
- "annotation": {
2768
- "type": "array",
2769
- "elementType": {
2770
- "type": "reference",
2771
- "typeName": {
2772
- "type": "identifier",
2773
- "name": "ActionItem"
2774
- }
2775
- }
2768
+ "type": "array",
2769
+ "elementType": {
2770
+ "type": "reference",
2771
+ "typeName": {
2772
+ "type": "identifier",
2773
+ "name": "ActionItem"
2774
+ }
2775
+ }
2776
2776
  }
2777
2777
  },
2778
2778
  {
@@ -2878,232 +2878,6 @@
2878
2878
  }
2879
2879
  ]
2880
2880
  },
2881
- "ai-portal.project-conversations": {
2882
- "properties": [
2883
- {
2884
- "name": "list",
2885
- "annotation": {
2886
- "type": "array",
2887
- "elementType": {
2888
- "type": "reference",
2889
- "typeName": {
2890
- "type": "identifier",
2891
- "name": "Conversation"
2892
- }
2893
- }
2894
- }
2895
- },
2896
- {
2897
- "name": "urlTemplate",
2898
- "annotation": {
2899
- "type": "keyword",
2900
- "value": "string"
2901
- }
2902
- },
2903
- {
2904
- "name": "actions",
2905
- "annotation": {
2906
- "type": "array",
2907
- "elementType": {
2908
- "type": "reference",
2909
- "typeName": {
2910
- "type": "identifier",
2911
- "name": "ActionType"
2912
- }
2913
- }
2914
- }
2915
- },
2916
- {
2917
- "name": "goals",
2918
- "annotation": {
2919
- "type": "array",
2920
- "elementType": {
2921
- "type": "reference",
2922
- "typeName": {
2923
- "type": "identifier",
2924
- "name": "Goal"
2925
- }
2926
- }
2927
- }
2928
- }
2929
- ],
2930
- "events": [
2931
- {
2932
- "name": "goal.click",
2933
- "detail": {
2934
- "annotation": {
2935
- "type": "reference",
2936
- "typeName": {
2937
- "type": "identifier",
2938
- "name": "Conversation"
2939
- }
2940
- }
2941
- }
2942
- },
2943
- {
2944
- "name": "action.click",
2945
- "detail": {
2946
- "annotation": {
2947
- "type": "reference",
2948
- "typeName": {
2949
- "type": "identifier",
2950
- "name": "ActionClickDetail"
2951
- }
2952
- }
2953
- }
2954
- }
2955
- ],
2956
- "methods": [],
2957
- "types": [
2958
- {
2959
- "type": "interface",
2960
- "name": "Conversation",
2961
- "body": [
2962
- {
2963
- "type": "propertySignature",
2964
- "key": {
2965
- "type": "identifier",
2966
- "name": "conversationId"
2967
- },
2968
- "annotation": {
2969
- "type": "keyword",
2970
- "value": "string"
2971
- },
2972
- "computed": false
2973
- },
2974
- {
2975
- "type": "propertySignature",
2976
- "key": {
2977
- "type": "identifier",
2978
- "name": "title"
2979
- },
2980
- "annotation": {
2981
- "type": "keyword",
2982
- "value": "string"
2983
- },
2984
- "computed": false
2985
- },
2986
- {
2987
- "type": "propertySignature",
2988
- "key": {
2989
- "type": "identifier",
2990
- "name": "startTime"
2991
- },
2992
- "annotation": {
2993
- "type": "keyword",
2994
- "value": "number"
2995
- },
2996
- "computed": false
2997
- },
2998
- {
2999
- "type": "propertySignature",
3000
- "key": {
3001
- "type": "identifier",
3002
- "name": "description"
3003
- },
3004
- "annotation": {
3005
- "type": "keyword",
3006
- "value": "string"
3007
- },
3008
- "optional": true,
3009
- "computed": false
3010
- },
3011
- {
3012
- "type": "propertySignature",
3013
- "key": {
3014
- "type": "identifier",
3015
- "name": "goalInstanceId"
3016
- },
3017
- "annotation": {
3018
- "type": "keyword",
3019
- "value": "string"
3020
- },
3021
- "optional": true,
3022
- "computed": false
3023
- },
3024
- {
3025
- "type": "propertySignature",
3026
- "key": {
3027
- "type": "identifier",
3028
- "name": "username"
3029
- },
3030
- "annotation": {
3031
- "type": "keyword",
3032
- "value": "string"
3033
- },
3034
- "optional": true,
3035
- "computed": false
3036
- }
3037
- ]
3038
- },
3039
- {
3040
- "type": "interface",
3041
- "name": "Goal",
3042
- "body": [
3043
- {
3044
- "type": "propertySignature",
3045
- "key": {
3046
- "type": "identifier",
3047
- "name": "instanceId"
3048
- },
3049
- "annotation": {
3050
- "type": "keyword",
3051
- "value": "string"
3052
- },
3053
- "computed": false
3054
- },
3055
- {
3056
- "type": "propertySignature",
3057
- "key": {
3058
- "type": "identifier",
3059
- "name": "title"
3060
- },
3061
- "annotation": {
3062
- "type": "keyword",
3063
- "value": "string"
3064
- },
3065
- "computed": false
3066
- }
3067
- ]
3068
- },
3069
- {
3070
- "type": "interface",
3071
- "name": "ActionClickDetail",
3072
- "body": [
3073
- {
3074
- "type": "propertySignature",
3075
- "key": {
3076
- "type": "identifier",
3077
- "name": "action"
3078
- },
3079
- "annotation": {
3080
- "type": "reference",
3081
- "typeName": {
3082
- "type": "identifier",
3083
- "name": "SimpleActionType"
3084
- }
3085
- },
3086
- "computed": false
3087
- },
3088
- {
3089
- "type": "propertySignature",
3090
- "key": {
3091
- "type": "identifier",
3092
- "name": "item"
3093
- },
3094
- "annotation": {
3095
- "type": "reference",
3096
- "typeName": {
3097
- "type": "identifier",
3098
- "name": "Conversation"
3099
- }
3100
- },
3101
- "computed": false
3102
- }
3103
- ]
3104
- }
3105
- ]
3106
- },
3107
2881
  "ai-portal.activity-timeline": {
3108
2882
  "properties": [
3109
2883
  {
@@ -4078,10 +3852,263 @@
4078
3852
  }
4079
3853
  ]
4080
3854
  },
4081
- "ai-portal.chat-input": {
3855
+ "ai-portal.project-conversations": {
4082
3856
  "properties": [
4083
3857
  {
4084
- "name": "placeholder",
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",
4085
4112
  "annotation": {
4086
4113
  "type": "keyword",
4087
4114
  "value": "string"
@@ -4553,32 +4580,76 @@
4553
4580
  }
4554
4581
  ]
4555
4582
  },
4556
- "ai-portal.show-case": {
4583
+ "ai-portal.flow-tabs": {
4557
4584
  "properties": [
4558
4585
  {
4559
- "name": "caseTitle",
4586
+ "name": "tabs",
4560
4587
  "annotation": {
4561
- "type": "keyword",
4562
- "value": "string"
4588
+ "type": "array",
4589
+ "elementType": {
4590
+ "type": "reference",
4591
+ "typeName": {
4592
+ "type": "identifier",
4593
+ "name": "Tab"
4594
+ }
4595
+ }
4563
4596
  }
4564
4597
  },
4565
4598
  {
4566
- "name": "summary",
4599
+ "name": "activeTab",
4567
4600
  "annotation": {
4568
4601
  "type": "keyword",
4569
4602
  "value": "string"
4570
4603
  }
4571
- },
4604
+ }
4605
+ ],
4606
+ "events": [
4572
4607
  {
4573
- "name": "url",
4574
- "annotation": {
4575
- "type": "keyword",
4576
- "value": "string"
4608
+ "name": "tab.click",
4609
+ "detail": {
4610
+ "annotation": {
4611
+ "type": "reference",
4612
+ "typeName": {
4613
+ "type": "identifier",
4614
+ "name": "Tab"
4615
+ }
4616
+ }
4577
4617
  }
4578
4618
  }
4579
4619
  ],
4580
- "events": [],
4581
- "methods": []
4620
+ "methods": [],
4621
+ "types": [
4622
+ {
4623
+ "type": "interface",
4624
+ "name": "Tab",
4625
+ "body": [
4626
+ {
4627
+ "type": "propertySignature",
4628
+ "key": {
4629
+ "type": "identifier",
4630
+ "name": "id"
4631
+ },
4632
+ "annotation": {
4633
+ "type": "keyword",
4634
+ "value": "string"
4635
+ },
4636
+ "computed": false
4637
+ },
4638
+ {
4639
+ "type": "propertySignature",
4640
+ "key": {
4641
+ "type": "identifier",
4642
+ "name": "label"
4643
+ },
4644
+ "annotation": {
4645
+ "type": "keyword",
4646
+ "value": "string"
4647
+ },
4648
+ "computed": false
4649
+ }
4650
+ ]
4651
+ }
4652
+ ]
4582
4653
  },
4583
4654
  "ai-portal.stage-flow": {
4584
4655
  "properties": [
@@ -4942,135 +5013,23 @@
4942
5013
  }
4943
5014
  ]
4944
5015
  },
4945
- "ai-portal.flow-tabs": {
4946
- "properties": [
4947
- {
4948
- "name": "tabs",
4949
- "annotation": {
4950
- "type": "array",
4951
- "elementType": {
4952
- "type": "reference",
4953
- "typeName": {
4954
- "type": "identifier",
4955
- "name": "Tab"
4956
- }
4957
- }
4958
- }
4959
- },
4960
- {
4961
- "name": "activeTab",
4962
- "annotation": {
4963
- "type": "keyword",
4964
- "value": "string"
4965
- }
4966
- }
4967
- ],
4968
- "events": [
4969
- {
4970
- "name": "tab.click",
4971
- "detail": {
4972
- "annotation": {
4973
- "type": "reference",
4974
- "typeName": {
4975
- "type": "identifier",
4976
- "name": "Tab"
4977
- }
4978
- }
4979
- }
4980
- }
4981
- ],
4982
- "methods": [],
4983
- "types": [
4984
- {
4985
- "type": "interface",
4986
- "name": "Tab",
4987
- "body": [
4988
- {
4989
- "type": "propertySignature",
4990
- "key": {
4991
- "type": "identifier",
4992
- "name": "id"
4993
- },
4994
- "annotation": {
4995
- "type": "keyword",
4996
- "value": "string"
4997
- },
4998
- "computed": false
4999
- },
5000
- {
5001
- "type": "propertySignature",
5002
- "key": {
5003
- "type": "identifier",
5004
- "name": "label"
5005
- },
5006
- "annotation": {
5007
- "type": "keyword",
5008
- "value": "string"
5009
- },
5010
- "computed": false
5011
- }
5012
- ]
5013
- }
5014
- ]
5015
- },
5016
- "ai-portal.notice-dropdown": {
5016
+ "ai-portal.running-flow": {
5017
5017
  "properties": [
5018
5018
  {
5019
- "name": "dataSource",
5019
+ "name": "spec",
5020
5020
  "annotation": {
5021
5021
  "type": "array",
5022
5022
  "elementType": {
5023
5023
  "type": "reference",
5024
5024
  "typeName": {
5025
5025
  "type": "identifier",
5026
- "name": "NoticeItem"
5026
+ "name": "FlowStage"
5027
5027
  }
5028
5028
  }
5029
5029
  }
5030
5030
  },
5031
5031
  {
5032
- "name": "popoverPlacement",
5033
- "annotation": {
5034
- "type": "reference",
5035
- "typeName": {
5036
- "type": "identifier",
5037
- "name": "Placement"
5038
- }
5039
- }
5040
- },
5041
- {
5042
- "name": "emptyText",
5043
- "annotation": {
5044
- "type": "keyword",
5045
- "value": "string"
5046
- }
5047
- },
5048
- {
5049
- "name": "notifyCenterUrl",
5050
- "annotation": {
5051
- "type": "keyword",
5052
- "value": "string"
5053
- }
5054
- },
5055
- {
5056
- "name": "urlTemplate",
5057
- "annotation": {
5058
- "type": "keyword",
5059
- "value": "string"
5060
- }
5061
- },
5062
- {
5063
- "name": "urlTarget",
5064
- "annotation": {
5065
- "type": "reference",
5066
- "typeName": {
5067
- "type": "identifier",
5068
- "name": "Target"
5069
- }
5070
- }
5071
- },
5072
- {
5073
- "name": "dropdownMaxWidth",
5032
+ "name": "activeActivityId",
5074
5033
  "annotation": {
5075
5034
  "type": "union",
5076
5035
  "types": [
@@ -5080,55 +5039,28 @@
5080
5039
  },
5081
5040
  {
5082
5041
  "type": "keyword",
5083
- "value": "number"
5042
+ "value": "null"
5084
5043
  }
5085
5044
  ]
5086
5045
  }
5087
- },
5088
- {
5089
- "name": "dropdownContentStyle",
5090
- "annotation": {
5091
- "type": "reference",
5092
- "typeName": {
5093
- "type": "qualifiedName",
5094
- "left": {
5095
- "type": "identifier",
5096
- "name": "React"
5097
- },
5098
- "right": {
5099
- "type": "identifier",
5100
- "name": "CSSProperties"
5101
- }
5102
- }
5103
- }
5104
- },
5105
- {
5106
- "name": "hideNotifyCenterButton",
5107
- "annotation": {
5108
- "type": "keyword",
5109
- "value": "boolean"
5110
- }
5111
5046
  }
5112
5047
  ],
5113
5048
  "events": [
5114
5049
  {
5115
- "name": "notice.click",
5116
- "detail": {
5117
- "annotation": {
5118
- "type": "reference",
5119
- "typeName": {
5120
- "type": "identifier",
5121
- "name": "NoticeItem"
5122
- }
5123
- }
5124
- }
5125
- },
5126
- {
5127
- "name": "mark.all.read",
5050
+ "name": "active.change",
5128
5051
  "detail": {
5129
5052
  "annotation": {
5130
- "type": "keyword",
5131
- "value": "void"
5053
+ "type": "union",
5054
+ "types": [
5055
+ {
5056
+ "type": "keyword",
5057
+ "value": "string"
5058
+ },
5059
+ {
5060
+ "type": "keyword",
5061
+ "value": "null"
5062
+ }
5063
+ ]
5132
5064
  }
5133
5065
  }
5134
5066
  }
@@ -5137,13 +5069,13 @@
5137
5069
  "types": [
5138
5070
  {
5139
5071
  "type": "interface",
5140
- "name": "NoticeItem",
5072
+ "name": "FlowStage",
5141
5073
  "body": [
5142
5074
  {
5143
5075
  "type": "propertySignature",
5144
5076
  "key": {
5145
5077
  "type": "identifier",
5146
- "name": "id"
5078
+ "name": "name"
5147
5079
  },
5148
5080
  "annotation": {
5149
5081
  "type": "keyword",
@@ -5155,23 +5087,36 @@
5155
5087
  "type": "propertySignature",
5156
5088
  "key": {
5157
5089
  "type": "identifier",
5158
- "name": "type"
5090
+ "name": "serviceFlowActivities"
5159
5091
  },
5160
5092
  "annotation": {
5161
- "type": "keyword",
5162
- "value": "string"
5093
+ "type": "array",
5094
+ "elementType": {
5095
+ "type": "reference",
5096
+ "typeName": {
5097
+ "type": "identifier",
5098
+ "name": "FlowActivity"
5099
+ }
5100
+ }
5163
5101
  },
5102
+ "optional": true,
5164
5103
  "computed": false
5165
- },
5104
+ }
5105
+ ]
5106
+ },
5107
+ {
5108
+ "type": "interface",
5109
+ "name": "FlowActivity",
5110
+ "body": [
5166
5111
  {
5167
5112
  "type": "propertySignature",
5168
5113
  "key": {
5169
5114
  "type": "identifier",
5170
- "name": "isRead"
5115
+ "name": "name"
5171
5116
  },
5172
5117
  "annotation": {
5173
5118
  "type": "keyword",
5174
- "value": "boolean"
5119
+ "value": "string"
5175
5120
  },
5176
5121
  "computed": false
5177
5122
  },
@@ -5179,23 +5124,39 @@
5179
5124
  "type": "propertySignature",
5180
5125
  "key": {
5181
5126
  "type": "identifier",
5182
- "name": "title"
5127
+ "name": "taskId"
5183
5128
  },
5184
5129
  "annotation": {
5185
5130
  "type": "keyword",
5186
5131
  "value": "string"
5187
5132
  },
5133
+ "optional": true,
5188
5134
  "computed": false
5189
5135
  },
5190
5136
  {
5191
5137
  "type": "propertySignature",
5192
5138
  "key": {
5193
5139
  "type": "identifier",
5194
- "name": "description"
5140
+ "name": "state"
5195
5141
  },
5196
5142
  "annotation": {
5197
- "type": "keyword",
5198
- "value": "string"
5143
+ "type": "union",
5144
+ "types": [
5145
+ {
5146
+ "type": "reference",
5147
+ "typeName": {
5148
+ "type": "identifier",
5149
+ "name": "TaskState"
5150
+ }
5151
+ },
5152
+ {
5153
+ "type": "reference",
5154
+ "typeName": {
5155
+ "type": "identifier",
5156
+ "name": "JobState"
5157
+ }
5158
+ }
5159
+ ]
5199
5160
  },
5200
5161
  "optional": true,
5201
5162
  "computed": false
@@ -5204,27 +5165,27 @@
5204
5165
  "type": "propertySignature",
5205
5166
  "key": {
5206
5167
  "type": "identifier",
5207
- "name": "time"
5168
+ "name": "startTime"
5208
5169
  },
5209
5170
  "annotation": {
5210
5171
  "type": "keyword",
5211
5172
  "value": "number"
5212
5173
  },
5174
+ "optional": true,
5213
5175
  "computed": false
5214
5176
  },
5215
5177
  {
5216
5178
  "type": "propertySignature",
5217
5179
  "key": {
5218
5180
  "type": "identifier",
5219
- "name": "url"
5181
+ "name": "endTime"
5220
5182
  },
5221
5183
  "annotation": {
5222
5184
  "type": "keyword",
5223
- "value": "string"
5185
+ "value": "number"
5224
5186
  },
5225
5187
  "optional": true,
5226
- "computed": false,
5227
- "description": "单个消息详情链接,优先级高于 urlTemplate"
5188
+ "computed": false
5228
5189
  }
5229
5190
  ]
5230
5191
  }
@@ -5415,222 +5376,118 @@
5415
5376
  }
5416
5377
  ]
5417
5378
  },
5418
- "ai-portal.running-flow": {
5379
+ "ai-portal.notice-dropdown": {
5419
5380
  "properties": [
5420
5381
  {
5421
- "name": "spec",
5382
+ "name": "dataSource",
5422
5383
  "annotation": {
5423
5384
  "type": "array",
5424
5385
  "elementType": {
5425
5386
  "type": "reference",
5426
5387
  "typeName": {
5427
5388
  "type": "identifier",
5428
- "name": "FlowStage"
5389
+ "name": "NoticeItem"
5429
5390
  }
5430
5391
  }
5431
5392
  }
5432
5393
  },
5433
5394
  {
5434
- "name": "activeActivityId",
5395
+ "name": "popoverPlacement",
5435
5396
  "annotation": {
5436
- "type": "union",
5437
- "types": [
5438
- {
5439
- "type": "keyword",
5440
- "value": "string"
5441
- },
5442
- {
5443
- "type": "keyword",
5444
- "value": "null"
5445
- }
5446
- ]
5397
+ "type": "reference",
5398
+ "typeName": {
5399
+ "type": "identifier",
5400
+ "name": "Placement"
5401
+ }
5447
5402
  }
5448
- }
5449
- ],
5450
- "events": [
5403
+ },
5451
5404
  {
5452
- "name": "active.change",
5453
- "detail": {
5454
- "annotation": {
5455
- "type": "union",
5456
- "types": [
5457
- {
5458
- "type": "keyword",
5459
- "value": "string"
5460
- },
5461
- {
5462
- "type": "keyword",
5463
- "value": "null"
5464
- }
5465
- ]
5466
- }
5405
+ "name": "emptyText",
5406
+ "annotation": {
5407
+ "type": "keyword",
5408
+ "value": "string"
5467
5409
  }
5468
- }
5469
- ],
5470
- "methods": [],
5471
- "types": [
5410
+ },
5472
5411
  {
5473
- "type": "interface",
5474
- "name": "FlowStage",
5475
- "body": [
5476
- {
5477
- "type": "propertySignature",
5478
- "key": {
5479
- "type": "identifier",
5480
- "name": "name"
5481
- },
5482
- "annotation": {
5483
- "type": "keyword",
5484
- "value": "string"
5485
- },
5486
- "computed": false
5487
- },
5488
- {
5489
- "type": "propertySignature",
5490
- "key": {
5491
- "type": "identifier",
5492
- "name": "serviceFlowActivities"
5493
- },
5494
- "annotation": {
5495
- "type": "array",
5496
- "elementType": {
5497
- "type": "reference",
5498
- "typeName": {
5499
- "type": "identifier",
5500
- "name": "FlowActivity"
5501
- }
5502
- }
5503
- },
5504
- "optional": true,
5505
- "computed": false
5506
- }
5507
- ]
5412
+ "name": "notifyCenterUrl",
5413
+ "annotation": {
5414
+ "type": "keyword",
5415
+ "value": "string"
5416
+ }
5508
5417
  },
5509
5418
  {
5510
- "type": "interface",
5511
- "name": "FlowActivity",
5512
- "body": [
5513
- {
5514
- "type": "propertySignature",
5515
- "key": {
5516
- "type": "identifier",
5517
- "name": "name"
5518
- },
5519
- "annotation": {
5520
- "type": "keyword",
5521
- "value": "string"
5522
- },
5523
- "computed": false
5524
- },
5525
- {
5526
- "type": "propertySignature",
5527
- "key": {
5528
- "type": "identifier",
5529
- "name": "taskId"
5530
- },
5531
- "annotation": {
5532
- "type": "keyword",
5533
- "value": "string"
5534
- },
5535
- "optional": true,
5536
- "computed": false
5537
- },
5538
- {
5539
- "type": "propertySignature",
5540
- "key": {
5541
- "type": "identifier",
5542
- "name": "state"
5543
- },
5544
- "annotation": {
5545
- "type": "union",
5546
- "types": [
5547
- {
5548
- "type": "reference",
5549
- "typeName": {
5550
- "type": "identifier",
5551
- "name": "TaskState"
5552
- }
5553
- },
5554
- {
5555
- "type": "reference",
5556
- "typeName": {
5557
- "type": "identifier",
5558
- "name": "JobState"
5559
- }
5560
- }
5561
- ]
5562
- },
5563
- "optional": true,
5564
- "computed": false
5565
- },
5566
- {
5567
- "type": "propertySignature",
5568
- "key": {
5569
- "type": "identifier",
5570
- "name": "startTime"
5571
- },
5572
- "annotation": {
5573
- "type": "keyword",
5574
- "value": "number"
5575
- },
5576
- "optional": true,
5577
- "computed": false
5578
- },
5579
- {
5580
- "type": "propertySignature",
5581
- "key": {
5582
- "type": "identifier",
5583
- "name": "endTime"
5584
- },
5585
- "annotation": {
5586
- "type": "keyword",
5587
- "value": "number"
5588
- },
5589
- "optional": true,
5590
- "computed": false
5419
+ "name": "urlTemplate",
5420
+ "annotation": {
5421
+ "type": "keyword",
5422
+ "value": "string"
5423
+ }
5424
+ },
5425
+ {
5426
+ "name": "urlTarget",
5427
+ "annotation": {
5428
+ "type": "reference",
5429
+ "typeName": {
5430
+ "type": "identifier",
5431
+ "name": "Target"
5591
5432
  }
5592
- ]
5593
- }
5594
- ]
5595
- },
5596
- "ai-portal.gantt-chart": {
5597
- "properties": [
5433
+ }
5434
+ },
5598
5435
  {
5599
- "name": "chartTitle",
5436
+ "name": "dropdownMaxWidth",
5600
5437
  "annotation": {
5601
- "type": "keyword",
5602
- "value": "string"
5438
+ "type": "union",
5439
+ "types": [
5440
+ {
5441
+ "type": "keyword",
5442
+ "value": "string"
5443
+ },
5444
+ {
5445
+ "type": "keyword",
5446
+ "value": "number"
5447
+ }
5448
+ ]
5603
5449
  }
5604
5450
  },
5605
5451
  {
5606
- "name": "nodes",
5452
+ "name": "dropdownContentStyle",
5607
5453
  "annotation": {
5608
- "type": "array",
5609
- "elementType": {
5610
- "type": "reference",
5611
- "typeName": {
5454
+ "type": "reference",
5455
+ "typeName": {
5456
+ "type": "qualifiedName",
5457
+ "left": {
5612
5458
  "type": "identifier",
5613
- "name": "GanttNode"
5459
+ "name": "React"
5460
+ },
5461
+ "right": {
5462
+ "type": "identifier",
5463
+ "name": "CSSProperties"
5614
5464
  }
5615
5465
  }
5616
5466
  }
5467
+ },
5468
+ {
5469
+ "name": "hideNotifyCenterButton",
5470
+ "annotation": {
5471
+ "type": "keyword",
5472
+ "value": "boolean"
5473
+ }
5617
5474
  }
5618
5475
  ],
5619
5476
  "events": [
5620
5477
  {
5621
- "name": "node.click",
5478
+ "name": "notice.click",
5622
5479
  "detail": {
5623
5480
  "annotation": {
5624
5481
  "type": "reference",
5625
5482
  "typeName": {
5626
5483
  "type": "identifier",
5627
- "name": "GanttNode"
5484
+ "name": "NoticeItem"
5628
5485
  }
5629
5486
  }
5630
5487
  }
5631
5488
  },
5632
5489
  {
5633
- "name": "fullscreen.click",
5490
+ "name": "mark.all.read",
5634
5491
  "detail": {
5635
5492
  "annotation": {
5636
5493
  "type": "keyword",
@@ -5643,13 +5500,13 @@
5643
5500
  "types": [
5644
5501
  {
5645
5502
  "type": "interface",
5646
- "name": "GanttNode",
5503
+ "name": "NoticeItem",
5647
5504
  "body": [
5648
5505
  {
5649
5506
  "type": "propertySignature",
5650
5507
  "key": {
5651
5508
  "type": "identifier",
5652
- "name": "name"
5509
+ "name": "id"
5653
5510
  },
5654
5511
  "annotation": {
5655
5512
  "type": "keyword",
@@ -5661,39 +5518,47 @@
5661
5518
  "type": "propertySignature",
5662
5519
  "key": {
5663
5520
  "type": "identifier",
5664
- "name": "state"
5521
+ "name": "type"
5665
5522
  },
5666
5523
  "annotation": {
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
- ]
5524
+ "type": "keyword",
5525
+ "value": "string"
5684
5526
  },
5685
- "optional": true,
5686
5527
  "computed": false
5687
5528
  },
5688
5529
  {
5689
5530
  "type": "propertySignature",
5690
5531
  "key": {
5691
5532
  "type": "identifier",
5692
- "name": "startTime"
5533
+ "name": "isRead"
5693
5534
  },
5694
5535
  "annotation": {
5695
5536
  "type": "keyword",
5696
- "value": "number"
5537
+ "value": "boolean"
5538
+ },
5539
+ "computed": false
5540
+ },
5541
+ {
5542
+ "type": "propertySignature",
5543
+ "key": {
5544
+ "type": "identifier",
5545
+ "name": "title"
5546
+ },
5547
+ "annotation": {
5548
+ "type": "keyword",
5549
+ "value": "string"
5550
+ },
5551
+ "computed": false
5552
+ },
5553
+ {
5554
+ "type": "propertySignature",
5555
+ "key": {
5556
+ "type": "identifier",
5557
+ "name": "description"
5558
+ },
5559
+ "annotation": {
5560
+ "type": "keyword",
5561
+ "value": "string"
5697
5562
  },
5698
5563
  "optional": true,
5699
5564
  "computed": false
@@ -5702,33 +5567,27 @@
5702
5567
  "type": "propertySignature",
5703
5568
  "key": {
5704
5569
  "type": "identifier",
5705
- "name": "endTime"
5570
+ "name": "time"
5706
5571
  },
5707
5572
  "annotation": {
5708
5573
  "type": "keyword",
5709
5574
  "value": "number"
5710
5575
  },
5711
- "optional": true,
5712
5576
  "computed": false
5713
5577
  },
5714
5578
  {
5715
5579
  "type": "propertySignature",
5716
5580
  "key": {
5717
5581
  "type": "identifier",
5718
- "name": "children"
5582
+ "name": "url"
5719
5583
  },
5720
5584
  "annotation": {
5721
- "type": "array",
5722
- "elementType": {
5723
- "type": "reference",
5724
- "typeName": {
5725
- "type": "identifier",
5726
- "name": "GanttNode"
5727
- }
5728
- }
5585
+ "type": "keyword",
5586
+ "value": "string"
5729
5587
  },
5730
5588
  "optional": true,
5731
- "computed": false
5589
+ "computed": false,
5590
+ "description": "单个消息详情链接,优先级高于 urlTemplate"
5732
5591
  }
5733
5592
  ]
5734
5593
  }
@@ -6334,6 +6193,147 @@
6334
6193
  }
6335
6194
  ]
6336
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
+ },
6232
+ {
6233
+ "name": "fullscreen.click",
6234
+ "detail": {
6235
+ "annotation": {
6236
+ "type": "keyword",
6237
+ "value": "void"
6238
+ }
6239
+ }
6240
+ }
6241
+ ],
6242
+ "methods": [],
6243
+ "types": [
6244
+ {
6245
+ "type": "interface",
6246
+ "name": "GanttNode",
6247
+ "body": [
6248
+ {
6249
+ "type": "propertySignature",
6250
+ "key": {
6251
+ "type": "identifier",
6252
+ "name": "name"
6253
+ },
6254
+ "annotation": {
6255
+ "type": "keyword",
6256
+ "value": "string"
6257
+ },
6258
+ "computed": false
6259
+ },
6260
+ {
6261
+ "type": "propertySignature",
6262
+ "key": {
6263
+ "type": "identifier",
6264
+ "name": "state"
6265
+ },
6266
+ "annotation": {
6267
+ "type": "union",
6268
+ "types": [
6269
+ {
6270
+ "type": "reference",
6271
+ "typeName": {
6272
+ "type": "identifier",
6273
+ "name": "TaskState"
6274
+ }
6275
+ },
6276
+ {
6277
+ "type": "reference",
6278
+ "typeName": {
6279
+ "type": "identifier",
6280
+ "name": "JobState"
6281
+ }
6282
+ }
6283
+ ]
6284
+ },
6285
+ "optional": true,
6286
+ "computed": false
6287
+ },
6288
+ {
6289
+ "type": "propertySignature",
6290
+ "key": {
6291
+ "type": "identifier",
6292
+ "name": "startTime"
6293
+ },
6294
+ "annotation": {
6295
+ "type": "keyword",
6296
+ "value": "number"
6297
+ },
6298
+ "optional": true,
6299
+ "computed": false
6300
+ },
6301
+ {
6302
+ "type": "propertySignature",
6303
+ "key": {
6304
+ "type": "identifier",
6305
+ "name": "endTime"
6306
+ },
6307
+ "annotation": {
6308
+ "type": "keyword",
6309
+ "value": "number"
6310
+ },
6311
+ "optional": true,
6312
+ "computed": false
6313
+ },
6314
+ {
6315
+ "type": "propertySignature",
6316
+ "key": {
6317
+ "type": "identifier",
6318
+ "name": "children"
6319
+ },
6320
+ "annotation": {
6321
+ "type": "array",
6322
+ "elementType": {
6323
+ "type": "reference",
6324
+ "typeName": {
6325
+ "type": "identifier",
6326
+ "name": "GanttNode"
6327
+ }
6328
+ }
6329
+ },
6330
+ "optional": true,
6331
+ "computed": false
6332
+ }
6333
+ ]
6334
+ }
6335
+ ]
6336
+ },
6337
6337
  "ai-portal.goal-card-list": {
6338
6338
  "properties": [
6339
6339
  {