deep-chat-dev 1.1.33 → 1.1.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -389,26 +389,10 @@
389
389
  "type": {
390
390
  "text": "string"
391
391
  }
392
- }
393
- ],
394
- "inheritedFrom": {
395
- "name": "InternalHTML",
396
- "module": "src/utils/webComponent/internalHTML.ts"
397
- }
398
- },
399
- {
400
- "kind": "method",
401
- "name": "constructPropertyAccessors2",
402
- "privacy": "private",
403
- "parameters": [
404
- {
405
- "name": "attributeKey",
406
- "type": {
407
- "text": "string"
408
- }
409
392
  },
410
393
  {
411
- "name": "propertyKey",
394
+ "name": "attributeName",
395
+ "optional": true,
412
396
  "type": {
413
397
  "text": "string"
414
398
  }
@@ -1732,20 +1716,110 @@
1732
1716
  },
1733
1717
  {
1734
1718
  "kind": "javascript-module",
1735
- "path": "src/services/azure/azureLanguageIO.ts",
1719
+ "path": "src/services/cohere/cohereChatIO.ts",
1736
1720
  "declarations": [
1737
1721
  {
1738
1722
  "kind": "class",
1739
1723
  "description": "",
1740
- "name": "AzureLanguageIO",
1724
+ "name": "CohereChatIO",
1741
1725
  "members": [
1726
+ {
1727
+ "kind": "field",
1728
+ "name": "username",
1729
+ "type": {
1730
+ "text": "string"
1731
+ },
1732
+ "privacy": "private",
1733
+ "default": "'USER'"
1734
+ },
1735
+ {
1736
+ "kind": "method",
1737
+ "name": "cleanConfig",
1738
+ "privacy": "private",
1739
+ "parameters": [
1740
+ {
1741
+ "name": "config",
1742
+ "type": {
1743
+ "text": "CohereChatConfig"
1744
+ }
1745
+ }
1746
+ ]
1747
+ },
1748
+ {
1749
+ "kind": "method",
1750
+ "name": "preprocessBody",
1751
+ "privacy": "private",
1752
+ "parameters": [
1753
+ {
1754
+ "name": "body",
1755
+ "type": {
1756
+ "text": "CohereChatConfig"
1757
+ }
1758
+ },
1759
+ {
1760
+ "name": "pMessages",
1761
+ "type": {
1762
+ "text": "MessageContent[]"
1763
+ }
1764
+ }
1765
+ ]
1766
+ },
1767
+ {
1768
+ "kind": "method",
1769
+ "name": "callServiceAPI",
1770
+ "parameters": [
1771
+ {
1772
+ "name": "messages",
1773
+ "type": {
1774
+ "text": "Messages"
1775
+ }
1776
+ },
1777
+ {
1778
+ "name": "pMessages",
1779
+ "type": {
1780
+ "text": "MessageContent[]"
1781
+ }
1782
+ },
1783
+ {
1784
+ "name": "completionsHandlers",
1785
+ "type": {
1786
+ "text": "CompletionsHandlers"
1787
+ }
1788
+ }
1789
+ ],
1790
+ "inheritedFrom": {
1791
+ "name": "BaseServiceIO",
1792
+ "module": "src/services/utils/baseServiceIO.ts"
1793
+ }
1794
+ },
1795
+ {
1796
+ "kind": "method",
1797
+ "name": "extractResultData",
1798
+ "return": {
1799
+ "type": {
1800
+ "text": "Promise<Result>"
1801
+ }
1802
+ },
1803
+ "parameters": [
1804
+ {
1805
+ "name": "result",
1806
+ "type": {
1807
+ "text": "CohereChatResult"
1808
+ }
1809
+ }
1810
+ ],
1811
+ "inheritedFrom": {
1812
+ "name": "BaseServiceIO",
1813
+ "module": "src/services/utils/baseServiceIO.ts"
1814
+ }
1815
+ },
1742
1816
  {
1743
1817
  "kind": "field",
1744
1818
  "name": "insertKeyPlaceholderText",
1745
1819
  "type": {
1746
1820
  "text": "string"
1747
1821
  },
1748
- "default": "'Azure Language Subscription Key'",
1822
+ "default": "'Cohere API Key'",
1749
1823
  "inheritedFrom": {
1750
1824
  "name": "DirectServiceIO",
1751
1825
  "module": "src/services/utils/directServiceIO.ts"
@@ -1757,19 +1831,47 @@
1757
1831
  "type": {
1758
1832
  "text": "string"
1759
1833
  },
1760
- "default": "'https://learn.microsoft.com/en-us/azure/api-management/api-management-subscriptions#create-and-manage-subscriptions-in-azure-portal'",
1834
+ "default": "'https://dashboard.cohere.ai/api-keys'",
1761
1835
  "inheritedFrom": {
1762
1836
  "name": "DirectServiceIO",
1763
1837
  "module": "src/services/utils/directServiceIO.ts"
1764
1838
  }
1765
1839
  },
1840
+ {
1841
+ "kind": "field",
1842
+ "name": "textInputPlaceholderText",
1843
+ "type": {
1844
+ "text": "string"
1845
+ },
1846
+ "default": "inputPlaceholder",
1847
+ "inheritedFrom": {
1848
+ "name": "CohereIO",
1849
+ "module": "src/services/cohere/cohereIO.ts"
1850
+ }
1851
+ },
1766
1852
  {
1767
1853
  "kind": "field",
1768
1854
  "name": "permittedErrorPrefixes",
1769
1855
  "type": {
1770
1856
  "text": "array"
1771
1857
  },
1772
- "default": "['Access']"
1858
+ "default": "['invalid']",
1859
+ "inheritedFrom": {
1860
+ "name": "CohereIO",
1861
+ "module": "src/services/cohere/cohereIO.ts"
1862
+ }
1863
+ },
1864
+ {
1865
+ "kind": "field",
1866
+ "name": "url",
1867
+ "type": {
1868
+ "text": "string"
1869
+ },
1870
+ "default": "url",
1871
+ "inheritedFrom": {
1872
+ "name": "CohereIO",
1873
+ "module": "src/services/cohere/cohereIO.ts"
1874
+ }
1773
1875
  },
1774
1876
  {
1775
1877
  "kind": "field",
@@ -2121,47 +2223,6 @@
2121
2223
  "module": "src/services/utils/baseServiceIO.ts"
2122
2224
  }
2123
2225
  },
2124
- {
2125
- "kind": "method",
2126
- "name": "callServiceAPI",
2127
- "parameters": [
2128
- {
2129
- "name": "messages",
2130
- "type": {
2131
- "text": "Messages"
2132
- }
2133
- },
2134
- {
2135
- "name": "pMessages",
2136
- "type": {
2137
- "text": "MessageContent[]"
2138
- }
2139
- },
2140
- {
2141
- "name": "completionsHandlers",
2142
- "type": {
2143
- "text": "CompletionsHandlers"
2144
- }
2145
- },
2146
- {
2147
- "name": "streamHandlers",
2148
- "type": {
2149
- "text": "StreamHandlers"
2150
- }
2151
- },
2152
- {
2153
- "name": "_",
2154
- "optional": true,
2155
- "type": {
2156
- "text": "File[]"
2157
- }
2158
- }
2159
- ],
2160
- "inheritedFrom": {
2161
- "name": "BaseServiceIO",
2162
- "module": "src/services/utils/baseServiceIO.ts"
2163
- }
2164
- },
2165
2226
  {
2166
2227
  "kind": "method",
2167
2228
  "name": "callApiWithFiles",
@@ -2235,54 +2296,33 @@
2235
2296
  "name": "BaseServiceIO",
2236
2297
  "module": "src/services/utils/baseServiceIO.ts"
2237
2298
  }
2238
- },
2239
- {
2240
- "kind": "method",
2241
- "name": "extractResultData",
2242
- "return": {
2243
- "type": {
2244
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
2245
- }
2246
- },
2247
- "parameters": [
2248
- {
2249
- "name": "result",
2250
- "type": {
2251
- "text": "any | CustomServiceResponse"
2252
- }
2253
- }
2254
- ],
2255
- "inheritedFrom": {
2256
- "name": "BaseServiceIO",
2257
- "module": "src/services/utils/baseServiceIO.ts"
2258
- }
2259
2299
  }
2260
2300
  ],
2261
2301
  "superclass": {
2262
- "name": "DirectServiceIO",
2263
- "module": "/src/services/utils/directServiceIO"
2302
+ "name": "CohereIO",
2303
+ "module": "/src/services/cohere/cohereIO"
2264
2304
  }
2265
2305
  }
2266
2306
  ],
2267
2307
  "exports": [
2268
2308
  {
2269
2309
  "kind": "js",
2270
- "name": "AzureLanguageIO",
2310
+ "name": "CohereChatIO",
2271
2311
  "declaration": {
2272
- "name": "AzureLanguageIO",
2273
- "module": "src/services/azure/azureLanguageIO.ts"
2312
+ "name": "CohereChatIO",
2313
+ "module": "src/services/cohere/cohereChatIO.ts"
2274
2314
  }
2275
2315
  }
2276
2316
  ]
2277
2317
  },
2278
2318
  {
2279
2319
  "kind": "javascript-module",
2280
- "path": "src/services/azure/azureSpeechIO.ts",
2320
+ "path": "src/services/cohere/cohereIO.ts",
2281
2321
  "declarations": [
2282
2322
  {
2283
2323
  "kind": "class",
2284
2324
  "description": "",
2285
- "name": "AzureSpeechIO",
2325
+ "name": "CohereIO",
2286
2326
  "members": [
2287
2327
  {
2288
2328
  "kind": "field",
@@ -2290,7 +2330,7 @@
2290
2330
  "type": {
2291
2331
  "text": "string"
2292
2332
  },
2293
- "default": "'Azure Speech Subscription Key'",
2333
+ "default": "'Cohere API Key'",
2294
2334
  "inheritedFrom": {
2295
2335
  "name": "DirectServiceIO",
2296
2336
  "module": "src/services/utils/directServiceIO.ts"
@@ -2302,12 +2342,36 @@
2302
2342
  "type": {
2303
2343
  "text": "string"
2304
2344
  },
2305
- "default": "'https://learn.microsoft.com/en-us/azure/api-management/api-management-subscriptions#create-and-manage-subscriptions-in-azure-portal'",
2345
+ "default": "'https://dashboard.cohere.ai/api-keys'",
2306
2346
  "inheritedFrom": {
2307
2347
  "name": "DirectServiceIO",
2308
2348
  "module": "src/services/utils/directServiceIO.ts"
2309
2349
  }
2310
2350
  },
2351
+ {
2352
+ "kind": "field",
2353
+ "name": "textInputPlaceholderText",
2354
+ "type": {
2355
+ "text": "string"
2356
+ },
2357
+ "default": "inputPlaceholder"
2358
+ },
2359
+ {
2360
+ "kind": "field",
2361
+ "name": "permittedErrorPrefixes",
2362
+ "type": {
2363
+ "text": "array"
2364
+ },
2365
+ "default": "['invalid']"
2366
+ },
2367
+ {
2368
+ "kind": "field",
2369
+ "name": "url",
2370
+ "type": {
2371
+ "text": "string"
2372
+ },
2373
+ "default": "url"
2374
+ },
2311
2375
  {
2312
2376
  "kind": "field",
2313
2377
  "name": "key",
@@ -2804,80 +2868,37 @@
2804
2868
  "exports": [
2805
2869
  {
2806
2870
  "kind": "js",
2807
- "name": "AzureSpeechIO",
2871
+ "name": "CohereIO",
2808
2872
  "declaration": {
2809
- "name": "AzureSpeechIO",
2810
- "module": "src/services/azure/azureSpeechIO.ts"
2873
+ "name": "CohereIO",
2874
+ "module": "src/services/cohere/cohereIO.ts"
2811
2875
  }
2812
2876
  }
2813
2877
  ]
2814
2878
  },
2815
2879
  {
2816
2880
  "kind": "javascript-module",
2817
- "path": "src/services/azure/azureSpeechToTextIO.ts",
2881
+ "path": "src/services/cohere/cohereSummarizationIO.ts",
2818
2882
  "declarations": [
2819
2883
  {
2820
2884
  "kind": "class",
2821
2885
  "description": "",
2822
- "name": "AzureSpeechToTextIO",
2886
+ "name": "CohereSummarizationIO",
2823
2887
  "members": [
2824
- {
2825
- "kind": "field",
2826
- "name": "HELP_LINK",
2827
- "type": {
2828
- "text": "string"
2829
- },
2830
- "privacy": "private",
2831
- "static": true,
2832
- "default": "'https://learn.microsoft.com/en-GB/azure/cognitive-services/speech-service/get-started-text-to-speech?tabs=windows%2Cterminal&pivots=programming-language-rest'"
2833
- },
2834
- {
2835
- "kind": "field",
2836
- "name": "introPanelMarkUp",
2837
- "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>`"
2838
- },
2839
- {
2840
- "kind": "field",
2841
- "name": "url",
2842
- "type": {
2843
- "text": "string"
2844
- },
2845
- "default": "`https://${config.region}.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?language=${lang}&format=detailed`"
2846
- },
2847
- {
2848
- "kind": "field",
2849
- "name": "isTextInputDisabled",
2850
- "type": {
2851
- "text": "boolean"
2852
- },
2853
- "default": "true"
2854
- },
2855
- {
2856
- "kind": "field",
2857
- "name": "textInputPlaceholderText",
2858
- "type": {
2859
- "text": "string"
2860
- },
2861
- "default": "'Upload an audio file'"
2862
- },
2863
2888
  {
2864
2889
  "kind": "method",
2865
- "name": "canFileSendMessage",
2866
- "privacy": "private",
2867
- "static": true,
2890
+ "name": "preprocessBody",
2868
2891
  "parameters": [
2869
2892
  {
2870
- "name": "_",
2871
- "optional": true,
2893
+ "name": "body",
2872
2894
  "type": {
2873
- "text": "string"
2895
+ "text": "CohereSummarizationConfig"
2874
2896
  }
2875
2897
  },
2876
2898
  {
2877
- "name": "files",
2878
- "optional": true,
2899
+ "name": "messages",
2879
2900
  "type": {
2880
- "text": "File[]"
2901
+ "text": "MessageContent[]"
2881
2902
  }
2882
2903
  }
2883
2904
  ]
@@ -2893,7 +2914,7 @@
2893
2914
  }
2894
2915
  },
2895
2916
  {
2896
- "name": "_",
2917
+ "name": "pMessages",
2897
2918
  "type": {
2898
2919
  "text": "MessageContent[]"
2899
2920
  }
@@ -2903,19 +2924,6 @@
2903
2924
  "type": {
2904
2925
  "text": "CompletionsHandlers"
2905
2926
  }
2906
- },
2907
- {
2908
- "name": "__",
2909
- "type": {
2910
- "text": "StreamHandlers"
2911
- }
2912
- },
2913
- {
2914
- "name": "files",
2915
- "optional": true,
2916
- "type": {
2917
- "text": "File[]"
2918
- }
2919
2927
  }
2920
2928
  ],
2921
2929
  "inheritedFrom": {
@@ -2935,7 +2943,7 @@
2935
2943
  {
2936
2944
  "name": "result",
2937
2945
  "type": {
2938
- "text": "AzureSpeechToTextResult"
2946
+ "text": "CohereSummarizationResult"
2939
2947
  }
2940
2948
  }
2941
2949
  ],
@@ -2946,67 +2954,62 @@
2946
2954
  },
2947
2955
  {
2948
2956
  "kind": "field",
2949
- "name": "canSendMessage",
2950
- "privacy": "private",
2951
- "static": true,
2952
- "parameters": [
2953
- {
2954
- "name": "text",
2955
- "optional": true,
2956
- "type": {
2957
- "text": "string"
2958
- }
2959
- },
2960
- {
2961
- "name": "files",
2962
- "optional": true,
2963
- "type": {
2964
- "text": "File[]"
2965
- }
2966
- }
2967
- ],
2957
+ "name": "insertKeyPlaceholderText",
2968
2958
  "type": {
2969
- "text": "ValidateMessageBeforeSending"
2959
+ "text": "string"
2970
2960
  },
2961
+ "default": "'Cohere API Key'",
2971
2962
  "inheritedFrom": {
2972
- "name": "BaseServiceIO",
2973
- "module": "src/services/utils/baseServiceIO.ts"
2963
+ "name": "DirectServiceIO",
2964
+ "module": "src/services/utils/directServiceIO.ts"
2974
2965
  }
2975
2966
  },
2976
2967
  {
2977
2968
  "kind": "field",
2978
- "name": "recordAudio",
2969
+ "name": "getKeyLink",
2979
2970
  "type": {
2980
- "text": "MicrophoneFilesServiceConfig | undefined"
2971
+ "text": "string"
2981
2972
  },
2973
+ "default": "'https://dashboard.cohere.ai/api-keys'",
2982
2974
  "inheritedFrom": {
2983
- "name": "BaseServiceIO",
2984
- "module": "src/services/utils/baseServiceIO.ts"
2985
- },
2986
- "default": "undefined"
2975
+ "name": "DirectServiceIO",
2976
+ "module": "src/services/utils/directServiceIO.ts"
2977
+ }
2987
2978
  },
2988
2979
  {
2989
2980
  "kind": "field",
2990
- "name": "insertKeyPlaceholderText",
2981
+ "name": "textInputPlaceholderText",
2991
2982
  "type": {
2992
2983
  "text": "string"
2993
2984
  },
2994
- "default": "'Azure Speech Subscription Key'",
2985
+ "default": "inputPlaceholder",
2995
2986
  "inheritedFrom": {
2996
- "name": "DirectServiceIO",
2997
- "module": "src/services/utils/directServiceIO.ts"
2987
+ "name": "CohereIO",
2988
+ "module": "src/services/cohere/cohereIO.ts"
2998
2989
  }
2999
2990
  },
3000
2991
  {
3001
2992
  "kind": "field",
3002
- "name": "getKeyLink",
2993
+ "name": "permittedErrorPrefixes",
2994
+ "type": {
2995
+ "text": "array"
2996
+ },
2997
+ "default": "['invalid']",
2998
+ "inheritedFrom": {
2999
+ "name": "CohereIO",
3000
+ "module": "src/services/cohere/cohereIO.ts"
3001
+ }
3002
+ },
3003
+ {
3004
+ "kind": "field",
3005
+ "name": "url",
3003
3006
  "type": {
3004
3007
  "text": "string"
3005
3008
  },
3006
- "default": "'https://learn.microsoft.com/en-us/azure/api-management/api-management-subscriptions#create-and-manage-subscriptions-in-azure-portal'",
3009
+ "default": "url",
3007
3010
  "inheritedFrom": {
3008
- "name": "DirectServiceIO",
3009
- "module": "src/services/utils/directServiceIO.ts"
3011
+ "name": "CohereIO",
3012
+ "module": "src/services/cohere/cohereIO.ts"
3010
3013
  }
3011
3014
  },
3012
3015
  {
@@ -3180,6 +3183,35 @@
3180
3183
  "module": "src/services/utils/baseServiceIO.ts"
3181
3184
  }
3182
3185
  },
3186
+ {
3187
+ "kind": "field",
3188
+ "name": "canSendMessage",
3189
+ "privacy": "private",
3190
+ "static": true,
3191
+ "parameters": [
3192
+ {
3193
+ "name": "text",
3194
+ "optional": true,
3195
+ "type": {
3196
+ "text": "string"
3197
+ }
3198
+ },
3199
+ {
3200
+ "name": "files",
3201
+ "optional": true,
3202
+ "type": {
3203
+ "text": "File[]"
3204
+ }
3205
+ }
3206
+ ],
3207
+ "type": {
3208
+ "text": "ValidateMessageBeforeSending"
3209
+ },
3210
+ "inheritedFrom": {
3211
+ "name": "BaseServiceIO",
3212
+ "module": "src/services/utils/baseServiceIO.ts"
3213
+ }
3214
+ },
3183
3215
  {
3184
3216
  "kind": "field",
3185
3217
  "name": "fileTypes",
@@ -3203,6 +3235,17 @@
3203
3235
  "module": "src/services/utils/baseServiceIO.ts"
3204
3236
  }
3205
3237
  },
3238
+ {
3239
+ "kind": "field",
3240
+ "name": "recordAudio",
3241
+ "type": {
3242
+ "text": "MicrophoneFilesServiceConfig | undefined"
3243
+ },
3244
+ "inheritedFrom": {
3245
+ "name": "BaseServiceIO",
3246
+ "module": "src/services/utils/baseServiceIO.ts"
3247
+ }
3248
+ },
3206
3249
  {
3207
3250
  "kind": "field",
3208
3251
  "name": "_isStream",
@@ -3395,63 +3438,31 @@
3395
3438
  }
3396
3439
  ],
3397
3440
  "superclass": {
3398
- "name": "AzureSpeechIO",
3399
- "module": "/src/services/azure/azureSpeechIO"
3441
+ "name": "CohereIO",
3442
+ "module": "/src/services/cohere/cohereIO"
3400
3443
  }
3401
3444
  }
3402
3445
  ],
3403
3446
  "exports": [
3404
3447
  {
3405
3448
  "kind": "js",
3406
- "name": "AzureSpeechToTextIO",
3449
+ "name": "CohereSummarizationIO",
3407
3450
  "declaration": {
3408
- "name": "AzureSpeechToTextIO",
3409
- "module": "src/services/azure/azureSpeechToTextIO.ts"
3451
+ "name": "CohereSummarizationIO",
3452
+ "module": "src/services/cohere/cohereSummarizationIO.ts"
3410
3453
  }
3411
3454
  }
3412
3455
  ]
3413
3456
  },
