deep-chat-dev 9.0.53 → 9.0.55
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 +457 -454
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.js +32 -30
- package/dist/utils/element/styleUtils.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/submit/submitButton.d.ts +5 -2
- package/dist/views/chat/input/buttons/submit/submitButton.d.ts.map +1 -1
- package/dist/views/chat/input/validation/validationHandler.d.ts.map +1 -1
- package/package.json +1 -1
package/custom-elements.json
CHANGED
@@ -23603,6 +23603,83 @@
|
|
23603
23603
|
}
|
23604
23604
|
]
|
23605
23605
|
},
|
23606
|
+
{
|
23607
|
+
"kind": "javascript-module",
|
23608
|
+
"path": "src/utils/events/fireEvents.ts",
|
23609
|
+
"declarations": [
|
23610
|
+
{
|
23611
|
+
"kind": "class",
|
23612
|
+
"description": "",
|
23613
|
+
"name": "FireEvents",
|
23614
|
+
"members": [
|
23615
|
+
{
|
23616
|
+
"kind": "method",
|
23617
|
+
"name": "onNewMessage",
|
23618
|
+
"privacy": "public",
|
23619
|
+
"static": true,
|
23620
|
+
"parameters": [
|
23621
|
+
{
|
23622
|
+
"name": "deepChat",
|
23623
|
+
"type": {
|
23624
|
+
"text": "DeepChat"
|
23625
|
+
}
|
23626
|
+
},
|
23627
|
+
{
|
23628
|
+
"name": "message",
|
23629
|
+
"type": {
|
23630
|
+
"text": "MessageContent"
|
23631
|
+
}
|
23632
|
+
},
|
23633
|
+
{
|
23634
|
+
"name": "isInitial",
|
23635
|
+
"type": {
|
23636
|
+
"text": "boolean"
|
23637
|
+
}
|
23638
|
+
}
|
23639
|
+
]
|
23640
|
+
},
|
23641
|
+
{
|
23642
|
+
"kind": "method",
|
23643
|
+
"name": "onClearMessages",
|
23644
|
+
"privacy": "public",
|
23645
|
+
"static": true,
|
23646
|
+
"parameters": [
|
23647
|
+
{
|
23648
|
+
"name": "deepChat",
|
23649
|
+
"type": {
|
23650
|
+
"text": "DeepChat"
|
23651
|
+
}
|
23652
|
+
}
|
23653
|
+
]
|
23654
|
+
},
|
23655
|
+
{
|
23656
|
+
"kind": "method",
|
23657
|
+
"name": "onRender",
|
23658
|
+
"privacy": "public",
|
23659
|
+
"static": true,
|
23660
|
+
"parameters": [
|
23661
|
+
{
|
23662
|
+
"name": "deepChat",
|
23663
|
+
"type": {
|
23664
|
+
"text": "DeepChat"
|
23665
|
+
}
|
23666
|
+
}
|
23667
|
+
]
|
23668
|
+
}
|
23669
|
+
]
|
23670
|
+
}
|
23671
|
+
],
|
23672
|
+
"exports": [
|
23673
|
+
{
|
23674
|
+
"kind": "js",
|
23675
|
+
"name": "FireEvents",
|
23676
|
+
"declaration": {
|
23677
|
+
"name": "FireEvents",
|
23678
|
+
"module": "src/utils/events/fireEvents.ts"
|
23679
|
+
}
|
23680
|
+
}
|
23681
|
+
]
|
23682
|
+
},
|
23606
23683
|
{
|
23607
23684
|
"kind": "javascript-module",
|
23608
23685
|
"path": "src/utils/fileTypes/fileTypeButtonIcons.ts",
|
@@ -24495,6 +24572,75 @@
|
|
24495
24572
|
}
|
24496
24573
|
]
|
24497
24574
|
},
|
24575
|
+
{
|
24576
|
+
"kind": "javascript-module",
|
24577
|
+
"path": "src/views/validateKeyProperty/validateKeyPropertyView.ts",
|
24578
|
+
"declarations": [
|
24579
|
+
{
|
24580
|
+
"kind": "class",
|
24581
|
+
"description": "",
|
24582
|
+
"name": "ValidateKeyPropertyView",
|
24583
|
+
"members": [
|
24584
|
+
{
|
24585
|
+
"kind": "method",
|
24586
|
+
"name": "onLoad",
|
24587
|
+
"privacy": "private",
|
24588
|
+
"static": true,
|
24589
|
+
"parameters": [
|
24590
|
+
{
|
24591
|
+
"name": "startElement",
|
24592
|
+
"type": {
|
24593
|
+
"text": "HTMLElement"
|
24594
|
+
}
|
24595
|
+
}
|
24596
|
+
]
|
24597
|
+
},
|
24598
|
+
{
|
24599
|
+
"kind": "method",
|
24600
|
+
"name": "createElements",
|
24601
|
+
"privacy": "private",
|
24602
|
+
"static": true
|
24603
|
+
},
|
24604
|
+
{
|
24605
|
+
"kind": "method",
|
24606
|
+
"name": "render",
|
24607
|
+
"privacy": "public",
|
24608
|
+
"static": true,
|
24609
|
+
"parameters": [
|
24610
|
+
{
|
24611
|
+
"name": "containerRef",
|
24612
|
+
"type": {
|
24613
|
+
"text": "HTMLElement"
|
24614
|
+
}
|
24615
|
+
},
|
24616
|
+
{
|
24617
|
+
"name": "changeToChat",
|
24618
|
+
"type": {
|
24619
|
+
"text": "() => void"
|
24620
|
+
}
|
24621
|
+
},
|
24622
|
+
{
|
24623
|
+
"name": "serviceIO",
|
24624
|
+
"type": {
|
24625
|
+
"text": "ServiceIO"
|
24626
|
+
}
|
24627
|
+
}
|
24628
|
+
]
|
24629
|
+
}
|
24630
|
+
]
|
24631
|
+
}
|
24632
|
+
],
|
24633
|
+
"exports": [
|
24634
|
+
{
|
24635
|
+
"kind": "js",
|
24636
|
+
"name": "ValidateKeyPropertyView",
|
24637
|
+
"declaration": {
|
24638
|
+
"name": "ValidateKeyPropertyView",
|
24639
|
+
"module": "src/views/validateKeyProperty/validateKeyPropertyView.ts"
|
24640
|
+
}
|
24641
|
+
}
|
24642
|
+
]
|
24643
|
+
},
|
24498
24644
|
{
|
24499
24645
|
"kind": "javascript-module",
|
24500
24646
|
"path": "src/services/assemblyAI/utils/assemblyAIUtils.ts",
|
@@ -24595,75 +24741,6 @@
|
|
24595
24741
|
}
|
24596
24742
|
]
|
24597
24743
|
},
|
24598
|
-
{
|
24599
|
-
"kind": "javascript-module",
|
24600
|
-
"path": "src/views/validateKeyProperty/validateKeyPropertyView.ts",
|
24601
|
-
"declarations": [
|
24602
|
-
{
|
24603
|
-
"kind": "class",
|
24604
|
-
"description": "",
|
24605
|
-
"name": "ValidateKeyPropertyView",
|
24606
|
-
"members": [
|
24607
|
-
{
|
24608
|
-
"kind": "method",
|
24609
|
-
"name": "onLoad",
|
24610
|
-
"privacy": "private",
|
24611
|
-
"static": true,
|
24612
|
-
"parameters": [
|
24613
|
-
{
|
24614
|
-
"name": "startElement",
|
24615
|
-
"type": {
|
24616
|
-
"text": "HTMLElement"
|
24617
|
-
}
|
24618
|
-
}
|
24619
|
-
]
|
24620
|
-
},
|
24621
|
-
{
|
24622
|
-
"kind": "method",
|
24623
|
-
"name": "createElements",
|
24624
|
-
"privacy": "private",
|
24625
|
-
"static": true
|
24626
|
-
},
|
24627
|
-
{
|
24628
|
-
"kind": "method",
|
24629
|
-
"name": "render",
|
24630
|
-
"privacy": "public",
|
24631
|
-
"static": true,
|
24632
|
-
"parameters": [
|
24633
|
-
{
|
24634
|
-
"name": "containerRef",
|
24635
|
-
"type": {
|
24636
|
-
"text": "HTMLElement"
|
24637
|
-
}
|
24638
|
-
},
|
24639
|
-
{
|
24640
|
-
"name": "changeToChat",
|
24641
|
-
"type": {
|
24642
|
-
"text": "() => void"
|
24643
|
-
}
|
24644
|
-
},
|
24645
|
-
{
|
24646
|
-
"name": "serviceIO",
|
24647
|
-
"type": {
|
24648
|
-
"text": "ServiceIO"
|
24649
|
-
}
|
24650
|
-
}
|
24651
|
-
]
|
24652
|
-
}
|
24653
|
-
]
|
24654
|
-
}
|
24655
|
-
],
|
24656
|
-
"exports": [
|
24657
|
-
{
|
24658
|
-
"kind": "js",
|
24659
|
-
"name": "ValidateKeyPropertyView",
|
24660
|
-
"declaration": {
|
24661
|
-
"name": "ValidateKeyPropertyView",
|
24662
|
-
"module": "src/views/validateKeyProperty/validateKeyPropertyView.ts"
|
24663
|
-
}
|
24664
|
-
}
|
24665
|
-
]
|
24666
|
-
},
|
24667
24744
|
{
|
24668
24745
|
"kind": "javascript-module",
|
24669
24746
|
"path": "src/services/azure/utils/azureUtils.ts",
|
@@ -25069,86 +25146,6 @@
|
|
25069
25146
|
}
|
25070
25147
|
]
|
25071
25148
|
},
|
25072
|
-
{
|
25073
|
-
"kind": "javascript-module",
|
25074
|
-
"path": "src/services/stabilityAI/utils/stabilityAIUtils.ts",
|
25075
|
-
"declarations": [
|
25076
|
-
{
|
25077
|
-
"kind": "class",
|
25078
|
-
"description": "",
|
25079
|
-
"name": "StabilityAIUtils",
|
25080
|
-
"members": [
|
25081
|
-
{
|
25082
|
-
"kind": "method",
|
25083
|
-
"name": "buildHeaders",
|
25084
|
-
"privacy": "public",
|
25085
|
-
"static": true,
|
25086
|
-
"parameters": [
|
25087
|
-
{
|
25088
|
-
"name": "key",
|
25089
|
-
"type": {
|
25090
|
-
"text": "string"
|
25091
|
-
}
|
25092
|
-
}
|
25093
|
-
]
|
25094
|
-
},
|
25095
|
-
{
|
25096
|
-
"kind": "method",
|
25097
|
-
"name": "handleVerificationResult",
|
25098
|
-
"privacy": "private",
|
25099
|
-
"static": true,
|
25100
|
-
"parameters": [
|
25101
|
-
{
|
25102
|
-
"name": "result",
|
25103
|
-
"type": {
|
25104
|
-
"text": "object"
|
25105
|
-
}
|
25106
|
-
},
|
25107
|
-
{
|
25108
|
-
"name": "key",
|
25109
|
-
"type": {
|
25110
|
-
"text": "string"
|
25111
|
-
}
|
25112
|
-
},
|
25113
|
-
{
|
25114
|
-
"name": "onSuccess",
|
25115
|
-
"type": {
|
25116
|
-
"text": "(key: string) => void"
|
25117
|
-
}
|
25118
|
-
},
|
25119
|
-
{
|
25120
|
-
"name": "onFail",
|
25121
|
-
"type": {
|
25122
|
-
"text": "(message: string) => void"
|
25123
|
-
}
|
25124
|
-
}
|
25125
|
-
]
|
25126
|
-
},
|
25127
|
-
{
|
25128
|
-
"kind": "method",
|
25129
|
-
"name": "buildKeyVerificationDetails",
|
25130
|
-
"privacy": "public",
|
25131
|
-
"static": true,
|
25132
|
-
"return": {
|
25133
|
-
"type": {
|
25134
|
-
"text": "KeyVerificationDetails"
|
25135
|
-
}
|
25136
|
-
}
|
25137
|
-
}
|
25138
|
-
]
|
25139
|
-
}
|
25140
|
-
],
|
25141
|
-
"exports": [
|
25142
|
-
{
|
25143
|
-
"kind": "js",
|
25144
|
-
"name": "StabilityAIUtils",
|
25145
|
-
"declaration": {
|
25146
|
-
"name": "StabilityAIUtils",
|
25147
|
-
"module": "src/services/stabilityAI/utils/stabilityAIUtils.ts"
|
25148
|
-
}
|
25149
|
-
}
|
25150
|
-
]
|
25151
|
-
},
|
25152
25149
|
{
|
25153
25150
|
"kind": "javascript-module",
|
25154
25151
|
"path": "src/services/openAI/utils/openAIConverseBaseBody.ts",
|
@@ -25339,170 +25336,69 @@
|
|
25339
25336
|
},
|
25340
25337
|
{
|
25341
25338
|
"kind": "javascript-module",
|
25342
|
-
"path": "src/utils/
|
25343
|
-
"declarations": [
|
25344
|
-
{
|
25345
|
-
"kind": "class",
|
25346
|
-
"description": "",
|
25347
|
-
"name": "FireEvents",
|
25348
|
-
"members": [
|
25349
|
-
{
|
25350
|
-
"kind": "method",
|
25351
|
-
"name": "onNewMessage",
|
25352
|
-
"privacy": "public",
|
25353
|
-
"static": true,
|
25354
|
-
"parameters": [
|
25355
|
-
{
|
25356
|
-
"name": "deepChat",
|
25357
|
-
"type": {
|
25358
|
-
"text": "DeepChat"
|
25359
|
-
}
|
25360
|
-
},
|
25361
|
-
{
|
25362
|
-
"name": "message",
|
25363
|
-
"type": {
|
25364
|
-
"text": "MessageContent"
|
25365
|
-
}
|
25366
|
-
},
|
25367
|
-
{
|
25368
|
-
"name": "isInitial",
|
25369
|
-
"type": {
|
25370
|
-
"text": "boolean"
|
25371
|
-
}
|
25372
|
-
}
|
25373
|
-
]
|
25374
|
-
},
|
25375
|
-
{
|
25376
|
-
"kind": "method",
|
25377
|
-
"name": "onClearMessages",
|
25378
|
-
"privacy": "public",
|
25379
|
-
"static": true,
|
25380
|
-
"parameters": [
|
25381
|
-
{
|
25382
|
-
"name": "deepChat",
|
25383
|
-
"type": {
|
25384
|
-
"text": "DeepChat"
|
25385
|
-
}
|
25386
|
-
}
|
25387
|
-
]
|
25388
|
-
},
|
25389
|
-
{
|
25390
|
-
"kind": "method",
|
25391
|
-
"name": "onRender",
|
25392
|
-
"privacy": "public",
|
25393
|
-
"static": true,
|
25394
|
-
"parameters": [
|
25395
|
-
{
|
25396
|
-
"name": "deepChat",
|
25397
|
-
"type": {
|
25398
|
-
"text": "DeepChat"
|
25399
|
-
}
|
25400
|
-
}
|
25401
|
-
]
|
25402
|
-
}
|
25403
|
-
]
|
25404
|
-
}
|
25405
|
-
],
|
25406
|
-
"exports": [
|
25407
|
-
{
|
25408
|
-
"kind": "js",
|
25409
|
-
"name": "FireEvents",
|
25410
|
-
"declaration": {
|
25411
|
-
"name": "FireEvents",
|
25412
|
-
"module": "src/utils/events/fireEvents.ts"
|
25413
|
-
}
|
25414
|
-
}
|
25415
|
-
]
|
25416
|
-
},
|
25417
|
-
{
|
25418
|
-
"kind": "javascript-module",
|
25419
|
-
"path": "src/views/chat/introPanel/introPanel.ts",
|
25339
|
+
"path": "src/services/stabilityAI/utils/stabilityAIUtils.ts",
|
25420
25340
|
"declarations": [
|
25421
25341
|
{
|
25422
25342
|
"kind": "class",
|
25423
25343
|
"description": "",
|
25424
|
-
"name": "
|
25344
|
+
"name": "StabilityAIUtils",
|
25425
25345
|
"members": [
|
25426
25346
|
{
|
25427
|
-
"kind": "
|
25428
|
-
"name": "
|
25429
|
-
"
|
25430
|
-
"text": "HTMLElement | undefined"
|
25431
|
-
}
|
25432
|
-
},
|
25433
|
-
{
|
25434
|
-
"kind": "field",
|
25435
|
-
"name": "_isDisplayed",
|
25436
|
-
"type": {
|
25437
|
-
"text": "boolean"
|
25438
|
-
},
|
25439
|
-
"privacy": "private",
|
25440
|
-
"default": "false"
|
25441
|
-
},
|
25442
|
-
{
|
25443
|
-
"kind": "method",
|
25444
|
-
"name": "createIntroPanel",
|
25445
|
-
"privacy": "private",
|
25347
|
+
"kind": "method",
|
25348
|
+
"name": "buildHeaders",
|
25349
|
+
"privacy": "public",
|
25446
25350
|
"static": true,
|
25447
25351
|
"parameters": [
|
25448
25352
|
{
|
25449
|
-
"name": "
|
25450
|
-
"optional": true,
|
25353
|
+
"name": "key",
|
25451
25354
|
"type": {
|
25452
|
-
"text": "
|
25355
|
+
"text": "string"
|
25453
25356
|
}
|
25454
25357
|
}
|
25455
25358
|
]
|
25456
25359
|
},
|
25457
25360
|
{
|
25458
25361
|
"kind": "method",
|
25459
|
-
"name": "
|
25362
|
+
"name": "handleVerificationResult",
|
25460
25363
|
"privacy": "private",
|
25364
|
+
"static": true,
|
25461
25365
|
"parameters": [
|
25462
25366
|
{
|
25463
|
-
"name": "
|
25367
|
+
"name": "result",
|
25464
25368
|
"type": {
|
25465
|
-
"text": "
|
25369
|
+
"text": "object"
|
25466
25370
|
}
|
25467
25371
|
},
|
25468
25372
|
{
|
25469
|
-
"name": "
|
25470
|
-
"optional": true,
|
25373
|
+
"name": "key",
|
25471
25374
|
"type": {
|
25472
|
-
"text": "
|
25375
|
+
"text": "string"
|
25473
25376
|
}
|
25474
|
-
}
|
25475
|
-
]
|
25476
|
-
},
|
25477
|
-
{
|
25478
|
-
"kind": "method",
|
25479
|
-
"name": "createInternalIntroPanel",
|
25480
|
-
"privacy": "private",
|
25481
|
-
"parameters": [
|
25377
|
+
},
|
25482
25378
|
{
|
25483
|
-
"name": "
|
25379
|
+
"name": "onSuccess",
|
25484
25380
|
"type": {
|
25485
|
-
"text": "string"
|
25381
|
+
"text": "(key: string) => void"
|
25486
25382
|
}
|
25487
25383
|
},
|
25488
25384
|
{
|
25489
|
-
"name": "
|
25490
|
-
"optional": true,
|
25385
|
+
"name": "onFail",
|
25491
25386
|
"type": {
|
25492
|
-
"text": "
|
25387
|
+
"text": "(message: string) => void"
|
25493
25388
|
}
|
25494
25389
|
}
|
25495
25390
|
]
|
25496
25391
|
},
|
25497
25392
|
{
|
25498
25393
|
"kind": "method",
|
25499
|
-
"name": "
|
25500
|
-
"privacy": "public"
|
25501
|
-
|
25502
|
-
|
25503
|
-
|
25504
|
-
|
25505
|
-
|
25394
|
+
"name": "buildKeyVerificationDetails",
|
25395
|
+
"privacy": "public",
|
25396
|
+
"static": true,
|
25397
|
+
"return": {
|
25398
|
+
"type": {
|
25399
|
+
"text": "KeyVerificationDetails"
|
25400
|
+
}
|
25401
|
+
}
|
25506
25402
|
}
|
25507
25403
|
]
|
25508
25404
|
}
|
@@ -25510,10 +25406,10 @@
|
|
25510
25406
|
"exports": [
|
25511
25407
|
{
|
25512
25408
|
"kind": "js",
|
25513
|
-
"name": "
|
25409
|
+
"name": "StabilityAIUtils",
|
25514
25410
|
"declaration": {
|
25515
|
-
"name": "
|
25516
|
-
"module": "src/
|
25411
|
+
"name": "StabilityAIUtils",
|
25412
|
+
"module": "src/services/stabilityAI/utils/stabilityAIUtils.ts"
|
25517
25413
|
}
|
25518
25414
|
}
|
25519
25415
|
]
|
@@ -25689,6 +25585,110 @@
|
|
25689
25585
|
}
|
25690
25586
|
]
|
25691
25587
|
},
|
25588
|
+
{
|
25589
|
+
"kind": "javascript-module",
|
25590
|
+
"path": "src/views/chat/introPanel/introPanel.ts",
|
25591
|
+
"declarations": [
|
25592
|
+
{
|
25593
|
+
"kind": "class",
|
25594
|
+
"description": "",
|
25595
|
+
"name": "IntroPanel",
|
25596
|
+
"members": [
|
25597
|
+
{
|
25598
|
+
"kind": "field",
|
25599
|
+
"name": "_elementRef",
|
25600
|
+
"type": {
|
25601
|
+
"text": "HTMLElement | undefined"
|
25602
|
+
}
|
25603
|
+
},
|
25604
|
+
{
|
25605
|
+
"kind": "field",
|
25606
|
+
"name": "_isDisplayed",
|
25607
|
+
"type": {
|
25608
|
+
"text": "boolean"
|
25609
|
+
},
|
25610
|
+
"privacy": "private",
|
25611
|
+
"default": "false"
|
25612
|
+
},
|
25613
|
+
{
|
25614
|
+
"kind": "method",
|
25615
|
+
"name": "createIntroPanel",
|
25616
|
+
"privacy": "private",
|
25617
|
+
"static": true,
|
25618
|
+
"parameters": [
|
25619
|
+
{
|
25620
|
+
"name": "introPanelStyle",
|
25621
|
+
"optional": true,
|
25622
|
+
"type": {
|
25623
|
+
"text": "CustomStyle"
|
25624
|
+
}
|
25625
|
+
}
|
25626
|
+
]
|
25627
|
+
},
|
25628
|
+
{
|
25629
|
+
"kind": "method",
|
25630
|
+
"name": "createIntroPanelWithChild",
|
25631
|
+
"privacy": "private",
|
25632
|
+
"parameters": [
|
25633
|
+
{
|
25634
|
+
"name": "childElement",
|
25635
|
+
"type": {
|
25636
|
+
"text": "HTMLElement"
|
25637
|
+
}
|
25638
|
+
},
|
25639
|
+
{
|
25640
|
+
"name": "introPanelStyle",
|
25641
|
+
"optional": true,
|
25642
|
+
"type": {
|
25643
|
+
"text": "CustomStyle"
|
25644
|
+
}
|
25645
|
+
}
|
25646
|
+
]
|
25647
|
+
},
|
25648
|
+
{
|
25649
|
+
"kind": "method",
|
25650
|
+
"name": "createInternalIntroPanel",
|
25651
|
+
"privacy": "private",
|
25652
|
+
"parameters": [
|
25653
|
+
{
|
25654
|
+
"name": "introPanelMarkUp",
|
25655
|
+
"type": {
|
25656
|
+
"text": "string"
|
25657
|
+
}
|
25658
|
+
},
|
25659
|
+
{
|
25660
|
+
"name": "introPanelStyle",
|
25661
|
+
"optional": true,
|
25662
|
+
"type": {
|
25663
|
+
"text": "CustomStyle"
|
25664
|
+
}
|
25665
|
+
}
|
25666
|
+
]
|
25667
|
+
},
|
25668
|
+
{
|
25669
|
+
"kind": "method",
|
25670
|
+
"name": "hide",
|
25671
|
+
"privacy": "public"
|
25672
|
+
},
|
25673
|
+
{
|
25674
|
+
"kind": "method",
|
25675
|
+
"name": "display",
|
25676
|
+
"privacy": "public"
|
25677
|
+
}
|
25678
|
+
]
|
25679
|
+
}
|
25680
|
+
],
|
25681
|
+
"exports": [
|
25682
|
+
{
|
25683
|
+
"kind": "js",
|
25684
|
+
"name": "IntroPanel",
|
25685
|
+
"declaration": {
|
25686
|
+
"name": "IntroPanel",
|
25687
|
+
"module": "src/views/chat/introPanel/introPanel.ts"
|
25688
|
+
}
|
25689
|
+
}
|
25690
|
+
]
|
25691
|
+
},
|
25692
25692
|
{
|
25693
25693
|
"kind": "javascript-module",
|
25694
25694
|
"path": "src/views/chat/messages/avatar.ts",
|
@@ -28757,22 +28757,141 @@
|
|
28757
28757
|
"name": "addItem",
|
28758
28758
|
"parameters": [
|
28759
28759
|
{
|
28760
|
-
"name": "inputButton",
|
28760
|
+
"name": "inputButton",
|
28761
|
+
"type": {
|
28762
|
+
"text": "InputButton"
|
28763
|
+
}
|
28764
|
+
}
|
28765
|
+
]
|
28766
|
+
},
|
28767
|
+
{
|
28768
|
+
"kind": "method",
|
28769
|
+
"name": "addWindowEvents",
|
28770
|
+
"privacy": "private",
|
28771
|
+
"parameters": [
|
28772
|
+
{
|
28773
|
+
"name": "containerElement",
|
28774
|
+
"type": {
|
28775
|
+
"text": "HTMLElement"
|
28776
|
+
}
|
28777
|
+
}
|
28778
|
+
]
|
28779
|
+
}
|
28780
|
+
]
|
28781
|
+
}
|
28782
|
+
],
|
28783
|
+
"exports": [
|
28784
|
+
{
|
28785
|
+
"kind": "js",
|
28786
|
+
"name": "DropupMenu",
|
28787
|
+
"declaration": {
|
28788
|
+
"name": "DropupMenu",
|
28789
|
+
"module": "src/views/chat/input/dropup/dropupMenu.ts"
|
28790
|
+
}
|
28791
|
+
}
|
28792
|
+
]
|
28793
|
+
},
|
28794
|
+
{
|
28795
|
+
"kind": "javascript-module",
|
28796
|
+
"path": "src/views/chat/input/validation/validationHandler.ts",
|
28797
|
+
"declarations": [
|
28798
|
+
{
|
28799
|
+
"kind": "class",
|
28800
|
+
"description": "",
|
28801
|
+
"name": "ValidationHandler",
|
28802
|
+
"members": [
|
28803
|
+
{
|
28804
|
+
"kind": "method",
|
28805
|
+
"name": "useValidationFunc",
|
28806
|
+
"privacy": "private",
|
28807
|
+
"static": true,
|
28808
|
+
"parameters": [
|
28809
|
+
{
|
28810
|
+
"name": "validation",
|
28811
|
+
"type": {
|
28812
|
+
"text": "ValidateFunc"
|
28813
|
+
}
|
28814
|
+
},
|
28815
|
+
{
|
28816
|
+
"name": "textInput",
|
28817
|
+
"type": {
|
28818
|
+
"text": "TextInputEl"
|
28819
|
+
}
|
28820
|
+
},
|
28821
|
+
{
|
28822
|
+
"name": "fileAttachments",
|
28823
|
+
"type": {
|
28824
|
+
"text": "FileAttachments"
|
28825
|
+
}
|
28826
|
+
},
|
28827
|
+
{
|
28828
|
+
"name": "submitButton",
|
28829
|
+
"type": {
|
28830
|
+
"text": "SubmitButton"
|
28831
|
+
}
|
28832
|
+
},
|
28833
|
+
{
|
28834
|
+
"name": "isProgrammatic",
|
28835
|
+
"type": {
|
28836
|
+
"text": "boolean"
|
28837
|
+
}
|
28838
|
+
}
|
28839
|
+
]
|
28840
|
+
},
|
28841
|
+
{
|
28842
|
+
"kind": "method",
|
28843
|
+
"name": "validateWebsocket",
|
28844
|
+
"privacy": "private",
|
28845
|
+
"static": true,
|
28846
|
+
"parameters": [
|
28847
|
+
{
|
28848
|
+
"name": "serviceIO",
|
28849
|
+
"type": {
|
28850
|
+
"text": "ServiceIO"
|
28851
|
+
}
|
28852
|
+
},
|
28853
|
+
{
|
28854
|
+
"name": "submitButton",
|
28761
28855
|
"type": {
|
28762
|
-
"text": "
|
28856
|
+
"text": "SubmitButton"
|
28763
28857
|
}
|
28764
28858
|
}
|
28765
28859
|
]
|
28766
28860
|
},
|
28767
28861
|
{
|
28768
28862
|
"kind": "method",
|
28769
|
-
"name": "
|
28770
|
-
"privacy": "
|
28863
|
+
"name": "attach",
|
28864
|
+
"privacy": "public",
|
28865
|
+
"static": true,
|
28771
28866
|
"parameters": [
|
28772
28867
|
{
|
28773
|
-
"name": "
|
28868
|
+
"name": "deepChat",
|
28774
28869
|
"type": {
|
28775
|
-
"text": "
|
28870
|
+
"text": "DeepChat"
|
28871
|
+
}
|
28872
|
+
},
|
28873
|
+
{
|
28874
|
+
"name": "serviceIO",
|
28875
|
+
"type": {
|
28876
|
+
"text": "ServiceIO"
|
28877
|
+
}
|
28878
|
+
},
|
28879
|
+
{
|
28880
|
+
"name": "textInput",
|
28881
|
+
"type": {
|
28882
|
+
"text": "TextInputEl"
|
28883
|
+
}
|
28884
|
+
},
|
28885
|
+
{
|
28886
|
+
"name": "fileAttachments",
|
28887
|
+
"type": {
|
28888
|
+
"text": "FileAttachments"
|
28889
|
+
}
|
28890
|
+
},
|
28891
|
+
{
|
28892
|
+
"name": "submitButton",
|
28893
|
+
"type": {
|
28894
|
+
"text": "SubmitButton"
|
28776
28895
|
}
|
28777
28896
|
}
|
28778
28897
|
]
|
@@ -28783,10 +28902,10 @@
|
|
28783
28902
|
"exports": [
|
28784
28903
|
{
|
28785
28904
|
"kind": "js",
|
28786
|
-
"name": "
|
28905
|
+
"name": "ValidationHandler",
|
28787
28906
|
"declaration": {
|
28788
|
-
"name": "
|
28789
|
-
"module": "src/views/chat/input/
|
28907
|
+
"name": "ValidationHandler",
|
28908
|
+
"module": "src/views/chat/input/validation/validationHandler.ts"
|
28790
28909
|
}
|
28791
28910
|
}
|
28792
28911
|
]
|
@@ -29230,154 +29349,6 @@
|
|
29230
29349
|
}
|
29231
29350
|
]
|
29232
29351
|
},
|
29233
|
-
{
|
29234
|
-
"kind": "javascript-module",
|
29235
|
-
"path": "src/views/chat/input/validation/validationHandler.ts",
|
29236
|
-
"declarations": [
|
29237
|
-
{
|
29238
|
-
"kind": "class",
|
29239
|
-
"description": "",
|
29240
|
-
"name": "ValidationHandler",
|
29241
|
-
"members": [
|
29242
|
-
{
|
29243
|
-
"kind": "method",
|
29244
|
-
"name": "useValidationFunc",
|
29245
|
-
"privacy": "private",
|
29246
|
-
"static": true,
|
29247
|
-
"parameters": [
|
29248
|
-
{
|
29249
|
-
"name": "validation",
|
29250
|
-
"type": {
|
29251
|
-
"text": "ValidateFunc"
|
29252
|
-
}
|
29253
|
-
},
|
29254
|
-
{
|
29255
|
-
"name": "textInput",
|
29256
|
-
"type": {
|
29257
|
-
"text": "TextInputEl"
|
29258
|
-
}
|
29259
|
-
},
|
29260
|
-
{
|
29261
|
-
"name": "fileAttachments",
|
29262
|
-
"type": {
|
29263
|
-
"text": "FileAttachments"
|
29264
|
-
}
|
29265
|
-
},
|
29266
|
-
{
|
29267
|
-
"name": "submitButton",
|
29268
|
-
"type": {
|
29269
|
-
"text": "SubmitButton"
|
29270
|
-
}
|
29271
|
-
},
|
29272
|
-
{
|
29273
|
-
"name": "isProgrammatic",
|
29274
|
-
"type": {
|
29275
|
-
"text": "boolean"
|
29276
|
-
}
|
29277
|
-
}
|
29278
|
-
]
|
29279
|
-
},
|
29280
|
-
{
|
29281
|
-
"kind": "method",
|
29282
|
-
"name": "validateWebsocket",
|
29283
|
-
"privacy": "private",
|
29284
|
-
"static": true,
|
29285
|
-
"parameters": [
|
29286
|
-
{
|
29287
|
-
"name": "serviceIO",
|
29288
|
-
"type": {
|
29289
|
-
"text": "ServiceIO"
|
29290
|
-
}
|
29291
|
-
},
|
29292
|
-
{
|
29293
|
-
"name": "submitButton",
|
29294
|
-
"type": {
|
29295
|
-
"text": "SubmitButton"
|
29296
|
-
}
|
29297
|
-
}
|
29298
|
-
]
|
29299
|
-
},
|
29300
|
-
{
|
29301
|
-
"kind": "method",
|
29302
|
-
"name": "attach",
|
29303
|
-
"privacy": "public",
|
29304
|
-
"static": true,
|
29305
|
-
"parameters": [
|
29306
|
-
{
|
29307
|
-
"name": "deepChat",
|
29308
|
-
"type": {
|
29309
|
-
"text": "DeepChat"
|
29310
|
-
}
|
29311
|
-
},
|
29312
|
-
{
|
29313
|
-
"name": "serviceIO",
|
29314
|
-
"type": {
|
29315
|
-
"text": "ServiceIO"
|
29316
|
-
}
|
29317
|
-
},
|
29318
|
-
{
|
29319
|
-
"name": "textInput",
|
29320
|
-
"type": {
|
29321
|
-
"text": "TextInputEl"
|
29322
|
-
}
|
29323
|
-
},
|
29324
|
-
{
|
29325
|
-
"name": "fileAttachments",
|
29326
|
-
"type": {
|
29327
|
-
"text": "FileAttachments"
|
29328
|
-
}
|
29329
|
-
},
|
29330
|
-
{
|
29331
|
-
"name": "submitButton",
|
29332
|
-
"type": {
|
29333
|
-
"text": "SubmitButton"
|
29334
|
-
}
|
29335
|
-
}
|
29336
|
-
]
|
29337
|
-
}
|
29338
|
-
]
|
29339
|
-
}
|
29340
|
-
],
|
29341
|
-
"exports": [
|
29342
|
-
{
|
29343
|
-
"kind": "js",
|
29344
|
-
"name": "ValidationHandler",
|
29345
|
-
"declaration": {
|
29346
|
-
"name": "ValidationHandler",
|
29347
|
-
"module": "src/views/chat/input/validation/validationHandler.ts"
|
29348
|
-
}
|
29349
|
-
}
|
29350
|
-
]
|
29351
|
-
},
|
29352
|
-
{
|
29353
|
-
"kind": "javascript-module",
|
29354
|
-
"path": "src/views/chat/messages/remarkable/remarkableConfig.ts",
|
29355
|
-
"declarations": [
|
29356
|
-
{
|
29357
|
-
"kind": "class",
|
29358
|
-
"description": "",
|
29359
|
-
"name": "RemarkableConfig",
|
29360
|
-
"members": [
|
29361
|
-
{
|
29362
|
-
"kind": "method",
|
29363
|
-
"name": "createNew",
|
29364
|
-
"privacy": "public",
|
29365
|
-
"static": true
|
29366
|
-
}
|
29367
|
-
]
|
29368
|
-
}
|
29369
|
-
],
|
29370
|
-
"exports": [
|
29371
|
-
{
|
29372
|
-
"kind": "js",
|
29373
|
-
"name": "RemarkableConfig",
|
29374
|
-
"declaration": {
|
29375
|
-
"name": "RemarkableConfig",
|
29376
|
-
"module": "src/views/chat/messages/remarkable/remarkableConfig.ts"
|
29377
|
-
}
|
29378
|
-
}
|
29379
|
-
]
|
29380
|
-
},
|
29381
29352
|
{
|
29382
29353
|
"kind": "javascript-module",
|
29383
29354
|
"path": "src/views/chat/messages/html/htmlDeepChatElements.ts",
|
@@ -29786,6 +29757,35 @@
|
|
29786
29757
|
}
|
29787
29758
|
]
|
29788
29759
|
},
|
29760
|
+
{
|
29761
|
+
"kind": "javascript-module",
|
29762
|
+
"path": "src/views/chat/messages/remarkable/remarkableConfig.ts",
|
29763
|
+
"declarations": [
|
29764
|
+
{
|
29765
|
+
"kind": "class",
|
29766
|
+
"description": "",
|
29767
|
+
"name": "RemarkableConfig",
|
29768
|
+
"members": [
|
29769
|
+
{
|
29770
|
+
"kind": "method",
|
29771
|
+
"name": "createNew",
|
29772
|
+
"privacy": "public",
|
29773
|
+
"static": true
|
29774
|
+
}
|
29775
|
+
]
|
29776
|
+
}
|
29777
|
+
],
|
29778
|
+
"exports": [
|
29779
|
+
{
|
29780
|
+
"kind": "js",
|
29781
|
+
"name": "RemarkableConfig",
|
29782
|
+
"declaration": {
|
29783
|
+
"name": "RemarkableConfig",
|
29784
|
+
"module": "src/views/chat/messages/remarkable/remarkableConfig.ts"
|
29785
|
+
}
|
29786
|
+
}
|
29787
|
+
]
|
29788
|
+
},
|
29789
29789
|
{
|
29790
29790
|
"kind": "javascript-module",
|
29791
29791
|
"path": "src/views/chat/messages/textToSpeech/textToSpeech.ts",
|
@@ -31750,24 +31750,6 @@
|
|
31750
31750
|
"description": "",
|
31751
31751
|
"name": "SubmitButton",
|
31752
31752
|
"members": [
|
31753
|
-
{
|
31754
|
-
"kind": "field",
|
31755
|
-
"name": "_isRequestInProgress",
|
31756
|
-
"type": {
|
31757
|
-
"text": "boolean"
|
31758
|
-
},
|
31759
|
-
"privacy": "private",
|
31760
|
-
"default": "false"
|
31761
|
-
},
|
31762
|
-
{
|
31763
|
-
"kind": "field",
|
31764
|
-
"name": "_isLoadingActive",
|
31765
|
-
"type": {
|
31766
|
-
"text": "boolean"
|
31767
|
-
},
|
31768
|
-
"privacy": "private",
|
31769
|
-
"default": "false"
|
31770
|
-
},
|
31771
31753
|
{
|
31772
31754
|
"kind": "field",
|
31773
31755
|
"name": "_serviceIO",
|
@@ -31856,6 +31838,14 @@
|
|
31856
31838
|
},
|
31857
31839
|
"privacy": "private"
|
31858
31840
|
},
|
31841
|
+
{
|
31842
|
+
"kind": "field",
|
31843
|
+
"name": "status",
|
31844
|
+
"type": {
|
31845
|
+
"text": "object"
|
31846
|
+
},
|
31847
|
+
"default": "{requestInProgress: false, loadingActive: false}"
|
31848
|
+
},
|
31859
31849
|
{
|
31860
31850
|
"kind": "method",
|
31861
31851
|
"name": "createInnerElements",
|
@@ -31924,6 +31914,19 @@
|
|
31924
31914
|
}
|
31925
31915
|
]
|
31926
31916
|
},
|
31917
|
+
{
|
31918
|
+
"kind": "method",
|
31919
|
+
"name": "resetSubmit",
|
31920
|
+
"privacy": "private",
|
31921
|
+
"parameters": [
|
31922
|
+
{
|
31923
|
+
"name": "validationHandler",
|
31924
|
+
"type": {
|
31925
|
+
"text": "ValidationHandler"
|
31926
|
+
}
|
31927
|
+
}
|
31928
|
+
]
|
31929
|
+
},
|
31927
31930
|
{
|
31928
31931
|
"kind": "method",
|
31929
31932
|
"name": "submitFromInput",
|