deep-chat-dev 9.0.166 → 9.0.167
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 +803 -803
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.js +98 -94
- package/dist/services/openAI/utils/openAIAssistantUtils.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/camera/cameraButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/customButtonInnerElements.d.ts.map +1 -1
- package/package.json +1 -1
package/custom-elements.json
CHANGED
@@ -28521,6 +28521,103 @@
|
|
28521
28521
|
}
|
28522
28522
|
]
|
28523
28523
|
},
|
28524
|
+
{
|
28525
|
+
"kind": "javascript-module",
|
28526
|
+
"path": "src/utils/events/fireEvents.ts",
|
28527
|
+
"declarations": [
|
28528
|
+
{
|
28529
|
+
"kind": "class",
|
28530
|
+
"description": "",
|
28531
|
+
"name": "FireEvents",
|
28532
|
+
"members": [
|
28533
|
+
{
|
28534
|
+
"kind": "method",
|
28535
|
+
"name": "onMessage",
|
28536
|
+
"privacy": "public",
|
28537
|
+
"static": true,
|
28538
|
+
"parameters": [
|
28539
|
+
{
|
28540
|
+
"name": "deepChat",
|
28541
|
+
"type": {
|
28542
|
+
"text": "DeepChat"
|
28543
|
+
}
|
28544
|
+
},
|
28545
|
+
{
|
28546
|
+
"name": "message",
|
28547
|
+
"type": {
|
28548
|
+
"text": "MessageContentI"
|
28549
|
+
}
|
28550
|
+
},
|
28551
|
+
{
|
28552
|
+
"name": "isHistory",
|
28553
|
+
"type": {
|
28554
|
+
"text": "boolean"
|
28555
|
+
}
|
28556
|
+
}
|
28557
|
+
]
|
28558
|
+
},
|
28559
|
+
{
|
28560
|
+
"kind": "method",
|
28561
|
+
"name": "onClearMessages",
|
28562
|
+
"privacy": "public",
|
28563
|
+
"static": true,
|
28564
|
+
"parameters": [
|
28565
|
+
{
|
28566
|
+
"name": "deepChat",
|
28567
|
+
"type": {
|
28568
|
+
"text": "DeepChat"
|
28569
|
+
}
|
28570
|
+
}
|
28571
|
+
]
|
28572
|
+
},
|
28573
|
+
{
|
28574
|
+
"kind": "method",
|
28575
|
+
"name": "onRender",
|
28576
|
+
"privacy": "public",
|
28577
|
+
"static": true,
|
28578
|
+
"parameters": [
|
28579
|
+
{
|
28580
|
+
"name": "deepChat",
|
28581
|
+
"type": {
|
28582
|
+
"text": "DeepChat"
|
28583
|
+
}
|
28584
|
+
}
|
28585
|
+
]
|
28586
|
+
},
|
28587
|
+
{
|
28588
|
+
"kind": "method",
|
28589
|
+
"name": "onError",
|
28590
|
+
"privacy": "public",
|
28591
|
+
"static": true,
|
28592
|
+
"parameters": [
|
28593
|
+
{
|
28594
|
+
"name": "deepChat",
|
28595
|
+
"type": {
|
28596
|
+
"text": "DeepChat"
|
28597
|
+
}
|
28598
|
+
},
|
28599
|
+
{
|
28600
|
+
"name": "error",
|
28601
|
+
"type": {
|
28602
|
+
"text": "string"
|
28603
|
+
}
|
28604
|
+
}
|
28605
|
+
]
|
28606
|
+
}
|
28607
|
+
]
|
28608
|
+
}
|
28609
|
+
],
|
28610
|
+
"exports": [
|
28611
|
+
{
|
28612
|
+
"kind": "js",
|
28613
|
+
"name": "FireEvents",
|
28614
|
+
"declaration": {
|
28615
|
+
"name": "FireEvents",
|
28616
|
+
"module": "src/utils/events/fireEvents.ts"
|
28617
|
+
}
|
28618
|
+
}
|
28619
|
+
]
|
28620
|
+
},
|
28524
28621
|
{
|
28525
28622
|
"kind": "javascript-module",
|
28526
28623
|
"path": "src/utils/files/fileTypeButtonIcons.ts",
|
@@ -28720,103 +28817,6 @@
|
|
28720
28817
|
}
|
28721
28818
|
]
|
28722
28819
|
},
|
28723
|
-
{
|
28724
|
-
"kind": "javascript-module",
|
28725
|
-
"path": "src/utils/events/fireEvents.ts",
|
28726
|
-
"declarations": [
|
28727
|
-
{
|
28728
|
-
"kind": "class",
|
28729
|
-
"description": "",
|
28730
|
-
"name": "FireEvents",
|
28731
|
-
"members": [
|
28732
|
-
{
|
28733
|
-
"kind": "method",
|
28734
|
-
"name": "onMessage",
|
28735
|
-
"privacy": "public",
|
28736
|
-
"static": true,
|
28737
|
-
"parameters": [
|
28738
|
-
{
|
28739
|
-
"name": "deepChat",
|
28740
|
-
"type": {
|
28741
|
-
"text": "DeepChat"
|
28742
|
-
}
|
28743
|
-
},
|
28744
|
-
{
|
28745
|
-
"name": "message",
|
28746
|
-
"type": {
|
28747
|
-
"text": "MessageContentI"
|
28748
|
-
}
|
28749
|
-
},
|
28750
|
-
{
|
28751
|
-
"name": "isHistory",
|
28752
|
-
"type": {
|
28753
|
-
"text": "boolean"
|
28754
|
-
}
|
28755
|
-
}
|
28756
|
-
]
|
28757
|
-
},
|
28758
|
-
{
|
28759
|
-
"kind": "method",
|
28760
|
-
"name": "onClearMessages",
|
28761
|
-
"privacy": "public",
|
28762
|
-
"static": true,
|
28763
|
-
"parameters": [
|
28764
|
-
{
|
28765
|
-
"name": "deepChat",
|
28766
|
-
"type": {
|
28767
|
-
"text": "DeepChat"
|
28768
|
-
}
|
28769
|
-
}
|
28770
|
-
]
|
28771
|
-
},
|
28772
|
-
{
|
28773
|
-
"kind": "method",
|
28774
|
-
"name": "onRender",
|
28775
|
-
"privacy": "public",
|
28776
|
-
"static": true,
|
28777
|
-
"parameters": [
|
28778
|
-
{
|
28779
|
-
"name": "deepChat",
|
28780
|
-
"type": {
|
28781
|
-
"text": "DeepChat"
|
28782
|
-
}
|
28783
|
-
}
|
28784
|
-
]
|
28785
|
-
},
|
28786
|
-
{
|
28787
|
-
"kind": "method",
|
28788
|
-
"name": "onError",
|
28789
|
-
"privacy": "public",
|
28790
|
-
"static": true,
|
28791
|
-
"parameters": [
|
28792
|
-
{
|
28793
|
-
"name": "deepChat",
|
28794
|
-
"type": {
|
28795
|
-
"text": "DeepChat"
|
28796
|
-
}
|
28797
|
-
},
|
28798
|
-
{
|
28799
|
-
"name": "error",
|
28800
|
-
"type": {
|
28801
|
-
"text": "string"
|
28802
|
-
}
|
28803
|
-
}
|
28804
|
-
]
|
28805
|
-
}
|
28806
|
-
]
|
28807
|
-
}
|
28808
|
-
],
|
28809
|
-
"exports": [
|
28810
|
-
{
|
28811
|
-
"kind": "js",
|
28812
|
-
"name": "FireEvents",
|
28813
|
-
"declaration": {
|
28814
|
-
"name": "FireEvents",
|
28815
|
-
"module": "src/utils/events/fireEvents.ts"
|
28816
|
-
}
|
28817
|
-
}
|
28818
|
-
]
|
28819
|
-
},
|
28820
28820
|
{
|
28821
28821
|
"kind": "javascript-module",
|
28822
28822
|
"path": "src/utils/svg/svgIconUtils.ts",
|
@@ -29115,12 +29115,6 @@
|
|
29115
29115
|
}
|
29116
29116
|
]
|
29117
29117
|
},
|
29118
|
-
{
|
29119
|
-
"kind": "javascript-module",
|
29120
|
-
"path": "src/types/webModel/webModel.ts",
|
29121
|
-
"declarations": [],
|
29122
|
-
"exports": []
|
29123
|
-
},
|
29124
29118
|
{
|
29125
29119
|
"kind": "javascript-module",
|
29126
29120
|
"path": "src/services/assemblyAI/utils/assemblyAIUtils.ts",
|
@@ -29223,19 +29217,31 @@
|
|
29223
29217
|
},
|
29224
29218
|
{
|
29225
29219
|
"kind": "javascript-module",
|
29226
|
-
"path": "src/
|
29220
|
+
"path": "src/types/webModel/webModel.ts",
|
29221
|
+
"declarations": [],
|
29222
|
+
"exports": []
|
29223
|
+
},
|
29224
|
+
{
|
29225
|
+
"kind": "javascript-module",
|
29226
|
+
"path": "src/services/azure/utils/azureUtils.ts",
|
29227
29227
|
"declarations": [
|
29228
29228
|
{
|
29229
29229
|
"kind": "class",
|
29230
29230
|
"description": "",
|
29231
|
-
"name": "
|
29231
|
+
"name": "AzureUtils",
|
29232
29232
|
"members": [
|
29233
29233
|
{
|
29234
29234
|
"kind": "method",
|
29235
|
-
"name": "
|
29235
|
+
"name": "buildTextToSpeechHeaders",
|
29236
29236
|
"privacy": "public",
|
29237
29237
|
"static": true,
|
29238
29238
|
"parameters": [
|
29239
|
+
{
|
29240
|
+
"name": "outputFormat",
|
29241
|
+
"type": {
|
29242
|
+
"text": "string"
|
29243
|
+
}
|
29244
|
+
},
|
29239
29245
|
{
|
29240
29246
|
"name": "key",
|
29241
29247
|
"type": {
|
@@ -29246,7 +29252,21 @@
|
|
29246
29252
|
},
|
29247
29253
|
{
|
29248
29254
|
"kind": "method",
|
29249
|
-
"name": "
|
29255
|
+
"name": "buildSpeechToTextHeaders",
|
29256
|
+
"privacy": "public",
|
29257
|
+
"static": true,
|
29258
|
+
"parameters": [
|
29259
|
+
{
|
29260
|
+
"name": "key",
|
29261
|
+
"type": {
|
29262
|
+
"text": "string"
|
29263
|
+
}
|
29264
|
+
}
|
29265
|
+
]
|
29266
|
+
},
|
29267
|
+
{
|
29268
|
+
"kind": "method",
|
29269
|
+
"name": "handleSpeechVerificationResult",
|
29250
29270
|
"privacy": "private",
|
29251
29271
|
"static": true,
|
29252
29272
|
"parameters": [
|
@@ -29278,107 +29298,7 @@
|
|
29278
29298
|
},
|
29279
29299
|
{
|
29280
29300
|
"kind": "method",
|
29281
|
-
"name": "
|
29282
|
-
"privacy": "public",
|
29283
|
-
"static": true,
|
29284
|
-
"return": {
|
29285
|
-
"type": {
|
29286
|
-
"text": "KeyVerificationDetails"
|
29287
|
-
}
|
29288
|
-
}
|
29289
|
-
}
|
29290
|
-
]
|
29291
|
-
}
|
29292
|
-
],
|
29293
|
-
"exports": [
|
29294
|
-
{
|
29295
|
-
"kind": "js",
|
29296
|
-
"name": "CohereUtils",
|
29297
|
-
"declaration": {
|
29298
|
-
"name": "CohereUtils",
|
29299
|
-
"module": "src/services/cohere/utils/cohereUtils.ts"
|
29300
|
-
}
|
29301
|
-
}
|
29302
|
-
]
|
29303
|
-
},
|
29304
|
-
{
|
29305
|
-
"kind": "javascript-module",
|
29306
|
-
"path": "src/services/azure/utils/azureUtils.ts",
|
29307
|
-
"declarations": [
|
29308
|
-
{
|
29309
|
-
"kind": "class",
|
29310
|
-
"description": "",
|
29311
|
-
"name": "AzureUtils",
|
29312
|
-
"members": [
|
29313
|
-
{
|
29314
|
-
"kind": "method",
|
29315
|
-
"name": "buildTextToSpeechHeaders",
|
29316
|
-
"privacy": "public",
|
29317
|
-
"static": true,
|
29318
|
-
"parameters": [
|
29319
|
-
{
|
29320
|
-
"name": "outputFormat",
|
29321
|
-
"type": {
|
29322
|
-
"text": "string"
|
29323
|
-
}
|
29324
|
-
},
|
29325
|
-
{
|
29326
|
-
"name": "key",
|
29327
|
-
"type": {
|
29328
|
-
"text": "string"
|
29329
|
-
}
|
29330
|
-
}
|
29331
|
-
]
|
29332
|
-
},
|
29333
|
-
{
|
29334
|
-
"kind": "method",
|
29335
|
-
"name": "buildSpeechToTextHeaders",
|
29336
|
-
"privacy": "public",
|
29337
|
-
"static": true,
|
29338
|
-
"parameters": [
|
29339
|
-
{
|
29340
|
-
"name": "key",
|
29341
|
-
"type": {
|
29342
|
-
"text": "string"
|
29343
|
-
}
|
29344
|
-
}
|
29345
|
-
]
|
29346
|
-
},
|
29347
|
-
{
|
29348
|
-
"kind": "method",
|
29349
|
-
"name": "handleSpeechVerificationResult",
|
29350
|
-
"privacy": "private",
|
29351
|
-
"static": true,
|
29352
|
-
"parameters": [
|
29353
|
-
{
|
29354
|
-
"name": "result",
|
29355
|
-
"type": {
|
29356
|
-
"text": "object"
|
29357
|
-
}
|
29358
|
-
},
|
29359
|
-
{
|
29360
|
-
"name": "key",
|
29361
|
-
"type": {
|
29362
|
-
"text": "string"
|
29363
|
-
}
|
29364
|
-
},
|
29365
|
-
{
|
29366
|
-
"name": "onSuccess",
|
29367
|
-
"type": {
|
29368
|
-
"text": "(key: string) => void"
|
29369
|
-
}
|
29370
|
-
},
|
29371
|
-
{
|
29372
|
-
"name": "onFail",
|
29373
|
-
"type": {
|
29374
|
-
"text": "(message: string) => void"
|
29375
|
-
}
|
29376
|
-
}
|
29377
|
-
]
|
29378
|
-
},
|
29379
|
-
{
|
29380
|
-
"kind": "method",
|
29381
|
-
"name": "buildSpeechKeyVerificationDetails",
|
29301
|
+
"name": "buildSpeechKeyVerificationDetails",
|
29382
29302
|
"privacy": "public",
|
29383
29303
|
"static": true,
|
29384
29304
|
"return": {
|
@@ -29548,12 +29468,12 @@
|
|
29548
29468
|
},
|
29549
29469
|
{
|
29550
29470
|
"kind": "javascript-module",
|
29551
|
-
"path": "src/services/
|
29471
|
+
"path": "src/services/cohere/utils/cohereUtils.ts",
|
29552
29472
|
"declarations": [
|
29553
29473
|
{
|
29554
29474
|
"kind": "class",
|
29555
29475
|
"description": "",
|
29556
|
-
"name": "
|
29476
|
+
"name": "CohereUtils",
|
29557
29477
|
"members": [
|
29558
29478
|
{
|
29559
29479
|
"kind": "method",
|
@@ -29618,22 +29538,22 @@
|
|
29618
29538
|
"exports": [
|
29619
29539
|
{
|
29620
29540
|
"kind": "js",
|
29621
|
-
"name": "
|
29541
|
+
"name": "CohereUtils",
|
29622
29542
|
"declaration": {
|
29623
|
-
"name": "
|
29624
|
-
"module": "src/services/
|
29543
|
+
"name": "CohereUtils",
|
29544
|
+
"module": "src/services/cohere/utils/cohereUtils.ts"
|
29625
29545
|
}
|
29626
29546
|
}
|
29627
29547
|
]
|
29628
29548
|
},
|
29629
29549
|
{
|
29630
29550
|
"kind": "javascript-module",
|
29631
|
-
"path": "src/services/
|
29551
|
+
"path": "src/services/huggingFace/utils/huggingFaceUtils.ts",
|
29632
29552
|
"declarations": [
|
29633
29553
|
{
|
29634
29554
|
"kind": "class",
|
29635
29555
|
"description": "",
|
29636
|
-
"name": "
|
29556
|
+
"name": "HuggingFaceUtils",
|
29637
29557
|
"members": [
|
29638
29558
|
{
|
29639
29559
|
"kind": "method",
|
@@ -29698,10 +29618,10 @@
|
|
29698
29618
|
"exports": [
|
29699
29619
|
{
|
29700
29620
|
"kind": "js",
|
29701
|
-
"name": "
|
29621
|
+
"name": "HuggingFaceUtils",
|
29702
29622
|
"declaration": {
|
29703
|
-
"name": "
|
29704
|
-
"module": "src/services/
|
29623
|
+
"name": "HuggingFaceUtils",
|
29624
|
+
"module": "src/services/huggingFace/utils/huggingFaceUtils.ts"
|
29705
29625
|
}
|
29706
29626
|
}
|
29707
29627
|
]
|
@@ -30344,6 +30264,86 @@
|
|
30344
30264
|
}
|
30345
30265
|
]
|
30346
30266
|
},
|
30267
|
+
{
|
30268
|
+
"kind": "javascript-module",
|
30269
|
+
"path": "src/services/mistral/utils/mistralUtils.ts",
|
30270
|
+
"declarations": [
|
30271
|
+
{
|
30272
|
+
"kind": "class",
|
30273
|
+
"description": "",
|
30274
|
+
"name": "MistralUtils",
|
30275
|
+
"members": [
|
30276
|
+
{
|
30277
|
+
"kind": "method",
|
30278
|
+
"name": "buildHeaders",
|
30279
|
+
"privacy": "public",
|
30280
|
+
"static": true,
|
30281
|
+
"parameters": [
|
30282
|
+
{
|
30283
|
+
"name": "key",
|
30284
|
+
"type": {
|
30285
|
+
"text": "string"
|
30286
|
+
}
|
30287
|
+
}
|
30288
|
+
]
|
30289
|
+
},
|
30290
|
+
{
|
30291
|
+
"kind": "method",
|
30292
|
+
"name": "handleVerificationResult",
|
30293
|
+
"privacy": "private",
|
30294
|
+
"static": true,
|
30295
|
+
"parameters": [
|
30296
|
+
{
|
30297
|
+
"name": "result",
|
30298
|
+
"type": {
|
30299
|
+
"text": "object"
|
30300
|
+
}
|
30301
|
+
},
|
30302
|
+
{
|
30303
|
+
"name": "key",
|
30304
|
+
"type": {
|
30305
|
+
"text": "string"
|
30306
|
+
}
|
30307
|
+
},
|
30308
|
+
{
|
30309
|
+
"name": "onSuccess",
|
30310
|
+
"type": {
|
30311
|
+
"text": "(key: string) => void"
|
30312
|
+
}
|
30313
|
+
},
|
30314
|
+
{
|
30315
|
+
"name": "onFail",
|
30316
|
+
"type": {
|
30317
|
+
"text": "(message: string) => void"
|
30318
|
+
}
|
30319
|
+
}
|
30320
|
+
]
|
30321
|
+
},
|
30322
|
+
{
|
30323
|
+
"kind": "method",
|
30324
|
+
"name": "buildKeyVerificationDetails",
|
30325
|
+
"privacy": "public",
|
30326
|
+
"static": true,
|
30327
|
+
"return": {
|
30328
|
+
"type": {
|
30329
|
+
"text": "KeyVerificationDetails"
|
30330
|
+
}
|
30331
|
+
}
|
30332
|
+
}
|
30333
|
+
]
|
30334
|
+
}
|
30335
|
+
],
|
30336
|
+
"exports": [
|
30337
|
+
{
|
30338
|
+
"kind": "js",
|
30339
|
+
"name": "MistralUtils",
|
30340
|
+
"declaration": {
|
30341
|
+
"name": "MistralUtils",
|
30342
|
+
"module": "src/services/mistral/utils/mistralUtils.ts"
|
30343
|
+
}
|
30344
|
+
}
|
30345
|
+
]
|
30346
|
+
},
|
30347
30347
|
{
|
30348
30348
|
"kind": "javascript-module",
|
30349
30349
|
"path": "src/views/chat/introPanel/introPanel.ts",
|
@@ -30970,106 +30970,195 @@
|
|
30970
30970
|
},
|
30971
30971
|
{
|
30972
30972
|
"kind": "javascript-module",
|
30973
|
-
"path": "src/views/chat/
|
30973
|
+
"path": "src/views/chat/input/buttonContainers/buttonContainers.ts",
|
30974
30974
|
"declarations": [
|
30975
30975
|
{
|
30976
30976
|
"kind": "class",
|
30977
30977
|
"description": "",
|
30978
|
-
"name": "
|
30978
|
+
"name": "ButtonContainers",
|
30979
30979
|
"members": [
|
30980
30980
|
{
|
30981
|
-
"kind": "
|
30982
|
-
"name": "
|
30983
|
-
"
|
30984
|
-
|
30985
|
-
},
|
30986
|
-
"privacy": "private",
|
30987
|
-
"static": true,
|
30988
|
-
"readonly": true,
|
30989
|
-
"default": "'avatar-container'"
|
30981
|
+
"kind": "method",
|
30982
|
+
"name": "create",
|
30983
|
+
"privacy": "public",
|
30984
|
+
"static": true
|
30990
30985
|
},
|
30991
30986
|
{
|
30992
30987
|
"kind": "method",
|
30993
|
-
"name": "
|
30988
|
+
"name": "add",
|
30994
30989
|
"privacy": "public",
|
30995
30990
|
"static": true,
|
30996
30991
|
"parameters": [
|
30997
30992
|
{
|
30998
|
-
"name": "
|
30993
|
+
"name": "inputContainer",
|
30999
30994
|
"type": {
|
31000
30995
|
"text": "HTMLElement"
|
31001
30996
|
}
|
30997
|
+
},
|
30998
|
+
{
|
30999
|
+
"name": "buttonContainers",
|
31000
|
+
"type": {
|
31001
|
+
"text": "ButtonContainersT"
|
31002
|
+
}
|
31002
31003
|
}
|
31003
31004
|
]
|
31004
31005
|
},
|
31005
31006
|
{
|
31006
31007
|
"kind": "method",
|
31007
|
-
"name": "
|
31008
|
+
"name": "getContainerIndex",
|
31008
31009
|
"privacy": "private",
|
31009
31010
|
"static": true,
|
31010
31011
|
"parameters": [
|
31011
31012
|
{
|
31012
|
-
"name": "
|
31013
|
-
"type": {
|
31014
|
-
"text": "HTMLElement"
|
31015
|
-
}
|
31016
|
-
},
|
31017
|
-
{
|
31018
|
-
"name": "avatar",
|
31019
|
-
"type": {
|
31020
|
-
"text": "HTMLElement"
|
31021
|
-
}
|
31022
|
-
},
|
31023
|
-
{
|
31024
|
-
"name": "style",
|
31013
|
+
"name": "position",
|
31025
31014
|
"type": {
|
31026
|
-
"text": "
|
31015
|
+
"text": "ButtonPosition"
|
31027
31016
|
}
|
31028
31017
|
}
|
31029
31018
|
]
|
31030
31019
|
},
|
31031
31020
|
{
|
31032
31021
|
"kind": "method",
|
31033
|
-
"name": "
|
31034
|
-
"privacy": "
|
31022
|
+
"name": "addButton",
|
31023
|
+
"privacy": "public",
|
31035
31024
|
"static": true,
|
31036
31025
|
"parameters": [
|
31037
31026
|
{
|
31038
|
-
"name": "
|
31027
|
+
"name": "buttonContainers",
|
31039
31028
|
"type": {
|
31040
|
-
"text": "
|
31029
|
+
"text": "ButtonContainersT"
|
31041
31030
|
}
|
31042
31031
|
},
|
31043
31032
|
{
|
31044
|
-
"name": "
|
31033
|
+
"name": "elementRef",
|
31045
31034
|
"type": {
|
31046
31035
|
"text": "HTMLElement"
|
31047
31036
|
}
|
31048
31037
|
},
|
31049
31038
|
{
|
31050
|
-
"name": "
|
31051
|
-
"type": {
|
31052
|
-
"text": "CustomAvatars"
|
31053
|
-
}
|
31054
|
-
},
|
31055
|
-
{
|
31056
|
-
"name": "role",
|
31039
|
+
"name": "position",
|
31057
31040
|
"type": {
|
31058
|
-
"text": "
|
31041
|
+
"text": "ButtonPosition"
|
31059
31042
|
}
|
31060
31043
|
}
|
31061
31044
|
]
|
31062
|
-
}
|
31063
|
-
|
31064
|
-
|
31065
|
-
|
31066
|
-
|
31067
|
-
|
31068
|
-
|
31069
|
-
|
31070
|
-
|
31071
|
-
|
31072
|
-
|
31045
|
+
}
|
31046
|
+
]
|
31047
|
+
}
|
31048
|
+
],
|
31049
|
+
"exports": [
|
31050
|
+
{
|
31051
|
+
"kind": "js",
|
31052
|
+
"name": "ButtonContainers",
|
31053
|
+
"declaration": {
|
31054
|
+
"name": "ButtonContainers",
|
31055
|
+
"module": "src/views/chat/input/buttonContainers/buttonContainers.ts"
|
31056
|
+
}
|
31057
|
+
}
|
31058
|
+
]
|
31059
|
+
},
|
31060
|
+
{
|
31061
|
+
"kind": "javascript-module",
|
31062
|
+
"path": "src/views/chat/messages/avatar.ts",
|
31063
|
+
"declarations": [
|
31064
|
+
{
|
31065
|
+
"kind": "class",
|
31066
|
+
"description": "",
|
31067
|
+
"name": "Avatar",
|
31068
|
+
"members": [
|
31069
|
+
{
|
31070
|
+
"kind": "field",
|
31071
|
+
"name": "CONTAINER_CLASS",
|
31072
|
+
"type": {
|
31073
|
+
"text": "string"
|
31074
|
+
},
|
31075
|
+
"privacy": "private",
|
31076
|
+
"static": true,
|
31077
|
+
"readonly": true,
|
31078
|
+
"default": "'avatar-container'"
|
31079
|
+
},
|
31080
|
+
{
|
31081
|
+
"kind": "method",
|
31082
|
+
"name": "hide",
|
31083
|
+
"privacy": "public",
|
31084
|
+
"static": true,
|
31085
|
+
"parameters": [
|
31086
|
+
{
|
31087
|
+
"name": "innerContainer",
|
31088
|
+
"type": {
|
31089
|
+
"text": "HTMLElement"
|
31090
|
+
}
|
31091
|
+
}
|
31092
|
+
]
|
31093
|
+
},
|
31094
|
+
{
|
31095
|
+
"kind": "method",
|
31096
|
+
"name": "applyCustomStylesToElements",
|
31097
|
+
"privacy": "private",
|
31098
|
+
"static": true,
|
31099
|
+
"parameters": [
|
31100
|
+
{
|
31101
|
+
"name": "container",
|
31102
|
+
"type": {
|
31103
|
+
"text": "HTMLElement"
|
31104
|
+
}
|
31105
|
+
},
|
31106
|
+
{
|
31107
|
+
"name": "avatar",
|
31108
|
+
"type": {
|
31109
|
+
"text": "HTMLElement"
|
31110
|
+
}
|
31111
|
+
},
|
31112
|
+
{
|
31113
|
+
"name": "style",
|
31114
|
+
"type": {
|
31115
|
+
"text": "AvatarStyles"
|
31116
|
+
}
|
31117
|
+
}
|
31118
|
+
]
|
31119
|
+
},
|
31120
|
+
{
|
31121
|
+
"kind": "method",
|
31122
|
+
"name": "applyCustomStyles",
|
31123
|
+
"privacy": "private",
|
31124
|
+
"static": true,
|
31125
|
+
"parameters": [
|
31126
|
+
{
|
31127
|
+
"name": "container",
|
31128
|
+
"type": {
|
31129
|
+
"text": "HTMLElement"
|
31130
|
+
}
|
31131
|
+
},
|
31132
|
+
{
|
31133
|
+
"name": "avatar",
|
31134
|
+
"type": {
|
31135
|
+
"text": "HTMLElement"
|
31136
|
+
}
|
31137
|
+
},
|
31138
|
+
{
|
31139
|
+
"name": "avatars",
|
31140
|
+
"type": {
|
31141
|
+
"text": "CustomAvatars"
|
31142
|
+
}
|
31143
|
+
},
|
31144
|
+
{
|
31145
|
+
"name": "role",
|
31146
|
+
"type": {
|
31147
|
+
"text": "string"
|
31148
|
+
}
|
31149
|
+
}
|
31150
|
+
]
|
31151
|
+
},
|
31152
|
+
{
|
31153
|
+
"kind": "method",
|
31154
|
+
"name": "createAvatar",
|
31155
|
+
"privacy": "private",
|
31156
|
+
"static": true,
|
31157
|
+
"parameters": [
|
31158
|
+
{
|
31159
|
+
"name": "role",
|
31160
|
+
"type": {
|
31161
|
+
"text": "string"
|
31073
31162
|
}
|
31074
31163
|
},
|
31075
31164
|
{
|
@@ -34039,95 +34128,6 @@
|
|
34039
34128
|
}
|
34040
34129
|
]
|
34041
34130
|
},
|
34042
|
-
{
|
34043
|
-
"kind": "javascript-module",
|
34044
|
-
"path": "src/views/chat/input/buttonContainers/buttonContainers.ts",
|
34045
|
-
"declarations": [
|
34046
|
-
{
|
34047
|
-
"kind": "class",
|
34048
|
-
"description": "",
|
34049
|
-
"name": "ButtonContainers",
|
34050
|
-
"members": [
|
34051
|
-
{
|
34052
|
-
"kind": "method",
|
34053
|
-
"name": "create",
|
34054
|
-
"privacy": "public",
|
34055
|
-
"static": true
|
34056
|
-
},
|
34057
|
-
{
|
34058
|
-
"kind": "method",
|
34059
|
-
"name": "add",
|
34060
|
-
"privacy": "public",
|
34061
|
-
"static": true,
|
34062
|
-
"parameters": [
|
34063
|
-
{
|
34064
|
-
"name": "inputContainer",
|
34065
|
-
"type": {
|
34066
|
-
"text": "HTMLElement"
|
34067
|
-
}
|
34068
|
-
},
|
34069
|
-
{
|
34070
|
-
"name": "buttonContainers",
|
34071
|
-
"type": {
|
34072
|
-
"text": "ButtonContainersT"
|
34073
|
-
}
|
34074
|
-
}
|
34075
|
-
]
|
34076
|
-
},
|
34077
|
-
{
|
34078
|
-
"kind": "method",
|
34079
|
-
"name": "getContainerIndex",
|
34080
|
-
"privacy": "private",
|
34081
|
-
"static": true,
|
34082
|
-
"parameters": [
|
34083
|
-
{
|
34084
|
-
"name": "position",
|
34085
|
-
"type": {
|
34086
|
-
"text": "ButtonPosition"
|
34087
|
-
}
|
34088
|
-
}
|
34089
|
-
]
|
34090
|
-
},
|
34091
|
-
{
|
34092
|
-
"kind": "method",
|
34093
|
-
"name": "addButton",
|
34094
|
-
"privacy": "public",
|
34095
|
-
"static": true,
|
34096
|
-
"parameters": [
|
34097
|
-
{
|
34098
|
-
"name": "buttonContainers",
|
34099
|
-
"type": {
|
34100
|
-
"text": "ButtonContainersT"
|
34101
|
-
}
|
34102
|
-
},
|
34103
|
-
{
|
34104
|
-
"name": "elementRef",
|
34105
|
-
"type": {
|
34106
|
-
"text": "HTMLElement"
|
34107
|
-
}
|
34108
|
-
},
|
34109
|
-
{
|
34110
|
-
"name": "position",
|
34111
|
-
"type": {
|
34112
|
-
"text": "ButtonPosition"
|
34113
|
-
}
|
34114
|
-
}
|
34115
|
-
]
|
34116
|
-
}
|
34117
|
-
]
|
34118
|
-
}
|
34119
|
-
],
|
34120
|
-
"exports": [
|
34121
|
-
{
|
34122
|
-
"kind": "js",
|
34123
|
-
"name": "ButtonContainers",
|
34124
|
-
"declaration": {
|
34125
|
-
"name": "ButtonContainers",
|
34126
|
-
"module": "src/views/chat/input/buttonContainers/buttonContainers.ts"
|
34127
|
-
}
|
34128
|
-
}
|
34129
|
-
]
|
34130
|
-
},
|
34131
34131
|
{
|
34132
34132
|
"kind": "javascript-module",
|
34133
34133
|
"path": "src/views/chat/input/dropup/dropup.ts",
|
@@ -34890,37 +34890,211 @@
|
|
34890
34890
|
},
|
34891
34891
|
{
|
34892
34892
|
"kind": "javascript-module",
|
34893
|
-
"path": "src/views/chat/input/
|
34893
|
+
"path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
|
34894
34894
|
"declarations": [
|
34895
34895
|
{
|
34896
34896
|
"kind": "class",
|
34897
34897
|
"description": "",
|
34898
|
-
"name": "
|
34898
|
+
"name": "FileAttachments",
|
34899
34899
|
"members": [
|
34900
|
+
{
|
34901
|
+
"kind": "field",
|
34902
|
+
"name": "_fileAttachmentsTypes",
|
34903
|
+
"type": {
|
34904
|
+
"text": "FileAttachmentsType[]"
|
34905
|
+
},
|
34906
|
+
"privacy": "private",
|
34907
|
+
"readonly": true,
|
34908
|
+
"default": "[]"
|
34909
|
+
},
|
34910
|
+
{
|
34911
|
+
"kind": "field",
|
34912
|
+
"name": "elementRef",
|
34913
|
+
"type": {
|
34914
|
+
"text": "HTMLElement"
|
34915
|
+
},
|
34916
|
+
"readonly": true
|
34917
|
+
},
|
34900
34918
|
{
|
34901
34919
|
"kind": "method",
|
34902
|
-
"name": "
|
34903
|
-
"privacy": "public",
|
34904
|
-
"static": true,
|
34920
|
+
"name": "addType",
|
34905
34921
|
"parameters": [
|
34906
34922
|
{
|
34907
|
-
"name": "
|
34923
|
+
"name": "deepChat",
|
34908
34924
|
"type": {
|
34909
|
-
"text": "
|
34925
|
+
"text": "DeepChat"
|
34910
34926
|
}
|
34911
|
-
}
|
34912
|
-
]
|
34913
|
-
},
|
34914
|
-
{
|
34915
|
-
"kind": "method",
|
34916
|
-
"name": "focusFromParentElement",
|
34917
|
-
"privacy": "public",
|
34918
|
-
"static": true,
|
34919
|
-
"parameters": [
|
34927
|
+
},
|
34920
34928
|
{
|
34921
|
-
"name": "
|
34929
|
+
"name": "files",
|
34922
34930
|
"type": {
|
34923
|
-
"text": "
|
34931
|
+
"text": "FileAttachmentsT"
|
34932
|
+
}
|
34933
|
+
},
|
34934
|
+
{
|
34935
|
+
"name": "type",
|
34936
|
+
"type": {
|
34937
|
+
"text": "keyof ServiceFileTypes"
|
34938
|
+
}
|
34939
|
+
}
|
34940
|
+
]
|
34941
|
+
},
|
34942
|
+
{
|
34943
|
+
"kind": "method",
|
34944
|
+
"name": "createAttachmentContainer",
|
34945
|
+
"privacy": "private"
|
34946
|
+
},
|
34947
|
+
{
|
34948
|
+
"kind": "method",
|
34949
|
+
"name": "toggleContainerDisplay",
|
34950
|
+
"privacy": "private",
|
34951
|
+
"parameters": [
|
34952
|
+
{
|
34953
|
+
"name": "display",
|
34954
|
+
"type": {
|
34955
|
+
"text": "boolean"
|
34956
|
+
}
|
34957
|
+
}
|
34958
|
+
]
|
34959
|
+
},
|
34960
|
+
{
|
34961
|
+
"kind": "method",
|
34962
|
+
"name": "getAllFileData"
|
34963
|
+
},
|
34964
|
+
{
|
34965
|
+
"kind": "method",
|
34966
|
+
"name": "completePlaceholders"
|
34967
|
+
},
|
34968
|
+
{
|
34969
|
+
"kind": "method",
|
34970
|
+
"name": "addFilesToType",
|
34971
|
+
"privacy": "public",
|
34972
|
+
"static": true,
|
34973
|
+
"parameters": [
|
34974
|
+
{
|
34975
|
+
"name": "files",
|
34976
|
+
"type": {
|
34977
|
+
"text": "File[]"
|
34978
|
+
}
|
34979
|
+
},
|
34980
|
+
{
|
34981
|
+
"name": "fileAttachmentTypes",
|
34982
|
+
"type": {
|
34983
|
+
"text": "FileAttachmentsType[]"
|
34984
|
+
}
|
34985
|
+
}
|
34986
|
+
]
|
34987
|
+
},
|
34988
|
+
{
|
34989
|
+
"kind": "method",
|
34990
|
+
"name": "addFilesToAnyType",
|
34991
|
+
"parameters": [
|
34992
|
+
{
|
34993
|
+
"name": "files",
|
34994
|
+
"type": {
|
34995
|
+
"text": "File[]"
|
34996
|
+
}
|
34997
|
+
}
|
34998
|
+
]
|
34999
|
+
},
|
35000
|
+
{
|
35001
|
+
"kind": "method",
|
35002
|
+
"name": "removeAllFiles"
|
35003
|
+
},
|
35004
|
+
{
|
35005
|
+
"kind": "method",
|
35006
|
+
"name": "getNumberOfTypes"
|
35007
|
+
}
|
35008
|
+
]
|
35009
|
+
}
|
35010
|
+
],
|
35011
|
+
"exports": [
|
35012
|
+
{
|
35013
|
+
"kind": "js",
|
35014
|
+
"name": "FileAttachments",
|
35015
|
+
"declaration": {
|
35016
|
+
"name": "FileAttachments",
|
35017
|
+
"module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
|
35018
|
+
}
|
35019
|
+
}
|
35020
|
+
]
|
35021
|
+
},
|
35022
|
+
{
|
35023
|
+
"kind": "javascript-module",
|
35024
|
+
"path": "src/views/chat/input/fileAttachments/newFileName.ts",
|
35025
|
+
"declarations": [
|
35026
|
+
{
|
35027
|
+
"kind": "class",
|
35028
|
+
"description": "",
|
35029
|
+
"name": "NewFileName",
|
35030
|
+
"members": [
|
35031
|
+
{
|
35032
|
+
"kind": "method",
|
35033
|
+
"name": "getFileName",
|
35034
|
+
"privacy": "public",
|
35035
|
+
"static": true,
|
35036
|
+
"parameters": [
|
35037
|
+
{
|
35038
|
+
"name": "prefix",
|
35039
|
+
"type": {
|
35040
|
+
"text": "string"
|
35041
|
+
}
|
35042
|
+
},
|
35043
|
+
{
|
35044
|
+
"name": "extension",
|
35045
|
+
"type": {
|
35046
|
+
"text": "string"
|
35047
|
+
}
|
35048
|
+
}
|
35049
|
+
]
|
35050
|
+
}
|
35051
|
+
]
|
35052
|
+
}
|
35053
|
+
],
|
35054
|
+
"exports": [
|
35055
|
+
{
|
35056
|
+
"kind": "js",
|
35057
|
+
"name": "NewFileName",
|
35058
|
+
"declaration": {
|
35059
|
+
"name": "NewFileName",
|
35060
|
+
"module": "src/views/chat/input/fileAttachments/newFileName.ts"
|
35061
|
+
}
|
35062
|
+
}
|
35063
|
+
]
|
35064
|
+
},
|
35065
|
+
{
|
35066
|
+
"kind": "javascript-module",
|
35067
|
+
"path": "src/views/chat/input/textInput/focusUtils.ts",
|
35068
|
+
"declarations": [
|
35069
|
+
{
|
35070
|
+
"kind": "class",
|
35071
|
+
"description": "",
|
35072
|
+
"name": "FocusUtils",
|
35073
|
+
"members": [
|
35074
|
+
{
|
35075
|
+
"kind": "method",
|
35076
|
+
"name": "focusEndOfInput",
|
35077
|
+
"privacy": "public",
|
35078
|
+
"static": true,
|
35079
|
+
"parameters": [
|
35080
|
+
{
|
35081
|
+
"name": "inputElement",
|
35082
|
+
"type": {
|
35083
|
+
"text": "HTMLElement"
|
35084
|
+
}
|
35085
|
+
}
|
35086
|
+
]
|
35087
|
+
},
|
35088
|
+
{
|
35089
|
+
"kind": "method",
|
35090
|
+
"name": "focusFromParentElement",
|
35091
|
+
"privacy": "public",
|
35092
|
+
"static": true,
|
35093
|
+
"parameters": [
|
35094
|
+
{
|
35095
|
+
"name": "parentElement",
|
35096
|
+
"type": {
|
35097
|
+
"text": "HTMLElement"
|
34924
35098
|
}
|
34925
35099
|
}
|
34926
35100
|
]
|
@@ -35463,216 +35637,42 @@
|
|
35463
35637
|
"text": "SubmitButton"
|
35464
35638
|
}
|
35465
35639
|
}
|
35466
|
-
]
|
35467
|
-
},
|
35468
|
-
{
|
35469
|
-
"kind": "method",
|
35470
|
-
"name": "attach",
|
35471
|
-
"privacy": "public",
|
35472
|
-
"static": true,
|
35473
|
-
"parameters": [
|
35474
|
-
{
|
35475
|
-
"name": "deepChat",
|
35476
|
-
"type": {
|
35477
|
-
"text": "DeepChat"
|
35478
|
-
}
|
35479
|
-
},
|
35480
|
-
{
|
35481
|
-
"name": "serviceIO",
|
35482
|
-
"type": {
|
35483
|
-
"text": "ServiceIO"
|
35484
|
-
}
|
35485
|
-
},
|
35486
|
-
{
|
35487
|
-
"name": "textInput",
|
35488
|
-
"type": {
|
35489
|
-
"text": "TextInputEl"
|
35490
|
-
}
|
35491
|
-
},
|
35492
|
-
{
|
35493
|
-
"name": "fileAttachments",
|
35494
|
-
"type": {
|
35495
|
-
"text": "FileAttachments"
|
35496
|
-
}
|
35497
|
-
},
|
35498
|
-
{
|
35499
|
-
"name": "submitButton",
|
35500
|
-
"type": {
|
35501
|
-
"text": "SubmitButton"
|
35502
|
-
}
|
35503
|
-
}
|
35504
|
-
]
|
35505
|
-
}
|
35506
|
-
]
|
35507
|
-
}
|
35508
|
-
],
|
35509
|
-
"exports": [
|
35510
|
-
{
|
35511
|
-
"kind": "js",
|
35512
|
-
"name": "ValidationHandler",
|
35513
|
-
"declaration": {
|
35514
|
-
"name": "ValidationHandler",
|
35515
|
-
"module": "src/views/chat/input/validation/validationHandler.ts"
|
35516
|
-
}
|
35517
|
-
}
|
35518
|
-
]
|
35519
|
-
},
|
35520
|
-
{
|
35521
|
-
"kind": "javascript-module",
|
35522
|
-
"path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
|
35523
|
-
"declarations": [
|
35524
|
-
{
|
35525
|
-
"kind": "class",
|
35526
|
-
"description": "",
|
35527
|
-
"name": "FileAttachments",
|
35528
|
-
"members": [
|
35529
|
-
{
|
35530
|
-
"kind": "field",
|
35531
|
-
"name": "_fileAttachmentsTypes",
|
35532
|
-
"type": {
|
35533
|
-
"text": "FileAttachmentsType[]"
|
35534
|
-
},
|
35535
|
-
"privacy": "private",
|
35536
|
-
"readonly": true,
|
35537
|
-
"default": "[]"
|
35538
|
-
},
|
35539
|
-
{
|
35540
|
-
"kind": "field",
|
35541
|
-
"name": "elementRef",
|
35542
|
-
"type": {
|
35543
|
-
"text": "HTMLElement"
|
35544
|
-
},
|
35545
|
-
"readonly": true
|
35546
|
-
},
|
35547
|
-
{
|
35548
|
-
"kind": "method",
|
35549
|
-
"name": "addType",
|
35550
|
-
"parameters": [
|
35551
|
-
{
|
35552
|
-
"name": "deepChat",
|
35553
|
-
"type": {
|
35554
|
-
"text": "DeepChat"
|
35555
|
-
}
|
35556
|
-
},
|
35557
|
-
{
|
35558
|
-
"name": "files",
|
35559
|
-
"type": {
|
35560
|
-
"text": "FileAttachmentsT"
|
35561
|
-
}
|
35562
|
-
},
|
35563
|
-
{
|
35564
|
-
"name": "type",
|
35565
|
-
"type": {
|
35566
|
-
"text": "keyof ServiceFileTypes"
|
35567
|
-
}
|
35568
|
-
}
|
35569
|
-
]
|
35570
|
-
},
|
35571
|
-
{
|
35572
|
-
"kind": "method",
|
35573
|
-
"name": "createAttachmentContainer",
|
35574
|
-
"privacy": "private"
|
35575
|
-
},
|
35576
|
-
{
|
35577
|
-
"kind": "method",
|
35578
|
-
"name": "toggleContainerDisplay",
|
35579
|
-
"privacy": "private",
|
35580
|
-
"parameters": [
|
35581
|
-
{
|
35582
|
-
"name": "display",
|
35583
|
-
"type": {
|
35584
|
-
"text": "boolean"
|
35585
|
-
}
|
35586
|
-
}
|
35587
|
-
]
|
35588
|
-
},
|
35589
|
-
{
|
35590
|
-
"kind": "method",
|
35591
|
-
"name": "getAllFileData"
|
35592
|
-
},
|
35593
|
-
{
|
35594
|
-
"kind": "method",
|
35595
|
-
"name": "completePlaceholders"
|
35596
|
-
},
|
35597
|
-
{
|
35598
|
-
"kind": "method",
|
35599
|
-
"name": "addFilesToType",
|
35600
|
-
"privacy": "public",
|
35601
|
-
"static": true,
|
35602
|
-
"parameters": [
|
35603
|
-
{
|
35604
|
-
"name": "files",
|
35605
|
-
"type": {
|
35606
|
-
"text": "File[]"
|
35607
|
-
}
|
35608
|
-
},
|
35609
|
-
{
|
35610
|
-
"name": "fileAttachmentTypes",
|
35611
|
-
"type": {
|
35612
|
-
"text": "FileAttachmentsType[]"
|
35613
|
-
}
|
35614
|
-
}
|
35615
|
-
]
|
35616
|
-
},
|
35617
|
-
{
|
35618
|
-
"kind": "method",
|
35619
|
-
"name": "addFilesToAnyType",
|
35620
|
-
"parameters": [
|
35621
|
-
{
|
35622
|
-
"name": "files",
|
35623
|
-
"type": {
|
35624
|
-
"text": "File[]"
|
35625
|
-
}
|
35626
|
-
}
|
35627
|
-
]
|
35628
|
-
},
|
35629
|
-
{
|
35630
|
-
"kind": "method",
|
35631
|
-
"name": "removeAllFiles"
|
35640
|
+
]
|
35632
35641
|
},
|
35633
35642
|
{
|
35634
35643
|
"kind": "method",
|
35635
|
-
"name": "
|
35636
|
-
}
|
35637
|
-
]
|
35638
|
-
}
|
35639
|
-
],
|
35640
|
-
"exports": [
|
35641
|
-
{
|
35642
|
-
"kind": "js",
|
35643
|
-
"name": "FileAttachments",
|
35644
|
-
"declaration": {
|
35645
|
-
"name": "FileAttachments",
|
35646
|
-
"module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
|
35647
|
-
}
|
35648
|
-
}
|
35649
|
-
]
|
35650
|
-
},
|
35651
|
-
{
|
35652
|
-
"kind": "javascript-module",
|
35653
|
-
"path": "src/views/chat/input/fileAttachments/newFileName.ts",
|
35654
|
-
"declarations": [
|
35655
|
-
{
|
35656
|
-
"kind": "class",
|
35657
|
-
"description": "",
|
35658
|
-
"name": "NewFileName",
|
35659
|
-
"members": [
|
35660
|
-
{
|
35661
|
-
"kind": "method",
|
35662
|
-
"name": "getFileName",
|
35644
|
+
"name": "attach",
|
35663
35645
|
"privacy": "public",
|
35664
35646
|
"static": true,
|
35665
35647
|
"parameters": [
|
35666
35648
|
{
|
35667
|
-
"name": "
|
35649
|
+
"name": "deepChat",
|
35668
35650
|
"type": {
|
35669
|
-
"text": "
|
35651
|
+
"text": "DeepChat"
|
35670
35652
|
}
|
35671
35653
|
},
|
35672
35654
|
{
|
35673
|
-
"name": "
|
35655
|
+
"name": "serviceIO",
|
35674
35656
|
"type": {
|
35675
|
-
"text": "
|
35657
|
+
"text": "ServiceIO"
|
35658
|
+
}
|
35659
|
+
},
|
35660
|
+
{
|
35661
|
+
"name": "textInput",
|
35662
|
+
"type": {
|
35663
|
+
"text": "TextInputEl"
|
35664
|
+
}
|
35665
|
+
},
|
35666
|
+
{
|
35667
|
+
"name": "fileAttachments",
|
35668
|
+
"type": {
|
35669
|
+
"text": "FileAttachments"
|
35670
|
+
}
|
35671
|
+
},
|
35672
|
+
{
|
35673
|
+
"name": "submitButton",
|
35674
|
+
"type": {
|
35675
|
+
"text": "SubmitButton"
|
35676
35676
|
}
|
35677
35677
|
}
|
35678
35678
|
]
|
@@ -35683,10 +35683,10 @@
|
|
35683
35683
|
"exports": [
|
35684
35684
|
{
|
35685
35685
|
"kind": "js",
|
35686
|
-
"name": "
|
35686
|
+
"name": "ValidationHandler",
|
35687
35687
|
"declaration": {
|
35688
|
-
"name": "
|
35689
|
-
"module": "src/views/chat/input/
|
35688
|
+
"name": "ValidationHandler",
|
35689
|
+
"module": "src/views/chat/input/validation/validationHandler.ts"
|
35690
35690
|
}
|
35691
35691
|
}
|
35692
35692
|
]
|
@@ -38885,121 +38885,281 @@
|
|
38885
38885
|
"text": "ButtonStyles"
|
38886
38886
|
}
|
38887
38887
|
}
|
38888
|
-
],
|
38889
|
-
"inheritedFrom": {
|
38890
|
-
"name": "InputButton",
|
38891
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
38892
|
-
}
|
38888
|
+
],
|
38889
|
+
"inheritedFrom": {
|
38890
|
+
"name": "InputButton",
|
38891
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
38892
|
+
}
|
38893
|
+
},
|
38894
|
+
{
|
38895
|
+
"kind": "method",
|
38896
|
+
"name": "buttonMouseUp",
|
38897
|
+
"privacy": "private",
|
38898
|
+
"parameters": [
|
38899
|
+
{
|
38900
|
+
"name": "customStyles",
|
38901
|
+
"optional": true,
|
38902
|
+
"type": {
|
38903
|
+
"text": "ButtonStyles"
|
38904
|
+
}
|
38905
|
+
}
|
38906
|
+
],
|
38907
|
+
"inheritedFrom": {
|
38908
|
+
"name": "InputButton",
|
38909
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
38910
|
+
}
|
38911
|
+
},
|
38912
|
+
{
|
38913
|
+
"kind": "method",
|
38914
|
+
"name": "buttonMouseDown",
|
38915
|
+
"privacy": "private",
|
38916
|
+
"parameters": [
|
38917
|
+
{
|
38918
|
+
"name": "customStyles",
|
38919
|
+
"optional": true,
|
38920
|
+
"type": {
|
38921
|
+
"text": "ButtonStyles"
|
38922
|
+
}
|
38923
|
+
}
|
38924
|
+
],
|
38925
|
+
"inheritedFrom": {
|
38926
|
+
"name": "InputButton",
|
38927
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
38928
|
+
}
|
38929
|
+
},
|
38930
|
+
{
|
38931
|
+
"kind": "method",
|
38932
|
+
"name": "setEvents",
|
38933
|
+
"privacy": "private",
|
38934
|
+
"parameters": [
|
38935
|
+
{
|
38936
|
+
"name": "customStyles",
|
38937
|
+
"optional": true,
|
38938
|
+
"type": {
|
38939
|
+
"text": "ButtonStyles"
|
38940
|
+
}
|
38941
|
+
}
|
38942
|
+
],
|
38943
|
+
"inheritedFrom": {
|
38944
|
+
"name": "InputButton",
|
38945
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
38946
|
+
}
|
38947
|
+
},
|
38948
|
+
{
|
38949
|
+
"kind": "method",
|
38950
|
+
"name": "unsetCustomStateStyles",
|
38951
|
+
"privacy": "public",
|
38952
|
+
"parameters": [
|
38953
|
+
{
|
38954
|
+
"name": "unsetTypes",
|
38955
|
+
"type": {
|
38956
|
+
"text": "(keyof T)[]"
|
38957
|
+
}
|
38958
|
+
}
|
38959
|
+
],
|
38960
|
+
"inheritedFrom": {
|
38961
|
+
"name": "InputButton",
|
38962
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
38963
|
+
}
|
38964
|
+
},
|
38965
|
+
{
|
38966
|
+
"kind": "method",
|
38967
|
+
"name": "reapplyStateStyle",
|
38968
|
+
"privacy": "public",
|
38969
|
+
"parameters": [
|
38970
|
+
{
|
38971
|
+
"name": "setType",
|
38972
|
+
"type": {
|
38973
|
+
"text": "keyof T"
|
38974
|
+
}
|
38975
|
+
},
|
38976
|
+
{
|
38977
|
+
"name": "unsetTypes",
|
38978
|
+
"optional": true,
|
38979
|
+
"type": {
|
38980
|
+
"text": "(keyof T)[]"
|
38981
|
+
}
|
38982
|
+
}
|
38983
|
+
],
|
38984
|
+
"inheritedFrom": {
|
38985
|
+
"name": "InputButton",
|
38986
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
38987
|
+
}
|
38988
|
+
}
|
38989
|
+
],
|
38990
|
+
"superclass": {
|
38991
|
+
"name": "InputButton",
|
38992
|
+
"module": "/src/views/chat/input/buttons/inputButton"
|
38993
|
+
}
|
38994
|
+
}
|
38995
|
+
],
|
38996
|
+
"exports": [
|
38997
|
+
{
|
38998
|
+
"kind": "js",
|
38999
|
+
"name": "UploadFileButton",
|
39000
|
+
"declaration": {
|
39001
|
+
"name": "UploadFileButton",
|
39002
|
+
"module": "src/views/chat/input/buttons/uploadFile/uploadFileButton.ts"
|
39003
|
+
}
|
39004
|
+
}
|
39005
|
+
]
|
39006
|
+
},
|
39007
|
+
{
|
39008
|
+
"kind": "javascript-module",
|
39009
|
+
"path": "src/views/chat/input/fileAttachments/dragAndDrop/dragAndDrop.ts",
|
39010
|
+
"declarations": [
|
39011
|
+
{
|
39012
|
+
"kind": "class",
|
39013
|
+
"description": "",
|
39014
|
+
"name": "DragAndDrop",
|
39015
|
+
"members": [
|
39016
|
+
{
|
39017
|
+
"kind": "method",
|
39018
|
+
"name": "create",
|
39019
|
+
"privacy": "public",
|
39020
|
+
"static": true,
|
39021
|
+
"parameters": [
|
39022
|
+
{
|
39023
|
+
"name": "containerElement",
|
39024
|
+
"type": {
|
39025
|
+
"text": "HTMLElement"
|
39026
|
+
}
|
39027
|
+
},
|
39028
|
+
{
|
39029
|
+
"name": "fileAttachments",
|
39030
|
+
"type": {
|
39031
|
+
"text": "FileAttachments"
|
39032
|
+
}
|
39033
|
+
},
|
39034
|
+
{
|
39035
|
+
"name": "dnd",
|
39036
|
+
"optional": true,
|
39037
|
+
"type": {
|
39038
|
+
"text": "boolean | CustomStyle"
|
39039
|
+
}
|
39040
|
+
}
|
39041
|
+
]
|
39042
|
+
},
|
39043
|
+
{
|
39044
|
+
"kind": "method",
|
39045
|
+
"name": "createElement",
|
39046
|
+
"privacy": "private",
|
39047
|
+
"static": true,
|
39048
|
+
"parameters": [
|
39049
|
+
{
|
39050
|
+
"name": "dnd",
|
39051
|
+
"optional": true,
|
39052
|
+
"type": {
|
39053
|
+
"text": "boolean | CustomStyle"
|
39054
|
+
}
|
39055
|
+
}
|
39056
|
+
]
|
39057
|
+
},
|
39058
|
+
{
|
39059
|
+
"kind": "method",
|
39060
|
+
"name": "addEvents",
|
39061
|
+
"privacy": "private",
|
39062
|
+
"static": true,
|
39063
|
+
"parameters": [
|
39064
|
+
{
|
39065
|
+
"name": "fileDropElement",
|
39066
|
+
"type": {
|
39067
|
+
"text": "HTMLElement"
|
39068
|
+
}
|
39069
|
+
},
|
39070
|
+
{
|
39071
|
+
"name": "containerElement",
|
39072
|
+
"type": {
|
39073
|
+
"text": "HTMLElement"
|
39074
|
+
}
|
39075
|
+
},
|
39076
|
+
{
|
39077
|
+
"name": "fileAttachments",
|
39078
|
+
"type": {
|
39079
|
+
"text": "FileAttachments"
|
39080
|
+
}
|
39081
|
+
}
|
39082
|
+
]
|
38893
39083
|
},
|
38894
39084
|
{
|
38895
39085
|
"kind": "method",
|
38896
|
-
"name": "
|
39086
|
+
"name": "uploadFile",
|
38897
39087
|
"privacy": "private",
|
39088
|
+
"static": true,
|
38898
39089
|
"parameters": [
|
38899
39090
|
{
|
38900
|
-
"name": "
|
38901
|
-
"optional": true,
|
39091
|
+
"name": "fileAttachments",
|
38902
39092
|
"type": {
|
38903
|
-
"text": "
|
39093
|
+
"text": "FileAttachments"
|
38904
39094
|
}
|
38905
|
-
}
|
38906
|
-
],
|
38907
|
-
"inheritedFrom": {
|
38908
|
-
"name": "InputButton",
|
38909
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
38910
|
-
}
|
38911
|
-
},
|
38912
|
-
{
|
38913
|
-
"kind": "method",
|
38914
|
-
"name": "buttonMouseDown",
|
38915
|
-
"privacy": "private",
|
38916
|
-
"parameters": [
|
39095
|
+
},
|
38917
39096
|
{
|
38918
|
-
"name": "
|
38919
|
-
"optional": true,
|
39097
|
+
"name": "event",
|
38920
39098
|
"type": {
|
38921
|
-
"text": "
|
39099
|
+
"text": "DragEvent"
|
38922
39100
|
}
|
38923
39101
|
}
|
38924
|
-
]
|
38925
|
-
"inheritedFrom": {
|
38926
|
-
"name": "InputButton",
|
38927
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
38928
|
-
}
|
39102
|
+
]
|
38929
39103
|
},
|
38930
39104
|
{
|
38931
39105
|
"kind": "method",
|
38932
|
-
"name": "
|
39106
|
+
"name": "display",
|
38933
39107
|
"privacy": "private",
|
39108
|
+
"static": true,
|
38934
39109
|
"parameters": [
|
38935
39110
|
{
|
38936
|
-
"name": "
|
38937
|
-
"optional": true,
|
39111
|
+
"name": "fileDropElement",
|
38938
39112
|
"type": {
|
38939
|
-
"text": "
|
39113
|
+
"text": "HTMLElement"
|
38940
39114
|
}
|
38941
39115
|
}
|
38942
|
-
]
|
38943
|
-
"inheritedFrom": {
|
38944
|
-
"name": "InputButton",
|
38945
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
38946
|
-
}
|
39116
|
+
]
|
38947
39117
|
},
|
38948
39118
|
{
|
38949
39119
|
"kind": "method",
|
38950
|
-
"name": "
|
38951
|
-
"privacy": "
|
39120
|
+
"name": "hide",
|
39121
|
+
"privacy": "private",
|
39122
|
+
"static": true,
|
38952
39123
|
"parameters": [
|
38953
39124
|
{
|
38954
|
-
"name": "
|
39125
|
+
"name": "fileDropElement",
|
38955
39126
|
"type": {
|
38956
|
-
"text": "
|
39127
|
+
"text": "HTMLElement"
|
38957
39128
|
}
|
38958
39129
|
}
|
38959
|
-
]
|
38960
|
-
"inheritedFrom": {
|
38961
|
-
"name": "InputButton",
|
38962
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
38963
|
-
}
|
39130
|
+
]
|
38964
39131
|
},
|
38965
39132
|
{
|
38966
39133
|
"kind": "method",
|
38967
|
-
"name": "
|
39134
|
+
"name": "isEnabled",
|
38968
39135
|
"privacy": "public",
|
39136
|
+
"static": true,
|
38969
39137
|
"parameters": [
|
38970
39138
|
{
|
38971
|
-
"name": "
|
39139
|
+
"name": "fileAttachments",
|
38972
39140
|
"type": {
|
38973
|
-
"text": "
|
39141
|
+
"text": "FileAttachments"
|
38974
39142
|
}
|
38975
39143
|
},
|
38976
39144
|
{
|
38977
|
-
"name": "
|
39145
|
+
"name": "dragAndDrop",
|
38978
39146
|
"optional": true,
|
38979
39147
|
"type": {
|
38980
|
-
"text": "
|
39148
|
+
"text": "boolean | CustomStyle"
|
38981
39149
|
}
|
38982
39150
|
}
|
38983
|
-
]
|
38984
|
-
"inheritedFrom": {
|
38985
|
-
"name": "InputButton",
|
38986
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
38987
|
-
}
|
39151
|
+
]
|
38988
39152
|
}
|
38989
|
-
]
|
38990
|
-
"superclass": {
|
38991
|
-
"name": "InputButton",
|
38992
|
-
"module": "/src/views/chat/input/buttons/inputButton"
|
38993
|
-
}
|
39153
|
+
]
|
38994
39154
|
}
|
38995
39155
|
],
|
38996
39156
|
"exports": [
|
38997
39157
|
{
|
38998
39158
|
"kind": "js",
|
38999
|
-
"name": "
|
39159
|
+
"name": "DragAndDrop",
|
39000
39160
|
"declaration": {
|
39001
|
-
"name": "
|
39002
|
-
"module": "src/views/chat/input/
|
39161
|
+
"name": "DragAndDrop",
|
39162
|
+
"module": "src/views/chat/input/fileAttachments/dragAndDrop/dragAndDrop.ts"
|
39003
39163
|
}
|
39004
39164
|
}
|
39005
39165
|
]
|
@@ -39868,166 +40028,6 @@
|
|
39868
40028
|
}
|
39869
40029
|
]
|
39870
40030
|
},
|
39871
|
-
{
|
39872
|
-
"kind": "javascript-module",
|
39873
|
-
"path": "src/views/chat/input/fileAttachments/dragAndDrop/dragAndDrop.ts",
|
39874
|
-
"declarations": [
|
39875
|
-
{
|
39876
|
-
"kind": "class",
|
39877
|
-
"description": "",
|
39878
|
-
"name": "DragAndDrop",
|
39879
|
-
"members": [
|
39880
|
-
{
|
39881
|
-
"kind": "method",
|
39882
|
-
"name": "create",
|
39883
|
-
"privacy": "public",
|
39884
|
-
"static": true,
|
39885
|
-
"parameters": [
|
39886
|
-
{
|
39887
|
-
"name": "containerElement",
|
39888
|
-
"type": {
|
39889
|
-
"text": "HTMLElement"
|
39890
|
-
}
|
39891
|
-
},
|
39892
|
-
{
|
39893
|
-
"name": "fileAttachments",
|
39894
|
-
"type": {
|
39895
|
-
"text": "FileAttachments"
|
39896
|
-
}
|
39897
|
-
},
|
39898
|
-
{
|
39899
|
-
"name": "dnd",
|
39900
|
-
"optional": true,
|
39901
|
-
"type": {
|
39902
|
-
"text": "boolean | CustomStyle"
|
39903
|
-
}
|
39904
|
-
}
|
39905
|
-
]
|
39906
|
-
},
|
39907
|
-
{
|
39908
|
-
"kind": "method",
|
39909
|
-
"name": "createElement",
|
39910
|
-
"privacy": "private",
|
39911
|
-
"static": true,
|
39912
|
-
"parameters": [
|
39913
|
-
{
|
39914
|
-
"name": "dnd",
|
39915
|
-
"optional": true,
|
39916
|
-
"type": {
|
39917
|
-
"text": "boolean | CustomStyle"
|
39918
|
-
}
|
39919
|
-
}
|
39920
|
-
]
|
39921
|
-
},
|
39922
|
-
{
|
39923
|
-
"kind": "method",
|
39924
|
-
"name": "addEvents",
|
39925
|
-
"privacy": "private",
|
39926
|
-
"static": true,
|
39927
|
-
"parameters": [
|
39928
|
-
{
|
39929
|
-
"name": "fileDropElement",
|
39930
|
-
"type": {
|
39931
|
-
"text": "HTMLElement"
|
39932
|
-
}
|
39933
|
-
},
|
39934
|
-
{
|
39935
|
-
"name": "containerElement",
|
39936
|
-
"type": {
|
39937
|
-
"text": "HTMLElement"
|
39938
|
-
}
|
39939
|
-
},
|
39940
|
-
{
|
39941
|
-
"name": "fileAttachments",
|
39942
|
-
"type": {
|
39943
|
-
"text": "FileAttachments"
|
39944
|
-
}
|
39945
|
-
}
|
39946
|
-
]
|
39947
|
-
},
|
39948
|
-
{
|
39949
|
-
"kind": "method",
|
39950
|
-
"name": "uploadFile",
|
39951
|
-
"privacy": "private",
|
39952
|
-
"static": true,
|
39953
|
-
"parameters": [
|
39954
|
-
{
|
39955
|
-
"name": "fileAttachments",
|
39956
|
-
"type": {
|
39957
|
-
"text": "FileAttachments"
|
39958
|
-
}
|
39959
|
-
},
|
39960
|
-
{
|
39961
|
-
"name": "event",
|
39962
|
-
"type": {
|
39963
|
-
"text": "DragEvent"
|
39964
|
-
}
|
39965
|
-
}
|
39966
|
-
]
|
39967
|
-
},
|
39968
|
-
{
|
39969
|
-
"kind": "method",
|
39970
|
-
"name": "display",
|
39971
|
-
"privacy": "private",
|
39972
|
-
"static": true,
|
39973
|
-
"parameters": [
|
39974
|
-
{
|
39975
|
-
"name": "fileDropElement",
|
39976
|
-
"type": {
|
39977
|
-
"text": "HTMLElement"
|
39978
|
-
}
|
39979
|
-
}
|
39980
|
-
]
|
39981
|
-
},
|
39982
|
-
{
|
39983
|
-
"kind": "method",
|
39984
|
-
"name": "hide",
|
39985
|
-
"privacy": "private",
|
39986
|
-
"static": true,
|
39987
|
-
"parameters": [
|
39988
|
-
{
|
39989
|
-
"name": "fileDropElement",
|
39990
|
-
"type": {
|
39991
|
-
"text": "HTMLElement"
|
39992
|
-
}
|
39993
|
-
}
|
39994
|
-
]
|
39995
|
-
},
|
39996
|
-
{
|
39997
|
-
"kind": "method",
|
39998
|
-
"name": "isEnabled",
|
39999
|
-
"privacy": "public",
|
40000
|
-
"static": true,
|
40001
|
-
"parameters": [
|
40002
|
-
{
|
40003
|
-
"name": "fileAttachments",
|
40004
|
-
"type": {
|
40005
|
-
"text": "FileAttachments"
|
40006
|
-
}
|
40007
|
-
},
|
40008
|
-
{
|
40009
|
-
"name": "dragAndDrop",
|
40010
|
-
"optional": true,
|
40011
|
-
"type": {
|
40012
|
-
"text": "boolean | CustomStyle"
|
40013
|
-
}
|
40014
|
-
}
|
40015
|
-
]
|
40016
|
-
}
|
40017
|
-
]
|
40018
|
-
}
|
40019
|
-
],
|
40020
|
-
"exports": [
|
40021
|
-
{
|
40022
|
-
"kind": "js",
|
40023
|
-
"name": "DragAndDrop",
|
40024
|
-
"declaration": {
|
40025
|
-
"name": "DragAndDrop",
|
40026
|
-
"module": "src/views/chat/input/fileAttachments/dragAndDrop/dragAndDrop.ts"
|
40027
|
-
}
|
40028
|
-
}
|
40029
|
-
]
|
40030
|
-
},
|
40031
40031
|
{
|
40032
40032
|
"kind": "javascript-module",
|
40033
40033
|
"path": "src/views/chat/input/fileAttachments/modal/cameraModal.ts",
|