3414
3457
  {
3415
3458
  "kind": "javascript-module",
3416
- "path": "src/services/azure/azureSummarizationIO.ts",
3459
+ "path": "src/services/cohere/cohereTextGenerationIO.ts",
3417
3460
  "declarations": [
3418
3461
  {
3419
3462
  "kind": "class",
3420
3463
  "description": "",
3421
- "name": "AzureSummarizationIO",
3464
+ "name": "CohereTextGenerationIO",
3422
3465
  "members": [
3423
- {
3424
- "kind": "field",
3425
- "name": "url",
3426
- "type": {
3427
- "text": "string"
3428
- },
3429
- "default": "`${config.endpoint}/language/analyze-text/jobs?api-version=2022-10-01-preview`"
3430
- },
3431
- {
3432
- "kind": "field",
3433
- "name": "textInputPlaceholderText",
3434
- "type": {
3435
- "text": "string"
3436
- },
3437
- "default": "'Insert text to summarize'"
3438
- },
3439
- {
3440
- "kind": "field",
3441
- "name": "messages",
3442
- "type": {
3443
- "text": "Messages | undefined"
3444
- },
3445
- "privacy": "private"
3446
- },
3447
- {
3448
- "kind": "field",
3449
- "name": "completionsHandlers",
3450
- "type": {
3451
- "text": "CompletionsHandlers | undefined"
3452
- },
3453
- "privacy": "private"
3454
- },
3455
3466
  {
3456
3467
  "kind": "method",
3457
3468
  "name": "preprocessBody",
@@ -3459,7 +3470,7 @@
3459
3470
  {
3460
3471
  "name": "body",
3461
3472
  "type": {
3462
- "text": "RawBody"
3473
+ "text": "CohereGenerateConfig"
3463
3474
  }
3464
3475
  },
3465
3476
  {
@@ -3503,14 +3514,14 @@
3503
3514
  "name": "extractResultData",
3504
3515
  "return": {
3505
3516
  "type": {
3506
- "text": "Promise<{pollingInAnotherRequest: true}>"
3517
+ "text": "Promise<Result>"
3507
3518
  }
3508
3519
  },
3509
3520
  "parameters": [
3510
3521
  {
3511
3522
  "name": "result",
3512
3523
  "type": {
3513
- "text": "Response & AzureAuthenticationError"
3524
+ "text": "CohereCompletionsResult"
3514
3525
  }
3515
3526
  }
3516
3527
  ],
@@ -3519,38 +3530,13 @@
3519
3530
  "module": "src/services/utils/baseServiceIO.ts"
3520
3531
  }
3521
3532
  },
3522
- {
3523
- "kind": "method",
3524
- "name": "extractPollResultData",
3525
- "return": {
3526
- "type": {
3527
- "text": "PollResult"
3528
- }
3529
- },
3530
- "parameters": [
3531
- {
3532
- "name": "result",
3533
- "type": {
3534
- "text": "AzureSummarizationResult"
3535
- }
3536
- }
3537
- ]
3538
- },
3539
3533
  {
3540
3534
  "kind": "field",
3541
- "name": "language",
3535
+ "name": "insertKeyPlaceholderText",
3542
3536
  "type": {
3543
3537
  "text": "string"
3544
3538
  },
3545
- "default": "'en'"
3546
- },
3547
- {
3548
- "kind": "field",
3549
- "name": "insertKeyPlaceholderText",
3550
- "type": {
3551
- "text": "string"
3552
- },
3553
- "default": "'Azure Language Subscription Key'",
3539
+ "default": "'Cohere API Key'",
3554
3540
  "inheritedFrom": {
3555
3541
  "name": "DirectServiceIO",
3556
3542
  "module": "src/services/utils/directServiceIO.ts"
@@ -3562,22 +3548,46 @@
3562
3548
  "type": {
3563
3549
  "text": "string"
3564
3550
  },
3565
- "default": "'https://learn.microsoft.com/en-us/azure/api-management/api-management-subscriptions#create-and-manage-subscriptions-in-azure-portal'",
3551
+ "default": "'https://dashboard.cohere.ai/api-keys'",
3566
3552
  "inheritedFrom": {
3567
3553
  "name": "DirectServiceIO",
3568
3554
  "module": "src/services/utils/directServiceIO.ts"
3569
3555
  }
3570
3556
  },
3557
+ {
3558
+ "kind": "field",
3559
+ "name": "textInputPlaceholderText",
3560
+ "type": {
3561
+ "text": "string"
3562
+ },
3563
+ "default": "inputPlaceholder",
3564
+ "inheritedFrom": {
3565
+ "name": "CohereIO",
3566
+ "module": "src/services/cohere/cohereIO.ts"
3567
+ }
3568
+ },
3571
3569
  {
3572
3570
  "kind": "field",
3573
3571
  "name": "permittedErrorPrefixes",
3574
3572
  "type": {
3575
3573
  "text": "array"
3576
3574
  },
3577
- "default": "['Access']",
3575
+ "default": "['invalid']",
3578
3576
  "inheritedFrom": {
3579
- "name": "AzureLanguageIO",
3580
- "module": "src/services/azure/azureLanguageIO.ts"
3577
+ "name": "CohereIO",
3578
+ "module": "src/services/cohere/cohereIO.ts"
3579
+ }
3580
+ },
3581
+ {
3582
+ "kind": "field",
3583
+ "name": "url",
3584
+ "type": {
3585
+ "text": "string"
3586
+ },
3587
+ "default": "url",
3588
+ "inheritedFrom": {
3589
+ "name": "CohereIO",
3590
+ "module": "src/services/cohere/cohereIO.ts"
3581
3591
  }
3582
3592
  },
3583
3593
  {
@@ -4006,152 +4016,38 @@
4006
4016
  }
4007
4017
  ],
4008
4018
  "superclass": {
4009
- "name": "AzureLanguageIO",
4010
- "module": "/src/services/azure/azureLanguageIO"
4019
+ "name": "CohereIO",
4020
+ "module": "/src/services/cohere/cohereIO"
4011
4021
  }
4012
4022
  }
4013
4023
  ],
4014
4024
  "exports": [
4015
4025
  {
4016
4026
  "kind": "js",
4017
- "name": "AzureSummarizationIO",
4027
+ "name": "CohereTextGenerationIO",
4018
4028
  "declaration": {
4019
- "name": "AzureSummarizationIO",
4020
- "module": "src/services/azure/azureSummarizationIO.ts"
4029
+ "name": "CohereTextGenerationIO",
4030
+ "module": "src/services/cohere/cohereTextGenerationIO.ts"
4021
4031
  }
4022
4032
  }
4023
4033
  ]
4024
4034
  },
4025
4035
  {
4026
4036
  "kind": "javascript-module",
4027
- "path": "src/services/azure/azureTextToSpeechIO.ts",
4037
+ "path": "src/services/azure/azureLanguageIO.ts",
4028
4038
  "declarations": [
4029
4039
  {
4030
4040
  "kind": "class",
4031
4041
  "description": "",
4032
- "name": "AzureTextToSpeechIO",
4042
+ "name": "AzureLanguageIO",
4033
4043
  "members": [
4034
- {
4035
- "kind": "field",
4036
- "name": "HELP_LINK",
4037
- "type": {
4038
- "text": "string"
4039
- },
4040
- "privacy": "private",
4041
- "static": true,
4042
- "default": "'https://learn.microsoft.com/en-GB/azure/cognitive-services/speech-service/get-started-text-to-speech?tabs=windows%2Cterminal&pivots=programming-language-rest'"
4043
- },
4044
- {
4045
- "kind": "field",
4046
- "name": "introPanelMarkUp",
4047
- "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>`"
4048
- },
4049
- {
4050
- "kind": "field",
4051
- "name": "url",
4052
- "type": {
4053
- "text": "string"
4054
- },
4055
- "default": "`https://${config.region}.tts.speech.microsoft.com/cognitiveservices/v1`"
4056
- },
4057
- {
4058
- "kind": "method",
4059
- "name": "preprocessBody",
4060
- "parameters": [
4061
- {
4062
- "name": "body",
4063
- "type": {
4064
- "text": "AzureTextToSpeechConfig"
4065
- }
4066
- },
4067
- {
4068
- "name": "messages",
4069
- "type": {
4070
- "text": "MessageContent[]"
4071
- }
4072
- }
4073
- ]
4074
- },
4075
- {
4076
- "kind": "method",
4077
- "name": "callServiceAPI",
4078
- "parameters": [
4079
- {
4080
- "name": "messages",
4081
- "type": {
4082
- "text": "Messages"
4083
- }
4084
- },
4085
- {
4086
- "name": "pMessages",
4087
- "type": {
4088
- "text": "MessageContent[]"
4089
- }
4090
- },
4091
- {
4092
- "name": "completionsHandlers",
4093
- "type": {
4094
- "text": "CompletionsHandlers"
4095
- }
4096
- }
4097
- ],
4098
- "inheritedFrom": {
4099
- "name": "BaseServiceIO",
4100
- "module": "src/services/utils/baseServiceIO.ts"
4101
- }
4102
- },
4103
- {
4104
- "kind": "method",
4105
- "name": "extractResultData",
4106
- "return": {
4107
- "type": {
4108
- "text": "Promise<Result>"
4109
- }
4110
- },
4111
- "parameters": [
4112
- {
4113
- "name": "result",
4114
- "type": {
4115
- "text": "AzureTextToSpeechResult"
4116
- }
4117
- }
4118
- ],
4119
- "inheritedFrom": {
4120
- "name": "BaseServiceIO",
4121
- "module": "src/services/utils/baseServiceIO.ts"
4122
- }
4123
- },
4124
- {
4125
- "kind": "field",
4126
- "name": "lang",
4127
- "type": {
4128
- "text": "string"
4129
- },
4130
- "default": "'en-US'"
4131
- },
4132
- {
4133
- "kind": "field",
4134
- "name": "name",
4135
- "type": {
4136
- "text": "string"
4137
- },
4138
- "default": "'en-US-JennyNeural'"
4139
- },
4140
- {
4141
- "kind": "field",
4142
- "name": "gender",
4143
- "type": {
4144
- "text": "string"
4145
- },
4146
- "default": "'Female'"
4147
- },
4148
4044
  {
4149
4045
  "kind": "field",
4150
4046
  "name": "insertKeyPlaceholderText",
4151
4047
  "type": {
4152
4048
  "text": "string"
4153
4049
  },
4154
- "default": "'Azure Speech Subscription Key'",
4050
+ "default": "'Azure Language Subscription Key'",
4155
4051
  "inheritedFrom": {
4156
4052
  "name": "DirectServiceIO",
4157
4053
  "module": "src/services/utils/directServiceIO.ts"
@@ -4169,6 +4065,14 @@
4169
4065
  "module": "src/services/utils/directServiceIO.ts"
4170
4066
  }
4171
4067
  },
4068
+ {
4069
+ "kind": "field",
4070
+ "name": "permittedErrorPrefixes",
4071
+ "type": {
4072
+ "text": "array"
4073
+ },
4074
+ "default": "['Access']"
4075
+ },
4172
4076
  {
4173
4077
  "kind": "field",
4174
4078
  "name": "key",
@@ -4519,6 +4423,47 @@
4519
4423
  "module": "src/services/utils/baseServiceIO.ts"
4520
4424
  }
4521
4425
  },
4426
+ {
4427
+ "kind": "method",
4428
+ "name": "callServiceAPI",
4429
+ "parameters": [
4430
+ {
4431
+ "name": "messages",
4432
+ "type": {
4433
+ "text": "Messages"
4434
+ }
4435
+ },
4436
+ {
4437
+ "name": "pMessages",
4438
+ "type": {
4439
+ "text": "MessageContent[]"
4440
+ }
4441
+ },
4442
+ {
4443
+ "name": "completionsHandlers",
4444
+ "type": {
4445
+ "text": "CompletionsHandlers"
4446
+ }
4447
+ },
4448
+ {
4449
+ "name": "streamHandlers",
4450
+ "type": {
4451
+ "text": "StreamHandlers"
4452
+ }
4453
+ },
4454
+ {
4455
+ "name": "_",
4456
+ "optional": true,
4457
+ "type": {
4458
+ "text": "File[]"
4459
+ }
4460
+ }
4461
+ ],
4462
+ "inheritedFrom": {
4463
+ "name": "BaseServiceIO",
4464
+ "module": "src/services/utils/baseServiceIO.ts"
4465
+ }
4466
+ },
4522
4467
  {
4523
4468
  "kind": "method",
4524
4469
  "name": "callApiWithFiles",
@@ -4592,33 +4537,54 @@
4592
4537
  "name": "BaseServiceIO",
4593
4538
  "module": "src/services/utils/baseServiceIO.ts"
4594
4539
  }
4540
+ },
4541
+ {
4542
+ "kind": "method",
4543
+ "name": "extractResultData",
4544
+ "return": {
4545
+ "type": {
4546
+ "text": "Promise<Result | {pollingInAnotherRequest: true}>"
4547
+ }
4548
+ },
4549
+ "parameters": [
4550
+ {
4551
+ "name": "result",
4552
+ "type": {
4553
+ "text": "any | CustomServiceResponse"
4554
+ }
4555
+ }
4556
+ ],
4557
+ "inheritedFrom": {
4558
+ "name": "BaseServiceIO",
4559
+ "module": "src/services/utils/baseServiceIO.ts"
4560
+ }
4595
4561
  }
4596
4562
  ],
4597
4563
  "superclass": {
4598
- "name": "AzureSpeechIO",
4599
- "module": "/src/services/azure/azureSpeechIO"
4564
+ "name": "DirectServiceIO",
4565
+ "module": "/src/services/utils/directServiceIO"
4600
4566
  }
4601
4567
  }
4602
4568
  ],
4603
4569
  "exports": [
4604
4570
  {
4605
4571
  "kind": "js",
4606
- "name": "AzureTextToSpeechIO",
4572
+ "name": "AzureLanguageIO",
4607
4573
  "declaration": {
4608
- "name": "AzureTextToSpeechIO",
4609
- "module": "src/services/azure/azureTextToSpeechIO.ts"
4574
+ "name": "AzureLanguageIO",
4575
+ "module": "src/services/azure/azureLanguageIO.ts"
4610
4576
  }
4611
4577
  }
4612
4578
  ]
4613
4579
  },
