deep-chat-dev 9.0.170 → 9.0.172
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 +324 -331
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.js +457 -446
- package/dist/services/mistral/mistralO.d.ts.map +1 -1
- package/dist/types/microphone.d.ts +5 -5
- package/dist/types/microphone.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/camera/cameraButton.d.ts +0 -1
- package/dist/views/chat/input/buttons/camera/cameraButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/customButtonInnerElements.d.ts +1 -0
- package/dist/views/chat/input/buttons/customButtonInnerElements.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts +0 -1
- package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts.map +1 -1
- package/package.json +1 -1
package/custom-elements.json
CHANGED
@@ -2347,49 +2347,6 @@
|
|
2347
2347
|
"declarations": [],
|
2348
2348
|
"exports": []
|
2349
2349
|
},
|
2350
|
-
{
|
2351
|
-
"kind": "javascript-module",
|
2352
|
-
"path": "src/views/error/errorView.ts",
|
2353
|
-
"declarations": [
|
2354
|
-
{
|
2355
|
-
"kind": "class",
|
2356
|
-
"description": "",
|
2357
|
-
"name": "ErrorView",
|
2358
|
-
"members": [
|
2359
|
-
{
|
2360
|
-
"kind": "method",
|
2361
|
-
"name": "render",
|
2362
|
-
"privacy": "public",
|
2363
|
-
"static": true,
|
2364
|
-
"parameters": [
|
2365
|
-
{
|
2366
|
-
"name": "containerElement",
|
2367
|
-
"type": {
|
2368
|
-
"text": "HTMLElement"
|
2369
|
-
}
|
2370
|
-
},
|
2371
|
-
{
|
2372
|
-
"name": "text",
|
2373
|
-
"type": {
|
2374
|
-
"text": "string"
|
2375
|
-
}
|
2376
|
-
}
|
2377
|
-
]
|
2378
|
-
}
|
2379
|
-
]
|
2380
|
-
}
|
2381
|
-
],
|
2382
|
-
"exports": [
|
2383
|
-
{
|
2384
|
-
"kind": "js",
|
2385
|
-
"name": "ErrorView",
|
2386
|
-
"declaration": {
|
2387
|
-
"name": "ErrorView",
|
2388
|
-
"module": "src/views/error/errorView.ts"
|
2389
|
-
}
|
2390
|
-
}
|
2391
|
-
]
|
2392
|
-
},
|
2393
2350
|
{
|
2394
2351
|
"kind": "javascript-module",
|
2395
2352
|
"path": "src/views/chat/chatView.ts",
|
@@ -2473,6 +2430,49 @@
|
|
2473
2430
|
}
|
2474
2431
|
]
|
2475
2432
|
},
|
2433
|
+
{
|
2434
|
+
"kind": "javascript-module",
|
2435
|
+
"path": "src/views/error/errorView.ts",
|
2436
|
+
"declarations": [
|
2437
|
+
{
|
2438
|
+
"kind": "class",
|
2439
|
+
"description": "",
|
2440
|
+
"name": "ErrorView",
|
2441
|
+
"members": [
|
2442
|
+
{
|
2443
|
+
"kind": "method",
|
2444
|
+
"name": "render",
|
2445
|
+
"privacy": "public",
|
2446
|
+
"static": true,
|
2447
|
+
"parameters": [
|
2448
|
+
{
|
2449
|
+
"name": "containerElement",
|
2450
|
+
"type": {
|
2451
|
+
"text": "HTMLElement"
|
2452
|
+
}
|
2453
|
+
},
|
2454
|
+
{
|
2455
|
+
"name": "text",
|
2456
|
+
"type": {
|
2457
|
+
"text": "string"
|
2458
|
+
}
|
2459
|
+
}
|
2460
|
+
]
|
2461
|
+
}
|
2462
|
+
]
|
2463
|
+
}
|
2464
|
+
],
|
2465
|
+
"exports": [
|
2466
|
+
{
|
2467
|
+
"kind": "js",
|
2468
|
+
"name": "ErrorView",
|
2469
|
+
"declaration": {
|
2470
|
+
"name": "ErrorView",
|
2471
|
+
"module": "src/views/error/errorView.ts"
|
2472
|
+
}
|
2473
|
+
}
|
2474
|
+
]
|
2475
|
+
},
|
2476
2476
|
{
|
2477
2477
|
"kind": "javascript-module",
|
2478
2478
|
"path": "src/views/insertKey/insertKeyView.ts",
|
@@ -33946,6 +33946,43 @@
|
|
33946
33946
|
}
|
33947
33947
|
}
|
33948
33948
|
]
|
33949
|
+
},
|
33950
|
+
{
|
33951
|
+
"kind": "method",
|
33952
|
+
"name": "createInnerElement",
|
33953
|
+
"privacy": "public",
|
33954
|
+
"static": true,
|
33955
|
+
"parameters": [
|
33956
|
+
{
|
33957
|
+
"name": "parentEl",
|
33958
|
+
"type": {
|
33959
|
+
"text": "HTMLElement"
|
33960
|
+
}
|
33961
|
+
},
|
33962
|
+
{
|
33963
|
+
"name": "baseButton",
|
33964
|
+
"type": {
|
33965
|
+
"text": "SVGGraphicsElement"
|
33966
|
+
}
|
33967
|
+
},
|
33968
|
+
{
|
33969
|
+
"name": "state",
|
33970
|
+
"type": {
|
33971
|
+
"text": "keyof T"
|
33972
|
+
}
|
33973
|
+
},
|
33974
|
+
{
|
33975
|
+
"name": "customStyles",
|
33976
|
+
"optional": true,
|
33977
|
+
"type": {
|
33978
|
+
"text": "ButtonStateStyles<T>"
|
33979
|
+
}
|
33980
|
+
},
|
33981
|
+
{
|
33982
|
+
"name": "isDropup",
|
33983
|
+
"default": "false"
|
33984
|
+
}
|
33985
|
+
]
|
33949
33986
|
}
|
33950
33987
|
]
|
33951
33988
|
}
|
@@ -34134,180 +34171,6 @@
|
|
34134
34171
|
}
|
34135
34172
|
]
|
34136
34173
|
},
|
34137
|
-
{
|
34138
|
-
"kind": "javascript-module",
|
34139
|
-
"path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
|
34140
|
-
"declarations": [
|
34141
|
-
{
|
34142
|
-
"kind": "class",
|
34143
|
-
"description": "",
|
34144
|
-
"name": "FileAttachments",
|
34145
|
-
"members": [
|
34146
|
-
{
|
34147
|
-
"kind": "field",
|
34148
|
-
"name": "_fileAttachmentsTypes",
|
34149
|
-
"type": {
|
34150
|
-
"text": "FileAttachmentsType[]"
|
34151
|
-
},
|
34152
|
-
"privacy": "private",
|
34153
|
-
"readonly": true,
|
34154
|
-
"default": "[]"
|
34155
|
-
},
|
34156
|
-
{
|
34157
|
-
"kind": "field",
|
34158
|
-
"name": "elementRef",
|
34159
|
-
"type": {
|
34160
|
-
"text": "HTMLElement"
|
34161
|
-
},
|
34162
|
-
"readonly": true
|
34163
|
-
},
|
34164
|
-
{
|
34165
|
-
"kind": "method",
|
34166
|
-
"name": "addType",
|
34167
|
-
"parameters": [
|
34168
|
-
{
|
34169
|
-
"name": "deepChat",
|
34170
|
-
"type": {
|
34171
|
-
"text": "DeepChat"
|
34172
|
-
}
|
34173
|
-
},
|
34174
|
-
{
|
34175
|
-
"name": "files",
|
34176
|
-
"type": {
|
34177
|
-
"text": "FileAttachmentsT"
|
34178
|
-
}
|
34179
|
-
},
|
34180
|
-
{
|
34181
|
-
"name": "type",
|
34182
|
-
"type": {
|
34183
|
-
"text": "keyof ServiceFileTypes"
|
34184
|
-
}
|
34185
|
-
}
|
34186
|
-
]
|
34187
|
-
},
|
34188
|
-
{
|
34189
|
-
"kind": "method",
|
34190
|
-
"name": "createAttachmentContainer",
|
34191
|
-
"privacy": "private"
|
34192
|
-
},
|
34193
|
-
{
|
34194
|
-
"kind": "method",
|
34195
|
-
"name": "toggleContainerDisplay",
|
34196
|
-
"privacy": "private",
|
34197
|
-
"parameters": [
|
34198
|
-
{
|
34199
|
-
"name": "display",
|
34200
|
-
"type": {
|
34201
|
-
"text": "boolean"
|
34202
|
-
}
|
34203
|
-
}
|
34204
|
-
]
|
34205
|
-
},
|
34206
|
-
{
|
34207
|
-
"kind": "method",
|
34208
|
-
"name": "getAllFileData"
|
34209
|
-
},
|
34210
|
-
{
|
34211
|
-
"kind": "method",
|
34212
|
-
"name": "completePlaceholders"
|
34213
|
-
},
|
34214
|
-
{
|
34215
|
-
"kind": "method",
|
34216
|
-
"name": "addFilesToType",
|
34217
|
-
"privacy": "public",
|
34218
|
-
"static": true,
|
34219
|
-
"parameters": [
|
34220
|
-
{
|
34221
|
-
"name": "files",
|
34222
|
-
"type": {
|
34223
|
-
"text": "File[]"
|
34224
|
-
}
|
34225
|
-
},
|
34226
|
-
{
|
34227
|
-
"name": "fileAttachmentTypes",
|
34228
|
-
"type": {
|
34229
|
-
"text": "FileAttachmentsType[]"
|
34230
|
-
}
|
34231
|
-
}
|
34232
|
-
]
|
34233
|
-
},
|
34234
|
-
{
|
34235
|
-
"kind": "method",
|
34236
|
-
"name": "addFilesToAnyType",
|
34237
|
-
"parameters": [
|
34238
|
-
{
|
34239
|
-
"name": "files",
|
34240
|
-
"type": {
|
34241
|
-
"text": "File[]"
|
34242
|
-
}
|
34243
|
-
}
|
34244
|
-
]
|
34245
|
-
},
|
34246
|
-
{
|
34247
|
-
"kind": "method",
|
34248
|
-
"name": "removeAllFiles"
|
34249
|
-
},
|
34250
|
-
{
|
34251
|
-
"kind": "method",
|
34252
|
-
"name": "getNumberOfTypes"
|
34253
|
-
}
|
34254
|
-
]
|
34255
|
-
}
|
34256
|
-
],
|
34257
|
-
"exports": [
|
34258
|
-
{
|
34259
|
-
"kind": "js",
|
34260
|
-
"name": "FileAttachments",
|
34261
|
-
"declaration": {
|
34262
|
-
"name": "FileAttachments",
|
34263
|
-
"module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
|
34264
|
-
}
|
34265
|
-
}
|
34266
|
-
]
|
34267
|
-
},
|
34268
|
-
{
|
34269
|
-
"kind": "javascript-module",
|
34270
|
-
"path": "src/views/chat/input/fileAttachments/newFileName.ts",
|
34271
|
-
"declarations": [
|
34272
|
-
{
|
34273
|
-
"kind": "class",
|
34274
|
-
"description": "",
|
34275
|
-
"name": "NewFileName",
|
34276
|
-
"members": [
|
34277
|
-
{
|
34278
|
-
"kind": "method",
|
34279
|
-
"name": "getFileName",
|
34280
|
-
"privacy": "public",
|
34281
|
-
"static": true,
|
34282
|
-
"parameters": [
|
34283
|
-
{
|
34284
|
-
"name": "prefix",
|
34285
|
-
"type": {
|
34286
|
-
"text": "string"
|
34287
|
-
}
|
34288
|
-
},
|
34289
|
-
{
|
34290
|
-
"name": "extension",
|
34291
|
-
"type": {
|
34292
|
-
"text": "string"
|
34293
|
-
}
|
34294
|
-
}
|
34295
|
-
]
|
34296
|
-
}
|
34297
|
-
]
|
34298
|
-
}
|
34299
|
-
],
|
34300
|
-
"exports": [
|
34301
|
-
{
|
34302
|
-
"kind": "js",
|
34303
|
-
"name": "NewFileName",
|
34304
|
-
"declaration": {
|
34305
|
-
"name": "NewFileName",
|
34306
|
-
"module": "src/views/chat/input/fileAttachments/newFileName.ts"
|
34307
|
-
}
|
34308
|
-
}
|
34309
|
-
]
|
34310
|
-
},
|
34311
34174
|
{
|
34312
34175
|
"kind": "javascript-module",
|
34313
34176
|
"path": "src/views/chat/input/dropup/dropup.ts",
|
@@ -35068,6 +34931,180 @@
|
|
35068
34931
|
}
|
35069
34932
|
]
|
35070
34933
|
},
|
34934
|
+
{
|
34935
|
+
"kind": "javascript-module",
|
34936
|
+
"path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
|
34937
|
+
"declarations": [
|
34938
|
+
{
|
34939
|
+
"kind": "class",
|
34940
|
+
"description": "",
|
34941
|
+
"name": "FileAttachments",
|
34942
|
+
"members": [
|
34943
|
+
{
|
34944
|
+
"kind": "field",
|
34945
|
+
"name": "_fileAttachmentsTypes",
|
34946
|
+
"type": {
|
34947
|
+
"text": "FileAttachmentsType[]"
|
34948
|
+
},
|
34949
|
+
"privacy": "private",
|
34950
|
+
"readonly": true,
|
34951
|
+
"default": "[]"
|
34952
|
+
},
|
34953
|
+
{
|
34954
|
+
"kind": "field",
|
34955
|
+
"name": "elementRef",
|
34956
|
+
"type": {
|
34957
|
+
"text": "HTMLElement"
|
34958
|
+
},
|
34959
|
+
"readonly": true
|
34960
|
+
},
|
34961
|
+
{
|
34962
|
+
"kind": "method",
|
34963
|
+
"name": "addType",
|
34964
|
+
"parameters": [
|
34965
|
+
{
|
34966
|
+
"name": "deepChat",
|
34967
|
+
"type": {
|
34968
|
+
"text": "DeepChat"
|
34969
|
+
}
|
34970
|
+
},
|
34971
|
+
{
|
34972
|
+
"name": "files",
|
34973
|
+
"type": {
|
34974
|
+
"text": "FileAttachmentsT"
|
34975
|
+
}
|
34976
|
+
},
|
34977
|
+
{
|
34978
|
+
"name": "type",
|
34979
|
+
"type": {
|
34980
|
+
"text": "keyof ServiceFileTypes"
|
34981
|
+
}
|
34982
|
+
}
|
34983
|
+
]
|
34984
|
+
},
|
34985
|
+
{
|
34986
|
+
"kind": "method",
|
34987
|
+
"name": "createAttachmentContainer",
|
34988
|
+
"privacy": "private"
|
34989
|
+
},
|
34990
|
+
{
|
34991
|
+
"kind": "method",
|
34992
|
+
"name": "toggleContainerDisplay",
|
34993
|
+
"privacy": "private",
|
34994
|
+
"parameters": [
|
34995
|
+
{
|
34996
|
+
"name": "display",
|
34997
|
+
"type": {
|
34998
|
+
"text": "boolean"
|
34999
|
+
}
|
35000
|
+
}
|
35001
|
+
]
|
35002
|
+
},
|
35003
|
+
{
|
35004
|
+
"kind": "method",
|
35005
|
+
"name": "getAllFileData"
|
35006
|
+
},
|
35007
|
+
{
|
35008
|
+
"kind": "method",
|
35009
|
+
"name": "completePlaceholders"
|
35010
|
+
},
|
35011
|
+
{
|
35012
|
+
"kind": "method",
|
35013
|
+
"name": "addFilesToType",
|
35014
|
+
"privacy": "public",
|
35015
|
+
"static": true,
|
35016
|
+
"parameters": [
|
35017
|
+
{
|
35018
|
+
"name": "files",
|
35019
|
+
"type": {
|
35020
|
+
"text": "File[]"
|
35021
|
+
}
|
35022
|
+
},
|
35023
|
+
{
|
35024
|
+
"name": "fileAttachmentTypes",
|
35025
|
+
"type": {
|
35026
|
+
"text": "FileAttachmentsType[]"
|
35027
|
+
}
|
35028
|
+
}
|
35029
|
+
]
|
35030
|
+
},
|
35031
|
+
{
|
35032
|
+
"kind": "method",
|
35033
|
+
"name": "addFilesToAnyType",
|
35034
|
+
"parameters": [
|
35035
|
+
{
|
35036
|
+
"name": "files",
|
35037
|
+
"type": {
|
35038
|
+
"text": "File[]"
|
35039
|
+
}
|
35040
|
+
}
|
35041
|
+
]
|
35042
|
+
},
|
35043
|
+
{
|
35044
|
+
"kind": "method",
|
35045
|
+
"name": "removeAllFiles"
|
35046
|
+
},
|
35047
|
+
{
|
35048
|
+
"kind": "method",
|
35049
|
+
"name": "getNumberOfTypes"
|
35050
|
+
}
|
35051
|
+
]
|
35052
|
+
}
|
35053
|
+
],
|
35054
|
+
"exports": [
|
35055
|
+
{
|
35056
|
+
"kind": "js",
|
35057
|
+
"name": "FileAttachments",
|
35058
|
+
"declaration": {
|
35059
|
+
"name": "FileAttachments",
|
35060
|
+
"module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
|
35061
|
+
}
|
35062
|
+
}
|
35063
|
+
]
|
35064
|
+
},
|
35065
|
+
{
|
35066
|
+
"kind": "javascript-module",
|
35067
|
+
"path": "src/views/chat/input/fileAttachments/newFileName.ts",
|
35068
|
+
"declarations": [
|
35069
|
+
{
|
35070
|
+
"kind": "class",
|
35071
|
+
"description": "",
|
35072
|
+
"name": "NewFileName",
|
35073
|
+
"members": [
|
35074
|
+
{
|
35075
|
+
"kind": "method",
|
35076
|
+
"name": "getFileName",
|
35077
|
+
"privacy": "public",
|
35078
|
+
"static": true,
|
35079
|
+
"parameters": [
|
35080
|
+
{
|
35081
|
+
"name": "prefix",
|
35082
|
+
"type": {
|
35083
|
+
"text": "string"
|
35084
|
+
}
|
35085
|
+
},
|
35086
|
+
{
|
35087
|
+
"name": "extension",
|
35088
|
+
"type": {
|
35089
|
+
"text": "string"
|
35090
|
+
}
|
35091
|
+
}
|
35092
|
+
]
|
35093
|
+
}
|
35094
|
+
]
|
35095
|
+
}
|
35096
|
+
],
|
35097
|
+
"exports": [
|
35098
|
+
{
|
35099
|
+
"kind": "js",
|
35100
|
+
"name": "NewFileName",
|
35101
|
+
"declaration": {
|
35102
|
+
"name": "NewFileName",
|
35103
|
+
"module": "src/views/chat/input/fileAttachments/newFileName.ts"
|
35104
|
+
}
|
35105
|
+
}
|
35106
|
+
]
|
35107
|
+
},
|
35071
35108
|
{
|
35072
35109
|
"kind": "javascript-module",
|
35073
35110
|
"path": "src/views/chat/input/textInput/focusUtils.ts",
|
@@ -36173,80 +36210,6 @@
|
|
36173
36210
|
}
|
36174
36211
|
]
|
36175
36212
|
},
|
36176
|
-
{
|
36177
|
-
"kind": "javascript-module",
|
36178
|
-
"path": "src/views/chat/messages/textToSpeech/textToSpeech.ts",
|
36179
|
-
"declarations": [
|
36180
|
-
{
|
36181
|
-
"kind": "class",
|
36182
|
-
"description": "",
|
36183
|
-
"name": "TextToSpeech",
|
36184
|
-
"members": [
|
36185
|
-
{
|
36186
|
-
"kind": "field",
|
36187
|
-
"name": "LOAD_VOICES_MS",
|
36188
|
-
"type": {
|
36189
|
-
"text": "number"
|
36190
|
-
},
|
36191
|
-
"privacy": "private",
|
36192
|
-
"static": true,
|
36193
|
-
"readonly": true,
|
36194
|
-
"default": "200"
|
36195
|
-
},
|
36196
|
-
{
|
36197
|
-
"kind": "method",
|
36198
|
-
"name": "speak",
|
36199
|
-
"privacy": "public",
|
36200
|
-
"static": true,
|
36201
|
-
"parameters": [
|
36202
|
-
{
|
36203
|
-
"name": "text",
|
36204
|
-
"type": {
|
36205
|
-
"text": "string"
|
36206
|
-
}
|
36207
|
-
},
|
36208
|
-
{
|
36209
|
-
"name": "config",
|
36210
|
-
"type": {
|
36211
|
-
"text": "ProcessedTextToSpeechConfig"
|
36212
|
-
}
|
36213
|
-
}
|
36214
|
-
]
|
36215
|
-
},
|
36216
|
-
{
|
36217
|
-
"kind": "method",
|
36218
|
-
"name": "processConfig",
|
36219
|
-
"privacy": "public",
|
36220
|
-
"static": true,
|
36221
|
-
"parameters": [
|
36222
|
-
{
|
36223
|
-
"name": "config",
|
36224
|
-
"type": {
|
36225
|
-
"text": "boolean | TextToSpeechConfig"
|
36226
|
-
}
|
36227
|
-
},
|
36228
|
-
{
|
36229
|
-
"name": "set",
|
36230
|
-
"type": {
|
36231
|
-
"text": "(config: ProcessedTextToSpeechConfig) => void"
|
36232
|
-
}
|
36233
|
-
}
|
36234
|
-
]
|
36235
|
-
}
|
36236
|
-
]
|
36237
|
-
}
|
36238
|
-
],
|
36239
|
-
"exports": [
|
36240
|
-
{
|
36241
|
-
"kind": "js",
|
36242
|
-
"name": "TextToSpeech",
|
36243
|
-
"declaration": {
|
36244
|
-
"name": "TextToSpeech",
|
36245
|
-
"module": "src/views/chat/messages/textToSpeech/textToSpeech.ts"
|
36246
|
-
}
|
36247
|
-
}
|
36248
|
-
]
|
36249
|
-
},
|
36250
36213
|
{
|
36251
36214
|
"kind": "javascript-module",
|
36252
36215
|
"path": "src/views/chat/messages/stream/messageStream.ts",
|
@@ -36524,50 +36487,102 @@
|
|
36524
36487
|
},
|
36525
36488
|
{
|
36526
36489
|
"kind": "javascript-module",
|
36527
|
-
"path": "src/views/chat/
|
36490
|
+
"path": "src/views/chat/messages/textToSpeech/textToSpeech.ts",
|
36528
36491
|
"declarations": [
|
36529
36492
|
{
|
36530
36493
|
"kind": "class",
|
36531
36494
|
"description": "",
|
36532
|
-
"name": "
|
36495
|
+
"name": "TextToSpeech",
|
36533
36496
|
"members": [
|
36534
36497
|
{
|
36535
|
-
"kind": "
|
36536
|
-
"name": "
|
36498
|
+
"kind": "field",
|
36499
|
+
"name": "LOAD_VOICES_MS",
|
36500
|
+
"type": {
|
36501
|
+
"text": "number"
|
36502
|
+
},
|
36537
36503
|
"privacy": "private",
|
36504
|
+
"static": true,
|
36505
|
+
"readonly": true,
|
36506
|
+
"default": "200"
|
36507
|
+
},
|
36508
|
+
{
|
36509
|
+
"kind": "method",
|
36510
|
+
"name": "speak",
|
36511
|
+
"privacy": "public",
|
36512
|
+
"static": true,
|
36538
36513
|
"parameters": [
|
36539
36514
|
{
|
36540
|
-
"name": "
|
36541
|
-
"optional": true,
|
36515
|
+
"name": "text",
|
36542
36516
|
"type": {
|
36543
|
-
"text": "
|
36517
|
+
"text": "string"
|
36518
|
+
}
|
36519
|
+
},
|
36520
|
+
{
|
36521
|
+
"name": "config",
|
36522
|
+
"type": {
|
36523
|
+
"text": "ProcessedTextToSpeechConfig"
|
36544
36524
|
}
|
36545
36525
|
}
|
36546
36526
|
]
|
36547
36527
|
},
|
36548
36528
|
{
|
36549
36529
|
"kind": "method",
|
36550
|
-
"name": "
|
36551
|
-
"privacy": "
|
36530
|
+
"name": "processConfig",
|
36531
|
+
"privacy": "public",
|
36532
|
+
"static": true,
|
36552
36533
|
"parameters": [
|
36553
36534
|
{
|
36554
|
-
"name": "
|
36535
|
+
"name": "config",
|
36555
36536
|
"type": {
|
36556
|
-
"text": "
|
36537
|
+
"text": "boolean | TextToSpeechConfig"
|
36557
36538
|
}
|
36558
36539
|
},
|
36559
36540
|
{
|
36560
|
-
"name": "
|
36541
|
+
"name": "set",
|
36561
36542
|
"type": {
|
36562
|
-
"text": "
|
36543
|
+
"text": "(config: ProcessedTextToSpeechConfig) => void"
|
36563
36544
|
}
|
36564
|
-
}
|
36545
|
+
}
|
36546
|
+
]
|
36547
|
+
}
|
36548
|
+
]
|
36549
|
+
}
|
36550
|
+
],
|
36551
|
+
"exports": [
|
36552
|
+
{
|
36553
|
+
"kind": "js",
|
36554
|
+
"name": "TextToSpeech",
|
36555
|
+
"declaration": {
|
36556
|
+
"name": "TextToSpeech",
|
36557
|
+
"module": "src/views/chat/messages/textToSpeech/textToSpeech.ts"
|
36558
|
+
}
|
36559
|
+
}
|
36560
|
+
]
|
36561
|
+
},
|
36562
|
+
{
|
36563
|
+
"kind": "javascript-module",
|
36564
|
+
"path": "src/views/chat/input/buttons/camera/cameraButton.ts",
|
36565
|
+
"declarations": [
|
36566
|
+
{
|
36567
|
+
"kind": "class",
|
36568
|
+
"description": "",
|
36569
|
+
"name": "CameraButton",
|
36570
|
+
"members": [
|
36571
|
+
{
|
36572
|
+
"kind": "method",
|
36573
|
+
"name": "createInnerElements",
|
36574
|
+
"privacy": "private",
|
36575
|
+
"parameters": [
|
36565
36576
|
{
|
36566
36577
|
"name": "customStyles",
|
36567
36578
|
"optional": true,
|
36568
36579
|
"type": {
|
36569
36580
|
"text": "Styles"
|
36570
36581
|
}
|
36582
|
+
},
|
36583
|
+
{
|
36584
|
+
"name": "isDropup",
|
36585
|
+
"default": "false"
|
36571
36586
|
}
|
36572
36587
|
]
|
36573
36588
|
},
|
@@ -38699,6 +38714,10 @@
|
|
38699
38714
|
"type": {
|
38700
38715
|
"text": "Styles"
|
38701
38716
|
}
|
38717
|
+
},
|
38718
|
+
{
|
38719
|
+
"name": "isDropup",
|
38720
|
+
"default": "false"
|
38702
38721
|
}
|
38703
38722
|
]
|
38704
38723
|
},
|
@@ -38743,32 +38762,6 @@
|
|
38743
38762
|
}
|
38744
38763
|
]
|
38745
38764
|
},
|
38746
|
-
{
|
38747
|
-
"kind": "method",
|
38748
|
-
"name": "createInnerElement",
|
38749
|
-
"privacy": "private",
|
38750
|
-
"parameters": [
|
38751
|
-
{
|
38752
|
-
"name": "baseButton",
|
38753
|
-
"type": {
|
38754
|
-
"text": "SVGGraphicsElement"
|
38755
|
-
}
|
38756
|
-
},
|
38757
|
-
{
|
38758
|
-
"name": "state",
|
38759
|
-
"type": {
|
38760
|
-
"text": "'styles'"
|
38761
|
-
}
|
38762
|
-
},
|
38763
|
-
{
|
38764
|
-
"name": "customStyles",
|
38765
|
-
"optional": true,
|
38766
|
-
"type": {
|
38767
|
-
"text": "Styles"
|
38768
|
-
}
|
38769
|
-
}
|
38770
|
-
]
|
38771
|
-
},
|
38772
38765
|
{
|
38773
38766
|
"kind": "method",
|
38774
38767
|
"name": "createButtonElement",
|