deep-chat-dev 9.0.38 → 9.0.39

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.
@@ -22978,30 +22978,6 @@
22978
22978
  }
22979
22979
  ]
22980
22980
  },
22981
- {
22982
- "kind": "javascript-module",
22983
- "path": "src/utils/fileTypes/fileTypeButtonIcons.ts",
22984
- "declarations": [
22985
- {
22986
- "kind": "variable",
22987
- "name": "FILE_TYPE_BUTTON_ICONS",
22988
- "type": {
22989
- "text": "ServiceFileTypes"
22990
- },
22991
- "default": "{\n images: {id: 'upload-images-icon', svgString: IMAGE_ICON_STRING, dropupText: 'Image'},\n gifs: {id: 'upload-gifs-icon', svgString: GIF_ICON_STRING, dropupText: 'GIF'},\n audio: {id: 'upload-audio-icon', svgString: AUDIO_ICON_STRING, dropupText: 'Audio'},\n mixedFiles: {id: 'upload-mixed-files-icon', svgString: MIXED_FILES_ICON_STRING, dropupText: 'File'},\n}"
22992
- }
22993
- ],
22994
- "exports": [
22995
- {
22996
- "kind": "js",
22997
- "name": "FILE_TYPE_BUTTON_ICONS",
22998
- "declaration": {
22999
- "name": "FILE_TYPE_BUTTON_ICONS",
23000
- "module": "src/utils/fileTypes/fileTypeButtonIcons.ts"
23001
- }
23002
- }
23003
- ]
23004
- },
23005
22981
  {
23006
22982
  "kind": "javascript-module",
23007
22983
  "path": "src/utils/legacy/legacy.ts",
@@ -23073,6 +23049,30 @@
23073
23049
  }
23074
23050
  ]
23075
23051
  },
23052
+ {
23053
+ "kind": "javascript-module",
23054
+ "path": "src/utils/fileTypes/fileTypeButtonIcons.ts",
23055
+ "declarations": [
23056
+ {
23057
+ "kind": "variable",
23058
+ "name": "FILE_TYPE_BUTTON_ICONS",
23059
+ "type": {
23060
+ "text": "ServiceFileTypes"
23061
+ },
23062
+ "default": "{\n images: {id: 'upload-images-icon', svgString: IMAGE_ICON_STRING, dropupText: 'Image'},\n gifs: {id: 'upload-gifs-icon', svgString: GIF_ICON_STRING, dropupText: 'GIF'},\n audio: {id: 'upload-audio-icon', svgString: AUDIO_ICON_STRING, dropupText: 'Audio'},\n mixedFiles: {id: 'upload-mixed-files-icon', svgString: MIXED_FILES_ICON_STRING, dropupText: 'File'},\n}"
23063
+ }
23064
+ ],
23065
+ "exports": [
23066
+ {
23067
+ "kind": "js",
23068
+ "name": "FILE_TYPE_BUTTON_ICONS",
23069
+ "declaration": {
23070
+ "name": "FILE_TYPE_BUTTON_ICONS",
23071
+ "module": "src/utils/fileTypes/fileTypeButtonIcons.ts"
23072
+ }
23073
+ }
23074
+ ]
23075
+ },
23076
23076
  {
23077
23077
  "kind": "javascript-module",
23078
23078
  "path": "src/utils/svg/svgIconUtils.ts",
@@ -26511,173 +26511,6 @@
26511
26511
  }
26512
26512
  ]
26513
26513
  },
26514
- {
26515
- "kind": "javascript-module",
26516
- "path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
26517
- "declarations": [
26518
- {
26519
- "kind": "class",
26520
- "description": "",
26521
- "name": "FileAttachments",
26522
- "members": [
26523
- {
26524
- "kind": "field",
26525
- "name": "_fileAttachmentsTypes",
26526
- "type": {
26527
- "text": "FileAttachmentsType[]"
26528
- },
26529
- "privacy": "private",
26530
- "default": "[]"
26531
- },
26532
- {
26533
- "kind": "field",
26534
- "name": "elementRef",
26535
- "type": {
26536
- "text": "HTMLElement"
26537
- }
26538
- },
26539
- {
26540
- "kind": "method",
26541
- "name": "addType",
26542
- "parameters": [
26543
- {
26544
- "name": "files",
26545
- "type": {
26546
- "text": "FileAttachmentsT"
26547
- }
26548
- },
26549
- {
26550
- "name": "type",
26551
- "type": {
26552
- "text": "keyof ServiceFileTypes"
26553
- }
26554
- }
26555
- ]
26556
- },
26557
- {
26558
- "kind": "method",
26559
- "name": "createAttachmentContainer",
26560
- "privacy": "private"
26561
- },
26562
- {
26563
- "kind": "method",
26564
- "name": "toggleContainerDisplay",
26565
- "privacy": "private",
26566
- "parameters": [
26567
- {
26568
- "name": "display",
26569
- "type": {
26570
- "text": "boolean"
26571
- }
26572
- }
26573
- ]
26574
- },
26575
- {
26576
- "kind": "method",
26577
- "name": "getAllFileData"
26578
- },
26579
- {
26580
- "kind": "method",
26581
- "name": "completePlaceholders"
26582
- },
26583
- {
26584
- "kind": "method",
26585
- "name": "addFilesToType",
26586
- "privacy": "public",
26587
- "static": true,
26588
- "parameters": [
26589
- {
26590
- "name": "files",
26591
- "type": {
26592
- "text": "File[]"
26593
- }
26594
- },
26595
- {
26596
- "name": "fileAttachmentTypes",
26597
- "type": {
26598
- "text": "FileAttachmentsType[]"
26599
- }
26600
- }
26601
- ]
26602
- },
26603
- {
26604
- "kind": "method",
26605
- "name": "addFilesToAnyType",
26606
- "privacy": "public",
26607
- "parameters": [
26608
- {
26609
- "name": "files",
26610
- "type": {
26611
- "text": "File[]"
26612
- }
26613
- }
26614
- ]
26615
- },
26616
- {
26617
- "kind": "method",
26618
- "name": "removeAllFiles"
26619
- },
26620
- {
26621
- "kind": "method",
26622
- "name": "getNumberOfTypes"
26623
- }
26624
- ]
26625
- }
26626
- ],
26627
- "exports": [
26628
- {
26629
- "kind": "js",
26630
- "name": "FileAttachments",
26631
- "declaration": {
26632
- "name": "FileAttachments",
26633
- "module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
26634
- }
26635
- }
26636
- ]
26637
- },
26638
- {
26639
- "kind": "javascript-module",
26640
- "path": "src/views/chat/input/fileAttachments/newFileName.ts",
26641
- "declarations": [
26642
- {
26643
- "kind": "class",
26644
- "description": "",
26645
- "name": "NewFileName",
26646
- "members": [
26647
- {
26648
- "kind": "method",
26649
- "name": "getFileName",
26650
- "privacy": "public",
26651
- "static": true,
26652
- "parameters": [
26653
- {
26654
- "name": "prefix",
26655
- "type": {
26656
- "text": "string"
26657
- }
26658
- },
26659
- {
26660
- "name": "extension",
26661
- "type": {
26662
- "text": "string"
26663
- }
26664
- }
26665
- ]
26666
- }
26667
- ]
26668
- }
26669
- ],
26670
- "exports": [
26671
- {
26672
- "kind": "js",
26673
- "name": "NewFileName",
26674
- "declaration": {
26675
- "name": "NewFileName",
26676
- "module": "src/views/chat/input/fileAttachments/newFileName.ts"
26677
- }
26678
- }
26679
- ]
26680
- },
26681
26514
  {
26682
26515
  "kind": "javascript-module",
26683
26516
  "path": "src/views/chat/input/textInput/focusUtils.ts",
@@ -27105,56 +26938,223 @@
27105
26938
  },