4614
4580
  {
4615
4581
  "kind": "javascript-module",
4616
- "path": "src/services/azure/azureTranslationIO.ts",
4582
+ "path": "src/services/azure/azureSpeechIO.ts",
4617
4583
  "declarations": [
4618
4584
  {
4619
4585
  "kind": "class",
4620
4586
  "description": "",
4621
- "name": "AzureTranslationIO",
4587
+ "name": "AzureSpeechIO",
4622
4588
  "members": [
4623
4589
  {
4624
4590
  "kind": "field",
@@ -4626,7 +4592,7 @@
4626
4592
  "type": {
4627
4593
  "text": "string"
4628
4594
  },
4629
- "default": "'Azure Translate Subscription Key'",
4595
+ "default": "'Azure Speech Subscription Key'",
4630
4596
  "inheritedFrom": {
4631
4597
  "name": "DirectServiceIO",
4632
4598
  "module": "src/services/utils/directServiceIO.ts"
@@ -4646,76 +4612,7 @@
4646
4612
  },
4647
4613
  {
4648
4614
  "kind": "field",
4649
- "name": "url",
4650
- "type": {
4651
- "text": "string"
4652
- },
4653
- "default": "`https://api.cognitive.microsofttranslator.com/translate?api-version=3.0&to=${config.language || 'es'}`"
4654
- },
4655
- {
4656
- "kind": "method",
4657
- "name": "preprocessBody",
4658
- "parameters": [
4659
- {
4660
- "name": "messages",
4661
- "type": {
4662
- "text": "MessageContent[]"
4663
- }
4664
- }
4665
- ]
4666
- },
4667
- {
4668
- "kind": "method",
4669
- "name": "callServiceAPI",
4670
- "parameters": [
4671
- {
4672
- "name": "messages",
4673
- "type": {
4674
- "text": "Messages"
4675
- }
4676
- },
4677
- {
4678
- "name": "pMessages",
4679
- "type": {
4680
- "text": "MessageContent[]"
4681
- }
4682
- },
4683
- {
4684
- "name": "completionsHandlers",
4685
- "type": {
4686
- "text": "CompletionsHandlers"
4687
- }
4688
- }
4689
- ],
4690
- "inheritedFrom": {
4691
- "name": "BaseServiceIO",
4692
- "module": "src/services/utils/baseServiceIO.ts"
4693
- }
4694
- },
4695
- {
4696
- "kind": "method",
4697
- "name": "extractResultData",
4698
- "return": {
4699
- "type": {
4700
- "text": "Promise<Result>"
4701
- }
4702
- },
4703
- "parameters": [
4704
- {
4705
- "name": "result",
4706
- "type": {
4707
- "text": "AzureTranslationResult"
4708
- }
4709
- }
4710
- ],
4711
- "inheritedFrom": {
4712
- "name": "BaseServiceIO",
4713
- "module": "src/services/utils/baseServiceIO.ts"
4714
- }
4715
- },
4716
- {
4717
- "kind": "field",
4718
- "name": "key",
4615
+ "name": "key",
4719
4616
  "type": {
4720
4617
  "text": "string | undefined"
4721
4618
  },
@@ -5063,6 +4960,47 @@
5063
4960
  "module": "src/services/utils/baseServiceIO.ts"
5064
4961
  }
5065
4962
  },
4963
+ {
4964
+ "kind": "method",
4965
+ "name": "callServiceAPI",
4966
+ "parameters": [
4967
+ {
4968
+ "name": "messages",
4969
+ "type": {
4970
+ "text": "Messages"
4971
+ }
4972
+ },
4973
+ {
4974
+ "name": "pMessages",
4975
+ "type": {
4976
+ "text": "MessageContent[]"
4977
+ }
4978
+ },
4979
+ {
4980
+ "name": "completionsHandlers",
4981
+ "type": {
4982
+ "text": "CompletionsHandlers"
4983
+ }
4984
+ },
4985
+ {
4986
+ "name": "streamHandlers",
4987
+ "type": {
4988
+ "text": "StreamHandlers"
4989
+ }
4990
+ },
4991
+ {
4992
+ "name": "_",
4993
+ "optional": true,
4994
+ "type": {
4995
+ "text": "File[]"
4996
+ }
4997
+ }
4998
+ ],
4999
+ "inheritedFrom": {
5000
+ "name": "BaseServiceIO",
5001
+ "module": "src/services/utils/baseServiceIO.ts"
5002
+ }
5003
+ },
5066
5004
  {
5067
5005
  "kind": "method",
5068
5006
  "name": "callApiWithFiles",
@@ -5136,6 +5074,27 @@
5136
5074
  "name": "BaseServiceIO",
5137
5075
  "module": "src/services/utils/baseServiceIO.ts"
5138
5076
  }
5077
+ },
5078
+ {
5079
+ "kind": "method",
5080
+ "name": "extractResultData",
5081
+ "return": {
5082
+ "type": {
5083
+ "text": "Promise<Result | {pollingInAnotherRequest: true}>"
5084
+ }
5085
+ },
5086
+ "parameters": [
5087
+ {
5088
+ "name": "result",
5089
+ "type": {
5090
+ "text": "any | CustomServiceResponse"
5091
+ }
5092
+ }
5093
+ ],
5094
+ "inheritedFrom": {
5095
+ "name": "BaseServiceIO",
5096
+ "module": "src/services/utils/baseServiceIO.ts"
5097
+ }
5139
5098
  }
5140
5099
  ],
5141
5100
  "superclass": {
@@ -5147,60 +5106,80 @@
5147
5106
  "exports": [
5148
5107
  {
5149
5108
  "kind": "js",
5150
- "name": "AzureTranslationIO",
5109
+ "name": "AzureSpeechIO",
5151
5110
  "declaration": {
5152
- "name": "AzureTranslationIO",
5153
- "module": "src/services/azure/azureTranslationIO.ts"
5111
+ "name": "AzureSpeechIO",
5112
+ "module": "src/services/azure/azureSpeechIO.ts"
5154
5113
  }
5155
5114
  }
5156
5115
  ]
5157
5116
  },
5158
5117
  {
5159
5118
  "kind": "javascript-module",
5160
- "path": "src/services/cohere/cohereChatIO.ts",
5119
+ "path": "src/services/azure/azureSpeechToTextIO.ts",
5161
5120
  "declarations": [
5162
5121
  {
5163
5122
  "kind": "class",
5164
5123
  "description": "",
5165
- "name": "CohereChatIO",
5124
+ "name": "AzureSpeechToTextIO",
5166
5125
  "members": [
5167
5126
  {
5168
5127
  "kind": "field",
5169
- "name": "username",
5128
+ "name": "HELP_LINK",
5170
5129
  "type": {
5171
5130
  "text": "string"
5172
5131
  },
5173
5132
  "privacy": "private",
5174
- "default": "'USER'"
5133
+ "static": true,
5134
+ "default": "'https://learn.microsoft.com/en-GB/azure/cognitive-services/speech-service/get-started-text-to-speech?tabs=windows%2Cterminal&pivots=programming-language-rest'"
5175
5135
  },
5176
5136
  {
5177
- "kind": "method",
5178
- "name": "cleanConfig",
5179
- "privacy": "private",
5180
- "parameters": [
5181
- {
5182
- "name": "config",
5183
- "type": {
5184
- "text": "CohereChatConfig"
5185
- }
5186
- }
5187
- ]
5137
+ "kind": "field",
5138
+ "name": "introPanelMarkUp",
5139
+ "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>`"
5140
+ },
5141
+ {
5142
+ "kind": "field",
5143
+ "name": "url",
5144
+ "type": {
5145
+ "text": "string"
5146
+ },
5147
+ "default": "`https://${config.region}.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?language=${lang}&format=detailed`"
5148
+ },
5149
+ {
5150
+ "kind": "field",
5151
+ "name": "isTextInputDisabled",
5152
+ "type": {
5153
+ "text": "boolean"
5154
+ },
5155
+ "default": "true"
5156
+ },
5157
+ {
5158
+ "kind": "field",
5159
+ "name": "textInputPlaceholderText",
5160
+ "type": {
5161
+ "text": "string"
5162
+ },
5163
+ "default": "'Upload an audio file'"
5188
5164
  },
5189
5165
  {
5190
5166
  "kind": "method",
5191
- "name": "preprocessBody",
5167
+ "name": "canFileSendMessage",
5192
5168
  "privacy": "private",
5169
+ "static": true,
5193
5170
  "parameters": [
5194
5171
  {
5195
- "name": "body",
5172
+ "name": "_",
5173
+ "optional": true,
5196
5174
  "type": {
5197
- "text": "CohereChatConfig"
5175
+ "text": "string"
5198
5176
  }
5199
5177
  },
5200
5178
  {
5201
- "name": "pMessages",
5179
+ "name": "files",
5180
+ "optional": true,
5202
5181
  "type": {
5203
- "text": "MessageContent[]"
5182
+ "text": "File[]"
5204
5183
  }
5205
5184
  }
5206
5185
  ]
@@ -5216,7 +5195,7 @@
5216
5195
  }
5217
5196
  },
5218
5197
  {
5219
- "name": "pMessages",
5198
+ "name": "_",
5220
5199
  "type": {
5221
5200
  "text": "MessageContent[]"
5222
5201
  }
@@ -5226,6 +5205,19 @@
5226
5205
  "type": {
5227
5206
  "text": "CompletionsHandlers"
5228
5207
  }
5208
+ },
5209
+ {
5210
+ "name": "__",
5211
+ "type": {
5212
+ "text": "StreamHandlers"
5213
+ }
5214
+ },
5215
+ {
5216
+ "name": "files",
5217
+ "optional": true,
5218
+ "type": {
5219
+ "text": "File[]"
5220
+ }
5229
5221
  }
5230
5222
  ],
5231
5223
  "inheritedFrom": {
@@ -5245,7 +5237,7 @@
5245
5237
  {
5246
5238
  "name": "result",
5247
5239
  "type": {
5248
- "text": "CohereChatResult"
5240
+ "text": "AzureSpeechToTextResult"
5249
5241
  }
5250
5242
  }
5251
5243
  ],
@@ -5256,62 +5248,67 @@
5256
5248
  },
5257
5249
  {
5258
5250
  "kind": "field",
5259
- "name": "insertKeyPlaceholderText",
5251
+ "name": "canSendMessage",
5252
+ "privacy": "private",
5253
+ "static": true,
5254
+ "parameters": [
5255
+ {
5256
+ "name": "text",
5257
+ "optional": true,
5258
+ "type": {
5259
+ "text": "string"
5260
+ }
5261
+ },
5262
+ {
5263
+ "name": "files",
5264
+ "optional": true,
5265
+ "type": {
5266
+ "text": "File[]"
5267
+ }
5268
+ }
5269
+ ],
5260
5270
  "type": {
5261
- "text": "string"
5271
+ "text": "ValidateMessageBeforeSending"
5262
5272
  },
5263
- "default": "'Cohere API Key'",
5264
5273
  "inheritedFrom": {
5265
- "name": "DirectServiceIO",
5266
- "module": "src/services/utils/directServiceIO.ts"
5274
+ "name": "BaseServiceIO",
5275
+ "module": "src/services/utils/baseServiceIO.ts"
5267
5276
  }
5268
5277
  },
5269
5278
  {
5270
5279
  "kind": "field",
5271
- "name": "getKeyLink",
5280
+ "name": "recordAudio",
5272
5281
  "type": {
5273
- "text": "string"
5282
+ "text": "MicrophoneFilesServiceConfig | undefined"
5274
5283
  },
5275
- "default": "'https://dashboard.cohere.ai/api-keys'",
5276
5284
  "inheritedFrom": {
5277
- "name": "DirectServiceIO",
5278
- "module": "src/services/utils/directServiceIO.ts"
5279
- }
5285
+ "name": "BaseServiceIO",
5286
+ "module": "src/services/utils/baseServiceIO.ts"
5287
+ },
5288
+ "default": "undefined"
5280
5289
  },
5281
5290
  {
5282
5291
  "kind": "field",
5283
- "name": "textInputPlaceholderText",
5292
+ "name": "insertKeyPlaceholderText",
5284
5293
  "type": {
5285
5294
  "text": "string"
5286
5295
  },
5287
- "default": "inputPlaceholder",
5296
+ "default": "'Azure Speech Subscription Key'",
5288
5297
  "inheritedFrom": {
5289
- "name": "CohereIO",
5290
- "module": "src/services/cohere/cohereIO.ts"
5291
- }
5292
- },
5293
- {
5294
- "kind": "field",
5295
- "name": "permittedErrorPrefixes",
5296
- "type": {
5297
- "text": "array"
5298
- },
5299
- "default": "['invalid']",
5300
- "inheritedFrom": {
5301
- "name": "CohereIO",
5302
- "module": "src/services/cohere/cohereIO.ts"
5298
+ "name": "DirectServiceIO",
5299
+ "module": "src/services/utils/directServiceIO.ts"
5303
5300
  }
5304
5301
  },
5305
5302
  {
5306
5303
  "kind": "field",
5307
- "name": "url",
5304
+ "name": "getKeyLink",
5308
5305
  "type": {
5309
5306
  "text": "string"
5310
5307
  },
5311
- "default": "url",
5308
+ "default": "'https://learn.microsoft.com/en-us/azure/api-management/api-management-subscriptions#create-and-manage-subscriptions-in-azure-portal'",
5312
5309
  "inheritedFrom": {
5313
- "name": "CohereIO",
5314
- "module": "src/services/cohere/cohereIO.ts"
5310
+ "name": "DirectServiceIO",
5311
+ "module": "src/services/utils/directServiceIO.ts"
5315
5312
  }
5316
5313
  },
5317
5314
  {
@@ -5485,35 +5482,6 @@
5485
5482
  "module": "src/services/utils/baseServiceIO.ts"
5486
5483
  }
5487
5484
  },
5488
- {
5489
- "kind": "field",
5490
- "name": "canSendMessage",
5491
- "privacy": "private",
5492
- "static": true,
5493
- "parameters": [
5494
- {
5495
- "name": "text",
5496
- "optional": true,
5497
- "type": {
5498
- "text": "string"
5499
- }
5500
- },
5501
- {
5502
- "name": "files",
5503
- "optional": true,
5504
- "type": {
5505
- "text": "File[]"
5506
- }
5507
- }
5508
- ],
5509
- "type": {
5510
- "text": "ValidateMessageBeforeSending"
5511
- },
5512
- "inheritedFrom": {
5513
- "name": "BaseServiceIO",
5514
- "module": "src/services/utils/baseServiceIO.ts"
5515
- }
5516
- },
5517
5485
  {
5518
5486
  "kind": "field",
5519
5487
  "name": "fileTypes",
@@ -5537,17 +5505,6 @@
5537
5505
  "module": "src/services/utils/baseServiceIO.ts"
5538
5506
  }
5539
5507
  },
5540
- {
5541
- "kind": "field",
5542
- "name": "recordAudio",
5543
- "type": {
5544
- "text": "MicrophoneFilesServiceConfig | undefined"
5545
- },
5546
- "inheritedFrom": {
5547
- "name": "BaseServiceIO",
5548
- "module": "src/services/utils/baseServiceIO.ts"
5549
- }
5550
- },
5551
5508
  {
5552
5509
  "kind": "field",
5553
5510
  "name": "_isStream",
@@ -5740,78 +5697,190 @@
5740
5697
  }
5741
5698
  ],
5742
5699
  "superclass": {
5743
- "name": "CohereIO",
5744
- "module": "/src/services/cohere/cohereIO"
5700
+ "name": "AzureSpeechIO",
5701
+ "module": "/src/services/azure/azureSpeechIO"
5745
5702
  }
5746
5703
  }
5747
5704
  ],
5748
5705
  "exports": [
5749
5706
  {
5750
5707
  "kind": "js",
5751
- "name": "CohereChatIO",
5708
+ "name": "AzureSpeechToTextIO",
5752
5709
  "declaration": {
5753
- "name": "CohereChatIO",
5754
- "module": "src/services/cohere/cohereChatIO.ts"
5710
+ "name": "AzureSpeechToTextIO",
5711
+ "module": "src/services/azure/azureSpeechToTextIO.ts"
5755
5712
  }
5756
5713
  }
5757
5714
  ]
5758
5715
  },
