deep-chat-dev 1.1.38 → 9.0.0
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 +1687 -1632
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.js +789 -720
- package/dist/types/interceptors.d.ts +2 -1
- package/dist/types/interceptors.d.ts.map +1 -1
- package/dist/types/request.d.ts +2 -0
- package/dist/types/request.d.ts.map +1 -1
- package/dist/utils/HTTP/HTTPRequest.d.ts.map +1 -1
- package/dist/utils/HTTP/customRequest.d.ts +9 -0
- package/dist/utils/HTTP/customRequest.d.ts.map +1 -0
- package/package.json +1 -1
package/custom-elements.json
CHANGED
@@ -1704,104 +1704,20 @@
|
|
1704
1704
|
},
|
1705
1705
|
{
|
1706
1706
|
"kind": "javascript-module",
|
1707
|
-
"path": "src/services/
|
1707
|
+
"path": "src/services/azure/azureLanguageIO.ts",
|
1708
1708
|
"declarations": [
|
1709
1709
|
{
|
1710
1710
|
"kind": "class",
|
1711
1711
|
"description": "",
|
1712
|
-
"name": "
|
1712
|
+
"name": "AzureLanguageIO",
|
1713
1713
|
"members": [
|
1714
|
-
{
|
1715
|
-
"kind": "field",
|
1716
|
-
"name": "username",
|
1717
|
-
"type": {
|
1718
|
-
"text": "string"
|
1719
|
-
},
|
1720
|
-
"privacy": "private",
|
1721
|
-
"default": "'USER'"
|
1722
|
-
},
|
1723
|
-
{
|
1724
|
-
"kind": "method",
|
1725
|
-
"name": "cleanConfig",
|
1726
|
-
"privacy": "private",
|
1727
|
-
"parameters": [
|
1728
|
-
{
|
1729
|
-
"name": "config",
|
1730
|
-
"type": {
|
1731
|
-
"text": "CohereChatConfig"
|
1732
|
-
}
|
1733
|
-
}
|
1734
|
-
]
|
1735
|
-
},
|
1736
|
-
{
|
1737
|
-
"kind": "method",
|
1738
|
-
"name": "preprocessBody",
|
1739
|
-
"privacy": "private",
|
1740
|
-
"parameters": [
|
1741
|
-
{
|
1742
|
-
"name": "body",
|
1743
|
-
"type": {
|
1744
|
-
"text": "CohereChatConfig"
|
1745
|
-
}
|
1746
|
-
},
|
1747
|
-
{
|
1748
|
-
"name": "pMessages",
|
1749
|
-
"type": {
|
1750
|
-
"text": "MessageContent[]"
|
1751
|
-
}
|
1752
|
-
}
|
1753
|
-
]
|
1754
|
-
},
|
1755
|
-
{
|
1756
|
-
"kind": "method",
|
1757
|
-
"name": "callServiceAPI",
|
1758
|
-
"parameters": [
|
1759
|
-
{
|
1760
|
-
"name": "messages",
|
1761
|
-
"type": {
|
1762
|
-
"text": "Messages"
|
1763
|
-
}
|
1764
|
-
},
|
1765
|
-
{
|
1766
|
-
"name": "pMessages",
|
1767
|
-
"type": {
|
1768
|
-
"text": "MessageContent[]"
|
1769
|
-
}
|
1770
|
-
}
|
1771
|
-
],
|
1772
|
-
"inheritedFrom": {
|
1773
|
-
"name": "BaseServiceIO",
|
1774
|
-
"module": "src/services/utils/baseServiceIO.ts"
|
1775
|
-
}
|
1776
|
-
},
|
1777
|
-
{
|
1778
|
-
"kind": "method",
|
1779
|
-
"name": "extractResultData",
|
1780
|
-
"return": {
|
1781
|
-
"type": {
|
1782
|
-
"text": "Promise<Result>"
|
1783
|
-
}
|
1784
|
-
},
|
1785
|
-
"parameters": [
|
1786
|
-
{
|
1787
|
-
"name": "result",
|
1788
|
-
"type": {
|
1789
|
-
"text": "CohereChatResult"
|
1790
|
-
}
|
1791
|
-
}
|
1792
|
-
],
|
1793
|
-
"inheritedFrom": {
|
1794
|
-
"name": "BaseServiceIO",
|
1795
|
-
"module": "src/services/utils/baseServiceIO.ts"
|
1796
|
-
}
|
1797
|
-
},
|
1798
1714
|
{
|
1799
1715
|
"kind": "field",
|
1800
1716
|
"name": "insertKeyPlaceholderText",
|
1801
1717
|
"type": {
|
1802
1718
|
"text": "string"
|
1803
1719
|
},
|
1804
|
-
"default": "'
|
1720
|
+
"default": "'Azure Language Subscription Key'",
|
1805
1721
|
"inheritedFrom": {
|
1806
1722
|
"name": "DirectServiceIO",
|
1807
1723
|
"module": "src/services/utils/directServiceIO.ts"
|
@@ -1813,47 +1729,19 @@
|
|
1813
1729
|
"type": {
|
1814
1730
|
"text": "string"
|
1815
1731
|
},
|
1816
|
-
"default": "'https://
|
1732
|
+
"default": "'https://learn.microsoft.com/en-us/azure/api-management/api-management-subscriptions#create-and-manage-subscriptions-in-azure-portal'",
|
1817
1733
|
"inheritedFrom": {
|
1818
1734
|
"name": "DirectServiceIO",
|
1819
1735
|
"module": "src/services/utils/directServiceIO.ts"
|
1820
1736
|
}
|
1821
1737
|
},
|
1822
|
-
{
|
1823
|
-
"kind": "field",
|
1824
|
-
"name": "textInputPlaceholderText",
|
1825
|
-
"type": {
|
1826
|
-
"text": "string"
|
1827
|
-
},
|
1828
|
-
"default": "inputPlaceholder",
|
1829
|
-
"inheritedFrom": {
|
1830
|
-
"name": "CohereIO",
|
1831
|
-
"module": "src/services/cohere/cohereIO.ts"
|
1832
|
-
}
|
1833
|
-
},
|
1834
1738
|
{
|
1835
1739
|
"kind": "field",
|
1836
1740
|
"name": "permittedErrorPrefixes",
|
1837
1741
|
"type": {
|
1838
1742
|
"text": "array"
|
1839
1743
|
},
|
1840
|
-
"default": "['
|
1841
|
-
"inheritedFrom": {
|
1842
|
-
"name": "CohereIO",
|
1843
|
-
"module": "src/services/cohere/cohereIO.ts"
|
1844
|
-
}
|
1845
|
-
},
|
1846
|
-
{
|
1847
|
-
"kind": "field",
|
1848
|
-
"name": "url",
|
1849
|
-
"type": {
|
1850
|
-
"text": "string"
|
1851
|
-
},
|
1852
|
-
"default": "url",
|
1853
|
-
"inheritedFrom": {
|
1854
|
-
"name": "CohereIO",
|
1855
|
-
"module": "src/services/cohere/cohereIO.ts"
|
1856
|
-
}
|
1744
|
+
"default": "['Access']"
|
1857
1745
|
},
|
1858
1746
|
{
|
1859
1747
|
"kind": "field",
|
@@ -2217,6 +2105,35 @@
|
|
2217
2105
|
"module": "src/services/utils/baseServiceIO.ts"
|
2218
2106
|
}
|
2219
2107
|
},
|
2108
|
+
{
|
2109
|
+
"kind": "method",
|
2110
|
+
"name": "callServiceAPI",
|
2111
|
+
"parameters": [
|
2112
|
+
{
|
2113
|
+
"name": "messages",
|
2114
|
+
"type": {
|
2115
|
+
"text": "Messages"
|
2116
|
+
}
|
2117
|
+
},
|
2118
|
+
{
|
2119
|
+
"name": "pMessages",
|
2120
|
+
"type": {
|
2121
|
+
"text": "MessageContent[]"
|
2122
|
+
}
|
2123
|
+
},
|
2124
|
+
{
|
2125
|
+
"name": "_",
|
2126
|
+
"optional": true,
|
2127
|
+
"type": {
|
2128
|
+
"text": "File[]"
|
2129
|
+
}
|
2130
|
+
}
|
2131
|
+
],
|
2132
|
+
"inheritedFrom": {
|
2133
|
+
"name": "BaseServiceIO",
|
2134
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
2135
|
+
}
|
2136
|
+
},
|
2220
2137
|
{
|
2221
2138
|
"kind": "method",
|
2222
2139
|
"name": "callApiWithFiles",
|
@@ -2272,33 +2189,54 @@
|
|
2272
2189
|
"name": "BaseServiceIO",
|
2273
2190
|
"module": "src/services/utils/baseServiceIO.ts"
|
2274
2191
|
}
|
2192
|
+
},
|
2193
|
+
{
|
2194
|
+
"kind": "method",
|
2195
|
+
"name": "extractResultData",
|
2196
|
+
"return": {
|
2197
|
+
"type": {
|
2198
|
+
"text": "Promise<Result | {pollingInAnotherRequest: true}>"
|
2199
|
+
}
|
2200
|
+
},
|
2201
|
+
"parameters": [
|
2202
|
+
{
|
2203
|
+
"name": "result",
|
2204
|
+
"type": {
|
2205
|
+
"text": "any | CustomServiceResponse"
|
2206
|
+
}
|
2207
|
+
}
|
2208
|
+
],
|
2209
|
+
"inheritedFrom": {
|
2210
|
+
"name": "BaseServiceIO",
|
2211
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
2212
|
+
}
|
2275
2213
|
}
|
2276
2214
|
],
|
2277
2215
|
"superclass": {
|
2278
|
-
"name": "
|
2279
|
-
"module": "/src/services/
|
2216
|
+
"name": "DirectServiceIO",
|
2217
|
+
"module": "/src/services/utils/directServiceIO"
|
2280
2218
|
}
|
2281
2219
|
}
|
2282
2220
|
],
|
2283
2221
|
"exports": [
|
2284
2222
|
{
|
2285
2223
|
"kind": "js",
|
2286
|
-
"name": "
|
2224
|
+
"name": "AzureLanguageIO",
|
2287
2225
|
"declaration": {
|
2288
|
-
"name": "
|
2289
|
-
"module": "src/services/
|
2226
|
+
"name": "AzureLanguageIO",
|
2227
|
+
"module": "src/services/azure/azureLanguageIO.ts"
|
2290
2228
|
}
|
2291
2229
|
}
|
2292
2230
|
]
|
2293
2231
|
},
|
2294
2232
|
{
|
2295
2233
|
"kind": "javascript-module",
|
2296
|
-
"path": "src/services/
|
2234
|
+
"path": "src/services/azure/azureSpeechIO.ts",
|
2297
2235
|
"declarations": [
|
2298
2236
|
{
|
2299
2237
|
"kind": "class",
|
2300
2238
|
"description": "",
|
2301
|
-
"name": "
|
2239
|
+
"name": "AzureSpeechIO",
|
2302
2240
|
"members": [
|
2303
2241
|
{
|
2304
2242
|
"kind": "field",
|
@@ -2306,7 +2244,7 @@
|
|
2306
2244
|
"type": {
|
2307
2245
|
"text": "string"
|
2308
2246
|
},
|
2309
|
-
"default": "'
|
2247
|
+
"default": "'Azure Speech Subscription Key'",
|
2310
2248
|
"inheritedFrom": {
|
2311
2249
|
"name": "DirectServiceIO",
|
2312
2250
|
"module": "src/services/utils/directServiceIO.ts"
|
@@ -2318,36 +2256,12 @@
|
|
2318
2256
|
"type": {
|
2319
2257
|
"text": "string"
|
2320
2258
|
},
|
2321
|
-
"default": "'https://
|
2259
|
+
"default": "'https://learn.microsoft.com/en-us/azure/api-management/api-management-subscriptions#create-and-manage-subscriptions-in-azure-portal'",
|
2322
2260
|
"inheritedFrom": {
|
2323
2261
|
"name": "DirectServiceIO",
|
2324
2262
|
"module": "src/services/utils/directServiceIO.ts"
|
2325
2263
|
}
|
2326
2264
|
},
|
2327
|
-
{
|
2328
|
-
"kind": "field",
|
2329
|
-
"name": "textInputPlaceholderText",
|
2330
|
-
"type": {
|
2331
|
-
"text": "string"
|
2332
|
-
},
|
2333
|
-
"default": "inputPlaceholder"
|
2334
|
-
},
|
2335
|
-
{
|
2336
|
-
"kind": "field",
|
2337
|
-
"name": "permittedErrorPrefixes",
|
2338
|
-
"type": {
|
2339
|
-
"text": "array"
|
2340
|
-
},
|
2341
|
-
"default": "['invalid']"
|
2342
|
-
},
|
2343
|
-
{
|
2344
|
-
"kind": "field",
|
2345
|
-
"name": "url",
|
2346
|
-
"type": {
|
2347
|
-
"text": "string"
|
2348
|
-
},
|
2349
|
-
"default": "url"
|
2350
|
-
},
|
2351
2265
|
{
|
2352
2266
|
"kind": "field",
|
2353
2267
|
"name": "key",
|
@@ -2826,56 +2740,106 @@
|
|
2826
2740
|
"exports": [
|
2827
2741
|
{
|
2828
2742
|
"kind": "js",
|
2829
|
-
"name": "
|
2743
|
+
"name": "AzureSpeechIO",
|
2830
2744
|
"declaration": {
|
2831
|
-
"name": "
|
2832
|
-
"module": "src/services/
|
2745
|
+
"name": "AzureSpeechIO",
|
2746
|
+
"module": "src/services/azure/azureSpeechIO.ts"
|
2833
2747
|
}
|
2834
2748
|
}
|
2835
2749
|
]
|
2836
2750
|
},
|
2837
2751
|
{
|
2838
2752
|
"kind": "javascript-module",
|
2839
|
-
"path": "src/services/
|
2753
|
+
"path": "src/services/azure/azureSpeechToTextIO.ts",
|
2840
2754
|
"declarations": [
|
2841
2755
|
{
|
2842
2756
|
"kind": "class",
|
2843
2757
|
"description": "",
|
2844
|
-
"name": "
|
2758
|
+
"name": "AzureSpeechToTextIO",
|
2845
2759
|
"members": [
|
2846
2760
|
{
|
2847
|
-
"kind": "
|
2848
|
-
"name": "
|
2849
|
-
"
|
2850
|
-
|
2851
|
-
|
2852
|
-
|
2853
|
-
|
2854
|
-
|
2855
|
-
},
|
2856
|
-
{
|
2857
|
-
"name": "messages",
|
2858
|
-
"type": {
|
2859
|
-
"text": "MessageContent[]"
|
2860
|
-
}
|
2861
|
-
}
|
2862
|
-
]
|
2761
|
+
"kind": "field",
|
2762
|
+
"name": "HELP_LINK",
|
2763
|
+
"type": {
|
2764
|
+
"text": "string"
|
2765
|
+
},
|
2766
|
+
"privacy": "private",
|
2767
|
+
"static": true,
|
2768
|
+
"default": "'https://learn.microsoft.com/en-GB/azure/cognitive-services/speech-service/get-started-text-to-speech?tabs=windows%2Cterminal&pivots=programming-language-rest'"
|
2863
2769
|
},
|
2864
2770
|
{
|
2865
|
-
"kind": "
|
2866
|
-
"name": "
|
2867
|
-
"
|
2868
|
-
|
2869
|
-
|
2870
|
-
|
2871
|
-
|
2872
|
-
|
2771
|
+
"kind": "field",
|
2772
|
+
"name": "introPanelMarkUp",
|
2773
|
+
"default": "`\n <div style=\"width: 100%; text-align: center; margin-left: -10px\"><b>Azure Speech To Text</b></div>\n <p><b>Upload a .wav or .ogg audio file</b> to transcribe it into text.\n <p>\n Click <a href=\"${AzureSpeechToTextIO.HELP_LINK}\">here</a> for more info.\n </p>`"
|
2774
|
+
},
|
2775
|
+
{
|
2776
|
+
"kind": "field",
|
2777
|
+
"name": "url",
|
2778
|
+
"type": {
|
2779
|
+
"text": "string"
|
2780
|
+
},
|
2781
|
+
"default": "`https://${config.region}.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?language=${lang}&format=detailed`"
|
2782
|
+
},
|
2783
|
+
{
|
2784
|
+
"kind": "field",
|
2785
|
+
"name": "isTextInputDisabled",
|
2786
|
+
"type": {
|
2787
|
+
"text": "boolean"
|
2788
|
+
},
|
2789
|
+
"default": "true"
|
2790
|
+
},
|
2791
|
+
{
|
2792
|
+
"kind": "field",
|
2793
|
+
"name": "textInputPlaceholderText",
|
2794
|
+
"type": {
|
2795
|
+
"text": "string"
|
2796
|
+
},
|
2797
|
+
"default": "'Upload an audio file'"
|
2798
|
+
},
|
2799
|
+
{
|
2800
|
+
"kind": "method",
|
2801
|
+
"name": "canFileSendMessage",
|
2802
|
+
"privacy": "private",
|
2803
|
+
"static": true,
|
2804
|
+
"parameters": [
|
2805
|
+
{
|
2806
|
+
"name": "_",
|
2807
|
+
"optional": true,
|
2808
|
+
"type": {
|
2809
|
+
"text": "string"
|
2810
|
+
}
|
2873
2811
|
},
|
2874
2812
|
{
|
2875
|
-
"name": "
|
2813
|
+
"name": "files",
|
2814
|
+
"optional": true,
|
2815
|
+
"type": {
|
2816
|
+
"text": "File[]"
|
2817
|
+
}
|
2818
|
+
}
|
2819
|
+
]
|
2820
|
+
},
|
2821
|
+
{
|
2822
|
+
"kind": "method",
|
2823
|
+
"name": "callServiceAPI",
|
2824
|
+
"parameters": [
|
2825
|
+
{
|
2826
|
+
"name": "messages",
|
2827
|
+
"type": {
|
2828
|
+
"text": "Messages"
|
2829
|
+
}
|
2830
|
+
},
|
2831
|
+
{
|
2832
|
+
"name": "_",
|
2876
2833
|
"type": {
|
2877
2834
|
"text": "MessageContent[]"
|
2878
2835
|
}
|
2836
|
+
},
|
2837
|
+
{
|
2838
|
+
"name": "files",
|
2839
|
+
"optional": true,
|
2840
|
+
"type": {
|
2841
|
+
"text": "File[]"
|
2842
|
+
}
|
2879
2843
|
}
|
2880
2844
|
],
|
2881
2845
|
"inheritedFrom": {
|
@@ -2895,7 +2859,7 @@
|
|
2895
2859
|
{
|
2896
2860
|
"name": "result",
|
2897
2861
|
"type": {
|
2898
|
-
"text": "
|
2862
|
+
"text": "AzureSpeechToTextResult"
|
2899
2863
|
}
|
2900
2864
|
}
|
2901
2865
|
],
|
@@ -2906,62 +2870,67 @@
|
|
2906
2870
|
},
|
2907
2871
|
{
|
2908
2872
|
"kind": "field",
|
2909
|
-
"name": "
|
2873
|
+
"name": "canSendMessage",
|
2874
|
+
"privacy": "private",
|
2875
|
+
"static": true,
|
2876
|
+
"parameters": [
|
2877
|
+
{
|
2878
|
+
"name": "text",
|
2879
|
+
"optional": true,
|
2880
|
+
"type": {
|
2881
|
+
"text": "string"
|
2882
|
+
}
|
2883
|
+
},
|
2884
|
+
{
|
2885
|
+
"name": "files",
|
2886
|
+
"optional": true,
|
2887
|
+
"type": {
|
2888
|
+
"text": "File[]"
|
2889
|
+
}
|
2890
|
+
}
|
2891
|
+
],
|
2910
2892
|
"type": {
|
2911
|
-
"text": "
|
2893
|
+
"text": "ValidateMessageBeforeSending"
|
2912
2894
|
},
|
2913
|
-
"default": "'Cohere API Key'",
|
2914
2895
|
"inheritedFrom": {
|
2915
|
-
"name": "
|
2916
|
-
"module": "src/services/utils/
|
2896
|
+
"name": "BaseServiceIO",
|
2897
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
2917
2898
|
}
|
2918
2899
|
},
|
2919
2900
|
{
|
2920
2901
|
"kind": "field",
|
2921
|
-
"name": "
|
2902
|
+
"name": "recordAudio",
|
2922
2903
|
"type": {
|
2923
|
-
"text": "
|
2904
|
+
"text": "MicrophoneFilesServiceConfig | undefined"
|
2924
2905
|
},
|
2925
|
-
"default": "'https://dashboard.cohere.ai/api-keys'",
|
2926
2906
|
"inheritedFrom": {
|
2927
|
-
"name": "
|
2928
|
-
"module": "src/services/utils/
|
2929
|
-
}
|
2930
|
-
},
|
2931
|
-
{
|
2932
|
-
"kind": "field",
|
2933
|
-
"name": "textInputPlaceholderText",
|
2934
|
-
"type": {
|
2935
|
-
"text": "string"
|
2907
|
+
"name": "BaseServiceIO",
|
2908
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
2936
2909
|
},
|
2937
|
-
"default": "
|
2938
|
-
"inheritedFrom": {
|
2939
|
-
"name": "CohereIO",
|
2940
|
-
"module": "src/services/cohere/cohereIO.ts"
|
2941
|
-
}
|
2910
|
+
"default": "undefined"
|
2942
2911
|
},
|
2943
2912
|
{
|
2944
2913
|
"kind": "field",
|
2945
|
-
"name": "
|
2914
|
+
"name": "insertKeyPlaceholderText",
|
2946
2915
|
"type": {
|
2947
|
-
"text": "
|
2916
|
+
"text": "string"
|
2948
2917
|
},
|
2949
|
-
"default": "
|
2918
|
+
"default": "'Azure Speech Subscription Key'",
|
2950
2919
|
"inheritedFrom": {
|
2951
|
-
"name": "
|
2952
|
-
"module": "src/services/
|
2920
|
+
"name": "DirectServiceIO",
|
2921
|
+
"module": "src/services/utils/directServiceIO.ts"
|
2953
2922
|
}
|
2954
2923
|
},
|
2955
2924
|
{
|
2956
2925
|
"kind": "field",
|
2957
|
-
"name": "
|
2926
|
+
"name": "getKeyLink",
|
2958
2927
|
"type": {
|
2959
2928
|
"text": "string"
|
2960
2929
|
},
|
2961
|
-
"default": "
|
2930
|
+
"default": "'https://learn.microsoft.com/en-us/azure/api-management/api-management-subscriptions#create-and-manage-subscriptions-in-azure-portal'",
|
2962
2931
|
"inheritedFrom": {
|
2963
|
-
"name": "
|
2964
|
-
"module": "src/services/
|
2932
|
+
"name": "DirectServiceIO",
|
2933
|
+
"module": "src/services/utils/directServiceIO.ts"
|
2965
2934
|
}
|
2966
2935
|
},
|
2967
2936
|
{
|
@@ -3135,35 +3104,6 @@
|
|
3135
3104
|
"module": "src/services/utils/baseServiceIO.ts"
|
3136
3105
|
}
|
3137
3106
|
},
|
3138
|
-
{
|
3139
|
-
"kind": "field",
|
3140
|
-
"name": "canSendMessage",
|
3141
|
-
"privacy": "private",
|
3142
|
-
"static": true,
|
3143
|
-
"parameters": [
|
3144
|
-
{
|
3145
|
-
"name": "text",
|
3146
|
-
"optional": true,
|
3147
|
-
"type": {
|
3148
|
-
"text": "string"
|
3149
|
-
}
|
3150
|
-
},
|
3151
|
-
{
|
3152
|
-
"name": "files",
|
3153
|
-
"optional": true,
|
3154
|
-
"type": {
|
3155
|
-
"text": "File[]"
|
3156
|
-
}
|
3157
|
-
}
|
3158
|
-
],
|
3159
|
-
"type": {
|
3160
|
-
"text": "ValidateMessageBeforeSending"
|
3161
|
-
},
|
3162
|
-
"inheritedFrom": {
|
3163
|
-
"name": "BaseServiceIO",
|
3164
|
-
"module": "src/services/utils/baseServiceIO.ts"
|
3165
|
-
}
|
3166
|
-
},
|
3167
3107
|
{
|
3168
3108
|
"kind": "field",
|
3169
3109
|
"name": "fileTypes",
|
@@ -3187,17 +3127,6 @@
|
|
3187
3127
|
"module": "src/services/utils/baseServiceIO.ts"
|
3188
3128
|
}
|
3189
3129
|
},
|
3190
|
-
{
|
3191
|
-
"kind": "field",
|
3192
|
-
"name": "recordAudio",
|
3193
|
-
"type": {
|
3194
|
-
"text": "MicrophoneFilesServiceConfig | undefined"
|
3195
|
-
},
|
3196
|
-
"inheritedFrom": {
|
3197
|
-
"name": "BaseServiceIO",
|
3198
|
-
"module": "src/services/utils/baseServiceIO.ts"
|
3199
|
-
}
|
3200
|
-
},
|
3201
3130
|
{
|
3202
3131
|
"kind": "field",
|
3203
3132
|
"name": "totalMessagesMaxCharLength",
|
@@ -3384,31 +3313,55 @@
|
|
3384
3313
|
}
|
3385
3314
|
],
|
3386
3315
|
"superclass": {
|
3387
|
-
"name": "
|
3388
|
-
"module": "/src/services/
|
3316
|
+
"name": "AzureSpeechIO",
|
3317
|
+
"module": "/src/services/azure/azureSpeechIO"
|
3389
3318
|
}
|
3390
3319
|
}
|
3391
3320
|
],
|
3392
3321
|
"exports": [
|
3393
3322
|
{
|
3394
3323
|
"kind": "js",
|
3395
|
-
"name": "
|
3324
|
+
"name": "AzureSpeechToTextIO",
|
3396
3325
|
"declaration": {
|
3397
|
-
"name": "
|
3398
|
-
"module": "src/services/
|
3326
|
+
"name": "AzureSpeechToTextIO",
|
3327
|
+
"module": "src/services/azure/azureSpeechToTextIO.ts"
|
3399
3328
|
}
|
3400
3329
|
}
|
3401
3330
|
]
|
3402
3331
|
},
|
3403
3332
|
{
|
3404
3333
|
"kind": "javascript-module",
|
3405
|
-
"path": "src/services/
|
3334
|
+
"path": "src/services/azure/azureSummarizationIO.ts",
|
3406
3335
|
"declarations": [
|
3407
3336
|
{
|
3408
3337
|
"kind": "class",
|
3409
3338
|
"description": "",
|
3410
|
-
"name": "
|
3339
|
+
"name": "AzureSummarizationIO",
|
3411
3340
|
"members": [
|
3341
|
+
{
|
3342
|
+
"kind": "field",
|
3343
|
+
"name": "url",
|
3344
|
+
"type": {
|
3345
|
+
"text": "string"
|
3346
|
+
},
|
3347
|
+
"default": "`${config.endpoint}/language/analyze-text/jobs?api-version=2022-10-01-preview`"
|
3348
|
+
},
|
3349
|
+
{
|
3350
|
+
"kind": "field",
|
3351
|
+
"name": "textInputPlaceholderText",
|
3352
|
+
"type": {
|
3353
|
+
"text": "string"
|
3354
|
+
},
|
3355
|
+
"default": "'Insert text to summarize'"
|
3356
|
+
},
|
3357
|
+
{
|
3358
|
+
"kind": "field",
|
3359
|
+
"name": "messages",
|
3360
|
+
"type": {
|
3361
|
+
"text": "Messages | undefined"
|
3362
|
+
},
|
3363
|
+
"privacy": "private"
|
3364
|
+
},
|
3412
3365
|
{
|
3413
3366
|
"kind": "method",
|
3414
3367
|
"name": "preprocessBody",
|
@@ -3416,7 +3369,7 @@
|
|
3416
3369
|
{
|
3417
3370
|
"name": "body",
|
3418
3371
|
"type": {
|
3419
|
-
"text": "
|
3372
|
+
"text": "RawBody"
|
3420
3373
|
}
|
3421
3374
|
},
|
3422
3375
|
{
|
@@ -3454,14 +3407,14 @@
|
|
3454
3407
|
"name": "extractResultData",
|
3455
3408
|
"return": {
|
3456
3409
|
"type": {
|
3457
|
-
"text": "Promise<
|
3410
|
+
"text": "Promise<{pollingInAnotherRequest: true}>"
|
3458
3411
|
}
|
3459
3412
|
},
|
3460
3413
|
"parameters": [
|
3461
3414
|
{
|
3462
3415
|
"name": "result",
|
3463
3416
|
"type": {
|
3464
|
-
"text": "
|
3417
|
+
"text": "Response & AzureAuthenticationError"
|
3465
3418
|
}
|
3466
3419
|
}
|
3467
3420
|
],
|
@@ -3470,13 +3423,38 @@
|
|
3470
3423
|
"module": "src/services/utils/baseServiceIO.ts"
|
3471
3424
|
}
|
3472
3425
|
},
|
3426
|
+
{
|
3427
|
+
"kind": "method",
|
3428
|
+
"name": "extractPollResultData",
|
3429
|
+
"return": {
|
3430
|
+
"type": {
|
3431
|
+
"text": "PollResult"
|
3432
|
+
}
|
3433
|
+
},
|
3434
|
+
"parameters": [
|
3435
|
+
{
|
3436
|
+
"name": "result",
|
3437
|
+
"type": {
|
3438
|
+
"text": "AzureSummarizationResult"
|
3439
|
+
}
|
3440
|
+
}
|
3441
|
+
]
|
3442
|
+
},
|
3443
|
+
{
|
3444
|
+
"kind": "field",
|
3445
|
+
"name": "language",
|
3446
|
+
"type": {
|
3447
|
+
"text": "string"
|
3448
|
+
},
|
3449
|
+
"default": "'en'"
|
3450
|
+
},
|
3473
3451
|
{
|
3474
3452
|
"kind": "field",
|
3475
3453
|
"name": "insertKeyPlaceholderText",
|
3476
3454
|
"type": {
|
3477
3455
|
"text": "string"
|
3478
3456
|
},
|
3479
|
-
"default": "'
|
3457
|
+
"default": "'Azure Language Subscription Key'",
|
3480
3458
|
"inheritedFrom": {
|
3481
3459
|
"name": "DirectServiceIO",
|
3482
3460
|
"module": "src/services/utils/directServiceIO.ts"
|
@@ -3488,7 +3466,7 @@
|
|
3488
3466
|
"type": {
|
3489
3467
|
"text": "string"
|
3490
3468
|
},
|
3491
|
-
"default": "'https://
|
3469
|
+
"default": "'https://learn.microsoft.com/en-us/azure/api-management/api-management-subscriptions#create-and-manage-subscriptions-in-azure-portal'",
|
3492
3470
|
"inheritedFrom": {
|
3493
3471
|
"name": "DirectServiceIO",
|
3494
3472
|
"module": "src/services/utils/directServiceIO.ts"
|
@@ -3496,38 +3474,14 @@
|
|
3496
3474
|
},
|
3497
3475
|
{
|
3498
3476
|
"kind": "field",
|
3499
|
-
"name": "
|
3477
|
+
"name": "permittedErrorPrefixes",
|
3500
3478
|
"type": {
|
3501
|
-
"text": "
|
3479
|
+
"text": "array"
|
3502
3480
|
},
|
3503
|
-
"default": "
|
3481
|
+
"default": "['Access']",
|
3504
3482
|
"inheritedFrom": {
|
3505
|
-
"name": "
|
3506
|
-
"module": "src/services/
|
3507
|
-
}
|
3508
|
-
},
|
3509
|
-
{
|
3510
|
-
"kind": "field",
|
3511
|
-
"name": "permittedErrorPrefixes",
|
3512
|
-
"type": {
|
3513
|
-
"text": "array"
|
3514
|
-
},
|
3515
|
-
"default": "['invalid']",
|
3516
|
-
"inheritedFrom": {
|
3517
|
-
"name": "CohereIO",
|
3518
|
-
"module": "src/services/cohere/cohereIO.ts"
|
3519
|
-
}
|
3520
|
-
},
|
3521
|
-
{
|
3522
|
-
"kind": "field",
|
3523
|
-
"name": "url",
|
3524
|
-
"type": {
|
3525
|
-
"text": "string"
|
3526
|
-
},
|
3527
|
-
"default": "url",
|
3528
|
-
"inheritedFrom": {
|
3529
|
-
"name": "CohereIO",
|
3530
|
-
"module": "src/services/cohere/cohereIO.ts"
|
3483
|
+
"name": "AzureLanguageIO",
|
3484
|
+
"module": "src/services/azure/azureLanguageIO.ts"
|
3531
3485
|
}
|
3532
3486
|
},
|
3533
3487
|
{
|
@@ -3950,50 +3904,146 @@
|
|
3950
3904
|
}
|
3951
3905
|
],
|
3952
3906
|
"superclass": {
|
3953
|
-
"name": "
|
3954
|
-
"module": "/src/services/
|
3907
|
+
"name": "AzureLanguageIO",
|
3908
|
+
"module": "/src/services/azure/azureLanguageIO"
|
3955
3909
|
}
|
3956
3910
|
}
|
3957
3911
|
],
|
3958
3912
|
"exports": [
|
3959
3913
|
{
|
3960
3914
|
"kind": "js",
|
3961
|
-
"name": "
|
3915
|
+
"name": "AzureSummarizationIO",
|
3962
3916
|
"declaration": {
|
3963
|
-
"name": "
|
3964
|
-
"module": "src/services/
|
3917
|
+
"name": "AzureSummarizationIO",
|
3918
|
+
"module": "src/services/azure/azureSummarizationIO.ts"
|
3965
3919
|
}
|
3966
3920
|
}
|
3967
3921
|
]
|
3968
3922
|
},
|
3969
3923
|
{
|
3970
3924
|
"kind": "javascript-module",
|
3971
|
-
"path": "src/services/azure/
|
3925
|
+
"path": "src/services/azure/azureTextToSpeechIO.ts",
|
3972
3926
|
"declarations": [
|
3973
3927
|
{
|
3974
3928
|
"kind": "class",
|
3975
3929
|
"description": "",
|
3976
|
-
"name": "
|
3930
|
+
"name": "AzureTextToSpeechIO",
|
3977
3931
|
"members": [
|
3978
3932
|
{
|
3979
3933
|
"kind": "field",
|
3980
|
-
"name": "
|
3934
|
+
"name": "HELP_LINK",
|
3981
3935
|
"type": {
|
3982
3936
|
"text": "string"
|
3983
3937
|
},
|
3984
|
-
"
|
3938
|
+
"privacy": "private",
|
3939
|
+
"static": true,
|
3940
|
+
"default": "'https://learn.microsoft.com/en-GB/azure/cognitive-services/speech-service/get-started-text-to-speech?tabs=windows%2Cterminal&pivots=programming-language-rest'"
|
3941
|
+
},
|
3942
|
+
{
|
3943
|
+
"kind": "field",
|
3944
|
+
"name": "introPanelMarkUp",
|
3945
|
+
"default": "`\n <div style=\"width: 100%; text-align: center; margin-left: -10px\"><b>Azure Text To Speech</b></div>\n <p>Insert text to synthesize it to audio.\n <p>\n Click <a href=\"${AzureTextToSpeechIO.HELP_LINK}\">here</a> for more info.\n </p>`"
|
3946
|
+
},
|
3947
|
+
{
|
3948
|
+
"kind": "field",
|
3949
|
+
"name": "url",
|
3950
|
+
"type": {
|
3951
|
+
"text": "string"
|
3952
|
+
},
|
3953
|
+
"default": "`https://${config.region}.tts.speech.microsoft.com/cognitiveservices/v1`"
|
3954
|
+
},
|
3955
|
+
{
|
3956
|
+
"kind": "method",
|
3957
|
+
"name": "preprocessBody",
|
3958
|
+
"parameters": [
|
3959
|
+
{
|
3960
|
+
"name": "body",
|
3961
|
+
"type": {
|
3962
|
+
"text": "AzureTextToSpeechConfig"
|
3963
|
+
}
|
3964
|
+
},
|
3965
|
+
{
|
3966
|
+
"name": "messages",
|
3967
|
+
"type": {
|
3968
|
+
"text": "MessageContent[]"
|
3969
|
+
}
|
3970
|
+
}
|
3971
|
+
]
|
3972
|
+
},
|
3973
|
+
{
|
3974
|
+
"kind": "method",
|
3975
|
+
"name": "callServiceAPI",
|
3976
|
+
"parameters": [
|
3977
|
+
{
|
3978
|
+
"name": "messages",
|
3979
|
+
"type": {
|
3980
|
+
"text": "Messages"
|
3981
|
+
}
|
3982
|
+
},
|
3983
|
+
{
|
3984
|
+
"name": "pMessages",
|
3985
|
+
"type": {
|
3986
|
+
"text": "MessageContent[]"
|
3987
|
+
}
|
3988
|
+
}
|
3989
|
+
],
|
3985
3990
|
"inheritedFrom": {
|
3986
|
-
"name": "
|
3987
|
-
"module": "src/services/utils/
|
3991
|
+
"name": "BaseServiceIO",
|
3992
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
3993
|
+
}
|
3994
|
+
},
|
3995
|
+
{
|
3996
|
+
"kind": "method",
|
3997
|
+
"name": "extractResultData",
|
3998
|
+
"return": {
|
3999
|
+
"type": {
|
4000
|
+
"text": "Promise<Result>"
|
4001
|
+
}
|
4002
|
+
},
|
4003
|
+
"parameters": [
|
4004
|
+
{
|
4005
|
+
"name": "result",
|
4006
|
+
"type": {
|
4007
|
+
"text": "AzureTextToSpeechResult"
|
4008
|
+
}
|
4009
|
+
}
|
4010
|
+
],
|
4011
|
+
"inheritedFrom": {
|
4012
|
+
"name": "BaseServiceIO",
|
4013
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
3988
4014
|
}
|
3989
4015
|
},
|
3990
4016
|
{
|
3991
4017
|
"kind": "field",
|
3992
|
-
"name": "
|
4018
|
+
"name": "lang",
|
3993
4019
|
"type": {
|
3994
4020
|
"text": "string"
|
3995
4021
|
},
|
3996
|
-
"default": "'
|
4022
|
+
"default": "'en-US'"
|
4023
|
+
},
|
4024
|
+
{
|
4025
|
+
"kind": "field",
|
4026
|
+
"name": "name",
|
4027
|
+
"type": {
|
4028
|
+
"text": "string"
|
4029
|
+
},
|
4030
|
+
"default": "'en-US-JennyNeural'"
|
4031
|
+
},
|
4032
|
+
{
|
4033
|
+
"kind": "field",
|
4034
|
+
"name": "gender",
|
4035
|
+
"type": {
|
4036
|
+
"text": "string"
|
4037
|
+
},
|
4038
|
+
"default": "'Female'"
|
4039
|
+
},
|
4040
|
+
{
|
4041
|
+
"kind": "field",
|
4042
|
+
"name": "insertKeyPlaceholderText",
|
4043
|
+
"type": {
|
4044
|
+
"text": "string"
|
4045
|
+
},
|
4046
|
+
"default": "'Azure Speech Subscription Key'",
|
3997
4047
|
"inheritedFrom": {
|
3998
4048
|
"name": "DirectServiceIO",
|
3999
4049
|
"module": "src/services/utils/directServiceIO.ts"
|
@@ -4001,11 +4051,15 @@
|
|
4001
4051
|
},
|
4002
4052
|
{
|
4003
4053
|
"kind": "field",
|
4004
|
-
"name": "
|
4054
|
+
"name": "getKeyLink",
|
4005
4055
|
"type": {
|
4006
|
-
"text": "
|
4056
|
+
"text": "string"
|
4007
4057
|
},
|
4008
|
-
"default": "
|
4058
|
+
"default": "'https://learn.microsoft.com/en-us/azure/api-management/api-management-subscriptions#create-and-manage-subscriptions-in-azure-portal'",
|
4059
|
+
"inheritedFrom": {
|
4060
|
+
"name": "DirectServiceIO",
|
4061
|
+
"module": "src/services/utils/directServiceIO.ts"
|
4062
|
+
}
|
4009
4063
|
},
|
4010
4064
|
{
|
4011
4065
|
"kind": "field",
|
@@ -4369,35 +4423,6 @@
|
|
4369
4423
|
"module": "src/services/utils/baseServiceIO.ts"
|
4370
4424
|
}
|
4371
4425
|
},
|
4372
|
-
{
|
4373
|
-
"kind": "method",
|
4374
|
-
"name": "callServiceAPI",
|
4375
|
-
"parameters": [
|
4376
|
-
{
|
4377
|
-
"name": "messages",
|
4378
|
-
"type": {
|
4379
|
-
"text": "Messages"
|
4380
|
-
}
|
4381
|
-
},
|
4382
|
-
{
|
4383
|
-
"name": "pMessages",
|
4384
|
-
"type": {
|
4385
|
-
"text": "MessageContent[]"
|
4386
|
-
}
|
4387
|
-
},
|
4388
|
-
{
|
4389
|
-
"name": "_",
|
4390
|
-
"optional": true,
|
4391
|
-
"type": {
|
4392
|
-
"text": "File[]"
|
4393
|
-
}
|
4394
|
-
}
|
4395
|
-
],
|
4396
|
-
"inheritedFrom": {
|
4397
|
-
"name": "BaseServiceIO",
|
4398
|
-
"module": "src/services/utils/baseServiceIO.ts"
|
4399
|
-
}
|
4400
|
-
},
|
4401
4426
|
{
|
4402
4427
|
"kind": "method",
|
4403
4428
|
"name": "callApiWithFiles",
|
@@ -4453,54 +4478,33 @@
|
|
4453
4478
|
"name": "BaseServiceIO",
|
4454
4479
|
"module": "src/services/utils/baseServiceIO.ts"
|
4455
4480
|
}
|
4456
|
-
},
|
4457
|
-
{
|
4458
|
-
"kind": "method",
|
4459
|
-
"name": "extractResultData",
|
4460
|
-
"return": {
|
4461
|
-
"type": {
|
4462
|
-
"text": "Promise<Result | {pollingInAnotherRequest: true}>"
|
4463
|
-
}
|
4464
|
-
},
|
4465
|
-
"parameters": [
|
4466
|
-
{
|
4467
|
-
"name": "result",
|
4468
|
-
"type": {
|
4469
|
-
"text": "any | CustomServiceResponse"
|
4470
|
-
}
|
4471
|
-
}
|
4472
|
-
],
|
4473
|
-
"inheritedFrom": {
|
4474
|
-
"name": "BaseServiceIO",
|
4475
|
-
"module": "src/services/utils/baseServiceIO.ts"
|
4476
|
-
}
|
4477
4481
|
}
|
4478
4482
|
],
|
4479
4483
|
"superclass": {
|
4480
|
-
"name": "
|
4481
|
-
"module": "/src/services/
|
4484
|
+
"name": "AzureSpeechIO",
|
4485
|
+
"module": "/src/services/azure/azureSpeechIO"
|
4482
4486
|
}
|
4483
4487
|
}
|
4484
4488
|
],
|
4485
4489
|
"exports": [
|
4486
4490
|
{
|
4487
4491
|
"kind": "js",
|
4488
|
-
"name": "
|
4492
|
+
"name": "AzureTextToSpeechIO",
|
4489
4493
|
"declaration": {
|
4490
|
-
"name": "
|
4491
|
-
"module": "src/services/azure/
|
4494
|
+
"name": "AzureTextToSpeechIO",
|
4495
|
+
"module": "src/services/azure/azureTextToSpeechIO.ts"
|
4492
4496
|
}
|
4493
4497
|
}
|
4494
4498
|
]
|
4495
4499
|
},
|
4496
4500
|
{
|
4497
4501
|
"kind": "javascript-module",
|
4498
|
-
"path": "src/services/azure/
|
4502
|
+
"path": "src/services/azure/azureTranslationIO.ts",
|
4499
4503
|
"declarations": [
|
4500
4504
|
{
|
4501
4505
|
"kind": "class",
|
4502
4506
|
"description": "",
|
4503
|
-
"name": "
|
4507
|
+
"name": "AzureTranslationIO",
|
4504
4508
|
"members": [
|
4505
4509
|
{
|
4506
4510
|
"kind": "field",
|
@@ -4508,7 +4512,7 @@
|
|
4508
4512
|
"type": {
|
4509
4513
|
"text": "string"
|
4510
4514
|
},
|
4511
|
-
"default": "'Azure
|
4515
|
+
"default": "'Azure Translate Subscription Key'",
|
4512
4516
|
"inheritedFrom": {
|
4513
4517
|
"name": "DirectServiceIO",
|
4514
4518
|
"module": "src/services/utils/directServiceIO.ts"
|
@@ -4528,27 +4532,90 @@
|
|
4528
4532
|
},
|
4529
4533
|
{
|
4530
4534
|
"kind": "field",
|
4531
|
-
"name": "
|
4535
|
+
"name": "url",
|
4532
4536
|
"type": {
|
4533
|
-
"text": "string
|
4537
|
+
"text": "string"
|
4534
4538
|
},
|
4535
|
-
"
|
4536
|
-
"name": "DirectServiceIO",
|
4537
|
-
"module": "src/services/utils/directServiceIO.ts"
|
4538
|
-
}
|
4539
|
+
"default": "`https://api.cognitive.microsofttranslator.com/translate?api-version=3.0&to=${config.language || 'es'}`"
|
4539
4540
|
},
|
4540
4541
|
{
|
4541
|
-
"kind": "
|
4542
|
-
"name": "
|
4543
|
-
"
|
4544
|
-
|
4545
|
-
|
4546
|
-
|
4547
|
-
|
4548
|
-
|
4549
|
-
|
4550
|
-
|
4551
|
-
|
4542
|
+
"kind": "method",
|
4543
|
+
"name": "preprocessBody",
|
4544
|
+
"parameters": [
|
4545
|
+
{
|
4546
|
+
"name": "messages",
|
4547
|
+
"type": {
|
4548
|
+
"text": "MessageContent[]"
|
4549
|
+
}
|
4550
|
+
}
|
4551
|
+
]
|
4552
|
+
},
|
4553
|
+
{
|
4554
|
+
"kind": "method",
|
4555
|
+
"name": "callServiceAPI",
|
4556
|
+
"parameters": [
|
4557
|
+
{
|
4558
|
+
"name": "messages",
|
4559
|
+
"type": {
|
4560
|
+
"text": "Messages"
|
4561
|
+
}
|
4562
|
+
},
|
4563
|
+
{
|
4564
|
+
"name": "pMessages",
|
4565
|
+
"type": {
|
4566
|
+
"text": "MessageContent[]"
|
4567
|
+
}
|
4568
|
+
}
|
4569
|
+
],
|
4570
|
+
"inheritedFrom": {
|
4571
|
+
"name": "BaseServiceIO",
|
4572
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
4573
|
+
}
|
4574
|
+
},
|
4575
|
+
{
|
4576
|
+
"kind": "method",
|
4577
|
+
"name": "extractResultData",
|
4578
|
+
"return": {
|
4579
|
+
"type": {
|
4580
|
+
"text": "Promise<Result>"
|
4581
|
+
}
|
4582
|
+
},
|
4583
|
+
"parameters": [
|
4584
|
+
{
|
4585
|
+
"name": "result",
|
4586
|
+
"type": {
|
4587
|
+
"text": "AzureTranslationResult"
|
4588
|
+
}
|
4589
|
+
}
|
4590
|
+
],
|
4591
|
+
"inheritedFrom": {
|
4592
|
+
"name": "BaseServiceIO",
|
4593
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
4594
|
+
}
|
4595
|
+
},
|
4596
|
+
{
|
4597
|
+
"kind": "field",
|
4598
|
+
"name": "key",
|
4599
|
+
"type": {
|
4600
|
+
"text": "string | undefined"
|
4601
|
+
},
|
4602
|
+
"inheritedFrom": {
|
4603
|
+
"name": "DirectServiceIO",
|
4604
|
+
"module": "src/services/utils/directServiceIO.ts"
|
4605
|
+
}
|
4606
|
+
},
|
4607
|
+
{
|
4608
|
+
"kind": "field",
|
4609
|
+
"name": "keyVerificationDetails",
|
4610
|
+
"type": {
|
4611
|
+
"text": "KeyVerificationDetails"
|
4612
|
+
},
|
4613
|
+
"privacy": "private",
|
4614
|
+
"default": "keyVerificationDetails",
|
4615
|
+
"inheritedFrom": {
|
4616
|
+
"name": "DirectServiceIO",
|
4617
|
+
"module": "src/services/utils/directServiceIO.ts"
|
4618
|
+
}
|
4552
4619
|
},
|
4553
4620
|
{
|
4554
4621
|
"kind": "field",
|
@@ -4888,35 +4955,6 @@
|
|
4888
4955
|
"module": "src/services/utils/baseServiceIO.ts"
|
4889
4956
|
}
|
4890
4957
|
},
|
4891
|
-
{
|
4892
|
-
"kind": "method",
|
4893
|
-
"name": "callServiceAPI",
|
4894
|
-
"parameters": [
|
4895
|
-
{
|
4896
|
-
"name": "messages",
|
4897
|
-
"type": {
|
4898
|
-
"text": "Messages"
|
4899
|
-
}
|
4900
|
-
},
|
4901
|
-
{
|
4902
|
-
"name": "pMessages",
|
4903
|
-
"type": {
|
4904
|
-
"text": "MessageContent[]"
|
4905
|
-
}
|
4906
|
-
},
|
4907
|
-
{
|
4908
|
-
"name": "_",
|
4909
|
-
"optional": true,
|
4910
|
-
"type": {
|
4911
|
-
"text": "File[]"
|
4912
|
-
}
|
4913
|
-
}
|
4914
|
-
],
|
4915
|
-
"inheritedFrom": {
|
4916
|
-
"name": "BaseServiceIO",
|
4917
|
-
"module": "src/services/utils/baseServiceIO.ts"
|
4918
|
-
}
|
4919
|
-
},
|
4920
4958
|
{
|
4921
4959
|
"kind": "method",
|
4922
4960
|
"name": "callApiWithFiles",
|
@@ -4972,27 +5010,6 @@
|
|
4972
5010
|
"name": "BaseServiceIO",
|
4973
5011
|
"module": "src/services/utils/baseServiceIO.ts"
|
4974
5012
|
}
|
4975
|
-
},
|
4976
|
-
{
|
4977
|
-
"kind": "method",
|
4978
|
-
"name": "extractResultData",
|
4979
|
-
"return": {
|
4980
|
-
"type": {
|
4981
|
-
"text": "Promise<Result | {pollingInAnotherRequest: true}>"
|
4982
|
-
}
|
4983
|
-
},
|
4984
|
-
"parameters": [
|
4985
|
-
{
|
4986
|
-
"name": "result",
|
4987
|
-
"type": {
|
4988
|
-
"text": "any | CustomServiceResponse"
|
4989
|
-
}
|
4990
|
-
}
|
4991
|
-
],
|
4992
|
-
"inheritedFrom": {
|
4993
|
-
"name": "BaseServiceIO",
|
4994
|
-
"module": "src/services/utils/baseServiceIO.ts"
|
4995
|
-
}
|
4996
5013
|
}
|
4997
5014
|
],
|
4998
5015
|
"superclass": {
|
@@ -5004,80 +5021,60 @@
|
|
5004
5021
|
"exports": [
|
5005
5022
|
{
|
5006
5023
|
"kind": "js",
|
5007
|
-
"name": "
|
5024
|
+
"name": "AzureTranslationIO",
|
5008
5025
|
"declaration": {
|
5009
|
-
"name": "
|
5010
|
-
"module": "src/services/azure/
|
5026
|
+
"name": "AzureTranslationIO",
|
5027
|
+
"module": "src/services/azure/azureTranslationIO.ts"
|
5011
5028
|
}
|
5012
5029
|
}
|
5013
5030
|
]
|
5014
5031
|
},
|
5015
5032
|
{
|
5016
5033
|
"kind": "javascript-module",
|
5017
|
-
"path": "src/services/
|
5034
|
+
"path": "src/services/cohere/cohereChatIO.ts",
|
5018
5035
|
"declarations": [
|
5019
5036
|
{
|
5020
5037
|
"kind": "class",
|
5021
5038
|
"description": "",
|
5022
|
-
"name": "
|
5039
|
+
"name": "CohereChatIO",
|
5023
5040
|
"members": [
|
5024
5041
|
{
|
5025
5042
|
"kind": "field",
|
5026
|
-
"name": "
|
5043
|
+
"name": "username",
|
5027
5044
|
"type": {
|
5028
5045
|
"text": "string"
|
5029
5046
|
},
|
5030
5047
|
"privacy": "private",
|
5031
|
-
"
|
5032
|
-
"default": "'https://learn.microsoft.com/en-GB/azure/cognitive-services/speech-service/get-started-text-to-speech?tabs=windows%2Cterminal&pivots=programming-language-rest'"
|
5033
|
-
},
|
5034
|
-
{
|
5035
|
-
"kind": "field",
|
5036
|
-
"name": "introPanelMarkUp",
|
5037
|
-
"default": "`\n <div style=\"width: 100%; text-align: center; margin-left: -10px\"><b>Azure Speech To Text</b></div>\n <p><b>Upload a .wav or .ogg audio file</b> to transcribe it into text.\n <p>\n Click <a href=\"${AzureSpeechToTextIO.HELP_LINK}\">here</a> for more info.\n </p>`"
|
5038
|
-
},
|
5039
|
-
{
|
5040
|
-
"kind": "field",
|
5041
|
-
"name": "url",
|
5042
|
-
"type": {
|
5043
|
-
"text": "string"
|
5044
|
-
},
|
5045
|
-
"default": "`https://${config.region}.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?language=${lang}&format=detailed`"
|
5046
|
-
},
|
5047
|
-
{
|
5048
|
-
"kind": "field",
|
5049
|
-
"name": "isTextInputDisabled",
|
5050
|
-
"type": {
|
5051
|
-
"text": "boolean"
|
5052
|
-
},
|
5053
|
-
"default": "true"
|
5048
|
+
"default": "'USER'"
|
5054
5049
|
},
|
5055
5050
|
{
|
5056
|
-
"kind": "
|
5057
|
-
"name": "
|
5058
|
-
"
|
5059
|
-
|
5060
|
-
|
5061
|
-
|
5051
|
+
"kind": "method",
|
5052
|
+
"name": "cleanConfig",
|
5053
|
+
"privacy": "private",
|
5054
|
+
"parameters": [
|
5055
|
+
{
|
5056
|
+
"name": "config",
|
5057
|
+
"type": {
|
5058
|
+
"text": "CohereChatConfig"
|
5059
|
+
}
|
5060
|
+
}
|
5061
|
+
]
|
5062
5062
|
},
|
5063
5063
|
{
|
5064
5064
|
"kind": "method",
|
5065
|
-
"name": "
|
5065
|
+
"name": "preprocessBody",
|
5066
5066
|
"privacy": "private",
|
5067
|
-
"static": true,
|
5068
5067
|
"parameters": [
|
5069
5068
|
{
|
5070
|
-
"name": "
|
5071
|
-
"optional": true,
|
5069
|
+
"name": "body",
|
5072
5070
|
"type": {
|
5073
|
-
"text": "
|
5071
|
+
"text": "CohereChatConfig"
|
5074
5072
|
}
|
5075
5073
|
},
|
5076
5074
|
{
|
5077
|
-
"name": "
|
5078
|
-
"optional": true,
|
5075
|
+
"name": "pMessages",
|
5079
5076
|
"type": {
|
5080
|
-
"text": "
|
5077
|
+
"text": "MessageContent[]"
|
5081
5078
|
}
|
5082
5079
|
}
|
5083
5080
|
]
|
@@ -5093,17 +5090,10 @@
|
|
5093
5090
|
}
|
5094
5091
|
},
|
5095
5092
|
{
|
5096
|
-
"name": "
|
5093
|
+
"name": "pMessages",
|
5097
5094
|
"type": {
|
5098
5095
|
"text": "MessageContent[]"
|
5099
5096
|
}
|
5100
|
-
},
|
5101
|
-
{
|
5102
|
-
"name": "files",
|
5103
|
-
"optional": true,
|
5104
|
-
"type": {
|
5105
|
-
"text": "File[]"
|
5106
|
-
}
|
5107
5097
|
}
|
5108
5098
|
],
|
5109
5099
|
"inheritedFrom": {
|
@@ -5123,7 +5113,7 @@
|
|
5123
5113
|
{
|
5124
5114
|
"name": "result",
|
5125
5115
|
"type": {
|
5126
|
-
"text": "
|
5116
|
+
"text": "CohereChatResult"
|
5127
5117
|
}
|
5128
5118
|
}
|
5129
5119
|
],
|
@@ -5134,52 +5124,23 @@
|
|
5134
5124
|
},
|
5135
5125
|
{
|
5136
5126
|
"kind": "field",
|
5137
|
-
"name": "
|
5138
|
-
"privacy": "private",
|
5139
|
-
"static": true,
|
5140
|
-
"parameters": [
|
5141
|
-
{
|
5142
|
-
"name": "text",
|
5143
|
-
"optional": true,
|
5144
|
-
"type": {
|
5145
|
-
"text": "string"
|
5146
|
-
}
|
5147
|
-
},
|
5148
|
-
{
|
5149
|
-
"name": "files",
|
5150
|
-
"optional": true,
|
5151
|
-
"type": {
|
5152
|
-
"text": "File[]"
|
5153
|
-
}
|
5154
|
-
}
|
5155
|
-
],
|
5127
|
+
"name": "insertKeyPlaceholderText",
|
5156
5128
|
"type": {
|
5157
|
-
"text": "
|
5129
|
+
"text": "string"
|
5158
5130
|
},
|
5131
|
+
"default": "'Cohere API Key'",
|
5159
5132
|
"inheritedFrom": {
|
5160
|
-
"name": "
|
5161
|
-
"module": "src/services/utils/
|
5133
|
+
"name": "DirectServiceIO",
|
5134
|
+
"module": "src/services/utils/directServiceIO.ts"
|
5162
5135
|
}
|
5163
5136
|
},
|
5164
5137
|
{
|
5165
5138
|
"kind": "field",
|
5166
|
-
"name": "
|
5167
|
-
"type": {
|
5168
|
-
"text": "MicrophoneFilesServiceConfig | undefined"
|
5169
|
-
},
|
5170
|
-
"inheritedFrom": {
|
5171
|
-
"name": "BaseServiceIO",
|
5172
|
-
"module": "src/services/utils/baseServiceIO.ts"
|
5173
|
-
},
|
5174
|
-
"default": "undefined"
|
5175
|
-
},
|
5176
|
-
{
|
5177
|
-
"kind": "field",
|
5178
|
-
"name": "insertKeyPlaceholderText",
|
5139
|
+
"name": "getKeyLink",
|
5179
5140
|
"type": {
|
5180
5141
|
"text": "string"
|
5181
5142
|
},
|
5182
|
-
"default": "'
|
5143
|
+
"default": "'https://dashboard.cohere.ai/api-keys'",
|
5183
5144
|
"inheritedFrom": {
|
5184
5145
|
"name": "DirectServiceIO",
|
5185
5146
|
"module": "src/services/utils/directServiceIO.ts"
|
@@ -5187,30 +5148,54 @@
|
|
5187
5148
|
},
|
5188
5149
|
{
|
5189
5150
|
"kind": "field",
|
5190
|
-
"name": "
|
5151
|
+
"name": "textInputPlaceholderText",
|
5191
5152
|
"type": {
|
5192
5153
|
"text": "string"
|
5193
5154
|
},
|
5194
|
-
"default": "
|
5155
|
+
"default": "inputPlaceholder",
|
5195
5156
|
"inheritedFrom": {
|
5196
|
-
"name": "
|
5197
|
-
"module": "src/services/
|
5157
|
+
"name": "CohereIO",
|
5158
|
+
"module": "src/services/cohere/cohereIO.ts"
|
5198
5159
|
}
|
5199
5160
|
},
|
5200
5161
|
{
|
5201
5162
|
"kind": "field",
|
5202
|
-
"name": "
|
5163
|
+
"name": "permittedErrorPrefixes",
|
5203
5164
|
"type": {
|
5204
|
-
"text": "
|
5165
|
+
"text": "array"
|
5205
5166
|
},
|
5167
|
+
"default": "['invalid']",
|
5206
5168
|
"inheritedFrom": {
|
5207
|
-
"name": "
|
5208
|
-
"module": "src/services/
|
5169
|
+
"name": "CohereIO",
|
5170
|
+
"module": "src/services/cohere/cohereIO.ts"
|
5209
5171
|
}
|
5210
5172
|
},
|
5211
5173
|
{
|
5212
5174
|
"kind": "field",
|
5213
|
-
"name": "
|
5175
|
+
"name": "url",
|
5176
|
+
"type": {
|
5177
|
+
"text": "string"
|
5178
|
+
},
|
5179
|
+
"default": "url",
|
5180
|
+
"inheritedFrom": {
|
5181
|
+
"name": "CohereIO",
|
5182
|
+
"module": "src/services/cohere/cohereIO.ts"
|
5183
|
+
}
|
5184
|
+
},
|
5185
|
+
{
|
5186
|
+
"kind": "field",
|
5187
|
+
"name": "key",
|
5188
|
+
"type": {
|
5189
|
+
"text": "string | undefined"
|
5190
|
+
},
|
5191
|
+
"inheritedFrom": {
|
5192
|
+
"name": "DirectServiceIO",
|
5193
|
+
"module": "src/services/utils/directServiceIO.ts"
|
5194
|
+
}
|
5195
|
+
},
|
5196
|
+
{
|
5197
|
+
"kind": "field",
|
5198
|
+
"name": "keyVerificationDetails",
|
5214
5199
|
"type": {
|
5215
5200
|
"text": "KeyVerificationDetails"
|
5216
5201
|
},
|
@@ -5368,6 +5353,35 @@
|
|
5368
5353
|
"module": "src/services/utils/baseServiceIO.ts"
|
5369
5354
|
}
|
5370
5355
|
},
|
5356
|
+
{
|
5357
|
+
"kind": "field",
|
5358
|
+
"name": "canSendMessage",
|
5359
|
+
"privacy": "private",
|
5360
|
+
"static": true,
|
5361
|
+
"parameters": [
|
5362
|
+
{
|
5363
|
+
"name": "text",
|
5364
|
+
"optional": true,
|
5365
|
+
"type": {
|
5366
|
+
"text": "string"
|
5367
|
+
}
|
5368
|
+
},
|
5369
|
+
{
|
5370
|
+
"name": "files",
|
5371
|
+
"optional": true,
|
5372
|
+
"type": {
|
5373
|
+
"text": "File[]"
|
5374
|
+
}
|
5375
|
+
}
|
5376
|
+
],
|
5377
|
+
"type": {
|
5378
|
+
"text": "ValidateMessageBeforeSending"
|
5379
|
+
},
|
5380
|
+
"inheritedFrom": {
|
5381
|
+
"name": "BaseServiceIO",
|
5382
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
5383
|
+
}
|
5384
|
+
},
|
5371
5385
|
{
|
5372
5386
|
"kind": "field",
|
5373
5387
|
"name": "fileTypes",
|
@@ -5391,6 +5405,17 @@
|
|
5391
5405
|
"module": "src/services/utils/baseServiceIO.ts"
|
5392
5406
|
}
|
5393
5407
|
},
|
5408
|
+
{
|
5409
|
+
"kind": "field",
|
5410
|
+
"name": "recordAudio",
|
5411
|
+
"type": {
|
5412
|
+
"text": "MicrophoneFilesServiceConfig | undefined"
|
5413
|
+
},
|
5414
|
+
"inheritedFrom": {
|
5415
|
+
"name": "BaseServiceIO",
|
5416
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
5417
|
+
}
|
5418
|
+
},
|
5394
5419
|
{
|
5395
5420
|
"kind": "field",
|
5396
5421
|
"name": "totalMessagesMaxCharLength",
|
@@ -5577,148 +5602,50 @@
|
|
5577
5602
|
}
|
5578
5603
|
],
|
5579
5604
|
"superclass": {
|
5580
|
-
"name": "
|
5581
|
-
"module": "/src/services/
|
5605
|
+
"name": "CohereIO",
|
5606
|
+
"module": "/src/services/cohere/cohereIO"
|
5582
5607
|
}
|
5583
5608
|
}
|
5584
5609
|
],
|
5585
5610
|
"exports": [
|
5586
5611
|
{
|
5587
5612
|
"kind": "js",
|
5588
|
-
"name": "
|
5613
|
+
"name": "CohereChatIO",
|
5589
5614
|
"declaration": {
|
5590
|
-
"name": "
|
5591
|
-
"module": "src/services/
|
5615
|
+
"name": "CohereChatIO",
|
5616
|
+
"module": "src/services/cohere/cohereChatIO.ts"
|
5592
5617
|
}
|
5593
5618
|
}
|
5594
5619
|
]
|
5595
5620
|
},
|
5596
5621
|
{
|
5597
5622
|
"kind": "javascript-module",
|
5598
|
-
"path": "src/services/
|
5623
|
+
"path": "src/services/cohere/cohereIO.ts",
|
5599
5624
|
"declarations": [
|
5600
5625
|
{
|
5601
5626
|
"kind": "class",
|
5602
5627
|
"description": "",
|
5603
|
-
"name": "
|
5628
|
+
"name": "CohereIO",
|
5604
5629
|
"members": [
|
5605
5630
|
{
|
5606
5631
|
"kind": "field",
|
5607
|
-
"name": "
|
5608
|
-
"type": {
|
5609
|
-
"text": "string"
|
5610
|
-
},
|
5611
|
-
"default": "`${config.endpoint}/language/analyze-text/jobs?api-version=2022-10-01-preview`"
|
5612
|
-
},
|
5613
|
-
{
|
5614
|
-
"kind": "field",
|
5615
|
-
"name": "textInputPlaceholderText",
|
5632
|
+
"name": "insertKeyPlaceholderText",
|
5616
5633
|
"type": {
|
5617
5634
|
"text": "string"
|
5618
5635
|
},
|
5619
|
-
"default": "'
|
5620
|
-
},
|
5621
|
-
{
|
5622
|
-
"kind": "field",
|
5623
|
-
"name": "messages",
|
5624
|
-
"type": {
|
5625
|
-
"text": "Messages | undefined"
|
5626
|
-
},
|
5627
|
-
"privacy": "private"
|
5628
|
-
},
|
5629
|
-
{
|
5630
|
-
"kind": "method",
|
5631
|
-
"name": "preprocessBody",
|
5632
|
-
"parameters": [
|
5633
|
-
{
|
5634
|
-
"name": "body",
|
5635
|
-
"type": {
|
5636
|
-
"text": "RawBody"
|
5637
|
-
}
|
5638
|
-
},
|
5639
|
-
{
|
5640
|
-
"name": "messages",
|
5641
|
-
"type": {
|
5642
|
-
"text": "MessageContent[]"
|
5643
|
-
}
|
5644
|
-
}
|
5645
|
-
]
|
5646
|
-
},
|
5647
|
-
{
|
5648
|
-
"kind": "method",
|
5649
|
-
"name": "callServiceAPI",
|
5650
|
-
"parameters": [
|
5651
|
-
{
|
5652
|
-
"name": "messages",
|
5653
|
-
"type": {
|
5654
|
-
"text": "Messages"
|
5655
|
-
}
|
5656
|
-
},
|
5657
|
-
{
|
5658
|
-
"name": "pMessages",
|
5659
|
-
"type": {
|
5660
|
-
"text": "MessageContent[]"
|
5661
|
-
}
|
5662
|
-
}
|
5663
|
-
],
|
5664
|
-
"inheritedFrom": {
|
5665
|
-
"name": "BaseServiceIO",
|
5666
|
-
"module": "src/services/utils/baseServiceIO.ts"
|
5667
|
-
}
|
5668
|
-
},
|
5669
|
-
{
|
5670
|
-
"kind": "method",
|
5671
|
-
"name": "extractResultData",
|
5672
|
-
"return": {
|
5673
|
-
"type": {
|
5674
|
-
"text": "Promise<{pollingInAnotherRequest: true}>"
|
5675
|
-
}
|
5676
|
-
},
|
5677
|
-
"parameters": [
|
5678
|
-
{
|
5679
|
-
"name": "result",
|
5680
|
-
"type": {
|
5681
|
-
"text": "Response & AzureAuthenticationError"
|
5682
|
-
}
|
5683
|
-
}
|
5684
|
-
],
|
5636
|
+
"default": "'Cohere API Key'",
|
5685
5637
|
"inheritedFrom": {
|
5686
|
-
"name": "
|
5687
|
-
"module": "src/services/utils/
|
5638
|
+
"name": "DirectServiceIO",
|
5639
|
+
"module": "src/services/utils/directServiceIO.ts"
|
5688
5640
|
}
|
5689
5641
|
},
|
5690
|
-
{
|
5691
|
-
"kind": "method",
|
5692
|
-
"name": "extractPollResultData",
|
5693
|
-
"return": {
|
5694
|
-
"type": {
|
5695
|
-
"text": "PollResult"
|
5696
|
-
}
|
5697
|
-
},
|
5698
|
-
"parameters": [
|
5699
|
-
{
|
5700
|
-
"name": "result",
|
5701
|
-
"type": {
|
5702
|
-
"text": "AzureSummarizationResult"
|
5703
|
-
}
|
5704
|
-
}
|
5705
|
-
]
|
5706
|
-
},
|
5707
|
-
{
|
5708
|
-
"kind": "field",
|
5709
|
-
"name": "language",
|
5710
|
-
"type": {
|
5711
|
-
"text": "string"
|
5712
|
-
},
|
5713
|
-
"default": "'en'"
|
5714
|
-
},
|
5715
5642
|
{
|
5716
5643
|
"kind": "field",
|
5717
|
-
"name": "
|
5644
|
+
"name": "getKeyLink",
|
5718
5645
|
"type": {
|
5719
5646
|
"text": "string"
|
5720
5647
|
},
|
5721
|
-
"default": "'
|
5648
|
+
"default": "'https://dashboard.cohere.ai/api-keys'",
|
5722
5649
|
"inheritedFrom": {
|
5723
5650
|
"name": "DirectServiceIO",
|
5724
5651
|
"module": "src/services/utils/directServiceIO.ts"
|
@@ -5726,15 +5653,11 @@
|
|
5726
5653
|
},
|
5727
5654
|
{
|
5728
5655
|
"kind": "field",
|
5729
|
-
"name": "
|
5656
|
+
"name": "textInputPlaceholderText",
|
5730
5657
|
"type": {
|
5731
5658
|
"text": "string"
|
5732
5659
|
},
|
5733
|
-
"default": "
|
5734
|
-
"inheritedFrom": {
|
5735
|
-
"name": "DirectServiceIO",
|
5736
|
-
"module": "src/services/utils/directServiceIO.ts"
|
5737
|
-
}
|
5660
|
+
"default": "inputPlaceholder"
|
5738
5661
|
},
|
5739
5662
|
{
|
5740
5663
|
"kind": "field",
|
@@ -5742,11 +5665,15 @@
|
|
5742
5665
|
"type": {
|
5743
5666
|
"text": "array"
|
5744
5667
|
},
|
5745
|
-
"default": "['
|
5746
|
-
|
5747
|
-
|
5748
|
-
|
5749
|
-
|
5668
|
+
"default": "['invalid']"
|
5669
|
+
},
|
5670
|
+
{
|
5671
|
+
"kind": "field",
|
5672
|
+
"name": "url",
|
5673
|
+
"type": {
|
5674
|
+
"text": "string"
|
5675
|
+
},
|
5676
|
+
"default": "url"
|
5750
5677
|
},
|
5751
5678
|
{
|
5752
5679
|
"kind": "field",
|
@@ -6110,6 +6037,35 @@
|
|
6110
6037
|
"module": "src/services/utils/baseServiceIO.ts"
|
6111
6038
|
}
|
6112
6039
|
},
|
6040
|
+
{
|
6041
|
+
"kind": "method",
|
6042
|
+
"name": "callServiceAPI",
|
6043
|
+
"parameters": [
|
6044
|
+
{
|
6045
|
+
"name": "messages",
|
6046
|
+
"type": {
|
6047
|
+
"text": "Messages"
|
6048
|
+
}
|
6049
|
+
},
|
6050
|
+
{
|
6051
|
+
"name": "pMessages",
|
6052
|
+
"type": {
|
6053
|
+
"text": "MessageContent[]"
|
6054
|
+
}
|
6055
|
+
},
|
6056
|
+
{
|
6057
|
+
"name": "_",
|
6058
|
+
"optional": true,
|
6059
|
+
"type": {
|
6060
|
+
"text": "File[]"
|
6061
|
+
}
|
6062
|
+
}
|
6063
|
+
],
|
6064
|
+
"inheritedFrom": {
|
6065
|
+
"name": "BaseServiceIO",
|
6066
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
6067
|
+
}
|
6068
|
+
},
|
6113
6069
|
{
|
6114
6070
|
"kind": "method",
|
6115
6071
|
"name": "callApiWithFiles",
|
@@ -6165,57 +6121,55 @@
|
|
6165
6121
|
"name": "BaseServiceIO",
|
6166
6122
|
"module": "src/services/utils/baseServiceIO.ts"
|
6167
6123
|
}
|
6168
|
-
}
|
6169
|
-
|
6170
|
-
|
6171
|
-
|
6172
|
-
|
6173
|
-
|
6174
|
-
|
6175
|
-
|
6176
|
-
|
6177
|
-
|
6178
|
-
|
6179
|
-
|
6180
|
-
|
6181
|
-
|
6182
|
-
|
6183
|
-
|
6184
|
-
|
6185
|
-
|
6124
|
+
},
|
6125
|
+
{
|
6126
|
+
"kind": "method",
|
6127
|
+
"name": "extractResultData",
|
6128
|
+
"return": {
|
6129
|
+
"type": {
|
6130
|
+
"text": "Promise<Result | {pollingInAnotherRequest: true}>"
|
6131
|
+
}
|
6132
|
+
},
|
6133
|
+
"parameters": [
|
6134
|
+
{
|
6135
|
+
"name": "result",
|
6136
|
+
"type": {
|
6137
|
+
"text": "any | CustomServiceResponse"
|
6138
|
+
}
|
6139
|
+
}
|
6140
|
+
],
|
6141
|
+
"inheritedFrom": {
|
6142
|
+
"name": "BaseServiceIO",
|
6143
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
6144
|
+
}
|
6145
|
+
}
|
6146
|
+
],
|
6147
|
+
"superclass": {
|
6148
|
+
"name": "DirectServiceIO",
|
6149
|
+
"module": "/src/services/utils/directServiceIO"
|
6150
|
+
}
|
6151
|
+
}
|
6152
|
+
],
|
6153
|
+
"exports": [
|
6154
|
+
{
|
6155
|
+
"kind": "js",
|
6156
|
+
"name": "CohereIO",
|
6157
|
+
"declaration": {
|
6158
|
+
"name": "CohereIO",
|
6159
|
+
"module": "src/services/cohere/cohereIO.ts"
|
6160
|
+
}
|
6161
|
+
}
|
6162
|
+
]
|
6186
6163
|
},
|
6187
6164
|
{
|
6188
6165
|
"kind": "javascript-module",
|
6189
|
-
"path": "src/services/
|
6166
|
+
"path": "src/services/cohere/cohereSummarizationIO.ts",
|
6190
6167
|
"declarations": [
|
6191
6168
|
{
|
6192
6169
|
"kind": "class",
|
6193
6170
|
"description": "",
|
6194
|
-
"name": "
|
6171
|
+
"name": "CohereSummarizationIO",
|
6195
6172
|
"members": [
|
6196
|
-
{
|
6197
|
-
"kind": "field",
|
6198
|
-
"name": "HELP_LINK",
|
6199
|
-
"type": {
|
6200
|
-
"text": "string"
|
6201
|
-
},
|
6202
|
-
"privacy": "private",
|
6203
|
-
"static": true,
|
6204
|
-
"default": "'https://learn.microsoft.com/en-GB/azure/cognitive-services/speech-service/get-started-text-to-speech?tabs=windows%2Cterminal&pivots=programming-language-rest'"
|
6205
|
-
},
|
6206
|
-
{
|
6207
|
-
"kind": "field",
|
6208
|
-
"name": "introPanelMarkUp",
|
6209
|
-
"default": "`\n <div style=\"width: 100%; text-align: center; margin-left: -10px\"><b>Azure Text To Speech</b></div>\n <p>Insert text to synthesize it to audio.\n <p>\n Click <a href=\"${AzureTextToSpeechIO.HELP_LINK}\">here</a> for more info.\n </p>`"
|
6210
|
-
},
|
6211
|
-
{
|
6212
|
-
"kind": "field",
|
6213
|
-
"name": "url",
|
6214
|
-
"type": {
|
6215
|
-
"text": "string"
|
6216
|
-
},
|
6217
|
-
"default": "`https://${config.region}.tts.speech.microsoft.com/cognitiveservices/v1`"
|
6218
|
-
},
|
6219
6173
|
{
|
6220
6174
|
"kind": "method",
|
6221
6175
|
"name": "preprocessBody",
|
@@ -6223,7 +6177,7 @@
|
|
6223
6177
|
{
|
6224
6178
|
"name": "body",
|
6225
6179
|
"type": {
|
6226
|
-
"text": "
|
6180
|
+
"text": "CohereSummarizationConfig"
|
6227
6181
|
}
|
6228
6182
|
},
|
6229
6183
|
{
|
@@ -6268,7 +6222,7 @@
|
|
6268
6222
|
{
|
6269
6223
|
"name": "result",
|
6270
6224
|
"type": {
|
6271
|
-
"text": "
|
6225
|
+
"text": "CohereSummarizationResult"
|
6272
6226
|
}
|
6273
6227
|
}
|
6274
6228
|
],
|
@@ -6279,50 +6233,62 @@
|
|
6279
6233
|
},
|
6280
6234
|
{
|
6281
6235
|
"kind": "field",
|
6282
|
-
"name": "
|
6236
|
+
"name": "insertKeyPlaceholderText",
|
6283
6237
|
"type": {
|
6284
6238
|
"text": "string"
|
6285
6239
|
},
|
6286
|
-
"default": "'
|
6240
|
+
"default": "'Cohere API Key'",
|
6241
|
+
"inheritedFrom": {
|
6242
|
+
"name": "DirectServiceIO",
|
6243
|
+
"module": "src/services/utils/directServiceIO.ts"
|
6244
|
+
}
|
6287
6245
|
},
|
6288
6246
|
{
|
6289
6247
|
"kind": "field",
|
6290
|
-
"name": "
|
6248
|
+
"name": "getKeyLink",
|
6291
6249
|
"type": {
|
6292
6250
|
"text": "string"
|
6293
6251
|
},
|
6294
|
-
"default": "'
|
6252
|
+
"default": "'https://dashboard.cohere.ai/api-keys'",
|
6253
|
+
"inheritedFrom": {
|
6254
|
+
"name": "DirectServiceIO",
|
6255
|
+
"module": "src/services/utils/directServiceIO.ts"
|
6256
|
+
}
|
6295
6257
|
},
|
6296
6258
|
{
|
6297
6259
|
"kind": "field",
|
6298
|
-
"name": "
|
6260
|
+
"name": "textInputPlaceholderText",
|
6299
6261
|
"type": {
|
6300
6262
|
"text": "string"
|
6301
6263
|
},
|
6302
|
-
"default": "
|
6264
|
+
"default": "inputPlaceholder",
|
6265
|
+
"inheritedFrom": {
|
6266
|
+
"name": "CohereIO",
|
6267
|
+
"module": "src/services/cohere/cohereIO.ts"
|
6268
|
+
}
|
6303
6269
|
},
|
6304
6270
|
{
|
6305
6271
|
"kind": "field",
|
6306
|
-
"name": "
|
6272
|
+
"name": "permittedErrorPrefixes",
|
6307
6273
|
"type": {
|
6308
|
-
"text": "
|
6274
|
+
"text": "array"
|
6309
6275
|
},
|
6310
|
-
"default": "'
|
6276
|
+
"default": "['invalid']",
|
6311
6277
|
"inheritedFrom": {
|
6312
|
-
"name": "
|
6313
|
-
"module": "src/services/
|
6278
|
+
"name": "CohereIO",
|
6279
|
+
"module": "src/services/cohere/cohereIO.ts"
|
6314
6280
|
}
|
6315
6281
|
},
|
6316
6282
|
{
|
6317
6283
|
"kind": "field",
|
6318
|
-
"name": "
|
6284
|
+
"name": "url",
|
6319
6285
|
"type": {
|
6320
6286
|
"text": "string"
|
6321
6287
|
},
|
6322
|
-
"default": "
|
6288
|
+
"default": "url",
|
6323
6289
|
"inheritedFrom": {
|
6324
|
-
"name": "
|
6325
|
-
"module": "src/services/
|
6290
|
+
"name": "CohereIO",
|
6291
|
+
"module": "src/services/cohere/cohereIO.ts"
|
6326
6292
|
}
|
6327
6293
|
},
|
6328
6294
|
{
|
@@ -6745,67 +6711,41 @@
|
|
6745
6711
|
}
|
6746
6712
|
],
|
6747
6713
|
"superclass": {
|
6748
|
-
"name": "
|
6749
|
-
"module": "/src/services/
|
6714
|
+
"name": "CohereIO",
|
6715
|
+
"module": "/src/services/cohere/cohereIO"
|
6750
6716
|
}
|
6751
6717
|
}
|
6752
6718
|
],
|
6753
6719
|
"exports": [
|
6754
6720
|
{
|
6755
6721
|
"kind": "js",
|
6756
|
-
"name": "
|
6722
|
+
"name": "CohereSummarizationIO",
|
6757
6723
|
"declaration": {
|
6758
|
-
"name": "
|
6759
|
-
"module": "src/services/
|
6724
|
+
"name": "CohereSummarizationIO",
|
6725
|
+
"module": "src/services/cohere/cohereSummarizationIO.ts"
|
6760
6726
|
}
|
6761
6727
|
}
|
6762
6728
|
]
|
6763
6729
|
},
|
6764
6730
|
{
|
6765
6731
|
"kind": "javascript-module",
|
6766
|
-
"path": "src/services/
|
6732
|
+
"path": "src/services/cohere/cohereTextGenerationIO.ts",
|
6767
6733
|
"declarations": [
|
6768
6734
|
{
|
6769
6735
|
"kind": "class",
|
6770
6736
|
"description": "",
|
6771
|
-
"name": "
|
6737
|
+
"name": "CohereTextGenerationIO",
|
6772
6738
|
"members": [
|
6773
|
-
{
|
6774
|
-
"kind": "field",
|
6775
|
-
"name": "insertKeyPlaceholderText",
|
6776
|
-
"type": {
|
6777
|
-
"text": "string"
|
6778
|
-
},
|
6779
|
-
"default": "'Azure Translate Subscription Key'",
|
6780
|
-
"inheritedFrom": {
|
6781
|
-
"name": "DirectServiceIO",
|
6782
|
-
"module": "src/services/utils/directServiceIO.ts"
|
6783
|
-
}
|
6784
|
-
},
|
6785
|
-
{
|
6786
|
-
"kind": "field",
|
6787
|
-
"name": "getKeyLink",
|
6788
|
-
"type": {
|
6789
|
-
"text": "string"
|
6790
|
-
},
|
6791
|
-
"default": "'https://learn.microsoft.com/en-us/azure/api-management/api-management-subscriptions#create-and-manage-subscriptions-in-azure-portal'",
|
6792
|
-
"inheritedFrom": {
|
6793
|
-
"name": "DirectServiceIO",
|
6794
|
-
"module": "src/services/utils/directServiceIO.ts"
|
6795
|
-
}
|
6796
|
-
},
|
6797
|
-
{
|
6798
|
-
"kind": "field",
|
6799
|
-
"name": "url",
|
6800
|
-
"type": {
|
6801
|
-
"text": "string"
|
6802
|
-
},
|
6803
|
-
"default": "`https://api.cognitive.microsofttranslator.com/translate?api-version=3.0&to=${config.language || 'es'}`"
|
6804
|
-
},
|
6805
6739
|
{
|
6806
6740
|
"kind": "method",
|
6807
6741
|
"name": "preprocessBody",
|
6808
6742
|
"parameters": [
|
6743
|
+
{
|
6744
|
+
"name": "body",
|
6745
|
+
"type": {
|
6746
|
+
"text": "CohereGenerateConfig"
|
6747
|
+
}
|
6748
|
+
},
|
6809
6749
|
{
|
6810
6750
|
"name": "messages",
|
6811
6751
|
"type": {
|
@@ -6848,7 +6788,7 @@
|
|
6848
6788
|
{
|
6849
6789
|
"name": "result",
|
6850
6790
|
"type": {
|
6851
|
-
"text": "
|
6791
|
+
"text": "CohereCompletionsResult"
|
6852
6792
|
}
|
6853
6793
|
}
|
6854
6794
|
],
|
@@ -6857,6 +6797,66 @@
|
|
6857
6797
|
"module": "src/services/utils/baseServiceIO.ts"
|
6858
6798
|
}
|
6859
6799
|
},
|
6800
|
+
{
|
6801
|
+
"kind": "field",
|
6802
|
+
"name": "insertKeyPlaceholderText",
|
6803
|
+
"type": {
|
6804
|
+
"text": "string"
|
6805
|
+
},
|
6806
|
+
"default": "'Cohere API Key'",
|
6807
|
+
"inheritedFrom": {
|
6808
|
+
"name": "DirectServiceIO",
|
6809
|
+
"module": "src/services/utils/directServiceIO.ts"
|
6810
|
+
}
|
6811
|
+
},
|
6812
|
+
{
|
6813
|
+
"kind": "field",
|
6814
|
+
"name": "getKeyLink",
|
6815
|
+
"type": {
|
6816
|
+
"text": "string"
|
6817
|
+
},
|
6818
|
+
"default": "'https://dashboard.cohere.ai/api-keys'",
|
6819
|
+
"inheritedFrom": {
|
6820
|
+
"name": "DirectServiceIO",
|
6821
|
+
"module": "src/services/utils/directServiceIO.ts"
|
6822
|
+
}
|
6823
|
+
},
|
6824
|
+
{
|
6825
|
+
"kind": "field",
|
6826
|
+
"name": "textInputPlaceholderText",
|
6827
|
+
"type": {
|
6828
|
+
"text": "string"
|
6829
|
+
},
|
6830
|
+
"default": "inputPlaceholder",
|
6831
|
+
"inheritedFrom": {
|
6832
|
+
"name": "CohereIO",
|
6833
|
+
"module": "src/services/cohere/cohereIO.ts"
|
6834
|
+
}
|
6835
|
+
},
|
6836
|
+
{
|
6837
|
+
"kind": "field",
|
6838
|
+
"name": "permittedErrorPrefixes",
|
6839
|
+
"type": {
|
6840
|
+
"text": "array"
|
6841
|
+
},
|
6842
|
+
"default": "['invalid']",
|
6843
|
+
"inheritedFrom": {
|
6844
|
+
"name": "CohereIO",
|
6845
|
+
"module": "src/services/cohere/cohereIO.ts"
|
6846
|
+
}
|
6847
|
+
},
|
6848
|
+
{
|
6849
|
+
"kind": "field",
|
6850
|
+
"name": "url",
|
6851
|
+
"type": {
|
6852
|
+
"text": "string"
|
6853
|
+
},
|
6854
|
+
"default": "url",
|
6855
|
+
"inheritedFrom": {
|
6856
|
+
"name": "CohereIO",
|
6857
|
+
"module": "src/services/cohere/cohereIO.ts"
|
6858
|
+
}
|
6859
|
+
},
|
6860
6860
|
{
|
6861
6861
|
"kind": "field",
|
6862
6862
|
"name": "key",
|
@@ -7277,18 +7277,18 @@
|
|
7277
7277
|
}
|
7278
7278
|
],
|
7279
7279
|
"superclass": {
|
7280
|
-
"name": "
|
7281
|
-
"module": "/src/services/
|
7280
|
+
"name": "CohereIO",
|
7281
|
+
"module": "/src/services/cohere/cohereIO"
|
7282
7282
|
}
|
7283
7283
|
}
|
7284
7284
|
],
|
7285
7285
|
"exports": [
|
7286
7286
|
{
|
7287
7287
|
"kind": "js",
|
7288
|
-
"name": "
|
7288
|
+
"name": "CohereTextGenerationIO",
|
7289
7289
|
"declaration": {
|
7290
|
-
"name": "
|
7291
|
-
"module": "src/services/
|
7290
|
+
"name": "CohereTextGenerationIO",
|
7291
|
+
"module": "src/services/cohere/cohereTextGenerationIO.ts"
|
7292
7292
|
}
|
7293
7293
|
}
|
7294
7294
|
]
|
@@ -21657,37 +21657,92 @@
|
|
21657
21657
|
},
|
21658
21658
|
{
|
21659
21659
|
"kind": "javascript-module",
|
21660
|
-
"path": "src/utils/HTTP/
|
21660
|
+
"path": "src/utils/HTTP/customRequest.ts",
|
21661
21661
|
"declarations": [
|
21662
21662
|
{
|
21663
21663
|
"kind": "class",
|
21664
21664
|
"description": "",
|
21665
|
-
"name": "
|
21665
|
+
"name": "CustomRequest",
|
21666
21666
|
"members": [
|
21667
|
-
{
|
21668
|
-
"kind": "field",
|
21669
|
-
"name": "CONTENT_TYPE",
|
21670
|
-
"type": {
|
21671
|
-
"text": "string"
|
21672
|
-
},
|
21673
|
-
"privacy": "public",
|
21674
|
-
"static": true,
|
21675
|
-
"default": "'Content-Type'"
|
21676
|
-
},
|
21677
21667
|
{
|
21678
21668
|
"kind": "method",
|
21679
|
-
"name": "
|
21669
|
+
"name": "request",
|
21680
21670
|
"privacy": "public",
|
21681
21671
|
"static": true,
|
21682
21672
|
"parameters": [
|
21683
21673
|
{
|
21684
|
-
"name": "
|
21674
|
+
"name": "io",
|
21685
21675
|
"type": {
|
21686
|
-
"text": "
|
21676
|
+
"text": "ServiceIO"
|
21687
21677
|
}
|
21688
21678
|
},
|
21689
21679
|
{
|
21690
|
-
"name": "
|
21680
|
+
"name": "body",
|
21681
|
+
"type": {
|
21682
|
+
"text": "any"
|
21683
|
+
}
|
21684
|
+
},
|
21685
|
+
{
|
21686
|
+
"name": "messages",
|
21687
|
+
"type": {
|
21688
|
+
"text": "Messages"
|
21689
|
+
}
|
21690
|
+
},
|
21691
|
+
{
|
21692
|
+
"name": "handler",
|
21693
|
+
"type": {
|
21694
|
+
"text": "Handler"
|
21695
|
+
}
|
21696
|
+
}
|
21697
|
+
]
|
21698
|
+
}
|
21699
|
+
]
|
21700
|
+
}
|
21701
|
+
],
|
21702
|
+
"exports": [
|
21703
|
+
{
|
21704
|
+
"kind": "js",
|
21705
|
+
"name": "CustomRequest",
|
21706
|
+
"declaration": {
|
21707
|
+
"name": "CustomRequest",
|
21708
|
+
"module": "src/utils/HTTP/customRequest.ts"
|
21709
|
+
}
|
21710
|
+
}
|
21711
|
+
]
|
21712
|
+
},
|
21713
|
+
{
|
21714
|
+
"kind": "javascript-module",
|
21715
|
+
"path": "src/utils/HTTP/requestUtils.ts",
|
21716
|
+
"declarations": [
|
21717
|
+
{
|
21718
|
+
"kind": "class",
|
21719
|
+
"description": "",
|
21720
|
+
"name": "RequestUtils",
|
21721
|
+
"members": [
|
21722
|
+
{
|
21723
|
+
"kind": "field",
|
21724
|
+
"name": "CONTENT_TYPE",
|
21725
|
+
"type": {
|
21726
|
+
"text": "string"
|
21727
|
+
},
|
21728
|
+
"privacy": "public",
|
21729
|
+
"static": true,
|
21730
|
+
"default": "'Content-Type'"
|
21731
|
+
},
|
21732
|
+
{
|
21733
|
+
"kind": "method",
|
21734
|
+
"name": "temporarilyRemoveHeader",
|
21735
|
+
"privacy": "public",
|
21736
|
+
"static": true,
|
21737
|
+
"parameters": [
|
21738
|
+
{
|
21739
|
+
"name": "requestSettings",
|
21740
|
+
"type": {
|
21741
|
+
"text": "Request | undefined"
|
21742
|
+
}
|
21743
|
+
},
|
21744
|
+
{
|
21745
|
+
"name": "request",
|
21691
21746
|
"type": {
|
21692
21747
|
"text": "(stringifyBody?: boolean) => Promise<void>"
|
21693
21748
|
}
|
@@ -23193,86 +23248,6 @@
|
|
23193
23248
|
}
|
23194
23249
|
]
|
23195
23250
|
},
|
23196
|
-
{
|
23197
|
-
"kind": "javascript-module",
|
23198
|
-
"path": "src/services/cohere/utils/cohereUtils.ts",
|
23199
|
-
"declarations": [
|
23200
|
-
{
|
23201
|
-
"kind": "class",
|
23202
|
-
"description": "",
|
23203
|
-
"name": "CohereUtils",
|
23204
|
-
"members": [
|
23205
|
-
{
|
23206
|
-
"kind": "method",
|
23207
|
-
"name": "buildHeaders",
|
23208
|
-
"privacy": "public",
|
23209
|
-
"static": true,
|
23210
|
-
"parameters": [
|
23211
|
-
{
|
23212
|
-
"name": "key",
|
23213
|
-
"type": {
|
23214
|
-
"text": "string"
|
23215
|
-
}
|
23216
|
-
}
|
23217
|
-
]
|
23218
|
-
},
|
23219
|
-
{
|
23220
|
-
"kind": "method",
|
23221
|
-
"name": "handleVerificationResult",
|
23222
|
-
"privacy": "private",
|
23223
|
-
"static": true,
|
23224
|
-
"parameters": [
|
23225
|
-
{
|
23226
|
-
"name": "result",
|
23227
|
-
"type": {
|
23228
|
-
"text": "object"
|
23229
|
-
}
|
23230
|
-
},
|
23231
|
-
{
|
23232
|
-
"name": "key",
|
23233
|
-
"type": {
|
23234
|
-
"text": "string"
|
23235
|
-
}
|
23236
|
-
},
|
23237
|
-
{
|
23238
|
-
"name": "onSuccess",
|
23239
|
-
"type": {
|
23240
|
-
"text": "(key: string) => void"
|
23241
|
-
}
|
23242
|
-
},
|
23243
|
-
{
|
23244
|
-
"name": "onFail",
|
23245
|
-
"type": {
|
23246
|
-
"text": "(message: string) => void"
|
23247
|
-
}
|
23248
|
-
}
|
23249
|
-
]
|
23250
|
-
},
|
23251
|
-
{
|
23252
|
-
"kind": "method",
|
23253
|
-
"name": "buildKeyVerificationDetails",
|
23254
|
-
"privacy": "public",
|
23255
|
-
"static": true,
|
23256
|
-
"return": {
|
23257
|
-
"type": {
|
23258
|
-
"text": "KeyVerificationDetails"
|
23259
|
-
}
|
23260
|
-
}
|
23261
|
-
}
|
23262
|
-
]
|
23263
|
-
}
|
23264
|
-
],
|
23265
|
-
"exports": [
|
23266
|
-
{
|
23267
|
-
"kind": "js",
|
23268
|
-
"name": "CohereUtils",
|
23269
|
-
"declaration": {
|
23270
|
-
"name": "CohereUtils",
|
23271
|
-
"module": "src/services/cohere/utils/cohereUtils.ts"
|
23272
|
-
}
|
23273
|
-
}
|
23274
|
-
]
|
23275
|
-
},
|
23276
23251
|
{
|
23277
23252
|
"kind": "javascript-module",
|
23278
23253
|
"path": "src/services/azure/utils/azureUtils.ts",
|
@@ -23518,6 +23493,86 @@
|
|
23518
23493
|
}
|
23519
23494
|
]
|
23520
23495
|
},
|
23496
|
+
{
|
23497
|
+
"kind": "javascript-module",
|
23498
|
+
"path": "src/services/cohere/utils/cohereUtils.ts",
|
23499
|
+
"declarations": [
|
23500
|
+
{
|
23501
|
+
"kind": "class",
|
23502
|
+
"description": "",
|
23503
|
+
"name": "CohereUtils",
|
23504
|
+
"members": [
|
23505
|
+
{
|
23506
|
+
"kind": "method",
|
23507
|
+
"name": "buildHeaders",
|
23508
|
+
"privacy": "public",
|
23509
|
+
"static": true,
|
23510
|
+
"parameters": [
|
23511
|
+
{
|
23512
|
+
"name": "key",
|
23513
|
+
"type": {
|
23514
|
+
"text": "string"
|
23515
|
+
}
|
23516
|
+
}
|
23517
|
+
]
|
23518
|
+
},
|
23519
|
+
{
|
23520
|
+
"kind": "method",
|
23521
|
+
"name": "handleVerificationResult",
|
23522
|
+
"privacy": "private",
|
23523
|
+
"static": true,
|
23524
|
+
"parameters": [
|
23525
|
+
{
|
23526
|
+
"name": "result",
|
23527
|
+
"type": {
|
23528
|
+
"text": "object"
|
23529
|
+
}
|
23530
|
+
},
|
23531
|
+
{
|
23532
|
+
"name": "key",
|
23533
|
+
"type": {
|
23534
|
+
"text": "string"
|
23535
|
+
}
|
23536
|
+
},
|
23537
|
+
{
|
23538
|
+
"name": "onSuccess",
|
23539
|
+
"type": {
|
23540
|
+
"text": "(key: string) => void"
|
23541
|
+
}
|
23542
|
+
},
|
23543
|
+
{
|
23544
|
+
"name": "onFail",
|
23545
|
+
"type": {
|
23546
|
+
"text": "(message: string) => void"
|
23547
|
+
}
|
23548
|
+
}
|
23549
|
+
]
|
23550
|
+
},
|
23551
|
+
{
|
23552
|
+
"kind": "method",
|
23553
|
+
"name": "buildKeyVerificationDetails",
|
23554
|
+
"privacy": "public",
|
23555
|
+
"static": true,
|
23556
|
+
"return": {
|
23557
|
+
"type": {
|
23558
|
+
"text": "KeyVerificationDetails"
|
23559
|
+
}
|
23560
|
+
}
|
23561
|
+
}
|
23562
|
+
]
|
23563
|
+
}
|
23564
|
+
],
|
23565
|
+
"exports": [
|
23566
|
+
{
|
23567
|
+
"kind": "js",
|
23568
|
+
"name": "CohereUtils",
|
23569
|
+
"declaration": {
|
23570
|
+
"name": "CohereUtils",
|
23571
|
+
"module": "src/services/cohere/utils/cohereUtils.ts"
|
23572
|
+
}
|
23573
|
+
}
|
23574
|
+
]
|
23575
|
+
},
|
23521
23576
|
{
|
23522
23577
|
"kind": "javascript-module",
|
23523
23578
|
"path": "src/services/huggingFace/utils/huggingFaceUtils.ts",
|
@@ -25577,150 +25632,61 @@
|
|
25577
25632
|
},
|
25578
25633
|
{
|
25579
25634
|
"kind": "javascript-module",
|
25580
|
-
"path": "src/views/chat/input/
|
25635
|
+
"path": "src/views/chat/input/buttons/buttonCSS.ts",
|
25581
25636
|
"declarations": [
|
25582
25637
|
{
|
25583
25638
|
"kind": "class",
|
25584
25639
|
"description": "",
|
25585
|
-
"name": "
|
25640
|
+
"name": "ButtonCSS",
|
25586
25641
|
"members": [
|
25587
25642
|
{
|
25588
25643
|
"kind": "method",
|
25589
|
-
"name": "
|
25590
|
-
"privacy": "public",
|
25591
|
-
"static": true
|
25592
|
-
},
|
25593
|
-
{
|
25594
|
-
"kind": "method",
|
25595
|
-
"name": "add",
|
25644
|
+
"name": "unsetAllCSS",
|
25596
25645
|
"privacy": "public",
|
25597
25646
|
"static": true,
|
25598
25647
|
"parameters": [
|
25599
25648
|
{
|
25600
|
-
"name": "
|
25649
|
+
"name": "button",
|
25601
25650
|
"type": {
|
25602
25651
|
"text": "HTMLElement"
|
25603
25652
|
}
|
25604
25653
|
},
|
25605
25654
|
{
|
25606
|
-
"name": "
|
25655
|
+
"name": "styles",
|
25607
25656
|
"type": {
|
25608
|
-
"text": "
|
25657
|
+
"text": "ButtonStyles"
|
25609
25658
|
}
|
25610
25659
|
}
|
25611
25660
|
]
|
25612
25661
|
},
|
25613
25662
|
{
|
25614
25663
|
"kind": "method",
|
25615
|
-
"name": "
|
25616
|
-
"privacy": "
|
25664
|
+
"name": "unsetActionCSS",
|
25665
|
+
"privacy": "public",
|
25617
25666
|
"static": true,
|
25618
25667
|
"parameters": [
|
25619
25668
|
{
|
25620
|
-
"name": "
|
25669
|
+
"name": "button",
|
25621
25670
|
"type": {
|
25622
|
-
"text": "
|
25671
|
+
"text": "HTMLElement"
|
25672
|
+
}
|
25673
|
+
},
|
25674
|
+
{
|
25675
|
+
"name": "styles",
|
25676
|
+
"type": {
|
25677
|
+
"text": "ButtonStyles"
|
25623
25678
|
}
|
25624
25679
|
}
|
25625
25680
|
]
|
25626
25681
|
},
|
25627
25682
|
{
|
25628
25683
|
"kind": "method",
|
25629
|
-
"name": "
|
25684
|
+
"name": "setElementsCSS",
|
25630
25685
|
"privacy": "public",
|
25631
25686
|
"static": true,
|
25632
25687
|
"parameters": [
|
25633
25688
|
{
|
25634
|
-
"name": "
|
25635
|
-
"type": {
|
25636
|
-
"text": "ButtonContainersT"
|
25637
|
-
}
|
25638
|
-
},
|
25639
|
-
{
|
25640
|
-
"name": "elementRef",
|
25641
|
-
"type": {
|
25642
|
-
"text": "HTMLElement"
|
25643
|
-
}
|
25644
|
-
},
|
25645
|
-
{
|
25646
|
-
"name": "position",
|
25647
|
-
"type": {
|
25648
|
-
"text": "ButtonPosition"
|
25649
|
-
}
|
25650
|
-
}
|
25651
|
-
]
|
25652
|
-
}
|
25653
|
-
]
|
25654
|
-
}
|
25655
|
-
],
|
25656
|
-
"exports": [
|
25657
|
-
{
|
25658
|
-
"kind": "js",
|
25659
|
-
"name": "ButtonContainers",
|
25660
|
-
"declaration": {
|
25661
|
-
"name": "ButtonContainers",
|
25662
|
-
"module": "src/views/chat/input/buttonContainers/buttonContainers.ts"
|
25663
|
-
}
|
25664
|
-
}
|
25665
|
-
]
|
25666
|
-
},
|
25667
|
-
{
|
25668
|
-
"kind": "javascript-module",
|
25669
|
-
"path": "src/views/chat/input/buttons/buttonCSS.ts",
|
25670
|
-
"declarations": [
|
25671
|
-
{
|
25672
|
-
"kind": "class",
|
25673
|
-
"description": "",
|
25674
|
-
"name": "ButtonCSS",
|
25675
|
-
"members": [
|
25676
|
-
{
|
25677
|
-
"kind": "method",
|
25678
|
-
"name": "unsetAllCSS",
|
25679
|
-
"privacy": "public",
|
25680
|
-
"static": true,
|
25681
|
-
"parameters": [
|
25682
|
-
{
|
25683
|
-
"name": "button",
|
25684
|
-
"type": {
|
25685
|
-
"text": "HTMLElement"
|
25686
|
-
}
|
25687
|
-
},
|
25688
|
-
{
|
25689
|
-
"name": "styles",
|
25690
|
-
"type": {
|
25691
|
-
"text": "ButtonStyles"
|
25692
|
-
}
|
25693
|
-
}
|
25694
|
-
]
|
25695
|
-
},
|
25696
|
-
{
|
25697
|
-
"kind": "method",
|
25698
|
-
"name": "unsetActionCSS",
|
25699
|
-
"privacy": "public",
|
25700
|
-
"static": true,
|
25701
|
-
"parameters": [
|
25702
|
-
{
|
25703
|
-
"name": "button",
|
25704
|
-
"type": {
|
25705
|
-
"text": "HTMLElement"
|
25706
|
-
}
|
25707
|
-
},
|
25708
|
-
{
|
25709
|
-
"name": "styles",
|
25710
|
-
"type": {
|
25711
|
-
"text": "ButtonStyles"
|
25712
|
-
}
|
25713
|
-
}
|
25714
|
-
]
|
25715
|
-
},
|
25716
|
-
{
|
25717
|
-
"kind": "method",
|
25718
|
-
"name": "setElementsCSS",
|
25719
|
-
"privacy": "public",
|
25720
|
-
"static": true,
|
25721
|
-
"parameters": [
|
25722
|
-
{
|
25723
|
-
"name": "button",
|
25689
|
+
"name": "button",
|
25724
25690
|
"type": {
|
25725
25691
|
"text": "HTMLElement"
|
25726
25692
|
}
|
@@ -26106,38 +26072,76 @@
|
|
26106
26072
|
},
|
26107
26073
|
{
|
26108
26074
|
"kind": "javascript-module",
|
26109
|
-
"path": "src/views/chat/input/
|
26075
|
+
"path": "src/views/chat/input/buttonContainers/buttonContainers.ts",
|
26110
26076
|
"declarations": [
|
26111
26077
|
{
|
26112
26078
|
"kind": "class",
|
26113
26079
|
"description": "",
|
26114
|
-
"name": "
|
26080
|
+
"name": "ButtonContainers",
|
26115
26081
|
"members": [
|
26116
26082
|
{
|
26117
26083
|
"kind": "method",
|
26118
|
-
"name": "
|
26084
|
+
"name": "create",
|
26085
|
+
"privacy": "public",
|
26086
|
+
"static": true
|
26087
|
+
},
|
26088
|
+
{
|
26089
|
+
"kind": "method",
|
26090
|
+
"name": "add",
|
26119
26091
|
"privacy": "public",
|
26120
26092
|
"static": true,
|
26121
26093
|
"parameters": [
|
26122
26094
|
{
|
26123
|
-
"name": "
|
26095
|
+
"name": "inputContainer",
|
26124
26096
|
"type": {
|
26125
26097
|
"text": "HTMLElement"
|
26126
26098
|
}
|
26099
|
+
},
|
26100
|
+
{
|
26101
|
+
"name": "buttonContainers",
|
26102
|
+
"type": {
|
26103
|
+
"text": "ButtonContainersT"
|
26104
|
+
}
|
26127
26105
|
}
|
26128
26106
|
]
|
26129
26107
|
},
|
26130
26108
|
{
|
26131
26109
|
"kind": "method",
|
26132
|
-
"name": "
|
26110
|
+
"name": "getContainerIndex",
|
26111
|
+
"privacy": "private",
|
26112
|
+
"static": true,
|
26113
|
+
"parameters": [
|
26114
|
+
{
|
26115
|
+
"name": "position",
|
26116
|
+
"type": {
|
26117
|
+
"text": "ButtonPosition"
|
26118
|
+
}
|
26119
|
+
}
|
26120
|
+
]
|
26121
|
+
},
|
26122
|
+
{
|
26123
|
+
"kind": "method",
|
26124
|
+
"name": "addButton",
|
26133
26125
|
"privacy": "public",
|
26134
26126
|
"static": true,
|
26135
26127
|
"parameters": [
|
26136
26128
|
{
|
26137
|
-
"name": "
|
26129
|
+
"name": "buttonContainers",
|
26130
|
+
"type": {
|
26131
|
+
"text": "ButtonContainersT"
|
26132
|
+
}
|
26133
|
+
},
|
26134
|
+
{
|
26135
|
+
"name": "elementRef",
|
26138
26136
|
"type": {
|
26139
26137
|
"text": "HTMLElement"
|
26140
26138
|
}
|
26139
|
+
},
|
26140
|
+
{
|
26141
|
+
"name": "position",
|
26142
|
+
"type": {
|
26143
|
+
"text": "ButtonPosition"
|
26144
|
+
}
|
26141
26145
|
}
|
26142
26146
|
]
|
26143
26147
|
}
|
@@ -26147,339 +26151,414 @@
|
|
26147
26151
|
"exports": [
|
26148
26152
|
{
|
26149
26153
|
"kind": "js",
|
26150
|
-
"name": "
|
26154
|
+
"name": "ButtonContainers",
|
26151
26155
|
"declaration": {
|
26152
|
-
"name": "
|
26153
|
-
"module": "src/views/chat/input/
|
26156
|
+
"name": "ButtonContainers",
|
26157
|
+
"module": "src/views/chat/input/buttonContainers/buttonContainers.ts"
|
26154
26158
|
}
|
26155
26159
|
}
|
26156
26160
|
]
|
26157
26161
|
},
|
26158
26162
|
{
|
26159
26163
|
"kind": "javascript-module",
|
26160
|
-
"path": "src/views/chat/input/
|
26164
|
+
"path": "src/views/chat/input/dropup/dropup.ts",
|
26161
26165
|
"declarations": [
|
26162
26166
|
{
|
26163
26167
|
"kind": "class",
|
26164
26168
|
"description": "",
|
26165
|
-
"name": "
|
26169
|
+
"name": "Dropup",
|
26166
26170
|
"members": [
|
26167
26171
|
{
|
26168
26172
|
"kind": "field",
|
26169
|
-
"name": "
|
26173
|
+
"name": "_menu",
|
26174
|
+
"type": {
|
26175
|
+
"text": "DropupMenu"
|
26176
|
+
},
|
26170
26177
|
"privacy": "private",
|
26171
|
-
"
|
26172
|
-
|
26178
|
+
"default": "new DropupMenu(containerElement, styles?.menu)"
|
26179
|
+
},
|
26180
|
+
{
|
26181
|
+
"kind": "field",
|
26182
|
+
"name": "buttonContainer",
|
26183
|
+
"type": {
|
26184
|
+
"text": "HTMLElement"
|
26185
|
+
}
|
26173
26186
|
},
|
26174
26187
|
{
|
26175
26188
|
"kind": "method",
|
26176
|
-
"name": "
|
26177
|
-
"privacy": "
|
26178
|
-
"static": true
|
26189
|
+
"name": "createButtonElement",
|
26190
|
+
"privacy": "private",
|
26191
|
+
"static": true
|
26192
|
+
},
|
26193
|
+
{
|
26194
|
+
"kind": "method",
|
26195
|
+
"name": "createInnerElements",
|
26196
|
+
"privacy": "private",
|
26179
26197
|
"parameters": [
|
26180
26198
|
{
|
26181
|
-
"name": "
|
26182
|
-
"
|
26183
|
-
"text": "HTMLElement"
|
26184
|
-
}
|
26185
|
-
},
|
26186
|
-
{
|
26187
|
-
"name": "characterLimit",
|
26199
|
+
"name": "customStyles",
|
26200
|
+
"optional": true,
|
26188
26201
|
"type": {
|
26189
|
-
"text": "
|
26202
|
+
"text": "Styles"
|
26190
26203
|
}
|
26191
26204
|
}
|
26192
26205
|
]
|
26193
26206
|
},
|
26194
26207
|
{
|
26195
26208
|
"kind": "method",
|
26196
|
-
"name": "
|
26209
|
+
"name": "createInnerElement",
|
26197
26210
|
"privacy": "private",
|
26198
|
-
"static": true,
|
26199
26211
|
"parameters": [
|
26200
26212
|
{
|
26201
|
-
"name": "
|
26213
|
+
"name": "baseButton",
|
26202
26214
|
"type": {
|
26203
|
-
"text": "
|
26215
|
+
"text": "SVGGraphicsElement"
|
26204
26216
|
}
|
26205
26217
|
},
|
26206
26218
|
{
|
26207
|
-
"name": "
|
26219
|
+
"name": "state",
|
26208
26220
|
"type": {
|
26209
|
-
"text": "
|
26221
|
+
"text": "'styles'"
|
26222
|
+
}
|
26223
|
+
},
|
26224
|
+
{
|
26225
|
+
"name": "customStyles",
|
26226
|
+
"optional": true,
|
26227
|
+
"type": {
|
26228
|
+
"text": "Styles"
|
26210
26229
|
}
|
26211
26230
|
}
|
26212
26231
|
]
|
26213
26232
|
},
|
26214
26233
|
{
|
26215
26234
|
"kind": "method",
|
26216
|
-
"name": "
|
26235
|
+
"name": "createSVGIconElement",
|
26217
26236
|
"privacy": "private",
|
26218
|
-
"static": true
|
26237
|
+
"static": true
|
26238
|
+
},
|
26239
|
+
{
|
26240
|
+
"kind": "method",
|
26241
|
+
"name": "addClickEvent",
|
26242
|
+
"privacy": "private"
|
26243
|
+
},
|
26244
|
+
{
|
26245
|
+
"kind": "method",
|
26246
|
+
"name": "createButtonContainer",
|
26247
|
+
"privacy": "private",
|
26248
|
+
"static": true
|
26249
|
+
},
|
26250
|
+
{
|
26251
|
+
"kind": "method",
|
26252
|
+
"name": "addItem",
|
26219
26253
|
"parameters": [
|
26220
26254
|
{
|
26221
|
-
"name": "
|
26255
|
+
"name": "buttonProps",
|
26222
26256
|
"type": {
|
26223
|
-
"text": "
|
26257
|
+
"text": "InputButton"
|
26224
26258
|
}
|
26225
26259
|
}
|
26226
26260
|
]
|
26227
26261
|
},
|
26228
26262
|
{
|
26229
26263
|
"kind": "method",
|
26230
|
-
"name": "
|
26264
|
+
"name": "addContainerEvents",
|
26231
26265
|
"privacy": "private",
|
26266
|
+
"parameters": [
|
26267
|
+
{
|
26268
|
+
"name": "containerElement",
|
26269
|
+
"type": {
|
26270
|
+
"text": "HTMLElement"
|
26271
|
+
}
|
26272
|
+
}
|
26273
|
+
]
|
26274
|
+
},
|
26275
|
+
{
|
26276
|
+
"kind": "method",
|
26277
|
+
"name": "getPosition",
|
26232
26278
|
"static": true,
|
26233
26279
|
"parameters": [
|
26234
26280
|
{
|
26235
|
-
"name": "
|
26281
|
+
"name": "positions",
|
26236
26282
|
"type": {
|
26237
|
-
"text": "
|
26283
|
+
"text": "Positions"
|
26238
26284
|
}
|
26239
26285
|
},
|
26240
26286
|
{
|
26241
|
-
"name": "
|
26287
|
+
"name": "dropupStyles",
|
26288
|
+
"optional": true,
|
26242
26289
|
"type": {
|
26243
|
-
"text": "
|
26290
|
+
"text": "DropupStyles"
|
26244
26291
|
}
|
26245
26292
|
}
|
26246
26293
|
]
|
26247
|
-
}
|
26248
|
-
]
|
26249
|
-
}
|
26250
|
-
],
|
26251
|
-
"exports": [
|
26252
|
-
{
|
26253
|
-
"kind": "js",
|
26254
|
-
"name": "InputLimit",
|
26255
|
-
"declaration": {
|
26256
|
-
"name": "InputLimit",
|
26257
|
-
"module": "src/views/chat/input/textInput/inputLimit.ts"
|
26258
|
-
}
|
26259
|
-
}
|
26260
|
-
]
|
26261
|
-
},
|
26262
|
-
{
|
26263
|
-
"kind": "javascript-module",
|
26264
|
-
"path": "src/views/chat/input/textInput/pasteUtils.ts",
|
26265
|
-
"declarations": [
|
26266
|
-
{
|
26267
|
-
"kind": "class",
|
26268
|
-
"description": "",
|
26269
|
-
"name": "PasteUtils",
|
26270
|
-
"members": [
|
26271
|
-
{
|
26272
|
-
"kind": "method",
|
26273
|
-
"name": "sanitizePastedTextContent",
|
26274
|
-
"privacy": "public",
|
26275
|
-
"static": true,
|
26276
|
-
"parameters": [
|
26277
|
-
{
|
26278
|
-
"name": "event",
|
26279
|
-
"type": {
|
26280
|
-
"text": "ClipboardEvent"
|
26281
|
-
}
|
26282
|
-
}
|
26283
|
-
]
|
26284
|
-
}
|
26285
|
-
]
|
26286
|
-
}
|
26287
|
-
],
|
26288
|
-
"exports": [
|
26289
|
-
{
|
26290
|
-
"kind": "js",
|
26291
|
-
"name": "PasteUtils",
|
26292
|
-
"declaration": {
|
26293
|
-
"name": "PasteUtils",
|
26294
|
-
"module": "src/views/chat/input/textInput/pasteUtils.ts"
|
26295
|
-
}
|
26296
|
-
}
|
26297
|
-
]
|
26298
|
-
},
|
26299
|
-
{
|
26300
|
-
"kind": "javascript-module",
|
26301
|
-
"path": "src/views/chat/input/textInput/textInput.ts",
|
26302
|
-
"declarations": [
|
26303
|
-
{
|
26304
|
-
"kind": "class",
|
26305
|
-
"description": "",
|
26306
|
-
"name": "TextInputEl",
|
26307
|
-
"members": [
|
26294
|
+
},
|
26308
26295
|
{
|
26309
26296
|
"kind": "field",
|
26310
|
-
"name": "
|
26297
|
+
"name": "elementRef",
|
26311
26298
|
"type": {
|
26312
|
-
"text": "
|
26299
|
+
"text": "HTMLElement"
|
26313
26300
|
},
|
26314
|
-
"
|
26315
|
-
"
|
26316
|
-
|
26301
|
+
"default": "buttonElement",
|
26302
|
+
"inheritedFrom": {
|
26303
|
+
"name": "InputButton",
|
26304
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26305
|
+
}
|
26317
26306
|
},
|
26318
26307
|
{
|
26319
26308
|
"kind": "field",
|
26320
|
-
"name": "
|
26309
|
+
"name": "_mouseState",
|
26321
26310
|
"type": {
|
26322
|
-
"text": "
|
26311
|
+
"text": "MouseState"
|
26312
|
+
},
|
26313
|
+
"privacy": "protected",
|
26314
|
+
"default": "{state: 'default'}",
|
26315
|
+
"inheritedFrom": {
|
26316
|
+
"name": "InputButton",
|
26317
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26323
26318
|
}
|
26324
26319
|
},
|
26325
26320
|
{
|
26326
26321
|
"kind": "field",
|
26327
|
-
"name": "
|
26322
|
+
"name": "_customStyles",
|
26328
26323
|
"type": {
|
26329
|
-
"text": "
|
26324
|
+
"text": "T | undefined"
|
26325
|
+
},
|
26326
|
+
"privacy": "protected",
|
26327
|
+
"default": "customStyles",
|
26328
|
+
"inheritedFrom": {
|
26329
|
+
"name": "InputButton",
|
26330
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26330
26331
|
}
|
26331
26332
|
},
|
26332
26333
|
{
|
26333
26334
|
"kind": "field",
|
26334
|
-
"name": "
|
26335
|
+
"name": "position",
|
26335
26336
|
"type": {
|
26336
|
-
"text": "
|
26337
|
+
"text": "ButtonPositionT | undefined"
|
26337
26338
|
},
|
26338
|
-
"
|
26339
|
-
"
|
26339
|
+
"default": "position",
|
26340
|
+
"inheritedFrom": {
|
26341
|
+
"name": "InputButton",
|
26342
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26343
|
+
}
|
26340
26344
|
},
|
26341
26345
|
{
|
26342
26346
|
"kind": "field",
|
26343
|
-
"name": "
|
26347
|
+
"name": "dropupText",
|
26344
26348
|
"type": {
|
26345
|
-
"text": "
|
26349
|
+
"text": "string | undefined"
|
26350
|
+
},
|
26351
|
+
"default": "dropupText",
|
26352
|
+
"inheritedFrom": {
|
26353
|
+
"name": "InputButton",
|
26354
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26346
26355
|
}
|
26347
26356
|
},
|
26348
26357
|
{
|
26349
26358
|
"kind": "method",
|
26350
|
-
"name": "
|
26359
|
+
"name": "buttonMouseLeave",
|
26351
26360
|
"privacy": "private",
|
26352
|
-
"static": true,
|
26353
26361
|
"parameters": [
|
26354
26362
|
{
|
26355
|
-
"name": "
|
26363
|
+
"name": "customStyles",
|
26364
|
+
"optional": true,
|
26356
26365
|
"type": {
|
26357
|
-
"text": "
|
26366
|
+
"text": "ButtonStyles"
|
26358
26367
|
}
|
26359
|
-
}
|
26368
|
+
}
|
26369
|
+
],
|
26370
|
+
"inheritedFrom": {
|
26371
|
+
"name": "InputButton",
|
26372
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26373
|
+
}
|
26374
|
+
},
|
26375
|
+
{
|
26376
|
+
"kind": "method",
|
26377
|
+
"name": "buttonMouseEnter",
|
26378
|
+
"privacy": "private",
|
26379
|
+
"parameters": [
|
26360
26380
|
{
|
26361
|
-
"name": "
|
26381
|
+
"name": "customStyles",
|
26362
26382
|
"optional": true,
|
26363
26383
|
"type": {
|
26364
|
-
"text": "
|
26384
|
+
"text": "ButtonStyles"
|
26365
26385
|
}
|
26366
26386
|
}
|
26367
|
-
]
|
26387
|
+
],
|
26388
|
+
"inheritedFrom": {
|
26389
|
+
"name": "InputButton",
|
26390
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26391
|
+
}
|
26368
26392
|
},
|
26369
26393
|
{
|
26370
26394
|
"kind": "method",
|
26371
|
-
"name": "
|
26395
|
+
"name": "buttonMouseUp",
|
26372
26396
|
"privacy": "private",
|
26373
|
-
"static": true,
|
26374
26397
|
"parameters": [
|
26375
26398
|
{
|
26376
|
-
"name": "
|
26399
|
+
"name": "customStyles",
|
26400
|
+
"optional": true,
|
26377
26401
|
"type": {
|
26378
|
-
"text": "
|
26402
|
+
"text": "ButtonStyles"
|
26379
26403
|
}
|
26380
26404
|
}
|
26381
|
-
]
|
26405
|
+
],
|
26406
|
+
"inheritedFrom": {
|
26407
|
+
"name": "InputButton",
|
26408
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26409
|
+
}
|
26382
26410
|
},
|
26383
26411
|
{
|
26384
26412
|
"kind": "method",
|
26385
|
-
"name": "
|
26386
|
-
"privacy": "
|
26387
|
-
"static": true,
|
26413
|
+
"name": "buttonMouseDown",
|
26414
|
+
"privacy": "private",
|
26388
26415
|
"parameters": [
|
26389
26416
|
{
|
26390
|
-
"name": "
|
26417
|
+
"name": "customStyles",
|
26418
|
+
"optional": true,
|
26391
26419
|
"type": {
|
26392
|
-
"text": "
|
26420
|
+
"text": "ButtonStyles"
|
26393
26421
|
}
|
26394
26422
|
}
|
26395
|
-
]
|
26423
|
+
],
|
26424
|
+
"inheritedFrom": {
|
26425
|
+
"name": "InputButton",
|
26426
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26427
|
+
}
|
26396
26428
|
},
|
26397
26429
|
{
|
26398
26430
|
"kind": "method",
|
26399
|
-
"name": "
|
26431
|
+
"name": "setEvents",
|
26400
26432
|
"privacy": "private",
|
26401
26433
|
"parameters": [
|
26402
26434
|
{
|
26403
|
-
"name": "
|
26435
|
+
"name": "customStyles",
|
26404
26436
|
"optional": true,
|
26405
26437
|
"type": {
|
26406
|
-
"text": "
|
26438
|
+
"text": "ButtonStyles"
|
26407
26439
|
}
|
26408
26440
|
}
|
26409
|
-
]
|
26441
|
+
],
|
26442
|
+
"inheritedFrom": {
|
26443
|
+
"name": "InputButton",
|
26444
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26445
|
+
}
|
26410
26446
|
},
|
26411
26447
|
{
|
26412
26448
|
"kind": "method",
|
26413
|
-
"name": "
|
26414
|
-
"privacy": "public"
|
26449
|
+
"name": "unsetCustomStateStyles",
|
26450
|
+
"privacy": "public",
|
26451
|
+
"parameters": [
|
26452
|
+
{
|
26453
|
+
"name": "unsetTypes",
|
26454
|
+
"type": {
|
26455
|
+
"text": "(keyof T)[]"
|
26456
|
+
}
|
26457
|
+
}
|
26458
|
+
],
|
26459
|
+
"inheritedFrom": {
|
26460
|
+
"name": "InputButton",
|
26461
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26462
|
+
}
|
26415
26463
|
},
|
26416
26464
|
{
|
26417
26465
|
"kind": "method",
|
26418
|
-
"name": "
|
26466
|
+
"name": "reapplyStateStyle",
|
26419
26467
|
"privacy": "public",
|
26420
|
-
"static": true,
|
26421
26468
|
"parameters": [
|
26422
26469
|
{
|
26423
|
-
"name": "
|
26470
|
+
"name": "setType",
|
26424
26471
|
"type": {
|
26425
|
-
"text": "
|
26472
|
+
"text": "keyof T"
|
26426
26473
|
}
|
26427
26474
|
},
|
26428
26475
|
{
|
26429
|
-
"name": "
|
26476
|
+
"name": "unsetTypes",
|
26477
|
+
"optional": true,
|
26430
26478
|
"type": {
|
26431
|
-
"text": "
|
26479
|
+
"text": "(keyof T)[]"
|
26432
26480
|
}
|
26433
26481
|
}
|
26434
|
-
]
|
26435
|
-
|
26482
|
+
],
|
26483
|
+
"inheritedFrom": {
|
26484
|
+
"name": "InputButton",
|
26485
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26486
|
+
}
|
26487
|
+
}
|
26488
|
+
],
|
26489
|
+
"superclass": {
|
26490
|
+
"name": "InputButton",
|
26491
|
+
"module": "/src/views/chat/input/buttons/inputButton"
|
26492
|
+
}
|
26493
|
+
}
|
26494
|
+
],
|
26495
|
+
"exports": [
|
26496
|
+
{
|
26497
|
+
"kind": "js",
|
26498
|
+
"name": "Dropup",
|
26499
|
+
"declaration": {
|
26500
|
+
"name": "Dropup",
|
26501
|
+
"module": "src/views/chat/input/dropup/dropup.ts"
|
26502
|
+
}
|
26503
|
+
}
|
26504
|
+
]
|
26505
|
+
},
|
26506
|
+
{
|
26507
|
+
"kind": "javascript-module",
|
26508
|
+
"path": "src/views/chat/input/dropup/dropupItem.ts",
|
26509
|
+
"declarations": [
|
26510
|
+
{
|
26511
|
+
"kind": "class",
|
26512
|
+
"description": "",
|
26513
|
+
"name": "DropupItem",
|
26514
|
+
"members": [
|
26436
26515
|
{
|
26437
26516
|
"kind": "method",
|
26438
|
-
"name": "
|
26517
|
+
"name": "addItemEvents",
|
26439
26518
|
"privacy": "private",
|
26519
|
+
"static": true,
|
26440
26520
|
"parameters": [
|
26441
26521
|
{
|
26442
|
-
"name": "
|
26522
|
+
"name": "menu",
|
26523
|
+
"type": {
|
26524
|
+
"text": "DropupMenu"
|
26525
|
+
}
|
26526
|
+
},
|
26527
|
+
{
|
26528
|
+
"name": "item",
|
26443
26529
|
"type": {
|
26444
26530
|
"text": "HTMLElement"
|
26445
26531
|
}
|
26446
26532
|
},
|
26447
26533
|
{
|
26448
|
-
"name": "
|
26449
|
-
"optional": true,
|
26534
|
+
"name": "inputButton",
|
26450
26535
|
"type": {
|
26451
|
-
"text": "
|
26536
|
+
"text": "HTMLElement"
|
26452
26537
|
}
|
26453
|
-
}
|
26454
|
-
]
|
26455
|
-
},
|
26456
|
-
{
|
26457
|
-
"kind": "method",
|
26458
|
-
"name": "onFocus",
|
26459
|
-
"privacy": "private",
|
26460
|
-
"parameters": [
|
26538
|
+
},
|
26461
26539
|
{
|
26462
|
-
"name": "
|
26463
|
-
"optional": true,
|
26540
|
+
"name": "styles",
|
26464
26541
|
"type": {
|
26465
|
-
"text": "
|
26542
|
+
"text": "StatefulStyles"
|
26466
26543
|
}
|
26467
26544
|
}
|
26468
26545
|
]
|
26469
26546
|
},
|
26470
26547
|
{
|
26471
26548
|
"kind": "method",
|
26472
|
-
"name": "
|
26549
|
+
"name": "createItemText",
|
26473
26550
|
"privacy": "private",
|
26551
|
+
"static": true,
|
26474
26552
|
"parameters": [
|
26475
26553
|
{
|
26476
|
-
"name": "
|
26554
|
+
"name": "dropupText",
|
26555
|
+
"optional": true,
|
26477
26556
|
"type": {
|
26478
|
-
"text": "
|
26557
|
+
"text": "string"
|
26479
26558
|
}
|
26480
26559
|
},
|
26481
26560
|
{
|
26482
|
-
"name": "
|
26561
|
+
"name": "textStyle",
|
26483
26562
|
"optional": true,
|
26484
26563
|
"type": {
|
26485
26564
|
"text": "CustomStyle"
|
@@ -26489,12 +26568,18 @@
|
|
26489
26568
|
},
|
26490
26569
|
{
|
26491
26570
|
"kind": "method",
|
26492
|
-
"name": "
|
26571
|
+
"name": "createItemIcon",
|
26493
26572
|
"privacy": "private",
|
26494
26573
|
"static": true,
|
26495
26574
|
"parameters": [
|
26496
26575
|
{
|
26497
|
-
"name": "
|
26576
|
+
"name": "inputButtonElement",
|
26577
|
+
"type": {
|
26578
|
+
"text": "HTMLElement"
|
26579
|
+
}
|
26580
|
+
},
|
26581
|
+
{
|
26582
|
+
"name": "iconContainerStyle",
|
26498
26583
|
"optional": true,
|
26499
26584
|
"type": {
|
26500
26585
|
"text": "CustomStyle"
|
@@ -26504,140 +26589,64 @@
|
|
26504
26589
|
},
|
26505
26590
|
{
|
26506
26591
|
"kind": "method",
|
26507
|
-
"name": "
|
26592
|
+
"name": "populateItem",
|
26508
26593
|
"privacy": "private",
|
26594
|
+
"static": true,
|
26509
26595
|
"parameters": [
|
26510
26596
|
{
|
26511
|
-
"name": "
|
26597
|
+
"name": "elementRef",
|
26512
26598
|
"type": {
|
26513
|
-
"text": "
|
26599
|
+
"text": "HTMLElement"
|
26514
26600
|
}
|
26515
|
-
}
|
26516
|
-
]
|
26517
|
-
}
|
26518
|
-
]
|
26519
|
-
}
|
26520
|
-
],
|
26521
|
-
"exports": [
|
26522
|
-
{
|
26523
|
-
"kind": "js",
|
26524
|
-
"name": "TextInputEl",
|
26525
|
-
"declaration": {
|
26526
|
-
"name": "TextInputEl",
|
26527
|
-
"module": "src/views/chat/input/textInput/textInput.ts"
|
26528
|
-
}
|
26529
|
-
}
|
26530
|
-
]
|
26531
|
-
},
|
26532
|
-
{
|
26533
|
-
"kind": "javascript-module",
|
26534
|
-
"path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
|
26535
|
-
"declarations": [
|
26536
|
-
{
|
26537
|
-
"kind": "class",
|
26538
|
-
"description": "",
|
26539
|
-
"name": "FileAttachments",
|
26540
|
-
"members": [
|
26541
|
-
{
|
26542
|
-
"kind": "field",
|
26543
|
-
"name": "_fileAttachmentsTypes",
|
26544
|
-
"type": {
|
26545
|
-
"text": "FileAttachmentsType[]"
|
26546
|
-
},
|
26547
|
-
"privacy": "private",
|
26548
|
-
"default": "[]"
|
26549
|
-
},
|
26550
|
-
{
|
26551
|
-
"kind": "field",
|
26552
|
-
"name": "elementRef",
|
26553
|
-
"type": {
|
26554
|
-
"text": "HTMLElement"
|
26555
|
-
}
|
26556
|
-
},
|
26557
|
-
{
|
26558
|
-
"kind": "method",
|
26559
|
-
"name": "addType",
|
26560
|
-
"parameters": [
|
26601
|
+
},
|
26561
26602
|
{
|
26562
|
-
"name": "
|
26603
|
+
"name": "item",
|
26563
26604
|
"type": {
|
26564
|
-
"text": "
|
26605
|
+
"text": "HTMLElement"
|
26565
26606
|
}
|
26566
26607
|
},
|
26567
26608
|
{
|
26568
|
-
"name": "
|
26609
|
+
"name": "dropupText",
|
26610
|
+
"optional": true,
|
26569
26611
|
"type": {
|
26570
|
-
"text": "
|
26612
|
+
"text": "string"
|
26571
26613
|
}
|
26572
|
-
}
|
26573
|
-
]
|
26574
|
-
},
|
26575
|
-
{
|
26576
|
-
"kind": "method",
|
26577
|
-
"name": "createAttachmentContainer",
|
26578
|
-
"privacy": "private"
|
26579
|
-
},
|
26580
|
-
{
|
26581
|
-
"kind": "method",
|
26582
|
-
"name": "toggleContainerDisplay",
|
26583
|
-
"privacy": "private",
|
26584
|
-
"parameters": [
|
26614
|
+
},
|
26585
26615
|
{
|
26586
|
-
"name": "
|
26616
|
+
"name": "styles",
|
26617
|
+
"optional": true,
|
26587
26618
|
"type": {
|
26588
|
-
"text": "
|
26619
|
+
"text": "DropupMenuStyles"
|
26589
26620
|
}
|
26590
26621
|
}
|
26591
26622
|
]
|
26592
26623
|
},
|
26593
26624
|
{
|
26594
26625
|
"kind": "method",
|
26595
|
-
"name": "
|
26596
|
-
},
|
26597
|
-
{
|
26598
|
-
"kind": "method",
|
26599
|
-
"name": "completePlaceholders"
|
26600
|
-
},
|
26601
|
-
{
|
26602
|
-
"kind": "method",
|
26603
|
-
"name": "addFilesToType",
|
26626
|
+
"name": "createItem",
|
26604
26627
|
"privacy": "public",
|
26605
26628
|
"static": true,
|
26606
26629
|
"parameters": [
|
26607
26630
|
{
|
26608
|
-
"name": "
|
26631
|
+
"name": "menu",
|
26609
26632
|
"type": {
|
26610
|
-
"text": "
|
26633
|
+
"text": "DropupMenu"
|
26611
26634
|
}
|
26612
26635
|
},
|
26613
26636
|
{
|
26614
|
-
"name": "
|
26637
|
+
"name": "inputButton",
|
26615
26638
|
"type": {
|
26616
|
-
"text": "
|
26639
|
+
"text": "InputButton"
|
26617
26640
|
}
|
26618
|
-
}
|
26619
|
-
]
|
26620
|
-
},
|
26621
|
-
{
|
26622
|
-
"kind": "method",
|
26623
|
-
"name": "addFilesToAnyType",
|
26624
|
-
"privacy": "public",
|
26625
|
-
"parameters": [
|
26641
|
+
},
|
26626
26642
|
{
|
26627
|
-
"name": "
|
26643
|
+
"name": "styles",
|
26644
|
+
"optional": true,
|
26628
26645
|
"type": {
|
26629
|
-
"text": "
|
26646
|
+
"text": "DropupMenuStyles"
|
26630
26647
|
}
|
26631
26648
|
}
|
26632
26649
|
]
|
26633
|
-
},
|
26634
|
-
{
|
26635
|
-
"kind": "method",
|
26636
|
-
"name": "removeAllFiles"
|
26637
|
-
},
|
26638
|
-
{
|
26639
|
-
"kind": "method",
|
26640
|
-
"name": "getNumberOfTypes"
|
26641
26650
|
}
|
26642
26651
|
]
|
26643
26652
|
}
|
@@ -26645,40 +26654,75 @@
|
|
26645
26654
|
"exports": [
|
26646
26655
|
{
|
26647
26656
|
"kind": "js",
|
26648
|
-
"name": "
|
26657
|
+
"name": "DropupItem",
|
26649
26658
|
"declaration": {
|
26650
|
-
"name": "
|
26651
|
-
"module": "src/views/chat/input/
|
26659
|
+
"name": "DropupItem",
|
26660
|
+
"module": "src/views/chat/input/dropup/dropupItem.ts"
|
26652
26661
|
}
|
26653
26662
|
}
|
26654
26663
|
]
|
26655
26664
|
},
|
26656
26665
|
{
|
26657
26666
|
"kind": "javascript-module",
|
26658
|
-
"path": "src/views/chat/input/
|
26667
|
+
"path": "src/views/chat/input/dropup/dropupItemNavigation.ts",
|
26659
26668
|
"declarations": [
|
26660
26669
|
{
|
26661
26670
|
"kind": "class",
|
26662
26671
|
"description": "",
|
26663
|
-
"name": "
|
26672
|
+
"name": "DropupItemNavigation",
|
26664
26673
|
"members": [
|
26665
26674
|
{
|
26666
26675
|
"kind": "method",
|
26667
|
-
"name": "
|
26676
|
+
"name": "focusItemWhenOnEdge",
|
26677
|
+
"privacy": "private",
|
26678
|
+
"static": true,
|
26679
|
+
"parameters": [
|
26680
|
+
{
|
26681
|
+
"name": "dropupElement",
|
26682
|
+
"type": {
|
26683
|
+
"text": "HTMLElement"
|
26684
|
+
}
|
26685
|
+
},
|
26686
|
+
{
|
26687
|
+
"name": "isNext",
|
26688
|
+
"type": {
|
26689
|
+
"text": "boolean"
|
26690
|
+
}
|
26691
|
+
}
|
26692
|
+
]
|
26693
|
+
},
|
26694
|
+
{
|
26695
|
+
"kind": "method",
|
26696
|
+
"name": "focusSiblingItem",
|
26668
26697
|
"privacy": "public",
|
26669
26698
|
"static": true,
|
26699
|
+
"return": {
|
26700
|
+
"type": {
|
26701
|
+
"text": "void"
|
26702
|
+
}
|
26703
|
+
},
|
26670
26704
|
"parameters": [
|
26671
26705
|
{
|
26672
|
-
"name": "
|
26706
|
+
"name": "focusedItem",
|
26673
26707
|
"type": {
|
26674
|
-
"text": "
|
26708
|
+
"text": "HTMLElement"
|
26675
26709
|
}
|
26676
26710
|
},
|
26677
26711
|
{
|
26678
|
-
"name": "
|
26712
|
+
"name": "dropupElement",
|
26679
26713
|
"type": {
|
26680
|
-
"text": "
|
26714
|
+
"text": "HTMLElement"
|
26715
|
+
}
|
26716
|
+
},
|
26717
|
+
{
|
26718
|
+
"name": "isNext",
|
26719
|
+
"type": {
|
26720
|
+
"text": "boolean"
|
26681
26721
|
}
|
26722
|
+
},
|
26723
|
+
{
|
26724
|
+
"name": "isEdgeItem",
|
26725
|
+
"default": "false"
|
26682
26726
|
}
|
26683
26727
|
]
|
26684
26728
|
}
|
@@ -26688,108 +26732,89 @@
|
|
26688
26732
|
"exports": [
|
26689
26733
|
{
|
26690
26734
|
"kind": "js",
|
26691
|
-
"name": "
|
26735
|
+
"name": "DropupItemNavigation",
|
26692
26736
|
"declaration": {
|
26693
|
-
"name": "
|
26694
|
-
"module": "src/views/chat/input/
|
26737
|
+
"name": "DropupItemNavigation",
|
26738
|
+
"module": "src/views/chat/input/dropup/dropupItemNavigation.ts"
|
26695
26739
|
}
|
26696
26740
|
}
|
26697
26741
|
]
|
26698
26742
|
},
|
26699
26743
|
{
|
26700
26744
|
"kind": "javascript-module",
|
26701
|
-
"path": "src/views/chat/input/dropup/
|
26745
|
+
"path": "src/views/chat/input/dropup/dropupMenu.ts",
|
26702
26746
|
"declarations": [
|
26703
26747
|
{
|
26704
26748
|
"kind": "class",
|
26705
26749
|
"description": "",
|
26706
|
-
"name": "
|
26750
|
+
"name": "DropupMenu",
|
26707
26751
|
"members": [
|
26708
26752
|
{
|
26709
26753
|
"kind": "field",
|
26710
|
-
"name": "
|
26754
|
+
"name": "elementRef",
|
26711
26755
|
"type": {
|
26712
|
-
"text": "
|
26756
|
+
"text": "HTMLElement"
|
26757
|
+
}
|
26758
|
+
},
|
26759
|
+
{
|
26760
|
+
"kind": "field",
|
26761
|
+
"name": "_isOpen",
|
26762
|
+
"type": {
|
26763
|
+
"text": "boolean"
|
26713
26764
|
},
|
26714
26765
|
"privacy": "private",
|
26715
|
-
"default": "
|
26766
|
+
"default": "true"
|
26716
26767
|
},
|
26717
26768
|
{
|
26718
26769
|
"kind": "field",
|
26719
|
-
"name": "
|
26770
|
+
"name": "highlightedItem",
|
26720
26771
|
"type": {
|
26721
|
-
"text": "HTMLElement"
|
26772
|
+
"text": "HTMLElement | undefined"
|
26722
26773
|
}
|
26723
26774
|
},
|
26724
26775
|
{
|
26725
|
-
"kind": "
|
26726
|
-
"name": "
|
26727
|
-
"
|
26728
|
-
|
26729
|
-
|
26730
|
-
{
|
26731
|
-
"kind": "method",
|
26732
|
-
"name": "createInnerElements",
|
26776
|
+
"kind": "field",
|
26777
|
+
"name": "_styles",
|
26778
|
+
"type": {
|
26779
|
+
"text": "DropupMenuStyles | undefined"
|
26780
|
+
},
|
26733
26781
|
"privacy": "private",
|
26734
|
-
"
|
26735
|
-
{
|
26736
|
-
"name": "customStyles",
|
26737
|
-
"optional": true,
|
26738
|
-
"type": {
|
26739
|
-
"text": "Styles"
|
26740
|
-
}
|
26741
|
-
}
|
26742
|
-
]
|
26782
|
+
"default": "styles"
|
26743
26783
|
},
|
26744
26784
|
{
|
26745
26785
|
"kind": "method",
|
26746
|
-
"name": "
|
26786
|
+
"name": "createElement",
|
26747
26787
|
"privacy": "private",
|
26788
|
+
"static": true,
|
26748
26789
|
"parameters": [
|
26749
26790
|
{
|
26750
|
-
"name": "
|
26751
|
-
"type": {
|
26752
|
-
"text": "SVGGraphicsElement"
|
26753
|
-
}
|
26754
|
-
},
|
26755
|
-
{
|
26756
|
-
"name": "state",
|
26757
|
-
"type": {
|
26758
|
-
"text": "'styles'"
|
26759
|
-
}
|
26760
|
-
},
|
26761
|
-
{
|
26762
|
-
"name": "customStyles",
|
26791
|
+
"name": "containerStyle",
|
26763
26792
|
"optional": true,
|
26764
26793
|
"type": {
|
26765
|
-
"text": "
|
26794
|
+
"text": "CustomStyle"
|
26766
26795
|
}
|
26767
26796
|
}
|
26768
26797
|
]
|
26769
26798
|
},
|
26770
26799
|
{
|
26771
26800
|
"kind": "method",
|
26772
|
-
"name": "
|
26773
|
-
"privacy": "private"
|
26774
|
-
"static": true
|
26801
|
+
"name": "open",
|
26802
|
+
"privacy": "private"
|
26775
26803
|
},
|
26776
26804
|
{
|
26777
26805
|
"kind": "method",
|
26778
|
-
"name": "
|
26779
|
-
"privacy": "private"
|
26806
|
+
"name": "close"
|
26780
26807
|
},
|
26781
26808
|
{
|
26782
26809
|
"kind": "method",
|
26783
|
-
"name": "
|
26784
|
-
"privacy": "private",
|
26785
|
-
"static": true
|
26810
|
+
"name": "toggle"
|
26786
26811
|
},
|
26787
26812
|
{
|
26788
26813
|
"kind": "method",
|
26789
26814
|
"name": "addItem",
|
26790
26815
|
"parameters": [
|
26791
26816
|
{
|
26792
|
-
"name": "
|
26817
|
+
"name": "inputButton",
|
26793
26818
|
"type": {
|
26794
26819
|
"text": "InputButton"
|
26795
26820
|
}
|
@@ -26798,7 +26823,7 @@
|
|
26798
26823
|
},
|
26799
26824
|
{
|
26800
26825
|
"kind": "method",
|
26801
|
-
"name": "
|
26826
|
+
"name": "addWindowEvents",
|
26802
26827
|
"privacy": "private",
|
26803
26828
|
"parameters": [
|
26804
26829
|
{
|
@@ -26808,379 +26833,325 @@
|
|
26808
26833
|
}
|
26809
26834
|
}
|
26810
26835
|
]
|
26836
|
+
}
|
26837
|
+
]
|
26838
|
+
}
|
26839
|
+
],
|
26840
|
+
"exports": [
|
26841
|
+
{
|
26842
|
+
"kind": "js",
|
26843
|
+
"name": "DropupMenu",
|
26844
|
+
"declaration": {
|
26845
|
+
"name": "DropupMenu",
|
26846
|
+
"module": "src/views/chat/input/dropup/dropupMenu.ts"
|
26847
|
+
}
|
26848
|
+
}
|
26849
|
+
]
|
26850
|
+
},
|
26851
|
+
{
|
26852
|
+
"kind": "javascript-module",
|
26853
|
+
"path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
|
26854
|
+
"declarations": [
|
26855
|
+
{
|
26856
|
+
"kind": "class",
|
26857
|
+
"description": "",
|
26858
|
+
"name": "FileAttachments",
|
26859
|
+
"members": [
|
26860
|
+
{
|
26861
|
+
"kind": "field",
|
26862
|
+
"name": "_fileAttachmentsTypes",
|
26863
|
+
"type": {
|
26864
|
+
"text": "FileAttachmentsType[]"
|
26865
|
+
},
|
26866
|
+
"privacy": "private",
|
26867
|
+
"default": "[]"
|
26868
|
+
},
|
26869
|
+
{
|
26870
|
+
"kind": "field",
|
26871
|
+
"name": "elementRef",
|
26872
|
+
"type": {
|
26873
|
+
"text": "HTMLElement"
|
26874
|
+
}
|
26811
26875
|
},
|
26812
26876
|
{
|
26813
26877
|
"kind": "method",
|
26814
|
-
"name": "
|
26815
|
-
"static": true,
|
26878
|
+
"name": "addType",
|
26816
26879
|
"parameters": [
|
26817
26880
|
{
|
26818
|
-
"name": "
|
26881
|
+
"name": "files",
|
26819
26882
|
"type": {
|
26820
|
-
"text": "
|
26883
|
+
"text": "FileAttachmentsT"
|
26821
26884
|
}
|
26822
26885
|
},
|
26823
26886
|
{
|
26824
|
-
"name": "
|
26825
|
-
"optional": true,
|
26887
|
+
"name": "type",
|
26826
26888
|
"type": {
|
26827
|
-
"text": "
|
26889
|
+
"text": "keyof ServiceFileTypes"
|
26828
26890
|
}
|
26829
26891
|
}
|
26830
26892
|
]
|
26831
26893
|
},
|
26832
26894
|
{
|
26833
|
-
"kind": "
|
26834
|
-
"name": "
|
26835
|
-
"
|
26836
|
-
"text": "HTMLElement"
|
26837
|
-
},
|
26838
|
-
"default": "buttonElement",
|
26839
|
-
"inheritedFrom": {
|
26840
|
-
"name": "InputButton",
|
26841
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26842
|
-
}
|
26843
|
-
},
|
26844
|
-
{
|
26845
|
-
"kind": "field",
|
26846
|
-
"name": "_mouseState",
|
26847
|
-
"type": {
|
26848
|
-
"text": "MouseState"
|
26849
|
-
},
|
26850
|
-
"privacy": "protected",
|
26851
|
-
"default": "{state: 'default'}",
|
26852
|
-
"inheritedFrom": {
|
26853
|
-
"name": "InputButton",
|
26854
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26855
|
-
}
|
26856
|
-
},
|
26857
|
-
{
|
26858
|
-
"kind": "field",
|
26859
|
-
"name": "_customStyles",
|
26860
|
-
"type": {
|
26861
|
-
"text": "T | undefined"
|
26862
|
-
},
|
26863
|
-
"privacy": "protected",
|
26864
|
-
"default": "customStyles",
|
26865
|
-
"inheritedFrom": {
|
26866
|
-
"name": "InputButton",
|
26867
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26868
|
-
}
|
26869
|
-
},
|
26870
|
-
{
|
26871
|
-
"kind": "field",
|
26872
|
-
"name": "position",
|
26873
|
-
"type": {
|
26874
|
-
"text": "ButtonPositionT | undefined"
|
26875
|
-
},
|
26876
|
-
"default": "position",
|
26877
|
-
"inheritedFrom": {
|
26878
|
-
"name": "InputButton",
|
26879
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26880
|
-
}
|
26881
|
-
},
|
26882
|
-
{
|
26883
|
-
"kind": "field",
|
26884
|
-
"name": "dropupText",
|
26885
|
-
"type": {
|
26886
|
-
"text": "string | undefined"
|
26887
|
-
},
|
26888
|
-
"default": "dropupText",
|
26889
|
-
"inheritedFrom": {
|
26890
|
-
"name": "InputButton",
|
26891
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26892
|
-
}
|
26895
|
+
"kind": "method",
|
26896
|
+
"name": "createAttachmentContainer",
|
26897
|
+
"privacy": "private"
|
26893
26898
|
},
|
26894
26899
|
{
|
26895
26900
|
"kind": "method",
|
26896
|
-
"name": "
|
26901
|
+
"name": "toggleContainerDisplay",
|
26897
26902
|
"privacy": "private",
|
26898
26903
|
"parameters": [
|
26899
26904
|
{
|
26900
|
-
"name": "
|
26901
|
-
"optional": true,
|
26905
|
+
"name": "display",
|
26902
26906
|
"type": {
|
26903
|
-
"text": "
|
26907
|
+
"text": "boolean"
|
26904
26908
|
}
|
26905
26909
|
}
|
26906
|
-
]
|
26907
|
-
"inheritedFrom": {
|
26908
|
-
"name": "InputButton",
|
26909
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26910
|
-
}
|
26910
|
+
]
|
26911
26911
|
},
|
26912
26912
|
{
|
26913
26913
|
"kind": "method",
|
26914
|
-
"name": "
|
26915
|
-
"privacy": "private",
|
26916
|
-
"parameters": [
|
26917
|
-
{
|
26918
|
-
"name": "customStyles",
|
26919
|
-
"optional": true,
|
26920
|
-
"type": {
|
26921
|
-
"text": "ButtonStyles"
|
26922
|
-
}
|
26923
|
-
}
|
26924
|
-
],
|
26925
|
-
"inheritedFrom": {
|
26926
|
-
"name": "InputButton",
|
26927
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26928
|
-
}
|
26914
|
+
"name": "getAllFileData"
|
26929
26915
|
},
|
26930
26916
|
{
|
26931
26917
|
"kind": "method",
|
26932
|
-
"name": "
|
26933
|
-
"privacy": "private",
|
26934
|
-
"parameters": [
|
26935
|
-
{
|
26936
|
-
"name": "customStyles",
|
26937
|
-
"optional": true,
|
26938
|
-
"type": {
|
26939
|
-
"text": "ButtonStyles"
|
26940
|
-
}
|
26941
|
-
}
|
26942
|
-
],
|
26943
|
-
"inheritedFrom": {
|
26944
|
-
"name": "InputButton",
|
26945
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26946
|
-
}
|
26918
|
+
"name": "completePlaceholders"
|
26947
26919
|
},
|
26948
26920
|
{
|
26949
26921
|
"kind": "method",
|
26950
|
-
"name": "
|
26951
|
-
"privacy": "
|
26922
|
+
"name": "addFilesToType",
|
26923
|
+
"privacy": "public",
|
26924
|
+
"static": true,
|
26952
26925
|
"parameters": [
|
26953
26926
|
{
|
26954
|
-
"name": "
|
26955
|
-
"optional": true,
|
26927
|
+
"name": "files",
|
26956
26928
|
"type": {
|
26957
|
-
"text": "
|
26929
|
+
"text": "File[]"
|
26958
26930
|
}
|
26959
|
-
}
|
26960
|
-
],
|
26961
|
-
"inheritedFrom": {
|
26962
|
-
"name": "InputButton",
|
26963
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26964
|
-
}
|
26965
|
-
},
|
26966
|
-
{
|
26967
|
-
"kind": "method",
|
26968
|
-
"name": "setEvents",
|
26969
|
-
"privacy": "private",
|
26970
|
-
"parameters": [
|
26931
|
+
},
|
26971
26932
|
{
|
26972
|
-
"name": "
|
26973
|
-
"optional": true,
|
26933
|
+
"name": "fileAttachmentTypes",
|
26974
26934
|
"type": {
|
26975
|
-
"text": "
|
26935
|
+
"text": "FileAttachmentsType[]"
|
26976
26936
|
}
|
26977
26937
|
}
|
26978
|
-
]
|
26979
|
-
"inheritedFrom": {
|
26980
|
-
"name": "InputButton",
|
26981
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26982
|
-
}
|
26938
|
+
]
|
26983
26939
|
},
|
26984
26940
|
{
|
26985
26941
|
"kind": "method",
|
26986
|
-
"name": "
|
26942
|
+
"name": "addFilesToAnyType",
|
26987
26943
|
"privacy": "public",
|
26988
26944
|
"parameters": [
|
26989
26945
|
{
|
26990
|
-
"name": "
|
26946
|
+
"name": "files",
|
26991
26947
|
"type": {
|
26992
|
-
"text": "
|
26948
|
+
"text": "File[]"
|
26993
26949
|
}
|
26994
26950
|
}
|
26995
|
-
]
|
26996
|
-
"inheritedFrom": {
|
26997
|
-
"name": "InputButton",
|
26998
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
26999
|
-
}
|
26951
|
+
]
|
27000
26952
|
},
|
27001
26953
|
{
|
27002
26954
|
"kind": "method",
|
27003
|
-
"name": "
|
26955
|
+
"name": "removeAllFiles"
|
26956
|
+
},
|
26957
|
+
{
|
26958
|
+
"kind": "method",
|
26959
|
+
"name": "getNumberOfTypes"
|
26960
|
+
}
|
26961
|
+
]
|
26962
|
+
}
|
26963
|
+
],
|
26964
|
+
"exports": [
|
26965
|
+
{
|
26966
|
+
"kind": "js",
|
26967
|
+
"name": "FileAttachments",
|
26968
|
+
"declaration": {
|
26969
|
+
"name": "FileAttachments",
|
26970
|
+
"module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
|
26971
|
+
}
|
26972
|
+
}
|
26973
|
+
]
|
26974
|
+
},
|
26975
|
+
{
|
26976
|
+
"kind": "javascript-module",
|
26977
|
+
"path": "src/views/chat/input/fileAttachments/newFileName.ts",
|
26978
|
+
"declarations": [
|
26979
|
+
{
|
26980
|
+
"kind": "class",
|
26981
|
+
"description": "",
|
26982
|
+
"name": "NewFileName",
|
26983
|
+
"members": [
|
26984
|
+
{
|
26985
|
+
"kind": "method",
|
26986
|
+
"name": "getFileName",
|
27004
26987
|
"privacy": "public",
|
26988
|
+
"static": true,
|
27005
26989
|
"parameters": [
|
27006
26990
|
{
|
27007
|
-
"name": "
|
26991
|
+
"name": "prefix",
|
27008
26992
|
"type": {
|
27009
|
-
"text": "
|
26993
|
+
"text": "string"
|
27010
26994
|
}
|
27011
26995
|
},
|
27012
26996
|
{
|
27013
|
-
"name": "
|
27014
|
-
"optional": true,
|
26997
|
+
"name": "extension",
|
27015
26998
|
"type": {
|
27016
|
-
"text": "
|
26999
|
+
"text": "string"
|
27017
27000
|
}
|
27018
27001
|
}
|
27019
|
-
]
|
27020
|
-
"inheritedFrom": {
|
27021
|
-
"name": "InputButton",
|
27022
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
27023
|
-
}
|
27002
|
+
]
|
27024
27003
|
}
|
27025
|
-
]
|
27026
|
-
"superclass": {
|
27027
|
-
"name": "InputButton",
|
27028
|
-
"module": "/src/views/chat/input/buttons/inputButton"
|
27029
|
-
}
|
27004
|
+
]
|
27030
27005
|
}
|
27031
27006
|
],
|
27032
27007
|
"exports": [
|
27033
27008
|
{
|
27034
27009
|
"kind": "js",
|
27035
|
-
"name": "
|
27010
|
+
"name": "NewFileName",
|
27036
27011
|
"declaration": {
|
27037
|
-
"name": "
|
27038
|
-
"module": "src/views/chat/input/
|
27012
|
+
"name": "NewFileName",
|
27013
|
+
"module": "src/views/chat/input/fileAttachments/newFileName.ts"
|
27039
27014
|
}
|
27040
27015
|
}
|
27041
27016
|
]
|
27042
27017
|
},
|
27043
27018
|
{
|
27044
27019
|
"kind": "javascript-module",
|
27045
|
-
"path": "src/views/chat/input/
|
27020
|
+
"path": "src/views/chat/input/textInput/focusUtils.ts",
|
27046
27021
|
"declarations": [
|
27047
27022
|
{
|
27048
27023
|
"kind": "class",
|
27049
27024
|
"description": "",
|
27050
|
-
"name": "
|
27025
|
+
"name": "FocusUtils",
|
27051
27026
|
"members": [
|
27052
27027
|
{
|
27053
27028
|
"kind": "method",
|
27054
|
-
"name": "
|
27055
|
-
"privacy": "
|
27029
|
+
"name": "focusEndOfInput",
|
27030
|
+
"privacy": "public",
|
27056
27031
|
"static": true,
|
27057
27032
|
"parameters": [
|
27058
27033
|
{
|
27059
|
-
"name": "
|
27060
|
-
"type": {
|
27061
|
-
"text": "DropupMenu"
|
27062
|
-
}
|
27063
|
-
},
|
27064
|
-
{
|
27065
|
-
"name": "item",
|
27034
|
+
"name": "inputElement",
|
27066
27035
|
"type": {
|
27067
27036
|
"text": "HTMLElement"
|
27068
27037
|
}
|
27069
|
-
}
|
27038
|
+
}
|
27039
|
+
]
|
27040
|
+
},
|
27041
|
+
{
|
27042
|
+
"kind": "method",
|
27043
|
+
"name": "focusFromParentElement",
|
27044
|
+
"privacy": "public",
|
27045
|
+
"static": true,
|
27046
|
+
"parameters": [
|
27070
27047
|
{
|
27071
|
-
"name": "
|
27048
|
+
"name": "parentElement",
|
27072
27049
|
"type": {
|
27073
27050
|
"text": "HTMLElement"
|
27074
27051
|
}
|
27075
|
-
},
|
27076
|
-
{
|
27077
|
-
"name": "styles",
|
27078
|
-
"type": {
|
27079
|
-
"text": "StatefulStyles"
|
27080
|
-
}
|
27081
27052
|
}
|
27082
27053
|
]
|
27054
|
+
}
|
27055
|
+
]
|
27056
|
+
}
|
27057
|
+
],
|
27058
|
+
"exports": [
|
27059
|
+
{
|
27060
|
+
"kind": "js",
|
27061
|
+
"name": "FocusUtils",
|
27062
|
+
"declaration": {
|
27063
|
+
"name": "FocusUtils",
|
27064
|
+
"module": "src/views/chat/input/textInput/focusUtils.ts"
|
27065
|
+
}
|
27066
|
+
}
|
27067
|
+
]
|
27068
|
+
},
|
27069
|
+
{
|
27070
|
+
"kind": "javascript-module",
|
27071
|
+
"path": "src/views/chat/input/textInput/inputLimit.ts",
|
27072
|
+
"declarations": [
|
27073
|
+
{
|
27074
|
+
"kind": "class",
|
27075
|
+
"description": "",
|
27076
|
+
"name": "InputLimit",
|
27077
|
+
"members": [
|
27078
|
+
{
|
27079
|
+
"kind": "field",
|
27080
|
+
"name": "PERMITTED_KEYS",
|
27081
|
+
"privacy": "private",
|
27082
|
+
"static": true,
|
27083
|
+
"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 ])"
|
27083
27084
|
},
|
27084
27085
|
{
|
27085
27086
|
"kind": "method",
|
27086
|
-
"name": "
|
27087
|
-
"privacy": "
|
27087
|
+
"name": "add",
|
27088
|
+
"privacy": "public",
|
27088
27089
|
"static": true,
|
27089
27090
|
"parameters": [
|
27090
27091
|
{
|
27091
|
-
"name": "
|
27092
|
-
"optional": true,
|
27092
|
+
"name": "inputElement",
|
27093
27093
|
"type": {
|
27094
|
-
"text": "
|
27094
|
+
"text": "HTMLElement"
|
27095
27095
|
}
|
27096
27096
|
},
|
27097
27097
|
{
|
27098
|
-
"name": "
|
27099
|
-
"optional": true,
|
27098
|
+
"name": "characterLimit",
|
27100
27099
|
"type": {
|
27101
|
-
"text": "
|
27100
|
+
"text": "number"
|
27102
27101
|
}
|
27103
27102
|
}
|
27104
27103
|
]
|
27105
27104
|
},
|
27106
27105
|
{
|
27107
27106
|
"kind": "method",
|
27108
|
-
"name": "
|
27107
|
+
"name": "onKeyDown",
|
27109
27108
|
"privacy": "private",
|
27110
27109
|
"static": true,
|
27111
27110
|
"parameters": [
|
27112
27111
|
{
|
27113
|
-
"name": "
|
27112
|
+
"name": "characterLimit",
|
27114
27113
|
"type": {
|
27115
|
-
"text": "
|
27114
|
+
"text": "number"
|
27116
27115
|
}
|
27117
27116
|
},
|
27118
27117
|
{
|
27119
|
-
"name": "
|
27120
|
-
"optional": true,
|
27118
|
+
"name": "event",
|
27121
27119
|
"type": {
|
27122
|
-
"text": "
|
27120
|
+
"text": "KeyboardEvent"
|
27123
27121
|
}
|
27124
27122
|
}
|
27125
27123
|
]
|
27126
27124
|
},
|
27127
27125
|
{
|
27128
27126
|
"kind": "method",
|
27129
|
-
"name": "
|
27127
|
+
"name": "isKeyCombinationPermitted",
|
27130
27128
|
"privacy": "private",
|
27131
27129
|
"static": true,
|
27132
27130
|
"parameters": [
|
27133
27131
|
{
|
27134
|
-
"name": "
|
27135
|
-
"type": {
|
27136
|
-
"text": "HTMLElement"
|
27137
|
-
}
|
27138
|
-
},
|
27139
|
-
{
|
27140
|
-
"name": "item",
|
27141
|
-
"type": {
|
27142
|
-
"text": "HTMLElement"
|
27143
|
-
}
|
27144
|
-
},
|
27145
|
-
{
|
27146
|
-
"name": "dropupText",
|
27147
|
-
"optional": true,
|
27148
|
-
"type": {
|
27149
|
-
"text": "string"
|
27150
|
-
}
|
27151
|
-
},
|
27152
|
-
{
|
27153
|
-
"name": "styles",
|
27154
|
-
"optional": true,
|
27132
|
+
"name": "event",
|
27155
27133
|
"type": {
|
27156
|
-
"text": "
|
27134
|
+
"text": "KeyboardEvent"
|
27157
27135
|
}
|
27158
27136
|
}
|
27159
27137
|
]
|
27160
27138
|
},
|
27161
27139
|
{
|
27162
27140
|
"kind": "method",
|
27163
|
-
"name": "
|
27164
|
-
"privacy": "
|
27141
|
+
"name": "onInput",
|
27142
|
+
"privacy": "private",
|
27165
27143
|
"static": true,
|
27166
27144
|
"parameters": [
|
27167
27145
|
{
|
27168
|
-
"name": "
|
27169
|
-
"type": {
|
27170
|
-
"text": "DropupMenu"
|
27171
|
-
}
|
27172
|
-
},
|
27173
|
-
{
|
27174
|
-
"name": "inputButton",
|
27146
|
+
"name": "characterLimit",
|
27175
27147
|
"type": {
|
27176
|
-
"text": "
|
27148
|
+
"text": "number"
|
27177
27149
|
}
|
27178
27150
|
},
|
27179
27151
|
{
|
27180
|
-
"name": "
|
27181
|
-
"optional": true,
|
27152
|
+
"name": "event",
|
27182
27153
|
"type": {
|
27183
|
-
"text": "
|
27154
|
+
"text": "Event"
|
27184
27155
|
}
|
27185
27156
|
}
|
27186
27157
|
]
|
@@ -27191,75 +27162,34 @@
|
|
27191
27162
|
"exports": [
|
27192
27163
|
{
|
27193
27164
|
"kind": "js",
|
27194
|
-
"name": "
|
27165
|
+
"name": "InputLimit",
|
27195
27166
|
"declaration": {
|
27196
|
-
"name": "
|
27197
|
-
"module": "src/views/chat/input/
|
27167
|
+
"name": "InputLimit",
|
27168
|
+
"module": "src/views/chat/input/textInput/inputLimit.ts"
|
27198
27169
|
}
|
27199
27170
|
}
|
27200
27171
|
]
|
27201
27172
|
},
|
27202
27173
|
{
|
27203
27174
|
"kind": "javascript-module",
|
27204
|
-
"path": "src/views/chat/input/
|
27175
|
+
"path": "src/views/chat/input/textInput/pasteUtils.ts",
|
27205
27176
|
"declarations": [
|
27206
27177
|
{
|
27207
27178
|
"kind": "class",
|
27208
27179
|
"description": "",
|
27209
|
-
"name": "
|
27180
|
+
"name": "PasteUtils",
|
27210
27181
|
"members": [
|
27211
27182
|
{
|
27212
|
-
"kind": "method",
|
27213
|
-
"name": "
|
27214
|
-
"privacy": "
|
27215
|
-
"static": true,
|
27216
|
-
"parameters": [
|
27217
|
-
{
|
27218
|
-
"name": "dropupElement",
|
27219
|
-
"type": {
|
27220
|
-
"text": "HTMLElement"
|
27221
|
-
}
|
27222
|
-
},
|
27223
|
-
{
|
27224
|
-
"name": "isNext",
|
27225
|
-
"type": {
|
27226
|
-
"text": "boolean"
|
27227
|
-
}
|
27228
|
-
}
|
27229
|
-
]
|
27230
|
-
},
|
27231
|
-
{
|
27232
|
-
"kind": "method",
|
27233
|
-
"name": "focusSiblingItem",
|
27234
|
-
"privacy": "public",
|
27235
|
-
"static": true,
|
27236
|
-
"return": {
|
27237
|
-
"type": {
|
27238
|
-
"text": "void"
|
27239
|
-
}
|
27240
|
-
},
|
27241
|
-
"parameters": [
|
27242
|
-
{
|
27243
|
-
"name": "focusedItem",
|
27244
|
-
"type": {
|
27245
|
-
"text": "HTMLElement"
|
27246
|
-
}
|
27247
|
-
},
|
27248
|
-
{
|
27249
|
-
"name": "dropupElement",
|
27250
|
-
"type": {
|
27251
|
-
"text": "HTMLElement"
|
27252
|
-
}
|
27253
|
-
},
|
27183
|
+
"kind": "method",
|
27184
|
+
"name": "sanitizePastedTextContent",
|
27185
|
+
"privacy": "public",
|
27186
|
+
"static": true,
|
27187
|
+
"parameters": [
|
27254
27188
|
{
|
27255
|
-
"name": "
|
27189
|
+
"name": "event",
|
27256
27190
|
"type": {
|
27257
|
-
"text": "
|
27191
|
+
"text": "ClipboardEvent"
|
27258
27192
|
}
|
27259
|
-
},
|
27260
|
-
{
|
27261
|
-
"name": "isEdgeItem",
|
27262
|
-
"default": "false"
|
27263
27193
|
}
|
27264
27194
|
]
|
27265
27195
|
}
|
@@ -27269,23 +27199,33 @@
|
|
27269
27199
|
"exports": [
|
27270
27200
|
{
|
27271
27201
|
"kind": "js",
|
27272
|
-
"name": "
|
27202
|
+
"name": "PasteUtils",
|
27273
27203
|
"declaration": {
|
27274
|
-
"name": "
|
27275
|
-
"module": "src/views/chat/input/
|
27204
|
+
"name": "PasteUtils",
|
27205
|
+
"module": "src/views/chat/input/textInput/pasteUtils.ts"
|
27276
27206
|
}
|
27277
27207
|
}
|
27278
27208
|
]
|
27279
27209
|
},
|
27280
27210
|
{
|
27281
27211
|
"kind": "javascript-module",
|
27282
|
-
"path": "src/views/chat/input/
|
27212
|
+
"path": "src/views/chat/input/textInput/textInput.ts",
|
27283
27213
|
"declarations": [
|
27284
27214
|
{
|
27285
27215
|
"kind": "class",
|
27286
27216
|
"description": "",
|
27287
|
-
"name": "
|
27217
|
+
"name": "TextInputEl",
|
27288
27218
|
"members": [
|
27219
|
+
{
|
27220
|
+
"kind": "field",
|
27221
|
+
"name": "TEXT_INPUT_ID",
|
27222
|
+
"type": {
|
27223
|
+
"text": "string"
|
27224
|
+
},
|
27225
|
+
"privacy": "public",
|
27226
|
+
"static": true,
|
27227
|
+
"default": "'text-input'"
|
27228
|
+
},
|
27289
27229
|
{
|
27290
27230
|
"kind": "field",
|
27291
27231
|
"name": "elementRef",
|
@@ -27295,110 +27235,196 @@
|
|
27295
27235
|
},
|
27296
27236
|
{
|
27297
27237
|
"kind": "field",
|
27298
|
-
"name": "
|
27238
|
+
"name": "inputElementRef",
|
27299
27239
|
"type": {
|
27300
|
-
"text": "
|
27240
|
+
"text": "HTMLElement"
|
27241
|
+
}
|
27242
|
+
},
|
27243
|
+
{
|
27244
|
+
"kind": "field",
|
27245
|
+
"name": "_config",
|
27246
|
+
"type": {
|
27247
|
+
"text": "TextInput"
|
27301
27248
|
},
|
27302
27249
|
"privacy": "private",
|
27303
|
-
"default": "
|
27250
|
+
"default": "processedConfig"
|
27304
27251
|
},
|
27305
27252
|
{
|
27306
27253
|
"kind": "field",
|
27307
|
-
"name": "
|
27254
|
+
"name": "submit",
|
27308
27255
|
"type": {
|
27309
|
-
"text": "
|
27256
|
+
"text": "() => void | undefined"
|
27310
27257
|
}
|
27311
27258
|
},
|
27312
27259
|
{
|
27313
|
-
"kind": "
|
27314
|
-
"name": "
|
27315
|
-
"type": {
|
27316
|
-
"text": "DropupMenuStyles | undefined"
|
27317
|
-
},
|
27260
|
+
"kind": "method",
|
27261
|
+
"name": "processConfig",
|
27318
27262
|
"privacy": "private",
|
27319
|
-
"
|
27263
|
+
"static": true,
|
27264
|
+
"parameters": [
|
27265
|
+
{
|
27266
|
+
"name": "serviceIO",
|
27267
|
+
"type": {
|
27268
|
+
"text": "ServiceIO"
|
27269
|
+
}
|
27270
|
+
},
|
27271
|
+
{
|
27272
|
+
"name": "textInput",
|
27273
|
+
"optional": true,
|
27274
|
+
"type": {
|
27275
|
+
"text": "TextInput"
|
27276
|
+
}
|
27277
|
+
}
|
27278
|
+
]
|
27320
27279
|
},
|
27321
27280
|
{
|
27322
27281
|
"kind": "method",
|
27323
|
-
"name": "
|
27282
|
+
"name": "preventAutomaticScrollUpOnNewLine",
|
27324
27283
|
"privacy": "private",
|
27325
27284
|
"static": true,
|
27326
27285
|
"parameters": [
|
27327
27286
|
{
|
27328
|
-
"name": "
|
27329
|
-
"optional": true,
|
27287
|
+
"name": "inputElement",
|
27330
27288
|
"type": {
|
27331
|
-
"text": "
|
27289
|
+
"text": "HTMLDivElement"
|
27332
27290
|
}
|
27333
27291
|
}
|
27334
27292
|
]
|
27335
27293
|
},
|
27336
27294
|
{
|
27337
27295
|
"kind": "method",
|
27338
|
-
"name": "
|
27339
|
-
"privacy": "
|
27296
|
+
"name": "clear",
|
27297
|
+
"privacy": "public",
|
27298
|
+
"static": true,
|
27299
|
+
"parameters": [
|
27300
|
+
{
|
27301
|
+
"name": "inputElement",
|
27302
|
+
"type": {
|
27303
|
+
"text": "HTMLElement"
|
27304
|
+
}
|
27305
|
+
}
|
27306
|
+
]
|
27340
27307
|
},
|
27341
27308
|
{
|
27342
27309
|
"kind": "method",
|
27343
|
-
"name": "
|
27310
|
+
"name": "createInputElement",
|
27311
|
+
"privacy": "private",
|
27312
|
+
"parameters": [
|
27313
|
+
{
|
27314
|
+
"name": "textInput",
|
27315
|
+
"optional": true,
|
27316
|
+
"type": {
|
27317
|
+
"text": "TextInput"
|
27318
|
+
}
|
27319
|
+
}
|
27320
|
+
]
|
27344
27321
|
},
|
27345
27322
|
{
|
27346
27323
|
"kind": "method",
|
27347
|
-
"name": "
|
27324
|
+
"name": "removeTextIfPlaceholder",
|
27325
|
+
"privacy": "public"
|
27348
27326
|
},
|
27349
27327
|
{
|
27350
27328
|
"kind": "method",
|
27351
|
-
"name": "
|
27329
|
+
"name": "toggleEditability",
|
27330
|
+
"privacy": "public",
|
27331
|
+
"static": true,
|
27352
27332
|
"parameters": [
|
27353
27333
|
{
|
27354
|
-
"name": "
|
27334
|
+
"name": "inputElement",
|
27355
27335
|
"type": {
|
27356
|
-
"text": "
|
27336
|
+
"text": "HTMLElement"
|
27337
|
+
}
|
27338
|
+
},
|
27339
|
+
{
|
27340
|
+
"name": "isEditable",
|
27341
|
+
"type": {
|
27342
|
+
"text": "boolean"
|
27357
27343
|
}
|
27358
27344
|
}
|
27359
27345
|
]
|
27360
27346
|
},
|
27361
27347
|
{
|
27362
27348
|
"kind": "method",
|
27363
|
-
"name": "
|
27349
|
+
"name": "addEventListeners",
|
27364
27350
|
"privacy": "private",
|
27365
27351
|
"parameters": [
|
27366
27352
|
{
|
27367
|
-
"name": "
|
27353
|
+
"name": "inputElement",
|
27368
27354
|
"type": {
|
27369
27355
|
"text": "HTMLElement"
|
27370
27356
|
}
|
27357
|
+
},
|
27358
|
+
{
|
27359
|
+
"name": "textInput",
|
27360
|
+
"optional": true,
|
27361
|
+
"type": {
|
27362
|
+
"text": "TextInput"
|
27363
|
+
}
|
27371
27364
|
}
|
27372
27365
|
]
|
27373
|
-
}
|
27374
|
-
]
|
27375
|
-
}
|
27376
|
-
],
|
27377
|
-
"exports": [
|
27378
|
-
{
|
27379
|
-
"kind": "js",
|
27380
|
-
"name": "DropupMenu",
|
27381
|
-
"declaration": {
|
27382
|
-
"name": "DropupMenu",
|
27383
|
-
"module": "src/views/chat/input/dropup/dropupMenu.ts"
|
27384
|
-
}
|
27385
|
-
}
|
27386
|
-
]
|
27387
|
-
},
|
27388
|
-
{
|
27389
|
-
"kind": "javascript-module",
|
27390
|
-
"path": "src/views/chat/messages/remarkable/remarkableConfig.ts",
|
27391
|
-
"declarations": [
|
27392
|
-
{
|
27393
|
-
"kind": "class",
|
27394
|
-
"description": "",
|
27395
|
-
"name": "RemarkableConfig",
|
27396
|
-
"members": [
|
27366
|
+
},
|
27397
27367
|
{
|
27398
27368
|
"kind": "method",
|
27399
|
-
"name": "
|
27400
|
-
"privacy": "
|
27401
|
-
"
|
27369
|
+
"name": "onFocus",
|
27370
|
+
"privacy": "private",
|
27371
|
+
"parameters": [
|
27372
|
+
{
|
27373
|
+
"name": "focusStyle",
|
27374
|
+
"optional": true,
|
27375
|
+
"type": {
|
27376
|
+
"text": "CustomStyle"
|
27377
|
+
}
|
27378
|
+
}
|
27379
|
+
]
|
27380
|
+
},
|
27381
|
+
{
|
27382
|
+
"kind": "method",
|
27383
|
+
"name": "onBlur",
|
27384
|
+
"privacy": "private",
|
27385
|
+
"parameters": [
|
27386
|
+
{
|
27387
|
+
"name": "focusStyle",
|
27388
|
+
"type": {
|
27389
|
+
"text": "CustomStyle"
|
27390
|
+
}
|
27391
|
+
},
|
27392
|
+
{
|
27393
|
+
"name": "containerStyle",
|
27394
|
+
"optional": true,
|
27395
|
+
"type": {
|
27396
|
+
"text": "CustomStyle"
|
27397
|
+
}
|
27398
|
+
}
|
27399
|
+
]
|
27400
|
+
},
|
27401
|
+
{
|
27402
|
+
"kind": "method",
|
27403
|
+
"name": "createContainerElement",
|
27404
|
+
"privacy": "private",
|
27405
|
+
"static": true,
|
27406
|
+
"parameters": [
|
27407
|
+
{
|
27408
|
+
"name": "containerStyle",
|
27409
|
+
"optional": true,
|
27410
|
+
"type": {
|
27411
|
+
"text": "CustomStyle"
|
27412
|
+
}
|
27413
|
+
}
|
27414
|
+
]
|
27415
|
+
},
|
27416
|
+
{
|
27417
|
+
"kind": "method",
|
27418
|
+
"name": "onKeydown",
|
27419
|
+
"privacy": "private",
|
27420
|
+
"parameters": [
|
27421
|
+
{
|
27422
|
+
"name": "event",
|
27423
|
+
"type": {
|
27424
|
+
"text": "KeyboardEvent"
|
27425
|
+
}
|
27426
|
+
}
|
27427
|
+
]
|
27402
27428
|
}
|
27403
27429
|
]
|
27404
27430
|
}
|
@@ -27406,10 +27432,10 @@
|
|
27406
27432
|
"exports": [
|
27407
27433
|
{
|
27408
27434
|
"kind": "js",
|
27409
|
-
"name": "
|
27435
|
+
"name": "TextInputEl",
|
27410
27436
|
"declaration": {
|
27411
|
-
"name": "
|
27412
|
-
"module": "src/views/chat/
|
27437
|
+
"name": "TextInputEl",
|
27438
|
+
"module": "src/views/chat/input/textInput/textInput.ts"
|
27413
27439
|
}
|
27414
27440
|
}
|
27415
27441
|
]
|
@@ -27487,6 +27513,35 @@
|
|
27487
27513
|
}
|
27488
27514
|
]
|
27489
27515
|
},
|
27516
|
+
{
|
27517
|
+
"kind": "javascript-module",
|
27518
|
+
"path": "src/views/chat/messages/remarkable/remarkableConfig.ts",
|
27519
|
+
"declarations": [
|
27520
|
+
{
|
27521
|
+
"kind": "class",
|
27522
|
+
"description": "",
|
27523
|
+
"name": "RemarkableConfig",
|
27524
|
+
"members": [
|
27525
|
+
{
|
27526
|
+
"kind": "method",
|
27527
|
+
"name": "createNew",
|
27528
|
+
"privacy": "public",
|
27529
|
+
"static": true
|
27530
|
+
}
|
27531
|
+
]
|
27532
|
+
}
|
27533
|
+
],
|
27534
|
+
"exports": [
|
27535
|
+
{
|
27536
|
+
"kind": "js",
|
27537
|
+
"name": "RemarkableConfig",
|
27538
|
+
"declaration": {
|
27539
|
+
"name": "RemarkableConfig",
|
27540
|
+
"module": "src/views/chat/messages/remarkable/remarkableConfig.ts"
|
27541
|
+
}
|
27542
|
+
}
|
27543
|
+
]
|
27544
|
+
},
|
27490
27545
|
{
|
27491
27546
|
"kind": "javascript-module",
|
27492
27547
|
"path": "src/views/chat/input/buttons/camera/cameraButton.ts",
|