27106
26939
  {
27107
26940
  "kind": "javascript-module",
27108
- "path": "src/views/chat/input/dropup/dropup.ts",
26941
+ "path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
27109
26942
  "declarations": [
27110
26943
  {
27111
26944
  "kind": "class",
27112
26945
  "description": "",
27113
- "name": "Dropup",
26946
+ "name": "FileAttachments",
27114
26947
  "members": [
27115
26948
  {
27116
26949
  "kind": "field",
27117
- "name": "_menu",
26950
+ "name": "_fileAttachmentsTypes",
27118
26951
  "type": {
27119
- "text": "DropupMenu"
26952
+ "text": "FileAttachmentsType[]"
27120
26953
  },
27121
26954
  "privacy": "private",
27122
- "default": "new DropupMenu(containerElement, styles?.menu)"
26955
+ "default": "[]"
27123
26956
  },
27124
26957
  {
27125
26958
  "kind": "field",
27126
- "name": "buttonContainer",
26959
+ "name": "elementRef",
27127
26960
  "type": {
27128
26961
  "text": "HTMLElement"
27129
26962
  }
27130
26963
  },
27131
26964
  {
27132
26965
  "kind": "method",
27133
- "name": "createButtonElement",
27134
- "privacy": "private",
27135
- "static": true
27136
- },
27137
- {
27138
- "kind": "method",
27139
- "name": "createInnerElements",
27140
- "privacy": "private",
26966
+ "name": "addType",
27141
26967
  "parameters": [
27142
26968
  {
27143
- "name": "customStyles",
27144
- "optional": true,
26969
+ "name": "files",
27145
26970
  "type": {
27146
- "text": "Styles"
26971
+ "text": "FileAttachmentsT"
26972
+ }
26973
+ },
26974
+ {
26975
+ "name": "type",
26976
+ "type": {
26977
+ "text": "keyof ServiceFileTypes"
27147
26978
  }
27148
26979
  }
27149
26980
  ]
27150
26981
  },
27151
26982
  {
27152
26983
  "kind": "method",
27153
- "name": "createInnerElement",
26984
+ "name": "createAttachmentContainer",
26985
+ "privacy": "private"
26986
+ },
26987
+ {
26988
+ "kind": "method",
26989
+ "name": "toggleContainerDisplay",
27154
26990
  "privacy": "private",
27155
26991
  "parameters": [
27156
26992
  {
27157
- "name": "baseButton",
26993
+ "name": "display",
26994
+ "type": {
26995
+ "text": "boolean"
26996
+ }
26997
+ }
26998
+ ]
26999
+ },
27000
+ {
27001
+ "kind": "method",
27002
+ "name": "getAllFileData"
27003
+ },
27004
+ {
27005
+ "kind": "method",
27006
+ "name": "completePlaceholders"
27007
+ },
27008
+ {
27009
+ "kind": "method",
27010
+ "name": "addFilesToType",
27011
+ "privacy": "public",
27012
+ "static": true,
27013
+ "parameters": [
27014
+ {
27015
+ "name": "files",
27016
+ "type": {
27017
+ "text": "File[]"
27018
+ }
27019
+ },
27020
+ {
27021
+ "name": "fileAttachmentTypes",
27022
+ "type": {
27023
+ "text": "FileAttachmentsType[]"
27024
+ }
27025
+ }
27026
+ ]
27027
+ },
27028
+ {
27029
+ "kind": "method",
27030
+ "name": "addFilesToAnyType",
27031
+ "privacy": "public",
27032
+ "parameters": [
27033
+ {
27034
+ "name": "files",
27035
+ "type": {
27036
+ "text": "File[]"
27037
+ }
27038
+ }
27039
+ ]
27040
+ },
27041
+ {
27042
+ "kind": "method",
27043
+ "name": "removeAllFiles"
27044
+ },
27045
+ {
27046
+ "kind": "method",
27047
+ "name": "getNumberOfTypes"
27048
+ }
27049
+ ]
27050
+ }
27051
+ ],
27052
+ "exports": [
27053
+ {
27054
+ "kind": "js",
27055
+ "name": "FileAttachments",
27056
+ "declaration": {
27057
+ "name": "FileAttachments",
27058
+ "module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
27059
+ }
27060
+ }
27061
+ ]
27062
+ },
27063
+ {
27064
+ "kind": "javascript-module",
27065
+ "path": "src/views/chat/input/fileAttachments/newFileName.ts",
27066
+ "declarations": [
27067
+ {
27068
+ "kind": "class",
27069
+ "description": "",
27070
+ "name": "NewFileName",
27071
+ "members": [
27072
+ {
27073
+ "kind": "method",
27074
+ "name": "getFileName",
27075
+ "privacy": "public",
27076
+ "static": true,
27077
+ "parameters": [
27078
+ {
27079
+ "name": "prefix",
27080
+ "type": {
27081
+ "text": "string"
27082
+ }
27083
+ },
27084
+ {
27085
+ "name": "extension",
27086
+ "type": {
27087
+ "text": "string"
27088
+ }
27089
+ }
27090
+ ]
27091
+ }
27092
+ ]
27093
+ }
27094
+ ],
27095
+ "exports": [
27096
+ {
27097
+ "kind": "js",
27098
+ "name": "NewFileName",
27099
+ "declaration": {
27100
+ "name": "NewFileName",
27101
+ "module": "src/views/chat/input/fileAttachments/newFileName.ts"
27102
+ }
27103
+ }
27104
+ ]
27105
+ },
27106
+ {
27107
+ "kind": "javascript-module",
27108
+ "path": "src/views/chat/input/dropup/dropup.ts",
27109
+ "declarations": [
27110
+ {
27111
+ "kind": "class",
27112
+ "description": "",
27113
+ "name": "Dropup",
27114
+ "members": [
27115
+ {
27116
+ "kind": "field",
27117
+ "name": "_menu",
27118
+ "type": {
27119
+ "text": "DropupMenu"
27120
+ },
27121
+ "privacy": "private",
27122
+ "default": "new DropupMenu(containerElement, styles?.menu)"
27123
+ },
27124
+ {
27125
+ "kind": "field",
27126
+ "name": "buttonContainer",
27127
+ "type": {
27128
+ "text": "HTMLElement"
27129
+ }
27130
+ },
27131
+ {
27132
+ "kind": "method",
27133
+ "name": "createButtonElement",
27134
+ "privacy": "private",
27135
+ "static": true
27136
+ },
27137
+ {
27138
+ "kind": "method",
27139
+ "name": "createInnerElements",
27140
+ "privacy": "private",
27141
+ "parameters": [
27142
+ {
27143
+ "name": "customStyles",
27144
+ "optional": true,
27145
+ "type": {
27146
+ "text": "Styles"
27147
+ }
27148
+ }
27149
+ ]
27150
+ },
27151
+ {
27152
+ "kind": "method",
27153
+ "name": "createInnerElement",
27154
+ "privacy": "private",
27155
+ "parameters": [
27156
+ {
27157
+ "name": "baseButton",
27158
27158
  "type": {
27159
27159
  "text": "SVGGraphicsElement"
27160
27160
  }
@@ -28258,13 +28258,29 @@
28258
28258
  },
28259
28259
  {
28260
28260
  "kind": "javascript-module",
28261
- "path": "src/views/chat/input/buttons/camera/cameraButton.ts",
28261
+ "path": "src/views/chat/input/buttons/microphone/microphoneButton.ts",
28262
28262
  "declarations": [
28263
28263
  {
28264
28264
  "kind": "class",
28265
28265
  "description": "",
28266
- "name": "CameraButton",
28266
+ "name": "MicrophoneButton",
28267
28267
  "members": [
28268
+ {
28269
+ "kind": "field",
28270
+ "name": "_innerElements",
28271
+ "type": {
28272
+ "text": "DefinedButtonInnerElements<Styles>"
28273
+ },
28274
+ "privacy": "private"
28275
+ },
28276
+ {
28277
+ "kind": "field",
28278
+ "name": "isActive",
28279
+ "type": {
28280
+ "text": "boolean"
28281
+ },
28282
+ "default": "false"
28283
+ },
28268
28284
  {
28269
28285
  "kind": "method",
28270
28286
  "name": "createInnerElements",
@@ -28293,7 +28309,7 @@
28293
28309
  {
28294
28310
  "name": "state",
28295
28311
  "type": {
28296
- "text": "'styles'"
28312
+ "text": "keyof MicrophoneButton['_innerElements']"
28297
28313
  }
28298
28314
  },
28299
28315
  {
@@ -28307,7 +28323,7 @@
28307
28323
  },
28308
28324
  {
28309
28325
  "kind": "method",
28310
- "name": "createButtonElement",
28326
+ "name": "createMicrophoneElement",
28311
28327
  "privacy": "private",
28312
28328
  "static": true
28313
28329
  },
@@ -28319,33 +28335,33 @@
28319
28335
  },
28320
28336
  {
28321
28337
  "kind": "method",
28322
- "name": "addClickEvent",
28338
+ "name": "changeToActive",
28339
+ "privacy": "public"
28340
+ },
28341
+ {
28342
+ "kind": "method",
28343
+ "name": "changeToDefault",
28344
+ "privacy": "public"
28345
+ },
28346
+ {
28347
+ "kind": "method",
28348
+ "name": "changeToCommandMode",
28349
+ "privacy": "public"
28350
+ },
28351
+ {
28352
+ "kind": "method",
28353
+ "name": "changeToUnsupported",
28354
+ "privacy": "public"
28355
+ },
28356
+ {
28357
+ "kind": "method",
28358
+ "name": "toggleIconFilter",
28323
28359
  "privacy": "private",
28324
28360
  "parameters": [
28325
28361
  {
28326
- "name": "containerElement",
28327
- "type": {
28328
- "text": "HTMLElement"
28329
- }
28330
- },
28331
- {
28332
- "name": "fileAttachmentsType",
28333
- "type": {
28334
- "text": "FileAttachmentsType"
28335
- }
28336
- },
28337
- {
28338
- "name": "modalContainerStyle",
28339
- "optional": true,
28340
- "type": {
28341
- "text": "CustomStyle"
28342
- }
28343
- },
28344
- {
28345
- "name": "cameraFiles",
28346
- "optional": true,
28362
+ "name": "mode",
28347
28363
  "type": {
28348
- "text": "CameraFiles"
28364
+ "text": "'default' | 'active' | 'command'"
28349
28365
  }
28350
28366
  }
28351
28367
  ]
@@ -28553,42 +28569,145 @@
28553
28569
  "exports": [
28554
28570
  {
28555
28571
  "kind": "js",
28556
- "name": "CameraButton",
28572
+ "name": "MicrophoneButton",
28557
28573
  "declaration": {
28558
- "name": "CameraButton",
28559
- "module": "src/views/chat/input/buttons/camera/cameraButton.ts"
28574
+ "name": "MicrophoneButton",
28575
+ "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
28560
28576
  }
28561
28577
  }
28562
28578
  ]
28563
28579
  },
28564
28580
  {
28565
28581
  "kind": "javascript-module",
28566
- "path": "src/views/chat/input/buttons/microphone/microphoneButton.ts",
28582
+ "path": "src/views/chat/input/buttons/microphone/recordAudio.ts",
28567
28583
  "declarations": [
28568
28584
  {
28569
28585
  "kind": "class",
28570
28586
  "description": "",
28571
- "name": "MicrophoneButton",
28587
+ "name": "RecordAudio",
28572
28588
  "members": [
28573
28589
  {
28574
28590
  "kind": "field",
28575
- "name": "_innerElements",
28591
+ "name": "_mediaRecorder",
28576
28592
  "type": {
28577
- "text": "DefinedButtonInnerElements<Styles>"
28593
+ "text": "MediaRecorder | undefined"
28578
28594
  },
28579
28595
  "privacy": "private"
28580
28596
  },
28581
28597
  {
28582
28598
  "kind": "field",
28583
- "name": "isActive",
28599
+ "name": "_mediaStream",
28584
28600
  "type": {
28585
- "text": "boolean"
28601
+ "text": "MediaStream | undefined"
28586
28602
  },
28587
- "default": "false"
28603
+ "privacy": "private"
28588
28604
  },
28589
28605
  {
28590
- "kind": "method",
28591
- "name": "createInnerElements",
28606
+ "kind": "field",
28607
+ "name": "_waitingForBrowserApproval",
28608
+ "type": {
28609
+ "text": "boolean"
28610
+ },
28611
+ "privacy": "private",
28612
+ "default": "false"
28613
+ },
28614
+ {
28615
+ "kind": "field",
28616
+ "name": "_audioType",
28617
+ "type": {
28618
+ "text": "AudioFileAttachmentType"
28619
+ },
28620
+ "privacy": "private",
28621
+ "default": "audioType"
28622
+ },
28623
+ {
28624
+ "kind": "field",
28625
+ "name": "_extension",
28626
+ "type": {
28627
+ "text": "AudioFormat"
28628
+ },
28629
+ "privacy": "private"
28630
+ },
28631
+ {
28632
+ "kind": "field",
28633
+ "name": "_maxDurationSeconds",
28634
+ "type": {
28635
+ "text": "number | undefined"
28636
+ },
28637
+ "privacy": "private"
28638
+ },
28639
+ {
28640
+ "kind": "field",
28641
+ "name": "_newFilePrefix",
28642
+ "type": {
28643
+ "text": "string | undefined"
28644
+ },
28645
+ "privacy": "private"
28646
+ },
28647
+ {
28648
+ "kind": "method",
28649
+ "name": "buttonClick",
28650
+ "privacy": "private"
28651
+ },
28652
+ {
28653
+ "kind": "method",
28654
+ "name": "stop",
28655
+ "privacy": "private",
28656
+ "return": {
28657
+ "type": {
28658
+ "text": "Promise<void>"
28659
+ }
28660
+ }
28661
+ },
28662
+ {
28663
+ "kind": "method",
28664
+ "name": "record",
28665
+ "privacy": "private"
28666
+ },
28667
+ {
28668
+ "kind": "method",
28669
+ "name": "createFile",
28670
+ "privacy": "private",
28671
+ "parameters": [
28672
+ {
28673
+ "name": "event",
28674
+ "type": {
28675
+ "text": "BlobEvent"
28676
+ }
28677
+ }
28678
+ ]
28679
+ },
28680
+ {
28681
+ "kind": "field",
28682
+ "name": "onclick"
28683
+ },
28684
+ {
28685
+ "kind": "field",
28686
+ "name": "_innerElements",
28687
+ "type": {
28688
+ "text": "DefinedButtonInnerElements<Styles>"
28689
+ },
28690
+ "privacy": "private",
28691
+ "inheritedFrom": {
28692
+ "name": "MicrophoneButton",
28693
+ "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
28694
+ }
28695
+ },
28696
+ {
28697
+ "kind": "field",
28698
+ "name": "isActive",
28699
+ "type": {
28700
+ "text": "boolean"
28701
+ },
28702
+ "default": "false",
28703
+ "inheritedFrom": {
28704
+ "name": "MicrophoneButton",
28705
+ "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
28706
+ }
28707
+ },
28708
+ {
28709
+ "kind": "method",
28710
+ "name": "createInnerElements",
28592
28711
  "privacy": "private",
28593
28712
  "parameters": [
28594
28713
  {
@@ -28598,7 +28717,11 @@
28598
28717
  "text": "Styles"
28599
28718
  }
28600
28719
  }
28601
- ]
28720
+ ],
28721
+ "inheritedFrom": {
28722
+ "name": "MicrophoneButton",
28723
+ "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
28724
+ }
28602
28725
  },
28603
28726
  {
28604
28727
  "kind": "method",
@@ -28624,39 +28747,67 @@
28624
28747
  "text": "Styles"
28625
28748
  }
28626
28749
  }
28627
- ]
28750
+ ],
28751
+ "inheritedFrom": {
28752
+ "name": "MicrophoneButton",
28753
+ "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
28754
+ }
28628
28755
  },
28629
28756
  {
28630
28757
  "kind": "method",
28631
28758
  "name": "createMicrophoneElement",
28632
28759
  "privacy": "private",
28633
- "static": true
28760
+ "static": true,
28761
+ "inheritedFrom": {
28762
+ "name": "MicrophoneButton",
28763
+ "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
28764
+ }
28634
28765
  },
28635
28766
  {
28636
28767
  "kind": "method",
28637
28768
  "name": "createSVGIconElement",
28638
28769
  "privacy": "private",
28639
- "static": true
28770
+ "static": true,
28771
+ "inheritedFrom": {
28772
+ "name": "MicrophoneButton",
28773
+ "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
28774
+ }
28640
28775
  },
28641
28776
  {
28642
28777
  "kind": "method",
28643
28778
  "name": "changeToActive",
28644
- "privacy": "public"
28779
+ "privacy": "public",
28780
+ "inheritedFrom": {
28781
+ "name": "MicrophoneButton",
28782
+ "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
28783
+ }
28645
28784
  },
28646
28785
  {
28647
28786
  "kind": "method",
28648
28787
  "name": "changeToDefault",
28649
- "privacy": "public"
28788
+ "privacy": "public",
28789
+ "inheritedFrom": {
28790
+ "name": "MicrophoneButton",
28791
+ "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
28792
+ }
28650
28793
  },
28651
28794
  {
28652
28795
  "kind": "method",
28653
28796
  "name": "changeToCommandMode",
28654
- "privacy": "public"
28797
+ "privacy": "public",
28798
+ "inheritedFrom": {
28799
+ "name": "MicrophoneButton",
28800
+ "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
28801
+ }
28655
28802
  },
28656
28803
  {
28657
28804
  "kind": "method",
28658
28805
  "name": "changeToUnsupported",
28659
- "privacy": "public"
28806
+ "privacy": "public",
28807
+ "inheritedFrom": {
28808
+ "name": "MicrophoneButton",
28809
+ "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
28810
+ }
28660
28811
  },
28661
28812
  {
28662
28813
  "kind": "method",
@@ -28669,7 +28820,11 @@
28669
28820
  "text": "'default' | 'active' | 'command'"
28670
28821
  }
28671
28822
  }
28672
- ]
28823
+ ],
28824
+ "inheritedFrom": {
28825
+ "name": "MicrophoneButton",
28826
+ "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
28827
+ }
28673
28828
  },
28674
28829
  {
28675
28830
  "kind": "field",
@@ -28866,125 +29021,129 @@
28866
29021
  }
28867
29022
  ],
28868
29023
  "superclass": {
28869
- "name": "InputButton",
28870
- "module": "/src/views/chat/input/buttons/inputButton"
29024
+ "name": "MicrophoneButton",
29025
+ "module": "/src/views/chat/input/buttons/microphone/microphoneButton"
28871
29026
  }
28872
29027
  }
28873
29028
  ],
28874
29029
  "exports": [
28875
29030
  {
28876
29031
  "kind": "js",
28877
- "name": "MicrophoneButton",
29032
+ "name": "RecordAudio",
28878
29033
  "declaration": {
28879
- "name": "MicrophoneButton",
28880
- "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
29034
+ "name": "RecordAudio",
29035
+ "module": "src/views/chat/input/buttons/microphone/recordAudio.ts"
28881
29036
  }
28882
29037
  }
28883
29038
  ]
28884
29039
  },
