deep-chat-dev 9.0.0 → 9.0.2
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 +402 -327
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.d.ts +2 -0
- package/dist/deepChat.d.ts.map +1 -1
- package/dist/deepChat.js +338 -286
- package/dist/services/assemblyAI/assemblyAIAudioIO.d.ts +2 -2
- package/dist/services/assemblyAI/assemblyAIAudioIO.d.ts.map +1 -1
- package/dist/services/azure/azureSpeechToTextIO.d.ts +2 -2
- package/dist/services/azure/azureSpeechToTextIO.d.ts.map +1 -1
- package/dist/services/azure/azureTextToSpeechIO.d.ts +2 -2
- package/dist/services/azure/azureTextToSpeechIO.d.ts.map +1 -1
- package/dist/services/azure/azureTranslationIO.d.ts +2 -2
- package/dist/services/azure/azureTranslationIO.d.ts.map +1 -1
- package/dist/services/cohere/cohereChatIO.d.ts +2 -2
- package/dist/services/cohere/cohereChatIO.d.ts.map +1 -1
- package/dist/services/cohere/cohereSummarizationIO.d.ts +2 -2
- package/dist/services/cohere/cohereSummarizationIO.d.ts.map +1 -1
- package/dist/services/cohere/cohereTextGenerationIO.d.ts +2 -2
- package/dist/services/cohere/cohereTextGenerationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceConversationIO.d.ts +2 -2
- package/dist/services/huggingFace/huggingFaceConversationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceFillMaskIO.d.ts +2 -2
- package/dist/services/huggingFace/huggingFaceFillMaskIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceQuestionAnswerIO.d.ts +2 -2
- package/dist/services/huggingFace/huggingFaceQuestionAnswerIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceSummarizationIO.d.ts +2 -2
- package/dist/services/huggingFace/huggingFaceSummarizationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceTextGenerationIO.d.ts +2 -2
- package/dist/services/huggingFace/huggingFaceTextGenerationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceTranslationIO.d.ts +2 -2
- package/dist/services/huggingFace/huggingFaceTranslationIO.d.ts.map +1 -1
- package/dist/services/openAI/openAIAudioIO.d.ts +2 -2
- package/dist/services/openAI/openAIAudioIO.d.ts.map +1 -1
- package/dist/services/openAI/openAIChatIO.d.ts +2 -2
- package/dist/services/openAI/openAIChatIO.d.ts.map +1 -1
- package/dist/services/openAI/openAICompletionsIO.d.ts +2 -2
- package/dist/services/openAI/openAICompletionsIO.d.ts.map +1 -1
- package/dist/services/openAI/openAIImagesIO.d.ts +2 -2
- package/dist/services/openAI/openAIImagesIO.d.ts.map +1 -1
- package/dist/services/serviceIO.d.ts +4 -4
- package/dist/services/serviceIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts +2 -2
- package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts +2 -2
- package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts +2 -2
- package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts +2 -2
- package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts.map +1 -1
- package/dist/services/utils/baseServiceIO.d.ts +2 -3
- package/dist/services/utils/baseServiceIO.d.ts.map +1 -1
- package/dist/types/demo.d.ts +2 -2
- package/dist/types/demo.d.ts.map +1 -1
- package/dist/types/interceptors.d.ts +2 -2
- package/dist/types/interceptors.d.ts.map +1 -1
- package/dist/types/request.d.ts +2 -2
- package/dist/types/request.d.ts.map +1 -1
- package/dist/types/{result.d.ts → response.d.ts} +3 -2
- package/dist/types/response.d.ts.map +1 -0
- package/dist/utils/HTTP/HTTPRequest.d.ts.map +1 -1
- package/dist/utils/HTTP/customRequest.d.ts +2 -4
- package/dist/utils/HTTP/customRequest.d.ts.map +1 -1
- package/dist/utils/HTTP/websocket.d.ts +4 -3
- package/dist/utils/HTTP/websocket.d.ts.map +1 -1
- package/dist/utils/demo/demo.d.ts.map +1 -1
- package/dist/utils/events/fireEvents.d.ts +1 -0
- package/dist/utils/events/fireEvents.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/submit/submitButton.d.ts.map +1 -1
- package/dist/views/chat/introPanel/introPanel.d.ts +1 -0
- package/dist/views/chat/introPanel/introPanel.d.ts.map +1 -1
- package/dist/views/chat/messages/fileMessages.d.ts.map +1 -1
- package/dist/views/chat/messages/messages.d.ts +6 -2
- package/dist/views/chat/messages/messages.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/types/customService.d.ts +0 -6
- package/dist/types/customService.d.ts.map +0 -1
- package/dist/types/result.d.ts.map +0 -1
package/custom-elements.json
CHANGED
@@ -256,6 +256,13 @@
|
|
256
256
|
"text": "() => void"
|
257
257
|
}
|
258
258
|
},
|
259
|
+
{
|
260
|
+
"kind": "field",
|
261
|
+
"name": "clearMessages",
|
262
|
+
"type": {
|
263
|
+
"text": "(isReset?: boolean) => void"
|
264
|
+
}
|
265
|
+
},
|
259
266
|
{
|
260
267
|
"kind": "field",
|
261
268
|
"name": "onNewMessage",
|
@@ -263,6 +270,13 @@
|
|
263
270
|
"text": "OnNewMessage"
|
264
271
|
}
|
265
272
|
},
|
273
|
+
{
|
274
|
+
"kind": "field",
|
275
|
+
"name": "onClearMessages",
|
276
|
+
"type": {
|
277
|
+
"text": "() => void"
|
278
|
+
}
|
279
|
+
},
|
266
280
|
{
|
267
281
|
"kind": "field",
|
268
282
|
"name": "onComponentRender",
|
@@ -920,12 +934,6 @@
|
|
920
934
|
"declarations": [],
|
921
935
|
"exports": []
|
922
936
|
},
|
923
|
-
{
|
924
|
-
"kind": "javascript-module",
|
925
|
-
"path": "src/types/customService.ts",
|
926
|
-
"declarations": [],
|
927
|
-
"exports": []
|
928
|
-
},
|
929
937
|
{
|
930
938
|
"kind": "javascript-module",
|
931
939
|
"path": "src/types/demo.ts",
|
@@ -1060,7 +1068,7 @@
|
|
1060
1068
|
},
|
1061
1069
|
{
|
1062
1070
|
"kind": "javascript-module",
|
1063
|
-
"path": "src/types/
|
1071
|
+
"path": "src/types/response.ts",
|
1064
1072
|
"declarations": [],
|
1065
1073
|
"exports": []
|
1066
1074
|
},
|
@@ -1250,7 +1258,7 @@
|
|
1250
1258
|
"name": "extractResultData",
|
1251
1259
|
"return": {
|
1252
1260
|
"type": {
|
1253
|
-
"text": "Promise<
|
1261
|
+
"text": "Promise<Response>"
|
1254
1262
|
}
|
1255
1263
|
},
|
1256
1264
|
"parameters": [
|
@@ -2195,14 +2203,14 @@
|
|
2195
2203
|
"name": "extractResultData",
|
2196
2204
|
"return": {
|
2197
2205
|
"type": {
|
2198
|
-
"text": "Promise<
|
2206
|
+
"text": "Promise<Response | {pollingInAnotherRequest: true}>"
|
2199
2207
|
}
|
2200
2208
|
},
|
2201
2209
|
"parameters": [
|
2202
2210
|
{
|
2203
2211
|
"name": "result",
|
2204
2212
|
"type": {
|
2205
|
-
"text": "any |
|
2213
|
+
"text": "any | Response"
|
2206
2214
|
}
|
2207
2215
|
}
|
2208
2216
|
],
|
@@ -2714,14 +2722,14 @@
|
|
2714
2722
|
"name": "extractResultData",
|
2715
2723
|
"return": {
|
2716
2724
|
"type": {
|
2717
|
-
"text": "Promise<
|
2725
|
+
"text": "Promise<Response | {pollingInAnotherRequest: true}>"
|
2718
2726
|
}
|
2719
2727
|
},
|
2720
2728
|
"parameters": [
|
2721
2729
|
{
|
2722
2730
|
"name": "result",
|
2723
2731
|
"type": {
|
2724
|
-
"text": "any |
|
2732
|
+
"text": "any | Response"
|
2725
2733
|
}
|
2726
2734
|
}
|
2727
2735
|
],
|
@@ -2852,7 +2860,7 @@
|
|
2852
2860
|
"name": "extractResultData",
|
2853
2861
|
"return": {
|
2854
2862
|
"type": {
|
2855
|
-
"text": "Promise<
|
2863
|
+
"text": "Promise<Response>"
|
2856
2864
|
}
|
2857
2865
|
},
|
2858
2866
|
"parameters": [
|
@@ -3997,7 +4005,7 @@
|
|
3997
4005
|
"name": "extractResultData",
|
3998
4006
|
"return": {
|
3999
4007
|
"type": {
|
4000
|
-
"text": "Promise<
|
4008
|
+
"text": "Promise<Response>"
|
4001
4009
|
}
|
4002
4010
|
},
|
4003
4011
|
"parameters": [
|
@@ -4577,7 +4585,7 @@
|
|
4577
4585
|
"name": "extractResultData",
|
4578
4586
|
"return": {
|
4579
4587
|
"type": {
|
4580
|
-
"text": "Promise<
|
4588
|
+
"text": "Promise<Response>"
|
4581
4589
|
}
|
4582
4590
|
},
|
4583
4591
|
"parameters": [
|
@@ -5106,7 +5114,7 @@
|
|
5106
5114
|
"name": "extractResultData",
|
5107
5115
|
"return": {
|
5108
5116
|
"type": {
|
5109
|
-
"text": "Promise<
|
5117
|
+
"text": "Promise<Response>"
|
5110
5118
|
}
|
5111
5119
|
},
|
5112
5120
|
"parameters": [
|
@@ -6127,14 +6135,14 @@
|
|
6127
6135
|
"name": "extractResultData",
|
6128
6136
|
"return": {
|
6129
6137
|
"type": {
|
6130
|
-
"text": "Promise<
|
6138
|
+
"text": "Promise<Response | {pollingInAnotherRequest: true}>"
|
6131
6139
|
}
|
6132
6140
|
},
|
6133
6141
|
"parameters": [
|
6134
6142
|
{
|
6135
6143
|
"name": "result",
|
6136
6144
|
"type": {
|
6137
|
-
"text": "any |
|
6145
|
+
"text": "any | Response"
|
6138
6146
|
}
|
6139
6147
|
}
|
6140
6148
|
],
|
@@ -6215,7 +6223,7 @@
|
|
6215
6223
|
"name": "extractResultData",
|
6216
6224
|
"return": {
|
6217
6225
|
"type": {
|
6218
|
-
"text": "Promise<
|
6226
|
+
"text": "Promise<Response>"
|
6219
6227
|
}
|
6220
6228
|
},
|
6221
6229
|
"parameters": [
|
@@ -6781,7 +6789,7 @@
|
|
6781
6789
|
"name": "extractResultData",
|
6782
6790
|
"return": {
|
6783
6791
|
"type": {
|
6784
|
-
"text": "Promise<
|
6792
|
+
"text": "Promise<Response>"
|
6785
6793
|
}
|
6786
6794
|
},
|
6787
6795
|
"parameters": [
|
@@ -7920,14 +7928,14 @@
|
|
7920
7928
|
"name": "extractResultData",
|
7921
7929
|
"return": {
|
7922
7930
|
"type": {
|
7923
|
-
"text": "Promise<
|
7931
|
+
"text": "Promise<Response | {pollingInAnotherRequest: true}>"
|
7924
7932
|
}
|
7925
7933
|
},
|
7926
7934
|
"parameters": [
|
7927
7935
|
{
|
7928
7936
|
"name": "result",
|
7929
7937
|
"type": {
|
7930
|
-
"text": "any |
|
7938
|
+
"text": "any | Response"
|
7931
7939
|
}
|
7932
7940
|
}
|
7933
7941
|
],
|
@@ -8581,14 +8589,14 @@
|
|
8581
8589
|
"name": "extractResultData",
|
8582
8590
|
"return": {
|
8583
8591
|
"type": {
|
8584
|
-
"text": "Promise<
|
8592
|
+
"text": "Promise<Response | {pollingInAnotherRequest: true}>"
|
8585
8593
|
}
|
8586
8594
|
},
|
8587
8595
|
"parameters": [
|
8588
8596
|
{
|
8589
8597
|
"name": "result",
|
8590
8598
|
"type": {
|
8591
|
-
"text": "any |
|
8599
|
+
"text": "any | Response"
|
8592
8600
|
}
|
8593
8601
|
}
|
8594
8602
|
],
|
@@ -8664,7 +8672,7 @@
|
|
8664
8672
|
"name": "extractResultData",
|
8665
8673
|
"return": {
|
8666
8674
|
"type": {
|
8667
|
-
"text": "Promise<
|
8675
|
+
"text": "Promise<Response>"
|
8668
8676
|
}
|
8669
8677
|
},
|
8670
8678
|
"parameters": [
|
@@ -9830,14 +9838,14 @@
|
|
9830
9838
|
"name": "extractResultData",
|
9831
9839
|
"return": {
|
9832
9840
|
"type": {
|
9833
|
-
"text": "Promise<
|
9841
|
+
"text": "Promise<Response | {pollingInAnotherRequest: true}>"
|
9834
9842
|
}
|
9835
9843
|
},
|
9836
9844
|
"parameters": [
|
9837
9845
|
{
|
9838
9846
|
"name": "result",
|
9839
9847
|
"type": {
|
9840
|
-
"text": "any |
|
9848
|
+
"text": "any | Response"
|
9841
9849
|
}
|
9842
9850
|
}
|
9843
9851
|
],
|
@@ -9899,7 +9907,7 @@
|
|
9899
9907
|
"name": "extractResultData",
|
9900
9908
|
"return": {
|
9901
9909
|
"type": {
|
9902
|
-
"text": "Promise<
|
9910
|
+
"text": "Promise<Response>"
|
9903
9911
|
}
|
9904
9912
|
},
|
9905
9913
|
"parameters": [
|
@@ -11020,14 +11028,14 @@
|
|
11020
11028
|
"name": "extractResultData",
|
11021
11029
|
"return": {
|
11022
11030
|
"type": {
|
11023
|
-
"text": "Promise<
|
11031
|
+
"text": "Promise<Response | {pollingInAnotherRequest: true}>"
|
11024
11032
|
}
|
11025
11033
|
},
|
11026
11034
|
"parameters": [
|
11027
11035
|
{
|
11028
11036
|
"name": "result",
|
11029
11037
|
"type": {
|
11030
|
-
"text": "any |
|
11038
|
+
"text": "any | Response"
|
11031
11039
|
}
|
11032
11040
|
}
|
11033
11041
|
],
|
@@ -11681,14 +11689,14 @@
|
|
11681
11689
|
"name": "extractResultData",
|
11682
11690
|
"return": {
|
11683
11691
|
"type": {
|
11684
|
-
"text": "Promise<
|
11692
|
+
"text": "Promise<Response | {pollingInAnotherRequest: true}>"
|
11685
11693
|
}
|
11686
11694
|
},
|
11687
11695
|
"parameters": [
|
11688
11696
|
{
|
11689
11697
|
"name": "result",
|
11690
11698
|
"type": {
|
11691
|
-
"text": "any |
|
11699
|
+
"text": "any | Response"
|
11692
11700
|
}
|
11693
11701
|
}
|
11694
11702
|
],
|
@@ -11771,7 +11779,7 @@
|
|
11771
11779
|
"name": "extractResultData",
|
11772
11780
|
"return": {
|
11773
11781
|
"type": {
|
11774
|
-
"text": "Promise<
|
11782
|
+
"text": "Promise<Response>"
|
11775
11783
|
}
|
11776
11784
|
},
|
11777
11785
|
"parameters": [
|
@@ -12337,7 +12345,7 @@
|
|
12337
12345
|
"name": "extractResultData",
|
12338
12346
|
"return": {
|
12339
12347
|
"type": {
|
12340
|
-
"text": "Promise<
|
12348
|
+
"text": "Promise<Response>"
|
12341
12349
|
}
|
12342
12350
|
},
|
12343
12351
|
"parameters": [
|
@@ -12944,7 +12952,7 @@
|
|
12944
12952
|
"name": "extractResultData",
|
12945
12953
|
"return": {
|
12946
12954
|
"type": {
|
12947
|
-
"text": "Promise<
|
12955
|
+
"text": "Promise<Response>"
|
12948
12956
|
}
|
12949
12957
|
},
|
12950
12958
|
"parameters": [
|
@@ -13551,7 +13559,7 @@
|
|
13551
13559
|
"name": "extractResultData",
|
13552
13560
|
"return": {
|
13553
13561
|
"type": {
|
13554
|
-
"text": "Promise<
|
13562
|
+
"text": "Promise<Response>"
|
13555
13563
|
}
|
13556
13564
|
},
|
13557
13565
|
"parameters": [
|
@@ -14373,7 +14381,7 @@
|
|
14373
14381
|
"name": "extractResultData",
|
14374
14382
|
"return": {
|
14375
14383
|
"type": {
|
14376
|
-
"text": "Promise<
|
14384
|
+
"text": "Promise<Response>"
|
14377
14385
|
}
|
14378
14386
|
},
|
14379
14387
|
"parameters": [
|
@@ -14972,7 +14980,7 @@
|
|
14972
14980
|
"name": "extractResultData",
|
14973
14981
|
"return": {
|
14974
14982
|
"type": {
|
14975
|
-
"text": "Promise<
|
14983
|
+
"text": "Promise<Response>"
|
14976
14984
|
}
|
14977
14985
|
},
|
14978
14986
|
"parameters": [
|
@@ -15549,7 +15557,7 @@
|
|
15549
15557
|
"name": "extractResultData",
|
15550
15558
|
"return": {
|
15551
15559
|
"type": {
|
15552
|
-
"text": "Promise<
|
15560
|
+
"text": "Promise<Response>"
|
15553
15561
|
}
|
15554
15562
|
},
|
15555
15563
|
"parameters": [
|
@@ -16225,7 +16233,7 @@
|
|
16225
16233
|
"name": "extractResultData",
|
16226
16234
|
"return": {
|
16227
16235
|
"type": {
|
16228
|
-
"text": "Promise<
|
16236
|
+
"text": "Promise<Response>"
|
16229
16237
|
}
|
16230
16238
|
},
|
16231
16239
|
"parameters": [
|
@@ -17170,14 +17178,14 @@
|
|
17170
17178
|
"name": "extractResultData",
|
17171
17179
|
"return": {
|
17172
17180
|
"type": {
|
17173
|
-
"text": "Promise<
|
17181
|
+
"text": "Promise<Response | {pollingInAnotherRequest: true}>"
|
17174
17182
|
}
|
17175
17183
|
},
|
17176
17184
|
"parameters": [
|
17177
17185
|
{
|
17178
17186
|
"name": "result",
|
17179
17187
|
"type": {
|
17180
|
-
"text": "any |
|
17188
|
+
"text": "any | Response"
|
17181
17189
|
}
|
17182
17190
|
}
|
17183
17191
|
],
|
@@ -17338,7 +17346,7 @@
|
|
17338
17346
|
"name": "extractResultData",
|
17339
17347
|
"return": {
|
17340
17348
|
"type": {
|
17341
|
-
"text": "Promise<
|
17349
|
+
"text": "Promise<Response>"
|
17342
17350
|
}
|
17343
17351
|
},
|
17344
17352
|
"parameters": [
|
@@ -17975,7 +17983,7 @@
|
|
17975
17983
|
"name": "extractResultData",
|
17976
17984
|
"return": {
|
17977
17985
|
"type": {
|
17978
|
-
"text": "Promise<
|
17986
|
+
"text": "Promise<Response>"
|
17979
17987
|
}
|
17980
17988
|
},
|
17981
17989
|
"parameters": [
|
@@ -18582,7 +18590,7 @@
|
|
18582
18590
|
"name": "extractResultData",
|
18583
18591
|
"return": {
|
18584
18592
|
"type": {
|
18585
|
-
"text": "Promise<
|
18593
|
+
"text": "Promise<Response>"
|
18586
18594
|
}
|
18587
18595
|
},
|
18588
18596
|
"parameters": [
|
@@ -19184,7 +19192,7 @@
|
|
19184
19192
|
"name": "extractResultData",
|
19185
19193
|
"return": {
|
19186
19194
|
"type": {
|
19187
|
-
"text": "Promise<
|
19195
|
+
"text": "Promise<Response>"
|
19188
19196
|
}
|
19189
19197
|
},
|
19190
19198
|
"parameters": [
|
@@ -19952,14 +19960,14 @@
|
|
19952
19960
|
"name": "extractResultData",
|
19953
19961
|
"return": {
|
19954
19962
|
"type": {
|
19955
|
-
"text": "Promise<
|
19963
|
+
"text": "Promise<Response | {pollingInAnotherRequest: true}>"
|
19956
19964
|
}
|
19957
19965
|
},
|
19958
19966
|
"parameters": [
|
19959
19967
|
{
|
19960
19968
|
"name": "result",
|
19961
19969
|
"type": {
|
19962
|
-
"text": "any |
|
19970
|
+
"text": "any | Response"
|
19963
19971
|
}
|
19964
19972
|
}
|
19965
19973
|
]
|
@@ -20431,14 +20439,14 @@
|
|
20431
20439
|
"name": "extractResultData",
|
20432
20440
|
"return": {
|
20433
20441
|
"type": {
|
20434
|
-
"text": "Promise<
|
20442
|
+
"text": "Promise<Response | {pollingInAnotherRequest: true}>"
|
20435
20443
|
}
|
20436
20444
|
},
|
20437
20445
|
"parameters": [
|
20438
20446
|
{
|
20439
20447
|
"name": "result",
|
20440
20448
|
"type": {
|
20441
|
-
"text": "any |
|
20449
|
+
"text": "any | Response"
|
20442
20450
|
}
|
20443
20451
|
}
|
20444
20452
|
],
|
@@ -21679,7 +21687,7 @@
|
|
21679
21687
|
{
|
21680
21688
|
"name": "body",
|
21681
21689
|
"type": {
|
21682
|
-
"text": "
|
21690
|
+
"text": "RequestDetails['body']"
|
21683
21691
|
}
|
21684
21692
|
},
|
21685
21693
|
{
|
@@ -21687,12 +21695,6 @@
|
|
21687
21695
|
"type": {
|
21688
21696
|
"text": "Messages"
|
21689
21697
|
}
|
21690
|
-
},
|
21691
|
-
{
|
21692
|
-
"name": "handler",
|
21693
|
-
"type": {
|
21694
|
-
"text": "Handler"
|
21695
|
-
}
|
21696
21698
|
}
|
21697
21699
|
]
|
21698
21700
|
}
|
@@ -22015,6 +22017,20 @@
|
|
22015
22017
|
"name": "setup",
|
22016
22018
|
"privacy": "public",
|
22017
22019
|
"static": true,
|
22020
|
+
"parameters": [
|
22021
|
+
{
|
22022
|
+
"name": "io",
|
22023
|
+
"type": {
|
22024
|
+
"text": "ServiceIO"
|
22025
|
+
}
|
22026
|
+
}
|
22027
|
+
]
|
22028
|
+
},
|
22029
|
+
{
|
22030
|
+
"kind": "method",
|
22031
|
+
"name": "createConnection",
|
22032
|
+
"privacy": "public",
|
22033
|
+
"static": true,
|
22018
22034
|
"parameters": [
|
22019
22035
|
{
|
22020
22036
|
"name": "io",
|
@@ -22023,31 +22039,29 @@
|
|
22023
22039
|
}
|
22024
22040
|
},
|
22025
22041
|
{
|
22026
|
-
"name": "
|
22042
|
+
"name": "messages",
|
22027
22043
|
"type": {
|
22028
|
-
"text": "
|
22044
|
+
"text": "Messages"
|
22029
22045
|
}
|
22030
22046
|
}
|
22031
22047
|
]
|
22032
22048
|
},
|
22033
22049
|
{
|
22034
22050
|
"kind": "method",
|
22035
|
-
"name": "
|
22036
|
-
"privacy": "
|
22051
|
+
"name": "retryConnection",
|
22052
|
+
"privacy": "private",
|
22037
22053
|
"static": true,
|
22038
22054
|
"parameters": [
|
22039
22055
|
{
|
22040
|
-
"name": "
|
22041
|
-
"optional": true,
|
22056
|
+
"name": "io",
|
22042
22057
|
"type": {
|
22043
|
-
"text": "
|
22058
|
+
"text": "ServiceIO"
|
22044
22059
|
}
|
22045
22060
|
},
|
22046
22061
|
{
|
22047
|
-
"name": "
|
22048
|
-
"optional": true,
|
22062
|
+
"name": "messages",
|
22049
22063
|
"type": {
|
22050
|
-
"text": "
|
22064
|
+
"text": "Messages"
|
22051
22065
|
}
|
22052
22066
|
}
|
22053
22067
|
]
|
@@ -22055,7 +22069,7 @@
|
|
22055
22069
|
{
|
22056
22070
|
"kind": "method",
|
22057
22071
|
"name": "assignListeners",
|
22058
|
-
"privacy": "
|
22072
|
+
"privacy": "private",
|
22059
22073
|
"static": true,
|
22060
22074
|
"parameters": [
|
22061
22075
|
{
|
@@ -22064,6 +22078,12 @@
|
|
22064
22078
|
"text": "ServiceIO"
|
22065
22079
|
}
|
22066
22080
|
},
|
22081
|
+
{
|
22082
|
+
"name": "ws",
|
22083
|
+
"type": {
|
22084
|
+
"text": "WebSocket"
|
22085
|
+
}
|
22086
|
+
},
|
22067
22087
|
{
|
22068
22088
|
"name": "messages",
|
22069
22089
|
"type": {
|
@@ -22373,7 +22393,7 @@
|
|
22373
22393
|
"static": true,
|
22374
22394
|
"return": {
|
22375
22395
|
"type": {
|
22376
|
-
"text": "
|
22396
|
+
"text": "Response"
|
22377
22397
|
}
|
22378
22398
|
},
|
22379
22399
|
"parameters": [
|
@@ -22798,7 +22818,7 @@
|
|
22798
22818
|
"type": {
|
22799
22819
|
"text": "object"
|
22800
22820
|
},
|
22801
|
-
"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
|
22821
|
+
"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}"
|
22802
22822
|
}
|
22803
22823
|
],
|
22804
22824
|
"exports": [
|
@@ -22847,6 +22867,20 @@
|
|
22847
22867
|
}
|
22848
22868
|
]
|
22849
22869
|
},
|
22870
|
+
{
|
22871
|
+
"kind": "method",
|
22872
|
+
"name": "onClearMessages",
|
22873
|
+
"privacy": "public",
|
22874
|
+
"static": true,
|
22875
|
+
"parameters": [
|
22876
|
+
{
|
22877
|
+
"name": "deepChat",
|
22878
|
+
"type": {
|
22879
|
+
"text": "DeepChat"
|
22880
|
+
}
|
22881
|
+
}
|
22882
|
+
]
|
22883
|
+
},
|
22850
22884
|
{
|
22851
22885
|
"kind": "method",
|
22852
22886
|
"name": "onRender",
|
@@ -23921,6 +23955,110 @@
|
|
23921
23955
|
}
|
23922
23956
|
]
|
23923
23957
|
},
|
23958
|
+
{
|
23959
|
+
"kind": "javascript-module",
|
23960
|
+
"path": "src/views/chat/introPanel/introPanel.ts",
|
23961
|
+
"declarations": [
|
23962
|
+
{
|
23963
|
+
"kind": "class",
|
23964
|
+
"description": "",
|
23965
|
+
"name": "IntroPanel",
|
23966
|
+
"members": [
|
23967
|
+
{
|
23968
|
+
"kind": "field",
|
23969
|
+
"name": "_elementRef",
|
23970
|
+
"type": {
|
23971
|
+
"text": "HTMLElement | undefined"
|
23972
|
+
}
|
23973
|
+
},
|
23974
|
+
{
|
23975
|
+
"kind": "field",
|
23976
|
+
"name": "_isDisplayed",
|
23977
|
+
"type": {
|
23978
|
+
"text": "boolean"
|
23979
|
+
},
|
23980
|
+
"privacy": "private",
|
23981
|
+
"default": "false"
|
23982
|
+
},
|
23983
|
+
{
|
23984
|
+
"kind": "method",
|
23985
|
+
"name": "createIntroPanel",
|
23986
|
+
"privacy": "private",
|
23987
|
+
"static": true,
|
23988
|
+
"parameters": [
|
23989
|
+
{
|
23990
|
+
"name": "introPanelStyle",
|
23991
|
+
"optional": true,
|
23992
|
+
"type": {
|
23993
|
+
"text": "CustomStyle"
|
23994
|
+
}
|
23995
|
+
}
|
23996
|
+
]
|
23997
|
+
},
|
23998
|
+
{
|
23999
|
+
"kind": "method",
|
24000
|
+
"name": "createIntroPanelWithChild",
|
24001
|
+
"privacy": "private",
|
24002
|
+
"parameters": [
|
24003
|
+
{
|
24004
|
+
"name": "childElement",
|
24005
|
+
"type": {
|
24006
|
+
"text": "HTMLElement"
|
24007
|
+
}
|
24008
|
+
},
|
24009
|
+
{
|
24010
|
+
"name": "introPanelStyle",
|
24011
|
+
"optional": true,
|
24012
|
+
"type": {
|
24013
|
+
"text": "CustomStyle"
|
24014
|
+
}
|
24015
|
+
}
|
24016
|
+
]
|
24017
|
+
},
|
24018
|
+
{
|
24019
|
+
"kind": "method",
|
24020
|
+
"name": "createInternalIntroPanel",
|
24021
|
+
"privacy": "private",
|
24022
|
+
"parameters": [
|
24023
|
+
{
|
24024
|
+
"name": "introPanelMarkUp",
|
24025
|
+
"type": {
|
24026
|
+
"text": "string"
|
24027
|
+
}
|
24028
|
+
},
|
24029
|
+
{
|
24030
|
+
"name": "introPanelStyle",
|
24031
|
+
"optional": true,
|
24032
|
+
"type": {
|
24033
|
+
"text": "CustomStyle"
|
24034
|
+
}
|
24035
|
+
}
|
24036
|
+
]
|
24037
|
+
},
|
24038
|
+
{
|
24039
|
+
"kind": "method",
|
24040
|
+
"name": "hide",
|
24041
|
+
"privacy": "public"
|
24042
|
+
},
|
24043
|
+
{
|
24044
|
+
"kind": "method",
|
24045
|
+
"name": "display",
|
24046
|
+
"privacy": "public"
|
24047
|
+
}
|
24048
|
+
]
|
24049
|
+
}
|
24050
|
+
],
|
24051
|
+
"exports": [
|
24052
|
+
{
|
24053
|
+
"kind": "js",
|
24054
|
+
"name": "IntroPanel",
|
24055
|
+
"declaration": {
|
24056
|
+
"name": "IntroPanel",
|
24057
|
+
"module": "src/views/chat/introPanel/introPanel.ts"
|
24058
|
+
}
|
24059
|
+
}
|
24060
|
+
]
|
24061
|
+
},
|
23924
24062
|
{
|
23925
24063
|
"kind": "javascript-module",
|
23926
24064
|
"path": "src/views/chat/input/input.ts",
|
@@ -24088,187 +24226,88 @@
|
|
24088
24226
|
},
|
24089
24227
|
{
|
24090
24228
|
"kind": "javascript-module",
|
24091
|
-
"path": "src/views/chat/
|
24229
|
+
"path": "src/views/chat/messages/avatar.ts",
|
24092
24230
|
"declarations": [
|
24093
24231
|
{
|
24094
24232
|
"kind": "class",
|
24095
24233
|
"description": "",
|
24096
|
-
"name": "
|
24234
|
+
"name": "AvatarEl",
|
24097
24235
|
"members": [
|
24098
|
-
{
|
24099
|
-
"kind": "field",
|
24100
|
-
"name": "_elementRef",
|
24101
|
-
"type": {
|
24102
|
-
"text": "HTMLElement | undefined"
|
24103
|
-
}
|
24104
|
-
},
|
24105
|
-
{
|
24106
|
-
"kind": "field",
|
24107
|
-
"name": "_isDisplayed",
|
24108
|
-
"type": {
|
24109
|
-
"text": "boolean"
|
24110
|
-
},
|
24111
|
-
"privacy": "private",
|
24112
|
-
"default": "false"
|
24113
|
-
},
|
24114
24236
|
{
|
24115
24237
|
"kind": "method",
|
24116
|
-
"name": "
|
24238
|
+
"name": "applyCustomStylesToElements",
|
24117
24239
|
"privacy": "private",
|
24118
24240
|
"static": true,
|
24119
24241
|
"parameters": [
|
24120
24242
|
{
|
24121
|
-
"name": "
|
24122
|
-
"optional": true,
|
24243
|
+
"name": "container",
|
24123
24244
|
"type": {
|
24124
|
-
"text": "
|
24245
|
+
"text": "HTMLElement"
|
24246
|
+
}
|
24247
|
+
},
|
24248
|
+
{
|
24249
|
+
"name": "avatar",
|
24250
|
+
"type": {
|
24251
|
+
"text": "HTMLElement"
|
24252
|
+
}
|
24253
|
+
},
|
24254
|
+
{
|
24255
|
+
"name": "style",
|
24256
|
+
"type": {
|
24257
|
+
"text": "AvatarStyles"
|
24125
24258
|
}
|
24126
24259
|
}
|
24127
24260
|
]
|
24128
24261
|
},
|
24129
24262
|
{
|
24130
24263
|
"kind": "method",
|
24131
|
-
"name": "
|
24264
|
+
"name": "applyCustomStyles",
|
24132
24265
|
"privacy": "private",
|
24266
|
+
"static": true,
|
24133
24267
|
"parameters": [
|
24134
24268
|
{
|
24135
|
-
"name": "
|
24269
|
+
"name": "container",
|
24136
24270
|
"type": {
|
24137
24271
|
"text": "HTMLElement"
|
24138
24272
|
}
|
24139
24273
|
},
|
24140
24274
|
{
|
24141
|
-
"name": "
|
24142
|
-
"optional": true,
|
24275
|
+
"name": "avatar",
|
24143
24276
|
"type": {
|
24144
|
-
"text": "
|
24277
|
+
"text": "HTMLElement"
|
24278
|
+
}
|
24279
|
+
},
|
24280
|
+
{
|
24281
|
+
"name": "avatars",
|
24282
|
+
"type": {
|
24283
|
+
"text": "CustomAvatars"
|
24284
|
+
}
|
24285
|
+
},
|
24286
|
+
{
|
24287
|
+
"name": "isAI",
|
24288
|
+
"type": {
|
24289
|
+
"text": "boolean"
|
24145
24290
|
}
|
24146
24291
|
}
|
24147
24292
|
]
|
24148
24293
|
},
|
24149
24294
|
{
|
24150
24295
|
"kind": "method",
|
24151
|
-
"name": "
|
24296
|
+
"name": "createAvatar",
|
24152
24297
|
"privacy": "private",
|
24298
|
+
"static": true,
|
24153
24299
|
"parameters": [
|
24154
24300
|
{
|
24155
|
-
"name": "
|
24301
|
+
"name": "isAI",
|
24156
24302
|
"type": {
|
24157
|
-
"text": "
|
24303
|
+
"text": "boolean"
|
24158
24304
|
}
|
24159
24305
|
},
|
24160
24306
|
{
|
24161
|
-
"name": "
|
24307
|
+
"name": "avatars",
|
24162
24308
|
"optional": true,
|
24163
24309
|
"type": {
|
24164
|
-
"text": "
|
24165
|
-
}
|
24166
|
-
}
|
24167
|
-
]
|
24168
|
-
},
|
24169
|
-
{
|
24170
|
-
"kind": "method",
|
24171
|
-
"name": "hide",
|
24172
|
-
"privacy": "public"
|
24173
|
-
}
|
24174
|
-
]
|
24175
|
-
}
|
24176
|
-
],
|
24177
|
-
"exports": [
|
24178
|
-
{
|
24179
|
-
"kind": "js",
|
24180
|
-
"name": "IntroPanel",
|
24181
|
-
"declaration": {
|
24182
|
-
"name": "IntroPanel",
|
24183
|
-
"module": "src/views/chat/introPanel/introPanel.ts"
|
24184
|
-
}
|
24185
|
-
}
|
24186
|
-
]
|
24187
|
-
},
|
24188
|
-
{
|
24189
|
-
"kind": "javascript-module",
|
24190
|
-
"path": "src/views/chat/messages/avatar.ts",
|
24191
|
-
"declarations": [
|
24192
|
-
{
|
24193
|
-
"kind": "class",
|
24194
|
-
"description": "",
|
24195
|
-
"name": "AvatarEl",
|
24196
|
-
"members": [
|
24197
|
-
{
|
24198
|
-
"kind": "method",
|
24199
|
-
"name": "applyCustomStylesToElements",
|
24200
|
-
"privacy": "private",
|
24201
|
-
"static": true,
|
24202
|
-
"parameters": [
|
24203
|
-
{
|
24204
|
-
"name": "container",
|
24205
|
-
"type": {
|
24206
|
-
"text": "HTMLElement"
|
24207
|
-
}
|
24208
|
-
},
|
24209
|
-
{
|
24210
|
-
"name": "avatar",
|
24211
|
-
"type": {
|
24212
|
-
"text": "HTMLElement"
|
24213
|
-
}
|
24214
|
-
},
|
24215
|
-
{
|
24216
|
-
"name": "style",
|
24217
|
-
"type": {
|
24218
|
-
"text": "AvatarStyles"
|
24219
|
-
}
|
24220
|
-
}
|
24221
|
-
]
|
24222
|
-
},
|
24223
|
-
{
|
24224
|
-
"kind": "method",
|
24225
|
-
"name": "applyCustomStyles",
|
24226
|
-
"privacy": "private",
|
24227
|
-
"static": true,
|
24228
|
-
"parameters": [
|
24229
|
-
{
|
24230
|
-
"name": "container",
|
24231
|
-
"type": {
|
24232
|
-
"text": "HTMLElement"
|
24233
|
-
}
|
24234
|
-
},
|
24235
|
-
{
|
24236
|
-
"name": "avatar",
|
24237
|
-
"type": {
|
24238
|
-
"text": "HTMLElement"
|
24239
|
-
}
|
24240
|
-
},
|
24241
|
-
{
|
24242
|
-
"name": "avatars",
|
24243
|
-
"type": {
|
24244
|
-
"text": "CustomAvatars"
|
24245
|
-
}
|
24246
|
-
},
|
24247
|
-
{
|
24248
|
-
"name": "isAI",
|
24249
|
-
"type": {
|
24250
|
-
"text": "boolean"
|
24251
|
-
}
|
24252
|
-
}
|
24253
|
-
]
|
24254
|
-
},
|
24255
|
-
{
|
24256
|
-
"kind": "method",
|
24257
|
-
"name": "createAvatar",
|
24258
|
-
"privacy": "private",
|
24259
|
-
"static": true,
|
24260
|
-
"parameters": [
|
24261
|
-
{
|
24262
|
-
"name": "isAI",
|
24263
|
-
"type": {
|
24264
|
-
"text": "boolean"
|
24265
|
-
}
|
24266
|
-
},
|
24267
|
-
{
|
24268
|
-
"name": "avatars",
|
24269
|
-
"optional": true,
|
24270
|
-
"type": {
|
24271
|
-
"text": "CustomAvatars"
|
24310
|
+
"text": "CustomAvatars"
|
24272
24311
|
}
|
24273
24312
|
}
|
24274
24313
|
]
|
@@ -24940,6 +24979,14 @@
|
|
24940
24979
|
},
|
24941
24980
|
"privacy": "private"
|
24942
24981
|
},
|
24982
|
+
{
|
24983
|
+
"kind": "field",
|
24984
|
+
"name": "_onClearMessages",
|
24985
|
+
"type": {
|
24986
|
+
"text": "() => void | undefined"
|
24987
|
+
},
|
24988
|
+
"privacy": "private"
|
24989
|
+
},
|
24943
24990
|
{
|
24944
24991
|
"kind": "field",
|
24945
24992
|
"name": "_displayLoadingMessage",
|
@@ -24989,6 +25036,14 @@
|
|
24989
25036
|
},
|
24990
25037
|
"privacy": "private"
|
24991
25038
|
},
|
25039
|
+
{
|
25040
|
+
"kind": "field",
|
25041
|
+
"name": "_introMessage",
|
25042
|
+
"type": {
|
25043
|
+
"text": "string | undefined"
|
25044
|
+
},
|
25045
|
+
"privacy": "private"
|
25046
|
+
},
|
24992
25047
|
{
|
24993
25048
|
"kind": "field",
|
24994
25049
|
"name": "_streamedText",
|
@@ -25059,6 +25114,7 @@
|
|
25059
25114
|
"parameters": [
|
25060
25115
|
{
|
25061
25116
|
"name": "introMessage",
|
25117
|
+
"optional": true,
|
25062
25118
|
"type": {
|
25063
25119
|
"text": "string"
|
25064
25120
|
}
|
@@ -25394,6 +25450,11 @@
|
|
25394
25450
|
"name": "isLastMessageError",
|
25395
25451
|
"privacy": "public"
|
25396
25452
|
},
|
25453
|
+
{
|
25454
|
+
"kind": "method",
|
25455
|
+
"name": "removeError",
|
25456
|
+
"privacy": "public"
|
25457
|
+
},
|
25397
25458
|
{
|
25398
25459
|
"kind": "method",
|
25399
25460
|
"name": "addLoadingMessage",
|
@@ -25468,6 +25529,20 @@
|
|
25468
25529
|
}
|
25469
25530
|
]
|
25470
25531
|
},
|
25532
|
+
{
|
25533
|
+
"kind": "method",
|
25534
|
+
"name": "clearMessages",
|
25535
|
+
"privacy": "private",
|
25536
|
+
"parameters": [
|
25537
|
+
{
|
25538
|
+
"name": "isReset",
|
25539
|
+
"optional": true,
|
25540
|
+
"type": {
|
25541
|
+
"text": "boolean"
|
25542
|
+
}
|
25543
|
+
}
|
25544
|
+
]
|
25545
|
+
},
|
25471
25546
|
{
|
25472
25547
|
"kind": "method",
|
25473
25548
|
"name": "refreshTextMessages",
|
@@ -25630,6 +25705,95 @@
|
|
25630
25705
|
}
|
25631
25706
|
]
|
25632
25707
|
},
|
25708
|
+
{
|
25709
|
+
"kind": "javascript-module",
|
25710
|
+
"path": "src/views/chat/input/buttonContainers/buttonContainers.ts",
|
25711
|
+
"declarations": [
|
25712
|
+
{
|
25713
|
+
"kind": "class",
|
25714
|
+
"description": "",
|
25715
|
+
"name": "ButtonContainers",
|
25716
|
+
"members": [
|
25717
|
+
{
|
25718
|
+
"kind": "method",
|
25719
|
+
"name": "create",
|
25720
|
+
"privacy": "public",
|
25721
|
+
"static": true
|
25722
|
+
},
|
25723
|
+
{
|
25724
|
+
"kind": "method",
|
25725
|
+
"name": "add",
|
25726
|
+
"privacy": "public",
|
25727
|
+
"static": true,
|
25728
|
+
"parameters": [
|
25729
|
+
{
|
25730
|
+
"name": "inputContainer",
|
25731
|
+
"type": {
|
25732
|
+
"text": "HTMLElement"
|
25733
|
+
}
|
25734
|
+
},
|
25735
|
+
{
|
25736
|
+
"name": "buttonContainers",
|
25737
|
+
"type": {
|
25738
|
+
"text": "ButtonContainersT"
|
25739
|
+
}
|
25740
|
+
}
|
25741
|
+
]
|
25742
|
+
},
|
25743
|
+
{
|
25744
|
+
"kind": "method",
|
25745
|
+
"name": "getContainerIndex",
|
25746
|
+
"privacy": "private",
|
25747
|
+
"static": true,
|
25748
|
+
"parameters": [
|
25749
|
+
{
|
25750
|
+
"name": "position",
|
25751
|
+
"type": {
|
25752
|
+
"text": "ButtonPosition"
|
25753
|
+
}
|
25754
|
+
}
|
25755
|
+
]
|
25756
|
+
},
|
25757
|
+
{
|
25758
|
+
"kind": "method",
|
25759
|
+
"name": "addButton",
|
25760
|
+
"privacy": "public",
|
25761
|
+
"static": true,
|
25762
|
+
"parameters": [
|
25763
|
+
{
|
25764
|
+
"name": "buttonContainers",
|
25765
|
+
"type": {
|
25766
|
+
"text": "ButtonContainersT"
|
25767
|
+
}
|
25768
|
+
},
|
25769
|
+
{
|
25770
|
+
"name": "elementRef",
|
25771
|
+
"type": {
|
25772
|
+
"text": "HTMLElement"
|
25773
|
+
}
|
25774
|
+
},
|
25775
|
+
{
|
25776
|
+
"name": "position",
|
25777
|
+
"type": {
|
25778
|
+
"text": "ButtonPosition"
|
25779
|
+
}
|
25780
|
+
}
|
25781
|
+
]
|
25782
|
+
}
|
25783
|
+
]
|
25784
|
+
}
|
25785
|
+
],
|
25786
|
+
"exports": [
|
25787
|
+
{
|
25788
|
+
"kind": "js",
|
25789
|
+
"name": "ButtonContainers",
|
25790
|
+
"declaration": {
|
25791
|
+
"name": "ButtonContainers",
|
25792
|
+
"module": "src/views/chat/input/buttonContainers/buttonContainers.ts"
|
25793
|
+
}
|
25794
|
+
}
|
25795
|
+
]
|
25796
|
+
},
|
25633
25797
|
{
|
25634
25798
|
"kind": "javascript-module",
|
25635
25799
|
"path": "src/views/chat/input/buttons/buttonCSS.ts",
|
@@ -26070,95 +26234,6 @@
|
|
26070
26234
|
}
|
26071
26235
|
]
|
26072
26236
|
},
|
26073
|
-
{
|
26074
|
-
"kind": "javascript-module",
|
26075
|
-
"path": "src/views/chat/input/buttonContainers/buttonContainers.ts",
|
26076
|
-
"declarations": [
|
26077
|
-
{
|
26078
|
-
"kind": "class",
|
26079
|
-
"description": "",
|
26080
|
-
"name": "ButtonContainers",
|
26081
|
-
"members": [
|
26082
|
-
{
|
26083
|
-
"kind": "method",
|
26084
|
-
"name": "create",
|
26085
|
-
"privacy": "public",
|
26086
|
-
"static": true
|
26087
|
-
},
|
26088
|
-
{
|
26089
|
-
"kind": "method",
|
26090
|
-
"name": "add",
|
26091
|
-
"privacy": "public",
|
26092
|
-
"static": true,
|
26093
|
-
"parameters": [
|
26094
|
-
{
|
26095
|
-
"name": "inputContainer",
|
26096
|
-
"type": {
|
26097
|
-
"text": "HTMLElement"
|
26098
|
-
}
|
26099
|
-
},
|
26100
|
-
{
|
26101
|
-
"name": "buttonContainers",
|
26102
|
-
"type": {
|
26103
|
-
"text": "ButtonContainersT"
|
26104
|
-
}
|
26105
|
-
}
|
26106
|
-
]
|
26107
|
-
},
|
26108
|
-
{
|
26109
|
-
"kind": "method",
|
26110
|
-
"name": "getContainerIndex",
|
26111
|
-
"privacy": "private",
|
26112
|
-
"static": true,
|
26113
|
-
"parameters": [
|
26114
|
-
{
|
26115
|
-
"name": "position",
|
26116
|
-
"type": {
|
26117
|
-
"text": "ButtonPosition"
|
26118
|
-
}
|
26119
|
-
}
|
26120
|
-
]
|
26121
|
-
},
|
26122
|
-
{
|
26123
|
-
"kind": "method",
|
26124
|
-
"name": "addButton",
|
26125
|
-
"privacy": "public",
|
26126
|
-
"static": true,
|
26127
|
-
"parameters": [
|
26128
|
-
{
|
26129
|
-
"name": "buttonContainers",
|
26130
|
-
"type": {
|
26131
|
-
"text": "ButtonContainersT"
|
26132
|
-
}
|
26133
|
-
},
|
26134
|
-
{
|
26135
|
-
"name": "elementRef",
|
26136
|
-
"type": {
|
26137
|
-
"text": "HTMLElement"
|
26138
|
-
}
|
26139
|
-
},
|
26140
|
-
{
|
26141
|
-
"name": "position",
|
26142
|
-
"type": {
|
26143
|
-
"text": "ButtonPosition"
|
26144
|
-
}
|
26145
|
-
}
|
26146
|
-
]
|
26147
|
-
}
|
26148
|
-
]
|
26149
|
-
}
|
26150
|
-
],
|
26151
|
-
"exports": [
|
26152
|
-
{
|
26153
|
-
"kind": "js",
|
26154
|
-
"name": "ButtonContainers",
|
26155
|
-
"declaration": {
|
26156
|
-
"name": "ButtonContainers",
|
26157
|
-
"module": "src/views/chat/input/buttonContainers/buttonContainers.ts"
|
26158
|
-
}
|
26159
|
-
}
|
26160
|
-
]
|
26161
|
-
},
|
26162
26237
|
{
|
26163
26238
|
"kind": "javascript-module",
|
26164
26239
|
"path": "src/views/chat/input/dropup/dropup.ts",
|
@@ -27015,6 +27090,35 @@
|
|
27015
27090
|
}
|
27016
27091
|
]
|
27017
27092
|
},
|
27093
|
+
{
|
27094
|
+
"kind": "javascript-module",
|
27095
|
+
"path": "src/views/chat/messages/remarkable/remarkableConfig.ts",
|
27096
|
+
"declarations": [
|
27097
|
+
{
|
27098
|
+
"kind": "class",
|
27099
|
+
"description": "",
|
27100
|
+
"name": "RemarkableConfig",
|
27101
|
+
"members": [
|
27102
|
+
{
|
27103
|
+
"kind": "method",
|
27104
|
+
"name": "createNew",
|
27105
|
+
"privacy": "public",
|
27106
|
+
"static": true
|
27107
|
+
}
|
27108
|
+
]
|
27109
|
+
}
|
27110
|
+
],
|
27111
|
+
"exports": [
|
27112
|
+
{
|
27113
|
+
"kind": "js",
|
27114
|
+
"name": "RemarkableConfig",
|
27115
|
+
"declaration": {
|
27116
|
+
"name": "RemarkableConfig",
|
27117
|
+
"module": "src/views/chat/messages/remarkable/remarkableConfig.ts"
|
27118
|
+
}
|
27119
|
+
}
|
27120
|
+
]
|
27121
|
+
},
|
27018
27122
|
{
|
27019
27123
|
"kind": "javascript-module",
|
27020
27124
|
"path": "src/views/chat/input/textInput/focusUtils.ts",
|
@@ -27513,35 +27617,6 @@
|
|
27513
27617
|
}
|
27514
27618
|
]
|
27515
27619
|
},
|
27516
|
-
{
|
27517
|
-
"kind": "javascript-module",
|
27518
|
-
"path": "src/views/chat/messages/remarkable/remarkableConfig.ts",
|
27519
|
-
"declarations": [
|
27520
|
-
{
|
27521
|
-
"kind": "class",
|
27522
|
-
"description": "",
|
27523
|
-
"name": "RemarkableConfig",
|
27524
|
-
"members": [
|
27525
|
-
{
|
27526
|
-
"kind": "method",
|
27527
|
-
"name": "createNew",
|
27528
|
-
"privacy": "public",
|
27529
|
-
"static": true
|
27530
|
-
}
|
27531
|
-
]
|
27532
|
-
}
|
27533
|
-
],
|
27534
|
-
"exports": [
|
27535
|
-
{
|
27536
|
-
"kind": "js",
|
27537
|
-
"name": "RemarkableConfig",
|
27538
|
-
"declaration": {
|
27539
|
-
"name": "RemarkableConfig",
|
27540
|
-
"module": "src/views/chat/messages/remarkable/remarkableConfig.ts"
|
27541
|
-
}
|
27542
|
-
}
|
27543
|
-
]
|
27544
|
-
},
|
27545
27620
|
{
|
27546
27621
|
"kind": "javascript-module",
|
27547
27622
|
"path": "src/views/chat/input/buttons/camera/cameraButton.ts",
|