deep-chat-dev 9.0.74 → 9.0.76
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 +986 -987
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.d.ts +1 -1
- package/dist/deepChat.d.ts.map +1 -1
- package/dist/deepChat.js +6 -6
- package/dist/services/serviceIOFactory.d.ts.map +1 -1
- package/dist/webModel/webModel.d.ts.map +1 -1
- package/package.json +1 -1
package/custom-elements.json
CHANGED
@@ -321,11 +321,10 @@
|
|
321
321
|
},
|
322
322
|
{
|
323
323
|
"kind": "field",
|
324
|
-
"name": "
|
324
|
+
"name": "webModel",
|
325
325
|
"type": {
|
326
|
-
"text": "WebModel"
|
327
|
-
}
|
328
|
-
"default": "false"
|
326
|
+
"text": "WebModel | undefined"
|
327
|
+
}
|
329
328
|
},
|
330
329
|
{
|
331
330
|
"kind": "field",
|
@@ -27065,6 +27064,83 @@
|
|
27065
27064
|
}
|
27066
27065
|
]
|
27067
27066
|
},
|
27067
|
+
{
|
27068
|
+
"kind": "javascript-module",
|
27069
|
+
"path": "src/utils/events/fireEvents.ts",
|
27070
|
+
"declarations": [
|
27071
|
+
{
|
27072
|
+
"kind": "class",
|
27073
|
+
"description": "",
|
27074
|
+
"name": "FireEvents",
|
27075
|
+
"members": [
|
27076
|
+
{
|
27077
|
+
"kind": "method",
|
27078
|
+
"name": "onNewMessage",
|
27079
|
+
"privacy": "public",
|
27080
|
+
"static": true,
|
27081
|
+
"parameters": [
|
27082
|
+
{
|
27083
|
+
"name": "deepChat",
|
27084
|
+
"type": {
|
27085
|
+
"text": "DeepChat"
|
27086
|
+
}
|
27087
|
+
},
|
27088
|
+
{
|
27089
|
+
"name": "message",
|
27090
|
+
"type": {
|
27091
|
+
"text": "MessageContentI"
|
27092
|
+
}
|
27093
|
+
},
|
27094
|
+
{
|
27095
|
+
"name": "isInitial",
|
27096
|
+
"type": {
|
27097
|
+
"text": "boolean"
|
27098
|
+
}
|
27099
|
+
}
|
27100
|
+
]
|
27101
|
+
},
|
27102
|
+
{
|
27103
|
+
"kind": "method",
|
27104
|
+
"name": "onClearMessages",
|
27105
|
+
"privacy": "public",
|
27106
|
+
"static": true,
|
27107
|
+
"parameters": [
|
27108
|
+
{
|
27109
|
+
"name": "deepChat",
|
27110
|
+
"type": {
|
27111
|
+
"text": "DeepChat"
|
27112
|
+
}
|
27113
|
+
}
|
27114
|
+
]
|
27115
|
+
},
|
27116
|
+
{
|
27117
|
+
"kind": "method",
|
27118
|
+
"name": "onRender",
|
27119
|
+
"privacy": "public",
|
27120
|
+
"static": true,
|
27121
|
+
"parameters": [
|
27122
|
+
{
|
27123
|
+
"name": "deepChat",
|
27124
|
+
"type": {
|
27125
|
+
"text": "DeepChat"
|
27126
|
+
}
|
27127
|
+
}
|
27128
|
+
]
|
27129
|
+
}
|
27130
|
+
]
|
27131
|
+
}
|
27132
|
+
],
|
27133
|
+
"exports": [
|
27134
|
+
{
|
27135
|
+
"kind": "js",
|
27136
|
+
"name": "FireEvents",
|
27137
|
+
"declaration": {
|
27138
|
+
"name": "FireEvents",
|
27139
|
+
"module": "src/utils/events/fireEvents.ts"
|
27140
|
+
}
|
27141
|
+
}
|
27142
|
+
]
|
27143
|
+
},
|
27068
27144
|
{
|
27069
27145
|
"kind": "javascript-module",
|
27070
27146
|
"path": "src/utils/files/fileTypeButtonIcons.ts",
|
@@ -27133,63 +27209,28 @@
|
|
27133
27209
|
},
|
27134
27210
|
{
|
27135
27211
|
"kind": "javascript-module",
|
27136
|
-
"path": "src/utils/
|
27212
|
+
"path": "src/utils/svg/svgIconUtils.ts",
|
27137
27213
|
"declarations": [
|
27138
27214
|
{
|
27139
27215
|
"kind": "class",
|
27140
27216
|
"description": "",
|
27141
|
-
"name": "
|
27217
|
+
"name": "SVGIconUtils",
|
27142
27218
|
"members": [
|
27143
27219
|
{
|
27144
27220
|
"kind": "method",
|
27145
|
-
"name": "
|
27146
|
-
"privacy": "public",
|
27147
|
-
"static": true,
|
27148
|
-
"parameters": [
|
27149
|
-
{
|
27150
|
-
"name": "deepChat",
|
27151
|
-
"type": {
|
27152
|
-
"text": "DeepChat"
|
27153
|
-
}
|
27154
|
-
},
|
27155
|
-
{
|
27156
|
-
"name": "message",
|
27157
|
-
"type": {
|
27158
|
-
"text": "MessageContentI"
|
27159
|
-
}
|
27160
|
-
},
|
27161
|
-
{
|
27162
|
-
"name": "isInitial",
|
27163
|
-
"type": {
|
27164
|
-
"text": "boolean"
|
27165
|
-
}
|
27166
|
-
}
|
27167
|
-
]
|
27168
|
-
},
|
27169
|
-
{
|
27170
|
-
"kind": "method",
|
27171
|
-
"name": "onClearMessages",
|
27221
|
+
"name": "createSVGElement",
|
27172
27222
|
"privacy": "public",
|
27173
27223
|
"static": true,
|
27174
|
-
"
|
27175
|
-
{
|
27176
|
-
"
|
27177
|
-
"type": {
|
27178
|
-
"text": "DeepChat"
|
27179
|
-
}
|
27224
|
+
"return": {
|
27225
|
+
"type": {
|
27226
|
+
"text": "SVGGraphicsElement"
|
27180
27227
|
}
|
27181
|
-
|
27182
|
-
},
|
27183
|
-
{
|
27184
|
-
"kind": "method",
|
27185
|
-
"name": "onRender",
|
27186
|
-
"privacy": "public",
|
27187
|
-
"static": true,
|
27228
|
+
},
|
27188
27229
|
"parameters": [
|
27189
27230
|
{
|
27190
|
-
"name": "
|
27231
|
+
"name": "svgString",
|
27191
27232
|
"type": {
|
27192
|
-
"text": "
|
27233
|
+
"text": "string"
|
27193
27234
|
}
|
27194
27235
|
}
|
27195
27236
|
]
|
@@ -27200,10 +27241,10 @@
|
|
27200
27241
|
"exports": [
|
27201
27242
|
{
|
27202
27243
|
"kind": "js",
|
27203
|
-
"name": "
|
27244
|
+
"name": "SVGIconUtils",
|
27204
27245
|
"declaration": {
|
27205
|
-
"name": "
|
27206
|
-
"module": "src/utils/
|
27246
|
+
"name": "SVGIconUtils",
|
27247
|
+
"module": "src/utils/svg/svgIconUtils.ts"
|
27207
27248
|
}
|
27208
27249
|
}
|
27209
27250
|
]
|
@@ -27559,48 +27600,6 @@
|
|
27559
27600
|
}
|
27560
27601
|
]
|
27561
27602
|
},
|
27562
|
-
{
|
27563
|
-
"kind": "javascript-module",
|
27564
|
-
"path": "src/utils/svg/svgIconUtils.ts",
|
27565
|
-
"declarations": [
|
27566
|
-
{
|
27567
|
-
"kind": "class",
|
27568
|
-
"description": "",
|
27569
|
-
"name": "SVGIconUtils",
|
27570
|
-
"members": [
|
27571
|
-
{
|
27572
|
-
"kind": "method",
|
27573
|
-
"name": "createSVGElement",
|
27574
|
-
"privacy": "public",
|
27575
|
-
"static": true,
|
27576
|
-
"return": {
|
27577
|
-
"type": {
|
27578
|
-
"text": "SVGGraphicsElement"
|
27579
|
-
}
|
27580
|
-
},
|
27581
|
-
"parameters": [
|
27582
|
-
{
|
27583
|
-
"name": "svgString",
|
27584
|
-
"type": {
|
27585
|
-
"text": "string"
|
27586
|
-
}
|
27587
|
-
}
|
27588
|
-
]
|
27589
|
-
}
|
27590
|
-
]
|
27591
|
-
}
|
27592
|
-
],
|
27593
|
-
"exports": [
|
27594
|
-
{
|
27595
|
-
"kind": "js",
|
27596
|
-
"name": "SVGIconUtils",
|
27597
|
-
"declaration": {
|
27598
|
-
"name": "SVGIconUtils",
|
27599
|
-
"module": "src/utils/svg/svgIconUtils.ts"
|
27600
|
-
}
|
27601
|
-
}
|
27602
|
-
]
|
27603
|
-
},
|
27604
27603
|
{
|
27605
27604
|
"kind": "javascript-module",
|
27606
27605
|
"path": "src/types/webModel/webModel.ts",
|
@@ -27707,86 +27706,6 @@
|
|
27707
27706
|
}
|
27708
27707
|
]
|
27709
27708
|
},
|
27710
|
-
{
|
27711
|
-
"kind": "javascript-module",
|
27712
|
-
"path": "src/services/cohere/utils/cohereUtils.ts",
|
27713
|
-
"declarations": [
|
27714
|
-
{
|
27715
|
-
"kind": "class",
|
27716
|
-
"description": "",
|
27717
|
-
"name": "CohereUtils",
|
27718
|
-
"members": [
|
27719
|
-
{
|
27720
|
-
"kind": "method",
|
27721
|
-
"name": "buildHeaders",
|
27722
|
-
"privacy": "public",
|
27723
|
-
"static": true,
|
27724
|
-
"parameters": [
|
27725
|
-
{
|
27726
|
-
"name": "key",
|
27727
|
-
"type": {
|
27728
|
-
"text": "string"
|
27729
|
-
}
|
27730
|
-
}
|
27731
|
-
]
|
27732
|
-
},
|
27733
|
-
{
|
27734
|
-
"kind": "method",
|
27735
|
-
"name": "handleVerificationResult",
|
27736
|
-
"privacy": "private",
|
27737
|
-
"static": true,
|
27738
|
-
"parameters": [
|
27739
|
-
{
|
27740
|
-
"name": "result",
|
27741
|
-
"type": {
|
27742
|
-
"text": "object"
|
27743
|
-
}
|
27744
|
-
},
|
27745
|
-
{
|
27746
|
-
"name": "key",
|
27747
|
-
"type": {
|
27748
|
-
"text": "string"
|
27749
|
-
}
|
27750
|
-
},
|
27751
|
-
{
|
27752
|
-
"name": "onSuccess",
|
27753
|
-
"type": {
|
27754
|
-
"text": "(key: string) => void"
|
27755
|
-
}
|
27756
|
-
},
|
27757
|
-
{
|
27758
|
-
"name": "onFail",
|
27759
|
-
"type": {
|
27760
|
-
"text": "(message: string) => void"
|
27761
|
-
}
|
27762
|
-
}
|
27763
|
-
]
|
27764
|
-
},
|
27765
|
-
{
|
27766
|
-
"kind": "method",
|
27767
|
-
"name": "buildKeyVerificationDetails",
|
27768
|
-
"privacy": "public",
|
27769
|
-
"static": true,
|
27770
|
-
"return": {
|
27771
|
-
"type": {
|
27772
|
-
"text": "KeyVerificationDetails"
|
27773
|
-
}
|
27774
|
-
}
|
27775
|
-
}
|
27776
|
-
]
|
27777
|
-
}
|
27778
|
-
],
|
27779
|
-
"exports": [
|
27780
|
-
{
|
27781
|
-
"kind": "js",
|
27782
|
-
"name": "CohereUtils",
|
27783
|
-
"declaration": {
|
27784
|
-
"name": "CohereUtils",
|
27785
|
-
"module": "src/services/cohere/utils/cohereUtils.ts"
|
27786
|
-
}
|
27787
|
-
}
|
27788
|
-
]
|
27789
|
-
},
|
27790
27709
|
{
|
27791
27710
|
"kind": "javascript-module",
|
27792
27711
|
"path": "src/services/azure/utils/azureUtils.ts",
|
@@ -28032,6 +27951,86 @@
|
|
28032
27951
|
}
|
28033
27952
|
]
|
28034
27953
|
},
|
27954
|
+
{
|
27955
|
+
"kind": "javascript-module",
|
27956
|
+
"path": "src/services/cohere/utils/cohereUtils.ts",
|
27957
|
+
"declarations": [
|
27958
|
+
{
|
27959
|
+
"kind": "class",
|
27960
|
+
"description": "",
|
27961
|
+
"name": "CohereUtils",
|
27962
|
+
"members": [
|
27963
|
+
{
|
27964
|
+
"kind": "method",
|
27965
|
+
"name": "buildHeaders",
|
27966
|
+
"privacy": "public",
|
27967
|
+
"static": true,
|
27968
|
+
"parameters": [
|
27969
|
+
{
|
27970
|
+
"name": "key",
|
27971
|
+
"type": {
|
27972
|
+
"text": "string"
|
27973
|
+
}
|
27974
|
+
}
|
27975
|
+
]
|
27976
|
+
},
|
27977
|
+
{
|
27978
|
+
"kind": "method",
|
27979
|
+
"name": "handleVerificationResult",
|
27980
|
+
"privacy": "private",
|
27981
|
+
"static": true,
|
27982
|
+
"parameters": [
|
27983
|
+
{
|
27984
|
+
"name": "result",
|
27985
|
+
"type": {
|
27986
|
+
"text": "object"
|
27987
|
+
}
|
27988
|
+
},
|
27989
|
+
{
|
27990
|
+
"name": "key",
|
27991
|
+
"type": {
|
27992
|
+
"text": "string"
|
27993
|
+
}
|
27994
|
+
},
|
27995
|
+
{
|
27996
|
+
"name": "onSuccess",
|
27997
|
+
"type": {
|
27998
|
+
"text": "(key: string) => void"
|
27999
|
+
}
|
28000
|
+
},
|
28001
|
+
{
|
28002
|
+
"name": "onFail",
|
28003
|
+
"type": {
|
28004
|
+
"text": "(message: string) => void"
|
28005
|
+
}
|
28006
|
+
}
|
28007
|
+
]
|
28008
|
+
},
|
28009
|
+
{
|
28010
|
+
"kind": "method",
|
28011
|
+
"name": "buildKeyVerificationDetails",
|
28012
|
+
"privacy": "public",
|
28013
|
+
"static": true,
|
28014
|
+
"return": {
|
28015
|
+
"type": {
|
28016
|
+
"text": "KeyVerificationDetails"
|
28017
|
+
}
|
28018
|
+
}
|
28019
|
+
}
|
28020
|
+
]
|
28021
|
+
}
|
28022
|
+
],
|
28023
|
+
"exports": [
|
28024
|
+
{
|
28025
|
+
"kind": "js",
|
28026
|
+
"name": "CohereUtils",
|
28027
|
+
"declaration": {
|
28028
|
+
"name": "CohereUtils",
|
28029
|
+
"module": "src/services/cohere/utils/cohereUtils.ts"
|
28030
|
+
}
|
28031
|
+
}
|
28032
|
+
]
|
28033
|
+
},
|
28035
28034
|
{
|
28036
28035
|
"kind": "javascript-module",
|
28037
28036
|
"path": "src/services/huggingFace/utils/huggingFaceUtils.ts",
|
@@ -28328,110 +28327,6 @@
|
|
28328
28327
|
}
|
28329
28328
|
]
|
28330
28329
|
},
|
28331
|
-
{
|
28332
|
-
"kind": "javascript-module",
|
28333
|
-
"path": "src/views/chat/introPanel/introPanel.ts",
|
28334
|
-
"declarations": [
|
28335
|
-
{
|
28336
|
-
"kind": "class",
|
28337
|
-
"description": "",
|
28338
|
-
"name": "IntroPanel",
|
28339
|
-
"members": [
|
28340
|
-
{
|
28341
|
-
"kind": "field",
|
28342
|
-
"name": "_elementRef",
|
28343
|
-
"type": {
|
28344
|
-
"text": "HTMLElement | undefined"
|
28345
|
-
}
|
28346
|
-
},
|
28347
|
-
{
|
28348
|
-
"kind": "field",
|
28349
|
-
"name": "_isDisplayed",
|
28350
|
-
"type": {
|
28351
|
-
"text": "boolean"
|
28352
|
-
},
|
28353
|
-
"privacy": "private",
|
28354
|
-
"default": "false"
|
28355
|
-
},
|
28356
|
-
{
|
28357
|
-
"kind": "method",
|
28358
|
-
"name": "createIntroPanel",
|
28359
|
-
"privacy": "private",
|
28360
|
-
"static": true,
|
28361
|
-
"parameters": [
|
28362
|
-
{
|
28363
|
-
"name": "introPanelStyle",
|
28364
|
-
"optional": true,
|
28365
|
-
"type": {
|
28366
|
-
"text": "CustomStyle"
|
28367
|
-
}
|
28368
|
-
}
|
28369
|
-
]
|
28370
|
-
},
|
28371
|
-
{
|
28372
|
-
"kind": "method",
|
28373
|
-
"name": "createIntroPanelWithChild",
|
28374
|
-
"privacy": "private",
|
28375
|
-
"parameters": [
|
28376
|
-
{
|
28377
|
-
"name": "childElement",
|
28378
|
-
"type": {
|
28379
|
-
"text": "HTMLElement"
|
28380
|
-
}
|
28381
|
-
},
|
28382
|
-
{
|
28383
|
-
"name": "introPanelStyle",
|
28384
|
-
"optional": true,
|
28385
|
-
"type": {
|
28386
|
-
"text": "CustomStyle"
|
28387
|
-
}
|
28388
|
-
}
|
28389
|
-
]
|
28390
|
-
},
|
28391
|
-
{
|
28392
|
-
"kind": "method",
|
28393
|
-
"name": "createInternalIntroPanel",
|
28394
|
-
"privacy": "private",
|
28395
|
-
"parameters": [
|
28396
|
-
{
|
28397
|
-
"name": "introPanelMarkUp",
|
28398
|
-
"type": {
|
28399
|
-
"text": "string"
|
28400
|
-
}
|
28401
|
-
},
|
28402
|
-
{
|
28403
|
-
"name": "introPanelStyle",
|
28404
|
-
"optional": true,
|
28405
|
-
"type": {
|
28406
|
-
"text": "CustomStyle"
|
28407
|
-
}
|
28408
|
-
}
|
28409
|
-
]
|
28410
|
-
},
|
28411
|
-
{
|
28412
|
-
"kind": "method",
|
28413
|
-
"name": "hide",
|
28414
|
-
"privacy": "public"
|
28415
|
-
},
|
28416
|
-
{
|
28417
|
-
"kind": "method",
|
28418
|
-
"name": "display",
|
28419
|
-
"privacy": "public"
|
28420
|
-
}
|
28421
|
-
]
|
28422
|
-
}
|
28423
|
-
],
|
28424
|
-
"exports": [
|
28425
|
-
{
|
28426
|
-
"kind": "js",
|
28427
|
-
"name": "IntroPanel",
|
28428
|
-
"declaration": {
|
28429
|
-
"name": "IntroPanel",
|
28430
|
-
"module": "src/views/chat/introPanel/introPanel.ts"
|
28431
|
-
}
|
28432
|
-
}
|
28433
|
-
]
|
28434
|
-
},
|
28435
28330
|
{
|
28436
28331
|
"kind": "javascript-module",
|
28437
28332
|
"path": "src/views/chat/input/input.ts",
|
@@ -28603,6 +28498,110 @@
|
|
28603
28498
|
}
|
28604
28499
|
]
|
28605
28500
|
},
|
28501
|
+
{
|
28502
|
+
"kind": "javascript-module",
|
28503
|
+
"path": "src/views/chat/introPanel/introPanel.ts",
|
28504
|
+
"declarations": [
|
28505
|
+
{
|
28506
|
+
"kind": "class",
|
28507
|
+
"description": "",
|
28508
|
+
"name": "IntroPanel",
|
28509
|
+
"members": [
|
28510
|
+
{
|
28511
|
+
"kind": "field",
|
28512
|
+
"name": "_elementRef",
|
28513
|
+
"type": {
|
28514
|
+
"text": "HTMLElement | undefined"
|
28515
|
+
}
|
28516
|
+
},
|
28517
|
+
{
|
28518
|
+
"kind": "field",
|
28519
|
+
"name": "_isDisplayed",
|
28520
|
+
"type": {
|
28521
|
+
"text": "boolean"
|
28522
|
+
},
|
28523
|
+
"privacy": "private",
|
28524
|
+
"default": "false"
|
28525
|
+
},
|
28526
|
+
{
|
28527
|
+
"kind": "method",
|
28528
|
+
"name": "createIntroPanel",
|
28529
|
+
"privacy": "private",
|
28530
|
+
"static": true,
|
28531
|
+
"parameters": [
|
28532
|
+
{
|
28533
|
+
"name": "introPanelStyle",
|
28534
|
+
"optional": true,
|
28535
|
+
"type": {
|
28536
|
+
"text": "CustomStyle"
|
28537
|
+
}
|
28538
|
+
}
|
28539
|
+
]
|
28540
|
+
},
|
28541
|
+
{
|
28542
|
+
"kind": "method",
|
28543
|
+
"name": "createIntroPanelWithChild",
|
28544
|
+
"privacy": "private",
|
28545
|
+
"parameters": [
|
28546
|
+
{
|
28547
|
+
"name": "childElement",
|
28548
|
+
"type": {
|
28549
|
+
"text": "HTMLElement"
|
28550
|
+
}
|
28551
|
+
},
|
28552
|
+
{
|
28553
|
+
"name": "introPanelStyle",
|
28554
|
+
"optional": true,
|
28555
|
+
"type": {
|
28556
|
+
"text": "CustomStyle"
|
28557
|
+
}
|
28558
|
+
}
|
28559
|
+
]
|
28560
|
+
},
|
28561
|
+
{
|
28562
|
+
"kind": "method",
|
28563
|
+
"name": "createInternalIntroPanel",
|
28564
|
+
"privacy": "private",
|
28565
|
+
"parameters": [
|
28566
|
+
{
|
28567
|
+
"name": "introPanelMarkUp",
|
28568
|
+
"type": {
|
28569
|
+
"text": "string"
|
28570
|
+
}
|
28571
|
+
},
|
28572
|
+
{
|
28573
|
+
"name": "introPanelStyle",
|
28574
|
+
"optional": true,
|
28575
|
+
"type": {
|
28576
|
+
"text": "CustomStyle"
|
28577
|
+
}
|
28578
|
+
}
|
28579
|
+
]
|
28580
|
+
},
|
28581
|
+
{
|
28582
|
+
"kind": "method",
|
28583
|
+
"name": "hide",
|
28584
|
+
"privacy": "public"
|
28585
|
+
},
|
28586
|
+
{
|
28587
|
+
"kind": "method",
|
28588
|
+
"name": "display",
|
28589
|
+
"privacy": "public"
|
28590
|
+
}
|
28591
|
+
]
|
28592
|
+
}
|
28593
|
+
],
|
28594
|
+
"exports": [
|
28595
|
+
{
|
28596
|
+
"kind": "js",
|
28597
|
+
"name": "IntroPanel",
|
28598
|
+
"declaration": {
|
28599
|
+
"name": "IntroPanel",
|
28600
|
+
"module": "src/views/chat/introPanel/introPanel.ts"
|
28601
|
+
}
|
28602
|
+
}
|
28603
|
+
]
|
28604
|
+
},
|
28606
28605
|
{
|
28607
28606
|
"kind": "javascript-module",
|
28608
28607
|
"path": "src/views/chat/messages/avatar.ts",
|
@@ -32150,568 +32149,606 @@
|
|
32150
32149
|
},
|
32151
32150
|
{
|
32152
32151
|
"kind": "javascript-module",
|
32153
|
-
"path": "src/views/chat/input/
|
32152
|
+
"path": "src/views/chat/input/textInput/focusUtils.ts",
|
32154
32153
|
"declarations": [
|
32155
32154
|
{
|
32156
32155
|
"kind": "class",
|
32157
32156
|
"description": "",
|
32158
|
-
"name": "
|
32157
|
+
"name": "FocusUtils",
|
32158
|
+
"members": [
|
32159
|
+
{
|
32160
|
+
"kind": "method",
|
32161
|
+
"name": "focusEndOfInput",
|
32162
|
+
"privacy": "public",
|
32163
|
+
"static": true,
|
32164
|
+
"parameters": [
|
32165
|
+
{
|
32166
|
+
"name": "inputElement",
|
32167
|
+
"type": {
|
32168
|
+
"text": "HTMLElement"
|
32169
|
+
}
|
32170
|
+
}
|
32171
|
+
]
|
32172
|
+
},
|
32173
|
+
{
|
32174
|
+
"kind": "method",
|
32175
|
+
"name": "focusFromParentElement",
|
32176
|
+
"privacy": "public",
|
32177
|
+
"static": true,
|
32178
|
+
"parameters": [
|
32179
|
+
{
|
32180
|
+
"name": "parentElement",
|
32181
|
+
"type": {
|
32182
|
+
"text": "HTMLElement"
|
32183
|
+
}
|
32184
|
+
}
|
32185
|
+
]
|
32186
|
+
}
|
32187
|
+
]
|
32188
|
+
}
|
32189
|
+
],
|
32190
|
+
"exports": [
|
32191
|
+
{
|
32192
|
+
"kind": "js",
|
32193
|
+
"name": "FocusUtils",
|
32194
|
+
"declaration": {
|
32195
|
+
"name": "FocusUtils",
|
32196
|
+
"module": "src/views/chat/input/textInput/focusUtils.ts"
|
32197
|
+
}
|
32198
|
+
}
|
32199
|
+
]
|
32200
|
+
},
|
32201
|
+
{
|
32202
|
+
"kind": "javascript-module",
|
32203
|
+
"path": "src/views/chat/input/textInput/pasteUtils.ts",
|
32204
|
+
"declarations": [
|
32205
|
+
{
|
32206
|
+
"kind": "class",
|
32207
|
+
"description": "",
|
32208
|
+
"name": "PasteUtils",
|
32209
|
+
"members": [
|
32210
|
+
{
|
32211
|
+
"kind": "method",
|
32212
|
+
"name": "sanitizePastedTextContent",
|
32213
|
+
"privacy": "public",
|
32214
|
+
"static": true,
|
32215
|
+
"parameters": [
|
32216
|
+
{
|
32217
|
+
"name": "event",
|
32218
|
+
"type": {
|
32219
|
+
"text": "ClipboardEvent"
|
32220
|
+
}
|
32221
|
+
}
|
32222
|
+
]
|
32223
|
+
}
|
32224
|
+
]
|
32225
|
+
}
|
32226
|
+
],
|
32227
|
+
"exports": [
|
32228
|
+
{
|
32229
|
+
"kind": "js",
|
32230
|
+
"name": "PasteUtils",
|
32231
|
+
"declaration": {
|
32232
|
+
"name": "PasteUtils",
|
32233
|
+
"module": "src/views/chat/input/textInput/pasteUtils.ts"
|
32234
|
+
}
|
32235
|
+
}
|
32236
|
+
]
|
32237
|
+
},
|
32238
|
+
{
|
32239
|
+
"kind": "javascript-module",
|
32240
|
+
"path": "src/views/chat/input/textInput/textInput.ts",
|
32241
|
+
"declarations": [
|
32242
|
+
{
|
32243
|
+
"kind": "class",
|
32244
|
+
"description": "",
|
32245
|
+
"name": "TextInputEl",
|
32159
32246
|
"members": [
|
32160
32247
|
{
|
32161
32248
|
"kind": "field",
|
32162
|
-
"name": "
|
32249
|
+
"name": "TEXT_INPUT_ID",
|
32163
32250
|
"type": {
|
32164
|
-
"text": "
|
32251
|
+
"text": "string"
|
32165
32252
|
},
|
32166
|
-
"privacy": "
|
32167
|
-
"
|
32253
|
+
"privacy": "public",
|
32254
|
+
"static": true,
|
32255
|
+
"default": "'text-input'"
|
32168
32256
|
},
|
32169
32257
|
{
|
32170
32258
|
"kind": "field",
|
32171
|
-
"name": "
|
32259
|
+
"name": "elementRef",
|
32172
32260
|
"type": {
|
32173
32261
|
"text": "HTMLElement"
|
32174
32262
|
}
|
32175
32263
|
},
|
32176
32264
|
{
|
32177
|
-
"kind": "
|
32178
|
-
"name": "
|
32265
|
+
"kind": "field",
|
32266
|
+
"name": "inputElementRef",
|
32267
|
+
"type": {
|
32268
|
+
"text": "HTMLElement"
|
32269
|
+
}
|
32270
|
+
},
|
32271
|
+
{
|
32272
|
+
"kind": "field",
|
32273
|
+
"name": "_config",
|
32274
|
+
"type": {
|
32275
|
+
"text": "TextInput"
|
32276
|
+
},
|
32179
32277
|
"privacy": "private",
|
32180
|
-
"
|
32278
|
+
"default": "processedConfig"
|
32279
|
+
},
|
32280
|
+
{
|
32281
|
+
"kind": "field",
|
32282
|
+
"name": "submit",
|
32283
|
+
"type": {
|
32284
|
+
"text": "() => void | undefined"
|
32285
|
+
}
|
32181
32286
|
},
|
32182
32287
|
{
|
32183
32288
|
"kind": "method",
|
32184
|
-
"name": "
|
32289
|
+
"name": "processConfig",
|
32185
32290
|
"privacy": "private",
|
32291
|
+
"static": true,
|
32186
32292
|
"parameters": [
|
32187
32293
|
{
|
32188
|
-
"name": "
|
32294
|
+
"name": "serviceIO",
|
32295
|
+
"type": {
|
32296
|
+
"text": "ServiceIO"
|
32297
|
+
}
|
32298
|
+
},
|
32299
|
+
{
|
32300
|
+
"name": "textInput",
|
32189
32301
|
"optional": true,
|
32190
32302
|
"type": {
|
32191
|
-
"text": "
|
32303
|
+
"text": "TextInput"
|
32192
32304
|
}
|
32193
32305
|
}
|
32194
32306
|
]
|
32195
32307
|
},
|
32196
32308
|
{
|
32197
32309
|
"kind": "method",
|
32198
|
-
"name": "
|
32310
|
+
"name": "preventAutomaticScrollUpOnNewLine",
|
32199
32311
|
"privacy": "private",
|
32312
|
+
"static": true,
|
32200
32313
|
"parameters": [
|
32201
32314
|
{
|
32202
|
-
"name": "
|
32315
|
+
"name": "inputElement",
|
32203
32316
|
"type": {
|
32204
|
-
"text": "
|
32317
|
+
"text": "HTMLDivElement"
|
32205
32318
|
}
|
32206
|
-
}
|
32319
|
+
}
|
32320
|
+
]
|
32321
|
+
},
|
32322
|
+
{
|
32323
|
+
"kind": "method",
|
32324
|
+
"name": "clear",
|
32325
|
+
"privacy": "public",
|
32326
|
+
"static": true,
|
32327
|
+
"parameters": [
|
32207
32328
|
{
|
32208
|
-
"name": "
|
32329
|
+
"name": "inputElement",
|
32209
32330
|
"type": {
|
32210
|
-
"text": "
|
32331
|
+
"text": "HTMLElement"
|
32211
32332
|
}
|
32212
|
-
}
|
32333
|
+
}
|
32334
|
+
]
|
32335
|
+
},
|
32336
|
+
{
|
32337
|
+
"kind": "method",
|
32338
|
+
"name": "createInputElement",
|
32339
|
+
"privacy": "private",
|
32340
|
+
"parameters": [
|
32213
32341
|
{
|
32214
|
-
"name": "
|
32342
|
+
"name": "textInput",
|
32215
32343
|
"optional": true,
|
32216
32344
|
"type": {
|
32217
|
-
"text": "
|
32345
|
+
"text": "TextInput"
|
32218
32346
|
}
|
32219
32347
|
}
|
32220
32348
|
]
|
32221
32349
|
},
|
32222
32350
|
{
|
32223
32351
|
"kind": "method",
|
32224
|
-
"name": "
|
32225
|
-
"privacy": "
|
32226
|
-
"static": true
|
32352
|
+
"name": "removeTextIfPlaceholder",
|
32353
|
+
"privacy": "public"
|
32227
32354
|
},
|
32228
32355
|
{
|
32229
32356
|
"kind": "method",
|
32230
|
-
"name": "
|
32231
|
-
"privacy": "
|
32357
|
+
"name": "toggleEditability",
|
32358
|
+
"privacy": "public",
|
32359
|
+
"static": true,
|
32360
|
+
"parameters": [
|
32361
|
+
{
|
32362
|
+
"name": "inputElement",
|
32363
|
+
"type": {
|
32364
|
+
"text": "HTMLElement"
|
32365
|
+
}
|
32366
|
+
},
|
32367
|
+
{
|
32368
|
+
"name": "isEditable",
|
32369
|
+
"type": {
|
32370
|
+
"text": "boolean"
|
32371
|
+
}
|
32372
|
+
}
|
32373
|
+
]
|
32232
32374
|
},
|
32233
32375
|
{
|
32234
32376
|
"kind": "method",
|
32235
|
-
"name": "
|
32377
|
+
"name": "addEventListeners",
|
32236
32378
|
"privacy": "private",
|
32237
|
-
"static": true
|
32238
|
-
},
|
32239
|
-
{
|
32240
|
-
"kind": "method",
|
32241
|
-
"name": "addItem",
|
32242
32379
|
"parameters": [
|
32243
32380
|
{
|
32244
|
-
"name": "
|
32381
|
+
"name": "inputElement",
|
32245
32382
|
"type": {
|
32246
|
-
"text": "
|
32383
|
+
"text": "HTMLElement"
|
32384
|
+
}
|
32385
|
+
},
|
32386
|
+
{
|
32387
|
+
"name": "textInput",
|
32388
|
+
"optional": true,
|
32389
|
+
"type": {
|
32390
|
+
"text": "TextInput"
|
32247
32391
|
}
|
32248
32392
|
}
|
32249
32393
|
]
|
32250
32394
|
},
|
32251
32395
|
{
|
32252
32396
|
"kind": "method",
|
32253
|
-
"name": "
|
32397
|
+
"name": "onFocus",
|
32254
32398
|
"privacy": "private",
|
32255
32399
|
"parameters": [
|
32256
32400
|
{
|
32257
|
-
"name": "
|
32401
|
+
"name": "focusStyle",
|
32402
|
+
"optional": true,
|
32258
32403
|
"type": {
|
32259
|
-
"text": "
|
32404
|
+
"text": "CustomStyle"
|
32260
32405
|
}
|
32261
32406
|
}
|
32262
32407
|
]
|
32263
32408
|
},
|
32264
32409
|
{
|
32265
32410
|
"kind": "method",
|
32266
|
-
"name": "
|
32267
|
-
"
|
32411
|
+
"name": "onBlur",
|
32412
|
+
"privacy": "private",
|
32268
32413
|
"parameters": [
|
32269
32414
|
{
|
32270
|
-
"name": "
|
32415
|
+
"name": "focusStyle",
|
32271
32416
|
"type": {
|
32272
|
-
"text": "
|
32417
|
+
"text": "CustomStyle"
|
32273
32418
|
}
|
32274
32419
|
},
|
32275
32420
|
{
|
32276
|
-
"name": "
|
32421
|
+
"name": "containerStyle",
|
32277
32422
|
"optional": true,
|
32278
32423
|
"type": {
|
32279
|
-
"text": "
|
32424
|
+
"text": "CustomStyle"
|
32280
32425
|
}
|
32281
32426
|
}
|
32282
32427
|
]
|
32283
32428
|
},
|
32284
|
-
{
|
32285
|
-
"kind": "field",
|
32286
|
-
"name": "elementRef",
|
32287
|
-
"type": {
|
32288
|
-
"text": "HTMLElement"
|
32289
|
-
},
|
32290
|
-
"default": "buttonElement",
|
32291
|
-
"inheritedFrom": {
|
32292
|
-
"name": "InputButton",
|
32293
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32294
|
-
}
|
32295
|
-
},
|
32296
|
-
{
|
32297
|
-
"kind": "field",
|
32298
|
-
"name": "_mouseState",
|
32299
|
-
"type": {
|
32300
|
-
"text": "MouseState"
|
32301
|
-
},
|
32302
|
-
"privacy": "protected",
|
32303
|
-
"default": "{state: 'default'}",
|
32304
|
-
"inheritedFrom": {
|
32305
|
-
"name": "InputButton",
|
32306
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32307
|
-
}
|
32308
|
-
},
|
32309
|
-
{
|
32310
|
-
"kind": "field",
|
32311
|
-
"name": "_customStyles",
|
32312
|
-
"type": {
|
32313
|
-
"text": "T | undefined"
|
32314
|
-
},
|
32315
|
-
"privacy": "protected",
|
32316
|
-
"default": "customStyles",
|
32317
|
-
"inheritedFrom": {
|
32318
|
-
"name": "InputButton",
|
32319
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32320
|
-
}
|
32321
|
-
},
|
32322
|
-
{
|
32323
|
-
"kind": "field",
|
32324
|
-
"name": "position",
|
32325
|
-
"type": {
|
32326
|
-
"text": "ButtonPositionT | undefined"
|
32327
|
-
},
|
32328
|
-
"default": "position",
|
32329
|
-
"inheritedFrom": {
|
32330
|
-
"name": "InputButton",
|
32331
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32332
|
-
}
|
32333
|
-
},
|
32334
|
-
{
|
32335
|
-
"kind": "field",
|
32336
|
-
"name": "dropupText",
|
32337
|
-
"type": {
|
32338
|
-
"text": "string | undefined"
|
32339
|
-
},
|
32340
|
-
"default": "dropupText",
|
32341
|
-
"inheritedFrom": {
|
32342
|
-
"name": "InputButton",
|
32343
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32344
|
-
}
|
32345
|
-
},
|
32346
32429
|
{
|
32347
32430
|
"kind": "method",
|
32348
|
-
"name": "
|
32431
|
+
"name": "createContainerElement",
|
32349
32432
|
"privacy": "private",
|
32433
|
+
"static": true,
|
32350
32434
|
"parameters": [
|
32351
32435
|
{
|
32352
|
-
"name": "
|
32436
|
+
"name": "containerStyle",
|
32353
32437
|
"optional": true,
|
32354
32438
|
"type": {
|
32355
|
-
"text": "
|
32439
|
+
"text": "CustomStyle"
|
32356
32440
|
}
|
32357
32441
|
}
|
32358
|
-
]
|
32359
|
-
"inheritedFrom": {
|
32360
|
-
"name": "InputButton",
|
32361
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32362
|
-
}
|
32442
|
+
]
|
32363
32443
|
},
|
32364
32444
|
{
|
32365
32445
|
"kind": "method",
|
32366
|
-
"name": "
|
32446
|
+
"name": "onKeydown",
|
32367
32447
|
"privacy": "private",
|
32368
32448
|
"parameters": [
|
32369
32449
|
{
|
32370
|
-
"name": "
|
32371
|
-
"optional": true,
|
32450
|
+
"name": "event",
|
32372
32451
|
"type": {
|
32373
|
-
"text": "
|
32452
|
+
"text": "KeyboardEvent"
|
32374
32453
|
}
|
32375
32454
|
}
|
32376
|
-
]
|
32377
|
-
|
32378
|
-
|
32379
|
-
|
32380
|
-
|
32455
|
+
]
|
32456
|
+
}
|
32457
|
+
]
|
32458
|
+
}
|
32459
|
+
],
|
32460
|
+
"exports": [
|
32461
|
+
{
|
32462
|
+
"kind": "js",
|
32463
|
+
"name": "TextInputEl",
|
32464
|
+
"declaration": {
|
32465
|
+
"name": "TextInputEl",
|
32466
|
+
"module": "src/views/chat/input/textInput/textInput.ts"
|
32467
|
+
}
|
32468
|
+
}
|
32469
|
+
]
|
32470
|
+
},
|
32471
|
+
{
|
32472
|
+
"kind": "javascript-module",
|
32473
|
+
"path": "src/views/chat/input/textInput/textInputEvents.ts",
|
32474
|
+
"declarations": [
|
32475
|
+
{
|
32476
|
+
"kind": "class",
|
32477
|
+
"description": "",
|
32478
|
+
"name": "TextInputEvents",
|
32479
|
+
"members": [
|
32480
|
+
{
|
32481
|
+
"kind": "field",
|
32482
|
+
"name": "PERMITTED_KEYS",
|
32483
|
+
"privacy": "private",
|
32484
|
+
"static": true,
|
32485
|
+
"default": "new Set<string>([\n KEYBOARD_KEY.BACKSPACE, KEYBOARD_KEY.DELETE, KEYBOARD_KEY.ARROW_RIGHT, KEYBOARD_KEY.ARROW_LEFT,\n KEYBOARD_KEY.ARROW_DOWN, KEYBOARD_KEY.ARROW_UP, KEYBOARD_KEY.META, KEYBOARD_KEY.CONTROL, KEYBOARD_KEY.ENTER\n ])"
|
32381
32486
|
},
|
32382
32487
|
{
|
32383
32488
|
"kind": "method",
|
32384
|
-
"name": "
|
32385
|
-
"privacy": "
|
32489
|
+
"name": "add",
|
32490
|
+
"privacy": "public",
|
32491
|
+
"static": true,
|
32386
32492
|
"parameters": [
|
32387
32493
|
{
|
32388
|
-
"name": "
|
32494
|
+
"name": "inputElement",
|
32495
|
+
"type": {
|
32496
|
+
"text": "HTMLElement"
|
32497
|
+
}
|
32498
|
+
},
|
32499
|
+
{
|
32500
|
+
"name": "characterLimit",
|
32389
32501
|
"optional": true,
|
32390
32502
|
"type": {
|
32391
|
-
"text": "
|
32503
|
+
"text": "number"
|
32392
32504
|
}
|
32393
|
-
}
|
32394
|
-
],
|
32395
|
-
"inheritedFrom": {
|
32396
|
-
"name": "InputButton",
|
32397
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32398
|
-
}
|
32399
|
-
},
|
32400
|
-
{
|
32401
|
-
"kind": "method",
|
32402
|
-
"name": "buttonMouseDown",
|
32403
|
-
"privacy": "private",
|
32404
|
-
"parameters": [
|
32505
|
+
},
|
32405
32506
|
{
|
32406
|
-
"name": "
|
32507
|
+
"name": "validationHandler",
|
32407
32508
|
"optional": true,
|
32408
32509
|
"type": {
|
32409
|
-
"text": "
|
32510
|
+
"text": "ValidationHandler"
|
32410
32511
|
}
|
32411
32512
|
}
|
32412
|
-
]
|
32413
|
-
"inheritedFrom": {
|
32414
|
-
"name": "InputButton",
|
32415
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32416
|
-
}
|
32513
|
+
]
|
32417
32514
|
},
|
32418
32515
|
{
|
32419
32516
|
"kind": "method",
|
32420
|
-
"name": "
|
32517
|
+
"name": "onKeyDown",
|
32421
32518
|
"privacy": "private",
|
32519
|
+
"static": true,
|
32422
32520
|
"parameters": [
|
32423
32521
|
{
|
32424
|
-
"name": "
|
32425
|
-
"optional": true,
|
32522
|
+
"name": "characterLimit",
|
32426
32523
|
"type": {
|
32427
|
-
"text": "
|
32524
|
+
"text": "number"
|
32525
|
+
}
|
32526
|
+
},
|
32527
|
+
{
|
32528
|
+
"name": "event",
|
32529
|
+
"type": {
|
32530
|
+
"text": "KeyboardEvent"
|
32428
32531
|
}
|
32429
32532
|
}
|
32430
|
-
]
|
32431
|
-
"inheritedFrom": {
|
32432
|
-
"name": "InputButton",
|
32433
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32434
|
-
}
|
32533
|
+
]
|
32435
32534
|
},
|
32436
32535
|
{
|
32437
32536
|
"kind": "method",
|
32438
|
-
"name": "
|
32439
|
-
"privacy": "
|
32537
|
+
"name": "isKeyCombinationPermitted",
|
32538
|
+
"privacy": "private",
|
32539
|
+
"static": true,
|
32440
32540
|
"parameters": [
|
32441
32541
|
{
|
32442
|
-
"name": "
|
32542
|
+
"name": "event",
|
32443
32543
|
"type": {
|
32444
|
-
"text": "
|
32544
|
+
"text": "KeyboardEvent"
|
32445
32545
|
}
|
32446
32546
|
}
|
32447
|
-
]
|
32448
|
-
"inheritedFrom": {
|
32449
|
-
"name": "InputButton",
|
32450
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32451
|
-
}
|
32547
|
+
]
|
32452
32548
|
},
|
32453
32549
|
{
|
32454
32550
|
"kind": "method",
|
32455
|
-
"name": "
|
32456
|
-
"privacy": "
|
32551
|
+
"name": "onInput",
|
32552
|
+
"privacy": "private",
|
32553
|
+
"static": true,
|
32457
32554
|
"parameters": [
|
32458
32555
|
{
|
32459
|
-
"name": "
|
32556
|
+
"name": "characterLimit",
|
32460
32557
|
"type": {
|
32461
|
-
"text": "
|
32558
|
+
"text": "number | undefined"
|
32462
32559
|
}
|
32463
32560
|
},
|
32464
32561
|
{
|
32465
|
-
"name": "
|
32466
|
-
"optional": true,
|
32562
|
+
"name": "validate",
|
32467
32563
|
"type": {
|
32468
|
-
"text": "
|
32564
|
+
"text": "ValidationHandler | undefined"
|
32565
|
+
}
|
32566
|
+
},
|
32567
|
+
{
|
32568
|
+
"name": "event",
|
32569
|
+
"type": {
|
32570
|
+
"text": "Event"
|
32469
32571
|
}
|
32470
32572
|
}
|
32471
|
-
]
|
32472
|
-
"inheritedFrom": {
|
32473
|
-
"name": "InputButton",
|
32474
|
-
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32475
|
-
}
|
32573
|
+
]
|
32476
32574
|
}
|
32477
|
-
]
|
32478
|
-
"superclass": {
|
32479
|
-
"name": "InputButton",
|
32480
|
-
"module": "/src/views/chat/input/buttons/inputButton"
|
32481
|
-
}
|
32575
|
+
]
|
32482
32576
|
}
|
32483
32577
|
],
|
32484
32578
|
"exports": [
|
32485
32579
|
{
|
32486
32580
|
"kind": "js",
|
32487
|
-
"name": "
|
32581
|
+
"name": "TextInputEvents",
|
32488
32582
|
"declaration": {
|
32489
|
-
"name": "
|
32490
|
-
"module": "src/views/chat/input/
|
32583
|
+
"name": "TextInputEvents",
|
32584
|
+
"module": "src/views/chat/input/textInput/textInputEvents.ts"
|
32491
32585
|
}
|
32492
32586
|
}
|
32493
32587
|
]
|
32494
32588
|
},
|
32495
32589
|
{
|
32496
32590
|
"kind": "javascript-module",
|
32497
|
-
"path": "src/views/chat/input/
|
32591
|
+
"path": "src/views/chat/input/validation/validationHandler.ts",
|
32498
32592
|
"declarations": [
|
32499
32593
|
{
|
32500
32594
|
"kind": "class",
|
32501
32595
|
"description": "",
|
32502
|
-
"name": "
|
32596
|
+
"name": "ValidationHandler",
|
32503
32597
|
"members": [
|
32504
32598
|
{
|
32505
32599
|
"kind": "method",
|
32506
|
-
"name": "
|
32600
|
+
"name": "validate",
|
32507
32601
|
"privacy": "private",
|
32508
32602
|
"static": true,
|
32509
32603
|
"parameters": [
|
32510
32604
|
{
|
32511
|
-
"name": "
|
32512
|
-
"type": {
|
32513
|
-
"text": "DropupMenu"
|
32514
|
-
}
|
32515
|
-
},
|
32516
|
-
{
|
32517
|
-
"name": "item",
|
32605
|
+
"name": "validation",
|
32518
32606
|
"type": {
|
32519
|
-
"text": "
|
32607
|
+
"text": "ValidateFunc"
|
32520
32608
|
}
|
32521
32609
|
},
|
32522
32610
|
{
|
32523
|
-
"name": "
|
32611
|
+
"name": "submitButton",
|
32524
32612
|
"type": {
|
32525
|
-
"text": "
|
32613
|
+
"text": "SubmitButton"
|
32526
32614
|
}
|
32527
32615
|
},
|
32528
32616
|
{
|
32529
|
-
"name": "
|
32530
|
-
"type": {
|
32531
|
-
"text": "StatefulStyles"
|
32532
|
-
}
|
32533
|
-
}
|
32534
|
-
]
|
32535
|
-
},
|
32536
|
-
{
|
32537
|
-
"kind": "method",
|
32538
|
-
"name": "createItemText",
|
32539
|
-
"privacy": "private",
|
32540
|
-
"static": true,
|
32541
|
-
"parameters": [
|
32542
|
-
{
|
32543
|
-
"name": "dropupText",
|
32617
|
+
"name": "text",
|
32544
32618
|
"optional": true,
|
32545
32619
|
"type": {
|
32546
32620
|
"text": "string"
|
32547
32621
|
}
|
32548
32622
|
},
|
32549
32623
|
{
|
32550
|
-
"name": "
|
32624
|
+
"name": "files",
|
32551
32625
|
"optional": true,
|
32552
32626
|
"type": {
|
32553
|
-
"text": "
|
32554
|
-
}
|
32555
|
-
}
|
32556
|
-
]
|
32557
|
-
},
|
32558
|
-
{
|
32559
|
-
"kind": "method",
|
32560
|
-
"name": "createItemIcon",
|
32561
|
-
"privacy": "private",
|
32562
|
-
"static": true,
|
32563
|
-
"parameters": [
|
32564
|
-
{
|
32565
|
-
"name": "inputButtonElement",
|
32566
|
-
"type": {
|
32567
|
-
"text": "HTMLElement"
|
32627
|
+
"text": "File[]"
|
32568
32628
|
}
|
32569
32629
|
},
|
32570
32630
|
{
|
32571
|
-
"name": "
|
32631
|
+
"name": "isProgrammatic",
|
32572
32632
|
"optional": true,
|
32573
32633
|
"type": {
|
32574
|
-
"text": "
|
32634
|
+
"text": "boolean"
|
32575
32635
|
}
|
32576
32636
|
}
|
32577
32637
|
]
|
32578
32638
|
},
|
32579
32639
|
{
|
32580
32640
|
"kind": "method",
|
32581
|
-
"name": "
|
32641
|
+
"name": "useValidationFunc",
|
32582
32642
|
"privacy": "private",
|
32583
32643
|
"static": true,
|
32584
32644
|
"parameters": [
|
32585
32645
|
{
|
32586
|
-
"name": "
|
32646
|
+
"name": "validation",
|
32587
32647
|
"type": {
|
32588
|
-
"text": "
|
32648
|
+
"text": "ValidateFunc"
|
32589
32649
|
}
|
32590
32650
|
},
|
32591
32651
|
{
|
32592
|
-
"name": "
|
32652
|
+
"name": "textInput",
|
32593
32653
|
"type": {
|
32594
|
-
"text": "
|
32654
|
+
"text": "TextInputEl"
|
32595
32655
|
}
|
32596
32656
|
},
|
32597
32657
|
{
|
32598
|
-
"name": "
|
32599
|
-
"optional": true,
|
32658
|
+
"name": "fileAttachments",
|
32600
32659
|
"type": {
|
32601
|
-
"text": "
|
32660
|
+
"text": "FileAttachments"
|
32602
32661
|
}
|
32603
32662
|
},
|
32604
32663
|
{
|
32605
|
-
"name": "
|
32606
|
-
"optional": true,
|
32664
|
+
"name": "submitButton",
|
32607
32665
|
"type": {
|
32608
|
-
"text": "
|
32666
|
+
"text": "SubmitButton"
|
32609
32667
|
}
|
32610
32668
|
}
|
32611
32669
|
]
|
32612
32670
|
},
|
32613
32671
|
{
|
32614
32672
|
"kind": "method",
|
32615
|
-
"name": "
|
32616
|
-
"privacy": "
|
32673
|
+
"name": "useValidationFuncProgrammatic",
|
32674
|
+
"privacy": "private",
|
32617
32675
|
"static": true,
|
32618
32676
|
"parameters": [
|
32619
32677
|
{
|
32620
|
-
"name": "
|
32678
|
+
"name": "validation",
|
32621
32679
|
"type": {
|
32622
|
-
"text": "
|
32680
|
+
"text": "ValidateFunc"
|
32623
32681
|
}
|
32624
32682
|
},
|
32625
32683
|
{
|
32626
|
-
"name": "
|
32684
|
+
"name": "programmatic",
|
32627
32685
|
"type": {
|
32628
|
-
"text": "
|
32686
|
+
"text": "UserContentI"
|
32629
32687
|
}
|
32630
32688
|
},
|
32631
32689
|
{
|
32632
|
-
"name": "
|
32633
|
-
"optional": true,
|
32690
|
+
"name": "submitButton",
|
32634
32691
|
"type": {
|
32635
|
-
"text": "
|
32692
|
+
"text": "SubmitButton"
|
32636
32693
|
}
|
32637
32694
|
}
|
32638
32695
|
]
|
32639
|
-
}
|
32640
|
-
]
|
32641
|
-
}
|
32642
|
-
],
|
32643
|
-
"exports": [
|
32644
|
-
{
|
32645
|
-
"kind": "js",
|
32646
|
-
"name": "DropupItem",
|
32647
|
-
"declaration": {
|
32648
|
-
"name": "DropupItem",
|
32649
|
-
"module": "src/views/chat/input/dropup/dropupItem.ts"
|
32650
|
-
}
|
32651
|
-
}
|
32652
|
-
]
|
32653
|
-
},
|
32654
|
-
{
|
32655
|
-
"kind": "javascript-module",
|
32656
|
-
"path": "src/views/chat/input/dropup/dropupItemNavigation.ts",
|
32657
|
-
"declarations": [
|
32658
|
-
{
|
32659
|
-
"kind": "class",
|
32660
|
-
"description": "",
|
32661
|
-
"name": "DropupItemNavigation",
|
32662
|
-
"members": [
|
32696
|
+
},
|
32663
32697
|
{
|
32664
32698
|
"kind": "method",
|
32665
|
-
"name": "
|
32699
|
+
"name": "validateWebsocket",
|
32666
32700
|
"privacy": "private",
|
32667
32701
|
"static": true,
|
32668
32702
|
"parameters": [
|
32669
32703
|
{
|
32670
|
-
"name": "
|
32704
|
+
"name": "serviceIO",
|
32671
32705
|
"type": {
|
32672
|
-
"text": "
|
32706
|
+
"text": "ServiceIO"
|
32673
32707
|
}
|
32674
32708
|
},
|
32675
32709
|
{
|
32676
|
-
"name": "
|
32710
|
+
"name": "submitButton",
|
32677
32711
|
"type": {
|
32678
|
-
"text": "
|
32712
|
+
"text": "SubmitButton"
|
32679
32713
|
}
|
32680
32714
|
}
|
32681
32715
|
]
|
32682
32716
|
},
|
32683
32717
|
{
|
32684
32718
|
"kind": "method",
|
32685
|
-
"name": "
|
32719
|
+
"name": "attach",
|
32686
32720
|
"privacy": "public",
|
32687
32721
|
"static": true,
|
32688
|
-
"return": {
|
32689
|
-
"type": {
|
32690
|
-
"text": "void"
|
32691
|
-
}
|
32692
|
-
},
|
32693
32722
|
"parameters": [
|
32694
32723
|
{
|
32695
|
-
"name": "
|
32724
|
+
"name": "deepChat",
|
32696
32725
|
"type": {
|
32697
|
-
"text": "
|
32726
|
+
"text": "DeepChat"
|
32698
32727
|
}
|
32699
32728
|
},
|
32700
32729
|
{
|
32701
|
-
"name": "
|
32730
|
+
"name": "serviceIO",
|
32702
32731
|
"type": {
|
32703
|
-
"text": "
|
32732
|
+
"text": "ServiceIO"
|
32704
32733
|
}
|
32705
32734
|
},
|
32706
32735
|
{
|
32707
|
-
"name": "
|
32736
|
+
"name": "textInput",
|
32708
32737
|
"type": {
|
32709
|
-
"text": "
|
32738
|
+
"text": "TextInputEl"
|
32710
32739
|
}
|
32711
32740
|
},
|
32712
32741
|
{
|
32713
|
-
"name": "
|
32714
|
-
"
|
32742
|
+
"name": "fileAttachments",
|
32743
|
+
"type": {
|
32744
|
+
"text": "FileAttachments"
|
32745
|
+
}
|
32746
|
+
},
|
32747
|
+
{
|
32748
|
+
"name": "submitButton",
|
32749
|
+
"type": {
|
32750
|
+
"text": "SubmitButton"
|
32751
|
+
}
|
32715
32752
|
}
|
32716
32753
|
]
|
32717
32754
|
}
|
@@ -32721,89 +32758,108 @@
|
|
32721
32758
|
"exports": [
|
32722
32759
|
{
|
32723
32760
|
"kind": "js",
|
32724
|
-
"name": "
|
32761
|
+
"name": "ValidationHandler",
|
32725
32762
|
"declaration": {
|
32726
|
-
"name": "
|
32727
|
-
"module": "src/views/chat/input/
|
32763
|
+
"name": "ValidationHandler",
|
32764
|
+
"module": "src/views/chat/input/validation/validationHandler.ts"
|
32728
32765
|
}
|
32729
32766
|
}
|
32730
32767
|
]
|
32731
32768
|
},
|
32732
32769
|
{
|
32733
32770
|
"kind": "javascript-module",
|
32734
|
-
"path": "src/views/chat/input/dropup/
|
32771
|
+
"path": "src/views/chat/input/dropup/dropup.ts",
|
32735
32772
|
"declarations": [
|
32736
32773
|
{
|
32737
32774
|
"kind": "class",
|
32738
32775
|
"description": "",
|
32739
|
-
"name": "
|
32776
|
+
"name": "Dropup",
|
32740
32777
|
"members": [
|
32741
32778
|
{
|
32742
32779
|
"kind": "field",
|
32743
|
-
"name": "
|
32744
|
-
"type": {
|
32745
|
-
"text": "HTMLElement"
|
32746
|
-
}
|
32747
|
-
},
|
32748
|
-
{
|
32749
|
-
"kind": "field",
|
32750
|
-
"name": "_isOpen",
|
32780
|
+
"name": "_menu",
|
32751
32781
|
"type": {
|
32752
|
-
"text": "
|
32782
|
+
"text": "DropupMenu"
|
32753
32783
|
},
|
32754
32784
|
"privacy": "private",
|
32755
|
-
"default": "
|
32785
|
+
"default": "new DropupMenu(containerElement, styles?.menu)"
|
32756
32786
|
},
|
32757
32787
|
{
|
32758
32788
|
"kind": "field",
|
32759
|
-
"name": "
|
32789
|
+
"name": "buttonContainer",
|
32760
32790
|
"type": {
|
32761
|
-
"text": "HTMLElement
|
32791
|
+
"text": "HTMLElement"
|
32762
32792
|
}
|
32763
32793
|
},
|
32764
32794
|
{
|
32765
|
-
"kind": "
|
32766
|
-
"name": "
|
32767
|
-
"type": {
|
32768
|
-
"text": "DropupMenuStyles | undefined"
|
32769
|
-
},
|
32795
|
+
"kind": "method",
|
32796
|
+
"name": "createButtonElement",
|
32770
32797
|
"privacy": "private",
|
32771
|
-
"
|
32798
|
+
"static": true
|
32772
32799
|
},
|
32773
32800
|
{
|
32774
32801
|
"kind": "method",
|
32775
|
-
"name": "
|
32802
|
+
"name": "createInnerElements",
|
32776
32803
|
"privacy": "private",
|
32777
|
-
"static": true,
|
32778
32804
|
"parameters": [
|
32779
32805
|
{
|
32780
|
-
"name": "
|
32806
|
+
"name": "customStyles",
|
32781
32807
|
"optional": true,
|
32782
32808
|
"type": {
|
32783
|
-
"text": "
|
32809
|
+
"text": "Styles"
|
32784
32810
|
}
|
32785
32811
|
}
|
32786
32812
|
]
|
32787
32813
|
},
|
32788
32814
|
{
|
32789
32815
|
"kind": "method",
|
32790
|
-
"name": "
|
32791
|
-
"privacy": "private"
|
32816
|
+
"name": "createInnerElement",
|
32817
|
+
"privacy": "private",
|
32818
|
+
"parameters": [
|
32819
|
+
{
|
32820
|
+
"name": "baseButton",
|
32821
|
+
"type": {
|
32822
|
+
"text": "SVGGraphicsElement"
|
32823
|
+
}
|
32824
|
+
},
|
32825
|
+
{
|
32826
|
+
"name": "state",
|
32827
|
+
"type": {
|
32828
|
+
"text": "'styles'"
|
32829
|
+
}
|
32830
|
+
},
|
32831
|
+
{
|
32832
|
+
"name": "customStyles",
|
32833
|
+
"optional": true,
|
32834
|
+
"type": {
|
32835
|
+
"text": "Styles"
|
32836
|
+
}
|
32837
|
+
}
|
32838
|
+
]
|
32792
32839
|
},
|
32793
32840
|
{
|
32794
32841
|
"kind": "method",
|
32795
|
-
"name": "
|
32842
|
+
"name": "createSVGIconElement",
|
32843
|
+
"privacy": "private",
|
32844
|
+
"static": true
|
32796
32845
|
},
|
32797
32846
|
{
|
32798
32847
|
"kind": "method",
|
32799
|
-
"name": "
|
32848
|
+
"name": "addClickEvent",
|
32849
|
+
"privacy": "private"
|
32850
|
+
},
|
32851
|
+
{
|
32852
|
+
"kind": "method",
|
32853
|
+
"name": "createButtonContainer",
|
32854
|
+
"privacy": "private",
|
32855
|
+
"static": true
|
32800
32856
|
},
|
32801
32857
|
{
|
32802
32858
|
"kind": "method",
|
32803
32859
|
"name": "addItem",
|
32804
32860
|
"parameters": [
|
32805
32861
|
{
|
32806
|
-
"name": "
|
32862
|
+
"name": "buttonProps",
|
32807
32863
|
"type": {
|
32808
32864
|
"text": "InputButton"
|
32809
32865
|
}
|
@@ -32812,7 +32868,7 @@
|
|
32812
32868
|
},
|
32813
32869
|
{
|
32814
32870
|
"kind": "method",
|
32815
|
-
"name": "
|
32871
|
+
"name": "addContainerEvents",
|
32816
32872
|
"privacy": "private",
|
32817
32873
|
"parameters": [
|
32818
32874
|
{
|
@@ -32822,623 +32878,458 @@
|
|
32822
32878
|
}
|
32823
32879
|
}
|
32824
32880
|
]
|
32825
|
-
}
|
32826
|
-
]
|
32827
|
-
}
|
32828
|
-
],
|
32829
|
-
"exports": [
|
32830
|
-
{
|
32831
|
-
"kind": "js",
|
32832
|
-
"name": "DropupMenu",
|
32833
|
-
"declaration": {
|
32834
|
-
"name": "DropupMenu",
|
32835
|
-
"module": "src/views/chat/input/dropup/dropupMenu.ts"
|
32836
|
-
}
|
32837
|
-
}
|
32838
|
-
]
|
32839
|
-
},
|
32840
|
-
{
|
32841
|
-
"kind": "javascript-module",
|
32842
|
-
"path": "src/views/chat/input/textInput/focusUtils.ts",
|
32843
|
-
"declarations": [
|
32844
|
-
{
|
32845
|
-
"kind": "class",
|
32846
|
-
"description": "",
|
32847
|
-
"name": "FocusUtils",
|
32848
|
-
"members": [
|
32849
|
-
{
|
32850
|
-
"kind": "method",
|
32851
|
-
"name": "focusEndOfInput",
|
32852
|
-
"privacy": "public",
|
32853
|
-
"static": true,
|
32854
|
-
"parameters": [
|
32855
|
-
{
|
32856
|
-
"name": "inputElement",
|
32857
|
-
"type": {
|
32858
|
-
"text": "HTMLElement"
|
32859
|
-
}
|
32860
|
-
}
|
32861
|
-
]
|
32862
32881
|
},
|
32863
32882
|
{
|
32864
32883
|
"kind": "method",
|
32865
|
-
"name": "
|
32866
|
-
"privacy": "public",
|
32884
|
+
"name": "getPosition",
|
32867
32885
|
"static": true,
|
32868
32886
|
"parameters": [
|
32869
32887
|
{
|
32870
|
-
"name": "
|
32888
|
+
"name": "positions",
|
32871
32889
|
"type": {
|
32872
|
-
"text": "
|
32890
|
+
"text": "Positions"
|
32873
32891
|
}
|
32874
|
-
}
|
32875
|
-
]
|
32876
|
-
}
|
32877
|
-
]
|
32878
|
-
}
|
32879
|
-
],
|
32880
|
-
"exports": [
|
32881
|
-
{
|
32882
|
-
"kind": "js",
|
32883
|
-
"name": "FocusUtils",
|
32884
|
-
"declaration": {
|
32885
|
-
"name": "FocusUtils",
|
32886
|
-
"module": "src/views/chat/input/textInput/focusUtils.ts"
|
32887
|
-
}
|
32888
|
-
}
|
32889
|
-
]
|
32890
|
-
},
|
32891
|
-
{
|
32892
|
-
"kind": "javascript-module",
|
32893
|
-
"path": "src/views/chat/input/textInput/pasteUtils.ts",
|
32894
|
-
"declarations": [
|
32895
|
-
{
|
32896
|
-
"kind": "class",
|
32897
|
-
"description": "",
|
32898
|
-
"name": "PasteUtils",
|
32899
|
-
"members": [
|
32900
|
-
{
|
32901
|
-
"kind": "method",
|
32902
|
-
"name": "sanitizePastedTextContent",
|
32903
|
-
"privacy": "public",
|
32904
|
-
"static": true,
|
32905
|
-
"parameters": [
|
32892
|
+
},
|
32906
32893
|
{
|
32907
|
-
"name": "
|
32894
|
+
"name": "dropupStyles",
|
32895
|
+
"optional": true,
|
32908
32896
|
"type": {
|
32909
|
-
"text": "
|
32897
|
+
"text": "DropupStyles"
|
32910
32898
|
}
|
32911
32899
|
}
|
32912
32900
|
]
|
32913
|
-
}
|
32914
|
-
]
|
32915
|
-
}
|
32916
|
-
],
|
32917
|
-
"exports": [
|
32918
|
-
{
|
32919
|
-
"kind": "js",
|
32920
|
-
"name": "PasteUtils",
|
32921
|
-
"declaration": {
|
32922
|
-
"name": "PasteUtils",
|
32923
|
-
"module": "src/views/chat/input/textInput/pasteUtils.ts"
|
32924
|
-
}
|
32925
|
-
}
|
32926
|
-
]
|
32927
|
-
},
|
32928
|
-
{
|
32929
|
-
"kind": "javascript-module",
|
32930
|
-
"path": "src/views/chat/input/textInput/textInput.ts",
|
32931
|
-
"declarations": [
|
32932
|
-
{
|
32933
|
-
"kind": "class",
|
32934
|
-
"description": "",
|
32935
|
-
"name": "TextInputEl",
|
32936
|
-
"members": [
|
32937
|
-
{
|
32938
|
-
"kind": "field",
|
32939
|
-
"name": "TEXT_INPUT_ID",
|
32940
|
-
"type": {
|
32941
|
-
"text": "string"
|
32942
|
-
},
|
32943
|
-
"privacy": "public",
|
32944
|
-
"static": true,
|
32945
|
-
"default": "'text-input'"
|
32946
32901
|
},
|
32947
32902
|
{
|
32948
32903
|
"kind": "field",
|
32949
32904
|
"name": "elementRef",
|
32950
32905
|
"type": {
|
32951
32906
|
"text": "HTMLElement"
|
32907
|
+
},
|
32908
|
+
"default": "buttonElement",
|
32909
|
+
"inheritedFrom": {
|
32910
|
+
"name": "InputButton",
|
32911
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32952
32912
|
}
|
32953
32913
|
},
|
32954
32914
|
{
|
32955
32915
|
"kind": "field",
|
32956
|
-
"name": "
|
32916
|
+
"name": "_mouseState",
|
32957
32917
|
"type": {
|
32958
|
-
"text": "
|
32918
|
+
"text": "MouseState"
|
32919
|
+
},
|
32920
|
+
"privacy": "protected",
|
32921
|
+
"default": "{state: 'default'}",
|
32922
|
+
"inheritedFrom": {
|
32923
|
+
"name": "InputButton",
|
32924
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32959
32925
|
}
|
32960
32926
|
},
|
32961
32927
|
{
|
32962
32928
|
"kind": "field",
|
32963
|
-
"name": "
|
32929
|
+
"name": "_customStyles",
|
32964
32930
|
"type": {
|
32965
|
-
"text": "
|
32931
|
+
"text": "T | undefined"
|
32966
32932
|
},
|
32967
|
-
"privacy": "
|
32968
|
-
"default": "
|
32933
|
+
"privacy": "protected",
|
32934
|
+
"default": "customStyles",
|
32935
|
+
"inheritedFrom": {
|
32936
|
+
"name": "InputButton",
|
32937
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32938
|
+
}
|
32969
32939
|
},
|
32970
32940
|
{
|
32971
32941
|
"kind": "field",
|
32972
|
-
"name": "
|
32942
|
+
"name": "position",
|
32973
32943
|
"type": {
|
32974
|
-
"text": "
|
32944
|
+
"text": "ButtonPositionT | undefined"
|
32945
|
+
},
|
32946
|
+
"default": "position",
|
32947
|
+
"inheritedFrom": {
|
32948
|
+
"name": "InputButton",
|
32949
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32975
32950
|
}
|
32976
32951
|
},
|
32977
32952
|
{
|
32978
|
-
"kind": "
|
32979
|
-
"name": "
|
32980
|
-
"
|
32981
|
-
|
32982
|
-
|
32983
|
-
|
32984
|
-
|
32985
|
-
|
32986
|
-
|
32987
|
-
|
32988
|
-
},
|
32989
|
-
{
|
32990
|
-
"name": "textInput",
|
32991
|
-
"optional": true,
|
32992
|
-
"type": {
|
32993
|
-
"text": "TextInput"
|
32994
|
-
}
|
32995
|
-
}
|
32996
|
-
]
|
32997
|
-
},
|
32998
|
-
{
|
32999
|
-
"kind": "method",
|
33000
|
-
"name": "preventAutomaticScrollUpOnNewLine",
|
33001
|
-
"privacy": "private",
|
33002
|
-
"static": true,
|
33003
|
-
"parameters": [
|
33004
|
-
{
|
33005
|
-
"name": "inputElement",
|
33006
|
-
"type": {
|
33007
|
-
"text": "HTMLDivElement"
|
33008
|
-
}
|
33009
|
-
}
|
33010
|
-
]
|
33011
|
-
},
|
33012
|
-
{
|
33013
|
-
"kind": "method",
|
33014
|
-
"name": "clear",
|
33015
|
-
"privacy": "public",
|
33016
|
-
"static": true,
|
33017
|
-
"parameters": [
|
33018
|
-
{
|
33019
|
-
"name": "inputElement",
|
33020
|
-
"type": {
|
33021
|
-
"text": "HTMLElement"
|
33022
|
-
}
|
33023
|
-
}
|
33024
|
-
]
|
32953
|
+
"kind": "field",
|
32954
|
+
"name": "dropupText",
|
32955
|
+
"type": {
|
32956
|
+
"text": "string | undefined"
|
32957
|
+
},
|
32958
|
+
"default": "dropupText",
|
32959
|
+
"inheritedFrom": {
|
32960
|
+
"name": "InputButton",
|
32961
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32962
|
+
}
|
33025
32963
|
},
|
33026
32964
|
{
|
33027
32965
|
"kind": "method",
|
33028
|
-
"name": "
|
32966
|
+
"name": "buttonMouseLeave",
|
33029
32967
|
"privacy": "private",
|
33030
32968
|
"parameters": [
|
33031
32969
|
{
|
33032
|
-
"name": "
|
32970
|
+
"name": "customStyles",
|
33033
32971
|
"optional": true,
|
33034
32972
|
"type": {
|
33035
|
-
"text": "
|
32973
|
+
"text": "ButtonStyles"
|
33036
32974
|
}
|
33037
32975
|
}
|
33038
|
-
]
|
33039
|
-
|
33040
|
-
|
33041
|
-
|
33042
|
-
|
33043
|
-
"privacy": "public"
|
32976
|
+
],
|
32977
|
+
"inheritedFrom": {
|
32978
|
+
"name": "InputButton",
|
32979
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32980
|
+
}
|
33044
32981
|
},
|
33045
32982
|
{
|
33046
32983
|
"kind": "method",
|
33047
|
-
"name": "
|
33048
|
-
"privacy": "
|
33049
|
-
"static": true,
|
32984
|
+
"name": "buttonMouseEnter",
|
32985
|
+
"privacy": "private",
|
33050
32986
|
"parameters": [
|
33051
32987
|
{
|
33052
|
-
"name": "
|
33053
|
-
"
|
33054
|
-
"text": "HTMLElement"
|
33055
|
-
}
|
33056
|
-
},
|
33057
|
-
{
|
33058
|
-
"name": "isEditable",
|
32988
|
+
"name": "customStyles",
|
32989
|
+
"optional": true,
|
33059
32990
|
"type": {
|
33060
|
-
"text": "
|
32991
|
+
"text": "ButtonStyles"
|
33061
32992
|
}
|
33062
32993
|
}
|
33063
|
-
]
|
32994
|
+
],
|
32995
|
+
"inheritedFrom": {
|
32996
|
+
"name": "InputButton",
|
32997
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
32998
|
+
}
|
33064
32999
|
},
|
33065
33000
|
{
|
33066
33001
|
"kind": "method",
|
33067
|
-
"name": "
|
33002
|
+
"name": "buttonMouseUp",
|
33068
33003
|
"privacy": "private",
|
33069
33004
|
"parameters": [
|
33070
33005
|
{
|
33071
|
-
"name": "
|
33072
|
-
"type": {
|
33073
|
-
"text": "HTMLElement"
|
33074
|
-
}
|
33075
|
-
},
|
33076
|
-
{
|
33077
|
-
"name": "textInput",
|
33006
|
+
"name": "customStyles",
|
33078
33007
|
"optional": true,
|
33079
33008
|
"type": {
|
33080
|
-
"text": "
|
33009
|
+
"text": "ButtonStyles"
|
33081
33010
|
}
|
33082
33011
|
}
|
33083
|
-
]
|
33012
|
+
],
|
33013
|
+
"inheritedFrom": {
|
33014
|
+
"name": "InputButton",
|
33015
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
33016
|
+
}
|
33084
33017
|
},
|
33085
33018
|
{
|
33086
33019
|
"kind": "method",
|
33087
|
-
"name": "
|
33020
|
+
"name": "buttonMouseDown",
|
33088
33021
|
"privacy": "private",
|
33089
33022
|
"parameters": [
|
33090
33023
|
{
|
33091
|
-
"name": "
|
33024
|
+
"name": "customStyles",
|
33092
33025
|
"optional": true,
|
33093
33026
|
"type": {
|
33094
|
-
"text": "
|
33027
|
+
"text": "ButtonStyles"
|
33095
33028
|
}
|
33096
33029
|
}
|
33097
|
-
]
|
33030
|
+
],
|
33031
|
+
"inheritedFrom": {
|
33032
|
+
"name": "InputButton",
|
33033
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
33034
|
+
}
|
33098
33035
|
},
|
33099
33036
|
{
|
33100
33037
|
"kind": "method",
|
33101
|
-
"name": "
|
33038
|
+
"name": "setEvents",
|
33102
33039
|
"privacy": "private",
|
33103
33040
|
"parameters": [
|
33104
33041
|
{
|
33105
|
-
"name": "
|
33106
|
-
"type": {
|
33107
|
-
"text": "CustomStyle"
|
33108
|
-
}
|
33109
|
-
},
|
33110
|
-
{
|
33111
|
-
"name": "containerStyle",
|
33042
|
+
"name": "customStyles",
|
33112
33043
|
"optional": true,
|
33113
33044
|
"type": {
|
33114
|
-
"text": "
|
33045
|
+
"text": "ButtonStyles"
|
33115
33046
|
}
|
33116
33047
|
}
|
33117
|
-
]
|
33048
|
+
],
|
33049
|
+
"inheritedFrom": {
|
33050
|
+
"name": "InputButton",
|
33051
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
33052
|
+
}
|
33118
33053
|
},
|
33119
33054
|
{
|
33120
33055
|
"kind": "method",
|
33121
|
-
"name": "
|
33122
|
-
"privacy": "
|
33123
|
-
"static": true,
|
33056
|
+
"name": "unsetCustomStateStyles",
|
33057
|
+
"privacy": "public",
|
33124
33058
|
"parameters": [
|
33125
33059
|
{
|
33126
|
-
"name": "
|
33127
|
-
"optional": true,
|
33060
|
+
"name": "unsetTypes",
|
33128
33061
|
"type": {
|
33129
|
-
"text": "
|
33062
|
+
"text": "(keyof T)[]"
|
33130
33063
|
}
|
33131
33064
|
}
|
33132
|
-
]
|
33065
|
+
],
|
33066
|
+
"inheritedFrom": {
|
33067
|
+
"name": "InputButton",
|
33068
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
33069
|
+
}
|
33133
33070
|
},
|
33134
33071
|
{
|
33135
33072
|
"kind": "method",
|
33136
|
-
"name": "
|
33137
|
-
"privacy": "
|
33073
|
+
"name": "reapplyStateStyle",
|
33074
|
+
"privacy": "public",
|
33138
33075
|
"parameters": [
|
33139
33076
|
{
|
33140
|
-
"name": "
|
33077
|
+
"name": "setType",
|
33141
33078
|
"type": {
|
33142
|
-
"text": "
|
33079
|
+
"text": "keyof T"
|
33080
|
+
}
|
33081
|
+
},
|
33082
|
+
{
|
33083
|
+
"name": "unsetTypes",
|
33084
|
+
"optional": true,
|
33085
|
+
"type": {
|
33086
|
+
"text": "(keyof T)[]"
|
33143
33087
|
}
|
33144
33088
|
}
|
33145
|
-
]
|
33089
|
+
],
|
33090
|
+
"inheritedFrom": {
|
33091
|
+
"name": "InputButton",
|
33092
|
+
"module": "src/views/chat/input/buttons/inputButton.ts"
|
33093
|
+
}
|
33146
33094
|
}
|
33147
|
-
]
|
33095
|
+
],
|
33096
|
+
"superclass": {
|
33097
|
+
"name": "InputButton",
|
33098
|
+
"module": "/src/views/chat/input/buttons/inputButton"
|
33099
|
+
}
|
33148
33100
|
}
|
33149
33101
|
],
|
33150
33102
|
"exports": [
|
33151
33103
|
{
|
33152
33104
|
"kind": "js",
|
33153
|
-
"name": "
|
33105
|
+
"name": "Dropup",
|
33154
33106
|
"declaration": {
|
33155
|
-
"name": "
|
33156
|
-
"module": "src/views/chat/input/
|
33107
|
+
"name": "Dropup",
|
33108
|
+
"module": "src/views/chat/input/dropup/dropup.ts"
|
33157
33109
|
}
|
33158
33110
|
}
|
33159
33111
|
]
|
33160
33112
|
},
|
33161
33113
|
{
|
33162
33114
|
"kind": "javascript-module",
|
33163
|
-
"path": "src/views/chat/input/
|
33115
|
+
"path": "src/views/chat/input/dropup/dropupItem.ts",
|
33164
33116
|
"declarations": [
|
33165
33117
|
{
|
33166
33118
|
"kind": "class",
|
33167
33119
|
"description": "",
|
33168
|
-
"name": "
|
33120
|
+
"name": "DropupItem",
|
33169
33121
|
"members": [
|
33170
|
-
{
|
33171
|
-
"kind": "field",
|
33172
|
-
"name": "PERMITTED_KEYS",
|
33173
|
-
"privacy": "private",
|
33174
|
-
"static": true,
|
33175
|
-
"default": "new Set<string>([\n KEYBOARD_KEY.BACKSPACE, KEYBOARD_KEY.DELETE, KEYBOARD_KEY.ARROW_RIGHT, KEYBOARD_KEY.ARROW_LEFT,\n KEYBOARD_KEY.ARROW_DOWN, KEYBOARD_KEY.ARROW_UP, KEYBOARD_KEY.META, KEYBOARD_KEY.CONTROL, KEYBOARD_KEY.ENTER\n ])"
|
33176
|
-
},
|
33177
33122
|
{
|
33178
33123
|
"kind": "method",
|
33179
|
-
"name": "
|
33180
|
-
"privacy": "
|
33124
|
+
"name": "addItemEvents",
|
33125
|
+
"privacy": "private",
|
33181
33126
|
"static": true,
|
33182
33127
|
"parameters": [
|
33183
33128
|
{
|
33184
|
-
"name": "
|
33129
|
+
"name": "menu",
|
33185
33130
|
"type": {
|
33186
|
-
"text": "
|
33131
|
+
"text": "DropupMenu"
|
33187
33132
|
}
|
33188
33133
|
},
|
33189
33134
|
{
|
33190
|
-
"name": "
|
33191
|
-
"optional": true,
|
33135
|
+
"name": "item",
|
33192
33136
|
"type": {
|
33193
|
-
"text": "
|
33137
|
+
"text": "HTMLElement"
|
33194
33138
|
}
|
33195
33139
|
},
|
33196
33140
|
{
|
33197
|
-
"name": "
|
33198
|
-
"optional": true,
|
33199
|
-
"type": {
|
33200
|
-
"text": "ValidationHandler"
|
33201
|
-
}
|
33202
|
-
}
|
33203
|
-
]
|
33204
|
-
},
|
33205
|
-
{
|
33206
|
-
"kind": "method",
|
33207
|
-
"name": "onKeyDown",
|
33208
|
-
"privacy": "private",
|
33209
|
-
"static": true,
|
33210
|
-
"parameters": [
|
33211
|
-
{
|
33212
|
-
"name": "characterLimit",
|
33141
|
+
"name": "inputButton",
|
33213
33142
|
"type": {
|
33214
|
-
"text": "
|
33143
|
+
"text": "HTMLElement"
|
33215
33144
|
}
|
33216
33145
|
},
|
33217
33146
|
{
|
33218
|
-
"name": "
|
33219
|
-
"type": {
|
33220
|
-
"text": "KeyboardEvent"
|
33221
|
-
}
|
33222
|
-
}
|
33223
|
-
]
|
33224
|
-
},
|
33225
|
-
{
|
33226
|
-
"kind": "method",
|
33227
|
-
"name": "isKeyCombinationPermitted",
|
33228
|
-
"privacy": "private",
|
33229
|
-
"static": true,
|
33230
|
-
"parameters": [
|
33231
|
-
{
|
33232
|
-
"name": "event",
|
33147
|
+
"name": "styles",
|
33233
33148
|
"type": {
|
33234
|
-
"text": "
|
33149
|
+
"text": "StatefulStyles"
|
33235
33150
|
}
|
33236
33151
|
}
|
33237
33152
|
]
|
33238
33153
|
},
|
33239
33154
|
{
|
33240
33155
|
"kind": "method",
|
33241
|
-
"name": "
|
33156
|
+
"name": "createItemText",
|
33242
33157
|
"privacy": "private",
|
33243
33158
|
"static": true,
|
33244
33159
|
"parameters": [
|
33245
33160
|
{
|
33246
|
-
"name": "
|
33247
|
-
"
|
33248
|
-
"text": "number | undefined"
|
33249
|
-
}
|
33250
|
-
},
|
33251
|
-
{
|
33252
|
-
"name": "validate",
|
33161
|
+
"name": "dropupText",
|
33162
|
+
"optional": true,
|
33253
33163
|
"type": {
|
33254
|
-
"text": "
|
33164
|
+
"text": "string"
|
33255
33165
|
}
|
33256
33166
|
},
|
33257
33167
|
{
|
33258
|
-
"name": "
|
33168
|
+
"name": "textStyle",
|
33169
|
+
"optional": true,
|
33259
33170
|
"type": {
|
33260
|
-
"text": "
|
33171
|
+
"text": "CustomStyle"
|
33261
33172
|
}
|
33262
33173
|
}
|
33263
33174
|
]
|
33264
|
-
}
|
33265
|
-
]
|
33266
|
-
}
|
33267
|
-
],
|
33268
|
-
"exports": [
|
33269
|
-
{
|
33270
|
-
"kind": "js",
|
33271
|
-
"name": "TextInputEvents",
|
33272
|
-
"declaration": {
|
33273
|
-
"name": "TextInputEvents",
|
33274
|
-
"module": "src/views/chat/input/textInput/textInputEvents.ts"
|
33275
|
-
}
|
33276
|
-
}
|
33277
|
-
]
|
33278
|
-
},
|
33279
|
-
{
|
33280
|
-
"kind": "javascript-module",
|
33281
|
-
"path": "src/views/chat/input/validation/validationHandler.ts",
|
33282
|
-
"declarations": [
|
33283
|
-
{
|
33284
|
-
"kind": "class",
|
33285
|
-
"description": "",
|
33286
|
-
"name": "ValidationHandler",
|
33287
|
-
"members": [
|
33175
|
+
},
|
33288
33176
|
{
|
33289
33177
|
"kind": "method",
|
33290
|
-
"name": "
|
33178
|
+
"name": "createItemIcon",
|
33291
33179
|
"privacy": "private",
|
33292
33180
|
"static": true,
|
33293
33181
|
"parameters": [
|
33294
33182
|
{
|
33295
|
-
"name": "
|
33296
|
-
"type": {
|
33297
|
-
"text": "ValidateFunc"
|
33298
|
-
}
|
33299
|
-
},
|
33300
|
-
{
|
33301
|
-
"name": "submitButton",
|
33302
|
-
"type": {
|
33303
|
-
"text": "SubmitButton"
|
33304
|
-
}
|
33305
|
-
},
|
33306
|
-
{
|
33307
|
-
"name": "text",
|
33308
|
-
"optional": true,
|
33309
|
-
"type": {
|
33310
|
-
"text": "string"
|
33311
|
-
}
|
33312
|
-
},
|
33313
|
-
{
|
33314
|
-
"name": "files",
|
33315
|
-
"optional": true,
|
33183
|
+
"name": "inputButtonElement",
|
33316
33184
|
"type": {
|
33317
|
-
"text": "
|
33185
|
+
"text": "HTMLElement"
|
33318
33186
|
}
|
33319
33187
|
},
|
33320
33188
|
{
|
33321
|
-
"name": "
|
33189
|
+
"name": "iconContainerStyle",
|
33322
33190
|
"optional": true,
|
33323
33191
|
"type": {
|
33324
|
-
"text": "
|
33192
|
+
"text": "CustomStyle"
|
33325
33193
|
}
|
33326
33194
|
}
|
33327
33195
|
]
|
33328
33196
|
},
|
33329
33197
|
{
|
33330
33198
|
"kind": "method",
|
33331
|
-
"name": "
|
33199
|
+
"name": "populateItem",
|
33332
33200
|
"privacy": "private",
|
33333
33201
|
"static": true,
|
33334
33202
|
"parameters": [
|
33335
33203
|
{
|
33336
|
-
"name": "
|
33204
|
+
"name": "elementRef",
|
33337
33205
|
"type": {
|
33338
|
-
"text": "
|
33206
|
+
"text": "HTMLElement"
|
33339
33207
|
}
|
33340
33208
|
},
|
33341
33209
|
{
|
33342
|
-
"name": "
|
33210
|
+
"name": "item",
|
33343
33211
|
"type": {
|
33344
|
-
"text": "
|
33212
|
+
"text": "HTMLElement"
|
33345
33213
|
}
|
33346
33214
|
},
|
33347
33215
|
{
|
33348
|
-
"name": "
|
33216
|
+
"name": "dropupText",
|
33217
|
+
"optional": true,
|
33349
33218
|
"type": {
|
33350
|
-
"text": "
|
33219
|
+
"text": "string"
|
33351
33220
|
}
|
33352
33221
|
},
|
33353
33222
|
{
|
33354
|
-
"name": "
|
33223
|
+
"name": "styles",
|
33224
|
+
"optional": true,
|
33355
33225
|
"type": {
|
33356
|
-
"text": "
|
33226
|
+
"text": "DropupMenuStyles"
|
33357
33227
|
}
|
33358
33228
|
}
|
33359
33229
|
]
|
33360
33230
|
},
|
33361
33231
|
{
|
33362
33232
|
"kind": "method",
|
33363
|
-
"name": "
|
33364
|
-
"privacy": "
|
33233
|
+
"name": "createItem",
|
33234
|
+
"privacy": "public",
|
33365
33235
|
"static": true,
|
33366
33236
|
"parameters": [
|
33367
33237
|
{
|
33368
|
-
"name": "
|
33238
|
+
"name": "menu",
|
33369
33239
|
"type": {
|
33370
|
-
"text": "
|
33240
|
+
"text": "DropupMenu"
|
33371
33241
|
}
|
33372
33242
|
},
|
33373
33243
|
{
|
33374
|
-
"name": "
|
33244
|
+
"name": "inputButton",
|
33375
33245
|
"type": {
|
33376
|
-
"text": "
|
33246
|
+
"text": "InputButton"
|
33377
33247
|
}
|
33378
33248
|
},
|
33379
33249
|
{
|
33380
|
-
"name": "
|
33250
|
+
"name": "styles",
|
33251
|
+
"optional": true,
|
33381
33252
|
"type": {
|
33382
|
-
"text": "
|
33253
|
+
"text": "DropupMenuStyles"
|
33383
33254
|
}
|
33384
33255
|
}
|
33385
33256
|
]
|
33386
|
-
}
|
33257
|
+
}
|
33258
|
+
]
|
33259
|
+
}
|
33260
|
+
],
|
33261
|
+
"exports": [
|
33262
|
+
{
|
33263
|
+
"kind": "js",
|
33264
|
+
"name": "DropupItem",
|
33265
|
+
"declaration": {
|
33266
|
+
"name": "DropupItem",
|
33267
|
+
"module": "src/views/chat/input/dropup/dropupItem.ts"
|
33268
|
+
}
|
33269
|
+
}
|
33270
|
+
]
|
33271
|
+
},
|
33272
|
+
{
|
33273
|
+
"kind": "javascript-module",
|
33274
|
+
"path": "src/views/chat/input/dropup/dropupItemNavigation.ts",
|
33275
|
+
"declarations": [
|
33276
|
+
{
|
33277
|
+
"kind": "class",
|
33278
|
+
"description": "",
|
33279
|
+
"name": "DropupItemNavigation",
|
33280
|
+
"members": [
|
33387
33281
|
{
|
33388
33282
|
"kind": "method",
|
33389
|
-
"name": "
|
33283
|
+
"name": "focusItemWhenOnEdge",
|
33390
33284
|
"privacy": "private",
|
33391
33285
|
"static": true,
|
33392
33286
|
"parameters": [
|
33393
33287
|
{
|
33394
|
-
"name": "
|
33288
|
+
"name": "dropupElement",
|
33395
33289
|
"type": {
|
33396
|
-
"text": "
|
33290
|
+
"text": "HTMLElement"
|
33397
33291
|
}
|
33398
33292
|
},
|
33399
33293
|
{
|
33400
|
-
"name": "
|
33294
|
+
"name": "isNext",
|
33401
33295
|
"type": {
|
33402
|
-
"text": "
|
33296
|
+
"text": "boolean"
|
33403
33297
|
}
|
33404
33298
|
}
|
33405
33299
|
]
|
33406
33300
|
},
|
33407
33301
|
{
|
33408
33302
|
"kind": "method",
|
33409
|
-
"name": "
|
33303
|
+
"name": "focusSiblingItem",
|
33410
33304
|
"privacy": "public",
|
33411
33305
|
"static": true,
|
33306
|
+
"return": {
|
33307
|
+
"type": {
|
33308
|
+
"text": "void"
|
33309
|
+
}
|
33310
|
+
},
|
33412
33311
|
"parameters": [
|
33413
33312
|
{
|
33414
|
-
"name": "
|
33415
|
-
"type": {
|
33416
|
-
"text": "DeepChat"
|
33417
|
-
}
|
33418
|
-
},
|
33419
|
-
{
|
33420
|
-
"name": "serviceIO",
|
33313
|
+
"name": "focusedItem",
|
33421
33314
|
"type": {
|
33422
|
-
"text": "
|
33315
|
+
"text": "HTMLElement"
|
33423
33316
|
}
|
33424
33317
|
},
|
33425
33318
|
{
|
33426
|
-
"name": "
|
33319
|
+
"name": "dropupElement",
|
33427
33320
|
"type": {
|
33428
|
-
"text": "
|
33321
|
+
"text": "HTMLElement"
|
33429
33322
|
}
|
33430
33323
|
},
|
33431
33324
|
{
|
33432
|
-
"name": "
|
33325
|
+
"name": "isNext",
|
33433
33326
|
"type": {
|
33434
|
-
"text": "
|
33327
|
+
"text": "boolean"
|
33435
33328
|
}
|
33436
33329
|
},
|
33437
33330
|
{
|
33438
|
-
"name": "
|
33439
|
-
"
|
33440
|
-
"text": "SubmitButton"
|
33441
|
-
}
|
33331
|
+
"name": "isEdgeItem",
|
33332
|
+
"default": "false"
|
33442
33333
|
}
|
33443
33334
|
]
|
33444
33335
|
}
|
@@ -33448,28 +33339,107 @@
|
|
33448
33339
|
"exports": [
|
33449
33340
|
{
|
33450
33341
|
"kind": "js",
|
33451
|
-
"name": "
|
33342
|
+
"name": "DropupItemNavigation",
|
33452
33343
|
"declaration": {
|
33453
|
-
"name": "
|
33454
|
-
"module": "src/views/chat/input/
|
33344
|
+
"name": "DropupItemNavigation",
|
33345
|
+
"module": "src/views/chat/input/dropup/dropupItemNavigation.ts"
|
33455
33346
|
}
|
33456
33347
|
}
|
33457
33348
|
]
|
33458
33349
|
},
|
33459
33350
|
{
|
33460
33351
|
"kind": "javascript-module",
|
33461
|
-
"path": "src/views/chat/
|
33352
|
+
"path": "src/views/chat/input/dropup/dropupMenu.ts",
|
33462
33353
|
"declarations": [
|
33463
33354
|
{
|
33464
33355
|
"kind": "class",
|
33465
33356
|
"description": "",
|
33466
|
-
"name": "
|
33357
|
+
"name": "DropupMenu",
|
33467
33358
|
"members": [
|
33359
|
+
{
|
33360
|
+
"kind": "field",
|
33361
|
+
"name": "elementRef",
|
33362
|
+
"type": {
|
33363
|
+
"text": "HTMLElement"
|
33364
|
+
}
|
33365
|
+
},
|
33366
|
+
{
|
33367
|
+
"kind": "field",
|
33368
|
+
"name": "_isOpen",
|
33369
|
+
"type": {
|
33370
|
+
"text": "boolean"
|
33371
|
+
},
|
33372
|
+
"privacy": "private",
|
33373
|
+
"default": "true"
|
33374
|
+
},
|
33375
|
+
{
|
33376
|
+
"kind": "field",
|
33377
|
+
"name": "highlightedItem",
|
33378
|
+
"type": {
|
33379
|
+
"text": "HTMLElement | undefined"
|
33380
|
+
}
|
33381
|
+
},
|
33382
|
+
{
|
33383
|
+
"kind": "field",
|
33384
|
+
"name": "_styles",
|
33385
|
+
"type": {
|
33386
|
+
"text": "DropupMenuStyles | undefined"
|
33387
|
+
},
|
33388
|
+
"privacy": "private",
|
33389
|
+
"default": "styles"
|
33390
|
+
},
|
33468
33391
|
{
|
33469
33392
|
"kind": "method",
|
33470
|
-
"name": "
|
33471
|
-
"privacy": "
|
33472
|
-
"static": true
|
33393
|
+
"name": "createElement",
|
33394
|
+
"privacy": "private",
|
33395
|
+
"static": true,
|
33396
|
+
"parameters": [
|
33397
|
+
{
|
33398
|
+
"name": "containerStyle",
|
33399
|
+
"optional": true,
|
33400
|
+
"type": {
|
33401
|
+
"text": "CustomStyle"
|
33402
|
+
}
|
33403
|
+
}
|
33404
|
+
]
|
33405
|
+
},
|
33406
|
+
{
|
33407
|
+
"kind": "method",
|
33408
|
+
"name": "open",
|
33409
|
+
"privacy": "private"
|
33410
|
+
},
|
33411
|
+
{
|
33412
|
+
"kind": "method",
|
33413
|
+
"name": "close"
|
33414
|
+
},
|
33415
|
+
{
|
33416
|
+
"kind": "method",
|
33417
|
+
"name": "toggle"
|
33418
|
+
},
|
33419
|
+
{
|
33420
|
+
"kind": "method",
|
33421
|
+
"name": "addItem",
|
33422
|
+
"parameters": [
|
33423
|
+
{
|
33424
|
+
"name": "inputButton",
|
33425
|
+
"type": {
|
33426
|
+
"text": "InputButton"
|
33427
|
+
}
|
33428
|
+
}
|
33429
|
+
]
|
33430
|
+
},
|
33431
|
+
{
|
33432
|
+
"kind": "method",
|
33433
|
+
"name": "addWindowEvents",
|
33434
|
+
"privacy": "private",
|
33435
|
+
"parameters": [
|
33436
|
+
{
|
33437
|
+
"name": "containerElement",
|
33438
|
+
"type": {
|
33439
|
+
"text": "HTMLElement"
|
33440
|
+
}
|
33441
|
+
}
|
33442
|
+
]
|
33473
33443
|
}
|
33474
33444
|
]
|
33475
33445
|
}
|
@@ -33477,10 +33447,10 @@
|
|
33477
33447
|
"exports": [
|
33478
33448
|
{
|
33479
33449
|
"kind": "js",
|
33480
|
-
"name": "
|
33450
|
+
"name": "DropupMenu",
|
33481
33451
|
"declaration": {
|
33482
|
-
"name": "
|
33483
|
-
"module": "src/views/chat/
|
33452
|
+
"name": "DropupMenu",
|
33453
|
+
"module": "src/views/chat/input/dropup/dropupMenu.ts"
|
33484
33454
|
}
|
33485
33455
|
}
|
33486
33456
|
]
|
@@ -33889,6 +33859,35 @@
|
|
33889
33859
|
}
|
33890
33860
|
]
|
33891
33861
|
},
|
33862
|
+
{
|
33863
|
+
"kind": "javascript-module",
|
33864
|
+
"path": "src/views/chat/messages/remarkable/remarkableConfig.ts",
|
33865
|
+
"declarations": [
|
33866
|
+
{
|
33867
|
+
"kind": "class",
|
33868
|
+
"description": "",
|
33869
|
+
"name": "RemarkableConfig",
|
33870
|
+
"members": [
|
33871
|
+
{
|
33872
|
+
"kind": "method",
|
33873
|
+
"name": "createNew",
|
33874
|
+
"privacy": "public",
|
33875
|
+
"static": true
|
33876
|
+
}
|
33877
|
+
]
|
33878
|
+
}
|
33879
|
+
],
|
33880
|
+
"exports": [
|
33881
|
+
{
|
33882
|
+
"kind": "js",
|
33883
|
+
"name": "RemarkableConfig",
|
33884
|
+
"declaration": {
|
33885
|
+
"name": "RemarkableConfig",
|
33886
|
+
"module": "src/views/chat/messages/remarkable/remarkableConfig.ts"
|
33887
|
+
}
|
33888
|
+
}
|
33889
|
+
]
|
33890
|
+
},
|
33892
33891
|
{
|
33893
33892
|
"kind": "javascript-module",
|
33894
33893
|
"path": "src/views/chat/messages/stream/messageStream.ts",
|