deep-chat-dev 1.1.33 → 1.1.35

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.
@@ -389,26 +389,10 @@
389
389
  "type": {
390
390
  "text": "string"
391
391
  }
392
- }
393
- ],
394
- "inheritedFrom": {
395
- "name": "InternalHTML",
396
- "module": "src/utils/webComponent/internalHTML.ts"
397
- }
398
- },
399
- {
400
- "kind": "method",
401
- "name": "constructPropertyAccessors2",
402
- "privacy": "private",
403
- "parameters": [
404
- {
405
- "name": "attributeKey",
406
- "type": {
407
- "text": "string"
408
- }
409
392
  },
410
393
  {
411
- "name": "propertyKey",
394
+ "name": "attributeName",
395
+ "optional": true,
412
396
  "type": {
413
397
  "text": "string"
414
398
  }
@@ -21463,393 +21447,244 @@
21463
21447
  },
21464
21448
  {
21465
21449
  "kind": "javascript-module",
21466
- "path": "src/views/chat/chatView.ts",
21450
+ "path": "src/utils/HTTP/HTTPRequest.ts",
21467
21451
  "declarations": [
21468
21452
  {
21469
21453
  "kind": "class",
21470
21454
  "description": "",
21471
- "name": "ChatView",
21455
+ "name": "HTTPRequest",
21472
21456
  "members": [
21473
21457
  {
21474
21458
  "kind": "method",
21475
- "name": "createElements",
21476
- "privacy": "private",
21459
+ "name": "request",
21460
+ "privacy": "public",
21477
21461
  "static": true,
21478
21462
  "parameters": [
21479
21463
  {
21480
- "name": "deepChat",
21464
+ "name": "io",
21481
21465
  "type": {
21482
- "text": "DeepChat"
21466
+ "text": "ServiceIO"
21483
21467
  }
21484
21468
  },
21485
21469
  {
21486
- "name": "serviceIO",
21470
+ "name": "body",
21487
21471
  "type": {
21488
- "text": "ServiceIO"
21472
+ "text": "object"
21489
21473
  }
21490
21474
  },
21491
21475
  {
21492
- "name": "panel",
21493
- "optional": true,
21476
+ "name": "messages",
21494
21477
  "type": {
21495
- "text": "HTMLElement"
21478
+ "text": "Messages"
21479
+ }
21480
+ },
21481
+ {
21482
+ "name": "onFinish",
21483
+ "type": {
21484
+ "text": "Finish"
21496
21485
  }
21486
+ },
21487
+ {
21488
+ "name": "stringifyBody",
21489
+ "default": "true"
21497
21490
  }
21498
21491
  ]
21499
21492
  },
21500
21493
  {
21501
21494
  "kind": "method",
21502
- "name": "render",
21495
+ "name": "requestStream",
21503
21496
  "privacy": "public",
21504
21497
  "static": true,
21505
21498
  "parameters": [
21506
21499
  {
21507
- "name": "deepChat",
21500
+ "name": "io",
21508
21501
  "type": {
21509
- "text": "DeepChat"
21502
+ "text": "ServiceIO"
21510
21503
  }
21511
21504
  },
21512
21505
  {
21513
- "name": "containerRef",
21506
+ "name": "body",
21514
21507
  "type": {
21515
- "text": "HTMLElement"
21508
+ "text": "object"
21516
21509
  }
21517
21510
  },
21518
21511
  {
21519
- "name": "serviceIO",
21512
+ "name": "messages",
21520
21513
  "type": {
21521
- "text": "ServiceIO"
21514
+ "text": "Messages"
21522
21515
  }
21523
21516
  },
21524
21517
  {
21525
- "name": "panel",
21526
- "optional": true,
21518
+ "name": "onOpen",
21527
21519
  "type": {
21528
- "text": "HTMLElement"
21520
+ "text": "() => void"
21529
21521
  }
21530
- }
21531
- ]
21532
- }
21533
- ]
21534
- }
21535
- ],
21536
- "exports": [
21537
- {
21538
- "kind": "js",
21539
- "name": "ChatView",
21540
- "declaration": {
21541
- "name": "ChatView",
21542
- "module": "src/views/chat/chatView.ts"
21543
- }
21544
- }
21545
- ]
21546
- },
21547
- {
21548
- "kind": "javascript-module",
21549
- "path": "src/views/error/errorView.ts",
21550
- "declarations": [
21551
- {
21552
- "kind": "class",
21553
- "description": "",
21554
- "name": "ErrorView",
21555
- "members": [
21556
- {
21557
- "kind": "method",
21558
- "name": "render",
21559
- "privacy": "public",
21560
- "static": true,
21561
- "parameters": [
21522
+ },
21562
21523
  {
21563
- "name": "containerElement",
21524
+ "name": "onClose",
21564
21525
  "type": {
21565
- "text": "HTMLElement"
21526
+ "text": "() => void"
21566
21527
  }
21567
21528
  },
21568
21529
  {
21569
- "name": "text",
21530
+ "name": "abortStream",
21570
21531
  "type": {
21571
- "text": "string"
21532
+ "text": "AbortController"
21572
21533
  }
21573
- }
21574
- ]
21575
- }
21576
- ]
21577
- }
21578
- ],
21579
- "exports": [
21580
- {
21581
- "kind": "js",
21582
- "name": "ErrorView",
21583
- "declaration": {
21584
- "name": "ErrorView",
21585
- "module": "src/views/error/errorView.ts"
21586
- }
21587
- }
21588
- ]
21589
- },
21590
- {
21591
- "kind": "javascript-module",
21592
- "path": "src/views/insertKey/insertKeyView.ts",
21593
- "declarations": [
21594
- {
21595
- "kind": "class",
21596
- "description": "",
21597
- "name": "InsertKeyView",
21598
- "members": [
21599
- {
21600
- "kind": "method",
21601
- "name": "createCautionText",
21602
- "privacy": "private",
21603
- "static": true
21604
- },
21605
- {
21606
- "kind": "method",
21607
- "name": "createHelpLink",
21608
- "privacy": "private",
21609
- "static": true,
21610
- "parameters": [
21534
+ },
21611
21535
  {
21612
- "name": "link",
21613
- "type": {
21614
- "text": "string"
21615
- }
21536
+ "name": "stringifyBody",
21537
+ "default": "true"
21616
21538
  }
21617
21539
  ]
21618
21540
  },
21619
21541
  {
21620
21542
  "kind": "method",
21621
- "name": "createFailText",
21622
- "privacy": "private",
21623
- "static": true
21624
- },
21625
- {
21626
- "kind": "method",
21627
- "name": "createHelpTextContainer",
21628
- "privacy": "private",
21543
+ "name": "executePollRequest",
21544
+ "privacy": "public",
21629
21545
  "static": true,
21630
21546
  "parameters": [
21631
21547
  {
21632
- "name": "link",
21633
- "optional": true,
21548
+ "name": "io",
21634
21549
  "type": {
21635
- "text": "string"
21550
+ "text": "ServiceIO"
21636
21551
  }
21637
- }
21638
- ]
21639
- },
21640
- {
21641
- "kind": "method",
21642
- "name": "onFail",
21643
- "privacy": "private",
21644
- "static": true,
21645
- "parameters": [
21552
+ },
21646
21553
  {
21647
- "name": "inputEl",
21554
+ "name": "url",
21648
21555
  "type": {
21649
- "text": "HTMLInputElement"
21556
+ "text": "string"
21650
21557
  }
21651
21558
  },
21652
21559
  {
21653
- "name": "startEl",
21560
+ "name": "requestInit",
21654
21561
  "type": {
21655
- "text": "HTMLElement"
21562
+ "text": "RequestInit"
21656
21563
  }
21657
21564
  },
21658
21565
  {
21659
- "name": "failTextEl",
21566
+ "name": "messages",
21660
21567
  "type": {
21661
- "text": "HTMLElement"
21568
+ "text": "Messages"
21662
21569
  }
21663
21570
  },
21664
21571
  {
21665
- "name": "message",
21572
+ "name": "onFinish",
21666
21573
  "type": {
21667
- "text": "string"
21574
+ "text": "Finish"
21668
21575
  }
21669
21576
  }
21670
21577
  ]
21671
21578
  },
21672
21579
  {
21673
21580
  "kind": "method",
21674
- "name": "onLoad",
21675
- "privacy": "private",
21581
+ "name": "poll",
21582
+ "privacy": "public",
21676
21583
  "static": true,
21677
21584
  "parameters": [
21678
21585
  {
21679
- "name": "inputEl",
21586
+ "name": "io",
21680
21587
  "type": {
21681
- "text": "HTMLInputElement"
21588
+ "text": "ServiceIO"
21682
21589
  }
21683
21590
  },
21684
21591
  {
21685
- "name": "startEl",
21592
+ "name": "body",
21686
21593
  "type": {
21687
- "text": "HTMLElement"
21594
+ "text": "object"
21688
21595
  }
21689
- }
21690
- ]
21691
- },
21692
- {
21693
- "kind": "method",
21694
- "name": "verifyKey",
21695
- "privacy": "private",
21696
- "static": true,
21697
- "parameters": [
21596
+ },
21698
21597
  {
21699
- "name": "inputElement",
21598
+ "name": "messages",
21700
21599
  "type": {
21701
- "text": "HTMLInputElement"
21600
+ "text": "Messages"
21702
21601
  }
21703
21602
  },
21704
21603
  {
21705
- "name": "keyVerificationHandlers",
21604
+ "name": "onFinish",
21706
21605
  "type": {
21707
- "text": "KeyVerificationHandlers"
21606
+ "text": "Finish"
21708
21607
  }
21709
21608
  },
21710
21609
  {
21711
- "name": "serviceIO",
21712
- "type": {
21713
- "text": "ServiceIO"
21714
- }
21610
+ "name": "stringifyBody",
21611
+ "default": "true"
21715
21612
  }
21716
21613
  ]
21717
21614
  },
21718
21615
  {
21719
21616
  "kind": "method",
21720
- "name": "addVerificationEvents",
21721
- "privacy": "private",
21617
+ "name": "verifyKey",
21618
+ "privacy": "public",
21722
21619
  "static": true,
21723
21620
  "parameters": [
21724
21621
  {
21725
- "name": "inputEl",
21622
+ "name": "key",
21726
21623
  "type": {
21727
- "text": "HTMLInputElement"
21624
+ "text": "string"
21728
21625
  }
21729
21626
  },
21730
21627
  {
21731
- "name": "startEl",
21628
+ "name": "url",
21732
21629
  "type": {
21733
- "text": "HTMLElement"
21630
+ "text": "string"
21734
21631
  }
21735
21632
  },
21736
21633
  {
21737
- "name": "failTextEl",
21634
+ "name": "headers",
21738
21635
  "type": {
21739
- "text": "HTMLElement"
21636
+ "text": "HeadersInit"
21740
21637
  }
21741
21638
  },
21742
21639
  {
21743
- "name": "changeToChat",
21640
+ "name": "method",
21744
21641
  "type": {
21745
- "text": "() => void"
21642
+ "text": "string"
21746
21643
  }
21747
21644
  },
21748
21645
  {
21749
- "name": "serviceIO",
21646
+ "name": "onSuccess",
21750
21647
  "type": {
21751
- "text": "ServiceIO"
21648
+ "text": "(key: string) => void"
21752
21649
  }
21753
- }
21754
- ]
21755
- },
21756
- {
21757
- "kind": "method",
21758
- "name": "createStartButton",
21759
- "privacy": "private",
21760
- "static": true
21761
- },
21762
- {
21763
- "kind": "method",
21764
- "name": "onInputFocus",
21765
- "privacy": "private",
21766
- "static": true,
21767
- "parameters": [
21768
- {
21769
- "name": "event",
21770
- "type": {
21771
- "text": "FocusEvent"
21772
- }
21773
- }
21774
- ]
21775
- },
21776
- {
21777
- "kind": "method",
21778
- "name": "createInput",
21779
- "privacy": "private",
21780
- "static": true,
21781
- "parameters": [
21650
+ },
21782
21651
  {
21783
- "name": "placeholderText",
21784
- "optional": true,
21652
+ "name": "onFail",
21785
21653
  "type": {
21786
- "text": "string"
21654
+ "text": "(message: string) => void"
21787
21655
  }
21788
- }
21789
- ]
21790
- },
21791
- {
21792
- "kind": "method",
21793
- "name": "createContents",
21794
- "privacy": "private",
21795
- "static": true,
21796
- "parameters": [
21656
+ },
21797
21657
  {
21798
- "name": "changeToChat",
21658
+ "name": "onLoad",
21799
21659
  "type": {
21800
21660
  "text": "() => void"
21801
21661
  }
21802
21662
  },
21803
21663
  {
21804
- "name": "serviceIO",
21805
- "type": {
21806
- "text": "ServiceIO"
21807
- }
21808
- }
21809
- ]
21810
- },
21811
- {
21812
- "kind": "method",
21813
- "name": "createElements",
21814
- "privacy": "private",
21815
- "static": true,
21816
- "parameters": [
21817
- {
21818
- "name": "changeToChat",
21664
+ "name": "handleVerificationResult",
21819
21665
  "type": {
21820
- "text": "() => void"
21666
+ "text": "HandleVerificationResult"
21821
21667
  }
21822
21668
  },
21823
21669
  {
21824
- "name": "serviceIO",
21670
+ "name": "body",
21671
+ "optional": true,
21825
21672
  "type": {
21826
- "text": "ServiceIO"
21673
+ "text": "string"
21827
21674
  }
21828
21675
  }
21829
21676
  ]
21830
21677
  },