5759
5716
  {
5760
5717
  "kind": "javascript-module",
5761
- "path": "src/services/cohere/cohereIO.ts",
5718
+ "path": "src/services/azure/azureSummarizationIO.ts",
5762
5719
  "declarations": [
5763
5720
  {
5764
5721
  "kind": "class",
5765
5722
  "description": "",
5766
- "name": "CohereIO",
5723
+ "name": "AzureSummarizationIO",
5767
5724
  "members": [
5768
5725
  {
5769
5726
  "kind": "field",
5770
- "name": "insertKeyPlaceholderText",
5727
+ "name": "url",
5771
5728
  "type": {
5772
5729
  "text": "string"
5773
5730
  },
5774
- "default": "'Cohere API Key'",
5775
- "inheritedFrom": {
5776
- "name": "DirectServiceIO",
5777
- "module": "src/services/utils/directServiceIO.ts"
5778
- }
5731
+ "default": "`${config.endpoint}/language/analyze-text/jobs?api-version=2022-10-01-preview`"
5779
5732
  },
5780
5733
  {
5781
5734
  "kind": "field",
5782
- "name": "getKeyLink",
5735
+ "name": "textInputPlaceholderText",
5783
5736
  "type": {
5784
5737
  "text": "string"
5785
5738
  },
5786
- "default": "'https://dashboard.cohere.ai/api-keys'",
5739
+ "default": "'Insert text to summarize'"
5740
+ },
5741
+ {
5742
+ "kind": "field",
5743
+ "name": "messages",
5744
+ "type": {
5745
+ "text": "Messages | undefined"
5746
+ },
5747
+ "privacy": "private"
5748
+ },
5749
+ {
5750
+ "kind": "field",
5751
+ "name": "completionsHandlers",
5752
+ "type": {
5753
+ "text": "CompletionsHandlers | undefined"
5754
+ },
5755
+ "privacy": "private"
5756
+ },
5757
+ {
5758
+ "kind": "method",
5759
+ "name": "preprocessBody",
5760
+ "parameters": [
5761
+ {
5762
+ "name": "body",
5763
+ "type": {
5764
+ "text": "RawBody"
5765
+ }
5766
+ },
5767
+ {
5768
+ "name": "messages",
5769
+ "type": {
5770
+ "text": "MessageContent[]"
5771
+ }
5772
+ }
5773
+ ]
5774
+ },
5775
+ {
5776
+ "kind": "method",
5777
+ "name": "callServiceAPI",
5778
+ "parameters": [
5779
+ {
5780
+ "name": "messages",
5781
+ "type": {
5782
+ "text": "Messages"
5783
+ }
5784
+ },
5785
+ {
5786
+ "name": "pMessages",
5787
+ "type": {
5788
+ "text": "MessageContent[]"
5789
+ }
5790
+ },
5791
+ {
5792
+ "name": "completionsHandlers",
5793
+ "type": {
5794
+ "text": "CompletionsHandlers"
5795
+ }
5796
+ }
5797
+ ],
5787
5798
  "inheritedFrom": {
5788
- "name": "DirectServiceIO",
5789
- "module": "src/services/utils/directServiceIO.ts"
5799
+ "name": "BaseServiceIO",
5800
+ "module": "src/services/utils/baseServiceIO.ts"
5801
+ }
5802
+ },
5803
+ {
5804
+ "kind": "method",
5805
+ "name": "extractResultData",
5806
+ "return": {
5807
+ "type": {
5808
+ "text": "Promise<{pollingInAnotherRequest: true}>"
5809
+ }
5810
+ },
5811
+ "parameters": [
5812
+ {
5813
+ "name": "result",
5814
+ "type": {
5815
+ "text": "Response & AzureAuthenticationError"
5816
+ }
5817
+ }
5818
+ ],
5819
+ "inheritedFrom": {
5820
+ "name": "BaseServiceIO",
5821
+ "module": "src/services/utils/baseServiceIO.ts"
5790
5822
  }
5791
5823
  },
5824
+ {
5825
+ "kind": "method",
5826
+ "name": "extractPollResultData",
5827
+ "return": {
5828
+ "type": {
5829
+ "text": "PollResult"
5830
+ }
5831
+ },
5832
+ "parameters": [
5833
+ {
5834
+ "name": "result",
5835
+ "type": {
5836
+ "text": "AzureSummarizationResult"
5837
+ }
5838
+ }
5839
+ ]
5840
+ },
5792
5841
  {
5793
5842
  "kind": "field",
5794
- "name": "textInputPlaceholderText",
5843
+ "name": "language",
5795
5844
  "type": {
5796
5845
  "text": "string"
5797
5846
  },
5798
- "default": "inputPlaceholder"
5847
+ "default": "'en'"
5799
5848
  },
5800
5849
  {
5801
5850
  "kind": "field",
5802
- "name": "permittedErrorPrefixes",
5851
+ "name": "insertKeyPlaceholderText",
5803
5852
  "type": {
5804
- "text": "array"
5853
+ "text": "string"
5805
5854
  },
5806
- "default": "['invalid']"
5855
+ "default": "'Azure Language Subscription Key'",
5856
+ "inheritedFrom": {
5857
+ "name": "DirectServiceIO",
5858
+ "module": "src/services/utils/directServiceIO.ts"
5859
+ }
5807
5860
  },
5808
5861
  {
5809
5862
  "kind": "field",
5810
- "name": "url",
5863
+ "name": "getKeyLink",
5811
5864
  "type": {
5812
5865
  "text": "string"
5813
5866
  },
5814
- "default": "url"
5867
+ "default": "'https://learn.microsoft.com/en-us/azure/api-management/api-management-subscriptions#create-and-manage-subscriptions-in-azure-portal'",
5868
+ "inheritedFrom": {
5869
+ "name": "DirectServiceIO",
5870
+ "module": "src/services/utils/directServiceIO.ts"
5871
+ }
5872
+ },
5873
+ {
5874
+ "kind": "field",
5875
+ "name": "permittedErrorPrefixes",
5876
+ "type": {
5877
+ "text": "array"
5878
+ },
5879
+ "default": "['Access']",
5880
+ "inheritedFrom": {
5881
+ "name": "AzureLanguageIO",
5882
+ "module": "src/services/azure/azureLanguageIO.ts"
5883
+ }
5815
5884
  },
5816
5885
  {
5817
5886
  "kind": "field",
@@ -6165,18 +6234,18 @@
6165
6234
  },
6166
6235
  {
6167
6236
  "kind": "method",
6168
- "name": "callServiceAPI",
6237
+ "name": "callApiWithFiles",
6169
6238
  "parameters": [
6170
6239
  {
6171
- "name": "messages",
6240
+ "name": "body",
6172
6241
  "type": {
6173
- "text": "Messages"
6242
+ "text": "any"
6174
6243
  }
6175
6244
  },
6176
6245
  {
6177
- "name": "pMessages",
6246
+ "name": "messages",
6178
6247
  "type": {
6179
- "text": "MessageContent[]"
6248
+ "text": "Messages"
6180
6249
  }
6181
6250
  },
6182
6251
  {
@@ -6186,14 +6255,13 @@
6186
6255
  }
6187
6256
  },
6188
6257
  {
6189
- "name": "streamHandlers",
6258
+ "name": "pMessages",
6190
6259
  "type": {
6191
- "text": "StreamHandlers"
6260
+ "text": "MessageContent[]"
6192
6261
  }
6193
6262
  },
6194
6263
  {
6195
- "name": "_",
6196
- "optional": true,
6264
+ "name": "files",
6197
6265
  "type": {
6198
6266
  "text": "File[]"
6199
6267
  }
@@ -6206,12 +6274,12 @@
6206
6274
  },
6207
6275
  {
6208
6276
  "kind": "method",
6209
- "name": "callApiWithFiles",
6277
+ "name": "callAPI",
6210
6278
  "parameters": [
6211
6279
  {
6212
- "name": "body",
6280
+ "name": "requestContents",
6213
6281
  "type": {
6214
- "text": "any"
6282
+ "text": "RequestContents"
6215
6283
  }
6216
6284
  },
6217
6285
  {
@@ -6227,70 +6295,9 @@
6227
6295
  }
6228
6296
  },
6229
6297
  {
6230
- "name": "pMessages",
6298
+ "name": "streamHandlers",
6231
6299
  "type": {
6232
- "text": "MessageContent[]"
6233
- }
6234
- },
6235
- {
6236
- "name": "files",
6237
- "type": {
6238
- "text": "File[]"
6239
- }
6240
- }
6241
- ],
6242
- "inheritedFrom": {
6243
- "name": "BaseServiceIO",
6244
- "module": "src/services/utils/baseServiceIO.ts"
6245
- }
6246
- },
6247
- {
6248
- "kind": "method",
6249
- "name": "callAPI",
6250
- "parameters": [
6251
- {
6252
- "name": "requestContents",
6253
- "type": {
6254
- "text": "RequestContents"
6255
- }
6256
- },
6257
- {
6258
- "name": "messages",
6259
- "type": {
6260
- "text": "Messages"
6261
- }
6262
- },
6263
- {
6264
- "name": "completionsHandlers",
6265
- "type": {
6266
- "text": "CompletionsHandlers"
6267
- }
6268
- },
6269
- {
6270
- "name": "streamHandlers",
6271
- "type": {
6272
- "text": "StreamHandlers"
6273
- }
6274
- }
6275
- ],
6276
- "inheritedFrom": {
6277
- "name": "BaseServiceIO",
6278
- "module": "src/services/utils/baseServiceIO.ts"
6279
- }
6280
- },
6281
- {
6282
- "kind": "method",
6283
- "name": "extractResultData",
6284
- "return": {
6285
- "type": {
6286
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
6287
- }
6288
- },
6289
- "parameters": [
6290
- {
6291
- "name": "result",
6292
- "type": {
6293
- "text": "any | CustomServiceResponse"
6300
+ "text": "StreamHandlers"
6294
6301
  }
6295
6302
  }
6296
6303
  ],
@@ -6301,31 +6308,54 @@
6301
6308
  }
6302
6309
  ],
6303
6310
  "superclass": {
6304
- "name": "DirectServiceIO",
6305
- "module": "/src/services/utils/directServiceIO"
6311
+ "name": "AzureLanguageIO",
6312
+ "module": "/src/services/azure/azureLanguageIO"
6306
6313
  }
6307
6314
  }
6308
6315
  ],
6309
6316
  "exports": [
6310
6317
  {
6311
6318
  "kind": "js",
6312
- "name": "CohereIO",
6319
+ "name": "AzureSummarizationIO",
6313
6320
  "declaration": {
6314
- "name": "CohereIO",
6315
- "module": "src/services/cohere/cohereIO.ts"
6321
+ "name": "AzureSummarizationIO",
6322
+ "module": "src/services/azure/azureSummarizationIO.ts"
6316
6323
  }
6317
6324
  }
6318
6325
  ]
6319
6326
  },
6320
6327
  {
6321
6328
  "kind": "javascript-module",
6322
- "path": "src/services/cohere/cohereSummarizationIO.ts",
6329
+ "path": "src/services/azure/azureTextToSpeechIO.ts",
6323
6330
  "declarations": [
6324
6331
  {
6325
6332
  "kind": "class",
6326
6333
  "description": "",
6327
- "name": "CohereSummarizationIO",
6334
+ "name": "AzureTextToSpeechIO",
6328
6335
  "members": [
6336
+ {
6337
+ "kind": "field",
6338
+ "name": "HELP_LINK",
6339
+ "type": {
6340
+ "text": "string"
6341
+ },
6342
+ "privacy": "private",
6343
+ "static": true,
6344
+ "default": "'https://learn.microsoft.com/en-GB/azure/cognitive-services/speech-service/get-started-text-to-speech?tabs=windows%2Cterminal&pivots=programming-language-rest'"
6345
+ },
6346
+ {
6347
+ "kind": "field",
6348
+ "name": "introPanelMarkUp",
6349
+ "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>`"
6350
+ },
6351
+ {
6352
+ "kind": "field",
6353
+ "name": "url",
6354
+ "type": {
6355
+ "text": "string"
6356
+ },
6357
+ "default": "`https://${config.region}.tts.speech.microsoft.com/cognitiveservices/v1`"
6358
+ },
6329
6359
  {
6330
6360
  "kind": "method",
6331
6361
  "name": "preprocessBody",
@@ -6333,7 +6363,7 @@
6333
6363
  {
6334
6364
  "name": "body",
6335
6365
  "type": {
6336
- "text": "CohereSummarizationConfig"
6366
+ "text": "AzureTextToSpeechConfig"
6337
6367
  }
6338
6368
  },
6339
6369
  {
@@ -6384,7 +6414,7 @@
6384
6414
  {
6385
6415
  "name": "result",
6386
6416
  "type": {
6387
- "text": "CohereSummarizationResult"
6417
+ "text": "AzureTextToSpeechResult"
6388
6418
  }
6389
6419
  }
6390
6420
  ],
@@ -6395,62 +6425,50 @@
6395
6425
  },
6396
6426
  {
6397
6427
  "kind": "field",
6398
- "name": "insertKeyPlaceholderText",
6428
+ "name": "lang",
6399
6429
  "type": {
6400
6430
  "text": "string"
6401
6431
  },
6402
- "default": "'Cohere API Key'",
6403
- "inheritedFrom": {
6404
- "name": "DirectServiceIO",
6405
- "module": "src/services/utils/directServiceIO.ts"
6406
- }
6432
+ "default": "'en-US'"
6407
6433
  },
6408
6434
  {
6409
6435
  "kind": "field",
6410
- "name": "getKeyLink",
6436
+ "name": "name",
6411
6437
  "type": {
6412
6438
  "text": "string"
6413
6439
  },
6414
- "default": "'https://dashboard.cohere.ai/api-keys'",
6415
- "inheritedFrom": {
6416
- "name": "DirectServiceIO",
6417
- "module": "src/services/utils/directServiceIO.ts"
6418
- }
6440
+ "default": "'en-US-JennyNeural'"
6419
6441
  },
6420
6442
  {
6421
6443
  "kind": "field",
6422
- "name": "textInputPlaceholderText",
6444
+ "name": "gender",
6423
6445
  "type": {
6424
6446
  "text": "string"
6425
6447
  },
6426
- "default": "inputPlaceholder",
6427
- "inheritedFrom": {
6428
- "name": "CohereIO",
6429
- "module": "src/services/cohere/cohereIO.ts"
6430
- }
6448
+ "default": "'Female'"
6431
6449
  },
6432
6450
  {
6433
6451
  "kind": "field",
6434
- "name": "permittedErrorPrefixes",
6452
+ "name": "insertKeyPlaceholderText",
6435
6453
  "type": {
6436
- "text": "array"
6454
+ "text": "string"
6437
6455
  },
6438
- "default": "['invalid']",
6456
+ "default": "'Azure Speech Subscription Key'",
6439
6457
  "inheritedFrom": {
6440
- "name": "CohereIO",
6441
- "module": "src/services/cohere/cohereIO.ts"
6458
+ "name": "DirectServiceIO",
6459
+ "module": "src/services/utils/directServiceIO.ts"
6442
6460
  }
6443
6461
  },
6444
6462
  {
6445
6463
  "kind": "field",
6446
- "name": "url",
6464
+ "name": "getKeyLink",
6447
6465
  "type": {
6448
6466
  "text": "string"
6449
6467
  },
6450
- "default": "url",
6468
+ "default": "'https://learn.microsoft.com/en-us/azure/api-management/api-management-subscriptions#create-and-manage-subscriptions-in-azure-portal'",
6451
6469
  "inheritedFrom": {
6452
- "name": "CohereIO",
6453
- "module": "src/services/cohere/cohereIO.ts"
6470
+ "name": "DirectServiceIO",
6471
+ "module": "src/services/utils/directServiceIO.ts"
6454
6472
  }
6455
6473
  },
6456
6474
  {
@@ -6879,41 +6897,67 @@
6879
6897
  }
6880
6898
  ],
6881
6899
  "superclass": {
6882
- "name": "CohereIO",
6883
- "module": "/src/services/cohere/cohereIO"
6900
+ "name": "AzureSpeechIO",
6901
+ "module": "/src/services/azure/azureSpeechIO"
6884
6902
  }
6885
6903
  }
6886
6904
  ],
6887
6905
  "exports": [
6888
6906
  {
6889
6907
  "kind": "js",
6890
- "name": "CohereSummarizationIO",
6908
+ "name": "AzureTextToSpeechIO",
6891
6909
  "declaration": {
6892
- "name": "CohereSummarizationIO",
6893
- "module": "src/services/cohere/cohereSummarizationIO.ts"
6910
+ "name": "AzureTextToSpeechIO",
6911
+ "module": "src/services/azure/azureTextToSpeechIO.ts"
6894
6912
  }
6895
6913
  }
6896
6914
  ]
6897
6915
  },
6898
6916
  {
6899
6917
  "kind": "javascript-module",
6900
- "path": "src/services/cohere/cohereTextGenerationIO.ts",
6918
+ "path": "src/services/azure/azureTranslationIO.ts",
6901
6919
  "declarations": [
6902
6920
  {
6903
6921
  "kind": "class",
6904
6922
  "description": "",
6905
- "name": "CohereTextGenerationIO",
6923
+ "name": "AzureTranslationIO",
6906
6924
  "members": [
6925
+ {
6926
+ "kind": "field",
6927
+ "name": "insertKeyPlaceholderText",
6928
+ "type": {
6929
+ "text": "string"
6930
+ },
6931
+ "default": "'Azure Translate Subscription Key'",
6932
+ "inheritedFrom": {
6933
+ "name": "DirectServiceIO",
6934
+ "module": "src/services/utils/directServiceIO.ts"
6935
+ }
6936
+ },
6937
+ {
6938
+ "kind": "field",
6939
+ "name": "getKeyLink",
6940
+ "type": {
6941
+ "text": "string"
6942
+ },
6943
+ "default": "'https://learn.microsoft.com/en-us/azure/api-management/api-management-subscriptions#create-and-manage-subscriptions-in-azure-portal'",
6944
+ "inheritedFrom": {
6945
+ "name": "DirectServiceIO",
6946
+ "module": "src/services/utils/directServiceIO.ts"
6947
+ }
6948
+ },
6949
+ {
6950
+ "kind": "field",
6951
+ "name": "url",
6952
+ "type": {
6953
+ "text": "string"
6954
+ },
6955
+ "default": "`https://api.cognitive.microsofttranslator.com/translate?api-version=3.0&to=${config.language || 'es'}`"
6956
+ },
6907
6957
  {
6908
6958
  "kind": "method",
6909
6959
  "name": "preprocessBody",
6910
6960
  "parameters": [
6911
- {
6912
- "name": "body",
6913
- "type": {
6914
- "text": "CohereGenerateConfig"
6915
- }
6916
- },
6917
6961
  {
6918
6962
  "name": "messages",
6919
6963
  "type": {
@@ -6962,7 +7006,7 @@
6962
7006
  {
6963
7007
  "name": "result",
6964
7008
  "type": {
6965
- "text": "CohereCompletionsResult"
7009
+ "text": "AzureTranslationResult"
6966
7010
  }
6967
7011
  }
6968
7012
  ],
@@ -6971,66 +7015,6 @@
6971
7015
  "module": "src/services/utils/baseServiceIO.ts"
6972
7016
  }
6973
7017
  },
6974
- {
6975
- "kind": "field",
6976
- "name": "insertKeyPlaceholderText",
6977
- "type": {
6978
- "text": "string"
6979
- },
6980
- "default": "'Cohere API Key'",
6981
- "inheritedFrom": {
6982
- "name": "DirectServiceIO",
6983
- "module": "src/services/utils/directServiceIO.ts"
6984
- }
6985
- },
6986
- {
6987
- "kind": "field",
6988
- "name": "getKeyLink",
6989
- "type": {
6990
- "text": "string"
6991
- },
6992
- "default": "'https://dashboard.cohere.ai/api-keys'",
6993
- "inheritedFrom": {
6994
- "name": "DirectServiceIO",
6995
- "module": "src/services/utils/directServiceIO.ts"
6996
- }
6997
- },
6998
- {
6999
- "kind": "field",
7000
- "name": "textInputPlaceholderText",
7001
- "type": {
7002
- "text": "string"
7003
- },
7004
- "default": "inputPlaceholder",
7005
- "inheritedFrom": {
7006
- "name": "CohereIO",
7007
- "module": "src/services/cohere/cohereIO.ts"
7008
- }
7009
- },
7010
- {
7011
- "kind": "field",
7012
- "name": "permittedErrorPrefixes",
7013
- "type": {
7014
- "text": "array"
7015
- },
7016
- "default": "['invalid']",
7017
- "inheritedFrom": {
7018
- "name": "CohereIO",
7019
- "module": "src/services/cohere/cohereIO.ts"
7020
- }
7021
- },
7022
- {
7023
- "kind": "field",
7024
- "name": "url",
7025
- "type": {
7026
- "text": "string"
7027
- },
7028
- "default": "url",
7029
- "inheritedFrom": {
7030
- "name": "CohereIO",
7031
- "module": "src/services/cohere/cohereIO.ts"
7032
- }
7033
- },
7034
7018
  {
7035
7019
  "kind": "field",
7036
7020
  "name": "key",
@@ -7457,18 +7441,18 @@
7457
7441
  }
7458
7442
  ],
7459
7443
  "superclass": {
7460
- "name": "CohereIO",
7461
- "module": "/src/services/cohere/cohereIO"
7462
- }
7444
+ "name": "DirectServiceIO",
7445
+ "module": "/src/services/utils/directServiceIO"
7446
+ }
7463
7447
  }
7464
7448
  ],
7465
7449
  "exports": [
7466
7450
  {
7467
7451
  "kind": "js",
7468
- "name": "CohereTextGenerationIO",
7452
+ "name": "AzureTranslationIO",
7469
7453
  "declaration": {
7470
- "name": "CohereTextGenerationIO",
7471
- "module": "src/services/cohere/cohereTextGenerationIO.ts"
7454
+ "name": "AzureTranslationIO",
7455
+ "module": "src/services/azure/azureTranslationIO.ts"
7472
7456
  }
7473
7457
  }
7474
7458
  ]
@@ -22827,6 +22811,30 @@
22827
22811
  }