28885
29040
  {
28886
29041
  "kind": "javascript-module",
28887
- "path": "src/views/chat/input/buttons/microphone/recordAudio.ts",
29042
+ "path": "src/views/chat/input/buttons/microphone/speechToText.ts",
28888
29043
  "declarations": [
28889
29044
  {
28890
29045
  "kind": "class",
28891
29046
  "description": "",
28892
- "name": "RecordAudio",
29047
+ "name": "SpeechToText",
28893
29048
  "members": [
28894
29049
  {
28895
29050
  "kind": "field",
28896
- "name": "_mediaRecorder",
28897
- "type": {
28898
- "text": "MediaRecorder | undefined"
28899
- },
28900
- "privacy": "private"
28901
- },
28902
- {
28903
- "kind": "field",
28904
- "name": "_mediaStream",
28905
- "type": {
28906
- "text": "MediaStream | undefined"
28907
- },
28908
- "privacy": "private"
28909
- },
28910
- {
28911
- "kind": "field",
28912
- "name": "_waitingForBrowserApproval",
28913
- "type": {
28914
- "text": "boolean"
28915
- },
28916
- "privacy": "private",
28917
- "default": "false"
28918
- },
28919
- {
28920
- "kind": "field",
28921
- "name": "_audioType",
29051
+ "name": "_addErrorMessage",
28922
29052
  "type": {
28923
- "text": "AudioFileAttachmentType"
29053
+ "text": "AddErrorMessage"
28924
29054
  },
28925
29055
  "privacy": "private",
28926
- "default": "audioType"
28927
- },
28928
- {
28929
- "kind": "field",
28930
- "name": "_extension",
28931
- "type": {
28932
- "text": "AudioFormat"
28933
- },
28934
- "privacy": "private"
28935
- },
28936
- {
28937
- "kind": "field",
28938
- "name": "_maxDurationSeconds",
28939
- "type": {
28940
- "text": "number | undefined"
28941
- },
28942
- "privacy": "private"
28943
- },
28944
- {
28945
- "kind": "field",
28946
- "name": "_newFilePrefix",
28947
- "type": {
28948
- "text": "string | undefined"
28949
- },
28950
- "privacy": "private"
28951
- },
28952
- {
28953
- "kind": "method",
28954
- "name": "buttonClick",
28955
- "privacy": "private"
29056
+ "default": "addErrorMessage"
28956
29057
  },
28957
29058
  {
28958
29059
  "kind": "method",
28959
- "name": "stop",
29060
+ "name": "processConfiguration",
28960
29061
  "privacy": "private",
29062
+ "static": true,
28961
29063
  "return": {
28962
29064
  "type": {
28963
- "text": "Promise<void>"
29065
+ "text": "{serviceName: string, processedConfig: ProcessedConfig}"
28964
29066
  }
28965
- }
28966
- },
28967
- {
28968
- "kind": "method",
28969
- "name": "record",
28970
- "privacy": "private"
28971
- },
28972
- {
28973
- "kind": "method",
28974
- "name": "createFile",
28975
- "privacy": "private",
29067
+ },
28976
29068
  "parameters": [
28977
29069
  {
28978
- "name": "event",
29070
+ "name": "textInput",
28979
29071
  "type": {
28980
- "text": "BlobEvent"
29072
+ "text": "TextInputEl"
28981
29073
  }
28982
- }
28983
- ]
29074
+ },
29075
+ {
29076
+ "name": "config",
29077
+ "optional": true,
29078
+ "type": {
29079
+ "text": "boolean | SpeechToTextConfig"
29080
+ }
29081
+ }
29082
+ ]
28984
29083
  },
28985
29084
  {
28986
- "kind": "field",
28987
- "name": "onclick"
29085
+ "kind": "method",
29086
+ "name": "getServiceName",
29087
+ "privacy": "private",
29088
+ "static": true,
29089
+ "parameters": [
29090
+ {
29091
+ "name": "config",
29092
+ "type": {
29093
+ "text": "SpeechToTextConfig"
29094
+ }
29095
+ }
29096
+ ]
29097
+ },
29098
+ {
29099
+ "kind": "method",
29100
+ "name": "buttonClick",
29101
+ "privacy": "private",
29102
+ "parameters": [
29103
+ {
29104
+ "name": "textInput",
29105
+ "type": {
29106
+ "text": "TextInputEl"
29107
+ }
29108
+ },
29109
+ {
29110
+ "name": "isInputEnabled",
29111
+ "type": {
29112
+ "text": "boolean"
29113
+ }
29114
+ },
29115
+ {
29116
+ "name": "serviceName",
29117
+ "type": {
29118
+ "text": "string"
29119
+ }
29120
+ },
29121
+ {
29122
+ "name": "config",
29123
+ "optional": true,
29124
+ "type": {
29125
+ "text": "SpeechToTextConfig"
29126
+ }
29127
+ }
29128
+ ]
29129
+ },
29130
+ {
29131
+ "kind": "method",
29132
+ "name": "onCommandModeTrigger",
29133
+ "privacy": "private",
29134
+ "parameters": [
29135
+ {
29136
+ "name": "isStart",
29137
+ "type": {
29138
+ "text": "boolean"
29139
+ }
29140
+ }
29141
+ ]
29142
+ },
29143
+ {
29144
+ "kind": "method",
29145
+ "name": "onError",
29146
+ "privacy": "private"
28988
29147
  },
28989
29148
  {
28990
29149
  "kind": "field",
@@ -29334,806 +29493,647 @@
29334
29493
  "exports": [
29335
29494
  {
29336
29495
  "kind": "js",
29337
- "name": "RecordAudio",
29496
+ "name": "SpeechToText",
29338
29497
  "declaration": {
29339
- "name": "RecordAudio",
29340
- "module": "src/views/chat/input/buttons/microphone/recordAudio.ts"
29498
+ "name": "SpeechToText",
29499
+ "module": "src/views/chat/input/buttons/microphone/speechToText.ts"
29341
29500
  }
29342
29501
  }
29343
29502
  ]
29344
29503
  },
29345
29504
  {
29346
29505
  "kind": "javascript-module",
29347
- "path": "src/views/chat/input/buttons/microphone/speechToText.ts",
29506
+ "path": "src/views/chat/input/buttons/styleAdjustments/inputButtonPositions.ts",
29348
29507
  "declarations": [
29349
29508
  {
29350
29509
  "kind": "class",
29351
29510
  "description": "",
29352
- "name": "SpeechToText",
29511
+ "name": "InputButtonPositions",
29353
29512
  "members": [
29354
- {
29355
- "kind": "field",
29356
- "name": "_addErrorMessage",
29357
- "type": {
29358
- "text": "AddErrorMessage"
29359
- },
29360
- "privacy": "private",
29361
- "default": "addErrorMessage"
29362
- },
29363
29513
  {
29364
29514
  "kind": "method",
29365
- "name": "processConfiguration",
29515
+ "name": "addToDropup",
29366
29516
  "privacy": "private",
29367
29517
  "static": true,
29368
- "return": {
29369
- "type": {
29370
- "text": "{serviceName: string, processedConfig: ProcessedConfig}"
29371
- }
29372
- },
29373
29518
  "parameters": [
29374
29519
  {
29375
- "name": "textInput",
29520
+ "name": "buttonContainers",
29376
29521
  "type": {
29377
- "text": "TextInputEl"
29522
+ "text": "ButtonContainersT"
29378
29523
  }
29379
29524
  },
29380
29525
  {
29381
- "name": "config",
29526
+ "name": "positions",
29527
+ "type": {
29528
+ "text": "Positions"
29529
+ }
29530
+ },
29531
+ {
29532
+ "name": "containerElement",
29533
+ "type": {
29534
+ "text": "HTMLElement"
29535
+ }
29536
+ },
29537
+ {
29538
+ "name": "dropupStyles",
29382
29539
  "optional": true,
29383
29540
  "type": {
29384
- "text": "boolean | SpeechToTextConfig"
29541
+ "text": "DropupStyles"
29385
29542
  }
29386
29543
  }
29387
29544
  ]
29388
29545
  },
29389
29546
  {
29390
29547
  "kind": "method",
29391
- "name": "getServiceName",
29548
+ "name": "addToSideContainer",
29392
29549
  "privacy": "private",
29393
29550
  "static": true,
29394
29551
  "parameters": [
29395
29552
  {
29396
- "name": "config",
29553
+ "name": "buttonContainers",
29397
29554
  "type": {
29398
- "text": "SpeechToTextConfig"
29555
+ "text": "ButtonContainersT"
29556
+ }
29557
+ },
29558
+ {
29559
+ "name": "positions",
29560
+ "type": {
29561
+ "text": "Positions"
29399
29562
  }
29400
29563
  }
29401
29564
  ]
29402
29565
  },
29403
29566
  {
29404
29567
  "kind": "method",
29405
- "name": "buttonClick",
29568
+ "name": "setPosition",
29406
29569
  "privacy": "private",
29570
+ "static": true,
29407
29571
  "parameters": [
29408
29572
  {
29409
- "name": "textInput",
29410
- "type": {
29411
- "text": "TextInputEl"
29412
- }
29413
- },
29414
- {
29415
- "name": "isInputEnabled",
29573
+ "name": "buttonsObj",
29416
29574
  "type": {
29417
- "text": "boolean"
29575
+ "text": "Buttons"
29418
29576
  }
29419
29577
  },
29420
29578
  {
29421
- "name": "serviceName",
29579
+ "name": "buttonType",
29422
29580
  "type": {
29423
- "text": "string"
29581
+ "text": "keyof Buttons"
29424
29582
  }
29425
29583
  },
29426
29584
  {
29427
- "name": "config",
29428
- "optional": true,
29585
+ "name": "positionButtons",
29429
29586
  "type": {
29430
- "text": "SpeechToTextConfig"
29587
+ "text": "ButtonProps[]"
29431
29588
  }
29432
29589
  }
29433
29590
  ]
29434
29591
  },
29435
29592
  {
29436
29593
  "kind": "method",
29437
- "name": "onCommandModeTrigger",
29594
+ "name": "createPositionsObj",
29438
29595
  "privacy": "private",
29439
- "parameters": [
29440
- {
29441
- "name": "isStart",
29442
- "type": {
29443
- "text": "boolean"
29444
- }
29596
+ "static": true,
29597
+ "return": {
29598
+ "type": {
29599
+ "text": "Positions"
29445
29600
  }
29446
- ]
29447
- },
29448
- {
29449
- "kind": "method",
29450
- "name": "onError",
29451
- "privacy": "private"
29452
- },
29453
- {
29454
- "kind": "field",
29455
- "name": "_innerElements",
29456
- "type": {
29457
- "text": "DefinedButtonInnerElements<Styles>"
29458
- },
29459
- "privacy": "private",
29460
- "inheritedFrom": {
29461
- "name": "MicrophoneButton",
29462
- "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
29463
- }
29464
- },
29465
- {
29466
- "kind": "field",
29467
- "name": "isActive",
29468
- "type": {
29469
- "text": "boolean"
29470
- },
29471
- "default": "false",
29472
- "inheritedFrom": {
29473
- "name": "MicrophoneButton",
29474
- "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
29475
29601
  }
29476
29602
  },
29477
29603
  {
29478
29604
  "kind": "method",
29479
- "name": "createInnerElements",
29605
+ "name": "generatePositions",
29480
29606
  "privacy": "private",
29607
+ "static": true,
29608
+ "return": {
29609
+ "type": {
29610
+ "text": "Positions"
29611
+ }
29612
+ },
29481
29613
  "parameters": [
29482
29614
  {
29483
- "name": "customStyles",
29484
- "optional": true,
29615
+ "name": "buttonsObj",
29485
29616
  "type": {
29486
- "text": "Styles"
29617
+ "text": "Buttons"
29487
29618
  }
29488
29619
  }
29489
- ],
29490
- "inheritedFrom": {
29491
- "name": "MicrophoneButton",
29492
- "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
29493
- }
29620
+ ]
29494
29621
  },
29495
29622
  {
29496
29623
  "kind": "method",
29497
- "name": "createInnerElement",
29498
- "privacy": "private",
29624
+ "name": "addButtons",
29625
+ "privacy": "public",
29626
+ "static": true,
29499
29627
  "parameters": [
29500
29628
  {
29501
- "name": "baseButton",
29629
+ "name": "buttonContainers",
29502
29630
  "type": {
29503
- "text": "SVGGraphicsElement"
29631
+ "text": "ButtonContainersT"
29504
29632
  }
29505
29633
  },
29506
29634
  {
29507
- "name": "state",
29635
+ "name": "buttons",
29508
29636
  "type": {
29509
- "text": "keyof MicrophoneButton['_innerElements']"
29637
+ "text": "Buttons"
29510
29638
  }
29511
29639
  },
29512
29640
  {
29513
- "name": "customStyles",
29641
+ "name": "container",
29642
+ "type": {
29643
+ "text": "HTMLElement"
29644
+ }
29645
+ },
29646
+ {
29647
+ "name": "dropupStyles",
29514
29648
  "optional": true,
29515
29649
  "type": {
29516
- "text": "Styles"
29650
+ "text": "DropupStyles"
29517
29651
  }
29518
29652
  }
29519
- ],
29520
- "inheritedFrom": {
29521
- "name": "MicrophoneButton",
29522
- "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
29523
- }
29524
- },
29525
- {
29526
- "kind": "method",
29527
- "name": "createMicrophoneElement",
29528
- "privacy": "private",
29529
- "static": true,
29530
- "inheritedFrom": {
29531
- "name": "MicrophoneButton",
29532
- "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
29533
- }
29534
- },
29535
- {
29536
- "kind": "method",
29537
- "name": "createSVGIconElement",
29538
- "privacy": "private",
29539
- "static": true,
29540
- "inheritedFrom": {
29541
- "name": "MicrophoneButton",
29542
- "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
29543
- }
29544
- },
29545
- {
29546
- "kind": "method",
29547
- "name": "changeToActive",
29548
- "privacy": "public",
29549
- "inheritedFrom": {
29550
- "name": "MicrophoneButton",
29551
- "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
29552
- }
29553
- },
29554
- {
29555
- "kind": "method",
29556
- "name": "changeToDefault",
29557
- "privacy": "public",
29558
- "inheritedFrom": {
29559
- "name": "MicrophoneButton",
29560
- "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
29561
- }
29562
- },
29563
- {
29564
- "kind": "method",
29565
- "name": "changeToCommandMode",
29566
- "privacy": "public",
29567
- "inheritedFrom": {
29568
- "name": "MicrophoneButton",
29569
- "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
29570
- }
29571
- },
29572
- {
29573
- "kind": "method",
29574
- "name": "changeToUnsupported",
29575
- "privacy": "public",
29576
- "inheritedFrom": {
29577
- "name": "MicrophoneButton",
29578
- "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
29579
- }
29580
- },
29581
- {
29582
- "kind": "method",
29583
- "name": "toggleIconFilter",
29584
- "privacy": "private",
29585
- "parameters": [
29586
- {
29587
- "name": "mode",
29588
- "type": {
29589
- "text": "'default' | 'active' | 'command'"
29590
- }
29591
- }
29592
- ],
29593
- "inheritedFrom": {
29594
- "name": "MicrophoneButton",
29595
- "module": "src/views/chat/input/buttons/microphone/microphoneButton.ts"
29596
- }
29597
- },
29598
- {
29599
- "kind": "field",
29600
- "name": "elementRef",
29601
- "type": {
29602
- "text": "HTMLElement"
29603
- },
29604
- "default": "buttonElement",
29605
- "inheritedFrom": {
29606
- "name": "InputButton",
29607
- "module": "src/views/chat/input/buttons/inputButton.ts"
29608
- }
29609
- },
29653
+ ]
29654
+ }
29655
+ ]
29656
+ }
29657
+ ],
29658
+ "exports": [
29659
+ {
29660
+ "kind": "js",
29661
+ "name": "InputButtonPositions",
29662
+ "declaration": {
29663
+ "name": "InputButtonPositions",
29664
+ "module": "src/views/chat/input/buttons/styleAdjustments/inputButtonPositions.ts"
29665
+ }
29666
+ }
29667
+ ]
29668
+ },
29669
+ {
29670
+ "kind": "javascript-module",
29671
+ "path": "src/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.ts",
29672
+ "declarations": [
29673
+ {
29674
+ "kind": "class",
29675
+ "description": "",
29676
+ "name": "InputButtonStyleAdjustments",
29677
+ "members": [
29610
29678
  {
29611
29679
  "kind": "field",
29612
- "name": "_mouseState",
29680
+ "name": "INPUT_OUTSIDE_LEFT_ADJUSTMENT_CLASS",
29613
29681
  "type": {
29614
- "text": "MouseState"
29682
+ "text": "string"
29615
29683
  },
29616
- "privacy": "protected",
29617
- "default": "{state: 'default'}",
29618
- "inheritedFrom": {
29619
- "name": "InputButton",
29620
- "module": "src/views/chat/input/buttons/inputButton.ts"
29621
- }
29684
+ "privacy": "private",
29685
+ "static": true,
29686
+ "default": "'text-input-container-left-adjustment'"
29622
29687
  },
29623
29688
  {
29624
29689
  "kind": "field",
29625
- "name": "_customStyles",
29690
+ "name": "INPUT_OUTSIDE_RIGHT_ADJUSTMENT_CLASS",
29626
29691
  "type": {
29627
- "text": "T | undefined"
29692
+ "text": "string"
29628
29693
  },
29629
- "privacy": "protected",
29630
- "default": "customStyles",
29631
- "inheritedFrom": {
29632
- "name": "InputButton",
29633
- "module": "src/views/chat/input/buttons/inputButton.ts"
29634
- }
29694
+ "privacy": "private",
29695
+ "static": true,
29696
+ "default": "'text-input-container-right-adjustment'"
29635
29697
  },
29636
29698
  {
29637
29699
  "kind": "field",
29638
- "name": "position",
29700
+ "name": "INPUT_OUTSIDE_LEFT_SMALL_ADJUSTMENT_CLASS",
29639
29701
  "type": {
29640
- "text": "ButtonPositionT | undefined"
29702
+ "text": "string"
29641
29703
  },
29642
- "default": "position",
29643
- "inheritedFrom": {
29644
- "name": "InputButton",
29645
- "module": "src/views/chat/input/buttons/inputButton.ts"
29646
- }
29704
+ "privacy": "private",
29705
+ "static": true,
29706
+ "default": "'text-input-container-left-small-adjustment'"
29647
29707
  },
29648
29708
  {
29649
29709
  "kind": "field",
29650
- "name": "dropupText",
29710
+ "name": "INPUT_OUTSIDE_RIGHT_SMALL_ADJUSTMENT_CLASS",
29651
29711
  "type": {
29652
- "text": "string | undefined"
29712
+ "text": "string"
29653
29713
  },
29654
- "default": "dropupText",
29655
- "inheritedFrom": {
29656
- "name": "InputButton",
29657
- "module": "src/views/chat/input/buttons/inputButton.ts"
29658
- }
29714
+ "privacy": "private",
29715
+ "static": true,
29716
+ "default": "'text-input-container-right-small-adjustment'"
29659
29717
  },
29660
29718
  {
29661
29719
  "kind": "method",
29662
- "name": "buttonMouseLeave",
29720
+ "name": "adjustInputPadding",
29663
29721
  "privacy": "private",
29722
+ "static": true,
29664
29723
  "parameters": [
29665
29724
  {
29666
- "name": "customStyles",
29667
- "optional": true,
29725
+ "name": "textInputEl",
29668
29726
  "type": {
29669
- "text": "ButtonStyles"
29727
+ "text": "HTMLElement"
29670
29728
  }
29671
- }
29672
- ],
29673
- "inheritedFrom": {
29674
- "name": "InputButton",
29675
- "module": "src/views/chat/input/buttons/inputButton.ts"
29676
- }
29677
- },
29678
- {
29679
- "kind": "method",
29680
- "name": "buttonMouseEnter",
29681
- "privacy": "private",
29682
- "parameters": [
29729
+ },
29683
29730
  {
29684
- "name": "customStyles",
29685
- "optional": true,
29731
+ "name": "positions",
29686
29732
  "type": {
29687
- "text": "ButtonStyles"
29733
+ "text": "Positions"
29688
29734
  }
29689
29735
  }
29690
- ],
29691
- "inheritedFrom": {
29692
- "name": "InputButton",
29693
- "module": "src/views/chat/input/buttons/inputButton.ts"
29694
- }
29736
+ ]
29695
29737
  },
29696
29738
  {
29697
29739
  "kind": "method",
29698
- "name": "buttonMouseUp",
29740
+ "name": "adjustForOutsideButton",
29699
29741
  "privacy": "private",
29742
+ "static": true,
29700
29743
  "parameters": [
29701
29744
  {
29702
- "name": "customStyles",
29703
- "optional": true,
29745
+ "name": "containers",
29704
29746
  "type": {
29705
- "text": "ButtonStyles"
29747
+ "text": "ButtonContainersT"
29706
29748
  }
29707
- }
29708
- ],
29709
- "inheritedFrom": {
29710
- "name": "InputButton",
29711
- "module": "src/views/chat/input/buttons/inputButton.ts"
29712
- }
29713
- },
29714
- {
29715
- "kind": "method",
29716
- "name": "buttonMouseDown",
29717
- "privacy": "private",
29718
- "parameters": [
29749
+ },
29719
29750
  {
29720
- "name": "customStyles",
29721
- "optional": true,
29751
+ "name": "fileAtt",
29722
29752
  "type": {
29723
- "text": "ButtonStyles"
29753
+ "text": "HTMLElement"
29754
+ }
29755
+ },
29756
+ {
29757
+ "name": "positions",
29758
+ "type": {
29759
+ "text": "Positions"
29724
29760
  }
29725
29761
  }
29726
- ],
29727
- "inheritedFrom": {
29728
- "name": "InputButton",
29729
- "module": "src/views/chat/input/buttons/inputButton.ts"
29730
- }
29762
+ ]
29731
29763
  },
