deep-chat-dev 9.0.82 → 9.0.83
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 +1779 -1779
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.js +1 -1
- package/package.json +1 -1
package/custom-elements.json
CHANGED
@@ -501,6 +501,54 @@
|
|
501
501
|
}
|
502
502
|
]
|
503
503
|
},
|
504
|
+
{
|
505
|
+
"kind": "javascript-module",
|
506
|
+
"path": "src/services/serviceIO.ts",
|
507
|
+
"declarations": [],
|
508
|
+
"exports": []
|
509
|
+
},
|
510
|
+
{
|
511
|
+
"kind": "javascript-module",
|
512
|
+
"path": "src/services/serviceIOFactory.ts",
|
513
|
+
"declarations": [
|
514
|
+
{
|
515
|
+
"kind": "class",
|
516
|
+
"description": "",
|
517
|
+
"name": "ServiceIOFactory",
|
518
|
+
"members": [
|
519
|
+
{
|
520
|
+
"kind": "method",
|
521
|
+
"name": "create",
|
522
|
+
"privacy": "public",
|
523
|
+
"static": true,
|
524
|
+
"return": {
|
525
|
+
"type": {
|
526
|
+
"text": "ServiceIO"
|
527
|
+
}
|
528
|
+
},
|
529
|
+
"parameters": [
|
530
|
+
{
|
531
|
+
"name": "deepChat",
|
532
|
+
"type": {
|
533
|
+
"text": "DeepChat"
|
534
|
+
}
|
535
|
+
}
|
536
|
+
]
|
537
|
+
}
|
538
|
+
]
|
539
|
+
}
|
540
|
+
],
|
541
|
+
"exports": [
|
542
|
+
{
|
543
|
+
"kind": "js",
|
544
|
+
"name": "ServiceIOFactory",
|
545
|
+
"declaration": {
|
546
|
+
"name": "ServiceIOFactory",
|
547
|
+
"module": "src/services/serviceIOFactory.ts"
|
548
|
+
}
|
549
|
+
}
|
550
|
+
]
|
551
|
+
},
|
504
552
|
{
|
505
553
|
"kind": "javascript-module",
|
506
554
|
"path": "src/icons/audioIcon.ts",
|
@@ -858,54 +906,6 @@
|
|
858
906
|
}
|
859
907
|
]
|
860
908
|
},
|
861
|
-
{
|
862
|
-
"kind": "javascript-module",
|
863
|
-
"path": "src/services/serviceIO.ts",
|
864
|
-
"declarations": [],
|
865
|
-
"exports": []
|
866
|
-
},
|
867
|
-
{
|
868
|
-
"kind": "javascript-module",
|
869
|
-
"path": "src/services/serviceIOFactory.ts",
|
870
|
-
"declarations": [
|
871
|
-
{
|
872
|
-
"kind": "class",
|
873
|
-
"description": "",
|
874
|
-
"name": "ServiceIOFactory",
|
875
|
-
"members": [
|
876
|
-
{
|
877
|
-
"kind": "method",
|
878
|
-
"name": "create",
|
879
|
-
"privacy": "public",
|
880
|
-
"static": true,
|
881
|
-
"return": {
|
882
|
-
"type": {
|
883
|
-
"text": "ServiceIO"
|
884
|
-
}
|
885
|
-
},
|
886
|
-
"parameters": [
|
887
|
-
{
|
888
|
-
"name": "deepChat",
|
889
|
-
"type": {
|
890
|
-
"text": "DeepChat"
|
891
|
-
}
|
892
|
-
}
|
893
|
-
]
|
894
|
-
}
|
895
|
-
]
|
896
|
-
}
|
897
|
-
],
|
898
|
-
"exports": [
|
899
|
-
{
|
900
|
-
"kind": "js",
|
901
|
-
"name": "ServiceIOFactory",
|
902
|
-
"declaration": {
|
903
|
-
"name": "ServiceIOFactory",
|
904
|
-
"module": "src/services/serviceIOFactory.ts"
|
905
|
-
}
|
906
|
-
}
|
907
|
-
]
|
908
|
-
},
|
909
909
|
{
|
910
910
|
"kind": "javascript-module",
|
911
911
|
"path": "src/types/APIKey.ts",
|
@@ -24808,128 +24808,232 @@
|
|
24808
24808
|
},
|
24809
24809
|
{
|
24810
24810
|
"kind": "javascript-module",
|
24811
|
-
"path": "src/
|
24811
|
+
"path": "src/views/chat/chatView.ts",
|
24812
24812
|
"declarations": [
|
24813
24813
|
{
|
24814
24814
|
"kind": "class",
|
24815
24815
|
"description": "",
|
24816
|
-
"name": "
|
24816
|
+
"name": "ChatView",
|
24817
24817
|
"members": [
|
24818
24818
|
{
|
24819
24819
|
"kind": "method",
|
24820
|
-
"name": "
|
24821
|
-
"privacy": "
|
24820
|
+
"name": "createElements",
|
24821
|
+
"privacy": "private",
|
24822
24822
|
"static": true,
|
24823
24823
|
"parameters": [
|
24824
24824
|
{
|
24825
|
-
"name": "
|
24825
|
+
"name": "deepChat",
|
24826
24826
|
"type": {
|
24827
|
-
"text": "
|
24827
|
+
"text": "DeepChat"
|
24828
24828
|
}
|
24829
24829
|
},
|
24830
24830
|
{
|
24831
|
-
"name": "
|
24831
|
+
"name": "serviceIO",
|
24832
24832
|
"type": {
|
24833
|
-
"text": "
|
24833
|
+
"text": "ServiceIO"
|
24834
24834
|
}
|
24835
24835
|
},
|
24836
24836
|
{
|
24837
|
-
"name": "
|
24837
|
+
"name": "panel",
|
24838
|
+
"optional": true,
|
24838
24839
|
"type": {
|
24839
|
-
"text": "
|
24840
|
+
"text": "HTMLElement"
|
24840
24841
|
}
|
24841
|
-
},
|
24842
|
-
{
|
24843
|
-
"name": "stringifyBody",
|
24844
|
-
"default": "true"
|
24845
24842
|
}
|
24846
24843
|
]
|
24847
24844
|
},
|
24848
24845
|
{
|
24849
24846
|
"kind": "method",
|
24850
|
-
"name": "
|
24847
|
+
"name": "render",
|
24851
24848
|
"privacy": "public",
|
24852
24849
|
"static": true,
|
24853
24850
|
"parameters": [
|
24854
24851
|
{
|
24855
|
-
"name": "
|
24852
|
+
"name": "deepChat",
|
24856
24853
|
"type": {
|
24857
|
-
"text": "
|
24854
|
+
"text": "DeepChat"
|
24858
24855
|
}
|
24859
24856
|
},
|
24860
24857
|
{
|
24861
|
-
"name": "
|
24858
|
+
"name": "containerRef",
|
24862
24859
|
"type": {
|
24863
|
-
"text": "
|
24860
|
+
"text": "HTMLElement"
|
24864
24861
|
}
|
24865
24862
|
},
|
24866
24863
|
{
|
24867
|
-
"name": "
|
24864
|
+
"name": "serviceIO",
|
24868
24865
|
"type": {
|
24869
|
-
"text": "
|
24866
|
+
"text": "ServiceIO"
|
24870
24867
|
}
|
24871
24868
|
},
|
24872
24869
|
{
|
24873
|
-
"name": "
|
24870
|
+
"name": "panel",
|
24871
|
+
"optional": true,
|
24874
24872
|
"type": {
|
24875
|
-
"text": "
|
24873
|
+
"text": "HTMLElement"
|
24876
24874
|
}
|
24877
24875
|
}
|
24878
24876
|
]
|
24879
|
-
}
|
24877
|
+
}
|
24878
|
+
]
|
24879
|
+
}
|
24880
|
+
],
|
24881
|
+
"exports": [
|
24882
|
+
{
|
24883
|
+
"kind": "js",
|
24884
|
+
"name": "ChatView",
|
24885
|
+
"declaration": {
|
24886
|
+
"name": "ChatView",
|
24887
|
+
"module": "src/views/chat/chatView.ts"
|
24888
|
+
}
|
24889
|
+
}
|
24890
|
+
]
|
24891
|
+
},
|
24892
|
+
{
|
24893
|
+
"kind": "javascript-module",
|
24894
|
+
"path": "src/views/error/errorView.ts",
|
24895
|
+
"declarations": [
|
24896
|
+
{
|
24897
|
+
"kind": "class",
|
24898
|
+
"description": "",
|
24899
|
+
"name": "ErrorView",
|
24900
|
+
"members": [
|
24880
24901
|
{
|
24881
24902
|
"kind": "method",
|
24882
|
-
"name": "
|
24903
|
+
"name": "render",
|
24883
24904
|
"privacy": "public",
|
24884
24905
|
"static": true,
|
24885
24906
|
"parameters": [
|
24886
24907
|
{
|
24887
|
-
"name": "
|
24908
|
+
"name": "containerElement",
|
24888
24909
|
"type": {
|
24889
|
-
"text": "
|
24910
|
+
"text": "HTMLElement"
|
24890
24911
|
}
|
24891
24912
|
},
|
24892
24913
|
{
|
24893
|
-
"name": "
|
24914
|
+
"name": "text",
|
24894
24915
|
"type": {
|
24895
|
-
"text": "
|
24916
|
+
"text": "string"
|
24896
24917
|
}
|
24897
|
-
}
|
24918
|
+
}
|
24919
|
+
]
|
24920
|
+
}
|
24921
|
+
]
|
24922
|
+
}
|
24923
|
+
],
|
24924
|
+
"exports": [
|
24925
|
+
{
|
24926
|
+
"kind": "js",
|
24927
|
+
"name": "ErrorView",
|
24928
|
+
"declaration": {
|
24929
|
+
"name": "ErrorView",
|
24930
|
+
"module": "src/views/error/errorView.ts"
|
24931
|
+
}
|
24932
|
+
}
|
24933
|
+
]
|
24934
|
+
},
|
24935
|
+
{
|
24936
|
+
"kind": "javascript-module",
|
24937
|
+
"path": "src/views/insertKey/insertKeyView.ts",
|
24938
|
+
"declarations": [
|
24939
|
+
{
|
24940
|
+
"kind": "class",
|
24941
|
+
"description": "",
|
24942
|
+
"name": "InsertKeyView",
|
24943
|
+
"members": [
|
24944
|
+
{
|
24945
|
+
"kind": "method",
|
24946
|
+
"name": "createCautionText",
|
24947
|
+
"privacy": "private",
|
24948
|
+
"static": true
|
24949
|
+
},
|
24950
|
+
{
|
24951
|
+
"kind": "method",
|
24952
|
+
"name": "createHelpLink",
|
24953
|
+
"privacy": "private",
|
24954
|
+
"static": true,
|
24955
|
+
"parameters": [
|
24898
24956
|
{
|
24899
|
-
"name": "
|
24957
|
+
"name": "link",
|
24900
24958
|
"type": {
|
24901
|
-
"text": "
|
24959
|
+
"text": "string"
|
24960
|
+
}
|
24961
|
+
}
|
24962
|
+
]
|
24963
|
+
},
|
24964
|
+
{
|
24965
|
+
"kind": "method",
|
24966
|
+
"name": "createFailText",
|
24967
|
+
"privacy": "private",
|
24968
|
+
"static": true
|
24969
|
+
},
|
24970
|
+
{
|
24971
|
+
"kind": "method",
|
24972
|
+
"name": "createHelpTextContainer",
|
24973
|
+
"privacy": "private",
|
24974
|
+
"static": true,
|
24975
|
+
"parameters": [
|
24976
|
+
{
|
24977
|
+
"name": "link",
|
24978
|
+
"optional": true,
|
24979
|
+
"type": {
|
24980
|
+
"text": "string"
|
24902
24981
|
}
|
24903
24982
|
},
|
24904
24983
|
{
|
24905
|
-
"name": "
|
24984
|
+
"name": "displayCaution",
|
24906
24985
|
"default": "true"
|
24907
24986
|
}
|
24908
24987
|
]
|
24909
24988
|
},
|
24910
24989
|
{
|
24911
24990
|
"kind": "method",
|
24912
|
-
"name": "
|
24991
|
+
"name": "onFail",
|
24913
24992
|
"privacy": "private",
|
24914
24993
|
"static": true,
|
24915
24994
|
"parameters": [
|
24916
24995
|
{
|
24917
|
-
"name": "
|
24996
|
+
"name": "inputEl",
|
24918
24997
|
"type": {
|
24919
|
-
"text": "
|
24998
|
+
"text": "HTMLInputElement"
|
24920
24999
|
}
|
24921
25000
|
},
|
24922
25001
|
{
|
24923
|
-
"name": "
|
25002
|
+
"name": "startEl",
|
25003
|
+
"type": {
|
25004
|
+
"text": "HTMLElement"
|
25005
|
+
}
|
25006
|
+
},
|
25007
|
+
{
|
25008
|
+
"name": "failTextEl",
|
25009
|
+
"type": {
|
25010
|
+
"text": "HTMLElement"
|
25011
|
+
}
|
25012
|
+
},
|
25013
|
+
{
|
25014
|
+
"name": "message",
|
24924
25015
|
"type": {
|
24925
25016
|
"text": "string"
|
24926
25017
|
}
|
25018
|
+
}
|
25019
|
+
]
|
25020
|
+
},
|
25021
|
+
{
|
25022
|
+
"kind": "method",
|
25023
|
+
"name": "onLoad",
|
25024
|
+
"privacy": "private",
|
25025
|
+
"static": true,
|
25026
|
+
"parameters": [
|
25027
|
+
{
|
25028
|
+
"name": "inputEl",
|
25029
|
+
"type": {
|
25030
|
+
"text": "HTMLInputElement"
|
25031
|
+
}
|
24927
25032
|
},
|
24928
25033
|
{
|
24929
|
-
"name": "
|
24930
|
-
"optional": true,
|
25034
|
+
"name": "startEl",
|
24931
25035
|
"type": {
|
24932
|
-
"text": "
|
25036
|
+
"text": "HTMLElement"
|
24933
25037
|
}
|
24934
25038
|
}
|
24935
25039
|
]
|
@@ -24937,166 +25041,167 @@
|
|
24937
25041
|
{
|
24938
25042
|
"kind": "method",
|
24939
25043
|
"name": "verifyKey",
|
24940
|
-
"privacy": "
|
25044
|
+
"privacy": "private",
|
24941
25045
|
"static": true,
|
24942
25046
|
"parameters": [
|
24943
25047
|
{
|
24944
|
-
"name": "
|
25048
|
+
"name": "inputElement",
|
24945
25049
|
"type": {
|
24946
|
-
"text": "
|
25050
|
+
"text": "HTMLInputElement"
|
24947
25051
|
}
|
24948
25052
|
},
|
24949
25053
|
{
|
24950
|
-
"name": "
|
25054
|
+
"name": "keyVerificationHandlers",
|
24951
25055
|
"type": {
|
24952
|
-
"text": "
|
25056
|
+
"text": "KeyVerificationHandlers"
|
24953
25057
|
}
|
24954
25058
|
},
|
24955
25059
|
{
|
24956
|
-
"name": "
|
25060
|
+
"name": "serviceIO",
|
24957
25061
|
"type": {
|
24958
|
-
"text": "
|
25062
|
+
"text": "ServiceIO"
|
24959
25063
|
}
|
24960
|
-
}
|
25064
|
+
}
|
25065
|
+
]
|
25066
|
+
},
|
25067
|
+
{
|
25068
|
+
"kind": "method",
|
25069
|
+
"name": "addVerificationEvents",
|
25070
|
+
"privacy": "private",
|
25071
|
+
"static": true,
|
25072
|
+
"parameters": [
|
24961
25073
|
{
|
24962
|
-
"name": "
|
25074
|
+
"name": "inputEl",
|
24963
25075
|
"type": {
|
24964
|
-
"text": "
|
25076
|
+
"text": "HTMLInputElement"
|
24965
25077
|
}
|
24966
25078
|
},
|
24967
25079
|
{
|
24968
|
-
"name": "
|
25080
|
+
"name": "startEl",
|
24969
25081
|
"type": {
|
24970
|
-
"text": "
|
25082
|
+
"text": "HTMLElement"
|
24971
25083
|
}
|
24972
25084
|
},
|
24973
25085
|
{
|
24974
|
-
"name": "
|
25086
|
+
"name": "failTextEl",
|
24975
25087
|
"type": {
|
24976
|
-
"text": "
|
25088
|
+
"text": "HTMLElement"
|
24977
25089
|
}
|
24978
25090
|
},
|
24979
25091
|
{
|
24980
|
-
"name": "
|
25092
|
+
"name": "changeToChat",
|
24981
25093
|
"type": {
|
24982
25094
|
"text": "() => void"
|
24983
25095
|
}
|
24984
25096
|
},
|
24985
25097
|
{
|
24986
|
-
"name": "
|
25098
|
+
"name": "serviceIO",
|
24987
25099
|
"type": {
|
24988
|
-
"text": "
|
25100
|
+
"text": "ServiceIO"
|
24989
25101
|
}
|
24990
|
-
}
|
25102
|
+
}
|
25103
|
+
]
|
25104
|
+
},
|
25105
|
+
{
|
25106
|
+
"kind": "method",
|
25107
|
+
"name": "createStartButton",
|
25108
|
+
"privacy": "private",
|
25109
|
+
"static": true
|
25110
|
+
},
|
25111
|
+
{
|
25112
|
+
"kind": "method",
|
25113
|
+
"name": "onInputFocus",
|
25114
|
+
"privacy": "private",
|
25115
|
+
"static": true,
|
25116
|
+
"parameters": [
|
24991
25117
|
{
|
24992
|
-
"name": "
|
24993
|
-
"optional": true,
|
25118
|
+
"name": "event",
|
24994
25119
|
"type": {
|
24995
|
-
"text": "
|
25120
|
+
"text": "FocusEvent"
|
24996
25121
|
}
|
24997
25122
|
}
|
24998
25123
|
]
|
24999
|
-
}
|
25000
|
-
]
|
25001
|
-
}
|
25002
|
-
],
|
25003
|
-
"exports": [
|
25004
|
-
{
|
25005
|
-
"kind": "js",
|
25006
|
-
"name": "HTTPRequest",
|
25007
|
-
"declaration": {
|
25008
|
-
"name": "HTTPRequest",
|
25009
|
-
"module": "src/utils/HTTP/HTTPRequest.ts"
|
25010
|
-
}
|
25011
|
-
}
|
25012
|
-
]
|
25013
|
-
},
|
25014
|
-
{
|
25015
|
-
"kind": "javascript-module",
|
25016
|
-
"path": "src/utils/HTTP/customHandler.ts",
|
25017
|
-
"declarations": [
|
25018
|
-
{
|
25019
|
-
"kind": "class",
|
25020
|
-
"description": "",
|
25021
|
-
"name": "CustomHandler",
|
25022
|
-
"members": [
|
25124
|
+
},
|
25023
25125
|
{
|
25024
25126
|
"kind": "method",
|
25025
|
-
"name": "
|
25026
|
-
"privacy": "
|
25127
|
+
"name": "createInput",
|
25128
|
+
"privacy": "private",
|
25027
25129
|
"static": true,
|
25028
25130
|
"parameters": [
|
25029
25131
|
{
|
25030
|
-
"name": "
|
25132
|
+
"name": "placeholderText",
|
25133
|
+
"optional": true,
|
25031
25134
|
"type": {
|
25032
|
-
"text": "
|
25135
|
+
"text": "string"
|
25033
25136
|
}
|
25034
|
-
}
|
25137
|
+
}
|
25138
|
+
]
|
25139
|
+
},
|
25140
|
+
{
|
25141
|
+
"kind": "method",
|
25142
|
+
"name": "createContents",
|
25143
|
+
"privacy": "private",
|
25144
|
+
"static": true,
|
25145
|
+
"parameters": [
|
25035
25146
|
{
|
25036
|
-
"name": "
|
25147
|
+
"name": "changeToChat",
|
25037
25148
|
"type": {
|
25038
|
-
"text": "
|
25149
|
+
"text": "() => void"
|
25039
25150
|
}
|
25040
25151
|
},
|
25041
25152
|
{
|
25042
|
-
"name": "
|
25153
|
+
"name": "serviceIO",
|
25043
25154
|
"type": {
|
25044
|
-
"text": "
|
25155
|
+
"text": "ServiceIO"
|
25045
25156
|
}
|
25046
25157
|
}
|
25047
25158
|
]
|
25048
25159
|
},
|
25049
25160
|
{
|
25050
25161
|
"kind": "method",
|
25051
|
-
"name": "
|
25052
|
-
"privacy": "
|
25162
|
+
"name": "createElements",
|
25163
|
+
"privacy": "private",
|
25053
25164
|
"static": true,
|
25054
25165
|
"parameters": [
|
25055
25166
|
{
|
25056
|
-
"name": "
|
25057
|
-
"type": {
|
25058
|
-
"text": "ServiceIO"
|
25059
|
-
}
|
25060
|
-
},
|
25061
|
-
{
|
25062
|
-
"name": "body",
|
25167
|
+
"name": "changeToChat",
|
25063
25168
|
"type": {
|
25064
|
-
"text": "
|
25169
|
+
"text": "() => void"
|
25065
25170
|
}
|
25066
25171
|
},
|
25067
25172
|
{
|
25068
|
-
"name": "
|
25173
|
+
"name": "serviceIO",
|
25069
25174
|
"type": {
|
25070
|
-
"text": "
|
25175
|
+
"text": "ServiceIO"
|
25071
25176
|
}
|
25072
25177
|
}
|
25073
25178
|
]
|
25074
25179
|
},
|
25075
25180
|
{
|
25076
25181
|
"kind": "method",
|
25077
|
-
"name": "
|
25182
|
+
"name": "render",
|
25078
25183
|
"privacy": "public",
|
25079
25184
|
"static": true,
|
25080
25185
|
"parameters": [
|
25081
25186
|
{
|
25082
|
-
"name": "
|
25187
|
+
"name": "containerRef",
|
25083
25188
|
"type": {
|
25084
|
-
"text": "
|
25189
|
+
"text": "HTMLElement"
|
25085
25190
|
}
|
25086
25191
|
},
|
25087
25192
|
{
|
25088
|
-
"name": "
|
25193
|
+
"name": "changeToChat",
|
25089
25194
|
"type": {
|
25090
|
-
"text": "
|
25195
|
+
"text": "() => void"
|
25196
|
+
}
|
25197
|
+
},
|
25198
|
+
{
|
25199
|
+
"name": "serviceIO",
|
25200
|
+
"type": {
|
25201
|
+
"text": "ServiceIO"
|
25091
25202
|
}
|
25092
25203
|
}
|
25093
25204
|
]
|
25094
|
-
},
|
25095
|
-
{
|
25096
|
-
"kind": "method",
|
25097
|
-
"name": "generateOptionalSignals",
|
25098
|
-
"privacy": "private",
|
25099
|
-
"static": true
|
25100
25205
|
}
|
25101
25206
|
]
|
25102
25207
|
}
|
@@ -25104,111 +25209,585 @@
|
|
25104
25209
|
"exports": [
|
25105
25210
|
{
|
25106
25211
|
"kind": "js",
|
25107
|
-
"name": "
|
25212
|
+
"name": "InsertKeyView",
|
25108
25213
|
"declaration": {
|
25109
|
-
"name": "
|
25110
|
-
"module": "src/
|
25214
|
+
"name": "InsertKeyView",
|
25215
|
+
"module": "src/views/insertKey/insertKeyView.ts"
|
25111
25216
|
}
|
25112
25217
|
}
|
25113
25218
|
]
|
25114
25219
|
},
|
25115
25220
|
{
|
25116
25221
|
"kind": "javascript-module",
|
25117
|
-
"path": "src/
|
25222
|
+
"path": "src/views/insertKey/visibilityIcon.ts",
|
25118
25223
|
"declarations": [
|
25119
25224
|
{
|
25120
25225
|
"kind": "class",
|
25121
25226
|
"description": "",
|
25122
|
-
"name": "
|
25227
|
+
"name": "VisibilityIcon",
|
25123
25228
|
"members": [
|
25124
25229
|
{
|
25125
25230
|
"kind": "field",
|
25126
|
-
"name": "
|
25231
|
+
"name": "VISIBLE_ICON_ID",
|
25127
25232
|
"type": {
|
25128
25233
|
"text": "string"
|
25129
25234
|
},
|
25130
|
-
"privacy": "
|
25235
|
+
"privacy": "private",
|
25131
25236
|
"static": true,
|
25132
|
-
"default": "'
|
25237
|
+
"default": "'visible-icon'"
|
25133
25238
|
},
|
25134
25239
|
{
|
25135
25240
|
"kind": "method",
|
25136
|
-
"name": "
|
25137
|
-
"privacy": "
|
25241
|
+
"name": "changeVisibility",
|
25242
|
+
"privacy": "private",
|
25138
25243
|
"static": true,
|
25139
25244
|
"parameters": [
|
25140
25245
|
{
|
25141
|
-
"name": "
|
25246
|
+
"name": "inputElement",
|
25142
25247
|
"type": {
|
25143
|
-
"text": "
|
25248
|
+
"text": "HTMLInputElement"
|
25144
25249
|
}
|
25145
25250
|
},
|
25146
25251
|
{
|
25147
|
-
"name": "
|
25252
|
+
"name": "visibleIcon",
|
25148
25253
|
"type": {
|
25149
|
-
"text": "
|
25254
|
+
"text": "SVGGraphicsElement"
|
25150
25255
|
}
|
25151
25256
|
},
|
25152
25257
|
{
|
25153
|
-
"name": "
|
25258
|
+
"name": "notVisibleIcon",
|
25154
25259
|
"type": {
|
25155
|
-
"text": "
|
25260
|
+
"text": "SVGGraphicsElement"
|
25261
|
+
}
|
25262
|
+
},
|
25263
|
+
{
|
25264
|
+
"name": "event",
|
25265
|
+
"type": {
|
25266
|
+
"text": "MouseEvent"
|
25156
25267
|
}
|
25157
25268
|
}
|
25158
25269
|
]
|
25159
25270
|
},
|
25160
25271
|
{
|
25161
25272
|
"kind": "method",
|
25162
|
-
"name": "
|
25163
|
-
"privacy": "
|
25273
|
+
"name": "createIconElement",
|
25274
|
+
"privacy": "private",
|
25164
25275
|
"static": true,
|
25165
25276
|
"parameters": [
|
25166
25277
|
{
|
25167
|
-
"name": "
|
25278
|
+
"name": "iconString",
|
25168
25279
|
"type": {
|
25169
|
-
"text": "
|
25280
|
+
"text": "string"
|
25170
25281
|
}
|
25171
25282
|
},
|
25172
25283
|
{
|
25173
|
-
"name": "
|
25284
|
+
"name": "id",
|
25174
25285
|
"type": {
|
25175
|
-
"text": "
|
25286
|
+
"text": "string"
|
25176
25287
|
}
|
25177
|
-
},
|
25178
|
-
{
|
25179
|
-
"name": "defMessage",
|
25180
|
-
"default": "'Service error, please try again.'"
|
25181
25288
|
}
|
25182
25289
|
]
|
25183
25290
|
},
|
25184
25291
|
{
|
25185
25292
|
"kind": "method",
|
25186
|
-
"name": "
|
25293
|
+
"name": "create",
|
25187
25294
|
"privacy": "public",
|
25188
25295
|
"static": true,
|
25189
25296
|
"parameters": [
|
25190
25297
|
{
|
25191
|
-
"name": "
|
25192
|
-
"type": {
|
25193
|
-
"text": "ServiceIO"
|
25194
|
-
}
|
25195
|
-
},
|
25196
|
-
{
|
25197
|
-
"name": "headers",
|
25198
|
-
"type": {
|
25199
|
-
"text": "GenericObject<string> | undefined"
|
25200
|
-
}
|
25201
|
-
},
|
25202
|
-
{
|
25203
|
-
"name": "stringifyBody",
|
25298
|
+
"name": "inputElement",
|
25204
25299
|
"type": {
|
25205
|
-
"text": "
|
25300
|
+
"text": "HTMLInputElement"
|
25206
25301
|
}
|
25207
|
-
}
|
25208
|
-
|
25209
|
-
|
25210
|
-
|
25211
|
-
|
25302
|
+
}
|
25303
|
+
]
|
25304
|
+
}
|
25305
|
+
]
|
25306
|
+
}
|
25307
|
+
],
|
25308
|
+
"exports": [
|
25309
|
+
{
|
25310
|
+
"kind": "js",
|
25311
|
+
"name": "VisibilityIcon",
|
25312
|
+
"declaration": {
|
25313
|
+
"name": "VisibilityIcon",
|
25314
|
+
"module": "src/views/insertKey/visibilityIcon.ts"
|
25315
|
+
}
|
25316
|
+
}
|
25317
|
+
]
|
25318
|
+
},
|
25319
|
+
{
|
25320
|
+
"kind": "javascript-module",
|
25321
|
+
"path": "src/views/validateKeyProperty/validateKeyPropertyView.ts",
|
25322
|
+
"declarations": [
|
25323
|
+
{
|
25324
|
+
"kind": "class",
|
25325
|
+
"description": "",
|
25326
|
+
"name": "ValidateKeyPropertyView",
|
25327
|
+
"members": [
|
25328
|
+
{
|
25329
|
+
"kind": "method",
|
25330
|
+
"name": "onLoad",
|
25331
|
+
"privacy": "private",
|
25332
|
+
"static": true,
|
25333
|
+
"parameters": [
|
25334
|
+
{
|
25335
|
+
"name": "startElement",
|
25336
|
+
"type": {
|
25337
|
+
"text": "HTMLElement"
|
25338
|
+
}
|
25339
|
+
}
|
25340
|
+
]
|
25341
|
+
},
|
25342
|
+
{
|
25343
|
+
"kind": "method",
|
25344
|
+
"name": "createElements",
|
25345
|
+
"privacy": "private",
|
25346
|
+
"static": true
|
25347
|
+
},
|
25348
|
+
{
|
25349
|
+
"kind": "method",
|
25350
|
+
"name": "render",
|
25351
|
+
"privacy": "public",
|
25352
|
+
"static": true,
|
25353
|
+
"parameters": [
|
25354
|
+
{
|
25355
|
+
"name": "containerRef",
|
25356
|
+
"type": {
|
25357
|
+
"text": "HTMLElement"
|
25358
|
+
}
|
25359
|
+
},
|
25360
|
+
{
|
25361
|
+
"name": "changeToChat",
|
25362
|
+
"type": {
|
25363
|
+
"text": "() => void"
|
25364
|
+
}
|
25365
|
+
},
|
25366
|
+
{
|
25367
|
+
"name": "serviceIO",
|
25368
|
+
"type": {
|
25369
|
+
"text": "ServiceIO"
|
25370
|
+
}
|
25371
|
+
}
|
25372
|
+
]
|
25373
|
+
}
|
25374
|
+
]
|
25375
|
+
}
|
25376
|
+
],
|
25377
|
+
"exports": [
|
25378
|
+
{
|
25379
|
+
"kind": "js",
|
25380
|
+
"name": "ValidateKeyPropertyView",
|
25381
|
+
"declaration": {
|
25382
|
+
"name": "ValidateKeyPropertyView",
|
25383
|
+
"module": "src/views/validateKeyProperty/validateKeyPropertyView.ts"
|
25384
|
+
}
|
25385
|
+
}
|
25386
|
+
]
|
25387
|
+
},
|
25388
|
+
{
|
25389
|
+
"kind": "javascript-module",
|
25390
|
+
"path": "src/utils/HTTP/HTTPRequest.ts",
|
25391
|
+
"declarations": [
|
25392
|
+
{
|
25393
|
+
"kind": "class",
|
25394
|
+
"description": "",
|
25395
|
+
"name": "HTTPRequest",
|
25396
|
+
"members": [
|
25397
|
+
{
|
25398
|
+
"kind": "method",
|
25399
|
+
"name": "request",
|
25400
|
+
"privacy": "public",
|
25401
|
+
"static": true,
|
25402
|
+
"parameters": [
|
25403
|
+
{
|
25404
|
+
"name": "io",
|
25405
|
+
"type": {
|
25406
|
+
"text": "ServiceIO"
|
25407
|
+
}
|
25408
|
+
},
|
25409
|
+
{
|
25410
|
+
"name": "body",
|
25411
|
+
"type": {
|
25412
|
+
"text": "object"
|
25413
|
+
}
|
25414
|
+
},
|
25415
|
+
{
|
25416
|
+
"name": "messages",
|
25417
|
+
"type": {
|
25418
|
+
"text": "Messages"
|
25419
|
+
}
|
25420
|
+
},
|
25421
|
+
{
|
25422
|
+
"name": "stringifyBody",
|
25423
|
+
"default": "true"
|
25424
|
+
}
|
25425
|
+
]
|
25426
|
+
},
|
25427
|
+
{
|
25428
|
+
"kind": "method",
|
25429
|
+
"name": "executePollRequest",
|
25430
|
+
"privacy": "public",
|
25431
|
+
"static": true,
|
25432
|
+
"parameters": [
|
25433
|
+
{
|
25434
|
+
"name": "io",
|
25435
|
+
"type": {
|
25436
|
+
"text": "ServiceIO"
|
25437
|
+
}
|
25438
|
+
},
|
25439
|
+
{
|
25440
|
+
"name": "url",
|
25441
|
+
"type": {
|
25442
|
+
"text": "string"
|
25443
|
+
}
|
25444
|
+
},
|
25445
|
+
{
|
25446
|
+
"name": "requestInit",
|
25447
|
+
"type": {
|
25448
|
+
"text": "RequestInit"
|
25449
|
+
}
|
25450
|
+
},
|
25451
|
+
{
|
25452
|
+
"name": "messages",
|
25453
|
+
"type": {
|
25454
|
+
"text": "Messages"
|
25455
|
+
}
|
25456
|
+
}
|
25457
|
+
]
|
25458
|
+
},
|
25459
|
+
{
|
25460
|
+
"kind": "method",
|
25461
|
+
"name": "poll",
|
25462
|
+
"privacy": "public",
|
25463
|
+
"static": true,
|
25464
|
+
"parameters": [
|
25465
|
+
{
|
25466
|
+
"name": "io",
|
25467
|
+
"type": {
|
25468
|
+
"text": "ServiceIO"
|
25469
|
+
}
|
25470
|
+
},
|
25471
|
+
{
|
25472
|
+
"name": "body",
|
25473
|
+
"type": {
|
25474
|
+
"text": "object"
|
25475
|
+
}
|
25476
|
+
},
|
25477
|
+
{
|
25478
|
+
"name": "messages",
|
25479
|
+
"type": {
|
25480
|
+
"text": "Messages"
|
25481
|
+
}
|
25482
|
+
},
|
25483
|
+
{
|
25484
|
+
"name": "stringifyBody",
|
25485
|
+
"default": "true"
|
25486
|
+
}
|
25487
|
+
]
|
25488
|
+
},
|
25489
|
+
{
|
25490
|
+
"kind": "method",
|
25491
|
+
"name": "onInterceptorError",
|
25492
|
+
"privacy": "private",
|
25493
|
+
"static": true,
|
25494
|
+
"parameters": [
|
25495
|
+
{
|
25496
|
+
"name": "messages",
|
25497
|
+
"type": {
|
25498
|
+
"text": "Messages"
|
25499
|
+
}
|
25500
|
+
},
|
25501
|
+
{
|
25502
|
+
"name": "error",
|
25503
|
+
"type": {
|
25504
|
+
"text": "string"
|
25505
|
+
}
|
25506
|
+
},
|
25507
|
+
{
|
25508
|
+
"name": "onFinish",
|
25509
|
+
"optional": true,
|
25510
|
+
"type": {
|
25511
|
+
"text": "() => void"
|
25512
|
+
}
|
25513
|
+
}
|
25514
|
+
]
|
25515
|
+
},
|
25516
|
+
{
|
25517
|
+
"kind": "method",
|
25518
|
+
"name": "verifyKey",
|
25519
|
+
"privacy": "public",
|
25520
|
+
"static": true,
|
25521
|
+
"parameters": [
|
25522
|
+
{
|
25523
|
+
"name": "key",
|
25524
|
+
"type": {
|
25525
|
+
"text": "string"
|
25526
|
+
}
|
25527
|
+
},
|
25528
|
+
{
|
25529
|
+
"name": "url",
|
25530
|
+
"type": {
|
25531
|
+
"text": "string"
|
25532
|
+
}
|
25533
|
+
},
|
25534
|
+
{
|
25535
|
+
"name": "headers",
|
25536
|
+
"type": {
|
25537
|
+
"text": "HeadersInit"
|
25538
|
+
}
|
25539
|
+
},
|
25540
|
+
{
|
25541
|
+
"name": "method",
|
25542
|
+
"type": {
|
25543
|
+
"text": "string"
|
25544
|
+
}
|
25545
|
+
},
|
25546
|
+
{
|
25547
|
+
"name": "onSuccess",
|
25548
|
+
"type": {
|
25549
|
+
"text": "(key: string) => void"
|
25550
|
+
}
|
25551
|
+
},
|
25552
|
+
{
|
25553
|
+
"name": "onFail",
|
25554
|
+
"type": {
|
25555
|
+
"text": "(message: string) => void"
|
25556
|
+
}
|
25557
|
+
},
|
25558
|
+
{
|
25559
|
+
"name": "onLoad",
|
25560
|
+
"type": {
|
25561
|
+
"text": "() => void"
|
25562
|
+
}
|
25563
|
+
},
|
25564
|
+
{
|
25565
|
+
"name": "handleVerificationResult",
|
25566
|
+
"type": {
|
25567
|
+
"text": "HandleVerificationResult"
|
25568
|
+
}
|
25569
|
+
},
|
25570
|
+
{
|
25571
|
+
"name": "body",
|
25572
|
+
"optional": true,
|
25573
|
+
"type": {
|
25574
|
+
"text": "string"
|
25575
|
+
}
|
25576
|
+
}
|
25577
|
+
]
|
25578
|
+
}
|
25579
|
+
]
|
25580
|
+
}
|
25581
|
+
],
|
25582
|
+
"exports": [
|
25583
|
+
{
|
25584
|
+
"kind": "js",
|
25585
|
+
"name": "HTTPRequest",
|
25586
|
+
"declaration": {
|
25587
|
+
"name": "HTTPRequest",
|
25588
|
+
"module": "src/utils/HTTP/HTTPRequest.ts"
|
25589
|
+
}
|
25590
|
+
}
|
25591
|
+
]
|
25592
|
+
},
|
25593
|
+
{
|
25594
|
+
"kind": "javascript-module",
|
25595
|
+
"path": "src/utils/HTTP/customHandler.ts",
|
25596
|
+
"declarations": [
|
25597
|
+
{
|
25598
|
+
"kind": "class",
|
25599
|
+
"description": "",
|
25600
|
+
"name": "CustomHandler",
|
25601
|
+
"members": [
|
25602
|
+
{
|
25603
|
+
"kind": "method",
|
25604
|
+
"name": "request",
|
25605
|
+
"privacy": "public",
|
25606
|
+
"static": true,
|
25607
|
+
"parameters": [
|
25608
|
+
{
|
25609
|
+
"name": "io",
|
25610
|
+
"type": {
|
25611
|
+
"text": "ServiceIO"
|
25612
|
+
}
|
25613
|
+
},
|
25614
|
+
{
|
25615
|
+
"name": "body",
|
25616
|
+
"type": {
|
25617
|
+
"text": "RequestDetails['body']"
|
25618
|
+
}
|
25619
|
+
},
|
25620
|
+
{
|
25621
|
+
"name": "messages",
|
25622
|
+
"type": {
|
25623
|
+
"text": "Messages"
|
25624
|
+
}
|
25625
|
+
}
|
25626
|
+
]
|
25627
|
+
},
|
25628
|
+
{
|
25629
|
+
"kind": "method",
|
25630
|
+
"name": "stream",
|
25631
|
+
"privacy": "public",
|
25632
|
+
"static": true,
|
25633
|
+
"parameters": [
|
25634
|
+
{
|
25635
|
+
"name": "io",
|
25636
|
+
"type": {
|
25637
|
+
"text": "ServiceIO"
|
25638
|
+
}
|
25639
|
+
},
|
25640
|
+
{
|
25641
|
+
"name": "body",
|
25642
|
+
"type": {
|
25643
|
+
"text": "RequestDetails['body']"
|
25644
|
+
}
|
25645
|
+
},
|
25646
|
+
{
|
25647
|
+
"name": "messages",
|
25648
|
+
"type": {
|
25649
|
+
"text": "Messages"
|
25650
|
+
}
|
25651
|
+
}
|
25652
|
+
]
|
25653
|
+
},
|
25654
|
+
{
|
25655
|
+
"kind": "method",
|
25656
|
+
"name": "websocket",
|
25657
|
+
"privacy": "public",
|
25658
|
+
"static": true,
|
25659
|
+
"parameters": [
|
25660
|
+
{
|
25661
|
+
"name": "io",
|
25662
|
+
"type": {
|
25663
|
+
"text": "ServiceIO"
|
25664
|
+
}
|
25665
|
+
},
|
25666
|
+
{
|
25667
|
+
"name": "messages",
|
25668
|
+
"type": {
|
25669
|
+
"text": "Messages"
|
25670
|
+
}
|
25671
|
+
}
|
25672
|
+
]
|
25673
|
+
},
|
25674
|
+
{
|
25675
|
+
"kind": "method",
|
25676
|
+
"name": "generateOptionalSignals",
|
25677
|
+
"privacy": "private",
|
25678
|
+
"static": true
|
25679
|
+
}
|
25680
|
+
]
|
25681
|
+
}
|
25682
|
+
],
|
25683
|
+
"exports": [
|
25684
|
+
{
|
25685
|
+
"kind": "js",
|
25686
|
+
"name": "CustomHandler",
|
25687
|
+
"declaration": {
|
25688
|
+
"name": "CustomHandler",
|
25689
|
+
"module": "src/utils/HTTP/customHandler.ts"
|
25690
|
+
}
|
25691
|
+
}
|
25692
|
+
]
|
25693
|
+
},
|
25694
|
+
{
|
25695
|
+
"kind": "javascript-module",
|
25696
|
+
"path": "src/utils/HTTP/requestUtils.ts",
|
25697
|
+
"declarations": [
|
25698
|
+
{
|
25699
|
+
"kind": "class",
|
25700
|
+
"description": "",
|
25701
|
+
"name": "RequestUtils",
|
25702
|
+
"members": [
|
25703
|
+
{
|
25704
|
+
"kind": "field",
|
25705
|
+
"name": "CONTENT_TYPE",
|
25706
|
+
"type": {
|
25707
|
+
"text": "string"
|
25708
|
+
},
|
25709
|
+
"privacy": "public",
|
25710
|
+
"static": true,
|
25711
|
+
"default": "'Content-Type'"
|
25712
|
+
},
|
25713
|
+
{
|
25714
|
+
"kind": "method",
|
25715
|
+
"name": "tempRemoveContentHeader",
|
25716
|
+
"privacy": "public",
|
25717
|
+
"static": true,
|
25718
|
+
"parameters": [
|
25719
|
+
{
|
25720
|
+
"name": "requestSettings",
|
25721
|
+
"type": {
|
25722
|
+
"text": "Request | undefined"
|
25723
|
+
}
|
25724
|
+
},
|
25725
|
+
{
|
25726
|
+
"name": "request",
|
25727
|
+
"type": {
|
25728
|
+
"text": "(stringifyBody?: boolean) => Promise<unknown>"
|
25729
|
+
}
|
25730
|
+
},
|
25731
|
+
{
|
25732
|
+
"name": "stringifyBody",
|
25733
|
+
"type": {
|
25734
|
+
"text": "boolean"
|
25735
|
+
}
|
25736
|
+
}
|
25737
|
+
]
|
25738
|
+
},
|
25739
|
+
{
|
25740
|
+
"kind": "method",
|
25741
|
+
"name": "displayError",
|
25742
|
+
"privacy": "public",
|
25743
|
+
"static": true,
|
25744
|
+
"parameters": [
|
25745
|
+
{
|
25746
|
+
"name": "messages",
|
25747
|
+
"type": {
|
25748
|
+
"text": "Messages"
|
25749
|
+
}
|
25750
|
+
},
|
25751
|
+
{
|
25752
|
+
"name": "err",
|
25753
|
+
"type": {
|
25754
|
+
"text": "object"
|
25755
|
+
}
|
25756
|
+
},
|
25757
|
+
{
|
25758
|
+
"name": "defMessage",
|
25759
|
+
"default": "'Service error, please try again.'"
|
25760
|
+
}
|
25761
|
+
]
|
25762
|
+
},
|
25763
|
+
{
|
25764
|
+
"kind": "method",
|
25765
|
+
"name": "fetch",
|
25766
|
+
"privacy": "public",
|
25767
|
+
"static": true,
|
25768
|
+
"parameters": [
|
25769
|
+
{
|
25770
|
+
"name": "io",
|
25771
|
+
"type": {
|
25772
|
+
"text": "ServiceIO"
|
25773
|
+
}
|
25774
|
+
},
|
25775
|
+
{
|
25776
|
+
"name": "headers",
|
25777
|
+
"type": {
|
25778
|
+
"text": "GenericObject<string> | undefined"
|
25779
|
+
}
|
25780
|
+
},
|
25781
|
+
{
|
25782
|
+
"name": "stringifyBody",
|
25783
|
+
"type": {
|
25784
|
+
"text": "boolean"
|
25785
|
+
}
|
25786
|
+
},
|
25787
|
+
{
|
25788
|
+
"name": "body",
|
25789
|
+
"type": {
|
25790
|
+
"text": "any"
|
25212
25791
|
}
|
25213
25792
|
}
|
25214
25793
|
]
|
@@ -27029,115 +27608,89 @@
|
|
27029
27608
|
},
|
27030
27609
|
{
|
27031
27610
|
"kind": "javascript-module",
|
27032
|
-
"path": "src/
|
27611
|
+
"path": "src/services/assemblyAI/utils/assemblyAIUtils.ts",
|
27033
27612
|
"declarations": [
|
27034
27613
|
{
|
27035
27614
|
"kind": "class",
|
27036
27615
|
"description": "",
|
27037
|
-
"name": "
|
27616
|
+
"name": "AssemblyAIUtils",
|
27038
27617
|
"members": [
|
27039
27618
|
{
|
27040
27619
|
"kind": "method",
|
27041
|
-
"name": "
|
27042
|
-
"privacy": "
|
27620
|
+
"name": "poll",
|
27621
|
+
"privacy": "public",
|
27043
27622
|
"static": true,
|
27044
27623
|
"parameters": [
|
27045
27624
|
{
|
27046
|
-
"name": "
|
27625
|
+
"name": "api_token",
|
27047
27626
|
"type": {
|
27048
|
-
"text": "
|
27627
|
+
"text": "string"
|
27049
27628
|
}
|
27050
27629
|
},
|
27051
27630
|
{
|
27052
|
-
"name": "
|
27631
|
+
"name": "audio_url",
|
27053
27632
|
"type": {
|
27054
|
-
"text": "
|
27633
|
+
"text": "string"
|
27055
27634
|
}
|
27056
|
-
}
|
27635
|
+
}
|
27636
|
+
]
|
27637
|
+
},
|
27638
|
+
{
|
27639
|
+
"kind": "method",
|
27640
|
+
"name": "buildHeaders",
|
27641
|
+
"privacy": "public",
|
27642
|
+
"static": true,
|
27643
|
+
"parameters": [
|
27057
27644
|
{
|
27058
|
-
"name": "
|
27059
|
-
"optional": true,
|
27645
|
+
"name": "key",
|
27060
27646
|
"type": {
|
27061
|
-
"text": "
|
27647
|
+
"text": "string"
|
27062
27648
|
}
|
27063
27649
|
}
|
27064
27650
|
]
|
27065
27651
|
},
|
27066
27652
|
{
|
27067
27653
|
"kind": "method",
|
27068
|
-
"name": "
|
27069
|
-
"privacy": "
|
27654
|
+
"name": "handleVerificationResult",
|
27655
|
+
"privacy": "private",
|
27070
27656
|
"static": true,
|
27071
27657
|
"parameters": [
|
27072
27658
|
{
|
27073
|
-
"name": "
|
27659
|
+
"name": "result",
|
27074
27660
|
"type": {
|
27075
|
-
"text": "
|
27661
|
+
"text": "object"
|
27076
27662
|
}
|
27077
27663
|
},
|
27078
27664
|
{
|
27079
|
-
"name": "
|
27665
|
+
"name": "key",
|
27080
27666
|
"type": {
|
27081
|
-
"text": "
|
27667
|
+
"text": "string"
|
27082
27668
|
}
|
27083
27669
|
},
|
27084
27670
|
{
|
27085
|
-
"name": "
|
27671
|
+
"name": "onSuccess",
|
27086
27672
|
"type": {
|
27087
|
-
"text": "
|
27673
|
+
"text": "(key: string) => void"
|
27088
27674
|
}
|
27089
27675
|
},
|
27090
27676
|
{
|
27091
|
-
"name": "
|
27092
|
-
"optional": true,
|
27677
|
+
"name": "onFail",
|
27093
27678
|
"type": {
|
27094
|
-
"text": "
|
27679
|
+
"text": "(message: string) => void"
|
27095
27680
|
}
|
27096
27681
|
}
|
27097
27682
|
]
|
27098
|
-
}
|
27099
|
-
]
|
27100
|
-
}
|
27101
|
-
],
|
27102
|
-
"exports": [
|
27103
|
-
{
|
27104
|
-
"kind": "js",
|
27105
|
-
"name": "ChatView",
|
27106
|
-
"declaration": {
|
27107
|
-
"name": "ChatView",
|
27108
|
-
"module": "src/views/chat/chatView.ts"
|
27109
|
-
}
|
27110
|
-
}
|
27111
|
-
]
|
27112
|
-
},
|
27113
|
-
{
|
27114
|
-
"kind": "javascript-module",
|
27115
|
-
"path": "src/views/error/errorView.ts",
|
27116
|
-
"declarations": [
|
27117
|
-
{
|
27118
|
-
"kind": "class",
|
27119
|
-
"description": "",
|
27120
|
-
"name": "ErrorView",
|
27121
|
-
"members": [
|
27683
|
+
},
|
27122
27684
|
{
|
27123
27685
|
"kind": "method",
|
27124
|
-
"name": "
|
27686
|
+
"name": "buildKeyVerificationDetails",
|
27125
27687
|
"privacy": "public",
|
27126
27688
|
"static": true,
|
27127
|
-
"
|
27128
|
-
{
|
27129
|
-
"
|
27130
|
-
"type": {
|
27131
|
-
"text": "HTMLElement"
|
27132
|
-
}
|
27133
|
-
},
|
27134
|
-
{
|
27135
|
-
"name": "text",
|
27136
|
-
"type": {
|
27137
|
-
"text": "string"
|
27138
|
-
}
|
27689
|
+
"return": {
|
27690
|
+
"type": {
|
27691
|
+
"text": "KeyVerificationDetails"
|
27139
27692
|
}
|
27140
|
-
|
27693
|
+
}
|
27141
27694
|
}
|
27142
27695
|
]
|
27143
27696
|
}
|
@@ -27145,37 +27698,37 @@
|
|
27145
27698
|
"exports": [
|
27146
27699
|
{
|
27147
27700
|
"kind": "js",
|
27148
|
-
"name": "
|
27701
|
+
"name": "AssemblyAIUtils",
|
27149
27702
|
"declaration": {
|
27150
|
-
"name": "
|
27151
|
-
"module": "src/
|
27703
|
+
"name": "AssemblyAIUtils",
|
27704
|
+
"module": "src/services/assemblyAI/utils/assemblyAIUtils.ts"
|
27152
27705
|
}
|
27153
27706
|
}
|
27154
27707
|
]
|
27155
27708
|
},
|
27156
27709
|
{
|
27157
27710
|
"kind": "javascript-module",
|
27158
|
-
"path": "src/
|
27711
|
+
"path": "src/services/azure/utils/azureUtils.ts",
|
27159
27712
|
"declarations": [
|
27160
27713
|
{
|
27161
27714
|
"kind": "class",
|
27162
27715
|
"description": "",
|
27163
|
-
"name": "
|
27716
|
+
"name": "AzureUtils",
|
27164
27717
|
"members": [
|
27165
27718
|
{
|
27166
27719
|
"kind": "method",
|
27167
|
-
"name": "
|
27168
|
-
"privacy": "
|
27169
|
-
"static": true
|
27170
|
-
},
|
27171
|
-
{
|
27172
|
-
"kind": "method",
|
27173
|
-
"name": "createHelpLink",
|
27174
|
-
"privacy": "private",
|
27720
|
+
"name": "buildTextToSpeechHeaders",
|
27721
|
+
"privacy": "public",
|
27175
27722
|
"static": true,
|
27176
27723
|
"parameters": [
|
27177
27724
|
{
|
27178
|
-
"name": "
|
27725
|
+
"name": "outputFormat",
|
27726
|
+
"type": {
|
27727
|
+
"text": "string"
|
27728
|
+
}
|
27729
|
+
},
|
27730
|
+
{
|
27731
|
+
"name": "key",
|
27179
27732
|
"type": {
|
27180
27733
|
"text": "string"
|
27181
27734
|
}
|
@@ -27184,242 +27737,202 @@
|
|
27184
27737
|
},
|
27185
27738
|
{
|
27186
27739
|
"kind": "method",
|
27187
|
-
"name": "
|
27188
|
-
"privacy": "
|
27189
|
-
"static": true
|
27190
|
-
},
|
27191
|
-
{
|
27192
|
-
"kind": "method",
|
27193
|
-
"name": "createHelpTextContainer",
|
27194
|
-
"privacy": "private",
|
27740
|
+
"name": "buildSpeechToTextHeaders",
|
27741
|
+
"privacy": "public",
|
27195
27742
|
"static": true,
|
27196
27743
|
"parameters": [
|
27197
27744
|
{
|
27198
|
-
"name": "
|
27199
|
-
"optional": true,
|
27745
|
+
"name": "key",
|
27200
27746
|
"type": {
|
27201
27747
|
"text": "string"
|
27202
27748
|
}
|
27203
|
-
},
|
27204
|
-
{
|
27205
|
-
"name": "displayCaution",
|
27206
|
-
"default": "true"
|
27207
27749
|
}
|
27208
27750
|
]
|
27209
27751
|
},
|
27210
27752
|
{
|
27211
27753
|
"kind": "method",
|
27212
|
-
"name": "
|
27754
|
+
"name": "handleSpeechVerificationResult",
|
27213
27755
|
"privacy": "private",
|
27214
27756
|
"static": true,
|
27215
27757
|
"parameters": [
|
27216
27758
|
{
|
27217
|
-
"name": "
|
27759
|
+
"name": "result",
|
27218
27760
|
"type": {
|
27219
|
-
"text": "
|
27761
|
+
"text": "object"
|
27220
27762
|
}
|
27221
27763
|
},
|
27222
27764
|
{
|
27223
|
-
"name": "
|
27765
|
+
"name": "key",
|
27224
27766
|
"type": {
|
27225
|
-
"text": "
|
27767
|
+
"text": "string"
|
27226
27768
|
}
|
27227
27769
|
},
|
27228
27770
|
{
|
27229
|
-
"name": "
|
27771
|
+
"name": "onSuccess",
|
27230
27772
|
"type": {
|
27231
|
-
"text": "
|
27773
|
+
"text": "(key: string) => void"
|
27232
27774
|
}
|
27233
27775
|
},
|
27234
27776
|
{
|
27235
|
-
"name": "
|
27777
|
+
"name": "onFail",
|
27236
27778
|
"type": {
|
27237
|
-
"text": "string"
|
27779
|
+
"text": "(message: string) => void"
|
27238
27780
|
}
|
27239
27781
|
}
|
27240
27782
|
]
|
27241
27783
|
},
|
27242
27784
|
{
|
27243
27785
|
"kind": "method",
|
27244
|
-
"name": "
|
27245
|
-
"privacy": "
|
27786
|
+
"name": "buildSpeechKeyVerificationDetails",
|
27787
|
+
"privacy": "public",
|
27246
27788
|
"static": true,
|
27789
|
+
"return": {
|
27790
|
+
"type": {
|
27791
|
+
"text": "KeyVerificationDetails"
|
27792
|
+
}
|
27793
|
+
},
|
27247
27794
|
"parameters": [
|
27248
27795
|
{
|
27249
|
-
"name": "
|
27250
|
-
"type": {
|
27251
|
-
"text": "HTMLInputElement"
|
27252
|
-
}
|
27253
|
-
},
|
27254
|
-
{
|
27255
|
-
"name": "startEl",
|
27796
|
+
"name": "region",
|
27256
27797
|
"type": {
|
27257
|
-
"text": "
|
27798
|
+
"text": "string"
|
27258
27799
|
}
|
27259
27800
|
}
|
27260
27801
|
]
|
27261
27802
|
},
|
27262
27803
|
{
|
27263
27804
|
"kind": "method",
|
27264
|
-
"name": "
|
27265
|
-
"privacy": "
|
27805
|
+
"name": "buildSummarizationHeader",
|
27806
|
+
"privacy": "public",
|
27266
27807
|
"static": true,
|
27267
27808
|
"parameters": [
|
27268
27809
|
{
|
27269
|
-
"name": "
|
27270
|
-
"type": {
|
27271
|
-
"text": "HTMLInputElement"
|
27272
|
-
}
|
27273
|
-
},
|
27274
|
-
{
|
27275
|
-
"name": "keyVerificationHandlers",
|
27276
|
-
"type": {
|
27277
|
-
"text": "KeyVerificationHandlers"
|
27278
|
-
}
|
27279
|
-
},
|
27280
|
-
{
|
27281
|
-
"name": "serviceIO",
|
27810
|
+
"name": "key",
|
27282
27811
|
"type": {
|
27283
|
-
"text": "
|
27812
|
+
"text": "string"
|
27284
27813
|
}
|
27285
27814
|
}
|
27286
27815
|
]
|
27287
27816
|
},
|
27288
27817
|
{
|
27289
27818
|
"kind": "method",
|
27290
|
-
"name": "
|
27819
|
+
"name": "handleLanguageVerificationResult",
|
27291
27820
|
"privacy": "private",
|
27292
27821
|
"static": true,
|
27293
27822
|
"parameters": [
|
27294
27823
|
{
|
27295
|
-
"name": "
|
27296
|
-
"type": {
|
27297
|
-
"text": "HTMLInputElement"
|
27298
|
-
}
|
27299
|
-
},
|
27300
|
-
{
|
27301
|
-
"name": "startEl",
|
27824
|
+
"name": "result",
|
27302
27825
|
"type": {
|
27303
|
-
"text": "
|
27826
|
+
"text": "object"
|
27304
27827
|
}
|
27305
27828
|
},
|
27306
27829
|
{
|
27307
|
-
"name": "
|
27830
|
+
"name": "key",
|
27308
27831
|
"type": {
|
27309
|
-
"text": "
|
27832
|
+
"text": "string"
|
27310
27833
|
}
|
27311
27834
|
},
|
27312
27835
|
{
|
27313
|
-
"name": "
|
27836
|
+
"name": "onSuccess",
|
27314
27837
|
"type": {
|
27315
|
-
"text": "() => void"
|
27838
|
+
"text": "(key: string) => void"
|
27316
27839
|
}
|
27317
27840
|
},
|
27318
27841
|
{
|
27319
|
-
"name": "
|
27842
|
+
"name": "onFail",
|
27320
27843
|
"type": {
|
27321
|
-
"text": "
|
27844
|
+
"text": "(message: string) => void"
|
27322
27845
|
}
|
27323
27846
|
}
|
27324
27847
|
]
|
27325
27848
|
},
|
27326
27849
|
{
|
27327
27850
|
"kind": "method",
|
27328
|
-
"name": "
|
27329
|
-
"privacy": "
|
27330
|
-
"static": true
|
27331
|
-
},
|
27332
|
-
{
|
27333
|
-
"kind": "method",
|
27334
|
-
"name": "onInputFocus",
|
27335
|
-
"privacy": "private",
|
27851
|
+
"name": "buildLanguageKeyVerificationDetails",
|
27852
|
+
"privacy": "public",
|
27336
27853
|
"static": true,
|
27854
|
+
"return": {
|
27855
|
+
"type": {
|
27856
|
+
"text": "KeyVerificationDetails"
|
27857
|
+
}
|
27858
|
+
},
|
27337
27859
|
"parameters": [
|
27338
27860
|
{
|
27339
|
-
"name": "
|
27861
|
+
"name": "endpoint",
|
27340
27862
|
"type": {
|
27341
|
-
"text": "
|
27863
|
+
"text": "string"
|
27342
27864
|
}
|
27343
27865
|
}
|
27344
27866
|
]
|
27345
27867
|
},
|
27346
27868
|
{
|
27347
27869
|
"kind": "method",
|
27348
|
-
"name": "
|
27870
|
+
"name": "handleTranslationVerificationResult",
|
27349
27871
|
"privacy": "private",
|
27350
27872
|
"static": true,
|
27351
27873
|
"parameters": [
|
27352
27874
|
{
|
27353
|
-
"name": "
|
27354
|
-
"
|
27875
|
+
"name": "result",
|
27876
|
+
"type": {
|
27877
|
+
"text": "object"
|
27878
|
+
}
|
27879
|
+
},
|
27880
|
+
{
|
27881
|
+
"name": "key",
|
27355
27882
|
"type": {
|
27356
27883
|
"text": "string"
|
27357
27884
|
}
|
27358
|
-
}
|
27359
|
-
]
|
27360
|
-
},
|
27361
|
-
{
|
27362
|
-
"kind": "method",
|
27363
|
-
"name": "createContents",
|
27364
|
-
"privacy": "private",
|
27365
|
-
"static": true,
|
27366
|
-
"parameters": [
|
27885
|
+
},
|
27367
27886
|
{
|
27368
|
-
"name": "
|
27887
|
+
"name": "onSuccess",
|
27369
27888
|
"type": {
|
27370
|
-
"text": "() => void"
|
27889
|
+
"text": "(key: string) => void"
|
27371
27890
|
}
|
27372
27891
|
},
|
27373
27892
|
{
|
27374
|
-
"name": "
|
27893
|
+
"name": "onFail",
|
27375
27894
|
"type": {
|
27376
|
-
"text": "
|
27895
|
+
"text": "(message: string) => void"
|
27377
27896
|
}
|
27378
27897
|
}
|
27379
27898
|
]
|
27380
27899
|
},
|
27381
27900
|
{
|
27382
27901
|
"kind": "method",
|
27383
|
-
"name": "
|
27384
|
-
"privacy": "
|
27902
|
+
"name": "buildTranslationKeyVerificationDetails",
|
27903
|
+
"privacy": "public",
|
27385
27904
|
"static": true,
|
27905
|
+
"return": {
|
27906
|
+
"type": {
|
27907
|
+
"text": "KeyVerificationDetails"
|
27908
|
+
}
|
27909
|
+
},
|
27386
27910
|
"parameters": [
|
27387
27911
|
{
|
27388
|
-
"name": "
|
27389
|
-
"
|
27390
|
-
"text": "() => void"
|
27391
|
-
}
|
27392
|
-
},
|
27393
|
-
{
|
27394
|
-
"name": "serviceIO",
|
27912
|
+
"name": "region",
|
27913
|
+
"optional": true,
|
27395
27914
|
"type": {
|
27396
|
-
"text": "
|
27915
|
+
"text": "string"
|
27397
27916
|
}
|
27398
27917
|
}
|
27399
27918
|
]
|
27400
27919
|
},
|
27401
27920
|
{
|
27402
27921
|
"kind": "method",
|
27403
|
-
"name": "
|
27922
|
+
"name": "buildTranslationHeaders",
|
27404
27923
|
"privacy": "public",
|
27405
27924
|
"static": true,
|
27406
27925
|
"parameters": [
|
27407
27926
|
{
|
27408
|
-
"name": "
|
27409
|
-
"type": {
|
27410
|
-
"text": "HTMLElement"
|
27411
|
-
}
|
27412
|
-
},
|
27413
|
-
{
|
27414
|
-
"name": "changeToChat",
|
27927
|
+
"name": "region",
|
27415
27928
|
"type": {
|
27416
|
-
"text": "
|
27929
|
+
"text": "string | undefined"
|
27417
27930
|
}
|
27418
27931
|
},
|
27419
27932
|
{
|
27420
|
-
"name": "
|
27933
|
+
"name": "key",
|
27421
27934
|
"type": {
|
27422
|
-
"text": "
|
27935
|
+
"text": "string"
|
27423
27936
|
}
|
27424
27937
|
}
|
27425
27938
|
]
|
@@ -27430,98 +27943,79 @@
|
|
27430
27943
|
"exports": [
|
27431
27944
|
{
|
27432
27945
|
"kind": "js",
|
27433
|
-
"name": "
|
27946
|
+
"name": "AzureUtils",
|
27434
27947
|
"declaration": {
|
27435
|
-
"name": "
|
27436
|
-
"module": "src/
|
27948
|
+
"name": "AzureUtils",
|
27949
|
+
"module": "src/services/azure/utils/azureUtils.ts"
|
27437
27950
|
}
|
27438
27951
|
}
|
27439
27952
|
]
|
27440
27953
|
},
|
27441
27954
|
{
|
27442
27955
|
"kind": "javascript-module",
|
27443
|
-
"path": "src/
|
27956
|
+
"path": "src/services/cohere/utils/cohereUtils.ts",
|
27444
27957
|
"declarations": [
|
27445
27958
|
{
|
27446
27959
|
"kind": "class",
|
27447
27960
|
"description": "",
|
27448
|
-
"name": "
|
27961
|
+
"name": "CohereUtils",
|
27449
27962
|
"members": [
|
27450
|
-
{
|
27451
|
-
"kind": "field",
|
27452
|
-
"name": "VISIBLE_ICON_ID",
|
27453
|
-
"type": {
|
27454
|
-
"text": "string"
|
27455
|
-
},
|
27456
|
-
"privacy": "private",
|
27457
|
-
"static": true,
|
27458
|
-
"default": "'visible-icon'"
|
27459
|
-
},
|
27460
27963
|
{
|
27461
27964
|
"kind": "method",
|
27462
|
-
"name": "
|
27463
|
-
"privacy": "
|
27965
|
+
"name": "buildHeaders",
|
27966
|
+
"privacy": "public",
|
27464
27967
|
"static": true,
|
27465
27968
|
"parameters": [
|
27466
27969
|
{
|
27467
|
-
"name": "
|
27468
|
-
"type": {
|
27469
|
-
"text": "HTMLInputElement"
|
27470
|
-
}
|
27471
|
-
},
|
27472
|
-
{
|
27473
|
-
"name": "visibleIcon",
|
27474
|
-
"type": {
|
27475
|
-
"text": "SVGGraphicsElement"
|
27476
|
-
}
|
27477
|
-
},
|
27478
|
-
{
|
27479
|
-
"name": "notVisibleIcon",
|
27480
|
-
"type": {
|
27481
|
-
"text": "SVGGraphicsElement"
|
27482
|
-
}
|
27483
|
-
},
|
27484
|
-
{
|
27485
|
-
"name": "event",
|
27970
|
+
"name": "key",
|
27486
27971
|
"type": {
|
27487
|
-
"text": "
|
27972
|
+
"text": "string"
|
27488
27973
|
}
|
27489
27974
|
}
|
27490
27975
|
]
|
27491
27976
|
},
|
27492
27977
|
{
|
27493
27978
|
"kind": "method",
|
27494
|
-
"name": "
|
27979
|
+
"name": "handleVerificationResult",
|
27495
27980
|
"privacy": "private",
|
27496
27981
|
"static": true,
|
27497
27982
|
"parameters": [
|
27498
27983
|
{
|
27499
|
-
"name": "
|
27984
|
+
"name": "result",
|
27500
27985
|
"type": {
|
27501
|
-
"text": "
|
27986
|
+
"text": "object"
|
27502
27987
|
}
|
27503
27988
|
},
|
27504
27989
|
{
|
27505
|
-
"name": "
|
27990
|
+
"name": "key",
|
27506
27991
|
"type": {
|
27507
27992
|
"text": "string"
|
27508
27993
|
}
|
27994
|
+
},
|
27995
|
+
{
|
27996
|
+
"name": "onSuccess",
|
27997
|
+
"type": {
|
27998
|
+
"text": "(key: string) => void"
|
27999
|
+
}
|
28000
|
+
},
|
28001
|
+
{
|
28002
|
+
"name": "onFail",
|
28003
|
+
"type": {
|
28004
|
+
"text": "(message: string) => void"
|
28005
|
+
}
|
27509
28006
|
}
|
27510
28007
|
]
|
27511
28008
|
},
|
27512
28009
|
{
|
27513
28010
|
"kind": "method",
|
27514
|
-
"name": "
|
28011
|
+
"name": "buildKeyVerificationDetails",
|
27515
28012
|
"privacy": "public",
|
27516
28013
|
"static": true,
|
27517
|
-
"
|
27518
|
-
{
|
27519
|
-
"
|
27520
|
-
"type": {
|
27521
|
-
"text": "HTMLInputElement"
|
27522
|
-
}
|
28014
|
+
"return": {
|
28015
|
+
"type": {
|
28016
|
+
"text": "KeyVerificationDetails"
|
27523
28017
|
}
|
27524
|
-
|
28018
|
+
}
|
27525
28019
|
}
|
27526
28020
|
]
|
27527
28021
|
}
|
@@ -27529,68 +28023,79 @@
|
|
27529
28023
|
"exports": [
|
27530
28024
|
{
|
27531
28025
|
"kind": "js",
|
27532
|
-
"name": "
|
28026
|
+
"name": "CohereUtils",
|
27533
28027
|
"declaration": {
|
27534
|
-
"name": "
|
27535
|
-
"module": "src/
|
28028
|
+
"name": "CohereUtils",
|
28029
|
+
"module": "src/services/cohere/utils/cohereUtils.ts"
|
27536
28030
|
}
|
27537
28031
|
}
|
27538
28032
|
]
|
27539
28033
|
},
|
27540
28034
|
{
|
27541
28035
|
"kind": "javascript-module",
|
27542
|
-
"path": "src/
|
28036
|
+
"path": "src/services/huggingFace/utils/huggingFaceUtils.ts",
|
27543
28037
|
"declarations": [
|
27544
28038
|
{
|
27545
28039
|
"kind": "class",
|
27546
28040
|
"description": "",
|
27547
|
-
"name": "
|
28041
|
+
"name": "HuggingFaceUtils",
|
27548
28042
|
"members": [
|
27549
28043
|
{
|
27550
28044
|
"kind": "method",
|
27551
|
-
"name": "
|
27552
|
-
"privacy": "
|
28045
|
+
"name": "buildHeaders",
|
28046
|
+
"privacy": "public",
|
27553
28047
|
"static": true,
|
27554
28048
|
"parameters": [
|
27555
28049
|
{
|
27556
|
-
"name": "
|
28050
|
+
"name": "key",
|
27557
28051
|
"type": {
|
27558
|
-
"text": "
|
28052
|
+
"text": "string"
|
27559
28053
|
}
|
27560
28054
|
}
|
27561
28055
|
]
|
27562
28056
|
},
|
27563
28057
|
{
|
27564
28058
|
"kind": "method",
|
27565
|
-
"name": "
|
28059
|
+
"name": "handleVerificationResult",
|
27566
28060
|
"privacy": "private",
|
27567
|
-
"static": true
|
27568
|
-
},
|
27569
|
-
{
|
27570
|
-
"kind": "method",
|
27571
|
-
"name": "render",
|
27572
|
-
"privacy": "public",
|
27573
28061
|
"static": true,
|
27574
28062
|
"parameters": [
|
27575
28063
|
{
|
27576
|
-
"name": "
|
28064
|
+
"name": "result",
|
27577
28065
|
"type": {
|
27578
|
-
"text": "
|
28066
|
+
"text": "object"
|
27579
28067
|
}
|
27580
28068
|
},
|
27581
28069
|
{
|
27582
|
-
"name": "
|
28070
|
+
"name": "key",
|
27583
28071
|
"type": {
|
27584
|
-
"text": "
|
28072
|
+
"text": "string"
|
27585
28073
|
}
|
27586
28074
|
},
|
27587
28075
|
{
|
27588
|
-
"name": "
|
28076
|
+
"name": "onSuccess",
|
27589
28077
|
"type": {
|
27590
|
-
"text": "
|
28078
|
+
"text": "(key: string) => void"
|
28079
|
+
}
|
28080
|
+
},
|
28081
|
+
{
|
28082
|
+
"name": "onFail",
|
28083
|
+
"type": {
|
28084
|
+
"text": "(message: string) => void"
|
27591
28085
|
}
|
27592
28086
|
}
|
27593
28087
|
]
|
28088
|
+
},
|
28089
|
+
{
|
28090
|
+
"kind": "method",
|
28091
|
+
"name": "buildKeyVerificationDetails",
|
28092
|
+
"privacy": "public",
|
28093
|
+
"static": true,
|
28094
|
+
"return": {
|
28095
|
+
"type": {
|
28096
|
+
"text": "KeyVerificationDetails"
|
28097
|
+
}
|
28098
|
+
}
|
27594
28099
|
}
|
27595
28100
|
]
|
27596
28101
|
}
|
@@ -27598,43 +28103,23 @@
|
|
27598
28103
|
"exports": [
|
27599
28104
|
{
|
27600
28105
|
"kind": "js",
|
27601
|
-
"name": "
|
28106
|
+
"name": "HuggingFaceUtils",
|
27602
28107
|
"declaration": {
|
27603
|
-
"name": "
|
27604
|
-
"module": "src/
|
28108
|
+
"name": "HuggingFaceUtils",
|
28109
|
+
"module": "src/services/huggingFace/utils/huggingFaceUtils.ts"
|
27605
28110
|
}
|
27606
28111
|
}
|
27607
28112
|
]
|
27608
28113
|
},
|
27609
28114
|
{
|
27610
28115
|
"kind": "javascript-module",
|
27611
|
-
"path": "src/services/
|
28116
|
+
"path": "src/services/stabilityAI/utils/stabilityAIUtils.ts",
|
27612
28117
|
"declarations": [
|
27613
28118
|
{
|
27614
28119
|
"kind": "class",
|
27615
28120
|
"description": "",
|
27616
|
-
"name": "
|
28121
|
+
"name": "StabilityAIUtils",
|
27617
28122
|
"members": [
|
27618
|
-
{
|
27619
|
-
"kind": "method",
|
27620
|
-
"name": "poll",
|
27621
|
-
"privacy": "public",
|
27622
|
-
"static": true,
|
27623
|
-
"parameters": [
|
27624
|
-
{
|
27625
|
-
"name": "api_token",
|
27626
|
-
"type": {
|
27627
|
-
"text": "string"
|
27628
|
-
}
|
27629
|
-
},
|
27630
|
-
{
|
27631
|
-
"name": "audio_url",
|
27632
|
-
"type": {
|
27633
|
-
"text": "string"
|
27634
|
-
}
|
27635
|
-
}
|
27636
|
-
]
|
27637
|
-
},
|
27638
28123
|
{
|
27639
28124
|
"kind": "method",
|
27640
28125
|
"name": "buildHeaders",
|
@@ -27698,46 +28183,26 @@
|
|
27698
28183
|
"exports": [
|
27699
28184
|
{
|
27700
28185
|
"kind": "js",
|
27701
|
-
"name": "
|
28186
|
+
"name": "StabilityAIUtils",
|
27702
28187
|
"declaration": {
|
27703
|
-
"name": "
|
27704
|
-
"module": "src/services/
|
28188
|
+
"name": "StabilityAIUtils",
|
28189
|
+
"module": "src/services/stabilityAI/utils/stabilityAIUtils.ts"
|
27705
28190
|
}
|
27706
28191
|
}
|
27707
28192
|
]
|
27708
28193
|
},
|
27709
28194
|
{
|
27710
28195
|
"kind": "javascript-module",
|
27711
|
-
"path": "src/services/
|
28196
|
+
"path": "src/services/openAI/utils/openAIUtils.ts",
|
27712
28197
|
"declarations": [
|
27713
28198
|
{
|
27714
28199
|
"kind": "class",
|
27715
28200
|
"description": "",
|
27716
|
-
"name": "
|
28201
|
+
"name": "OpenAIUtils",
|
27717
28202
|
"members": [
|
27718
28203
|
{
|
27719
28204
|
"kind": "method",
|
27720
|
-
"name": "
|
27721
|
-
"privacy": "public",
|
27722
|
-
"static": true,
|
27723
|
-
"parameters": [
|
27724
|
-
{
|
27725
|
-
"name": "outputFormat",
|
27726
|
-
"type": {
|
27727
|
-
"text": "string"
|
27728
|
-
}
|
27729
|
-
},
|
27730
|
-
{
|
27731
|
-
"name": "key",
|
27732
|
-
"type": {
|
27733
|
-
"text": "string"
|
27734
|
-
}
|
27735
|
-
}
|
27736
|
-
]
|
27737
|
-
},
|
27738
|
-
{
|
27739
|
-
"kind": "method",
|
27740
|
-
"name": "buildSpeechToTextHeaders",
|
28205
|
+
"name": "buildHeaders",
|
27741
28206
|
"privacy": "public",
|
27742
28207
|
"static": true,
|
27743
28208
|
"parameters": [
|
@@ -27751,7 +28216,7 @@
|
|
27751
28216
|
},
|
27752
28217
|
{
|
27753
28218
|
"kind": "method",
|
27754
|
-
"name": "
|
28219
|
+
"name": "handleVerificationResult",
|
27755
28220
|
"privacy": "private",
|
27756
28221
|
"static": true,
|
27757
28222
|
"parameters": [
|
@@ -27783,312 +28248,7 @@
|
|
27783
28248
|
},
|
27784
28249
|
{
|
27785
28250
|
"kind": "method",
|
27786
|
-
"name": "
|
27787
|
-
"privacy": "public",
|
27788
|
-
"static": true,
|
27789
|
-
"return": {
|
27790
|
-
"type": {
|
27791
|
-
"text": "KeyVerificationDetails"
|
27792
|
-
}
|
27793
|
-
},
|
27794
|
-
"parameters": [
|
27795
|
-
{
|
27796
|
-
"name": "region",
|
27797
|
-
"type": {
|
27798
|
-
"text": "string"
|
27799
|
-
}
|
27800
|
-
}
|
27801
|
-
]
|
27802
|
-
},
|
27803
|
-
{
|
27804
|
-
"kind": "method",
|
27805
|
-
"name": "buildSummarizationHeader",
|
27806
|
-
"privacy": "public",
|
27807
|
-
"static": true,
|
27808
|
-
"parameters": [
|
27809
|
-
{
|
27810
|
-
"name": "key",
|
27811
|
-
"type": {
|
27812
|
-
"text": "string"
|
27813
|
-
}
|
27814
|
-
}
|
27815
|
-
]
|
27816
|
-
},
|
27817
|
-
{
|
27818
|
-
"kind": "method",
|
27819
|
-
"name": "handleLanguageVerificationResult",
|
27820
|
-
"privacy": "private",
|
27821
|
-
"static": true,
|
27822
|
-
"parameters": [
|
27823
|
-
{
|
27824
|
-
"name": "result",
|
27825
|
-
"type": {
|
27826
|
-
"text": "object"
|
27827
|
-
}
|
27828
|
-
},
|
27829
|
-
{
|
27830
|
-
"name": "key",
|
27831
|
-
"type": {
|
27832
|
-
"text": "string"
|
27833
|
-
}
|
27834
|
-
},
|
27835
|
-
{
|
27836
|
-
"name": "onSuccess",
|
27837
|
-
"type": {
|
27838
|
-
"text": "(key: string) => void"
|
27839
|
-
}
|
27840
|
-
},
|
27841
|
-
{
|
27842
|
-
"name": "onFail",
|
27843
|
-
"type": {
|
27844
|
-
"text": "(message: string) => void"
|
27845
|
-
}
|
27846
|
-
}
|
27847
|
-
]
|
27848
|
-
},
|
27849
|
-
{
|
27850
|
-
"kind": "method",
|
27851
|
-
"name": "buildLanguageKeyVerificationDetails",
|
27852
|
-
"privacy": "public",
|
27853
|
-
"static": true,
|
27854
|
-
"return": {
|
27855
|
-
"type": {
|
27856
|
-
"text": "KeyVerificationDetails"
|
27857
|
-
}
|
27858
|
-
},
|
27859
|
-
"parameters": [
|
27860
|
-
{
|
27861
|
-
"name": "endpoint",
|
27862
|
-
"type": {
|
27863
|
-
"text": "string"
|
27864
|
-
}
|
27865
|
-
}
|
27866
|
-
]
|
27867
|
-
},
|
27868
|
-
{
|
27869
|
-
"kind": "method",
|
27870
|
-
"name": "handleTranslationVerificationResult",
|
27871
|
-
"privacy": "private",
|
27872
|
-
"static": true,
|
27873
|
-
"parameters": [
|
27874
|
-
{
|
27875
|
-
"name": "result",
|
27876
|
-
"type": {
|
27877
|
-
"text": "object"
|
27878
|
-
}
|
27879
|
-
},
|
27880
|
-
{
|
27881
|
-
"name": "key",
|
27882
|
-
"type": {
|
27883
|
-
"text": "string"
|
27884
|
-
}
|
27885
|
-
},
|
27886
|
-
{
|
27887
|
-
"name": "onSuccess",
|
27888
|
-
"type": {
|
27889
|
-
"text": "(key: string) => void"
|
27890
|
-
}
|
27891
|
-
},
|
27892
|
-
{
|
27893
|
-
"name": "onFail",
|
27894
|
-
"type": {
|
27895
|
-
"text": "(message: string) => void"
|
27896
|
-
}
|
27897
|
-
}
|
27898
|
-
]
|
27899
|
-
},
|
27900
|
-
{
|
27901
|
-
"kind": "method",
|
27902
|
-
"name": "buildTranslationKeyVerificationDetails",
|
27903
|
-
"privacy": "public",
|
27904
|
-
"static": true,
|
27905
|
-
"return": {
|
27906
|
-
"type": {
|
27907
|
-
"text": "KeyVerificationDetails"
|
27908
|
-
}
|
27909
|
-
},
|
27910
|
-
"parameters": [
|
27911
|
-
{
|
27912
|
-
"name": "region",
|
27913
|
-
"optional": true,
|
27914
|
-
"type": {
|
27915
|
-
"text": "string"
|
27916
|
-
}
|
27917
|
-
}
|
27918
|
-
]
|
27919
|
-
},
|
27920
|
-
{
|
27921
|
-
"kind": "method",
|
27922
|
-
"name": "buildTranslationHeaders",
|
27923
|
-
"privacy": "public",
|
27924
|
-
"static": true,
|
27925
|
-
"parameters": [
|
27926
|
-
{
|
27927
|
-
"name": "region",
|
27928
|
-
"type": {
|
27929
|
-
"text": "string | undefined"
|
27930
|
-
}
|
27931
|
-
},
|
27932
|
-
{
|
27933
|
-
"name": "key",
|
27934
|
-
"type": {
|
27935
|
-
"text": "string"
|
27936
|
-
}
|
27937
|
-
}
|
27938
|
-
]
|
27939
|
-
}
|
27940
|
-
]
|
27941
|
-
}
|
27942
|
-
],
|
27943
|
-
"exports": [
|
27944
|
-
{
|
27945
|
-
"kind": "js",
|
27946
|
-
"name": "AzureUtils",
|
27947
|
-
"declaration": {
|
27948
|
-
"name": "AzureUtils",
|
27949
|
-
"module": "src/services/azure/utils/azureUtils.ts"
|
27950
|
-
}
|
27951
|
-
}
|
27952
|
-
]
|
27953
|
-
},
|
27954
|
-
{
|
27955
|
-
"kind": "javascript-module",
|
27956
|
-
"path": "src/services/huggingFace/utils/huggingFaceUtils.ts",
|
27957
|
-
"declarations": [
|
27958
|
-
{
|
27959
|
-
"kind": "class",
|
27960
|
-
"description": "",
|
27961
|
-
"name": "HuggingFaceUtils",
|
27962
|
-
"members": [
|
27963
|
-
{
|
27964
|
-
"kind": "method",
|
27965
|
-
"name": "buildHeaders",
|
27966
|
-
"privacy": "public",
|
27967
|
-
"static": true,
|
27968
|
-
"parameters": [
|
27969
|
-
{
|
27970
|
-
"name": "key",
|
27971
|
-
"type": {
|
27972
|
-
"text": "string"
|
27973
|
-
}
|
27974
|
-
}
|
27975
|
-
]
|
27976
|
-
},
|
27977
|
-
{
|
27978
|
-
"kind": "method",
|
27979
|
-
"name": "handleVerificationResult",
|
27980
|
-
"privacy": "private",
|
27981
|
-
"static": true,
|
27982
|
-
"parameters": [
|
27983
|
-
{
|
27984
|
-
"name": "result",
|
27985
|
-
"type": {
|
27986
|
-
"text": "object"
|
27987
|
-
}
|
27988
|
-
},
|
27989
|
-
{
|
27990
|
-
"name": "key",
|
27991
|
-
"type": {
|
27992
|
-
"text": "string"
|
27993
|
-
}
|
27994
|
-
},
|
27995
|
-
{
|
27996
|
-
"name": "onSuccess",
|
27997
|
-
"type": {
|
27998
|
-
"text": "(key: string) => void"
|
27999
|
-
}
|
28000
|
-
},
|
28001
|
-
{
|
28002
|
-
"name": "onFail",
|
28003
|
-
"type": {
|
28004
|
-
"text": "(message: string) => void"
|
28005
|
-
}
|
28006
|
-
}
|
28007
|
-
]
|
28008
|
-
},
|
28009
|
-
{
|
28010
|
-
"kind": "method",
|
28011
|
-
"name": "buildKeyVerificationDetails",
|
28012
|
-
"privacy": "public",
|
28013
|
-
"static": true,
|
28014
|
-
"return": {
|
28015
|
-
"type": {
|
28016
|
-
"text": "KeyVerificationDetails"
|
28017
|
-
}
|
28018
|
-
}
|
28019
|
-
}
|
28020
|
-
]
|
28021
|
-
}
|
28022
|
-
],
|
28023
|
-
"exports": [
|
28024
|
-
{
|
28025
|
-
"kind": "js",
|
28026
|
-
"name": "HuggingFaceUtils",
|
28027
|
-
"declaration": {
|
28028
|
-
"name": "HuggingFaceUtils",
|
28029
|
-
"module": "src/services/huggingFace/utils/huggingFaceUtils.ts"
|
28030
|
-
}
|
28031
|
-
}
|
28032
|
-
]
|
28033
|
-
},
|
28034
|
-
{
|
28035
|
-
"kind": "javascript-module",
|
28036
|
-
"path": "src/services/openAI/utils/openAIUtils.ts",
|
28037
|
-
"declarations": [
|
28038
|
-
{
|
28039
|
-
"kind": "class",
|
28040
|
-
"description": "",
|
28041
|
-
"name": "OpenAIUtils",
|
28042
|
-
"members": [
|
28043
|
-
{
|
28044
|
-
"kind": "method",
|
28045
|
-
"name": "buildHeaders",
|
28046
|
-
"privacy": "public",
|
28047
|
-
"static": true,
|
28048
|
-
"parameters": [
|
28049
|
-
{
|
28050
|
-
"name": "key",
|
28051
|
-
"type": {
|
28052
|
-
"text": "string"
|
28053
|
-
}
|
28054
|
-
}
|
28055
|
-
]
|
28056
|
-
},
|
28057
|
-
{
|
28058
|
-
"kind": "method",
|
28059
|
-
"name": "handleVerificationResult",
|
28060
|
-
"privacy": "private",
|
28061
|
-
"static": true,
|
28062
|
-
"parameters": [
|
28063
|
-
{
|
28064
|
-
"name": "result",
|
28065
|
-
"type": {
|
28066
|
-
"text": "object"
|
28067
|
-
}
|
28068
|
-
},
|
28069
|
-
{
|
28070
|
-
"name": "key",
|
28071
|
-
"type": {
|
28072
|
-
"text": "string"
|
28073
|
-
}
|
28074
|
-
},
|
28075
|
-
{
|
28076
|
-
"name": "onSuccess",
|
28077
|
-
"type": {
|
28078
|
-
"text": "(key: string) => void"
|
28079
|
-
}
|
28080
|
-
},
|
28081
|
-
{
|
28082
|
-
"name": "onFail",
|
28083
|
-
"type": {
|
28084
|
-
"text": "(message: string) => void"
|
28085
|
-
}
|
28086
|
-
}
|
28087
|
-
]
|
28088
|
-
},
|
28089
|
-
{
|
28090
|
-
"kind": "method",
|
28091
|
-
"name": "buildKeyVerificationDetails",
|
28251
|
+
"name": "buildKeyVerificationDetails",
|
28092
28252
|
"privacy": "public",
|
28093
28253
|
"static": true,
|
28094
28254
|
"return": {
|
@@ -28167,166 +28327,6 @@
|
|
28167
28327
|
}
|
28168
28328
|
]
|
28169
28329
|
},
|
28170
|
-
{
|
28171
|
-
"kind": "javascript-module",
|
28172
|
-
"path": "src/services/cohere/utils/cohereUtils.ts",
|
28173
|
-
"declarations": [
|
28174
|
-
{
|
28175
|
-
"kind": "class",
|
28176
|
-
"description": "",
|
28177
|
-
"name": "CohereUtils",
|
28178
|
-
"members": [
|
28179
|
-
{
|
28180
|
-
"kind": "method",
|
28181
|
-
"name": "buildHeaders",
|
28182
|
-
"privacy": "public",
|
28183
|
-
"static": true,
|
28184
|
-
"parameters": [
|
28185
|
-
{
|
28186
|
-
"name": "key",
|
28187
|
-
"type": {
|
28188
|
-
"text": "string"
|
28189
|
-
}
|
28190
|
-
}
|
28191
|
-
]
|
28192
|
-
},
|
28193
|
-
{
|
28194
|
-
"kind": "method",
|
28195
|
-
"name": "handleVerificationResult",
|
28196
|
-
"privacy": "private",
|
28197
|
-
"static": true,
|
28198
|
-
"parameters": [
|
28199
|
-
{
|
28200
|
-
"name": "result",
|
28201
|
-
"type": {
|
28202
|
-
"text": "object"
|
28203
|
-
}
|
28204
|
-
},
|
28205
|
-
{
|
28206
|
-
"name": "key",
|
28207
|
-
"type": {
|
28208
|
-
"text": "string"
|
28209
|
-
}
|
28210
|
-
},
|
28211
|
-
{
|
28212
|
-
"name": "onSuccess",
|
28213
|
-
"type": {
|
28214
|
-
"text": "(key: string) => void"
|
28215
|
-
}
|
28216
|
-
},
|
28217
|
-
{
|
28218
|
-
"name": "onFail",
|
28219
|
-
"type": {
|
28220
|
-
"text": "(message: string) => void"
|
28221
|
-
}
|
28222
|
-
}
|
28223
|
-
]
|
28224
|
-
},
|
28225
|
-
{
|
28226
|
-
"kind": "method",
|
28227
|
-
"name": "buildKeyVerificationDetails",
|
28228
|
-
"privacy": "public",
|
28229
|
-
"static": true,
|
28230
|
-
"return": {
|
28231
|
-
"type": {
|
28232
|
-
"text": "KeyVerificationDetails"
|
28233
|
-
}
|
28234
|
-
}
|
28235
|
-
}
|
28236
|
-
]
|
28237
|
-
}
|
28238
|
-
],
|
28239
|
-
"exports": [
|
28240
|
-
{
|
28241
|
-
"kind": "js",
|
28242
|
-
"name": "CohereUtils",
|
28243
|
-
"declaration": {
|
28244
|
-
"name": "CohereUtils",
|
28245
|
-
"module": "src/services/cohere/utils/cohereUtils.ts"
|
28246
|
-
}
|
28247
|
-
}
|
28248
|
-
]
|
28249
|
-
},
|
28250
|
-
{
|
28251
|
-
"kind": "javascript-module",
|
28252
|
-
"path": "src/services/stabilityAI/utils/stabilityAIUtils.ts",
|
28253
|
-
"declarations": [
|
28254
|
-
{
|
28255
|
-
"kind": "class",
|
28256
|
-
"description": "",
|
28257
|
-
"name": "StabilityAIUtils",
|
28258
|
-
"members": [
|
28259
|
-
{
|
28260
|
-
"kind": "method",
|
28261
|
-
"name": "buildHeaders",
|
28262
|
-
"privacy": "public",
|
28263
|
-
"static": true,
|
28264
|
-
"parameters": [
|
28265
|
-
{
|
28266
|
-
"name": "key",
|
28267
|
-
"type": {
|
28268
|
-
"text": "string"
|
28269
|
-
}
|
28270
|
-
}
|
28271
|
-
]
|
28272
|
-
},
|
28273
|
-
{
|
28274
|
-
"kind": "method",
|
28275
|
-
"name": "handleVerificationResult",
|
28276
|
-
"privacy": "private",
|
28277
|
-
"static": true,
|
28278
|
-
"parameters": [
|
28279
|
-
{
|
28280
|
-
"name": "result",
|
28281
|
-
"type": {
|
28282
|
-
"text": "object"
|
28283
|
-
}
|
28284
|
-
},
|
28285
|
-
{
|
28286
|
-
"name": "key",
|
28287
|
-
"type": {
|
28288
|
-
"text": "string"
|
28289
|
-
}
|
28290
|
-
},
|
28291
|
-
{
|
28292
|
-
"name": "onSuccess",
|
28293
|
-
"type": {
|
28294
|
-
"text": "(key: string) => void"
|
28295
|
-
}
|
28296
|
-
},
|
28297
|
-
{
|
28298
|
-
"name": "onFail",
|
28299
|
-
"type": {
|
28300
|
-
"text": "(message: string) => void"
|
28301
|
-
}
|
28302
|
-
}
|
28303
|
-
]
|
28304
|
-
},
|
28305
|
-
{
|
28306
|
-
"kind": "method",
|
28307
|
-
"name": "buildKeyVerificationDetails",
|
28308
|
-
"privacy": "public",
|
28309
|
-
"static": true,
|
28310
|
-
"return": {
|
28311
|
-
"type": {
|
28312
|
-
"text": "KeyVerificationDetails"
|
28313
|
-
}
|
28314
|
-
}
|
28315
|
-
}
|
28316
|
-
]
|
28317
|
-
}
|
28318
|
-
],
|
28319
|
-
"exports": [
|
28320
|
-
{
|
28321
|
-
"kind": "js",
|
28322
|
-
"name": "StabilityAIUtils",
|
28323
|
-
"declaration": {
|
28324
|
-
"name": "StabilityAIUtils",
|
28325
|
-
"module": "src/services/stabilityAI/utils/stabilityAIUtils.ts"
|
28326
|
-
}
|
28327
|
-
}
|
28328
|
-
]
|
28329
|
-
},
|
28330
28330
|
{
|
28331
28331
|
"kind": "javascript-module",
|
28332
28332
|
"path": "src/types/webModel/webLLM/webLLM.ts",
|
@@ -29008,157 +29008,53 @@
|
|
29008
29008
|
},
|
29009
29009
|
{
|
29010
29010
|
"kind": "javascript-module",
|
29011
|
-
"path": "src/views/chat/
|
29011
|
+
"path": "src/views/chat/messages/avatar.ts",
|
29012
29012
|
"declarations": [
|
29013
29013
|
{
|
29014
29014
|
"kind": "class",
|
29015
29015
|
"description": "",
|
29016
|
-
"name": "
|
29016
|
+
"name": "AvatarEl",
|
29017
29017
|
"members": [
|
29018
|
-
{
|
29019
|
-
"kind": "field",
|
29020
|
-
"name": "_elementRef",
|
29021
|
-
"type": {
|
29022
|
-
"text": "HTMLElement | undefined"
|
29023
|
-
}
|
29024
|
-
},
|
29025
|
-
{
|
29026
|
-
"kind": "field",
|
29027
|
-
"name": "_isDisplayed",
|
29028
|
-
"type": {
|
29029
|
-
"text": "boolean"
|
29030
|
-
},
|
29031
|
-
"privacy": "private",
|
29032
|
-
"default": "false"
|
29033
|
-
},
|
29034
29018
|
{
|
29035
29019
|
"kind": "method",
|
29036
|
-
"name": "
|
29020
|
+
"name": "applyCustomStylesToElements",
|
29037
29021
|
"privacy": "private",
|
29038
29022
|
"static": true,
|
29039
29023
|
"parameters": [
|
29040
29024
|
{
|
29041
|
-
"name": "
|
29042
|
-
"optional": true,
|
29025
|
+
"name": "container",
|
29043
29026
|
"type": {
|
29044
|
-
"text": "
|
29027
|
+
"text": "HTMLElement"
|
29045
29028
|
}
|
29046
|
-
}
|
29047
|
-
]
|
29048
|
-
},
|
29049
|
-
{
|
29050
|
-
"kind": "method",
|
29051
|
-
"name": "createIntroPanelWithChild",
|
29052
|
-
"privacy": "private",
|
29053
|
-
"parameters": [
|
29029
|
+
},
|
29054
29030
|
{
|
29055
|
-
"name": "
|
29031
|
+
"name": "avatar",
|
29056
29032
|
"type": {
|
29057
29033
|
"text": "HTMLElement"
|
29058
29034
|
}
|
29059
29035
|
},
|
29060
29036
|
{
|
29061
|
-
"name": "
|
29062
|
-
"optional": true,
|
29037
|
+
"name": "style",
|
29063
29038
|
"type": {
|
29064
|
-
"text": "
|
29039
|
+
"text": "AvatarStyles"
|
29065
29040
|
}
|
29066
29041
|
}
|
29067
29042
|
]
|
29068
29043
|
},
|
29069
29044
|
{
|
29070
29045
|
"kind": "method",
|
29071
|
-
"name": "
|
29046
|
+
"name": "applyCustomStyles",
|
29072
29047
|
"privacy": "private",
|
29048
|
+
"static": true,
|
29073
29049
|
"parameters": [
|
29074
29050
|
{
|
29075
|
-
"name": "
|
29051
|
+
"name": "container",
|
29076
29052
|
"type": {
|
29077
|
-
"text": "
|
29053
|
+
"text": "HTMLElement"
|
29078
29054
|
}
|
29079
29055
|
},
|
29080
29056
|
{
|
29081
|
-
"name": "
|
29082
|
-
"optional": true,
|
29083
|
-
"type": {
|
29084
|
-
"text": "CustomStyle"
|
29085
|
-
}
|
29086
|
-
}
|
29087
|
-
]
|
29088
|
-
},
|
29089
|
-
{
|
29090
|
-
"kind": "method",
|
29091
|
-
"name": "hide",
|
29092
|
-
"privacy": "public"
|
29093
|
-
},
|
29094
|
-
{
|
29095
|
-
"kind": "method",
|
29096
|
-
"name": "display",
|
29097
|
-
"privacy": "public"
|
29098
|
-
}
|
29099
|
-
]
|
29100
|
-
}
|
29101
|
-
],
|
29102
|
-
"exports": [
|
29103
|
-
{
|
29104
|
-
"kind": "js",
|
29105
|
-
"name": "IntroPanel",
|
29106
|
-
"declaration": {
|
29107
|
-
"name": "IntroPanel",
|
29108
|
-
"module": "src/views/chat/introPanel/introPanel.ts"
|
29109
|
-
}
|
29110
|
-
}
|
29111
|
-
]
|
29112
|
-
},
|
29113
|
-
{
|
29114
|
-
"kind": "javascript-module",
|
29115
|
-
"path": "src/views/chat/messages/avatar.ts",
|
29116
|
-
"declarations": [
|
29117
|
-
{
|
29118
|
-
"kind": "class",
|
29119
|
-
"description": "",
|
29120
|
-
"name": "AvatarEl",
|
29121
|
-
"members": [
|
29122
|
-
{
|
29123
|
-
"kind": "method",
|
29124
|
-
"name": "applyCustomStylesToElements",
|
29125
|
-
"privacy": "private",
|
29126
|
-
"static": true,
|
29127
|
-
"parameters": [
|
29128
|
-
{
|
29129
|
-
"name": "container",
|
29130
|
-
"type": {
|
29131
|
-
"text": "HTMLElement"
|
29132
|
-
}
|
29133
|
-
},
|
29134
|
-
{
|
29135
|
-
"name": "avatar",
|
29136
|
-
"type": {
|
29137
|
-
"text": "HTMLElement"
|
29138
|
-
}
|
29139
|
-
},
|
29140
|
-
{
|
29141
|
-
"name": "style",
|
29142
|
-
"type": {
|
29143
|
-
"text": "AvatarStyles"
|
29144
|
-
}
|
29145
|
-
}
|
29146
|
-
]
|
29147
|
-
},
|
29148
|
-
{
|
29149
|
-
"kind": "method",
|
29150
|
-
"name": "applyCustomStyles",
|
29151
|
-
"privacy": "private",
|
29152
|
-
"static": true,
|
29153
|
-
"parameters": [
|
29154
|
-
{
|
29155
|
-
"name": "container",
|
29156
|
-
"type": {
|
29157
|
-
"text": "HTMLElement"
|
29158
|
-
}
|
29159
|
-
},
|
29160
|
-
{
|
29161
|
-
"name": "avatar",
|
29057
|
+
"name": "avatar",
|
29162
29058
|
"type": {
|
29163
29059
|
"text": "HTMLElement"
|
29164
29060
|
}
|
@@ -32016,40 +31912,118 @@
|
|
32016
31912
|
},
|
32017
31913
|
{
|
32018
31914
|
"kind": "javascript-module",
|
32019
|
-
"path": "src/views/chat/input/
|
31915
|
+
"path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
|
32020
31916
|
"declarations": [
|
32021
31917
|
{
|
32022
31918
|
"kind": "class",
|
32023
31919
|
"description": "",
|
32024
|
-
"name": "
|
31920
|
+
"name": "FileAttachments",
|
32025
31921
|
"members": [
|
31922
|
+
{
|
31923
|
+
"kind": "field",
|
31924
|
+
"name": "_fileAttachmentsTypes",
|
31925
|
+
"type": {
|
31926
|
+
"text": "FileAttachmentsType[]"
|
31927
|
+
},
|
31928
|
+
"privacy": "private",
|
31929
|
+
"default": "[]"
|
31930
|
+
},
|
31931
|
+
{
|
31932
|
+
"kind": "field",
|
31933
|
+
"name": "elementRef",
|
31934
|
+
"type": {
|
31935
|
+
"text": "HTMLElement"
|
31936
|
+
}
|
31937
|
+
},
|
32026
31938
|
{
|
32027
31939
|
"kind": "method",
|
32028
|
-
"name": "
|
32029
|
-
"privacy": "public",
|
32030
|
-
"static": true,
|
31940
|
+
"name": "addType",
|
32031
31941
|
"parameters": [
|
32032
31942
|
{
|
32033
|
-
"name": "
|
31943
|
+
"name": "deepChat",
|
32034
31944
|
"type": {
|
32035
|
-
"text": "
|
31945
|
+
"text": "DeepChat"
|
31946
|
+
}
|
31947
|
+
},
|
31948
|
+
{
|
31949
|
+
"name": "files",
|
31950
|
+
"type": {
|
31951
|
+
"text": "FileAttachmentsT"
|
31952
|
+
}
|
31953
|
+
},
|
31954
|
+
{
|
31955
|
+
"name": "type",
|
31956
|
+
"type": {
|
31957
|
+
"text": "keyof ServiceFileTypes"
|
32036
31958
|
}
|
32037
31959
|
}
|
32038
31960
|
]
|
32039
31961
|
},
|
32040
31962
|
{
|
32041
31963
|
"kind": "method",
|
32042
|
-
"name": "
|
31964
|
+
"name": "createAttachmentContainer",
|
31965
|
+
"privacy": "private"
|
31966
|
+
},
|
31967
|
+
{
|
31968
|
+
"kind": "method",
|
31969
|
+
"name": "toggleContainerDisplay",
|
31970
|
+
"privacy": "private",
|
31971
|
+
"parameters": [
|
31972
|
+
{
|
31973
|
+
"name": "display",
|
31974
|
+
"type": {
|
31975
|
+
"text": "boolean"
|
31976
|
+
}
|
31977
|
+
}
|
31978
|
+
]
|
31979
|
+
},
|
31980
|
+
{
|
31981
|
+
"kind": "method",
|
31982
|
+
"name": "getAllFileData"
|
31983
|
+
},
|
31984
|
+
{
|
31985
|
+
"kind": "method",
|
31986
|
+
"name": "completePlaceholders"
|
31987
|
+
},
|
31988
|
+
{
|
31989
|
+
"kind": "method",
|
31990
|
+
"name": "addFilesToType",
|
32043
31991
|
"privacy": "public",
|
32044
31992
|
"static": true,
|
32045
31993
|
"parameters": [
|
32046
31994
|
{
|
32047
|
-
"name": "
|
31995
|
+
"name": "files",
|
32048
31996
|
"type": {
|
32049
|
-
"text": "
|
31997
|
+
"text": "File[]"
|
31998
|
+
}
|
31999
|
+
},
|
32000
|
+
{
|
32001
|
+
"name": "fileAttachmentTypes",
|
32002
|
+
"type": {
|
32003
|
+
"text": "FileAttachmentsType[]"
|
32004
|
+
}
|
32005
|
+
}
|
32006
|
+
]
|
32007
|
+
},
|
32008
|
+
{
|
32009
|
+
"kind": "method",
|
32010
|
+
"name": "addFilesToAnyType",
|
32011
|
+
"parameters": [
|
32012
|
+
{
|
32013
|
+
"name": "files",
|
32014
|
+
"type": {
|
32015
|
+
"text": "File[]"
|
32050
32016
|
}
|
32051
32017
|
}
|
32052
32018
|
]
|
32019
|
+
},
|
32020
|
+
{
|
32021
|
+
"kind": "method",
|
32022
|
+
"name": "removeAllFiles"
|
32023
|
+
},
|
32024
|
+
{
|
32025
|
+
"kind": "method",
|
32026
|
+
"name": "getNumberOfTypes"
|
32053
32027
|
}
|
32054
32028
|
]
|
32055
32029
|
}
|
@@ -32057,33 +32031,39 @@
|
|
32057
32031
|
"exports": [
|
32058
32032
|
{
|
32059
32033
|
"kind": "js",
|
32060
|
-
"name": "
|
32034
|
+
"name": "FileAttachments",
|
32061
32035
|
"declaration": {
|
32062
|
-
"name": "
|
32063
|
-
"module": "src/views/chat/input/
|
32036
|
+
"name": "FileAttachments",
|
32037
|
+
"module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
|
32064
32038
|
}
|
32065
32039
|
}
|
32066
32040
|
]
|
32067
32041
|
},
|
32068
32042
|
{
|
32069
32043
|
"kind": "javascript-module",
|
32070
|
-
"path": "src/views/chat/input/
|
32044
|
+
"path": "src/views/chat/input/fileAttachments/newFileName.ts",
|
32071
32045
|
"declarations": [
|
32072
32046
|
{
|
32073
32047
|
"kind": "class",
|
32074
32048
|
"description": "",
|
32075
|
-
"name": "
|
32049
|
+
"name": "NewFileName",
|
32076
32050
|
"members": [
|
32077
32051
|
{
|
32078
32052
|
"kind": "method",
|
32079
|
-
"name": "
|
32053
|
+
"name": "getFileName",
|
32080
32054
|
"privacy": "public",
|
32081
32055
|
"static": true,
|
32082
32056
|
"parameters": [
|
32083
32057
|
{
|
32084
|
-
"name": "
|
32058
|
+
"name": "prefix",
|
32085
32059
|
"type": {
|
32086
|
-
"text": "
|
32060
|
+
"text": "string"
|
32061
|
+
}
|
32062
|
+
},
|
32063
|
+
{
|
32064
|
+
"name": "extension",
|
32065
|
+
"type": {
|
32066
|
+
"text": "string"
|
32087
32067
|
}
|
32088
32068
|
}
|
32089
32069
|
]
|
@@ -32094,347 +32074,499 @@
|
|
32094
32074
|
"exports": [
|
32095
32075
|
{
|
32096
32076
|
"kind": "js",
|
32097
|
-
"name": "
|
32077
|
+
"name": "NewFileName",
|
32098
32078
|
"declaration": {
|
32099
|
-
"name": "
|
32100
|
-
"module": "src/views/chat/input/
|
32079
|
+
"name": "NewFileName",
|
32080
|
+
"module": "src/views/chat/input/fileAttachments/newFileName.ts"
|
32101
32081
|
}
|
32102
32082
|
}
|
32103
32083
|
]
|
32104
32084
|
},
|
32105
32085
|
{
|
32106
32086
|
"kind": "javascript-module",
|
32107
|
-
"path": "src/views/chat/input/
|
32087
|
+
"path": "src/views/chat/input/dropup/dropup.ts",
|
32108
32088
|
"declarations": [
|
32109
32089
|
{
|
32110
32090
|
"kind": "class",
|
32111
32091
|
"description": "",
|
32112
|
-
"name": "
|
32092
|
+
"name": "Dropup",
|
32113
32093
|
"members": [
|
32114
32094
|
{
|
32115
32095
|
"kind": "field",
|
32116
|
-
"name": "
|
32096
|
+
"name": "_menu",
|
32117
32097
|
"type": {
|
32118
|
-
"text": "
|
32098
|
+
"text": "DropupMenu"
|
32119
32099
|
},
|
32120
|
-
"privacy": "
|
32121
|
-
"
|
32122
|
-
"default": "'text-input'"
|
32123
|
-
},
|
32124
|
-
{
|
32125
|
-
"kind": "field",
|
32126
|
-
"name": "elementRef",
|
32127
|
-
"type": {
|
32128
|
-
"text": "HTMLElement"
|
32129
|
-
}
|
32100
|
+
"privacy": "private",
|
32101
|
+
"default": "new DropupMenu(containerElement, styles?.menu)"
|
32130
32102
|
},
|
32131
32103
|
{
|
32132
32104
|
"kind": "field",
|
32133
|
-
"name": "
|
32105
|
+
"name": "buttonContainer",
|
32134
32106
|
"type": {
|
32135
32107
|
"text": "HTMLElement"
|
32136
32108
|
}
|
32137
32109
|
},
|
32138
32110
|
{
|
32139
|
-
"kind": "
|
32140
|
-
"name": "
|
32141
|
-
"type": {
|
32142
|
-
"text": "TextInput"
|
32143
|
-
},
|
32111
|
+
"kind": "method",
|
32112
|
+
"name": "createButtonElement",
|
32144
32113
|
"privacy": "private",
|
32145
|
-
"
|
32146
|
-
},
|
32147
|
-
{
|
32148
|
-
"kind": "field",
|
32149
|
-
"name": "submit",
|
32150
|
-
"type": {
|
32151
|
-
"text": "() => void | undefined"
|
32152
|
-
}
|
32114
|
+
"static": true
|
32153
32115
|
},
|
32154
32116
|
{
|
32155
32117
|
"kind": "method",
|
32156
|
-
"name": "
|
32118
|
+
"name": "createInnerElements",
|
32157
32119
|
"privacy": "private",
|
32158
|
-
"static": true,
|
32159
32120
|
"parameters": [
|
32160
32121
|
{
|
32161
|
-
"name": "
|
32162
|
-
"type": {
|
32163
|
-
"text": "ServiceIO"
|
32164
|
-
}
|
32165
|
-
},
|
32166
|
-
{
|
32167
|
-
"name": "textInput",
|
32122
|
+
"name": "customStyles",
|
32168
32123
|
"optional": true,
|
32169
32124
|
"type": {
|
32170
|
-
"text": "
|
32125
|
+
"text": "Styles"
|
32171
32126
|
}
|
32172
32127
|
}
|
32173
32128
|
]
|
32174
32129
|
},
|
32175
32130
|
{
|
32176
32131
|
"kind": "method",
|
32177
|
-
"name": "
|
32132
|
+
"name": "createInnerElement",
|
32178
32133
|
"privacy": "private",
|
32179
|
-
"static": true,
|
32180
32134
|
"parameters": [
|
32181
32135
|
{
|
32182
|
-
"name": "
|
32136
|
+
"name": "baseButton",
|
32183
32137
|
"type": {
|
32184
|
-
"text": "
|
32138
|
+
"text": "SVGGraphicsElement"
|
32139
|
+
}
|
32140
|
+
},
|
32141
|
+
{
|
32142
|
+
"name": "state",
|
32143
|
+
"type": {
|
32144
|
+
"text": "'styles'"
|
32145
|
+
}
|
32146
|
+
},
|
32147
|
+
{
|
32148
|
+
"name": "customStyles",
|
32149
|
+
"optional": true,
|
32150
|
+
"type": {
|
32151
|
+
"text": "Styles"
|
32185
32152
|
}
|
32186
32153
|
}
|
32187
32154
|
]
|
32188
32155
|
},
|
32189
32156
|
{
|
32190
32157
|
"kind": "method",
|
32191
|
-
"name": "
|
32192
|
-
"privacy": "
|
32193
|
-
"static": true
|
32158
|
+
"name": "createSVGIconElement",
|
32159
|
+
"privacy": "private",
|
32160
|
+
"static": true
|
32161
|
+
},
|
32162
|
+
{
|
32163
|
+
"kind": "method",
|
32164
|
+
"name": "addClickEvent",
|
32165
|
+
"privacy": "private"
|
32166
|
+
},
|
32167
|
+
{
|
32168
|
+
"kind": "method",
|
32169
|
+
"name": "createButtonContainer",
|
32170
|
+
"privacy": "private",
|
32171
|
+
"static": true
|
32172
|
+
},
|
32173
|
+
{
|
32174
|
+
"kind": "method",
|
32175
|
+
"name": "addItem",
|
32194
32176
|
"parameters": [
|
32195
32177
|
{
|
32196
|
-
"name": "
|
32178
|
+
"name": "buttonProps",
|
32197
32179
|
"type": {
|
32198
|
-
"text": "
|
32180
|
+
"text": "InputButton"
|
32199
32181
|
}
|
32200
32182
|
}
|
32201
32183
|
]
|
32202
32184
|
},
|
32203
32185
|
{
|
32204
32186
|
"kind": "method",
|
32205
|
-
"name": "
|
32187
|
+
"name": "addContainerEvents",
|
32206
32188
|
"privacy": "private",
|
32207
32189
|
"parameters": [
|
32208
32190
|
{
|
32209
|
-
"name": "
|
32210
|
-
"optional": true,
|
32191
|
+
"name": "containerElement",
|
32211
32192
|
"type": {
|
32212
|
-
"text": "
|
32193
|
+
"text": "HTMLElement"
|
32213
32194
|
}
|
32214
32195
|
}
|
32215
32196
|
]
|
32216
32197
|
},
|
32217
32198
|
{
|
32218
32199
|
"kind": "method",
|
32219
|
-
"name": "
|
32220
|
-
"privacy": "public"
|
32221
|
-
},
|
32222
|
-
{
|
32223
|
-
"kind": "method",
|
32224
|
-
"name": "toggleEditability",
|
32225
|
-
"privacy": "public",
|
32200
|
+
"name": "getPosition",
|
32226
32201
|
"static": true,
|
32227
32202
|
"parameters": [
|
32228
32203
|
{
|
32229
|
-
"name": "
|
32204
|
+
"name": "positions",
|
32230
32205
|
"type": {
|
32231
|
-
"text": "
|
32206
|
+
"text": "Positions"
|
32232
32207
|
}
|
32233
32208
|
},
|
32234
32209
|
{
|
32235
|
-
"name": "
|
32210
|
+
"name": "dropupStyles",
|
32211
|
+
"optional": true,
|
32236
32212
|
"type": {
|
32237
|
-
"text": "
|
32213
|
+
"text": "DropupStyles"
|
32238
32214
|
}
|
32239
32215
|
}
|
32240
32216
|
]
|
32241
32217
|
},
|
32218
|
+
{
|
32219
|
+
"kind": "field",
|
32220
|
+
"name": "elementRef",
|
32221
|
+
"type": {
|
32222
|
+
"text": "HTMLElement"
|
32223
|
+
},
|
32224
|
+
"default": "buttonElement",
|
32225
|
+
"inheritedFrom": {
|
32226
|
+
"name": "InputButton",
|
32227
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32228
|
+
}
|
32229
|
+
},
|
32230
|
+
{
|
32231
|
+
"kind": "field",
|
32232
|
+
"name": "_mouseState",
|
32233
|
+
"type": {
|
32234
|
+
"text": "MouseState"
|
32235
|
+
},
|
32236
|
+
"privacy": "protected",
|
32237
|
+
"default": "{state: 'default'}",
|
32238
|
+
"inheritedFrom": {
|
32239
|
+
"name": "InputButton",
|
32240
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32241
|
+
}
|
32242
|
+
},
|
32243
|
+
{
|
32244
|
+
"kind": "field",
|
32245
|
+
"name": "_customStyles",
|
32246
|
+
"type": {
|
32247
|
+
"text": "T | undefined"
|
32248
|
+
},
|
32249
|
+
"privacy": "protected",
|
32250
|
+
"default": "customStyles",
|
32251
|
+
"inheritedFrom": {
|
32252
|
+
"name": "InputButton",
|
32253
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32254
|
+
}
|
32255
|
+
},
|
32256
|
+
{
|
32257
|
+
"kind": "field",
|
32258
|
+
"name": "position",
|
32259
|
+
"type": {
|
32260
|
+
"text": "ButtonPositionT | undefined"
|
32261
|
+
},
|
32262
|
+
"default": "position",
|
32263
|
+
"inheritedFrom": {
|
32264
|
+
"name": "InputButton",
|
32265
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32266
|
+
}
|
32267
|
+
},
|
32268
|
+
{
|
32269
|
+
"kind": "field",
|
32270
|
+
"name": "dropupText",
|
32271
|
+
"type": {
|
32272
|
+
"text": "string | undefined"
|
32273
|
+
},
|
32274
|
+
"default": "dropupText",
|
32275
|
+
"inheritedFrom": {
|
32276
|
+
"name": "InputButton",
|
32277
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32278
|
+
}
|
32279
|
+
},
|
32242
32280
|
{
|
32243
32281
|
"kind": "method",
|
32244
|
-
"name": "
|
32282
|
+
"name": "buttonMouseLeave",
|
32245
32283
|
"privacy": "private",
|
32246
32284
|
"parameters": [
|
32247
32285
|
{
|
32248
|
-
"name": "
|
32286
|
+
"name": "customStyles",
|
32287
|
+
"optional": true,
|
32249
32288
|
"type": {
|
32250
|
-
"text": "
|
32289
|
+
"text": "ButtonStyles"
|
32251
32290
|
}
|
32252
|
-
}
|
32291
|
+
}
|
32292
|
+
],
|
32293
|
+
"inheritedFrom": {
|
32294
|
+
"name": "InputButton",
|
32295
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32296
|
+
}
|
32297
|
+
},
|
32298
|
+
{
|
32299
|
+
"kind": "method",
|
32300
|
+
"name": "buttonMouseEnter",
|
32301
|
+
"privacy": "private",
|
32302
|
+
"parameters": [
|
32253
32303
|
{
|
32254
|
-
"name": "
|
32304
|
+
"name": "customStyles",
|
32255
32305
|
"optional": true,
|
32256
32306
|
"type": {
|
32257
|
-
"text": "
|
32307
|
+
"text": "ButtonStyles"
|
32258
32308
|
}
|
32259
32309
|
}
|
32260
|
-
]
|
32310
|
+
],
|
32311
|
+
"inheritedFrom": {
|
32312
|
+
"name": "InputButton",
|
32313
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32314
|
+
}
|
32261
32315
|
},
|
32262
32316
|
{
|
32263
32317
|
"kind": "method",
|
32264
|
-
"name": "
|
32318
|
+
"name": "buttonMouseUp",
|
32265
32319
|
"privacy": "private",
|
32266
32320
|
"parameters": [
|
32267
32321
|
{
|
32268
|
-
"name": "
|
32322
|
+
"name": "customStyles",
|
32269
32323
|
"optional": true,
|
32270
32324
|
"type": {
|
32271
|
-
"text": "
|
32325
|
+
"text": "ButtonStyles"
|
32272
32326
|
}
|
32273
32327
|
}
|
32274
|
-
]
|
32328
|
+
],
|
32329
|
+
"inheritedFrom": {
|
32330
|
+
"name": "InputButton",
|
32331
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32332
|
+
}
|
32275
32333
|
},
|
32276
32334
|
{
|
32277
32335
|
"kind": "method",
|
32278
|
-
"name": "
|
32336
|
+
"name": "buttonMouseDown",
|
32279
32337
|
"privacy": "private",
|
32280
32338
|
"parameters": [
|
32281
32339
|
{
|
32282
|
-
"name": "
|
32340
|
+
"name": "customStyles",
|
32341
|
+
"optional": true,
|
32283
32342
|
"type": {
|
32284
|
-
"text": "
|
32343
|
+
"text": "ButtonStyles"
|
32285
32344
|
}
|
32286
|
-
}
|
32345
|
+
}
|
32346
|
+
],
|
32347
|
+
"inheritedFrom": {
|
32348
|
+
"name": "InputButton",
|
32349
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32350
|
+
}
|
32351
|
+
},
|
32352
|
+
{
|
32353
|
+
"kind": "method",
|
32354
|
+
"name": "setEvents",
|
32355
|
+
"privacy": "private",
|
32356
|
+
"parameters": [
|
32287
32357
|
{
|
32288
|
-
"name": "
|
32358
|
+
"name": "customStyles",
|
32289
32359
|
"optional": true,
|
32290
32360
|
"type": {
|
32291
|
-
"text": "
|
32361
|
+
"text": "ButtonStyles"
|
32292
32362
|
}
|
32293
32363
|
}
|
32294
|
-
]
|
32364
|
+
],
|
32365
|
+
"inheritedFrom": {
|
32366
|
+
"name": "InputButton",
|
32367
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32368
|
+
}
|
32295
32369
|
},
|
32296
32370
|
{
|
32297
32371
|
"kind": "method",
|
32298
|
-
"name": "
|
32299
|
-
"privacy": "
|
32300
|
-
"static": true,
|
32372
|
+
"name": "unsetCustomStateStyles",
|
32373
|
+
"privacy": "public",
|
32301
32374
|
"parameters": [
|
32302
32375
|
{
|
32303
|
-
"name": "
|
32304
|
-
"optional": true,
|
32376
|
+
"name": "unsetTypes",
|
32305
32377
|
"type": {
|
32306
|
-
"text": "
|
32378
|
+
"text": "(keyof T)[]"
|
32307
32379
|
}
|
32308
32380
|
}
|
32309
|
-
]
|
32381
|
+
],
|
32382
|
+
"inheritedFrom": {
|
32383
|
+
"name": "InputButton",
|
32384
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32385
|
+
}
|
32310
32386
|
},
|
32311
32387
|
{
|
32312
32388
|
"kind": "method",
|
32313
|
-
"name": "
|
32314
|
-
"privacy": "
|
32389
|
+
"name": "reapplyStateStyle",
|
32390
|
+
"privacy": "public",
|
32315
32391
|
"parameters": [
|
32316
32392
|
{
|
32317
|
-
"name": "
|
32393
|
+
"name": "setType",
|
32318
32394
|
"type": {
|
32319
|
-
"text": "
|
32395
|
+
"text": "keyof T"
|
32396
|
+
}
|
32397
|
+
},
|
32398
|
+
{
|
32399
|
+
"name": "unsetTypes",
|
32400
|
+
"optional": true,
|
32401
|
+
"type": {
|
32402
|
+
"text": "(keyof T)[]"
|
32320
32403
|
}
|
32321
32404
|
}
|
32322
|
-
]
|
32405
|
+
],
|
32406
|
+
"inheritedFrom": {
|
32407
|
+
"name": "InputButton",
|
32408
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32409
|
+
}
|
32323
32410
|
}
|
32324
|
-
]
|
32411
|
+
],
|
32412
|
+
"superclass": {
|
32413
|
+
"name": "InputButton",
|
32414
|
+
"module": "/src/views/chat/input/buttons/inputButton"
|
32415
|
+
}
|
32325
32416
|
}
|
32326
32417
|
],
|
32327
32418
|
"exports": [
|
32328
32419
|
{
|
32329
32420
|
"kind": "js",
|
32330
|
-
"name": "
|
32421
|
+
"name": "Dropup",
|
32331
32422
|
"declaration": {
|
32332
|
-
"name": "
|
32333
|
-
"module": "src/views/chat/input/
|
32423
|
+
"name": "Dropup",
|
32424
|
+
"module": "src/views/chat/input/dropup/dropup.ts"
|
32334
32425
|
}
|
32335
32426
|
}
|
32336
32427
|
]
|
32337
32428
|
},
|
32338
32429
|
{
|
32339
32430
|
"kind": "javascript-module",
|
32340
|
-
"path": "src/views/chat/input/
|
32431
|
+
"path": "src/views/chat/input/dropup/dropupItem.ts",
|
32341
32432
|
"declarations": [
|
32342
32433
|
{
|
32343
32434
|
"kind": "class",
|
32344
32435
|
"description": "",
|
32345
|
-
"name": "
|
32436
|
+
"name": "DropupItem",
|
32346
32437
|
"members": [
|
32347
|
-
{
|
32348
|
-
"kind": "field",
|
32349
|
-
"name": "PERMITTED_KEYS",
|
32350
|
-
"privacy": "private",
|
32351
|
-
"static": true,
|
32352
|
-
"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 ])"
|
32353
|
-
},
|
32354
32438
|
{
|
32355
32439
|
"kind": "method",
|
32356
|
-
"name": "
|
32357
|
-
"privacy": "
|
32440
|
+
"name": "addItemEvents",
|
32441
|
+
"privacy": "private",
|
32358
32442
|
"static": true,
|
32359
32443
|
"parameters": [
|
32360
32444
|
{
|
32361
|
-
"name": "
|
32445
|
+
"name": "menu",
|
32446
|
+
"type": {
|
32447
|
+
"text": "DropupMenu"
|
32448
|
+
}
|
32449
|
+
},
|
32450
|
+
{
|
32451
|
+
"name": "item",
|
32362
32452
|
"type": {
|
32363
32453
|
"text": "HTMLElement"
|
32364
32454
|
}
|
32365
32455
|
},
|
32366
32456
|
{
|
32367
|
-
"name": "
|
32457
|
+
"name": "inputButton",
|
32458
|
+
"type": {
|
32459
|
+
"text": "HTMLElement"
|
32460
|
+
}
|
32461
|
+
},
|
32462
|
+
{
|
32463
|
+
"name": "styles",
|
32464
|
+
"type": {
|
32465
|
+
"text": "StatefulStyles"
|
32466
|
+
}
|
32467
|
+
}
|
32468
|
+
]
|
32469
|
+
},
|
32470
|
+
{
|
32471
|
+
"kind": "method",
|
32472
|
+
"name": "createItemText",
|
32473
|
+
"privacy": "private",
|
32474
|
+
"static": true,
|
32475
|
+
"parameters": [
|
32476
|
+
{
|
32477
|
+
"name": "dropupText",
|
32368
32478
|
"optional": true,
|
32369
32479
|
"type": {
|
32370
|
-
"text": "
|
32480
|
+
"text": "string"
|
32371
32481
|
}
|
32372
32482
|
},
|
32373
32483
|
{
|
32374
|
-
"name": "
|
32484
|
+
"name": "textStyle",
|
32375
32485
|
"optional": true,
|
32376
32486
|
"type": {
|
32377
|
-
"text": "
|
32487
|
+
"text": "CustomStyle"
|
32378
32488
|
}
|
32379
32489
|
}
|
32380
32490
|
]
|
32381
32491
|
},
|
32382
32492
|
{
|
32383
32493
|
"kind": "method",
|
32384
|
-
"name": "
|
32494
|
+
"name": "createItemIcon",
|
32385
32495
|
"privacy": "private",
|
32386
32496
|
"static": true,
|
32387
32497
|
"parameters": [
|
32388
32498
|
{
|
32389
|
-
"name": "
|
32499
|
+
"name": "inputButtonElement",
|
32390
32500
|
"type": {
|
32391
|
-
"text": "
|
32501
|
+
"text": "HTMLElement"
|
32392
32502
|
}
|
32393
32503
|
},
|
32394
32504
|
{
|
32395
|
-
"name": "
|
32505
|
+
"name": "iconContainerStyle",
|
32506
|
+
"optional": true,
|
32396
32507
|
"type": {
|
32397
|
-
"text": "
|
32508
|
+
"text": "CustomStyle"
|
32398
32509
|
}
|
32399
32510
|
}
|
32400
32511
|
]
|
32401
32512
|
},
|
32402
32513
|
{
|
32403
32514
|
"kind": "method",
|
32404
|
-
"name": "
|
32515
|
+
"name": "populateItem",
|
32405
32516
|
"privacy": "private",
|
32406
32517
|
"static": true,
|
32407
32518
|
"parameters": [
|
32408
32519
|
{
|
32409
|
-
"name": "
|
32520
|
+
"name": "elementRef",
|
32410
32521
|
"type": {
|
32411
|
-
"text": "
|
32522
|
+
"text": "HTMLElement"
|
32523
|
+
}
|
32524
|
+
},
|
32525
|
+
{
|
32526
|
+
"name": "item",
|
32527
|
+
"type": {
|
32528
|
+
"text": "HTMLElement"
|
32529
|
+
}
|
32530
|
+
},
|
32531
|
+
{
|
32532
|
+
"name": "dropupText",
|
32533
|
+
"optional": true,
|
32534
|
+
"type": {
|
32535
|
+
"text": "string"
|
32536
|
+
}
|
32537
|
+
},
|
32538
|
+
{
|
32539
|
+
"name": "styles",
|
32540
|
+
"optional": true,
|
32541
|
+
"type": {
|
32542
|
+
"text": "DropupMenuStyles"
|
32412
32543
|
}
|
32413
32544
|
}
|
32414
32545
|
]
|
32415
32546
|
},
|
32416
32547
|
{
|
32417
32548
|
"kind": "method",
|
32418
|
-
"name": "
|
32419
|
-
"privacy": "
|
32549
|
+
"name": "createItem",
|
32550
|
+
"privacy": "public",
|
32420
32551
|
"static": true,
|
32421
32552
|
"parameters": [
|
32422
32553
|
{
|
32423
|
-
"name": "
|
32554
|
+
"name": "menu",
|
32424
32555
|
"type": {
|
32425
|
-
"text": "
|
32556
|
+
"text": "DropupMenu"
|
32426
32557
|
}
|
32427
32558
|
},
|
32428
32559
|
{
|
32429
|
-
"name": "
|
32560
|
+
"name": "inputButton",
|
32430
32561
|
"type": {
|
32431
|
-
"text": "
|
32562
|
+
"text": "InputButton"
|
32432
32563
|
}
|
32433
32564
|
},
|
32434
32565
|
{
|
32435
|
-
"name": "
|
32566
|
+
"name": "styles",
|
32567
|
+
"optional": true,
|
32436
32568
|
"type": {
|
32437
|
-
"text": "
|
32569
|
+
"text": "DropupMenuStyles"
|
32438
32570
|
}
|
32439
32571
|
}
|
32440
32572
|
]
|
@@ -32445,75 +32577,37 @@
|
|
32445
32577
|
"exports": [
|
32446
32578
|
{
|
32447
32579
|
"kind": "js",
|
32448
|
-
"name": "
|
32580
|
+
"name": "DropupItem",
|
32449
32581
|
"declaration": {
|
32450
|
-
"name": "
|
32451
|
-
"module": "src/views/chat/input/
|
32582
|
+
"name": "DropupItem",
|
32583
|
+
"module": "src/views/chat/input/dropup/dropupItem.ts"
|
32452
32584
|
}
|
32453
32585
|
}
|
32454
32586
|
]
|
32455
32587
|
},
|
32456
32588
|
{
|
32457
32589
|
"kind": "javascript-module",
|
32458
|
-
"path": "src/views/chat/input/
|
32590
|
+
"path": "src/views/chat/input/dropup/dropupItemNavigation.ts",
|
32459
32591
|
"declarations": [
|
32460
32592
|
{
|
32461
32593
|
"kind": "class",
|
32462
32594
|
"description": "",
|
32463
|
-
"name": "
|
32595
|
+
"name": "DropupItemNavigation",
|
32464
32596
|
"members": [
|
32465
|
-
{
|
32466
|
-
"kind": "field",
|
32467
|
-
"name": "_fileAttachmentsTypes",
|
32468
|
-
"type": {
|
32469
|
-
"text": "FileAttachmentsType[]"
|
32470
|
-
},
|
32471
|
-
"privacy": "private",
|
32472
|
-
"default": "[]"
|
32473
|
-
},
|
32474
|
-
{
|
32475
|
-
"kind": "field",
|
32476
|
-
"name": "elementRef",
|
32477
|
-
"type": {
|
32478
|
-
"text": "HTMLElement"
|
32479
|
-
}
|
32480
|
-
},
|
32481
32597
|
{
|
32482
32598
|
"kind": "method",
|
32483
|
-
"name": "
|
32599
|
+
"name": "focusItemWhenOnEdge",
|
32600
|
+
"privacy": "private",
|
32601
|
+
"static": true,
|
32484
32602
|
"parameters": [
|
32485
32603
|
{
|
32486
|
-
"name": "
|
32487
|
-
"type": {
|
32488
|
-
"text": "DeepChat"
|
32489
|
-
}
|
32490
|
-
},
|
32491
|
-
{
|
32492
|
-
"name": "files",
|
32604
|
+
"name": "dropupElement",
|
32493
32605
|
"type": {
|
32494
|
-
"text": "
|
32606
|
+
"text": "HTMLElement"
|
32495
32607
|
}
|
32496
32608
|
},
|
32497
32609
|
{
|
32498
|
-
"name": "
|
32499
|
-
"type": {
|
32500
|
-
"text": "keyof ServiceFileTypes"
|
32501
|
-
}
|
32502
|
-
}
|
32503
|
-
]
|
32504
|
-
},
|
32505
|
-
{
|
32506
|
-
"kind": "method",
|
32507
|
-
"name": "createAttachmentContainer",
|
32508
|
-
"privacy": "private"
|
32509
|
-
},
|
32510
|
-
{
|
32511
|
-
"kind": "method",
|
32512
|
-
"name": "toggleContainerDisplay",
|
32513
|
-
"privacy": "private",
|
32514
|
-
"parameters": [
|
32515
|
-
{
|
32516
|
-
"name": "display",
|
32610
|
+
"name": "isNext",
|
32517
32611
|
"type": {
|
32518
32612
|
"text": "boolean"
|
32519
32613
|
}
|
@@ -32522,51 +32616,38 @@
|
|
32522
32616
|
},
|
32523
32617
|
{
|
32524
32618
|
"kind": "method",
|
32525
|
-
"name": "
|
32526
|
-
},
|
32527
|
-
{
|
32528
|
-
"kind": "method",
|
32529
|
-
"name": "completePlaceholders"
|
32530
|
-
},
|
32531
|
-
{
|
32532
|
-
"kind": "method",
|
32533
|
-
"name": "addFilesToType",
|
32619
|
+
"name": "focusSiblingItem",
|
32534
32620
|
"privacy": "public",
|
32535
32621
|
"static": true,
|
32622
|
+
"return": {
|
32623
|
+
"type": {
|
32624
|
+
"text": "void"
|
32625
|
+
}
|
32626
|
+
},
|
32536
32627
|
"parameters": [
|
32537
32628
|
{
|
32538
|
-
"name": "
|
32629
|
+
"name": "focusedItem",
|
32539
32630
|
"type": {
|
32540
|
-
"text": "
|
32631
|
+
"text": "HTMLElement"
|
32541
32632
|
}
|
32542
32633
|
},
|
32543
32634
|
{
|
32544
|
-
"name": "
|
32635
|
+
"name": "dropupElement",
|
32545
32636
|
"type": {
|
32546
|
-
"text": "
|
32637
|
+
"text": "HTMLElement"
|
32547
32638
|
}
|
32548
|
-
}
|
32549
|
-
]
|
32550
|
-
},
|
32551
|
-
{
|
32552
|
-
"kind": "method",
|
32553
|
-
"name": "addFilesToAnyType",
|
32554
|
-
"parameters": [
|
32639
|
+
},
|
32555
32640
|
{
|
32556
|
-
"name": "
|
32641
|
+
"name": "isNext",
|
32557
32642
|
"type": {
|
32558
|
-
"text": "
|
32643
|
+
"text": "boolean"
|
32559
32644
|
}
|
32645
|
+
},
|
32646
|
+
{
|
32647
|
+
"name": "isEdgeItem",
|
32648
|
+
"default": "false"
|
32560
32649
|
}
|
32561
32650
|
]
|
32562
|
-
},
|
32563
|
-
{
|
32564
|
-
"kind": "method",
|
32565
|
-
"name": "removeAllFiles"
|
32566
|
-
},
|
32567
|
-
{
|
32568
|
-
"kind": "method",
|
32569
|
-
"name": "getNumberOfTypes"
|
32570
32651
|
}
|
32571
32652
|
]
|
32572
32653
|
}
|
@@ -32574,39 +32655,104 @@
|
|
32574
32655
|
"exports": [
|
32575
32656
|
{
|
32576
32657
|
"kind": "js",
|
32577
|
-
"name": "
|
32658
|
+
"name": "DropupItemNavigation",
|
32578
32659
|
"declaration": {
|
32579
|
-
"name": "
|
32580
|
-
"module": "src/views/chat/input/
|
32660
|
+
"name": "DropupItemNavigation",
|
32661
|
+
"module": "src/views/chat/input/dropup/dropupItemNavigation.ts"
|
32581
32662
|
}
|
32582
32663
|
}
|
32583
32664
|
]
|
32584
32665
|
},
|
32585
32666
|
{
|
32586
32667
|
"kind": "javascript-module",
|
32587
|
-
"path": "src/views/chat/input/
|
32668
|
+
"path": "src/views/chat/input/dropup/dropupMenu.ts",
|
32588
32669
|
"declarations": [
|
32589
32670
|
{
|
32590
32671
|
"kind": "class",
|
32591
32672
|
"description": "",
|
32592
|
-
"name": "
|
32673
|
+
"name": "DropupMenu",
|
32593
32674
|
"members": [
|
32675
|
+
{
|
32676
|
+
"kind": "field",
|
32677
|
+
"name": "elementRef",
|
32678
|
+
"type": {
|
32679
|
+
"text": "HTMLElement"
|
32680
|
+
}
|
32681
|
+
},
|
32682
|
+
{
|
32683
|
+
"kind": "field",
|
32684
|
+
"name": "_isOpen",
|
32685
|
+
"type": {
|
32686
|
+
"text": "boolean"
|
32687
|
+
},
|
32688
|
+
"privacy": "private",
|
32689
|
+
"default": "true"
|
32690
|
+
},
|
32691
|
+
{
|
32692
|
+
"kind": "field",
|
32693
|
+
"name": "highlightedItem",
|
32694
|
+
"type": {
|
32695
|
+
"text": "HTMLElement | undefined"
|
32696
|
+
}
|
32697
|
+
},
|
32698
|
+
{
|
32699
|
+
"kind": "field",
|
32700
|
+
"name": "_styles",
|
32701
|
+
"type": {
|
32702
|
+
"text": "DropupMenuStyles | undefined"
|
32703
|
+
},
|
32704
|
+
"privacy": "private",
|
32705
|
+
"default": "styles"
|
32706
|
+
},
|
32594
32707
|
{
|
32595
32708
|
"kind": "method",
|
32596
|
-
"name": "
|
32597
|
-
"privacy": "
|
32709
|
+
"name": "createElement",
|
32710
|
+
"privacy": "private",
|
32598
32711
|
"static": true,
|
32599
32712
|
"parameters": [
|
32600
32713
|
{
|
32601
|
-
"name": "
|
32714
|
+
"name": "containerStyle",
|
32715
|
+
"optional": true,
|
32602
32716
|
"type": {
|
32603
|
-
"text": "
|
32717
|
+
"text": "CustomStyle"
|
32604
32718
|
}
|
32605
|
-
}
|
32719
|
+
}
|
32720
|
+
]
|
32721
|
+
},
|
32722
|
+
{
|
32723
|
+
"kind": "method",
|
32724
|
+
"name": "open",
|
32725
|
+
"privacy": "private"
|
32726
|
+
},
|
32727
|
+
{
|
32728
|
+
"kind": "method",
|
32729
|
+
"name": "close"
|
32730
|
+
},
|
32731
|
+
{
|
32732
|
+
"kind": "method",
|
32733
|
+
"name": "toggle"
|
32734
|
+
},
|
32735
|
+
{
|
32736
|
+
"kind": "method",
|
32737
|
+
"name": "addItem",
|
32738
|
+
"parameters": [
|
32606
32739
|
{
|
32607
|
-
"name": "
|
32740
|
+
"name": "inputButton",
|
32608
32741
|
"type": {
|
32609
|
-
"text": "
|
32742
|
+
"text": "InputButton"
|
32743
|
+
}
|
32744
|
+
}
|
32745
|
+
]
|
32746
|
+
},
|
32747
|
+
{
|
32748
|
+
"kind": "method",
|
32749
|
+
"name": "addWindowEvents",
|
32750
|
+
"privacy": "private",
|
32751
|
+
"parameters": [
|
32752
|
+
{
|
32753
|
+
"name": "containerElement",
|
32754
|
+
"type": {
|
32755
|
+
"text": "HTMLElement"
|
32610
32756
|
}
|
32611
32757
|
}
|
32612
32758
|
]
|
@@ -32617,10 +32763,10 @@
|
|
32617
32763
|
"exports": [
|
32618
32764
|
{
|
32619
32765
|
"kind": "js",
|
32620
|
-
"name": "
|
32766
|
+
"name": "DropupMenu",
|
32621
32767
|
"declaration": {
|
32622
|
-
"name": "
|
32623
|
-
"module": "src/views/chat/input/
|
32768
|
+
"name": "DropupMenu",
|
32769
|
+
"module": "src/views/chat/input/dropup/dropupMenu.ts"
|
32624
32770
|
}
|
32625
32771
|
}
|
32626
32772
|
]
|
@@ -32807,404 +32953,256 @@
|
|
32807
32953
|
},
|
32808
32954
|
{
|
32809
32955
|
"kind": "javascript-module",
|
32810
|
-
"path": "src/views/chat/input/
|
32956
|
+
"path": "src/views/chat/input/textInput/focusUtils.ts",
|
32811
32957
|
"declarations": [
|
32812
32958
|
{
|
32813
32959
|
"kind": "class",
|
32814
32960
|
"description": "",
|
32815
|
-
"name": "
|
32961
|
+
"name": "FocusUtils",
|
32816
32962
|
"members": [
|
32817
|
-
{
|
32818
|
-
"kind": "field",
|
32819
|
-
"name": "_menu",
|
32820
|
-
"type": {
|
32821
|
-
"text": "DropupMenu"
|
32822
|
-
},
|
32823
|
-
"privacy": "private",
|
32824
|
-
"default": "new DropupMenu(containerElement, styles?.menu)"
|
32825
|
-
},
|
32826
|
-
{
|
32827
|
-
"kind": "field",
|
32828
|
-
"name": "buttonContainer",
|
32829
|
-
"type": {
|
32830
|
-
"text": "HTMLElement"
|
32831
|
-
}
|
32832
|
-
},
|
32833
|
-
{
|
32834
|
-
"kind": "method",
|
32835
|
-
"name": "createButtonElement",
|
32836
|
-
"privacy": "private",
|
32837
|
-
"static": true
|
32838
|
-
},
|
32839
|
-
{
|
32840
|
-
"kind": "method",
|
32841
|
-
"name": "createInnerElements",
|
32842
|
-
"privacy": "private",
|
32843
|
-
"parameters": [
|
32844
|
-
{
|
32845
|
-
"name": "customStyles",
|
32846
|
-
"optional": true,
|
32847
|
-
"type": {
|
32848
|
-
"text": "Styles"
|
32849
|
-
}
|
32850
|
-
}
|
32851
|
-
]
|
32852
|
-
},
|
32853
|
-
{
|
32854
|
-
"kind": "method",
|
32855
|
-
"name": "createInnerElement",
|
32856
|
-
"privacy": "private",
|
32857
|
-
"parameters": [
|
32858
|
-
{
|
32859
|
-
"name": "baseButton",
|
32860
|
-
"type": {
|
32861
|
-
"text": "SVGGraphicsElement"
|
32862
|
-
}
|
32863
|
-
},
|
32864
|
-
{
|
32865
|
-
"name": "state",
|
32866
|
-
"type": {
|
32867
|
-
"text": "'styles'"
|
32868
|
-
}
|
32869
|
-
},
|
32870
|
-
{
|
32871
|
-
"name": "customStyles",
|
32872
|
-
"optional": true,
|
32873
|
-
"type": {
|
32874
|
-
"text": "Styles"
|
32875
|
-
}
|
32876
|
-
}
|
32877
|
-
]
|
32878
|
-
},
|
32879
|
-
{
|
32880
|
-
"kind": "method",
|
32881
|
-
"name": "createSVGIconElement",
|
32882
|
-
"privacy": "private",
|
32883
|
-
"static": true
|
32884
|
-
},
|
32885
|
-
{
|
32886
|
-
"kind": "method",
|
32887
|
-
"name": "addClickEvent",
|
32888
|
-
"privacy": "private"
|
32889
|
-
},
|
32890
32963
|
{
|
32891
32964
|
"kind": "method",
|
32892
|
-
"name": "
|
32893
|
-
"privacy": "
|
32894
|
-
"static": true
|
32895
|
-
},
|
32896
|
-
{
|
32897
|
-
"kind": "method",
|
32898
|
-
"name": "addItem",
|
32965
|
+
"name": "focusEndOfInput",
|
32966
|
+
"privacy": "public",
|
32967
|
+
"static": true,
|
32899
32968
|
"parameters": [
|
32900
32969
|
{
|
32901
|
-
"name": "
|
32970
|
+
"name": "inputElement",
|
32902
32971
|
"type": {
|
32903
|
-
"text": "
|
32972
|
+
"text": "HTMLElement"
|
32904
32973
|
}
|
32905
32974
|
}
|
32906
32975
|
]
|
32907
32976
|
},
|
32908
32977
|
{
|
32909
32978
|
"kind": "method",
|
32910
|
-
"name": "
|
32911
|
-
"privacy": "
|
32979
|
+
"name": "focusFromParentElement",
|
32980
|
+
"privacy": "public",
|
32981
|
+
"static": true,
|
32912
32982
|
"parameters": [
|
32913
32983
|
{
|
32914
|
-
"name": "
|
32984
|
+
"name": "parentElement",
|
32915
32985
|
"type": {
|
32916
32986
|
"text": "HTMLElement"
|
32917
32987
|
}
|
32918
32988
|
}
|
32919
32989
|
]
|
32920
|
-
}
|
32990
|
+
}
|
32991
|
+
]
|
32992
|
+
}
|
32993
|
+
],
|
32994
|
+
"exports": [
|
32995
|
+
{
|
32996
|
+
"kind": "js",
|
32997
|
+
"name": "FocusUtils",
|
32998
|
+
"declaration": {
|
32999
|
+
"name": "FocusUtils",
|
33000
|
+
"module": "src/views/chat/input/textInput/focusUtils.ts"
|
33001
|
+
}
|
33002
|
+
}
|
33003
|
+
]
|
33004
|
+
},
|
33005
|
+
{
|
33006
|
+
"kind": "javascript-module",
|
33007
|
+
"path": "src/views/chat/input/textInput/pasteUtils.ts",
|
33008
|
+
"declarations": [
|
33009
|
+
{
|
33010
|
+
"kind": "class",
|
33011
|
+
"description": "",
|
33012
|
+
"name": "PasteUtils",
|
33013
|
+
"members": [
|
32921
33014
|
{
|
32922
33015
|
"kind": "method",
|
32923
|
-
"name": "
|
33016
|
+
"name": "sanitizePastedTextContent",
|
33017
|
+
"privacy": "public",
|
32924
33018
|
"static": true,
|
32925
33019
|
"parameters": [
|
32926
33020
|
{
|
32927
|
-
"name": "
|
32928
|
-
"type": {
|
32929
|
-
"text": "Positions"
|
32930
|
-
}
|
32931
|
-
},
|
32932
|
-
{
|
32933
|
-
"name": "dropupStyles",
|
32934
|
-
"optional": true,
|
33021
|
+
"name": "event",
|
32935
33022
|
"type": {
|
32936
|
-
"text": "
|
33023
|
+
"text": "ClipboardEvent"
|
32937
33024
|
}
|
32938
33025
|
}
|
32939
33026
|
]
|
32940
|
-
}
|
32941
|
-
|
32942
|
-
|
32943
|
-
|
32944
|
-
|
32945
|
-
|
32946
|
-
|
32947
|
-
|
32948
|
-
|
32949
|
-
|
32950
|
-
|
32951
|
-
|
32952
|
-
|
33027
|
+
}
|
33028
|
+
]
|
33029
|
+
}
|
33030
|
+
],
|
33031
|
+
"exports": [
|
33032
|
+
{
|
33033
|
+
"kind": "js",
|
33034
|
+
"name": "PasteUtils",
|
33035
|
+
"declaration": {
|
33036
|
+
"name": "PasteUtils",
|
33037
|
+
"module": "src/views/chat/input/textInput/pasteUtils.ts"
|
33038
|
+
}
|
33039
|
+
}
|
33040
|
+
]
|
33041
|
+
},
|
33042
|
+
{
|
33043
|
+
"kind": "javascript-module",
|
33044
|
+
"path": "src/views/chat/input/textInput/textInput.ts",
|
33045
|
+
"declarations": [
|
33046
|
+
{
|
33047
|
+
"kind": "class",
|
33048
|
+
"description": "",
|
33049
|
+
"name": "TextInputEl",
|
33050
|
+
"members": [
|
32953
33051
|
{
|
32954
33052
|
"kind": "field",
|
32955
|
-
"name": "
|
33053
|
+
"name": "TEXT_INPUT_ID",
|
32956
33054
|
"type": {
|
32957
|
-
"text": "
|
33055
|
+
"text": "string"
|
32958
33056
|
},
|
32959
|
-
"privacy": "
|
32960
|
-
"
|
32961
|
-
"
|
32962
|
-
"name": "InputButton",
|
32963
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32964
|
-
}
|
33057
|
+
"privacy": "public",
|
33058
|
+
"static": true,
|
33059
|
+
"default": "'text-input'"
|
32965
33060
|
},
|
32966
33061
|
{
|
32967
33062
|
"kind": "field",
|
32968
|
-
"name": "
|
33063
|
+
"name": "elementRef",
|
32969
33064
|
"type": {
|
32970
|
-
"text": "
|
32971
|
-
},
|
32972
|
-
"privacy": "protected",
|
32973
|
-
"default": "customStyles",
|
32974
|
-
"inheritedFrom": {
|
32975
|
-
"name": "InputButton",
|
32976
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
33065
|
+
"text": "HTMLElement"
|
32977
33066
|
}
|
32978
33067
|
},
|
32979
33068
|
{
|
32980
33069
|
"kind": "field",
|
32981
|
-
"name": "
|
33070
|
+
"name": "inputElementRef",
|
32982
33071
|
"type": {
|
32983
|
-
"text": "
|
32984
|
-
},
|
32985
|
-
"default": "position",
|
32986
|
-
"inheritedFrom": {
|
32987
|
-
"name": "InputButton",
|
32988
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
33072
|
+
"text": "HTMLElement"
|
32989
33073
|
}
|
32990
33074
|
},
|
32991
33075
|
{
|
32992
33076
|
"kind": "field",
|
32993
|
-
"name": "
|
33077
|
+
"name": "_config",
|
32994
33078
|
"type": {
|
32995
|
-
"text": "
|
33079
|
+
"text": "TextInput"
|
32996
33080
|
},
|
32997
|
-
"
|
32998
|
-
"
|
32999
|
-
|
33000
|
-
|
33081
|
+
"privacy": "private",
|
33082
|
+
"default": "processedConfig"
|
33083
|
+
},
|
33084
|
+
{
|
33085
|
+
"kind": "field",
|
33086
|
+
"name": "submit",
|
33087
|
+
"type": {
|
33088
|
+
"text": "() => void | undefined"
|
33001
33089
|
}
|
33002
33090
|
},
|
33003
33091
|
{
|
33004
33092
|
"kind": "method",
|
33005
|
-
"name": "
|
33093
|
+
"name": "processConfig",
|
33006
33094
|
"privacy": "private",
|
33095
|
+
"static": true,
|
33007
33096
|
"parameters": [
|
33008
33097
|
{
|
33009
|
-
"name": "
|
33010
|
-
"optional": true,
|
33098
|
+
"name": "serviceIO",
|
33011
33099
|
"type": {
|
33012
|
-
"text": "
|
33100
|
+
"text": "ServiceIO"
|
33013
33101
|
}
|
33014
|
-
}
|
33015
|
-
],
|
33016
|
-
"inheritedFrom": {
|
33017
|
-
"name": "InputButton",
|
33018
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
33019
|
-
}
|
33020
|
-
},
|
33021
|
-
{
|
33022
|
-
"kind": "method",
|
33023
|
-
"name": "buttonMouseEnter",
|
33024
|
-
"privacy": "private",
|
33025
|
-
"parameters": [
|
33102
|
+
},
|
33026
33103
|
{
|
33027
|
-
"name": "
|
33104
|
+
"name": "textInput",
|
33028
33105
|
"optional": true,
|
33029
33106
|
"type": {
|
33030
|
-
"text": "
|
33107
|
+
"text": "TextInput"
|
33031
33108
|
}
|
33032
33109
|
}
|
33033
|
-
]
|
33034
|
-
"inheritedFrom": {
|
33035
|
-
"name": "InputButton",
|
33036
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
33037
|
-
}
|
33110
|
+
]
|
33038
33111
|
},
|
33039
33112
|
{
|
33040
33113
|
"kind": "method",
|
33041
|
-
"name": "
|
33114
|
+
"name": "preventAutomaticScrollUpOnNewLine",
|
33042
33115
|
"privacy": "private",
|
33116
|
+
"static": true,
|
33043
33117
|
"parameters": [
|
33044
33118
|
{
|
33045
|
-
"name": "
|
33046
|
-
"optional": true,
|
33119
|
+
"name": "inputElement",
|
33047
33120
|
"type": {
|
33048
|
-
"text": "
|
33121
|
+
"text": "HTMLDivElement"
|
33049
33122
|
}
|
33050
33123
|
}
|
33051
|
-
]
|
33052
|
-
"inheritedFrom": {
|
33053
|
-
"name": "InputButton",
|
33054
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
33055
|
-
}
|
33124
|
+
]
|
33056
33125
|
},
|
33057
33126
|
{
|
33058
33127
|
"kind": "method",
|
33059
|
-
"name": "
|
33060
|
-
"privacy": "
|
33128
|
+
"name": "clear",
|
33129
|
+
"privacy": "public",
|
33130
|
+
"static": true,
|
33061
33131
|
"parameters": [
|
33062
33132
|
{
|
33063
|
-
"name": "
|
33064
|
-
"optional": true,
|
33133
|
+
"name": "inputElement",
|
33065
33134
|
"type": {
|
33066
|
-
"text": "
|
33135
|
+
"text": "HTMLElement"
|
33067
33136
|
}
|
33068
33137
|
}
|
33069
|
-
]
|
33070
|
-
"inheritedFrom": {
|
33071
|
-
"name": "InputButton",
|
33072
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
33073
|
-
}
|
33138
|
+
]
|
33074
33139
|
},
|
33075
33140
|
{
|
33076
33141
|
"kind": "method",
|
33077
|
-
"name": "
|
33142
|
+
"name": "createInputElement",
|
33078
33143
|
"privacy": "private",
|
33079
33144
|
"parameters": [
|
33080
33145
|
{
|
33081
|
-
"name": "
|
33146
|
+
"name": "textInput",
|
33082
33147
|
"optional": true,
|
33083
33148
|
"type": {
|
33084
|
-
"text": "
|
33149
|
+
"text": "TextInput"
|
33085
33150
|
}
|
33086
33151
|
}
|
33087
|
-
]
|
33088
|
-
"inheritedFrom": {
|
33089
|
-
"name": "InputButton",
|
33090
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
33091
|
-
}
|
33152
|
+
]
|
33092
33153
|
},
|
33093
33154
|
{
|
33094
33155
|
"kind": "method",
|
33095
|
-
"name": "
|
33096
|
-
"privacy": "public"
|
33097
|
-
"parameters": [
|
33098
|
-
{
|
33099
|
-
"name": "unsetTypes",
|
33100
|
-
"type": {
|
33101
|
-
"text": "(keyof T)[]"
|
33102
|
-
}
|
33103
|
-
}
|
33104
|
-
],
|
33105
|
-
"inheritedFrom": {
|
33106
|
-
"name": "InputButton",
|
33107
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
33108
|
-
}
|
33156
|
+
"name": "removeTextIfPlaceholder",
|
33157
|
+
"privacy": "public"
|
33109
33158
|
},
|
33110
33159
|
{
|
33111
33160
|
"kind": "method",
|
33112
|
-
"name": "
|
33161
|
+
"name": "toggleEditability",
|
33113
33162
|
"privacy": "public",
|
33163
|
+
"static": true,
|
33114
33164
|
"parameters": [
|
33115
33165
|
{
|
33116
|
-
"name": "
|
33166
|
+
"name": "inputElement",
|
33117
33167
|
"type": {
|
33118
|
-
"text": "
|
33168
|
+
"text": "HTMLElement"
|
33119
33169
|
}
|
33120
33170
|
},
|
33121
33171
|
{
|
33122
|
-
"name": "
|
33123
|
-
"optional": true,
|
33172
|
+
"name": "isEditable",
|
33124
33173
|
"type": {
|
33125
|
-
"text": "
|
33174
|
+
"text": "boolean"
|
33126
33175
|
}
|
33127
33176
|
}
|
33128
|
-
]
|
33129
|
-
|
33130
|
-
"name": "InputButton",
|
33131
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
33132
|
-
}
|
33133
|
-
}
|
33134
|
-
],
|
33135
|
-
"superclass": {
|
33136
|
-
"name": "InputButton",
|
33137
|
-
"module": "/src/views/chat/input/buttons/inputButton"
|
33138
|
-
}
|
33139
|
-
}
|
33140
|
-
],
|
33141
|
-
"exports": [
|
33142
|
-
{
|
33143
|
-
"kind": "js",
|
33144
|
-
"name": "Dropup",
|
33145
|
-
"declaration": {
|
33146
|
-
"name": "Dropup",
|
33147
|
-
"module": "src/views/chat/input/dropup/dropup.ts"
|
33148
|
-
}
|
33149
|
-
}
|
33150
|
-
]
|
33151
|
-
},
|
33152
|
-
{
|
33153
|
-
"kind": "javascript-module",
|
33154
|
-
"path": "src/views/chat/input/dropup/dropupItem.ts",
|
33155
|
-
"declarations": [
|
33156
|
-
{
|
33157
|
-
"kind": "class",
|
33158
|
-
"description": "",
|
33159
|
-
"name": "DropupItem",
|
33160
|
-
"members": [
|
33177
|
+
]
|
33178
|
+
},
|
33161
33179
|
{
|
33162
33180
|
"kind": "method",
|
33163
|
-
"name": "
|
33181
|
+
"name": "addEventListeners",
|
33164
33182
|
"privacy": "private",
|
33165
|
-
"static": true,
|
33166
33183
|
"parameters": [
|
33167
33184
|
{
|
33168
|
-
"name": "
|
33169
|
-
"type": {
|
33170
|
-
"text": "DropupMenu"
|
33171
|
-
}
|
33172
|
-
},
|
33173
|
-
{
|
33174
|
-
"name": "item",
|
33175
|
-
"type": {
|
33176
|
-
"text": "HTMLElement"
|
33177
|
-
}
|
33178
|
-
},
|
33179
|
-
{
|
33180
|
-
"name": "inputButton",
|
33185
|
+
"name": "inputElement",
|
33181
33186
|
"type": {
|
33182
33187
|
"text": "HTMLElement"
|
33183
33188
|
}
|
33184
33189
|
},
|
33185
33190
|
{
|
33186
|
-
"name": "
|
33191
|
+
"name": "textInput",
|
33192
|
+
"optional": true,
|
33187
33193
|
"type": {
|
33188
|
-
"text": "
|
33194
|
+
"text": "TextInput"
|
33189
33195
|
}
|
33190
33196
|
}
|
33191
33197
|
]
|
33192
33198
|
},
|
33193
33199
|
{
|
33194
33200
|
"kind": "method",
|
33195
|
-
"name": "
|
33201
|
+
"name": "onFocus",
|
33196
33202
|
"privacy": "private",
|
33197
|
-
"static": true,
|
33198
33203
|
"parameters": [
|
33199
33204
|
{
|
33200
|
-
"name": "
|
33201
|
-
"optional": true,
|
33202
|
-
"type": {
|
33203
|
-
"text": "string"
|
33204
|
-
}
|
33205
|
-
},
|
33206
|
-
{
|
33207
|
-
"name": "textStyle",
|
33205
|
+
"name": "focusStyle",
|
33208
33206
|
"optional": true,
|
33209
33207
|
"type": {
|
33210
33208
|
"text": "CustomStyle"
|
@@ -33214,18 +33212,17 @@
|
|
33214
33212
|
},
|
33215
33213
|
{
|
33216
33214
|
"kind": "method",
|
33217
|
-
"name": "
|
33215
|
+
"name": "onBlur",
|
33218
33216
|
"privacy": "private",
|
33219
|
-
"static": true,
|
33220
33217
|
"parameters": [
|
33221
33218
|
{
|
33222
|
-
"name": "
|
33219
|
+
"name": "focusStyle",
|
33223
33220
|
"type": {
|
33224
|
-
"text": "
|
33221
|
+
"text": "CustomStyle"
|
33225
33222
|
}
|
33226
33223
|
},
|
33227
33224
|
{
|
33228
|
-
"name": "
|
33225
|
+
"name": "containerStyle",
|
33229
33226
|
"optional": true,
|
33230
33227
|
"type": {
|
33231
33228
|
"text": "CustomStyle"
|
@@ -33235,61 +33232,28 @@
|
|
33235
33232
|
},
|
33236
33233
|
{
|
33237
33234
|
"kind": "method",
|
33238
|
-
"name": "
|
33235
|
+
"name": "createContainerElement",
|
33239
33236
|
"privacy": "private",
|
33240
33237
|
"static": true,
|
33241
33238
|
"parameters": [
|
33242
33239
|
{
|
33243
|
-
"name": "
|
33244
|
-
"type": {
|
33245
|
-
"text": "HTMLElement"
|
33246
|
-
}
|
33247
|
-
},
|
33248
|
-
{
|
33249
|
-
"name": "item",
|
33250
|
-
"type": {
|
33251
|
-
"text": "HTMLElement"
|
33252
|
-
}
|
33253
|
-
},
|
33254
|
-
{
|
33255
|
-
"name": "dropupText",
|
33256
|
-
"optional": true,
|
33257
|
-
"type": {
|
33258
|
-
"text": "string"
|
33259
|
-
}
|
33260
|
-
},
|
33261
|
-
{
|
33262
|
-
"name": "styles",
|
33240
|
+
"name": "containerStyle",
|
33263
33241
|
"optional": true,
|
33264
33242
|
"type": {
|
33265
|
-
"text": "
|
33243
|
+
"text": "CustomStyle"
|
33266
33244
|
}
|
33267
33245
|
}
|
33268
33246
|
]
|
33269
33247
|
},
|
33270
33248
|
{
|
33271
33249
|
"kind": "method",
|
33272
|
-
"name": "
|
33273
|
-
"privacy": "
|
33274
|
-
"static": true,
|
33250
|
+
"name": "onKeydown",
|
33251
|
+
"privacy": "private",
|
33275
33252
|
"parameters": [
|
33276
33253
|
{
|
33277
|
-
"name": "
|
33278
|
-
"type": {
|
33279
|
-
"text": "DropupMenu"
|
33280
|
-
}
|
33281
|
-
},
|
33282
|
-
{
|
33283
|
-
"name": "inputButton",
|
33284
|
-
"type": {
|
33285
|
-
"text": "InputButton"
|
33286
|
-
}
|
33287
|
-
},
|
33288
|
-
{
|
33289
|
-
"name": "styles",
|
33290
|
-
"optional": true,
|
33254
|
+
"name": "event",
|
33291
33255
|
"type": {
|
33292
|
-
"text": "
|
33256
|
+
"text": "KeyboardEvent"
|
33293
33257
|
}
|
33294
33258
|
}
|
33295
33259
|
]
|
@@ -33300,182 +33264,114 @@
|
|
33300
33264
|
"exports": [
|
33301
33265
|
{
|
33302
33266
|
"kind": "js",
|
33303
|
-
"name": "
|
33267
|
+
"name": "TextInputEl",
|
33304
33268
|
"declaration": {
|
33305
|
-
"name": "
|
33306
|
-
"module": "src/views/chat/input/
|
33269
|
+
"name": "TextInputEl",
|
33270
|
+
"module": "src/views/chat/input/textInput/textInput.ts"
|
33307
33271
|
}
|
33308
33272
|
}
|
33309
33273
|
]
|
33310
33274
|
},
|
33311
33275
|
{
|
33312
33276
|
"kind": "javascript-module",
|
33313
|
-
"path": "src/views/chat/input/
|
33277
|
+
"path": "src/views/chat/input/textInput/textInputEvents.ts",
|
33314
33278
|
"declarations": [
|
33315
33279
|
{
|
33316
33280
|
"kind": "class",
|
33317
33281
|
"description": "",
|
33318
|
-
"name": "
|
33282
|
+
"name": "TextInputEvents",
|
33319
33283
|
"members": [
|
33320
33284
|
{
|
33321
|
-
"kind": "
|
33322
|
-
"name": "
|
33285
|
+
"kind": "field",
|
33286
|
+
"name": "PERMITTED_KEYS",
|
33323
33287
|
"privacy": "private",
|
33324
33288
|
"static": true,
|
33325
|
-
"
|
33326
|
-
{
|
33327
|
-
"name": "dropupElement",
|
33328
|
-
"type": {
|
33329
|
-
"text": "HTMLElement"
|
33330
|
-
}
|
33331
|
-
},
|
33332
|
-
{
|
33333
|
-
"name": "isNext",
|
33334
|
-
"type": {
|
33335
|
-
"text": "boolean"
|
33336
|
-
}
|
33337
|
-
}
|
33338
|
-
]
|
33289
|
+
"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 ])"
|
33339
33290
|
},
|
33340
33291
|
{
|
33341
33292
|
"kind": "method",
|
33342
|
-
"name": "
|
33293
|
+
"name": "add",
|
33343
33294
|
"privacy": "public",
|
33344
33295
|
"static": true,
|
33345
|
-
"return": {
|
33346
|
-
"type": {
|
33347
|
-
"text": "void"
|
33348
|
-
}
|
33349
|
-
},
|
33350
33296
|
"parameters": [
|
33351
33297
|
{
|
33352
|
-
"name": "
|
33298
|
+
"name": "inputElement",
|
33353
33299
|
"type": {
|
33354
33300
|
"text": "HTMLElement"
|
33355
33301
|
}
|
33356
33302
|
},
|
33357
33303
|
{
|
33358
|
-
"name": "
|
33304
|
+
"name": "characterLimit",
|
33305
|
+
"optional": true,
|
33359
33306
|
"type": {
|
33360
|
-
"text": "
|
33307
|
+
"text": "number"
|
33361
33308
|
}
|
33362
33309
|
},
|
33363
33310
|
{
|
33364
|
-
"name": "
|
33311
|
+
"name": "validationHandler",
|
33312
|
+
"optional": true,
|
33365
33313
|
"type": {
|
33366
|
-
"text": "
|
33314
|
+
"text": "ValidationHandler"
|
33367
33315
|
}
|
33368
|
-
},
|
33369
|
-
{
|
33370
|
-
"name": "isEdgeItem",
|
33371
|
-
"default": "false"
|
33372
33316
|
}
|
33373
33317
|
]
|
33374
|
-
}
|
33375
|
-
]
|
33376
|
-
}
|
33377
|
-
],
|
33378
|
-
"exports": [
|
33379
|
-
{
|
33380
|
-
"kind": "js",
|
33381
|
-
"name": "DropupItemNavigation",
|
33382
|
-
"declaration": {
|
33383
|
-
"name": "DropupItemNavigation",
|
33384
|
-
"module": "src/views/chat/input/dropup/dropupItemNavigation.ts"
|
33385
|
-
}
|
33386
|
-
}
|
33387
|
-
]
|
33388
|
-
},
|
33389
|
-
{
|
33390
|
-
"kind": "javascript-module",
|
33391
|
-
"path": "src/views/chat/input/dropup/dropupMenu.ts",
|
33392
|
-
"declarations": [
|
33393
|
-
{
|
33394
|
-
"kind": "class",
|
33395
|
-
"description": "",
|
33396
|
-
"name": "DropupMenu",
|
33397
|
-
"members": [
|
33398
|
-
{
|
33399
|
-
"kind": "field",
|
33400
|
-
"name": "elementRef",
|
33401
|
-
"type": {
|
33402
|
-
"text": "HTMLElement"
|
33403
|
-
}
|
33404
|
-
},
|
33405
|
-
{
|
33406
|
-
"kind": "field",
|
33407
|
-
"name": "_isOpen",
|
33408
|
-
"type": {
|
33409
|
-
"text": "boolean"
|
33410
|
-
},
|
33411
|
-
"privacy": "private",
|
33412
|
-
"default": "true"
|
33413
|
-
},
|
33414
|
-
{
|
33415
|
-
"kind": "field",
|
33416
|
-
"name": "highlightedItem",
|
33417
|
-
"type": {
|
33418
|
-
"text": "HTMLElement | undefined"
|
33419
|
-
}
|
33420
|
-
},
|
33421
|
-
{
|
33422
|
-
"kind": "field",
|
33423
|
-
"name": "_styles",
|
33424
|
-
"type": {
|
33425
|
-
"text": "DropupMenuStyles | undefined"
|
33426
|
-
},
|
33427
|
-
"privacy": "private",
|
33428
|
-
"default": "styles"
|
33429
33318
|
},
|
33430
33319
|
{
|
33431
33320
|
"kind": "method",
|
33432
|
-
"name": "
|
33321
|
+
"name": "onKeyDown",
|
33433
33322
|
"privacy": "private",
|
33434
33323
|
"static": true,
|
33435
33324
|
"parameters": [
|
33436
33325
|
{
|
33437
|
-
"name": "
|
33438
|
-
"optional": true,
|
33326
|
+
"name": "characterLimit",
|
33439
33327
|
"type": {
|
33440
|
-
"text": "
|
33328
|
+
"text": "number"
|
33329
|
+
}
|
33330
|
+
},
|
33331
|
+
{
|
33332
|
+
"name": "event",
|
33333
|
+
"type": {
|
33334
|
+
"text": "KeyboardEvent"
|
33441
33335
|
}
|
33442
33336
|
}
|
33443
33337
|
]
|
33444
33338
|
},
|
33445
33339
|
{
|
33446
33340
|
"kind": "method",
|
33447
|
-
"name": "
|
33448
|
-
"privacy": "private"
|
33449
|
-
|
33450
|
-
{
|
33451
|
-
"kind": "method",
|
33452
|
-
"name": "close"
|
33453
|
-
},
|
33454
|
-
{
|
33455
|
-
"kind": "method",
|
33456
|
-
"name": "toggle"
|
33457
|
-
},
|
33458
|
-
{
|
33459
|
-
"kind": "method",
|
33460
|
-
"name": "addItem",
|
33341
|
+
"name": "isKeyCombinationPermitted",
|
33342
|
+
"privacy": "private",
|
33343
|
+
"static": true,
|
33461
33344
|
"parameters": [
|
33462
33345
|
{
|
33463
|
-
"name": "
|
33346
|
+
"name": "event",
|
33464
33347
|
"type": {
|
33465
|
-
"text": "
|
33348
|
+
"text": "KeyboardEvent"
|
33466
33349
|
}
|
33467
33350
|
}
|
33468
33351
|
]
|
33469
33352
|
},
|
33470
33353
|
{
|
33471
33354
|
"kind": "method",
|
33472
|
-
"name": "
|
33355
|
+
"name": "onInput",
|
33473
33356
|
"privacy": "private",
|
33357
|
+
"static": true,
|
33474
33358
|
"parameters": [
|
33475
33359
|
{
|
33476
|
-
"name": "
|
33360
|
+
"name": "characterLimit",
|
33477
33361
|
"type": {
|
33478
|
-
"text": "
|
33362
|
+
"text": "number | undefined"
|
33363
|
+
}
|
33364
|
+
},
|
33365
|
+
{
|
33366
|
+
"name": "validate",
|
33367
|
+
"type": {
|
33368
|
+
"text": "ValidationHandler | undefined"
|
33369
|
+
}
|
33370
|
+
},
|
33371
|
+
{
|
33372
|
+
"name": "event",
|
33373
|
+
"type": {
|
33374
|
+
"text": "Event"
|
33479
33375
|
}
|
33480
33376
|
}
|
33481
33377
|
]
|
@@ -33486,10 +33382,10 @@
|
|
33486
33382
|
"exports": [
|
33487
33383
|
{
|
33488
33384
|
"kind": "js",
|
33489
|
-
"name": "
|
33385
|
+
"name": "TextInputEvents",
|
33490
33386
|
"declaration": {
|
33491
|
-
"name": "
|
33492
|
-
"module": "src/views/chat/input/
|
33387
|
+
"name": "TextInputEvents",
|
33388
|
+
"module": "src/views/chat/input/textInput/textInputEvents.ts"
|
33493
33389
|
}
|
33494
33390
|
}
|
33495
33391
|
]
|
@@ -38965,6 +38861,110 @@
|
|
38965
38861
|
}
|
38966
38862
|
}
|
38967
38863
|
]
|
38864
|
+
},
|
38865
|
+
{
|
38866
|
+
"kind": "javascript-module",
|
38867
|
+
"path": "src/views/chat/introPanel/introPanel.ts",
|
38868
|
+
"declarations": [
|
38869
|
+
{
|
38870
|
+
"kind": "class",
|
38871
|
+
"description": "",
|
38872
|
+
"name": "IntroPanel",
|
38873
|
+
"members": [
|
38874
|
+
{
|
38875
|
+
"kind": "field",
|
38876
|
+
"name": "_elementRef",
|
38877
|
+
"type": {
|
38878
|
+
"text": "HTMLElement | undefined"
|
38879
|
+
}
|
38880
|
+
},
|
38881
|
+
{
|
38882
|
+
"kind": "field",
|
38883
|
+
"name": "_isDisplayed",
|
38884
|
+
"type": {
|
38885
|
+
"text": "boolean"
|
38886
|
+
},
|
38887
|
+
"privacy": "private",
|
38888
|
+
"default": "false"
|
38889
|
+
},
|
38890
|
+
{
|
38891
|
+
"kind": "method",
|
38892
|
+
"name": "createIntroPanel",
|
38893
|
+
"privacy": "private",
|
38894
|
+
"static": true,
|
38895
|
+
"parameters": [
|
38896
|
+
{
|
38897
|
+
"name": "introPanelStyle",
|
38898
|
+
"optional": true,
|
38899
|
+
"type": {
|
38900
|
+
"text": "CustomStyle"
|
38901
|
+
}
|
38902
|
+
}
|
38903
|
+
]
|
38904
|
+
},
|
38905
|
+
{
|
38906
|
+
"kind": "method",
|
38907
|
+
"name": "createIntroPanelWithChild",
|
38908
|
+
"privacy": "private",
|
38909
|
+
"parameters": [
|
38910
|
+
{
|
38911
|
+
"name": "childElement",
|
38912
|
+
"type": {
|
38913
|
+
"text": "HTMLElement"
|
38914
|
+
}
|
38915
|
+
},
|
38916
|
+
{
|
38917
|
+
"name": "introPanelStyle",
|
38918
|
+
"optional": true,
|
38919
|
+
"type": {
|
38920
|
+
"text": "CustomStyle"
|
38921
|
+
}
|
38922
|
+
}
|
38923
|
+
]
|
38924
|
+
},
|
38925
|
+
{
|
38926
|
+
"kind": "method",
|
38927
|
+
"name": "createInternalIntroPanel",
|
38928
|
+
"privacy": "private",
|
38929
|
+
"parameters": [
|
38930
|
+
{
|
38931
|
+
"name": "introPanelMarkUp",
|
38932
|
+
"type": {
|
38933
|
+
"text": "string"
|
38934
|
+
}
|
38935
|
+
},
|
38936
|
+
{
|
38937
|
+
"name": "introPanelStyle",
|
38938
|
+
"optional": true,
|
38939
|
+
"type": {
|
38940
|
+
"text": "CustomStyle"
|
38941
|
+
}
|
38942
|
+
}
|
38943
|
+
]
|
38944
|
+
},
|
38945
|
+
{
|
38946
|
+
"kind": "method",
|
38947
|
+
"name": "hide",
|
38948
|
+
"privacy": "public"
|
38949
|
+
},
|
38950
|
+
{
|
38951
|
+
"kind": "method",
|
38952
|
+
"name": "display",
|
38953
|
+
"privacy": "public"
|
38954
|
+
}
|
38955
|
+
]
|
38956
|
+
}
|
38957
|
+
],
|
38958
|
+
"exports": [
|
38959
|
+
{
|
38960
|
+
"kind": "js",
|
38961
|
+
"name": "IntroPanel",
|
38962
|
+
"declaration": {
|
38963
|
+
"name": "IntroPanel",
|
38964
|
+
"module": "src/views/chat/introPanel/introPanel.ts"
|
38965
|
+
}
|
38966
|
+
}
|
38967
|
+
]
|
38968
38968
|
}
|
38969
38969
|
]
|
38970
38970
|
}
|