deep-chat-dev 1.1.32 → 1.1.33

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.
@@ -395,6 +395,29 @@
395
395
  "name": "InternalHTML",
396
396
  "module": "src/utils/webComponent/internalHTML.ts"
397
397
  }
398
+ },
399
+ {
400
+ "kind": "method",
401
+ "name": "constructPropertyAccessors2",
402
+ "privacy": "private",
403
+ "parameters": [
404
+ {
405
+ "name": "attributeKey",
406
+ "type": {
407
+ "text": "string"
408
+ }
409
+ },
410
+ {
411
+ "name": "propertyKey",
412
+ "type": {
413
+ "text": "string"
414
+ }
415
+ }
416
+ ],
417
+ "inheritedFrom": {
418
+ "name": "InternalHTML",
419
+ "module": "src/utils/webComponent/internalHTML.ts"
420
+ }
398
421
  }
399
422
  ],
400
423
  "superclass": {
@@ -23394,6 +23417,25 @@
23394
23417
  }
23395
23418
  ]
23396
23419
  },
23420
+ {
23421
+ "kind": "method",
23422
+ "name": "constructPropertyAccessors2",
23423
+ "privacy": "private",
23424
+ "parameters": [
23425
+ {
23426
+ "name": "attributeKey",
23427
+ "type": {
23428
+ "text": "string"
23429
+ }
23430
+ },
23431
+ {
23432
+ "name": "propertyKey",
23433
+ "type": {
23434
+ "text": "string"
23435
+ }
23436
+ }
23437
+ ]
23438
+ },
23397
23439
  {
23398
23440
  "kind": "method",
23399
23441
  "name": "onRender"
@@ -24437,6 +24479,105 @@
24437
24479
  }
24438
24480
  ]
24439
24481
  },
24482
+ {
24483
+ "kind": "javascript-module",
24484
+ "path": "src/views/chat/introPanel/introPanel.ts",
24485
+ "declarations": [
24486
+ {
24487
+ "kind": "class",
24488
+ "description": "",
24489
+ "name": "IntroPanel",
24490
+ "members": [
24491
+ {
24492
+ "kind": "field",
24493
+ "name": "_elementRef",
24494
+ "type": {
24495
+ "text": "HTMLElement | undefined"
24496
+ }
24497
+ },
24498
+ {
24499
+ "kind": "field",
24500
+ "name": "_isDisplayed",
24501
+ "type": {
24502
+ "text": "boolean"
24503
+ },
24504
+ "privacy": "private",
24505
+ "default": "false"
24506
+ },
24507
+ {
24508
+ "kind": "method",
24509
+ "name": "createIntroPanel",
24510
+ "privacy": "private",
24511
+ "static": true,
24512
+ "parameters": [
24513
+ {
24514
+ "name": "introPanelStyle",
24515
+ "optional": true,
24516
+ "type": {
24517
+ "text": "CustomStyle"
24518
+ }
24519
+ }
24520
+ ]
24521
+ },
24522
+ {
24523
+ "kind": "method",
24524
+ "name": "createIntroPanelWithChild",
24525
+ "privacy": "private",
24526
+ "parameters": [
24527
+ {
24528
+ "name": "childElement",
24529
+ "type": {
24530
+ "text": "HTMLElement"
24531
+ }
24532
+ },
24533
+ {
24534
+ "name": "introPanelStyle",
24535
+ "optional": true,
24536
+ "type": {
24537
+ "text": "CustomStyle"
24538
+ }
24539
+ }
24540
+ ]
24541
+ },
24542
+ {
24543
+ "kind": "method",
24544
+ "name": "createInternalIntroPanel",
24545
+ "privacy": "private",
24546
+ "parameters": [
24547
+ {
24548
+ "name": "introPanelMarkUp",
24549
+ "type": {
24550
+ "text": "string"
24551
+ }
24552
+ },
24553
+ {
24554
+ "name": "introPanelStyle",
24555
+ "optional": true,
24556
+ "type": {
24557
+ "text": "CustomStyle"
24558
+ }
24559
+ }
24560
+ ]
24561
+ },
24562
+ {
24563
+ "kind": "method",
24564
+ "name": "hide",
24565
+ "privacy": "public"
24566
+ }
24567
+ ]
24568
+ }
24569
+ ],
24570
+ "exports": [
24571
+ {
24572
+ "kind": "js",
24573
+ "name": "IntroPanel",
24574
+ "declaration": {
24575
+ "name": "IntroPanel",
24576
+ "module": "src/views/chat/introPanel/introPanel.ts"
24577
+ }
24578
+ }
24579
+ ]
24580
+ },
24440
24581
  {
24441
24582
  "kind": "javascript-module",
24442
24583
  "path": "src/views/chat/messages/avatar.ts",
@@ -25875,105 +26016,6 @@
25875
26016
  }
25876
26017
  ]
25877
26018
  },
25878
- {
25879
- "kind": "javascript-module",
25880
- "path": "src/views/chat/introPanel/introPanel.ts",
25881
- "declarations": [
25882
- {
25883
- "kind": "class",
25884
- "description": "",
25885
- "name": "IntroPanel",
25886
- "members": [
25887
- {
25888
- "kind": "field",
25889
- "name": "_elementRef",
25890
- "type": {
25891
- "text": "HTMLElement | undefined"
25892
- }
25893
- },
25894
- {
25895
- "kind": "field",
25896
- "name": "_isDisplayed",
25897
- "type": {
25898
- "text": "boolean"
25899
- },
25900
- "privacy": "private",
25901
- "default": "false"
25902
- },
25903
- {
25904
- "kind": "method",
25905
- "name": "createIntroPanel",
25906
- "privacy": "private",
25907
- "static": true,
25908
- "parameters": [
25909
- {
25910
- "name": "introPanelStyle",
25911
- "optional": true,
25912
- "type": {
25913
- "text": "CustomStyle"
25914
- }
25915
- }
25916
- ]
25917
- },
25918
- {
25919
- "kind": "method",
25920
- "name": "createIntroPanelWithChild",
25921
- "privacy": "private",
25922
- "parameters": [
25923
- {
25924
- "name": "childElement",
25925
- "type": {
25926
- "text": "HTMLElement"
25927
- }
25928
- },
25929
- {
25930
- "name": "introPanelStyle",
25931
- "optional": true,
25932
- "type": {
25933
- "text": "CustomStyle"
25934
- }
25935
- }
25936
- ]
25937
- },
25938
- {
25939
- "kind": "method",
25940
- "name": "createInternalIntroPanel",
25941
- "privacy": "private",
25942
- "parameters": [
25943
- {
25944
- "name": "introPanelMarkUp",
25945
- "type": {
25946
- "text": "string"
25947
- }
25948
- },
25949
- {
25950
- "name": "introPanelStyle",
25951
- "optional": true,
25952
- "type": {
25953
- "text": "CustomStyle"
25954
- }
25955
- }
25956
- ]
25957
- },
25958
- {
25959
- "kind": "method",
25960
- "name": "hide",
25961
- "privacy": "public"
25962
- }
25963
- ]
25964
- }
25965
- ],
25966
- "exports": [
25967
- {
25968
- "kind": "js",
25969
- "name": "IntroPanel",
25970
- "declaration": {
25971
- "name": "IntroPanel",
25972
- "module": "src/views/chat/introPanel/introPanel.ts"
25973
- }
25974
- }
25975
- ]
25976
- },
25977
26019
  {
25978
26020
  "kind": "javascript-module",
25979
26021
  "path": "src/views/chat/input/buttonContainers/buttonContainers.ts",
@@ -26505,113 +26547,144 @@
26505
26547
  },