21831
21678
  {
21832
21679
  "kind": "method",
21833
- "name": "render",
21834
- "privacy": "public",
21680
+ "name": "processResponseByType",
21681
+ "privacy": "private",
21835
21682
  "static": true,
21836
21683
  "parameters": [
21837
21684
  {
21838
- "name": "containerRef",
21839
- "type": {
21840
- "text": "HTMLElement"
21841
- }
21842
- },
21843
- {
21844
- "name": "changeToChat",
21845
- "type": {
21846
- "text": "() => void"
21847
- }
21848
- },
21849
- {
21850
- "name": "serviceIO",
21685
+ "name": "response",
21851
21686
  "type": {
21852
- "text": "ServiceIO"
21687
+ "text": "Response"
21853
21688
  }
21854
21689
  }
21855
21690
  ]
@@ -21860,95 +21695,75 @@
21860
21695
  "exports": [
21861
21696
  {
21862
21697
  "kind": "js",
21863
- "name": "InsertKeyView",
21698
+ "name": "HTTPRequest",
21864
21699
  "declaration": {
21865
- "name": "InsertKeyView",
21866
- "module": "src/views/insertKey/insertKeyView.ts"
21700
+ "name": "HTTPRequest",
21701
+ "module": "src/utils/HTTP/HTTPRequest.ts"
21867
21702
  }
21868
21703
  }
21869
21704
  ]
21870
21705
  },