29732
29764
  {
29733
29765
  "kind": "method",
29734
- "name": "setEvents",
29766
+ "name": "adjustOutsideSubmit",
29735
29767
  "privacy": "private",
29768
+ "static": true,
29736
29769
  "parameters": [
29737
29770
  {
29738
- "name": "customStyles",
29739
- "optional": true,
29771
+ "name": "containers",
29740
29772
  "type": {
29741
- "text": "ButtonStyles"
29773
+ "text": "ButtonContainersT"
29742
29774
  }
29743
- }
29744
- ],
29745
- "inheritedFrom": {
29746
- "name": "InputButton",
29747
- "module": "src/views/chat/input/buttons/inputButton.ts"
29748
- }
29749
- },
29750
- {
29751
- "kind": "method",
29752
- "name": "unsetCustomStateStyles",
29753
- "privacy": "public",
29754
- "parameters": [
29775
+ },
29755
29776
  {
29756
- "name": "unsetTypes",
29777
+ "name": "fileAtt",
29757
29778
  "type": {
29758
- "text": "(keyof T)[]"
29779
+ "text": "HTMLElement"
29780
+ }
29781
+ },
29782
+ {
29783
+ "name": "positions",
29784
+ "type": {
29785
+ "text": "Positions"
29759
29786
  }
29760
29787
  }
29761
- ],
29762
- "inheritedFrom": {
29763
- "name": "InputButton",
29764
- "module": "src/views/chat/input/buttons/inputButton.ts"
29765
- }
29788
+ ]
29766
29789
  },