22828
22812
  ]
22829
22813
  },
22814
+ {
22815
+ "kind": "javascript-module",
22816
+ "path": "src/utils/errorMessages/errorMessages.ts",
22817
+ "declarations": [
22818
+ {
22819
+ "kind": "variable",
22820
+ "name": "ErrorMessages",
22821
+ "type": {
22822
+ "text": "object"
22823
+ },
22824
+ "default": "{\n INVALID_KEY: 'Invalid API Key',\n CONNECTION_FAILED: 'Failed to connect',\n}"
22825
+ }
22826
+ ],
22827
+ "exports": [
22828
+ {
22829
+ "kind": "js",
22830
+ "name": "ErrorMessages",
22831
+ "declaration": {
22832
+ "name": "ErrorMessages",
22833
+ "module": "src/utils/errorMessages/errorMessages.ts"
22834
+ }
22835
+ }
22836
+ ]
22837
+ },
22830
22838
  {
22831
22839
  "kind": "javascript-module",
22832
22840
  "path": "src/utils/element/elementUtils.ts",
@@ -23169,30 +23177,6 @@
23169
23177
  }
23170
23178
  ]
23171
23179
  },
23172
- {
23173
- "kind": "javascript-module",
23174
- "path": "src/utils/errorMessages/errorMessages.ts",
23175
- "declarations": [
23176
- {
23177
- "kind": "variable",
23178
- "name": "ErrorMessages",
23179
- "type": {
23180
- "text": "object"
23181
- },
23182
- "default": "{\n INVALID_KEY: 'Invalid API Key',\n CONNECTION_FAILED: 'Failed to connect',\n}"
23183
- }
23184
- ],
23185
- "exports": [
23186
- {
23187
- "kind": "js",
23188
- "name": "ErrorMessages",
23189
- "declaration": {
23190
- "name": "ErrorMessages",
23191
- "module": "src/utils/errorMessages/errorMessages.ts"
23192
- }
23193
- }
23194
- ]
23195
- },
23196
23180
  {
23197
23181
  "kind": "javascript-module",
23198
23182
  "path": "src/utils/events/fireEvents.ts",
@@ -23414,22 +23398,10 @@
23414
23398
  "type": {
23415
23399
  "text": "string"
23416
23400
  }
23417
- }
23418
- ]
23419
- },
23420
- {
23421
- "kind": "method",
23422
- "name": "constructPropertyAccessors2",
23423
- "privacy": "private",
23424
- "parameters": [
23425
- {
23426
- "name": "attributeKey",
23427
- "type": {
23428
- "text": "string"
23429
- }
23430
23401
  },
23431
23402
  {
23432
- "name": "propertyKey",
23403
+ "name": "attributeName",
23404
+ "optional": true,
23433
23405
  "type": {
23434
23406
  "text": "string"
23435
23407
  }
@@ -23641,6 +23613,86 @@
23641
23613
  }
23642
23614
  ]
23643
23615
  },
23616
+ {
23617
+ "kind": "javascript-module",
23618
+ "path": "src/services/cohere/utils/cohereUtils.ts",
23619
+ "declarations": [
23620
+ {
23621
+ "kind": "class",
23622
+ "description": "",
23623
+ "name": "CohereUtils",
23624
+ "members": [
23625
+ {
23626
+ "kind": "method",
23627
+ "name": "buildHeaders",
23628
+ "privacy": "public",
23629
+ "static": true,
23630
+ "parameters": [
23631
+ {
23632
+ "name": "key",
23633
+ "type": {
23634
+ "text": "string"
23635
+ }
23636
+ }
23637
+ ]
23638
+ },
23639
+ {
23640
+ "kind": "method",
23641
+ "name": "handleVerificationResult",
23642
+ "privacy": "private",
23643
+ "static": true,
23644
+ "parameters": [
23645
+ {
23646
+ "name": "result",
23647
+ "type": {
23648
+ "text": "object"
23649
+ }
23650
+ },
23651
+ {
23652
+ "name": "key",
23653
+ "type": {
23654
+ "text": "string"
23655
+ }
23656
+ },
23657
+ {
23658
+ "name": "onSuccess",
23659
+ "type": {
23660
+ "text": "(key: string) => void"
23661
+ }
23662
+ },
23663
+ {
23664
+ "name": "onFail",
23665
+ "type": {
23666
+ "text": "(message: string) => void"
23667
+ }
23668
+ }
23669
+ ]
23670
+ },
23671
+ {
23672
+ "kind": "method",
23673
+ "name": "buildKeyVerificationDetails",
23674
+ "privacy": "public",
23675
+ "static": true,
23676
+ "return": {
23677
+ "type": {
23678
+ "text": "KeyVerificationDetails"
23679
+ }
23680
+ }
23681
+ }
23682
+ ]
23683
+ }
23684
+ ],
23685
+ "exports": [
23686
+ {
23687
+ "kind": "js",
23688
+ "name": "CohereUtils",
23689
+ "declaration": {
23690
+ "name": "CohereUtils",
23691
+ "module": "src/services/cohere/utils/cohereUtils.ts"
23692
+ }
23693
+ }
23694
+ ]
23695
+ },
23644
23696
  {
23645
23697
  "kind": "javascript-module",
23646
23698
  "path": "src/services/azure/utils/azureUtils.ts",
@@ -23886,86 +23938,6 @@
23886
23938
  }
23887
23939
  ]
23888
23940
  },
23889
- {
23890
- "kind": "javascript-module",
23891
- "path": "src/services/cohere/utils/cohereUtils.ts",
23892
- "declarations": [
23893
- {
23894
- "kind": "class",
23895
- "description": "",
23896
- "name": "CohereUtils",
23897
- "members": [
23898
- {
23899
- "kind": "method",
23900
- "name": "buildHeaders",
23901
- "privacy": "public",
23902
- "static": true,
23903
- "parameters": [
23904
- {
23905
- "name": "key",
23906
- "type": {
23907
- "text": "string"
23908
- }
23909
- }
23910
- ]
23911
- },
23912
- {
23913
- "kind": "method",
23914
- "name": "handleVerificationResult",
23915
- "privacy": "private",
23916
- "static": true,
23917
- "parameters": [
23918
- {
23919
- "name": "result",
23920
- "type": {
23921
- "text": "object"
23922
- }
23923
- },
23924
- {
23925
- "name": "key",
23926
- "type": {
23927
- "text": "string"
23928
- }
23929
- },
23930
- {
23931
- "name": "onSuccess",
23932
- "type": {
23933
- "text": "(key: string) => void"
23934
- }
23935
- },
23936
- {
23937
- "name": "onFail",
23938
- "type": {
23939
- "text": "(message: string) => void"
23940
- }
23941
- }
23942
- ]
23943
- },
23944
- {
23945
- "kind": "method",
23946
- "name": "buildKeyVerificationDetails",
23947
- "privacy": "public",
23948
- "static": true,
23949
- "return": {
23950
- "type": {
23951
- "text": "KeyVerificationDetails"
23952
- }
23953
- }
23954
- }
23955
- ]
23956
- }
23957
- ],
23958
- "exports": [
23959
- {
23960
- "kind": "js",
23961
- "name": "CohereUtils",
23962
- "declaration": {
23963
- "name": "CohereUtils",
23964
- "module": "src/services/cohere/utils/cohereUtils.ts"
23965
- }
23966
- }
23967
- ]
23968
- },
23969
23941
  {
23970
23942
  "kind": "javascript-module",
23971
23943
  "path": "src/services/huggingFace/utils/huggingFaceUtils.ts",
@@ -24316,28 +24288,37 @@
24316
24288
  },