21871
21706
  {
21872
21707
  "kind": "javascript-module",
21873
- "path": "src/views/insertKey/visibilityIcon.ts",
21708
+ "path": "src/utils/HTTP/requestUtils.ts",
21874
21709
  "declarations": [
21875
21710
  {
21876
21711
  "kind": "class",
21877
21712
  "description": "",
21878
- "name": "VisibilityIcon",
21713
+ "name": "RequestUtils",
21879
21714
  "members": [
21880
21715
  {
21881
21716
  "kind": "field",
21882
- "name": "VISIBLE_ICON_ID",
21717
+ "name": "CONTENT_TYPE",
21883
21718
  "type": {
21884
21719
  "text": "string"
21885
21720
  },
21886
- "privacy": "private",
21721
+ "privacy": "public",
21887
21722
  "static": true,
21888
- "default": "'visible-icon'"
21723
+ "default": "'Content-Type'"
21889
21724
  },
21890
21725
  {
21891
21726
  "kind": "method",
21892
- "name": "changeVisibility",
21893
- "privacy": "private",
21727
+ "name": "temporarilyRemoveHeader",
21728
+ "privacy": "public",
21894
21729
  "static": true,
21895
21730
  "parameters": [
21896
21731
  {
21897
- "name": "inputElement",
21898
- "type": {
21899
- "text": "HTMLInputElement"
21900
- }
21901
- },
21902
- {
21903
- "name": "visibleIcon",
21732
+ "name": "requestSettings",
21904
21733
  "type": {
21905
- "text": "SVGGraphicsElement"
21734
+ "text": "Request | undefined"
21906
21735
  }
21907
21736
  },
21908
21737
  {
21909
- "name": "notVisibleIcon",
21738
+ "name": "request",
21910
21739
  "type": {
21911
- "text": "SVGGraphicsElement"
21740
+ "text": "(stringifyBody?: boolean) => void"
21912
21741
  }
21913
21742
  },
21914
21743
  {
21915
- "name": "event",
21744
+ "name": "stringifyBody",
21916
21745
  "type": {
21917
- "text": "MouseEvent"
21746
+ "text": "boolean"
21918
21747
  }
21919
21748
  }
21920
21749
  ]
21921
21750
  },
21922
21751
  {
21923
21752
  "kind": "method",
21924
- "name": "createIconElement",
21925
- "privacy": "private",
21753
+ "name": "displayError",
21754
+ "privacy": "public",
21926
21755
  "static": true,
21927
21756
  "parameters": [
21928
21757
  {
21929
- "name": "iconString",
21758
+ "name": "messages",
21930
21759
  "type": {
21931
- "text": "string"
21760
+ "text": "Messages"
21932
21761
  }
21933
21762
  },
21934
21763
  {
21935
- "name": "id",
21936
- "type": {
21937
- "text": "string"
21938
- }
21939
- }
21940
- ]
21941
- },
21942
- {
21943
- "kind": "method",
21944
- "name": "create",
21945
- "privacy": "public",
21946
- "static": true,
21947
- "parameters": [
21948
- {
21949
- "name": "inputElement",
21764
+ "name": "err",
21950
21765
  "type": {
21951
- "text": "HTMLInputElement"
21766
+ "text": "object"
21952
21767
  }
21953
21768
  }
21954
21769
  ]
@@ -21959,95 +21774,68 @@
21959
21774
  "exports": [
21960
21775
  {
21961
21776
  "kind": "js",
21962
- "name": "VisibilityIcon",
21777
+ "name": "RequestUtils",
21963
21778
  "declaration": {
21964
- "name": "VisibilityIcon",
21965
- "module": "src/views/insertKey/visibilityIcon.ts"
21779
+ "name": "RequestUtils",
21780
+ "module": "src/utils/HTTP/requestUtils.ts"
21966
21781
  }
21967
21782
  }
21968
21783
  ]
21969
21784
  },
21970
21785
  {
21971
21786
  "kind": "javascript-module",
21972
- "path": "src/views/validateKeyProperty/validateKeyPropertyView.ts",
21787
+ "path": "src/utils/HTTP/websocket.ts",
21973
21788
  "declarations": [
21974
21789
  {
21975
21790
  "kind": "class",
21976
21791
  "description": "",
21977
- "name": "ValidateKeyPropertyView",
21792
+ "name": "Websocket",
21978
21793
  "members": [
21979
21794
  {
21980
21795
  "kind": "method",
21981
- "name": "onLoad",
21982
- "privacy": "private",
21796
+ "name": "setup",
21797
+ "privacy": "public",
21983
21798
  "static": true,
21984
21799
  "parameters": [
21985
21800
  {
21986
- "name": "startElement",
21801
+ "name": "io",
21987
21802
  "type": {
21988
- "text": "HTMLElement"
21803
+ "text": "ServiceIO"
21804
+ }
21805
+ },
21806
+ {
21807
+ "name": "websocketConfig",
21808
+ "type": {
21809
+ "text": "boolean | string | string[]"
21989
21810
  }
21990
21811
  }
21991
21812
  ]
21992
21813
  },
21993
21814
  {
21994
21815
  "kind": "method",
21995
- "name": "createElements",
21996
- "privacy": "private",
21997
- "static": true
21998
- },
21999
- {
22000
- "kind": "method",
22001
- "name": "render",
21816
+ "name": "connect",
22002
21817
  "privacy": "public",
22003
21818
  "static": true,
22004
21819
  "parameters": [
22005
21820
  {
22006
- "name": "containerRef",
22007
- "type": {
22008
- "text": "HTMLElement"
22009
- }
22010
- },
22011
- {
22012
- "name": "changeToChat",
21821
+ "name": "url",
21822
+ "optional": true,
22013
21823
  "type": {
22014
- "text": "() => void"
21824
+ "text": "string"
22015
21825
  }
22016
21826
  },
22017
21827
  {
22018
- "name": "serviceIO",
21828
+ "name": "protocols",
21829
+ "optional": true,
22019
21830
  "type": {
22020
- "text": "ServiceIO"
21831
+ "text": "string | string[]"
22021
21832
  }
22022
21833
  }
22023
21834
  ]
22024
- }
22025
- ]
22026
- }
22027
- ],
22028
- "exports": [
22029
- {
22030
- "kind": "js",
22031
- "name": "ValidateKeyPropertyView",
22032
- "declaration": {
22033
- "name": "ValidateKeyPropertyView",
22034
- "module": "src/views/validateKeyProperty/validateKeyPropertyView.ts"
22035
- }
22036
- }
22037
- ]
22038
- },
22039
- {
22040
- "kind": "javascript-module",
22041
- "path": "src/utils/HTTP/HTTPRequest.ts",
22042
- "declarations": [
22043
- {
22044
- "kind": "class",
22045
- "description": "",
22046
- "name": "HTTPRequest",
22047
- "members": [
21835
+ },
22048
21836
  {
22049
21837
  "kind": "method",
22050
- "name": "request",
21838
+ "name": "assignListeners",
22051
21839
  "privacy": "public",
22052
21840
  "static": true,
22053
21841
  "parameters": [
@@ -22057,36 +21845,26 @@
22057
21845
  "text": "ServiceIO"
22058
21846
  }
22059
21847
  },
22060
- {
22061
- "name": "body",
22062
- "type": {
22063
- "text": "object"
22064
- }
22065
- },
22066
21848
  {
22067
21849
  "name": "messages",
22068
21850
  "type": {
22069
21851
  "text": "Messages"
22070
21852
  }
22071
- },
22072
- {
22073
- "name": "onFinish",
22074
- "type": {
22075
- "text": "Finish"
22076
- }
22077
- },
22078
- {
22079
- "name": "stringifyBody",
22080
- "default": "true"
22081
21853
  }
22082
21854
  ]
22083
21855
  },
22084
21856
  {
22085
21857
  "kind": "method",
22086
- "name": "requestStream",
21858
+ "name": "sendWebsocket",
22087
21859
  "privacy": "public",
22088
21860
  "static": true,
22089
21861
  "parameters": [
21862
+ {
21863
+ "name": "ws",
21864
+ "type": {
21865
+ "text": "WebSocket"
21866
+ }
21867
+ },
22090
21868
  {
22091
21869
  "name": "io",
22092
21870
  "type": {
@@ -22106,21 +21884,9 @@
22106
21884
  }
22107
21885
  },
22108
21886
  {
22109
- "name": "onOpen",
21887
+ "name": "onFinish",
22110
21888
  "type": {
22111
- "text": "() => void"
22112
- }
22113
- },
22114
- {
22115
- "name": "onClose",
22116
- "type": {
22117
- "text": "() => void"
22118
- }
22119
- },
22120
- {
22121
- "name": "abortStream",
22122
- "type": {
22123
- "text": "AbortController"
21889
+ "text": "Finish"
22124
21890
  }
22125
21891
  },
22126
21892
  {
@@ -22128,63 +21894,251 @@
22128
21894
  "default": "true"
22129
21895
  }
22130
21896
  ]
21897
+ }
21898
+ ]
21899
+ }
21900
+ ],
21901
+ "exports": [
21902
+ {
21903
+ "kind": "js",
21904
+ "name": "Websocket",
21905
+ "declaration": {
21906
+ "name": "Websocket",
21907
+ "module": "src/utils/HTTP/websocket.ts"
21908
+ }
21909
+ }
21910
+ ]
21911
+ },
21912
+ {
21913
+ "kind": "javascript-module",
21914
+ "path": "src/utils/browser/browser.ts",
21915
+ "declarations": [
21916
+ {
21917
+ "kind": "class",
21918
+ "description": "",
21919
+ "name": "Browser",
21920
+ "members": [
21921
+ {
21922
+ "kind": "field",
21923
+ "name": "IS_SAFARI",
21924
+ "privacy": "public",
21925
+ "static": true
22131
21926
  },
22132
21927
  {
22133
- "kind": "method",
22134
- "name": "executePollRequest",
21928
+ "kind": "field",
21929
+ "name": "IS_CHROMIUM",
22135
21930
  "privacy": "public",
21931
+ "static": true
21932
+ }
21933
+ ]
21934
+ }
21935
+ ],
21936
+ "exports": [
21937
+ {
21938
+ "kind": "js",
21939
+ "name": "Browser",
21940
+ "declaration": {
21941
+ "name": "Browser",
21942
+ "module": "src/utils/browser/browser.ts"
21943
+ }
21944
+ }
21945
+ ]
21946
+ },
21947
+ {
21948
+ "kind": "javascript-module",
21949
+ "path": "src/utils/buttons/inputButtons.ts",
21950
+ "declarations": [
21951
+ {
21952
+ "kind": "variable",
21953
+ "name": "BUTTON_ORDER",
21954
+ "type": {
21955
+ "text": "readonly BUTTON_TYPES[]"
21956
+ },
21957
+ "default": "[\n 'camera',\n 'gifs',\n 'images',\n 'audio',\n 'mixedFiles',\n 'submit',\n 'microphone',\n]"
21958
+ }
21959
+ ],
21960
+ "exports": [
21961
+ {
21962
+ "kind": "js",
21963
+ "name": "BUTTON_ORDER",
21964
+ "declaration": {
21965
+ "name": "BUTTON_ORDER",
21966
+ "module": "src/utils/buttons/inputButtons.ts"
21967
+ }
21968
+ }
21969
+ ]
21970
+ },
21971
+ {
21972
+ "kind": "javascript-module",
21973
+ "path": "src/utils/buttons/keyboardKeys.ts",
21974
+ "declarations": [],
21975
+ "exports": []
21976
+ },
21977
+ {
21978
+ "kind": "javascript-module",
21979
+ "path": "src/utils/decorators/property.ts",
21980
+ "declarations": [
21981
+ {
21982
+ "kind": "function",
21983
+ "name": "Property",
21984
+ "parameters": [
21985
+ {
21986
+ "name": "type",
21987
+ "type": {
21988
+ "text": "AvailableTypes"
21989
+ }
21990
+ }
21991
+ ]
21992
+ }
21993
+ ],
21994
+ "exports": [
21995
+ {
21996
+ "kind": "js",
21997
+ "name": "Property",
21998
+ "declaration": {
21999
+ "name": "Property",
22000
+ "module": "src/utils/decorators/property.ts"
22001
+ }
22002
+ }
22003
+ ]
22004
+ },
22005
+ {
22006
+ "kind": "javascript-module",
22007
+ "path": "src/utils/decorators/renderControl.ts",
22008
+ "declarations": [
22009
+ {
22010
+ "kind": "class",
22011
+ "description": "",
22012
+ "name": "RenderControl",
22013
+ "members": [
22014
+ {
22015
+ "kind": "method",
22016
+ "name": "waitForPropertiesToBeUpdatedBeforeRender",
22017
+ "privacy": "private",
22136
22018
  "static": true,
22137
22019
  "parameters": [
22138
22020
  {
22139
- "name": "io",
22021
+ "name": "deepChat",
22140
22022
  "type": {
22141
- "text": "ServiceIO"
22023
+ "text": "InternalHTML"
22142
22024
  }
22143
- },
22025
+ }
22026
+ ]
22027
+ },
22028
+ {
22029
+ "kind": "method",
22030
+ "name": "attemptRender",
22031
+ "privacy": "public",
22032
+ "static": true,
22033
+ "parameters": [
22144
22034
  {
22145
- "name": "url",
22035
+ "name": "deepChat",
22146
22036
  "type": {
22147
- "text": "string"
22037
+ "text": "InternalHTML"
22148
22038
  }
22149
- },
22039
+ }
22040
+ ]
22041
+ }
22042
+ ]
22043
+ }
22044
+ ],
22045
+ "exports": [
22046
+ {
22047
+ "kind": "js",
22048
+ "name": "RenderControl",
22049
+ "declaration": {
22050
+ "name": "RenderControl",
22051
+ "module": "src/utils/decorators/renderControl.ts"
22052
+ }
22053
+ }
22054
+ ]
22055
+ },
22056
+ {
22057
+ "kind": "javascript-module",
22058
+ "path": "src/utils/decorators/typeConverters.ts",
22059
+ "declarations": [
22060
+ {
22061
+ "kind": "class",
22062
+ "description": "",
22063
+ "name": "TypeConverters",
22064
+ "members": [
22065
+ {
22066
+ "kind": "field",
22067
+ "name": "attibutes",
22068
+ "type": {
22069
+ "text": "AttributeTypeConverters"
22070
+ },
22071
+ "privacy": "public",
22072
+ "static": true,
22073
+ "default": "{\n string: (value: string) => value,\n number: (value: string) => parseFloat(value),\n boolean: (value: string) => value === 'true',\n object: (value: string) => JSON.parse(value),\n array: (value: string) => JSON.parse(value),\n function: (value: string) => eval(value),\n }"
22074
+ }
22075
+ ]
22076
+ }
22077
+ ],
22078
+ "exports": [
22079
+ {
22080
+ "kind": "js",
22081
+ "name": "TypeConverters",
22082
+ "declaration": {
22083
+ "name": "TypeConverters",
22084
+ "module": "src/utils/decorators/typeConverters.ts"
22085
+ }
22086
+ }
22087
+ ]
22088
+ },
22089
+ {
22090
+ "kind": "javascript-module",
22091
+ "path": "src/utils/demo/demo.ts",
22092
+ "declarations": [
22093
+ {
22094
+ "kind": "class",
22095
+ "description": "",
22096
+ "name": "Demo",
22097
+ "members": [
22098
+ {
22099
+ "kind": "field",
22100
+ "name": "URL",
22101
+ "type": {
22102
+ "text": "string"
22103
+ },
22104
+ "privacy": "public",
22105
+ "static": true,
22106
+ "default": "'deep-chat-demo'"
22107
+ },
22108
+ {
22109
+ "kind": "method",
22110
+ "name": "generateResponseForOneMessage",
22111
+ "privacy": "private",
22112
+ "static": true,
22113
+ "parameters": [
22150
22114
  {
22151
- "name": "requestInit",
22115
+ "name": "requestMessage",
22152
22116
  "type": {
22153
- "text": "RequestInit"
22117
+ "text": "MessageContent"
22154
22118
  }
22155
- },
22119
+ }
22120
+ ]
22121
+ },
22122
+ {
22123
+ "kind": "method",
22124
+ "name": "generateResponse",
22125
+ "privacy": "private",
22126
+ "static": true,
22127
+ "parameters": [
22156
22128
  {
22157
22129
  "name": "messages",
22158
22130
  "type": {
22159
22131
  "text": "Messages"
22160
22132
  }
22161
- },
22162
- {
22163
- "name": "onFinish",
22164
- "type": {
22165
- "text": "Finish"
22166
- }
22167
22133
  }
22168
22134
  ]
22169
22135
  },
22170
22136
  {
22171
22137
  "kind": "method",
22172
- "name": "poll",
22138
+ "name": "request",
22173
22139
  "privacy": "public",
22174
22140
  "static": true,
22175
22141
  "parameters": [
22176
- {
22177
- "name": "io",
22178
- "type": {
22179
- "text": "ServiceIO"
22180
- }
22181
- },
22182
- {
22183
- "name": "body",
22184
- "type": {
22185
- "text": "object"
22186
- }
22187
- },
22188
22142
  {
22189
22143
  "name": "messages",
22190
22144
  "type": {
@@ -22198,84 +22152,153 @@
22198
22152
  }
22199
22153
  },
22200
22154
  {
22201
- "name": "stringifyBody",
22202
- "default": "true"
22155
+ "name": "responseInterceptor",
22156
+ "optional": true,
22157
+ "type": {
22158
+ "text": "ResponseInterceptor"
22159
+ }
22203
22160
  }
22204
22161
  ]
22205
22162
  },
22206
22163
  {
22207
22164
  "kind": "method",
22208
- "name": "verifyKey",
22165
+ "name": "requestStream",
22209
22166
  "privacy": "public",
22210
22167
  "static": true,
22211
22168
  "parameters": [
22212
22169
  {
22213
- "name": "key",
22170
+ "name": "messages",
22214
22171
  "type": {
22215
- "text": "string"
22172
+ "text": "Messages"
22216
22173
  }
22217
22174
  },
22218
22175
  {
22219
- "name": "url",
22176
+ "name": "onOpen",
22220
22177
  "type": {
22221
- "text": "string"
22178
+ "text": "() => void"
22222
22179
  }
22223
22180
  },
22224
22181
  {
22225
- "name": "headers",
22182
+ "name": "onClose",
22226
22183
  "type": {
22227
- "text": "HeadersInit"
22184
+ "text": "() => void"
22228
22185
  }
22229
- },
22186
+ }
22187
+ ]
22188
+ },
22189
+ {
22190
+ "kind": "method",
22191
+ "name": "populateMessages",
22192
+ "privacy": "private",
22193
+ "static": true,
22194
+ "parameters": [
22230
22195
  {
22231
- "name": "method",
22196
+ "name": "textElement",
22232
22197
  "type": {
22233
- "text": "string"
22198
+ "text": "HTMLElement"
22234
22199
  }
22235
22200
  },
22236
22201
  {
22237
- "name": "onSuccess",
22202
+ "name": "responseText",
22238
22203
  "type": {
22239
- "text": "(key: string) => void"
22204
+ "text": "string[]"
22240
22205
  }
22241
22206
  },
22242
22207
  {
22243
- "name": "onFail",
22208
+ "name": "messages",
22244
22209
  "type": {
22245
- "text": "(message: string) => void"
22210
+ "text": "Messages"
22246
22211
  }
22247
22212
  },
22248
22213
  {
22249
- "name": "onLoad",
22214
+ "name": "onClose",
22250
22215
  "type": {
22251
22216
  "text": "() => void"
22252
22217
  }
22253
22218
  },
22254
22219
  {
22255
- "name": "handleVerificationResult",
22220
+ "name": "wordIndex",
22221
+ "default": "0"
22222
+ }
22223
+ ]
22224
+ }
22225
+ ]
22226
+ }
22227
+ ],
22228
+ "exports": [
22229
+ {
22230
+ "kind": "js",
22231
+ "name": "Demo",
22232
+ "declaration": {
22233
+ "name": "Demo",
22234
+ "module": "src/utils/demo/demo.ts"
22235
+ }
22236
+ }
22237
+ ]
22238
+ },
22239
+ {
22240
+ "kind": "javascript-module",
22241
+ "path": "src/utils/element/elementUtils.ts",
22242
+ "declarations": [
22243
+ {
22244
+ "kind": "class",
22245
+ "description": "",
22246
+ "name": "ElementUtils",
22247
+ "members": [
22248
+ {
22249
+ "kind": "field",
22250
+ "name": "CODE_SNIPPET_GENERATION_JUMP",
22251
+ "type": {
22252
+ "text": "number"
22253
+ },
22254
+ "privacy": "private",
22255
+ "static": true,
22256
+ "default": "0.5"
22257
+ },
22258
+ {
22259
+ "kind": "method",
22260
+ "name": "addElements",
22261
+ "privacy": "public",
22262
+ "static": true,
22263
+ "parameters": [
22264
+ {
22265
+ "name": "parent",
22256
22266
  "type": {
22257
- "text": "HandleVerificationResult"
22267
+ "text": "HTMLElement"
22258
22268
  }
22259
22269
  },
22260
22270
  {
22261
- "name": "body",
22262
- "optional": true,
22271
+ "name": "elements",
22263
22272
  "type": {
22264
- "text": "string"
22273
+ "text": "HTMLElement[]"
22265
22274
  }
22266
22275
  }
22267
22276
  ]
22268
22277
  },
22269
22278
  {
22270
22279
  "kind": "method",
22271
- "name": "processResponseByType",
22272
- "privacy": "private",
22280
+ "name": "isScrollbarAtBottomOfElement",
22281
+ "privacy": "public",
22273
22282
  "static": true,
22274
22283
  "parameters": [
22275
22284
  {
22276
- "name": "response",
22285
+ "name": "element",
22277
22286
  "type": {
22278
- "text": "Response"
22287
+ "text": "HTMLElement"
22288
+ }
22289
+ }
22290
+ ]
22291
+ },
22292
+ {
22293
+ "kind": "method",
22294
+ "name": "cloneElement",
22295
+ "privacy": "public",
22296
+ "static": true,
22297
+ "parameters": [
22298
+ {
22299
+ "name": "element",
22300
+ "type": {
22301
+ "text": "HTMLElement"
22279
22302
  }
22280
22303
  }
22281
22304
  ]
@@ -22286,75 +22309,143 @@
22286
22309
  "exports": [
22287
22310
  {
22288
22311
  "kind": "js",
22289
- "name": "HTTPRequest",
22312
+ "name": "ElementUtils",
22290
22313
  "declaration": {
22291
- "name": "HTTPRequest",
22292
- "module": "src/utils/HTTP/HTTPRequest.ts"
22314
+ "name": "ElementUtils",
22315
+ "module": "src/utils/element/elementUtils.ts"
22293
22316
  }
22294
22317
  }
22295
22318
  ]
22296
22319
  },
22297
22320
  {
22298
22321
  "kind": "javascript-module",
22299
- "path": "src/utils/HTTP/requestUtils.ts",
22322
+ "path": "src/utils/element/imageUtils.ts",
22323
+ "declarations": [
22324
+ {
22325
+ "kind": "variable",
22326
+ "name": "BASE_64_PREFIX",
22327
+ "type": {
22328
+ "text": "string"
22329
+ },
22330
+ "default": "'data:image/png;base64,'"
22331
+ }
22332
+ ],
22333
+ "exports": [
22334
+ {
22335
+ "kind": "js",
22336
+ "name": "BASE_64_PREFIX",
22337
+ "declaration": {
22338
+ "name": "BASE_64_PREFIX",
22339
+ "module": "src/utils/element/imageUtils.ts"
22340
+ }
22341
+ }
22342
+ ]
22343
+ },
22344
+ {
22345
+ "kind": "javascript-module",
22346
+ "path": "src/utils/element/statefulEvents.ts",
22300
22347
  "declarations": [
22301
22348
  {
22302
22349
  "kind": "class",
22303
22350
  "description": "",
22304
- "name": "RequestUtils",
22351
+ "name": "StatefulEvents",
22305
22352
  "members": [
22306
22353
  {
22307
- "kind": "field",
22308
- "name": "CONTENT_TYPE",
22309
- "type": {
22310
- "text": "string"
22311
- },
22312
- "privacy": "public",
22354
+ "kind": "method",
22355
+ "name": "mouseUp",
22356
+ "privacy": "private",
22357
+ "static": true,
22358
+ "parameters": [
22359
+ {
22360
+ "name": "styles",
22361
+ "type": {
22362
+ "text": "StatefulStyles"
22363
+ }
22364
+ },
22365
+ {
22366
+ "name": "event",
22367
+ "type": {
22368
+ "text": "MouseEvent"
22369
+ }
22370
+ }
22371
+ ]
22372
+ },
22373
+ {
22374
+ "kind": "method",
22375
+ "name": "mouseDown",
22376
+ "privacy": "private",
22313
22377
  "static": true,
22314
- "default": "'Content-Type'"
22378
+ "parameters": [
22379
+ {
22380
+ "name": "styles",
22381
+ "type": {
22382
+ "text": "StatefulStyles"
22383
+ }
22384
+ },
22385
+ {
22386
+ "name": "event",
22387
+ "type": {
22388
+ "text": "MouseEvent"
22389
+ }
22390
+ }
22391
+ ]
22315
22392
  },
22316
22393
  {
22317
22394
  "kind": "method",
22318
- "name": "temporarilyRemoveHeader",
22319
- "privacy": "public",
22395
+ "name": "mouseLeave",
22396
+ "privacy": "private",
22320
22397
  "static": true,
22321
22398
  "parameters": [
22322
22399
  {
22323
- "name": "requestSettings",
22400
+ "name": "styles",
22324
22401
  "type": {
22325
- "text": "Request | undefined"
22402
+ "text": "StatefulStyles"
22326
22403
  }
22327
22404
  },
22328
22405
  {
22329
- "name": "request",
22406
+ "name": "event",
22330
22407
  "type": {
22331
- "text": "(stringifyBody?: boolean) => void"
22408
+ "text": "MouseEvent"
22409
+ }
22410
+ }
22411
+ ]
22412
+ },
22413
+ {
22414
+ "kind": "method",
22415
+ "name": "mouseEnter",
22416
+ "privacy": "private",
22417
+ "static": true,
22418
+ "parameters": [
22419
+ {
22420
+ "name": "styles",
22421
+ "type": {
22422
+ "text": "StatefulStyles"
22332
22423
  }
22333
22424
  },
22334
22425
  {
22335
- "name": "stringifyBody",
22426
+ "name": "event",
22336
22427
  "type": {
22337
- "text": "boolean"
22428
+ "text": "MouseEvent"
22338
22429
  }
22339
22430
  }
22340
22431
  ]
22341
22432
  },
22342
22433
  {
22343
22434
  "kind": "method",
22344
- "name": "displayError",
22435
+ "name": "add",
22345
22436
  "privacy": "public",
22346
22437
  "static": true,
22347
22438
  "parameters": [
22348
22439
  {
22349
- "name": "messages",
22440
+ "name": "element",
22350
22441
  "type": {
22351
- "text": "Messages"
22442
+ "text": "HTMLElement"
22352
22443
  }
22353
22444
  },
22354
22445
  {
22355
- "name": "err",
22446
+ "name": "styles",
22356
22447
  "type": {
22357
- "text": "object"
22448
+ "text": "StatefulStyles"
22358
22449
  }
22359
22450
  }
22360
22451
  ]
@@ -22365,124 +22456,111 @@
22365
22456
  "exports": [
22366
22457
  {
22367
22458
  "kind": "js",
22368
- "name": "RequestUtils",
22459
+ "name": "StatefulEvents",
22369
22460
  "declaration": {
22370
- "name": "RequestUtils",
22371
- "module": "src/utils/HTTP/requestUtils.ts"
22461
+ "name": "StatefulEvents",
22462
+ "module": "src/utils/element/statefulEvents.ts"
22372
22463
  }
22373
22464
  }
22374
22465
  ]
22375
22466
  },
22376
22467
  {
22377
22468
  "kind": "javascript-module",
22378
- "path": "src/utils/HTTP/websocket.ts",
22469
+ "path": "src/utils/element/styleUtils.ts",
22379
22470
  "declarations": [
22380
22471
  {
22381
22472
  "kind": "class",
22382
22473
  "description": "",
22383
- "name": "Websocket",
22474
+ "name": "StyleUtils",
22384
22475
  "members": [
22385
22476
  {
22386
22477
  "kind": "method",
22387
- "name": "setup",
22478
+ "name": "unsetStyle",
22388
22479
  "privacy": "public",
22389
22480
  "static": true,
22390
22481
  "parameters": [
22391
22482
  {
22392
- "name": "io",
22483
+ "name": "element",
22393
22484
  "type": {
22394
- "text": "ServiceIO"
22485
+ "text": "HTMLElement"
22395
22486
  }
22396
22487
  },
22397
22488
  {
22398
- "name": "websocketConfig",
22489
+ "name": "style",
22399
22490
  "type": {
22400
- "text": "boolean | string | string[]"
22491
+ "text": "CustomStyle"
22401
22492
  }
22402
22493
  }
22403
22494
  ]
22404
22495
  },
22405
22496
  {
22406
22497
  "kind": "method",
22407
- "name": "connect",
22498
+ "name": "unsetActivityCSSMouseStates",
22408
22499
  "privacy": "public",
22409
22500
  "static": true,
22410
22501
  "parameters": [
22411
22502
  {
22412
- "name": "url",
22413
- "optional": true,
22503
+ "name": "element",
22414
22504
  "type": {
22415
- "text": "string"
22505
+ "text": "HTMLElement"
22416
22506
  }
22417
22507
  },
22418
22508
  {
22419
- "name": "protocols",
22420
- "optional": true,
22509
+ "name": "statefulStyle",
22421
22510
  "type": {
22422
- "text": "string | string[]"
22511
+ "text": "StatefulStyles"
22423
22512
  }
22424
22513
  }
22425
22514
  ]
22426
22515
  },
22427
22516
  {
22428
22517
  "kind": "method",
22429
- "name": "assignListeners",
22518
+ "name": "unsetAllCSSMouseStates",
22430
22519
  "privacy": "public",
22431
22520
  "static": true,
22432
22521
  "parameters": [
22433
22522
  {
22434
- "name": "io",
22523
+ "name": "element",
22435
22524
  "type": {
22436
- "text": "ServiceIO"
22525
+ "text": "HTMLElement"
22437
22526
  }
22438
22527
  },
22439
22528
  {
22440
- "name": "messages",
22529
+ "name": "statefulStyle",
22441
22530
  "type": {
22442
- "text": "Messages"
22531
+ "text": "StatefulStyles"
22443
22532
  }
22444
22533
  }
22445
22534
  ]
22446
22535
  },
22447
22536
  {
22448
22537
  "kind": "method",
22449
- "name": "sendWebsocket",
22538
+ "name": "generateStateful",
22450
22539
  "privacy": "public",
22451
22540
  "static": true,
22541
+ "return": {
22542
+ "type": {
22543
+ "text": "StatefulStyles"
22544
+ }
22545
+ },
22452
22546
  "parameters": [
22453
22547
  {
22454
- "name": "ws",
22455
- "type": {
22456
- "text": "WebSocket"
22457
- }
22458
- },
22459
- {
22460
- "name": "io",
22461
- "type": {
22462
- "text": "ServiceIO"
22463
- }
22464
- },
22465
- {
22466
- "name": "body",
22548
+ "name": "styles",
22467
22549
  "type": {
22468
- "text": "object"
22550
+ "text": "StatefulStyles"
22469
22551
  }
22470
22552
  },
22471
22553
  {
22472
- "name": "messages",
22554
+ "name": "defHover",
22473
22555
  "type": {
22474
- "text": "Messages"
22556
+ "text": "CustomStyle"
22475
22557
  }
22476
22558
  },
22477
22559
  {
22478
- "name": "onFinish",
22560
+ "name": "defClick",
22479
22561
  "type": {
22480
- "text": "Finish"
22562
+ "text": "CustomStyle"
22481
22563
  }
22482
- },
22483
- {
22484
- "name": "stringifyBody",
22485
- "default": "true"
22486
22564
  }
22487
22565
  ]
22488
22566
  }
@@ -22492,140 +22570,149 @@
22492
22570
  "exports": [
22493
22571
  {
22494
22572
  "kind": "js",
22495
- "name": "Websocket",
22573
+ "name": "StyleUtils",
22496
22574
  "declaration": {
22497
- "name": "Websocket",
22498
- "module": "src/utils/HTTP/websocket.ts"
22575
+ "name": "StyleUtils",
22576
+ "module": "src/utils/element/styleUtils.ts"
22499
22577
  }
22500
22578
  }
22501
22579
  ]
22502
22580
  },
22503
22581
  {
22504
22582
  "kind": "javascript-module",
22505
- "path": "src/utils/browser/browser.ts",
22583
+ "path": "src/utils/errorMessages/errorMessages.ts",
22506
22584
  "declarations": [
22507
22585
  {
22508
- "kind": "class",
22509
- "description": "",
22510
- "name": "Browser",
22511
- "members": [
22512
- {
22513
- "kind": "field",
22514
- "name": "IS_SAFARI",
22515
- "privacy": "public",
22516
- "static": true
22517
- },
22518
- {
22519
- "kind": "field",
22520
- "name": "IS_CHROMIUM",
22521
- "privacy": "public",
22522
- "static": true
22523
- }
22524
- ]
22586
+ "kind": "variable",
22587
+ "name": "ErrorMessages",
22588
+ "type": {
22589
+ "text": "object"
22590
+ },
22591
+ "default": "{\n INVALID_KEY: 'Invalid API Key',\n CONNECTION_FAILED: 'Failed to connect',\n}"
22525
22592
  }
22526
22593
  ],
22527
22594
  "exports": [
22528
22595
  {
22529
22596
  "kind": "js",
22530
- "name": "Browser",
22597
+ "name": "ErrorMessages",
22531
22598
  "declaration": {
22532
- "name": "Browser",
22533
- "module": "src/utils/browser/browser.ts"
22599
+ "name": "ErrorMessages",
22600
+ "module": "src/utils/errorMessages/errorMessages.ts"
22534
22601
  }
22535
22602
  }
22536
22603
  ]
22537
22604
  },
22538
22605
  {
22539
22606
  "kind": "javascript-module",
22540
- "path": "src/utils/buttons/inputButtons.ts",
22607
+ "path": "src/utils/events/fireEvents.ts",
22541
22608
  "declarations": [
22542
22609
  {
22543
- "kind": "variable",
22544
- "name": "BUTTON_ORDER",
22545
- "type": {
22546
- "text": "readonly BUTTON_TYPES[]"
22547
- },
22548
- "default": "[\n 'camera',\n 'gifs',\n 'images',\n 'audio',\n 'mixedFiles',\n 'submit',\n 'microphone',\n]"
22610
+ "kind": "class",
22611
+ "description": "",
22612
+ "name": "FireEvents",
22613
+ "members": [
22614
+ {
22615
+ "kind": "method",
22616
+ "name": "onNewMessage",
22617
+ "privacy": "public",
22618
+ "static": true,
22619
+ "parameters": [
22620
+ {
22621
+ "name": "deepChat",
22622
+ "type": {
22623
+ "text": "DeepChat"
22624
+ }
22625
+ },
22626
+ {
22627
+ "name": "message",
22628
+ "type": {
22629
+ "text": "MessageContent"
22630
+ }
22631
+ },
22632
+ {
22633
+ "name": "isInitial",
22634
+ "type": {
22635
+ "text": "boolean"
22636
+ }
22637
+ }
22638
+ ]
22639
+ },
22640
+ {
22641
+ "kind": "method",
22642
+ "name": "onRender",
22643
+ "privacy": "public",
22644
+ "static": true,
22645
+ "parameters": [
22646
+ {
22647
+ "name": "deepChat",
22648
+ "type": {
22649
+ "text": "DeepChat"
22650
+ }
22651
+ }
22652
+ ]
22653
+ }
22654
+ ]
22549
22655
  }
22550
22656
  ],
22551
22657
  "exports": [
22552
22658
  {
22553
22659
  "kind": "js",
22554
- "name": "BUTTON_ORDER",
22660
+ "name": "FireEvents",
22555
22661
  "declaration": {
22556
- "name": "BUTTON_ORDER",
22557
- "module": "src/utils/buttons/inputButtons.ts"
22662
+ "name": "FireEvents",
22663
+ "module": "src/utils/events/fireEvents.ts"
22558
22664
  }
22559
22665
  }
22560
- ]
22561
- },
22562
- {
22563
- "kind": "javascript-module",
22564
- "path": "src/utils/buttons/keyboardKeys.ts",
22565
- "declarations": [],
22566
- "exports": []
22567
- },
22568
- {
22569
- "kind": "javascript-module",
22570
- "path": "src/utils/decorators/property.ts",
22571
- "declarations": [
22572
- {
22573
- "kind": "function",
22574
- "name": "Property",
22575
- "parameters": [
22576
- {
22577
- "name": "type",
22578
- "type": {
22579
- "text": "AvailableTypes"
22580
- }
22581
- }
22582
- ]
22666
+ ]
22667
+ },
22668
+ {
22669
+ "kind": "javascript-module",
22670
+ "path": "src/utils/fileTypes/fileTypeButtonIcons.ts",
22671
+ "declarations": [
22672
+ {
22673
+ "kind": "variable",
22674
+ "name": "FILE_TYPE_BUTTON_ICONS",
22675
+ "type": {
22676
+ "text": "ServiceFileTypes"
22677
+ },
22678
+ "default": "{\n images: {id: 'upload-images-icon', svgString: IMAGE_ICON_STRING, dropupText: 'Image'},\n gifs: {id: 'upload-gifs-icon', svgString: GIF_ICON_STRING, dropupText: 'GIF'},\n audio: {id: 'upload-audio-icon', svgString: AUDIO_ICON_STRING, dropupText: 'Audio'},\n mixedFiles: {id: 'upload-mixed-files-icon', svgString: MIXED_FILES_ICON_STRING, dropupText: 'File'},\n}"
22583
22679
  }
22584
22680
  ],
22585
22681
  "exports": [
22586
22682
  {
22587
22683
  "kind": "js",
22588
- "name": "Property",
22684
+ "name": "FILE_TYPE_BUTTON_ICONS",
22589
22685
  "declaration": {
22590
- "name": "Property",
22591
- "module": "src/utils/decorators/property.ts"
22686
+ "name": "FILE_TYPE_BUTTON_ICONS",
22687
+ "module": "src/utils/fileTypes/fileTypeButtonIcons.ts"
22592
22688
  }
22593
22689
  }
22594
22690
  ]
22595
22691
  },
22596
22692
  {
22597
22693
  "kind": "javascript-module",
22598
- "path": "src/utils/decorators/renderControl.ts",
22694
+ "path": "src/utils/svg/svgIconUtils.ts",
22599
22695
  "declarations": [
22600
22696
  {
22601
22697
  "kind": "class",
22602
22698
  "description": "",
22603
- "name": "RenderControl",
22699
+ "name": "SVGIconUtils",
22604
22700
  "members": [
22605
22701
  {
22606
22702
  "kind": "method",
22607
- "name": "waitForPropertiesToBeUpdatedBeforeRender",
22608
- "privacy": "private",
22609
- "static": true,
22610
- "parameters": [
22611
- {
22612
- "name": "deepChat",
22613
- "type": {
22614
- "text": "InternalHTML"
22615
- }
22616
- }
22617
- ]
22618
- },
22619
- {
22620
- "kind": "method",
22621
- "name": "attemptRender",
22703
+ "name": "createSVGElement",
22622
22704
  "privacy": "public",
22623
22705
  "static": true,
22706
+ "return": {
22707
+ "type": {
22708
+ "text": "SVGGraphicsElement"
22709
+ }
22710
+ },
22624
22711
  "parameters": [
22625
22712
  {
22626
- "name": "deepChat",
22713
+ "name": "svgString",
22627
22714
  "type": {
22628
- "text": "InternalHTML"
22715
+ "text": "string"
22629
22716
  }
22630
22717
  }
22631
22718
  ]
@@ -22636,32 +22723,38 @@
22636
22723
  "exports": [
22637
22724
  {
22638
22725
  "kind": "js",
22639
- "name": "RenderControl",
22726
+ "name": "SVGIconUtils",
22640
22727
  "declaration": {
22641
- "name": "RenderControl",
22642
- "module": "src/utils/decorators/renderControl.ts"
22728
+ "name": "SVGIconUtils",
22729
+ "module": "src/utils/svg/svgIconUtils.ts"
22643
22730
  }
22644
22731
  }
22645
22732
  ]
22646
22733
  },
22647
22734
  {
22648
22735
  "kind": "javascript-module",
22649
- "path": "src/utils/decorators/typeConverters.ts",
22736
+ "path": "src/utils/webComponent/googleFont.ts",
22650
22737
  "declarations": [
22651
22738
  {
22652
22739
  "kind": "class",
22653
22740
  "description": "",
22654
- "name": "TypeConverters",
22741
+ "name": "GoogleFont",
22655
22742
  "members": [
22656
22743
  {
22657
22744
  "kind": "field",
22658
- "name": "attibutes",
22745
+ "name": "FONT_URL",
22659
22746
  "type": {
22660
- "text": "AttributeTypeConverters"
22747
+ "text": "string"
22661
22748
  },
22662
- "privacy": "public",
22749
+ "privacy": "private",
22663
22750
  "static": true,
22664
- "default": "{\n string: (value: string) => value,\n number: (value: string) => parseFloat(value),\n boolean: (value: string) => value === 'true',\n object: (value: string) => JSON.parse(value),\n array: (value: string) => JSON.parse(value),\n function: (value: string) => eval(value),\n }"
22751
+ "default": "'https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap'"
22752
+ },
22753
+ {
22754
+ "kind": "method",
22755
+ "name": "appendStyleSheetToHead",
22756
+ "privacy": "public",
22757
+ "static": true
22665
22758
  }
22666
22759
  ]
22667
22760
  }
@@ -22669,147 +22762,165 @@
22669
22762
  "exports": [
22670
22763
  {
22671
22764
  "kind": "js",
22672
- "name": "TypeConverters",
22765
+ "name": "GoogleFont",
22673
22766
  "declaration": {
22674
- "name": "TypeConverters",
22675
- "module": "src/utils/decorators/typeConverters.ts"
22767
+ "name": "GoogleFont",
22768
+ "module": "src/utils/webComponent/googleFont.ts"
22676
22769
  }
22677
22770
  }
22678
22771
  ]
22679
22772
  },
22680
22773
  {
22681
22774
  "kind": "javascript-module",
22682
- "path": "src/utils/demo/demo.ts",
22775
+ "path": "src/utils/webComponent/internalHTML.ts",
22683
22776
  "declarations": [
22684
22777
  {
22685
22778
  "kind": "class",
22686
22779
  "description": "",
22687
- "name": "Demo",
22780
+ "name": "InternalHTML",
22688
22781
  "members": [
22689
22782
  {
22690
22783
  "kind": "field",
22691
- "name": "URL",
22784
+ "name": "_waitingToRender_",
22692
22785
  "type": {
22693
- "text": "string"
22786
+ "text": "boolean"
22787
+ },
22788
+ "default": "false"
22789
+ },
22790
+ {
22791
+ "kind": "field",
22792
+ "name": "_propUpdated_",
22793
+ "type": {
22794
+ "text": "boolean"
22795
+ },
22796
+ "default": "false"
22797
+ },
22798
+ {
22799
+ "kind": "field",
22800
+ "name": "_attributes_",
22801
+ "type": {
22802
+ "text": "GenericObject<AttributeTypeConverter>"
22694
22803
  },
22695
- "privacy": "public",
22696
22804
  "static": true,
22697
- "default": "'deep-chat-demo'"
22805
+ "default": "{}"
22698
22806
  },
22699
22807
  {
22700
- "kind": "method",
22701
- "name": "generateResponseForOneMessage",
22702
- "privacy": "private",
22808
+ "kind": "field",
22809
+ "name": "_attributeToProperty_",
22810
+ "type": {
22811
+ "text": "GenericObject<string>"
22812
+ },
22703
22813
  "static": true,
22704
- "parameters": [
22705
- {
22706
- "name": "requestMessage",
22707
- "type": {
22708
- "text": "MessageContent"
22709
- }
22710
- }
22711
- ]
22814
+ "default": "{}"
22712
22815
  },
22713
22816
  {
22714
22817
  "kind": "method",
22715
- "name": "generateResponse",
22818
+ "name": "constructPropertyAccessors",
22716
22819
  "privacy": "private",
22717
- "static": true,
22718
22820
  "parameters": [
22719
22821
  {
22720
- "name": "messages",
22822
+ "name": "propertyKey",
22721
22823
  "type": {
22722
- "text": "Messages"
22824
+ "text": "string"
22825
+ }
22826
+ },
22827
+ {
22828
+ "name": "attributeName",
22829
+ "optional": true,
22830
+ "type": {
22831
+ "text": "string"
22723
22832
  }
22724
22833
  }
22725
22834
  ]
22726
22835
  },
22727
22836
  {
22728
22837
  "kind": "method",
22729
- "name": "request",
22838
+ "name": "onRender"
22839
+ }
22840
+ ],
22841
+ "superclass": {
22842
+ "name": "HTMLElement"
22843
+ },
22844
+ "customElement": true
22845
+ }
22846
+ ],
22847
+ "exports": [
22848
+ {
22849
+ "kind": "js",
22850
+ "name": "InternalHTML",
22851
+ "declaration": {
22852
+ "name": "InternalHTML",
22853
+ "module": "src/utils/webComponent/internalHTML.ts"
22854
+ }
22855
+ }
22856
+ ]
22857
+ },
22858
+ {
22859
+ "kind": "javascript-module",
22860
+ "path": "src/utils/webComponent/webComponentStyleUtils.ts",
22861
+ "declarations": [
22862
+ {
22863
+ "kind": "class",
22864
+ "description": "",
22865
+ "name": "WebComponentStyleUtils",
22866
+ "members": [
22867
+ {
22868
+ "kind": "method",
22869
+ "name": "apply",
22730
22870
  "privacy": "public",
22731
22871
  "static": true,
22732
22872
  "parameters": [
22733
22873
  {
22734
- "name": "messages",
22735
- "type": {
22736
- "text": "Messages"
22737
- }
22738
- },
22739
- {
22740
- "name": "onFinish",
22874
+ "name": "style",
22741
22875
  "type": {
22742
- "text": "Finish"
22876
+ "text": "string"
22743
22877
  }
22744
22878
  },
22745
22879
  {
22746
- "name": "responseInterceptor",
22747
- "optional": true,
22880
+ "name": "shadowRoot",
22748
22881
  "type": {
22749
- "text": "ResponseInterceptor"
22882
+ "text": "ShadowRoot | null"
22750
22883
  }
22751
22884
  }
22752
22885
  ]
22753
22886
  },
22754
22887
  {
22755
22888
  "kind": "method",
22756
- "name": "requestStream",
22757
- "privacy": "public",
22889
+ "name": "applyStyleSheet",
22890
+ "privacy": "private",
22758
22891
  "static": true,
22759
22892
  "parameters": [
22760
22893
  {
22761
- "name": "messages",
22762
- "type": {
22763
- "text": "Messages"
22764
- }
22765
- },
22766
- {
22767
- "name": "onOpen",
22894
+ "name": "style",
22768
22895
  "type": {
22769
- "text": "() => void"
22896
+ "text": "string"
22770
22897
  }
22771
22898
  },
22772
22899
  {
22773
- "name": "onClose",
22900
+ "name": "shadowRoot",
22774
22901
  "type": {
22775
- "text": "() => void"
22902
+ "text": "ShadowRoot"
22776
22903
  }
22777
22904
  }
22778
22905
  ]
22779
22906
  },
22780
22907
  {
22781
22908
  "kind": "method",
22782
- "name": "populateMessages",
22909
+ "name": "addStyleElement",
22783
22910
  "privacy": "private",
22784
22911
  "static": true,
22785
22912
  "parameters": [
22786
22913
  {
22787
- "name": "textElement",
22788
- "type": {
22789
- "text": "HTMLElement"
22790
- }
22791
- },
22792
- {
22793
- "name": "responseText",
22794
- "type": {
22795
- "text": "string[]"
22796
- }
22797
- },
22798
- {
22799
- "name": "messages",
22914
+ "name": "style",
22800
22915
  "type": {
22801
- "text": "Messages"
22916
+ "text": "string"
22802
22917
  }
22803
22918
  },
22804
22919
  {
22805
- "name": "onClose",
22920
+ "name": "shadowRoot",
22806
22921
  "type": {
22807
- "text": "() => void"
22922
+ "text": "ShadowRoot"
22808
22923
  }
22809
- },
22810
- {
22811
- "name": "wordIndex",
22812
- "default": "0"
22813
22924
  }
22814
22925
  ]
22815
22926
  }
@@ -22819,75 +22930,77 @@
22819
22930
  "exports": [
22820
22931
  {
22821
22932
  "kind": "js",
22822
- "name": "Demo",
22933
+ "name": "WebComponentStyleUtils",
22823
22934
  "declaration": {
22824
- "name": "Demo",
22825
- "module": "src/utils/demo/demo.ts"
22935
+ "name": "WebComponentStyleUtils",
22936
+ "module": "src/utils/webComponent/webComponentStyleUtils.ts"
22826
22937
  }
22827
22938
  }
22828
22939
  ]
22829
22940
  },
22830
22941
  {
22831
22942
  "kind": "javascript-module",
22832
- "path": "src/utils/element/elementUtils.ts",
22943
+ "path": "src/views/chat/chatView.ts",
22833
22944
  "declarations": [
22834
22945
  {
22835
22946
  "kind": "class",
22836
22947
  "description": "",
22837
- "name": "ElementUtils",
22948
+ "name": "ChatView",
22838
22949
  "members": [
22839
- {
22840
- "kind": "field",
22841
- "name": "CODE_SNIPPET_GENERATION_JUMP",
22842
- "type": {
22843
- "text": "number"
22844
- },
22845
- "privacy": "private",
22846
- "static": true,
22847
- "default": "0.5"
22848
- },
22849
22950
  {
22850
22951
  "kind": "method",
22851
- "name": "addElements",
22852
- "privacy": "public",
22952
+ "name": "createElements",
22953
+ "privacy": "private",
22853
22954
  "static": true,
22854
22955
  "parameters": [
22855
22956
  {
22856
- "name": "parent",
22957
+ "name": "deepChat",
22958
+ "type": {
22959
+ "text": "DeepChat"
22960
+ }
22961
+ },
22962
+ {
22963
+ "name": "serviceIO",
22857
22964
  "type": {
22858
- "text": "HTMLElement"
22965
+ "text": "ServiceIO"
22859
22966
  }
22860
22967
  },
22861
22968
  {
22862
- "name": "elements",
22969
+ "name": "panel",
22970
+ "optional": true,
22863
22971
  "type": {
22864
- "text": "HTMLElement[]"
22972
+ "text": "HTMLElement"
22865
22973
  }
22866
22974
  }
22867
22975
  ]
22868
22976
  },
22869
22977
  {
22870
22978
  "kind": "method",
22871
- "name": "isScrollbarAtBottomOfElement",
22979
+ "name": "render",
22872
22980
  "privacy": "public",
22873
22981
  "static": true,
22874
22982
  "parameters": [
22875
22983
  {
22876
- "name": "element",
22984
+ "name": "deepChat",
22985
+ "type": {
22986
+ "text": "DeepChat"
22987
+ }
22988
+ },
22989
+ {
22990
+ "name": "containerRef",
22877
22991
  "type": {
22878
22992
  "text": "HTMLElement"
22879
22993
  }
22880
- }
22881
- ]
22882
- },
22883
- {
22884
- "kind": "method",
22885
- "name": "cloneElement",
22886
- "privacy": "public",
22887
- "static": true,
22888
- "parameters": [
22994
+ },
22889
22995
  {
22890
- "name": "element",
22996
+ "name": "serviceIO",
22997
+ "type": {
22998
+ "text": "ServiceIO"
22999
+ }
23000
+ },
23001
+ {
23002
+ "name": "panel",
23003
+ "optional": true,
22891
23004
  "type": {
22892
23005
  "text": "HTMLElement"
22893
23006
  }
@@ -22900,410 +23013,320 @@
22900
23013
  "exports": [
22901
23014
  {
22902
23015
  "kind": "js",
22903
- "name": "ElementUtils",
23016
+ "name": "ChatView",
22904
23017
  "declaration": {
22905
- "name": "ElementUtils",
22906
- "module": "src/utils/element/elementUtils.ts"
23018
+ "name": "ChatView",
23019
+ "module": "src/views/chat/chatView.ts"
22907
23020
  }
22908
23021
  }
22909
23022
  ]
22910
23023
  },
22911
23024
  {
22912
23025
  "kind": "javascript-module",
22913
- "path": "src/utils/element/imageUtils.ts",
23026
+ "path": "src/views/error/errorView.ts",
22914
23027
  "declarations": [
22915
23028
  {
22916
- "kind": "variable",
22917
- "name": "BASE_64_PREFIX",
22918
- "type": {
22919
- "text": "string"
22920
- },
22921
- "default": "'data:image/png;base64,'"
23029
+ "kind": "class",
23030
+ "description": "",
23031
+ "name": "ErrorView",
23032
+ "members": [
23033
+ {
23034
+ "kind": "method",
23035
+ "name": "render",
23036
+ "privacy": "public",
23037
+ "static": true,
23038
+ "parameters": [
23039
+ {
23040
+ "name": "containerElement",
23041
+ "type": {
23042
+ "text": "HTMLElement"
23043
+ }
23044
+ },
23045
+ {
23046
+ "name": "text",
23047
+ "type": {
23048
+ "text": "string"
23049
+ }
23050
+ }
23051
+ ]
23052
+ }
23053
+ ]
22922
23054
  }
22923
23055
  ],
22924
23056
  "exports": [
22925
23057
  {
22926
23058
  "kind": "js",
22927
- "name": "BASE_64_PREFIX",
23059
+ "name": "ErrorView",
22928
23060
  "declaration": {
22929
- "name": "BASE_64_PREFIX",
22930
- "module": "src/utils/element/imageUtils.ts"
23061
+ "name": "ErrorView",
23062
+ "module": "src/views/error/errorView.ts"
22931
23063
  }
22932
23064
  }
22933
23065
  ]
22934
23066
  },
22935
23067
  {
22936
23068
  "kind": "javascript-module",
22937
- "path": "src/utils/element/statefulEvents.ts",
23069
+ "path": "src/views/insertKey/insertKeyView.ts",
22938
23070
  "declarations": [
22939
23071
  {
22940
23072
  "kind": "class",
22941
23073
  "description": "",
22942
- "name": "StatefulEvents",
23074
+ "name": "InsertKeyView",
22943
23075
  "members": [
22944
23076
  {
22945
23077
  "kind": "method",
22946
- "name": "mouseUp",
23078
+ "name": "createCautionText",
23079
+ "privacy": "private",
23080
+ "static": true
23081
+ },
23082
+ {
23083
+ "kind": "method",
23084
+ "name": "createHelpLink",
22947
23085
  "privacy": "private",
22948
23086
  "static": true,
22949
23087
  "parameters": [
22950
23088
  {
22951
- "name": "styles",
22952
- "type": {
22953
- "text": "StatefulStyles"
22954
- }
22955
- },
22956
- {
22957
- "name": "event",
23089
+ "name": "link",
22958
23090
  "type": {
22959
- "text": "MouseEvent"
23091
+ "text": "string"
22960
23092
  }
22961
23093
  }
22962
23094
  ]
22963
23095
  },
22964
23096
  {
22965
23097
  "kind": "method",
22966
- "name": "mouseDown",
23098
+ "name": "createFailText",
23099
+ "privacy": "private",
23100
+ "static": true
23101
+ },
23102
+ {
23103
+ "kind": "method",
23104
+ "name": "createHelpTextContainer",
22967
23105
  "privacy": "private",
22968
23106
  "static": true,
22969
23107
  "parameters": [
22970
23108
  {
22971
- "name": "styles",
22972
- "type": {
22973
- "text": "StatefulStyles"
22974
- }
22975
- },
22976
- {
22977
- "name": "event",
23109
+ "name": "link",
23110
+ "optional": true,
22978
23111
  "type": {
22979
- "text": "MouseEvent"
23112
+ "text": "string"
22980
23113
  }
22981
23114
  }
22982
23115
  ]
22983
23116
  },
22984
23117
  {
22985
23118
  "kind": "method",
22986
- "name": "mouseLeave",
23119
+ "name": "onFail",
22987
23120
  "privacy": "private",
22988
23121
  "static": true,
22989
23122
  "parameters": [
22990
23123
  {
22991
- "name": "styles",
23124
+ "name": "inputEl",
22992
23125
  "type": {
22993
- "text": "StatefulStyles"
23126
+ "text": "HTMLInputElement"
22994
23127
  }
22995
23128
  },
22996
23129
  {
22997
- "name": "event",
23130
+ "name": "startEl",
22998
23131
  "type": {
22999
- "text": "MouseEvent"
23132
+ "text": "HTMLElement"
23133
+ }
23134
+ },
23135
+ {
23136
+ "name": "failTextEl",
23137
+ "type": {
23138
+ "text": "HTMLElement"
23139
+ }
23140
+ },
23141
+ {
23142
+ "name": "message",
23143
+ "type": {
23144
+ "text": "string"
23000
23145
  }
23001
23146
  }
23002
23147
  ]
23003
23148
  },
23004
23149
  {
23005
23150
  "kind": "method",
23006
- "name": "mouseEnter",
23151
+ "name": "onLoad",
23007
23152
  "privacy": "private",
23008
23153
  "static": true,
23009
23154
  "parameters": [
23010
23155
  {
23011
- "name": "styles",
23156
+ "name": "inputEl",
23012
23157
  "type": {
23013
- "text": "StatefulStyles"
23158
+ "text": "HTMLInputElement"
23014
23159
  }
23015
23160
  },
23016
23161
  {
23017
- "name": "event",
23162
+ "name": "startEl",
23018
23163
  "type": {
23019
- "text": "MouseEvent"
23164
+ "text": "HTMLElement"
23020
23165
  }
23021
23166
  }
23022
23167
  ]
23023
23168
  },
23024
23169
  {
23025
23170
  "kind": "method",
23026
- "name": "add",
23027
- "privacy": "public",
23171
+ "name": "verifyKey",
23172
+ "privacy": "private",
23028
23173
  "static": true,
23029
23174
  "parameters": [
23030
23175
  {
23031
- "name": "element",
23176
+ "name": "inputElement",
23032
23177
  "type": {
23033
- "text": "HTMLElement"
23178
+ "text": "HTMLInputElement"
23034
23179
  }
23035
23180
  },
23036
23181
  {
23037
- "name": "styles",
23182
+ "name": "keyVerificationHandlers",
23038
23183
  "type": {
23039
- "text": "StatefulStyles"
23184
+ "text": "KeyVerificationHandlers"
23185
+ }
23186
+ },
23187
+ {
23188
+ "name": "serviceIO",
23189
+ "type": {
23190
+ "text": "ServiceIO"
23040
23191
  }
23041
23192
  }
23042
23193
  ]
23043
- }
23044
- ]
23045
- }
23046
- ],
23047
- "exports": [
23048
- {
23049
- "kind": "js",
23050
- "name": "StatefulEvents",
23051
- "declaration": {
23052
- "name": "StatefulEvents",
23053
- "module": "src/utils/element/statefulEvents.ts"
23054
- }
23055
- }
23056
- ]
23057
- },
23058
- {
23059
- "kind": "javascript-module",
23060
- "path": "src/utils/element/styleUtils.ts",
23061
- "declarations": [
23062
- {
23063
- "kind": "class",
23064
- "description": "",
23065
- "name": "StyleUtils",
23066
- "members": [
23194
+ },
23067
23195
  {
23068
23196
  "kind": "method",
23069
- "name": "unsetStyle",
23070
- "privacy": "public",
23197
+ "name": "addVerificationEvents",
23198
+ "privacy": "private",
23071
23199
  "static": true,
23072
23200
  "parameters": [
23073
23201
  {
23074
- "name": "element",
23202
+ "name": "inputEl",
23075
23203
  "type": {
23076
- "text": "HTMLElement"
23204
+ "text": "HTMLInputElement"
23077
23205
  }
23078
23206
  },
23079
23207
  {
23080
- "name": "style",
23208
+ "name": "startEl",
23081
23209
  "type": {
23082
- "text": "CustomStyle"
23210
+ "text": "HTMLElement"
23083
23211
  }
23084
- }
23085
- ]
23086
- },
23087
- {
23088
- "kind": "method",
23089
- "name": "unsetActivityCSSMouseStates",
23090
- "privacy": "public",
23091
- "static": true,
23092
- "parameters": [
23212
+ },
23093
23213
  {
23094
- "name": "element",
23214
+ "name": "failTextEl",
23095
23215
  "type": {
23096
23216
  "text": "HTMLElement"
23097
23217
  }
23098
23218
  },
23099
23219
  {
23100
- "name": "statefulStyle",
23220
+ "name": "changeToChat",
23101
23221
  "type": {
23102
- "text": "StatefulStyles"
23222
+ "text": "() => void"
23223
+ }
23224
+ },
23225
+ {
23226
+ "name": "serviceIO",
23227
+ "type": {
23228
+ "text": "ServiceIO"
23103
23229
  }
23104
23230
  }
23105
23231
  ]
23106
23232
  },
23107
23233
  {
23108
23234
  "kind": "method",
23109
- "name": "unsetAllCSSMouseStates",
23110
- "privacy": "public",
23235
+ "name": "createStartButton",
23236
+ "privacy": "private",
23237
+ "static": true
23238
+ },
23239
+ {
23240
+ "kind": "method",
23241
+ "name": "onInputFocus",
23242
+ "privacy": "private",
23111
23243
  "static": true,
23112
23244
  "parameters": [
23113
23245
  {
23114
- "name": "element",
23246
+ "name": "event",
23115
23247
  "type": {
23116
- "text": "HTMLElement"
23248
+ "text": "FocusEvent"
23117
23249
  }
23118
- },
23250
+ }
23251
+ ]
23252
+ },
23253
+ {
23254
+ "kind": "method",
23255
+ "name": "createInput",
23256
+ "privacy": "private",
23257
+ "static": true,
23258
+ "parameters": [
23119
23259
  {
23120
- "name": "statefulStyle",
23260
+ "name": "placeholderText",
23261
+ "optional": true,
23121
23262
  "type": {
23122
- "text": "StatefulStyles"
23263
+ "text": "string"
23123
23264
  }
23124
23265
  }
23125
23266
  ]
23126
23267
  },
23127
23268
  {
23128
23269
  "kind": "method",
23129
- "name": "generateStateful",
23130
- "privacy": "public",
23270
+ "name": "createContents",
23271
+ "privacy": "private",
23131
23272
  "static": true,
23132
- "return": {
23133
- "type": {
23134
- "text": "StatefulStyles"
23135
- }
23136
- },
23137
23273
  "parameters": [
23138
23274
  {
23139
- "name": "styles",
23140
- "type": {
23141
- "text": "StatefulStyles"
23142
- }
23143
- },
23144
- {
23145
- "name": "defHover",
23275
+ "name": "changeToChat",
23146
23276
  "type": {
23147
- "text": "CustomStyle"
23277
+ "text": "() => void"
23148
23278
  }
23149
23279
  },
23150
23280
  {
23151
- "name": "defClick",
23281
+ "name": "serviceIO",
23152
23282
  "type": {
23153
- "text": "CustomStyle"
23283
+ "text": "ServiceIO"
23154
23284
  }
23155
23285
  }
23156
23286
  ]
23157
- }
23158
- ]
23159
- }
23160
- ],
23161
- "exports": [
23162
- {
23163
- "kind": "js",
23164
- "name": "StyleUtils",
23165
- "declaration": {
23166
- "name": "StyleUtils",
23167
- "module": "src/utils/element/styleUtils.ts"
23168
- }
23169
- }
23170
- ]
23171
- },
23172
- {
23173
- "kind": "javascript-module",
23174
- "path": "src/utils/errorMessages/errorMessages.ts",
23175
- "declarations": [
23176
- {
23177
- "kind": "variable",
23178
- "name": "ErrorMessages",
23179
- "type": {
23180
- "text": "object"
23181
- },
23182
- "default": "{\n INVALID_KEY: 'Invalid API Key',\n CONNECTION_FAILED: 'Failed to connect',\n}"
23183
- }
23184
- ],
23185
- "exports": [
23186
- {
23187
- "kind": "js",
23188
- "name": "ErrorMessages",
23189
- "declaration": {
23190
- "name": "ErrorMessages",
23191
- "module": "src/utils/errorMessages/errorMessages.ts"
23192
- }
23193
- }
23194
- ]
23195
- },
23196
- {
23197
- "kind": "javascript-module",
23198
- "path": "src/utils/events/fireEvents.ts",
23199
- "declarations": [
23200
- {
23201
- "kind": "class",
23202
- "description": "",
23203
- "name": "FireEvents",
23204
- "members": [
23287
+ },
23205
23288
  {
23206
23289
  "kind": "method",
23207
- "name": "onNewMessage",
23208
- "privacy": "public",
23290
+ "name": "createElements",
23291
+ "privacy": "private",
23209
23292
  "static": true,
23210
23293
  "parameters": [
23211
23294
  {
23212
- "name": "deepChat",
23213
- "type": {
23214
- "text": "DeepChat"
23215
- }
23216
- },
23217
- {
23218
- "name": "message",
23295
+ "name": "changeToChat",
23219
23296
  "type": {
23220
- "text": "MessageContent"
23297
+ "text": "() => void"
23221
23298
  }
23222
23299
  },
23223
23300
  {
23224
- "name": "isInitial",
23301
+ "name": "serviceIO",
23225
23302
  "type": {
23226
- "text": "boolean"
23303
+ "text": "ServiceIO"
23227
23304
  }
23228
23305
  }
23229
23306
  ]
23230
23307
  },
23231
23308
  {
23232
23309
  "kind": "method",
23233
- "name": "onRender",
23310
+ "name": "render",
23234
23311
  "privacy": "public",
23235
23312
  "static": true,
23236
23313
  "parameters": [
23237
23314
  {
23238
- "name": "deepChat",
23315
+ "name": "containerRef",
23239
23316
  "type": {
23240
- "text": "DeepChat"
23317
+ "text": "HTMLElement"
23241
23318
  }
23242
- }
23243
- ]
23244
- }
23245
- ]
23246
- }
23247
- ],
23248
- "exports": [
23249
- {
23250
- "kind": "js",
23251
- "name": "FireEvents",
23252
- "declaration": {
23253
- "name": "FireEvents",
23254
- "module": "src/utils/events/fireEvents.ts"
23255
- }
23256
- }
23257
- ]
23258
- },
23259
- {
23260
- "kind": "javascript-module",
23261
- "path": "src/utils/fileTypes/fileTypeButtonIcons.ts",
23262
- "declarations": [
23263
- {
23264
- "kind": "variable",
23265
- "name": "FILE_TYPE_BUTTON_ICONS",
23266
- "type": {
23267
- "text": "ServiceFileTypes"
23268
- },
23269
- "default": "{\n images: {id: 'upload-images-icon', svgString: IMAGE_ICON_STRING, dropupText: 'Image'},\n gifs: {id: 'upload-gifs-icon', svgString: GIF_ICON_STRING, dropupText: 'GIF'},\n audio: {id: 'upload-audio-icon', svgString: AUDIO_ICON_STRING, dropupText: 'Audio'},\n mixedFiles: {id: 'upload-mixed-files-icon', svgString: MIXED_FILES_ICON_STRING, dropupText: 'File'},\n}"
23270
- }
23271
- ],
23272
- "exports": [
23273
- {
23274
- "kind": "js",
23275
- "name": "FILE_TYPE_BUTTON_ICONS",
23276
- "declaration": {
23277
- "name": "FILE_TYPE_BUTTON_ICONS",
23278
- "module": "src/utils/fileTypes/fileTypeButtonIcons.ts"
23279
- }
23280
- }
23281
- ]
23282
- },
23283
- {
23284
- "kind": "javascript-module",
23285
- "path": "src/utils/svg/svgIconUtils.ts",
23286
- "declarations": [
23287
- {
23288
- "kind": "class",
23289
- "description": "",
23290
- "name": "SVGIconUtils",
23291
- "members": [
23292
- {
23293
- "kind": "method",
23294
- "name": "createSVGElement",
23295
- "privacy": "public",
23296
- "static": true,
23297
- "return": {
23298
- "type": {
23299
- "text": "SVGGraphicsElement"
23300
- }
23301
- },
23302
- "parameters": [
23319
+ },
23303
23320
  {
23304
- "name": "svgString",
23321
+ "name": "changeToChat",
23305
23322
  "type": {
23306
- "text": "string"
23323
+ "text": "() => void"
23324
+ }
23325
+ },
23326
+ {
23327
+ "name": "serviceIO",
23328
+ "type": {
23329
+ "text": "ServiceIO"
23307
23330
  }
23308
23331
  }
23309
23332
  ]
@@ -23314,122 +23337,79 @@
23314
23337
  "exports": [
23315
23338
  {
23316
23339
  "kind": "js",
23317
- "name": "SVGIconUtils",
23318
- "declaration": {
23319
- "name": "SVGIconUtils",
23320
- "module": "src/utils/svg/svgIconUtils.ts"
23321
- }
23322
- }
23323
- ]
23324
- },
23325
- {
23326
- "kind": "javascript-module",
23327
- "path": "src/utils/webComponent/googleFont.ts",
23328
- "declarations": [
23329
- {
23330
- "kind": "class",
23331
- "description": "",
23332
- "name": "GoogleFont",
23333
- "members": [
23334
- {
23335
- "kind": "field",
23336
- "name": "FONT_URL",
23337
- "type": {
23338
- "text": "string"
23339
- },
23340
- "privacy": "private",
23341
- "static": true,
23342
- "default": "'https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap'"
23343
- },
23344
- {
23345
- "kind": "method",
23346
- "name": "appendStyleSheetToHead",
23347
- "privacy": "public",
23348
- "static": true
23349
- }
23350
- ]
23351
- }
23352
- ],
23353
- "exports": [
23354
- {
23355
- "kind": "js",
23356
- "name": "GoogleFont",
23340
+ "name": "InsertKeyView",
23357
23341
  "declaration": {
23358
- "name": "GoogleFont",
23359
- "module": "src/utils/webComponent/googleFont.ts"
23342
+ "name": "InsertKeyView",
23343
+ "module": "src/views/insertKey/insertKeyView.ts"
23360
23344
  }
23361
23345
  }
23362
- ]
23363
- },
23364
- {
23365
- "kind": "javascript-module",
23366
- "path": "src/utils/webComponent/internalHTML.ts",
23367
- "declarations": [
23368
- {
23369
- "kind": "class",
23370
- "description": "",
23371
- "name": "InternalHTML",
23372
- "members": [
23373
- {
23374
- "kind": "field",
23375
- "name": "_waitingToRender_",
23376
- "type": {
23377
- "text": "boolean"
23378
- },
23379
- "default": "false"
23380
- },
23381
- {
23382
- "kind": "field",
23383
- "name": "_propUpdated_",
23384
- "type": {
23385
- "text": "boolean"
23386
- },
23387
- "default": "false"
23388
- },
23389
- {
23390
- "kind": "field",
23391
- "name": "_attributes_",
23392
- "type": {
23393
- "text": "GenericObject<AttributeTypeConverter>"
23394
- },
23395
- "static": true,
23396
- "default": "{}"
23397
- },
23346
+ ]
23347
+ },
23348
+ {
23349
+ "kind": "javascript-module",
23350
+ "path": "src/views/insertKey/visibilityIcon.ts",
23351
+ "declarations": [
23352
+ {
23353
+ "kind": "class",
23354
+ "description": "",
23355
+ "name": "VisibilityIcon",
23356
+ "members": [
23398
23357
  {
23399
23358
  "kind": "field",
23400
- "name": "_attributeToProperty_",
23359
+ "name": "VISIBLE_ICON_ID",
23401
23360
  "type": {
23402
- "text": "GenericObject<string>"
23361
+ "text": "string"
23403
23362
  },
23363
+ "privacy": "private",
23404
23364
  "static": true,
23405
- "default": "{}"
23365
+ "default": "'visible-icon'"
23406
23366
  },
23407
23367
  {
23408
23368
  "kind": "method",
23409
- "name": "constructPropertyAccessors",
23369
+ "name": "changeVisibility",
23410
23370
  "privacy": "private",
23371
+ "static": true,
23411
23372
  "parameters": [
23412
23373
  {
23413
- "name": "propertyKey",
23374
+ "name": "inputElement",
23414
23375
  "type": {
23415
- "text": "string"
23376
+ "text": "HTMLInputElement"
23377
+ }
23378
+ },
23379
+ {
23380
+ "name": "visibleIcon",
23381
+ "type": {
23382
+ "text": "SVGGraphicsElement"
23383
+ }
23384
+ },
23385
+ {
23386
+ "name": "notVisibleIcon",
23387
+ "type": {
23388
+ "text": "SVGGraphicsElement"
23389
+ }
23390
+ },
23391
+ {
23392
+ "name": "event",
23393
+ "type": {
23394
+ "text": "MouseEvent"
23416
23395
  }
23417
23396
  }
23418
23397
  ]
23419
23398
  },
23420
23399
  {
23421
23400
  "kind": "method",
23422
- "name": "constructPropertyAccessors2",
23401
+ "name": "createIconElement",
23423
23402
  "privacy": "private",
23403
+ "static": true,
23424
23404
  "parameters": [
23425
23405
  {
23426
- "name": "attributeKey",
23406
+ "name": "iconString",
23427
23407
  "type": {
23428
23408
  "text": "string"
23429
23409
  }
23430
23410
  },
23431
23411
  {
23432
- "name": "propertyKey",
23412
+ "name": "id",
23433
23413
  "type": {
23434
23414
  "text": "string"
23435
23415
  }
@@ -23438,91 +23418,83 @@
23438
23418
  },
23439
23419
  {
23440
23420
  "kind": "method",
23441
- "name": "onRender"
23421
+ "name": "create",
23422
+ "privacy": "public",
23423
+ "static": true,
23424
+ "parameters": [
23425
+ {
23426
+ "name": "inputElement",
23427
+ "type": {
23428
+ "text": "HTMLInputElement"
23429
+ }
23430
+ }
23431
+ ]
23442
23432
  }
23443
- ],
23444
- "superclass": {
23445
- "name": "HTMLElement"
23446
- },
23447
- "customElement": true
23433
+ ]
23448
23434
  }
23449
23435
  ],
23450
23436
  "exports": [
23451
23437
  {
23452
23438
  "kind": "js",
23453
- "name": "InternalHTML",
23439
+ "name": "VisibilityIcon",
23454
23440
  "declaration": {
23455
- "name": "InternalHTML",
23456
- "module": "src/utils/webComponent/internalHTML.ts"
23441
+ "name": "VisibilityIcon",
23442
+ "module": "src/views/insertKey/visibilityIcon.ts"
23457
23443
  }
23458
23444
  }
23459
23445
  ]
23460
23446
  },
23461
23447
  {
23462
23448
  "kind": "javascript-module",
23463
- "path": "src/utils/webComponent/webComponentStyleUtils.ts",
23449
+ "path": "src/views/validateKeyProperty/validateKeyPropertyView.ts",
23464
23450
  "declarations": [
23465
23451
  {
23466
23452
  "kind": "class",
23467
23453
  "description": "",
23468
- "name": "WebComponentStyleUtils",
23454
+ "name": "ValidateKeyPropertyView",
23469
23455
  "members": [
23470
23456
  {
23471
23457
  "kind": "method",
23472
- "name": "apply",
23473
- "privacy": "public",
23458
+ "name": "onLoad",
23459
+ "privacy": "private",
23474
23460
  "static": true,
23475
23461
  "parameters": [
23476
23462
  {
23477
- "name": "style",
23478
- "type": {
23479
- "text": "string"
23480
- }
23481
- },
23482
- {
23483
- "name": "shadowRoot",
23463
+ "name": "startElement",
23484
23464
  "type": {
23485
- "text": "ShadowRoot | null"
23465
+ "text": "HTMLElement"
23486
23466
  }
23487
23467
  }
23488
23468
  ]
23489
23469
  },
23490
23470
  {
23491
23471
  "kind": "method",
23492
- "name": "applyStyleSheet",
23472
+ "name": "createElements",
23493
23473
  "privacy": "private",
23474
+ "static": true
23475
+ },
23476
+ {
23477
+ "kind": "method",
23478
+ "name": "render",
23479
+ "privacy": "public",
23494
23480
  "static": true,
23495
23481
  "parameters": [
23496
23482
  {
23497
- "name": "style",
23483
+ "name": "containerRef",
23498
23484
  "type": {
23499
- "text": "string"
23485
+ "text": "HTMLElement"
23500
23486
  }
23501
23487
  },
23502
23488
  {
23503
- "name": "shadowRoot",
23504
- "type": {
23505
- "text": "ShadowRoot"
23506
- }
23507
- }
23508
- ]
23509
- },
23510
- {
23511
- "kind": "method",
23512
- "name": "addStyleElement",
23513
- "privacy": "private",
23514
- "static": true,
23515
- "parameters": [
23516
- {
23517
- "name": "style",
23489
+ "name": "changeToChat",
23518
23490
  "type": {
23519
- "text": "string"
23491
+ "text": "() => void"
23520
23492
  }
23521
23493
  },
23522
23494
  {
23523
- "name": "shadowRoot",
23495
+ "name": "serviceIO",
23524
23496
  "type": {
23525
- "text": "ShadowRoot"
23497
+ "text": "ServiceIO"
23526
23498
  }
23527
23499
  }
23528
23500
  ]
@@ -23533,10 +23505,10 @@
23533
23505
  "exports": [
23534
23506
  {
23535
23507
  "kind": "js",
23536
- "name": "WebComponentStyleUtils",
23508
+ "name": "ValidateKeyPropertyView",
23537
23509
  "declaration": {
23538
- "name": "WebComponentStyleUtils",
23539
- "module": "src/utils/webComponent/webComponentStyleUtils.ts"
23510
+ "name": "ValidateKeyPropertyView",
23511
+ "module": "src/views/validateKeyProperty/validateKeyPropertyView.ts"
23540
23512
  }
23541
23513
  }
23542
23514
  ]
@@ -26486,47 +26458,214 @@
26486
26458
  },
26487
26459
  {
26488
26460
  "kind": "method",
26489
- "name": "setEvents",
26490
- "privacy": "private",
26461
+ "name": "setEvents",
26462
+ "privacy": "private",
26463
+ "parameters": [
26464
+ {
26465
+ "name": "customStyles",
26466
+ "optional": true,
26467
+ "type": {
26468
+ "text": "ButtonStyles"
26469
+ }
26470
+ }
26471
+ ]
26472
+ },
26473
+ {
26474
+ "kind": "method",
26475
+ "name": "unsetCustomStateStyles",
26476
+ "privacy": "public",
26477
+ "parameters": [
26478
+ {
26479
+ "name": "unsetTypes",
26480
+ "type": {
26481
+ "text": "(keyof T)[]"
26482
+ }
26483
+ }
26484
+ ]
26485
+ },
26486
+ {
26487
+ "kind": "method",
26488
+ "name": "reapplyStateStyle",
26489
+ "privacy": "public",
26490
+ "parameters": [
26491
+ {
26492
+ "name": "setType",
26493
+ "type": {
26494
+ "text": "keyof T"
26495
+ }
26496
+ },
26497
+ {
26498
+ "name": "unsetTypes",
26499
+ "optional": true,
26500
+ "type": {
26501
+ "text": "(keyof T)[]"
26502
+ }
26503
+ }
26504
+ ]
26505
+ }
26506
+ ]
26507
+ }
26508
+ ],
26509
+ "exports": [
26510
+ {
26511
+ "kind": "js",
26512
+ "name": "InputButton",
26513
+ "declaration": {
26514
+ "name": "InputButton",
26515
+ "module": "src/views/chat/input/buttons/inputButton.ts"
26516
+ }
26517
+ }
26518
+ ]
26519
+ },
26520
+ {
26521
+ "kind": "javascript-module",
26522
+ "path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
26523
+ "declarations": [
26524
+ {
26525
+ "kind": "class",
26526
+ "description": "",
26527
+ "name": "FileAttachments",
26528
+ "members": [
26529
+ {
26530
+ "kind": "field",
26531
+ "name": "_fileAttachmentsTypes",
26532
+ "type": {
26533
+ "text": "FileAttachmentsType[]"
26534
+ },
26535
+ "privacy": "private",
26536
+ "default": "[]"
26537
+ },
26538
+ {
26539
+ "kind": "field",
26540
+ "name": "elementRef",
26541
+ "type": {
26542
+ "text": "HTMLElement"
26543
+ }
26544
+ },
26545
+ {
26546
+ "kind": "method",
26547
+ "name": "addType",
26548
+ "parameters": [
26549
+ {
26550
+ "name": "files",
26551
+ "type": {
26552
+ "text": "FileAttachmentsT"
26553
+ }
26554
+ },
26555
+ {
26556
+ "name": "type",
26557
+ "type": {
26558
+ "text": "keyof ServiceFileTypes"
26559
+ }
26560
+ }
26561
+ ]
26562
+ },
26563
+ {
26564
+ "kind": "method",
26565
+ "name": "createAttachmentContainer",
26566
+ "privacy": "private"
26567
+ },
26568
+ {
26569
+ "kind": "method",
26570
+ "name": "toggleContainerDisplay",
26571
+ "privacy": "private",
26572
+ "parameters": [
26573
+ {
26574
+ "name": "display",
26575
+ "type": {
26576
+ "text": "boolean"
26577
+ }
26578
+ }
26579
+ ]
26580
+ },
26581
+ {
26582
+ "kind": "method",
26583
+ "name": "getAllFileData"
26584
+ },
26585
+ {
26586
+ "kind": "method",
26587
+ "name": "completePlaceholders"
26588
+ },
26589
+ {
26590
+ "kind": "method",
26591
+ "name": "addFilesToType",
26592
+ "privacy": "public",
26593
+ "static": true,
26491
26594
  "parameters": [
26492
26595
  {
26493
- "name": "customStyles",
26494
- "optional": true,
26596
+ "name": "files",
26495
26597
  "type": {
26496
- "text": "ButtonStyles"
26598
+ "text": "File[]"
26599
+ }
26600
+ },
26601
+ {
26602
+ "name": "fileAttachmentTypes",
26603
+ "type": {
26604
+ "text": "FileAttachmentsType[]"
26497
26605
  }
26498
26606
  }
26499
26607
  ]
26500
26608
  },
26501
26609
  {
26502
26610
  "kind": "method",
26503
- "name": "unsetCustomStateStyles",
26611
+ "name": "addFilesToAnyType",
26504
26612
  "privacy": "public",
26505
26613
  "parameters": [
26506
26614
  {
26507
- "name": "unsetTypes",
26615
+ "name": "files",
26508
26616
  "type": {
26509
- "text": "(keyof T)[]"
26617
+ "text": "File[]"
26510
26618
  }
26511
26619
  }
26512
26620
  ]
26513
26621
  },
26514
26622
  {
26515
26623
  "kind": "method",
26516
- "name": "reapplyStateStyle",
26624
+ "name": "removeAllFiles"
26625
+ },
26626
+ {
26627
+ "kind": "method",
26628
+ "name": "getNumberOfTypes"
26629
+ }
26630
+ ]
26631
+ }
26632
+ ],
26633
+ "exports": [
26634
+ {
26635
+ "kind": "js",
26636
+ "name": "FileAttachments",
26637
+ "declaration": {
26638
+ "name": "FileAttachments",
26639
+ "module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
26640
+ }
26641
+ }
26642
+ ]
26643
+ },
26644
+ {
26645
+ "kind": "javascript-module",
26646
+ "path": "src/views/chat/input/fileAttachments/newFileName.ts",
26647
+ "declarations": [
26648
+ {
26649
+ "kind": "class",
26650
+ "description": "",
26651
+ "name": "NewFileName",
26652
+ "members": [
26653
+ {
26654
+ "kind": "method",
26655
+ "name": "getFileName",
26517
26656
  "privacy": "public",
26657
+ "static": true,
26518
26658
  "parameters": [
26519
26659
  {
26520
- "name": "setType",
26660
+ "name": "prefix",
26521
26661
  "type": {
26522
- "text": "keyof T"
26662
+ "text": "string"
26523
26663
  }
26524
26664
  },
26525
26665
  {
26526
- "name": "unsetTypes",
26527
- "optional": true,
26666
+ "name": "extension",
26528
26667
  "type": {
26529
- "text": "(keyof T)[]"
26668
+ "text": "string"
26530
26669
  }
26531
26670
  }
26532
26671
  ]
@@ -26537,10 +26676,10 @@
26537
26676
  "exports": [
26538
26677
  {
26539
26678
  "kind": "js",
26540
- "name": "InputButton",
26679
+ "name": "NewFileName",
26541
26680
  "declaration": {
26542
- "name": "InputButton",
26543
- "module": "src/views/chat/input/buttons/inputButton.ts"
26681
+ "name": "NewFileName",
26682
+ "module": "src/views/chat/input/fileAttachments/newFileName.ts"
26544
26683
  }
26545
26684
  }
26546
26685
  ]
@@ -26923,156 +27062,18 @@
26923
27062
  },
26924
27063
  {
26925
27064
  "kind": "javascript-module",
26926
- "path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
26927
- "declarations": [
26928
- {
26929
- "kind": "class",
26930
- "description": "",
26931
- "name": "FileAttachments",
26932
- "members": [
26933
- {
26934
- "kind": "field",
26935
- "name": "_fileAttachmentsTypes",
26936
- "type": {
26937
- "text": "FileAttachmentsType[]"
26938
- },
26939
- "privacy": "private",
26940
- "default": "[]"
26941
- },
26942
- {
26943
- "kind": "field",
26944
- "name": "elementRef",
26945
- "type": {
26946
- "text": "HTMLElement"
26947
- }
26948
- },
26949
- {
26950
- "kind": "method",
26951
- "name": "addType",
26952
- "parameters": [
26953
- {
26954
- "name": "files",
26955
- "type": {
26956
- "text": "FileAttachmentsT"
26957
- }
26958
- },
26959
- {
26960
- "name": "type",
26961
- "type": {
26962
- "text": "keyof ServiceFileTypes"
26963
- }
26964
- }
26965
- ]
26966
- },
26967
- {
26968
- "kind": "method",
26969
- "name": "createAttachmentContainer",
26970
- "privacy": "private"
26971
- },
26972
- {
26973
- "kind": "method",
26974
- "name": "toggleContainerDisplay",
26975
- "privacy": "private",
26976
- "parameters": [
26977
- {
26978
- "name": "display",
26979
- "type": {
26980
- "text": "boolean"
26981
- }
26982
- }
26983
- ]
26984
- },
26985
- {
26986
- "kind": "method",
26987
- "name": "getAllFileData"
26988
- },
26989
- {
26990
- "kind": "method",
26991
- "name": "completePlaceholders"
26992
- },
26993
- {
26994
- "kind": "method",
26995
- "name": "addFilesToType",
26996
- "privacy": "public",
26997
- "static": true,
26998
- "parameters": [
26999
- {
27000
- "name": "files",
27001
- "type": {
27002
- "text": "File[]"
27003
- }
27004
- },
27005
- {
27006
- "name": "fileAttachmentTypes",
27007
- "type": {
27008
- "text": "FileAttachmentsType[]"
27009
- }
27010
- }
27011
- ]
27012
- },
27013
- {
27014
- "kind": "method",
27015
- "name": "addFilesToAnyType",
27016
- "privacy": "public",
27017
- "parameters": [
27018
- {
27019
- "name": "files",
27020
- "type": {
27021
- "text": "File[]"
27022
- }
27023
- }
27024
- ]
27025
- },
27026
- {
27027
- "kind": "method",
27028
- "name": "removeAllFiles"
27029
- },
27030
- {
27031
- "kind": "method",
27032
- "name": "getNumberOfTypes"
27033
- }
27034
- ]
27035
- }
27036
- ],
27037
- "exports": [
27038
- {
27039
- "kind": "js",
27040
- "name": "FileAttachments",
27041
- "declaration": {
27042
- "name": "FileAttachments",
27043
- "module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
27044
- }
27045
- }
27046
- ]
27047
- },
27048
- {
27049
- "kind": "javascript-module",
27050
- "path": "src/views/chat/input/fileAttachments/newFileName.ts",
27065
+ "path": "src/views/chat/messages/remarkable/remarkableConfig.ts",
27051
27066
  "declarations": [
27052
27067
  {
27053
27068
  "kind": "class",
27054
27069
  "description": "",
27055
- "name": "NewFileName",
27070
+ "name": "RemarkableConfig",
27056
27071
  "members": [
27057
27072
  {
27058
27073
  "kind": "method",
27059
- "name": "getFileName",
27074
+ "name": "createNew",
27060
27075
  "privacy": "public",
27061
- "static": true,
27062
- "parameters": [
27063
- {
27064
- "name": "prefix",
27065
- "type": {
27066
- "text": "string"
27067
- }
27068
- },
27069
- {
27070
- "name": "extension",
27071
- "type": {
27072
- "text": "string"
27073
- }
27074
- }
27075
- ]
27076
+ "static": true
27076
27077
  }
27077
27078
  ]
27078
27079
  }
@@ -27080,10 +27081,10 @@
27080
27081
  "exports": [
27081
27082
  {
27082
27083
  "kind": "js",
27083
- "name": "NewFileName",
27084
+ "name": "RemarkableConfig",
27084
27085
  "declaration": {
27085
- "name": "NewFileName",
27086
- "module": "src/views/chat/input/fileAttachments/newFileName.ts"
27086
+ "name": "RemarkableConfig",
27087
+ "module": "src/views/chat/messages/remarkable/remarkableConfig.ts"
27087
27088
  }
27088
27089
  }
27089
27090
  ]
@@ -27850,35 +27851,6 @@
27850
27851
  }
27851
27852
  ]
27852
27853
  },
27853
- {
27854
- "kind": "javascript-module",
27855
- "path": "src/views/chat/messages/remarkable/remarkableConfig.ts",
27856
- "declarations": [
27857
- {
27858
- "kind": "class",
27859
- "description": "",
27860
- "name": "RemarkableConfig",
27861
- "members": [
27862
- {
27863
- "kind": "method",
27864
- "name": "createNew",
27865
- "privacy": "public",
27866
- "static": true
27867
- }
27868
- ]
27869
- }
27870
- ],
27871
- "exports": [
27872
- {
27873
- "kind": "js",
27874
- "name": "RemarkableConfig",
27875
- "declaration": {
27876
- "name": "RemarkableConfig",
27877
- "module": "src/views/chat/messages/remarkable/remarkableConfig.ts"
27878
- }
27879
- }
27880
- ]
27881
- },
27882
27854
  {
27883
27855
  "kind": "javascript-module",
27884
27856
  "path": "src/views/chat/input/buttons/camera/cameraButton.ts",