deep-chat-dev 9.0.28 → 9.0.29
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 +1239 -1239
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.d.ts.map +1 -1
- package/dist/deepChat.js +6 -2
- package/package.json +1 -1
package/custom-elements.json
CHANGED
@@ -459,6 +459,54 @@
|
|
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
|
+
},
|
462
510
|
{
|
463
511
|
"kind": "javascript-module",
|
464
512
|
"path": "src/icons/audioIcon.ts",
|
@@ -816,54 +864,6 @@
|
|
816
864
|
}
|
817
865
|
]
|
818
866
|
},
|
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",
|
@@ -20845,396 +20845,295 @@
|
|
20845
20845
|
},
|
20846
20846
|
{
|
20847
20847
|
"kind": "javascript-module",
|
20848
|
-
"path": "src/
|
20848
|
+
"path": "src/utils/HTTP/HTTPRequest.ts",
|
20849
20849
|
"declarations": [
|
20850
20850
|
{
|
20851
20851
|
"kind": "class",
|
20852
20852
|
"description": "",
|
20853
|
-
"name": "
|
20853
|
+
"name": "HTTPRequest",
|
20854
20854
|
"members": [
|
20855
20855
|
{
|
20856
20856
|
"kind": "method",
|
20857
|
-
"name": "
|
20858
|
-
"privacy": "
|
20857
|
+
"name": "request",
|
20858
|
+
"privacy": "public",
|
20859
20859
|
"static": true,
|
20860
20860
|
"parameters": [
|
20861
20861
|
{
|
20862
|
-
"name": "
|
20862
|
+
"name": "io",
|
20863
20863
|
"type": {
|
20864
|
-
"text": "
|
20864
|
+
"text": "ServiceIO"
|
20865
20865
|
}
|
20866
20866
|
},
|
20867
20867
|
{
|
20868
|
-
"name": "
|
20868
|
+
"name": "body",
|
20869
20869
|
"type": {
|
20870
|
-
"text": "
|
20870
|
+
"text": "object"
|
20871
20871
|
}
|
20872
20872
|
},
|
20873
20873
|
{
|
20874
|
-
"name": "
|
20875
|
-
"optional": true,
|
20874
|
+
"name": "messages",
|
20876
20875
|
"type": {
|
20877
|
-
"text": "
|
20876
|
+
"text": "Messages"
|
20878
20877
|
}
|
20878
|
+
},
|
20879
|
+
{
|
20880
|
+
"name": "stringifyBody",
|
20881
|
+
"default": "true"
|
20879
20882
|
}
|
20880
20883
|
]
|
20881
20884
|
},
|
20882
20885
|
{
|
20883
20886
|
"kind": "method",
|
20884
|
-
"name": "
|
20887
|
+
"name": "executePollRequest",
|
20885
20888
|
"privacy": "public",
|
20886
20889
|
"static": true,
|
20887
20890
|
"parameters": [
|
20888
20891
|
{
|
20889
|
-
"name": "
|
20892
|
+
"name": "io",
|
20890
20893
|
"type": {
|
20891
|
-
"text": "
|
20894
|
+
"text": "ServiceIO"
|
20892
20895
|
}
|
20893
20896
|
},
|
20894
20897
|
{
|
20895
|
-
"name": "
|
20898
|
+
"name": "url",
|
20896
20899
|
"type": {
|
20897
|
-
"text": "
|
20900
|
+
"text": "string"
|
20898
20901
|
}
|
20899
20902
|
},
|
20900
20903
|
{
|
20901
|
-
"name": "
|
20904
|
+
"name": "requestInit",
|
20902
20905
|
"type": {
|
20903
|
-
"text": "
|
20906
|
+
"text": "RequestInit"
|
20904
20907
|
}
|
20905
20908
|
},
|
20906
20909
|
{
|
20907
|
-
"name": "
|
20908
|
-
"optional": true,
|
20910
|
+
"name": "messages",
|
20909
20911
|
"type": {
|
20910
|
-
"text": "
|
20912
|
+
"text": "Messages"
|
20911
20913
|
}
|
20912
20914
|
}
|
20913
20915
|
]
|
20914
|
-
}
|
20915
|
-
]
|
20916
|
-
}
|
20917
|
-
],
|
20918
|
-
"exports": [
|
20919
|
-
{
|
20920
|
-
"kind": "js",
|
20921
|
-
"name": "ChatView",
|
20922
|
-
"declaration": {
|
20923
|
-
"name": "ChatView",
|
20924
|
-
"module": "src/views/chat/chatView.ts"
|
20925
|
-
}
|
20926
|
-
}
|
20927
|
-
]
|
20928
|
-
},
|
20929
|
-
{
|
20930
|
-
"kind": "javascript-module",
|
20931
|
-
"path": "src/views/error/errorView.ts",
|
20932
|
-
"declarations": [
|
20933
|
-
{
|
20934
|
-
"kind": "class",
|
20935
|
-
"description": "",
|
20936
|
-
"name": "ErrorView",
|
20937
|
-
"members": [
|
20916
|
+
},
|
20938
20917
|
{
|
20939
20918
|
"kind": "method",
|
20940
|
-
"name": "
|
20919
|
+
"name": "poll",
|
20941
20920
|
"privacy": "public",
|
20942
20921
|
"static": true,
|
20943
20922
|
"parameters": [
|
20944
20923
|
{
|
20945
|
-
"name": "
|
20924
|
+
"name": "io",
|
20946
20925
|
"type": {
|
20947
|
-
"text": "
|
20926
|
+
"text": "ServiceIO"
|
20948
20927
|
}
|
20949
20928
|
},
|
20950
20929
|
{
|
20951
|
-
"name": "
|
20930
|
+
"name": "body",
|
20952
20931
|
"type": {
|
20953
|
-
"text": "
|
20932
|
+
"text": "object"
|
20933
|
+
}
|
20934
|
+
},
|
20935
|
+
{
|
20936
|
+
"name": "messages",
|
20937
|
+
"type": {
|
20938
|
+
"text": "Messages"
|
20954
20939
|
}
|
20940
|
+
},
|
20941
|
+
{
|
20942
|
+
"name": "stringifyBody",
|
20943
|
+
"default": "true"
|
20955
20944
|
}
|
20956
20945
|
]
|
20957
|
-
}
|
20958
|
-
]
|
20959
|
-
}
|
20960
|
-
],
|
20961
|
-
"exports": [
|
20962
|
-
{
|
20963
|
-
"kind": "js",
|
20964
|
-
"name": "ErrorView",
|
20965
|
-
"declaration": {
|
20966
|
-
"name": "ErrorView",
|
20967
|
-
"module": "src/views/error/errorView.ts"
|
20968
|
-
}
|
20969
|
-
}
|
20970
|
-
]
|
20971
|
-
},
|
20972
|
-
{
|
20973
|
-
"kind": "javascript-module",
|
20974
|
-
"path": "src/views/insertKey/insertKeyView.ts",
|
20975
|
-
"declarations": [
|
20976
|
-
{
|
20977
|
-
"kind": "class",
|
20978
|
-
"description": "",
|
20979
|
-
"name": "InsertKeyView",
|
20980
|
-
"members": [
|
20981
|
-
{
|
20982
|
-
"kind": "method",
|
20983
|
-
"name": "createCautionText",
|
20984
|
-
"privacy": "private",
|
20985
|
-
"static": true
|
20986
20946
|
},
|
20987
20947
|
{
|
20988
20948
|
"kind": "method",
|
20989
|
-
"name": "
|
20949
|
+
"name": "onInterceptorError",
|
20990
20950
|
"privacy": "private",
|
20991
20951
|
"static": true,
|
20992
20952
|
"parameters": [
|
20993
20953
|
{
|
20994
|
-
"name": "
|
20954
|
+
"name": "messages",
|
20955
|
+
"type": {
|
20956
|
+
"text": "Messages"
|
20957
|
+
}
|
20958
|
+
},
|
20959
|
+
{
|
20960
|
+
"name": "error",
|
20995
20961
|
"type": {
|
20996
20962
|
"text": "string"
|
20997
20963
|
}
|
20998
|
-
}
|
20999
|
-
]
|
21000
|
-
},
|
21001
|
-
{
|
21002
|
-
"kind": "method",
|
21003
|
-
"name": "createFailText",
|
21004
|
-
"privacy": "private",
|
21005
|
-
"static": true
|
21006
|
-
},
|
21007
|
-
{
|
21008
|
-
"kind": "method",
|
21009
|
-
"name": "createHelpTextContainer",
|
21010
|
-
"privacy": "private",
|
21011
|
-
"static": true,
|
21012
|
-
"parameters": [
|
20964
|
+
},
|
21013
20965
|
{
|
21014
|
-
"name": "
|
20966
|
+
"name": "onFinish",
|
21015
20967
|
"optional": true,
|
21016
20968
|
"type": {
|
21017
|
-
"text": "
|
20969
|
+
"text": "() => void"
|
21018
20970
|
}
|
21019
20971
|
}
|
21020
20972
|
]
|
21021
20973
|
},
|
21022
20974
|
{
|
21023
20975
|
"kind": "method",
|
21024
|
-
"name": "
|
21025
|
-
"privacy": "
|
20976
|
+
"name": "verifyKey",
|
20977
|
+
"privacy": "public",
|
21026
20978
|
"static": true,
|
21027
20979
|
"parameters": [
|
21028
20980
|
{
|
21029
|
-
"name": "
|
20981
|
+
"name": "key",
|
21030
20982
|
"type": {
|
21031
|
-
"text": "
|
20983
|
+
"text": "string"
|
21032
20984
|
}
|
21033
20985
|
},
|
21034
20986
|
{
|
21035
|
-
"name": "
|
20987
|
+
"name": "url",
|
21036
20988
|
"type": {
|
21037
|
-
"text": "
|
20989
|
+
"text": "string"
|
21038
20990
|
}
|
21039
20991
|
},
|
21040
20992
|
{
|
21041
|
-
"name": "
|
20993
|
+
"name": "headers",
|
21042
20994
|
"type": {
|
21043
|
-
"text": "
|
20995
|
+
"text": "HeadersInit"
|
21044
20996
|
}
|
21045
20997
|
},
|
21046
20998
|
{
|
21047
|
-
"name": "
|
20999
|
+
"name": "method",
|
21048
21000
|
"type": {
|
21049
21001
|
"text": "string"
|
21050
21002
|
}
|
21051
|
-
}
|
21052
|
-
]
|
21053
|
-
},
|
21054
|
-
{
|
21055
|
-
"kind": "method",
|
21056
|
-
"name": "onLoad",
|
21057
|
-
"privacy": "private",
|
21058
|
-
"static": true,
|
21059
|
-
"parameters": [
|
21003
|
+
},
|
21060
21004
|
{
|
21061
|
-
"name": "
|
21005
|
+
"name": "onSuccess",
|
21062
21006
|
"type": {
|
21063
|
-
"text": "
|
21007
|
+
"text": "(key: string) => void"
|
21064
21008
|
}
|
21065
21009
|
},
|
21066
21010
|
{
|
21067
|
-
"name": "
|
21011
|
+
"name": "onFail",
|
21068
21012
|
"type": {
|
21069
|
-
"text": "
|
21013
|
+
"text": "(message: string) => void"
|
21070
21014
|
}
|
21071
|
-
}
|
21072
|
-
]
|
21073
|
-
},
|
21074
|
-
{
|
21075
|
-
"kind": "method",
|
21076
|
-
"name": "verifyKey",
|
21077
|
-
"privacy": "private",
|
21078
|
-
"static": true,
|
21079
|
-
"parameters": [
|
21015
|
+
},
|
21080
21016
|
{
|
21081
|
-
"name": "
|
21017
|
+
"name": "onLoad",
|
21082
21018
|
"type": {
|
21083
|
-
"text": "
|
21019
|
+
"text": "() => void"
|
21084
21020
|
}
|
21085
21021
|
},
|
21086
21022
|
{
|
21087
|
-
"name": "
|
21023
|
+
"name": "handleVerificationResult",
|
21088
21024
|
"type": {
|
21089
|
-
"text": "
|
21025
|
+
"text": "HandleVerificationResult"
|
21090
21026
|
}
|
21091
21027
|
},
|
21092
21028
|
{
|
21093
|
-
"name": "
|
21029
|
+
"name": "body",
|
21030
|
+
"optional": true,
|
21094
21031
|
"type": {
|
21095
|
-
"text": "
|
21032
|
+
"text": "string"
|
21096
21033
|
}
|
21097
21034
|
}
|
21098
21035
|
]
|
21099
|
-
}
|
21036
|
+
}
|
21037
|
+
]
|
21038
|
+
}
|
21039
|
+
],
|
21040
|
+
"exports": [
|
21041
|
+
{
|
21042
|
+
"kind": "js",
|
21043
|
+
"name": "HTTPRequest",
|
21044
|
+
"declaration": {
|
21045
|
+
"name": "HTTPRequest",
|
21046
|
+
"module": "src/utils/HTTP/HTTPRequest.ts"
|
21047
|
+
}
|
21048
|
+
}
|
21049
|
+
]
|
21050
|
+
},
|
21051
|
+
{
|
21052
|
+
"kind": "javascript-module",
|
21053
|
+
"path": "src/utils/HTTP/customHandler.ts",
|
21054
|
+
"declarations": [
|
21055
|
+
{
|
21056
|
+
"kind": "class",
|
21057
|
+
"description": "",
|
21058
|
+
"name": "CustomHandler",
|
21059
|
+
"members": [
|
21100
21060
|
{
|
21101
21061
|
"kind": "method",
|
21102
|
-
"name": "
|
21103
|
-
"privacy": "
|
21062
|
+
"name": "request",
|
21063
|
+
"privacy": "public",
|
21104
21064
|
"static": true,
|
21105
21065
|
"parameters": [
|
21106
21066
|
{
|
21107
|
-
"name": "
|
21108
|
-
"type": {
|
21109
|
-
"text": "HTMLInputElement"
|
21110
|
-
}
|
21111
|
-
},
|
21112
|
-
{
|
21113
|
-
"name": "startEl",
|
21114
|
-
"type": {
|
21115
|
-
"text": "HTMLElement"
|
21116
|
-
}
|
21117
|
-
},
|
21118
|
-
{
|
21119
|
-
"name": "failTextEl",
|
21067
|
+
"name": "io",
|
21120
21068
|
"type": {
|
21121
|
-
"text": "
|
21069
|
+
"text": "ServiceIO"
|
21122
21070
|
}
|
21123
21071
|
},
|
21124
21072
|
{
|
21125
|
-
"name": "
|
21073
|
+
"name": "body",
|
21126
21074
|
"type": {
|
21127
|
-
"text": "
|
21075
|
+
"text": "RequestDetails['body']"
|
21128
21076
|
}
|
21129
21077
|
},
|
21130
21078
|
{
|
21131
|
-
"name": "
|
21132
|
-
"type": {
|
21133
|
-
"text": "ServiceIO"
|
21134
|
-
}
|
21135
|
-
}
|
21136
|
-
]
|
21137
|
-
},
|
21138
|
-
{
|
21139
|
-
"kind": "method",
|
21140
|
-
"name": "createStartButton",
|
21141
|
-
"privacy": "private",
|
21142
|
-
"static": true
|
21143
|
-
},
|
21144
|
-
{
|
21145
|
-
"kind": "method",
|
21146
|
-
"name": "onInputFocus",
|
21147
|
-
"privacy": "private",
|
21148
|
-
"static": true,
|
21149
|
-
"parameters": [
|
21150
|
-
{
|
21151
|
-
"name": "event",
|
21079
|
+
"name": "messages",
|
21152
21080
|
"type": {
|
21153
|
-
"text": "
|
21081
|
+
"text": "Messages"
|
21154
21082
|
}
|
21155
21083
|
}
|
21156
21084
|
]
|
21157
21085
|
},
|
21158
21086
|
{
|
21159
21087
|
"kind": "method",
|
21160
|
-
"name": "
|
21161
|
-
"privacy": "
|
21088
|
+
"name": "stream",
|
21089
|
+
"privacy": "public",
|
21162
21090
|
"static": true,
|
21163
21091
|
"parameters": [
|
21164
21092
|
{
|
21165
|
-
"name": "
|
21166
|
-
"optional": true,
|
21093
|
+
"name": "io",
|
21167
21094
|
"type": {
|
21168
|
-
"text": "
|
21095
|
+
"text": "ServiceIO"
|
21169
21096
|
}
|
21170
|
-
}
|
21171
|
-
]
|
21172
|
-
},
|
21173
|
-
{
|
21174
|
-
"kind": "method",
|
21175
|
-
"name": "createContents",
|
21176
|
-
"privacy": "private",
|
21177
|
-
"static": true,
|
21178
|
-
"parameters": [
|
21097
|
+
},
|
21179
21098
|
{
|
21180
|
-
"name": "
|
21099
|
+
"name": "body",
|
21181
21100
|
"type": {
|
21182
|
-
"text": "
|
21101
|
+
"text": "RequestDetails['body']"
|
21183
21102
|
}
|
21184
21103
|
},
|
21185
21104
|
{
|
21186
|
-
"name": "
|
21105
|
+
"name": "messages",
|
21187
21106
|
"type": {
|
21188
|
-
"text": "
|
21107
|
+
"text": "Messages"
|
21189
21108
|
}
|
21190
21109
|
}
|
21191
21110
|
]
|
21192
21111
|
},
|
21193
21112
|
{
|
21194
21113
|
"kind": "method",
|
21195
|
-
"name": "
|
21196
|
-
"privacy": "
|
21114
|
+
"name": "websocket",
|
21115
|
+
"privacy": "public",
|
21197
21116
|
"static": true,
|
21198
21117
|
"parameters": [
|
21199
21118
|
{
|
21200
|
-
"name": "
|
21119
|
+
"name": "io",
|
21201
21120
|
"type": {
|
21202
|
-
"text": "
|
21121
|
+
"text": "ServiceIO"
|
21203
21122
|
}
|
21204
21123
|
},
|
21205
21124
|
{
|
21206
|
-
"name": "
|
21125
|
+
"name": "messages",
|
21207
21126
|
"type": {
|
21208
|
-
"text": "
|
21127
|
+
"text": "Messages"
|
21209
21128
|
}
|
21210
21129
|
}
|
21211
21130
|
]
|
21212
21131
|
},
|
21213
21132
|
{
|
21214
21133
|
"kind": "method",
|
21215
|
-
"name": "
|
21216
|
-
"privacy": "
|
21217
|
-
"static": true
|
21218
|
-
"parameters": [
|
21219
|
-
{
|
21220
|
-
"name": "containerRef",
|
21221
|
-
"type": {
|
21222
|
-
"text": "HTMLElement"
|
21223
|
-
}
|
21224
|
-
},
|
21225
|
-
{
|
21226
|
-
"name": "changeToChat",
|
21227
|
-
"type": {
|
21228
|
-
"text": "() => void"
|
21229
|
-
}
|
21230
|
-
},
|
21231
|
-
{
|
21232
|
-
"name": "serviceIO",
|
21233
|
-
"type": {
|
21234
|
-
"text": "ServiceIO"
|
21235
|
-
}
|
21236
|
-
}
|
21237
|
-
]
|
21134
|
+
"name": "generateOptionalSignals",
|
21135
|
+
"privacy": "private",
|
21136
|
+
"static": true
|
21238
21137
|
}
|
21239
21138
|
]
|
21240
21139
|
}
|
@@ -21242,164 +21141,132 @@
|
|
21242
21141
|
"exports": [
|
21243
21142
|
{
|
21244
21143
|
"kind": "js",
|
21245
|
-
"name": "
|
21144
|
+
"name": "CustomHandler",
|
21246
21145
|
"declaration": {
|
21247
|
-
"name": "
|
21248
|
-
"module": "src/
|
21146
|
+
"name": "CustomHandler",
|
21147
|
+
"module": "src/utils/HTTP/customHandler.ts"
|
21249
21148
|
}
|
21250
21149
|
}
|
21251
21150
|
]
|
21252
21151
|
},
|
21253
21152
|
{
|
21254
21153
|
"kind": "javascript-module",
|
21255
|
-
"path": "src/
|
21154
|
+
"path": "src/utils/HTTP/requestUtils.ts",
|
21256
21155
|
"declarations": [
|
21257
21156
|
{
|
21258
21157
|
"kind": "class",
|
21259
21158
|
"description": "",
|
21260
|
-
"name": "
|
21159
|
+
"name": "RequestUtils",
|
21261
21160
|
"members": [
|
21262
21161
|
{
|
21263
21162
|
"kind": "field",
|
21264
|
-
"name": "
|
21163
|
+
"name": "CONTENT_TYPE",
|
21265
21164
|
"type": {
|
21266
21165
|
"text": "string"
|
21267
21166
|
},
|
21268
|
-
"privacy": "
|
21167
|
+
"privacy": "public",
|
21269
21168
|
"static": true,
|
21270
|
-
"default": "'
|
21169
|
+
"default": "'Content-Type'"
|
21271
21170
|
},
|
21272
21171
|
{
|
21273
21172
|
"kind": "method",
|
21274
|
-
"name": "
|
21275
|
-
"privacy": "
|
21173
|
+
"name": "temporarilyRemoveHeader",
|
21174
|
+
"privacy": "public",
|
21276
21175
|
"static": true,
|
21277
21176
|
"parameters": [
|
21278
21177
|
{
|
21279
|
-
"name": "
|
21280
|
-
"type": {
|
21281
|
-
"text": "HTMLInputElement"
|
21282
|
-
}
|
21283
|
-
},
|
21284
|
-
{
|
21285
|
-
"name": "visibleIcon",
|
21178
|
+
"name": "requestSettings",
|
21286
21179
|
"type": {
|
21287
|
-
"text": "
|
21180
|
+
"text": "Request | undefined"
|
21288
21181
|
}
|
21289
21182
|
},
|
21290
21183
|
{
|
21291
|
-
"name": "
|
21184
|
+
"name": "request",
|
21292
21185
|
"type": {
|
21293
|
-
"text": "
|
21186
|
+
"text": "(stringifyBody?: boolean) => Promise<void>"
|
21294
21187
|
}
|
21295
21188
|
},
|
21296
21189
|
{
|
21297
|
-
"name": "
|
21190
|
+
"name": "stringifyBody",
|
21298
21191
|
"type": {
|
21299
|
-
"text": "
|
21192
|
+
"text": "boolean"
|
21300
21193
|
}
|
21301
21194
|
}
|
21302
21195
|
]
|
21303
21196
|
},
|
21304
21197
|
{
|
21305
21198
|
"kind": "method",
|
21306
|
-
"name": "
|
21307
|
-
"privacy": "
|
21199
|
+
"name": "displayError",
|
21200
|
+
"privacy": "public",
|
21308
21201
|
"static": true,
|
21309
21202
|
"parameters": [
|
21310
21203
|
{
|
21311
|
-
"name": "
|
21204
|
+
"name": "messages",
|
21312
21205
|
"type": {
|
21313
|
-
"text": "
|
21206
|
+
"text": "Messages"
|
21314
21207
|
}
|
21315
21208
|
},
|
21316
21209
|
{
|
21317
|
-
"name": "
|
21210
|
+
"name": "err",
|
21318
21211
|
"type": {
|
21319
|
-
"text": "
|
21212
|
+
"text": "object"
|
21320
21213
|
}
|
21214
|
+
},
|
21215
|
+
{
|
21216
|
+
"name": "defMessage",
|
21217
|
+
"default": "'Service error, please try again.'"
|
21321
21218
|
}
|
21322
21219
|
]
|
21323
21220
|
},
|
21324
21221
|
{
|
21325
21222
|
"kind": "method",
|
21326
|
-
"name": "
|
21223
|
+
"name": "processResponseByType",
|
21327
21224
|
"privacy": "public",
|
21328
21225
|
"static": true,
|
21329
21226
|
"parameters": [
|
21330
21227
|
{
|
21331
|
-
"name": "
|
21228
|
+
"name": "response",
|
21332
21229
|
"type": {
|
21333
|
-
"text": "
|
21230
|
+
"text": "Response"
|
21334
21231
|
}
|
21335
21232
|
}
|
21336
21233
|
]
|
21337
|
-
}
|
21338
|
-
]
|
21339
|
-
}
|
21340
|
-
],
|
21341
|
-
"exports": [
|
21342
|
-
{
|
21343
|
-
"kind": "js",
|
21344
|
-
"name": "VisibilityIcon",
|
21345
|
-
"declaration": {
|
21346
|
-
"name": "VisibilityIcon",
|
21347
|
-
"module": "src/views/insertKey/visibilityIcon.ts"
|
21348
|
-
}
|
21349
|
-
}
|
21350
|
-
]
|
21351
|
-
},
|
21352
|
-
{
|
21353
|
-
"kind": "javascript-module",
|
21354
|
-
"path": "src/views/validateKeyProperty/validateKeyPropertyView.ts",
|
21355
|
-
"declarations": [
|
21356
|
-
{
|
21357
|
-
"kind": "class",
|
21358
|
-
"description": "",
|
21359
|
-
"name": "ValidateKeyPropertyView",
|
21360
|
-
"members": [
|
21234
|
+
},
|
21361
21235
|
{
|
21362
21236
|
"kind": "method",
|
21363
|
-
"name": "
|
21364
|
-
"privacy": "
|
21237
|
+
"name": "processRequestInterceptor",
|
21238
|
+
"privacy": "public",
|
21365
21239
|
"static": true,
|
21240
|
+
"return": {
|
21241
|
+
"type": {
|
21242
|
+
"text": "InterceptorResult"
|
21243
|
+
}
|
21244
|
+
},
|
21366
21245
|
"parameters": [
|
21367
21246
|
{
|
21368
|
-
"name": "
|
21247
|
+
"name": "deepChat",
|
21369
21248
|
"type": {
|
21370
|
-
"text": "
|
21249
|
+
"text": "DeepChat"
|
21250
|
+
}
|
21251
|
+
},
|
21252
|
+
{
|
21253
|
+
"name": "requestDetails",
|
21254
|
+
"type": {
|
21255
|
+
"text": "RequestDetails"
|
21371
21256
|
}
|
21372
21257
|
}
|
21373
21258
|
]
|
21374
21259
|
},
|
21375
21260
|
{
|
21376
21261
|
"kind": "method",
|
21377
|
-
"name": "
|
21378
|
-
"privacy": "private",
|
21379
|
-
"static": true
|
21380
|
-
},
|
21381
|
-
{
|
21382
|
-
"kind": "method",
|
21383
|
-
"name": "render",
|
21262
|
+
"name": "validateResponseFormat",
|
21384
21263
|
"privacy": "public",
|
21385
21264
|
"static": true,
|
21386
21265
|
"parameters": [
|
21387
21266
|
{
|
21388
|
-
"name": "
|
21389
|
-
"type": {
|
21390
|
-
"text": "HTMLElement"
|
21391
|
-
}
|
21392
|
-
},
|
21393
|
-
{
|
21394
|
-
"name": "changeToChat",
|
21395
|
-
"type": {
|
21396
|
-
"text": "() => void"
|
21397
|
-
}
|
21398
|
-
},
|
21399
|
-
{
|
21400
|
-
"name": "serviceIO",
|
21267
|
+
"name": "response",
|
21401
21268
|
"type": {
|
21402
|
-
"text": "
|
21269
|
+
"text": "ResponseT"
|
21403
21270
|
}
|
21404
21271
|
}
|
21405
21272
|
]
|
@@ -21410,22 +21277,22 @@
|
|
21410
21277
|
"exports": [
|
21411
21278
|
{
|
21412
21279
|
"kind": "js",
|
21413
|
-
"name": "
|
21280
|
+
"name": "RequestUtils",
|
21414
21281
|
"declaration": {
|
21415
|
-
"name": "
|
21416
|
-
"module": "src/
|
21282
|
+
"name": "RequestUtils",
|
21283
|
+
"module": "src/utils/HTTP/requestUtils.ts"
|
21417
21284
|
}
|
21418
21285
|
}
|
21419
21286
|
]
|
21420
21287
|
},
|
21421
21288
|
{
|
21422
21289
|
"kind": "javascript-module",
|
21423
|
-
"path": "src/utils/HTTP/
|
21290
|
+
"path": "src/utils/HTTP/stream.ts",
|
21424
21291
|
"declarations": [
|
21425
21292
|
{
|
21426
21293
|
"kind": "class",
|
21427
21294
|
"description": "",
|
21428
|
-
"name": "
|
21295
|
+
"name": "Stream",
|
21429
21296
|
"members": [
|
21430
21297
|
{
|
21431
21298
|
"kind": "method",
|
@@ -21459,70 +21326,35 @@
|
|
21459
21326
|
},
|
21460
21327
|
{
|
21461
21328
|
"kind": "method",
|
21462
|
-
"name": "
|
21463
|
-
"privacy": "
|
21329
|
+
"name": "onInterceptorError",
|
21330
|
+
"privacy": "private",
|
21464
21331
|
"static": true,
|
21465
21332
|
"parameters": [
|
21466
|
-
{
|
21467
|
-
"name": "io",
|
21468
|
-
"type": {
|
21469
|
-
"text": "ServiceIO"
|
21470
|
-
}
|
21471
|
-
},
|
21472
|
-
{
|
21473
|
-
"name": "url",
|
21474
|
-
"type": {
|
21475
|
-
"text": "string"
|
21476
|
-
}
|
21477
|
-
},
|
21478
|
-
{
|
21479
|
-
"name": "requestInit",
|
21480
|
-
"type": {
|
21481
|
-
"text": "RequestInit"
|
21482
|
-
}
|
21483
|
-
},
|
21484
21333
|
{
|
21485
21334
|
"name": "messages",
|
21486
21335
|
"type": {
|
21487
21336
|
"text": "Messages"
|
21488
21337
|
}
|
21489
|
-
}
|
21490
|
-
]
|
21491
|
-
},
|
21492
|
-
{
|
21493
|
-
"kind": "method",
|
21494
|
-
"name": "poll",
|
21495
|
-
"privacy": "public",
|
21496
|
-
"static": true,
|
21497
|
-
"parameters": [
|
21498
|
-
{
|
21499
|
-
"name": "io",
|
21500
|
-
"type": {
|
21501
|
-
"text": "ServiceIO"
|
21502
|
-
}
|
21503
21338
|
},
|
21504
21339
|
{
|
21505
|
-
"name": "
|
21340
|
+
"name": "error",
|
21506
21341
|
"type": {
|
21507
|
-
"text": "
|
21342
|
+
"text": "string"
|
21508
21343
|
}
|
21509
21344
|
},
|
21510
21345
|
{
|
21511
|
-
"name": "
|
21346
|
+
"name": "onFinish",
|
21347
|
+
"optional": true,
|
21512
21348
|
"type": {
|
21513
|
-
"text": "
|
21349
|
+
"text": "() => void"
|
21514
21350
|
}
|
21515
|
-
},
|
21516
|
-
{
|
21517
|
-
"name": "stringifyBody",
|
21518
|
-
"default": "true"
|
21519
21351
|
}
|
21520
21352
|
]
|
21521
21353
|
},
|
21522
21354
|
{
|
21523
21355
|
"kind": "method",
|
21524
|
-
"name": "
|
21525
|
-
"privacy": "
|
21356
|
+
"name": "simulate",
|
21357
|
+
"privacy": "public",
|
21526
21358
|
"static": true,
|
21527
21359
|
"parameters": [
|
21528
21360
|
{
|
@@ -21532,79 +21364,78 @@
|
|
21532
21364
|
}
|
21533
21365
|
},
|
21534
21366
|
{
|
21535
|
-
"name": "
|
21367
|
+
"name": "sh",
|
21536
21368
|
"type": {
|
21537
|
-
"text": "
|
21369
|
+
"text": "StreamHandlers"
|
21538
21370
|
}
|
21539
21371
|
},
|
21540
21372
|
{
|
21541
|
-
"name": "
|
21373
|
+
"name": "text",
|
21542
21374
|
"optional": true,
|
21543
21375
|
"type": {
|
21544
|
-
"text": "
|
21376
|
+
"text": "string"
|
21545
21377
|
}
|
21546
21378
|
}
|
21547
21379
|
]
|
21548
21380
|
},
|
21549
21381
|
{
|
21550
21382
|
"kind": "method",
|
21551
|
-
"name": "
|
21552
|
-
"privacy": "
|
21383
|
+
"name": "populateMessages",
|
21384
|
+
"privacy": "private",
|
21553
21385
|
"static": true,
|
21554
21386
|
"parameters": [
|
21555
21387
|
{
|
21556
|
-
"name": "
|
21557
|
-
"type": {
|
21558
|
-
"text": "string"
|
21559
|
-
}
|
21560
|
-
},
|
21561
|
-
{
|
21562
|
-
"name": "url",
|
21388
|
+
"name": "textEl",
|
21563
21389
|
"type": {
|
21564
|
-
"text": "
|
21390
|
+
"text": "HTMLElement"
|
21565
21391
|
}
|
21566
21392
|
},
|
21567
21393
|
{
|
21568
|
-
"name": "
|
21394
|
+
"name": "responseText",
|
21569
21395
|
"type": {
|
21570
|
-
"text": "
|
21396
|
+
"text": "string[]"
|
21571
21397
|
}
|
21572
21398
|
},
|
21573
21399
|
{
|
21574
|
-
"name": "
|
21400
|
+
"name": "messages",
|
21575
21401
|
"type": {
|
21576
|
-
"text": "
|
21402
|
+
"text": "Messages"
|
21577
21403
|
}
|
21578
21404
|
},
|
21579
21405
|
{
|
21580
|
-
"name": "
|
21406
|
+
"name": "sh",
|
21581
21407
|
"type": {
|
21582
|
-
"text": "
|
21408
|
+
"text": "SimulationSH"
|
21583
21409
|
}
|
21584
21410
|
},
|
21585
21411
|
{
|
21586
|
-
"name": "
|
21587
|
-
"
|
21588
|
-
|
21589
|
-
|
21590
|
-
|
21412
|
+
"name": "wordIndex",
|
21413
|
+
"default": "0"
|
21414
|
+
}
|
21415
|
+
]
|
21416
|
+
},
|
21417
|
+
{
|
21418
|
+
"kind": "method",
|
21419
|
+
"name": "abort",
|
21420
|
+
"privacy": "private",
|
21421
|
+
"static": true,
|
21422
|
+
"parameters": [
|
21591
21423
|
{
|
21592
|
-
"name": "
|
21424
|
+
"name": "timeout",
|
21593
21425
|
"type": {
|
21594
|
-
"text": "
|
21426
|
+
"text": "number"
|
21595
21427
|
}
|
21596
21428
|
},
|
21597
21429
|
{
|
21598
|
-
"name": "
|
21430
|
+
"name": "messages",
|
21599
21431
|
"type": {
|
21600
|
-
"text": "
|
21432
|
+
"text": "Messages"
|
21601
21433
|
}
|
21602
21434
|
},
|
21603
21435
|
{
|
21604
|
-
"name": "
|
21605
|
-
"optional": true,
|
21436
|
+
"name": "onClose",
|
21606
21437
|
"type": {
|
21607
|
-
"text": "
|
21438
|
+
"text": "() => void"
|
21608
21439
|
}
|
21609
21440
|
}
|
21610
21441
|
]
|
@@ -21615,26 +21446,40 @@
|
|
21615
21446
|
"exports": [
|
21616
21447
|
{
|
21617
21448
|
"kind": "js",
|
21618
|
-
"name": "
|
21449
|
+
"name": "Stream",
|
21619
21450
|
"declaration": {
|
21620
|
-
"name": "
|
21621
|
-
"module": "src/utils/HTTP/
|
21451
|
+
"name": "Stream",
|
21452
|
+
"module": "src/utils/HTTP/stream.ts"
|
21622
21453
|
}
|
21623
21454
|
}
|
21624
21455
|
]
|
21625
21456
|
},
|
21626
21457
|
{
|
21627
21458
|
"kind": "javascript-module",
|
21628
|
-
"path": "src/utils/HTTP/
|
21459
|
+
"path": "src/utils/HTTP/websocket.ts",
|
21629
21460
|
"declarations": [
|
21630
21461
|
{
|
21631
21462
|
"kind": "class",
|
21632
21463
|
"description": "",
|
21633
|
-
"name": "
|
21464
|
+
"name": "Websocket",
|
21634
21465
|
"members": [
|
21635
21466
|
{
|
21636
21467
|
"kind": "method",
|
21637
|
-
"name": "
|
21468
|
+
"name": "setup",
|
21469
|
+
"privacy": "public",
|
21470
|
+
"static": true,
|
21471
|
+
"parameters": [
|
21472
|
+
{
|
21473
|
+
"name": "io",
|
21474
|
+
"type": {
|
21475
|
+
"text": "ServiceIO"
|
21476
|
+
}
|
21477
|
+
}
|
21478
|
+
]
|
21479
|
+
},
|
21480
|
+
{
|
21481
|
+
"kind": "method",
|
21482
|
+
"name": "createConnection",
|
21638
21483
|
"privacy": "public",
|
21639
21484
|
"static": true,
|
21640
21485
|
"parameters": [
|
@@ -21645,9 +21490,23 @@
|
|
21645
21490
|
}
|
21646
21491
|
},
|
21647
21492
|
{
|
21648
|
-
"name": "
|
21493
|
+
"name": "messages",
|
21649
21494
|
"type": {
|
21650
|
-
"text": "
|
21495
|
+
"text": "Messages"
|
21496
|
+
}
|
21497
|
+
}
|
21498
|
+
]
|
21499
|
+
},
|
21500
|
+
{
|
21501
|
+
"kind": "method",
|
21502
|
+
"name": "retryConnection",
|
21503
|
+
"privacy": "private",
|
21504
|
+
"static": true,
|
21505
|
+
"parameters": [
|
21506
|
+
{
|
21507
|
+
"name": "io",
|
21508
|
+
"type": {
|
21509
|
+
"text": "ServiceIO"
|
21651
21510
|
}
|
21652
21511
|
},
|
21653
21512
|
{
|
@@ -21660,8 +21519,8 @@
|
|
21660
21519
|
},
|
21661
21520
|
{
|
21662
21521
|
"kind": "method",
|
21663
|
-
"name": "
|
21664
|
-
"privacy": "
|
21522
|
+
"name": "assignListeners",
|
21523
|
+
"privacy": "private",
|
21665
21524
|
"static": true,
|
21666
21525
|
"parameters": [
|
21667
21526
|
{
|
@@ -21671,9 +21530,9 @@
|
|
21671
21530
|
}
|
21672
21531
|
},
|
21673
21532
|
{
|
21674
|
-
"name": "
|
21533
|
+
"name": "ws",
|
21675
21534
|
"type": {
|
21676
|
-
"text": "
|
21535
|
+
"text": "WebSocket"
|
21677
21536
|
}
|
21678
21537
|
},
|
21679
21538
|
{
|
@@ -21686,7 +21545,7 @@
|
|
21686
21545
|
},
|
21687
21546
|
{
|
21688
21547
|
"kind": "method",
|
21689
|
-
"name": "
|
21548
|
+
"name": "sendWebsocket",
|
21690
21549
|
"privacy": "public",
|
21691
21550
|
"static": true,
|
21692
21551
|
"parameters": [
|
@@ -21696,83 +21555,285 @@
|
|
21696
21555
|
"text": "ServiceIO"
|
21697
21556
|
}
|
21698
21557
|
},
|
21558
|
+
{
|
21559
|
+
"name": "body",
|
21560
|
+
"type": {
|
21561
|
+
"text": "object"
|
21562
|
+
}
|
21563
|
+
},
|
21699
21564
|
{
|
21700
21565
|
"name": "messages",
|
21701
21566
|
"type": {
|
21702
21567
|
"text": "Messages"
|
21703
21568
|
}
|
21569
|
+
},
|
21570
|
+
{
|
21571
|
+
"name": "stringifyBody",
|
21572
|
+
"default": "true"
|
21704
21573
|
}
|
21705
21574
|
]
|
21706
21575
|
},
|
21707
21576
|
{
|
21708
21577
|
"kind": "method",
|
21709
|
-
"name": "
|
21710
|
-
"privacy": "
|
21711
|
-
"static": true
|
21712
|
-
|
21713
|
-
|
21714
|
-
|
21715
|
-
|
21716
|
-
|
21717
|
-
|
21578
|
+
"name": "canSendMessage",
|
21579
|
+
"privacy": "public",
|
21580
|
+
"static": true,
|
21581
|
+
"parameters": [
|
21582
|
+
{
|
21583
|
+
"name": "websocket",
|
21584
|
+
"type": {
|
21585
|
+
"text": "ServiceIO['websocket']"
|
21586
|
+
}
|
21587
|
+
}
|
21588
|
+
]
|
21589
|
+
},
|
21590
|
+
{
|
21591
|
+
"kind": "method",
|
21592
|
+
"name": "isWebSocket",
|
21593
|
+
"privacy": "private",
|
21594
|
+
"static": true,
|
21595
|
+
"return": {
|
21596
|
+
"type": {
|
21597
|
+
"text": "websocket is WebSocket"
|
21598
|
+
}
|
21599
|
+
},
|
21600
|
+
"parameters": [
|
21601
|
+
{
|
21602
|
+
"name": "websocket",
|
21603
|
+
"type": {
|
21604
|
+
"text": "WebSocket | IWebsocketHandler"
|
21605
|
+
}
|
21606
|
+
}
|
21607
|
+
]
|
21608
|
+
}
|
21609
|
+
]
|
21610
|
+
}
|
21611
|
+
],
|
21612
|
+
"exports": [
|
21613
|
+
{
|
21718
21614
|
"kind": "js",
|
21719
|
-
"name": "
|
21615
|
+
"name": "Websocket",
|
21720
21616
|
"declaration": {
|
21721
|
-
"name": "
|
21722
|
-
"module": "src/utils/HTTP/
|
21617
|
+
"name": "Websocket",
|
21618
|
+
"module": "src/utils/HTTP/websocket.ts"
|
21723
21619
|
}
|
21724
21620
|
}
|
21725
21621
|
]
|
21726
21622
|
},
|
21727
21623
|
{
|
21728
21624
|
"kind": "javascript-module",
|
21729
|
-
"path": "src/utils/
|
21625
|
+
"path": "src/utils/browser/browser.ts",
|
21730
21626
|
"declarations": [
|
21731
21627
|
{
|
21732
21628
|
"kind": "class",
|
21733
21629
|
"description": "",
|
21734
|
-
"name": "
|
21630
|
+
"name": "Browser",
|
21735
21631
|
"members": [
|
21736
21632
|
{
|
21737
21633
|
"kind": "field",
|
21738
|
-
"name": "
|
21739
|
-
"type": {
|
21740
|
-
"text": "string"
|
21741
|
-
},
|
21634
|
+
"name": "IS_SAFARI",
|
21742
21635
|
"privacy": "public",
|
21743
|
-
"static": true
|
21744
|
-
"default": "'Content-Type'"
|
21636
|
+
"static": true
|
21745
21637
|
},
|
21746
21638
|
{
|
21747
|
-
"kind": "
|
21748
|
-
"name": "
|
21639
|
+
"kind": "field",
|
21640
|
+
"name": "IS_CHROMIUM",
|
21749
21641
|
"privacy": "public",
|
21642
|
+
"static": true
|
21643
|
+
}
|
21644
|
+
]
|
21645
|
+
}
|
21646
|
+
],
|
21647
|
+
"exports": [
|
21648
|
+
{
|
21649
|
+
"kind": "js",
|
21650
|
+
"name": "Browser",
|
21651
|
+
"declaration": {
|
21652
|
+
"name": "Browser",
|
21653
|
+
"module": "src/utils/browser/browser.ts"
|
21654
|
+
}
|
21655
|
+
}
|
21656
|
+
]
|
21657
|
+
},
|
21658
|
+
{
|
21659
|
+
"kind": "javascript-module",
|
21660
|
+
"path": "src/utils/buttons/inputButtons.ts",
|
21661
|
+
"declarations": [
|
21662
|
+
{
|
21663
|
+
"kind": "variable",
|
21664
|
+
"name": "BUTTON_ORDER",
|
21665
|
+
"type": {
|
21666
|
+
"text": "readonly BUTTON_TYPES[]"
|
21667
|
+
},
|
21668
|
+
"default": "[\n 'camera',\n 'gifs',\n 'images',\n 'audio',\n 'mixedFiles',\n 'submit',\n 'microphone',\n]"
|
21669
|
+
}
|
21670
|
+
],
|
21671
|
+
"exports": [
|
21672
|
+
{
|
21673
|
+
"kind": "js",
|
21674
|
+
"name": "BUTTON_ORDER",
|
21675
|
+
"declaration": {
|
21676
|
+
"name": "BUTTON_ORDER",
|
21677
|
+
"module": "src/utils/buttons/inputButtons.ts"
|
21678
|
+
}
|
21679
|
+
}
|
21680
|
+
]
|
21681
|
+
},
|
21682
|
+
{
|
21683
|
+
"kind": "javascript-module",
|
21684
|
+
"path": "src/utils/buttons/keyboardKeys.ts",
|
21685
|
+
"declarations": [],
|
21686
|
+
"exports": []
|
21687
|
+
},
|
21688
|
+
{
|
21689
|
+
"kind": "javascript-module",
|
21690
|
+
"path": "src/utils/decorators/property.ts",
|
21691
|
+
"declarations": [
|
21692
|
+
{
|
21693
|
+
"kind": "function",
|
21694
|
+
"name": "Property",
|
21695
|
+
"parameters": [
|
21696
|
+
{
|
21697
|
+
"name": "type",
|
21698
|
+
"type": {
|
21699
|
+
"text": "AvailableTypes"
|
21700
|
+
}
|
21701
|
+
}
|
21702
|
+
]
|
21703
|
+
}
|
21704
|
+
],
|
21705
|
+
"exports": [
|
21706
|
+
{
|
21707
|
+
"kind": "js",
|
21708
|
+
"name": "Property",
|
21709
|
+
"declaration": {
|
21710
|
+
"name": "Property",
|
21711
|
+
"module": "src/utils/decorators/property.ts"
|
21712
|
+
}
|
21713
|
+
}
|
21714
|
+
]
|
21715
|
+
},
|
21716
|
+
{
|
21717
|
+
"kind": "javascript-module",
|
21718
|
+
"path": "src/utils/decorators/renderControl.ts",
|
21719
|
+
"declarations": [
|
21720
|
+
{
|
21721
|
+
"kind": "class",
|
21722
|
+
"description": "",
|
21723
|
+
"name": "RenderControl",
|
21724
|
+
"members": [
|
21725
|
+
{
|
21726
|
+
"kind": "method",
|
21727
|
+
"name": "waitForPropertiesToBeUpdatedBeforeRender",
|
21728
|
+
"privacy": "private",
|
21750
21729
|
"static": true,
|
21751
21730
|
"parameters": [
|
21752
21731
|
{
|
21753
|
-
"name": "
|
21732
|
+
"name": "deepChat",
|
21754
21733
|
"type": {
|
21755
|
-
"text": "
|
21734
|
+
"text": "InternalHTML"
|
21756
21735
|
}
|
21757
|
-
}
|
21736
|
+
}
|
21737
|
+
]
|
21738
|
+
},
|
21739
|
+
{
|
21740
|
+
"kind": "method",
|
21741
|
+
"name": "attemptRender",
|
21742
|
+
"privacy": "public",
|
21743
|
+
"static": true,
|
21744
|
+
"parameters": [
|
21758
21745
|
{
|
21759
|
-
"name": "
|
21746
|
+
"name": "deepChat",
|
21760
21747
|
"type": {
|
21761
|
-
"text": "
|
21748
|
+
"text": "InternalHTML"
|
21762
21749
|
}
|
21763
|
-
}
|
21750
|
+
}
|
21751
|
+
]
|
21752
|
+
}
|
21753
|
+
]
|
21754
|
+
}
|
21755
|
+
],
|
21756
|
+
"exports": [
|
21757
|
+
{
|
21758
|
+
"kind": "js",
|
21759
|
+
"name": "RenderControl",
|
21760
|
+
"declaration": {
|
21761
|
+
"name": "RenderControl",
|
21762
|
+
"module": "src/utils/decorators/renderControl.ts"
|
21763
|
+
}
|
21764
|
+
}
|
21765
|
+
]
|
21766
|
+
},
|
21767
|
+
{
|
21768
|
+
"kind": "javascript-module",
|
21769
|
+
"path": "src/utils/decorators/typeConverters.ts",
|
21770
|
+
"declarations": [
|
21771
|
+
{
|
21772
|
+
"kind": "class",
|
21773
|
+
"description": "",
|
21774
|
+
"name": "TypeConverters",
|
21775
|
+
"members": [
|
21776
|
+
{
|
21777
|
+
"kind": "field",
|
21778
|
+
"name": "attibutes",
|
21779
|
+
"type": {
|
21780
|
+
"text": "AttributeTypeConverters"
|
21781
|
+
},
|
21782
|
+
"privacy": "public",
|
21783
|
+
"static": true,
|
21784
|
+
"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) => eval(value),\n }"
|
21785
|
+
}
|
21786
|
+
]
|
21787
|
+
}
|
21788
|
+
],
|
21789
|
+
"exports": [
|
21790
|
+
{
|
21791
|
+
"kind": "js",
|
21792
|
+
"name": "TypeConverters",
|
21793
|
+
"declaration": {
|
21794
|
+
"name": "TypeConverters",
|
21795
|
+
"module": "src/utils/decorators/typeConverters.ts"
|
21796
|
+
}
|
21797
|
+
}
|
21798
|
+
]
|
21799
|
+
},
|
21800
|
+
{
|
21801
|
+
"kind": "javascript-module",
|
21802
|
+
"path": "src/utils/demo/demo.ts",
|
21803
|
+
"declarations": [
|
21804
|
+
{
|
21805
|
+
"kind": "class",
|
21806
|
+
"description": "",
|
21807
|
+
"name": "Demo",
|
21808
|
+
"members": [
|
21809
|
+
{
|
21810
|
+
"kind": "field",
|
21811
|
+
"name": "URL",
|
21812
|
+
"type": {
|
21813
|
+
"text": "string"
|
21814
|
+
},
|
21815
|
+
"privacy": "public",
|
21816
|
+
"static": true,
|
21817
|
+
"default": "'deep-chat-demo'"
|
21818
|
+
},
|
21819
|
+
{
|
21820
|
+
"kind": "method",
|
21821
|
+
"name": "generateResponseForOneMessage",
|
21822
|
+
"privacy": "private",
|
21823
|
+
"static": true,
|
21824
|
+
"parameters": [
|
21764
21825
|
{
|
21765
|
-
"name": "
|
21826
|
+
"name": "requestMessage",
|
21766
21827
|
"type": {
|
21767
|
-
"text": "
|
21828
|
+
"text": "MessageContent"
|
21768
21829
|
}
|
21769
21830
|
}
|
21770
21831
|
]
|
21771
21832
|
},
|
21772
21833
|
{
|
21773
21834
|
"kind": "method",
|
21774
|
-
"name": "
|
21775
|
-
"privacy": "
|
21835
|
+
"name": "generateResponse",
|
21836
|
+
"privacy": "private",
|
21776
21837
|
"static": true,
|
21777
21838
|
"parameters": [
|
21778
21839
|
{
|
@@ -21780,68 +21841,91 @@
|
|
21780
21841
|
"type": {
|
21781
21842
|
"text": "Messages"
|
21782
21843
|
}
|
21783
|
-
}
|
21844
|
+
}
|
21845
|
+
]
|
21846
|
+
},
|
21847
|
+
{
|
21848
|
+
"kind": "method",
|
21849
|
+
"name": "getCustomResponse",
|
21850
|
+
"privacy": "private",
|
21851
|
+
"static": true,
|
21852
|
+
"parameters": [
|
21784
21853
|
{
|
21785
|
-
"name": "
|
21854
|
+
"name": "customResponse",
|
21786
21855
|
"type": {
|
21787
|
-
"text": "
|
21856
|
+
"text": "DemoResponse"
|
21788
21857
|
}
|
21789
21858
|
},
|
21790
21859
|
{
|
21791
|
-
"name": "
|
21792
|
-
"
|
21860
|
+
"name": "requestMessage",
|
21861
|
+
"type": {
|
21862
|
+
"text": "MessageContent"
|
21863
|
+
}
|
21793
21864
|
}
|
21794
21865
|
]
|
21795
21866
|
},
|
21796
21867
|
{
|
21797
21868
|
"kind": "method",
|
21798
|
-
"name": "
|
21799
|
-
"privacy": "
|
21869
|
+
"name": "getResponse",
|
21870
|
+
"privacy": "private",
|
21800
21871
|
"static": true,
|
21872
|
+
"return": {
|
21873
|
+
"type": {
|
21874
|
+
"text": "Response"
|
21875
|
+
}
|
21876
|
+
},
|
21801
21877
|
"parameters": [
|
21802
21878
|
{
|
21803
|
-
"name": "
|
21879
|
+
"name": "messages",
|
21804
21880
|
"type": {
|
21805
|
-
"text": "
|
21881
|
+
"text": "Messages"
|
21806
21882
|
}
|
21807
21883
|
}
|
21808
21884
|
]
|
21809
21885
|
},
|
21810
21886
|
{
|
21811
21887
|
"kind": "method",
|
21812
|
-
"name": "
|
21888
|
+
"name": "request",
|
21813
21889
|
"privacy": "public",
|
21814
21890
|
"static": true,
|
21815
|
-
"return": {
|
21816
|
-
"type": {
|
21817
|
-
"text": "InterceptorResult"
|
21818
|
-
}
|
21819
|
-
},
|
21820
21891
|
"parameters": [
|
21821
21892
|
{
|
21822
|
-
"name": "
|
21893
|
+
"name": "messages",
|
21823
21894
|
"type": {
|
21824
|
-
"text": "
|
21895
|
+
"text": "Messages"
|
21825
21896
|
}
|
21826
21897
|
},
|
21827
21898
|
{
|
21828
|
-
"name": "
|
21899
|
+
"name": "onFinish",
|
21829
21900
|
"type": {
|
21830
|
-
"text": "
|
21901
|
+
"text": "Finish"
|
21902
|
+
}
|
21903
|
+
},
|
21904
|
+
{
|
21905
|
+
"name": "responseInterceptor",
|
21906
|
+
"optional": true,
|
21907
|
+
"type": {
|
21908
|
+
"text": "ResponseInterceptor"
|
21831
21909
|
}
|
21832
21910
|
}
|
21833
21911
|
]
|
21834
21912
|
},
|
21835
21913
|
{
|
21836
21914
|
"kind": "method",
|
21837
|
-
"name": "
|
21915
|
+
"name": "requestStream",
|
21838
21916
|
"privacy": "public",
|
21839
21917
|
"static": true,
|
21840
21918
|
"parameters": [
|
21841
21919
|
{
|
21842
|
-
"name": "
|
21920
|
+
"name": "messages",
|
21843
21921
|
"type": {
|
21844
|
-
"text": "
|
21922
|
+
"text": "Messages"
|
21923
|
+
}
|
21924
|
+
},
|
21925
|
+
{
|
21926
|
+
"name": "sh",
|
21927
|
+
"type": {
|
21928
|
+
"text": "StreamHandlers"
|
21845
21929
|
}
|
21846
21930
|
}
|
21847
21931
|
]
|
@@ -21852,165 +21936,224 @@
|
|
21852
21936
|
"exports": [
|
21853
21937
|
{
|
21854
21938
|
"kind": "js",
|
21855
|
-
"name": "
|
21939
|
+
"name": "Demo",
|
21856
21940
|
"declaration": {
|
21857
|
-
"name": "
|
21858
|
-
"module": "src/utils/
|
21941
|
+
"name": "Demo",
|
21942
|
+
"module": "src/utils/demo/demo.ts"
|
21859
21943
|
}
|
21860
21944
|
}
|
21861
21945
|
]
|
21862
21946
|
},
|
21863
21947
|
{
|
21864
21948
|
"kind": "javascript-module",
|
21865
|
-
"path": "src/utils/
|
21949
|
+
"path": "src/utils/element/elementUtils.ts",
|
21866
21950
|
"declarations": [
|
21867
21951
|
{
|
21868
21952
|
"kind": "class",
|
21869
21953
|
"description": "",
|
21870
|
-
"name": "
|
21954
|
+
"name": "ElementUtils",
|
21871
21955
|
"members": [
|
21956
|
+
{
|
21957
|
+
"kind": "field",
|
21958
|
+
"name": "CODE_SNIPPET_GENERATION_JUMP",
|
21959
|
+
"type": {
|
21960
|
+
"text": "number"
|
21961
|
+
},
|
21962
|
+
"privacy": "private",
|
21963
|
+
"static": true,
|
21964
|
+
"default": "0.5"
|
21965
|
+
},
|
21872
21966
|
{
|
21873
21967
|
"kind": "method",
|
21874
|
-
"name": "
|
21968
|
+
"name": "addElements",
|
21875
21969
|
"privacy": "public",
|
21876
21970
|
"static": true,
|
21877
21971
|
"parameters": [
|
21878
21972
|
{
|
21879
|
-
"name": "
|
21973
|
+
"name": "parent",
|
21880
21974
|
"type": {
|
21881
|
-
"text": "
|
21975
|
+
"text": "HTMLElement"
|
21882
21976
|
}
|
21883
21977
|
},
|
21884
21978
|
{
|
21885
|
-
"name": "
|
21979
|
+
"name": "elements",
|
21886
21980
|
"type": {
|
21887
|
-
"text": "
|
21981
|
+
"text": "HTMLElement[]"
|
21888
21982
|
}
|
21889
|
-
}
|
21983
|
+
}
|
21984
|
+
]
|
21985
|
+
},
|
21986
|
+
{
|
21987
|
+
"kind": "method",
|
21988
|
+
"name": "isScrollbarAtBottomOfElement",
|
21989
|
+
"privacy": "public",
|
21990
|
+
"static": true,
|
21991
|
+
"parameters": [
|
21890
21992
|
{
|
21891
|
-
"name": "
|
21993
|
+
"name": "element",
|
21892
21994
|
"type": {
|
21893
|
-
"text": "
|
21995
|
+
"text": "HTMLElement"
|
21894
21996
|
}
|
21895
|
-
},
|
21896
|
-
{
|
21897
|
-
"name": "stringifyBody",
|
21898
|
-
"default": "true"
|
21899
21997
|
}
|
21900
21998
|
]
|
21901
21999
|
},
|
21902
22000
|
{
|
21903
22001
|
"kind": "method",
|
21904
|
-
"name": "
|
21905
|
-
"privacy": "
|
22002
|
+
"name": "cloneElement",
|
22003
|
+
"privacy": "public",
|
21906
22004
|
"static": true,
|
21907
22005
|
"parameters": [
|
21908
22006
|
{
|
21909
|
-
"name": "
|
22007
|
+
"name": "element",
|
21910
22008
|
"type": {
|
21911
|
-
"text": "
|
22009
|
+
"text": "HTMLElement"
|
21912
22010
|
}
|
21913
|
-
}
|
22011
|
+
}
|
22012
|
+
]
|
22013
|
+
}
|
22014
|
+
]
|
22015
|
+
}
|
22016
|
+
],
|
22017
|
+
"exports": [
|
22018
|
+
{
|
22019
|
+
"kind": "js",
|
22020
|
+
"name": "ElementUtils",
|
22021
|
+
"declaration": {
|
22022
|
+
"name": "ElementUtils",
|
22023
|
+
"module": "src/utils/element/elementUtils.ts"
|
22024
|
+
}
|
22025
|
+
}
|
22026
|
+
]
|
22027
|
+
},
|
22028
|
+
{
|
22029
|
+
"kind": "javascript-module",
|
22030
|
+
"path": "src/utils/element/imageUtils.ts",
|
22031
|
+
"declarations": [
|
22032
|
+
{
|
22033
|
+
"kind": "variable",
|
22034
|
+
"name": "BASE_64_PREFIX",
|
22035
|
+
"type": {
|
22036
|
+
"text": "string"
|
22037
|
+
},
|
22038
|
+
"default": "'data:image/png;base64,'"
|
22039
|
+
}
|
22040
|
+
],
|
22041
|
+
"exports": [
|
22042
|
+
{
|
22043
|
+
"kind": "js",
|
22044
|
+
"name": "BASE_64_PREFIX",
|
22045
|
+
"declaration": {
|
22046
|
+
"name": "BASE_64_PREFIX",
|
22047
|
+
"module": "src/utils/element/imageUtils.ts"
|
22048
|
+
}
|
22049
|
+
}
|
22050
|
+
]
|
22051
|
+
},
|
22052
|
+
{
|
22053
|
+
"kind": "javascript-module",
|
22054
|
+
"path": "src/utils/element/statefulEvents.ts",
|
22055
|
+
"declarations": [
|
22056
|
+
{
|
22057
|
+
"kind": "class",
|
22058
|
+
"description": "",
|
22059
|
+
"name": "StatefulEvents",
|
22060
|
+
"members": [
|
22061
|
+
{
|
22062
|
+
"kind": "method",
|
22063
|
+
"name": "mouseUp",
|
22064
|
+
"privacy": "private",
|
22065
|
+
"static": true,
|
22066
|
+
"parameters": [
|
21914
22067
|
{
|
21915
|
-
"name": "
|
22068
|
+
"name": "element",
|
21916
22069
|
"type": {
|
21917
|
-
"text": "
|
22070
|
+
"text": "HTMLElement"
|
21918
22071
|
}
|
21919
22072
|
},
|
21920
22073
|
{
|
21921
|
-
"name": "
|
21922
|
-
"optional": true,
|
22074
|
+
"name": "styles",
|
21923
22075
|
"type": {
|
21924
|
-
"text": "
|
22076
|
+
"text": "StatefulStyles"
|
21925
22077
|
}
|
21926
22078
|
}
|
21927
22079
|
]
|
21928
22080
|
},
|
21929
22081
|
{
|
21930
22082
|
"kind": "method",
|
21931
|
-
"name": "
|
21932
|
-
"privacy": "
|
22083
|
+
"name": "mouseDown",
|
22084
|
+
"privacy": "private",
|
21933
22085
|
"static": true,
|
21934
22086
|
"parameters": [
|
21935
22087
|
{
|
21936
|
-
"name": "
|
21937
|
-
"type": {
|
21938
|
-
"text": "Messages"
|
21939
|
-
}
|
21940
|
-
},
|
21941
|
-
{
|
21942
|
-
"name": "sh",
|
22088
|
+
"name": "element",
|
21943
22089
|
"type": {
|
21944
|
-
"text": "
|
22090
|
+
"text": "HTMLElement"
|
21945
22091
|
}
|
21946
22092
|
},
|
21947
22093
|
{
|
21948
|
-
"name": "
|
21949
|
-
"optional": true,
|
22094
|
+
"name": "styles",
|
21950
22095
|
"type": {
|
21951
|
-
"text": "
|
22096
|
+
"text": "StatefulStyles"
|
21952
22097
|
}
|
21953
22098
|
}
|
21954
22099
|
]
|
21955
22100
|
},
|
21956
22101
|
{
|
21957
22102
|
"kind": "method",
|
21958
|
-
"name": "
|
22103
|
+
"name": "mouseLeave",
|
21959
22104
|
"privacy": "private",
|
21960
22105
|
"static": true,
|
21961
22106
|
"parameters": [
|
21962
22107
|
{
|
21963
|
-
"name": "
|
22108
|
+
"name": "element",
|
21964
22109
|
"type": {
|
21965
22110
|
"text": "HTMLElement"
|
21966
22111
|
}
|
21967
22112
|
},
|
21968
22113
|
{
|
21969
|
-
"name": "
|
22114
|
+
"name": "styles",
|
21970
22115
|
"type": {
|
21971
|
-
"text": "
|
22116
|
+
"text": "StatefulStyles"
|
21972
22117
|
}
|
21973
|
-
}
|
22118
|
+
}
|
22119
|
+
]
|
22120
|
+
},
|
22121
|
+
{
|
22122
|
+
"kind": "method",
|
22123
|
+
"name": "mouseEnter",
|
22124
|
+
"privacy": "private",
|
22125
|
+
"static": true,
|
22126
|
+
"parameters": [
|
21974
22127
|
{
|
21975
|
-
"name": "
|
22128
|
+
"name": "element",
|
21976
22129
|
"type": {
|
21977
|
-
"text": "
|
22130
|
+
"text": "HTMLElement"
|
21978
22131
|
}
|
21979
22132
|
},
|
21980
22133
|
{
|
21981
|
-
"name": "
|
22134
|
+
"name": "styles",
|
21982
22135
|
"type": {
|
21983
|
-
"text": "
|
22136
|
+
"text": "StatefulStyles"
|
21984
22137
|
}
|
21985
|
-
},
|
21986
|
-
{
|
21987
|
-
"name": "wordIndex",
|
21988
|
-
"default": "0"
|
21989
22138
|
}
|
21990
22139
|
]
|
21991
22140
|
},
|
21992
22141
|
{
|
21993
22142
|
"kind": "method",
|
21994
|
-
"name": "
|
21995
|
-
"privacy": "
|
22143
|
+
"name": "add",
|
22144
|
+
"privacy": "public",
|
21996
22145
|
"static": true,
|
21997
22146
|
"parameters": [
|
21998
22147
|
{
|
21999
|
-
"name": "
|
22000
|
-
"type": {
|
22001
|
-
"text": "number"
|
22002
|
-
}
|
22003
|
-
},
|
22004
|
-
{
|
22005
|
-
"name": "messages",
|
22148
|
+
"name": "element",
|
22006
22149
|
"type": {
|
22007
|
-
"text": "
|
22150
|
+
"text": "HTMLElement"
|
22008
22151
|
}
|
22009
22152
|
},
|
22010
22153
|
{
|
22011
|
-
"name": "
|
22154
|
+
"name": "styles",
|
22012
22155
|
"type": {
|
22013
|
-
"text": "
|
22156
|
+
"text": "StatefulStyles"
|
22014
22157
|
}
|
22015
22158
|
}
|
22016
22159
|
]
|
@@ -22021,162 +22164,149 @@
|
|
22021
22164
|
"exports": [
|
22022
22165
|
{
|
22023
22166
|
"kind": "js",
|
22024
|
-
"name": "
|
22167
|
+
"name": "StatefulEvents",
|
22025
22168
|
"declaration": {
|
22026
|
-
"name": "
|
22027
|
-
"module": "src/utils/
|
22169
|
+
"name": "StatefulEvents",
|
22170
|
+
"module": "src/utils/element/statefulEvents.ts"
|
22028
22171
|
}
|
22029
22172
|
}
|
22030
22173
|
]
|
22031
22174
|
},
|
22032
22175
|
{
|
22033
22176
|
"kind": "javascript-module",
|
22034
|
-
"path": "src/utils/
|
22177
|
+
"path": "src/utils/element/styleUtils.ts",
|
22035
22178
|
"declarations": [
|
22036
22179
|
{
|
22037
22180
|
"kind": "class",
|
22038
22181
|
"description": "",
|
22039
|
-
"name": "
|
22182
|
+
"name": "StyleUtils",
|
22040
22183
|
"members": [
|
22041
22184
|
{
|
22042
22185
|
"kind": "method",
|
22043
|
-
"name": "
|
22044
|
-
"privacy": "public",
|
22045
|
-
"static": true,
|
22046
|
-
"parameters": [
|
22047
|
-
{
|
22048
|
-
"name": "io",
|
22049
|
-
"type": {
|
22050
|
-
"text": "ServiceIO"
|
22051
|
-
}
|
22052
|
-
}
|
22053
|
-
]
|
22054
|
-
},
|
22055
|
-
{
|
22056
|
-
"kind": "method",
|
22057
|
-
"name": "createConnection",
|
22186
|
+
"name": "unsetStyle",
|
22058
22187
|
"privacy": "public",
|
22059
22188
|
"static": true,
|
22060
22189
|
"parameters": [
|
22061
22190
|
{
|
22062
|
-
"name": "
|
22191
|
+
"name": "element",
|
22063
22192
|
"type": {
|
22064
|
-
"text": "
|
22193
|
+
"text": "HTMLElement"
|
22065
22194
|
}
|
22066
22195
|
},
|
22067
22196
|
{
|
22068
|
-
"name": "
|
22197
|
+
"name": "style",
|
22069
22198
|
"type": {
|
22070
|
-
"text": "
|
22199
|
+
"text": "CustomStyle"
|
22071
22200
|
}
|
22072
22201
|
}
|
22073
22202
|
]
|
22074
22203
|
},
|
22075
22204
|
{
|
22076
22205
|
"kind": "method",
|
22077
|
-
"name": "
|
22078
|
-
"privacy": "
|
22206
|
+
"name": "unsetActivityCSSMouseStates",
|
22207
|
+
"privacy": "public",
|
22079
22208
|
"static": true,
|
22080
22209
|
"parameters": [
|
22081
22210
|
{
|
22082
|
-
"name": "
|
22211
|
+
"name": "element",
|
22083
22212
|
"type": {
|
22084
|
-
"text": "
|
22213
|
+
"text": "HTMLElement"
|
22085
22214
|
}
|
22086
22215
|
},
|
22087
22216
|
{
|
22088
|
-
"name": "
|
22217
|
+
"name": "statefulStyle",
|
22089
22218
|
"type": {
|
22090
|
-
"text": "
|
22219
|
+
"text": "StatefulStyles"
|
22091
22220
|
}
|
22092
22221
|
}
|
22093
22222
|
]
|
22094
22223
|
},
|
22095
22224
|
{
|
22096
22225
|
"kind": "method",
|
22097
|
-
"name": "
|
22098
|
-
"privacy": "
|
22226
|
+
"name": "unsetAllCSSMouseStates",
|
22227
|
+
"privacy": "public",
|
22099
22228
|
"static": true,
|
22100
22229
|
"parameters": [
|
22101
22230
|
{
|
22102
|
-
"name": "
|
22103
|
-
"type": {
|
22104
|
-
"text": "ServiceIO"
|
22105
|
-
}
|
22106
|
-
},
|
22107
|
-
{
|
22108
|
-
"name": "ws",
|
22231
|
+
"name": "element",
|
22109
22232
|
"type": {
|
22110
|
-
"text": "
|
22233
|
+
"text": "HTMLElement"
|
22111
22234
|
}
|
22112
22235
|
},
|
22113
22236
|
{
|
22114
|
-
"name": "
|
22237
|
+
"name": "statefulStyle",
|
22115
22238
|
"type": {
|
22116
|
-
"text": "
|
22239
|
+
"text": "StatefulStyles"
|
22117
22240
|
}
|
22118
22241
|
}
|
22119
22242
|
]
|
22120
22243
|
},
|
22121
22244
|
{
|
22122
22245
|
"kind": "method",
|
22123
|
-
"name": "
|
22246
|
+
"name": "processStateful",
|
22124
22247
|
"privacy": "public",
|
22125
22248
|
"static": true,
|
22249
|
+
"return": {
|
22250
|
+
"type": {
|
22251
|
+
"text": "StatefulStyles"
|
22252
|
+
}
|
22253
|
+
},
|
22126
22254
|
"parameters": [
|
22127
22255
|
{
|
22128
|
-
"name": "
|
22256
|
+
"name": "styles",
|
22129
22257
|
"type": {
|
22130
|
-
"text": "
|
22258
|
+
"text": "StatefulStyles"
|
22131
22259
|
}
|
22132
22260
|
},
|
22133
22261
|
{
|
22134
|
-
"name": "
|
22262
|
+
"name": "defHover",
|
22135
22263
|
"type": {
|
22136
|
-
"text": "
|
22264
|
+
"text": "CustomStyle"
|
22137
22265
|
}
|
22138
22266
|
},
|
22139
22267
|
{
|
22140
|
-
"name": "
|
22268
|
+
"name": "defClick",
|
22141
22269
|
"type": {
|
22142
|
-
"text": "
|
22270
|
+
"text": "CustomStyle"
|
22143
22271
|
}
|
22144
|
-
},
|
22145
|
-
{
|
22146
|
-
"name": "stringifyBody",
|
22147
|
-
"default": "true"
|
22148
22272
|
}
|
22149
22273
|
]
|
22150
22274
|
},
|
22151
22275
|
{
|
22152
22276
|
"kind": "method",
|
22153
|
-
"name": "
|
22277
|
+
"name": "mergeStatefulStyles",
|
22154
22278
|
"privacy": "public",
|
22155
22279
|
"static": true,
|
22280
|
+
"return": {
|
22281
|
+
"type": {
|
22282
|
+
"text": "StatefulStyles"
|
22283
|
+
}
|
22284
|
+
},
|
22156
22285
|
"parameters": [
|
22157
22286
|
{
|
22158
|
-
"name": "
|
22287
|
+
"name": "stylesArr",
|
22159
22288
|
"type": {
|
22160
|
-
"text": "
|
22289
|
+
"text": "StatefulStyles[]"
|
22161
22290
|
}
|
22162
22291
|
}
|
22163
22292
|
]
|
22164
22293
|
},
|
22165
22294
|
{
|
22166
22295
|
"kind": "method",
|
22167
|
-
"name": "
|
22168
|
-
"privacy": "
|
22296
|
+
"name": "overwriteDefaultWithAlreadyApplied",
|
22297
|
+
"privacy": "public",
|
22169
22298
|
"static": true,
|
22170
|
-
"return": {
|
22171
|
-
"type": {
|
22172
|
-
"text": "websocket is WebSocket"
|
22173
|
-
}
|
22174
|
-
},
|
22175
22299
|
"parameters": [
|
22176
22300
|
{
|
22177
|
-
"name": "
|
22301
|
+
"name": "styles",
|
22178
22302
|
"type": {
|
22179
|
-
"text": "
|
22303
|
+
"text": "StatefulStyles"
|
22304
|
+
}
|
22305
|
+
},
|
22306
|
+
{
|
22307
|
+
"name": "element",
|
22308
|
+
"type": {
|
22309
|
+
"text": "HTMLElement"
|
22180
22310
|
}
|
22181
22311
|
}
|
22182
22312
|
]
|
@@ -22187,34 +22317,100 @@
|
|
22187
22317
|
"exports": [
|
22188
22318
|
{
|
22189
22319
|
"kind": "js",
|
22190
|
-
"name": "
|
22320
|
+
"name": "StyleUtils",
|
22191
22321
|
"declaration": {
|
22192
|
-
"name": "
|
22193
|
-
"module": "src/utils/
|
22322
|
+
"name": "StyleUtils",
|
22323
|
+
"module": "src/utils/element/styleUtils.ts"
|
22194
22324
|
}
|
22195
22325
|
}
|
22196
22326
|
]
|
22197
22327
|
},
|
22198
22328
|
{
|
22199
22329
|
"kind": "javascript-module",
|
22200
|
-
"path": "src/utils/
|
22330
|
+
"path": "src/utils/errorMessages/errorMessages.ts",
|
22331
|
+
"declarations": [
|
22332
|
+
{
|
22333
|
+
"kind": "variable",
|
22334
|
+
"name": "ErrorMessages",
|
22335
|
+
"type": {
|
22336
|
+
"text": "object"
|
22337
|
+
},
|
22338
|
+
"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}"
|
22339
|
+
}
|
22340
|
+
],
|
22341
|
+
"exports": [
|
22342
|
+
{
|
22343
|
+
"kind": "js",
|
22344
|
+
"name": "ErrorMessages",
|
22345
|
+
"declaration": {
|
22346
|
+
"name": "ErrorMessages",
|
22347
|
+
"module": "src/utils/errorMessages/errorMessages.ts"
|
22348
|
+
}
|
22349
|
+
}
|
22350
|
+
]
|
22351
|
+
},
|
22352
|
+
{
|
22353
|
+
"kind": "javascript-module",
|
22354
|
+
"path": "src/utils/events/fireEvents.ts",
|
22201
22355
|
"declarations": [
|
22202
22356
|
{
|
22203
22357
|
"kind": "class",
|
22204
22358
|
"description": "",
|
22205
|
-
"name": "
|
22359
|
+
"name": "FireEvents",
|
22206
22360
|
"members": [
|
22207
22361
|
{
|
22208
|
-
"kind": "
|
22209
|
-
"name": "
|
22362
|
+
"kind": "method",
|
22363
|
+
"name": "onNewMessage",
|
22210
22364
|
"privacy": "public",
|
22211
|
-
"static": true
|
22365
|
+
"static": true,
|
22366
|
+
"parameters": [
|
22367
|
+
{
|
22368
|
+
"name": "deepChat",
|
22369
|
+
"type": {
|
22370
|
+
"text": "DeepChat"
|
22371
|
+
}
|
22372
|
+
},
|
22373
|
+
{
|
22374
|
+
"name": "message",
|
22375
|
+
"type": {
|
22376
|
+
"text": "MessageContent"
|
22377
|
+
}
|
22378
|
+
},
|
22379
|
+
{
|
22380
|
+
"name": "isInitial",
|
22381
|
+
"type": {
|
22382
|
+
"text": "boolean"
|
22383
|
+
}
|
22384
|
+
}
|
22385
|
+
]
|
22386
|
+
},
|
22387
|
+
{
|
22388
|
+
"kind": "method",
|
22389
|
+
"name": "onClearMessages",
|
22390
|
+
"privacy": "public",
|
22391
|
+
"static": true,
|
22392
|
+
"parameters": [
|
22393
|
+
{
|
22394
|
+
"name": "deepChat",
|
22395
|
+
"type": {
|
22396
|
+
"text": "DeepChat"
|
22397
|
+
}
|
22398
|
+
}
|
22399
|
+
]
|
22212
22400
|
},
|
22213
22401
|
{
|
22214
|
-
"kind": "
|
22215
|
-
"name": "
|
22402
|
+
"kind": "method",
|
22403
|
+
"name": "onRender",
|
22216
22404
|
"privacy": "public",
|
22217
|
-
"static": true
|
22405
|
+
"static": true,
|
22406
|
+
"parameters": [
|
22407
|
+
{
|
22408
|
+
"name": "deepChat",
|
22409
|
+
"type": {
|
22410
|
+
"text": "DeepChat"
|
22411
|
+
}
|
22412
|
+
}
|
22413
|
+
]
|
22218
22414
|
}
|
22219
22415
|
]
|
22220
22416
|
}
|
@@ -22222,105 +22418,62 @@
|
|
22222
22418
|
"exports": [
|
22223
22419
|
{
|
22224
22420
|
"kind": "js",
|
22225
|
-
"name": "
|
22421
|
+
"name": "FireEvents",
|
22226
22422
|
"declaration": {
|
22227
|
-
"name": "
|
22228
|
-
"module": "src/utils/
|
22423
|
+
"name": "FireEvents",
|
22424
|
+
"module": "src/utils/events/fireEvents.ts"
|
22229
22425
|
}
|
22230
22426
|
}
|
22231
22427
|
]
|
22232
22428
|
},
|
22233
22429
|
{
|
22234
22430
|
"kind": "javascript-module",
|
22235
|
-
"path": "src/utils/
|
22431
|
+
"path": "src/utils/fileTypes/fileTypeButtonIcons.ts",
|
22236
22432
|
"declarations": [
|
22237
22433
|
{
|
22238
22434
|
"kind": "variable",
|
22239
|
-
"name": "
|
22435
|
+
"name": "FILE_TYPE_BUTTON_ICONS",
|
22240
22436
|
"type": {
|
22241
|
-
"text": "
|
22437
|
+
"text": "ServiceFileTypes"
|
22242
22438
|
},
|
22243
|
-
"default": "
|
22244
|
-
}
|
22245
|
-
],
|
22246
|
-
"exports": [
|
22247
|
-
{
|
22248
|
-
"kind": "js",
|
22249
|
-
"name": "BUTTON_ORDER",
|
22250
|
-
"declaration": {
|
22251
|
-
"name": "BUTTON_ORDER",
|
22252
|
-
"module": "src/utils/buttons/inputButtons.ts"
|
22253
|
-
}
|
22254
|
-
}
|
22255
|
-
]
|
22256
|
-
},
|
22257
|
-
{
|
22258
|
-
"kind": "javascript-module",
|
22259
|
-
"path": "src/utils/buttons/keyboardKeys.ts",
|
22260
|
-
"declarations": [],
|
22261
|
-
"exports": []
|
22262
|
-
},
|
22263
|
-
{
|
22264
|
-
"kind": "javascript-module",
|
22265
|
-
"path": "src/utils/decorators/property.ts",
|
22266
|
-
"declarations": [
|
22267
|
-
{
|
22268
|
-
"kind": "function",
|
22269
|
-
"name": "Property",
|
22270
|
-
"parameters": [
|
22271
|
-
{
|
22272
|
-
"name": "type",
|
22273
|
-
"type": {
|
22274
|
-
"text": "AvailableTypes"
|
22275
|
-
}
|
22276
|
-
}
|
22277
|
-
]
|
22439
|
+
"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}"
|
22278
22440
|
}
|
22279
22441
|
],
|
22280
22442
|
"exports": [
|
22281
22443
|
{
|
22282
22444
|
"kind": "js",
|
22283
|
-
"name": "
|
22445
|
+
"name": "FILE_TYPE_BUTTON_ICONS",
|
22284
22446
|
"declaration": {
|
22285
|
-
"name": "
|
22286
|
-
"module": "src/utils/
|
22447
|
+
"name": "FILE_TYPE_BUTTON_ICONS",
|
22448
|
+
"module": "src/utils/fileTypes/fileTypeButtonIcons.ts"
|
22287
22449
|
}
|
22288
22450
|
}
|
22289
22451
|
]
|
22290
22452
|
},
|
22291
22453
|
{
|
22292
22454
|
"kind": "javascript-module",
|
22293
|
-
"path": "src/utils/
|
22455
|
+
"path": "src/utils/svg/svgIconUtils.ts",
|
22294
22456
|
"declarations": [
|
22295
22457
|
{
|
22296
22458
|
"kind": "class",
|
22297
22459
|
"description": "",
|
22298
|
-
"name": "
|
22460
|
+
"name": "SVGIconUtils",
|
22299
22461
|
"members": [
|
22300
22462
|
{
|
22301
22463
|
"kind": "method",
|
22302
|
-
"name": "
|
22303
|
-
"privacy": "private",
|
22304
|
-
"static": true,
|
22305
|
-
"parameters": [
|
22306
|
-
{
|
22307
|
-
"name": "deepChat",
|
22308
|
-
"type": {
|
22309
|
-
"text": "InternalHTML"
|
22310
|
-
}
|
22311
|
-
}
|
22312
|
-
]
|
22313
|
-
},
|
22314
|
-
{
|
22315
|
-
"kind": "method",
|
22316
|
-
"name": "attemptRender",
|
22464
|
+
"name": "createSVGElement",
|
22317
22465
|
"privacy": "public",
|
22318
22466
|
"static": true,
|
22467
|
+
"return": {
|
22468
|
+
"type": {
|
22469
|
+
"text": "SVGGraphicsElement"
|
22470
|
+
}
|
22471
|
+
},
|
22319
22472
|
"parameters": [
|
22320
22473
|
{
|
22321
|
-
"name": "
|
22474
|
+
"name": "svgString",
|
22322
22475
|
"type": {
|
22323
|
-
"text": "
|
22476
|
+
"text": "string"
|
22324
22477
|
}
|
22325
22478
|
}
|
22326
22479
|
]
|
@@ -22331,32 +22484,38 @@
|
|
22331
22484
|
"exports": [
|
22332
22485
|
{
|
22333
22486
|
"kind": "js",
|
22334
|
-
"name": "
|
22487
|
+
"name": "SVGIconUtils",
|
22335
22488
|
"declaration": {
|
22336
|
-
"name": "
|
22337
|
-
"module": "src/utils/
|
22489
|
+
"name": "SVGIconUtils",
|
22490
|
+
"module": "src/utils/svg/svgIconUtils.ts"
|
22338
22491
|
}
|
22339
22492
|
}
|
22340
22493
|
]
|
22341
22494
|
},
|
22342
22495
|
{
|
22343
22496
|
"kind": "javascript-module",
|
22344
|
-
"path": "src/utils/
|
22497
|
+
"path": "src/utils/webComponent/googleFont.ts",
|
22345
22498
|
"declarations": [
|
22346
22499
|
{
|
22347
22500
|
"kind": "class",
|
22348
22501
|
"description": "",
|
22349
|
-
"name": "
|
22502
|
+
"name": "GoogleFont",
|
22350
22503
|
"members": [
|
22351
22504
|
{
|
22352
22505
|
"kind": "field",
|
22353
|
-
"name": "
|
22506
|
+
"name": "FONT_URL",
|
22354
22507
|
"type": {
|
22355
|
-
"text": "
|
22508
|
+
"text": "string"
|
22356
22509
|
},
|
22357
|
-
"privacy": "
|
22510
|
+
"privacy": "private",
|
22358
22511
|
"static": true,
|
22359
|
-
"default": "
|
22512
|
+
"default": "'https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap'"
|
22513
|
+
},
|
22514
|
+
{
|
22515
|
+
"kind": "method",
|
22516
|
+
"name": "appendStyleSheetToHead",
|
22517
|
+
"privacy": "public",
|
22518
|
+
"static": true
|
22360
22519
|
}
|
22361
22520
|
]
|
22362
22521
|
}
|
@@ -22364,244 +22523,164 @@
|
|
22364
22523
|
"exports": [
|
22365
22524
|
{
|
22366
22525
|
"kind": "js",
|
22367
|
-
"name": "
|
22526
|
+
"name": "GoogleFont",
|
22368
22527
|
"declaration": {
|
22369
|
-
"name": "
|
22370
|
-
"module": "src/utils/
|
22528
|
+
"name": "GoogleFont",
|
22529
|
+
"module": "src/utils/webComponent/googleFont.ts"
|
22371
22530
|
}
|
22372
22531
|
}
|
22373
22532
|
]
|
22374
22533
|
},
|
22375
22534
|
{
|
22376
22535
|
"kind": "javascript-module",
|
22377
|
-
"path": "src/utils/
|
22536
|
+
"path": "src/utils/webComponent/internalHTML.ts",
|
22378
22537
|
"declarations": [
|
22379
22538
|
{
|
22380
22539
|
"kind": "class",
|
22381
22540
|
"description": "",
|
22382
|
-
"name": "
|
22541
|
+
"name": "InternalHTML",
|
22383
22542
|
"members": [
|
22384
22543
|
{
|
22385
22544
|
"kind": "field",
|
22386
|
-
"name": "
|
22545
|
+
"name": "_waitingToRender_",
|
22387
22546
|
"type": {
|
22388
|
-
"text": "
|
22547
|
+
"text": "boolean"
|
22389
22548
|
},
|
22390
|
-
"
|
22391
|
-
"static": true,
|
22392
|
-
"default": "'deep-chat-demo'"
|
22393
|
-
},
|
22394
|
-
{
|
22395
|
-
"kind": "method",
|
22396
|
-
"name": "generateResponseForOneMessage",
|
22397
|
-
"privacy": "private",
|
22398
|
-
"static": true,
|
22399
|
-
"parameters": [
|
22400
|
-
{
|
22401
|
-
"name": "requestMessage",
|
22402
|
-
"type": {
|
22403
|
-
"text": "MessageContent"
|
22404
|
-
}
|
22405
|
-
}
|
22406
|
-
]
|
22549
|
+
"default": "false"
|
22407
22550
|
},
|
22408
22551
|
{
|
22409
|
-
"kind": "
|
22410
|
-
"name": "
|
22411
|
-
"
|
22412
|
-
|
22413
|
-
|
22414
|
-
|
22415
|
-
"name": "messages",
|
22416
|
-
"type": {
|
22417
|
-
"text": "Messages"
|
22418
|
-
}
|
22419
|
-
}
|
22420
|
-
]
|
22552
|
+
"kind": "field",
|
22553
|
+
"name": "_propUpdated_",
|
22554
|
+
"type": {
|
22555
|
+
"text": "boolean"
|
22556
|
+
},
|
22557
|
+
"default": "false"
|
22421
22558
|
},
|
22422
22559
|
{
|
22423
|
-
"kind": "
|
22424
|
-
"name": "
|
22425
|
-
"
|
22560
|
+
"kind": "field",
|
22561
|
+
"name": "_attributes_",
|
22562
|
+
"type": {
|
22563
|
+
"text": "GenericObject<AttributeTypeConverter>"
|
22564
|
+
},
|
22426
22565
|
"static": true,
|
22427
|
-
"
|
22428
|
-
{
|
22429
|
-
"name": "customResponse",
|
22430
|
-
"type": {
|
22431
|
-
"text": "DemoResponse"
|
22432
|
-
}
|
22433
|
-
},
|
22434
|
-
{
|
22435
|
-
"name": "requestMessage",
|
22436
|
-
"type": {
|
22437
|
-
"text": "MessageContent"
|
22438
|
-
}
|
22439
|
-
}
|
22440
|
-
]
|
22566
|
+
"default": "{}"
|
22441
22567
|
},
|
22442
22568
|
{
|
22443
|
-
"kind": "
|
22444
|
-
"name": "
|
22445
|
-
"
|
22446
|
-
|
22447
|
-
"return": {
|
22448
|
-
"type": {
|
22449
|
-
"text": "Response"
|
22450
|
-
}
|
22569
|
+
"kind": "field",
|
22570
|
+
"name": "_attributeToProperty_",
|
22571
|
+
"type": {
|
22572
|
+
"text": "GenericObject<string>"
|
22451
22573
|
},
|
22452
|
-
"parameters": [
|
22453
|
-
{
|
22454
|
-
"name": "messages",
|
22455
|
-
"type": {
|
22456
|
-
"text": "Messages"
|
22457
|
-
}
|
22458
|
-
}
|
22459
|
-
]
|
22460
|
-
},
|
22461
|
-
{
|
22462
|
-
"kind": "method",
|
22463
|
-
"name": "request",
|
22464
|
-
"privacy": "public",
|
22465
22574
|
"static": true,
|
22466
|
-
"
|
22467
|
-
{
|
22468
|
-
"name": "messages",
|
22469
|
-
"type": {
|
22470
|
-
"text": "Messages"
|
22471
|
-
}
|
22472
|
-
},
|
22473
|
-
{
|
22474
|
-
"name": "onFinish",
|
22475
|
-
"type": {
|
22476
|
-
"text": "Finish"
|
22477
|
-
}
|
22478
|
-
},
|
22479
|
-
{
|
22480
|
-
"name": "responseInterceptor",
|
22481
|
-
"optional": true,
|
22482
|
-
"type": {
|
22483
|
-
"text": "ResponseInterceptor"
|
22484
|
-
}
|
22485
|
-
}
|
22486
|
-
]
|
22575
|
+
"default": "{}"
|
22487
22576
|
},
|
22488
22577
|
{
|
22489
22578
|
"kind": "method",
|
22490
|
-
"name": "
|
22491
|
-
"privacy": "
|
22492
|
-
"static": true,
|
22579
|
+
"name": "constructPropertyAccessors",
|
22580
|
+
"privacy": "private",
|
22493
22581
|
"parameters": [
|
22494
22582
|
{
|
22495
|
-
"name": "
|
22583
|
+
"name": "propertyKey",
|
22496
22584
|
"type": {
|
22497
|
-
"text": "
|
22585
|
+
"text": "string"
|
22498
22586
|
}
|
22499
22587
|
},
|
22500
22588
|
{
|
22501
|
-
"name": "
|
22589
|
+
"name": "attributeName",
|
22590
|
+
"optional": true,
|
22502
22591
|
"type": {
|
22503
|
-
"text": "
|
22592
|
+
"text": "string"
|
22504
22593
|
}
|
22505
22594
|
}
|
22506
22595
|
]
|
22596
|
+
},
|
22597
|
+
{
|
22598
|
+
"kind": "method",
|
22599
|
+
"name": "onRender"
|
22507
22600
|
}
|
22508
|
-
]
|
22509
|
-
|
22510
|
-
|
22511
|
-
"exports": [
|
22512
|
-
{
|
22513
|
-
"kind": "js",
|
22514
|
-
"name": "Demo",
|
22515
|
-
"declaration": {
|
22516
|
-
"name": "Demo",
|
22517
|
-
"module": "src/utils/demo/demo.ts"
|
22518
|
-
}
|
22519
|
-
}
|
22520
|
-
]
|
22521
|
-
},
|
22522
|
-
{
|
22523
|
-
"kind": "javascript-module",
|
22524
|
-
"path": "src/utils/errorMessages/errorMessages.ts",
|
22525
|
-
"declarations": [
|
22526
|
-
{
|
22527
|
-
"kind": "variable",
|
22528
|
-
"name": "ErrorMessages",
|
22529
|
-
"type": {
|
22530
|
-
"text": "object"
|
22601
|
+
],
|
22602
|
+
"superclass": {
|
22603
|
+
"name": "HTMLElement"
|
22531
22604
|
},
|
22532
|
-
"
|
22605
|
+
"customElement": true
|
22533
22606
|
}
|
22534
22607
|
],
|
22535
22608
|
"exports": [
|
22536
22609
|
{
|
22537
22610
|
"kind": "js",
|
22538
|
-
"name": "
|
22611
|
+
"name": "InternalHTML",
|
22539
22612
|
"declaration": {
|
22540
|
-
"name": "
|
22541
|
-
"module": "src/utils/
|
22613
|
+
"name": "InternalHTML",
|
22614
|
+
"module": "src/utils/webComponent/internalHTML.ts"
|
22542
22615
|
}
|
22543
22616
|
}
|
22544
22617
|
]
|
22545
22618
|
},
|
22546
22619
|
{
|
22547
22620
|
"kind": "javascript-module",
|
22548
|
-
"path": "src/utils/
|
22621
|
+
"path": "src/utils/webComponent/webComponentStyleUtils.ts",
|
22549
22622
|
"declarations": [
|
22550
22623
|
{
|
22551
22624
|
"kind": "class",
|
22552
22625
|
"description": "",
|
22553
|
-
"name": "
|
22626
|
+
"name": "WebComponentStyleUtils",
|
22554
22627
|
"members": [
|
22555
22628
|
{
|
22556
22629
|
"kind": "method",
|
22557
|
-
"name": "
|
22630
|
+
"name": "apply",
|
22558
22631
|
"privacy": "public",
|
22559
22632
|
"static": true,
|
22560
22633
|
"parameters": [
|
22561
22634
|
{
|
22562
|
-
"name": "
|
22563
|
-
"type": {
|
22564
|
-
"text": "DeepChat"
|
22565
|
-
}
|
22566
|
-
},
|
22567
|
-
{
|
22568
|
-
"name": "message",
|
22635
|
+
"name": "style",
|
22569
22636
|
"type": {
|
22570
|
-
"text": "
|
22637
|
+
"text": "string"
|
22571
22638
|
}
|
22572
22639
|
},
|
22573
22640
|
{
|
22574
|
-
"name": "
|
22641
|
+
"name": "shadowRoot",
|
22575
22642
|
"type": {
|
22576
|
-
"text": "
|
22643
|
+
"text": "ShadowRoot | null"
|
22577
22644
|
}
|
22578
22645
|
}
|
22579
22646
|
]
|
22580
22647
|
},
|
22581
22648
|
{
|
22582
22649
|
"kind": "method",
|
22583
|
-
"name": "
|
22584
|
-
"privacy": "
|
22650
|
+
"name": "applyStyleSheet",
|
22651
|
+
"privacy": "private",
|
22585
22652
|
"static": true,
|
22586
22653
|
"parameters": [
|
22587
22654
|
{
|
22588
|
-
"name": "
|
22655
|
+
"name": "style",
|
22589
22656
|
"type": {
|
22590
|
-
"text": "
|
22657
|
+
"text": "string"
|
22658
|
+
}
|
22659
|
+
},
|
22660
|
+
{
|
22661
|
+
"name": "shadowRoot",
|
22662
|
+
"type": {
|
22663
|
+
"text": "ShadowRoot"
|
22591
22664
|
}
|
22592
22665
|
}
|
22593
22666
|
]
|
22594
22667
|
},
|
22595
22668
|
{
|
22596
22669
|
"kind": "method",
|
22597
|
-
"name": "
|
22598
|
-
"privacy": "
|
22670
|
+
"name": "addStyleElement",
|
22671
|
+
"privacy": "private",
|
22599
22672
|
"static": true,
|
22600
22673
|
"parameters": [
|
22601
22674
|
{
|
22602
|
-
"name": "
|
22675
|
+
"name": "style",
|
22603
22676
|
"type": {
|
22604
|
-
"text": "
|
22677
|
+
"text": "string"
|
22678
|
+
}
|
22679
|
+
},
|
22680
|
+
{
|
22681
|
+
"name": "shadowRoot",
|
22682
|
+
"type": {
|
22683
|
+
"text": "ShadowRoot"
|
22605
22684
|
}
|
22606
22685
|
}
|
22607
22686
|
]
|
@@ -22612,61 +22691,44 @@
|
|
22612
22691
|
"exports": [
|
22613
22692
|
{
|
22614
22693
|
"kind": "js",
|
22615
|
-
"name": "
|
22694
|
+
"name": "WebComponentStyleUtils",
|
22616
22695
|
"declaration": {
|
22617
|
-
"name": "
|
22618
|
-
"module": "src/utils/
|
22696
|
+
"name": "WebComponentStyleUtils",
|
22697
|
+
"module": "src/utils/webComponent/webComponentStyleUtils.ts"
|
22619
22698
|
}
|
22620
22699
|
}
|
22621
22700
|
]
|
22622
22701
|
},
|
22623
22702
|
{
|
22624
22703
|
"kind": "javascript-module",
|
22625
|
-
"path": "src/
|
22704
|
+
"path": "src/views/chat/chatView.ts",
|
22626
22705
|
"declarations": [
|
22627
22706
|
{
|
22628
22707
|
"kind": "class",
|
22629
22708
|
"description": "",
|
22630
|
-
"name": "
|
22709
|
+
"name": "ChatView",
|
22631
22710
|
"members": [
|
22632
|
-
{
|
22633
|
-
"kind": "field",
|
22634
|
-
"name": "CODE_SNIPPET_GENERATION_JUMP",
|
22635
|
-
"type": {
|
22636
|
-
"text": "number"
|
22637
|
-
},
|
22638
|
-
"privacy": "private",
|
22639
|
-
"static": true,
|
22640
|
-
"default": "0.5"
|
22641
|
-
},
|
22642
22711
|
{
|
22643
22712
|
"kind": "method",
|
22644
|
-
"name": "
|
22645
|
-
"privacy": "
|
22713
|
+
"name": "createElements",
|
22714
|
+
"privacy": "private",
|
22646
22715
|
"static": true,
|
22647
22716
|
"parameters": [
|
22648
22717
|
{
|
22649
|
-
"name": "
|
22718
|
+
"name": "deepChat",
|
22650
22719
|
"type": {
|
22651
|
-
"text": "
|
22720
|
+
"text": "DeepChat"
|
22652
22721
|
}
|
22653
22722
|
},
|
22654
22723
|
{
|
22655
|
-
"name": "
|
22724
|
+
"name": "serviceIO",
|
22656
22725
|
"type": {
|
22657
|
-
"text": "
|
22726
|
+
"text": "ServiceIO"
|
22658
22727
|
}
|
22659
|
-
}
|
22660
|
-
]
|
22661
|
-
},
|
22662
|
-
{
|
22663
|
-
"kind": "method",
|
22664
|
-
"name": "isScrollbarAtBottomOfElement",
|
22665
|
-
"privacy": "public",
|
22666
|
-
"static": true,
|
22667
|
-
"parameters": [
|
22728
|
+
},
|
22668
22729
|
{
|
22669
|
-
"name": "
|
22730
|
+
"name": "panel",
|
22731
|
+
"optional": true,
|
22670
22732
|
"type": {
|
22671
22733
|
"text": "HTMLElement"
|
22672
22734
|
}
|
@@ -22675,12 +22737,31 @@
|
|
22675
22737
|
},
|
22676
22738
|
{
|
22677
22739
|
"kind": "method",
|
22678
|
-
"name": "
|
22740
|
+
"name": "render",
|
22679
22741
|
"privacy": "public",
|
22680
22742
|
"static": true,
|
22681
22743
|
"parameters": [
|
22682
22744
|
{
|
22683
|
-
"name": "
|
22745
|
+
"name": "deepChat",
|
22746
|
+
"type": {
|
22747
|
+
"text": "DeepChat"
|
22748
|
+
}
|
22749
|
+
},
|
22750
|
+
{
|
22751
|
+
"name": "containerRef",
|
22752
|
+
"type": {
|
22753
|
+
"text": "HTMLElement"
|
22754
|
+
}
|
22755
|
+
},
|
22756
|
+
{
|
22757
|
+
"name": "serviceIO",
|
22758
|
+
"type": {
|
22759
|
+
"text": "ServiceIO"
|
22760
|
+
}
|
22761
|
+
},
|
22762
|
+
{
|
22763
|
+
"name": "panel",
|
22764
|
+
"optional": true,
|
22684
22765
|
"type": {
|
22685
22766
|
"text": "HTMLElement"
|
22686
22767
|
}
|
@@ -22693,404 +22774,323 @@
|
|
22693
22774
|
"exports": [
|
22694
22775
|
{
|
22695
22776
|
"kind": "js",
|
22696
|
-
"name": "
|
22777
|
+
"name": "ChatView",
|
22697
22778
|
"declaration": {
|
22698
|
-
"name": "
|
22699
|
-
"module": "src/
|
22779
|
+
"name": "ChatView",
|
22780
|
+
"module": "src/views/chat/chatView.ts"
|
22700
22781
|
}
|
22701
22782
|
}
|
22702
22783
|
]
|
22703
22784
|
},
|
22704
22785
|
{
|
22705
22786
|
"kind": "javascript-module",
|
22706
|
-
"path": "src/
|
22787
|
+
"path": "src/views/error/errorView.ts",
|
22707
22788
|
"declarations": [
|
22708
22789
|
{
|
22709
|
-
"kind": "
|
22710
|
-
"
|
22711
|
-
"
|
22712
|
-
|
22713
|
-
|
22714
|
-
|
22790
|
+
"kind": "class",
|
22791
|
+
"description": "",
|
22792
|
+
"name": "ErrorView",
|
22793
|
+
"members": [
|
22794
|
+
{
|
22795
|
+
"kind": "method",
|
22796
|
+
"name": "render",
|
22797
|
+
"privacy": "public",
|
22798
|
+
"static": true,
|
22799
|
+
"parameters": [
|
22800
|
+
{
|
22801
|
+
"name": "containerElement",
|
22802
|
+
"type": {
|
22803
|
+
"text": "HTMLElement"
|
22804
|
+
}
|
22805
|
+
},
|
22806
|
+
{
|
22807
|
+
"name": "text",
|
22808
|
+
"type": {
|
22809
|
+
"text": "string"
|
22810
|
+
}
|
22811
|
+
}
|
22812
|
+
]
|
22813
|
+
}
|
22814
|
+
]
|
22715
22815
|
}
|
22716
22816
|
],
|
22717
22817
|
"exports": [
|
22718
22818
|
{
|
22719
22819
|
"kind": "js",
|
22720
|
-
"name": "
|
22820
|
+
"name": "ErrorView",
|
22721
22821
|
"declaration": {
|
22722
|
-
"name": "
|
22723
|
-
"module": "src/
|
22822
|
+
"name": "ErrorView",
|
22823
|
+
"module": "src/views/error/errorView.ts"
|
22724
22824
|
}
|
22725
22825
|
}
|
22726
22826
|
]
|
22727
22827
|
},
|
22728
22828
|
{
|
22729
22829
|
"kind": "javascript-module",
|
22730
|
-
"path": "src/
|
22830
|
+
"path": "src/views/insertKey/insertKeyView.ts",
|
22731
22831
|
"declarations": [
|
22732
22832
|
{
|
22733
22833
|
"kind": "class",
|
22734
22834
|
"description": "",
|
22735
|
-
"name": "
|
22835
|
+
"name": "InsertKeyView",
|
22736
22836
|
"members": [
|
22737
22837
|
{
|
22738
22838
|
"kind": "method",
|
22739
|
-
"name": "
|
22839
|
+
"name": "createCautionText",
|
22740
22840
|
"privacy": "private",
|
22741
|
-
"static": true
|
22742
|
-
"parameters": [
|
22743
|
-
{
|
22744
|
-
"name": "element",
|
22745
|
-
"type": {
|
22746
|
-
"text": "HTMLElement"
|
22747
|
-
}
|
22748
|
-
},
|
22749
|
-
{
|
22750
|
-
"name": "styles",
|
22751
|
-
"type": {
|
22752
|
-
"text": "StatefulStyles"
|
22753
|
-
}
|
22754
|
-
}
|
22755
|
-
]
|
22841
|
+
"static": true
|
22756
22842
|
},
|
22757
22843
|
{
|
22758
22844
|
"kind": "method",
|
22759
|
-
"name": "
|
22845
|
+
"name": "createHelpLink",
|
22760
22846
|
"privacy": "private",
|
22761
22847
|
"static": true,
|
22762
22848
|
"parameters": [
|
22763
22849
|
{
|
22764
|
-
"name": "
|
22765
|
-
"type": {
|
22766
|
-
"text": "HTMLElement"
|
22767
|
-
}
|
22768
|
-
},
|
22769
|
-
{
|
22770
|
-
"name": "styles",
|
22850
|
+
"name": "link",
|
22771
22851
|
"type": {
|
22772
|
-
"text": "
|
22852
|
+
"text": "string"
|
22773
22853
|
}
|
22774
22854
|
}
|
22775
22855
|
]
|
22776
22856
|
},
|
22777
22857
|
{
|
22778
22858
|
"kind": "method",
|
22779
|
-
"name": "
|
22859
|
+
"name": "createFailText",
|
22860
|
+
"privacy": "private",
|
22861
|
+
"static": true
|
22862
|
+
},
|
22863
|
+
{
|
22864
|
+
"kind": "method",
|
22865
|
+
"name": "createHelpTextContainer",
|
22780
22866
|
"privacy": "private",
|
22781
22867
|
"static": true,
|
22782
22868
|
"parameters": [
|
22783
22869
|
{
|
22784
|
-
"name": "
|
22785
|
-
"
|
22786
|
-
"text": "HTMLElement"
|
22787
|
-
}
|
22788
|
-
},
|
22789
|
-
{
|
22790
|
-
"name": "styles",
|
22870
|
+
"name": "link",
|
22871
|
+
"optional": true,
|
22791
22872
|
"type": {
|
22792
|
-
"text": "
|
22873
|
+
"text": "string"
|
22793
22874
|
}
|
22794
22875
|
}
|
22795
22876
|
]
|
22796
22877
|
},
|
22797
22878
|
{
|
22798
22879
|
"kind": "method",
|
22799
|
-
"name": "
|
22880
|
+
"name": "onFail",
|
22800
22881
|
"privacy": "private",
|
22801
22882
|
"static": true,
|
22802
22883
|
"parameters": [
|
22803
22884
|
{
|
22804
|
-
"name": "
|
22885
|
+
"name": "inputEl",
|
22805
22886
|
"type": {
|
22806
|
-
"text": "
|
22887
|
+
"text": "HTMLInputElement"
|
22807
22888
|
}
|
22808
22889
|
},
|
22809
22890
|
{
|
22810
|
-
"name": "
|
22891
|
+
"name": "startEl",
|
22811
22892
|
"type": {
|
22812
|
-
"text": "
|
22893
|
+
"text": "HTMLElement"
|
22813
22894
|
}
|
22814
|
-
}
|
22815
|
-
]
|
22816
|
-
},
|
22817
|
-
{
|
22818
|
-
"kind": "method",
|
22819
|
-
"name": "add",
|
22820
|
-
"privacy": "public",
|
22821
|
-
"static": true,
|
22822
|
-
"parameters": [
|
22895
|
+
},
|
22823
22896
|
{
|
22824
|
-
"name": "
|
22897
|
+
"name": "failTextEl",
|
22825
22898
|
"type": {
|
22826
22899
|
"text": "HTMLElement"
|
22827
22900
|
}
|
22828
22901
|
},
|
22829
22902
|
{
|
22830
|
-
"name": "
|
22903
|
+
"name": "message",
|
22831
22904
|
"type": {
|
22832
|
-
"text": "
|
22905
|
+
"text": "string"
|
22833
22906
|
}
|
22834
22907
|
}
|
22835
22908
|
]
|
22836
|
-
}
|
22837
|
-
]
|
22838
|
-
}
|
22839
|
-
],
|
22840
|
-
"exports": [
|
22841
|
-
{
|
22842
|
-
"kind": "js",
|
22843
|
-
"name": "StatefulEvents",
|
22844
|
-
"declaration": {
|
22845
|
-
"name": "StatefulEvents",
|
22846
|
-
"module": "src/utils/element/statefulEvents.ts"
|
22847
|
-
}
|
22848
|
-
}
|
22849
|
-
]
|
22850
|
-
},
|
22851
|
-
{
|
22852
|
-
"kind": "javascript-module",
|
22853
|
-
"path": "src/utils/element/styleUtils.ts",
|
22854
|
-
"declarations": [
|
22855
|
-
{
|
22856
|
-
"kind": "class",
|
22857
|
-
"description": "",
|
22858
|
-
"name": "StyleUtils",
|
22859
|
-
"members": [
|
22909
|
+
},
|
22860
22910
|
{
|
22861
22911
|
"kind": "method",
|
22862
|
-
"name": "
|
22863
|
-
"privacy": "
|
22912
|
+
"name": "onLoad",
|
22913
|
+
"privacy": "private",
|
22864
22914
|
"static": true,
|
22865
22915
|
"parameters": [
|
22866
22916
|
{
|
22867
|
-
"name": "
|
22917
|
+
"name": "inputEl",
|
22868
22918
|
"type": {
|
22869
|
-
"text": "
|
22919
|
+
"text": "HTMLInputElement"
|
22870
22920
|
}
|
22871
22921
|
},
|
22872
22922
|
{
|
22873
|
-
"name": "
|
22923
|
+
"name": "startEl",
|
22874
22924
|
"type": {
|
22875
|
-
"text": "
|
22925
|
+
"text": "HTMLElement"
|
22876
22926
|
}
|
22877
22927
|
}
|
22878
22928
|
]
|
22879
22929
|
},
|
22880
22930
|
{
|
22881
22931
|
"kind": "method",
|
22882
|
-
"name": "
|
22883
|
-
"privacy": "
|
22932
|
+
"name": "verifyKey",
|
22933
|
+
"privacy": "private",
|
22884
22934
|
"static": true,
|
22885
22935
|
"parameters": [
|
22886
22936
|
{
|
22887
|
-
"name": "
|
22937
|
+
"name": "inputElement",
|
22888
22938
|
"type": {
|
22889
|
-
"text": "
|
22939
|
+
"text": "HTMLInputElement"
|
22890
22940
|
}
|
22891
22941
|
},
|
22892
22942
|
{
|
22893
|
-
"name": "
|
22943
|
+
"name": "keyVerificationHandlers",
|
22894
22944
|
"type": {
|
22895
|
-
"text": "
|
22945
|
+
"text": "KeyVerificationHandlers"
|
22946
|
+
}
|
22947
|
+
},
|
22948
|
+
{
|
22949
|
+
"name": "serviceIO",
|
22950
|
+
"type": {
|
22951
|
+
"text": "ServiceIO"
|
22896
22952
|
}
|
22897
22953
|
}
|
22898
22954
|
]
|
22899
22955
|
},
|
22900
22956
|
{
|
22901
22957
|
"kind": "method",
|
22902
|
-
"name": "
|
22903
|
-
"privacy": "
|
22958
|
+
"name": "addVerificationEvents",
|
22959
|
+
"privacy": "private",
|
22904
22960
|
"static": true,
|
22905
22961
|
"parameters": [
|
22906
22962
|
{
|
22907
|
-
"name": "
|
22963
|
+
"name": "inputEl",
|
22908
22964
|
"type": {
|
22909
|
-
"text": "
|
22965
|
+
"text": "HTMLInputElement"
|
22910
22966
|
}
|
22911
22967
|
},
|
22912
22968
|
{
|
22913
|
-
"name": "
|
22969
|
+
"name": "startEl",
|
22914
22970
|
"type": {
|
22915
|
-
"text": "
|
22971
|
+
"text": "HTMLElement"
|
22916
22972
|
}
|
22917
|
-
}
|
22918
|
-
]
|
22919
|
-
},
|
22920
|
-
{
|
22921
|
-
"kind": "method",
|
22922
|
-
"name": "processStateful",
|
22923
|
-
"privacy": "public",
|
22924
|
-
"static": true,
|
22925
|
-
"return": {
|
22926
|
-
"type": {
|
22927
|
-
"text": "StatefulStyles"
|
22928
|
-
}
|
22929
|
-
},
|
22930
|
-
"parameters": [
|
22973
|
+
},
|
22931
22974
|
{
|
22932
|
-
"name": "
|
22975
|
+
"name": "failTextEl",
|
22933
22976
|
"type": {
|
22934
|
-
"text": "
|
22977
|
+
"text": "HTMLElement"
|
22935
22978
|
}
|
22936
22979
|
},
|
22937
22980
|
{
|
22938
|
-
"name": "
|
22981
|
+
"name": "changeToChat",
|
22939
22982
|
"type": {
|
22940
|
-
"text": "
|
22983
|
+
"text": "() => void"
|
22941
22984
|
}
|
22942
22985
|
},
|
22943
22986
|
{
|
22944
|
-
"name": "
|
22987
|
+
"name": "serviceIO",
|
22945
22988
|
"type": {
|
22946
|
-
"text": "
|
22989
|
+
"text": "ServiceIO"
|
22947
22990
|
}
|
22948
22991
|
}
|
22949
22992
|
]
|
22950
22993
|
},
|
22951
22994
|
{
|
22952
22995
|
"kind": "method",
|
22953
|
-
"name": "
|
22954
|
-
"privacy": "
|
22996
|
+
"name": "createStartButton",
|
22997
|
+
"privacy": "private",
|
22998
|
+
"static": true
|
22999
|
+
},
|
23000
|
+
{
|
23001
|
+
"kind": "method",
|
23002
|
+
"name": "onInputFocus",
|
23003
|
+
"privacy": "private",
|
22955
23004
|
"static": true,
|
22956
|
-
"return": {
|
22957
|
-
"type": {
|
22958
|
-
"text": "StatefulStyles"
|
22959
|
-
}
|
22960
|
-
},
|
22961
23005
|
"parameters": [
|
22962
23006
|
{
|
22963
|
-
"name": "
|
23007
|
+
"name": "event",
|
22964
23008
|
"type": {
|
22965
|
-
"text": "
|
23009
|
+
"text": "FocusEvent"
|
22966
23010
|
}
|
22967
23011
|
}
|
22968
23012
|
]
|
22969
23013
|
},
|
22970
23014
|
{
|
22971
23015
|
"kind": "method",
|
22972
|
-
"name": "
|
22973
|
-
"privacy": "
|
23016
|
+
"name": "createInput",
|
23017
|
+
"privacy": "private",
|
22974
23018
|
"static": true,
|
22975
23019
|
"parameters": [
|
22976
23020
|
{
|
22977
|
-
"name": "
|
22978
|
-
"
|
22979
|
-
"text": "StatefulStyles"
|
22980
|
-
}
|
22981
|
-
},
|
22982
|
-
{
|
22983
|
-
"name": "element",
|
23021
|
+
"name": "placeholderText",
|
23022
|
+
"optional": true,
|
22984
23023
|
"type": {
|
22985
|
-
"text": "
|
23024
|
+
"text": "string"
|
22986
23025
|
}
|
22987
23026
|
}
|
22988
23027
|
]
|
22989
|
-
}
|
22990
|
-
]
|
22991
|
-
}
|
22992
|
-
],
|
22993
|
-
"exports": [
|
22994
|
-
{
|
22995
|
-
"kind": "js",
|
22996
|
-
"name": "StyleUtils",
|
22997
|
-
"declaration": {
|
22998
|
-
"name": "StyleUtils",
|
22999
|
-
"module": "src/utils/element/styleUtils.ts"
|
23000
|
-
}
|
23001
|
-
}
|
23002
|
-
]
|
23003
|
-
},
|
23004
|
-
{
|
23005
|
-
"kind": "javascript-module",
|
23006
|
-
"path": "src/utils/svg/svgIconUtils.ts",
|
23007
|
-
"declarations": [
|
23008
|
-
{
|
23009
|
-
"kind": "class",
|
23010
|
-
"description": "",
|
23011
|
-
"name": "SVGIconUtils",
|
23012
|
-
"members": [
|
23028
|
+
},
|
23013
23029
|
{
|
23014
23030
|
"kind": "method",
|
23015
|
-
"name": "
|
23016
|
-
"privacy": "
|
23031
|
+
"name": "createContents",
|
23032
|
+
"privacy": "private",
|
23017
23033
|
"static": true,
|
23018
|
-
"return": {
|
23019
|
-
"type": {
|
23020
|
-
"text": "SVGGraphicsElement"
|
23021
|
-
}
|
23022
|
-
},
|
23023
23034
|
"parameters": [
|
23024
23035
|
{
|
23025
|
-
"name": "
|
23036
|
+
"name": "changeToChat",
|
23026
23037
|
"type": {
|
23027
|
-
"text": "
|
23038
|
+
"text": "() => void"
|
23039
|
+
}
|
23040
|
+
},
|
23041
|
+
{
|
23042
|
+
"name": "serviceIO",
|
23043
|
+
"type": {
|
23044
|
+
"text": "ServiceIO"
|
23028
23045
|
}
|
23029
23046
|
}
|
23030
23047
|
]
|
23031
|
-
}
|
23032
|
-
]
|
23033
|
-
}
|
23034
|
-
],
|
23035
|
-
"exports": [
|
23036
|
-
{
|
23037
|
-
"kind": "js",
|
23038
|
-
"name": "SVGIconUtils",
|
23039
|
-
"declaration": {
|
23040
|
-
"name": "SVGIconUtils",
|
23041
|
-
"module": "src/utils/svg/svgIconUtils.ts"
|
23042
|
-
}
|
23043
|
-
}
|
23044
|
-
]
|
23045
|
-
},
|
23046
|
-
{
|
23047
|
-
"kind": "javascript-module",
|
23048
|
-
"path": "src/utils/fileTypes/fileTypeButtonIcons.ts",
|
23049
|
-
"declarations": [
|
23050
|
-
{
|
23051
|
-
"kind": "variable",
|
23052
|
-
"name": "FILE_TYPE_BUTTON_ICONS",
|
23053
|
-
"type": {
|
23054
|
-
"text": "ServiceFileTypes"
|
23055
|
-
},
|
23056
|
-
"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}"
|
23057
|
-
}
|
23058
|
-
],
|
23059
|
-
"exports": [
|
23060
|
-
{
|
23061
|
-
"kind": "js",
|
23062
|
-
"name": "FILE_TYPE_BUTTON_ICONS",
|
23063
|
-
"declaration": {
|
23064
|
-
"name": "FILE_TYPE_BUTTON_ICONS",
|
23065
|
-
"module": "src/utils/fileTypes/fileTypeButtonIcons.ts"
|
23066
|
-
}
|
23067
|
-
}
|
23068
|
-
]
|
23069
|
-
},
|
23070
|
-
{
|
23071
|
-
"kind": "javascript-module",
|
23072
|
-
"path": "src/utils/webComponent/googleFont.ts",
|
23073
|
-
"declarations": [
|
23074
|
-
{
|
23075
|
-
"kind": "class",
|
23076
|
-
"description": "",
|
23077
|
-
"name": "GoogleFont",
|
23078
|
-
"members": [
|
23048
|
+
},
|
23079
23049
|
{
|
23080
|
-
"kind": "
|
23081
|
-
"name": "
|
23082
|
-
"type": {
|
23083
|
-
"text": "string"
|
23084
|
-
},
|
23050
|
+
"kind": "method",
|
23051
|
+
"name": "createElements",
|
23085
23052
|
"privacy": "private",
|
23086
23053
|
"static": true,
|
23087
|
-
"
|
23054
|
+
"parameters": [
|
23055
|
+
{
|
23056
|
+
"name": "changeToChat",
|
23057
|
+
"type": {
|
23058
|
+
"text": "() => void"
|
23059
|
+
}
|
23060
|
+
},
|
23061
|
+
{
|
23062
|
+
"name": "serviceIO",
|
23063
|
+
"type": {
|
23064
|
+
"text": "ServiceIO"
|
23065
|
+
}
|
23066
|
+
}
|
23067
|
+
]
|
23088
23068
|
},
|
23089
23069
|
{
|
23090
23070
|
"kind": "method",
|
23091
|
-
"name": "
|
23071
|
+
"name": "render",
|
23092
23072
|
"privacy": "public",
|
23093
|
-
"static": true
|
23073
|
+
"static": true,
|
23074
|
+
"parameters": [
|
23075
|
+
{
|
23076
|
+
"name": "containerRef",
|
23077
|
+
"type": {
|
23078
|
+
"text": "HTMLElement"
|
23079
|
+
}
|
23080
|
+
},
|
23081
|
+
{
|
23082
|
+
"name": "changeToChat",
|
23083
|
+
"type": {
|
23084
|
+
"text": "() => void"
|
23085
|
+
}
|
23086
|
+
},
|
23087
|
+
{
|
23088
|
+
"name": "serviceIO",
|
23089
|
+
"type": {
|
23090
|
+
"text": "ServiceIO"
|
23091
|
+
}
|
23092
|
+
}
|
23093
|
+
]
|
23094
23094
|
}
|
23095
23095
|
]
|
23096
23096
|
}
|
@@ -23098,71 +23098,79 @@
|
|
23098
23098
|
"exports": [
|
23099
23099
|
{
|
23100
23100
|
"kind": "js",
|
23101
|
-
"name": "
|
23101
|
+
"name": "InsertKeyView",
|
23102
23102
|
"declaration": {
|
23103
|
-
"name": "
|
23104
|
-
"module": "src/
|
23103
|
+
"name": "InsertKeyView",
|
23104
|
+
"module": "src/views/insertKey/insertKeyView.ts"
|
23105
23105
|
}
|
23106
23106
|
}
|
23107
23107
|
]
|
23108
23108
|
},
|
23109
23109
|
{
|
23110
23110
|
"kind": "javascript-module",
|
23111
|
-
"path": "src/
|
23111
|
+
"path": "src/views/insertKey/visibilityIcon.ts",
|
23112
23112
|
"declarations": [
|
23113
23113
|
{
|
23114
23114
|
"kind": "class",
|
23115
23115
|
"description": "",
|
23116
|
-
"name": "
|
23116
|
+
"name": "VisibilityIcon",
|
23117
23117
|
"members": [
|
23118
23118
|
{
|
23119
23119
|
"kind": "field",
|
23120
|
-
"name": "
|
23121
|
-
"type": {
|
23122
|
-
"text": "boolean"
|
23123
|
-
},
|
23124
|
-
"default": "false"
|
23125
|
-
},
|
23126
|
-
{
|
23127
|
-
"kind": "field",
|
23128
|
-
"name": "_propUpdated_",
|
23129
|
-
"type": {
|
23130
|
-
"text": "boolean"
|
23131
|
-
},
|
23132
|
-
"default": "false"
|
23133
|
-
},
|
23134
|
-
{
|
23135
|
-
"kind": "field",
|
23136
|
-
"name": "_attributes_",
|
23120
|
+
"name": "VISIBLE_ICON_ID",
|
23137
23121
|
"type": {
|
23138
|
-
"text": "
|
23122
|
+
"text": "string"
|
23139
23123
|
},
|
23124
|
+
"privacy": "private",
|
23140
23125
|
"static": true,
|
23141
|
-
"default": "
|
23126
|
+
"default": "'visible-icon'"
|
23142
23127
|
},
|
23143
23128
|
{
|
23144
|
-
"kind": "
|
23145
|
-
"name": "
|
23146
|
-
"
|
23147
|
-
"text": "GenericObject<string>"
|
23148
|
-
},
|
23129
|
+
"kind": "method",
|
23130
|
+
"name": "changeVisibility",
|
23131
|
+
"privacy": "private",
|
23149
23132
|
"static": true,
|
23150
|
-
"
|
23133
|
+
"parameters": [
|
23134
|
+
{
|
23135
|
+
"name": "inputElement",
|
23136
|
+
"type": {
|
23137
|
+
"text": "HTMLInputElement"
|
23138
|
+
}
|
23139
|
+
},
|
23140
|
+
{
|
23141
|
+
"name": "visibleIcon",
|
23142
|
+
"type": {
|
23143
|
+
"text": "SVGGraphicsElement"
|
23144
|
+
}
|
23145
|
+
},
|
23146
|
+
{
|
23147
|
+
"name": "notVisibleIcon",
|
23148
|
+
"type": {
|
23149
|
+
"text": "SVGGraphicsElement"
|
23150
|
+
}
|
23151
|
+
},
|
23152
|
+
{
|
23153
|
+
"name": "event",
|
23154
|
+
"type": {
|
23155
|
+
"text": "MouseEvent"
|
23156
|
+
}
|
23157
|
+
}
|
23158
|
+
]
|
23151
23159
|
},
|
23152
23160
|
{
|
23153
23161
|
"kind": "method",
|
23154
|
-
"name": "
|
23162
|
+
"name": "createIconElement",
|
23155
23163
|
"privacy": "private",
|
23164
|
+
"static": true,
|
23156
23165
|
"parameters": [
|
23157
23166
|
{
|
23158
|
-
"name": "
|
23167
|
+
"name": "iconString",
|
23159
23168
|
"type": {
|
23160
23169
|
"text": "string"
|
23161
23170
|
}
|
23162
23171
|
},
|
23163
23172
|
{
|
23164
|
-
"name": "
|
23165
|
-
"optional": true,
|
23173
|
+
"name": "id",
|
23166
23174
|
"type": {
|
23167
23175
|
"text": "string"
|
23168
23176
|
}
|
@@ -23171,91 +23179,83 @@
|
|
23171
23179
|
},
|
23172
23180
|
{
|
23173
23181
|
"kind": "method",
|
23174
|
-
"name": "
|
23182
|
+
"name": "create",
|
23183
|
+
"privacy": "public",
|
23184
|
+
"static": true,
|
23185
|
+
"parameters": [
|
23186
|
+
{
|
23187
|
+
"name": "inputElement",
|
23188
|
+
"type": {
|
23189
|
+
"text": "HTMLInputElement"
|
23190
|
+
}
|
23191
|
+
}
|
23192
|
+
]
|
23175
23193
|
}
|
23176
|
-
]
|
23177
|
-
"superclass": {
|
23178
|
-
"name": "HTMLElement"
|
23179
|
-
},
|
23180
|
-
"customElement": true
|
23194
|
+
]
|
23181
23195
|
}
|
23182
23196
|
],
|
23183
23197
|
"exports": [
|
23184
23198
|
{
|
23185
23199
|
"kind": "js",
|
23186
|
-
"name": "
|
23200
|
+
"name": "VisibilityIcon",
|
23187
23201
|
"declaration": {
|
23188
|
-
"name": "
|
23189
|
-
"module": "src/
|
23202
|
+
"name": "VisibilityIcon",
|
23203
|
+
"module": "src/views/insertKey/visibilityIcon.ts"
|
23190
23204
|
}
|
23191
23205
|
}
|
23192
23206
|
]
|
23193
23207
|
},
|
23194
23208
|
{
|
23195
23209
|
"kind": "javascript-module",
|
23196
|
-
"path": "src/
|
23210
|
+
"path": "src/views/validateKeyProperty/validateKeyPropertyView.ts",
|
23197
23211
|
"declarations": [
|
23198
23212
|
{
|
23199
23213
|
"kind": "class",
|
23200
23214
|
"description": "",
|
23201
|
-
"name": "
|
23215
|
+
"name": "ValidateKeyPropertyView",
|
23202
23216
|
"members": [
|
23203
23217
|
{
|
23204
23218
|
"kind": "method",
|
23205
|
-
"name": "
|
23206
|
-
"privacy": "
|
23219
|
+
"name": "onLoad",
|
23220
|
+
"privacy": "private",
|
23207
23221
|
"static": true,
|
23208
23222
|
"parameters": [
|
23209
23223
|
{
|
23210
|
-
"name": "
|
23211
|
-
"type": {
|
23212
|
-
"text": "string"
|
23213
|
-
}
|
23214
|
-
},
|
23215
|
-
{
|
23216
|
-
"name": "shadowRoot",
|
23224
|
+
"name": "startElement",
|
23217
23225
|
"type": {
|
23218
|
-
"text": "
|
23226
|
+
"text": "HTMLElement"
|
23219
23227
|
}
|
23220
23228
|
}
|
23221
23229
|
]
|
23222
23230
|
},
|
23223
23231
|
{
|
23224
23232
|
"kind": "method",
|
23225
|
-
"name": "
|
23233
|
+
"name": "createElements",
|
23226
23234
|
"privacy": "private",
|
23235
|
+
"static": true
|
23236
|
+
},
|
23237
|
+
{
|
23238
|
+
"kind": "method",
|
23239
|
+
"name": "render",
|
23240
|
+
"privacy": "public",
|
23227
23241
|
"static": true,
|
23228
23242
|
"parameters": [
|
23229
23243
|
{
|
23230
|
-
"name": "
|
23244
|
+
"name": "containerRef",
|
23231
23245
|
"type": {
|
23232
|
-
"text": "
|
23246
|
+
"text": "HTMLElement"
|
23233
23247
|
}
|
23234
23248
|
},
|
23235
23249
|
{
|
23236
|
-
"name": "
|
23237
|
-
"type": {
|
23238
|
-
"text": "ShadowRoot"
|
23239
|
-
}
|
23240
|
-
}
|
23241
|
-
]
|
23242
|
-
},
|
23243
|
-
{
|
23244
|
-
"kind": "method",
|
23245
|
-
"name": "addStyleElement",
|
23246
|
-
"privacy": "private",
|
23247
|
-
"static": true,
|
23248
|
-
"parameters": [
|
23249
|
-
{
|
23250
|
-
"name": "style",
|
23250
|
+
"name": "changeToChat",
|
23251
23251
|
"type": {
|
23252
|
-
"text": "
|
23252
|
+
"text": "() => void"
|
23253
23253
|
}
|
23254
23254
|
},
|
23255
23255
|
{
|
23256
|
-
"name": "
|
23256
|
+
"name": "serviceIO",
|
23257
23257
|
"type": {
|
23258
|
-
"text": "
|
23258
|
+
"text": "ServiceIO"
|
23259
23259
|
}
|
23260
23260
|
}
|
23261
23261
|
]
|
@@ -23266,10 +23266,10 @@
|
|
23266
23266
|
"exports": [
|
23267
23267
|
{
|
23268
23268
|
"kind": "js",
|
23269
|
-
"name": "
|
23269
|
+
"name": "ValidateKeyPropertyView",
|
23270
23270
|
"declaration": {
|
23271
|
-
"name": "
|
23272
|
-
"module": "src/
|
23271
|
+
"name": "ValidateKeyPropertyView",
|
23272
|
+
"module": "src/views/validateKeyProperty/validateKeyPropertyView.ts"
|
23273
23273
|
}
|
23274
23274
|
}
|
23275
23275
|
]
|
@@ -28113,6 +28113,35 @@
|
|
28113
28113
|
}
|
28114
28114
|
]
|
28115
28115
|
},
|
28116
|
+
{
|
28117
|
+
"kind": "javascript-module",
|
28118
|
+
"path": "src/views/chat/messages/remarkable/remarkableConfig.ts",
|
28119
|
+
"declarations": [
|
28120
|
+
{
|
28121
|
+
"kind": "class",
|
28122
|
+
"description": "",
|
28123
|
+
"name": "RemarkableConfig",
|
28124
|
+
"members": [
|
28125
|
+
{
|
28126
|
+
"kind": "method",
|
28127
|
+
"name": "createNew",
|
28128
|
+
"privacy": "public",
|
28129
|
+
"static": true
|
28130
|
+
}
|
28131
|
+
]
|
28132
|
+
}
|
28133
|
+
],
|
28134
|
+
"exports": [
|
28135
|
+
{
|
28136
|
+
"kind": "js",
|
28137
|
+
"name": "RemarkableConfig",
|
28138
|
+
"declaration": {
|
28139
|
+
"name": "RemarkableConfig",
|
28140
|
+
"module": "src/views/chat/messages/remarkable/remarkableConfig.ts"
|
28141
|
+
}
|
28142
|
+
}
|
28143
|
+
]
|
28144
|
+
},
|
28116
28145
|
{
|
28117
28146
|
"kind": "javascript-module",
|
28118
28147
|
"path": "src/views/chat/messages/textToSpeech/textToSpeech.ts",
|
@@ -28186,35 +28215,6 @@
|
|
28186
28215
|
}
|
28187
28216
|
]
|
28188
28217
|
},
|
28189
|
-
{
|
28190
|
-
"kind": "javascript-module",
|
28191
|
-
"path": "src/views/chat/messages/remarkable/remarkableConfig.ts",
|
28192
|
-
"declarations": [
|
28193
|
-
{
|
28194
|
-
"kind": "class",
|
28195
|
-
"description": "",
|
28196
|
-
"name": "RemarkableConfig",
|
28197
|
-
"members": [
|
28198
|
-
{
|
28199
|
-
"kind": "method",
|
28200
|
-
"name": "createNew",
|
28201
|
-
"privacy": "public",
|
28202
|
-
"static": true
|
28203
|
-
}
|
28204
|
-
]
|
28205
|
-
}
|
28206
|
-
],
|
28207
|
-
"exports": [
|
28208
|
-
{
|
28209
|
-
"kind": "js",
|
28210
|
-
"name": "RemarkableConfig",
|
28211
|
-
"declaration": {
|
28212
|
-
"name": "RemarkableConfig",
|
28213
|
-
"module": "src/views/chat/messages/remarkable/remarkableConfig.ts"
|
28214
|
-
}
|
28215
|
-
}
|
28216
|
-
]
|
28217
|
-
},
|
28218
28218
|
{
|
28219
28219
|
"kind": "javascript-module",
|
28220
28220
|
"path": "src/views/chat/input/buttons/camera/cameraButton.ts",
|