29767
29790
  {
29768
29791
  "kind": "method",
29769
- "name": "reapplyStateStyle",
29792
+ "name": "set",
29770
29793
  "privacy": "public",
29794
+ "static": true,
29771
29795
  "parameters": [
29772
29796
  {
29773
- "name": "setType",
29797
+ "name": "textInputEl",
29774
29798
  "type": {
29775
- "text": "keyof T"
29799
+ "text": "HTMLElement"
29776
29800
  }
29777
29801
  },
29778
29802
  {
29779
- "name": "unsetTypes",
29780
- "optional": true,
29803
+ "name": "containers",
29781
29804
  "type": {
29782
- "text": "(keyof T)[]"
29805
+ "text": "ButtonContainersT"
29806
+ }
29807
+ },
29808
+ {
29809
+ "name": "fileAtt",
29810
+ "type": {
29811
+ "text": "HTMLElement"
29812
+ }
29813
+ },
29814
+ {
29815
+ "name": "positions",
29816
+ "type": {
29817
+ "text": "Positions"
29783
29818
  }
29784
29819
  }
29785
- ],
29786
- "inheritedFrom": {
29787
- "name": "InputButton",
29788
- "module": "src/views/chat/input/buttons/inputButton.ts"
29789
- }
29820
+ ]
29790
29821
  }
