deep-chat-dev 9.0.51 → 9.0.53

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.
@@ -480,6 +480,54 @@
480
480
  }
481
481
  ]
482
482
  },
483
+ {
484
+ "kind": "javascript-module",
485
+ "path": "src/services/serviceIO.ts",
486
+ "declarations": [],
487
+ "exports": []
488
+ },
489
+ {
490
+ "kind": "javascript-module",
491
+ "path": "src/services/serviceIOFactory.ts",
492
+ "declarations": [
493
+ {
494
+ "kind": "class",
495
+ "description": "",
496
+ "name": "ServiceIOFactory",
497
+ "members": [
498
+ {
499
+ "kind": "method",
500
+ "name": "create",
501
+ "privacy": "public",
502
+ "static": true,
503
+ "return": {
504
+ "type": {
505
+ "text": "ServiceIO"
506
+ }
507
+ },
508
+ "parameters": [
509
+ {
510
+ "name": "deepChat",
511
+ "type": {
512
+ "text": "DeepChat"
513
+ }
514
+ }
515
+ ]
516
+ }
517
+ ]
518
+ }
519
+ ],
520
+ "exports": [
521
+ {
522
+ "kind": "js",
523
+ "name": "ServiceIOFactory",
524
+ "declaration": {
525
+ "name": "ServiceIOFactory",
526
+ "module": "src/services/serviceIOFactory.ts"
527
+ }
528
+ }
529
+ ]
530
+ },
483
531
  {
484
532
  "kind": "javascript-module",
485
533
  "path": "src/icons/audioIcon.ts",
@@ -837,54 +885,6 @@
837
885
  }
838
886
  ]
839
887
  },
840
- {
841
- "kind": "javascript-module",
842
- "path": "src/services/serviceIO.ts",
843
- "declarations": [],
844
- "exports": []
845
- },
846
- {
847
- "kind": "javascript-module",
848
- "path": "src/services/serviceIOFactory.ts",
849
- "declarations": [
850
- {
851
- "kind": "class",
852
- "description": "",
853
- "name": "ServiceIOFactory",
854
- "members": [
855
- {
856
- "kind": "method",
857
- "name": "create",
858
- "privacy": "public",
859
- "static": true,
860
- "return": {
861
- "type": {
862
- "text": "ServiceIO"
863
- }
864
- },
865
- "parameters": [
866
- {
867
- "name": "deepChat",
868
- "type": {
869
- "text": "DeepChat"
870
- }
871
- }
872
- ]
873
- }
874
- ]
875
- }
876
- ],
877
- "exports": [
878
- {
879
- "kind": "js",
880
- "name": "ServiceIOFactory",
881
- "declaration": {
882
- "name": "ServiceIOFactory",
883
- "module": "src/services/serviceIOFactory.ts"
884
- }
885
- }
886
- ]
887
- },
888
888
  {
889
889
  "kind": "javascript-module",
890
890
  "path": "src/types/APIKey.ts",
@@ -23603,83 +23603,6 @@
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
- },
23683
23606
  {
23684
23607
  "kind": "javascript-module",
23685
23608
  "path": "src/utils/fileTypes/fileTypeButtonIcons.ts",
@@ -24672,6 +24595,75 @@
24672
24595
  }
24673
24596
  ]
24674
24597
  },
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
+ },
24675
24667
  {
24676
24668
  "kind": "javascript-module",
24677
24669
  "path": "src/services/azure/utils/azureUtils.ts",
@@ -24919,58 +24911,69 @@
24919
24911
  },
