deep-chat-dev 9.0.131 → 9.0.132
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 +1555 -1632
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.d.ts +0 -1
- package/dist/deepChat.d.ts.map +1 -1
- package/dist/deepChat.js +201 -202
- package/dist/views/chat/chatView.d.ts +1 -1
- package/dist/views/chat/chatView.d.ts.map +1 -1
- package/dist/views/chat/input/textInput/pasteUtils.d.ts.map +1 -1
- 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
@@ -349,13 +349,6 @@
|
|
349
349
|
"text": "ServiceIO | undefined"
|
350
350
|
}
|
351
351
|
},
|
352
|
-
{
|
353
|
-
"kind": "field",
|
354
|
-
"name": "_childElement",
|
355
|
-
"type": {
|
356
|
-
"text": "HTMLElement | undefined"
|
357
|
-
}
|
358
|
-
},
|
359
352
|
{
|
360
353
|
"kind": "field",
|
361
354
|
"name": "_validationHandler",
|
@@ -508,6 +501,54 @@
|
|
508
501
|
}
|
509
502
|
]
|
510
503
|
},
|
504
|
+
{
|
505
|
+
"kind": "javascript-module",
|
506
|
+
"path": "src/services/serviceIO.ts",
|
507
|
+
"declarations": [],
|
508
|
+
"exports": []
|
509
|
+
},
|
510
|
+
{
|
511
|
+
"kind": "javascript-module",
|
512
|
+
"path": "src/services/serviceIOFactory.ts",
|
513
|
+
"declarations": [
|
514
|
+
{
|
515
|
+
"kind": "class",
|
516
|
+
"description": "",
|
517
|
+
"name": "ServiceIOFactory",
|
518
|
+
"members": [
|
519
|
+
{
|
520
|
+
"kind": "method",
|
521
|
+
"name": "create",
|
522
|
+
"privacy": "public",
|
523
|
+
"static": true,
|
524
|
+
"return": {
|
525
|
+
"type": {
|
526
|
+
"text": "ServiceIO"
|
527
|
+
}
|
528
|
+
},
|
529
|
+
"parameters": [
|
530
|
+
{
|
531
|
+
"name": "deepChat",
|
532
|
+
"type": {
|
533
|
+
"text": "DeepChat"
|
534
|
+
}
|
535
|
+
}
|
536
|
+
]
|
537
|
+
}
|
538
|
+
]
|
539
|
+
}
|
540
|
+
],
|
541
|
+
"exports": [
|
542
|
+
{
|
543
|
+
"kind": "js",
|
544
|
+
"name": "ServiceIOFactory",
|
545
|
+
"declaration": {
|
546
|
+
"name": "ServiceIOFactory",
|
547
|
+
"module": "src/services/serviceIOFactory.ts"
|
548
|
+
}
|
549
|
+
}
|
550
|
+
]
|
551
|
+
},
|
511
552
|
{
|
512
553
|
"kind": "javascript-module",
|
513
554
|
"path": "src/icons/audioIcon.ts",
|
@@ -865,54 +906,6 @@
|
|
865
906
|
}
|
866
907
|
]
|
867
908
|
},
|
868
|
-
{
|
869
|
-
"kind": "javascript-module",
|
870
|
-
"path": "src/services/serviceIO.ts",
|
871
|
-
"declarations": [],
|
872
|
-
"exports": []
|
873
|
-
},
|
874
|
-
{
|
875
|
-
"kind": "javascript-module",
|
876
|
-
"path": "src/services/serviceIOFactory.ts",
|
877
|
-
"declarations": [
|
878
|
-
{
|
879
|
-
"kind": "class",
|
880
|
-
"description": "",
|
881
|
-
"name": "ServiceIOFactory",
|
882
|
-
"members": [
|
883
|
-
{
|
884
|
-
"kind": "method",
|
885
|
-
"name": "create",
|
886
|
-
"privacy": "public",
|
887
|
-
"static": true,
|
888
|
-
"return": {
|
889
|
-
"type": {
|
890
|
-
"text": "ServiceIO"
|
891
|
-
}
|
892
|
-
},
|
893
|
-
"parameters": [
|
894
|
-
{
|
895
|
-
"name": "deepChat",
|
896
|
-
"type": {
|
897
|
-
"text": "DeepChat"
|
898
|
-
}
|
899
|
-
}
|
900
|
-
]
|
901
|
-
}
|
902
|
-
]
|
903
|
-
}
|
904
|
-
],
|
905
|
-
"exports": [
|
906
|
-
{
|
907
|
-
"kind": "js",
|
908
|
-
"name": "ServiceIOFactory",
|
909
|
-
"declaration": {
|
910
|
-
"name": "ServiceIOFactory",
|
911
|
-
"module": "src/services/serviceIOFactory.ts"
|
912
|
-
}
|
913
|
-
}
|
914
|
-
]
|
915
|
-
},
|
916
909
|
{
|
917
910
|
"kind": "javascript-module",
|
918
911
|
"path": "src/types/APIKey.ts",
|
@@ -2146,20 +2139,6 @@
|
|
2146
2139
|
}
|
2147
2140
|
]
|
2148
2141
|
},
|
2149
|
-
{
|
2150
|
-
"kind": "javascript-module",
|
2151
|
-
"path": "src/webModel/webModelConfig2.ts",
|
2152
|
-
"declarations": [],
|
2153
|
-
"exports": [
|
2154
|
-
{
|
2155
|
-
"kind": "js",
|
2156
|
-
"name": "default",
|
2157
|
-
"declaration": {
|
2158
|
-
"module": "src/webModel/webModelConfig2.ts"
|
2159
|
-
}
|
2160
|
-
}
|
2161
|
-
]
|
2162
|
-
},
|
2163
2142
|
{
|
2164
2143
|
"kind": "javascript-module",
|
2165
2144
|
"path": "src/webModel/webModelIntroMessage.ts",
|
@@ -25819,6 +25798,162 @@
|
|
25819
25798
|
}
|
25820
25799
|
]
|
25821
25800
|
},
|
25801
|
+
{
|
25802
|
+
"kind": "javascript-module",
|
25803
|
+
"path": "src/utils/buttons/inputButtons.ts",
|
25804
|
+
"declarations": [
|
25805
|
+
{
|
25806
|
+
"kind": "variable",
|
25807
|
+
"name": "BUTTON_ORDER",
|
25808
|
+
"type": {
|
25809
|
+
"text": "readonly BUTTON_TYPES[]"
|
25810
|
+
},
|
25811
|
+
"default": "[\n 'camera',\n 'gifs',\n 'images',\n 'audio',\n 'mixedFiles',\n 'submit',\n 'microphone',\n]"
|
25812
|
+
}
|
25813
|
+
],
|
25814
|
+
"exports": [
|
25815
|
+
{
|
25816
|
+
"kind": "js",
|
25817
|
+
"name": "BUTTON_ORDER",
|
25818
|
+
"declaration": {
|
25819
|
+
"name": "BUTTON_ORDER",
|
25820
|
+
"module": "src/utils/buttons/inputButtons.ts"
|
25821
|
+
}
|
25822
|
+
}
|
25823
|
+
]
|
25824
|
+
},
|
25825
|
+
{
|
25826
|
+
"kind": "javascript-module",
|
25827
|
+
"path": "src/utils/buttons/keyboardKeys.ts",
|
25828
|
+
"declarations": [],
|
25829
|
+
"exports": []
|
25830
|
+
},
|
25831
|
+
{
|
25832
|
+
"kind": "javascript-module",
|
25833
|
+
"path": "src/utils/data/objectUtils.ts",
|
25834
|
+
"declarations": [
|
25835
|
+
{
|
25836
|
+
"kind": "class",
|
25837
|
+
"description": "",
|
25838
|
+
"name": "ObjectUtils",
|
25839
|
+
"members": [
|
25840
|
+
{
|
25841
|
+
"kind": "method",
|
25842
|
+
"name": "setPropertyValueIfDoesNotExist",
|
25843
|
+
"privacy": "public",
|
25844
|
+
"static": true,
|
25845
|
+
"parameters": [
|
25846
|
+
{
|
25847
|
+
"name": "object",
|
25848
|
+
"type": {
|
25849
|
+
"text": "T"
|
25850
|
+
}
|
25851
|
+
},
|
25852
|
+
{
|
25853
|
+
"name": "nestedKeys",
|
25854
|
+
"type": {
|
25855
|
+
"text": "string[]"
|
25856
|
+
}
|
25857
|
+
},
|
25858
|
+
{
|
25859
|
+
"name": "value",
|
25860
|
+
"type": {
|
25861
|
+
"text": "unknown"
|
25862
|
+
}
|
25863
|
+
}
|
25864
|
+
]
|
25865
|
+
},
|
25866
|
+
{
|
25867
|
+
"kind": "method",
|
25868
|
+
"name": "setPropertyValue",
|
25869
|
+
"privacy": "public",
|
25870
|
+
"static": true,
|
25871
|
+
"parameters": [
|
25872
|
+
{
|
25873
|
+
"name": "object",
|
25874
|
+
"type": {
|
25875
|
+
"text": "T"
|
25876
|
+
}
|
25877
|
+
},
|
25878
|
+
{
|
25879
|
+
"name": "nestedKeys",
|
25880
|
+
"type": {
|
25881
|
+
"text": "string[]"
|
25882
|
+
}
|
25883
|
+
},
|
25884
|
+
{
|
25885
|
+
"name": "value",
|
25886
|
+
"type": {
|
25887
|
+
"text": "unknown"
|
25888
|
+
}
|
25889
|
+
}
|
25890
|
+
]
|
25891
|
+
},
|
25892
|
+
{
|
25893
|
+
"kind": "method",
|
25894
|
+
"name": "getObjectValue",
|
25895
|
+
"privacy": "public",
|
25896
|
+
"static": true,
|
25897
|
+
"return": {
|
25898
|
+
"type": {
|
25899
|
+
"text": "object | undefined"
|
25900
|
+
}
|
25901
|
+
},
|
25902
|
+
"parameters": [
|
25903
|
+
{
|
25904
|
+
"name": "object",
|
25905
|
+
"type": {
|
25906
|
+
"text": "T"
|
25907
|
+
}
|
25908
|
+
},
|
25909
|
+
{
|
25910
|
+
"name": "nestedKeys",
|
25911
|
+
"type": {
|
25912
|
+
"text": "string[]"
|
25913
|
+
}
|
25914
|
+
}
|
25915
|
+
]
|
25916
|
+
},
|
25917
|
+
{
|
25918
|
+
"kind": "method",
|
25919
|
+
"name": "overwritePropertyObjectFromAnother",
|
25920
|
+
"privacy": "public",
|
25921
|
+
"static": true,
|
25922
|
+
"parameters": [
|
25923
|
+
{
|
25924
|
+
"name": "target",
|
25925
|
+
"type": {
|
25926
|
+
"text": "T"
|
25927
|
+
}
|
25928
|
+
},
|
25929
|
+
{
|
25930
|
+
"name": "source",
|
25931
|
+
"type": {
|
25932
|
+
"text": "T"
|
25933
|
+
}
|
25934
|
+
},
|
25935
|
+
{
|
25936
|
+
"name": "nestedKeys",
|
25937
|
+
"type": {
|
25938
|
+
"text": "string[]"
|
25939
|
+
}
|
25940
|
+
}
|
25941
|
+
]
|
25942
|
+
}
|
25943
|
+
]
|
25944
|
+
}
|
25945
|
+
],
|
25946
|
+
"exports": [
|
25947
|
+
{
|
25948
|
+
"kind": "js",
|
25949
|
+
"name": "ObjectUtils",
|
25950
|
+
"declaration": {
|
25951
|
+
"name": "ObjectUtils",
|
25952
|
+
"module": "src/utils/data/objectUtils.ts"
|
25953
|
+
}
|
25954
|
+
}
|
25955
|
+
]
|
25956
|
+
},
|
25822
25957
|
{
|
25823
25958
|
"kind": "javascript-module",
|
25824
25959
|
"path": "src/utils/browser/browser.ts",
|
@@ -25854,162 +25989,6 @@
|
|
25854
25989
|
}
|
25855
25990
|
]
|
25856
25991
|
},
|
25857
|
-
{
|
25858
|
-
"kind": "javascript-module",
|
25859
|
-
"path": "src/utils/buttons/inputButtons.ts",
|
25860
|
-
"declarations": [
|
25861
|
-
{
|
25862
|
-
"kind": "variable",
|
25863
|
-
"name": "BUTTON_ORDER",
|
25864
|
-
"type": {
|
25865
|
-
"text": "readonly BUTTON_TYPES[]"
|
25866
|
-
},
|
25867
|
-
"default": "[\n 'camera',\n 'gifs',\n 'images',\n 'audio',\n 'mixedFiles',\n 'submit',\n 'microphone',\n]"
|
25868
|
-
}
|
25869
|
-
],
|
25870
|
-
"exports": [
|
25871
|
-
{
|
25872
|
-
"kind": "js",
|
25873
|
-
"name": "BUTTON_ORDER",
|
25874
|
-
"declaration": {
|
25875
|
-
"name": "BUTTON_ORDER",
|
25876
|
-
"module": "src/utils/buttons/inputButtons.ts"
|
25877
|
-
}
|
25878
|
-
}
|
25879
|
-
]
|
25880
|
-
},
|
25881
|
-
{
|
25882
|
-
"kind": "javascript-module",
|
25883
|
-
"path": "src/utils/buttons/keyboardKeys.ts",
|
25884
|
-
"declarations": [],
|
25885
|
-
"exports": []
|
25886
|
-
},
|
25887
|
-
{
|
25888
|
-
"kind": "javascript-module",
|
25889
|
-
"path": "src/utils/data/objectUtils.ts",
|
25890
|
-
"declarations": [
|
25891
|
-
{
|
25892
|
-
"kind": "class",
|
25893
|
-
"description": "",
|
25894
|
-
"name": "ObjectUtils",
|
25895
|
-
"members": [
|
25896
|
-
{
|
25897
|
-
"kind": "method",
|
25898
|
-
"name": "setPropertyValueIfDoesNotExist",
|
25899
|
-
"privacy": "public",
|
25900
|
-
"static": true,
|
25901
|
-
"parameters": [
|
25902
|
-
{
|
25903
|
-
"name": "object",
|
25904
|
-
"type": {
|
25905
|
-
"text": "T"
|
25906
|
-
}
|
25907
|
-
},
|
25908
|
-
{
|
25909
|
-
"name": "nestedKeys",
|
25910
|
-
"type": {
|
25911
|
-
"text": "string[]"
|
25912
|
-
}
|
25913
|
-
},
|
25914
|
-
{
|
25915
|
-
"name": "value",
|
25916
|
-
"type": {
|
25917
|
-
"text": "unknown"
|
25918
|
-
}
|
25919
|
-
}
|
25920
|
-
]
|
25921
|
-
},
|
25922
|
-
{
|
25923
|
-
"kind": "method",
|
25924
|
-
"name": "setPropertyValue",
|
25925
|
-
"privacy": "public",
|
25926
|
-
"static": true,
|
25927
|
-
"parameters": [
|
25928
|
-
{
|
25929
|
-
"name": "object",
|
25930
|
-
"type": {
|
25931
|
-
"text": "T"
|
25932
|
-
}
|
25933
|
-
},
|
25934
|
-
{
|
25935
|
-
"name": "nestedKeys",
|
25936
|
-
"type": {
|
25937
|
-
"text": "string[]"
|
25938
|
-
}
|
25939
|
-
},
|
25940
|
-
{
|
25941
|
-
"name": "value",
|
25942
|
-
"type": {
|
25943
|
-
"text": "unknown"
|
25944
|
-
}
|
25945
|
-
}
|
25946
|
-
]
|
25947
|
-
},
|
25948
|
-
{
|
25949
|
-
"kind": "method",
|
25950
|
-
"name": "getObjectValue",
|
25951
|
-
"privacy": "public",
|
25952
|
-
"static": true,
|
25953
|
-
"return": {
|
25954
|
-
"type": {
|
25955
|
-
"text": "object | undefined"
|
25956
|
-
}
|
25957
|
-
},
|
25958
|
-
"parameters": [
|
25959
|
-
{
|
25960
|
-
"name": "object",
|
25961
|
-
"type": {
|
25962
|
-
"text": "T"
|
25963
|
-
}
|
25964
|
-
},
|
25965
|
-
{
|
25966
|
-
"name": "nestedKeys",
|
25967
|
-
"type": {
|
25968
|
-
"text": "string[]"
|
25969
|
-
}
|
25970
|
-
}
|
25971
|
-
]
|
25972
|
-
},
|
25973
|
-
{
|
25974
|
-
"kind": "method",
|
25975
|
-
"name": "overwritePropertyObjectFromAnother",
|
25976
|
-
"privacy": "public",
|
25977
|
-
"static": true,
|
25978
|
-
"parameters": [
|
25979
|
-
{
|
25980
|
-
"name": "target",
|
25981
|
-
"type": {
|
25982
|
-
"text": "T"
|
25983
|
-
}
|
25984
|
-
},
|
25985
|
-
{
|
25986
|
-
"name": "source",
|
25987
|
-
"type": {
|
25988
|
-
"text": "T"
|
25989
|
-
}
|
25990
|
-
},
|
25991
|
-
{
|
25992
|
-
"name": "nestedKeys",
|
25993
|
-
"type": {
|
25994
|
-
"text": "string[]"
|
25995
|
-
}
|
25996
|
-
}
|
25997
|
-
]
|
25998
|
-
}
|
25999
|
-
]
|
26000
|
-
}
|
26001
|
-
],
|
26002
|
-
"exports": [
|
26003
|
-
{
|
26004
|
-
"kind": "js",
|
26005
|
-
"name": "ObjectUtils",
|
26006
|
-
"declaration": {
|
26007
|
-
"name": "ObjectUtils",
|
26008
|
-
"module": "src/utils/data/objectUtils.ts"
|
26009
|
-
}
|
26010
|
-
}
|
26011
|
-
]
|
26012
|
-
},
|
26013
25992
|
{
|
26014
25993
|
"kind": "javascript-module",
|
26015
25994
|
"path": "src/utils/decorators/property.ts",
|
@@ -26822,48 +26801,6 @@
|
|
26822
26801
|
}
|
26823
26802
|
]
|
26824
26803
|
},
|
26825
|
-
{
|
26826
|
-
"kind": "javascript-module",
|
26827
|
-
"path": "src/utils/files/fileUtils.ts",
|
26828
|
-
"declarations": [
|
26829
|
-
{
|
26830
|
-
"kind": "class",
|
26831
|
-
"description": "",
|
26832
|
-
"name": "FileUtils",
|
26833
|
-
"members": [
|
26834
|
-
{
|
26835
|
-
"kind": "method",
|
26836
|
-
"name": "load",
|
26837
|
-
"privacy": "public",
|
26838
|
-
"static": true,
|
26839
|
-
"return": {
|
26840
|
-
"type": {
|
26841
|
-
"text": "Promise<FileReader['result']>"
|
26842
|
-
}
|
26843
|
-
},
|
26844
|
-
"parameters": [
|
26845
|
-
{
|
26846
|
-
"name": "file",
|
26847
|
-
"type": {
|
26848
|
-
"text": "File"
|
26849
|
-
}
|
26850
|
-
}
|
26851
|
-
]
|
26852
|
-
}
|
26853
|
-
]
|
26854
|
-
}
|
26855
|
-
],
|
26856
|
-
"exports": [
|
26857
|
-
{
|
26858
|
-
"kind": "js",
|
26859
|
-
"name": "FileUtils",
|
26860
|
-
"declaration": {
|
26861
|
-
"name": "FileUtils",
|
26862
|
-
"module": "src/utils/files/fileUtils.ts"
|
26863
|
-
}
|
26864
|
-
}
|
26865
|
-
]
|
26866
|
-
},
|
26867
26804
|
{
|
26868
26805
|
"kind": "javascript-module",
|
26869
26806
|
"path": "src/utils/legacy/legacy.ts",
|
@@ -27283,13 +27220,6 @@
|
|
27283
27220
|
"type": {
|
27284
27221
|
"text": "ServiceIO"
|
27285
27222
|
}
|
27286
|
-
},
|
27287
|
-
{
|
27288
|
-
"name": "panel",
|
27289
|
-
"optional": true,
|
27290
|
-
"type": {
|
27291
|
-
"text": "HTMLElement"
|
27292
|
-
}
|
27293
27223
|
}
|
27294
27224
|
]
|
27295
27225
|
},
|
@@ -27316,15 +27246,120 @@
|
|
27316
27246
|
"type": {
|
27317
27247
|
"text": "ServiceIO"
|
27318
27248
|
}
|
27249
|
+
}
|
27250
|
+
]
|
27251
|
+
}
|
27252
|
+
]
|
27253
|
+
}
|
27254
|
+
],
|
27255
|
+
"exports": [
|
27256
|
+
{
|
27257
|
+
"kind": "js",
|
27258
|
+
"name": "ChatView",
|
27259
|
+
"declaration": {
|
27260
|
+
"name": "ChatView",
|
27261
|
+
"module": "src/views/chat/chatView.ts"
|
27262
|
+
}
|
27263
|
+
}
|
27264
|
+
]
|
27265
|
+
},
|
27266
|
+
{
|
27267
|
+
"kind": "javascript-module",
|
27268
|
+
"path": "src/views/error/errorView.ts",
|
27269
|
+
"declarations": [
|
27270
|
+
{
|
27271
|
+
"kind": "class",
|
27272
|
+
"description": "",
|
27273
|
+
"name": "ErrorView",
|
27274
|
+
"members": [
|
27275
|
+
{
|
27276
|
+
"kind": "method",
|
27277
|
+
"name": "render",
|
27278
|
+
"privacy": "public",
|
27279
|
+
"static": true,
|
27280
|
+
"parameters": [
|
27281
|
+
{
|
27282
|
+
"name": "containerElement",
|
27283
|
+
"type": {
|
27284
|
+
"text": "HTMLElement"
|
27285
|
+
}
|
27319
27286
|
},
|
27320
27287
|
{
|
27321
|
-
"name": "
|
27322
|
-
"
|
27288
|
+
"name": "text",
|
27289
|
+
"type": {
|
27290
|
+
"text": "string"
|
27291
|
+
}
|
27292
|
+
}
|
27293
|
+
]
|
27294
|
+
}
|
27295
|
+
]
|
27296
|
+
}
|
27297
|
+
],
|
27298
|
+
"exports": [
|
27299
|
+
{
|
27300
|
+
"kind": "js",
|
27301
|
+
"name": "ErrorView",
|
27302
|
+
"declaration": {
|
27303
|
+
"name": "ErrorView",
|
27304
|
+
"module": "src/views/error/errorView.ts"
|
27305
|
+
}
|
27306
|
+
}
|
27307
|
+
]
|
27308
|
+
},
|
27309
|
+
{
|
27310
|
+
"kind": "javascript-module",
|
27311
|
+
"path": "src/views/validateKeyProperty/validateKeyPropertyView.ts",
|
27312
|
+
"declarations": [
|
27313
|
+
{
|
27314
|
+
"kind": "class",
|
27315
|
+
"description": "",
|
27316
|
+
"name": "ValidateKeyPropertyView",
|
27317
|
+
"members": [
|
27318
|
+
{
|
27319
|
+
"kind": "method",
|
27320
|
+
"name": "onLoad",
|
27321
|
+
"privacy": "private",
|
27322
|
+
"static": true,
|
27323
|
+
"parameters": [
|
27324
|
+
{
|
27325
|
+
"name": "startElement",
|
27323
27326
|
"type": {
|
27324
27327
|
"text": "HTMLElement"
|
27325
27328
|
}
|
27326
27329
|
}
|
27327
27330
|
]
|
27331
|
+
},
|
27332
|
+
{
|
27333
|
+
"kind": "method",
|
27334
|
+
"name": "createElements",
|
27335
|
+
"privacy": "private",
|
27336
|
+
"static": true
|
27337
|
+
},
|
27338
|
+
{
|
27339
|
+
"kind": "method",
|
27340
|
+
"name": "render",
|
27341
|
+
"privacy": "public",
|
27342
|
+
"static": true,
|
27343
|
+
"parameters": [
|
27344
|
+
{
|
27345
|
+
"name": "containerRef",
|
27346
|
+
"type": {
|
27347
|
+
"text": "HTMLElement"
|
27348
|
+
}
|
27349
|
+
},
|
27350
|
+
{
|
27351
|
+
"name": "changeToChat",
|
27352
|
+
"type": {
|
27353
|
+
"text": "() => void"
|
27354
|
+
}
|
27355
|
+
},
|
27356
|
+
{
|
27357
|
+
"name": "serviceIO",
|
27358
|
+
"type": {
|
27359
|
+
"text": "ServiceIO"
|
27360
|
+
}
|
27361
|
+
}
|
27362
|
+
]
|
27328
27363
|
}
|
27329
27364
|
]
|
27330
27365
|
}
|
@@ -27332,10 +27367,10 @@
|
|
27332
27367
|
"exports": [
|
27333
27368
|
{
|
27334
27369
|
"kind": "js",
|
27335
|
-
"name": "
|
27370
|
+
"name": "ValidateKeyPropertyView",
|
27336
27371
|
"declaration": {
|
27337
|
-
"name": "
|
27338
|
-
"module": "src/views/
|
27372
|
+
"name": "ValidateKeyPropertyView",
|
27373
|
+
"module": "src/views/validateKeyProperty/validateKeyPropertyView.ts"
|
27339
27374
|
}
|
27340
27375
|
}
|
27341
27376
|
]
|
@@ -27726,101 +27761,89 @@
|
|
27726
27761
|
},
|
27727
27762
|
{
|
27728
27763
|
"kind": "javascript-module",
|
27729
|
-
"path": "src/
|
27764
|
+
"path": "src/services/assemblyAI/utils/assemblyAIUtils.ts",
|
27730
27765
|
"declarations": [
|
27731
27766
|
{
|
27732
27767
|
"kind": "class",
|
27733
27768
|
"description": "",
|
27734
|
-
"name": "
|
27769
|
+
"name": "AssemblyAIUtils",
|
27735
27770
|
"members": [
|
27736
27771
|
{
|
27737
27772
|
"kind": "method",
|
27738
|
-
"name": "
|
27739
|
-
"privacy": "
|
27773
|
+
"name": "poll",
|
27774
|
+
"privacy": "public",
|
27740
27775
|
"static": true,
|
27741
27776
|
"parameters": [
|
27742
27777
|
{
|
27743
|
-
"name": "
|
27778
|
+
"name": "api_token",
|
27744
27779
|
"type": {
|
27745
|
-
"text": "
|
27780
|
+
"text": "string"
|
27781
|
+
}
|
27782
|
+
},
|
27783
|
+
{
|
27784
|
+
"name": "audio_url",
|
27785
|
+
"type": {
|
27786
|
+
"text": "string"
|
27746
27787
|
}
|
27747
27788
|
}
|
27748
27789
|
]
|
27749
27790
|
},
|
27750
27791
|
{
|
27751
27792
|
"kind": "method",
|
27752
|
-
"name": "
|
27753
|
-
"privacy": "
|
27754
|
-
"static": true
|
27793
|
+
"name": "buildHeaders",
|
27794
|
+
"privacy": "public",
|
27795
|
+
"static": true,
|
27796
|
+
"parameters": [
|
27797
|
+
{
|
27798
|
+
"name": "key",
|
27799
|
+
"type": {
|
27800
|
+
"text": "string"
|
27801
|
+
}
|
27802
|
+
}
|
27803
|
+
]
|
27755
27804
|
},
|
27756
27805
|
{
|
27757
27806
|
"kind": "method",
|
27758
|
-
"name": "
|
27759
|
-
"privacy": "
|
27807
|
+
"name": "handleVerificationResult",
|
27808
|
+
"privacy": "private",
|
27760
27809
|
"static": true,
|
27761
27810
|
"parameters": [
|
27762
27811
|
{
|
27763
|
-
"name": "
|
27812
|
+
"name": "result",
|
27764
27813
|
"type": {
|
27765
|
-
"text": "
|
27814
|
+
"text": "object"
|
27766
27815
|
}
|
27767
27816
|
},
|
27768
27817
|
{
|
27769
|
-
"name": "
|
27818
|
+
"name": "key",
|
27770
27819
|
"type": {
|
27771
|
-
"text": "
|
27820
|
+
"text": "string"
|
27772
27821
|
}
|
27773
27822
|
},
|
27774
27823
|
{
|
27775
|
-
"name": "
|
27824
|
+
"name": "onSuccess",
|
27776
27825
|
"type": {
|
27777
|
-
"text": "
|
27826
|
+
"text": "(key: string) => void"
|
27827
|
+
}
|
27828
|
+
},
|
27829
|
+
{
|
27830
|
+
"name": "onFail",
|
27831
|
+
"type": {
|
27832
|
+
"text": "(message: string) => void"
|
27778
27833
|
}
|
27779
27834
|
}
|
27780
27835
|
]
|
27781
|
-
}
|
27782
|
-
]
|
27783
|
-
}
|
27784
|
-
],
|
27785
|
-
"exports": [
|
27786
|
-
{
|
27787
|
-
"kind": "js",
|
27788
|
-
"name": "ValidateKeyPropertyView",
|
27789
|
-
"declaration": {
|
27790
|
-
"name": "ValidateKeyPropertyView",
|
27791
|
-
"module": "src/views/validateKeyProperty/validateKeyPropertyView.ts"
|
27792
|
-
}
|
27793
|
-
}
|
27794
|
-
]
|
27795
|
-
},
|
27796
|
-
{
|
27797
|
-
"kind": "javascript-module",
|
27798
|
-
"path": "src/views/error/errorView.ts",
|
27799
|
-
"declarations": [
|
27800
|
-
{
|
27801
|
-
"kind": "class",
|
27802
|
-
"description": "",
|
27803
|
-
"name": "ErrorView",
|
27804
|
-
"members": [
|
27836
|
+
},
|
27805
27837
|
{
|
27806
27838
|
"kind": "method",
|
27807
|
-
"name": "
|
27839
|
+
"name": "buildKeyVerificationDetails",
|
27808
27840
|
"privacy": "public",
|
27809
27841
|
"static": true,
|
27810
|
-
"
|
27811
|
-
{
|
27812
|
-
"
|
27813
|
-
"type": {
|
27814
|
-
"text": "HTMLElement"
|
27815
|
-
}
|
27816
|
-
},
|
27817
|
-
{
|
27818
|
-
"name": "text",
|
27819
|
-
"type": {
|
27820
|
-
"text": "string"
|
27821
|
-
}
|
27842
|
+
"return": {
|
27843
|
+
"type": {
|
27844
|
+
"text": "KeyVerificationDetails"
|
27822
27845
|
}
|
27823
|
-
|
27846
|
+
}
|
27824
27847
|
}
|
27825
27848
|
]
|
27826
27849
|
}
|
@@ -27828,20 +27851,14 @@
|
|
27828
27851
|
"exports": [
|
27829
27852
|
{
|
27830
27853
|
"kind": "js",
|
27831
|
-
"name": "
|
27854
|
+
"name": "AssemblyAIUtils",
|
27832
27855
|
"declaration": {
|
27833
|
-
"name": "
|
27834
|
-
"module": "src/
|
27856
|
+
"name": "AssemblyAIUtils",
|
27857
|
+
"module": "src/services/assemblyAI/utils/assemblyAIUtils.ts"
|
27835
27858
|
}
|
27836
27859
|
}
|
27837
27860
|
]
|
27838
27861
|
},
|
27839
|
-
{
|
27840
|
-
"kind": "javascript-module",
|
27841
|
-
"path": "src/types/webModel/webModel.ts",
|
27842
|
-
"declarations": [],
|
27843
|
-
"exports": []
|
27844
|
-
},
|
27845
27862
|
{
|
27846
27863
|
"kind": "javascript-module",
|
27847
27864
|
"path": "src/services/azure/utils/azureUtils.ts",
|
@@ -28087,106 +28104,6 @@
|
|
28087
28104
|
}
|
28088
28105
|
]
|
28089
28106
|
},
|
28090
|
-
{
|
28091
|
-
"kind": "javascript-module",
|
28092
|
-
"path": "src/services/assemblyAI/utils/assemblyAIUtils.ts",
|
28093
|
-
"declarations": [
|
28094
|
-
{
|
28095
|
-
"kind": "class",
|
28096
|
-
"description": "",
|
28097
|
-
"name": "AssemblyAIUtils",
|
28098
|
-
"members": [
|
28099
|
-
{
|
28100
|
-
"kind": "method",
|
28101
|
-
"name": "poll",
|
28102
|
-
"privacy": "public",
|
28103
|
-
"static": true,
|
28104
|
-
"parameters": [
|
28105
|
-
{
|
28106
|
-
"name": "api_token",
|
28107
|
-
"type": {
|
28108
|
-
"text": "string"
|
28109
|
-
}
|
28110
|
-
},
|
28111
|
-
{
|
28112
|
-
"name": "audio_url",
|
28113
|
-
"type": {
|
28114
|
-
"text": "string"
|
28115
|
-
}
|
28116
|
-
}
|
28117
|
-
]
|
28118
|
-
},
|
28119
|
-
{
|
28120
|
-
"kind": "method",
|
28121
|
-
"name": "buildHeaders",
|
28122
|
-
"privacy": "public",
|
28123
|
-
"static": true,
|
28124
|
-
"parameters": [
|
28125
|
-
{
|
28126
|
-
"name": "key",
|
28127
|
-
"type": {
|
28128
|
-
"text": "string"
|
28129
|
-
}
|
28130
|
-
}
|
28131
|
-
]
|
28132
|
-
},
|
28133
|
-
{
|
28134
|
-
"kind": "method",
|
28135
|
-
"name": "handleVerificationResult",
|
28136
|
-
"privacy": "private",
|
28137
|
-
"static": true,
|
28138
|
-
"parameters": [
|
28139
|
-
{
|
28140
|
-
"name": "result",
|
28141
|
-
"type": {
|
28142
|
-
"text": "object"
|
28143
|
-
}
|
28144
|
-
},
|
28145
|
-
{
|
28146
|
-
"name": "key",
|
28147
|
-
"type": {
|
28148
|
-
"text": "string"
|
28149
|
-
}
|
28150
|
-
},
|
28151
|
-
{
|
28152
|
-
"name": "onSuccess",
|
28153
|
-
"type": {
|
28154
|
-
"text": "(key: string) => void"
|
28155
|
-
}
|
28156
|
-
},
|
28157
|
-
{
|
28158
|
-
"name": "onFail",
|
28159
|
-
"type": {
|
28160
|
-
"text": "(message: string) => void"
|
28161
|
-
}
|
28162
|
-
}
|
28163
|
-
]
|
28164
|
-
},
|
28165
|
-
{
|
28166
|
-
"kind": "method",
|
28167
|
-
"name": "buildKeyVerificationDetails",
|
28168
|
-
"privacy": "public",
|
28169
|
-
"static": true,
|
28170
|
-
"return": {
|
28171
|
-
"type": {
|
28172
|
-
"text": "KeyVerificationDetails"
|
28173
|
-
}
|
28174
|
-
}
|
28175
|
-
}
|
28176
|
-
]
|
28177
|
-
}
|
28178
|
-
],
|
28179
|
-
"exports": [
|
28180
|
-
{
|
28181
|
-
"kind": "js",
|
28182
|
-
"name": "AssemblyAIUtils",
|
28183
|
-
"declaration": {
|
28184
|
-
"name": "AssemblyAIUtils",
|
28185
|
-
"module": "src/services/assemblyAI/utils/assemblyAIUtils.ts"
|
28186
|
-
}
|
28187
|
-
}
|
28188
|
-
]
|
28189
|
-
},
|
28190
28107
|
{
|
28191
28108
|
"kind": "javascript-module",
|
28192
28109
|
"path": "src/services/cohere/utils/cohereUtils.ts",
|
@@ -28649,69 +28566,93 @@
|
|
28649
28566
|
},
|
28650
28567
|
{
|
28651
28568
|
"kind": "javascript-module",
|
28652
|
-
"path": "src/
|
28569
|
+
"path": "src/views/chat/introPanel/introPanel.ts",
|
28653
28570
|
"declarations": [
|
28654
28571
|
{
|
28655
28572
|
"kind": "class",
|
28656
28573
|
"description": "",
|
28657
|
-
"name": "
|
28574
|
+
"name": "IntroPanel",
|
28658
28575
|
"members": [
|
28576
|
+
{
|
28577
|
+
"kind": "field",
|
28578
|
+
"name": "_elementRef",
|
28579
|
+
"type": {
|
28580
|
+
"text": "HTMLElement | undefined"
|
28581
|
+
}
|
28582
|
+
},
|
28583
|
+
{
|
28584
|
+
"kind": "field",
|
28585
|
+
"name": "_isDisplayed",
|
28586
|
+
"type": {
|
28587
|
+
"text": "boolean"
|
28588
|
+
},
|
28589
|
+
"privacy": "private",
|
28590
|
+
"default": "false"
|
28591
|
+
},
|
28659
28592
|
{
|
28660
28593
|
"kind": "method",
|
28661
|
-
"name": "
|
28662
|
-
"privacy": "
|
28594
|
+
"name": "createIntroPanel",
|
28595
|
+
"privacy": "private",
|
28663
28596
|
"static": true,
|
28664
28597
|
"parameters": [
|
28665
28598
|
{
|
28666
|
-
"name": "
|
28599
|
+
"name": "introPanelStyle",
|
28600
|
+
"optional": true,
|
28667
28601
|
"type": {
|
28668
|
-
"text": "
|
28602
|
+
"text": "CustomStyle"
|
28669
28603
|
}
|
28670
28604
|
}
|
28671
28605
|
]
|
28672
28606
|
},
|
28673
28607
|
{
|
28674
28608
|
"kind": "method",
|
28675
|
-
"name": "
|
28609
|
+
"name": "createIntroPanelWithChild",
|
28676
28610
|
"privacy": "private",
|
28677
|
-
"static": true,
|
28678
28611
|
"parameters": [
|
28679
28612
|
{
|
28680
|
-
"name": "
|
28613
|
+
"name": "childElement",
|
28681
28614
|
"type": {
|
28682
|
-
"text": "
|
28615
|
+
"text": "HTMLElement"
|
28683
28616
|
}
|
28684
28617
|
},
|
28685
28618
|
{
|
28686
|
-
"name": "
|
28619
|
+
"name": "introPanelStyle",
|
28620
|
+
"optional": true,
|
28687
28621
|
"type": {
|
28688
|
-
"text": "
|
28622
|
+
"text": "CustomStyle"
|
28689
28623
|
}
|
28690
|
-
}
|
28624
|
+
}
|
28625
|
+
]
|
28626
|
+
},
|
28627
|
+
{
|
28628
|
+
"kind": "method",
|
28629
|
+
"name": "createInternalIntroPanel",
|
28630
|
+
"privacy": "private",
|
28631
|
+
"parameters": [
|
28691
28632
|
{
|
28692
|
-
"name": "
|
28633
|
+
"name": "introPanelMarkUp",
|
28693
28634
|
"type": {
|
28694
|
-
"text": "
|
28635
|
+
"text": "string"
|
28695
28636
|
}
|
28696
28637
|
},
|
28697
28638
|
{
|
28698
|
-
"name": "
|
28639
|
+
"name": "introPanelStyle",
|
28640
|
+
"optional": true,
|
28699
28641
|
"type": {
|
28700
|
-
"text": "
|
28642
|
+
"text": "CustomStyle"
|
28701
28643
|
}
|
28702
28644
|
}
|
28703
28645
|
]
|
28704
28646
|
},
|
28705
28647
|
{
|
28706
28648
|
"kind": "method",
|
28707
|
-
"name": "
|
28708
|
-
"privacy": "public"
|
28709
|
-
|
28710
|
-
|
28711
|
-
|
28712
|
-
|
28713
|
-
|
28714
|
-
}
|
28649
|
+
"name": "hide",
|
28650
|
+
"privacy": "public"
|
28651
|
+
},
|
28652
|
+
{
|
28653
|
+
"kind": "method",
|
28654
|
+
"name": "display",
|
28655
|
+
"privacy": "public"
|
28715
28656
|
}
|
28716
28657
|
]
|
28717
28658
|
}
|
@@ -28719,10 +28660,10 @@
|
|
28719
28660
|
"exports": [
|
28720
28661
|
{
|
28721
28662
|
"kind": "js",
|
28722
|
-
"name": "
|
28663
|
+
"name": "IntroPanel",
|
28723
28664
|
"declaration": {
|
28724
|
-
"name": "
|
28725
|
-
"module": "src/
|
28665
|
+
"name": "IntroPanel",
|
28666
|
+
"module": "src/views/chat/introPanel/introPanel.ts"
|
28726
28667
|
}
|
28727
28668
|
}
|
28728
28669
|
]
|
@@ -28900,570 +28841,69 @@
|
|
28900
28841
|
},
|
28901
28842
|
{
|
28902
28843
|
"kind": "javascript-module",
|
28903
|
-
"path": "src/
|
28844
|
+
"path": "src/services/stabilityAI/utils/stabilityAIUtils.ts",
|
28904
28845
|
"declarations": [
|
28905
28846
|
{
|
28906
28847
|
"kind": "class",
|
28907
28848
|
"description": "",
|
28908
|
-
"name": "
|
28849
|
+
"name": "StabilityAIUtils",
|
28909
28850
|
"members": [
|
28910
|
-
{
|
28911
|
-
"kind": "field",
|
28912
|
-
"name": "_elementRef",
|
28913
|
-
"type": {
|
28914
|
-
"text": "HTMLElement | undefined"
|
28915
|
-
}
|
28916
|
-
},
|
28917
|
-
{
|
28918
|
-
"kind": "field",
|
28919
|
-
"name": "_isDisplayed",
|
28920
|
-
"type": {
|
28921
|
-
"text": "boolean"
|
28922
|
-
},
|
28923
|
-
"privacy": "private",
|
28924
|
-
"default": "false"
|
28925
|
-
},
|
28926
28851
|
{
|
28927
28852
|
"kind": "method",
|
28928
|
-
"name": "
|
28929
|
-
"privacy": "
|
28853
|
+
"name": "buildHeaders",
|
28854
|
+
"privacy": "public",
|
28930
28855
|
"static": true,
|
28931
28856
|
"parameters": [
|
28932
28857
|
{
|
28933
|
-
"name": "
|
28934
|
-
"optional": true,
|
28935
|
-
"type": {
|
28936
|
-
"text": "CustomStyle"
|
28937
|
-
}
|
28938
|
-
}
|
28939
|
-
]
|
28940
|
-
},
|
28941
|
-
{
|
28942
|
-
"kind": "method",
|
28943
|
-
"name": "createIntroPanelWithChild",
|
28944
|
-
"privacy": "private",
|
28945
|
-
"parameters": [
|
28946
|
-
{
|
28947
|
-
"name": "childElement",
|
28948
|
-
"type": {
|
28949
|
-
"text": "HTMLElement"
|
28950
|
-
}
|
28951
|
-
},
|
28952
|
-
{
|
28953
|
-
"name": "introPanelStyle",
|
28954
|
-
"optional": true,
|
28955
|
-
"type": {
|
28956
|
-
"text": "CustomStyle"
|
28957
|
-
}
|
28958
|
-
}
|
28959
|
-
]
|
28960
|
-
},
|
28961
|
-
{
|
28962
|
-
"kind": "method",
|
28963
|
-
"name": "createInternalIntroPanel",
|
28964
|
-
"privacy": "private",
|
28965
|
-
"parameters": [
|
28966
|
-
{
|
28967
|
-
"name": "introPanelMarkUp",
|
28968
|
-
"type": {
|
28969
|
-
"text": "string"
|
28970
|
-
}
|
28971
|
-
},
|
28972
|
-
{
|
28973
|
-
"name": "introPanelStyle",
|
28974
|
-
"optional": true,
|
28975
|
-
"type": {
|
28976
|
-
"text": "CustomStyle"
|
28977
|
-
}
|
28978
|
-
}
|
28979
|
-
]
|
28980
|
-
},
|
28981
|
-
{
|
28982
|
-
"kind": "method",
|
28983
|
-
"name": "hide",
|
28984
|
-
"privacy": "public"
|
28985
|
-
},
|
28986
|
-
{
|
28987
|
-
"kind": "method",
|
28988
|
-
"name": "display",
|
28989
|
-
"privacy": "public"
|
28990
|
-
}
|
28991
|
-
]
|
28992
|
-
}
|
28993
|
-
],
|
28994
|
-
"exports": [
|
28995
|
-
{
|
28996
|
-
"kind": "js",
|
28997
|
-
"name": "IntroPanel",
|
28998
|
-
"declaration": {
|
28999
|
-
"name": "IntroPanel",
|
29000
|
-
"module": "src/views/chat/introPanel/introPanel.ts"
|
29001
|
-
}
|
29002
|
-
}
|
29003
|
-
]
|
29004
|
-
},
|
29005
|
-
{
|
29006
|
-
"kind": "javascript-module",
|
29007
|
-
"path": "src/types/webModel/webLLM/webLLM.ts",
|
29008
|
-
"declarations": [],
|
29009
|
-
"exports": [
|
29010
|
-
{
|
29011
|
-
"kind": "js",
|
29012
|
-
"name": "ChatWorkerClient",
|
29013
|
-
"declaration": {
|
29014
|
-
"name": "ChatWorkerClient",
|
29015
|
-
"module": "./webLLMClient"
|
29016
|
-
}
|
29017
|
-
},
|
29018
|
-
{
|
29019
|
-
"kind": "js",
|
29020
|
-
"name": "ChatModule",
|
29021
|
-
"declaration": {
|
29022
|
-
"name": "ChatModule",
|
29023
|
-
"module": "./webLLMChatModule"
|
29024
|
-
}
|
29025
|
-
},
|
29026
|
-
{
|
29027
|
-
"kind": "js",
|
29028
|
-
"name": "*",
|
29029
|
-
"declaration": {
|
29030
|
-
"name": "*",
|
29031
|
-
"package": "./webLLMShared"
|
29032
|
-
}
|
29033
|
-
}
|
29034
|
-
]
|
29035
|
-
},
|
29036
|
-
{
|
29037
|
-
"kind": "javascript-module",
|
29038
|
-
"path": "src/types/webModel/webLLM/webLLMChatModule.ts",
|
29039
|
-
"declarations": [
|
29040
|
-
{
|
29041
|
-
"kind": "class",
|
29042
|
-
"description": "",
|
29043
|
-
"name": "ChatModule",
|
29044
|
-
"members": [
|
29045
|
-
{
|
29046
|
-
"kind": "field",
|
29047
|
-
"name": "logger",
|
29048
|
-
"privacy": "private"
|
29049
|
-
},
|
29050
|
-
{
|
29051
|
-
"kind": "field",
|
29052
|
-
"name": "pipeline",
|
29053
|
-
"privacy": "private"
|
29054
|
-
},
|
29055
|
-
{
|
29056
|
-
"kind": "field",
|
29057
|
-
"name": "initProgressCallback",
|
29058
|
-
"privacy": "private"
|
29059
|
-
},
|
29060
|
-
{
|
29061
|
-
"kind": "field",
|
29062
|
-
"name": "interruptSignal",
|
29063
|
-
"privacy": "private"
|
29064
|
-
},
|
29065
|
-
{
|
29066
|
-
"kind": "method",
|
29067
|
-
"name": "setInitProgressCallback",
|
29068
|
-
"return": {
|
29069
|
-
"type": {
|
29070
|
-
"text": "void"
|
29071
|
-
}
|
29072
|
-
},
|
29073
|
-
"parameters": [
|
29074
|
-
{
|
29075
|
-
"name": "initProgressCallback",
|
29076
|
-
"type": {
|
29077
|
-
"text": "InitProgressCallback"
|
29078
|
-
}
|
29079
|
-
}
|
29080
|
-
]
|
29081
|
-
},
|
29082
|
-
{
|
29083
|
-
"kind": "method",
|
29084
|
-
"name": "reload",
|
29085
|
-
"return": {
|
29086
|
-
"type": {
|
29087
|
-
"text": "Promise<void>"
|
29088
|
-
}
|
29089
|
-
},
|
29090
|
-
"parameters": [
|
29091
|
-
{
|
29092
|
-
"name": "localId",
|
29093
|
-
"type": {
|
29094
|
-
"text": "string"
|
29095
|
-
}
|
29096
|
-
},
|
29097
|
-
{
|
29098
|
-
"name": "chatOpts",
|
29099
|
-
"optional": true,
|
29100
|
-
"type": {
|
29101
|
-
"text": "ChatOptions"
|
29102
|
-
}
|
29103
|
-
},
|
29104
|
-
{
|
29105
|
-
"name": "appConfig",
|
29106
|
-
"optional": true,
|
29107
|
-
"type": {
|
29108
|
-
"text": "AppConfig"
|
29109
|
-
}
|
29110
|
-
}
|
29111
|
-
]
|
29112
|
-
},
|
29113
|
-
{
|
29114
|
-
"kind": "method",
|
29115
|
-
"name": "generate",
|
29116
|
-
"return": {
|
29117
|
-
"type": {
|
29118
|
-
"text": "Promise<string>"
|
29119
|
-
}
|
29120
|
-
},
|
29121
|
-
"parameters": [
|
29122
|
-
{
|
29123
|
-
"name": "input",
|
29124
|
-
"type": {
|
29125
|
-
"text": "string"
|
29126
|
-
}
|
29127
|
-
},
|
29128
|
-
{
|
29129
|
-
"name": "progressCallback",
|
29130
|
-
"optional": true,
|
29131
|
-
"type": {
|
29132
|
-
"text": "GenerateProgressCallback"
|
29133
|
-
}
|
29134
|
-
},
|
29135
|
-
{
|
29136
|
-
"name": "streamInterval",
|
29137
|
-
"optional": true,
|
29138
|
-
"type": {
|
29139
|
-
"text": "number"
|
29140
|
-
}
|
29141
|
-
}
|
29142
|
-
]
|
29143
|
-
},
|
29144
|
-
{
|
29145
|
-
"kind": "method",
|
29146
|
-
"name": "interruptGenerate",
|
29147
|
-
"return": {
|
29148
|
-
"type": {
|
29149
|
-
"text": "Promise<void>"
|
29150
|
-
}
|
29151
|
-
}
|
29152
|
-
},
|
29153
|
-
{
|
29154
|
-
"kind": "method",
|
29155
|
-
"name": "runtimeStatsText",
|
29156
|
-
"return": {
|
29157
|
-
"type": {
|
29158
|
-
"text": "Promise<string>"
|
29159
|
-
}
|
29160
|
-
}
|
29161
|
-
},
|
29162
|
-
{
|
29163
|
-
"kind": "method",
|
29164
|
-
"name": "resetChat",
|
29165
|
-
"return": {
|
29166
|
-
"type": {
|
29167
|
-
"text": "Promise<void>"
|
29168
|
-
}
|
29169
|
-
}
|
29170
|
-
},
|
29171
|
-
{
|
29172
|
-
"kind": "method",
|
29173
|
-
"name": "unload",
|
29174
|
-
"return": {
|
29175
|
-
"type": {
|
29176
|
-
"text": "Promise<void>"
|
29177
|
-
}
|
29178
|
-
}
|
29179
|
-
},
|
29180
|
-
{
|
29181
|
-
"kind": "method",
|
29182
|
-
"name": "stopped",
|
29183
|
-
"return": {
|
29184
|
-
"type": {
|
29185
|
-
"text": "boolean"
|
29186
|
-
}
|
29187
|
-
}
|
29188
|
-
},
|
29189
|
-
{
|
29190
|
-
"kind": "method",
|
29191
|
-
"name": "getMessage",
|
29192
|
-
"return": {
|
29193
|
-
"type": {
|
29194
|
-
"text": "string"
|
29195
|
-
}
|
29196
|
-
}
|
29197
|
-
},
|
29198
|
-
{
|
29199
|
-
"kind": "method",
|
29200
|
-
"name": "prefill",
|
29201
|
-
"return": {
|
29202
|
-
"type": {
|
29203
|
-
"text": "Promise<void>"
|
29204
|
-
}
|
29205
|
-
},
|
29206
|
-
"parameters": [
|
29207
|
-
{
|
29208
|
-
"name": "input",
|
29209
|
-
"type": {
|
29210
|
-
"text": "string"
|
29211
|
-
}
|
29212
|
-
}
|
29213
|
-
]
|
29214
|
-
},
|
29215
|
-
{
|
29216
|
-
"kind": "method",
|
29217
|
-
"name": "decode",
|
29218
|
-
"return": {
|
29219
|
-
"type": {
|
29220
|
-
"text": "Promise<void>"
|
29221
|
-
}
|
29222
|
-
}
|
29223
|
-
},
|
29224
|
-
{
|
29225
|
-
"kind": "field",
|
29226
|
-
"name": "getPipeline",
|
29227
|
-
"privacy": "private"
|
29228
|
-
},
|
29229
|
-
{
|
29230
|
-
"kind": "field",
|
29231
|
-
"name": "asyncLoadTokenizer",
|
29232
|
-
"privacy": "private"
|
29233
|
-
}
|
29234
|
-
]
|
29235
|
-
}
|
29236
|
-
],
|
29237
|
-
"exports": [
|
29238
|
-
{
|
29239
|
-
"kind": "js",
|
29240
|
-
"name": "ChatModule",
|
29241
|
-
"declaration": {
|
29242
|
-
"name": "ChatModule",
|
29243
|
-
"module": "src/types/webModel/webLLM/webLLMChatModule.ts"
|
29244
|
-
}
|
29245
|
-
}
|
29246
|
-
]
|
29247
|
-
},
|
29248
|
-
{
|
29249
|
-
"kind": "javascript-module",
|
29250
|
-
"path": "src/types/webModel/webLLM/webLLMClient.ts",
|
29251
|
-
"declarations": [
|
29252
|
-
{
|
29253
|
-
"kind": "class",
|
29254
|
-
"description": "",
|
29255
|
-
"name": "ChatWorkerHandler",
|
29256
|
-
"members": [
|
29257
|
-
{
|
29258
|
-
"kind": "field",
|
29259
|
-
"name": "chat",
|
29260
|
-
"privacy": "private"
|
29261
|
-
},
|
29262
|
-
{
|
29263
|
-
"kind": "method",
|
29264
|
-
"name": "handleTask",
|
29265
|
-
"return": {
|
29266
|
-
"type": {
|
29267
|
-
"text": "Promise<void>"
|
29268
|
-
}
|
29269
|
-
},
|
29270
|
-
"parameters": [
|
29271
|
-
{
|
29272
|
-
"name": "uuid",
|
28858
|
+
"name": "key",
|
29273
28859
|
"type": {
|
29274
28860
|
"text": "string"
|
29275
28861
|
}
|
29276
|
-
},
|
29277
|
-
{
|
29278
|
-
"name": "task",
|
29279
|
-
"type": {
|
29280
|
-
"text": "() => Promise<T>"
|
29281
|
-
}
|
29282
|
-
}
|
29283
|
-
]
|
29284
|
-
},
|
29285
|
-
{
|
29286
|
-
"kind": "method",
|
29287
|
-
"name": "onmessage",
|
29288
|
-
"return": {
|
29289
|
-
"type": {
|
29290
|
-
"text": "void"
|
29291
|
-
}
|
29292
|
-
},
|
29293
|
-
"parameters": [
|
29294
|
-
{
|
29295
|
-
"name": "event",
|
29296
|
-
"type": {
|
29297
|
-
"text": "MessageEvent"
|
29298
|
-
}
|
29299
|
-
}
|
29300
|
-
]
|
29301
|
-
}
|
29302
|
-
]
|
29303
|
-
},
|
29304
|
-
{
|
29305
|
-
"kind": "class",
|
29306
|
-
"description": "",
|
29307
|
-
"name": "ChatWorkerClient",
|
29308
|
-
"members": [
|
29309
|
-
{
|
29310
|
-
"kind": "field",
|
29311
|
-
"name": "worker",
|
29312
|
-
"type": {
|
29313
|
-
"text": "ChatWorker"
|
29314
|
-
}
|
29315
|
-
},
|
29316
|
-
{
|
29317
|
-
"kind": "field",
|
29318
|
-
"name": "initProgressCallback",
|
29319
|
-
"privacy": "private"
|
29320
|
-
},
|
29321
|
-
{
|
29322
|
-
"kind": "field",
|
29323
|
-
"name": "generateCallbackRegistry",
|
29324
|
-
"privacy": "private"
|
29325
|
-
},
|
29326
|
-
{
|
29327
|
-
"kind": "field",
|
29328
|
-
"name": "pendingPromise",
|
29329
|
-
"privacy": "private"
|
29330
|
-
},
|
29331
|
-
{
|
29332
|
-
"kind": "method",
|
29333
|
-
"name": "setInitProgressCallback",
|
29334
|
-
"return": {
|
29335
|
-
"type": {
|
29336
|
-
"text": "void"
|
29337
|
-
}
|
29338
|
-
},
|
29339
|
-
"parameters": [
|
29340
|
-
{
|
29341
|
-
"name": "initProgressCallback",
|
29342
|
-
"type": {
|
29343
|
-
"text": "InitProgressCallback"
|
29344
|
-
}
|
29345
28862
|
}
|
29346
28863
|
]
|
29347
28864
|
},
|
29348
|
-
{
|
29349
|
-
"kind": "field",
|
29350
|
-
"name": "getPromise",
|
29351
|
-
"privacy": "private"
|
29352
|
-
},
|
29353
28865
|
{
|
29354
28866
|
"kind": "method",
|
29355
|
-
"name": "
|
29356
|
-
"
|
29357
|
-
|
29358
|
-
"text": "Promise<void>"
|
29359
|
-
}
|
29360
|
-
},
|
28867
|
+
"name": "handleVerificationResult",
|
28868
|
+
"privacy": "private",
|
28869
|
+
"static": true,
|
29361
28870
|
"parameters": [
|
29362
28871
|
{
|
29363
|
-
"name": "
|
29364
|
-
"type": {
|
29365
|
-
"text": "string"
|
29366
|
-
}
|
29367
|
-
},
|
29368
|
-
{
|
29369
|
-
"name": "chatOpts",
|
29370
|
-
"optional": true,
|
28872
|
+
"name": "result",
|
29371
28873
|
"type": {
|
29372
|
-
"text": "
|
28874
|
+
"text": "object"
|
29373
28875
|
}
|
29374
28876
|
},
|
29375
28877
|
{
|
29376
|
-
"name": "
|
29377
|
-
"optional": true,
|
29378
|
-
"type": {
|
29379
|
-
"text": "AppConfig"
|
29380
|
-
}
|
29381
|
-
}
|
29382
|
-
]
|
29383
|
-
},
|
29384
|
-
{
|
29385
|
-
"kind": "method",
|
29386
|
-
"name": "generate",
|
29387
|
-
"return": {
|
29388
|
-
"type": {
|
29389
|
-
"text": "Promise<string>"
|
29390
|
-
}
|
29391
|
-
},
|
29392
|
-
"parameters": [
|
29393
|
-
{
|
29394
|
-
"name": "input",
|
28878
|
+
"name": "key",
|
29395
28879
|
"type": {
|
29396
28880
|
"text": "string"
|
29397
28881
|
}
|
29398
28882
|
},
|
29399
28883
|
{
|
29400
|
-
"name": "
|
29401
|
-
"optional": true,
|
28884
|
+
"name": "onSuccess",
|
29402
28885
|
"type": {
|
29403
|
-
"text": "
|
28886
|
+
"text": "(key: string) => void"
|
29404
28887
|
}
|
29405
28888
|
},
|
29406
28889
|
{
|
29407
|
-
"name": "
|
29408
|
-
"optional": true,
|
28890
|
+
"name": "onFail",
|
29409
28891
|
"type": {
|
29410
|
-
"text": "
|
28892
|
+
"text": "(message: string) => void"
|
29411
28893
|
}
|
29412
28894
|
}
|
29413
28895
|
]
|
29414
28896
|
},
|
29415
28897
|
{
|
29416
28898
|
"kind": "method",
|
29417
|
-
"name": "
|
29418
|
-
"
|
29419
|
-
|
29420
|
-
"text": "Promise<string>"
|
29421
|
-
}
|
29422
|
-
}
|
29423
|
-
},
|
29424
|
-
{
|
29425
|
-
"kind": "method",
|
29426
|
-
"name": "interruptGenerate",
|
29427
|
-
"return": {
|
29428
|
-
"type": {
|
29429
|
-
"text": "void"
|
29430
|
-
}
|
29431
|
-
}
|
29432
|
-
},
|
29433
|
-
{
|
29434
|
-
"kind": "method",
|
29435
|
-
"name": "unload",
|
29436
|
-
"return": {
|
29437
|
-
"type": {
|
29438
|
-
"text": "Promise<void>"
|
29439
|
-
}
|
29440
|
-
}
|
29441
|
-
},
|
29442
|
-
{
|
29443
|
-
"kind": "method",
|
29444
|
-
"name": "resetChat",
|
28899
|
+
"name": "buildKeyVerificationDetails",
|
28900
|
+
"privacy": "public",
|
28901
|
+
"static": true,
|
29445
28902
|
"return": {
|
29446
28903
|
"type": {
|
29447
|
-
"text": "
|
28904
|
+
"text": "KeyVerificationDetails"
|
29448
28905
|
}
|
29449
28906
|
}
|
29450
|
-
},
|
29451
|
-
{
|
29452
|
-
"kind": "method",
|
29453
|
-
"name": "onmessage",
|
29454
|
-
"return": {
|
29455
|
-
"type": {
|
29456
|
-
"text": "void"
|
29457
|
-
}
|
29458
|
-
},
|
29459
|
-
"parameters": [
|
29460
|
-
{
|
29461
|
-
"name": "event",
|
29462
|
-
"type": {
|
29463
|
-
"text": "any"
|
29464
|
-
}
|
29465
|
-
}
|
29466
|
-
]
|
29467
28907
|
}
|
29468
28908
|
]
|
29469
28909
|
}
|
@@ -29471,44 +28911,19 @@
|
|
29471
28911
|
"exports": [
|
29472
28912
|
{
|
29473
28913
|
"kind": "js",
|
29474
|
-
"name": "
|
29475
|
-
"declaration": {
|
29476
|
-
"name": "ChatWorkerHandler",
|
29477
|
-
"module": "src/types/webModel/webLLM/webLLMClient.ts"
|
29478
|
-
}
|
29479
|
-
},
|
29480
|
-
{
|
29481
|
-
"kind": "js",
|
29482
|
-
"name": "ChatWorkerClient",
|
28914
|
+
"name": "StabilityAIUtils",
|
29483
28915
|
"declaration": {
|
29484
|
-
"name": "
|
29485
|
-
"module": "src/
|
28916
|
+
"name": "StabilityAIUtils",
|
28917
|
+
"module": "src/services/stabilityAI/utils/stabilityAIUtils.ts"
|
29486
28918
|
}
|
29487
28919
|
}
|
29488
28920
|
]
|
29489
28921
|
},
|
29490
28922
|
{
|
29491
28923
|
"kind": "javascript-module",
|
29492
|
-
"path": "src/types/webModel/
|
29493
|
-
"declarations": [
|
29494
|
-
|
29495
|
-
"kind": "variable",
|
29496
|
-
"name": "prebuiltAppConfig",
|
29497
|
-
"type": {
|
29498
|
-
"text": "AppConfig"
|
29499
|
-
}
|
29500
|
-
}
|
29501
|
-
],
|
29502
|
-
"exports": [
|
29503
|
-
{
|
29504
|
-
"kind": "js",
|
29505
|
-
"name": "prebuiltAppConfig",
|
29506
|
-
"declaration": {
|
29507
|
-
"name": "prebuiltAppConfig",
|
29508
|
-
"module": "src/types/webModel/webLLM/webLLMShared.ts"
|
29509
|
-
}
|
29510
|
-
}
|
29511
|
-
]
|
28924
|
+
"path": "src/types/webModel/webModel.ts",
|
28925
|
+
"declarations": [],
|
28926
|
+
"exports": []
|
29512
28927
|
},
|
29513
28928
|
{
|
29514
28929
|
"kind": "javascript-module",
|
@@ -32624,6 +32039,178 @@
|
|
32624
32039
|
}
|
32625
32040
|
]
|
32626
32041
|
},
|
32042
|
+
{
|
32043
|
+
"kind": "javascript-module",
|
32044
|
+
"path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
|
32045
|
+
"declarations": [
|
32046
|
+
{
|
32047
|
+
"kind": "class",
|
32048
|
+
"description": "",
|
32049
|
+
"name": "FileAttachments",
|
32050
|
+
"members": [
|
32051
|
+
{
|
32052
|
+
"kind": "field",
|
32053
|
+
"name": "_fileAttachmentsTypes",
|
32054
|
+
"type": {
|
32055
|
+
"text": "FileAttachmentsType[]"
|
32056
|
+
},
|
32057
|
+
"privacy": "private",
|
32058
|
+
"default": "[]"
|
32059
|
+
},
|
32060
|
+
{
|
32061
|
+
"kind": "field",
|
32062
|
+
"name": "elementRef",
|
32063
|
+
"type": {
|
32064
|
+
"text": "HTMLElement"
|
32065
|
+
}
|
32066
|
+
},
|
32067
|
+
{
|
32068
|
+
"kind": "method",
|
32069
|
+
"name": "addType",
|
32070
|
+
"parameters": [
|
32071
|
+
{
|
32072
|
+
"name": "deepChat",
|
32073
|
+
"type": {
|
32074
|
+
"text": "DeepChat"
|
32075
|
+
}
|
32076
|
+
},
|
32077
|
+
{
|
32078
|
+
"name": "files",
|
32079
|
+
"type": {
|
32080
|
+
"text": "FileAttachmentsT"
|
32081
|
+
}
|
32082
|
+
},
|
32083
|
+
{
|
32084
|
+
"name": "type",
|
32085
|
+
"type": {
|
32086
|
+
"text": "keyof ServiceFileTypes"
|
32087
|
+
}
|
32088
|
+
}
|
32089
|
+
]
|
32090
|
+
},
|
32091
|
+
{
|
32092
|
+
"kind": "method",
|
32093
|
+
"name": "createAttachmentContainer",
|
32094
|
+
"privacy": "private"
|
32095
|
+
},
|
32096
|
+
{
|
32097
|
+
"kind": "method",
|
32098
|
+
"name": "toggleContainerDisplay",
|
32099
|
+
"privacy": "private",
|
32100
|
+
"parameters": [
|
32101
|
+
{
|
32102
|
+
"name": "display",
|
32103
|
+
"type": {
|
32104
|
+
"text": "boolean"
|
32105
|
+
}
|
32106
|
+
}
|
32107
|
+
]
|
32108
|
+
},
|
32109
|
+
{
|
32110
|
+
"kind": "method",
|
32111
|
+
"name": "getAllFileData"
|
32112
|
+
},
|
32113
|
+
{
|
32114
|
+
"kind": "method",
|
32115
|
+
"name": "completePlaceholders"
|
32116
|
+
},
|
32117
|
+
{
|
32118
|
+
"kind": "method",
|
32119
|
+
"name": "addFilesToType",
|
32120
|
+
"privacy": "public",
|
32121
|
+
"static": true,
|
32122
|
+
"parameters": [
|
32123
|
+
{
|
32124
|
+
"name": "files",
|
32125
|
+
"type": {
|
32126
|
+
"text": "File[]"
|
32127
|
+
}
|
32128
|
+
},
|
32129
|
+
{
|
32130
|
+
"name": "fileAttachmentTypes",
|
32131
|
+
"type": {
|
32132
|
+
"text": "FileAttachmentsType[]"
|
32133
|
+
}
|
32134
|
+
}
|
32135
|
+
]
|
32136
|
+
},
|
32137
|
+
{
|
32138
|
+
"kind": "method",
|
32139
|
+
"name": "addFilesToAnyType",
|
32140
|
+
"parameters": [
|
32141
|
+
{
|
32142
|
+
"name": "files",
|
32143
|
+
"type": {
|
32144
|
+
"text": "File[]"
|
32145
|
+
}
|
32146
|
+
}
|
32147
|
+
]
|
32148
|
+
},
|
32149
|
+
{
|
32150
|
+
"kind": "method",
|
32151
|
+
"name": "removeAllFiles"
|
32152
|
+
},
|
32153
|
+
{
|
32154
|
+
"kind": "method",
|
32155
|
+
"name": "getNumberOfTypes"
|
32156
|
+
}
|
32157
|
+
]
|
32158
|
+
}
|
32159
|
+
],
|
32160
|
+
"exports": [
|
32161
|
+
{
|
32162
|
+
"kind": "js",
|
32163
|
+
"name": "FileAttachments",
|
32164
|
+
"declaration": {
|
32165
|
+
"name": "FileAttachments",
|
32166
|
+
"module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
|
32167
|
+
}
|
32168
|
+
}
|
32169
|
+
]
|
32170
|
+
},
|
32171
|
+
{
|
32172
|
+
"kind": "javascript-module",
|
32173
|
+
"path": "src/views/chat/input/fileAttachments/newFileName.ts",
|
32174
|
+
"declarations": [
|
32175
|
+
{
|
32176
|
+
"kind": "class",
|
32177
|
+
"description": "",
|
32178
|
+
"name": "NewFileName",
|
32179
|
+
"members": [
|
32180
|
+
{
|
32181
|
+
"kind": "method",
|
32182
|
+
"name": "getFileName",
|
32183
|
+
"privacy": "public",
|
32184
|
+
"static": true,
|
32185
|
+
"parameters": [
|
32186
|
+
{
|
32187
|
+
"name": "prefix",
|
32188
|
+
"type": {
|
32189
|
+
"text": "string"
|
32190
|
+
}
|
32191
|
+
},
|
32192
|
+
{
|
32193
|
+
"name": "extension",
|
32194
|
+
"type": {
|
32195
|
+
"text": "string"
|
32196
|
+
}
|
32197
|
+
}
|
32198
|
+
]
|
32199
|
+
}
|
32200
|
+
]
|
32201
|
+
}
|
32202
|
+
],
|
32203
|
+
"exports": [
|
32204
|
+
{
|
32205
|
+
"kind": "js",
|
32206
|
+
"name": "NewFileName",
|
32207
|
+
"declaration": {
|
32208
|
+
"name": "NewFileName",
|
32209
|
+
"module": "src/views/chat/input/fileAttachments/newFileName.ts"
|
32210
|
+
}
|
32211
|
+
}
|
32212
|
+
]
|
32213
|
+
},
|
32627
32214
|
{
|
32628
32215
|
"kind": "javascript-module",
|
32629
32216
|
"path": "src/views/chat/input/dropup/dropup.ts",
|
@@ -33369,180 +32956,8 @@
|
|
33369
32956
|
"kind": "js",
|
33370
32957
|
"name": "DropupMenu",
|
33371
32958
|
"declaration": {
|
33372
|
-
"name": "DropupMenu",
|
33373
|
-
"module": "src/views/chat/input/dropup/dropupMenu.ts"
|
33374
|
-
}
|
33375
|
-
}
|
33376
|
-
]
|
33377
|
-
},
|
33378
|
-
{
|
33379
|
-
"kind": "javascript-module",
|
33380
|
-
"path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
|
33381
|
-
"declarations": [
|
33382
|
-
{
|
33383
|
-
"kind": "class",
|
33384
|
-
"description": "",
|
33385
|
-
"name": "FileAttachments",
|
33386
|
-
"members": [
|
33387
|
-
{
|
33388
|
-
"kind": "field",
|
33389
|
-
"name": "_fileAttachmentsTypes",
|
33390
|
-
"type": {
|
33391
|
-
"text": "FileAttachmentsType[]"
|
33392
|
-
},
|
33393
|
-
"privacy": "private",
|
33394
|
-
"default": "[]"
|
33395
|
-
},
|
33396
|
-
{
|
33397
|
-
"kind": "field",
|
33398
|
-
"name": "elementRef",
|
33399
|
-
"type": {
|
33400
|
-
"text": "HTMLElement"
|
33401
|
-
}
|
33402
|
-
},
|
33403
|
-
{
|
33404
|
-
"kind": "method",
|
33405
|
-
"name": "addType",
|
33406
|
-
"parameters": [
|
33407
|
-
{
|
33408
|
-
"name": "deepChat",
|
33409
|
-
"type": {
|
33410
|
-
"text": "DeepChat"
|
33411
|
-
}
|
33412
|
-
},
|
33413
|
-
{
|
33414
|
-
"name": "files",
|
33415
|
-
"type": {
|
33416
|
-
"text": "FileAttachmentsT"
|
33417
|
-
}
|
33418
|
-
},
|
33419
|
-
{
|
33420
|
-
"name": "type",
|
33421
|
-
"type": {
|
33422
|
-
"text": "keyof ServiceFileTypes"
|
33423
|
-
}
|
33424
|
-
}
|
33425
|
-
]
|
33426
|
-
},
|
33427
|
-
{
|
33428
|
-
"kind": "method",
|
33429
|
-
"name": "createAttachmentContainer",
|
33430
|
-
"privacy": "private"
|
33431
|
-
},
|
33432
|
-
{
|
33433
|
-
"kind": "method",
|
33434
|
-
"name": "toggleContainerDisplay",
|
33435
|
-
"privacy": "private",
|
33436
|
-
"parameters": [
|
33437
|
-
{
|
33438
|
-
"name": "display",
|
33439
|
-
"type": {
|
33440
|
-
"text": "boolean"
|
33441
|
-
}
|
33442
|
-
}
|
33443
|
-
]
|
33444
|
-
},
|
33445
|
-
{
|
33446
|
-
"kind": "method",
|
33447
|
-
"name": "getAllFileData"
|
33448
|
-
},
|
33449
|
-
{
|
33450
|
-
"kind": "method",
|
33451
|
-
"name": "completePlaceholders"
|
33452
|
-
},
|
33453
|
-
{
|
33454
|
-
"kind": "method",
|
33455
|
-
"name": "addFilesToType",
|
33456
|
-
"privacy": "public",
|
33457
|
-
"static": true,
|
33458
|
-
"parameters": [
|
33459
|
-
{
|
33460
|
-
"name": "files",
|
33461
|
-
"type": {
|
33462
|
-
"text": "File[]"
|
33463
|
-
}
|
33464
|
-
},
|
33465
|
-
{
|
33466
|
-
"name": "fileAttachmentTypes",
|
33467
|
-
"type": {
|
33468
|
-
"text": "FileAttachmentsType[]"
|
33469
|
-
}
|
33470
|
-
}
|
33471
|
-
]
|
33472
|
-
},
|
33473
|
-
{
|
33474
|
-
"kind": "method",
|
33475
|
-
"name": "addFilesToAnyType",
|
33476
|
-
"parameters": [
|
33477
|
-
{
|
33478
|
-
"name": "files",
|
33479
|
-
"type": {
|
33480
|
-
"text": "File[]"
|
33481
|
-
}
|
33482
|
-
}
|
33483
|
-
]
|
33484
|
-
},
|
33485
|
-
{
|
33486
|
-
"kind": "method",
|
33487
|
-
"name": "removeAllFiles"
|
33488
|
-
},
|
33489
|
-
{
|
33490
|
-
"kind": "method",
|
33491
|
-
"name": "getNumberOfTypes"
|
33492
|
-
}
|
33493
|
-
]
|
33494
|
-
}
|
33495
|
-
],
|
33496
|
-
"exports": [
|
33497
|
-
{
|
33498
|
-
"kind": "js",
|
33499
|
-
"name": "FileAttachments",
|
33500
|
-
"declaration": {
|
33501
|
-
"name": "FileAttachments",
|
33502
|
-
"module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
|
33503
|
-
}
|
33504
|
-
}
|
33505
|
-
]
|
33506
|
-
},
|
33507
|
-
{
|
33508
|
-
"kind": "javascript-module",
|
33509
|
-
"path": "src/views/chat/input/fileAttachments/newFileName.ts",
|
33510
|
-
"declarations": [
|
33511
|
-
{
|
33512
|
-
"kind": "class",
|
33513
|
-
"description": "",
|
33514
|
-
"name": "NewFileName",
|
33515
|
-
"members": [
|
33516
|
-
{
|
33517
|
-
"kind": "method",
|
33518
|
-
"name": "getFileName",
|
33519
|
-
"privacy": "public",
|
33520
|
-
"static": true,
|
33521
|
-
"parameters": [
|
33522
|
-
{
|
33523
|
-
"name": "prefix",
|
33524
|
-
"type": {
|
33525
|
-
"text": "string"
|
33526
|
-
}
|
33527
|
-
},
|
33528
|
-
{
|
33529
|
-
"name": "extension",
|
33530
|
-
"type": {
|
33531
|
-
"text": "string"
|
33532
|
-
}
|
33533
|
-
}
|
33534
|
-
]
|
33535
|
-
}
|
33536
|
-
]
|
33537
|
-
}
|
33538
|
-
],
|
33539
|
-
"exports": [
|
33540
|
-
{
|
33541
|
-
"kind": "js",
|
33542
|
-
"name": "NewFileName",
|
33543
|
-
"declaration": {
|
33544
|
-
"name": "NewFileName",
|
33545
|
-
"module": "src/views/chat/input/fileAttachments/newFileName.ts"
|
32959
|
+
"name": "DropupMenu",
|
32960
|
+
"module": "src/views/chat/input/dropup/dropupMenu.ts"
|
33546
32961
|
}
|
33547
32962
|
}
|
33548
32963
|
]
|
@@ -34166,6 +33581,514 @@
|
|
34166
33581
|
}
|
34167
33582
|
]
|
34168
33583
|
},
|
33584
|
+
{
|
33585
|
+
"kind": "javascript-module",
|
33586
|
+
"path": "src/types/webModel/webLLM/webLLM.ts",
|
33587
|
+
"declarations": [],
|
33588
|
+
"exports": [
|
33589
|
+
{
|
33590
|
+
"kind": "js",
|
33591
|
+
"name": "ChatWorkerClient",
|
33592
|
+
"declaration": {
|
33593
|
+
"name": "ChatWorkerClient",
|
33594
|
+
"module": "./webLLMClient"
|
33595
|
+
}
|
33596
|
+
},
|
33597
|
+
{
|
33598
|
+
"kind": "js",
|
33599
|
+
"name": "ChatModule",
|
33600
|
+
"declaration": {
|
33601
|
+
"name": "ChatModule",
|
33602
|
+
"module": "./webLLMChatModule"
|
33603
|
+
}
|
33604
|
+
},
|
33605
|
+
{
|
33606
|
+
"kind": "js",
|
33607
|
+
"name": "*",
|
33608
|
+
"declaration": {
|
33609
|
+
"name": "*",
|
33610
|
+
"package": "./webLLMShared"
|
33611
|
+
}
|
33612
|
+
}
|
33613
|
+
]
|
33614
|
+
},
|
33615
|
+
{
|
33616
|
+
"kind": "javascript-module",
|
33617
|
+
"path": "src/types/webModel/webLLM/webLLMChatModule.ts",
|
33618
|
+
"declarations": [
|
33619
|
+
{
|
33620
|
+
"kind": "class",
|
33621
|
+
"description": "",
|
33622
|
+
"name": "ChatModule",
|
33623
|
+
"members": [
|
33624
|
+
{
|
33625
|
+
"kind": "field",
|
33626
|
+
"name": "logger",
|
33627
|
+
"privacy": "private"
|
33628
|
+
},
|
33629
|
+
{
|
33630
|
+
"kind": "field",
|
33631
|
+
"name": "pipeline",
|
33632
|
+
"privacy": "private"
|
33633
|
+
},
|
33634
|
+
{
|
33635
|
+
"kind": "field",
|
33636
|
+
"name": "initProgressCallback",
|
33637
|
+
"privacy": "private"
|
33638
|
+
},
|
33639
|
+
{
|
33640
|
+
"kind": "field",
|
33641
|
+
"name": "interruptSignal",
|
33642
|
+
"privacy": "private"
|
33643
|
+
},
|
33644
|
+
{
|
33645
|
+
"kind": "method",
|
33646
|
+
"name": "setInitProgressCallback",
|
33647
|
+
"return": {
|
33648
|
+
"type": {
|
33649
|
+
"text": "void"
|
33650
|
+
}
|
33651
|
+
},
|
33652
|
+
"parameters": [
|
33653
|
+
{
|
33654
|
+
"name": "initProgressCallback",
|
33655
|
+
"type": {
|
33656
|
+
"text": "InitProgressCallback"
|
33657
|
+
}
|
33658
|
+
}
|
33659
|
+
]
|
33660
|
+
},
|
33661
|
+
{
|
33662
|
+
"kind": "method",
|
33663
|
+
"name": "reload",
|
33664
|
+
"return": {
|
33665
|
+
"type": {
|
33666
|
+
"text": "Promise<void>"
|
33667
|
+
}
|
33668
|
+
},
|
33669
|
+
"parameters": [
|
33670
|
+
{
|
33671
|
+
"name": "localId",
|
33672
|
+
"type": {
|
33673
|
+
"text": "string"
|
33674
|
+
}
|
33675
|
+
},
|
33676
|
+
{
|
33677
|
+
"name": "chatOpts",
|
33678
|
+
"optional": true,
|
33679
|
+
"type": {
|
33680
|
+
"text": "ChatOptions"
|
33681
|
+
}
|
33682
|
+
},
|
33683
|
+
{
|
33684
|
+
"name": "appConfig",
|
33685
|
+
"optional": true,
|
33686
|
+
"type": {
|
33687
|
+
"text": "AppConfig"
|
33688
|
+
}
|
33689
|
+
}
|
33690
|
+
]
|
33691
|
+
},
|
33692
|
+
{
|
33693
|
+
"kind": "method",
|
33694
|
+
"name": "generate",
|
33695
|
+
"return": {
|
33696
|
+
"type": {
|
33697
|
+
"text": "Promise<string>"
|
33698
|
+
}
|
33699
|
+
},
|
33700
|
+
"parameters": [
|
33701
|
+
{
|
33702
|
+
"name": "input",
|
33703
|
+
"type": {
|
33704
|
+
"text": "string"
|
33705
|
+
}
|
33706
|
+
},
|
33707
|
+
{
|
33708
|
+
"name": "progressCallback",
|
33709
|
+
"optional": true,
|
33710
|
+
"type": {
|
33711
|
+
"text": "GenerateProgressCallback"
|
33712
|
+
}
|
33713
|
+
},
|
33714
|
+
{
|
33715
|
+
"name": "streamInterval",
|
33716
|
+
"optional": true,
|
33717
|
+
"type": {
|
33718
|
+
"text": "number"
|
33719
|
+
}
|
33720
|
+
}
|
33721
|
+
]
|
33722
|
+
},
|
33723
|
+
{
|
33724
|
+
"kind": "method",
|
33725
|
+
"name": "interruptGenerate",
|
33726
|
+
"return": {
|
33727
|
+
"type": {
|
33728
|
+
"text": "Promise<void>"
|
33729
|
+
}
|
33730
|
+
}
|
33731
|
+
},
|
33732
|
+
{
|
33733
|
+
"kind": "method",
|
33734
|
+
"name": "runtimeStatsText",
|
33735
|
+
"return": {
|
33736
|
+
"type": {
|
33737
|
+
"text": "Promise<string>"
|
33738
|
+
}
|
33739
|
+
}
|
33740
|
+
},
|
33741
|
+
{
|
33742
|
+
"kind": "method",
|
33743
|
+
"name": "resetChat",
|
33744
|
+
"return": {
|
33745
|
+
"type": {
|
33746
|
+
"text": "Promise<void>"
|
33747
|
+
}
|
33748
|
+
}
|
33749
|
+
},
|
33750
|
+
{
|
33751
|
+
"kind": "method",
|
33752
|
+
"name": "unload",
|
33753
|
+
"return": {
|
33754
|
+
"type": {
|
33755
|
+
"text": "Promise<void>"
|
33756
|
+
}
|
33757
|
+
}
|
33758
|
+
},
|
33759
|
+
{
|
33760
|
+
"kind": "method",
|
33761
|
+
"name": "stopped",
|
33762
|
+
"return": {
|
33763
|
+
"type": {
|
33764
|
+
"text": "boolean"
|
33765
|
+
}
|
33766
|
+
}
|
33767
|
+
},
|
33768
|
+
{
|
33769
|
+
"kind": "method",
|
33770
|
+
"name": "getMessage",
|
33771
|
+
"return": {
|
33772
|
+
"type": {
|
33773
|
+
"text": "string"
|
33774
|
+
}
|
33775
|
+
}
|
33776
|
+
},
|
33777
|
+
{
|
33778
|
+
"kind": "method",
|
33779
|
+
"name": "prefill",
|
33780
|
+
"return": {
|
33781
|
+
"type": {
|
33782
|
+
"text": "Promise<void>"
|
33783
|
+
}
|
33784
|
+
},
|
33785
|
+
"parameters": [
|
33786
|
+
{
|
33787
|
+
"name": "input",
|
33788
|
+
"type": {
|
33789
|
+
"text": "string"
|
33790
|
+
}
|
33791
|
+
}
|
33792
|
+
]
|
33793
|
+
},
|
33794
|
+
{
|
33795
|
+
"kind": "method",
|
33796
|
+
"name": "decode",
|
33797
|
+
"return": {
|
33798
|
+
"type": {
|
33799
|
+
"text": "Promise<void>"
|
33800
|
+
}
|
33801
|
+
}
|
33802
|
+
},
|
33803
|
+
{
|
33804
|
+
"kind": "field",
|
33805
|
+
"name": "getPipeline",
|
33806
|
+
"privacy": "private"
|
33807
|
+
},
|
33808
|
+
{
|
33809
|
+
"kind": "field",
|
33810
|
+
"name": "asyncLoadTokenizer",
|
33811
|
+
"privacy": "private"
|
33812
|
+
}
|
33813
|
+
]
|
33814
|
+
}
|
33815
|
+
],
|
33816
|
+
"exports": [
|
33817
|
+
{
|
33818
|
+
"kind": "js",
|
33819
|
+
"name": "ChatModule",
|
33820
|
+
"declaration": {
|
33821
|
+
"name": "ChatModule",
|
33822
|
+
"module": "src/types/webModel/webLLM/webLLMChatModule.ts"
|
33823
|
+
}
|
33824
|
+
}
|
33825
|
+
]
|
33826
|
+
},
|
33827
|
+
{
|
33828
|
+
"kind": "javascript-module",
|
33829
|
+
"path": "src/types/webModel/webLLM/webLLMClient.ts",
|
33830
|
+
"declarations": [
|
33831
|
+
{
|
33832
|
+
"kind": "class",
|
33833
|
+
"description": "",
|
33834
|
+
"name": "ChatWorkerHandler",
|
33835
|
+
"members": [
|
33836
|
+
{
|
33837
|
+
"kind": "field",
|
33838
|
+
"name": "chat",
|
33839
|
+
"privacy": "private"
|
33840
|
+
},
|
33841
|
+
{
|
33842
|
+
"kind": "method",
|
33843
|
+
"name": "handleTask",
|
33844
|
+
"return": {
|
33845
|
+
"type": {
|
33846
|
+
"text": "Promise<void>"
|
33847
|
+
}
|
33848
|
+
},
|
33849
|
+
"parameters": [
|
33850
|
+
{
|
33851
|
+
"name": "uuid",
|
33852
|
+
"type": {
|
33853
|
+
"text": "string"
|
33854
|
+
}
|
33855
|
+
},
|
33856
|
+
{
|
33857
|
+
"name": "task",
|
33858
|
+
"type": {
|
33859
|
+
"text": "() => Promise<T>"
|
33860
|
+
}
|
33861
|
+
}
|
33862
|
+
]
|
33863
|
+
},
|
33864
|
+
{
|
33865
|
+
"kind": "method",
|
33866
|
+
"name": "onmessage",
|
33867
|
+
"return": {
|
33868
|
+
"type": {
|
33869
|
+
"text": "void"
|
33870
|
+
}
|
33871
|
+
},
|
33872
|
+
"parameters": [
|
33873
|
+
{
|
33874
|
+
"name": "event",
|
33875
|
+
"type": {
|
33876
|
+
"text": "MessageEvent"
|
33877
|
+
}
|
33878
|
+
}
|
33879
|
+
]
|
33880
|
+
}
|
33881
|
+
]
|
33882
|
+
},
|
33883
|
+
{
|
33884
|
+
"kind": "class",
|
33885
|
+
"description": "",
|
33886
|
+
"name": "ChatWorkerClient",
|
33887
|
+
"members": [
|
33888
|
+
{
|
33889
|
+
"kind": "field",
|
33890
|
+
"name": "worker",
|
33891
|
+
"type": {
|
33892
|
+
"text": "ChatWorker"
|
33893
|
+
}
|
33894
|
+
},
|
33895
|
+
{
|
33896
|
+
"kind": "field",
|
33897
|
+
"name": "initProgressCallback",
|
33898
|
+
"privacy": "private"
|
33899
|
+
},
|
33900
|
+
{
|
33901
|
+
"kind": "field",
|
33902
|
+
"name": "generateCallbackRegistry",
|
33903
|
+
"privacy": "private"
|
33904
|
+
},
|
33905
|
+
{
|
33906
|
+
"kind": "field",
|
33907
|
+
"name": "pendingPromise",
|
33908
|
+
"privacy": "private"
|
33909
|
+
},
|
33910
|
+
{
|
33911
|
+
"kind": "method",
|
33912
|
+
"name": "setInitProgressCallback",
|
33913
|
+
"return": {
|
33914
|
+
"type": {
|
33915
|
+
"text": "void"
|
33916
|
+
}
|
33917
|
+
},
|
33918
|
+
"parameters": [
|
33919
|
+
{
|
33920
|
+
"name": "initProgressCallback",
|
33921
|
+
"type": {
|
33922
|
+
"text": "InitProgressCallback"
|
33923
|
+
}
|
33924
|
+
}
|
33925
|
+
]
|
33926
|
+
},
|
33927
|
+
{
|
33928
|
+
"kind": "field",
|
33929
|
+
"name": "getPromise",
|
33930
|
+
"privacy": "private"
|
33931
|
+
},
|
33932
|
+
{
|
33933
|
+
"kind": "method",
|
33934
|
+
"name": "reload",
|
33935
|
+
"return": {
|
33936
|
+
"type": {
|
33937
|
+
"text": "Promise<void>"
|
33938
|
+
}
|
33939
|
+
},
|
33940
|
+
"parameters": [
|
33941
|
+
{
|
33942
|
+
"name": "localIdOrUrl",
|
33943
|
+
"type": {
|
33944
|
+
"text": "string"
|
33945
|
+
}
|
33946
|
+
},
|
33947
|
+
{
|
33948
|
+
"name": "chatOpts",
|
33949
|
+
"optional": true,
|
33950
|
+
"type": {
|
33951
|
+
"text": "ChatOptions"
|
33952
|
+
}
|
33953
|
+
},
|
33954
|
+
{
|
33955
|
+
"name": "appConfig",
|
33956
|
+
"optional": true,
|
33957
|
+
"type": {
|
33958
|
+
"text": "AppConfig"
|
33959
|
+
}
|
33960
|
+
}
|
33961
|
+
]
|
33962
|
+
},
|
33963
|
+
{
|
33964
|
+
"kind": "method",
|
33965
|
+
"name": "generate",
|
33966
|
+
"return": {
|
33967
|
+
"type": {
|
33968
|
+
"text": "Promise<string>"
|
33969
|
+
}
|
33970
|
+
},
|
33971
|
+
"parameters": [
|
33972
|
+
{
|
33973
|
+
"name": "input",
|
33974
|
+
"type": {
|
33975
|
+
"text": "string"
|
33976
|
+
}
|
33977
|
+
},
|
33978
|
+
{
|
33979
|
+
"name": "progressCallback",
|
33980
|
+
"optional": true,
|
33981
|
+
"type": {
|
33982
|
+
"text": "GenerateProgressCallback"
|
33983
|
+
}
|
33984
|
+
},
|
33985
|
+
{
|
33986
|
+
"name": "streamInterval",
|
33987
|
+
"optional": true,
|
33988
|
+
"type": {
|
33989
|
+
"text": "number"
|
33990
|
+
}
|
33991
|
+
}
|
33992
|
+
]
|
33993
|
+
},
|
33994
|
+
{
|
33995
|
+
"kind": "method",
|
33996
|
+
"name": "runtimeStatsText",
|
33997
|
+
"return": {
|
33998
|
+
"type": {
|
33999
|
+
"text": "Promise<string>"
|
34000
|
+
}
|
34001
|
+
}
|
34002
|
+
},
|
34003
|
+
{
|
34004
|
+
"kind": "method",
|
34005
|
+
"name": "interruptGenerate",
|
34006
|
+
"return": {
|
34007
|
+
"type": {
|
34008
|
+
"text": "void"
|
34009
|
+
}
|
34010
|
+
}
|
34011
|
+
},
|
34012
|
+
{
|
34013
|
+
"kind": "method",
|
34014
|
+
"name": "unload",
|
34015
|
+
"return": {
|
34016
|
+
"type": {
|
34017
|
+
"text": "Promise<void>"
|
34018
|
+
}
|
34019
|
+
}
|
34020
|
+
},
|
34021
|
+
{
|
34022
|
+
"kind": "method",
|
34023
|
+
"name": "resetChat",
|
34024
|
+
"return": {
|
34025
|
+
"type": {
|
34026
|
+
"text": "Promise<void>"
|
34027
|
+
}
|
34028
|
+
}
|
34029
|
+
},
|
34030
|
+
{
|
34031
|
+
"kind": "method",
|
34032
|
+
"name": "onmessage",
|
34033
|
+
"return": {
|
34034
|
+
"type": {
|
34035
|
+
"text": "void"
|
34036
|
+
}
|
34037
|
+
},
|
34038
|
+
"parameters": [
|
34039
|
+
{
|
34040
|
+
"name": "event",
|
34041
|
+
"type": {
|
34042
|
+
"text": "any"
|
34043
|
+
}
|
34044
|
+
}
|
34045
|
+
]
|
34046
|
+
}
|
34047
|
+
]
|
34048
|
+
}
|
34049
|
+
],
|
34050
|
+
"exports": [
|
34051
|
+
{
|
34052
|
+
"kind": "js",
|
34053
|
+
"name": "ChatWorkerHandler",
|
34054
|
+
"declaration": {
|
34055
|
+
"name": "ChatWorkerHandler",
|
34056
|
+
"module": "src/types/webModel/webLLM/webLLMClient.ts"
|
34057
|
+
}
|
34058
|
+
},
|
34059
|
+
{
|
34060
|
+
"kind": "js",
|
34061
|
+
"name": "ChatWorkerClient",
|
34062
|
+
"declaration": {
|
34063
|
+
"name": "ChatWorkerClient",
|
34064
|
+
"module": "src/types/webModel/webLLM/webLLMClient.ts"
|
34065
|
+
}
|
34066
|
+
}
|
34067
|
+
]
|
34068
|
+
},
|
34069
|
+
{
|
34070
|
+
"kind": "javascript-module",
|
34071
|
+
"path": "src/types/webModel/webLLM/webLLMShared.ts",
|
34072
|
+
"declarations": [
|
34073
|
+
{
|
34074
|
+
"kind": "variable",
|
34075
|
+
"name": "prebuiltAppConfig",
|
34076
|
+
"type": {
|
34077
|
+
"text": "AppConfig"
|
34078
|
+
}
|
34079
|
+
}
|
34080
|
+
],
|
34081
|
+
"exports": [
|
34082
|
+
{
|
34083
|
+
"kind": "js",
|
34084
|
+
"name": "prebuiltAppConfig",
|
34085
|
+
"declaration": {
|
34086
|
+
"name": "prebuiltAppConfig",
|
34087
|
+
"module": "src/types/webModel/webLLM/webLLMShared.ts"
|
34088
|
+
}
|
34089
|
+
}
|
34090
|
+
]
|
34091
|
+
},
|
34169
34092
|
{
|
34170
34093
|
"kind": "javascript-module",
|
34171
34094
|
"path": "src/views/chat/messages/html/htmlDeepChatElements.ts",
|
@@ -36300,173 +36223,505 @@
|
|
36300
36223
|
},
|
36301
36224
|
{
|
36302
36225
|
"kind": "field",
|
36303
|
-
"name": "position",
|
36226
|
+
"name": "position",
|
36227
|
+
"type": {
|
36228
|
+
"text": "ButtonPositionT | undefined"
|
36229
|
+
},
|
36230
|
+
"default": "position",
|
36231
|
+
"inheritedFrom": {
|
36232
|
+
"name": "InputButton",
|
36233
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
36234
|
+
}
|
36235
|
+
},
|
36236
|
+
{
|
36237
|
+
"kind": "field",
|
36238
|
+
"name": "dropupText",
|
36239
|
+
"type": {
|
36240
|
+
"text": "string | undefined"
|
36241
|
+
},
|
36242
|
+
"default": "dropupText",
|
36243
|
+
"inheritedFrom": {
|
36244
|
+
"name": "InputButton",
|
36245
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
36246
|
+
}
|
36247
|
+
},
|
36248
|
+
{
|
36249
|
+
"kind": "method",
|
36250
|
+
"name": "buttonMouseLeave",
|
36251
|
+
"privacy": "private",
|
36252
|
+
"parameters": [
|
36253
|
+
{
|
36254
|
+
"name": "customStyles",
|
36255
|
+
"optional": true,
|
36256
|
+
"type": {
|
36257
|
+
"text": "ButtonStyles"
|
36258
|
+
}
|
36259
|
+
}
|
36260
|
+
],
|
36261
|
+
"inheritedFrom": {
|
36262
|
+
"name": "InputButton",
|
36263
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
36264
|
+
}
|
36265
|
+
},
|
36266
|
+
{
|
36267
|
+
"kind": "method",
|
36268
|
+
"name": "buttonMouseEnter",
|
36269
|
+
"privacy": "private",
|
36270
|
+
"parameters": [
|
36271
|
+
{
|
36272
|
+
"name": "customStyles",
|
36273
|
+
"optional": true,
|
36274
|
+
"type": {
|
36275
|
+
"text": "ButtonStyles"
|
36276
|
+
}
|
36277
|
+
}
|
36278
|
+
],
|
36279
|
+
"inheritedFrom": {
|
36280
|
+
"name": "InputButton",
|
36281
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
36282
|
+
}
|
36283
|
+
},
|
36284
|
+
{
|
36285
|
+
"kind": "method",
|
36286
|
+
"name": "buttonMouseUp",
|
36287
|
+
"privacy": "private",
|
36288
|
+
"parameters": [
|
36289
|
+
{
|
36290
|
+
"name": "customStyles",
|
36291
|
+
"optional": true,
|
36292
|
+
"type": {
|
36293
|
+
"text": "ButtonStyles"
|
36294
|
+
}
|
36295
|
+
}
|
36296
|
+
],
|
36297
|
+
"inheritedFrom": {
|
36298
|
+
"name": "InputButton",
|
36299
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
36300
|
+
}
|
36301
|
+
},
|
36302
|
+
{
|
36303
|
+
"kind": "method",
|
36304
|
+
"name": "buttonMouseDown",
|
36305
|
+
"privacy": "private",
|
36306
|
+
"parameters": [
|
36307
|
+
{
|
36308
|
+
"name": "customStyles",
|
36309
|
+
"optional": true,
|
36310
|
+
"type": {
|
36311
|
+
"text": "ButtonStyles"
|
36312
|
+
}
|
36313
|
+
}
|
36314
|
+
],
|
36315
|
+
"inheritedFrom": {
|
36316
|
+
"name": "InputButton",
|
36317
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
36318
|
+
}
|
36319
|
+
},
|
36320
|
+
{
|
36321
|
+
"kind": "method",
|
36322
|
+
"name": "setEvents",
|
36323
|
+
"privacy": "private",
|
36324
|
+
"parameters": [
|
36325
|
+
{
|
36326
|
+
"name": "customStyles",
|
36327
|
+
"optional": true,
|
36328
|
+
"type": {
|
36329
|
+
"text": "ButtonStyles"
|
36330
|
+
}
|
36331
|
+
}
|
36332
|
+
],
|
36333
|
+
"inheritedFrom": {
|
36334
|
+
"name": "InputButton",
|
36335
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
36336
|
+
}
|
36337
|
+
},
|
36338
|
+
{
|
36339
|
+
"kind": "method",
|
36340
|
+
"name": "unsetCustomStateStyles",
|
36341
|
+
"privacy": "public",
|
36342
|
+
"parameters": [
|
36343
|
+
{
|
36344
|
+
"name": "unsetTypes",
|
36345
|
+
"type": {
|
36346
|
+
"text": "(keyof T)[]"
|
36347
|
+
}
|
36348
|
+
}
|
36349
|
+
],
|
36350
|
+
"inheritedFrom": {
|
36351
|
+
"name": "InputButton",
|
36352
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
36353
|
+
}
|
36354
|
+
},
|
36355
|
+
{
|
36356
|
+
"kind": "method",
|
36357
|
+
"name": "reapplyStateStyle",
|
36358
|
+
"privacy": "public",
|
36359
|
+
"parameters": [
|
36360
|
+
{
|
36361
|
+
"name": "setType",
|
36362
|
+
"type": {
|
36363
|
+
"text": "keyof T"
|
36364
|
+
}
|
36365
|
+
},
|
36366
|
+
{
|
36367
|
+
"name": "unsetTypes",
|
36368
|
+
"optional": true,
|
36369
|
+
"type": {
|
36370
|
+
"text": "(keyof T)[]"
|
36371
|
+
}
|
36372
|
+
}
|
36373
|
+
],
|
36374
|
+
"inheritedFrom": {
|
36375
|
+
"name": "InputButton",
|
36376
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
36377
|
+
}
|
36378
|
+
}
|
36379
|
+
],
|
36380
|
+
"superclass": {
|
36381
|
+
"name": "MicrophoneButton",
|
36382
|
+
"module": "/src/views/chat/input/buttons/microphone/microphoneButton"
|
36383
|
+
}
|
36384
|
+
}
|
36385
|
+
],
|
36386
|
+
"exports": [
|
36387
|
+
{
|
36388
|
+
"kind": "js",
|
36389
|
+
"name": "SpeechToText",
|
36390
|
+
"declaration": {
|
36391
|
+
"name": "SpeechToText",
|
36392
|
+
"module": "src/views/chat/input/buttons/microphone/speechToText.ts"
|
36393
|
+
}
|
36394
|
+
}
|
36395
|
+
]
|
36396
|
+
},
|
36397
|
+
{
|
36398
|
+
"kind": "javascript-module",
|
36399
|
+
"path": "src/views/chat/input/buttons/styleAdjustments/inputButtonPositions.ts",
|
36400
|
+
"declarations": [
|
36401
|
+
{
|
36402
|
+
"kind": "class",
|
36403
|
+
"description": "",
|
36404
|
+
"name": "InputButtonPositions",
|
36405
|
+
"members": [
|
36406
|
+
{
|
36407
|
+
"kind": "method",
|
36408
|
+
"name": "addToDropup",
|
36409
|
+
"privacy": "private",
|
36410
|
+
"static": true,
|
36411
|
+
"parameters": [
|
36412
|
+
{
|
36413
|
+
"name": "buttonContainers",
|
36414
|
+
"type": {
|
36415
|
+
"text": "ButtonContainersT"
|
36416
|
+
}
|
36417
|
+
},
|
36418
|
+
{
|
36419
|
+
"name": "positions",
|
36420
|
+
"type": {
|
36421
|
+
"text": "Positions"
|
36422
|
+
}
|
36423
|
+
},
|
36424
|
+
{
|
36425
|
+
"name": "containerElement",
|
36426
|
+
"type": {
|
36427
|
+
"text": "HTMLElement"
|
36428
|
+
}
|
36429
|
+
},
|
36430
|
+
{
|
36431
|
+
"name": "dropupStyles",
|
36432
|
+
"optional": true,
|
36433
|
+
"type": {
|
36434
|
+
"text": "DropupStyles"
|
36435
|
+
}
|
36436
|
+
}
|
36437
|
+
]
|
36438
|
+
},
|
36439
|
+
{
|
36440
|
+
"kind": "method",
|
36441
|
+
"name": "addToSideContainer",
|
36442
|
+
"privacy": "private",
|
36443
|
+
"static": true,
|
36444
|
+
"parameters": [
|
36445
|
+
{
|
36446
|
+
"name": "buttonContainers",
|
36447
|
+
"type": {
|
36448
|
+
"text": "ButtonContainersT"
|
36449
|
+
}
|
36450
|
+
},
|
36451
|
+
{
|
36452
|
+
"name": "positions",
|
36453
|
+
"type": {
|
36454
|
+
"text": "Positions"
|
36455
|
+
}
|
36456
|
+
}
|
36457
|
+
]
|
36458
|
+
},
|
36459
|
+
{
|
36460
|
+
"kind": "method",
|
36461
|
+
"name": "setPosition",
|
36462
|
+
"privacy": "private",
|
36463
|
+
"static": true,
|
36464
|
+
"parameters": [
|
36465
|
+
{
|
36466
|
+
"name": "buttonsObj",
|
36467
|
+
"type": {
|
36468
|
+
"text": "Buttons"
|
36469
|
+
}
|
36470
|
+
},
|
36471
|
+
{
|
36472
|
+
"name": "buttonType",
|
36473
|
+
"type": {
|
36474
|
+
"text": "keyof Buttons"
|
36475
|
+
}
|
36476
|
+
},
|
36477
|
+
{
|
36478
|
+
"name": "positionButtons",
|
36479
|
+
"type": {
|
36480
|
+
"text": "ButtonProps[]"
|
36481
|
+
}
|
36482
|
+
}
|
36483
|
+
]
|
36484
|
+
},
|
36485
|
+
{
|
36486
|
+
"kind": "method",
|
36487
|
+
"name": "createPositionsObj",
|
36488
|
+
"privacy": "private",
|
36489
|
+
"static": true,
|
36490
|
+
"return": {
|
36491
|
+
"type": {
|
36492
|
+
"text": "Positions"
|
36493
|
+
}
|
36494
|
+
}
|
36495
|
+
},
|
36496
|
+
{
|
36497
|
+
"kind": "method",
|
36498
|
+
"name": "generatePositions",
|
36499
|
+
"privacy": "private",
|
36500
|
+
"static": true,
|
36501
|
+
"return": {
|
36502
|
+
"type": {
|
36503
|
+
"text": "Positions"
|
36504
|
+
}
|
36505
|
+
},
|
36506
|
+
"parameters": [
|
36507
|
+
{
|
36508
|
+
"name": "buttonsObj",
|
36509
|
+
"type": {
|
36510
|
+
"text": "Buttons"
|
36511
|
+
}
|
36512
|
+
}
|
36513
|
+
]
|
36514
|
+
},
|
36515
|
+
{
|
36516
|
+
"kind": "method",
|
36517
|
+
"name": "addButtons",
|
36518
|
+
"privacy": "public",
|
36519
|
+
"static": true,
|
36520
|
+
"parameters": [
|
36521
|
+
{
|
36522
|
+
"name": "buttonContainers",
|
36523
|
+
"type": {
|
36524
|
+
"text": "ButtonContainersT"
|
36525
|
+
}
|
36526
|
+
},
|
36527
|
+
{
|
36528
|
+
"name": "buttons",
|
36529
|
+
"type": {
|
36530
|
+
"text": "Buttons"
|
36531
|
+
}
|
36532
|
+
},
|
36533
|
+
{
|
36534
|
+
"name": "container",
|
36535
|
+
"type": {
|
36536
|
+
"text": "HTMLElement"
|
36537
|
+
}
|
36538
|
+
},
|
36539
|
+
{
|
36540
|
+
"name": "dropupStyles",
|
36541
|
+
"optional": true,
|
36542
|
+
"type": {
|
36543
|
+
"text": "DropupStyles"
|
36544
|
+
}
|
36545
|
+
}
|
36546
|
+
]
|
36547
|
+
}
|
36548
|
+
]
|
36549
|
+
}
|
36550
|
+
],
|
36551
|
+
"exports": [
|
36552
|
+
{
|
36553
|
+
"kind": "js",
|
36554
|
+
"name": "InputButtonPositions",
|
36555
|
+
"declaration": {
|
36556
|
+
"name": "InputButtonPositions",
|
36557
|
+
"module": "src/views/chat/input/buttons/styleAdjustments/inputButtonPositions.ts"
|
36558
|
+
}
|
36559
|
+
}
|
36560
|
+
]
|
36561
|
+
},
|
36562
|
+
{
|
36563
|
+
"kind": "javascript-module",
|
36564
|
+
"path": "src/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.ts",
|
36565
|
+
"declarations": [
|
36566
|
+
{
|
36567
|
+
"kind": "class",
|
36568
|
+
"description": "",
|
36569
|
+
"name": "InputButtonStyleAdjustments",
|
36570
|
+
"members": [
|
36571
|
+
{
|
36572
|
+
"kind": "field",
|
36573
|
+
"name": "INPUT_OUTSIDE_LEFT_ADJUSTMENT_CLASS",
|
36574
|
+
"type": {
|
36575
|
+
"text": "string"
|
36576
|
+
},
|
36577
|
+
"privacy": "private",
|
36578
|
+
"static": true,
|
36579
|
+
"default": "'text-input-container-left-adjustment'"
|
36580
|
+
},
|
36581
|
+
{
|
36582
|
+
"kind": "field",
|
36583
|
+
"name": "INPUT_OUTSIDE_RIGHT_ADJUSTMENT_CLASS",
|
36584
|
+
"type": {
|
36585
|
+
"text": "string"
|
36586
|
+
},
|
36587
|
+
"privacy": "private",
|
36588
|
+
"static": true,
|
36589
|
+
"default": "'text-input-container-right-adjustment'"
|
36590
|
+
},
|
36591
|
+
{
|
36592
|
+
"kind": "field",
|
36593
|
+
"name": "INPUT_OUTSIDE_LEFT_SMALL_ADJUSTMENT_CLASS",
|
36304
36594
|
"type": {
|
36305
|
-
"text": "
|
36595
|
+
"text": "string"
|
36306
36596
|
},
|
36307
|
-
"
|
36308
|
-
"
|
36309
|
-
|
36310
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
36311
|
-
}
|
36597
|
+
"privacy": "private",
|
36598
|
+
"static": true,
|
36599
|
+
"default": "'text-input-container-left-small-adjustment'"
|
36312
36600
|
},
|
36313
36601
|
{
|
36314
36602
|
"kind": "field",
|
36315
|
-
"name": "
|
36603
|
+
"name": "INPUT_OUTSIDE_RIGHT_SMALL_ADJUSTMENT_CLASS",
|
36316
36604
|
"type": {
|
36317
|
-
"text": "string
|
36605
|
+
"text": "string"
|
36318
36606
|
},
|
36319
|
-
"
|
36320
|
-
"
|
36321
|
-
|
36322
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
36323
|
-
}
|
36607
|
+
"privacy": "private",
|
36608
|
+
"static": true,
|
36609
|
+
"default": "'text-input-container-right-small-adjustment'"
|
36324
36610
|
},
|
36325
36611
|
{
|
36326
36612
|
"kind": "method",
|
36327
|
-
"name": "
|
36613
|
+
"name": "adjustInputPadding",
|
36328
36614
|
"privacy": "private",
|
36615
|
+
"static": true,
|
36329
36616
|
"parameters": [
|
36330
36617
|
{
|
36331
|
-
"name": "
|
36332
|
-
"optional": true,
|
36618
|
+
"name": "textInputEl",
|
36333
36619
|
"type": {
|
36334
|
-
"text": "
|
36620
|
+
"text": "HTMLElement"
|
36335
36621
|
}
|
36336
|
-
}
|
36337
|
-
],
|
36338
|
-
"inheritedFrom": {
|
36339
|
-
"name": "InputButton",
|
36340
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
36341
|
-
}
|
36342
|
-
},
|
36343
|
-
{
|
36344
|
-
"kind": "method",
|
36345
|
-
"name": "buttonMouseEnter",
|
36346
|
-
"privacy": "private",
|
36347
|
-
"parameters": [
|
36622
|
+
},
|
36348
36623
|
{
|
36349
|
-
"name": "
|
36350
|
-
"optional": true,
|
36624
|
+
"name": "positions",
|
36351
36625
|
"type": {
|
36352
|
-
"text": "
|
36626
|
+
"text": "Positions"
|
36353
36627
|
}
|
36354
36628
|
}
|
36355
|
-
]
|
36356
|
-
"inheritedFrom": {
|
36357
|
-
"name": "InputButton",
|
36358
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
36359
|
-
}
|
36629
|
+
]
|
36360
36630
|
},
|
36361
36631
|
{
|
36362
36632
|
"kind": "method",
|
36363
|
-
"name": "
|
36633
|
+
"name": "adjustForOutsideButton",
|
36364
36634
|
"privacy": "private",
|
36635
|
+
"static": true,
|
36365
36636
|
"parameters": [
|
36366
36637
|
{
|
36367
|
-
"name": "
|
36368
|
-
"optional": true,
|
36638
|
+
"name": "containers",
|
36369
36639
|
"type": {
|
36370
|
-
"text": "
|
36640
|
+
"text": "ButtonContainersT"
|
36371
36641
|
}
|
36372
|
-
}
|
36373
|
-
],
|
36374
|
-
"inheritedFrom": {
|
36375
|
-
"name": "InputButton",
|
36376
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
36377
|
-
}
|
36378
|
-
},
|
36379
|
-
{
|
36380
|
-
"kind": "method",
|
36381
|
-
"name": "buttonMouseDown",
|
36382
|
-
"privacy": "private",
|
36383
|
-
"parameters": [
|
36642
|
+
},
|
36384
36643
|
{
|
36385
|
-
"name": "
|
36386
|
-
"optional": true,
|
36644
|
+
"name": "fileAtt",
|
36387
36645
|
"type": {
|
36388
|
-
"text": "
|
36646
|
+
"text": "HTMLElement"
|
36647
|
+
}
|
36648
|
+
},
|
36649
|
+
{
|
36650
|
+
"name": "positions",
|
36651
|
+
"type": {
|
36652
|
+
"text": "Positions"
|
36389
36653
|
}
|
36390
36654
|
}
|
36391
|
-
]
|
36392
|
-
"inheritedFrom": {
|
36393
|
-
"name": "InputButton",
|
36394
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
36395
|
-
}
|
36655
|
+
]
|
36396
36656
|
},
|
36397
36657
|
{
|
36398
36658
|
"kind": "method",
|
36399
|
-
"name": "
|
36659
|
+
"name": "adjustOutsideSubmit",
|
36400
36660
|
"privacy": "private",
|
36661
|
+
"static": true,
|
36401
36662
|
"parameters": [
|
36402
36663
|
{
|
36403
|
-
"name": "
|
36404
|
-
"optional": true,
|
36664
|
+
"name": "containers",
|
36405
36665
|
"type": {
|
36406
|
-
"text": "
|
36666
|
+
"text": "ButtonContainersT"
|
36407
36667
|
}
|
36408
|
-
}
|
36409
|
-
],
|
36410
|
-
"inheritedFrom": {
|
36411
|
-
"name": "InputButton",
|
36412
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
36413
|
-
}
|
36414
|
-
},
|
36415
|
-
{
|
36416
|
-
"kind": "method",
|
36417
|
-
"name": "unsetCustomStateStyles",
|
36418
|
-
"privacy": "public",
|
36419
|
-
"parameters": [
|
36668
|
+
},
|
36420
36669
|
{
|
36421
|
-
"name": "
|
36670
|
+
"name": "fileAtt",
|
36422
36671
|
"type": {
|
36423
|
-
"text": "
|
36672
|
+
"text": "HTMLElement"
|
36673
|
+
}
|
36674
|
+
},
|
36675
|
+
{
|
36676
|
+
"name": "positions",
|
36677
|
+
"type": {
|
36678
|
+
"text": "Positions"
|
36424
36679
|
}
|
36425
36680
|
}
|
36426
|
-
]
|
36427
|
-
"inheritedFrom": {
|
36428
|
-
"name": "InputButton",
|
36429
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
36430
|
-
}
|
36681
|
+
]
|
36431
36682
|
},
|
36432
36683
|
{
|
36433
36684
|
"kind": "method",
|
36434
|
-
"name": "
|
36685
|
+
"name": "set",
|
36435
36686
|
"privacy": "public",
|
36687
|
+
"static": true,
|
36436
36688
|
"parameters": [
|
36437
36689
|
{
|
36438
|
-
"name": "
|
36690
|
+
"name": "textInputEl",
|
36439
36691
|
"type": {
|
36440
|
-
"text": "
|
36692
|
+
"text": "HTMLElement"
|
36441
36693
|
}
|
36442
36694
|
},
|
36443
36695
|
{
|
36444
|
-
"name": "
|
36445
|
-
"optional": true,
|
36696
|
+
"name": "containers",
|
36446
36697
|
"type": {
|
36447
|
-
"text": "
|
36698
|
+
"text": "ButtonContainersT"
|
36699
|
+
}
|
36700
|
+
},
|
36701
|
+
{
|
36702
|
+
"name": "fileAtt",
|
36703
|
+
"type": {
|
36704
|
+
"text": "HTMLElement"
|
36705
|
+
}
|
36706
|
+
},
|
36707
|
+
{
|
36708
|
+
"name": "positions",
|
36709
|
+
"type": {
|
36710
|
+
"text": "Positions"
|
36448
36711
|
}
|
36449
36712
|
}
|
36450
|
-
]
|
36451
|
-
"inheritedFrom": {
|
36452
|
-
"name": "InputButton",
|
36453
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
36454
|
-
}
|
36713
|
+
]
|
36455
36714
|
}
|
36456
|
-
]
|
36457
|
-
"superclass": {
|
36458
|
-
"name": "MicrophoneButton",
|
36459
|
-
"module": "/src/views/chat/input/buttons/microphone/microphoneButton"
|
36460
|
-
}
|
36715
|
+
]
|
36461
36716
|
}
|
36462
36717
|
],
|
36463
36718
|
"exports": [
|
36464
36719
|
{
|
36465
36720
|
"kind": "js",
|
36466
|
-
"name": "
|
36721
|
+
"name": "InputButtonStyleAdjustments",
|
36467
36722
|
"declaration": {
|
36468
|
-
"name": "
|
36469
|
-
"module": "src/views/chat/input/buttons/
|
36723
|
+
"name": "InputButtonStyleAdjustments",
|
36724
|
+
"module": "src/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.ts"
|
36470
36725
|
}
|
36471
36726
|
}
|
36472
36727
|
]
|
@@ -37089,338 +37344,6 @@
|
|
37089
37344
|
}
|
37090
37345
|
]
|
37091
37346
|
},
|
37092
|
-
{
|
37093
|
-
"kind": "javascript-module",
|
37094
|
-
"path": "src/views/chat/input/buttons/styleAdjustments/inputButtonPositions.ts",
|
37095
|
-
"declarations": [
|
37096
|
-
{
|
37097
|
-
"kind": "class",
|
37098
|
-
"description": "",
|
37099
|
-
"name": "InputButtonPositions",
|
37100
|
-
"members": [
|
37101
|
-
{
|
37102
|
-
"kind": "method",
|
37103
|
-
"name": "addToDropup",
|
37104
|
-
"privacy": "private",
|
37105
|
-
"static": true,
|
37106
|
-
"parameters": [
|
37107
|
-
{
|
37108
|
-
"name": "buttonContainers",
|
37109
|
-
"type": {
|
37110
|
-
"text": "ButtonContainersT"
|
37111
|
-
}
|
37112
|
-
},
|
37113
|
-
{
|
37114
|
-
"name": "positions",
|
37115
|
-
"type": {
|
37116
|
-
"text": "Positions"
|
37117
|
-
}
|
37118
|
-
},
|
37119
|
-
{
|
37120
|
-
"name": "containerElement",
|
37121
|
-
"type": {
|
37122
|
-
"text": "HTMLElement"
|
37123
|
-
}
|
37124
|
-
},
|
37125
|
-
{
|
37126
|
-
"name": "dropupStyles",
|
37127
|
-
"optional": true,
|
37128
|
-
"type": {
|
37129
|
-
"text": "DropupStyles"
|
37130
|
-
}
|
37131
|
-
}
|
37132
|
-
]
|
37133
|
-
},
|
37134
|
-
{
|
37135
|
-
"kind": "method",
|
37136
|
-
"name": "addToSideContainer",
|
37137
|
-
"privacy": "private",
|
37138
|
-
"static": true,
|
37139
|
-
"parameters": [
|
37140
|
-
{
|
37141
|
-
"name": "buttonContainers",
|
37142
|
-
"type": {
|
37143
|
-
"text": "ButtonContainersT"
|
37144
|
-
}
|
37145
|
-
},
|
37146
|
-
{
|
37147
|
-
"name": "positions",
|
37148
|
-
"type": {
|
37149
|
-
"text": "Positions"
|
37150
|
-
}
|
37151
|
-
}
|
37152
|
-
]
|
37153
|
-
},
|
37154
|
-
{
|
37155
|
-
"kind": "method",
|
37156
|
-
"name": "setPosition",
|
37157
|
-
"privacy": "private",
|
37158
|
-
"static": true,
|
37159
|
-
"parameters": [
|
37160
|
-
{
|
37161
|
-
"name": "buttonsObj",
|
37162
|
-
"type": {
|
37163
|
-
"text": "Buttons"
|
37164
|
-
}
|
37165
|
-
},
|
37166
|
-
{
|
37167
|
-
"name": "buttonType",
|
37168
|
-
"type": {
|
37169
|
-
"text": "keyof Buttons"
|
37170
|
-
}
|
37171
|
-
},
|
37172
|
-
{
|
37173
|
-
"name": "positionButtons",
|
37174
|
-
"type": {
|
37175
|
-
"text": "ButtonProps[]"
|
37176
|
-
}
|
37177
|
-
}
|
37178
|
-
]
|
37179
|
-
},
|
37180
|
-
{
|
37181
|
-
"kind": "method",
|
37182
|
-
"name": "createPositionsObj",
|
37183
|
-
"privacy": "private",
|
37184
|
-
"static": true,
|
37185
|
-
"return": {
|
37186
|
-
"type": {
|
37187
|
-
"text": "Positions"
|
37188
|
-
}
|
37189
|
-
}
|
37190
|
-
},
|
37191
|
-
{
|
37192
|
-
"kind": "method",
|
37193
|
-
"name": "generatePositions",
|
37194
|
-
"privacy": "private",
|
37195
|
-
"static": true,
|
37196
|
-
"return": {
|
37197
|
-
"type": {
|
37198
|
-
"text": "Positions"
|
37199
|
-
}
|
37200
|
-
},
|
37201
|
-
"parameters": [
|
37202
|
-
{
|
37203
|
-
"name": "buttonsObj",
|
37204
|
-
"type": {
|
37205
|
-
"text": "Buttons"
|
37206
|
-
}
|
37207
|
-
}
|
37208
|
-
]
|
37209
|
-
},
|
37210
|
-
{
|
37211
|
-
"kind": "method",
|
37212
|
-
"name": "addButtons",
|
37213
|
-
"privacy": "public",
|
37214
|
-
"static": true,
|
37215
|
-
"parameters": [
|
37216
|
-
{
|
37217
|
-
"name": "buttonContainers",
|
37218
|
-
"type": {
|
37219
|
-
"text": "ButtonContainersT"
|
37220
|
-
}
|
37221
|
-
},
|
37222
|
-
{
|
37223
|
-
"name": "buttons",
|
37224
|
-
"type": {
|
37225
|
-
"text": "Buttons"
|
37226
|
-
}
|
37227
|
-
},
|
37228
|
-
{
|
37229
|
-
"name": "container",
|
37230
|
-
"type": {
|
37231
|
-
"text": "HTMLElement"
|
37232
|
-
}
|
37233
|
-
},
|
37234
|
-
{
|
37235
|
-
"name": "dropupStyles",
|
37236
|
-
"optional": true,
|
37237
|
-
"type": {
|
37238
|
-
"text": "DropupStyles"
|
37239
|
-
}
|
37240
|
-
}
|
37241
|
-
]
|
37242
|
-
}
|
37243
|
-
]
|
37244
|
-
}
|
37245
|
-
],
|
37246
|
-
"exports": [
|
37247
|
-
{
|
37248
|
-
"kind": "js",
|
37249
|
-
"name": "InputButtonPositions",
|
37250
|
-
"declaration": {
|
37251
|
-
"name": "InputButtonPositions",
|
37252
|
-
"module": "src/views/chat/input/buttons/styleAdjustments/inputButtonPositions.ts"
|
37253
|
-
}
|
37254
|
-
}
|
37255
|
-
]
|
37256
|
-
},
|
37257
|
-
{
|
37258
|
-
"kind": "javascript-module",
|
37259
|
-
"path": "src/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.ts",
|
37260
|
-
"declarations": [
|
37261
|
-
{
|
37262
|
-
"kind": "class",
|
37263
|
-
"description": "",
|
37264
|
-
"name": "InputButtonStyleAdjustments",
|
37265
|
-
"members": [
|
37266
|
-
{
|
37267
|
-
"kind": "field",
|
37268
|
-
"name": "INPUT_OUTSIDE_LEFT_ADJUSTMENT_CLASS",
|
37269
|
-
"type": {
|
37270
|
-
"text": "string"
|
37271
|
-
},
|
37272
|
-
"privacy": "private",
|
37273
|
-
"static": true,
|
37274
|
-
"default": "'text-input-container-left-adjustment'"
|
37275
|
-
},
|
37276
|
-
{
|
37277
|
-
"kind": "field",
|
37278
|
-
"name": "INPUT_OUTSIDE_RIGHT_ADJUSTMENT_CLASS",
|
37279
|
-
"type": {
|
37280
|
-
"text": "string"
|
37281
|
-
},
|
37282
|
-
"privacy": "private",
|
37283
|
-
"static": true,
|
37284
|
-
"default": "'text-input-container-right-adjustment'"
|
37285
|
-
},
|
37286
|
-
{
|
37287
|
-
"kind": "field",
|
37288
|
-
"name": "INPUT_OUTSIDE_LEFT_SMALL_ADJUSTMENT_CLASS",
|
37289
|
-
"type": {
|
37290
|
-
"text": "string"
|
37291
|
-
},
|
37292
|
-
"privacy": "private",
|
37293
|
-
"static": true,
|
37294
|
-
"default": "'text-input-container-left-small-adjustment'"
|
37295
|
-
},
|
37296
|
-
{
|
37297
|
-
"kind": "field",
|
37298
|
-
"name": "INPUT_OUTSIDE_RIGHT_SMALL_ADJUSTMENT_CLASS",
|
37299
|
-
"type": {
|
37300
|
-
"text": "string"
|
37301
|
-
},
|
37302
|
-
"privacy": "private",
|
37303
|
-
"static": true,
|
37304
|
-
"default": "'text-input-container-right-small-adjustment'"
|
37305
|
-
},
|
37306
|
-
{
|
37307
|
-
"kind": "method",
|
37308
|
-
"name": "adjustInputPadding",
|
37309
|
-
"privacy": "private",
|
37310
|
-
"static": true,
|
37311
|
-
"parameters": [
|
37312
|
-
{
|
37313
|
-
"name": "textInputEl",
|
37314
|
-
"type": {
|
37315
|
-
"text": "HTMLElement"
|
37316
|
-
}
|
37317
|
-
},
|
37318
|
-
{
|
37319
|
-
"name": "positions",
|
37320
|
-
"type": {
|
37321
|
-
"text": "Positions"
|
37322
|
-
}
|
37323
|
-
}
|
37324
|
-
]
|
37325
|
-
},
|
37326
|
-
{
|
37327
|
-
"kind": "method",
|
37328
|
-
"name": "adjustForOutsideButton",
|
37329
|
-
"privacy": "private",
|
37330
|
-
"static": true,
|
37331
|
-
"parameters": [
|
37332
|
-
{
|
37333
|
-
"name": "containers",
|
37334
|
-
"type": {
|
37335
|
-
"text": "ButtonContainersT"
|
37336
|
-
}
|
37337
|
-
},
|
37338
|
-
{
|
37339
|
-
"name": "fileAtt",
|
37340
|
-
"type": {
|
37341
|
-
"text": "HTMLElement"
|
37342
|
-
}
|
37343
|
-
},
|
37344
|
-
{
|
37345
|
-
"name": "positions",
|
37346
|
-
"type": {
|
37347
|
-
"text": "Positions"
|
37348
|
-
}
|
37349
|
-
}
|
37350
|
-
]
|
37351
|
-
},
|
37352
|
-
{
|
37353
|
-
"kind": "method",
|
37354
|
-
"name": "adjustOutsideSubmit",
|
37355
|
-
"privacy": "private",
|
37356
|
-
"static": true,
|
37357
|
-
"parameters": [
|
37358
|
-
{
|
37359
|
-
"name": "containers",
|
37360
|
-
"type": {
|
37361
|
-
"text": "ButtonContainersT"
|
37362
|
-
}
|
37363
|
-
},
|
37364
|
-
{
|
37365
|
-
"name": "fileAtt",
|
37366
|
-
"type": {
|
37367
|
-
"text": "HTMLElement"
|
37368
|
-
}
|
37369
|
-
},
|
37370
|
-
{
|
37371
|
-
"name": "positions",
|
37372
|
-
"type": {
|
37373
|
-
"text": "Positions"
|
37374
|
-
}
|
37375
|
-
}
|
37376
|
-
]
|
37377
|
-
},
|
37378
|
-
{
|
37379
|
-
"kind": "method",
|
37380
|
-
"name": "set",
|
37381
|
-
"privacy": "public",
|
37382
|
-
"static": true,
|
37383
|
-
"parameters": [
|
37384
|
-
{
|
37385
|
-
"name": "textInputEl",
|
37386
|
-
"type": {
|
37387
|
-
"text": "HTMLElement"
|
37388
|
-
}
|
37389
|
-
},
|
37390
|
-
{
|
37391
|
-
"name": "containers",
|
37392
|
-
"type": {
|
37393
|
-
"text": "ButtonContainersT"
|
37394
|
-
}
|
37395
|
-
},
|
37396
|
-
{
|
37397
|
-
"name": "fileAtt",
|
37398
|
-
"type": {
|
37399
|
-
"text": "HTMLElement"
|
37400
|
-
}
|
37401
|
-
},
|
37402
|
-
{
|
37403
|
-
"name": "positions",
|
37404
|
-
"type": {
|
37405
|
-
"text": "Positions"
|
37406
|
-
}
|
37407
|
-
}
|
37408
|
-
]
|
37409
|
-
}
|
37410
|
-
]
|
37411
|
-
}
|
37412
|
-
],
|
37413
|
-
"exports": [
|
37414
|
-
{
|
37415
|
-
"kind": "js",
|
37416
|
-
"name": "InputButtonStyleAdjustments",
|
37417
|
-
"declaration": {
|
37418
|
-
"name": "InputButtonStyleAdjustments",
|
37419
|
-
"module": "src/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.ts"
|
37420
|
-
}
|
37421
|
-
}
|
37422
|
-
]
|
37423
|
-
},
|
37424
37347
|
{
|
37425
37348
|
"kind": "javascript-module",
|
37426
37349
|
"path": "src/views/chat/input/buttons/uploadFile/uploadFileButton.ts",
|