26506
26548
  {
26507
26549
  "kind": "javascript-module",
26508
- "path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
26550
+ "path": "src/views/chat/input/textInput/focusUtils.ts",
26509
26551
  "declarations": [
26510
26552
  {
26511
26553
  "kind": "class",
26512
26554
  "description": "",
26513
- "name": "FileAttachments",
26555
+ "name": "FocusUtils",
26514
26556
  "members": [
26515
- {
26516
- "kind": "field",
26517
- "name": "_fileAttachmentsTypes",
26518
- "type": {
26519
- "text": "FileAttachmentsType[]"
26520
- },
26521
- "privacy": "private",
26522
- "default": "[]"
26523
- },
26524
- {
26525
- "kind": "field",
26526
- "name": "elementRef",
26527
- "type": {
26528
- "text": "HTMLElement"
26529
- }
26530
- },
26531
26557
  {
26532
26558
  "kind": "method",
26533
- "name": "addType",
26559
+ "name": "focusEndOfInput",
26560
+ "privacy": "public",
26561
+ "static": true,
26534
26562
  "parameters": [
26535
26563
  {
26536
- "name": "files",
26537
- "type": {
26538
- "text": "FileAttachmentsT"
26539
- }
26540
- },
26541
- {
26542
- "name": "type",
26564
+ "name": "inputElement",
26543
26565
  "type": {
26544
- "text": "keyof ServiceFileTypes"
26566
+ "text": "HTMLElement"
26545
26567
  }
26546
26568
  }
26547
26569
  ]
26548
26570
  },
26549
26571
  {
26550
26572
  "kind": "method",
26551
- "name": "createAttachmentContainer",
26552
- "privacy": "private"
26553
- },
26554
- {
26555
- "kind": "method",
26556
- "name": "toggleContainerDisplay",
26557
- "privacy": "private",
26573
+ "name": "focusFromParentElement",
26574
+ "privacy": "public",
26575
+ "static": true,
26558
26576
  "parameters": [
26559
26577
  {
26560
- "name": "display",
26578
+ "name": "parentElement",
26561
26579
  "type": {
26562
- "text": "boolean"
26580
+ "text": "HTMLElement"
26563
26581
  }
26564
26582
  }
26565
26583
  ]
26566
- },
26567
- {
26568
- "kind": "method",
26569
- "name": "getAllFileData"
26570
- },
26584
+ }
26585
+ ]
26586
+ }
26587
+ ],
26588
+ "exports": [
26589
+ {
26590
+ "kind": "js",
26591
+ "name": "FocusUtils",
26592
+ "declaration": {
26593
+ "name": "FocusUtils",
26594
+ "module": "src/views/chat/input/textInput/focusUtils.ts"
26595
+ }
26596
+ }
26597
+ ]
26598
+ },
26599
+ {
26600
+ "kind": "javascript-module",
26601
+ "path": "src/views/chat/input/textInput/inputLimit.ts",
26602
+ "declarations": [
26603
+ {
26604
+ "kind": "class",
26605
+ "description": "",
26606
+ "name": "InputLimit",
26607
+ "members": [
26571
26608
  {
26572
- "kind": "method",
26573
- "name": "completePlaceholders"
26609
+ "kind": "field",
26610
+ "name": "PERMITTED_KEYS",
26611
+ "privacy": "private",
26612
+ "static": true,
26613
+ "default": "new Set<string>([\n KEYBOARD_KEY.BACKSPACE, KEYBOARD_KEY.DELETE, KEYBOARD_KEY.ARROW_RIGHT, KEYBOARD_KEY.ARROW_LEFT,\n KEYBOARD_KEY.ARROW_DOWN, KEYBOARD_KEY.ARROW_UP, KEYBOARD_KEY.META, KEYBOARD_KEY.CONTROL, KEYBOARD_KEY.ENTER\n ])"
26574
26614
  },
26575
26615
  {
26576
26616
  "kind": "method",
26577
- "name": "addFilesToType",
26617
+ "name": "add",
26578
26618
  "privacy": "public",
26579
26619
  "static": true,
26580
26620
  "parameters": [
26581
26621
  {
26582
- "name": "files",
26622
+ "name": "inputElement",
26583
26623
  "type": {
26584
- "text": "File[]"
26624
+ "text": "HTMLElement"
26585
26625
  }
26586
26626
  },
26587
26627
  {
26588
- "name": "fileAttachmentTypes",
26628
+ "name": "characterLimit",
26589
26629
  "type": {
26590
- "text": "FileAttachmentsType[]"
26630
+ "text": "number"
26591
26631
  }
26592
26632
  }
26593
26633
  ]
26594
26634
  },
26595
26635
  {
26596
26636
  "kind": "method",
26597
- "name": "addFilesToAnyType",
26598
- "privacy": "public",
26637
+ "name": "onKeyDown",
26638
+ "privacy": "private",
26639
+ "static": true,
26599
26640
  "parameters": [
26600
26641
  {
26601
- "name": "files",
26642
+ "name": "characterLimit",
26602
26643
  "type": {
26603
- "text": "File[]"
26644
+ "text": "number"
26645
+ }
26646
+ },
26647
+ {
26648
+ "name": "event",
26649
+ "type": {
26650
+ "text": "KeyboardEvent"
26604
26651
  }
26605
26652
  }
26606
26653
  ]
26607
26654
  },
26608
26655
  {
26609
26656
  "kind": "method",
26610
- "name": "removeAllFiles"
26657
+ "name": "isKeyCombinationPermitted",
26658
+ "privacy": "private",
26659
+ "static": true,
26660
+ "parameters": [
26661
+ {
26662
+ "name": "event",
26663
+ "type": {
26664
+ "text": "KeyboardEvent"
26665
+ }
26666
+ }
26667
+ ]
26611
26668
  },
26612
26669
  {
26613
26670
  "kind": "method",
26614
- "name": "getNumberOfTypes"
26671
+ "name": "onInput",
26672
+ "privacy": "private",
26673
+ "static": true,
26674
+ "parameters": [
26675
+ {
26676
+ "name": "characterLimit",
26677
+ "type": {
26678
+ "text": "number"
26679
+ }
26680
+ },
26681
+ {
26682
+ "name": "event",
26683
+ "type": {
26684
+ "text": "Event"
26685
+ }
26686
+ }
26687
+ ]
26615
26688
  }
26616
26689
  ]
26617
26690
  }
@@ -26619,39 +26692,33 @@
26619
26692
  "exports": [
26620
26693
  {
26621
26694
  "kind": "js",
26622
- "name": "FileAttachments",
26695
+ "name": "InputLimit",
26623
26696
  "declaration": {
26624
- "name": "FileAttachments",
26625
- "module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
26697
+ "name": "InputLimit",
26698
+ "module": "src/views/chat/input/textInput/inputLimit.ts"
26626
26699
  }
26627
26700
  }
26628
26701
  ]
26629
26702
  },
26630
26703
  {
26631
26704
  "kind": "javascript-module",
26632
- "path": "src/views/chat/input/fileAttachments/newFileName.ts",
26705
+ "path": "src/views/chat/input/textInput/pasteUtils.ts",
26633
26706
  "declarations": [
26634
26707
  {
26635
26708
  "kind": "class",
26636
26709
  "description": "",
26637
- "name": "NewFileName",
26710
+ "name": "PasteUtils",
26638
26711
  "members": [
26639
26712
  {
26640
26713
  "kind": "method",
26641
- "name": "getFileName",
26714
+ "name": "sanitizePastedTextContent",
26642
26715
  "privacy": "public",
26643
26716
  "static": true,
26644
26717
  "parameters": [
26645
26718
  {
26646
- "name": "prefix",
26647
- "type": {
26648
- "text": "string"
26649
- }
26650
- },
26651
- {
26652
- "name": "extension",
26719
+ "name": "event",
26653
26720
  "type": {
26654
- "text": "string"
26721
+ "text": "ClipboardEvent"
26655
26722
  }
26656
26723
  }
26657
26724
  ]
@@ -26662,121 +26729,106 @@
26662
26729
  "exports": [
26663
26730
  {
26664
26731
  "kind": "js",
26665
- "name": "NewFileName",
26732
+ "name": "PasteUtils",
26666
26733
  "declaration": {
26667
- "name": "NewFileName",
26668
- "module": "src/views/chat/input/fileAttachments/newFileName.ts"
26734
+ "name": "PasteUtils",
26735
+ "module": "src/views/chat/input/textInput/pasteUtils.ts"
26669
26736
  }
26670
26737
  }
26671
26738
  ]
26672
26739
  },
26673
26740
  {
26674
26741
  "kind": "javascript-module",
26675
- "path": "src/views/chat/input/dropup/dropup.ts",
26742
+ "path": "src/views/chat/input/textInput/textInput.ts",
26676
26743
  "declarations": [
26677
26744
  {
26678
26745
  "kind": "class",
26679
26746
  "description": "",
26680
- "name": "Dropup",
26747
+ "name": "TextInputEl",
26681
26748
  "members": [
26682
26749
  {
26683
26750
  "kind": "field",
26684
- "name": "_menu",
26751
+ "name": "TEXT_INPUT_ID",
26685
26752
  "type": {
26686
- "text": "DropupMenu"
26753
+ "text": "string"
26687
26754
  },
26688
- "privacy": "private",
26689
- "default": "new DropupMenu(containerElement, styles?.menu)"
26755
+ "privacy": "public",
26756
+ "static": true,
26757
+ "default": "'text-input'"
26690
26758
  },
26691
26759
  {
26692
26760
  "kind": "field",
26693
- "name": "buttonContainer",
26761
+ "name": "elementRef",
26694
26762
  "type": {
26695
26763
  "text": "HTMLElement"
26696
26764
  }
26697
26765
  },
26698
26766
  {
26699
- "kind": "method",
26700
- "name": "createButtonElement",
26701
- "privacy": "private",
26702
- "static": true
26767
+ "kind": "field",
26768
+ "name": "inputElementRef",
26769
+ "type": {
26770
+ "text": "HTMLElement"
26771
+ }
26703
26772
  },
26704
26773
  {
26705
- "kind": "method",
26706
- "name": "createInnerElements",
26774
+ "kind": "field",
26775
+ "name": "_config",
26776
+ "type": {
26777
+ "text": "TextInput"
26778
+ },
26707
26779
  "privacy": "private",
26708
- "parameters": [
26709
- {
26710
- "name": "customStyles",
26711
- "optional": true,
26712
- "type": {
26713
- "text": "Styles"
26714
- }
26715
- }
26716
- ]
26780
+ "default": "processedConfig"
26781
+ },
26782
+ {
26783
+ "kind": "field",
26784
+ "name": "submit",
26785
+ "type": {
26786
+ "text": "() => void | undefined"
26787
+ }
26717
26788
  },
26718
26789
  {
26719
26790
  "kind": "method",
26720
- "name": "createInnerElement",
26791
+ "name": "processConfig",
26721
26792
  "privacy": "private",
26793
+ "static": true,
26722
26794
  "parameters": [
26723
26795
  {
26724
- "name": "baseButton",
26725
- "type": {
26726
- "text": "SVGGraphicsElement"
26727
- }
26728
- },
26729
- {
26730
- "name": "state",
26796
+ "name": "serviceIO",
26731
26797
  "type": {
26732
- "text": "'styles'"
26798
+ "text": "ServiceIO"
26733
26799
  }
26734
26800
  },
26735
26801
  {
26736
- "name": "customStyles",
26802
+ "name": "textInput",
26737
26803
  "optional": true,
26738
26804
  "type": {
26739
- "text": "Styles"
26805
+ "text": "TextInput"
26740
26806
  }
26741
26807
  }
26742
26808
  ]
26743
26809
  },
26744
26810
  {
26745
26811
  "kind": "method",
26746
- "name": "createSVGIconElement",
26747
- "privacy": "private",
26748
- "static": true
26749
- },
26750
- {
26751
- "kind": "method",
26752
- "name": "addClickEvent",
26753
- "privacy": "private"
26754
- },
26755
- {
26756
- "kind": "method",
26757
- "name": "createButtonContainer",
26812
+ "name": "preventAutomaticScrollUpOnNewLine",
26758
26813
  "privacy": "private",
26759
- "static": true
26760
- },
26761
- {
26762
- "kind": "method",
26763
- "name": "addItem",
26814
+ "static": true,
26764
26815
  "parameters": [
26765
26816
  {
26766
- "name": "buttonProps",
26817
+ "name": "inputElement",
26767
26818
  "type": {
26768
- "text": "InputButton"
26819
+ "text": "HTMLDivElement"
26769
26820
  }
26770
26821
  }
26771
26822
  ]
26772
26823
  },
26773
26824
  {
26774
26825
  "kind": "method",
26775
- "name": "addContainerEvents",
26776
- "privacy": "private",
26826
+ "name": "clear",
26827
+ "privacy": "public",
26828
+ "static": true,
26777
26829
  "parameters": [
26778
26830
  {
26779
- "name": "containerElement",
26831
+ "name": "inputElement",
26780
26832
  "type": {
26781
26833
  "text": "HTMLElement"
26782
26834
  }
@@ -26785,717 +26837,742 @@
26785
26837
  },
26786
26838
  {
26787
26839
  "kind": "method",
26788
- "name": "getPosition",
26789
- "static": true,
26840
+ "name": "createInputElement",
26841
+ "privacy": "private",
26790
26842
  "parameters": [
26791
26843
  {
26792
- "name": "positions",
26793
- "type": {
26794
- "text": "Positions"
26795
- }
26796
- },
26797
- {
26798
- "name": "dropupStyles",
26844
+ "name": "textInput",
26799
26845
  "optional": true,
26800
26846
  "type": {
26801
- "text": "DropupStyles"
26847
+ "text": "TextInput"
26802
26848
  }
26803
26849
  }
26804
26850
  ]
26805
26851
  },
26806
26852
  {
26807
- "kind": "field",
26808
- "name": "elementRef",
26809
- "type": {
26810
- "text": "HTMLElement"
26811
- },
26812
- "default": "buttonElement",
26813
- "inheritedFrom": {
26814
- "name": "InputButton",
26815
- "module": "src/views/chat/input/buttons/inputButton.ts"
26816
- }
26817
- },
26818
- {
26819
- "kind": "field",
26820
- "name": "_mouseState",
26821
- "type": {
26822
- "text": "MouseState"
26823
- },
26824
- "privacy": "protected",
26825
- "default": "{state: 'default'}",
26826
- "inheritedFrom": {
26827
- "name": "InputButton",
26828
- "module": "src/views/chat/input/buttons/inputButton.ts"
26829
- }
26830
- },
26831
- {
26832
- "kind": "field",
26833
- "name": "_customStyles",
26834
- "type": {
26835
- "text": "T | undefined"
26836
- },
26837
- "privacy": "protected",
26838
- "default": "customStyles",
26839
- "inheritedFrom": {
26840
- "name": "InputButton",
26841
- "module": "src/views/chat/input/buttons/inputButton.ts"
26842
- }
26843
- },
26844
- {
26845
- "kind": "field",
26846
- "name": "position",
26847
- "type": {
26848
- "text": "ButtonPositionT | undefined"
26849
- },
26850
- "default": "position",
26851
- "inheritedFrom": {
26852
- "name": "InputButton",
26853
- "module": "src/views/chat/input/buttons/inputButton.ts"
26854
- }
26855
- },
26856
- {
26857
- "kind": "field",
26858
- "name": "dropupText",
26859
- "type": {
26860
- "text": "string | undefined"
26861
- },
26862
- "default": "dropupText",
26863
- "inheritedFrom": {
26864
- "name": "InputButton",
26865
- "module": "src/views/chat/input/buttons/inputButton.ts"
26866
- }
26853
+ "kind": "method",
26854
+ "name": "removeTextIfPlaceholder",
26855
+ "privacy": "public"
26867
26856
  },
26868
26857
  {
26869
26858
  "kind": "method",
26870
- "name": "buttonMouseLeave",
26871
- "privacy": "private",
26859
+ "name": "toggleEditability",
26860
+ "privacy": "public",
26861
+ "static": true,
26872
26862
  "parameters": [
26873
26863
  {
26874
- "name": "customStyles",
26875
- "optional": true,
26864
+ "name": "inputElement",
26876
26865
  "type": {
26877
- "text": "ButtonStyles"
26866
+ "text": "HTMLElement"
26867
+ }
26868
+ },
26869
+ {
26870
+ "name": "isEditable",
26871
+ "type": {
26872
+ "text": "boolean"
26878
26873
  }
26879
26874
  }
26880
- ],
26881
- "inheritedFrom": {
26882
- "name": "InputButton",
26883
- "module": "src/views/chat/input/buttons/inputButton.ts"
26884
- }
26875
+ ]
26885
26876
  },
26886
26877
  {
26887
26878
  "kind": "method",
26888
- "name": "buttonMouseEnter",
26879
+ "name": "onFocus",
26880
+ "privacy": "private"
26881
+ },
26882
+ {
26883
+ "kind": "method",
26884
+ "name": "createContainerElement",
26889
26885
  "privacy": "private",
26886
+ "static": true,
26890
26887
  "parameters": [
26891
26888
  {
26892
- "name": "customStyles",
26889
+ "name": "containerStyle",
26893
26890
  "optional": true,
26894
26891
  "type": {
26895
- "text": "ButtonStyles"
26892
+ "text": "CustomStyle"
26896
26893
  }
26897
26894
  }
26898
- ],
26899
- "inheritedFrom": {
26900
- "name": "InputButton",
26901
- "module": "src/views/chat/input/buttons/inputButton.ts"
26902
- }
26895
+ ]
26903
26896
  },
26904
26897
  {
26905
26898
  "kind": "method",
26906
- "name": "buttonMouseUp",
26899
+ "name": "onKeydown",
26907
26900
  "privacy": "private",
26908
26901
  "parameters": [
26909
26902
  {
26910
- "name": "customStyles",
26911
- "optional": true,
26903
+ "name": "event",
26912
26904
  "type": {
26913
- "text": "ButtonStyles"
26905
+ "text": "KeyboardEvent"
26914
26906
  }
26915
26907
  }
26916
- ],
26917
- "inheritedFrom": {
26918
- "name": "InputButton",
26919
- "module": "src/views/chat/input/buttons/inputButton.ts"
26908
+ ]
26909
+ }
26910
+ ]
26911
+ }
26912
+ ],
26913
+ "exports": [
26914
+ {
26915
+ "kind": "js",
26916
+ "name": "TextInputEl",
26917
+ "declaration": {
26918
+ "name": "TextInputEl",
26919
+ "module": "src/views/chat/input/textInput/textInput.ts"
26920
+ }
26921
+ }
26922
+ ]
26923
+ },
26924
+ {
26925
+ "kind": "javascript-module",
26926
+ "path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
26927
+ "declarations": [
26928
+ {
26929
+ "kind": "class",
26930
+ "description": "",
26931
+ "name": "FileAttachments",
26932
+ "members": [
26933
+ {
26934
+ "kind": "field",
26935
+ "name": "_fileAttachmentsTypes",
26936
+ "type": {
26937
+ "text": "FileAttachmentsType[]"
26938
+ },
26939
+ "privacy": "private",
26940
+ "default": "[]"
26941
+ },
26942
+ {
26943
+ "kind": "field",
26944
+ "name": "elementRef",
26945
+ "type": {
26946
+ "text": "HTMLElement"
26920
26947
  }
26921
26948
  },
26922
26949
  {
26923
26950
  "kind": "method",
26924
- "name": "buttonMouseDown",
26925
- "privacy": "private",
26951
+ "name": "addType",
26926
26952
  "parameters": [
26927
26953
  {
26928
- "name": "customStyles",
26929
- "optional": true,
26954
+ "name": "files",
26930
26955
  "type": {
26931
- "text": "ButtonStyles"
26956
+ "text": "FileAttachmentsT"
26957
+ }
26958
+ },
26959
+ {
26960
+ "name": "type",
26961
+ "type": {
26962
+ "text": "keyof ServiceFileTypes"
26932
26963
  }
26933
26964
  }
26934
- ],
26935
- "inheritedFrom": {
26936
- "name": "InputButton",
26937
- "module": "src/views/chat/input/buttons/inputButton.ts"
26938
- }
26965
+ ]
26939
26966
  },
26940
26967
  {
26941
26968
  "kind": "method",
26942
- "name": "setEvents",
26969
+ "name": "createAttachmentContainer",
26970
+ "privacy": "private"
26971
+ },
26972
+ {
26973
+ "kind": "method",
26974
+ "name": "toggleContainerDisplay",
26943
26975
  "privacy": "private",
26944
26976
  "parameters": [
26945
26977
  {
26946
- "name": "customStyles",
26947
- "optional": true,
26978
+ "name": "display",
26948
26979
  "type": {
26949
- "text": "ButtonStyles"
26980
+ "text": "boolean"
26950
26981
  }
26951
26982
  }
26952
- ],
26953
- "inheritedFrom": {
26954
- "name": "InputButton",
26955
- "module": "src/views/chat/input/buttons/inputButton.ts"
26956
- }
26983
+ ]
26957
26984
  },
26958
26985
  {
26959
26986
  "kind": "method",
26960
- "name": "unsetCustomStateStyles",
26987
+ "name": "getAllFileData"
26988
+ },
26989
+ {
26990
+ "kind": "method",
26991
+ "name": "completePlaceholders"
26992
+ },
26993
+ {
26994
+ "kind": "method",
26995
+ "name": "addFilesToType",
26961
26996
  "privacy": "public",
26997
+ "static": true,
26962
26998
  "parameters": [
26963
26999
  {
26964
- "name": "unsetTypes",
27000
+ "name": "files",
26965
27001
  "type": {
26966
- "text": "(keyof T)[]"
27002
+ "text": "File[]"
27003
+ }
27004
+ },
27005
+ {
27006
+ "name": "fileAttachmentTypes",
27007
+ "type": {
27008
+ "text": "FileAttachmentsType[]"
26967
27009
  }
26968
27010
  }
26969
- ],
26970
- "inheritedFrom": {
26971
- "name": "InputButton",
26972
- "module": "src/views/chat/input/buttons/inputButton.ts"
26973
- }
27011
+ ]
26974
27012
  },
26975
27013
  {
26976
27014
  "kind": "method",
26977
- "name": "reapplyStateStyle",
27015
+ "name": "addFilesToAnyType",
26978
27016
  "privacy": "public",
26979
27017
  "parameters": [
26980
27018
  {
26981
- "name": "setType",
26982
- "type": {
26983
- "text": "keyof T"
26984
- }
26985
- },
26986
- {
26987
- "name": "unsetTypes",
26988
- "optional": true,
27019
+ "name": "files",
26989
27020
  "type": {
26990
- "text": "(keyof T)[]"
27021
+ "text": "File[]"
26991
27022
  }
26992
27023
  }
26993
- ],
26994
- "inheritedFrom": {
26995
- "name": "InputButton",
26996
- "module": "src/views/chat/input/buttons/inputButton.ts"
26997
- }
27024
+ ]
27025
+ },
27026
+ {
27027
+ "kind": "method",
27028
+ "name": "removeAllFiles"
27029
+ },
27030
+ {
27031
+ "kind": "method",
27032
+ "name": "getNumberOfTypes"
26998
27033
  }
26999
- ],
27000
- "superclass": {
27001
- "name": "InputButton",
27002
- "module": "/src/views/chat/input/buttons/inputButton"
27003
- }
27034
+ ]
27004
27035
  }
27005
27036
  ],
27006
27037
  "exports": [
27007
27038
  {
27008
27039
  "kind": "js",
27009
- "name": "Dropup",
27040
+ "name": "FileAttachments",
27010
27041
  "declaration": {
27011
- "name": "Dropup",
27012
- "module": "src/views/chat/input/dropup/dropup.ts"
27042
+ "name": "FileAttachments",
27043
+ "module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
27013
27044
  }
27014
27045
  }
27015
27046
  ]
27016
27047
  },