24317
24289
  {
24318
24290
  "kind": "javascript-module",
24319
- "path": "src/views/chat/input/input.ts",
24291
+ "path": "src/views/chat/introPanel/introPanel.ts",
24320
24292
  "declarations": [
24321
24293
  {
24322
24294
  "kind": "class",
24323
24295
  "description": "",
24324
- "name": "Input",
24296
+ "name": "IntroPanel",
24325
24297
  "members": [
24326
24298
  {
24327
24299
  "kind": "field",
24328
- "name": "elementRef",
24300
+ "name": "_elementRef",
24329
24301
  "type": {
24330
- "text": "HTMLElement"
24302
+ "text": "HTMLElement | undefined"
24331
24303
  }
24332
24304
  },
24305
+ {
24306
+ "kind": "field",
24307
+ "name": "_isDisplayed",
24308
+ "type": {
24309
+ "text": "boolean"
24310
+ },
24311
+ "privacy": "private",
24312
+ "default": "false"
24313
+ },
24333
24314
  {
24334
24315
  "kind": "method",
24335
- "name": "createPanelElement",
24316
+ "name": "createIntroPanel",
24336
24317
  "privacy": "private",
24337
24318
  "static": true,
24338
24319
  "parameters": [
24339
24320
  {
24340
- "name": "customStyle",
24321
+ "name": "introPanelStyle",
24341
24322
  "optional": true,
24342
24323
  "type": {
24343
24324
  "text": "CustomStyle"
@@ -24347,13 +24328,103 @@
24347
24328
  },
24348
24329
  {
24349
24330
  "kind": "method",
24350
- "name": "createFileUploadComponents",
24331
+ "name": "createIntroPanelWithChild",
24351
24332
  "privacy": "private",
24352
24333
  "parameters": [
24353
24334
  {
24354
- "name": "deepChat",
24335
+ "name": "childElement",
24355
24336
  "type": {
24356
- "text": "DeepChat"
24337
+ "text": "HTMLElement"
24338
+ }
24339
+ },
24340
+ {
24341
+ "name": "introPanelStyle",
24342
+ "optional": true,
24343
+ "type": {
24344
+ "text": "CustomStyle"
24345
+ }
24346
+ }
24347
+ ]
24348
+ },
24349
+ {
24350
+ "kind": "method",
24351
+ "name": "createInternalIntroPanel",
24352
+ "privacy": "private",
24353
+ "parameters": [
24354
+ {
24355
+ "name": "introPanelMarkUp",
24356
+ "type": {
24357
+ "text": "string"
24358
+ }
24359
+ },
24360
+ {
24361
+ "name": "introPanelStyle",
24362
+ "optional": true,
24363
+ "type": {
24364
+ "text": "CustomStyle"
24365
+ }
24366
+ }
24367
+ ]
24368
+ },
24369
+ {
24370
+ "kind": "method",
24371
+ "name": "hide",
24372
+ "privacy": "public"
24373
+ }
24374
+ ]
24375
+ }
24376
+ ],
24377
+ "exports": [
24378
+ {
24379
+ "kind": "js",
24380
+ "name": "IntroPanel",
24381
+ "declaration": {
24382
+ "name": "IntroPanel",
24383
+ "module": "src/views/chat/introPanel/introPanel.ts"
24384
+ }
24385
+ }
24386
+ ]
24387
+ },
24388
+ {
24389
+ "kind": "javascript-module",
24390
+ "path": "src/views/chat/input/input.ts",
24391
+ "declarations": [
24392
+ {
24393
+ "kind": "class",
24394
+ "description": "",
24395
+ "name": "Input",
24396
+ "members": [
24397
+ {
24398
+ "kind": "field",
24399
+ "name": "elementRef",
24400
+ "type": {
24401
+ "text": "HTMLElement"
24402
+ }
24403
+ },
24404
+ {
24405
+ "kind": "method",
24406
+ "name": "createPanelElement",
24407
+ "privacy": "private",
24408
+ "static": true,
24409
+ "parameters": [
24410
+ {
24411
+ "name": "customStyle",
24412
+ "optional": true,
24413
+ "type": {
24414
+ "text": "CustomStyle"
24415
+ }
24416
+ }
24417
+ ]
24418
+ },
24419
+ {
24420
+ "kind": "method",
24421
+ "name": "createFileUploadComponents",
24422
+ "privacy": "private",
24423
+ "parameters": [
24424
+ {
24425
+ "name": "deepChat",
24426
+ "type": {
24427
+ "text": "DeepChat"
24357
24428
  }
24358
24429
  },
24359
24430
  {
@@ -24479,105 +24550,6 @@
24479
24550
  }
24480
24551
  ]
24481
24552
  },
24482
- {
24483
- "kind": "javascript-module",
24484
- "path": "src/views/chat/introPanel/introPanel.ts",
24485
- "declarations": [
24486
- {
24487
- "kind": "class",
24488
- "description": "",
24489
- "name": "IntroPanel",
24490
- "members": [
24491
- {
24492
- "kind": "field",
24493
- "name": "_elementRef",
24494
- "type": {
24495
- "text": "HTMLElement | undefined"
24496
- }
24497
- },
24498
- {
24499
- "kind": "field",
24500
- "name": "_isDisplayed",
24501
- "type": {
24502
- "text": "boolean"
24503
- },
24504
- "privacy": "private",
24505
- "default": "false"
24506
- },
24507
- {
24508
- "kind": "method",
24509
- "name": "createIntroPanel",
24510
- "privacy": "private",
24511
- "static": true,
24512
- "parameters": [
24513
- {
24514
- "name": "introPanelStyle",
24515
- "optional": true,
24516
- "type": {
24517
- "text": "CustomStyle"
24518
- }
24519
- }
24520
- ]
24521
- },
24522
- {
24523
- "kind": "method",
24524
- "name": "createIntroPanelWithChild",
24525
- "privacy": "private",
24526
- "parameters": [
24527
- {
24528
- "name": "childElement",
24529
- "type": {
24530
- "text": "HTMLElement"
24531
- }
24532
- },
24533
- {
24534
- "name": "introPanelStyle",
24535
- "optional": true,
24536
- "type": {
24537
- "text": "CustomStyle"
24538
- }
24539
- }
24540
- ]
24541
- },
24542
- {
24543
- "kind": "method",
24544
- "name": "createInternalIntroPanel",
24545
- "privacy": "private",
24546
- "parameters": [
24547
- {
24548
- "name": "introPanelMarkUp",
24549
- "type": {
24550
- "text": "string"
24551
- }
24552
- },
24553
- {
24554
- "name": "introPanelStyle",
24555
- "optional": true,
24556
- "type": {
24557
- "text": "CustomStyle"
24558
- }
24559
- }
24560
- ]
24561
- },
24562
- {
24563
- "kind": "method",
24564
- "name": "hide",
24565
- "privacy": "public"
24566
- }
24567
- ]
24568
- }
24569
- ],
24570
- "exports": [
24571
- {
24572
- "kind": "js",
24573
- "name": "IntroPanel",
24574
- "declaration": {
24575
- "name": "IntroPanel",
24576
- "module": "src/views/chat/introPanel/introPanel.ts"
24577
- }
24578
- }
24579
- ]
24580
- },
24581
24553
  {
24582
24554
  "kind": "javascript-module",
24583
24555
  "path": "src/views/chat/messages/avatar.ts",
@@ -26547,144 +26519,113 @@
26547
26519
  },
26548
26520
  {
26549
26521
  "kind": "javascript-module",
26550
- "path": "src/views/chat/input/textInput/focusUtils.ts",
26522
+ "path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
26551
26523
  "declarations": [
26552
26524
  {
26553
26525
  "kind": "class",
26554
26526
  "description": "",
26555
- "name": "FocusUtils",
26527
+ "name": "FileAttachments",
26556
26528
  "members": [
26529
+ {
26530
+ "kind": "field",
26531
+ "name": "_fileAttachmentsTypes",
26532
+ "type": {
26533
+ "text": "FileAttachmentsType[]"
26534
+ },
26535
+ "privacy": "private",
26536
+ "default": "[]"
26537
+ },
26538
+ {
26539
+ "kind": "field",
26540
+ "name": "elementRef",
26541
+ "type": {
26542
+ "text": "HTMLElement"
26543
+ }
26544
+ },
26557
26545
  {
26558
26546
  "kind": "method",
26559
- "name": "focusEndOfInput",
26560
- "privacy": "public",
26561
- "static": true,
26547
+ "name": "addType",
26562
26548
  "parameters": [
26563
26549
  {
26564
- "name": "inputElement",
26550
+ "name": "files",
26565
26551
  "type": {
26566
- "text": "HTMLElement"
26552
+ "text": "FileAttachmentsT"
26553
+ }
26554
+ },
26555
+ {
26556
+ "name": "type",
26557
+ "type": {
26558
+ "text": "keyof ServiceFileTypes"
26567
26559
  }
26568
26560
  }
26569
26561
  ]
26570
26562
  },
26571
26563
  {
26572
26564
  "kind": "method",
26573
- "name": "focusFromParentElement",
26574
- "privacy": "public",
26575
- "static": true,
26565
+ "name": "createAttachmentContainer",
26566
+ "privacy": "private"
26567
+ },
26568
+ {
26569
+ "kind": "method",
26570
+ "name": "toggleContainerDisplay",
26571
+ "privacy": "private",
26576
26572
  "parameters": [
26577
26573
  {
26578
- "name": "parentElement",
26574
+ "name": "display",
26579
26575
  "type": {
26580
- "text": "HTMLElement"
26576
+ "text": "boolean"
26581
26577
  }
26582
26578
  }
26583
26579
  ]
26584
- }
26585
- ]
26586
- }
26587
- ],
26588
- "exports": [
26589
- {
26590
- "kind": "js",
26591
- "name": "FocusUtils",
26592
- "declaration": {
26593
- "name": "FocusUtils",
26594
- "module": "src/views/chat/input/textInput/focusUtils.ts"
26595
- }
26596
- }
26597
- ]
26598
- },
26599
- {
26600
- "kind": "javascript-module",
26601
- "path": "src/views/chat/input/textInput/inputLimit.ts",
26602
- "declarations": [
26603
- {
26604
- "kind": "class",
26605
- "description": "",
26606
- "name": "InputLimit",
26607
- "members": [
26580
+ },
26608
26581
  {
26609
- "kind": "field",
26610
- "name": "PERMITTED_KEYS",
26611
- "privacy": "private",
26612
- "static": true,
26613
- "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 ])"
26582
+ "kind": "method",
26583
+ "name": "getAllFileData"
26614
26584
  },
26615
26585
  {
26616
26586
  "kind": "method",
26617
- "name": "add",
26587
+ "name": "completePlaceholders"
26588
+ },
26589
+ {
26590
+ "kind": "method",
26591
+ "name": "addFilesToType",
26618
26592
  "privacy": "public",
26619
26593
  "static": true,
26620
26594
  "parameters": [
26621
26595
  {
26622
- "name": "inputElement",
26596
+ "name": "files",
26623
26597
  "type": {
26624
- "text": "HTMLElement"
26598
+ "text": "File[]"
26625
26599
  }
26626
26600
  },
26627
26601
  {
26628
- "name": "characterLimit",
26602
+ "name": "fileAttachmentTypes",
26629
26603
  "type": {
26630
- "text": "number"
26604
+ "text": "FileAttachmentsType[]"
26631
26605
  }
26632
26606
  }
26633
26607
  ]
26634
26608
  },
26635
26609
  {
26636
26610
  "kind": "method",
26637
- "name": "onKeyDown",
26638
- "privacy": "private",
26639
- "static": true,
26611
+ "name": "addFilesToAnyType",
26612
+ "privacy": "public",
26640
26613
  "parameters": [
26641
26614
  {
26642
- "name": "characterLimit",
26643
- "type": {
26644
- "text": "number"
26645
- }
26646
- },
26647
- {
26648
- "name": "event",
26615
+ "name": "files",
26649
26616
  "type": {
26650
- "text": "KeyboardEvent"
26617
+ "text": "File[]"
26651
26618
  }
26652
26619
  }
26653
26620
  ]
26654
26621
  },
26655
26622
  {
26656
26623
  "kind": "method",
26657
- "name": "isKeyCombinationPermitted",
26658
- "privacy": "private",
26659
- "static": true,
26660
- "parameters": [
26661
- {
26662
- "name": "event",
26663
- "type": {
26664
- "text": "KeyboardEvent"
26665
- }
26666
- }
26667
- ]
26624
+ "name": "removeAllFiles"
26668
26625
  },
26669
26626
  {
26670
26627
  "kind": "method",
26671
- "name": "onInput",
26672
- "privacy": "private",
26673
- "static": true,
26674
- "parameters": [
26675
- {
26676
- "name": "characterLimit",
26677
- "type": {
26678
- "text": "number"
26679
- }
26680
- },
26681
- {
26682
- "name": "event",
26683
- "type": {
26684
- "text": "Event"
26685
- }
26686
- }
26687
- ]
26628
+ "name": "getNumberOfTypes"
26688
26629
  }
26689
26630
  ]
26690
26631
  }
@@ -26692,33 +26633,39 @@
26692
26633
  "exports": [
26693
26634
  {
26694
26635
  "kind": "js",
26695
- "name": "InputLimit",
26636
+ "name": "FileAttachments",
26696
26637
  "declaration": {
26697
- "name": "InputLimit",
26698
- "module": "src/views/chat/input/textInput/inputLimit.ts"
26638
+ "name": "FileAttachments",
26639
+ "module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
26699
26640
  }
26700
26641
  }
26701
26642
  ]
26702
26643
  },
26703
26644
  {
26704
26645
  "kind": "javascript-module",
26705
- "path": "src/views/chat/input/textInput/pasteUtils.ts",
26646
+ "path": "src/views/chat/input/fileAttachments/newFileName.ts",
26706
26647
  "declarations": [
26707
26648
  {
26708
26649
  "kind": "class",
26709
26650
  "description": "",
26710
- "name": "PasteUtils",
26651
+ "name": "NewFileName",
26711
26652
  "members": [
26712
26653
  {
26713
26654
  "kind": "method",
26714
- "name": "sanitizePastedTextContent",
26655
+ "name": "getFileName",
26715
26656
  "privacy": "public",
26716
26657
  "static": true,
26717
26658
  "parameters": [
26718
26659
  {
26719
- "name": "event",
26660
+ "name": "prefix",
26720
26661
  "type": {
26721
- "text": "ClipboardEvent"
26662
+ "text": "string"
26663
+ }
26664
+ },
26665
+ {
26666
+ "name": "extension",
26667
+ "type": {
26668
+ "text": "string"
26722
26669
  }
26723
26670
  }
26724
26671
  ]
@@ -26729,850 +26676,840 @@
26729
26676
  "exports": [
26730
26677
  {
26731
26678
  "kind": "js",
26732
- "name": "PasteUtils",
26679
+ "name": "NewFileName",
26733
26680
  "declaration": {
26734
- "name": "PasteUtils",
26735
- "module": "src/views/chat/input/textInput/pasteUtils.ts"
26681
+ "name": "NewFileName",
26682
+ "module": "src/views/chat/input/fileAttachments/newFileName.ts"
26736
26683
  }
26737
26684
  }
26738
26685
  ]
26739
26686
  },
26740
26687
  {
26741
26688
  "kind": "javascript-module",
26742
- "path": "src/views/chat/input/textInput/textInput.ts",
26689
+ "path": "src/views/chat/input/dropup/dropup.ts",
26743
26690
  "declarations": [
26744
26691
  {
26745
26692
  "kind": "class",
26746
26693
  "description": "",
26747
- "name": "TextInputEl",
26694
+ "name": "Dropup",
26748
26695
  "members": [
26749
26696
  {
26750
26697
  "kind": "field",
26751
- "name": "TEXT_INPUT_ID",
26698
+ "name": "_menu",
26752
26699
  "type": {
26753
- "text": "string"
26700
+ "text": "DropupMenu"
26754
26701
  },
26755
- "privacy": "public",
26756
- "static": true,
26757
- "default": "'text-input'"
26758
- },
26759
- {
26760
- "kind": "field",
26761
- "name": "elementRef",
26762
- "type": {
26763
- "text": "HTMLElement"
26764
- }
26702
+ "privacy": "private",
26703
+ "default": "new DropupMenu(containerElement, styles?.menu)"
26765
26704
  },
26766
26705
  {
26767
26706
  "kind": "field",
26768
- "name": "inputElementRef",
26707
+ "name": "buttonContainer",
26769
26708
  "type": {
26770
26709
  "text": "HTMLElement"
26771
26710
  }
26772
26711
  },
26773
26712
  {
26774
- "kind": "field",
26775
- "name": "_config",
26776
- "type": {
26777
- "text": "TextInput"
26778
- },
26713
+ "kind": "method",
26714
+ "name": "createButtonElement",
26779
26715
  "privacy": "private",
26780
- "default": "processedConfig"
26781
- },
26782
- {
26783
- "kind": "field",
26784
- "name": "submit",
26785
- "type": {
26786
- "text": "() => void | undefined"
26787
- }
26716
+ "static": true
26788
26717
  },
26789
26718
  {
26790
26719
  "kind": "method",
26791
- "name": "processConfig",
26720
+ "name": "createInnerElements",
26792
26721
  "privacy": "private",
26793
- "static": true,
26794
26722
  "parameters": [
26795
26723
  {
26796
- "name": "serviceIO",
26797
- "type": {
26798
- "text": "ServiceIO"
26799
- }
26800
- },
26801
- {
26802
- "name": "textInput",
26724
+ "name": "customStyles",
26803
26725
  "optional": true,
26804
26726
  "type": {
26805
- "text": "TextInput"
26727
+ "text": "Styles"
26806
26728
  }
26807
26729
  }
26808
26730
  ]
26809
26731
  },
26810
26732
  {
26811
26733
  "kind": "method",
26812
- "name": "preventAutomaticScrollUpOnNewLine",
26734
+ "name": "createInnerElement",
26813
26735
  "privacy": "private",
26814
- "static": true,
26815
26736
  "parameters": [
26816
26737
  {
26817
- "name": "inputElement",
26738
+ "name": "baseButton",
26818
26739
  "type": {
26819
- "text": "HTMLDivElement"
26740
+ "text": "SVGGraphicsElement"
26820
26741
  }
26821
- }
26822
- ]
26823
- },
26824
- {
26825
- "kind": "method",
26826
- "name": "clear",
26827
- "privacy": "public",
26828
- "static": true,
26829
- "parameters": [
26742
+ },
26830
26743
  {
26831
- "name": "inputElement",
26744
+ "name": "state",
26832
26745
  "type": {
26833
- "text": "HTMLElement"
26746
+ "text": "'styles'"
26834
26747
  }
26835
- }
26836
- ]
26837
- },
26838
- {
26839
- "kind": "method",
26840
- "name": "createInputElement",
26841
- "privacy": "private",
26842
- "parameters": [
26748
+ },
26843
26749
  {
26844
- "name": "textInput",
26750
+ "name": "customStyles",
26845
26751
  "optional": true,
26846
26752
  "type": {
26847
- "text": "TextInput"
26753
+ "text": "Styles"
26848
26754
  }
26849
26755
  }
26850
26756
  ]
26851
26757
  },
26852
26758
  {
26853
26759
  "kind": "method",
26854
- "name": "removeTextIfPlaceholder",
26855
- "privacy": "public"
26760
+ "name": "createSVGIconElement",
26761
+ "privacy": "private",
26762
+ "static": true
26856
26763
  },
26857
26764
  {
26858
26765
  "kind": "method",
26859
- "name": "toggleEditability",
26860
- "privacy": "public",
26861
- "static": true,
26766
+ "name": "addClickEvent",
26767
+ "privacy": "private"
26768
+ },
26769
+ {
26770
+ "kind": "method",
26771
+ "name": "createButtonContainer",
26772
+ "privacy": "private",
26773
+ "static": true
26774
+ },
26775
+ {
26776
+ "kind": "method",
26777
+ "name": "addItem",
26862
26778
  "parameters": [
26863
26779
  {
26864
- "name": "inputElement",
26865
- "type": {
26866
- "text": "HTMLElement"
26867
- }
26868
- },
26869
- {
26870
- "name": "isEditable",
26780
+ "name": "buttonProps",
26871
26781
  "type": {
26872
- "text": "boolean"
26782
+ "text": "InputButton"
26873
26783
  }
26874
26784
  }
26875
26785
  ]
26876
26786
  },
26877
26787
  {
26878
26788
  "kind": "method",
26879
- "name": "onFocus",
26880
- "privacy": "private"
26881
- },
26882
- {
26883
- "kind": "method",
26884
- "name": "createContainerElement",
26789
+ "name": "addContainerEvents",
26885
26790
  "privacy": "private",
26886
- "static": true,
26887
26791
  "parameters": [
26888
26792
  {
26889
- "name": "containerStyle",
26890
- "optional": true,
26793
+ "name": "containerElement",
26891
26794
  "type": {
26892
- "text": "CustomStyle"
26795
+ "text": "HTMLElement"
26893
26796
  }
26894
26797
  }
26895
26798
  ]
26896
26799
  },
26897
26800
  {
26898
26801
  "kind": "method",
26899
- "name": "onKeydown",
26900
- "privacy": "private",
26802
+ "name": "getPosition",
26803
+ "static": true,
26901
26804
  "parameters": [
26902
26805
  {
26903
- "name": "event",
26806
+ "name": "positions",
26904
26807
  "type": {
26905
- "text": "KeyboardEvent"
26808
+ "text": "Positions"
26809
+ }
26810
+ },
26811
+ {
26812
+ "name": "dropupStyles",
26813
+ "optional": true,
26814
+ "type": {
26815
+ "text": "DropupStyles"
26906
26816
  }
26907
26817
  }
26908
26818
  ]
26909
- }
26910
- ]
26911
- }
26912
- ],
26913
- "exports": [
26914
- {
26915
- "kind": "js",
26916
- "name": "TextInputEl",
26917
- "declaration": {
26918
- "name": "TextInputEl",
26919
- "module": "src/views/chat/input/textInput/textInput.ts"
26920
- }
26921
- }
26922
- ]
26923
- },
26924
- {
26925
- "kind": "javascript-module",
26926
- "path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
26927
- "declarations": [
26928
- {
26929
- "kind": "class",
26930
- "description": "",
26931
- "name": "FileAttachments",
26932
- "members": [
26819
+ },
26933
26820
  {
26934
26821
  "kind": "field",
26935
- "name": "_fileAttachmentsTypes",
26822
+ "name": "elementRef",
26936
26823
  "type": {
26937
- "text": "FileAttachmentsType[]"
26824
+ "text": "HTMLElement"
26938
26825
  },
26939
- "privacy": "private",
26940
- "default": "[]"
26826
+ "default": "buttonElement",
26827
+ "inheritedFrom": {
26828
+ "name": "InputButton",
26829
+ "module": "src/views/chat/input/buttons/inputButton.ts"
26830
+ }
26941
26831
  },
26942
26832
  {
26943
26833
  "kind": "field",
26944
- "name": "elementRef",
26834
+ "name": "_mouseState",
26945
26835
  "type": {
26946
- "text": "HTMLElement"
26836
+ "text": "MouseState"
26837
+ },
26838
+ "privacy": "protected",
26839
+ "default": "{state: 'default'}",
26840
+ "inheritedFrom": {
26841
+ "name": "InputButton",
26842
+ "module": "src/views/chat/input/buttons/inputButton.ts"
26843
+ }
26844
+ },
26845
+ {
26846
+ "kind": "field",
26847
+ "name": "_customStyles",
26848
+ "type": {
26849
+ "text": "T | undefined"
26850
+ },
26851
+ "privacy": "protected",
26852
+ "default": "customStyles",
26853
+ "inheritedFrom": {
26854
+ "name": "InputButton",
26855
+ "module": "src/views/chat/input/buttons/inputButton.ts"
26856
+ }
26857
+ },
26858
+ {
26859
+ "kind": "field",
26860
+ "name": "position",
26861
+ "type": {
26862
+ "text": "ButtonPositionT | undefined"
26863
+ },
26864
+ "default": "position",
26865
+ "inheritedFrom": {
26866
+ "name": "InputButton",
26867
+ "module": "src/views/chat/input/buttons/inputButton.ts"
26868
+ }
26869
+ },
26870
+ {
26871
+ "kind": "field",
26872
+ "name": "dropupText",
26873
+ "type": {
26874
+ "text": "string | undefined"
26875
+ },
26876
+ "default": "dropupText",
26877
+ "inheritedFrom": {
26878
+ "name": "InputButton",
26879
+ "module": "src/views/chat/input/buttons/inputButton.ts"
26947
26880
  }
26948
26881
  },
26949
26882
  {
26950
26883
  "kind": "method",
26951
- "name": "addType",
26884
+ "name": "buttonMouseLeave",
26885
+ "privacy": "private",
26952
26886
  "parameters": [
26953
26887
  {
26954
- "name": "files",
26955
- "type": {
26956
- "text": "FileAttachmentsT"
26957
- }
26958
- },
26959
- {
26960
- "name": "type",
26888
+ "name": "customStyles",
26889
+ "optional": true,
26961
26890
  "type": {
26962
- "text": "keyof ServiceFileTypes"
26891
+ "text": "ButtonStyles"
26963
26892
  }
26964
26893
  }
26965
- ]
26894
+ ],
26895
+ "inheritedFrom": {
26896
+ "name": "InputButton",
26897
+ "module": "src/views/chat/input/buttons/inputButton.ts"
26898
+ }
26966
26899
  },
26967
26900
  {
26968
26901
  "kind": "method",
26969
- "name": "createAttachmentContainer",
26970
- "privacy": "private"
26902
+ "name": "buttonMouseEnter",
26903
+ "privacy": "private",
26904
+ "parameters": [
26905
+ {
26906
+ "name": "customStyles",
26907
+ "optional": true,
26908
+ "type": {
26909
+ "text": "ButtonStyles"
26910
+ }
26911
+ }
26912
+ ],
26913
+ "inheritedFrom": {
26914
+ "name": "InputButton",
26915
+ "module": "src/views/chat/input/buttons/inputButton.ts"
26916
+ }
26971
26917
  },
26972
26918
  {
26973
26919
  "kind": "method",
26974
- "name": "toggleContainerDisplay",
26920
+ "name": "buttonMouseUp",
26975
26921
  "privacy": "private",
26976
26922
  "parameters": [
26977
26923
  {
26978
- "name": "display",
26924
+ "name": "customStyles",
26925
+ "optional": true,
26979
26926
  "type": {
26980
- "text": "boolean"
26927
+ "text": "ButtonStyles"
26981
26928
  }
26982
26929
  }
26983
- ]
26930
+ ],
26931
+ "inheritedFrom": {
26932
+ "name": "InputButton",
26933
+ "module": "src/views/chat/input/buttons/inputButton.ts"
26934
+ }
26984
26935
  },
26985
26936
  {
26986
26937
  "kind": "method",
26987
- "name": "getAllFileData"
26938
+ "name": "buttonMouseDown",
26939
+ "privacy": "private",
26940
+ "parameters": [
26941
+ {
26942
+ "name": "customStyles",
26943
+ "optional": true,
26944
+ "type": {
26945
+ "text": "ButtonStyles"
26946
+ }
26947
+ }
26948
+ ],
26949
+ "inheritedFrom": {
26950
+ "name": "InputButton",
26951
+ "module": "src/views/chat/input/buttons/inputButton.ts"
26952
+ }
26988
26953
  },
26989
26954
  {
26990
26955
  "kind": "method",
26991
- "name": "completePlaceholders"
26956
+ "name": "setEvents",
26957
+ "privacy": "private",
26958
+ "parameters": [
26959
+ {
26960
+ "name": "customStyles",
26961
+ "optional": true,
26962
+ "type": {
26963
+ "text": "ButtonStyles"
26964
+ }
26965
+ }
26966
+ ],
26967
+ "inheritedFrom": {
26968
+ "name": "InputButton",
26969
+ "module": "src/views/chat/input/buttons/inputButton.ts"
26970
+ }
26992
26971
  },
26993
26972
  {
26994
26973
  "kind": "method",
26995
- "name": "addFilesToType",
26974
+ "name": "unsetCustomStateStyles",
26996
26975
  "privacy": "public",
26997
- "static": true,
26998
26976
  "parameters": [
26999
26977
  {
27000
- "name": "files",
27001
- "type": {
27002
- "text": "File[]"
27003
- }
27004
- },
27005
- {
27006
- "name": "fileAttachmentTypes",
26978
+ "name": "unsetTypes",
27007
26979
  "type": {
27008
- "text": "FileAttachmentsType[]"
26980
+ "text": "(keyof T)[]"
27009
26981
  }
27010
26982
  }
27011
- ]
26983
+ ],
26984
+ "inheritedFrom": {
26985
+ "name": "InputButton",
26986
+ "module": "src/views/chat/input/buttons/inputButton.ts"
26987
+ }
27012
26988
  },
27013
26989
  {
27014
26990
  "kind": "method",
27015
- "name": "addFilesToAnyType",
26991
+ "name": "reapplyStateStyle",
27016
26992
  "privacy": "public",
27017
26993
  "parameters": [
27018
26994
  {
27019
- "name": "files",
26995
+ "name": "setType",
27020
26996
  "type": {
27021
- "text": "File[]"
26997
+ "text": "keyof T"
26998
+ }
26999
+ },
27000
+ {
27001
+ "name": "unsetTypes",
27002
+ "optional": true,
27003
+ "type": {
27004
+ "text": "(keyof T)[]"
27022
27005
  }
27023
27006
  }
27024
- ]
27025
- },
27026
- {
27027
- "kind": "method",
27028
- "name": "removeAllFiles"
27029
- },
27030
- {
27031
- "kind": "method",
27032
- "name": "getNumberOfTypes"
27007
+ ],
27008
+ "inheritedFrom": {
27009
+ "name": "InputButton",
27010
+ "module": "src/views/chat/input/buttons/inputButton.ts"
27011
+ }
27033
27012
  }
27034
- ]
27013
+ ],
27014
+ "superclass": {
27015
+ "name": "InputButton",
27016
+ "module": "/src/views/chat/input/buttons/inputButton"
27017
+ }
27035
27018
  }
27036
27019
  ],
27037
27020
  "exports": [
27038
27021
  {
27039
27022
  "kind": "js",
27040
- "name": "FileAttachments",
27023
+ "name": "Dropup",
27041
27024
  "declaration": {
27042
- "name": "FileAttachments",
27043
- "module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
27025
+ "name": "Dropup",
27026
+ "module": "src/views/chat/input/dropup/dropup.ts"
27044
27027
  }
27045
27028
  }
27046
27029
  ]
27047
27030
  },
27048
27031
  {
27049
27032
  "kind": "javascript-module",
27050
- "path": "src/views/chat/input/fileAttachments/newFileName.ts",
27033
+ "path": "src/views/chat/input/dropup/dropupItem.ts",
27051
27034
  "declarations": [
27052
27035
  {
27053
27036
  "kind": "class",
27054
27037
  "description": "",
27055
- "name": "NewFileName",
27038
+ "name": "DropupItem",
27056
27039
  "members": [
27057
27040
  {
27058
27041
  "kind": "method",
27059
- "name": "getFileName",
27060
- "privacy": "public",
27042
+ "name": "addItemEvents",
27043
+ "privacy": "private",
27061
27044
  "static": true,
27062
27045
  "parameters": [
27063
27046
  {
27064
- "name": "prefix",
27047
+ "name": "menu",
27065
27048
  "type": {
27066
- "text": "string"
27049
+ "text": "DropupMenu"
27067
27050
  }
27068
27051
  },
27069
27052
  {
27070
- "name": "extension",
27053
+ "name": "item",
27071
27054
  "type": {
27072
- "text": "string"
27055
+ "text": "HTMLElement"
27056
+ }
27057
+ },
27058
+ {
27059
+ "name": "inputButton",
27060
+ "type": {
27061
+ "text": "HTMLElement"
27062
+ }
27063
+ },
27064
+ {
27065
+ "name": "styles",
27066
+ "type": {
27067
+ "text": "StatefulStyles"
27073
27068
  }
27074
27069
  }
27075
27070
  ]
27076
- }
27077
- ]
27078
- }
27079
- ],
27080
- "exports": [
27081
- {
27082
- "kind": "js",
27083
- "name": "NewFileName",
27084
- "declaration": {
27085
- "name": "NewFileName",
27086
- "module": "src/views/chat/input/fileAttachments/newFileName.ts"
27087
- }
27088
- }
27089
- ]
27090
- },
27091
- {
27092
- "kind": "javascript-module",
27093
- "path": "src/views/chat/input/dropup/dropup.ts",
27094
- "declarations": [
27095
- {
27096
- "kind": "class",
27097
- "description": "",
27098
- "name": "Dropup",
27099
- "members": [
27100
- {
27101
- "kind": "field",
27102
- "name": "_menu",
27103
- "type": {
27104
- "text": "DropupMenu"
27105
- },
27106
- "privacy": "private",
27107
- "default": "new DropupMenu(containerElement, styles?.menu)"
27108
- },
27109
- {
27110
- "kind": "field",
27111
- "name": "buttonContainer",
27112
- "type": {
27113
- "text": "HTMLElement"
27114
- }
27115
27071
  },
27116
27072
  {
27117
27073
  "kind": "method",
27118
- "name": "createButtonElement",
27074
+ "name": "createItemText",
27119
27075
  "privacy": "private",
27120
- "static": true
27076
+ "static": true,
27077
+ "parameters": [
27078
+ {
27079
+ "name": "dropupText",
27080
+ "optional": true,
27081
+ "type": {
27082
+ "text": "string"
27083
+ }
27084
+ },
27085
+ {
27086
+ "name": "textStyle",
27087
+ "optional": true,
27088
+ "type": {
27089
+ "text": "CustomStyle"
27090
+ }
27091
+ }
27092
+ ]
27121
27093
  },
27122
27094
  {
27123
27095
  "kind": "method",
27124
- "name": "createInnerElements",
27096
+ "name": "createItemIcon",
27125
27097
  "privacy": "private",
27098
+ "static": true,
27126
27099
  "parameters": [
27127
27100
  {
27128
- "name": "customStyles",
27101
+ "name": "inputButtonElement",
27102
+ "type": {
27103
+ "text": "HTMLElement"
27104
+ }
27105
+ },
27106
+ {
27107
+ "name": "iconContainerStyle",
27129
27108
  "optional": true,
27130
27109
  "type": {
27131
- "text": "Styles"
27110
+ "text": "CustomStyle"
27132
27111
  }
27133
27112
  }
27134
27113
  ]
27135
27114
  },
27136
27115
  {
27137
27116
  "kind": "method",
27138
- "name": "createInnerElement",
27117
+ "name": "populateItem",
27139
27118
  "privacy": "private",
27119
+ "static": true,
27140
27120
  "parameters": [
27141
27121
  {
27142
- "name": "baseButton",
27122
+ "name": "elementRef",
27143
27123
  "type": {
27144
- "text": "SVGGraphicsElement"
27124
+ "text": "HTMLElement"
27145
27125
  }
27146
27126
  },
27147
27127
  {
27148
- "name": "state",
27128
+ "name": "item",
27149
27129
  "type": {
27150
- "text": "'styles'"
27130
+ "text": "HTMLElement"
27151
27131
  }
27152
27132
  },
27153
27133
  {
27154
- "name": "customStyles",
27134
+ "name": "dropupText",
27155
27135
  "optional": true,
27156
27136
  "type": {
27157
- "text": "Styles"
27137
+ "text": "string"
27138
+ }
27139
+ },
27140
+ {
27141
+ "name": "styles",
27142
+ "optional": true,
27143
+ "type": {
27144
+ "text": "DropupMenuStyles"
27158
27145
  }
27159
27146
  }
27160
27147
  ]
27161
27148
  },
27162
27149
  {
27163
27150
  "kind": "method",
27164
- "name": "createSVGIconElement",
27165
- "privacy": "private",
27166
- "static": true
27167
- },
27168
- {
27169
- "kind": "method",
27170
- "name": "addClickEvent",
27171
- "privacy": "private"
27172
- },
27173
- {
27174
- "kind": "method",
27175
- "name": "createButtonContainer",
27176
- "privacy": "private",
27177
- "static": true
27178
- },
27179
- {
27180
- "kind": "method",
27181
- "name": "addItem",
27151
+ "name": "createItem",
27152
+ "privacy": "public",
27153
+ "static": true,
27182
27154
  "parameters": [
27183
27155
  {
27184
- "name": "buttonProps",
27156
+ "name": "menu",
27157
+ "type": {
27158
+ "text": "DropupMenu"
27159
+ }
27160
+ },
27161
+ {
27162
+ "name": "inputButton",
27185
27163
  "type": {
27186
27164
  "text": "InputButton"
27187
27165
  }
27166
+ },
27167
+ {
27168
+ "name": "styles",
27169
+ "optional": true,
27170
+ "type": {
27171
+ "text": "DropupMenuStyles"
27172
+ }
27188
27173
  }
27189
27174
  ]
27190
- },
27175
+ }
27176
+ ]
27177
+ }
27178
+ ],
27179
+ "exports": [
27180
+ {
27181
+ "kind": "js",
27182
+ "name": "DropupItem",
27183
+ "declaration": {
27184
+ "name": "DropupItem",
27185
+ "module": "src/views/chat/input/dropup/dropupItem.ts"
27186
+ }
27187
+ }
27188
+ ]
27189
+ },
27190
+ {
27191
+ "kind": "javascript-module",
27192
+ "path": "src/views/chat/input/dropup/dropupItemNavigation.ts",
27193
+ "declarations": [
27194
+ {
27195
+ "kind": "class",
27196
+ "description": "",
27197
+ "name": "DropupItemNavigation",
27198
+ "members": [
27191
27199
  {
27192
27200
  "kind": "method",
27193
- "name": "addContainerEvents",
27201
+ "name": "focusItemWhenOnEdge",
27194
27202
  "privacy": "private",
27203
+ "static": true,
27195
27204
  "parameters": [
27196
27205
  {
27197
- "name": "containerElement",
27206
+ "name": "dropupElement",
27198
27207
  "type": {
27199
27208
  "text": "HTMLElement"
27200
27209
  }
27210
+ },
27211
+ {
27212
+ "name": "isNext",
27213
+ "type": {
27214
+ "text": "boolean"
27215
+ }
27201
27216
  }
27202
27217
  ]
27203
27218
  },
27204
27219
  {
27205
27220
  "kind": "method",
27206
- "name": "getPosition",
27221
+ "name": "focusSiblingItem",
27222
+ "privacy": "public",
27207
27223
  "static": true,
27224
+ "return": {
27225
+ "type": {
27226
+ "text": "void"
27227
+ }
27228
+ },
27208
27229
  "parameters": [
27209
27230
  {
27210
- "name": "positions",
27231
+ "name": "focusedItem",
27211
27232
  "type": {
27212
- "text": "Positions"
27233
+ "text": "HTMLElement"
27213
27234
  }
27214
27235
  },
27215
27236
  {
27216
- "name": "dropupStyles",
27217
- "optional": true,
27237
+ "name": "dropupElement",
27218
27238
  "type": {
27219
- "text": "DropupStyles"
27239
+ "text": "HTMLElement"
27240
+ }
27241
+ },
27242
+ {
27243
+ "name": "isNext",
27244
+ "type": {
27245
+ "text": "boolean"
27220
27246
  }
27247
+ },
27248
+ {
27249
+ "name": "isEdgeItem",
27250
+ "default": "false"
27221
27251
  }
27222
27252
  ]
27223
- },
27253
+ }
27254
+ ]
27255
+ }
27256
+ ],
27257
+ "exports": [
27258
+ {
27259
+ "kind": "js",
27260
+ "name": "DropupItemNavigation",
27261
+ "declaration": {
27262
+ "name": "DropupItemNavigation",
27263
+ "module": "src/views/chat/input/dropup/dropupItemNavigation.ts"
27264
+ }
27265
+ }
27266
+ ]
27267
+ },
27268
+ {
27269
+ "kind": "javascript-module",
27270
+ "path": "src/views/chat/input/dropup/dropupMenu.ts",
27271
+ "declarations": [
27272
+ {
27273
+ "kind": "class",
27274
+ "description": "",
27275
+ "name": "DropupMenu",
27276
+ "members": [
27224
27277
  {
27225
27278
  "kind": "field",
27226
27279
  "name": "elementRef",
27227
27280
  "type": {
27228
27281
  "text": "HTMLElement"
27229
- },
27230
- "default": "buttonElement",
27231
- "inheritedFrom": {
27232
- "name": "InputButton",
27233
- "module": "src/views/chat/input/buttons/inputButton.ts"
27234
- }
27235
- },
27236
- {
27237
- "kind": "field",
27238
- "name": "_mouseState",
27239
- "type": {
27240
- "text": "MouseState"
27241
- },
27242
- "privacy": "protected",
27243
- "default": "{state: 'default'}",
27244
- "inheritedFrom": {
27245
- "name": "InputButton",
27246
- "module": "src/views/chat/input/buttons/inputButton.ts"
27247
27282
  }
27248
27283
  },
27249
27284
  {
27250
27285
  "kind": "field",
27251
- "name": "_customStyles",
27286
+ "name": "_isOpen",
27252
27287
  "type": {
27253
- "text": "T | undefined"
27288
+ "text": "boolean"
27254
27289
  },
27255
- "privacy": "protected",
27256
- "default": "customStyles",
27257
- "inheritedFrom": {
27258
- "name": "InputButton",
27259
- "module": "src/views/chat/input/buttons/inputButton.ts"
27260
- }
27290
+ "privacy": "private",
27291
+ "default": "true"
27261
27292
  },
27262
27293
  {
27263
27294
  "kind": "field",
27264
- "name": "position",
27295
+ "name": "highlightedItem",
27265
27296
  "type": {
27266
- "text": "ButtonPositionT | undefined"
27267
- },
27268
- "default": "position",
27269
- "inheritedFrom": {
27270
- "name": "InputButton",
27271
- "module": "src/views/chat/input/buttons/inputButton.ts"
27297
+ "text": "HTMLElement | undefined"
27272
27298
  }
27273
27299
  },
27274
27300
  {
27275
27301
  "kind": "field",
27276
- "name": "dropupText",
27277
- "type": {
27278
- "text": "string | undefined"
27279
- },
27280
- "default": "dropupText",
27281
- "inheritedFrom": {
27282
- "name": "InputButton",
27283
- "module": "src/views/chat/input/buttons/inputButton.ts"
27284
- }
27302
+ "name": "_styles",
27303
+ "type": {
27304
+ "text": "DropupMenuStyles | undefined"
27305
+ },
27306
+ "privacy": "private",
27307
+ "default": "styles"
27285
27308
  },
27286
27309
  {
27287
27310
  "kind": "method",
27288
- "name": "buttonMouseLeave",
27311
+ "name": "createElement",
27289
27312
  "privacy": "private",
27313
+ "static": true,
27290
27314
  "parameters": [
27291
27315
  {
27292
- "name": "customStyles",
27316
+ "name": "containerStyle",
27293
27317
  "optional": true,
27294
27318
  "type": {
27295
- "text": "ButtonStyles"
27319
+ "text": "CustomStyle"
27296
27320
  }
27297
27321
  }
27298
- ],
27299
- "inheritedFrom": {
27300
- "name": "InputButton",
27301
- "module": "src/views/chat/input/buttons/inputButton.ts"
27302
- }
27322
+ ]
27303
27323
  },
27304
27324
  {
27305
27325
  "kind": "method",
27306
- "name": "buttonMouseEnter",
27307
- "privacy": "private",
27308
- "parameters": [
27309
- {
27310
- "name": "customStyles",
27311
- "optional": true,
27312
- "type": {
27313
- "text": "ButtonStyles"
27314
- }
27315
- }
27316
- ],
27317
- "inheritedFrom": {
27318
- "name": "InputButton",
27319
- "module": "src/views/chat/input/buttons/inputButton.ts"
27320
- }
27326
+ "name": "open",
27327
+ "privacy": "private"
27321
27328
  },
27322
27329
  {
27323
27330
  "kind": "method",
27324
- "name": "buttonMouseUp",
27325
- "privacy": "private",
27326
- "parameters": [
27327
- {
27328
- "name": "customStyles",
27329
- "optional": true,
27330
- "type": {
27331
- "text": "ButtonStyles"
27332
- }
27333
- }
27334
- ],
27335
- "inheritedFrom": {
27336
- "name": "InputButton",
27337
- "module": "src/views/chat/input/buttons/inputButton.ts"
27338
- }
27331
+ "name": "close"
27339
27332
  },
27340
27333
  {
27341
27334
  "kind": "method",
27342
- "name": "buttonMouseDown",
27343
- "privacy": "private",
27335
+ "name": "toggle"
27336
+ },
27337
+ {
27338
+ "kind": "method",
27339
+ "name": "addItem",
27344
27340
  "parameters": [
27345
27341
  {
27346
- "name": "customStyles",
27347
- "optional": true,
27342
+ "name": "inputButton",
27348
27343
  "type": {
27349
- "text": "ButtonStyles"
27344
+ "text": "InputButton"
27350
27345
  }
27351
27346
  }
27352
- ],
27353
- "inheritedFrom": {
27354
- "name": "InputButton",
27355
- "module": "src/views/chat/input/buttons/inputButton.ts"
27356
- }
27347
+ ]
27357
27348
  },
27358
27349
  {
27359
27350
  "kind": "method",
27360
- "name": "setEvents",
27351
+ "name": "addWindowEvents",
27361
27352
  "privacy": "private",
27362
27353
  "parameters": [
27363
27354
  {
27364
- "name": "customStyles",
27365
- "optional": true,
27355
+ "name": "containerElement",
27366
27356
  "type": {
27367
- "text": "ButtonStyles"
27357
+ "text": "HTMLElement"
27368
27358
  }
27369
27359
  }
27370
- ],
27371
- "inheritedFrom": {
27372
- "name": "InputButton",
27373
- "module": "src/views/chat/input/buttons/inputButton.ts"
27374
- }
27375
- },
27360
+ ]
27361
+ }
27362
+ ]
27363
+ }
27364
+ ],
27365
+ "exports": [
27366
+ {
27367
+ "kind": "js",
27368
+ "name": "DropupMenu",
27369
+ "declaration": {
27370
+ "name": "DropupMenu",
27371
+ "module": "src/views/chat/input/dropup/dropupMenu.ts"
27372
+ }
27373
+ }
27374
+ ]
27375
+ },
27376
+ {
27377
+ "kind": "javascript-module",
27378
+ "path": "src/views/chat/input/textInput/focusUtils.ts",
27379
+ "declarations": [
27380
+ {
27381
+ "kind": "class",
27382
+ "description": "",
27383
+ "name": "FocusUtils",
27384
+ "members": [
27376
27385
  {
27377
27386
  "kind": "method",
27378
- "name": "unsetCustomStateStyles",
27387
+ "name": "focusEndOfInput",
27379
27388
  "privacy": "public",
27389
+ "static": true,
27380
27390
  "parameters": [
27381
27391
  {
27382
- "name": "unsetTypes",
27392
+ "name": "inputElement",
27383
27393
  "type": {
27384
- "text": "(keyof T)[]"
27394
+ "text": "HTMLElement"
27385
27395
  }
27386
27396
  }
27387
- ],
27388
- "inheritedFrom": {
27389
- "name": "InputButton",
27390
- "module": "src/views/chat/input/buttons/inputButton.ts"
27391
- }
27397
+ ]
27392
27398
  },
27393
27399
  {
27394
27400
  "kind": "method",
27395
- "name": "reapplyStateStyle",
27401
+ "name": "focusFromParentElement",
27396
27402
  "privacy": "public",
27403
+ "static": true,
27397
27404
  "parameters": [
27398
27405
  {
27399
- "name": "setType",
27400
- "type": {
27401
- "text": "keyof T"
27402
- }
27403
- },
27404
- {
27405
- "name": "unsetTypes",
27406
- "optional": true,
27406
+ "name": "parentElement",
27407
27407
  "type": {
27408
- "text": "(keyof T)[]"
27408
+ "text": "HTMLElement"
27409
27409
  }
27410
27410
  }
27411
- ],
27412
- "inheritedFrom": {
27413
- "name": "InputButton",
27414
- "module": "src/views/chat/input/buttons/inputButton.ts"
27415
- }
27411
+ ]
27416
27412
  }
27417
- ],
27418
- "superclass": {
27419
- "name": "InputButton",
27420
- "module": "/src/views/chat/input/buttons/inputButton"
27421
- }
27413
+ ]
27422
27414
  }