29791
- ],
29792
- "superclass": {
29793
- "name": "MicrophoneButton",
29794
- "module": "/src/views/chat/input/buttons/microphone/microphoneButton"
29795
- }
29822
+ ]
29796
29823
  }
29797
29824
  ],
29798
29825
  "exports": [
29799
29826
  {
29800
29827
  "kind": "js",
29801
- "name": "SpeechToText",
29828
+ "name": "InputButtonStyleAdjustments",
29802
29829
  "declaration": {
29803
- "name": "SpeechToText",
29804
- "module": "src/views/chat/input/buttons/microphone/speechToText.ts"
29830
+ "name": "InputButtonStyleAdjustments",
29831
+ "module": "src/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.ts"
29805
29832
  }
29806
29833
  }
29807
29834
  ]
29808
29835
  },
29809
29836
  {
29810
29837
  "kind": "javascript-module",
29811
- "path": "src/views/chat/input/buttons/styleAdjustments/inputButtonPositions.ts",
29838
+ "path": "src/views/chat/input/buttons/camera/cameraButton.ts",
29812
29839
  "declarations": [
29813
29840
  {
29814
29841
  "kind": "class",
29815
29842
  "description": "",
29816
- "name": "InputButtonPositions",
29843
+ "name": "CameraButton",
29817
29844
  "members": [
29818
29845
  {
29819
29846
  "kind": "method",
29820
- "name": "addToDropup",
29847
+ "name": "createInnerElements",
29821
29848
  "privacy": "private",
29822
- "static": true,
29823
29849
  "parameters": [
29824
29850
  {
29825
- "name": "buttonContainers",
29826
- "type": {
29827
- "text": "ButtonContainersT"
29828
- }
29829
- },
29830
- {
29831
- "name": "positions",
29832
- "type": {
29833
- "text": "Positions"
29834
- }
29835
- },
29836
- {
29837
- "name": "containerElement",
29838
- "type": {
29839
- "text": "HTMLElement"
29840
- }
29841
- },
29842
- {
29843
- "name": "dropupStyles",
29851
+ "name": "customStyles",
29844
29852
  "optional": true,
29845
29853
  "type": {
29846
- "text": "DropupStyles"
29847
- }
29848
- }
29849
- ]
29850
- },
29851
- {
29852
- "kind": "method",
29853
- "name": "addToSideContainer",
29854
- "privacy": "private",
29855
- "static": true,
29856
- "parameters": [
29857
- {
29858
- "name": "buttonContainers",
29859
- "type": {
29860
- "text": "ButtonContainersT"
29861
- }
29862
- },
29863
- {
29864
- "name": "positions",
29865
- "type": {
29866
- "text": "Positions"
29854
+ "text": "Styles"
29867
29855
  }
29868
29856
  }
29869
29857
  ]
29870
29858
  },
29871
29859
  {
29872
29860
  "kind": "method",
29873
- "name": "setPosition",
29861
+ "name": "createInnerElement",
29874
29862
  "privacy": "private",
29875
- "static": true,
29876
29863
  "parameters": [
29877
29864
  {
29878
- "name": "buttonsObj",
29865
+ "name": "baseButton",
29879
29866
  "type": {
29880
- "text": "Buttons"
29867
+ "text": "SVGGraphicsElement"
29881
29868
  }
29882
29869
  },
29883
29870
  {
29884
- "name": "buttonType",
29871
+ "name": "state",
29885
29872
  "type": {
29886
- "text": "keyof Buttons"
29873
+ "text": "'styles'"
29887
29874
  }
29888
29875
  },
29889
29876
  {
29890
- "name": "positionButtons",
29877
+ "name": "customStyles",
29878
+ "optional": true,
29891
29879
  "type": {
29892
- "text": "ButtonProps[]"
29880
+ "text": "Styles"
29893
29881
  }
29894
29882
  }
29895
29883
  ]
29896
29884
  },
29897
29885
  {
29898
29886
  "kind": "method",
29899
- "name": "createPositionsObj",
29887
+ "name": "createButtonElement",
29900
29888
  "privacy": "private",
29901
- "static": true,
29902
- "return": {
29903
- "type": {
29904
- "text": "Positions"
29905
- }
29906
- }
29889
+ "static": true
29907
29890
  },
29908
29891
  {
29909
29892
  "kind": "method",
29910
- "name": "generatePositions",
29893
+ "name": "createSVGIconElement",
29911
29894
  "privacy": "private",
29912
- "static": true,
29913
- "return": {
29914
- "type": {
29915
- "text": "Positions"
29916
- }
29917
- },
29918
- "parameters": [
29919
- {
29920
- "name": "buttonsObj",
29921
- "type": {
29922
- "text": "Buttons"
29923
- }
29924
- }
29925
- ]
29895
+ "static": true
29926
29896
  },
29927
29897
  {
29928
- "kind": "method",
29929
- "name": "addButtons",
29930
- "privacy": "public",
29931
- "static": true,
29898
+ "kind": "method",
29899
+ "name": "addClickEvent",
29900
+ "privacy": "private",
29932
29901
  "parameters": [
29933
29902
  {
29934
- "name": "buttonContainers",
29903
+ "name": "containerElement",
29935
29904
  "type": {
29936
- "text": "ButtonContainersT"
29905
+ "text": "HTMLElement"
29937
29906
  }
29938
29907
  },
29939
29908
  {
29940
- "name": "buttons",
29909
+ "name": "fileAttachmentsType",
29941
29910
  "type": {
29942
- "text": "Buttons"
29911
+ "text": "FileAttachmentsType"
29943
29912
  }
29944
29913
  },
29945
29914
  {
29946
- "name": "container",
29915
+ "name": "modalContainerStyle",
29916
+ "optional": true,
29947
29917
  "type": {
29948
- "text": "HTMLElement"
29918
+ "text": "CustomStyle"
29949
29919
  }
29950
29920
  },
29951
29921
  {
29952
- "name": "dropupStyles",
29922
+ "name": "cameraFiles",
29953
29923
  "optional": true,
29954
29924
  "type": {
29955
- "text": "DropupStyles"
29925
+ "text": "CameraFiles"
29956
29926
  }
29957
29927
  }
29958
29928
  ]
29959
- }
29960
- ]
29961
- }
29962
- ],
29963
- "exports": [
29964
- {
29965
- "kind": "js",
29966
- "name": "InputButtonPositions",
29967
- "declaration": {
29968
- "name": "InputButtonPositions",
29969
- "module": "src/views/chat/input/buttons/styleAdjustments/inputButtonPositions.ts"
29970
- }
29971
- }
29972
- ]
29973
- },
29974
- {
29975
- "kind": "javascript-module",
29976
- "path": "src/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.ts",
29977
- "declarations": [
29978
- {
29979
- "kind": "class",
29980
- "description": "",
29981
- "name": "InputButtonStyleAdjustments",
29982
- "members": [
29929
+ },
29983
29930
  {
29984
29931
  "kind": "field",
29985
- "name": "INPUT_OUTSIDE_LEFT_ADJUSTMENT_CLASS",
29932
+ "name": "elementRef",
29986
29933
  "type": {
29987
- "text": "string"
29934
+ "text": "HTMLElement"
29988
29935
  },
29989
- "privacy": "private",
29990
- "static": true,
29991
- "default": "'text-input-container-left-adjustment'"
29936
+ "default": "buttonElement",
29937
+ "inheritedFrom": {
29938
+ "name": "InputButton",
29939
+ "module": "src/views/chat/input/buttons/inputButton.ts"
29940
+ }
29992
29941
  },
29993
29942
  {
29994
29943
  "kind": "field",
29995
- "name": "INPUT_OUTSIDE_RIGHT_ADJUSTMENT_CLASS",
29944
+ "name": "_mouseState",
29996
29945
  "type": {
29997
- "text": "string"
29946
+ "text": "MouseState"
29998
29947
  },
29999
- "privacy": "private",
30000
- "static": true,
30001
- "default": "'text-input-container-right-adjustment'"
29948
+ "privacy": "protected",
29949
+ "default": "{state: 'default'}",
29950
+ "inheritedFrom": {
29951
+ "name": "InputButton",
29952
+ "module": "src/views/chat/input/buttons/inputButton.ts"
29953
+ }
30002
29954
  },
30003
29955
  {
30004
29956
  "kind": "field",
30005
- "name": "INPUT_OUTSIDE_LEFT_SMALL_ADJUSTMENT_CLASS",
29957
+ "name": "_customStyles",
30006
29958
  "type": {
30007
- "text": "string"
29959
+ "text": "T | undefined"
30008
29960
  },
30009
- "privacy": "private",
30010
- "static": true,
30011
- "default": "'text-input-container-left-small-adjustment'"
29961
+ "privacy": "protected",
29962
+ "default": "customStyles",
29963
+ "inheritedFrom": {
29964
+ "name": "InputButton",
29965
+ "module": "src/views/chat/input/buttons/inputButton.ts"
29966
+ }
30012
29967
  },
30013
29968
  {
30014
29969
  "kind": "field",
30015
- "name": "INPUT_OUTSIDE_RIGHT_SMALL_ADJUSTMENT_CLASS",
29970
+ "name": "position",
30016
29971
  "type": {
30017
- "text": "string"
29972
+ "text": "ButtonPositionT | undefined"
30018
29973
  },
30019
- "privacy": "private",
30020
- "static": true,
30021
- "default": "'text-input-container-right-small-adjustment'"
29974
+ "default": "position",
29975
+ "inheritedFrom": {
29976
+ "name": "InputButton",
29977
+ "module": "src/views/chat/input/buttons/inputButton.ts"
29978
+ }
29979
+ },
29980
+ {
29981
+ "kind": "field",
29982
+ "name": "dropupText",
29983
+ "type": {
29984
+ "text": "string | undefined"
29985
+ },
29986
+ "default": "dropupText",
29987
+ "inheritedFrom": {
29988
+ "name": "InputButton",
29989
+ "module": "src/views/chat/input/buttons/inputButton.ts"
29990
+ }
30022
29991
  },
30023
29992
  {
30024
29993
  "kind": "method",
30025
- "name": "adjustInputPadding",
29994
+ "name": "buttonMouseLeave",
30026
29995
  "privacy": "private",
30027
- "static": true,
30028
29996
  "parameters": [
30029
29997
  {
30030
- "name": "textInputEl",
30031
- "type": {
30032
- "text": "HTMLElement"
30033
- }
30034
- },
30035
- {
30036
- "name": "positions",
29998
+ "name": "customStyles",
29999
+ "optional": true,
30037
30000
  "type": {
30038
- "text": "Positions"
30001
+ "text": "ButtonStyles"
30039
30002
  }
30040
30003
  }
30041
- ]
30004
+ ],
30005
+ "inheritedFrom": {
30006
+ "name": "InputButton",
30007
+ "module": "src/views/chat/input/buttons/inputButton.ts"
30008
+ }
30042
30009
  },
30043
30010
  {
30044
30011
  "kind": "method",
30045
- "name": "adjustForOutsideButton",
30012
+ "name": "buttonMouseEnter",
30046
30013
  "privacy": "private",
30047
- "static": true,
30048
30014
  "parameters": [
30049
30015
  {
30050
- "name": "containers",
30051
- "type": {
30052
- "text": "ButtonContainersT"
30053
- }
30054
- },
30055
- {
30056
- "name": "fileAtt",
30057
- "type": {
30058
- "text": "HTMLElement"
30059
- }
30060
- },
30061
- {
30062
- "name": "positions",
30016
+ "name": "customStyles",
30017
+ "optional": true,
30063
30018
  "type": {
30064
- "text": "Positions"
30019
+ "text": "ButtonStyles"
30065
30020
  }
30066
30021
  }
30067
- ]
30022
+ ],
30023
+ "inheritedFrom": {
30024
+ "name": "InputButton",
30025
+ "module": "src/views/chat/input/buttons/inputButton.ts"
30026
+ }
30068
30027
  },
30069
30028
  {
30070
30029
  "kind": "method",
30071
- "name": "adjustOutsideSubmit",
30030
+ "name": "buttonMouseUp",
30072
30031
  "privacy": "private",
30073
- "static": true,
30074
30032
  "parameters": [
30075
30033
  {
30076
- "name": "containers",
30034
+ "name": "customStyles",
30035
+ "optional": true,
30077
30036
  "type": {
30078
- "text": "ButtonContainersT"
30037
+ "text": "ButtonStyles"
30079
30038
  }
30080
- },
30039
+ }
30040
+ ],
30041
+ "inheritedFrom": {
30042
+ "name": "InputButton",
30043
+ "module": "src/views/chat/input/buttons/inputButton.ts"
30044
+ }
30045
+ },
30046
+ {
30047
+ "kind": "method",
30048
+ "name": "buttonMouseDown",
30049
+ "privacy": "private",
30050
+ "parameters": [
30081
30051
  {
30082
- "name": "fileAtt",
30052
+ "name": "customStyles",
30053
+ "optional": true,
30083
30054
  "type": {
30084
- "text": "HTMLElement"
30055
+ "text": "ButtonStyles"
30085
30056
  }
30086
- },
30057
+ }
30058
+ ],
30059
+ "inheritedFrom": {
30060
+ "name": "InputButton",
30061
+ "module": "src/views/chat/input/buttons/inputButton.ts"
30062
+ }
30063
+ },
30064
+ {
30065
+ "kind": "method",
30066
+ "name": "setEvents",
30067
+ "privacy": "private",
30068
+ "parameters": [
30087
30069
  {
30088
- "name": "positions",
30070
+ "name": "customStyles",
30071
+ "optional": true,
30089
30072
  "type": {
30090
- "text": "Positions"
30073
+ "text": "ButtonStyles"
30091
30074
  }
30092
30075
  }
30093
- ]
30076
+ ],
30077
+ "inheritedFrom": {
30078
+ "name": "InputButton",
30079
+ "module": "src/views/chat/input/buttons/inputButton.ts"
30080
+ }
30094
30081
  },
