deep-chat-dev 9.0.40 → 9.0.41
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/custom-elements.json +1502 -1495
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.js +10 -7
- package/dist/views/chat/messages/html/htmlMessages.d.ts.map +1 -1
- package/dist/views/chat/messages/messageUtils.d.ts +1 -1
- package/dist/views/chat/messages/messageUtils.d.ts.map +1 -1
- package/package.json +1 -1
package/custom-elements.json
CHANGED
@@ -459,54 +459,6 @@
|
|
459
459
|
}
|
460
460
|
]
|
461
461
|
},
|
462
|
-
{
|
463
|
-
"kind": "javascript-module",
|
464
|
-
"path": "src/services/serviceIO.ts",
|
465
|
-
"declarations": [],
|
466
|
-
"exports": []
|
467
|
-
},
|
468
|
-
{
|
469
|
-
"kind": "javascript-module",
|
470
|
-
"path": "src/services/serviceIOFactory.ts",
|
471
|
-
"declarations": [
|
472
|
-
{
|
473
|
-
"kind": "class",
|
474
|
-
"description": "",
|
475
|
-
"name": "ServiceIOFactory",
|
476
|
-
"members": [
|
477
|
-
{
|
478
|
-
"kind": "method",
|
479
|
-
"name": "create",
|
480
|
-
"privacy": "public",
|
481
|
-
"static": true,
|
482
|
-
"return": {
|
483
|
-
"type": {
|
484
|
-
"text": "ServiceIO"
|
485
|
-
}
|
486
|
-
},
|
487
|
-
"parameters": [
|
488
|
-
{
|
489
|
-
"name": "deepChat",
|
490
|
-
"type": {
|
491
|
-
"text": "DeepChat"
|
492
|
-
}
|
493
|
-
}
|
494
|
-
]
|
495
|
-
}
|
496
|
-
]
|
497
|
-
}
|
498
|
-
],
|
499
|
-
"exports": [
|
500
|
-
{
|
501
|
-
"kind": "js",
|
502
|
-
"name": "ServiceIOFactory",
|
503
|
-
"declaration": {
|
504
|
-
"name": "ServiceIOFactory",
|
505
|
-
"module": "src/services/serviceIOFactory.ts"
|
506
|
-
}
|
507
|
-
}
|
508
|
-
]
|
509
|
-
},
|
510
462
|
{
|
511
463
|
"kind": "javascript-module",
|
512
464
|
"path": "src/icons/audioIcon.ts",
|
@@ -864,6 +816,54 @@
|
|
864
816
|
}
|
865
817
|
]
|
866
818
|
},
|
819
|
+
{
|
820
|
+
"kind": "javascript-module",
|
821
|
+
"path": "src/services/serviceIO.ts",
|
822
|
+
"declarations": [],
|
823
|
+
"exports": []
|
824
|
+
},
|
825
|
+
{
|
826
|
+
"kind": "javascript-module",
|
827
|
+
"path": "src/services/serviceIOFactory.ts",
|
828
|
+
"declarations": [
|
829
|
+
{
|
830
|
+
"kind": "class",
|
831
|
+
"description": "",
|
832
|
+
"name": "ServiceIOFactory",
|
833
|
+
"members": [
|
834
|
+
{
|
835
|
+
"kind": "method",
|
836
|
+
"name": "create",
|
837
|
+
"privacy": "public",
|
838
|
+
"static": true,
|
839
|
+
"return": {
|
840
|
+
"type": {
|
841
|
+
"text": "ServiceIO"
|
842
|
+
}
|
843
|
+
},
|
844
|
+
"parameters": [
|
845
|
+
{
|
846
|
+
"name": "deepChat",
|
847
|
+
"type": {
|
848
|
+
"text": "DeepChat"
|
849
|
+
}
|
850
|
+
}
|
851
|
+
]
|
852
|
+
}
|
853
|
+
]
|
854
|
+
}
|
855
|
+
],
|
856
|
+
"exports": [
|
857
|
+
{
|
858
|
+
"kind": "js",
|
859
|
+
"name": "ServiceIOFactory",
|
860
|
+
"declaration": {
|
861
|
+
"name": "ServiceIOFactory",
|
862
|
+
"module": "src/services/serviceIOFactory.ts"
|
863
|
+
}
|
864
|
+
}
|
865
|
+
]
|
866
|
+
},
|
867
867
|
{
|
868
868
|
"kind": "javascript-module",
|
869
869
|
"path": "src/types/APIKey.ts",
|
@@ -21703,295 +21703,396 @@
|
|
21703
21703
|
},
|
21704
21704
|
{
|
21705
21705
|
"kind": "javascript-module",
|
21706
|
-
"path": "src/
|
21706
|
+
"path": "src/views/chat/chatView.ts",
|
21707
21707
|
"declarations": [
|
21708
21708
|
{
|
21709
21709
|
"kind": "class",
|
21710
21710
|
"description": "",
|
21711
|
-
"name": "
|
21711
|
+
"name": "ChatView",
|
21712
21712
|
"members": [
|
21713
21713
|
{
|
21714
21714
|
"kind": "method",
|
21715
|
-
"name": "
|
21716
|
-
"privacy": "
|
21715
|
+
"name": "createElements",
|
21716
|
+
"privacy": "private",
|
21717
21717
|
"static": true,
|
21718
21718
|
"parameters": [
|
21719
21719
|
{
|
21720
|
-
"name": "
|
21720
|
+
"name": "deepChat",
|
21721
21721
|
"type": {
|
21722
|
-
"text": "
|
21722
|
+
"text": "DeepChat"
|
21723
21723
|
}
|
21724
21724
|
},
|
21725
21725
|
{
|
21726
|
-
"name": "
|
21726
|
+
"name": "serviceIO",
|
21727
21727
|
"type": {
|
21728
|
-
"text": "
|
21728
|
+
"text": "ServiceIO"
|
21729
21729
|
}
|
21730
21730
|
},
|
21731
21731
|
{
|
21732
|
-
"name": "
|
21732
|
+
"name": "panel",
|
21733
|
+
"optional": true,
|
21733
21734
|
"type": {
|
21734
|
-
"text": "
|
21735
|
+
"text": "HTMLElement"
|
21735
21736
|
}
|
21736
|
-
},
|
21737
|
-
{
|
21738
|
-
"name": "stringifyBody",
|
21739
|
-
"default": "true"
|
21740
21737
|
}
|
21741
21738
|
]
|
21742
21739
|
},
|
21743
21740
|
{
|
21744
21741
|
"kind": "method",
|
21745
|
-
"name": "
|
21742
|
+
"name": "render",
|
21746
21743
|
"privacy": "public",
|
21747
21744
|
"static": true,
|
21748
21745
|
"parameters": [
|
21749
21746
|
{
|
21750
|
-
"name": "
|
21747
|
+
"name": "deepChat",
|
21751
21748
|
"type": {
|
21752
|
-
"text": "
|
21749
|
+
"text": "DeepChat"
|
21753
21750
|
}
|
21754
21751
|
},
|
21755
21752
|
{
|
21756
|
-
"name": "
|
21753
|
+
"name": "containerRef",
|
21757
21754
|
"type": {
|
21758
|
-
"text": "
|
21755
|
+
"text": "HTMLElement"
|
21759
21756
|
}
|
21760
21757
|
},
|
21761
21758
|
{
|
21762
|
-
"name": "
|
21759
|
+
"name": "serviceIO",
|
21763
21760
|
"type": {
|
21764
|
-
"text": "
|
21761
|
+
"text": "ServiceIO"
|
21765
21762
|
}
|
21766
21763
|
},
|
21767
21764
|
{
|
21768
|
-
"name": "
|
21765
|
+
"name": "panel",
|
21766
|
+
"optional": true,
|
21769
21767
|
"type": {
|
21770
|
-
"text": "
|
21768
|
+
"text": "HTMLElement"
|
21771
21769
|
}
|
21772
21770
|
}
|
21773
21771
|
]
|
21774
|
-
}
|
21772
|
+
}
|
21773
|
+
]
|
21774
|
+
}
|
21775
|
+
],
|
21776
|
+
"exports": [
|
21777
|
+
{
|
21778
|
+
"kind": "js",
|
21779
|
+
"name": "ChatView",
|
21780
|
+
"declaration": {
|
21781
|
+
"name": "ChatView",
|
21782
|
+
"module": "src/views/chat/chatView.ts"
|
21783
|
+
}
|
21784
|
+
}
|
21785
|
+
]
|
21786
|
+
},
|
21787
|
+
{
|
21788
|
+
"kind": "javascript-module",
|
21789
|
+
"path": "src/views/error/errorView.ts",
|
21790
|
+
"declarations": [
|
21791
|
+
{
|
21792
|
+
"kind": "class",
|
21793
|
+
"description": "",
|
21794
|
+
"name": "ErrorView",
|
21795
|
+
"members": [
|
21775
21796
|
{
|
21776
21797
|
"kind": "method",
|
21777
|
-
"name": "
|
21798
|
+
"name": "render",
|
21778
21799
|
"privacy": "public",
|
21779
21800
|
"static": true,
|
21780
21801
|
"parameters": [
|
21781
21802
|
{
|
21782
|
-
"name": "
|
21783
|
-
"type": {
|
21784
|
-
"text": "ServiceIO"
|
21785
|
-
}
|
21786
|
-
},
|
21787
|
-
{
|
21788
|
-
"name": "body",
|
21803
|
+
"name": "containerElement",
|
21789
21804
|
"type": {
|
21790
|
-
"text": "
|
21805
|
+
"text": "HTMLElement"
|
21791
21806
|
}
|
21792
21807
|
},
|
21793
21808
|
{
|
21794
|
-
"name": "
|
21809
|
+
"name": "text",
|
21795
21810
|
"type": {
|
21796
|
-
"text": "
|
21811
|
+
"text": "string"
|
21797
21812
|
}
|
21798
|
-
},
|
21799
|
-
{
|
21800
|
-
"name": "stringifyBody",
|
21801
|
-
"default": "true"
|
21802
21813
|
}
|
21803
21814
|
]
|
21815
|
+
}
|
21816
|
+
]
|
21817
|
+
}
|
21818
|
+
],
|
21819
|
+
"exports": [
|
21820
|
+
{
|
21821
|
+
"kind": "js",
|
21822
|
+
"name": "ErrorView",
|
21823
|
+
"declaration": {
|
21824
|
+
"name": "ErrorView",
|
21825
|
+
"module": "src/views/error/errorView.ts"
|
21826
|
+
}
|
21827
|
+
}
|
21828
|
+
]
|
21829
|
+
},
|
21830
|
+
{
|
21831
|
+
"kind": "javascript-module",
|
21832
|
+
"path": "src/views/insertKey/insertKeyView.ts",
|
21833
|
+
"declarations": [
|
21834
|
+
{
|
21835
|
+
"kind": "class",
|
21836
|
+
"description": "",
|
21837
|
+
"name": "InsertKeyView",
|
21838
|
+
"members": [
|
21839
|
+
{
|
21840
|
+
"kind": "method",
|
21841
|
+
"name": "createCautionText",
|
21842
|
+
"privacy": "private",
|
21843
|
+
"static": true
|
21804
21844
|
},
|
21805
21845
|
{
|
21806
21846
|
"kind": "method",
|
21807
|
-
"name": "
|
21847
|
+
"name": "createHelpLink",
|
21808
21848
|
"privacy": "private",
|
21809
21849
|
"static": true,
|
21810
21850
|
"parameters": [
|
21811
21851
|
{
|
21812
|
-
"name": "
|
21813
|
-
"type": {
|
21814
|
-
"text": "Messages"
|
21815
|
-
}
|
21816
|
-
},
|
21817
|
-
{
|
21818
|
-
"name": "error",
|
21852
|
+
"name": "link",
|
21819
21853
|
"type": {
|
21820
21854
|
"text": "string"
|
21821
21855
|
}
|
21822
|
-
}
|
21856
|
+
}
|
21857
|
+
]
|
21858
|
+
},
|
21859
|
+
{
|
21860
|
+
"kind": "method",
|
21861
|
+
"name": "createFailText",
|
21862
|
+
"privacy": "private",
|
21863
|
+
"static": true
|
21864
|
+
},
|
21865
|
+
{
|
21866
|
+
"kind": "method",
|
21867
|
+
"name": "createHelpTextContainer",
|
21868
|
+
"privacy": "private",
|
21869
|
+
"static": true,
|
21870
|
+
"parameters": [
|
21823
21871
|
{
|
21824
|
-
"name": "
|
21872
|
+
"name": "link",
|
21825
21873
|
"optional": true,
|
21826
21874
|
"type": {
|
21827
|
-
"text": "
|
21875
|
+
"text": "string"
|
21828
21876
|
}
|
21829
21877
|
}
|
21830
21878
|
]
|
21831
21879
|
},
|
21832
21880
|
{
|
21833
21881
|
"kind": "method",
|
21834
|
-
"name": "
|
21835
|
-
"privacy": "
|
21882
|
+
"name": "onFail",
|
21883
|
+
"privacy": "private",
|
21836
21884
|
"static": true,
|
21837
21885
|
"parameters": [
|
21838
21886
|
{
|
21839
|
-
"name": "
|
21887
|
+
"name": "inputEl",
|
21840
21888
|
"type": {
|
21841
|
-
"text": "
|
21889
|
+
"text": "HTMLInputElement"
|
21842
21890
|
}
|
21843
21891
|
},
|
21844
21892
|
{
|
21845
|
-
"name": "
|
21893
|
+
"name": "startEl",
|
21846
21894
|
"type": {
|
21847
|
-
"text": "
|
21895
|
+
"text": "HTMLElement"
|
21848
21896
|
}
|
21849
21897
|
},
|
21850
21898
|
{
|
21851
|
-
"name": "
|
21899
|
+
"name": "failTextEl",
|
21852
21900
|
"type": {
|
21853
|
-
"text": "
|
21901
|
+
"text": "HTMLElement"
|
21854
21902
|
}
|
21855
21903
|
},
|
21856
21904
|
{
|
21857
|
-
"name": "
|
21905
|
+
"name": "message",
|
21858
21906
|
"type": {
|
21859
21907
|
"text": "string"
|
21860
21908
|
}
|
21861
|
-
}
|
21909
|
+
}
|
21910
|
+
]
|
21911
|
+
},
|
21912
|
+
{
|
21913
|
+
"kind": "method",
|
21914
|
+
"name": "onLoad",
|
21915
|
+
"privacy": "private",
|
21916
|
+
"static": true,
|
21917
|
+
"parameters": [
|
21862
21918
|
{
|
21863
|
-
"name": "
|
21919
|
+
"name": "inputEl",
|
21864
21920
|
"type": {
|
21865
|
-
"text": "
|
21921
|
+
"text": "HTMLInputElement"
|
21866
21922
|
}
|
21867
21923
|
},
|
21868
21924
|
{
|
21869
|
-
"name": "
|
21925
|
+
"name": "startEl",
|
21870
21926
|
"type": {
|
21871
|
-
"text": "
|
21927
|
+
"text": "HTMLElement"
|
21872
21928
|
}
|
21873
|
-
}
|
21929
|
+
}
|
21930
|
+
]
|
21931
|
+
},
|
21932
|
+
{
|
21933
|
+
"kind": "method",
|
21934
|
+
"name": "verifyKey",
|
21935
|
+
"privacy": "private",
|
21936
|
+
"static": true,
|
21937
|
+
"parameters": [
|
21874
21938
|
{
|
21875
|
-
"name": "
|
21939
|
+
"name": "inputElement",
|
21876
21940
|
"type": {
|
21877
|
-
"text": "
|
21941
|
+
"text": "HTMLInputElement"
|
21878
21942
|
}
|
21879
21943
|
},
|
21880
21944
|
{
|
21881
|
-
"name": "
|
21945
|
+
"name": "keyVerificationHandlers",
|
21882
21946
|
"type": {
|
21883
|
-
"text": "
|
21947
|
+
"text": "KeyVerificationHandlers"
|
21884
21948
|
}
|
21885
21949
|
},
|
21886
21950
|
{
|
21887
|
-
"name": "
|
21888
|
-
"optional": true,
|
21951
|
+
"name": "serviceIO",
|
21889
21952
|
"type": {
|
21890
|
-
"text": "
|
21953
|
+
"text": "ServiceIO"
|
21891
21954
|
}
|
21892
21955
|
}
|
21893
21956
|
]
|
21894
|
-
}
|
21895
|
-
]
|
21896
|
-
}
|
21897
|
-
],
|
21898
|
-
"exports": [
|
21899
|
-
{
|
21900
|
-
"kind": "js",
|
21901
|
-
"name": "HTTPRequest",
|
21902
|
-
"declaration": {
|
21903
|
-
"name": "HTTPRequest",
|
21904
|
-
"module": "src/utils/HTTP/HTTPRequest.ts"
|
21905
|
-
}
|
21906
|
-
}
|
21907
|
-
]
|
21908
|
-
},
|
21909
|
-
{
|
21910
|
-
"kind": "javascript-module",
|
21911
|
-
"path": "src/utils/HTTP/customHandler.ts",
|
21912
|
-
"declarations": [
|
21913
|
-
{
|
21914
|
-
"kind": "class",
|
21915
|
-
"description": "",
|
21916
|
-
"name": "CustomHandler",
|
21917
|
-
"members": [
|
21957
|
+
},
|
21918
21958
|
{
|
21919
21959
|
"kind": "method",
|
21920
|
-
"name": "
|
21921
|
-
"privacy": "
|
21960
|
+
"name": "addVerificationEvents",
|
21961
|
+
"privacy": "private",
|
21922
21962
|
"static": true,
|
21923
21963
|
"parameters": [
|
21924
21964
|
{
|
21925
|
-
"name": "
|
21965
|
+
"name": "inputEl",
|
21926
21966
|
"type": {
|
21927
|
-
"text": "
|
21967
|
+
"text": "HTMLInputElement"
|
21928
21968
|
}
|
21929
21969
|
},
|
21930
21970
|
{
|
21931
|
-
"name": "
|
21971
|
+
"name": "startEl",
|
21932
21972
|
"type": {
|
21933
|
-
"text": "
|
21973
|
+
"text": "HTMLElement"
|
21934
21974
|
}
|
21935
21975
|
},
|
21936
21976
|
{
|
21937
|
-
"name": "
|
21977
|
+
"name": "failTextEl",
|
21938
21978
|
"type": {
|
21939
|
-
"text": "
|
21979
|
+
"text": "HTMLElement"
|
21980
|
+
}
|
21981
|
+
},
|
21982
|
+
{
|
21983
|
+
"name": "changeToChat",
|
21984
|
+
"type": {
|
21985
|
+
"text": "() => void"
|
21986
|
+
}
|
21987
|
+
},
|
21988
|
+
{
|
21989
|
+
"name": "serviceIO",
|
21990
|
+
"type": {
|
21991
|
+
"text": "ServiceIO"
|
21940
21992
|
}
|
21941
21993
|
}
|
21942
21994
|
]
|
21943
21995
|
},
|
21944
21996
|
{
|
21945
21997
|
"kind": "method",
|
21946
|
-
"name": "
|
21947
|
-
"privacy": "
|
21998
|
+
"name": "createStartButton",
|
21999
|
+
"privacy": "private",
|
22000
|
+
"static": true
|
22001
|
+
},
|
22002
|
+
{
|
22003
|
+
"kind": "method",
|
22004
|
+
"name": "onInputFocus",
|
22005
|
+
"privacy": "private",
|
21948
22006
|
"static": true,
|
21949
22007
|
"parameters": [
|
21950
22008
|
{
|
21951
|
-
"name": "
|
22009
|
+
"name": "event",
|
21952
22010
|
"type": {
|
21953
|
-
"text": "
|
22011
|
+
"text": "FocusEvent"
|
21954
22012
|
}
|
21955
|
-
}
|
22013
|
+
}
|
22014
|
+
]
|
22015
|
+
},
|
22016
|
+
{
|
22017
|
+
"kind": "method",
|
22018
|
+
"name": "createInput",
|
22019
|
+
"privacy": "private",
|
22020
|
+
"static": true,
|
22021
|
+
"parameters": [
|
21956
22022
|
{
|
21957
|
-
"name": "
|
22023
|
+
"name": "placeholderText",
|
22024
|
+
"optional": true,
|
21958
22025
|
"type": {
|
21959
|
-
"text": "
|
22026
|
+
"text": "string"
|
22027
|
+
}
|
22028
|
+
}
|
22029
|
+
]
|
22030
|
+
},
|
22031
|
+
{
|
22032
|
+
"kind": "method",
|
22033
|
+
"name": "createContents",
|
22034
|
+
"privacy": "private",
|
22035
|
+
"static": true,
|
22036
|
+
"parameters": [
|
22037
|
+
{
|
22038
|
+
"name": "changeToChat",
|
22039
|
+
"type": {
|
22040
|
+
"text": "() => void"
|
21960
22041
|
}
|
21961
22042
|
},
|
21962
22043
|
{
|
21963
|
-
"name": "
|
22044
|
+
"name": "serviceIO",
|
21964
22045
|
"type": {
|
21965
|
-
"text": "
|
22046
|
+
"text": "ServiceIO"
|
21966
22047
|
}
|
21967
22048
|
}
|
21968
22049
|
]
|
21969
22050
|
},
|
21970
22051
|
{
|
21971
22052
|
"kind": "method",
|
21972
|
-
"name": "
|
21973
|
-
"privacy": "
|
22053
|
+
"name": "createElements",
|
22054
|
+
"privacy": "private",
|
21974
22055
|
"static": true,
|
21975
22056
|
"parameters": [
|
21976
22057
|
{
|
21977
|
-
"name": "
|
22058
|
+
"name": "changeToChat",
|
21978
22059
|
"type": {
|
21979
|
-
"text": "
|
22060
|
+
"text": "() => void"
|
21980
22061
|
}
|
21981
22062
|
},
|
21982
22063
|
{
|
21983
|
-
"name": "
|
22064
|
+
"name": "serviceIO",
|
21984
22065
|
"type": {
|
21985
|
-
"text": "
|
22066
|
+
"text": "ServiceIO"
|
21986
22067
|
}
|
21987
22068
|
}
|
21988
22069
|
]
|
21989
22070
|
},
|
21990
22071
|
{
|
21991
22072
|
"kind": "method",
|
21992
|
-
"name": "
|
21993
|
-
"privacy": "
|
21994
|
-
"static": true
|
22073
|
+
"name": "render",
|
22074
|
+
"privacy": "public",
|
22075
|
+
"static": true,
|
22076
|
+
"parameters": [
|
22077
|
+
{
|
22078
|
+
"name": "containerRef",
|
22079
|
+
"type": {
|
22080
|
+
"text": "HTMLElement"
|
22081
|
+
}
|
22082
|
+
},
|
22083
|
+
{
|
22084
|
+
"name": "changeToChat",
|
22085
|
+
"type": {
|
22086
|
+
"text": "() => void"
|
22087
|
+
}
|
22088
|
+
},
|
22089
|
+
{
|
22090
|
+
"name": "serviceIO",
|
22091
|
+
"type": {
|
22092
|
+
"text": "ServiceIO"
|
22093
|
+
}
|
22094
|
+
}
|
22095
|
+
]
|
21995
22096
|
}
|
21996
22097
|
]
|
21997
22098
|
}
|
@@ -21999,132 +22100,164 @@
|
|
21999
22100
|
"exports": [
|
22000
22101
|
{
|
22001
22102
|
"kind": "js",
|
22002
|
-
"name": "
|
22103
|
+
"name": "InsertKeyView",
|
22003
22104
|
"declaration": {
|
22004
|
-
"name": "
|
22005
|
-
"module": "src/
|
22105
|
+
"name": "InsertKeyView",
|
22106
|
+
"module": "src/views/insertKey/insertKeyView.ts"
|
22006
22107
|
}
|
22007
22108
|
}
|
22008
22109
|
]
|
22009
22110
|
},
|
22010
22111
|
{
|
22011
22112
|
"kind": "javascript-module",
|
22012
|
-
"path": "src/
|
22113
|
+
"path": "src/views/insertKey/visibilityIcon.ts",
|
22013
22114
|
"declarations": [
|
22014
22115
|
{
|
22015
22116
|
"kind": "class",
|
22016
22117
|
"description": "",
|
22017
|
-
"name": "
|
22118
|
+
"name": "VisibilityIcon",
|
22018
22119
|
"members": [
|
22019
22120
|
{
|
22020
22121
|
"kind": "field",
|
22021
|
-
"name": "
|
22122
|
+
"name": "VISIBLE_ICON_ID",
|
22022
22123
|
"type": {
|
22023
22124
|
"text": "string"
|
22024
22125
|
},
|
22025
|
-
"privacy": "
|
22126
|
+
"privacy": "private",
|
22026
22127
|
"static": true,
|
22027
|
-
"default": "'
|
22128
|
+
"default": "'visible-icon'"
|
22028
22129
|
},
|
22029
22130
|
{
|
22030
22131
|
"kind": "method",
|
22031
|
-
"name": "
|
22032
|
-
"privacy": "
|
22132
|
+
"name": "changeVisibility",
|
22133
|
+
"privacy": "private",
|
22033
22134
|
"static": true,
|
22034
22135
|
"parameters": [
|
22035
22136
|
{
|
22036
|
-
"name": "
|
22137
|
+
"name": "inputElement",
|
22037
22138
|
"type": {
|
22038
|
-
"text": "
|
22139
|
+
"text": "HTMLInputElement"
|
22039
22140
|
}
|
22040
22141
|
},
|
22041
22142
|
{
|
22042
|
-
"name": "
|
22143
|
+
"name": "visibleIcon",
|
22043
22144
|
"type": {
|
22044
|
-
"text": "
|
22145
|
+
"text": "SVGGraphicsElement"
|
22045
22146
|
}
|
22046
22147
|
},
|
22047
22148
|
{
|
22048
|
-
"name": "
|
22149
|
+
"name": "notVisibleIcon",
|
22049
22150
|
"type": {
|
22050
|
-
"text": "
|
22151
|
+
"text": "SVGGraphicsElement"
|
22152
|
+
}
|
22153
|
+
},
|
22154
|
+
{
|
22155
|
+
"name": "event",
|
22156
|
+
"type": {
|
22157
|
+
"text": "MouseEvent"
|
22051
22158
|
}
|
22052
22159
|
}
|
22053
22160
|
]
|
22054
22161
|
},
|
22055
22162
|
{
|
22056
22163
|
"kind": "method",
|
22057
|
-
"name": "
|
22058
|
-
"privacy": "
|
22164
|
+
"name": "createIconElement",
|
22165
|
+
"privacy": "private",
|
22059
22166
|
"static": true,
|
22060
22167
|
"parameters": [
|
22061
22168
|
{
|
22062
|
-
"name": "
|
22169
|
+
"name": "iconString",
|
22063
22170
|
"type": {
|
22064
|
-
"text": "
|
22171
|
+
"text": "string"
|
22065
22172
|
}
|
22066
22173
|
},
|
22067
22174
|
{
|
22068
|
-
"name": "
|
22175
|
+
"name": "id",
|
22069
22176
|
"type": {
|
22070
|
-
"text": "
|
22177
|
+
"text": "string"
|
22071
22178
|
}
|
22072
|
-
},
|
22073
|
-
{
|
22074
|
-
"name": "defMessage",
|
22075
|
-
"default": "'Service error, please try again.'"
|
22076
22179
|
}
|
22077
22180
|
]
|
22078
22181
|
},
|
22079
22182
|
{
|
22080
22183
|
"kind": "method",
|
22081
|
-
"name": "
|
22184
|
+
"name": "create",
|
22082
22185
|
"privacy": "public",
|
22083
22186
|
"static": true,
|
22084
22187
|
"parameters": [
|
22085
22188
|
{
|
22086
|
-
"name": "
|
22189
|
+
"name": "inputElement",
|
22087
22190
|
"type": {
|
22088
|
-
"text": "
|
22191
|
+
"text": "HTMLInputElement"
|
22089
22192
|
}
|
22090
22193
|
}
|
22091
22194
|
]
|
22092
|
-
}
|
22093
|
-
|
22094
|
-
|
22095
|
-
|
22096
|
-
|
22097
|
-
|
22098
|
-
|
22099
|
-
|
22100
|
-
|
22101
|
-
|
22102
|
-
|
22195
|
+
}
|
22196
|
+
]
|
22197
|
+
}
|
22198
|
+
],
|
22199
|
+
"exports": [
|
22200
|
+
{
|
22201
|
+
"kind": "js",
|
22202
|
+
"name": "VisibilityIcon",
|
22203
|
+
"declaration": {
|
22204
|
+
"name": "VisibilityIcon",
|
22205
|
+
"module": "src/views/insertKey/visibilityIcon.ts"
|
22206
|
+
}
|
22207
|
+
}
|
22208
|
+
]
|
22209
|
+
},
|
22210
|
+
{
|
22211
|
+
"kind": "javascript-module",
|
22212
|
+
"path": "src/views/validateKeyProperty/validateKeyPropertyView.ts",
|
22213
|
+
"declarations": [
|
22214
|
+
{
|
22215
|
+
"kind": "class",
|
22216
|
+
"description": "",
|
22217
|
+
"name": "ValidateKeyPropertyView",
|
22218
|
+
"members": [
|
22219
|
+
{
|
22220
|
+
"kind": "method",
|
22221
|
+
"name": "onLoad",
|
22222
|
+
"privacy": "private",
|
22223
|
+
"static": true,
|
22103
22224
|
"parameters": [
|
22104
22225
|
{
|
22105
|
-
"name": "
|
22106
|
-
"type": {
|
22107
|
-
"text": "DeepChat"
|
22108
|
-
}
|
22109
|
-
},
|
22110
|
-
{
|
22111
|
-
"name": "requestDetails",
|
22226
|
+
"name": "startElement",
|
22112
22227
|
"type": {
|
22113
|
-
"text": "
|
22228
|
+
"text": "HTMLElement"
|
22114
22229
|
}
|
22115
22230
|
}
|
22116
22231
|
]
|
22117
22232
|
},
|
22118
22233
|
{
|
22119
22234
|
"kind": "method",
|
22120
|
-
"name": "
|
22235
|
+
"name": "createElements",
|
22236
|
+
"privacy": "private",
|
22237
|
+
"static": true
|
22238
|
+
},
|
22239
|
+
{
|
22240
|
+
"kind": "method",
|
22241
|
+
"name": "render",
|
22121
22242
|
"privacy": "public",
|
22122
22243
|
"static": true,
|
22123
22244
|
"parameters": [
|
22124
22245
|
{
|
22125
|
-
"name": "
|
22246
|
+
"name": "containerRef",
|
22126
22247
|
"type": {
|
22127
|
-
"text": "
|
22248
|
+
"text": "HTMLElement"
|
22249
|
+
}
|
22250
|
+
},
|
22251
|
+
{
|
22252
|
+
"name": "changeToChat",
|
22253
|
+
"type": {
|
22254
|
+
"text": "() => void"
|
22255
|
+
}
|
22256
|
+
},
|
22257
|
+
{
|
22258
|
+
"name": "serviceIO",
|
22259
|
+
"type": {
|
22260
|
+
"text": "ServiceIO"
|
22128
22261
|
}
|
22129
22262
|
}
|
22130
22263
|
]
|
@@ -22135,22 +22268,22 @@
|
|
22135
22268
|
"exports": [
|
22136
22269
|
{
|
22137
22270
|
"kind": "js",
|
22138
|
-
"name": "
|
22271
|
+
"name": "ValidateKeyPropertyView",
|
22139
22272
|
"declaration": {
|
22140
|
-
"name": "
|
22141
|
-
"module": "src/
|
22273
|
+
"name": "ValidateKeyPropertyView",
|
22274
|
+
"module": "src/views/validateKeyProperty/validateKeyPropertyView.ts"
|
22142
22275
|
}
|
22143
22276
|
}
|
22144
22277
|
]
|
22145
22278
|
},
|
22146
22279
|
{
|
22147
22280
|
"kind": "javascript-module",
|
22148
|
-
"path": "src/utils/HTTP/
|
22281
|
+
"path": "src/utils/HTTP/HTTPRequest.ts",
|
22149
22282
|
"declarations": [
|
22150
22283
|
{
|
22151
22284
|
"kind": "class",
|
22152
22285
|
"description": "",
|
22153
|
-
"name": "
|
22286
|
+
"name": "HTTPRequest",
|
22154
22287
|
"members": [
|
22155
22288
|
{
|
22156
22289
|
"kind": "method",
|
@@ -22184,76 +22317,72 @@
|
|
22184
22317
|
},
|
22185
22318
|
{
|
22186
22319
|
"kind": "method",
|
22187
|
-
"name": "
|
22188
|
-
"privacy": "
|
22320
|
+
"name": "executePollRequest",
|
22321
|
+
"privacy": "public",
|
22189
22322
|
"static": true,
|
22190
22323
|
"parameters": [
|
22191
22324
|
{
|
22192
|
-
"name": "
|
22325
|
+
"name": "io",
|
22193
22326
|
"type": {
|
22194
|
-
"text": "
|
22327
|
+
"text": "ServiceIO"
|
22195
22328
|
}
|
22196
22329
|
},
|
22197
22330
|
{
|
22198
|
-
"name": "
|
22331
|
+
"name": "url",
|
22199
22332
|
"type": {
|
22200
22333
|
"text": "string"
|
22201
22334
|
}
|
22202
22335
|
},
|
22203
22336
|
{
|
22204
|
-
"name": "
|
22205
|
-
"optional": true,
|
22337
|
+
"name": "requestInit",
|
22206
22338
|
"type": {
|
22207
|
-
"text": "
|
22339
|
+
"text": "RequestInit"
|
22340
|
+
}
|
22341
|
+
},
|
22342
|
+
{
|
22343
|
+
"name": "messages",
|
22344
|
+
"type": {
|
22345
|
+
"text": "Messages"
|
22208
22346
|
}
|
22209
22347
|
}
|
22210
22348
|
]
|
22211
22349
|
},
|
22212
22350
|
{
|
22213
22351
|
"kind": "method",
|
22214
|
-
"name": "
|
22352
|
+
"name": "poll",
|
22215
22353
|
"privacy": "public",
|
22216
22354
|
"static": true,
|
22217
22355
|
"parameters": [
|
22218
22356
|
{
|
22219
|
-
"name": "
|
22357
|
+
"name": "io",
|
22220
22358
|
"type": {
|
22221
|
-
"text": "
|
22359
|
+
"text": "ServiceIO"
|
22222
22360
|
}
|
22223
22361
|
},
|
22224
22362
|
{
|
22225
|
-
"name": "
|
22363
|
+
"name": "body",
|
22226
22364
|
"type": {
|
22227
|
-
"text": "
|
22365
|
+
"text": "object"
|
22228
22366
|
}
|
22229
22367
|
},
|
22230
22368
|
{
|
22231
|
-
"name": "
|
22232
|
-
"optional": true,
|
22369
|
+
"name": "messages",
|
22233
22370
|
"type": {
|
22234
|
-
"text": "
|
22371
|
+
"text": "Messages"
|
22235
22372
|
}
|
22373
|
+
},
|
22374
|
+
{
|
22375
|
+
"name": "stringifyBody",
|
22376
|
+
"default": "true"
|
22236
22377
|
}
|
22237
22378
|
]
|
22238
22379
|
},
|
22239
22380
|
{
|
22240
22381
|
"kind": "method",
|
22241
|
-
"name": "
|
22382
|
+
"name": "onInterceptorError",
|
22242
22383
|
"privacy": "private",
|
22243
22384
|
"static": true,
|
22244
22385
|
"parameters": [
|
22245
|
-
{
|
22246
|
-
"name": "textEl",
|
22247
|
-
"type": {
|
22248
|
-
"text": "HTMLElement"
|
22249
|
-
}
|
22250
|
-
},
|
22251
|
-
{
|
22252
|
-
"name": "responseText",
|
22253
|
-
"type": {
|
22254
|
-
"text": "string[]"
|
22255
|
-
}
|
22256
|
-
},
|
22257
22386
|
{
|
22258
22387
|
"name": "messages",
|
22259
22388
|
"type": {
|
@@ -22261,40 +22390,80 @@
|
|
22261
22390
|
}
|
22262
22391
|
},
|
22263
22392
|
{
|
22264
|
-
"name": "
|
22393
|
+
"name": "error",
|
22265
22394
|
"type": {
|
22266
|
-
"text": "
|
22395
|
+
"text": "string"
|
22267
22396
|
}
|
22268
22397
|
},
|
22269
22398
|
{
|
22270
|
-
"name": "
|
22271
|
-
"
|
22399
|
+
"name": "onFinish",
|
22400
|
+
"optional": true,
|
22401
|
+
"type": {
|
22402
|
+
"text": "() => void"
|
22403
|
+
}
|
22272
22404
|
}
|
22273
22405
|
]
|
22274
22406
|
},
|
22275
22407
|
{
|
22276
22408
|
"kind": "method",
|
22277
|
-
"name": "
|
22278
|
-
"privacy": "
|
22409
|
+
"name": "verifyKey",
|
22410
|
+
"privacy": "public",
|
22279
22411
|
"static": true,
|
22280
22412
|
"parameters": [
|
22281
22413
|
{
|
22282
|
-
"name": "
|
22414
|
+
"name": "key",
|
22283
22415
|
"type": {
|
22284
|
-
"text": "
|
22416
|
+
"text": "string"
|
22285
22417
|
}
|
22286
22418
|
},
|
22287
22419
|
{
|
22288
|
-
"name": "
|
22420
|
+
"name": "url",
|
22289
22421
|
"type": {
|
22290
|
-
"text": "
|
22422
|
+
"text": "string"
|
22291
22423
|
}
|
22292
22424
|
},
|
22293
22425
|
{
|
22294
|
-
"name": "
|
22426
|
+
"name": "headers",
|
22427
|
+
"type": {
|
22428
|
+
"text": "HeadersInit"
|
22429
|
+
}
|
22430
|
+
},
|
22431
|
+
{
|
22432
|
+
"name": "method",
|
22433
|
+
"type": {
|
22434
|
+
"text": "string"
|
22435
|
+
}
|
22436
|
+
},
|
22437
|
+
{
|
22438
|
+
"name": "onSuccess",
|
22439
|
+
"type": {
|
22440
|
+
"text": "(key: string) => void"
|
22441
|
+
}
|
22442
|
+
},
|
22443
|
+
{
|
22444
|
+
"name": "onFail",
|
22445
|
+
"type": {
|
22446
|
+
"text": "(message: string) => void"
|
22447
|
+
}
|
22448
|
+
},
|
22449
|
+
{
|
22450
|
+
"name": "onLoad",
|
22295
22451
|
"type": {
|
22296
22452
|
"text": "() => void"
|
22297
22453
|
}
|
22454
|
+
},
|
22455
|
+
{
|
22456
|
+
"name": "handleVerificationResult",
|
22457
|
+
"type": {
|
22458
|
+
"text": "HandleVerificationResult"
|
22459
|
+
}
|
22460
|
+
},
|
22461
|
+
{
|
22462
|
+
"name": "body",
|
22463
|
+
"optional": true,
|
22464
|
+
"type": {
|
22465
|
+
"text": "string"
|
22466
|
+
}
|
22298
22467
|
}
|
22299
22468
|
]
|
22300
22469
|
}
|
@@ -22304,40 +22473,26 @@
|
|
22304
22473
|
"exports": [
|
22305
22474
|
{
|
22306
22475
|
"kind": "js",
|
22307
|
-
"name": "
|
22476
|
+
"name": "HTTPRequest",
|
22308
22477
|
"declaration": {
|
22309
|
-
"name": "
|
22310
|
-
"module": "src/utils/HTTP/
|
22478
|
+
"name": "HTTPRequest",
|
22479
|
+
"module": "src/utils/HTTP/HTTPRequest.ts"
|
22311
22480
|
}
|
22312
22481
|
}
|
22313
22482
|
]
|
22314
22483
|
},
|
22315
22484
|
{
|
22316
22485
|
"kind": "javascript-module",
|
22317
|
-
"path": "src/utils/HTTP/
|
22486
|
+
"path": "src/utils/HTTP/customHandler.ts",
|
22318
22487
|
"declarations": [
|
22319
22488
|
{
|
22320
22489
|
"kind": "class",
|
22321
22490
|
"description": "",
|
22322
|
-
"name": "
|
22491
|
+
"name": "CustomHandler",
|
22323
22492
|
"members": [
|
22324
22493
|
{
|
22325
22494
|
"kind": "method",
|
22326
|
-
"name": "
|
22327
|
-
"privacy": "public",
|
22328
|
-
"static": true,
|
22329
|
-
"parameters": [
|
22330
|
-
{
|
22331
|
-
"name": "io",
|
22332
|
-
"type": {
|
22333
|
-
"text": "ServiceIO"
|
22334
|
-
}
|
22335
|
-
}
|
22336
|
-
]
|
22337
|
-
},
|
22338
|
-
{
|
22339
|
-
"kind": "method",
|
22340
|
-
"name": "createConnection",
|
22495
|
+
"name": "request",
|
22341
22496
|
"privacy": "public",
|
22342
22497
|
"static": true,
|
22343
22498
|
"parameters": [
|
@@ -22348,23 +22503,9 @@
|
|
22348
22503
|
}
|
22349
22504
|
},
|
22350
22505
|
{
|
22351
|
-
"name": "
|
22352
|
-
"type": {
|
22353
|
-
"text": "Messages"
|
22354
|
-
}
|
22355
|
-
}
|
22356
|
-
]
|
22357
|
-
},
|
22358
|
-
{
|
22359
|
-
"kind": "method",
|
22360
|
-
"name": "retryConnection",
|
22361
|
-
"privacy": "private",
|
22362
|
-
"static": true,
|
22363
|
-
"parameters": [
|
22364
|
-
{
|
22365
|
-
"name": "io",
|
22506
|
+
"name": "body",
|
22366
22507
|
"type": {
|
22367
|
-
"text": "
|
22508
|
+
"text": "RequestDetails['body']"
|
22368
22509
|
}
|
22369
22510
|
},
|
22370
22511
|
{
|
@@ -22377,8 +22518,8 @@
|
|
22377
22518
|
},
|
22378
22519
|
{
|
22379
22520
|
"kind": "method",
|
22380
|
-
"name": "
|
22381
|
-
"privacy": "
|
22521
|
+
"name": "stream",
|
22522
|
+
"privacy": "public",
|
22382
22523
|
"static": true,
|
22383
22524
|
"parameters": [
|
22384
22525
|
{
|
@@ -22388,9 +22529,9 @@
|
|
22388
22529
|
}
|
22389
22530
|
},
|
22390
22531
|
{
|
22391
|
-
"name": "
|
22532
|
+
"name": "body",
|
22392
22533
|
"type": {
|
22393
|
-
"text": "
|
22534
|
+
"text": "RequestDetails['body']"
|
22394
22535
|
}
|
22395
22536
|
},
|
22396
22537
|
{
|
@@ -22403,7 +22544,7 @@
|
|
22403
22544
|
},
|
22404
22545
|
{
|
22405
22546
|
"kind": "method",
|
22406
|
-
"name": "
|
22547
|
+
"name": "websocket",
|
22407
22548
|
"privacy": "public",
|
22408
22549
|
"static": true,
|
22409
22550
|
"parameters": [
|
@@ -22413,56 +22554,19 @@
|
|
22413
22554
|
"text": "ServiceIO"
|
22414
22555
|
}
|
22415
22556
|
},
|
22416
|
-
{
|
22417
|
-
"name": "body",
|
22418
|
-
"type": {
|
22419
|
-
"text": "object"
|
22420
|
-
}
|
22421
|
-
},
|
22422
22557
|
{
|
22423
22558
|
"name": "messages",
|
22424
22559
|
"type": {
|
22425
22560
|
"text": "Messages"
|
22426
22561
|
}
|
22427
|
-
},
|
22428
|
-
{
|
22429
|
-
"name": "stringifyBody",
|
22430
|
-
"default": "true"
|
22431
22562
|
}
|
22432
22563
|
]
|
22433
22564
|
},
|
22434
22565
|
{
|
22435
22566
|
"kind": "method",
|
22436
|
-
"name": "
|
22437
|
-
"privacy": "public",
|
22438
|
-
"static": true,
|
22439
|
-
"parameters": [
|
22440
|
-
{
|
22441
|
-
"name": "websocket",
|
22442
|
-
"type": {
|
22443
|
-
"text": "ServiceIO['websocket']"
|
22444
|
-
}
|
22445
|
-
}
|
22446
|
-
]
|
22447
|
-
},
|
22448
|
-
{
|
22449
|
-
"kind": "method",
|
22450
|
-
"name": "isWebSocket",
|
22567
|
+
"name": "generateOptionalSignals",
|
22451
22568
|
"privacy": "private",
|
22452
|
-
"static": true
|
22453
|
-
"return": {
|
22454
|
-
"type": {
|
22455
|
-
"text": "websocket is WebSocket"
|
22456
|
-
}
|
22457
|
-
},
|
22458
|
-
"parameters": [
|
22459
|
-
{
|
22460
|
-
"name": "websocket",
|
22461
|
-
"type": {
|
22462
|
-
"text": "WebSocket | IWebsocketHandler"
|
22463
|
-
}
|
22464
|
-
}
|
22465
|
-
]
|
22569
|
+
"static": true
|
22466
22570
|
}
|
22467
22571
|
]
|
22468
22572
|
}
|
@@ -22470,306 +22574,132 @@
|
|
22470
22574
|
"exports": [
|
22471
22575
|
{
|
22472
22576
|
"kind": "js",
|
22473
|
-
"name": "
|
22577
|
+
"name": "CustomHandler",
|
22474
22578
|
"declaration": {
|
22475
|
-
"name": "
|
22476
|
-
"module": "src/utils/HTTP/
|
22579
|
+
"name": "CustomHandler",
|
22580
|
+
"module": "src/utils/HTTP/customHandler.ts"
|
22477
22581
|
}
|
22478
22582
|
}
|
22479
22583
|
]
|
22480
22584
|
},
|
22481
22585
|
{
|
22482
22586
|
"kind": "javascript-module",
|
22483
|
-
"path": "src/utils/
|
22587
|
+
"path": "src/utils/HTTP/requestUtils.ts",
|
22484
22588
|
"declarations": [
|
22485
22589
|
{
|
22486
22590
|
"kind": "class",
|
22487
22591
|
"description": "",
|
22488
|
-
"name": "
|
22592
|
+
"name": "RequestUtils",
|
22489
22593
|
"members": [
|
22490
22594
|
{
|
22491
22595
|
"kind": "field",
|
22492
|
-
"name": "
|
22596
|
+
"name": "CONTENT_TYPE",
|
22597
|
+
"type": {
|
22598
|
+
"text": "string"
|
22599
|
+
},
|
22493
22600
|
"privacy": "public",
|
22494
|
-
"static": true
|
22601
|
+
"static": true,
|
22602
|
+
"default": "'Content-Type'"
|
22495
22603
|
},
|
22496
|
-
{
|
22497
|
-
"kind": "field",
|
22498
|
-
"name": "IS_CHROMIUM",
|
22499
|
-
"privacy": "public",
|
22500
|
-
"static": true
|
22501
|
-
}
|
22502
|
-
]
|
22503
|
-
}
|
22504
|
-
],
|
22505
|
-
"exports": [
|
22506
|
-
{
|
22507
|
-
"kind": "js",
|
22508
|
-
"name": "Browser",
|
22509
|
-
"declaration": {
|
22510
|
-
"name": "Browser",
|
22511
|
-
"module": "src/utils/browser/browser.ts"
|
22512
|
-
}
|
22513
|
-
}
|
22514
|
-
]
|
22515
|
-
},
|
22516
|
-
{
|
22517
|
-
"kind": "javascript-module",
|
22518
|
-
"path": "src/utils/buttons/inputButtons.ts",
|
22519
|
-
"declarations": [
|
22520
|
-
{
|
22521
|
-
"kind": "variable",
|
22522
|
-
"name": "BUTTON_ORDER",
|
22523
|
-
"type": {
|
22524
|
-
"text": "readonly BUTTON_TYPES[]"
|
22525
|
-
},
|
22526
|
-
"default": "[\n 'camera',\n 'gifs',\n 'images',\n 'audio',\n 'mixedFiles',\n 'submit',\n 'microphone',\n]"
|
22527
|
-
}
|
22528
|
-
],
|
22529
|
-
"exports": [
|
22530
|
-
{
|
22531
|
-
"kind": "js",
|
22532
|
-
"name": "BUTTON_ORDER",
|
22533
|
-
"declaration": {
|
22534
|
-
"name": "BUTTON_ORDER",
|
22535
|
-
"module": "src/utils/buttons/inputButtons.ts"
|
22536
|
-
}
|
22537
|
-
}
|
22538
|
-
]
|
22539
|
-
},
|
22540
|
-
{
|
22541
|
-
"kind": "javascript-module",
|
22542
|
-
"path": "src/utils/buttons/keyboardKeys.ts",
|
22543
|
-
"declarations": [],
|
22544
|
-
"exports": []
|
22545
|
-
},
|
22546
|
-
{
|
22547
|
-
"kind": "javascript-module",
|
22548
|
-
"path": "src/utils/decorators/property.ts",
|
22549
|
-
"declarations": [
|
22550
|
-
{
|
22551
|
-
"kind": "function",
|
22552
|
-
"name": "Property",
|
22553
|
-
"parameters": [
|
22554
|
-
{
|
22555
|
-
"name": "type",
|
22556
|
-
"type": {
|
22557
|
-
"text": "AvailableTypes"
|
22558
|
-
}
|
22559
|
-
}
|
22560
|
-
]
|
22561
|
-
}
|
22562
|
-
],
|
22563
|
-
"exports": [
|
22564
|
-
{
|
22565
|
-
"kind": "js",
|
22566
|
-
"name": "Property",
|
22567
|
-
"declaration": {
|
22568
|
-
"name": "Property",
|
22569
|
-
"module": "src/utils/decorators/property.ts"
|
22570
|
-
}
|
22571
|
-
}
|
22572
|
-
]
|
22573
|
-
},
|
22574
|
-
{
|
22575
|
-
"kind": "javascript-module",
|
22576
|
-
"path": "src/utils/decorators/renderControl.ts",
|
22577
|
-
"declarations": [
|
22578
|
-
{
|
22579
|
-
"kind": "class",
|
22580
|
-
"description": "",
|
22581
|
-
"name": "RenderControl",
|
22582
|
-
"members": [
|
22583
22604
|
{
|
22584
22605
|
"kind": "method",
|
22585
|
-
"name": "
|
22586
|
-
"privacy": "
|
22606
|
+
"name": "temporarilyRemoveHeader",
|
22607
|
+
"privacy": "public",
|
22587
22608
|
"static": true,
|
22588
22609
|
"parameters": [
|
22589
22610
|
{
|
22590
|
-
"name": "
|
22611
|
+
"name": "requestSettings",
|
22591
22612
|
"type": {
|
22592
|
-
"text": "
|
22613
|
+
"text": "Request | undefined"
|
22593
22614
|
}
|
22594
|
-
}
|
22595
|
-
]
|
22596
|
-
},
|
22597
|
-
{
|
22598
|
-
"kind": "method",
|
22599
|
-
"name": "attemptRender",
|
22600
|
-
"privacy": "public",
|
22601
|
-
"static": true,
|
22602
|
-
"parameters": [
|
22615
|
+
},
|
22603
22616
|
{
|
22604
|
-
"name": "
|
22617
|
+
"name": "request",
|
22605
22618
|
"type": {
|
22606
|
-
"text": "
|
22619
|
+
"text": "(stringifyBody?: boolean) => Promise<void>"
|
22607
22620
|
}
|
22608
|
-
}
|
22609
|
-
]
|
22610
|
-
}
|
22611
|
-
]
|
22612
|
-
}
|
22613
|
-
],
|
22614
|
-
"exports": [
|
22615
|
-
{
|
22616
|
-
"kind": "js",
|
22617
|
-
"name": "RenderControl",
|
22618
|
-
"declaration": {
|
22619
|
-
"name": "RenderControl",
|
22620
|
-
"module": "src/utils/decorators/renderControl.ts"
|
22621
|
-
}
|
22622
|
-
}
|
22623
|
-
]
|
22624
|
-
},
|
22625
|
-
{
|
22626
|
-
"kind": "javascript-module",
|
22627
|
-
"path": "src/utils/decorators/typeConverters.ts",
|
22628
|
-
"declarations": [
|
22629
|
-
{
|
22630
|
-
"kind": "class",
|
22631
|
-
"description": "",
|
22632
|
-
"name": "TypeConverters",
|
22633
|
-
"members": [
|
22634
|
-
{
|
22635
|
-
"kind": "field",
|
22636
|
-
"name": "attibutes",
|
22637
|
-
"type": {
|
22638
|
-
"text": "AttributeTypeConverters"
|
22639
|
-
},
|
22640
|
-
"privacy": "public",
|
22641
|
-
"static": true,
|
22642
|
-
"default": "{\n string: (value: string) => value,\n number: (value: string) => parseFloat(value),\n boolean: (value: string) => value === 'true',\n object: (value: string) => JSON.parse(value),\n array: (value: string) => JSON.parse(value),\n function: (value: string) => new Function(`return ${value}`)(),\n }"
|
22643
|
-
}
|
22644
|
-
]
|
22645
|
-
}
|
22646
|
-
],
|
22647
|
-
"exports": [
|
22648
|
-
{
|
22649
|
-
"kind": "js",
|
22650
|
-
"name": "TypeConverters",
|
22651
|
-
"declaration": {
|
22652
|
-
"name": "TypeConverters",
|
22653
|
-
"module": "src/utils/decorators/typeConverters.ts"
|
22654
|
-
}
|
22655
|
-
}
|
22656
|
-
]
|
22657
|
-
},
|
22658
|
-
{
|
22659
|
-
"kind": "javascript-module",
|
22660
|
-
"path": "src/utils/demo/demo.ts",
|
22661
|
-
"declarations": [
|
22662
|
-
{
|
22663
|
-
"kind": "class",
|
22664
|
-
"description": "",
|
22665
|
-
"name": "Demo",
|
22666
|
-
"members": [
|
22667
|
-
{
|
22668
|
-
"kind": "field",
|
22669
|
-
"name": "URL",
|
22670
|
-
"type": {
|
22671
|
-
"text": "string"
|
22672
|
-
},
|
22673
|
-
"privacy": "public",
|
22674
|
-
"static": true,
|
22675
|
-
"default": "'deep-chat-demo'"
|
22676
|
-
},
|
22677
|
-
{
|
22678
|
-
"kind": "method",
|
22679
|
-
"name": "generateResponse",
|
22680
|
-
"privacy": "private",
|
22681
|
-
"static": true,
|
22682
|
-
"parameters": [
|
22621
|
+
},
|
22683
22622
|
{
|
22684
|
-
"name": "
|
22623
|
+
"name": "stringifyBody",
|
22685
22624
|
"type": {
|
22686
|
-
"text": "
|
22625
|
+
"text": "boolean"
|
22687
22626
|
}
|
22688
22627
|
}
|
22689
22628
|
]
|
22690
22629
|
},
|
22691
22630
|
{
|
22692
22631
|
"kind": "method",
|
22693
|
-
"name": "
|
22694
|
-
"privacy": "
|
22632
|
+
"name": "displayError",
|
22633
|
+
"privacy": "public",
|
22695
22634
|
"static": true,
|
22696
22635
|
"parameters": [
|
22697
22636
|
{
|
22698
|
-
"name": "
|
22637
|
+
"name": "messages",
|
22699
22638
|
"type": {
|
22700
|
-
"text": "
|
22639
|
+
"text": "Messages"
|
22701
22640
|
}
|
22702
22641
|
},
|
22703
22642
|
{
|
22704
|
-
"name": "
|
22643
|
+
"name": "err",
|
22705
22644
|
"type": {
|
22706
|
-
"text": "
|
22645
|
+
"text": "object"
|
22707
22646
|
}
|
22647
|
+
},
|
22648
|
+
{
|
22649
|
+
"name": "defMessage",
|
22650
|
+
"default": "'Service error, please try again.'"
|
22708
22651
|
}
|
22709
22652
|
]
|
22710
22653
|
},
|
22711
22654
|
{
|
22712
22655
|
"kind": "method",
|
22713
|
-
"name": "
|
22714
|
-
"privacy": "
|
22656
|
+
"name": "processResponseByType",
|
22657
|
+
"privacy": "public",
|
22715
22658
|
"static": true,
|
22716
|
-
"return": {
|
22717
|
-
"type": {
|
22718
|
-
"text": "Response"
|
22719
|
-
}
|
22720
|
-
},
|
22721
22659
|
"parameters": [
|
22722
22660
|
{
|
22723
|
-
"name": "
|
22661
|
+
"name": "response",
|
22724
22662
|
"type": {
|
22725
|
-
"text": "
|
22663
|
+
"text": "Response"
|
22726
22664
|
}
|
22727
22665
|
}
|
22728
22666
|
]
|
22729
22667
|
},
|
22730
22668
|
{
|
22731
22669
|
"kind": "method",
|
22732
|
-
"name": "
|
22670
|
+
"name": "processRequestInterceptor",
|
22733
22671
|
"privacy": "public",
|
22734
22672
|
"static": true,
|
22673
|
+
"return": {
|
22674
|
+
"type": {
|
22675
|
+
"text": "InterceptorResult"
|
22676
|
+
}
|
22677
|
+
},
|
22735
22678
|
"parameters": [
|
22736
22679
|
{
|
22737
|
-
"name": "
|
22738
|
-
"type": {
|
22739
|
-
"text": "Messages"
|
22740
|
-
}
|
22741
|
-
},
|
22742
|
-
{
|
22743
|
-
"name": "onFinish",
|
22680
|
+
"name": "deepChat",
|
22744
22681
|
"type": {
|
22745
|
-
"text": "
|
22682
|
+
"text": "DeepChat"
|
22746
22683
|
}
|
22747
22684
|
},
|
22748
22685
|
{
|
22749
|
-
"name": "
|
22750
|
-
"optional": true,
|
22686
|
+
"name": "requestDetails",
|
22751
22687
|
"type": {
|
22752
|
-
"text": "
|
22688
|
+
"text": "RequestDetails"
|
22753
22689
|
}
|
22754
22690
|
}
|
22755
22691
|
]
|
22756
22692
|
},
|
22757
22693
|
{
|
22758
22694
|
"kind": "method",
|
22759
|
-
"name": "
|
22695
|
+
"name": "validateResponseFormat",
|
22760
22696
|
"privacy": "public",
|
22761
22697
|
"static": true,
|
22762
22698
|
"parameters": [
|
22763
22699
|
{
|
22764
|
-
"name": "
|
22765
|
-
"type": {
|
22766
|
-
"text": "Messages"
|
22767
|
-
}
|
22768
|
-
},
|
22769
|
-
{
|
22770
|
-
"name": "sh",
|
22700
|
+
"name": "response",
|
22771
22701
|
"type": {
|
22772
|
-
"text": "
|
22702
|
+
"text": "ResponseT"
|
22773
22703
|
}
|
22774
22704
|
}
|
22775
22705
|
]
|
@@ -22780,224 +22710,165 @@
|
|
22780
22710
|
"exports": [
|
22781
22711
|
{
|
22782
22712
|
"kind": "js",
|
22783
|
-
"name": "
|
22713
|
+
"name": "RequestUtils",
|
22784
22714
|
"declaration": {
|
22785
|
-
"name": "
|
22786
|
-
"module": "src/utils/
|
22715
|
+
"name": "RequestUtils",
|
22716
|
+
"module": "src/utils/HTTP/requestUtils.ts"
|
22787
22717
|
}
|
22788
22718
|
}
|
22789
22719
|
]
|
22790
22720
|
},
|
22791
22721
|
{
|
22792
22722
|
"kind": "javascript-module",
|
22793
|
-
"path": "src/utils/
|
22723
|
+
"path": "src/utils/HTTP/stream.ts",
|
22794
22724
|
"declarations": [
|
22795
22725
|
{
|
22796
22726
|
"kind": "class",
|
22797
22727
|
"description": "",
|
22798
|
-
"name": "
|
22728
|
+
"name": "Stream",
|
22799
22729
|
"members": [
|
22800
|
-
{
|
22801
|
-
"kind": "field",
|
22802
|
-
"name": "CODE_SNIPPET_GENERATION_JUMP",
|
22803
|
-
"type": {
|
22804
|
-
"text": "number"
|
22805
|
-
},
|
22806
|
-
"privacy": "private",
|
22807
|
-
"static": true,
|
22808
|
-
"default": "0.5"
|
22809
|
-
},
|
22810
22730
|
{
|
22811
22731
|
"kind": "method",
|
22812
|
-
"name": "
|
22732
|
+
"name": "request",
|
22813
22733
|
"privacy": "public",
|
22814
22734
|
"static": true,
|
22815
22735
|
"parameters": [
|
22816
22736
|
{
|
22817
|
-
"name": "
|
22737
|
+
"name": "io",
|
22818
22738
|
"type": {
|
22819
|
-
"text": "
|
22739
|
+
"text": "ServiceIO"
|
22820
22740
|
}
|
22821
22741
|
},
|
22822
22742
|
{
|
22823
|
-
"name": "
|
22743
|
+
"name": "body",
|
22824
22744
|
"type": {
|
22825
|
-
"text": "
|
22745
|
+
"text": "object"
|
22826
22746
|
}
|
22827
|
-
}
|
22828
|
-
]
|
22829
|
-
},
|
22830
|
-
{
|
22831
|
-
"kind": "method",
|
22832
|
-
"name": "isScrollbarAtBottomOfElement",
|
22833
|
-
"privacy": "public",
|
22834
|
-
"static": true,
|
22835
|
-
"parameters": [
|
22747
|
+
},
|
22836
22748
|
{
|
22837
|
-
"name": "
|
22749
|
+
"name": "messages",
|
22838
22750
|
"type": {
|
22839
|
-
"text": "
|
22751
|
+
"text": "Messages"
|
22840
22752
|
}
|
22753
|
+
},
|
22754
|
+
{
|
22755
|
+
"name": "stringifyBody",
|
22756
|
+
"default": "true"
|
22841
22757
|
}
|
22842
22758
|
]
|
22843
22759
|
},
|
22844
22760
|
{
|
22845
22761
|
"kind": "method",
|
22846
|
-
"name": "
|
22847
|
-
"privacy": "
|
22762
|
+
"name": "onInterceptorError",
|
22763
|
+
"privacy": "private",
|
22848
22764
|
"static": true,
|
22849
22765
|
"parameters": [
|
22850
22766
|
{
|
22851
|
-
"name": "
|
22767
|
+
"name": "messages",
|
22852
22768
|
"type": {
|
22853
|
-
"text": "
|
22769
|
+
"text": "Messages"
|
22854
22770
|
}
|
22855
|
-
}
|
22856
|
-
]
|
22857
|
-
}
|
22858
|
-
]
|
22859
|
-
}
|
22860
|
-
],
|
22861
|
-
"exports": [
|
22862
|
-
{
|
22863
|
-
"kind": "js",
|
22864
|
-
"name": "ElementUtils",
|
22865
|
-
"declaration": {
|
22866
|
-
"name": "ElementUtils",
|
22867
|
-
"module": "src/utils/element/elementUtils.ts"
|
22868
|
-
}
|
22869
|
-
}
|
22870
|
-
]
|
22871
|
-
},
|
22872
|
-
{
|
22873
|
-
"kind": "javascript-module",
|
22874
|
-
"path": "src/utils/element/imageUtils.ts",
|
22875
|
-
"declarations": [
|
22876
|
-
{
|
22877
|
-
"kind": "variable",
|
22878
|
-
"name": "BASE_64_PREFIX",
|
22879
|
-
"type": {
|
22880
|
-
"text": "string"
|
22881
|
-
},
|
22882
|
-
"default": "'data:image/png;base64,'"
|
22883
|
-
}
|
22884
|
-
],
|
22885
|
-
"exports": [
|
22886
|
-
{
|
22887
|
-
"kind": "js",
|
22888
|
-
"name": "BASE_64_PREFIX",
|
22889
|
-
"declaration": {
|
22890
|
-
"name": "BASE_64_PREFIX",
|
22891
|
-
"module": "src/utils/element/imageUtils.ts"
|
22892
|
-
}
|
22893
|
-
}
|
22894
|
-
]
|
22895
|
-
},
|
22896
|
-
{
|
22897
|
-
"kind": "javascript-module",
|
22898
|
-
"path": "src/utils/element/statefulEvents.ts",
|
22899
|
-
"declarations": [
|
22900
|
-
{
|
22901
|
-
"kind": "class",
|
22902
|
-
"description": "",
|
22903
|
-
"name": "StatefulEvents",
|
22904
|
-
"members": [
|
22905
|
-
{
|
22906
|
-
"kind": "method",
|
22907
|
-
"name": "mouseUp",
|
22908
|
-
"privacy": "private",
|
22909
|
-
"static": true,
|
22910
|
-
"parameters": [
|
22771
|
+
},
|
22911
22772
|
{
|
22912
|
-
"name": "
|
22773
|
+
"name": "error",
|
22913
22774
|
"type": {
|
22914
|
-
"text": "
|
22775
|
+
"text": "string"
|
22915
22776
|
}
|
22916
22777
|
},
|
22917
22778
|
{
|
22918
|
-
"name": "
|
22779
|
+
"name": "onFinish",
|
22780
|
+
"optional": true,
|
22919
22781
|
"type": {
|
22920
|
-
"text": "
|
22782
|
+
"text": "() => void"
|
22921
22783
|
}
|
22922
22784
|
}
|
22923
22785
|
]
|
22924
22786
|
},
|
22925
22787
|
{
|
22926
22788
|
"kind": "method",
|
22927
|
-
"name": "
|
22928
|
-
"privacy": "
|
22789
|
+
"name": "simulate",
|
22790
|
+
"privacy": "public",
|
22929
22791
|
"static": true,
|
22930
22792
|
"parameters": [
|
22931
22793
|
{
|
22932
|
-
"name": "
|
22794
|
+
"name": "messages",
|
22933
22795
|
"type": {
|
22934
|
-
"text": "
|
22796
|
+
"text": "Messages"
|
22797
|
+
}
|
22798
|
+
},
|
22799
|
+
{
|
22800
|
+
"name": "sh",
|
22801
|
+
"type": {
|
22802
|
+
"text": "StreamHandlers"
|
22935
22803
|
}
|
22936
22804
|
},
|
22937
22805
|
{
|
22938
|
-
"name": "
|
22806
|
+
"name": "text",
|
22807
|
+
"optional": true,
|
22939
22808
|
"type": {
|
22940
|
-
"text": "
|
22809
|
+
"text": "string"
|
22941
22810
|
}
|
22942
22811
|
}
|
22943
22812
|
]
|
22944
22813
|
},
|
22945
22814
|
{
|
22946
22815
|
"kind": "method",
|
22947
|
-
"name": "
|
22816
|
+
"name": "populateMessages",
|
22948
22817
|
"privacy": "private",
|
22949
22818
|
"static": true,
|
22950
22819
|
"parameters": [
|
22951
22820
|
{
|
22952
|
-
"name": "
|
22821
|
+
"name": "textEl",
|
22953
22822
|
"type": {
|
22954
22823
|
"text": "HTMLElement"
|
22955
22824
|
}
|
22956
22825
|
},
|
22957
22826
|
{
|
22958
|
-
"name": "
|
22827
|
+
"name": "responseText",
|
22959
22828
|
"type": {
|
22960
|
-
"text": "
|
22829
|
+
"text": "string[]"
|
22961
22830
|
}
|
22962
|
-
}
|
22963
|
-
]
|
22964
|
-
},
|
22965
|
-
{
|
22966
|
-
"kind": "method",
|
22967
|
-
"name": "mouseEnter",
|
22968
|
-
"privacy": "private",
|
22969
|
-
"static": true,
|
22970
|
-
"parameters": [
|
22831
|
+
},
|
22971
22832
|
{
|
22972
|
-
"name": "
|
22833
|
+
"name": "messages",
|
22973
22834
|
"type": {
|
22974
|
-
"text": "
|
22835
|
+
"text": "Messages"
|
22975
22836
|
}
|
22976
22837
|
},
|
22977
22838
|
{
|
22978
|
-
"name": "
|
22839
|
+
"name": "sh",
|
22979
22840
|
"type": {
|
22980
|
-
"text": "
|
22841
|
+
"text": "SimulationSH"
|
22981
22842
|
}
|
22843
|
+
},
|
22844
|
+
{
|
22845
|
+
"name": "wordIndex",
|
22846
|
+
"default": "0"
|
22982
22847
|
}
|
22983
22848
|
]
|
22984
22849
|
},
|
22985
22850
|
{
|
22986
22851
|
"kind": "method",
|
22987
|
-
"name": "
|
22988
|
-
"privacy": "
|
22852
|
+
"name": "abort",
|
22853
|
+
"privacy": "private",
|
22989
22854
|
"static": true,
|
22990
22855
|
"parameters": [
|
22991
22856
|
{
|
22992
|
-
"name": "
|
22857
|
+
"name": "timeout",
|
22993
22858
|
"type": {
|
22994
|
-
"text": "
|
22859
|
+
"text": "number"
|
22995
22860
|
}
|
22996
22861
|
},
|
22997
22862
|
{
|
22998
|
-
"name": "
|
22863
|
+
"name": "messages",
|
22999
22864
|
"type": {
|
23000
|
-
"text": "
|
22865
|
+
"text": "Messages"
|
22866
|
+
}
|
22867
|
+
},
|
22868
|
+
{
|
22869
|
+
"name": "onClose",
|
22870
|
+
"type": {
|
22871
|
+
"text": "() => void"
|
23001
22872
|
}
|
23002
22873
|
}
|
23003
22874
|
]
|
@@ -23008,169 +22879,306 @@
|
|
23008
22879
|
"exports": [
|
23009
22880
|
{
|
23010
22881
|
"kind": "js",
|
23011
|
-
"name": "
|
22882
|
+
"name": "Stream",
|
23012
22883
|
"declaration": {
|
23013
|
-
"name": "
|
23014
|
-
"module": "src/utils/
|
22884
|
+
"name": "Stream",
|
22885
|
+
"module": "src/utils/HTTP/stream.ts"
|
23015
22886
|
}
|
23016
22887
|
}
|
23017
22888
|
]
|
23018
22889
|
},
|
23019
22890
|
{
|
23020
22891
|
"kind": "javascript-module",
|
23021
|
-
"path": "src/utils/
|
22892
|
+
"path": "src/utils/HTTP/websocket.ts",
|
23022
22893
|
"declarations": [
|
23023
22894
|
{
|
23024
22895
|
"kind": "class",
|
23025
22896
|
"description": "",
|
23026
|
-
"name": "
|
22897
|
+
"name": "Websocket",
|
23027
22898
|
"members": [
|
23028
22899
|
{
|
23029
22900
|
"kind": "method",
|
23030
|
-
"name": "
|
22901
|
+
"name": "setup",
|
23031
22902
|
"privacy": "public",
|
23032
22903
|
"static": true,
|
23033
22904
|
"parameters": [
|
23034
22905
|
{
|
23035
|
-
"name": "
|
22906
|
+
"name": "io",
|
23036
22907
|
"type": {
|
23037
|
-
"text": "
|
22908
|
+
"text": "ServiceIO"
|
22909
|
+
}
|
22910
|
+
}
|
22911
|
+
]
|
22912
|
+
},
|
22913
|
+
{
|
22914
|
+
"kind": "method",
|
22915
|
+
"name": "createConnection",
|
22916
|
+
"privacy": "public",
|
22917
|
+
"static": true,
|
22918
|
+
"parameters": [
|
22919
|
+
{
|
22920
|
+
"name": "io",
|
22921
|
+
"type": {
|
22922
|
+
"text": "ServiceIO"
|
23038
22923
|
}
|
23039
22924
|
},
|
23040
22925
|
{
|
23041
|
-
"name": "
|
22926
|
+
"name": "messages",
|
23042
22927
|
"type": {
|
23043
|
-
"text": "
|
22928
|
+
"text": "Messages"
|
23044
22929
|
}
|
23045
22930
|
}
|
23046
22931
|
]
|
23047
22932
|
},
|
23048
22933
|
{
|
23049
22934
|
"kind": "method",
|
23050
|
-
"name": "
|
23051
|
-
"privacy": "
|
22935
|
+
"name": "retryConnection",
|
22936
|
+
"privacy": "private",
|
23052
22937
|
"static": true,
|
23053
22938
|
"parameters": [
|
23054
22939
|
{
|
23055
|
-
"name": "
|
22940
|
+
"name": "io",
|
23056
22941
|
"type": {
|
23057
|
-
"text": "
|
22942
|
+
"text": "ServiceIO"
|
23058
22943
|
}
|
23059
22944
|
},
|
23060
22945
|
{
|
23061
|
-
"name": "
|
22946
|
+
"name": "messages",
|
23062
22947
|
"type": {
|
23063
|
-
"text": "
|
22948
|
+
"text": "Messages"
|
23064
22949
|
}
|
23065
22950
|
}
|
23066
22951
|
]
|
23067
22952
|
},
|
23068
22953
|
{
|
23069
22954
|
"kind": "method",
|
23070
|
-
"name": "
|
23071
|
-
"privacy": "
|
22955
|
+
"name": "assignListeners",
|
22956
|
+
"privacy": "private",
|
23072
22957
|
"static": true,
|
23073
22958
|
"parameters": [
|
23074
22959
|
{
|
23075
|
-
"name": "
|
22960
|
+
"name": "io",
|
23076
22961
|
"type": {
|
23077
|
-
"text": "
|
22962
|
+
"text": "ServiceIO"
|
23078
22963
|
}
|
23079
22964
|
},
|
23080
22965
|
{
|
23081
|
-
"name": "
|
22966
|
+
"name": "ws",
|
23082
22967
|
"type": {
|
23083
|
-
"text": "
|
22968
|
+
"text": "WebSocket"
|
22969
|
+
}
|
22970
|
+
},
|
22971
|
+
{
|
22972
|
+
"name": "messages",
|
22973
|
+
"type": {
|
22974
|
+
"text": "Messages"
|
23084
22975
|
}
|
23085
22976
|
}
|
23086
22977
|
]
|
23087
22978
|
},
|
23088
22979
|
{
|
23089
22980
|
"kind": "method",
|
23090
|
-
"name": "
|
22981
|
+
"name": "sendWebsocket",
|
23091
22982
|
"privacy": "public",
|
23092
22983
|
"static": true,
|
23093
|
-
"return": {
|
23094
|
-
"type": {
|
23095
|
-
"text": "StatefulStyles"
|
23096
|
-
}
|
23097
|
-
},
|
23098
22984
|
"parameters": [
|
23099
22985
|
{
|
23100
|
-
"name": "
|
22986
|
+
"name": "io",
|
23101
22987
|
"type": {
|
23102
|
-
"text": "
|
22988
|
+
"text": "ServiceIO"
|
23103
22989
|
}
|
23104
22990
|
},
|
23105
22991
|
{
|
23106
|
-
"name": "
|
22992
|
+
"name": "body",
|
23107
22993
|
"type": {
|
23108
|
-
"text": "
|
22994
|
+
"text": "object"
|
23109
22995
|
}
|
23110
22996
|
},
|
23111
22997
|
{
|
23112
|
-
"name": "
|
22998
|
+
"name": "messages",
|
23113
22999
|
"type": {
|
23114
|
-
"text": "
|
23000
|
+
"text": "Messages"
|
23115
23001
|
}
|
23002
|
+
},
|
23003
|
+
{
|
23004
|
+
"name": "stringifyBody",
|
23005
|
+
"default": "true"
|
23116
23006
|
}
|
23117
23007
|
]
|
23118
23008
|
},
|
23119
23009
|
{
|
23120
23010
|
"kind": "method",
|
23121
|
-
"name": "
|
23011
|
+
"name": "canSendMessage",
|
23122
23012
|
"privacy": "public",
|
23123
23013
|
"static": true,
|
23014
|
+
"parameters": [
|
23015
|
+
{
|
23016
|
+
"name": "websocket",
|
23017
|
+
"type": {
|
23018
|
+
"text": "ServiceIO['websocket']"
|
23019
|
+
}
|
23020
|
+
}
|
23021
|
+
]
|
23022
|
+
},
|
23023
|
+
{
|
23024
|
+
"kind": "method",
|
23025
|
+
"name": "isWebSocket",
|
23026
|
+
"privacy": "private",
|
23027
|
+
"static": true,
|
23124
23028
|
"return": {
|
23125
23029
|
"type": {
|
23126
|
-
"text": "
|
23030
|
+
"text": "websocket is WebSocket"
|
23127
23031
|
}
|
23128
23032
|
},
|
23129
23033
|
"parameters": [
|
23130
23034
|
{
|
23131
|
-
"name": "
|
23035
|
+
"name": "websocket",
|
23132
23036
|
"type": {
|
23133
|
-
"text": "
|
23037
|
+
"text": "WebSocket | IWebsocketHandler"
|
23134
23038
|
}
|
23135
23039
|
}
|
23136
23040
|
]
|
23041
|
+
}
|
23042
|
+
]
|
23043
|
+
}
|
23044
|
+
],
|
23045
|
+
"exports": [
|
23046
|
+
{
|
23047
|
+
"kind": "js",
|
23048
|
+
"name": "Websocket",
|
23049
|
+
"declaration": {
|
23050
|
+
"name": "Websocket",
|
23051
|
+
"module": "src/utils/HTTP/websocket.ts"
|
23052
|
+
}
|
23053
|
+
}
|
23054
|
+
]
|
23055
|
+
},
|
23056
|
+
{
|
23057
|
+
"kind": "javascript-module",
|
23058
|
+
"path": "src/utils/browser/browser.ts",
|
23059
|
+
"declarations": [
|
23060
|
+
{
|
23061
|
+
"kind": "class",
|
23062
|
+
"description": "",
|
23063
|
+
"name": "Browser",
|
23064
|
+
"members": [
|
23065
|
+
{
|
23066
|
+
"kind": "field",
|
23067
|
+
"name": "IS_SAFARI",
|
23068
|
+
"privacy": "public",
|
23069
|
+
"static": true
|
23137
23070
|
},
|
23071
|
+
{
|
23072
|
+
"kind": "field",
|
23073
|
+
"name": "IS_CHROMIUM",
|
23074
|
+
"privacy": "public",
|
23075
|
+
"static": true
|
23076
|
+
}
|
23077
|
+
]
|
23078
|
+
}
|
23079
|
+
],
|
23080
|
+
"exports": [
|
23081
|
+
{
|
23082
|
+
"kind": "js",
|
23083
|
+
"name": "Browser",
|
23084
|
+
"declaration": {
|
23085
|
+
"name": "Browser",
|
23086
|
+
"module": "src/utils/browser/browser.ts"
|
23087
|
+
}
|
23088
|
+
}
|
23089
|
+
]
|
23090
|
+
},
|
23091
|
+
{
|
23092
|
+
"kind": "javascript-module",
|
23093
|
+
"path": "src/utils/buttons/inputButtons.ts",
|
23094
|
+
"declarations": [
|
23095
|
+
{
|
23096
|
+
"kind": "variable",
|
23097
|
+
"name": "BUTTON_ORDER",
|
23098
|
+
"type": {
|
23099
|
+
"text": "readonly BUTTON_TYPES[]"
|
23100
|
+
},
|
23101
|
+
"default": "[\n 'camera',\n 'gifs',\n 'images',\n 'audio',\n 'mixedFiles',\n 'submit',\n 'microphone',\n]"
|
23102
|
+
}
|
23103
|
+
],
|
23104
|
+
"exports": [
|
23105
|
+
{
|
23106
|
+
"kind": "js",
|
23107
|
+
"name": "BUTTON_ORDER",
|
23108
|
+
"declaration": {
|
23109
|
+
"name": "BUTTON_ORDER",
|
23110
|
+
"module": "src/utils/buttons/inputButtons.ts"
|
23111
|
+
}
|
23112
|
+
}
|
23113
|
+
]
|
23114
|
+
},
|
23115
|
+
{
|
23116
|
+
"kind": "javascript-module",
|
23117
|
+
"path": "src/utils/buttons/keyboardKeys.ts",
|
23118
|
+
"declarations": [],
|
23119
|
+
"exports": []
|
23120
|
+
},
|
23121
|
+
{
|
23122
|
+
"kind": "javascript-module",
|
23123
|
+
"path": "src/utils/decorators/property.ts",
|
23124
|
+
"declarations": [
|
23125
|
+
{
|
23126
|
+
"kind": "function",
|
23127
|
+
"name": "Property",
|
23128
|
+
"parameters": [
|
23129
|
+
{
|
23130
|
+
"name": "type",
|
23131
|
+
"type": {
|
23132
|
+
"text": "AvailableTypes"
|
23133
|
+
}
|
23134
|
+
}
|
23135
|
+
]
|
23136
|
+
}
|
23137
|
+
],
|
23138
|
+
"exports": [
|
23139
|
+
{
|
23140
|
+
"kind": "js",
|
23141
|
+
"name": "Property",
|
23142
|
+
"declaration": {
|
23143
|
+
"name": "Property",
|
23144
|
+
"module": "src/utils/decorators/property.ts"
|
23145
|
+
}
|
23146
|
+
}
|
23147
|
+
]
|
23148
|
+
},
|
23149
|
+
{
|
23150
|
+
"kind": "javascript-module",
|
23151
|
+
"path": "src/utils/decorators/renderControl.ts",
|
23152
|
+
"declarations": [
|
23153
|
+
{
|
23154
|
+
"kind": "class",
|
23155
|
+
"description": "",
|
23156
|
+
"name": "RenderControl",
|
23157
|
+
"members": [
|
23138
23158
|
{
|
23139
23159
|
"kind": "method",
|
23140
|
-
"name": "
|
23141
|
-
"privacy": "
|
23160
|
+
"name": "waitForPropertiesToBeUpdatedBeforeRender",
|
23161
|
+
"privacy": "private",
|
23142
23162
|
"static": true,
|
23143
23163
|
"parameters": [
|
23144
23164
|
{
|
23145
|
-
"name": "
|
23146
|
-
"type": {
|
23147
|
-
"text": "StatefulStyles"
|
23148
|
-
}
|
23149
|
-
},
|
23150
|
-
{
|
23151
|
-
"name": "element",
|
23165
|
+
"name": "deepChat",
|
23152
23166
|
"type": {
|
23153
|
-
"text": "
|
23167
|
+
"text": "InternalHTML"
|
23154
23168
|
}
|
23155
23169
|
}
|
23156
23170
|
]
|
23157
23171
|
},
|
23158
23172
|
{
|
23159
23173
|
"kind": "method",
|
23160
|
-
"name": "
|
23174
|
+
"name": "attemptRender",
|
23161
23175
|
"privacy": "public",
|
23162
23176
|
"static": true,
|
23163
23177
|
"parameters": [
|
23164
23178
|
{
|
23165
|
-
"name": "
|
23166
|
-
"type": {
|
23167
|
-
"text": "CSSStyleDeclaration"
|
23168
|
-
}
|
23169
|
-
},
|
23170
|
-
{
|
23171
|
-
"name": "source",
|
23179
|
+
"name": "deepChat",
|
23172
23180
|
"type": {
|
23173
|
-
"text": "
|
23181
|
+
"text": "InternalHTML"
|
23174
23182
|
}
|
23175
23183
|
}
|
23176
23184
|
]
|
@@ -23181,163 +23189,162 @@
|
|
23181
23189
|
"exports": [
|
23182
23190
|
{
|
23183
23191
|
"kind": "js",
|
23184
|
-
"name": "
|
23192
|
+
"name": "RenderControl",
|
23185
23193
|
"declaration": {
|
23186
|
-
"name": "
|
23187
|
-
"module": "src/utils/
|
23194
|
+
"name": "RenderControl",
|
23195
|
+
"module": "src/utils/decorators/renderControl.ts"
|
23188
23196
|
}
|
23189
23197
|
}
|
23190
23198
|
]
|
23191
23199
|
},
|
23192
23200
|
{
|
23193
23201
|
"kind": "javascript-module",
|
23194
|
-
"path": "src/utils/
|
23202
|
+
"path": "src/utils/decorators/typeConverters.ts",
|
23195
23203
|
"declarations": [
|
23196
23204
|
{
|
23197
|
-
"kind": "
|
23198
|
-
"
|
23199
|
-
"
|
23200
|
-
|
23201
|
-
|
23202
|
-
|
23205
|
+
"kind": "class",
|
23206
|
+
"description": "",
|
23207
|
+
"name": "TypeConverters",
|
23208
|
+
"members": [
|
23209
|
+
{
|
23210
|
+
"kind": "field",
|
23211
|
+
"name": "attibutes",
|
23212
|
+
"type": {
|
23213
|
+
"text": "AttributeTypeConverters"
|
23214
|
+
},
|
23215
|
+
"privacy": "public",
|
23216
|
+
"static": true,
|
23217
|
+
"default": "{\n string: (value: string) => value,\n number: (value: string) => parseFloat(value),\n boolean: (value: string) => value === 'true',\n object: (value: string) => JSON.parse(value),\n array: (value: string) => JSON.parse(value),\n function: (value: string) => new Function(`return ${value}`)(),\n }"
|
23218
|
+
}
|
23219
|
+
]
|
23203
23220
|
}
|
23204
23221
|
],
|
23205
23222
|
"exports": [
|
23206
23223
|
{
|
23207
23224
|
"kind": "js",
|
23208
|
-
"name": "
|
23225
|
+
"name": "TypeConverters",
|
23209
23226
|
"declaration": {
|
23210
|
-
"name": "
|
23211
|
-
"module": "src/utils/
|
23227
|
+
"name": "TypeConverters",
|
23228
|
+
"module": "src/utils/decorators/typeConverters.ts"
|
23212
23229
|
}
|
23213
23230
|
}
|
23214
23231
|
]
|
23215
23232
|
},
|
23216
23233
|
{
|
23217
23234
|
"kind": "javascript-module",
|
23218
|
-
"path": "src/utils/
|
23235
|
+
"path": "src/utils/demo/demo.ts",
|
23219
23236
|
"declarations": [
|
23220
23237
|
{
|
23221
23238
|
"kind": "class",
|
23222
23239
|
"description": "",
|
23223
|
-
"name": "
|
23240
|
+
"name": "Demo",
|
23224
23241
|
"members": [
|
23225
23242
|
{
|
23226
|
-
"kind": "
|
23227
|
-
"name": "
|
23243
|
+
"kind": "field",
|
23244
|
+
"name": "URL",
|
23245
|
+
"type": {
|
23246
|
+
"text": "string"
|
23247
|
+
},
|
23228
23248
|
"privacy": "public",
|
23229
23249
|
"static": true,
|
23250
|
+
"default": "'deep-chat-demo'"
|
23251
|
+
},
|
23252
|
+
{
|
23253
|
+
"kind": "method",
|
23254
|
+
"name": "generateResponse",
|
23255
|
+
"privacy": "private",
|
23256
|
+
"static": true,
|
23230
23257
|
"parameters": [
|
23231
23258
|
{
|
23232
|
-
"name": "
|
23259
|
+
"name": "messages",
|
23233
23260
|
"type": {
|
23234
|
-
"text": "
|
23261
|
+
"text": "Messages"
|
23235
23262
|
}
|
23236
|
-
}
|
23263
|
+
}
|
23264
|
+
]
|
23265
|
+
},
|
23266
|
+
{
|
23267
|
+
"kind": "method",
|
23268
|
+
"name": "getCustomResponse",
|
23269
|
+
"privacy": "private",
|
23270
|
+
"static": true,
|
23271
|
+
"parameters": [
|
23237
23272
|
{
|
23238
|
-
"name": "
|
23273
|
+
"name": "customResponse",
|
23239
23274
|
"type": {
|
23240
|
-
"text": "
|
23275
|
+
"text": "DemoResponse"
|
23241
23276
|
}
|
23242
23277
|
},
|
23243
23278
|
{
|
23244
|
-
"name": "
|
23279
|
+
"name": "requestMessage",
|
23245
23280
|
"type": {
|
23246
|
-
"text": "
|
23281
|
+
"text": "MessageContent"
|
23247
23282
|
}
|
23248
23283
|
}
|
23249
23284
|
]
|
23250
23285
|
},
|
23251
23286
|
{
|
23252
23287
|
"kind": "method",
|
23253
|
-
"name": "
|
23254
|
-
"privacy": "
|
23288
|
+
"name": "getResponse",
|
23289
|
+
"privacy": "private",
|
23255
23290
|
"static": true,
|
23291
|
+
"return": {
|
23292
|
+
"type": {
|
23293
|
+
"text": "Response"
|
23294
|
+
}
|
23295
|
+
},
|
23256
23296
|
"parameters": [
|
23257
23297
|
{
|
23258
|
-
"name": "
|
23298
|
+
"name": "messages",
|
23259
23299
|
"type": {
|
23260
|
-
"text": "
|
23300
|
+
"text": "Messages"
|
23261
23301
|
}
|
23262
23302
|
}
|
23263
23303
|
]
|
23264
23304
|
},
|
23265
23305
|
{
|
23266
23306
|
"kind": "method",
|
23267
|
-
"name": "
|
23307
|
+
"name": "request",
|
23268
23308
|
"privacy": "public",
|
23269
23309
|
"static": true,
|
23270
23310
|
"parameters": [
|
23271
23311
|
{
|
23272
|
-
"name": "
|
23312
|
+
"name": "messages",
|
23273
23313
|
"type": {
|
23274
|
-
"text": "
|
23314
|
+
"text": "Messages"
|
23315
|
+
}
|
23316
|
+
},
|
23317
|
+
{
|
23318
|
+
"name": "onFinish",
|
23319
|
+
"type": {
|
23320
|
+
"text": "Finish"
|
23321
|
+
}
|
23322
|
+
},
|
23323
|
+
{
|
23324
|
+
"name": "responseInterceptor",
|
23325
|
+
"optional": true,
|
23326
|
+
"type": {
|
23327
|
+
"text": "ResponseInterceptor"
|
23275
23328
|
}
|
23276
23329
|
}
|
23277
23330
|
]
|
23278
|
-
}
|
23279
|
-
]
|
23280
|
-
}
|
23281
|
-
],
|
23282
|
-
"exports": [
|
23283
|
-
{
|
23284
|
-
"kind": "js",
|
23285
|
-
"name": "FireEvents",
|
23286
|
-
"declaration": {
|
23287
|
-
"name": "FireEvents",
|
23288
|
-
"module": "src/utils/events/fireEvents.ts"
|
23289
|
-
}
|
23290
|
-
}
|
23291
|
-
]
|
23292
|
-
},
|
23293
|
-
{
|
23294
|
-
"kind": "javascript-module",
|
23295
|
-
"path": "src/utils/fileTypes/fileTypeButtonIcons.ts",
|
23296
|
-
"declarations": [
|
23297
|
-
{
|
23298
|
-
"kind": "variable",
|
23299
|
-
"name": "FILE_TYPE_BUTTON_ICONS",
|
23300
|
-
"type": {
|
23301
|
-
"text": "ServiceFileTypes"
|
23302
|
-
},
|
23303
|
-
"default": "{\n images: {id: 'upload-images-icon', svgString: IMAGE_ICON_STRING, dropupText: 'Image'},\n gifs: {id: 'upload-gifs-icon', svgString: GIF_ICON_STRING, dropupText: 'GIF'},\n audio: {id: 'upload-audio-icon', svgString: AUDIO_ICON_STRING, dropupText: 'Audio'},\n mixedFiles: {id: 'upload-mixed-files-icon', svgString: MIXED_FILES_ICON_STRING, dropupText: 'File'},\n}"
|
23304
|
-
}
|
23305
|
-
],
|
23306
|
-
"exports": [
|
23307
|
-
{
|
23308
|
-
"kind": "js",
|
23309
|
-
"name": "FILE_TYPE_BUTTON_ICONS",
|
23310
|
-
"declaration": {
|
23311
|
-
"name": "FILE_TYPE_BUTTON_ICONS",
|
23312
|
-
"module": "src/utils/fileTypes/fileTypeButtonIcons.ts"
|
23313
|
-
}
|
23314
|
-
}
|
23315
|
-
]
|
23316
|
-
},
|
23317
|
-
{
|
23318
|
-
"kind": "javascript-module",
|
23319
|
-
"path": "src/utils/svg/svgIconUtils.ts",
|
23320
|
-
"declarations": [
|
23321
|
-
{
|
23322
|
-
"kind": "class",
|
23323
|
-
"description": "",
|
23324
|
-
"name": "SVGIconUtils",
|
23325
|
-
"members": [
|
23331
|
+
},
|
23326
23332
|
{
|
23327
23333
|
"kind": "method",
|
23328
|
-
"name": "
|
23334
|
+
"name": "requestStream",
|
23329
23335
|
"privacy": "public",
|
23330
23336
|
"static": true,
|
23331
|
-
"return": {
|
23332
|
-
"type": {
|
23333
|
-
"text": "SVGGraphicsElement"
|
23334
|
-
}
|
23335
|
-
},
|
23336
23337
|
"parameters": [
|
23337
23338
|
{
|
23338
|
-
"name": "
|
23339
|
+
"name": "messages",
|
23339
23340
|
"type": {
|
23340
|
-
"text": "
|
23341
|
+
"text": "Messages"
|
23342
|
+
}
|
23343
|
+
},
|
23344
|
+
{
|
23345
|
+
"name": "sh",
|
23346
|
+
"type": {
|
23347
|
+
"text": "StreamHandlers"
|
23341
23348
|
}
|
23342
23349
|
}
|
23343
23350
|
]
|
@@ -23348,67 +23355,77 @@
|
|
23348
23355
|
"exports": [
|
23349
23356
|
{
|
23350
23357
|
"kind": "js",
|
23351
|
-
"name": "
|
23358
|
+
"name": "Demo",
|
23352
23359
|
"declaration": {
|
23353
|
-
"name": "
|
23354
|
-
"module": "src/utils/
|
23360
|
+
"name": "Demo",
|
23361
|
+
"module": "src/utils/demo/demo.ts"
|
23355
23362
|
}
|
23356
23363
|
}
|
23357
23364
|
]
|
23358
23365
|
},
|
23359
23366
|
{
|
23360
23367
|
"kind": "javascript-module",
|
23361
|
-
"path": "src/utils/
|
23368
|
+
"path": "src/utils/element/elementUtils.ts",
|
23362
23369
|
"declarations": [
|
23363
23370
|
{
|
23364
23371
|
"kind": "class",
|
23365
23372
|
"description": "",
|
23366
|
-
"name": "
|
23373
|
+
"name": "ElementUtils",
|
23367
23374
|
"members": [
|
23375
|
+
{
|
23376
|
+
"kind": "field",
|
23377
|
+
"name": "CODE_SNIPPET_GENERATION_JUMP",
|
23378
|
+
"type": {
|
23379
|
+
"text": "number"
|
23380
|
+
},
|
23381
|
+
"privacy": "private",
|
23382
|
+
"static": true,
|
23383
|
+
"default": "0.5"
|
23384
|
+
},
|
23368
23385
|
{
|
23369
23386
|
"kind": "method",
|
23370
|
-
"name": "
|
23387
|
+
"name": "addElements",
|
23371
23388
|
"privacy": "public",
|
23372
23389
|
"static": true,
|
23373
23390
|
"parameters": [
|
23374
23391
|
{
|
23375
|
-
"name": "
|
23392
|
+
"name": "parent",
|
23376
23393
|
"type": {
|
23377
|
-
"text": "
|
23394
|
+
"text": "HTMLElement"
|
23378
23395
|
}
|
23379
23396
|
},
|
23380
23397
|
{
|
23381
|
-
"name": "
|
23398
|
+
"name": "elements",
|
23382
23399
|
"type": {
|
23383
|
-
"text": "HTMLElement"
|
23400
|
+
"text": "HTMLElement[]"
|
23384
23401
|
}
|
23385
23402
|
}
|
23386
23403
|
]
|
23387
23404
|
},
|
23388
23405
|
{
|
23389
23406
|
"kind": "method",
|
23390
|
-
"name": "
|
23407
|
+
"name": "isScrollbarAtBottomOfElement",
|
23391
23408
|
"privacy": "public",
|
23392
23409
|
"static": true,
|
23393
23410
|
"parameters": [
|
23394
23411
|
{
|
23395
|
-
"name": "
|
23412
|
+
"name": "element",
|
23396
23413
|
"type": {
|
23397
|
-
"text": "
|
23414
|
+
"text": "HTMLElement"
|
23398
23415
|
}
|
23399
23416
|
}
|
23400
23417
|
]
|
23401
23418
|
},
|
23402
23419
|
{
|
23403
23420
|
"kind": "method",
|
23404
|
-
"name": "
|
23421
|
+
"name": "cloneElement",
|
23405
23422
|
"privacy": "public",
|
23406
23423
|
"static": true,
|
23407
23424
|
"parameters": [
|
23408
23425
|
{
|
23409
|
-
"name": "
|
23426
|
+
"name": "element",
|
23410
23427
|
"type": {
|
23411
|
-
"text": "
|
23428
|
+
"text": "HTMLElement"
|
23412
23429
|
}
|
23413
23430
|
}
|
23414
23431
|
]
|
@@ -23419,227 +23436,143 @@
|
|
23419
23436
|
"exports": [
|
23420
23437
|
{
|
23421
23438
|
"kind": "js",
|
23422
|
-
"name": "
|
23439
|
+
"name": "ElementUtils",
|
23423
23440
|
"declaration": {
|
23424
|
-
"name": "
|
23425
|
-
"module": "src/utils/
|
23441
|
+
"name": "ElementUtils",
|
23442
|
+
"module": "src/utils/element/elementUtils.ts"
|
23426
23443
|
}
|
23427
23444
|
}
|
23428
23445
|
]
|
23429
23446
|
},
|
23430
23447
|
{
|
23431
23448
|
"kind": "javascript-module",
|
23432
|
-
"path": "src/utils/
|
23449
|
+
"path": "src/utils/element/imageUtils.ts",
|
23433
23450
|
"declarations": [
|
23434
23451
|
{
|
23435
|
-
"kind": "
|
23436
|
-
"
|
23437
|
-
"
|
23438
|
-
|
23439
|
-
|
23440
|
-
|
23441
|
-
"name": "FONT_URL",
|
23442
|
-
"type": {
|
23443
|
-
"text": "string"
|
23444
|
-
},
|
23445
|
-
"privacy": "private",
|
23446
|
-
"static": true,
|
23447
|
-
"default": "'https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap'"
|
23448
|
-
},
|
23449
|
-
{
|
23450
|
-
"kind": "method",
|
23451
|
-
"name": "appendStyleSheetToHead",
|
23452
|
-
"privacy": "public",
|
23453
|
-
"static": true
|
23454
|
-
}
|
23455
|
-
]
|
23452
|
+
"kind": "variable",
|
23453
|
+
"name": "BASE_64_PREFIX",
|
23454
|
+
"type": {
|
23455
|
+
"text": "string"
|
23456
|
+
},
|
23457
|
+
"default": "'data:image/png;base64,'"
|
23456
23458
|
}
|
23457
23459
|
],
|
23458
23460
|
"exports": [
|
23459
23461
|
{
|
23460
23462
|
"kind": "js",
|
23461
|
-
"name": "
|
23463
|
+
"name": "BASE_64_PREFIX",
|
23462
23464
|
"declaration": {
|
23463
|
-
"name": "
|
23464
|
-
"module": "src/utils/
|
23465
|
+
"name": "BASE_64_PREFIX",
|
23466
|
+
"module": "src/utils/element/imageUtils.ts"
|
23465
23467
|
}
|
23466
23468
|
}
|
23467
23469
|
]
|
23468
23470
|
},
|
23469
23471
|
{
|
23470
23472
|
"kind": "javascript-module",
|
23471
|
-
"path": "src/utils/
|
23473
|
+
"path": "src/utils/element/statefulEvents.ts",
|
23472
23474
|
"declarations": [
|
23473
23475
|
{
|
23474
23476
|
"kind": "class",
|
23475
23477
|
"description": "",
|
23476
|
-
"name": "
|
23478
|
+
"name": "StatefulEvents",
|
23477
23479
|
"members": [
|
23478
|
-
{
|
23479
|
-
"kind": "field",
|
23480
|
-
"name": "_waitingToRender_",
|
23481
|
-
"type": {
|
23482
|
-
"text": "boolean"
|
23483
|
-
},
|
23484
|
-
"default": "false"
|
23485
|
-
},
|
23486
|
-
{
|
23487
|
-
"kind": "field",
|
23488
|
-
"name": "_propUpdated_",
|
23489
|
-
"type": {
|
23490
|
-
"text": "boolean"
|
23491
|
-
},
|
23492
|
-
"default": "false"
|
23493
|
-
},
|
23494
|
-
{
|
23495
|
-
"kind": "field",
|
23496
|
-
"name": "_attributes_",
|
23497
|
-
"type": {
|
23498
|
-
"text": "GenericObject<AttributeTypeConverter>"
|
23499
|
-
},
|
23500
|
-
"static": true,
|
23501
|
-
"default": "{}"
|
23502
|
-
},
|
23503
|
-
{
|
23504
|
-
"kind": "field",
|
23505
|
-
"name": "_attributeToProperty_",
|
23506
|
-
"type": {
|
23507
|
-
"text": "GenericObject<string>"
|
23508
|
-
},
|
23509
|
-
"static": true,
|
23510
|
-
"default": "{}"
|
23511
|
-
},
|
23512
23480
|
{
|
23513
23481
|
"kind": "method",
|
23514
|
-
"name": "
|
23482
|
+
"name": "mouseUp",
|
23515
23483
|
"privacy": "private",
|
23484
|
+
"static": true,
|
23516
23485
|
"parameters": [
|
23517
23486
|
{
|
23518
|
-
"name": "
|
23487
|
+
"name": "element",
|
23519
23488
|
"type": {
|
23520
|
-
"text": "
|
23489
|
+
"text": "HTMLElement"
|
23521
23490
|
}
|
23522
23491
|
},
|
23523
23492
|
{
|
23524
|
-
"name": "
|
23525
|
-
"optional": true,
|
23493
|
+
"name": "styles",
|
23526
23494
|
"type": {
|
23527
|
-
"text": "
|
23495
|
+
"text": "StatefulStyles"
|
23528
23496
|
}
|
23529
23497
|
}
|
23530
23498
|
]
|
23531
23499
|
},
|
23532
23500
|
{
|
23533
23501
|
"kind": "method",
|
23534
|
-
"name": "
|
23535
|
-
}
|
23536
|
-
],
|
23537
|
-
"superclass": {
|
23538
|
-
"name": "HTMLElement"
|
23539
|
-
},
|
23540
|
-
"customElement": true
|
23541
|
-
}
|
23542
|
-
],
|
23543
|
-
"exports": [
|
23544
|
-
{
|
23545
|
-
"kind": "js",
|
23546
|
-
"name": "InternalHTML",
|
23547
|
-
"declaration": {
|
23548
|
-
"name": "InternalHTML",
|
23549
|
-
"module": "src/utils/webComponent/internalHTML.ts"
|
23550
|
-
}
|
23551
|
-
}
|
23552
|
-
]
|
23553
|
-
},
|
23554
|
-
{
|
23555
|
-
"kind": "javascript-module",
|
23556
|
-
"path": "src/utils/webComponent/webComponentStyleUtils.ts",
|
23557
|
-
"declarations": [
|
23558
|
-
{
|
23559
|
-
"kind": "class",
|
23560
|
-
"description": "",
|
23561
|
-
"name": "WebComponentStyleUtils",
|
23562
|
-
"members": [
|
23563
|
-
{
|
23564
|
-
"kind": "field",
|
23565
|
-
"name": "DEFAULT_COMPONENT_STYLE",
|
23566
|
-
"type": {
|
23567
|
-
"text": "object"
|
23568
|
-
},
|
23502
|
+
"name": "mouseDown",
|
23569
23503
|
"privacy": "private",
|
23570
23504
|
"static": true,
|
23571
|
-
"default": "{\n height: '350px',\n width: '320px',\n border: '1px solid #cacaca',\n fontFamily: `'Inter', sans-serif, Avenir, Helvetica, Arial`,\n fontSize: '0.9rem',\n backgroundColor: 'white',\n position: 'relative',\n }"
|
23572
|
-
},
|
23573
|
-
{
|
23574
|
-
"kind": "method",
|
23575
|
-
"name": "apply",
|
23576
|
-
"privacy": "public",
|
23577
|
-
"static": true,
|
23578
23505
|
"parameters": [
|
23579
23506
|
{
|
23580
|
-
"name": "
|
23507
|
+
"name": "element",
|
23581
23508
|
"type": {
|
23582
|
-
"text": "
|
23509
|
+
"text": "HTMLElement"
|
23583
23510
|
}
|
23584
23511
|
},
|
23585
23512
|
{
|
23586
|
-
"name": "
|
23513
|
+
"name": "styles",
|
23587
23514
|
"type": {
|
23588
|
-
"text": "
|
23515
|
+
"text": "StatefulStyles"
|
23589
23516
|
}
|
23590
23517
|
}
|
23591
23518
|
]
|
23592
23519
|
},
|
23593
23520
|
{
|
23594
23521
|
"kind": "method",
|
23595
|
-
"name": "
|
23522
|
+
"name": "mouseLeave",
|
23596
23523
|
"privacy": "private",
|
23597
23524
|
"static": true,
|
23598
23525
|
"parameters": [
|
23599
23526
|
{
|
23600
|
-
"name": "
|
23527
|
+
"name": "element",
|
23601
23528
|
"type": {
|
23602
|
-
"text": "
|
23529
|
+
"text": "HTMLElement"
|
23603
23530
|
}
|
23604
23531
|
},
|
23605
23532
|
{
|
23606
|
-
"name": "
|
23533
|
+
"name": "styles",
|
23607
23534
|
"type": {
|
23608
|
-
"text": "
|
23535
|
+
"text": "StatefulStyles"
|
23609
23536
|
}
|
23610
23537
|
}
|
23611
23538
|
]
|
23612
23539
|
},
|
23613
23540
|
{
|
23614
23541
|
"kind": "method",
|
23615
|
-
"name": "
|
23542
|
+
"name": "mouseEnter",
|
23616
23543
|
"privacy": "private",
|
23617
23544
|
"static": true,
|
23618
23545
|
"parameters": [
|
23619
23546
|
{
|
23620
|
-
"name": "
|
23547
|
+
"name": "element",
|
23621
23548
|
"type": {
|
23622
|
-
"text": "
|
23549
|
+
"text": "HTMLElement"
|
23623
23550
|
}
|
23624
23551
|
},
|
23625
23552
|
{
|
23626
|
-
"name": "
|
23553
|
+
"name": "styles",
|
23627
23554
|
"type": {
|
23628
|
-
"text": "
|
23555
|
+
"text": "StatefulStyles"
|
23629
23556
|
}
|
23630
23557
|
}
|
23631
23558
|
]
|
23632
23559
|
},
|
23633
23560
|
{
|
23634
23561
|
"kind": "method",
|
23635
|
-
"name": "
|
23562
|
+
"name": "add",
|
23636
23563
|
"privacy": "public",
|
23637
23564
|
"static": true,
|
23638
23565
|
"parameters": [
|
23639
23566
|
{
|
23640
|
-
"name": "
|
23567
|
+
"name": "element",
|
23641
23568
|
"type": {
|
23642
|
-
"text": "
|
23569
|
+
"text": "HTMLElement"
|
23570
|
+
}
|
23571
|
+
},
|
23572
|
+
{
|
23573
|
+
"name": "styles",
|
23574
|
+
"type": {
|
23575
|
+
"text": "StatefulStyles"
|
23643
23576
|
}
|
23644
23577
|
}
|
23645
23578
|
]
|
@@ -23650,79 +23583,169 @@
|
|
23650
23583
|
"exports": [
|
23651
23584
|
{
|
23652
23585
|
"kind": "js",
|
23653
|
-
"name": "
|
23586
|
+
"name": "StatefulEvents",
|
23654
23587
|
"declaration": {
|
23655
|
-
"name": "
|
23656
|
-
"module": "src/utils/
|
23588
|
+
"name": "StatefulEvents",
|
23589
|
+
"module": "src/utils/element/statefulEvents.ts"
|
23657
23590
|
}
|
23658
23591
|
}
|
23659
23592
|
]
|
23660
23593
|
},
|
23661
23594
|
{
|
23662
23595
|
"kind": "javascript-module",
|
23663
|
-
"path": "src/
|
23596
|
+
"path": "src/utils/element/styleUtils.ts",
|
23664
23597
|
"declarations": [
|
23665
23598
|
{
|
23666
23599
|
"kind": "class",
|
23667
23600
|
"description": "",
|
23668
|
-
"name": "
|
23601
|
+
"name": "StyleUtils",
|
23669
23602
|
"members": [
|
23670
23603
|
{
|
23671
23604
|
"kind": "method",
|
23672
|
-
"name": "
|
23673
|
-
"privacy": "
|
23605
|
+
"name": "unsetStyle",
|
23606
|
+
"privacy": "public",
|
23607
|
+
"static": true,
|
23608
|
+
"parameters": [
|
23609
|
+
{
|
23610
|
+
"name": "element",
|
23611
|
+
"type": {
|
23612
|
+
"text": "HTMLElement"
|
23613
|
+
}
|
23614
|
+
},
|
23615
|
+
{
|
23616
|
+
"name": "style",
|
23617
|
+
"type": {
|
23618
|
+
"text": "CustomStyle"
|
23619
|
+
}
|
23620
|
+
}
|
23621
|
+
]
|
23622
|
+
},
|
23623
|
+
{
|
23624
|
+
"kind": "method",
|
23625
|
+
"name": "unsetActivityCSSMouseStates",
|
23626
|
+
"privacy": "public",
|
23627
|
+
"static": true,
|
23628
|
+
"parameters": [
|
23629
|
+
{
|
23630
|
+
"name": "element",
|
23631
|
+
"type": {
|
23632
|
+
"text": "HTMLElement"
|
23633
|
+
}
|
23634
|
+
},
|
23635
|
+
{
|
23636
|
+
"name": "statefulStyle",
|
23637
|
+
"type": {
|
23638
|
+
"text": "StatefulStyles"
|
23639
|
+
}
|
23640
|
+
}
|
23641
|
+
]
|
23642
|
+
},
|
23643
|
+
{
|
23644
|
+
"kind": "method",
|
23645
|
+
"name": "unsetAllCSSMouseStates",
|
23646
|
+
"privacy": "public",
|
23647
|
+
"static": true,
|
23648
|
+
"parameters": [
|
23649
|
+
{
|
23650
|
+
"name": "element",
|
23651
|
+
"type": {
|
23652
|
+
"text": "HTMLElement"
|
23653
|
+
}
|
23654
|
+
},
|
23655
|
+
{
|
23656
|
+
"name": "statefulStyle",
|
23657
|
+
"type": {
|
23658
|
+
"text": "StatefulStyles"
|
23659
|
+
}
|
23660
|
+
}
|
23661
|
+
]
|
23662
|
+
},
|
23663
|
+
{
|
23664
|
+
"kind": "method",
|
23665
|
+
"name": "processStateful",
|
23666
|
+
"privacy": "public",
|
23674
23667
|
"static": true,
|
23668
|
+
"return": {
|
23669
|
+
"type": {
|
23670
|
+
"text": "StatefulStyles"
|
23671
|
+
}
|
23672
|
+
},
|
23675
23673
|
"parameters": [
|
23676
23674
|
{
|
23677
|
-
"name": "
|
23675
|
+
"name": "styles",
|
23678
23676
|
"type": {
|
23679
|
-
"text": "
|
23677
|
+
"text": "StatefulStyles"
|
23680
23678
|
}
|
23681
23679
|
},
|
23682
23680
|
{
|
23683
|
-
"name": "
|
23681
|
+
"name": "defHover",
|
23684
23682
|
"type": {
|
23685
|
-
"text": "
|
23683
|
+
"text": "CustomStyle"
|
23686
23684
|
}
|
23687
23685
|
},
|
23688
23686
|
{
|
23689
|
-
"name": "
|
23690
|
-
"optional": true,
|
23687
|
+
"name": "defClick",
|
23691
23688
|
"type": {
|
23692
|
-
"text": "
|
23689
|
+
"text": "CustomStyle"
|
23693
23690
|
}
|
23694
23691
|
}
|
23695
23692
|
]
|
23696
23693
|
},
|
23697
23694
|
{
|
23698
23695
|
"kind": "method",
|
23699
|
-
"name": "
|
23696
|
+
"name": "mergeStatefulStyles",
|
23700
23697
|
"privacy": "public",
|
23701
23698
|
"static": true,
|
23699
|
+
"return": {
|
23700
|
+
"type": {
|
23701
|
+
"text": "StatefulStyles"
|
23702
|
+
}
|
23703
|
+
},
|
23702
23704
|
"parameters": [
|
23703
23705
|
{
|
23704
|
-
"name": "
|
23706
|
+
"name": "stylesArr",
|
23705
23707
|
"type": {
|
23706
|
-
"text": "
|
23708
|
+
"text": "StatefulStyles[]"
|
23709
|
+
}
|
23710
|
+
}
|
23711
|
+
]
|
23712
|
+
},
|
23713
|
+
{
|
23714
|
+
"kind": "method",
|
23715
|
+
"name": "overwriteDefaultWithAlreadyApplied",
|
23716
|
+
"privacy": "public",
|
23717
|
+
"static": true,
|
23718
|
+
"parameters": [
|
23719
|
+
{
|
23720
|
+
"name": "styles",
|
23721
|
+
"type": {
|
23722
|
+
"text": "StatefulStyles"
|
23707
23723
|
}
|
23708
23724
|
},
|
23709
23725
|
{
|
23710
|
-
"name": "
|
23726
|
+
"name": "element",
|
23711
23727
|
"type": {
|
23712
23728
|
"text": "HTMLElement"
|
23713
23729
|
}
|
23714
|
-
}
|
23730
|
+
}
|
23731
|
+
]
|
23732
|
+
},
|
23733
|
+
{
|
23734
|
+
"kind": "method",
|
23735
|
+
"name": "applyToStyleIfNotDefined",
|
23736
|
+
"privacy": "public",
|
23737
|
+
"static": true,
|
23738
|
+
"parameters": [
|
23715
23739
|
{
|
23716
|
-
"name": "
|
23740
|
+
"name": "cssDeclaration",
|
23717
23741
|
"type": {
|
23718
|
-
"text": "
|
23742
|
+
"text": "CSSStyleDeclaration"
|
23719
23743
|
}
|
23720
23744
|
},
|
23721
23745
|
{
|
23722
|
-
"name": "
|
23723
|
-
"optional": true,
|
23746
|
+
"name": "source",
|
23724
23747
|
"type": {
|
23725
|
-
"text": "
|
23748
|
+
"text": "CustomStyle"
|
23726
23749
|
}
|
23727
23750
|
}
|
23728
23751
|
]
|
@@ -23733,323 +23756,276 @@
|
|
23733
23756
|
"exports": [
|
23734
23757
|
{
|
23735
23758
|
"kind": "js",
|
23736
|
-
"name": "
|
23759
|
+
"name": "StyleUtils",
|
23737
23760
|
"declaration": {
|
23738
|
-
"name": "
|
23739
|
-
"module": "src/
|
23761
|
+
"name": "StyleUtils",
|
23762
|
+
"module": "src/utils/element/styleUtils.ts"
|
23740
23763
|
}
|
23741
23764
|
}
|
23742
23765
|
]
|
23743
23766
|
},
|
23744
23767
|
{
|
23745
23768
|
"kind": "javascript-module",
|
23746
|
-
"path": "src/
|
23769
|
+
"path": "src/utils/errorMessages/errorMessages.ts",
|
23747
23770
|
"declarations": [
|
23748
23771
|
{
|
23749
|
-
"kind": "
|
23750
|
-
"
|
23751
|
-
"
|
23752
|
-
|
23753
|
-
|
23754
|
-
|
23755
|
-
"name": "render",
|
23756
|
-
"privacy": "public",
|
23757
|
-
"static": true,
|
23758
|
-
"parameters": [
|
23759
|
-
{
|
23760
|
-
"name": "containerElement",
|
23761
|
-
"type": {
|
23762
|
-
"text": "HTMLElement"
|
23763
|
-
}
|
23764
|
-
},
|
23765
|
-
{
|
23766
|
-
"name": "text",
|
23767
|
-
"type": {
|
23768
|
-
"text": "string"
|
23769
|
-
}
|
23770
|
-
}
|
23771
|
-
]
|
23772
|
-
}
|
23773
|
-
]
|
23772
|
+
"kind": "variable",
|
23773
|
+
"name": "ErrorMessages",
|
23774
|
+
"type": {
|
23775
|
+
"text": "object"
|
23776
|
+
},
|
23777
|
+
"default": "{\n INVALID_KEY: 'Invalid API Key',\n CONNECTION_FAILED: 'Failed to connect',\n INVALID_RESPONSE: getInvalidResponseMessage,\n INVALID_STREAM_RESPONSE:\n `Make sure the events are using the Response format: ` +\n `https://deepchat.dev/docs/connect/#Response \\n` +\n `You can also augment them using the responseInterceptor property: ` +\n `https://deepchat.dev/docs/interceptors#responseInterceptor`,\n}"
|
23774
23778
|
}
|
23775
23779
|
],
|
23776
23780
|
"exports": [
|
23777
23781
|
{
|
23778
23782
|
"kind": "js",
|
23779
|
-
"name": "
|
23783
|
+
"name": "ErrorMessages",
|
23780
23784
|
"declaration": {
|
23781
|
-
"name": "
|
23782
|
-
"module": "src/
|
23785
|
+
"name": "ErrorMessages",
|
23786
|
+
"module": "src/utils/errorMessages/errorMessages.ts"
|
23783
23787
|
}
|
23784
23788
|
}
|
23785
23789
|
]
|
23786
23790
|
},
|
23787
23791
|
{
|
23788
23792
|
"kind": "javascript-module",
|
23789
|
-
"path": "src/
|
23793
|
+
"path": "src/utils/events/fireEvents.ts",
|
23790
23794
|
"declarations": [
|
23791
23795
|
{
|
23792
23796
|
"kind": "class",
|
23793
23797
|
"description": "",
|
23794
|
-
"name": "
|
23798
|
+
"name": "FireEvents",
|
23795
23799
|
"members": [
|
23796
23800
|
{
|
23797
23801
|
"kind": "method",
|
23798
|
-
"name": "
|
23799
|
-
"privacy": "
|
23800
|
-
"static": true
|
23801
|
-
},
|
23802
|
-
{
|
23803
|
-
"kind": "method",
|
23804
|
-
"name": "createHelpLink",
|
23805
|
-
"privacy": "private",
|
23806
|
-
"static": true,
|
23807
|
-
"parameters": [
|
23808
|
-
{
|
23809
|
-
"name": "link",
|
23810
|
-
"type": {
|
23811
|
-
"text": "string"
|
23812
|
-
}
|
23813
|
-
}
|
23814
|
-
]
|
23815
|
-
},
|
23816
|
-
{
|
23817
|
-
"kind": "method",
|
23818
|
-
"name": "createFailText",
|
23819
|
-
"privacy": "private",
|
23820
|
-
"static": true
|
23821
|
-
},
|
23822
|
-
{
|
23823
|
-
"kind": "method",
|
23824
|
-
"name": "createHelpTextContainer",
|
23825
|
-
"privacy": "private",
|
23826
|
-
"static": true,
|
23827
|
-
"parameters": [
|
23828
|
-
{
|
23829
|
-
"name": "link",
|
23830
|
-
"optional": true,
|
23831
|
-
"type": {
|
23832
|
-
"text": "string"
|
23833
|
-
}
|
23834
|
-
}
|
23835
|
-
]
|
23836
|
-
},
|
23837
|
-
{
|
23838
|
-
"kind": "method",
|
23839
|
-
"name": "onFail",
|
23840
|
-
"privacy": "private",
|
23802
|
+
"name": "onNewMessage",
|
23803
|
+
"privacy": "public",
|
23841
23804
|
"static": true,
|
23842
23805
|
"parameters": [
|
23843
23806
|
{
|
23844
|
-
"name": "
|
23845
|
-
"type": {
|
23846
|
-
"text": "HTMLInputElement"
|
23847
|
-
}
|
23848
|
-
},
|
23849
|
-
{
|
23850
|
-
"name": "startEl",
|
23807
|
+
"name": "deepChat",
|
23851
23808
|
"type": {
|
23852
|
-
"text": "
|
23809
|
+
"text": "DeepChat"
|
23853
23810
|
}
|
23854
23811
|
},
|
23855
23812
|
{
|
23856
|
-
"name": "
|
23813
|
+
"name": "message",
|
23857
23814
|
"type": {
|
23858
|
-
"text": "
|
23815
|
+
"text": "MessageContent"
|
23859
23816
|
}
|
23860
23817
|
},
|
23861
23818
|
{
|
23862
|
-
"name": "
|
23819
|
+
"name": "isInitial",
|
23863
23820
|
"type": {
|
23864
|
-
"text": "
|
23821
|
+
"text": "boolean"
|
23865
23822
|
}
|
23866
23823
|
}
|
23867
23824
|
]
|
23868
23825
|
},
|
23869
23826
|
{
|
23870
23827
|
"kind": "method",
|
23871
|
-
"name": "
|
23872
|
-
"privacy": "
|
23828
|
+
"name": "onClearMessages",
|
23829
|
+
"privacy": "public",
|
23873
23830
|
"static": true,
|
23874
23831
|
"parameters": [
|
23875
23832
|
{
|
23876
|
-
"name": "
|
23877
|
-
"type": {
|
23878
|
-
"text": "HTMLInputElement"
|
23879
|
-
}
|
23880
|
-
},
|
23881
|
-
{
|
23882
|
-
"name": "startEl",
|
23833
|
+
"name": "deepChat",
|
23883
23834
|
"type": {
|
23884
|
-
"text": "
|
23835
|
+
"text": "DeepChat"
|
23885
23836
|
}
|
23886
23837
|
}
|
23887
23838
|
]
|
23888
23839
|
},
|
23889
23840
|
{
|
23890
23841
|
"kind": "method",
|
23891
|
-
"name": "
|
23892
|
-
"privacy": "
|
23842
|
+
"name": "onRender",
|
23843
|
+
"privacy": "public",
|
23893
23844
|
"static": true,
|
23894
23845
|
"parameters": [
|
23895
23846
|
{
|
23896
|
-
"name": "
|
23897
|
-
"type": {
|
23898
|
-
"text": "HTMLInputElement"
|
23899
|
-
}
|
23900
|
-
},
|
23901
|
-
{
|
23902
|
-
"name": "keyVerificationHandlers",
|
23903
|
-
"type": {
|
23904
|
-
"text": "KeyVerificationHandlers"
|
23905
|
-
}
|
23906
|
-
},
|
23907
|
-
{
|
23908
|
-
"name": "serviceIO",
|
23847
|
+
"name": "deepChat",
|
23909
23848
|
"type": {
|
23910
|
-
"text": "
|
23849
|
+
"text": "DeepChat"
|
23911
23850
|
}
|
23912
23851
|
}
|
23913
23852
|
]
|
23914
|
-
}
|
23853
|
+
}
|
23854
|
+
]
|
23855
|
+
}
|
23856
|
+
],
|
23857
|
+
"exports": [
|
23858
|
+
{
|
23859
|
+
"kind": "js",
|
23860
|
+
"name": "FireEvents",
|
23861
|
+
"declaration": {
|
23862
|
+
"name": "FireEvents",
|
23863
|
+
"module": "src/utils/events/fireEvents.ts"
|
23864
|
+
}
|
23865
|
+
}
|
23866
|
+
]
|
23867
|
+
},
|
23868
|
+
{
|
23869
|
+
"kind": "javascript-module",
|
23870
|
+
"path": "src/utils/fileTypes/fileTypeButtonIcons.ts",
|
23871
|
+
"declarations": [
|
23872
|
+
{
|
23873
|
+
"kind": "variable",
|
23874
|
+
"name": "FILE_TYPE_BUTTON_ICONS",
|
23875
|
+
"type": {
|
23876
|
+
"text": "ServiceFileTypes"
|
23877
|
+
},
|
23878
|
+
"default": "{\n images: {id: 'upload-images-icon', svgString: IMAGE_ICON_STRING, dropupText: 'Image'},\n gifs: {id: 'upload-gifs-icon', svgString: GIF_ICON_STRING, dropupText: 'GIF'},\n audio: {id: 'upload-audio-icon', svgString: AUDIO_ICON_STRING, dropupText: 'Audio'},\n mixedFiles: {id: 'upload-mixed-files-icon', svgString: MIXED_FILES_ICON_STRING, dropupText: 'File'},\n}"
|
23879
|
+
}
|
23880
|
+
],
|
23881
|
+
"exports": [
|
23882
|
+
{
|
23883
|
+
"kind": "js",
|
23884
|
+
"name": "FILE_TYPE_BUTTON_ICONS",
|
23885
|
+
"declaration": {
|
23886
|
+
"name": "FILE_TYPE_BUTTON_ICONS",
|
23887
|
+
"module": "src/utils/fileTypes/fileTypeButtonIcons.ts"
|
23888
|
+
}
|
23889
|
+
}
|
23890
|
+
]
|
23891
|
+
},
|
23892
|
+
{
|
23893
|
+
"kind": "javascript-module",
|
23894
|
+
"path": "src/utils/legacy/legacy.ts",
|
23895
|
+
"declarations": [
|
23896
|
+
{
|
23897
|
+
"kind": "class",
|
23898
|
+
"description": "",
|
23899
|
+
"name": "Legacy",
|
23900
|
+
"members": [
|
23915
23901
|
{
|
23916
23902
|
"kind": "method",
|
23917
|
-
"name": "
|
23918
|
-
"privacy": "
|
23903
|
+
"name": "checkForContainerStyles",
|
23904
|
+
"privacy": "public",
|
23919
23905
|
"static": true,
|
23920
23906
|
"parameters": [
|
23921
23907
|
{
|
23922
|
-
"name": "
|
23923
|
-
"type": {
|
23924
|
-
"text": "HTMLInputElement"
|
23925
|
-
}
|
23926
|
-
},
|
23927
|
-
{
|
23928
|
-
"name": "startEl",
|
23908
|
+
"name": "deepChat",
|
23929
23909
|
"type": {
|
23930
|
-
"text": "
|
23910
|
+
"text": "DeepChat"
|
23931
23911
|
}
|
23932
23912
|
},
|
23933
23913
|
{
|
23934
|
-
"name": "
|
23914
|
+
"name": "containerRef",
|
23935
23915
|
"type": {
|
23936
23916
|
"text": "HTMLElement"
|
23937
23917
|
}
|
23938
|
-
},
|
23939
|
-
{
|
23940
|
-
"name": "changeToChat",
|
23941
|
-
"type": {
|
23942
|
-
"text": "() => void"
|
23943
|
-
}
|
23944
|
-
},
|
23945
|
-
{
|
23946
|
-
"name": "serviceIO",
|
23947
|
-
"type": {
|
23948
|
-
"text": "ServiceIO"
|
23949
|
-
}
|
23950
23918
|
}
|
23951
23919
|
]
|
23952
23920
|
},
|
23953
23921
|
{
|
23954
23922
|
"kind": "method",
|
23955
|
-
"name": "
|
23956
|
-
"privacy": "
|
23957
|
-
"static": true
|
23958
|
-
},
|
23959
|
-
{
|
23960
|
-
"kind": "method",
|
23961
|
-
"name": "onInputFocus",
|
23962
|
-
"privacy": "private",
|
23923
|
+
"name": "handleResponseProperty",
|
23924
|
+
"privacy": "public",
|
23963
23925
|
"static": true,
|
23964
23926
|
"parameters": [
|
23965
23927
|
{
|
23966
|
-
"name": "
|
23928
|
+
"name": "result",
|
23967
23929
|
"type": {
|
23968
|
-
"text": "
|
23930
|
+
"text": "any | Response"
|
23969
23931
|
}
|
23970
23932
|
}
|
23971
23933
|
]
|
23972
23934
|
},
|
23973
23935
|
{
|
23974
23936
|
"kind": "method",
|
23975
|
-
"name": "
|
23976
|
-
"privacy": "
|
23937
|
+
"name": "processInitialMessageFile",
|
23938
|
+
"privacy": "public",
|
23977
23939
|
"static": true,
|
23978
23940
|
"parameters": [
|
23979
23941
|
{
|
23980
|
-
"name": "
|
23981
|
-
"optional": true,
|
23942
|
+
"name": "message",
|
23982
23943
|
"type": {
|
23983
|
-
"text": "
|
23944
|
+
"text": "MessageContent"
|
23984
23945
|
}
|
23985
23946
|
}
|
23986
23947
|
]
|
23987
|
-
}
|
23948
|
+
}
|
23949
|
+
]
|
23950
|
+
}
|
23951
|
+
],
|
23952
|
+
"exports": [
|
23953
|
+
{
|
23954
|
+
"kind": "js",
|
23955
|
+
"name": "Legacy",
|
23956
|
+
"declaration": {
|
23957
|
+
"name": "Legacy",
|
23958
|
+
"module": "src/utils/legacy/legacy.ts"
|
23959
|
+
}
|
23960
|
+
}
|
23961
|
+
]
|
23962
|
+
},
|
23963
|
+
{
|
23964
|
+
"kind": "javascript-module",
|
23965
|
+
"path": "src/utils/svg/svgIconUtils.ts",
|
23966
|
+
"declarations": [
|
23967
|
+
{
|
23968
|
+
"kind": "class",
|
23969
|
+
"description": "",
|
23970
|
+
"name": "SVGIconUtils",
|
23971
|
+
"members": [
|
23988
23972
|
{
|
23989
23973
|
"kind": "method",
|
23990
|
-
"name": "
|
23991
|
-
"privacy": "
|
23974
|
+
"name": "createSVGElement",
|
23975
|
+
"privacy": "public",
|
23992
23976
|
"static": true,
|
23977
|
+
"return": {
|
23978
|
+
"type": {
|
23979
|
+
"text": "SVGGraphicsElement"
|
23980
|
+
}
|
23981
|
+
},
|
23993
23982
|
"parameters": [
|
23994
23983
|
{
|
23995
|
-
"name": "
|
23996
|
-
"type": {
|
23997
|
-
"text": "() => void"
|
23998
|
-
}
|
23999
|
-
},
|
24000
|
-
{
|
24001
|
-
"name": "serviceIO",
|
23984
|
+
"name": "svgString",
|
24002
23985
|
"type": {
|
24003
|
-
"text": "
|
23986
|
+
"text": "string"
|
24004
23987
|
}
|
24005
23988
|
}
|
24006
23989
|
]
|
24007
|
-
}
|
23990
|
+
}
|
23991
|
+
]
|
23992
|
+
}
|
23993
|
+
],
|
23994
|
+
"exports": [
|
23995
|
+
{
|
23996
|
+
"kind": "js",
|
23997
|
+
"name": "SVGIconUtils",
|
23998
|
+
"declaration": {
|
23999
|
+
"name": "SVGIconUtils",
|
24000
|
+
"module": "src/utils/svg/svgIconUtils.ts"
|
24001
|
+
}
|
24002
|
+
}
|
24003
|
+
]
|
24004
|
+
},
|
24005
|
+
{
|
24006
|
+
"kind": "javascript-module",
|
24007
|
+
"path": "src/utils/webComponent/googleFont.ts",
|
24008
|
+
"declarations": [
|
24009
|
+
{
|
24010
|
+
"kind": "class",
|
24011
|
+
"description": "",
|
24012
|
+
"name": "GoogleFont",
|
24013
|
+
"members": [
|
24008
24014
|
{
|
24009
|
-
"kind": "
|
24010
|
-
"name": "
|
24015
|
+
"kind": "field",
|
24016
|
+
"name": "FONT_URL",
|
24017
|
+
"type": {
|
24018
|
+
"text": "string"
|
24019
|
+
},
|
24011
24020
|
"privacy": "private",
|
24012
24021
|
"static": true,
|
24013
|
-
"
|
24014
|
-
{
|
24015
|
-
"name": "changeToChat",
|
24016
|
-
"type": {
|
24017
|
-
"text": "() => void"
|
24018
|
-
}
|
24019
|
-
},
|
24020
|
-
{
|
24021
|
-
"name": "serviceIO",
|
24022
|
-
"type": {
|
24023
|
-
"text": "ServiceIO"
|
24024
|
-
}
|
24025
|
-
}
|
24026
|
-
]
|
24022
|
+
"default": "'https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap'"
|
24027
24023
|
},
|
24028
24024
|
{
|
24029
24025
|
"kind": "method",
|
24030
|
-
"name": "
|
24026
|
+
"name": "appendStyleSheetToHead",
|
24031
24027
|
"privacy": "public",
|
24032
|
-
"static": true
|
24033
|
-
"parameters": [
|
24034
|
-
{
|
24035
|
-
"name": "containerRef",
|
24036
|
-
"type": {
|
24037
|
-
"text": "HTMLElement"
|
24038
|
-
}
|
24039
|
-
},
|
24040
|
-
{
|
24041
|
-
"name": "changeToChat",
|
24042
|
-
"type": {
|
24043
|
-
"text": "() => void"
|
24044
|
-
}
|
24045
|
-
},
|
24046
|
-
{
|
24047
|
-
"name": "serviceIO",
|
24048
|
-
"type": {
|
24049
|
-
"text": "ServiceIO"
|
24050
|
-
}
|
24051
|
-
}
|
24052
|
-
]
|
24028
|
+
"static": true
|
24053
24029
|
}
|
24054
24030
|
]
|
24055
24031
|
}
|
@@ -24057,164 +24033,188 @@
|
|
24057
24033
|
"exports": [
|
24058
24034
|
{
|
24059
24035
|
"kind": "js",
|
24060
|
-
"name": "
|
24036
|
+
"name": "GoogleFont",
|
24061
24037
|
"declaration": {
|
24062
|
-
"name": "
|
24063
|
-
"module": "src/
|
24038
|
+
"name": "GoogleFont",
|
24039
|
+
"module": "src/utils/webComponent/googleFont.ts"
|
24064
24040
|
}
|
24065
24041
|
}
|
24066
24042
|
]
|
24067
24043
|
},
|
24068
24044
|
{
|
24069
24045
|
"kind": "javascript-module",
|
24070
|
-
"path": "src/
|
24046
|
+
"path": "src/utils/webComponent/internalHTML.ts",
|
24071
24047
|
"declarations": [
|
24072
24048
|
{
|
24073
24049
|
"kind": "class",
|
24074
24050
|
"description": "",
|
24075
|
-
"name": "
|
24051
|
+
"name": "InternalHTML",
|
24076
24052
|
"members": [
|
24077
24053
|
{
|
24078
24054
|
"kind": "field",
|
24079
|
-
"name": "
|
24055
|
+
"name": "_waitingToRender_",
|
24080
24056
|
"type": {
|
24081
|
-
"text": "
|
24057
|
+
"text": "boolean"
|
24058
|
+
},
|
24059
|
+
"default": "false"
|
24060
|
+
},
|
24061
|
+
{
|
24062
|
+
"kind": "field",
|
24063
|
+
"name": "_propUpdated_",
|
24064
|
+
"type": {
|
24065
|
+
"text": "boolean"
|
24066
|
+
},
|
24067
|
+
"default": "false"
|
24068
|
+
},
|
24069
|
+
{
|
24070
|
+
"kind": "field",
|
24071
|
+
"name": "_attributes_",
|
24072
|
+
"type": {
|
24073
|
+
"text": "GenericObject<AttributeTypeConverter>"
|
24082
24074
|
},
|
24083
|
-
"privacy": "private",
|
24084
24075
|
"static": true,
|
24085
|
-
"default": "
|
24076
|
+
"default": "{}"
|
24086
24077
|
},
|
24087
24078
|
{
|
24088
|
-
"kind": "
|
24089
|
-
"name": "
|
24090
|
-
"
|
24079
|
+
"kind": "field",
|
24080
|
+
"name": "_attributeToProperty_",
|
24081
|
+
"type": {
|
24082
|
+
"text": "GenericObject<string>"
|
24083
|
+
},
|
24091
24084
|
"static": true,
|
24092
|
-
"
|
24093
|
-
{
|
24094
|
-
"name": "inputElement",
|
24095
|
-
"type": {
|
24096
|
-
"text": "HTMLInputElement"
|
24097
|
-
}
|
24098
|
-
},
|
24099
|
-
{
|
24100
|
-
"name": "visibleIcon",
|
24101
|
-
"type": {
|
24102
|
-
"text": "SVGGraphicsElement"
|
24103
|
-
}
|
24104
|
-
},
|
24105
|
-
{
|
24106
|
-
"name": "notVisibleIcon",
|
24107
|
-
"type": {
|
24108
|
-
"text": "SVGGraphicsElement"
|
24109
|
-
}
|
24110
|
-
},
|
24111
|
-
{
|
24112
|
-
"name": "event",
|
24113
|
-
"type": {
|
24114
|
-
"text": "MouseEvent"
|
24115
|
-
}
|
24116
|
-
}
|
24117
|
-
]
|
24085
|
+
"default": "{}"
|
24118
24086
|
},
|
24119
24087
|
{
|
24120
24088
|
"kind": "method",
|
24121
|
-
"name": "
|
24089
|
+
"name": "constructPropertyAccessors",
|
24122
24090
|
"privacy": "private",
|
24123
|
-
"static": true,
|
24124
24091
|
"parameters": [
|
24125
24092
|
{
|
24126
|
-
"name": "
|
24093
|
+
"name": "propertyKey",
|
24127
24094
|
"type": {
|
24128
24095
|
"text": "string"
|
24129
24096
|
}
|
24130
24097
|
},
|
24131
24098
|
{
|
24132
|
-
"name": "
|
24133
|
-
"
|
24134
|
-
"text": "string"
|
24135
|
-
}
|
24136
|
-
}
|
24137
|
-
]
|
24138
|
-
},
|
24139
|
-
{
|
24140
|
-
"kind": "method",
|
24141
|
-
"name": "create",
|
24142
|
-
"privacy": "public",
|
24143
|
-
"static": true,
|
24144
|
-
"parameters": [
|
24145
|
-
{
|
24146
|
-
"name": "inputElement",
|
24099
|
+
"name": "attributeName",
|
24100
|
+
"optional": true,
|
24147
24101
|
"type": {
|
24148
|
-
"text": "
|
24102
|
+
"text": "string"
|
24149
24103
|
}
|
24150
24104
|
}
|
24151
24105
|
]
|
24106
|
+
},
|
24107
|
+
{
|
24108
|
+
"kind": "method",
|
24109
|
+
"name": "onRender"
|
24152
24110
|
}
|
24153
|
-
]
|
24111
|
+
],
|
24112
|
+
"superclass": {
|
24113
|
+
"name": "HTMLElement"
|
24114
|
+
},
|
24115
|
+
"customElement": true
|
24154
24116
|
}
|
24155
24117
|
],
|
24156
24118
|
"exports": [
|
24157
24119
|
{
|
24158
24120
|
"kind": "js",
|
24159
|
-
"name": "
|
24121
|
+
"name": "InternalHTML",
|
24160
24122
|
"declaration": {
|
24161
|
-
"name": "
|
24162
|
-
"module": "src/
|
24123
|
+
"name": "InternalHTML",
|
24124
|
+
"module": "src/utils/webComponent/internalHTML.ts"
|
24163
24125
|
}
|
24164
24126
|
}
|
24165
24127
|
]
|
24166
24128
|
},
|
24167
24129
|
{
|
24168
24130
|
"kind": "javascript-module",
|
24169
|
-
"path": "src/
|
24131
|
+
"path": "src/utils/webComponent/webComponentStyleUtils.ts",
|
24170
24132
|
"declarations": [
|
24171
24133
|
{
|
24172
24134
|
"kind": "class",
|
24173
24135
|
"description": "",
|
24174
|
-
"name": "
|
24136
|
+
"name": "WebComponentStyleUtils",
|
24175
24137
|
"members": [
|
24176
24138
|
{
|
24177
|
-
"kind": "
|
24178
|
-
"name": "
|
24139
|
+
"kind": "field",
|
24140
|
+
"name": "DEFAULT_COMPONENT_STYLE",
|
24141
|
+
"type": {
|
24142
|
+
"text": "object"
|
24143
|
+
},
|
24179
24144
|
"privacy": "private",
|
24180
24145
|
"static": true,
|
24146
|
+
"default": "{\n height: '350px',\n width: '320px',\n border: '1px solid #cacaca',\n fontFamily: `'Inter', sans-serif, Avenir, Helvetica, Arial`,\n fontSize: '0.9rem',\n backgroundColor: 'white',\n position: 'relative',\n }"
|
24147
|
+
},
|
24148
|
+
{
|
24149
|
+
"kind": "method",
|
24150
|
+
"name": "apply",
|
24151
|
+
"privacy": "public",
|
24152
|
+
"static": true,
|
24181
24153
|
"parameters": [
|
24182
24154
|
{
|
24183
|
-
"name": "
|
24155
|
+
"name": "style",
|
24184
24156
|
"type": {
|
24185
|
-
"text": "
|
24157
|
+
"text": "string"
|
24158
|
+
}
|
24159
|
+
},
|
24160
|
+
{
|
24161
|
+
"name": "shadowRoot",
|
24162
|
+
"type": {
|
24163
|
+
"text": "ShadowRoot | null"
|
24186
24164
|
}
|
24187
24165
|
}
|
24188
24166
|
]
|
24189
24167
|
},
|
24190
24168
|
{
|
24191
24169
|
"kind": "method",
|
24192
|
-
"name": "
|
24170
|
+
"name": "applyStyleSheet",
|
24193
24171
|
"privacy": "private",
|
24194
|
-
"static": true
|
24172
|
+
"static": true,
|
24173
|
+
"parameters": [
|
24174
|
+
{
|
24175
|
+
"name": "style",
|
24176
|
+
"type": {
|
24177
|
+
"text": "string"
|
24178
|
+
}
|
24179
|
+
},
|
24180
|
+
{
|
24181
|
+
"name": "shadowRoot",
|
24182
|
+
"type": {
|
24183
|
+
"text": "ShadowRoot"
|
24184
|
+
}
|
24185
|
+
}
|
24186
|
+
]
|
24195
24187
|
},
|
24196
24188
|
{
|
24197
24189
|
"kind": "method",
|
24198
|
-
"name": "
|
24199
|
-
"privacy": "
|
24190
|
+
"name": "addStyleElement",
|
24191
|
+
"privacy": "private",
|
24200
24192
|
"static": true,
|
24201
24193
|
"parameters": [
|
24202
24194
|
{
|
24203
|
-
"name": "
|
24195
|
+
"name": "style",
|
24204
24196
|
"type": {
|
24205
|
-
"text": "
|
24197
|
+
"text": "string"
|
24206
24198
|
}
|
24207
24199
|
},
|
24208
24200
|
{
|
24209
|
-
"name": "
|
24201
|
+
"name": "shadowRoot",
|
24210
24202
|
"type": {
|
24211
|
-
"text": "
|
24203
|
+
"text": "ShadowRoot"
|
24212
24204
|
}
|
24213
|
-
}
|
24205
|
+
}
|
24206
|
+
]
|
24207
|
+
},
|
24208
|
+
{
|
24209
|
+
"kind": "method",
|
24210
|
+
"name": "applyDefaultStyleToComponent",
|
24211
|
+
"privacy": "public",
|
24212
|
+
"static": true,
|
24213
|
+
"parameters": [
|
24214
24214
|
{
|
24215
|
-
"name": "
|
24215
|
+
"name": "style",
|
24216
24216
|
"type": {
|
24217
|
-
"text": "
|
24217
|
+
"text": "CSSStyleDeclaration"
|
24218
24218
|
}
|
24219
24219
|
}
|
24220
24220
|
]
|
@@ -24225,10 +24225,10 @@
|
|
24225
24225
|
"exports": [
|
24226
24226
|
{
|
24227
24227
|
"kind": "js",
|
24228
|
-
"name": "
|
24228
|
+
"name": "WebComponentStyleUtils",
|
24229
24229
|
"declaration": {
|
24230
|
-
"name": "
|
24231
|
-
"module": "src/
|
24230
|
+
"name": "WebComponentStyleUtils",
|
24231
|
+
"module": "src/utils/webComponent/webComponentStyleUtils.ts"
|
24232
24232
|
}
|
24233
24233
|
}
|
24234
24234
|
]
|
@@ -24660,69 +24660,77 @@
|
|
24660
24660
|
},
|
24661
24661
|
{
|
24662
24662
|
"kind": "javascript-module",
|
24663
|
-
"path": "src/services/
|
24663
|
+
"path": "src/services/openAI/utils/openAIConverseBaseBody.ts",
|
24664
24664
|
"declarations": [
|
24665
24665
|
{
|
24666
24666
|
"kind": "class",
|
24667
24667
|
"description": "",
|
24668
|
-
"name": "
|
24668
|
+
"name": "OpenAIConverseBaseBody",
|
24669
24669
|
"members": [
|
24670
24670
|
{
|
24671
|
-
"kind": "
|
24672
|
-
"name": "
|
24671
|
+
"kind": "field",
|
24672
|
+
"name": "GPT_COMPLETIONS_DAVINCI_MODEL",
|
24673
|
+
"type": {
|
24674
|
+
"text": "string"
|
24675
|
+
},
|
24676
|
+
"privacy": "public",
|
24677
|
+
"static": true,
|
24678
|
+
"default": "'text-davinci-003'"
|
24679
|
+
},
|
24680
|
+
{
|
24681
|
+
"kind": "field",
|
24682
|
+
"name": "GPT_CHAT_TURBO_MODEL",
|
24683
|
+
"type": {
|
24684
|
+
"text": "string"
|
24685
|
+
},
|
24673
24686
|
"privacy": "public",
|
24674
24687
|
"static": true,
|
24688
|
+
"default": "'gpt-3.5-turbo'"
|
24689
|
+
},
|
24690
|
+
{
|
24691
|
+
"kind": "method",
|
24692
|
+
"name": "generateDefaultBody",
|
24693
|
+
"privacy": "private",
|
24694
|
+
"static": true,
|
24695
|
+
"return": {
|
24696
|
+
"type": {
|
24697
|
+
"text": "OpenAIConverseBodyInternal"
|
24698
|
+
}
|
24699
|
+
},
|
24675
24700
|
"parameters": [
|
24676
24701
|
{
|
24677
|
-
"name": "
|
24702
|
+
"name": "modelName",
|
24678
24703
|
"type": {
|
24679
|
-
"text": "
|
24704
|
+
"text": "ModelName"
|
24680
24705
|
}
|
24681
24706
|
}
|
24682
24707
|
]
|
24683
24708
|
},
|
24684
24709
|
{
|
24685
24710
|
"kind": "method",
|
24686
|
-
"name": "
|
24687
|
-
"privacy": "
|
24711
|
+
"name": "build",
|
24712
|
+
"privacy": "public",
|
24688
24713
|
"static": true,
|
24714
|
+
"return": {
|
24715
|
+
"type": {
|
24716
|
+
"text": "OpenAIConverseBodyInternal"
|
24717
|
+
}
|
24718
|
+
},
|
24689
24719
|
"parameters": [
|
24690
24720
|
{
|
24691
|
-
"name": "
|
24692
|
-
"type": {
|
24693
|
-
"text": "object"
|
24694
|
-
}
|
24695
|
-
},
|
24696
|
-
{
|
24697
|
-
"name": "key",
|
24698
|
-
"type": {
|
24699
|
-
"text": "string"
|
24700
|
-
}
|
24701
|
-
},
|
24702
|
-
{
|
24703
|
-
"name": "onSuccess",
|
24721
|
+
"name": "modelName",
|
24704
24722
|
"type": {
|
24705
|
-
"text": "
|
24723
|
+
"text": "ModelName"
|
24706
24724
|
}
|
24707
24725
|
},
|
24708
24726
|
{
|
24709
|
-
"name": "
|
24727
|
+
"name": "clientConfig",
|
24728
|
+
"optional": true,
|
24710
24729
|
"type": {
|
24711
|
-
"text": "
|
24730
|
+
"text": "ClientConfig"
|
24712
24731
|
}
|
24713
24732
|
}
|
24714
24733
|
]
|
24715
|
-
},
|
24716
|
-
{
|
24717
|
-
"kind": "method",
|
24718
|
-
"name": "buildKeyVerificationDetails",
|
24719
|
-
"privacy": "public",
|
24720
|
-
"static": true,
|
24721
|
-
"return": {
|
24722
|
-
"type": {
|
24723
|
-
"text": "KeyVerificationDetails"
|
24724
|
-
}
|
24725
|
-
}
|
24726
24734
|
}
|
24727
24735
|
]
|
24728
24736
|
}
|
@@ -24730,87 +24738,99 @@
|
|
24730
24738
|
"exports": [
|
24731
24739
|
{
|
24732
24740
|
"kind": "js",
|
24733
|
-
"name": "
|
24741
|
+
"name": "OpenAIConverseBaseBody",
|
24734
24742
|
"declaration": {
|
24735
|
-
"name": "
|
24736
|
-
"module": "src/services/
|
24743
|
+
"name": "OpenAIConverseBaseBody",
|
24744
|
+
"module": "src/services/openAI/utils/openAIConverseBaseBody.ts"
|
24737
24745
|
}
|
24738
24746
|
}
|
24739
24747
|
]
|
24740
24748
|
},
|
24741
24749
|
{
|
24742
24750
|
"kind": "javascript-module",
|
24743
|
-
"path": "src/services/openAI/utils/
|
24751
|
+
"path": "src/services/openAI/utils/openAIUtils.ts",
|
24744
24752
|
"declarations": [
|
24745
24753
|
{
|
24746
24754
|
"kind": "class",
|
24747
24755
|
"description": "",
|
24748
|
-
"name": "
|
24756
|
+
"name": "OpenAIUtils",
|
24749
24757
|
"members": [
|
24750
24758
|
{
|
24751
24759
|
"kind": "field",
|
24752
|
-
"name": "
|
24760
|
+
"name": "CONVERSE_MAX_CHAR_LENGTH",
|
24753
24761
|
"type": {
|
24754
|
-
"text": "
|
24762
|
+
"text": "number"
|
24755
24763
|
},
|
24756
24764
|
"privacy": "public",
|
24757
24765
|
"static": true,
|
24758
|
-
"default": "
|
24766
|
+
"default": "13352"
|
24759
24767
|
},
|
24760
24768
|
{
|
24761
24769
|
"kind": "field",
|
24762
|
-
"name": "
|
24770
|
+
"name": "FILE_MAX_CHAR_LENGTH",
|
24763
24771
|
"type": {
|
24764
|
-
"text": "
|
24772
|
+
"text": "number"
|
24765
24773
|
},
|
24766
24774
|
"privacy": "public",
|
24767
24775
|
"static": true,
|
24768
|
-
"default": "
|
24776
|
+
"default": "1000"
|
24769
24777
|
},
|
24770
24778
|
{
|
24771
24779
|
"kind": "method",
|
24772
|
-
"name": "
|
24773
|
-
"privacy": "
|
24780
|
+
"name": "buildHeaders",
|
24781
|
+
"privacy": "public",
|
24774
24782
|
"static": true,
|
24775
|
-
"return": {
|
24776
|
-
"type": {
|
24777
|
-
"text": "OpenAIConverseBodyInternal"
|
24778
|
-
}
|
24779
|
-
},
|
24780
24783
|
"parameters": [
|
24781
24784
|
{
|
24782
|
-
"name": "
|
24785
|
+
"name": "key",
|
24783
24786
|
"type": {
|
24784
|
-
"text": "
|
24787
|
+
"text": "string"
|
24785
24788
|
}
|
24786
24789
|
}
|
24787
24790
|
]
|
24788
24791
|
},
|
24789
24792
|
{
|
24790
24793
|
"kind": "method",
|
24791
|
-
"name": "
|
24792
|
-
"privacy": "
|
24794
|
+
"name": "handleVerificationResult",
|
24795
|
+
"privacy": "private",
|
24793
24796
|
"static": true,
|
24794
|
-
"return": {
|
24795
|
-
"type": {
|
24796
|
-
"text": "OpenAIConverseBodyInternal"
|
24797
|
-
}
|
24798
|
-
},
|
24799
24797
|
"parameters": [
|
24800
24798
|
{
|
24801
|
-
"name": "
|
24799
|
+
"name": "result",
|
24802
24800
|
"type": {
|
24803
|
-
"text": "
|
24801
|
+
"text": "object"
|
24804
24802
|
}
|
24805
24803
|
},
|
24806
24804
|
{
|
24807
|
-
"name": "
|
24808
|
-
"optional": true,
|
24805
|
+
"name": "key",
|
24809
24806
|
"type": {
|
24810
|
-
"text": "
|
24807
|
+
"text": "string"
|
24808
|
+
}
|
24809
|
+
},
|
24810
|
+
{
|
24811
|
+
"name": "onSuccess",
|
24812
|
+
"type": {
|
24813
|
+
"text": "(key: string) => void"
|
24814
|
+
}
|
24815
|
+
},
|
24816
|
+
{
|
24817
|
+
"name": "onFail",
|
24818
|
+
"type": {
|
24819
|
+
"text": "(message: string) => void"
|
24811
24820
|
}
|
24812
24821
|
}
|
24813
24822
|
]
|
24823
|
+
},
|
24824
|
+
{
|
24825
|
+
"kind": "method",
|
24826
|
+
"name": "buildKeyVerificationDetails",
|
24827
|
+
"privacy": "public",
|
24828
|
+
"static": true,
|
24829
|
+
"return": {
|
24830
|
+
"type": {
|
24831
|
+
"text": "KeyVerificationDetails"
|
24832
|
+
}
|
24833
|
+
}
|
24814
24834
|
}
|
24815
24835
|
]
|
24816
24836
|
}
|
@@ -24818,43 +24838,23 @@
|
|
24818
24838
|
"exports": [
|
24819
24839
|
{
|
24820
24840
|
"kind": "js",
|
24821
|
-
"name": "
|
24841
|
+
"name": "OpenAIUtils",
|
24822
24842
|
"declaration": {
|
24823
|
-
"name": "
|
24824
|
-
"module": "src/services/openAI/utils/
|
24843
|
+
"name": "OpenAIUtils",
|
24844
|
+
"module": "src/services/openAI/utils/openAIUtils.ts"
|
24825
24845
|
}
|
24826
24846
|
}
|
24827
24847
|
]
|
24828
24848
|
},
|
24829
24849
|
{
|
24830
24850
|
"kind": "javascript-module",
|
24831
|
-
"path": "src/services/
|
24851
|
+
"path": "src/services/stabilityAI/utils/stabilityAIUtils.ts",
|
24832
24852
|
"declarations": [
|
24833
24853
|
{
|
24834
24854
|
"kind": "class",
|
24835
24855
|
"description": "",
|
24836
|
-
"name": "
|
24856
|
+
"name": "StabilityAIUtils",
|
24837
24857
|
"members": [
|
24838
|
-
{
|
24839
|
-
"kind": "field",
|
24840
|
-
"name": "CONVERSE_MAX_CHAR_LENGTH",
|
24841
|
-
"type": {
|
24842
|
-
"text": "number"
|
24843
|
-
},
|
24844
|
-
"privacy": "public",
|
24845
|
-
"static": true,
|
24846
|
-
"default": "13352"
|
24847
|
-
},
|
24848
|
-
{
|
24849
|
-
"kind": "field",
|
24850
|
-
"name": "FILE_MAX_CHAR_LENGTH",
|
24851
|
-
"type": {
|
24852
|
-
"text": "number"
|
24853
|
-
},
|
24854
|
-
"privacy": "public",
|
24855
|
-
"static": true,
|
24856
|
-
"default": "1000"
|
24857
|
-
},
|
24858
24858
|
{
|
24859
24859
|
"kind": "method",
|
24860
24860
|
"name": "buildHeaders",
|
@@ -24918,22 +24918,22 @@
|
|
24918
24918
|
"exports": [
|
24919
24919
|
{
|
24920
24920
|
"kind": "js",
|
24921
|
-
"name": "
|
24921
|
+
"name": "StabilityAIUtils",
|
24922
24922
|
"declaration": {
|
24923
|
-
"name": "
|
24924
|
-
"module": "src/services/
|
24923
|
+
"name": "StabilityAIUtils",
|
24924
|
+
"module": "src/services/stabilityAI/utils/stabilityAIUtils.ts"
|
24925
24925
|
}
|
24926
24926
|
}
|
24927
24927
|
]
|
24928
24928
|
},
|
24929
24929
|
{
|
24930
24930
|
"kind": "javascript-module",
|
24931
|
-
"path": "src/services/
|
24931
|
+
"path": "src/services/huggingFace/utils/huggingFaceUtils.ts",
|
24932
24932
|
"declarations": [
|
24933
24933
|
{
|
24934
24934
|
"kind": "class",
|
24935
24935
|
"description": "",
|
24936
|
-
"name": "
|
24936
|
+
"name": "HuggingFaceUtils",
|
24937
24937
|
"members": [
|
24938
24938
|
{
|
24939
24939
|
"kind": "method",
|
@@ -24998,10 +24998,114 @@
|
|
24998
24998
|
"exports": [
|
24999
24999
|
{
|
25000
25000
|
"kind": "js",
|
25001
|
-
"name": "
|
25001
|
+
"name": "HuggingFaceUtils",
|
25002
25002
|
"declaration": {
|
25003
|
-
"name": "
|
25004
|
-
"module": "src/services/
|
25003
|
+
"name": "HuggingFaceUtils",
|
25004
|
+
"module": "src/services/huggingFace/utils/huggingFaceUtils.ts"
|
25005
|
+
}
|
25006
|
+
}
|
25007
|
+
]
|
25008
|
+
},
|
25009
|
+
{
|
25010
|
+
"kind": "javascript-module",
|
25011
|
+
"path": "src/views/chat/introPanel/introPanel.ts",
|
25012
|
+
"declarations": [
|
25013
|
+
{
|
25014
|
+
"kind": "class",
|
25015
|
+
"description": "",
|
25016
|
+
"name": "IntroPanel",
|
25017
|
+
"members": [
|
25018
|
+
{
|
25019
|
+
"kind": "field",
|
25020
|
+
"name": "_elementRef",
|
25021
|
+
"type": {
|
25022
|
+
"text": "HTMLElement | undefined"
|
25023
|
+
}
|
25024
|
+
},
|
25025
|
+
{
|
25026
|
+
"kind": "field",
|
25027
|
+
"name": "_isDisplayed",
|
25028
|
+
"type": {
|
25029
|
+
"text": "boolean"
|
25030
|
+
},
|
25031
|
+
"privacy": "private",
|
25032
|
+
"default": "false"
|
25033
|
+
},
|
25034
|
+
{
|
25035
|
+
"kind": "method",
|
25036
|
+
"name": "createIntroPanel",
|
25037
|
+
"privacy": "private",
|
25038
|
+
"static": true,
|
25039
|
+
"parameters": [
|
25040
|
+
{
|
25041
|
+
"name": "introPanelStyle",
|
25042
|
+
"optional": true,
|
25043
|
+
"type": {
|
25044
|
+
"text": "CustomStyle"
|
25045
|
+
}
|
25046
|
+
}
|
25047
|
+
]
|
25048
|
+
},
|
25049
|
+
{
|
25050
|
+
"kind": "method",
|
25051
|
+
"name": "createIntroPanelWithChild",
|
25052
|
+
"privacy": "private",
|
25053
|
+
"parameters": [
|
25054
|
+
{
|
25055
|
+
"name": "childElement",
|
25056
|
+
"type": {
|
25057
|
+
"text": "HTMLElement"
|
25058
|
+
}
|
25059
|
+
},
|
25060
|
+
{
|
25061
|
+
"name": "introPanelStyle",
|
25062
|
+
"optional": true,
|
25063
|
+
"type": {
|
25064
|
+
"text": "CustomStyle"
|
25065
|
+
}
|
25066
|
+
}
|
25067
|
+
]
|
25068
|
+
},
|
25069
|
+
{
|
25070
|
+
"kind": "method",
|
25071
|
+
"name": "createInternalIntroPanel",
|
25072
|
+
"privacy": "private",
|
25073
|
+
"parameters": [
|
25074
|
+
{
|
25075
|
+
"name": "introPanelMarkUp",
|
25076
|
+
"type": {
|
25077
|
+
"text": "string"
|
25078
|
+
}
|
25079
|
+
},
|
25080
|
+
{
|
25081
|
+
"name": "introPanelStyle",
|
25082
|
+
"optional": true,
|
25083
|
+
"type": {
|
25084
|
+
"text": "CustomStyle"
|
25085
|
+
}
|
25086
|
+
}
|
25087
|
+
]
|
25088
|
+
},
|
25089
|
+
{
|
25090
|
+
"kind": "method",
|
25091
|
+
"name": "hide",
|
25092
|
+
"privacy": "public"
|
25093
|
+
},
|
25094
|
+
{
|
25095
|
+
"kind": "method",
|
25096
|
+
"name": "display",
|
25097
|
+
"privacy": "public"
|
25098
|
+
}
|
25099
|
+
]
|
25100
|
+
}
|
25101
|
+
],
|
25102
|
+
"exports": [
|
25103
|
+
{
|
25104
|
+
"kind": "js",
|
25105
|
+
"name": "IntroPanel",
|
25106
|
+
"declaration": {
|
25107
|
+
"name": "IntroPanel",
|
25108
|
+
"module": "src/views/chat/introPanel/introPanel.ts"
|
25005
25109
|
}
|
25006
25110
|
}
|
25007
25111
|
]
|
@@ -25171,110 +25275,6 @@
|
|
25171
25275
|
}
|
25172
25276
|
]
|
25173
25277
|
},
|
25174
|
-
{
|
25175
|
-
"kind": "javascript-module",
|
25176
|
-
"path": "src/views/chat/introPanel/introPanel.ts",
|
25177
|
-
"declarations": [
|
25178
|
-
{
|
25179
|
-
"kind": "class",
|
25180
|
-
"description": "",
|
25181
|
-
"name": "IntroPanel",
|
25182
|
-
"members": [
|
25183
|
-
{
|
25184
|
-
"kind": "field",
|
25185
|
-
"name": "_elementRef",
|
25186
|
-
"type": {
|
25187
|
-
"text": "HTMLElement | undefined"
|
25188
|
-
}
|
25189
|
-
},
|
25190
|
-
{
|
25191
|
-
"kind": "field",
|
25192
|
-
"name": "_isDisplayed",
|
25193
|
-
"type": {
|
25194
|
-
"text": "boolean"
|
25195
|
-
},
|
25196
|
-
"privacy": "private",
|
25197
|
-
"default": "false"
|
25198
|
-
},
|
25199
|
-
{
|
25200
|
-
"kind": "method",
|
25201
|
-
"name": "createIntroPanel",
|
25202
|
-
"privacy": "private",
|
25203
|
-
"static": true,
|
25204
|
-
"parameters": [
|
25205
|
-
{
|
25206
|
-
"name": "introPanelStyle",
|
25207
|
-
"optional": true,
|
25208
|
-
"type": {
|
25209
|
-
"text": "CustomStyle"
|
25210
|
-
}
|
25211
|
-
}
|
25212
|
-
]
|
25213
|
-
},
|
25214
|
-
{
|
25215
|
-
"kind": "method",
|
25216
|
-
"name": "createIntroPanelWithChild",
|
25217
|
-
"privacy": "private",
|
25218
|
-
"parameters": [
|
25219
|
-
{
|
25220
|
-
"name": "childElement",
|
25221
|
-
"type": {
|
25222
|
-
"text": "HTMLElement"
|
25223
|
-
}
|
25224
|
-
},
|
25225
|
-
{
|
25226
|
-
"name": "introPanelStyle",
|
25227
|
-
"optional": true,
|
25228
|
-
"type": {
|
25229
|
-
"text": "CustomStyle"
|
25230
|
-
}
|
25231
|
-
}
|
25232
|
-
]
|
25233
|
-
},
|
25234
|
-
{
|
25235
|
-
"kind": "method",
|
25236
|
-
"name": "createInternalIntroPanel",
|
25237
|
-
"privacy": "private",
|
25238
|
-
"parameters": [
|
25239
|
-
{
|
25240
|
-
"name": "introPanelMarkUp",
|
25241
|
-
"type": {
|
25242
|
-
"text": "string"
|
25243
|
-
}
|
25244
|
-
},
|
25245
|
-
{
|
25246
|
-
"name": "introPanelStyle",
|
25247
|
-
"optional": true,
|
25248
|
-
"type": {
|
25249
|
-
"text": "CustomStyle"
|
25250
|
-
}
|
25251
|
-
}
|
25252
|
-
]
|
25253
|
-
},
|
25254
|
-
{
|
25255
|
-
"kind": "method",
|
25256
|
-
"name": "hide",
|
25257
|
-
"privacy": "public"
|
25258
|
-
},
|
25259
|
-
{
|
25260
|
-
"kind": "method",
|
25261
|
-
"name": "display",
|
25262
|
-
"privacy": "public"
|
25263
|
-
}
|
25264
|
-
]
|
25265
|
-
}
|
25266
|
-
],
|
25267
|
-
"exports": [
|
25268
|
-
{
|
25269
|
-
"kind": "js",
|
25270
|
-
"name": "IntroPanel",
|
25271
|
-
"declaration": {
|
25272
|
-
"name": "IntroPanel",
|
25273
|
-
"module": "src/views/chat/introPanel/introPanel.ts"
|
25274
|
-
}
|
25275
|
-
}
|
25276
|
-
]
|
25277
|
-
},
|
25278
25278
|
{
|
25279
25279
|
"kind": "javascript-module",
|
25280
25280
|
"path": "src/views/chat/messages/avatar.ts",
|
@@ -26042,7 +26042,7 @@
|
|
26042
26042
|
},
|
26043
26043
|
{
|
26044
26044
|
"kind": "method",
|
26045
|
-
"name": "
|
26045
|
+
"name": "getLastMessage",
|
26046
26046
|
"privacy": "public",
|
26047
26047
|
"static": true,
|
26048
26048
|
"parameters": [
|
@@ -26057,6 +26057,13 @@
|
|
26057
26057
|
"type": {
|
26058
26058
|
"text": "boolean"
|
26059
26059
|
}
|
26060
|
+
},
|
26061
|
+
{
|
26062
|
+
"name": "content",
|
26063
|
+
"optional": true,
|
26064
|
+
"type": {
|
26065
|
+
"text": "keyof Omit<MessageContent, 'role'>"
|
26066
|
+
}
|
26060
26067
|
}
|
26061
26068
|
]
|
26062
26069
|
}
|