deep-chat-dev 9.0.71 → 9.0.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +1543 -1543
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.d.ts.map +1 -1
- package/dist/deepChat.js +82 -81
- package/dist/webModel/webModel.d.ts.map +1 -1
- package/package.json +1 -2
package/custom-elements.json
CHANGED
@@ -502,54 +502,6 @@
|
|
502
502
|
}
|
503
503
|
]
|
504
504
|
},
|
505
|
-
{
|
506
|
-
"kind": "javascript-module",
|
507
|
-
"path": "src/services/serviceIO.ts",
|
508
|
-
"declarations": [],
|
509
|
-
"exports": []
|
510
|
-
},
|
511
|
-
{
|
512
|
-
"kind": "javascript-module",
|
513
|
-
"path": "src/services/serviceIOFactory.ts",
|
514
|
-
"declarations": [
|
515
|
-
{
|
516
|
-
"kind": "class",
|
517
|
-
"description": "",
|
518
|
-
"name": "ServiceIOFactory",
|
519
|
-
"members": [
|
520
|
-
{
|
521
|
-
"kind": "method",
|
522
|
-
"name": "create",
|
523
|
-
"privacy": "public",
|
524
|
-
"static": true,
|
525
|
-
"return": {
|
526
|
-
"type": {
|
527
|
-
"text": "ServiceIO"
|
528
|
-
}
|
529
|
-
},
|
530
|
-
"parameters": [
|
531
|
-
{
|
532
|
-
"name": "deepChat",
|
533
|
-
"type": {
|
534
|
-
"text": "DeepChat"
|
535
|
-
}
|
536
|
-
}
|
537
|
-
]
|
538
|
-
}
|
539
|
-
]
|
540
|
-
}
|
541
|
-
],
|
542
|
-
"exports": [
|
543
|
-
{
|
544
|
-
"kind": "js",
|
545
|
-
"name": "ServiceIOFactory",
|
546
|
-
"declaration": {
|
547
|
-
"name": "ServiceIOFactory",
|
548
|
-
"module": "src/services/serviceIOFactory.ts"
|
549
|
-
}
|
550
|
-
}
|
551
|
-
]
|
552
|
-
},
|
553
505
|
{
|
554
506
|
"kind": "javascript-module",
|
555
507
|
"path": "src/icons/audioIcon.ts",
|
@@ -907,6 +859,54 @@
|
|
907
859
|
}
|
908
860
|
]
|
909
861
|
},
|
862
|
+
{
|
863
|
+
"kind": "javascript-module",
|
864
|
+
"path": "src/services/serviceIO.ts",
|
865
|
+
"declarations": [],
|
866
|
+
"exports": []
|
867
|
+
},
|
868
|
+
{
|
869
|
+
"kind": "javascript-module",
|
870
|
+
"path": "src/services/serviceIOFactory.ts",
|
871
|
+
"declarations": [
|
872
|
+
{
|
873
|
+
"kind": "class",
|
874
|
+
"description": "",
|
875
|
+
"name": "ServiceIOFactory",
|
876
|
+
"members": [
|
877
|
+
{
|
878
|
+
"kind": "method",
|
879
|
+
"name": "create",
|
880
|
+
"privacy": "public",
|
881
|
+
"static": true,
|
882
|
+
"return": {
|
883
|
+
"type": {
|
884
|
+
"text": "ServiceIO"
|
885
|
+
}
|
886
|
+
},
|
887
|
+
"parameters": [
|
888
|
+
{
|
889
|
+
"name": "deepChat",
|
890
|
+
"type": {
|
891
|
+
"text": "DeepChat"
|
892
|
+
}
|
893
|
+
}
|
894
|
+
]
|
895
|
+
}
|
896
|
+
]
|
897
|
+
}
|
898
|
+
],
|
899
|
+
"exports": [
|
900
|
+
{
|
901
|
+
"kind": "js",
|
902
|
+
"name": "ServiceIOFactory",
|
903
|
+
"declaration": {
|
904
|
+
"name": "ServiceIOFactory",
|
905
|
+
"module": "src/services/serviceIOFactory.ts"
|
906
|
+
}
|
907
|
+
}
|
908
|
+
]
|
909
|
+
},
|
910
910
|
{
|
911
911
|
"kind": "javascript-module",
|
912
912
|
"path": "src/webModel/webModel.ts",
|
@@ -24803,128 +24803,232 @@
|
|
24803
24803
|
},
|
24804
24804
|
{
|
24805
24805
|
"kind": "javascript-module",
|
24806
|
-
"path": "src/
|
24806
|
+
"path": "src/views/chat/chatView.ts",
|
24807
24807
|
"declarations": [
|
24808
24808
|
{
|
24809
24809
|
"kind": "class",
|
24810
24810
|
"description": "",
|
24811
|
-
"name": "
|
24811
|
+
"name": "ChatView",
|
24812
24812
|
"members": [
|
24813
24813
|
{
|
24814
24814
|
"kind": "method",
|
24815
|
-
"name": "
|
24816
|
-
"privacy": "
|
24815
|
+
"name": "createElements",
|
24816
|
+
"privacy": "private",
|
24817
24817
|
"static": true,
|
24818
24818
|
"parameters": [
|
24819
24819
|
{
|
24820
|
-
"name": "
|
24820
|
+
"name": "deepChat",
|
24821
24821
|
"type": {
|
24822
|
-
"text": "
|
24822
|
+
"text": "DeepChat"
|
24823
24823
|
}
|
24824
24824
|
},
|
24825
24825
|
{
|
24826
|
-
"name": "
|
24826
|
+
"name": "serviceIO",
|
24827
24827
|
"type": {
|
24828
|
-
"text": "
|
24828
|
+
"text": "ServiceIO"
|
24829
24829
|
}
|
24830
24830
|
},
|
24831
24831
|
{
|
24832
|
-
"name": "
|
24832
|
+
"name": "panel",
|
24833
|
+
"optional": true,
|
24833
24834
|
"type": {
|
24834
|
-
"text": "
|
24835
|
+
"text": "HTMLElement"
|
24835
24836
|
}
|
24836
|
-
},
|
24837
|
-
{
|
24838
|
-
"name": "stringifyBody",
|
24839
|
-
"default": "true"
|
24840
24837
|
}
|
24841
24838
|
]
|
24842
24839
|
},
|
24843
24840
|
{
|
24844
24841
|
"kind": "method",
|
24845
|
-
"name": "
|
24842
|
+
"name": "render",
|
24846
24843
|
"privacy": "public",
|
24847
24844
|
"static": true,
|
24848
24845
|
"parameters": [
|
24849
24846
|
{
|
24850
|
-
"name": "
|
24847
|
+
"name": "deepChat",
|
24851
24848
|
"type": {
|
24852
|
-
"text": "
|
24849
|
+
"text": "DeepChat"
|
24853
24850
|
}
|
24854
24851
|
},
|
24855
24852
|
{
|
24856
|
-
"name": "
|
24853
|
+
"name": "containerRef",
|
24857
24854
|
"type": {
|
24858
|
-
"text": "
|
24855
|
+
"text": "HTMLElement"
|
24859
24856
|
}
|
24860
24857
|
},
|
24861
24858
|
{
|
24862
|
-
"name": "
|
24859
|
+
"name": "serviceIO",
|
24863
24860
|
"type": {
|
24864
|
-
"text": "
|
24861
|
+
"text": "ServiceIO"
|
24865
24862
|
}
|
24866
24863
|
},
|
24867
24864
|
{
|
24868
|
-
"name": "
|
24865
|
+
"name": "panel",
|
24866
|
+
"optional": true,
|
24869
24867
|
"type": {
|
24870
|
-
"text": "
|
24868
|
+
"text": "HTMLElement"
|
24871
24869
|
}
|
24872
24870
|
}
|
24873
24871
|
]
|
24874
|
-
}
|
24872
|
+
}
|
24873
|
+
]
|
24874
|
+
}
|
24875
|
+
],
|
24876
|
+
"exports": [
|
24877
|
+
{
|
24878
|
+
"kind": "js",
|
24879
|
+
"name": "ChatView",
|
24880
|
+
"declaration": {
|
24881
|
+
"name": "ChatView",
|
24882
|
+
"module": "src/views/chat/chatView.ts"
|
24883
|
+
}
|
24884
|
+
}
|
24885
|
+
]
|
24886
|
+
},
|
24887
|
+
{
|
24888
|
+
"kind": "javascript-module",
|
24889
|
+
"path": "src/views/error/errorView.ts",
|
24890
|
+
"declarations": [
|
24891
|
+
{
|
24892
|
+
"kind": "class",
|
24893
|
+
"description": "",
|
24894
|
+
"name": "ErrorView",
|
24895
|
+
"members": [
|
24875
24896
|
{
|
24876
24897
|
"kind": "method",
|
24877
|
-
"name": "
|
24898
|
+
"name": "render",
|
24878
24899
|
"privacy": "public",
|
24879
24900
|
"static": true,
|
24880
24901
|
"parameters": [
|
24881
24902
|
{
|
24882
|
-
"name": "
|
24903
|
+
"name": "containerElement",
|
24883
24904
|
"type": {
|
24884
|
-
"text": "
|
24905
|
+
"text": "HTMLElement"
|
24885
24906
|
}
|
24886
24907
|
},
|
24887
24908
|
{
|
24888
|
-
"name": "
|
24909
|
+
"name": "text",
|
24889
24910
|
"type": {
|
24890
|
-
"text": "
|
24911
|
+
"text": "string"
|
24891
24912
|
}
|
24892
|
-
}
|
24913
|
+
}
|
24914
|
+
]
|
24915
|
+
}
|
24916
|
+
]
|
24917
|
+
}
|
24918
|
+
],
|
24919
|
+
"exports": [
|
24920
|
+
{
|
24921
|
+
"kind": "js",
|
24922
|
+
"name": "ErrorView",
|
24923
|
+
"declaration": {
|
24924
|
+
"name": "ErrorView",
|
24925
|
+
"module": "src/views/error/errorView.ts"
|
24926
|
+
}
|
24927
|
+
}
|
24928
|
+
]
|
24929
|
+
},
|
24930
|
+
{
|
24931
|
+
"kind": "javascript-module",
|
24932
|
+
"path": "src/views/insertKey/insertKeyView.ts",
|
24933
|
+
"declarations": [
|
24934
|
+
{
|
24935
|
+
"kind": "class",
|
24936
|
+
"description": "",
|
24937
|
+
"name": "InsertKeyView",
|
24938
|
+
"members": [
|
24939
|
+
{
|
24940
|
+
"kind": "method",
|
24941
|
+
"name": "createCautionText",
|
24942
|
+
"privacy": "private",
|
24943
|
+
"static": true
|
24944
|
+
},
|
24945
|
+
{
|
24946
|
+
"kind": "method",
|
24947
|
+
"name": "createHelpLink",
|
24948
|
+
"privacy": "private",
|
24949
|
+
"static": true,
|
24950
|
+
"parameters": [
|
24893
24951
|
{
|
24894
|
-
"name": "
|
24952
|
+
"name": "link",
|
24895
24953
|
"type": {
|
24896
|
-
"text": "
|
24954
|
+
"text": "string"
|
24955
|
+
}
|
24956
|
+
}
|
24957
|
+
]
|
24958
|
+
},
|
24959
|
+
{
|
24960
|
+
"kind": "method",
|
24961
|
+
"name": "createFailText",
|
24962
|
+
"privacy": "private",
|
24963
|
+
"static": true
|
24964
|
+
},
|
24965
|
+
{
|
24966
|
+
"kind": "method",
|
24967
|
+
"name": "createHelpTextContainer",
|
24968
|
+
"privacy": "private",
|
24969
|
+
"static": true,
|
24970
|
+
"parameters": [
|
24971
|
+
{
|
24972
|
+
"name": "link",
|
24973
|
+
"optional": true,
|
24974
|
+
"type": {
|
24975
|
+
"text": "string"
|
24897
24976
|
}
|
24898
24977
|
},
|
24899
24978
|
{
|
24900
|
-
"name": "
|
24979
|
+
"name": "displayCaution",
|
24901
24980
|
"default": "true"
|
24902
24981
|
}
|
24903
24982
|
]
|
24904
24983
|
},
|
24905
24984
|
{
|
24906
24985
|
"kind": "method",
|
24907
|
-
"name": "
|
24986
|
+
"name": "onFail",
|
24908
24987
|
"privacy": "private",
|
24909
24988
|
"static": true,
|
24910
24989
|
"parameters": [
|
24911
24990
|
{
|
24912
|
-
"name": "
|
24991
|
+
"name": "inputEl",
|
24913
24992
|
"type": {
|
24914
|
-
"text": "
|
24993
|
+
"text": "HTMLInputElement"
|
24915
24994
|
}
|
24916
24995
|
},
|
24917
24996
|
{
|
24918
|
-
"name": "
|
24997
|
+
"name": "startEl",
|
24998
|
+
"type": {
|
24999
|
+
"text": "HTMLElement"
|
25000
|
+
}
|
25001
|
+
},
|
25002
|
+
{
|
25003
|
+
"name": "failTextEl",
|
25004
|
+
"type": {
|
25005
|
+
"text": "HTMLElement"
|
25006
|
+
}
|
25007
|
+
},
|
25008
|
+
{
|
25009
|
+
"name": "message",
|
24919
25010
|
"type": {
|
24920
25011
|
"text": "string"
|
24921
25012
|
}
|
25013
|
+
}
|
25014
|
+
]
|
25015
|
+
},
|
25016
|
+
{
|
25017
|
+
"kind": "method",
|
25018
|
+
"name": "onLoad",
|
25019
|
+
"privacy": "private",
|
25020
|
+
"static": true,
|
25021
|
+
"parameters": [
|
25022
|
+
{
|
25023
|
+
"name": "inputEl",
|
25024
|
+
"type": {
|
25025
|
+
"text": "HTMLInputElement"
|
25026
|
+
}
|
24922
25027
|
},
|
24923
25028
|
{
|
24924
|
-
"name": "
|
24925
|
-
"optional": true,
|
25029
|
+
"name": "startEl",
|
24926
25030
|
"type": {
|
24927
|
-
"text": "
|
25031
|
+
"text": "HTMLElement"
|
24928
25032
|
}
|
24929
25033
|
}
|
24930
25034
|
]
|
@@ -24932,166 +25036,167 @@
|
|
24932
25036
|
{
|
24933
25037
|
"kind": "method",
|
24934
25038
|
"name": "verifyKey",
|
24935
|
-
"privacy": "
|
25039
|
+
"privacy": "private",
|
24936
25040
|
"static": true,
|
24937
25041
|
"parameters": [
|
24938
25042
|
{
|
24939
|
-
"name": "
|
25043
|
+
"name": "inputElement",
|
24940
25044
|
"type": {
|
24941
|
-
"text": "
|
25045
|
+
"text": "HTMLInputElement"
|
24942
25046
|
}
|
24943
25047
|
},
|
24944
25048
|
{
|
24945
|
-
"name": "
|
25049
|
+
"name": "keyVerificationHandlers",
|
24946
25050
|
"type": {
|
24947
|
-
"text": "
|
25051
|
+
"text": "KeyVerificationHandlers"
|
24948
25052
|
}
|
24949
25053
|
},
|
24950
25054
|
{
|
24951
|
-
"name": "
|
25055
|
+
"name": "serviceIO",
|
24952
25056
|
"type": {
|
24953
|
-
"text": "
|
25057
|
+
"text": "ServiceIO"
|
24954
25058
|
}
|
24955
|
-
}
|
25059
|
+
}
|
25060
|
+
]
|
25061
|
+
},
|
25062
|
+
{
|
25063
|
+
"kind": "method",
|
25064
|
+
"name": "addVerificationEvents",
|
25065
|
+
"privacy": "private",
|
25066
|
+
"static": true,
|
25067
|
+
"parameters": [
|
24956
25068
|
{
|
24957
|
-
"name": "
|
25069
|
+
"name": "inputEl",
|
24958
25070
|
"type": {
|
24959
|
-
"text": "
|
25071
|
+
"text": "HTMLInputElement"
|
24960
25072
|
}
|
24961
25073
|
},
|
24962
25074
|
{
|
24963
|
-
"name": "
|
25075
|
+
"name": "startEl",
|
24964
25076
|
"type": {
|
24965
|
-
"text": "
|
25077
|
+
"text": "HTMLElement"
|
24966
25078
|
}
|
24967
25079
|
},
|
24968
25080
|
{
|
24969
|
-
"name": "
|
25081
|
+
"name": "failTextEl",
|
24970
25082
|
"type": {
|
24971
|
-
"text": "
|
25083
|
+
"text": "HTMLElement"
|
24972
25084
|
}
|
24973
25085
|
},
|
24974
25086
|
{
|
24975
|
-
"name": "
|
25087
|
+
"name": "changeToChat",
|
24976
25088
|
"type": {
|
24977
25089
|
"text": "() => void"
|
24978
25090
|
}
|
24979
25091
|
},
|
24980
25092
|
{
|
24981
|
-
"name": "
|
25093
|
+
"name": "serviceIO",
|
24982
25094
|
"type": {
|
24983
|
-
"text": "
|
25095
|
+
"text": "ServiceIO"
|
24984
25096
|
}
|
24985
|
-
}
|
25097
|
+
}
|
25098
|
+
]
|
25099
|
+
},
|
25100
|
+
{
|
25101
|
+
"kind": "method",
|
25102
|
+
"name": "createStartButton",
|
25103
|
+
"privacy": "private",
|
25104
|
+
"static": true
|
25105
|
+
},
|
25106
|
+
{
|
25107
|
+
"kind": "method",
|
25108
|
+
"name": "onInputFocus",
|
25109
|
+
"privacy": "private",
|
25110
|
+
"static": true,
|
25111
|
+
"parameters": [
|
24986
25112
|
{
|
24987
|
-
"name": "
|
24988
|
-
"optional": true,
|
25113
|
+
"name": "event",
|
24989
25114
|
"type": {
|
24990
|
-
"text": "
|
25115
|
+
"text": "FocusEvent"
|
24991
25116
|
}
|
24992
25117
|
}
|
24993
25118
|
]
|
24994
|
-
}
|
24995
|
-
]
|
24996
|
-
}
|
24997
|
-
],
|
24998
|
-
"exports": [
|
24999
|
-
{
|
25000
|
-
"kind": "js",
|
25001
|
-
"name": "HTTPRequest",
|
25002
|
-
"declaration": {
|
25003
|
-
"name": "HTTPRequest",
|
25004
|
-
"module": "src/utils/HTTP/HTTPRequest.ts"
|
25005
|
-
}
|
25006
|
-
}
|
25007
|
-
]
|
25008
|
-
},
|
25009
|
-
{
|
25010
|
-
"kind": "javascript-module",
|
25011
|
-
"path": "src/utils/HTTP/customHandler.ts",
|
25012
|
-
"declarations": [
|
25013
|
-
{
|
25014
|
-
"kind": "class",
|
25015
|
-
"description": "",
|
25016
|
-
"name": "CustomHandler",
|
25017
|
-
"members": [
|
25119
|
+
},
|
25018
25120
|
{
|
25019
25121
|
"kind": "method",
|
25020
|
-
"name": "
|
25021
|
-
"privacy": "
|
25122
|
+
"name": "createInput",
|
25123
|
+
"privacy": "private",
|
25022
25124
|
"static": true,
|
25023
25125
|
"parameters": [
|
25024
25126
|
{
|
25025
|
-
"name": "
|
25127
|
+
"name": "placeholderText",
|
25128
|
+
"optional": true,
|
25026
25129
|
"type": {
|
25027
|
-
"text": "
|
25130
|
+
"text": "string"
|
25028
25131
|
}
|
25029
|
-
}
|
25132
|
+
}
|
25133
|
+
]
|
25134
|
+
},
|
25135
|
+
{
|
25136
|
+
"kind": "method",
|
25137
|
+
"name": "createContents",
|
25138
|
+
"privacy": "private",
|
25139
|
+
"static": true,
|
25140
|
+
"parameters": [
|
25030
25141
|
{
|
25031
|
-
"name": "
|
25142
|
+
"name": "changeToChat",
|
25032
25143
|
"type": {
|
25033
|
-
"text": "
|
25144
|
+
"text": "() => void"
|
25034
25145
|
}
|
25035
25146
|
},
|
25036
25147
|
{
|
25037
|
-
"name": "
|
25148
|
+
"name": "serviceIO",
|
25038
25149
|
"type": {
|
25039
|
-
"text": "
|
25150
|
+
"text": "ServiceIO"
|
25040
25151
|
}
|
25041
25152
|
}
|
25042
25153
|
]
|
25043
25154
|
},
|
25044
25155
|
{
|
25045
25156
|
"kind": "method",
|
25046
|
-
"name": "
|
25047
|
-
"privacy": "
|
25157
|
+
"name": "createElements",
|
25158
|
+
"privacy": "private",
|
25048
25159
|
"static": true,
|
25049
25160
|
"parameters": [
|
25050
25161
|
{
|
25051
|
-
"name": "
|
25052
|
-
"type": {
|
25053
|
-
"text": "ServiceIO"
|
25054
|
-
}
|
25055
|
-
},
|
25056
|
-
{
|
25057
|
-
"name": "body",
|
25162
|
+
"name": "changeToChat",
|
25058
25163
|
"type": {
|
25059
|
-
"text": "
|
25164
|
+
"text": "() => void"
|
25060
25165
|
}
|
25061
25166
|
},
|
25062
25167
|
{
|
25063
|
-
"name": "
|
25168
|
+
"name": "serviceIO",
|
25064
25169
|
"type": {
|
25065
|
-
"text": "
|
25170
|
+
"text": "ServiceIO"
|
25066
25171
|
}
|
25067
25172
|
}
|
25068
25173
|
]
|
25069
25174
|
},
|
25070
25175
|
{
|
25071
25176
|
"kind": "method",
|
25072
|
-
"name": "
|
25177
|
+
"name": "render",
|
25073
25178
|
"privacy": "public",
|
25074
25179
|
"static": true,
|
25075
25180
|
"parameters": [
|
25076
25181
|
{
|
25077
|
-
"name": "
|
25182
|
+
"name": "containerRef",
|
25078
25183
|
"type": {
|
25079
|
-
"text": "
|
25184
|
+
"text": "HTMLElement"
|
25080
25185
|
}
|
25081
25186
|
},
|
25082
25187
|
{
|
25083
|
-
"name": "
|
25188
|
+
"name": "changeToChat",
|
25084
25189
|
"type": {
|
25085
|
-
"text": "
|
25190
|
+
"text": "() => void"
|
25191
|
+
}
|
25192
|
+
},
|
25193
|
+
{
|
25194
|
+
"name": "serviceIO",
|
25195
|
+
"type": {
|
25196
|
+
"text": "ServiceIO"
|
25086
25197
|
}
|
25087
25198
|
}
|
25088
25199
|
]
|
25089
|
-
},
|
25090
|
-
{
|
25091
|
-
"kind": "method",
|
25092
|
-
"name": "generateOptionalSignals",
|
25093
|
-
"privacy": "private",
|
25094
|
-
"static": true
|
25095
25200
|
}
|
25096
25201
|
]
|
25097
25202
|
}
|
@@ -25099,111 +25204,585 @@
|
|
25099
25204
|
"exports": [
|
25100
25205
|
{
|
25101
25206
|
"kind": "js",
|
25102
|
-
"name": "
|
25207
|
+
"name": "InsertKeyView",
|
25103
25208
|
"declaration": {
|
25104
|
-
"name": "
|
25105
|
-
"module": "src/
|
25209
|
+
"name": "InsertKeyView",
|
25210
|
+
"module": "src/views/insertKey/insertKeyView.ts"
|
25106
25211
|
}
|
25107
25212
|
}
|
25108
25213
|
]
|
25109
25214
|
},
|
25110
25215
|
{
|
25111
25216
|
"kind": "javascript-module",
|
25112
|
-
"path": "src/
|
25217
|
+
"path": "src/views/insertKey/visibilityIcon.ts",
|
25113
25218
|
"declarations": [
|
25114
25219
|
{
|
25115
25220
|
"kind": "class",
|
25116
25221
|
"description": "",
|
25117
|
-
"name": "
|
25222
|
+
"name": "VisibilityIcon",
|
25118
25223
|
"members": [
|
25119
25224
|
{
|
25120
25225
|
"kind": "field",
|
25121
|
-
"name": "
|
25226
|
+
"name": "VISIBLE_ICON_ID",
|
25122
25227
|
"type": {
|
25123
25228
|
"text": "string"
|
25124
25229
|
},
|
25125
|
-
"privacy": "
|
25230
|
+
"privacy": "private",
|
25126
25231
|
"static": true,
|
25127
|
-
"default": "'
|
25232
|
+
"default": "'visible-icon'"
|
25128
25233
|
},
|
25129
25234
|
{
|
25130
25235
|
"kind": "method",
|
25131
|
-
"name": "
|
25132
|
-
"privacy": "
|
25236
|
+
"name": "changeVisibility",
|
25237
|
+
"privacy": "private",
|
25133
25238
|
"static": true,
|
25134
25239
|
"parameters": [
|
25135
25240
|
{
|
25136
|
-
"name": "
|
25241
|
+
"name": "inputElement",
|
25137
25242
|
"type": {
|
25138
|
-
"text": "
|
25243
|
+
"text": "HTMLInputElement"
|
25139
25244
|
}
|
25140
25245
|
},
|
25141
25246
|
{
|
25142
|
-
"name": "
|
25247
|
+
"name": "visibleIcon",
|
25143
25248
|
"type": {
|
25144
|
-
"text": "
|
25249
|
+
"text": "SVGGraphicsElement"
|
25145
25250
|
}
|
25146
25251
|
},
|
25147
25252
|
{
|
25148
|
-
"name": "
|
25253
|
+
"name": "notVisibleIcon",
|
25149
25254
|
"type": {
|
25150
|
-
"text": "
|
25255
|
+
"text": "SVGGraphicsElement"
|
25256
|
+
}
|
25257
|
+
},
|
25258
|
+
{
|
25259
|
+
"name": "event",
|
25260
|
+
"type": {
|
25261
|
+
"text": "MouseEvent"
|
25151
25262
|
}
|
25152
25263
|
}
|
25153
25264
|
]
|
25154
25265
|
},
|
25155
25266
|
{
|
25156
25267
|
"kind": "method",
|
25157
|
-
"name": "
|
25158
|
-
"privacy": "
|
25268
|
+
"name": "createIconElement",
|
25269
|
+
"privacy": "private",
|
25159
25270
|
"static": true,
|
25160
25271
|
"parameters": [
|
25161
25272
|
{
|
25162
|
-
"name": "
|
25273
|
+
"name": "iconString",
|
25163
25274
|
"type": {
|
25164
|
-
"text": "
|
25275
|
+
"text": "string"
|
25165
25276
|
}
|
25166
25277
|
},
|
25167
25278
|
{
|
25168
|
-
"name": "
|
25279
|
+
"name": "id",
|
25169
25280
|
"type": {
|
25170
|
-
"text": "
|
25281
|
+
"text": "string"
|
25171
25282
|
}
|
25172
|
-
},
|
25173
|
-
{
|
25174
|
-
"name": "defMessage",
|
25175
|
-
"default": "'Service error, please try again.'"
|
25176
25283
|
}
|
25177
25284
|
]
|
25178
25285
|
},
|
25179
25286
|
{
|
25180
25287
|
"kind": "method",
|
25181
|
-
"name": "
|
25288
|
+
"name": "create",
|
25182
25289
|
"privacy": "public",
|
25183
25290
|
"static": true,
|
25184
25291
|
"parameters": [
|
25185
25292
|
{
|
25186
|
-
"name": "
|
25187
|
-
"type": {
|
25188
|
-
"text": "ServiceIO"
|
25189
|
-
}
|
25190
|
-
},
|
25191
|
-
{
|
25192
|
-
"name": "headers",
|
25193
|
-
"type": {
|
25194
|
-
"text": "GenericObject<string> | undefined"
|
25195
|
-
}
|
25196
|
-
},
|
25197
|
-
{
|
25198
|
-
"name": "stringifyBody",
|
25293
|
+
"name": "inputElement",
|
25199
25294
|
"type": {
|
25200
|
-
"text": "
|
25295
|
+
"text": "HTMLInputElement"
|
25201
25296
|
}
|
25202
|
-
}
|
25203
|
-
|
25204
|
-
|
25205
|
-
|
25206
|
-
|
25297
|
+
}
|
25298
|
+
]
|
25299
|
+
}
|
25300
|
+
]
|
25301
|
+
}
|
25302
|
+
],
|
25303
|
+
"exports": [
|
25304
|
+
{
|
25305
|
+
"kind": "js",
|
25306
|
+
"name": "VisibilityIcon",
|
25307
|
+
"declaration": {
|
25308
|
+
"name": "VisibilityIcon",
|
25309
|
+
"module": "src/views/insertKey/visibilityIcon.ts"
|
25310
|
+
}
|
25311
|
+
}
|
25312
|
+
]
|
25313
|
+
},
|
25314
|
+
{
|
25315
|
+
"kind": "javascript-module",
|
25316
|
+
"path": "src/views/validateKeyProperty/validateKeyPropertyView.ts",
|
25317
|
+
"declarations": [
|
25318
|
+
{
|
25319
|
+
"kind": "class",
|
25320
|
+
"description": "",
|
25321
|
+
"name": "ValidateKeyPropertyView",
|
25322
|
+
"members": [
|
25323
|
+
{
|
25324
|
+
"kind": "method",
|
25325
|
+
"name": "onLoad",
|
25326
|
+
"privacy": "private",
|
25327
|
+
"static": true,
|
25328
|
+
"parameters": [
|
25329
|
+
{
|
25330
|
+
"name": "startElement",
|
25331
|
+
"type": {
|
25332
|
+
"text": "HTMLElement"
|
25333
|
+
}
|
25334
|
+
}
|
25335
|
+
]
|
25336
|
+
},
|
25337
|
+
{
|
25338
|
+
"kind": "method",
|
25339
|
+
"name": "createElements",
|
25340
|
+
"privacy": "private",
|
25341
|
+
"static": true
|
25342
|
+
},
|
25343
|
+
{
|
25344
|
+
"kind": "method",
|
25345
|
+
"name": "render",
|
25346
|
+
"privacy": "public",
|
25347
|
+
"static": true,
|
25348
|
+
"parameters": [
|
25349
|
+
{
|
25350
|
+
"name": "containerRef",
|
25351
|
+
"type": {
|
25352
|
+
"text": "HTMLElement"
|
25353
|
+
}
|
25354
|
+
},
|
25355
|
+
{
|
25356
|
+
"name": "changeToChat",
|
25357
|
+
"type": {
|
25358
|
+
"text": "() => void"
|
25359
|
+
}
|
25360
|
+
},
|
25361
|
+
{
|
25362
|
+
"name": "serviceIO",
|
25363
|
+
"type": {
|
25364
|
+
"text": "ServiceIO"
|
25365
|
+
}
|
25366
|
+
}
|
25367
|
+
]
|
25368
|
+
}
|
25369
|
+
]
|
25370
|
+
}
|
25371
|
+
],
|
25372
|
+
"exports": [
|
25373
|
+
{
|
25374
|
+
"kind": "js",
|
25375
|
+
"name": "ValidateKeyPropertyView",
|
25376
|
+
"declaration": {
|
25377
|
+
"name": "ValidateKeyPropertyView",
|
25378
|
+
"module": "src/views/validateKeyProperty/validateKeyPropertyView.ts"
|
25379
|
+
}
|
25380
|
+
}
|
25381
|
+
]
|
25382
|
+
},
|
25383
|
+
{
|
25384
|
+
"kind": "javascript-module",
|
25385
|
+
"path": "src/utils/HTTP/HTTPRequest.ts",
|
25386
|
+
"declarations": [
|
25387
|
+
{
|
25388
|
+
"kind": "class",
|
25389
|
+
"description": "",
|
25390
|
+
"name": "HTTPRequest",
|
25391
|
+
"members": [
|
25392
|
+
{
|
25393
|
+
"kind": "method",
|
25394
|
+
"name": "request",
|
25395
|
+
"privacy": "public",
|
25396
|
+
"static": true,
|
25397
|
+
"parameters": [
|
25398
|
+
{
|
25399
|
+
"name": "io",
|
25400
|
+
"type": {
|
25401
|
+
"text": "ServiceIO"
|
25402
|
+
}
|
25403
|
+
},
|
25404
|
+
{
|
25405
|
+
"name": "body",
|
25406
|
+
"type": {
|
25407
|
+
"text": "object"
|
25408
|
+
}
|
25409
|
+
},
|
25410
|
+
{
|
25411
|
+
"name": "messages",
|
25412
|
+
"type": {
|
25413
|
+
"text": "Messages"
|
25414
|
+
}
|
25415
|
+
},
|
25416
|
+
{
|
25417
|
+
"name": "stringifyBody",
|
25418
|
+
"default": "true"
|
25419
|
+
}
|
25420
|
+
]
|
25421
|
+
},
|
25422
|
+
{
|
25423
|
+
"kind": "method",
|
25424
|
+
"name": "executePollRequest",
|
25425
|
+
"privacy": "public",
|
25426
|
+
"static": true,
|
25427
|
+
"parameters": [
|
25428
|
+
{
|
25429
|
+
"name": "io",
|
25430
|
+
"type": {
|
25431
|
+
"text": "ServiceIO"
|
25432
|
+
}
|
25433
|
+
},
|
25434
|
+
{
|
25435
|
+
"name": "url",
|
25436
|
+
"type": {
|
25437
|
+
"text": "string"
|
25438
|
+
}
|
25439
|
+
},
|
25440
|
+
{
|
25441
|
+
"name": "requestInit",
|
25442
|
+
"type": {
|
25443
|
+
"text": "RequestInit"
|
25444
|
+
}
|
25445
|
+
},
|
25446
|
+
{
|
25447
|
+
"name": "messages",
|
25448
|
+
"type": {
|
25449
|
+
"text": "Messages"
|
25450
|
+
}
|
25451
|
+
}
|
25452
|
+
]
|
25453
|
+
},
|
25454
|
+
{
|
25455
|
+
"kind": "method",
|
25456
|
+
"name": "poll",
|
25457
|
+
"privacy": "public",
|
25458
|
+
"static": true,
|
25459
|
+
"parameters": [
|
25460
|
+
{
|
25461
|
+
"name": "io",
|
25462
|
+
"type": {
|
25463
|
+
"text": "ServiceIO"
|
25464
|
+
}
|
25465
|
+
},
|
25466
|
+
{
|
25467
|
+
"name": "body",
|
25468
|
+
"type": {
|
25469
|
+
"text": "object"
|
25470
|
+
}
|
25471
|
+
},
|
25472
|
+
{
|
25473
|
+
"name": "messages",
|
25474
|
+
"type": {
|
25475
|
+
"text": "Messages"
|
25476
|
+
}
|
25477
|
+
},
|
25478
|
+
{
|
25479
|
+
"name": "stringifyBody",
|
25480
|
+
"default": "true"
|
25481
|
+
}
|
25482
|
+
]
|
25483
|
+
},
|
25484
|
+
{
|
25485
|
+
"kind": "method",
|
25486
|
+
"name": "onInterceptorError",
|
25487
|
+
"privacy": "private",
|
25488
|
+
"static": true,
|
25489
|
+
"parameters": [
|
25490
|
+
{
|
25491
|
+
"name": "messages",
|
25492
|
+
"type": {
|
25493
|
+
"text": "Messages"
|
25494
|
+
}
|
25495
|
+
},
|
25496
|
+
{
|
25497
|
+
"name": "error",
|
25498
|
+
"type": {
|
25499
|
+
"text": "string"
|
25500
|
+
}
|
25501
|
+
},
|
25502
|
+
{
|
25503
|
+
"name": "onFinish",
|
25504
|
+
"optional": true,
|
25505
|
+
"type": {
|
25506
|
+
"text": "() => void"
|
25507
|
+
}
|
25508
|
+
}
|
25509
|
+
]
|
25510
|
+
},
|
25511
|
+
{
|
25512
|
+
"kind": "method",
|
25513
|
+
"name": "verifyKey",
|
25514
|
+
"privacy": "public",
|
25515
|
+
"static": true,
|
25516
|
+
"parameters": [
|
25517
|
+
{
|
25518
|
+
"name": "key",
|
25519
|
+
"type": {
|
25520
|
+
"text": "string"
|
25521
|
+
}
|
25522
|
+
},
|
25523
|
+
{
|
25524
|
+
"name": "url",
|
25525
|
+
"type": {
|
25526
|
+
"text": "string"
|
25527
|
+
}
|
25528
|
+
},
|
25529
|
+
{
|
25530
|
+
"name": "headers",
|
25531
|
+
"type": {
|
25532
|
+
"text": "HeadersInit"
|
25533
|
+
}
|
25534
|
+
},
|
25535
|
+
{
|
25536
|
+
"name": "method",
|
25537
|
+
"type": {
|
25538
|
+
"text": "string"
|
25539
|
+
}
|
25540
|
+
},
|
25541
|
+
{
|
25542
|
+
"name": "onSuccess",
|
25543
|
+
"type": {
|
25544
|
+
"text": "(key: string) => void"
|
25545
|
+
}
|
25546
|
+
},
|
25547
|
+
{
|
25548
|
+
"name": "onFail",
|
25549
|
+
"type": {
|
25550
|
+
"text": "(message: string) => void"
|
25551
|
+
}
|
25552
|
+
},
|
25553
|
+
{
|
25554
|
+
"name": "onLoad",
|
25555
|
+
"type": {
|
25556
|
+
"text": "() => void"
|
25557
|
+
}
|
25558
|
+
},
|
25559
|
+
{
|
25560
|
+
"name": "handleVerificationResult",
|
25561
|
+
"type": {
|
25562
|
+
"text": "HandleVerificationResult"
|
25563
|
+
}
|
25564
|
+
},
|
25565
|
+
{
|
25566
|
+
"name": "body",
|
25567
|
+
"optional": true,
|
25568
|
+
"type": {
|
25569
|
+
"text": "string"
|
25570
|
+
}
|
25571
|
+
}
|
25572
|
+
]
|
25573
|
+
}
|
25574
|
+
]
|
25575
|
+
}
|
25576
|
+
],
|
25577
|
+
"exports": [
|
25578
|
+
{
|
25579
|
+
"kind": "js",
|
25580
|
+
"name": "HTTPRequest",
|
25581
|
+
"declaration": {
|
25582
|
+
"name": "HTTPRequest",
|
25583
|
+
"module": "src/utils/HTTP/HTTPRequest.ts"
|
25584
|
+
}
|
25585
|
+
}
|
25586
|
+
]
|
25587
|
+
},
|
25588
|
+
{
|
25589
|
+
"kind": "javascript-module",
|
25590
|
+
"path": "src/utils/HTTP/customHandler.ts",
|
25591
|
+
"declarations": [
|
25592
|
+
{
|
25593
|
+
"kind": "class",
|
25594
|
+
"description": "",
|
25595
|
+
"name": "CustomHandler",
|
25596
|
+
"members": [
|
25597
|
+
{
|
25598
|
+
"kind": "method",
|
25599
|
+
"name": "request",
|
25600
|
+
"privacy": "public",
|
25601
|
+
"static": true,
|
25602
|
+
"parameters": [
|
25603
|
+
{
|
25604
|
+
"name": "io",
|
25605
|
+
"type": {
|
25606
|
+
"text": "ServiceIO"
|
25607
|
+
}
|
25608
|
+
},
|
25609
|
+
{
|
25610
|
+
"name": "body",
|
25611
|
+
"type": {
|
25612
|
+
"text": "RequestDetails['body']"
|
25613
|
+
}
|
25614
|
+
},
|
25615
|
+
{
|
25616
|
+
"name": "messages",
|
25617
|
+
"type": {
|
25618
|
+
"text": "Messages"
|
25619
|
+
}
|
25620
|
+
}
|
25621
|
+
]
|
25622
|
+
},
|
25623
|
+
{
|
25624
|
+
"kind": "method",
|
25625
|
+
"name": "stream",
|
25626
|
+
"privacy": "public",
|
25627
|
+
"static": true,
|
25628
|
+
"parameters": [
|
25629
|
+
{
|
25630
|
+
"name": "io",
|
25631
|
+
"type": {
|
25632
|
+
"text": "ServiceIO"
|
25633
|
+
}
|
25634
|
+
},
|
25635
|
+
{
|
25636
|
+
"name": "body",
|
25637
|
+
"type": {
|
25638
|
+
"text": "RequestDetails['body']"
|
25639
|
+
}
|
25640
|
+
},
|
25641
|
+
{
|
25642
|
+
"name": "messages",
|
25643
|
+
"type": {
|
25644
|
+
"text": "Messages"
|
25645
|
+
}
|
25646
|
+
}
|
25647
|
+
]
|
25648
|
+
},
|
25649
|
+
{
|
25650
|
+
"kind": "method",
|
25651
|
+
"name": "websocket",
|
25652
|
+
"privacy": "public",
|
25653
|
+
"static": true,
|
25654
|
+
"parameters": [
|
25655
|
+
{
|
25656
|
+
"name": "io",
|
25657
|
+
"type": {
|
25658
|
+
"text": "ServiceIO"
|
25659
|
+
}
|
25660
|
+
},
|
25661
|
+
{
|
25662
|
+
"name": "messages",
|
25663
|
+
"type": {
|
25664
|
+
"text": "Messages"
|
25665
|
+
}
|
25666
|
+
}
|
25667
|
+
]
|
25668
|
+
},
|
25669
|
+
{
|
25670
|
+
"kind": "method",
|
25671
|
+
"name": "generateOptionalSignals",
|
25672
|
+
"privacy": "private",
|
25673
|
+
"static": true
|
25674
|
+
}
|
25675
|
+
]
|
25676
|
+
}
|
25677
|
+
],
|
25678
|
+
"exports": [
|
25679
|
+
{
|
25680
|
+
"kind": "js",
|
25681
|
+
"name": "CustomHandler",
|
25682
|
+
"declaration": {
|
25683
|
+
"name": "CustomHandler",
|
25684
|
+
"module": "src/utils/HTTP/customHandler.ts"
|
25685
|
+
}
|
25686
|
+
}
|
25687
|
+
]
|
25688
|
+
},
|
25689
|
+
{
|
25690
|
+
"kind": "javascript-module",
|
25691
|
+
"path": "src/utils/HTTP/requestUtils.ts",
|
25692
|
+
"declarations": [
|
25693
|
+
{
|
25694
|
+
"kind": "class",
|
25695
|
+
"description": "",
|
25696
|
+
"name": "RequestUtils",
|
25697
|
+
"members": [
|
25698
|
+
{
|
25699
|
+
"kind": "field",
|
25700
|
+
"name": "CONTENT_TYPE",
|
25701
|
+
"type": {
|
25702
|
+
"text": "string"
|
25703
|
+
},
|
25704
|
+
"privacy": "public",
|
25705
|
+
"static": true,
|
25706
|
+
"default": "'Content-Type'"
|
25707
|
+
},
|
25708
|
+
{
|
25709
|
+
"kind": "method",
|
25710
|
+
"name": "tempRemoveContentHeader",
|
25711
|
+
"privacy": "public",
|
25712
|
+
"static": true,
|
25713
|
+
"parameters": [
|
25714
|
+
{
|
25715
|
+
"name": "requestSettings",
|
25716
|
+
"type": {
|
25717
|
+
"text": "Request | undefined"
|
25718
|
+
}
|
25719
|
+
},
|
25720
|
+
{
|
25721
|
+
"name": "request",
|
25722
|
+
"type": {
|
25723
|
+
"text": "(stringifyBody?: boolean) => Promise<unknown>"
|
25724
|
+
}
|
25725
|
+
},
|
25726
|
+
{
|
25727
|
+
"name": "stringifyBody",
|
25728
|
+
"type": {
|
25729
|
+
"text": "boolean"
|
25730
|
+
}
|
25731
|
+
}
|
25732
|
+
]
|
25733
|
+
},
|
25734
|
+
{
|
25735
|
+
"kind": "method",
|
25736
|
+
"name": "displayError",
|
25737
|
+
"privacy": "public",
|
25738
|
+
"static": true,
|
25739
|
+
"parameters": [
|
25740
|
+
{
|
25741
|
+
"name": "messages",
|
25742
|
+
"type": {
|
25743
|
+
"text": "Messages"
|
25744
|
+
}
|
25745
|
+
},
|
25746
|
+
{
|
25747
|
+
"name": "err",
|
25748
|
+
"type": {
|
25749
|
+
"text": "object"
|
25750
|
+
}
|
25751
|
+
},
|
25752
|
+
{
|
25753
|
+
"name": "defMessage",
|
25754
|
+
"default": "'Service error, please try again.'"
|
25755
|
+
}
|
25756
|
+
]
|
25757
|
+
},
|
25758
|
+
{
|
25759
|
+
"kind": "method",
|
25760
|
+
"name": "fetch",
|
25761
|
+
"privacy": "public",
|
25762
|
+
"static": true,
|
25763
|
+
"parameters": [
|
25764
|
+
{
|
25765
|
+
"name": "io",
|
25766
|
+
"type": {
|
25767
|
+
"text": "ServiceIO"
|
25768
|
+
}
|
25769
|
+
},
|
25770
|
+
{
|
25771
|
+
"name": "headers",
|
25772
|
+
"type": {
|
25773
|
+
"text": "GenericObject<string> | undefined"
|
25774
|
+
}
|
25775
|
+
},
|
25776
|
+
{
|
25777
|
+
"name": "stringifyBody",
|
25778
|
+
"type": {
|
25779
|
+
"text": "boolean"
|
25780
|
+
}
|
25781
|
+
},
|
25782
|
+
{
|
25783
|
+
"name": "body",
|
25784
|
+
"type": {
|
25785
|
+
"text": "any"
|
25207
25786
|
}
|
25208
25787
|
}
|
25209
25788
|
]
|
@@ -26486,6 +27065,72 @@
|
|
26486
27065
|
}
|
26487
27066
|
]
|
26488
27067
|
},
|
27068
|
+
{
|
27069
|
+
"kind": "javascript-module",
|
27070
|
+
"path": "src/utils/files/fileTypeButtonIcons.ts",
|
27071
|
+
"declarations": [
|
27072
|
+
{
|
27073
|
+
"kind": "variable",
|
27074
|
+
"name": "FILE_TYPE_BUTTON_ICONS",
|
27075
|
+
"type": {
|
27076
|
+
"text": "ServiceFileTypes"
|
27077
|
+
},
|
27078
|
+
"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}"
|
27079
|
+
}
|
27080
|
+
],
|
27081
|
+
"exports": [
|
27082
|
+
{
|
27083
|
+
"kind": "js",
|
27084
|
+
"name": "FILE_TYPE_BUTTON_ICONS",
|
27085
|
+
"declaration": {
|
27086
|
+
"name": "FILE_TYPE_BUTTON_ICONS",
|
27087
|
+
"module": "src/utils/files/fileTypeButtonIcons.ts"
|
27088
|
+
}
|
27089
|
+
}
|
27090
|
+
]
|
27091
|
+
},
|
27092
|
+
{
|
27093
|
+
"kind": "javascript-module",
|
27094
|
+
"path": "src/utils/files/fileUtils.ts",
|
27095
|
+
"declarations": [
|
27096
|
+
{
|
27097
|
+
"kind": "class",
|
27098
|
+
"description": "",
|
27099
|
+
"name": "FileUtils",
|
27100
|
+
"members": [
|
27101
|
+
{
|
27102
|
+
"kind": "method",
|
27103
|
+
"name": "load",
|
27104
|
+
"privacy": "public",
|
27105
|
+
"static": true,
|
27106
|
+
"return": {
|
27107
|
+
"type": {
|
27108
|
+
"text": "Promise<FileReader['result']>"
|
27109
|
+
}
|
27110
|
+
},
|
27111
|
+
"parameters": [
|
27112
|
+
{
|
27113
|
+
"name": "file",
|
27114
|
+
"type": {
|
27115
|
+
"text": "File"
|
27116
|
+
}
|
27117
|
+
}
|
27118
|
+
]
|
27119
|
+
}
|
27120
|
+
]
|
27121
|
+
}
|
27122
|
+
],
|
27123
|
+
"exports": [
|
27124
|
+
{
|
27125
|
+
"kind": "js",
|
27126
|
+
"name": "FileUtils",
|
27127
|
+
"declaration": {
|
27128
|
+
"name": "FileUtils",
|
27129
|
+
"module": "src/utils/files/fileUtils.ts"
|
27130
|
+
}
|
27131
|
+
}
|
27132
|
+
]
|
27133
|
+
},
|
26489
27134
|
{
|
26490
27135
|
"kind": "javascript-module",
|
26491
27136
|
"path": "src/utils/events/fireEvents.ts",
|
@@ -26565,97 +27210,102 @@
|
|
26565
27210
|
},
|
26566
27211
|
{
|
26567
27212
|
"kind": "javascript-module",
|
26568
|
-
"path": "src/utils/
|
26569
|
-
"declarations": [
|
26570
|
-
{
|
26571
|
-
"kind": "variable",
|
26572
|
-
"name": "FILE_TYPE_BUTTON_ICONS",
|
26573
|
-
"type": {
|
26574
|
-
"text": "ServiceFileTypes"
|
26575
|
-
},
|
26576
|
-
"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}"
|
26577
|
-
}
|
26578
|
-
],
|
26579
|
-
"exports": [
|
26580
|
-
{
|
26581
|
-
"kind": "js",
|
26582
|
-
"name": "FILE_TYPE_BUTTON_ICONS",
|
26583
|
-
"declaration": {
|
26584
|
-
"name": "FILE_TYPE_BUTTON_ICONS",
|
26585
|
-
"module": "src/utils/files/fileTypeButtonIcons.ts"
|
26586
|
-
}
|
26587
|
-
}
|
26588
|
-
]
|
26589
|
-
},
|
26590
|
-
{
|
26591
|
-
"kind": "javascript-module",
|
26592
|
-
"path": "src/utils/files/fileUtils.ts",
|
27213
|
+
"path": "src/utils/legacy/legacy.ts",
|
26593
27214
|
"declarations": [
|
26594
27215
|
{
|
26595
27216
|
"kind": "class",
|
26596
27217
|
"description": "",
|
26597
|
-
"name": "
|
27218
|
+
"name": "Legacy",
|
26598
27219
|
"members": [
|
26599
27220
|
{
|
26600
27221
|
"kind": "method",
|
26601
|
-
"name": "
|
27222
|
+
"name": "checkForContainerStyles",
|
26602
27223
|
"privacy": "public",
|
26603
27224
|
"static": true,
|
26604
|
-
"
|
26605
|
-
|
26606
|
-
"
|
27225
|
+
"parameters": [
|
27226
|
+
{
|
27227
|
+
"name": "deepChat",
|
27228
|
+
"type": {
|
27229
|
+
"text": "DeepChat"
|
27230
|
+
}
|
27231
|
+
},
|
27232
|
+
{
|
27233
|
+
"name": "containerRef",
|
27234
|
+
"type": {
|
27235
|
+
"text": "HTMLElement"
|
27236
|
+
}
|
26607
27237
|
}
|
26608
|
-
|
27238
|
+
]
|
27239
|
+
},
|
27240
|
+
{
|
27241
|
+
"kind": "method",
|
27242
|
+
"name": "handleResponseProperty",
|
27243
|
+
"privacy": "public",
|
27244
|
+
"static": true,
|
26609
27245
|
"parameters": [
|
26610
27246
|
{
|
26611
|
-
"name": "
|
27247
|
+
"name": "result",
|
26612
27248
|
"type": {
|
26613
|
-
"text": "
|
27249
|
+
"text": "any | Response"
|
26614
27250
|
}
|
26615
27251
|
}
|
26616
27252
|
]
|
26617
|
-
}
|
26618
|
-
]
|
26619
|
-
}
|
26620
|
-
],
|
26621
|
-
"exports": [
|
26622
|
-
{
|
26623
|
-
"kind": "js",
|
26624
|
-
"name": "FileUtils",
|
26625
|
-
"declaration": {
|
26626
|
-
"name": "FileUtils",
|
26627
|
-
"module": "src/utils/files/fileUtils.ts"
|
26628
|
-
}
|
26629
|
-
}
|
26630
|
-
]
|
26631
|
-
},
|
26632
|
-
{
|
26633
|
-
"kind": "javascript-module",
|
26634
|
-
"path": "src/utils/svg/svgIconUtils.ts",
|
26635
|
-
"declarations": [
|
26636
|
-
{
|
26637
|
-
"kind": "class",
|
26638
|
-
"description": "",
|
26639
|
-
"name": "SVGIconUtils",
|
26640
|
-
"members": [
|
27253
|
+
},
|
26641
27254
|
{
|
26642
27255
|
"kind": "method",
|
26643
|
-
"name": "
|
27256
|
+
"name": "processInitialMessageFile",
|
26644
27257
|
"privacy": "public",
|
26645
27258
|
"static": true,
|
26646
|
-
"
|
26647
|
-
|
26648
|
-
"
|
27259
|
+
"parameters": [
|
27260
|
+
{
|
27261
|
+
"name": "message",
|
27262
|
+
"type": {
|
27263
|
+
"text": "MessageContent"
|
27264
|
+
}
|
26649
27265
|
}
|
26650
|
-
|
27266
|
+
]
|
27267
|
+
},
|
27268
|
+
{
|
27269
|
+
"kind": "method",
|
27270
|
+
"name": "processValidateInput",
|
27271
|
+
"privacy": "public",
|
27272
|
+
"static": true,
|
26651
27273
|
"parameters": [
|
26652
27274
|
{
|
26653
|
-
"name": "
|
27275
|
+
"name": "deepChat",
|
27276
|
+
"type": {
|
27277
|
+
"text": "DeepChat"
|
27278
|
+
}
|
27279
|
+
}
|
27280
|
+
]
|
27281
|
+
},
|
27282
|
+
{
|
27283
|
+
"kind": "method",
|
27284
|
+
"name": "processSubmitUserMessage",
|
27285
|
+
"privacy": "public",
|
27286
|
+
"static": true,
|
27287
|
+
"parameters": [
|
27288
|
+
{
|
27289
|
+
"name": "content",
|
26654
27290
|
"type": {
|
26655
27291
|
"text": "string"
|
26656
27292
|
}
|
26657
27293
|
}
|
26658
27294
|
]
|
27295
|
+
},
|
27296
|
+
{
|
27297
|
+
"kind": "method",
|
27298
|
+
"name": "flagHTMLUpdateClass",
|
27299
|
+
"privacy": "public",
|
27300
|
+
"static": true,
|
27301
|
+
"parameters": [
|
27302
|
+
{
|
27303
|
+
"name": "bubbleElement",
|
27304
|
+
"type": {
|
27305
|
+
"text": "HTMLElement"
|
27306
|
+
}
|
27307
|
+
}
|
27308
|
+
]
|
26659
27309
|
}
|
26660
27310
|
]
|
26661
27311
|
}
|
@@ -26663,10 +27313,10 @@
|
|
26663
27313
|
"exports": [
|
26664
27314
|
{
|
26665
27315
|
"kind": "js",
|
26666
|
-
"name": "
|
27316
|
+
"name": "Legacy",
|
26667
27317
|
"declaration": {
|
26668
|
-
"name": "
|
26669
|
-
"module": "src/utils/
|
27318
|
+
"name": "Legacy",
|
27319
|
+
"module": "src/utils/legacy/legacy.ts"
|
26670
27320
|
}
|
26671
27321
|
}
|
26672
27322
|
]
|
@@ -26911,102 +27561,31 @@
|
|
26911
27561
|
},
|
26912
27562
|
{
|
26913
27563
|
"kind": "javascript-module",
|
26914
|
-
"path": "src/utils/
|
27564
|
+
"path": "src/utils/svg/svgIconUtils.ts",
|
26915
27565
|
"declarations": [
|
26916
27566
|
{
|
26917
27567
|
"kind": "class",
|
26918
27568
|
"description": "",
|
26919
|
-
"name": "
|
27569
|
+
"name": "SVGIconUtils",
|
26920
27570
|
"members": [
|
26921
27571
|
{
|
26922
27572
|
"kind": "method",
|
26923
|
-
"name": "
|
26924
|
-
"privacy": "public",
|
26925
|
-
"static": true,
|
26926
|
-
"parameters": [
|
26927
|
-
{
|
26928
|
-
"name": "deepChat",
|
26929
|
-
"type": {
|
26930
|
-
"text": "DeepChat"
|
26931
|
-
}
|
26932
|
-
},
|
26933
|
-
{
|
26934
|
-
"name": "containerRef",
|
26935
|
-
"type": {
|
26936
|
-
"text": "HTMLElement"
|
26937
|
-
}
|
26938
|
-
}
|
26939
|
-
]
|
26940
|
-
},
|
26941
|
-
{
|
26942
|
-
"kind": "method",
|
26943
|
-
"name": "handleResponseProperty",
|
26944
|
-
"privacy": "public",
|
26945
|
-
"static": true,
|
26946
|
-
"parameters": [
|
26947
|
-
{
|
26948
|
-
"name": "result",
|
26949
|
-
"type": {
|
26950
|
-
"text": "any | Response"
|
26951
|
-
}
|
26952
|
-
}
|
26953
|
-
]
|
26954
|
-
},
|
26955
|
-
{
|
26956
|
-
"kind": "method",
|
26957
|
-
"name": "processInitialMessageFile",
|
26958
|
-
"privacy": "public",
|
26959
|
-
"static": true,
|
26960
|
-
"parameters": [
|
26961
|
-
{
|
26962
|
-
"name": "message",
|
26963
|
-
"type": {
|
26964
|
-
"text": "MessageContent"
|
26965
|
-
}
|
26966
|
-
}
|
26967
|
-
]
|
26968
|
-
},
|
26969
|
-
{
|
26970
|
-
"kind": "method",
|
26971
|
-
"name": "processValidateInput",
|
27573
|
+
"name": "createSVGElement",
|
26972
27574
|
"privacy": "public",
|
26973
27575
|
"static": true,
|
26974
|
-
"
|
26975
|
-
{
|
26976
|
-
"
|
26977
|
-
"type": {
|
26978
|
-
"text": "DeepChat"
|
26979
|
-
}
|
27576
|
+
"return": {
|
27577
|
+
"type": {
|
27578
|
+
"text": "SVGGraphicsElement"
|
26980
27579
|
}
|
26981
|
-
|
26982
|
-
},
|
26983
|
-
{
|
26984
|
-
"kind": "method",
|
26985
|
-
"name": "processSubmitUserMessage",
|
26986
|
-
"privacy": "public",
|
26987
|
-
"static": true,
|
27580
|
+
},
|
26988
27581
|
"parameters": [
|
26989
27582
|
{
|
26990
|
-
"name": "
|
27583
|
+
"name": "svgString",
|
26991
27584
|
"type": {
|
26992
27585
|
"text": "string"
|
26993
27586
|
}
|
26994
27587
|
}
|
26995
27588
|
]
|
26996
|
-
},
|
26997
|
-
{
|
26998
|
-
"kind": "method",
|
26999
|
-
"name": "flagHTMLUpdateClass",
|
27000
|
-
"privacy": "public",
|
27001
|
-
"static": true,
|
27002
|
-
"parameters": [
|
27003
|
-
{
|
27004
|
-
"name": "bubbleElement",
|
27005
|
-
"type": {
|
27006
|
-
"text": "HTMLElement"
|
27007
|
-
}
|
27008
|
-
}
|
27009
|
-
]
|
27010
27589
|
}
|
27011
27590
|
]
|
27012
27591
|
}
|
@@ -27014,339 +27593,43 @@
|
|
27014
27593
|
"exports": [
|
27015
27594
|
{
|
27016
27595
|
"kind": "js",
|
27017
|
-
"name": "
|
27596
|
+
"name": "SVGIconUtils",
|
27018
27597
|
"declaration": {
|
27019
|
-
"name": "
|
27020
|
-
"module": "src/utils/
|
27598
|
+
"name": "SVGIconUtils",
|
27599
|
+
"module": "src/utils/svg/svgIconUtils.ts"
|
27021
27600
|
}
|
27022
27601
|
}
|
27023
27602
|
]
|
27024
27603
|
},
|
27025
27604
|
{
|
27026
27605
|
"kind": "javascript-module",
|
27027
|
-
"path": "src/
|
27028
|
-
"declarations": [
|
27029
|
-
|
27030
|
-
"kind": "class",
|
27031
|
-
"description": "",
|
27032
|
-
"name": "ChatView",
|
27033
|
-
"members": [
|
27034
|
-
{
|
27035
|
-
"kind": "method",
|
27036
|
-
"name": "createElements",
|
27037
|
-
"privacy": "private",
|
27038
|
-
"static": true,
|
27039
|
-
"parameters": [
|
27040
|
-
{
|
27041
|
-
"name": "deepChat",
|
27042
|
-
"type": {
|
27043
|
-
"text": "DeepChat"
|
27044
|
-
}
|
27045
|
-
},
|
27046
|
-
{
|
27047
|
-
"name": "serviceIO",
|
27048
|
-
"type": {
|
27049
|
-
"text": "ServiceIO"
|
27050
|
-
}
|
27051
|
-
},
|
27052
|
-
{
|
27053
|
-
"name": "panel",
|
27054
|
-
"optional": true,
|
27055
|
-
"type": {
|
27056
|
-
"text": "HTMLElement"
|
27057
|
-
}
|
27058
|
-
}
|
27059
|
-
]
|
27060
|
-
},
|
27061
|
-
{
|
27062
|
-
"kind": "method",
|
27063
|
-
"name": "render",
|
27064
|
-
"privacy": "public",
|
27065
|
-
"static": true,
|
27066
|
-
"parameters": [
|
27067
|
-
{
|
27068
|
-
"name": "deepChat",
|
27069
|
-
"type": {
|
27070
|
-
"text": "DeepChat"
|
27071
|
-
}
|
27072
|
-
},
|
27073
|
-
{
|
27074
|
-
"name": "containerRef",
|
27075
|
-
"type": {
|
27076
|
-
"text": "HTMLElement"
|
27077
|
-
}
|
27078
|
-
},
|
27079
|
-
{
|
27080
|
-
"name": "serviceIO",
|
27081
|
-
"type": {
|
27082
|
-
"text": "ServiceIO"
|
27083
|
-
}
|
27084
|
-
},
|
27085
|
-
{
|
27086
|
-
"name": "panel",
|
27087
|
-
"optional": true,
|
27088
|
-
"type": {
|
27089
|
-
"text": "HTMLElement"
|
27090
|
-
}
|
27091
|
-
}
|
27092
|
-
]
|
27093
|
-
}
|
27094
|
-
]
|
27095
|
-
}
|
27096
|
-
],
|
27097
|
-
"exports": [
|
27098
|
-
{
|
27099
|
-
"kind": "js",
|
27100
|
-
"name": "ChatView",
|
27101
|
-
"declaration": {
|
27102
|
-
"name": "ChatView",
|
27103
|
-
"module": "src/views/chat/chatView.ts"
|
27104
|
-
}
|
27105
|
-
}
|
27106
|
-
]
|
27606
|
+
"path": "src/types/webModel/webModel.ts",
|
27607
|
+
"declarations": [],
|
27608
|
+
"exports": []
|
27107
27609
|
},
|
27108
27610
|
{
|
27109
27611
|
"kind": "javascript-module",
|
27110
|
-
"path": "src/
|
27612
|
+
"path": "src/services/assemblyAI/utils/assemblyAIUtils.ts",
|
27111
27613
|
"declarations": [
|
27112
27614
|
{
|
27113
27615
|
"kind": "class",
|
27114
27616
|
"description": "",
|
27115
|
-
"name": "
|
27617
|
+
"name": "AssemblyAIUtils",
|
27116
27618
|
"members": [
|
27117
27619
|
{
|
27118
27620
|
"kind": "method",
|
27119
|
-
"name": "
|
27621
|
+
"name": "poll",
|
27120
27622
|
"privacy": "public",
|
27121
27623
|
"static": true,
|
27122
27624
|
"parameters": [
|
27123
27625
|
{
|
27124
|
-
"name": "
|
27125
|
-
"type": {
|
27126
|
-
"text": "HTMLElement"
|
27127
|
-
}
|
27128
|
-
},
|
27129
|
-
{
|
27130
|
-
"name": "text",
|
27131
|
-
"type": {
|
27132
|
-
"text": "string"
|
27133
|
-
}
|
27134
|
-
}
|
27135
|
-
]
|
27136
|
-
}
|
27137
|
-
]
|
27138
|
-
}
|
27139
|
-
],
|
27140
|
-
"exports": [
|
27141
|
-
{
|
27142
|
-
"kind": "js",
|
27143
|
-
"name": "ErrorView",
|
27144
|
-
"declaration": {
|
27145
|
-
"name": "ErrorView",
|
27146
|
-
"module": "src/views/error/errorView.ts"
|
27147
|
-
}
|
27148
|
-
}
|
27149
|
-
]
|
27150
|
-
},
|
27151
|
-
{
|
27152
|
-
"kind": "javascript-module",
|
27153
|
-
"path": "src/views/insertKey/insertKeyView.ts",
|
27154
|
-
"declarations": [
|
27155
|
-
{
|
27156
|
-
"kind": "class",
|
27157
|
-
"description": "",
|
27158
|
-
"name": "InsertKeyView",
|
27159
|
-
"members": [
|
27160
|
-
{
|
27161
|
-
"kind": "method",
|
27162
|
-
"name": "createCautionText",
|
27163
|
-
"privacy": "private",
|
27164
|
-
"static": true
|
27165
|
-
},
|
27166
|
-
{
|
27167
|
-
"kind": "method",
|
27168
|
-
"name": "createHelpLink",
|
27169
|
-
"privacy": "private",
|
27170
|
-
"static": true,
|
27171
|
-
"parameters": [
|
27172
|
-
{
|
27173
|
-
"name": "link",
|
27174
|
-
"type": {
|
27175
|
-
"text": "string"
|
27176
|
-
}
|
27177
|
-
}
|
27178
|
-
]
|
27179
|
-
},
|
27180
|
-
{
|
27181
|
-
"kind": "method",
|
27182
|
-
"name": "createFailText",
|
27183
|
-
"privacy": "private",
|
27184
|
-
"static": true
|
27185
|
-
},
|
27186
|
-
{
|
27187
|
-
"kind": "method",
|
27188
|
-
"name": "createHelpTextContainer",
|
27189
|
-
"privacy": "private",
|
27190
|
-
"static": true,
|
27191
|
-
"parameters": [
|
27192
|
-
{
|
27193
|
-
"name": "link",
|
27194
|
-
"optional": true,
|
27195
|
-
"type": {
|
27196
|
-
"text": "string"
|
27197
|
-
}
|
27198
|
-
},
|
27199
|
-
{
|
27200
|
-
"name": "displayCaution",
|
27201
|
-
"default": "true"
|
27202
|
-
}
|
27203
|
-
]
|
27204
|
-
},
|
27205
|
-
{
|
27206
|
-
"kind": "method",
|
27207
|
-
"name": "onFail",
|
27208
|
-
"privacy": "private",
|
27209
|
-
"static": true,
|
27210
|
-
"parameters": [
|
27211
|
-
{
|
27212
|
-
"name": "inputEl",
|
27213
|
-
"type": {
|
27214
|
-
"text": "HTMLInputElement"
|
27215
|
-
}
|
27216
|
-
},
|
27217
|
-
{
|
27218
|
-
"name": "startEl",
|
27219
|
-
"type": {
|
27220
|
-
"text": "HTMLElement"
|
27221
|
-
}
|
27222
|
-
},
|
27223
|
-
{
|
27224
|
-
"name": "failTextEl",
|
27225
|
-
"type": {
|
27226
|
-
"text": "HTMLElement"
|
27227
|
-
}
|
27228
|
-
},
|
27229
|
-
{
|
27230
|
-
"name": "message",
|
27626
|
+
"name": "api_token",
|
27231
27627
|
"type": {
|
27232
27628
|
"text": "string"
|
27233
27629
|
}
|
27234
|
-
}
|
27235
|
-
]
|
27236
|
-
},
|
27237
|
-
{
|
27238
|
-
"kind": "method",
|
27239
|
-
"name": "onLoad",
|
27240
|
-
"privacy": "private",
|
27241
|
-
"static": true,
|
27242
|
-
"parameters": [
|
27243
|
-
{
|
27244
|
-
"name": "inputEl",
|
27245
|
-
"type": {
|
27246
|
-
"text": "HTMLInputElement"
|
27247
|
-
}
|
27248
|
-
},
|
27249
|
-
{
|
27250
|
-
"name": "startEl",
|
27251
|
-
"type": {
|
27252
|
-
"text": "HTMLElement"
|
27253
|
-
}
|
27254
|
-
}
|
27255
|
-
]
|
27256
|
-
},
|
27257
|
-
{
|
27258
|
-
"kind": "method",
|
27259
|
-
"name": "verifyKey",
|
27260
|
-
"privacy": "private",
|
27261
|
-
"static": true,
|
27262
|
-
"parameters": [
|
27263
|
-
{
|
27264
|
-
"name": "inputElement",
|
27265
|
-
"type": {
|
27266
|
-
"text": "HTMLInputElement"
|
27267
|
-
}
|
27268
|
-
},
|
27269
|
-
{
|
27270
|
-
"name": "keyVerificationHandlers",
|
27271
|
-
"type": {
|
27272
|
-
"text": "KeyVerificationHandlers"
|
27273
|
-
}
|
27274
27630
|
},
|
27275
27631
|
{
|
27276
|
-
"name": "
|
27277
|
-
"type": {
|
27278
|
-
"text": "ServiceIO"
|
27279
|
-
}
|
27280
|
-
}
|
27281
|
-
]
|
27282
|
-
},
|
27283
|
-
{
|
27284
|
-
"kind": "method",
|
27285
|
-
"name": "addVerificationEvents",
|
27286
|
-
"privacy": "private",
|
27287
|
-
"static": true,
|
27288
|
-
"parameters": [
|
27289
|
-
{
|
27290
|
-
"name": "inputEl",
|
27291
|
-
"type": {
|
27292
|
-
"text": "HTMLInputElement"
|
27293
|
-
}
|
27294
|
-
},
|
27295
|
-
{
|
27296
|
-
"name": "startEl",
|
27297
|
-
"type": {
|
27298
|
-
"text": "HTMLElement"
|
27299
|
-
}
|
27300
|
-
},
|
27301
|
-
{
|
27302
|
-
"name": "failTextEl",
|
27303
|
-
"type": {
|
27304
|
-
"text": "HTMLElement"
|
27305
|
-
}
|
27306
|
-
},
|
27307
|
-
{
|
27308
|
-
"name": "changeToChat",
|
27309
|
-
"type": {
|
27310
|
-
"text": "() => void"
|
27311
|
-
}
|
27312
|
-
},
|
27313
|
-
{
|
27314
|
-
"name": "serviceIO",
|
27315
|
-
"type": {
|
27316
|
-
"text": "ServiceIO"
|
27317
|
-
}
|
27318
|
-
}
|
27319
|
-
]
|
27320
|
-
},
|
27321
|
-
{
|
27322
|
-
"kind": "method",
|
27323
|
-
"name": "createStartButton",
|
27324
|
-
"privacy": "private",
|
27325
|
-
"static": true
|
27326
|
-
},
|
27327
|
-
{
|
27328
|
-
"kind": "method",
|
27329
|
-
"name": "onInputFocus",
|
27330
|
-
"privacy": "private",
|
27331
|
-
"static": true,
|
27332
|
-
"parameters": [
|
27333
|
-
{
|
27334
|
-
"name": "event",
|
27335
|
-
"type": {
|
27336
|
-
"text": "FocusEvent"
|
27337
|
-
}
|
27338
|
-
}
|
27339
|
-
]
|
27340
|
-
},
|
27341
|
-
{
|
27342
|
-
"kind": "method",
|
27343
|
-
"name": "createInput",
|
27344
|
-
"privacy": "private",
|
27345
|
-
"static": true,
|
27346
|
-
"parameters": [
|
27347
|
-
{
|
27348
|
-
"name": "placeholderText",
|
27349
|
-
"optional": true,
|
27632
|
+
"name": "audio_url",
|
27350
27633
|
"type": {
|
27351
27634
|
"text": "string"
|
27352
27635
|
}
|
@@ -27355,237 +27638,60 @@
|
|
27355
27638
|
},
|
27356
27639
|
{
|
27357
27640
|
"kind": "method",
|
27358
|
-
"name": "
|
27359
|
-
"privacy": "private",
|
27360
|
-
"static": true,
|
27361
|
-
"parameters": [
|
27362
|
-
{
|
27363
|
-
"name": "changeToChat",
|
27364
|
-
"type": {
|
27365
|
-
"text": "() => void"
|
27366
|
-
}
|
27367
|
-
},
|
27368
|
-
{
|
27369
|
-
"name": "serviceIO",
|
27370
|
-
"type": {
|
27371
|
-
"text": "ServiceIO"
|
27372
|
-
}
|
27373
|
-
}
|
27374
|
-
]
|
27375
|
-
},
|
27376
|
-
{
|
27377
|
-
"kind": "method",
|
27378
|
-
"name": "createElements",
|
27379
|
-
"privacy": "private",
|
27380
|
-
"static": true,
|
27381
|
-
"parameters": [
|
27382
|
-
{
|
27383
|
-
"name": "changeToChat",
|
27384
|
-
"type": {
|
27385
|
-
"text": "() => void"
|
27386
|
-
}
|
27387
|
-
},
|
27388
|
-
{
|
27389
|
-
"name": "serviceIO",
|
27390
|
-
"type": {
|
27391
|
-
"text": "ServiceIO"
|
27392
|
-
}
|
27393
|
-
}
|
27394
|
-
]
|
27395
|
-
},
|
27396
|
-
{
|
27397
|
-
"kind": "method",
|
27398
|
-
"name": "render",
|
27641
|
+
"name": "buildHeaders",
|
27399
27642
|
"privacy": "public",
|
27400
27643
|
"static": true,
|
27401
27644
|
"parameters": [
|
27402
27645
|
{
|
27403
|
-
"name": "
|
27404
|
-
"type": {
|
27405
|
-
"text": "HTMLElement"
|
27406
|
-
}
|
27407
|
-
},
|
27408
|
-
{
|
27409
|
-
"name": "changeToChat",
|
27410
|
-
"type": {
|
27411
|
-
"text": "() => void"
|
27412
|
-
}
|
27413
|
-
},
|
27414
|
-
{
|
27415
|
-
"name": "serviceIO",
|
27646
|
+
"name": "key",
|
27416
27647
|
"type": {
|
27417
|
-
"text": "
|
27648
|
+
"text": "string"
|
27418
27649
|
}
|
27419
27650
|
}
|
27420
27651
|
]
|
27421
|
-
}
|
27422
|
-
]
|
27423
|
-
}
|
27424
|
-
],
|
27425
|
-
"exports": [
|
27426
|
-
{
|
27427
|
-
"kind": "js",
|
27428
|
-
"name": "InsertKeyView",
|
27429
|
-
"declaration": {
|
27430
|
-
"name": "InsertKeyView",
|
27431
|
-
"module": "src/views/insertKey/insertKeyView.ts"
|
27432
|
-
}
|
27433
|
-
}
|
27434
|
-
]
|
27435
|
-
},
|
27436
|
-
{
|
27437
|
-
"kind": "javascript-module",
|
27438
|
-
"path": "src/views/insertKey/visibilityIcon.ts",
|
27439
|
-
"declarations": [
|
27440
|
-
{
|
27441
|
-
"kind": "class",
|
27442
|
-
"description": "",
|
27443
|
-
"name": "VisibilityIcon",
|
27444
|
-
"members": [
|
27445
|
-
{
|
27446
|
-
"kind": "field",
|
27447
|
-
"name": "VISIBLE_ICON_ID",
|
27448
|
-
"type": {
|
27449
|
-
"text": "string"
|
27450
|
-
},
|
27451
|
-
"privacy": "private",
|
27452
|
-
"static": true,
|
27453
|
-
"default": "'visible-icon'"
|
27454
27652
|
},
|
27455
27653
|
{
|
27456
27654
|
"kind": "method",
|
27457
|
-
"name": "
|
27655
|
+
"name": "handleVerificationResult",
|
27458
27656
|
"privacy": "private",
|
27459
27657
|
"static": true,
|
27460
27658
|
"parameters": [
|
27461
27659
|
{
|
27462
|
-
"name": "
|
27463
|
-
"type": {
|
27464
|
-
"text": "HTMLInputElement"
|
27465
|
-
}
|
27466
|
-
},
|
27467
|
-
{
|
27468
|
-
"name": "visibleIcon",
|
27469
|
-
"type": {
|
27470
|
-
"text": "SVGGraphicsElement"
|
27471
|
-
}
|
27472
|
-
},
|
27473
|
-
{
|
27474
|
-
"name": "notVisibleIcon",
|
27660
|
+
"name": "result",
|
27475
27661
|
"type": {
|
27476
|
-
"text": "
|
27662
|
+
"text": "object"
|
27477
27663
|
}
|
27478
27664
|
},
|
27479
27665
|
{
|
27480
|
-
"name": "
|
27481
|
-
"type": {
|
27482
|
-
"text": "MouseEvent"
|
27483
|
-
}
|
27484
|
-
}
|
27485
|
-
]
|
27486
|
-
},
|
27487
|
-
{
|
27488
|
-
"kind": "method",
|
27489
|
-
"name": "createIconElement",
|
27490
|
-
"privacy": "private",
|
27491
|
-
"static": true,
|
27492
|
-
"parameters": [
|
27493
|
-
{
|
27494
|
-
"name": "iconString",
|
27666
|
+
"name": "key",
|
27495
27667
|
"type": {
|
27496
27668
|
"text": "string"
|
27497
27669
|
}
|
27498
27670
|
},
|
27499
27671
|
{
|
27500
|
-
"name": "
|
27501
|
-
"type": {
|
27502
|
-
"text": "string"
|
27503
|
-
}
|
27504
|
-
}
|
27505
|
-
]
|
27506
|
-
},
|
27507
|
-
{
|
27508
|
-
"kind": "method",
|
27509
|
-
"name": "create",
|
27510
|
-
"privacy": "public",
|
27511
|
-
"static": true,
|
27512
|
-
"parameters": [
|
27513
|
-
{
|
27514
|
-
"name": "inputElement",
|
27672
|
+
"name": "onSuccess",
|
27515
27673
|
"type": {
|
27516
|
-
"text": "
|
27674
|
+
"text": "(key: string) => void"
|
27517
27675
|
}
|
27518
|
-
}
|
27519
|
-
]
|
27520
|
-
}
|
27521
|
-
]
|
27522
|
-
}
|
27523
|
-
],
|
27524
|
-
"exports": [
|
27525
|
-
{
|
27526
|
-
"kind": "js",
|
27527
|
-
"name": "VisibilityIcon",
|
27528
|
-
"declaration": {
|
27529
|
-
"name": "VisibilityIcon",
|
27530
|
-
"module": "src/views/insertKey/visibilityIcon.ts"
|
27531
|
-
}
|
27532
|
-
}
|
27533
|
-
]
|
27534
|
-
},
|
27535
|
-
{
|
27536
|
-
"kind": "javascript-module",
|
27537
|
-
"path": "src/views/validateKeyProperty/validateKeyPropertyView.ts",
|
27538
|
-
"declarations": [
|
27539
|
-
{
|
27540
|
-
"kind": "class",
|
27541
|
-
"description": "",
|
27542
|
-
"name": "ValidateKeyPropertyView",
|
27543
|
-
"members": [
|
27544
|
-
{
|
27545
|
-
"kind": "method",
|
27546
|
-
"name": "onLoad",
|
27547
|
-
"privacy": "private",
|
27548
|
-
"static": true,
|
27549
|
-
"parameters": [
|
27676
|
+
},
|
27550
27677
|
{
|
27551
|
-
"name": "
|
27678
|
+
"name": "onFail",
|
27552
27679
|
"type": {
|
27553
|
-
"text": "
|
27680
|
+
"text": "(message: string) => void"
|
27554
27681
|
}
|
27555
27682
|
}
|
27556
27683
|
]
|
27557
27684
|
},
|
27558
27685
|
{
|
27559
27686
|
"kind": "method",
|
27560
|
-
"name": "
|
27561
|
-
"privacy": "private",
|
27562
|
-
"static": true
|
27563
|
-
},
|
27564
|
-
{
|
27565
|
-
"kind": "method",
|
27566
|
-
"name": "render",
|
27687
|
+
"name": "buildKeyVerificationDetails",
|
27567
27688
|
"privacy": "public",
|
27568
27689
|
"static": true,
|
27569
|
-
"
|
27570
|
-
{
|
27571
|
-
"
|
27572
|
-
"type": {
|
27573
|
-
"text": "HTMLElement"
|
27574
|
-
}
|
27575
|
-
},
|
27576
|
-
{
|
27577
|
-
"name": "changeToChat",
|
27578
|
-
"type": {
|
27579
|
-
"text": "() => void"
|
27580
|
-
}
|
27581
|
-
},
|
27582
|
-
{
|
27583
|
-
"name": "serviceIO",
|
27584
|
-
"type": {
|
27585
|
-
"text": "ServiceIO"
|
27586
|
-
}
|
27690
|
+
"return": {
|
27691
|
+
"type": {
|
27692
|
+
"text": "KeyVerificationDetails"
|
27587
27693
|
}
|
27588
|
-
|
27694
|
+
}
|
27589
27695
|
}
|
27590
27696
|
]
|
27591
27697
|
}
|
@@ -27593,49 +27699,23 @@
|
|
27593
27699
|
"exports": [
|
27594
27700
|
{
|
27595
27701
|
"kind": "js",
|
27596
|
-
"name": "
|
27702
|
+
"name": "AssemblyAIUtils",
|
27597
27703
|
"declaration": {
|
27598
|
-
"name": "
|
27599
|
-
"module": "src/
|
27704
|
+
"name": "AssemblyAIUtils",
|
27705
|
+
"module": "src/services/assemblyAI/utils/assemblyAIUtils.ts"
|
27600
27706
|
}
|
27601
27707
|
}
|
27602
27708
|
]
|
27603
27709
|
},
|
27604
27710
|
{
|
27605
27711
|
"kind": "javascript-module",
|
27606
|
-
"path": "src/
|
27607
|
-
"declarations": [],
|
27608
|
-
"exports": []
|
27609
|
-
},
|
27610
|
-
{
|
27611
|
-
"kind": "javascript-module",
|
27612
|
-
"path": "src/services/assemblyAI/utils/assemblyAIUtils.ts",
|
27712
|
+
"path": "src/services/cohere/utils/cohereUtils.ts",
|
27613
27713
|
"declarations": [
|
27614
27714
|
{
|
27615
27715
|
"kind": "class",
|
27616
27716
|
"description": "",
|
27617
|
-
"name": "
|
27717
|
+
"name": "CohereUtils",
|
27618
27718
|
"members": [
|
27619
|
-
{
|
27620
|
-
"kind": "method",
|
27621
|
-
"name": "poll",
|
27622
|
-
"privacy": "public",
|
27623
|
-
"static": true,
|
27624
|
-
"parameters": [
|
27625
|
-
{
|
27626
|
-
"name": "api_token",
|
27627
|
-
"type": {
|
27628
|
-
"text": "string"
|
27629
|
-
}
|
27630
|
-
},
|
27631
|
-
{
|
27632
|
-
"name": "audio_url",
|
27633
|
-
"type": {
|
27634
|
-
"text": "string"
|
27635
|
-
}
|
27636
|
-
}
|
27637
|
-
]
|
27638
|
-
},
|
27639
27719
|
{
|
27640
27720
|
"kind": "method",
|
27641
27721
|
"name": "buildHeaders",
|
@@ -27699,10 +27779,10 @@
|
|
27699
27779
|
"exports": [
|
27700
27780
|
{
|
27701
27781
|
"kind": "js",
|
27702
|
-
"name": "
|
27782
|
+
"name": "CohereUtils",
|
27703
27783
|
"declaration": {
|
27704
|
-
"name": "
|
27705
|
-
"module": "src/services/
|
27784
|
+
"name": "CohereUtils",
|
27785
|
+
"module": "src/services/cohere/utils/cohereUtils.ts"
|
27706
27786
|
}
|
27707
27787
|
}
|
27708
27788
|
]
|
@@ -27952,86 +28032,6 @@
|
|
27952
28032
|
}
|
27953
28033
|
]
|
27954
28034
|
},
|
27955
|
-
{
|
27956
|
-
"kind": "javascript-module",
|
27957
|
-
"path": "src/services/cohere/utils/cohereUtils.ts",
|
27958
|
-
"declarations": [
|
27959
|
-
{
|
27960
|
-
"kind": "class",
|
27961
|
-
"description": "",
|
27962
|
-
"name": "CohereUtils",
|
27963
|
-
"members": [
|
27964
|
-
{
|
27965
|
-
"kind": "method",
|
27966
|
-
"name": "buildHeaders",
|
27967
|
-
"privacy": "public",
|
27968
|
-
"static": true,
|
27969
|
-
"parameters": [
|
27970
|
-
{
|
27971
|
-
"name": "key",
|
27972
|
-
"type": {
|
27973
|
-
"text": "string"
|
27974
|
-
}
|
27975
|
-
}
|
27976
|
-
]
|
27977
|
-
},
|
27978
|
-
{
|
27979
|
-
"kind": "method",
|
27980
|
-
"name": "handleVerificationResult",
|
27981
|
-
"privacy": "private",
|
27982
|
-
"static": true,
|
27983
|
-
"parameters": [
|
27984
|
-
{
|
27985
|
-
"name": "result",
|
27986
|
-
"type": {
|
27987
|
-
"text": "object"
|
27988
|
-
}
|
27989
|
-
},
|
27990
|
-
{
|
27991
|
-
"name": "key",
|
27992
|
-
"type": {
|
27993
|
-
"text": "string"
|
27994
|
-
}
|
27995
|
-
},
|
27996
|
-
{
|
27997
|
-
"name": "onSuccess",
|
27998
|
-
"type": {
|
27999
|
-
"text": "(key: string) => void"
|
28000
|
-
}
|
28001
|
-
},
|
28002
|
-
{
|
28003
|
-
"name": "onFail",
|
28004
|
-
"type": {
|
28005
|
-
"text": "(message: string) => void"
|
28006
|
-
}
|
28007
|
-
}
|
28008
|
-
]
|
28009
|
-
},
|
28010
|
-
{
|
28011
|
-
"kind": "method",
|
28012
|
-
"name": "buildKeyVerificationDetails",
|
28013
|
-
"privacy": "public",
|
28014
|
-
"static": true,
|
28015
|
-
"return": {
|
28016
|
-
"type": {
|
28017
|
-
"text": "KeyVerificationDetails"
|
28018
|
-
}
|
28019
|
-
}
|
28020
|
-
}
|
28021
|
-
]
|
28022
|
-
}
|
28023
|
-
],
|
28024
|
-
"exports": [
|
28025
|
-
{
|
28026
|
-
"kind": "js",
|
28027
|
-
"name": "CohereUtils",
|
28028
|
-
"declaration": {
|
28029
|
-
"name": "CohereUtils",
|
28030
|
-
"module": "src/services/cohere/utils/cohereUtils.ts"
|
28031
|
-
}
|
28032
|
-
}
|
28033
|
-
]
|
28034
|
-
},
|
28035
28035
|
{
|
28036
28036
|
"kind": "javascript-module",
|
28037
28037
|
"path": "src/services/huggingFace/utils/huggingFaceUtils.ts",
|
@@ -28328,6 +28328,110 @@
|
|
28328
28328
|
}
|
28329
28329
|
]
|
28330
28330
|
},
|
28331
|
+
{
|
28332
|
+
"kind": "javascript-module",
|
28333
|
+
"path": "src/views/chat/introPanel/introPanel.ts",
|
28334
|
+
"declarations": [
|
28335
|
+
{
|
28336
|
+
"kind": "class",
|
28337
|
+
"description": "",
|
28338
|
+
"name": "IntroPanel",
|
28339
|
+
"members": [
|
28340
|
+
{
|
28341
|
+
"kind": "field",
|
28342
|
+
"name": "_elementRef",
|
28343
|
+
"type": {
|
28344
|
+
"text": "HTMLElement | undefined"
|
28345
|
+
}
|
28346
|
+
},
|
28347
|
+
{
|
28348
|
+
"kind": "field",
|
28349
|
+
"name": "_isDisplayed",
|
28350
|
+
"type": {
|
28351
|
+
"text": "boolean"
|
28352
|
+
},
|
28353
|
+
"privacy": "private",
|
28354
|
+
"default": "false"
|
28355
|
+
},
|
28356
|
+
{
|
28357
|
+
"kind": "method",
|
28358
|
+
"name": "createIntroPanel",
|
28359
|
+
"privacy": "private",
|
28360
|
+
"static": true,
|
28361
|
+
"parameters": [
|
28362
|
+
{
|
28363
|
+
"name": "introPanelStyle",
|
28364
|
+
"optional": true,
|
28365
|
+
"type": {
|
28366
|
+
"text": "CustomStyle"
|
28367
|
+
}
|
28368
|
+
}
|
28369
|
+
]
|
28370
|
+
},
|
28371
|
+
{
|
28372
|
+
"kind": "method",
|
28373
|
+
"name": "createIntroPanelWithChild",
|
28374
|
+
"privacy": "private",
|
28375
|
+
"parameters": [
|
28376
|
+
{
|
28377
|
+
"name": "childElement",
|
28378
|
+
"type": {
|
28379
|
+
"text": "HTMLElement"
|
28380
|
+
}
|
28381
|
+
},
|
28382
|
+
{
|
28383
|
+
"name": "introPanelStyle",
|
28384
|
+
"optional": true,
|
28385
|
+
"type": {
|
28386
|
+
"text": "CustomStyle"
|
28387
|
+
}
|
28388
|
+
}
|
28389
|
+
]
|
28390
|
+
},
|
28391
|
+
{
|
28392
|
+
"kind": "method",
|
28393
|
+
"name": "createInternalIntroPanel",
|
28394
|
+
"privacy": "private",
|
28395
|
+
"parameters": [
|
28396
|
+
{
|
28397
|
+
"name": "introPanelMarkUp",
|
28398
|
+
"type": {
|
28399
|
+
"text": "string"
|
28400
|
+
}
|
28401
|
+
},
|
28402
|
+
{
|
28403
|
+
"name": "introPanelStyle",
|
28404
|
+
"optional": true,
|
28405
|
+
"type": {
|
28406
|
+
"text": "CustomStyle"
|
28407
|
+
}
|
28408
|
+
}
|
28409
|
+
]
|
28410
|
+
},
|
28411
|
+
{
|
28412
|
+
"kind": "method",
|
28413
|
+
"name": "hide",
|
28414
|
+
"privacy": "public"
|
28415
|
+
},
|
28416
|
+
{
|
28417
|
+
"kind": "method",
|
28418
|
+
"name": "display",
|
28419
|
+
"privacy": "public"
|
28420
|
+
}
|
28421
|
+
]
|
28422
|
+
}
|
28423
|
+
],
|
28424
|
+
"exports": [
|
28425
|
+
{
|
28426
|
+
"kind": "js",
|
28427
|
+
"name": "IntroPanel",
|
28428
|
+
"declaration": {
|
28429
|
+
"name": "IntroPanel",
|
28430
|
+
"module": "src/views/chat/introPanel/introPanel.ts"
|
28431
|
+
}
|
28432
|
+
}
|
28433
|
+
]
|
28434
|
+
},
|
28331
28435
|
{
|
28332
28436
|
"kind": "javascript-module",
|
28333
28437
|
"path": "src/views/chat/input/input.ts",
|
@@ -28499,110 +28603,6 @@
|
|
28499
28603
|
}
|
28500
28604
|
]
|
28501
28605
|
},
|
28502
|
-
{
|
28503
|
-
"kind": "javascript-module",
|
28504
|
-
"path": "src/views/chat/introPanel/introPanel.ts",
|
28505
|
-
"declarations": [
|
28506
|
-
{
|
28507
|
-
"kind": "class",
|
28508
|
-
"description": "",
|
28509
|
-
"name": "IntroPanel",
|
28510
|
-
"members": [
|
28511
|
-
{
|
28512
|
-
"kind": "field",
|
28513
|
-
"name": "_elementRef",
|
28514
|
-
"type": {
|
28515
|
-
"text": "HTMLElement | undefined"
|
28516
|
-
}
|
28517
|
-
},
|
28518
|
-
{
|
28519
|
-
"kind": "field",
|
28520
|
-
"name": "_isDisplayed",
|
28521
|
-
"type": {
|
28522
|
-
"text": "boolean"
|
28523
|
-
},
|
28524
|
-
"privacy": "private",
|
28525
|
-
"default": "false"
|
28526
|
-
},
|
28527
|
-
{
|
28528
|
-
"kind": "method",
|
28529
|
-
"name": "createIntroPanel",
|
28530
|
-
"privacy": "private",
|
28531
|
-
"static": true,
|
28532
|
-
"parameters": [
|
28533
|
-
{
|
28534
|
-
"name": "introPanelStyle",
|
28535
|
-
"optional": true,
|
28536
|
-
"type": {
|
28537
|
-
"text": "CustomStyle"
|
28538
|
-
}
|
28539
|
-
}
|
28540
|
-
]
|
28541
|
-
},
|
28542
|
-
{
|
28543
|
-
"kind": "method",
|
28544
|
-
"name": "createIntroPanelWithChild",
|
28545
|
-
"privacy": "private",
|
28546
|
-
"parameters": [
|
28547
|
-
{
|
28548
|
-
"name": "childElement",
|
28549
|
-
"type": {
|
28550
|
-
"text": "HTMLElement"
|
28551
|
-
}
|
28552
|
-
},
|
28553
|
-
{
|
28554
|
-
"name": "introPanelStyle",
|
28555
|
-
"optional": true,
|
28556
|
-
"type": {
|
28557
|
-
"text": "CustomStyle"
|
28558
|
-
}
|
28559
|
-
}
|
28560
|
-
]
|
28561
|
-
},
|
28562
|
-
{
|
28563
|
-
"kind": "method",
|
28564
|
-
"name": "createInternalIntroPanel",
|
28565
|
-
"privacy": "private",
|
28566
|
-
"parameters": [
|
28567
|
-
{
|
28568
|
-
"name": "introPanelMarkUp",
|
28569
|
-
"type": {
|
28570
|
-
"text": "string"
|
28571
|
-
}
|
28572
|
-
},
|
28573
|
-
{
|
28574
|
-
"name": "introPanelStyle",
|
28575
|
-
"optional": true,
|
28576
|
-
"type": {
|
28577
|
-
"text": "CustomStyle"
|
28578
|
-
}
|
28579
|
-
}
|
28580
|
-
]
|
28581
|
-
},
|
28582
|
-
{
|
28583
|
-
"kind": "method",
|
28584
|
-
"name": "hide",
|
28585
|
-
"privacy": "public"
|
28586
|
-
},
|
28587
|
-
{
|
28588
|
-
"kind": "method",
|
28589
|
-
"name": "display",
|
28590
|
-
"privacy": "public"
|
28591
|
-
}
|
28592
|
-
]
|
28593
|
-
}
|
28594
|
-
],
|
28595
|
-
"exports": [
|
28596
|
-
{
|
28597
|
-
"kind": "js",
|
28598
|
-
"name": "IntroPanel",
|
28599
|
-
"declaration": {
|
28600
|
-
"name": "IntroPanel",
|
28601
|
-
"module": "src/views/chat/introPanel/introPanel.ts"
|
28602
|
-
}
|
28603
|
-
}
|
28604
|
-
]
|
28605
|
-
},
|
28606
28606
|
{
|
28607
28607
|
"kind": "javascript-module",
|
28608
28608
|
"path": "src/views/chat/messages/avatar.ts",
|
@@ -32148,445 +32148,6 @@
|
|
32148
32148
|
}
|
32149
32149
|
]
|
32150
32150
|
},
|
32151
|
-
{
|
32152
|
-
"kind": "javascript-module",
|
32153
|
-
"path": "src/views/chat/input/textInput/focusUtils.ts",
|
32154
|
-
"declarations": [
|
32155
|
-
{
|
32156
|
-
"kind": "class",
|
32157
|
-
"description": "",
|
32158
|
-
"name": "FocusUtils",
|
32159
|
-
"members": [
|
32160
|
-
{
|
32161
|
-
"kind": "method",
|
32162
|
-
"name": "focusEndOfInput",
|
32163
|
-
"privacy": "public",
|
32164
|
-
"static": true,
|
32165
|
-
"parameters": [
|
32166
|
-
{
|
32167
|
-
"name": "inputElement",
|
32168
|
-
"type": {
|
32169
|
-
"text": "HTMLElement"
|
32170
|
-
}
|
32171
|
-
}
|
32172
|
-
]
|
32173
|
-
},
|
32174
|
-
{
|
32175
|
-
"kind": "method",
|
32176
|
-
"name": "focusFromParentElement",
|
32177
|
-
"privacy": "public",
|
32178
|
-
"static": true,
|
32179
|
-
"parameters": [
|
32180
|
-
{
|
32181
|
-
"name": "parentElement",
|
32182
|
-
"type": {
|
32183
|
-
"text": "HTMLElement"
|
32184
|
-
}
|
32185
|
-
}
|
32186
|
-
]
|
32187
|
-
}
|
32188
|
-
]
|
32189
|
-
}
|
32190
|
-
],
|
32191
|
-
"exports": [
|
32192
|
-
{
|
32193
|
-
"kind": "js",
|
32194
|
-
"name": "FocusUtils",
|
32195
|
-
"declaration": {
|
32196
|
-
"name": "FocusUtils",
|
32197
|
-
"module": "src/views/chat/input/textInput/focusUtils.ts"
|
32198
|
-
}
|
32199
|
-
}
|
32200
|
-
]
|
32201
|
-
},
|
32202
|
-
{
|
32203
|
-
"kind": "javascript-module",
|
32204
|
-
"path": "src/views/chat/input/textInput/pasteUtils.ts",
|
32205
|
-
"declarations": [
|
32206
|
-
{
|
32207
|
-
"kind": "class",
|
32208
|
-
"description": "",
|
32209
|
-
"name": "PasteUtils",
|
32210
|
-
"members": [
|
32211
|
-
{
|
32212
|
-
"kind": "method",
|
32213
|
-
"name": "sanitizePastedTextContent",
|
32214
|
-
"privacy": "public",
|
32215
|
-
"static": true,
|
32216
|
-
"parameters": [
|
32217
|
-
{
|
32218
|
-
"name": "event",
|
32219
|
-
"type": {
|
32220
|
-
"text": "ClipboardEvent"
|
32221
|
-
}
|
32222
|
-
}
|
32223
|
-
]
|
32224
|
-
}
|
32225
|
-
]
|
32226
|
-
}
|
32227
|
-
],
|
32228
|
-
"exports": [
|
32229
|
-
{
|
32230
|
-
"kind": "js",
|
32231
|
-
"name": "PasteUtils",
|
32232
|
-
"declaration": {
|
32233
|
-
"name": "PasteUtils",
|
32234
|
-
"module": "src/views/chat/input/textInput/pasteUtils.ts"
|
32235
|
-
}
|
32236
|
-
}
|
32237
|
-
]
|
32238
|
-
},
|
32239
|
-
{
|
32240
|
-
"kind": "javascript-module",
|
32241
|
-
"path": "src/views/chat/input/textInput/textInput.ts",
|
32242
|
-
"declarations": [
|
32243
|
-
{
|
32244
|
-
"kind": "class",
|
32245
|
-
"description": "",
|
32246
|
-
"name": "TextInputEl",
|
32247
|
-
"members": [
|
32248
|
-
{
|
32249
|
-
"kind": "field",
|
32250
|
-
"name": "TEXT_INPUT_ID",
|
32251
|
-
"type": {
|
32252
|
-
"text": "string"
|
32253
|
-
},
|
32254
|
-
"privacy": "public",
|
32255
|
-
"static": true,
|
32256
|
-
"default": "'text-input'"
|
32257
|
-
},
|
32258
|
-
{
|
32259
|
-
"kind": "field",
|
32260
|
-
"name": "elementRef",
|
32261
|
-
"type": {
|
32262
|
-
"text": "HTMLElement"
|
32263
|
-
}
|
32264
|
-
},
|
32265
|
-
{
|
32266
|
-
"kind": "field",
|
32267
|
-
"name": "inputElementRef",
|
32268
|
-
"type": {
|
32269
|
-
"text": "HTMLElement"
|
32270
|
-
}
|
32271
|
-
},
|
32272
|
-
{
|
32273
|
-
"kind": "field",
|
32274
|
-
"name": "_config",
|
32275
|
-
"type": {
|
32276
|
-
"text": "TextInput"
|
32277
|
-
},
|
32278
|
-
"privacy": "private",
|
32279
|
-
"default": "processedConfig"
|
32280
|
-
},
|
32281
|
-
{
|
32282
|
-
"kind": "field",
|
32283
|
-
"name": "submit",
|
32284
|
-
"type": {
|
32285
|
-
"text": "() => void | undefined"
|
32286
|
-
}
|
32287
|
-
},
|
32288
|
-
{
|
32289
|
-
"kind": "method",
|
32290
|
-
"name": "processConfig",
|
32291
|
-
"privacy": "private",
|
32292
|
-
"static": true,
|
32293
|
-
"parameters": [
|
32294
|
-
{
|
32295
|
-
"name": "serviceIO",
|
32296
|
-
"type": {
|
32297
|
-
"text": "ServiceIO"
|
32298
|
-
}
|
32299
|
-
},
|
32300
|
-
{
|
32301
|
-
"name": "textInput",
|
32302
|
-
"optional": true,
|
32303
|
-
"type": {
|
32304
|
-
"text": "TextInput"
|
32305
|
-
}
|
32306
|
-
}
|
32307
|
-
]
|
32308
|
-
},
|
32309
|
-
{
|
32310
|
-
"kind": "method",
|
32311
|
-
"name": "preventAutomaticScrollUpOnNewLine",
|
32312
|
-
"privacy": "private",
|
32313
|
-
"static": true,
|
32314
|
-
"parameters": [
|
32315
|
-
{
|
32316
|
-
"name": "inputElement",
|
32317
|
-
"type": {
|
32318
|
-
"text": "HTMLDivElement"
|
32319
|
-
}
|
32320
|
-
}
|
32321
|
-
]
|
32322
|
-
},
|
32323
|
-
{
|
32324
|
-
"kind": "method",
|
32325
|
-
"name": "clear",
|
32326
|
-
"privacy": "public",
|
32327
|
-
"static": true,
|
32328
|
-
"parameters": [
|
32329
|
-
{
|
32330
|
-
"name": "inputElement",
|
32331
|
-
"type": {
|
32332
|
-
"text": "HTMLElement"
|
32333
|
-
}
|
32334
|
-
}
|
32335
|
-
]
|
32336
|
-
},
|
32337
|
-
{
|
32338
|
-
"kind": "method",
|
32339
|
-
"name": "createInputElement",
|
32340
|
-
"privacy": "private",
|
32341
|
-
"parameters": [
|
32342
|
-
{
|
32343
|
-
"name": "textInput",
|
32344
|
-
"optional": true,
|
32345
|
-
"type": {
|
32346
|
-
"text": "TextInput"
|
32347
|
-
}
|
32348
|
-
}
|
32349
|
-
]
|
32350
|
-
},
|
32351
|
-
{
|
32352
|
-
"kind": "method",
|
32353
|
-
"name": "removeTextIfPlaceholder",
|
32354
|
-
"privacy": "public"
|
32355
|
-
},
|
32356
|
-
{
|
32357
|
-
"kind": "method",
|
32358
|
-
"name": "toggleEditability",
|
32359
|
-
"privacy": "public",
|
32360
|
-
"static": true,
|
32361
|
-
"parameters": [
|
32362
|
-
{
|
32363
|
-
"name": "inputElement",
|
32364
|
-
"type": {
|
32365
|
-
"text": "HTMLElement"
|
32366
|
-
}
|
32367
|
-
},
|
32368
|
-
{
|
32369
|
-
"name": "isEditable",
|
32370
|
-
"type": {
|
32371
|
-
"text": "boolean"
|
32372
|
-
}
|
32373
|
-
}
|
32374
|
-
]
|
32375
|
-
},
|
32376
|
-
{
|
32377
|
-
"kind": "method",
|
32378
|
-
"name": "addEventListeners",
|
32379
|
-
"privacy": "private",
|
32380
|
-
"parameters": [
|
32381
|
-
{
|
32382
|
-
"name": "inputElement",
|
32383
|
-
"type": {
|
32384
|
-
"text": "HTMLElement"
|
32385
|
-
}
|
32386
|
-
},
|
32387
|
-
{
|
32388
|
-
"name": "textInput",
|
32389
|
-
"optional": true,
|
32390
|
-
"type": {
|
32391
|
-
"text": "TextInput"
|
32392
|
-
}
|
32393
|
-
}
|
32394
|
-
]
|
32395
|
-
},
|
32396
|
-
{
|
32397
|
-
"kind": "method",
|
32398
|
-
"name": "onFocus",
|
32399
|
-
"privacy": "private",
|
32400
|
-
"parameters": [
|
32401
|
-
{
|
32402
|
-
"name": "focusStyle",
|
32403
|
-
"optional": true,
|
32404
|
-
"type": {
|
32405
|
-
"text": "CustomStyle"
|
32406
|
-
}
|
32407
|
-
}
|
32408
|
-
]
|
32409
|
-
},
|
32410
|
-
{
|
32411
|
-
"kind": "method",
|
32412
|
-
"name": "onBlur",
|
32413
|
-
"privacy": "private",
|
32414
|
-
"parameters": [
|
32415
|
-
{
|
32416
|
-
"name": "focusStyle",
|
32417
|
-
"type": {
|
32418
|
-
"text": "CustomStyle"
|
32419
|
-
}
|
32420
|
-
},
|
32421
|
-
{
|
32422
|
-
"name": "containerStyle",
|
32423
|
-
"optional": true,
|
32424
|
-
"type": {
|
32425
|
-
"text": "CustomStyle"
|
32426
|
-
}
|
32427
|
-
}
|
32428
|
-
]
|
32429
|
-
},
|
32430
|
-
{
|
32431
|
-
"kind": "method",
|
32432
|
-
"name": "createContainerElement",
|
32433
|
-
"privacy": "private",
|
32434
|
-
"static": true,
|
32435
|
-
"parameters": [
|
32436
|
-
{
|
32437
|
-
"name": "containerStyle",
|
32438
|
-
"optional": true,
|
32439
|
-
"type": {
|
32440
|
-
"text": "CustomStyle"
|
32441
|
-
}
|
32442
|
-
}
|
32443
|
-
]
|
32444
|
-
},
|
32445
|
-
{
|
32446
|
-
"kind": "method",
|
32447
|
-
"name": "onKeydown",
|
32448
|
-
"privacy": "private",
|
32449
|
-
"parameters": [
|
32450
|
-
{
|
32451
|
-
"name": "event",
|
32452
|
-
"type": {
|
32453
|
-
"text": "KeyboardEvent"
|
32454
|
-
}
|
32455
|
-
}
|
32456
|
-
]
|
32457
|
-
}
|
32458
|
-
]
|
32459
|
-
}
|
32460
|
-
],
|
32461
|
-
"exports": [
|
32462
|
-
{
|
32463
|
-
"kind": "js",
|
32464
|
-
"name": "TextInputEl",
|
32465
|
-
"declaration": {
|
32466
|
-
"name": "TextInputEl",
|
32467
|
-
"module": "src/views/chat/input/textInput/textInput.ts"
|
32468
|
-
}
|
32469
|
-
}
|
32470
|
-
]
|
32471
|
-
},
|
32472
|
-
{
|
32473
|
-
"kind": "javascript-module",
|
32474
|
-
"path": "src/views/chat/input/textInput/textInputEvents.ts",
|
32475
|
-
"declarations": [
|
32476
|
-
{
|
32477
|
-
"kind": "class",
|
32478
|
-
"description": "",
|
32479
|
-
"name": "TextInputEvents",
|
32480
|
-
"members": [
|
32481
|
-
{
|
32482
|
-
"kind": "field",
|
32483
|
-
"name": "PERMITTED_KEYS",
|
32484
|
-
"privacy": "private",
|
32485
|
-
"static": true,
|
32486
|
-
"default": "new Set<string>([\n KEYBOARD_KEY.BACKSPACE, KEYBOARD_KEY.DELETE, KEYBOARD_KEY.ARROW_RIGHT, KEYBOARD_KEY.ARROW_LEFT,\n KEYBOARD_KEY.ARROW_DOWN, KEYBOARD_KEY.ARROW_UP, KEYBOARD_KEY.META, KEYBOARD_KEY.CONTROL, KEYBOARD_KEY.ENTER\n ])"
|
32487
|
-
},
|
32488
|
-
{
|
32489
|
-
"kind": "method",
|
32490
|
-
"name": "add",
|
32491
|
-
"privacy": "public",
|
32492
|
-
"static": true,
|
32493
|
-
"parameters": [
|
32494
|
-
{
|
32495
|
-
"name": "inputElement",
|
32496
|
-
"type": {
|
32497
|
-
"text": "HTMLElement"
|
32498
|
-
}
|
32499
|
-
},
|
32500
|
-
{
|
32501
|
-
"name": "characterLimit",
|
32502
|
-
"optional": true,
|
32503
|
-
"type": {
|
32504
|
-
"text": "number"
|
32505
|
-
}
|
32506
|
-
},
|
32507
|
-
{
|
32508
|
-
"name": "validationHandler",
|
32509
|
-
"optional": true,
|
32510
|
-
"type": {
|
32511
|
-
"text": "ValidationHandler"
|
32512
|
-
}
|
32513
|
-
}
|
32514
|
-
]
|
32515
|
-
},
|
32516
|
-
{
|
32517
|
-
"kind": "method",
|
32518
|
-
"name": "onKeyDown",
|
32519
|
-
"privacy": "private",
|
32520
|
-
"static": true,
|
32521
|
-
"parameters": [
|
32522
|
-
{
|
32523
|
-
"name": "characterLimit",
|
32524
|
-
"type": {
|
32525
|
-
"text": "number"
|
32526
|
-
}
|
32527
|
-
},
|
32528
|
-
{
|
32529
|
-
"name": "event",
|
32530
|
-
"type": {
|
32531
|
-
"text": "KeyboardEvent"
|
32532
|
-
}
|
32533
|
-
}
|
32534
|
-
]
|
32535
|
-
},
|
32536
|
-
{
|
32537
|
-
"kind": "method",
|
32538
|
-
"name": "isKeyCombinationPermitted",
|
32539
|
-
"privacy": "private",
|
32540
|
-
"static": true,
|
32541
|
-
"parameters": [
|
32542
|
-
{
|
32543
|
-
"name": "event",
|
32544
|
-
"type": {
|
32545
|
-
"text": "KeyboardEvent"
|
32546
|
-
}
|
32547
|
-
}
|
32548
|
-
]
|
32549
|
-
},
|
32550
|
-
{
|
32551
|
-
"kind": "method",
|
32552
|
-
"name": "onInput",
|
32553
|
-
"privacy": "private",
|
32554
|
-
"static": true,
|
32555
|
-
"parameters": [
|
32556
|
-
{
|
32557
|
-
"name": "characterLimit",
|
32558
|
-
"type": {
|
32559
|
-
"text": "number | undefined"
|
32560
|
-
}
|
32561
|
-
},
|
32562
|
-
{
|
32563
|
-
"name": "validate",
|
32564
|
-
"type": {
|
32565
|
-
"text": "ValidationHandler | undefined"
|
32566
|
-
}
|
32567
|
-
},
|
32568
|
-
{
|
32569
|
-
"name": "event",
|
32570
|
-
"type": {
|
32571
|
-
"text": "Event"
|
32572
|
-
}
|
32573
|
-
}
|
32574
|
-
]
|
32575
|
-
}
|
32576
|
-
]
|
32577
|
-
}
|
32578
|
-
],
|
32579
|
-
"exports": [
|
32580
|
-
{
|
32581
|
-
"kind": "js",
|
32582
|
-
"name": "TextInputEvents",
|
32583
|
-
"declaration": {
|
32584
|
-
"name": "TextInputEvents",
|
32585
|
-
"module": "src/views/chat/input/textInput/textInputEvents.ts"
|
32586
|
-
}
|
32587
|
-
}
|
32588
|
-
]
|
32589
|
-
},
|
32590
32151
|
{
|
32591
32152
|
"kind": "javascript-module",
|
32592
32153
|
"path": "src/views/chat/input/dropup/dropup.ts",
|
@@ -33276,6 +32837,445 @@
|
|
33276
32837
|
}
|
33277
32838
|
]
|
33278
32839
|
},
|
32840
|
+
{
|
32841
|
+
"kind": "javascript-module",
|
32842
|
+
"path": "src/views/chat/input/textInput/focusUtils.ts",
|
32843
|
+
"declarations": [
|
32844
|
+
{
|
32845
|
+
"kind": "class",
|
32846
|
+
"description": "",
|
32847
|
+
"name": "FocusUtils",
|
32848
|
+
"members": [
|
32849
|
+
{
|
32850
|
+
"kind": "method",
|
32851
|
+
"name": "focusEndOfInput",
|
32852
|
+
"privacy": "public",
|
32853
|
+
"static": true,
|
32854
|
+
"parameters": [
|
32855
|
+
{
|
32856
|
+
"name": "inputElement",
|
32857
|
+
"type": {
|
32858
|
+
"text": "HTMLElement"
|
32859
|
+
}
|
32860
|
+
}
|
32861
|
+
]
|
32862
|
+
},
|
32863
|
+
{
|
32864
|
+
"kind": "method",
|
32865
|
+
"name": "focusFromParentElement",
|
32866
|
+
"privacy": "public",
|
32867
|
+
"static": true,
|
32868
|
+
"parameters": [
|
32869
|
+
{
|
32870
|
+
"name": "parentElement",
|
32871
|
+
"type": {
|
32872
|
+
"text": "HTMLElement"
|
32873
|
+
}
|
32874
|
+
}
|
32875
|
+
]
|
32876
|
+
}
|
32877
|
+
]
|
32878
|
+
}
|
32879
|
+
],
|
32880
|
+
"exports": [
|
32881
|
+
{
|
32882
|
+
"kind": "js",
|
32883
|
+
"name": "FocusUtils",
|
32884
|
+
"declaration": {
|
32885
|
+
"name": "FocusUtils",
|
32886
|
+
"module": "src/views/chat/input/textInput/focusUtils.ts"
|
32887
|
+
}
|
32888
|
+
}
|
32889
|
+
]
|
32890
|
+
},
|
32891
|
+
{
|
32892
|
+
"kind": "javascript-module",
|
32893
|
+
"path": "src/views/chat/input/textInput/pasteUtils.ts",
|
32894
|
+
"declarations": [
|
32895
|
+
{
|
32896
|
+
"kind": "class",
|
32897
|
+
"description": "",
|
32898
|
+
"name": "PasteUtils",
|
32899
|
+
"members": [
|
32900
|
+
{
|
32901
|
+
"kind": "method",
|
32902
|
+
"name": "sanitizePastedTextContent",
|
32903
|
+
"privacy": "public",
|
32904
|
+
"static": true,
|
32905
|
+
"parameters": [
|
32906
|
+
{
|
32907
|
+
"name": "event",
|
32908
|
+
"type": {
|
32909
|
+
"text": "ClipboardEvent"
|
32910
|
+
}
|
32911
|
+
}
|
32912
|
+
]
|
32913
|
+
}
|
32914
|
+
]
|
32915
|
+
}
|
32916
|
+
],
|
32917
|
+
"exports": [
|
32918
|
+
{
|
32919
|
+
"kind": "js",
|
32920
|
+
"name": "PasteUtils",
|
32921
|
+
"declaration": {
|
32922
|
+
"name": "PasteUtils",
|
32923
|
+
"module": "src/views/chat/input/textInput/pasteUtils.ts"
|
32924
|
+
}
|
32925
|
+
}
|
32926
|
+
]
|
32927
|
+
},
|
32928
|
+
{
|
32929
|
+
"kind": "javascript-module",
|
32930
|
+
"path": "src/views/chat/input/textInput/textInput.ts",
|
32931
|
+
"declarations": [
|
32932
|
+
{
|
32933
|
+
"kind": "class",
|
32934
|
+
"description": "",
|
32935
|
+
"name": "TextInputEl",
|
32936
|
+
"members": [
|
32937
|
+
{
|
32938
|
+
"kind": "field",
|
32939
|
+
"name": "TEXT_INPUT_ID",
|
32940
|
+
"type": {
|
32941
|
+
"text": "string"
|
32942
|
+
},
|
32943
|
+
"privacy": "public",
|
32944
|
+
"static": true,
|
32945
|
+
"default": "'text-input'"
|
32946
|
+
},
|
32947
|
+
{
|
32948
|
+
"kind": "field",
|
32949
|
+
"name": "elementRef",
|
32950
|
+
"type": {
|
32951
|
+
"text": "HTMLElement"
|
32952
|
+
}
|
32953
|
+
},
|
32954
|
+
{
|
32955
|
+
"kind": "field",
|
32956
|
+
"name": "inputElementRef",
|
32957
|
+
"type": {
|
32958
|
+
"text": "HTMLElement"
|
32959
|
+
}
|
32960
|
+
},
|
32961
|
+
{
|
32962
|
+
"kind": "field",
|
32963
|
+
"name": "_config",
|
32964
|
+
"type": {
|
32965
|
+
"text": "TextInput"
|
32966
|
+
},
|
32967
|
+
"privacy": "private",
|
32968
|
+
"default": "processedConfig"
|
32969
|
+
},
|
32970
|
+
{
|
32971
|
+
"kind": "field",
|
32972
|
+
"name": "submit",
|
32973
|
+
"type": {
|
32974
|
+
"text": "() => void | undefined"
|
32975
|
+
}
|
32976
|
+
},
|
32977
|
+
{
|
32978
|
+
"kind": "method",
|
32979
|
+
"name": "processConfig",
|
32980
|
+
"privacy": "private",
|
32981
|
+
"static": true,
|
32982
|
+
"parameters": [
|
32983
|
+
{
|
32984
|
+
"name": "serviceIO",
|
32985
|
+
"type": {
|
32986
|
+
"text": "ServiceIO"
|
32987
|
+
}
|
32988
|
+
},
|
32989
|
+
{
|
32990
|
+
"name": "textInput",
|
32991
|
+
"optional": true,
|
32992
|
+
"type": {
|
32993
|
+
"text": "TextInput"
|
32994
|
+
}
|
32995
|
+
}
|
32996
|
+
]
|
32997
|
+
},
|
32998
|
+
{
|
32999
|
+
"kind": "method",
|
33000
|
+
"name": "preventAutomaticScrollUpOnNewLine",
|
33001
|
+
"privacy": "private",
|
33002
|
+
"static": true,
|
33003
|
+
"parameters": [
|
33004
|
+
{
|
33005
|
+
"name": "inputElement",
|
33006
|
+
"type": {
|
33007
|
+
"text": "HTMLDivElement"
|
33008
|
+
}
|
33009
|
+
}
|
33010
|
+
]
|
33011
|
+
},
|
33012
|
+
{
|
33013
|
+
"kind": "method",
|
33014
|
+
"name": "clear",
|
33015
|
+
"privacy": "public",
|
33016
|
+
"static": true,
|
33017
|
+
"parameters": [
|
33018
|
+
{
|
33019
|
+
"name": "inputElement",
|
33020
|
+
"type": {
|
33021
|
+
"text": "HTMLElement"
|
33022
|
+
}
|
33023
|
+
}
|
33024
|
+
]
|
33025
|
+
},
|
33026
|
+
{
|
33027
|
+
"kind": "method",
|
33028
|
+
"name": "createInputElement",
|
33029
|
+
"privacy": "private",
|
33030
|
+
"parameters": [
|
33031
|
+
{
|
33032
|
+
"name": "textInput",
|
33033
|
+
"optional": true,
|
33034
|
+
"type": {
|
33035
|
+
"text": "TextInput"
|
33036
|
+
}
|
33037
|
+
}
|
33038
|
+
]
|
33039
|
+
},
|
33040
|
+
{
|
33041
|
+
"kind": "method",
|
33042
|
+
"name": "removeTextIfPlaceholder",
|
33043
|
+
"privacy": "public"
|
33044
|
+
},
|
33045
|
+
{
|
33046
|
+
"kind": "method",
|
33047
|
+
"name": "toggleEditability",
|
33048
|
+
"privacy": "public",
|
33049
|
+
"static": true,
|
33050
|
+
"parameters": [
|
33051
|
+
{
|
33052
|
+
"name": "inputElement",
|
33053
|
+
"type": {
|
33054
|
+
"text": "HTMLElement"
|
33055
|
+
}
|
33056
|
+
},
|
33057
|
+
{
|
33058
|
+
"name": "isEditable",
|
33059
|
+
"type": {
|
33060
|
+
"text": "boolean"
|
33061
|
+
}
|
33062
|
+
}
|
33063
|
+
]
|
33064
|
+
},
|
33065
|
+
{
|
33066
|
+
"kind": "method",
|
33067
|
+
"name": "addEventListeners",
|
33068
|
+
"privacy": "private",
|
33069
|
+
"parameters": [
|
33070
|
+
{
|
33071
|
+
"name": "inputElement",
|
33072
|
+
"type": {
|
33073
|
+
"text": "HTMLElement"
|
33074
|
+
}
|
33075
|
+
},
|
33076
|
+
{
|
33077
|
+
"name": "textInput",
|
33078
|
+
"optional": true,
|
33079
|
+
"type": {
|
33080
|
+
"text": "TextInput"
|
33081
|
+
}
|
33082
|
+
}
|
33083
|
+
]
|
33084
|
+
},
|
33085
|
+
{
|
33086
|
+
"kind": "method",
|
33087
|
+
"name": "onFocus",
|
33088
|
+
"privacy": "private",
|
33089
|
+
"parameters": [
|
33090
|
+
{
|
33091
|
+
"name": "focusStyle",
|
33092
|
+
"optional": true,
|
33093
|
+
"type": {
|
33094
|
+
"text": "CustomStyle"
|
33095
|
+
}
|
33096
|
+
}
|
33097
|
+
]
|
33098
|
+
},
|
33099
|
+
{
|
33100
|
+
"kind": "method",
|
33101
|
+
"name": "onBlur",
|
33102
|
+
"privacy": "private",
|
33103
|
+
"parameters": [
|
33104
|
+
{
|
33105
|
+
"name": "focusStyle",
|
33106
|
+
"type": {
|
33107
|
+
"text": "CustomStyle"
|
33108
|
+
}
|
33109
|
+
},
|
33110
|
+
{
|
33111
|
+
"name": "containerStyle",
|
33112
|
+
"optional": true,
|
33113
|
+
"type": {
|
33114
|
+
"text": "CustomStyle"
|
33115
|
+
}
|
33116
|
+
}
|
33117
|
+
]
|
33118
|
+
},
|
33119
|
+
{
|
33120
|
+
"kind": "method",
|
33121
|
+
"name": "createContainerElement",
|
33122
|
+
"privacy": "private",
|
33123
|
+
"static": true,
|
33124
|
+
"parameters": [
|
33125
|
+
{
|
33126
|
+
"name": "containerStyle",
|
33127
|
+
"optional": true,
|
33128
|
+
"type": {
|
33129
|
+
"text": "CustomStyle"
|
33130
|
+
}
|
33131
|
+
}
|
33132
|
+
]
|
33133
|
+
},
|
33134
|
+
{
|
33135
|
+
"kind": "method",
|
33136
|
+
"name": "onKeydown",
|
33137
|
+
"privacy": "private",
|
33138
|
+
"parameters": [
|
33139
|
+
{
|
33140
|
+
"name": "event",
|
33141
|
+
"type": {
|
33142
|
+
"text": "KeyboardEvent"
|
33143
|
+
}
|
33144
|
+
}
|
33145
|
+
]
|
33146
|
+
}
|
33147
|
+
]
|
33148
|
+
}
|
33149
|
+
],
|
33150
|
+
"exports": [
|
33151
|
+
{
|
33152
|
+
"kind": "js",
|
33153
|
+
"name": "TextInputEl",
|
33154
|
+
"declaration": {
|
33155
|
+
"name": "TextInputEl",
|
33156
|
+
"module": "src/views/chat/input/textInput/textInput.ts"
|
33157
|
+
}
|
33158
|
+
}
|
33159
|
+
]
|
33160
|
+
},
|
33161
|
+
{
|
33162
|
+
"kind": "javascript-module",
|
33163
|
+
"path": "src/views/chat/input/textInput/textInputEvents.ts",
|
33164
|
+
"declarations": [
|
33165
|
+
{
|
33166
|
+
"kind": "class",
|
33167
|
+
"description": "",
|
33168
|
+
"name": "TextInputEvents",
|
33169
|
+
"members": [
|
33170
|
+
{
|
33171
|
+
"kind": "field",
|
33172
|
+
"name": "PERMITTED_KEYS",
|
33173
|
+
"privacy": "private",
|
33174
|
+
"static": true,
|
33175
|
+
"default": "new Set<string>([\n KEYBOARD_KEY.BACKSPACE, KEYBOARD_KEY.DELETE, KEYBOARD_KEY.ARROW_RIGHT, KEYBOARD_KEY.ARROW_LEFT,\n KEYBOARD_KEY.ARROW_DOWN, KEYBOARD_KEY.ARROW_UP, KEYBOARD_KEY.META, KEYBOARD_KEY.CONTROL, KEYBOARD_KEY.ENTER\n ])"
|
33176
|
+
},
|
33177
|
+
{
|
33178
|
+
"kind": "method",
|
33179
|
+
"name": "add",
|
33180
|
+
"privacy": "public",
|
33181
|
+
"static": true,
|
33182
|
+
"parameters": [
|
33183
|
+
{
|
33184
|
+
"name": "inputElement",
|
33185
|
+
"type": {
|
33186
|
+
"text": "HTMLElement"
|
33187
|
+
}
|
33188
|
+
},
|
33189
|
+
{
|
33190
|
+
"name": "characterLimit",
|
33191
|
+
"optional": true,
|
33192
|
+
"type": {
|
33193
|
+
"text": "number"
|
33194
|
+
}
|
33195
|
+
},
|
33196
|
+
{
|
33197
|
+
"name": "validationHandler",
|
33198
|
+
"optional": true,
|
33199
|
+
"type": {
|
33200
|
+
"text": "ValidationHandler"
|
33201
|
+
}
|
33202
|
+
}
|
33203
|
+
]
|
33204
|
+
},
|
33205
|
+
{
|
33206
|
+
"kind": "method",
|
33207
|
+
"name": "onKeyDown",
|
33208
|
+
"privacy": "private",
|
33209
|
+
"static": true,
|
33210
|
+
"parameters": [
|
33211
|
+
{
|
33212
|
+
"name": "characterLimit",
|
33213
|
+
"type": {
|
33214
|
+
"text": "number"
|
33215
|
+
}
|
33216
|
+
},
|
33217
|
+
{
|
33218
|
+
"name": "event",
|
33219
|
+
"type": {
|
33220
|
+
"text": "KeyboardEvent"
|
33221
|
+
}
|
33222
|
+
}
|
33223
|
+
]
|
33224
|
+
},
|
33225
|
+
{
|
33226
|
+
"kind": "method",
|
33227
|
+
"name": "isKeyCombinationPermitted",
|
33228
|
+
"privacy": "private",
|
33229
|
+
"static": true,
|
33230
|
+
"parameters": [
|
33231
|
+
{
|
33232
|
+
"name": "event",
|
33233
|
+
"type": {
|
33234
|
+
"text": "KeyboardEvent"
|
33235
|
+
}
|
33236
|
+
}
|
33237
|
+
]
|
33238
|
+
},
|
33239
|
+
{
|
33240
|
+
"kind": "method",
|
33241
|
+
"name": "onInput",
|
33242
|
+
"privacy": "private",
|
33243
|
+
"static": true,
|
33244
|
+
"parameters": [
|
33245
|
+
{
|
33246
|
+
"name": "characterLimit",
|
33247
|
+
"type": {
|
33248
|
+
"text": "number | undefined"
|
33249
|
+
}
|
33250
|
+
},
|
33251
|
+
{
|
33252
|
+
"name": "validate",
|
33253
|
+
"type": {
|
33254
|
+
"text": "ValidationHandler | undefined"
|
33255
|
+
}
|
33256
|
+
},
|
33257
|
+
{
|
33258
|
+
"name": "event",
|
33259
|
+
"type": {
|
33260
|
+
"text": "Event"
|
33261
|
+
}
|
33262
|
+
}
|
33263
|
+
]
|
33264
|
+
}
|
33265
|
+
]
|
33266
|
+
}
|
33267
|
+
],
|
33268
|
+
"exports": [
|
33269
|
+
{
|
33270
|
+
"kind": "js",
|
33271
|
+
"name": "TextInputEvents",
|
33272
|
+
"declaration": {
|
33273
|
+
"name": "TextInputEvents",
|
33274
|
+
"module": "src/views/chat/input/textInput/textInputEvents.ts"
|
33275
|
+
}
|
33276
|
+
}
|
33277
|
+
]
|
33278
|
+
},
|
33279
33279
|
{
|
33280
33280
|
"kind": "javascript-module",
|
33281
33281
|
"path": "src/views/chat/input/validation/validationHandler.ts",
|
@@ -33456,6 +33456,35 @@
|
|
33456
33456
|
}
|
33457
33457
|
]
|
33458
33458
|
},
|
33459
|
+
{
|
33460
|
+
"kind": "javascript-module",
|
33461
|
+
"path": "src/views/chat/messages/remarkable/remarkableConfig.ts",
|
33462
|
+
"declarations": [
|
33463
|
+
{
|
33464
|
+
"kind": "class",
|
33465
|
+
"description": "",
|
33466
|
+
"name": "RemarkableConfig",
|
33467
|
+
"members": [
|
33468
|
+
{
|
33469
|
+
"kind": "method",
|
33470
|
+
"name": "createNew",
|
33471
|
+
"privacy": "public",
|
33472
|
+
"static": true
|
33473
|
+
}
|
33474
|
+
]
|
33475
|
+
}
|
33476
|
+
],
|
33477
|
+
"exports": [
|
33478
|
+
{
|
33479
|
+
"kind": "js",
|
33480
|
+
"name": "RemarkableConfig",
|
33481
|
+
"declaration": {
|
33482
|
+
"name": "RemarkableConfig",
|
33483
|
+
"module": "src/views/chat/messages/remarkable/remarkableConfig.ts"
|
33484
|
+
}
|
33485
|
+
}
|
33486
|
+
]
|
33487
|
+
},
|
33459
33488
|
{
|
33460
33489
|
"kind": "javascript-module",
|
33461
33490
|
"path": "src/views/chat/messages/html/htmlDeepChatElements.ts",
|
@@ -33860,35 +33889,6 @@
|
|
33860
33889
|
}
|
33861
33890
|
]
|
33862
33891
|
},
|
33863
|
-
{
|
33864
|
-
"kind": "javascript-module",
|
33865
|
-
"path": "src/views/chat/messages/remarkable/remarkableConfig.ts",
|
33866
|
-
"declarations": [
|
33867
|
-
{
|
33868
|
-
"kind": "class",
|
33869
|
-
"description": "",
|
33870
|
-
"name": "RemarkableConfig",
|
33871
|
-
"members": [
|
33872
|
-
{
|
33873
|
-
"kind": "method",
|
33874
|
-
"name": "createNew",
|
33875
|
-
"privacy": "public",
|
33876
|
-
"static": true
|
33877
|
-
}
|
33878
|
-
]
|
33879
|
-
}
|
33880
|
-
],
|
33881
|
-
"exports": [
|
33882
|
-
{
|
33883
|
-
"kind": "js",
|
33884
|
-
"name": "RemarkableConfig",
|
33885
|
-
"declaration": {
|
33886
|
-
"name": "RemarkableConfig",
|
33887
|
-
"module": "src/views/chat/messages/remarkable/remarkableConfig.ts"
|
33888
|
-
}
|
33889
|
-
}
|
33890
|
-
]
|
33891
|
-
},
|
33892
33892
|
{
|
33893
33893
|
"kind": "javascript-module",
|
33894
33894
|
"path": "src/views/chat/messages/stream/messageStream.ts",
|