deep-chat-dev 9.0.206 → 9.0.208
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 +2038 -1995
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.d.ts +3 -1
- package/dist/deepChat.d.ts.map +1 -1
- package/dist/deepChat.js +186 -182
- package/dist/views/chat/messages/messagesBase.d.ts +2 -1
- package/dist/views/chat/messages/messagesBase.d.ts.map +1 -1
- package/dist/views/chat/messages/remarkable/remarkableConfig.d.ts +2 -2
- package/dist/views/chat/messages/remarkable/remarkableConfig.d.ts.map +1 -1
- package/package.json +1 -1
package/custom-elements.json
CHANGED
@@ -242,6 +242,13 @@
|
|
242
242
|
"text": "HTMLClassUtilities | undefined"
|
243
243
|
}
|
244
244
|
},
|
245
|
+
{
|
246
|
+
"kind": "field",
|
247
|
+
"name": "remarkable",
|
248
|
+
"type": {
|
249
|
+
"text": "RemarkableOptions | undefined"
|
250
|
+
}
|
251
|
+
},
|
245
252
|
{
|
246
253
|
"kind": "field",
|
247
254
|
"name": "getMessages",
|
@@ -523,6 +530,54 @@
|
|
523
530
|
}
|
524
531
|
]
|
525
532
|
},
|
533
|
+
{
|
534
|
+
"kind": "javascript-module",
|
535
|
+
"path": "src/services/serviceIO.ts",
|
536
|
+
"declarations": [],
|
537
|
+
"exports": []
|
538
|
+
},
|
539
|
+
{
|
540
|
+
"kind": "javascript-module",
|
541
|
+
"path": "src/services/serviceIOFactory.ts",
|
542
|
+
"declarations": [
|
543
|
+
{
|
544
|
+
"kind": "class",
|
545
|
+
"description": "",
|
546
|
+
"name": "ServiceIOFactory",
|
547
|
+
"members": [
|
548
|
+
{
|
549
|
+
"kind": "method",
|
550
|
+
"name": "create",
|
551
|
+
"privacy": "public",
|
552
|
+
"static": true,
|
553
|
+
"return": {
|
554
|
+
"type": {
|
555
|
+
"text": "ServiceIO"
|
556
|
+
}
|
557
|
+
},
|
558
|
+
"parameters": [
|
559
|
+
{
|
560
|
+
"name": "deepChat",
|
561
|
+
"type": {
|
562
|
+
"text": "DeepChat"
|
563
|
+
}
|
564
|
+
}
|
565
|
+
]
|
566
|
+
}
|
567
|
+
]
|
568
|
+
}
|
569
|
+
],
|
570
|
+
"exports": [
|
571
|
+
{
|
572
|
+
"kind": "js",
|
573
|
+
"name": "ServiceIOFactory",
|
574
|
+
"declaration": {
|
575
|
+
"name": "ServiceIOFactory",
|
576
|
+
"module": "src/services/serviceIOFactory.ts"
|
577
|
+
}
|
578
|
+
}
|
579
|
+
]
|
580
|
+
},
|
526
581
|
{
|
527
582
|
"kind": "javascript-module",
|
528
583
|
"path": "src/icons/audioIcon.ts",
|
@@ -880,396 +935,6 @@
|
|
880
935
|
}
|
881
936
|
]
|
882
937
|
},
|
883
|
-
{
|
884
|
-
"kind": "javascript-module",
|
885
|
-
"path": "src/services/serviceIO.ts",
|
886
|
-
"declarations": [],
|
887
|
-
"exports": []
|
888
|
-
},
|
889
|
-
{
|
890
|
-
"kind": "javascript-module",
|
891
|
-
"path": "src/services/serviceIOFactory.ts",
|
892
|
-
"declarations": [
|
893
|
-
{
|
894
|
-
"kind": "class",
|
895
|
-
"description": "",
|
896
|
-
"name": "ServiceIOFactory",
|
897
|
-
"members": [
|
898
|
-
{
|
899
|
-
"kind": "method",
|
900
|
-
"name": "create",
|
901
|
-
"privacy": "public",
|
902
|
-
"static": true,
|
903
|
-
"return": {
|
904
|
-
"type": {
|
905
|
-
"text": "ServiceIO"
|
906
|
-
}
|
907
|
-
},
|
908
|
-
"parameters": [
|
909
|
-
{
|
910
|
-
"name": "deepChat",
|
911
|
-
"type": {
|
912
|
-
"text": "DeepChat"
|
913
|
-
}
|
914
|
-
}
|
915
|
-
]
|
916
|
-
}
|
917
|
-
]
|
918
|
-
}
|
919
|
-
],
|
920
|
-
"exports": [
|
921
|
-
{
|
922
|
-
"kind": "js",
|
923
|
-
"name": "ServiceIOFactory",
|
924
|
-
"declaration": {
|
925
|
-
"name": "ServiceIOFactory",
|
926
|
-
"module": "src/services/serviceIOFactory.ts"
|
927
|
-
}
|
928
|
-
}
|
929
|
-
]
|
930
|
-
},
|
931
|
-
{
|
932
|
-
"kind": "javascript-module",
|
933
|
-
"path": "src/types/APIKey.ts",
|
934
|
-
"declarations": [],
|
935
|
-
"exports": []
|
936
|
-
},
|
937
|
-
{
|
938
|
-
"kind": "javascript-module",
|
939
|
-
"path": "src/types/GCP.ts",
|
940
|
-
"declarations": [],
|
941
|
-
"exports": []
|
942
|
-
},
|
943
|
-
{
|
944
|
-
"kind": "javascript-module",
|
945
|
-
"path": "src/types/assemblyAI.ts",
|
946
|
-
"declarations": [],
|
947
|
-
"exports": []
|
948
|
-
},
|
949
|
-
{
|
950
|
-
"kind": "javascript-module",
|
951
|
-
"path": "src/types/assemblyAIResult.ts",
|
952
|
-
"declarations": [],
|
953
|
-
"exports": []
|
954
|
-
},
|
955
|
-
{
|
956
|
-
"kind": "javascript-module",
|
957
|
-
"path": "src/types/avatars.ts",
|
958
|
-
"declarations": [],
|
959
|
-
"exports": []
|
960
|
-
},
|
961
|
-
{
|
962
|
-
"kind": "javascript-module",
|
963
|
-
"path": "src/types/azure.ts",
|
964
|
-
"declarations": [],
|
965
|
-
"exports": []
|
966
|
-
},
|
967
|
-
{
|
968
|
-
"kind": "javascript-module",
|
969
|
-
"path": "src/types/azureResult.ts",
|
970
|
-
"declarations": [],
|
971
|
-
"exports": []
|
972
|
-
},
|
973
|
-
{
|
974
|
-
"kind": "javascript-module",
|
975
|
-
"path": "src/types/button.ts",
|
976
|
-
"declarations": [],
|
977
|
-
"exports": []
|
978
|
-
},
|
979
|
-
{
|
980
|
-
"kind": "javascript-module",
|
981
|
-
"path": "src/types/buttonInternal.ts",
|
982
|
-
"declarations": [],
|
983
|
-
"exports": []
|
984
|
-
},
|
985
|
-
{
|
986
|
-
"kind": "javascript-module",
|
987
|
-
"path": "src/types/buttonTypes.ts",
|
988
|
-
"declarations": [],
|
989
|
-
"exports": []
|
990
|
-
},
|
991
|
-
{
|
992
|
-
"kind": "javascript-module",
|
993
|
-
"path": "src/types/camera.ts",
|
994
|
-
"declarations": [],
|
995
|
-
"exports": []
|
996
|
-
},
|
997
|
-
{
|
998
|
-
"kind": "javascript-module",
|
999
|
-
"path": "src/types/chatLimits.ts",
|
1000
|
-
"declarations": [],
|
1001
|
-
"exports": []
|
1002
|
-
},
|
1003
|
-
{
|
1004
|
-
"kind": "javascript-module",
|
1005
|
-
"path": "src/types/cohere.ts",
|
1006
|
-
"declarations": [],
|
1007
|
-
"exports": []
|
1008
|
-
},
|
1009
|
-
{
|
1010
|
-
"kind": "javascript-module",
|
1011
|
-
"path": "src/types/cohereResult.ts",
|
1012
|
-
"declarations": [],
|
1013
|
-
"exports": []
|
1014
|
-
},
|
1015
|
-
{
|
1016
|
-
"kind": "javascript-module",
|
1017
|
-
"path": "src/types/connect.ts",
|
1018
|
-
"declarations": [],
|
1019
|
-
"exports": []
|
1020
|
-
},
|
1021
|
-
{
|
1022
|
-
"kind": "javascript-module",
|
1023
|
-
"path": "src/types/demo.ts",
|
1024
|
-
"declarations": [],
|
1025
|
-
"exports": []
|
1026
|
-
},
|
1027
|
-
{
|
1028
|
-
"kind": "javascript-module",
|
1029
|
-
"path": "src/types/directConnection.ts",
|
1030
|
-
"declarations": [],
|
1031
|
-
"exports": []
|
1032
|
-
},
|
1033
|
-
{
|
1034
|
-
"kind": "javascript-module",
|
1035
|
-
"path": "src/types/dropupStyles.ts",
|
1036
|
-
"declarations": [],
|
1037
|
-
"exports": []
|
1038
|
-
},
|
1039
|
-
{
|
1040
|
-
"kind": "javascript-module",
|
1041
|
-
"path": "src/types/error.ts",
|
1042
|
-
"declarations": [],
|
1043
|
-
"exports": []
|
1044
|
-
},
|
1045
|
-
{
|
1046
|
-
"kind": "javascript-module",
|
1047
|
-
"path": "src/types/errorInternal.ts",
|
1048
|
-
"declarations": [],
|
1049
|
-
"exports": []
|
1050
|
-
},
|
1051
|
-
{
|
1052
|
-
"kind": "javascript-module",
|
1053
|
-
"path": "src/types/fileAttachments.ts",
|
1054
|
-
"declarations": [],
|
1055
|
-
"exports": []
|
1056
|
-
},
|
1057
|
-
{
|
1058
|
-
"kind": "javascript-module",
|
1059
|
-
"path": "src/types/fileServiceConfigs.ts",
|
1060
|
-
"declarations": [],
|
1061
|
-
"exports": []
|
1062
|
-
},
|
1063
|
-
{
|
1064
|
-
"kind": "javascript-module",
|
1065
|
-
"path": "src/types/fileTypes.ts",
|
1066
|
-
"declarations": [],
|
1067
|
-
"exports": []
|
1068
|
-
},
|
1069
|
-
{
|
1070
|
-
"kind": "javascript-module",
|
1071
|
-
"path": "src/types/genericInputButton.ts",
|
1072
|
-
"declarations": [],
|
1073
|
-
"exports": []
|
1074
|
-
},
|
1075
|
-
{
|
1076
|
-
"kind": "javascript-module",
|
1077
|
-
"path": "src/types/handler.ts",
|
1078
|
-
"declarations": [],
|
1079
|
-
"exports": []
|
1080
|
-
},
|
1081
|
-
{
|
1082
|
-
"kind": "javascript-module",
|
1083
|
-
"path": "src/types/headers.ts",
|
1084
|
-
"declarations": [],
|
1085
|
-
"exports": []
|
1086
|
-
},
|
1087
|
-
{
|
1088
|
-
"kind": "javascript-module",
|
1089
|
-
"path": "src/types/history.ts",
|
1090
|
-
"declarations": [],
|
1091
|
-
"exports": []
|
1092
|
-
},
|
1093
|
-
{
|
1094
|
-
"kind": "javascript-module",
|
1095
|
-
"path": "src/types/html.ts",
|
1096
|
-
"declarations": [],
|
1097
|
-
"exports": []
|
1098
|
-
},
|
1099
|
-
{
|
1100
|
-
"kind": "javascript-module",
|
1101
|
-
"path": "src/types/huggingFace.ts",
|
1102
|
-
"declarations": [],
|
1103
|
-
"exports": []
|
1104
|
-
},
|
1105
|
-
{
|
1106
|
-
"kind": "javascript-module",
|
1107
|
-
"path": "src/types/huggingFaceResult.ts",
|
1108
|
-
"declarations": [],
|
1109
|
-
"exports": []
|
1110
|
-
},
|
1111
|
-
{
|
1112
|
-
"kind": "javascript-module",
|
1113
|
-
"path": "src/types/insertKeyViewStyles.ts",
|
1114
|
-
"declarations": [],
|
1115
|
-
"exports": []
|
1116
|
-
},
|
1117
|
-
{
|
1118
|
-
"kind": "javascript-module",
|
1119
|
-
"path": "src/types/interceptors.ts",
|
1120
|
-
"declarations": [],
|
1121
|
-
"exports": []
|
1122
|
-
},
|
1123
|
-
{
|
1124
|
-
"kind": "javascript-module",
|
1125
|
-
"path": "src/types/keyVerificationDetails.ts",
|
1126
|
-
"declarations": [],
|
1127
|
-
"exports": []
|
1128
|
-
},
|
1129
|
-
{
|
1130
|
-
"kind": "javascript-module",
|
1131
|
-
"path": "src/types/messageFile.ts",
|
1132
|
-
"declarations": [],
|
1133
|
-
"exports": []
|
1134
|
-
},
|
1135
|
-
{
|
1136
|
-
"kind": "javascript-module",
|
1137
|
-
"path": "src/types/messages.ts",
|
1138
|
-
"declarations": [],
|
1139
|
-
"exports": []
|
1140
|
-
},
|
1141
|
-
{
|
1142
|
-
"kind": "javascript-module",
|
1143
|
-
"path": "src/types/messagesInternal.ts",
|
1144
|
-
"declarations": [],
|
1145
|
-
"exports": []
|
1146
|
-
},
|
1147
|
-
{
|
1148
|
-
"kind": "javascript-module",
|
1149
|
-
"path": "src/types/microphone.ts",
|
1150
|
-
"declarations": [],
|
1151
|
-
"exports": []
|
1152
|
-
},
|
1153
|
-
{
|
1154
|
-
"kind": "javascript-module",
|
1155
|
-
"path": "src/types/mistral.ts",
|
1156
|
-
"declarations": [],
|
1157
|
-
"exports": []
|
1158
|
-
},
|
1159
|
-
{
|
1160
|
-
"kind": "javascript-module",
|
1161
|
-
"path": "src/types/names.ts",
|
1162
|
-
"declarations": [],
|
1163
|
-
"exports": []
|
1164
|
-
},
|
1165
|
-
{
|
1166
|
-
"kind": "javascript-module",
|
1167
|
-
"path": "src/types/object.ts",
|
1168
|
-
"declarations": [],
|
1169
|
-
"exports": []
|
1170
|
-
},
|
1171
|
-
{
|
1172
|
-
"kind": "javascript-module",
|
1173
|
-
"path": "src/types/openAI.ts",
|
1174
|
-
"declarations": [],
|
1175
|
-
"exports": []
|
1176
|
-
},
|
1177
|
-
{
|
1178
|
-
"kind": "javascript-module",
|
1179
|
-
"path": "src/types/openAIInternal.ts",
|
1180
|
-
"declarations": [],
|
1181
|
-
"exports": []
|
1182
|
-
},
|
1183
|
-
{
|
1184
|
-
"kind": "javascript-module",
|
1185
|
-
"path": "src/types/openAIResult.ts",
|
1186
|
-
"declarations": [],
|
1187
|
-
"exports": []
|
1188
|
-
},
|
1189
|
-
{
|
1190
|
-
"kind": "javascript-module",
|
1191
|
-
"path": "src/types/permittedErrorMessage.ts",
|
1192
|
-
"declarations": [],
|
1193
|
-
"exports": []
|
1194
|
-
},
|
1195
|
-
{
|
1196
|
-
"kind": "javascript-module",
|
1197
|
-
"path": "src/types/response.ts",
|
1198
|
-
"declarations": [],
|
1199
|
-
"exports": []
|
1200
|
-
},
|
1201
|
-
{
|
1202
|
-
"kind": "javascript-module",
|
1203
|
-
"path": "src/types/responseInternal.ts",
|
1204
|
-
"declarations": [],
|
1205
|
-
"exports": []
|
1206
|
-
},
|
1207
|
-
{
|
1208
|
-
"kind": "javascript-module",
|
1209
|
-
"path": "src/types/stabilityAI.ts",
|
1210
|
-
"declarations": [],
|
1211
|
-
"exports": []
|
1212
|
-
},
|
1213
|
-
{
|
1214
|
-
"kind": "javascript-module",
|
1215
|
-
"path": "src/types/stabilityAIResult.ts",
|
1216
|
-
"declarations": [],
|
1217
|
-
"exports": []
|
1218
|
-
},
|
1219
|
-
{
|
1220
|
-
"kind": "javascript-module",
|
1221
|
-
"path": "src/types/stream.ts",
|
1222
|
-
"declarations": [],
|
1223
|
-
"exports": []
|
1224
|
-
},
|
1225
|
-
{
|
1226
|
-
"kind": "javascript-module",
|
1227
|
-
"path": "src/types/styles.ts",
|
1228
|
-
"declarations": [],
|
1229
|
-
"exports": []
|
1230
|
-
},
|
1231
|
-
{
|
1232
|
-
"kind": "javascript-module",
|
1233
|
-
"path": "src/types/submitButton.ts",
|
1234
|
-
"declarations": [],
|
1235
|
-
"exports": []
|
1236
|
-
},
|
1237
|
-
{
|
1238
|
-
"kind": "javascript-module",
|
1239
|
-
"path": "src/types/textInput.ts",
|
1240
|
-
"declarations": [],
|
1241
|
-
"exports": []
|
1242
|
-
},
|
1243
|
-
{
|
1244
|
-
"kind": "javascript-module",
|
1245
|
-
"path": "src/types/textToSpeech.ts",
|
1246
|
-
"declarations": [],
|
1247
|
-
"exports": []
|
1248
|
-
},
|
1249
|
-
{
|
1250
|
-
"kind": "javascript-module",
|
1251
|
-
"path": "src/types/typeConverters.ts",
|
1252
|
-
"declarations": [],
|
1253
|
-
"exports": []
|
1254
|
-
},
|
1255
|
-
{
|
1256
|
-
"kind": "javascript-module",
|
1257
|
-
"path": "src/types/utilityTypes.ts",
|
1258
|
-
"declarations": [],
|
1259
|
-
"exports": []
|
1260
|
-
},
|
1261
|
-
{
|
1262
|
-
"kind": "javascript-module",
|
1263
|
-
"path": "src/types/validateInput.ts",
|
1264
|
-
"declarations": [],
|
1265
|
-
"exports": []
|
1266
|
-
},
|
1267
|
-
{
|
1268
|
-
"kind": "javascript-module",
|
1269
|
-
"path": "src/types/validationHandler.ts",
|
1270
|
-
"declarations": [],
|
1271
|
-
"exports": []
|
1272
|
-
},
|
1273
938
|
{
|
1274
939
|
"kind": "javascript-module",
|
1275
940
|
"path": "src/webModel/webModel.ts",
|
@@ -2380,6 +2045,348 @@
|
|
2380
2045
|
"declarations": [],
|
2381
2046
|
"exports": []
|
2382
2047
|
},
|
2048
|
+
{
|
2049
|
+
"kind": "javascript-module",
|
2050
|
+
"path": "src/types/APIKey.ts",
|
2051
|
+
"declarations": [],
|
2052
|
+
"exports": []
|
2053
|
+
},
|
2054
|
+
{
|
2055
|
+
"kind": "javascript-module",
|
2056
|
+
"path": "src/types/GCP.ts",
|
2057
|
+
"declarations": [],
|
2058
|
+
"exports": []
|
2059
|
+
},
|
2060
|
+
{
|
2061
|
+
"kind": "javascript-module",
|
2062
|
+
"path": "src/types/assemblyAI.ts",
|
2063
|
+
"declarations": [],
|
2064
|
+
"exports": []
|
2065
|
+
},
|
2066
|
+
{
|
2067
|
+
"kind": "javascript-module",
|
2068
|
+
"path": "src/types/assemblyAIResult.ts",
|
2069
|
+
"declarations": [],
|
2070
|
+
"exports": []
|
2071
|
+
},
|
2072
|
+
{
|
2073
|
+
"kind": "javascript-module",
|
2074
|
+
"path": "src/types/avatars.ts",
|
2075
|
+
"declarations": [],
|
2076
|
+
"exports": []
|
2077
|
+
},
|
2078
|
+
{
|
2079
|
+
"kind": "javascript-module",
|
2080
|
+
"path": "src/types/azure.ts",
|
2081
|
+
"declarations": [],
|
2082
|
+
"exports": []
|
2083
|
+
},
|
2084
|
+
{
|
2085
|
+
"kind": "javascript-module",
|
2086
|
+
"path": "src/types/azureResult.ts",
|
2087
|
+
"declarations": [],
|
2088
|
+
"exports": []
|
2089
|
+
},
|
2090
|
+
{
|
2091
|
+
"kind": "javascript-module",
|
2092
|
+
"path": "src/types/button.ts",
|
2093
|
+
"declarations": [],
|
2094
|
+
"exports": []
|
2095
|
+
},
|
2096
|
+
{
|
2097
|
+
"kind": "javascript-module",
|
2098
|
+
"path": "src/types/buttonInternal.ts",
|
2099
|
+
"declarations": [],
|
2100
|
+
"exports": []
|
2101
|
+
},
|
2102
|
+
{
|
2103
|
+
"kind": "javascript-module",
|
2104
|
+
"path": "src/types/buttonTypes.ts",
|
2105
|
+
"declarations": [],
|
2106
|
+
"exports": []
|
2107
|
+
},
|
2108
|
+
{
|
2109
|
+
"kind": "javascript-module",
|
2110
|
+
"path": "src/types/camera.ts",
|
2111
|
+
"declarations": [],
|
2112
|
+
"exports": []
|
2113
|
+
},
|
2114
|
+
{
|
2115
|
+
"kind": "javascript-module",
|
2116
|
+
"path": "src/types/chatLimits.ts",
|
2117
|
+
"declarations": [],
|
2118
|
+
"exports": []
|
2119
|
+
},
|
2120
|
+
{
|
2121
|
+
"kind": "javascript-module",
|
2122
|
+
"path": "src/types/cohere.ts",
|
2123
|
+
"declarations": [],
|
2124
|
+
"exports": []
|
2125
|
+
},
|
2126
|
+
{
|
2127
|
+
"kind": "javascript-module",
|
2128
|
+
"path": "src/types/cohereResult.ts",
|
2129
|
+
"declarations": [],
|
2130
|
+
"exports": []
|
2131
|
+
},
|
2132
|
+
{
|
2133
|
+
"kind": "javascript-module",
|
2134
|
+
"path": "src/types/connect.ts",
|
2135
|
+
"declarations": [],
|
2136
|
+
"exports": []
|
2137
|
+
},
|
2138
|
+
{
|
2139
|
+
"kind": "javascript-module",
|
2140
|
+
"path": "src/types/demo.ts",
|
2141
|
+
"declarations": [],
|
2142
|
+
"exports": []
|
2143
|
+
},
|
2144
|
+
{
|
2145
|
+
"kind": "javascript-module",
|
2146
|
+
"path": "src/types/directConnection.ts",
|
2147
|
+
"declarations": [],
|
2148
|
+
"exports": []
|
2149
|
+
},
|
2150
|
+
{
|
2151
|
+
"kind": "javascript-module",
|
2152
|
+
"path": "src/types/dropupStyles.ts",
|
2153
|
+
"declarations": [],
|
2154
|
+
"exports": []
|
2155
|
+
},
|
2156
|
+
{
|
2157
|
+
"kind": "javascript-module",
|
2158
|
+
"path": "src/types/error.ts",
|
2159
|
+
"declarations": [],
|
2160
|
+
"exports": []
|
2161
|
+
},
|
2162
|
+
{
|
2163
|
+
"kind": "javascript-module",
|
2164
|
+
"path": "src/types/errorInternal.ts",
|
2165
|
+
"declarations": [],
|
2166
|
+
"exports": []
|
2167
|
+
},
|
2168
|
+
{
|
2169
|
+
"kind": "javascript-module",
|
2170
|
+
"path": "src/types/fileAttachments.ts",
|
2171
|
+
"declarations": [],
|
2172
|
+
"exports": []
|
2173
|
+
},
|
2174
|
+
{
|
2175
|
+
"kind": "javascript-module",
|
2176
|
+
"path": "src/types/fileServiceConfigs.ts",
|
2177
|
+
"declarations": [],
|
2178
|
+
"exports": []
|
2179
|
+
},
|
2180
|
+
{
|
2181
|
+
"kind": "javascript-module",
|
2182
|
+
"path": "src/types/fileTypes.ts",
|
2183
|
+
"declarations": [],
|
2184
|
+
"exports": []
|
2185
|
+
},
|
2186
|
+
{
|
2187
|
+
"kind": "javascript-module",
|
2188
|
+
"path": "src/types/genericInputButton.ts",
|
2189
|
+
"declarations": [],
|
2190
|
+
"exports": []
|
2191
|
+
},
|
2192
|
+
{
|
2193
|
+
"kind": "javascript-module",
|
2194
|
+
"path": "src/types/handler.ts",
|
2195
|
+
"declarations": [],
|
2196
|
+
"exports": []
|
2197
|
+
},
|
2198
|
+
{
|
2199
|
+
"kind": "javascript-module",
|
2200
|
+
"path": "src/types/headers.ts",
|
2201
|
+
"declarations": [],
|
2202
|
+
"exports": []
|
2203
|
+
},
|
2204
|
+
{
|
2205
|
+
"kind": "javascript-module",
|
2206
|
+
"path": "src/types/history.ts",
|
2207
|
+
"declarations": [],
|
2208
|
+
"exports": []
|
2209
|
+
},
|
2210
|
+
{
|
2211
|
+
"kind": "javascript-module",
|
2212
|
+
"path": "src/types/html.ts",
|
2213
|
+
"declarations": [],
|
2214
|
+
"exports": []
|
2215
|
+
},
|
2216
|
+
{
|
2217
|
+
"kind": "javascript-module",
|
2218
|
+
"path": "src/types/huggingFace.ts",
|
2219
|
+
"declarations": [],
|
2220
|
+
"exports": []
|
2221
|
+
},
|
2222
|
+
{
|
2223
|
+
"kind": "javascript-module",
|
2224
|
+
"path": "src/types/huggingFaceResult.ts",
|
2225
|
+
"declarations": [],
|
2226
|
+
"exports": []
|
2227
|
+
},
|
2228
|
+
{
|
2229
|
+
"kind": "javascript-module",
|
2230
|
+
"path": "src/types/insertKeyViewStyles.ts",
|
2231
|
+
"declarations": [],
|
2232
|
+
"exports": []
|
2233
|
+
},
|
2234
|
+
{
|
2235
|
+
"kind": "javascript-module",
|
2236
|
+
"path": "src/types/interceptors.ts",
|
2237
|
+
"declarations": [],
|
2238
|
+
"exports": []
|
2239
|
+
},
|
2240
|
+
{
|
2241
|
+
"kind": "javascript-module",
|
2242
|
+
"path": "src/types/keyVerificationDetails.ts",
|
2243
|
+
"declarations": [],
|
2244
|
+
"exports": []
|
2245
|
+
},
|
2246
|
+
{
|
2247
|
+
"kind": "javascript-module",
|
2248
|
+
"path": "src/types/messageFile.ts",
|
2249
|
+
"declarations": [],
|
2250
|
+
"exports": []
|
2251
|
+
},
|
2252
|
+
{
|
2253
|
+
"kind": "javascript-module",
|
2254
|
+
"path": "src/types/messages.ts",
|
2255
|
+
"declarations": [],
|
2256
|
+
"exports": []
|
2257
|
+
},
|
2258
|
+
{
|
2259
|
+
"kind": "javascript-module",
|
2260
|
+
"path": "src/types/messagesInternal.ts",
|
2261
|
+
"declarations": [],
|
2262
|
+
"exports": []
|
2263
|
+
},
|
2264
|
+
{
|
2265
|
+
"kind": "javascript-module",
|
2266
|
+
"path": "src/types/microphone.ts",
|
2267
|
+
"declarations": [],
|
2268
|
+
"exports": []
|
2269
|
+
},
|
2270
|
+
{
|
2271
|
+
"kind": "javascript-module",
|
2272
|
+
"path": "src/types/mistral.ts",
|
2273
|
+
"declarations": [],
|
2274
|
+
"exports": []
|
2275
|
+
},
|
2276
|
+
{
|
2277
|
+
"kind": "javascript-module",
|
2278
|
+
"path": "src/types/names.ts",
|
2279
|
+
"declarations": [],
|
2280
|
+
"exports": []
|
2281
|
+
},
|
2282
|
+
{
|
2283
|
+
"kind": "javascript-module",
|
2284
|
+
"path": "src/types/object.ts",
|
2285
|
+
"declarations": [],
|
2286
|
+
"exports": []
|
2287
|
+
},
|
2288
|
+
{
|
2289
|
+
"kind": "javascript-module",
|
2290
|
+
"path": "src/types/openAI.ts",
|
2291
|
+
"declarations": [],
|
2292
|
+
"exports": []
|
2293
|
+
},
|
2294
|
+
{
|
2295
|
+
"kind": "javascript-module",
|
2296
|
+
"path": "src/types/openAIInternal.ts",
|
2297
|
+
"declarations": [],
|
2298
|
+
"exports": []
|
2299
|
+
},
|
2300
|
+
{
|
2301
|
+
"kind": "javascript-module",
|
2302
|
+
"path": "src/types/openAIResult.ts",
|
2303
|
+
"declarations": [],
|
2304
|
+
"exports": []
|
2305
|
+
},
|
2306
|
+
{
|
2307
|
+
"kind": "javascript-module",
|
2308
|
+
"path": "src/types/permittedErrorMessage.ts",
|
2309
|
+
"declarations": [],
|
2310
|
+
"exports": []
|
2311
|
+
},
|
2312
|
+
{
|
2313
|
+
"kind": "javascript-module",
|
2314
|
+
"path": "src/types/response.ts",
|
2315
|
+
"declarations": [],
|
2316
|
+
"exports": []
|
2317
|
+
},
|
2318
|
+
{
|
2319
|
+
"kind": "javascript-module",
|
2320
|
+
"path": "src/types/responseInternal.ts",
|
2321
|
+
"declarations": [],
|
2322
|
+
"exports": []
|
2323
|
+
},
|
2324
|
+
{
|
2325
|
+
"kind": "javascript-module",
|
2326
|
+
"path": "src/types/stabilityAI.ts",
|
2327
|
+
"declarations": [],
|
2328
|
+
"exports": []
|
2329
|
+
},
|
2330
|
+
{
|
2331
|
+
"kind": "javascript-module",
|
2332
|
+
"path": "src/types/stabilityAIResult.ts",
|
2333
|
+
"declarations": [],
|
2334
|
+
"exports": []
|
2335
|
+
},
|
2336
|
+
{
|
2337
|
+
"kind": "javascript-module",
|
2338
|
+
"path": "src/types/stream.ts",
|
2339
|
+
"declarations": [],
|
2340
|
+
"exports": []
|
2341
|
+
},
|
2342
|
+
{
|
2343
|
+
"kind": "javascript-module",
|
2344
|
+
"path": "src/types/styles.ts",
|
2345
|
+
"declarations": [],
|
2346
|
+
"exports": []
|
2347
|
+
},
|
2348
|
+
{
|
2349
|
+
"kind": "javascript-module",
|
2350
|
+
"path": "src/types/submitButton.ts",
|
2351
|
+
"declarations": [],
|
2352
|
+
"exports": []
|
2353
|
+
},
|
2354
|
+
{
|
2355
|
+
"kind": "javascript-module",
|
2356
|
+
"path": "src/types/textInput.ts",
|
2357
|
+
"declarations": [],
|
2358
|
+
"exports": []
|
2359
|
+
},
|
2360
|
+
{
|
2361
|
+
"kind": "javascript-module",
|
2362
|
+
"path": "src/types/textToSpeech.ts",
|
2363
|
+
"declarations": [],
|
2364
|
+
"exports": []
|
2365
|
+
},
|
2366
|
+
{
|
2367
|
+
"kind": "javascript-module",
|
2368
|
+
"path": "src/types/typeConverters.ts",
|
2369
|
+
"declarations": [],
|
2370
|
+
"exports": []
|
2371
|
+
},
|
2372
|
+
{
|
2373
|
+
"kind": "javascript-module",
|
2374
|
+
"path": "src/types/utilityTypes.ts",
|
2375
|
+
"declarations": [],
|
2376
|
+
"exports": []
|
2377
|
+
},
|
2378
|
+
{
|
2379
|
+
"kind": "javascript-module",
|
2380
|
+
"path": "src/types/validateInput.ts",
|
2381
|
+
"declarations": [],
|
2382
|
+
"exports": []
|
2383
|
+
},
|
2384
|
+
{
|
2385
|
+
"kind": "javascript-module",
|
2386
|
+
"path": "src/types/validationHandler.ts",
|
2387
|
+
"declarations": [],
|
2388
|
+
"exports": []
|
2389
|
+
},
|
2383
2390
|
{
|
2384
2391
|
"kind": "javascript-module",
|
2385
2392
|
"path": "src/services/assemblyAI/assemblyAIAudioIO.ts",
|
@@ -28005,288 +28012,400 @@
|
|
28005
28012
|
},
|
28006
28013
|
{
|
28007
28014
|
"kind": "javascript-module",
|
28008
|
-
"path": "src/
|
28015
|
+
"path": "src/views/chat/chatView.ts",
|
28009
28016
|
"declarations": [
|
28010
28017
|
{
|
28011
28018
|
"kind": "class",
|
28012
28019
|
"description": "",
|
28013
|
-
"name": "
|
28020
|
+
"name": "ChatView",
|
28014
28021
|
"members": [
|
28015
28022
|
{
|
28016
28023
|
"kind": "method",
|
28017
|
-
"name": "
|
28018
|
-
"privacy": "
|
28024
|
+
"name": "createElements",
|
28025
|
+
"privacy": "private",
|
28019
28026
|
"static": true,
|
28020
28027
|
"parameters": [
|
28021
28028
|
{
|
28022
|
-
"name": "
|
28029
|
+
"name": "deepChat",
|
28023
28030
|
"type": {
|
28024
|
-
"text": "
|
28031
|
+
"text": "DeepChat"
|
28025
28032
|
}
|
28026
28033
|
},
|
28027
28034
|
{
|
28028
|
-
"name": "
|
28035
|
+
"name": "serviceIO",
|
28029
28036
|
"type": {
|
28030
|
-
"text": "
|
28037
|
+
"text": "ServiceIO"
|
28031
28038
|
}
|
28032
28039
|
},
|
28033
28040
|
{
|
28034
|
-
"name": "
|
28041
|
+
"name": "panel",
|
28042
|
+
"optional": true,
|
28035
28043
|
"type": {
|
28036
|
-
"text": "
|
28044
|
+
"text": "HTMLElement"
|
28037
28045
|
}
|
28038
|
-
},
|
28039
|
-
{
|
28040
|
-
"name": "stringifyBody",
|
28041
|
-
"default": "true"
|
28042
28046
|
}
|
28043
28047
|
]
|
28044
28048
|
},
|
28045
28049
|
{
|
28046
28050
|
"kind": "method",
|
28047
|
-
"name": "
|
28051
|
+
"name": "render",
|
28048
28052
|
"privacy": "public",
|
28049
28053
|
"static": true,
|
28050
28054
|
"parameters": [
|
28051
28055
|
{
|
28052
|
-
"name": "
|
28056
|
+
"name": "deepChat",
|
28053
28057
|
"type": {
|
28054
|
-
"text": "
|
28058
|
+
"text": "DeepChat"
|
28055
28059
|
}
|
28056
28060
|
},
|
28057
28061
|
{
|
28058
|
-
"name": "
|
28062
|
+
"name": "containerRef",
|
28059
28063
|
"type": {
|
28060
|
-
"text": "
|
28064
|
+
"text": "HTMLElement"
|
28061
28065
|
}
|
28062
28066
|
},
|
28063
28067
|
{
|
28064
|
-
"name": "
|
28068
|
+
"name": "serviceIO",
|
28065
28069
|
"type": {
|
28066
|
-
"text": "
|
28070
|
+
"text": "ServiceIO"
|
28067
28071
|
}
|
28068
28072
|
},
|
28069
28073
|
{
|
28070
|
-
"name": "
|
28074
|
+
"name": "panel",
|
28075
|
+
"optional": true,
|
28071
28076
|
"type": {
|
28072
|
-
"text": "
|
28077
|
+
"text": "HTMLElement"
|
28073
28078
|
}
|
28074
28079
|
}
|
28075
28080
|
]
|
28076
|
-
}
|
28081
|
+
}
|
28082
|
+
]
|
28083
|
+
}
|
28084
|
+
],
|
28085
|
+
"exports": [
|
28086
|
+
{
|
28087
|
+
"kind": "js",
|
28088
|
+
"name": "ChatView",
|
28089
|
+
"declaration": {
|
28090
|
+
"name": "ChatView",
|
28091
|
+
"module": "src/views/chat/chatView.ts"
|
28092
|
+
}
|
28093
|
+
}
|
28094
|
+
]
|
28095
|
+
},
|
28096
|
+
{
|
28097
|
+
"kind": "javascript-module",
|
28098
|
+
"path": "src/views/error/errorView.ts",
|
28099
|
+
"declarations": [
|
28100
|
+
{
|
28101
|
+
"kind": "class",
|
28102
|
+
"description": "",
|
28103
|
+
"name": "ErrorView",
|
28104
|
+
"members": [
|
28077
28105
|
{
|
28078
28106
|
"kind": "method",
|
28079
|
-
"name": "
|
28107
|
+
"name": "render",
|
28080
28108
|
"privacy": "public",
|
28081
28109
|
"static": true,
|
28082
28110
|
"parameters": [
|
28083
28111
|
{
|
28084
|
-
"name": "
|
28112
|
+
"name": "containerElement",
|
28085
28113
|
"type": {
|
28086
|
-
"text": "
|
28114
|
+
"text": "HTMLElement"
|
28087
28115
|
}
|
28088
28116
|
},
|
28089
28117
|
{
|
28090
|
-
"name": "
|
28118
|
+
"name": "text",
|
28091
28119
|
"type": {
|
28092
|
-
"text": "
|
28120
|
+
"text": "string"
|
28093
28121
|
}
|
28094
|
-
}
|
28122
|
+
}
|
28123
|
+
]
|
28124
|
+
}
|
28125
|
+
]
|
28126
|
+
}
|
28127
|
+
],
|
28128
|
+
"exports": [
|
28129
|
+
{
|
28130
|
+
"kind": "js",
|
28131
|
+
"name": "ErrorView",
|
28132
|
+
"declaration": {
|
28133
|
+
"name": "ErrorView",
|
28134
|
+
"module": "src/views/error/errorView.ts"
|
28135
|
+
}
|
28136
|
+
}
|
28137
|
+
]
|
28138
|
+
},
|
28139
|
+
{
|
28140
|
+
"kind": "javascript-module",
|
28141
|
+
"path": "src/views/insertKey/insertKeyView.ts",
|
28142
|
+
"declarations": [
|
28143
|
+
{
|
28144
|
+
"kind": "class",
|
28145
|
+
"description": "",
|
28146
|
+
"name": "InsertKeyView",
|
28147
|
+
"members": [
|
28148
|
+
{
|
28149
|
+
"kind": "method",
|
28150
|
+
"name": "createCautionText",
|
28151
|
+
"privacy": "private",
|
28152
|
+
"static": true
|
28153
|
+
},
|
28154
|
+
{
|
28155
|
+
"kind": "method",
|
28156
|
+
"name": "createHelpLink",
|
28157
|
+
"privacy": "private",
|
28158
|
+
"static": true,
|
28159
|
+
"parameters": [
|
28095
28160
|
{
|
28096
|
-
"name": "
|
28161
|
+
"name": "keyHelpUrl",
|
28097
28162
|
"type": {
|
28098
|
-
"text": "
|
28163
|
+
"text": "string"
|
28164
|
+
}
|
28165
|
+
}
|
28166
|
+
]
|
28167
|
+
},
|
28168
|
+
{
|
28169
|
+
"kind": "method",
|
28170
|
+
"name": "createFailText",
|
28171
|
+
"privacy": "private",
|
28172
|
+
"static": true
|
28173
|
+
},
|
28174
|
+
{
|
28175
|
+
"kind": "method",
|
28176
|
+
"name": "createHelpTextContainer",
|
28177
|
+
"privacy": "private",
|
28178
|
+
"static": true,
|
28179
|
+
"parameters": [
|
28180
|
+
{
|
28181
|
+
"name": "keyHelpUrl",
|
28182
|
+
"optional": true,
|
28183
|
+
"type": {
|
28184
|
+
"text": "string"
|
28099
28185
|
}
|
28100
28186
|
},
|
28101
28187
|
{
|
28102
|
-
"name": "
|
28188
|
+
"name": "displayCaution",
|
28103
28189
|
"default": "true"
|
28104
28190
|
}
|
28105
28191
|
]
|
28106
28192
|
},
|
28107
28193
|
{
|
28108
28194
|
"kind": "method",
|
28109
|
-
"name": "
|
28110
|
-
"privacy": "
|
28195
|
+
"name": "onFail",
|
28196
|
+
"privacy": "private",
|
28111
28197
|
"static": true,
|
28112
28198
|
"parameters": [
|
28113
28199
|
{
|
28114
|
-
"name": "
|
28200
|
+
"name": "inputEl",
|
28115
28201
|
"type": {
|
28116
|
-
"text": "
|
28202
|
+
"text": "HTMLInputElement"
|
28117
28203
|
}
|
28118
28204
|
},
|
28119
28205
|
{
|
28120
|
-
"name": "
|
28206
|
+
"name": "startEl",
|
28121
28207
|
"type": {
|
28122
|
-
"text": "
|
28208
|
+
"text": "HTMLElement"
|
28123
28209
|
}
|
28124
28210
|
},
|
28125
28211
|
{
|
28126
|
-
"name": "
|
28212
|
+
"name": "failTextEl",
|
28127
28213
|
"type": {
|
28128
|
-
"text": "
|
28214
|
+
"text": "HTMLElement"
|
28129
28215
|
}
|
28130
28216
|
},
|
28131
28217
|
{
|
28132
|
-
"name": "
|
28218
|
+
"name": "message",
|
28133
28219
|
"type": {
|
28134
28220
|
"text": "string"
|
28135
28221
|
}
|
28136
|
-
}
|
28222
|
+
}
|
28223
|
+
]
|
28224
|
+
},
|
28225
|
+
{
|
28226
|
+
"kind": "method",
|
28227
|
+
"name": "onLoad",
|
28228
|
+
"privacy": "private",
|
28229
|
+
"static": true,
|
28230
|
+
"parameters": [
|
28137
28231
|
{
|
28138
|
-
"name": "
|
28232
|
+
"name": "inputEl",
|
28139
28233
|
"type": {
|
28140
|
-
"text": "
|
28234
|
+
"text": "HTMLInputElement"
|
28141
28235
|
}
|
28142
28236
|
},
|
28143
28237
|
{
|
28144
|
-
"name": "
|
28238
|
+
"name": "startEl",
|
28145
28239
|
"type": {
|
28146
|
-
"text": "
|
28240
|
+
"text": "HTMLElement"
|
28147
28241
|
}
|
28148
|
-
}
|
28242
|
+
}
|
28243
|
+
]
|
28244
|
+
},
|
28245
|
+
{
|
28246
|
+
"kind": "method",
|
28247
|
+
"name": "verifyKey",
|
28248
|
+
"privacy": "private",
|
28249
|
+
"static": true,
|
28250
|
+
"parameters": [
|
28149
28251
|
{
|
28150
|
-
"name": "
|
28252
|
+
"name": "inputElement",
|
28151
28253
|
"type": {
|
28152
|
-
"text": "
|
28254
|
+
"text": "HTMLInputElement"
|
28153
28255
|
}
|
28154
28256
|
},
|
28155
28257
|
{
|
28156
|
-
"name": "
|
28258
|
+
"name": "keyVerificationHandlers",
|
28157
28259
|
"type": {
|
28158
|
-
"text": "
|
28260
|
+
"text": "KeyVerificationHandlers"
|
28159
28261
|
}
|
28160
28262
|
},
|
28161
28263
|
{
|
28162
|
-
"name": "
|
28163
|
-
"optional": true,
|
28264
|
+
"name": "serviceIO",
|
28164
28265
|
"type": {
|
28165
|
-
"text": "
|
28266
|
+
"text": "ServiceIO"
|
28166
28267
|
}
|
28167
28268
|
}
|
28168
28269
|
]
|
28169
|
-
}
|
28170
|
-
]
|
28171
|
-
}
|
28172
|
-
],
|
28173
|
-
"exports": [
|
28174
|
-
{
|
28175
|
-
"kind": "js",
|
28176
|
-
"name": "HTTPRequest",
|
28177
|
-
"declaration": {
|
28178
|
-
"name": "HTTPRequest",
|
28179
|
-
"module": "src/utils/HTTP/HTTPRequest.ts"
|
28180
|
-
}
|
28181
|
-
}
|
28182
|
-
]
|
28183
|
-
},
|
28184
|
-
{
|
28185
|
-
"kind": "javascript-module",
|
28186
|
-
"path": "src/utils/HTTP/customHandler.ts",
|
28187
|
-
"declarations": [
|
28188
|
-
{
|
28189
|
-
"kind": "class",
|
28190
|
-
"description": "",
|
28191
|
-
"name": "CustomHandler",
|
28192
|
-
"members": [
|
28270
|
+
},
|
28193
28271
|
{
|
28194
28272
|
"kind": "method",
|
28195
|
-
"name": "
|
28196
|
-
"privacy": "
|
28273
|
+
"name": "addVerificationEvents",
|
28274
|
+
"privacy": "private",
|
28197
28275
|
"static": true,
|
28198
28276
|
"parameters": [
|
28199
28277
|
{
|
28200
|
-
"name": "
|
28278
|
+
"name": "inputEl",
|
28201
28279
|
"type": {
|
28202
|
-
"text": "
|
28280
|
+
"text": "HTMLInputElement"
|
28203
28281
|
}
|
28204
28282
|
},
|
28205
28283
|
{
|
28206
|
-
"name": "
|
28284
|
+
"name": "startEl",
|
28207
28285
|
"type": {
|
28208
|
-
"text": "
|
28286
|
+
"text": "HTMLElement"
|
28209
28287
|
}
|
28210
28288
|
},
|
28211
28289
|
{
|
28212
|
-
"name": "
|
28290
|
+
"name": "failTextEl",
|
28213
28291
|
"type": {
|
28214
|
-
"text": "
|
28292
|
+
"text": "HTMLElement"
|
28293
|
+
}
|
28294
|
+
},
|
28295
|
+
{
|
28296
|
+
"name": "changeToChat",
|
28297
|
+
"type": {
|
28298
|
+
"text": "() => void"
|
28299
|
+
}
|
28300
|
+
},
|
28301
|
+
{
|
28302
|
+
"name": "serviceIO",
|
28303
|
+
"type": {
|
28304
|
+
"text": "ServiceIO"
|
28215
28305
|
}
|
28216
28306
|
}
|
28217
28307
|
]
|
28218
28308
|
},
|
28219
28309
|
{
|
28220
28310
|
"kind": "method",
|
28221
|
-
"name": "
|
28311
|
+
"name": "createStartButton",
|
28312
|
+
"privacy": "private",
|
28313
|
+
"static": true
|
28314
|
+
},
|
28315
|
+
{
|
28316
|
+
"kind": "method",
|
28317
|
+
"name": "onInputFocus",
|
28222
28318
|
"privacy": "private",
|
28223
28319
|
"static": true,
|
28224
28320
|
"parameters": [
|
28225
28321
|
{
|
28226
|
-
"name": "
|
28322
|
+
"name": "event",
|
28227
28323
|
"type": {
|
28228
|
-
"text": "
|
28324
|
+
"text": "FocusEvent"
|
28229
28325
|
}
|
28230
|
-
}
|
28326
|
+
}
|
28327
|
+
]
|
28328
|
+
},
|
28329
|
+
{
|
28330
|
+
"kind": "method",
|
28331
|
+
"name": "createInput",
|
28332
|
+
"privacy": "private",
|
28333
|
+
"static": true,
|
28334
|
+
"parameters": [
|
28231
28335
|
{
|
28232
|
-
"name": "
|
28336
|
+
"name": "placeholderText",
|
28337
|
+
"optional": true,
|
28233
28338
|
"type": {
|
28234
|
-
"text": "
|
28339
|
+
"text": "string"
|
28235
28340
|
}
|
28236
28341
|
}
|
28237
28342
|
]
|
28238
28343
|
},
|
28239
28344
|
{
|
28240
28345
|
"kind": "method",
|
28241
|
-
"name": "
|
28242
|
-
"privacy": "
|
28346
|
+
"name": "createContents",
|
28347
|
+
"privacy": "private",
|
28243
28348
|
"static": true,
|
28244
28349
|
"parameters": [
|
28245
28350
|
{
|
28246
|
-
"name": "
|
28351
|
+
"name": "changeToChat",
|
28247
28352
|
"type": {
|
28248
|
-
"text": "
|
28353
|
+
"text": "() => void"
|
28249
28354
|
}
|
28250
28355
|
},
|
28251
28356
|
{
|
28252
|
-
"name": "
|
28357
|
+
"name": "serviceIO",
|
28253
28358
|
"type": {
|
28254
|
-
"text": "
|
28359
|
+
"text": "ServiceIO"
|
28360
|
+
}
|
28361
|
+
}
|
28362
|
+
]
|
28363
|
+
},
|
28364
|
+
{
|
28365
|
+
"kind": "method",
|
28366
|
+
"name": "createElements",
|
28367
|
+
"privacy": "private",
|
28368
|
+
"static": true,
|
28369
|
+
"parameters": [
|
28370
|
+
{
|
28371
|
+
"name": "changeToChat",
|
28372
|
+
"type": {
|
28373
|
+
"text": "() => void"
|
28255
28374
|
}
|
28256
28375
|
},
|
28257
28376
|
{
|
28258
|
-
"name": "
|
28377
|
+
"name": "serviceIO",
|
28259
28378
|
"type": {
|
28260
|
-
"text": "
|
28379
|
+
"text": "ServiceIO"
|
28261
28380
|
}
|
28262
28381
|
}
|
28263
28382
|
]
|
28264
28383
|
},
|
28265
28384
|
{
|
28266
28385
|
"kind": "method",
|
28267
|
-
"name": "
|
28386
|
+
"name": "render",
|
28268
28387
|
"privacy": "public",
|
28269
28388
|
"static": true,
|
28270
28389
|
"parameters": [
|
28271
28390
|
{
|
28272
|
-
"name": "
|
28391
|
+
"name": "containerRef",
|
28273
28392
|
"type": {
|
28274
|
-
"text": "
|
28393
|
+
"text": "HTMLElement"
|
28275
28394
|
}
|
28276
28395
|
},
|
28277
28396
|
{
|
28278
|
-
"name": "
|
28397
|
+
"name": "changeToChat",
|
28279
28398
|
"type": {
|
28280
|
-
"text": "
|
28399
|
+
"text": "() => void"
|
28400
|
+
}
|
28401
|
+
},
|
28402
|
+
{
|
28403
|
+
"name": "serviceIO",
|
28404
|
+
"type": {
|
28405
|
+
"text": "ServiceIO"
|
28281
28406
|
}
|
28282
28407
|
}
|
28283
28408
|
]
|
28284
|
-
},
|
28285
|
-
{
|
28286
|
-
"kind": "method",
|
28287
|
-
"name": "generateOptionalSignals",
|
28288
|
-
"privacy": "private",
|
28289
|
-
"static": true
|
28290
28409
|
}
|
28291
28410
|
]
|
28292
28411
|
}
|
@@ -28294,192 +28413,165 @@
|
|
28294
28413
|
"exports": [
|
28295
28414
|
{
|
28296
28415
|
"kind": "js",
|
28297
|
-
"name": "
|
28416
|
+
"name": "InsertKeyView",
|
28298
28417
|
"declaration": {
|
28299
|
-
"name": "
|
28300
|
-
"module": "src/
|
28418
|
+
"name": "InsertKeyView",
|
28419
|
+
"module": "src/views/insertKey/insertKeyView.ts"
|
28301
28420
|
}
|
28302
28421
|
}
|
28303
28422
|
]
|
28304
28423
|
},
|
28305
28424
|
{
|
28306
28425
|
"kind": "javascript-module",
|
28307
|
-
"path": "src/
|
28426
|
+
"path": "src/views/insertKey/visibilityIcon.ts",
|
28308
28427
|
"declarations": [
|
28309
28428
|
{
|
28310
28429
|
"kind": "class",
|
28311
28430
|
"description": "",
|
28312
|
-
"name": "
|
28431
|
+
"name": "VisibilityIcon",
|
28313
28432
|
"members": [
|
28314
28433
|
{
|
28315
28434
|
"kind": "field",
|
28316
|
-
"name": "
|
28435
|
+
"name": "VISIBLE_ICON_ID",
|
28317
28436
|
"type": {
|
28318
28437
|
"text": "string"
|
28319
28438
|
},
|
28320
|
-
"privacy": "
|
28439
|
+
"privacy": "private",
|
28321
28440
|
"static": true,
|
28322
28441
|
"readonly": true,
|
28323
|
-
"default": "'
|
28442
|
+
"default": "'visible-icon'"
|
28324
28443
|
},
|
28325
28444
|
{
|
28326
28445
|
"kind": "method",
|
28327
|
-
"name": "
|
28328
|
-
"privacy": "
|
28446
|
+
"name": "changeVisibility",
|
28447
|
+
"privacy": "private",
|
28329
28448
|
"static": true,
|
28330
28449
|
"parameters": [
|
28331
28450
|
{
|
28332
|
-
"name": "
|
28451
|
+
"name": "inputElement",
|
28333
28452
|
"type": {
|
28334
|
-
"text": "
|
28453
|
+
"text": "HTMLInputElement"
|
28335
28454
|
}
|
28336
28455
|
},
|
28337
28456
|
{
|
28338
|
-
"name": "
|
28457
|
+
"name": "visibleIcon",
|
28339
28458
|
"type": {
|
28340
|
-
"text": "
|
28459
|
+
"text": "SVGGraphicsElement"
|
28341
28460
|
}
|
28342
28461
|
},
|
28343
28462
|
{
|
28344
|
-
"name": "
|
28345
|
-
"type": {
|
28346
|
-
"text": "boolean"
|
28347
|
-
}
|
28348
|
-
}
|
28349
|
-
]
|
28350
|
-
},
|
28351
|
-
{
|
28352
|
-
"kind": "method",
|
28353
|
-
"name": "displayError",
|
28354
|
-
"privacy": "public",
|
28355
|
-
"static": true,
|
28356
|
-
"parameters": [
|
28357
|
-
{
|
28358
|
-
"name": "messages",
|
28463
|
+
"name": "notVisibleIcon",
|
28359
28464
|
"type": {
|
28360
|
-
"text": "
|
28465
|
+
"text": "SVGGraphicsElement"
|
28361
28466
|
}
|
28362
28467
|
},
|
28363
28468
|
{
|
28364
|
-
"name": "
|
28469
|
+
"name": "event",
|
28365
28470
|
"type": {
|
28366
|
-
"text": "
|
28471
|
+
"text": "MouseEvent"
|
28367
28472
|
}
|
28368
|
-
},
|
28369
|
-
{
|
28370
|
-
"name": "defMessage",
|
28371
|
-
"default": "'Service error, please try again.'"
|
28372
28473
|
}
|
28373
28474
|
]
|
28374
28475
|
},
|
28375
28476
|
{
|
28376
28477
|
"kind": "method",
|
28377
|
-
"name": "
|
28378
|
-
"privacy": "
|
28478
|
+
"name": "createIconElement",
|
28479
|
+
"privacy": "private",
|
28379
28480
|
"static": true,
|
28380
28481
|
"parameters": [
|
28381
28482
|
{
|
28382
|
-
"name": "
|
28383
|
-
"type": {
|
28384
|
-
"text": "ServiceIO"
|
28385
|
-
}
|
28386
|
-
},
|
28387
|
-
{
|
28388
|
-
"name": "headers",
|
28389
|
-
"type": {
|
28390
|
-
"text": "GenericObject<string> | undefined"
|
28391
|
-
}
|
28392
|
-
},
|
28393
|
-
{
|
28394
|
-
"name": "stringifyBody",
|
28483
|
+
"name": "iconString",
|
28395
28484
|
"type": {
|
28396
|
-
"text": "
|
28485
|
+
"text": "string"
|
28397
28486
|
}
|
28398
28487
|
},
|
28399
28488
|
{
|
28400
|
-
"name": "
|
28489
|
+
"name": "id",
|
28401
28490
|
"type": {
|
28402
|
-
"text": "
|
28491
|
+
"text": "string"
|
28403
28492
|
}
|
28404
28493
|
}
|
28405
28494
|
]
|
28406
28495
|
},
|
28407
28496
|
{
|
28408
28497
|
"kind": "method",
|
28409
|
-
"name": "
|
28498
|
+
"name": "create",
|
28410
28499
|
"privacy": "public",
|
28411
28500
|
"static": true,
|
28412
28501
|
"parameters": [
|
28413
28502
|
{
|
28414
|
-
"name": "
|
28503
|
+
"name": "inputElement",
|
28415
28504
|
"type": {
|
28416
|
-
"text": "
|
28505
|
+
"text": "HTMLInputElement"
|
28417
28506
|
}
|
28418
28507
|
}
|
28419
28508
|
]
|
28420
|
-
}
|
28509
|
+
}
|
28510
|
+
]
|
28511
|
+
}
|
28512
|
+
],
|
28513
|
+
"exports": [
|
28514
|
+
{
|
28515
|
+
"kind": "js",
|
28516
|
+
"name": "VisibilityIcon",
|
28517
|
+
"declaration": {
|
28518
|
+
"name": "VisibilityIcon",
|
28519
|
+
"module": "src/views/insertKey/visibilityIcon.ts"
|
28520
|
+
}
|
28521
|
+
}
|
28522
|
+
]
|
28523
|
+
},
|
28524
|
+
{
|
28525
|
+
"kind": "javascript-module",
|
28526
|
+
"path": "src/views/validateKeyProperty/validateKeyPropertyView.ts",
|
28527
|
+
"declarations": [
|
28528
|
+
{
|
28529
|
+
"kind": "class",
|
28530
|
+
"description": "",
|
28531
|
+
"name": "ValidateKeyPropertyView",
|
28532
|
+
"members": [
|
28421
28533
|
{
|
28422
28534
|
"kind": "method",
|
28423
|
-
"name": "
|
28424
|
-
"privacy": "
|
28535
|
+
"name": "onLoad",
|
28536
|
+
"privacy": "private",
|
28425
28537
|
"static": true,
|
28426
|
-
"return": {
|
28427
|
-
"type": {
|
28428
|
-
"text": "InterceptorResultP"
|
28429
|
-
}
|
28430
|
-
},
|
28431
28538
|
"parameters": [
|
28432
28539
|
{
|
28433
|
-
"name": "
|
28434
|
-
"type": {
|
28435
|
-
"text": "DeepChat"
|
28436
|
-
}
|
28437
|
-
},
|
28438
|
-
{
|
28439
|
-
"name": "requestDetails",
|
28540
|
+
"name": "startElement",
|
28440
28541
|
"type": {
|
28441
|
-
"text": "
|
28542
|
+
"text": "HTMLElement"
|
28442
28543
|
}
|
28443
28544
|
}
|
28444
28545
|
]
|
28445
28546
|
},
|
28446
28547
|
{
|
28447
28548
|
"kind": "method",
|
28448
|
-
"name": "
|
28449
|
-
"privacy": "
|
28450
|
-
"static": true
|
28451
|
-
"parameters": [
|
28452
|
-
{
|
28453
|
-
"name": "response",
|
28454
|
-
"type": {
|
28455
|
-
"text": "ResponseI"
|
28456
|
-
}
|
28457
|
-
}
|
28458
|
-
]
|
28549
|
+
"name": "createElements",
|
28550
|
+
"privacy": "private",
|
28551
|
+
"static": true
|
28459
28552
|
},
|
28460
28553
|
{
|
28461
28554
|
"kind": "method",
|
28462
|
-
"name": "
|
28555
|
+
"name": "render",
|
28463
28556
|
"privacy": "public",
|
28464
28557
|
"static": true,
|
28465
28558
|
"parameters": [
|
28466
28559
|
{
|
28467
|
-
"name": "
|
28560
|
+
"name": "containerRef",
|
28468
28561
|
"type": {
|
28469
|
-
"text": "
|
28562
|
+
"text": "HTMLElement"
|
28470
28563
|
}
|
28471
28564
|
},
|
28472
28565
|
{
|
28473
|
-
"name": "
|
28566
|
+
"name": "changeToChat",
|
28474
28567
|
"type": {
|
28475
|
-
"text": "
|
28568
|
+
"text": "() => void"
|
28476
28569
|
}
|
28477
28570
|
},
|
28478
28571
|
{
|
28479
|
-
"name": "
|
28480
|
-
"optional": true,
|
28572
|
+
"name": "serviceIO",
|
28481
28573
|
"type": {
|
28482
|
-
"text": "
|
28574
|
+
"text": "ServiceIO"
|
28483
28575
|
}
|
28484
28576
|
}
|
28485
28577
|
]
|
@@ -28490,22 +28582,22 @@
|
|
28490
28582
|
"exports": [
|
28491
28583
|
{
|
28492
28584
|
"kind": "js",
|
28493
|
-
"name": "
|
28585
|
+
"name": "ValidateKeyPropertyView",
|
28494
28586
|
"declaration": {
|
28495
|
-
"name": "
|
28496
|
-
"module": "src/
|
28587
|
+
"name": "ValidateKeyPropertyView",
|
28588
|
+
"module": "src/views/validateKeyProperty/validateKeyPropertyView.ts"
|
28497
28589
|
}
|
28498
28590
|
}
|
28499
28591
|
]
|
28500
28592
|
},
|
28501
28593
|
{
|
28502
28594
|
"kind": "javascript-module",
|
28503
|
-
"path": "src/utils/HTTP/
|
28595
|
+
"path": "src/utils/HTTP/HTTPRequest.ts",
|
28504
28596
|
"declarations": [
|
28505
28597
|
{
|
28506
28598
|
"kind": "class",
|
28507
28599
|
"description": "",
|
28508
|
-
"name": "
|
28600
|
+
"name": "HTTPRequest",
|
28509
28601
|
"members": [
|
28510
28602
|
{
|
28511
28603
|
"kind": "method",
|
@@ -28534,23 +28626,518 @@
|
|
28534
28626
|
{
|
28535
28627
|
"name": "stringifyBody",
|
28536
28628
|
"default": "true"
|
28537
|
-
},
|
28538
|
-
{
|
28539
|
-
"name": "canBeEmpty",
|
28540
|
-
"default": "false"
|
28541
28629
|
}
|
28542
28630
|
]
|
28543
28631
|
},
|
28544
28632
|
{
|
28545
28633
|
"kind": "method",
|
28546
|
-
"name": "
|
28634
|
+
"name": "executePollRequest",
|
28547
28635
|
"privacy": "public",
|
28548
28636
|
"static": true,
|
28549
28637
|
"parameters": [
|
28550
28638
|
{
|
28551
|
-
"name": "
|
28639
|
+
"name": "io",
|
28552
28640
|
"type": {
|
28553
|
-
"text": "
|
28641
|
+
"text": "ServiceIO"
|
28642
|
+
}
|
28643
|
+
},
|
28644
|
+
{
|
28645
|
+
"name": "url",
|
28646
|
+
"type": {
|
28647
|
+
"text": "string"
|
28648
|
+
}
|
28649
|
+
},
|
28650
|
+
{
|
28651
|
+
"name": "requestInit",
|
28652
|
+
"type": {
|
28653
|
+
"text": "RequestInit"
|
28654
|
+
}
|
28655
|
+
},
|
28656
|
+
{
|
28657
|
+
"name": "messages",
|
28658
|
+
"type": {
|
28659
|
+
"text": "Messages"
|
28660
|
+
}
|
28661
|
+
}
|
28662
|
+
]
|
28663
|
+
},
|
28664
|
+
{
|
28665
|
+
"kind": "method",
|
28666
|
+
"name": "poll",
|
28667
|
+
"privacy": "public",
|
28668
|
+
"static": true,
|
28669
|
+
"parameters": [
|
28670
|
+
{
|
28671
|
+
"name": "io",
|
28672
|
+
"type": {
|
28673
|
+
"text": "ServiceIO"
|
28674
|
+
}
|
28675
|
+
},
|
28676
|
+
{
|
28677
|
+
"name": "body",
|
28678
|
+
"type": {
|
28679
|
+
"text": "object"
|
28680
|
+
}
|
28681
|
+
},
|
28682
|
+
{
|
28683
|
+
"name": "messages",
|
28684
|
+
"type": {
|
28685
|
+
"text": "Messages"
|
28686
|
+
}
|
28687
|
+
},
|
28688
|
+
{
|
28689
|
+
"name": "stringifyBody",
|
28690
|
+
"default": "true"
|
28691
|
+
}
|
28692
|
+
]
|
28693
|
+
},
|
28694
|
+
{
|
28695
|
+
"kind": "method",
|
28696
|
+
"name": "verifyKey",
|
28697
|
+
"privacy": "public",
|
28698
|
+
"static": true,
|
28699
|
+
"parameters": [
|
28700
|
+
{
|
28701
|
+
"name": "key",
|
28702
|
+
"type": {
|
28703
|
+
"text": "string"
|
28704
|
+
}
|
28705
|
+
},
|
28706
|
+
{
|
28707
|
+
"name": "url",
|
28708
|
+
"type": {
|
28709
|
+
"text": "string"
|
28710
|
+
}
|
28711
|
+
},
|
28712
|
+
{
|
28713
|
+
"name": "headers",
|
28714
|
+
"type": {
|
28715
|
+
"text": "HeadersInit"
|
28716
|
+
}
|
28717
|
+
},
|
28718
|
+
{
|
28719
|
+
"name": "method",
|
28720
|
+
"type": {
|
28721
|
+
"text": "string"
|
28722
|
+
}
|
28723
|
+
},
|
28724
|
+
{
|
28725
|
+
"name": "onSuccess",
|
28726
|
+
"type": {
|
28727
|
+
"text": "(key: string) => void"
|
28728
|
+
}
|
28729
|
+
},
|
28730
|
+
{
|
28731
|
+
"name": "onFail",
|
28732
|
+
"type": {
|
28733
|
+
"text": "(message: string) => void"
|
28734
|
+
}
|
28735
|
+
},
|
28736
|
+
{
|
28737
|
+
"name": "onLoad",
|
28738
|
+
"type": {
|
28739
|
+
"text": "() => void"
|
28740
|
+
}
|
28741
|
+
},
|
28742
|
+
{
|
28743
|
+
"name": "handleVerificationResult",
|
28744
|
+
"type": {
|
28745
|
+
"text": "HandleVerificationResult"
|
28746
|
+
}
|
28747
|
+
},
|
28748
|
+
{
|
28749
|
+
"name": "body",
|
28750
|
+
"optional": true,
|
28751
|
+
"type": {
|
28752
|
+
"text": "string"
|
28753
|
+
}
|
28754
|
+
}
|
28755
|
+
]
|
28756
|
+
}
|
28757
|
+
]
|
28758
|
+
}
|
28759
|
+
],
|
28760
|
+
"exports": [
|
28761
|
+
{
|
28762
|
+
"kind": "js",
|
28763
|
+
"name": "HTTPRequest",
|
28764
|
+
"declaration": {
|
28765
|
+
"name": "HTTPRequest",
|
28766
|
+
"module": "src/utils/HTTP/HTTPRequest.ts"
|
28767
|
+
}
|
28768
|
+
}
|
28769
|
+
]
|
28770
|
+
},
|
28771
|
+
{
|
28772
|
+
"kind": "javascript-module",
|
28773
|
+
"path": "src/utils/HTTP/customHandler.ts",
|
28774
|
+
"declarations": [
|
28775
|
+
{
|
28776
|
+
"kind": "class",
|
28777
|
+
"description": "",
|
28778
|
+
"name": "CustomHandler",
|
28779
|
+
"members": [
|
28780
|
+
{
|
28781
|
+
"kind": "method",
|
28782
|
+
"name": "request",
|
28783
|
+
"privacy": "public",
|
28784
|
+
"static": true,
|
28785
|
+
"parameters": [
|
28786
|
+
{
|
28787
|
+
"name": "io",
|
28788
|
+
"type": {
|
28789
|
+
"text": "ServiceIO"
|
28790
|
+
}
|
28791
|
+
},
|
28792
|
+
{
|
28793
|
+
"name": "body",
|
28794
|
+
"type": {
|
28795
|
+
"text": "RequestDetails['body']"
|
28796
|
+
}
|
28797
|
+
},
|
28798
|
+
{
|
28799
|
+
"name": "messages",
|
28800
|
+
"type": {
|
28801
|
+
"text": "Messages"
|
28802
|
+
}
|
28803
|
+
}
|
28804
|
+
]
|
28805
|
+
},
|
28806
|
+
{
|
28807
|
+
"kind": "method",
|
28808
|
+
"name": "attemptToFinaliseStream",
|
28809
|
+
"privacy": "private",
|
28810
|
+
"static": true,
|
28811
|
+
"parameters": [
|
28812
|
+
{
|
28813
|
+
"name": "stream",
|
28814
|
+
"type": {
|
28815
|
+
"text": "MessageStream"
|
28816
|
+
}
|
28817
|
+
},
|
28818
|
+
{
|
28819
|
+
"name": "messages",
|
28820
|
+
"type": {
|
28821
|
+
"text": "Messages"
|
28822
|
+
}
|
28823
|
+
}
|
28824
|
+
]
|
28825
|
+
},
|
28826
|
+
{
|
28827
|
+
"kind": "method",
|
28828
|
+
"name": "stream",
|
28829
|
+
"privacy": "public",
|
28830
|
+
"static": true,
|
28831
|
+
"parameters": [
|
28832
|
+
{
|
28833
|
+
"name": "io",
|
28834
|
+
"type": {
|
28835
|
+
"text": "ServiceIO"
|
28836
|
+
}
|
28837
|
+
},
|
28838
|
+
{
|
28839
|
+
"name": "body",
|
28840
|
+
"type": {
|
28841
|
+
"text": "RequestDetails['body']"
|
28842
|
+
}
|
28843
|
+
},
|
28844
|
+
{
|
28845
|
+
"name": "messages",
|
28846
|
+
"type": {
|
28847
|
+
"text": "Messages"
|
28848
|
+
}
|
28849
|
+
}
|
28850
|
+
]
|
28851
|
+
},
|
28852
|
+
{
|
28853
|
+
"kind": "method",
|
28854
|
+
"name": "websocket",
|
28855
|
+
"privacy": "public",
|
28856
|
+
"static": true,
|
28857
|
+
"parameters": [
|
28858
|
+
{
|
28859
|
+
"name": "io",
|
28860
|
+
"type": {
|
28861
|
+
"text": "ServiceIO"
|
28862
|
+
}
|
28863
|
+
},
|
28864
|
+
{
|
28865
|
+
"name": "messages",
|
28866
|
+
"type": {
|
28867
|
+
"text": "Messages"
|
28868
|
+
}
|
28869
|
+
}
|
28870
|
+
]
|
28871
|
+
},
|
28872
|
+
{
|
28873
|
+
"kind": "method",
|
28874
|
+
"name": "generateOptionalSignals",
|
28875
|
+
"privacy": "private",
|
28876
|
+
"static": true
|
28877
|
+
}
|
28878
|
+
]
|
28879
|
+
}
|
28880
|
+
],
|
28881
|
+
"exports": [
|
28882
|
+
{
|
28883
|
+
"kind": "js",
|
28884
|
+
"name": "CustomHandler",
|
28885
|
+
"declaration": {
|
28886
|
+
"name": "CustomHandler",
|
28887
|
+
"module": "src/utils/HTTP/customHandler.ts"
|
28888
|
+
}
|
28889
|
+
}
|
28890
|
+
]
|
28891
|
+
},
|
28892
|
+
{
|
28893
|
+
"kind": "javascript-module",
|
28894
|
+
"path": "src/utils/HTTP/requestUtils.ts",
|
28895
|
+
"declarations": [
|
28896
|
+
{
|
28897
|
+
"kind": "class",
|
28898
|
+
"description": "",
|
28899
|
+
"name": "RequestUtils",
|
28900
|
+
"members": [
|
28901
|
+
{
|
28902
|
+
"kind": "field",
|
28903
|
+
"name": "CONTENT_TYPE",
|
28904
|
+
"type": {
|
28905
|
+
"text": "string"
|
28906
|
+
},
|
28907
|
+
"privacy": "public",
|
28908
|
+
"static": true,
|
28909
|
+
"readonly": true,
|
28910
|
+
"default": "'Content-Type'"
|
28911
|
+
},
|
28912
|
+
{
|
28913
|
+
"kind": "method",
|
28914
|
+
"name": "tempRemoveContentHeader",
|
28915
|
+
"privacy": "public",
|
28916
|
+
"static": true,
|
28917
|
+
"parameters": [
|
28918
|
+
{
|
28919
|
+
"name": "connectSettings",
|
28920
|
+
"type": {
|
28921
|
+
"text": "Connect | undefined"
|
28922
|
+
}
|
28923
|
+
},
|
28924
|
+
{
|
28925
|
+
"name": "request",
|
28926
|
+
"type": {
|
28927
|
+
"text": "(stringifyBody?: boolean) => Promise<unknown>"
|
28928
|
+
}
|
28929
|
+
},
|
28930
|
+
{
|
28931
|
+
"name": "stringifyBody",
|
28932
|
+
"type": {
|
28933
|
+
"text": "boolean"
|
28934
|
+
}
|
28935
|
+
}
|
28936
|
+
]
|
28937
|
+
},
|
28938
|
+
{
|
28939
|
+
"kind": "method",
|
28940
|
+
"name": "displayError",
|
28941
|
+
"privacy": "public",
|
28942
|
+
"static": true,
|
28943
|
+
"parameters": [
|
28944
|
+
{
|
28945
|
+
"name": "messages",
|
28946
|
+
"type": {
|
28947
|
+
"text": "Messages"
|
28948
|
+
}
|
28949
|
+
},
|
28950
|
+
{
|
28951
|
+
"name": "err",
|
28952
|
+
"type": {
|
28953
|
+
"text": "ErrorResp"
|
28954
|
+
}
|
28955
|
+
},
|
28956
|
+
{
|
28957
|
+
"name": "defMessage",
|
28958
|
+
"default": "'Service error, please try again.'"
|
28959
|
+
}
|
28960
|
+
]
|
28961
|
+
},
|
28962
|
+
{
|
28963
|
+
"kind": "method",
|
28964
|
+
"name": "fetch",
|
28965
|
+
"privacy": "public",
|
28966
|
+
"static": true,
|
28967
|
+
"parameters": [
|
28968
|
+
{
|
28969
|
+
"name": "io",
|
28970
|
+
"type": {
|
28971
|
+
"text": "ServiceIO"
|
28972
|
+
}
|
28973
|
+
},
|
28974
|
+
{
|
28975
|
+
"name": "headers",
|
28976
|
+
"type": {
|
28977
|
+
"text": "GenericObject<string> | undefined"
|
28978
|
+
}
|
28979
|
+
},
|
28980
|
+
{
|
28981
|
+
"name": "stringifyBody",
|
28982
|
+
"type": {
|
28983
|
+
"text": "boolean"
|
28984
|
+
}
|
28985
|
+
},
|
28986
|
+
{
|
28987
|
+
"name": "body",
|
28988
|
+
"type": {
|
28989
|
+
"text": "any"
|
28990
|
+
}
|
28991
|
+
}
|
28992
|
+
]
|
28993
|
+
},
|
28994
|
+
{
|
28995
|
+
"kind": "method",
|
28996
|
+
"name": "processResponseByType",
|
28997
|
+
"privacy": "public",
|
28998
|
+
"static": true,
|
28999
|
+
"parameters": [
|
29000
|
+
{
|
29001
|
+
"name": "response",
|
29002
|
+
"type": {
|
29003
|
+
"text": "Response"
|
29004
|
+
}
|
29005
|
+
}
|
29006
|
+
]
|
29007
|
+
},
|
29008
|
+
{
|
29009
|
+
"kind": "method",
|
29010
|
+
"name": "processRequestInterceptor",
|
29011
|
+
"privacy": "public",
|
29012
|
+
"static": true,
|
29013
|
+
"return": {
|
29014
|
+
"type": {
|
29015
|
+
"text": "InterceptorResultP"
|
29016
|
+
}
|
29017
|
+
},
|
29018
|
+
"parameters": [
|
29019
|
+
{
|
29020
|
+
"name": "deepChat",
|
29021
|
+
"type": {
|
29022
|
+
"text": "DeepChat"
|
29023
|
+
}
|
29024
|
+
},
|
29025
|
+
{
|
29026
|
+
"name": "requestDetails",
|
29027
|
+
"type": {
|
29028
|
+
"text": "RequestDetails"
|
29029
|
+
}
|
29030
|
+
}
|
29031
|
+
]
|
29032
|
+
},
|
29033
|
+
{
|
29034
|
+
"kind": "method",
|
29035
|
+
"name": "validateResponseFormat",
|
29036
|
+
"privacy": "public",
|
29037
|
+
"static": true,
|
29038
|
+
"parameters": [
|
29039
|
+
{
|
29040
|
+
"name": "response",
|
29041
|
+
"type": {
|
29042
|
+
"text": "ResponseI"
|
29043
|
+
}
|
29044
|
+
}
|
29045
|
+
]
|
29046
|
+
},
|
29047
|
+
{
|
29048
|
+
"kind": "method",
|
29049
|
+
"name": "onInterceptorError",
|
29050
|
+
"privacy": "public",
|
29051
|
+
"static": true,
|
29052
|
+
"parameters": [
|
29053
|
+
{
|
29054
|
+
"name": "messages",
|
29055
|
+
"type": {
|
29056
|
+
"text": "Messages"
|
29057
|
+
}
|
29058
|
+
},
|
29059
|
+
{
|
29060
|
+
"name": "error",
|
29061
|
+
"type": {
|
29062
|
+
"text": "string"
|
29063
|
+
}
|
29064
|
+
},
|
29065
|
+
{
|
29066
|
+
"name": "onFinish",
|
29067
|
+
"optional": true,
|
29068
|
+
"type": {
|
29069
|
+
"text": "() => void"
|
29070
|
+
}
|
29071
|
+
}
|
29072
|
+
]
|
29073
|
+
}
|
29074
|
+
]
|
29075
|
+
}
|
29076
|
+
],
|
29077
|
+
"exports": [
|
29078
|
+
{
|
29079
|
+
"kind": "js",
|
29080
|
+
"name": "RequestUtils",
|
29081
|
+
"declaration": {
|
29082
|
+
"name": "RequestUtils",
|
29083
|
+
"module": "src/utils/HTTP/requestUtils.ts"
|
29084
|
+
}
|
29085
|
+
}
|
29086
|
+
]
|
29087
|
+
},
|
29088
|
+
{
|
29089
|
+
"kind": "javascript-module",
|
29090
|
+
"path": "src/utils/HTTP/stream.ts",
|
29091
|
+
"declarations": [
|
29092
|
+
{
|
29093
|
+
"kind": "class",
|
29094
|
+
"description": "",
|
29095
|
+
"name": "Stream",
|
29096
|
+
"members": [
|
29097
|
+
{
|
29098
|
+
"kind": "method",
|
29099
|
+
"name": "request",
|
29100
|
+
"privacy": "public",
|
29101
|
+
"static": true,
|
29102
|
+
"parameters": [
|
29103
|
+
{
|
29104
|
+
"name": "io",
|
29105
|
+
"type": {
|
29106
|
+
"text": "ServiceIO"
|
29107
|
+
}
|
29108
|
+
},
|
29109
|
+
{
|
29110
|
+
"name": "body",
|
29111
|
+
"type": {
|
29112
|
+
"text": "object"
|
29113
|
+
}
|
29114
|
+
},
|
29115
|
+
{
|
29116
|
+
"name": "messages",
|
29117
|
+
"type": {
|
29118
|
+
"text": "Messages"
|
29119
|
+
}
|
29120
|
+
},
|
29121
|
+
{
|
29122
|
+
"name": "stringifyBody",
|
29123
|
+
"default": "true"
|
29124
|
+
},
|
29125
|
+
{
|
29126
|
+
"name": "canBeEmpty",
|
29127
|
+
"default": "false"
|
29128
|
+
}
|
29129
|
+
]
|
29130
|
+
},
|
29131
|
+
{
|
29132
|
+
"kind": "method",
|
29133
|
+
"name": "simulate",
|
29134
|
+
"privacy": "public",
|
29135
|
+
"static": true,
|
29136
|
+
"parameters": [
|
29137
|
+
{
|
29138
|
+
"name": "messages",
|
29139
|
+
"type": {
|
29140
|
+
"text": "Messages"
|
28554
29141
|
}
|
28555
29142
|
},
|
28556
29143
|
{
|
@@ -29362,19 +29949,43 @@
|
|
29362
29949
|
},
|
29363
29950
|
{
|
29364
29951
|
"kind": "javascript-module",
|
29365
|
-
"path": "src/utils/
|
29952
|
+
"path": "src/utils/errorMessages/errorMessages.ts",
|
29366
29953
|
"declarations": [
|
29367
29954
|
{
|
29368
|
-
"kind": "
|
29369
|
-
"
|
29370
|
-
"
|
29371
|
-
|
29372
|
-
|
29373
|
-
|
29374
|
-
|
29375
|
-
|
29376
|
-
|
29377
|
-
|
29955
|
+
"kind": "variable",
|
29956
|
+
"name": "ErrorMessages",
|
29957
|
+
"type": {
|
29958
|
+
"text": "object"
|
29959
|
+
},
|
29960
|
+
"default": "{\n INVALID_KEY: 'Invalid API Key',\n CONNECTION_FAILED: 'Failed to connect',\n INVALID_RESPONSE: getInvalidResponseMessage,\n INVALID_MODEL_REQUEST: getModelRequestMessage,\n INVALID_MODEL_RESPONSE: getModelResponseMessage,\n INVALID_STREAM_EVENT,\n INVALID_STREAM_EVENT_MIX: 'Cannot mix {text: string} and {html: string} responses.',\n NO_VALID_STREAM_EVENTS_SENT: `No valid stream events were sent.\\n${INVALID_STREAM_EVENT}`,\n}"
|
29961
|
+
}
|
29962
|
+
],
|
29963
|
+
"exports": [
|
29964
|
+
{
|
29965
|
+
"kind": "js",
|
29966
|
+
"name": "ErrorMessages",
|
29967
|
+
"declaration": {
|
29968
|
+
"name": "ErrorMessages",
|
29969
|
+
"module": "src/utils/errorMessages/errorMessages.ts"
|
29970
|
+
}
|
29971
|
+
}
|
29972
|
+
]
|
29973
|
+
},
|
29974
|
+
{
|
29975
|
+
"kind": "javascript-module",
|
29976
|
+
"path": "src/utils/element/elementUtils.ts",
|
29977
|
+
"declarations": [
|
29978
|
+
{
|
29979
|
+
"kind": "class",
|
29980
|
+
"description": "",
|
29981
|
+
"name": "ElementUtils",
|
29982
|
+
"members": [
|
29983
|
+
{
|
29984
|
+
"kind": "field",
|
29985
|
+
"name": "CODE_SNIPPET_GENERATION_JUMP",
|
29986
|
+
"type": {
|
29987
|
+
"text": "number"
|
29988
|
+
},
|
29378
29989
|
"privacy": "private",
|
29379
29990
|
"static": true,
|
29380
29991
|
"readonly": true,
|
@@ -29790,30 +30401,6 @@
|
|
29790
30401
|
}
|
29791
30402
|
]
|
29792
30403
|
},
|
29793
|
-
{
|
29794
|
-
"kind": "javascript-module",
|
29795
|
-
"path": "src/utils/errorMessages/errorMessages.ts",
|
29796
|
-
"declarations": [
|
29797
|
-
{
|
29798
|
-
"kind": "variable",
|
29799
|
-
"name": "ErrorMessages",
|
29800
|
-
"type": {
|
29801
|
-
"text": "object"
|
29802
|
-
},
|
29803
|
-
"default": "{\n INVALID_KEY: 'Invalid API Key',\n CONNECTION_FAILED: 'Failed to connect',\n INVALID_RESPONSE: getInvalidResponseMessage,\n INVALID_MODEL_REQUEST: getModelRequestMessage,\n INVALID_MODEL_RESPONSE: getModelResponseMessage,\n INVALID_STREAM_EVENT,\n INVALID_STREAM_EVENT_MIX: 'Cannot mix {text: string} and {html: string} responses.',\n NO_VALID_STREAM_EVENTS_SENT: `No valid stream events were sent.\\n${INVALID_STREAM_EVENT}`,\n}"
|
29804
|
-
}
|
29805
|
-
],
|
29806
|
-
"exports": [
|
29807
|
-
{
|
29808
|
-
"kind": "js",
|
29809
|
-
"name": "ErrorMessages",
|
29810
|
-
"declaration": {
|
29811
|
-
"name": "ErrorMessages",
|
29812
|
-
"module": "src/utils/errorMessages/errorMessages.ts"
|
29813
|
-
}
|
29814
|
-
}
|
29815
|
-
]
|
29816
|
-
},
|
29817
30404
|
{
|
29818
30405
|
"kind": "javascript-module",
|
29819
30406
|
"path": "src/utils/events/fireEvents.ts",
|
@@ -29935,210 +30522,6 @@
|
|
29935
30522
|
}
|
29936
30523
|
]
|
29937
30524
|
},
|
29938
|
-
{
|
29939
|
-
"kind": "javascript-module",
|
29940
|
-
"path": "src/utils/legacy/legacy.ts",
|
29941
|
-
"declarations": [
|
29942
|
-
{
|
29943
|
-
"kind": "class",
|
29944
|
-
"description": "",
|
29945
|
-
"name": "Legacy",
|
29946
|
-
"members": [
|
29947
|
-
{
|
29948
|
-
"kind": "method",
|
29949
|
-
"name": "checkForContainerStyles",
|
29950
|
-
"privacy": "public",
|
29951
|
-
"static": true,
|
29952
|
-
"parameters": [
|
29953
|
-
{
|
29954
|
-
"name": "deepChat",
|
29955
|
-
"type": {
|
29956
|
-
"text": "DeepChat"
|
29957
|
-
}
|
29958
|
-
},
|
29959
|
-
{
|
29960
|
-
"name": "containerRef",
|
29961
|
-
"type": {
|
29962
|
-
"text": "HTMLElement"
|
29963
|
-
}
|
29964
|
-
}
|
29965
|
-
]
|
29966
|
-
},
|
29967
|
-
{
|
29968
|
-
"kind": "method",
|
29969
|
-
"name": "handleResponseProperty",
|
29970
|
-
"privacy": "public",
|
29971
|
-
"static": true,
|
29972
|
-
"parameters": [
|
29973
|
-
{
|
29974
|
-
"name": "result",
|
29975
|
-
"type": {
|
29976
|
-
"text": "any | Response"
|
29977
|
-
}
|
29978
|
-
}
|
29979
|
-
]
|
29980
|
-
},
|
29981
|
-
{
|
29982
|
-
"kind": "method",
|
29983
|
-
"name": "processHistory",
|
29984
|
-
"privacy": "public",
|
29985
|
-
"static": true,
|
29986
|
-
"parameters": [
|
29987
|
-
{
|
29988
|
-
"name": "deepChat",
|
29989
|
-
"type": {
|
29990
|
-
"text": "DeepChat"
|
29991
|
-
}
|
29992
|
-
}
|
29993
|
-
]
|
29994
|
-
},
|
29995
|
-
{
|
29996
|
-
"kind": "method",
|
29997
|
-
"name": "processHistoryFile",
|
29998
|
-
"privacy": "public",
|
29999
|
-
"static": true,
|
30000
|
-
"parameters": [
|
30001
|
-
{
|
30002
|
-
"name": "message",
|
30003
|
-
"type": {
|
30004
|
-
"text": "MessageContent"
|
30005
|
-
}
|
30006
|
-
}
|
30007
|
-
]
|
30008
|
-
},
|
30009
|
-
{
|
30010
|
-
"kind": "method",
|
30011
|
-
"name": "processValidateInput",
|
30012
|
-
"privacy": "public",
|
30013
|
-
"static": true,
|
30014
|
-
"parameters": [
|
30015
|
-
{
|
30016
|
-
"name": "deepChat",
|
30017
|
-
"type": {
|
30018
|
-
"text": "DeepChat"
|
30019
|
-
}
|
30020
|
-
}
|
30021
|
-
]
|
30022
|
-
},
|
30023
|
-
{
|
30024
|
-
"kind": "method",
|
30025
|
-
"name": "processSubmitUserMessage",
|
30026
|
-
"privacy": "public",
|
30027
|
-
"static": true,
|
30028
|
-
"parameters": [
|
30029
|
-
{
|
30030
|
-
"name": "content",
|
30031
|
-
"type": {
|
30032
|
-
"text": "string"
|
30033
|
-
}
|
30034
|
-
}
|
30035
|
-
]
|
30036
|
-
},
|
30037
|
-
{
|
30038
|
-
"kind": "method",
|
30039
|
-
"name": "flagHTMLUpdateClass",
|
30040
|
-
"privacy": "public",
|
30041
|
-
"static": true,
|
30042
|
-
"parameters": [
|
30043
|
-
{
|
30044
|
-
"name": "bubbleElement",
|
30045
|
-
"type": {
|
30046
|
-
"text": "HTMLElement"
|
30047
|
-
}
|
30048
|
-
}
|
30049
|
-
]
|
30050
|
-
},
|
30051
|
-
{
|
30052
|
-
"kind": "method",
|
30053
|
-
"name": "processConnect",
|
30054
|
-
"privacy": "public",
|
30055
|
-
"static": true,
|
30056
|
-
"parameters": [
|
30057
|
-
{
|
30058
|
-
"name": "deepChat",
|
30059
|
-
"type": {
|
30060
|
-
"text": "DeepChat"
|
30061
|
-
}
|
30062
|
-
}
|
30063
|
-
]
|
30064
|
-
},
|
30065
|
-
{
|
30066
|
-
"kind": "method",
|
30067
|
-
"name": "checkForStream",
|
30068
|
-
"privacy": "public",
|
30069
|
-
"static": true,
|
30070
|
-
"parameters": [
|
30071
|
-
{
|
30072
|
-
"name": "deepChat",
|
30073
|
-
"type": {
|
30074
|
-
"text": "DeepChat"
|
30075
|
-
}
|
30076
|
-
}
|
30077
|
-
]
|
30078
|
-
},
|
30079
|
-
{
|
30080
|
-
"kind": "method",
|
30081
|
-
"name": "fireOnNewMessage",
|
30082
|
-
"privacy": "public",
|
30083
|
-
"static": true,
|
30084
|
-
"parameters": [
|
30085
|
-
{
|
30086
|
-
"name": "deepChat",
|
30087
|
-
"type": {
|
30088
|
-
"text": "DeepChat"
|
30089
|
-
}
|
30090
|
-
},
|
30091
|
-
{
|
30092
|
-
"name": "updateBody",
|
30093
|
-
"type": {
|
30094
|
-
"text": "{message: MessageContent; isHistory: boolean}"
|
30095
|
-
}
|
30096
|
-
}
|
30097
|
-
]
|
30098
|
-
},
|
30099
|
-
{
|
30100
|
-
"kind": "method",
|
30101
|
-
"name": "processFileConfigConnect",
|
30102
|
-
"privacy": "public",
|
30103
|
-
"static": true,
|
30104
|
-
"parameters": [
|
30105
|
-
{
|
30106
|
-
"name": "config",
|
30107
|
-
"type": {
|
30108
|
-
"text": "FilesServiceConfig"
|
30109
|
-
}
|
30110
|
-
}
|
30111
|
-
]
|
30112
|
-
},
|
30113
|
-
{
|
30114
|
-
"kind": "method",
|
30115
|
-
"name": "processMessageStyles",
|
30116
|
-
"privacy": "public",
|
30117
|
-
"static": true,
|
30118
|
-
"parameters": [
|
30119
|
-
{
|
30120
|
-
"name": "messageStyles",
|
30121
|
-
"optional": true,
|
30122
|
-
"type": {
|
30123
|
-
"text": "MessageStyles"
|
30124
|
-
}
|
30125
|
-
}
|
30126
|
-
]
|
30127
|
-
}
|
30128
|
-
]
|
30129
|
-
}
|
30130
|
-
],
|
30131
|
-
"exports": [
|
30132
|
-
{
|
30133
|
-
"kind": "js",
|
30134
|
-
"name": "Legacy",
|
30135
|
-
"declaration": {
|
30136
|
-
"name": "Legacy",
|
30137
|
-
"module": "src/utils/legacy/legacy.ts"
|
30138
|
-
}
|
30139
|
-
}
|
30140
|
-
]
|
30141
|
-
},
|
30142
30525
|
{
|
30143
30526
|
"kind": "javascript-module",
|
30144
30527
|
"path": "src/utils/loading/loadingStyle.ts",
|
@@ -30242,618 +30625,232 @@
|
|
30242
30625
|
},
|
30243
30626
|
{
|
30244
30627
|
"kind": "javascript-module",
|
30245
|
-
"path": "src/utils/
|
30628
|
+
"path": "src/utils/legacy/legacy.ts",
|
30246
30629
|
"declarations": [
|
30247
30630
|
{
|
30248
30631
|
"kind": "class",
|
30249
30632
|
"description": "",
|
30250
|
-
"name": "
|
30633
|
+
"name": "Legacy",
|
30251
30634
|
"members": [
|
30252
30635
|
{
|
30253
30636
|
"kind": "method",
|
30254
|
-
"name": "
|
30255
|
-
"privacy": "public",
|
30256
|
-
"static": true,
|
30257
|
-
"return": {
|
30258
|
-
"type": {
|
30259
|
-
"text": "SVGGraphicsElement"
|
30260
|
-
}
|
30261
|
-
},
|
30262
|
-
"parameters": [
|
30263
|
-
{
|
30264
|
-
"name": "svgString",
|
30265
|
-
"type": {
|
30266
|
-
"text": "string"
|
30267
|
-
}
|
30268
|
-
}
|
30269
|
-
]
|
30270
|
-
}
|
30271
|
-
]
|
30272
|
-
}
|
30273
|
-
],
|
30274
|
-
"exports": [
|
30275
|
-
{
|
30276
|
-
"kind": "js",
|
30277
|
-
"name": "SVGIconUtils",
|
30278
|
-
"declaration": {
|
30279
|
-
"name": "SVGIconUtils",
|
30280
|
-
"module": "src/utils/svg/svgIconUtils.ts"
|
30281
|
-
}
|
30282
|
-
}
|
30283
|
-
]
|
30284
|
-
},
|
30285
|
-
{
|
30286
|
-
"kind": "javascript-module",
|
30287
|
-
"path": "src/utils/webComponent/googleFont.ts",
|
30288
|
-
"declarations": [
|
30289
|
-
{
|
30290
|
-
"kind": "class",
|
30291
|
-
"description": "",
|
30292
|
-
"name": "GoogleFont",
|
30293
|
-
"members": [
|
30294
|
-
{
|
30295
|
-
"kind": "field",
|
30296
|
-
"name": "FONT_URL",
|
30297
|
-
"type": {
|
30298
|
-
"text": "string"
|
30299
|
-
},
|
30300
|
-
"privacy": "private",
|
30301
|
-
"static": true,
|
30302
|
-
"readonly": true,
|
30303
|
-
"default": "'https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap'"
|
30304
|
-
},
|
30305
|
-
{
|
30306
|
-
"kind": "field",
|
30307
|
-
"name": "DEFAULT_FONT_FAMILY",
|
30308
|
-
"privacy": "public",
|
30309
|
-
"static": true,
|
30310
|
-
"readonly": true,
|
30311
|
-
"default": "`'Inter', sans-serif, Avenir, Helvetica, Arial`"
|
30312
|
-
},
|
30313
|
-
{
|
30314
|
-
"kind": "method",
|
30315
|
-
"name": "attemptAppendStyleSheetToHead",
|
30637
|
+
"name": "checkForContainerStyles",
|
30316
30638
|
"privacy": "public",
|
30317
30639
|
"static": true,
|
30318
30640
|
"parameters": [
|
30319
30641
|
{
|
30320
|
-
"name": "
|
30321
|
-
"type": {
|
30322
|
-
"text": "CSSStyleDeclaration"
|
30323
|
-
}
|
30324
|
-
}
|
30325
|
-
]
|
30326
|
-
}
|
30327
|
-
]
|
30328
|
-
}
|
30329
|
-
],
|
30330
|
-
"exports": [
|
30331
|
-
{
|
30332
|
-
"kind": "js",
|
30333
|
-
"name": "GoogleFont",
|
30334
|
-
"declaration": {
|
30335
|
-
"name": "GoogleFont",
|
30336
|
-
"module": "src/utils/webComponent/googleFont.ts"
|
30337
|
-
}
|
30338
|
-
}
|
30339
|
-
]
|
30340
|
-
},
|
30341
|
-
{
|
30342
|
-
"kind": "javascript-module",
|
30343
|
-
"path": "src/utils/webComponent/internalHTML.ts",
|
30344
|
-
"declarations": [
|
30345
|
-
{
|
30346
|
-
"kind": "class",
|
30347
|
-
"description": "",
|
30348
|
-
"name": "InternalHTML",
|
30349
|
-
"members": [
|
30350
|
-
{
|
30351
|
-
"kind": "field",
|
30352
|
-
"name": "_waitingToRender_",
|
30353
|
-
"type": {
|
30354
|
-
"text": "boolean"
|
30355
|
-
},
|
30356
|
-
"default": "false"
|
30357
|
-
},
|
30358
|
-
{
|
30359
|
-
"kind": "field",
|
30360
|
-
"name": "_propUpdated_",
|
30361
|
-
"type": {
|
30362
|
-
"text": "boolean"
|
30363
|
-
},
|
30364
|
-
"default": "false"
|
30365
|
-
},
|
30366
|
-
{
|
30367
|
-
"kind": "field",
|
30368
|
-
"name": "_attributes_",
|
30369
|
-
"type": {
|
30370
|
-
"text": "GenericObject<AttributeTypeConverter>"
|
30371
|
-
},
|
30372
|
-
"static": true,
|
30373
|
-
"default": "{}"
|
30374
|
-
},
|
30375
|
-
{
|
30376
|
-
"kind": "field",
|
30377
|
-
"name": "_attributeToProperty_",
|
30378
|
-
"type": {
|
30379
|
-
"text": "GenericObject<string>"
|
30380
|
-
},
|
30381
|
-
"static": true,
|
30382
|
-
"default": "{}"
|
30383
|
-
},
|
30384
|
-
{
|
30385
|
-
"kind": "method",
|
30386
|
-
"name": "constructPropertyAccessors",
|
30387
|
-
"privacy": "private",
|
30388
|
-
"parameters": [
|
30389
|
-
{
|
30390
|
-
"name": "propertyKey",
|
30642
|
+
"name": "deepChat",
|
30391
30643
|
"type": {
|
30392
|
-
"text": "
|
30644
|
+
"text": "DeepChat"
|
30393
30645
|
}
|
30394
30646
|
},
|
30395
30647
|
{
|
30396
|
-
"name": "
|
30397
|
-
"optional": true,
|
30648
|
+
"name": "containerRef",
|
30398
30649
|
"type": {
|
30399
|
-
"text": "
|
30650
|
+
"text": "HTMLElement"
|
30400
30651
|
}
|
30401
30652
|
}
|
30402
30653
|
]
|
30403
30654
|
},
|
30404
30655
|
{
|
30405
30656
|
"kind": "method",
|
30406
|
-
"name": "
|
30407
|
-
}
|
30408
|
-
],
|
30409
|
-
"superclass": {
|
30410
|
-
"name": "HTMLElement"
|
30411
|
-
},
|
30412
|
-
"customElement": true
|
30413
|
-
}
|
30414
|
-
],
|
30415
|
-
"exports": [
|
30416
|
-
{
|
30417
|
-
"kind": "js",
|
30418
|
-
"name": "InternalHTML",
|
30419
|
-
"declaration": {
|
30420
|
-
"name": "InternalHTML",
|
30421
|
-
"module": "src/utils/webComponent/internalHTML.ts"
|
30422
|
-
}
|
30423
|
-
}
|
30424
|
-
]
|
30425
|
-
},
|
30426
|
-
{
|
30427
|
-
"kind": "javascript-module",
|
30428
|
-
"path": "src/utils/webComponent/webComponentStyleUtils.ts",
|
30429
|
-
"declarations": [
|
30430
|
-
{
|
30431
|
-
"kind": "class",
|
30432
|
-
"description": "",
|
30433
|
-
"name": "WebComponentStyleUtils",
|
30434
|
-
"members": [
|
30435
|
-
{
|
30436
|
-
"kind": "field",
|
30437
|
-
"name": "DEFAULT_COMPONENT_STYLE",
|
30438
|
-
"type": {
|
30439
|
-
"text": "Partial<CSSStyleDeclaration>"
|
30440
|
-
},
|
30441
|
-
"privacy": "private",
|
30442
|
-
"static": true,
|
30443
|
-
"readonly": true,
|
30444
|
-
"default": "{\n height: '350px',\n width: '320px',\n borderTop: '1px solid #cacaca',\n borderRight: '1px solid #cacaca',\n borderLeft: '1px solid #cacaca',\n borderBottom: '1px solid #cacaca',\n fontFamily: GoogleFont.DEFAULT_FONT_FAMILY,\n fontSize: '0.9rem',\n backgroundColor: 'white',\n position: 'relative',\n // this is used to prevent inputAreaStyle background color from going beyond the container's rounded border\n // it will cause issues if there are elements that are meant to be outside of the chat component and in\n // that instance they should overwrite this\n // this is also causing the chat to squeeze when there is no space\n overflow: 'hidden',\n }"
|
30445
|
-
},
|
30446
|
-
{
|
30447
|
-
"kind": "method",
|
30448
|
-
"name": "apply",
|
30657
|
+
"name": "handleResponseProperty",
|
30449
30658
|
"privacy": "public",
|
30450
30659
|
"static": true,
|
30451
30660
|
"parameters": [
|
30452
30661
|
{
|
30453
|
-
"name": "
|
30454
|
-
"type": {
|
30455
|
-
"text": "string"
|
30456
|
-
}
|
30457
|
-
},
|
30458
|
-
{
|
30459
|
-
"name": "shadowRoot",
|
30460
|
-
"type": {
|
30461
|
-
"text": "ShadowRoot | null"
|
30462
|
-
}
|
30463
|
-
}
|
30464
|
-
]
|
30465
|
-
},
|
30466
|
-
{
|
30467
|
-
"kind": "method",
|
30468
|
-
"name": "applyStyleSheet",
|
30469
|
-
"privacy": "private",
|
30470
|
-
"static": true,
|
30471
|
-
"parameters": [
|
30472
|
-
{
|
30473
|
-
"name": "style",
|
30474
|
-
"type": {
|
30475
|
-
"text": "string"
|
30476
|
-
}
|
30477
|
-
},
|
30478
|
-
{
|
30479
|
-
"name": "shadowRoot",
|
30480
|
-
"type": {
|
30481
|
-
"text": "ShadowRoot"
|
30482
|
-
}
|
30483
|
-
}
|
30484
|
-
]
|
30485
|
-
},
|
30486
|
-
{
|
30487
|
-
"kind": "method",
|
30488
|
-
"name": "addStyleElement",
|
30489
|
-
"privacy": "private",
|
30490
|
-
"static": true,
|
30491
|
-
"parameters": [
|
30492
|
-
{
|
30493
|
-
"name": "style",
|
30494
|
-
"type": {
|
30495
|
-
"text": "string"
|
30496
|
-
}
|
30497
|
-
},
|
30498
|
-
{
|
30499
|
-
"name": "shadowRoot",
|
30662
|
+
"name": "result",
|
30500
30663
|
"type": {
|
30501
|
-
"text": "
|
30664
|
+
"text": "any | Response"
|
30502
30665
|
}
|
30503
30666
|
}
|
30504
30667
|
]
|
30505
30668
|
},
|
30506
30669
|
{
|
30507
30670
|
"kind": "method",
|
30508
|
-
"name": "
|
30509
|
-
"privacy": "public",
|
30510
|
-
"static": true,
|
30511
|
-
"parameters": [
|
30512
|
-
{
|
30513
|
-
"name": "style",
|
30514
|
-
"type": {
|
30515
|
-
"text": "CSSStyleDeclaration"
|
30516
|
-
}
|
30517
|
-
},
|
30518
|
-
{
|
30519
|
-
"name": "chatStyle",
|
30520
|
-
"optional": true,
|
30521
|
-
"type": {
|
30522
|
-
"text": "CustomStyle"
|
30523
|
-
}
|
30524
|
-
}
|
30525
|
-
]
|
30526
|
-
}
|
30527
|
-
]
|
30528
|
-
}
|
30529
|
-
],
|
30530
|
-
"exports": [
|
30531
|
-
{
|
30532
|
-
"kind": "js",
|
30533
|
-
"name": "WebComponentStyleUtils",
|
30534
|
-
"declaration": {
|
30535
|
-
"name": "WebComponentStyleUtils",
|
30536
|
-
"module": "src/utils/webComponent/webComponentStyleUtils.ts"
|
30537
|
-
}
|
30538
|
-
}
|
30539
|
-
]
|
30540
|
-
},
|
30541
|
-
{
|
30542
|
-
"kind": "javascript-module",
|
30543
|
-
"path": "src/types/webModel/webModel.ts",
|
30544
|
-
"declarations": [],
|
30545
|
-
"exports": []
|
30546
|
-
},
|
30547
|
-
{
|
30548
|
-
"kind": "javascript-module",
|
30549
|
-
"path": "src/views/error/errorView.ts",
|
30550
|
-
"declarations": [
|
30551
|
-
{
|
30552
|
-
"kind": "class",
|
30553
|
-
"description": "",
|
30554
|
-
"name": "ErrorView",
|
30555
|
-
"members": [
|
30556
|
-
{
|
30557
|
-
"kind": "method",
|
30558
|
-
"name": "render",
|
30671
|
+
"name": "processHistory",
|
30559
30672
|
"privacy": "public",
|
30560
30673
|
"static": true,
|
30561
30674
|
"parameters": [
|
30562
30675
|
{
|
30563
|
-
"name": "
|
30564
|
-
"type": {
|
30565
|
-
"text": "HTMLElement"
|
30566
|
-
}
|
30567
|
-
},
|
30568
|
-
{
|
30569
|
-
"name": "text",
|
30570
|
-
"type": {
|
30571
|
-
"text": "string"
|
30572
|
-
}
|
30573
|
-
}
|
30574
|
-
]
|
30575
|
-
}
|
30576
|
-
]
|
30577
|
-
}
|
30578
|
-
],
|
30579
|
-
"exports": [
|
30580
|
-
{
|
30581
|
-
"kind": "js",
|
30582
|
-
"name": "ErrorView",
|
30583
|
-
"declaration": {
|
30584
|
-
"name": "ErrorView",
|
30585
|
-
"module": "src/views/error/errorView.ts"
|
30586
|
-
}
|
30587
|
-
}
|
30588
|
-
]
|
30589
|
-
},
|
30590
|
-
{
|
30591
|
-
"kind": "javascript-module",
|
30592
|
-
"path": "src/views/insertKey/insertKeyView.ts",
|
30593
|
-
"declarations": [
|
30594
|
-
{
|
30595
|
-
"kind": "class",
|
30596
|
-
"description": "",
|
30597
|
-
"name": "InsertKeyView",
|
30598
|
-
"members": [
|
30599
|
-
{
|
30600
|
-
"kind": "method",
|
30601
|
-
"name": "createCautionText",
|
30602
|
-
"privacy": "private",
|
30603
|
-
"static": true
|
30604
|
-
},
|
30605
|
-
{
|
30606
|
-
"kind": "method",
|
30607
|
-
"name": "createHelpLink",
|
30608
|
-
"privacy": "private",
|
30609
|
-
"static": true,
|
30610
|
-
"parameters": [
|
30611
|
-
{
|
30612
|
-
"name": "keyHelpUrl",
|
30613
|
-
"type": {
|
30614
|
-
"text": "string"
|
30615
|
-
}
|
30616
|
-
}
|
30617
|
-
]
|
30618
|
-
},
|
30619
|
-
{
|
30620
|
-
"kind": "method",
|
30621
|
-
"name": "createFailText",
|
30622
|
-
"privacy": "private",
|
30623
|
-
"static": true
|
30624
|
-
},
|
30625
|
-
{
|
30626
|
-
"kind": "method",
|
30627
|
-
"name": "createHelpTextContainer",
|
30628
|
-
"privacy": "private",
|
30629
|
-
"static": true,
|
30630
|
-
"parameters": [
|
30631
|
-
{
|
30632
|
-
"name": "keyHelpUrl",
|
30633
|
-
"optional": true,
|
30676
|
+
"name": "deepChat",
|
30634
30677
|
"type": {
|
30635
|
-
"text": "
|
30678
|
+
"text": "DeepChat"
|
30636
30679
|
}
|
30637
|
-
},
|
30638
|
-
{
|
30639
|
-
"name": "displayCaution",
|
30640
|
-
"default": "true"
|
30641
30680
|
}
|
30642
30681
|
]
|
30643
30682
|
},
|
30644
30683
|
{
|
30645
30684
|
"kind": "method",
|
30646
|
-
"name": "
|
30647
|
-
"privacy": "
|
30685
|
+
"name": "processHistoryFile",
|
30686
|
+
"privacy": "public",
|
30648
30687
|
"static": true,
|
30649
30688
|
"parameters": [
|
30650
|
-
{
|
30651
|
-
"name": "inputEl",
|
30652
|
-
"type": {
|
30653
|
-
"text": "HTMLInputElement"
|
30654
|
-
}
|
30655
|
-
},
|
30656
|
-
{
|
30657
|
-
"name": "startEl",
|
30658
|
-
"type": {
|
30659
|
-
"text": "HTMLElement"
|
30660
|
-
}
|
30661
|
-
},
|
30662
|
-
{
|
30663
|
-
"name": "failTextEl",
|
30664
|
-
"type": {
|
30665
|
-
"text": "HTMLElement"
|
30666
|
-
}
|
30667
|
-
},
|
30668
30689
|
{
|
30669
30690
|
"name": "message",
|
30670
30691
|
"type": {
|
30671
|
-
"text": "
|
30692
|
+
"text": "MessageContent"
|
30672
30693
|
}
|
30673
30694
|
}
|
30674
30695
|
]
|
30675
30696
|
},
|
30676
30697
|
{
|
30677
30698
|
"kind": "method",
|
30678
|
-
"name": "
|
30679
|
-
"privacy": "
|
30699
|
+
"name": "processValidateInput",
|
30700
|
+
"privacy": "public",
|
30680
30701
|
"static": true,
|
30681
30702
|
"parameters": [
|
30682
30703
|
{
|
30683
|
-
"name": "
|
30684
|
-
"type": {
|
30685
|
-
"text": "HTMLInputElement"
|
30686
|
-
}
|
30687
|
-
},
|
30688
|
-
{
|
30689
|
-
"name": "startEl",
|
30704
|
+
"name": "deepChat",
|
30690
30705
|
"type": {
|
30691
|
-
"text": "
|
30706
|
+
"text": "DeepChat"
|
30692
30707
|
}
|
30693
30708
|
}
|
30694
30709
|
]
|
30695
30710
|
},
|
30696
30711
|
{
|
30697
30712
|
"kind": "method",
|
30698
|
-
"name": "
|
30699
|
-
"privacy": "
|
30713
|
+
"name": "processSubmitUserMessage",
|
30714
|
+
"privacy": "public",
|
30700
30715
|
"static": true,
|
30701
30716
|
"parameters": [
|
30702
30717
|
{
|
30703
|
-
"name": "
|
30704
|
-
"type": {
|
30705
|
-
"text": "HTMLInputElement"
|
30706
|
-
}
|
30707
|
-
},
|
30708
|
-
{
|
30709
|
-
"name": "keyVerificationHandlers",
|
30710
|
-
"type": {
|
30711
|
-
"text": "KeyVerificationHandlers"
|
30712
|
-
}
|
30713
|
-
},
|
30714
|
-
{
|
30715
|
-
"name": "serviceIO",
|
30718
|
+
"name": "content",
|
30716
30719
|
"type": {
|
30717
|
-
"text": "
|
30720
|
+
"text": "string"
|
30718
30721
|
}
|
30719
30722
|
}
|
30720
30723
|
]
|
30721
30724
|
},
|
30722
30725
|
{
|
30723
30726
|
"kind": "method",
|
30724
|
-
"name": "
|
30725
|
-
"privacy": "
|
30727
|
+
"name": "flagHTMLUpdateClass",
|
30728
|
+
"privacy": "public",
|
30726
30729
|
"static": true,
|
30727
30730
|
"parameters": [
|
30728
30731
|
{
|
30729
|
-
"name": "
|
30730
|
-
"type": {
|
30731
|
-
"text": "HTMLInputElement"
|
30732
|
-
}
|
30733
|
-
},
|
30734
|
-
{
|
30735
|
-
"name": "startEl",
|
30736
|
-
"type": {
|
30737
|
-
"text": "HTMLElement"
|
30738
|
-
}
|
30739
|
-
},
|
30740
|
-
{
|
30741
|
-
"name": "failTextEl",
|
30742
|
-
"type": {
|
30743
|
-
"text": "HTMLElement"
|
30744
|
-
}
|
30745
|
-
},
|
30746
|
-
{
|
30747
|
-
"name": "changeToChat",
|
30748
|
-
"type": {
|
30749
|
-
"text": "() => void"
|
30750
|
-
}
|
30751
|
-
},
|
30752
|
-
{
|
30753
|
-
"name": "serviceIO",
|
30732
|
+
"name": "bubbleElement",
|
30754
30733
|
"type": {
|
30755
|
-
"text": "
|
30734
|
+
"text": "HTMLElement"
|
30756
30735
|
}
|
30757
30736
|
}
|
30758
30737
|
]
|
30759
30738
|
},
|
30760
30739
|
{
|
30761
30740
|
"kind": "method",
|
30762
|
-
"name": "
|
30763
|
-
"privacy": "
|
30764
|
-
"static": true
|
30765
|
-
},
|
30766
|
-
{
|
30767
|
-
"kind": "method",
|
30768
|
-
"name": "onInputFocus",
|
30769
|
-
"privacy": "private",
|
30741
|
+
"name": "processConnect",
|
30742
|
+
"privacy": "public",
|
30770
30743
|
"static": true,
|
30771
30744
|
"parameters": [
|
30772
30745
|
{
|
30773
|
-
"name": "
|
30746
|
+
"name": "deepChat",
|
30774
30747
|
"type": {
|
30775
|
-
"text": "
|
30748
|
+
"text": "DeepChat"
|
30776
30749
|
}
|
30777
30750
|
}
|
30778
30751
|
]
|
30779
30752
|
},
|
30780
30753
|
{
|
30781
30754
|
"kind": "method",
|
30782
|
-
"name": "
|
30783
|
-
"privacy": "
|
30755
|
+
"name": "checkForStream",
|
30756
|
+
"privacy": "public",
|
30784
30757
|
"static": true,
|
30785
30758
|
"parameters": [
|
30786
30759
|
{
|
30787
|
-
"name": "
|
30788
|
-
"optional": true,
|
30760
|
+
"name": "deepChat",
|
30789
30761
|
"type": {
|
30790
|
-
"text": "
|
30762
|
+
"text": "DeepChat"
|
30791
30763
|
}
|
30792
30764
|
}
|
30793
30765
|
]
|
30794
30766
|
},
|
30795
30767
|
{
|
30796
30768
|
"kind": "method",
|
30797
|
-
"name": "
|
30798
|
-
"privacy": "
|
30769
|
+
"name": "fireOnNewMessage",
|
30770
|
+
"privacy": "public",
|
30799
30771
|
"static": true,
|
30800
30772
|
"parameters": [
|
30801
30773
|
{
|
30802
|
-
"name": "
|
30774
|
+
"name": "deepChat",
|
30803
30775
|
"type": {
|
30804
|
-
"text": "
|
30776
|
+
"text": "DeepChat"
|
30805
30777
|
}
|
30806
30778
|
},
|
30807
30779
|
{
|
30808
|
-
"name": "
|
30780
|
+
"name": "updateBody",
|
30809
30781
|
"type": {
|
30810
|
-
"text": "
|
30782
|
+
"text": "{message: MessageContent; isHistory: boolean}"
|
30811
30783
|
}
|
30812
30784
|
}
|
30813
30785
|
]
|
30814
30786
|
},
|
30815
30787
|
{
|
30816
30788
|
"kind": "method",
|
30817
|
-
"name": "
|
30818
|
-
"privacy": "
|
30789
|
+
"name": "processFileConfigConnect",
|
30790
|
+
"privacy": "public",
|
30819
30791
|
"static": true,
|
30820
30792
|
"parameters": [
|
30821
30793
|
{
|
30822
|
-
"name": "
|
30823
|
-
"type": {
|
30824
|
-
"text": "() => void"
|
30825
|
-
}
|
30826
|
-
},
|
30827
|
-
{
|
30828
|
-
"name": "serviceIO",
|
30794
|
+
"name": "config",
|
30829
30795
|
"type": {
|
30830
|
-
"text": "
|
30796
|
+
"text": "FilesServiceConfig"
|
30831
30797
|
}
|
30832
30798
|
}
|
30833
30799
|
]
|
30834
30800
|
},
|
30835
30801
|
{
|
30836
30802
|
"kind": "method",
|
30837
|
-
"name": "
|
30803
|
+
"name": "processMessageStyles",
|
30838
30804
|
"privacy": "public",
|
30839
30805
|
"static": true,
|
30840
30806
|
"parameters": [
|
30841
30807
|
{
|
30842
|
-
"name": "
|
30843
|
-
"
|
30844
|
-
"text": "HTMLElement"
|
30845
|
-
}
|
30846
|
-
},
|
30847
|
-
{
|
30848
|
-
"name": "changeToChat",
|
30808
|
+
"name": "messageStyles",
|
30809
|
+
"optional": true,
|
30849
30810
|
"type": {
|
30850
|
-
"text": "
|
30811
|
+
"text": "MessageStyles"
|
30851
30812
|
}
|
30852
|
-
}
|
30813
|
+
}
|
30814
|
+
]
|
30815
|
+
}
|
30816
|
+
]
|
30817
|
+
}
|
30818
|
+
],
|
30819
|
+
"exports": [
|
30820
|
+
{
|
30821
|
+
"kind": "js",
|
30822
|
+
"name": "Legacy",
|
30823
|
+
"declaration": {
|
30824
|
+
"name": "Legacy",
|
30825
|
+
"module": "src/utils/legacy/legacy.ts"
|
30826
|
+
}
|
30827
|
+
}
|
30828
|
+
]
|
30829
|
+
},
|
30830
|
+
{
|
30831
|
+
"kind": "javascript-module",
|
30832
|
+
"path": "src/utils/svg/svgIconUtils.ts",
|
30833
|
+
"declarations": [
|
30834
|
+
{
|
30835
|
+
"kind": "class",
|
30836
|
+
"description": "",
|
30837
|
+
"name": "SVGIconUtils",
|
30838
|
+
"members": [
|
30839
|
+
{
|
30840
|
+
"kind": "method",
|
30841
|
+
"name": "createSVGElement",
|
30842
|
+
"privacy": "public",
|
30843
|
+
"static": true,
|
30844
|
+
"return": {
|
30845
|
+
"type": {
|
30846
|
+
"text": "SVGGraphicsElement"
|
30847
|
+
}
|
30848
|
+
},
|
30849
|
+
"parameters": [
|
30853
30850
|
{
|
30854
|
-
"name": "
|
30851
|
+
"name": "svgString",
|
30855
30852
|
"type": {
|
30856
|
-
"text": "
|
30853
|
+
"text": "string"
|
30857
30854
|
}
|
30858
30855
|
}
|
30859
30856
|
]
|
@@ -30864,80 +30861,133 @@
|
|
30864
30861
|
"exports": [
|
30865
30862
|
{
|
30866
30863
|
"kind": "js",
|
30867
|
-
"name": "
|
30864
|
+
"name": "SVGIconUtils",
|
30868
30865
|
"declaration": {
|
30869
|
-
"name": "
|
30870
|
-
"module": "src/
|
30866
|
+
"name": "SVGIconUtils",
|
30867
|
+
"module": "src/utils/svg/svgIconUtils.ts"
|
30871
30868
|
}
|
30872
30869
|
}
|
30873
30870
|
]
|
30874
30871
|
},
|
30875
30872
|
{
|
30876
30873
|
"kind": "javascript-module",
|
30877
|
-
"path": "src/
|
30874
|
+
"path": "src/types/webModel/webModel.ts",
|
30875
|
+
"declarations": [],
|
30876
|
+
"exports": []
|
30877
|
+
},
|
30878
|
+
{
|
30879
|
+
"kind": "javascript-module",
|
30880
|
+
"path": "src/utils/webComponent/googleFont.ts",
|
30878
30881
|
"declarations": [
|
30879
30882
|
{
|
30880
30883
|
"kind": "class",
|
30881
30884
|
"description": "",
|
30882
|
-
"name": "
|
30885
|
+
"name": "GoogleFont",
|
30883
30886
|
"members": [
|
30884
30887
|
{
|
30885
30888
|
"kind": "field",
|
30886
|
-
"name": "
|
30889
|
+
"name": "FONT_URL",
|
30887
30890
|
"type": {
|
30888
30891
|
"text": "string"
|
30889
30892
|
},
|
30890
30893
|
"privacy": "private",
|
30891
30894
|
"static": true,
|
30892
30895
|
"readonly": true,
|
30893
|
-
"default": "'
|
30896
|
+
"default": "'https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap'"
|
30897
|
+
},
|
30898
|
+
{
|
30899
|
+
"kind": "field",
|
30900
|
+
"name": "DEFAULT_FONT_FAMILY",
|
30901
|
+
"privacy": "public",
|
30902
|
+
"static": true,
|
30903
|
+
"readonly": true,
|
30904
|
+
"default": "`'Inter', sans-serif, Avenir, Helvetica, Arial`"
|
30894
30905
|
},
|
30895
30906
|
{
|
30896
30907
|
"kind": "method",
|
30897
|
-
"name": "
|
30898
|
-
"privacy": "
|
30908
|
+
"name": "attemptAppendStyleSheetToHead",
|
30909
|
+
"privacy": "public",
|
30899
30910
|
"static": true,
|
30900
30911
|
"parameters": [
|
30901
30912
|
{
|
30902
|
-
"name": "
|
30903
|
-
"type": {
|
30904
|
-
"text": "HTMLInputElement"
|
30905
|
-
}
|
30906
|
-
},
|
30907
|
-
{
|
30908
|
-
"name": "visibleIcon",
|
30909
|
-
"type": {
|
30910
|
-
"text": "SVGGraphicsElement"
|
30911
|
-
}
|
30912
|
-
},
|
30913
|
-
{
|
30914
|
-
"name": "notVisibleIcon",
|
30915
|
-
"type": {
|
30916
|
-
"text": "SVGGraphicsElement"
|
30917
|
-
}
|
30918
|
-
},
|
30919
|
-
{
|
30920
|
-
"name": "event",
|
30913
|
+
"name": "cssStyle",
|
30921
30914
|
"type": {
|
30922
|
-
"text": "
|
30915
|
+
"text": "CSSStyleDeclaration"
|
30923
30916
|
}
|
30924
30917
|
}
|
30925
30918
|
]
|
30919
|
+
}
|
30920
|
+
]
|
30921
|
+
}
|
30922
|
+
],
|
30923
|
+
"exports": [
|
30924
|
+
{
|
30925
|
+
"kind": "js",
|
30926
|
+
"name": "GoogleFont",
|
30927
|
+
"declaration": {
|
30928
|
+
"name": "GoogleFont",
|
30929
|
+
"module": "src/utils/webComponent/googleFont.ts"
|
30930
|
+
}
|
30931
|
+
}
|
30932
|
+
]
|
30933
|
+
},
|
30934
|
+
{
|
30935
|
+
"kind": "javascript-module",
|
30936
|
+
"path": "src/utils/webComponent/internalHTML.ts",
|
30937
|
+
"declarations": [
|
30938
|
+
{
|
30939
|
+
"kind": "class",
|
30940
|
+
"description": "",
|
30941
|
+
"name": "InternalHTML",
|
30942
|
+
"members": [
|
30943
|
+
{
|
30944
|
+
"kind": "field",
|
30945
|
+
"name": "_waitingToRender_",
|
30946
|
+
"type": {
|
30947
|
+
"text": "boolean"
|
30948
|
+
},
|
30949
|
+
"default": "false"
|
30950
|
+
},
|
30951
|
+
{
|
30952
|
+
"kind": "field",
|
30953
|
+
"name": "_propUpdated_",
|
30954
|
+
"type": {
|
30955
|
+
"text": "boolean"
|
30956
|
+
},
|
30957
|
+
"default": "false"
|
30958
|
+
},
|
30959
|
+
{
|
30960
|
+
"kind": "field",
|
30961
|
+
"name": "_attributes_",
|
30962
|
+
"type": {
|
30963
|
+
"text": "GenericObject<AttributeTypeConverter>"
|
30964
|
+
},
|
30965
|
+
"static": true,
|
30966
|
+
"default": "{}"
|
30967
|
+
},
|
30968
|
+
{
|
30969
|
+
"kind": "field",
|
30970
|
+
"name": "_attributeToProperty_",
|
30971
|
+
"type": {
|
30972
|
+
"text": "GenericObject<string>"
|
30973
|
+
},
|
30974
|
+
"static": true,
|
30975
|
+
"default": "{}"
|
30926
30976
|
},
|
30927
30977
|
{
|
30928
30978
|
"kind": "method",
|
30929
|
-
"name": "
|
30979
|
+
"name": "constructPropertyAccessors",
|
30930
30980
|
"privacy": "private",
|
30931
|
-
"static": true,
|
30932
30981
|
"parameters": [
|
30933
30982
|
{
|
30934
|
-
"name": "
|
30983
|
+
"name": "propertyKey",
|
30935
30984
|
"type": {
|
30936
30985
|
"text": "string"
|
30937
30986
|
}
|
30938
30987
|
},
|
30939
30988
|
{
|
30940
|
-
"name": "
|
30989
|
+
"name": "attributeName",
|
30990
|
+
"optional": true,
|
30941
30991
|
"type": {
|
30942
30992
|
"text": "string"
|
30943
30993
|
}
|
@@ -30946,97 +30996,123 @@
|
|
30946
30996
|
},
|
30947
30997
|
{
|
30948
30998
|
"kind": "method",
|
30949
|
-
"name": "
|
30950
|
-
"privacy": "public",
|
30951
|
-
"static": true,
|
30952
|
-
"parameters": [
|
30953
|
-
{
|
30954
|
-
"name": "inputElement",
|
30955
|
-
"type": {
|
30956
|
-
"text": "HTMLInputElement"
|
30957
|
-
}
|
30958
|
-
}
|
30959
|
-
]
|
30999
|
+
"name": "onRender"
|
30960
31000
|
}
|
30961
|
-
]
|
31001
|
+
],
|
31002
|
+
"superclass": {
|
31003
|
+
"name": "HTMLElement"
|
31004
|
+
},
|
31005
|
+
"customElement": true
|
30962
31006
|
}
|
30963
31007
|
],
|
30964
31008
|
"exports": [
|
30965
31009
|
{
|
30966
31010
|
"kind": "js",
|
30967
|
-
"name": "
|
31011
|
+
"name": "InternalHTML",
|
30968
31012
|
"declaration": {
|
30969
|
-
"name": "
|
30970
|
-
"module": "src/
|
31013
|
+
"name": "InternalHTML",
|
31014
|
+
"module": "src/utils/webComponent/internalHTML.ts"
|
30971
31015
|
}
|
30972
31016
|
}
|
30973
31017
|
]
|
30974
31018
|
},
|
30975
31019
|
{
|
30976
31020
|
"kind": "javascript-module",
|
30977
|
-
"path": "src/
|
31021
|
+
"path": "src/utils/webComponent/webComponentStyleUtils.ts",
|
30978
31022
|
"declarations": [
|
30979
31023
|
{
|
30980
31024
|
"kind": "class",
|
30981
31025
|
"description": "",
|
30982
|
-
"name": "
|
31026
|
+
"name": "WebComponentStyleUtils",
|
30983
31027
|
"members": [
|
30984
31028
|
{
|
30985
|
-
"kind": "
|
30986
|
-
"name": "
|
31029
|
+
"kind": "field",
|
31030
|
+
"name": "DEFAULT_COMPONENT_STYLE",
|
31031
|
+
"type": {
|
31032
|
+
"text": "Partial<CSSStyleDeclaration>"
|
31033
|
+
},
|
30987
31034
|
"privacy": "private",
|
30988
31035
|
"static": true,
|
31036
|
+
"readonly": true,
|
31037
|
+
"default": "{\n height: '350px',\n width: '320px',\n borderTop: '1px solid #cacaca',\n borderRight: '1px solid #cacaca',\n borderLeft: '1px solid #cacaca',\n borderBottom: '1px solid #cacaca',\n fontFamily: GoogleFont.DEFAULT_FONT_FAMILY,\n fontSize: '0.9rem',\n backgroundColor: 'white',\n position: 'relative',\n // this is used to prevent inputAreaStyle background color from going beyond the container's rounded border\n // it will cause issues if there are elements that are meant to be outside of the chat component and in\n // that instance they should overwrite this\n // this is also causing the chat to squeeze when there is no space\n overflow: 'hidden',\n }"
|
31038
|
+
},
|
31039
|
+
{
|
31040
|
+
"kind": "method",
|
31041
|
+
"name": "apply",
|
31042
|
+
"privacy": "public",
|
31043
|
+
"static": true,
|
30989
31044
|
"parameters": [
|
30990
31045
|
{
|
30991
|
-
"name": "
|
31046
|
+
"name": "style",
|
30992
31047
|
"type": {
|
30993
|
-
"text": "
|
31048
|
+
"text": "string"
|
30994
31049
|
}
|
30995
31050
|
},
|
30996
31051
|
{
|
30997
|
-
"name": "
|
31052
|
+
"name": "shadowRoot",
|
30998
31053
|
"type": {
|
30999
|
-
"text": "
|
31054
|
+
"text": "ShadowRoot | null"
|
31055
|
+
}
|
31056
|
+
}
|
31057
|
+
]
|
31058
|
+
},
|
31059
|
+
{
|
31060
|
+
"kind": "method",
|
31061
|
+
"name": "applyStyleSheet",
|
31062
|
+
"privacy": "private",
|
31063
|
+
"static": true,
|
31064
|
+
"parameters": [
|
31065
|
+
{
|
31066
|
+
"name": "style",
|
31067
|
+
"type": {
|
31068
|
+
"text": "string"
|
31000
31069
|
}
|
31001
31070
|
},
|
31002
31071
|
{
|
31003
|
-
"name": "
|
31004
|
-
"optional": true,
|
31072
|
+
"name": "shadowRoot",
|
31005
31073
|
"type": {
|
31006
|
-
"text": "
|
31074
|
+
"text": "ShadowRoot"
|
31007
31075
|
}
|
31008
31076
|
}
|
31009
31077
|
]
|
31010
31078
|
},
|
31011
31079
|
{
|
31012
31080
|
"kind": "method",
|
31013
|
-
"name": "
|
31014
|
-
"privacy": "
|
31081
|
+
"name": "addStyleElement",
|
31082
|
+
"privacy": "private",
|
31015
31083
|
"static": true,
|
31016
31084
|
"parameters": [
|
31017
31085
|
{
|
31018
|
-
"name": "
|
31086
|
+
"name": "style",
|
31019
31087
|
"type": {
|
31020
|
-
"text": "
|
31088
|
+
"text": "string"
|
31021
31089
|
}
|
31022
31090
|
},
|
31023
31091
|
{
|
31024
|
-
"name": "
|
31092
|
+
"name": "shadowRoot",
|
31025
31093
|
"type": {
|
31026
|
-
"text": "
|
31094
|
+
"text": "ShadowRoot"
|
31027
31095
|
}
|
31028
|
-
}
|
31096
|
+
}
|
31097
|
+
]
|
31098
|
+
},
|
31099
|
+
{
|
31100
|
+
"kind": "method",
|
31101
|
+
"name": "applyDefaultStyleToComponent",
|
31102
|
+
"privacy": "public",
|
31103
|
+
"static": true,
|
31104
|
+
"parameters": [
|
31029
31105
|
{
|
31030
|
-
"name": "
|
31106
|
+
"name": "style",
|
31031
31107
|
"type": {
|
31032
|
-
"text": "
|
31108
|
+
"text": "CSSStyleDeclaration"
|
31033
31109
|
}
|
31034
31110
|
},
|
31035
31111
|
{
|
31036
|
-
"name": "
|
31112
|
+
"name": "chatStyle",
|
31037
31113
|
"optional": true,
|
31038
31114
|
"type": {
|
31039
|
-
"text": "
|
31115
|
+
"text": "CustomStyle"
|
31040
31116
|
}
|
31041
31117
|
}
|
31042
31118
|
]
|
@@ -31047,92 +31123,43 @@
|
|
31047
31123
|
"exports": [
|
31048
31124
|
{
|
31049
31125
|
"kind": "js",
|
31050
|
-
"name": "
|
31126
|
+
"name": "WebComponentStyleUtils",
|
31051
31127
|
"declaration": {
|
31052
|
-
"name": "
|
31053
|
-
"module": "src/
|
31128
|
+
"name": "WebComponentStyleUtils",
|
31129
|
+
"module": "src/utils/webComponent/webComponentStyleUtils.ts"
|
31054
31130
|
}
|
31055
31131
|
}
|
31056
31132
|
]
|
31057
31133
|
},
|
31058
31134
|
{
|
31059
31135
|
"kind": "javascript-module",
|
31060
|
-
"path": "src/
|
31136
|
+
"path": "src/services/assemblyAI/utils/assemblyAIUtils.ts",
|
31061
31137
|
"declarations": [
|
31062
31138
|
{
|
31063
31139
|
"kind": "class",
|
31064
31140
|
"description": "",
|
31065
|
-
"name": "
|
31141
|
+
"name": "AssemblyAIUtils",
|
31066
31142
|
"members": [
|
31067
31143
|
{
|
31068
31144
|
"kind": "method",
|
31069
|
-
"name": "
|
31070
|
-
"privacy": "private",
|
31071
|
-
"static": true,
|
31072
|
-
"parameters": [
|
31073
|
-
{
|
31074
|
-
"name": "startElement",
|
31075
|
-
"type": {
|
31076
|
-
"text": "HTMLElement"
|
31077
|
-
}
|
31078
|
-
}
|
31079
|
-
]
|
31080
|
-
},
|
31081
|
-
{
|
31082
|
-
"kind": "method",
|
31083
|
-
"name": "createElements",
|
31084
|
-
"privacy": "private",
|
31085
|
-
"static": true
|
31086
|
-
},
|
31087
|
-
{
|
31088
|
-
"kind": "method",
|
31089
|
-
"name": "render",
|
31145
|
+
"name": "poll",
|
31090
31146
|
"privacy": "public",
|
31091
31147
|
"static": true,
|
31092
31148
|
"parameters": [
|
31093
31149
|
{
|
31094
|
-
"name": "
|
31095
|
-
"type": {
|
31096
|
-
"text": "HTMLElement"
|
31097
|
-
}
|
31098
|
-
},
|
31099
|
-
{
|
31100
|
-
"name": "changeToChat",
|
31150
|
+
"name": "api_token",
|
31101
31151
|
"type": {
|
31102
|
-
"text": "
|
31152
|
+
"text": "string"
|
31103
31153
|
}
|
31104
31154
|
},
|
31105
31155
|
{
|
31106
|
-
"name": "
|
31156
|
+
"name": "audio_url",
|
31107
31157
|
"type": {
|
31108
|
-
"text": "
|
31158
|
+
"text": "string"
|
31109
31159
|
}
|
31110
31160
|
}
|
31111
31161
|
]
|
31112
|
-
}
|
31113
|
-
]
|
31114
|
-
}
|
31115
|
-
],
|
31116
|
-
"exports": [
|
31117
|
-
{
|
31118
|
-
"kind": "js",
|
31119
|
-
"name": "ValidateKeyPropertyView",
|
31120
|
-
"declaration": {
|
31121
|
-
"name": "ValidateKeyPropertyView",
|
31122
|
-
"module": "src/views/validateKeyProperty/validateKeyPropertyView.ts"
|
31123
|
-
}
|
31124
|
-
}
|
31125
|
-
]
|
31126
|
-
},
|
31127
|
-
{
|
31128
|
-
"kind": "javascript-module",
|
31129
|
-
"path": "src/services/cohere/utils/cohereUtils.ts",
|
31130
|
-
"declarations": [
|
31131
|
-
{
|
31132
|
-
"kind": "class",
|
31133
|
-
"description": "",
|
31134
|
-
"name": "CohereUtils",
|
31135
|
-
"members": [
|
31162
|
+
},
|
31136
31163
|
{
|
31137
31164
|
"kind": "method",
|
31138
31165
|
"name": "buildHeaders",
|
@@ -31196,43 +31223,23 @@
|
|
31196
31223
|
"exports": [
|
31197
31224
|
{
|
31198
31225
|
"kind": "js",
|
31199
|
-
"name": "
|
31226
|
+
"name": "AssemblyAIUtils",
|
31200
31227
|
"declaration": {
|
31201
|
-
"name": "
|
31202
|
-
"module": "src/services/
|
31228
|
+
"name": "AssemblyAIUtils",
|
31229
|
+
"module": "src/services/assemblyAI/utils/assemblyAIUtils.ts"
|
31203
31230
|
}
|
31204
31231
|
}
|
31205
31232
|
]
|
31206
31233
|
},
|
31207
31234
|
{
|
31208
31235
|
"kind": "javascript-module",
|
31209
|
-
"path": "src/services/
|
31236
|
+
"path": "src/services/huggingFace/utils/huggingFaceUtils.ts",
|
31210
31237
|
"declarations": [
|
31211
31238
|
{
|
31212
31239
|
"kind": "class",
|
31213
31240
|
"description": "",
|
31214
|
-
"name": "
|
31241
|
+
"name": "HuggingFaceUtils",
|
31215
31242
|
"members": [
|
31216
|
-
{
|
31217
|
-
"kind": "method",
|
31218
|
-
"name": "poll",
|
31219
|
-
"privacy": "public",
|
31220
|
-
"static": true,
|
31221
|
-
"parameters": [
|
31222
|
-
{
|
31223
|
-
"name": "api_token",
|
31224
|
-
"type": {
|
31225
|
-
"text": "string"
|
31226
|
-
}
|
31227
|
-
},
|
31228
|
-
{
|
31229
|
-
"name": "audio_url",
|
31230
|
-
"type": {
|
31231
|
-
"text": "string"
|
31232
|
-
}
|
31233
|
-
}
|
31234
|
-
]
|
31235
|
-
},
|
31236
31243
|
{
|
31237
31244
|
"kind": "method",
|
31238
31245
|
"name": "buildHeaders",
|
@@ -31296,10 +31303,10 @@
|
|
31296
31303
|
"exports": [
|
31297
31304
|
{
|
31298
31305
|
"kind": "js",
|
31299
|
-
"name": "
|
31306
|
+
"name": "HuggingFaceUtils",
|
31300
31307
|
"declaration": {
|
31301
|
-
"name": "
|
31302
|
-
"module": "src/services/
|
31308
|
+
"name": "HuggingFaceUtils",
|
31309
|
+
"module": "src/services/huggingFace/utils/huggingFaceUtils.ts"
|
31303
31310
|
}
|
31304
31311
|
}
|
31305
31312
|
]
|
@@ -31632,12 +31639,12 @@
|
|
31632
31639
|
},
|
31633
31640
|
{
|
31634
31641
|
"kind": "javascript-module",
|
31635
|
-
"path": "src/services/
|
31642
|
+
"path": "src/services/cohere/utils/cohereUtils.ts",
|
31636
31643
|
"declarations": [
|
31637
31644
|
{
|
31638
31645
|
"kind": "class",
|
31639
31646
|
"description": "",
|
31640
|
-
"name": "
|
31647
|
+
"name": "CohereUtils",
|
31641
31648
|
"members": [
|
31642
31649
|
{
|
31643
31650
|
"kind": "method",
|
@@ -31695,36 +31702,6 @@
|
|
31695
31702
|
"text": "KeyVerificationDetails"
|
31696
31703
|
}
|
31697
31704
|
}
|
31698
|
-
},
|
31699
|
-
{
|
31700
|
-
"kind": "method",
|
31701
|
-
"name": "directFetch",
|
31702
|
-
"privacy": "public",
|
31703
|
-
"static": true,
|
31704
|
-
"parameters": [
|
31705
|
-
{
|
31706
|
-
"name": "serviceIO",
|
31707
|
-
"type": {
|
31708
|
-
"text": "ServiceIO"
|
31709
|
-
}
|
31710
|
-
},
|
31711
|
-
{
|
31712
|
-
"name": "body",
|
31713
|
-
"type": {
|
31714
|
-
"text": "any"
|
31715
|
-
}
|
31716
|
-
},
|
31717
|
-
{
|
31718
|
-
"name": "method",
|
31719
|
-
"type": {
|
31720
|
-
"text": "'POST' | 'GET'"
|
31721
|
-
}
|
31722
|
-
},
|
31723
|
-
{
|
31724
|
-
"name": "stringify",
|
31725
|
-
"default": "true"
|
31726
|
-
}
|
31727
|
-
]
|
31728
31705
|
}
|
31729
31706
|
]
|
31730
31707
|
}
|
@@ -31732,22 +31709,22 @@
|
|
31732
31709
|
"exports": [
|
31733
31710
|
{
|
31734
31711
|
"kind": "js",
|
31735
|
-
"name": "
|
31712
|
+
"name": "CohereUtils",
|
31736
31713
|
"declaration": {
|
31737
|
-
"name": "
|
31738
|
-
"module": "src/services/
|
31714
|
+
"name": "CohereUtils",
|
31715
|
+
"module": "src/services/cohere/utils/cohereUtils.ts"
|
31739
31716
|
}
|
31740
31717
|
}
|
31741
31718
|
]
|
31742
31719
|
},
|
31743
31720
|
{
|
31744
31721
|
"kind": "javascript-module",
|
31745
|
-
"path": "src/services/
|
31722
|
+
"path": "src/services/gemini/utils/geminiUtils.ts",
|
31746
31723
|
"declarations": [
|
31747
31724
|
{
|
31748
31725
|
"kind": "class",
|
31749
31726
|
"description": "",
|
31750
|
-
"name": "
|
31727
|
+
"name": "GeminiUtils",
|
31751
31728
|
"members": [
|
31752
31729
|
{
|
31753
31730
|
"kind": "method",
|
@@ -31805,6 +31782,36 @@
|
|
31805
31782
|
"text": "KeyVerificationDetails"
|
31806
31783
|
}
|
31807
31784
|
}
|
31785
|
+
},
|
31786
|
+
{
|
31787
|
+
"kind": "method",
|
31788
|
+
"name": "directFetch",
|
31789
|
+
"privacy": "public",
|
31790
|
+
"static": true,
|
31791
|
+
"parameters": [
|
31792
|
+
{
|
31793
|
+
"name": "serviceIO",
|
31794
|
+
"type": {
|
31795
|
+
"text": "ServiceIO"
|
31796
|
+
}
|
31797
|
+
},
|
31798
|
+
{
|
31799
|
+
"name": "body",
|
31800
|
+
"type": {
|
31801
|
+
"text": "any"
|
31802
|
+
}
|
31803
|
+
},
|
31804
|
+
{
|
31805
|
+
"name": "method",
|
31806
|
+
"type": {
|
31807
|
+
"text": "'POST' | 'GET'"
|
31808
|
+
}
|
31809
|
+
},
|
31810
|
+
{
|
31811
|
+
"name": "stringify",
|
31812
|
+
"default": "true"
|
31813
|
+
}
|
31814
|
+
]
|
31808
31815
|
}
|
31809
31816
|
]
|
31810
31817
|
}
|
@@ -31812,10 +31819,10 @@
|
|
31812
31819
|
"exports": [
|
31813
31820
|
{
|
31814
31821
|
"kind": "js",
|
31815
|
-
"name": "
|
31822
|
+
"name": "GeminiUtils",
|
31816
31823
|
"declaration": {
|
31817
|
-
"name": "
|
31818
|
-
"module": "src/services/
|
31824
|
+
"name": "GeminiUtils",
|
31825
|
+
"module": "src/services/gemini/utils/geminiUtils.ts"
|
31819
31826
|
}
|
31820
31827
|
}
|
31821
31828
|
]
|
@@ -33993,6 +34000,86 @@
|
|
33993
34000
|
}
|
33994
34001
|
]
|
33995
34002
|
},
|
34003
|
+
{
|
34004
|
+
"kind": "javascript-module",
|
34005
|
+
"path": "src/services/stabilityAI/utils/stabilityAIUtils.ts",
|
34006
|
+
"declarations": [
|
34007
|
+
{
|
34008
|
+
"kind": "class",
|
34009
|
+
"description": "",
|
34010
|
+
"name": "StabilityAIUtils",
|
34011
|
+
"members": [
|
34012
|
+
{
|
34013
|
+
"kind": "method",
|
34014
|
+
"name": "buildHeaders",
|
34015
|
+
"privacy": "public",
|
34016
|
+
"static": true,
|
34017
|
+
"parameters": [
|
34018
|
+
{
|
34019
|
+
"name": "key",
|
34020
|
+
"type": {
|
34021
|
+
"text": "string"
|
34022
|
+
}
|
34023
|
+
}
|
34024
|
+
]
|
34025
|
+
},
|
34026
|
+
{
|
34027
|
+
"kind": "method",
|
34028
|
+
"name": "handleVerificationResult",
|
34029
|
+
"privacy": "private",
|
34030
|
+
"static": true,
|
34031
|
+
"parameters": [
|
34032
|
+
{
|
34033
|
+
"name": "result",
|
34034
|
+
"type": {
|
34035
|
+
"text": "object"
|
34036
|
+
}
|
34037
|
+
},
|
34038
|
+
{
|
34039
|
+
"name": "key",
|
34040
|
+
"type": {
|
34041
|
+
"text": "string"
|
34042
|
+
}
|
34043
|
+
},
|
34044
|
+
{
|
34045
|
+
"name": "onSuccess",
|
34046
|
+
"type": {
|
34047
|
+
"text": "(key: string) => void"
|
34048
|
+
}
|
34049
|
+
},
|
34050
|
+
{
|
34051
|
+
"name": "onFail",
|
34052
|
+
"type": {
|
34053
|
+
"text": "(message: string) => void"
|
34054
|
+
}
|
34055
|
+
}
|
34056
|
+
]
|
34057
|
+
},
|
34058
|
+
{
|
34059
|
+
"kind": "method",
|
34060
|
+
"name": "buildKeyVerificationDetails",
|
34061
|
+
"privacy": "public",
|
34062
|
+
"static": true,
|
34063
|
+
"return": {
|
34064
|
+
"type": {
|
34065
|
+
"text": "KeyVerificationDetails"
|
34066
|
+
}
|
34067
|
+
}
|
34068
|
+
}
|
34069
|
+
]
|
34070
|
+
}
|
34071
|
+
],
|
34072
|
+
"exports": [
|
34073
|
+
{
|
34074
|
+
"kind": "js",
|
34075
|
+
"name": "StabilityAIUtils",
|
34076
|
+
"declaration": {
|
34077
|
+
"name": "StabilityAIUtils",
|
34078
|
+
"module": "src/services/stabilityAI/utils/stabilityAIUtils.ts"
|
34079
|
+
}
|
34080
|
+
}
|
34081
|
+
]
|
34082
|
+
},
|
33996
34083
|
{
|
33997
34084
|
"kind": "javascript-module",
|
33998
34085
|
"path": "src/services/openAI/utils/openAIUtils.ts",
|
@@ -34105,69 +34192,266 @@
|
|
34105
34192
|
},
|
34106
34193
|
{
|
34107
34194
|
"kind": "javascript-module",
|
34108
|
-
"path": "src/
|
34195
|
+
"path": "src/views/chat/introPanel/introPanel.ts",
|
34109
34196
|
"declarations": [
|
34110
34197
|
{
|
34111
34198
|
"kind": "class",
|
34112
34199
|
"description": "",
|
34113
|
-
"name": "
|
34200
|
+
"name": "IntroPanel",
|
34114
34201
|
"members": [
|
34202
|
+
{
|
34203
|
+
"kind": "field",
|
34204
|
+
"name": "_elementRef",
|
34205
|
+
"type": {
|
34206
|
+
"text": "HTMLElement | undefined"
|
34207
|
+
},
|
34208
|
+
"readonly": true
|
34209
|
+
},
|
34210
|
+
{
|
34211
|
+
"kind": "field",
|
34212
|
+
"name": "_isDisplayed",
|
34213
|
+
"type": {
|
34214
|
+
"text": "boolean"
|
34215
|
+
},
|
34216
|
+
"privacy": "private",
|
34217
|
+
"default": "false"
|
34218
|
+
},
|
34115
34219
|
{
|
34116
34220
|
"kind": "method",
|
34117
|
-
"name": "
|
34118
|
-
"privacy": "
|
34221
|
+
"name": "createIntroPanel",
|
34222
|
+
"privacy": "private",
|
34119
34223
|
"static": true,
|
34120
34224
|
"parameters": [
|
34121
34225
|
{
|
34122
|
-
"name": "
|
34226
|
+
"name": "introPanelStyle",
|
34227
|
+
"optional": true,
|
34228
|
+
"type": {
|
34229
|
+
"text": "CustomStyle"
|
34230
|
+
}
|
34231
|
+
}
|
34232
|
+
]
|
34233
|
+
},
|
34234
|
+
{
|
34235
|
+
"kind": "method",
|
34236
|
+
"name": "createIntroPanelWithChild",
|
34237
|
+
"privacy": "private",
|
34238
|
+
"parameters": [
|
34239
|
+
{
|
34240
|
+
"name": "childElement",
|
34241
|
+
"type": {
|
34242
|
+
"text": "HTMLElement"
|
34243
|
+
}
|
34244
|
+
},
|
34245
|
+
{
|
34246
|
+
"name": "introPanelStyle",
|
34247
|
+
"optional": true,
|
34248
|
+
"type": {
|
34249
|
+
"text": "CustomStyle"
|
34250
|
+
}
|
34251
|
+
}
|
34252
|
+
]
|
34253
|
+
},
|
34254
|
+
{
|
34255
|
+
"kind": "method",
|
34256
|
+
"name": "createInternalIntroPanel",
|
34257
|
+
"privacy": "private",
|
34258
|
+
"parameters": [
|
34259
|
+
{
|
34260
|
+
"name": "introPanelMarkUp",
|
34123
34261
|
"type": {
|
34124
34262
|
"text": "string"
|
34125
34263
|
}
|
34264
|
+
},
|
34265
|
+
{
|
34266
|
+
"name": "introPanelStyle",
|
34267
|
+
"optional": true,
|
34268
|
+
"type": {
|
34269
|
+
"text": "CustomStyle"
|
34270
|
+
}
|
34126
34271
|
}
|
34127
34272
|
]
|
34128
34273
|
},
|
34129
34274
|
{
|
34130
34275
|
"kind": "method",
|
34131
|
-
"name": "
|
34276
|
+
"name": "hide",
|
34277
|
+
"privacy": "public"
|
34278
|
+
},
|
34279
|
+
{
|
34280
|
+
"kind": "method",
|
34281
|
+
"name": "display",
|
34282
|
+
"privacy": "public"
|
34283
|
+
}
|
34284
|
+
]
|
34285
|
+
}
|
34286
|
+
],
|
34287
|
+
"exports": [
|
34288
|
+
{
|
34289
|
+
"kind": "js",
|
34290
|
+
"name": "IntroPanel",
|
34291
|
+
"declaration": {
|
34292
|
+
"name": "IntroPanel",
|
34293
|
+
"module": "src/views/chat/introPanel/introPanel.ts"
|
34294
|
+
}
|
34295
|
+
}
|
34296
|
+
]
|
34297
|
+
},
|
34298
|
+
{
|
34299
|
+
"kind": "javascript-module",
|
34300
|
+
"path": "src/views/chat/input/input.ts",
|
34301
|
+
"declarations": [
|
34302
|
+
{
|
34303
|
+
"kind": "class",
|
34304
|
+
"description": "",
|
34305
|
+
"name": "Input",
|
34306
|
+
"members": [
|
34307
|
+
{
|
34308
|
+
"kind": "field",
|
34309
|
+
"name": "elementRef",
|
34310
|
+
"type": {
|
34311
|
+
"text": "HTMLElement"
|
34312
|
+
},
|
34313
|
+
"readonly": true
|
34314
|
+
},
|
34315
|
+
{
|
34316
|
+
"kind": "method",
|
34317
|
+
"name": "createPanelElement",
|
34132
34318
|
"privacy": "private",
|
34133
34319
|
"static": true,
|
34134
34320
|
"parameters": [
|
34135
34321
|
{
|
34136
|
-
"name": "
|
34322
|
+
"name": "customStyle",
|
34323
|
+
"optional": true,
|
34137
34324
|
"type": {
|
34138
|
-
"text": "
|
34325
|
+
"text": "CustomStyle"
|
34326
|
+
}
|
34327
|
+
}
|
34328
|
+
]
|
34329
|
+
},
|
34330
|
+
{
|
34331
|
+
"kind": "method",
|
34332
|
+
"name": "createFileUploadComponents",
|
34333
|
+
"privacy": "private",
|
34334
|
+
"parameters": [
|
34335
|
+
{
|
34336
|
+
"name": "deepChat",
|
34337
|
+
"type": {
|
34338
|
+
"text": "DeepChat"
|
34139
34339
|
}
|
34140
34340
|
},
|
34141
34341
|
{
|
34142
|
-
"name": "
|
34342
|
+
"name": "serviceIO",
|
34143
34343
|
"type": {
|
34144
|
-
"text": "
|
34344
|
+
"text": "ServiceIO"
|
34145
34345
|
}
|
34146
34346
|
},
|
34147
34347
|
{
|
34148
|
-
"name": "
|
34348
|
+
"name": "containerElement",
|
34149
34349
|
"type": {
|
34150
|
-
"text": "
|
34350
|
+
"text": "HTMLElement"
|
34151
34351
|
}
|
34152
34352
|
},
|
34153
34353
|
{
|
34154
|
-
"name": "
|
34354
|
+
"name": "buttons",
|
34155
34355
|
"type": {
|
34156
|
-
"text": "
|
34356
|
+
"text": "Buttons"
|
34157
34357
|
}
|
34158
34358
|
}
|
34159
34359
|
]
|
34160
34360
|
},
|
34161
34361
|
{
|
34162
34362
|
"kind": "method",
|
34163
|
-
"name": "
|
34164
|
-
"privacy": "
|
34363
|
+
"name": "createUploadButtons",
|
34364
|
+
"privacy": "private",
|
34165
34365
|
"static": true,
|
34166
|
-
"
|
34167
|
-
|
34168
|
-
"
|
34366
|
+
"parameters": [
|
34367
|
+
{
|
34368
|
+
"name": "deepChat",
|
34369
|
+
"type": {
|
34370
|
+
"text": "DeepChat"
|
34371
|
+
}
|
34372
|
+
},
|
34373
|
+
{
|
34374
|
+
"name": "fileTypes",
|
34375
|
+
"type": {
|
34376
|
+
"text": "ServiceFileTypes"
|
34377
|
+
}
|
34378
|
+
},
|
34379
|
+
{
|
34380
|
+
"name": "fileAtt",
|
34381
|
+
"type": {
|
34382
|
+
"text": "FileAttachments"
|
34383
|
+
}
|
34384
|
+
},
|
34385
|
+
{
|
34386
|
+
"name": "containerEl",
|
34387
|
+
"type": {
|
34388
|
+
"text": "HTMLElement"
|
34389
|
+
}
|
34390
|
+
},
|
34391
|
+
{
|
34392
|
+
"name": "buttons",
|
34393
|
+
"type": {
|
34394
|
+
"text": "Buttons"
|
34395
|
+
}
|
34169
34396
|
}
|
34170
|
-
|
34397
|
+
]
|
34398
|
+
},
|
34399
|
+
{
|
34400
|
+
"kind": "method",
|
34401
|
+
"name": "addElements",
|
34402
|
+
"privacy": "private",
|
34403
|
+
"static": true,
|
34404
|
+
"parameters": [
|
34405
|
+
{
|
34406
|
+
"name": "panel",
|
34407
|
+
"type": {
|
34408
|
+
"text": "HTMLElement"
|
34409
|
+
}
|
34410
|
+
},
|
34411
|
+
{
|
34412
|
+
"name": "textInput",
|
34413
|
+
"type": {
|
34414
|
+
"text": "TextInputEl"
|
34415
|
+
}
|
34416
|
+
},
|
34417
|
+
{
|
34418
|
+
"name": "buttons",
|
34419
|
+
"type": {
|
34420
|
+
"text": "Buttons"
|
34421
|
+
}
|
34422
|
+
},
|
34423
|
+
{
|
34424
|
+
"name": "container",
|
34425
|
+
"type": {
|
34426
|
+
"text": "HTMLElement"
|
34427
|
+
}
|
34428
|
+
},
|
34429
|
+
{
|
34430
|
+
"name": "fileAttachments",
|
34431
|
+
"type": {
|
34432
|
+
"text": "FileAttachments"
|
34433
|
+
}
|
34434
|
+
},
|
34435
|
+
{
|
34436
|
+
"name": "dropupStyles",
|
34437
|
+
"optional": true,
|
34438
|
+
"type": {
|
34439
|
+
"text": "DropupStyles"
|
34440
|
+
}
|
34441
|
+
}
|
34442
|
+
]
|
34443
|
+
},
|
34444
|
+
{
|
34445
|
+
"kind": "field",
|
34446
|
+
"name": "submit",
|
34447
|
+
"type": {
|
34448
|
+
"text": "object"
|
34449
|
+
},
|
34450
|
+
"default": "{button: submitButton}"
|
34451
|
+
},
|
34452
|
+
{
|
34453
|
+
"kind": "field",
|
34454
|
+
"name": "submitUserMessage"
|
34171
34455
|
}
|
34172
34456
|
]
|
34173
34457
|
}
|
@@ -34175,10 +34459,10 @@
|
|
34175
34459
|
"exports": [
|
34176
34460
|
{
|
34177
34461
|
"kind": "js",
|
34178
|
-
"name": "
|
34462
|
+
"name": "Input",
|
34179
34463
|
"declaration": {
|
34180
|
-
"name": "
|
34181
|
-
"module": "src/
|
34464
|
+
"name": "Input",
|
34465
|
+
"module": "src/views/chat/input/input.ts"
|
34182
34466
|
}
|
34183
34467
|
}
|
34184
34468
|
]
|
@@ -34702,283 +34986,6 @@
|
|
34702
34986
|
}
|
34703
34987
|
]
|
34704
34988
|
},
|
34705
|
-
{
|
34706
|
-
"kind": "javascript-module",
|
34707
|
-
"path": "src/views/chat/introPanel/introPanel.ts",
|
34708
|
-
"declarations": [
|
34709
|
-
{
|
34710
|
-
"kind": "class",
|
34711
|
-
"description": "",
|
34712
|
-
"name": "IntroPanel",
|
34713
|
-
"members": [
|
34714
|
-
{
|
34715
|
-
"kind": "field",
|
34716
|
-
"name": "_elementRef",
|
34717
|
-
"type": {
|
34718
|
-
"text": "HTMLElement | undefined"
|
34719
|
-
},
|
34720
|
-
"readonly": true
|
34721
|
-
},
|
34722
|
-
{
|
34723
|
-
"kind": "field",
|
34724
|
-
"name": "_isDisplayed",
|
34725
|
-
"type": {
|
34726
|
-
"text": "boolean"
|
34727
|
-
},
|
34728
|
-
"privacy": "private",
|
34729
|
-
"default": "false"
|
34730
|
-
},
|
34731
|
-
{
|
34732
|
-
"kind": "method",
|
34733
|
-
"name": "createIntroPanel",
|
34734
|
-
"privacy": "private",
|
34735
|
-
"static": true,
|
34736
|
-
"parameters": [
|
34737
|
-
{
|
34738
|
-
"name": "introPanelStyle",
|
34739
|
-
"optional": true,
|
34740
|
-
"type": {
|
34741
|
-
"text": "CustomStyle"
|
34742
|
-
}
|
34743
|
-
}
|
34744
|
-
]
|
34745
|
-
},
|
34746
|
-
{
|
34747
|
-
"kind": "method",
|
34748
|
-
"name": "createIntroPanelWithChild",
|
34749
|
-
"privacy": "private",
|
34750
|
-
"parameters": [
|
34751
|
-
{
|
34752
|
-
"name": "childElement",
|
34753
|
-
"type": {
|
34754
|
-
"text": "HTMLElement"
|
34755
|
-
}
|
34756
|
-
},
|
34757
|
-
{
|
34758
|
-
"name": "introPanelStyle",
|
34759
|
-
"optional": true,
|
34760
|
-
"type": {
|
34761
|
-
"text": "CustomStyle"
|
34762
|
-
}
|
34763
|
-
}
|
34764
|
-
]
|
34765
|
-
},
|
34766
|
-
{
|
34767
|
-
"kind": "method",
|
34768
|
-
"name": "createInternalIntroPanel",
|
34769
|
-
"privacy": "private",
|
34770
|
-
"parameters": [
|
34771
|
-
{
|
34772
|
-
"name": "introPanelMarkUp",
|
34773
|
-
"type": {
|
34774
|
-
"text": "string"
|
34775
|
-
}
|
34776
|
-
},
|
34777
|
-
{
|
34778
|
-
"name": "introPanelStyle",
|
34779
|
-
"optional": true,
|
34780
|
-
"type": {
|
34781
|
-
"text": "CustomStyle"
|
34782
|
-
}
|
34783
|
-
}
|
34784
|
-
]
|
34785
|
-
},
|
34786
|
-
{
|
34787
|
-
"kind": "method",
|
34788
|
-
"name": "hide",
|
34789
|
-
"privacy": "public"
|
34790
|
-
},
|
34791
|
-
{
|
34792
|
-
"kind": "method",
|
34793
|
-
"name": "display",
|
34794
|
-
"privacy": "public"
|
34795
|
-
}
|
34796
|
-
]
|
34797
|
-
}
|
34798
|
-
],
|
34799
|
-
"exports": [
|
34800
|
-
{
|
34801
|
-
"kind": "js",
|
34802
|
-
"name": "IntroPanel",
|
34803
|
-
"declaration": {
|
34804
|
-
"name": "IntroPanel",
|
34805
|
-
"module": "src/views/chat/introPanel/introPanel.ts"
|
34806
|
-
}
|
34807
|
-
}
|
34808
|
-
]
|
34809
|
-
},
|
34810
|
-
{
|
34811
|
-
"kind": "javascript-module",
|
34812
|
-
"path": "src/views/chat/input/input.ts",
|
34813
|
-
"declarations": [
|
34814
|
-
{
|
34815
|
-
"kind": "class",
|
34816
|
-
"description": "",
|
34817
|
-
"name": "Input",
|
34818
|
-
"members": [
|
34819
|
-
{
|
34820
|
-
"kind": "field",
|
34821
|
-
"name": "elementRef",
|
34822
|
-
"type": {
|
34823
|
-
"text": "HTMLElement"
|
34824
|
-
},
|
34825
|
-
"readonly": true
|
34826
|
-
},
|
34827
|
-
{
|
34828
|
-
"kind": "method",
|
34829
|
-
"name": "createPanelElement",
|
34830
|
-
"privacy": "private",
|
34831
|
-
"static": true,
|
34832
|
-
"parameters": [
|
34833
|
-
{
|
34834
|
-
"name": "customStyle",
|
34835
|
-
"optional": true,
|
34836
|
-
"type": {
|
34837
|
-
"text": "CustomStyle"
|
34838
|
-
}
|
34839
|
-
}
|
34840
|
-
]
|
34841
|
-
},
|
34842
|
-
{
|
34843
|
-
"kind": "method",
|
34844
|
-
"name": "createFileUploadComponents",
|
34845
|
-
"privacy": "private",
|
34846
|
-
"parameters": [
|
34847
|
-
{
|
34848
|
-
"name": "deepChat",
|
34849
|
-
"type": {
|
34850
|
-
"text": "DeepChat"
|
34851
|
-
}
|
34852
|
-
},
|
34853
|
-
{
|
34854
|
-
"name": "serviceIO",
|
34855
|
-
"type": {
|
34856
|
-
"text": "ServiceIO"
|
34857
|
-
}
|
34858
|
-
},
|
34859
|
-
{
|
34860
|
-
"name": "containerElement",
|
34861
|
-
"type": {
|
34862
|
-
"text": "HTMLElement"
|
34863
|
-
}
|
34864
|
-
},
|
34865
|
-
{
|
34866
|
-
"name": "buttons",
|
34867
|
-
"type": {
|
34868
|
-
"text": "Buttons"
|
34869
|
-
}
|
34870
|
-
}
|
34871
|
-
]
|
34872
|
-
},
|
34873
|
-
{
|
34874
|
-
"kind": "method",
|
34875
|
-
"name": "createUploadButtons",
|
34876
|
-
"privacy": "private",
|
34877
|
-
"static": true,
|
34878
|
-
"parameters": [
|
34879
|
-
{
|
34880
|
-
"name": "deepChat",
|
34881
|
-
"type": {
|
34882
|
-
"text": "DeepChat"
|
34883
|
-
}
|
34884
|
-
},
|
34885
|
-
{
|
34886
|
-
"name": "fileTypes",
|
34887
|
-
"type": {
|
34888
|
-
"text": "ServiceFileTypes"
|
34889
|
-
}
|
34890
|
-
},
|
34891
|
-
{
|
34892
|
-
"name": "fileAtt",
|
34893
|
-
"type": {
|
34894
|
-
"text": "FileAttachments"
|
34895
|
-
}
|
34896
|
-
},
|
34897
|
-
{
|
34898
|
-
"name": "containerEl",
|
34899
|
-
"type": {
|
34900
|
-
"text": "HTMLElement"
|
34901
|
-
}
|
34902
|
-
},
|
34903
|
-
{
|
34904
|
-
"name": "buttons",
|
34905
|
-
"type": {
|
34906
|
-
"text": "Buttons"
|
34907
|
-
}
|
34908
|
-
}
|
34909
|
-
]
|
34910
|
-
},
|
34911
|
-
{
|
34912
|
-
"kind": "method",
|
34913
|
-
"name": "addElements",
|
34914
|
-
"privacy": "private",
|
34915
|
-
"static": true,
|
34916
|
-
"parameters": [
|
34917
|
-
{
|
34918
|
-
"name": "panel",
|
34919
|
-
"type": {
|
34920
|
-
"text": "HTMLElement"
|
34921
|
-
}
|
34922
|
-
},
|
34923
|
-
{
|
34924
|
-
"name": "textInput",
|
34925
|
-
"type": {
|
34926
|
-
"text": "TextInputEl"
|
34927
|
-
}
|
34928
|
-
},
|
34929
|
-
{
|
34930
|
-
"name": "buttons",
|
34931
|
-
"type": {
|
34932
|
-
"text": "Buttons"
|
34933
|
-
}
|
34934
|
-
},
|
34935
|
-
{
|
34936
|
-
"name": "container",
|
34937
|
-
"type": {
|
34938
|
-
"text": "HTMLElement"
|
34939
|
-
}
|
34940
|
-
},
|
34941
|
-
{
|
34942
|
-
"name": "fileAttachments",
|
34943
|
-
"type": {
|
34944
|
-
"text": "FileAttachments"
|
34945
|
-
}
|
34946
|
-
},
|
34947
|
-
{
|
34948
|
-
"name": "dropupStyles",
|
34949
|
-
"optional": true,
|
34950
|
-
"type": {
|
34951
|
-
"text": "DropupStyles"
|
34952
|
-
}
|
34953
|
-
}
|
34954
|
-
]
|
34955
|
-
},
|
34956
|
-
{
|
34957
|
-
"kind": "field",
|
34958
|
-
"name": "submit",
|
34959
|
-
"type": {
|
34960
|
-
"text": "object"
|
34961
|
-
},
|
34962
|
-
"default": "{button: submitButton}"
|
34963
|
-
},
|
34964
|
-
{
|
34965
|
-
"kind": "field",
|
34966
|
-
"name": "submitUserMessage"
|
34967
|
-
}
|
34968
|
-
]
|
34969
|
-
}
|
34970
|
-
],
|
34971
|
-
"exports": [
|
34972
|
-
{
|
34973
|
-
"kind": "js",
|
34974
|
-
"name": "Input",
|
34975
|
-
"declaration": {
|
34976
|
-
"name": "Input",
|
34977
|
-
"module": "src/views/chat/input/input.ts"
|
34978
|
-
}
|
34979
|
-
}
|
34980
|
-
]
|
34981
|
-
},
|
34982
34989
|
{
|
34983
34990
|
"kind": "javascript-module",
|
34984
34991
|
"path": "src/views/chat/messages/avatar.ts",
|
@@ -36552,6 +36559,15 @@
|
|
36552
36559
|
"kind": "method",
|
36553
36560
|
"name": "refreshTextMessages",
|
36554
36561
|
"privacy": "protected",
|
36562
|
+
"parameters": [
|
36563
|
+
{
|
36564
|
+
"name": "customConfig",
|
36565
|
+
"optional": true,
|
36566
|
+
"type": {
|
36567
|
+
"text": "RemarkableOptions"
|
36568
|
+
}
|
36569
|
+
}
|
36570
|
+
],
|
36555
36571
|
"inheritedFrom": {
|
36556
36572
|
"name": "MessagesBase",
|
36557
36573
|
"module": "src/views/chat/messages/messagesBase.ts"
|
@@ -37094,7 +37110,16 @@
|
|
37094
37110
|
{
|
37095
37111
|
"kind": "method",
|
37096
37112
|
"name": "refreshTextMessages",
|
37097
|
-
"privacy": "protected"
|
37113
|
+
"privacy": "protected",
|
37114
|
+
"parameters": [
|
37115
|
+
{
|
37116
|
+
"name": "customConfig",
|
37117
|
+
"optional": true,
|
37118
|
+
"type": {
|
37119
|
+
"text": "RemarkableOptions"
|
37120
|
+
}
|
37121
|
+
}
|
37122
|
+
]
|
37098
37123
|
}
|
37099
37124
|
]
|
37100
37125
|
}
|
@@ -38209,180 +38234,6 @@
|
|
38209
38234
|
}
|
38210
38235
|
]
|
38211
38236
|
},
|
38212
|
-
{
|
38213
|
-
"kind": "javascript-module",
|
38214
|
-
"path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
|
38215
|
-
"declarations": [
|
38216
|
-
{
|
38217
|
-
"kind": "class",
|
38218
|
-
"description": "",
|
38219
|
-
"name": "FileAttachments",
|
38220
|
-
"members": [
|
38221
|
-
{
|
38222
|
-
"kind": "field",
|
38223
|
-
"name": "_fileAttachmentsTypes",
|
38224
|
-
"type": {
|
38225
|
-
"text": "FileAttachmentsType[]"
|
38226
|
-
},
|
38227
|
-
"privacy": "private",
|
38228
|
-
"readonly": true,
|
38229
|
-
"default": "[]"
|
38230
|
-
},
|
38231
|
-
{
|
38232
|
-
"kind": "field",
|
38233
|
-
"name": "elementRef",
|
38234
|
-
"type": {
|
38235
|
-
"text": "HTMLElement"
|
38236
|
-
},
|
38237
|
-
"readonly": true
|
38238
|
-
},
|
38239
|
-
{
|
38240
|
-
"kind": "method",
|
38241
|
-
"name": "addType",
|
38242
|
-
"parameters": [
|
38243
|
-
{
|
38244
|
-
"name": "deepChat",
|
38245
|
-
"type": {
|
38246
|
-
"text": "DeepChat"
|
38247
|
-
}
|
38248
|
-
},
|
38249
|
-
{
|
38250
|
-
"name": "files",
|
38251
|
-
"type": {
|
38252
|
-
"text": "FileAttachmentsT"
|
38253
|
-
}
|
38254
|
-
},
|
38255
|
-
{
|
38256
|
-
"name": "type",
|
38257
|
-
"type": {
|
38258
|
-
"text": "keyof ServiceFileTypes"
|
38259
|
-
}
|
38260
|
-
}
|
38261
|
-
]
|
38262
|
-
},
|
38263
|
-
{
|
38264
|
-
"kind": "method",
|
38265
|
-
"name": "createAttachmentContainer",
|
38266
|
-
"privacy": "private"
|
38267
|
-
},
|
38268
|
-
{
|
38269
|
-
"kind": "method",
|
38270
|
-
"name": "toggleContainerDisplay",
|
38271
|
-
"privacy": "private",
|
38272
|
-
"parameters": [
|
38273
|
-
{
|
38274
|
-
"name": "display",
|
38275
|
-
"type": {
|
38276
|
-
"text": "boolean"
|
38277
|
-
}
|
38278
|
-
}
|
38279
|
-
]
|
38280
|
-
},
|
38281
|
-
{
|
38282
|
-
"kind": "method",
|
38283
|
-
"name": "getAllFileData"
|
38284
|
-
},
|
38285
|
-
{
|
38286
|
-
"kind": "method",
|
38287
|
-
"name": "completePlaceholders"
|
38288
|
-
},
|
38289
|
-
{
|
38290
|
-
"kind": "method",
|
38291
|
-
"name": "addFilesToType",
|
38292
|
-
"privacy": "public",
|
38293
|
-
"static": true,
|
38294
|
-
"parameters": [
|
38295
|
-
{
|
38296
|
-
"name": "files",
|
38297
|
-
"type": {
|
38298
|
-
"text": "File[]"
|
38299
|
-
}
|
38300
|
-
},
|
38301
|
-
{
|
38302
|
-
"name": "fileAttachmentTypes",
|
38303
|
-
"type": {
|
38304
|
-
"text": "FileAttachmentsType[]"
|
38305
|
-
}
|
38306
|
-
}
|
38307
|
-
]
|
38308
|
-
},
|
38309
|
-
{
|
38310
|
-
"kind": "method",
|
38311
|
-
"name": "addFilesToAnyType",
|
38312
|
-
"parameters": [
|
38313
|
-
{
|
38314
|
-
"name": "files",
|
38315
|
-
"type": {
|
38316
|
-
"text": "File[]"
|
38317
|
-
}
|
38318
|
-
}
|
38319
|
-
]
|
38320
|
-
},
|
38321
|
-
{
|
38322
|
-
"kind": "method",
|
38323
|
-
"name": "removeAllFiles"
|
38324
|
-
},
|
38325
|
-
{
|
38326
|
-
"kind": "method",
|
38327
|
-
"name": "getNumberOfTypes"
|
38328
|
-
}
|
38329
|
-
]
|
38330
|
-
}
|
38331
|
-
],
|
38332
|
-
"exports": [
|
38333
|
-
{
|
38334
|
-
"kind": "js",
|
38335
|
-
"name": "FileAttachments",
|
38336
|
-
"declaration": {
|
38337
|
-
"name": "FileAttachments",
|
38338
|
-
"module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
|
38339
|
-
}
|
38340
|
-
}
|
38341
|
-
]
|
38342
|
-
},
|
38343
|
-
{
|
38344
|
-
"kind": "javascript-module",
|
38345
|
-
"path": "src/views/chat/input/fileAttachments/newFileName.ts",
|
38346
|
-
"declarations": [
|
38347
|
-
{
|
38348
|
-
"kind": "class",
|
38349
|
-
"description": "",
|
38350
|
-
"name": "NewFileName",
|
38351
|
-
"members": [
|
38352
|
-
{
|
38353
|
-
"kind": "method",
|
38354
|
-
"name": "getFileName",
|
38355
|
-
"privacy": "public",
|
38356
|
-
"static": true,
|
38357
|
-
"parameters": [
|
38358
|
-
{
|
38359
|
-
"name": "prefix",
|
38360
|
-
"type": {
|
38361
|
-
"text": "string"
|
38362
|
-
}
|
38363
|
-
},
|
38364
|
-
{
|
38365
|
-
"name": "extension",
|
38366
|
-
"type": {
|
38367
|
-
"text": "string"
|
38368
|
-
}
|
38369
|
-
}
|
38370
|
-
]
|
38371
|
-
}
|
38372
|
-
]
|
38373
|
-
}
|
38374
|
-
],
|
38375
|
-
"exports": [
|
38376
|
-
{
|
38377
|
-
"kind": "js",
|
38378
|
-
"name": "NewFileName",
|
38379
|
-
"declaration": {
|
38380
|
-
"name": "NewFileName",
|
38381
|
-
"module": "src/views/chat/input/fileAttachments/newFileName.ts"
|
38382
|
-
}
|
38383
|
-
}
|
38384
|
-
]
|
38385
|
-
},
|
38386
38237
|
{
|
38387
38238
|
"kind": "javascript-module",
|
38388
38239
|
"path": "src/views/chat/input/dropup/dropup.ts",
|
@@ -39143,6 +38994,180 @@
|
|
39143
38994
|
}
|
39144
38995
|
]
|
39145
38996
|
},
|
38997
|
+
{
|
38998
|
+
"kind": "javascript-module",
|
38999
|
+
"path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
|
39000
|
+
"declarations": [
|
39001
|
+
{
|
39002
|
+
"kind": "class",
|
39003
|
+
"description": "",
|
39004
|
+
"name": "FileAttachments",
|
39005
|
+
"members": [
|
39006
|
+
{
|
39007
|
+
"kind": "field",
|
39008
|
+
"name": "_fileAttachmentsTypes",
|
39009
|
+
"type": {
|
39010
|
+
"text": "FileAttachmentsType[]"
|
39011
|
+
},
|
39012
|
+
"privacy": "private",
|
39013
|
+
"readonly": true,
|
39014
|
+
"default": "[]"
|
39015
|
+
},
|
39016
|
+
{
|
39017
|
+
"kind": "field",
|
39018
|
+
"name": "elementRef",
|
39019
|
+
"type": {
|
39020
|
+
"text": "HTMLElement"
|
39021
|
+
},
|
39022
|
+
"readonly": true
|
39023
|
+
},
|
39024
|
+
{
|
39025
|
+
"kind": "method",
|
39026
|
+
"name": "addType",
|
39027
|
+
"parameters": [
|
39028
|
+
{
|
39029
|
+
"name": "deepChat",
|
39030
|
+
"type": {
|
39031
|
+
"text": "DeepChat"
|
39032
|
+
}
|
39033
|
+
},
|
39034
|
+
{
|
39035
|
+
"name": "files",
|
39036
|
+
"type": {
|
39037
|
+
"text": "FileAttachmentsT"
|
39038
|
+
}
|
39039
|
+
},
|
39040
|
+
{
|
39041
|
+
"name": "type",
|
39042
|
+
"type": {
|
39043
|
+
"text": "keyof ServiceFileTypes"
|
39044
|
+
}
|
39045
|
+
}
|
39046
|
+
]
|
39047
|
+
},
|
39048
|
+
{
|
39049
|
+
"kind": "method",
|
39050
|
+
"name": "createAttachmentContainer",
|
39051
|
+
"privacy": "private"
|
39052
|
+
},
|
39053
|
+
{
|
39054
|
+
"kind": "method",
|
39055
|
+
"name": "toggleContainerDisplay",
|
39056
|
+
"privacy": "private",
|
39057
|
+
"parameters": [
|
39058
|
+
{
|
39059
|
+
"name": "display",
|
39060
|
+
"type": {
|
39061
|
+
"text": "boolean"
|
39062
|
+
}
|
39063
|
+
}
|
39064
|
+
]
|
39065
|
+
},
|
39066
|
+
{
|
39067
|
+
"kind": "method",
|
39068
|
+
"name": "getAllFileData"
|
39069
|
+
},
|
39070
|
+
{
|
39071
|
+
"kind": "method",
|
39072
|
+
"name": "completePlaceholders"
|
39073
|
+
},
|
39074
|
+
{
|
39075
|
+
"kind": "method",
|
39076
|
+
"name": "addFilesToType",
|
39077
|
+
"privacy": "public",
|
39078
|
+
"static": true,
|
39079
|
+
"parameters": [
|
39080
|
+
{
|
39081
|
+
"name": "files",
|
39082
|
+
"type": {
|
39083
|
+
"text": "File[]"
|
39084
|
+
}
|
39085
|
+
},
|
39086
|
+
{
|
39087
|
+
"name": "fileAttachmentTypes",
|
39088
|
+
"type": {
|
39089
|
+
"text": "FileAttachmentsType[]"
|
39090
|
+
}
|
39091
|
+
}
|
39092
|
+
]
|
39093
|
+
},
|
39094
|
+
{
|
39095
|
+
"kind": "method",
|
39096
|
+
"name": "addFilesToAnyType",
|
39097
|
+
"parameters": [
|
39098
|
+
{
|
39099
|
+
"name": "files",
|
39100
|
+
"type": {
|
39101
|
+
"text": "File[]"
|
39102
|
+
}
|
39103
|
+
}
|
39104
|
+
]
|
39105
|
+
},
|
39106
|
+
{
|
39107
|
+
"kind": "method",
|
39108
|
+
"name": "removeAllFiles"
|
39109
|
+
},
|
39110
|
+
{
|
39111
|
+
"kind": "method",
|
39112
|
+
"name": "getNumberOfTypes"
|
39113
|
+
}
|
39114
|
+
]
|
39115
|
+
}
|
39116
|
+
],
|
39117
|
+
"exports": [
|
39118
|
+
{
|
39119
|
+
"kind": "js",
|
39120
|
+
"name": "FileAttachments",
|
39121
|
+
"declaration": {
|
39122
|
+
"name": "FileAttachments",
|
39123
|
+
"module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
|
39124
|
+
}
|
39125
|
+
}
|
39126
|
+
]
|
39127
|
+
},
|
39128
|
+
{
|
39129
|
+
"kind": "javascript-module",
|
39130
|
+
"path": "src/views/chat/input/fileAttachments/newFileName.ts",
|
39131
|
+
"declarations": [
|
39132
|
+
{
|
39133
|
+
"kind": "class",
|
39134
|
+
"description": "",
|
39135
|
+
"name": "NewFileName",
|
39136
|
+
"members": [
|
39137
|
+
{
|
39138
|
+
"kind": "method",
|
39139
|
+
"name": "getFileName",
|
39140
|
+
"privacy": "public",
|
39141
|
+
"static": true,
|
39142
|
+
"parameters": [
|
39143
|
+
{
|
39144
|
+
"name": "prefix",
|
39145
|
+
"type": {
|
39146
|
+
"text": "string"
|
39147
|
+
}
|
39148
|
+
},
|
39149
|
+
{
|
39150
|
+
"name": "extension",
|
39151
|
+
"type": {
|
39152
|
+
"text": "string"
|
39153
|
+
}
|
39154
|
+
}
|
39155
|
+
]
|
39156
|
+
}
|
39157
|
+
]
|
39158
|
+
}
|
39159
|
+
],
|
39160
|
+
"exports": [
|
39161
|
+
{
|
39162
|
+
"kind": "js",
|
39163
|
+
"name": "NewFileName",
|
39164
|
+
"declaration": {
|
39165
|
+
"name": "NewFileName",
|
39166
|
+
"module": "src/views/chat/input/fileAttachments/newFileName.ts"
|
39167
|
+
}
|
39168
|
+
}
|
39169
|
+
]
|
39170
|
+
},
|
39146
39171
|
{
|
39147
39172
|
"kind": "javascript-module",
|
39148
39173
|
"path": "src/views/chat/input/validation/validationHandler.ts",
|
@@ -40596,13 +40621,31 @@
|
|
40596
40621
|
"kind": "method",
|
40597
40622
|
"name": "instantiate",
|
40598
40623
|
"privacy": "private",
|
40599
|
-
"static": true
|
40624
|
+
"static": true,
|
40625
|
+
"parameters": [
|
40626
|
+
{
|
40627
|
+
"name": "customConfig",
|
40628
|
+
"optional": true,
|
40629
|
+
"type": {
|
40630
|
+
"text": "RemarkableOptions"
|
40631
|
+
}
|
40632
|
+
}
|
40633
|
+
]
|
40600
40634
|
},
|
40601
40635
|
{
|
40602
40636
|
"kind": "method",
|
40603
40637
|
"name": "createNew",
|
40604
40638
|
"privacy": "public",
|
40605
|
-
"static": true
|
40639
|
+
"static": true,
|
40640
|
+
"parameters": [
|
40641
|
+
{
|
40642
|
+
"name": "customConfig",
|
40643
|
+
"optional": true,
|
40644
|
+
"type": {
|
40645
|
+
"text": "RemarkableOptions"
|
40646
|
+
}
|
40647
|
+
}
|
40648
|
+
]
|
40606
40649
|
}
|
40607
40650
|
]
|
40608
40651
|
}
|