27017
27048
  {
27018
27049
  "kind": "javascript-module",
27019
- "path": "src/views/chat/input/dropup/dropupItem.ts",
27050
+ "path": "src/views/chat/input/fileAttachments/newFileName.ts",
27020
27051
  "declarations": [
27021
27052
  {
27022
27053
  "kind": "class",
27023
27054
  "description": "",
27024
- "name": "DropupItem",
27055
+ "name": "NewFileName",
27025
27056
  "members": [
27026
27057
  {
27027
27058
  "kind": "method",
27028
- "name": "addItemEvents",
27029
- "privacy": "private",
27030
- "static": true,
27031
- "parameters": [
27032
- {
27033
- "name": "menu",
27034
- "type": {
27035
- "text": "DropupMenu"
27036
- }
27037
- },
27038
- {
27039
- "name": "item",
27040
- "type": {
27041
- "text": "HTMLElement"
27042
- }
27043
- },
27044
- {
27045
- "name": "inputButton",
27046
- "type": {
27047
- "text": "HTMLElement"
27048
- }
27049
- },
27050
- {
27051
- "name": "styles",
27052
- "type": {
27053
- "text": "StatefulStyles"
27054
- }
27055
- }
27056
- ]
27057
- },
27058
- {
27059
- "kind": "method",
27060
- "name": "createItemText",
27061
- "privacy": "private",
27059
+ "name": "getFileName",
27060
+ "privacy": "public",
27062
27061
  "static": true,
27063
27062
  "parameters": [
27064
- {
27065
- "name": "dropupText",
27066
- "optional": true,
27063
+ {
27064
+ "name": "prefix",
27067
27065
  "type": {
27068
27066
  "text": "string"
27069
27067
  }
27070
27068
  },
27071
27069
  {
27072
- "name": "textStyle",
27073
- "optional": true,
27070
+ "name": "extension",
27074
27071
  "type": {
27075
- "text": "CustomStyle"
27072
+ "text": "string"
27076
27073
  }
27077
27074
  }
27078
27075
  ]
27076
+ }
27077
+ ]
27078
+ }
27079
+ ],
27080
+ "exports": [
27081
+ {
27082
+ "kind": "js",
27083
+ "name": "NewFileName",
27084
+ "declaration": {
27085
+ "name": "NewFileName",
27086
+ "module": "src/views/chat/input/fileAttachments/newFileName.ts"
27087
+ }
27088
+ }
27089
+ ]
27090
+ },
27091
+ {
27092
+ "kind": "javascript-module",
27093
+ "path": "src/views/chat/input/dropup/dropup.ts",
27094
+ "declarations": [
27095
+ {
27096
+ "kind": "class",
27097
+ "description": "",
27098
+ "name": "Dropup",
27099
+ "members": [
27100
+ {
27101
+ "kind": "field",
27102
+ "name": "_menu",
27103
+ "type": {
27104
+ "text": "DropupMenu"
27105
+ },
27106
+ "privacy": "private",
27107
+ "default": "new DropupMenu(containerElement, styles?.menu)"
27108
+ },
27109
+ {
27110
+ "kind": "field",
27111
+ "name": "buttonContainer",
27112
+ "type": {
27113
+ "text": "HTMLElement"
27114
+ }
27079
27115
  },
27080
27116
  {
27081
27117
  "kind": "method",
27082
- "name": "createItemIcon",
27118
+ "name": "createButtonElement",
27119
+ "privacy": "private",
27120
+ "static": true
27121
+ },
27122
+ {
27123
+ "kind": "method",
27124
+ "name": "createInnerElements",
27083
27125
  "privacy": "private",
27084
- "static": true,
27085
27126
  "parameters": [
27086
27127
  {
27087
- "name": "inputButtonElement",
27088
- "type": {
27089
- "text": "HTMLElement"
27090
- }
27091
- },
27092
- {
27093
- "name": "iconContainerStyle",
27128
+ "name": "customStyles",
27094
27129
  "optional": true,
27095
27130
  "type": {
27096
- "text": "CustomStyle"
27131
+ "text": "Styles"
27097
27132
  }
27098
27133
  }
27099
27134
  ]
27100
27135
  },
27101
27136
  {
27102
27137
  "kind": "method",
27103
- "name": "populateItem",
27138
+ "name": "createInnerElement",
27104
27139
  "privacy": "private",
27105
- "static": true,
27106
27140
  "parameters": [
27107
27141
  {
27108
- "name": "elementRef",
27109
- "type": {
27110
- "text": "HTMLElement"
27111
- }
27112
- },
27113
- {
27114
- "name": "item",
27142
+ "name": "baseButton",
27115
27143
  "type": {
27116
- "text": "HTMLElement"
27144
+ "text": "SVGGraphicsElement"
27117
27145
  }
27118
27146
  },
27119
27147
  {
27120
- "name": "dropupText",
27121
- "optional": true,
27148
+ "name": "state",
27122
27149
  "type": {
27123
- "text": "string"
27150
+ "text": "'styles'"
27124
27151
  }
27125
27152
  },
27126
27153
  {
27127
- "name": "styles",
27154
+ "name": "customStyles",
27128
27155
  "optional": true,
27129
27156
  "type": {
27130
- "text": "DropupMenuStyles"
27157
+ "text": "Styles"
27131
27158
  }
27132
27159
  }
27133
27160
  ]
27134
27161
  },
27135
27162
  {
27136
27163
  "kind": "method",
27137
- "name": "createItem",
27138
- "privacy": "public",
27139
- "static": true,
27164
+ "name": "createSVGIconElement",
27165
+ "privacy": "private",
27166
+ "static": true
27167
+ },
27168
+ {
27169
+ "kind": "method",
27170
+ "name": "addClickEvent",
27171
+ "privacy": "private"
27172
+ },
27173
+ {
27174
+ "kind": "method",
27175
+ "name": "createButtonContainer",
27176
+ "privacy": "private",
27177
+ "static": true
27178
+ },
27179
+ {
27180
+ "kind": "method",
27181
+ "name": "addItem",
27140
27182
  "parameters": [
27141
27183
  {
27142
- "name": "menu",
27143
- "type": {
27144
- "text": "DropupMenu"
27145
- }
27146
- },
27147
- {
27148
- "name": "inputButton",
27184
+ "name": "buttonProps",
27149
27185
  "type": {
27150
27186
  "text": "InputButton"
27151
27187
  }
27152
- },
27153
- {
27154
- "name": "styles",
27155
- "optional": true,
27156
- "type": {
27157
- "text": "DropupMenuStyles"
27158
- }
27159
27188
  }
27160
27189
  ]
27161
- }
27162
- ]
27163
- }
27164
- ],
27165
- "exports": [
27166
- {
27167
- "kind": "js",
27168
- "name": "DropupItem",
27169
- "declaration": {
27170
- "name": "DropupItem",
27171
- "module": "src/views/chat/input/dropup/dropupItem.ts"
27172
- }
27173
- }
27174
- ]
27175
- },
27176
- {
27177
- "kind": "javascript-module",
27178
- "path": "src/views/chat/input/dropup/dropupItemNavigation.ts",
27179
- "declarations": [
27180
- {
27181
- "kind": "class",
27182
- "description": "",
27183
- "name": "DropupItemNavigation",
27184
- "members": [
27190
+ },
27185
27191
  {
27186
27192
  "kind": "method",
27187
- "name": "focusItemWhenOnEdge",
27193
+ "name": "addContainerEvents",
27188
27194
  "privacy": "private",
27189
- "static": true,
27190
27195
  "parameters": [
27191
27196
  {
27192
- "name": "dropupElement",
27197
+ "name": "containerElement",
27193
27198
  "type": {
27194
27199
  "text": "HTMLElement"
27195
27200
  }
27196
- },
27197
- {
27198
- "name": "isNext",
27199
- "type": {
27200
- "text": "boolean"
27201
- }
27202
27201
  }
27203
27202
  ]
27204
27203
  },
27205
27204
  {
27206
27205
  "kind": "method",
27207
- "name": "focusSiblingItem",
27208
- "privacy": "public",
27206
+ "name": "getPosition",
27209
27207
  "static": true,
27210
- "return": {
27211
- "type": {
27212
- "text": "void"
27213
- }
27214
- },
27215
27208
  "parameters": [
27216
27209
  {
27217
- "name": "focusedItem",
27218
- "type": {
27219
- "text": "HTMLElement"
27220
- }
27221
- },
27222
- {
27223
- "name": "dropupElement",
27210
+ "name": "positions",
27224
27211
  "type": {
27225
- "text": "HTMLElement"
27212
+ "text": "Positions"
27226
27213
  }
27227
27214
  },
27228
27215
  {
27229
- "name": "isNext",
27216
+ "name": "dropupStyles",
27217
+ "optional": true,
27230
27218
  "type": {
27231
- "text": "boolean"
27219
+ "text": "DropupStyles"
27232
27220
  }
27233
- },
27234
- {
27235
- "name": "isEdgeItem",
27236
- "default": "false"
27237
27221
  }
27238
27222
  ]
27239
- }
27240
- ]
27241
- }
27242
- ],
27243
- "exports": [
27244
- {
27245
- "kind": "js",
27246
- "name": "DropupItemNavigation",
27247
- "declaration": {
27248
- "name": "DropupItemNavigation",
27249
- "module": "src/views/chat/input/dropup/dropupItemNavigation.ts"
27250
- }
27251
- }
27252
- ]
27253
- },
27254
- {
27255
- "kind": "javascript-module",
27256
- "path": "src/views/chat/input/dropup/dropupMenu.ts",
27257
- "declarations": [
27258
- {
27259
- "kind": "class",
27260
- "description": "",
27261
- "name": "DropupMenu",
27262
- "members": [
27223
+ },
27263
27224
  {
27264
27225
  "kind": "field",
27265
27226
  "name": "elementRef",
27266
27227
  "type": {
27267
27228
  "text": "HTMLElement"
27229
+ },
27230
+ "default": "buttonElement",
27231
+ "inheritedFrom": {
27232
+ "name": "InputButton",
27233
+ "module": "src/views/chat/input/buttons/inputButton.ts"
27268
27234
  }
27269
27235
  },
27270
27236
  {
27271
27237
  "kind": "field",
27272
- "name": "_isOpen",
27238
+ "name": "_mouseState",
27273
27239
  "type": {
27274
- "text": "boolean"
27240
+ "text": "MouseState"
27275
27241
  },
27276
- "privacy": "private",
27277
- "default": "true"
27242
+ "privacy": "protected",
27243
+ "default": "{state: 'default'}",
27244
+ "inheritedFrom": {
27245
+ "name": "InputButton",
27246
+ "module": "src/views/chat/input/buttons/inputButton.ts"
27247
+ }
27278
27248
  },
27279
27249
  {
27280
27250
  "kind": "field",
27281
- "name": "highlightedItem",
27251
+ "name": "_customStyles",
27282
27252
  "type": {
27283
- "text": "HTMLElement | undefined"
27253
+ "text": "T | undefined"
27254
+ },
27255
+ "privacy": "protected",
27256
+ "default": "customStyles",
27257
+ "inheritedFrom": {
27258
+ "name": "InputButton",
27259
+ "module": "src/views/chat/input/buttons/inputButton.ts"
27284
27260
  }
27285
27261
  },
27286
27262
  {
27287
27263
  "kind": "field",
27288
- "name": "_styles",
27264
+ "name": "position",
27289
27265
  "type": {
27290
- "text": "DropupMenuStyles | undefined"
27266
+ "text": "ButtonPositionT | undefined"
27291
27267
  },
27292
- "privacy": "private",
27293
- "default": "styles"
27268
+ "default": "position",
27269
+ "inheritedFrom": {
27270
+ "name": "InputButton",
27271
+ "module": "src/views/chat/input/buttons/inputButton.ts"
27272
+ }
27273
+ },
27274
+ {
27275
+ "kind": "field",
27276
+ "name": "dropupText",
27277
+ "type": {
27278
+ "text": "string | undefined"
27279
+ },
27280
+ "default": "dropupText",
27281
+ "inheritedFrom": {
27282
+ "name": "InputButton",
27283
+ "module": "src/views/chat/input/buttons/inputButton.ts"
27284
+ }
27294
27285
  },
27295
27286
  {
27296
27287
  "kind": "method",
27297
- "name": "createElement",
27288
+ "name": "buttonMouseLeave",
27298
27289
  "privacy": "private",
27299
- "static": true,
27300
27290
  "parameters": [
27301
27291
  {
27302
- "name": "containerStyle",
27292
+ "name": "customStyles",
27303
27293
  "optional": true,
27304
27294
  "type": {
27305
- "text": "CustomStyle"
27295
+ "text": "ButtonStyles"
27306
27296
  }
27307
27297
  }
27308
- ]
27309
- },
27310
- {
27311
- "kind": "method",
27312
- "name": "open",
27313
- "privacy": "private"
27298
+ ],
27299
+ "inheritedFrom": {
27300
+ "name": "InputButton",
27301
+ "module": "src/views/chat/input/buttons/inputButton.ts"
27302
+ }
27314
27303
  },
27315
27304
  {
27316
27305
  "kind": "method",
27317
- "name": "close"
27306
+ "name": "buttonMouseEnter",
27307
+ "privacy": "private",
27308
+ "parameters": [
27309
+ {
27310
+ "name": "customStyles",
27311
+ "optional": true,
27312
+ "type": {
27313
+ "text": "ButtonStyles"
27314
+ }
27315
+ }
27316
+ ],
27317
+ "inheritedFrom": {
27318
+ "name": "InputButton",
27319
+ "module": "src/views/chat/input/buttons/inputButton.ts"
27320
+ }
27318
27321
  },
27319
27322
  {
27320
27323
  "kind": "method",
27321
- "name": "toggle"
27324
+ "name": "buttonMouseUp",
27325
+ "privacy": "private",
27326
+ "parameters": [
27327
+ {
27328
+ "name": "customStyles",
27329
+ "optional": true,
27330
+ "type": {
27331
+ "text": "ButtonStyles"
27332
+ }
27333
+ }
27334
+ ],
27335
+ "inheritedFrom": {
27336
+ "name": "InputButton",
27337
+ "module": "src/views/chat/input/buttons/inputButton.ts"
27338
+ }
27322
27339
  },
27323
27340
  {
27324
27341
  "kind": "method",
27325
- "name": "addItem",
27342
+ "name": "buttonMouseDown",
27343
+ "privacy": "private",
27326
27344
  "parameters": [
27327
27345
  {
27328
- "name": "inputButton",
27346
+ "name": "customStyles",
27347
+ "optional": true,
27329
27348
  "type": {
27330
- "text": "InputButton"
27349
+ "text": "ButtonStyles"
27331
27350
  }
27332
27351
  }
27333
- ]
27352
+ ],
27353
+ "inheritedFrom": {
27354
+ "name": "InputButton",
27355
+ "module": "src/views/chat/input/buttons/inputButton.ts"
27356
+ }
27334
27357
  },
27335
27358
  {
27336
27359
  "kind": "method",
27337
- "name": "addWindowEvents",
27360
+ "name": "setEvents",
27338
27361
  "privacy": "private",
27339
27362
  "parameters": [
27340
27363
  {
27341
- "name": "containerElement",
27364
+ "name": "customStyles",
27365
+ "optional": true,
27342
27366
  "type": {
27343
- "text": "HTMLElement"
27367
+ "text": "ButtonStyles"
27344
27368
  }
27345
27369
  }
27346
- ]
27347
- }
27348
- ]
27349
- }
27350
- ],
27351
- "exports": [
27352
- {
27353
- "kind": "js",
27354
- "name": "DropupMenu",
27355
- "declaration": {
27356
- "name": "DropupMenu",
27357
- "module": "src/views/chat/input/dropup/dropupMenu.ts"
27358
- }
27359
- }
27360
- ]
27361
- },
27362
- {
27363
- "kind": "javascript-module",
27364
- "path": "src/views/chat/input/textInput/focusUtils.ts",
27365
- "declarations": [
27366
- {
27367
- "kind": "class",
27368
- "description": "",
27369
- "name": "FocusUtils",
27370
- "members": [
27370
+ ],
27371
+ "inheritedFrom": {
27372
+ "name": "InputButton",
27373
+ "module": "src/views/chat/input/buttons/inputButton.ts"
27374
+ }
27375
+ },
27371
27376
  {
27372
27377
  "kind": "method",
27373
- "name": "focusEndOfInput",
27378
+ "name": "unsetCustomStateStyles",
27374
27379
  "privacy": "public",
27375
- "static": true,
27376
27380
  "parameters": [
27377
27381
  {
27378
- "name": "inputElement",
27382
+ "name": "unsetTypes",
27379
27383
  "type": {
27380
- "text": "HTMLElement"
27384
+ "text": "(keyof T)[]"
27381
27385
  }
27382
27386
  }
27383
- ]
27387
+ ],
27388
+ "inheritedFrom": {
27389
+ "name": "InputButton",
27390
+ "module": "src/views/chat/input/buttons/inputButton.ts"
27391
+ }
27384
27392
  },
27385
27393
  {
27386
27394
  "kind": "method",
27387
- "name": "focusFromParentElement",
27395
+ "name": "reapplyStateStyle",
27388
27396
  "privacy": "public",
27389
- "static": true,
27390
27397
  "parameters": [
27391
27398
  {
27392
- "name": "parentElement",
27399
+ "name": "setType",
27393
27400
  "type": {
27394
- "text": "HTMLElement"
27401
+ "text": "keyof T"
27402
+ }
27403
+ },
27404
+ {
27405
+ "name": "unsetTypes",
27406
+ "optional": true,
27407
+ "type": {
27408
+ "text": "(keyof T)[]"
27395
27409
  }
27396
27410
  }
27397
- ]
27411
+ ],
27412
+ "inheritedFrom": {
27413
+ "name": "InputButton",
27414
+ "module": "src/views/chat/input/buttons/inputButton.ts"
27415
+ }
27398
27416
  }