24920
24912
  {
24921
24913
  "kind": "javascript-module",
24922
- "path": "src/views/validateKeyProperty/validateKeyPropertyView.ts",
24914
+ "path": "src/services/cohere/utils/cohereUtils.ts",
24923
24915
  "declarations": [
24924
24916
  {
24925
24917
  "kind": "class",
24926
24918
  "description": "",
24927
- "name": "ValidateKeyPropertyView",
24919
+ "name": "CohereUtils",
24928
24920
  "members": [
24929
24921
  {
24930
24922
  "kind": "method",
24931
- "name": "onLoad",
24932
- "privacy": "private",
24923
+ "name": "buildHeaders",
24924
+ "privacy": "public",
24933
24925
  "static": true,
24934
24926
  "parameters": [
24935
24927
  {
24936
- "name": "startElement",
24928
+ "name": "key",
24937
24929
  "type": {
24938
- "text": "HTMLElement"
24930
+ "text": "string"
24939
24931
  }
24940
24932
  }
24941
24933
  ]
24942
24934
  },
24943
24935
  {
24944
24936
  "kind": "method",
24945
- "name": "createElements",
24937
+ "name": "handleVerificationResult",
24946
24938
  "privacy": "private",
24947
- "static": true
24948
- },
24949
- {
24950
- "kind": "method",
24951
- "name": "render",
24952
- "privacy": "public",
24953
24939
  "static": true,
24954
24940
  "parameters": [
24955
24941
  {
24956
- "name": "containerRef",
24942
+ "name": "result",
24957
24943
  "type": {
24958
- "text": "HTMLElement"
24944
+ "text": "object"
24959
24945
  }
24960
24946
  },
24961
24947
  {
24962
- "name": "changeToChat",
24948
+ "name": "key",
24963
24949
  "type": {
24964
- "text": "() => void"
24950
+ "text": "string"
24965
24951
  }
24966
24952
  },
24967
24953
  {
24968
- "name": "serviceIO",
24954
+ "name": "onSuccess",
24969
24955
  "type": {
24970
- "text": "ServiceIO"
24956
+ "text": "(key: string) => void"
24957
+ }
24958
+ },
24959
+ {
24960
+ "name": "onFail",
24961
+ "type": {
24962
+ "text": "(message: string) => void"
24971
24963
  }
24972
24964
  }
24973
24965
  ]
24966
+ },
24967
+ {
24968
+ "kind": "method",
24969
+ "name": "buildKeyVerificationDetails",
24970
+ "privacy": "public",
24971
+ "static": true,
24972
+ "return": {
24973
+ "type": {
24974
+ "text": "KeyVerificationDetails"
24975
+ }
24976
+ }
24974
24977
  }
24975
24978
  ]
24976
24979
  }
@@ -24978,22 +24981,22 @@
24978
24981
  "exports": [
24979
24982
  {
24980
24983
  "kind": "js",
24981
- "name": "ValidateKeyPropertyView",
24984
+ "name": "CohereUtils",
24982
24985
  "declaration": {
24983
- "name": "ValidateKeyPropertyView",
24984
- "module": "src/views/validateKeyProperty/validateKeyPropertyView.ts"
24986
+ "name": "CohereUtils",
24987
+ "module": "src/services/cohere/utils/cohereUtils.ts"
24985
24988
  }
24986
24989
  }
24987
24990
  ]
24988
24991
  },
24989
24992
  {
24990
24993
  "kind": "javascript-module",
24991
- "path": "src/services/cohere/utils/cohereUtils.ts",
24994
+ "path": "src/services/huggingFace/utils/huggingFaceUtils.ts",
24992
24995
  "declarations": [
24993
24996
  {
24994
24997
  "kind": "class",
24995
24998
  "description": "",
24996
- "name": "CohereUtils",
24999
+ "name": "HuggingFaceUtils",
24997
25000
  "members": [
24998
25001
  {
24999
25002
  "kind": "method",
@@ -25058,22 +25061,22 @@
25058
25061
  "exports": [
25059
25062
  {
25060
25063
  "kind": "js",
25061
- "name": "CohereUtils",
25064
+ "name": "HuggingFaceUtils",
25062
25065
  "declaration": {
25063
- "name": "CohereUtils",
25064
- "module": "src/services/cohere/utils/cohereUtils.ts"
25066
+ "name": "HuggingFaceUtils",
25067
+ "module": "src/services/huggingFace/utils/huggingFaceUtils.ts"
25065
25068
  }
25066
25069
  }
25067
25070
  ]
25068
25071
  },
25069
25072
  {
25070
25073
  "kind": "javascript-module",
25071
- "path": "src/services/huggingFace/utils/huggingFaceUtils.ts",
25074
+ "path": "src/services/stabilityAI/utils/stabilityAIUtils.ts",
25072
25075
  "declarations": [
25073
25076
  {
25074
25077
  "kind": "class",
25075
25078
  "description": "",
25076
- "name": "HuggingFaceUtils",
25079
+ "name": "StabilityAIUtils",
25077
25080
  "members": [
25078
25081
  {
25079
25082
  "kind": "method",
@@ -25138,10 +25141,10 @@
25138
25141
  "exports": [
25139
25142
  {
25140
25143
  "kind": "js",
25141
- "name": "HuggingFaceUtils",
25144
+ "name": "StabilityAIUtils",
25142
25145
  "declaration": {
25143
- "name": "HuggingFaceUtils",
25144
- "module": "src/services/huggingFace/utils/huggingFaceUtils.ts"
25146
+ "name": "StabilityAIUtils",
25147
+ "module": "src/services/stabilityAI/utils/stabilityAIUtils.ts"
25145
25148
  }
25146
25149
  }
25147
25150
  ]
@@ -25336,69 +25339,170 @@
25336
25339
  },
25337
25340
  {
25338
25341
  "kind": "javascript-module",
25339
- "path": "src/services/stabilityAI/utils/stabilityAIUtils.ts",
25342
+ "path": "src/utils/events/fireEvents.ts",
25340
25343
  "declarations": [
25341
25344
  {
25342
25345
  "kind": "class",
25343
25346
  "description": "",
25344
- "name": "StabilityAIUtils",
25347
+ "name": "FireEvents",
25345
25348
  "members": [
25346
25349
  {
25347
25350
  "kind": "method",
25348
- "name": "buildHeaders",
25351
+ "name": "onNewMessage",
25349
25352
  "privacy": "public",
25350
25353
  "static": true,
25351
25354
  "parameters": [
25352
25355
  {
25353
- "name": "key",
25356
+ "name": "deepChat",
25354
25357
  "type": {
25355
- "text": "string"
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"
25356
25371
  }
25357
25372
  }
25358
25373
  ]
25359
25374
  },
25360
25375
  {
25361
25376
  "kind": "method",
25362
- "name": "handleVerificationResult",
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",
25420
+ "declarations": [
25421
+ {
25422
+ "kind": "class",
25423
+ "description": "",
25424
+ "name": "IntroPanel",
25425
+ "members": [
25426
+ {
25427
+ "kind": "field",
25428
+ "name": "_elementRef",
25429
+ "type": {
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",
25363
25445
  "privacy": "private",
25364
25446
  "static": true,
25365
25447
  "parameters": [
25366
25448
  {
25367
- "name": "result",
25449
+ "name": "introPanelStyle",
25450
+ "optional": true,
25368
25451
  "type": {
25369
- "text": "object"
25452
+ "text": "CustomStyle"
25370
25453
  }
25371
- },
25454
+ }
25455
+ ]
25456
+ },
25457
+ {
25458
+ "kind": "method",
25459
+ "name": "createIntroPanelWithChild",
25460
+ "privacy": "private",
25461
+ "parameters": [
25372
25462
  {
25373
- "name": "key",
25463
+ "name": "childElement",
25374
25464
  "type": {
25375
- "text": "string"
25465
+ "text": "HTMLElement"
25376
25466
  }
25377
25467
  },
25378
25468
  {
25379
- "name": "onSuccess",
25469
+ "name": "introPanelStyle",
25470
+ "optional": true,
25380
25471
  "type": {
25381
- "text": "(key: string) => void"
25472
+ "text": "CustomStyle"
25473
+ }
25474
+ }
25475
+ ]
25476
+ },
25477
+ {
25478
+ "kind": "method",
25479
+ "name": "createInternalIntroPanel",
25480
+ "privacy": "private",
25481
+ "parameters": [
25482
+ {
25483
+ "name": "introPanelMarkUp",
25484
+ "type": {
25485
+ "text": "string"
25382
25486
  }
25383
25487
  },
25384
25488
  {
25385
- "name": "onFail",
25489
+ "name": "introPanelStyle",
25490
+ "optional": true,
25386
25491
  "type": {
25387
- "text": "(message: string) => void"
25492
+ "text": "CustomStyle"
25388
25493
  }
25389
25494
  }
25390
25495
  ]
25391
25496
  },
25392
25497
  {
25393
25498
  "kind": "method",
25394
- "name": "buildKeyVerificationDetails",
25395
- "privacy": "public",
25396
- "static": true,
25397
- "return": {
25398
- "type": {
25399
- "text": "KeyVerificationDetails"
25400
- }
25401
- }
25499
+ "name": "hide",
25500
+ "privacy": "public"
25501
+ },
25502
+ {
25503
+ "kind": "method",
25504
+ "name": "display",
25505
+ "privacy": "public"
25402
25506
  }
25403
25507
  ]
25404
25508
  }
@@ -25406,10 +25510,10 @@
25406
25510
  "exports": [
25407
25511
  {
25408
25512
  "kind": "js",
25409
- "name": "StabilityAIUtils",
25513
+ "name": "IntroPanel",
25410
25514
  "declaration": {
25411
- "name": "StabilityAIUtils",
25412
- "module": "src/services/stabilityAI/utils/stabilityAIUtils.ts"
25515
+ "name": "IntroPanel",
25516
+ "module": "src/views/chat/introPanel/introPanel.ts"
25413
25517
  }
25414
25518
  }
25415
25519
  ]
@@ -25585,110 +25689,6 @@
25585
25689
  }
25586
25690
  ]
25587
25691
  },
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",
@@ -28715,183 +28715,64 @@
28715
28715
  "text": "HTMLElement | undefined"
28716
28716
  }
28717
28717
  },
28718
- {
28719
- "kind": "field",
28720
- "name": "_styles",
28721
- "type": {
28722
- "text": "DropupMenuStyles | undefined"
28723
- },
28724
- "privacy": "private",
28725
- "default": "styles"
28726
- },
28727
- {
28728
- "kind": "method",
28729
- "name": "createElement",
28730
- "privacy": "private",
28731
- "static": true,
28732
- "parameters": [
28733
- {
28734
- "name": "containerStyle",
28735
- "optional": true,
28736
- "type": {
28737
- "text": "CustomStyle"
28738
- }
28739
- }
28740
- ]
28741
- },
28742
- {
28743
- "kind": "method",
28744
- "name": "open",
28745
- "privacy": "private"
28746
- },
28747
- {
28748
- "kind": "method",
28749
- "name": "close"
28750
- },
28751
- {
28752
- "kind": "method",
28753
- "name": "toggle"
28754
- },
28755
- {
28756
- "kind": "method",
28757
- "name": "addItem",
28758
- "parameters": [
28759
- {
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
- ]
28718
+ {
28719
+ "kind": "field",
28720
+ "name": "_styles",
28721
+ "type": {
28722
+ "text": "DropupMenuStyles | undefined"
28723
+ },
28724
+ "privacy": "private",
28725
+ "default": "styles"
28840
28726
  },
28841
28727
  {
28842
28728
  "kind": "method",
28843
- "name": "validateWebsocket",
28729
+ "name": "createElement",
28844
28730
  "privacy": "private",
28845
28731
  "static": true,
28846
28732
  "parameters": [
28847
28733
  {
28848
- "name": "serviceIO",
28849
- "type": {
28850
- "text": "ServiceIO"
28851
- }
28852
- },
28853
- {
28854
- "name": "submitButton",
28734
+ "name": "containerStyle",
28735
+ "optional": true,
28855
28736
  "type": {
28856
- "text": "SubmitButton"
28737
+ "text": "CustomStyle"
28857
28738
  }
28858
28739
  }
28859
28740
  ]
28860
28741
  },
28861
28742
  {
28862
28743
  "kind": "method",
28863
- "name": "attach",
28864
- "privacy": "public",
28865
- "static": true,
28744
+ "name": "open",
28745
+ "privacy": "private"
28746
+ },
28747
+ {
28748
+ "kind": "method",
28749
+ "name": "close"
28750
+ },
28751
+ {
28752
+ "kind": "method",
28753
+ "name": "toggle"
28754
+ },
28755
+ {
28756
+ "kind": "method",
28757
+ "name": "addItem",
28866
28758
  "parameters": [
28867
28759
  {
28868
- "name": "deepChat",
28869
- "type": {
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",
28760
+ "name": "inputButton",
28887
28761
  "type": {
28888
- "text": "FileAttachments"
28762
+ "text": "InputButton"
28889
28763
  }
28890
- },
28764
+ }
28765
+ ]
28766
+ },
28767
+ {
28768
+ "kind": "method",
28769
+ "name": "addWindowEvents",
28770
+ "privacy": "private",
28771
+ "parameters": [
28891
28772
  {
28892
- "name": "submitButton",
28773
+ "name": "containerElement",
28893
28774
  "type": {
28894
- "text": "SubmitButton"
28775
+ "text": "HTMLElement"
28895
28776
  }
28896
28777
  }
28897
28778
  ]
@@ -28902,10 +28783,10 @@
28902
28783
  "exports": [
28903
28784
  {
28904
28785
  "kind": "js",
28905
- "name": "ValidationHandler",
28786
+ "name": "DropupMenu",
28906
28787
  "declaration": {
28907
- "name": "ValidationHandler",
28908
- "module": "src/views/chat/input/validation/validationHandler.ts"
28788
+ "name": "DropupMenu",
28789
+ "module": "src/views/chat/input/dropup/dropupMenu.ts"
28909
28790
  }
28910
28791
  }
28911
28792
  ]
@@ -29349,6 +29230,154 @@
29349
29230
  }
29350
29231
  ]
29351
29232
  },
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
+ },
29352
29381
  {
29353
29382
  "kind": "javascript-module",
29354
29383
  "path": "src/views/chat/messages/html/htmlDeepChatElements.ts",
@@ -29757,35 +29786,6 @@
29757
29786
  }
29758
29787
  ]
29759
29788
  },
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",