@genesislcap/ai-assistant 14.486.0 → 14.486.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +113 -113
- package/package.json +17 -17
|
@@ -3883,6 +3883,119 @@
|
|
|
3883
3883
|
"declarations": [],
|
|
3884
3884
|
"exports": []
|
|
3885
3885
|
},
|
|
3886
|
+
{
|
|
3887
|
+
"kind": "javascript-module",
|
|
3888
|
+
"path": "src/components/activity-halo/activity-halo.ts",
|
|
3889
|
+
"declarations": [
|
|
3890
|
+
{
|
|
3891
|
+
"kind": "class",
|
|
3892
|
+
"description": "Wrapper component that shows an `<ai-halo-overlay>` when the AI assistant\nis executing one of the declared tool names.",
|
|
3893
|
+
"name": "AiActivityHalo",
|
|
3894
|
+
"members": [
|
|
3895
|
+
{
|
|
3896
|
+
"kind": "field",
|
|
3897
|
+
"name": "tools",
|
|
3898
|
+
"type": {
|
|
3899
|
+
"text": "string"
|
|
3900
|
+
},
|
|
3901
|
+
"default": "''",
|
|
3902
|
+
"description": "Comma-separated list of tool names this element reacts to."
|
|
3903
|
+
},
|
|
3904
|
+
{
|
|
3905
|
+
"kind": "field",
|
|
3906
|
+
"name": "minShowTime",
|
|
3907
|
+
"type": {
|
|
3908
|
+
"text": "number"
|
|
3909
|
+
},
|
|
3910
|
+
"default": "600",
|
|
3911
|
+
"description": "Minimum time in ms the halo stays visible after activation."
|
|
3912
|
+
},
|
|
3913
|
+
{
|
|
3914
|
+
"kind": "field",
|
|
3915
|
+
"name": "unsubBus",
|
|
3916
|
+
"type": {
|
|
3917
|
+
"text": "() => void | undefined"
|
|
3918
|
+
},
|
|
3919
|
+
"privacy": "private"
|
|
3920
|
+
},
|
|
3921
|
+
{
|
|
3922
|
+
"kind": "field",
|
|
3923
|
+
"name": "hideTimeout",
|
|
3924
|
+
"type": {
|
|
3925
|
+
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
3926
|
+
},
|
|
3927
|
+
"privacy": "private"
|
|
3928
|
+
},
|
|
3929
|
+
{
|
|
3930
|
+
"kind": "field",
|
|
3931
|
+
"name": "startTime",
|
|
3932
|
+
"type": {
|
|
3933
|
+
"text": "number"
|
|
3934
|
+
},
|
|
3935
|
+
"privacy": "private",
|
|
3936
|
+
"default": "0"
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
"kind": "method",
|
|
3940
|
+
"name": "activate",
|
|
3941
|
+
"privacy": "private"
|
|
3942
|
+
},
|
|
3943
|
+
{
|
|
3944
|
+
"kind": "method",
|
|
3945
|
+
"name": "scheduleDeactivate",
|
|
3946
|
+
"privacy": "private"
|
|
3947
|
+
}
|
|
3948
|
+
],
|
|
3949
|
+
"attributes": [
|
|
3950
|
+
{
|
|
3951
|
+
"name": "tools",
|
|
3952
|
+
"type": {
|
|
3953
|
+
"text": "string"
|
|
3954
|
+
},
|
|
3955
|
+
"default": "''",
|
|
3956
|
+
"description": "Comma-separated list of tool names this element reacts to.",
|
|
3957
|
+
"fieldName": "tools"
|
|
3958
|
+
},
|
|
3959
|
+
{
|
|
3960
|
+
"name": "min-show-time",
|
|
3961
|
+
"type": {
|
|
3962
|
+
"text": "number"
|
|
3963
|
+
},
|
|
3964
|
+
"default": "DEFAULT_MIN_SHOW_TIME",
|
|
3965
|
+
"description": "Minimum time in ms the halo stays visible after activation.",
|
|
3966
|
+
"resolveInitializer": {
|
|
3967
|
+
"module": "src/components/activity-halo/activity-halo.ts"
|
|
3968
|
+
},
|
|
3969
|
+
"fieldName": "minShowTime"
|
|
3970
|
+
}
|
|
3971
|
+
],
|
|
3972
|
+
"superclass": {
|
|
3973
|
+
"name": "GenesisElement",
|
|
3974
|
+
"package": "@genesislcap/web-core"
|
|
3975
|
+
},
|
|
3976
|
+
"tagName": "ai-activity-halo",
|
|
3977
|
+
"customElement": true
|
|
3978
|
+
}
|
|
3979
|
+
],
|
|
3980
|
+
"exports": [
|
|
3981
|
+
{
|
|
3982
|
+
"kind": "js",
|
|
3983
|
+
"name": "AiActivityHalo",
|
|
3984
|
+
"declaration": {
|
|
3985
|
+
"name": "AiActivityHalo",
|
|
3986
|
+
"module": "src/components/activity-halo/activity-halo.ts"
|
|
3987
|
+
}
|
|
3988
|
+
},
|
|
3989
|
+
{
|
|
3990
|
+
"kind": "custom-element-definition",
|
|
3991
|
+
"name": "ai-activity-halo",
|
|
3992
|
+
"declaration": {
|
|
3993
|
+
"name": "AiActivityHalo",
|
|
3994
|
+
"module": "src/components/activity-halo/activity-halo.ts"
|
|
3995
|
+
}
|
|
3996
|
+
}
|
|
3997
|
+
]
|
|
3998
|
+
},
|
|
3886
3999
|
{
|
|
3887
4000
|
"kind": "javascript-module",
|
|
3888
4001
|
"path": "src/utils/animated-panel-toggle.ts",
|
|
@@ -4721,119 +4834,6 @@
|
|
|
4721
4834
|
}
|
|
4722
4835
|
]
|
|
4723
4836
|
},
|
|
4724
|
-
{
|
|
4725
|
-
"kind": "javascript-module",
|
|
4726
|
-
"path": "src/components/activity-halo/activity-halo.ts",
|
|
4727
|
-
"declarations": [
|
|
4728
|
-
{
|
|
4729
|
-
"kind": "class",
|
|
4730
|
-
"description": "Wrapper component that shows an `<ai-halo-overlay>` when the AI assistant\nis executing one of the declared tool names.",
|
|
4731
|
-
"name": "AiActivityHalo",
|
|
4732
|
-
"members": [
|
|
4733
|
-
{
|
|
4734
|
-
"kind": "field",
|
|
4735
|
-
"name": "tools",
|
|
4736
|
-
"type": {
|
|
4737
|
-
"text": "string"
|
|
4738
|
-
},
|
|
4739
|
-
"default": "''",
|
|
4740
|
-
"description": "Comma-separated list of tool names this element reacts to."
|
|
4741
|
-
},
|
|
4742
|
-
{
|
|
4743
|
-
"kind": "field",
|
|
4744
|
-
"name": "minShowTime",
|
|
4745
|
-
"type": {
|
|
4746
|
-
"text": "number"
|
|
4747
|
-
},
|
|
4748
|
-
"default": "600",
|
|
4749
|
-
"description": "Minimum time in ms the halo stays visible after activation."
|
|
4750
|
-
},
|
|
4751
|
-
{
|
|
4752
|
-
"kind": "field",
|
|
4753
|
-
"name": "unsubBus",
|
|
4754
|
-
"type": {
|
|
4755
|
-
"text": "() => void | undefined"
|
|
4756
|
-
},
|
|
4757
|
-
"privacy": "private"
|
|
4758
|
-
},
|
|
4759
|
-
{
|
|
4760
|
-
"kind": "field",
|
|
4761
|
-
"name": "hideTimeout",
|
|
4762
|
-
"type": {
|
|
4763
|
-
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
4764
|
-
},
|
|
4765
|
-
"privacy": "private"
|
|
4766
|
-
},
|
|
4767
|
-
{
|
|
4768
|
-
"kind": "field",
|
|
4769
|
-
"name": "startTime",
|
|
4770
|
-
"type": {
|
|
4771
|
-
"text": "number"
|
|
4772
|
-
},
|
|
4773
|
-
"privacy": "private",
|
|
4774
|
-
"default": "0"
|
|
4775
|
-
},
|
|
4776
|
-
{
|
|
4777
|
-
"kind": "method",
|
|
4778
|
-
"name": "activate",
|
|
4779
|
-
"privacy": "private"
|
|
4780
|
-
},
|
|
4781
|
-
{
|
|
4782
|
-
"kind": "method",
|
|
4783
|
-
"name": "scheduleDeactivate",
|
|
4784
|
-
"privacy": "private"
|
|
4785
|
-
}
|
|
4786
|
-
],
|
|
4787
|
-
"attributes": [
|
|
4788
|
-
{
|
|
4789
|
-
"name": "tools",
|
|
4790
|
-
"type": {
|
|
4791
|
-
"text": "string"
|
|
4792
|
-
},
|
|
4793
|
-
"default": "''",
|
|
4794
|
-
"description": "Comma-separated list of tool names this element reacts to.",
|
|
4795
|
-
"fieldName": "tools"
|
|
4796
|
-
},
|
|
4797
|
-
{
|
|
4798
|
-
"name": "min-show-time",
|
|
4799
|
-
"type": {
|
|
4800
|
-
"text": "number"
|
|
4801
|
-
},
|
|
4802
|
-
"default": "DEFAULT_MIN_SHOW_TIME",
|
|
4803
|
-
"description": "Minimum time in ms the halo stays visible after activation.",
|
|
4804
|
-
"resolveInitializer": {
|
|
4805
|
-
"module": "src/components/activity-halo/activity-halo.ts"
|
|
4806
|
-
},
|
|
4807
|
-
"fieldName": "minShowTime"
|
|
4808
|
-
}
|
|
4809
|
-
],
|
|
4810
|
-
"superclass": {
|
|
4811
|
-
"name": "GenesisElement",
|
|
4812
|
-
"package": "@genesislcap/web-core"
|
|
4813
|
-
},
|
|
4814
|
-
"tagName": "ai-activity-halo",
|
|
4815
|
-
"customElement": true
|
|
4816
|
-
}
|
|
4817
|
-
],
|
|
4818
|
-
"exports": [
|
|
4819
|
-
{
|
|
4820
|
-
"kind": "js",
|
|
4821
|
-
"name": "AiActivityHalo",
|
|
4822
|
-
"declaration": {
|
|
4823
|
-
"name": "AiActivityHalo",
|
|
4824
|
-
"module": "src/components/activity-halo/activity-halo.ts"
|
|
4825
|
-
}
|
|
4826
|
-
},
|
|
4827
|
-
{
|
|
4828
|
-
"kind": "custom-element-definition",
|
|
4829
|
-
"name": "ai-activity-halo",
|
|
4830
|
-
"declaration": {
|
|
4831
|
-
"name": "AiActivityHalo",
|
|
4832
|
-
"module": "src/components/activity-halo/activity-halo.ts"
|
|
4833
|
-
}
|
|
4834
|
-
}
|
|
4835
|
-
]
|
|
4836
|
-
},
|
|
4837
4837
|
{
|
|
4838
4838
|
"kind": "javascript-module",
|
|
4839
4839
|
"path": "src/components/agent-picker/agent-picker.constants.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/ai-assistant",
|
|
3
3
|
"description": "Genesis AI Assistant micro-frontend",
|
|
4
|
-
"version": "14.486.
|
|
4
|
+
"version": "14.486.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/ai-assistant.d.ts",
|
|
@@ -64,25 +64,25 @@
|
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@genesislcap/foundation-testing": "14.486.
|
|
68
|
-
"@genesislcap/genx": "14.486.
|
|
69
|
-
"@genesislcap/rollup-builder": "14.486.
|
|
70
|
-
"@genesislcap/ts-builder": "14.486.
|
|
71
|
-
"@genesislcap/uvu-playwright-builder": "14.486.
|
|
72
|
-
"@genesislcap/vite-builder": "14.486.
|
|
73
|
-
"@genesislcap/webpack-builder": "14.486.
|
|
67
|
+
"@genesislcap/foundation-testing": "14.486.1",
|
|
68
|
+
"@genesislcap/genx": "14.486.1",
|
|
69
|
+
"@genesislcap/rollup-builder": "14.486.1",
|
|
70
|
+
"@genesislcap/ts-builder": "14.486.1",
|
|
71
|
+
"@genesislcap/uvu-playwright-builder": "14.486.1",
|
|
72
|
+
"@genesislcap/vite-builder": "14.486.1",
|
|
73
|
+
"@genesislcap/webpack-builder": "14.486.1",
|
|
74
74
|
"@types/dompurify": "^3.0.5",
|
|
75
75
|
"@types/marked": "^5.0.2"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@genesislcap/foundation-ai": "14.486.
|
|
79
|
-
"@genesislcap/foundation-logger": "14.486.
|
|
80
|
-
"@genesislcap/foundation-notifications": "14.486.
|
|
81
|
-
"@genesislcap/foundation-redux": "14.486.
|
|
82
|
-
"@genesislcap/foundation-ui": "14.486.
|
|
83
|
-
"@genesislcap/foundation-utils": "14.486.
|
|
84
|
-
"@genesislcap/rapid-design-system": "14.486.
|
|
85
|
-
"@genesislcap/web-core": "14.486.
|
|
78
|
+
"@genesislcap/foundation-ai": "14.486.1",
|
|
79
|
+
"@genesislcap/foundation-logger": "14.486.1",
|
|
80
|
+
"@genesislcap/foundation-notifications": "14.486.1",
|
|
81
|
+
"@genesislcap/foundation-redux": "14.486.1",
|
|
82
|
+
"@genesislcap/foundation-ui": "14.486.1",
|
|
83
|
+
"@genesislcap/foundation-utils": "14.486.1",
|
|
84
|
+
"@genesislcap/rapid-design-system": "14.486.1",
|
|
85
|
+
"@genesislcap/web-core": "14.486.1",
|
|
86
86
|
"dompurify": "^3.3.1",
|
|
87
87
|
"marked": "^17.0.3"
|
|
88
88
|
},
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"access": "public"
|
|
96
96
|
},
|
|
97
97
|
"customElements": "dist/custom-elements.json",
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "1e4e55b1ba9ef3aca8177127b52111d3ef0e53ae"
|
|
99
99
|
}
|