30095
30082
  {
30096
30083
  "kind": "method",
30097
- "name": "set",
30084
+ "name": "unsetCustomStateStyles",
30098
30085
  "privacy": "public",
30099
- "static": true,
30100
30086
  "parameters": [
30101
30087
  {
30102
- "name": "textInputEl",
30103
- "type": {
30104
- "text": "HTMLElement"
30105
- }
30106
- },
30107
- {
30108
- "name": "containers",
30088
+ "name": "unsetTypes",
30109
30089
  "type": {
30110
- "text": "ButtonContainersT"
30090
+ "text": "(keyof T)[]"
30111
30091
  }
30112
- },
30092
+ }
30093
+ ],
30094
+ "inheritedFrom": {
30095
+ "name": "InputButton",
30096
+ "module": "src/views/chat/input/buttons/inputButton.ts"
30097
+ }
30098
+ },
30099
+ {
30100
+ "kind": "method",
30101
+ "name": "reapplyStateStyle",
30102
+ "privacy": "public",
30103
+ "parameters": [
30113
30104
  {
30114
- "name": "fileAtt",
30105
+ "name": "setType",
30115
30106
  "type": {
30116
- "text": "HTMLElement"
30107
+ "text": "keyof T"
30117
30108
  }
30118
30109
  },
30119
30110
  {
30120
- "name": "positions",
30111
+ "name": "unsetTypes",
30112
+ "optional": true,
30121
30113
  "type": {
30122
- "text": "Positions"
30114
+ "text": "(keyof T)[]"
30123
30115
  }
30124
30116
  }
30125
- ]
30117
+ ],
30118
+ "inheritedFrom": {
30119
+ "name": "InputButton",
30120
+ "module": "src/views/chat/input/buttons/inputButton.ts"
30121
+ }
30126
30122
  }
30127
- ]
30123
+ ],
30124
+ "superclass": {
30125
+ "name": "InputButton",
30126
+ "module": "/src/views/chat/input/buttons/inputButton"
30127
+ }
30128
30128
  }
30129
30129
  ],
30130
30130
  "exports": [
30131
30131
  {
30132
30132
  "kind": "js",
30133
- "name": "InputButtonStyleAdjustments",
30133
+ "name": "CameraButton",
30134
30134
  "declaration": {
30135
- "name": "InputButtonStyleAdjustments",
30136
- "module": "src/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.ts"
30135
+ "name": "CameraButton",
30136
+ "module": "src/views/chat/input/buttons/camera/cameraButton.ts"
30137
30137
  }
30138
30138
  }
30139
30139
  ]