27399
- ]
27417
+ ],
27418
+ "superclass": {
27419
+ "name": "InputButton",
27420
+ "module": "/src/views/chat/input/buttons/inputButton"
27421
+ }
27400
27422
  }
27401
27423
  ],
27402
27424
  "exports": [
27403
27425
  {
27404
27426
  "kind": "js",
27405
- "name": "FocusUtils",
27427
+ "name": "Dropup",
27406
27428
  "declaration": {
27407
- "name": "FocusUtils",
27408
- "module": "src/views/chat/input/textInput/focusUtils.ts"
27429
+ "name": "Dropup",
27430
+ "module": "src/views/chat/input/dropup/dropup.ts"
27409
27431
  }
27410
27432
  }
27411
27433
  ]
27412
27434
  },
27413
27435
  {
27414
27436
  "kind": "javascript-module",
27415
- "path": "src/views/chat/input/textInput/inputLimit.ts",
27437
+ "path": "src/views/chat/input/dropup/dropupItem.ts",
27416
27438
  "declarations": [
27417
27439
  {
27418
27440
  "kind": "class",
27419
27441
  "description": "",
27420
- "name": "InputLimit",
27442
+ "name": "DropupItem",
27421
27443
  "members": [
27422
27444
  {
27423
- "kind": "field",
27424
- "name": "PERMITTED_KEYS",
27445
+ "kind": "method",
27446
+ "name": "addItemEvents",
27425
27447
  "privacy": "private",
27426
27448
  "static": true,
27427
- "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 ])"
27449
+ "parameters": [
27450
+ {
27451
+ "name": "menu",
27452
+ "type": {
27453
+ "text": "DropupMenu"
27454
+ }
27455
+ },
27456
+ {
27457
+ "name": "item",
27458
+ "type": {
27459
+ "text": "HTMLElement"
27460
+ }
27461
+ },
27462
+ {
27463
+ "name": "inputButton",
27464
+ "type": {
27465
+ "text": "HTMLElement"
27466
+ }
27467
+ },
27468
+ {
27469
+ "name": "styles",
27470
+ "type": {
27471
+ "text": "StatefulStyles"
27472
+ }
27473
+ }
27474
+ ]
27428
27475
  },
27429
27476
  {
27430
27477
  "kind": "method",
27431
- "name": "add",
27432
- "privacy": "public",
27478
+ "name": "createItemText",
27479
+ "privacy": "private",
27433
27480
  "static": true,
27434
27481
  "parameters": [
27435
27482
  {
27436
- "name": "inputElement",
27483
+ "name": "dropupText",
27484
+ "optional": true,
27437
27485
  "type": {
27438
- "text": "HTMLElement"
27486
+ "text": "string"
27439
27487
  }
27440
27488
  },
27441
27489
  {
27442
- "name": "characterLimit",
27490
+ "name": "textStyle",
27491
+ "optional": true,
27443
27492
  "type": {
27444
- "text": "number"
27493
+ "text": "CustomStyle"
27445
27494
  }
27446
27495
  }
27447
27496
  ]
27448
27497
  },
27449
27498
  {
27450
27499
  "kind": "method",
27451
- "name": "onKeyDown",
27500
+ "name": "createItemIcon",
27452
27501
  "privacy": "private",
27453
27502
  "static": true,
27454
27503
  "parameters": [
27455
27504
  {
27456
- "name": "characterLimit",
27505
+ "name": "inputButtonElement",
27457
27506
  "type": {
27458
- "text": "number"
27507
+ "text": "HTMLElement"
27459
27508
  }
27460
27509
  },
27461
27510
  {
27462
- "name": "event",
27511
+ "name": "iconContainerStyle",
27512
+ "optional": true,
27463
27513
  "type": {
27464
- "text": "KeyboardEvent"
27514
+ "text": "CustomStyle"
27465
27515
  }
27466
27516
  }
27467
27517
  ]
27468
27518
  },
27469
27519
  {
27470
27520
  "kind": "method",
27471
- "name": "isKeyCombinationPermitted",
27521
+ "name": "populateItem",
27472
27522
  "privacy": "private",
27473
27523
  "static": true,
27474
27524
  "parameters": [
27475
27525
  {
27476
- "name": "event",
27526
+ "name": "elementRef",
27477
27527
  "type": {
27478
- "text": "KeyboardEvent"
27528
+ "text": "HTMLElement"
27529
+ }
27530
+ },
27531
+ {
27532
+ "name": "item",
27533
+ "type": {
27534
+ "text": "HTMLElement"
27535
+ }
27536
+ },
27537
+ {
27538
+ "name": "dropupText",
27539
+ "optional": true,
27540
+ "type": {
27541
+ "text": "string"
27542
+ }
27543
+ },
27544
+ {
27545
+ "name": "styles",
27546
+ "optional": true,
27547
+ "type": {
27548
+ "text": "DropupMenuStyles"
27479
27549
  }
27480
27550
  }
27481
27551
  ]
27482
27552
  },
27483
27553
  {
27484
27554
  "kind": "method",
27485
- "name": "onInput",
27486
- "privacy": "private",
27555
+ "name": "createItem",
27556
+ "privacy": "public",
27487
27557
  "static": true,
27488
27558
  "parameters": [
27489
27559
  {
27490
- "name": "characterLimit",
27560
+ "name": "menu",
27491
27561
  "type": {
27492
- "text": "number"
27562
+ "text": "DropupMenu"
27493
27563
  }
27494
27564
  },
27495
27565
  {
27496
- "name": "event",
27566
+ "name": "inputButton",
27497
27567
  "type": {
27498
- "text": "Event"
27568
+ "text": "InputButton"
27569
+ }
27570
+ },
27571
+ {
27572
+ "name": "styles",
27573
+ "optional": true,
27574
+ "type": {
27575
+ "text": "DropupMenuStyles"
27499
27576
  }
27500
27577
  }
27501
27578
  ]
@@ -27506,34 +27583,75 @@
27506
27583
  "exports": [
27507
27584
  {
27508
27585
  "kind": "js",
27509
- "name": "InputLimit",
27586
+ "name": "DropupItem",
27510
27587
  "declaration": {
27511
- "name": "InputLimit",
27512
- "module": "src/views/chat/input/textInput/inputLimit.ts"
27588
+ "name": "DropupItem",
27589
+ "module": "src/views/chat/input/dropup/dropupItem.ts"
27513
27590
  }
27514
27591
  }
27515
27592
  ]
27516
27593
  },
27517
27594
  {
27518
27595
  "kind": "javascript-module",
27519
- "path": "src/views/chat/input/textInput/pasteUtils.ts",
27596
+ "path": "src/views/chat/input/dropup/dropupItemNavigation.ts",
27520
27597
  "declarations": [
27521
27598
  {
27522
27599
  "kind": "class",
27523
27600
  "description": "",
27524
- "name": "PasteUtils",
27601
+ "name": "DropupItemNavigation",
27525
27602
  "members": [
27526
27603
  {
27527
27604
  "kind": "method",
27528
- "name": "sanitizePastedTextContent",
27605
+ "name": "focusItemWhenOnEdge",
27606
+ "privacy": "private",
27607
+ "static": true,
27608
+ "parameters": [
27609
+ {
27610
+ "name": "dropupElement",
27611
+ "type": {
27612
+ "text": "HTMLElement"
27613
+ }
27614
+ },
27615
+ {
27616
+ "name": "isNext",
27617
+ "type": {
27618
+ "text": "boolean"
27619
+ }
27620
+ }
27621
+ ]
27622
+ },
27623
+ {
27624
+ "kind": "method",
27625
+ "name": "focusSiblingItem",
27529
27626
  "privacy": "public",
27530
27627
  "static": true,
27628
+ "return": {
27629
+ "type": {
27630
+ "text": "void"
27631
+ }
27632
+ },
27531
27633
  "parameters": [
27532
27634
  {
27533
- "name": "event",
27635
+ "name": "focusedItem",
27534
27636
  "type": {
27535
- "text": "ClipboardEvent"
27637
+ "text": "HTMLElement"
27638
+ }
27639
+ },
27640
+ {
27641
+ "name": "dropupElement",
27642
+ "type": {
27643
+ "text": "HTMLElement"
27536
27644
  }
27645
+ },
27646
+ {
27647
+ "name": "isNext",
27648
+ "type": {
27649
+ "text": "boolean"
27650
+ }
27651
+ },
27652
+ {
27653
+ "name": "isEdgeItem",
27654
+ "default": "false"
27537
27655
  }
27538
27656
  ]
27539
27657
  }
@@ -27543,33 +27661,23 @@
27543
27661
  "exports": [
27544
27662
  {
27545
27663
  "kind": "js",
27546
- "name": "PasteUtils",
27664
+ "name": "DropupItemNavigation",
27547
27665
  "declaration": {
27548
- "name": "PasteUtils",
27549
- "module": "src/views/chat/input/textInput/pasteUtils.ts"
27666
+ "name": "DropupItemNavigation",
27667
+ "module": "src/views/chat/input/dropup/dropupItemNavigation.ts"
27550
27668
  }
27551
27669
  }
27552
27670
  ]
27553
27671
  },
27554
27672
  {
27555
27673
  "kind": "javascript-module",
27556
- "path": "src/views/chat/input/textInput/textInput.ts",
27674
+ "path": "src/views/chat/input/dropup/dropupMenu.ts",
27557
27675
  "declarations": [
27558
27676
  {
27559
27677
  "kind": "class",
27560
27678
  "description": "",
27561
- "name": "TextInputEl",
27679
+ "name": "DropupMenu",
27562
27680
  "members": [
27563
- {
27564
- "kind": "field",
27565
- "name": "TEXT_INPUT_ID",
27566
- "type": {
27567
- "text": "string"
27568
- },
27569
- "privacy": "public",
27570
- "static": true,
27571
- "default": "'text-input'"
27572
- },
27573
27681
  {
27574
27682
  "kind": "field",
27575
27683
  "name": "elementRef",
@@ -27579,144 +27687,78 @@
27579
27687
  },
27580
27688
  {
27581
27689
  "kind": "field",
27582
- "name": "inputElementRef",
27583
- "type": {
27584
- "text": "HTMLElement"
27585
- }
27586
- },
27587
- {
27588
- "kind": "field",
27589
- "name": "_config",
27690
+ "name": "_isOpen",
27590
27691
  "type": {
27591
- "text": "TextInput"
27692
+ "text": "boolean"
27592
27693
  },
27593
27694
  "privacy": "private",
27594
- "default": "processedConfig"
27695
+ "default": "true"
27595
27696
  },
27596
27697
  {
27597
27698
  "kind": "field",
27598
- "name": "submit",
27699
+ "name": "highlightedItem",
27599
27700
  "type": {
27600
- "text": "() => void | undefined"
27701
+ "text": "HTMLElement | undefined"
27601
27702
  }
27602
27703
  },
27603
27704
  {
27604
- "kind": "method",
27605
- "name": "processConfig",
27705
+ "kind": "field",
27706
+ "name": "_styles",
27707
+ "type": {
27708
+ "text": "DropupMenuStyles | undefined"
27709
+ },
27606
27710
  "privacy": "private",
27607
- "static": true,
27608
- "parameters": [
27609
- {
27610
- "name": "serviceIO",
27611
- "type": {
27612
- "text": "ServiceIO"
27613
- }
27614
- },
27615
- {
27616
- "name": "textInput",
27617
- "optional": true,
27618
- "type": {
27619
- "text": "TextInput"
27620
- }
27621
- }
27622
- ]
27711
+ "default": "styles"
27623
27712
  },
27624
27713
  {
27625
27714
  "kind": "method",
27626
- "name": "preventAutomaticScrollUpOnNewLine",
27715
+ "name": "createElement",
27627
27716
  "privacy": "private",
27628
27717
  "static": true,
27629
27718
  "parameters": [
27630
27719
  {
27631
- "name": "inputElement",
27632
- "type": {
27633
- "text": "HTMLDivElement"
27634
- }
27635
- }
27636
- ]
27637
- },
27638
- {
27639
- "kind": "method",
27640
- "name": "clear",
27641
- "privacy": "public",
27642
- "static": true,
27643
- "parameters": [
27644
- {
27645
- "name": "inputElement",
27646
- "type": {
27647
- "text": "HTMLElement"
27648
- }
27649
- }
27650
- ]
27651
- },
27652
- {
27653
- "kind": "method",
27654
- "name": "createInputElement",
27655
- "privacy": "private",
27656
- "parameters": [
27657
- {
27658
- "name": "textInput",
27720
+ "name": "containerStyle",
27659
27721
  "optional": true,
27660
27722
  "type": {
27661
- "text": "TextInput"
27723
+ "text": "CustomStyle"
27662
27724
  }
27663
27725
  }
27664
27726
  ]
27665
27727
  },
27666
27728
  {
27667
27729
  "kind": "method",
27668
- "name": "removeTextIfPlaceholder",
27669
- "privacy": "public"
27730
+ "name": "open",
27731
+ "privacy": "private"
27670
27732
  },
27671
27733
  {
27672
27734
  "kind": "method",
27673
- "name": "toggleEditability",
27674
- "privacy": "public",
27675
- "static": true,
27676
- "parameters": [
27677
- {
27678
- "name": "inputElement",
27679
- "type": {
27680
- "text": "HTMLElement"
27681
- }
27682
- },
27683
- {
27684
- "name": "isEditable",
27685
- "type": {
27686
- "text": "boolean"
27687
- }
27688
- }
27689
- ]
27735
+ "name": "close"
27690
27736
  },
27691
27737
  {
27692
27738
  "kind": "method",
27693
- "name": "onFocus",
27694
- "privacy": "private"
27739
+ "name": "toggle"
27695
27740
  },
27696
27741
  {
27697
27742
  "kind": "method",
27698
- "name": "createContainerElement",
27699
- "privacy": "private",
27700
- "static": true,
27743
+ "name": "addItem",
27701
27744
  "parameters": [
27702
27745
  {
27703
- "name": "containerStyle",
27704
- "optional": true,
27746
+ "name": "inputButton",
27705
27747
  "type": {
27706
- "text": "CustomStyle"
27748
+ "text": "InputButton"
27707
27749
  }
27708
27750
  }
27709
27751
  ]
27710
27752
  },
27711
27753
  {
27712
27754
  "kind": "method",
27713
- "name": "onKeydown",
27755
+ "name": "addWindowEvents",
27714
27756
  "privacy": "private",
27715
27757
  "parameters": [
27716
27758
  {
27717
- "name": "event",
27759
+ "name": "containerElement",
27718
27760
  "type": {
27719
- "text": "KeyboardEvent"
27761
+ "text": "HTMLElement"
27720
27762
  }
27721
27763
  }
27722
27764
  ]
@@ -27727,39 +27769,10 @@
27727
27769
  "exports": [
27728
27770
  {
27729
27771
  "kind": "js",
27730
- "name": "TextInputEl",
27731
- "declaration": {
27732
- "name": "TextInputEl",
27733
- "module": "src/views/chat/input/textInput/textInput.ts"
27734
- }
27735
- }
27736
- ]
27737
- },
27738
- {
27739
- "kind": "javascript-module",
27740
- "path": "src/views/chat/messages/remarkable/remarkableConfig.ts",
27741
- "declarations": [
27742
- {
27743
- "kind": "class",
27744
- "description": "",
27745
- "name": "RemarkableConfig",
27746
- "members": [
27747
- {
27748
- "kind": "method",
27749
- "name": "createNew",
27750
- "privacy": "public",
27751
- "static": true
27752
- }
27753
- ]
27754
- }
27755
- ],
27756
- "exports": [
27757
- {
27758
- "kind": "js",
27759
- "name": "RemarkableConfig",
27772
+ "name": "DropupMenu",
27760
27773
  "declaration": {
27761
- "name": "RemarkableConfig",
27762
- "module": "src/views/chat/messages/remarkable/remarkableConfig.ts"
27774
+ "name": "DropupMenu",
27775
+ "module": "src/views/chat/input/dropup/dropupMenu.ts"
27763
27776
  }
27764
27777
  }
27765
27778
  ]
@@ -27837,6 +27850,35 @@
27837
27850
  }
27838
27851
  ]
27839
27852
  },
27853
+ {
27854
+ "kind": "javascript-module",
27855
+ "path": "src/views/chat/messages/remarkable/remarkableConfig.ts",
27856
+ "declarations": [
27857
+ {
27858
+ "kind": "class",
27859
+ "description": "",
27860
+ "name": "RemarkableConfig",
27861
+ "members": [
27862
+ {
27863
+ "kind": "method",
27864
+ "name": "createNew",
27865
+ "privacy": "public",
27866
+ "static": true
27867
+ }
27868
+ ]
27869
+ }
27870
+ ],
27871
+ "exports": [
27872
+ {
27873
+ "kind": "js",
27874
+ "name": "RemarkableConfig",
27875
+ "declaration": {
27876
+ "name": "RemarkableConfig",
27877
+ "module": "src/views/chat/messages/remarkable/remarkableConfig.ts"
27878
+ }
27879
+ }
27880
+ ]
27881
+ },
27840
27882
  {
27841
27883
  "kind": "javascript-module",
27842
27884
  "path": "src/views/chat/input/buttons/camera/cameraButton.ts",