@next-bricks/ai-portal 0.61.2 → 0.61.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +46 -46
- package/dist/chunks/5712.d5a5cd71.js +2 -0
- package/dist/chunks/5712.d5a5cd71.js.map +1 -0
- package/dist/chunks/7729.1ccf3e2a.js +2 -0
- package/dist/chunks/7729.1ccf3e2a.js.map +1 -0
- package/dist/chunks/main.e183c4a8.js +2 -0
- package/dist/chunks/main.e183c4a8.js.map +1 -0
- package/dist/examples.json +18 -18
- package/dist/index.a2cbba56.js +2 -0
- package/dist/index.a2cbba56.js.map +1 -0
- package/dist/manifest.json +363 -363
- package/dist/types.json +662 -662
- package/package.json +2 -2
- package/dist/chunks/5712.6b8e0a77.js +0 -2
- package/dist/chunks/5712.6b8e0a77.js.map +0 -1
- package/dist/chunks/main.08d6c690.js +0 -2
- package/dist/chunks/main.08d6c690.js.map +0 -1
- package/dist/index.c67576ad.js +0 -2
- package/dist/index.c67576ad.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -1,17 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ai-portal.home-container": {
|
|
3
|
-
"properties": [
|
|
4
|
-
{
|
|
5
|
-
"name": "sticky",
|
|
6
|
-
"annotation": {
|
|
7
|
-
"type": "keyword",
|
|
8
|
-
"value": "boolean"
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"events": [],
|
|
13
|
-
"methods": []
|
|
14
|
-
},
|
|
15
2
|
"ai-portal.stat-with-mini-chart": {
|
|
16
3
|
"properties": [
|
|
17
4
|
{
|
|
@@ -116,6 +103,19 @@
|
|
|
116
103
|
"events": [],
|
|
117
104
|
"methods": []
|
|
118
105
|
},
|
|
106
|
+
"ai-portal.home-container": {
|
|
107
|
+
"properties": [
|
|
108
|
+
{
|
|
109
|
+
"name": "sticky",
|
|
110
|
+
"annotation": {
|
|
111
|
+
"type": "keyword",
|
|
112
|
+
"value": "boolean"
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"events": [],
|
|
117
|
+
"methods": []
|
|
118
|
+
},
|
|
119
119
|
"ai-portal.icon-button": {
|
|
120
120
|
"properties": [
|
|
121
121
|
{
|
|
@@ -1862,48 +1862,6 @@
|
|
|
1862
1862
|
}
|
|
1863
1863
|
]
|
|
1864
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
|
-
"type": "jsLiteral",
|
|
1896
|
-
"value": "default"
|
|
1897
|
-
},
|
|
1898
|
-
{
|
|
1899
|
-
"type": "jsLiteral",
|
|
1900
|
-
"value": "home"
|
|
1901
|
-
}
|
|
1902
|
-
]
|
|
1903
|
-
}
|
|
1904
|
-
}
|
|
1905
|
-
]
|
|
1906
|
-
},
|
|
1907
1865
|
"ai-portal.elevo-card": {
|
|
1908
1866
|
"properties": [
|
|
1909
1867
|
{
|
|
@@ -1966,6 +1924,48 @@
|
|
|
1966
1924
|
"events": [],
|
|
1967
1925
|
"methods": []
|
|
1968
1926
|
},
|
|
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
|
{
|
|
@@ -4580,208 +4580,190 @@
|
|
|
4580
4580
|
"events": [],
|
|
4581
4581
|
"methods": []
|
|
4582
4582
|
},
|
|
4583
|
-
"ai-portal.flow
|
|
4583
|
+
"ai-portal.stage-flow": {
|
|
4584
4584
|
"properties": [
|
|
4585
4585
|
{
|
|
4586
|
-
"name": "
|
|
4586
|
+
"name": "spec",
|
|
4587
4587
|
"annotation": {
|
|
4588
4588
|
"type": "array",
|
|
4589
4589
|
"elementType": {
|
|
4590
4590
|
"type": "reference",
|
|
4591
4591
|
"typeName": {
|
|
4592
4592
|
"type": "identifier",
|
|
4593
|
-
"name": "
|
|
4593
|
+
"name": "Stage"
|
|
4594
4594
|
}
|
|
4595
4595
|
}
|
|
4596
4596
|
}
|
|
4597
4597
|
},
|
|
4598
4598
|
{
|
|
4599
|
-
"name": "
|
|
4599
|
+
"name": "aiEmployees",
|
|
4600
|
+
"annotation": {
|
|
4601
|
+
"type": "array",
|
|
4602
|
+
"elementType": {
|
|
4603
|
+
"type": "reference",
|
|
4604
|
+
"typeName": {
|
|
4605
|
+
"type": "identifier",
|
|
4606
|
+
"name": "AIEmployee"
|
|
4607
|
+
}
|
|
4608
|
+
}
|
|
4609
|
+
}
|
|
4610
|
+
},
|
|
4611
|
+
{
|
|
4612
|
+
"name": "readOnly",
|
|
4600
4613
|
"annotation": {
|
|
4601
4614
|
"type": "keyword",
|
|
4602
|
-
"value": "
|
|
4615
|
+
"value": "boolean"
|
|
4603
4616
|
}
|
|
4604
4617
|
}
|
|
4605
4618
|
],
|
|
4606
4619
|
"events": [
|
|
4607
4620
|
{
|
|
4608
|
-
"name": "
|
|
4621
|
+
"name": "change",
|
|
4622
|
+
"detail": {
|
|
4623
|
+
"annotation": {
|
|
4624
|
+
"type": "array",
|
|
4625
|
+
"elementType": {
|
|
4626
|
+
"type": "reference",
|
|
4627
|
+
"typeName": {
|
|
4628
|
+
"type": "identifier",
|
|
4629
|
+
"name": "Stage"
|
|
4630
|
+
}
|
|
4631
|
+
}
|
|
4632
|
+
}
|
|
4633
|
+
}
|
|
4634
|
+
},
|
|
4635
|
+
{
|
|
4636
|
+
"name": "add.activity",
|
|
4637
|
+
"detail": {
|
|
4638
|
+
"annotation": {
|
|
4639
|
+
"type": "typeLiteral",
|
|
4640
|
+
"members": [
|
|
4641
|
+
{
|
|
4642
|
+
"type": "propertySignature",
|
|
4643
|
+
"key": {
|
|
4644
|
+
"type": "identifier",
|
|
4645
|
+
"name": "stage"
|
|
4646
|
+
},
|
|
4647
|
+
"annotation": {
|
|
4648
|
+
"type": "reference",
|
|
4649
|
+
"typeName": {
|
|
4650
|
+
"type": "identifier",
|
|
4651
|
+
"name": "Stage"
|
|
4652
|
+
}
|
|
4653
|
+
},
|
|
4654
|
+
"computed": false
|
|
4655
|
+
}
|
|
4656
|
+
]
|
|
4657
|
+
}
|
|
4658
|
+
}
|
|
4659
|
+
},
|
|
4660
|
+
{
|
|
4661
|
+
"name": "edit.activity",
|
|
4609
4662
|
"detail": {
|
|
4610
4663
|
"annotation": {
|
|
4611
4664
|
"type": "reference",
|
|
4612
4665
|
"typeName": {
|
|
4613
4666
|
"type": "identifier",
|
|
4614
|
-
"name": "
|
|
4667
|
+
"name": "EditActivityDetail"
|
|
4615
4668
|
}
|
|
4616
4669
|
}
|
|
4617
4670
|
}
|
|
4618
4671
|
}
|
|
4619
4672
|
],
|
|
4620
|
-
"methods": [
|
|
4621
|
-
"types": [
|
|
4673
|
+
"methods": [
|
|
4622
4674
|
{
|
|
4623
|
-
"
|
|
4624
|
-
"
|
|
4625
|
-
"body": [
|
|
4675
|
+
"name": "addActivity",
|
|
4676
|
+
"params": [
|
|
4626
4677
|
{
|
|
4627
|
-
"
|
|
4628
|
-
"key": {
|
|
4629
|
-
"type": "identifier",
|
|
4630
|
-
"name": "id"
|
|
4631
|
-
},
|
|
4678
|
+
"name": "stage",
|
|
4632
4679
|
"annotation": {
|
|
4633
|
-
"type": "
|
|
4634
|
-
"
|
|
4635
|
-
|
|
4636
|
-
|
|
4680
|
+
"type": "reference",
|
|
4681
|
+
"typeName": {
|
|
4682
|
+
"type": "identifier",
|
|
4683
|
+
"name": "Stage"
|
|
4684
|
+
}
|
|
4685
|
+
}
|
|
4637
4686
|
},
|
|
4638
4687
|
{
|
|
4639
|
-
"
|
|
4640
|
-
"key": {
|
|
4641
|
-
"type": "identifier",
|
|
4642
|
-
"name": "label"
|
|
4643
|
-
},
|
|
4688
|
+
"name": "activity",
|
|
4644
4689
|
"annotation": {
|
|
4645
|
-
"type": "
|
|
4646
|
-
"
|
|
4647
|
-
|
|
4648
|
-
|
|
4649
|
-
|
|
4650
|
-
]
|
|
4651
|
-
}
|
|
4652
|
-
]
|
|
4653
|
-
},
|
|
4654
|
-
"ai-portal.notice-dropdown": {
|
|
4655
|
-
"properties": [
|
|
4656
|
-
{
|
|
4657
|
-
"name": "dataSource",
|
|
4658
|
-
"annotation": {
|
|
4659
|
-
"type": "array",
|
|
4660
|
-
"elementType": {
|
|
4661
|
-
"type": "reference",
|
|
4662
|
-
"typeName": {
|
|
4663
|
-
"type": "identifier",
|
|
4664
|
-
"name": "NoticeItem"
|
|
4690
|
+
"type": "reference",
|
|
4691
|
+
"typeName": {
|
|
4692
|
+
"type": "identifier",
|
|
4693
|
+
"name": "FlowActivity"
|
|
4694
|
+
}
|
|
4665
4695
|
}
|
|
4666
4696
|
}
|
|
4667
|
-
|
|
4668
|
-
|
|
4669
|
-
{
|
|
4670
|
-
"name": "popoverPlacement",
|
|
4671
|
-
"annotation": {
|
|
4672
|
-
"type": "reference",
|
|
4673
|
-
"typeName": {
|
|
4674
|
-
"type": "identifier",
|
|
4675
|
-
"name": "Placement"
|
|
4676
|
-
}
|
|
4677
|
-
}
|
|
4678
|
-
},
|
|
4679
|
-
{
|
|
4680
|
-
"name": "emptyText",
|
|
4681
|
-
"annotation": {
|
|
4682
|
-
"type": "keyword",
|
|
4683
|
-
"value": "string"
|
|
4684
|
-
}
|
|
4697
|
+
],
|
|
4698
|
+
"returns": {}
|
|
4685
4699
|
},
|
|
4686
4700
|
{
|
|
4687
|
-
"name": "
|
|
4688
|
-
"
|
|
4689
|
-
|
|
4690
|
-
|
|
4691
|
-
|
|
4692
|
-
|
|
4693
|
-
|
|
4694
|
-
|
|
4695
|
-
|
|
4696
|
-
|
|
4697
|
-
|
|
4698
|
-
|
|
4699
|
-
|
|
4700
|
-
|
|
4701
|
-
|
|
4702
|
-
|
|
4703
|
-
|
|
4704
|
-
|
|
4705
|
-
|
|
4706
|
-
|
|
4707
|
-
|
|
4708
|
-
|
|
4709
|
-
|
|
4710
|
-
|
|
4711
|
-
|
|
4712
|
-
"annotation": {
|
|
4713
|
-
"type": "union",
|
|
4714
|
-
"types": [
|
|
4715
|
-
{
|
|
4716
|
-
"type": "keyword",
|
|
4717
|
-
"value": "string"
|
|
4718
|
-
},
|
|
4719
|
-
{
|
|
4701
|
+
"name": "editActivity",
|
|
4702
|
+
"params": [
|
|
4703
|
+
{
|
|
4704
|
+
"name": "stage",
|
|
4705
|
+
"annotation": {
|
|
4706
|
+
"type": "reference",
|
|
4707
|
+
"typeName": {
|
|
4708
|
+
"type": "identifier",
|
|
4709
|
+
"name": "Stage"
|
|
4710
|
+
}
|
|
4711
|
+
}
|
|
4712
|
+
},
|
|
4713
|
+
{
|
|
4714
|
+
"name": "activity",
|
|
4715
|
+
"annotation": {
|
|
4716
|
+
"type": "reference",
|
|
4717
|
+
"typeName": {
|
|
4718
|
+
"type": "identifier",
|
|
4719
|
+
"name": "FlowActivity"
|
|
4720
|
+
}
|
|
4721
|
+
}
|
|
4722
|
+
},
|
|
4723
|
+
{
|
|
4724
|
+
"name": "activityIndex",
|
|
4725
|
+
"annotation": {
|
|
4720
4726
|
"type": "keyword",
|
|
4721
4727
|
"value": "number"
|
|
4722
4728
|
}
|
|
4723
|
-
]
|
|
4724
|
-
}
|
|
4725
|
-
},
|
|
4726
|
-
{
|
|
4727
|
-
"name": "dropdownContentStyle",
|
|
4728
|
-
"annotation": {
|
|
4729
|
-
"type": "reference",
|
|
4730
|
-
"typeName": {
|
|
4731
|
-
"type": "qualifiedName",
|
|
4732
|
-
"left": {
|
|
4733
|
-
"type": "identifier",
|
|
4734
|
-
"name": "React"
|
|
4735
|
-
},
|
|
4736
|
-
"right": {
|
|
4737
|
-
"type": "identifier",
|
|
4738
|
-
"name": "CSSProperties"
|
|
4739
|
-
}
|
|
4740
4729
|
}
|
|
4741
|
-
|
|
4730
|
+
],
|
|
4731
|
+
"returns": {}
|
|
4742
4732
|
},
|
|
4743
4733
|
{
|
|
4744
|
-
"name": "
|
|
4745
|
-
"
|
|
4746
|
-
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
|
-
|
|
4751
|
-
|
|
4752
|
-
|
|
4753
|
-
|
|
4754
|
-
|
|
4755
|
-
|
|
4756
|
-
|
|
4757
|
-
"
|
|
4758
|
-
|
|
4759
|
-
"
|
|
4734
|
+
"name": "deleteActivity",
|
|
4735
|
+
"params": [
|
|
4736
|
+
{
|
|
4737
|
+
"name": "stage",
|
|
4738
|
+
"annotation": {
|
|
4739
|
+
"type": "reference",
|
|
4740
|
+
"typeName": {
|
|
4741
|
+
"type": "identifier",
|
|
4742
|
+
"name": "Stage"
|
|
4743
|
+
}
|
|
4744
|
+
}
|
|
4745
|
+
},
|
|
4746
|
+
{
|
|
4747
|
+
"name": "activityIndex",
|
|
4748
|
+
"annotation": {
|
|
4749
|
+
"type": "keyword",
|
|
4750
|
+
"value": "number"
|
|
4760
4751
|
}
|
|
4761
4752
|
}
|
|
4762
|
-
|
|
4763
|
-
|
|
4764
|
-
{
|
|
4765
|
-
"name": "mark.all.read",
|
|
4766
|
-
"detail": {
|
|
4767
|
-
"annotation": {
|
|
4768
|
-
"type": "keyword",
|
|
4769
|
-
"value": "void"
|
|
4770
|
-
}
|
|
4771
|
-
}
|
|
4753
|
+
],
|
|
4754
|
+
"returns": {}
|
|
4772
4755
|
}
|
|
4773
4756
|
],
|
|
4774
|
-
"methods": [],
|
|
4775
4757
|
"types": [
|
|
4776
4758
|
{
|
|
4777
4759
|
"type": "interface",
|
|
4778
|
-
"name": "
|
|
4760
|
+
"name": "Stage",
|
|
4779
4761
|
"body": [
|
|
4780
4762
|
{
|
|
4781
4763
|
"type": "propertySignature",
|
|
4782
4764
|
"key": {
|
|
4783
4765
|
"type": "identifier",
|
|
4784
|
-
"name": "
|
|
4766
|
+
"name": "name"
|
|
4785
4767
|
},
|
|
4786
4768
|
"annotation": {
|
|
4787
4769
|
"type": "keyword",
|
|
@@ -4793,23 +4775,36 @@
|
|
|
4793
4775
|
"type": "propertySignature",
|
|
4794
4776
|
"key": {
|
|
4795
4777
|
"type": "identifier",
|
|
4796
|
-
"name": "
|
|
4778
|
+
"name": "serviceFlowActivities"
|
|
4797
4779
|
},
|
|
4798
4780
|
"annotation": {
|
|
4799
|
-
"type": "
|
|
4800
|
-
"
|
|
4781
|
+
"type": "array",
|
|
4782
|
+
"elementType": {
|
|
4783
|
+
"type": "reference",
|
|
4784
|
+
"typeName": {
|
|
4785
|
+
"type": "identifier",
|
|
4786
|
+
"name": "FlowActivity"
|
|
4787
|
+
}
|
|
4788
|
+
}
|
|
4801
4789
|
},
|
|
4790
|
+
"optional": true,
|
|
4802
4791
|
"computed": false
|
|
4803
|
-
}
|
|
4792
|
+
}
|
|
4793
|
+
]
|
|
4794
|
+
},
|
|
4795
|
+
{
|
|
4796
|
+
"type": "interface",
|
|
4797
|
+
"name": "FlowActivity",
|
|
4798
|
+
"body": [
|
|
4804
4799
|
{
|
|
4805
4800
|
"type": "propertySignature",
|
|
4806
4801
|
"key": {
|
|
4807
4802
|
"type": "identifier",
|
|
4808
|
-
"name": "
|
|
4803
|
+
"name": "name"
|
|
4809
4804
|
},
|
|
4810
4805
|
"annotation": {
|
|
4811
4806
|
"type": "keyword",
|
|
4812
|
-
"value": "
|
|
4807
|
+
"value": "string"
|
|
4813
4808
|
},
|
|
4814
4809
|
"computed": false
|
|
4815
4810
|
},
|
|
@@ -4817,19 +4812,20 @@
|
|
|
4817
4812
|
"type": "propertySignature",
|
|
4818
4813
|
"key": {
|
|
4819
4814
|
"type": "identifier",
|
|
4820
|
-
"name": "
|
|
4815
|
+
"name": "description"
|
|
4821
4816
|
},
|
|
4822
4817
|
"annotation": {
|
|
4823
4818
|
"type": "keyword",
|
|
4824
4819
|
"value": "string"
|
|
4825
4820
|
},
|
|
4821
|
+
"optional": true,
|
|
4826
4822
|
"computed": false
|
|
4827
4823
|
},
|
|
4828
4824
|
{
|
|
4829
4825
|
"type": "propertySignature",
|
|
4830
4826
|
"key": {
|
|
4831
4827
|
"type": "identifier",
|
|
4832
|
-
"name": "
|
|
4828
|
+
"name": "aiEmployeeId"
|
|
4833
4829
|
},
|
|
4834
4830
|
"annotation": {
|
|
4835
4831
|
"type": "keyword",
|
|
@@ -4842,95 +4838,39 @@
|
|
|
4842
4838
|
"type": "propertySignature",
|
|
4843
4839
|
"key": {
|
|
4844
4840
|
"type": "identifier",
|
|
4845
|
-
"name": "
|
|
4841
|
+
"name": "hilRules"
|
|
4846
4842
|
},
|
|
4847
4843
|
"annotation": {
|
|
4848
4844
|
"type": "keyword",
|
|
4849
|
-
"value": "
|
|
4845
|
+
"value": "string"
|
|
4850
4846
|
},
|
|
4847
|
+
"optional": true,
|
|
4851
4848
|
"computed": false
|
|
4852
4849
|
},
|
|
4853
4850
|
{
|
|
4854
4851
|
"type": "propertySignature",
|
|
4855
4852
|
"key": {
|
|
4856
4853
|
"type": "identifier",
|
|
4857
|
-
"name": "
|
|
4854
|
+
"name": "hilUser"
|
|
4858
4855
|
},
|
|
4859
4856
|
"annotation": {
|
|
4860
4857
|
"type": "keyword",
|
|
4861
4858
|
"value": "string"
|
|
4862
4859
|
},
|
|
4863
4860
|
"optional": true,
|
|
4864
|
-
"computed": false
|
|
4865
|
-
"description": "单个消息详情链接,优先级高于 urlTemplate"
|
|
4861
|
+
"computed": false
|
|
4866
4862
|
}
|
|
4867
4863
|
]
|
|
4868
|
-
}
|
|
4869
|
-
]
|
|
4870
|
-
},
|
|
4871
|
-
"ai-portal.running-flow": {
|
|
4872
|
-
"properties": [
|
|
4873
|
-
{
|
|
4874
|
-
"name": "spec",
|
|
4875
|
-
"annotation": {
|
|
4876
|
-
"type": "array",
|
|
4877
|
-
"elementType": {
|
|
4878
|
-
"type": "reference",
|
|
4879
|
-
"typeName": {
|
|
4880
|
-
"type": "identifier",
|
|
4881
|
-
"name": "FlowStage"
|
|
4882
|
-
}
|
|
4883
|
-
}
|
|
4884
|
-
}
|
|
4885
4864
|
},
|
|
4886
|
-
{
|
|
4887
|
-
"name": "activeActivityId",
|
|
4888
|
-
"annotation": {
|
|
4889
|
-
"type": "union",
|
|
4890
|
-
"types": [
|
|
4891
|
-
{
|
|
4892
|
-
"type": "keyword",
|
|
4893
|
-
"value": "string"
|
|
4894
|
-
},
|
|
4895
|
-
{
|
|
4896
|
-
"type": "keyword",
|
|
4897
|
-
"value": "null"
|
|
4898
|
-
}
|
|
4899
|
-
]
|
|
4900
|
-
}
|
|
4901
|
-
}
|
|
4902
|
-
],
|
|
4903
|
-
"events": [
|
|
4904
|
-
{
|
|
4905
|
-
"name": "active.change",
|
|
4906
|
-
"detail": {
|
|
4907
|
-
"annotation": {
|
|
4908
|
-
"type": "union",
|
|
4909
|
-
"types": [
|
|
4910
|
-
{
|
|
4911
|
-
"type": "keyword",
|
|
4912
|
-
"value": "string"
|
|
4913
|
-
},
|
|
4914
|
-
{
|
|
4915
|
-
"type": "keyword",
|
|
4916
|
-
"value": "null"
|
|
4917
|
-
}
|
|
4918
|
-
]
|
|
4919
|
-
}
|
|
4920
|
-
}
|
|
4921
|
-
}
|
|
4922
|
-
],
|
|
4923
|
-
"methods": [],
|
|
4924
|
-
"types": [
|
|
4925
4865
|
{
|
|
4926
4866
|
"type": "interface",
|
|
4927
|
-
"name": "
|
|
4867
|
+
"name": "AIEmployee",
|
|
4928
4868
|
"body": [
|
|
4929
4869
|
{
|
|
4930
4870
|
"type": "propertySignature",
|
|
4931
4871
|
"key": {
|
|
4932
4872
|
"type": "identifier",
|
|
4933
|
-
"name": "
|
|
4873
|
+
"name": "employeeId"
|
|
4934
4874
|
},
|
|
4935
4875
|
"annotation": {
|
|
4936
4876
|
"type": "keyword",
|
|
@@ -4942,36 +4882,32 @@
|
|
|
4942
4882
|
"type": "propertySignature",
|
|
4943
4883
|
"key": {
|
|
4944
4884
|
"type": "identifier",
|
|
4945
|
-
"name": "
|
|
4885
|
+
"name": "name"
|
|
4946
4886
|
},
|
|
4947
4887
|
"annotation": {
|
|
4948
|
-
"type": "
|
|
4949
|
-
"
|
|
4950
|
-
"type": "reference",
|
|
4951
|
-
"typeName": {
|
|
4952
|
-
"type": "identifier",
|
|
4953
|
-
"name": "FlowActivity"
|
|
4954
|
-
}
|
|
4955
|
-
}
|
|
4888
|
+
"type": "keyword",
|
|
4889
|
+
"value": "string"
|
|
4956
4890
|
},
|
|
4957
|
-
"optional": true,
|
|
4958
4891
|
"computed": false
|
|
4959
4892
|
}
|
|
4960
4893
|
]
|
|
4961
4894
|
},
|
|
4962
4895
|
{
|
|
4963
4896
|
"type": "interface",
|
|
4964
|
-
"name": "
|
|
4897
|
+
"name": "EditActivityDetail",
|
|
4965
4898
|
"body": [
|
|
4966
4899
|
{
|
|
4967
4900
|
"type": "propertySignature",
|
|
4968
4901
|
"key": {
|
|
4969
4902
|
"type": "identifier",
|
|
4970
|
-
"name": "
|
|
4903
|
+
"name": "stage"
|
|
4971
4904
|
},
|
|
4972
4905
|
"annotation": {
|
|
4973
|
-
"type": "
|
|
4974
|
-
"
|
|
4906
|
+
"type": "reference",
|
|
4907
|
+
"typeName": {
|
|
4908
|
+
"type": "identifier",
|
|
4909
|
+
"name": "Stage"
|
|
4910
|
+
}
|
|
4975
4911
|
},
|
|
4976
4912
|
"computed": false
|
|
4977
4913
|
},
|
|
@@ -4979,74 +4915,105 @@
|
|
|
4979
4915
|
"type": "propertySignature",
|
|
4980
4916
|
"key": {
|
|
4981
4917
|
"type": "identifier",
|
|
4982
|
-
"name": "
|
|
4918
|
+
"name": "activity"
|
|
4983
4919
|
},
|
|
4984
4920
|
"annotation": {
|
|
4985
|
-
"type": "
|
|
4986
|
-
"
|
|
4987
|
-
|
|
4988
|
-
|
|
4989
|
-
|
|
4990
|
-
|
|
4921
|
+
"type": "reference",
|
|
4922
|
+
"typeName": {
|
|
4923
|
+
"type": "identifier",
|
|
4924
|
+
"name": "FlowActivity"
|
|
4925
|
+
}
|
|
4926
|
+
},
|
|
4927
|
+
"computed": false
|
|
4928
|
+
},
|
|
4991
4929
|
{
|
|
4992
4930
|
"type": "propertySignature",
|
|
4993
4931
|
"key": {
|
|
4994
4932
|
"type": "identifier",
|
|
4995
|
-
"name": "
|
|
4933
|
+
"name": "activityIndex"
|
|
4996
4934
|
},
|
|
4997
4935
|
"annotation": {
|
|
4998
|
-
"type": "
|
|
4999
|
-
"
|
|
5000
|
-
{
|
|
5001
|
-
"type": "reference",
|
|
5002
|
-
"typeName": {
|
|
5003
|
-
"type": "identifier",
|
|
5004
|
-
"name": "TaskState"
|
|
5005
|
-
}
|
|
5006
|
-
},
|
|
5007
|
-
{
|
|
5008
|
-
"type": "reference",
|
|
5009
|
-
"typeName": {
|
|
5010
|
-
"type": "identifier",
|
|
5011
|
-
"name": "JobState"
|
|
5012
|
-
}
|
|
5013
|
-
}
|
|
5014
|
-
]
|
|
4936
|
+
"type": "keyword",
|
|
4937
|
+
"value": "number"
|
|
5015
4938
|
},
|
|
5016
|
-
"optional": true,
|
|
5017
4939
|
"computed": false
|
|
5018
|
-
}
|
|
4940
|
+
}
|
|
4941
|
+
]
|
|
4942
|
+
}
|
|
4943
|
+
]
|
|
4944
|
+
},
|
|
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": [
|
|
5019
4988
|
{
|
|
5020
4989
|
"type": "propertySignature",
|
|
5021
4990
|
"key": {
|
|
5022
4991
|
"type": "identifier",
|
|
5023
|
-
"name": "
|
|
4992
|
+
"name": "id"
|
|
5024
4993
|
},
|
|
5025
4994
|
"annotation": {
|
|
5026
4995
|
"type": "keyword",
|
|
5027
|
-
"value": "
|
|
4996
|
+
"value": "string"
|
|
5028
4997
|
},
|
|
5029
|
-
"optional": true,
|
|
5030
4998
|
"computed": false
|
|
5031
4999
|
},
|
|
5032
5000
|
{
|
|
5033
5001
|
"type": "propertySignature",
|
|
5034
5002
|
"key": {
|
|
5035
5003
|
"type": "identifier",
|
|
5036
|
-
"name": "
|
|
5004
|
+
"name": "label"
|
|
5037
5005
|
},
|
|
5038
5006
|
"annotation": {
|
|
5039
5007
|
"type": "keyword",
|
|
5040
|
-
"value": "
|
|
5008
|
+
"value": "string"
|
|
5041
5009
|
},
|
|
5042
|
-
"optional": true,
|
|
5043
5010
|
"computed": false
|
|
5044
5011
|
}
|
|
5045
5012
|
]
|
|
5046
5013
|
}
|
|
5047
5014
|
]
|
|
5048
5015
|
},
|
|
5049
|
-
"ai-portal.notice-
|
|
5016
|
+
"ai-portal.notice-dropdown": {
|
|
5050
5017
|
"properties": [
|
|
5051
5018
|
{
|
|
5052
5019
|
"name": "dataSource",
|
|
@@ -5061,6 +5028,16 @@
|
|
|
5061
5028
|
}
|
|
5062
5029
|
}
|
|
5063
5030
|
},
|
|
5031
|
+
{
|
|
5032
|
+
"name": "popoverPlacement",
|
|
5033
|
+
"annotation": {
|
|
5034
|
+
"type": "reference",
|
|
5035
|
+
"typeName": {
|
|
5036
|
+
"type": "identifier",
|
|
5037
|
+
"name": "Placement"
|
|
5038
|
+
}
|
|
5039
|
+
}
|
|
5040
|
+
},
|
|
5064
5041
|
{
|
|
5065
5042
|
"name": "emptyText",
|
|
5066
5043
|
"annotation": {
|
|
@@ -5068,6 +5045,13 @@
|
|
|
5068
5045
|
"value": "string"
|
|
5069
5046
|
}
|
|
5070
5047
|
},
|
|
5048
|
+
{
|
|
5049
|
+
"name": "notifyCenterUrl",
|
|
5050
|
+
"annotation": {
|
|
5051
|
+
"type": "keyword",
|
|
5052
|
+
"value": "string"
|
|
5053
|
+
}
|
|
5054
|
+
},
|
|
5071
5055
|
{
|
|
5072
5056
|
"name": "urlTemplate",
|
|
5073
5057
|
"annotation": {
|
|
@@ -5086,14 +5070,44 @@
|
|
|
5086
5070
|
}
|
|
5087
5071
|
},
|
|
5088
5072
|
{
|
|
5089
|
-
"name": "
|
|
5073
|
+
"name": "dropdownMaxWidth",
|
|
5090
5074
|
"annotation": {
|
|
5091
|
-
"type": "
|
|
5092
|
-
"
|
|
5093
|
-
|
|
5094
|
-
|
|
5075
|
+
"type": "union",
|
|
5076
|
+
"types": [
|
|
5077
|
+
{
|
|
5078
|
+
"type": "keyword",
|
|
5079
|
+
"value": "string"
|
|
5080
|
+
},
|
|
5081
|
+
{
|
|
5082
|
+
"type": "keyword",
|
|
5083
|
+
"value": "number"
|
|
5084
|
+
}
|
|
5085
|
+
]
|
|
5086
|
+
}
|
|
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
|
+
}
|
|
5095
5102
|
}
|
|
5096
5103
|
}
|
|
5104
|
+
},
|
|
5105
|
+
{
|
|
5106
|
+
"name": "hideNotifyCenterButton",
|
|
5107
|
+
"annotation": {
|
|
5108
|
+
"type": "keyword",
|
|
5109
|
+
"value": "boolean"
|
|
5110
|
+
}
|
|
5097
5111
|
}
|
|
5098
5112
|
],
|
|
5099
5113
|
"events": [
|
|
@@ -5109,21 +5123,6 @@
|
|
|
5109
5123
|
}
|
|
5110
5124
|
}
|
|
5111
5125
|
},
|
|
5112
|
-
{
|
|
5113
|
-
"name": "mark.items.read",
|
|
5114
|
-
"detail": {
|
|
5115
|
-
"annotation": {
|
|
5116
|
-
"type": "array",
|
|
5117
|
-
"elementType": {
|
|
5118
|
-
"type": "reference",
|
|
5119
|
-
"typeName": {
|
|
5120
|
-
"type": "identifier",
|
|
5121
|
-
"name": "NoticeItem"
|
|
5122
|
-
}
|
|
5123
|
-
}
|
|
5124
|
-
}
|
|
5125
|
-
}
|
|
5126
|
-
},
|
|
5127
5126
|
{
|
|
5128
5127
|
"name": "mark.all.read",
|
|
5129
5128
|
"detail": {
|
|
@@ -5231,184 +5230,248 @@
|
|
|
5231
5230
|
}
|
|
5232
5231
|
]
|
|
5233
5232
|
},
|
|
5234
|
-
"ai-portal.
|
|
5233
|
+
"ai-portal.notice-list": {
|
|
5235
5234
|
"properties": [
|
|
5236
5235
|
{
|
|
5237
|
-
"name": "
|
|
5236
|
+
"name": "dataSource",
|
|
5238
5237
|
"annotation": {
|
|
5239
5238
|
"type": "array",
|
|
5240
5239
|
"elementType": {
|
|
5241
5240
|
"type": "reference",
|
|
5242
5241
|
"typeName": {
|
|
5243
5242
|
"type": "identifier",
|
|
5244
|
-
"name": "
|
|
5243
|
+
"name": "NoticeItem"
|
|
5245
5244
|
}
|
|
5246
5245
|
}
|
|
5247
5246
|
}
|
|
5248
5247
|
},
|
|
5249
5248
|
{
|
|
5250
|
-
"name": "
|
|
5249
|
+
"name": "emptyText",
|
|
5251
5250
|
"annotation": {
|
|
5252
|
-
"type": "
|
|
5253
|
-
"
|
|
5254
|
-
"type": "reference",
|
|
5255
|
-
"typeName": {
|
|
5256
|
-
"type": "identifier",
|
|
5257
|
-
"name": "AIEmployee"
|
|
5258
|
-
}
|
|
5259
|
-
}
|
|
5251
|
+
"type": "keyword",
|
|
5252
|
+
"value": "string"
|
|
5260
5253
|
}
|
|
5261
5254
|
},
|
|
5262
5255
|
{
|
|
5263
|
-
"name": "
|
|
5256
|
+
"name": "urlTemplate",
|
|
5264
5257
|
"annotation": {
|
|
5265
5258
|
"type": "keyword",
|
|
5266
|
-
"value": "
|
|
5259
|
+
"value": "string"
|
|
5260
|
+
}
|
|
5261
|
+
},
|
|
5262
|
+
{
|
|
5263
|
+
"name": "urlTarget",
|
|
5264
|
+
"annotation": {
|
|
5265
|
+
"type": "reference",
|
|
5266
|
+
"typeName": {
|
|
5267
|
+
"type": "identifier",
|
|
5268
|
+
"name": "Target"
|
|
5269
|
+
}
|
|
5270
|
+
}
|
|
5271
|
+
},
|
|
5272
|
+
{
|
|
5273
|
+
"name": "selectedIds",
|
|
5274
|
+
"annotation": {
|
|
5275
|
+
"type": "array",
|
|
5276
|
+
"elementType": {
|
|
5277
|
+
"type": "keyword",
|
|
5278
|
+
"value": "string"
|
|
5279
|
+
}
|
|
5267
5280
|
}
|
|
5268
5281
|
}
|
|
5269
5282
|
],
|
|
5270
5283
|
"events": [
|
|
5271
5284
|
{
|
|
5272
|
-
"name": "
|
|
5285
|
+
"name": "notice.click",
|
|
5273
5286
|
"detail": {
|
|
5274
5287
|
"annotation": {
|
|
5275
|
-
"type": "
|
|
5276
|
-
"
|
|
5277
|
-
"type": "
|
|
5278
|
-
"
|
|
5279
|
-
"type": "identifier",
|
|
5280
|
-
"name": "Stage"
|
|
5281
|
-
}
|
|
5288
|
+
"type": "reference",
|
|
5289
|
+
"typeName": {
|
|
5290
|
+
"type": "identifier",
|
|
5291
|
+
"name": "NoticeItem"
|
|
5282
5292
|
}
|
|
5283
5293
|
}
|
|
5284
5294
|
}
|
|
5285
5295
|
},
|
|
5286
5296
|
{
|
|
5287
|
-
"name": "
|
|
5297
|
+
"name": "mark.items.read",
|
|
5288
5298
|
"detail": {
|
|
5289
5299
|
"annotation": {
|
|
5290
|
-
"type": "
|
|
5291
|
-
"
|
|
5292
|
-
|
|
5293
|
-
|
|
5294
|
-
"
|
|
5295
|
-
|
|
5296
|
-
"name": "stage"
|
|
5297
|
-
},
|
|
5298
|
-
"annotation": {
|
|
5299
|
-
"type": "reference",
|
|
5300
|
-
"typeName": {
|
|
5301
|
-
"type": "identifier",
|
|
5302
|
-
"name": "Stage"
|
|
5303
|
-
}
|
|
5304
|
-
},
|
|
5305
|
-
"computed": false
|
|
5300
|
+
"type": "array",
|
|
5301
|
+
"elementType": {
|
|
5302
|
+
"type": "reference",
|
|
5303
|
+
"typeName": {
|
|
5304
|
+
"type": "identifier",
|
|
5305
|
+
"name": "NoticeItem"
|
|
5306
5306
|
}
|
|
5307
|
-
|
|
5307
|
+
}
|
|
5308
5308
|
}
|
|
5309
5309
|
}
|
|
5310
5310
|
},
|
|
5311
5311
|
{
|
|
5312
|
-
"name": "
|
|
5312
|
+
"name": "mark.all.read",
|
|
5313
5313
|
"detail": {
|
|
5314
5314
|
"annotation": {
|
|
5315
|
-
"type": "
|
|
5316
|
-
"
|
|
5317
|
-
"type": "identifier",
|
|
5318
|
-
"name": "EditActivityDetail"
|
|
5319
|
-
}
|
|
5315
|
+
"type": "keyword",
|
|
5316
|
+
"value": "void"
|
|
5320
5317
|
}
|
|
5321
5318
|
}
|
|
5322
5319
|
}
|
|
5323
5320
|
],
|
|
5324
|
-
"methods": [
|
|
5321
|
+
"methods": [],
|
|
5322
|
+
"types": [
|
|
5325
5323
|
{
|
|
5326
|
-
"
|
|
5327
|
-
"
|
|
5324
|
+
"type": "interface",
|
|
5325
|
+
"name": "NoticeItem",
|
|
5326
|
+
"body": [
|
|
5328
5327
|
{
|
|
5329
|
-
"
|
|
5328
|
+
"type": "propertySignature",
|
|
5329
|
+
"key": {
|
|
5330
|
+
"type": "identifier",
|
|
5331
|
+
"name": "id"
|
|
5332
|
+
},
|
|
5330
5333
|
"annotation": {
|
|
5331
|
-
"type": "
|
|
5332
|
-
"
|
|
5333
|
-
|
|
5334
|
-
|
|
5335
|
-
}
|
|
5336
|
-
}
|
|
5334
|
+
"type": "keyword",
|
|
5335
|
+
"value": "string"
|
|
5336
|
+
},
|
|
5337
|
+
"computed": false
|
|
5337
5338
|
},
|
|
5338
5339
|
{
|
|
5339
|
-
"
|
|
5340
|
+
"type": "propertySignature",
|
|
5341
|
+
"key": {
|
|
5342
|
+
"type": "identifier",
|
|
5343
|
+
"name": "type"
|
|
5344
|
+
},
|
|
5340
5345
|
"annotation": {
|
|
5341
|
-
"type": "
|
|
5342
|
-
"
|
|
5343
|
-
|
|
5344
|
-
|
|
5345
|
-
|
|
5346
|
-
}
|
|
5347
|
-
}
|
|
5348
|
-
],
|
|
5349
|
-
"returns": {}
|
|
5350
|
-
},
|
|
5351
|
-
{
|
|
5352
|
-
"name": "editActivity",
|
|
5353
|
-
"params": [
|
|
5346
|
+
"type": "keyword",
|
|
5347
|
+
"value": "string"
|
|
5348
|
+
},
|
|
5349
|
+
"computed": false
|
|
5350
|
+
},
|
|
5354
5351
|
{
|
|
5355
|
-
"
|
|
5352
|
+
"type": "propertySignature",
|
|
5353
|
+
"key": {
|
|
5354
|
+
"type": "identifier",
|
|
5355
|
+
"name": "isRead"
|
|
5356
|
+
},
|
|
5356
5357
|
"annotation": {
|
|
5357
|
-
"type": "
|
|
5358
|
-
"
|
|
5359
|
-
|
|
5360
|
-
|
|
5361
|
-
}
|
|
5362
|
-
}
|
|
5358
|
+
"type": "keyword",
|
|
5359
|
+
"value": "boolean"
|
|
5360
|
+
},
|
|
5361
|
+
"computed": false
|
|
5363
5362
|
},
|
|
5364
5363
|
{
|
|
5365
|
-
"
|
|
5364
|
+
"type": "propertySignature",
|
|
5365
|
+
"key": {
|
|
5366
|
+
"type": "identifier",
|
|
5367
|
+
"name": "title"
|
|
5368
|
+
},
|
|
5366
5369
|
"annotation": {
|
|
5367
|
-
"type": "
|
|
5368
|
-
"
|
|
5369
|
-
|
|
5370
|
-
|
|
5371
|
-
}
|
|
5372
|
-
}
|
|
5370
|
+
"type": "keyword",
|
|
5371
|
+
"value": "string"
|
|
5372
|
+
},
|
|
5373
|
+
"computed": false
|
|
5373
5374
|
},
|
|
5374
5375
|
{
|
|
5375
|
-
"
|
|
5376
|
+
"type": "propertySignature",
|
|
5377
|
+
"key": {
|
|
5378
|
+
"type": "identifier",
|
|
5379
|
+
"name": "description"
|
|
5380
|
+
},
|
|
5376
5381
|
"annotation": {
|
|
5377
5382
|
"type": "keyword",
|
|
5378
|
-
"value": "
|
|
5379
|
-
}
|
|
5380
|
-
|
|
5381
|
-
|
|
5382
|
-
|
|
5383
|
-
},
|
|
5384
|
-
{
|
|
5385
|
-
"name": "deleteActivity",
|
|
5386
|
-
"params": [
|
|
5383
|
+
"value": "string"
|
|
5384
|
+
},
|
|
5385
|
+
"optional": true,
|
|
5386
|
+
"computed": false
|
|
5387
|
+
},
|
|
5387
5388
|
{
|
|
5388
|
-
"
|
|
5389
|
+
"type": "propertySignature",
|
|
5390
|
+
"key": {
|
|
5391
|
+
"type": "identifier",
|
|
5392
|
+
"name": "time"
|
|
5393
|
+
},
|
|
5389
5394
|
"annotation": {
|
|
5390
|
-
"type": "
|
|
5391
|
-
"
|
|
5392
|
-
|
|
5393
|
-
|
|
5394
|
-
}
|
|
5395
|
-
}
|
|
5395
|
+
"type": "keyword",
|
|
5396
|
+
"value": "number"
|
|
5397
|
+
},
|
|
5398
|
+
"computed": false
|
|
5396
5399
|
},
|
|
5397
5400
|
{
|
|
5398
|
-
"
|
|
5401
|
+
"type": "propertySignature",
|
|
5402
|
+
"key": {
|
|
5403
|
+
"type": "identifier",
|
|
5404
|
+
"name": "url"
|
|
5405
|
+
},
|
|
5399
5406
|
"annotation": {
|
|
5400
5407
|
"type": "keyword",
|
|
5401
|
-
"value": "
|
|
5408
|
+
"value": "string"
|
|
5409
|
+
},
|
|
5410
|
+
"optional": true,
|
|
5411
|
+
"computed": false,
|
|
5412
|
+
"description": "单个消息详情链接,优先级高于 urlTemplate"
|
|
5413
|
+
}
|
|
5414
|
+
]
|
|
5415
|
+
}
|
|
5416
|
+
]
|
|
5417
|
+
},
|
|
5418
|
+
"ai-portal.running-flow": {
|
|
5419
|
+
"properties": [
|
|
5420
|
+
{
|
|
5421
|
+
"name": "spec",
|
|
5422
|
+
"annotation": {
|
|
5423
|
+
"type": "array",
|
|
5424
|
+
"elementType": {
|
|
5425
|
+
"type": "reference",
|
|
5426
|
+
"typeName": {
|
|
5427
|
+
"type": "identifier",
|
|
5428
|
+
"name": "FlowStage"
|
|
5402
5429
|
}
|
|
5403
5430
|
}
|
|
5404
|
-
|
|
5405
|
-
|
|
5431
|
+
}
|
|
5432
|
+
},
|
|
5433
|
+
{
|
|
5434
|
+
"name": "activeActivityId",
|
|
5435
|
+
"annotation": {
|
|
5436
|
+
"type": "union",
|
|
5437
|
+
"types": [
|
|
5438
|
+
{
|
|
5439
|
+
"type": "keyword",
|
|
5440
|
+
"value": "string"
|
|
5441
|
+
},
|
|
5442
|
+
{
|
|
5443
|
+
"type": "keyword",
|
|
5444
|
+
"value": "null"
|
|
5445
|
+
}
|
|
5446
|
+
]
|
|
5447
|
+
}
|
|
5448
|
+
}
|
|
5449
|
+
],
|
|
5450
|
+
"events": [
|
|
5451
|
+
{
|
|
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
|
+
}
|
|
5467
|
+
}
|
|
5406
5468
|
}
|
|
5407
5469
|
],
|
|
5470
|
+
"methods": [],
|
|
5408
5471
|
"types": [
|
|
5409
5472
|
{
|
|
5410
5473
|
"type": "interface",
|
|
5411
|
-
"name": "
|
|
5474
|
+
"name": "FlowStage",
|
|
5412
5475
|
"body": [
|
|
5413
5476
|
{
|
|
5414
5477
|
"type": "propertySignature",
|
|
@@ -5463,24 +5526,161 @@
|
|
|
5463
5526
|
"type": "propertySignature",
|
|
5464
5527
|
"key": {
|
|
5465
5528
|
"type": "identifier",
|
|
5466
|
-
"name": "
|
|
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
|
|
5591
|
+
}
|
|
5592
|
+
]
|
|
5593
|
+
}
|
|
5594
|
+
]
|
|
5595
|
+
},
|
|
5596
|
+
"ai-portal.gantt-chart": {
|
|
5597
|
+
"properties": [
|
|
5598
|
+
{
|
|
5599
|
+
"name": "chartTitle",
|
|
5600
|
+
"annotation": {
|
|
5601
|
+
"type": "keyword",
|
|
5602
|
+
"value": "string"
|
|
5603
|
+
}
|
|
5604
|
+
},
|
|
5605
|
+
{
|
|
5606
|
+
"name": "nodes",
|
|
5607
|
+
"annotation": {
|
|
5608
|
+
"type": "array",
|
|
5609
|
+
"elementType": {
|
|
5610
|
+
"type": "reference",
|
|
5611
|
+
"typeName": {
|
|
5612
|
+
"type": "identifier",
|
|
5613
|
+
"name": "GanttNode"
|
|
5614
|
+
}
|
|
5615
|
+
}
|
|
5616
|
+
}
|
|
5617
|
+
}
|
|
5618
|
+
],
|
|
5619
|
+
"events": [
|
|
5620
|
+
{
|
|
5621
|
+
"name": "node.click",
|
|
5622
|
+
"detail": {
|
|
5623
|
+
"annotation": {
|
|
5624
|
+
"type": "reference",
|
|
5625
|
+
"typeName": {
|
|
5626
|
+
"type": "identifier",
|
|
5627
|
+
"name": "GanttNode"
|
|
5628
|
+
}
|
|
5629
|
+
}
|
|
5630
|
+
}
|
|
5631
|
+
},
|
|
5632
|
+
{
|
|
5633
|
+
"name": "fullscreen.click",
|
|
5634
|
+
"detail": {
|
|
5635
|
+
"annotation": {
|
|
5636
|
+
"type": "keyword",
|
|
5637
|
+
"value": "void"
|
|
5638
|
+
}
|
|
5639
|
+
}
|
|
5640
|
+
}
|
|
5641
|
+
],
|
|
5642
|
+
"methods": [],
|
|
5643
|
+
"types": [
|
|
5644
|
+
{
|
|
5645
|
+
"type": "interface",
|
|
5646
|
+
"name": "GanttNode",
|
|
5647
|
+
"body": [
|
|
5648
|
+
{
|
|
5649
|
+
"type": "propertySignature",
|
|
5650
|
+
"key": {
|
|
5651
|
+
"type": "identifier",
|
|
5652
|
+
"name": "name"
|
|
5467
5653
|
},
|
|
5468
5654
|
"annotation": {
|
|
5469
5655
|
"type": "keyword",
|
|
5470
5656
|
"value": "string"
|
|
5471
5657
|
},
|
|
5472
|
-
"optional": true,
|
|
5473
5658
|
"computed": false
|
|
5474
5659
|
},
|
|
5475
5660
|
{
|
|
5476
5661
|
"type": "propertySignature",
|
|
5477
5662
|
"key": {
|
|
5478
5663
|
"type": "identifier",
|
|
5479
|
-
"name": "
|
|
5664
|
+
"name": "state"
|
|
5480
5665
|
},
|
|
5481
5666
|
"annotation": {
|
|
5482
|
-
"type": "
|
|
5483
|
-
"
|
|
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
|
+
]
|
|
5484
5684
|
},
|
|
5485
5685
|
"optional": true,
|
|
5486
5686
|
"computed": false
|
|
@@ -5489,11 +5689,11 @@
|
|
|
5489
5689
|
"type": "propertySignature",
|
|
5490
5690
|
"key": {
|
|
5491
5691
|
"type": "identifier",
|
|
5492
|
-
"name": "
|
|
5692
|
+
"name": "startTime"
|
|
5493
5693
|
},
|
|
5494
5694
|
"annotation": {
|
|
5495
5695
|
"type": "keyword",
|
|
5496
|
-
"value": "
|
|
5696
|
+
"value": "number"
|
|
5497
5697
|
},
|
|
5498
5698
|
"optional": true,
|
|
5499
5699
|
"computed": false
|
|
@@ -5502,91 +5702,32 @@
|
|
|
5502
5702
|
"type": "propertySignature",
|
|
5503
5703
|
"key": {
|
|
5504
5704
|
"type": "identifier",
|
|
5505
|
-
"name": "
|
|
5705
|
+
"name": "endTime"
|
|
5506
5706
|
},
|
|
5507
5707
|
"annotation": {
|
|
5508
5708
|
"type": "keyword",
|
|
5509
|
-
"value": "
|
|
5709
|
+
"value": "number"
|
|
5510
5710
|
},
|
|
5511
5711
|
"optional": true,
|
|
5512
5712
|
"computed": false
|
|
5513
|
-
}
|
|
5514
|
-
]
|
|
5515
|
-
},
|
|
5516
|
-
{
|
|
5517
|
-
"type": "interface",
|
|
5518
|
-
"name": "AIEmployee",
|
|
5519
|
-
"body": [
|
|
5520
|
-
{
|
|
5521
|
-
"type": "propertySignature",
|
|
5522
|
-
"key": {
|
|
5523
|
-
"type": "identifier",
|
|
5524
|
-
"name": "employeeId"
|
|
5525
|
-
},
|
|
5526
|
-
"annotation": {
|
|
5527
|
-
"type": "keyword",
|
|
5528
|
-
"value": "string"
|
|
5529
|
-
},
|
|
5530
|
-
"computed": false
|
|
5531
|
-
},
|
|
5532
|
-
{
|
|
5533
|
-
"type": "propertySignature",
|
|
5534
|
-
"key": {
|
|
5535
|
-
"type": "identifier",
|
|
5536
|
-
"name": "name"
|
|
5537
|
-
},
|
|
5538
|
-
"annotation": {
|
|
5539
|
-
"type": "keyword",
|
|
5540
|
-
"value": "string"
|
|
5541
|
-
},
|
|
5542
|
-
"computed": false
|
|
5543
|
-
}
|
|
5544
|
-
]
|
|
5545
|
-
},
|
|
5546
|
-
{
|
|
5547
|
-
"type": "interface",
|
|
5548
|
-
"name": "EditActivityDetail",
|
|
5549
|
-
"body": [
|
|
5550
|
-
{
|
|
5551
|
-
"type": "propertySignature",
|
|
5552
|
-
"key": {
|
|
5553
|
-
"type": "identifier",
|
|
5554
|
-
"name": "stage"
|
|
5555
|
-
},
|
|
5556
|
-
"annotation": {
|
|
5557
|
-
"type": "reference",
|
|
5558
|
-
"typeName": {
|
|
5559
|
-
"type": "identifier",
|
|
5560
|
-
"name": "Stage"
|
|
5561
|
-
}
|
|
5562
|
-
},
|
|
5563
|
-
"computed": false
|
|
5564
5713
|
},
|
|
5565
5714
|
{
|
|
5566
5715
|
"type": "propertySignature",
|
|
5567
5716
|
"key": {
|
|
5568
5717
|
"type": "identifier",
|
|
5569
|
-
"name": "
|
|
5718
|
+
"name": "children"
|
|
5570
5719
|
},
|
|
5571
5720
|
"annotation": {
|
|
5572
|
-
"type": "
|
|
5573
|
-
"
|
|
5574
|
-
"type": "
|
|
5575
|
-
"
|
|
5721
|
+
"type": "array",
|
|
5722
|
+
"elementType": {
|
|
5723
|
+
"type": "reference",
|
|
5724
|
+
"typeName": {
|
|
5725
|
+
"type": "identifier",
|
|
5726
|
+
"name": "GanttNode"
|
|
5727
|
+
}
|
|
5576
5728
|
}
|
|
5577
5729
|
},
|
|
5578
|
-
"
|
|
5579
|
-
},
|
|
5580
|
-
{
|
|
5581
|
-
"type": "propertySignature",
|
|
5582
|
-
"key": {
|
|
5583
|
-
"type": "identifier",
|
|
5584
|
-
"name": "activityIndex"
|
|
5585
|
-
},
|
|
5586
|
-
"annotation": {
|
|
5587
|
-
"type": "keyword",
|
|
5588
|
-
"value": "number"
|
|
5589
|
-
},
|
|
5730
|
+
"optional": true,
|
|
5590
5731
|
"computed": false
|
|
5591
5732
|
}
|
|
5592
5733
|
]
|
|
@@ -6193,147 +6334,6 @@
|
|
|
6193
6334
|
}
|
|
6194
6335
|
]
|
|
6195
6336
|
},
|
|
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
|
{
|