deep-chat-dev 9.0.39 → 9.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +2183 -1133
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.js +4753 -4673
- package/dist/services/utils/baseServiceIO.d.ts +1 -0
- package/dist/services/utils/baseServiceIO.d.ts.map +1 -1
- package/dist/views/chat/messages/html/htmlDeepChatElements.d.ts +1 -0
- package/dist/views/chat/messages/html/htmlDeepChatElements.d.ts.map +1 -1
- package/dist/views/chat/messages/html/htmlMessages.d.ts +3 -2
- package/dist/views/chat/messages/html/htmlMessages.d.ts.map +1 -1
- package/dist/views/chat/messages/messageUtils.d.ts +10 -0
- package/dist/views/chat/messages/messageUtils.d.ts.map +1 -0
- package/dist/views/chat/messages/messages.d.ts +1 -1
- package/dist/views/chat/messages/messages.d.ts.map +1 -1
- package/package.json +1 -1
package/custom-elements.json
CHANGED
@@ -1660,6 +1660,33 @@
|
|
1660
1660
|
"module": "src/services/utils/baseServiceIO.ts"
|
1661
1661
|
}
|
1662
1662
|
},
|
1663
|
+
{
|
1664
|
+
"kind": "method",
|
1665
|
+
"name": "request",
|
1666
|
+
"privacy": "private",
|
1667
|
+
"parameters": [
|
1668
|
+
{
|
1669
|
+
"name": "body",
|
1670
|
+
"type": {
|
1671
|
+
"text": "any"
|
1672
|
+
}
|
1673
|
+
},
|
1674
|
+
{
|
1675
|
+
"name": "messages",
|
1676
|
+
"type": {
|
1677
|
+
"text": "Messages"
|
1678
|
+
}
|
1679
|
+
},
|
1680
|
+
{
|
1681
|
+
"name": "stringifyBody",
|
1682
|
+
"default": "true"
|
1683
|
+
}
|
1684
|
+
],
|
1685
|
+
"inheritedFrom": {
|
1686
|
+
"name": "BaseServiceIO",
|
1687
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
1688
|
+
}
|
1689
|
+
},
|
1663
1690
|
{
|
1664
1691
|
"kind": "method",
|
1665
1692
|
"name": "callApiWithFiles",
|
@@ -2135,6 +2162,33 @@
|
|
2135
2162
|
"module": "src/services/utils/baseServiceIO.ts"
|
2136
2163
|
}
|
2137
2164
|
},
|
2165
|
+
{
|
2166
|
+
"kind": "method",
|
2167
|
+
"name": "request",
|
2168
|
+
"privacy": "private",
|
2169
|
+
"parameters": [
|
2170
|
+
{
|
2171
|
+
"name": "body",
|
2172
|
+
"type": {
|
2173
|
+
"text": "any"
|
2174
|
+
}
|
2175
|
+
},
|
2176
|
+
{
|
2177
|
+
"name": "messages",
|
2178
|
+
"type": {
|
2179
|
+
"text": "Messages"
|
2180
|
+
}
|
2181
|
+
},
|
2182
|
+
{
|
2183
|
+
"name": "stringifyBody",
|
2184
|
+
"default": "true"
|
2185
|
+
}
|
2186
|
+
],
|
2187
|
+
"inheritedFrom": {
|
2188
|
+
"name": "BaseServiceIO",
|
2189
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
2190
|
+
}
|
2191
|
+
},
|
2138
2192
|
{
|
2139
2193
|
"kind": "method",
|
2140
2194
|
"name": "callServiceAPI",
|
@@ -2652,6 +2706,33 @@
|
|
2652
2706
|
"module": "src/services/utils/baseServiceIO.ts"
|
2653
2707
|
}
|
2654
2708
|
},
|
2709
|
+
{
|
2710
|
+
"kind": "method",
|
2711
|
+
"name": "request",
|
2712
|
+
"privacy": "private",
|
2713
|
+
"parameters": [
|
2714
|
+
{
|
2715
|
+
"name": "body",
|
2716
|
+
"type": {
|
2717
|
+
"text": "any"
|
2718
|
+
}
|
2719
|
+
},
|
2720
|
+
{
|
2721
|
+
"name": "messages",
|
2722
|
+
"type": {
|
2723
|
+
"text": "Messages"
|
2724
|
+
}
|
2725
|
+
},
|
2726
|
+
{
|
2727
|
+
"name": "stringifyBody",
|
2728
|
+
"default": "true"
|
2729
|
+
}
|
2730
|
+
],
|
2731
|
+
"inheritedFrom": {
|
2732
|
+
"name": "BaseServiceIO",
|
2733
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
2734
|
+
}
|
2735
|
+
},
|
2655
2736
|
{
|
2656
2737
|
"kind": "method",
|
2657
2738
|
"name": "callServiceAPI",
|
@@ -3281,6 +3362,33 @@
|
|
3281
3362
|
"module": "src/services/utils/baseServiceIO.ts"
|
3282
3363
|
}
|
3283
3364
|
},
|
3365
|
+
{
|
3366
|
+
"kind": "method",
|
3367
|
+
"name": "request",
|
3368
|
+
"privacy": "private",
|
3369
|
+
"parameters": [
|
3370
|
+
{
|
3371
|
+
"name": "body",
|
3372
|
+
"type": {
|
3373
|
+
"text": "any"
|
3374
|
+
}
|
3375
|
+
},
|
3376
|
+
{
|
3377
|
+
"name": "messages",
|
3378
|
+
"type": {
|
3379
|
+
"text": "Messages"
|
3380
|
+
}
|
3381
|
+
},
|
3382
|
+
{
|
3383
|
+
"name": "stringifyBody",
|
3384
|
+
"default": "true"
|
3385
|
+
}
|
3386
|
+
],
|
3387
|
+
"inheritedFrom": {
|
3388
|
+
"name": "BaseServiceIO",
|
3389
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
3390
|
+
}
|
3391
|
+
},
|
3284
3392
|
{
|
3285
3393
|
"kind": "method",
|
3286
3394
|
"name": "callApiWithFiles",
|
@@ -3870,6 +3978,33 @@
|
|
3870
3978
|
"module": "src/services/utils/baseServiceIO.ts"
|
3871
3979
|
}
|
3872
3980
|
},
|
3981
|
+
{
|
3982
|
+
"kind": "method",
|
3983
|
+
"name": "request",
|
3984
|
+
"privacy": "private",
|
3985
|
+
"parameters": [
|
3986
|
+
{
|
3987
|
+
"name": "body",
|
3988
|
+
"type": {
|
3989
|
+
"text": "any"
|
3990
|
+
}
|
3991
|
+
},
|
3992
|
+
{
|
3993
|
+
"name": "messages",
|
3994
|
+
"type": {
|
3995
|
+
"text": "Messages"
|
3996
|
+
}
|
3997
|
+
},
|
3998
|
+
{
|
3999
|
+
"name": "stringifyBody",
|
4000
|
+
"default": "true"
|
4001
|
+
}
|
4002
|
+
],
|
4003
|
+
"inheritedFrom": {
|
4004
|
+
"name": "BaseServiceIO",
|
4005
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
4006
|
+
}
|
4007
|
+
},
|
3873
4008
|
{
|
3874
4009
|
"kind": "method",
|
3875
4010
|
"name": "callApiWithFiles",
|
@@ -4445,6 +4580,33 @@
|
|
4445
4580
|
"module": "src/services/utils/baseServiceIO.ts"
|
4446
4581
|
}
|
4447
4582
|
},
|
4583
|
+
{
|
4584
|
+
"kind": "method",
|
4585
|
+
"name": "request",
|
4586
|
+
"privacy": "private",
|
4587
|
+
"parameters": [
|
4588
|
+
{
|
4589
|
+
"name": "body",
|
4590
|
+
"type": {
|
4591
|
+
"text": "any"
|
4592
|
+
}
|
4593
|
+
},
|
4594
|
+
{
|
4595
|
+
"name": "messages",
|
4596
|
+
"type": {
|
4597
|
+
"text": "Messages"
|
4598
|
+
}
|
4599
|
+
},
|
4600
|
+
{
|
4601
|
+
"name": "stringifyBody",
|
4602
|
+
"default": "true"
|
4603
|
+
}
|
4604
|
+
],
|
4605
|
+
"inheritedFrom": {
|
4606
|
+
"name": "BaseServiceIO",
|
4607
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
4608
|
+
}
|
4609
|
+
},
|
4448
4610
|
{
|
4449
4611
|
"kind": "method",
|
4450
4612
|
"name": "callApiWithFiles",
|
@@ -4975,6 +5137,33 @@
|
|
4975
5137
|
"module": "src/services/utils/baseServiceIO.ts"
|
4976
5138
|
}
|
4977
5139
|
},
|
5140
|
+
{
|
5141
|
+
"kind": "method",
|
5142
|
+
"name": "request",
|
5143
|
+
"privacy": "private",
|
5144
|
+
"parameters": [
|
5145
|
+
{
|
5146
|
+
"name": "body",
|
5147
|
+
"type": {
|
5148
|
+
"text": "any"
|
5149
|
+
}
|
5150
|
+
},
|
5151
|
+
{
|
5152
|
+
"name": "messages",
|
5153
|
+
"type": {
|
5154
|
+
"text": "Messages"
|
5155
|
+
}
|
5156
|
+
},
|
5157
|
+
{
|
5158
|
+
"name": "stringifyBody",
|
5159
|
+
"default": "true"
|
5160
|
+
}
|
5161
|
+
],
|
5162
|
+
"inheritedFrom": {
|
5163
|
+
"name": "BaseServiceIO",
|
5164
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
5165
|
+
}
|
5166
|
+
},
|
4978
5167
|
{
|
4979
5168
|
"kind": "method",
|
4980
5169
|
"name": "callApiWithFiles",
|
@@ -5563,6 +5752,33 @@
|
|
5563
5752
|
"module": "src/services/utils/baseServiceIO.ts"
|
5564
5753
|
}
|
5565
5754
|
},
|
5755
|
+
{
|
5756
|
+
"kind": "method",
|
5757
|
+
"name": "request",
|
5758
|
+
"privacy": "private",
|
5759
|
+
"parameters": [
|
5760
|
+
{
|
5761
|
+
"name": "body",
|
5762
|
+
"type": {
|
5763
|
+
"text": "any"
|
5764
|
+
}
|
5765
|
+
},
|
5766
|
+
{
|
5767
|
+
"name": "messages",
|
5768
|
+
"type": {
|
5769
|
+
"text": "Messages"
|
5770
|
+
}
|
5771
|
+
},
|
5772
|
+
{
|
5773
|
+
"name": "stringifyBody",
|
5774
|
+
"default": "true"
|
5775
|
+
}
|
5776
|
+
],
|
5777
|
+
"inheritedFrom": {
|
5778
|
+
"name": "BaseServiceIO",
|
5779
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
5780
|
+
}
|
5781
|
+
},
|
5566
5782
|
{
|
5567
5783
|
"kind": "method",
|
5568
5784
|
"name": "callApiWithFiles",
|
@@ -6054,6 +6270,33 @@
|
|
6054
6270
|
"module": "src/services/utils/baseServiceIO.ts"
|
6055
6271
|
}
|
6056
6272
|
},
|
6273
|
+
{
|
6274
|
+
"kind": "method",
|
6275
|
+
"name": "request",
|
6276
|
+
"privacy": "private",
|
6277
|
+
"parameters": [
|
6278
|
+
{
|
6279
|
+
"name": "body",
|
6280
|
+
"type": {
|
6281
|
+
"text": "any"
|
6282
|
+
}
|
6283
|
+
},
|
6284
|
+
{
|
6285
|
+
"name": "messages",
|
6286
|
+
"type": {
|
6287
|
+
"text": "Messages"
|
6288
|
+
}
|
6289
|
+
},
|
6290
|
+
{
|
6291
|
+
"name": "stringifyBody",
|
6292
|
+
"default": "true"
|
6293
|
+
}
|
6294
|
+
],
|
6295
|
+
"inheritedFrom": {
|
6296
|
+
"name": "BaseServiceIO",
|
6297
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
6298
|
+
}
|
6299
|
+
},
|
6057
6300
|
{
|
6058
6301
|
"kind": "method",
|
6059
6302
|
"name": "callServiceAPI",
|
@@ -6670,7 +6913,8 @@
|
|
6670
6913
|
},
|
6671
6914
|
{
|
6672
6915
|
"kind": "method",
|
6673
|
-
"name": "
|
6916
|
+
"name": "request",
|
6917
|
+
"privacy": "private",
|
6674
6918
|
"parameters": [
|
6675
6919
|
{
|
6676
6920
|
"name": "body",
|
@@ -6685,16 +6929,42 @@
|
|
6685
6929
|
}
|
6686
6930
|
},
|
6687
6931
|
{
|
6688
|
-
"name": "
|
6689
|
-
"
|
6690
|
-
|
6691
|
-
|
6692
|
-
|
6693
|
-
|
6694
|
-
|
6695
|
-
|
6696
|
-
|
6697
|
-
|
6932
|
+
"name": "stringifyBody",
|
6933
|
+
"default": "true"
|
6934
|
+
}
|
6935
|
+
],
|
6936
|
+
"inheritedFrom": {
|
6937
|
+
"name": "BaseServiceIO",
|
6938
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
6939
|
+
}
|
6940
|
+
},
|
6941
|
+
{
|
6942
|
+
"kind": "method",
|
6943
|
+
"name": "callApiWithFiles",
|
6944
|
+
"parameters": [
|
6945
|
+
{
|
6946
|
+
"name": "body",
|
6947
|
+
"type": {
|
6948
|
+
"text": "any"
|
6949
|
+
}
|
6950
|
+
},
|
6951
|
+
{
|
6952
|
+
"name": "messages",
|
6953
|
+
"type": {
|
6954
|
+
"text": "Messages"
|
6955
|
+
}
|
6956
|
+
},
|
6957
|
+
{
|
6958
|
+
"name": "pMessages",
|
6959
|
+
"type": {
|
6960
|
+
"text": "MessageContent[]"
|
6961
|
+
}
|
6962
|
+
},
|
6963
|
+
{
|
6964
|
+
"name": "files",
|
6965
|
+
"type": {
|
6966
|
+
"text": "File[]"
|
6967
|
+
}
|
6698
6968
|
}
|
6699
6969
|
],
|
6700
6970
|
"inheritedFrom": {
|
@@ -7232,6 +7502,33 @@
|
|
7232
7502
|
"module": "src/services/utils/baseServiceIO.ts"
|
7233
7503
|
}
|
7234
7504
|
},
|
7505
|
+
{
|
7506
|
+
"kind": "method",
|
7507
|
+
"name": "request",
|
7508
|
+
"privacy": "private",
|
7509
|
+
"parameters": [
|
7510
|
+
{
|
7511
|
+
"name": "body",
|
7512
|
+
"type": {
|
7513
|
+
"text": "any"
|
7514
|
+
}
|
7515
|
+
},
|
7516
|
+
{
|
7517
|
+
"name": "messages",
|
7518
|
+
"type": {
|
7519
|
+
"text": "Messages"
|
7520
|
+
}
|
7521
|
+
},
|
7522
|
+
{
|
7523
|
+
"name": "stringifyBody",
|
7524
|
+
"default": "true"
|
7525
|
+
}
|
7526
|
+
],
|
7527
|
+
"inheritedFrom": {
|
7528
|
+
"name": "BaseServiceIO",
|
7529
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
7530
|
+
}
|
7531
|
+
},
|
7235
7532
|
{
|
7236
7533
|
"kind": "method",
|
7237
7534
|
"name": "callApiWithFiles",
|
@@ -7870,6 +8167,33 @@
|
|
7870
8167
|
"module": "src/services/utils/baseServiceIO.ts"
|
7871
8168
|
}
|
7872
8169
|
},
|
8170
|
+
{
|
8171
|
+
"kind": "method",
|
8172
|
+
"name": "request",
|
8173
|
+
"privacy": "private",
|
8174
|
+
"parameters": [
|
8175
|
+
{
|
8176
|
+
"name": "body",
|
8177
|
+
"type": {
|
8178
|
+
"text": "any"
|
8179
|
+
}
|
8180
|
+
},
|
8181
|
+
{
|
8182
|
+
"name": "messages",
|
8183
|
+
"type": {
|
8184
|
+
"text": "Messages"
|
8185
|
+
}
|
8186
|
+
},
|
8187
|
+
{
|
8188
|
+
"name": "stringifyBody",
|
8189
|
+
"default": "true"
|
8190
|
+
}
|
8191
|
+
],
|
8192
|
+
"inheritedFrom": {
|
8193
|
+
"name": "BaseServiceIO",
|
8194
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
8195
|
+
}
|
8196
|
+
},
|
7873
8197
|
{
|
7874
8198
|
"kind": "method",
|
7875
8199
|
"name": "callApiWithFiles",
|
@@ -8529,6 +8853,33 @@
|
|
8529
8853
|
"module": "src/services/utils/baseServiceIO.ts"
|
8530
8854
|
}
|
8531
8855
|
},
|
8856
|
+
{
|
8857
|
+
"kind": "method",
|
8858
|
+
"name": "request",
|
8859
|
+
"privacy": "private",
|
8860
|
+
"parameters": [
|
8861
|
+
{
|
8862
|
+
"name": "body",
|
8863
|
+
"type": {
|
8864
|
+
"text": "any"
|
8865
|
+
}
|
8866
|
+
},
|
8867
|
+
{
|
8868
|
+
"name": "messages",
|
8869
|
+
"type": {
|
8870
|
+
"text": "Messages"
|
8871
|
+
}
|
8872
|
+
},
|
8873
|
+
{
|
8874
|
+
"name": "stringifyBody",
|
8875
|
+
"default": "true"
|
8876
|
+
}
|
8877
|
+
],
|
8878
|
+
"inheritedFrom": {
|
8879
|
+
"name": "BaseServiceIO",
|
8880
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
8881
|
+
}
|
8882
|
+
},
|
8532
8883
|
{
|
8533
8884
|
"kind": "method",
|
8534
8885
|
"name": "callApiWithFiles",
|
@@ -9162,6 +9513,33 @@
|
|
9162
9513
|
"module": "src/services/utils/baseServiceIO.ts"
|
9163
9514
|
}
|
9164
9515
|
},
|
9516
|
+
{
|
9517
|
+
"kind": "method",
|
9518
|
+
"name": "request",
|
9519
|
+
"privacy": "private",
|
9520
|
+
"parameters": [
|
9521
|
+
{
|
9522
|
+
"name": "body",
|
9523
|
+
"type": {
|
9524
|
+
"text": "any"
|
9525
|
+
}
|
9526
|
+
},
|
9527
|
+
{
|
9528
|
+
"name": "messages",
|
9529
|
+
"type": {
|
9530
|
+
"text": "Messages"
|
9531
|
+
}
|
9532
|
+
},
|
9533
|
+
{
|
9534
|
+
"name": "stringifyBody",
|
9535
|
+
"default": "true"
|
9536
|
+
}
|
9537
|
+
],
|
9538
|
+
"inheritedFrom": {
|
9539
|
+
"name": "BaseServiceIO",
|
9540
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
9541
|
+
}
|
9542
|
+
},
|
9165
9543
|
{
|
9166
9544
|
"kind": "method",
|
9167
9545
|
"name": "callApiWithFiles",
|
@@ -9775,6 +10153,33 @@
|
|
9775
10153
|
"module": "src/services/utils/baseServiceIO.ts"
|
9776
10154
|
}
|
9777
10155
|
},
|
10156
|
+
{
|
10157
|
+
"kind": "method",
|
10158
|
+
"name": "request",
|
10159
|
+
"privacy": "private",
|
10160
|
+
"parameters": [
|
10161
|
+
{
|
10162
|
+
"name": "body",
|
10163
|
+
"type": {
|
10164
|
+
"text": "any"
|
10165
|
+
}
|
10166
|
+
},
|
10167
|
+
{
|
10168
|
+
"name": "messages",
|
10169
|
+
"type": {
|
10170
|
+
"text": "Messages"
|
10171
|
+
}
|
10172
|
+
},
|
10173
|
+
{
|
10174
|
+
"name": "stringifyBody",
|
10175
|
+
"default": "true"
|
10176
|
+
}
|
10177
|
+
],
|
10178
|
+
"inheritedFrom": {
|
10179
|
+
"name": "BaseServiceIO",
|
10180
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
10181
|
+
}
|
10182
|
+
},
|
9778
10183
|
{
|
9779
10184
|
"kind": "method",
|
9780
10185
|
"name": "callApiWithFiles",
|
@@ -10401,6 +10806,33 @@
|
|
10401
10806
|
"module": "src/services/utils/baseServiceIO.ts"
|
10402
10807
|
}
|
10403
10808
|
},
|
10809
|
+
{
|
10810
|
+
"kind": "method",
|
10811
|
+
"name": "request",
|
10812
|
+
"privacy": "private",
|
10813
|
+
"parameters": [
|
10814
|
+
{
|
10815
|
+
"name": "body",
|
10816
|
+
"type": {
|
10817
|
+
"text": "any"
|
10818
|
+
}
|
10819
|
+
},
|
10820
|
+
{
|
10821
|
+
"name": "messages",
|
10822
|
+
"type": {
|
10823
|
+
"text": "Messages"
|
10824
|
+
}
|
10825
|
+
},
|
10826
|
+
{
|
10827
|
+
"name": "stringifyBody",
|
10828
|
+
"default": "true"
|
10829
|
+
}
|
10830
|
+
],
|
10831
|
+
"inheritedFrom": {
|
10832
|
+
"name": "BaseServiceIO",
|
10833
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
10834
|
+
}
|
10835
|
+
},
|
10404
10836
|
{
|
10405
10837
|
"kind": "method",
|
10406
10838
|
"name": "callApiWithFiles",
|
@@ -10961,6 +11393,33 @@
|
|
10961
11393
|
"module": "src/services/utils/baseServiceIO.ts"
|
10962
11394
|
}
|
10963
11395
|
},
|
11396
|
+
{
|
11397
|
+
"kind": "method",
|
11398
|
+
"name": "request",
|
11399
|
+
"privacy": "private",
|
11400
|
+
"parameters": [
|
11401
|
+
{
|
11402
|
+
"name": "body",
|
11403
|
+
"type": {
|
11404
|
+
"text": "any"
|
11405
|
+
}
|
11406
|
+
},
|
11407
|
+
{
|
11408
|
+
"name": "messages",
|
11409
|
+
"type": {
|
11410
|
+
"text": "Messages"
|
11411
|
+
}
|
11412
|
+
},
|
11413
|
+
{
|
11414
|
+
"name": "stringifyBody",
|
11415
|
+
"default": "true"
|
11416
|
+
}
|
11417
|
+
],
|
11418
|
+
"inheritedFrom": {
|
11419
|
+
"name": "BaseServiceIO",
|
11420
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
11421
|
+
}
|
11422
|
+
},
|
10964
11423
|
{
|
10965
11424
|
"kind": "method",
|
10966
11425
|
"name": "callApiWithFiles",
|
@@ -11620,6 +12079,33 @@
|
|
11620
12079
|
"module": "src/services/utils/baseServiceIO.ts"
|
11621
12080
|
}
|
11622
12081
|
},
|
12082
|
+
{
|
12083
|
+
"kind": "method",
|
12084
|
+
"name": "request",
|
12085
|
+
"privacy": "private",
|
12086
|
+
"parameters": [
|
12087
|
+
{
|
12088
|
+
"name": "body",
|
12089
|
+
"type": {
|
12090
|
+
"text": "any"
|
12091
|
+
}
|
12092
|
+
},
|
12093
|
+
{
|
12094
|
+
"name": "messages",
|
12095
|
+
"type": {
|
12096
|
+
"text": "Messages"
|
12097
|
+
}
|
12098
|
+
},
|
12099
|
+
{
|
12100
|
+
"name": "stringifyBody",
|
12101
|
+
"default": "true"
|
12102
|
+
}
|
12103
|
+
],
|
12104
|
+
"inheritedFrom": {
|
12105
|
+
"name": "BaseServiceIO",
|
12106
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
12107
|
+
}
|
12108
|
+
},
|
11623
12109
|
{
|
11624
12110
|
"kind": "method",
|
11625
12111
|
"name": "callApiWithFiles",
|
@@ -12249,7 +12735,8 @@
|
|
12249
12735
|
},
|
12250
12736
|
{
|
12251
12737
|
"kind": "method",
|
12252
|
-
"name": "
|
12738
|
+
"name": "request",
|
12739
|
+
"privacy": "private",
|
12253
12740
|
"parameters": [
|
12254
12741
|
{
|
12255
12742
|
"name": "body",
|
@@ -12264,7 +12751,33 @@
|
|
12264
12751
|
}
|
12265
12752
|
},
|
12266
12753
|
{
|
12267
|
-
"name": "
|
12754
|
+
"name": "stringifyBody",
|
12755
|
+
"default": "true"
|
12756
|
+
}
|
12757
|
+
],
|
12758
|
+
"inheritedFrom": {
|
12759
|
+
"name": "BaseServiceIO",
|
12760
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
12761
|
+
}
|
12762
|
+
},
|
12763
|
+
{
|
12764
|
+
"kind": "method",
|
12765
|
+
"name": "callApiWithFiles",
|
12766
|
+
"parameters": [
|
12767
|
+
{
|
12768
|
+
"name": "body",
|
12769
|
+
"type": {
|
12770
|
+
"text": "any"
|
12771
|
+
}
|
12772
|
+
},
|
12773
|
+
{
|
12774
|
+
"name": "messages",
|
12775
|
+
"type": {
|
12776
|
+
"text": "Messages"
|
12777
|
+
}
|
12778
|
+
},
|
12779
|
+
{
|
12780
|
+
"name": "pMessages",
|
12268
12781
|
"type": {
|
12269
12782
|
"text": "MessageContent[]"
|
12270
12783
|
}
|
@@ -12852,6 +13365,33 @@
|
|
12852
13365
|
"module": "src/services/utils/baseServiceIO.ts"
|
12853
13366
|
}
|
12854
13367
|
},
|
13368
|
+
{
|
13369
|
+
"kind": "method",
|
13370
|
+
"name": "request",
|
13371
|
+
"privacy": "private",
|
13372
|
+
"parameters": [
|
13373
|
+
{
|
13374
|
+
"name": "body",
|
13375
|
+
"type": {
|
13376
|
+
"text": "any"
|
13377
|
+
}
|
13378
|
+
},
|
13379
|
+
{
|
13380
|
+
"name": "messages",
|
13381
|
+
"type": {
|
13382
|
+
"text": "Messages"
|
13383
|
+
}
|
13384
|
+
},
|
13385
|
+
{
|
13386
|
+
"name": "stringifyBody",
|
13387
|
+
"default": "true"
|
13388
|
+
}
|
13389
|
+
],
|
13390
|
+
"inheritedFrom": {
|
13391
|
+
"name": "BaseServiceIO",
|
13392
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
13393
|
+
}
|
13394
|
+
},
|
12855
13395
|
{
|
12856
13396
|
"kind": "method",
|
12857
13397
|
"name": "callApiWithFiles",
|
@@ -13457,6 +13997,33 @@
|
|
13457
13997
|
"module": "src/services/utils/baseServiceIO.ts"
|
13458
13998
|
}
|
13459
13999
|
},
|
14000
|
+
{
|
14001
|
+
"kind": "method",
|
14002
|
+
"name": "request",
|
14003
|
+
"privacy": "private",
|
14004
|
+
"parameters": [
|
14005
|
+
{
|
14006
|
+
"name": "body",
|
14007
|
+
"type": {
|
14008
|
+
"text": "any"
|
14009
|
+
}
|
14010
|
+
},
|
14011
|
+
{
|
14012
|
+
"name": "messages",
|
14013
|
+
"type": {
|
14014
|
+
"text": "Messages"
|
14015
|
+
}
|
14016
|
+
},
|
14017
|
+
{
|
14018
|
+
"name": "stringifyBody",
|
14019
|
+
"default": "true"
|
14020
|
+
}
|
14021
|
+
],
|
14022
|
+
"inheritedFrom": {
|
14023
|
+
"name": "BaseServiceIO",
|
14024
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
14025
|
+
}
|
14026
|
+
},
|
13460
14027
|
{
|
13461
14028
|
"kind": "method",
|
13462
14029
|
"name": "callApiWithFiles",
|
@@ -14062,6 +14629,33 @@
|
|
14062
14629
|
"module": "src/services/utils/baseServiceIO.ts"
|
14063
14630
|
}
|
14064
14631
|
},
|
14632
|
+
{
|
14633
|
+
"kind": "method",
|
14634
|
+
"name": "request",
|
14635
|
+
"privacy": "private",
|
14636
|
+
"parameters": [
|
14637
|
+
{
|
14638
|
+
"name": "body",
|
14639
|
+
"type": {
|
14640
|
+
"text": "any"
|
14641
|
+
}
|
14642
|
+
},
|
14643
|
+
{
|
14644
|
+
"name": "messages",
|
14645
|
+
"type": {
|
14646
|
+
"text": "Messages"
|
14647
|
+
}
|
14648
|
+
},
|
14649
|
+
{
|
14650
|
+
"name": "stringifyBody",
|
14651
|
+
"default": "true"
|
14652
|
+
}
|
14653
|
+
],
|
14654
|
+
"inheritedFrom": {
|
14655
|
+
"name": "BaseServiceIO",
|
14656
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
14657
|
+
}
|
14658
|
+
},
|
14065
14659
|
{
|
14066
14660
|
"kind": "method",
|
14067
14661
|
"name": "callApiWithFiles",
|
@@ -14747,6 +15341,33 @@
|
|
14747
15341
|
"module": "src/services/utils/baseServiceIO.ts"
|
14748
15342
|
}
|
14749
15343
|
},
|
15344
|
+
{
|
15345
|
+
"kind": "method",
|
15346
|
+
"name": "request",
|
15347
|
+
"privacy": "private",
|
15348
|
+
"parameters": [
|
15349
|
+
{
|
15350
|
+
"name": "body",
|
15351
|
+
"type": {
|
15352
|
+
"text": "any"
|
15353
|
+
}
|
15354
|
+
},
|
15355
|
+
{
|
15356
|
+
"name": "messages",
|
15357
|
+
"type": {
|
15358
|
+
"text": "Messages"
|
15359
|
+
}
|
15360
|
+
},
|
15361
|
+
{
|
15362
|
+
"name": "stringifyBody",
|
15363
|
+
"default": "true"
|
15364
|
+
}
|
15365
|
+
],
|
15366
|
+
"inheritedFrom": {
|
15367
|
+
"name": "BaseServiceIO",
|
15368
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
15369
|
+
}
|
15370
|
+
},
|
14750
15371
|
{
|
14751
15372
|
"kind": "method",
|
14752
15373
|
"name": "callApiWithFiles",
|
@@ -15337,6 +15958,33 @@
|
|
15337
15958
|
"module": "src/services/utils/baseServiceIO.ts"
|
15338
15959
|
}
|
15339
15960
|
},
|
15961
|
+
{
|
15962
|
+
"kind": "method",
|
15963
|
+
"name": "request",
|
15964
|
+
"privacy": "private",
|
15965
|
+
"parameters": [
|
15966
|
+
{
|
15967
|
+
"name": "body",
|
15968
|
+
"type": {
|
15969
|
+
"text": "any"
|
15970
|
+
}
|
15971
|
+
},
|
15972
|
+
{
|
15973
|
+
"name": "messages",
|
15974
|
+
"type": {
|
15975
|
+
"text": "Messages"
|
15976
|
+
}
|
15977
|
+
},
|
15978
|
+
{
|
15979
|
+
"name": "stringifyBody",
|
15980
|
+
"default": "true"
|
15981
|
+
}
|
15982
|
+
],
|
15983
|
+
"inheritedFrom": {
|
15984
|
+
"name": "BaseServiceIO",
|
15985
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
15986
|
+
}
|
15987
|
+
},
|
15340
15988
|
{
|
15341
15989
|
"kind": "method",
|
15342
15990
|
"name": "callApiWithFiles",
|
@@ -15912,6 +16560,33 @@
|
|
15912
16560
|
"module": "src/services/utils/baseServiceIO.ts"
|
15913
16561
|
}
|
15914
16562
|
},
|
16563
|
+
{
|
16564
|
+
"kind": "method",
|
16565
|
+
"name": "request",
|
16566
|
+
"privacy": "private",
|
16567
|
+
"parameters": [
|
16568
|
+
{
|
16569
|
+
"name": "body",
|
16570
|
+
"type": {
|
16571
|
+
"text": "any"
|
16572
|
+
}
|
16573
|
+
},
|
16574
|
+
{
|
16575
|
+
"name": "messages",
|
16576
|
+
"type": {
|
16577
|
+
"text": "Messages"
|
16578
|
+
}
|
16579
|
+
},
|
16580
|
+
{
|
16581
|
+
"name": "stringifyBody",
|
16582
|
+
"default": "true"
|
16583
|
+
}
|
16584
|
+
],
|
16585
|
+
"inheritedFrom": {
|
16586
|
+
"name": "BaseServiceIO",
|
16587
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
16588
|
+
}
|
16589
|
+
},
|
15915
16590
|
{
|
15916
16591
|
"kind": "method",
|
15917
16592
|
"name": "callApiWithFiles",
|
@@ -16582,6 +17257,33 @@
|
|
16582
17257
|
"module": "src/services/utils/baseServiceIO.ts"
|
16583
17258
|
}
|
16584
17259
|
},
|
17260
|
+
{
|
17261
|
+
"kind": "method",
|
17262
|
+
"name": "request",
|
17263
|
+
"privacy": "private",
|
17264
|
+
"parameters": [
|
17265
|
+
{
|
17266
|
+
"name": "body",
|
17267
|
+
"type": {
|
17268
|
+
"text": "any"
|
17269
|
+
}
|
17270
|
+
},
|
17271
|
+
{
|
17272
|
+
"name": "messages",
|
17273
|
+
"type": {
|
17274
|
+
"text": "Messages"
|
17275
|
+
}
|
17276
|
+
},
|
17277
|
+
{
|
17278
|
+
"name": "stringifyBody",
|
17279
|
+
"default": "true"
|
17280
|
+
}
|
17281
|
+
],
|
17282
|
+
"inheritedFrom": {
|
17283
|
+
"name": "BaseServiceIO",
|
17284
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
17285
|
+
}
|
17286
|
+
},
|
16585
17287
|
{
|
16586
17288
|
"kind": "method",
|
16587
17289
|
"name": "callApiWithFiles",
|
@@ -17057,6 +17759,33 @@
|
|
17057
17759
|
"module": "src/services/utils/baseServiceIO.ts"
|
17058
17760
|
}
|
17059
17761
|
},
|
17762
|
+
{
|
17763
|
+
"kind": "method",
|
17764
|
+
"name": "request",
|
17765
|
+
"privacy": "private",
|
17766
|
+
"parameters": [
|
17767
|
+
{
|
17768
|
+
"name": "body",
|
17769
|
+
"type": {
|
17770
|
+
"text": "any"
|
17771
|
+
}
|
17772
|
+
},
|
17773
|
+
{
|
17774
|
+
"name": "messages",
|
17775
|
+
"type": {
|
17776
|
+
"text": "Messages"
|
17777
|
+
}
|
17778
|
+
},
|
17779
|
+
{
|
17780
|
+
"name": "stringifyBody",
|
17781
|
+
"default": "true"
|
17782
|
+
}
|
17783
|
+
],
|
17784
|
+
"inheritedFrom": {
|
17785
|
+
"name": "BaseServiceIO",
|
17786
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
17787
|
+
}
|
17788
|
+
},
|
17060
17789
|
{
|
17061
17790
|
"kind": "method",
|
17062
17791
|
"name": "callServiceAPI",
|
@@ -17729,7 +18458,8 @@
|
|
17729
18458
|
},
|
17730
18459
|
{
|
17731
18460
|
"kind": "method",
|
17732
|
-
"name": "
|
18461
|
+
"name": "request",
|
18462
|
+
"privacy": "private",
|
17733
18463
|
"parameters": [
|
17734
18464
|
{
|
17735
18465
|
"name": "body",
|
@@ -17744,16 +18474,42 @@
|
|
17744
18474
|
}
|
17745
18475
|
},
|
17746
18476
|
{
|
17747
|
-
"name": "
|
17748
|
-
"
|
17749
|
-
|
17750
|
-
|
17751
|
-
|
17752
|
-
|
17753
|
-
|
17754
|
-
|
17755
|
-
|
17756
|
-
|
18477
|
+
"name": "stringifyBody",
|
18478
|
+
"default": "true"
|
18479
|
+
}
|
18480
|
+
],
|
18481
|
+
"inheritedFrom": {
|
18482
|
+
"name": "BaseServiceIO",
|
18483
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
18484
|
+
}
|
18485
|
+
},
|
18486
|
+
{
|
18487
|
+
"kind": "method",
|
18488
|
+
"name": "callApiWithFiles",
|
18489
|
+
"parameters": [
|
18490
|
+
{
|
18491
|
+
"name": "body",
|
18492
|
+
"type": {
|
18493
|
+
"text": "any"
|
18494
|
+
}
|
18495
|
+
},
|
18496
|
+
{
|
18497
|
+
"name": "messages",
|
18498
|
+
"type": {
|
18499
|
+
"text": "Messages"
|
18500
|
+
}
|
18501
|
+
},
|
18502
|
+
{
|
18503
|
+
"name": "pMessages",
|
18504
|
+
"type": {
|
18505
|
+
"text": "MessageContent[]"
|
18506
|
+
}
|
18507
|
+
},
|
18508
|
+
{
|
18509
|
+
"name": "files",
|
18510
|
+
"type": {
|
18511
|
+
"text": "File[]"
|
18512
|
+
}
|
17757
18513
|
}
|
17758
18514
|
],
|
17759
18515
|
"inheritedFrom": {
|
@@ -18362,6 +19118,33 @@
|
|
18362
19118
|
"module": "src/services/utils/baseServiceIO.ts"
|
18363
19119
|
}
|
18364
19120
|
},
|
19121
|
+
{
|
19122
|
+
"kind": "method",
|
19123
|
+
"name": "request",
|
19124
|
+
"privacy": "private",
|
19125
|
+
"parameters": [
|
19126
|
+
{
|
19127
|
+
"name": "body",
|
19128
|
+
"type": {
|
19129
|
+
"text": "any"
|
19130
|
+
}
|
19131
|
+
},
|
19132
|
+
{
|
19133
|
+
"name": "messages",
|
19134
|
+
"type": {
|
19135
|
+
"text": "Messages"
|
19136
|
+
}
|
19137
|
+
},
|
19138
|
+
{
|
19139
|
+
"name": "stringifyBody",
|
19140
|
+
"default": "true"
|
19141
|
+
}
|
19142
|
+
],
|
19143
|
+
"inheritedFrom": {
|
19144
|
+
"name": "BaseServiceIO",
|
19145
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
19146
|
+
}
|
19147
|
+
},
|
18365
19148
|
{
|
18366
19149
|
"kind": "method",
|
18367
19150
|
"name": "callApiWithFiles",
|
@@ -18967,6 +19750,33 @@
|
|
18967
19750
|
"module": "src/services/utils/baseServiceIO.ts"
|
18968
19751
|
}
|
18969
19752
|
},
|
19753
|
+
{
|
19754
|
+
"kind": "method",
|
19755
|
+
"name": "request",
|
19756
|
+
"privacy": "private",
|
19757
|
+
"parameters": [
|
19758
|
+
{
|
19759
|
+
"name": "body",
|
19760
|
+
"type": {
|
19761
|
+
"text": "any"
|
19762
|
+
}
|
19763
|
+
},
|
19764
|
+
{
|
19765
|
+
"name": "messages",
|
19766
|
+
"type": {
|
19767
|
+
"text": "Messages"
|
19768
|
+
}
|
19769
|
+
},
|
19770
|
+
{
|
19771
|
+
"name": "stringifyBody",
|
19772
|
+
"default": "true"
|
19773
|
+
}
|
19774
|
+
],
|
19775
|
+
"inheritedFrom": {
|
19776
|
+
"name": "BaseServiceIO",
|
19777
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
19778
|
+
}
|
19779
|
+
},
|
18970
19780
|
{
|
18971
19781
|
"kind": "method",
|
18972
19782
|
"name": "callApiWithFiles",
|
@@ -19567,6 +20377,33 @@
|
|
19567
20377
|
"module": "src/services/utils/baseServiceIO.ts"
|
19568
20378
|
}
|
19569
20379
|
},
|
20380
|
+
{
|
20381
|
+
"kind": "method",
|
20382
|
+
"name": "request",
|
20383
|
+
"privacy": "private",
|
20384
|
+
"parameters": [
|
20385
|
+
{
|
20386
|
+
"name": "body",
|
20387
|
+
"type": {
|
20388
|
+
"text": "any"
|
20389
|
+
}
|
20390
|
+
},
|
20391
|
+
{
|
20392
|
+
"name": "messages",
|
20393
|
+
"type": {
|
20394
|
+
"text": "Messages"
|
20395
|
+
}
|
20396
|
+
},
|
20397
|
+
{
|
20398
|
+
"name": "stringifyBody",
|
20399
|
+
"default": "true"
|
20400
|
+
}
|
20401
|
+
],
|
20402
|
+
"inheritedFrom": {
|
20403
|
+
"name": "BaseServiceIO",
|
20404
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
20405
|
+
}
|
20406
|
+
},
|
19570
20407
|
{
|
19571
20408
|
"kind": "method",
|
19572
20409
|
"name": "callApiWithFiles",
|
@@ -19836,6 +20673,29 @@
|
|
19836
20673
|
}
|
19837
20674
|
]
|
19838
20675
|
},
|
20676
|
+
{
|
20677
|
+
"kind": "method",
|
20678
|
+
"name": "request",
|
20679
|
+
"privacy": "private",
|
20680
|
+
"parameters": [
|
20681
|
+
{
|
20682
|
+
"name": "body",
|
20683
|
+
"type": {
|
20684
|
+
"text": "any"
|
20685
|
+
}
|
20686
|
+
},
|
20687
|
+
{
|
20688
|
+
"name": "messages",
|
20689
|
+
"type": {
|
20690
|
+
"text": "Messages"
|
20691
|
+
}
|
20692
|
+
},
|
20693
|
+
{
|
20694
|
+
"name": "stringifyBody",
|
20695
|
+
"default": "true"
|
20696
|
+
}
|
20697
|
+
]
|
20698
|
+
},
|
19839
20699
|
{
|
19840
20700
|
"kind": "method",
|
19841
20701
|
"name": "callServiceAPI",
|
@@ -20306,6 +21166,33 @@
|
|
20306
21166
|
"module": "src/services/utils/baseServiceIO.ts"
|
20307
21167
|
}
|
20308
21168
|
},
|
21169
|
+
{
|
21170
|
+
"kind": "method",
|
21171
|
+
"name": "request",
|
21172
|
+
"privacy": "private",
|
21173
|
+
"parameters": [
|
21174
|
+
{
|
21175
|
+
"name": "body",
|
21176
|
+
"type": {
|
21177
|
+
"text": "any"
|
21178
|
+
}
|
21179
|
+
},
|
21180
|
+
{
|
21181
|
+
"name": "messages",
|
21182
|
+
"type": {
|
21183
|
+
"text": "Messages"
|
21184
|
+
}
|
21185
|
+
},
|
21186
|
+
{
|
21187
|
+
"name": "stringifyBody",
|
21188
|
+
"default": "true"
|
21189
|
+
}
|
21190
|
+
],
|
21191
|
+
"inheritedFrom": {
|
21192
|
+
"name": "BaseServiceIO",
|
21193
|
+
"module": "src/services/utils/baseServiceIO.ts"
|
21194
|
+
}
|
21195
|
+
},
|
20309
21196
|
{
|
20310
21197
|
"kind": "method",
|
20311
21198
|
"name": "callServiceAPI",
|
@@ -22327,7 +23214,7 @@
|
|
22327
23214
|
},
|
22328
23215
|
"privacy": "public",
|
22329
23216
|
"static": true,
|
22330
|
-
"default": "{\n string: (value: string) => value,\n number: (value: string) => parseFloat(value),\n boolean: (value: string) => value === 'true',\n object: (value: string) => JSON.parse(value),\n array: (value: string) => JSON.parse(value),\n function: (value: string) =>
|
23217
|
+
"default": "{\n string: (value: string) => value,\n number: (value: string) => parseFloat(value),\n boolean: (value: string) => value === 'true',\n object: (value: string) => JSON.parse(value),\n array: (value: string) => JSON.parse(value),\n function: (value: string) => new Function(`return ${value}`)(),\n }"
|
22331
23218
|
}
|
22332
23219
|
]
|
22333
23220
|
}
|
@@ -22978,6 +23865,30 @@
|
|
22978
23865
|
}
|
22979
23866
|
]
|
22980
23867
|
},
|
23868
|
+
{
|
23869
|
+
"kind": "javascript-module",
|
23870
|
+
"path": "src/utils/fileTypes/fileTypeButtonIcons.ts",
|
23871
|
+
"declarations": [
|
23872
|
+
{
|
23873
|
+
"kind": "variable",
|
23874
|
+
"name": "FILE_TYPE_BUTTON_ICONS",
|
23875
|
+
"type": {
|
23876
|
+
"text": "ServiceFileTypes"
|
23877
|
+
},
|
23878
|
+
"default": "{\n images: {id: 'upload-images-icon', svgString: IMAGE_ICON_STRING, dropupText: 'Image'},\n gifs: {id: 'upload-gifs-icon', svgString: GIF_ICON_STRING, dropupText: 'GIF'},\n audio: {id: 'upload-audio-icon', svgString: AUDIO_ICON_STRING, dropupText: 'Audio'},\n mixedFiles: {id: 'upload-mixed-files-icon', svgString: MIXED_FILES_ICON_STRING, dropupText: 'File'},\n}"
|
23879
|
+
}
|
23880
|
+
],
|
23881
|
+
"exports": [
|
23882
|
+
{
|
23883
|
+
"kind": "js",
|
23884
|
+
"name": "FILE_TYPE_BUTTON_ICONS",
|
23885
|
+
"declaration": {
|
23886
|
+
"name": "FILE_TYPE_BUTTON_ICONS",
|
23887
|
+
"module": "src/utils/fileTypes/fileTypeButtonIcons.ts"
|
23888
|
+
}
|
23889
|
+
}
|
23890
|
+
]
|
23891
|
+
},
|
22981
23892
|
{
|
22982
23893
|
"kind": "javascript-module",
|
22983
23894
|
"path": "src/utils/legacy/legacy.ts",
|
@@ -23049,30 +23960,6 @@
|
|
23049
23960
|
}
|
23050
23961
|
]
|
23051
23962
|
},
|
23052
|
-
{
|
23053
|
-
"kind": "javascript-module",
|
23054
|
-
"path": "src/utils/fileTypes/fileTypeButtonIcons.ts",
|
23055
|
-
"declarations": [
|
23056
|
-
{
|
23057
|
-
"kind": "variable",
|
23058
|
-
"name": "FILE_TYPE_BUTTON_ICONS",
|
23059
|
-
"type": {
|
23060
|
-
"text": "ServiceFileTypes"
|
23061
|
-
},
|
23062
|
-
"default": "{\n images: {id: 'upload-images-icon', svgString: IMAGE_ICON_STRING, dropupText: 'Image'},\n gifs: {id: 'upload-gifs-icon', svgString: GIF_ICON_STRING, dropupText: 'GIF'},\n audio: {id: 'upload-audio-icon', svgString: AUDIO_ICON_STRING, dropupText: 'Audio'},\n mixedFiles: {id: 'upload-mixed-files-icon', svgString: MIXED_FILES_ICON_STRING, dropupText: 'File'},\n}"
|
23063
|
-
}
|
23064
|
-
],
|
23065
|
-
"exports": [
|
23066
|
-
{
|
23067
|
-
"kind": "js",
|
23068
|
-
"name": "FILE_TYPE_BUTTON_ICONS",
|
23069
|
-
"declaration": {
|
23070
|
-
"name": "FILE_TYPE_BUTTON_ICONS",
|
23071
|
-
"module": "src/utils/fileTypes/fileTypeButtonIcons.ts"
|
23072
|
-
}
|
23073
|
-
}
|
23074
|
-
]
|
23075
|
-
},
|
23076
23963
|
{
|
23077
23964
|
"kind": "javascript-module",
|
23078
23965
|
"path": "src/utils/svg/svgIconUtils.ts",
|
@@ -23773,136 +24660,56 @@
|
|
23773
24660
|
},
|
23774
24661
|
{
|
23775
24662
|
"kind": "javascript-module",
|
23776
|
-
"path": "src/services/
|
24663
|
+
"path": "src/services/openAI/utils/openAIConverseBaseBody.ts",
|
23777
24664
|
"declarations": [
|
23778
24665
|
{
|
23779
24666
|
"kind": "class",
|
23780
24667
|
"description": "",
|
23781
|
-
"name": "
|
24668
|
+
"name": "OpenAIConverseBaseBody",
|
23782
24669
|
"members": [
|
23783
24670
|
{
|
23784
|
-
"kind": "
|
23785
|
-
"name": "
|
24671
|
+
"kind": "field",
|
24672
|
+
"name": "GPT_COMPLETIONS_DAVINCI_MODEL",
|
24673
|
+
"type": {
|
24674
|
+
"text": "string"
|
24675
|
+
},
|
24676
|
+
"privacy": "public",
|
24677
|
+
"static": true,
|
24678
|
+
"default": "'text-davinci-003'"
|
24679
|
+
},
|
24680
|
+
{
|
24681
|
+
"kind": "field",
|
24682
|
+
"name": "GPT_CHAT_TURBO_MODEL",
|
24683
|
+
"type": {
|
24684
|
+
"text": "string"
|
24685
|
+
},
|
23786
24686
|
"privacy": "public",
|
23787
24687
|
"static": true,
|
24688
|
+
"default": "'gpt-3.5-turbo'"
|
24689
|
+
},
|
24690
|
+
{
|
24691
|
+
"kind": "method",
|
24692
|
+
"name": "generateDefaultBody",
|
24693
|
+
"privacy": "private",
|
24694
|
+
"static": true,
|
24695
|
+
"return": {
|
24696
|
+
"type": {
|
24697
|
+
"text": "OpenAIConverseBodyInternal"
|
24698
|
+
}
|
24699
|
+
},
|
23788
24700
|
"parameters": [
|
23789
24701
|
{
|
23790
|
-
"name": "
|
24702
|
+
"name": "modelName",
|
23791
24703
|
"type": {
|
23792
|
-
"text": "
|
24704
|
+
"text": "ModelName"
|
23793
24705
|
}
|
23794
24706
|
}
|
23795
24707
|
]
|
23796
24708
|
},
|
23797
24709
|
{
|
23798
24710
|
"kind": "method",
|
23799
|
-
"name": "
|
23800
|
-
"privacy": "
|
23801
|
-
"static": true,
|
23802
|
-
"parameters": [
|
23803
|
-
{
|
23804
|
-
"name": "result",
|
23805
|
-
"type": {
|
23806
|
-
"text": "object"
|
23807
|
-
}
|
23808
|
-
},
|
23809
|
-
{
|
23810
|
-
"name": "key",
|
23811
|
-
"type": {
|
23812
|
-
"text": "string"
|
23813
|
-
}
|
23814
|
-
},
|
23815
|
-
{
|
23816
|
-
"name": "onSuccess",
|
23817
|
-
"type": {
|
23818
|
-
"text": "(key: string) => void"
|
23819
|
-
}
|
23820
|
-
},
|
23821
|
-
{
|
23822
|
-
"name": "onFail",
|
23823
|
-
"type": {
|
23824
|
-
"text": "(message: string) => void"
|
23825
|
-
}
|
23826
|
-
}
|
23827
|
-
]
|
23828
|
-
},
|
23829
|
-
{
|
23830
|
-
"kind": "method",
|
23831
|
-
"name": "buildKeyVerificationDetails",
|
23832
|
-
"privacy": "public",
|
23833
|
-
"static": true,
|
23834
|
-
"return": {
|
23835
|
-
"type": {
|
23836
|
-
"text": "KeyVerificationDetails"
|
23837
|
-
}
|
23838
|
-
}
|
23839
|
-
}
|
23840
|
-
]
|
23841
|
-
}
|
23842
|
-
],
|
23843
|
-
"exports": [
|
23844
|
-
{
|
23845
|
-
"kind": "js",
|
23846
|
-
"name": "HuggingFaceUtils",
|
23847
|
-
"declaration": {
|
23848
|
-
"name": "HuggingFaceUtils",
|
23849
|
-
"module": "src/services/huggingFace/utils/huggingFaceUtils.ts"
|
23850
|
-
}
|
23851
|
-
}
|
23852
|
-
]
|
23853
|
-
},
|
23854
|
-
{
|
23855
|
-
"kind": "javascript-module",
|
23856
|
-
"path": "src/services/openAI/utils/openAIConverseBaseBody.ts",
|
23857
|
-
"declarations": [
|
23858
|
-
{
|
23859
|
-
"kind": "class",
|
23860
|
-
"description": "",
|
23861
|
-
"name": "OpenAIConverseBaseBody",
|
23862
|
-
"members": [
|
23863
|
-
{
|
23864
|
-
"kind": "field",
|
23865
|
-
"name": "GPT_COMPLETIONS_DAVINCI_MODEL",
|
23866
|
-
"type": {
|
23867
|
-
"text": "string"
|
23868
|
-
},
|
23869
|
-
"privacy": "public",
|
23870
|
-
"static": true,
|
23871
|
-
"default": "'text-davinci-003'"
|
23872
|
-
},
|
23873
|
-
{
|
23874
|
-
"kind": "field",
|
23875
|
-
"name": "GPT_CHAT_TURBO_MODEL",
|
23876
|
-
"type": {
|
23877
|
-
"text": "string"
|
23878
|
-
},
|
23879
|
-
"privacy": "public",
|
23880
|
-
"static": true,
|
23881
|
-
"default": "'gpt-3.5-turbo'"
|
23882
|
-
},
|
23883
|
-
{
|
23884
|
-
"kind": "method",
|
23885
|
-
"name": "generateDefaultBody",
|
23886
|
-
"privacy": "private",
|
23887
|
-
"static": true,
|
23888
|
-
"return": {
|
23889
|
-
"type": {
|
23890
|
-
"text": "OpenAIConverseBodyInternal"
|
23891
|
-
}
|
23892
|
-
},
|
23893
|
-
"parameters": [
|
23894
|
-
{
|
23895
|
-
"name": "modelName",
|
23896
|
-
"type": {
|
23897
|
-
"text": "ModelName"
|
23898
|
-
}
|
23899
|
-
}
|
23900
|
-
]
|
23901
|
-
},
|
23902
|
-
{
|
23903
|
-
"kind": "method",
|
23904
|
-
"name": "build",
|
23905
|
-
"privacy": "public",
|
24711
|
+
"name": "build",
|
24712
|
+
"privacy": "public",
|
23906
24713
|
"static": true,
|
23907
24714
|
"return": {
|
23908
24715
|
"type": {
|
@@ -24121,154 +24928,69 @@
|
|
24121
24928
|
},
|
24122
24929
|
{
|
24123
24930
|
"kind": "javascript-module",
|
24124
|
-
"path": "src/
|
24931
|
+
"path": "src/services/huggingFace/utils/huggingFaceUtils.ts",
|
24125
24932
|
"declarations": [
|
24126
24933
|
{
|
24127
24934
|
"kind": "class",
|
24128
24935
|
"description": "",
|
24129
|
-
"name": "
|
24936
|
+
"name": "HuggingFaceUtils",
|
24130
24937
|
"members": [
|
24131
|
-
{
|
24132
|
-
"kind": "field",
|
24133
|
-
"name": "elementRef",
|
24134
|
-
"type": {
|
24135
|
-
"text": "HTMLElement"
|
24136
|
-
}
|
24137
|
-
},
|
24138
24938
|
{
|
24139
24939
|
"kind": "method",
|
24140
|
-
"name": "
|
24141
|
-
"privacy": "
|
24940
|
+
"name": "buildHeaders",
|
24941
|
+
"privacy": "public",
|
24142
24942
|
"static": true,
|
24143
24943
|
"parameters": [
|
24144
24944
|
{
|
24145
|
-
"name": "
|
24146
|
-
"optional": true,
|
24147
|
-
"type": {
|
24148
|
-
"text": "CustomStyle"
|
24149
|
-
}
|
24150
|
-
}
|
24151
|
-
]
|
24152
|
-
},
|
24153
|
-
{
|
24154
|
-
"kind": "method",
|
24155
|
-
"name": "createFileUploadComponents",
|
24156
|
-
"privacy": "private",
|
24157
|
-
"parameters": [
|
24158
|
-
{
|
24159
|
-
"name": "deepChat",
|
24160
|
-
"type": {
|
24161
|
-
"text": "DeepChat"
|
24162
|
-
}
|
24163
|
-
},
|
24164
|
-
{
|
24165
|
-
"name": "serviceIO",
|
24166
|
-
"type": {
|
24167
|
-
"text": "ServiceIO"
|
24168
|
-
}
|
24169
|
-
},
|
24170
|
-
{
|
24171
|
-
"name": "containerElement",
|
24172
|
-
"type": {
|
24173
|
-
"text": "HTMLElement"
|
24174
|
-
}
|
24175
|
-
},
|
24176
|
-
{
|
24177
|
-
"name": "buttons",
|
24945
|
+
"name": "key",
|
24178
24946
|
"type": {
|
24179
|
-
"text": "
|
24947
|
+
"text": "string"
|
24180
24948
|
}
|
24181
24949
|
}
|
24182
24950
|
]
|
24183
24951
|
},
|
24184
24952
|
{
|
24185
24953
|
"kind": "method",
|
24186
|
-
"name": "
|
24954
|
+
"name": "handleVerificationResult",
|
24187
24955
|
"privacy": "private",
|
24188
24956
|
"static": true,
|
24189
24957
|
"parameters": [
|
24190
24958
|
{
|
24191
|
-
"name": "
|
24959
|
+
"name": "result",
|
24192
24960
|
"type": {
|
24193
|
-
"text": "
|
24961
|
+
"text": "object"
|
24194
24962
|
}
|
24195
24963
|
},
|
24196
24964
|
{
|
24197
|
-
"name": "
|
24965
|
+
"name": "key",
|
24198
24966
|
"type": {
|
24199
|
-
"text": "
|
24967
|
+
"text": "string"
|
24200
24968
|
}
|
24201
24969
|
},
|
24202
24970
|
{
|
24203
|
-
"name": "
|
24971
|
+
"name": "onSuccess",
|
24204
24972
|
"type": {
|
24205
|
-
"text": "
|
24973
|
+
"text": "(key: string) => void"
|
24206
24974
|
}
|
24207
24975
|
},
|
24208
24976
|
{
|
24209
|
-
"name": "
|
24977
|
+
"name": "onFail",
|
24210
24978
|
"type": {
|
24211
|
-
"text": "
|
24979
|
+
"text": "(message: string) => void"
|
24212
24980
|
}
|
24213
24981
|
}
|
24214
24982
|
]
|
24215
24983
|
},
|
24216
24984
|
{
|
24217
24985
|
"kind": "method",
|
24218
|
-
"name": "
|
24219
|
-
"privacy": "
|
24986
|
+
"name": "buildKeyVerificationDetails",
|
24987
|
+
"privacy": "public",
|
24220
24988
|
"static": true,
|
24221
|
-
"
|
24222
|
-
{
|
24223
|
-
"
|
24224
|
-
"type": {
|
24225
|
-
"text": "HTMLElement"
|
24226
|
-
}
|
24227
|
-
},
|
24228
|
-
{
|
24229
|
-
"name": "textInput",
|
24230
|
-
"type": {
|
24231
|
-
"text": "TextInputEl"
|
24232
|
-
}
|
24233
|
-
},
|
24234
|
-
{
|
24235
|
-
"name": "buttons",
|
24236
|
-
"type": {
|
24237
|
-
"text": "Buttons"
|
24238
|
-
}
|
24239
|
-
},
|
24240
|
-
{
|
24241
|
-
"name": "container",
|
24242
|
-
"type": {
|
24243
|
-
"text": "HTMLElement"
|
24244
|
-
}
|
24245
|
-
},
|
24246
|
-
{
|
24247
|
-
"name": "fileAttachments",
|
24248
|
-
"type": {
|
24249
|
-
"text": "FileAttachments"
|
24250
|
-
}
|
24251
|
-
},
|
24252
|
-
{
|
24253
|
-
"name": "dropupStyles",
|
24254
|
-
"optional": true,
|
24255
|
-
"type": {
|
24256
|
-
"text": "DropupStyles"
|
24257
|
-
}
|
24989
|
+
"return": {
|
24990
|
+
"type": {
|
24991
|
+
"text": "KeyVerificationDetails"
|
24258
24992
|
}
|
24259
|
-
|
24260
|
-
},
|
24261
|
-
{
|
24262
|
-
"kind": "field",
|
24263
|
-
"name": "submit",
|
24264
|
-
"type": {
|
24265
|
-
"text": "object"
|
24266
|
-
},
|
24267
|
-
"default": "{button: submitButton}"
|
24268
|
-
},
|
24269
|
-
{
|
24270
|
-
"kind": "field",
|
24271
|
-
"name": "submitUserMessage"
|
24993
|
+
}
|
24272
24994
|
}
|
24273
24995
|
]
|
24274
24996
|
}
|
@@ -24276,10 +24998,10 @@
|
|
24276
24998
|
"exports": [
|
24277
24999
|
{
|
24278
25000
|
"kind": "js",
|
24279
|
-
"name": "
|
25001
|
+
"name": "HuggingFaceUtils",
|
24280
25002
|
"declaration": {
|
24281
|
-
"name": "
|
24282
|
-
"module": "src/
|
25003
|
+
"name": "HuggingFaceUtils",
|
25004
|
+
"module": "src/services/huggingFace/utils/huggingFaceUtils.ts"
|
24283
25005
|
}
|
24284
25006
|
}
|
24285
25007
|
]
|
@@ -24390,23 +25112,188 @@
|
|
24390
25112
|
},
|
24391
25113
|
{
|
24392
25114
|
"kind": "javascript-module",
|
24393
|
-
"path": "src/views/chat/
|
25115
|
+
"path": "src/views/chat/input/input.ts",
|
24394
25116
|
"declarations": [
|
24395
25117
|
{
|
24396
25118
|
"kind": "class",
|
24397
25119
|
"description": "",
|
24398
|
-
"name": "
|
25120
|
+
"name": "Input",
|
24399
25121
|
"members": [
|
25122
|
+
{
|
25123
|
+
"kind": "field",
|
25124
|
+
"name": "elementRef",
|
25125
|
+
"type": {
|
25126
|
+
"text": "HTMLElement"
|
25127
|
+
}
|
25128
|
+
},
|
24400
25129
|
{
|
24401
25130
|
"kind": "method",
|
24402
|
-
"name": "
|
25131
|
+
"name": "createPanelElement",
|
24403
25132
|
"privacy": "private",
|
24404
25133
|
"static": true,
|
24405
25134
|
"parameters": [
|
24406
25135
|
{
|
24407
|
-
"name": "
|
25136
|
+
"name": "customStyle",
|
25137
|
+
"optional": true,
|
24408
25138
|
"type": {
|
24409
|
-
"text": "
|
25139
|
+
"text": "CustomStyle"
|
25140
|
+
}
|
25141
|
+
}
|
25142
|
+
]
|
25143
|
+
},
|
25144
|
+
{
|
25145
|
+
"kind": "method",
|
25146
|
+
"name": "createFileUploadComponents",
|
25147
|
+
"privacy": "private",
|
25148
|
+
"parameters": [
|
25149
|
+
{
|
25150
|
+
"name": "deepChat",
|
25151
|
+
"type": {
|
25152
|
+
"text": "DeepChat"
|
25153
|
+
}
|
25154
|
+
},
|
25155
|
+
{
|
25156
|
+
"name": "serviceIO",
|
25157
|
+
"type": {
|
25158
|
+
"text": "ServiceIO"
|
25159
|
+
}
|
25160
|
+
},
|
25161
|
+
{
|
25162
|
+
"name": "containerElement",
|
25163
|
+
"type": {
|
25164
|
+
"text": "HTMLElement"
|
25165
|
+
}
|
25166
|
+
},
|
25167
|
+
{
|
25168
|
+
"name": "buttons",
|
25169
|
+
"type": {
|
25170
|
+
"text": "Buttons"
|
25171
|
+
}
|
25172
|
+
}
|
25173
|
+
]
|
25174
|
+
},
|
25175
|
+
{
|
25176
|
+
"kind": "method",
|
25177
|
+
"name": "createUploadButtons",
|
25178
|
+
"privacy": "private",
|
25179
|
+
"static": true,
|
25180
|
+
"parameters": [
|
25181
|
+
{
|
25182
|
+
"name": "fileTypes",
|
25183
|
+
"type": {
|
25184
|
+
"text": "ServiceFileTypes"
|
25185
|
+
}
|
25186
|
+
},
|
25187
|
+
{
|
25188
|
+
"name": "fileAtt",
|
25189
|
+
"type": {
|
25190
|
+
"text": "FileAttachments"
|
25191
|
+
}
|
25192
|
+
},
|
25193
|
+
{
|
25194
|
+
"name": "containerEl",
|
25195
|
+
"type": {
|
25196
|
+
"text": "HTMLElement"
|
25197
|
+
}
|
25198
|
+
},
|
25199
|
+
{
|
25200
|
+
"name": "buttons",
|
25201
|
+
"type": {
|
25202
|
+
"text": "Buttons"
|
25203
|
+
}
|
25204
|
+
}
|
25205
|
+
]
|
25206
|
+
},
|
25207
|
+
{
|
25208
|
+
"kind": "method",
|
25209
|
+
"name": "addElements",
|
25210
|
+
"privacy": "private",
|
25211
|
+
"static": true,
|
25212
|
+
"parameters": [
|
25213
|
+
{
|
25214
|
+
"name": "panel",
|
25215
|
+
"type": {
|
25216
|
+
"text": "HTMLElement"
|
25217
|
+
}
|
25218
|
+
},
|
25219
|
+
{
|
25220
|
+
"name": "textInput",
|
25221
|
+
"type": {
|
25222
|
+
"text": "TextInputEl"
|
25223
|
+
}
|
25224
|
+
},
|
25225
|
+
{
|
25226
|
+
"name": "buttons",
|
25227
|
+
"type": {
|
25228
|
+
"text": "Buttons"
|
25229
|
+
}
|
25230
|
+
},
|
25231
|
+
{
|
25232
|
+
"name": "container",
|
25233
|
+
"type": {
|
25234
|
+
"text": "HTMLElement"
|
25235
|
+
}
|
25236
|
+
},
|
25237
|
+
{
|
25238
|
+
"name": "fileAttachments",
|
25239
|
+
"type": {
|
25240
|
+
"text": "FileAttachments"
|
25241
|
+
}
|
25242
|
+
},
|
25243
|
+
{
|
25244
|
+
"name": "dropupStyles",
|
25245
|
+
"optional": true,
|
25246
|
+
"type": {
|
25247
|
+
"text": "DropupStyles"
|
25248
|
+
}
|
25249
|
+
}
|
25250
|
+
]
|
25251
|
+
},
|
25252
|
+
{
|
25253
|
+
"kind": "field",
|
25254
|
+
"name": "submit",
|
25255
|
+
"type": {
|
25256
|
+
"text": "object"
|
25257
|
+
},
|
25258
|
+
"default": "{button: submitButton}"
|
25259
|
+
},
|
25260
|
+
{
|
25261
|
+
"kind": "field",
|
25262
|
+
"name": "submitUserMessage"
|
25263
|
+
}
|
25264
|
+
]
|
25265
|
+
}
|
25266
|
+
],
|
25267
|
+
"exports": [
|
25268
|
+
{
|
25269
|
+
"kind": "js",
|
25270
|
+
"name": "Input",
|
25271
|
+
"declaration": {
|
25272
|
+
"name": "Input",
|
25273
|
+
"module": "src/views/chat/input/input.ts"
|
25274
|
+
}
|
25275
|
+
}
|
25276
|
+
]
|
25277
|
+
},
|
25278
|
+
{
|
25279
|
+
"kind": "javascript-module",
|
25280
|
+
"path": "src/views/chat/messages/avatar.ts",
|
25281
|
+
"declarations": [
|
25282
|
+
{
|
25283
|
+
"kind": "class",
|
25284
|
+
"description": "",
|
25285
|
+
"name": "AvatarEl",
|
25286
|
+
"members": [
|
25287
|
+
{
|
25288
|
+
"kind": "method",
|
25289
|
+
"name": "applyCustomStylesToElements",
|
25290
|
+
"privacy": "private",
|
25291
|
+
"static": true,
|
25292
|
+
"parameters": [
|
25293
|
+
{
|
25294
|
+
"name": "container",
|
25295
|
+
"type": {
|
25296
|
+
"text": "HTMLElement"
|
24410
25297
|
}
|
24411
25298
|
},
|
24412
25299
|
{
|
@@ -25083,6 +25970,117 @@
|
|
25083
25970
|
}
|
25084
25971
|
]
|
25085
25972
|
},
|
25973
|
+
{
|
25974
|
+
"kind": "javascript-module",
|
25975
|
+
"path": "src/views/chat/messages/messageUtils.ts",
|
25976
|
+
"declarations": [
|
25977
|
+
{
|
25978
|
+
"kind": "class",
|
25979
|
+
"description": "",
|
25980
|
+
"name": "MessageUtils",
|
25981
|
+
"members": [
|
25982
|
+
{
|
25983
|
+
"kind": "field",
|
25984
|
+
"name": "AI_ROLE",
|
25985
|
+
"type": {
|
25986
|
+
"text": "string"
|
25987
|
+
},
|
25988
|
+
"privacy": "public",
|
25989
|
+
"static": true,
|
25990
|
+
"default": "'ai'"
|
25991
|
+
},
|
25992
|
+
{
|
25993
|
+
"kind": "field",
|
25994
|
+
"name": "USER_ROLE",
|
25995
|
+
"type": {
|
25996
|
+
"text": "string"
|
25997
|
+
},
|
25998
|
+
"privacy": "public",
|
25999
|
+
"static": true,
|
26000
|
+
"default": "'user'"
|
26001
|
+
},
|
26002
|
+
{
|
26003
|
+
"kind": "method",
|
26004
|
+
"name": "getRole",
|
26005
|
+
"privacy": "public",
|
26006
|
+
"static": true,
|
26007
|
+
"parameters": [
|
26008
|
+
{
|
26009
|
+
"name": "isAI",
|
26010
|
+
"type": {
|
26011
|
+
"text": "boolean"
|
26012
|
+
}
|
26013
|
+
}
|
26014
|
+
]
|
26015
|
+
},
|
26016
|
+
{
|
26017
|
+
"kind": "method",
|
26018
|
+
"name": "getLastElementsByClass",
|
26019
|
+
"privacy": "public",
|
26020
|
+
"static": true,
|
26021
|
+
"parameters": [
|
26022
|
+
{
|
26023
|
+
"name": "messagesElements",
|
26024
|
+
"type": {
|
26025
|
+
"text": "MessageElements[]"
|
26026
|
+
}
|
26027
|
+
},
|
26028
|
+
{
|
26029
|
+
"name": "classes",
|
26030
|
+
"type": {
|
26031
|
+
"text": "string[]"
|
26032
|
+
}
|
26033
|
+
},
|
26034
|
+
{
|
26035
|
+
"name": "avoidedClasses",
|
26036
|
+
"optional": true,
|
26037
|
+
"type": {
|
26038
|
+
"text": "string[]"
|
26039
|
+
}
|
26040
|
+
}
|
26041
|
+
]
|
26042
|
+
},
|
26043
|
+
{
|
26044
|
+
"kind": "method",
|
26045
|
+
"name": "getLastMessage",
|
26046
|
+
"privacy": "public",
|
26047
|
+
"static": true,
|
26048
|
+
"parameters": [
|
26049
|
+
{
|
26050
|
+
"name": "messages",
|
26051
|
+
"type": {
|
26052
|
+
"text": "MessageContent[]"
|
26053
|
+
}
|
26054
|
+
},
|
26055
|
+
{
|
26056
|
+
"name": "isAI",
|
26057
|
+
"type": {
|
26058
|
+
"text": "boolean"
|
26059
|
+
}
|
26060
|
+
},
|
26061
|
+
{
|
26062
|
+
"name": "content",
|
26063
|
+
"optional": true,
|
26064
|
+
"type": {
|
26065
|
+
"text": "keyof Omit<MessageContent, 'role'>"
|
26066
|
+
}
|
26067
|
+
}
|
26068
|
+
]
|
26069
|
+
}
|
26070
|
+
]
|
26071
|
+
}
|
26072
|
+
],
|
26073
|
+
"exports": [
|
26074
|
+
{
|
26075
|
+
"kind": "js",
|
26076
|
+
"name": "MessageUtils",
|
26077
|
+
"declaration": {
|
26078
|
+
"name": "MessageUtils",
|
26079
|
+
"module": "src/views/chat/messages/messageUtils.ts"
|
26080
|
+
}
|
26081
|
+
}
|
26082
|
+
]
|
26083
|
+
},
|
25086
26084
|
{
|
25087
26085
|
"kind": "javascript-module",
|
25088
26086
|
"path": "src/views/chat/messages/messages.ts",
|
@@ -25353,7 +26351,7 @@
|
|
25353
26351
|
{
|
25354
26352
|
"name": "elements",
|
25355
26353
|
"type": {
|
25356
|
-
"text": "MessageElements"
|
26354
|
+
"text": "MessageElements | undefined"
|
25357
26355
|
}
|
25358
26356
|
},
|
25359
26357
|
{
|
@@ -25577,10 +26575,16 @@
|
|
25577
26575
|
}
|
25578
26576
|
},
|
25579
26577
|
{
|
25580
|
-
"name": "
|
25581
|
-
"
|
25582
|
-
|
25583
|
-
|
26578
|
+
"name": "isNewMessage",
|
26579
|
+
"type": {
|
26580
|
+
"text": "boolean"
|
26581
|
+
}
|
26582
|
+
},
|
26583
|
+
{
|
26584
|
+
"name": "isInitial",
|
26585
|
+
"default": "false"
|
26586
|
+
}
|
26587
|
+
]
|
25584
26588
|
},
|
25585
26589
|
{
|
25586
26590
|
"kind": "method",
|
@@ -26511,6 +27515,173 @@
|
|
26511
27515
|
}
|
26512
27516
|
]
|
26513
27517
|
},
|
27518
|
+
{
|
27519
|
+
"kind": "javascript-module",
|
27520
|
+
"path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
|
27521
|
+
"declarations": [
|
27522
|
+
{
|
27523
|
+
"kind": "class",
|
27524
|
+
"description": "",
|
27525
|
+
"name": "FileAttachments",
|
27526
|
+
"members": [
|
27527
|
+
{
|
27528
|
+
"kind": "field",
|
27529
|
+
"name": "_fileAttachmentsTypes",
|
27530
|
+
"type": {
|
27531
|
+
"text": "FileAttachmentsType[]"
|
27532
|
+
},
|
27533
|
+
"privacy": "private",
|
27534
|
+
"default": "[]"
|
27535
|
+
},
|
27536
|
+
{
|
27537
|
+
"kind": "field",
|
27538
|
+
"name": "elementRef",
|
27539
|
+
"type": {
|
27540
|
+
"text": "HTMLElement"
|
27541
|
+
}
|
27542
|
+
},
|
27543
|
+
{
|
27544
|
+
"kind": "method",
|
27545
|
+
"name": "addType",
|
27546
|
+
"parameters": [
|
27547
|
+
{
|
27548
|
+
"name": "files",
|
27549
|
+
"type": {
|
27550
|
+
"text": "FileAttachmentsT"
|
27551
|
+
}
|
27552
|
+
},
|
27553
|
+
{
|
27554
|
+
"name": "type",
|
27555
|
+
"type": {
|
27556
|
+
"text": "keyof ServiceFileTypes"
|
27557
|
+
}
|
27558
|
+
}
|
27559
|
+
]
|
27560
|
+
},
|
27561
|
+
{
|
27562
|
+
"kind": "method",
|
27563
|
+
"name": "createAttachmentContainer",
|
27564
|
+
"privacy": "private"
|
27565
|
+
},
|
27566
|
+
{
|
27567
|
+
"kind": "method",
|
27568
|
+
"name": "toggleContainerDisplay",
|
27569
|
+
"privacy": "private",
|
27570
|
+
"parameters": [
|
27571
|
+
{
|
27572
|
+
"name": "display",
|
27573
|
+
"type": {
|
27574
|
+
"text": "boolean"
|
27575
|
+
}
|
27576
|
+
}
|
27577
|
+
]
|
27578
|
+
},
|
27579
|
+
{
|
27580
|
+
"kind": "method",
|
27581
|
+
"name": "getAllFileData"
|
27582
|
+
},
|
27583
|
+
{
|
27584
|
+
"kind": "method",
|
27585
|
+
"name": "completePlaceholders"
|
27586
|
+
},
|
27587
|
+
{
|
27588
|
+
"kind": "method",
|
27589
|
+
"name": "addFilesToType",
|
27590
|
+
"privacy": "public",
|
27591
|
+
"static": true,
|
27592
|
+
"parameters": [
|
27593
|
+
{
|
27594
|
+
"name": "files",
|
27595
|
+
"type": {
|
27596
|
+
"text": "File[]"
|
27597
|
+
}
|
27598
|
+
},
|
27599
|
+
{
|
27600
|
+
"name": "fileAttachmentTypes",
|
27601
|
+
"type": {
|
27602
|
+
"text": "FileAttachmentsType[]"
|
27603
|
+
}
|
27604
|
+
}
|
27605
|
+
]
|
27606
|
+
},
|
27607
|
+
{
|
27608
|
+
"kind": "method",
|
27609
|
+
"name": "addFilesToAnyType",
|
27610
|
+
"privacy": "public",
|
27611
|
+
"parameters": [
|
27612
|
+
{
|
27613
|
+
"name": "files",
|
27614
|
+
"type": {
|
27615
|
+
"text": "File[]"
|
27616
|
+
}
|
27617
|
+
}
|
27618
|
+
]
|
27619
|
+
},
|
27620
|
+
{
|
27621
|
+
"kind": "method",
|
27622
|
+
"name": "removeAllFiles"
|
27623
|
+
},
|
27624
|
+
{
|
27625
|
+
"kind": "method",
|
27626
|
+
"name": "getNumberOfTypes"
|
27627
|
+
}
|
27628
|
+
]
|
27629
|
+
}
|
27630
|
+
],
|
27631
|
+
"exports": [
|
27632
|
+
{
|
27633
|
+
"kind": "js",
|
27634
|
+
"name": "FileAttachments",
|
27635
|
+
"declaration": {
|
27636
|
+
"name": "FileAttachments",
|
27637
|
+
"module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
|
27638
|
+
}
|
27639
|
+
}
|
27640
|
+
]
|
27641
|
+
},
|
27642
|
+
{
|
27643
|
+
"kind": "javascript-module",
|
27644
|
+
"path": "src/views/chat/input/fileAttachments/newFileName.ts",
|
27645
|
+
"declarations": [
|
27646
|
+
{
|
27647
|
+
"kind": "class",
|
27648
|
+
"description": "",
|
27649
|
+
"name": "NewFileName",
|
27650
|
+
"members": [
|
27651
|
+
{
|
27652
|
+
"kind": "method",
|
27653
|
+
"name": "getFileName",
|
27654
|
+
"privacy": "public",
|
27655
|
+
"static": true,
|
27656
|
+
"parameters": [
|
27657
|
+
{
|
27658
|
+
"name": "prefix",
|
27659
|
+
"type": {
|
27660
|
+
"text": "string"
|
27661
|
+
}
|
27662
|
+
},
|
27663
|
+
{
|
27664
|
+
"name": "extension",
|
27665
|
+
"type": {
|
27666
|
+
"text": "string"
|
27667
|
+
}
|
27668
|
+
}
|
27669
|
+
]
|
27670
|
+
}
|
27671
|
+
]
|
27672
|
+
}
|
27673
|
+
],
|
27674
|
+
"exports": [
|
27675
|
+
{
|
27676
|
+
"kind": "js",
|
27677
|
+
"name": "NewFileName",
|
27678
|
+
"declaration": {
|
27679
|
+
"name": "NewFileName",
|
27680
|
+
"module": "src/views/chat/input/fileAttachments/newFileName.ts"
|
27681
|
+
}
|
27682
|
+
}
|
27683
|
+
]
|
27684
|
+
},
|
26514
27685
|
{
|
26515
27686
|
"kind": "javascript-module",
|
26516
27687
|
"path": "src/views/chat/input/textInput/focusUtils.ts",
|
@@ -26938,283 +28109,116 @@
|
|
26938
28109
|
},
|
26939
28110
|
{
|
26940
28111
|
"kind": "javascript-module",
|
26941
|
-
"path": "src/views/chat/input/
|
28112
|
+
"path": "src/views/chat/input/dropup/dropup.ts",
|
26942
28113
|
"declarations": [
|
26943
28114
|
{
|
26944
28115
|
"kind": "class",
|
26945
28116
|
"description": "",
|
26946
|
-
"name": "
|
28117
|
+
"name": "Dropup",
|
26947
28118
|
"members": [
|
26948
28119
|
{
|
26949
28120
|
"kind": "field",
|
26950
|
-
"name": "
|
28121
|
+
"name": "_menu",
|
26951
28122
|
"type": {
|
26952
|
-
"text": "
|
28123
|
+
"text": "DropupMenu"
|
26953
28124
|
},
|
26954
28125
|
"privacy": "private",
|
26955
|
-
"default": "
|
28126
|
+
"default": "new DropupMenu(containerElement, styles?.menu)"
|
26956
28127
|
},
|
26957
28128
|
{
|
26958
28129
|
"kind": "field",
|
26959
|
-
"name": "
|
28130
|
+
"name": "buttonContainer",
|
26960
28131
|
"type": {
|
26961
28132
|
"text": "HTMLElement"
|
26962
28133
|
}
|
26963
28134
|
},
|
26964
28135
|
{
|
26965
28136
|
"kind": "method",
|
26966
|
-
"name": "
|
28137
|
+
"name": "createButtonElement",
|
28138
|
+
"privacy": "private",
|
28139
|
+
"static": true
|
28140
|
+
},
|
28141
|
+
{
|
28142
|
+
"kind": "method",
|
28143
|
+
"name": "createInnerElements",
|
28144
|
+
"privacy": "private",
|
26967
28145
|
"parameters": [
|
26968
28146
|
{
|
26969
|
-
"name": "
|
28147
|
+
"name": "customStyles",
|
28148
|
+
"optional": true,
|
26970
28149
|
"type": {
|
26971
|
-
"text": "
|
28150
|
+
"text": "Styles"
|
28151
|
+
}
|
28152
|
+
}
|
28153
|
+
]
|
28154
|
+
},
|
28155
|
+
{
|
28156
|
+
"kind": "method",
|
28157
|
+
"name": "createInnerElement",
|
28158
|
+
"privacy": "private",
|
28159
|
+
"parameters": [
|
28160
|
+
{
|
28161
|
+
"name": "baseButton",
|
28162
|
+
"type": {
|
28163
|
+
"text": "SVGGraphicsElement"
|
26972
28164
|
}
|
26973
28165
|
},
|
26974
28166
|
{
|
26975
|
-
"name": "
|
28167
|
+
"name": "state",
|
26976
28168
|
"type": {
|
26977
|
-
"text": "
|
28169
|
+
"text": "'styles'"
|
28170
|
+
}
|
28171
|
+
},
|
28172
|
+
{
|
28173
|
+
"name": "customStyles",
|
28174
|
+
"optional": true,
|
28175
|
+
"type": {
|
28176
|
+
"text": "Styles"
|
26978
28177
|
}
|
26979
28178
|
}
|
26980
28179
|
]
|
26981
28180
|
},
|
26982
28181
|
{
|
26983
28182
|
"kind": "method",
|
26984
|
-
"name": "
|
28183
|
+
"name": "createSVGIconElement",
|
28184
|
+
"privacy": "private",
|
28185
|
+
"static": true
|
28186
|
+
},
|
28187
|
+
{
|
28188
|
+
"kind": "method",
|
28189
|
+
"name": "addClickEvent",
|
26985
28190
|
"privacy": "private"
|
26986
28191
|
},
|
26987
28192
|
{
|
26988
28193
|
"kind": "method",
|
26989
|
-
"name": "
|
28194
|
+
"name": "createButtonContainer",
|
26990
28195
|
"privacy": "private",
|
28196
|
+
"static": true
|
28197
|
+
},
|
28198
|
+
{
|
28199
|
+
"kind": "method",
|
28200
|
+
"name": "addItem",
|
26991
28201
|
"parameters": [
|
26992
28202
|
{
|
26993
|
-
"name": "
|
28203
|
+
"name": "buttonProps",
|
26994
28204
|
"type": {
|
26995
|
-
"text": "
|
28205
|
+
"text": "InputButton"
|
26996
28206
|
}
|
26997
28207
|
}
|
26998
28208
|
]
|
26999
28209
|
},
|
27000
28210
|
{
|
27001
28211
|
"kind": "method",
|
27002
|
-
"name": "
|
27003
|
-
|
27004
|
-
|
27005
|
-
|
27006
|
-
|
27007
|
-
|
27008
|
-
|
27009
|
-
|
27010
|
-
|
27011
|
-
|
27012
|
-
"static": true,
|
27013
|
-
"parameters": [
|
27014
|
-
{
|
27015
|
-
"name": "files",
|
27016
|
-
"type": {
|
27017
|
-
"text": "File[]"
|
27018
|
-
}
|
27019
|
-
},
|
27020
|
-
{
|
27021
|
-
"name": "fileAttachmentTypes",
|
27022
|
-
"type": {
|
27023
|
-
"text": "FileAttachmentsType[]"
|
27024
|
-
}
|
27025
|
-
}
|
27026
|
-
]
|
27027
|
-
},
|
27028
|
-
{
|
27029
|
-
"kind": "method",
|
27030
|
-
"name": "addFilesToAnyType",
|
27031
|
-
"privacy": "public",
|
27032
|
-
"parameters": [
|
27033
|
-
{
|
27034
|
-
"name": "files",
|
27035
|
-
"type": {
|
27036
|
-
"text": "File[]"
|
27037
|
-
}
|
27038
|
-
}
|
27039
|
-
]
|
27040
|
-
},
|
27041
|
-
{
|
27042
|
-
"kind": "method",
|
27043
|
-
"name": "removeAllFiles"
|
27044
|
-
},
|
27045
|
-
{
|
27046
|
-
"kind": "method",
|
27047
|
-
"name": "getNumberOfTypes"
|
27048
|
-
}
|
27049
|
-
]
|
27050
|
-
}
|
27051
|
-
],
|
27052
|
-
"exports": [
|
27053
|
-
{
|
27054
|
-
"kind": "js",
|
27055
|
-
"name": "FileAttachments",
|
27056
|
-
"declaration": {
|
27057
|
-
"name": "FileAttachments",
|
27058
|
-
"module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
|
27059
|
-
}
|
27060
|
-
}
|
27061
|
-
]
|
27062
|
-
},
|
27063
|
-
{
|
27064
|
-
"kind": "javascript-module",
|
27065
|
-
"path": "src/views/chat/input/fileAttachments/newFileName.ts",
|
27066
|
-
"declarations": [
|
27067
|
-
{
|
27068
|
-
"kind": "class",
|
27069
|
-
"description": "",
|
27070
|
-
"name": "NewFileName",
|
27071
|
-
"members": [
|
27072
|
-
{
|
27073
|
-
"kind": "method",
|
27074
|
-
"name": "getFileName",
|
27075
|
-
"privacy": "public",
|
27076
|
-
"static": true,
|
27077
|
-
"parameters": [
|
27078
|
-
{
|
27079
|
-
"name": "prefix",
|
27080
|
-
"type": {
|
27081
|
-
"text": "string"
|
27082
|
-
}
|
27083
|
-
},
|
27084
|
-
{
|
27085
|
-
"name": "extension",
|
27086
|
-
"type": {
|
27087
|
-
"text": "string"
|
27088
|
-
}
|
27089
|
-
}
|
27090
|
-
]
|
27091
|
-
}
|
27092
|
-
]
|
27093
|
-
}
|
27094
|
-
],
|
27095
|
-
"exports": [
|
27096
|
-
{
|
27097
|
-
"kind": "js",
|
27098
|
-
"name": "NewFileName",
|
27099
|
-
"declaration": {
|
27100
|
-
"name": "NewFileName",
|
27101
|
-
"module": "src/views/chat/input/fileAttachments/newFileName.ts"
|
27102
|
-
}
|
27103
|
-
}
|
27104
|
-
]
|
27105
|
-
},
|
27106
|
-
{
|
27107
|
-
"kind": "javascript-module",
|
27108
|
-
"path": "src/views/chat/input/dropup/dropup.ts",
|
27109
|
-
"declarations": [
|
27110
|
-
{
|
27111
|
-
"kind": "class",
|
27112
|
-
"description": "",
|
27113
|
-
"name": "Dropup",
|
27114
|
-
"members": [
|
27115
|
-
{
|
27116
|
-
"kind": "field",
|
27117
|
-
"name": "_menu",
|
27118
|
-
"type": {
|
27119
|
-
"text": "DropupMenu"
|
27120
|
-
},
|
27121
|
-
"privacy": "private",
|
27122
|
-
"default": "new DropupMenu(containerElement, styles?.menu)"
|
27123
|
-
},
|
27124
|
-
{
|
27125
|
-
"kind": "field",
|
27126
|
-
"name": "buttonContainer",
|
27127
|
-
"type": {
|
27128
|
-
"text": "HTMLElement"
|
27129
|
-
}
|
27130
|
-
},
|
27131
|
-
{
|
27132
|
-
"kind": "method",
|
27133
|
-
"name": "createButtonElement",
|
27134
|
-
"privacy": "private",
|
27135
|
-
"static": true
|
27136
|
-
},
|
27137
|
-
{
|
27138
|
-
"kind": "method",
|
27139
|
-
"name": "createInnerElements",
|
27140
|
-
"privacy": "private",
|
27141
|
-
"parameters": [
|
27142
|
-
{
|
27143
|
-
"name": "customStyles",
|
27144
|
-
"optional": true,
|
27145
|
-
"type": {
|
27146
|
-
"text": "Styles"
|
27147
|
-
}
|
27148
|
-
}
|
27149
|
-
]
|
27150
|
-
},
|
27151
|
-
{
|
27152
|
-
"kind": "method",
|
27153
|
-
"name": "createInnerElement",
|
27154
|
-
"privacy": "private",
|
27155
|
-
"parameters": [
|
27156
|
-
{
|
27157
|
-
"name": "baseButton",
|
27158
|
-
"type": {
|
27159
|
-
"text": "SVGGraphicsElement"
|
27160
|
-
}
|
27161
|
-
},
|
27162
|
-
{
|
27163
|
-
"name": "state",
|
27164
|
-
"type": {
|
27165
|
-
"text": "'styles'"
|
27166
|
-
}
|
27167
|
-
},
|
27168
|
-
{
|
27169
|
-
"name": "customStyles",
|
27170
|
-
"optional": true,
|
27171
|
-
"type": {
|
27172
|
-
"text": "Styles"
|
27173
|
-
}
|
27174
|
-
}
|
27175
|
-
]
|
27176
|
-
},
|
27177
|
-
{
|
27178
|
-
"kind": "method",
|
27179
|
-
"name": "createSVGIconElement",
|
27180
|
-
"privacy": "private",
|
27181
|
-
"static": true
|
27182
|
-
},
|
27183
|
-
{
|
27184
|
-
"kind": "method",
|
27185
|
-
"name": "addClickEvent",
|
27186
|
-
"privacy": "private"
|
27187
|
-
},
|
27188
|
-
{
|
27189
|
-
"kind": "method",
|
27190
|
-
"name": "createButtonContainer",
|
27191
|
-
"privacy": "private",
|
27192
|
-
"static": true
|
27193
|
-
},
|
27194
|
-
{
|
27195
|
-
"kind": "method",
|
27196
|
-
"name": "addItem",
|
27197
|
-
"parameters": [
|
27198
|
-
{
|
27199
|
-
"name": "buttonProps",
|
27200
|
-
"type": {
|
27201
|
-
"text": "InputButton"
|
27202
|
-
}
|
27203
|
-
}
|
27204
|
-
]
|
27205
|
-
},
|
27206
|
-
{
|
27207
|
-
"kind": "method",
|
27208
|
-
"name": "addContainerEvents",
|
27209
|
-
"privacy": "private",
|
27210
|
-
"parameters": [
|
27211
|
-
{
|
27212
|
-
"name": "containerElement",
|
27213
|
-
"type": {
|
27214
|
-
"text": "HTMLElement"
|
27215
|
-
}
|
27216
|
-
}
|
27217
|
-
]
|
28212
|
+
"name": "addContainerEvents",
|
28213
|
+
"privacy": "private",
|
28214
|
+
"parameters": [
|
28215
|
+
{
|
28216
|
+
"name": "containerElement",
|
28217
|
+
"type": {
|
28218
|
+
"text": "HTMLElement"
|
28219
|
+
}
|
28220
|
+
}
|
28221
|
+
]
|
27218
28222
|
},
|
27219
28223
|
{
|
27220
28224
|
"kind": "method",
|
@@ -27821,6 +28825,20 @@
|
|
27821
28825
|
}
|
27822
28826
|
]
|
27823
28827
|
},
|
28828
|
+
{
|
28829
|
+
"kind": "method",
|
28830
|
+
"name": "isUpdateMessage",
|
28831
|
+
"privacy": "public",
|
28832
|
+
"static": true,
|
28833
|
+
"parameters": [
|
28834
|
+
{
|
28835
|
+
"name": "html",
|
28836
|
+
"type": {
|
28837
|
+
"text": "string"
|
28838
|
+
}
|
28839
|
+
}
|
28840
|
+
]
|
28841
|
+
},
|
27824
28842
|
{
|
27825
28843
|
"kind": "method",
|
27826
28844
|
"name": "isElementTemporary",
|
@@ -27993,7 +29011,33 @@
|
|
27993
29011
|
},
|
27994
29012
|
{
|
27995
29013
|
"kind": "method",
|
27996
|
-
"name": "
|
29014
|
+
"name": "updateLastAIMessage",
|
29015
|
+
"privacy": "private",
|
29016
|
+
"static": true,
|
29017
|
+
"parameters": [
|
29018
|
+
{
|
29019
|
+
"name": "messages",
|
29020
|
+
"type": {
|
29021
|
+
"text": "MessageContent[]"
|
29022
|
+
}
|
29023
|
+
},
|
29024
|
+
{
|
29025
|
+
"name": "html",
|
29026
|
+
"type": {
|
29027
|
+
"text": "string"
|
29028
|
+
}
|
29029
|
+
},
|
29030
|
+
{
|
29031
|
+
"name": "messagesElements",
|
29032
|
+
"type": {
|
29033
|
+
"text": "MessageElements[]"
|
29034
|
+
}
|
29035
|
+
}
|
29036
|
+
]
|
29037
|
+
},
|
29038
|
+
{
|
29039
|
+
"kind": "method",
|
29040
|
+
"name": "add",
|
27997
29041
|
"privacy": "public",
|
27998
29042
|
"static": true,
|
27999
29043
|
"parameters": [
|
@@ -28014,6 +29058,12 @@
|
|
28014
29058
|
"type": {
|
28015
29059
|
"text": "boolean"
|
28016
29060
|
}
|
29061
|
+
},
|
29062
|
+
{
|
29063
|
+
"name": "messagesElements",
|
29064
|
+
"type": {
|
29065
|
+
"text": "MessageElements[]"
|
29066
|
+
}
|
28017
29067
|
}
|
28018
29068
|
]
|
28019
29069
|
}
|
@@ -28258,29 +29308,13 @@
|
|
28258
29308
|
},
|
28259
29309
|
{
|
28260
29310
|
"kind": "javascript-module",
|
28261
|
-
"path": "src/views/chat/input/buttons/
|
29311
|
+
"path": "src/views/chat/input/buttons/camera/cameraButton.ts",
|
28262
29312
|
"declarations": [
|
28263
29313
|
{
|
28264
29314
|
"kind": "class",
|
28265
29315
|
"description": "",
|
28266
|
-
"name": "
|
29316
|
+
"name": "CameraButton",
|
28267
29317
|
"members": [
|
28268
|
-
{
|
28269
|
-
"kind": "field",
|
28270
|
-
"name": "_innerElements",
|
28271
|
-
"type": {
|
28272
|
-
"text": "DefinedButtonInnerElements<Styles>"
|
28273
|
-
},
|
28274
|
-
"privacy": "private"
|
28275
|
-
},
|
28276
|
-
{
|
28277
|
-
"kind": "field",
|
28278
|
-
"name": "isActive",
|
28279
|
-
"type": {
|
28280
|
-
"text": "boolean"
|
28281
|
-
},
|
28282
|
-
"default": "false"
|
28283
|
-
},
|
28284
29318
|
{
|
28285
29319
|
"kind": "method",
|
28286
29320
|
"name": "createInnerElements",
|
@@ -28309,7 +29343,7 @@
|
|
28309
29343
|
{
|
28310
29344
|
"name": "state",
|
28311
29345
|
"type": {
|
28312
|
-
"text": "
|
29346
|
+
"text": "'styles'"
|
28313
29347
|
}
|
28314
29348
|
},
|
28315
29349
|
{
|
@@ -28323,7 +29357,7 @@
|
|
28323
29357
|
},
|
28324
29358
|
{
|
28325
29359
|
"kind": "method",
|
28326
|
-
"name": "
|
29360
|
+
"name": "createButtonElement",
|
28327
29361
|
"privacy": "private",
|
28328
29362
|
"static": true
|
28329
29363
|
},
|
@@ -28335,33 +29369,33 @@
|
|
28335
29369
|
},
|
28336
29370
|
{
|
28337
29371
|
"kind": "method",
|
28338
|
-
"name": "
|
28339
|
-
"privacy": "public"
|
28340
|
-
},
|
28341
|
-
{
|
28342
|
-
"kind": "method",
|
28343
|
-
"name": "changeToDefault",
|
28344
|
-
"privacy": "public"
|
28345
|
-
},
|
28346
|
-
{
|
28347
|
-
"kind": "method",
|
28348
|
-
"name": "changeToCommandMode",
|
28349
|
-
"privacy": "public"
|
28350
|
-
},
|
28351
|
-
{
|
28352
|
-
"kind": "method",
|
28353
|
-
"name": "changeToUnsupported",
|
28354
|
-
"privacy": "public"
|
28355
|
-
},
|
28356
|
-
{
|
28357
|
-
"kind": "method",
|
28358
|
-
"name": "toggleIconFilter",
|
29372
|
+
"name": "addClickEvent",
|
28359
29373
|
"privacy": "private",
|
28360
29374
|
"parameters": [
|
28361
29375
|
{
|
28362
|
-
"name": "
|
29376
|
+
"name": "containerElement",
|
28363
29377
|
"type": {
|
28364
|
-
"text": "
|
29378
|
+
"text": "HTMLElement"
|
29379
|
+
}
|
29380
|
+
},
|
29381
|
+
{
|
29382
|
+
"name": "fileAttachmentsType",
|
29383
|
+
"type": {
|
29384
|
+
"text": "FileAttachmentsType"
|
29385
|
+
}
|
29386
|
+
},
|
29387
|
+
{
|
29388
|
+
"name": "modalContainerStyle",
|
29389
|
+
"optional": true,
|
29390
|
+
"type": {
|
29391
|
+
"text": "CustomStyle"
|
29392
|
+
}
|
29393
|
+
},
|
29394
|
+
{
|
29395
|
+
"name": "cameraFiles",
|
29396
|
+
"optional": true,
|
29397
|
+
"type": {
|
29398
|
+
"text": "CameraFiles"
|
28365
29399
|
}
|
28366
29400
|
}
|
28367
29401
|
]
|
@@ -28569,129 +29603,30 @@
|
|
28569
29603
|
"exports": [
|
28570
29604
|
{
|
28571
29605
|
"kind": "js",
|
28572
|
-
"name": "
|
29606
|
+
"name": "CameraButton",
|
28573
29607
|
"declaration": {
|
28574
|
-
"name": "
|
28575
|
-
"module": "src/views/chat/input/buttons/
|
29608
|
+
"name": "CameraButton",
|
29609
|
+
"module": "src/views/chat/input/buttons/camera/cameraButton.ts"
|
28576
29610
|
}
|
28577
29611
|
}
|
28578
29612
|
]
|
28579
29613
|
},
|
28580
29614
|
{
|
28581
29615
|
"kind": "javascript-module",
|
28582
|
-
"path": "src/views/chat/input/buttons/microphone/
|
29616
|
+
"path": "src/views/chat/input/buttons/microphone/microphoneButton.ts",
|
28583
29617
|
"declarations": [
|
28584
29618
|
{
|
28585
29619
|
"kind": "class",
|
28586
29620
|
"description": "",
|
28587
|
-
"name": "
|
29621
|
+
"name": "MicrophoneButton",
|
28588
29622
|
"members": [
|
28589
|
-
{
|
28590
|
-
"kind": "field",
|
28591
|
-
"name": "_mediaRecorder",
|
28592
|
-
"type": {
|
28593
|
-
"text": "MediaRecorder | undefined"
|
28594
|
-
},
|
28595
|
-
"privacy": "private"
|
28596
|
-
},
|
28597
|
-
{
|
28598
|
-
"kind": "field",
|
28599
|
-
"name": "_mediaStream",
|
28600
|
-
"type": {
|
28601
|
-
"text": "MediaStream | undefined"
|
28602
|
-
},
|
28603
|
-
"privacy": "private"
|
28604
|
-
},
|
28605
|
-
{
|
28606
|
-
"kind": "field",
|
28607
|
-
"name": "_waitingForBrowserApproval",
|
28608
|
-
"type": {
|
28609
|
-
"text": "boolean"
|
28610
|
-
},
|
28611
|
-
"privacy": "private",
|
28612
|
-
"default": "false"
|
28613
|
-
},
|
28614
|
-
{
|
28615
|
-
"kind": "field",
|
28616
|
-
"name": "_audioType",
|
28617
|
-
"type": {
|
28618
|
-
"text": "AudioFileAttachmentType"
|
28619
|
-
},
|
28620
|
-
"privacy": "private",
|
28621
|
-
"default": "audioType"
|
28622
|
-
},
|
28623
|
-
{
|
28624
|
-
"kind": "field",
|
28625
|
-
"name": "_extension",
|
28626
|
-
"type": {
|
28627
|
-
"text": "AudioFormat"
|
28628
|
-
},
|
28629
|
-
"privacy": "private"
|
28630
|
-
},
|
28631
|
-
{
|
28632
|
-
"kind": "field",
|
28633
|
-
"name": "_maxDurationSeconds",
|
28634
|
-
"type": {
|
28635
|
-
"text": "number | undefined"
|
28636
|
-
},
|
28637
|
-
"privacy": "private"
|
28638
|
-
},
|
28639
|
-
{
|
28640
|
-
"kind": "field",
|
28641
|
-
"name": "_newFilePrefix",
|
28642
|
-
"type": {
|
28643
|
-
"text": "string | undefined"
|
28644
|
-
},
|
28645
|
-
"privacy": "private"
|
28646
|
-
},
|
28647
|
-
{
|
28648
|
-
"kind": "method",
|
28649
|
-
"name": "buttonClick",
|
28650
|
-
"privacy": "private"
|
28651
|
-
},
|
28652
|
-
{
|
28653
|
-
"kind": "method",
|
28654
|
-
"name": "stop",
|
28655
|
-
"privacy": "private",
|
28656
|
-
"return": {
|
28657
|
-
"type": {
|
28658
|
-
"text": "Promise<void>"
|
28659
|
-
}
|
28660
|
-
}
|
28661
|
-
},
|
28662
|
-
{
|
28663
|
-
"kind": "method",
|
28664
|
-
"name": "record",
|
28665
|
-
"privacy": "private"
|
28666
|
-
},
|
28667
|
-
{
|
28668
|
-
"kind": "method",
|
28669
|
-
"name": "createFile",
|
28670
|
-
"privacy": "private",
|
28671
|
-
"parameters": [
|
28672
|
-
{
|
28673
|
-
"name": "event",
|
28674
|
-
"type": {
|
28675
|
-
"text": "BlobEvent"
|
28676
|
-
}
|
28677
|
-
}
|
28678
|
-
]
|
28679
|
-
},
|
28680
|
-
{
|
28681
|
-
"kind": "field",
|
28682
|
-
"name": "onclick"
|
28683
|
-
},
|
28684
29623
|
{
|
28685
29624
|
"kind": "field",
|
28686
29625
|
"name": "_innerElements",
|
28687
29626
|
"type": {
|
28688
29627
|
"text": "DefinedButtonInnerElements<Styles>"
|
28689
29628
|
},
|
28690
|
-
"privacy": "private"
|
28691
|
-
"inheritedFrom": {
|
28692
|
-
"name": "MicrophoneButton",
|
28693
|
-
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
28694
|
-
}
|
29629
|
+
"privacy": "private"
|
28695
29630
|
},
|
28696
29631
|
{
|
28697
29632
|
"kind": "field",
|
@@ -28699,11 +29634,7 @@
|
|
28699
29634
|
"type": {
|
28700
29635
|
"text": "boolean"
|
28701
29636
|
},
|
28702
|
-
"default": "false"
|
28703
|
-
"inheritedFrom": {
|
28704
|
-
"name": "MicrophoneButton",
|
28705
|
-
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
28706
|
-
}
|
29637
|
+
"default": "false"
|
28707
29638
|
},
|
28708
29639
|
{
|
28709
29640
|
"kind": "method",
|
@@ -28717,11 +29648,7 @@
|
|
28717
29648
|
"text": "Styles"
|
28718
29649
|
}
|
28719
29650
|
}
|
28720
|
-
]
|
28721
|
-
"inheritedFrom": {
|
28722
|
-
"name": "MicrophoneButton",
|
28723
|
-
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
28724
|
-
}
|
29651
|
+
]
|
28725
29652
|
},
|
28726
29653
|
{
|
28727
29654
|
"kind": "method",
|
@@ -28747,67 +29674,39 @@
|
|
28747
29674
|
"text": "Styles"
|
28748
29675
|
}
|
28749
29676
|
}
|
28750
|
-
]
|
28751
|
-
"inheritedFrom": {
|
28752
|
-
"name": "MicrophoneButton",
|
28753
|
-
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
28754
|
-
}
|
29677
|
+
]
|
28755
29678
|
},
|
28756
29679
|
{
|
28757
29680
|
"kind": "method",
|
28758
29681
|
"name": "createMicrophoneElement",
|
28759
29682
|
"privacy": "private",
|
28760
|
-
"static": true
|
28761
|
-
"inheritedFrom": {
|
28762
|
-
"name": "MicrophoneButton",
|
28763
|
-
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
28764
|
-
}
|
29683
|
+
"static": true
|
28765
29684
|
},
|
28766
29685
|
{
|
28767
29686
|
"kind": "method",
|
28768
29687
|
"name": "createSVGIconElement",
|
28769
29688
|
"privacy": "private",
|
28770
|
-
"static": true
|
28771
|
-
"inheritedFrom": {
|
28772
|
-
"name": "MicrophoneButton",
|
28773
|
-
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
28774
|
-
}
|
29689
|
+
"static": true
|
28775
29690
|
},
|
28776
29691
|
{
|
28777
29692
|
"kind": "method",
|
28778
29693
|
"name": "changeToActive",
|
28779
|
-
"privacy": "public"
|
28780
|
-
"inheritedFrom": {
|
28781
|
-
"name": "MicrophoneButton",
|
28782
|
-
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
28783
|
-
}
|
29694
|
+
"privacy": "public"
|
28784
29695
|
},
|
28785
29696
|
{
|
28786
29697
|
"kind": "method",
|
28787
29698
|
"name": "changeToDefault",
|
28788
|
-
"privacy": "public"
|
28789
|
-
"inheritedFrom": {
|
28790
|
-
"name": "MicrophoneButton",
|
28791
|
-
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
28792
|
-
}
|
29699
|
+
"privacy": "public"
|
28793
29700
|
},
|
28794
29701
|
{
|
28795
29702
|
"kind": "method",
|
28796
29703
|
"name": "changeToCommandMode",
|
28797
|
-
"privacy": "public"
|
28798
|
-
"inheritedFrom": {
|
28799
|
-
"name": "MicrophoneButton",
|
28800
|
-
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
28801
|
-
}
|
29704
|
+
"privacy": "public"
|
28802
29705
|
},
|
28803
29706
|
{
|
28804
29707
|
"kind": "method",
|
28805
29708
|
"name": "changeToUnsupported",
|
28806
|
-
"privacy": "public"
|
28807
|
-
"inheritedFrom": {
|
28808
|
-
"name": "MicrophoneButton",
|
28809
|
-
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
28810
|
-
}
|
29709
|
+
"privacy": "public"
|
28811
29710
|
},
|
28812
29711
|
{
|
28813
29712
|
"kind": "method",
|
@@ -28820,11 +29719,7 @@
|
|
28820
29719
|
"text": "'default' | 'active' | 'command'"
|
28821
29720
|
}
|
28822
29721
|
}
|
28823
|
-
]
|
28824
|
-
"inheritedFrom": {
|
28825
|
-
"name": "MicrophoneButton",
|
28826
|
-
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
28827
|
-
}
|
29722
|
+
]
|
28828
29723
|
},
|
28829
29724
|
{
|
28830
29725
|
"kind": "field",
|
@@ -29021,129 +29916,125 @@
|
|
29021
29916
|
}
|
29022
29917
|
],
|
29023
29918
|
"superclass": {
|
29024
|
-
"name": "
|
29025
|
-
"module": "/src/views/chat/input/buttons/
|
29919
|
+
"name": "InputButton",
|
29920
|
+
"module": "/src/views/chat/input/buttons/inputButton"
|
29026
29921
|
}
|
29027
29922
|
}
|
29028
29923
|
],
|
29029
29924
|
"exports": [
|
29030
29925
|
{
|
29031
29926
|
"kind": "js",
|
29032
|
-
"name": "
|
29927
|
+
"name": "MicrophoneButton",
|
29033
29928
|
"declaration": {
|
29034
|
-
"name": "
|
29035
|
-
"module": "src/views/chat/input/buttons/microphone/
|
29929
|
+
"name": "MicrophoneButton",
|
29930
|
+
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
29036
29931
|
}
|
29037
29932
|
}
|
29038
29933
|
]
|
29039
29934
|
},
|
29040
29935
|
{
|
29041
29936
|
"kind": "javascript-module",
|
29042
|
-
"path": "src/views/chat/input/buttons/microphone/
|
29937
|
+
"path": "src/views/chat/input/buttons/microphone/recordAudio.ts",
|
29043
29938
|
"declarations": [
|
29044
29939
|
{
|
29045
29940
|
"kind": "class",
|
29046
29941
|
"description": "",
|
29047
|
-
"name": "
|
29942
|
+
"name": "RecordAudio",
|
29048
29943
|
"members": [
|
29049
29944
|
{
|
29050
29945
|
"kind": "field",
|
29051
|
-
"name": "
|
29946
|
+
"name": "_mediaRecorder",
|
29052
29947
|
"type": {
|
29053
|
-
"text": "
|
29948
|
+
"text": "MediaRecorder | undefined"
|
29949
|
+
},
|
29950
|
+
"privacy": "private"
|
29951
|
+
},
|
29952
|
+
{
|
29953
|
+
"kind": "field",
|
29954
|
+
"name": "_mediaStream",
|
29955
|
+
"type": {
|
29956
|
+
"text": "MediaStream | undefined"
|
29957
|
+
},
|
29958
|
+
"privacy": "private"
|
29959
|
+
},
|
29960
|
+
{
|
29961
|
+
"kind": "field",
|
29962
|
+
"name": "_waitingForBrowserApproval",
|
29963
|
+
"type": {
|
29964
|
+
"text": "boolean"
|
29054
29965
|
},
|
29055
29966
|
"privacy": "private",
|
29056
|
-
"default": "
|
29967
|
+
"default": "false"
|
29057
29968
|
},
|
29058
29969
|
{
|
29059
|
-
"kind": "
|
29060
|
-
"name": "
|
29970
|
+
"kind": "field",
|
29971
|
+
"name": "_audioType",
|
29972
|
+
"type": {
|
29973
|
+
"text": "AudioFileAttachmentType"
|
29974
|
+
},
|
29061
29975
|
"privacy": "private",
|
29062
|
-
"
|
29063
|
-
|
29064
|
-
|
29065
|
-
|
29066
|
-
|
29976
|
+
"default": "audioType"
|
29977
|
+
},
|
29978
|
+
{
|
29979
|
+
"kind": "field",
|
29980
|
+
"name": "_extension",
|
29981
|
+
"type": {
|
29982
|
+
"text": "AudioFormat"
|
29067
29983
|
},
|
29068
|
-
"
|
29069
|
-
{
|
29070
|
-
"name": "textInput",
|
29071
|
-
"type": {
|
29072
|
-
"text": "TextInputEl"
|
29073
|
-
}
|
29074
|
-
},
|
29075
|
-
{
|
29076
|
-
"name": "config",
|
29077
|
-
"optional": true,
|
29078
|
-
"type": {
|
29079
|
-
"text": "boolean | SpeechToTextConfig"
|
29080
|
-
}
|
29081
|
-
}
|
29082
|
-
]
|
29984
|
+
"privacy": "private"
|
29083
29985
|
},
|
29084
29986
|
{
|
29085
|
-
"kind": "
|
29086
|
-
"name": "
|
29087
|
-
"
|
29088
|
-
|
29089
|
-
|
29090
|
-
|
29091
|
-
|
29092
|
-
|
29093
|
-
|
29094
|
-
|
29095
|
-
|
29096
|
-
|
29987
|
+
"kind": "field",
|
29988
|
+
"name": "_maxDurationSeconds",
|
29989
|
+
"type": {
|
29990
|
+
"text": "number | undefined"
|
29991
|
+
},
|
29992
|
+
"privacy": "private"
|
29993
|
+
},
|
29994
|
+
{
|
29995
|
+
"kind": "field",
|
29996
|
+
"name": "_newFilePrefix",
|
29997
|
+
"type": {
|
29998
|
+
"text": "string | undefined"
|
29999
|
+
},
|
30000
|
+
"privacy": "private"
|
29097
30001
|
},
|
29098
30002
|
{
|
29099
30003
|
"kind": "method",
|
29100
30004
|
"name": "buttonClick",
|
30005
|
+
"privacy": "private"
|
30006
|
+
},
|
30007
|
+
{
|
30008
|
+
"kind": "method",
|
30009
|
+
"name": "stop",
|
29101
30010
|
"privacy": "private",
|
29102
|
-
"
|
29103
|
-
{
|
29104
|
-
"
|
29105
|
-
"type": {
|
29106
|
-
"text": "TextInputEl"
|
29107
|
-
}
|
29108
|
-
},
|
29109
|
-
{
|
29110
|
-
"name": "isInputEnabled",
|
29111
|
-
"type": {
|
29112
|
-
"text": "boolean"
|
29113
|
-
}
|
29114
|
-
},
|
29115
|
-
{
|
29116
|
-
"name": "serviceName",
|
29117
|
-
"type": {
|
29118
|
-
"text": "string"
|
29119
|
-
}
|
29120
|
-
},
|
29121
|
-
{
|
29122
|
-
"name": "config",
|
29123
|
-
"optional": true,
|
29124
|
-
"type": {
|
29125
|
-
"text": "SpeechToTextConfig"
|
29126
|
-
}
|
30011
|
+
"return": {
|
30012
|
+
"type": {
|
30013
|
+
"text": "Promise<void>"
|
29127
30014
|
}
|
29128
|
-
|
30015
|
+
}
|
29129
30016
|
},
|
29130
30017
|
{
|
29131
30018
|
"kind": "method",
|
29132
|
-
"name": "
|
30019
|
+
"name": "record",
|
30020
|
+
"privacy": "private"
|
30021
|
+
},
|
30022
|
+
{
|
30023
|
+
"kind": "method",
|
30024
|
+
"name": "createFile",
|
29133
30025
|
"privacy": "private",
|
29134
30026
|
"parameters": [
|
29135
30027
|
{
|
29136
|
-
"name": "
|
30028
|
+
"name": "event",
|
29137
30029
|
"type": {
|
29138
|
-
"text": "
|
30030
|
+
"text": "BlobEvent"
|
29139
30031
|
}
|
29140
30032
|
}
|
29141
30033
|
]
|
29142
30034
|
},
|
29143
30035
|
{
|
29144
|
-
"kind": "
|
29145
|
-
"name": "
|
29146
|
-
"privacy": "private"
|
30036
|
+
"kind": "field",
|
30037
|
+
"name": "onclick"
|
29147
30038
|
},
|
29148
30039
|
{
|
29149
30040
|
"kind": "field",
|
@@ -29493,647 +30384,806 @@
|
|
29493
30384
|
"exports": [
|
29494
30385
|
{
|
29495
30386
|
"kind": "js",
|
29496
|
-
"name": "
|
30387
|
+
"name": "RecordAudio",
|
29497
30388
|
"declaration": {
|
29498
|
-
"name": "
|
29499
|
-
"module": "src/views/chat/input/buttons/microphone/
|
30389
|
+
"name": "RecordAudio",
|
30390
|
+
"module": "src/views/chat/input/buttons/microphone/recordAudio.ts"
|
29500
30391
|
}
|
29501
30392
|
}
|
29502
30393
|
]
|
29503
30394
|
},
|
29504
30395
|
{
|
29505
30396
|
"kind": "javascript-module",
|
29506
|
-
"path": "src/views/chat/input/buttons/
|
30397
|
+
"path": "src/views/chat/input/buttons/microphone/speechToText.ts",
|
29507
30398
|
"declarations": [
|
29508
30399
|
{
|
29509
30400
|
"kind": "class",
|
29510
30401
|
"description": "",
|
29511
|
-
"name": "
|
30402
|
+
"name": "SpeechToText",
|
29512
30403
|
"members": [
|
30404
|
+
{
|
30405
|
+
"kind": "field",
|
30406
|
+
"name": "_addErrorMessage",
|
30407
|
+
"type": {
|
30408
|
+
"text": "AddErrorMessage"
|
30409
|
+
},
|
30410
|
+
"privacy": "private",
|
30411
|
+
"default": "addErrorMessage"
|
30412
|
+
},
|
29513
30413
|
{
|
29514
30414
|
"kind": "method",
|
29515
|
-
"name": "
|
30415
|
+
"name": "processConfiguration",
|
29516
30416
|
"privacy": "private",
|
29517
30417
|
"static": true,
|
30418
|
+
"return": {
|
30419
|
+
"type": {
|
30420
|
+
"text": "{serviceName: string, processedConfig: ProcessedConfig}"
|
30421
|
+
}
|
30422
|
+
},
|
29518
30423
|
"parameters": [
|
29519
30424
|
{
|
29520
|
-
"name": "
|
29521
|
-
"type": {
|
29522
|
-
"text": "ButtonContainersT"
|
29523
|
-
}
|
29524
|
-
},
|
29525
|
-
{
|
29526
|
-
"name": "positions",
|
29527
|
-
"type": {
|
29528
|
-
"text": "Positions"
|
29529
|
-
}
|
29530
|
-
},
|
29531
|
-
{
|
29532
|
-
"name": "containerElement",
|
30425
|
+
"name": "textInput",
|
29533
30426
|
"type": {
|
29534
|
-
"text": "
|
30427
|
+
"text": "TextInputEl"
|
29535
30428
|
}
|
29536
30429
|
},
|
29537
30430
|
{
|
29538
|
-
"name": "
|
30431
|
+
"name": "config",
|
29539
30432
|
"optional": true,
|
29540
30433
|
"type": {
|
29541
|
-
"text": "
|
30434
|
+
"text": "boolean | SpeechToTextConfig"
|
29542
30435
|
}
|
29543
30436
|
}
|
29544
30437
|
]
|
29545
30438
|
},
|
29546
30439
|
{
|
29547
30440
|
"kind": "method",
|
29548
|
-
"name": "
|
30441
|
+
"name": "getServiceName",
|
29549
30442
|
"privacy": "private",
|
29550
30443
|
"static": true,
|
29551
30444
|
"parameters": [
|
29552
30445
|
{
|
29553
|
-
"name": "
|
29554
|
-
"type": {
|
29555
|
-
"text": "ButtonContainersT"
|
29556
|
-
}
|
29557
|
-
},
|
29558
|
-
{
|
29559
|
-
"name": "positions",
|
30446
|
+
"name": "config",
|
29560
30447
|
"type": {
|
29561
|
-
"text": "
|
30448
|
+
"text": "SpeechToTextConfig"
|
29562
30449
|
}
|
29563
30450
|
}
|
29564
30451
|
]
|
29565
30452
|
},
|
29566
30453
|
{
|
29567
30454
|
"kind": "method",
|
29568
|
-
"name": "
|
30455
|
+
"name": "buttonClick",
|
29569
30456
|
"privacy": "private",
|
29570
|
-
"static": true,
|
29571
30457
|
"parameters": [
|
29572
30458
|
{
|
29573
|
-
"name": "
|
30459
|
+
"name": "textInput",
|
29574
30460
|
"type": {
|
29575
|
-
"text": "
|
30461
|
+
"text": "TextInputEl"
|
29576
30462
|
}
|
29577
30463
|
},
|
29578
30464
|
{
|
29579
|
-
"name": "
|
30465
|
+
"name": "isInputEnabled",
|
29580
30466
|
"type": {
|
29581
|
-
"text": "
|
30467
|
+
"text": "boolean"
|
29582
30468
|
}
|
29583
30469
|
},
|
29584
30470
|
{
|
29585
|
-
"name": "
|
30471
|
+
"name": "serviceName",
|
29586
30472
|
"type": {
|
29587
|
-
"text": "
|
30473
|
+
"text": "string"
|
30474
|
+
}
|
30475
|
+
},
|
30476
|
+
{
|
30477
|
+
"name": "config",
|
30478
|
+
"optional": true,
|
30479
|
+
"type": {
|
30480
|
+
"text": "SpeechToTextConfig"
|
29588
30481
|
}
|
29589
30482
|
}
|
29590
30483
|
]
|
29591
30484
|
},
|
29592
30485
|
{
|
29593
30486
|
"kind": "method",
|
29594
|
-
"name": "
|
29595
|
-
"privacy": "private",
|
29596
|
-
"static": true,
|
29597
|
-
"return": {
|
29598
|
-
"type": {
|
29599
|
-
"text": "Positions"
|
29600
|
-
}
|
29601
|
-
}
|
29602
|
-
},
|
29603
|
-
{
|
29604
|
-
"kind": "method",
|
29605
|
-
"name": "generatePositions",
|
30487
|
+
"name": "onCommandModeTrigger",
|
29606
30488
|
"privacy": "private",
|
29607
|
-
"static": true,
|
29608
|
-
"return": {
|
29609
|
-
"type": {
|
29610
|
-
"text": "Positions"
|
29611
|
-
}
|
29612
|
-
},
|
29613
30489
|
"parameters": [
|
29614
30490
|
{
|
29615
|
-
"name": "
|
30491
|
+
"name": "isStart",
|
29616
30492
|
"type": {
|
29617
|
-
"text": "
|
30493
|
+
"text": "boolean"
|
29618
30494
|
}
|
29619
30495
|
}
|
29620
30496
|
]
|
29621
30497
|
},
|
29622
30498
|
{
|
29623
30499
|
"kind": "method",
|
29624
|
-
"name": "
|
29625
|
-
"privacy": "
|
29626
|
-
|
29627
|
-
|
29628
|
-
|
29629
|
-
|
29630
|
-
|
29631
|
-
|
29632
|
-
|
29633
|
-
|
29634
|
-
|
29635
|
-
|
29636
|
-
|
29637
|
-
|
29638
|
-
|
29639
|
-
|
29640
|
-
|
29641
|
-
|
29642
|
-
|
29643
|
-
|
30500
|
+
"name": "onError",
|
30501
|
+
"privacy": "private"
|
30502
|
+
},
|
30503
|
+
{
|
30504
|
+
"kind": "field",
|
30505
|
+
"name": "_innerElements",
|
30506
|
+
"type": {
|
30507
|
+
"text": "DefinedButtonInnerElements<Styles>"
|
30508
|
+
},
|
30509
|
+
"privacy": "private",
|
30510
|
+
"inheritedFrom": {
|
30511
|
+
"name": "MicrophoneButton",
|
30512
|
+
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
30513
|
+
}
|
30514
|
+
},
|
30515
|
+
{
|
30516
|
+
"kind": "field",
|
30517
|
+
"name": "isActive",
|
30518
|
+
"type": {
|
30519
|
+
"text": "boolean"
|
30520
|
+
},
|
30521
|
+
"default": "false",
|
30522
|
+
"inheritedFrom": {
|
30523
|
+
"name": "MicrophoneButton",
|
30524
|
+
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
30525
|
+
}
|
30526
|
+
},
|
30527
|
+
{
|
30528
|
+
"kind": "method",
|
30529
|
+
"name": "createInnerElements",
|
30530
|
+
"privacy": "private",
|
30531
|
+
"parameters": [
|
30532
|
+
{
|
30533
|
+
"name": "customStyles",
|
30534
|
+
"optional": true,
|
30535
|
+
"type": {
|
30536
|
+
"text": "Styles"
|
30537
|
+
}
|
30538
|
+
}
|
30539
|
+
],
|
30540
|
+
"inheritedFrom": {
|
30541
|
+
"name": "MicrophoneButton",
|
30542
|
+
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
30543
|
+
}
|
30544
|
+
},
|
30545
|
+
{
|
30546
|
+
"kind": "method",
|
30547
|
+
"name": "createInnerElement",
|
30548
|
+
"privacy": "private",
|
30549
|
+
"parameters": [
|
30550
|
+
{
|
30551
|
+
"name": "baseButton",
|
30552
|
+
"type": {
|
30553
|
+
"text": "SVGGraphicsElement"
|
29644
30554
|
}
|
29645
30555
|
},
|
29646
30556
|
{
|
29647
|
-
"name": "
|
30557
|
+
"name": "state",
|
30558
|
+
"type": {
|
30559
|
+
"text": "keyof MicrophoneButton['_innerElements']"
|
30560
|
+
}
|
30561
|
+
},
|
30562
|
+
{
|
30563
|
+
"name": "customStyles",
|
29648
30564
|
"optional": true,
|
29649
30565
|
"type": {
|
29650
|
-
"text": "
|
30566
|
+
"text": "Styles"
|
29651
30567
|
}
|
29652
30568
|
}
|
29653
|
-
]
|
29654
|
-
|
29655
|
-
|
29656
|
-
|
29657
|
-
|
29658
|
-
|
29659
|
-
|
29660
|
-
|
29661
|
-
|
29662
|
-
|
29663
|
-
|
29664
|
-
|
29665
|
-
|
29666
|
-
|
29667
|
-
|
29668
|
-
|
29669
|
-
|
29670
|
-
|
29671
|
-
|
29672
|
-
|
29673
|
-
|
29674
|
-
|
29675
|
-
|
29676
|
-
|
29677
|
-
|
30569
|
+
],
|
30570
|
+
"inheritedFrom": {
|
30571
|
+
"name": "MicrophoneButton",
|
30572
|
+
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
30573
|
+
}
|
30574
|
+
},
|
30575
|
+
{
|
30576
|
+
"kind": "method",
|
30577
|
+
"name": "createMicrophoneElement",
|
30578
|
+
"privacy": "private",
|
30579
|
+
"static": true,
|
30580
|
+
"inheritedFrom": {
|
30581
|
+
"name": "MicrophoneButton",
|
30582
|
+
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
30583
|
+
}
|
30584
|
+
},
|
30585
|
+
{
|
30586
|
+
"kind": "method",
|
30587
|
+
"name": "createSVGIconElement",
|
30588
|
+
"privacy": "private",
|
30589
|
+
"static": true,
|
30590
|
+
"inheritedFrom": {
|
30591
|
+
"name": "MicrophoneButton",
|
30592
|
+
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
30593
|
+
}
|
30594
|
+
},
|
30595
|
+
{
|
30596
|
+
"kind": "method",
|
30597
|
+
"name": "changeToActive",
|
30598
|
+
"privacy": "public",
|
30599
|
+
"inheritedFrom": {
|
30600
|
+
"name": "MicrophoneButton",
|
30601
|
+
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
30602
|
+
}
|
30603
|
+
},
|
30604
|
+
{
|
30605
|
+
"kind": "method",
|
30606
|
+
"name": "changeToDefault",
|
30607
|
+
"privacy": "public",
|
30608
|
+
"inheritedFrom": {
|
30609
|
+
"name": "MicrophoneButton",
|
30610
|
+
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
30611
|
+
}
|
30612
|
+
},
|
30613
|
+
{
|
30614
|
+
"kind": "method",
|
30615
|
+
"name": "changeToCommandMode",
|
30616
|
+
"privacy": "public",
|
30617
|
+
"inheritedFrom": {
|
30618
|
+
"name": "MicrophoneButton",
|
30619
|
+
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
30620
|
+
}
|
30621
|
+
},
|
30622
|
+
{
|
30623
|
+
"kind": "method",
|
30624
|
+
"name": "changeToUnsupported",
|
30625
|
+
"privacy": "public",
|
30626
|
+
"inheritedFrom": {
|
30627
|
+
"name": "MicrophoneButton",
|
30628
|
+
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
30629
|
+
}
|
30630
|
+
},
|
30631
|
+
{
|
30632
|
+
"kind": "method",
|
30633
|
+
"name": "toggleIconFilter",
|
30634
|
+
"privacy": "private",
|
30635
|
+
"parameters": [
|
30636
|
+
{
|
30637
|
+
"name": "mode",
|
30638
|
+
"type": {
|
30639
|
+
"text": "'default' | 'active' | 'command'"
|
30640
|
+
}
|
30641
|
+
}
|
30642
|
+
],
|
30643
|
+
"inheritedFrom": {
|
30644
|
+
"name": "MicrophoneButton",
|
30645
|
+
"module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
|
30646
|
+
}
|
30647
|
+
},
|
29678
30648
|
{
|
29679
30649
|
"kind": "field",
|
29680
|
-
"name": "
|
30650
|
+
"name": "elementRef",
|
29681
30651
|
"type": {
|
29682
|
-
"text": "
|
30652
|
+
"text": "HTMLElement"
|
29683
30653
|
},
|
29684
|
-
"
|
29685
|
-
"
|
29686
|
-
|
30654
|
+
"default": "buttonElement",
|
30655
|
+
"inheritedFrom": {
|
30656
|
+
"name": "InputButton",
|
30657
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
30658
|
+
}
|
29687
30659
|
},
|
29688
30660
|
{
|
29689
30661
|
"kind": "field",
|
29690
|
-
"name": "
|
30662
|
+
"name": "_mouseState",
|
29691
30663
|
"type": {
|
29692
|
-
"text": "
|
30664
|
+
"text": "MouseState"
|
29693
30665
|
},
|
29694
|
-
"privacy": "
|
29695
|
-
"
|
29696
|
-
"
|
30666
|
+
"privacy": "protected",
|
30667
|
+
"default": "{state: 'default'}",
|
30668
|
+
"inheritedFrom": {
|
30669
|
+
"name": "InputButton",
|
30670
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
30671
|
+
}
|
29697
30672
|
},
|
29698
30673
|
{
|
29699
30674
|
"kind": "field",
|
29700
|
-
"name": "
|
30675
|
+
"name": "_customStyles",
|
29701
30676
|
"type": {
|
29702
|
-
"text": "
|
30677
|
+
"text": "T | undefined"
|
29703
30678
|
},
|
29704
|
-
"privacy": "
|
29705
|
-
"
|
29706
|
-
"
|
30679
|
+
"privacy": "protected",
|
30680
|
+
"default": "customStyles",
|
30681
|
+
"inheritedFrom": {
|
30682
|
+
"name": "InputButton",
|
30683
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
30684
|
+
}
|
29707
30685
|
},
|
29708
30686
|
{
|
29709
30687
|
"kind": "field",
|
29710
|
-
"name": "
|
30688
|
+
"name": "position",
|
29711
30689
|
"type": {
|
29712
|
-
"text": "
|
30690
|
+
"text": "ButtonPositionT | undefined"
|
29713
30691
|
},
|
29714
|
-
"
|
29715
|
-
"
|
29716
|
-
|
30692
|
+
"default": "position",
|
30693
|
+
"inheritedFrom": {
|
30694
|
+
"name": "InputButton",
|
30695
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
30696
|
+
}
|
30697
|
+
},
|
30698
|
+
{
|
30699
|
+
"kind": "field",
|
30700
|
+
"name": "dropupText",
|
30701
|
+
"type": {
|
30702
|
+
"text": "string | undefined"
|
30703
|
+
},
|
30704
|
+
"default": "dropupText",
|
30705
|
+
"inheritedFrom": {
|
30706
|
+
"name": "InputButton",
|
30707
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
30708
|
+
}
|
29717
30709
|
},
|
29718
30710
|
{
|
29719
30711
|
"kind": "method",
|
29720
|
-
"name": "
|
30712
|
+
"name": "buttonMouseLeave",
|
29721
30713
|
"privacy": "private",
|
29722
|
-
"static": true,
|
29723
30714
|
"parameters": [
|
29724
30715
|
{
|
29725
|
-
"name": "
|
29726
|
-
"
|
29727
|
-
"text": "HTMLElement"
|
29728
|
-
}
|
29729
|
-
},
|
29730
|
-
{
|
29731
|
-
"name": "positions",
|
30716
|
+
"name": "customStyles",
|
30717
|
+
"optional": true,
|
29732
30718
|
"type": {
|
29733
|
-
"text": "
|
30719
|
+
"text": "ButtonStyles"
|
29734
30720
|
}
|
29735
30721
|
}
|
29736
|
-
]
|
30722
|
+
],
|
30723
|
+
"inheritedFrom": {
|
30724
|
+
"name": "InputButton",
|
30725
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
30726
|
+
}
|
29737
30727
|
},
|
29738
30728
|
{
|
29739
30729
|
"kind": "method",
|
29740
|
-
"name": "
|
30730
|
+
"name": "buttonMouseEnter",
|
29741
30731
|
"privacy": "private",
|
29742
|
-
"static": true,
|
29743
30732
|
"parameters": [
|
29744
30733
|
{
|
29745
|
-
"name": "
|
29746
|
-
"
|
29747
|
-
"text": "ButtonContainersT"
|
29748
|
-
}
|
29749
|
-
},
|
29750
|
-
{
|
29751
|
-
"name": "fileAtt",
|
29752
|
-
"type": {
|
29753
|
-
"text": "HTMLElement"
|
29754
|
-
}
|
29755
|
-
},
|
29756
|
-
{
|
29757
|
-
"name": "positions",
|
30734
|
+
"name": "customStyles",
|
30735
|
+
"optional": true,
|
29758
30736
|
"type": {
|
29759
|
-
"text": "
|
30737
|
+
"text": "ButtonStyles"
|
29760
30738
|
}
|
29761
30739
|
}
|
29762
|
-
]
|
30740
|
+
],
|
30741
|
+
"inheritedFrom": {
|
30742
|
+
"name": "InputButton",
|
30743
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
30744
|
+
}
|
29763
30745
|
},
|
29764
30746
|
{
|
29765
30747
|
"kind": "method",
|
29766
|
-
"name": "
|
30748
|
+
"name": "buttonMouseUp",
|
29767
30749
|
"privacy": "private",
|
29768
|
-
"static": true,
|
29769
30750
|
"parameters": [
|
29770
30751
|
{
|
29771
|
-
"name": "
|
30752
|
+
"name": "customStyles",
|
30753
|
+
"optional": true,
|
29772
30754
|
"type": {
|
29773
|
-
"text": "
|
30755
|
+
"text": "ButtonStyles"
|
29774
30756
|
}
|
29775
|
-
}
|
30757
|
+
}
|
30758
|
+
],
|
30759
|
+
"inheritedFrom": {
|
30760
|
+
"name": "InputButton",
|
30761
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
30762
|
+
}
|
30763
|
+
},
|
30764
|
+
{
|
30765
|
+
"kind": "method",
|
30766
|
+
"name": "buttonMouseDown",
|
30767
|
+
"privacy": "private",
|
30768
|
+
"parameters": [
|
29776
30769
|
{
|
29777
|
-
"name": "
|
30770
|
+
"name": "customStyles",
|
30771
|
+
"optional": true,
|
29778
30772
|
"type": {
|
29779
|
-
"text": "
|
30773
|
+
"text": "ButtonStyles"
|
29780
30774
|
}
|
29781
|
-
}
|
30775
|
+
}
|
30776
|
+
],
|
30777
|
+
"inheritedFrom": {
|
30778
|
+
"name": "InputButton",
|
30779
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
30780
|
+
}
|
30781
|
+
},
|
30782
|
+
{
|
30783
|
+
"kind": "method",
|
30784
|
+
"name": "setEvents",
|
30785
|
+
"privacy": "private",
|
30786
|
+
"parameters": [
|
29782
30787
|
{
|
29783
|
-
"name": "
|
30788
|
+
"name": "customStyles",
|
30789
|
+
"optional": true,
|
29784
30790
|
"type": {
|
29785
|
-
"text": "
|
30791
|
+
"text": "ButtonStyles"
|
29786
30792
|
}
|
29787
30793
|
}
|
29788
|
-
]
|
30794
|
+
],
|
30795
|
+
"inheritedFrom": {
|
30796
|
+
"name": "InputButton",
|
30797
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
30798
|
+
}
|
29789
30799
|
},
|
29790
30800
|
{
|
29791
30801
|
"kind": "method",
|
29792
|
-
"name": "
|
30802
|
+
"name": "unsetCustomStateStyles",
|
29793
30803
|
"privacy": "public",
|
29794
|
-
"static": true,
|
29795
30804
|
"parameters": [
|
29796
30805
|
{
|
29797
|
-
"name": "
|
29798
|
-
"type": {
|
29799
|
-
"text": "HTMLElement"
|
29800
|
-
}
|
29801
|
-
},
|
29802
|
-
{
|
29803
|
-
"name": "containers",
|
30806
|
+
"name": "unsetTypes",
|
29804
30807
|
"type": {
|
29805
|
-
"text": "
|
30808
|
+
"text": "(keyof T)[]"
|
29806
30809
|
}
|
29807
|
-
}
|
30810
|
+
}
|
30811
|
+
],
|
30812
|
+
"inheritedFrom": {
|
30813
|
+
"name": "InputButton",
|
30814
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
30815
|
+
}
|
30816
|
+
},
|
30817
|
+
{
|
30818
|
+
"kind": "method",
|
30819
|
+
"name": "reapplyStateStyle",
|
30820
|
+
"privacy": "public",
|
30821
|
+
"parameters": [
|
29808
30822
|
{
|
29809
|
-
"name": "
|
30823
|
+
"name": "setType",
|
29810
30824
|
"type": {
|
29811
|
-
"text": "
|
30825
|
+
"text": "keyof T"
|
29812
30826
|
}
|
29813
30827
|
},
|
29814
30828
|
{
|
29815
|
-
"name": "
|
30829
|
+
"name": "unsetTypes",
|
30830
|
+
"optional": true,
|
29816
30831
|
"type": {
|
29817
|
-
"text": "
|
30832
|
+
"text": "(keyof T)[]"
|
29818
30833
|
}
|
29819
30834
|
}
|
29820
|
-
]
|
30835
|
+
],
|
30836
|
+
"inheritedFrom": {
|
30837
|
+
"name": "InputButton",
|
30838
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
30839
|
+
}
|
29821
30840
|
}
|
29822
|
-
]
|
30841
|
+
],
|
30842
|
+
"superclass": {
|
30843
|
+
"name": "MicrophoneButton",
|
30844
|
+
"module": "/src/views/chat/input/buttons/microphone/microphoneButton"
|
30845
|
+
}
|
29823
30846
|
}
|
29824
30847
|
],
|
29825
30848
|
"exports": [
|
29826
30849
|
{
|
29827
30850
|
"kind": "js",
|
29828
|
-
"name": "
|
30851
|
+
"name": "SpeechToText",
|
29829
30852
|
"declaration": {
|
29830
|
-
"name": "
|
29831
|
-
"module": "src/views/chat/input/buttons/
|
30853
|
+
"name": "SpeechToText",
|
30854
|
+
"module": "src/views/chat/input/buttons/microphone/speechToText.ts"
|
29832
30855
|
}
|
29833
30856
|
}
|
29834
30857
|
]
|
29835
30858
|
},
|
29836
30859
|
{
|
29837
30860
|
"kind": "javascript-module",
|
29838
|
-
"path": "src/views/chat/input/buttons/
|
30861
|
+
"path": "src/views/chat/input/buttons/styleAdjustments/inputButtonPositions.ts",
|
29839
30862
|
"declarations": [
|
29840
30863
|
{
|
29841
30864
|
"kind": "class",
|
29842
30865
|
"description": "",
|
29843
|
-
"name": "
|
30866
|
+
"name": "InputButtonPositions",
|
29844
30867
|
"members": [
|
29845
30868
|
{
|
29846
30869
|
"kind": "method",
|
29847
|
-
"name": "
|
30870
|
+
"name": "addToDropup",
|
29848
30871
|
"privacy": "private",
|
30872
|
+
"static": true,
|
29849
30873
|
"parameters": [
|
29850
30874
|
{
|
29851
|
-
"name": "
|
30875
|
+
"name": "buttonContainers",
|
30876
|
+
"type": {
|
30877
|
+
"text": "ButtonContainersT"
|
30878
|
+
}
|
30879
|
+
},
|
30880
|
+
{
|
30881
|
+
"name": "positions",
|
30882
|
+
"type": {
|
30883
|
+
"text": "Positions"
|
30884
|
+
}
|
30885
|
+
},
|
30886
|
+
{
|
30887
|
+
"name": "containerElement",
|
30888
|
+
"type": {
|
30889
|
+
"text": "HTMLElement"
|
30890
|
+
}
|
30891
|
+
},
|
30892
|
+
{
|
30893
|
+
"name": "dropupStyles",
|
29852
30894
|
"optional": true,
|
29853
30895
|
"type": {
|
29854
|
-
"text": "
|
30896
|
+
"text": "DropupStyles"
|
29855
30897
|
}
|
29856
30898
|
}
|
29857
30899
|
]
|
29858
30900
|
},
|
29859
30901
|
{
|
29860
30902
|
"kind": "method",
|
29861
|
-
"name": "
|
30903
|
+
"name": "addToSideContainer",
|
29862
30904
|
"privacy": "private",
|
30905
|
+
"static": true,
|
29863
30906
|
"parameters": [
|
29864
30907
|
{
|
29865
|
-
"name": "
|
30908
|
+
"name": "buttonContainers",
|
29866
30909
|
"type": {
|
29867
|
-
"text": "
|
30910
|
+
"text": "ButtonContainersT"
|
29868
30911
|
}
|
29869
30912
|
},
|
29870
30913
|
{
|
29871
|
-
"name": "
|
30914
|
+
"name": "positions",
|
29872
30915
|
"type": {
|
29873
|
-
"text": "
|
30916
|
+
"text": "Positions"
|
30917
|
+
}
|
30918
|
+
}
|
30919
|
+
]
|
30920
|
+
},
|
30921
|
+
{
|
30922
|
+
"kind": "method",
|
30923
|
+
"name": "setPosition",
|
30924
|
+
"privacy": "private",
|
30925
|
+
"static": true,
|
30926
|
+
"parameters": [
|
30927
|
+
{
|
30928
|
+
"name": "buttonsObj",
|
30929
|
+
"type": {
|
30930
|
+
"text": "Buttons"
|
29874
30931
|
}
|
29875
30932
|
},
|
29876
30933
|
{
|
29877
|
-
"name": "
|
29878
|
-
"optional": true,
|
30934
|
+
"name": "buttonType",
|
29879
30935
|
"type": {
|
29880
|
-
"text": "
|
30936
|
+
"text": "keyof Buttons"
|
30937
|
+
}
|
30938
|
+
},
|
30939
|
+
{
|
30940
|
+
"name": "positionButtons",
|
30941
|
+
"type": {
|
30942
|
+
"text": "ButtonProps[]"
|
29881
30943
|
}
|
29882
30944
|
}
|
29883
30945
|
]
|
29884
30946
|
},
|
29885
30947
|
{
|
29886
30948
|
"kind": "method",
|
29887
|
-
"name": "
|
30949
|
+
"name": "createPositionsObj",
|
29888
30950
|
"privacy": "private",
|
29889
|
-
"static": true
|
30951
|
+
"static": true,
|
30952
|
+
"return": {
|
30953
|
+
"type": {
|
30954
|
+
"text": "Positions"
|
30955
|
+
}
|
30956
|
+
}
|
29890
30957
|
},
|
29891
30958
|
{
|
29892
30959
|
"kind": "method",
|
29893
|
-
"name": "
|
30960
|
+
"name": "generatePositions",
|
29894
30961
|
"privacy": "private",
|
29895
|
-
"static": true
|
30962
|
+
"static": true,
|
30963
|
+
"return": {
|
30964
|
+
"type": {
|
30965
|
+
"text": "Positions"
|
30966
|
+
}
|
30967
|
+
},
|
30968
|
+
"parameters": [
|
30969
|
+
{
|
30970
|
+
"name": "buttonsObj",
|
30971
|
+
"type": {
|
30972
|
+
"text": "Buttons"
|
30973
|
+
}
|
30974
|
+
}
|
30975
|
+
]
|
29896
30976
|
},
|
29897
30977
|
{
|
29898
30978
|
"kind": "method",
|
29899
|
-
"name": "
|
29900
|
-
"privacy": "
|
30979
|
+
"name": "addButtons",
|
30980
|
+
"privacy": "public",
|
30981
|
+
"static": true,
|
29901
30982
|
"parameters": [
|
29902
30983
|
{
|
29903
|
-
"name": "
|
30984
|
+
"name": "buttonContainers",
|
29904
30985
|
"type": {
|
29905
|
-
"text": "
|
30986
|
+
"text": "ButtonContainersT"
|
29906
30987
|
}
|
29907
30988
|
},
|
29908
30989
|
{
|
29909
|
-
"name": "
|
30990
|
+
"name": "buttons",
|
29910
30991
|
"type": {
|
29911
|
-
"text": "
|
30992
|
+
"text": "Buttons"
|
29912
30993
|
}
|
29913
30994
|
},
|
29914
30995
|
{
|
29915
|
-
"name": "
|
29916
|
-
"optional": true,
|
30996
|
+
"name": "container",
|
29917
30997
|
"type": {
|
29918
|
-
"text": "
|
30998
|
+
"text": "HTMLElement"
|
29919
30999
|
}
|
29920
31000
|
},
|
29921
31001
|
{
|
29922
|
-
"name": "
|
31002
|
+
"name": "dropupStyles",
|
29923
31003
|
"optional": true,
|
29924
31004
|
"type": {
|
29925
|
-
"text": "
|
31005
|
+
"text": "DropupStyles"
|
29926
31006
|
}
|
29927
31007
|
}
|
29928
31008
|
]
|
29929
|
-
}
|
29930
|
-
|
29931
|
-
|
29932
|
-
|
29933
|
-
|
29934
|
-
|
29935
|
-
|
29936
|
-
|
29937
|
-
|
29938
|
-
|
29939
|
-
|
29940
|
-
|
29941
|
-
|
31009
|
+
}
|
31010
|
+
]
|
31011
|
+
}
|
31012
|
+
],
|
31013
|
+
"exports": [
|
31014
|
+
{
|
31015
|
+
"kind": "js",
|
31016
|
+
"name": "InputButtonPositions",
|
31017
|
+
"declaration": {
|
31018
|
+
"name": "InputButtonPositions",
|
31019
|
+
"module": "src/views/chat/input/buttons/styleAdjustments/inputButtonPositions.ts"
|
31020
|
+
}
|
31021
|
+
}
|
31022
|
+
]
|
31023
|
+
},
|
31024
|
+
{
|
31025
|
+
"kind": "javascript-module",
|
31026
|
+
"path": "src/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.ts",
|
31027
|
+
"declarations": [
|
31028
|
+
{
|
31029
|
+
"kind": "class",
|
31030
|
+
"description": "",
|
31031
|
+
"name": "InputButtonStyleAdjustments",
|
31032
|
+
"members": [
|
29942
31033
|
{
|
29943
31034
|
"kind": "field",
|
29944
|
-
"name": "
|
31035
|
+
"name": "INPUT_OUTSIDE_LEFT_ADJUSTMENT_CLASS",
|
29945
31036
|
"type": {
|
29946
|
-
"text": "
|
31037
|
+
"text": "string"
|
29947
31038
|
},
|
29948
|
-
"privacy": "
|
29949
|
-
"
|
29950
|
-
"
|
29951
|
-
"name": "InputButton",
|
29952
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
29953
|
-
}
|
31039
|
+
"privacy": "private",
|
31040
|
+
"static": true,
|
31041
|
+
"default": "'text-input-container-left-adjustment'"
|
29954
31042
|
},
|
29955
31043
|
{
|
29956
31044
|
"kind": "field",
|
29957
|
-
"name": "
|
31045
|
+
"name": "INPUT_OUTSIDE_RIGHT_ADJUSTMENT_CLASS",
|
29958
31046
|
"type": {
|
29959
|
-
"text": "
|
31047
|
+
"text": "string"
|
29960
31048
|
},
|
29961
|
-
"privacy": "
|
29962
|
-
"
|
29963
|
-
"
|
29964
|
-
"name": "InputButton",
|
29965
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
29966
|
-
}
|
31049
|
+
"privacy": "private",
|
31050
|
+
"static": true,
|
31051
|
+
"default": "'text-input-container-right-adjustment'"
|
29967
31052
|
},
|
29968
31053
|
{
|
29969
31054
|
"kind": "field",
|
29970
|
-
"name": "
|
31055
|
+
"name": "INPUT_OUTSIDE_LEFT_SMALL_ADJUSTMENT_CLASS",
|
29971
31056
|
"type": {
|
29972
|
-
"text": "
|
31057
|
+
"text": "string"
|
29973
31058
|
},
|
29974
|
-
"
|
29975
|
-
"
|
29976
|
-
|
29977
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
29978
|
-
}
|
31059
|
+
"privacy": "private",
|
31060
|
+
"static": true,
|
31061
|
+
"default": "'text-input-container-left-small-adjustment'"
|
29979
31062
|
},
|
29980
31063
|
{
|
29981
31064
|
"kind": "field",
|
29982
|
-
"name": "
|
31065
|
+
"name": "INPUT_OUTSIDE_RIGHT_SMALL_ADJUSTMENT_CLASS",
|
29983
31066
|
"type": {
|
29984
|
-
"text": "string
|
31067
|
+
"text": "string"
|
29985
31068
|
},
|
29986
|
-
"
|
29987
|
-
"
|
29988
|
-
|
29989
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
29990
|
-
}
|
31069
|
+
"privacy": "private",
|
31070
|
+
"static": true,
|
31071
|
+
"default": "'text-input-container-right-small-adjustment'"
|
29991
31072
|
},
|
29992
31073
|
{
|
29993
31074
|
"kind": "method",
|
29994
|
-
"name": "
|
31075
|
+
"name": "adjustInputPadding",
|
29995
31076
|
"privacy": "private",
|
31077
|
+
"static": true,
|
29996
31078
|
"parameters": [
|
29997
31079
|
{
|
29998
|
-
"name": "
|
29999
|
-
"optional": true,
|
31080
|
+
"name": "textInputEl",
|
30000
31081
|
"type": {
|
30001
|
-
"text": "
|
31082
|
+
"text": "HTMLElement"
|
30002
31083
|
}
|
30003
|
-
}
|
30004
|
-
],
|
30005
|
-
"inheritedFrom": {
|
30006
|
-
"name": "InputButton",
|
30007
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
30008
|
-
}
|
30009
|
-
},
|
30010
|
-
{
|
30011
|
-
"kind": "method",
|
30012
|
-
"name": "buttonMouseEnter",
|
30013
|
-
"privacy": "private",
|
30014
|
-
"parameters": [
|
31084
|
+
},
|
30015
31085
|
{
|
30016
|
-
"name": "
|
30017
|
-
"optional": true,
|
31086
|
+
"name": "positions",
|
30018
31087
|
"type": {
|
30019
|
-
"text": "
|
31088
|
+
"text": "Positions"
|
30020
31089
|
}
|
30021
31090
|
}
|
30022
|
-
]
|
30023
|
-
"inheritedFrom": {
|
30024
|
-
"name": "InputButton",
|
30025
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
30026
|
-
}
|
31091
|
+
]
|
30027
31092
|
},
|
30028
31093
|
{
|
30029
31094
|
"kind": "method",
|
30030
|
-
"name": "
|
31095
|
+
"name": "adjustForOutsideButton",
|
30031
31096
|
"privacy": "private",
|
31097
|
+
"static": true,
|
30032
31098
|
"parameters": [
|
30033
31099
|
{
|
30034
|
-
"name": "
|
30035
|
-
"optional": true,
|
31100
|
+
"name": "containers",
|
30036
31101
|
"type": {
|
30037
|
-
"text": "
|
31102
|
+
"text": "ButtonContainersT"
|
30038
31103
|
}
|
30039
|
-
}
|
30040
|
-
],
|
30041
|
-
"inheritedFrom": {
|
30042
|
-
"name": "InputButton",
|
30043
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
30044
|
-
}
|
30045
|
-
},
|
30046
|
-
{
|
30047
|
-
"kind": "method",
|
30048
|
-
"name": "buttonMouseDown",
|
30049
|
-
"privacy": "private",
|
30050
|
-
"parameters": [
|
31104
|
+
},
|
30051
31105
|
{
|
30052
|
-
"name": "
|
30053
|
-
"optional": true,
|
31106
|
+
"name": "fileAtt",
|
30054
31107
|
"type": {
|
30055
|
-
"text": "
|
31108
|
+
"text": "HTMLElement"
|
31109
|
+
}
|
31110
|
+
},
|
31111
|
+
{
|
31112
|
+
"name": "positions",
|
31113
|
+
"type": {
|
31114
|
+
"text": "Positions"
|
30056
31115
|
}
|
30057
31116
|
}
|
30058
|
-
]
|
30059
|
-
"inheritedFrom": {
|
30060
|
-
"name": "InputButton",
|
30061
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
30062
|
-
}
|
31117
|
+
]
|
30063
31118
|
},
|
30064
31119
|
{
|
30065
31120
|
"kind": "method",
|
30066
|
-
"name": "
|
31121
|
+
"name": "adjustOutsideSubmit",
|
30067
31122
|
"privacy": "private",
|
31123
|
+
"static": true,
|
30068
31124
|
"parameters": [
|
30069
31125
|
{
|
30070
|
-
"name": "
|
30071
|
-
"optional": true,
|
31126
|
+
"name": "containers",
|
30072
31127
|
"type": {
|
30073
|
-
"text": "
|
31128
|
+
"text": "ButtonContainersT"
|
30074
31129
|
}
|
30075
|
-
}
|
30076
|
-
],
|
30077
|
-
"inheritedFrom": {
|
30078
|
-
"name": "InputButton",
|
30079
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
30080
|
-
}
|
30081
|
-
},
|
30082
|
-
{
|
30083
|
-
"kind": "method",
|
30084
|
-
"name": "unsetCustomStateStyles",
|
30085
|
-
"privacy": "public",
|
30086
|
-
"parameters": [
|
31130
|
+
},
|
30087
31131
|
{
|
30088
|
-
"name": "
|
31132
|
+
"name": "fileAtt",
|
30089
31133
|
"type": {
|
30090
|
-
"text": "
|
31134
|
+
"text": "HTMLElement"
|
31135
|
+
}
|
31136
|
+
},
|
31137
|
+
{
|
31138
|
+
"name": "positions",
|
31139
|
+
"type": {
|
31140
|
+
"text": "Positions"
|
30091
31141
|
}
|
30092
31142
|
}
|
30093
|
-
]
|
30094
|
-
"inheritedFrom": {
|
30095
|
-
"name": "InputButton",
|
30096
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
30097
|
-
}
|
31143
|
+
]
|
30098
31144
|
},
|
30099
31145
|
{
|
30100
31146
|
"kind": "method",
|
30101
|
-
"name": "
|
31147
|
+
"name": "set",
|
30102
31148
|
"privacy": "public",
|
31149
|
+
"static": true,
|
30103
31150
|
"parameters": [
|
30104
31151
|
{
|
30105
|
-
"name": "
|
31152
|
+
"name": "textInputEl",
|
30106
31153
|
"type": {
|
30107
|
-
"text": "
|
31154
|
+
"text": "HTMLElement"
|
30108
31155
|
}
|
30109
31156
|
},
|
30110
31157
|
{
|
30111
|
-
"name": "
|
30112
|
-
"optional": true,
|
31158
|
+
"name": "containers",
|
30113
31159
|
"type": {
|
30114
|
-
"text": "
|
31160
|
+
"text": "ButtonContainersT"
|
31161
|
+
}
|
31162
|
+
},
|
31163
|
+
{
|
31164
|
+
"name": "fileAtt",
|
31165
|
+
"type": {
|
31166
|
+
"text": "HTMLElement"
|
31167
|
+
}
|
31168
|
+
},
|
31169
|
+
{
|
31170
|
+
"name": "positions",
|
31171
|
+
"type": {
|
31172
|
+
"text": "Positions"
|
30115
31173
|
}
|
30116
31174
|
}
|
30117
|
-
]
|
30118
|
-
"inheritedFrom": {
|
30119
|
-
"name": "InputButton",
|
30120
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
30121
|
-
}
|
31175
|
+
]
|
30122
31176
|
}
|
30123
|
-
]
|
30124
|
-
"superclass": {
|
30125
|
-
"name": "InputButton",
|
30126
|
-
"module": "/src/views/chat/input/buttons/inputButton"
|
30127
|
-
}
|
31177
|
+
]
|
30128
31178
|
}
|
30129
31179
|
],
|
30130
31180
|
"exports": [
|
30131
31181
|
{
|
30132
31182
|
"kind": "js",
|
30133
|
-
"name": "
|
31183
|
+
"name": "InputButtonStyleAdjustments",
|
30134
31184
|
"declaration": {
|
30135
|
-
"name": "
|
30136
|
-
"module": "src/views/chat/input/buttons/
|
31185
|
+
"name": "InputButtonStyleAdjustments",
|
31186
|
+
"module": "src/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.ts"
|
30137
31187
|
}
|
30138
31188
|
}
|
30139
31189
|
]
|