27423
27415
  ],
27424
27416
  "exports": [
27425
27417
  {
27426
27418
  "kind": "js",
27427
- "name": "Dropup",
27419
+ "name": "FocusUtils",
27428
27420
  "declaration": {
27429
- "name": "Dropup",
27430
- "module": "src/views/chat/input/dropup/dropup.ts"
27421
+ "name": "FocusUtils",
27422
+ "module": "src/views/chat/input/textInput/focusUtils.ts"
27431
27423
  }
27432
27424
  }
27433
27425
  ]
27434
27426
  },
27435
27427
  {
27436
27428
  "kind": "javascript-module",
27437
- "path": "src/views/chat/input/dropup/dropupItem.ts",
27429
+ "path": "src/views/chat/input/textInput/inputLimit.ts",
27438
27430
  "declarations": [
27439
27431
  {
27440
27432
  "kind": "class",
27441
27433
  "description": "",
27442
- "name": "DropupItem",
27434
+ "name": "InputLimit",
27443
27435
  "members": [
27444
27436
  {
27445
- "kind": "method",
27446
- "name": "addItemEvents",
27437
+ "kind": "field",
27438
+ "name": "PERMITTED_KEYS",
27447
27439
  "privacy": "private",
27448
27440
  "static": true,
27449
- "parameters": [
27450
- {
27451
- "name": "menu",
27452
- "type": {
27453
- "text": "DropupMenu"
27454
- }
27455
- },
27456
- {
27457
- "name": "item",
27458
- "type": {
27459
- "text": "HTMLElement"
27460
- }
27461
- },
27462
- {
27463
- "name": "inputButton",
27464
- "type": {
27465
- "text": "HTMLElement"
27466
- }
27467
- },
27468
- {
27469
- "name": "styles",
27470
- "type": {
27471
- "text": "StatefulStyles"
27472
- }
27473
- }
27474
- ]
27441
+ "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 ])"
27475
27442
  },
27476
27443
  {
27477
27444
  "kind": "method",
27478
- "name": "createItemText",
27479
- "privacy": "private",
27445
+ "name": "add",
27446
+ "privacy": "public",
27480
27447
  "static": true,
27481
27448
  "parameters": [
27482
27449
  {
27483
- "name": "dropupText",
27484
- "optional": true,
27450
+ "name": "inputElement",
27485
27451
  "type": {
27486
- "text": "string"
27452
+ "text": "HTMLElement"
27487
27453
  }
27488
27454
  },
27489
27455
  {
27490
- "name": "textStyle",
27491
- "optional": true,
27456
+ "name": "characterLimit",
27492
27457
  "type": {
27493
- "text": "CustomStyle"
27458
+ "text": "number"
27494
27459
  }
27495
27460
  }
27496
27461
  ]
27497
27462
  },
27498
27463
  {
27499
27464
  "kind": "method",
27500
- "name": "createItemIcon",
27465
+ "name": "onKeyDown",
27501
27466
  "privacy": "private",
27502
27467
  "static": true,
27503
27468
  "parameters": [
27504
27469
  {
27505
- "name": "inputButtonElement",
27470
+ "name": "characterLimit",
27506
27471
  "type": {
27507
- "text": "HTMLElement"
27472
+ "text": "number"
27508
27473
  }
27509
27474
  },
27510
27475
  {
27511
- "name": "iconContainerStyle",
27512
- "optional": true,
27476
+ "name": "event",
27513
27477
  "type": {
27514
- "text": "CustomStyle"
27478
+ "text": "KeyboardEvent"
27515
27479
  }
27516
27480
  }
27517
27481
  ]
27518
27482
  },
27519
27483
  {
27520
27484
  "kind": "method",
27521
- "name": "populateItem",
27485
+ "name": "isKeyCombinationPermitted",
27522
27486
  "privacy": "private",
27523
27487
  "static": true,
27524
27488
  "parameters": [
27525
27489
  {
27526
- "name": "elementRef",
27527
- "type": {
27528
- "text": "HTMLElement"
27529
- }
27530
- },
27531
- {
27532
- "name": "item",
27533
- "type": {
27534
- "text": "HTMLElement"
27535
- }
27536
- },
27537
- {
27538
- "name": "dropupText",
27539
- "optional": true,
27540
- "type": {
27541
- "text": "string"
27542
- }
27543
- },
27544
- {
27545
- "name": "styles",
27546
- "optional": true,
27490
+ "name": "event",
27547
27491
  "type": {
27548
- "text": "DropupMenuStyles"
27492
+ "text": "KeyboardEvent"
27549
27493
  }
27550
27494
  }
27551
27495
  ]
27552
27496
  },
27553
27497
  {
27554
27498
  "kind": "method",
27555
- "name": "createItem",
27556
- "privacy": "public",
27499
+ "name": "onInput",
27500
+ "privacy": "private",
27557
27501
  "static": true,
27558
27502
  "parameters": [
27559
27503
  {
27560
- "name": "menu",
27561
- "type": {
27562
- "text": "DropupMenu"
27563
- }
27564
- },
27565
- {
27566
- "name": "inputButton",
27504
+ "name": "characterLimit",
27567
27505
  "type": {
27568
- "text": "InputButton"
27506
+ "text": "number"
27569
27507
  }
27570
27508
  },
27571
27509
  {
27572
- "name": "styles",
27573
- "optional": true,
27510
+ "name": "event",
27574
27511
  "type": {
27575
- "text": "DropupMenuStyles"
27512
+ "text": "Event"
27576
27513
  }
27577
27514
  }
27578
27515
  ]
@@ -27583,75 +27520,34 @@
27583
27520
  "exports": [
27584
27521
  {
27585
27522
  "kind": "js",
27586
- "name": "DropupItem",
27523
+ "name": "InputLimit",
27587
27524
  "declaration": {
27588
- "name": "DropupItem",
27589
- "module": "src/views/chat/input/dropup/dropupItem.ts"
27525
+ "name": "InputLimit",
27526
+ "module": "src/views/chat/input/textInput/inputLimit.ts"
27590
27527
  }
27591
27528
  }
27592
27529
  ]
27593
27530
  },
27594
27531
  {
27595
27532
  "kind": "javascript-module",
27596
- "path": "src/views/chat/input/dropup/dropupItemNavigation.ts",
27533
+ "path": "src/views/chat/input/textInput/pasteUtils.ts",
27597
27534
  "declarations": [
27598
27535
  {
27599
27536
  "kind": "class",
27600
27537
  "description": "",
27601
- "name": "DropupItemNavigation",
27538
+ "name": "PasteUtils",
27602
27539
  "members": [
27603
27540
  {
27604
27541
  "kind": "method",
27605
- "name": "focusItemWhenOnEdge",
27606
- "privacy": "private",
27607
- "static": true,
27608
- "parameters": [
27609
- {
27610
- "name": "dropupElement",
27611
- "type": {
27612
- "text": "HTMLElement"
27613
- }
27614
- },
27615
- {
27616
- "name": "isNext",
27617
- "type": {
27618
- "text": "boolean"
27619
- }
27620
- }
27621
- ]
27622
- },
27623
- {
27624
- "kind": "method",
27625
- "name": "focusSiblingItem",
27542
+ "name": "sanitizePastedTextContent",
27626
27543
  "privacy": "public",
27627
27544
  "static": true,
27628
- "return": {
27629
- "type": {
27630
- "text": "void"
27631
- }
27632
- },
27633
27545
  "parameters": [
27634
27546
  {
27635
- "name": "focusedItem",
27636
- "type": {
27637
- "text": "HTMLElement"
27638
- }
27639
- },
27640
- {
27641
- "name": "dropupElement",
27642
- "type": {
27643
- "text": "HTMLElement"
27644
- }
27645
- },
27646
- {
27647
- "name": "isNext",
27547
+ "name": "event",
27648
27548
  "type": {
27649
- "text": "boolean"
27549
+ "text": "ClipboardEvent"
27650
27550
  }
27651
- },
27652
- {
27653
- "name": "isEdgeItem",
27654
- "default": "false"
27655
27551
  }
27656
27552
  ]
27657
27553
  }
@@ -27661,23 +27557,33 @@
27661
27557
  "exports": [
27662
27558
  {
27663
27559
  "kind": "js",
27664
- "name": "DropupItemNavigation",
27560
+ "name": "PasteUtils",
27665
27561
  "declaration": {
27666
- "name": "DropupItemNavigation",
27667
- "module": "src/views/chat/input/dropup/dropupItemNavigation.ts"
27562
+ "name": "PasteUtils",
27563
+ "module": "src/views/chat/input/textInput/pasteUtils.ts"
27668
27564
  }
27669
27565
  }
27670
27566
  ]
27671
27567
  },
27672
27568
  {
27673
27569
  "kind": "javascript-module",
27674
- "path": "src/views/chat/input/dropup/dropupMenu.ts",
27570
+ "path": "src/views/chat/input/textInput/textInput.ts",
27675
27571
  "declarations": [
27676
27572
  {
27677
27573
  "kind": "class",
27678
27574
  "description": "",
27679
- "name": "DropupMenu",
27575
+ "name": "TextInputEl",
27680
27576
  "members": [
27577
+ {
27578
+ "kind": "field",
27579
+ "name": "TEXT_INPUT_ID",
27580
+ "type": {
27581
+ "text": "string"
27582
+ },
27583
+ "privacy": "public",
27584
+ "static": true,
27585
+ "default": "'text-input'"
27586
+ },
27681
27587
  {
27682
27588
  "kind": "field",
27683
27589
  "name": "elementRef",
@@ -27687,78 +27593,144 @@
27687
27593
  },
27688
27594
  {
27689
27595
  "kind": "field",
27690
- "name": "_isOpen",
27596
+ "name": "inputElementRef",
27691
27597
  "type": {
27692
- "text": "boolean"
27598
+ "text": "HTMLElement"
27599
+ }
27600
+ },
27601
+ {
27602
+ "kind": "field",
27603
+ "name": "_config",
27604
+ "type": {
27605
+ "text": "TextInput"
27693
27606
  },
27694
27607
  "privacy": "private",
27695
- "default": "true"
27608
+ "default": "processedConfig"
27696
27609
  },
27697
27610
  {
27698
27611
  "kind": "field",
27699
- "name": "highlightedItem",
27612
+ "name": "submit",
27700
27613
  "type": {
27701
- "text": "HTMLElement | undefined"
27614
+ "text": "() => void | undefined"
27702
27615
  }
27703
27616
  },
27704
27617
  {
27705
- "kind": "field",
27706
- "name": "_styles",
27707
- "type": {
27708
- "text": "DropupMenuStyles | undefined"
27709
- },
27618
+ "kind": "method",
27619
+ "name": "processConfig",
27710
27620
  "privacy": "private",
27711
- "default": "styles"
27621
+ "static": true,
27622
+ "parameters": [
27623
+ {
27624
+ "name": "serviceIO",
27625
+ "type": {
27626
+ "text": "ServiceIO"
27627
+ }
27628
+ },
27629
+ {
27630
+ "name": "textInput",
27631
+ "optional": true,
27632
+ "type": {
27633
+ "text": "TextInput"
27634
+ }
27635
+ }
27636
+ ]
27712
27637
  },
27713
27638
  {
27714
27639
  "kind": "method",
27715
- "name": "createElement",
27640
+ "name": "preventAutomaticScrollUpOnNewLine",
27716
27641
  "privacy": "private",
27717
27642
  "static": true,
27718
27643
  "parameters": [
27719
27644
  {
27720
- "name": "containerStyle",
27645
+ "name": "inputElement",
27646
+ "type": {
27647
+ "text": "HTMLDivElement"
27648
+ }
27649
+ }
27650
+ ]
27651
+ },
27652
+ {
27653
+ "kind": "method",
27654
+ "name": "clear",
27655
+ "privacy": "public",
27656
+ "static": true,
27657
+ "parameters": [
27658
+ {
27659
+ "name": "inputElement",
27660
+ "type": {
27661
+ "text": "HTMLElement"
27662
+ }
27663
+ }
27664
+ ]
27665
+ },
27666
+ {
27667
+ "kind": "method",
27668
+ "name": "createInputElement",
27669
+ "privacy": "private",
27670
+ "parameters": [
27671
+ {
27672
+ "name": "textInput",
27721
27673
  "optional": true,
27722
27674
  "type": {
27723
- "text": "CustomStyle"
27675
+ "text": "TextInput"
27724
27676
  }
27725
27677
  }
27726
27678
  ]
27727
27679
  },
27728
27680
  {
27729
27681
  "kind": "method",
27730
- "name": "open",
27731
- "privacy": "private"
27682
+ "name": "removeTextIfPlaceholder",
27683
+ "privacy": "public"
27732
27684
  },
27733
27685
  {
27734
27686
  "kind": "method",
27735
- "name": "close"
27687
+ "name": "toggleEditability",
27688
+ "privacy": "public",
27689
+ "static": true,
27690
+ "parameters": [
27691
+ {
27692
+ "name": "inputElement",
27693
+ "type": {
27694
+ "text": "HTMLElement"
27695
+ }
27696
+ },
27697
+ {
27698
+ "name": "isEditable",
27699
+ "type": {
27700
+ "text": "boolean"
27701
+ }
27702
+ }
27703
+ ]
27736
27704
  },
27737
27705
  {
27738
27706
  "kind": "method",
27739
- "name": "toggle"
27707
+ "name": "onFocus",
27708
+ "privacy": "private"
27740
27709
  },
27741
27710
  {
27742
27711
  "kind": "method",
27743
- "name": "addItem",
27712
+ "name": "createContainerElement",
27713
+ "privacy": "private",
27714
+ "static": true,
27744
27715
  "parameters": [
27745
27716
  {
27746
- "name": "inputButton",
27717
+ "name": "containerStyle",
27718
+ "optional": true,
27747
27719
  "type": {
27748
- "text": "InputButton"
27720
+ "text": "CustomStyle"
27749
27721
  }
27750
27722
  }
27751
27723
  ]
27752
27724
  },
27753
27725
  {
27754
27726
  "kind": "method",
27755
- "name": "addWindowEvents",
27727
+ "name": "onKeydown",
27756
27728
  "privacy": "private",
27757
27729
  "parameters": [
27758
27730
  {
27759
- "name": "containerElement",
27731
+ "name": "event",
27760
27732
  "type": {
27761
- "text": "HTMLElement"
27733
+ "text": "KeyboardEvent"
27762
27734
  }
27763
27735
  }
27764
27736
  ]
@@ -27769,10 +27741,39 @@
27769
27741
  "exports": [
27770
27742
  {
27771
27743
  "kind": "js",
27772
- "name": "DropupMenu",
27744
+ "name": "TextInputEl",
27773
27745
  "declaration": {
27774
- "name": "DropupMenu",
27775
- "module": "src/views/chat/input/dropup/dropupMenu.ts"
27746
+ "name": "TextInputEl",
27747
+ "module": "src/views/chat/input/textInput/textInput.ts"
27748
+ }
27749
+ }
27750
+ ]
27751
+ },
27752
+ {
27753
+ "kind": "javascript-module",
27754
+ "path": "src/views/chat/messages/remarkable/remarkableConfig.ts",
27755
+ "declarations": [
27756
+ {
27757
+ "kind": "class",
27758
+ "description": "",
27759
+ "name": "RemarkableConfig",
27760
+ "members": [
27761
+ {
27762
+ "kind": "method",
27763
+ "name": "createNew",
27764
+ "privacy": "public",
27765
+ "static": true
27766
+ }
27767
+ ]
27768
+ }
27769
+ ],
27770
+ "exports": [
27771
+ {
27772
+ "kind": "js",
27773
+ "name": "RemarkableConfig",
27774
+ "declaration": {
27775
+ "name": "RemarkableConfig",
27776
+ "module": "src/views/chat/messages/remarkable/remarkableConfig.ts"
27776
27777
  }
27777
27778
  }
27778
27779
  ]
@@ -27850,35 +27851,6 @@
27850
27851
  }
27851
27852
  ]
27852
27853
  },
27853
- {
27854
- "kind": "javascript-module",
27855
- "path": "src/views/chat/messages/remarkable/remarkableConfig.ts",
27856
- "declarations": [
27857
- {
27858
- "kind": "class",
27859
- "description": "",
27860
- "name": "RemarkableConfig",
27861
- "members": [
27862
- {
27863
- "kind": "method",
27864
- "name": "createNew",
27865
- "privacy": "public",
27866
- "static": true
27867
- }
27868
- ]
27869
- }
27870
- ],
27871
- "exports": [
27872
- {
27873
- "kind": "js",
27874
- "name": "RemarkableConfig",
27875
- "declaration": {
27876
- "name": "RemarkableConfig",
27877
- "module": "src/views/chat/messages/remarkable/remarkableConfig.ts"
27878
- }
27879
- }
27880
- ]
27881
- },
27882
27854
  {
27883
27855
  "kind": "javascript-module",
27884
27856
  "path": "src/views/chat/input/buttons/camera/cameraButton.ts",